.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;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4cd03cb8-d2dd-46ae-a011-3d3c401ec6f2/20250805_AIC_Classic_40_Landingheader_2048x1080.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:59.375rem;width:75rem;overflow:visible;position:relative;display:block; }#afmUsLOeuZbQWCnFeNU6CCug6QLlyfST { 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:17.6875rem;width:17.6875rem;top:13.5rem;left:28.625rem;overflow:hidden;display:block; }
#DAR3xOTty4vT3y1KA9Cq30JghxKLQC8B { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #217492, rgba(49,156,188,0.99));background-image: -moz-linear-gradient(180deg, #217492, rgba(49,156,188,0.99));background-image: -ms-linear-gradient(180deg, #217492, rgba(49,156,188,0.99));background-image: -o-linear-gradient(180deg, #217492, rgba(49,156,188,0.99));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#217492', endColorstr='#319cbcfc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#217492', endColorstr='#319cbcfc' );";background-image: linear-gradient(180deg, #217492, rgba(49,156,188,0.99));background-size:auto !important;border-top:0.0625rem solid #b5e3ff;border-left:0.0625rem solid #b5e3ff;border-right:0.0625rem solid #b5e3ff;border-bottom:0.0625rem solid #b5e3ff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:4.8125rem;width:20.9375rem;top:52.5625rem;left:27rem;display:block; }
#pSSOnW5VIiSt4PhKKCcoSDAJahzvIThC { color:#e5fcff;display:block;width:20.5rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:700;z-index:15002;line-height:1.5;letter-spacing:0;top:53.875rem;left:27.375rem;height:2.34375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yn3ucnWwg24ELuoiXCNVA4NRcraEPz0P { color:#ffffde;display:block;width:47.75rem;position:absolute;font-family:cinzel;font-size:1.875rem;font-weight:normal;z-index:15003;line-height:1.1;letter-spacing:0;top:28.5625rem;left:13.625rem;height:4.125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XaizuBQZlpMZiAbA2L27dZyGIzhR60I3 { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.9375rem;width:75rem;top:26.1875rem;left:0rem;overflow:hidden;display:block; }
#FEroJDiEw5X2ySDTP6SrrJ6OcMQT4JHM { position:absolute;display:block;z-index:15004;height:15.625rem;width:12.5rem;top:21.875rem;left:62.499998092651rem;display:block; }
#HG1Kr6xRdNU80yzTyH9kSami2CwFTatX { position:absolute;display:block;z-index:15008;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.75rem;width:19.1875rem;top:40.15625rem;left:26.8125rem;overflow:hidden;display:block; }
#Qw4TWUKVu3SANycheEHVyGTRrF4M6txE { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:19.75rem;top:40.25rem;left:27.625rem;overflow:hidden;display:none; }
#s135Vi89OdXrn7240hZuLr272udpCewZ { position:absolute;display:block;z-index:15022;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:20.8125rem;top:40.09375rem;left:26.1875rem;display:block; }
#wtie8dsWtTToFw4NoGRDQVUbigWDQptp { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:4.1875rem;top:43.625rem;left:35.4375rem;overflow:hidden;display:block; }
#glWlsQ4gFnJ79RmF7f4yZheoRmJkOUn8 { position:absolute;display:block;z-index:15010;background-color:rgba(0,0,0,0.5);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:2.4375rem;width:19rem;top:44.5625rem;left:28rem;display:none; }
#Akpl4C76q0My5zFNSBNI25qreUUV9Gq5 { color:#ffffff;display:block;width:16.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:45.1875rem;left:29.25rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#UpiXSiulbkTHcvUxvwUReWGD8nXd6zbh { position:absolute;display:block;z-index:15055;height:5.375rem;width:9.75rem;top:0rem;left:0rem;display:block; }
#MISDnuoGqK3UVMyvzRfnNbtNlSkQ01fh { position:absolute;display:block;z-index:15023;height:7.8125rem;width:14.4375rem;top:0rem;left:60.562498092651rem;display:block; }
#aEpp1ybCTsB1LVTEEnuckRre5DGnievf { position:absolute;display:block;z-index:15023;height:7.8125rem;width:14.4375rem;top:7.5625rem;left:45.36874961853rem;display:none; }
#ZEl6ZJMd7wOwxlhr5m3JU3LIgmAM0bSO { position:absolute;display:block;z-index:15023;height:7.8125rem;width:14.4375rem;top:7.5625rem;left:45.36874961853rem;display:none; }
#afDLP4CrryCCib6IJg6FTwz3mPuXktZr { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:12.5rem;width:12.5rem;display:none; }
#XqCmtz46DT801gqvaPuSsLADuP1hKUiL { 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; }#XqCmtz46DT801gqvaPuSsLADuP1hKUiL > .row .container { background-color: transparent; background-image: none; }#XqCmtz46DT801gqvaPuSsLADuP1hKUiL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XqCmtz46DT801gqvaPuSsLADuP1hKUiL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XqCmtz46DT801gqvaPuSsLADuP1hKUiL > .row .container > .video-iframe-container { display: none; }#XqCmtz46DT801gqvaPuSsLADuP1hKUiL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XqCmtz46DT801gqvaPuSsLADuP1hKUiL > .row > .video-iframe-container { display: none; }#XqCmtz46DT801gqvaPuSsLADuP1hKUiL > .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); }#XqCmtz46DT801gqvaPuSsLADuP1hKUiL > .row .container { border-width: 0; border-radius: 0; }#XqCmtz46DT801gqvaPuSsLADuP1hKUiL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XqCmtz46DT801gqvaPuSsLADuP1hKUiL > .row .container { font-size:0.875rem;font-family:arial;height:0.125rem;width:75rem;position:relative;display:block; }#Q5WmxXdqq4BELkTPKm47O6fWpTAczKvq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/d0d3f08d-20ef-4c72-ad3e-40bca0788b74/Untitled1.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#Q5WmxXdqq4BELkTPKm47O6fWpTAczKvq.adaptive-delivery-prevent-bg, #Q5WmxXdqq4BELkTPKm47O6fWpTAczKvq.lazyload, #Q5WmxXdqq4BELkTPKm47O6fWpTAczKvq.lazyloading { background-image: none; }#Q5WmxXdqq4BELkTPKm47O6fWpTAczKvq > .row .container { border-width: 0; border-radius: 0; }#Q5WmxXdqq4BELkTPKm47O6fWpTAczKvq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Q5WmxXdqq4BELkTPKm47O6fWpTAczKvq > .row .container { font-size:0.875rem;font-family:arial;height:53.625rem;width:75rem;position:relative;display:none; }#wbnXB2yc2vLyTa0Zv2N8wBIhDorsxf3e { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3d4fb980-9ed2-4ab1-b052-283bade7a21b/4.jpg");background-position:top 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; }#wbnXB2yc2vLyTa0Zv2N8wBIhDorsxf3e.adaptive-delivery-prevent-bg, #wbnXB2yc2vLyTa0Zv2N8wBIhDorsxf3e.lazyload, #wbnXB2yc2vLyTa0Zv2N8wBIhDorsxf3e.lazyloading { background-image: none; }#wbnXB2yc2vLyTa0Zv2N8wBIhDorsxf3e > .row .container { background-color: transparent; background-image: none; }#wbnXB2yc2vLyTa0Zv2N8wBIhDorsxf3e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wbnXB2yc2vLyTa0Zv2N8wBIhDorsxf3e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wbnXB2yc2vLyTa0Zv2N8wBIhDorsxf3e > .row .container > .video-iframe-container { display: none; }#wbnXB2yc2vLyTa0Zv2N8wBIhDorsxf3e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wbnXB2yc2vLyTa0Zv2N8wBIhDorsxf3e > .row > .video-iframe-container { display: none; }#wbnXB2yc2vLyTa0Zv2N8wBIhDorsxf3e > .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); }#wbnXB2yc2vLyTa0Zv2N8wBIhDorsxf3e > .row .container { border-width: 0; border-radius: 0; }#wbnXB2yc2vLyTa0Zv2N8wBIhDorsxf3e::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; }#wbnXB2yc2vLyTa0Zv2N8wBIhDorsxf3e > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wbnXB2yc2vLyTa0Zv2N8wBIhDorsxf3e > .row .container { font-size:0.875rem;font-family:arial;height:53.625rem;width:75rem;position:relative;display:block; }#AL8TkzXpLEFO21DmXsIhCP2q0f0UFxAi { color:#e5c362;display:block;width:33.125rem;position:absolute;font-family:cinzel;font-size:2rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:22.6875rem;left:0.6875rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IekyIeGMEdybpXIxgrhmZ78CPi92BQwq { color:#ffffff;display:block;width:33.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15001;line-height:1.6;letter-spacing:0;top:26.125rem;left:0.6875rem;height:4.8rem;display:block; }
#MVSRaH3QHMizT2uWgVwXkS5h2UIH1qe6 { position:absolute;display:block;z-index:14999;background-color:rgba(0,0,0,0.27);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:16.375rem;width:34.5rem;top:18.625rem;left:0rem;display:block; }
#fPvC0P9scxrG6lPQIpDSqZmTE211ELMH { 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; }#fPvC0P9scxrG6lPQIpDSqZmTE211ELMH > .row .container { background-color: transparent; background-image: none; }#fPvC0P9scxrG6lPQIpDSqZmTE211ELMH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fPvC0P9scxrG6lPQIpDSqZmTE211ELMH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fPvC0P9scxrG6lPQIpDSqZmTE211ELMH > .row .container > .video-iframe-container { display: none; }#fPvC0P9scxrG6lPQIpDSqZmTE211ELMH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fPvC0P9scxrG6lPQIpDSqZmTE211ELMH > .row > .video-iframe-container { display: none; }#fPvC0P9scxrG6lPQIpDSqZmTE211ELMH > .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); }#fPvC0P9scxrG6lPQIpDSqZmTE211ELMH > .row .container { border-width: 0; border-radius: 0; }#fPvC0P9scxrG6lPQIpDSqZmTE211ELMH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fPvC0P9scxrG6lPQIpDSqZmTE211ELMH > .row .container { font-size:0.875rem;font-family:arial;height:0.125rem;width:75rem;position:relative;display:block; }#MZWMol5CDDW2c4GKmJSJzTnZKIsvnnEn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/2bebddff-4d38-4498-ba07-633860cd7912/ImagePastedat2023221229.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#MZWMol5CDDW2c4GKmJSJzTnZKIsvnnEn.adaptive-delivery-prevent-bg, #MZWMol5CDDW2c4GKmJSJzTnZKIsvnnEn.lazyload, #MZWMol5CDDW2c4GKmJSJzTnZKIsvnnEn.lazyloading { background-image: none; }#MZWMol5CDDW2c4GKmJSJzTnZKIsvnnEn > .row .container { border-width: 0; border-radius: 0; }#MZWMol5CDDW2c4GKmJSJzTnZKIsvnnEn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MZWMol5CDDW2c4GKmJSJzTnZKIsvnnEn > .row .container { font-size:0.875rem;font-family:arial;height:53.625rem;width:75rem;position:relative;display:none; }#gScZ7fuNkID9CUrNvg1JHHvyZn4etiDQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/907e05c9-ae66-4854-835b-e2f28af79f52/3.jpg");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; }#gScZ7fuNkID9CUrNvg1JHHvyZn4etiDQ.adaptive-delivery-prevent-bg, #gScZ7fuNkID9CUrNvg1JHHvyZn4etiDQ.lazyload, #gScZ7fuNkID9CUrNvg1JHHvyZn4etiDQ.lazyloading { background-image: none; }#gScZ7fuNkID9CUrNvg1JHHvyZn4etiDQ > .row .container { background-color: transparent; background-image: none; }#gScZ7fuNkID9CUrNvg1JHHvyZn4etiDQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gScZ7fuNkID9CUrNvg1JHHvyZn4etiDQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gScZ7fuNkID9CUrNvg1JHHvyZn4etiDQ > .row .container > .video-iframe-container { display: none; }#gScZ7fuNkID9CUrNvg1JHHvyZn4etiDQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gScZ7fuNkID9CUrNvg1JHHvyZn4etiDQ > .row > .video-iframe-container { display: none; }#gScZ7fuNkID9CUrNvg1JHHvyZn4etiDQ > .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); }#gScZ7fuNkID9CUrNvg1JHHvyZn4etiDQ > .row .container { border-width: 0; border-radius: 0; }#gScZ7fuNkID9CUrNvg1JHHvyZn4etiDQ::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; }#gScZ7fuNkID9CUrNvg1JHHvyZn4etiDQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gScZ7fuNkID9CUrNvg1JHHvyZn4etiDQ > .row .container { font-size:0.875rem;font-family:arial;height:53.625rem;width:75rem;position:relative;display:block; }#w4f3XyOOkr0qt8DN3my8rA6Z0UvVfhdg { color:#e5c362;display:block;width:33.125rem;position:absolute;font-family:cinzel;font-size:2rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:28.375rem;left:20.9375rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZnHmqkNRpaTZGsevkw5m6xNSfugapV3i { color:#ffffff;display:block;width:33.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15001;line-height:1.6;letter-spacing:0;top:32.25rem;left:20.9375rem;height:4.8rem;text-align:center;text-align-last:center;display:block; }
#TkVCuS8Zeem8PPdsH2vh3PRn2MbUWMQ6 { position:absolute;display:block;z-index:14999;background-color:rgba(0,0,0,0.65);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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:16.375rem;width:34.5rem;top:25.3125rem;left:20.25rem;display:block; }
#SQJ4soDbtih6mQrkQZNSUJcSsglRDvyB { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:45.5625rem;width:25.375rem;top:51.185940504074rem;left:39.588283538818rem;overflow:hidden;display:block; }
#WTgHkm3WTR0ST1ckkrQGdgZTQP2bvv9O { 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; }#WTgHkm3WTR0ST1ckkrQGdgZTQP2bvv9O > .row .container { background-color: transparent; background-image: none; }#WTgHkm3WTR0ST1ckkrQGdgZTQP2bvv9O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WTgHkm3WTR0ST1ckkrQGdgZTQP2bvv9O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WTgHkm3WTR0ST1ckkrQGdgZTQP2bvv9O > .row .container > .video-iframe-container { display: none; }#WTgHkm3WTR0ST1ckkrQGdgZTQP2bvv9O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WTgHkm3WTR0ST1ckkrQGdgZTQP2bvv9O > .row > .video-iframe-container { display: none; }#WTgHkm3WTR0ST1ckkrQGdgZTQP2bvv9O > .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); }#WTgHkm3WTR0ST1ckkrQGdgZTQP2bvv9O > .row .container { border-width: 0; border-radius: 0; }#WTgHkm3WTR0ST1ckkrQGdgZTQP2bvv9O > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WTgHkm3WTR0ST1ckkrQGdgZTQP2bvv9O > .row .container { font-size:0.875rem;font-family:arial;height:0.125rem;width:75rem;position:relative;display:block; }#BbJIOqW9hrCztIwdGkPAPlfhgs9qxcgy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/657850cf-a57e-4749-bf74-90dbef968741/2.jpg");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; }#BbJIOqW9hrCztIwdGkPAPlfhgs9qxcgy.adaptive-delivery-prevent-bg, #BbJIOqW9hrCztIwdGkPAPlfhgs9qxcgy.lazyload, #BbJIOqW9hrCztIwdGkPAPlfhgs9qxcgy.lazyloading { background-image: none; }#BbJIOqW9hrCztIwdGkPAPlfhgs9qxcgy > .row .container { background-color: transparent; background-image: none; }#BbJIOqW9hrCztIwdGkPAPlfhgs9qxcgy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BbJIOqW9hrCztIwdGkPAPlfhgs9qxcgy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BbJIOqW9hrCztIwdGkPAPlfhgs9qxcgy > .row .container > .video-iframe-container { display: none; }#BbJIOqW9hrCztIwdGkPAPlfhgs9qxcgy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BbJIOqW9hrCztIwdGkPAPlfhgs9qxcgy > .row > .video-iframe-container { display: none; }#BbJIOqW9hrCztIwdGkPAPlfhgs9qxcgy > .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); }#BbJIOqW9hrCztIwdGkPAPlfhgs9qxcgy > .row .container { border-width: 0; border-radius: 0; }#BbJIOqW9hrCztIwdGkPAPlfhgs9qxcgy::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; }#BbJIOqW9hrCztIwdGkPAPlfhgs9qxcgy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BbJIOqW9hrCztIwdGkPAPlfhgs9qxcgy > .row .container { font-size:0.875rem;font-family:arial;height:59.375rem;width:75rem;position:relative;display:block; }#FNTXS6s3g3R1r8RH3MKkrQrMU2mpvpim { 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:4.375rem;width:3.75rem;top:48.0625rem;left:27.8125rem;overflow:hidden;display:block; }
#PvFoNW7LSgsfyBCPf62DKHbQ92TQXVQI { 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:4.5625rem;width:3.75rem;top:47.9375rem;left:33.4375rem;overflow:hidden;display:block; }
#AqNZRBOrogrubwRHznbrl0nFRoEVJHZJ { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.75rem;top:48.6875rem;left:49.4375rem;overflow:hidden;display:block; }
#antUTAG9FsTWqfhkdql460IlLe0f1Maa { position:absolute;display:block;z-index:15002;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:5.4375rem;width:3.75rem;top:47.5rem;left:22.25rem;overflow:hidden;display:block; }
#xa0KtoavPgtpGmwdUn6l8qBvwLCLsNl6 { position:absolute;display:block;z-index:15005;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.75rem;width:3.75rem;top:48.375rem;left:54.625rem;overflow:hidden;display:block; }
#FIDF8VRvNvD1Sz1ChP5fsw2IhElzkXh3 { position:absolute;display:block;z-index:15004;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:4.3125rem;width:3.75rem;top:48.0625rem;left:44.375rem;overflow:hidden;display:block; }
#xBJJ6UIEAwstTfev98TowLUwHvvPOyWQ { position:absolute;display:block;z-index:15007;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:4.125rem;width:3.75rem;top:48.375rem;left:59.125rem;overflow:hidden;display:block; }
#k96L4uX334zKW6P4QKbxAga04M5QyuoJ { position:absolute;display:block;z-index:15006;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.1875rem;width:3.75rem;top:48.625rem;left:38.6875rem;overflow:hidden;display:block; }
#agzMelTlJMRspeoBUnyv4EDQzKUPOBsD { position:absolute;display:block;z-index:15008;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:39.125rem;width:39.125rem;top:3.5500001907349rem;left:35.874998092651rem;overflow:hidden;display:block; }
#wevUJ7k5ZxkT04JSzz3DKgAfVqHZuldE { color:#a78626;display:block;width:31.25rem;position:absolute;font-family:cinzel;font-size:2rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:17.75rem;left:1.625rem;height:2.6rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#katNRaNdQdHiN5a9UlMJGB23nT7UWABA { color:#485266;display:block;width:28.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15010;line-height:1.6;letter-spacing:0;top:21.0625rem;left:1.625rem;height:6.4rem;display:block; }
#AkG0ocDGngDJIAi5Tx1QktAZp4LaThNB { 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:43.75rem;width:43.75rem;display:none; }
#NGNpbRGHegU7VxoX0L4KXsfBvnmJgT3r { color:#a78626;display:block;width:31.25rem;position:absolute;font-family:cinzel;font-size:2rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:17.749988555908rem;left:1.625rem;height:2.6rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#caspTZKl6oFNOZ9l0CO0ETbmW7v0NAJ9 { color:#485266;display:block;width:28.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15011;line-height:1.6;letter-spacing:0;top:21.062500953674rem;left:1.625rem;height:8rem;display:block; }
#vw2U3tfPGEimb4E8krGKzLprBn4DuNmu { position:absolute;display:block;z-index:15009;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:39.125rem;width:39.125rem;top:6.3000183105469rem;left:34.374998092651rem;overflow:hidden;display:block; }
#BODR0rAVRywGksXc2R1wypNUE63VdwTe { color:#a78626;display:block;width:31.25rem;position:absolute;font-family:cinzel;font-size:2rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:17.749988555908rem;left:1.625rem;height:2.6rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yG2I6BoOTvgcwOJP9UBipJI06BZ3GVIC { color:#485266;display:block;width:28.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15012;line-height:1.6;letter-spacing:0;top:21.0625rem;left:1.625rem;height:8rem;display:block; }
#H9i86dSgiVHv0fptlEzci9JPC8vIEoil { position:absolute;display:block;z-index:15010;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:39.125rem;width:39.125rem;top:4.2242188453674rem;left:35.874998092651rem;overflow:hidden;display:block; }
#KnkBOIvDOHaF34J8zmntLbEo6RKCskH6 { color:#a78626;display:block;width:31.25rem;position:absolute;font-family:cinzel;font-size:2rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:17.749988555908rem;left:1.625rem;height:2.6rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mU6FqZBiKkSzOlFobbabWzs0qSphk4vi { color:#485266;display:block;width:28.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15013;line-height:1.6;letter-spacing:0;top:21.0625rem;left:1.625rem;height:9.6rem;display:block; }
#muVyWcDQId8OkMXo21aHhGNkB0FlGPBo { position:absolute;display:block;z-index:15011;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:39.125rem;width:39.125rem;top:4.8492188453674rem;left:35.874998092651rem;overflow:hidden;display:block; }
#kHhMx2yrMs7kcfhVdyQ4hyJcLgppiJ1U { color:#a78626;display:block;width:31.25rem;position:absolute;font-family:cinzel;font-size:2rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:17.799987792969rem;left:1.625rem;height:2.6rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zak5I0OLLPD3C5hSCkM3UvEcTtVTla2U { color:#485266;display:block;width:28.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15014;line-height:1.6;letter-spacing:0;top:21.0625rem;left:1.625rem;height:9.6rem;display:block; }
#ei8TOvaX5Z6ME4fcyHK7rFyyp36pqTGd { position:absolute;display:block;z-index:15012;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:37.875rem;width:21.1875rem;top:4.8492188453674rem;left:45.550001144409rem;overflow:hidden;display:block; }
#LTaD15OwzHkfpAup0JOlgzVqCJdfm8UU { color:#a78626;display:block;width:31.25rem;position:absolute;font-family:cinzel;font-size:2rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:17.749988555908rem;left:1.625rem;height:2.6rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AWrxBCQzLJ9lg1ev9G02zQITt67TSIaQ { color:#485266;display:block;width:28.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15015;line-height:1.6;letter-spacing:0;top:21.0625rem;left:1.625rem;height:8rem;display:block; }
#UsT2B2uGNCktw2dRwRGqomIG0chMfq15 { position:absolute;display:block;z-index:15013;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:39.125rem;width:39.125rem;top:4.6992192268372rem;left:35.875rem;overflow:hidden;display:block; }
#nP7Taz3qr0zOKVRL7GbUN2iv3xzOsoNo { color:#a78626;display:block;width:31.25rem;position:absolute;font-family:cinzel;font-size:2rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:17.749988555908rem;left:1.625rem;height:2.6rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vH4AMeJnPMqgeWyTwhMcfPO0Hs5gBt59 { color:#485266;display:block;width:28.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15016;line-height:1.6;letter-spacing:0;top:21.0625rem;left:1.625rem;height:9.6rem;display:block; }
#uPKc3gWSyTHgMDrbGMTwcnyAO0q73Mx4 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:39.125rem;width:39.125rem;top:3.5492188930511rem;left:35.875rem;overflow:hidden;display:block; }
#wNoDhWKqq5Tw7UT5zNKF5q0Ioy0O1kqU { color:#485266;display:block;width:28.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15017;line-height:1.6;letter-spacing:0;top:21.0625rem;left:1.625rem;height:6.4rem;display:block; }
#ycBNP3CCuNHei4p72O7V9n2pUdzlnDlI { color:#a78626;display:block;width:31.25rem;position:absolute;font-family:cinzel;font-size:2rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:17.749988555908rem;left:1.625rem;height:2.6rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sENoz13RuIQN6BJXrbVLepfGePk0WK1R { position:absolute;display:block;z-index:15007;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.25rem;width:3.75rem;top:48.625rem;left:17.0625rem;overflow:hidden;display:block; }
#S6xSXytqF9NJbdFWc8cH3B5KSBEN9X6b { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:39.125rem;width:39.125rem;top:4.6992192268372rem;left:35.875rem;overflow:hidden;display:block; }
#ArwJ5Ibh6FatNJaHTXZmZKT1XKLNlSis { color:#a78626;display:block;width:31.25rem;position:absolute;font-family:cinzel;font-size:2rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:17.75rem;left:1.625rem;height:2.6rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rIdhAxFRaCUOhaXrW1L1h0HexHQqrDUR { color:#485266;display:block;width:28.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15018;line-height:1.6;letter-spacing:0;top:21.0625rem;left:1.625rem;height:9.6rem;display:block; }
#wTbTROcQIPzcpnlIeXxlZbvzblbGc7io { position:absolute;display:block;z-index:15008;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.6875rem;width:3.6875rem;top:48.375rem;left:12.125rem;overflow:hidden;display:block; }
#A1m8BuaqStzqOiTWmUuDCG5hFh5Zybhv { color:#a78626;display:block;width:31.25rem;position:absolute;font-family:cinzel;font-size:2rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:17.75rem;left:1.625rem;height:2.6rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MdUZ5U3HeL4zJSSUdStxIMirqksq9xod { color:#485266;display:block;width:28.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15019;line-height:1.6;letter-spacing:0;top:21.0625rem;left:1.625rem;height:12.8rem;display:block; }
#lepJa9ntNVdSNuwvz3Fr88ZkWCtEusKa { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:41.5rem;width:41.5rem;top:2.3617188930511rem;left:33.5rem;overflow:hidden;display:block; }
#BFEoWl2SKsTKFduDMq8WSnz8vE2mWPTb { position:absolute;display:block;z-index:15022;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:41.4375rem;width:37rem;top:2.3929688930511rem;left:35.874217987061rem;overflow:hidden;display:block; }
#L6JgiwHCwQ66sHOBLlJCaGMMW7Q6PwEO { color:#a78626;display:block;width:31.25rem;position:absolute;font-family:cinzel;font-size:2rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:17.75rem;left:1.625rem;height:2.6rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#N0SRSTmRB53PHcR3Tvb1rAX3aIlmX3oM { color:#485266;display:block;width:28.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15021;line-height:1.6;letter-spacing:0;top:21.0625rem;left:1.625rem;height:9.6rem;display:block; }
#hKLFeyaKk9IA6helDWsuaHcm7PzJG3R3 { position:absolute;display:block;z-index:15023;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:4.5rem;width:3.6875rem;top:48rem;left:7.96875rem;overflow:hidden;display:block; }
#qBa03fbRnqux2RvN1LsNg0mA4krfqMgZ { 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; }#qBa03fbRnqux2RvN1LsNg0mA4krfqMgZ > .row .container { background-color: transparent; background-image: none; }#qBa03fbRnqux2RvN1LsNg0mA4krfqMgZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qBa03fbRnqux2RvN1LsNg0mA4krfqMgZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qBa03fbRnqux2RvN1LsNg0mA4krfqMgZ > .row .container > .video-iframe-container { display: none; }#qBa03fbRnqux2RvN1LsNg0mA4krfqMgZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qBa03fbRnqux2RvN1LsNg0mA4krfqMgZ > .row > .video-iframe-container { display: none; }#qBa03fbRnqux2RvN1LsNg0mA4krfqMgZ > .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); }#qBa03fbRnqux2RvN1LsNg0mA4krfqMgZ > .row .container { border-width: 0; border-radius: 0; }#qBa03fbRnqux2RvN1LsNg0mA4krfqMgZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qBa03fbRnqux2RvN1LsNg0mA4krfqMgZ > .row .container { font-size:0.875rem;font-family:arial;height:0.125rem;width:75rem;position:relative;display:block; }#T4TIfEUK3DuLA8Io9OCac6qNUJqgB0rD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2bfd9d5e-abdc-4295-9a21-850ecc49587d/1.jpg");background-position:top 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; }#T4TIfEUK3DuLA8Io9OCac6qNUJqgB0rD.adaptive-delivery-prevent-bg, #T4TIfEUK3DuLA8Io9OCac6qNUJqgB0rD.lazyload, #T4TIfEUK3DuLA8Io9OCac6qNUJqgB0rD.lazyloading { background-image: none; }#T4TIfEUK3DuLA8Io9OCac6qNUJqgB0rD > .row .container { border-width: 0; border-radius: 0; }#T4TIfEUK3DuLA8Io9OCac6qNUJqgB0rD::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; }#T4TIfEUK3DuLA8Io9OCac6qNUJqgB0rD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T4TIfEUK3DuLA8Io9OCac6qNUJqgB0rD > .row .container { font-size:0.875rem;font-family:arial;height:47.8125rem;width:75rem;position:relative;display:none; }#lRckoAA42V1M7k1F7Ukrt4gCJh2JG2b3 { color:#20292f;display:block;width:33.125rem;position:absolute;font-family:cinzel;font-size:3.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:4rem;left:20.9375rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MwOrvr5hTocmey8zfiL3fK1TxBRVQTcf { color:#000000;display:block;width:50.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:9.25rem;left:12.125rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#FAFtLSKtORB6p8COLzpTFXbaPramRhqc { position:absolute;display:block;z-index:15003;background-color:#161b20;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:31.375rem;width:18.125rem;top:12.4375rem;left:12.6875rem;display:block; }
#REN6eiDsIebsctTdHnxQNkLNlWxZZbuT { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #54727d, #0c2e37);background-image: -moz-linear-gradient(180deg, #54727d, #0c2e37);background-image: -ms-linear-gradient(180deg, #54727d, #0c2e37);background-image: -o-linear-gradient(180deg, #54727d, #0c2e37);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#54727d', endColorstr='#0c2e37' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#54727d', endColorstr='#0c2e37' );";background-image: linear-gradient(180deg, #54727d, #0c2e37);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:31.375rem;width:14.3125rem;top:12.4375rem;left:45.25rem;display:block; }
#VNAZP9XJzxzZHCrz3P8GnAqtk03Z05i6 { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #c8b254, #725624);background-image: -moz-linear-gradient(180deg, #c8b254, #725624);background-image: -ms-linear-gradient(180deg, #c8b254, #725624);background-image: -o-linear-gradient(180deg, #c8b254, #725624);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c8b254', endColorstr='#725624' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c8b254', endColorstr='#725624' );";background-image: linear-gradient(180deg, #c8b254, #725624);background-size:auto !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;box-shadow: none;height:31.375rem;width:14.4375rem;top:12.4375rem;left:30.8125rem;display:block; }
#Q989oBkbKfturis1tz8hn7eh0ACaca9p { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:2.0625rem;top:13.25rem;left:51.5rem;overflow:hidden;display:block; }
#ScIUiwuf7oqy1FPVUGfMu4u8nWPURPp4 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:2.0625rem;top:13.25rem;left:37.125rem;overflow:hidden;display:block; }
#NI9dyHbsToPUezAIgTITTfxZRxy2AB5F { color:#ffffff;display:block;width:14.3125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15008;line-height:1;letter-spacing:0;top:15.9375rem;left:31rem;height:0.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OIc1c21KnDZwEvpK92MJU9qN4obusOHe { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:15.9375rem;left:46.1875rem;height:1.1375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Qxoy0hlSUQsody0lpdXwKTazAy7Fy5GW { color:#ffffff;display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:23.4375rem;left:12.6875rem;height:1.1375rem;text-align:center;text-align-last:center;display:block; }
#ofVBOKrQMisuW92EJDEZvanAsphGVz9U { color:#ffffff;display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:25.5rem;left:12.6875rem;height:1.1375rem;text-align:center;text-align-last:center;display:block; }
#yQxW6NTG5yTa7Cdq9oabMbeRUZsyDm0i { color:#ffffff;display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:27.6875rem;left:12.6875rem;height:1.1375rem;text-align:center;text-align-last:center;display:block; }
#PMhPD08ucbe5PDVPVwDzswz5Z3Mkv1V0 { color:#ffffff;display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:30rem;left:12.6875rem;height:1.1375rem;text-align:center;text-align-last:center;display:block; }
#WiXSDCPGIBTMKrnETa9ZsXgsTuuXdeqM { color:#ffffff;display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:32.1875rem;left:12.6875rem;height:1.1375rem;text-align:center;text-align-last:center;display:block; }
#n2xc7JER79BPtTklwlXJdUtrtrSHfqg0 { color:#ffffff;display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:34.4375rem;left:12.6875rem;height:2.275rem;text-align:center;text-align-last:center;display:block; }
#lxvy4BZJX1ZWHv4yxeKS3mJt7bWs7A5h { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:15.9375rem;left:15.5rem;height:1.1375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#s7kV9TVXmVZZHQ1JnZrGcZX5xpfAS2SK { color:#ffffff;display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:36.6875rem;left:12.6875rem;height:1.1375rem;text-align:center;text-align-last:center;display:block; }
#loPxHqrK804pwSvea754TUJzPcOgsPIr { color:#ffffff;display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:38.9375rem;left:12.6875rem;height:1.1375rem;text-align:center;text-align-last:center;display:block; }
#BOGu9f0LRBTKxGtnAbovTDZaENlhDvVd { color:#ffffff;display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:41.1875rem;left:12.6875rem;height:1.1375rem;text-align:center;text-align-last:center;display:block; }
#oI1JFeXBMZA8D9KaE6v6ycACTAKLaTzC { color:#ffffff;display:block;width:14.3125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:23.4375rem;left:30.8125rem;height:1.1375rem;text-align:center;text-align-last:center;display:block; }
#hCTbVrwZWiA4T5hiNGX1DRbiGVRGCDhS { color:#ffffff;display:block;width:14.3125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:23.4375rem;left:45.25rem;height:1.1375rem;text-align:center;text-align-last:center;display:block; }
#T5GOGiv6wUMhEBPSTJlMIkTl1SAxGpgC { color:#ffffff;display:block;width:14.3125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:25.5rem;left:31rem;height:1.1375rem;text-align:center;text-align-last:center;display:block; }
#eskxW4HA1zouF9OhKOrEFIbXy6gvBxm8 { color:#ffffff;display:block;width:14.3125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:25.5rem;left:45.25rem;height:1.1375rem;text-align:center;text-align-last:center;display:block; }
#z0JkfBO8NB6TtfwXgM7wRrfh3R8HVyr8 { color:#ffffff;display:block;width:14.3125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:27.6875rem;left:31rem;height:1.1375rem;text-align:center;text-align-last:center;display:block; }
#yLvoQqtykshQQpmGtkCDMDpIT6axwshg { color:#ffffff;display:block;width:14.3125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:30rem;left:31rem;height:1.1375rem;text-align:center;text-align-last:center;display:block; }
#xVBzPiCmKRHHDowXOzddkXJHNnulqcBS { color:#ffffff;display:block;width:14.3125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:32.1875rem;left:31rem;height:1.1375rem;text-align:center;text-align-last:center;display:block; }
#WFXUDMQowSyEA7FazV1AU2hWPP8PgCHW { color:#ffffff;display:block;width:14.3125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:34.4375rem;left:31rem;height:1.1375rem;text-align:center;text-align-last:center;display:block; }
#fuF0ZiU8H7rSSzBA6rcxLo96HJ9T4IPp { color:#ffffff;display:block;width:14.3125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:36.6875rem;left:31rem;height:1.1375rem;text-align:center;text-align-last:center;display:block; }
#KAW316OiT3DTpQOSFaqVwiGTUX7V5oGD { color:#ffffff;display:block;width:14.3125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:38.9375rem;left:31rem;height:1.1375rem;text-align:center;text-align-last:center;display:block; }
#JMOdmNkZunznEB27vp1vTQrKTeUgTv3z { color:#ffffff;display:block;width:14.3125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:41.1875rem;left:31rem;height:1.1375rem;text-align:center;text-align-last:center;display:block; }
#J4r4Lr60GVfgSeld9TVKCmP297Q6xzs8 { color:#ffffff;display:block;width:14.3125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:27.6875rem;left:45.25rem;height:1.1375rem;text-align:center;text-align-last:center;display:block; }
#BcJfvVB9saMOPZDpwVRXRcqOuqHNyKCm { color:#ffffff;display:block;width:14.3125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:30rem;left:45.25rem;height:1.1375rem;text-align:center;text-align-last:center;display:block; }
#B70nPXGTd6c1TbxSshp6OW2SoV8BKIvO { color:#ffffff;display:block;width:14.3125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:32.1875rem;left:45.25rem;height:1.1375rem;text-align:center;text-align-last:center;display:block; }
#Dv3ocsDPbsCXR4CTrBycq2A6WPddR8gF { color:#ffffff;display:block;width:14.3125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:34.4375rem;left:45.25rem;height:1.1375rem;text-align:center;text-align-last:center;display:block; }
#iT90CS70NV8HxSn3gdS3JMdMUQPNf4zs { color:#ffffff;display:block;width:14.3125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:36.6875rem;left:45.25rem;height:1.1375rem;text-align:center;text-align-last:center;display:block; }
#I1DmKqp10c4drZtm2mMGFEGvIRWlTyPz { color:#ffffff;display:block;width:14.3125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:38.9375rem;left:45.25rem;height:1.1375rem;text-align:center;text-align-last:center;display:block; }
#qlGnXI2p8UxAyxy9TMCJUBSvplD1TcIR { color:#ffffff;display:block;width:14.3125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:41.1875rem;left:45.25rem;height:1.1375rem;text-align:center;text-align-last:center;display:block; }
#oV7Lm1TFnBNIfoum45aQtv2KEr0QOyET { color:#ffffff;display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:21.1875rem;left:12.6875rem;height:1.1375rem;text-align:center;text-align-last:center;display:block; }
#O0M2HhzH57wfKw2kHA8HI6SKkwX0LNZm { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:18.9375rem;left:13.3125rem;height:1.1375rem;text-align:center;text-align-last:center;display:block; }
#cgeM6b3bLuNwL01fFNCGc75PSNRXDydd { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:18.9375rem;left:37.4375rem; }
#lTZXcDe6qXBSQGU838aBKZSm2hDqHoGR { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:21.125rem;left:37.4375rem; }
#WZ6xUg64imrZMxx1BQzZ0dSvhZf0DzLT { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:18.9375rem;left:51.875rem; }
#Qi7yxKQo3yTRyO75cyIZSeGZ5er49pTw { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:21.125rem;left:51.875rem; }
#xAnTKrwAEkX5kZ8CVw7cTwp9GUc5WBT9 { 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; }#xAnTKrwAEkX5kZ8CVw7cTwp9GUc5WBT9 > .row .container { background-color: transparent; background-image: none; }#xAnTKrwAEkX5kZ8CVw7cTwp9GUc5WBT9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xAnTKrwAEkX5kZ8CVw7cTwp9GUc5WBT9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xAnTKrwAEkX5kZ8CVw7cTwp9GUc5WBT9 > .row .container > .video-iframe-container { display: none; }#xAnTKrwAEkX5kZ8CVw7cTwp9GUc5WBT9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xAnTKrwAEkX5kZ8CVw7cTwp9GUc5WBT9 > .row > .video-iframe-container { display: none; }#xAnTKrwAEkX5kZ8CVw7cTwp9GUc5WBT9 > .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); }#xAnTKrwAEkX5kZ8CVw7cTwp9GUc5WBT9 > .row .container { border-width: 0; border-radius: 0; }#xAnTKrwAEkX5kZ8CVw7cTwp9GUc5WBT9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xAnTKrwAEkX5kZ8CVw7cTwp9GUc5WBT9 > .row .container { font-size:0.875rem;font-family:arial;height:0.125rem;width:75rem;position:relative;display:block; }#IX1vn2oyO6PAzLMUQghCEPDMXJgKzuXu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e224e1a5-389b-4759-afda-64db932a6f9d/20230202_AIC_Landingi_Mkt_Screendesign_Panel5_Screenshots_Desktop.jpg");background-position:top 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; }#IX1vn2oyO6PAzLMUQghCEPDMXJgKzuXu.adaptive-delivery-prevent-bg, #IX1vn2oyO6PAzLMUQghCEPDMXJgKzuXu.lazyload, #IX1vn2oyO6PAzLMUQghCEPDMXJgKzuXu.lazyloading { background-image: none; }#IX1vn2oyO6PAzLMUQghCEPDMXJgKzuXu > .row .container { background-color: transparent; background-image: none; }#IX1vn2oyO6PAzLMUQghCEPDMXJgKzuXu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IX1vn2oyO6PAzLMUQghCEPDMXJgKzuXu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IX1vn2oyO6PAzLMUQghCEPDMXJgKzuXu > .row .container > .video-iframe-container { display: none; }#IX1vn2oyO6PAzLMUQghCEPDMXJgKzuXu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IX1vn2oyO6PAzLMUQghCEPDMXJgKzuXu > .row > .video-iframe-container { display: none; }#IX1vn2oyO6PAzLMUQghCEPDMXJgKzuXu > .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); }#IX1vn2oyO6PAzLMUQghCEPDMXJgKzuXu > .row .container { border-width: 0; border-radius: 0; }#IX1vn2oyO6PAzLMUQghCEPDMXJgKzuXu::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; }#IX1vn2oyO6PAzLMUQghCEPDMXJgKzuXu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IX1vn2oyO6PAzLMUQghCEPDMXJgKzuXu > .row .container { font-size:0.875rem;font-family:arial;height:47.8125rem;width:75rem;position:relative;display:block; }#tm6qq6g4R9dLP4WRZXxGWbfbQ0JTugQQ { color:#20292f;display:block;width:75rem;position:absolute;font-family:cinzel;font-size:3rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:6.1875rem;left:0rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Hei6GT79ffQAR8SfsaIbJp0r9XctEovn { 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:7rem;width:12.5rem;top:14.3125rem;left:15.5625rem;overflow:hidden;display:block; }
#wr7JqwQfU2hbpXHnRUnqXTDX1MVzmNPT { position:absolute;display:block;z-index:15002;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:7.4375rem;width:12.5rem;top:14.0625rem;left:31.3125rem;overflow:hidden;display:block; }
#RGoCnQFiqmeldt3lMM0xAF4TPexQ1fBE { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.75rem;width:12.5rem;top:13.9375rem;left:46.9375rem;overflow:hidden;display:block; }
#MvRllFaGD3MEQAe3VXi9HIPbKoiZIvv2 { position:absolute;display:block;z-index:15005;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:7.4375rem;width:11.875rem;top:23.75rem;left:31.3125rem;overflow:hidden;display:block; }
#HVClLTznGQO1zz7gNID87TM1J518ALd1 { position:absolute;display:block;z-index:15006;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:7.75rem;width:12.375rem;top:23.625rem;left:46.9375rem;overflow:hidden;display:block; }
#aiSDHXCVzl3L1nP5acoSDErrw60FVgCV { position:absolute;display:block;z-index:15004;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:7rem;width:11.1875rem;top:24rem;left:15.5625rem;overflow:hidden;display:block; }
#pW7yrZeekONJW6yg2yZJpnTZo3xAUSOo { position:absolute;display:block;z-index:15008;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:7rem;width:11.875rem;top:33.9375rem;left:31.125rem;overflow:hidden;display:block; }
#xlCT5g1llug3QLRVzmW1BK4OLNbBROFo { position:absolute;display:block;z-index:15009;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:6.9375rem;width:12.375rem;top:33.8125rem;left:46.75rem;overflow:hidden;display:block; }
#EGv48BLZ8FgBfyZ6MNxyVz26QQcJrs86 { position:absolute;display:block;z-index:15007;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:6.25rem;width:11.1875rem;top:34.1875rem;left:15.375rem;overflow:hidden;display:block; }
#DfdJgcVJsSAIDTZyVof4WSZBctbabdPO { 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; }#DfdJgcVJsSAIDTZyVof4WSZBctbabdPO > .row .container { background-color: transparent; background-image: none; }#DfdJgcVJsSAIDTZyVof4WSZBctbabdPO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DfdJgcVJsSAIDTZyVof4WSZBctbabdPO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DfdJgcVJsSAIDTZyVof4WSZBctbabdPO > .row .container > .video-iframe-container { display: none; }#DfdJgcVJsSAIDTZyVof4WSZBctbabdPO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DfdJgcVJsSAIDTZyVof4WSZBctbabdPO > .row > .video-iframe-container { display: none; }#DfdJgcVJsSAIDTZyVof4WSZBctbabdPO > .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); }#DfdJgcVJsSAIDTZyVof4WSZBctbabdPO > .row .container { border-width: 0; border-radius: 0; }#DfdJgcVJsSAIDTZyVof4WSZBctbabdPO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DfdJgcVJsSAIDTZyVof4WSZBctbabdPO > .row .container { font-size:0.875rem;font-family:arial;height:0.125rem;width:75rem;position:relative;display:block; }#wkT9TriZ3itJN41GETqfZcgTS9RJ5C8I { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#wkT9TriZ3itJN41GETqfZcgTS9RJ5C8I > .row .container { background-color: transparent; background-image: none; }#wkT9TriZ3itJN41GETqfZcgTS9RJ5C8I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wkT9TriZ3itJN41GETqfZcgTS9RJ5C8I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wkT9TriZ3itJN41GETqfZcgTS9RJ5C8I > .row .container > .video-iframe-container { display: none; }#wkT9TriZ3itJN41GETqfZcgTS9RJ5C8I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wkT9TriZ3itJN41GETqfZcgTS9RJ5C8I > .row > .video-iframe-container { display: none; }#wkT9TriZ3itJN41GETqfZcgTS9RJ5C8I > .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); }#wkT9TriZ3itJN41GETqfZcgTS9RJ5C8I > .row .container { border-width: 0; border-radius: 0; }#wkT9TriZ3itJN41GETqfZcgTS9RJ5C8I > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wkT9TriZ3itJN41GETqfZcgTS9RJ5C8I > .row .container { font-size:0.875rem;font-family:arial;height:31.6875rem;width:75rem;position:relative;display:block; }#HVZ1E88FarQvGFR1QQLAVHouCMz2JP91 { color:#ffffff;display:block;width:75rem;position:absolute;font-family:roboto;font-size:2.375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.6875rem;left:0rem;height:3.0875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XwAv4snDd28DvuT0XznI1JrrN0JDxmGA { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:11rem;top:14.8125rem;left:19.8125rem;overflow:hidden;display:block; }
#TGRaTyUvFSIW5zZ6cS2a9BmVTra8nD9H { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:2.25rem;width:3.8125rem;top:14.8125rem;left:34.3125rem;overflow:hidden;display:block; }
#RdfxmuxxUMUke0Hyhg7wIPGHoO0nQOiV { position:absolute;display:block;z-index:15011;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.5625rem;width:2.9375rem;top:14.1875rem;left:43rem;overflow:hidden;display:block; }
#wi9x35KF6PSw4iZxBJGsXrH7FiTou6zU { position:absolute;display:block;z-index:15012;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.5625rem;width:3.5625rem;top:14.1875rem;left:51.6875rem;overflow:hidden;display:block; }
#JDazXLlT1uU5tb0eqXeoVrcm1DxeZINP { position:absolute;display:block;z-index:15013;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:56.25rem;top:25.8125rem;left:8.125rem;display:block; }
#NGyecRU32ct0Wfihnnyi0Dp6ZXvOHEDS { color:#ffffff;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:26.75rem;left:0rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#UsLv9BfDUsIJ9FK94pbiu52snsBT7NTv { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:19.625rem;left:28.125rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cQ1PKRZxK5rmKxiX42JRyqKByt1uteJA { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:21.5625rem;left:28.125rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aLZ5BRQkFy8E0h1JXn8iF6GFdGKPfilG { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:23.375rem;left:28.125rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RJnGGIEJWAioD7iBKl7wFz2hNHVdh0Vq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:9.0625rem;left:29.375rem; }
#RJnGGIEJWAioD7iBKl7wFz2hNHVdh0Vq > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#smhQ0lCIfVck0SvtIdHc9FaTlW8KXU9L { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:9rem;left:33.75rem; }
#smhQ0lCIfVck0SvtIdHc9FaTlW8KXU9L > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#LbR4we37krKK560uMinGcJN9erfgM8U0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:9rem;left:38.125rem; }
#LbR4we37krKK560uMinGcJN9erfgM8U0 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#sP4vT04s7Ml4zxP7s4Fb9NcFTHOpk1gb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:9rem;left:42.5rem; }
#sP4vT04s7Ml4zxP7s4Fb9NcFTHOpk1gb > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#PAzOWmoDWASBdNc1tcNa23iRhoihEIL0 { 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; }#PAzOWmoDWASBdNc1tcNa23iRhoihEIL0 > .row .container { background-color: transparent; background-image: none; }#PAzOWmoDWASBdNc1tcNa23iRhoihEIL0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PAzOWmoDWASBdNc1tcNa23iRhoihEIL0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PAzOWmoDWASBdNc1tcNa23iRhoihEIL0 > .row .container > .video-iframe-container { display: none; }#PAzOWmoDWASBdNc1tcNa23iRhoihEIL0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PAzOWmoDWASBdNc1tcNa23iRhoihEIL0 > .row > .video-iframe-container { display: none; }#PAzOWmoDWASBdNc1tcNa23iRhoihEIL0 > .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); }#PAzOWmoDWASBdNc1tcNa23iRhoihEIL0 > .row .container { border-width: 0; border-radius: 0; }#PAzOWmoDWASBdNc1tcNa23iRhoihEIL0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PAzOWmoDWASBdNc1tcNa23iRhoihEIL0 > .row .container { font-size:0.875rem;font-family:arial;height:0.125rem;width:75rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #afmUsLOeuZbQWCnFeNU6CCug6QLlyfST { top:13.5rem;left:15rem;width:17.6875rem;height:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DAR3xOTty4vT3y1KA9Cq30JghxKLQC8B { top:52.5625rem;left:13.375rem;width:20.9375rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSSOnW5VIiSt4PhKKCcoSDAJahzvIThC { top:53.875rem;left:13.75rem;width:20.5rem;height:2.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yn3ucnWwg24ELuoiXCNVA4NRcraEPz0P { top:28.5625rem;left:0rem;width:47.75rem;height:4.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XaizuBQZlpMZiAbA2L27dZyGIzhR60I3 { top:26.1875rem;left:0rem;width:47.75rem;height:5.6902083333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #FEroJDiEw5X2ySDTP6SrrJ6OcMQT4JHM { top:21.875rem;left:35.25rem;width:12.5rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HG1Kr6xRdNU80yzTyH9kSami2CwFTatX { top:40.125rem;left:13.1875rem;width:19.1875rem;height:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qw4TWUKVu3SANycheEHVyGTRrF4M6txE { top:40.25rem;left:14rem;width:19.75rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s135Vi89OdXrn7240hZuLr272udpCewZ { top:40.0625rem;left:12.5625rem;width:20.8125rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtie8dsWtTToFw4NoGRDQVUbigWDQptp { top:43.625rem;left:21.8125rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #glWlsQ4gFnJ79RmF7f4yZheoRmJkOUn8 { top:44.5625rem;left:14.375rem;width:19rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Akpl4C76q0My5zFNSBNI25qreUUV9Gq5 { top:45.1875rem;left:15.625rem;width:16.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpiXSiulbkTHcvUxvwUReWGD8nXd6zbh { top:0rem;left:0rem;width:9.75rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MISDnuoGqK3UVMyvzRfnNbtNlSkQ01fh { top:0rem;left:33.3125rem;width:14.4375rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEpp1ybCTsB1LVTEEnuckRre5DGnievf { top:8.1875rem;left:32.36874961853rem;width:14.4375rem;height:7.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZEl6ZJMd7wOwxlhr5m3JU3LIgmAM0bSO { top:8.1875rem;left:32.36874961853rem;width:14.4375rem;height:7.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #afDLP4CrryCCib6IJg6FTwz3mPuXktZr { display:none; }
 }@media only screen and (max-width: 763px) { #XqCmtz46DT801gqvaPuSsLADuP1hKUiL { display:block; }#XqCmtz46DT801gqvaPuSsLADuP1hKUiL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q5WmxXdqq4BELkTPKm47O6fWpTAczKvq { display:none; }#Q5WmxXdqq4BELkTPKm47O6fWpTAczKvq > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wbnXB2yc2vLyTa0Zv2N8wBIhDorsxf3e { display:block; }#wbnXB2yc2vLyTa0Zv2N8wBIhDorsxf3e > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AL8TkzXpLEFO21DmXsIhCP2q0f0UFxAi { top:22.6875rem;left:0rem;width:33.125rem;height:;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #IekyIeGMEdybpXIxgrhmZ78CPi92BQwq { top:26.125rem;left:0rem;width:33.125rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVSRaH3QHMizT2uWgVwXkS5h2UIH1qe6 { top:18.625rem;left:0rem;width:34.5rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPvC0P9scxrG6lPQIpDSqZmTE211ELMH { display:block; }#fPvC0P9scxrG6lPQIpDSqZmTE211ELMH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MZWMol5CDDW2c4GKmJSJzTnZKIsvnnEn { display:none; }#MZWMol5CDDW2c4GKmJSJzTnZKIsvnnEn > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gScZ7fuNkID9CUrNvg1JHHvyZn4etiDQ { display:block; }#gScZ7fuNkID9CUrNvg1JHHvyZn4etiDQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w4f3XyOOkr0qt8DN3my8rA6Z0UvVfhdg { top:28.375rem;left:7.3125rem;width:33.125rem;height:;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnHmqkNRpaTZGsevkw5m6xNSfugapV3i { top:32.25rem;left:7.3125rem;width:33.125rem;height:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkVCuS8Zeem8PPdsH2vh3PRn2MbUWMQ6 { top:25.3125rem;left:6.625rem;width:34.5rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQJ4soDbtih6mQrkQZNSUJcSsglRDvyB { top:51.125rem;left:22.375rem;width:25.375rem;height:45.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTgHkm3WTR0ST1ckkrQGdgZTQP2bvv9O { display:block; }#WTgHkm3WTR0ST1ckkrQGdgZTQP2bvv9O > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BbJIOqW9hrCztIwdGkPAPlfhgs9qxcgy { display:block; }#BbJIOqW9hrCztIwdGkPAPlfhgs9qxcgy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FNTXS6s3g3R1r8RH3MKkrQrMU2mpvpim { top:48.0625rem;left:14.1875rem;width:3.75rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvFoNW7LSgsfyBCPf62DKHbQ92TQXVQI { top:47.9375rem;left:19.8125rem;width:3.75rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqNZRBOrogrubwRHznbrl0nFRoEVJHZJ { top:48.6875rem;left:35.8125rem;width:3.75rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #antUTAG9FsTWqfhkdql460IlLe0f1Maa { top:47.5rem;left:8.625rem;width:3.75rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xa0KtoavPgtpGmwdUn6l8qBvwLCLsNl6 { top:48.375rem;left:41rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIDF8VRvNvD1Sz1ChP5fsw2IhElzkXh3 { top:48.0625rem;left:30.75rem;width:3.75rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBJJ6UIEAwstTfev98TowLUwHvvPOyWQ { top:48.375rem;left:44rem;width:3.75rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k96L4uX334zKW6P4QKbxAga04M5QyuoJ { top:48.625rem;left:25.0625rem;width:3.75rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #agzMelTlJMRspeoBUnyv4EDQzKUPOBsD { top:3.5rem;left:8.625rem;width:39.125rem;height:39.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wevUJ7k5ZxkT04JSzz3DKgAfVqHZuldE { top:17.75rem;left:0rem;width:31.25rem;height:;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #katNRaNdQdHiN5a9UlMJGB23nT7UWABA { top:21.0625rem;left:0rem;width:28.375rem;height:8rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkG0ocDGngDJIAi5Tx1QktAZp4LaThNB { width:43.75rem;height:43.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #NGNpbRGHegU7VxoX0L4KXsfBvnmJgT3r { top:17.6875rem;left:0rem;width:31.25rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #caspTZKl6oFNOZ9l0CO0ETbmW7v0NAJ9 { top:21.0625rem;left:0rem;width:28.375rem;height:8rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vw2U3tfPGEimb4E8krGKzLprBn4DuNmu { top:6.25rem;left:8.625rem;width:39.125rem;height:39.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BODR0rAVRywGksXc2R1wypNUE63VdwTe { top:17.6875rem;left:0rem;width:31.25rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #yG2I6BoOTvgcwOJP9UBipJI06BZ3GVIC { top:21.0625rem;left:0rem;width:28.375rem;height:8rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9i86dSgiVHv0fptlEzci9JPC8vIEoil { top:4.1875rem;left:8.625rem;width:39.125rem;height:39.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KnkBOIvDOHaF34J8zmntLbEo6RKCskH6 { top:17.6875rem;left:0rem;width:31.25rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mU6FqZBiKkSzOlFobbabWzs0qSphk4vi { top:21.0625rem;left:0rem;width:28.375rem;height:11.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #muVyWcDQId8OkMXo21aHhGNkB0FlGPBo { top:4.8125rem;left:8.625rem;width:39.125rem;height:39.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHhMx2yrMs7kcfhVdyQ4hyJcLgppiJ1U { top:17.75rem;left:0rem;width:31.25rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zak5I0OLLPD3C5hSCkM3UvEcTtVTla2U { top:21.0625rem;left:0rem;width:28.375rem;height:11.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ei8TOvaX5Z6ME4fcyHK7rFyyp36pqTGd { top:4.8125rem;left:26.5625rem;width:21.1875rem;height:37.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTaD15OwzHkfpAup0JOlgzVqCJdfm8UU { top:17.6875rem;left:0rem;width:31.25rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWrxBCQzLJ9lg1ev9G02zQITt67TSIaQ { top:21.0625rem;left:0rem;width:28.375rem;height:9.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsT2B2uGNCktw2dRwRGqomIG0chMfq15 { top:4.6875rem;left:8.625rem;width:39.125rem;height:39.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nP7Taz3qr0zOKVRL7GbUN2iv3xzOsoNo { top:17.6875rem;left:0rem;width:31.25rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vH4AMeJnPMqgeWyTwhMcfPO0Hs5gBt59 { top:21.0625rem;left:0rem;width:28.375rem;height:11.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPKc3gWSyTHgMDrbGMTwcnyAO0q73Mx4 { top:3.5rem;left:8.625rem;width:39.125rem;height:39.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNoDhWKqq5Tw7UT5zNKF5q0Ioy0O1kqU { top:21.0625rem;left:0rem;width:28.375rem;height:8rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycBNP3CCuNHei4p72O7V9n2pUdzlnDlI { top:17.6875rem;left:0rem;width:31.25rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #sENoz13RuIQN6BJXrbVLepfGePk0WK1R { top:48.625rem;left:3.4375rem;width:3.75rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6xSXytqF9NJbdFWc8cH3B5KSBEN9X6b { top:4.6875rem;left:8.625rem;width:39.125rem;height:39.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArwJ5Ibh6FatNJaHTXZmZKT1XKLNlSis { top:17.75rem;left:0rem;width:31.25rem;height:;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIdhAxFRaCUOhaXrW1L1h0HexHQqrDUR { top:21.0625rem;left:0rem;width:28.375rem;height:9.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTbTROcQIPzcpnlIeXxlZbvzblbGc7io { top:48.375rem;left:0rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1m8BuaqStzqOiTWmUuDCG5hFh5Zybhv { top:17.75rem;left:0rem;width:31.25rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdUZ5U3HeL4zJSSUdStxIMirqksq9xod { top:21.0625rem;left:0rem;width:28.375rem;height:12.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lepJa9ntNVdSNuwvz3Fr88ZkWCtEusKa { top:2.3125rem;left:6.25rem;width:41.5rem;height:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFEoWl2SKsTKFduDMq8WSnz8vE2mWPTb { top:2.375rem;left:10.75rem;width:37rem;height:41.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6JgiwHCwQ66sHOBLlJCaGMMW7Q6PwEO { top:17.75rem;left:0rem;width:31.25rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0SRSTmRB53PHcR3Tvb1rAX3aIlmX3oM { top:21.0625rem;left:0rem;width:28.375rem;height:11.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKLFeyaKk9IA6helDWsuaHcm7PzJG3R3 { top:48rem;left:0rem;width:3.6875rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBa03fbRnqux2RvN1LsNg0mA4krfqMgZ { display:block; }#qBa03fbRnqux2RvN1LsNg0mA4krfqMgZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T4TIfEUK3DuLA8Io9OCac6qNUJqgB0rD { display:block; }#T4TIfEUK3DuLA8Io9OCac6qNUJqgB0rD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lRckoAA42V1M7k1F7Ukrt4gCJh2JG2b3 { top:4rem;left:7.3125rem;width:33.125rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwOrvr5hTocmey8zfiL3fK1TxBRVQTcf { top:9.25rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAFtLSKtORB6p8COLzpTFXbaPramRhqc { top:12.4375rem;left:0rem;width:18.125rem;height:31.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #REN6eiDsIebsctTdHnxQNkLNlWxZZbuT { top:12.4375rem;left:31.625rem;width:14.3125rem;height:31.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNAZP9XJzxzZHCrz3P8GnAqtk03Z05i6 { top:12.4375rem;left:17.1875rem;width:14.4375rem;height:31.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q989oBkbKfturis1tz8hn7eh0ACaca9p { top:13.25rem;left:37.875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScIUiwuf7oqy1FPVUGfMu4u8nWPURPp4 { top:13.25rem;left:23.5rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NI9dyHbsToPUezAIgTITTfxZRxy2AB5F { top:15.9375rem;left:17.375rem;width:14.3125rem;height:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIc1c21KnDZwEvpK92MJU9qN4obusOHe { top:15.9375rem;left:32.5625rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qxoy0hlSUQsody0lpdXwKTazAy7Fy5GW { top:23.4375rem;left:0rem;width:18.125rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofVBOKrQMisuW92EJDEZvanAsphGVz9U { top:25.5rem;left:0rem;width:18.125rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQxW6NTG5yTa7Cdq9oabMbeRUZsyDm0i { top:27.6875rem;left:0rem;width:18.125rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMhPD08ucbe5PDVPVwDzswz5Z3Mkv1V0 { top:30rem;left:0rem;width:18.125rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WiXSDCPGIBTMKrnETa9ZsXgsTuuXdeqM { top:32.1875rem;left:0rem;width:18.125rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2xc7JER79BPtTklwlXJdUtrtrSHfqg0 { top:34.4375rem;left:0rem;width:18.125rem;height:2.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxvy4BZJX1ZWHv4yxeKS3mJt7bWs7A5h { top:15.9375rem;left:1.875rem;width:12.5rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7kV9TVXmVZZHQ1JnZrGcZX5xpfAS2SK { top:36.6875rem;left:0rem;width:18.125rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #loPxHqrK804pwSvea754TUJzPcOgsPIr { top:38.9375rem;left:0rem;width:18.125rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOGu9f0LRBTKxGtnAbovTDZaENlhDvVd { top:41.1875rem;left:0rem;width:18.125rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oI1JFeXBMZA8D9KaE6v6ycACTAKLaTzC { top:23.4375rem;left:17.1875rem;width:14.3125rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCTbVrwZWiA4T5hiNGX1DRbiGVRGCDhS { top:23.4375rem;left:31.625rem;width:14.3125rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5GOGiv6wUMhEBPSTJlMIkTl1SAxGpgC { top:25.5rem;left:17.375rem;width:14.3125rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eskxW4HA1zouF9OhKOrEFIbXy6gvBxm8 { top:25.5rem;left:31.625rem;width:14.3125rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0JkfBO8NB6TtfwXgM7wRrfh3R8HVyr8 { top:27.6875rem;left:17.375rem;width:14.3125rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLvoQqtykshQQpmGtkCDMDpIT6axwshg { top:30rem;left:17.375rem;width:14.3125rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVBzPiCmKRHHDowXOzddkXJHNnulqcBS { top:32.1875rem;left:17.375rem;width:14.3125rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFXUDMQowSyEA7FazV1AU2hWPP8PgCHW { top:34.4375rem;left:17.375rem;width:14.3125rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fuF0ZiU8H7rSSzBA6rcxLo96HJ9T4IPp { top:36.6875rem;left:17.375rem;width:14.3125rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAW316OiT3DTpQOSFaqVwiGTUX7V5oGD { top:38.9375rem;left:17.375rem;width:14.3125rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMOdmNkZunznEB27vp1vTQrKTeUgTv3z { top:41.1875rem;left:17.375rem;width:14.3125rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4r4Lr60GVfgSeld9TVKCmP297Q6xzs8 { top:27.6875rem;left:31.625rem;width:14.3125rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcJfvVB9saMOPZDpwVRXRcqOuqHNyKCm { top:30rem;left:31.625rem;width:14.3125rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #B70nPXGTd6c1TbxSshp6OW2SoV8BKIvO { top:32.1875rem;left:31.625rem;width:14.3125rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dv3ocsDPbsCXR4CTrBycq2A6WPddR8gF { top:34.4375rem;left:31.625rem;width:14.3125rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iT90CS70NV8HxSn3gdS3JMdMUQPNf4zs { top:36.6875rem;left:31.625rem;width:14.3125rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1DmKqp10c4drZtm2mMGFEGvIRWlTyPz { top:38.9375rem;left:31.625rem;width:14.3125rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlGnXI2p8UxAyxy9TMCJUBSvplD1TcIR { top:41.1875rem;left:31.625rem;width:14.3125rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oV7Lm1TFnBNIfoum45aQtv2KEr0QOyET { top:21.1875rem;left:0rem;width:18.125rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0M2HhzH57wfKw2kHA8HI6SKkwX0LNZm { top:18.9375rem;left:0rem;width:17.5rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgeM6b3bLuNwL01fFNCGc75PSNRXDydd { top:18.9375rem;left:23.8125rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTZXcDe6qXBSQGU838aBKZSm2hDqHoGR { top:21.125rem;left:23.8125rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZ6xUg64imrZMxx1BQzZ0dSvhZf0DzLT { top:18.9375rem;left:38.25rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qi7yxKQo3yTRyO75cyIZSeGZ5er49pTw { top:21.125rem;left:38.25rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAnTKrwAEkX5kZ8CVw7cTwp9GUc5WBT9 { display:block; }#xAnTKrwAEkX5kZ8CVw7cTwp9GUc5WBT9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IX1vn2oyO6PAzLMUQghCEPDMXJgKzuXu { display:block; }#IX1vn2oyO6PAzLMUQghCEPDMXJgKzuXu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tm6qq6g4R9dLP4WRZXxGWbfbQ0JTugQQ { top:6.1875rem;left:0rem;width:47.75rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hei6GT79ffQAR8SfsaIbJp0r9XctEovn { top:14.3125rem;left:1.9375rem;width:12.5rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #wr7JqwQfU2hbpXHnRUnqXTDX1MVzmNPT { top:14.0625rem;left:17.6875rem;width:12.5rem;height:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGoCnQFiqmeldt3lMM0xAF4TPexQ1fBE { top:13.9375rem;left:33.3125rem;width:12.5rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvRllFaGD3MEQAe3VXi9HIPbKoiZIvv2 { top:23.75rem;left:17.6875rem;width:11.875rem;height:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVClLTznGQO1zz7gNID87TM1J518ALd1 { top:23.625rem;left:33.3125rem;width:12.375rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aiSDHXCVzl3L1nP5acoSDErrw60FVgCV { top:24rem;left:1.9375rem;width:11.1875rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #pW7yrZeekONJW6yg2yZJpnTZo3xAUSOo { top:33.9375rem;left:17.5rem;width:11.875rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlCT5g1llug3QLRVzmW1BK4OLNbBROFo { top:33.8125rem;left:33.125rem;width:12.375rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGv48BLZ8FgBfyZ6MNxyVz26QQcJrs86 { top:34.1875rem;left:1.75rem;width:11.1875rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfdJgcVJsSAIDTZyVof4WSZBctbabdPO { display:block; }#DfdJgcVJsSAIDTZyVof4WSZBctbabdPO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wkT9TriZ3itJN41GETqfZcgTS9RJ5C8I { display:block; }#wkT9TriZ3itJN41GETqfZcgTS9RJ5C8I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HVZ1E88FarQvGFR1QQLAVHouCMz2JP91 { top:3.6875rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwAv4snDd28DvuT0XznI1JrrN0JDxmGA { top:14.8125rem;left:6.1875rem;width:11rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGRaTyUvFSIW5zZ6cS2a9BmVTra8nD9H { top:14.8125rem;left:20.6875rem;width:3.8125rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdfxmuxxUMUke0Hyhg7wIPGHoO0nQOiV { top:14.1875rem;left:29.375rem;width:2.9375rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wi9x35KF6PSw4iZxBJGsXrH7FiTou6zU { top:14.1875rem;left:38.0625rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDazXLlT1uU5tb0eqXeoVrcm1DxeZINP { top:25.8125rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGyecRU32ct0Wfihnnyi0Dp6ZXvOHEDS { top:26.75rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsLv9BfDUsIJ9FK94pbiu52snsBT7NTv { top:19.625rem;left:14.5rem;width:18.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQ1PKRZxK5rmKxiX42JRyqKByt1uteJA { top:21.5625rem;left:14.5rem;width:18.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLZ5BRQkFy8E0h1JXn8iF6GFdGKPfilG { top:23.375rem;left:14.5rem;width:18.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJnGGIEJWAioD7iBKl7wFz2hNHVdh0Vq { top:9.0625rem;left:15.75rem;width:3.125rem;height:3.125rem;display:block; }
#RJnGGIEJWAioD7iBKl7wFz2hNHVdh0Vq > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #smhQ0lCIfVck0SvtIdHc9FaTlW8KXU9L { top:9rem;left:20.125rem;width:3.125rem;height:3.125rem;display:block; }
#smhQ0lCIfVck0SvtIdHc9FaTlW8KXU9L > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #LbR4we37krKK560uMinGcJN9erfgM8U0 { top:9rem;left:24.5rem;width:3.125rem;height:3.125rem;display:block; }
#LbR4we37krKK560uMinGcJN9erfgM8U0 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #sP4vT04s7Ml4zxP7s4Fb9NcFTHOpk1gb { top:9rem;left:28.875rem;width:3.125rem;height:3.125rem;display:block; }
#sP4vT04s7Ml4zxP7s4Fb9NcFTHOpk1gb > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #PAzOWmoDWASBdNc1tcNa23iRhoihEIL0 { display:block; }#PAzOWmoDWASBdNc1tcNa23iRhoihEIL0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/882ad848-c771-4243-a1ff-daa70d83da39/20250805_AIC_Classic_40_Instagram_1080x1350.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:63.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #afmUsLOeuZbQWCnFeNU6CCug6QLlyfST { width:15.5625rem;height:15.5625rem;top:0rem;left:2.2187501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #DAR3xOTty4vT3y1KA9Cq30JghxKLQC8B { width:20rem;height:4.0625rem;top:40.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSSOnW5VIiSt4PhKKCcoSDAJahzvIThC { width:20rem;height:2.34375rem;top:41.3125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yn3ucnWwg24ELuoiXCNVA4NRcraEPz0P { width:20rem;height:6.597625rem;top:30.0625rem;left:0rem;font-size:1.5rem;color:#ffffde;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XaizuBQZlpMZiAbA2L27dZyGIzhR60I3 { width:20rem;height:2.3927765237021rem;top:31.017707824707rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #FEroJDiEw5X2ySDTP6SrrJ6OcMQT4JHM { width:12.5rem;height:15.625rem;top:46.875rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #HG1Kr6xRdNU80yzTyH9kSami2CwFTatX { width:17.625rem;height:9.875rem;top:46.375rem;left:0.625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Qw4TWUKVu3SANycheEHVyGTRrF4M6txE { width:19.75rem;height:11.25rem;top:46rem;left:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #s135Vi89OdXrn7240hZuLr272udpCewZ { width:19.75rem;height:11.25rem;top:46rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtie8dsWtTToFw4NoGRDQVUbigWDQptp { width:4.1875rem;height:4.1875rem;top:49.5rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #glWlsQ4gFnJ79RmF7f4yZheoRmJkOUn8 { width:19rem;height:2.4375rem;top:42.6875rem;left:0.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Akpl4C76q0My5zFNSBNI25qreUUV9Gq5 { width:16.5rem;height:0;top:43.3125rem;left:1.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #UpiXSiulbkTHcvUxvwUReWGD8nXd6zbh { width:9.75rem;height:5.375rem;top:0rem;left:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MISDnuoGqK3UVMyvzRfnNbtNlSkQ01fh { width:6.25rem;height:3.3125rem;top:0rem;left:13.751041412354rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEpp1ybCTsB1LVTEEnuckRre5DGnievf { width:14.4375rem;height:7.8125rem;top:2.6875rem;left:6.8802080154419rem;z-index:15024;display:none; }
 }@media only screen and (max-width: 763px) { #ZEl6ZJMd7wOwxlhr5m3JU3LIgmAM0bSO { width:6.4375rem;height:6.4375rem;top:41.389583375rem;left:3.6302080154419rem;z-index:15025;display:none; }
 }@media only screen and (max-width: 763px) { #afDLP4CrryCCib6IJg6FTwz3mPuXktZr { top:27.125rem;left:0rem;width:20rem;height:12.5rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #XqCmtz46DT801gqvaPuSsLADuP1hKUiL { display:block; }#XqCmtz46DT801gqvaPuSsLADuP1hKUiL > .row .container { width:20rem;height:0.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q5WmxXdqq4BELkTPKm47O6fWpTAczKvq { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/c5a74eda-487f-4027-8381-2d060de70824/20230202_AIC_Landingi_Mkt_Screendesign_Mobile_PVE_with_slogan.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Q5WmxXdqq4BELkTPKm47O6fWpTAczKvq.adaptive-delivery-prevent-bg, #Q5WmxXdqq4BELkTPKm47O6fWpTAczKvq.lazyload, #Q5WmxXdqq4BELkTPKm47O6fWpTAczKvq.lazyloading { background-image: none; }#Q5WmxXdqq4BELkTPKm47O6fWpTAczKvq > .row .container { background-color: transparent; background-image: none; }#Q5WmxXdqq4BELkTPKm47O6fWpTAczKvq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q5WmxXdqq4BELkTPKm47O6fWpTAczKvq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q5WmxXdqq4BELkTPKm47O6fWpTAczKvq > .row .container > .video-iframe-container { display: none; }#Q5WmxXdqq4BELkTPKm47O6fWpTAczKvq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q5WmxXdqq4BELkTPKm47O6fWpTAczKvq > .row > .video-iframe-container { display: none; }#Q5WmxXdqq4BELkTPKm47O6fWpTAczKvq > .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); }#Q5WmxXdqq4BELkTPKm47O6fWpTAczKvq > .row .container { width:20rem;height:19.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wbnXB2yc2vLyTa0Zv2N8wBIhDorsxf3e { background-color:#190e0c;background-image:none;display:block; }#wbnXB2yc2vLyTa0Zv2N8wBIhDorsxf3e > .row .container { background-color: transparent; background-image: none; }#wbnXB2yc2vLyTa0Zv2N8wBIhDorsxf3e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wbnXB2yc2vLyTa0Zv2N8wBIhDorsxf3e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wbnXB2yc2vLyTa0Zv2N8wBIhDorsxf3e > .row .container > .video-iframe-container { display: none; }#wbnXB2yc2vLyTa0Zv2N8wBIhDorsxf3e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wbnXB2yc2vLyTa0Zv2N8wBIhDorsxf3e > .row > .video-iframe-container { display: none; }#wbnXB2yc2vLyTa0Zv2N8wBIhDorsxf3e > .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); }#wbnXB2yc2vLyTa0Zv2N8wBIhDorsxf3e > .row .container { width:20rem;height:19.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AL8TkzXpLEFO21DmXsIhCP2q0f0UFxAi { width:20rem;height:5.2rem;top:2.125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IekyIeGMEdybpXIxgrhmZ78CPi92BQwq { width:20rem;height:9.597625rem;top:7.375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MVSRaH3QHMizT2uWgVwXkS5h2UIH1qe6 { width:20rem;height:16.375rem;top:6.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #fPvC0P9scxrG6lPQIpDSqZmTE211ELMH { display:block; }#fPvC0P9scxrG6lPQIpDSqZmTE211ELMH > .row .container { width:20rem;height:0.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MZWMol5CDDW2c4GKmJSJzTnZKIsvnnEn { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/0327262e-f654-4c8c-a870-1b8d684d0c3d/20230202_AIC_Landingi_Mkt_Screendesign_Mobile_PVP_with_slogan.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#MZWMol5CDDW2c4GKmJSJzTnZKIsvnnEn.adaptive-delivery-prevent-bg, #MZWMol5CDDW2c4GKmJSJzTnZKIsvnnEn.lazyload, #MZWMol5CDDW2c4GKmJSJzTnZKIsvnnEn.lazyloading { background-image: none; }#MZWMol5CDDW2c4GKmJSJzTnZKIsvnnEn > .row .container { background-color: transparent; background-image: none; }#MZWMol5CDDW2c4GKmJSJzTnZKIsvnnEn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MZWMol5CDDW2c4GKmJSJzTnZKIsvnnEn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MZWMol5CDDW2c4GKmJSJzTnZKIsvnnEn > .row .container > .video-iframe-container { display: none; }#MZWMol5CDDW2c4GKmJSJzTnZKIsvnnEn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MZWMol5CDDW2c4GKmJSJzTnZKIsvnnEn > .row > .video-iframe-container { display: none; }#MZWMol5CDDW2c4GKmJSJzTnZKIsvnnEn > .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); }#MZWMol5CDDW2c4GKmJSJzTnZKIsvnnEn > .row .container { width:20rem;height:19.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gScZ7fuNkID9CUrNvg1JHHvyZn4etiDQ { background-color:#121920;background-image:none;display:block; }#gScZ7fuNkID9CUrNvg1JHHvyZn4etiDQ > .row .container { background-color: transparent; background-image: none; }#gScZ7fuNkID9CUrNvg1JHHvyZn4etiDQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gScZ7fuNkID9CUrNvg1JHHvyZn4etiDQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gScZ7fuNkID9CUrNvg1JHHvyZn4etiDQ > .row .container > .video-iframe-container { display: none; }#gScZ7fuNkID9CUrNvg1JHHvyZn4etiDQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gScZ7fuNkID9CUrNvg1JHHvyZn4etiDQ > .row > .video-iframe-container { display: none; }#gScZ7fuNkID9CUrNvg1JHHvyZn4etiDQ > .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); }#gScZ7fuNkID9CUrNvg1JHHvyZn4etiDQ > .row .container { width:20rem;height:20.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w4f3XyOOkr0qt8DN3my8rA6Z0UvVfhdg { width:20rem;height:5.2rem;top:1.0625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZnHmqkNRpaTZGsevkw5m6xNSfugapV3i { width:20rem;height:9.597625rem;top:6.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkVCuS8Zeem8PPdsH2vh3PRn2MbUWMQ6 { width:20rem;height:16.375rem;top:4.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #SQJ4soDbtih6mQrkQZNSUJcSsglRDvyB { width:20rem;height:35.911330049261rem;top:51.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #WTgHkm3WTR0ST1ckkrQGdgZTQP2bvv9O { display:block; }#WTgHkm3WTR0ST1ckkrQGdgZTQP2bvv9O > .row .container { width:20rem;height:0.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BbJIOqW9hrCztIwdGkPAPlfhgs9qxcgy { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/192c68be-6fe6-4fcc-afb1-4a7afdb9abec/20230202_AIC_Landingi_Mkt_Screendesign_Panel3_Characterselection_Desktop.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#BbJIOqW9hrCztIwdGkPAPlfhgs9qxcgy.adaptive-delivery-prevent-bg, #BbJIOqW9hrCztIwdGkPAPlfhgs9qxcgy.lazyload, #BbJIOqW9hrCztIwdGkPAPlfhgs9qxcgy.lazyloading { background-image: none; }#BbJIOqW9hrCztIwdGkPAPlfhgs9qxcgy > .row .container { background-color: transparent; background-image: none; }#BbJIOqW9hrCztIwdGkPAPlfhgs9qxcgy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BbJIOqW9hrCztIwdGkPAPlfhgs9qxcgy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BbJIOqW9hrCztIwdGkPAPlfhgs9qxcgy > .row .container > .video-iframe-container { display: none; }#BbJIOqW9hrCztIwdGkPAPlfhgs9qxcgy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BbJIOqW9hrCztIwdGkPAPlfhgs9qxcgy > .row > .video-iframe-container { display: none; }#BbJIOqW9hrCztIwdGkPAPlfhgs9qxcgy > .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); }#BbJIOqW9hrCztIwdGkPAPlfhgs9qxcgy > .row .container { width:20rem;height:54.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FNTXS6s3g3R1r8RH3MKkrQrMU2mpvpim { width:2.6875rem;height:3.125rem;top:40.0625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvFoNW7LSgsfyBCPf62DKHbQ92TQXVQI { width:2.5rem;height:3.125rem;top:40.0625rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqNZRBOrogrubwRHznbrl0nFRoEVJHZJ { width:3.125rem;height:2.625rem;top:40.0625rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #antUTAG9FsTWqfhkdql460IlLe0f1Maa { width:2.125rem;height:3.125rem;top:40.0625rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xa0KtoavPgtpGmwdUn6l8qBvwLCLsNl6 { width:3.125rem;height:3.0625rem;top:44.8125rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIDF8VRvNvD1Sz1ChP5fsw2IhElzkXh3 { width:2.6875rem;height:3.125rem;top:44.8125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBJJ6UIEAwstTfev98TowLUwHvvPOyWQ { width:2.75rem;height:3.125rem;top:44.8125rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k96L4uX334zKW6P4QKbxAga04M5QyuoJ { width:3.125rem;height:2.6875rem;top:44.8125rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #agzMelTlJMRspeoBUnyv4EDQzKUPOBsD { width:20rem;height:20rem;top:23.348957061767rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wevUJ7k5ZxkT04JSzz3DKgAfVqHZuldE { width:20rem;height:2.6rem;top:5.5rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #katNRaNdQdHiN5a9UlMJGB23nT7UWABA { width:20rem;height:11.19725rem;top:8.75rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;color:#465a68;display:block; }
 }@media only screen and (max-width: 763px) { #AkG0ocDGngDJIAi5Tx1QktAZp4LaThNB { top:1.048957824707rem;left:1.25rem;width:16.8125rem;height:16.8125rem;z-index:15011;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #NGNpbRGHegU7VxoX0L4KXsfBvnmJgT3r { width:20rem;height:2.6rem;top:5.5rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #caspTZKl6oFNOZ9l0CO0ETbmW7v0NAJ9 { width:20rem;height:12.796875rem;top:8.75rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;color:#465a68;display:block; }
 }@media only screen and (max-width: 763px) { #vw2U3tfPGEimb4E8krGKzLprBn4DuNmu { width:20rem;height:20rem;top:6.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #BODR0rAVRywGksXc2R1wypNUE63VdwTe { width:20rem;height:2.6rem;top:5.5rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yG2I6BoOTvgcwOJP9UBipJI06BZ3GVIC { width:20rem;height:11.19725rem;top:8.75rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;color:#465a68;display:block; }
 }@media only screen and (max-width: 763px) { #H9i86dSgiVHv0fptlEzci9JPC8vIEoil { width:20rem;height:20rem;top:4.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KnkBOIvDOHaF34J8zmntLbEo6RKCskH6 { width:20rem;height:2.6rem;top:5.5rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mU6FqZBiKkSzOlFobbabWzs0qSphk4vi { width:20rem;height:15.996125rem;top:8.75rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;color:#465a68;display:block; }
 }@media only screen and (max-width: 763px) { #muVyWcDQId8OkMXo21aHhGNkB0FlGPBo { width:20rem;height:20rem;top:4.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #kHhMx2yrMs7kcfhVdyQ4hyJcLgppiJ1U { width:20rem;height:2.6rem;top:5.5rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zak5I0OLLPD3C5hSCkM3UvEcTtVTla2U { width:20rem;height:14.3965rem;top:8.75rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;color:#465a68;display:block; }
 }@media only screen and (max-width: 763px) { #ei8TOvaX5Z6ME4fcyHK7rFyyp36pqTGd { width:20rem;height:35.752212389381rem;top:4.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #LTaD15OwzHkfpAup0JOlgzVqCJdfm8UU { width:20rem;height:2.6rem;top:5.5rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AWrxBCQzLJ9lg1ev9G02zQITt67TSIaQ { width:20rem;height:12.796875rem;top:8.75rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;color:#465a68;display:block; }
 }@media only screen and (max-width: 763px) { #UsT2B2uGNCktw2dRwRGqomIG0chMfq15 { width:20rem;height:20rem;top:4.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #nP7Taz3qr0zOKVRL7GbUN2iv3xzOsoNo { width:20rem;height:2.6rem;top:5.5rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vH4AMeJnPMqgeWyTwhMcfPO0Hs5gBt59 { width:20rem;height:14.3965rem;top:8.75rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;color:#465a68;display:block; }
 }@media only screen and (max-width: 763px) { #uPKc3gWSyTHgMDrbGMTwcnyAO0q73Mx4 { width:20rem;height:20rem;top:3.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wNoDhWKqq5Tw7UT5zNKF5q0Ioy0O1kqU { width:20rem;height:9.597625rem;top:8.75rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;color:#465a68;display:block; }
 }@media only screen and (max-width: 763px) { #ycBNP3CCuNHei4p72O7V9n2pUdzlnDlI { width:20rem;height:2.6rem;top:5.5rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sENoz13RuIQN6BJXrbVLepfGePk0WK1R { width:3.125rem;height:2.6875rem;top:35.71875rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6xSXytqF9NJbdFWc8cH3B5KSBEN9X6b { width:20rem;height:20rem;top:4.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ArwJ5Ibh6FatNJaHTXZmZKT1XKLNlSis { width:20rem;height:2.6rem;top:5.5rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rIdhAxFRaCUOhaXrW1L1h0HexHQqrDUR { width:20rem;height:14.3965rem;top:8.75rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;color:#465a68;display:block; }
 }@media only screen and (max-width: 763px) { #wTbTROcQIPzcpnlIeXxlZbvzblbGc7io { width:3.125rem;height:3.125rem;top:35.5rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1m8BuaqStzqOiTWmUuDCG5hFh5Zybhv { width:20rem;height:2.6rem;top:5.4992198944092rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MdUZ5U3HeL4zJSSUdStxIMirqksq9xod { width:20rem;height:19.1953rem;top:8.75rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;color:#465a68;display:block; }
 }@media only screen and (max-width: 763px) { #lepJa9ntNVdSNuwvz3Fr88ZkWCtEusKa { width:20rem;height:20rem;top:2.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #BFEoWl2SKsTKFduDMq8WSnz8vE2mWPTb { width:20rem;height:22.398648648649rem;top:2.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #L6JgiwHCwQ66sHOBLlJCaGMMW7Q6PwEO { width:20rem;height:2.5996125rem;top:5.5rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N0SRSTmRB53PHcR3Tvb1rAX3aIlmX3oM { width:20rem;height:15.996125rem;top:8.75rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;color:#465a68;display:block; }
 }@media only screen and (max-width: 763px) { #hKLFeyaKk9IA6helDWsuaHcm7PzJG3R3 { width:3.6875rem;height:4.5rem;top:34.8125rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBa03fbRnqux2RvN1LsNg0mA4krfqMgZ { display:block; }#qBa03fbRnqux2RvN1LsNg0mA4krfqMgZ > .row .container { width:20rem;height:0.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T4TIfEUK3DuLA8Io9OCac6qNUJqgB0rD { background-color:#747474;background-image:url("https://images.assets-landingi.com/uc/e1f7e8b1-8e40-426b-b189-737a93dc05ee/20230202_AIC_Landingi_Mkt_Screendesign_Mobile_Siel_with_slogan.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#T4TIfEUK3DuLA8Io9OCac6qNUJqgB0rD.adaptive-delivery-prevent-bg, #T4TIfEUK3DuLA8Io9OCac6qNUJqgB0rD.lazyload, #T4TIfEUK3DuLA8Io9OCac6qNUJqgB0rD.lazyloading { background-image: none; }#T4TIfEUK3DuLA8Io9OCac6qNUJqgB0rD > .row .container { width:20rem;height:94.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lRckoAA42V1M7k1F7Ukrt4gCJh2JG2b3 { width:20rem;height:2.6rem;top:2.3125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MwOrvr5hTocmey8zfiL3fK1TxBRVQTcf { width:20rem;height:3.9rem;top:5.75rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FAFtLSKtORB6p8COLzpTFXbaPramRhqc { width:8.5rem;height:37.8125rem;top:11.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #REN6eiDsIebsctTdHnxQNkLNlWxZZbuT { width:6.0625rem;height:37.8125rem;top:11.875rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNAZP9XJzxzZHCrz3P8GnAqtk03Z05i6 { width:6rem;height:37.8125rem;top:11.875rem;left:8.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #Q989oBkbKfturis1tz8hn7eh0ACaca9p { width:2.0625rem;height:2.0625rem;top:13rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScIUiwuf7oqy1FPVUGfMu4u8nWPURPp4 { width:2.0625rem;height:2.0625rem;top:13rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NI9dyHbsToPUezAIgTITTfxZRxy2AB5F { width:4.875rem;height:0.75rem;top:16.0625rem;left:8.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIc1c21KnDZwEvpK92MJU9qN4obusOHe { width:5.25rem;height:0.975rem;top:15.949999809265rem;left:14.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qxoy0hlSUQsody0lpdXwKTazAy7Fy5GW { width:7.875rem;height:0.975rem;top:23.75rem;left:0.3125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ofVBOKrQMisuW92EJDEZvanAsphGVz9U { width:7.875rem;height:1.95rem;top:25.6875rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yQxW6NTG5yTa7Cdq9oabMbeRUZsyDm0i { width:7.875rem;height:0.975rem;top:29.1875rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PMhPD08ucbe5PDVPVwDzswz5Z3Mkv1V0 { width:7.875rem;height:0.975rem;top:31.8125rem;left:0.3125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WiXSDCPGIBTMKrnETa9ZsXgsTuuXdeqM { width:7.875rem;height:0.975rem;top:34.6875rem;left:0.3125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n2xc7JER79BPtTklwlXJdUtrtrSHfqg0 { width:7.875rem;height:1.95rem;top:37.3125rem;left:0.3125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lxvy4BZJX1ZWHv4yxeKS3mJt7bWs7A5h { width:8.25rem;height:0.975rem;top:15.949999809265rem;left:0.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7kV9TVXmVZZHQ1JnZrGcZX5xpfAS2SK { width:8.4375rem;height:0.975rem;top:39.8125rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #loPxHqrK804pwSvea754TUJzPcOgsPIr { width:8.375rem;height:0.975rem;top:42.375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BOGu9f0LRBTKxGtnAbovTDZaENlhDvVd { width:8.375rem;height:0.975rem;top:44.8125rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oI1JFeXBMZA8D9KaE6v6ycACTAKLaTzC { width:6rem;height:0.975rem;top:23.75rem;left:8.5rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hCTbVrwZWiA4T5hiNGX1DRbiGVRGCDhS { width:5.5rem;height:0.975rem;top:23.75rem;left:14.5rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T5GOGiv6wUMhEBPSTJlMIkTl1SAxGpgC { width:6rem;height:0.975rem;top:26.174999237061rem;left:8.5rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eskxW4HA1zouF9OhKOrEFIbXy6gvBxm8 { width:5.3125rem;height:0.975rem;top:26.175000190735rem;left:14.6875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z0JkfBO8NB6TtfwXgM7wRrfh3R8HVyr8 { width:6rem;height:0.975rem;top:29.1875rem;left:8.5rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yLvoQqtykshQQpmGtkCDMDpIT6axwshg { width:6rem;height:0.975rem;top:31.8125rem;left:8.5rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xVBzPiCmKRHHDowXOzddkXJHNnulqcBS { width:6rem;height:0.975rem;top:34.6875rem;left:8.5rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WFXUDMQowSyEA7FazV1AU2hWPP8PgCHW { width:6rem;height:0.975rem;top:37.3125rem;left:8.5rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fuF0ZiU8H7rSSzBA6rcxLo96HJ9T4IPp { width:6rem;height:0.975rem;top:39.8125rem;left:8.5rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KAW316OiT3DTpQOSFaqVwiGTUX7V5oGD { width:6rem;height:0.975rem;top:42.375rem;left:8.5rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JMOdmNkZunznEB27vp1vTQrKTeUgTv3z { width:5.375rem;height:0.975rem;top:37.312500953674rem;left:14.625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J4r4Lr60GVfgSeld9TVKCmP297Q6xzs8 { width:5.1875rem;height:0.975rem;top:29.187500953674rem;left:14.8125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BcJfvVB9saMOPZDpwVRXRcqOuqHNyKCm { width:5.375rem;height:0.975rem;top:31.812500953674rem;left:14.625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B70nPXGTd6c1TbxSshp6OW2SoV8BKIvO { width:5.375rem;height:0.975rem;top:34.687500953674rem;left:14.625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Dv3ocsDPbsCXR4CTrBycq2A6WPddR8gF { width:6rem;height:0.975rem;top:44.8125rem;left:8.5rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iT90CS70NV8HxSn3gdS3JMdMUQPNf4zs { width:5.1875rem;height:0.975rem;top:44.812500953674rem;left:14.8125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I1DmKqp10c4drZtm2mMGFEGvIRWlTyPz { width:5.4375rem;height:0.975rem;top:42.375000953674rem;left:14.5625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qlGnXI2p8UxAyxy9TMCJUBSvplD1TcIR { width:5.3125rem;height:0.975rem;top:39.812500953674rem;left:14.6875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oV7Lm1TFnBNIfoum45aQtv2KEr0QOyET { width:8.5rem;height:1.95rem;top:20.375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O0M2HhzH57wfKw2kHA8HI6SKkwX0LNZm { width:8.5rem;height:1.95rem;top:17.5625rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cgeM6b3bLuNwL01fFNCGc75PSNRXDydd { display:flex;width:1.125rem;height:1.125rem;top:18.1875rem;left:10.9375rem; }
 }@media only screen and (max-width: 763px) { #lTZXcDe6qXBSQGU838aBKZSm2hDqHoGR { display:flex;width:1.125rem;height:1.125rem;top:20.78750038147rem;left:10.9375rem; }
 }@media only screen and (max-width: 763px) { #WZ6xUg64imrZMxx1BQzZ0dSvhZf0DzLT { display:flex;width:1.125rem;height:1.125rem;top:50.9375rem;left:9.4375rem; }
 }@media only screen and (max-width: 763px) { #Qi7yxKQo3yTRyO75cyIZSeGZ5er49pTw { display:flex;width:1.125rem;height:1.125rem;top:53.3125rem;left:9.4375rem; }
 }@media only screen and (max-width: 763px) { #xAnTKrwAEkX5kZ8CVw7cTwp9GUc5WBT9 { display:block; }#xAnTKrwAEkX5kZ8CVw7cTwp9GUc5WBT9 > .row .container { width:20rem;height:0.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IX1vn2oyO6PAzLMUQghCEPDMXJgKzuXu { display:none; }#IX1vn2oyO6PAzLMUQghCEPDMXJgKzuXu > .row .container { width:20rem;height:105.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tm6qq6g4R9dLP4WRZXxGWbfbQ0JTugQQ { width:17.1875rem;height:2.6rem;top:1.25rem;left:1.375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Hei6GT79ffQAR8SfsaIbJp0r9XctEovn { width:12.5rem;height:7rem;top:5.1rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wr7JqwQfU2hbpXHnRUnqXTDX1MVzmNPT { width:12.5rem;height:7.4375rem;top:13.35rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGoCnQFiqmeldt3lMM0xAF4TPexQ1fBE { width:12.5rem;height:7.75rem;top:22.0375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvRllFaGD3MEQAe3VXi9HIPbKoiZIvv2 { width:11.875rem;height:7.4375rem;top:39.2875rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVClLTznGQO1zz7gNID87TM1J518ALd1 { width:12.375rem;height:7.75rem;top:47.975rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aiSDHXCVzl3L1nP5acoSDErrw60FVgCV { width:11.1875rem;height:7rem;top:31.0375rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pW7yrZeekONJW6yg2yZJpnTZo3xAUSOo { width:11.875rem;height:7rem;top:64.475rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlCT5g1llug3QLRVzmW1BK4OLNbBROFo { width:12.375rem;height:6.9375rem;top:72.725rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGv48BLZ8FgBfyZ6MNxyVz26QQcJrs86 { width:11.1875rem;height:6.25rem;top:56.975rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfdJgcVJsSAIDTZyVof4WSZBctbabdPO { background-color:transparent;background-image:none;display:block; }#DfdJgcVJsSAIDTZyVof4WSZBctbabdPO > .row .container { background-color: transparent; background-image: none; }#DfdJgcVJsSAIDTZyVof4WSZBctbabdPO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DfdJgcVJsSAIDTZyVof4WSZBctbabdPO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DfdJgcVJsSAIDTZyVof4WSZBctbabdPO > .row .container > .video-iframe-container { display: none; }#DfdJgcVJsSAIDTZyVof4WSZBctbabdPO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DfdJgcVJsSAIDTZyVof4WSZBctbabdPO > .row > .video-iframe-container { display: none; }#DfdJgcVJsSAIDTZyVof4WSZBctbabdPO > .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); }#DfdJgcVJsSAIDTZyVof4WSZBctbabdPO > .row .container { width:20rem;height:0.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wkT9TriZ3itJN41GETqfZcgTS9RJ5C8I { display:block; }#wkT9TriZ3itJN41GETqfZcgTS9RJ5C8I > .row .container { width:20rem;height:49.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HVZ1E88FarQvGFR1QQLAVHouCMz2JP91 { width:20rem;height:2.6rem;top:7.625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XwAv4snDd28DvuT0XznI1JrrN0JDxmGA { width:8.125rem;height:1.5625rem;top:17.5625rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGRaTyUvFSIW5zZ6cS2a9BmVTra8nD9H { width:3.6875rem;height:2.1875rem;top:17.25rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdfxmuxxUMUke0Hyhg7wIPGHoO0nQOiV { width:2.375rem;height:2.9375rem;top:20.375rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wi9x35KF6PSw4iZxBJGsXrH7FiTou6zU { width:2.9375rem;height:2.9375rem;top:20.375rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDazXLlT1uU5tb0eqXeoVrcm1DxeZINP { width:20rem;height:0.125rem;top:36.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGyecRU32ct0Wfihnnyi0Dp6ZXvOHEDS { width:20rem;height:5.2rem;top:39.750007629394rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UsLv9BfDUsIJ9FK94pbiu52snsBT7NTv { width:18.75rem;height:1.3rem;top:29rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cQ1PKRZxK5rmKxiX42JRyqKByt1uteJA { width:18.75rem;height:1.3rem;top:31.5rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aLZ5BRQkFy8E0h1JXn8iF6GFdGKPfilG { width:18.75rem;height:1.3rem;top:34.0625rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJnGGIEJWAioD7iBKl7wFz2hNHVdh0Vq { display:flex;width:3.125rem;height:3.125rem;top:11.5625rem;left:0.875rem; }
#RJnGGIEJWAioD7iBKl7wFz2hNHVdh0Vq > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #smhQ0lCIfVck0SvtIdHc9FaTlW8KXU9L { display:flex;width:3.125rem;height:3.125rem;top:11.5625rem;left:5.6875rem; }
#smhQ0lCIfVck0SvtIdHc9FaTlW8KXU9L > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #LbR4we37krKK560uMinGcJN9erfgM8U0 { display:flex;width:3.125rem;height:3.125rem;top:11.5625rem;left:10.9375rem; }
#LbR4we37krKK560uMinGcJN9erfgM8U0 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #sP4vT04s7Ml4zxP7s4Fb9NcFTHOpk1gb { display:flex;width:3.125rem;height:3.125rem;top:11.5625rem;left:16rem; }
#sP4vT04s7Ml4zxP7s4Fb9NcFTHOpk1gb > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #PAzOWmoDWASBdNc1tcNa23iRhoihEIL0 { display:block; }#PAzOWmoDWASBdNc1tcNa23iRhoihEIL0 > .row .container { width:20rem;height:0.0625rem;position:relative;display:block; } }