.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:231,244,251;--color-primary-1:176,219,241;--color-primary-2:97,183,226;--color-primary-3:49,92,113;--color-primary-4:15,27,34;--color-secondary-0:224,224,238;--color-secondary-1:151,152,199;--color-secondary-2:46,48,142;--color-secondary-3:23,24,71;--color-secondary-4:7,7,21;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Montserrat Regular";--paragraphs-font-family:"Poppins"; }@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:#f0f0f0;background-image:url("https://images.assets-landingi.com/uc/19dae816-1e24-4e4f-b891-fa6a62470f4a/23eer33.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OAy8IrvWN386DMXXKB6569uWM7yTpnWy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#OAy8IrvWN386DMXXKB6569uWM7yTpnWy > .row .container { background-color: transparent; background-image: none; }#OAy8IrvWN386DMXXKB6569uWM7yTpnWy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OAy8IrvWN386DMXXKB6569uWM7yTpnWy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OAy8IrvWN386DMXXKB6569uWM7yTpnWy > .row .container > .video-iframe-container { display: none; }#OAy8IrvWN386DMXXKB6569uWM7yTpnWy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OAy8IrvWN386DMXXKB6569uWM7yTpnWy > .row > .video-iframe-container { display: none; }#OAy8IrvWN386DMXXKB6569uWM7yTpnWy > .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); }#OAy8IrvWN386DMXXKB6569uWM7yTpnWy > .row .container { border-width: 0; border-radius: 0; }#OAy8IrvWN386DMXXKB6569uWM7yTpnWy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OAy8IrvWN386DMXXKB6569uWM7yTpnWy > .row .container { font-size:0.875rem;font-family:arial;height:6.625rem;width:75rem;position:relative;display:block; }#Uvg6zX9gL94FMThGuz0sp0sFcTuqTQih { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(224deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(224deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(224deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(224deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(224deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;height:3rem;width:3rem;top:1.8125rem;left:70rem;display:block; }
#bgxPyAOJesHET1tnbAsOEBTKxc3WL2vt { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5625rem;height:1.3125rem;text-decoration:none;z-index:15008;text-align:left;text-align-last:left;top:2.625rem;left:33rem;display:block; }
#hb5iCn6o10RaB3yH528SRxv8PpwxTzuM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vEVIksBoxAdQShQUlboJVsvqu9WiTa35 { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.3125rem;height:1.3125rem;text-decoration:none;z-index:15009;text-align:left;text-align-last:left;top:2.5rem;left:45.4375rem;display:block; }
#Xn8E5JbKxbg3CiTCxqM1IgrGGMrgSqru { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fF7a3Vkqps3yGCz0yopJhPU5fatesmIt { position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(244deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(244deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(244deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(244deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(244deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;height:3rem;width:3rem;top:1.8125rem;left:66.5rem;display:block; }
#aufpgpgWa8OL1IyhDovhJg1xrNuyHiWc { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:10.25rem;top:0.875rem;left:4.875rem;overflow:hidden;display:block; }
#SLlmrKN6UvSfpKAR3GNaCBD4Dro4JOzZ { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;top:2.375rem;left:30.75rem; }
#g8ILiKDC4mpnRvaMNSDJ7Ky1ShiBTZdK { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;top:2.375rem;left:43.125rem; }
#cMeM29IxSfCzKrmH0DxCvST3J951Wqzv { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;top:2.4375rem;left:67.0625rem; }
#cMeM29IxSfCzKrmH0DxCvST3J951Wqzv > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#z0hECPd8rOAkzSfEIhhLRo7J3ApaSXuE { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;top:2.3125rem;left:70.5625rem; }
#z0hECPd8rOAkzSfEIhhLRo7J3ApaSXuE > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#g1Ovx4ZSevZR7LVUkVQg1XxrecTZU1eQ { position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(224deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(224deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(224deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(224deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(224deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;height:3rem;width:3rem;top:1.8125rem;left:63rem;display:block; }
#wDzLMc3gxGhG7hUWNIlkS0ke5kSZMp5H { position:absolute;display:block;z-index:15010;background-color:transparent;background-image: -webkit-linear-gradient(244deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(244deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(244deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(244deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(244deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;height:3rem;width:3rem;top:1.8125rem;left:59.5rem;display:block; }
#Js7M1X45lC2kALUA28yPgPa21MBmpwkN { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;top:2.3125rem;left:63.5625rem; }
#Js7M1X45lC2kALUA28yPgPa21MBmpwkN > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#vskcOiBCD756758ITOs1k04UdrtSNvow { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;top:2.375rem;left:60.0625rem; }
#vskcOiBCD756758ITOs1k04UdrtSNvow > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/rIv53bfF/eclipse.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:39.375rem;width:75rem;overflow:visible;position:relative;display:block; }#W7t4g9cenPhIGuhu7uxWAScazStmMBui { color:rgba(var(--color-tertiary-4),1);display:block;width:31.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:1.90625rem;left:1.5625rem;height:8.53125rem;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; }
#kZUAyT4KPKleGCH757w2821J9OKsQVZT { color:rgba(var(--color-tertiary-4),1);display:block;width:25.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:14.85595703125rem;left:1.5625rem;height:13.125rem;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; }
#c2rX55Hi5a3fg9NFpKH1TJTP71wK50mi { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:32.6875rem;left:1.5625rem;display:block; }
#b4kU3gncPsSHRzqb10dTgInCuAoZ4gAh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nhT4A5smnsbxIvKIuqpNTdhvs0d05J4F { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/270a4fcb-43f6-4d68-91b7-eba6b74475fa/DALLE20241025173331AwomansittingonacouchlookingfrustratedandtiredSheisoverweightdressedincasualclothingthatfullycoversherbodyholdingherheadi.webp");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !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; }#nhT4A5smnsbxIvKIuqpNTdhvs0d05J4F.adaptive-delivery-prevent-bg, #nhT4A5smnsbxIvKIuqpNTdhvs0d05J4F.lazyload, #nhT4A5smnsbxIvKIuqpNTdhvs0d05J4F.lazyloading { background-image: none; }#nhT4A5smnsbxIvKIuqpNTdhvs0d05J4F > .row .container { background-color: transparent; background-image: none; }#nhT4A5smnsbxIvKIuqpNTdhvs0d05J4F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nhT4A5smnsbxIvKIuqpNTdhvs0d05J4F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nhT4A5smnsbxIvKIuqpNTdhvs0d05J4F > .row .container > .video-iframe-container { display: none; }#nhT4A5smnsbxIvKIuqpNTdhvs0d05J4F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nhT4A5smnsbxIvKIuqpNTdhvs0d05J4F > .row > .video-iframe-container { display: none; }#nhT4A5smnsbxIvKIuqpNTdhvs0d05J4F > .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); }#nhT4A5smnsbxIvKIuqpNTdhvs0d05J4F > .row .container { border-width: 0; border-radius: 0; }#nhT4A5smnsbxIvKIuqpNTdhvs0d05J4F > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nhT4A5smnsbxIvKIuqpNTdhvs0d05J4F > .row .container { font-size:0.875rem;font-family:arial;height:48.1875rem;width:75rem;position:relative;display:block; }#e9XkIzvaC5fZ7lp98EW4S1Sh1BFrXbIB { color:rgba(var(--color-secondary-2),1);display:block;width:23.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:8.875rem;left:46rem;height:7.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dXCtVSWlbR0PErMykMOGABLhgDRVn3Bc { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.0625rem;height:4.375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:39.0625rem;left:45.0625rem;display:block; }
#Zv02WTkTuTisWcmXrgOxi9qQvBhpxn8i { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#d0JwHhJlGs91SdAltxonukyfc0n9X3lA { position:absolute;display:block;z-index:14999;background-color:transparent;background-image:url("https://images.assets-landingi.com/cf5I8lAf/eclipse.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:48.1875rem;width:45.6875rem;top:0rem;left:29.125rem;display:block; }#d0JwHhJlGs91SdAltxonukyfc0n9X3lA.adaptive-delivery-prevent-bg, #d0JwHhJlGs91SdAltxonukyfc0n9X3lA.lazyload, #d0JwHhJlGs91SdAltxonukyfc0n9X3lA.lazyloading { background-image: none; }
#qInSSNmEmqVOkk0HwkkNNw1AsnMRVw6a { 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:41.125rem;width:20rem;display:none; }
#uE56Atnig9wVdNb8dwdUSQgnTzNLwg6y { color:rgba(var(--color-tertiary-4),1);display:block;width:35.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.6;letter-spacing:0;top:18.0625rem;left:38.1875rem;height:;overflow:hidden;display:block; }#uE56Atnig9wVdNb8dwdUSQgnTzNLwg6y li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#uE56Atnig9wVdNb8dwdUSQgnTzNLwg6y li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/b8738b25-547c-4076-9209-431c0b76a41d/8530673_question_circle_icon.png); }
#Bk4nltIz58LFPwziol0d1v2TSI5lnSrc { color:rgba(var(--color-tertiary-4),1);display:block;width:32.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:32.125rem;left:38.1875rem;height:4.875rem;display:block; }
#sEhFCEgPr9aUdl7sgs8Je6xuWLNgrJOR { position:absolute;display:block;z-index:15017;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:6.125rem;width:6.125rem;top:9.4375rem;left:38.1875rem;overflow:hidden;display:block; }
#RJBFb6e2947p0lMhd2HUSBvHEKx7CDvb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0f0f0;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; }#RJBFb6e2947p0lMhd2HUSBvHEKx7CDvb > .row .container { background-color: transparent; background-image: none; }#RJBFb6e2947p0lMhd2HUSBvHEKx7CDvb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RJBFb6e2947p0lMhd2HUSBvHEKx7CDvb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RJBFb6e2947p0lMhd2HUSBvHEKx7CDvb > .row .container > .video-iframe-container { display: none; }#RJBFb6e2947p0lMhd2HUSBvHEKx7CDvb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RJBFb6e2947p0lMhd2HUSBvHEKx7CDvb > .row > .video-iframe-container { display: none; }#RJBFb6e2947p0lMhd2HUSBvHEKx7CDvb > .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); }#RJBFb6e2947p0lMhd2HUSBvHEKx7CDvb > .row .container { border-width: 0; border-radius: 0; }#RJBFb6e2947p0lMhd2HUSBvHEKx7CDvb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RJBFb6e2947p0lMhd2HUSBvHEKx7CDvb > .row .container { font-size:0.875rem;font-family:arial;height:11.125rem;width:75rem;position:relative;display:block; }#aEBfuccnl8TQ1nb7HxNTO2wk0a3APUQx { color:rgba(var(--color-secondary-2),1);display:block;width:75rem;position:absolute;font-family:"montserrat bold";font-size:2.8125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:4.5625rem;left:0rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JiX0ZARznsHDw6mnqJAhKXqxnT3mRRQR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0f0f0;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; }#JiX0ZARznsHDw6mnqJAhKXqxnT3mRRQR > .row .container { background-color: transparent; background-image: none; }#JiX0ZARznsHDw6mnqJAhKXqxnT3mRRQR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JiX0ZARznsHDw6mnqJAhKXqxnT3mRRQR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JiX0ZARznsHDw6mnqJAhKXqxnT3mRRQR > .row .container > .video-iframe-container { display: none; }#JiX0ZARznsHDw6mnqJAhKXqxnT3mRRQR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JiX0ZARznsHDw6mnqJAhKXqxnT3mRRQR > .row > .video-iframe-container { display: none; }#JiX0ZARznsHDw6mnqJAhKXqxnT3mRRQR > .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); }#JiX0ZARznsHDw6mnqJAhKXqxnT3mRRQR > .row .container { border-width: 0; border-radius: 0; }#JiX0ZARznsHDw6mnqJAhKXqxnT3mRRQR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JiX0ZARznsHDw6mnqJAhKXqxnT3mRRQR > .row .container { font-size:0.875rem;font-family:arial;height:26.3125rem;width:75rem;position:relative;display:block; }#wnsudGQKJ0GyO9zflbklQSVAoeW6eSu3 { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),0.5);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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:15rem;width:15rem;top:0.0625rem;left:5rem;display:block; }
#dRzgn5CfwDccW7GJATVrzbISMMycDTWD { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(var(--color-tertiary-4),0.1) ;height:10.3125rem;width:10.3125rem;top:2.40625rem;left:7.3125rem;display:block; }
#PayT5r2sMDCWlBAvNWXKnhH5wbnWueMs { 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:5.625rem;width:5.625rem;top:4.75rem;left:9.6875rem;overflow:hidden;display:block; }
#p9ZzfidqVp5SPHkEx9zVmcEKMRDtaLog { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),0.5);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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:15rem;width:15rem;top:0.0625rem;left:30rem;display:block; }
#Hz0Hr9FpklHRqsXXiawS0y9yawTz9NGW { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(var(--color-tertiary-4),0.1) ;height:10.3125rem;width:10.3125rem;top:2.4375rem;left:32.375rem;display:block; }
#Ee3EXP2JwWH6dIIpMx3Q8xGoEXBfLWVU { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:5.625rem;top:4.75rem;left:34.6875rem;overflow:hidden;display:block; }
#a0tM1bRRbLNya7SAUGSGCTETAUiXhn5y { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),0.5);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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:15rem;width:15rem;top:0.0625rem;left:55rem;display:block; }
#uhoGr5FQmBlySzrQ8pqW264HBolXUlwJ { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(var(--color-tertiary-4),0.1) ;height:10.3125rem;width:10.3125rem;top:2.4375rem;left:57.375rem;display:block; }
#MKLd2xUtqxfbsgxOBBvkNKNTGiBG5TDe { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:5.625rem;top:4.75rem;left:59.6875rem;overflow:hidden;display:block; }
#cq0EHc2NuapQ4JcGlRmIBTwLD541TyGl { color:rgba(var(--color-tertiary-4),1);display:block;width:16.9995rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:16.6875rem;left:3.998291015625rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zOagLgtZXih1h8rbodPvXkIJNk6kdTBN { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:16.6875rem;left:31.25rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PikT0myIzDAdie6Z0ZqJa5hmDcaxEG5E { color:rgba(var(--color-tertiary-4),1);display:block;width:20.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:16.6875rem;left:52.6875rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MIf2ci3pMN49knwKmbGhrHxpyKypO466 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:19.75rem;left:5.375rem;height:4.87573125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AbJLt7EtEM9br9AM8GfhciirIP6PrxTq { color:rgba(var(--color-tertiary-4),1);display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:19.75rem;left:30.375rem;height:4.87573125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZI8tuHM1UBWDIHglBtBUme6hmhpMffkn { color:rgba(var(--color-tertiary-4),1);display:block;width:15.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:19.75rem;left:55.21875rem;height:4.87573125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#S6PyooaqHzgdWDnQqWz7C0s0GtbOGOC8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0f0f0;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; }#S6PyooaqHzgdWDnQqWz7C0s0GtbOGOC8 > .row .container { background-color: transparent; background-image: none; }#S6PyooaqHzgdWDnQqWz7C0s0GtbOGOC8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S6PyooaqHzgdWDnQqWz7C0s0GtbOGOC8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S6PyooaqHzgdWDnQqWz7C0s0GtbOGOC8 > .row .container > .video-iframe-container { display: none; }#S6PyooaqHzgdWDnQqWz7C0s0GtbOGOC8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S6PyooaqHzgdWDnQqWz7C0s0GtbOGOC8 > .row > .video-iframe-container { display: none; }#S6PyooaqHzgdWDnQqWz7C0s0GtbOGOC8 > .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); }#S6PyooaqHzgdWDnQqWz7C0s0GtbOGOC8 > .row .container { border-width: 0; border-radius: 0; }#S6PyooaqHzgdWDnQqWz7C0s0GtbOGOC8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S6PyooaqHzgdWDnQqWz7C0s0GtbOGOC8 > .row .container { font-size:0.875rem;font-family:arial;height:29.75rem;width:75rem;position:relative;display:block; }#ie9Sp2UhwsZTaODTmnreJCdcuznBEBai { color:rgba(var(--color-tertiary-4),1);display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:22.875rem;left:10.6875rem;height:4.87573125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#s2uJd6eFgkrz1yLTIXVzx5y8sR1T7IZf { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:19.25rem;left:11.5rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UI5aliES13oabREkKLDCoTqvD1RiuRCF { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),0.5);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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:15rem;width:15rem;top:2.3125rem;left:9.8125rem;display:block; }
#n8L4h5p8A5Np9nhF0W7WTwkrTVdraTpL { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(var(--color-tertiary-4),0.1) ;height:10.3125rem;width:10.3125rem;top:4.6875rem;left:12.125rem;display:block; }
#ArHcNkdhgp1BZvABFqxGWCVNdMdZ0ROx { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:5.625rem;top:7rem;left:14.5rem;overflow:hidden;display:block; }
#QTZFHNT7r3HlUTMoM9vfNZfUN3Tfq6AG { color:rgba(var(--color-tertiary-4),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:22.875rem;left:48.75rem;height:4.87573125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AhMa0Pbto2ctM2AqHhxdk4SFFAWpA6qz { color:rgba(var(--color-tertiary-4),1);display:block;width:18rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:19.25rem;left:47.6875rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#L3sRuZXIrgb5QKlec5qkVpXvqwnzsuot { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),0.5);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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:15rem;width:15rem;top:2.375rem;left:48.75rem;display:block; }
#NwTitolFm4EurtmmmiZECLkgGEDzfRpu { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(var(--color-tertiary-4),0.1) ;height:10.3125rem;width:10.3125rem;top:4.75rem;left:51.0625rem;display:block; }
#shrUbXn7wDsJWAay6hO10ce8wT4FLrew { 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:5.625rem;width:5.625rem;top:7rem;left:53.4375rem;overflow:hidden;display:block; }
#uBrIC5T9WEPB1DFO6ZEqpenw2NZKVmty { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/a5755a71-dcf2-4d98-bf8c-86e6618905bd/AdobeStock_297158128.jpeg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !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; }#uBrIC5T9WEPB1DFO6ZEqpenw2NZKVmty.adaptive-delivery-prevent-bg, #uBrIC5T9WEPB1DFO6ZEqpenw2NZKVmty.lazyload, #uBrIC5T9WEPB1DFO6ZEqpenw2NZKVmty.lazyloading { background-image: none; }#uBrIC5T9WEPB1DFO6ZEqpenw2NZKVmty > .row .container { background-color: transparent; background-image: none; }#uBrIC5T9WEPB1DFO6ZEqpenw2NZKVmty::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uBrIC5T9WEPB1DFO6ZEqpenw2NZKVmty > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uBrIC5T9WEPB1DFO6ZEqpenw2NZKVmty > .row .container > .video-iframe-container { display: none; }#uBrIC5T9WEPB1DFO6ZEqpenw2NZKVmty > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uBrIC5T9WEPB1DFO6ZEqpenw2NZKVmty > .row > .video-iframe-container { display: none; }#uBrIC5T9WEPB1DFO6ZEqpenw2NZKVmty > .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); }#uBrIC5T9WEPB1DFO6ZEqpenw2NZKVmty > .row .container { border-width: 0; border-radius: 0; }#uBrIC5T9WEPB1DFO6ZEqpenw2NZKVmty > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uBrIC5T9WEPB1DFO6ZEqpenw2NZKVmty > .row .container { font-size:0.875rem;font-family:arial;height:52.625rem;width:75rem;position:relative;display:block; }#lnEhR2CH6TUJX0M3Qm0U9eux3dyuBsAk { color:rgba(var(--color-secondary-2),1);display:block;width:31.4375rem;position:absolute;font-family:"montserrat bold";font-size:2.8125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:7.6875rem;left:3rem;height:10.96875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#chnM1SVQ1H5tKHSn4aJEU2qW05JxNu51 { color:rgba(var(--color-tertiary-4),1);display:block;width:26.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15013;line-height:1.6;letter-spacing:0;top:20.125rem;left:3rem;height:21.59475rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IenSiqi1wRTWxqmPZRDsATdJ72c7sN1J { position:absolute;display:block;z-index:14999;background-color:transparent;background-image:url("https://images.assets-landingi.com/pavdefeI/eclipse-reverse.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:52.625rem;width:41.5rem;top:0rem;left:0rem;display:block; }#IenSiqi1wRTWxqmPZRDsATdJ72c7sN1J.adaptive-delivery-prevent-bg, #IenSiqi1wRTWxqmPZRDsATdJ72c7sN1J.lazyload, #IenSiqi1wRTWxqmPZRDsATdJ72c7sN1J.lazyloading { background-image: none; }
#UQesuEJUuWKGsCpWeP155DlGUEULxO0T { 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:41.125rem;width:20rem;display:none; }
#ZQuLpmqEdCg41PhNA1bEg96M2ZTGWtrQ { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.0625rem;height:4.375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:42rem;left:3rem;display:block; }
#T5pk5pakGFb1P19aFse5wsVC8CkwopN8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DCOvJcUhD4TT0NI6Uw41sUuDhgqM7JMP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0f0f0;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; }#DCOvJcUhD4TT0NI6Uw41sUuDhgqM7JMP > .row .container { background-color: transparent; background-image: none; }#DCOvJcUhD4TT0NI6Uw41sUuDhgqM7JMP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DCOvJcUhD4TT0NI6Uw41sUuDhgqM7JMP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DCOvJcUhD4TT0NI6Uw41sUuDhgqM7JMP > .row .container > .video-iframe-container { display: none; }#DCOvJcUhD4TT0NI6Uw41sUuDhgqM7JMP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DCOvJcUhD4TT0NI6Uw41sUuDhgqM7JMP > .row > .video-iframe-container { display: none; }#DCOvJcUhD4TT0NI6Uw41sUuDhgqM7JMP > .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); }#DCOvJcUhD4TT0NI6Uw41sUuDhgqM7JMP > .row .container { border-width: 0; border-radius: 0; }#DCOvJcUhD4TT0NI6Uw41sUuDhgqM7JMP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DCOvJcUhD4TT0NI6Uw41sUuDhgqM7JMP > .row .container { font-size:0.875rem;font-family:arial;height:41.375rem;width:75rem;position:relative;display:block; }#fdHenaUr7bgWCEHqm0NtFHgT8aZhnWSK { color:rgba(var(--color-secondary-2),1);display:block;width:72.875rem;position:absolute;font-family:"montserrat bold";font-size:2.8125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:4.1875rem;left:0rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RS32KT0dMDkIMQ9TkfTTFu07bUJxGvOQ { color:rgba(var(--color-tertiary-4),1);display:block;width:70.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15014;line-height:1.6;letter-spacing:0;top:9.16845703125rem;left:2.28125rem;height:4.798825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PSQia42LwIPNqPv0tWfSW09c494C1pbw { color:rgba(var(--color-tertiary-4),1);display:block;width:61.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15016;line-height:1.6;letter-spacing:0;top:17.375rem;left:6.875rem;height:14.85425rem;overflow:hidden;display:block; }#PSQia42LwIPNqPv0tWfSW09c494C1pbw li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#PSQia42LwIPNqPv0tWfSW09c494C1pbw li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/b8738b25-547c-4076-9209-431c0b76a41d/8530673_question_circle_icon.png); }
#bfwR2NpHPvRwn2UqSINZn9yaBAFyn2qQ { background-color:transparent;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.8125rem;height:4.375rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:34.5rem;left:28.59375rem;display:block; }
#TR5c45tdllnqpmVbDvqnIwWT7WAiV8IV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#L83I5B5ZJKgXRieemhJNyLLSTEJASeFI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0f0f0;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; }#L83I5B5ZJKgXRieemhJNyLLSTEJASeFI > .row .container { background-color: transparent; background-image: none; }#L83I5B5ZJKgXRieemhJNyLLSTEJASeFI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L83I5B5ZJKgXRieemhJNyLLSTEJASeFI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L83I5B5ZJKgXRieemhJNyLLSTEJASeFI > .row .container > .video-iframe-container { display: none; }#L83I5B5ZJKgXRieemhJNyLLSTEJASeFI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L83I5B5ZJKgXRieemhJNyLLSTEJASeFI > .row > .video-iframe-container { display: none; }#L83I5B5ZJKgXRieemhJNyLLSTEJASeFI > .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); }#L83I5B5ZJKgXRieemhJNyLLSTEJASeFI > .row .container { border-width: 0; border-radius: 0; }#L83I5B5ZJKgXRieemhJNyLLSTEJASeFI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L83I5B5ZJKgXRieemhJNyLLSTEJASeFI > .row .container { font-size:0.875rem;font-family:arial;height:28.625rem;width:75rem;position:relative;display:block; }#Tn8zKar9Qv1a5tL6lgTrZtIzgh0LcEvA { 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:12.875rem;width:19.375rem;top:1.875rem;left:2.5rem;overflow:hidden;display:block; }
#DwKd986NpuM9ladk6a0845mcpHEofIAG { 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:12.875rem;width:19.375rem;top:1.875rem;left:27.8125rem;overflow:hidden;display:block; }
#weMxHcX7DMUzCk20JbTKe7hMmAGNWrbh { 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:13rem;width:19.375rem;top:1.875rem;left:53.125rem;overflow:hidden;display:block; }
#gGWg4lGeE0w70B4ZAm88pJwvESZwi0MK { color:rgba(var(--color-tertiary-4),1);display:block;width:25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15014;line-height:1.6;letter-spacing:0;top:16.3125rem;left:0rem;height:2.3999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HOzTovqET7FComN8sfewTO6vxFdl8NAw { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15015;line-height:1.6;letter-spacing:0;top:16.3125rem;left:27.5rem;height:2.3999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#n5nMvbHOSJzfaDs1k1TlORMS73D3827t { color:rgba(var(--color-tertiary-4),1);display:block;width:23.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15016;line-height:1.6;letter-spacing:0;top:16.31201171875rem;left:50.96875rem;height:2.3999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UTzzCPxV4JhZ1PDGrbziTUUM1IVtlqVG { color:rgba(var(--color-tertiary-4),1);display:block;width:21.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15014;line-height:1.6;letter-spacing:0;top:19.75rem;left:1.96875rem;height:4.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ktdWZrn74ZkV8H4ASTsEEJXPDAiExbbL { color:rgba(var(--color-tertiary-4),1);display:block;width:21.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15015;line-height:1.6;letter-spacing:0;top:19.75rem;left:26.96875rem;height:4.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZSu6qwMXgnp4GEXA36zC6UZCJvDTLGwH { color:rgba(var(--color-tertiary-4),1);display:block;width:21.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15016;line-height:1.6;letter-spacing:0;top:19.8125rem;left:51.96875rem;height:4.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ogXsBCzy9LtXecBNIq3UmMA9sVD8NdhT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ogXsBCzy9LtXecBNIq3UmMA9sVD8NdhT > .row .container { background-color: transparent; background-image: none; }#ogXsBCzy9LtXecBNIq3UmMA9sVD8NdhT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ogXsBCzy9LtXecBNIq3UmMA9sVD8NdhT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ogXsBCzy9LtXecBNIq3UmMA9sVD8NdhT > .row .container > .video-iframe-container { display: none; }#ogXsBCzy9LtXecBNIq3UmMA9sVD8NdhT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ogXsBCzy9LtXecBNIq3UmMA9sVD8NdhT > .row > .video-iframe-container { display: none; }#ogXsBCzy9LtXecBNIq3UmMA9sVD8NdhT > .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); }#ogXsBCzy9LtXecBNIq3UmMA9sVD8NdhT > .row .container { border-width: 0; border-radius: 0; }#ogXsBCzy9LtXecBNIq3UmMA9sVD8NdhT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ogXsBCzy9LtXecBNIq3UmMA9sVD8NdhT > .row .container { font-size:0.875rem;font-family:arial;height:12.3125rem;width:75rem;position:relative;display:block; }#MviiMbAmUTHtsJzyuw0A6xJtagSO1TrT { color:rgba(var(--color-tertiary-4),1);display:block;width:63.0625rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:6.6875rem;left:5.96875rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gNliGk4SoBIfERIH2ETF4cnbuZnEMgAT { color:rgba(var(--color-secondary-2),1);display:block;width:44.0625rem;position:absolute;font-family:"montserrat bold";font-size:2.8125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:2.1875rem;left:15.46875rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OgBVLJIBGb5ezukJS0QtTycFSplQ8qf2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OgBVLJIBGb5ezukJS0QtTycFSplQ8qf2 > .row .container { background-color: transparent; background-image: none; }#OgBVLJIBGb5ezukJS0QtTycFSplQ8qf2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OgBVLJIBGb5ezukJS0QtTycFSplQ8qf2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OgBVLJIBGb5ezukJS0QtTycFSplQ8qf2 > .row .container > .video-iframe-container { display: none; }#OgBVLJIBGb5ezukJS0QtTycFSplQ8qf2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OgBVLJIBGb5ezukJS0QtTycFSplQ8qf2 > .row > .video-iframe-container { display: none; }#OgBVLJIBGb5ezukJS0QtTycFSplQ8qf2 > .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); }#OgBVLJIBGb5ezukJS0QtTycFSplQ8qf2 > .row .container { border-width: 0; border-radius: 0; }#OgBVLJIBGb5ezukJS0QtTycFSplQ8qf2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OgBVLJIBGb5ezukJS0QtTycFSplQ8qf2 > .row .container { font-size:0.875rem;font-family:arial;height:5.375rem;width:75rem;position:relative;display:block; }#Te3nX5Ig0Wu0A0TZ2CAKpH1bc6QRVioG { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;top:0rem;left:28.125rem; }
#lZg0DliqTyxbBCcM8OJwnL037BtUOdxs { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;top:0rem;left:32.125rem; }
#nBbtJCF98lkL6Rw8tCCn1uHwdbb4zgck { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;top:0.0625rem;left:36.125rem; }
#OhoKnx2fqNBx8zXo4Ova3DbZ2Dk6gOZK { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;top:0.0625rem;left:40.125rem; }
#ebEGCso8QQ8eoBOcRpdMbEKJ1Mq602iQ { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;top:0rem;left:44.125rem; }
#zg8TFq0GSzF4GnK9EG6RAk4xlFTT4rAt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zg8TFq0GSzF4GnK9EG6RAk4xlFTT4rAt > .row .container { background-color: transparent; background-image: none; }#zg8TFq0GSzF4GnK9EG6RAk4xlFTT4rAt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zg8TFq0GSzF4GnK9EG6RAk4xlFTT4rAt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zg8TFq0GSzF4GnK9EG6RAk4xlFTT4rAt > .row .container > .video-iframe-container { display: none; }#zg8TFq0GSzF4GnK9EG6RAk4xlFTT4rAt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zg8TFq0GSzF4GnK9EG6RAk4xlFTT4rAt > .row > .video-iframe-container { display: none; }#zg8TFq0GSzF4GnK9EG6RAk4xlFTT4rAt > .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); }#zg8TFq0GSzF4GnK9EG6RAk4xlFTT4rAt > .row .container { border-width: 0; border-radius: 0; }#zg8TFq0GSzF4GnK9EG6RAk4xlFTT4rAt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zg8TFq0GSzF4GnK9EG6RAk4xlFTT4rAt > .row .container { font-size:0.875rem;font-family:arial;height:57.1875rem;width:75rem;position:relative;display:block; }#EVMisG2dM3HRFU7WrAmFHa8BHPoADPQC { position:absolute;display:block;z-index:15000;background-color:#f0f0f0;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(var(--color-tertiary-4),0.05) ;height:53.1875rem;width:29.375rem;top:0.8125rem;left:41.875rem;display:block; }
#UuT1tXxmfeJDXf6oWmzRbWNZvuo8h9Q9 { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/d76e6f06-ddce-4ce3-a68c-1e88d61c74c0/Megan.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:9.1875rem;width:9.1875rem;top:3.3125rem;left:51.9375rem;display:block; }#UuT1tXxmfeJDXf6oWmzRbWNZvuo8h9Q9.adaptive-delivery-prevent-bg, #UuT1tXxmfeJDXf6oWmzRbWNZvuo8h9Q9.lazyload, #UuT1tXxmfeJDXf6oWmzRbWNZvuo8h9Q9.lazyloading { background-image: none; }
#o314RNnRTeR8tiPl5TGHkPurg7sZsZrH { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/e4d5a933-5855-4805-9f52-17aa6822a144/ColorPortrait2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:9.1875rem;width:9.1875rem;top:3.3125rem;left:14.125rem;display:block; }#o314RNnRTeR8tiPl5TGHkPurg7sZsZrH.adaptive-delivery-prevent-bg, #o314RNnRTeR8tiPl5TGHkPurg7sZsZrH.lazyload, #o314RNnRTeR8tiPl5TGHkPurg7sZsZrH.lazyloading { background-image: none; }
#vx96gyZFMVNVo2qqu6KHOfA9wlypUVrE { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:3.25rem;top:10.625rem;left:8.25rem;overflow:hidden;display:block; }
#slbIpAHbHBLThZK6dVKV1qKvVVvCuJBg { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:3.25rem;top:5.4375rem;left:25.0625rem;overflow:hidden;display:block; }
#u5IBhg3u0JstFCsdWcxduEy5Qnuy85c7 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:3.25rem;top:10.6875rem;left:46.25rem;overflow:hidden;display:block; }
#zIPbbAESXNEFxdy9F0ggwTlpmCsQ0BGg { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:3.25rem;top:5.5rem;left:63.0625rem;overflow:hidden;display:block; }
#PwF0cCOqz4xsDRPISQrA3qu87GQTfKJ7 { color:rgba(var(--color-tertiary-4),1);display:block;width:25.9375rem;position:absolute;font-family:"source sans pro";font-size:1.5rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:16.125rem;left:6.25rem;height:31.5rem;font-style:italic;display:block; }
#NFiGtzzl7hEI5rN5A20WAINThaT1cqNi { color:rgba(var(--color-tertiary-4),1);display:block;width:25.1875rem;position:absolute;font-family:"source sans pro";font-size:1.5rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:16.125rem;left:44.0625rem;height:33.75rem;font-style:italic;display:block; }
#bwtmUKXeRkIKMzRJZAWI9Efi4MyRUf7a { color:rgba(var(--color-tertiary-4),1);display:block;width:25rem;position:absolute;font-family:"source sans pro";font-size:1.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:48.6875rem;left:6.25rem;height:1.94970625rem;font-style:italic;display:block; }
#LA2kDnKFmFBLSusayPmwbKhzm5r9W8cP { color:rgba(var(--color-tertiary-4),1);display:block;width:25rem;position:absolute;font-family:"source sans pro";font-size:1.5rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:48.6875rem;left:43.75rem;height:1.94970625rem;font-style:italic;display:block; }
#KVkdEFH6tbF0qT6O5vonrH8gVBVg06sH { position:absolute;display:block;z-index:15001;background-color:#f0f0f0;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(var(--color-tertiary-4),0.05) ;height:53.1875rem;width:29.375rem;top:0.875rem;left:4.53125rem;display:block; }
#Ahx3sP0ZQ4gyfmWpqsefpnmdZAbqkuIC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#333333;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; }#Ahx3sP0ZQ4gyfmWpqsefpnmdZAbqkuIC > .row .container { background-color: transparent; background-image: none; }#Ahx3sP0ZQ4gyfmWpqsefpnmdZAbqkuIC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ahx3sP0ZQ4gyfmWpqsefpnmdZAbqkuIC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ahx3sP0ZQ4gyfmWpqsefpnmdZAbqkuIC > .row .container > .video-iframe-container { display: none; }#Ahx3sP0ZQ4gyfmWpqsefpnmdZAbqkuIC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ahx3sP0ZQ4gyfmWpqsefpnmdZAbqkuIC > .row > .video-iframe-container { display: none; }#Ahx3sP0ZQ4gyfmWpqsefpnmdZAbqkuIC > .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); }#Ahx3sP0ZQ4gyfmWpqsefpnmdZAbqkuIC > .row .container { border-width: 0; border-radius: 0; }#Ahx3sP0ZQ4gyfmWpqsefpnmdZAbqkuIC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ahx3sP0ZQ4gyfmWpqsefpnmdZAbqkuIC > .row .container { font-size:0.875rem;font-family:arial;height:23.9375rem;width:75rem;position:relative;display:block; }#ySgTitNkHthqO19aBfKIIaHrMEWaBTIi { color:rgba(var(--color-tertiary-0),1);display:block;width:37.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:2.40625rem;left:18.71875rem;height:3.8999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RymfkJElJ8Olmrv9nReO2cgPiKS9ywKy { background-color:rgba(var(--color-primary-2),1);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:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(var(--color-tertiary-4),0.1) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:61.625rem;height:4.375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:15.96875rem;left:8.25rem;display:block; }
#hZEuI5BEpaweTxhiycfOLtWHfNflMs0e { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uH7aAdav3mEuivRUXUtPEenNUGLgOdUE { color:rgba(var(--color-tertiary-0),1);display:block;width:45.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15017;line-height:1.6;letter-spacing:0;top:7.0625rem;left:14.875rem;height:6.2995625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/S2fcScax/top-bg.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #OAy8IrvWN386DMXXKB6569uWM7yTpnWy { display:block; }#OAy8IrvWN386DMXXKB6569uWM7yTpnWy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Uvg6zX9gL94FMThGuz0sp0sFcTuqTQih { width:3rem;height:3rem;top:1.8125rem;left:44.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgxPyAOJesHET1tnbAsOEBTKxc3WL2vt { width:7.5625rem;height:1.3125rem;top:2.625rem;left:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hb5iCn6o10RaB3yH528SRxv8PpwxTzuM { display:block; }
 }@media only screen and (max-width: 763px) { #vEVIksBoxAdQShQUlboJVsvqu9WiTa35 { width:13.3125rem;height:1.3125rem;top:2.5rem;left:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xn8E5JbKxbg3CiTCxqM1IgrGGMrgSqru { display:block; }
 }@media only screen and (max-width: 763px) { #fF7a3Vkqps3yGCz0yopJhPU5fatesmIt { width:3rem;height:3rem;top:1.8125rem;left:44.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aufpgpgWa8OL1IyhDovhJg1xrNuyHiWc { width:10.25rem;height:4.875rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLlmrKN6UvSfpKAR3GNaCBD4Dro4JOzZ { width:1.875rem;height:1.875rem;top:2.375rem;left:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8ILiKDC4mpnRvaMNSDJ7Ky1ShiBTZdK { width:1.875rem;height:1.875rem;top:2.375rem;left:29.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMeM29IxSfCzKrmH0DxCvST3J951Wqzv { width:1.875rem;height:1.875rem;top:2.4375rem;left:45.875rem;display:block; }
#cMeM29IxSfCzKrmH0DxCvST3J951Wqzv > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #z0hECPd8rOAkzSfEIhhLRo7J3ApaSXuE { width:1.875rem;height:1.875rem;top:2.3125rem;left:45.875rem;display:block; }
#z0hECPd8rOAkzSfEIhhLRo7J3ApaSXuE > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #g1Ovx4ZSevZR7LVUkVQg1XxrecTZU1eQ { width:3rem;height:3rem;top:1.8125rem;left:44.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDzLMc3gxGhG7hUWNIlkS0ke5kSZMp5H { width:3rem;height:3rem;top:1.8125rem;left:44.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Js7M1X45lC2kALUA28yPgPa21MBmpwkN { width:1.875rem;height:1.875rem;top:2.3125rem;left:45.875rem;display:block; }
#Js7M1X45lC2kALUA28yPgPa21MBmpwkN > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #vskcOiBCD756758ITOs1k04UdrtSNvow { width:1.875rem;height:1.875rem;top:2.375rem;left:45.875rem;display:block; }
#vskcOiBCD756758ITOs1k04UdrtSNvow > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/rIv53bfF/eclipse.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W7t4g9cenPhIGuhu7uxWAScazStmMBui { width:32.5rem;height:6.75rem;top:7.9375rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZUAyT4KPKleGCH757w2821J9OKsQVZT { width:25.4375rem;height:3.875rem;top:16.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2rX55Hi5a3fg9NFpKH1TJTP71wK50mi { width:17.5rem;height:3.4375rem;top:32.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4kU3gncPsSHRzqb10dTgInCuAoZ4gAh { display:block; }
 }@media only screen and (max-width: 763px) { #nhT4A5smnsbxIvKIuqpNTdhvs0d05J4F { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/BrfQbA5t/middle-bg2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;display:block; }#nhT4A5smnsbxIvKIuqpNTdhvs0d05J4F.adaptive-delivery-prevent-bg, #nhT4A5smnsbxIvKIuqpNTdhvs0d05J4F.lazyload, #nhT4A5smnsbxIvKIuqpNTdhvs0d05J4F.lazyloading { background-image: none; }#nhT4A5smnsbxIvKIuqpNTdhvs0d05J4F > .row .container { background-color: transparent; background-image: none; }#nhT4A5smnsbxIvKIuqpNTdhvs0d05J4F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nhT4A5smnsbxIvKIuqpNTdhvs0d05J4F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nhT4A5smnsbxIvKIuqpNTdhvs0d05J4F > .row .container > .video-iframe-container { display: none; }#nhT4A5smnsbxIvKIuqpNTdhvs0d05J4F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nhT4A5smnsbxIvKIuqpNTdhvs0d05J4F > .row > .video-iframe-container { display: none; }#nhT4A5smnsbxIvKIuqpNTdhvs0d05J4F > .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); }#nhT4A5smnsbxIvKIuqpNTdhvs0d05J4F > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e9XkIzvaC5fZ7lp98EW4S1Sh1BFrXbIB { width:21.1875rem;height:5.75rem;top:9.25rem;left:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXCtVSWlbR0PErMykMOGABLhgDRVn3Bc { width:19.0625rem;height:4.375rem;top:39.0625rem;left:28.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zv02WTkTuTisWcmXrgOxi9qQvBhpxn8i { display:block; }
 }@media only screen and (max-width: 763px) { #d0JwHhJlGs91SdAltxonukyfc0n9X3lA { width:31rem;height:41.125rem;top:0rem;left:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qInSSNmEmqVOkk0HwkkNNw1AsnMRVw6a { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #uE56Atnig9wVdNb8dwdUSQgnTzNLwg6y { top:18.0625rem;left:12.25rem;width:35.5rem;height:;font-size:1.25rem;display:block; }#uE56Atnig9wVdNb8dwdUSQgnTzNLwg6y li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/b8738b25-547c-4076-9209-431c0b76a41d/8530673_question_circle_icon.png); }
 }@media only screen and (max-width: 763px) { #Bk4nltIz58LFPwziol0d1v2TSI5lnSrc { top:32.125rem;left:14.9375rem;width:32.8125rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEhFCEgPr9aUdl7sgs8Je6xuWLNgrJOR { top:9.4375rem;left:24.5625rem;width:6.125rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJBFb6e2947p0lMhd2HUSBvHEKx7CDvb { display:block; }#RJBFb6e2947p0lMhd2HUSBvHEKx7CDvb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aEBfuccnl8TQ1nb7HxNTO2wk0a3APUQx { width:47.75rem;height:3.625rem;top:4.5625rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JiX0ZARznsHDw6mnqJAhKXqxnT3mRRQR { display:block; }#JiX0ZARznsHDw6mnqJAhKXqxnT3mRRQR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wnsudGQKJ0GyO9zflbklQSVAoeW6eSu3 { width:15rem;height:15rem;top:0.0625rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRzgn5CfwDccW7GJATVrzbISMMycDTWD { width:10.3125rem;height:10.3125rem;top:2.375rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PayT5r2sMDCWlBAvNWXKnhH5wbnWueMs { width:5.625rem;height:5.625rem;top:4.75rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9ZzfidqVp5SPHkEx9zVmcEKMRDtaLog { width:15rem;height:15rem;top:0.0625rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hz0Hr9FpklHRqsXXiawS0y9yawTz9NGW { width:10.3125rem;height:10.3125rem;top:2.4375rem;left:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ee3EXP2JwWH6dIIpMx3Q8xGoEXBfLWVU { width:5.625rem;height:5.625rem;top:4.75rem;left:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0tM1bRRbLNya7SAUGSGCTETAUiXhn5y { width:15rem;height:15rem;top:0.0625rem;left:32.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhoGr5FQmBlySzrQ8pqW264HBolXUlwJ { width:10.3125rem;height:10.3125rem;top:2.4375rem;left:34.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKLd2xUtqxfbsgxOBBvkNKNTGiBG5TDe { width:5.625rem;height:5.625rem;top:4.75rem;left:36.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cq0EHc2NuapQ4JcGlRmIBTwLD541TyGl { width:16.9375rem;height:1.9375rem;top:16.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOagLgtZXih1h8rbodPvXkIJNk6kdTBN { width:12.5rem;height:1.9375rem;top:16.6875rem;left:17.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PikT0myIzDAdie6Z0ZqJa5hmDcaxEG5E { width:20.625rem;height:1.9375rem;top:16.6875rem;left:27rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIf2ci3pMN49knwKmbGhrHxpyKypO466 { width:13.9375rem;height:4.875rem;top:19.5625rem;left:0.9892578125rem;z-index:15010;font-size:1.25rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #AbJLt7EtEM9br9AM8GfhciirIP6PrxTq { width:13.9375rem;height:4.875rem;top:19.5625rem;left:32.822265625rem;z-index:15010;font-size:1.25rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ZI8tuHM1UBWDIHglBtBUme6hmhpMffkn { width:13.9375rem;height:4.875rem;top:19.5625rem;left:16.90625rem;z-index:15010;font-size:1.25rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #S6PyooaqHzgdWDnQqWz7C0s0GtbOGOC8 { display:block; }#S6PyooaqHzgdWDnQqWz7C0s0GtbOGOC8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ie9Sp2UhwsZTaODTmnreJCdcuznBEBai { width:13.9375rem;height:4.875rem;top:19.5625rem;left:0.9892578125rem;z-index:15010;font-size:1.25rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #s2uJd6eFgkrz1yLTIXVzx5y8sR1T7IZf { width:12.5rem;height:1.9375rem;top:19.25rem;left:4.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UI5aliES13oabREkKLDCoTqvD1RiuRCF { width:15rem;height:15rem;top:2.3125rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8L4h5p8A5Np9nhF0W7WTwkrTVdraTpL { width:10.3125rem;height:10.3125rem;top:4.6875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArHcNkdhgp1BZvABFqxGWCVNdMdZ0ROx { width:5.625rem;height:5.625rem;top:7rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTZFHNT7r3HlUTMoM9vfNZfUN3Tfq6AG { width:13.9375rem;height:4.875rem;top:19.5625rem;left:0.9892578125rem;z-index:15010;font-size:1.25rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #AhMa0Pbto2ctM2AqHhxdk4SFFAWpA6qz { width:18rem;height:1.9375rem;top:19.25rem;left:27.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3sRuZXIrgb5QKlec5qkVpXvqwnzsuot { width:15rem;height:15rem;top:2.375rem;left:28.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwTitolFm4EurtmmmiZECLkgGEDzfRpu { width:10.3125rem;height:10.3125rem;top:4.75rem;left:30.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #shrUbXn7wDsJWAay6hO10ce8wT4FLrew { width:5.625rem;height:5.625rem;top:7rem;left:33rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBrIC5T9WEPB1DFO6ZEqpenw2NZKVmty { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/BrfQbA5t/middle-bg2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;display:block; }#uBrIC5T9WEPB1DFO6ZEqpenw2NZKVmty.adaptive-delivery-prevent-bg, #uBrIC5T9WEPB1DFO6ZEqpenw2NZKVmty.lazyload, #uBrIC5T9WEPB1DFO6ZEqpenw2NZKVmty.lazyloading { background-image: none; }#uBrIC5T9WEPB1DFO6ZEqpenw2NZKVmty > .row .container { background-color: transparent; background-image: none; }#uBrIC5T9WEPB1DFO6ZEqpenw2NZKVmty::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uBrIC5T9WEPB1DFO6ZEqpenw2NZKVmty > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uBrIC5T9WEPB1DFO6ZEqpenw2NZKVmty > .row .container > .video-iframe-container { display: none; }#uBrIC5T9WEPB1DFO6ZEqpenw2NZKVmty > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uBrIC5T9WEPB1DFO6ZEqpenw2NZKVmty > .row > .video-iframe-container { display: none; }#uBrIC5T9WEPB1DFO6ZEqpenw2NZKVmty > .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); }#uBrIC5T9WEPB1DFO6ZEqpenw2NZKVmty > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lnEhR2CH6TUJX0M3Qm0U9eux3dyuBsAk { width:27.5rem;height:5.75rem;top:9.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #chnM1SVQ1H5tKHSn4aJEU2qW05JxNu51 { width:25.3125rem;height:9.5rem;top:16.4375rem;left:0rem;z-index:15010;font-size:1.5rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #IenSiqi1wRTWxqmPZRDsATdJ72c7sN1J { width:31rem;height:41.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQesuEJUuWKGsCpWeP155DlGUEULxO0T { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZQuLpmqEdCg41PhNA1bEg96M2ZTGWtrQ { width:19.0625rem;height:4.375rem;top:42rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5pk5pakGFb1P19aFse5wsVC8CkwopN8 { display:block; }
 }@media only screen and (max-width: 763px) { #DCOvJcUhD4TT0NI6Uw41sUuDhgqM7JMP { display:block; }#DCOvJcUhD4TT0NI6Uw41sUuDhgqM7JMP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fdHenaUr7bgWCEHqm0NtFHgT8aZhnWSK { width:47.75rem;height:3.625rem;top:4.1875rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RS32KT0dMDkIMQ9TkfTTFu07bUJxGvOQ { width:25.3125rem;height:9.5rem;top:16.4375rem;left:0rem;z-index:15010;font-size:1.5rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #PSQia42LwIPNqPv0tWfSW09c494C1pbw { top:17.375rem;left:0rem;width:47.75rem;height:14.8125rem;font-size:1.1875rem;display:block; }#PSQia42LwIPNqPv0tWfSW09c494C1pbw li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/b8738b25-547c-4076-9209-431c0b76a41d/8530673_question_circle_icon.png); }
 }@media only screen and (max-width: 763px) { #bfwR2NpHPvRwn2UqSINZn9yaBAFyn2qQ { width:17.8125rem;height:4.375rem;top:34.5rem;left:14.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TR5c45tdllnqpmVbDvqnIwWT7WAiV8IV { display:block; }
 }@media only screen and (max-width: 763px) { #L83I5B5ZJKgXRieemhJNyLLSTEJASeFI { display:block; }#L83I5B5ZJKgXRieemhJNyLLSTEJASeFI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tn8zKar9Qv1a5tL6lgTrZtIzgh0LcEvA { width:19.375rem;height:12.875rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwKd986NpuM9ladk6a0845mcpHEofIAG { width:19.375rem;height:12.875rem;top:1.875rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #weMxHcX7DMUzCk20JbTKe7hMmAGNWrbh { width:19.375rem;height:13rem;top:1.875rem;left:28.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGWg4lGeE0w70B4ZAm88pJwvESZwi0MK { width:25.3125rem;height:9.5rem;top:16.4375rem;left:0rem;z-index:15010;font-size:1.5rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #HOzTovqET7FComN8sfewTO6vxFdl8NAw { width:25.3125rem;height:9.5rem;top:16.4375rem;left:0rem;z-index:15010;font-size:1.5rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #n5nMvbHOSJzfaDs1k1TlORMS73D3827t { width:25.3125rem;height:9.5rem;top:16.4375rem;left:0rem;z-index:15010;font-size:1.5rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #UTzzCPxV4JhZ1PDGrbziTUUM1IVtlqVG { width:25.3125rem;height:9.5rem;top:16.4375rem;left:0rem;z-index:15010;font-size:1.5rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ktdWZrn74ZkV8H4ASTsEEJXPDAiExbbL { width:25.3125rem;height:9.5rem;top:16.4375rem;left:0rem;z-index:15010;font-size:1.5rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ZSu6qwMXgnp4GEXA36zC6UZCJvDTLGwH { width:25.3125rem;height:9.5rem;top:16.4375rem;left:0rem;z-index:15010;font-size:1.5rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ogXsBCzy9LtXecBNIq3UmMA9sVD8NdhT { display:block; }#ogXsBCzy9LtXecBNIq3UmMA9sVD8NdhT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MviiMbAmUTHtsJzyuw0A6xJtagSO1TrT { width:47.75rem;height:2.875rem;top:6.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNliGk4SoBIfERIH2ETF4cnbuZnEMgAT { width:44.0625rem;height:3.625rem;top:2.1875rem;left:1.84375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgBVLJIBGb5ezukJS0QtTycFSplQ8qf2 { display:block; }#OgBVLJIBGb5ezukJS0QtTycFSplQ8qf2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Te3nX5Ig0Wu0A0TZ2CAKpH1bc6QRVioG { width:2.75rem;height:2.75rem;top:0rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZg0DliqTyxbBCcM8OJwnL037BtUOdxs { width:2.75rem;height:2.75rem;top:0rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBbtJCF98lkL6Rw8tCCn1uHwdbb4zgck { width:2.75rem;height:2.75rem;top:0.0625rem;left:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhoKnx2fqNBx8zXo4Ova3DbZ2Dk6gOZK { width:2.75rem;height:2.75rem;top:0.0625rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebEGCso8QQ8eoBOcRpdMbEKJ1Mq602iQ { width:2.75rem;height:2.75rem;top:0rem;left:30.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zg8TFq0GSzF4GnK9EG6RAk4xlFTT4rAt { display:block; }#zg8TFq0GSzF4GnK9EG6RAk4xlFTT4rAt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EVMisG2dM3HRFU7WrAmFHa8BHPoADPQC { width:29.375rem;height:53.1875rem;top:0.8125rem;left:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UuT1tXxmfeJDXf6oWmzRbWNZvuo8h9Q9 { width:9.1875rem;height:9.1875rem;top:3.3125rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #o314RNnRTeR8tiPl5TGHkPurg7sZsZrH { width:9.1875rem;height:9.1875rem;top:3.3125rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vx96gyZFMVNVo2qqu6KHOfA9wlypUVrE { width:3.25rem;height:2.75rem;top:10.625rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #slbIpAHbHBLThZK6dVKV1qKvVVvCuJBg { width:3.25rem;height:2.8125rem;top:5.4375rem;left:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5IBhg3u0JstFCsdWcxduEy5Qnuy85c7 { width:3.25rem;height:2.75rem;top:10.6875rem;left:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIPbbAESXNEFxdy9F0ggwTlpmCsQ0BGg { width:3.25rem;height:2.8125rem;top:5.5rem;left:42.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwF0cCOqz4xsDRPISQrA3qu87GQTfKJ7 { width:25.9375rem;height:29.25rem;top:16.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFiGtzzl7hEI5rN5A20WAINThaT1cqNi { width:25.1875rem;height:31.5rem;top:16.125rem;left:22.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwtmUKXeRkIKMzRJZAWI9Efi4MyRUf7a { width:25rem;height:1.9375rem;top:48.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LA2kDnKFmFBLSusayPmwbKhzm5r9W8cP { width:25rem;height:1.9375rem;top:48.6875rem;left:22.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVkdEFH6tbF0qT6O5vonrH8gVBVg06sH { width:29.375rem;height:53.1875rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ahx3sP0ZQ4gyfmWpqsefpnmdZAbqkuIC { display:block; }#Ahx3sP0ZQ4gyfmWpqsefpnmdZAbqkuIC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ySgTitNkHthqO19aBfKIIaHrMEWaBTIi { width:37.5625rem;height:3.875rem;top:2.375rem;left:5.09375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RymfkJElJ8Olmrv9nReO2cgPiKS9ywKy { width:46.75rem;height:4.375rem;top:15.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZEuI5BEpaweTxhiycfOLtWHfNflMs0e { display:block; }
 }@media only screen and (max-width: 763px) { #uH7aAdav3mEuivRUXUtPEenNUGLgOdUE { width:25.3125rem;height:9.5rem;top:16.4375rem;left:0rem;z-index:15010;font-size:1.5rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { body { background-color:transparent;background-image:url("https://images.assets-landingi.com/S2fcScax/top-bg.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #OAy8IrvWN386DMXXKB6569uWM7yTpnWy { position:relative;z-index:auto;display:block; }#OAy8IrvWN386DMXXKB6569uWM7yTpnWy > .row .container { width:20rem;height:8.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Uvg6zX9gL94FMThGuz0sp0sFcTuqTQih { width:2.75rem;height:2.75rem;top:4.375rem;left:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgxPyAOJesHET1tnbAsOEBTKxc3WL2vt { width:7.5625rem;height:1.3125rem;top:4.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hb5iCn6o10RaB3yH528SRxv8PpwxTzuM { display:block; }
 }@media only screen and (max-width: 763px) { #vEVIksBoxAdQShQUlboJVsvqu9WiTa35 { width:11.375rem;height:1.3125rem;top:4.625rem;left:8.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xn8E5JbKxbg3CiTCxqM1IgrGGMrgSqru { display:block; }
 }@media only screen and (max-width: 763px) { #fF7a3Vkqps3yGCz0yopJhPU5fatesmIt { width:2.75rem;height:2.75rem;top:4.375rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aufpgpgWa8OL1IyhDovhJg1xrNuyHiWc { width:3.9375rem;height:1.9375rem;top:1.25rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLlmrKN6UvSfpKAR3GNaCBD4Dro4JOzZ { width:1.875rem;height:1.875rem;top:4.5625rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #g8ILiKDC4mpnRvaMNSDJ7Ky1ShiBTZdK { width:1.875rem;height:1.875rem;top:7.6875rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #cMeM29IxSfCzKrmH0DxCvST3J951Wqzv { width:1.6875rem;height:1.6875rem;top:4.9375rem;left:11.375rem;font-size:1.125rem;display:block; }
#cMeM29IxSfCzKrmH0DxCvST3J951Wqzv > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #z0hECPd8rOAkzSfEIhhLRo7J3ApaSXuE { width:1.6875rem;height:1.6875rem;top:4.875rem;left:15.4375rem;font-size:1.125rem;display:block; }
#z0hECPd8rOAkzSfEIhhLRo7J3ApaSXuE > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #g1Ovx4ZSevZR7LVUkVQg1XxrecTZU1eQ { width:3rem;height:3rem;top:4.25rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDzLMc3gxGhG7hUWNIlkS0ke5kSZMp5H { width:3rem;height:3rem;top:4.25rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Js7M1X45lC2kALUA28yPgPa21MBmpwkN { width:1.875rem;height:1.875rem;top:4.9375rem;left:7.3125rem;font-size:1.125rem;display:block; }
#Js7M1X45lC2kALUA28yPgPa21MBmpwkN > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #vskcOiBCD756758ITOs1k04UdrtSNvow { width:1.875rem;height:1.875rem;top:5rem;left:2.875rem;font-size:1.125rem;display:block; }
#vskcOiBCD756758ITOs1k04UdrtSNvow > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7d0bb4fc-249f-416a-99d0-4fc61c41f305/diet617756_1280.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(97,183,226,0.83); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(97,183,226,0.83); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:59.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W7t4g9cenPhIGuhu7uxWAScazStmMBui { width:20rem;height:15.597625rem;top:3.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #kZUAyT4KPKleGCH757w2821J9OKsQVZT { width:20rem;height:20.625rem;top:22.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #c2rX55Hi5a3fg9NFpKH1TJTP71wK50mi { width:17.5rem;height:3.4375rem;top:53.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4kU3gncPsSHRzqb10dTgInCuAoZ4gAh { display:block; }
 }@media only screen and (max-width: 763px) { #nhT4A5smnsbxIvKIuqpNTdhvs0d05J4F { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/270a4fcb-43f6-4d68-91b7-eba6b74475fa/DALLE20241025173331AwomansittingonacouchlookingfrustratedandtiredSheisoverweightdressedincasualclothingthatfullycoversherbodyholdingherheadi.webp");background-position:top 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nhT4A5smnsbxIvKIuqpNTdhvs0d05J4F.adaptive-delivery-prevent-bg, #nhT4A5smnsbxIvKIuqpNTdhvs0d05J4F.lazyload, #nhT4A5smnsbxIvKIuqpNTdhvs0d05J4F.lazyloading { background-image: none; }#nhT4A5smnsbxIvKIuqpNTdhvs0d05J4F > .row .container { background-color: transparent; background-image: none; }#nhT4A5smnsbxIvKIuqpNTdhvs0d05J4F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nhT4A5smnsbxIvKIuqpNTdhvs0d05J4F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nhT4A5smnsbxIvKIuqpNTdhvs0d05J4F > .row .container > .video-iframe-container { display: none; }#nhT4A5smnsbxIvKIuqpNTdhvs0d05J4F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nhT4A5smnsbxIvKIuqpNTdhvs0d05J4F > .row > .video-iframe-container { display: none; }#nhT4A5smnsbxIvKIuqpNTdhvs0d05J4F > .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); }#nhT4A5smnsbxIvKIuqpNTdhvs0d05J4F > .row .container { border-width: 0; border-radius: 0; }#nhT4A5smnsbxIvKIuqpNTdhvs0d05J4F > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nhT4A5smnsbxIvKIuqpNTdhvs0d05J4F > .row .container { width:20rem;height:70.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e9XkIzvaC5fZ7lp98EW4S1Sh1BFrXbIB { width:20rem;height:4.54980625rem;top:32.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXCtVSWlbR0PErMykMOGABLhgDRVn3Bc { width:19.0625rem;height:4.375rem;top:62.375rem;left:0.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zv02WTkTuTisWcmXrgOxi9qQvBhpxn8i { display:block; }
 }@media only screen and (max-width: 763px) { #d0JwHhJlGs91SdAltxonukyfc0n9X3lA { width:20rem;height:41.125rem;top:2.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qInSSNmEmqVOkk0HwkkNNw1AsnMRVw6a { top:-0.125rem;left:0rem;width:20rem;height:57.125rem;z-index:15003;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #uE56Atnig9wVdNb8dwdUSQgnTzNLwg6y { width:20rem;height:17.246125rem;top:38.25rem;left:0rem;font-size:1rem;display:block; }#uE56Atnig9wVdNb8dwdUSQgnTzNLwg6y li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/b8738b25-547c-4076-9209-431c0b76a41d/8530673_question_circle_icon.png); }
 }@media only screen and (max-width: 763px) { #Bk4nltIz58LFPwziol0d1v2TSI5lnSrc { width:20rem;height:3.8994125rem;top:57rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sEhFCEgPr9aUdl7sgs8Je6xuWLNgrJOR { width:6.125rem;height:6.125rem;top:24.5625rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJBFb6e2947p0lMhd2HUSBvHEKx7CDvb { display:block; }#RJBFb6e2947p0lMhd2HUSBvHEKx7CDvb > .row .container { width:20rem;height:9.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aEBfuccnl8TQ1nb7HxNTO2wk0a3APUQx { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #JiX0ZARznsHDw6mnqJAhKXqxnT3mRRQR { display:block; }#JiX0ZARznsHDw6mnqJAhKXqxnT3mRRQR > .row .container { width:20rem;height:72.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wnsudGQKJ0GyO9zflbklQSVAoeW6eSu3 { width:15rem;height:15rem;top:1.25rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRzgn5CfwDccW7GJATVrzbISMMycDTWD { width:10.3125rem;height:10.3125rem;top:3.59375rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PayT5r2sMDCWlBAvNWXKnhH5wbnWueMs { width:3.5625rem;height:3.5625rem;top:6.96875rem;left:8.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9ZzfidqVp5SPHkEx9zVmcEKMRDtaLog { width:15rem;height:15rem;top:24.54980625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hz0Hr9FpklHRqsXXiawS0y9yawTz9NGW { width:10.3125rem;height:10.3125rem;top:26.92480625rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ee3EXP2JwWH6dIIpMx3Q8xGoEXBfLWVU { width:3.875rem;height:3.875rem;top:30.1123046875rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0tM1bRRbLNya7SAUGSGCTETAUiXhn5y { width:15rem;height:15rem;top:47.8496125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhoGr5FQmBlySzrQ8pqW264HBolXUlwJ { width:10.3125rem;height:10.3125rem;top:50.2246125rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKLd2xUtqxfbsgxOBBvkNKNTGiBG5TDe { width:4.0625rem;height:4.0625rem;top:53.318359375rem;left:7.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cq0EHc2NuapQ4JcGlRmIBTwLD541TyGl { width:12.5rem;height:1.29980625rem;top:17.5rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOagLgtZXih1h8rbodPvXkIJNk6kdTBN { width:12.5rem;height:1.29980625rem;top:40.79980625rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PikT0myIzDAdie6Z0ZqJa5hmDcaxEG5E { width:12.5rem;height:1.29980625rem;top:64.0996125rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIf2ci3pMN49knwKmbGhrHxpyKypO466 { width:14.1875rem;height:4.875rem;top:20.04980625rem;left:2.875rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbJLt7EtEM9br9AM8GfhciirIP6PrxTq { width:14.1875rem;height:4.875rem;top:43.3496125rem;left:2.875rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZI8tuHM1UBWDIHglBtBUme6hmhpMffkn { width:14.1875rem;height:4.875rem;top:66.64941875rem;left:2.875rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6PyooaqHzgdWDnQqWz7C0s0GtbOGOC8 { display:block; }#S6PyooaqHzgdWDnQqWz7C0s0GtbOGOC8 > .row .container { width:20rem;height:50.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ie9Sp2UhwsZTaODTmnreJCdcuznBEBai { width:14.1875rem;height:4.875rem;top:20.04980625rem;left:2.875rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2uJd6eFgkrz1yLTIXVzx5y8sR1T7IZf { width:12.5rem;height:1.29980625rem;top:17.5rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UI5aliES13oabREkKLDCoTqvD1RiuRCF { width:15rem;height:15rem;top:1.25rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8L4h5p8A5Np9nhF0W7WTwkrTVdraTpL { width:10.3125rem;height:10.3125rem;top:3.625rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArHcNkdhgp1BZvABFqxGWCVNdMdZ0ROx { width:5.5625rem;height:5.5625rem;top:5.96875rem;left:7.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTZFHNT7r3HlUTMoM9vfNZfUN3Tfq6AG { width:14.1875rem;height:4.875rem;top:43.3496125rem;left:2.875rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhMa0Pbto2ctM2AqHhxdk4SFFAWpA6qz { width:12.5rem;height:1.29980625rem;top:40.79980625rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3sRuZXIrgb5QKlec5qkVpXvqwnzsuot { width:15rem;height:15rem;top:24.54980625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwTitolFm4EurtmmmiZECLkgGEDzfRpu { width:10.3125rem;height:10.3125rem;top:26.92480625rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #shrUbXn7wDsJWAay6hO10ce8wT4FLrew { width:3.9375rem;height:3.9375rem;top:30.0810546875rem;left:8.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBrIC5T9WEPB1DFO6ZEqpenw2NZKVmty { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/47eae7e0-0a26-42d2-9668-67749d3a551c/AdobeStock_297158128.jpeg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#uBrIC5T9WEPB1DFO6ZEqpenw2NZKVmty.adaptive-delivery-prevent-bg, #uBrIC5T9WEPB1DFO6ZEqpenw2NZKVmty.lazyload, #uBrIC5T9WEPB1DFO6ZEqpenw2NZKVmty.lazyloading { background-image: none; }#uBrIC5T9WEPB1DFO6ZEqpenw2NZKVmty > .row .container { background-color: transparent; background-image: none; }#uBrIC5T9WEPB1DFO6ZEqpenw2NZKVmty::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uBrIC5T9WEPB1DFO6ZEqpenw2NZKVmty > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uBrIC5T9WEPB1DFO6ZEqpenw2NZKVmty > .row .container > .video-iframe-container { display: none; }#uBrIC5T9WEPB1DFO6ZEqpenw2NZKVmty > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uBrIC5T9WEPB1DFO6ZEqpenw2NZKVmty > .row > .video-iframe-container { display: none; }#uBrIC5T9WEPB1DFO6ZEqpenw2NZKVmty > .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); }#uBrIC5T9WEPB1DFO6ZEqpenw2NZKVmty > .row .container { width:20rem;height:52.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lnEhR2CH6TUJX0M3Qm0U9eux3dyuBsAk { width:20rem;height:6.8246875rem;top:16.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #chnM1SVQ1H5tKHSn4aJEU2qW05JxNu51 { width:20rem;height:17.5rem;top:24.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #IenSiqi1wRTWxqmPZRDsATdJ72c7sN1J { width:20rem;height:52.625rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #UQesuEJUuWKGsCpWeP155DlGUEULxO0T { top:1.25rem;left:0rem;width:20rem;height:41.125rem;z-index:14998;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ZQuLpmqEdCg41PhNA1bEg96M2ZTGWtrQ { width:19.0625rem;height:4.375rem;top:44.0625rem;left:0.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5pk5pakGFb1P19aFse5wsVC8CkwopN8 { display:block; }
 }@media only screen and (max-width: 763px) { #DCOvJcUhD4TT0NI6Uw41sUuDhgqM7JMP { display:block; }#DCOvJcUhD4TT0NI6Uw41sUuDhgqM7JMP > .row .container { width:20rem;height:60.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fdHenaUr7bgWCEHqm0NtFHgT8aZhnWSK { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #RS32KT0dMDkIMQ9TkfTTFu07bUJxGvOQ { width:20rem;height:7rem;top:6.44921875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #PSQia42LwIPNqPv0tWfSW09c494C1pbw { width:20rem;height:35.76075rem;top:14.34375rem;left:0rem;font-size:1.1875rem;display:block; }#PSQia42LwIPNqPv0tWfSW09c494C1pbw li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/b8738b25-547c-4076-9209-431c0b76a41d/8530673_question_circle_icon.png); }
 }@media only screen and (max-width: 763px) { #bfwR2NpHPvRwn2UqSINZn9yaBAFyn2qQ { width:17.8125rem;height:4.375rem;top:52.625rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TR5c45tdllnqpmVbDvqnIwWT7WAiV8IV { display:block; }
 }@media only screen and (max-width: 763px) { #L83I5B5ZJKgXRieemhJNyLLSTEJASeFI { display:block; }#L83I5B5ZJKgXRieemhJNyLLSTEJASeFI > .row .container { width:20rem;height:82.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tn8zKar9Qv1a5tL6lgTrZtIzgh0LcEvA { width:19.375rem;height:12.875rem;top:1.25rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwKd986NpuM9ladk6a0845mcpHEofIAG { width:19.375rem;height:12.875rem;top:27.224625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #weMxHcX7DMUzCk20JbTKe7hMmAGNWrbh { width:19.375rem;height:13rem;top:53.19925rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGWg4lGeE0w70B4ZAm88pJwvESZwi0MK { width:20rem;height:1.75rem;top:15.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #HOzTovqET7FComN8sfewTO6vxFdl8NAw { width:20rem;height:1.75rem;top:41.599625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #n5nMvbHOSJzfaDs1k1TlORMS73D3827t { width:20rem;height:1.75rem;top:67.57425rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #UTzzCPxV4JhZ1PDGrbziTUUM1IVtlqVG { width:20rem;height:5.51220625rem;top:18.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ktdWZrn74ZkV8H4ASTsEEJXPDAiExbbL { width:20rem;height:3.67480625rem;top:44.599625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ZSu6qwMXgnp4GEXA36zC6UZCJvDTLGwH { width:20rem;height:5.51220625rem;top:70.57425rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ogXsBCzy9LtXecBNIq3UmMA9sVD8NdhT { display:block; }#ogXsBCzy9LtXecBNIq3UmMA9sVD8NdhT > .row .container { width:20rem;height:17.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MviiMbAmUTHtsJzyuw0A6xJtagSO1TrT { width:20rem;height:6.499rem;top:3.79980625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNliGk4SoBIfERIH2ETF4cnbuZnEMgAT { width:20rem;height:5.19921875rem;top:11.5483671875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgBVLJIBGb5ezukJS0QtTycFSplQ8qf2 { display:block; }#OgBVLJIBGb5ezukJS0QtTycFSplQ8qf2 > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Te3nX5Ig0Wu0A0TZ2CAKpH1bc6QRVioG { width:2.75rem;height:2.75rem;top:1.4375rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZg0DliqTyxbBCcM8OJwnL037BtUOdxs { width:2.75rem;height:2.75rem;top:1.4375rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBbtJCF98lkL6Rw8tCCn1uHwdbb4zgck { width:2.75rem;height:2.75rem;top:1.4375rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhoKnx2fqNBx8zXo4Ova3DbZ2Dk6gOZK { width:2.75rem;height:2.75rem;top:1.4375rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebEGCso8QQ8eoBOcRpdMbEKJ1Mq602iQ { width:2.75rem;height:2.75rem;top:1.4375rem;left:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zg8TFq0GSzF4GnK9EG6RAk4xlFTT4rAt { display:block; }#zg8TFq0GSzF4GnK9EG6RAk4xlFTT4rAt > .row .container { width:20rem;height:129.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EVMisG2dM3HRFU7WrAmFHa8BHPoADPQC { width:20rem;height:36.1875rem;top:38.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UuT1tXxmfeJDXf6oWmzRbWNZvuo8h9Q9 { width:9.1875rem;height:9.1875rem;top:41.5625rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o314RNnRTeR8tiPl5TGHkPurg7sZsZrH { width:9.1875rem;height:9.1875rem;top:3.3125rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vx96gyZFMVNVo2qqu6KHOfA9wlypUVrE { width:3.25rem;height:2.75rem;top:8.8125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #slbIpAHbHBLThZK6dVKV1qKvVVvCuJBg { width:3.25rem;height:2.8125rem;top:3.3125rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5IBhg3u0JstFCsdWcxduEy5Qnuy85c7 { width:3.25rem;height:2.75rem;top:48.875rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIPbbAESXNEFxdy9F0ggwTlpmCsQ0BGg { width:3.25rem;height:2.8125rem;top:41rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwF0cCOqz4xsDRPISQrA3qu87GQTfKJ7 { width:20rem;height:18rem;top:15.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFiGtzzl7hEI5rN5A20WAINThaT1cqNi { width:20rem;height:18rem;top:53.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwtmUKXeRkIKMzRJZAWI9Efi4MyRUf7a { width:20rem;height:1.29980625rem;top:34.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LA2kDnKFmFBLSusayPmwbKhzm5r9W8cP { width:20rem;height:1.29980625rem;top:71.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVkdEFH6tbF0qT6O5vonrH8gVBVg06sH { width:20rem;height:53.1875rem;top:75.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ahx3sP0ZQ4gyfmWpqsefpnmdZAbqkuIC { display:block; }#Ahx3sP0ZQ4gyfmWpqsefpnmdZAbqkuIC > .row .container { width:20rem;height:27.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ySgTitNkHthqO19aBfKIIaHrMEWaBTIi { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #RymfkJElJ8Olmrv9nReO2cgPiKS9ywKy { width:19.75rem;height:4.375rem;top:19.5361328125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZEuI5BEpaweTxhiycfOLtWHfNflMs0e { display:block; }
 }@media only screen and (max-width: 763px) { #uH7aAdav3mEuivRUXUtPEenNUGLgOdUE { width:20rem;height:11.0244375rem;top:5.57421875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;line-height:1.4;display:block; }
 }