.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:255,248,232;--color-primary-1:255,230,178;--color-primary-2:255,205,100;--color-primary-3:128,103,50;--color-primary-4:38,31,15;--color-secondary-0:255,255,255;--color-secondary-1:224,224,224;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:0,0,0;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Montserrat";--paragraphs-font-family:"Montserrat"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),0.78);background-image:url("https://images.assets-landingi.com/uc/3e891efe-e7fa-441d-9c9b-1ad2d9967236/Grid10.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#HLsSWfLMbn1xbi2AmS25xounpsKPOCgI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0f141b;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; }#HLsSWfLMbn1xbi2AmS25xounpsKPOCgI > .row .container { background-color: transparent; background-image: none; }#HLsSWfLMbn1xbi2AmS25xounpsKPOCgI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HLsSWfLMbn1xbi2AmS25xounpsKPOCgI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HLsSWfLMbn1xbi2AmS25xounpsKPOCgI > .row .container > .video-iframe-container { display: none; }#HLsSWfLMbn1xbi2AmS25xounpsKPOCgI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HLsSWfLMbn1xbi2AmS25xounpsKPOCgI > .row > .video-iframe-container { display: none; }#HLsSWfLMbn1xbi2AmS25xounpsKPOCgI > .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); }#HLsSWfLMbn1xbi2AmS25xounpsKPOCgI > .row .container { border-width: 0; border-radius: 0; }#HLsSWfLMbn1xbi2AmS25xounpsKPOCgI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HLsSWfLMbn1xbi2AmS25xounpsKPOCgI > .row .container { font-size:0.875rem;font-family:arial;height:4.8125rem;width:60rem;position:relative;display:block; }#I1ZfdPgKNu8haJrQNShmfkeK3O6Cm8US { position:absolute;display:block;z-index:15000;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:2.125rem;width:8.5rem;top:1.34375rem;left:0rem;overflow:hidden;display:block; }
#bIhcUqpxdTdzTc3ziNTvU4F3M73Tweqr { color:#ffffff;display:block;width:16.8125rem;position:absolute;font-family:imessage;font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:1.7685546875rem;left:20rem;height:1.462675rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Zly9gICxdq6rr7E60gMREnHN3ownpk38 { background-color:#007bff;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-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9rem;height:2.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:1.28125rem;left:51rem;display:block; }
#TqH0vyZKAZb1JXipIn1aZMvtguWGkwPR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#odbQQDCJK7h1EVGUF8qi7xPbGWpTpugU .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#odbQQDCJK7h1EVGUF8qi7xPbGWpTpugU .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;color:#0f141b;padding-top:0.2525rem;padding-right:0.2325rem;padding-bottom:0.2525rem;padding-left:0.2325rem;display:block;align-items:center;width:1.393125rem;min-width:1.393125rem;height:1.355625rem;position:relative;font-family:roboto;font-size:1.009375rem;font-weight:700;line-height:21.69px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#odbQQDCJK7h1EVGUF8qi7xPbGWpTpugU .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.1575rem;margin-right:0;margin-bottom:0;margin-left:0;display:none;width:1.856875rem;height:0;position:relative;font-family:roboto;font-size:0.37875rem;font-weight:400;line-height:8.57px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#odbQQDCJK7h1EVGUF8qi7xPbGWpTpugU { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:11.4375rem;height:2.018125rem;padding-top:0.31625rem;padding-right:0.33125rem;padding-bottom:0.31625rem;padding-left:0.33125rem;position:absolute;font-family:roboto;font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:1.173828125rem;left:37.53125rem;z-index:15003; }
#odbQQDCJK7h1EVGUF8qi7xPbGWpTpugU #OMyAa5AqUfMTNfbkqrL39Mz6txp3afLq { display:flex;position:relative;top:0rem;left:0rem; }
#odbQQDCJK7h1EVGUF8qi7xPbGWpTpugU #miCTZE7ZGoV4Cu7HTHDTrF6XQp17C2bg { width:auto; }
#odbQQDCJK7h1EVGUF8qi7xPbGWpTpugU #mqLryWeVT0IkDlJb6LhNhea57XzVPPQn {  }
#odbQQDCJK7h1EVGUF8qi7xPbGWpTpugU #ZrmzMQlp7IMlll9eMV7v5Ja6dlXUpIsN { display:flex;position:relative;top:0rem;left:0rem; }
#odbQQDCJK7h1EVGUF8qi7xPbGWpTpugU #tpAR4qWcSIZCoyU5TacqsMoxhZ7C8awM {  }
#odbQQDCJK7h1EVGUF8qi7xPbGWpTpugU #QuaMOPyCTISkPnworeBEV9MUf2FLZQU5 {  }
#odbQQDCJK7h1EVGUF8qi7xPbGWpTpugU #sNLmSl7DT2MHVaHIRvdO6iD6QtMvIHrF { display:flex;position:relative;top:0rem;left:0rem; }
#odbQQDCJK7h1EVGUF8qi7xPbGWpTpugU #ldeQxKIos45CrGOqQOQ5CHxAX02v7A8C {  }
#odbQQDCJK7h1EVGUF8qi7xPbGWpTpugU #WGnnPd0DsTu2s3sLDoqqfOo6TIDfqlCy {  }
#odbQQDCJK7h1EVGUF8qi7xPbGWpTpugU #DKzvwi7x83StMZ6eResCCtIptPihi45z { display:flex;position:relative;top:0rem;left:0rem; }
#odbQQDCJK7h1EVGUF8qi7xPbGWpTpugU #O8TzHuaqEUTmVmFQpnemWT4QP0nN0K0s {  }
#odbQQDCJK7h1EVGUF8qi7xPbGWpTpugU #Ls6whRCcsZBy1eckO3Cr12f7KJbCZtdk {  }
#KFEAooZTZr02eHAvDTShgaKBGetqFfv0 { color:#ffffff;display:block;width:16.8125rem;position:absolute;font-family:imessage;font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:1.7685546875rem;left:20rem;height:1.462675rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#Qc8dxgWfsCihZNp7q3RQohiOzFA3uzRy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/97782095-7ce6-4a86-90e6-02bcf4852784/blackgrid6.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:contain !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; }#Qc8dxgWfsCihZNp7q3RQohiOzFA3uzRy.adaptive-delivery-prevent-bg, #Qc8dxgWfsCihZNp7q3RQohiOzFA3uzRy.lazyload, #Qc8dxgWfsCihZNp7q3RQohiOzFA3uzRy.lazyloading { background-image: none; }#Qc8dxgWfsCihZNp7q3RQohiOzFA3uzRy > .row .container { background-color: transparent; background-image: none; }#Qc8dxgWfsCihZNp7q3RQohiOzFA3uzRy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(23,23,23,0.4); }#Qc8dxgWfsCihZNp7q3RQohiOzFA3uzRy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qc8dxgWfsCihZNp7q3RQohiOzFA3uzRy > .row .container > .video-iframe-container { display: none; }#Qc8dxgWfsCihZNp7q3RQohiOzFA3uzRy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(23,23,23,0.4); }#Qc8dxgWfsCihZNp7q3RQohiOzFA3uzRy > .row > .video-iframe-container { display: none; }#Qc8dxgWfsCihZNp7q3RQohiOzFA3uzRy > .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); }#Qc8dxgWfsCihZNp7q3RQohiOzFA3uzRy > .row .container { border-width: 0; border-radius: 0; }#Qc8dxgWfsCihZNp7q3RQohiOzFA3uzRy::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Qc8dxgWfsCihZNp7q3RQohiOzFA3uzRy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Qc8dxgWfsCihZNp7q3RQohiOzFA3uzRy > .row .container { font-size:0.875rem;font-family:arial;height:35.8125rem;width:60rem;position:relative;display:block; }#xoihMJmRdVSPu8U7aEmGe3DbOX9qautP { display:block;width:30.875rem;position:absolute;font-family:imessage;font-size:2.9375rem;font-weight:400;z-index:15000;line-height:1.2;letter-spacing:0;top:10rem;left:1.125rem;height:7.0498125rem;color:#ffffff;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;text-align:left;text-align-last:left;display:block; }
#mhn6HZmd5pWksVbfmf5M2v1SdTUQ6irE { display:block;width:23.0625rem;position:absolute;font-family:imessage;font-size:1.25rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:18.375rem;left:1.125rem;height:3.25rem;color:#ffffff;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;text-align:left;text-align-last:left;display:block; }
#PaQMQg9voUWRrEsS3fIcwgxBKOMbO2JT { 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:2rem;width:13.4375rem;top:6.8125rem;left:1.125rem;overflow:hidden;display:block; }
#DvfLULBBQn6OT1sR80IgGhQ7G4PaFKA9 { background-color:#007bff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;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:imessage;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:23.75rem;left:1.125rem;display:block; }
#MucTx0xcq1zWTLJkO4cT1wTw441tBRaE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OhxrNg1qEqBA3kC1wlFlO0rqoBpa8euE { 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:25.25rem;width:21.3125rem;top:2.71875rem;left:37.40673828125rem;overflow:hidden;display:block; }
#sOFfucqXHhI6Qxgcwpr2s3P6UqD3XD7t { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fdd069, #906605);background-image: -moz-linear-gradient(180deg, #fdd069, #906605);background-image: -ms-linear-gradient(180deg, #fdd069, #906605);background-image: -o-linear-gradient(180deg, #fdd069, #906605);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdd069', endColorstr='#906605' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdd069', endColorstr='#906605' );";background-image: linear-gradient(180deg, #fdd069, #906605);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; }#sOFfucqXHhI6Qxgcwpr2s3P6UqD3XD7t > .row .container { background-color: transparent; background-image: none; }#sOFfucqXHhI6Qxgcwpr2s3P6UqD3XD7t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sOFfucqXHhI6Qxgcwpr2s3P6UqD3XD7t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sOFfucqXHhI6Qxgcwpr2s3P6UqD3XD7t > .row .container > .video-iframe-container { display: none; }#sOFfucqXHhI6Qxgcwpr2s3P6UqD3XD7t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sOFfucqXHhI6Qxgcwpr2s3P6UqD3XD7t > .row > .video-iframe-container { display: none; }#sOFfucqXHhI6Qxgcwpr2s3P6UqD3XD7t > .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); }#sOFfucqXHhI6Qxgcwpr2s3P6UqD3XD7t > .row .container { border-width: 0; border-radius: 0; }#sOFfucqXHhI6Qxgcwpr2s3P6UqD3XD7t > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sOFfucqXHhI6Qxgcwpr2s3P6UqD3XD7t > .row .container { font-size:0.875rem;font-family:arial;height:8.625rem;width:60rem;position:relative;display:block; }#fK8M3aWWfR6uaJqPoKfFBRfCb977DnTp { position:absolute;display:block;z-index:15014;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:2.5rem;width:7.0625rem;top:4.1875rem;left:0rem;overflow:hidden;display:block; }
#nHVP8kKq1mmsHLJMMtxQoFwWgxU0oXra { position:absolute;display:block;z-index:15015;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:2.8125rem;width:9.4375rem;top:4.25rem;left:11.625rem;overflow:hidden;display:block; }
#PlxlJRfiDF5bmhoXZOfTSTDB6tZXmH4y { position:absolute;display:block;z-index:15016;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:1.5rem;width:10.8125rem;top:4.9375rem;left:25.6875rem;overflow:hidden;display:block; }
#wW4eN7zxOvN93JiA4fvXvGMyUVqwOwea { position:absolute;display:block;z-index:15017;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:2.375rem;width:11.0625rem;top:4.5rem;left:41.4375rem;overflow:hidden;display:block; }
#pcstPnQeLRg0bqNmieTz8qJFMo5WNsXu { position:absolute;display:block;z-index:15018;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:2.3125rem;width:3.5rem;top:4.5rem;left:56.5rem;overflow:hidden;display:block; }
#X3aF4zFLVL8b60cU08ox0taRr12JxRBK { display:block;width:30.25rem;position:absolute;font-family:imessage;font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:1.0625rem;left:16.5625rem;height:1.625rem;color:#000000;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;text-align:center;text-align-last:center;display:block; }
#LbSU7mhkgqEys7S9Hrq6t6X8zKR4fsF2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#171717;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; }#LbSU7mhkgqEys7S9Hrq6t6X8zKR4fsF2 > .row .container { background-color: transparent; background-image: none; }#LbSU7mhkgqEys7S9Hrq6t6X8zKR4fsF2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LbSU7mhkgqEys7S9Hrq6t6X8zKR4fsF2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LbSU7mhkgqEys7S9Hrq6t6X8zKR4fsF2 > .row .container > .video-iframe-container { display: none; }#LbSU7mhkgqEys7S9Hrq6t6X8zKR4fsF2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LbSU7mhkgqEys7S9Hrq6t6X8zKR4fsF2 > .row > .video-iframe-container { display: none; }#LbSU7mhkgqEys7S9Hrq6t6X8zKR4fsF2 > .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); }#LbSU7mhkgqEys7S9Hrq6t6X8zKR4fsF2 > .row .container { border-width: 0; border-radius: 0; }#LbSU7mhkgqEys7S9Hrq6t6X8zKR4fsF2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LbSU7mhkgqEys7S9Hrq6t6X8zKR4fsF2 > .row .container { font-size:0.875rem;font-family:arial;height:105.25rem;width:60rem;position:relative;display:block; }#Z6DiWgNrZdatTk73HAWCLZpBVRTSW9zX { display:block;width:49.125rem;position:absolute;font-family:imessage;font-size:2.9375rem;font-weight:400;z-index:15000;line-height:1.2;letter-spacing:0;top:4.5625rem;left:5.4375rem;height:3.5249rem;color:#ffffff;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;text-align:center;text-align-last:center;display:block; }
#ruGZ5hIiwUvT1qNLhMX9PuSxJ7cTOFpl { display:block;width:53.9375rem;position:absolute;font-family:imessage;font-size:1.25rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:8.912109375rem;left:3.03125rem;height:;color:#ffffff;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;text-align:center;text-align-last:center;display:block; }
#iwnfiqegOHq9ROG8BfchtvmwPfMCurFy { 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:16.1875rem;width:23.0625rem;top:60.125rem;left:6.3125rem;overflow:hidden;display:block; }
#nXvOTTACvJU4W6PP6K1fPpKR4Kg0XsSI { 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:16.1875rem;width:23.0625rem;top:60.125rem;left:30.6875rem;overflow:hidden;display:block; }
#dL0xx4qpTqZwqCaJLT85LtillrTEpggX { 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:16.1875rem;width:23.0625rem;top:78.3125rem;left:6.3125rem;overflow:hidden;display:block; }
#vEwG8xXvDTOW5Kk5IsPT0dLbE8U5TTLS { 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:16rem;width:23.0625rem;top:78.3125rem;left:30.6875rem;overflow:hidden;display:block; }
#Ep6qf3IM9hklNMdoinWGRxqJprvC4hvp { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:25.75rem;width:42rem;top:14.5rem;left:9rem;overflow:hidden;display:block; }
#XRNFpGpQhv0qxCA4g1ITyUDKxbgTxwQO { display:block;width:53.9375rem;position:absolute;font-family:imessage;font-size:2.9375rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:52.9375rem;left:3.03125rem;height:3.8183625rem;color:#ffffff;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;text-align:center;text-align-last:center;display:block; }
#eJDkVv5RkimpENmQweLIEEPx1GhLSMHL { display:block;width:16.875rem;position:absolute;font-family:imessage;font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:41.0625rem;left:21.5625rem;height:1.13720625rem;color:#ffffff;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;text-align:center;text-align-last:center;display:block; }
#xO5ALGol0ZRguNeVqA0dNbcDvEwVKCG0 { display:block;width:16.875rem;position:absolute;font-family:imessage;font-size:1rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:95.875rem;left:21.5625rem;height:1.29980625rem;color:#ffffff;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;text-align:center;text-align-last:center;display:block; }
#kpUT5ns5To0qdPFd6QSAOmcSPk38sp7t { display:block;width:53.9375rem;position:absolute;font-family:imessage;font-size:1.25rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:8.912109375rem;left:3.03125rem;height:;color:#ffffff;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;text-align:center;text-align-last:center;display:none; }
#inHqTuep5uXTIT6xnfXcXdJOktwGC2Ad { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/97782095-7ce6-4a86-90e6-02bcf4852784/blackgrid6.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:contain !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; }#inHqTuep5uXTIT6xnfXcXdJOktwGC2Ad.adaptive-delivery-prevent-bg, #inHqTuep5uXTIT6xnfXcXdJOktwGC2Ad.lazyload, #inHqTuep5uXTIT6xnfXcXdJOktwGC2Ad.lazyloading { background-image: none; }#inHqTuep5uXTIT6xnfXcXdJOktwGC2Ad > .row .container { background-color: transparent; background-image: none; }#inHqTuep5uXTIT6xnfXcXdJOktwGC2Ad::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(23,23,23,0.4); }#inHqTuep5uXTIT6xnfXcXdJOktwGC2Ad > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#inHqTuep5uXTIT6xnfXcXdJOktwGC2Ad > .row .container > .video-iframe-container { display: none; }#inHqTuep5uXTIT6xnfXcXdJOktwGC2Ad > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(23,23,23,0.4); }#inHqTuep5uXTIT6xnfXcXdJOktwGC2Ad > .row > .video-iframe-container { display: none; }#inHqTuep5uXTIT6xnfXcXdJOktwGC2Ad > .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); }#inHqTuep5uXTIT6xnfXcXdJOktwGC2Ad > .row .container { border-width: 0; border-radius: 0; }#inHqTuep5uXTIT6xnfXcXdJOktwGC2Ad::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#inHqTuep5uXTIT6xnfXcXdJOktwGC2Ad > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#inHqTuep5uXTIT6xnfXcXdJOktwGC2Ad > .row .container { font-size:0.875rem;font-family:arial;height:58.375rem;width:60rem;position:relative;display:block; }#VTvJD6ghEspNWaH8cZZl34mXqsXT1J69 { display:block;width:46.125rem;position:absolute;font-family:imessage;font-size:2.9375rem;font-weight:400;z-index:15000;line-height:1.2;letter-spacing:0;top:3.5rem;left:6.9375rem;height:3.5249rem;color:#ffffff;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;text-align:center;text-align-last:center;display:block; }
#WBOf1UKfLr4UF3lEOtyBLRnXWyFohKp9 { 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:16.1875rem;width:23.0625rem;top:14.3125rem;left:6.3125rem;overflow:hidden;display:block; }
#HBqGzaxiznUutVCL2FFZaZCZUI32PimH { 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:16.125rem;width:23rem;top:14.3125rem;left:30.6875rem;overflow:hidden;display:block; }
#u7Fy5pFa8Mqw6hyBJ6odSpvwyvSub5FG { 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:16.1875rem;width:23.0625rem;top:32.375rem;left:6.3125rem;overflow:hidden;display:block; }
#XsUFySThJs0M4rUAxHiG9ZrAEfhZC7Tc { 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:16.125rem;width:23.0625rem;top:32.375rem;left:30.6875rem;overflow:hidden;display:block; }
#XE7M7waQ7OMyR1rWKDTvWMLT8vkA3USA { display:block;width:51.75rem;position:absolute;font-family:imessage;font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:7.625rem;left:4.125rem;height:3rem;color:#ffffff;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;text-align:center;text-align-last:center;display:block; }
#Mrkpxc09ThMLuDRrJoGoJfMPmg7WWeVy { display:block;width:46.125rem;position:absolute;font-family:imessage;font-size:2.9375rem;font-weight:400;z-index:15000;line-height:1.2;letter-spacing:0;top:3.5rem;left:6.9375rem;height:3.5249rem;color:#ffffff;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;text-align:center;text-align-last:center;display:none; }
#D1TpzH3xbpNEZdFa5GXME56M7nRFnHDU { display:block;width:51.75rem;position:absolute;font-family:imessage;font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:7.625rem;left:4.125rem;height:;color:#ffffff;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;text-align:center;text-align-last:center;display:none; }
#XnU34fbdHVAI9iHpbCwhCydodvs43seu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/97782095-7ce6-4a86-90e6-02bcf4852784/blackgrid6.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:contain !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; }#XnU34fbdHVAI9iHpbCwhCydodvs43seu.adaptive-delivery-prevent-bg, #XnU34fbdHVAI9iHpbCwhCydodvs43seu.lazyload, #XnU34fbdHVAI9iHpbCwhCydodvs43seu.lazyloading { background-image: none; }#XnU34fbdHVAI9iHpbCwhCydodvs43seu > .row .container { background-color: transparent; background-image: none; }#XnU34fbdHVAI9iHpbCwhCydodvs43seu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(23,23,23,0.4); }#XnU34fbdHVAI9iHpbCwhCydodvs43seu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XnU34fbdHVAI9iHpbCwhCydodvs43seu > .row .container > .video-iframe-container { display: none; }#XnU34fbdHVAI9iHpbCwhCydodvs43seu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(23,23,23,0.4); }#XnU34fbdHVAI9iHpbCwhCydodvs43seu > .row > .video-iframe-container { display: none; }#XnU34fbdHVAI9iHpbCwhCydodvs43seu > .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); }#XnU34fbdHVAI9iHpbCwhCydodvs43seu > .row .container { border-width: 0; border-radius: 0; }#XnU34fbdHVAI9iHpbCwhCydodvs43seu::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XnU34fbdHVAI9iHpbCwhCydodvs43seu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XnU34fbdHVAI9iHpbCwhCydodvs43seu > .row .container { font-size:0.875rem;font-family:arial;height:55.5625rem;width:60rem;position:relative;display:block; }#lmuey3TtfSEi67Uk3h9TsWtEtMoKT79S { display:block;width:29.0625rem;position:absolute;font-family:imessage;font-size:2.375rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:2.53125rem;left:15.46875rem;height:2.8496125rem;color:#ffffff;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;text-align:center;text-align-last:center;display:block; }
#M0KFgBLU9pQ6Dcx57pcxPnsehB4TIfL7 { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:24.25rem;width:43.9375rem;top:7.1875rem;left:8.03125rem;display:block; }
#hT8gkMJhNZy5rFNdp0mXJJTQcF6GncE8 { display:block;width:20.875rem;position:absolute;font-family:imessage;font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:32.9375rem;left:28rem;height:1.875rem;color:#000000;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;text-align:left;text-align-last:left;display:block; }
#XBouRtdEz7ghb0uP2CD6xCRaqEgIyx4Z { display:block;width:20.5rem;position:absolute;font-family:imessage;font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:34.9375rem;left:28rem;height:1.5rem;color:#000000;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;text-align:left;text-align-last:left;display:block; }
#AEJy6r0p4EWgCFTq2Tv5tPvCeObHHJ8x { position:absolute;display:block;z-index:15007;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:3.375rem;width:15.5rem;top:33.0625rem;left:11.75rem;overflow:hidden;display:block; }
#Hn8d87vwetoJh1BBLNu3KZ0q4cZTEU1D { box-sizing:content-box;height:4.75rem;width:39rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:32.25rem;left:10.96875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#zg2tzGqZ61kf9CtB8AGcAMywPp16CGn5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fdd069, #906605);background-image: -moz-linear-gradient(180deg, #fdd069, #906605);background-image: -ms-linear-gradient(180deg, #fdd069, #906605);background-image: -o-linear-gradient(180deg, #fdd069, #906605);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdd069', endColorstr='#906605' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdd069', endColorstr='#906605' );";background-image: linear-gradient(180deg, #fdd069, #906605);background-size:contain !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; }#zg2tzGqZ61kf9CtB8AGcAMywPp16CGn5 > .row .container { background-color: transparent; background-image: none; }#zg2tzGqZ61kf9CtB8AGcAMywPp16CGn5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zg2tzGqZ61kf9CtB8AGcAMywPp16CGn5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zg2tzGqZ61kf9CtB8AGcAMywPp16CGn5 > .row .container > .video-iframe-container { display: none; }#zg2tzGqZ61kf9CtB8AGcAMywPp16CGn5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zg2tzGqZ61kf9CtB8AGcAMywPp16CGn5 > .row > .video-iframe-container { display: none; }#zg2tzGqZ61kf9CtB8AGcAMywPp16CGn5 > .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); }#zg2tzGqZ61kf9CtB8AGcAMywPp16CGn5 > .row .container { border-width: 0; border-radius: 0; }#zg2tzGqZ61kf9CtB8AGcAMywPp16CGn5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zg2tzGqZ61kf9CtB8AGcAMywPp16CGn5 > .row .container { font-size:0.875rem;font-family:arial;height:25rem;width:60rem;position:relative;display:block; }#yoSMdseLzfT7JJMtKOxLz0XfxCnWG3Ih { display:block;width:26.625rem;position:absolute;font-family:imessage;font-size:2.375rem;font-weight:400;z-index:15000;line-height:1.2;letter-spacing:0;top:5rem;left:1.625rem;height:5.69921875rem;color:#000000;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;text-align:left;text-align-last:left;display:block; }
#CiAmBLQLCqvxNyPEiDAT8BcrJUypUaZO { background-color:#007bff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;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:imessage;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:17.3125rem;left:1.625rem;display:block; }
#M6O7gmOzTyDGn7GhgsRipc713t6mgJJf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zvitUPQnHFgtFKnHMzuLgKmbAK4ui8Gu { display:block;width:26.4375rem;position:absolute;font-family:imessage;font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:11.9375rem;left:1.625rem;height:3.25rem;color:#000000;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;text-align:left;text-align-last:left;display:block; }
#vFuLsul7Q3Vb3VKr7T2uo65QzCXJMSVi { position:absolute;display:block;z-index:15005;height:17.375rem;width:31.6875rem;top:3.4375rem;left:27.40869140625rem;display:block; }
#TcQ4PcTJ5bgy6QAtAVbynb9eTW8tX6SN { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#S6MMCW6ru6E0sJkfR74gXsw6qIHWJD4U { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/97782095-7ce6-4a86-90e6-02bcf4852784/blackgrid6.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:contain !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; }#S6MMCW6ru6E0sJkfR74gXsw6qIHWJD4U.adaptive-delivery-prevent-bg, #S6MMCW6ru6E0sJkfR74gXsw6qIHWJD4U.lazyload, #S6MMCW6ru6E0sJkfR74gXsw6qIHWJD4U.lazyloading { background-image: none; }#S6MMCW6ru6E0sJkfR74gXsw6qIHWJD4U > .row .container { background-color: transparent; background-image: none; }#S6MMCW6ru6E0sJkfR74gXsw6qIHWJD4U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(23,23,23,0.4); }#S6MMCW6ru6E0sJkfR74gXsw6qIHWJD4U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S6MMCW6ru6E0sJkfR74gXsw6qIHWJD4U > .row .container > .video-iframe-container { display: none; }#S6MMCW6ru6E0sJkfR74gXsw6qIHWJD4U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(23,23,23,0.4); }#S6MMCW6ru6E0sJkfR74gXsw6qIHWJD4U > .row > .video-iframe-container { display: none; }#S6MMCW6ru6E0sJkfR74gXsw6qIHWJD4U > .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); }#S6MMCW6ru6E0sJkfR74gXsw6qIHWJD4U > .row .container { border-width: 0; border-radius: 0; }#S6MMCW6ru6E0sJkfR74gXsw6qIHWJD4U::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S6MMCW6ru6E0sJkfR74gXsw6qIHWJD4U > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S6MMCW6ru6E0sJkfR74gXsw6qIHWJD4U > .row .container { font-size:0.875rem;font-family:arial;height:77.75rem;width:60rem;position:relative;display:block; }#RFxN6Kd0QH8zAxogOxP9dsv3ID6hMJRN { display:block;width:46.125rem;position:absolute;font-family:imessage;font-size:2.9375rem;font-weight:400;z-index:15000;line-height:1.2;letter-spacing:0;top:7.5rem;left:6.9375rem;height:3.5249rem;color:#ffffff;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;text-align:center;text-align-last:center;display:block; }
#Cb4vXDAL3PLgrJEpMPQeBb4N5SpTq7WA { display:block;width:36rem;position:absolute;font-family:imessage;font-size:1.25rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:11.6875rem;left:12rem;height:3rem;color:#ffffff;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;text-align:center;text-align-last:center;display:block; }
#SmQzumBFg45yQP0Z24lFomKiDtTup1P2 { 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:16.25rem;width:45.5rem;top:16.9375rem;left:7.25rem;overflow:hidden;display:block; }
#PigeCU4NG9XwJU0qhNvKDoCIXU7NuNrB { 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:33.375rem;width:21rem;top:36.0625rem;left:32.125rem;overflow:hidden;display:block; }
#qAbX6T16iNZ1TXLbdxPgm2vvST0uBVg9 { 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:31.8125rem;width:21.0625rem;top:36.0625rem;left:5.3125rem;overflow:hidden;display:block; }
#MympLGo66PmrmEfavPLXNlrDQBnzZwhP { display:block;width:36rem;position:absolute;font-family:imessage;font-size:1.25rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:11.6875rem;left:12rem;height:3rem;color:#ffffff;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;text-align:center;text-align-last:center;display:none; }
#egDcoIh8qJXAbUFBIOkw159hle6CtiQE { position:absolute;display:block;z-index:15000;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:74rem;width:59.875rem;display:none; }
#pdiTBeLvTPHS8SQDtVLUB0R4X5aoi7sG { position:absolute;display:block;z-index:15000;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:76.75rem;width:59.9375rem;display:none; }
#fu3t4A72sABfg5v9ceCifSd0E7uOgtZx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#171717;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; }#fu3t4A72sABfg5v9ceCifSd0E7uOgtZx > .row .container { background-color: transparent; background-image: none; }#fu3t4A72sABfg5v9ceCifSd0E7uOgtZx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fu3t4A72sABfg5v9ceCifSd0E7uOgtZx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fu3t4A72sABfg5v9ceCifSd0E7uOgtZx > .row .container > .video-iframe-container { display: none; }#fu3t4A72sABfg5v9ceCifSd0E7uOgtZx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fu3t4A72sABfg5v9ceCifSd0E7uOgtZx > .row > .video-iframe-container { display: none; }#fu3t4A72sABfg5v9ceCifSd0E7uOgtZx > .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); }#fu3t4A72sABfg5v9ceCifSd0E7uOgtZx > .row .container { border-width: 0; border-radius: 0; }#fu3t4A72sABfg5v9ceCifSd0E7uOgtZx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fu3t4A72sABfg5v9ceCifSd0E7uOgtZx > .row .container { font-size:0.875rem;font-family:arial;height:74.25rem;width:60rem;position:relative;display:block; }#MMIqTpFCZ0LSM81t72Dyt6ZGIcMbU8Pl { display:block;width:46.125rem;position:absolute;font-family:imessage;font-size:2.9375rem;font-weight:400;z-index:15000;line-height:1.2;letter-spacing:0;top:3.5rem;left:6.9375rem;height:3.5249rem;color:#ffffff;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;text-align:center;text-align-last:center;display:block; }
#A7iABCIz4zozD87H0H7cJQMTvI1Uoe8s .accordion-element-container { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;flex-direction:column;align-items:center;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;vertical-align:top; }
#A7iABCIz4zozD87H0H7cJQMTvI1Uoe8s .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;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#A7iABCIz4zozD87H0H7cJQMTvI1Uoe8s .accordion-heading-text { display:block;position:relative;width:100%;font-family:imessage;font-weight:400;font-size:1.25rem;color:#ffffff;font-style:normal; }
#A7iABCIz4zozD87H0H7cJQMTvI1Uoe8s .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:imessage;color:#ffffff; }
#A7iABCIz4zozD87H0H7cJQMTvI1Uoe8s .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_66cdf11cd3f71c572287a1580e38bb44c5510b3c.svg");background-size:contain !important; }#A7iABCIz4zozD87H0H7cJQMTvI1Uoe8s .accordion-trigger.adaptive-delivery-prevent-bg, #A7iABCIz4zozD87H0H7cJQMTvI1Uoe8s .accordion-trigger.lazyload, #A7iABCIz4zozD87H0H7cJQMTvI1Uoe8s .accordion-trigger.lazyloading { background-image: none; }
#A7iABCIz4zozD87H0H7cJQMTvI1Uoe8s { box-sizing:content-box;height:auto;width:52.0625rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15001;background-color:transparent;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:9.125rem;left:2.71875rem; }
#A7iABCIz4zozD87H0H7cJQMTvI1Uoe8s .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#A7iABCIz4zozD87H0H7cJQMTvI1Uoe8s #QqHTUROuoqmpTUhTTd5fIdTTJt2Jvgdl { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#A7iABCIz4zozD87H0H7cJQMTvI1Uoe8s #vzGu6aFaiDKp6xZLhTmp8JkUGhuzvSWi { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#A7iABCIz4zozD87H0H7cJQMTvI1Uoe8s #nUI8LCnTUsSGTLcrEnZqRrdBOtFEUFC9 { display:block;position:relative; }
#A7iABCIz4zozD87H0H7cJQMTvI1Uoe8s #r352rAUgDvKTs3JJOI7cupqBR4FLu2AT {  }
#A7iABCIz4zozD87H0H7cJQMTvI1Uoe8s #HG6dIALIeXXXRUc7mMtVdp23hZ5gX5IA {  }
#A7iABCIz4zozD87H0H7cJQMTvI1Uoe8s #I8T7657NFz4Oz51u8azznWd9F3VZPkbz { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#A7iABCIz4zozD87H0H7cJQMTvI1Uoe8s #ZBtEO90uA5nUOz7vhyVa8ceIWfmISTD1 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#A7iABCIz4zozD87H0H7cJQMTvI1Uoe8s #wvSzcsQMzNTlTWxWOZc5dEizhzhBxPzS { display:block;position:relative; }
#A7iABCIz4zozD87H0H7cJQMTvI1Uoe8s #z5kXTQUhPfIQ0RHKE1f9FwtTVvKdelSh {  }
#A7iABCIz4zozD87H0H7cJQMTvI1Uoe8s #oGLRNkMwoKkVk8kltyQGrvpB47Ege3C0 { display:none; }
#A7iABCIz4zozD87H0H7cJQMTvI1Uoe8s #UbtKfiCaRf6yQsMKmCVwBqyok4vUXpf2 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#A7iABCIz4zozD87H0H7cJQMTvI1Uoe8s #kslnRFgd8GEhbIEMEiO5pqpfOEJnzPq1 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#A7iABCIz4zozD87H0H7cJQMTvI1Uoe8s #fe7mN9wTtsrXTdSXoyE6TMobr6eBfkc1 { display:block;position:relative; }
#A7iABCIz4zozD87H0H7cJQMTvI1Uoe8s #rfTuiN11M18M0b3QEm5UdXzlyzVFohQt {  }
#A7iABCIz4zozD87H0H7cJQMTvI1Uoe8s #uG5mSLvprSRpwuDgIXLnw1KIvJsfppU1 { display:none; }
#A7iABCIz4zozD87H0H7cJQMTvI1Uoe8s #tKStXIpM9tA5WlZHdrJz8iMbEcgb0CZb { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#A7iABCIz4zozD87H0H7cJQMTvI1Uoe8s #VmXhfAmfef9UtQW9RXxxXao8Hcu63mXt { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#A7iABCIz4zozD87H0H7cJQMTvI1Uoe8s #wllqdCamdi7P0MOiWyHPoqWfFFTK74eJ { display:block;position:relative; }
#A7iABCIz4zozD87H0H7cJQMTvI1Uoe8s #eHDmBExfyQFU0J0OtMgTKO2KdJ5XTR6k {  }
#A7iABCIz4zozD87H0H7cJQMTvI1Uoe8s #A1TTb136fbBP47eRW5AcsCK4vs4uKeC9 { display:none; }
#A7iABCIz4zozD87H0H7cJQMTvI1Uoe8s #n2btI12WD9lTAzwGSvZDJ6QV10oJSOGX { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#A7iABCIz4zozD87H0H7cJQMTvI1Uoe8s #e8NGBA2WmAQSTcQwWA7o0BA7OMbN2yTK { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#A7iABCIz4zozD87H0H7cJQMTvI1Uoe8s #SQbqDzAsTUqzid429LKcZyVimCULdwVB { display:block;position:relative; }
#A7iABCIz4zozD87H0H7cJQMTvI1Uoe8s #ugBXWxJPVKHrFfAQRVvMBFo2R5JFLyNT {  }
#A7iABCIz4zozD87H0H7cJQMTvI1Uoe8s #ZsPlPOIKSqNfnbo7L2gvOChw5EmSmLoW { display:none; }
#A7iABCIz4zozD87H0H7cJQMTvI1Uoe8s #WbTdvymH8spQkV0NRTSiyGGrWXC1cKKn { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#A7iABCIz4zozD87H0H7cJQMTvI1Uoe8s #raCtwz9TbmgL4mknz0GtTWc4t9Ia0RMv { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#A7iABCIz4zozD87H0H7cJQMTvI1Uoe8s #v3ZeAN8xqpSggOUs3M4oWwATteF8edyP { display:block;position:relative; }
#A7iABCIz4zozD87H0H7cJQMTvI1Uoe8s #VO2uwWcp3xXe4eIvC3ThrgCWU5VDaMqJ {  }
#A7iABCIz4zozD87H0H7cJQMTvI1Uoe8s #RwvQrCAl910Axqq8nGg94lueFe5hZBPn { display:none; }
#A7iABCIz4zozD87H0H7cJQMTvI1Uoe8s #W1OTGRLrDW6D24yssgPaVQRorWfT1DaJ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#A7iABCIz4zozD87H0H7cJQMTvI1Uoe8s #D7rrMMIK553X3ucnfMfDXPTfUZRatFwA { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#A7iABCIz4zozD87H0H7cJQMTvI1Uoe8s #WHDcap2Q4SuyTqCnQcnIg7zJnSBEwAnX { display:block;position:relative; }
#A7iABCIz4zozD87H0H7cJQMTvI1Uoe8s #vT1e1cGNqv3gdFLK9sQU6GvQ91gtOVt3 {  }
#A7iABCIz4zozD87H0H7cJQMTvI1Uoe8s #s86PI6Hu5b03FoimofvcDhMsmU0VOroy { display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #HLsSWfLMbn1xbi2AmS25xounpsKPOCgI { background-color:#0f141b;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#HLsSWfLMbn1xbi2AmS25xounpsKPOCgI > .row .container { background-color: transparent; background-image: none; }#HLsSWfLMbn1xbi2AmS25xounpsKPOCgI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HLsSWfLMbn1xbi2AmS25xounpsKPOCgI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HLsSWfLMbn1xbi2AmS25xounpsKPOCgI > .row .container > .video-iframe-container { display: none; }#HLsSWfLMbn1xbi2AmS25xounpsKPOCgI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HLsSWfLMbn1xbi2AmS25xounpsKPOCgI > .row > .video-iframe-container { display: none; }#HLsSWfLMbn1xbi2AmS25xounpsKPOCgI > .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); }#HLsSWfLMbn1xbi2AmS25xounpsKPOCgI > .row .container { border-width: 0; border-radius: 0; }#HLsSWfLMbn1xbi2AmS25xounpsKPOCgI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I1ZfdPgKNu8haJrQNShmfkeK3O6Cm8US { top:1.3125rem;left:0rem;width:8.5rem;height:2.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #bIhcUqpxdTdzTc3ziNTvU4F3M73Tweqr { top:1.75rem;left:13.875rem;width:16.8125rem;height:1.4375rem;font-size:0.875rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #Zly9gICxdq6rr7E60gMREnHN3ownpk38 { width:9rem;height:2.4375rem;top:1.25rem;left:38.75rem;background-color:#ff3939;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) { #TqH0vyZKAZb1JXipIn1aZMvtguWGkwPR { display:block; }
 }@media only screen and (max-width: 763px) { #odbQQDCJK7h1EVGUF8qi7xPbGWpTpugU .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#odbQQDCJK7h1EVGUF8qi7xPbGWpTpugU .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem;background-color:#ffffff;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;color:#0f141b; }
#odbQQDCJK7h1EVGUF8qi7xPbGWpTpugU .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem;background-color:;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;color:#ffffff; }
#odbQQDCJK7h1EVGUF8qi7xPbGWpTpugU { display:flex;width:18rem;height:5.0625rem;top:0.875rem;left:31.34375rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none; }
 }@media only screen and (max-width: 763px) { #odbQQDCJK7h1EVGUF8qi7xPbGWpTpugU #OMyAa5AqUfMTNfbkqrL39Mz6txp3afLq { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #odbQQDCJK7h1EVGUF8qi7xPbGWpTpugU #miCTZE7ZGoV4Cu7HTHDTrF6XQp17C2bg {  }
 }@media only screen and (max-width: 763px) { #odbQQDCJK7h1EVGUF8qi7xPbGWpTpugU #mqLryWeVT0IkDlJb6LhNhea57XzVPPQn {  }
 }@media only screen and (max-width: 763px) { #odbQQDCJK7h1EVGUF8qi7xPbGWpTpugU #ZrmzMQlp7IMlll9eMV7v5Ja6dlXUpIsN { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #odbQQDCJK7h1EVGUF8qi7xPbGWpTpugU #tpAR4qWcSIZCoyU5TacqsMoxhZ7C8awM {  }
 }@media only screen and (max-width: 763px) { #odbQQDCJK7h1EVGUF8qi7xPbGWpTpugU #QuaMOPyCTISkPnworeBEV9MUf2FLZQU5 {  }
 }@media only screen and (max-width: 763px) { #odbQQDCJK7h1EVGUF8qi7xPbGWpTpugU #sNLmSl7DT2MHVaHIRvdO6iD6QtMvIHrF { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #odbQQDCJK7h1EVGUF8qi7xPbGWpTpugU #ldeQxKIos45CrGOqQOQ5CHxAX02v7A8C {  }
 }@media only screen and (max-width: 763px) { #odbQQDCJK7h1EVGUF8qi7xPbGWpTpugU #WGnnPd0DsTu2s3sLDoqqfOo6TIDfqlCy {  }
 }@media only screen and (max-width: 763px) { #odbQQDCJK7h1EVGUF8qi7xPbGWpTpugU #DKzvwi7x83StMZ6eResCCtIptPihi45z { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #odbQQDCJK7h1EVGUF8qi7xPbGWpTpugU #O8TzHuaqEUTmVmFQpnemWT4QP0nN0K0s {  }
 }@media only screen and (max-width: 763px) { #odbQQDCJK7h1EVGUF8qi7xPbGWpTpugU #Ls6whRCcsZBy1eckO3Cr12f7KJbCZtdk {  }
 }@media only screen and (max-width: 763px) { #KFEAooZTZr02eHAvDTShgaKBGetqFfv0 { top:6.4375rem;left:0rem;width:9.3125rem;height:1.125rem;font-size:0.875rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #Qc8dxgWfsCihZNp7q3RQohiOzFA3uzRy { display:block; }#Qc8dxgWfsCihZNp7q3RQohiOzFA3uzRy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xoihMJmRdVSPu8U7aEmGe3DbOX9qautP { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #mhn6HZmd5pWksVbfmf5M2v1SdTUQ6irE { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PaQMQg9voUWRrEsS3fIcwgxBKOMbO2JT { width:13.4375rem;height:2rem;top:6.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvfLULBBQn6OT1sR80IgGhQ7G4PaFKA9 { width:17.5rem;height:3.4375rem;top:23.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MucTx0xcq1zWTLJkO4cT1wTw441tBRaE { display:block; }
 }@media only screen and (max-width: 763px) { #OhxrNg1qEqBA3kC1wlFlO0rqoBpa8euE { width:21.3125rem;height:25.25rem;top:2.6875rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOFfucqXHhI6Qxgcwpr2s3P6UqD3XD7t { display:block; }#sOFfucqXHhI6Qxgcwpr2s3P6UqD3XD7t > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fK8M3aWWfR6uaJqPoKfFBRfCb977DnTp { width:7.0625rem;height:2.5rem;top:4.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #nHVP8kKq1mmsHLJMMtxQoFwWgxU0oXra { width:9.4375rem;height:2.8125rem;top:4.25rem;left:5.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #PlxlJRfiDF5bmhoXZOfTSTDB6tZXmH4y { width:10.8125rem;height:1.5rem;top:4.9375rem;left:19.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #wW4eN7zxOvN93JiA4fvXvGMyUVqwOwea { width:11.0625rem;height:2.375rem;top:4.5rem;left:35.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pcstPnQeLRg0bqNmieTz8qJFMo5WNsXu { width:3.5rem;height:2.3125rem;top:4.5rem;left:44.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #X3aF4zFLVL8b60cU08ox0taRr12JxRBK { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #LbSU7mhkgqEys7S9Hrq6t6X8zKR4fsF2 { display:block; }#LbSU7mhkgqEys7S9Hrq6t6X8zKR4fsF2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z6DiWgNrZdatTk73HAWCLZpBVRTSW9zX { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ruGZ5hIiwUvT1qNLhMX9PuSxJ7cTOFpl { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #iwnfiqegOHq9ROG8BfchtvmwPfMCurFy { width:23.0625rem;height:16.1875rem;top:60.125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXvOTTACvJU4W6PP6K1fPpKR4Kg0XsSI { width:23.0625rem;height:16.1875rem;top:60.125rem;left:24.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dL0xx4qpTqZwqCaJLT85LtillrTEpggX { width:23.0625rem;height:16.1875rem;top:78.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEwG8xXvDTOW5Kk5IsPT0dLbE8U5TTLS { width:23.0625rem;height:16rem;top:78.3125rem;left:24.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ep6qf3IM9hklNMdoinWGRxqJprvC4hvp { width:42rem;height:25.75rem;top:14.5rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRNFpGpQhv0qxCA4g1ITyUDKxbgTxwQO { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #eJDkVv5RkimpENmQweLIEEPx1GhLSMHL { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xO5ALGol0ZRguNeVqA0dNbcDvEwVKCG0 { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #kpUT5ns5To0qdPFd6QSAOmcSPk38sp7t { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #inHqTuep5uXTIT6xnfXcXdJOktwGC2Ad { display:block; }#inHqTuep5uXTIT6xnfXcXdJOktwGC2Ad > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VTvJD6ghEspNWaH8cZZl34mXqsXT1J69 { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #WBOf1UKfLr4UF3lEOtyBLRnXWyFohKp9 { width:23.0625rem;height:16.1875rem;top:14.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBqGzaxiznUutVCL2FFZaZCZUI32PimH { width:23rem;height:16.125rem;top:14.3125rem;left:24.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7Fy5pFa8Mqw6hyBJ6odSpvwyvSub5FG { width:23.0625rem;height:16.1875rem;top:32.375rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsUFySThJs0M4rUAxHiG9ZrAEfhZC7Tc { width:23.0625rem;height:16.125rem;top:32.375rem;left:24.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XE7M7waQ7OMyR1rWKDTvWMLT8vkA3USA { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Mrkpxc09ThMLuDRrJoGoJfMPmg7WWeVy { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #D1TpzH3xbpNEZdFa5GXME56M7nRFnHDU { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XnU34fbdHVAI9iHpbCwhCydodvs43seu { display:block; }#XnU34fbdHVAI9iHpbCwhCydodvs43seu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lmuey3TtfSEi67Uk3h9TsWtEtMoKT79S { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #M0KFgBLU9pQ6Dcx57pcxPnsehB4TIfL7 { width:43.9375rem;height:24.25rem;top:7.1875rem;left:1.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hT8gkMJhNZy5rFNdp0mXJJTQcF6GncE8 { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XBouRtdEz7ghb0uP2CD6xCRaqEgIyx4Z { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #AEJy6r0p4EWgCFTq2Tv5tPvCeObHHJ8x { width:15.5rem;height:3.375rem;top:33.0625rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Hn8d87vwetoJh1BBLNu3KZ0q4cZTEU1D { width:39rem;height:4.75rem;top:32.25rem;left:4.84375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zg2tzGqZ61kf9CtB8AGcAMywPp16CGn5 { display:block; }#zg2tzGqZ61kf9CtB8AGcAMywPp16CGn5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yoSMdseLzfT7JJMtKOxLz0XfxCnWG3Ih { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CiAmBLQLCqvxNyPEiDAT8BcrJUypUaZO { width:17.5rem;height:3.4375rem;top:17.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6O7gmOzTyDGn7GhgsRipc713t6mgJJf { display:block; }
 }@media only screen and (max-width: 763px) { #zvitUPQnHFgtFKnHMzuLgKmbAK4ui8Gu { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vFuLsul7Q3Vb3VKr7T2uo65QzCXJMSVi { width:31.6875rem;height:17.375rem;top:3.4375rem;left:16.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TcQ4PcTJ5bgy6QAtAVbynb9eTW8tX6SN { width:38.75rem;height:21.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #S6MMCW6ru6E0sJkfR74gXsw6qIHWJD4U { display:block; }#S6MMCW6ru6E0sJkfR74gXsw6qIHWJD4U > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RFxN6Kd0QH8zAxogOxP9dsv3ID6hMJRN { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Cb4vXDAL3PLgrJEpMPQeBb4N5SpTq7WA { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #SmQzumBFg45yQP0Z24lFomKiDtTup1P2 { width:45.5rem;height:16.25rem;top:16.9375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PigeCU4NG9XwJU0qhNvKDoCIXU7NuNrB { width:21rem;height:33.375rem;top:36.0625rem;left:26rem;display:none; }
 }@media only screen and (max-width: 763px) { #qAbX6T16iNZ1TXLbdxPgm2vvST0uBVg9 { width:21.0625rem;height:31.8125rem;top:36.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #MympLGo66PmrmEfavPLXNlrDQBnzZwhP { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #egDcoIh8qJXAbUFBIOkw159hle6CtiQE { width:47.625rem;height:58.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pdiTBeLvTPHS8SQDtVLUB0R4X5aoi7sG { width:47.6875rem;height:61.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #fu3t4A72sABfg5v9ceCifSd0E7uOgtZx { display:block; }#fu3t4A72sABfg5v9ceCifSd0E7uOgtZx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MMIqTpFCZ0LSM81t72Dyt6ZGIcMbU8Pl { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #A7iABCIz4zozD87H0H7cJQMTvI1Uoe8s .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#A7iABCIz4zozD87H0H7cJQMTvI1Uoe8s { display:flex;height:auto;width:45.25rem;top:13.0625rem;left:0rem; }
#A7iABCIz4zozD87H0H7cJQMTvI1Uoe8s .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #A7iABCIz4zozD87H0H7cJQMTvI1Uoe8s #QqHTUROuoqmpTUhTTd5fIdTTJt2Jvgdl {  }
 }@media only screen and (max-width: 763px) { #A7iABCIz4zozD87H0H7cJQMTvI1Uoe8s #vzGu6aFaiDKp6xZLhTmp8JkUGhuzvSWi {  }
 }@media only screen and (max-width: 763px) { #A7iABCIz4zozD87H0H7cJQMTvI1Uoe8s #nUI8LCnTUsSGTLcrEnZqRrdBOtFEUFC9 {  }
 }@media only screen and (max-width: 763px) { #A7iABCIz4zozD87H0H7cJQMTvI1Uoe8s #r352rAUgDvKTs3JJOI7cupqBR4FLu2AT {  }
 }@media only screen and (max-width: 763px) { #A7iABCIz4zozD87H0H7cJQMTvI1Uoe8s #HG6dIALIeXXXRUc7mMtVdp23hZ5gX5IA {  }
 }@media only screen and (max-width: 763px) { #A7iABCIz4zozD87H0H7cJQMTvI1Uoe8s #I8T7657NFz4Oz51u8azznWd9F3VZPkbz {  }
 }@media only screen and (max-width: 763px) { #A7iABCIz4zozD87H0H7cJQMTvI1Uoe8s #ZBtEO90uA5nUOz7vhyVa8ceIWfmISTD1 {  }
 }@media only screen and (max-width: 763px) { #A7iABCIz4zozD87H0H7cJQMTvI1Uoe8s #wvSzcsQMzNTlTWxWOZc5dEizhzhBxPzS {  }
 }@media only screen and (max-width: 763px) { #A7iABCIz4zozD87H0H7cJQMTvI1Uoe8s #z5kXTQUhPfIQ0RHKE1f9FwtTVvKdelSh {  }
 }@media only screen and (max-width: 763px) { #A7iABCIz4zozD87H0H7cJQMTvI1Uoe8s #oGLRNkMwoKkVk8kltyQGrvpB47Ege3C0 {  }
 }@media only screen and (max-width: 763px) { #A7iABCIz4zozD87H0H7cJQMTvI1Uoe8s #UbtKfiCaRf6yQsMKmCVwBqyok4vUXpf2 {  }
 }@media only screen and (max-width: 763px) { #A7iABCIz4zozD87H0H7cJQMTvI1Uoe8s #kslnRFgd8GEhbIEMEiO5pqpfOEJnzPq1 {  }
 }@media only screen and (max-width: 763px) { #A7iABCIz4zozD87H0H7cJQMTvI1Uoe8s #fe7mN9wTtsrXTdSXoyE6TMobr6eBfkc1 {  }
 }@media only screen and (max-width: 763px) { #A7iABCIz4zozD87H0H7cJQMTvI1Uoe8s #rfTuiN11M18M0b3QEm5UdXzlyzVFohQt {  }
 }@media only screen and (max-width: 763px) { #A7iABCIz4zozD87H0H7cJQMTvI1Uoe8s #uG5mSLvprSRpwuDgIXLnw1KIvJsfppU1 {  }
 }@media only screen and (max-width: 763px) { #A7iABCIz4zozD87H0H7cJQMTvI1Uoe8s #tKStXIpM9tA5WlZHdrJz8iMbEcgb0CZb {  }
 }@media only screen and (max-width: 763px) { #A7iABCIz4zozD87H0H7cJQMTvI1Uoe8s #VmXhfAmfef9UtQW9RXxxXao8Hcu63mXt {  }
 }@media only screen and (max-width: 763px) { #A7iABCIz4zozD87H0H7cJQMTvI1Uoe8s #wllqdCamdi7P0MOiWyHPoqWfFFTK74eJ {  }
 }@media only screen and (max-width: 763px) { #A7iABCIz4zozD87H0H7cJQMTvI1Uoe8s #eHDmBExfyQFU0J0OtMgTKO2KdJ5XTR6k {  }
 }@media only screen and (max-width: 763px) { #A7iABCIz4zozD87H0H7cJQMTvI1Uoe8s #A1TTb136fbBP47eRW5AcsCK4vs4uKeC9 {  }
 }@media only screen and (max-width: 763px) { #A7iABCIz4zozD87H0H7cJQMTvI1Uoe8s #n2btI12WD9lTAzwGSvZDJ6QV10oJSOGX {  }
 }@media only screen and (max-width: 763px) { #A7iABCIz4zozD87H0H7cJQMTvI1Uoe8s #e8NGBA2WmAQSTcQwWA7o0BA7OMbN2yTK {  }
 }@media only screen and (max-width: 763px) { #A7iABCIz4zozD87H0H7cJQMTvI1Uoe8s #SQbqDzAsTUqzid429LKcZyVimCULdwVB {  }
 }@media only screen and (max-width: 763px) { #A7iABCIz4zozD87H0H7cJQMTvI1Uoe8s #ugBXWxJPVKHrFfAQRVvMBFo2R5JFLyNT {  }
 }@media only screen and (max-width: 763px) { #A7iABCIz4zozD87H0H7cJQMTvI1Uoe8s #ZsPlPOIKSqNfnbo7L2gvOChw5EmSmLoW {  }
 }@media only screen and (max-width: 763px) { #A7iABCIz4zozD87H0H7cJQMTvI1Uoe8s #WbTdvymH8spQkV0NRTSiyGGrWXC1cKKn {  }
 }@media only screen and (max-width: 763px) { #A7iABCIz4zozD87H0H7cJQMTvI1Uoe8s #raCtwz9TbmgL4mknz0GtTWc4t9Ia0RMv {  }
 }@media only screen and (max-width: 763px) { #A7iABCIz4zozD87H0H7cJQMTvI1Uoe8s #v3ZeAN8xqpSggOUs3M4oWwATteF8edyP {  }
 }@media only screen and (max-width: 763px) { #A7iABCIz4zozD87H0H7cJQMTvI1Uoe8s #VO2uwWcp3xXe4eIvC3ThrgCWU5VDaMqJ {  }
 }@media only screen and (max-width: 763px) { #A7iABCIz4zozD87H0H7cJQMTvI1Uoe8s #RwvQrCAl910Axqq8nGg94lueFe5hZBPn {  }
 }@media only screen and (max-width: 763px) { #A7iABCIz4zozD87H0H7cJQMTvI1Uoe8s #W1OTGRLrDW6D24yssgPaVQRorWfT1DaJ {  }
 }@media only screen and (max-width: 763px) { #A7iABCIz4zozD87H0H7cJQMTvI1Uoe8s #D7rrMMIK553X3ucnfMfDXPTfUZRatFwA {  }
 }@media only screen and (max-width: 763px) { #A7iABCIz4zozD87H0H7cJQMTvI1Uoe8s #WHDcap2Q4SuyTqCnQcnIg7zJnSBEwAnX {  }
 }@media only screen and (max-width: 763px) { #A7iABCIz4zozD87H0H7cJQMTvI1Uoe8s #vT1e1cGNqv3gdFLK9sQU6GvQ91gtOVt3 {  }
 }@media only screen and (max-width: 763px) { #A7iABCIz4zozD87H0H7cJQMTvI1Uoe8s #s86PI6Hu5b03FoimofvcDhMsmU0VOroy {  }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3e891efe-e7fa-441d-9c9b-1ad2d9967236/Grid10.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.51); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.51); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); } }@media only screen and (max-width: 763px) { #HLsSWfLMbn1xbi2AmS25xounpsKPOCgI { position:relative;z-index:auto;background-color:#0f141b;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#HLsSWfLMbn1xbi2AmS25xounpsKPOCgI > .row .container { background-color: transparent; background-image: none; }#HLsSWfLMbn1xbi2AmS25xounpsKPOCgI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HLsSWfLMbn1xbi2AmS25xounpsKPOCgI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HLsSWfLMbn1xbi2AmS25xounpsKPOCgI > .row .container > .video-iframe-container { display: none; }#HLsSWfLMbn1xbi2AmS25xounpsKPOCgI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HLsSWfLMbn1xbi2AmS25xounpsKPOCgI > .row > .video-iframe-container { display: none; }#HLsSWfLMbn1xbi2AmS25xounpsKPOCgI > .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); }#HLsSWfLMbn1xbi2AmS25xounpsKPOCgI > .row .container { border-width: 0; border-radius: 0; }#HLsSWfLMbn1xbi2AmS25xounpsKPOCgI > .row .container { width:20rem;height:7.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I1ZfdPgKNu8haJrQNShmfkeK3O6Cm8US { width:6.0625rem;height:1.5625rem;top:1.1875rem;left:6.96875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #bIhcUqpxdTdzTc3ziNTvU4F3M73Tweqr { width:9.3125rem;height:0;top:2.8125rem;left:10.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #Zly9gICxdq6rr7E60gMREnHN3ownpk38 { width:6.25rem;height:2.0625rem;top:3.9375rem;left:13.75rem;font-size:0.75rem;background-color:#007bff;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) { #TqH0vyZKAZb1JXipIn1aZMvtguWGkwPR { display:block; }
 }@media only screen and (max-width: 763px) { #odbQQDCJK7h1EVGUF8qi7xPbGWpTpugU .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#odbQQDCJK7h1EVGUF8qi7xPbGWpTpugU .widget-text.counter-number { padding-top:0.17rem;padding-right:0.15625rem;padding-bottom:0.17rem;padding-left:0.15625rem;width:0.938125rem;min-width:0.938125rem;height:0.915625rem;font-size:0.68125rem;line-height:14.65px;top:0rem;left:0rem;background-color:#ffffff;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;color:#0f141b;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#odbQQDCJK7h1EVGUF8qi7xPbGWpTpugU .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.10625rem;margin-right:0;margin-bottom:0;margin-left:0;width:1.250625rem;height:0.361875rem;font-size:0.255625rem;line-height:5.79px;top:0rem;left:0rem;background-color:;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;color:#ffffff; }
#odbQQDCJK7h1EVGUF8qi7xPbGWpTpugU { display:flex;width:6.4375rem;height:1.75rem;top:3.35986328125rem;left:0.25634765625rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;padding-top:0.108125rem;padding-right:0.118125rem;padding-bottom:0.108125rem;padding-left:0.118125rem; }
 }@media only screen and (max-width: 763px) { #odbQQDCJK7h1EVGUF8qi7xPbGWpTpugU #OMyAa5AqUfMTNfbkqrL39Mz6txp3afLq { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #odbQQDCJK7h1EVGUF8qi7xPbGWpTpugU #miCTZE7ZGoV4Cu7HTHDTrF6XQp17C2bg {  }
 }@media only screen and (max-width: 763px) { #odbQQDCJK7h1EVGUF8qi7xPbGWpTpugU #mqLryWeVT0IkDlJb6LhNhea57XzVPPQn {  }
 }@media only screen and (max-width: 763px) { #odbQQDCJK7h1EVGUF8qi7xPbGWpTpugU #ZrmzMQlp7IMlll9eMV7v5Ja6dlXUpIsN { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #odbQQDCJK7h1EVGUF8qi7xPbGWpTpugU #tpAR4qWcSIZCoyU5TacqsMoxhZ7C8awM {  }
 }@media only screen and (max-width: 763px) { #odbQQDCJK7h1EVGUF8qi7xPbGWpTpugU #QuaMOPyCTISkPnworeBEV9MUf2FLZQU5 {  }
 }@media only screen and (max-width: 763px) { #odbQQDCJK7h1EVGUF8qi7xPbGWpTpugU #sNLmSl7DT2MHVaHIRvdO6iD6QtMvIHrF { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #odbQQDCJK7h1EVGUF8qi7xPbGWpTpugU #ldeQxKIos45CrGOqQOQ5CHxAX02v7A8C {  }
 }@media only screen and (max-width: 763px) { #odbQQDCJK7h1EVGUF8qi7xPbGWpTpugU #WGnnPd0DsTu2s3sLDoqqfOo6TIDfqlCy {  }
 }@media only screen and (max-width: 763px) { #odbQQDCJK7h1EVGUF8qi7xPbGWpTpugU #DKzvwi7x83StMZ6eResCCtIptPihi45z { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #odbQQDCJK7h1EVGUF8qi7xPbGWpTpugU #O8TzHuaqEUTmVmFQpnemWT4QP0nN0K0s {  }
 }@media only screen and (max-width: 763px) { #odbQQDCJK7h1EVGUF8qi7xPbGWpTpugU #Ls6whRCcsZBy1eckO3Cr12f7KJbCZtdk {  }
 }@media only screen and (max-width: 763px) { #KFEAooZTZr02eHAvDTShgaKBGetqFfv0 { width:7.0625rem;height:1.13720625rem;top:5.32568359375rem;left:0.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#ffffff;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #Qc8dxgWfsCihZNp7q3RQohiOzFA3uzRy { display:block; }#Qc8dxgWfsCihZNp7q3RQohiOzFA3uzRy > .row .container { width:20rem;height:41.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xoihMJmRdVSPu8U7aEmGe3DbOX9qautP { width:20rem;height:4.3496125rem;top:3.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhn6HZmd5pWksVbfmf5M2v1SdTUQ6irE { width:18.25rem;height:2.5996125rem;top:8.162109375rem;left:0.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PaQMQg9voUWRrEsS3fIcwgxBKOMbO2JT { width:9.75rem;height:1.375rem;top:1.5rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvfLULBBQn6OT1sR80IgGhQ7G4PaFKA9 { width:17.5rem;height:3.4375rem;top:34.21875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MucTx0xcq1zWTLJkO4cT1wTw441tBRaE { display:block; }
 }@media only screen and (max-width: 763px) { #OhxrNg1qEqBA3kC1wlFlO0rqoBpa8euE { width:15.625rem;height:18.5625rem;top:13.0625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOFfucqXHhI6Qxgcwpr2s3P6UqD3XD7t { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fde4a1, #dea100);background-image: -moz-linear-gradient(180deg, #fde4a1, #dea100);background-image: -ms-linear-gradient(180deg, #fde4a1, #dea100);background-image: -o-linear-gradient(180deg, #fde4a1, #dea100);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fde4a1', endColorstr='#dea100' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fde4a1', endColorstr='#dea100' );";background-image: linear-gradient(180deg, #fde4a1, #dea100);background-size:auto !important;display:block; }#sOFfucqXHhI6Qxgcwpr2s3P6UqD3XD7t > .row .container { background-color: transparent; background-image: none; }#sOFfucqXHhI6Qxgcwpr2s3P6UqD3XD7t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sOFfucqXHhI6Qxgcwpr2s3P6UqD3XD7t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sOFfucqXHhI6Qxgcwpr2s3P6UqD3XD7t > .row .container > .video-iframe-container { display: none; }#sOFfucqXHhI6Qxgcwpr2s3P6UqD3XD7t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sOFfucqXHhI6Qxgcwpr2s3P6UqD3XD7t > .row > .video-iframe-container { display: none; }#sOFfucqXHhI6Qxgcwpr2s3P6UqD3XD7t > .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); }#sOFfucqXHhI6Qxgcwpr2s3P6UqD3XD7t > .row .container { width:20rem;height:13.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fK8M3aWWfR6uaJqPoKfFBRfCb977DnTp { width:5.8125rem;height:2rem;top:5.8125rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHVP8kKq1mmsHLJMMtxQoFwWgxU0oXra { width:8.4375rem;height:2.4375rem;top:5.59375rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PlxlJRfiDF5bmhoXZOfTSTDB6tZXmH4y { width:9.6875rem;height:1.25rem;top:10.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wW4eN7zxOvN93JiA4fvXvGMyUVqwOwea { width:9.4375rem;height:1.9375rem;top:9.84375rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcstPnQeLRg0bqNmieTz8qJFMo5WNsXu { width:3.1875rem;height:2.0625rem;top:5.78125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3aF4zFLVL8b60cU08ox0taRr12JxRBK { width:20rem;height:3.25rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#212121;display:block; }
 }@media only screen and (max-width: 763px) { #LbSU7mhkgqEys7S9Hrq6t6X8zKR4fsF2 { display:block; }#LbSU7mhkgqEys7S9Hrq6t6X8zKR4fsF2 > .row .container { width:20rem;height:111.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z6DiWgNrZdatTk73HAWCLZpBVRTSW9zX { width:20rem;height:4.79980625rem;top:3.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruGZ5hIiwUvT1qNLhMX9PuSxJ7cTOFpl { width:20rem;height:0;top:8.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #iwnfiqegOHq9ROG8BfchtvmwPfMCurFy { width:17rem;height:11.875rem;top:45.82421875rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXvOTTACvJU4W6PP6K1fPpKR4Kg0XsSI { width:17rem;height:11.875rem;top:58.94921875rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dL0xx4qpTqZwqCaJLT85LtillrTEpggX { width:17rem;height:11.875rem;top:72.07421875rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEwG8xXvDTOW5Kk5IsPT0dLbE8U5TTLS { width:17rem;height:11.75rem;top:85.19921875rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ep6qf3IM9hklNMdoinWGRxqJprvC4hvp { width:20rem;height:12.26175rem;top:19.61181640625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRNFpGpQhv0qxCA4g1ITyUDKxbgTxwQO { width:20rem;height:5.19921875rem;top:38.92333984375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJDkVv5RkimpENmQweLIEEPx1GhLSMHL { width:16.875rem;height:1.13720625rem;top:32.23681640625rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xO5ALGol0ZRguNeVqA0dNbcDvEwVKCG0 { width:16.875rem;height:1.29980625rem;top:98.56103515625rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpUT5ns5To0qdPFd6QSAOmcSPk38sp7t { width:20rem;height:8.285125rem;top:8.6123046875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #inHqTuep5uXTIT6xnfXcXdJOktwGC2Ad { display:block; }#inHqTuep5uXTIT6xnfXcXdJOktwGC2Ad > .row .container { width:20rem;height:73.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VTvJD6ghEspNWaH8cZZl34mXqsXT1J69 { width:20rem;height:0;top:2.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #WBOf1UKfLr4UF3lEOtyBLRnXWyFohKp9 { width:17rem;height:11.875rem;top:16.6875rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBqGzaxiznUutVCL2FFZaZCZUI32PimH { width:17rem;height:11.875rem;top:29.8125rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7Fy5pFa8Mqw6hyBJ6odSpvwyvSub5FG { width:17rem;height:11.875rem;top:42.9375rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsUFySThJs0M4rUAxHiG9ZrAEfhZC7Tc { width:17rem;height:11.3125rem;top:56.0625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XE7M7waQ7OMyR1rWKDTvWMLT8vkA3USA { width:20rem;height:0;top:8.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Mrkpxc09ThMLuDRrJoGoJfMPmg7WWeVy { width:20rem;height:;top:2.19970703125rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #D1TpzH3xbpNEZdFa5GXME56M7nRFnHDU { width:19.5rem;height:5.0996125rem;top:7.75rem;left:0.25rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #XnU34fbdHVAI9iHpbCwhCydodvs43seu { display:block; }#XnU34fbdHVAI9iHpbCwhCydodvs43seu > .row .container { width:20rem;height:29.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lmuey3TtfSEi67Uk3h9TsWtEtMoKT79S { width:20rem;height:1.875rem;top:2.28759765625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0KFgBLU9pQ6Dcx57pcxPnsehB4TIfL7 { height:11.037625rem;width:20rem;top:5.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hT8gkMJhNZy5rFNdp0mXJJTQcF6GncE8 { width:20rem;height:1.42480625rem;top:18rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #XBouRtdEz7ghb0uP2CD6xCRaqEgIyx4Z { width:20rem;height:1.19970625rem;top:19.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;color:#fdfdfd;display:block; }
 }@media only screen and (max-width: 763px) { #AEJy6r0p4EWgCFTq2Tv5tPvCeObHHJ8x { width:10.9375rem;height:2.3125rem;top:22.125rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hn8d87vwetoJh1BBLNu3KZ0q4cZTEU1D { width:14.125rem;height:3.625rem;top:21.4375rem;left:2.9375rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zg2tzGqZ61kf9CtB8AGcAMywPp16CGn5 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffe29b, #cc8c00);background-image: -moz-linear-gradient(180deg, #ffe29b, #cc8c00);background-image: -ms-linear-gradient(180deg, #ffe29b, #cc8c00);background-image: -o-linear-gradient(180deg, #ffe29b, #cc8c00);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe29b', endColorstr='#cc8c00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe29b', endColorstr='#cc8c00' );";background-image: linear-gradient(180deg, #ffe29b, #cc8c00);background-size:contain !important;display:block; }#zg2tzGqZ61kf9CtB8AGcAMywPp16CGn5 > .row .container { background-color: transparent; background-image: none; }#zg2tzGqZ61kf9CtB8AGcAMywPp16CGn5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zg2tzGqZ61kf9CtB8AGcAMywPp16CGn5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zg2tzGqZ61kf9CtB8AGcAMywPp16CGn5 > .row .container > .video-iframe-container { display: none; }#zg2tzGqZ61kf9CtB8AGcAMywPp16CGn5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zg2tzGqZ61kf9CtB8AGcAMywPp16CGn5 > .row > .video-iframe-container { display: none; }#zg2tzGqZ61kf9CtB8AGcAMywPp16CGn5 > .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); }#zg2tzGqZ61kf9CtB8AGcAMywPp16CGn5 > .row .container { width:20rem;height:35.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yoSMdseLzfT7JJMtKOxLz0XfxCnWG3Ih { width:20rem;height:4.5rem;top:2.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CiAmBLQLCqvxNyPEiDAT8BcrJUypUaZO { width:17.5rem;height:3.4375rem;top:13.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6O7gmOzTyDGn7GhgsRipc713t6mgJJf { display:block; }
 }@media only screen and (max-width: 763px) { #zvitUPQnHFgtFKnHMzuLgKmbAK4ui8Gu { width:19.25rem;height:4.142575rem;top:7.9375rem;left:0.375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFuLsul7Q3Vb3VKr7T2uo65QzCXJMSVi { width:20rem;height:17.375rem;top:18.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TcQ4PcTJ5bgy6QAtAVbynb9eTW8tX6SN { top:18.9375rem;left:0rem;width:20rem;height:11.25rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #S6MMCW6ru6E0sJkfR74gXsw6qIHWJD4U { display:block; }#S6MMCW6ru6E0sJkfR74gXsw6qIHWJD4U > .row .container { width:20rem;height:76.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RFxN6Kd0QH8zAxogOxP9dsv3ID6hMJRN { width:20rem;height:5.25rem;top:2.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cb4vXDAL3PLgrJEpMPQeBb4N5SpTq7WA { width:19.875rem;height:0;top:7.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #SmQzumBFg45yQP0Z24lFomKiDtTup1P2 { width:20rem;height:7.125rem;top:13.5rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #PigeCU4NG9XwJU0qhNvKDoCIXU7NuNrB { width:14.25rem;height:22.6875rem;top:22.6875rem;left:2.875rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #qAbX6T16iNZ1TXLbdxPgm2vvST0uBVg9 { width:15rem;height:22.6875rem;top:46.8125rem;left:2.5rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #MympLGo66PmrmEfavPLXNlrDQBnzZwhP { width:19.875rem;height:3.82470625rem;top:8rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #egDcoIh8qJXAbUFBIOkw159hle6CtiQE { top:23.09375rem;left:0rem;width:19.9375rem;height:24.625rem;z-index:15005;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #pdiTBeLvTPHS8SQDtVLUB0R4X5aoi7sG { top:49.90625rem;left:0rem;width:19.9375rem;height:25.5625rem;z-index:15006;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #fu3t4A72sABfg5v9ceCifSd0E7uOgtZx { display:block; }#fu3t4A72sABfg5v9ceCifSd0E7uOgtZx > .row .container { width:20rem;height:62.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MMIqTpFCZ0LSM81t72Dyt6ZGIcMbU8Pl { width:20rem;height:2.3999rem;top:2.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7iABCIz4zozD87H0H7cJQMTvI1Uoe8s .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#A7iABCIz4zozD87H0H7cJQMTvI1Uoe8s .accordion-heading-text { font-size:0.9375rem;height:auto;line-height:1.3;overflow:hidden; }
#A7iABCIz4zozD87H0H7cJQMTvI1Uoe8s { display:flex;height:auto;width:17.5rem;top:6.875rem;left:0rem; }
#A7iABCIz4zozD87H0H7cJQMTvI1Uoe8s .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #A7iABCIz4zozD87H0H7cJQMTvI1Uoe8s #QqHTUROuoqmpTUhTTd5fIdTTJt2Jvgdl {  }
 }@media only screen and (max-width: 763px) { #A7iABCIz4zozD87H0H7cJQMTvI1Uoe8s #vzGu6aFaiDKp6xZLhTmp8JkUGhuzvSWi {  }
 }@media only screen and (max-width: 763px) { #A7iABCIz4zozD87H0H7cJQMTvI1Uoe8s #nUI8LCnTUsSGTLcrEnZqRrdBOtFEUFC9 {  }
 }@media only screen and (max-width: 763px) { #A7iABCIz4zozD87H0H7cJQMTvI1Uoe8s #r352rAUgDvKTs3JJOI7cupqBR4FLu2AT {  }
 }@media only screen and (max-width: 763px) { #A7iABCIz4zozD87H0H7cJQMTvI1Uoe8s #HG6dIALIeXXXRUc7mMtVdp23hZ5gX5IA {  }
 }@media only screen and (max-width: 763px) { #A7iABCIz4zozD87H0H7cJQMTvI1Uoe8s #I8T7657NFz4Oz51u8azznWd9F3VZPkbz {  }
 }@media only screen and (max-width: 763px) { #A7iABCIz4zozD87H0H7cJQMTvI1Uoe8s #ZBtEO90uA5nUOz7vhyVa8ceIWfmISTD1 {  }
 }@media only screen and (max-width: 763px) { #A7iABCIz4zozD87H0H7cJQMTvI1Uoe8s #wvSzcsQMzNTlTWxWOZc5dEizhzhBxPzS {  }
 }@media only screen and (max-width: 763px) { #A7iABCIz4zozD87H0H7cJQMTvI1Uoe8s #z5kXTQUhPfIQ0RHKE1f9FwtTVvKdelSh {  }
 }@media only screen and (max-width: 763px) { #A7iABCIz4zozD87H0H7cJQMTvI1Uoe8s #oGLRNkMwoKkVk8kltyQGrvpB47Ege3C0 {  }
 }@media only screen and (max-width: 763px) { #A7iABCIz4zozD87H0H7cJQMTvI1Uoe8s #UbtKfiCaRf6yQsMKmCVwBqyok4vUXpf2 {  }
 }@media only screen and (max-width: 763px) { #A7iABCIz4zozD87H0H7cJQMTvI1Uoe8s #kslnRFgd8GEhbIEMEiO5pqpfOEJnzPq1 {  }
 }@media only screen and (max-width: 763px) { #A7iABCIz4zozD87H0H7cJQMTvI1Uoe8s #fe7mN9wTtsrXTdSXoyE6TMobr6eBfkc1 {  }
 }@media only screen and (max-width: 763px) { #A7iABCIz4zozD87H0H7cJQMTvI1Uoe8s #rfTuiN11M18M0b3QEm5UdXzlyzVFohQt {  }
 }@media only screen and (max-width: 763px) { #A7iABCIz4zozD87H0H7cJQMTvI1Uoe8s #uG5mSLvprSRpwuDgIXLnw1KIvJsfppU1 {  }
 }@media only screen and (max-width: 763px) { #A7iABCIz4zozD87H0H7cJQMTvI1Uoe8s #tKStXIpM9tA5WlZHdrJz8iMbEcgb0CZb {  }
 }@media only screen and (max-width: 763px) { #A7iABCIz4zozD87H0H7cJQMTvI1Uoe8s #VmXhfAmfef9UtQW9RXxxXao8Hcu63mXt {  }
 }@media only screen and (max-width: 763px) { #A7iABCIz4zozD87H0H7cJQMTvI1Uoe8s #wllqdCamdi7P0MOiWyHPoqWfFFTK74eJ {  }
 }@media only screen and (max-width: 763px) { #A7iABCIz4zozD87H0H7cJQMTvI1Uoe8s #eHDmBExfyQFU0J0OtMgTKO2KdJ5XTR6k {  }
 }@media only screen and (max-width: 763px) { #A7iABCIz4zozD87H0H7cJQMTvI1Uoe8s #A1TTb136fbBP47eRW5AcsCK4vs4uKeC9 {  }
 }@media only screen and (max-width: 763px) { #A7iABCIz4zozD87H0H7cJQMTvI1Uoe8s #n2btI12WD9lTAzwGSvZDJ6QV10oJSOGX {  }
 }@media only screen and (max-width: 763px) { #A7iABCIz4zozD87H0H7cJQMTvI1Uoe8s #e8NGBA2WmAQSTcQwWA7o0BA7OMbN2yTK {  }
 }@media only screen and (max-width: 763px) { #A7iABCIz4zozD87H0H7cJQMTvI1Uoe8s #SQbqDzAsTUqzid429LKcZyVimCULdwVB {  }
 }@media only screen and (max-width: 763px) { #A7iABCIz4zozD87H0H7cJQMTvI1Uoe8s #ugBXWxJPVKHrFfAQRVvMBFo2R5JFLyNT {  }
 }@media only screen and (max-width: 763px) { #A7iABCIz4zozD87H0H7cJQMTvI1Uoe8s #ZsPlPOIKSqNfnbo7L2gvOChw5EmSmLoW {  }
 }@media only screen and (max-width: 763px) { #A7iABCIz4zozD87H0H7cJQMTvI1Uoe8s #WbTdvymH8spQkV0NRTSiyGGrWXC1cKKn {  }
 }@media only screen and (max-width: 763px) { #A7iABCIz4zozD87H0H7cJQMTvI1Uoe8s #raCtwz9TbmgL4mknz0GtTWc4t9Ia0RMv {  }
 }@media only screen and (max-width: 763px) { #A7iABCIz4zozD87H0H7cJQMTvI1Uoe8s #v3ZeAN8xqpSggOUs3M4oWwATteF8edyP {  }
 }@media only screen and (max-width: 763px) { #A7iABCIz4zozD87H0H7cJQMTvI1Uoe8s #VO2uwWcp3xXe4eIvC3ThrgCWU5VDaMqJ {  }
 }@media only screen and (max-width: 763px) { #A7iABCIz4zozD87H0H7cJQMTvI1Uoe8s #RwvQrCAl910Axqq8nGg94lueFe5hZBPn {  }
 }@media only screen and (max-width: 763px) { #A7iABCIz4zozD87H0H7cJQMTvI1Uoe8s #W1OTGRLrDW6D24yssgPaVQRorWfT1DaJ {  }
 }@media only screen and (max-width: 763px) { #A7iABCIz4zozD87H0H7cJQMTvI1Uoe8s #D7rrMMIK553X3ucnfMfDXPTfUZRatFwA {  }
 }@media only screen and (max-width: 763px) { #A7iABCIz4zozD87H0H7cJQMTvI1Uoe8s #WHDcap2Q4SuyTqCnQcnIg7zJnSBEwAnX {  }
 }@media only screen and (max-width: 763px) { #A7iABCIz4zozD87H0H7cJQMTvI1Uoe8s #vT1e1cGNqv3gdFLK9sQU6GvQ91gtOVt3 {  }
 }@media only screen and (max-width: 763px) { #A7iABCIz4zozD87H0H7cJQMTvI1Uoe8s #s86PI6Hu5b03FoimofvcDhMsmU0VOroy {  }
 }