.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;
}
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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@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:#f1f1f6;background-image:url("https://images.assets-landingi.com/uc/faaf23bb-f2c7-4ffd-a1c6-c24c12700150/PatternFlexge_white.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); }#CrZfC5RJ1qRTOiA1RNdabgsDOJsUuXEW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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;z-index:auto;display:none; }#CrZfC5RJ1qRTOiA1RNdabgsDOJsUuXEW > .row .container { border-width: 0; border-radius: 0; }#CrZfC5RJ1qRTOiA1RNdabgsDOJsUuXEW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CrZfC5RJ1qRTOiA1RNdabgsDOJsUuXEW > .row .container { font-size:0.875rem;font-family:arial;height:5.3125rem;width:75rem;position:relative;display:none; }#rp4zKmGko58VETsmN24EM8h8lrsZ1dnL { background-color:#00ada4;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.1875rem;height:2.8125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.25rem;left:56.3125rem;display:block; }
#ueneHZ12oGHc2aeK17PHNFw49m2MQJEa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mObqVC6nuqUnqLu1xWaC4K5qXMuqkdMn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#411596;background-image:url("https://images.assets-landingi.com/uc/f90e009f-2df2-4e9b-abf7-d41654025f22/BG1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mObqVC6nuqUnqLu1xWaC4K5qXMuqkdMn.adaptive-delivery-prevent-bg, #mObqVC6nuqUnqLu1xWaC4K5qXMuqkdMn.lazyload, #mObqVC6nuqUnqLu1xWaC4K5qXMuqkdMn.lazyloading { background-image: none; }#mObqVC6nuqUnqLu1xWaC4K5qXMuqkdMn > .row .container { background-color: transparent; background-image: none; }#mObqVC6nuqUnqLu1xWaC4K5qXMuqkdMn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mObqVC6nuqUnqLu1xWaC4K5qXMuqkdMn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mObqVC6nuqUnqLu1xWaC4K5qXMuqkdMn > .row .container > .video-iframe-container { display: none; }#mObqVC6nuqUnqLu1xWaC4K5qXMuqkdMn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mObqVC6nuqUnqLu1xWaC4K5qXMuqkdMn > .row > .video-iframe-container { display: none; }#mObqVC6nuqUnqLu1xWaC4K5qXMuqkdMn > .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); }#mObqVC6nuqUnqLu1xWaC4K5qXMuqkdMn > .row .container { border-width: 0; border-radius: 0; }#mObqVC6nuqUnqLu1xWaC4K5qXMuqkdMn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mObqVC6nuqUnqLu1xWaC4K5qXMuqkdMn > .row .container { font-size:0.875rem;font-family:arial;height:34.375rem;width:75rem;position:relative;display:block; }#fJxWmy3BL5AcOAZnuNPF04JErnpQhBqb { color:#ffffff;display:block;width:26.309875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:19rem;left:2.5625rem;height:4.38801875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ukkLvfF7X5OXDKvm9UcWs13zdRLxTB1x { background-color:#00ada4;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#f1f1f6;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:25rem;left:1.6875rem;display:none; }
#lwQFKszNBXuNZ3aEwH3NNHJsaDlSx5h6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nblHlkrtCuT8u3QJbUQifOg4KzpHG6E9 { background-color:#00ada4;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#f1f1f6;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:25rem;left:1.6875rem;display:none; }
#qV14vHdbL7dpogGxFLOrHt0mvou0EUzH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#H7qWtiM0QFBiwI9ncPOFEoiSJSBm5R1L { position:absolute;display:block;z-index:15004;height:21.75rem;width:36.5625rem;top:9.125rem;left:38.4375rem;display:none; }
#DaLsikiN18p93etfXV8ggVyOVzaTHa5y { z-index:15003;top:27.064453125rem;left:3.0927734375rem;background-color:#00ada4;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.247375rem;height:3.3112rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ZSu20BBoIGUVQBUAxTEshIvRovXalcq4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UW89NGBQhpykqc6Uvz02tiJZ3OBI80hK { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:7.3125rem;top:2.75rem;left:2.5615234375rem;overflow:hidden;display:block; }
#KcPyWnEeUFwWfhBgHkTgBxJDus10nAa8 { color:#ffffff;display:block;width:24.9375rem;position:absolute;font-family:ubuntu;font-size:2.625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:11.3125rem;left:2.5rem;height:10.2375rem;display:none; }
#ebt9yFZdIgTr3AkH1bVc1EWhC2F5WLhz { position:absolute;display:block;z-index:15005;height:22.375rem;width:37.25rem;top:10.9375rem;left:35.094619750976rem;display:none; }
#stEgekVRsOUd5tCkGHZt9ecI9v60rsKo { color:#ffffff;display:block;width:28rem;position:absolute;font-family:ubuntu;font-size:2.625rem;font-weight:normal;z-index:15003;line-height:1.1;letter-spacing:0;top:8.5rem;left:2.5625rem;height:8.8671875rem;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; }
#MJ9XBBg2WEtksGiLSbKC3VyWVRLOWFBu { position:absolute;display:block;z-index:15006;height:22.375rem;width:37.25rem;top:10.695834636688rem;left:35.186458587646rem;display:none; }
#FatoMdcdIdsvqTyWA3lQeAwQodLLOLao { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36.9375rem;width:38.125rem;top:0rem;left:36.875rem;overflow:hidden;display:block; }
#d57gaxv2k2D3KnzNIiAtDQab1GU5v4gC { position:relative;display:block; }#d57gaxv2k2D3KnzNIiAtDQab1GU5v4gC { background-color: transparent; background-image: none; }#d57gaxv2k2D3KnzNIiAtDQab1GU5v4gC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d57gaxv2k2D3KnzNIiAtDQab1GU5v4gC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d57gaxv2k2D3KnzNIiAtDQab1GU5v4gC > .row .container > .video-iframe-container { display: none; }#d57gaxv2k2D3KnzNIiAtDQab1GU5v4gC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d57gaxv2k2D3KnzNIiAtDQab1GU5v4gC > .row > .video-iframe-container { display: none; }#d57gaxv2k2D3KnzNIiAtDQab1GU5v4gC > .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); }#d57gaxv2k2D3KnzNIiAtDQab1GU5v4gC { border-width: 0; border-radius: 0; }#d57gaxv2k2D3KnzNIiAtDQab1GU5v4gC > .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; }#d57gaxv2k2D3KnzNIiAtDQab1GU5v4gC > .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:35.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#UGoxZEFGXUTbF7IBWFXm4egZvtExRPST { color:#013666;display:block;width:58.75rem;position:absolute;font-family:dax;font-size:2.125rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:2.875rem;left:7.875rem;height:5.80078125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gBW1KD3HqdyHxUwHzH9LEnV8tpDMTagl { position:absolute;display:block;z-index:15025;background-color:#00ada4;background-image:url("https://images.assets-landingi.com/uc/42248845-afb1-45f8-bd29-e15a96eb2c69/teacher2.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:10rem;width:17.5rem;top:11.125rem;left:28.5rem;display:block; }#gBW1KD3HqdyHxUwHzH9LEnV8tpDMTagl.adaptive-delivery-prevent-bg, #gBW1KD3HqdyHxUwHzH9LEnV8tpDMTagl.lazyload, #gBW1KD3HqdyHxUwHzH9LEnV8tpDMTagl.lazyloading { background-image: none; }
#rqGUGnhvkxCa76O8fqs23qd9AkPFsmCL { position:absolute;display:block;z-index:15028;background-color:#00ada4;background-image:url("https://images.assets-landingi.com/uc/4babc2af-0811-4609-b639-d9899d9189de/teacher4.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:10rem;width:17.5rem;top:11.125rem;left:7.25rem;display:block; }#rqGUGnhvkxCa76O8fqs23qd9AkPFsmCL.adaptive-delivery-prevent-bg, #rqGUGnhvkxCa76O8fqs23qd9AkPFsmCL.lazyload, #rqGUGnhvkxCa76O8fqs23qd9AkPFsmCL.lazyloading { background-image: none; }
#xJD2uafwXiuIkI3PomzFTsN8KLNim0Rb { position:absolute;display:block;z-index:15021;background-color:#ffffff;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.3125rem 0.625rem rgba(0,0,0,0.1) ;height:14.5rem;width:20rem;top:13.375rem;left:27.25rem;display:block; }
#dCg6Z4JcpmdvOO0su4sCVKf2uoDsurSF { position:absolute;display:block;z-index:15024;background-color:#ffffff;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.3125rem 0.625rem rgba(0,0,0,0.1) ;height:14.5rem;width:20rem;top:13.375rem;left:6rem;display:block; }
#tuW0s59yhx84Dg6NKP1Z4Hm2v4skqA85 { position:absolute;display:block;z-index:15022;background-color:#ffffff;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.3125rem 0.625rem rgba(0,0,0,0.1) ;height:14.5rem;width:20rem;top:13.375rem;left:48.5rem;display:block; }
#DPEoTWrhpNsHPe0V3vDCDhVGkb2inxth { position:absolute;display:block;z-index:15028;background-color:#00ada4;background-image:url("https://images.assets-landingi.com/uc/3a8fb210-4775-4242-a723-03227159320f/teacher3.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:10rem;width:17.5rem;top:11.125rem;left:49.75rem;display:block; }#DPEoTWrhpNsHPe0V3vDCDhVGkb2inxth.adaptive-delivery-prevent-bg, #DPEoTWrhpNsHPe0V3vDCDhVGkb2inxth.lazyload, #DPEoTWrhpNsHPe0V3vDCDhVGkb2inxth.lazyloading { background-image: none; }
#qXmGWe3Zum66cWhPx5B8i0mfdIFAJSzn { color:#000000;display:block;width:16.5625rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15022;line-height:1.5;letter-spacing:0;top:22.875rem;left:28.96875rem;height:3.0013rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IFEgBvQpBrQtgzRoGxMwQXbTIQF1tT0b { color:#000000;display:block;width:17.125rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15023;line-height:1.5;letter-spacing:0;top:22.875rem;left:49.9375rem;height:3.0013rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tVXK8OaNTsrg70MS0WT5ThPObEdNaFF4 { color:#000000;display:block;width:12.8125rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15025;line-height:1.5;letter-spacing:0;top:22.875rem;left:9.59375rem;height:3.0013rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VrbtJClnrTDmLKw06fQE2KMJfW6Zws53 { color:#013666;display:block;width:58.75rem;position:absolute;font-family:dax;font-size:1.5rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:31rem;left:7.875rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gM1KgtV305oC8ud2wUfTP48tkkLtibzW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/66446934-60e8-4791-b2c8-4e08d7bf73d1/BG.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gM1KgtV305oC8ud2wUfTP48tkkLtibzW.adaptive-delivery-prevent-bg, #gM1KgtV305oC8ud2wUfTP48tkkLtibzW.lazyload, #gM1KgtV305oC8ud2wUfTP48tkkLtibzW.lazyloading { background-image: none; }#gM1KgtV305oC8ud2wUfTP48tkkLtibzW > .row .container { background-color: transparent; background-image: none; }#gM1KgtV305oC8ud2wUfTP48tkkLtibzW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gM1KgtV305oC8ud2wUfTP48tkkLtibzW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gM1KgtV305oC8ud2wUfTP48tkkLtibzW > .row .container > .video-iframe-container { display: none; }#gM1KgtV305oC8ud2wUfTP48tkkLtibzW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gM1KgtV305oC8ud2wUfTP48tkkLtibzW > .row > .video-iframe-container { display: none; }#gM1KgtV305oC8ud2wUfTP48tkkLtibzW > .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); }#gM1KgtV305oC8ud2wUfTP48tkkLtibzW > .row .container { border-width: 0; border-radius: 0; }#gM1KgtV305oC8ud2wUfTP48tkkLtibzW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gM1KgtV305oC8ud2wUfTP48tkkLtibzW > .row .container { font-size:0.875rem;font-family:arial;height:32.75rem;width:75rem;position:relative;display:block; }#TcxelE9gSCOV5UATPyzCKmtTTotV5fgI { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#oe53mNQ7R92ELGl9vHxZAt37MzmedrH9 { color:#e4e6eb;display:block;width:22.625rem;position:absolute;font-family:ubuntu;font-size:1.3125rem;font-weight:400;z-index:15046;line-height:1.4;letter-spacing:0;top:11.25rem;left:46.25rem;height:3.6736125rem;font-style:normal;display:none; }
#MtbT8wuiNyNSsuTsnL1DuM4pQiMVSFE7 { position:absolute;display:block;z-index:15076;background-color:#6b2cf7;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:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;height:4.74935rem;width:4.74935rem;top:24.25rem;left:6.75rem;display:block; }
#UIENLReur6VrWEKwm6VivFuZBDaKo9tg { position:absolute;display:block;z-index:15077;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:1.75rem;width:3rem;top:25.75rem;left:7.625rem;overflow:hidden;display:block; }
#Hihtd1iT9d2z4ISHk1Dd3GqtRLEGZHgK { color:#e4e6eb;display:block;width:15.625rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15066;line-height:1.5;letter-spacing:0;top:25.125rem;left:13.4375rem;height:3.0013rem;font-style:normal;display:block; }
#fr7Maebbk5QKE4RcKsXok9J2ATbuSnkZ { position:absolute;display:block;z-index:15050;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:6.25rem;width:31.25rem;top:16rem;left:5.9375rem;display:block; }
#IvLKVHZlxQCAAloE9eN145KEgZ07QDOV { position:absolute;display:block;z-index:15075;background-color:#6b2cf7;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:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;height:4.74875625rem;width:4.74875625rem;top:16.75rem;left:6.6875rem;display:block; }
#ulQQeuMmSmLdUafZBqTgvhF7WK6T3ssG { color:#e4e6eb;display:block;width:17.87475rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15065;line-height:1.5;letter-spacing:0;top:17.625rem;left:13.4375rem;height:3.0013rem;font-style:normal;display:block; }
#RboSVehBi6A1oliyqcXwveDUo59iV0HK { box-sizing:content-box;color:#5d92ff;font-size:2rem;font-weight:400;line-height:1;height:2.87435rem;width:2.87435rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15081;opacity:1;top:17.6875rem;left:7.6875rem; }
#CrNId5OKKETeQdGe1F8NV3zz5bydGtRV { position:absolute;display:block;z-index:15052;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:6.25rem;width:31.875rem;top:16.25rem;left:40.3125rem;display:block; }
#yLogMVpne6TWEqV2i5yLrLPgIiu85soQ { position:absolute;display:block;z-index:15076;background-color:#6b2cf7;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:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;height:4.74935rem;width:4.74935rem;top:17rem;left:41.1875rem;display:block; }
#sXvnWSqrNUscTRz1b4VfflgRGFno5P2k { position:absolute;display:block;z-index:15079;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.125rem;width:2.5625rem;top:25.5625rem;left:42.25rem;overflow:hidden;display:block; }
#lKPfJUnzGwgOftmarZG50kPXVxIUT51I { position:absolute;display:block;z-index:15046;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:6.25rem;width:31.25rem;top:8.5rem;left:40.625rem;display:block; }
#TUgEkhKWnBJN3xf6lHRkvfbvSdyr1JKC { position:absolute;display:block;z-index:15054;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:6.25rem;width:31.25rem;top:8.5rem;left:5.9375rem;display:block; }
#LJhRe2n2daXhdLCc1Un3zpI36CpVsvK6 { position:absolute;display:block;z-index:15075;background-color:#6b2cf7;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:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;height:4.74935rem;width:4.74935rem;top:9.25rem;left:41.375rem;display:block; }
#o9URlF3H1s00F5kL1S58gEK5MGNQsviz { position:absolute;display:block;z-index:15078;background-color:#6b2cf7;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:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;height:4.74935rem;width:4.74935rem;top:9.25rem;left:6.8125rem;display:block; }
#tJt0P2fHy4WqSWr9kAFArmeTbaJ5dumQ { color:#e4e6eb;display:block;width:16.6875rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15064;line-height:1.5;letter-spacing:0;top:10.125rem;left:13.4375rem;height:3.0013rem;font-style:normal;display:block; }
#PsW0uDDuqIMKxmWDU7HkAPvNs9pTboJv { box-sizing:content-box;color:#5d92ff;font-size:2rem;font-weight:400;line-height:1;height:2.625rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15082;opacity:1;top:10.3125rem;left:42.5rem; }
#cUlKognWAk78Td0tocm9Imzcs52kGxO2 { color:#f1f1f6;display:block;width:2.75rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:700;z-index:15080;line-height:1.3;letter-spacing:0;top:10.8125rem;left:7.625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RkkwtMctR4dwB3MT0V6CwTltJ4wggPO1 { color:#e4e6eb;display:block;width:17.0625rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15066;line-height:1.5;letter-spacing:0;top:10.0625rem;left:48.25rem;height:3.0013rem;font-style:normal;display:block; }
#iNU3ac5Z1upk1vEr92SQUxKcGXlf93en { color:#e4e6eb;display:block;width:17.87475rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15067;line-height:1.5;letter-spacing:0;top:17.8125rem;left:48.25rem;height:3.0013rem;font-style:normal;display:block; }
#b60uLF2PEDUIIlEyBUkoAZPcDs6VBCKI { color:#ffffff;display:block;width:75rem;position:absolute;font-family:dax;font-size:2.125rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:3.625rem;left:0rem;height:2.76171875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kfvSUfU7n5dkD0cKWo5AyU412WlcyKaz { position:absolute;display:block;z-index:15053;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:6.25rem;width:31.875rem;top:16.875rem;left:40.9375rem;display:block; }
#QaiRPifhp7zMr4cuOxT3qXGVSCTWFMQi { position:absolute;display:block;z-index:15077;background-color:#6b2cf7;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:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;height:4.749025rem;width:4.749025rem;top:24.25rem;left:41.1875rem;display:block; }
#Cu7V5uLP3gU5sHnXkkVBe1oNdNFkHQtk { color:#e4e6eb;display:block;width:16.3125rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15068;line-height:1.5;letter-spacing:0;top:25.125rem;left:48.25rem;height:3.0013rem;font-style:normal;display:block; }
#osDGktzCtKaZtiw5rCaHw15vp9tfxf5T { box-sizing:content-box;color:#5d92ff;font-size:2rem;font-weight:400;line-height:1;height:2.3125rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15083;opacity:1;top:18.25rem;left:42.4375rem; }
#ozqG244k2iOK34tnPnqNqTlrBSXHlirs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdfcfd;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; }#ozqG244k2iOK34tnPnqNqTlrBSXHlirs > .row .container { background-color: transparent; background-image: none; }#ozqG244k2iOK34tnPnqNqTlrBSXHlirs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ozqG244k2iOK34tnPnqNqTlrBSXHlirs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ozqG244k2iOK34tnPnqNqTlrBSXHlirs > .row .container > .video-iframe-container { display: none; }#ozqG244k2iOK34tnPnqNqTlrBSXHlirs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ozqG244k2iOK34tnPnqNqTlrBSXHlirs > .row > .video-iframe-container { display: none; }#ozqG244k2iOK34tnPnqNqTlrBSXHlirs > .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); }#ozqG244k2iOK34tnPnqNqTlrBSXHlirs > .row .container { border-width: 0; border-radius: 0; }#ozqG244k2iOK34tnPnqNqTlrBSXHlirs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ozqG244k2iOK34tnPnqNqTlrBSXHlirs > .row .container { font-size:0.875rem;font-family:arial;height:40rem;width:75rem;position:relative;display:block; }#GbX8ftiiGJ6UTUKIveKBn065VF0ZNLZh { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.875rem;width:31.875rem;top:5.375rem;left:5.6875rem;overflow:hidden;display:none; }
#rcJvZePMt9koC5CdygNJuIgPrthlAwsQ { color:#013666;display:block;width:24.625rem;position:absolute;font-family:ubuntu;font-size:2rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:10rem;left:40rem;height:2.6rem;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; }
#QctXyDRJDmfNuStPkdoFpr2BECiyAPJH { color:#000000;display:block;width:23rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15021;line-height:1.6;letter-spacing:0;top:26.8125rem;left:41.375rem;height:3.20095625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BdfFekJaXrWyGKsVQfvwbNDbJi937LI8 { color:#013666;display:block;width:25rem;position:absolute;font-family:inter;font-size:1.5rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:24.6875rem;left:41.375rem;height:1.94970625rem;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; }
#u7stQfET1Td0u9S4OnoFSCnuMEEkNyiS { color:#000000;display:block;width:22.625rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:20.25rem;left:41.375rem;height:3.0013rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KoTTKTiZTJT482y7TfDCQeTuQJ3EinG6 { color:#013666;display:block;width:26.125rem;position:absolute;font-family:inter;font-size:1.5rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:18.125rem;left:41.375rem;height:1.94970625rem;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; }
#aXP85JtUEkdhBA9CNXNF1fXZCqRC0SG4 { color:#000000;display:block;width:24.125rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:13.75rem;left:41.375rem;height:3.0013rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#knKiP7UMnKniFTdHB2f0KSbWxwB6VwJT { color:#013666;display:block;width:25.4375rem;position:absolute;font-family:inter;font-size:1.5rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:11.375rem;left:41.375rem;height:1.94970625rem;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; }
#T6I7OzCWh3okwcGDAJKQZpuP3Z89HOpg { color:#013666;display:block;width:22.375rem;position:absolute;font-family:dax;font-size:2.125rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:3.6875rem;left:41.375rem;height:5.09765625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rAsTTpePaZBsLNwbAGOtR7SaERevMSNO { position:absolute;display:block;z-index:15018;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:28.75rem;width:39.5rem;top:4.7239646911621rem;left:0rem;overflow:hidden;display:block; }
#rCJb0pqZFNUCUMpDH6MAGoFWoBz9qHau { z-index:15018;top:33.0625rem;left:41.375rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #7700fd;border-left:0.0625rem solid #7700fd;border-right:0.0625rem solid #7700fd;border-bottom:0.0625rem solid #7700fd;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#7700fd;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.9511875rem;height:3.326175rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Z6kTfrn97CFPUQsU3QBPxJ7nxKlXQ8rs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#crUWmc6NUmdnC9s5ZsTBTKxRKEzgfpsH { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:38.8125rem;width:62.0625rem;top:38.19921875rem;left:25.972318564657rem;overflow:hidden;display:block; }
#gsOH320IdcMmnZDRALlfNNVnsFDmSNVp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1f6;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; }#gsOH320IdcMmnZDRALlfNNVnsFDmSNVp > .row .container { background-color: transparent; background-image: none; }#gsOH320IdcMmnZDRALlfNNVnsFDmSNVp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gsOH320IdcMmnZDRALlfNNVnsFDmSNVp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gsOH320IdcMmnZDRALlfNNVnsFDmSNVp > .row .container > .video-iframe-container { display: none; }#gsOH320IdcMmnZDRALlfNNVnsFDmSNVp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gsOH320IdcMmnZDRALlfNNVnsFDmSNVp > .row > .video-iframe-container { display: none; }#gsOH320IdcMmnZDRALlfNNVnsFDmSNVp > .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); }#gsOH320IdcMmnZDRALlfNNVnsFDmSNVp > .row .container { border-width: 0; border-radius: 0; }#gsOH320IdcMmnZDRALlfNNVnsFDmSNVp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gsOH320IdcMmnZDRALlfNNVnsFDmSNVp > .row .container { font-size:0.875rem;font-family:arial;height:35.0625rem;width:75rem;position:relative;display:block; }#iZzD8OSzbh1bZovTuDmxnqW5tk6VMcsL { position:absolute;display:block;z-index:15061;background-color:#6b2cf7;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;box-shadow: 0.625rem 0.625rem 0.625rem rgba(0,0,0,0.2) ;height:3.75rem;width:29.25rem;top:26.875rem;left:5.375rem;display:block; }
#cqcuHTLMd9XWCTWp27d3ucXcrDTP1w96 { color:#f1f1f6;display:block;width:28.3125rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15069;line-height:1.5;letter-spacing:0;top:28rem;left:9.75rem;height:1.50065rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#K1T8SbLroDA0hAf595o0Z0ez8ykPW5B4 { position:absolute;display:block;z-index:15057;background-color:#6b2cf7;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.625rem 0.625rem 0.625rem rgba(0,0,0,0.2) ;height:3.75rem;width:37.125rem;top:21.8125rem;left:5.375rem;display:block; }
#VqsApEE9S6NGcOWrWVLy6Vi6hqPSfVho { color:#f1f1f6;display:block;width:36rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15065;line-height:1.5;letter-spacing:0;top:22.9375rem;left:9.75rem;height:1.50065rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#sZBLBSm5G8UkvQeigG0SDF6BrfhZ1eg6 { position:absolute;display:block;z-index:15053;background-color:#6b2cf7;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.625rem 0.625rem 0.625rem rgba(0,0,0,0.2) ;height:3.75rem;width:34.0625rem;top:16.8125rem;left:5.375rem;display:block; }
#tcScTCo7Z9s2Z8p3dWKTL5WzHq9Z0d3m { color:#f1f1f6;display:block;width:35.875rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15061;line-height:1.5;letter-spacing:0;top:18rem;left:9.75rem;height:1.50065rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LTW9hCZB6VABdbwLViv7hHqJLTGOrrtT { position:absolute;display:block;z-index:15082;background-color:#411596;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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:2.625rem;width:2.625rem;top:27.4375rem;left:6.0625rem;display:block; }
#WwZ63CLCklB56OB8C5MhcZXcNDJBUaiO { position:absolute;display:block;z-index:15074;background-color:#411596;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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:2.625rem;width:2.625rem;top:17.4375rem;left:6.0625rem;display:block; }
#N0u2H1DdtxdTdvSPbILosKtTix7mDbhh { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:ubuntu;font-size:1.8125rem;font-weight:700;z-index:15079;line-height:1.3;letter-spacing:0;top:22.5rem;left:6.1875rem;height:2.3556875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#m2qWG1IdTDGJSqeRcH0xLcMhaFWwuCvM { position:absolute;display:block;z-index:15078;background-color:#411596;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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:2.625rem;width:2.625rem;top:22.4375rem;left:5.9375rem;display:block; }
#EHDw7vq8wPwXwLVAuHRZDTvRT4QIWzAo { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:ubuntu;font-size:1.8125rem;font-weight:700;z-index:15083;line-height:1.3;letter-spacing:0;top:27.5625rem;left:6.25rem;height:2.3556875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lDMnPKNAkCLNE1fAF6k40E6ho8az7JGA { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:ubuntu;font-size:1.8125rem;font-weight:700;z-index:15075;line-height:1.3;letter-spacing:0;top:17.5625rem;left:6.25rem;height:2.3556875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KWiTSvfR11ST0mItcIJezMieCO3SKxpC { position:absolute;display:block;z-index:15049;background-color:#6b2cf7;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.625rem 0.625rem 0.625rem rgba(0,0,0,0.2) ;height:3.8125rem;width:35rem;top:11.8125rem;left:5.4375rem;display:block; }
#emZopDySDmSFzJkLQRpvO267U60al7hb { color:#f1f1f6;display:block;width:30.75rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15057;line-height:1.5;letter-spacing:0;top:13rem;left:9.75rem;height:1.50065rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#taCG8wrgfAme2zI9FGhwVF2fuUMLmGHC { position:absolute;display:block;z-index:15070;background-color:#411596;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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:2.625rem;width:2.625rem;top:12.4375rem;left:6.0625rem;display:block; }
#Cig4XXq2iTlBi5UEIr9eytTt7IpmmlsF { color:#e4e6eb;display:block;width:2.3125rem;position:absolute;font-family:ubuntu;font-size:1.8125rem;font-weight:700;z-index:15071;line-height:1.3;letter-spacing:0;top:12.5625rem;left:6.25rem;height:2.3556875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wLpVxIvdNE1AuRz4Zyu5JIWGWOJ9n5xh { color:#013666;display:block;width:32.5625rem;position:absolute;font-family:ubuntu;font-size:2.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.3125rem;left:5.375rem;height:5.5234375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mJnTSzbOmpZtFKSREI49aUfWlGG9b7cV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/66446934-60e8-4791-b2c8-4e08d7bf73d1/BG.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mJnTSzbOmpZtFKSREI49aUfWlGG9b7cV.adaptive-delivery-prevent-bg, #mJnTSzbOmpZtFKSREI49aUfWlGG9b7cV.lazyload, #mJnTSzbOmpZtFKSREI49aUfWlGG9b7cV.lazyloading { background-image: none; }#mJnTSzbOmpZtFKSREI49aUfWlGG9b7cV > .row .container { background-color: transparent; background-image: none; }#mJnTSzbOmpZtFKSREI49aUfWlGG9b7cV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mJnTSzbOmpZtFKSREI49aUfWlGG9b7cV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mJnTSzbOmpZtFKSREI49aUfWlGG9b7cV > .row .container > .video-iframe-container { display: none; }#mJnTSzbOmpZtFKSREI49aUfWlGG9b7cV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mJnTSzbOmpZtFKSREI49aUfWlGG9b7cV > .row > .video-iframe-container { display: none; }#mJnTSzbOmpZtFKSREI49aUfWlGG9b7cV > .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); }#mJnTSzbOmpZtFKSREI49aUfWlGG9b7cV > .row .container { border-width: 0; border-radius: 0; }#mJnTSzbOmpZtFKSREI49aUfWlGG9b7cV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mJnTSzbOmpZtFKSREI49aUfWlGG9b7cV > .row .container { font-size:0.875rem;font-family:arial;height:28.8125rem;width:75rem;position:relative;display:block; }#vXVrB6yBqxVCl8R8zvMIQZI4hsfgZtDC { color:#ffffff;display:block;width:24.25rem;position:absolute;font-family:dax;font-size:2.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:11.51953125rem;left:6.625rem;height:5.80078125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ykS5HoHMsCcBeLxgHLcPPAoQtD3pITH8 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#AF7W9bSI90dHiV4cqqXW4HZoGTXGJmrb { color:#e4e6eb;display:block;width:22.625rem;position:absolute;font-family:ubuntu;font-size:1.3125rem;font-weight:400;z-index:15046;line-height:1.4;letter-spacing:0;top:11.25rem;left:46.25rem;height:3.6736125rem;font-style:normal;display:none; }
#Zq5ibBpeJEHKpCV0FaWLqLiVA4F9fybP { position:absolute;display:block;z-index:15028;background-color:#ffffff;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:21.125rem;width:29.125rem;top:3.875rem;left:39rem;display:block; }
#t5POLLl1sBNzBM1AobvLD50vfCoMhu6h { color:#334155;display:block;width:4.1862rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:700;z-index:15030;line-height:1.2;letter-spacing:0;top:5.5rem;left:56.0625rem;height:1.2747375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ABu2xo8b8xvfvrrDIJyDG5Nw2LKSOT4A { box-sizing:content-box;height:0.05859375rem;width:25rem;position:absolute;display:block;z-index:15062;background-color:rgba(51,65,85,0.1);background-image:none;top:7.875rem;left:41rem;display:block; }
#PoPAiJKkoiJgFBDTnZALz9Be6scZUlXb { color:#334155;display:block;width:14rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:400;z-index:15029;line-height:1.2;letter-spacing:0;top:8.4375rem;left:41.0625rem;height:14.615875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VO0EkztL5g0C2T3pdXuhC22yrMVVM080 { box-sizing:content-box;height:17.5rem;width:0.0596788125rem;position:absolute;display:block;z-index:15062;background-color:#e3e3e3;background-image:none;top:5.625rem;left:61rem;display:block; }
#Khda0KiGbOIMGhsH4TLOP1ISvxlxMoaE { color:#334155;display:block;width:3.93555rem;position:absolute;font-family:inter;font-size:1rem;font-weight:700;z-index:15031;line-height:1.2;letter-spacing:0;top:5.5625rem;left:62.375rem;height:1.2000875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qxbFnT9VRibJpzOlnQzDu78Utrp7S82c { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3737rem;width:1.3737rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15072;opacity:1;top:8.1875rem;left:57.1875rem; }
#S8WBSn8JmF9QCfbZhkGL5bSpG3AvncMC { box-sizing:content-box;height:0.05859375rem;width:25rem;position:absolute;display:block;z-index:15063;background-color:rgba(51,65,85,0.1);background-image:none;top:9.8125rem;left:41rem;display:block; }
#afWIGNtHNr3gmTfw8Ov8VQ691lUBXOVd { box-sizing:content-box;height:0.05859375rem;width:25rem;position:absolute;display:block;z-index:15064;background-color:rgba(51,65,85,0.1);background-image:none;top:11.8125rem;left:41rem;display:block; }
#e6TWNQKdZmkTzVHmuRW4my89hDTNsi5P { box-sizing:content-box;height:0.05859375rem;width:25rem;position:absolute;display:block;z-index:15065;background-color:rgba(51,65,85,0.1);background-image:none;top:13.8125rem;left:41rem;display:block; }
#rMoWkhVuTn7efMWIK2tbvJoZz5RHe2Gw { box-sizing:content-box;height:0.05859375rem;width:25rem;position:absolute;display:block;z-index:15066;background-color:rgba(51,65,85,0.1);background-image:none;top:15.6875rem;left:41rem;display:block; }
#ryowrlV64yOvGfL0aSn0nTJh63fLa2tr { box-sizing:content-box;height:0.05859375rem;width:25rem;position:absolute;display:block;z-index:15067;background-color:rgba(51,65,85,0.1);background-image:none;top:17.625rem;left:41rem;display:block; }
#TBwfLRKcR5V6TNg9cCD0qynDyhE9LWp6 { box-sizing:content-box;height:0.05859375rem;width:25rem;position:absolute;display:block;z-index:15068;background-color:rgba(51,65,85,0.1);background-image:none;top:19.5625rem;left:41rem;display:block; }
#sPCgNdkX7gh5Skq8OJwGe6agboTuMWaw { box-sizing:content-box;height:0.05859375rem;width:25rem;position:absolute;display:block;z-index:15069;background-color:rgba(51,65,85,0.1);background-image:none;top:21.5rem;left:41rem;display:block; }
#K7z19Gb2eXyAmHmih1P5te9QfWJSLdkc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3737rem;width:1.3737rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15073;opacity:1;top:10.1875rem;left:57.1875rem; }
#LTmc2DHP5H0s3bHh2PvVcUDFeCKq68uD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3737rem;width:1.3737rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15074;opacity:1;top:12.125rem;left:57.1875rem; }
#iau8FBGA4VFrpcFoh1ciGQ3yI5mtyJ8M { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3737rem;width:1.3737rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15075;opacity:1;top:14.0625rem;left:57.1875rem; }
#mGrkX2gzlHmoOHG0y34eFs9T7Katf2af { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3737rem;width:1.3737rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15076;opacity:1;top:16rem;left:57.1875rem; }
#bOK5r84fpENBwufJp4hnwDkDzpyLNNzR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.37305rem;width:1.37305rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15077;opacity:1;top:18rem;left:57.1875rem; }
#oqO0wk37PZAKkpvkhRCC4pydLhdmy519 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.37305rem;width:1.37305rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15078;opacity:1;top:19.875rem;left:57.1875rem; }
#MihH9BzdRTcKHMQQtSgw5UbkNz0MQGW1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.37305rem;width:1.37305rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15079;opacity:1;top:21.75rem;left:57.1875rem; }
#dJRzZp2ME0o6LHhXoEOWBumC6y0DwyZB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3737rem;width:1.3737rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15073;opacity:1;top:12.25rem;left:63.25rem; }
#zP7UEToWgWdQtBz3ibMviypiNbB20SFq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3737rem;width:1.3737rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15074;opacity:1;top:14.1875rem;left:63.25rem; }
#pTbu8MPeC4c40oEHBiE4Vlac3fHy5Vpf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3737rem;width:1.3737rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15075;opacity:1;top:16.0625rem;left:63.25rem; }
#iHbiyoBTCXF0ifWRR2paD4TFx7s9uysA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3737rem;width:1.3737rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15076;opacity:1;top:17.9375rem;left:63.25rem; }
#Zw9L0NvGLLWdOy3udofs7dGczoQdbz7S { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3737rem;width:1.3737rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15077;opacity:1;top:19.8125rem;left:63.25rem; }
#Rvb2JQ6arh6IswMtg0zxW4p8NwJlN2wl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3737rem;width:1.3737rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15078;opacity:1;top:21.6875rem;left:63.25rem; }
#SpcqVm36G3QTvB8nrs2KV9mNbbVRreJx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.37305rem;width:1.37305rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15074;opacity:1;top:10.1875rem;left:63.25rem; }
#WpEkqfozI3Af6TNsrvmuJq9bD1qfSOtL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.37305rem;width:1.37305rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15075;opacity:1;top:8.1875rem;left:63.25rem; }
#ztFZSWUtuazTaPFEfN0yn41l9wTu6rWd { position:relative;display:block; }#ztFZSWUtuazTaPFEfN0yn41l9wTu6rWd { background-color: transparent; background-image: none; }#ztFZSWUtuazTaPFEfN0yn41l9wTu6rWd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ztFZSWUtuazTaPFEfN0yn41l9wTu6rWd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ztFZSWUtuazTaPFEfN0yn41l9wTu6rWd > .row .container > .video-iframe-container { display: none; }#ztFZSWUtuazTaPFEfN0yn41l9wTu6rWd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ztFZSWUtuazTaPFEfN0yn41l9wTu6rWd > .row > .video-iframe-container { display: none; }#ztFZSWUtuazTaPFEfN0yn41l9wTu6rWd > .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); }#ztFZSWUtuazTaPFEfN0yn41l9wTu6rWd { border-width: 0; border-radius: 0; }#ztFZSWUtuazTaPFEfN0yn41l9wTu6rWd > .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; }#ztFZSWUtuazTaPFEfN0yn41l9wTu6rWd > .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:54.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#hA0oa27OHwyN7Xr5XErubw1224ocJvcv { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:158.75rem;width:75rem;display:none; }
#eT5TW74AquwfDPnW7pBKu1ge99ohqNzd { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.375rem;width:65.5625rem;top:12.4375rem;left:4.71875rem;overflow:hidden;display:block; }
#l9VfQ8TDg2Tchv4VGCEu5DyGyJfMdnD6 { color:#013666;display:block;width:75rem;position:absolute;font-family:dax;font-size:2.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:3.625rem;left:0rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DTtON4MmaNHQLczwpHzHyeqfDOzrMTR2 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f1f1f6;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; }#DTtON4MmaNHQLczwpHzHyeqfDOzrMTR2 > .row .container { border-width: 0; border-radius: 0; }#DTtON4MmaNHQLczwpHzHyeqfDOzrMTR2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DTtON4MmaNHQLczwpHzHyeqfDOzrMTR2 > .row .container { font-size:0.875rem;font-family:arial;height:41.25rem;width:75rem;position:relative;display:none; }#yhRG8WWzpJQTc1OyIogRAr4oRh0S8ZuJ { 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;background-color:#6b2cf7;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:25.0625rem;width:23.75rem;position:absolute;display:block;z-index:15000;top:11.25rem;left:25.625rem;box-shadow: 0.1875rem 0.3125rem 0.625rem rgba(0,0,0,0.2) ;display:block; }
#EAKQTGicmEwTMBhaM6hZKqaHqcfm1QJq { border-top:0.125rem solid #6b2cf7;border-left:0.125rem solid #6b2cf7;border-right:0.125rem solid #6b2cf7;border-bottom:0.125rem solid #6b2cf7;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/933bd55e-c514-45e4-bbaf-18d68f120228/ruama.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;height:9.0625rem;width:9.0625rem;position:absolute;display:block;z-index:15001;top:8.75rem;left:31.875rem;display:block; }#EAKQTGicmEwTMBhaM6hZKqaHqcfm1QJq.adaptive-delivery-prevent-bg, #EAKQTGicmEwTMBhaM6hZKqaHqcfm1QJq.lazyload, #EAKQTGicmEwTMBhaM6hZKqaHqcfm1QJq.lazyloading { background-image: none; }
#e7l2NSfEuaAQDOgJfZgtOE8EwxTUD7LI { 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;background-color:#6b2cf7;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:25rem;width:23.75rem;position:absolute;display:block;z-index:15004;top:11.25rem;left:0.625rem;box-shadow: 0.1875rem 0.3125rem 0.625rem rgba(0,0,0,0.2) ;display:block; }
#ZOZ9vq0NyxwezXmdpwb4FziZZ4agvhpq { border-top:0.125rem solid #6b2cf7;border-left:0.125rem solid #6b2cf7;border-right:0.125rem solid #6b2cf7;border-bottom:0.125rem solid #6b2cf7;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/775734c7-56bb-4b41-a8ce-b73813b4953c/Ketylin.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;height:9.0625rem;width:9.0625rem;position:absolute;display:block;z-index:15005;top:8.75rem;left:7.75rem;display:block; }#ZOZ9vq0NyxwezXmdpwb4FziZZ4agvhpq.adaptive-delivery-prevent-bg, #ZOZ9vq0NyxwezXmdpwb4FziZZ4agvhpq.lazyload, #ZOZ9vq0NyxwezXmdpwb4FziZZ4agvhpq.lazyloading { background-image: none; }
#JCrIkvBwrkHsihlP3QdQntFFNNGXktP3 { display:block;width:21.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:22.5rem;left:1.875rem;height:12rem;color:#f1f1f6;font-style:italic;text-align:center;text-align-last:center;display:block; }
#gtvdT6JPEV7z3mEw1LJBsTOx3Ih5DSWg { display:block;width:20.625rem;position:absolute;font-family:ubuntu;font-size:1.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:19.4375rem;left:1.875rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;color:#f1f1f6;display:block; }
#h5l5RUT2xmueexdnmHEcFn5xoskyUDfZ { border-top:0.125rem solid #6b2cf7;border-left:0.125rem solid #6b2cf7;border-right:0.125rem solid #6b2cf7;border-bottom:0.125rem solid #6b2cf7;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/d845e8f7-5b1e-4a97-971a-cab56bf252ac/Media_2ce84cd544164d30b507e1e828a9e670555934033038169.jpeg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;height:9.0625rem;width:9.0625rem;position:absolute;display:block;z-index:15009;top:8.75rem;left:57.75rem;display:block; }#h5l5RUT2xmueexdnmHEcFn5xoskyUDfZ.adaptive-delivery-prevent-bg, #h5l5RUT2xmueexdnmHEcFn5xoskyUDfZ.lazyload, #h5l5RUT2xmueexdnmHEcFn5xoskyUDfZ.lazyloading { background-image: none; }
#dwx6r6verQkMiQx4xQvNL21nmHJeJ7xp { 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;background-color:#6b2cf7;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:25rem;width:23.75rem;position:absolute;display:block;z-index:15008;top:11.25rem;left:50.625rem;box-shadow: 0.1875rem 0.3125rem 0.625rem rgba(0,0,0,0.2) ;display:block; }
#OmiSHdmv9RLdsx0V6D1WNcleqF9kNWGG { display:block;width:21.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15010;line-height:1.55;letter-spacing:0;top:22.301204681396rem;left:51.59375rem;height:12.4rem;color:#f1f1f6;font-style:italic;text-align:center;text-align-last:center;display:block; }
#XTNdsd2AETkFvbJhnDcKKfqsJy4oCDLC { display:block;width:20.125rem;position:absolute;font-family:ubuntu;font-size:1.375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:19.4375rem;left:52.4375rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;color:#f1f1f6;display:block; }
#Eh9aD77sD4X24r9CyXh0TGlH4GdHRBBt { color:#013666;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:2.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.8121032714844rem;left:0rem;height:2.7625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xC87NOHshQGGRQTQ3m8D7n5N6CTBvFAU { display:block;width:21.5625rem;position:absolute;font-family:ubuntu;font-size:1.375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:19.4375rem;left:26.5625rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;color:#f1f1f6;display:block; }
#teC6FTgDkKGteEn07CidLaDZVsPJ3KGt { display:block;width:18.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:22.5rem;left:28.125rem;height:7.5rem;color:#f1f1f6;font-style:italic;text-align:center;text-align-last:center;display:block; }
#Q9QO9NLJxJNzqLmPPvl8TnbGOO22GV58 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#Q9QO9NLJxJNzqLmPPvl8TnbGOO22GV58 > .row .container { background-color: transparent; background-image: none; }#Q9QO9NLJxJNzqLmPPvl8TnbGOO22GV58::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q9QO9NLJxJNzqLmPPvl8TnbGOO22GV58 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q9QO9NLJxJNzqLmPPvl8TnbGOO22GV58 > .row .container > .video-iframe-container { display: none; }#Q9QO9NLJxJNzqLmPPvl8TnbGOO22GV58 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q9QO9NLJxJNzqLmPPvl8TnbGOO22GV58 > .row > .video-iframe-container { display: none; }#Q9QO9NLJxJNzqLmPPvl8TnbGOO22GV58 > .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); }#Q9QO9NLJxJNzqLmPPvl8TnbGOO22GV58 > .row .container { border-width: 0; border-radius: 0; }#Q9QO9NLJxJNzqLmPPvl8TnbGOO22GV58 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Q9QO9NLJxJNzqLmPPvl8TnbGOO22GV58 > .row .container { font-size:0.875rem;font-family:arial;height:56.4375rem;width:75rem;position:relative;display:block; }#wnctmEEm2aqkZTR68tv23FoFnkev6Ou3 { position:absolute;display:block;z-index:15000;background-color:#411596;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.3125rem 0.75rem rgba(0,0,0,0.1) ;height:47.25rem;width:65rem;top:4.625rem;left:5rem;display:block; }
#Txb7ZEEfHqye1LhNoEps3N3SbtpgwOdu { background-color:#00ada4;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#f1f1f6;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.375rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:6.810546875rem;left:46.8125rem;display:none; }
#RWhFKEtBP5JNWq8gcNXBX7d3m4SV6iU0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XE9ffk03BcWV2TpQyF94QlZF5TUw5Uq8 { position:absolute;display:block;z-index:15055;height:29.0625rem;width:60rem;top:17.1875rem;left:7.5rem;display:block; }
#FpnGTHNPTeSdkDzQhshI22Fh9b0ZgTTM { color:#013666;display:block;width:21.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:23.125rem;left:0rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#Tz38DVUpPGp5VFmxI7M3G7CIgTgCH8Ep { position:absolute;display:block;z-index:15025;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:9.9375rem;width:5rem;top:0.625rem;left:85.21875rem;overflow:hidden;display:block; }
#EMtObvEOZutaeDcmI9GLXfPDMUCAD8ns { color:#ffffff;display:block;width:28.9375rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:normal;z-index:15058;line-height:1.3;letter-spacing:0;top:11.0625rem;left:23.0625rem;height:2.92535rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JicKb1xPLc6OVyk6prl5GULLxoor66up { color:#ffffff;display:block;width:64.9375rem;position:absolute;font-family:dax;font-size:1.875rem;font-weight:normal;z-index:15022;line-height:1.2;letter-spacing:0;top:7.8125rem;left:5.0625rem;height:2.45768125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#mmmM8lcyCIDaUiqvik2L7TTW7IIvttBV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#013666;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; }#mmmM8lcyCIDaUiqvik2L7TTW7IIvttBV > .row .container { background-color: transparent; background-image: none; }#mmmM8lcyCIDaUiqvik2L7TTW7IIvttBV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mmmM8lcyCIDaUiqvik2L7TTW7IIvttBV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mmmM8lcyCIDaUiqvik2L7TTW7IIvttBV > .row .container > .video-iframe-container { display: none; }#mmmM8lcyCIDaUiqvik2L7TTW7IIvttBV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mmmM8lcyCIDaUiqvik2L7TTW7IIvttBV > .row > .video-iframe-container { display: none; }#mmmM8lcyCIDaUiqvik2L7TTW7IIvttBV > .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); }#mmmM8lcyCIDaUiqvik2L7TTW7IIvttBV > .row .container { border-width: 0; border-radius: 0; }#mmmM8lcyCIDaUiqvik2L7TTW7IIvttBV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mmmM8lcyCIDaUiqvik2L7TTW7IIvttBV > .row .container { font-size:0.875rem;font-family:arial;height:7.875rem;width:75rem;position:relative;display:block; }#n9UHhHirFdLlmQaaGKmqcIZ3ZrK1URbf { position:absolute;display:block;z-index:15068;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:4.75rem;top:1.5rem;left:0rem;overflow:hidden;display:block; }
#OsyMDqfZkmvaDvNsA7lCx2fGpSMVsBib { color:#e4e6eb;display:block;width:29.75rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:4.125rem;left:0rem;height:2.11155rem;text-align:left;text-align-last:left;display:block; }
#QxoaLHJxKIvTyJsot06g2w46NIHqEAEv { position:absolute;display:block;z-index:15037;background-color:#6b2cf7;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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(0,0,0,0.05) ;height:2.5rem;width:2.5rem;top:3.1875rem;left:65rem;display:block; }
#AeO55O2UhpfkJGRhKJLK1PPdIqTv0cLM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15067;opacity:1;top:3.75rem;left:65.5rem; }
#AeO55O2UhpfkJGRhKJLK1PPdIqTv0cLM > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; }#eAsBKvehRX6WQ5GrkFTw5oWbtwcBlQBF { position:absolute;display:block;z-index:15035;background-color:#6b2cf7;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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(0,0,0,0.05) ;height:2.5rem;width:2.5rem;top:3.1875rem;left:68.75rem;display:block; }
#pS1dtk6TuTFF3A9sXXc4tAyCZ0M1MIqV { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15066;opacity:1;top:3.8125rem;left:69.4375rem; }
#pS1dtk6TuTFF3A9sXXc4tAyCZ0M1MIqV > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }#HGcXP2N4nqet4WvamVmJCwnutqxn2KW5 { position:absolute;display:block;z-index:15039;background-color:#6b2cf7;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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(0,0,0,0.05) ;height:2.5rem;width:2.5rem;top:3.1875rem;left:72.5rem;display:block; }
#R1OadBUStJaao4RLBNyIbFp7VGgmly9l { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15064;top:3.6875rem;left:72.9375rem; }
#R1OadBUStJaao4RLBNyIbFp7VGgmly9l > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #CrZfC5RJ1qRTOiA1RNdabgsDOJsUuXEW { display:block; }#CrZfC5RJ1qRTOiA1RNdabgsDOJsUuXEW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rp4zKmGko58VETsmN24EM8h8lrsZ1dnL { width:15.1875rem;height:2.8125rem;top:1.25rem;left:32.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueneHZ12oGHc2aeK17PHNFw49m2MQJEa { display:block; }
 }@media only screen and (max-width: 763px) { #mObqVC6nuqUnqLu1xWaC4K5qXMuqkdMn { display:block; }#mObqVC6nuqUnqLu1xWaC4K5qXMuqkdMn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fJxWmy3BL5AcOAZnuNPF04JErnpQhBqb { top:19rem;left:0rem;width:26.25rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukkLvfF7X5OXDKvm9UcWs13zdRLxTB1x { width:30rem;height:3.4375rem;top:25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lwQFKszNBXuNZ3aEwH3NNHJsaDlSx5h6 { display:block; }
 }@media only screen and (max-width: 763px) { #nblHlkrtCuT8u3QJbUQifOg4KzpHG6E9 { width:30rem;height:3.4375rem;top:25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qV14vHdbL7dpogGxFLOrHt0mvou0EUzH { display:block; }
 }@media only screen and (max-width: 763px) { #H7qWtiM0QFBiwI9ncPOFEoiSJSBm5R1L { top:9.125rem;left:11.1875rem;width:36.5625rem;height:21.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #DaLsikiN18p93etfXV8ggVyOVzaTHa5y { top:27.0625rem;left:0rem;width:25.1875rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSu20BBoIGUVQBUAxTEshIvRovXalcq4 { display:block; }
 }@media only screen and (max-width: 763px) { #UW89NGBQhpykqc6Uvz02tiJZ3OBI80hK { top:2.75rem;left:0rem;width:7.3125rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KcPyWnEeUFwWfhBgHkTgBxJDus10nAa8 { top:15.6875rem;left:0rem;width:20rem;height:4.1875rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ebt9yFZdIgTr3AkH1bVc1EWhC2F5WLhz { top:10.9375rem;left:10.5rem;width:37.25rem;height:22.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #stEgekVRsOUd5tCkGHZt9ecI9v60rsKo { top:8.5rem;left:0rem;width:28rem;height:8.625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJ9XBBg2WEtksGiLSbKC3VyWVRLOWFBu { top:10.6875rem;left:10.5rem;width:37.25rem;height:22.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FatoMdcdIdsvqTyWA3lQeAwQodLLOLao { top:0rem;left:9.625rem;width:38.125rem;height:36.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d57gaxv2k2D3KnzNIiAtDQab1GU5v4gC { display:block; }#d57gaxv2k2D3KnzNIiAtDQab1GU5v4gC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UGoxZEFGXUTbF7IBWFXm4egZvtExRPST { top:2.875rem;left:0rem;width:47.75rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBW1KD3HqdyHxUwHzH9LEnV8tpDMTagl { top:11.125rem;left:14.875rem;width:17.5rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqGUGnhvkxCa76O8fqs23qd9AkPFsmCL { top:11.125rem;left:0rem;width:17.5rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJD2uafwXiuIkI3PomzFTsN8KLNim0Rb { top:13.375rem;left:13.625rem;width:20rem;height:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCg6Z4JcpmdvOO0su4sCVKf2uoDsurSF { top:13.375rem;left:0rem;width:20rem;height:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuW0s59yhx84Dg6NKP1Z4Hm2v4skqA85 { top:13.375rem;left:27.75rem;width:20rem;height:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPEoTWrhpNsHPe0V3vDCDhVGkb2inxth { top:11.125rem;left:30.25rem;width:17.5rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXmGWe3Zum66cWhPx5B8i0mfdIFAJSzn { top:22.875rem;left:15.34375rem;width:16.5625rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFEgBvQpBrQtgzRoGxMwQXbTIQF1tT0b { top:22.875rem;left:30.625rem;width:17.125rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVXK8OaNTsrg70MS0WT5ThPObEdNaFF4 { top:22.875rem;left:0rem;width:12.8125rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrbtJClnrTDmLKw06fQE2KMJfW6Zws53 { top:31rem;left:0rem;width:47.75rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gM1KgtV305oC8ud2wUfTP48tkkLtibzW { display:block; }#gM1KgtV305oC8ud2wUfTP48tkkLtibzW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TcxelE9gSCOV5UATPyzCKmtTTotV5fgI { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #oe53mNQ7R92ELGl9vHxZAt37MzmedrH9 { top:31.4375rem;left:0rem;width:13.8125rem;height:3.9375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MtbT8wuiNyNSsuTsnL1DuM4pQiMVSFE7 { top:24.25rem;left:0rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIENLReur6VrWEKwm6VivFuZBDaKo9tg { top:25.75rem;left:0.8125rem;width:3rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hihtd1iT9d2z4ISHk1Dd3GqtRLEGZHgK { top:25.125rem;left:6.625rem;width:15.625rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fr7Maebbk5QKE4RcKsXok9J2ATbuSnkZ { top:16rem;left:0rem;width:31.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvLKVHZlxQCAAloE9eN145KEgZ07QDOV { top:16.75rem;left:0rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulQQeuMmSmLdUafZBqTgvhF7WK6T3ssG { top:17.625rem;left:6.0625rem;width:17.8125rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RboSVehBi6A1oliyqcXwveDUo59iV0HK { top:17.6875rem;left:0.875rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CrNId5OKKETeQdGe1F8NV3zz5bydGtRV { top:16.25rem;left:15.875rem;width:31.875rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLogMVpne6TWEqV2i5yLrLPgIiu85soQ { top:17rem;left:23.875rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXvnWSqrNUscTRz1b4VfflgRGFno5P2k { top:25.5625rem;left:23.875rem;width:2.5625rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKPfJUnzGwgOftmarZG50kPXVxIUT51I { top:8.5rem;left:16.5rem;width:31.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUgEkhKWnBJN3xf6lHRkvfbvSdyr1JKC { top:8.5rem;left:0rem;width:31.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJhRe2n2daXhdLCc1Un3zpI36CpVsvK6 { top:9.25rem;left:23.875rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9URlF3H1s00F5kL1S58gEK5MGNQsviz { top:9.25rem;left:0rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJt0P2fHy4WqSWr9kAFArmeTbaJ5dumQ { top:10.125rem;left:6.625rem;width:16.6875rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PsW0uDDuqIMKxmWDU7HkAPvNs9pTboJv { top:10.3125rem;left:23.875rem;width:2.4375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUlKognWAk78Td0tocm9Imzcs52kGxO2 { top:10.8125rem;left:0.8125rem;width:2.75rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkkwtMctR4dwB3MT0V6CwTltJ4wggPO1 { top:10.0625rem;left:27.8125rem;width:17.0625rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNU3ac5Z1upk1vEr92SQUxKcGXlf93en { top:17.8125rem;left:27.8125rem;width:17.8125rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b60uLF2PEDUIIlEyBUkoAZPcDs6VBCKI { top:3.625rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfvSUfU7n5dkD0cKWo5AyU412WlcyKaz { top:16.875rem;left:15.875rem;width:31.875rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QaiRPifhp7zMr4cuOxT3qXGVSCTWFMQi { top:24.25rem;left:23.875rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cu7V5uLP3gU5sHnXkkVBe1oNdNFkHQtk { top:25.125rem;left:27.8125rem;width:16.3125rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #osDGktzCtKaZtiw5rCaHw15vp9tfxf5T { top:18.25rem;left:23.875rem;width:2.25rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozqG244k2iOK34tnPnqNqTlrBSXHlirs { display:block; }#ozqG244k2iOK34tnPnqNqTlrBSXHlirs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GbX8ftiiGJ6UTUKIveKBn065VF0ZNLZh { top:5.375rem;left:0rem;width:31.875rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcJvZePMt9koC5CdygNJuIgPrthlAwsQ { top:3.0625rem;left:0rem;width:19rem;height:;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QctXyDRJDmfNuStPkdoFpr2BECiyAPJH { top:26.8125rem;left:23.875rem;width:23rem;height:3.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BdfFekJaXrWyGKsVQfvwbNDbJi937LI8 { top:24.6875rem;left:22.75rem;width:25rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7stQfET1Td0u9S4OnoFSCnuMEEkNyiS { top:20.25rem;left:23.875rem;width:22.625rem;height:3rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KoTTKTiZTJT482y7TfDCQeTuQJ3EinG6 { top:18.125rem;left:21.625rem;width:26.125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXP85JtUEkdhBA9CNXNF1fXZCqRC0SG4 { top:13.75rem;left:23.625rem;width:24.125rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #knKiP7UMnKniFTdHB2f0KSbWxwB6VwJT { top:11.375rem;left:22.3125rem;width:25.4375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6I7OzCWh3okwcGDAJKQZpuP3Z89HOpg { top:3.6875rem;left:23.875rem;width:22.375rem;height:5.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAsTTpePaZBsLNwbAGOtR7SaERevMSNO { top:4.6875rem;left:0rem;width:39.5rem;height:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCJb0pqZFNUCUMpDH6MAGoFWoBz9qHau { top:33.0625rem;left:22.8125rem;width:24.9375rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6kTfrn97CFPUQsU3QBPxJ7nxKlXQ8rs { display:block; }
 }@media only screen and (max-width: 763px) { #crUWmc6NUmdnC9s5ZsTBTKxRKEzgfpsH { top:38.1875rem;left:0rem;width:47.75rem;height:29.861782477341rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsOH320IdcMmnZDRALlfNNVnsFDmSNVp { display:block; }#gsOH320IdcMmnZDRALlfNNVnsFDmSNVp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iZzD8OSzbh1bZovTuDmxnqW5tk6VMcsL { top:26.875rem;left:0rem;width:29.25rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqcuHTLMd9XWCTWp27d3ucXcrDTP1w96 { top:28rem;left:0rem;width:28.3125rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1T8SbLroDA0hAf595o0Z0ez8ykPW5B4 { top:21.8125rem;left:0rem;width:37.125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqsApEE9S6NGcOWrWVLy6Vi6hqPSfVho { top:22.9375rem;left:0rem;width:36rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZBLBSm5G8UkvQeigG0SDF6BrfhZ1eg6 { top:16.8125rem;left:0rem;width:34.0625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcScTCo7Z9s2Z8p3dWKTL5WzHq9Z0d3m { top:18rem;left:0rem;width:35.875rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTW9hCZB6VABdbwLViv7hHqJLTGOrrtT { top:27.4375rem;left:0rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwZ63CLCklB56OB8C5MhcZXcNDJBUaiO { top:17.4375rem;left:0rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0u2H1DdtxdTdvSPbILosKtTix7mDbhh { top:22.5rem;left:0rem;width:2.3125rem;height:2.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2qWG1IdTDGJSqeRcH0xLcMhaFWwuCvM { top:22.4375rem;left:0rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHDw7vq8wPwXwLVAuHRZDTvRT4QIWzAo { top:27.5625rem;left:0rem;width:2.3125rem;height:2.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDMnPKNAkCLNE1fAF6k40E6ho8az7JGA { top:17.5625rem;left:0rem;width:2.3125rem;height:2.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWiTSvfR11ST0mItcIJezMieCO3SKxpC { top:11.8125rem;left:0rem;width:35rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #emZopDySDmSFzJkLQRpvO267U60al7hb { top:13rem;left:0rem;width:30.75rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #taCG8wrgfAme2zI9FGhwVF2fuUMLmGHC { top:12.4375rem;left:0rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cig4XXq2iTlBi5UEIr9eytTt7IpmmlsF { top:12.5625rem;left:0rem;width:2.3125rem;height:2.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLpVxIvdNE1AuRz4Zyu5JIWGWOJ9n5xh { top:3.3125rem;left:0rem;width:32.5625rem;height:5.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJnTSzbOmpZtFKSREI49aUfWlGG9b7cV { display:block; }#mJnTSzbOmpZtFKSREI49aUfWlGG9b7cV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vXVrB6yBqxVCl8R8zvMIQZI4hsfgZtDC { top:11.5rem;left:0rem;width:24.25rem;height:5.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykS5HoHMsCcBeLxgHLcPPAoQtD3pITH8 { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #AF7W9bSI90dHiV4cqqXW4HZoGTXGJmrb { top:31.4375rem;left:0rem;width:13.8125rem;height:3.9375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Zq5ibBpeJEHKpCV0FaWLqLiVA4F9fybP { top:3.875rem;left:18.625rem;width:29.125rem;height:21.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5POLLl1sBNzBM1AobvLD50vfCoMhu6h { top:5.5rem;left:35.625rem;width:4.125rem;height:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABu2xo8b8xvfvrrDIJyDG5Nw2LKSOT4A { top:7.875rem;left:22.75rem;width:25rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #PoPAiJKkoiJgFBDTnZALz9Be6scZUlXb { top:8.4375rem;left:23.875rem;width:13.9375rem;height:14.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VO0EkztL5g0C2T3pdXuhC22yrMVVM080 { top:5.625rem;left:40.5625rem;width:0;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Khda0KiGbOIMGhsH4TLOP1ISvxlxMoaE { top:5.5625rem;left:41.9375rem;width:3.875rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxbFnT9VRibJpzOlnQzDu78Utrp7S82c { top:8.1875rem;left:36.75rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8WBSn8JmF9QCfbZhkGL5bSpG3AvncMC { top:9.8125rem;left:22.75rem;width:25rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #afWIGNtHNr3gmTfw8Ov8VQ691lUBXOVd { top:11.8125rem;left:22.75rem;width:25rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #e6TWNQKdZmkTzVHmuRW4my89hDTNsi5P { top:13.8125rem;left:22.75rem;width:25rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #rMoWkhVuTn7efMWIK2tbvJoZz5RHe2Gw { top:15.6875rem;left:22.75rem;width:25rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #ryowrlV64yOvGfL0aSn0nTJh63fLa2tr { top:17.625rem;left:22.75rem;width:25rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #TBwfLRKcR5V6TNg9cCD0qynDyhE9LWp6 { top:19.5625rem;left:22.75rem;width:25rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #sPCgNdkX7gh5Skq8OJwGe6agboTuMWaw { top:21.5rem;left:22.75rem;width:25rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #K7z19Gb2eXyAmHmih1P5te9QfWJSLdkc { top:10.1875rem;left:36.75rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTmc2DHP5H0s3bHh2PvVcUDFeCKq68uD { top:12.125rem;left:36.75rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iau8FBGA4VFrpcFoh1ciGQ3yI5mtyJ8M { top:14.0625rem;left:36.75rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGrkX2gzlHmoOHG0y34eFs9T7Katf2af { top:16rem;left:36.75rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOK5r84fpENBwufJp4hnwDkDzpyLNNzR { top:18rem;left:36.75rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqO0wk37PZAKkpvkhRCC4pydLhdmy519 { top:19.875rem;left:36.75rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MihH9BzdRTcKHMQQtSgw5UbkNz0MQGW1 { top:21.75rem;left:36.75rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJRzZp2ME0o6LHhXoEOWBumC6y0DwyZB { top:12.25rem;left:42.8125rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zP7UEToWgWdQtBz3ibMviypiNbB20SFq { top:14.1875rem;left:42.8125rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTbu8MPeC4c40oEHBiE4Vlac3fHy5Vpf { top:16.0625rem;left:42.8125rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHbiyoBTCXF0ifWRR2paD4TFx7s9uysA { top:17.9375rem;left:42.8125rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zw9L0NvGLLWdOy3udofs7dGczoQdbz7S { top:19.8125rem;left:42.8125rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rvb2JQ6arh6IswMtg0zxW4p8NwJlN2wl { top:21.6875rem;left:42.8125rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpcqVm36G3QTvB8nrs2KV9mNbbVRreJx { top:10.1875rem;left:42.8125rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WpEkqfozI3Af6TNsrvmuJq9bD1qfSOtL { top:8.1875rem;left:42.8125rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztFZSWUtuazTaPFEfN0yn41l9wTu6rWd { display:block; }#ztFZSWUtuazTaPFEfN0yn41l9wTu6rWd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hA0oa27OHwyN7Xr5XErubw1224ocJvcv { width:47.75rem;height:101.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #eT5TW74AquwfDPnW7pBKu1ge99ohqNzd { top:12.4375rem;left:0rem;width:47.75rem;height:27.220686367969rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9VfQ8TDg2Tchv4VGCEu5DyGyJfMdnD6 { top:3.625rem;left:0rem;width:47.75rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTtON4MmaNHQLczwpHzHyeqfDOzrMTR2 { display:block; }#DTtON4MmaNHQLczwpHzHyeqfDOzrMTR2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yhRG8WWzpJQTc1OyIogRAr4oRh0S8ZuJ { width:23.125rem;height:15.625rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAKQTGicmEwTMBhaM6hZKqaHqcfm1QJq { width:9.0625rem;height:9.0625rem;top:0rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7l2NSfEuaAQDOgJfZgtOE8EwxTUD7LI { width:23.125rem;height:15.625rem;top:4.6875rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOZ9vq0NyxwezXmdpwb4FziZZ4agvhpq { width:9.0625rem;height:9.0625rem;top:0rem;left:31.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCrIkvBwrkHsihlP3QdQntFFNNGXktP3 { width:21.875rem;height:5.75rem;top:10.125rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtvdT6JPEV7z3mEw1LJBsTOx3Ih5DSWg { width:21.875rem;height:1.9375rem;top:16.6875rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5l5RUT2xmueexdnmHEcFn5xoskyUDfZ { width:9.0625rem;height:9.0625rem;top:0rem;left:31.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwx6r6verQkMiQx4xQvNL21nmHJeJ7xp { width:23.125rem;height:15.625rem;top:4.6875rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmiSHdmv9RLdsx0V6D1WNcleqF9kNWGG { width:21.875rem;height:5.75rem;top:10.125rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTNdsd2AETkFvbJhnDcKKfqsJy4oCDLC { width:21.875rem;height:1.9375rem;top:16.6875rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eh9aD77sD4X24r9CyXh0TGlH4GdHRBBt { top:3.75rem;left:0rem;width:47.75rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xC87NOHshQGGRQTQ3m8D7n5N6CTBvFAU { width:21.875rem;height:1.9375rem;top:16.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #teC6FTgDkKGteEn07CidLaDZVsPJ3KGt { width:21.875rem;height:5.75rem;top:10.1875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9QO9NLJxJNzqLmPPvl8TnbGOO22GV58 { display:block; }#Q9QO9NLJxJNzqLmPPvl8TnbGOO22GV58 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wnctmEEm2aqkZTR68tv23FoFnkev6Ou3 { top:4.625rem;left:0rem;width:47.75rem;height:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Txb7ZEEfHqye1LhNoEps3N3SbtpgwOdu { width:24.375rem;height:3.4375rem;top:6.75rem;left:23.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RWhFKEtBP5JNWq8gcNXBX7d3m4SV6iU0 { display:block; }
 }@media only screen and (max-width: 763px) { #XE9ffk03BcWV2TpQyF94QlZF5TUw5Uq8 { top:17.1875rem;left:0rem;width:47.75rem;height:29.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpnGTHNPTeSdkDzQhshI22Fh9b0ZgTTM { top:23.125rem;left:0rem;width:21.5625rem;height:9.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tz38DVUpPGp5VFmxI7M3G7CIgTgCH8Ep { top:1.25rem;left:42.75rem;width:5rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMtObvEOZutaeDcmI9GLXfPDMUCAD8ns { top:11.0625rem;left:9.4375rem;width:28.9375rem;height:2.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JicKb1xPLc6OVyk6prl5GULLxoor66up { top:7.8125rem;left:0rem;width:47.75rem;height:2.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmmM8lcyCIDaUiqvik2L7TTW7IIvttBV { display:block; }#mmmM8lcyCIDaUiqvik2L7TTW7IIvttBV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n9UHhHirFdLlmQaaGKmqcIZ3ZrK1URbf { top:1.5rem;left:0rem;width:4.75rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsyMDqfZkmvaDvNsA7lCx2fGpSMVsBib { top:4.125rem;left:0rem;width:29.75rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxoaLHJxKIvTyJsot06g2w46NIHqEAEv { top:3.1875rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AeO55O2UhpfkJGRhKJLK1PPdIqTv0cLM { top:3.75rem;left:46.3125rem;width:1.4375rem;height:1.4375rem;display:block; }
#AeO55O2UhpfkJGRhKJLK1PPdIqTv0cLM > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; } }@media only screen and (max-width: 763px) { #eAsBKvehRX6WQ5GrkFTw5oWbtwcBlQBF { top:3.1875rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pS1dtk6TuTFF3A9sXXc4tAyCZ0M1MIqV { top:3.8125rem;left:46.5rem;width:1.25rem;height:1.25rem;display:block; }
#pS1dtk6TuTFF3A9sXXc4tAyCZ0M1MIqV > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #HGcXP2N4nqet4WvamVmJCwnutqxn2KW5 { top:3.1875rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1OadBUStJaao4RLBNyIbFp7VGgmly9l { top:3.6875rem;left:46.125rem;width:1.625rem;height:1.625rem;display:block; }
#R1OadBUStJaao4RLBNyIbFp7VGgmly9l > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #CrZfC5RJ1qRTOiA1RNdabgsDOJsUuXEW { position:relative;z-index:auto;display:none; }#CrZfC5RJ1qRTOiA1RNdabgsDOJsUuXEW > .row .container { width:20rem;height:21.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rp4zKmGko58VETsmN24EM8h8lrsZ1dnL { width:20rem;height:3.4375rem;top:5.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ueneHZ12oGHc2aeK17PHNFw49m2MQJEa { display:block; }
 }@media only screen and (max-width: 763px) { #mObqVC6nuqUnqLu1xWaC4K5qXMuqkdMn { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/66446934-60e8-4791-b2c8-4e08d7bf73d1/BG.png");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mObqVC6nuqUnqLu1xWaC4K5qXMuqkdMn.adaptive-delivery-prevent-bg, #mObqVC6nuqUnqLu1xWaC4K5qXMuqkdMn.lazyload, #mObqVC6nuqUnqLu1xWaC4K5qXMuqkdMn.lazyloading { background-image: none; }#mObqVC6nuqUnqLu1xWaC4K5qXMuqkdMn > .row .container { background-color: transparent; background-image: none; }#mObqVC6nuqUnqLu1xWaC4K5qXMuqkdMn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mObqVC6nuqUnqLu1xWaC4K5qXMuqkdMn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mObqVC6nuqUnqLu1xWaC4K5qXMuqkdMn > .row .container > .video-iframe-container { display: none; }#mObqVC6nuqUnqLu1xWaC4K5qXMuqkdMn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mObqVC6nuqUnqLu1xWaC4K5qXMuqkdMn > .row > .video-iframe-container { display: none; }#mObqVC6nuqUnqLu1xWaC4K5qXMuqkdMn > .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); }#mObqVC6nuqUnqLu1xWaC4K5qXMuqkdMn > .row .container { border-width: 0; border-radius: 0; }#mObqVC6nuqUnqLu1xWaC4K5qXMuqkdMn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mObqVC6nuqUnqLu1xWaC4K5qXMuqkdMn > .row .container { width:20rem;height:67.256728693843rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fJxWmy3BL5AcOAZnuNPF04JErnpQhBqb { width:16.9998125rem;height:4.87413125rem;top:21.019966125488rem;left:1.4995661377907rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ukkLvfF7X5OXDKvm9UcWs13zdRLxTB1x { width:16rem;height:9rem;top:18.1875rem;left:5.40625rem;text-align:center;text-align-last:center;z-index:15004;display:none; }
 }@media only screen and (max-width: 763px) { #lwQFKszNBXuNZ3aEwH3NNHJsaDlSx5h6 { display:block; }
 }@media only screen and (max-width: 763px) { #nblHlkrtCuT8u3QJbUQifOg4KzpHG6E9 { width:19.125rem;height:3.25rem;top:25.9375rem;left:0.4375rem;text-align:center;text-align-last:center;z-index:15004;display:none; }
 }@media only screen and (max-width: 763px) { #qV14vHdbL7dpogGxFLOrHt0mvou0EUzH { display:block; }
 }@media only screen and (max-width: 763px) { #H7qWtiM0QFBiwI9ncPOFEoiSJSBm5R1L { width:18.875rem;height:10.9375rem;top:20.375rem;left:0.5625rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #DaLsikiN18p93etfXV8ggVyOVzaTHa5y { top:28.436416193843rem;left:0rem;width:20rem;height:3.31163125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSu20BBoIGUVQBUAxTEshIvRovXalcq4 { display:block; }
 }@media only screen and (max-width: 763px) { #UW89NGBQhpykqc6Uvz02tiJZ3OBI80hK { width:5.5625rem;height:2.625rem;top:1.875rem;left:7.2187501788137rem;display:block; }
 }@media only screen and (max-width: 763px) { #KcPyWnEeUFwWfhBgHkTgBxJDus10nAa8 { width:20rem;height:0;top:10.548959732056rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;z-index:15003;display:none; }
 }@media only screen and (max-width: 763px) { #ebt9yFZdIgTr3AkH1bVc1EWhC2F5WLhz { width:18.9375rem;height:11.25rem;top:21.562501907349rem;left:0.53125rem;z-index:15006;display:none; }
 }@media only screen and (max-width: 763px) { #stEgekVRsOUd5tCkGHZt9ecI9v60rsKo { width:15.5rem;height:10.563125rem;top:8.0958337783812rem;left:2.2500000596046rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MJ9XBBg2WEtksGiLSbKC3VyWVRLOWFBu { width:20rem;height:22.375rem;top:43.631728693843rem;left:-1.6887989044189rem;display:none; }
 }@media only screen and (max-width: 763px) { #FatoMdcdIdsvqTyWA3lQeAwQodLLOLao { width:20rem;height:19.376721311475rem;top:32.936416193843rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d57gaxv2k2D3KnzNIiAtDQab1GU5v4gC { display:block; }#d57gaxv2k2D3KnzNIiAtDQab1GU5v4gC > .row .container { width:20rem;height:71.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UGoxZEFGXUTbF7IBWFXm4egZvtExRPST { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gBW1KD3HqdyHxUwHzH9LEnV8tpDMTagl { width:17.5rem;height:10rem;top:21.800346374512rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqGUGnhvkxCa76O8fqs23qd9AkPFsmCL { width:17.5rem;height:10rem;top:6.0503463745117rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJD2uafwXiuIkI3PomzFTsN8KLNim0Rb { width:20rem;height:14.5rem;top:24.05078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCg6Z4JcpmdvOO0su4sCVKf2uoDsurSF { width:20rem;height:14.5rem;top:8.30078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuW0s59yhx84Dg6NKP1Z4Hm2v4skqA85 { width:20rem;height:14.5rem;top:39.80078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPEoTWrhpNsHPe0V3vDCDhVGkb2inxth { width:17.5rem;height:10rem;top:37.550346374512rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXmGWe3Zum66cWhPx5B8i0mfdIFAJSzn { width:16.5625rem;height:0;top:33.550563812256rem;left:1.71875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IFEgBvQpBrQtgzRoGxMwQXbTIQF1tT0b { width:17.125rem;height:0;top:49.300563812256rem;left:1.4377136230469rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tVXK8OaNTsrg70MS0WT5ThPObEdNaFF4 { width:12.8125rem;height:0;top:17.800563812256rem;left:3.59375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VrbtJClnrTDmLKw06fQE2KMJfW6Zws53 { width:20rem;height:0;top:55.55078125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gM1KgtV305oC8ud2wUfTP48tkkLtibzW { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/66446934-60e8-4791-b2c8-4e08d7bf73d1/BG.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#gM1KgtV305oC8ud2wUfTP48tkkLtibzW.adaptive-delivery-prevent-bg, #gM1KgtV305oC8ud2wUfTP48tkkLtibzW.lazyload, #gM1KgtV305oC8ud2wUfTP48tkkLtibzW.lazyloading { background-image: none; }#gM1KgtV305oC8ud2wUfTP48tkkLtibzW > .row .container { background-color: transparent; background-image: none; }#gM1KgtV305oC8ud2wUfTP48tkkLtibzW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gM1KgtV305oC8ud2wUfTP48tkkLtibzW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gM1KgtV305oC8ud2wUfTP48tkkLtibzW > .row .container > .video-iframe-container { display: none; }#gM1KgtV305oC8ud2wUfTP48tkkLtibzW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gM1KgtV305oC8ud2wUfTP48tkkLtibzW > .row > .video-iframe-container { display: none; }#gM1KgtV305oC8ud2wUfTP48tkkLtibzW > .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); }#gM1KgtV305oC8ud2wUfTP48tkkLtibzW > .row .container { width:20rem;height:59.0744375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TcxelE9gSCOV5UATPyzCKmtTTotV5fgI { top:1.25rem;left:0rem;width:20rem;height:23.5625rem;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #oe53mNQ7R92ELGl9vHxZAt37MzmedrH9 { width:13.5rem;height:3.93555rem;top:29.5625rem;left:6.125rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15047;display:block; }
 }@media only screen and (max-width: 763px) { #MtbT8wuiNyNSsuTsnL1DuM4pQiMVSFE7 { width:4.6875rem;height:4.6875rem;top:38.699rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIENLReur6VrWEKwm6VivFuZBDaKo9tg { width:3rem;height:1.7496379159798rem;top:40.199648498535rem;left:8.5006523132325rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hihtd1iT9d2z4ISHk1Dd3GqtRLEGZHgK { width:15.625rem;height:0;top:44.6365rem;left:2.1875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fr7Maebbk5QKE4RcKsXok9J2ATbuSnkZ { width:20rem;height:6.25rem;top:16rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #IvLKVHZlxQCAAloE9eN145KEgZ07QDOV { width:4.6875rem;height:4.6875rem;top:16.75rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulQQeuMmSmLdUafZBqTgvhF7WK6T3ssG { width:17.8125rem;height:auto;top:17.625rem;left:1.0625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RboSVehBi6A1oliyqcXwveDUo59iV0HK { display:flex;width:2.8125rem;height:2.8125rem;top:17.6875rem;left:8.5625rem; }
 }@media only screen and (max-width: 763px) { #CrNId5OKKETeQdGe1F8NV3zz5bydGtRV { width:20rem;height:6.25rem;top:16.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #yLogMVpne6TWEqV2i5yLrLPgIiu85soQ { width:4.6875rem;height:4.6875rem;top:17rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXvnWSqrNUscTRz1b4VfflgRGFno5P2k { width:2.5625rem;height:2.1251078017351rem;top:50.199653625488rem;left:8.6872863769531rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKPfJUnzGwgOftmarZG50kPXVxIUT51I { width:20rem;height:6.25rem;top:8.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TUgEkhKWnBJN3xf6lHRkvfbvSdyr1JKC { width:20rem;height:6.25rem;top:8.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #LJhRe2n2daXhdLCc1Un3zpI36CpVsvK6 { width:4.6875rem;height:4.6875rem;top:9.25rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9URlF3H1s00F5kL1S58gEK5MGNQsviz { width:4.6875rem;height:4.6875rem;top:9.25rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJt0P2fHy4WqSWr9kAFArmeTbaJ5dumQ { width:16.6875rem;height:auto;top:10.125rem;left:1.625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PsW0uDDuqIMKxmWDU7HkAPvNs9pTboJv { display:flex;width:2.4375rem;height:2.625rem;top:10.3125rem;left:8.75rem; }
 }@media only screen and (max-width: 763px) { #cUlKognWAk78Td0tocm9Imzcs52kGxO2 { width:2.75rem;height:auto;top:10.8125rem;left:8.625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RkkwtMctR4dwB3MT0V6CwTltJ4wggPO1 { width:17.0625rem;height:auto;top:10.0625rem;left:1.4375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #iNU3ac5Z1upk1vEr92SQUxKcGXlf93en { width:17.8125rem;height:auto;top:17.8125rem;left:1.0625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #b60uLF2PEDUIIlEyBUkoAZPcDs6VBCKI { width:20rem;height:0;top:34.6875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #kfvSUfU7n5dkD0cKWo5AyU412WlcyKaz { width:20rem;height:6.25rem;top:16.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #QaiRPifhp7zMr4cuOxT3qXGVSCTWFMQi { width:4.6875rem;height:4.6875rem;top:48.88671875rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cu7V5uLP3gU5sHnXkkVBe1oNdNFkHQtk { width:16.3125rem;height:0;top:54.82421875rem;left:1.8125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #osDGktzCtKaZtiw5rCaHw15vp9tfxf5T { display:flex;width:2.25rem;height:2.3125rem;top:18.25rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #ozqG244k2iOK34tnPnqNqTlrBSXHlirs { display:block; }#ozqG244k2iOK34tnPnqNqTlrBSXHlirs > .row .container { width:20rem;height:59.709971425137rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GbX8ftiiGJ6UTUKIveKBn065VF0ZNLZh { width:20rem;height:9.9607843137256rem;top:2.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rcJvZePMt9koC5CdygNJuIgPrthlAwsQ { width:19rem;height:0;top:3.3107581138611rem;left:0.49913197755814rem;font-size:1.1875rem;text-align:center;text-align-last:center;z-index:15016;color:#411596;display:none; }
 }@media only screen and (max-width: 763px) { #QctXyDRJDmfNuStPkdoFpr2BECiyAPJH { width:20rem;height:0;top:55.259015175137rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BdfFekJaXrWyGKsVQfvwbNDbJi937LI8 { width:20rem;height:0;top:52.060227675137rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u7stQfET1Td0u9S4OnoFSCnuMEEkNyiS { width:20rem;height:0;top:47.810008925137rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KoTTKTiZTJT482y7TfDCQeTuQJ3EinG6 { width:20rem;height:0;top:44.611221425137rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aXP85JtUEkdhBA9CNXNF1fXZCqRC0SG4 { width:20rem;height:0;top:40.361002675137rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #knKiP7UMnKniFTdHB2f0KSbWxwB6VwJT { width:20rem;height:0;top:37.162215175137rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T6I7OzCWh3okwcGDAJKQZpuP3Z89HOpg { width:20rem;height:0;top:30.814558925137rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #rAsTTpePaZBsLNwbAGOtR7SaERevMSNO { width:20rem;height:14.557031125148rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCJb0pqZFNUCUMpDH6MAGoFWoBz9qHau { top:33.0625rem;left:0rem;width:18.875rem;height:3.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z6kTfrn97CFPUQsU3QBPxJ7nxKlXQ8rs { display:block; }
 }@media only screen and (max-width: 763px) { #crUWmc6NUmdnC9s5ZsTBTKxRKEzgfpsH { width:20rem;height:12.507527799989rem;top:17.057031125147rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsOH320IdcMmnZDRALlfNNVnsFDmSNVp { display:block; }#gsOH320IdcMmnZDRALlfNNVnsFDmSNVp > .row .container { width:20rem;height:40.248057751465rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iZzD8OSzbh1bZovTuDmxnqW5tk6VMcsL { width:20rem;height:3.75rem;top:32.498489001465rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqcuHTLMd9XWCTWp27d3ucXcrDTP1w96 { width:20rem;height:0;top:37.498489001465rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #K1T8SbLroDA0hAf595o0Z0ez8ykPW5B4 { width:20rem;height:3.75rem;top:24.748920251465rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqsApEE9S6NGcOWrWVLy6Vi6hqPSfVho { width:20rem;height:0;top:29.748920251465rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZBLBSm5G8UkvQeigG0SDF6BrfhZ1eg6 { width:20rem;height:3.75rem;top:16.999351501465rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcScTCo7Z9s2Z8p3dWKTL5WzHq9Z0d3m { width:20rem;height:0;top:21.999351501465rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LTW9hCZB6VABdbwLViv7hHqJLTGOrrtT { width:2.625rem;height:2.625rem;top:33.060561755371rem;left:0.68793487548825rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwZ63CLCklB56OB8C5MhcZXcNDJBUaiO { width:2.625rem;height:2.625rem;top:17.624351501465rem;left:0.68793487548825rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0u2H1DdtxdTdvSPbILosKtTix7mDbhh { width:2.3125rem;height:0;top:25.436847497559rem;left:0.81271743774412rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2qWG1IdTDGJSqeRcH0xLcMhaFWwuCvM { width:2.625rem;height:2.625rem;top:25.373920251465rem;left:0.56315231323242rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHDw7vq8wPwXwLVAuHRZDTvRT4QIWzAo { width:2.3125rem;height:0;top:33.185348132324rem;left:0.87565231323244rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDMnPKNAkCLNE1fAF6k40E6ho8az7JGA { width:2.3125rem;height:0;top:17.749137878418rem;left:0.87565231323244rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWiTSvfR11ST0mItcIJezMieCO3SKxpC { width:20rem;height:3.8125rem;top:11.936851501465rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #emZopDySDmSFzJkLQRpvO267U60al7hb { width:20rem;height:0;top:13.123908996582rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #taCG8wrgfAme2zI9FGhwVF2fuUMLmGHC { width:2.625rem;height:2.625rem;top:12.561851501465rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cig4XXq2iTlBi5UEIr9eytTt7IpmmlsF { width:2.3125rem;height:0;top:12.686637878418rem;left:0.81271743774412rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wLpVxIvdNE1AuRz4Zyu5JIWGWOJ9n5xh { width:15.3125rem;height:8.4505rem;top:2.25rem;left:2.375rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mJnTSzbOmpZtFKSREI49aUfWlGG9b7cV { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/66446934-60e8-4791-b2c8-4e08d7bf73d1/BG.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#mJnTSzbOmpZtFKSREI49aUfWlGG9b7cV.adaptive-delivery-prevent-bg, #mJnTSzbOmpZtFKSREI49aUfWlGG9b7cV.lazyload, #mJnTSzbOmpZtFKSREI49aUfWlGG9b7cV.lazyloading { background-image: none; }#mJnTSzbOmpZtFKSREI49aUfWlGG9b7cV > .row .container { background-color: transparent; background-image: none; }#mJnTSzbOmpZtFKSREI49aUfWlGG9b7cV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mJnTSzbOmpZtFKSREI49aUfWlGG9b7cV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mJnTSzbOmpZtFKSREI49aUfWlGG9b7cV > .row .container > .video-iframe-container { display: none; }#mJnTSzbOmpZtFKSREI49aUfWlGG9b7cV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mJnTSzbOmpZtFKSREI49aUfWlGG9b7cV > .row > .video-iframe-container { display: none; }#mJnTSzbOmpZtFKSREI49aUfWlGG9b7cV > .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); }#mJnTSzbOmpZtFKSREI49aUfWlGG9b7cV > .row .container { width:20rem;height:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vXVrB6yBqxVCl8R8zvMIQZI4hsfgZtDC { width:18.1875rem;height:5.84635625rem;top:2.125rem;left:0.875rem;font-size:1.5rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ykS5HoHMsCcBeLxgHLcPPAoQtD3pITH8 { top:1.25rem;left:0rem;width:20rem;height:23.5625rem;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #AF7W9bSI90dHiV4cqqXW4HZoGTXGJmrb { width:13.5rem;height:3.93555rem;top:28rem;left:6.125rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15047;display:block; }
 }@media only screen and (max-width: 763px) { #Zq5ibBpeJEHKpCV0FaWLqLiVA4F9fybP { width:20rem;height:38.6875rem;top:72.5125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #t5POLLl1sBNzBM1AobvLD50vfCoMhu6h { width:9.25rem;height:1.9488625rem;top:73.6375rem;left:10.75rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ABu2xo8b8xvfvrrDIJyDG5Nw2LKSOT4A { width:20rem;height:0.0625rem;top:76.0125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PoPAiJKkoiJgFBDTnZALz9Be6scZUlXb { width:9.25rem;height:33.1306875rem;top:76.7625rem;left:1.375rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VO0EkztL5g0C2T3pdXuhC22yrMVVM080 { width:0.0625rem;height:36.1875rem;top:73.8875rem;left:19.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Khda0KiGbOIMGhsH4TLOP1ISvxlxMoaE { width:9.25rem;height:1.9488625rem;top:73.6375rem;left:10.75rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qxbFnT9VRibJpzOlnQzDu78Utrp7S82c { display:flex;width:1.3125rem;height:1.3125rem;top:8.1875rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #S8WBSn8JmF9QCfbZhkGL5bSpG3AvncMC { width:20rem;height:0;top:9.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #afWIGNtHNr3gmTfw8Ov8VQ691lUBXOVd { width:20rem;height:0;top:11.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #e6TWNQKdZmkTzVHmuRW4my89hDTNsi5P { width:20rem;height:0;top:13.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rMoWkhVuTn7efMWIK2tbvJoZz5RHe2Gw { width:20rem;height:0;top:15.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ryowrlV64yOvGfL0aSn0nTJh63fLa2tr { width:20rem;height:0;top:17.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TBwfLRKcR5V6TNg9cCD0qynDyhE9LWp6 { width:20rem;height:0;top:19.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #sPCgNdkX7gh5Skq8OJwGe6agboTuMWaw { width:20rem;height:0;top:21.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #K7z19Gb2eXyAmHmih1P5te9QfWJSLdkc { display:flex;width:1.3125rem;height:1.3125rem;top:10.1875rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LTmc2DHP5H0s3bHh2PvVcUDFeCKq68uD { display:flex;width:1.3125rem;height:1.3125rem;top:12.125rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #iau8FBGA4VFrpcFoh1ciGQ3yI5mtyJ8M { display:flex;width:1.3125rem;height:1.3125rem;top:14.0625rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mGrkX2gzlHmoOHG0y34eFs9T7Katf2af { display:flex;width:1.3125rem;height:1.3125rem;top:16rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bOK5r84fpENBwufJp4hnwDkDzpyLNNzR { display:flex;width:1.3125rem;height:1.3125rem;top:18rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #oqO0wk37PZAKkpvkhRCC4pydLhdmy519 { display:flex;width:1.3125rem;height:1.3125rem;top:19.875rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MihH9BzdRTcKHMQQtSgw5UbkNz0MQGW1 { display:flex;width:1.3125rem;height:1.3125rem;top:21.75rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dJRzZp2ME0o6LHhXoEOWBumC6y0DwyZB { display:flex;width:1.3125rem;height:1.3125rem;top:12.25rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zP7UEToWgWdQtBz3ibMviypiNbB20SFq { display:flex;width:1.3125rem;height:1.3125rem;top:14.1875rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pTbu8MPeC4c40oEHBiE4Vlac3fHy5Vpf { display:flex;width:1.3125rem;height:1.3125rem;top:16.0625rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #iHbiyoBTCXF0ifWRR2paD4TFx7s9uysA { display:flex;width:1.3125rem;height:1.3125rem;top:17.9375rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Zw9L0NvGLLWdOy3udofs7dGczoQdbz7S { display:flex;width:1.3125rem;height:1.3125rem;top:19.8125rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Rvb2JQ6arh6IswMtg0zxW4p8NwJlN2wl { display:flex;width:1.3125rem;height:1.3125rem;top:21.6875rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SpcqVm36G3QTvB8nrs2KV9mNbbVRreJx { display:flex;width:1.3125rem;height:1.3125rem;top:10.1875rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WpEkqfozI3Af6TNsrvmuJq9bD1qfSOtL { display:flex;width:1.3125rem;height:1.3125rem;top:8.1875rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ztFZSWUtuazTaPFEfN0yn41l9wTu6rWd { display:block; }#ztFZSWUtuazTaPFEfN0yn41l9wTu6rWd > .row .container { width:20rem;height:58.666450023651rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hA0oa27OHwyN7Xr5XErubw1224ocJvcv { top:10.053515315056rem;left:0.56249994039536rem;width:18.875rem;height:40.375rem;z-index:15008;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #eT5TW74AquwfDPnW7pBKu1ge99ohqNzd { width:20rem;height:11.401334604385rem;top:12.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #l9VfQ8TDg2Tchv4VGCEu5DyGyJfMdnD6 { width:20rem;height:0;top:51.615668773651rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;color:#013666;display:block; }
 }@media only screen and (max-width: 763px) { #DTtON4MmaNHQLczwpHzHyeqfDOzrMTR2 { background-color:#e4e6eb;background-image:none;display:none; }#DTtON4MmaNHQLczwpHzHyeqfDOzrMTR2 > .row .container { width:20rem;height:85.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yhRG8WWzpJQTc1OyIogRAr4oRh0S8ZuJ { width:18.75rem;height:15.125rem;top:12.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAKQTGicmEwTMBhaM6hZKqaHqcfm1QJq { width:6.25rem;height:6.25rem;top:8.9375rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7l2NSfEuaAQDOgJfZgtOE8EwxTUD7LI { width:18.75rem;height:21.0625rem;top:32.875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOZ9vq0NyxwezXmdpwb4FziZZ4agvhpq { width:6.25rem;height:6.25rem;top:29.5625rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCrIkvBwrkHsihlP3QdQntFFNNGXktP3 { width:17.1875rem;height:12.65625rem;top:39.9375rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:0.9375rem;font-weight:400;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #gtvdT6JPEV7z3mEw1LJBsTOx3Ih5DSWg { width:20rem;height:1.7875rem;top:37.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5l5RUT2xmueexdnmHEcFn5xoskyUDfZ { width:6.25rem;height:6.25rem;top:56.3125rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwx6r6verQkMiQx4xQvNL21nmHJeJ7xp { width:18.75rem;height:22.875rem;top:59.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmiSHdmv9RLdsx0V6D1WNcleqF9kNWGG { width:17.5625rem;height:14.53125rem;top:66.4375rem;left:1.25rem;text-align:center;text-align-last:center;font-size:0.9375rem;font-weight:400;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #XTNdsd2AETkFvbJhnDcKKfqsJy4oCDLC { width:20rem;height:1.7875rem;top:64rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eh9aD77sD4X24r9CyXh0TGlH4GdHRBBt { width:20rem;height:5.2rem;top:2.2960147857666rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;color:#013666;display:block; }
 }@media only screen and (max-width: 763px) { #xC87NOHshQGGRQTQ3m8D7n5N6CTBvFAU { width:17.5rem;height:1.7875rem;top:16.8125rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #teC6FTgDkKGteEn07CidLaDZVsPJ3KGt { width:17.3125rem;height:7.03125rem;top:19.25rem;left:1.375rem;text-align:center;text-align-last:center;font-size:0.9375rem;font-weight:400;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #Q9QO9NLJxJNzqLmPPvl8TnbGOO22GV58 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Q9QO9NLJxJNzqLmPPvl8TnbGOO22GV58 > .row .container { background-color: transparent; background-image: none; }#Q9QO9NLJxJNzqLmPPvl8TnbGOO22GV58::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q9QO9NLJxJNzqLmPPvl8TnbGOO22GV58 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q9QO9NLJxJNzqLmPPvl8TnbGOO22GV58 > .row .container > .video-iframe-container { display: none; }#Q9QO9NLJxJNzqLmPPvl8TnbGOO22GV58 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q9QO9NLJxJNzqLmPPvl8TnbGOO22GV58 > .row > .video-iframe-container { display: none; }#Q9QO9NLJxJNzqLmPPvl8TnbGOO22GV58 > .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); }#Q9QO9NLJxJNzqLmPPvl8TnbGOO22GV58 > .row .container { border-width: 0; border-radius: 0; }#Q9QO9NLJxJNzqLmPPvl8TnbGOO22GV58 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Q9QO9NLJxJNzqLmPPvl8TnbGOO22GV58 > .row .container { width:20rem;height:64.569221118164rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wnctmEEm2aqkZTR68tv23FoFnkev6Ou3 { width:20rem;height:53.125rem;top:2.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Txb7ZEEfHqye1LhNoEps3N3SbtpgwOdu { width:18.1875rem;height:3.4375rem;top:63.75rem;left:0.90625rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #RWhFKEtBP5JNWq8gcNXBX7d3m4SV6iU0 { display:block; }
 }@media only screen and (max-width: 763px) { #XE9ffk03BcWV2TpQyF94QlZF5TUw5Uq8 { width:18.125rem;height:31.436625rem;top:17.904731750488rem;left:0.93750005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpnGTHNPTeSdkDzQhshI22Fh9b0ZgTTM { width:18rem;height:0;top:14.499999523163rem;left:0.99913197755812rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #Tz38DVUpPGp5VFmxI7M3G7CIgTgCH8Ep { width:5rem;height:9.9375rem;top:51.61035rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #EMtObvEOZutaeDcmI9GLXfPDMUCAD8ns { width:20rem;height:0;top:60.393871118164rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JicKb1xPLc6OVyk6prl5GULLxoor66up { width:20rem;height:0;top:56.687271118164rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #mmmM8lcyCIDaUiqvik2L7TTW7IIvttBV { display:block; }#mmmM8lcyCIDaUiqvik2L7TTW7IIvttBV > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n9UHhHirFdLlmQaaGKmqcIZ3ZrK1URbf { width:4.75rem;height:2.25rem;top:1.25rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsyMDqfZkmvaDvNsA7lCx2fGpSMVsBib { width:20rem;height:auto;top:4.125rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QxoaLHJxKIvTyJsot06g2w46NIHqEAEv { width:2.5rem;height:2.5rem;top:5.0625rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AeO55O2UhpfkJGRhKJLK1PPdIqTv0cLM { display:flex;width:1.4375rem;height:1.4375rem;top:5.625rem;left:5.625rem; }
#AeO55O2UhpfkJGRhKJLK1PPdIqTv0cLM > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; } }@media only screen and (max-width: 763px) { #eAsBKvehRX6WQ5GrkFTw5oWbtwcBlQBF { width:2.5rem;height:2.5rem;top:5.0625rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pS1dtk6TuTFF3A9sXXc4tAyCZ0M1MIqV { display:flex;width:1.25rem;height:1.25rem;top:5.6875rem;left:9.4375rem; }
#pS1dtk6TuTFF3A9sXXc4tAyCZ0M1MIqV > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #HGcXP2N4nqet4WvamVmJCwnutqxn2KW5 { width:2.5rem;height:2.5rem;top:5.0625rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1OadBUStJaao4RLBNyIbFp7VGgmly9l { width:1.625rem;height:1.625rem;top:5.5rem;left:12.875rem;display:block; }
#R1OadBUStJaao4RLBNyIbFp7VGgmly9l > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; } }