.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:rgba(255,255,255,0.74);background-image:url("https://images.assets-landingi.com/uc/18c5a487-3c5f-4990-8604-5b419e79d8d2/backteacher.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !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); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/fe8f6941-09d2-4b09-86a6-f3c2d64bfba4/_MG38925.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2.adaptive-delivery-prevent-bg, #HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2.lazyload, #HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2.lazyloading { background-image: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container { background-color: transparent; background-image: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(23,80,111,0.79); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container > .video-iframe-container { display: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(23,80,111,0.79); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row > .video-iframe-container { display: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .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); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container { border-width: 0; border-radius: 0; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container { width:75rem;height:51.75rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#g76zF9sQyQdmnrlfsDw7WkhhwOvrMdB4 { 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:7.5610625rem;width:24.5605625rem;top:40.015869140625rem;left:16.9375rem;overflow:hidden;display:none; }
#h6LReTlHCQ7tHKdOWdoRbTTakQIAcgJS { color:#ffffff;display:block;width:36rem;position:absolute;font-family:montserrat;font-size:3.75rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5);top:16.625rem;left:3.625rem;height:9.75rem;display:block; }
#WwLaOJHmE7QFDoC8KvEt9033XdHnWF28 { z-index:15003;top:38.562286376953rem;left:3.6241321563721rem;background-color:#e93f38;background-image:none;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: 0.5rem 0.5rem 0.625rem rgba(0,0,0,0.16) ;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:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.375rem;height:4.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#sTgy0cxg96dEnTb2qdKOleo5n5boARbt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZaWIF61JDzvov5VsLBlsGEA7UxlGb157 { position:absolute;display:block;z-index:15021;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.624rem;width:16.1865rem;top:4.041748046875rem;left:0rem;overflow:hidden;display:block; }
#kmMrmqz9axVOo5LMtKCMvbbGr2095XoH { color:#ffffff;display:block;width:37.75rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:300;z-index:15020;line-height:1.9;letter-spacing:0;top:29.561634063721rem;left:3.6241321563721rem;height:5.2246125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bcISQsE0uhp461pQK6KTlH74a9JnJhyw { position:absolute;display:block;z-index:15022;background-color:#164263;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:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5.75rem;width:22.375rem;top:7.9765625rem;left:51.0625rem;display:block; }
#vhx76cy3Clcb6TFgGf8wgvBKqfJl2iex { position:absolute;display:block;z-index:15018;background-color:rgba(194,196,200,0.19);background-image:none;background-position:top left !important;background-repeat: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.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:34.75rem;width:22.375rem;top:7.9375rem;left:51.0625rem;display:block; }
#cotuyuT2Fm0aDhkFLqZ0vhqJsblaseS6 { color:#ffffff;display:block;width:20.125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:9.388671875rem;left:52.1875rem;height:2.92448125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#V0mITWB2iv6oRxFkzNkJRTHBhHLzXRUP { position:absolute;display:block;z-index:15026;height:11.25rem;width:20rem;top:15.875rem;left:52.25rem;display:block; }
#rP4y3ZKfI7toJDgSmq1WA8nk87F4OCAb { position:absolute;display:block;z-index:15027;height:10.1875rem;width:18.1875rem;top:44.3125rem;left:53.15625rem;display:block; }
#k9TDzkTQc5X10iqhR9JTzUZSiGeFr84P { background-color:transparent;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;display:block; }#k9TDzkTQc5X10iqhR9JTzUZSiGeFr84P > .row .container { background-color: transparent; background-image: none; }#k9TDzkTQc5X10iqhR9JTzUZSiGeFr84P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k9TDzkTQc5X10iqhR9JTzUZSiGeFr84P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k9TDzkTQc5X10iqhR9JTzUZSiGeFr84P > .row .container > .video-iframe-container { display: none; }#k9TDzkTQc5X10iqhR9JTzUZSiGeFr84P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k9TDzkTQc5X10iqhR9JTzUZSiGeFr84P > .row > .video-iframe-container { display: none; }#k9TDzkTQc5X10iqhR9JTzUZSiGeFr84P > .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); }#k9TDzkTQc5X10iqhR9JTzUZSiGeFr84P > .row .container { border-width: 0; border-radius: 0; }#k9TDzkTQc5X10iqhR9JTzUZSiGeFr84P > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#k9TDzkTQc5X10iqhR9JTzUZSiGeFr84P > .row .container { width:75rem;height:40.6875rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#O9rTw4h2QXLkqyC4WRos6XC4QU1S3xJ5 { color:#164263;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:3rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:7.3111972808837rem;left:0rem;height:3.8997375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DydNBTiLLTbe24lQQxqAgtrsk3OPAkNo { color:#164263;display:block;width:58.125rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:16.561416625976rem;left:8.4375019073488rem;height:13.796875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bspg3E0dPtHzrqz62LLTc8Uk77WwWTAt { background-color:#dee5e5;background-image:url("https://images.assets-landingi.com/uc/b70625e1-c6a0-4599-b59c-fa963ada758a/AdobeStock_425626392.jpeg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#bspg3E0dPtHzrqz62LLTc8Uk77WwWTAt.adaptive-delivery-prevent-bg, #bspg3E0dPtHzrqz62LLTc8Uk77WwWTAt.lazyload, #bspg3E0dPtHzrqz62LLTc8Uk77WwWTAt.lazyloading { background-image: none; }#bspg3E0dPtHzrqz62LLTc8Uk77WwWTAt > .row .container { background-color: transparent; background-image: none; }#bspg3E0dPtHzrqz62LLTc8Uk77WwWTAt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bspg3E0dPtHzrqz62LLTc8Uk77WwWTAt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bspg3E0dPtHzrqz62LLTc8Uk77WwWTAt > .row .container > .video-iframe-container { display: none; }#bspg3E0dPtHzrqz62LLTc8Uk77WwWTAt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bspg3E0dPtHzrqz62LLTc8Uk77WwWTAt > .row > .video-iframe-container { display: none; }#bspg3E0dPtHzrqz62LLTc8Uk77WwWTAt > .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); }#bspg3E0dPtHzrqz62LLTc8Uk77WwWTAt > .row .container { border-width: 0; border-radius: 0; }#bspg3E0dPtHzrqz62LLTc8Uk77WwWTAt > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#bspg3E0dPtHzrqz62LLTc8Uk77WwWTAt > .row .container { width:75rem;height:33.8125rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#R14BtqrbUrZvTv60aQgo0CbHImno2cl1 { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:3rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:5.9375rem;left:0rem;height:3.8997375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#dNeNCBiugVTHNXbOyi72DbWeU0xWJDMU { color:#ffffff;display:block;width:43.4375rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:15.060764312744rem;left:31.500001907349rem;height:6.8994375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#h5EgCEFK3plSSwxUnffEqvGtnkbT3pIQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2467f0e6-f5a0-4b1d-a2fb-e46cd217075b/AdobeStock_157282318red.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#h5EgCEFK3plSSwxUnffEqvGtnkbT3pIQ.adaptive-delivery-prevent-bg, #h5EgCEFK3plSSwxUnffEqvGtnkbT3pIQ.lazyload, #h5EgCEFK3plSSwxUnffEqvGtnkbT3pIQ.lazyloading { background-image: none; }#h5EgCEFK3plSSwxUnffEqvGtnkbT3pIQ > .row .container { background-color: transparent; background-image: none; }#h5EgCEFK3plSSwxUnffEqvGtnkbT3pIQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,47,73,0.71); }#h5EgCEFK3plSSwxUnffEqvGtnkbT3pIQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h5EgCEFK3plSSwxUnffEqvGtnkbT3pIQ > .row .container > .video-iframe-container { display: none; }#h5EgCEFK3plSSwxUnffEqvGtnkbT3pIQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,47,73,0.71); }#h5EgCEFK3plSSwxUnffEqvGtnkbT3pIQ > .row > .video-iframe-container { display: none; }#h5EgCEFK3plSSwxUnffEqvGtnkbT3pIQ > .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); }#h5EgCEFK3plSSwxUnffEqvGtnkbT3pIQ > .row .container { border-width: 0; border-radius: 0; }#h5EgCEFK3plSSwxUnffEqvGtnkbT3pIQ::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#h5EgCEFK3plSSwxUnffEqvGtnkbT3pIQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#h5EgCEFK3plSSwxUnffEqvGtnkbT3pIQ > .row .container { font-size:0.875rem;font-family:arial;height:45.125rem;width:75rem;position:relative;display:block; }#FiLoqDedWeyNZLfAaWiTm8PSrzCHP9fC { color:#ffffff;display:block;width:46.3748125rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:700;z-index:15019;line-height:.9;letter-spacing:0;top:3.6241245269776rem;left:14.312067031861rem;height:1.2934rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zhvqt7kreNhFdyB0fT5RHehqyTlslhbz { position:absolute;display:block;z-index:15020;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(255,255,255,0.41);border-left:0.0625rem solid rgba(255,255,255,0.41);border-right:0.0625rem solid rgba(255,255,255,0.41);border-bottom:0.0625rem solid rgba(255,255,255,0.41);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:16.25rem;width:17rem;top:10.6875rem;left:0.5625rem;display:block; }
#slaXVh3KK8Igo8EWKcNiRVPTvZw6bdxq { color:#ffffff;display:block;width:14.4995rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15020;line-height:1.2;letter-spacing:0;top:17.5rem;left:1.9375rem;height:5.09895625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Zm5xgfJrQuuFhiwZXLzG7oGIdkoLfp7W { position:absolute;display:block;z-index:15023;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(255,255,255,0.41);border-left:0.0625rem solid rgba(255,255,255,0.41);border-right:0.0625rem solid rgba(255,255,255,0.41);border-bottom:0.0625rem solid rgba(255,255,255,0.41);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:16.25rem;width:17rem;top:10.6875rem;left:19.5rem;display:block; }
#qLIXbW5y4X6oG7sQzmHh8Xit4QqgPTgn { color:#ffffff;display:block;width:14.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15023;line-height:1.2;letter-spacing:0;top:17.5rem;left:20.8125rem;height:5.39583125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#r3pTNQAlaMWB8cEoxxZV1zwqJ8qdf3vQ { position:absolute;display:block;z-index:15026;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(255,255,255,0.41);border-left:0.0625rem solid rgba(255,255,255,0.41);border-right:0.0625rem solid rgba(255,255,255,0.41);border-bottom:0.0625rem solid rgba(255,255,255,0.41);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:16.25rem;width:17rem;top:10.6875rem;left:38.5625rem;display:block; }
#SIL4cLD4PsSWBSoLEMQrxzC8tT5TEmBU { color:#ffffff;display:block;width:14.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15026;line-height:1.2;letter-spacing:0;top:17.5rem;left:39.875rem;height:5.39583125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rmA5GH6VRk2KZkENSNCh3pkTUvwpDpL5 { color:#ffffff;display:block;width:37.374125rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:700;z-index:15020;line-height:1.5;letter-spacing:0;top:30.936416625976rem;left:18.811849594116rem;height:2.15625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HPfQhdaaMq75eabrN3qfGKHQQOz1JMnN { z-index:15004;top:36.871745586395rem;left:23.750001907349rem;background-color:#e93f38;background-image:none;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: 0.0625rem 0.0625rem 0.875rem rgba(0,0,0,0.63) ;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:1.0625rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:27.5rem;height:4.43685rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#as1Ep9PPRl6BDhSB4vCe6cLyUk5yfeN4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#F0QJBdnkTbtf73oumW3iKiAkgry9UDdK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:12.8125rem;left:26.5rem; }
#ioEvcMFUaNoPKDeiuI1BMIs2CB84KUL1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:12.8125rem;left:45.5625rem; }
#AdX4hQzFVrAI5nPrJ0hNqEUgHGDvnTUA { color:#e93f38;display:block;width:46.374rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15020;line-height:.8;letter-spacing:0;top:5.6875rem;left:14.3125rem;height:1.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tUbyT0dA8NqKqRksciW3uIoPc8BTNfPs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:12.8125rem;left:7.5625rem; }
#bvL3TJ4l0bT8nGz58DTv86dKpw17RT9U { position:absolute;display:block;z-index:15029;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(255,255,255,0.41);border-left:0.0625rem solid rgba(255,255,255,0.41);border-right:0.0625rem solid rgba(255,255,255,0.41);border-bottom:0.0625rem solid rgba(255,255,255,0.41);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:16.25rem;width:17rem;top:10.75rem;left:57.4375rem;display:block; }
#ZKhVfD9r5aSMJ93OhgERbGhK6LIg45ZD { color:#ffffff;display:block;width:14.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15029;line-height:1.2;letter-spacing:0;top:17.5rem;left:58.75rem;height:6.7447875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CkCDqdG8Nwpd2WwnGBvhJzUq1B9lXCmE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:12.8125rem;left:64.4375rem; }
#PyQPSNgKbMXwTbfeSCKb7X0ex06dWTcT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/586c53ae-67ca-4c2f-9605-17c16521b6a5/AdobeStock_650530492.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; }#PyQPSNgKbMXwTbfeSCKb7X0ex06dWTcT.adaptive-delivery-prevent-bg, #PyQPSNgKbMXwTbfeSCKb7X0ex06dWTcT.lazyload, #PyQPSNgKbMXwTbfeSCKb7X0ex06dWTcT.lazyloading { background-image: none; }#PyQPSNgKbMXwTbfeSCKb7X0ex06dWTcT > .row .container { background-color: transparent; background-image: none; }#PyQPSNgKbMXwTbfeSCKb7X0ex06dWTcT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.65); }#PyQPSNgKbMXwTbfeSCKb7X0ex06dWTcT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PyQPSNgKbMXwTbfeSCKb7X0ex06dWTcT > .row .container > .video-iframe-container { display: none; }#PyQPSNgKbMXwTbfeSCKb7X0ex06dWTcT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.65); }#PyQPSNgKbMXwTbfeSCKb7X0ex06dWTcT > .row > .video-iframe-container { display: none; }#PyQPSNgKbMXwTbfeSCKb7X0ex06dWTcT > .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); }#PyQPSNgKbMXwTbfeSCKb7X0ex06dWTcT > .row .container { border-width: 0; border-radius: 0; }#PyQPSNgKbMXwTbfeSCKb7X0ex06dWTcT::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PyQPSNgKbMXwTbfeSCKb7X0ex06dWTcT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PyQPSNgKbMXwTbfeSCKb7X0ex06dWTcT > .row .container { font-size:0.875rem;font-family:arial;height:47.4375rem;width:75rem;position:relative;display:block; }#mvNAxp4KZasq0UbIXlg1I8kdq7rcTumN { color:#164263;display:block;width:46.375rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:700;z-index:15019;line-height:.9;letter-spacing:0;top:3.625rem;left:14.3125rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AyahbhoSLe7DcVAoTmngWhEqqRtf69hu { color:#ffffff;display:block;width:54.875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15020;line-height:1.5;letter-spacing:0;top:12.702896118164rem;left:18.811849594116rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pAJIg0aH4GJ47PeDkIT4mtSeKzIVa9xo { color:#164263;display:block;width:46.374rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15020;line-height:.8;letter-spacing:0;top:5.6875rem;left:14.3125rem;height:1.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AE2vGW8FVwLVbu8qoLWDD5wobHw3KGHg { color:#164263;display:block;width:48.625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15021;line-height:1.5;letter-spacing:0;top:19.405380249024rem;left:18.811849594116rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bTesqo0s2hmwEVgc8Lm7VzyZeia9SsKO { color:#164263;display:block;width:54.25rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15022;line-height:1.5;letter-spacing:0;top:26.21809387207rem;left:18.811849594116rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rFSuhmlAXR8UOAuhtsZ5hrulVAPBkMEp { color:#164263;display:block;width:50.0625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15023;line-height:1.5;letter-spacing:0;top:32.96875rem;left:18.811849594116rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hRqUN7dlR3S2DMCQOiwlBRUXRUKWMtDM { color:#ffffff;display:block;width:3.0625rem;position:absolute;font-family:aller;font-size:3.4375rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:11.40625rem;left:6.7480487823488rem;height:4.46875rem;display:block; }
#Byn5gyoaThH9Tl4ErEoT1uTtIk2AvsUK { color:#164263;display:block;width:3.0625rem;position:absolute;font-family:aller;font-size:3.4375rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:18.10871887207rem;left:6.7480487823488rem;height:4.46875rem;display:block; }
#lJbyx8qoUnWRWkBTSvzzUBU9LP2MsxXt { color:#164263;display:block;width:3.06206875rem;position:absolute;font-family:aller;font-size:3.4375rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:31.671008110046rem;left:6.7480487823488rem;height:4.46875rem;display:block; }
#Ewm1WB6U5gRofyIq7TLq0qdNThHhNgDJ { color:#ffffff;display:block;width:3.0625rem;position:absolute;font-family:aller;font-size:3.4375rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:24.921432495118rem;left:6.7480487823488rem;height:4.46875rem;display:block; }
#pDfPuPhlpeLQR0geoCLmtxbRiRrVsN1V { color:#ffffff;display:block;width:50.061875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15024;line-height:1.5;letter-spacing:0;top:39.472224235534rem;left:18.811849594116rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yQv5E5V2P7Guh3k6mXfuhC2tqShFaTTD { color:#ffffff;display:block;width:3.06206875rem;position:absolute;font-family:aller;font-size:3.4375rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:38.175566673279rem;left:6.7480487823488rem;height:4.46875rem;display:block; }
#d15QkITDnTEFuRbF10o6NQtpEvz67s0v { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/60f7d443-64fa-493a-9ad3-e61097e17be9/AdobeStock_1653246870blue.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#d15QkITDnTEFuRbF10o6NQtpEvz67s0v.adaptive-delivery-prevent-bg, #d15QkITDnTEFuRbF10o6NQtpEvz67s0v.lazyload, #d15QkITDnTEFuRbF10o6NQtpEvz67s0v.lazyloading { background-image: none; }#d15QkITDnTEFuRbF10o6NQtpEvz67s0v > .row .container { background-color: transparent; background-image: none; }#d15QkITDnTEFuRbF10o6NQtpEvz67s0v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(22,66,99,0.82); }#d15QkITDnTEFuRbF10o6NQtpEvz67s0v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d15QkITDnTEFuRbF10o6NQtpEvz67s0v > .row .container > .video-iframe-container { display: none; }#d15QkITDnTEFuRbF10o6NQtpEvz67s0v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(22,66,99,0.82); }#d15QkITDnTEFuRbF10o6NQtpEvz67s0v > .row > .video-iframe-container { display: none; }#d15QkITDnTEFuRbF10o6NQtpEvz67s0v > .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); }#d15QkITDnTEFuRbF10o6NQtpEvz67s0v > .row .container { border-width: 0; border-radius: 0; }#d15QkITDnTEFuRbF10o6NQtpEvz67s0v::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#d15QkITDnTEFuRbF10o6NQtpEvz67s0v > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#d15QkITDnTEFuRbF10o6NQtpEvz67s0v > .row .container { width:75rem;height:38.25rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#vPcRTIcxhQwObT1AzJvciM1KbcCusM91 { color:#164263;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:2.9375rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:9.4976119995119rem;left:0rem;height:3.8183625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nmzB5IOHZtNu1z56FKq3ssUftnCkb5Uk { color:#ffffff;display:block;width:60.374375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:21.872829914093rem;left:8.3116321563719rem;height:7.19925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aknWvpEocV73iAui1EN2U7LHscbqphfv { position:relative;display:block; }#aknWvpEocV73iAui1EN2U7LHscbqphfv { background-color: transparent; background-image: none; }#aknWvpEocV73iAui1EN2U7LHscbqphfv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aknWvpEocV73iAui1EN2U7LHscbqphfv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aknWvpEocV73iAui1EN2U7LHscbqphfv > .row .container > .video-iframe-container { display: none; }#aknWvpEocV73iAui1EN2U7LHscbqphfv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aknWvpEocV73iAui1EN2U7LHscbqphfv > .row > .video-iframe-container { display: none; }#aknWvpEocV73iAui1EN2U7LHscbqphfv > .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); }#aknWvpEocV73iAui1EN2U7LHscbqphfv { border-width: 0; border-radius: 0; }#aknWvpEocV73iAui1EN2U7LHscbqphfv > .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; }#aknWvpEocV73iAui1EN2U7LHscbqphfv > .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:92.5rem;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; }#ZQSOMIGLz0sDtCUdimMCsCgi0vgr7Tn0 { color:#164263;display:block;width:46.375rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:700;z-index:15020;line-height:.9;letter-spacing:0;top:3.5625rem;left:14.3125rem;height:1.2934rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ikL0IeRN68fDRTZy4Tu5popQg1Ru9Lwz { color:#164263;display:block;width:46.3730625rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15021;line-height:.8;letter-spacing:0;top:5.6875rem;left:14.3125rem;height:1.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tKGdrD1UQtPA6S4qrLOT4nVfUOGXqKnN { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5625rem;width:12.5rem;top:11rem;left:5.5rem;overflow:hidden;display:block; }
#Tmzw3oJtRJ7c0F4Sq7e5rLWJVLNLsCw3 { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5625rem;width:12.5rem;top:11rem;left:21.25rem;overflow:hidden;display:block; }
#rwsHsgtuH7TndG3zCZ8Hg2WLeDwkmkav { position:absolute;display:block;z-index:15024;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:14.5625rem;width:12.5rem;top:25.5625rem;left:5.5rem;overflow:hidden;display:block; }
#BrtcLZlUT51dgIXtA3FKZhiyCzNtB10d { 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:14.5rem;width:12.375rem;top:11rem;left:53.8125rem;overflow:hidden;display:block; }
#vCkyOQPumKWAKZLDTh99LenoNFWvSBLh { position:absolute;display:block;z-index:15026;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:14.5625rem;width:12.5rem;top:72.4375rem;left:53.8125rem;overflow:hidden;display:block; }
#Z8bfwCADXR35LcROMT6EpctAlLvNVVTW { position:absolute;display:block;z-index:15027;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:14.5625rem;width:12.5rem;top:56.6875rem;left:5.5rem;overflow:hidden;display:block; }
#etliVUBUqQn0rnTP0EN3MXZfyI8NA5eO { position:absolute;display:block;z-index:15028;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:14.5625rem;width:12.5rem;top:11rem;left:36.4375rem;overflow:hidden;display:block; }
#lWvowrftZtCUugFJg2NBWsy88Qhg7gB0 { position:absolute;display:block;z-index:15029;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:14.5625rem;width:12.5rem;top:25.5625rem;left:21.25rem;overflow:hidden;display:block; }
#ACVCCrNfKilxW8XDlNkna03n2cU89iTu { position:absolute;display:block;z-index:15030;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:14.5rem;width:12.375rem;top:25.5625rem;left:36.4375rem;overflow:hidden;display:block; }
#GDV4huKpyZN1KwRcq2ik82DUAoRf31cv { position:absolute;display:block;z-index:15031;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:14.5625rem;width:12.4375rem;top:40.125rem;left:5.5rem;overflow:hidden;display:block; }
#N5dLwLvTGfks3FSQ18dK4piXTgbqCUSu { position:absolute;display:block;z-index:15032;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:14.5rem;width:12.375rem;top:25.5625rem;left:53.8125rem;overflow:hidden;display:block; }
#k4kaJerR4eSx2WitBWskxBMbBP6mipBV { position:absolute;display:block;z-index:15033;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:14.5625rem;width:12.5rem;top:72.4375rem;left:36.4375rem;overflow:hidden;display:block; }
#TUI2KK4RLVF1IJTIustTpr41vtMtG0pX { position:absolute;display:block;z-index:15037;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:14.5rem;width:12.375rem;top:40.125rem;left:53.8125rem;overflow:hidden;display:block; }
#FITO6w42xc3NzdSplEslPr4aZ7STv19X { position:absolute;display:block;z-index:15036;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:14.5625rem;width:12.5rem;top:40.125rem;left:36.4375rem;overflow:hidden;display:block; }
#clAeXQRnlo787AM0FBgUDHJxF8tvNBsI { position:absolute;display:block;z-index:15035;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:14.5625rem;width:12.5rem;top:40.125rem;left:21.25rem;overflow:hidden;display:block; }
#UHpmNgUSs768vpJyuRoR26dNE5kJWwcC { position:absolute;display:block;z-index:15034;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:14.5625rem;width:12.5rem;top:72.4375rem;left:21.25rem;overflow:hidden;display:block; }
#G52IPcN6Me4mO1R2BrvPiKyTqo3dzovV { position:absolute;display:block;z-index:15038;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:14.5625rem;width:12.5rem;top:56.6875rem;left:21.25rem;overflow:hidden;display:block; }
#HVPZKnAlGrCOLZBVJTyTI3lusX4SHCEm { position:absolute;display:block;z-index:15039;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:14.5625rem;width:12.5rem;top:56.6875rem;left:36.4375rem;overflow:hidden;display:block; }
#GPCks5dVeOeFd7sEO7Vy43Ll5lEM8tQB { position:absolute;display:block;z-index:15040;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:14.5625rem;width:12.5rem;top:56.6875rem;left:53.8125rem;overflow:hidden;display:block; }
#hA9gz65DThBluaRc3ApRObql1v23wUXk { position:absolute;display:block;z-index:15041;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:14.5625rem;width:12.5rem;top:72.4375rem;left:5.5rem;overflow:hidden;display:block; }
#cbiaLTwnlqBAJP51tTfAf0xCgCv62urO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/acc19d3f-f555-4bf2-8cff-4f14cb93976f/3dillustrationdarkgeometrichexagonalabstract20250306225741utc.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cbiaLTwnlqBAJP51tTfAf0xCgCv62urO.adaptive-delivery-prevent-bg, #cbiaLTwnlqBAJP51tTfAf0xCgCv62urO.lazyload, #cbiaLTwnlqBAJP51tTfAf0xCgCv62urO.lazyloading { background-image: none; }#cbiaLTwnlqBAJP51tTfAf0xCgCv62urO > .row .container { background-color: transparent; background-image: none; }#cbiaLTwnlqBAJP51tTfAf0xCgCv62urO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(22,66,99,0.86); }#cbiaLTwnlqBAJP51tTfAf0xCgCv62urO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cbiaLTwnlqBAJP51tTfAf0xCgCv62urO > .row .container > .video-iframe-container { display: none; }#cbiaLTwnlqBAJP51tTfAf0xCgCv62urO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(22,66,99,0.86); }#cbiaLTwnlqBAJP51tTfAf0xCgCv62urO > .row > .video-iframe-container { display: none; }#cbiaLTwnlqBAJP51tTfAf0xCgCv62urO > .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); }#cbiaLTwnlqBAJP51tTfAf0xCgCv62urO > .row .container { border-width: 0; border-radius: 0; }#cbiaLTwnlqBAJP51tTfAf0xCgCv62urO::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cbiaLTwnlqBAJP51tTfAf0xCgCv62urO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cbiaLTwnlqBAJP51tTfAf0xCgCv62urO > .row .container { font-size:0.875rem;font-family:arial;height:43.4375rem;width:75rem;position:relative;display:block; }#wgcePSTAQnF7IcaQ9IVIIJvz6P0aXQsl { color:#000000;display:block;width:25.9375rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:5.6239156723022rem;left:45.68577003479rem;height:22.75rem;display:block; }
#VvlhrEo1QqRNiIgbJiZ7r4Iqu6uqdE3y { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:27.1875rem;width:40.9375rem;top:3.25rem;left:0rem;overflow:hidden;display:block; }
#FAaaxsiTdKw4SDrxqT1KqeGCPAxTs0ro { z-index:15005;top:34.559448242188rem;left:20.684679031372rem;background-color:transparent;background-image: -webkit-linear-gradient(181deg, #e93f38, #fb0c00);background-image: -moz-linear-gradient(181deg, #e93f38, #fb0c00);background-image: -ms-linear-gradient(181deg, #e93f38, #fb0c00);background-image: -o-linear-gradient(181deg, #e93f38, #fb0c00);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e93f38', endColorstr='#fb0c00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e93f38', endColorstr='#fb0c00' );";background-image: linear-gradient(181deg, #e93f38, #fb0c00);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 0.875rem rgba(0,0,0,0.63) ;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:1.0625rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:33.936625rem;height:5.24956875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#wBiKPwgEdt9HQHlIgLT6ReC2TBmzWOSH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ezi8EyNGAK5TdZiMgCtW9QLbVy2iKvKh { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#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:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#pKxGXQxeq3E0no4cp5B21dONMmH6JZT2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#afcTJ10wolEpnFZvNNJvLpgEl0vhlU6L { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#222525;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; }#afcTJ10wolEpnFZvNNJvLpgEl0vhlU6L > .row .container { background-color: transparent; background-image: none; }#afcTJ10wolEpnFZvNNJvLpgEl0vhlU6L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#afcTJ10wolEpnFZvNNJvLpgEl0vhlU6L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#afcTJ10wolEpnFZvNNJvLpgEl0vhlU6L > .row .container > .video-iframe-container { display: none; }#afcTJ10wolEpnFZvNNJvLpgEl0vhlU6L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#afcTJ10wolEpnFZvNNJvLpgEl0vhlU6L > .row > .video-iframe-container { display: none; }#afcTJ10wolEpnFZvNNJvLpgEl0vhlU6L > .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); }#afcTJ10wolEpnFZvNNJvLpgEl0vhlU6L > .row .container { border-width: 0; border-radius: 0; }#afcTJ10wolEpnFZvNNJvLpgEl0vhlU6L > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#afcTJ10wolEpnFZvNNJvLpgEl0vhlU6L > .row .container { font-size:0.875rem;font-family:arial;height:68.375rem;width:75rem;position:relative;display:block; }#xm41h2bHagTPgyesWOqWKa8bRV1kn9SI { 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:33.8125rem;width:19.0625rem;top:7.5924482345581rem;left:18.5rem;overflow:hidden;display:block; }
#IFT8hWcfG365gQ2b07ZPH8EoReEeCKqW { 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:33.8125rem;width:19.1875rem;top:7.5924482345581rem;left:37.5rem;overflow:hidden;display:block; }
#nEFdQbmkIKFsKQRB9khu0x4VULb8wida { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.8125rem;width:19.25rem;top:7.5924482345581rem;left:55.8125rem;overflow:hidden;display:block; }
#nDOXFCKhgv5ffFt1CXNMTIoTNdyg4XZT { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:33.8111875rem;width:18.5rem;top:7.5898447036744rem;left:0rem;display:block; }
#rOd7QkgimzOtpn5iWeEVBlZXNo3xbVep { color:#ffffff;display:block;width:46.372625rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15022;line-height:.8;letter-spacing:0;top:3.7424039840698rem;left:13.790147781372rem;height:1.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cb4TwWXDkQ7kiB6uP44OzIz139oxSLAw { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.75rem;width:25.625rem;top:41.404949188233rem;left:0rem;overflow:hidden;display:block; }
#QEt9CUnVrngow2pnHJ2VECO7HlVma7OT { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.6875rem;width:31.125rem;top:41.404949188233rem;left:25.645835876465rem;overflow:hidden;display:block; }
#FUdygIT3ke0wc9vlh9ThypGXoBtUnCMh { 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:22.5625rem;width:18.25rem;top:41.404958724976rem;left:56.75rem;overflow:hidden;display:block; }
#l49vZkeETrKec2TokyIUrZmftfWfm2it { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/acc19d3f-f555-4bf2-8cff-4f14cb93976f/3dillustrationdarkgeometrichexagonalabstract20250306225741utc.jpg");background-position:bottom center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#l49vZkeETrKec2TokyIUrZmftfWfm2it.adaptive-delivery-prevent-bg, #l49vZkeETrKec2TokyIUrZmftfWfm2it.lazyload, #l49vZkeETrKec2TokyIUrZmftfWfm2it.lazyloading { background-image: none; }#l49vZkeETrKec2TokyIUrZmftfWfm2it > .row .container { background-color: transparent; background-image: none; }#l49vZkeETrKec2TokyIUrZmftfWfm2it::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #002f49; }#l49vZkeETrKec2TokyIUrZmftfWfm2it > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l49vZkeETrKec2TokyIUrZmftfWfm2it > .row .container > .video-iframe-container { display: none; }#l49vZkeETrKec2TokyIUrZmftfWfm2it > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #002f49; }#l49vZkeETrKec2TokyIUrZmftfWfm2it > .row > .video-iframe-container { display: none; }#l49vZkeETrKec2TokyIUrZmftfWfm2it > .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); }#l49vZkeETrKec2TokyIUrZmftfWfm2it > .row .container { border-width: 0; border-radius: 0; }#l49vZkeETrKec2TokyIUrZmftfWfm2it::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l49vZkeETrKec2TokyIUrZmftfWfm2it > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l49vZkeETrKec2TokyIUrZmftfWfm2it > .row .container { font-size:0.875rem;font-family:arial;height:19.0625rem;width:75rem;position:relative;display:block; }#qfsJgADXsfeb6kyhJEUzESFIGzIGRqCg { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.6875rem;width:19.3125rem;top:3.6875076293945rem;left:27.843751907349rem;overflow:hidden;display:block; }
#lWK6xTPSEo4VrzL5yteg8PnymFFKyUeR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#002f49;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; }#lWK6xTPSEo4VrzL5yteg8PnymFFKyUeR > .row .container { background-color: transparent; background-image: none; }#lWK6xTPSEo4VrzL5yteg8PnymFFKyUeR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lWK6xTPSEo4VrzL5yteg8PnymFFKyUeR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lWK6xTPSEo4VrzL5yteg8PnymFFKyUeR > .row .container > .video-iframe-container { display: none; }#lWK6xTPSEo4VrzL5yteg8PnymFFKyUeR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lWK6xTPSEo4VrzL5yteg8PnymFFKyUeR > .row > .video-iframe-container { display: none; }#lWK6xTPSEo4VrzL5yteg8PnymFFKyUeR > .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); }#lWK6xTPSEo4VrzL5yteg8PnymFFKyUeR > .row .container { border-width: 0; border-radius: 0; }#lWK6xTPSEo4VrzL5yteg8PnymFFKyUeR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lWK6xTPSEo4VrzL5yteg8PnymFFKyUeR > .row .container { font-size:0.875rem;font-family:arial;height:8.375rem;width:75rem;position:relative;display:block; }#hlTPC2cogmTvLwCCqtueTBZcR1JwxXmQ { color:#ffffff;display:block;width:21.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.3125rem;left:46.75rem;height:1.2999125rem;display:block; }
#LvibfCZ4OiTb9PtCxWA54nzgCI3BuKmT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:2.1875rem;left:43.875rem; }
#KU7aieutzIRSxLEP8Olx6IBWuKoB3DSK { color:#ffffff;display:block;width:7.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:4.75rem;left:46.5rem;height:1.2999125rem;display:block; }
#V1uFfAiEMVPZhrrybghGz1eDW7UsRUFb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:4.5rem;left:43.9375rem; }
#TJwPB2222gXChuFqJr6s7cbMtXzmlshe { color:#ffffff;display:block;width:26.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.4140625rem;left:5.53125rem;height:3.8997375rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 { display:block; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g76zF9sQyQdmnrlfsDw7WkhhwOvrMdB4 { width:24.5rem;height:7.5424181042269rem;top:40rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6LReTlHCQ7tHKdOWdoRbTTakQIAcgJS { top:16.625rem;left:0rem;width:36rem;height:9.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwLaOJHmE7QFDoC8KvEt9033XdHnWF28 { top:38.5rem;left:0rem;width:25.375rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTgy0cxg96dEnTb2qdKOleo5n5boARbt { display:block; }
 }@media only screen and (max-width: 763px) { #ZaWIF61JDzvov5VsLBlsGEA7UxlGb157 { top:4rem;left:0rem;width:16.125rem;height:9.587433972755rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmMrmqz9axVOo5LMtKCMvbbGr2095XoH { top:29.5rem;left:0rem;width:37.6875rem;height:5.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcISQsE0uhp461pQK6KTlH74a9JnJhyw { width:22.375rem;height:5.75rem;top:7.9375rem;left:25.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhx76cy3Clcb6TFgGf8wgvBKqfJl2iex { width:22.375rem;height:34.75rem;top:7.9375rem;left:25.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cotuyuT2Fm0aDhkFLqZ0vhqJsblaseS6 { width:20.125rem;height:2.875rem;top:9.375rem;left:27.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0mITWB2iv6oRxFkzNkJRTHBhHLzXRUP { top:15.875rem;left:27.75rem;width:20rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rP4y3ZKfI7toJDgSmq1WA8nk87F4OCAb { top:44.3125rem;left:29.5625rem;width:18.1875rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9TDzkTQc5X10iqhR9JTzUZSiGeFr84P { display:block; }#k9TDzkTQc5X10iqhR9JTzUZSiGeFr84P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O9rTw4h2QXLkqyC4WRos6XC4QU1S3xJ5 { width:47.75rem;height:3.875rem;top:7.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DydNBTiLLTbe24lQQxqAgtrsk3OPAkNo { width:47.75rem;height:13.75rem;top:16.5rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bspg3E0dPtHzrqz62LLTc8Uk77WwWTAt { display:block; }#bspg3E0dPtHzrqz62LLTc8Uk77WwWTAt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R14BtqrbUrZvTv60aQgo0CbHImno2cl1 { width:47.75rem;height:3.875rem;top:5.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNeNCBiugVTHNXbOyi72DbWeU0xWJDMU { width:43.4375rem;height:6.875rem;top:15rem;left:4.3125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5EgCEFK3plSSwxUnffEqvGtnkbT3pIQ { display:block; }#h5EgCEFK3plSSwxUnffEqvGtnkbT3pIQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FiLoqDedWeyNZLfAaWiTm8PSrzCHP9fC { width:46.3125rem;height:1.25rem;top:3.5625rem;left:0.68706703186037rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhvqt7kreNhFdyB0fT5RHehqyTlslhbz { top:10.6875rem;left:0rem;width:17rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #slaXVh3KK8Igo8EWKcNiRVPTvZw6bdxq { width:14.4375rem;height:7.625rem;top:17.5rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zm5xgfJrQuuFhiwZXLzG7oGIdkoLfp7W { top:10.6875rem;left:5.875rem;width:17rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLIXbW5y4X6oG7sQzmHh8Xit4QqgPTgn { width:14.5rem;height:8.0625rem;top:17.5rem;left:7.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3pTNQAlaMWB8cEoxxZV1zwqJ8qdf3vQ { top:10.6875rem;left:24.9375rem;width:17rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIL4cLD4PsSWBSoLEMQrxzC8tT5TEmBU { width:14.5rem;height:5.375rem;top:17.5rem;left:26.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rmA5GH6VRk2KZkENSNCh3pkTUvwpDpL5 { width:37.3125rem;height:2.125rem;top:30.875rem;left:5.1868495941162rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPfQhdaaMq75eabrN3qfGKHQQOz1JMnN { top:36.8125rem;left:10.125001907349rem;width:27.5rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #as1Ep9PPRl6BDhSB4vCe6cLyUk5yfeN4 { display:block; }
 }@media only screen and (max-width: 763px) { #F0QJBdnkTbtf73oumW3iKiAkgry9UDdK { top:12.8125rem;left:12.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ioEvcMFUaNoPKDeiuI1BMIs2CB84KUL1 { top:12.8125rem;left:31.9375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdX4hQzFVrAI5nPrJ0hNqEUgHGDvnTUA { width:46.3125rem;height:1.5625rem;top:5.6875rem;left:0.6875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUbyT0dA8NqKqRksciW3uIoPc8BTNfPs { top:12.8125rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvL3TJ4l0bT8nGz58DTv86dKpw17RT9U { top:10.75rem;left:30.625rem;width:17rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKhVfD9r5aSMJ93OhgERbGhK6LIg45ZD { width:14.5rem;height:9.4375rem;top:17.5rem;left:33.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkCDqdG8Nwpd2WwnGBvhJzUq1B9lXCmE { top:12.8125rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyQPSNgKbMXwTbfeSCKb7X0ex06dWTcT { display:block; }#PyQPSNgKbMXwTbfeSCKb7X0ex06dWTcT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mvNAxp4KZasq0UbIXlg1I8kdq7rcTumN { width:46.3125rem;height:1.4375rem;top:3.5625rem;left:0.68706703186037rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AyahbhoSLe7DcVAoTmngWhEqqRtf69hu { width:47.75rem;height:1.875rem;top:12.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAJIg0aH4GJ47PeDkIT4mtSeKzIVa9xo { width:46.3125rem;height:1.5625rem;top:5.625rem;left:0.68706703186037rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #AE2vGW8FVwLVbu8qoLWDD5wobHw3KGHg { width:47.75rem;height:1.875rem;top:19.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTesqo0s2hmwEVgc8Lm7VzyZeia9SsKO { width:47.75rem;height:1.875rem;top:26.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFSuhmlAXR8UOAuhtsZ5hrulVAPBkMEp { width:47.75rem;height:1.875rem;top:32.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRqUN7dlR3S2DMCQOiwlBRUXRUKWMtDM { top:11.375rem;left:0rem;width:3.0625rem;height:4.4375rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Byn5gyoaThH9Tl4ErEoT1uTtIk2AvsUK { top:18.0625rem;left:0rem;width:3.0625rem;height:4.4375rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJbyx8qoUnWRWkBTSvzzUBU9LP2MsxXt { top:31.625rem;left:0rem;width:3rem;height:4.4375rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ewm1WB6U5gRofyIq7TLq0qdNThHhNgDJ { top:24.875rem;left:0rem;width:3.0625rem;height:4.4375rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDfPuPhlpeLQR0geoCLmtxbRiRrVsN1V { width:47.75rem;height:1.875rem;top:39.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQv5E5V2P7Guh3k6mXfuhC2tqShFaTTD { top:38.125rem;left:0rem;width:3rem;height:4.4375rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d15QkITDnTEFuRbF10o6NQtpEvz67s0v { display:block; }#d15QkITDnTEFuRbF10o6NQtpEvz67s0v > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vPcRTIcxhQwObT1AzJvciM1KbcCusM91 { width:47.75rem;height:3.8125rem;top:9.4375rem;left:0rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmzB5IOHZtNu1z56FKq3ssUftnCkb5Uk { width:47.75rem;height:7.1875rem;top:21.8125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aknWvpEocV73iAui1EN2U7LHscbqphfv { display:block; }#aknWvpEocV73iAui1EN2U7LHscbqphfv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZQSOMIGLz0sDtCUdimMCsCgi0vgr7Tn0 { width:46.375rem;height:1.25rem;top:3.5625rem;left:0.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikL0IeRN68fDRTZy4Tu5popQg1Ru9Lwz { width:46.3125rem;height:1.5625rem;top:5.6875rem;left:0.6875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKGdrD1UQtPA6S4qrLOT4nVfUOGXqKnN { top:11rem;left:0rem;width:12.5rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tmzw3oJtRJ7c0F4Sq7e5rLWJVLNLsCw3 { top:11rem;left:7.625rem;width:12.5rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwsHsgtuH7TndG3zCZ8Hg2WLeDwkmkav { top:25.5625rem;left:0rem;width:12.5rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BrtcLZlUT51dgIXtA3FKZhiyCzNtB10d { top:11rem;left:35.25rem;width:12.375rem;height:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCkyOQPumKWAKZLDTh99LenoNFWvSBLh { top:72.4375rem;left:35.25rem;width:12.5rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8bfwCADXR35LcROMT6EpctAlLvNVVTW { top:56.6875rem;left:0rem;width:12.5rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #etliVUBUqQn0rnTP0EN3MXZfyI8NA5eO { top:11rem;left:22.8125rem;width:12.5rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWvowrftZtCUugFJg2NBWsy88Qhg7gB0 { top:25.5625rem;left:7.625rem;width:12.5rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACVCCrNfKilxW8XDlNkna03n2cU89iTu { top:25.5625rem;left:22.8125rem;width:12.375rem;height:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDV4huKpyZN1KwRcq2ik82DUAoRf31cv { top:40.125rem;left:0rem;width:12.4375rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5dLwLvTGfks3FSQ18dK4piXTgbqCUSu { top:25.5625rem;left:35.25rem;width:12.375rem;height:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4kaJerR4eSx2WitBWskxBMbBP6mipBV { top:72.4375rem;left:22.8125rem;width:12.5rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUI2KK4RLVF1IJTIustTpr41vtMtG0pX { top:40.125rem;left:35.25rem;width:12.375rem;height:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FITO6w42xc3NzdSplEslPr4aZ7STv19X { top:40.125rem;left:22.8125rem;width:12.5rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #clAeXQRnlo787AM0FBgUDHJxF8tvNBsI { top:40.125rem;left:7.625rem;width:12.5rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHpmNgUSs768vpJyuRoR26dNE5kJWwcC { top:72.4375rem;left:7.625rem;width:12.5rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G52IPcN6Me4mO1R2BrvPiKyTqo3dzovV { top:56.6875rem;left:7.625rem;width:12.5rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVPZKnAlGrCOLZBVJTyTI3lusX4SHCEm { top:56.6875rem;left:22.8125rem;width:12.5rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPCks5dVeOeFd7sEO7Vy43Ll5lEM8tQB { top:56.6875rem;left:35.25rem;width:12.5rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hA9gz65DThBluaRc3ApRObql1v23wUXk { top:72.4375rem;left:0rem;width:12.5rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbiaLTwnlqBAJP51tTfAf0xCgCv62urO { display:block; }#cbiaLTwnlqBAJP51tTfAf0xCgCv62urO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wgcePSTAQnF7IcaQ9IVIIJvz6P0aXQsl { top:5.5625rem;left:21.8125rem;width:25.9375rem;height:19.4375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvlhrEo1QqRNiIgbJiZ7r4Iqu6uqdE3y { top:3.25rem;left:0rem;width:40.9375rem;height:27.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAaaxsiTdKw4SDrxqT1KqeGCPAxTs0ro { top:34.5rem;left:0rem;width:33.875rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBiKPwgEdt9HQHlIgLT6ReC2TBmzWOSH { display:block; }
 }@media only screen and (max-width: 763px) { #ezi8EyNGAK5TdZiMgCtW9QLbVy2iKvKh { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #pKxGXQxeq3E0no4cp5B21dONMmH6JZT2 { display:block; }
 }@media only screen and (max-width: 763px) { #afcTJ10wolEpnFZvNNJvLpgEl0vhlU6L { display:block; }#afcTJ10wolEpnFZvNNJvLpgEl0vhlU6L > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xm41h2bHagTPgyesWOqWKa8bRV1kn9SI { top:7.5625rem;left:4.8125rem;width:19.0625rem;height:33.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFT8hWcfG365gQ2b07ZPH8EoReEeCKqW { top:7.5625rem;left:23.875rem;width:19.1875rem;height:33.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEFdQbmkIKFsKQRB9khu0x4VULb8wida { top:7.5625rem;left:28.5rem;width:19.25rem;height:33.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDOXFCKhgv5ffFt1CXNMTIoTNdyg4XZT { top:7.5625rem;left:0rem;width:18.5rem;height:33.8111875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOd7QkgimzOtpn5iWeEVBlZXNo3xbVep { width:46.3125rem;height:1.5625rem;top:3.6875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #cb4TwWXDkQ7kiB6uP44OzIz139oxSLAw { top:41.375rem;left:0rem;width:25.625rem;height:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEt9CUnVrngow2pnHJ2VECO7HlVma7OT { top:41.375rem;left:0rem;width:31.125rem;height:22.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUdygIT3ke0wc9vlh9ThypGXoBtUnCMh { top:41.375rem;left:29.5rem;width:18.25rem;height:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l49vZkeETrKec2TokyIUrZmftfWfm2it { display:block; }#l49vZkeETrKec2TokyIUrZmftfWfm2it > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qfsJgADXsfeb6kyhJEUzESFIGzIGRqCg { top:3.6875rem;left:14.218751907349rem;width:19.3125rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWK6xTPSEo4VrzL5yteg8PnymFFKyUeR { display:block; }#lWK6xTPSEo4VrzL5yteg8PnymFFKyUeR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hlTPC2cogmTvLwCCqtueTBZcR1JwxXmQ { top:2.3125rem;left:25.875rem;width:21.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvibfCZ4OiTb9PtCxWA54nzgCI3BuKmT { top:2.1875rem;left:23.875rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KU7aieutzIRSxLEP8Olx6IBWuKoB3DSK { top:4.75rem;left:26.0625rem;width:7.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1uFfAiEMVPZhrrybghGz1eDW7UsRUFb { top:4.5rem;left:23.875rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJwPB2222gXChuFqJr6s7cbMtXzmlshe { top:2.375rem;left:0rem;width:26.4375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/fe8f6941-09d2-4b09-86a6-f3c2d64bfba4/_MG38925.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !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; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2.adaptive-delivery-prevent-bg, #HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2.lazyload, #HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2.lazyloading { background-image: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container { background-color: transparent; background-image: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,47,73,0.8); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container > .video-iframe-container { display: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,47,73,0.8); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row > .video-iframe-container { display: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .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); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container { border-width: 0; border-radius: 0; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container { width:20rem;height:79.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g76zF9sQyQdmnrlfsDw7WkhhwOvrMdB4 { width:12.6875rem;height:3.905895089689rem;top:40rem;left:3.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #h6LReTlHCQ7tHKdOWdoRbTTakQIAcgJS { width:14.5605625rem;height:5.5234375rem;top:14.498698234558rem;left:2.1625435948372rem;font-size:2.125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #WwLaOJHmE7QFDoC8KvEt9033XdHnWF28 { top:38.5rem;left:0.5rem;width:19rem;height:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #sTgy0cxg96dEnTb2qdKOleo5n5boARbt { display:block; }
 }@media only screen and (max-width: 763px) { #ZaWIF61JDzvov5VsLBlsGEA7UxlGb157 { width:14.874125rem;height:8.811875rem;top:2.9980471134186rem;left:2.5618491768837rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmMrmqz9axVOo5LMtKCMvbbGr2095XoH { width:16.8115rem;height:6.75rem;top:21.7666015625rem;left:1.5927734375rem;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #bcISQsE0uhp461pQK6KTlH74a9JnJhyw { width:20rem;height:5.75rem;top:31.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhx76cy3Clcb6TFgGf8wgvBKqfJl2iex { width:20rem;height:34.75rem;top:31.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cotuyuT2Fm0aDhkFLqZ0vhqJsblaseS6 { width:20rem;height:2.923825rem;top:32.5625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V0mITWB2iv6oRxFkzNkJRTHBhHLzXRUP { width:18.25rem;height:11.25rem;top:38.1875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rP4y3ZKfI7toJDgSmq1WA8nk87F4OCAb { width:18.1875rem;height:10.1875rem;top:67.125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9TDzkTQc5X10iqhR9JTzUZSiGeFr84P { display:block; }#k9TDzkTQc5X10iqhR9JTzUZSiGeFr84P > .row .container { width:20rem;height:30.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O9rTw4h2QXLkqyC4WRos6XC4QU1S3xJ5 { width:20rem;height:7.7988125rem;top:1.9346761703491rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #DydNBTiLLTbe24lQQxqAgtrsk3OPAkNo { width:20rem;height:15.9960625rem;top:11.885850906372rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bspg3E0dPtHzrqz62LLTc8Uk77WwWTAt { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b70625e1-c6a0-4599-b59c-fa963ada758a/AdobeStock_425626392.jpeg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#bspg3E0dPtHzrqz62LLTc8Uk77WwWTAt.adaptive-delivery-prevent-bg, #bspg3E0dPtHzrqz62LLTc8Uk77WwWTAt.lazyload, #bspg3E0dPtHzrqz62LLTc8Uk77WwWTAt.lazyloading { background-image: none; }#bspg3E0dPtHzrqz62LLTc8Uk77WwWTAt > .row .container { background-color: transparent; background-image: none; }#bspg3E0dPtHzrqz62LLTc8Uk77WwWTAt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(40,46,46,0.56); }#bspg3E0dPtHzrqz62LLTc8Uk77WwWTAt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bspg3E0dPtHzrqz62LLTc8Uk77WwWTAt > .row .container > .video-iframe-container { display: none; }#bspg3E0dPtHzrqz62LLTc8Uk77WwWTAt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(40,46,46,0.56); }#bspg3E0dPtHzrqz62LLTc8Uk77WwWTAt > .row > .video-iframe-container { display: none; }#bspg3E0dPtHzrqz62LLTc8Uk77WwWTAt > .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); }#bspg3E0dPtHzrqz62LLTc8Uk77WwWTAt > .row .container { width:20rem;height:21.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R14BtqrbUrZvTv60aQgo0CbHImno2cl1 { width:14.9370625rem;height:2.5996125rem;top:1.8098955154419rem;left:2.5303819775581rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNeNCBiugVTHNXbOyi72DbWeU0xWJDMU { width:15.999375rem;height:9.597625rem;top:8.2986106872556rem;left:1.9997830986977rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5EgCEFK3plSSwxUnffEqvGtnkbT3pIQ { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2467f0e6-f5a0-4b1d-a2fb-e46cd217075b/AdobeStock_157282318red.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#h5EgCEFK3plSSwxUnffEqvGtnkbT3pIQ.adaptive-delivery-prevent-bg, #h5EgCEFK3plSSwxUnffEqvGtnkbT3pIQ.lazyload, #h5EgCEFK3plSSwxUnffEqvGtnkbT3pIQ.lazyloading { background-image: none; }#h5EgCEFK3plSSwxUnffEqvGtnkbT3pIQ > .row .container { background-color: transparent; background-image: none; }#h5EgCEFK3plSSwxUnffEqvGtnkbT3pIQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,47,73,0.71); }#h5EgCEFK3plSSwxUnffEqvGtnkbT3pIQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h5EgCEFK3plSSwxUnffEqvGtnkbT3pIQ > .row .container > .video-iframe-container { display: none; }#h5EgCEFK3plSSwxUnffEqvGtnkbT3pIQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,47,73,0.71); }#h5EgCEFK3plSSwxUnffEqvGtnkbT3pIQ > .row > .video-iframe-container { display: none; }#h5EgCEFK3plSSwxUnffEqvGtnkbT3pIQ > .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); }#h5EgCEFK3plSSwxUnffEqvGtnkbT3pIQ > .row .container { width:20rem;height:90rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FiLoqDedWeyNZLfAaWiTm8PSrzCHP9fC { width:16.7480625rem;height:1.48730625rem;top:2.5694446563721rem;left:1.6254342198372rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #zhvqt7kreNhFdyB0fT5RHehqyTlslhbz { width:17rem;height:15.625rem;top:8.037109375rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #slaXVh3KK8Igo8EWKcNiRVPTvZw6bdxq { width:14.4980625rem;height:9.4453125rem;top:13.25rem;left:2.75rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Zm5xgfJrQuuFhiwZXLzG7oGIdkoLfp7W { width:17rem;height:15.375rem;top:25.544921875rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLIXbW5y4X6oG7sQzmHh8Xit4QqgPTgn { width:14.5rem;height:9.4453125rem;top:30.5625rem;left:2.75rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #r3pTNQAlaMWB8cEoxxZV1zwqJ8qdf3vQ { width:17rem;height:12.5rem;top:43.0527375rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIL4cLD4PsSWBSoLEMQrxzC8tT5TEmBU { width:14.4980625rem;height:6.29774375rem;top:48.5625rem;left:2.8125rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #rmA5GH6VRk2KZkENSNCh3pkTUvwpDpL5 { width:20rem;height:1.5744375rem;top:77.805992126462rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #HPfQhdaaMq75eabrN3qfGKHQQOz1JMnN { top:81.86306762695rem;left:0.75086814165113rem;width:18.4971875rem;height:4.31206875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #as1Ep9PPRl6BDhSB4vCe6cLyUk5yfeN4 { display:block; }
 }@media only screen and (max-width: 763px) { #F0QJBdnkTbtf73oumW3iKiAkgry9UDdK { display:flex;width:3.125rem;height:3.125rem;top:26.375rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #ioEvcMFUaNoPKDeiuI1BMIs2CB84KUL1 { display:flex;width:3.125rem;height:3.125rem;top:43.875rem;left:8.5rem; }
 }@media only screen and (max-width: 763px) { #AdX4hQzFVrAI5nPrJ0hNqEUgHGDvnTUA { width:19.9980625rem;height:2.79980625rem;top:3.98730625rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #tUbyT0dA8NqKqRksciW3uIoPc8BTNfPs { display:flex;width:3.125rem;height:3.125rem;top:8.9375rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #bvL3TJ4l0bT8nGz58DTv86dKpw17RT9U { width:17rem;height:16.25rem;top:57.662109375rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKhVfD9r5aSMJ93OhgERbGhK6LIg45ZD { width:14.5rem;height:11.01953125rem;top:63.125rem;left:2.75rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #CkCDqdG8Nwpd2WwnGBvhJzUq1B9lXCmE { display:flex;width:3.125rem;height:3.125rem;top:58.4375rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #PyQPSNgKbMXwTbfeSCKb7X0ex06dWTcT { display:block; }#PyQPSNgKbMXwTbfeSCKb7X0ex06dWTcT > .row .container { width:20rem;height:55rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mvNAxp4KZasq0UbIXlg1I8kdq7rcTumN { width:16.7480625rem;height:1.48730625rem;top:1.8115234375rem;left:1.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #AyahbhoSLe7DcVAoTmngWhEqqRtf69hu { width:16.5625rem;height:4.19824375rem;top:11.82421875rem;left:1.71875rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #pAJIg0aH4GJ47PeDkIT4mtSeKzIVa9xo { width:19.9980625rem;height:5.5996125rem;top:3.298828125rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #AE2vGW8FVwLVbu8qoLWDD5wobHw3KGHg { width:16.1875rem;height:2.79948125rem;top:21.708984375rem;left:1.90625rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #bTesqo0s2hmwEVgc8Lm7VzyZeia9SsKO { width:15.5625rem;height:4.19824375rem;top:29.95703125rem;left:2.21875rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #rFSuhmlAXR8UOAuhtsZ5hrulVAPBkMEp { width:16rem;height:4.19824375rem;top:39.654296875rem;left:2rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #hRqUN7dlR3S2DMCQOiwlBRUXRUKWMtDM { width:3.0625rem;height:2.5996125rem;top:8.0371125rem;left:8.4375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Byn5gyoaThH9Tl4ErEoT1uTtIk2AvsUK { width:3.0625rem;height:2.5996125rem;top:17.85938125rem;left:8.4375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lJbyx8qoUnWRWkBTSvzzUBU9LP2MsxXt { width:3.0625rem;height:2.5996125rem;top:35.9297rem;left:8.4375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ewm1WB6U5gRofyIq7TLq0qdNThHhNgDJ { width:3.0625rem;height:2.5996125rem;top:26.10743125rem;left:8.4375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pDfPuPhlpeLQR0geoCLmtxbRiRrVsN1V { width:20rem;height:2.79948125rem;top:48.951832128906rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #yQv5E5V2P7Guh3k6mXfuhC2tqShFaTTD { width:2.99913125rem;height:2.5996125rem;top:45.103088378906rem;left:8.5rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d15QkITDnTEFuRbF10o6NQtpEvz67s0v { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/60f7d443-64fa-493a-9ad3-e61097e17be9/AdobeStock_1653246870blue.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#d15QkITDnTEFuRbF10o6NQtpEvz67s0v.adaptive-delivery-prevent-bg, #d15QkITDnTEFuRbF10o6NQtpEvz67s0v.lazyload, #d15QkITDnTEFuRbF10o6NQtpEvz67s0v.lazyloading { background-image: none; }#d15QkITDnTEFuRbF10o6NQtpEvz67s0v > .row .container { background-color: transparent; background-image: none; }#d15QkITDnTEFuRbF10o6NQtpEvz67s0v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(22,66,99,0.82); }#d15QkITDnTEFuRbF10o6NQtpEvz67s0v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d15QkITDnTEFuRbF10o6NQtpEvz67s0v > .row .container > .video-iframe-container { display: none; }#d15QkITDnTEFuRbF10o6NQtpEvz67s0v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(22,66,99,0.82); }#d15QkITDnTEFuRbF10o6NQtpEvz67s0v > .row > .video-iframe-container { display: none; }#d15QkITDnTEFuRbF10o6NQtpEvz67s0v > .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); }#d15QkITDnTEFuRbF10o6NQtpEvz67s0v > .row .container { width:20rem;height:32.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vPcRTIcxhQwObT1AzJvciM1KbcCusM91 { width:20rem;height:7.7988125rem;top:4.75rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmzB5IOHZtNu1z56FKq3ssUftnCkb5Uk { width:20rem;height:11.19725rem;top:18.822698593139rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aknWvpEocV73iAui1EN2U7LHscbqphfv { display:block; }#aknWvpEocV73iAui1EN2U7LHscbqphfv { background-color: transparent; background-image: none; }#aknWvpEocV73iAui1EN2U7LHscbqphfv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aknWvpEocV73iAui1EN2U7LHscbqphfv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aknWvpEocV73iAui1EN2U7LHscbqphfv > .row .container > .video-iframe-container { display: none; }#aknWvpEocV73iAui1EN2U7LHscbqphfv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aknWvpEocV73iAui1EN2U7LHscbqphfv > .row > .video-iframe-container { display: none; }#aknWvpEocV73iAui1EN2U7LHscbqphfv > .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); }#aknWvpEocV73iAui1EN2U7LHscbqphfv > .row .container { width:20rem;height:121.6875rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/18c5a487-3c5f-4990-8604-5b419e79d8d2/backteacher.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#aknWvpEocV73iAui1EN2U7LHscbqphfv > .row .container.adaptive-delivery-prevent-bg, #aknWvpEocV73iAui1EN2U7LHscbqphfv > .row .container.lazyload, #aknWvpEocV73iAui1EN2U7LHscbqphfv > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #ZQSOMIGLz0sDtCUdimMCsCgi0vgr7Tn0 { width:20rem;height:1.48730625rem;top:2.5615234375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ikL0IeRN68fDRTZy4Tu5popQg1Ru9Lwz { width:20rem;height:2.79980625rem;top:3.98730625rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #tKGdrD1UQtPA6S4qrLOT4nVfUOGXqKnN { width:9.375rem;height:10.875rem;top:8.974609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tmzw3oJtRJ7c0F4Sq7e5rLWJVLNLsCw3 { width:9.375rem;height:10.875rem;top:8.974609375rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwsHsgtuH7TndG3zCZ8Hg2WLeDwkmkav { width:9.375rem;height:10.875rem;top:52.474609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BrtcLZlUT51dgIXtA3FKZhiyCzNtB10d { width:9.25rem;height:10.8125rem;top:19.849609375rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCkyOQPumKWAKZLDTh99LenoNFWvSBLh { width:9.375rem;height:10.875rem;top:30.724609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8bfwCADXR35LcROMT6EpctAlLvNVVTW { width:9.375rem;height:10.875rem;top:85.099609375rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #etliVUBUqQn0rnTP0EN3MXZfyI8NA5eO { width:9.375rem;height:10.875rem;top:19.849609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWvowrftZtCUugFJg2NBWsy88Qhg7gB0 { width:9.375rem;height:10.875rem;top:41.599609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACVCCrNfKilxW8XDlNkna03n2cU89iTu { width:9.25rem;height:10.8125rem;top:30.724609375rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDV4huKpyZN1KwRcq2ik82DUAoRf31cv { width:9.25rem;height:10.8125rem;top:63.349609375rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5dLwLvTGfks3FSQ18dK4piXTgbqCUSu { width:9.25rem;height:10.8125rem;top:41.599609375rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4kaJerR4eSx2WitBWskxBMbBP6mipBV { width:9.375rem;height:10.875rem;top:52.5rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUI2KK4RLVF1IJTIustTpr41vtMtG0pX { width:9.25rem;height:10.8125rem;top:74.224609375rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FITO6w42xc3NzdSplEslPr4aZ7STv19X { width:9.375rem;height:10.875rem;top:74.224609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #clAeXQRnlo787AM0FBgUDHJxF8tvNBsI { width:9.375rem;height:10.875rem;top:63.349609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHpmNgUSs768vpJyuRoR26dNE5kJWwcC { width:9.375rem;height:10.875rem;top:85.099609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G52IPcN6Me4mO1R2BrvPiKyTqo3dzovV { width:9.375rem;height:10.875rem;top:106.875rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVPZKnAlGrCOLZBVJTyTI3lusX4SHCEm { width:9.375rem;height:10.875rem;top:96rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPCks5dVeOeFd7sEO7Vy43Ll5lEM8tQB { width:9.375rem;height:10.875rem;top:95.974609375rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hA9gz65DThBluaRc3ApRObql1v23wUXk { width:9.375rem;height:10.875rem;top:106.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbiaLTwnlqBAJP51tTfAf0xCgCv62urO { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/acc19d3f-f555-4bf2-8cff-4f14cb93976f/3dillustrationdarkgeometrichexagonalabstract20250306225741utc.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#cbiaLTwnlqBAJP51tTfAf0xCgCv62urO.adaptive-delivery-prevent-bg, #cbiaLTwnlqBAJP51tTfAf0xCgCv62urO.lazyload, #cbiaLTwnlqBAJP51tTfAf0xCgCv62urO.lazyloading { background-image: none; }#cbiaLTwnlqBAJP51tTfAf0xCgCv62urO > .row .container { background-color: transparent; background-image: none; }#cbiaLTwnlqBAJP51tTfAf0xCgCv62urO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(22,66,99,0.5); }#cbiaLTwnlqBAJP51tTfAf0xCgCv62urO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cbiaLTwnlqBAJP51tTfAf0xCgCv62urO > .row .container > .video-iframe-container { display: none; }#cbiaLTwnlqBAJP51tTfAf0xCgCv62urO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(22,66,99,0.5); }#cbiaLTwnlqBAJP51tTfAf0xCgCv62urO > .row > .video-iframe-container { display: none; }#cbiaLTwnlqBAJP51tTfAf0xCgCv62urO > .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); }#cbiaLTwnlqBAJP51tTfAf0xCgCv62urO > .row .container { width:20rem;height:40.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wgcePSTAQnF7IcaQ9IVIIJvz6P0aXQsl { width:19.375rem;height:14.1328125rem;top:2.1234817504883rem;left:0.31250005960464rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VvlhrEo1QqRNiIgbJiZ7r4Iqu6uqdE3y { width:20rem;height:13.2498125rem;top:18.194445610046rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAaaxsiTdKw4SDrxqT1KqeGCPAxTs0ro { top:24.122179985046rem;left:0rem;width:20rem;height:4.375rem;font-size:0.6875rem;z-index:15001;line-height:.8;display:block; }
 }@media only screen and (max-width: 763px) { #wBiKPwgEdt9HQHlIgLT6ReC2TBmzWOSH { display:block; }
 }@media only screen and (max-width: 763px) { #ezi8EyNGAK5TdZiMgCtW9QLbVy2iKvKh { top:34.186200141907rem;left:0rem;width:20rem;height:4.875rem;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e93f38, #d7190d);background-image: -moz-linear-gradient(180deg, #e93f38, #d7190d);background-image: -ms-linear-gradient(180deg, #e93f38, #d7190d);background-image: -o-linear-gradient(180deg, #e93f38, #d7190d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e93f38', endColorstr='#d7190d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e93f38', endColorstr='#d7190d' );";background-image: linear-gradient(180deg, #e93f38, #d7190d);background-size:auto !important;font-weight:400;font-style:normal;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKxGXQxeq3E0no4cp5B21dONMmH6JZT2 { display:block; }
 }@media only screen and (max-width: 763px) { #afcTJ10wolEpnFZvNNJvLpgEl0vhlU6L { background-color:transparent;background-image:none;display:block; }#afcTJ10wolEpnFZvNNJvLpgEl0vhlU6L > .row .container { background-color: transparent; background-image: none; }#afcTJ10wolEpnFZvNNJvLpgEl0vhlU6L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#afcTJ10wolEpnFZvNNJvLpgEl0vhlU6L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#afcTJ10wolEpnFZvNNJvLpgEl0vhlU6L > .row .container > .video-iframe-container { display: none; }#afcTJ10wolEpnFZvNNJvLpgEl0vhlU6L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#afcTJ10wolEpnFZvNNJvLpgEl0vhlU6L > .row > .video-iframe-container { display: none; }#afcTJ10wolEpnFZvNNJvLpgEl0vhlU6L > .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); }#afcTJ10wolEpnFZvNNJvLpgEl0vhlU6L > .row .container { width:20rem;height:203.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xm41h2bHagTPgyesWOqWKa8bRV1kn9SI { width:18.75rem;height:33rem;top:42.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFT8hWcfG365gQ2b07ZPH8EoReEeCKqW { width:18.8125rem;height:33.140042988838rem;top:76.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEFdQbmkIKFsKQRB9khu0x4VULb8wida { width:18.75rem;height:33rem;top:111rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDOXFCKhgv5ffFt1CXNMTIoTNdyg4XZT { width:18.1875rem;height:33.3125rem;top:7.6875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOd7QkgimzOtpn5iWeEVBlZXNo3xbVep { width:20rem;height:2.79980625rem;top:2.6015758514404rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.4;color:#164263;display:block; }
 }@media only screen and (max-width: 763px) { #cb4TwWXDkQ7kiB6uP44OzIz139oxSLAw { width:20rem;height:17.756097560976rem;top:145.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEt9CUnVrngow2pnHJ2VECO7HlVma7OT { width:20rem;height:14.578313253012rem;top:164.255875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUdygIT3ke0wc9vlh9ThypGXoBtUnCMh { width:18.25rem;height:22.5625rem;top:180.084rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l49vZkeETrKec2TokyIUrZmftfWfm2it { display:block; }#l49vZkeETrKec2TokyIUrZmftfWfm2it > .row .container { width:20rem;height:14.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qfsJgADXsfeb6kyhJEUzESFIGzIGRqCg { width:12.9373125rem;height:7.8125rem;top:3.2812585830689rem;left:3.5308163762093rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWK6xTPSEo4VrzL5yteg8PnymFFKyUeR { display:block; }#lWK6xTPSEo4VrzL5yteg8PnymFFKyUeR > .row .container { width:20rem;height:23.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hlTPC2cogmTvLwCCqtueTBZcR1JwxXmQ { width:20rem;height:2.599825rem;top:13.13671875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LvibfCZ4OiTb9PtCxWA54nzgCI3BuKmT { display:flex;width:1.74913125rem;height:1.74913125rem;top:10.686836242676rem;left:9.124348938465rem; }
 }@media only screen and (max-width: 763px) { #KU7aieutzIRSxLEP8Olx6IBWuKoB3DSK { width:7.374125rem;height:1.2999125rem;top:20.298395276069rem;left:6.3118494153025rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V1uFfAiEMVPZhrrybghGz1eDW7UsRUFb { display:flex;width:1.74913125rem;height:1.74913125rem;top:17.548828244209rem;left:9.124348938465rem; }
 }@media only screen and (max-width: 763px) { #TJwPB2222gXChuFqJr6s7cbMtXzmlshe { width:18.375rem;height:6.4995625rem;top:2.1376953125rem;left:0.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }