.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); }#DN8uTeRds0AKvQEykVJERi3m1RNOaz62 { 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; }#DN8uTeRds0AKvQEykVJERi3m1RNOaz62 > .row .container { background-color: transparent; background-image: none; }#DN8uTeRds0AKvQEykVJERi3m1RNOaz62::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DN8uTeRds0AKvQEykVJERi3m1RNOaz62 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DN8uTeRds0AKvQEykVJERi3m1RNOaz62 > .row .container > .video-iframe-container { display: none; }#DN8uTeRds0AKvQEykVJERi3m1RNOaz62 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DN8uTeRds0AKvQEykVJERi3m1RNOaz62 > .row > .video-iframe-container { display: none; }#DN8uTeRds0AKvQEykVJERi3m1RNOaz62 > .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); }#DN8uTeRds0AKvQEykVJERi3m1RNOaz62 > .row .container { border-width: 0; border-radius: 0; }#DN8uTeRds0AKvQEykVJERi3m1RNOaz62 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DN8uTeRds0AKvQEykVJERi3m1RNOaz62 > .row .container { font-size:0.875rem;font-family:arial;height:2.875rem;width:75rem;position:relative;display:block; }#TOl1Xuql3U0m0uzSlGyf3eQ0niIHSxKM { 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; }
#no0Uo9HRZRbxJgPPiBhKNRdxNkBuSkeL { 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; }#no0Uo9HRZRbxJgPPiBhKNRdxNkBuSkeL.adaptive-delivery-prevent-bg, #no0Uo9HRZRbxJgPPiBhKNRdxNkBuSkeL.lazyload, #no0Uo9HRZRbxJgPPiBhKNRdxNkBuSkeL.lazyloading { background-image: none; }#no0Uo9HRZRbxJgPPiBhKNRdxNkBuSkeL > .row .container { background-color: transparent; background-image: none; }#no0Uo9HRZRbxJgPPiBhKNRdxNkBuSkeL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.69); }#no0Uo9HRZRbxJgPPiBhKNRdxNkBuSkeL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#no0Uo9HRZRbxJgPPiBhKNRdxNkBuSkeL > .row .container > .video-iframe-container { display: none; }#no0Uo9HRZRbxJgPPiBhKNRdxNkBuSkeL > .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); }#no0Uo9HRZRbxJgPPiBhKNRdxNkBuSkeL > .row > .video-iframe-container { display: none; }#no0Uo9HRZRbxJgPPiBhKNRdxNkBuSkeL > .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); }#no0Uo9HRZRbxJgPPiBhKNRdxNkBuSkeL > .row .container { border-width: 0; border-radius: 0; }#no0Uo9HRZRbxJgPPiBhKNRdxNkBuSkeL::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; }#no0Uo9HRZRbxJgPPiBhKNRdxNkBuSkeL > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#no0Uo9HRZRbxJgPPiBhKNRdxNkBuSkeL > .row .container { font-size:0.875rem;font-family:arial;height:40.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#q6HmrcnWw6oSZIXf5aOwUGXVBTfo8J8G { color:#f8f6f0;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; }
#mzetA8npT6LrVee7WA1q32x3t77JKikJ { 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; }
#wPP6dBMMPKmHvro2sLd4VOvlDZI7B2EH { 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; }
#XU57s36Isl0QQSNAD0oyWPInTEvPkM4b { 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; }
#NfwLp6E6m2uyTTrFyPK4wFwesi6Tgv7r { 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; }
#Tcqv5fbF6PDgczNK3STxCAixS58Jv7pE { 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; }
#SF6ecFA8kCBtvOi1EkQyEEly4DsLBEDS { 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; }
#GklqvOLwEca0ScvvmRyZ3S52zfSzmgGL { 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; }
#W5Ur5zQO5eurBwcc8ZX73Cg3tlhTeL3J { 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; }
#aq2ChxT7ZhgC6oZfTBKC64RkPuCNyTaS { 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(0,0,0,0);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.875rem;display:block; }
#F2lrimgKdGJn1Su6ekePoiTV15Gl9xKX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ctMsIPiQnCBOGUso8ID10UIvr1MlTHoP { 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; }
#A9MxMVucpvESXZ9brQorXFxQ4xEX9BAB { 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; }
#CTsGibzPmb6Ozigr5ra3yTU6X6niPv75 { 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; }#CTsGibzPmb6Ozigr5ra3yTU6X6niPv75.adaptive-delivery-prevent-bg, #CTsGibzPmb6Ozigr5ra3yTU6X6niPv75.lazyload, #CTsGibzPmb6Ozigr5ra3yTU6X6niPv75.lazyloading { background-image: none; }#CTsGibzPmb6Ozigr5ra3yTU6X6niPv75 > .row .container { border-width: 0; border-radius: 0; }#CTsGibzPmb6Ozigr5ra3yTU6X6niPv75::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; }#CTsGibzPmb6Ozigr5ra3yTU6X6niPv75 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#CTsGibzPmb6Ozigr5ra3yTU6X6niPv75 > .row .container { font-size:0.875rem;font-family:arial;height:59.125rem;width:75rem;overflow:visible;position:relative;display:none; }#o7okI9q1iVbh5Alp32Tg39b5dcVVq91P { 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; }
#wK36CoJlTQ0yI8RtCBLTQuzCB5KFADrn { 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; }
#QxB90N3sutt5wbVrH7SUqvWywrNpHlWf { 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; }
#XOiuXgFA864A9zM01e1RWewmfk0hNlo6 { 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; }
#pN49E2gcXuOJ4MtU5s46hzWaXSq4guFw { 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; }
#KnRmiTINVod65yJLl6fPSxqLtWZG1MMT { 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; }
#xtX8mGQqa9vyyoU5aNT99WaSz6D6qts3 { 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; }
#sinncevA454x3NftR0V5U0Gk3NXKC1n4 { 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; }
#Q4H4fLg7GKX1SNz149GTKkK1pAvT6SbJ { 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; }
#GZ97pV3nSh1pTTBv8OpLolmAFQVeh8DC { 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; }
#iIcpCnkLSWVqmoxU84g1TKrQ8dLy8MOW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ifq81VgeWn2LX1nwZCSed3cyE7xZ1qk7 { 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; }
#Har7zs4MS9JMy8K3n2L1mZ0UKR60BW7D { 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; }
#ABbW8cg7yTQI5Qgq905AsNBGlsqM1f1Q { 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; }#ABbW8cg7yTQI5Qgq905AsNBGlsqM1f1Q > .row .container { background-color: transparent; background-image: none; }#ABbW8cg7yTQI5Qgq905AsNBGlsqM1f1Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ABbW8cg7yTQI5Qgq905AsNBGlsqM1f1Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ABbW8cg7yTQI5Qgq905AsNBGlsqM1f1Q > .row .container > .video-iframe-container { display: none; }#ABbW8cg7yTQI5Qgq905AsNBGlsqM1f1Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ABbW8cg7yTQI5Qgq905AsNBGlsqM1f1Q > .row > .video-iframe-container { display: none; }#ABbW8cg7yTQI5Qgq905AsNBGlsqM1f1Q > .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); }#ABbW8cg7yTQI5Qgq905AsNBGlsqM1f1Q > .row .container { border-width: 0; border-radius: 0; }#ABbW8cg7yTQI5Qgq905AsNBGlsqM1f1Q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ABbW8cg7yTQI5Qgq905AsNBGlsqM1f1Q > .row .container { font-size:0.875rem;font-family:arial;height:31.0625rem;width:75rem;position:relative;display:block; }#UzH413cunh5oX7szcMUIAp9aqf3zCi3q { 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; }
#c9RegOJDimmRx8stHzl0MkLc1WJ144V4 { 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; }
#DBwXLlMEOWs6aDUWnPUF4z17c9TSPIG9 { 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; }#DBwXLlMEOWs6aDUWnPUF4z17c9TSPIG9 > .row .container { background-color: transparent; background-image: none; }#DBwXLlMEOWs6aDUWnPUF4z17c9TSPIG9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DBwXLlMEOWs6aDUWnPUF4z17c9TSPIG9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DBwXLlMEOWs6aDUWnPUF4z17c9TSPIG9 > .row .container > .video-iframe-container { display: none; }#DBwXLlMEOWs6aDUWnPUF4z17c9TSPIG9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DBwXLlMEOWs6aDUWnPUF4z17c9TSPIG9 > .row > .video-iframe-container { display: none; }#DBwXLlMEOWs6aDUWnPUF4z17c9TSPIG9 > .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); }#DBwXLlMEOWs6aDUWnPUF4z17c9TSPIG9 > .row .container { border-width: 0; border-radius: 0; }#DBwXLlMEOWs6aDUWnPUF4z17c9TSPIG9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DBwXLlMEOWs6aDUWnPUF4z17c9TSPIG9 > .row .container { font-size:0.875rem;font-family:arial;height:76rem;width:75rem;position:relative;display:block; }#GTekNLvuBSSBUa6apT8wmcCpp7WDpTAC { 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; }
#TsAcNqXHXwirHAlavAWzsTtxLRRSaUqp { 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; }
#BKoist9myI1DGfaBpiasSOkvXlK8cIvK { 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; }
#ZcrSxU81nhFMbHdiRX9mu4uo2C5qKquF { 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; }
#eqqS9SPpACEGu2Qhzy38ySumdAseZIGZ { 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; }
#KCfgSd2WQ9Dg2MgafgWFcySJLmm9rDQB { 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; }
#gIOfDASJRA83GvlTUGr0xPgRwRq7QQKo { 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; }#gIOfDASJRA83GvlTUGr0xPgRwRq7QQKo > .row .container { border-width: 0; border-radius: 0; }#gIOfDASJRA83GvlTUGr0xPgRwRq7QQKo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gIOfDASJRA83GvlTUGr0xPgRwRq7QQKo > .row .container { font-size:0.875rem;font-family:arial;height:68.125rem;width:75rem;position:relative;display:none; }#HzxkyviL2OkVuMuTfR2J4EZ1HhZM3w37 { 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; }
#mxDCFTVE3bc9zZk8avcWia09uXqScmwC { 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; }
#rLlx3CSGSWAC6JKk464v0zwRVoKMD0PS { 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; }
#nDR2eJcrm9RlwTMBFd0PBKwC4qPItHGa { 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; }
#sN2dES0ZUVLEkvz1hJWGSmfmTiOmReKN { 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; }
#wqqgyHsmldqJwnZhs8VyGeEsslIX8tQl { 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; }
#pb4mNBQN6yaTQZdohqR80x0qU40H5DIv { 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; }
#D9zmOTiZ98o9n3sJXnTMh0RHTGaTHQDV { 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; }
#Kmui8ez3d6MzZUtNTQ8KrOQkSNQrclAs { 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; }#Kmui8ez3d6MzZUtNTQ8KrOQkSNQrclAs > .row .container { background-color: transparent; background-image: none; }#Kmui8ez3d6MzZUtNTQ8KrOQkSNQrclAs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kmui8ez3d6MzZUtNTQ8KrOQkSNQrclAs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kmui8ez3d6MzZUtNTQ8KrOQkSNQrclAs > .row .container > .video-iframe-container { display: none; }#Kmui8ez3d6MzZUtNTQ8KrOQkSNQrclAs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kmui8ez3d6MzZUtNTQ8KrOQkSNQrclAs > .row > .video-iframe-container { display: none; }#Kmui8ez3d6MzZUtNTQ8KrOQkSNQrclAs > .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); }#Kmui8ez3d6MzZUtNTQ8KrOQkSNQrclAs > .row .container { border-width: 0; border-radius: 0; }#Kmui8ez3d6MzZUtNTQ8KrOQkSNQrclAs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Kmui8ez3d6MzZUtNTQ8KrOQkSNQrclAs > .row .container { font-size:0.875rem;font-family:arial;height:101.8125rem;width:75rem;position:relative;display:block; }#Xrd68UTrrx6ecirR8FvoXQuATG5sJxBg { 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; }
#G6NxmpZql1WpGCupAegq9LGFEHViB7TM { 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; }
#XTzEfKTUyGZDrxTthaWTQ8ix6wrdDRXT { 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; }
#LbbfXmvZHe9wKvTaVNk5sUsZJio084W5 { 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; }
#dlGQUx40VJZy4Gok0SMMaJVzQkZCHWAR { 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; }
#DF4wr5Uc1FHT3hEAZHvewRBxPKKt1ilZ { 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; }
#U9hZLFfBTqwgTLqbC1PzTdfmVZDfeJQQ { 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; }
#iWaNrREvcrhwoMOIneEVuGciiNBkOQ3D { 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; }
#tm4PcSTQdiMBCn00SKrlqo9VioQkslIS { 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; }#tm4PcSTQdiMBCn00SKrlqo9VioQkslIS > .row .container { background-color: transparent; background-image: none; }#tm4PcSTQdiMBCn00SKrlqo9VioQkslIS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tm4PcSTQdiMBCn00SKrlqo9VioQkslIS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tm4PcSTQdiMBCn00SKrlqo9VioQkslIS > .row .container > .video-iframe-container { display: none; }#tm4PcSTQdiMBCn00SKrlqo9VioQkslIS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tm4PcSTQdiMBCn00SKrlqo9VioQkslIS > .row > .video-iframe-container { display: none; }#tm4PcSTQdiMBCn00SKrlqo9VioQkslIS > .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); }#tm4PcSTQdiMBCn00SKrlqo9VioQkslIS > .row .container { border-width: 0; border-radius: 0; }#tm4PcSTQdiMBCn00SKrlqo9VioQkslIS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tm4PcSTQdiMBCn00SKrlqo9VioQkslIS > .row .container { font-size:0.875rem;font-family:arial;height:50.625rem;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:4.0625rem;left:1.125rem;height:6.32425rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Td8M994TDq7Tfk7wlbEdoTHmegbtrROH { box-sizing:content-box;height:27.0625rem;width:23.375rem;position:absolute;display:block;z-index:15002;background-color:#cac4bf;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.4375rem;left:0.8125rem;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; }
#lER2USmG1dIGcMZd9JLIBwlfiITU4szd { color:#000000;display:block;width:21.1875rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:18.53759765625rem;left:1.90625rem;height:1.92480625rem;text-align:center;text-align-last:center;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; }
#GuiuvWrh05eIrfVUlN5OXxFOJxAwF3rT { color:#000000;display:block;width:19.9375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:21.3125rem;left:2.5625rem;height:19.6875rem;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; }
#EBgdOG58yVBJ7s1pUbvkHLmdqnIIwyDp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.875rem;width:4.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:12.75rem;left:10.0625rem; }
#mOZTXxTcHAJ0RlxkInMpvrx19aJtrK9J { box-sizing:content-box;height:27.0625rem;width:23.375rem;position:absolute;display:block;z-index:15006;background-color:#cac4bf;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.5rem;left:25.8125rem;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; }
#wemhEenBMm6l7VEBbCTBCZ8sB2oyitWO { color:#000000;display:block;width:19.9375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:21.375rem;left:27.5625rem;height:17.0625rem;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; }
#OAECLieBd7kxOrEbBcUZbuKnuM2WRkTW { color:#000000;display:block;width:21.5rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:18.53759765625rem;left:26.75rem;height:1.92480625rem;text-align:center;text-align-last:center;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; }
#VpATdk9W2EEI8ILhwsna4MzPkmMOTaQt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.875rem;width:4.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:12.8125rem;left:35.0625rem; }
#qTaeeEtafkMKdLl4dVKLEUeMRIkU158d { box-sizing:content-box;height:27.0625rem;width:23.375rem;position:absolute;display:block;z-index:15010;background-color:#cac4bf;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.5rem;left:50.8125rem;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; }
#lf6mVXuPoAtzH8iDJEqHOyzIrVy5s6RF { color:#000000;display:block;width:19.9375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:21.375rem;left:52.5625rem;height:17.0625rem;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; }
#TtC5SCoPBpGuH7UldZbUCicNJmDeUtVL { color:#000000;display:block;width:21.4375rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:18.53759765625rem;left:51.78125rem;height:1.92480625rem;text-align:center;text-align-last:center;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; }
#L4QfhBii9X7md0CWEkH1c18MyWBKCfge { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.875rem;width:4.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:12.8125rem;left:60.0625rem; }
#HdNdm8D6OfziZoxBE4iVtrywd28U8fKV { 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:none; }#HdNdm8D6OfziZoxBE4iVtrywd28U8fKV > .row .container { border-width: 0; border-radius: 0; }#HdNdm8D6OfziZoxBE4iVtrywd28U8fKV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HdNdm8D6OfziZoxBE4iVtrywd28U8fKV > .row .container { font-size:0.875rem;font-family:arial;height:50.625rem;width:75rem;position:relative;display:none; }#a6hQcR0JOvfc8pMlf9ObTWGy8IC1bNSc { 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:4.0625rem;left:1.125rem;height:6.32425rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#khEcIatZVQCASAzzJB5woQ1SnNd1Iuwc { box-sizing:content-box;height:27.0625rem;width:23.375rem;position:absolute;display:block;z-index:15002;background-color:#cac4bf;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.4375rem;left:0.8125rem;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; }
#A9dQCXzZCDqMw3zNzMGdhGyeNbK8umPp { color:rgba(var(--color-tertiary-4),1);display:block;width:21.1875rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:18.53759765625rem;left:1.90625rem;height:1.92480625rem;text-align:center;text-align-last:center;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; }
#pzm4LTGE769LQQGPD6hdxsROrWZHBQm1 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.9375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:21.3125rem;left:2.5625rem;height:19.6875rem;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; }
#MUW4Tgf5FLwR6KSV8cZS83kawyDD4p97 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.875rem;width:4.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:12.75rem;left:10.0625rem; }
#eTzP3CVliFtvQq16coOboZ0R8glWKGEM { box-sizing:content-box;height:27.0625rem;width:23.375rem;position:absolute;display:block;z-index:15002;background-color:#cac4bf;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.4375rem;left:0.8125rem;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; }
#TspDt5M6lprf0wGZ8QPbTWZnCnLOnze0 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.9375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:21.3125rem;left:2.5625rem;height:19.6875rem;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; }
#TxgXhLyIRN62wyrcTEwHoiNwzP9W5TNd { color:rgba(var(--color-tertiary-4),1);display:block;width:21.1875rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:18.53759765625rem;left:1.90625rem;height:1.92480625rem;text-align:center;text-align-last:center;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; }
#aaMhGi8O9akWzWhdT64GgKEWTMuJTvI8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.875rem;width:4.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:12.75rem;left:10.0625rem;display:none; }
#uOBZEWhF28Ni58z2XrCxAmfPc57UHDt4 { box-sizing:content-box;height:27.0625rem;width:23.375rem;position:absolute;display:block;z-index:15002;background-color:#cac4bf;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.4375rem;left:0.8125rem;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; }
#xTkwxsQHrCGQB6K9Kq9i1shybGFyDFSl { color:rgba(var(--color-tertiary-4),1);display:block;width:19.9375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:21.3125rem;left:2.5625rem;height:19.6875rem;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; }
#sKRFoeLzrzuWvDClJ0wSrBrLNJ5w6qOq { color:rgba(var(--color-tertiary-4),1);display:block;width:21.1875rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:18.53759765625rem;left:1.90625rem;height:1.92480625rem;text-align:center;text-align-last:center;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; }
#Z3xSesEIO22GicP0dbpCs6kBOInWi3CM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.875rem;width:4.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:12.75rem;left:10.0625rem;display:none; }
#MOLmR7Vmo8p9w7znJosXHMkTdJIHHrHU { 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; }#MOLmR7Vmo8p9w7znJosXHMkTdJIHHrHU > .row .container { background-color: transparent; background-image: none; }#MOLmR7Vmo8p9w7znJosXHMkTdJIHHrHU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MOLmR7Vmo8p9w7znJosXHMkTdJIHHrHU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MOLmR7Vmo8p9w7znJosXHMkTdJIHHrHU > .row .container > .video-iframe-container { display: none; }#MOLmR7Vmo8p9w7znJosXHMkTdJIHHrHU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MOLmR7Vmo8p9w7znJosXHMkTdJIHHrHU > .row > .video-iframe-container { display: none; }#MOLmR7Vmo8p9w7znJosXHMkTdJIHHrHU > .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); }#MOLmR7Vmo8p9w7znJosXHMkTdJIHHrHU > .row .container { border-width: 0; border-radius: 0; }#MOLmR7Vmo8p9w7znJosXHMkTdJIHHrHU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MOLmR7Vmo8p9w7znJosXHMkTdJIHHrHU > .row .container { font-size:0.875rem;font-family:arial;height:25.9375rem;width:75rem;position:relative;display:block; }#A2sVvgM1ucHcAAaON0zCmpOg41PWbD8Q { 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; }
#wrgsfEhQHSmApBJTMHGzBNHL65Q54UeC { 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; }#wrgsfEhQHSmApBJTMHGzBNHL65Q54UeC li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#wrgsfEhQHSmApBJTMHGzBNHL65Q54UeC li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7a884fbb44fbfad7cb06bf068ab63209.svg); }
#C48T5FCvepzUlCJMmxVUsDAB9TXg9Ghk { 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; }#C48T5FCvepzUlCJMmxVUsDAB9TXg9Ghk li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#C48T5FCvepzUlCJMmxVUsDAB9TXg9Ghk li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7a884fbb44fbfad7cb06bf068ab63209.svg); }
#szdtXNZJ2T6oqDC7zv4bIUJUW7pFO4uQ { 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; }#szdtXNZJ2T6oqDC7zv4bIUJUW7pFO4uQ.adaptive-delivery-prevent-bg, #szdtXNZJ2T6oqDC7zv4bIUJUW7pFO4uQ.lazyload, #szdtXNZJ2T6oqDC7zv4bIUJUW7pFO4uQ.lazyloading { background-image: none; }#szdtXNZJ2T6oqDC7zv4bIUJUW7pFO4uQ > .row .container { background-color: transparent; background-image: none; }#szdtXNZJ2T6oqDC7zv4bIUJUW7pFO4uQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.41); }#szdtXNZJ2T6oqDC7zv4bIUJUW7pFO4uQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#szdtXNZJ2T6oqDC7zv4bIUJUW7pFO4uQ > .row .container > .video-iframe-container { display: none; }#szdtXNZJ2T6oqDC7zv4bIUJUW7pFO4uQ > .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); }#szdtXNZJ2T6oqDC7zv4bIUJUW7pFO4uQ > .row > .video-iframe-container { display: none; }#szdtXNZJ2T6oqDC7zv4bIUJUW7pFO4uQ > .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); }#szdtXNZJ2T6oqDC7zv4bIUJUW7pFO4uQ > .row .container { border-width: 0; border-radius: 0; }#szdtXNZJ2T6oqDC7zv4bIUJUW7pFO4uQ::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; }#szdtXNZJ2T6oqDC7zv4bIUJUW7pFO4uQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#szdtXNZJ2T6oqDC7zv4bIUJUW7pFO4uQ > .row .container { font-size:0.875rem;font-family:arial;height:53.9375rem;width:75rem;position:relative;display:block; }#fNJedowqLc9FssDTN83qDBVeu8pedz4u { 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:4.14355625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T8kaEP5bBFEgTfPh75r3Io1QlzrLKXJ6 { 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; }
#JRMAfdfOstHe9GsSKAJeWOziSTnZpkmc { 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; }
#hXwWTBZRsdkbFrffRp0z9EnZ9cV5k6bZ { 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; }
#gzCccphat68EmRwIiZebnkBWHWvJaNVn { 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; }
#nxwpHH5xLUJ1R4t5xz2EO2Nz2R1cbdwk { 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; }
#rrqXZOmTnsWXQWSVgWDUume5MUMoftgT { 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; }
#kF2Wo0xGMgZOAPiBeBp03koIbabBTtMf { 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; }
#baF2Jui0Z0JJTLFO2mhKnNfaIK4izVcr { 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; }
#hpT9x9EWtGEz122MEZB3TEyW0QD3rBGg { 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; }
#piIv2ELu5OpLSvGhq55mk6UaBcT3DxZp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IFcdpSrUeecrTVC71fQn0VWXTR9sciSn { 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; }
#V6XPtuVzX0xGqGoTbrvXHCNtzNerUsfD { 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; }
#UDO5sPTDMI4MIhvn8XsskbGf2UX2noQ4 { 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; }
#Xmq4dXM3TVkW9Kp4qBz8gsTpTzvS4PxU { 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; }#Xmq4dXM3TVkW9Kp4qBz8gsTpTzvS4PxU.adaptive-delivery-prevent-bg, #Xmq4dXM3TVkW9Kp4qBz8gsTpTzvS4PxU.lazyload, #Xmq4dXM3TVkW9Kp4qBz8gsTpTzvS4PxU.lazyloading { background-image: none; }#Xmq4dXM3TVkW9Kp4qBz8gsTpTzvS4PxU > .row .container { border-width: 0; border-radius: 0; }#Xmq4dXM3TVkW9Kp4qBz8gsTpTzvS4PxU::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; }#Xmq4dXM3TVkW9Kp4qBz8gsTpTzvS4PxU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Xmq4dXM3TVkW9Kp4qBz8gsTpTzvS4PxU > .row .container { font-size:0.875rem;font-family:arial;height:51.875rem;width:75rem;position:relative;display:none; }#npHTMQIa7T62QWpRx1tTeHzT8WszmkS6 { 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; }
#PM3228tWXsXo30J1ruAbqNS1tdJAArsu { 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; }
#c9hxbHR6XXHFCHEODUHT5ukF8qRIhF1k { 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; }
#ySzuFt9vfkoaHAsw1JD6r7pwwdFkEZcn { 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; }
#NT6ISp5NkVEJHU5fz5qfAzC1xCrwfUu5 { 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; }
#rmJrN2HhXS3L85aX75il5nFReVvPXRCZ { 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; }
#SmMzGnwXqbtFZVPTNfXh0CUV1BmWilgX { 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; }
#fpnDesfzSO4erJ9qNKBhsdpGXAO54tbX { 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; }
#W81UTeDs6Ai0GRmxprC8WdBiV7QZkP9i { 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; }
#mm1SKwQTrXV8yTBpE8VPBQ2JD8MK8aUt { 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; }
#eGnMxxeotpFaOBoZWy1pbn8drXNglMMe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NL0LOzGUc4gKcxiqC1IoUf0u2cWo0p5r { 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; }
#E8hA44k5R0TFfxByVAeQXiSJ5UWlWRnJ { 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; }
#vNxxEASeI9Kca5RgH554JJ5MxIZp4oX4 { 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) { #DN8uTeRds0AKvQEykVJERi3m1RNOaz62 { display:block; }#DN8uTeRds0AKvQEykVJERi3m1RNOaz62 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TOl1Xuql3U0m0uzSlGyf3eQ0niIHSxKM { top:0.6875rem;left:0rem;width:47.75rem;height:1.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #no0Uo9HRZRbxJgPPiBhKNRdxNkBuSkeL { display:block; }#no0Uo9HRZRbxJgPPiBhKNRdxNkBuSkeL > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q6HmrcnWw6oSZIXf5aOwUGXVBTfo8J8G { top:7.75rem;left:0rem;width:47.75rem;height:12.1875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzetA8npT6LrVee7WA1q32x3t77JKikJ { top:36.875rem;left:0rem;width:47.75rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPP6dBMMPKmHvro2sLd4VOvlDZI7B2EH { top:33.1875rem;left:0rem;width:47.75rem;height:3rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XU57s36Isl0QQSNAD0oyWPInTEvPkM4b { top:31.25rem;left:20.375rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfwLp6E6m2uyTTrFyPK4wFwesi6Tgv7r { top:31.25rem;left:21.75rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tcqv5fbF6PDgczNK3STxCAixS58Jv7pE { top:31.25rem;left:23.125rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SF6ecFA8kCBtvOi1EkQyEEly4DsLBEDS { top:31.25rem;left:24.5rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GklqvOLwEca0ScvvmRyZ3S52zfSzmgGL { top:31.25rem;left:25.875rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5Ur5zQO5eurBwcc8ZX73Cg3tlhTeL3J { top:27.125rem;left:0rem;width:47.75rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aq2ChxT7ZhgC6oZfTBKC64RkPuCNyTaS { width:27.25rem;height:5.125rem;top:24.1875rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2lrimgKdGJn1Su6ekePoiTV15Gl9xKX { display:block; }
 }@media only screen and (max-width: 763px) { #ctMsIPiQnCBOGUso8ID10UIvr1MlTHoP { top:24.25rem;left:13.5625rem;width:20.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9MxMVucpvESXZ9brQorXFxQ4xEX9BAB { top:25rem;left:0rem;width:47.75rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTsGibzPmb6Ozigr5ra3yTU6X6niPv75 { display:none; }#CTsGibzPmb6Ozigr5ra3yTU6X6niPv75 > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #o7okI9q1iVbh5Alp32Tg39b5dcVVq91P { top:12.5625rem;left:0rem;width:47.75rem;height:16.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wK36CoJlTQ0yI8RtCBLTQuzCB5KFADrn { top:45.3125rem;left:0rem;width:47.75rem;height:1.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxB90N3sutt5wbVrH7SUqvWywrNpHlWf { top:27.4375rem;left:0rem;width:20rem;height:2.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOiuXgFA864A9zM01e1RWewmfk0hNlo6 { top:39.625rem;left:20.4375rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pN49E2gcXuOJ4MtU5s46hzWaXSq4guFw { top:39.625rem;left:21.8125rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KnRmiTINVod65yJLl6fPSxqLtWZG1MMT { top:39.625rem;left:23.1875rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtX8mGQqa9vyyoU5aNT99WaSz6D6qts3 { top:39.625rem;left:24.5625rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sinncevA454x3NftR0V5U0Gk3NXKC1n4 { top:39.625rem;left:25.9375rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4H4fLg7GKX1SNz149GTKkK1pAvT6SbJ { top:21.4375rem;left:0rem;width:20rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZ97pV3nSh1pTTBv8OpLolmAFQVeh8DC { width:27.25rem;height:5.125rem;top:32.9375rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIcpCnkLSWVqmoxU84g1TKrQ8dLy8MOW { display:block; }
 }@media only screen and (max-width: 763px) { #ifq81VgeWn2LX1nwZCSed3cyE7xZ1qk7 { top:33.75rem;left:0rem;width:47.75rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Har7zs4MS9JMy8K3n2L1mZ0UKR60BW7D { top:33rem;left:13.625rem;width:20.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABbW8cg7yTQI5Qgq905AsNBGlsqM1f1Q { display:block; }#ABbW8cg7yTQI5Qgq905AsNBGlsqM1f1Q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UzH413cunh5oX7szcMUIAp9aqf3zCi3q { 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) { #c9RegOJDimmRx8stHzl0MkLc1WJ144V4 { 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) { #DBwXLlMEOWs6aDUWnPUF4z17c9TSPIG9 { display:block; }#DBwXLlMEOWs6aDUWnPUF4z17c9TSPIG9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GTekNLvuBSSBUa6apT8wmcCpp7WDpTAC { top:2.9375rem;left:0rem;width:32.5625rem;height:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsAcNqXHXwirHAlavAWzsTtxLRRSaUqp { top:20.375rem;left:0rem;width:32.5625rem;height:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKoist9myI1DGfaBpiasSOkvXlK8cIvK { top:50.0625rem;left:0rem;width:32.375rem;height:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcrSxU81nhFMbHdiRX9mu4uo2C5qKquF { top:2.9375rem;left:13.25rem;width:34.125rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqqS9SPpACEGu2Qhzy38ySumdAseZIGZ { top:18.125rem;left:13.5rem;width:33.875rem;height:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCfgSd2WQ9Dg2MgafgWFcySJLmm9rDQB { top:42.125rem;left:13.4375rem;width:33.9375rem;height:30.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIOfDASJRA83GvlTUGr0xPgRwRq7QQKo { display:block; }#gIOfDASJRA83GvlTUGr0xPgRwRq7QQKo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HzxkyviL2OkVuMuTfR2J4EZ1HhZM3w37 { 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) { #mxDCFTVE3bc9zZk8avcWia09uXqScmwC { top:4rem;left:11.4375rem;width:36.3125rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLlx3CSGSWAC6JKk464v0zwRVoKMD0PS { top:5.1875rem;left:0rem;width:29.375rem;height:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDR2eJcrm9RlwTMBFd0PBKwC4qPItHGa { top:21.125rem;left:0rem;width:28.375rem;height:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sN2dES0ZUVLEkvz1hJWGSmfmTiOmReKN { top:47.25rem;left:0rem;width:28.375rem;height:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqqgyHsmldqJwnZhs8VyGeEsslIX8tQl { top:33rem;left:19rem;width:28.375rem;height:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pb4mNBQN6yaTQZdohqR80x0qU40H5DIv { top:45.9375rem;left:18.9375rem;width:28.4375rem;height:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9zmOTiZ98o9n3sJXnTMh0RHTGaTHQDV { top:47.25rem;left:0rem;width:12.1875rem;height:15.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Kmui8ez3d6MzZUtNTQ8KrOQkSNQrclAs { display:block; }#Kmui8ez3d6MzZUtNTQ8KrOQkSNQrclAs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xrd68UTrrx6ecirR8FvoXQuATG5sJxBg { top:3.4375rem;left:0rem;width:47.75rem;height:5.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6NxmpZql1WpGCupAegq9LGFEHViB7TM { top:12.5rem;left:0rem;width:35.1875rem;height:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTzEfKTUyGZDrxTthaWTQ8ix6wrdDRXT { top:12.5rem;left:12.5625rem;width:35.1875rem;height:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbbfXmvZHe9wKvTaVNk5sUsZJio084W5 { top:35.4375rem;left:0rem;width:35.1875rem;height:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlGQUx40VJZy4Gok0SMMaJVzQkZCHWAR { top:35.4375rem;left:12.5625rem;width:35.1875rem;height:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DF4wr5Uc1FHT3hEAZHvewRBxPKKt1ilZ { top:57.5rem;left:0rem;width:35.1875rem;height:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9hZLFfBTqwgTLqbC1PzTdfmVZDfeJQQ { top:57.5rem;left:12.5625rem;width:35.1875rem;height:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWaNrREvcrhwoMOIneEVuGciiNBkOQ3D { top:79.8125rem;left:0rem;width:35.1875rem;height:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tm4PcSTQdiMBCn00SKrlqo9VioQkslIS { display:block; }#tm4PcSTQdiMBCn00SKrlqo9VioQkslIS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WXElNr9K5ivBdqEIMk0olTe1qiuxfqAm { top:4.0625rem;left:0rem;width:47.75rem;height:6.3125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Td8M994TDq7Tfk7wlbEdoTHmegbtrROH { top:15.4375rem;left:0rem;width:23.375rem;height:27.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lER2USmG1dIGcMZd9JLIBwlfiITU4szd { top:18.5rem;left:0rem;width:21.1875rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuiuvWrh05eIrfVUlN5OXxFOJxAwF3rT { top:21.3125rem;left:0rem;width:19.9375rem;height:19.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBgdOG58yVBJ7s1pUbvkHLmdqnIIwyDp { top:12.75rem;left:5.5rem;width:4.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOZTXxTcHAJ0RlxkInMpvrx19aJtrK9J { top:15.5rem;left:8.375rem;width:23.375rem;height:27.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wemhEenBMm6l7VEBbCTBCZ8sB2oyitWO { top:21.375rem;left:11.8125rem;width:19.9375rem;height:17.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAECLieBd7kxOrEbBcUZbuKnuM2WRkTW { top:18.5rem;left:10.25rem;width:21.5rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpATdk9W2EEI8ILhwsna4MzPkmMOTaQt { top:12.8125rem;left:21.375rem;width:4.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTaeeEtafkMKdLl4dVKLEUeMRIkU158d { top:15.5rem;left:24.25rem;width:23.375rem;height:27.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lf6mVXuPoAtzH8iDJEqHOyzIrVy5s6RF { top:21.375rem;left:27.6875rem;width:19.9375rem;height:17.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtC5SCoPBpGuH7UldZbUCicNJmDeUtVL { top:18.5rem;left:26.1875rem;width:21.4375rem;height:1.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4QfhBii9X7md0CWEkH1c18MyWBKCfge { top:12.8125rem;left:37.25rem;width:4.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdNdm8D6OfziZoxBE4iVtrywd28U8fKV { display:block; }#HdNdm8D6OfziZoxBE4iVtrywd28U8fKV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a6hQcR0JOvfc8pMlf9ObTWGy8IC1bNSc { top:2.375rem;left:0rem;width:20rem;height:;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #khEcIatZVQCASAzzJB5woQ1SnNd1Iuwc { top:15.4375rem;left:0rem;width:23.375rem;height:27.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9dQCXzZCDqMw3zNzMGdhGyeNbK8umPp { top:14.6875rem;left:0rem;width:19.9375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzm4LTGE769LQQGPD6hdxsROrWZHBQm1 { top:16.75rem;left:0rem;width:18.125rem;height:19.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUW4Tgf5FLwR6KSV8cZS83kawyDD4p97 { top:12.75rem;left:5.5rem;width:4.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTzP3CVliFtvQq16coOboZ0R8glWKGEM { top:15.4375rem;left:0rem;width:23.375rem;height:27.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TspDt5M6lprf0wGZ8QPbTWZnCnLOnze0 { top:47.6875rem;left:0rem;width:18.125rem;height:17.0625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TxgXhLyIRN62wyrcTEwHoiNwzP9W5TNd { top:46.6875rem;left:0rem;width:19.9375rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #aaMhGi8O9akWzWhdT64GgKEWTMuJTvI8 { top:12.75rem;left:5.5rem;width:4.875rem;height:4.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #uOBZEWhF28Ni58z2XrCxAmfPc57UHDt4 { top:15.4375rem;left:0rem;width:23.375rem;height:27.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #xTkwxsQHrCGQB6K9Kq9i1shybGFyDFSl { top:75.0625rem;left:0rem;width:18.125rem;height:15.8125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #sKRFoeLzrzuWvDClJ0wSrBrLNJ5w6qOq { top:73rem;left:0rem;width:19.9375rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z3xSesEIO22GicP0dbpCs6kBOInWi3CM { top:12.75rem;left:5.5rem;width:4.875rem;height:4.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MOLmR7Vmo8p9w7znJosXHMkTdJIHHrHU { display:block; }#MOLmR7Vmo8p9w7znJosXHMkTdJIHHrHU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A2sVvgM1ucHcAAaON0zCmpOg41PWbD8Q { top:3.75rem;left:0rem;width:47.75rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrgsfEhQHSmApBJTMHGzBNHL65Q54UeC { top:9.625rem;left:0rem;width:32.5625rem;height:11.375rem;font-size:0.9375rem;display:block; }#wrgsfEhQHSmApBJTMHGzBNHL65Q54UeC li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7a884fbb44fbfad7cb06bf068ab63209.svg); }
 }@media only screen and (max-width: 763px) { #C48T5FCvepzUlCJMmxVUsDAB9TXg9Ghk { top:9.625rem;left:17.1875rem;width:30.5625rem;height:11.375rem;font-size:0.9375rem;display:block; }#C48T5FCvepzUlCJMmxVUsDAB9TXg9Ghk li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7a884fbb44fbfad7cb06bf068ab63209.svg); }
 }@media only screen and (max-width: 763px) { #szdtXNZJ2T6oqDC7zv4bIUJUW7pFO4uQ { display:block; }#szdtXNZJ2T6oqDC7zv4bIUJUW7pFO4uQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fNJedowqLc9FssDTN83qDBVeu8pedz4u { top:15.125rem;left:0rem;width:47.75rem;height:;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8kaEP5bBFEgTfPh75r3Io1QlzrLKXJ6 { top:21.3125rem;left:2.375rem;width:43rem;height:2.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRMAfdfOstHe9GsSKAJeWOziSTnZpkmc { top:42.125rem;left:0rem;width:47.75rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXwWTBZRsdkbFrffRp0z9EnZ9cV5k6bZ { top:38.4375rem;left:0rem;width:47.75rem;height:3rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzCccphat68EmRwIiZebnkBWHWvJaNVn { top:36.5rem;left:20.3125rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxwpHH5xLUJ1R4t5xz2EO2Nz2R1cbdwk { top:36.5rem;left:21.6875rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrqXZOmTnsWXQWSVgWDUume5MUMoftgT { top:36.5rem;left:23.0625rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kF2Wo0xGMgZOAPiBeBp03koIbabBTtMf { top:36.5rem;left:24.4375rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #baF2Jui0Z0JJTLFO2mhKnNfaIK4izVcr { top:36.5rem;left:25.8125rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hpT9x9EWtGEz122MEZB3TEyW0QD3rBGg { width:27.25rem;height:5.125rem;top:29.3125rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #piIv2ELu5OpLSvGhq55mk6UaBcT3DxZp { display:block; }
 }@media only screen and (max-width: 763px) { #IFcdpSrUeecrTVC71fQn0VWXTR9sciSn { top:30.125rem;left:0rem;width:47.75rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6XPtuVzX0xGqGoTbrvXHCNtzNerUsfD { top:29.375rem;left:13.625rem;width:20.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDO5sPTDMI4MIhvn8XsskbGf2UX2noQ4 { top:32.125rem;left:0rem;width:47.75rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xmq4dXM3TVkW9Kp4qBz8gsTpTzvS4PxU { display:none; }#Xmq4dXM3TVkW9Kp4qBz8gsTpTzvS4PxU > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #npHTMQIa7T62QWpRx1tTeHzT8WszmkS6 { top:15.125rem;left:0rem;width:47.75rem;height:;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PM3228tWXsXo30J1ruAbqNS1tdJAArsu { top:21.3125rem;left:2.375rem;width:43rem;height:2.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9hxbHR6XXHFCHEODUHT5ukF8qRIhF1k { top:27rem;left:0rem;width:20rem;height:1.0625rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ySzuFt9vfkoaHAsw1JD6r7pwwdFkEZcn { top:24rem;left:0rem;width:20rem;height:2.375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #NT6ISp5NkVEJHU5fz5qfAzC1xCrwfUu5 { top:39.625rem;left:20.4375rem;width:1.375rem;height:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rmJrN2HhXS3L85aX75il5nFReVvPXRCZ { top:39.625rem;left:21.8125rem;width:1.375rem;height:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #SmMzGnwXqbtFZVPTNfXh0CUV1BmWilgX { top:39.625rem;left:23.1875rem;width:1.375rem;height:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #fpnDesfzSO4erJ9qNKBhsdpGXAO54tbX { top:39.625rem;left:24.5625rem;width:1.375rem;height:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #W81UTeDs6Ai0GRmxprC8WdBiV7QZkP9i { top:39.625rem;left:25.9375rem;width:1.375rem;height:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #mm1SKwQTrXV8yTBpE8VPBQ2JD8MK8aUt { width:27.25rem;height:5.125rem;top:33rem;left:11.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #eGnMxxeotpFaOBoZWy1pbn8drXNglMMe { display:block; }
 }@media only screen and (max-width: 763px) { #NL0LOzGUc4gKcxiqC1IoUf0u2cWo0p5r { top:33.0625rem;left:15rem;width:20.125rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #E8hA44k5R0TFfxByVAeQXiSJ5UWlWRnJ { top:33.8125rem;left:0rem;width:47.75rem;height:2rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #vNxxEASeI9Kca5RgH554JJ5MxIZp4oX4 { 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) { #DN8uTeRds0AKvQEykVJERi3m1RNOaz62 { display:block; }#DN8uTeRds0AKvQEykVJERi3m1RNOaz62 > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TOl1Xuql3U0m0uzSlGyf3eQ0niIHSxKM { 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) { #no0Uo9HRZRbxJgPPiBhKNRdxNkBuSkeL { 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; }#no0Uo9HRZRbxJgPPiBhKNRdxNkBuSkeL.adaptive-delivery-prevent-bg, #no0Uo9HRZRbxJgPPiBhKNRdxNkBuSkeL.lazyload, #no0Uo9HRZRbxJgPPiBhKNRdxNkBuSkeL.lazyloading { background-image: none; }#no0Uo9HRZRbxJgPPiBhKNRdxNkBuSkeL > .row .container { width:20rem;height:65.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #q6HmrcnWw6oSZIXf5aOwUGXVBTfo8J8G { width:20rem;height:11.2119375rem;top:4.4375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzetA8npT6LrVee7WA1q32x3t77JKikJ { 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) { #wPP6dBMMPKmHvro2sLd4VOvlDZI7B2EH { 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) { #XU57s36Isl0QQSNAD0oyWPInTEvPkM4b { display:flex;width:1.375rem;height:1.375rem;top:25.25rem;left:6.5625rem; }
 }@media only screen and (max-width: 763px) { #NfwLp6E6m2uyTTrFyPK4wFwesi6Tgv7r { display:flex;width:1.375rem;height:1.375rem;top:25.25rem;left:7.9375rem; }
 }@media only screen and (max-width: 763px) { #Tcqv5fbF6PDgczNK3STxCAixS58Jv7pE { display:flex;width:1.375rem;height:1.375rem;top:25.3125rem;left:9.3125rem; }
 }@media only screen and (max-width: 763px) { #SF6ecFA8kCBtvOi1EkQyEEly4DsLBEDS { display:flex;width:1.375rem;height:1.375rem;top:25.3125rem;left:10.6875rem; }
 }@media only screen and (max-width: 763px) { #GklqvOLwEca0ScvvmRyZ3S52zfSzmgGL { display:flex;width:1.375rem;height:1.375rem;top:25.3125rem;left:12.0625rem; }
 }@media only screen and (max-width: 763px) { #W5Ur5zQO5eurBwcc8ZX73Cg3tlhTeL3J { 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) { #aq2ChxT7ZhgC6oZfTBKC64RkPuCNyTaS { width:19rem;height:5.125rem;top:52.2871125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2lrimgKdGJn1Su6ekePoiTV15Gl9xKX { display:block; }
 }@media only screen and (max-width: 763px) { #ctMsIPiQnCBOGUso8ID10UIvr1MlTHoP { width:20rem;height:5rem;top:58.6621125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9MxMVucpvESXZ9brQorXFxQ4xEX9BAB { 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) { #CTsGibzPmb6Ozigr5ra3yTU6X6niPv75 { 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; }#CTsGibzPmb6Ozigr5ra3yTU6X6niPv75.adaptive-delivery-prevent-bg, #CTsGibzPmb6Ozigr5ra3yTU6X6niPv75.lazyload, #CTsGibzPmb6Ozigr5ra3yTU6X6niPv75.lazyloading { background-image: none; }#CTsGibzPmb6Ozigr5ra3yTU6X6niPv75 > .row .container { background-color: transparent; background-image: none; }#CTsGibzPmb6Ozigr5ra3yTU6X6niPv75::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.69); }#CTsGibzPmb6Ozigr5ra3yTU6X6niPv75 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CTsGibzPmb6Ozigr5ra3yTU6X6niPv75 > .row .container > .video-iframe-container { display: none; }#CTsGibzPmb6Ozigr5ra3yTU6X6niPv75 > .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); }#CTsGibzPmb6Ozigr5ra3yTU6X6niPv75 > .row > .video-iframe-container { display: none; }#CTsGibzPmb6Ozigr5ra3yTU6X6niPv75 > .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); }#CTsGibzPmb6Ozigr5ra3yTU6X6niPv75 > .row .container { width:20rem;height:35.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o7okI9q1iVbh5Alp32Tg39b5dcVVq91P { width:20rem;height:8.9355625rem;top:6.3125rem;left:0rem;font-size:1.375rem;color:#f8f6f0;display:block; }
 }@media only screen and (max-width: 763px) { #wK36CoJlTQ0yI8RtCBLTQuzCB5KFADrn { 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) { #QxB90N3sutt5wbVrH7SUqvWywrNpHlWf { 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) { #XOiuXgFA864A9zM01e1RWewmfk0hNlo6 { display:flex;width:1.375rem;height:1.375rem;top:25.375rem;left:6.5625rem; }
 }@media only screen and (max-width: 763px) { #pN49E2gcXuOJ4MtU5s46hzWaXSq4guFw { display:flex;width:1.375rem;height:1.375rem;top:25.375rem;left:7.9375rem; }
 }@media only screen and (max-width: 763px) { #KnRmiTINVod65yJLl6fPSxqLtWZG1MMT { display:flex;width:1.375rem;height:1.375rem;top:25.375rem;left:9.3125rem; }
 }@media only screen and (max-width: 763px) { #xtX8mGQqa9vyyoU5aNT99WaSz6D6qts3 { display:flex;width:1.375rem;height:1.375rem;top:25.375rem;left:10.6875rem; }
 }@media only screen and (max-width: 763px) { #sinncevA454x3NftR0V5U0Gk3NXKC1n4 { display:flex;width:1.375rem;height:1.375rem;top:25.375rem;left:12.0625rem; }
 }@media only screen and (max-width: 763px) { #Q4H4fLg7GKX1SNz149GTKkK1pAvT6SbJ { 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) { #GZ97pV3nSh1pTTBv8OpLolmAFQVeh8DC { width:19rem;height:4.5rem;top:19rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIcpCnkLSWVqmoxU84g1TKrQ8dLy8MOW { display:block; }
 }@media only screen and (max-width: 763px) { #ifq81VgeWn2LX1nwZCSed3cyE7xZ1qk7 { 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) { #Har7zs4MS9JMy8K3n2L1mZ0UKR60BW7D { width:18.8125rem;height:4.5rem;top:19rem;left:0.5rem;background-color:#3e5664;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ABbW8cg7yTQI5Qgq905AsNBGlsqM1f1Q { display:none; }#ABbW8cg7yTQI5Qgq905AsNBGlsqM1f1Q > .row .container { width:20rem;height:86.9248046875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UzH413cunh5oX7szcMUIAp9aqf3zCi3q { width:20rem;height:10.9985625rem;top:43.4809375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9RegOJDimmRx8stHzl0MkLc1WJ144V4 { width:20rem;height:31.195325rem;top:55.7295rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBwXLlMEOWs6aDUWnPUF4z17c9TSPIG9 { display:none; }#DBwXLlMEOWs6aDUWnPUF4z17c9TSPIG9 > .row .container { width:20rem;height:131.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GTekNLvuBSSBUa6apT8wmcCpp7WDpTAC { width:19.625rem;height:9.5619680851064rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsAcNqXHXwirHAlavAWzsTtxLRRSaUqp { width:19.625rem;height:16.944933920705rem;top:12.4365rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKoist9myI1DGfaBpiasSOkvXlK8cIvK { width:19.625rem;height:10.849944933921rem;top:31.0063125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcrSxU81nhFMbHdiRX9mu4uo2C5qKquF { width:19.625rem;height:7.824063876652rem;top:88.1748125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqqS9SPpACEGu2Qhzy38ySumdAseZIGZ { width:19.625rem;height:12.896428571429rem;top:97.6235625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCfgSd2WQ9Dg2MgafgWFcySJLmm9rDQB { width:19.625rem;height:17.745626151013rem;top:112.14453515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIOfDASJRA83GvlTUGr0xPgRwRq7QQKo { background-color:#eee9e2;background-image:none;display:block; }#gIOfDASJRA83GvlTUGr0xPgRwRq7QQKo > .row .container { background-color: transparent; background-image: none; }#gIOfDASJRA83GvlTUGr0xPgRwRq7QQKo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gIOfDASJRA83GvlTUGr0xPgRwRq7QQKo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gIOfDASJRA83GvlTUGr0xPgRwRq7QQKo > .row .container > .video-iframe-container { display: none; }#gIOfDASJRA83GvlTUGr0xPgRwRq7QQKo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gIOfDASJRA83GvlTUGr0xPgRwRq7QQKo > .row > .video-iframe-container { display: none; }#gIOfDASJRA83GvlTUGr0xPgRwRq7QQKo > .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); }#gIOfDASJRA83GvlTUGr0xPgRwRq7QQKo > .row .container { width:20rem;height:134rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HzxkyviL2OkVuMuTfR2J4EZ1HhZM3w37 { width:20rem;height:26.8125rem;top:10.75rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxDCFTVE3bc9zZk8avcWia09uXqScmwC { width:20rem;height:7.1484375rem;top:2.625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLlx3CSGSWAC6JKk464v0zwRVoKMD0PS { 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) { #nDR2eJcrm9RlwTMBFd0PBKwC4qPItHGa { 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) { #sN2dES0ZUVLEkvz1hJWGSmfmTiOmReKN { 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) { #wqqgyHsmldqJwnZhs8VyGeEsslIX8tQl { 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) { #pb4mNBQN6yaTQZdohqR80x0qU40H5DIv { 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) { #D9zmOTiZ98o9n3sJXnTMh0RHTGaTHQDV { 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) { #Kmui8ez3d6MzZUtNTQ8KrOQkSNQrclAs { display:block; }#Kmui8ez3d6MzZUtNTQ8KrOQkSNQrclAs > .row .container { width:20rem;height:99rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xrd68UTrrx6ecirR8FvoXQuATG5sJxBg { width:20rem;height:7.1484375rem;top:1.9375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6NxmpZql1WpGCupAegq9LGFEHViB7TM { height:11.225577264654rem;width:20rem;top:10.3359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTzEfKTUyGZDrxTthaWTQ8ix6wrdDRXT { height:11.225577264654rem;width:20rem;top:35.2861875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbbfXmvZHe9wKvTaVNk5sUsZJio084W5 { height:11.225577264654rem;width:20rem;top:22.8110625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlGQUx40VJZy4Gok0SMMaJVzQkZCHWAR { height:11.225577264654rem;width:20rem;top:47.7613125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DF4wr5Uc1FHT3hEAZHvewRBxPKKt1ilZ { height:11.225577264654rem;width:20rem;top:60.23635546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9hZLFfBTqwgTLqbC1PzTdfmVZDfeJQQ { height:11.225577264654rem;width:20rem;top:72.711453125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWaNrREvcrhwoMOIneEVuGciiNBkOQ3D { height:11.225577264654rem;width:20rem;top:85.18655078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tm4PcSTQdiMBCn00SKrlqo9VioQkslIS { display:none; }#tm4PcSTQdiMBCn00SKrlqo9VioQkslIS > .row .container { width:20rem;height:117rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WXElNr9K5ivBdqEIMk0olTe1qiuxfqAm { width:20rem;height:8.9355625rem;top:2.41796875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Td8M994TDq7Tfk7wlbEdoTHmegbtrROH { width:20rem;height:26.75rem;top:16.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lER2USmG1dIGcMZd9JLIBwlfiITU4szd { width:19.9375rem;height:1.4624rem;top:18.875rem;left:0rem;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #GuiuvWrh05eIrfVUlN5OXxFOJxAwF3rT { width:18.125rem;height:19.5rem;top:20.9375rem;left:0.9375rem;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #EBgdOG58yVBJ7s1pUbvkHLmdqnIIwyDp { display:flex;width:4.0625rem;height:4.0625rem;top:13.75rem;left:7.96875rem;font-size:2.8125rem; }
 }@media only screen and (max-width: 763px) { #mOZTXxTcHAJ0RlxkInMpvrx19aJtrK9J { width:20rem;height:27.0625rem;top:55.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wemhEenBMm6l7VEBbCTBCZ8sB2oyitWO { width:17.75rem;height:14.7836875rem;top:62.9375rem;left:1.125rem;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #OAECLieBd7kxOrEbBcUZbuKnuM2WRkTW { width:20rem;height:1.4624rem;top:58.3125rem;left:0rem;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #VpATdk9W2EEI8ILhwsna4MzPkmMOTaQt { display:flex;width:4.0625rem;height:4.0625rem;top:52.9375rem;left:7.5625rem;font-size:2.8125rem; }
 }@media only screen and (max-width: 763px) { #qTaeeEtafkMKdLl4dVKLEUeMRIkU158d { width:20rem;height:27.0625rem;top:89.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lf6mVXuPoAtzH8iDJEqHOyzIrVy5s6RF { width:19.9375rem;height:15.84375rem;top:95.8125rem;left:0.0625rem;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #TtC5SCoPBpGuH7UldZbUCicNJmDeUtVL { width:20rem;height:1.7871125rem;top:92.9375rem;left:0rem;font-size:1.375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #L4QfhBii9X7md0CWEkH1c18MyWBKCfge { display:flex;width:4.875rem;height:4.875rem;top:87.3125rem;left:7.5625rem; }
 }@media only screen and (max-width: 763px) { #HdNdm8D6OfziZoxBE4iVtrywd28U8fKV { background-color:#eee9e2;background-image:none;display:block; }#HdNdm8D6OfziZoxBE4iVtrywd28U8fKV > .row .container { background-color: transparent; background-image: none; }#HdNdm8D6OfziZoxBE4iVtrywd28U8fKV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HdNdm8D6OfziZoxBE4iVtrywd28U8fKV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HdNdm8D6OfziZoxBE4iVtrywd28U8fKV > .row .container > .video-iframe-container { display: none; }#HdNdm8D6OfziZoxBE4iVtrywd28U8fKV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HdNdm8D6OfziZoxBE4iVtrywd28U8fKV > .row > .video-iframe-container { display: none; }#HdNdm8D6OfziZoxBE4iVtrywd28U8fKV > .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); }#HdNdm8D6OfziZoxBE4iVtrywd28U8fKV > .row .container { width:20rem;height:96.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a6hQcR0JOvfc8pMlf9ObTWGy8IC1bNSc { width:20rem;height:5.7734375rem;top:2.41796875rem;left:0rem;font-size:1.3125rem;color:#0e1b2c;display:block; }
 }@media only screen and (max-width: 763px) { #khEcIatZVQCASAzzJB5woQ1SnNd1Iuwc { width:20rem;height:26.75rem;top:12.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9dQCXzZCDqMw3zNzMGdhGyeNbK8umPp { width:19.9375rem;height:1.4624rem;top:14.6875rem;left:0rem;font-size:1.125rem;line-height:1.3;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #pzm4LTGE769LQQGPD6hdxsROrWZHBQm1 { width:18.125rem;height:19.5rem;top:16.75rem;left:0.9375rem;font-size:0.9375rem;line-height:1.3;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #MUW4Tgf5FLwR6KSV8cZS83kawyDD4p97 { display:flex;width:4.0625rem;height:4.0625rem;top:9.5625rem;left:8rem;font-size:2.8125rem; }
 }@media only screen and (max-width: 763px) { #eTzP3CVliFtvQq16coOboZ0R8glWKGEM { width:20rem;height:23.3125rem;top:43.0625rem;left:0rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #TspDt5M6lprf0wGZ8QPbTWZnCnLOnze0 { width:18.125rem;height:17.0625rem;top:47.6875rem;left:0.9375rem;font-size:0.9375rem;line-height:1.3;z-index:15008;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #TxgXhLyIRN62wyrcTEwHoiNwzP9W5TNd { width:19.9375rem;height:1.4624rem;top:45.625rem;left:0rem;font-size:1.125rem;line-height:1.3;z-index:15007;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #aaMhGi8O9akWzWhdT64GgKEWTMuJTvI8 { display:flex;width:4.0625rem;height:4.0625rem;top:40.5rem;left:8rem;font-size:2.8125rem;z-index:15007; }
 }@media only screen and (max-width: 763px) { #uOBZEWhF28Ni58z2XrCxAmfPc57UHDt4 { width:20rem;height:22.125rem;top:70.4375rem;left:0rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #xTkwxsQHrCGQB6K9Kq9i1shybGFyDFSl { width:18.125rem;height:15.84375rem;top:75.0625rem;left:0.9375rem;font-size:0.9375rem;line-height:1.3;z-index:15012;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #sKRFoeLzrzuWvDClJ0wSrBrLNJ5w6qOq { width:19.9375rem;height:1.4624rem;top:73rem;left:0rem;font-size:1.125rem;line-height:1.3;z-index:15011;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #Z3xSesEIO22GicP0dbpCs6kBOInWi3CM { display:flex;width:4.0625rem;height:4.0625rem;top:67.875rem;left:8rem;font-size:2.8125rem;z-index:15011; }
 }@media only screen and (max-width: 763px) { #MOLmR7Vmo8p9w7znJosXHMkTdJIHHrHU { display:block; }#MOLmR7Vmo8p9w7znJosXHMkTdJIHHrHU > .row .container { width:20rem;height:22.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A2sVvgM1ucHcAAaON0zCmpOg41PWbD8Q { width:20rem;height:4.2246125rem;top:2.3125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrgsfEhQHSmApBJTMHGzBNHL65Q54UeC { width:20rem;height:6.25rem;top:7.375rem;left:0rem;font-size:0.9375rem;line-height:2;display:block; }#wrgsfEhQHSmApBJTMHGzBNHL65Q54UeC li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7a884fbb44fbfad7cb06bf068ab63209.svg); }
 }@media only screen and (max-width: 763px) { #C48T5FCvepzUlCJMmxVUsDAB9TXg9Ghk { width:20rem;height:6.25rem;top:13.625rem;left:0rem;font-size:0.9375rem;line-height:2;display:block; }#C48T5FCvepzUlCJMmxVUsDAB9TXg9Ghk li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7a884fbb44fbfad7cb06bf068ab63209.svg); }
 }@media only screen and (max-width: 763px) { #szdtXNZJ2T6oqDC7zv4bIUJUW7pFO4uQ { 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; }#szdtXNZJ2T6oqDC7zv4bIUJUW7pFO4uQ.adaptive-delivery-prevent-bg, #szdtXNZJ2T6oqDC7zv4bIUJUW7pFO4uQ.lazyload, #szdtXNZJ2T6oqDC7zv4bIUJUW7pFO4uQ.lazyloading { background-image: none; }#szdtXNZJ2T6oqDC7zv4bIUJUW7pFO4uQ > .row .container { width:20rem;height:65.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fNJedowqLc9FssDTN83qDBVeu8pedz4u { width:20rem;height:4.38671875rem;top:3.8125rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8kaEP5bBFEgTfPh75r3Io1QlzrLKXJ6 { width:20rem;height:3.16845625rem;top:9.5625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRMAfdfOstHe9GsSKAJeWOziSTnZpkmc { 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) { #hXwWTBZRsdkbFrffRp0z9EnZ9cV5k6bZ { 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) { #gzCccphat68EmRwIiZebnkBWHWvJaNVn { display:flex;width:1.375rem;height:1.375rem;top:21.217775rem;left:9.3125rem; }
 }@media only screen and (max-width: 763px) { #nxwpHH5xLUJ1R4t5xz2EO2Nz2R1cbdwk { display:flex;width:1.375rem;height:1.375rem;top:23.842775rem;left:9.3125rem; }
 }@media only screen and (max-width: 763px) { #rrqXZOmTnsWXQWSVgWDUume5MUMoftgT { display:flex;width:1.375rem;height:1.375rem;top:26.467775rem;left:9.3125rem; }
 }@media only screen and (max-width: 763px) { #kF2Wo0xGMgZOAPiBeBp03koIbabBTtMf { display:flex;width:1.375rem;height:1.375rem;top:29.092775rem;left:9.3125rem; }
 }@media only screen and (max-width: 763px) { #baF2Jui0Z0JJTLFO2mhKnNfaIK4izVcr { display:flex;width:1.375rem;height:1.375rem;top:31.717775rem;left:9.3125rem; }
 }@media only screen and (max-width: 763px) { #hpT9x9EWtGEz122MEZB3TEyW0QD3rBGg { width:19rem;height:5.125rem;top:50.01758125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #piIv2ELu5OpLSvGhq55mk6UaBcT3DxZp { display:block; }
 }@media only screen and (max-width: 763px) { #IFcdpSrUeecrTVC71fQn0VWXTR9sciSn { 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) { #V6XPtuVzX0xGqGoTbrvXHCNtzNerUsfD { width:20rem;height:5rem;top:56.39258125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDO5sPTDMI4MIhvn8XsskbGf2UX2noQ4 { 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) { #Xmq4dXM3TVkW9Kp4qBz8gsTpTzvS4PxU { 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; }#Xmq4dXM3TVkW9Kp4qBz8gsTpTzvS4PxU.adaptive-delivery-prevent-bg, #Xmq4dXM3TVkW9Kp4qBz8gsTpTzvS4PxU.lazyload, #Xmq4dXM3TVkW9Kp4qBz8gsTpTzvS4PxU.lazyloading { background-image: none; }#Xmq4dXM3TVkW9Kp4qBz8gsTpTzvS4PxU > .row .container { background-color: transparent; background-image: none; }#Xmq4dXM3TVkW9Kp4qBz8gsTpTzvS4PxU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.64); }#Xmq4dXM3TVkW9Kp4qBz8gsTpTzvS4PxU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xmq4dXM3TVkW9Kp4qBz8gsTpTzvS4PxU > .row .container > .video-iframe-container { display: none; }#Xmq4dXM3TVkW9Kp4qBz8gsTpTzvS4PxU > .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); }#Xmq4dXM3TVkW9Kp4qBz8gsTpTzvS4PxU > .row > .video-iframe-container { display: none; }#Xmq4dXM3TVkW9Kp4qBz8gsTpTzvS4PxU > .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); }#Xmq4dXM3TVkW9Kp4qBz8gsTpTzvS4PxU > .row .container { width:20rem;height:32.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #npHTMQIa7T62QWpRx1tTeHzT8WszmkS6 { width:20rem;height:4.38671875rem;top:3.8125rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PM3228tWXsXo30J1ruAbqNS1tdJAArsu { width:20rem;height:2.923825rem;top:9.5625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9hxbHR6XXHFCHEODUHT5ukF8qRIhF1k { 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) { #ySzuFt9vfkoaHAsw1JD6r7pwwdFkEZcn { 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) { #NT6ISp5NkVEJHU5fz5qfAzC1xCrwfUu5 { display:flex;width:1.375rem;height:1.375rem;top:21.0625rem;left:6.5625rem;z-index:15029; }
 }@media only screen and (max-width: 763px) { #rmJrN2HhXS3L85aX75il5nFReVvPXRCZ { display:flex;width:1.375rem;height:1.375rem;top:21.0625rem;left:7.9375rem;z-index:15030; }
 }@media only screen and (max-width: 763px) { #SmMzGnwXqbtFZVPTNfXh0CUV1BmWilgX { display:flex;width:1.375rem;height:1.375rem;top:21.0625rem;left:9.3125rem;z-index:15031; }
 }@media only screen and (max-width: 763px) { #fpnDesfzSO4erJ9qNKBhsdpGXAO54tbX { display:flex;width:1.375rem;height:1.375rem;top:21.0625rem;left:10.6875rem;z-index:15032; }
 }@media only screen and (max-width: 763px) { #W81UTeDs6Ai0GRmxprC8WdBiV7QZkP9i { display:flex;width:1.375rem;height:1.375rem;top:21.0625rem;left:12.0625rem;z-index:15033; }
 }@media only screen and (max-width: 763px) { #mm1SKwQTrXV8yTBpE8VPBQ2JD8MK8aUt { width:19rem;height:4.5rem;top:14.5rem;left:0.5rem;z-index:15048;display:block; }
 }@media only screen and (max-width: 763px) { #eGnMxxeotpFaOBoZWy1pbn8drXNglMMe { display:block; }
 }@media only screen and (max-width: 763px) { #NL0LOzGUc4gKcxiqC1IoUf0u2cWo0p5r { width:18.8125rem;height:4.5rem;top:14.5rem;left:0.5rem;z-index:15018;background-color:#3e5664;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #E8hA44k5R0TFfxByVAeQXiSJ5UWlWRnJ { 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) { #vNxxEASeI9Kca5RgH554JJ5MxIZp4oX4 { 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; }
 }