.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:230,225,222;--color-primary-1:173,155,146;--color-primary-2:90,55,37;--color-primary-3:45,28,19;--color-primary-4:14,8,6;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"raleway";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#170b0b;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O5PHNy6wAEtT7tFl04RD9ZHJqQ2fqrg9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#3e0000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#O5PHNy6wAEtT7tFl04RD9ZHJqQ2fqrg9 > .row .container { background-color: transparent; background-image: none; }#O5PHNy6wAEtT7tFl04RD9ZHJqQ2fqrg9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O5PHNy6wAEtT7tFl04RD9ZHJqQ2fqrg9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O5PHNy6wAEtT7tFl04RD9ZHJqQ2fqrg9 > .row .container > .video-iframe-container { display: none; }#O5PHNy6wAEtT7tFl04RD9ZHJqQ2fqrg9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O5PHNy6wAEtT7tFl04RD9ZHJqQ2fqrg9 > .row > .video-iframe-container { display: none; }#O5PHNy6wAEtT7tFl04RD9ZHJqQ2fqrg9 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O5PHNy6wAEtT7tFl04RD9ZHJqQ2fqrg9 > .row .container { border-width: 0; border-radius: 0; }#O5PHNy6wAEtT7tFl04RD9ZHJqQ2fqrg9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O5PHNy6wAEtT7tFl04RD9ZHJqQ2fqrg9 > .row .container { font-size:0.875rem;font-family:arial;height:3.4375rem;width:75rem;position:relative;display:block; }#Ouk4zLctqTTdbE6bevx22OT7Kynhuyhl { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.499025rem;width:1.499025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:1rem;left:42.6875rem; }
#JWWelTuCBPG9dWGnfQWQOktgq4eub15J { box-sizing:content-box;color:#5d92ff;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:0.780029296875rem;left:68.201904296875rem; }
#JWWelTuCBPG9dWGnfQWQOktgq4eub15J > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; }#HbUWTvkmFTOpk9Vak2bfLUmMFPZTMEpX { color:rgba(var(--color-primary-0),1);display:block;width:38.5608125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:1.068115234375rem;left:1.875rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#e7zigs1uansUKlC72lvrl7cDrlshcWAz { background-color:rgba(var(--color-secondary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:5.875rem;height:1.0625rem;text-decoration:none;z-index:15008;text-align:left;text-align-last:left;top:1.1875rem;left:44.5625rem;display:block; }
#ygX3aG9X434q1D1lTyrl4GzJCmMkwF1M { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KUKL09nCQUyPA3XUJFB3nExiVKR1qrLT { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:1.09375rem;left:71.74951171875rem; }
#rgmALfCPn0UiciTLKxVOlCaO7UCMwuRw { background-color:transparent;background-image: -webkit-linear-gradient(240deg, #a06f2d, rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(240deg, #a06f2d, rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(240deg, #a06f2d, rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(240deg, #a06f2d, rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a06f2d', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a06f2d', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(240deg, #a06f2d, rgba(var(--color-primary-4),1));background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.875rem;border-top-right-radius:6.875rem;border-bottom-left-radius:6.875rem;border-bottom-right-radius:6.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.0625rem;font-weight:700;font-style:normal;line-height:0;overflow:hidden;position:absolute;width:2rem;height:2rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:0.7177734375rem;left:68.013916015625rem;display:block; }
#vHuVv420ZRJ7nBFl6NcP5XrcfyAFrsh9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LQuugIK8NSINXV0edevrCFS8hMw1kVZo { background-color:transparent;background-image: -webkit-linear-gradient(240deg, #a06f2d, rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(240deg, #a06f2d, rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(240deg, #a06f2d, rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(240deg, #a06f2d, rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a06f2d', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a06f2d', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(240deg, #a06f2d, rgba(var(--color-primary-4),1));background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.875rem;border-top-right-radius:6.875rem;border-bottom-left-radius:6.875rem;border-bottom-right-radius:6.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.0625rem;font-weight:700;font-style:normal;line-height:0;overflow:hidden;position:absolute;width:1.9995125rem;height:1.9995125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:0.7177734375rem;left:71.312255859375rem;display:block; }
#a6qNie7GG5eIcJx2FcZADSXZt5kfT7AT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GAovpnmqdZ4OMUsDim2eyWIFe3zFSkc8 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #2b7d05, #081006);background-image: -moz-linear-gradient(180deg, #2b7d05, #081006);background-image: -ms-linear-gradient(180deg, #2b7d05, #081006);background-image: -o-linear-gradient(180deg, #2b7d05, #081006);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b7d05', endColorstr='#081006' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b7d05', endColorstr='#081006' );";background-image: linear-gradient(180deg, #2b7d05, #081006);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(42,13,3,0.79) ;box-sizing:border-box;color:#fff7d0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.8);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto condensed";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:13.875rem;height:2.1875rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:0.625rem;left:52.117919921875rem;display:block; }
#aWcc8fbAAloKfriovHvvLwxpPfSn4TLi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#x6qfwll7BUIXGgvLl5S1gT0PnPrbAyIA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:url("https://images.assets-landingi.com/uc/5cbfa5dd-b411-4d3c-a172-89bbd0c656e2/ChatGPTImage12desetde202510_46_28.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#x6qfwll7BUIXGgvLl5S1gT0PnPrbAyIA.adaptive-delivery-prevent-bg, #x6qfwll7BUIXGgvLl5S1gT0PnPrbAyIA.lazyload, #x6qfwll7BUIXGgvLl5S1gT0PnPrbAyIA.lazyloading { background-image: none; }#x6qfwll7BUIXGgvLl5S1gT0PnPrbAyIA > .row .container { background-color: transparent; background-image: none; }#x6qfwll7BUIXGgvLl5S1gT0PnPrbAyIA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x6qfwll7BUIXGgvLl5S1gT0PnPrbAyIA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x6qfwll7BUIXGgvLl5S1gT0PnPrbAyIA > .row .container > .video-iframe-container { display: none; }#x6qfwll7BUIXGgvLl5S1gT0PnPrbAyIA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x6qfwll7BUIXGgvLl5S1gT0PnPrbAyIA > .row > .video-iframe-container { display: none; }#x6qfwll7BUIXGgvLl5S1gT0PnPrbAyIA > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x6qfwll7BUIXGgvLl5S1gT0PnPrbAyIA > .row .container { border-width: 0; border-radius: 0; }#x6qfwll7BUIXGgvLl5S1gT0PnPrbAyIA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x6qfwll7BUIXGgvLl5S1gT0PnPrbAyIA > .row .container { font-size:0.875rem;font-family:arial;height:44.9375rem;width:75rem;position:relative;display:block; }#JiDaep61RXQXCwvpNEAl6F14zfNGLBHH { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.8725rem;width:11.685rem;top:1.826171875rem;left:31.656494140625rem;overflow:hidden;display:block; }
#xsfwBRpAdOttm1NvmMOnPnRpTgyrVs53 { color:#a06f2d;display:block;width:57.3108125rem;position:absolute;font-family:"roboto condensed";font-size:2.9375rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.76);top:19.955078125rem;left:0.5859375rem;height:3.5234375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VdbCU8E5tbHkIdMU5FuuGbD202iGw07y { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:10.99975rem;top:34.9365234375rem;left:40.374755859375rem;overflow:hidden;display:block; }
#lb8oK2qZOgPQCVFi4uuO89QopM7ba8z6 { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.9983125rem;width:21.499rem;top:15.687255859375rem;left:53.499755859375rem;overflow:hidden;display:block; }
#rh7enbaOKc8qViQzGKtpTBeI4zTdX8Ft { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.49975rem;width:13.81225rem;top:30.186767578125rem;left:45.999755859375rem;overflow:hidden;display:block; }
#PweLyuBPCoxBdTcZTI0pGNUN6IOP5DMN { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.3744375rem;width:5.56196875rem;top:35.2490234375rem;left:64.6875rem;overflow:hidden;display:block; }
#vHfbSU6iBwvBbmS7otGRIKTAPPaKbI0Z { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.3115rem;width:24.3115rem;top:18.56201171875rem;left:38.624267578125rem;overflow:hidden;display:block; }
#LtJWoXfqhUnfnAWowIFJR6ACcKDDtDm0 { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.312125rem;width:7.3748125rem;top:32.1240234375rem;left:67.686767578125rem;overflow:hidden;display:block; }
#BaVZOXOIXxKkinqSG5dr0x8BmHQlZZ7L { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.562rem;width:12.37425rem;top:25.811767578125rem;left:51.8115234375rem;overflow:hidden;display:block; }
#cV9OAAM5GFWlNvLHbUy7Gc1NyysdqLHI { color:rgba(var(--color-primary-0),1);display:block;width:41.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15021;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(11,11,11,0.76);top:25.811767578125rem;left:0.587158203125rem;height:2.609375rem;text-align:center;text-align-last:center;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MB5BKMKNDJGxtnOaLDqlueZIRh3lxeCL { color:#fff7d0;display:block;width:60.6875rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15022;line-height:1.2;letter-spacing:0;top:13.19921875rem;left:0.587890625rem;height:4.796875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ATdRJcMbJFDHk0ZoBh2TGOMkOsK1lxTi { color:rgba(var(--color-primary-0),1);display:block;width:33.562rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15023;line-height:1;letter-spacing:0;top:36.248779296875rem;left:4.429931640625rem;height:1.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tx1ooNVRSfhPgTqqTxNZEXzVZZO8kc8o { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #2b7d05, #081006);background-image: -moz-linear-gradient(180deg, #2b7d05, #081006);background-image: -ms-linear-gradient(180deg, #2b7d05, #081006);background-image: -o-linear-gradient(180deg, #2b7d05, #081006);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b7d05', endColorstr='#081006' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b7d05', endColorstr='#081006' );";background-image: linear-gradient(180deg, #2b7d05, #081006);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(42,13,3,0.79) ;box-sizing:border-box;color:#fff7d0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.8);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto condensed";font-size:2.125rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:38.8745rem;height:5.06225625rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:29.763671875rem;left:1.7734375rem;display:block; }
#JpE0N6cOsHSSpAOSZtMfwMTl6cztH2Wf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MfaJBnoLUKNLe7DoTTfwBZindBnS2sd0 { color:#fff7d0;display:block;width:36.8115rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15033;line-height:1.5;letter-spacing:0;top:24.3125rem;left:103.5625rem;height:1.875rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#ch2yi52frZ9z10t2qNQGWvvMZZmFGhqc { position:relative;display:block; }#ch2yi52frZ9z10t2qNQGWvvMZZmFGhqc { background-color: transparent; background-image: none; }#ch2yi52frZ9z10t2qNQGWvvMZZmFGhqc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ch2yi52frZ9z10t2qNQGWvvMZZmFGhqc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ch2yi52frZ9z10t2qNQGWvvMZZmFGhqc > .row .container > .video-iframe-container { display: none; }#ch2yi52frZ9z10t2qNQGWvvMZZmFGhqc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ch2yi52frZ9z10t2qNQGWvvMZZmFGhqc > .row > .video-iframe-container { display: none; }#ch2yi52frZ9z10t2qNQGWvvMZZmFGhqc > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ch2yi52frZ9z10t2qNQGWvvMZZmFGhqc { border-width: 0; border-radius: 0; }#ch2yi52frZ9z10t2qNQGWvvMZZmFGhqc > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ch2yi52frZ9z10t2qNQGWvvMZZmFGhqc > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#170b0b;background-image:none;font-size:0.875rem;font-family:arial;height:50.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#vi32qcCoqKoo2CczIRsmdwvIg7TtmXpu { color:#a06f2d;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(11,11,11,0.76);top:4.375rem;left:0rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#x4tU4MiDzZZntIQOMLq3bmNssKdG25ov { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.9965625rem;width:8.9965625rem;top:10.1865234375rem;left:9.25rem;overflow:hidden;display:block; }
#vTWu8sSPUW1RFcfMdaElByiprcPNkpuG { color:#a06f2d;display:block;width:22.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:18.0615234375rem;left:2.306640625rem;height:4.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#szJvsA29aWyCx811q4yPNZSAVHkSGyB9 { color:#fff7d0;display:block;width:22.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.2;letter-spacing:0;top:23.123779296875rem;left:2.4345703125rem;height:2.3984375rem;text-align:center;text-align-last:center;display:block; }
#iTDetzE1SEOSHAWuyHEIS5To5tUuANHX { color:#a06f2d;display:block;width:13.749rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:18.25rem;left:32.75rem;height:4.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#GILUQLdWspwAzEWDG5CEp2Uk9I93Xs0k { color:#fff7d0;display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.2;letter-spacing:0;top:23.311767578125rem;left:33.186767578125rem;height:2.3984375rem;text-align:center;text-align-last:center;display:block; }
#wfatCO1QSNnOvmXX9MJKXfRnFfBRN1Xa { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5625rem;width:6.5625rem;top:12rem;left:36.3125rem;overflow:hidden;display:block; }
#Dioa0FCL360yZHhhlru56TRK4E5UsGP1 { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.249025rem;width:5.249025rem;top:31.248046875rem;left:10.9375rem;overflow:hidden;display:block; }
#HHNNLWD25fSLtQIvZCJbeJeN3zbzCle0 { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.0610375rem;width:5.0610375rem;top:31.875rem;left:37.0625rem;overflow:hidden;display:block; }
#emEZAcucxADTZIZ6dPTRz5VAtUVn22CD { color:#a06f2d;display:block;width:18.999rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:36.4951171875rem;left:30.123046875rem;height:4.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#yz4ogPWrcH95GzIyFP604tKf1Qb7sPM7 { color:#a06f2d;display:block;width:24.999rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:36.4951171875rem;left:1.2431640625rem;height:4.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#uVWUs4fyroGU9nGbXOgTer0IuLN5WNgU { color:#a06f2d;display:block;width:21.999rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:18.0615234375rem;left:51.529296875rem;height:4.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#gVbnWC7IUTTpcae99ocJpZwFT2c9mG2w { color:#fff7d0;display:block;width:21.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.2;letter-spacing:0;top:23.123779296875rem;left:51.792724609375rem;height:2.3984375rem;text-align:center;text-align-last:center;display:block; }
#o3zdo93TMcRQdzMxGdQutuJ7pkUCTOvS { color:#a06f2d;display:block;width:14.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:36.4951171875rem;left:56.3056640625rem;height:4.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#sHcyBFKJ0xIp3OFvzPeWNS95zCImUnVq { color:#fff7d0;display:block;width:22.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.2;letter-spacing:0;top:41.4990234375rem;left:51.373046875rem;height:2.3984375rem;text-align:center;text-align-last:center;display:block; }
#Zc14MqPyThpilig4EnU15DDHSdnTBNRE { color:#fff7d0;display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.2;letter-spacing:0;top:41.68701171875rem;left:30.4375rem;height:3.59765625rem;text-align:center;text-align-last:center;display:block; }
#Tvuy7v62F46VuIKEaEKFdU4Wk2qdwwli { color:#fff7d0;display:block;width:25.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.2;letter-spacing:0;top:41.4990234375rem;left:1.3740234375rem;height:1.19921875rem;text-align:center;text-align-last:center;display:block; }
#tDbuFd0i2ysCl2ToROvRAmJg379QrCG7 { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.3733125rem;width:6.3733125rem;top:12.123046875rem;left:60.060546875rem;overflow:hidden;display:block; }
#ILKXqi3vONArOE2ulcm8PbavRkFmILaQ { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.936525rem;width:4.936525rem;top:31.7490234375rem;left:60.810546875rem;overflow:hidden;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#170b0b;background-image:none;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:63rem;width:75rem;overflow:visible;position:relative;display:block; }#PT4JXL6UgNbTZJ1kppnK26tN89wgKyVn { color:#a06f2d;display:block;width:31.9365rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:9.81201171875rem;left:37.591552734375rem;height:2.923825rem;text-align:justify;text-align-last:initial;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GooHZFJ9p5NrKt2afm1UtSG9qSxNFavz { color:#a06f2d;display:block;width:36.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15031;line-height:1.6;letter-spacing:0;top:21.02734375rem;left:37.58984375rem;height:18.1972875rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#ZhFFvhncO0oTZTRkNofLIXq0uzDyLnMh { color:#fff7d0;display:block;width:36.8115rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15032;line-height:1.5;letter-spacing:0;top:51.4453125rem;left:35.15234375rem;height:1.875rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#iPNAvhIckQWW8A1WDT4oHDWaTf98FCuF { position:absolute;display:block;z-index:15033;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:48.62425rem;width:36.3745rem;top:7.1875rem;left:0rem;overflow:hidden;display:block; }
#CFW1VXd4Z1gV16mgq9l9uJe80CMaCVmP { color:#a06f2d;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(11,11,11,0.76);top:1.9375rem;left:0rem;height:3.45rem;text-align:center;text-align-last:center;display:block; }
#PUF1BB8S6RSXckUTsvaAu6dR9hlDylQ4 { color:#fff7d0;display:block;width:31.9355625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:13.560546875rem;left:37.58984375rem;height:4.0625rem;text-align:justify;text-align-last:initial;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qn5c5y8ThUn36UfCnvSd3AT5T315eLDt { color:#c46a33;display:block;width:36.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15032;line-height:1.6;letter-spacing:0;top:41.6484375rem;left:37.58984375rem;height:6.59765625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EH0BlFPPREBkF4P2h2UOePqHDMSaIgwB { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #2b7d05, #081006);background-image: -moz-linear-gradient(180deg, #2b7d05, #081006);background-image: -ms-linear-gradient(180deg, #2b7d05, #081006);background-image: -o-linear-gradient(180deg, #2b7d05, #081006);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b7d05', endColorstr='#081006' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b7d05', endColorstr='#081006' );";background-image: linear-gradient(180deg, #2b7d05, #081006);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(42,13,3,0.79) ;box-sizing:border-box;color:#fff7d0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.8);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto condensed";font-size:2.125rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:38.25rem;height:5.0625rem;text-decoration:none;z-index:15036;text-align:center;text-align-last:center;top:55.25rem;left:34.431640625rem;display:block; }
#TM4H16qRex9fEw5rWhXx3pT3glRwuCA8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#r5h3Nbx68nEpbVveSOT1FiUcMHmeOApC { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#170b0b;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#r5h3Nbx68nEpbVveSOT1FiUcMHmeOApC > .row .container { background-color: transparent; background-image: none; }#r5h3Nbx68nEpbVveSOT1FiUcMHmeOApC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r5h3Nbx68nEpbVveSOT1FiUcMHmeOApC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r5h3Nbx68nEpbVveSOT1FiUcMHmeOApC > .row .container > .video-iframe-container { display: none; }#r5h3Nbx68nEpbVveSOT1FiUcMHmeOApC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r5h3Nbx68nEpbVveSOT1FiUcMHmeOApC > .row > .video-iframe-container { display: none; }#r5h3Nbx68nEpbVveSOT1FiUcMHmeOApC > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r5h3Nbx68nEpbVveSOT1FiUcMHmeOApC > .row .container { border-width: 0; border-radius: 0; }#r5h3Nbx68nEpbVveSOT1FiUcMHmeOApC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#r5h3Nbx68nEpbVveSOT1FiUcMHmeOApC > .row .container { font-size:0.875rem;font-family:arial;height:89.375rem;width:75rem;position:relative;display:block; }#gFC7d8fXAn5GbeQLzgQBEhNsbyLEuBLg { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.058625rem;width:11.1230625rem;top:23.81005859375rem;left:6.8115234375rem;overflow:hidden;display:block; }
#v8nviPaFcDNW2MTWng3oIpuOqapJrOJt { color:#c48f48;display:block;width:17.625rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:700;z-index:15015;line-height:1;letter-spacing:0;top:32.561279296875rem;left:4.248046875rem;height:2.1875rem;display:block; }
#RBEGbB4eBDEg2bUXlMxpSwBWxCPneqRv { color:#c48f48;display:block;width:16.75rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:700;z-index:15016;line-height:1;letter-spacing:0;top:32.561279296875rem;left:29.12353515625rem;height:2.1875rem;text-align:center;text-align-last:center;display:block; }
#ILQ6ZngzNL5zEN3g4u5tOJ01vcSiB87p { color:#fff7d0;display:block;width:17.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15018;line-height:1.2;letter-spacing:0;top:35.4970703125rem;left:3.934326171875rem;height:1.5rem;text-align:center;text-align-last:center;display:block; }
#n7KDKaLq01yN9T0ibcRMyS35rfp0M2HJ { color:#fff7d0;display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15019;line-height:1.2;letter-spacing:0;top:35.373779296875rem;left:29.1845703125rem;height:1.5rem;text-align:center;text-align-last:center;display:block; }
#qQ0RIWTgeIQscRq9oCTU9MnHyhR7MEsJ { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.059875rem;width:13.309875rem;top:18.890625rem;left:30.83984375rem;overflow:hidden;display:block; }
#c4yzeFHtSTxxA4dVLf2Pep6tEcqd7WRC { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.308625rem;width:9.375rem;top:45.058837890625rem;left:33.436279296875rem;overflow:hidden;display:block; }
#C711XufhoxKI9Aozd9EQp1llDpBI7bst { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.433625rem;width:17.8125rem;top:48.1240234375rem;left:4.622802734375rem;overflow:hidden;display:block; }
#daFzBftZiSGAuQ8dUsCTXgypkVMB3R8s { color:#c48f48;display:block;width:13.5rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:700;z-index:15017;line-height:1;letter-spacing:0;top:32.435546875rem;left:55.87158203125rem;height:2.1875rem;display:block; }
#XwLnyAVHZLCs3LlThzqFH5BTHvhXyg4M { color:#fff7d0;display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15020;line-height:1.2;letter-spacing:0;top:35.373779296875rem;left:55.87158203125rem;height:1.5rem;text-align:center;text-align-last:center;display:block; }
#XUvGApbak7w0FTonDAV5PS3Vq4LFzlDT { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.6875rem;width:15.684875rem;top:12.2646484375rem;left:54.779052734375rem;overflow:hidden;display:block; }
#kz0zoV7XUNhGFFaOAovKkEWyvc0DObG4 { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.997375rem;width:15.997375rem;top:48.340087890625rem;left:54.6240234375rem;overflow:hidden;display:block; }
#eblJ5etTaGkdZJR2IeTqemDTacsW9lpF { color:#c48f48;display:block;width:20.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15018;line-height:1;letter-spacing:0;top:60.805908203125rem;left:52.1533203125rem;height:2.1875rem;text-align:center;text-align-last:center;display:block; }
#xxhKHh6CLdHE0Rs2l905XI7OP9UsbtZc { color:#fff7d0;display:block;width:15.684875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15021;line-height:1.2;letter-spacing:0;top:63.545166015625rem;left:54.779052734375rem;height:1.5rem;text-align:center;text-align-last:center;display:block; }
#md1WUP3z2A7uXhUVyqOzarTTBFfcyZ42 { color:#fff7d0;display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15020;line-height:1.2;letter-spacing:0;top:63.6220703125rem;left:29.873046875rem;height:1.3501rem;text-align:center;text-align-last:center;display:block; }
#gRnc6sX6XcOLcDvGouJhc43C1B01OSP9 { color:#c48f48;display:block;width:22.4355625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15017;line-height:1;letter-spacing:0;top:60.747314453125rem;left:26.934814453125rem;height:2.1875rem;display:block; }
#h6fAEFPU6anrDpuVr5TcZCTQUgvarpJz { color:#c48f48;display:block;width:22.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15016;line-height:1;letter-spacing:0;top:60.747314453125rem;left:2.9345703125rem;height:2.1875rem;display:block; }
#OG8ecPfk9mpsbaA3h9SM9FCvSDwU4ww3 { color:#fff7d0;display:block;width:19.1230625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15019;line-height:1.2;letter-spacing:0;top:63.559814453125rem;left:3.9990234375rem;height:1.5rem;text-align:center;text-align-last:center;display:block; }
#hK67T4SROSdkomWfLoKl2pTGJOsM6JTQ { color:#a06f2d;display:block;width:75rem;position:absolute;font-family:lato;font-size:2.875rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:1.7187538146973rem;left:0rem;height:4.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#y1OlfJOtD3NSTJ45cG36pS1IRdMZDRmX { color:#fff7d0;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:6.03125rem;left:0rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sFhf7tUdZGu02MTyDSJHDbfr9rK3KrM2 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #2b7d05, #081006);background-image: -moz-linear-gradient(180deg, #2b7d05, #081006);background-image: -ms-linear-gradient(180deg, #2b7d05, #081006);background-image: -o-linear-gradient(180deg, #2b7d05, #081006);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b7d05', endColorstr='#081006' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b7d05', endColorstr='#081006' );";background-image: linear-gradient(180deg, #2b7d05, #081006);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(42,13,3,0.79) ;box-sizing:border-box;color:#fff7d0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.8);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto condensed";font-size:2.125rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:38.25rem;height:5.0625rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:79.4921875rem;left:18.375rem;display:block; }
#d3ULZFupT8AnRFQ3J3HndRleZktt4hw5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ufkafisySUnIxv8PWerT66V8DMd1l0Td { color:#fff7d0;display:block;width:36.8105625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15033;line-height:1.5;letter-spacing:0;top:76.154296875rem;left:19.09375rem;height:2.25rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#Ou0R8TuUKs7meTzmLuMKtEbBNkgKFzRh { color:#fff7d0;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:72.15625rem;left:0rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OmSegkpqLc1Q3ab6wekAw3ct6CSP0vtb { position:relative;display:block; }#OmSegkpqLc1Q3ab6wekAw3ct6CSP0vtb { background-color: transparent; background-image: none; }#OmSegkpqLc1Q3ab6wekAw3ct6CSP0vtb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OmSegkpqLc1Q3ab6wekAw3ct6CSP0vtb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OmSegkpqLc1Q3ab6wekAw3ct6CSP0vtb > .row .container > .video-iframe-container { display: none; }#OmSegkpqLc1Q3ab6wekAw3ct6CSP0vtb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OmSegkpqLc1Q3ab6wekAw3ct6CSP0vtb > .row > .video-iframe-container { display: none; }#OmSegkpqLc1Q3ab6wekAw3ct6CSP0vtb > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OmSegkpqLc1Q3ab6wekAw3ct6CSP0vtb { border-width: 0; border-radius: 0; }#OmSegkpqLc1Q3ab6wekAw3ct6CSP0vtb > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#OmSegkpqLc1Q3ab6wekAw3ct6CSP0vtb > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#170b0b;background-image:none;font-size:0.875rem;font-family:arial;height:69.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#iQLD7p7ldGXNquE3dup9iwXIP1JLVN90 { border-bottom:0.0625rem solid rgba(52,52,52,0.2);border-left:0.0625rem solid rgba(52,52,52,0.2);border-right:0.0625rem solid rgba(52,52,52,0.2);border-top:0.0625rem solid rgba(52,52,52,0.2);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#c48f48;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:13.625rem;width:72.125rem;position:absolute;display:block;z-index:15003;top:53.625rem;left:1.25rem;display:block; }
#W04yscgNWRklmFw7tFFkWlRzflBxv1fq { display:block;width:69rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:59.5rem;left:2.9375rem;height:1.68823125rem;color:#170b0b;font-style:italic;text-align:center;text-align-last:center;display:block; }
#T7eVFHhI7cmpifadJLuAlFCeCKWQvKQy { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.3125rem;width:9.9375rem;top:50.5625rem;left:32.5rem;overflow:hidden;display:block; }
#dT0WFJ58ygFyTMRcGMz02bGIskeCofNP { display:block;width:27.375rem;position:absolute;font-family:raleway;font-size:1.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:43.9375rem;left:23.75rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;color:#170b0b;display:block; }
#OM8XMTQI7iVXOcOIoHoWfTP3c2WXVy0S { border-bottom:0.0625rem solid rgba(52,52,52,0.2);border-left:0.0625rem solid rgba(52,52,52,0.2);border-right:0.0625rem solid rgba(52,52,52,0.2);border-top:0.0625rem solid rgba(52,52,52,0.2);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#c48f48;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:13.625rem;width:72.125rem;position:absolute;display:block;z-index:15002;top:33.75rem;left:1.25rem;display:block; }
#k6Ced4vVTdNtc3q14SQXLqKTx8qGgAET { display:block;width:69rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:39.6875rem;left:2.6875rem;height:1.68823125rem;color:#170b0b;font-style:italic;text-align:center;text-align-last:center;display:block; }
#CKrhqriS0icoJF2PeRmmrmKzqvZl3zR0 { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.872375rem;width:7.872375rem;top:29.25rem;left:33.5rem;overflow:hidden;display:block; }
#fUOHKaBF0t1f3A3hbWciJfC3Fr9dMh6A { border-bottom:0.0625rem solid rgba(52,52,52,0.2);border-left:0.0625rem solid rgba(52,52,52,0.2);border-right:0.0625rem solid rgba(52,52,52,0.2);border-top:0.0625rem solid rgba(52,52,52,0.2);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#c48f48;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:13.625rem;width:72.125rem;position:absolute;display:block;z-index:15001;top:12.625rem;left:1.25rem;display:block; }
#Lg8z8rzmzN374WQfl2gRcUOklnxrXcc7 { display:block;width:23.875rem;position:absolute;font-family:raleway;font-size:1.375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:22.9375rem;left:25.5rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;color:#170b0b;display:block; }
#xOm4URSBBPEEB8e5ByamkgDGw1Pvcoao { display:block;width:69.25rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:19.3125rem;left:2.875rem;height:1.68823125rem;color:#170b0b;font-style:italic;text-align:center;text-align-last:center;display:block; }
#iMAN9vXMItWPiUs5e3HxBn4ZPhEFKz5d { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.875rem;width:9.0625rem;top:8.875rem;left:32.9375rem;overflow:hidden;display:block; }
#xOWWXdmQqnkz3d6GmG4oUKtIFe7do00A { display:block;width:29.875rem;position:absolute;font-family:raleway;font-size:1.375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:63.6875rem;left:23.75rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;color:#170b0b;display:block; }
#OdUI17XD9Rywu1TMZxyZR39zfPV1RuWF { color:#a06f2d;display:block;width:75rem;position:absolute;font-family:lato;font-size:2.875rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:0.998046875rem;left:0rem;height:4.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eaRn0x5GyOLx5UIrUMKDuSFVlqP8INTB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#170b0b;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#eaRn0x5GyOLx5UIrUMKDuSFVlqP8INTB > .row .container { background-color: transparent; background-image: none; }#eaRn0x5GyOLx5UIrUMKDuSFVlqP8INTB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eaRn0x5GyOLx5UIrUMKDuSFVlqP8INTB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eaRn0x5GyOLx5UIrUMKDuSFVlqP8INTB > .row .container > .video-iframe-container { display: none; }#eaRn0x5GyOLx5UIrUMKDuSFVlqP8INTB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eaRn0x5GyOLx5UIrUMKDuSFVlqP8INTB > .row > .video-iframe-container { display: none; }#eaRn0x5GyOLx5UIrUMKDuSFVlqP8INTB > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eaRn0x5GyOLx5UIrUMKDuSFVlqP8INTB > .row .container { border-width: 0; border-radius: 0; }#eaRn0x5GyOLx5UIrUMKDuSFVlqP8INTB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eaRn0x5GyOLx5UIrUMKDuSFVlqP8INTB > .row .container { font-size:0.875rem;font-family:arial;height:44rem;width:75rem;position:relative;display:block; }#RQglvZXF78QSE4b6vWiQNoKOhiJkp7DT .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #3c2214, rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(45deg, #3c2214, rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(45deg, #3c2214, rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(45deg, #3c2214, rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c2214', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c2214', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(45deg, #3c2214, rgba(var(--color-primary-4),0));background-size:contain !important;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#RQglvZXF78QSE4b6vWiQNoKOhiJkp7DT .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row-reverse;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#RQglvZXF78QSE4b6vWiQNoKOhiJkp7DT .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.5rem;font-family:var(--paragraphs-font-family);font-style:normal;color:#c46a33;height:auto;line-height:2;overflow:hidden; }
#RQglvZXF78QSE4b6vWiQNoKOhiJkp7DT .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);height:auto;line-height:1.7;overflow:hidden; }
#RQglvZXF78QSE4b6vWiQNoKOhiJkp7DT .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_ddf7c9403d5ac4a6dec78d880e5e68fdbec19a96.svg");background-size:contain !important; }#RQglvZXF78QSE4b6vWiQNoKOhiJkp7DT .accordion-trigger.adaptive-delivery-prevent-bg, #RQglvZXF78QSE4b6vWiQNoKOhiJkp7DT .accordion-trigger.lazyload, #RQglvZXF78QSE4b6vWiQNoKOhiJkp7DT .accordion-trigger.lazyloading { background-image: none; }
#RQglvZXF78QSE4b6vWiQNoKOhiJkp7DT { box-sizing:content-box;height:auto;width:42.6851875rem;position:absolute;display:flex;flex-direction:column;gap:1.5625rem;z-index:15045;background-color:transparent;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:9.2138671875rem;left:16.156005859375rem; }
#RQglvZXF78QSE4b6vWiQNoKOhiJkp7DT .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#RQglvZXF78QSE4b6vWiQNoKOhiJkp7DT #e9hxFWxqUpMDsgXmAnENI7V04PZk5263 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#RQglvZXF78QSE4b6vWiQNoKOhiJkp7DT #t2WoLHz877Bvo0Nuuu02Q8ms1lnDytKF { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#RQglvZXF78QSE4b6vWiQNoKOhiJkp7DT #pKfOJzQaFkxH55vcC1CioeFfbFVDRgVU { display:block;position:relative; }
#RQglvZXF78QSE4b6vWiQNoKOhiJkp7DT #fzce8eIaqh9ryCASQRJsDVSSwHLcTivu {  }
#RQglvZXF78QSE4b6vWiQNoKOhiJkp7DT #tqPNhp51w5yqrcQtiF74PfsNkVHPNTEh {  }
#RQglvZXF78QSE4b6vWiQNoKOhiJkp7DT #x0XzFRXr0b4MKrVWhVilkvbd0SgsS8iC { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#RQglvZXF78QSE4b6vWiQNoKOhiJkp7DT #REUuwiWi1FOeh047qaOJ2PMWedUQh3Ew { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#RQglvZXF78QSE4b6vWiQNoKOhiJkp7DT #eAM3EfITDq80hmmV52HaRO1DR8dPd2mw { display:block;position:relative; }
#RQglvZXF78QSE4b6vWiQNoKOhiJkp7DT #Q4mdSO72wS8pqI3c559h05BgQ4ONq5bJ {  }
#RQglvZXF78QSE4b6vWiQNoKOhiJkp7DT #eAwSyqZ2K9G3Pc0dTNMUsTS6dTnZvH0C { display:none; }
#RQglvZXF78QSE4b6vWiQNoKOhiJkp7DT #buQTSWkSoruf5okN9rGCQdGk6grxaMcu { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#RQglvZXF78QSE4b6vWiQNoKOhiJkp7DT #x5mQBguyOUAppvzpkJ6P15TR4DpsTcpS { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#RQglvZXF78QSE4b6vWiQNoKOhiJkp7DT #nWA7hAIncd90OHLUE0gcrk1AlgrMwuBD { display:block;position:relative; }
#RQglvZXF78QSE4b6vWiQNoKOhiJkp7DT #gufHN765WomzFhTx9V5oznEsvqKTyuLW {  }
#RQglvZXF78QSE4b6vWiQNoKOhiJkp7DT #pw8SheTkmG1bt3PD6TxV9UoXBdN0ALZs { display:none; }
#RQglvZXF78QSE4b6vWiQNoKOhiJkp7DT #I4E3GOM6Gt7HmA3hCtg9sRzcwoc6ieVT { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#RQglvZXF78QSE4b6vWiQNoKOhiJkp7DT #g9tmiPFQkhylVxHEniHShqlUbFVuG682 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#RQglvZXF78QSE4b6vWiQNoKOhiJkp7DT #r2hq9fAWUM4TTsQ7U73LCJ5mFJar1PAu { display:block;position:relative; }
#RQglvZXF78QSE4b6vWiQNoKOhiJkp7DT #y7xNSTipRsNJpO93GUL8zZquwTKndVIl {  }
#RQglvZXF78QSE4b6vWiQNoKOhiJkp7DT #gC7ENmessAZPObUs9eVb7NDyF6TEfaDG { display:none; }
#RQglvZXF78QSE4b6vWiQNoKOhiJkp7DT #uior66mfo1atoVLZTFrk0Deg8htx5L0H { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#RQglvZXF78QSE4b6vWiQNoKOhiJkp7DT #mkuuO6WuDzIIycGpXl4O7dIfhpZsU0U9 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#RQglvZXF78QSE4b6vWiQNoKOhiJkp7DT #lEIdG2CksGnSJyfVTTv3GqMuC9IJyDU9 { display:block;position:relative; }
#RQglvZXF78QSE4b6vWiQNoKOhiJkp7DT #eFLwKmv6SlpiNaqhtm5gxgvIkoxZKTQd {  }
#RQglvZXF78QSE4b6vWiQNoKOhiJkp7DT #mAU1pTRQ29AWekzvZcs4ksuOhp0S0IHK { display:none; }
#LTbiJqGOEC1h1ImEr2ufO52E6yQIdgfU { color:#a06f2d;display:block;width:75rem;position:absolute;font-family:lato;font-size:2.875rem;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;top:1.5625rem;left:0rem;height:4.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cVOCHzdsQEZ3IBVA6FBf3NfQQGXDDKLr { position:relative;display:block; }#cVOCHzdsQEZ3IBVA6FBf3NfQQGXDDKLr { background-color: transparent; background-image: none; }#cVOCHzdsQEZ3IBVA6FBf3NfQQGXDDKLr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cVOCHzdsQEZ3IBVA6FBf3NfQQGXDDKLr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cVOCHzdsQEZ3IBVA6FBf3NfQQGXDDKLr > .row .container > .video-iframe-container { display: none; }#cVOCHzdsQEZ3IBVA6FBf3NfQQGXDDKLr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cVOCHzdsQEZ3IBVA6FBf3NfQQGXDDKLr > .row > .video-iframe-container { display: none; }#cVOCHzdsQEZ3IBVA6FBf3NfQQGXDDKLr > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cVOCHzdsQEZ3IBVA6FBf3NfQQGXDDKLr { border-width: 0; border-radius: 0; }#cVOCHzdsQEZ3IBVA6FBf3NfQQGXDDKLr > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#cVOCHzdsQEZ3IBVA6FBf3NfQQGXDDKLr > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#170b0b;background-image:none;font-size:0.875rem;font-family:arial;height:23.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#tXCuTX62DKeZCmx5OQxZ56OhZhBZyZsr { color:#a06f2d;display:block;width:75rem;position:absolute;font-family:lato;font-size:2.875rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:0.625rem;left:0.3125rem;height:4.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OlnDr7tMtHm5Q5AAWlcRmlgzD14vCWfV { color:#fff7d0;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:4.9365234375rem;left:0rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#D1ApDnZmFpc0mH6MVULyruI1hExQNEvJ { color:#fff7d0;display:block;width:36.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15032;line-height:1.6;letter-spacing:0;top:11.741943359375rem;left:38.4375rem;height:7.7988375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hD3orpsU5HWl2nhgTaJPqUcDmNCdTtvN { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #2b7d05, #081006);background-image: -moz-linear-gradient(180deg, #2b7d05, #081006);background-image: -ms-linear-gradient(180deg, #2b7d05, #081006);background-image: -o-linear-gradient(180deg, #2b7d05, #081006);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b7d05', endColorstr='#081006' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b7d05', endColorstr='#081006' );";background-image: linear-gradient(180deg, #2b7d05, #081006);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(42,13,3,0.79) ;box-sizing:border-box;color:#fff7d0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.8);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto condensed";font-size:2.125rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:30.49925rem;height:5.06225625rem;text-decoration:none;z-index:15036;text-align:center;text-align-last:center;top:14.5rem;left:3.0625rem;display:block; }
#BbiT2WWNNOFcgJ7VGyZ5U6H4AMFvZdZs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hTBqQmEiwq1TuUCtZhiOxpJFZB6w1mOH { color:#fff7d0;display:block;width:29.87425rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15034;line-height:1.5;letter-spacing:0;top:11.6875rem;left:3.375rem;height:2.25rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#hpUXkS1xqzvlBRqrnliO37q5QdSwirfB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:url("https://images.assets-landingi.com/uc/5cbfa5dd-b411-4d3c-a172-89bbd0c656e2/ChatGPTImage12desetde202510_46_28.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hpUXkS1xqzvlBRqrnliO37q5QdSwirfB.adaptive-delivery-prevent-bg, #hpUXkS1xqzvlBRqrnliO37q5QdSwirfB.lazyload, #hpUXkS1xqzvlBRqrnliO37q5QdSwirfB.lazyloading { background-image: none; }#hpUXkS1xqzvlBRqrnliO37q5QdSwirfB > .row .container { background-color: transparent; background-image: none; }#hpUXkS1xqzvlBRqrnliO37q5QdSwirfB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hpUXkS1xqzvlBRqrnliO37q5QdSwirfB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hpUXkS1xqzvlBRqrnliO37q5QdSwirfB > .row .container > .video-iframe-container { display: none; }#hpUXkS1xqzvlBRqrnliO37q5QdSwirfB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hpUXkS1xqzvlBRqrnliO37q5QdSwirfB > .row > .video-iframe-container { display: none; }#hpUXkS1xqzvlBRqrnliO37q5QdSwirfB > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hpUXkS1xqzvlBRqrnliO37q5QdSwirfB > .row .container { border-width: 0; border-radius: 0; }#hpUXkS1xqzvlBRqrnliO37q5QdSwirfB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hpUXkS1xqzvlBRqrnliO37q5QdSwirfB > .row .container { font-size:0.875rem;font-family:arial;height:20.125rem;width:75rem;position:relative;display:block; }#TIDv81XqAwVXxUJcS2WW3rXzJLtyGbT7 { color:#fff7d0;display:block;width:19.875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:6.3125rem;left:2.875rem;height:3.6738375rem;font-style:normal;display:block; }
#RMViVT0ns6P2dJXg16wW00vGOT0R5QDU { color:#fff7d0;display:block;width:14.375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15014;line-height:1.4;letter-spacing:0;top:6.0299530029297rem;left:58.123699188233rem;height:2.44921875rem;font-style:normal;display:block; }
#oqLuOoUwMVgF0X5wB2GAfZc0H7mrPKaX { color:#fff7d0;display:block;width:7.3125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:6.125rem;left:48.8125rem;height:1.225rem;font-style:normal;display:block; }
#vrX0o85se0FLaZkXvARGO1SUKOeJHrqh { color:#fff7d0;display:block;width:12.375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15018;line-height:1.4;letter-spacing:0;top:6.0625rem;left:32.5625rem;height:1.225rem;font-style:normal;display:block; }
#VLMl5DIVMhorW7cTHlua0GupsGOe0oyN { color:#fff7d0;display:block;width:5.561525rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:12.6220703125rem;left:55.013916015625rem;height:1.048825rem;font-style:normal;display:block; }
#C53NeeIHgA2N1F89WyxHRZi8xbL5R2oi { color:#fff7d0;display:block;width:11.8125rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:4.0625rem;left:32.4375rem;height:1.048825rem;font-style:normal;display:block; }
#bry65nFBgW2n0LH5tUVs1g9wzkJc34zE { position:absolute;display:block;z-index:15016;background-color:#a06f2d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:20rem;top:11.018228530884rem;left:2.8125rem;display:block; }
#C3kVaCyJ5XxM6QUF18GH18VTwqzQ24F6 { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.6870125rem;width:1.6870125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:14.93505859375rem;left:52.18505859375rem; }
#yPZ2n07k4lxyQX9OIG3J3Q1b92vGpgCa { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.93725625rem;width:1.93725625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:14.810546875rem;left:60.99755859375rem; }
#ThrPDzlQLEVq40NK8otokKXQXSbNpVkC { position:absolute;display:block;z-index:15026;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:7.25rem;top:1.043701171875rem;left:6.561279296875rem;overflow:hidden;display:block; }
#WbwB4WZHb5nqscPw01UJJqdHMOKBrrAa { position:absolute;display:block;z-index:15017;background-color:#a06f2d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0618489375rem;width:20rem;top:10.998262405396rem;left:32.561851501465rem;display:block; }
#Lo7vNETuF6sUz3MZq3eWJUvgbl5cxmZh { position:absolute;display:block;z-index:15018;background-color:#a06f2d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.060763875rem;width:20rem;top:10.998262405396rem;left:51.967235565186rem;display:block; }
#VylXVgOJCoVQWAdpt9ggXBMEHm0ETqBG { color:#fff7d0;display:block;width:20.4375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15027;line-height:1.4;letter-spacing:0;top:12.6220703125rem;left:2.7490234375rem;height:2.44921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OffCvvdkyrWTaaazTPyrT2Jn3cWbfwX0 { background-color:transparent;background-image: -webkit-linear-gradient(240deg, #a06f2d, rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(240deg, #a06f2d, rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(240deg, #a06f2d, rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(240deg, #a06f2d, rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a06f2d', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a06f2d', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(240deg, #a06f2d, rgba(var(--color-primary-4),1));background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.875rem;border-top-right-radius:6.875rem;border-bottom-left-radius:6.875rem;border-bottom-right-radius:6.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.0625rem;font-weight:700;font-style:normal;line-height:0;overflow:hidden;position:absolute;width:3.0625rem;height:3.0625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:14.249267578125rem;left:60.3720703125rem;display:block; }
#BVVDahiLtdO6K92nfL9MLWFH3NP4ti82 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JEpPnwJQTwCs92lWDv1VTzeK6hAFKaDQ { background-color:transparent;background-image: -webkit-linear-gradient(240deg, #a06f2d, rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(240deg, #a06f2d, rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(240deg, #a06f2d, rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(240deg, #a06f2d, rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a06f2d', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a06f2d', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(240deg, #a06f2d, rgba(var(--color-primary-4),1));background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.875rem;border-top-right-radius:6.875rem;border-bottom-left-radius:6.875rem;border-bottom-right-radius:6.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.0625rem;font-weight:700;font-style:normal;line-height:0;overflow:hidden;position:absolute;width:3.061525rem;height:3.061525rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:14.246826171875rem;left:51.450439453125rem;display:block; }
#czl9D0p0eNgOaIe7C4gVIq81wa9iwyVQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tPTO3S3Dt4rV86dwGgO9QzbPztB3scNw { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #2b7d05, #081006);background-image: -moz-linear-gradient(180deg, #2b7d05, #081006);background-image: -ms-linear-gradient(180deg, #2b7d05, #081006);background-image: -o-linear-gradient(180deg, #2b7d05, #081006);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b7d05', endColorstr='#081006' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b7d05', endColorstr='#081006' );";background-image: linear-gradient(180deg, #2b7d05, #081006);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(42,13,3,0.79) ;box-sizing:border-box;color:#fff7d0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.8);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto condensed";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:16.4375rem;height:2.5625rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:14.495849609375rem;left:33.07861328125rem;display:block; }
#q5SOWP2KlnKe0T592KmpXvDQd3iQSxr0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #O5PHNy6wAEtT7tFl04RD9ZHJqQ2fqrg9 { display:block; }#O5PHNy6wAEtT7tFl04RD9ZHJqQ2fqrg9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ouk4zLctqTTdbE6bevx22OT7Kynhuyhl { top:1rem;left:29.0625rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWWelTuCBPG9dWGnfQWQOktgq4eub15J { top:0.75rem;left:46rem;width:1.75rem;height:1.75rem;display:block; }
#JWWelTuCBPG9dWGnfQWQOktgq4eub15J > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; } }@media only screen and (max-width: 763px) { #HbUWTvkmFTOpk9Vak2bfLUmMFPZTMEpX { top:1.0625rem;left:0rem;width:38.5rem;height:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7zigs1uansUKlC72lvrl7cDrlshcWAz { width:5.875rem;height:1.0625rem;top:1.1875rem;left:30.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygX3aG9X434q1D1lTyrl4GzJCmMkwF1M { display:block; }
 }@media only screen and (max-width: 763px) { #KUKL09nCQUyPA3XUJFB3nExiVKR1qrLT { top:1.0625rem;left:46.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgmALfCPn0UiciTLKxVOlCaO7UCMwuRw { width:2rem;height:2rem;top:0.6875rem;left:45.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHuVv420ZRJ7nBFl6NcP5XrcfyAFrsh9 { display:block; }
 }@media only screen and (max-width: 763px) { #LQuugIK8NSINXV0edevrCFS8hMw1kVZo { width:1.9375rem;height:1.9375rem;top:0.6875rem;left:45.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6qNie7GG5eIcJx2FcZADSXZt5kfT7AT { display:block; }
 }@media only screen and (max-width: 763px) { #GAovpnmqdZ4OMUsDim2eyWIFe3zFSkc8 { width:13.875rem;height:2.1875rem;top:0.625rem;left:33.875rem;background-color:#ed5a0a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #aWcc8fbAAloKfriovHvvLwxpPfSn4TLi { display:block; }
 }@media only screen and (max-width: 763px) { #x6qfwll7BUIXGgvLl5S1gT0PnPrbAyIA { background-color:transparent;background-image:url("https://images.assets-landingi.com/d41GddHY/polkole.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#x6qfwll7BUIXGgvLl5S1gT0PnPrbAyIA.adaptive-delivery-prevent-bg, #x6qfwll7BUIXGgvLl5S1gT0PnPrbAyIA.lazyload, #x6qfwll7BUIXGgvLl5S1gT0PnPrbAyIA.lazyloading { background-image: none; }#x6qfwll7BUIXGgvLl5S1gT0PnPrbAyIA > .row .container { background-color: transparent; background-image: none; }#x6qfwll7BUIXGgvLl5S1gT0PnPrbAyIA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x6qfwll7BUIXGgvLl5S1gT0PnPrbAyIA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x6qfwll7BUIXGgvLl5S1gT0PnPrbAyIA > .row .container > .video-iframe-container { display: none; }#x6qfwll7BUIXGgvLl5S1gT0PnPrbAyIA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x6qfwll7BUIXGgvLl5S1gT0PnPrbAyIA > .row > .video-iframe-container { display: none; }#x6qfwll7BUIXGgvLl5S1gT0PnPrbAyIA > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x6qfwll7BUIXGgvLl5S1gT0PnPrbAyIA > .row .container { border-width: 0; border-radius: 0; }#x6qfwll7BUIXGgvLl5S1gT0PnPrbAyIA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JiDaep61RXQXCwvpNEAl6F14zfNGLBHH { top:1.8125rem;left:18.031494140625rem;width:11.625rem;height:8.8269415917843rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #xsfwBRpAdOttm1NvmMOnPnRpTgyrVs53 { top:19.9375rem;left:0rem;width:47.75rem;height:3.5rem;font-size:2.9375rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #VdbCU8E5tbHkIdMU5FuuGbD202iGw07y { top:34.875rem;left:26.749755859375rem;width:10.9375rem;height:7.7691260789762rem;display:block; }
 }@media only screen and (max-width: 763px) { #lb8oK2qZOgPQCVFi4uuO89QopM7ba8z6 { top:15.625rem;left:26.3125rem;width:21.4375rem;height:26.922568248223rem;display:block; }
 }@media only screen and (max-width: 763px) { #rh7enbaOKc8qViQzGKtpTBeI4zTdX8Ft { top:30.125rem;left:32.374755859375rem;width:13.75rem;height:13.438881648316rem;display:block; }
 }@media only screen and (max-width: 763px) { #PweLyuBPCoxBdTcZTI0pGNUN6IOP5DMN { top:35.1875rem;left:42.25rem;width:5.5rem;height:8.2813616768782rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHfbSU6iBwvBbmS7otGRIKTAPPaKbI0Z { top:18.5rem;left:23.5rem;width:24.25rem;height:24.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtJWoXfqhUnfnAWowIFJR6ACcKDDtDm0 { top:32.0625rem;left:40.4375rem;width:7.3125rem;height:11.216346683561rem;display:block; }
 }@media only screen and (max-width: 763px) { #BaVZOXOIXxKkinqSG5dr0x8BmHQlZZ7L { top:25.75rem;left:35.4375rem;width:12.3125rem;height:18.469962784577rem;display:block; }
 }@media only screen and (max-width: 763px) { #cV9OAAM5GFWlNvLHbUy7Gc1NyysdqLHI { top:25.75rem;left:0rem;width:41.25rem;height:2.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MB5BKMKNDJGxtnOaLDqlueZIRh3lxeCL { top:13.1875rem;left:0rem;width:47.75rem;height:4.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATdRJcMbJFDHk0ZoBh2TGOMkOsK1lxTi { top:36.1875rem;left:0rem;width:33.5rem;height:1.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tx1ooNVRSfhPgTqqTxNZEXzVZZO8kc8o { width:38.8125rem;height:5rem;top:29.75rem;left:0rem;background-color:#ed5a0a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #JpE0N6cOsHSSpAOSZtMfwMTl6cztH2Wf { display:block; }
 }@media only screen and (max-width: 763px) { #MfaJBnoLUKNLe7DoTTfwBZindBnS2sd0 { top:24.9375rem;left:11rem;width:36.75rem;height:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ch2yi52frZ9z10t2qNQGWvvMZZmFGhqc { display:block; }#ch2yi52frZ9z10t2qNQGWvvMZZmFGhqc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vi32qcCoqKoo2CczIRsmdwvIg7TtmXpu { top:4.375rem;left:0rem;width:47.75rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4tU4MiDzZZntIQOMLq3bmNssKdG25ov { top:10.125rem;left:0rem;width:8.9375rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTWu8sSPUW1RFcfMdaElByiprcPNkpuG { top:18rem;left:0rem;width:22.875rem;height:4.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #szJvsA29aWyCx811q4yPNZSAVHkSGyB9 { top:23.0625rem;left:0rem;width:22.5625rem;height:2.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTDetzE1SEOSHAWuyHEIS5To5tUuANHX { top:18.25rem;left:19.125rem;width:13.6875rem;height:4.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GILUQLdWspwAzEWDG5CEp2Uk9I93Xs0k { top:23.25rem;left:19.561767578125rem;width:13.125rem;height:2.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfatCO1QSNnOvmXX9MJKXfRnFfBRN1Xa { top:12rem;left:22.6875rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dioa0FCL360yZHhhlru56TRK4E5UsGP1 { top:31.1875rem;left:0rem;width:5.1875rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHNNLWD25fSLtQIvZCJbeJeN3zbzCle0 { top:31.875rem;left:23.4375rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #emEZAcucxADTZIZ6dPTRz5VAtUVn22CD { top:36.4375rem;left:16.498046875rem;width:18.9375rem;height:4.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yz4ogPWrcH95GzIyFP604tKf1Qb7sPM7 { top:36.4375rem;left:0rem;width:24.9375rem;height:4.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVWUs4fyroGU9nGbXOgTer0IuLN5WNgU { top:18rem;left:25.8125rem;width:21.9375rem;height:4.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVbnWC7IUTTpcae99ocJpZwFT2c9mG2w { top:23.0625rem;left:26rem;width:21.75rem;height:2.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3zdo93TMcRQdzMxGdQutuJ7pkUCTOvS { top:36.4375rem;left:33.5rem;width:14.25rem;height:4.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHcyBFKJ0xIp3OFvzPeWNS95zCImUnVq { top:41.4375rem;left:25.0625rem;width:22.6875rem;height:2.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zc14MqPyThpilig4EnU15DDHSdnTBNRE { top:41.625rem;left:16.8125rem;width:18.4375rem;height:3.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tvuy7v62F46VuIKEaEKFdU4Wk2qdwwli { top:41.4375rem;left:0rem;width:25.25rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDbuFd0i2ysCl2ToROvRAmJg379QrCG7 { top:12.0625rem;left:41.4375rem;width:6.3125rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILKXqi3vONArOE2ulcm8PbavRkFmILaQ { top:31.6875rem;left:42.875rem;width:4.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PT4JXL6UgNbTZJ1kppnK26tN89wgKyVn { top:9.75rem;left:15.875rem;width:31.875rem;height:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GooHZFJ9p5NrKt2afm1UtSG9qSxNFavz { top:21rem;left:11.1875rem;width:36.5625rem;height:18.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhFFvhncO0oTZTRkNofLIXq0uzDyLnMh { top:51.4375rem;left:11rem;width:36.75rem;height:1.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPNAvhIckQWW8A1WDT4oHDWaTf98FCuF { top:7.1875rem;left:0rem;width:36.3125rem;height:48.541370414026rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFW1VXd4Z1gV16mgq9l9uJe80CMaCVmP { top:1.875rem;left:0rem;width:47.75rem;height:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUF1BB8S6RSXckUTsvaAu6dR9hlDylQ4 { top:13.5rem;left:15.875rem;width:31.875rem;height:4.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qn5c5y8ThUn36UfCnvSd3AT5T315eLDt { top:41.625rem;left:11.1875rem;width:36.5625rem;height:6.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EH0BlFPPREBkF4P2h2UOePqHDMSaIgwB { width:38.25rem;height:5.0625rem;top:55.25rem;left:9.5rem;background-color:#ed5a0a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #TM4H16qRex9fEw5rWhXx3pT3glRwuCA8 { display:block; }
 }@media only screen and (max-width: 763px) { #r5h3Nbx68nEpbVveSOT1FiUcMHmeOApC { display:block; }#r5h3Nbx68nEpbVveSOT1FiUcMHmeOApC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gFC7d8fXAn5GbeQLzgQBEhNsbyLEuBLg { top:23.75rem;left:0rem;width:11.0625rem;height:8.0140017362574rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8nviPaFcDNW2MTWng3oIpuOqapJrOJt { top:32.5rem;left:0rem;width:17.625rem;height:2.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBEGbB4eBDEg2bUXlMxpSwBWxCPneqRv { top:32.5rem;left:15.49853515625rem;width:16.75rem;height:2.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILQ6ZngzNL5zEN3g4u5tOJ01vcSiB87p { top:35.4375rem;left:0rem;width:17.4375rem;height:1.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7KDKaLq01yN9T0ibcRMyS35rfp0M2HJ { top:35.3125rem;left:15.5595703125rem;width:16.5625rem;height:1.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQ0RIWTgeIQscRq9oCTU9MnHyhR7MEsJ { top:18.875rem;left:17.21484375rem;width:13.25rem;height:13.000865230642rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4yzeFHtSTxxA4dVLf2Pep6tEcqd7WRC { top:45rem;left:19.811279296875rem;width:9.375rem;height:14.307875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C711XufhoxKI9Aozd9EQp1llDpBI7bst { top:48.0625rem;left:0rem;width:17.8125rem;height:12.432875rem;display:block; }
 }@media only screen and (max-width: 763px) { #daFzBftZiSGAuQ8dUsCTXgypkVMB3R8s { top:32.375rem;left:34.25rem;width:13.5rem;height:2.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwLnyAVHZLCs3LlThzqFH5BTHvhXyg4M { top:35.3125rem;left:33.9375rem;width:13.8125rem;height:1.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUvGApbak7w0FTonDAV5PS3Vq4LFzlDT { top:12.25rem;left:32.125rem;width:15.625rem;height:19.612423642297rem;display:block; }
 }@media only screen and (max-width: 763px) { #kz0zoV7XUNhGFFaOAovKkEWyvc0DObG4 { top:48.3125rem;left:31.8125rem;width:15.9375rem;height:11.952206571807rem;display:block; }
 }@media only screen and (max-width: 763px) { #eblJ5etTaGkdZJR2IeTqemDTacsW9lpF { top:60.75rem;left:26.8125rem;width:20.9375rem;height:2.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxhKHh6CLdHE0Rs2l905XI7OP9UsbtZc { top:63.5rem;left:32.125rem;width:15.625rem;height:1.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #md1WUP3z2A7uXhUVyqOzarTTBFfcyZ42 { top:63.5625rem;left:16.248046875rem;width:16.5625rem;height:1.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRnc6sX6XcOLcDvGouJhc43C1B01OSP9 { top:60.6875rem;left:13.309814453125rem;width:22.375rem;height:2.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6fAEFPU6anrDpuVr5TcZCTQUgvarpJz { top:60.6875rem;left:0rem;width:22.25rem;height:2.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OG8ecPfk9mpsbaA3h9SM9FCvSDwU4ww3 { top:63.5rem;left:0rem;width:19.0625rem;height:1.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hK67T4SROSdkomWfLoKl2pTGJOsM6JTQ { top:1.6875rem;left:0rem;width:47.75rem;height:4.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1OlfJOtD3NSTJ45cG36pS1IRdMZDRmX { top:6rem;left:0rem;width:47.75rem;height:2rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFhf7tUdZGu02MTyDSJHDbfr9rK3KrM2 { width:38.25rem;height:5.0625rem;top:79.4375rem;left:4.75rem;background-color:#ed5a0a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #d3ULZFupT8AnRFQ3J3HndRleZktt4hw5 { display:block; }
 }@media only screen and (max-width: 763px) { #ufkafisySUnIxv8PWerT66V8DMd1l0Td { top:76.125rem;left:5.46875rem;width:36.75rem;height:2.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ou0R8TuUKs7meTzmLuMKtEbBNkgKFzRh { top:72.125rem;left:0rem;width:47.75rem;height:2rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmSegkpqLc1Q3ab6wekAw3ct6CSP0vtb { display:block; }#OmSegkpqLc1Q3ab6wekAw3ct6CSP0vtb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iQLD7p7ldGXNquE3dup9iwXIP1JLVN90 { width:23.125rem;height:15.625rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W04yscgNWRklmFw7tFFkWlRzflBxv1fq { width:21.875rem;height:5.75rem;top:10.125rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7eVFHhI7cmpifadJLuAlFCeCKWQvKQy { top:50.5625rem;left:18.875rem;width:9.9375rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dT0WFJ58ygFyTMRcGMz02bGIskeCofNP { width:21.875rem;height:1.9375rem;top:16.6875rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OM8XMTQI7iVXOcOIoHoWfTP3c2WXVy0S { width:23.125rem;height:15.625rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6Ced4vVTdNtc3q14SQXLqKTx8qGgAET { width:21.875rem;height:5.75rem;top:10.125rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKrhqriS0icoJF2PeRmmrmKzqvZl3zR0 { top:29.25rem;left:19.875rem;width:7.8125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUOHKaBF0t1f3A3hbWciJfC3Fr9dMh6A { width:23.125rem;height:15.625rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lg8z8rzmzN374WQfl2gRcUOklnxrXcc7 { width:21.875rem;height:1.9375rem;top:16.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOm4URSBBPEEB8e5ByamkgDGw1Pvcoao { width:21.875rem;height:5.75rem;top:10.1875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMAN9vXMItWPiUs5e3HxBn4ZPhEFKz5d { top:8.875rem;left:19.3125rem;width:9.0625rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOWWXdmQqnkz3d6GmG4oUKtIFe7do00A { width:21.875rem;height:1.9375rem;top:16.6875rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdUI17XD9Rywu1TMZxyZR39zfPV1RuWF { top:0.9375rem;left:0rem;width:47.75rem;height:4.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eaRn0x5GyOLx5UIrUMKDuSFVlqP8INTB { display:block; }#eaRn0x5GyOLx5UIrUMKDuSFVlqP8INTB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RQglvZXF78QSE4b6vWiQNoKOhiJkp7DT .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#RQglvZXF78QSE4b6vWiQNoKOhiJkp7DT { display:flex;height:auto;width:27.8125rem;top:11.625rem;left:5rem; }
#RQglvZXF78QSE4b6vWiQNoKOhiJkp7DT .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #RQglvZXF78QSE4b6vWiQNoKOhiJkp7DT #e9hxFWxqUpMDsgXmAnENI7V04PZk5263 {  }
 }@media only screen and (max-width: 763px) { #RQglvZXF78QSE4b6vWiQNoKOhiJkp7DT #t2WoLHz877Bvo0Nuuu02Q8ms1lnDytKF {  }
 }@media only screen and (max-width: 763px) { #RQglvZXF78QSE4b6vWiQNoKOhiJkp7DT #pKfOJzQaFkxH55vcC1CioeFfbFVDRgVU {  }
 }@media only screen and (max-width: 763px) { #RQglvZXF78QSE4b6vWiQNoKOhiJkp7DT #fzce8eIaqh9ryCASQRJsDVSSwHLcTivu {  }
 }@media only screen and (max-width: 763px) { #RQglvZXF78QSE4b6vWiQNoKOhiJkp7DT #tqPNhp51w5yqrcQtiF74PfsNkVHPNTEh {  }
 }@media only screen and (max-width: 763px) { #RQglvZXF78QSE4b6vWiQNoKOhiJkp7DT #x0XzFRXr0b4MKrVWhVilkvbd0SgsS8iC {  }
 }@media only screen and (max-width: 763px) { #RQglvZXF78QSE4b6vWiQNoKOhiJkp7DT #REUuwiWi1FOeh047qaOJ2PMWedUQh3Ew {  }
 }@media only screen and (max-width: 763px) { #RQglvZXF78QSE4b6vWiQNoKOhiJkp7DT #eAM3EfITDq80hmmV52HaRO1DR8dPd2mw {  }
 }@media only screen and (max-width: 763px) { #RQglvZXF78QSE4b6vWiQNoKOhiJkp7DT #Q4mdSO72wS8pqI3c559h05BgQ4ONq5bJ {  }
 }@media only screen and (max-width: 763px) { #RQglvZXF78QSE4b6vWiQNoKOhiJkp7DT #eAwSyqZ2K9G3Pc0dTNMUsTS6dTnZvH0C {  }
 }@media only screen and (max-width: 763px) { #RQglvZXF78QSE4b6vWiQNoKOhiJkp7DT #buQTSWkSoruf5okN9rGCQdGk6grxaMcu {  }
 }@media only screen and (max-width: 763px) { #RQglvZXF78QSE4b6vWiQNoKOhiJkp7DT #x5mQBguyOUAppvzpkJ6P15TR4DpsTcpS {  }
 }@media only screen and (max-width: 763px) { #RQglvZXF78QSE4b6vWiQNoKOhiJkp7DT #nWA7hAIncd90OHLUE0gcrk1AlgrMwuBD {  }
 }@media only screen and (max-width: 763px) { #RQglvZXF78QSE4b6vWiQNoKOhiJkp7DT #gufHN765WomzFhTx9V5oznEsvqKTyuLW {  }
 }@media only screen and (max-width: 763px) { #RQglvZXF78QSE4b6vWiQNoKOhiJkp7DT #pw8SheTkmG1bt3PD6TxV9UoXBdN0ALZs {  }
 }@media only screen and (max-width: 763px) { #RQglvZXF78QSE4b6vWiQNoKOhiJkp7DT #I4E3GOM6Gt7HmA3hCtg9sRzcwoc6ieVT {  }
 }@media only screen and (max-width: 763px) { #RQglvZXF78QSE4b6vWiQNoKOhiJkp7DT #g9tmiPFQkhylVxHEniHShqlUbFVuG682 {  }
 }@media only screen and (max-width: 763px) { #RQglvZXF78QSE4b6vWiQNoKOhiJkp7DT #r2hq9fAWUM4TTsQ7U73LCJ5mFJar1PAu {  }
 }@media only screen and (max-width: 763px) { #RQglvZXF78QSE4b6vWiQNoKOhiJkp7DT #y7xNSTipRsNJpO93GUL8zZquwTKndVIl {  }
 }@media only screen and (max-width: 763px) { #RQglvZXF78QSE4b6vWiQNoKOhiJkp7DT #gC7ENmessAZPObUs9eVb7NDyF6TEfaDG {  }
 }@media only screen and (max-width: 763px) { #RQglvZXF78QSE4b6vWiQNoKOhiJkp7DT #uior66mfo1atoVLZTFrk0Deg8htx5L0H {  }
 }@media only screen and (max-width: 763px) { #RQglvZXF78QSE4b6vWiQNoKOhiJkp7DT #mkuuO6WuDzIIycGpXl4O7dIfhpZsU0U9 {  }
 }@media only screen and (max-width: 763px) { #RQglvZXF78QSE4b6vWiQNoKOhiJkp7DT #lEIdG2CksGnSJyfVTTv3GqMuC9IJyDU9 {  }
 }@media only screen and (max-width: 763px) { #RQglvZXF78QSE4b6vWiQNoKOhiJkp7DT #eFLwKmv6SlpiNaqhtm5gxgvIkoxZKTQd {  }
 }@media only screen and (max-width: 763px) { #RQglvZXF78QSE4b6vWiQNoKOhiJkp7DT #mAU1pTRQ29AWekzvZcs4ksuOhp0S0IHK {  }
 }@media only screen and (max-width: 763px) { #LTbiJqGOEC1h1ImEr2ufO52E6yQIdgfU { top:1.5625rem;left:0rem;width:47.75rem;height:4.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVOCHzdsQEZ3IBVA6FBf3NfQQGXDDKLr { display:block; }#cVOCHzdsQEZ3IBVA6FBf3NfQQGXDDKLr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tXCuTX62DKeZCmx5OQxZ56OhZhBZyZsr { top:0.625rem;left:0rem;width:47.75rem;height:4.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlnDr7tMtHm5Q5AAWlcRmlgzD14vCWfV { top:4.875rem;left:0rem;width:47.75rem;height:2rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1ApDnZmFpc0mH6MVULyruI1hExQNEvJ { top:11.6875rem;left:11.1875rem;width:36.5625rem;height:7.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hD3orpsU5HWl2nhgTaJPqUcDmNCdTtvN { width:30.4375rem;height:5rem;top:14.5rem;left:0rem;background-color:#ed5a0a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #BbiT2WWNNOFcgJ7VGyZ5U6H4AMFvZdZs { display:block; }
 }@media only screen and (max-width: 763px) { #hTBqQmEiwq1TuUCtZhiOxpJFZB6w1mOH { top:11.6875rem;left:0rem;width:29.8125rem;height:2.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hpUXkS1xqzvlBRqrnliO37q5QdSwirfB { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#hpUXkS1xqzvlBRqrnliO37q5QdSwirfB > .row .container { background-color: transparent; background-image: none; }#hpUXkS1xqzvlBRqrnliO37q5QdSwirfB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hpUXkS1xqzvlBRqrnliO37q5QdSwirfB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hpUXkS1xqzvlBRqrnliO37q5QdSwirfB > .row .container > .video-iframe-container { display: none; }#hpUXkS1xqzvlBRqrnliO37q5QdSwirfB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hpUXkS1xqzvlBRqrnliO37q5QdSwirfB > .row > .video-iframe-container { display: none; }#hpUXkS1xqzvlBRqrnliO37q5QdSwirfB > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hpUXkS1xqzvlBRqrnliO37q5QdSwirfB > .row .container { border-width: 0; border-radius: 0; }#hpUXkS1xqzvlBRqrnliO37q5QdSwirfB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TIDv81XqAwVXxUJcS2WW3rXzJLtyGbT7 { top:6.3125rem;left:0rem;width:19.8125rem;height:3.625rem;font-size:0.75rem;color:#0f0f0f;display:block; }
 }@media only screen and (max-width: 763px) { #RMViVT0ns6P2dJXg16wW00vGOT0R5QDU { top:6rem;left:33.375rem;width:14.375rem;height:2.4375rem;font-size:0.75rem;color:#0f0f0f;display:block; }
 }@media only screen and (max-width: 763px) { #oqLuOoUwMVgF0X5wB2GAfZc0H7mrPKaX { top:6.0625rem;left:35.1865234375rem;width:7.3125rem;height:1.1875rem;font-size:0.75rem;color:#0f0f0f;display:block; }
 }@media only screen and (max-width: 763px) { #vrX0o85se0FLaZkXvARGO1SUKOeJHrqh { top:6rem;left:18.93701171875rem;width:12.375rem;height:1.1875rem;font-size:0.75rem;color:#0f0f0f;display:block; }
 }@media only screen and (max-width: 763px) { #VLMl5DIVMhorW7cTHlua0GupsGOe0oyN { top:12.5625rem;left:41.388916015625rem;width:5.5rem;height:1rem;font-size:0.75rem;color:#0f0f0f;display:block; }
 }@media only screen and (max-width: 763px) { #C53NeeIHgA2N1F89WyxHRZi8xbL5R2oi { top:4.0625rem;left:18.8125rem;width:11.8125rem;height:1rem;font-size:0.75rem;color:#0f0f0f;display:block; }
 }@media only screen and (max-width: 763px) { #bry65nFBgW2n0LH5tUVs1g9wzkJc34zE { top:11rem;left:0rem;width:20rem;height:0.0625rem;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #C3kVaCyJ5XxM6QUF18GH18VTwqzQ24F6 { top:14.875rem;left:38.56005859375rem;width:1.625rem;height:1.625rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #yPZ2n07k4lxyQX9OIG3J3Q1b92vGpgCa { top:14.75rem;left:45.875rem;width:1.875rem;height:1.875rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #ThrPDzlQLEVq40NK8otokKXQXSbNpVkC { top:1rem;left:0rem;width:7.25rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbwB4WZHb5nqscPw01UJJqdHMOKBrrAa { top:10.9375rem;left:18.936851501465rem;width:20rem;height:0;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Lo7vNETuF6sUz3MZq3eWJUvgbl5cxmZh { top:10.9375rem;left:27.75rem;width:20rem;height:0;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #VylXVgOJCoVQWAdpt9ggXBMEHm0ETqBG { top:12.5625rem;left:0rem;width:20.4375rem;height:2.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OffCvvdkyrWTaaazTPyrT2Jn3cWbfwX0 { width:3.0625rem;height:3.0625rem;top:14.1875rem;left:44.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVVDahiLtdO6K92nfL9MLWFH3NP4ti82 { display:block; }
 }@media only screen and (max-width: 763px) { #JEpPnwJQTwCs92lWDv1VTzeK6hAFKaDQ { width:3rem;height:3rem;top:14.1875rem;left:37.825439453125rem;display:block; }
 }@media only screen and (max-width: 763px) { #czl9D0p0eNgOaIe7C4gVIq81wa9iwyVQ { display:block; }
 }@media only screen and (max-width: 763px) { #tPTO3S3Dt4rV86dwGgO9QzbPztB3scNw { width:16.4375rem;height:2.5625rem;top:14.4375rem;left:19.45361328125rem;background-color:#ed5a0a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #q5SOWP2KlnKe0T592KmpXvDQd3iQSxr0 { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #O5PHNy6wAEtT7tFl04RD9ZHJqQ2fqrg9 { position:relative;z-index:auto;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #410000, #000000);background-image: -moz-linear-gradient(0deg, #410000, #000000);background-image: -ms-linear-gradient(0deg, #410000, #000000);background-image: -o-linear-gradient(0deg, #410000, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#410000', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#410000', endColorstr='#000000' );";background-image: linear-gradient(0deg, #410000, #000000);background-size:auto !important;display:block; }#O5PHNy6wAEtT7tFl04RD9ZHJqQ2fqrg9 > .row .container { background-color: transparent; background-image: none; }#O5PHNy6wAEtT7tFl04RD9ZHJqQ2fqrg9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O5PHNy6wAEtT7tFl04RD9ZHJqQ2fqrg9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O5PHNy6wAEtT7tFl04RD9ZHJqQ2fqrg9 > .row .container > .video-iframe-container { display: none; }#O5PHNy6wAEtT7tFl04RD9ZHJqQ2fqrg9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O5PHNy6wAEtT7tFl04RD9ZHJqQ2fqrg9 > .row > .video-iframe-container { display: none; }#O5PHNy6wAEtT7tFl04RD9ZHJqQ2fqrg9 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O5PHNy6wAEtT7tFl04RD9ZHJqQ2fqrg9 > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ouk4zLctqTTdbE6bevx22OT7Kynhuyhl { display:flex;width:1.5rem;height:1.5rem;top:4.5625rem;left:9.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #JWWelTuCBPG9dWGnfQWQOktgq4eub15J { display:flex;width:1.12426875rem;height:1.12426875rem;top:0.44921875rem;left:16.18505859375rem; }
#JWWelTuCBPG9dWGnfQWQOktgq4eub15J > img { max-width: 100%;max-height:100%; width:1.12426875rem; height:1.12426875rem; } }@media only screen and (max-width: 763px) { #HbUWTvkmFTOpk9Vak2bfLUmMFPZTMEpX { width:15.75rem;height:0.75rem;top:0.52490234375rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #e7zigs1uansUKlC72lvrl7cDrlshcWAz { width:7.5625rem;height:1.3125rem;top:4.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ygX3aG9X434q1D1lTyrl4GzJCmMkwF1M { display:block; }
 }@media only screen and (max-width: 763px) { #KUKL09nCQUyPA3XUJFB3nExiVKR1qrLT { display:flex;width:0.75rem;height:0.75rem;top:0.66718751192094rem;left:18.40625rem;font-size:0.5rem; }
 }@media only screen and (max-width: 763px) { #rgmALfCPn0UiciTLKxVOlCaO7UCMwuRw { width:1.25rem;height:1.25rem;top:0.386962890625rem;left:16.060546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHuVv420ZRJ7nBFl6NcP5XrcfyAFrsh9 { display:block; }
 }@media only screen and (max-width: 763px) { #LQuugIK8NSINXV0edevrCFS8hMw1kVZo { width:1.25rem;height:1.25rem;top:0.3857421875rem;left:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6qNie7GG5eIcJx2FcZADSXZt5kfT7AT { display:block; }
 }@media only screen and (max-width: 763px) { #GAovpnmqdZ4OMUsDim2eyWIFe3zFSkc8 { width:9.75rem;height:1.8125rem;top:1.875rem;left:5.125rem;font-size:0.75rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #2b7d05, #081006);background-image: -moz-linear-gradient(180deg, #2b7d05, #081006);background-image: -ms-linear-gradient(180deg, #2b7d05, #081006);background-image: -o-linear-gradient(180deg, #2b7d05, #081006);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b7d05', endColorstr='#081006' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b7d05', endColorstr='#081006' );";background-image: linear-gradient(180deg, #2b7d05, #081006);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#ffffff;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #aWcc8fbAAloKfriovHvvLwxpPfSn4TLi { display:block; }
 }@media only screen and (max-width: 763px) { #x6qfwll7BUIXGgvLl5S1gT0PnPrbAyIA { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/95585d78-86c9-478f-913f-e44b320feb31/ChatGPTImage12desetde202510_46_28.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#x6qfwll7BUIXGgvLl5S1gT0PnPrbAyIA.adaptive-delivery-prevent-bg, #x6qfwll7BUIXGgvLl5S1gT0PnPrbAyIA.lazyload, #x6qfwll7BUIXGgvLl5S1gT0PnPrbAyIA.lazyloading { background-image: none; }#x6qfwll7BUIXGgvLl5S1gT0PnPrbAyIA > .row .container { background-color: transparent; background-image: none; }#x6qfwll7BUIXGgvLl5S1gT0PnPrbAyIA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x6qfwll7BUIXGgvLl5S1gT0PnPrbAyIA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x6qfwll7BUIXGgvLl5S1gT0PnPrbAyIA > .row .container > .video-iframe-container { display: none; }#x6qfwll7BUIXGgvLl5S1gT0PnPrbAyIA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x6qfwll7BUIXGgvLl5S1gT0PnPrbAyIA > .row > .video-iframe-container { display: none; }#x6qfwll7BUIXGgvLl5S1gT0PnPrbAyIA > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x6qfwll7BUIXGgvLl5S1gT0PnPrbAyIA > .row .container { border-width: 0; border-radius: 0; }#x6qfwll7BUIXGgvLl5S1gT0PnPrbAyIA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x6qfwll7BUIXGgvLl5S1gT0PnPrbAyIA > .row .container { width:20rem;height:27.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JiDaep61RXQXCwvpNEAl6F14zfNGLBHH { width:4.24926875rem;height:2.93579375rem;top:1.1875rem;left:7.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #xsfwBRpAdOttm1NvmMOnPnRpTgyrVs53 { width:18.81225rem;height:1.19921875rem;top:9.803466796875rem;left:0.592041015625rem;font-size:1rem;text-align:center;text-align-last:center;color:#c48f48;display:block; }
 }@media only screen and (max-width: 763px) { #VdbCU8E5tbHkIdMU5FuuGbD202iGw07y { width:2.99926875rem;height:1.93725625rem;top:15rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lb8oK2qZOgPQCVFi4uuO89QopM7ba8z6 { width:4.5rem;height:5.6875rem;top:11.125rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rh7enbaOKc8qViQzGKtpTBeI4zTdX8Ft { width:3.5rem;height:3.375rem;top:13.8125rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PweLyuBPCoxBdTcZTI0pGNUN6IOP5DMN { width:1.0620125rem;height:1.6870125rem;top:15.31201171875rem;left:18.81298828125rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #vHfbSU6iBwvBbmS7otGRIKTAPPaKbI0Z { width:5.06225625rem;height:5.06225625rem;top:13.0625rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtJWoXfqhUnfnAWowIFJR6ACcKDDtDm0 { width:1.75rem;height:2.9375rem;top:13.875rem;left:18.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BaVZOXOIXxKkinqSG5dr0x8BmHQlZZ7L { width:2.875rem;height:4.4375rem;top:12.6875rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cV9OAAM5GFWlNvLHbUy7Gc1NyysdqLHI { width:20rem;height:2.0625rem;top:17.435546875rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #MB5BKMKNDJGxtnOaLDqlueZIRh3lxeCL { width:20rem;height:4.048825rem;top:5.24365234375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ATdRJcMbJFDHk0ZoBh2TGOMkOsK1lxTi { width:20rem;height:0.625rem;top:22.8720703125rem;left:0rem;font-size:0.625rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #tx1ooNVRSfhPgTqqTxNZEXzVZZO8kc8o { width:17.56225rem;height:2.56225625rem;top:19.74951171875rem;left:1.21826171875rem;font-size:1rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #2b7d05, #081006);background-image: -moz-linear-gradient(180deg, #2b7d05, #081006);background-image: -ms-linear-gradient(180deg, #2b7d05, #081006);background-image: -o-linear-gradient(180deg, #2b7d05, #081006);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b7d05', endColorstr='#081006' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b7d05', endColorstr='#081006' );";background-image: linear-gradient(180deg, #2b7d05, #081006);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#ffffff;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #JpE0N6cOsHSSpAOSZtMfwMTl6cztH2Wf { display:block; }
 }@media only screen and (max-width: 763px) { #MfaJBnoLUKNLe7DoTTfwBZindBnS2sd0 { width:19.994125rem;height:1.125rem;top:24.74609375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ch2yi52frZ9z10t2qNQGWvvMZZmFGhqc { display:block; }#ch2yi52frZ9z10t2qNQGWvvMZZmFGhqc > .row .container { width:20rem;height:68.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vi32qcCoqKoo2CczIRsmdwvIg7TtmXpu { width:20rem;height:1.19921875rem;top:0.93515682220456rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;color:#c48f48;display:block; }
 }@media only screen and (max-width: 763px) { #x4tU4MiDzZZntIQOMLq3bmNssKdG25ov { width:5rem;height:5rem;top:6.5rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTWu8sSPUW1RFcfMdaElByiprcPNkpuG { width:14.499rem;height:1.7504875rem;top:4.43603515625rem;left:2.744140625rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#a06f2d;display:block; }
 }@media only screen and (max-width: 763px) { #szJvsA29aWyCx811q4yPNZSAVHkSGyB9 { width:20rem;height:0.8984375rem;top:10.9375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;color:#fff7d0;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #iTDetzE1SEOSHAWuyHEIS5To5tUuANHX { width:20rem;height:0.87524375rem;top:15.125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#a06f2d;display:block; }
 }@media only screen and (max-width: 763px) { #GILUQLdWspwAzEWDG5CEp2Uk9I93Xs0k { width:20rem;height:0.8984375rem;top:21.1875rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;color:#fff7d0;display:block; }
 }@media only screen and (max-width: 763px) { #wfatCO1QSNnOvmXX9MJKXfRnFfBRN1Xa { width:3.75rem;height:3.75rem;top:17.4375rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dioa0FCL360yZHhhlru56TRK4E5UsGP1 { width:3.75rem;height:3.75rem;top:39.25rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHNNLWD25fSLtQIvZCJbeJeN3zbzCle0 { width:3.75rem;height:3.75rem;top:50.362500190735rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #emEZAcucxADTZIZ6dPTRz5VAtUVn22CD { width:20rem;height:0.87524375rem;top:47.81093788147rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#c48f48;display:block; }
 }@media only screen and (max-width: 763px) { #yz4ogPWrcH95GzIyFP604tKf1Qb7sPM7 { width:20rem;height:0.87524375rem;top:36.625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#a06f2d;display:block; }
 }@media only screen and (max-width: 763px) { #uVWUs4fyroGU9nGbXOgTer0IuLN5WNgU { width:20rem;height:0.87524375rem;top:25.625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#a06f2d;display:block; }
 }@media only screen and (max-width: 763px) { #gVbnWC7IUTTpcae99ocJpZwFT2c9mG2w { width:20rem;height:1.796875rem;top:31.5625rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.2;color:#fff7d0;display:block; }
 }@media only screen and (max-width: 763px) { #o3zdo93TMcRQdzMxGdQutuJ7pkUCTOvS { width:20rem;height:0.87524375rem;top:59.125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#c48f48;display:block; }
 }@media only screen and (max-width: 763px) { #sHcyBFKJ0xIp3OFvzPeWNS95zCImUnVq { width:20rem;height:1.796875rem;top:66rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;color:#fff7d0;display:block; }
 }@media only screen and (max-width: 763px) { #Zc14MqPyThpilig4EnU15DDHSdnTBNRE { width:20rem;height:1.796875rem;top:54.6875rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;color:#fff7d0;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Tvuy7v62F46VuIKEaEKFdU4Wk2qdwwli { width:20rem;height:0.8984375rem;top:43.5625rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;color:#fff7d0;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #tDbuFd0i2ysCl2ToROvRAmJg379QrCG7 { width:4.0625rem;height:4.0625rem;top:27.5rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILKXqi3vONArOE2ulcm8PbavRkFmILaQ { width:3.75rem;height:3.75rem;top:61.5rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { position:relative;z-index:auto;background-color:#170b0b;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:45.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PT4JXL6UgNbTZJ1kppnK26tN89wgKyVn { width:20rem;height:1.05rem;top:19.74374961853rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15036;line-height:1.2;color:#a06f2d;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #GooHZFJ9p5NrKt2afm1UtSG9qSxNFavz { width:20rem;height:7.341775rem;top:24.318751335144rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:15037;color:#c48f48;font-weight:700;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ZhFFvhncO0oTZTRkNofLIXq0uzDyLnMh { width:19.9945625rem;height:0.8984375rem;top:39.152345657349rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #iPNAvhIckQWW8A1WDT4oHDWaTf98FCuF { width:9.8108125rem;height:13.5608125rem;top:4.99609375rem;left:5.09375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #CFW1VXd4Z1gV16mgq9l9uJe80CMaCVmP { width:19.9975625rem;height:2.3984375rem;top:1.3125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;color:#c48f48;display:block; }
 }@media only screen and (max-width: 763px) { #PUF1BB8S6RSXckUTsvaAu6dR9hlDylQ4 { width:20rem;height:0.8984375rem;top:21.118750572204rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:15036;line-height:1.2;color:#ffffff;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #qn5c5y8ThUn36UfCnvSd3AT5T315eLDt { width:20rem;height:3.146475rem;top:33.663282394409rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:15037;color:#c48f48;font-weight:700;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #EH0BlFPPREBkF4P2h2UOePqHDMSaIgwB { width:17.5625rem;height:2.56171875rem;top:40.677344322204rem;left:1.21875rem;font-size:0.875rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #2b7d05, #081006);background-image: -moz-linear-gradient(180deg, #2b7d05, #081006);background-image: -ms-linear-gradient(180deg, #2b7d05, #081006);background-image: -o-linear-gradient(180deg, #2b7d05, #081006);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b7d05', endColorstr='#081006' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b7d05', endColorstr='#081006' );";background-image: linear-gradient(180deg, #2b7d05, #081006);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#ffffff;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #TM4H16qRex9fEw5rWhXx3pT3glRwuCA8 { display:block; }
 }@media only screen and (max-width: 763px) { #r5h3Nbx68nEpbVveSOT1FiUcMHmeOApC { display:block; }#r5h3Nbx68nEpbVveSOT1FiUcMHmeOApC > .row .container { width:20rem;height:88.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gFC7d8fXAn5GbeQLzgQBEhNsbyLEuBLg { width:5.3125rem;height:3.81171875rem;top:8.6210932731631rem;left:7.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8nviPaFcDNW2MTWng3oIpuOqapJrOJt { width:20rem;height:0.87524375rem;top:6.2929682731631rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#c48f48;display:block; }
 }@media only screen and (max-width: 763px) { #RBEGbB4eBDEg2bUXlMxpSwBWxCPneqRv { width:20rem;height:0.87524375rem;top:16.977343082428rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#c48f48;display:block; }
 }@media only screen and (max-width: 763px) { #ILQ6ZngzNL5zEN3g4u5tOJ01vcSiB87p { width:20rem;height:0.8984375rem;top:12.618750095367rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;color:#fff7d0;line-height:1.2;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #n7KDKaLq01yN9T0ibcRMyS35rfp0M2HJ { width:20rem;height:0.8984375rem;top:24.685156345367rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.2;color:#fff7d0;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #qQ0RIWTgeIQscRq9oCTU9MnHyhR7MEsJ { width:5.2484375rem;height:5.12421875rem;top:19.437500476837rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4yzeFHtSTxxA4dVLf2Pep6tEcqd7WRC { width:5.0625rem;height:8rem;top:60.166405200958rem;left:7.467968940735rem;display:block; }
 }@media only screen and (max-width: 763px) { #C711XufhoxKI9Aozd9EQp1llDpBI7bst { width:8.1875rem;height:5.625rem;top:47.185936450958rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #daFzBftZiSGAuQ8dUsCTXgypkVMB3R8s { width:20rem;height:0.87524375rem;top:29.498436450958rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#c48f48;display:block; }
 }@media only screen and (max-width: 763px) { #XwLnyAVHZLCs3LlThzqFH5BTHvhXyg4M { width:20rem;height:0.8984375rem;top:40.054687976837rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;color:#fff7d0;line-height:1.2;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #XUvGApbak7w0FTonDAV5PS3Vq4LFzlDT { width:5.625rem;height:7.06175rem;top:32.685936450958rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kz0zoV7XUNhGFFaOAovKkEWyvc0DObG4 { width:7.9375rem;height:5.8125rem;top:73.498440265656rem;left:6.0617189407349rem;display:block; }
 }@media only screen and (max-width: 763px) { #eblJ5etTaGkdZJR2IeTqemDTacsW9lpF { width:20rem;height:0.87524375rem;top:72.435940265656rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#c48f48;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #xxhKHh6CLdHE0Rs2l905XI7OP9UsbtZc { width:20rem;height:0.8984375rem;top:78.3351559639rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal;color:#fff7d0;display:block; }
 }@media only screen and (max-width: 763px) { #md1WUP3z2A7uXhUVyqOzarTTBFfcyZ42 { width:20rem;height:0.8984375rem;top:68.103909015656rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal;color:#fff7d0;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #gRnc6sX6XcOLcDvGouJhc43C1B01OSP9 { width:20rem;height:0.87524375rem;top:57.914844989777rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#c48f48;display:block; }
 }@media only screen and (max-width: 763px) { #h6fAEFPU6anrDpuVr5TcZCTQUgvarpJz { width:20rem;height:0.87524375rem;top:44.977344989777rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#c48f48;display:block; }
 }@media only screen and (max-width: 763px) { #OG8ecPfk9mpsbaA3h9SM9FCvSDwU4ww3 { width:20rem;height:0.8984375rem;top:52.998436450958rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal;line-height:1.2;color:#fff7d0;display:block; }
 }@media only screen and (max-width: 763px) { #hK67T4SROSdkomWfLoKl2pTGJOsM6JTQ { width:20rem;height:1.3rem;top:0.323486328125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;font-family:var(--headlines-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #y1OlfJOtD3NSTJ45cG36pS1IRdMZDRmX { width:20rem;height:1.796875rem;top:1.9921870231628rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:15036;line-height:1.2;color:#ffffff;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #sFhf7tUdZGu02MTyDSJHDbfr9rK3KrM2 { width:16.4375rem;height:2.5625rem;top:85.687504768369rem;left:1.78125rem;font-size:1.125rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #2b7d05, #081006);background-image: -moz-linear-gradient(180deg, #2b7d05, #081006);background-image: -ms-linear-gradient(180deg, #2b7d05, #081006);background-image: -o-linear-gradient(180deg, #2b7d05, #081006);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b7d05', endColorstr='#081006' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b7d05', endColorstr='#081006' );";background-image: linear-gradient(180deg, #2b7d05, #081006);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#ffffff;z-index:15034;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #d3ULZFupT8AnRFQ3J3HndRleZktt4hw5 { display:block; }
 }@media only screen and (max-width: 763px) { #ufkafisySUnIxv8PWerT66V8DMd1l0Td { width:20rem;height:0.8984375rem;top:84.312504768369rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Ou0R8TuUKs7meTzmLuMKtEbBNkgKFzRh { width:20rem;height:1.796875rem;top:81.259375810625rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:15036;line-height:1.2;color:#ffffff;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #OmSegkpqLc1Q3ab6wekAw3ct6CSP0vtb { display:block; }#OmSegkpqLc1Q3ab6wekAw3ct6CSP0vtb > .row .container { width:20rem;height:36.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iQLD7p7ldGXNquE3dup9iwXIP1JLVN90 { width:20rem;height:6.0625rem;top:28.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W04yscgNWRklmFw7tFFkWlRzflBxv1fq { width:20rem;height:1.796875rem;top:30.625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #T7eVFHhI7cmpifadJLuAlFCeCKWQvKQy { width:4rem;height:2.5rem;top:27.3125rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #dT0WFJ58ygFyTMRcGMz02bGIskeCofNP { width:20rem;height:0.75rem;top:22.625000178814rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #OM8XMTQI7iVXOcOIoHoWfTP3c2WXVy0S { width:20.1875rem;height:5.9375rem;top:18.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6Ced4vVTdNtc3q14SQXLqKTx8qGgAET { width:18.3125rem;height:1.796875rem;top:20.236724853516rem;left:0.84375rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #CKrhqriS0icoJF2PeRmmrmKzqvZl3zR0 { width:4rem;height:4rem;top:15.5625rem;left:8.08046913147rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUOHKaBF0t1f3A3hbWciJfC3Fr9dMh6A { width:20.0625rem;height:5.625rem;top:7.125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lg8z8rzmzN374WQfl2gRcUOklnxrXcc7 { width:20rem;height:0.75rem;top:11.623438060284rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #xOm4URSBBPEEB8e5ByamkgDGw1Pvcoao { width:17.5rem;height:1.796875rem;top:9.1484375rem;left:1.25rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #iMAN9vXMItWPiUs5e3HxBn4ZPhEFKz5d { width:4rem;height:3.5rem;top:5.07421875rem;left:8.18593788147rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOWWXdmQqnkz3d6GmG4oUKtIFe7do00A { width:20rem;height:0.8984375rem;top:33.224999606609rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #OdUI17XD9Rywu1TMZxyZR39zfPV1RuWF { width:20rem;height:1.3rem;top:1.781005859375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;font-family:var(--headlines-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #eaRn0x5GyOLx5UIrUMKDuSFVlqP8INTB { display:block; }#eaRn0x5GyOLx5UIrUMKDuSFVlqP8INTB > .row .container { width:20rem;height:35.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RQglvZXF78QSE4b6vWiQNoKOhiJkp7DT .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#RQglvZXF78QSE4b6vWiQNoKOhiJkp7DT .accordion-heading-text { font-size:0.875rem;height:auto;line-height:1.5;overflow:hidden; }
#RQglvZXF78QSE4b6vWiQNoKOhiJkp7DT .accordion-desc-text { font-size:0.875rem;height:auto; }
#RQglvZXF78QSE4b6vWiQNoKOhiJkp7DT { display:flex;height:auto;width:20rem;top:4.9960947036743rem;left:0rem; }
#RQglvZXF78QSE4b6vWiQNoKOhiJkp7DT .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #RQglvZXF78QSE4b6vWiQNoKOhiJkp7DT #e9hxFWxqUpMDsgXmAnENI7V04PZk5263 {  }
 }@media only screen and (max-width: 763px) { #RQglvZXF78QSE4b6vWiQNoKOhiJkp7DT #t2WoLHz877Bvo0Nuuu02Q8ms1lnDytKF {  }
 }@media only screen and (max-width: 763px) { #RQglvZXF78QSE4b6vWiQNoKOhiJkp7DT #pKfOJzQaFkxH55vcC1CioeFfbFVDRgVU {  }
 }@media only screen and (max-width: 763px) { #RQglvZXF78QSE4b6vWiQNoKOhiJkp7DT #fzce8eIaqh9ryCASQRJsDVSSwHLcTivu {  }
 }@media only screen and (max-width: 763px) { #RQglvZXF78QSE4b6vWiQNoKOhiJkp7DT #tqPNhp51w5yqrcQtiF74PfsNkVHPNTEh {  }
 }@media only screen and (max-width: 763px) { #RQglvZXF78QSE4b6vWiQNoKOhiJkp7DT #x0XzFRXr0b4MKrVWhVilkvbd0SgsS8iC {  }
 }@media only screen and (max-width: 763px) { #RQglvZXF78QSE4b6vWiQNoKOhiJkp7DT #REUuwiWi1FOeh047qaOJ2PMWedUQh3Ew {  }
 }@media only screen and (max-width: 763px) { #RQglvZXF78QSE4b6vWiQNoKOhiJkp7DT #eAM3EfITDq80hmmV52HaRO1DR8dPd2mw {  }
 }@media only screen and (max-width: 763px) { #RQglvZXF78QSE4b6vWiQNoKOhiJkp7DT #Q4mdSO72wS8pqI3c559h05BgQ4ONq5bJ {  }
 }@media only screen and (max-width: 763px) { #RQglvZXF78QSE4b6vWiQNoKOhiJkp7DT #eAwSyqZ2K9G3Pc0dTNMUsTS6dTnZvH0C {  }
 }@media only screen and (max-width: 763px) { #RQglvZXF78QSE4b6vWiQNoKOhiJkp7DT #buQTSWkSoruf5okN9rGCQdGk6grxaMcu {  }
 }@media only screen and (max-width: 763px) { #RQglvZXF78QSE4b6vWiQNoKOhiJkp7DT #x5mQBguyOUAppvzpkJ6P15TR4DpsTcpS {  }
 }@media only screen and (max-width: 763px) { #RQglvZXF78QSE4b6vWiQNoKOhiJkp7DT #nWA7hAIncd90OHLUE0gcrk1AlgrMwuBD {  }
 }@media only screen and (max-width: 763px) { #RQglvZXF78QSE4b6vWiQNoKOhiJkp7DT #gufHN765WomzFhTx9V5oznEsvqKTyuLW {  }
 }@media only screen and (max-width: 763px) { #RQglvZXF78QSE4b6vWiQNoKOhiJkp7DT #pw8SheTkmG1bt3PD6TxV9UoXBdN0ALZs {  }
 }@media only screen and (max-width: 763px) { #RQglvZXF78QSE4b6vWiQNoKOhiJkp7DT #I4E3GOM6Gt7HmA3hCtg9sRzcwoc6ieVT {  }
 }@media only screen and (max-width: 763px) { #RQglvZXF78QSE4b6vWiQNoKOhiJkp7DT #g9tmiPFQkhylVxHEniHShqlUbFVuG682 {  }
 }@media only screen and (max-width: 763px) { #RQglvZXF78QSE4b6vWiQNoKOhiJkp7DT #r2hq9fAWUM4TTsQ7U73LCJ5mFJar1PAu {  }
 }@media only screen and (max-width: 763px) { #RQglvZXF78QSE4b6vWiQNoKOhiJkp7DT #y7xNSTipRsNJpO93GUL8zZquwTKndVIl {  }
 }@media only screen and (max-width: 763px) { #RQglvZXF78QSE4b6vWiQNoKOhiJkp7DT #gC7ENmessAZPObUs9eVb7NDyF6TEfaDG {  }
 }@media only screen and (max-width: 763px) { #RQglvZXF78QSE4b6vWiQNoKOhiJkp7DT #uior66mfo1atoVLZTFrk0Deg8htx5L0H {  }
 }@media only screen and (max-width: 763px) { #RQglvZXF78QSE4b6vWiQNoKOhiJkp7DT #mkuuO6WuDzIIycGpXl4O7dIfhpZsU0U9 {  }
 }@media only screen and (max-width: 763px) { #RQglvZXF78QSE4b6vWiQNoKOhiJkp7DT #lEIdG2CksGnSJyfVTTv3GqMuC9IJyDU9 {  }
 }@media only screen and (max-width: 763px) { #RQglvZXF78QSE4b6vWiQNoKOhiJkp7DT #eFLwKmv6SlpiNaqhtm5gxgvIkoxZKTQd {  }
 }@media only screen and (max-width: 763px) { #RQglvZXF78QSE4b6vWiQNoKOhiJkp7DT #mAU1pTRQ29AWekzvZcs4ksuOhp0S0IHK {  }
 }@media only screen and (max-width: 763px) { #LTbiJqGOEC1h1ImEr2ufO52E6yQIdgfU { width:20rem;height:1.3rem;top:1.8078129291534rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;font-family:var(--headlines-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #cVOCHzdsQEZ3IBVA6FBf3NfQQGXDDKLr { display:block; }#cVOCHzdsQEZ3IBVA6FBf3NfQQGXDDKLr > .row .container { width:20rem;height:16.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tXCuTX62DKeZCmx5OQxZ56OhZhBZyZsr { width:20rem;height:1.3rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;font-family:var(--headlines-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #OlnDr7tMtHm5Q5AAWlcRmlgzD14vCWfV { width:20rem;height:0.8984375rem;top:3.1242189407349rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:15036;line-height:1.2;color:#ffffff;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #D1ApDnZmFpc0mH6MVULyruI1hExQNEvJ { width:20rem;height:3.146475rem;top:5.9195314645767rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:15037;color:#ffffff;font-weight:700;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #hD3orpsU5HWl2nhgTaJPqUcDmNCdTtvN { width:16.4375rem;height:2.5625rem;top:12.0625rem;left:1.8125rem;font-size:1.125rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #2b7d05, #081006);background-image: -moz-linear-gradient(180deg, #2b7d05, #081006);background-image: -ms-linear-gradient(180deg, #2b7d05, #081006);background-image: -o-linear-gradient(180deg, #2b7d05, #081006);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b7d05', endColorstr='#081006' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b7d05', endColorstr='#081006' );";background-image: linear-gradient(180deg, #2b7d05, #081006);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#ffffff;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #BbiT2WWNNOFcgJ7VGyZ5U6H4AMFvZdZs { display:block; }
 }@media only screen and (max-width: 763px) { #hTBqQmEiwq1TuUCtZhiOxpJFZB6w1mOH { width:20rem;height:0.8984375rem;top:10.8125rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #hpUXkS1xqzvlBRqrnliO37q5QdSwirfB { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/5cbfa5dd-b411-4d3c-a172-89bbd0c656e2/ChatGPTImage12desetde202510_46_28.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#hpUXkS1xqzvlBRqrnliO37q5QdSwirfB.adaptive-delivery-prevent-bg, #hpUXkS1xqzvlBRqrnliO37q5QdSwirfB.lazyload, #hpUXkS1xqzvlBRqrnliO37q5QdSwirfB.lazyloading { background-image: none; }#hpUXkS1xqzvlBRqrnliO37q5QdSwirfB > .row .container { background-color: transparent; background-image: none; }#hpUXkS1xqzvlBRqrnliO37q5QdSwirfB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hpUXkS1xqzvlBRqrnliO37q5QdSwirfB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hpUXkS1xqzvlBRqrnliO37q5QdSwirfB > .row .container > .video-iframe-container { display: none; }#hpUXkS1xqzvlBRqrnliO37q5QdSwirfB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hpUXkS1xqzvlBRqrnliO37q5QdSwirfB > .row > .video-iframe-container { display: none; }#hpUXkS1xqzvlBRqrnliO37q5QdSwirfB > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hpUXkS1xqzvlBRqrnliO37q5QdSwirfB > .row .container { border-width: 0; border-radius: 0; }#hpUXkS1xqzvlBRqrnliO37q5QdSwirfB > .row .container { width:20rem;height:35.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TIDv81XqAwVXxUJcS2WW3rXzJLtyGbT7 { width:15.49925rem;height:2.6953125rem;top:9.86015625rem;left:2.25rem;font-size:0.75rem;text-align:center;text-align-last:center;color:#fff7d0;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #RMViVT0ns6P2dJXg16wW00vGOT0R5QDU { width:12.4365rem;height:1.796875rem;top:17.953125rem;left:3.75rem;font-size:0.75rem;color:#fff7d0;text-align:center;text-align-last:center;line-height:1.2;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #oqLuOoUwMVgF0X5wB2GAfZc0H7mrPKaX { width:5.6860375rem;height:0.8984375rem;top:15.8046875rem;left:7.125rem;font-size:0.75rem;color:#fff7d0;text-align:center;text-align-last:center;line-height:1.2;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #vrX0o85se0FLaZkXvARGO1SUKOeJHrqh { width:11.3733125rem;height:0.750175rem;top:13.80546875rem;left:4.3125rem;font-size:0.75rem;color:#fff7d0;text-align:center;text-align-last:center;line-height:1;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #VLMl5DIVMhorW7cTHlua0GupsGOe0oyN { width:19.9984375rem;height:1.048825rem;top:23.122656226158rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;color:#fff7d0;display:block; }
 }@media only screen and (max-width: 763px) { #C53NeeIHgA2N1F89WyxHRZi8xbL5R2oi { width:20rem;height:1.048825rem;top:7.56171875rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;color:#fff7d0;display:block; }
 }@media only screen and (max-width: 763px) { #bry65nFBgW2n0LH5tUVs1g9wzkJc34zE { width:18.75rem;height:0.0609375rem;top:21.672656059265rem;left:0.625rem;background-color:#a06f2d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #C3kVaCyJ5XxM6QUF18GH18VTwqzQ24F6 { display:flex;width:1.31171875rem;height:1.31171875rem;top:25.75rem;left:3.875rem;color:#5d92ff; }
 }@media only screen and (max-width: 763px) { #yPZ2n07k4lxyQX9OIG3J3Q1b92vGpgCa { display:flex;width:1.31171875rem;height:1.31171875rem;top:25.75rem;left:14.92421913147rem;color:#5d92ff;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #ThrPDzlQLEVq40NK8otokKXQXSbNpVkC { width:8.0615rem;height:5.06225625rem;top:1.25rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbwB4WZHb5nqscPw01UJJqdHMOKBrrAa { width:20rem;height:0;top:24.923193359375rem;left:0rem;background-color:#a06f2d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Lo7vNETuF6sUz3MZq3eWJUvgbl5cxmZh { width:20rem;height:0;top:21rem;left:0rem;background-color:#a06f2d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #VylXVgOJCoVQWAdpt9ggXBMEHm0ETqBG { width:20rem;height:1.796875rem;top:29.342968940735rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;font-family:var(--paragraphs-font-family);line-height:1.2;font-weight:300;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #OffCvvdkyrWTaaazTPyrT2Jn3cWbfwX0 { width:3.0609375rem;height:3.0609375rem;top:24.875rem;left:13.99843788147rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVVDahiLtdO6K92nfL9MLWFH3NP4ti82 { display:block; }
 }@media only screen and (max-width: 763px) { #JEpPnwJQTwCs92lWDv1VTzeK6hAFKaDQ { width:2.99921875rem;height:2.99921875rem;top:24.9375rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #czl9D0p0eNgOaIe7C4gVIq81wa9iwyVQ { display:block; }
 }@media only screen and (max-width: 763px) { #tPTO3S3Dt4rV86dwGgO9QzbPztB3scNw { width:16.4375rem;height:2.5625rem;top:32.388916015625rem;left:1.75rem;font-size:1.125rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #2b7d05, #081006);background-image: -moz-linear-gradient(180deg, #2b7d05, #081006);background-image: -ms-linear-gradient(180deg, #2b7d05, #081006);background-image: -o-linear-gradient(180deg, #2b7d05, #081006);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b7d05', endColorstr='#081006' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b7d05', endColorstr='#081006' );";background-image: linear-gradient(180deg, #2b7d05, #081006);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#ffffff;z-index:15034;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #q5SOWP2KlnKe0T592KmpXvDQd3iQSxr0 { display:block; }
 }