.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:231,239,255;--color-primary-1:174,201,255;--color-primary-2:93,146,255;--color-primary-3:47,73,128;--color-primary-4:14,22,38;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"raleway";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);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); }#eODvTzhDo96hRGttFhLUSfsT1urR5xax { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#5a7c8e;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; }#eODvTzhDo96hRGttFhLUSfsT1urR5xax > .row .container { background-color: transparent; background-image: none; }#eODvTzhDo96hRGttFhLUSfsT1urR5xax::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eODvTzhDo96hRGttFhLUSfsT1urR5xax > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eODvTzhDo96hRGttFhLUSfsT1urR5xax > .row .container > .video-iframe-container { display: none; }#eODvTzhDo96hRGttFhLUSfsT1urR5xax > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eODvTzhDo96hRGttFhLUSfsT1urR5xax > .row > .video-iframe-container { display: none; }#eODvTzhDo96hRGttFhLUSfsT1urR5xax > .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); }#eODvTzhDo96hRGttFhLUSfsT1urR5xax > .row .container { border-width: 0; border-radius: 0; }#eODvTzhDo96hRGttFhLUSfsT1urR5xax > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eODvTzhDo96hRGttFhLUSfsT1urR5xax > .row .container { font-size:0.875rem;font-family:arial;height:2.875rem;width:75rem;position:relative;display:block; }#ETbmVE5SmloOnqII9dK2XXOgWVT1d881 { color:#f8f6f0;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:0.724609375rem;left:0rem;height:1.42480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eFuv1SIlOqiWANdPvTnNtgUxM9bwOxDX { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7850b15d-7c96-4b74-8136-e0316e7671f4/5485.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#eFuv1SIlOqiWANdPvTnNtgUxM9bwOxDX.adaptive-delivery-prevent-bg, #eFuv1SIlOqiWANdPvTnNtgUxM9bwOxDX.lazyload, #eFuv1SIlOqiWANdPvTnNtgUxM9bwOxDX.lazyloading { background-image: none; }#eFuv1SIlOqiWANdPvTnNtgUxM9bwOxDX > .row .container { background-color: transparent; background-image: none; }#eFuv1SIlOqiWANdPvTnNtgUxM9bwOxDX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.69); }#eFuv1SIlOqiWANdPvTnNtgUxM9bwOxDX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eFuv1SIlOqiWANdPvTnNtgUxM9bwOxDX > .row .container > .video-iframe-container { display: none; }#eFuv1SIlOqiWANdPvTnNtgUxM9bwOxDX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.69); }#eFuv1SIlOqiWANdPvTnNtgUxM9bwOxDX > .row > .video-iframe-container { display: none; }#eFuv1SIlOqiWANdPvTnNtgUxM9bwOxDX > .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); }#eFuv1SIlOqiWANdPvTnNtgUxM9bwOxDX > .row .container { border-width: 0; border-radius: 0; }#eFuv1SIlOqiWANdPvTnNtgUxM9bwOxDX::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#eFuv1SIlOqiWANdPvTnNtgUxM9bwOxDX > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#eFuv1SIlOqiWANdPvTnNtgUxM9bwOxDX > .row .container { font-size:0.875rem;font-family:arial;height:40.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#GuH6p82ocBccBS62z3ycBU2xHctqKEIo { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:7.75rem;left:0rem;height:12.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NcLzQAgWaOavNuhivm2TO2fINSs9scUM { color:rgba(var(--color-tertiary-0),1);display:block;width:59.375rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15014;line-height:1.6;letter-spacing:0;top:36.875rem;left:7.75rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Mhq0INGcwWTX7yfPJZeGXSF5dJbS8aa5 { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15013;line-height:1.6;letter-spacing:0;top:33.1875rem;left:0rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OTQLmWSlKn5xlGL44lK4y9kzt6Mp1eVR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:31.25rem;left:34rem; }
#iXQhAe35vkzC6ZLFMCitR0syl0PlzrT7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:31.25rem;left:35.375rem; }
#J0GoaImITTuobvXOw2xhFL1H3HaZdzNU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:31.25rem;left:36.75rem; }
#A3MQ8wbOKE63Gyi3FMrokMdSpppo48uL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:31.25rem;left:38.125rem; }
#UVGJQi7kARLd9u4EfO9p327zvNoBJRk7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:31.25rem;left:39.5rem; }
#HeH8tBi0Bll5HGWvuW4393qmQdIzELsb { color:rgba(255,255,255,0.7);display:block;width:66.0625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15012;line-height:1.6;letter-spacing:0;top:27.125rem;left:4.4375rem;height:1.3999rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DqSAu21A8QLFMxiid95nUSSoEGoQQBvr { background-color:rgba(var(--color-primary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.25rem;height:5.125rem;text-decoration:none;z-index:15040;text-align:center;text-align-last:center;top:24.1875rem;left:23.8125rem;display:block; }
#OLmUNO2sglLTltsvLpRDOww7BIsXmH2e { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DUS7TLVKpCWO8UuAFh6R3E9QlV2QAES0 { box-sizing:content-box;height:5rem;width:20.125rem;position:absolute;display:block;z-index:15010;background-color:#3e5664;background-image:none;top:24.25rem;left:27.1875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#NCnfqmhiGi0JGoc4o7W6aszlpkphZVsr { color:#ffffff;display:block;width:59.375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.6;letter-spacing:0;top:25rem;left:7.75rem;height:2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T4pDe8kGoTc9HhmOqbifpea8Bf0lJ4Gn { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7850b15d-7c96-4b74-8136-e0316e7671f4/5485.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#T4pDe8kGoTc9HhmOqbifpea8Bf0lJ4Gn.adaptive-delivery-prevent-bg, #T4pDe8kGoTc9HhmOqbifpea8Bf0lJ4Gn.lazyload, #T4pDe8kGoTc9HhmOqbifpea8Bf0lJ4Gn.lazyloading { background-image: none; }#T4pDe8kGoTc9HhmOqbifpea8Bf0lJ4Gn > .row .container { border-width: 0; border-radius: 0; }#T4pDe8kGoTc9HhmOqbifpea8Bf0lJ4Gn::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#T4pDe8kGoTc9HhmOqbifpea8Bf0lJ4Gn > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#T4pDe8kGoTc9HhmOqbifpea8Bf0lJ4Gn > .row .container { font-size:0.875rem;font-family:arial;height:59.125rem;width:75rem;overflow:visible;position:relative;display:none; }#eHEUaR7cpNDkwws5kMChQx0x2ndQ7cWe { color:rgba(var(--color-tertiary-0),1);display:block;width:72.25rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:12.5625rem;left:1.375rem;height:16.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Gi4rgTUZvUvn3VuwT7rNfF2XTkSU0zfC { color:rgba(var(--color-tertiary-0),1);display:block;width:59.375rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15014;line-height:1.6;letter-spacing:0;top:45.3125rem;left:7.8125rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#l0zEF5oNd8UoJUL8zauSmaTcCzQVNJre { color:rgba(var(--color-tertiary-0),1);display:block;width:59.375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15013;line-height:1.6;letter-spacing:0;top:41.625rem;left:7.8125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hF0mxuoxFX602hMwQPueM28dlCarPfQm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:39.625rem;left:34.0625rem; }
#c55kQT712HqtHmR1rbJtduhbFBx9c7zs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:39.625rem;left:35.4375rem; }
#I3fkalMe3hnfd0lxi9odElye4QF2wEiW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:39.625rem;left:36.8125rem; }
#bnCfinIHznoKS0M8gcl3cTpF6vIKM9Rn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:39.625rem;left:38.1875rem; }
#OV25wPoxMSgUlA435FeWAB6gh0uJBwTg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:39.625rem;left:39.5625rem; }
#rs4Wbd3Cgwbeovxp2Vr1P02QQrxxrDV8 { color:#ffffff;display:block;width:66.0625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15016;line-height:1.6;letter-spacing:0;top:35.875rem;left:4.5rem;height:1.3999rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HnKwMkt9T4FRHMc5yuxVQxRFC4GVbKNf { background-color:rgba(var(--color-primary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.25rem;height:5.125rem;text-decoration:none;z-index:15044;text-align:center;text-align-last:center;top:32.9375rem;left:23.875rem;display:block; }
#S40cyUa9s1JJwXJh6Oy2MeRumdWeXl2M { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ec0ax0C593EuBX4uiyXJuWG0d0barRiQ { color:#ffffff;display:block;width:59.375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15015;line-height:1.6;letter-spacing:0;top:33.75rem;left:7.8125rem;height:2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZVXJSHUukTk1Z3aWDoMZJxH4EbIqEI2U { box-sizing:content-box;height:5rem;width:20.125rem;position:absolute;display:block;z-index:15014;background-color:#3e5664;background-image:none;top:33rem;left:27.25rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#fcICClfFaFk7EJcw6iwu4i6qDoZxR1K9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eee9e2;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; }#fcICClfFaFk7EJcw6iwu4i6qDoZxR1K9 > .row .container { background-color: transparent; background-image: none; }#fcICClfFaFk7EJcw6iwu4i6qDoZxR1K9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fcICClfFaFk7EJcw6iwu4i6qDoZxR1K9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fcICClfFaFk7EJcw6iwu4i6qDoZxR1K9 > .row .container > .video-iframe-container { display: none; }#fcICClfFaFk7EJcw6iwu4i6qDoZxR1K9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fcICClfFaFk7EJcw6iwu4i6qDoZxR1K9 > .row > .video-iframe-container { display: none; }#fcICClfFaFk7EJcw6iwu4i6qDoZxR1K9 > .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); }#fcICClfFaFk7EJcw6iwu4i6qDoZxR1K9 > .row .container { border-width: 0; border-radius: 0; }#fcICClfFaFk7EJcw6iwu4i6qDoZxR1K9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fcICClfFaFk7EJcw6iwu4i6qDoZxR1K9 > .row .container { font-size:0.875rem;font-family:arial;height:31.0625rem;width:75rem;position:relative;display:block; }#CT0QTqxTT6lxHSWhH4n5lwyLcsnIbVT9 { color:rgba(var(--color-tertiary-4),1);display:block;width:47.625rem;position:absolute;font-family:montserrat;font-size:2.0625rem;font-weight:400;z-index:15001;line-height:1.1;letter-spacing:0;top:3.5625rem;left:13.6875rem;height:4.5371125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mTAQZq1EyxtiIpgIzAWPynMVTDRy45xr { color:rgba(var(--color-tertiary-4),1);display:block;width:39.625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:9.3125rem;left:17.6875rem;height:20.7129125rem;text-align:center;text-align-last:center;display:block; }
#n30FVEC3XEsF25KJGwevxi0HlXomMPVa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eee9e2;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; }#n30FVEC3XEsF25KJGwevxi0HlXomMPVa > .row .container { background-color: transparent; background-image: none; }#n30FVEC3XEsF25KJGwevxi0HlXomMPVa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n30FVEC3XEsF25KJGwevxi0HlXomMPVa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n30FVEC3XEsF25KJGwevxi0HlXomMPVa > .row .container > .video-iframe-container { display: none; }#n30FVEC3XEsF25KJGwevxi0HlXomMPVa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n30FVEC3XEsF25KJGwevxi0HlXomMPVa > .row > .video-iframe-container { display: none; }#n30FVEC3XEsF25KJGwevxi0HlXomMPVa > .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); }#n30FVEC3XEsF25KJGwevxi0HlXomMPVa > .row .container { border-width: 0; border-radius: 0; }#n30FVEC3XEsF25KJGwevxi0HlXomMPVa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#n30FVEC3XEsF25KJGwevxi0HlXomMPVa > .row .container { font-size:0.875rem;font-family:arial;height:76rem;width:75rem;position:relative;display:block; }#k2A2n0Lo7uOd025nx7mfAlsNf0GLlefu { position:absolute;display:block;z-index:15002;border-top:0.1875rem solid #5a7c8e;border-left:0.1875rem solid #5a7c8e;border-right:0.1875rem solid #5a7c8e;border-bottom:0.1875rem solid #5a7c8e;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.8125rem;width:32.5625rem;top:2.9375rem;left:2.28125rem;overflow:hidden;display:block; }
#GcDWzxNEnHgnxULGT8FIWTvxk2Fwn4iV { position:absolute;display:block;z-index:15003;border-top:0.1875rem solid #5a7c8e;border-left:0.1875rem solid #5a7c8e;border-right:0.1875rem solid #5a7c8e;border-bottom:0.1875rem solid #5a7c8e;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.0625rem;width:32.5625rem;top:20.375rem;left:2.28125rem;overflow:hidden;display:block; }
#SyaRsNVDOZJtsviAQfce4vJTif6uSxQg { position:absolute;display:block;z-index:15003;border-top:0.1875rem solid #5a7c8e;border-left:0.1875rem solid #5a7c8e;border-right:0.1875rem solid #5a7c8e;border-bottom:0.1875rem solid #5a7c8e;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.875rem;width:32.375rem;top:50.0625rem;left:2.375rem;overflow:hidden;display:block; }
#yFT96oKTI0K1nIkgfxkP70kxyXxm0gJ5 { position:absolute;display:block;z-index:15004;border-top:0.1875rem solid #5a7c8e;border-left:0.1875rem solid #5a7c8e;border-right:0.1875rem solid #5a7c8e;border-bottom:0.1875rem solid #5a7c8e;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:34.125rem;top:2.9375rem;left:39rem;overflow:hidden;display:block; }
#IqzgN0Js21BTs6THT9c6VTkKkJIa4Mta { position:absolute;display:block;z-index:15005;border-top:0.1875rem solid #5a7c8e;border-left:0.1875rem solid #5a7c8e;border-right:0.1875rem solid #5a7c8e;border-bottom:0.1875rem solid #5a7c8e;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.25rem;width:33.875rem;top:18.125rem;left:39.125rem;overflow:hidden;display:block; }
#TLDh3oQxKzmXR2Ul65rXMz6fTC1CxxBO { position:absolute;display:block;z-index:15006;border-top:0.1875rem solid #5a7c8e;border-left:0.1875rem solid #5a7c8e;border-right:0.1875rem solid #5a7c8e;border-bottom:0.1875rem solid #5a7c8e;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.6875rem;width:33.9375rem;top:42.125rem;left:39.09375rem;overflow:hidden;display:block; }
#vzmzxN5tBr5bWIDOyglgm6etkh79EMbI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fff8ec;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:none; }#vzmzxN5tBr5bWIDOyglgm6etkh79EMbI > .row .container { border-width: 0; border-radius: 0; }#vzmzxN5tBr5bWIDOyglgm6etkh79EMbI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vzmzxN5tBr5bWIDOyglgm6etkh79EMbI > .row .container { font-size:0.875rem;font-family:arial;height:68.125rem;width:75rem;position:relative;display:none; }#TTyqPuEcQbXTc6UI0ifBJocGdxkKxceL { color:rgba(var(--color-tertiary-4),1);display:block;width:33.8125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:11.9375rem;left:39.375rem;height:19.49709375rem;text-align:left;text-align-last:left;display:block; }
#EHRzUrEzhRC6PJHwgWpm47LMBD4TTnza { color:rgba(var(--color-tertiary-4),1);display:block;width:36.3125rem;position:absolute;font-family:montserrat;font-size:2.0625rem;font-weight:400;z-index:15001;line-height:1.1;letter-spacing:0;top:4rem;left:38.125rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QT2TZhWKySUbih7oSLefpdvLnJF1z0CD { position:absolute;display:block;z-index:15002;border-top:0.1875rem solid #93827f;border-left:0.1875rem solid #93827f;border-right:0.1875rem solid #93827f;border-bottom:0.1875rem solid #93827f;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.3125rem;width:29.375rem;top:5.1875rem;left:3.875rem;overflow:hidden;display:block; }
#G2txATv63V1vrusuUmT3xgfKoWeRMnaT { position:absolute;display:block;z-index:15003;border-top:0.1875rem solid #93827f;border-left:0.1875rem solid #93827f;border-right:0.1875rem solid #93827f;border-bottom:0.1875rem solid #93827f;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.5rem;width:28.375rem;top:21.125rem;left:4.1875rem;overflow:hidden;display:block; }
#Zpw2GCTIbFhQS9ofTZKPaCN4VCMEu4K9 { position:absolute;display:block;z-index:15003;border-top:0.1875rem solid #93827f;border-left:0.1875rem solid #93827f;border-right:0.1875rem solid #93827f;border-bottom:0.1875rem solid #93827f;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.6875rem;width:28.375rem;top:47.25rem;left:4.1875rem;overflow:hidden;display:block; }
#rzDb7bsFNPReNxnUAT15eKTNQ8nMl9n4 { position:absolute;display:block;z-index:15004;border-top:0.1875rem solid #93827f;border-left:0.1875rem solid #93827f;border-right:0.1875rem solid #93827f;border-bottom:0.1875rem solid #93827f;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.3125rem;width:28.375rem;top:33rem;left:41.875rem;overflow:hidden;display:block; }
#m7n0mN4TtxQZHpgHOV5Uzaltb3w1yviT { position:absolute;display:block;z-index:15005;border-top:0.1875rem solid #93827f;border-left:0.1875rem solid #93827f;border-right:0.1875rem solid #93827f;border-bottom:0.1875rem solid #93827f;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.6875rem;width:28.4375rem;top:45.9375rem;left:41.875rem;overflow:hidden;display:block; }
#L43T0wrkAz5lq6tFQgZXF4XufHguntXT { position:absolute;display:block;z-index:15003;border-top:0.1875rem solid #93827f;border-left:0.1875rem solid #93827f;border-right:0.1875rem solid #93827f;border-bottom:0.1875rem solid #93827f;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.6875rem;width:12.1875rem;top:47.25rem;left:4.1875rem;overflow:hidden;display:none; }
#iXslfLXL1UKMvMLigqskgGfECdo2Z7cE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d1c7b6;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; }#iXslfLXL1UKMvMLigqskgGfECdo2Z7cE > .row .container { background-color: transparent; background-image: none; }#iXslfLXL1UKMvMLigqskgGfECdo2Z7cE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iXslfLXL1UKMvMLigqskgGfECdo2Z7cE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iXslfLXL1UKMvMLigqskgGfECdo2Z7cE > .row .container > .video-iframe-container { display: none; }#iXslfLXL1UKMvMLigqskgGfECdo2Z7cE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iXslfLXL1UKMvMLigqskgGfECdo2Z7cE > .row > .video-iframe-container { display: none; }#iXslfLXL1UKMvMLigqskgGfECdo2Z7cE > .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); }#iXslfLXL1UKMvMLigqskgGfECdo2Z7cE > .row .container { border-width: 0; border-radius: 0; }#iXslfLXL1UKMvMLigqskgGfECdo2Z7cE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iXslfLXL1UKMvMLigqskgGfECdo2Z7cE > .row .container { font-size:0.875rem;font-family:arial;height:101.8125rem;width:75rem;position:relative;display:block; }#HNM1fEPWmqWGqdPIBGaJUqgVhdabmeTV { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:montserrat;font-size:2.625rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:3.4375rem;left:0rem;height:5.7744125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#afFR4tLqTkO0Iu1givUelZOnNQvW4hsw { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:19.75rem;width:35.1875rem;top:12.53125rem;left:1.15625rem;display:block; }
#sWEtTir2Pu46Jgqayzg3fQ4X8tfq1f4w { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:19.75rem;width:35.1875rem;top:12.53125rem;left:38.65625rem;display:block; }
#JTE4XpEoVD25XR4Rx9VZRfduTnD4umJZ { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:19.75rem;width:35.1875rem;top:35.46875rem;left:1.15625rem;display:block; }
#JsHJZZQPJpDthVOXrurVhvQ0GUI0De47 { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:19.75rem;width:35.1875rem;top:35.46875rem;left:38.65625rem;display:block; }
#snhHiIyACaGktTNc94ETMkDv7aAHVUVJ { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:19.75rem;width:35.1875rem;top:57.53125rem;left:1.15625rem;display:block; }
#LDhKTafT2cRuOZyO0eanCZ9TACzcomJJ { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:19.75rem;width:35.1875rem;top:57.53125rem;left:38.65625rem;display:block; }
#oW0KcpGmv92BizrJPPTkz1uGmUWNZ8rs { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:19.75rem;width:35.1875rem;top:79.84375rem;left:19.90625rem;display:block; }
#UbAcXa71uhd7TALluKU2Uk1q86rDlXsZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eee9e2;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; }#UbAcXa71uhd7TALluKU2Uk1q86rDlXsZ > .row .container { background-color: transparent; background-image: none; }#UbAcXa71uhd7TALluKU2Uk1q86rDlXsZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UbAcXa71uhd7TALluKU2Uk1q86rDlXsZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UbAcXa71uhd7TALluKU2Uk1q86rDlXsZ > .row .container > .video-iframe-container { display: none; }#UbAcXa71uhd7TALluKU2Uk1q86rDlXsZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UbAcXa71uhd7TALluKU2Uk1q86rDlXsZ > .row > .video-iframe-container { display: none; }#UbAcXa71uhd7TALluKU2Uk1q86rDlXsZ > .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); }#UbAcXa71uhd7TALluKU2Uk1q86rDlXsZ > .row .container { border-width: 0; border-radius: 0; }#UbAcXa71uhd7TALluKU2Uk1q86rDlXsZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UbAcXa71uhd7TALluKU2Uk1q86rDlXsZ > .row .container { font-size:0.875rem;font-family:arial;height:25.9375rem;width:75rem;position:relative;display:block; }#elLWSeEJctVRTKL0mCOAHFIZPiOSyud9 { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:montserrat;font-size:2.625rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:3.75rem;left:0rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wMrgpywaTDIfXeuzwxkeCbRWHJ1fzrQS { color:rgba(var(--color-tertiary-4),1);display:block;width:32.5625rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:400;z-index:15002;line-height:2.3;letter-spacing:0;top:9.625rem;left:3.5rem;height:11.40625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#wMrgpywaTDIfXeuzwxkeCbRWHJ1fzrQS li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#wMrgpywaTDIfXeuzwxkeCbRWHJ1fzrQS li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7a884fbb44fbfad7cb06bf068ab63209.svg); }
#hXFdIKkeErZ9iZ6GNvMR6v7IrGAbHhpM { color:rgba(var(--color-tertiary-4),1);display:block;width:30.5625rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:400;z-index:15003;line-height:2.3;letter-spacing:0;top:9.625rem;left:41rem;height:11.40625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#hXFdIKkeErZ9iZ6GNvMR6v7IrGAbHhpM li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#hXFdIKkeErZ9iZ6GNvMR6v7IrGAbHhpM li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7a884fbb44fbfad7cb06bf068ab63209.svg); }
#guwIFmwPUtvmTT36uI49fLe1IAU03rMx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d1c7b6;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; }#guwIFmwPUtvmTT36uI49fLe1IAU03rMx > .row .container { background-color: transparent; background-image: none; }#guwIFmwPUtvmTT36uI49fLe1IAU03rMx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#guwIFmwPUtvmTT36uI49fLe1IAU03rMx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#guwIFmwPUtvmTT36uI49fLe1IAU03rMx > .row .container > .video-iframe-container { display: none; }#guwIFmwPUtvmTT36uI49fLe1IAU03rMx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#guwIFmwPUtvmTT36uI49fLe1IAU03rMx > .row > .video-iframe-container { display: none; }#guwIFmwPUtvmTT36uI49fLe1IAU03rMx > .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); }#guwIFmwPUtvmTT36uI49fLe1IAU03rMx > .row .container { border-width: 0; border-radius: 0; }#guwIFmwPUtvmTT36uI49fLe1IAU03rMx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#guwIFmwPUtvmTT36uI49fLe1IAU03rMx > .row .container { font-size:0.875rem;font-family:arial;height:42.125rem;width:75rem;position:relative;display:block; }#WXElNr9K5ivBdqEIMk0olTe1qiuxfqAm { color:#0e1b2c;display:block;width:72.75rem;position:absolute;font-family:montserrat;font-size:2.875rem;font-weight:400;z-index:15001;line-height:1.1;letter-spacing:0;top:4rem;left:1.125rem;height:3.1621125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Td8M994TDq7Tfk7wlbEdoTHmegbtrROH { box-sizing:content-box;height:6.3125rem;width:48.875rem;position:absolute;display:block;z-index:15002;background-color:#eee9e2;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.6875rem;left:13.0625rem;border-top-right-radius:0.8125rem;border-bottom-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-top-left-radius:0.8125rem;display:block; }
#EBgdOG58yVBJ7s1pUbvkHLmdqnIIwyDp { 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:15003;opacity:1;top:11.3125rem;left:14.375rem; }
#lER2USmG1dIGcMZd9JLIBwlfiITU4szd { color:#0e1b2c;display:block;width:42.0625rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:10.75rem;left:18.5625rem;height:4.19921875rem;text-align:left;text-align-last:left;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; }
#XgGOs2tupsbFtzUyXc18wJkIRIstfFXN { color:#0e1b2c;display:block;width:31rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:20.1875rem;left:18.5625rem;height:4.19921875rem;text-align:left;text-align-last:left;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; }
#AWbr6WWyiaeMWno4PALvotX3bz3Vw1h1 { 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:15006;opacity:1;top:20.75rem;left:14.375rem; }
#PVTBIhmElAQzeKT42DDOHtrZmChCJRdQ { box-sizing:content-box;height:6.3125rem;width:48.875rem;position:absolute;display:block;z-index:15005;background-color:#eee9e2;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.5625rem;left:13.0625rem;border-top-right-radius:0.8125rem;border-bottom-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-top-left-radius:0.8125rem;display:block; }
#UqueNhGsy0CNgFgsX2koR8OZnHcSPHKh { color:#0e1b2c;display:block;width:42.0625rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:29.625rem;left:18.5625rem;height:4.19921875rem;text-align:left;text-align-last:left;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; }
#y41ZSoBf6wvaHrTKZqDeWcUeJgw3lLzA { 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:15006;opacity:1;top:30.1875rem;left:14.375rem; }
#CKKcTDhoTaeTnq9Zg6m617vC6RTh6wNG { box-sizing:content-box;height:6.3125rem;width:48.875rem;position:absolute;display:block;z-index:15002;background-color:#eee9e2;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.6875rem;left:13.0625rem;border-top-right-radius:0.8125rem;border-bottom-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-top-left-radius:0.8125rem;display:none; }
#TDbp5a4TzWJ0ZMP7Wh0KufniOhm5yZTp { color:rgba(var(--color-tertiary-4),1);display:block;width:42.0625rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:10.75rem;left:18.5625rem;height:4.19921875rem;text-align:left;text-align-last:left;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:none; }
#tnpbMsASOXF86AoNlICdtidsLJ0w6J8E { 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:15003;opacity:1;top:11.3125rem;left:14.375rem;display:none; }
#TbFMNB9TgAiwqTA7QItZxprXKBsZJVTZ { box-sizing:content-box;height:6.3125rem;width:48.875rem;position:absolute;display:block;z-index:15002;background-color:#eee9e2;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.6875rem;left:13.0625rem;border-top-right-radius:0.8125rem;border-bottom-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-top-left-radius:0.8125rem;display:none; }
#Fqha84z5MJ00K32ooTHeUUL2POVTtWdd { color:rgba(var(--color-tertiary-4),1);display:block;width:42.0625rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:10.75rem;left:18.5625rem;height:4.19921875rem;text-align:left;text-align-last:left;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:none; }
#DSN0ehQWP169JGH5iNHEyhroVspt888Q { 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:15003;opacity:1;top:11.3125rem;left:14.375rem;display:none; }
#cVrCkhUoHfvQNSpgaNixmJLeZOqEZTiU { box-sizing:content-box;height:6.3125rem;width:48.875rem;position:absolute;display:block;z-index:15003;background-color:#eee9e2;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.130859375rem;left:13.0625rem;border-top-right-radius:0.8125rem;border-bottom-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-top-left-radius:0.8125rem;display:block; }
#oJPZ53o5iGszhK1XgMdDgm1iSg6ZiBQS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d1c7b6;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:none; }#oJPZ53o5iGszhK1XgMdDgm1iSg6ZiBQS > .row .container { border-width: 0; border-radius: 0; }#oJPZ53o5iGszhK1XgMdDgm1iSg6ZiBQS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oJPZ53o5iGszhK1XgMdDgm1iSg6ZiBQS > .row .container { font-size:0.875rem;font-family:arial;height:42.125rem;width:75rem;position:relative;display:none; }#cAgEud7qThRE7V51l3HaZZovIslVTkVG { color:rgba(var(--color-tertiary-4),1);display:block;width:72.75rem;position:absolute;font-family:montserrat;font-size:2.875rem;font-weight:400;z-index:15001;line-height:1.1;letter-spacing:0;top:4rem;left:1.125rem;height:3.1621125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lpczcSZTWU8PgwqqnHF5J9Lt9K0nnWcd { box-sizing:content-box;height:6.3125rem;width:48.875rem;position:absolute;display:block;z-index:15002;background-color:#eee9e2;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.6875rem;left:13.0625rem;border-top-right-radius:0.8125rem;border-bottom-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-top-left-radius:0.8125rem;display:block; }
#TiESPqbcXlRIOqEV4Fygmhebw2akW9qX { 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:15003;opacity:1;top:11.3125rem;left:14.375rem; }
#iUpCVSZLcPUbAJi7XNv9Mh8gEtF2F3e8 { color:rgba(var(--color-tertiary-4),1);display:block;width:42.0625rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:10.75rem;left:18.5625rem;height:4.19921875rem;text-align:left;text-align-last:left;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; }
#kbENeDOdtQrI1FoHDkfqsyXbugTQN2vC { box-sizing:content-box;height:6.3125rem;width:48.875rem;position:absolute;display:block;z-index:15002;background-color:#eee9e2;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.6875rem;left:13.0625rem;border-top-right-radius:0.8125rem;border-bottom-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-top-left-radius:0.8125rem;display:none; }
#wBQmwehC5v0UQWIvT2OgkOXNnofCJGXO { color:rgba(var(--color-tertiary-4),1);display:block;width:42.0625rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:10.75rem;left:18.5625rem;height:4.19921875rem;text-align:left;text-align-last:left;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:none; }
#fX9OBF1J2WWXyFLIGiGh2y6TDErMh08V { 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:15003;opacity:1;top:11.3125rem;left:14.375rem;display:none; }
#JhRFBapbPQ9eT8aqIdLpsaTBOn9FzwO1 { box-sizing:content-box;height:6.3125rem;width:48.875rem;position:absolute;display:block;z-index:15002;background-color:#eee9e2;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.6875rem;left:13.0625rem;border-top-right-radius:0.8125rem;border-bottom-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-top-left-radius:0.8125rem;display:none; }
#rwfBZI65fy5TVNRrd285hbw1hPmzMbCo { color:rgba(var(--color-tertiary-4),1);display:block;width:42.0625rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:10.75rem;left:18.5625rem;height:4.19921875rem;text-align:left;text-align-last:left;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:none; }
#G9LAle1TEZvgxGycHTvRaSpqnfgz6PqK { 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:15003;opacity:1;top:11.3125rem;left:14.375rem;display:none; }
#o5MhfyIsOBl3bbZApqXATvI53dhJ9Jg6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c957b226-1154-40e0-bf83-968fe443e126/31762.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#o5MhfyIsOBl3bbZApqXATvI53dhJ9Jg6.adaptive-delivery-prevent-bg, #o5MhfyIsOBl3bbZApqXATvI53dhJ9Jg6.lazyload, #o5MhfyIsOBl3bbZApqXATvI53dhJ9Jg6.lazyloading { background-image: none; }#o5MhfyIsOBl3bbZApqXATvI53dhJ9Jg6 > .row .container { background-color: transparent; background-image: none; }#o5MhfyIsOBl3bbZApqXATvI53dhJ9Jg6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.41); }#o5MhfyIsOBl3bbZApqXATvI53dhJ9Jg6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o5MhfyIsOBl3bbZApqXATvI53dhJ9Jg6 > .row .container > .video-iframe-container { display: none; }#o5MhfyIsOBl3bbZApqXATvI53dhJ9Jg6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.41); }#o5MhfyIsOBl3bbZApqXATvI53dhJ9Jg6 > .row > .video-iframe-container { display: none; }#o5MhfyIsOBl3bbZApqXATvI53dhJ9Jg6 > .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); }#o5MhfyIsOBl3bbZApqXATvI53dhJ9Jg6 > .row .container { border-width: 0; border-radius: 0; }#o5MhfyIsOBl3bbZApqXATvI53dhJ9Jg6::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; }#o5MhfyIsOBl3bbZApqXATvI53dhJ9Jg6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#o5MhfyIsOBl3bbZApqXATvI53dhJ9Jg6 > .row .container { font-size:0.875rem;font-family:arial;height:53.9375rem;width:75rem;position:relative;display:block; }#QZn6A10X8ObsxFTbxOnlyf0AMVeVmWn0 { color:#ffffff;display:block;width:58.375rem;position:absolute;font-family:montserrat;font-size:3.1875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:15.125rem;left:8.3125rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#boT6HiR0TeKMRxfiJvLp9TwFHB4Tlu0R { color:#ffffff;display:block;width:43rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:21.3125rem;left:16rem;height:2.92480625rem;text-align:center;text-align-last:center;display:block; }
#mgtUfwl7AsMQ6V4dtXJ0zw6ie9yC2DdD { color:rgba(var(--color-tertiary-0),1);display:block;width:59.375rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15023;line-height:1.6;letter-spacing:0;top:42.125rem;left:7.6875rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VHH7GaDlhrzNLdumwJ6yscAt5pz7oCxU { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15022;line-height:1.6;letter-spacing:0;top:38.4375rem;left:0rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#auaK3mQh19g74XNxliDcg98QAys7N45s { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:36.5rem;left:33.9375rem; }
#GiaofH2zR3NTTKxPJe1PxOponmH9TTFI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:36.5rem;left:35.3125rem; }
#FA8d7M0NNMawsTKQ5czqlPF9I468aGB5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:36.5rem;left:36.6875rem; }
#gGg4IV9xyOD2R5BRJROTv4a2Fq0crH1B { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:36.5rem;left:38.0625rem; }
#odblw7ibgOk4qRi2qIWW7naPtuTOiJ40 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:36.5rem;left:39.4375rem; }
#wZ9aT3lUC4vFibr5P04rXxtfqnnJd2QQ { background-color:rgba(var(--color-primary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.25rem;height:5.125rem;text-decoration:none;z-index:15044;text-align:center;text-align-last:center;top:29.3125rem;left:23.875rem;display:block; }
#kt1VeI5Lab1Tmm1mDRHwveZQGkQLbJCb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oRo8rRTB5RgeFsvZcAnQoDwVPEKhGDuL { color:#ffffff;display:block;width:59.375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15015;line-height:1.6;letter-spacing:0;top:30.125rem;left:7.8125rem;height:2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EXVFB1EuwTOIVXLftyxJL0ay8mlRxsFV { box-sizing:content-box;height:5rem;width:20.125rem;position:absolute;display:block;z-index:15014;background-color:#3e5664;background-image:none;top:29.375rem;left:27.25rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#TdIHPAZHZ1rVFMa80H3kTuqEw5HqTxKH { color:rgba(255,255,255,0.7);display:block;width:66.0625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15014;line-height:1.6;letter-spacing:0;top:32.125rem;left:4.46875rem;height:1.3999rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#A3JqQ5ZPKUgd0Ssqy0AxcpvKcutlOZfD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c957b226-1154-40e0-bf83-968fe443e126/31762.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#A3JqQ5ZPKUgd0Ssqy0AxcpvKcutlOZfD.adaptive-delivery-prevent-bg, #A3JqQ5ZPKUgd0Ssqy0AxcpvKcutlOZfD.lazyload, #A3JqQ5ZPKUgd0Ssqy0AxcpvKcutlOZfD.lazyloading { background-image: none; }#A3JqQ5ZPKUgd0Ssqy0AxcpvKcutlOZfD > .row .container { border-width: 0; border-radius: 0; }#A3JqQ5ZPKUgd0Ssqy0AxcpvKcutlOZfD::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; }#A3JqQ5ZPKUgd0Ssqy0AxcpvKcutlOZfD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#A3JqQ5ZPKUgd0Ssqy0AxcpvKcutlOZfD > .row .container { font-size:0.875rem;font-family:arial;height:51.875rem;width:75rem;position:relative;display:none; }#b84MqdQmWkGkUyNgDMmpZTVN9FXRdQHd { color:#ffffff;display:block;width:58.375rem;position:absolute;font-family:montserrat;font-size:3.1875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:15.125rem;left:8.3125rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#U5eKqN19SIxNvi6HV7AR0Ni0OaXCktUt { color:#ffffff;display:block;width:43rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:21.3125rem;left:16rem;height:2.92480625rem;text-align:center;text-align-last:center;display:block; }
#krIrRKCtBBfbT60WD9qS0MQyoVvLPFIQ { color:rgba(var(--color-tertiary-0),1);display:block;width:59.375rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15014;line-height:1.6;letter-spacing:0;top:45.3125rem;left:7.8125rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#wfpksG7kJElmw3eMsb76qnTir1ZQPk8r { color:rgba(var(--color-tertiary-0),1);display:block;width:59.375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15013;line-height:1.6;letter-spacing:0;top:41.625rem;left:7.8125rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#VkaKfwKATyhSXLGgXXdqiEIoDW3IFu45 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:39.625rem;left:34.0625rem;display:none; }
#fMZwOsWOhqb63idcdu4Oby83oeitKXEU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:39.625rem;left:35.4375rem;display:none; }
#qidObUfvysOOsivn3r783vudAJnIt3DM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:39.625rem;left:36.8125rem;display:none; }
#nF4UzKeN7ycSgcN3xAOT6dvos69ALMBU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:39.625rem;left:38.1875rem;display:none; }
#e9U5is1mJakPoDprppBRISvWdLN3JCr0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:39.625rem;left:39.5625rem;display:none; }
#nxq5hF196m6hR7L8VLPb6xR59holg0fW { background-color:rgba(var(--color-primary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.25rem;height:5.125rem;text-decoration:none;z-index:15044;text-align:center;text-align-last:center;top:33rem;left:25.25rem;display:none; }
#APSZ2gv4lrEfH42UyaSoKo6TzbGy5FgV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MrIiE5ffFkJJtkbAI1CmHJEHFT3Hy2Cz { box-sizing:content-box;height:5rem;width:20.125rem;position:absolute;display:block;z-index:15014;background-color:#3e5664;background-image:none;top:33.0625rem;left:28.625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:none; }
#FKVv3mGXEoAuOhfACtTyiQUOMoLiVOIf { color:#ffffff;display:block;width:59.375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15015;line-height:1.6;letter-spacing:0;top:33.8125rem;left:9.1875rem;height:2rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#ObzDFZTyIkW1vTry8A0pa45MPE9teaOt { color:#ffffff;display:block;width:66.0625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15016;line-height:1.6;letter-spacing:0;top:35.875rem;left:4.5rem;height:1.3999rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #eODvTzhDo96hRGttFhLUSfsT1urR5xax { display:block; }#eODvTzhDo96hRGttFhLUSfsT1urR5xax > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ETbmVE5SmloOnqII9dK2XXOgWVT1d881 { top:0.6875rem;left:0rem;width:47.75rem;height:1.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFuv1SIlOqiWANdPvTnNtgUxM9bwOxDX { display:block; }#eFuv1SIlOqiWANdPvTnNtgUxM9bwOxDX > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GuH6p82ocBccBS62z3ycBU2xHctqKEIo { top:7.75rem;left:0rem;width:47.75rem;height:12.1875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcLzQAgWaOavNuhivm2TO2fINSs9scUM { top:36.875rem;left:0rem;width:47.75rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mhq0INGcwWTX7yfPJZeGXSF5dJbS8aa5 { top:33.1875rem;left:0rem;width:47.75rem;height:3rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTQLmWSlKn5xlGL44lK4y9kzt6Mp1eVR { top:31.25rem;left:20.375rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXQhAe35vkzC6ZLFMCitR0syl0PlzrT7 { top:31.25rem;left:21.75rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0GoaImITTuobvXOw2xhFL1H3HaZdzNU { top:31.25rem;left:23.125rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3MQ8wbOKE63Gyi3FMrokMdSpppo48uL { top:31.25rem;left:24.5rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVGJQi7kARLd9u4EfO9p327zvNoBJRk7 { top:31.25rem;left:25.875rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HeH8tBi0Bll5HGWvuW4393qmQdIzELsb { top:27.125rem;left:0rem;width:47.75rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqSAu21A8QLFMxiid95nUSSoEGoQQBvr { width:27.25rem;height:5.125rem;top:24.1875rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLmUNO2sglLTltsvLpRDOww7BIsXmH2e { display:block; }
 }@media only screen and (max-width: 763px) { #DUS7TLVKpCWO8UuAFh6R3E9QlV2QAES0 { top:24.25rem;left:13.5625rem;width:20.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCnfqmhiGi0JGoc4o7W6aszlpkphZVsr { top:25rem;left:0rem;width:47.75rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4pDe8kGoTc9HhmOqbifpea8Bf0lJ4Gn { display:none; }#T4pDe8kGoTc9HhmOqbifpea8Bf0lJ4Gn > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #eHEUaR7cpNDkwws5kMChQx0x2ndQ7cWe { top:12.5625rem;left:0rem;width:47.75rem;height:16.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gi4rgTUZvUvn3VuwT7rNfF2XTkSU0zfC { top:45.3125rem;left:0rem;width:47.75rem;height:1.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0zEF5oNd8UoJUL8zauSmaTcCzQVNJre { top:27.4375rem;left:0rem;width:20rem;height:2.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hF0mxuoxFX602hMwQPueM28dlCarPfQm { top:39.625rem;left:20.4375rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c55kQT712HqtHmR1rbJtduhbFBx9c7zs { top:39.625rem;left:21.8125rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3fkalMe3hnfd0lxi9odElye4QF2wEiW { top:39.625rem;left:23.1875rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnCfinIHznoKS0M8gcl3cTpF6vIKM9Rn { top:39.625rem;left:24.5625rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OV25wPoxMSgUlA435FeWAB6gh0uJBwTg { top:39.625rem;left:25.9375rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rs4Wbd3Cgwbeovxp2Vr1P02QQrxxrDV8 { top:21.4375rem;left:0rem;width:20rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnKwMkt9T4FRHMc5yuxVQxRFC4GVbKNf { width:27.25rem;height:5.125rem;top:32.9375rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S40cyUa9s1JJwXJh6Oy2MeRumdWeXl2M { display:block; }
 }@media only screen and (max-width: 763px) { #ec0ax0C593EuBX4uiyXJuWG0d0barRiQ { top:33.75rem;left:0rem;width:47.75rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVXJSHUukTk1Z3aWDoMZJxH4EbIqEI2U { top:33rem;left:13.625rem;width:20.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcICClfFaFk7EJcw6iwu4i6qDoZxR1K9 { display:block; }#fcICClfFaFk7EJcw6iwu4i6qDoZxR1K9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CT0QTqxTT6lxHSWhH4n5lwyLcsnIbVT9 { top:3.5625rem;left:0.0625rem;width:47.625rem;height:4.5rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTAQZq1EyxtiIpgIzAWPynMVTDRy45xr { top:9.3125rem;left:4.0625rem;width:39.625rem;height:20.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n30FVEC3XEsF25KJGwevxi0HlXomMPVa { display:block; }#n30FVEC3XEsF25KJGwevxi0HlXomMPVa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k2A2n0Lo7uOd025nx7mfAlsNf0GLlefu { top:2.9375rem;left:0rem;width:32.5625rem;height:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GcDWzxNEnHgnxULGT8FIWTvxk2Fwn4iV { top:20.375rem;left:0rem;width:32.5625rem;height:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SyaRsNVDOZJtsviAQfce4vJTif6uSxQg { top:50.0625rem;left:0rem;width:32.375rem;height:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFT96oKTI0K1nIkgfxkP70kxyXxm0gJ5 { top:2.9375rem;left:13.25rem;width:34.125rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqzgN0Js21BTs6THT9c6VTkKkJIa4Mta { top:18.125rem;left:13.5rem;width:33.875rem;height:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLDh3oQxKzmXR2Ul65rXMz6fTC1CxxBO { top:42.125rem;left:13.4375rem;width:33.9375rem;height:30.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzmzxN5tBr5bWIDOyglgm6etkh79EMbI { display:block; }#vzmzxN5tBr5bWIDOyglgm6etkh79EMbI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TTyqPuEcQbXTc6UI0ifBJocGdxkKxceL { top:11.9375rem;left:13.9375rem;width:33.8125rem;height:19.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHRzUrEzhRC6PJHwgWpm47LMBD4TTnza { top:4rem;left:11.4375rem;width:36.3125rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QT2TZhWKySUbih7oSLefpdvLnJF1z0CD { top:5.1875rem;left:0rem;width:29.375rem;height:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2txATv63V1vrusuUmT3xgfKoWeRMnaT { top:21.125rem;left:0rem;width:28.375rem;height:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zpw2GCTIbFhQS9ofTZKPaCN4VCMEu4K9 { top:47.25rem;left:0rem;width:28.375rem;height:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzDb7bsFNPReNxnUAT15eKTNQ8nMl9n4 { top:33rem;left:19rem;width:28.375rem;height:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7n0mN4TtxQZHpgHOV5Uzaltb3w1yviT { top:45.9375rem;left:18.9375rem;width:28.4375rem;height:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L43T0wrkAz5lq6tFQgZXF4XufHguntXT { top:47.25rem;left:0rem;width:12.1875rem;height:15.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #iXslfLXL1UKMvMLigqskgGfECdo2Z7cE { display:block; }#iXslfLXL1UKMvMLigqskgGfECdo2Z7cE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HNM1fEPWmqWGqdPIBGaJUqgVhdabmeTV { top:3.4375rem;left:0rem;width:47.75rem;height:5.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #afFR4tLqTkO0Iu1givUelZOnNQvW4hsw { top:12.5rem;left:0rem;width:35.1875rem;height:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWEtTir2Pu46Jgqayzg3fQ4X8tfq1f4w { top:12.5rem;left:12.5625rem;width:35.1875rem;height:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTE4XpEoVD25XR4Rx9VZRfduTnD4umJZ { top:35.4375rem;left:0rem;width:35.1875rem;height:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JsHJZZQPJpDthVOXrurVhvQ0GUI0De47 { top:35.4375rem;left:12.5625rem;width:35.1875rem;height:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #snhHiIyACaGktTNc94ETMkDv7aAHVUVJ { top:57.5rem;left:0rem;width:35.1875rem;height:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDhKTafT2cRuOZyO0eanCZ9TACzcomJJ { top:57.5rem;left:12.5625rem;width:35.1875rem;height:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oW0KcpGmv92BizrJPPTkz1uGmUWNZ8rs { top:79.8125rem;left:0rem;width:35.1875rem;height:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbAcXa71uhd7TALluKU2Uk1q86rDlXsZ { display:block; }#UbAcXa71uhd7TALluKU2Uk1q86rDlXsZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #elLWSeEJctVRTKL0mCOAHFIZPiOSyud9 { top:3.75rem;left:0rem;width:47.75rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMrgpywaTDIfXeuzwxkeCbRWHJ1fzrQS { top:9.625rem;left:0rem;width:32.5625rem;height:11.375rem;font-size:0.9375rem;display:block; }#wMrgpywaTDIfXeuzwxkeCbRWHJ1fzrQS li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7a884fbb44fbfad7cb06bf068ab63209.svg); }
 }@media only screen and (max-width: 763px) { #hXFdIKkeErZ9iZ6GNvMR6v7IrGAbHhpM { top:9.625rem;left:17.1875rem;width:30.5625rem;height:11.375rem;font-size:0.9375rem;display:block; }#hXFdIKkeErZ9iZ6GNvMR6v7IrGAbHhpM li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7a884fbb44fbfad7cb06bf068ab63209.svg); }
 }@media only screen and (max-width: 763px) { #guwIFmwPUtvmTT36uI49fLe1IAU03rMx { display:block; }#guwIFmwPUtvmTT36uI49fLe1IAU03rMx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WXElNr9K5ivBdqEIMk0olTe1qiuxfqAm { top:4rem;left:0rem;width:47.75rem;height:3.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Td8M994TDq7Tfk7wlbEdoTHmegbtrROH { top:9.6875rem;left:0rem;width:47.75rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBgdOG58yVBJ7s1pUbvkHLmdqnIIwyDp { top:11.3125rem;left:0.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lER2USmG1dIGcMZd9JLIBwlfiITU4szd { top:10.75rem;left:4.9375rem;width:42.0625rem;height:4.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgGOs2tupsbFtzUyXc18wJkIRIstfFXN { top:20.1875rem;left:4.9375rem;width:31rem;height:4.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWbr6WWyiaeMWno4PALvotX3bz3Vw1h1 { top:20.75rem;left:0.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVTBIhmElAQzeKT42DDOHtrZmChCJRdQ { top:28.5625rem;left:0rem;width:47.75rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqueNhGsy0CNgFgsX2koR8OZnHcSPHKh { top:29.625rem;left:4.9375rem;width:42.0625rem;height:4.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #y41ZSoBf6wvaHrTKZqDeWcUeJgw3lLzA { top:30.1875rem;left:0.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKKcTDhoTaeTnq9Zg6m617vC6RTh6wNG { top:9.6875rem;left:0rem;width:47.75rem;height:6.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TDbp5a4TzWJ0ZMP7Wh0KufniOhm5yZTp { top:14.125rem;left:0rem;width:15.875rem;height:2.0625rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tnpbMsASOXF86AoNlICdtidsLJ0w6J8E { top:11.3125rem;left:0.75rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TbFMNB9TgAiwqTA7QItZxprXKBsZJVTZ { top:9.6875rem;left:0rem;width:47.75rem;height:6.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Fqha84z5MJ00K32ooTHeUUL2POVTtWdd { top:22.1875rem;left:0rem;width:15.875rem;height:2.0625rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DSN0ehQWP169JGH5iNHEyhroVspt888Q { top:11.3125rem;left:0.75rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cVrCkhUoHfvQNSpgaNixmJLeZOqEZTiU { top:19.125rem;left:0rem;width:47.75rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJPZ53o5iGszhK1XgMdDgm1iSg6ZiBQS { display:block; }#oJPZ53o5iGszhK1XgMdDgm1iSg6ZiBQS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cAgEud7qThRE7V51l3HaZZovIslVTkVG { top:4rem;left:0rem;width:47.75rem;height:3.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpczcSZTWU8PgwqqnHF5J9Lt9K0nnWcd { top:9.6875rem;left:0rem;width:47.75rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiESPqbcXlRIOqEV4Fygmhebw2akW9qX { top:11.3125rem;left:0.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUpCVSZLcPUbAJi7XNv9Mh8gEtF2F3e8 { top:10.75rem;left:4.9375rem;width:42.0625rem;height:4.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbENeDOdtQrI1FoHDkfqsyXbugTQN2vC { top:9.6875rem;left:0rem;width:47.75rem;height:6.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wBQmwehC5v0UQWIvT2OgkOXNnofCJGXO { top:14.125rem;left:0rem;width:15.875rem;height:2.0625rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fX9OBF1J2WWXyFLIGiGh2y6TDErMh08V { top:11.3125rem;left:0.75rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JhRFBapbPQ9eT8aqIdLpsaTBOn9FzwO1 { top:9.6875rem;left:0rem;width:47.75rem;height:6.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rwfBZI65fy5TVNRrd285hbw1hPmzMbCo { top:22.1875rem;left:0rem;width:15.875rem;height:2.0625rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #G9LAle1TEZvgxGycHTvRaSpqnfgz6PqK { top:11.3125rem;left:0.75rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #o5MhfyIsOBl3bbZApqXATvI53dhJ9Jg6 { display:block; }#o5MhfyIsOBl3bbZApqXATvI53dhJ9Jg6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QZn6A10X8ObsxFTbxOnlyf0AMVeVmWn0 { top:15.125rem;left:0rem;width:47.75rem;height:;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #boT6HiR0TeKMRxfiJvLp9TwFHB4Tlu0R { top:21.3125rem;left:2.375rem;width:43rem;height:2.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgtUfwl7AsMQ6V4dtXJ0zw6ie9yC2DdD { top:42.125rem;left:0rem;width:47.75rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHH7GaDlhrzNLdumwJ6yscAt5pz7oCxU { top:38.4375rem;left:0rem;width:47.75rem;height:3rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #auaK3mQh19g74XNxliDcg98QAys7N45s { top:36.5rem;left:20.3125rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GiaofH2zR3NTTKxPJe1PxOponmH9TTFI { top:36.5rem;left:21.6875rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FA8d7M0NNMawsTKQ5czqlPF9I468aGB5 { top:36.5rem;left:23.0625rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGg4IV9xyOD2R5BRJROTv4a2Fq0crH1B { top:36.5rem;left:24.4375rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #odblw7ibgOk4qRi2qIWW7naPtuTOiJ40 { top:36.5rem;left:25.8125rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZ9aT3lUC4vFibr5P04rXxtfqnnJd2QQ { width:27.25rem;height:5.125rem;top:29.3125rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kt1VeI5Lab1Tmm1mDRHwveZQGkQLbJCb { display:block; }
 }@media only screen and (max-width: 763px) { #oRo8rRTB5RgeFsvZcAnQoDwVPEKhGDuL { top:30.125rem;left:0rem;width:47.75rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXVFB1EuwTOIVXLftyxJL0ay8mlRxsFV { top:29.375rem;left:13.625rem;width:20.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdIHPAZHZ1rVFMa80H3kTuqEw5HqTxKH { top:32.125rem;left:0rem;width:47.75rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3JqQ5ZPKUgd0Ssqy0AxcpvKcutlOZfD { display:none; }#A3JqQ5ZPKUgd0Ssqy0AxcpvKcutlOZfD > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #b84MqdQmWkGkUyNgDMmpZTVN9FXRdQHd { top:15.125rem;left:0rem;width:47.75rem;height:;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5eKqN19SIxNvi6HV7AR0Ni0OaXCktUt { top:21.3125rem;left:2.375rem;width:43rem;height:2.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #krIrRKCtBBfbT60WD9qS0MQyoVvLPFIQ { top:27rem;left:0rem;width:20rem;height:1.0625rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wfpksG7kJElmw3eMsb76qnTir1ZQPk8r { top:24rem;left:0rem;width:20rem;height:2.375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #VkaKfwKATyhSXLGgXXdqiEIoDW3IFu45 { top:39.625rem;left:20.4375rem;width:1.375rem;height:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #fMZwOsWOhqb63idcdu4Oby83oeitKXEU { top:39.625rem;left:21.8125rem;width:1.375rem;height:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qidObUfvysOOsivn3r783vudAJnIt3DM { top:39.625rem;left:23.1875rem;width:1.375rem;height:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #nF4UzKeN7ycSgcN3xAOT6dvos69ALMBU { top:39.625rem;left:24.5625rem;width:1.375rem;height:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #e9U5is1mJakPoDprppBRISvWdLN3JCr0 { top:39.625rem;left:25.9375rem;width:1.375rem;height:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #nxq5hF196m6hR7L8VLPb6xR59holg0fW { width:27.25rem;height:5.125rem;top:33rem;left:11.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #APSZ2gv4lrEfH42UyaSoKo6TzbGy5FgV { display:block; }
 }@media only screen and (max-width: 763px) { #MrIiE5ffFkJJtkbAI1CmHJEHFT3Hy2Cz { top:33.0625rem;left:15rem;width:20.125rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #FKVv3mGXEoAuOhfACtTyiQUOMoLiVOIf { top:33.8125rem;left:0rem;width:47.75rem;height:2rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ObzDFZTyIkW1vTry8A0pa45MPE9teaOt { top:21.4375rem;left:0rem;width:20rem;height:1.25rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #eODvTzhDo96hRGttFhLUSfsT1urR5xax { display:block; }#eODvTzhDo96hRGttFhLUSfsT1urR5xax > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ETbmVE5SmloOnqII9dK2XXOgWVT1d881 { width:20rem;height:1.94921875rem;top:0.431640625rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eFuv1SIlOqiWANdPvTnNtgUxM9bwOxDX { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/bae07adb-afb8-469a-b840-78fe713c875e/2148769607.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#eFuv1SIlOqiWANdPvTnNtgUxM9bwOxDX.adaptive-delivery-prevent-bg, #eFuv1SIlOqiWANdPvTnNtgUxM9bwOxDX.lazyload, #eFuv1SIlOqiWANdPvTnNtgUxM9bwOxDX.lazyloading { background-image: none; }#eFuv1SIlOqiWANdPvTnNtgUxM9bwOxDX > .row .container { width:20rem;height:65.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GuH6p82ocBccBS62z3ycBU2xHctqKEIo { width:20rem;height:11.2119375rem;top:4.4375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcLzQAgWaOavNuhivm2TO2fINSs9scUM { width:20rem;height:1.29980625rem;top:43.86230625rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Mhq0INGcwWTX7yfPJZeGXSF5dJbS8aa5 { width:20rem;height:3.8994125rem;top:38.11230625rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OTQLmWSlKn5xlGL44lK4y9kzt6Mp1eVR { display:flex;width:1.375rem;height:1.375rem;top:25.25rem;left:6.5625rem; }
 }@media only screen and (max-width: 763px) { #iXQhAe35vkzC6ZLFMCitR0syl0PlzrT7 { display:flex;width:1.375rem;height:1.375rem;top:25.25rem;left:7.9375rem; }
 }@media only screen and (max-width: 763px) { #J0GoaImITTuobvXOw2xhFL1H3HaZdzNU { display:flex;width:1.375rem;height:1.375rem;top:25.3125rem;left:9.3125rem; }
 }@media only screen and (max-width: 763px) { #A3MQ8wbOKE63Gyi3FMrokMdSpppo48uL { display:flex;width:1.375rem;height:1.375rem;top:25.3125rem;left:10.6875rem; }
 }@media only screen and (max-width: 763px) { #UVGJQi7kARLd9u4EfO9p327zvNoBJRk7 { display:flex;width:1.375rem;height:1.375rem;top:25.3125rem;left:12.0625rem; }
 }@media only screen and (max-width: 763px) { #HeH8tBi0Bll5HGWvuW4393qmQdIzELsb { width:20rem;height:0;top:49.6621125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DqSAu21A8QLFMxiid95nUSSoEGoQQBvr { width:19rem;height:5.125rem;top:52.2871125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLmUNO2sglLTltsvLpRDOww7BIsXmH2e { display:block; }
 }@media only screen and (max-width: 763px) { #DUS7TLVKpCWO8UuAFh6R3E9QlV2QAES0 { width:20rem;height:5rem;top:58.6621125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCnfqmhiGi0JGoc4o7W6aszlpkphZVsr { width:20rem;height:0;top:46.4121125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T4pDe8kGoTc9HhmOqbifpea8Bf0lJ4Gn { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/bae07adb-afb8-469a-b840-78fe713c875e/2148769607.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#T4pDe8kGoTc9HhmOqbifpea8Bf0lJ4Gn.adaptive-delivery-prevent-bg, #T4pDe8kGoTc9HhmOqbifpea8Bf0lJ4Gn.lazyload, #T4pDe8kGoTc9HhmOqbifpea8Bf0lJ4Gn.lazyloading { background-image: none; }#T4pDe8kGoTc9HhmOqbifpea8Bf0lJ4Gn > .row .container { background-color: transparent; background-image: none; }#T4pDe8kGoTc9HhmOqbifpea8Bf0lJ4Gn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.69); }#T4pDe8kGoTc9HhmOqbifpea8Bf0lJ4Gn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4pDe8kGoTc9HhmOqbifpea8Bf0lJ4Gn > .row .container > .video-iframe-container { display: none; }#T4pDe8kGoTc9HhmOqbifpea8Bf0lJ4Gn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.69); }#T4pDe8kGoTc9HhmOqbifpea8Bf0lJ4Gn > .row > .video-iframe-container { display: none; }#T4pDe8kGoTc9HhmOqbifpea8Bf0lJ4Gn > .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); }#T4pDe8kGoTc9HhmOqbifpea8Bf0lJ4Gn > .row .container { width:20rem;height:35.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eHEUaR7cpNDkwws5kMChQx0x2ndQ7cWe { width:20rem;height:8.9355625rem;top:6.3125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gi4rgTUZvUvn3VuwT7rNfF2XTkSU0zfC { width:20rem;height:1.0996125rem;top:30.4375rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l0zEF5oNd8UoJUL8zauSmaTcCzQVNJre { width:20rem;height:2.3994125rem;top:27.4375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hF0mxuoxFX602hMwQPueM28dlCarPfQm { display:flex;width:1.375rem;height:1.375rem;top:25.375rem;left:6.5625rem; }
 }@media only screen and (max-width: 763px) { #c55kQT712HqtHmR1rbJtduhbFBx9c7zs { display:flex;width:1.375rem;height:1.375rem;top:25.375rem;left:7.9375rem; }
 }@media only screen and (max-width: 763px) { #I3fkalMe3hnfd0lxi9odElye4QF2wEiW { display:flex;width:1.375rem;height:1.375rem;top:25.375rem;left:9.3125rem; }
 }@media only screen and (max-width: 763px) { #bnCfinIHznoKS0M8gcl3cTpF6vIKM9Rn { display:flex;width:1.375rem;height:1.375rem;top:25.375rem;left:10.6875rem; }
 }@media only screen and (max-width: 763px) { #OV25wPoxMSgUlA435FeWAB6gh0uJBwTg { display:flex;width:1.375rem;height:1.375rem;top:25.375rem;left:12.0625rem; }
 }@media only screen and (max-width: 763px) { #rs4Wbd3Cgwbeovxp2Vr1P02QQrxxrDV8 { width:20rem;height:1.29980625rem;top:21.4375rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #HnKwMkt9T4FRHMc5yuxVQxRFC4GVbKNf { width:19rem;height:4.5rem;top:18.9375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #S40cyUa9s1JJwXJh6Oy2MeRumdWeXl2M { display:block; }
 }@media only screen and (max-width: 763px) { #ec0ax0C593EuBX4uiyXJuWG0d0barRiQ { width:20rem;height:1.5996125rem;top:19.625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZVXJSHUukTk1Z3aWDoMZJxH4EbIqEI2U { width:18.8125rem;height:4.5rem;top:19rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcICClfFaFk7EJcw6iwu4i6qDoZxR1K9 { display:none; }#fcICClfFaFk7EJcw6iwu4i6qDoZxR1K9 > .row .container { width:20rem;height:86.9169921875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CT0QTqxTT6lxHSWhH4n5lwyLcsnIbVT9 { width:20rem;height:10.9985625rem;top:43.4809375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTAQZq1EyxtiIpgIzAWPynMVTDRy45xr { width:20rem;height:31.195325rem;top:55.7295rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n30FVEC3XEsF25KJGwevxi0HlXomMPVa { display:none; }#n30FVEC3XEsF25KJGwevxi0HlXomMPVa > .row .container { width:20rem;height:131.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #k2A2n0Lo7uOd025nx7mfAlsNf0GLlefu { width:19.625rem;height:9.5619680851064rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GcDWzxNEnHgnxULGT8FIWTvxk2Fwn4iV { width:19.625rem;height:16.944933920705rem;top:12.4365rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SyaRsNVDOZJtsviAQfce4vJTif6uSxQg { width:19.625rem;height:10.849944933921rem;top:31.0063125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFT96oKTI0K1nIkgfxkP70kxyXxm0gJ5 { width:19.625rem;height:7.824063876652rem;top:88.1748125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqzgN0Js21BTs6THT9c6VTkKkJIa4Mta { width:19.625rem;height:12.896428571429rem;top:97.6235625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLDh3oQxKzmXR2Ul65rXMz6fTC1CxxBO { width:19.625rem;height:17.745626151013rem;top:112.14453515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzmzxN5tBr5bWIDOyglgm6etkh79EMbI { background-color:#eee9e2;background-image:none;display:block; }#vzmzxN5tBr5bWIDOyglgm6etkh79EMbI > .row .container { background-color: transparent; background-image: none; }#vzmzxN5tBr5bWIDOyglgm6etkh79EMbI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vzmzxN5tBr5bWIDOyglgm6etkh79EMbI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vzmzxN5tBr5bWIDOyglgm6etkh79EMbI > .row .container > .video-iframe-container { display: none; }#vzmzxN5tBr5bWIDOyglgm6etkh79EMbI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vzmzxN5tBr5bWIDOyglgm6etkh79EMbI > .row > .video-iframe-container { display: none; }#vzmzxN5tBr5bWIDOyglgm6etkh79EMbI > .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); }#vzmzxN5tBr5bWIDOyglgm6etkh79EMbI > .row .container { width:20rem;height:134rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TTyqPuEcQbXTc6UI0ifBJocGdxkKxceL { width:20rem;height:26.8125rem;top:10.75rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHRzUrEzhRC6PJHwgWpm47LMBD4TTnza { width:20rem;height:7.1484375rem;top:2.625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QT2TZhWKySUbih7oSLefpdvLnJF1z0CD { width:19.625rem;height:9.5610625rem;top:62.875rem;left:0rem;border-top:0.1875rem solid #5a7c8e;border-left:0.1875rem solid #5a7c8e;border-right:0.1875rem solid #5a7c8e;border-bottom:0.1875rem solid #5a7c8e;display:block; }
 }@media only screen and (max-width: 763px) { #G2txATv63V1vrusuUmT3xgfKoWeRMnaT { width:19.625rem;height:16.9443125rem;top:74.0625rem;left:0rem;border-top:0.1875rem solid #5a7c8e;border-left:0.1875rem solid #5a7c8e;border-right:0.1875rem solid #5a7c8e;border-bottom:0.1875rem solid #5a7c8e;display:block; }
 }@media only screen and (max-width: 763px) { #Zpw2GCTIbFhQS9ofTZKPaCN4VCMEu4K9 { width:19.625rem;height:10.849625rem;top:92.625rem;left:0rem;border-top:0.1875rem solid #5a7c8e;border-left:0.1875rem solid #5a7c8e;border-right:0.1875rem solid #5a7c8e;border-bottom:0.1875rem solid #5a7c8e;display:block; }
 }@media only screen and (max-width: 763px) { #rzDb7bsFNPReNxnUAT15eKTNQ8nMl9n4 { width:19.625rem;height:7.82375rem;top:38.9375rem;left:0rem;border-top:0.1875rem solid #5a7c8e;border-left:0.1875rem solid #5a7c8e;border-right:0.1875rem solid #5a7c8e;border-bottom:0.1875rem solid #5a7c8e;display:block; }
 }@media only screen and (max-width: 763px) { #m7n0mN4TtxQZHpgHOV5Uzaltb3w1yviT { width:19.625rem;height:12.896rem;top:48.375rem;left:0rem;border-top:0.1875rem solid #5a7c8e;border-left:0.1875rem solid #5a7c8e;border-right:0.1875rem solid #5a7c8e;border-bottom:0.1875rem solid #5a7c8e;display:block; }
 }@media only screen and (max-width: 763px) { #L43T0wrkAz5lq6tFQgZXF4XufHguntXT { width:19.625rem;height:25.375rem;top:105.75rem;left:0rem;border-top:0.1875rem solid #5a7c8e;border-left:0.1875rem solid #5a7c8e;border-right:0.1875rem solid #5a7c8e;border-bottom:0.1875rem solid #5a7c8e;z-index:15004;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #iXslfLXL1UKMvMLigqskgGfECdo2Z7cE { display:block; }#iXslfLXL1UKMvMLigqskgGfECdo2Z7cE > .row .container { width:20rem;height:99rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HNM1fEPWmqWGqdPIBGaJUqgVhdabmeTV { width:20rem;height:7.1484375rem;top:1.9375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #afFR4tLqTkO0Iu1givUelZOnNQvW4hsw { height:11.225577264654rem;width:20rem;top:10.3359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWEtTir2Pu46Jgqayzg3fQ4X8tfq1f4w { height:11.225577264654rem;width:20rem;top:35.2861875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTE4XpEoVD25XR4Rx9VZRfduTnD4umJZ { height:11.225577264654rem;width:20rem;top:22.8110625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JsHJZZQPJpDthVOXrurVhvQ0GUI0De47 { height:11.225577264654rem;width:20rem;top:47.7613125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #snhHiIyACaGktTNc94ETMkDv7aAHVUVJ { height:11.225577264654rem;width:20rem;top:60.23635546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDhKTafT2cRuOZyO0eanCZ9TACzcomJJ { height:11.225577264654rem;width:20rem;top:72.711453125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oW0KcpGmv92BizrJPPTkz1uGmUWNZ8rs { height:11.225577264654rem;width:20rem;top:85.18655078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbAcXa71uhd7TALluKU2Uk1q86rDlXsZ { display:block; }#UbAcXa71uhd7TALluKU2Uk1q86rDlXsZ > .row .container { width:20rem;height:22.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #elLWSeEJctVRTKL0mCOAHFIZPiOSyud9 { width:20rem;height:4.2246125rem;top:2.3125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMrgpywaTDIfXeuzwxkeCbRWHJ1fzrQS { width:20rem;height:6.25rem;top:7.375rem;left:0rem;font-size:0.9375rem;line-height:2;display:block; }#wMrgpywaTDIfXeuzwxkeCbRWHJ1fzrQS li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7a884fbb44fbfad7cb06bf068ab63209.svg); }
 }@media only screen and (max-width: 763px) { #hXFdIKkeErZ9iZ6GNvMR6v7IrGAbHhpM { width:20rem;height:6.25rem;top:13.625rem;left:0rem;font-size:0.9375rem;line-height:2;display:block; }#hXFdIKkeErZ9iZ6GNvMR6v7IrGAbHhpM li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7a884fbb44fbfad7cb06bf068ab63209.svg); }
 }@media only screen and (max-width: 763px) { #guwIFmwPUtvmTT36uI49fLe1IAU03rMx { display:none; }#guwIFmwPUtvmTT36uI49fLe1IAU03rMx > .row .container { width:20rem;height:102.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WXElNr9K5ivBdqEIMk0olTe1qiuxfqAm { width:20rem;height:3.57421875rem;top:2.41796875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Td8M994TDq7Tfk7wlbEdoTHmegbtrROH { width:20rem;height:4.625rem;top:7.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBgdOG58yVBJ7s1pUbvkHLmdqnIIwyDp { display:flex;width:1.875rem;height:1.875rem;top:9.25rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #lER2USmG1dIGcMZd9JLIBwlfiITU4szd { width:15.875rem;height:3.16845625rem;top:8.625rem;left:3.0625rem;font-size:0.8125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #XgGOs2tupsbFtzUyXc18wJkIRIstfFXN { width:20rem;height:9rem;top:76.97903125rem;left:0rem;font-size:1.5rem;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #AWbr6WWyiaeMWno4PALvotX3bz3Vw1h1 { display:flex;width:3.125rem;height:3.125rem;top:77.54153125rem;left:1.3125rem; }
 }@media only screen and (max-width: 763px) { #PVTBIhmElAQzeKT42DDOHtrZmChCJRdQ { width:20rem;height:6.3125rem;top:83.47903125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqueNhGsy0CNgFgsX2koR8OZnHcSPHKh { width:20rem;height:9rem;top:84.54153125rem;left:0rem;font-size:1.5rem;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #y41ZSoBf6wvaHrTKZqDeWcUeJgw3lLzA { display:flex;width:3.125rem;height:3.125rem;top:85.10403125rem;left:1.3125rem; }
 }@media only screen and (max-width: 763px) { #CKKcTDhoTaeTnq9Zg6m617vC6RTh6wNG { width:20rem;height:4.625rem;top:14.375rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #TDbp5a4TzWJ0ZMP7Wh0KufniOhm5yZTp { width:15.875rem;height:2.11230625rem;top:15.625rem;left:3.0625rem;font-size:0.8125rem;line-height:1.3;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #tnpbMsASOXF86AoNlICdtidsLJ0w6J8E { display:flex;width:1.875rem;height:1.875rem;top:15.75rem;left:0.625rem;z-index:15006; }
 }@media only screen and (max-width: 763px) { #TbFMNB9TgAiwqTA7QItZxprXKBsZJVTZ { width:20rem;height:4.625rem;top:20.875rem;left:0rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #Fqha84z5MJ00K32ooTHeUUL2POVTtWdd { width:15.875rem;height:2.11230625rem;top:22.1875rem;left:3.0625rem;font-size:0.8125rem;line-height:1.3;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #DSN0ehQWP169JGH5iNHEyhroVspt888Q { display:flex;width:1.875rem;height:1.875rem;top:22.25rem;left:0.625rem;z-index:15009; }
 }@media only screen and (max-width: 763px) { #cVrCkhUoHfvQNSpgaNixmJLeZOqEZTiU { width:20rem;height:6.3125rem;top:94.79153125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJPZ53o5iGszhK1XgMdDgm1iSg6ZiBQS { background-color:#d1c7b6;background-image:none;display:block; }#oJPZ53o5iGszhK1XgMdDgm1iSg6ZiBQS > .row .container { background-color: transparent; background-image: none; }#oJPZ53o5iGszhK1XgMdDgm1iSg6ZiBQS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oJPZ53o5iGszhK1XgMdDgm1iSg6ZiBQS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oJPZ53o5iGszhK1XgMdDgm1iSg6ZiBQS > .row .container > .video-iframe-container { display: none; }#oJPZ53o5iGszhK1XgMdDgm1iSg6ZiBQS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oJPZ53o5iGszhK1XgMdDgm1iSg6ZiBQS > .row > .video-iframe-container { display: none; }#oJPZ53o5iGszhK1XgMdDgm1iSg6ZiBQS > .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); }#oJPZ53o5iGszhK1XgMdDgm1iSg6ZiBQS > .row .container { width:20rem;height:28.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cAgEud7qThRE7V51l3HaZZovIslVTkVG { width:20rem;height:3.57421875rem;top:1.98046875rem;left:0rem;font-size:1.625rem;color:#0e1b2c;display:block; }
 }@media only screen and (max-width: 763px) { #lpczcSZTWU8PgwqqnHF5J9Lt9K0nnWcd { width:20rem;height:4.625rem;top:6.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiESPqbcXlRIOqEV4Fygmhebw2akW9qX { display:flex;width:1.875rem;height:1.875rem;top:8.1875rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #iUpCVSZLcPUbAJi7XNv9Mh8gEtF2F3e8 { width:15.875rem;height:3.16845625rem;top:7.5625rem;left:3.0625rem;font-size:0.8125rem;line-height:1.3;color:#0e1b2c;display:block; }
 }@media only screen and (max-width: 763px) { #kbENeDOdtQrI1FoHDkfqsyXbugTQN2vC { width:20rem;height:4.625rem;top:13.3125rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #wBQmwehC5v0UQWIvT2OgkOXNnofCJGXO { width:15.875rem;height:2.11230625rem;top:14.5625rem;left:3.0625rem;font-size:0.8125rem;line-height:1.3;z-index:15006;color:#0e1b2c;display:block; }
 }@media only screen and (max-width: 763px) { #fX9OBF1J2WWXyFLIGiGh2y6TDErMh08V { display:flex;width:1.875rem;height:1.875rem;top:14.6875rem;left:0.625rem;z-index:15006; }
 }@media only screen and (max-width: 763px) { #JhRFBapbPQ9eT8aqIdLpsaTBOn9FzwO1 { width:20rem;height:4.625rem;top:19.8125rem;left:0rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #rwfBZI65fy5TVNRrd285hbw1hPmzMbCo { width:15.875rem;height:2.11230625rem;top:21.125rem;left:3.0625rem;font-size:0.8125rem;line-height:1.3;z-index:15009;color:#0e1b2c;display:block; }
 }@media only screen and (max-width: 763px) { #G9LAle1TEZvgxGycHTvRaSpqnfgz6PqK { display:flex;width:1.875rem;height:1.875rem;top:21.1875rem;left:0.625rem;z-index:15009; }
 }@media only screen and (max-width: 763px) { #o5MhfyIsOBl3bbZApqXATvI53dhJ9Jg6 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/49ef12d7-4f80-436a-ad5b-dbd8bc2b6716/3176.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }#o5MhfyIsOBl3bbZApqXATvI53dhJ9Jg6.adaptive-delivery-prevent-bg, #o5MhfyIsOBl3bbZApqXATvI53dhJ9Jg6.lazyload, #o5MhfyIsOBl3bbZApqXATvI53dhJ9Jg6.lazyloading { background-image: none; }#o5MhfyIsOBl3bbZApqXATvI53dhJ9Jg6 > .row .container { width:20rem;height:65.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QZn6A10X8ObsxFTbxOnlyf0AMVeVmWn0 { width:20rem;height:4.38671875rem;top:3.8125rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #boT6HiR0TeKMRxfiJvLp9TwFHB4Tlu0R { width:20rem;height:3.16845625rem;top:9.5625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgtUfwl7AsMQ6V4dtXJ0zw6ie9yC2DdD { width:20rem;height:1.29980625rem;top:41.592775rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VHH7GaDlhrzNLdumwJ6yscAt5pz7oCxU { width:20rem;height:6rem;top:34.342775rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #auaK3mQh19g74XNxliDcg98QAys7N45s { display:flex;width:1.375rem;height:1.375rem;top:21.217775rem;left:9.3125rem; }
 }@media only screen and (max-width: 763px) { #GiaofH2zR3NTTKxPJe1PxOponmH9TTFI { display:flex;width:1.375rem;height:1.375rem;top:23.842775rem;left:9.3125rem; }
 }@media only screen and (max-width: 763px) { #FA8d7M0NNMawsTKQ5czqlPF9I468aGB5 { display:flex;width:1.375rem;height:1.375rem;top:26.467775rem;left:9.3125rem; }
 }@media only screen and (max-width: 763px) { #gGg4IV9xyOD2R5BRJROTv4a2Fq0crH1B { display:flex;width:1.375rem;height:1.375rem;top:29.092775rem;left:9.3125rem; }
 }@media only screen and (max-width: 763px) { #odblw7ibgOk4qRi2qIWW7naPtuTOiJ40 { display:flex;width:1.375rem;height:1.375rem;top:31.717775rem;left:9.3125rem; }
 }@media only screen and (max-width: 763px) { #wZ9aT3lUC4vFibr5P04rXxtfqnnJd2QQ { width:19rem;height:5.125rem;top:50.01758125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kt1VeI5Lab1Tmm1mDRHwveZQGkQLbJCb { display:block; }
 }@media only screen and (max-width: 763px) { #oRo8rRTB5RgeFsvZcAnQoDwVPEKhGDuL { width:20rem;height:0;top:44.14258125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EXVFB1EuwTOIVXLftyxJL0ay8mlRxsFV { width:20rem;height:5rem;top:56.39258125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdIHPAZHZ1rVFMa80H3kTuqEw5HqTxKH { width:20rem;height:0;top:62.64258125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A3JqQ5ZPKUgd0Ssqy0AxcpvKcutlOZfD { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/49ef12d7-4f80-436a-ad5b-dbd8bc2b6716/3176.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#A3JqQ5ZPKUgd0Ssqy0AxcpvKcutlOZfD.adaptive-delivery-prevent-bg, #A3JqQ5ZPKUgd0Ssqy0AxcpvKcutlOZfD.lazyload, #A3JqQ5ZPKUgd0Ssqy0AxcpvKcutlOZfD.lazyloading { background-image: none; }#A3JqQ5ZPKUgd0Ssqy0AxcpvKcutlOZfD > .row .container { background-color: transparent; background-image: none; }#A3JqQ5ZPKUgd0Ssqy0AxcpvKcutlOZfD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.64); }#A3JqQ5ZPKUgd0Ssqy0AxcpvKcutlOZfD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A3JqQ5ZPKUgd0Ssqy0AxcpvKcutlOZfD > .row .container > .video-iframe-container { display: none; }#A3JqQ5ZPKUgd0Ssqy0AxcpvKcutlOZfD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.64); }#A3JqQ5ZPKUgd0Ssqy0AxcpvKcutlOZfD > .row > .video-iframe-container { display: none; }#A3JqQ5ZPKUgd0Ssqy0AxcpvKcutlOZfD > .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); }#A3JqQ5ZPKUgd0Ssqy0AxcpvKcutlOZfD > .row .container { width:20rem;height:32.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b84MqdQmWkGkUyNgDMmpZTVN9FXRdQHd { width:20rem;height:4.38671875rem;top:3.8125rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5eKqN19SIxNvi6HV7AR0Ni0OaXCktUt { width:20rem;height:2.923825rem;top:9.5625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #krIrRKCtBBfbT60WD9qS0MQyoVvLPFIQ { width:20rem;height:1.0996125rem;top:26.125rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #wfpksG7kJElmw3eMsb76qnTir1ZQPk8r { width:20rem;height:2.3994125rem;top:23.125rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #VkaKfwKATyhSXLGgXXdqiEIoDW3IFu45 { display:flex;width:1.375rem;height:1.375rem;top:21.0625rem;left:6.5625rem;z-index:15029; }
 }@media only screen and (max-width: 763px) { #fMZwOsWOhqb63idcdu4Oby83oeitKXEU { display:flex;width:1.375rem;height:1.375rem;top:21.0625rem;left:7.9375rem;z-index:15030; }
 }@media only screen and (max-width: 763px) { #qidObUfvysOOsivn3r783vudAJnIt3DM { display:flex;width:1.375rem;height:1.375rem;top:21.0625rem;left:9.3125rem;z-index:15031; }
 }@media only screen and (max-width: 763px) { #nF4UzKeN7ycSgcN3xAOT6dvos69ALMBU { display:flex;width:1.375rem;height:1.375rem;top:21.0625rem;left:10.6875rem;z-index:15032; }
 }@media only screen and (max-width: 763px) { #e9U5is1mJakPoDprppBRISvWdLN3JCr0 { display:flex;width:1.375rem;height:1.375rem;top:21.0625rem;left:12.0625rem;z-index:15033; }
 }@media only screen and (max-width: 763px) { #nxq5hF196m6hR7L8VLPb6xR59holg0fW { width:19rem;height:4.5rem;top:14.4375rem;left:0.5rem;z-index:15048;display:block; }
 }@media only screen and (max-width: 763px) { #APSZ2gv4lrEfH42UyaSoKo6TzbGy5FgV { display:block; }
 }@media only screen and (max-width: 763px) { #MrIiE5ffFkJJtkbAI1CmHJEHFT3Hy2Cz { width:18.8125rem;height:4.5rem;top:14.5rem;left:0.5rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #FKVv3mGXEoAuOhfACtTyiQUOMoLiVOIf { width:20rem;height:1.5996125rem;top:15.125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #ObzDFZTyIkW1vTry8A0pa45MPE9teaOt { width:20rem;height:1.29980625rem;top:16.875rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;z-index:15049;font-weight:300;font-style:normal;display:block; }
 }