.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:222,237,239;--color-primary-1:147,195,200;--color-primary-2:38,135,145;--color-primary-3:19,68,73;--color-primary-4:6,20,22;--color-secondary-0:255,255,255;--color-secondary-1:255,255,255;--color-secondary-2:255,255,255;--color-secondary-3:128,128,128;--color-secondary-4:38,38,38;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"exo";--paragraphs-font-family:"exo"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#268791;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR { position:relative;display:block; }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR { background-color: transparent; background-image: none; }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR > .row .container > .video-iframe-container { display: none; }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR > .row > .video-iframe-container { display: none; }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR > .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); }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR { border-width: 0; border-radius: 0; }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:4.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#oCgoM50WCXalcaXoW3nZWHvfPEr0DpSv { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:23.375rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#RZdnxOJBwSnntTz5XHhn7wdXIFX0yKIZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:.5;top:1rem;left:56.500001907349rem; }
#RZdnxOJBwSnntTz5XHhn7wdXIFX0yKIZ > img { max-width: 100%;max-height:100%; width:2.6875rem; height:2.6875rem; }#pB6eePUE61qEHMN5609N86vGfUULAFfS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#268791;background-image:url("https://images.assets-landingi.com/uc/5e06d144-30c2-412d-b0e7-d3e55bc5f505/s1bg.png");background-position:bottom 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; }#pB6eePUE61qEHMN5609N86vGfUULAFfS.adaptive-delivery-prevent-bg, #pB6eePUE61qEHMN5609N86vGfUULAFfS.lazyload, #pB6eePUE61qEHMN5609N86vGfUULAFfS.lazyloading { background-image: none; }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row .container { background-color: transparent; background-image: none; }#pB6eePUE61qEHMN5609N86vGfUULAFfS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row .container > .video-iframe-container { display: none; }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row > .video-iframe-container { display: none; }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .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); }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row .container { border-width: 0; border-radius: 0; }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row .container { font-size:0.875rem;font-family:arial;height:27.5625rem;width:60rem;position:relative;display:block; }#a54CiSTTUPlDQTTIfwWs1zWiILwb18Ot { color:rgba(var(--color-tertiary-0),0.5);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:6.430468559265rem;left:0rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aWQNPTsPpNVkhXpgogxRJXohnrm6T93P { position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-0),0.2);border-left:0.0625rem solid rgba(var(--color-secondary-0),0.2);border-right:0.0625rem solid rgba(var(--color-secondary-0),0.2);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),0.2);border-top-left-radius:12.8125rem;border-top-right-radius:12.8125rem;border-bottom-left-radius:12.8125rem;border-bottom-right-radius:12.8125rem;box-shadow: none;height:25rem;width:25rem;top:2.3562502861023rem;left:17.450002670288rem;display:block; }
#P6v0HVIhFuCFa0kAVvcHfaW0OiI6GcGL { position:absolute;display:block;z-index:14997;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-0),0.2);border-left:0.0625rem solid rgba(var(--color-secondary-0),0.2);border-right:0.0625rem solid rgba(var(--color-secondary-0),0.2);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),0.2);border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:16.375rem;width:16.375rem;top:4.0749998092651rem;left:8.875rem;display:block; }
#DNF0Kn2d60VaKQ6zpnbNayxU7FMD1Trg { position:absolute;display:block;z-index:14998;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-0),0.2);border-left:0.0625rem solid rgba(var(--color-secondary-0),0.2);border-right:0.0625rem solid rgba(var(--color-secondary-0),0.2);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),0.2);border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:8.0625rem;width:8.0625rem;top:17.075000762939rem;left:39.531251907349rem;display:block; }
#xPfc68dww4zpOWSbtumoTCiLmhmrn8Pw { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:0.75rem;width:0.75rem;top:8.33046913147rem;left:6.375rem;display:block; }
#V04dk3GQIOtI05TJiLfTvi9CmBMTM8PQ { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:0.75rem;width:0.75rem;top:25.1875rem;left:46.6875rem;display:block; }
#x8OVzRAC5nDuvgzkTNJenAHxdIHp0Kfm { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.75rem;width:60rem;top:9.08046913147rem;left:0rem;overflow:hidden;display:block; }
#dmZu5Mb8yW9VRZDaNkZMA6M1HEz2ANUI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#268791;background-image:url("https://images.assets-landingi.com/uc/b8d03ab3-39d6-4e3f-b058-9a7d22888268/formbg.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dmZu5Mb8yW9VRZDaNkZMA6M1HEz2ANUI.adaptive-delivery-prevent-bg, #dmZu5Mb8yW9VRZDaNkZMA6M1HEz2ANUI.lazyload, #dmZu5Mb8yW9VRZDaNkZMA6M1HEz2ANUI.lazyloading { background-image: none; }#dmZu5Mb8yW9VRZDaNkZMA6M1HEz2ANUI > .row .container { background-color: transparent; background-image: none; }#dmZu5Mb8yW9VRZDaNkZMA6M1HEz2ANUI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dmZu5Mb8yW9VRZDaNkZMA6M1HEz2ANUI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dmZu5Mb8yW9VRZDaNkZMA6M1HEz2ANUI > .row .container > .video-iframe-container { display: none; }#dmZu5Mb8yW9VRZDaNkZMA6M1HEz2ANUI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dmZu5Mb8yW9VRZDaNkZMA6M1HEz2ANUI > .row > .video-iframe-container { display: none; }#dmZu5Mb8yW9VRZDaNkZMA6M1HEz2ANUI > .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); }#dmZu5Mb8yW9VRZDaNkZMA6M1HEz2ANUI > .row .container { border-width: 0; border-radius: 0; }#dmZu5Mb8yW9VRZDaNkZMA6M1HEz2ANUI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dmZu5Mb8yW9VRZDaNkZMA6M1HEz2ANUI > .row .container { font-size:0.875rem;font-family:arial;height:325.8125rem;width:60rem;position:relative;display:block; }#Ep8bcTwKg847mJ2FUPBQBgzw2i96Uz0C { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:0.7484375rem;width:0.7484375rem;top:6.5367193222044rem;left:1.27734375rem;display:block; }
#ZgqBdG72pk8q3EobinNt9PAlNRBB9k7G { color:rgba(var(--color-tertiary-0),1);display:block;width:53.625rem;position:absolute;font-family:"open sans";font-size:2.5625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:1.9140625rem;left:1.9757823944092rem;height:9.99375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wW4ERLmbILbpFKIcvxqNs0aaS8bVKWxN { color:rgba(var(--color-secondary-2),1);display:block;width:55.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:23.192188739777rem;left:1.27734375rem;height:67.925rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Rq4XU7NpmqkCwXzzeDiy4s8AOd7tnWpZ { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5625rem;width:7.5625rem;top:92.58593940735rem;left:50.250001907349rem;overflow:hidden;display:block; }
#lQOIypIyzf3t3GJLIO7iI9ePNrS0vyOT { color:rgba(var(--color-secondary-2),1);display:block;width:55.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:102.61718797684rem;left:1.27734375rem;height:126.5875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#xEugfR05OdXuft8TAyOy6x96ASq9fLDw { color:rgba(var(--color-secondary-2),1);display:block;width:55.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:243.47500419617rem;left:1.27734375rem;height:80.275rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Uca4bLukTPvzJzLnK85UZ4JKU7OxHavd { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.1875rem;width:7.1875rem;top:12.504687786102rem;left:49.202348709106rem;overflow:hidden;display:block; }
#lIywm3HhHTbhiQosHdlO4QdzFBWIp9SC { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.6875rem;width:8.6875rem;top:231.64922332764rem;left:50.250001907349rem;overflow:hidden;display:block; }
#oIpeWkeww4aPxc6fq69dTUecXPtwTta5 { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.125rem;width:11.125rem;top:10.535937786102rem;left:38.30624961853rem;overflow:hidden;display:block; }
#tCHbZ4cUrvQRzbmsdwqQZdN8l5b6S03T { color:rgba(var(--color-tertiary-0),1);display:block;width:26.5625rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:18.298437595367rem;left:19.105470657349rem;height:3.4125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZN5R2lus5McdyqfxDx95UwgVTxSgRp1h { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5rem;width:10.5rem;top:91.117188930512rem;left:38.75234413147rem;overflow:hidden;display:block; }
#zLD89TbuMhgWgAlVJAZnSmJzqlyMntxL { color:rgba(var(--color-tertiary-0),1);display:block;width:26.5625rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:98.254689216613rem;left:19.105470657349rem;height:3.4125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KNJWbFXSttAVBhnsmyuwWQU5HW4OwniZ { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.1875rem;width:11.5625rem;top:230.89922332764rem;left:38.737501144409rem;overflow:hidden;display:block; }
#LOHvdgENKEe7mH6ernVW8kPezbTIKu5V { color:rgba(var(--color-tertiary-0),1);display:block;width:26.5625rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:237.72422409058rem;left:19.105470657349rem;height:3.4125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BVOKzFvMkVOEBmnU833PV5QtTi2d3TnB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#268791;background-image:url("https://images.assets-landingi.com/uc/b8d03ab3-39d6-4e3f-b058-9a7d22888268/formbg.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BVOKzFvMkVOEBmnU833PV5QtTi2d3TnB.adaptive-delivery-prevent-bg, #BVOKzFvMkVOEBmnU833PV5QtTi2d3TnB.lazyload, #BVOKzFvMkVOEBmnU833PV5QtTi2d3TnB.lazyloading { background-image: none; }#BVOKzFvMkVOEBmnU833PV5QtTi2d3TnB > .row .container { background-color: transparent; background-image: none; }#BVOKzFvMkVOEBmnU833PV5QtTi2d3TnB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BVOKzFvMkVOEBmnU833PV5QtTi2d3TnB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BVOKzFvMkVOEBmnU833PV5QtTi2d3TnB > .row .container > .video-iframe-container { display: none; }#BVOKzFvMkVOEBmnU833PV5QtTi2d3TnB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BVOKzFvMkVOEBmnU833PV5QtTi2d3TnB > .row > .video-iframe-container { display: none; }#BVOKzFvMkVOEBmnU833PV5QtTi2d3TnB > .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); }#BVOKzFvMkVOEBmnU833PV5QtTi2d3TnB > .row .container { border-width: 0; border-radius: 0; }#BVOKzFvMkVOEBmnU833PV5QtTi2d3TnB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BVOKzFvMkVOEBmnU833PV5QtTi2d3TnB > .row .container { font-size:0.875rem;font-family:arial;height:117.9375rem;width:60rem;position:relative;display:block; }#VwV6hTlv9s1mIeD7vXHvvgHB5V9OLKLT { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:0.7484375rem;width:0.7484375rem;top:6.5367193222044rem;left:1.27734375rem;display:block; }
#IJvo4vN16B9PWWe1cykt6GZrKC7K6dZM { color:rgba(var(--color-tertiary-0),1);display:block;width:53.625rem;position:absolute;font-family:"open sans";font-size:2.5625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:1.9140625rem;left:1.9757823944092rem;height:6.6625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ebaw5ZbHaVpi2e0Dt21iXRAh8umtncne { color:rgba(var(--color-secondary-2),1);display:block;width:55.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:10.317967414856rem;left:2.0257816314698rem;height:101.8875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#y9IpvJBP5lcA7N6sJDFQJdvnlmrpqToL { color:rgba(var(--color-secondary-2),1);display:block;width:55.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:112.20469284058rem;left:2.0257816314698rem;height:3.0875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#WMT582AJRaxgpxRpEUkNE9LKKNwlyXTf { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5625rem;width:7.5625rem;top:4.56640625rem;left:51.800004959106rem;overflow:hidden;display:block; }
#V4D3AA6ArgPm2Rr6A4dAbhqhlGQX7iLE { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5625rem;width:22.125rem;top:23.470312595367rem;left:5.8125rem;overflow:hidden;display:block; }
#fKFmPKWGPlq4n2hF2VgcfekB9CwudHM8 { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17rem;width:22.75rem;top:23.251562595367rem;left:31.983594894409rem;overflow:hidden;display:block; }
#NV5gxehRdVtrtUrCX8SxXrQb6besaIS6 { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.25rem;width:12.875rem;top:50.037501335144rem;left:38.97500038147rem;overflow:hidden;display:block; }
#k7c6sRLi9O6eKvSX1svpPNd3ocG0tNSd { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.125rem;width:12.8125rem;top:50.100001335144rem;left:25.007032394409rem;overflow:hidden;display:block; }
#TM4V8ITDoLIQv2QK801CFGTeS56EdCGf { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.625rem;width:14.625rem;top:48.850001335144rem;left:7.6875rem;overflow:hidden;display:block; }
#lr8ATJW0Xi7Z3UnqfiCvyPe5pTturiSo { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.9375rem;width:14.625rem;top:82.287500381469rem;left:40.15859413147rem;overflow:hidden;display:block; }
#OhAD6sgwBQyQC0SAqdOx3M9FQT54TTLD { position:absolute;display:block;z-index:15022;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.9375rem;width:14.625rem;top:82.287504196169rem;left:21.475782394409rem;overflow:hidden;display:block; }
#qmh27UUR1BdfHQS2RZnuxFgbzpIUTIoa { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.8125rem;width:14rem;top:77.100005149844rem;left:5.8125rem;overflow:hidden;display:block; }
#wWS3gqldkkCTECicTZnVegMpi9gUp2IS { position:relative;display:block; }#wWS3gqldkkCTECicTZnVegMpi9gUp2IS { background-color: transparent; background-image: none; }#wWS3gqldkkCTECicTZnVegMpi9gUp2IS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wWS3gqldkkCTECicTZnVegMpi9gUp2IS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wWS3gqldkkCTECicTZnVegMpi9gUp2IS > .row .container > .video-iframe-container { display: none; }#wWS3gqldkkCTECicTZnVegMpi9gUp2IS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wWS3gqldkkCTECicTZnVegMpi9gUp2IS > .row > .video-iframe-container { display: none; }#wWS3gqldkkCTECicTZnVegMpi9gUp2IS > .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); }#wWS3gqldkkCTECicTZnVegMpi9gUp2IS { border-width: 0; border-radius: 0; }#wWS3gqldkkCTECicTZnVegMpi9gUp2IS > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#wWS3gqldkkCTECicTZnVegMpi9gUp2IS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:37.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#pkTZbvyCVUrisn88XbTodgTfK2mOZo8g { color:rgba(var(--color-tertiary-0),1);display:block;width:51.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:34.187526702881rem;left:5.9375rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ANKRwGnWcGqcA04IBPdRJ3TJKmbvVlRi { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.625rem;width:29.625rem;top:3.5500259399414rem;left:15.187501907349rem;overflow:hidden;display:block; }
#rO3z1mLKvnb11pCddEfnBLODA9bUH7gA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/982717dc-f7a0-4c01-8288-9cf5f5a95b81/1b.png");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; }#rO3z1mLKvnb11pCddEfnBLODA9bUH7gA.adaptive-delivery-prevent-bg, #rO3z1mLKvnb11pCddEfnBLODA9bUH7gA.lazyload, #rO3z1mLKvnb11pCddEfnBLODA9bUH7gA.lazyloading { background-image: none; }#rO3z1mLKvnb11pCddEfnBLODA9bUH7gA > .row .container { background-color: transparent; background-image: none; }#rO3z1mLKvnb11pCddEfnBLODA9bUH7gA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rO3z1mLKvnb11pCddEfnBLODA9bUH7gA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rO3z1mLKvnb11pCddEfnBLODA9bUH7gA > .row .container > .video-iframe-container { display: none; }#rO3z1mLKvnb11pCddEfnBLODA9bUH7gA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rO3z1mLKvnb11pCddEfnBLODA9bUH7gA > .row > .video-iframe-container { display: none; }#rO3z1mLKvnb11pCddEfnBLODA9bUH7gA > .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); }#rO3z1mLKvnb11pCddEfnBLODA9bUH7gA > .row .container { border-width: 0; border-radius: 0; }#rO3z1mLKvnb11pCddEfnBLODA9bUH7gA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rO3z1mLKvnb11pCddEfnBLODA9bUH7gA > .row .container { font-size:0.875rem;font-family:arial;height:35.0625rem;width:60rem;position:relative;display:block; }#DyyoNggH1UN25r0T4xOZnl4hZUZX4FhQ { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-0),0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:16.75rem;width:31.25rem;top:5.9250004291534rem;left:1.4249992370606rem;display:block; }
#MJaxdfFZhfMcooJeVgbg1EeQ1GKCMShc { color:rgba(var(--color-tertiary-0),1);display:block;width:26.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:8.6875rem;left:2.6875rem;height:2.4rem;font-style:normal;display:block; }
#vARZTOcyZShxkadl4Jt8HcoHTZlFkaP7 { color:rgba(var(--color-tertiary-0),1);display:block;width:27.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:13.25rem;left:2.6875rem;height:7.125rem;font-style:normal;display:block; }
#WFiNN6IqnI4g2o00wiArtiBXm2uSkPSe { color:#63c3d1;display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:6.75rem;left:2.6875rem;height:1.1375rem;font-style:normal;display:block; }
#CN6AZ27DhHhtyPTvUxOtFlu1RDqDtZ8f { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:0.75rem;width:0.75rem;top:9.5124874114987rem;left:53.687501907349rem;display:block; }
#e4Z7UPbxf3og1EIfi9ue1m95tWa8SuDz { position:absolute;display:block;z-index:14998;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-0),0.2);border-left:0.0625rem solid rgba(var(--color-secondary-0),0.2);border-right:0.0625rem solid rgba(var(--color-secondary-0),0.2);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),0.2);border-top-left-radius:12.8125rem;border-top-right-radius:12.8125rem;border-bottom-left-radius:12.8125rem;border-bottom-right-radius:12.8125rem;box-shadow: none;height:26.25rem;width:26.25rem;top:1.90625rem;left:32.625rem;display:block; }
#qG9O3JuO9RVtsSOTaABa9CTHELve0Bv9 { position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-0),0.2);border-left:0.0625rem solid rgba(var(--color-secondary-0),0.2);border-right:0.0625rem solid rgba(var(--color-secondary-0),0.2);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),0.2);border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:13.75rem;width:13.75rem;top:7.375rem;left:23.90625rem;display:block; }
#ZJ44iXGpLVSO2gVoJZBdKB1hODl0lH4q { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:0.75rem;width:0.75rem;top:7.0625rem;left:31.25rem;display:block; }
#bVoktMD6cGLCCpR5gWFQJWLQGHBN8d0P { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.125rem;width:26.5625rem;top:4.0187377929688rem;left:33.437501907349rem;overflow:hidden;display:block; }
#uwcRq15TVssoqgxwM0DAn1Rqq31h01S8 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.9375rem;width:8.9375rem;top:24.803903579712rem;left:1.4242191314698rem;overflow:hidden;display:block; }
#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.1);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; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row .container { background-color: transparent; background-image: none; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row .container > .video-iframe-container { display: none; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row > .video-iframe-container { display: none; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .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); }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row .container { border-width: 0; border-radius: 0; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:60rem;position:relative;display:block; }#OiXCqblWFQnbeCupk3KTvFudGJsEQAJR { color:rgba(var(--color-tertiary-0),1);display:block;width:14.1865806875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.4099426269531rem;left:1.25rem;height:1.3rem;font-style:normal;display:block; }
#n3hpMvC25z3tThqQEwxKmOzKbkKRxoTH { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:8rem;top:2.03125rem;left:26rem;overflow:hidden;display:block; }
#ktmczeqNk1CFNGDzlCQ3eK9yZhaLquP1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:.5;top:1.9375rem;left:49.499219894409rem; }
#ktmczeqNk1CFNGDzlCQ3eK9yZhaLquP1 > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; }#n1vsJSwi1X9Xu7pKNRiH39GWIPHpm0Tf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:.5;top:1.78125rem;left:56.187498092651rem; }
#n1vsJSwi1X9Xu7pKNRiH39GWIPHpm0Tf > img { max-width: 100%;max-height:100%; width:2.6875rem; height:2.6875rem; }#EUHkyc7HsfeqV9XOZf5zTfiVLqvyaHVB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:.5;top:2.4085960388184rem;left:53.186719894409rem; }
#EUHkyc7HsfeqV9XOZf5zTfiVLqvyaHVB > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR { display:block; }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oCgoM50WCXalcaXoW3nZWHvfPEr0DpSv { width:23.375rem;height:4.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZdnxOJBwSnntTz5XHhn7wdXIFX0yKIZ { width:2.6875rem;height:2.6875rem;top:1rem;left:45.0625rem;display:block; }
#RZdnxOJBwSnntTz5XHhn7wdXIFX0yKIZ > img { max-width: 100%;max-height:100%; width:2.6875rem; height:2.6875rem; } }@media only screen and (max-width: 763px) { #pB6eePUE61qEHMN5609N86vGfUULAFfS { display:block; }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a54CiSTTUPlDQTTIfwWs1zWiILwb18Ot { top:6.375rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWQNPTsPpNVkhXpgogxRJXohnrm6T93P { top:2.3125rem;left:11.325002670288rem;width:25rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6v0HVIhFuCFa0kAVvcHfaW0OiI6GcGL { top:4.0625rem;left:2.75rem;width:16.375rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNF0Kn2d60VaKQ6zpnbNayxU7FMD1Trg { top:17.0625rem;left:33.406251907349rem;width:8.0625rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPfc68dww4zpOWSbtumoTCiLmhmrn8Pw { top:8.3125rem;left:0.25rem;width:0.75rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #V04dk3GQIOtI05TJiLfTvi9CmBMTM8PQ { top:25.1875rem;left:40.5625rem;width:0.75rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8OVzRAC5nDuvgzkTNJenAHxdIHp0Kfm { width:47.75rem;height:10.146875rem;top:9.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmZu5Mb8yW9VRZDaNkZMA6M1HEz2ANUI { display:block; }#dmZu5Mb8yW9VRZDaNkZMA6M1HEz2ANUI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ep8bcTwKg847mJ2FUPBQBgzw2i96Uz0C { top:6.5rem;left:0rem;width:0.6875rem;height:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgqBdG72pk8q3EobinNt9PAlNRBB9k7G { top:1.875rem;left:0rem;width:47.75rem;height:9.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wW4ERLmbILbpFKIcvxqNs0aaS8bVKWxN { width:47.75rem;height:67.875rem;top:23.1875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rq4XU7NpmqkCwXzzeDiy4s8AOd7tnWpZ { width:7.5625rem;height:7.5625rem;top:92.5625rem;left:40.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQOIypIyzf3t3GJLIO7iI9ePNrS0vyOT { width:47.75rem;height:126.5625rem;top:102.5625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEugfR05OdXuft8TAyOy6x96ASq9fLDw { width:47.75rem;height:80.25rem;top:243.4375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uca4bLukTPvzJzLnK85UZ4JKU7OxHavd { width:7.1875rem;height:7.1875rem;top:12.5rem;left:40.014848709106rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIywm3HhHTbhiQosHdlO4QdzFBWIp9SC { width:8.6875rem;height:8.6875rem;top:231.625rem;left:39.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oIpeWkeww4aPxc6fq69dTUecXPtwTta5 { width:11.125rem;height:11.125rem;top:10.5rem;left:29.11874961853rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCHbZ4cUrvQRzbmsdwqQZdN8l5b6S03T { top:18.25rem;left:0rem;width:26.5625rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZN5R2lus5McdyqfxDx95UwgVTxSgRp1h { width:10.5rem;height:10.5rem;top:91.0625rem;left:29.56484413147rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLD89TbuMhgWgAlVJAZnSmJzqlyMntxL { top:98.25rem;left:0rem;width:26.5625rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNJWbFXSttAVBhnsmyuwWQU5HW4OwniZ { width:11.5625rem;height:10.1875rem;top:230.875rem;left:29.550001144409rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOHvdgENKEe7mH6ernVW8kPezbTIKu5V { top:237.6875rem;left:0rem;width:26.5625rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVOKzFvMkVOEBmnU833PV5QtTi2d3TnB { display:block; }#BVOKzFvMkVOEBmnU833PV5QtTi2d3TnB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VwV6hTlv9s1mIeD7vXHvvgHB5V9OLKLT { top:6.5rem;left:0rem;width:0.6875rem;height:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJvo4vN16B9PWWe1cykt6GZrKC7K6dZM { top:1.875rem;left:0rem;width:47.75rem;height:6.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ebaw5ZbHaVpi2e0Dt21iXRAh8umtncne { width:47.75rem;height:101.875rem;top:10.3125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9IpvJBP5lcA7N6sJDFQJdvnlmrpqToL { width:47.75rem;height:3.0625rem;top:112.1875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMT582AJRaxgpxRpEUkNE9LKKNwlyXTf { width:7.5625rem;height:7.5625rem;top:4.5625rem;left:40.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4D3AA6ArgPm2Rr6A4dAbhqhlGQX7iLE { width:22.125rem;height:16.5625rem;top:23.4375rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKFmPKWGPlq4n2hF2VgcfekB9CwudHM8 { width:22.75rem;height:17rem;top:23.25rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NV5gxehRdVtrtUrCX8SxXrQb6besaIS6 { width:12.875rem;height:17.25rem;top:50rem;left:29.78750038147rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7c6sRLi9O6eKvSX1svpPNd3ocG0tNSd { width:12.8125rem;height:17.125rem;top:50.0625rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TM4V8ITDoLIQv2QK801CFGTeS56EdCGf { width:14.625rem;height:19.625rem;top:48.8125rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lr8ATJW0Xi7Z3UnqfiCvyPe5pTturiSo { width:14.625rem;height:10.9375rem;top:82.25rem;left:30.97109413147rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhAD6sgwBQyQC0SAqdOx3M9FQT54TTLD { width:14.625rem;height:10.9375rem;top:82.25rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmh27UUR1BdfHQS2RZnuxFgbzpIUTIoa { width:14rem;height:18.8125rem;top:77.0625rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWS3gqldkkCTECicTZnVegMpi9gUp2IS { display:block; }#wWS3gqldkkCTECicTZnVegMpi9gUp2IS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pkTZbvyCVUrisn88XbTodgTfK2mOZo8g { top:34.1875rem;left:0rem;width:47.75rem;height:1.5rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANKRwGnWcGqcA04IBPdRJ3TJKmbvVlRi { width:29.625rem;height:29.625rem;top:3.5rem;left:9.0625019073488rem;display:block; }
 }@media only screen and (max-width: 763px) { #rO3z1mLKvnb11pCddEfnBLODA9bUH7gA { display:block; }#rO3z1mLKvnb11pCddEfnBLODA9bUH7gA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DyyoNggH1UN25r0T4xOZnl4hZUZX4FhQ { top:5.875rem;left:0rem;width:31.25rem;height:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJaxdfFZhfMcooJeVgbg1EeQ1GKCMShc { top:8.6875rem;left:0rem;width:26.375rem;height:2.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vARZTOcyZShxkadl4Jt8HcoHTZlFkaP7 { top:13.25rem;left:0rem;width:27.5rem;height:7.125rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFiNN6IqnI4g2o00wiArtiBXm2uSkPSe { top:6.75rem;left:0rem;width:25rem;height:0.5833333125rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CN6AZ27DhHhtyPTvUxOtFlu1RDqDtZ8f { top:9.5rem;left:44.500001907349rem;width:0.75rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4Z7UPbxf3og1EIfi9ue1m95tWa8SuDz { top:1.875rem;left:21.375rem;width:26.25rem;height:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qG9O3JuO9RVtsSOTaABa9CTHELve0Bv9 { top:7.375rem;left:10rem;width:13.75rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJ44iXGpLVSO2gVoJZBdKB1hODl0lH4q { top:7.0625rem;left:23.875rem;width:0.75rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVoktMD6cGLCCpR5gWFQJWLQGHBN8d0P { width:26.5625rem;height:22.125rem;top:4rem;left:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwcRq15TVssoqgxwM0DAn1Rqq31h01S8 { width:8.9375rem;height:8.9375rem;top:24.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf { display:block; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OiXCqblWFQnbeCupk3KTvFudGJsEQAJR { top:2.375rem;left:0rem;width:14.125rem;height:1.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3hpMvC25z3tThqQEwxKmOzKbkKRxoTH { width:8rem;height:2.1875rem;top:2rem;left:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktmczeqNk1CFNGDzlCQ3eK9yZhaLquP1 { width:2.375rem;height:2.375rem;top:1.9375rem;left:43.374219894409rem;display:block; }
#ktmczeqNk1CFNGDzlCQ3eK9yZhaLquP1 > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; } }@media only screen and (max-width: 763px) { #n1vsJSwi1X9Xu7pKNRiH39GWIPHpm0Tf { width:2.6875rem;height:2.6875rem;top:1.75rem;left:45.0625rem;display:block; }
#n1vsJSwi1X9Xu7pKNRiH39GWIPHpm0Tf > img { max-width: 100%;max-height:100%; width:2.6875rem; height:2.6875rem; } }@media only screen and (max-width: 763px) { #EUHkyc7HsfeqV9XOZf5zTfiVLqvyaHVB { width:1.9375rem;height:1.9375rem;top:2.375rem;left:45.8125rem;display:block; }
#EUHkyc7HsfeqV9XOZf5zTfiVLqvyaHVB > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR { position:relative;z-index:auto;display:block; }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR > .row .container { width:20rem;height:29.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oCgoM50WCXalcaXoW3nZWHvfPEr0DpSv { width:20rem;height:4.1176470588235rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZdnxOJBwSnntTz5XHhn7wdXIFX0yKIZ { display:flex;width:2.6875rem;height:2.6875rem;top:6.6176470588238rem;left:8.625rem; }
#RZdnxOJBwSnntTz5XHhn7wdXIFX0yKIZ > img { max-width: 100%;max-height:100%; width:2.6875rem; height:2.6875rem; } }@media only screen and (max-width: 763px) { #pB6eePUE61qEHMN5609N86vGfUULAFfS { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9a1fc1f0-06ca-4695-a712-1d6ac3cb1452/blurv2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#pB6eePUE61qEHMN5609N86vGfUULAFfS.adaptive-delivery-prevent-bg, #pB6eePUE61qEHMN5609N86vGfUULAFfS.lazyload, #pB6eePUE61qEHMN5609N86vGfUULAFfS.lazyloading { background-image: none; }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row .container { background-color: transparent; background-image: none; }#pB6eePUE61qEHMN5609N86vGfUULAFfS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row .container > .video-iframe-container { display: none; }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row > .video-iframe-container { display: none; }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .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); }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row .container { width:20rem;height:70.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a54CiSTTUPlDQTTIfwWs1zWiILwb18Ot { width:20rem;height:1.75rem;top:1.25rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aWQNPTsPpNVkhXpgogxRJXohnrm6T93P { width:10.8125rem;height:10.8125rem;top:14.375rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6v0HVIhFuCFa0kAVvcHfaW0OiI6GcGL { width:5.625rem;height:5.625rem;top:7.333333375rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNF0Kn2d60VaKQ6zpnbNayxU7FMD1Trg { width:3.9375rem;height:3.9375rem;top:29.875rem;left:7.9375rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #xPfc68dww4zpOWSbtumoTCiLmhmrn8Pw { width:0.75rem;height:0.75rem;top:10.364583375rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V04dk3GQIOtI05TJiLfTvi9CmBMTM8PQ { width:0.8125rem;height:0.75rem;top:36.75rem;left:14.81379699707rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8OVzRAC5nDuvgzkTNJenAHxdIHp0Kfm { width:20rem;height:4.25rem;top:38.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmZu5Mb8yW9VRZDaNkZMA6M1HEz2ANUI { display:block; }#dmZu5Mb8yW9VRZDaNkZMA6M1HEz2ANUI > .row .container { width:20rem;height:369.70625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ep8bcTwKg847mJ2FUPBQBgzw2i96Uz0C { width:0.6875rem;height:0.6875rem;top:1.25rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgqBdG72pk8q3EobinNt9PAlNRBB9k7G { width:20rem;height:0;top:3.1875rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wW4ERLmbILbpFKIcvxqNs0aaS8bVKWxN { width:20rem;height:0;top:19.09375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rq4XU7NpmqkCwXzzeDiy4s8AOd7tnWpZ { width:7.5625rem;height:7.5625rem;top:339.51875rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQOIypIyzf3t3GJLIO7iI9ePNrS0vyOT { width:20rem;height:0;top:92.93125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEugfR05OdXuft8TAyOy6x96ASq9fLDw { width:20rem;height:0;top:225.43125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uca4bLukTPvzJzLnK85UZ4JKU7OxHavd { width:7.1875rem;height:7.1875rem;top:319.33125rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIywm3HhHTbhiQosHdlO4QdzFBWIp9SC { width:8.6875rem;height:8.6875rem;top:359.76875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oIpeWkeww4aPxc6fq69dTUecXPtwTta5 { width:11.125rem;height:11.125rem;top:306.95625rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCHbZ4cUrvQRzbmsdwqQZdN8l5b6S03T { width:20rem;height:0;top:14.43125rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZN5R2lus5McdyqfxDx95UwgVTxSgRp1h { width:10.5rem;height:10.5rem;top:327.76875rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLD89TbuMhgWgAlVJAZnSmJzqlyMntxL { width:20rem;height:0;top:88.26875rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KNJWbFXSttAVBhnsmyuwWQU5HW4OwniZ { width:11.5625rem;height:10.1875rem;top:348.33125rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOHvdgENKEe7mH6ernVW8kPezbTIKu5V { width:20rem;height:0;top:220.76875rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BVOKzFvMkVOEBmnU833PV5QtTi2d3TnB { display:block; }#BVOKzFvMkVOEBmnU833PV5QtTi2d3TnB > .row .container { width:20rem;height:261.99180635748rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VwV6hTlv9s1mIeD7vXHvvgHB5V9OLKLT { width:0.6875rem;height:0.6875rem;top:1.25rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJvo4vN16B9PWWe1cykt6GZrKC7K6dZM { width:20rem;height:0;top:3.1875rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ebaw5ZbHaVpi2e0Dt21iXRAh8umtncne { width:20rem;height:0;top:11.1rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9IpvJBP5lcA7N6sJDFQJdvnlmrpqToL { width:20rem;height:0;top:201.95925141243rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMT582AJRaxgpxRpEUkNE9LKKNwlyXTf { width:7.5625rem;height:7.5625rem;top:206.29675141243rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4D3AA6ArgPm2Rr6A4dAbhqhlGQX7iLE { width:20rem;height:14.971751412429rem;top:114.2375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKFmPKWGPlq4n2hF2VgcfekB9CwudHM8 { width:20rem;height:14.945054945055rem;top:215.10925141243rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NV5gxehRdVtrtUrCX8SxXrQb6besaIS6 { width:12.875rem;height:17.25rem;top:231.30430635748rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7c6sRLi9O6eKvSX1svpPNd3ocG0tNSd { width:12.8125rem;height:17.125rem;top:151.33425141243rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TM4V8ITDoLIQv2QK801CFGTeS56EdCGf { width:14.625rem;height:19.625rem;top:130.45925141243rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lr8ATJW0Xi7Z3UnqfiCvyPe5pTturiSo { width:14.625rem;height:10.9375rem;top:249.80430635748rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhAD6sgwBQyQC0SAqdOx3M9FQT54TTLD { width:14.625rem;height:10.9375rem;top:189.77175141243rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmh27UUR1BdfHQS2RZnuxFgbzpIUTIoa { width:14rem;height:18.8125rem;top:169.70925141243rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWS3gqldkkCTECicTZnVegMpi9gUp2IS { display:block; }#wWS3gqldkkCTECicTZnVegMpi9gUp2IS > .row .container { width:20rem;height:125.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pkTZbvyCVUrisn88XbTodgTfK2mOZo8g { width:18.625rem;height:1.166666625rem;top:17.9375rem;left:1.375rem;font-size:0.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ANKRwGnWcGqcA04IBPdRJ3TJKmbvVlRi { width:20rem;height:20rem;top:20.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rO3z1mLKvnb11pCddEfnBLODA9bUH7gA { display:block; }#rO3z1mLKvnb11pCddEfnBLODA9bUH7gA > .row .container { width:20rem;height:77.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DyyoNggH1UN25r0T4xOZnl4hZUZX4FhQ { width:20rem;height:9.6875rem;top:1.25rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #MJaxdfFZhfMcooJeVgbg1EeQ1GKCMShc { width:13.5rem;height:1.5rem;top:4rem;left:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vARZTOcyZShxkadl4Jt8HcoHTZlFkaP7 { width:15.5625rem;height:4.3333335rem;top:8.5625rem;left:1.875rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFiNN6IqnI4g2o00wiArtiBXm2uSkPSe { width:13.25rem;height:0.5833333125rem;top:2.0625rem;left:1.875rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CN6AZ27DhHhtyPTvUxOtFlu1RDqDtZ8f { width:0.75rem;height:0.75rem;top:38.916666625rem;left:19.25rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #e4Z7UPbxf3og1EIfi9ue1m95tWa8SuDz { width:13.6875rem;height:13.6875rem;top:34.135416625rem;left:6.1875rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #qG9O3JuO9RVtsSOTaABa9CTHELve0Bv9 { width:6.875rem;height:6.875rem;top:23.9375rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJ44iXGpLVSO2gVoJZBdKB1hODl0lH4q { width:0.75rem;height:0.75rem;top:2.375rem;left:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVoktMD6cGLCCpR5gWFQJWLQGHBN8d0P { width:8.1875rem;height:6.8125rem;top:32.229166625rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwcRq15TVssoqgxwM0DAn1Rqq31h01S8 { width:8.9375rem;height:8.9375rem;top:49.07292175293rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf { display:block; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row .container { width:20rem;height:15rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OiXCqblWFQnbeCupk3KTvFudGJsEQAJR { width:9.625rem;height:0.9166666875rem;top:1.25rem;left:5.1875rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n3hpMvC25z3tThqQEwxKmOzKbkKRxoTH { width:5.9375rem;height:1.5625rem;top:3.4166666875rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktmczeqNk1CFNGDzlCQ3eK9yZhaLquP1 { display:flex;width:1.625rem;height:1.625rem;top:6.2291666875rem;left:9.1875rem; }
#ktmczeqNk1CFNGDzlCQ3eK9yZhaLquP1 > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; } }@media only screen and (max-width: 763px) { #n1vsJSwi1X9Xu7pKNRiH39GWIPHpm0Tf { display:flex;width:1.8125rem;height:1.8125rem;top:11.9791666875rem;left:9.0625rem; }
#n1vsJSwi1X9Xu7pKNRiH39GWIPHpm0Tf > img { max-width: 100%;max-height:100%; width:1.8125rem; height:1.8125rem; } }@media only screen and (max-width: 763px) { #EUHkyc7HsfeqV9XOZf5zTfiVLqvyaHVB { display:flex;width:1.5625rem;height:1.5625rem;top:9.1666666875rem;left:9.1875rem; }
#EUHkyc7HsfeqV9XOZf5zTfiVLqvyaHVB > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }