.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:220,245,243;--color-primary-1:149,225,220;--color-primary-2:78,205,196;--color-primary-3:44,129,183;--color-primary-4:10,112,177;--color-secondary-0:255,233,233;--color-secondary-1:255,181,181;--color-secondary-2:255,107,107;--color-secondary-3:128,54,54;--color-secondary-4:38,16,16;--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:"Source Sans Pro";--paragraphs-font-family:"Source Sans Pro"; }@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),1);background-image:none;position:relative;display:block; }
#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); }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7d78c755-7302-4cd2-b0c0-7d2748470d3c/11373727262.jpg");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo.adaptive-delivery-prevent-bg, #mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo.lazyload, #mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo.lazyloading { background-image: none; }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo > .row .container { background-color: transparent; background-image: none; }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.11); }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo > .row .container > .video-iframe-container { display: none; }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.11); }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo > .row > .video-iframe-container { display: none; }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo > .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); }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo > .row .container { border-width: 0; border-radius: 0; }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo::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; }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo > .row .container { font-size:0.875rem;font-family:arial;height:57.75rem;width:60rem;position:relative;display:block; }#OGT9rGHpodEF3rwDx5tpcrsrke85zhCg { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:"roboto condensed";font-size:1.4375rem;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;top:18.493490219116rem;left:1.173828125rem;height:4.7421875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eqMooDHRC9wuTu8coV1E3pJwcN34G2uW { position:absolute;display:block;z-index:15001;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:3.0625rem;width:16.625rem;top:1.01171875rem;left:21.687501907349rem;overflow:hidden;display:block; }
#N0pZ4o2ZbJXCqBRTxvaURLk7AxQTbPMP { box-sizing:content-box;height:23.4375rem;width:19.25rem;position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.375rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#AX97bXd53WDxT6aBO5dB9SkcCWntAt4u { background-color:#ffc52a;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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto condensed";font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.375rem;height:3.3125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:45.041667938233rem;left:1.423828125rem;display:block; }
#mbEB6E5rIxeKfkJ0n7Gh7KAvcWcN4LQ4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KiBqTuSzpVZuxCxLbU8IQT03wHWLQd9n { color:rgba(var(--color-tertiary-4),1);display:block;width:15.8125rem;position:absolute;font-family:"roboto condensed";font-size:0.8125rem;font-weight:normal;z-index:15017;line-height:1.1;letter-spacing:0;top:36.047527313233rem;left:1.173828125rem;height:7.7708125rem;text-align:left;text-align-last:left;display:block; }#KiBqTuSzpVZuxCxLbU8IQT03wHWLQd9n li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#KiBqTuSzpVZuxCxLbU8IQT03wHWLQd9n li:before{  }
#ymfphelWwMkr23a28l9hEopDFdVMI15H { box-sizing:content-box;height:3.25rem;width:19.25rem;position:absolute;display:block;z-index:14999;background-color:#0d0dc8;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.0625rem;left:0rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#EUIsGQW2qsflytsH4hiwuieqihb2QIGV { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:6.625rem;top:15.0625rem;left:1.173828125rem;overflow:hidden;display:block; }
#Zzz57CzsorHMbSWT2XJnHI1XCZi0zGvE { color:rgba(13,13,200,0.48);display:block;width:12.3125rem;position:absolute;font-family:"roboto condensed";font-size:1.1875rem;font-weight:300;z-index:15030;line-height:1;letter-spacing:0;top:24.0625rem;left:1.173828125rem;height:1.1875rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#LBOqI1XC43Et3nv12JM7lZap89gSlFK1 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.75rem;position:absolute;font-family:"roboto condensed";font-size:1.3125rem;font-weight:normal;z-index:15018;line-height:1.1;letter-spacing:0;top:27.64453125rem;left:1.173828125rem;height:7.2168125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UknHGqNVlk2qu8IPJTO6A43LbGT87ogE { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:"roboto condensed";font-size:1.4375rem;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;top:18.493490219116rem;left:1.173828125rem;height:4.7421875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#t89erh8gaqpG3wRHMGTW0TGlboDcmU4z { box-sizing:content-box;height:12.3125rem;width:19.25rem;position:absolute;display:block;z-index:14997;background-color:rgba(13,13,200,0.36);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.0625rem;left:0rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#T7VvTtdHOsU4Pr1IZeNgwWv5zNPF1CBO { color:rgba(13,13,200,0.48);display:block;width:12.3125rem;position:absolute;font-family:"roboto condensed";font-size:1.1875rem;font-weight:300;z-index:15030;line-height:1;letter-spacing:0;top:24.0625rem;left:1.173828125rem;height:1.1875rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#K5a2usVKKC9Mz4Acpv3PZNDk3XwGNd59 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/37b133c5-63b5-4d46-b130-ef62305e1e14/AdobeStock_959106390.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#K5a2usVKKC9Mz4Acpv3PZNDk3XwGNd59.adaptive-delivery-prevent-bg, #K5a2usVKKC9Mz4Acpv3PZNDk3XwGNd59.lazyload, #K5a2usVKKC9Mz4Acpv3PZNDk3XwGNd59.lazyloading { background-image: none; }#K5a2usVKKC9Mz4Acpv3PZNDk3XwGNd59 > .row .container { border-width: 0; border-radius: 0; }#K5a2usVKKC9Mz4Acpv3PZNDk3XwGNd59::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; }#K5a2usVKKC9Mz4Acpv3PZNDk3XwGNd59 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K5a2usVKKC9Mz4Acpv3PZNDk3XwGNd59 > .row .container { font-size:0.875rem;font-family:arial;height:52.75rem;width:60rem;position:relative;display:none; }#FipoUv8a8ILELqfct5FQbaixr9tarw1M { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:"roboto condensed";font-size:1.4375rem;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;top:18.493490219116rem;left:1.173828125rem;height:4.7421875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bQZtOlGp7XuMbgdC6UA8ytUp2dr8OEmp { position:absolute;display:block;z-index:15001;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:3.0625rem;width:16.625rem;top:1.01171875rem;left:21.687501907349rem;overflow:hidden;display:block; }
#NDN1hIda4yvolt0gwfTUNImfD6uWTS9S { box-sizing:content-box;height:19.8125rem;width:21.625rem;position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.375rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#qd6BBz8LPbTwRvh3f2VqyAEbVmZxrBSg { background-color:#ffc52a;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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto condensed";font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.3125rem;height:3.3125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:41.1875rem;left:1.173828125rem;display:block; }
#SKWc60frztBD19M0dK363cmVO4ST0WTx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EOqGWX710mir9uTgwPMTUgldPSJHPbFr { color:rgba(var(--color-tertiary-4),1);display:block;width:19.75rem;position:absolute;font-family:"roboto condensed";font-size:0.8125rem;font-weight:normal;z-index:15017;line-height:1.1;letter-spacing:0;top:34.547527313233rem;left:1.173828125rem;height:5.09114375rem;text-align:left;text-align-last:left;display:block; }#EOqGWX710mir9uTgwPMTUgldPSJHPbFr li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#EOqGWX710mir9uTgwPMTUgldPSJHPbFr li:before{  }
#sEEk1DNxR5dM8p7NKX5CneTOVauTy9DI { box-sizing:content-box;height:3.25rem;width:21.625rem;position:absolute;display:block;z-index:14999;background-color:#0d0dc8;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.0625rem;left:0rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#SWh6Tl80uTV3MdB4E2pgrKnqxxGNo1mO { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:6.625rem;top:15.0625rem;left:1.173828125rem;overflow:hidden;display:block; }
#UGUERb91euOdzsKu8vvpB5MvZM0693Tq { color:rgba(13,13,200,0.48);display:block;width:12.3125rem;position:absolute;font-family:"roboto condensed";font-size:1.1875rem;font-weight:300;z-index:15030;line-height:1;letter-spacing:0;top:24.0625rem;left:1.173828125rem;height:1.1875rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#TkO645xzti2mhqh1Xt7zsyU6ZZUTXVso { color:rgba(var(--color-tertiary-4),1);display:block;width:19.75rem;position:absolute;font-family:"roboto condensed";font-size:1.3125rem;font-weight:normal;z-index:15018;line-height:1.1;letter-spacing:0;top:27.64453125rem;left:1.173828125rem;height:5.7734375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nf6S0MciZFKQQWeGT8VBRXITRFlMAMXu { box-sizing:content-box;height:12.3125rem;width:21.625rem;position:absolute;display:block;z-index:14997;background-color:rgba(13,13,200,0.36);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.0625rem;left:0rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#K7CyBBH4ZOCzhMwQtWUsmwmMCGgLLG7N { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:"roboto condensed";font-size:1.4375rem;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;top:18.493490219116rem;left:1.173828125rem;height:4.7421875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eaU8MPMrCE7X5RTdNsUlT4gW7IOfcxad { color:rgba(13,13,200,0.48);display:block;width:12.3125rem;position:absolute;font-family:"roboto condensed";font-size:1.1875rem;font-weight:300;z-index:15030;line-height:1;letter-spacing:0;top:24.0625rem;left:1.173828125rem;height:1.1875rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#FzP18Td3aDmAHBb4oxSRyv4BWXNPwo4Z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/37b133c5-63b5-4d46-b130-ef62305e1e14/AdobeStock_959106390.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#FzP18Td3aDmAHBb4oxSRyv4BWXNPwo4Z.adaptive-delivery-prevent-bg, #FzP18Td3aDmAHBb4oxSRyv4BWXNPwo4Z.lazyload, #FzP18Td3aDmAHBb4oxSRyv4BWXNPwo4Z.lazyloading { background-image: none; }#FzP18Td3aDmAHBb4oxSRyv4BWXNPwo4Z > .row .container { border-width: 0; border-radius: 0; }#FzP18Td3aDmAHBb4oxSRyv4BWXNPwo4Z::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; }#FzP18Td3aDmAHBb4oxSRyv4BWXNPwo4Z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FzP18Td3aDmAHBb4oxSRyv4BWXNPwo4Z > .row .container { font-size:0.875rem;font-family:arial;height:52.75rem;width:60rem;position:relative;display:none; }#vtqCIOtNcL9BseIxQZn4gwJyGoSix4Gc { position:absolute;display:block;z-index:15001;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:3.0625rem;width:16.625rem;top:1.01171875rem;left:21.687501907349rem;overflow:hidden;display:block; }
#NOUyRk3XCbbkb0l14TRdFoV5di1Qyxm3 { background-color:#ffc52a;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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto condensed";font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.3125rem;height:3.3125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:41.1875rem;left:1.173828125rem;display:block; }
#mTeWI8nsVBM1Hv1Ez9PNRw3bRLZeJgur { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SBaU7HpCPp5MwvcJlcM3VxfavVEEP9Tx { color:rgba(var(--color-tertiary-4),1);display:block;width:19.75rem;position:absolute;font-family:"roboto condensed";font-size:0.8125rem;font-weight:normal;z-index:15017;line-height:1.1;letter-spacing:0;top:34.547527313233rem;left:1.173828125rem;height:5.09114375rem;text-align:left;text-align-last:left;display:block; }#SBaU7HpCPp5MwvcJlcM3VxfavVEEP9Tx li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#SBaU7HpCPp5MwvcJlcM3VxfavVEEP9Tx li:before{  }
#qTEUd0ERWRfdUMJseekFvQgm422SSreG { box-sizing:content-box;height:3.25rem;width:21.625rem;position:absolute;display:block;z-index:14999;background-color:#0d0dc8;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.0625rem;left:0rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#Dh4MxQcI2VLmk1gQdmifIcQWVJ2ra5P4 { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:6.625rem;top:15.0625rem;left:1.173828125rem;overflow:hidden;display:block; }
#KnJLFwAc1gRJ56qTeVsQIHHGE8WgeBBg { color:rgba(var(--color-tertiary-4),1);display:block;width:19.75rem;position:absolute;font-family:"roboto condensed";font-size:1.3125rem;font-weight:normal;z-index:15018;line-height:1.1;letter-spacing:0;top:27.64453125rem;left:1.173828125rem;height:5.7734375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Cb0qmgz5SnDF5AaOK3KDXStEcpkQfIpz { position:relative;display:block; }#Cb0qmgz5SnDF5AaOK3KDXStEcpkQfIpz { background-color: transparent; background-image: none; }#Cb0qmgz5SnDF5AaOK3KDXStEcpkQfIpz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cb0qmgz5SnDF5AaOK3KDXStEcpkQfIpz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cb0qmgz5SnDF5AaOK3KDXStEcpkQfIpz > .row .container > .video-iframe-container { display: none; }#Cb0qmgz5SnDF5AaOK3KDXStEcpkQfIpz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cb0qmgz5SnDF5AaOK3KDXStEcpkQfIpz > .row > .video-iframe-container { display: none; }#Cb0qmgz5SnDF5AaOK3KDXStEcpkQfIpz > .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); }#Cb0qmgz5SnDF5AaOK3KDXStEcpkQfIpz { border-width: 0; border-radius: 0; }#Cb0qmgz5SnDF5AaOK3KDXStEcpkQfIpz > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Cb0qmgz5SnDF5AaOK3KDXStEcpkQfIpz > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:53.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#PeDDn8Ww54fSxn1L0l37DiCz3maE088Q { color:#0d0dc8;display:block;width:35.75rem;position:absolute;font-family:"roboto condensed";font-size:2.8125rem;font-weight:400;z-index:15028;line-height:1;letter-spacing:0;top:11.391277313233rem;left:17.65625rem;height:5.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#a5yCWnbXmAhFOClUEO9qvAJaJJIAl0J4 { color:rgba(var(--color-tertiary-4),1);display:block;width:38.3125rem;position:absolute;font-family:"roboto condensed";font-size:1.0625rem;font-weight:normal;z-index:15031;line-height:1.1;letter-spacing:0;top:19.891927719116rem;left:10.84375rem;height:22.20376875rem;text-align:center;text-align-last:center;display:block; }
#Jolt6hhhyvTgxmREnTxe7TtW02tmuzTu { color:rgba(var(--color-tertiary-4),1);display:block;width:23.1875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:44.455730438233rem;left:18.40625rem;height:1.4622375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Vr6xdLTzboOweB10KwNFTITA4pDs7ECO { position:absolute;display:block;z-index:15003;background-color:#f0faff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:45.6875rem;width:60rem;top:3.8125rem;left:0rem;display:block; }
#soiJpUcTdafVSbzEBg8axi7GnRrqd7Vf { color:#000000;display:block;width:25.9375rem;position:absolute;font-family:roboto;font-size:1.9375rem;font-weight:300;z-index:15029;line-height:1;letter-spacing:0;top:7.125rem;left:17.03125rem;height:1.9375rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#JKhaBu2fzxNVXLP7CHeTaUzIbyTBEu7C { position:absolute;display:block;z-index:15032;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.875rem;width:8.875rem;top:9.7662773132325rem;left:7.0729179382325rem;overflow:hidden;display:block; }
#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/70b8ac2d-3f2f-44aa-beeb-922acec6c473/AdobeStock_3305134402.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee.adaptive-delivery-prevent-bg, #CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee.lazyload, #CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee.lazyloading { background-image: none; }#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee > .row .container { background-color: transparent; background-image: none; }#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.72); }#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee > .row .container > .video-iframe-container { display: none; }#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.72); }#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee > .row > .video-iframe-container { display: none; }#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee > .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); }#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee > .row .container { border-width: 0; border-radius: 0; }#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee::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; }#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee > .row .container { font-size:0.875rem;font-family:arial;height:51.75rem;width:60rem;position:relative;display:block; }#oN3698tMHLnCCgTVHnewdPf39eG6Rhyy { color:#fafafa;display:block;width:60rem;position:absolute;font-family:"roboto condensed";font-size:2.8125rem;font-weight:700;z-index:15003;line-height:1.5;letter-spacing:0;top:5.25rem;left:0rem;height:4.21875rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#lHRbtlOpRhWSfGfWgG45Sx2eWC7EaItq { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-0),1);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.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;height:0.4375rem;width:0.4375rem;top:3rem;left:3.625rem;display:block; }
#JVfI2fiZ3nh0M6gAbsXJO03AygrZn11c { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-tertiary-0),1);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.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;height:0.4375rem;width:0.4375rem;top:3rem;left:5.0625rem;display:block; }
#TB7txpJeFWOTh8Cc8XCu2NKxwvZmNbpS { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-tertiary-0),1);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.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;height:0.4375rem;width:0.4375rem;top:3rem;left:6.4375rem;display:block; }
#FxhKUp6ukVq6EuZ6Du9rfvnlAz57LVKr { position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-tertiary-0),1);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.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;height:0.4375rem;width:0.4375rem;top:4rem;left:3.625rem;display:block; }
#O4inSU6QGSOg1Khmr4ORiT6TFdHaAXHa { position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-tertiary-0),1);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.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;height:0.4375rem;width:0.4375rem;top:4rem;left:5.0625rem;display:block; }
#x56N8TzVeCrR05meZaLCbnJTT7Vttvzp { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-tertiary-0),1);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.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;height:0.4375rem;width:0.4375rem;top:4rem;left:6.4375rem;display:block; }
#SDtOWK7FN9KqFZwdBqteefPDxXFk6REB { position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-tertiary-0),1);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.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;height:0.4375rem;width:0.4375rem;top:3rem;left:7.8125rem;display:block; }
#KB1NxBVyGQ04zKWNRpnzRhOvtDlJadyP { position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-tertiary-0),1);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.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;height:0.4375rem;width:0.4375rem;top:4rem;left:7.8125rem;display:block; }
#gHXRTH2hu2ohT5h8b8EZiXVCLZ7mnWPW { color:#ffffff;display:block;width:42.375rem;position:absolute;font-family:"roboto condensed";font-size:0.9375rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:13.59375rem;left:9.6875rem;height:26.8125rem;text-align:justify;text-align-last:initial;display:block; }
#vzKTN7WQI5LgffdJ5uk7mCBLE76daxcR { color:#fafafa;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:9.46875rem;left:0rem;height:1.59375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#Jl4I89vH5dgo94dC6tZKZ68IFUEtaETR { background-color:#ffc52a;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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto condensed";font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.5625rem;height:3.3125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:43.59375rem;left:21.09375rem;display:block; }
#oNb578acuTFfXrtv0pGSF2RH58TiQsT2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RNzdCqRPXygRTSM2gekmgvMSceu7x83w { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0faff;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; }#RNzdCqRPXygRTSM2gekmgvMSceu7x83w > .row .container { background-color: transparent; background-image: none; }#RNzdCqRPXygRTSM2gekmgvMSceu7x83w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RNzdCqRPXygRTSM2gekmgvMSceu7x83w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RNzdCqRPXygRTSM2gekmgvMSceu7x83w > .row .container > .video-iframe-container { display: none; }#RNzdCqRPXygRTSM2gekmgvMSceu7x83w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RNzdCqRPXygRTSM2gekmgvMSceu7x83w > .row > .video-iframe-container { display: none; }#RNzdCqRPXygRTSM2gekmgvMSceu7x83w > .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); }#RNzdCqRPXygRTSM2gekmgvMSceu7x83w > .row .container { border-width: 0; border-radius: 0; }#RNzdCqRPXygRTSM2gekmgvMSceu7x83w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RNzdCqRPXygRTSM2gekmgvMSceu7x83w > .row .container { font-size:0.875rem;font-family:arial;height:56.4375rem;width:60rem;position:relative;display:block; }#HIMOtR3V0yTXyHaiKOheCu32bUTDcrJn { color:rgba(var(--color-tertiary-4),1);display:block;width:35.6875rem;position:absolute;font-family:"roboto condensed";font-size:1rem;font-weight:normal;z-index:15019;line-height:1.2;letter-spacing:0;top:35.5rem;left:12.28125rem;height:4.79948125rem;text-align:center;text-align-last:center;display:block; }
#DDx7hiZhb8P9m9fiHn2qH6UG5eu1Wo8D { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:22.8125rem;width:40.875rem;top:10.5625rem;left:9.6875rem;display:block; }
#JBpvkpTmwG4XoTvstNoE2WksuZEiQrKh { color:rgba(var(--color-tertiary-4),1);display:block;width:40.8125rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:42.5625rem;left:9.71875rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oCvNOfLOxbnFT5XtQly17rJcqKemQBZo { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:10.9375rem;top:5.625rem;left:31.9375rem;overflow:hidden;display:block; }
#r9PhZDXGsSq6H6fACP263LPCpGNC38Lm { position:absolute;display:block;z-index:15033;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:13.625rem;top:5.6875rem;left:14.4375rem;overflow:hidden;display:block; }
#QyensfatQVR0mUZVBc5Cxk0k8EFTGb5U { color:#000000;display:block;width:3.875rem;position:absolute;font-family:"roboto condensed";font-size:4.25rem;font-weight:400;z-index:15030;line-height:1;letter-spacing:0;top:3.75rem;left:28.0625rem;height:4.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hvyhSQMZ9hS7w5Q7wtSq1g27Aabkr5bK { background-color:#ffc52a;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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto condensed";font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.5625rem;height:3.3125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:47.166667938233rem;left:20.21875rem;display:block; }
#bDUWlMriaeKsdLbH4n1CgR6sbozTCSpa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HlMGXBItUK5dusmu2J7Hz8AbbOBrTyVz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/08311296-fed9-49d0-bcf7-1545f87dccbf/AdobeStock_4610682092.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HlMGXBItUK5dusmu2J7Hz8AbbOBrTyVz.adaptive-delivery-prevent-bg, #HlMGXBItUK5dusmu2J7Hz8AbbOBrTyVz.lazyload, #HlMGXBItUK5dusmu2J7Hz8AbbOBrTyVz.lazyloading { background-image: none; }#HlMGXBItUK5dusmu2J7Hz8AbbOBrTyVz > .row .container { background-color: transparent; background-image: none; }#HlMGXBItUK5dusmu2J7Hz8AbbOBrTyVz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.31); }#HlMGXBItUK5dusmu2J7Hz8AbbOBrTyVz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HlMGXBItUK5dusmu2J7Hz8AbbOBrTyVz > .row .container > .video-iframe-container { display: none; }#HlMGXBItUK5dusmu2J7Hz8AbbOBrTyVz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.31); }#HlMGXBItUK5dusmu2J7Hz8AbbOBrTyVz > .row > .video-iframe-container { display: none; }#HlMGXBItUK5dusmu2J7Hz8AbbOBrTyVz > .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); }#HlMGXBItUK5dusmu2J7Hz8AbbOBrTyVz > .row .container { border-width: 0; border-radius: 0; }#HlMGXBItUK5dusmu2J7Hz8AbbOBrTyVz::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; }#HlMGXBItUK5dusmu2J7Hz8AbbOBrTyVz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HlMGXBItUK5dusmu2J7Hz8AbbOBrTyVz > .row .container { font-size:0.875rem;font-family:arial;height:35.1875rem;width:60rem;position:relative;display:block; }#sAdBwA79CmytUhFRzwLqi8nIh7SdGDbb { color:#fafafa;display:block;width:38.0625rem;position:absolute;font-family:"roboto condensed";font-size:3.875rem;font-weight:400;z-index:15018;line-height:1;letter-spacing:0;top:5.537109375rem;left:0rem;height:7.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kAXbK7r4BIXAgkReTat2WBhUJfMvCIJJ { color:#fafafa;display:block;width:31.9375rem;position:absolute;font-family:"roboto condensed";font-size:1.1875rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:14.4375rem;left:0rem;height:3.0872375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vBRgOA6Kq6bZOOGwV9ckompGGrLznxTF { position:relative;display:block; }#vBRgOA6Kq6bZOOGwV9ckompGGrLznxTF { background-color: transparent; background-image: none; }#vBRgOA6Kq6bZOOGwV9ckompGGrLznxTF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vBRgOA6Kq6bZOOGwV9ckompGGrLznxTF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vBRgOA6Kq6bZOOGwV9ckompGGrLznxTF > .row .container > .video-iframe-container { display: none; }#vBRgOA6Kq6bZOOGwV9ckompGGrLznxTF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vBRgOA6Kq6bZOOGwV9ckompGGrLznxTF > .row > .video-iframe-container { display: none; }#vBRgOA6Kq6bZOOGwV9ckompGGrLznxTF > .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); }#vBRgOA6Kq6bZOOGwV9ckompGGrLznxTF { border-width: 0; border-radius: 0; }#vBRgOA6Kq6bZOOGwV9ckompGGrLznxTF > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#vBRgOA6Kq6bZOOGwV9ckompGGrLznxTF > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:39.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#XXH8yVATFUMpLa842iDN4qT8aWu8IOb0 { color:#0d0dc8;display:block;width:50.5rem;position:absolute;font-family:"roboto condensed";font-size:2.9375rem;font-weight:400;z-index:15028;line-height:1;letter-spacing:0;top:7.4537763595581rem;left:4.75rem;height:5.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qrfHbFJlXBTP0TqDkilQqHX61dpo12u5 { color:rgba(var(--color-tertiary-4),1);display:block;width:45.4375rem;position:absolute;font-family:"roboto condensed";font-size:1.0625rem;font-weight:normal;z-index:15031;line-height:1.1;letter-spacing:0;top:16.329426765442rem;left:7.28125rem;height:9.3489625rem;text-align:center;text-align-last:center;display:block; }
#bt8JT5fpZ49hGCLq2arNU0LHUn33M51X { color:rgba(var(--color-tertiary-4),1);display:block;width:23.1875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:28.143231391907rem;left:18.40625rem;height:1.4622375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#t8zPGfPKVVFS5ytCq5h4s76DOZZWxt1J { position:absolute;display:block;z-index:15003;background-color:#f0faff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.9375rem;width:60rem;top:3.8125rem;left:0rem;display:block; }
#zw75851HalZUQTF0XPAFTT2eH1e2LTfv { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/92aa9d05-d98a-4c3d-af76-b2e43cc30d86/Untitleddesign20260311T142944092.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#zw75851HalZUQTF0XPAFTT2eH1e2LTfv.adaptive-delivery-prevent-bg, #zw75851HalZUQTF0XPAFTT2eH1e2LTfv.lazyload, #zw75851HalZUQTF0XPAFTT2eH1e2LTfv.lazyloading { background-image: none; }#zw75851HalZUQTF0XPAFTT2eH1e2LTfv > .row .container { background-color: transparent; background-image: none; }#zw75851HalZUQTF0XPAFTT2eH1e2LTfv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zw75851HalZUQTF0XPAFTT2eH1e2LTfv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zw75851HalZUQTF0XPAFTT2eH1e2LTfv > .row .container > .video-iframe-container { display: none; }#zw75851HalZUQTF0XPAFTT2eH1e2LTfv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zw75851HalZUQTF0XPAFTT2eH1e2LTfv > .row > .video-iframe-container { display: none; }#zw75851HalZUQTF0XPAFTT2eH1e2LTfv > .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); }#zw75851HalZUQTF0XPAFTT2eH1e2LTfv > .row .container { border-width: 0; border-radius: 0; }#zw75851HalZUQTF0XPAFTT2eH1e2LTfv > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#zw75851HalZUQTF0XPAFTT2eH1e2LTfv > .row .container { width:60rem;height:40.125rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#gJ4Q1UW0Jq4u00le54SXDy4XndOJP9au { color:#ffffff;display:block;width:32.3125rem;position:absolute;font-family:"roboto condensed";font-size:4.375rem;font-weight:normal;z-index:15000;line-height:1;letter-spacing:0;top:5.875rem;left:0rem;height:13.125rem;text-align:left;text-align-last:left;display:block; }
#WWzT3dDS2sB5kEDIRf1s7lbbRP4Hn0Tk { color:#ffffff;display:block;width:29.875rem;position:absolute;font-family:"roboto condensed";font-size:1.0625rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:21.4375rem;left:0rem;height:6.9043125rem;text-align:left;text-align-last:left;display:block; }
#Rw1464X8TKvpL5zMnSZG6RsBH6wlKKos { background-color:#ffc52a;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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto condensed";font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.5625rem;height:3.3125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:30rem;left:0rem;display:block; }
#fvKNq7seCWXSqmAKzlfdgmGWARq1lE50 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tr9VfvbuCPN5MHBFBpfROyW75U3PbVl4 { position:relative;display:block; }#tr9VfvbuCPN5MHBFBpfROyW75U3PbVl4 { background-color: transparent; background-image: none; }#tr9VfvbuCPN5MHBFBpfROyW75U3PbVl4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tr9VfvbuCPN5MHBFBpfROyW75U3PbVl4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tr9VfvbuCPN5MHBFBpfROyW75U3PbVl4 > .row .container > .video-iframe-container { display: none; }#tr9VfvbuCPN5MHBFBpfROyW75U3PbVl4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tr9VfvbuCPN5MHBFBpfROyW75U3PbVl4 > .row > .video-iframe-container { display: none; }#tr9VfvbuCPN5MHBFBpfROyW75U3PbVl4 > .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); }#tr9VfvbuCPN5MHBFBpfROyW75U3PbVl4 { border-width: 0; border-radius: 0; }#tr9VfvbuCPN5MHBFBpfROyW75U3PbVl4 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#tr9VfvbuCPN5MHBFBpfROyW75U3PbVl4 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:38.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#P0rGdKrmEzriOLKWPKN4CNMkcX2L6644 { color:#0d0dc8;display:block;width:29.625rem;position:absolute;font-family:"roboto condensed";font-size:2.9375rem;font-weight:400;z-index:15028;line-height:1;letter-spacing:0;top:7.4537773132325rem;left:23.8125rem;height:8.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ep9U63rCDZQE9rSUBb0wfO9Qq7ceDIZh { color:rgba(var(--color-tertiary-4),1);display:block;width:45.4375rem;position:absolute;font-family:"roboto condensed";font-size:1.0625rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:19.625rem;left:7.3125rem;height:6.9043125rem;text-align:center;text-align-last:center;display:block; }
#g852g1kqS9x8ZZbbvFf9PEEdNuLC7JSW { color:rgba(var(--color-tertiary-4),1);display:block;width:23.1875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:28.75rem;left:18.4375rem;height:1.4622375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pvMNdGnNkXkNZpuG3SBNSClP9Drgkq3R { position:absolute;display:block;z-index:15003;background-color:#f0faff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.25rem;width:60rem;top:3.8125rem;left:0rem;display:block; }
#ONnTr7ikowB7tvaRBkyscFBlZTflgeUZ { position:absolute;display:block;z-index:15032;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.9375rem;width:11.9375rem;top:5.8912763595581rem;left:9.833335876465rem;overflow:hidden;display:block; }
#DoRGeR3w9FzfsQJSKrwCUvfJ6Nwck4Rh { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/58b5a82e-9993-4c0f-b9b8-71fb95a32f94/AdobeStock_170601825.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#DoRGeR3w9FzfsQJSKrwCUvfJ6Nwck4Rh.adaptive-delivery-prevent-bg, #DoRGeR3w9FzfsQJSKrwCUvfJ6Nwck4Rh.lazyload, #DoRGeR3w9FzfsQJSKrwCUvfJ6Nwck4Rh.lazyloading { background-image: none; }#DoRGeR3w9FzfsQJSKrwCUvfJ6Nwck4Rh > .row .container { background-color: transparent; background-image: none; }#DoRGeR3w9FzfsQJSKrwCUvfJ6Nwck4Rh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.7); }#DoRGeR3w9FzfsQJSKrwCUvfJ6Nwck4Rh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DoRGeR3w9FzfsQJSKrwCUvfJ6Nwck4Rh > .row .container > .video-iframe-container { display: none; }#DoRGeR3w9FzfsQJSKrwCUvfJ6Nwck4Rh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.7); }#DoRGeR3w9FzfsQJSKrwCUvfJ6Nwck4Rh > .row > .video-iframe-container { display: none; }#DoRGeR3w9FzfsQJSKrwCUvfJ6Nwck4Rh > .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); }#DoRGeR3w9FzfsQJSKrwCUvfJ6Nwck4Rh > .row .container { border-width: 0; border-radius: 0; }#DoRGeR3w9FzfsQJSKrwCUvfJ6Nwck4Rh::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#DoRGeR3w9FzfsQJSKrwCUvfJ6Nwck4Rh > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#DoRGeR3w9FzfsQJSKrwCUvfJ6Nwck4Rh > .row .container { width:60rem;height:44.5rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#vQ7XktZV6gxakoi5c3nyzOfwyD8e5bEQ { color:#ffffff;display:block;width:60rem;position:absolute;font-family:"roboto condensed";font-size:4.375rem;font-weight:normal;z-index:15000;line-height:1;letter-spacing:0;top:10.4375rem;left:0rem;height:8.75rem;text-align:center;text-align-last:center;display:block; }
#RsJrcLINVIZTLp6BceGM9byNwnni3HlK { color:#ffffff;display:block;width:44.0625rem;position:absolute;font-family:"roboto condensed";font-size:1.25rem;font-weight:300;z-index:15032;line-height:1.3;letter-spacing:0;top:7.328125rem;left:7.96875rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AvDzq1pIuPFETXPU5GzbFm9ymfwwn1pk { color:#ffffff;display:block;width:42.25rem;position:absolute;font-family:"roboto condensed";font-size:1.125rem;font-weight:300;z-index:15036;line-height:1.3;letter-spacing:0;top:23rem;left:8.875rem;height:5.84895625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#H3uBg9hAkVzzDqfenMp3y1FEPr1ZLxzl { color:#ffffff;display:block;width:22.8125rem;position:absolute;font-family:"roboto condensed";font-size:1.0625rem;font-weight:300;z-index:15037;line-height:1;letter-spacing:0;top:30.875rem;left:18.59375rem;height:1.0625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#gX4PKkaEEnD7ZFSo9WKsORNsxC8mL5kl { background-color:#ffc52a;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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto condensed";font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.5625rem;height:3.3125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:34.3125rem;left:20.218751907349rem;display:block; }
#VrqQOouOXtF6nWp7ZqWc2do6eeqbzMvE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ELZs991I7yThaq1shRHVNa72Ldgdk9ht { color:#ffffff;display:block;width:60rem;position:absolute;font-family:"roboto condensed";font-size:4.375rem;font-weight:normal;z-index:15001;line-height:1;letter-spacing:0;top:19.1875rem;left:0rem;height:0;text-align:center;text-align-last:center;display:none; }
#etfaeaOhKrRQrSBR2dI65ZJ8sNVZiHwX { position:relative;display:block; }#etfaeaOhKrRQrSBR2dI65ZJ8sNVZiHwX { background-color: transparent; background-image: none; }#etfaeaOhKrRQrSBR2dI65ZJ8sNVZiHwX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#etfaeaOhKrRQrSBR2dI65ZJ8sNVZiHwX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#etfaeaOhKrRQrSBR2dI65ZJ8sNVZiHwX > .row .container > .video-iframe-container { display: none; }#etfaeaOhKrRQrSBR2dI65ZJ8sNVZiHwX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#etfaeaOhKrRQrSBR2dI65ZJ8sNVZiHwX > .row > .video-iframe-container { display: none; }#etfaeaOhKrRQrSBR2dI65ZJ8sNVZiHwX > .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); }#etfaeaOhKrRQrSBR2dI65ZJ8sNVZiHwX { border-width: 0; border-radius: 0; }#etfaeaOhKrRQrSBR2dI65ZJ8sNVZiHwX > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#etfaeaOhKrRQrSBR2dI65ZJ8sNVZiHwX > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:32.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Oo2VQtIwnTsaLkJGZiXbpOavgg648hoy { color:#0d0dc8;display:block;width:42.875rem;position:absolute;font-family:"roboto condensed";font-size:2.9375rem;font-weight:400;z-index:15028;line-height:1;letter-spacing:0;top:7.3906269073488rem;left:8.5625rem;height:5.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vcBhBB87PxXh3JJCrzWgO4RUra4HWWkB { color:rgba(var(--color-tertiary-4),1);display:block;width:45.4375rem;position:absolute;font-family:"roboto condensed";font-size:1.0625rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:16.329426765442rem;left:7.28125rem;height:4.142575rem;text-align:center;text-align-last:center;display:block; }
#b7uBDft6GTUeTzPEAvIBp9WTgdVVm8uT { color:rgba(var(--color-tertiary-4),1);display:block;width:23.1875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:22.455728530884rem;left:18.40625rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Dzcl1XG0yMNTxfrSSluva8mQHZ1tKtyy { position:absolute;display:block;z-index:15003;background-color:#f0faff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.6875rem;width:60rem;top:3.8125rem;left:0rem;display:block; }
#s8CaEqRpcEy4cLcLZd5oUnEHaF64bz04 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3c0db637-2b0a-4696-b9dd-9fd1f42f4793/AdobeStock_536260908.jpeg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#s8CaEqRpcEy4cLcLZd5oUnEHaF64bz04.adaptive-delivery-prevent-bg, #s8CaEqRpcEy4cLcLZd5oUnEHaF64bz04.lazyload, #s8CaEqRpcEy4cLcLZd5oUnEHaF64bz04.lazyloading { background-image: none; }#s8CaEqRpcEy4cLcLZd5oUnEHaF64bz04 > .row .container { background-color: transparent; background-image: none; }#s8CaEqRpcEy4cLcLZd5oUnEHaF64bz04::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.54); }#s8CaEqRpcEy4cLcLZd5oUnEHaF64bz04 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s8CaEqRpcEy4cLcLZd5oUnEHaF64bz04 > .row .container > .video-iframe-container { display: none; }#s8CaEqRpcEy4cLcLZd5oUnEHaF64bz04 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.54); }#s8CaEqRpcEy4cLcLZd5oUnEHaF64bz04 > .row > .video-iframe-container { display: none; }#s8CaEqRpcEy4cLcLZd5oUnEHaF64bz04 > .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); }#s8CaEqRpcEy4cLcLZd5oUnEHaF64bz04 > .row .container { border-width: 0; border-radius: 0; }#s8CaEqRpcEy4cLcLZd5oUnEHaF64bz04::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#s8CaEqRpcEy4cLcLZd5oUnEHaF64bz04 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#s8CaEqRpcEy4cLcLZd5oUnEHaF64bz04 > .row .container { width:60rem;height:47.125rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#WBZxDhv4XVzLJOWXoEOFd92cwp4vn5wi { color:#ffffff;display:block;width:39.1875rem;position:absolute;font-family:"roboto condensed";font-size:4.375rem;font-weight:normal;z-index:15000;line-height:1;letter-spacing:0;top:11.125rem;left:0rem;height:13.125rem;text-align:left;text-align-last:left;display:block; }
#I8xgIpT4wyw4zKsacCm8Us639OvE8g3u { color:#fafafa;display:block;width:31.9375rem;position:absolute;font-family:"roboto condensed";font-size:1.1875rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:27.05078125rem;left:0rem;height:6.17448125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GmPqDTVCvJqVleAmNtycPRO2n5191RRP { background-color:#ffc52a;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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto condensed";font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.5625rem;height:3.3125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:34.874351501465rem;left:0rem;display:block; }
#SWxmgCmpQ8i1tXPwWwZlNTleEXAPgbFG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zUlJcLcw0S2sDngXIOk7qs0MzipCy5aH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#zUlJcLcw0S2sDngXIOk7qs0MzipCy5aH > .row .container { background-color: transparent; background-image: none; }#zUlJcLcw0S2sDngXIOk7qs0MzipCy5aH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zUlJcLcw0S2sDngXIOk7qs0MzipCy5aH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zUlJcLcw0S2sDngXIOk7qs0MzipCy5aH > .row .container > .video-iframe-container { display: none; }#zUlJcLcw0S2sDngXIOk7qs0MzipCy5aH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zUlJcLcw0S2sDngXIOk7qs0MzipCy5aH > .row > .video-iframe-container { display: none; }#zUlJcLcw0S2sDngXIOk7qs0MzipCy5aH > .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); }#zUlJcLcw0S2sDngXIOk7qs0MzipCy5aH > .row .container { border-width: 0; border-radius: 0; }#zUlJcLcw0S2sDngXIOk7qs0MzipCy5aH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zUlJcLcw0S2sDngXIOk7qs0MzipCy5aH > .row .container { font-size:0.875rem;font-family:arial;height:36.8125rem;width:60rem;position:relative;display:block; }#zaxfe9TL9S3hVT2mOXQio5DQgiRTRdid { position:absolute;display:block;z-index:15001;background-color:#0d0dc8;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.875rem;width:15.4375rem;top:19.5625rem;left:0rem;display:block; }
#tulQMKoDEbETxO8gdakVx5kSBfxbkPZq { color:#ffffff;display:block;width:13.625rem;position:absolute;font-family:"roboto condensed";font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:21.0625rem;left:0.90625rem;height:1.625rem;font-style:normal;display:block; }
#lTW7ut5bqS6rnnhEknUuy5pqJFDfSQFH { color:#ffc52a;display:block;width:13.4375rem;position:absolute;font-family:"roboto condensed";font-size:1.25rem;font-weight:400;z-index:15040;line-height:1;letter-spacing:0;top:24.125rem;left:0.90625rem;height:5rem;font-style:normal;display:block; }
#ufXEhbbE0JGrLCdHzedFiIwuJSH7oXR0 { position:absolute;display:block;z-index:15046;background-color:#f0faff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.3125rem;width:44.625rem;top:4.3125rem;left:15.25rem;display:block; }
#ZZLQWzwEJkr9dvTzkesZdaqDfEcJ1keZ { color:#000000;display:block;width:36rem;position:absolute;font-family:"roboto condensed";font-size:1.0625rem;font-weight:400;z-index:15048;line-height:1.1;letter-spacing:0;top:10.125rem;left:19.562500476837rem;height:19.8665125rem;font-style:normal;display:block; }
#SSkMAFfEa3k5iVAOTIXXuDHqSuwITCZ0 { 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:15.3125rem;width:15.3125rem;top:4.3125rem;left:0rem;overflow:hidden;display:block; }
#EkLlei26rEWXwuLOnvIIAyeXzvcGUtLp { position:absolute;display:block;z-index:15020;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:1.25rem;width:6.625rem;top:11.895833015442rem;left:25.104166507721rem;overflow:hidden;display:block; }
#GmibdiuuS0HJgfIgl4G68glgDxeP8dZt { color:#000000;display:block;width:36rem;position:absolute;font-family:"roboto condensed";font-size:1.3125rem;font-weight:400;z-index:15049;line-height:1.1;letter-spacing:0;top:7.0625rem;left:19.562500476837rem;height:1.4433625rem;font-style:normal;display:block; }
#IJqoEswltOTsuWwuWbRmWx31uG5zByTE { background-color:#000000;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#IJqoEswltOTsuWwuWbRmWx31uG5zByTE > .row .container { background-color: transparent; background-image: none; }#IJqoEswltOTsuWwuWbRmWx31uG5zByTE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IJqoEswltOTsuWwuWbRmWx31uG5zByTE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IJqoEswltOTsuWwuWbRmWx31uG5zByTE > .row .container > .video-iframe-container { display: none; }#IJqoEswltOTsuWwuWbRmWx31uG5zByTE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IJqoEswltOTsuWwuWbRmWx31uG5zByTE > .row > .video-iframe-container { display: none; }#IJqoEswltOTsuWwuWbRmWx31uG5zByTE > .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); }#IJqoEswltOTsuWwuWbRmWx31uG5zByTE > .row .container { border-width: 0; border-radius: 0; }#IJqoEswltOTsuWwuWbRmWx31uG5zByTE > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#IJqoEswltOTsuWwuWbRmWx31uG5zByTE > .row .container { font-size:0.875rem;font-family:arial;height:6.5rem;width:60rem;overflow:visible;position:relative;display:block; }#Xr6voTJKMOKmTbRzJamvAygrtcckZ2VN { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:14.75rem;top:1.9375rem;left:0.875rem;overflow:hidden;display:block; }
#bP0B1Q4GQhhemuMfBHUxT6eTQPMrhDgu { background-color:#ffc52a;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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto condensed";font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.5625rem;height:3.3125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:1.59375rem;left:37.25rem;display:block; }
#T5soaepLfO2InSMpr6hJVFCGrTTSh9vr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo { display:block; }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OGT9rGHpodEF3rwDx5tpcrsrke85zhCg { top:18.4375rem;left:0rem;width:17.5rem;height:4.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqMooDHRC9wuTu8coV1E3pJwcN34G2uW { top:1rem;left:15.562501907349rem;width:16.625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0pZ4o2ZbJXCqBRTxvaURLk7AxQTbPMP { top:26.375rem;left:0rem;width:19.25rem;height:23.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AX97bXd53WDxT6aBO5dB9SkcCWntAt4u { width:16.375rem;height:3.3125rem;top:45rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbEB6E5rIxeKfkJ0n7Gh7KAvcWcN4LQ4 { display:block; }
 }@media only screen and (max-width: 763px) { #KiBqTuSzpVZuxCxLbU8IQT03wHWLQd9n { top:36rem;left:0rem;width:15.8125rem;height:7.75rem;font-size:0.8125rem;display:block; }#KiBqTuSzpVZuxCxLbU8IQT03wHWLQd9n li:before{  }
 }@media only screen and (max-width: 763px) { #ymfphelWwMkr23a28l9hEopDFdVMI15H { top:14.0625rem;left:0rem;width:19.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUIsGQW2qsflytsH4hiwuieqihb2QIGV { top:15.0625rem;left:0rem;width:6.625rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zzz57CzsorHMbSWT2XJnHI1XCZi0zGvE { width:12.3125rem;height:1.1875rem;top:24.0625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBOqI1XC43Et3nv12JM7lZap89gSlFK1 { top:27.625rem;left:0rem;width:16.75rem;height:7.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UknHGqNVlk2qu8IPJTO6A43LbGT87ogE { top:18.4375rem;left:0rem;width:17.5rem;height:4.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t89erh8gaqpG3wRHMGTW0TGlboDcmU4z { top:14.0625rem;left:0rem;width:19.25rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7VvTtdHOsU4Pr1IZeNgwWv5zNPF1CBO { width:12.3125rem;height:1.1875rem;top:24.0625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5a2usVKKC9Mz4Acpv3PZNDk3XwGNd59 { display:none; }#K5a2usVKKC9Mz4Acpv3PZNDk3XwGNd59 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FipoUv8a8ILELqfct5FQbaixr9tarw1M { top:18.4375rem;left:0rem;width:17.5rem;height:4.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQZtOlGp7XuMbgdC6UA8ytUp2dr8OEmp { top:1rem;left:15.562501907349rem;width:16.625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDN1hIda4yvolt0gwfTUNImfD6uWTS9S { top:26.375rem;left:0rem;width:21.625rem;height:19.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qd6BBz8LPbTwRvh3f2VqyAEbVmZxrBSg { width:19.3125rem;height:3.3125rem;top:41.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKWc60frztBD19M0dK363cmVO4ST0WTx { display:block; }
 }@media only screen and (max-width: 763px) { #EOqGWX710mir9uTgwPMTUgldPSJHPbFr { top:34.5rem;left:0rem;width:19.75rem;height:5.0625rem;font-size:0.8125rem;display:block; }#EOqGWX710mir9uTgwPMTUgldPSJHPbFr li:before{  }
 }@media only screen and (max-width: 763px) { #sEEk1DNxR5dM8p7NKX5CneTOVauTy9DI { top:14.0625rem;left:0rem;width:21.625rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWh6Tl80uTV3MdB4E2pgrKnqxxGNo1mO { top:15.0625rem;left:0rem;width:6.625rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGUERb91euOdzsKu8vvpB5MvZM0693Tq { width:12.3125rem;height:1.1875rem;top:24.0625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkO645xzti2mhqh1Xt7zsyU6ZZUTXVso { top:27.625rem;left:0rem;width:19.75rem;height:5.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nf6S0MciZFKQQWeGT8VBRXITRFlMAMXu { top:14.0625rem;left:0rem;width:21.625rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7CyBBH4ZOCzhMwQtWUsmwmMCGgLLG7N { top:18.4375rem;left:0rem;width:17.5rem;height:4.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eaU8MPMrCE7X5RTdNsUlT4gW7IOfcxad { width:12.3125rem;height:1.1875rem;top:24.0625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzP18Td3aDmAHBb4oxSRyv4BWXNPwo4Z { display:none; }#FzP18Td3aDmAHBb4oxSRyv4BWXNPwo4Z > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vtqCIOtNcL9BseIxQZn4gwJyGoSix4Gc { top:1rem;left:15.562501907349rem;width:16.625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOUyRk3XCbbkb0l14TRdFoV5di1Qyxm3 { width:19.3125rem;height:3.3125rem;top:41.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTeWI8nsVBM1Hv1Ez9PNRw3bRLZeJgur { display:block; }
 }@media only screen and (max-width: 763px) { #SBaU7HpCPp5MwvcJlcM3VxfavVEEP9Tx { top:34.5rem;left:0rem;width:19.75rem;height:5.0625rem;font-size:1.125rem;display:block; }#SBaU7HpCPp5MwvcJlcM3VxfavVEEP9Tx li:before{  }
 }@media only screen and (max-width: 763px) { #qTEUd0ERWRfdUMJseekFvQgm422SSreG { top:14.0625rem;left:0rem;width:21.625rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dh4MxQcI2VLmk1gQdmifIcQWVJ2ra5P4 { top:15.0625rem;left:0rem;width:6.625rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KnJLFwAc1gRJ56qTeVsQIHHGE8WgeBBg { top:27.625rem;left:0rem;width:19.75rem;height:5.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cb0qmgz5SnDF5AaOK3KDXStEcpkQfIpz { display:block; }#Cb0qmgz5SnDF5AaOK3KDXStEcpkQfIpz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PeDDn8Ww54fSxn1L0l37DiCz3maE088Q { width:35.75rem;height:5.625rem;top:11.375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5yCWnbXmAhFOClUEO9qvAJaJJIAl0J4 { top:19.875rem;left:0rem;width:38.3125rem;height:22.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jolt6hhhyvTgxmREnTxe7TtW02tmuzTu { top:44.4375rem;left:0.6875rem;width:23.1875rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vr6xdLTzboOweB10KwNFTITA4pDs7ECO { top:3.8125rem;left:0rem;width:47.75rem;height:45.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #soiJpUcTdafVSbzEBg8axi7GnRrqd7Vf { width:25.9375rem;height:1.9375rem;top:7.125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKhaBu2fzxNVXLP7CHeTaUzIbyTBEu7C { top:9.75rem;left:4.0104179382324rem;width:8.875rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee { display:block; }#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oN3698tMHLnCCgTVHnewdPf39eG6Rhyy { top:5.25rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHRbtlOpRhWSfGfWgG45Sx2eWC7EaItq { top:3rem;left:0rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVfI2fiZ3nh0M6gAbsXJO03AygrZn11c { top:3rem;left:0rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TB7txpJeFWOTh8Cc8XCu2NKxwvZmNbpS { top:3rem;left:0.3125rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxhKUp6ukVq6EuZ6Du9rfvnlAz57LVKr { top:4rem;left:0rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4inSU6QGSOg1Khmr4ORiT6TFdHaAXHa { top:4rem;left:0rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x56N8TzVeCrR05meZaLCbnJTT7Vttvzp { top:4rem;left:0.3125rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDtOWK7FN9KqFZwdBqteefPDxXFk6REB { top:3rem;left:1.6875rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KB1NxBVyGQ04zKWNRpnzRhOvtDlJadyP { top:4rem;left:1.6875rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHXRTH2hu2ohT5h8b8EZiXVCLZ7mnWPW { top:13.5625rem;left:3.5625rem;width:42.375rem;height:26.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzKTN7WQI5LgffdJ5uk7mCBLE76daxcR { top:9.4375rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jl4I89vH5dgo94dC6tZKZ68IFUEtaETR { width:19.5625rem;height:3.3125rem;top:43.5625rem;left:14.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNb578acuTFfXrtv0pGSF2RH58TiQsT2 { display:block; }
 }@media only screen and (max-width: 763px) { #RNzdCqRPXygRTSM2gekmgvMSceu7x83w { display:block; }#RNzdCqRPXygRTSM2gekmgvMSceu7x83w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HIMOtR3V0yTXyHaiKOheCu32bUTDcrJn { top:35.5rem;left:0rem;width:35.6875rem;height:4.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDx7hiZhb8P9m9fiHn2qH6UG5eu1Wo8D { top:10.5625rem;left:0rem;width:40.875rem;height:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBpvkpTmwG4XoTvstNoE2WksuZEiQrKh { top:42.5625rem;left:0rem;width:40.8125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCvNOfLOxbnFT5XtQly17rJcqKemQBZo { top:5.625rem;left:23.875rem;width:10.9375rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9PhZDXGsSq6H6fACP263LPCpGNC38Lm { top:5.6875rem;left:10.25rem;width:13.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyensfatQVR0mUZVBc5Cxk0k8EFTGb5U { width:3.875rem;height:4.25rem;top:3.75rem;left:20rem;font-size:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvyhSQMZ9hS7w5Q7wtSq1g27Aabkr5bK { width:19.5625rem;height:3.3125rem;top:47.125rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDUWlMriaeKsdLbH4n1CgR6sbozTCSpa { display:block; }
 }@media only screen and (max-width: 763px) { #HlMGXBItUK5dusmu2J7Hz8AbbOBrTyVz { display:block; }#HlMGXBItUK5dusmu2J7Hz8AbbOBrTyVz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sAdBwA79CmytUhFRzwLqi8nIh7SdGDbb { top:5.5rem;left:0rem;width:38.0625rem;height:7.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kAXbK7r4BIXAgkReTat2WBhUJfMvCIJJ { top:14.4375rem;left:0rem;width:31.9375rem;height:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBRgOA6Kq6bZOOGwV9ckompGGrLznxTF { display:block; }#vBRgOA6Kq6bZOOGwV9ckompGGrLznxTF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XXH8yVATFUMpLa842iDN4qT8aWu8IOb0 { width:47.75rem;height:5.875rem;top:7.4375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrfHbFJlXBTP0TqDkilQqHX61dpo12u5 { top:16.3125rem;left:0rem;width:45.4375rem;height:9.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bt8JT5fpZ49hGCLq2arNU0LHUn33M51X { top:28.125rem;left:0.6875rem;width:23.1875rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8zPGfPKVVFS5ytCq5h4s76DOZZWxt1J { top:3.8125rem;left:0rem;width:47.75rem;height:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zw75851HalZUQTF0XPAFTT2eH1e2LTfv { display:block; }#zw75851HalZUQTF0XPAFTT2eH1e2LTfv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gJ4Q1UW0Jq4u00le54SXDy4XndOJP9au { width:32.3125rem;height:13.125rem;top:5.875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWzT3dDS2sB5kEDIRf1s7lbbRP4Hn0Tk { top:21.4375rem;left:0rem;width:29.875rem;height:6.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rw1464X8TKvpL5zMnSZG6RsBH6wlKKos { width:19.5625rem;height:3.3125rem;top:30rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvKNq7seCWXSqmAKzlfdgmGWARq1lE50 { display:block; }
 }@media only screen and (max-width: 763px) { #tr9VfvbuCPN5MHBFBpfROyW75U3PbVl4 { display:block; }#tr9VfvbuCPN5MHBFBpfROyW75U3PbVl4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P0rGdKrmEzriOLKWPKN4CNMkcX2L6644 { width:29.625rem;height:8.8125rem;top:7.4375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ep9U63rCDZQE9rSUBb0wfO9Qq7ceDIZh { top:19.625rem;left:0rem;width:45.4375rem;height:6.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g852g1kqS9x8ZZbbvFf9PEEdNuLC7JSW { top:28.75rem;left:0.6875rem;width:23.1875rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvMNdGnNkXkNZpuG3SBNSClP9Drgkq3R { top:3.8125rem;left:0rem;width:47.75rem;height:29.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONnTr7ikowB7tvaRBkyscFBlZTflgeUZ { top:5.875rem;left:6.770835876465rem;width:11.9375rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoRGeR3w9FzfsQJSKrwCUvfJ6Nwck4Rh { display:block; }#DoRGeR3w9FzfsQJSKrwCUvfJ6Nwck4Rh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vQ7XktZV6gxakoi5c3nyzOfwyD8e5bEQ { width:47.75rem;height:8.75rem;top:10.4375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #RsJrcLINVIZTLp6BceGM9byNwnni3HlK { top:7.3125rem;left:1.84375rem;width:44.0625rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvDzq1pIuPFETXPU5GzbFm9ymfwwn1pk { width:42.25rem;height:5.8125rem;top:23rem;left:2.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3uBg9hAkVzzDqfenMp3y1FEPr1ZLxzl { width:22.8125rem;height:1.0625rem;top:30.875rem;left:12.46875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gX4PKkaEEnD7ZFSo9WKsORNsxC8mL5kl { width:19.5625rem;height:3.3125rem;top:34.3125rem;left:14.093751907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrqQOouOXtF6nWp7ZqWc2do6eeqbzMvE { display:block; }
 }@media only screen and (max-width: 763px) { #ELZs991I7yThaq1shRHVNa72Ldgdk9ht { width:47.75rem;height:13.125rem;top:19.1875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #etfaeaOhKrRQrSBR2dI65ZJ8sNVZiHwX { display:block; }#etfaeaOhKrRQrSBR2dI65ZJ8sNVZiHwX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Oo2VQtIwnTsaLkJGZiXbpOavgg648hoy { width:42.875rem;height:5.875rem;top:7.375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcBhBB87PxXh3JJCrzWgO4RUra4HWWkB { top:16.3125rem;left:0rem;width:45.4375rem;height:4.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7uBDft6GTUeTzPEAvIBp9WTgdVVm8uT { top:22.4375rem;left:0.6875rem;width:23.1875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dzcl1XG0yMNTxfrSSluva8mQHZ1tKtyy { top:3.8125rem;left:0rem;width:47.75rem;height:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8CaEqRpcEy4cLcLZd5oUnEHaF64bz04 { display:block; }#s8CaEqRpcEy4cLcLZd5oUnEHaF64bz04 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WBZxDhv4XVzLJOWXoEOFd92cwp4vn5wi { width:39.1875rem;height:13.125rem;top:11.125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8xgIpT4wyw4zKsacCm8Us639OvE8g3u { top:27rem;left:0rem;width:31.9375rem;height:6.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmPqDTVCvJqVleAmNtycPRO2n5191RRP { width:19.5625rem;height:3.3125rem;top:34.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWxmgCmpQ8i1tXPwWwZlNTleEXAPgbFG { display:block; }
 }@media only screen and (max-width: 763px) { #zUlJcLcw0S2sDngXIOk7qs0MzipCy5aH { display:block; }#zUlJcLcw0S2sDngXIOk7qs0MzipCy5aH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zaxfe9TL9S3hVT2mOXQio5DQgiRTRdid { width:15.4375rem;height:11.875rem;top:19.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tulQMKoDEbETxO8gdakVx5kSBfxbkPZq { width:13.625rem;height:1.625rem;top:21.0625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTW7ut5bqS6rnnhEknUuy5pqJFDfSQFH { width:13.4375rem;height:5rem;top:24.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufXEhbbE0JGrLCdHzedFiIwuJSH7oXR0 { width:44.625rem;height:27.3125rem;top:4.3125rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZLQWzwEJkr9dvTzkesZdaqDfEcJ1keZ { width:36rem;height:19.8125rem;top:10.125rem;left:11.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSkMAFfEa3k5iVAOTIXXuDHqSuwITCZ0 { width:15.3125rem;height:15.3125rem;top:4.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkLlei26rEWXwuLOnvIIAyeXzvcGUtLp { top:12.5rem;left:19.604166507721rem;width:6.625rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmibdiuuS0HJgfIgl4G68glgDxeP8dZt { width:36rem;height:1.4375rem;top:7.0625rem;left:11.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJqoEswltOTsuWwuWbRmWx31uG5zByTE { display:block; }#IJqoEswltOTsuWwuWbRmWx31uG5zByTE > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xr6voTJKMOKmTbRzJamvAygrtcckZ2VN { top:1.9375rem;left:0rem;width:14.75rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bP0B1Q4GQhhemuMfBHUxT6eTQPMrhDgu { width:19.5625rem;height:3.3125rem;top:1.5625rem;left:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5soaepLfO2InSMpr6hJVFCGrTTSh9vr { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo { background-color:rgba(240,250,255,0.46);background-image:url("https://images.assets-landingi.com/uc/7d78c755-7302-4cd2-b0c0-7d2748470d3c/11373727262.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo.adaptive-delivery-prevent-bg, #mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo.lazyload, #mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo.lazyloading { background-image: none; }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo > .row .container { background-color: transparent; background-image: none; }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo > .row .container > .video-iframe-container { display: none; }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo > .row > .video-iframe-container { display: none; }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo > .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); }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo > .row .container { width:20rem;height:23rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OGT9rGHpodEF3rwDx5tpcrsrke85zhCg { width:17.0625rem;height:0;top:9.3125rem;left:1.5rem;font-size:1.375rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #eqMooDHRC9wuTu8coV1E3pJwcN34G2uW { width:8.6875rem;height:1.5625rem;top:0.9375rem;left:5.6562501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0pZ4o2ZbJXCqBRTxvaURLk7AxQTbPMP { width:20rem;height:20.8125rem;top:16.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #AX97bXd53WDxT6aBO5dB9SkcCWntAt4u { width:17.5rem;height:2.9375rem;top:33.375rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #mbEB6E5rIxeKfkJ0n7Gh7KAvcWcN4LQ4 { display:block; }
 }@media only screen and (max-width: 763px) { #KiBqTuSzpVZuxCxLbU8IQT03wHWLQd9n { width:17.875rem;height:0;top:25.0625rem;left:1.0625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:none; }#KiBqTuSzpVZuxCxLbU8IQT03wHWLQd9n li:before{  }
 }@media only screen and (max-width: 763px) { #ymfphelWwMkr23a28l9hEopDFdVMI15H { width:20rem;height:3.25rem;top:4.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #EUIsGQW2qsflytsH4hiwuieqihb2QIGV { width:6.625rem;height:1.25rem;top:5.5625rem;left:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Zzz57CzsorHMbSWT2XJnHI1XCZi0zGvE { width:12.3125rem;height:0;top:14.5625rem;left:1.5rem;text-align:left;text-align-last:left;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LBOqI1XC43Et3nv12JM7lZap89gSlFK1 { width:18.1875rem;height:0;top:18.0625rem;left:0.9375rem;font-size:1.25rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #UknHGqNVlk2qu8IPJTO6A43LbGT87ogE { width:17.0625rem;height:0;top:13.668620109558rem;left:1.4687501192093rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #t89erh8gaqpG3wRHMGTW0TGlboDcmU4z { width:20rem;height:5.25rem;top:12.6875rem;left:0rem;background-color:rgba(13,13,200,0.55);background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #T7VvTtdHOsU4Pr1IZeNgwWv5zNPF1CBO { width:7.5625rem;height:0;top:16.25rem;left:1.4687501192093rem;text-align:left;text-align-last:left;font-size:0.9375rem;color:rgba(13,13,200,0.64);display:none; }
 }@media only screen and (max-width: 763px) { #K5a2usVKKC9Mz4Acpv3PZNDk3XwGNd59 { background-color:#0d0dc8;background-image:none;display:block; }#K5a2usVKKC9Mz4Acpv3PZNDk3XwGNd59 > .row .container { background-color: transparent; background-image: none; }#K5a2usVKKC9Mz4Acpv3PZNDk3XwGNd59::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K5a2usVKKC9Mz4Acpv3PZNDk3XwGNd59 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K5a2usVKKC9Mz4Acpv3PZNDk3XwGNd59 > .row .container > .video-iframe-container { display: none; }#K5a2usVKKC9Mz4Acpv3PZNDk3XwGNd59 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K5a2usVKKC9Mz4Acpv3PZNDk3XwGNd59 > .row > .video-iframe-container { display: none; }#K5a2usVKKC9Mz4Acpv3PZNDk3XwGNd59 > .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); }#K5a2usVKKC9Mz4Acpv3PZNDk3XwGNd59 > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FipoUv8a8ILELqfct5FQbaixr9tarw1M { width:17.0625rem;height:0;top:9.3125rem;left:1.5rem;font-size:1.375rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #bQZtOlGp7XuMbgdC6UA8ytUp2dr8OEmp { width:6.5625rem;height:1.25rem;top:1.0625rem;left:1.4687501192093rem;display:none; }
 }@media only screen and (max-width: 763px) { #NDN1hIda4yvolt0gwfTUNImfD6uWTS9S { width:20rem;height:20.8125rem;top:16.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qd6BBz8LPbTwRvh3f2VqyAEbVmZxrBSg { width:17.5rem;height:2.9375rem;top:33.375rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #SKWc60frztBD19M0dK363cmVO4ST0WTx { display:block; }
 }@media only screen and (max-width: 763px) { #EOqGWX710mir9uTgwPMTUgldPSJHPbFr { width:17.875rem;height:0;top:25.0625rem;left:1.0625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:none; }#EOqGWX710mir9uTgwPMTUgldPSJHPbFr li:before{  }
 }@media only screen and (max-width: 763px) { #sEEk1DNxR5dM8p7NKX5CneTOVauTy9DI { width:20rem;height:3.25rem;top:4.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #SWh6Tl80uTV3MdB4E2pgrKnqxxGNo1mO { width:6.625rem;height:1.25rem;top:5.5625rem;left:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UGUERb91euOdzsKu8vvpB5MvZM0693Tq { width:12.3125rem;height:0;top:14.5625rem;left:1.5rem;text-align:left;text-align-last:left;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TkO645xzti2mhqh1Xt7zsyU6ZZUTXVso { width:18.1875rem;height:0;top:18.0625rem;left:0.9375rem;font-size:1.25rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #nf6S0MciZFKQQWeGT8VBRXITRFlMAMXu { width:20rem;height:8.875rem;top:8.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #K7CyBBH4ZOCzhMwQtWUsmwmMCGgLLG7N { width:20rem;height:4.5371125rem;top:0.98112106323244rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eaU8MPMrCE7X5RTdNsUlT4gW7IOfcxad { width:11.5rem;height:1.0625rem;top:6.1875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;color:rgba(255,255,255,0.68);z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #FzP18Td3aDmAHBb4oxSRyv4BWXNPwo4Z { background-color:transparent;background-image:none;display:block; }#FzP18Td3aDmAHBb4oxSRyv4BWXNPwo4Z > .row .container { background-color: transparent; background-image: none; }#FzP18Td3aDmAHBb4oxSRyv4BWXNPwo4Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FzP18Td3aDmAHBb4oxSRyv4BWXNPwo4Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FzP18Td3aDmAHBb4oxSRyv4BWXNPwo4Z > .row .container > .video-iframe-container { display: none; }#FzP18Td3aDmAHBb4oxSRyv4BWXNPwo4Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FzP18Td3aDmAHBb4oxSRyv4BWXNPwo4Z > .row > .video-iframe-container { display: none; }#FzP18Td3aDmAHBb4oxSRyv4BWXNPwo4Z > .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); }#FzP18Td3aDmAHBb4oxSRyv4BWXNPwo4Z > .row .container { width:20rem;height:28.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vtqCIOtNcL9BseIxQZn4gwJyGoSix4Gc { width:6.5625rem;height:1.25rem;top:1.5625rem;left:6.7187501192094rem;display:none; }
 }@media only screen and (max-width: 763px) { #NOUyRk3XCbbkb0l14TRdFoV5di1Qyxm3 { width:17.5rem;height:2.9375rem;top:25.1875rem;left:1.2500001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTeWI8nsVBM1Hv1Ez9PNRw3bRLZeJgur { display:block; }
 }@media only screen and (max-width: 763px) { #SBaU7HpCPp5MwvcJlcM3VxfavVEEP9Tx { width:20rem;height:10.5208125rem;top:12.5625rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#SBaU7HpCPp5MwvcJlcM3VxfavVEEP9Tx li:before{  }
 }@media only screen and (max-width: 763px) { #qTEUd0ERWRfdUMJseekFvQgm422SSreG { width:20rem;height:3.25rem;top:4.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Dh4MxQcI2VLmk1gQdmifIcQWVJ2ra5P4 { width:6.625rem;height:1.25rem;top:5.5625rem;left:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KnJLFwAc1gRJ56qTeVsQIHHGE8WgeBBg { width:20rem;height:8.2486875rem;top:2.375rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Cb0qmgz5SnDF5AaOK3KDXStEcpkQfIpz { display:block; }#Cb0qmgz5SnDF5AaOK3KDXStEcpkQfIpz > .row .container { width:20rem;height:81.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PeDDn8Ww54fSxn1L0l37DiCz3maE088Q { width:17.125rem;height:4.875rem;top:8.125rem;left:1.4375001192093rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5yCWnbXmAhFOClUEO9qvAJaJJIAl0J4 { width:17.3125rem;height:47.00525625rem;top:25.3125rem;left:1.3437501192093rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jolt6hhhyvTgxmREnTxe7TtW02tmuzTu { width:20rem;height:1.29948125rem;top:74.143230438231rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vr6xdLTzboOweB10KwNFTITA4pDs7ECO { width:20rem;height:74rem;top:3.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #soiJpUcTdafVSbzEBg8axi7GnRrqd7Vf { width:20rem;height:1.375rem;top:5.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKhaBu2fzxNVXLP7CHeTaUzIbyTBEu7C { width:8.875rem;height:8.875rem;top:14.531901359558rem;left:5.5625001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/70b8ac2d-3f2f-44aa-beeb-922acec6c473/AdobeStock_3305134402.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee.adaptive-delivery-prevent-bg, #CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee.lazyload, #CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee.lazyloading { background-image: none; }#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee > .row .container { background-color: transparent; background-image: none; }#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.62); }#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee > .row .container > .video-iframe-container { display: none; }#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.62); }#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee > .row > .video-iframe-container { display: none; }#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee > .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); }#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee > .row .container { width:20rem;height:86.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oN3698tMHLnCCgTVHnewdPf39eG6Rhyy { width:20rem;height:2.19986875rem;top:5.6875rem;left:0rem;font-size:2rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #lHRbtlOpRhWSfGfWgG45Sx2eWC7EaItq { width:0.4375rem;height:0.4375rem;top:1.6875rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVfI2fiZ3nh0M6gAbsXJO03AygrZn11c { width:0.4375rem;height:0.4375rem;top:2.625rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TB7txpJeFWOTh8Cc8XCu2NKxwvZmNbpS { width:0.4375rem;height:0.4375rem;top:1.6875rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxhKUp6ukVq6EuZ6Du9rfvnlAz57LVKr { width:0.4375rem;height:0.4375rem;top:1.6875rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4inSU6QGSOg1Khmr4ORiT6TFdHaAXHa { width:0.4375rem;height:0.4375rem;top:2.625rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x56N8TzVeCrR05meZaLCbnJTT7Vttvzp { width:0.4375rem;height:0.4375rem;top:1.6875rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDtOWK7FN9KqFZwdBqteefPDxXFk6REB { width:0.4375rem;height:0.4375rem;top:2.625rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KB1NxBVyGQ04zKWNRpnzRhOvtDlJadyP { width:0.4375rem;height:0.4375rem;top:2.625rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHXRTH2hu2ohT5h8b8EZiXVCLZ7mnWPW { width:20rem;height:61.84900625rem;top:13.375rem;left:0rem;font-size:1.125rem;text-align:justify;text-align-last:initial;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #vzKTN7WQI5LgffdJ5uk7mCBLE76daxcR { width:20rem;height:2.47395625rem;top:9.068359375rem;left:0rem;font-size:1.125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Jl4I89vH5dgo94dC6tZKZ68IFUEtaETR { width:19.5625rem;height:3.3125rem;top:78.311199188231rem;left:0.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNb578acuTFfXrtv0pGSF2RH58TiQsT2 { display:block; }
 }@media only screen and (max-width: 763px) { #RNzdCqRPXygRTSM2gekmgvMSceu7x83w { display:block; }#RNzdCqRPXygRTSM2gekmgvMSceu7x83w > .row .container { width:20rem;height:45.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HIMOtR3V0yTXyHaiKOheCu32bUTDcrJn { width:20rem;height:10.796875rem;top:22rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DDx7hiZhb8P9m9fiHn2qH6UG5eu1Wo8D { height:11.1614375rem;width:20rem;top:8.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBpvkpTmwG4XoTvstNoE2WksuZEiQrKh { width:20rem;height:2.4375rem;top:34.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCvNOfLOxbnFT5XtQly17rJcqKemQBZo { width:7.4375rem;height:1.875rem;top:5.6875rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9PhZDXGsSq6H6fACP263LPCpGNC38Lm { width:9.3125rem;height:1.5625rem;top:2.375rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyensfatQVR0mUZVBc5Cxk0k8EFTGb5U { width:3.875rem;height:2rem;top:3.1875rem;left:8.0625rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvyhSQMZ9hS7w5Q7wtSq1g27Aabkr5bK { width:19.5625rem;height:3.3125rem;top:38.9375rem;left:0.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDUWlMriaeKsdLbH4n1CgR6sbozTCSpa { display:block; }
 }@media only screen and (max-width: 763px) { #HlMGXBItUK5dusmu2J7Hz8AbbOBrTyVz { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/08311296-fed9-49d0-bcf7-1545f87dccbf/AdobeStock_4610682092.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HlMGXBItUK5dusmu2J7Hz8AbbOBrTyVz.adaptive-delivery-prevent-bg, #HlMGXBItUK5dusmu2J7Hz8AbbOBrTyVz.lazyload, #HlMGXBItUK5dusmu2J7Hz8AbbOBrTyVz.lazyloading { background-image: none; }#HlMGXBItUK5dusmu2J7Hz8AbbOBrTyVz > .row .container { background-color: transparent; background-image: none; }#HlMGXBItUK5dusmu2J7Hz8AbbOBrTyVz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.31); }#HlMGXBItUK5dusmu2J7Hz8AbbOBrTyVz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HlMGXBItUK5dusmu2J7Hz8AbbOBrTyVz > .row .container > .video-iframe-container { display: none; }#HlMGXBItUK5dusmu2J7Hz8AbbOBrTyVz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.31); }#HlMGXBItUK5dusmu2J7Hz8AbbOBrTyVz > .row > .video-iframe-container { display: none; }#HlMGXBItUK5dusmu2J7Hz8AbbOBrTyVz > .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); }#HlMGXBItUK5dusmu2J7Hz8AbbOBrTyVz > .row .container { border-width: 0; border-radius: 0; }#HlMGXBItUK5dusmu2J7Hz8AbbOBrTyVz::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; }#HlMGXBItUK5dusmu2J7Hz8AbbOBrTyVz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HlMGXBItUK5dusmu2J7Hz8AbbOBrTyVz > .row .container { width:20rem;height:26.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sAdBwA79CmytUhFRzwLqi8nIh7SdGDbb { width:20rem;height:4.3997375rem;top:2.654296875rem;left:0rem;font-size:2rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #kAXbK7r4BIXAgkReTat2WBhUJfMvCIJJ { width:13.875rem;height:4.3984375rem;top:8.431640625rem;left:0rem;font-size:1rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #vBRgOA6Kq6bZOOGwV9ckompGGrLznxTF { display:block; }#vBRgOA6Kq6bZOOGwV9ckompGGrLznxTF > .row .container { width:20rem;height:50.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XXH8yVATFUMpLa842iDN4qT8aWu8IOb0 { width:17.4375rem;height:6.5rem;top:6.8125rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrfHbFJlXBTP0TqDkilQqHX61dpo12u5 { width:16.875rem;height:24.73954375rem;top:15.25rem;left:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bt8JT5fpZ49hGCLq2arNU0LHUn33M51X { width:20rem;height:1.29948125rem;top:42.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8zPGfPKVVFS5ytCq5h4s76DOZZWxt1J { width:20rem;height:41.875rem;top:4.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zw75851HalZUQTF0XPAFTT2eH1e2LTfv { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ad25f8a3-ea1d-4c15-8050-49159ac64384/Untitleddesign20260310T115408035.png");background-position:center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:cover !important;display:block; }#zw75851HalZUQTF0XPAFTT2eH1e2LTfv.adaptive-delivery-prevent-bg, #zw75851HalZUQTF0XPAFTT2eH1e2LTfv.lazyload, #zw75851HalZUQTF0XPAFTT2eH1e2LTfv.lazyloading { background-image: none; }#zw75851HalZUQTF0XPAFTT2eH1e2LTfv > .row .container { background-color: transparent; background-image: none; }#zw75851HalZUQTF0XPAFTT2eH1e2LTfv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.33); }#zw75851HalZUQTF0XPAFTT2eH1e2LTfv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zw75851HalZUQTF0XPAFTT2eH1e2LTfv > .row .container > .video-iframe-container { display: none; }#zw75851HalZUQTF0XPAFTT2eH1e2LTfv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.33); }#zw75851HalZUQTF0XPAFTT2eH1e2LTfv > .row > .video-iframe-container { display: none; }#zw75851HalZUQTF0XPAFTT2eH1e2LTfv > .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); }#zw75851HalZUQTF0XPAFTT2eH1e2LTfv > .row .container { width:20rem;height:31rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gJ4Q1UW0Jq4u00le54SXDy4XndOJP9au { width:16.25rem;height:6.599625rem;top:3.853515625rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #WWzT3dDS2sB5kEDIRf1s7lbbRP4Hn0Tk { width:14rem;height:12.0956875rem;top:11.550782203674rem;left:0rem;font-size:1rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Rw1464X8TKvpL5zMnSZG6RsBH6wlKKos { width:19.5625rem;height:3.3125rem;top:25.609375953674rem;left:0.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvKNq7seCWXSqmAKzlfdgmGWARq1lE50 { display:block; }
 }@media only screen and (max-width: 763px) { #tr9VfvbuCPN5MHBFBpfROyW75U3PbVl4 { display:block; }#tr9VfvbuCPN5MHBFBpfROyW75U3PbVl4 > .row .container { width:20rem;height:46.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P0rGdKrmEzriOLKWPKN4CNMkcX2L6644 { width:15.625rem;height:4.875rem;top:5.9166660308838rem;left:2.1875001192093rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ep9U63rCDZQE9rSUBb0wfO9Qq7ceDIZh { width:17.0625rem;height:16.08075rem;top:22.125rem;left:1.5rem;font-size:1.125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #g852g1kqS9x8ZZbbvFf9PEEdNuLC7JSW { width:20rem;height:1.29948125rem;top:39.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvMNdGnNkXkNZpuG3SBNSClP9Drgkq3R { width:20rem;height:39.625rem;top:3.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONnTr7ikowB7tvaRBkyscFBlZTflgeUZ { width:9.125rem;height:9.125rem;top:11.8125rem;left:5.4375001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoRGeR3w9FzfsQJSKrwCUvfJ6Nwck4Rh { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/58b5a82e-9993-4c0f-b9b8-71fb95a32f94/AdobeStock_170601825.jpeg");background-position:center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:cover !important;display:block; }#DoRGeR3w9FzfsQJSKrwCUvfJ6Nwck4Rh.adaptive-delivery-prevent-bg, #DoRGeR3w9FzfsQJSKrwCUvfJ6Nwck4Rh.lazyload, #DoRGeR3w9FzfsQJSKrwCUvfJ6Nwck4Rh.lazyloading { background-image: none; }#DoRGeR3w9FzfsQJSKrwCUvfJ6Nwck4Rh > .row .container { background-color: transparent; background-image: none; }#DoRGeR3w9FzfsQJSKrwCUvfJ6Nwck4Rh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.58); }#DoRGeR3w9FzfsQJSKrwCUvfJ6Nwck4Rh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DoRGeR3w9FzfsQJSKrwCUvfJ6Nwck4Rh > .row .container > .video-iframe-container { display: none; }#DoRGeR3w9FzfsQJSKrwCUvfJ6Nwck4Rh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.58); }#DoRGeR3w9FzfsQJSKrwCUvfJ6Nwck4Rh > .row > .video-iframe-container { display: none; }#DoRGeR3w9FzfsQJSKrwCUvfJ6Nwck4Rh > .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); }#DoRGeR3w9FzfsQJSKrwCUvfJ6Nwck4Rh > .row .container { width:20rem;height:42.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vQ7XktZV6gxakoi5c3nyzOfwyD8e5bEQ { width:20rem;height:0;top:6.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #RsJrcLINVIZTLp6BceGM9byNwnni3HlK { width:20rem;height:2.4375rem;top:3.3541679382324rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvDzq1pIuPFETXPU5GzbFm9ymfwwn1pk { width:17.0625rem;height:12.3698125rem;top:17.812501192093rem;left:1.4687501192093rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #H3uBg9hAkVzzDqfenMp3y1FEPr1ZLxzl { width:20rem;height:1.29948125rem;top:31.846356630326rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #gX4PKkaEEnD7ZFSo9WKsORNsxC8mL5kl { width:19.5625rem;height:3.3125rem;top:35.471355438233rem;left:0.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrqQOouOXtF6nWp7ZqWc2do6eeqbzMvE { display:block; }
 }@media only screen and (max-width: 763px) { #ELZs991I7yThaq1shRHVNa72Ldgdk9ht { width:20rem;height:8.799475rem;top:7.3053390979769rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #etfaeaOhKrRQrSBR2dI65ZJ8sNVZiHwX { display:block; }#etfaeaOhKrRQrSBR2dI65ZJ8sNVZiHwX > .row .container { width:20rem;height:33.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Oo2VQtIwnTsaLkJGZiXbpOavgg648hoy { width:14.8125rem;height:6.5rem;top:5.978515625rem;left:2.5937501192093rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcBhBB87PxXh3JJCrzWgO4RUra4HWWkB { width:16.9375rem;height:11.1328125rem;top:14.1875rem;left:1.5312501192093rem;font-size:1.125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #b7uBDft6GTUeTzPEAvIBp9WTgdVVm8uT { width:20rem;height:1.29948125rem;top:26.874990463257rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dzcl1XG0yMNTxfrSSluva8mQHZ1tKtyy { width:20rem;height:27.1875rem;top:3.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8CaEqRpcEy4cLcLZd5oUnEHaF64bz04 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3c0db637-2b0a-4696-b9dd-9fd1f42f4793/AdobeStock_536260908.jpeg");background-position:center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:cover !important;display:block; }#s8CaEqRpcEy4cLcLZd5oUnEHaF64bz04.adaptive-delivery-prevent-bg, #s8CaEqRpcEy4cLcLZd5oUnEHaF64bz04.lazyload, #s8CaEqRpcEy4cLcLZd5oUnEHaF64bz04.lazyloading { background-image: none; }#s8CaEqRpcEy4cLcLZd5oUnEHaF64bz04 > .row .container { background-color: transparent; background-image: none; }#s8CaEqRpcEy4cLcLZd5oUnEHaF64bz04::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.58); }#s8CaEqRpcEy4cLcLZd5oUnEHaF64bz04 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s8CaEqRpcEy4cLcLZd5oUnEHaF64bz04 > .row .container > .video-iframe-container { display: none; }#s8CaEqRpcEy4cLcLZd5oUnEHaF64bz04 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.58); }#s8CaEqRpcEy4cLcLZd5oUnEHaF64bz04 > .row > .video-iframe-container { display: none; }#s8CaEqRpcEy4cLcLZd5oUnEHaF64bz04 > .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); }#s8CaEqRpcEy4cLcLZd5oUnEHaF64bz04 > .row .container { width:20rem;height:29rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WBZxDhv4XVzLJOWXoEOFd92cwp4vn5wi { width:17.3125rem;height:6.599625rem;top:4.1243495941162rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #I8xgIpT4wyw4zKsacCm8Us639OvE8g3u { width:16.8125rem;height:6.597625rem;top:12.812501907349rem;left:0rem;font-size:1rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #GmPqDTVCvJqVleAmNtycPRO2n5191RRP { width:19.5625rem;height:3.3125rem;top:21.783205032349rem;left:0.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWxmgCmpQ8i1tXPwWwZlNTleEXAPgbFG { display:block; }
 }@media only screen and (max-width: 763px) { #zUlJcLcw0S2sDngXIOk7qs0MzipCy5aH { background-color:transparent;background-image:none;display:block; }#zUlJcLcw0S2sDngXIOk7qs0MzipCy5aH > .row .container { background-color: transparent; background-image: none; }#zUlJcLcw0S2sDngXIOk7qs0MzipCy5aH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zUlJcLcw0S2sDngXIOk7qs0MzipCy5aH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zUlJcLcw0S2sDngXIOk7qs0MzipCy5aH > .row .container > .video-iframe-container { display: none; }#zUlJcLcw0S2sDngXIOk7qs0MzipCy5aH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zUlJcLcw0S2sDngXIOk7qs0MzipCy5aH > .row > .video-iframe-container { display: none; }#zUlJcLcw0S2sDngXIOk7qs0MzipCy5aH > .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); }#zUlJcLcw0S2sDngXIOk7qs0MzipCy5aH > .row .container { width:20rem;height:57.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zaxfe9TL9S3hVT2mOXQio5DQgiRTRdid { width:20rem;height:8.75rem;top:3.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tulQMKoDEbETxO8gdakVx5kSBfxbkPZq { width:10.4375rem;height:1.21875rem;top:6.0000002384186rem;left:9.5625rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTW7ut5bqS6rnnhEknUuy5pqJFDfSQFH { width:8.5rem;height:3.5rem;top:7.9166669845581rem;left:9.5625005960463rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufXEhbbE0JGrLCdHzedFiIwuJSH7oXR0 { width:20rem;height:42.5625rem;top:12.625000476837rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #ZZLQWzwEJkr9dvTzkesZdaqDfEcJ1keZ { width:17rem;height:35.1875375rem;top:18.125rem;left:1.5000001192093rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #SSkMAFfEa3k5iVAOTIXXuDHqSuwITCZ0 { width:8.75rem;height:8.75rem;top:3.8750002384186rem;left:0rem;z-index:15049;display:block; }
 }@media only screen and (max-width: 763px) { #EkLlei26rEWXwuLOnvIIAyeXzvcGUtLp { width:6.625rem;height:1.25rem;top:12.5rem;left:6.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GmibdiuuS0HJgfIgl4G68glgDxeP8dZt { width:20rem;height:2.88671875rem;top:13.750020027161rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #IJqoEswltOTsuWwuWbRmWx31uG5zByTE { display:block; }#IJqoEswltOTsuWwuWbRmWx31uG5zByTE > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xr6voTJKMOKmTbRzJamvAygrtcckZ2VN { width:14.75rem;height:2.625rem;top:1.9375rem;left:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #bP0B1Q4GQhhemuMfBHUxT6eTQPMrhDgu { width:19.5625rem;height:3.3125rem;top:2.375rem;left:0.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5soaepLfO2InSMpr6hJVFCGrTTSh9vr { display:block; }
 }