.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:219,247,221;--color-primary-1:136,230,143;--color-primary-2:17,204,30;--color-primary-3:9,102,15;--color-primary-4:3,31,5;--color-secondary-0:219,230,247;--color-secondary-1:136,173,230;--color-secondary-2:17,91,204;--color-secondary-3:9,46,102;--color-secondary-4:3,14,31;--color-tertiary-0:255,255,255;--color-tertiary-1:198,198,198;--color-tertiary-2:160,160,160;--color-tertiary-3:96,96,96;--color-tertiary-4:60,56,51;--headlines-font-family:"Montserrat";--paragraphs-font-family:"Montserrat"; }@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:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zzm1zOogPkUxqXXge1N5CunNvkJxDbrq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#001736;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:none; }#zzm1zOogPkUxqXXge1N5CunNvkJxDbrq > .row .container { border-width: 0; border-radius: 0; }#zzm1zOogPkUxqXXge1N5CunNvkJxDbrq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zzm1zOogPkUxqXXge1N5CunNvkJxDbrq > .row .container { font-size:0.875rem;font-family:arial;height:5.875rem;width:75rem;position:relative;display:none; }#ye9riOJeWkvipgmp5FaClyLsgTN35qJF { box-sizing:content-box;color:#6e227d;font-size:1.625rem;font-weight:400;line-height:1;height:2.37413125rem;width:2.31228125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15004;top:1.9375rem;left:52.125rem;display:none; }
#VU5IAHktfxOeZoyfzKXKDb2FBL0TUOEA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:2.0625rem;left:54.625rem;display:none; }
#MrDw4cM3XLBKfhX7ReyTV04JnZBJXka9 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:2.443359375rem;left:56.9375rem;height:1.29980625rem;text-align:center;text-align-last:center;display:none; }
#vQ7WunIPRqqRMwTT4WsaTTIrlrHdnTlL { 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.75rem;border-top-right-radius:2.75rem;border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem;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(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.0625rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:0.75rem;left:60.25rem;display:none; }
#w4htwxB3GLbOtHngbZaW9mVhS3K3yVJo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#231006;background-image:url("https://images.assets-landingi.com/uc/7b9ab646-c99d-44c5-a040-ce956984f863/_CDSI_land_banner_web_001.jpg");background-position:center !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:"open sans";height:49.75rem;width:75rem;overflow:visible;position:relative;display:block; }#L08zlWNE1zT1GtXTF7B7iTWewWI3FGvm { color:rgba(var(--color-tertiary-0),1);display:block;width:28.125rem;position:absolute;font-family:"times new roman";font-size:3.75rem;font-weight:400;z-index:15006;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.1875rem 0.5rem rgba(0,0,0,0.8);top:12.8125rem;left:5.375rem;height:7.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EWKeeWQ4BGhqBORJOF2UKAC4buuQAXkL { color:rgba(var(--color-tertiary-0),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:45.3125rem;left:5.375rem;height:0.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KbKPpeXfFAUxc37AnsUSu70r8hFcFEoX { color:rgba(var(--color-tertiary-0),1);display:block;width:20.8125rem;position:absolute;font-family:"times new roman";font-size:3.125rem;font-weight:400;z-index:15007;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.1875rem 0.5rem rgba(0,0,0,0.8);top:22.59375rem;left:5.375rem;height:6.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#enZ5yBmxnmDfpWPcoTEBg6UZfqJuG827 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7rem;width:7rem;top:3.5rem;left:4.875rem;overflow:hidden;display:block; }
#kFnfRNbGVXksWyR1UkZlyn2bt4hvBsZF .widget-form-header {  }
#kFnfRNbGVXksWyR1UkZlyn2bt4hvBsZF .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-1),1);width:23.9375rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal; }
#kFnfRNbGVXksWyR1UkZlyn2bt4hvBsZF .widget-input-text { border-top-left-radius:0.0625rem;border-top-right-radius:0.0625rem;border-bottom-left-radius:0.0625rem;border-bottom-right-radius:0.0625rem;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:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0.25rem solid rgba(var(--color-primary-0),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:23.9375rem;box-sizing:border-box;height:2.6875rem;color:rgba(var(--color-primary-0),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);text-align:center;text-align-last:center; }
#kFnfRNbGVXksWyR1UkZlyn2bt4hvBsZF .widget-input-text {padding-top: 0; padding-bottom: 0;}#kFnfRNbGVXksWyR1UkZlyn2bt4hvBsZF .widget-textarea { border-top-left-radius:0.0625rem;border-top-right-radius:0.0625rem;border-bottom-left-radius:0.0625rem;border-bottom-right-radius:0.0625rem;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:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0.25rem solid rgba(var(--color-primary-0),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:23.9375rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-primary-0),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);text-align:center;text-align-last:center; }
#kFnfRNbGVXksWyR1UkZlyn2bt4hvBsZF .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:23.9375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden; }
#kFnfRNbGVXksWyR1UkZlyn2bt4hvBsZF .widget-input-select {padding-top: 0; padding-bottom: 0;}#kFnfRNbGVXksWyR1UkZlyn2bt4hvBsZF .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#kFnfRNbGVXksWyR1UkZlyn2bt4hvBsZF .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#kFnfRNbGVXksWyR1UkZlyn2bt4hvBsZF .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:transparent;background-image: -webkit-linear-gradient(117deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(117deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(117deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(117deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(117deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:#f2f9ff;width:23.9375rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: 0.0625rem 0.0625rem 0.6875rem rgba(210,169,255,0.78) ; }
#kFnfRNbGVXksWyR1UkZlyn2bt4hvBsZF [class*="-text"]:-moz-placeholder { color:rgba(var(--color-primary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#kFnfRNbGVXksWyR1UkZlyn2bt4hvBsZF [class*="-text"]::-moz-placeholder { color:rgba(var(--color-primary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#kFnfRNbGVXksWyR1UkZlyn2bt4hvBsZF [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-primary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#kFnfRNbGVXksWyR1UkZlyn2bt4hvBsZF [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-primary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#kFnfRNbGVXksWyR1UkZlyn2bt4hvBsZF .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.8125rem;font-weight:300;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:22.5625rem;overflow:hidden;font-style:normal; }
#kFnfRNbGVXksWyR1UkZlyn2bt4hvBsZF .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#kFnfRNbGVXksWyR1UkZlyn2bt4hvBsZF .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#kFnfRNbGVXksWyR1UkZlyn2bt4hvBsZF .widget-container { padding-top:0.875rem;padding-right:0;padding-bottom:0.8125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#kFnfRNbGVXksWyR1UkZlyn2bt4hvBsZF .widget-container:first-of-type{padding-top:0;}#kFnfRNbGVXksWyR1UkZlyn2bt4hvBsZF .widget-container:last-of-type{padding-bottom:0;}#kFnfRNbGVXksWyR1UkZlyn2bt4hvBsZF  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.9375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15018;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:3.499755859375rem;left:40.142822265625rem; }
#kFnfRNbGVXksWyR1UkZlyn2bt4hvBsZF .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:23.9375rem; }
#kFnfRNbGVXksWyR1UkZlyn2bt4hvBsZF .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#kFnfRNbGVXksWyR1UkZlyn2bt4hvBsZF {display:block;}#kFnfRNbGVXksWyR1UkZlyn2bt4hvBsZF { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.9375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15018;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:3.499755859375rem;left:40.142822265625rem; }
#kFnfRNbGVXksWyR1UkZlyn2bt4hvBsZF #iGFDIIF3V3HcaaDoTfTBVqMoTXE7MX5g { position:relative; }
#kFnfRNbGVXksWyR1UkZlyn2bt4hvBsZF #ipn9EL9FScDNfOF3xuCn65NVTuBT3dG7 { position:relative;display:none; }
#kFnfRNbGVXksWyR1UkZlyn2bt4hvBsZF #h5sPewzyUalhGXWNfmTraA6sToR5nf78 { position:relative; }
#kFnfRNbGVXksWyR1UkZlyn2bt4hvBsZF #HTcaMP86Sh8EF6qXbFnsnsWr4ITJ9LBt { position:relative; }
#kFnfRNbGVXksWyR1UkZlyn2bt4hvBsZF #WB78f9g3eiJ5IZ31afxuVFhiwAAMpTdv { position:relative;display:none; }
#kFnfRNbGVXksWyR1UkZlyn2bt4hvBsZF #dsraSzeVINN0QgUbadF2ofsvsBBsi0Pc { position:relative; }
#kFnfRNbGVXksWyR1UkZlyn2bt4hvBsZF #DiJZCFSTDLzRrMAGmWuOfynfOJmo4rNJ { position:relative; }
#kFnfRNbGVXksWyR1UkZlyn2bt4hvBsZF #Onr6632aMtZhea1tdE9REXKSu962mAZ5 { position:relative;display:none; }
#kFnfRNbGVXksWyR1UkZlyn2bt4hvBsZF #Fm699uNVz8kXCu8Qu6IL79mFF92MuOUX { position:relative; }
#kFnfRNbGVXksWyR1UkZlyn2bt4hvBsZF #RGmswMOrfZJqWhltTczkHNJw9Ptne4mL { position:relative; }
#kFnfRNbGVXksWyR1UkZlyn2bt4hvBsZF #dxqWX5yWy1nenAqTUDq8c8rhuPiOFynh { position:relative;display:block; }
#kFnfRNbGVXksWyR1UkZlyn2bt4hvBsZF #iFaTs5TIt2RkkSgmSIJcg2evK1i2OEHR { position:relative; }
#DPRiLFldL1GSCrOpoy8acHlHRu0oJShR { position:relative;display:block; }
#xwnMsBkwakgE8piSJE9JKrUqXFzdfDx3 { position:relative;display:block; }
#gleBPcFDG598g2xDFWtprRHRDp2cctLz { position:relative;display:block; }
#zU51nEZF9o2UwxKRLg60Jm563TPi2ucs { position:relative;display:block; }
#TNPpygxEkTUwK4BaEMHP28mtL9Ax2yBt { position:relative;display:block; }
#gvVNHrkCIDoiwGBz6cnW1mRKUw3WUfbW { position:relative;display:block; }
#Tpe6sA6QyVkyTR7tfvxV15Wzs4XSyTUd { position:relative;display:block; }
#kFnfRNbGVXksWyR1UkZlyn2bt4hvBsZF #oCbxGFVsvzysakgEd9M2aLTOQMnLKpDN { position:relative; }
#kFnfRNbGVXksWyR1UkZlyn2bt4hvBsZF #iq3C7USpy1LeK1Toy0DM34DM8wITO72y { position:relative; }
#ILmGigpN4lyGWEPb3gDeWVOvoL0MZORW { position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(345deg, rgba(18,41,116,0.73), rgba(var(--color-secondary-4),1));background-image: -moz-linear-gradient(345deg, rgba(18,41,116,0.73), rgba(var(--color-secondary-4),1));background-image: -ms-linear-gradient(345deg, rgba(18,41,116,0.73), rgba(var(--color-secondary-4),1));background-image: -o-linear-gradient(345deg, rgba(18,41,116,0.73), rgba(var(--color-secondary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#122974ba', endColorstr='rgba(var(--color-secondary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#122974ba', endColorstr='rgba(var(--color-secondary-4),1)' );";background-image: linear-gradient(345deg, rgba(18,41,116,0.73), rgba(var(--color-secondary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: none;height:30.1875rem;width:28.875rem;top:3rem;left:38.925304878049rem;display:block; }
#BTR4cFes1MEJWPigHSfBQ75ddHcHlUle { color:rgba(var(--color-tertiary-0),1);display:block;width:27.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:30.1240234375rem;left:5.375rem;height:2.2747375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tfyTu6NIUbMawTHfuqL7qLCbqJArLShH { 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; }#tfyTu6NIUbMawTHfuqL7qLCbqJArLShH > .row .container { background-color: transparent; background-image: none; }#tfyTu6NIUbMawTHfuqL7qLCbqJArLShH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tfyTu6NIUbMawTHfuqL7qLCbqJArLShH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tfyTu6NIUbMawTHfuqL7qLCbqJArLShH > .row .container > .video-iframe-container { display: none; }#tfyTu6NIUbMawTHfuqL7qLCbqJArLShH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tfyTu6NIUbMawTHfuqL7qLCbqJArLShH > .row > .video-iframe-container { display: none; }#tfyTu6NIUbMawTHfuqL7qLCbqJArLShH > .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); }#tfyTu6NIUbMawTHfuqL7qLCbqJArLShH > .row .container { border-width: 0; border-radius: 0; }#tfyTu6NIUbMawTHfuqL7qLCbqJArLShH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tfyTu6NIUbMawTHfuqL7qLCbqJArLShH > .row .container { font-size:0.875rem;font-family:arial;height:38.75rem;width:75rem;position:relative;display:block; }#JTaO3sJ53utXtVPhIc4kXC9XaAA19POf { color:rgba(var(--color-secondary-4),1);display:block;width:74.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:400;z-index:15012;line-height:1.1;letter-spacing:0;top:1.78857421875rem;left:0.03125rem;height:5.22395625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JBsMhvZ1zZTE2mf7i2ti57wrrR5kJSof { color:rgba(var(--color-tertiary-4),1);display:block;width:31.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:10.5166015625rem;left:1.5625rem;height:20.47335rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#P1C4QPW2ci3Ov3pbUtTyCi1bRylWgXLC { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:9.5rem;left:35rem;display:block; }
#ipJCJnJ2TAa2XtdPiE6CTRpRs7DBp6Df { background-color:transparent;background-image: -webkit-linear-gradient(115deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(115deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(115deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(115deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(115deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.8125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:32.5625rem;left:9.3125rem;display:block; }
#EOIXxOMbFTvV5JEXubKg05oK5bsuxfSV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#E989FEqrLNBboNoQZVdWwaGHGKm0lTtg { 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:none; }#E989FEqrLNBboNoQZVdWwaGHGKm0lTtg > .row .container { border-width: 0; border-radius: 0; }#E989FEqrLNBboNoQZVdWwaGHGKm0lTtg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#E989FEqrLNBboNoQZVdWwaGHGKm0lTtg > .row .container { font-size:0.875rem;font-family:arial;height:38.75rem;width:75rem;position:relative;display:none; }#a3T730yUmG8G9F0AEQWGKSErkFJNpiGd { color:rgba(var(--color-secondary-4),1);display:block;width:74.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:400;z-index:15012;line-height:1.1;letter-spacing:0;top:1.78857421875rem;left:0.03125rem;height:5.2246125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mkHSsinruqCJVqdwZN0ulUTp8ADsT4UW { color:rgba(var(--color-tertiary-4),1);display:block;width:31.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:10.5166015625rem;left:1.5625rem;height:20.464875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Kq1dHkTHnUTNm10lZigdIHTsAnQrWPTn { background-color:transparent;background-image: -webkit-linear-gradient(115deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(115deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(115deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(115deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(115deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.8125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:32.5625rem;left:9.3125rem;display:block; }
#bPLH4QRngaHp001Cnv0f6yRU5QG7nPsE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mfNs58vWHwtRimNAVsJ312zcxzUe2dym { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:30rem;width:16.875rem;display:none; }
#cTm9ZDR8DIfeTVHUHlQQ9ec0a4O1imkP { 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:none; }#cTm9ZDR8DIfeTVHUHlQQ9ec0a4O1imkP > .row .container { border-width: 0; border-radius: 0; }#cTm9ZDR8DIfeTVHUHlQQ9ec0a4O1imkP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cTm9ZDR8DIfeTVHUHlQQ9ec0a4O1imkP > .row .container { font-size:0.875rem;font-family:arial;height:35.9375rem;width:75rem;position:relative;display:none; }#XXdhKTyZi0NTKG751KgfJvx2qBAnbezZ { color:rgba(var(--color-secondary-4),1);display:block;width:23.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:400;z-index:15012;line-height:1.1;letter-spacing:0;top:5.9375rem;left:6.5625rem;height:5.7744125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UzpcH8kV4O1oovCf2dQJIUtrGEaqkZB3 { color:rgba(var(--color-tertiary-4),1);display:block;width:31.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:13.5rem;left:2.25rem;height:12.59375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vTJf3IPJhTIDxltOraIEJzcusqRQwl0c { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:7.9375rem;left:35rem;display:block; }
#RkwNC6tzTP6G45ZFuW3Jwqg1ENzkm2Mk { background-color:transparent;background-image: -webkit-linear-gradient(115deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(115deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(115deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(115deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(115deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.8125rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:31.3125rem;left:54.9375rem;display:none; }
#WXXQ1sy7LSpcXAcqvy2Vr9nbvhx0zRFT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gN0Rcx4oT7uwmpWBT4LwRos1FDdnJCfG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#061836;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; }#gN0Rcx4oT7uwmpWBT4LwRos1FDdnJCfG > .row .container { background-color: transparent; background-image: none; }#gN0Rcx4oT7uwmpWBT4LwRos1FDdnJCfG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gN0Rcx4oT7uwmpWBT4LwRos1FDdnJCfG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gN0Rcx4oT7uwmpWBT4LwRos1FDdnJCfG > .row .container > .video-iframe-container { display: none; }#gN0Rcx4oT7uwmpWBT4LwRos1FDdnJCfG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gN0Rcx4oT7uwmpWBT4LwRos1FDdnJCfG > .row > .video-iframe-container { display: none; }#gN0Rcx4oT7uwmpWBT4LwRos1FDdnJCfG > .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); }#gN0Rcx4oT7uwmpWBT4LwRos1FDdnJCfG > .row .container { border-width: 0; border-radius: 0; }#gN0Rcx4oT7uwmpWBT4LwRos1FDdnJCfG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gN0Rcx4oT7uwmpWBT4LwRos1FDdnJCfG > .row .container { font-size:0.875rem;font-family:arial;height:37.25rem;width:75rem;position:relative;display:block; }#Afzb4l2e2TJcWzIefTypAllMfcBRJnxJ { color:#a8cc50;display:block;width:28.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15001;line-height:1.1;letter-spacing:0;top:4.0625rem;left:43rem;height:8.662125rem;text-align:center;text-align-last:center;display:block; }
#wOA5iNbbGvtcSsv3dPN2lKg3m0UbQEq5 { color:rgba(var(--color-tertiary-0),1);display:block;width:29.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:13.375rem;left:42.8125rem;height:14.17386875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iB2e9l6cAaQgsh5KTa919vsMoXJFvlHq { position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/9567903e-886d-4641-bcc6-55b5783694d5/ChatGPTImage29abr202602_00_25pm.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.6875rem rgba(210,169,255,0.8) ;height:25.25rem;width:35.75rem;top:4.875rem;left:3.125rem;display:block; }#iB2e9l6cAaQgsh5KTa919vsMoXJFvlHq.adaptive-delivery-prevent-bg, #iB2e9l6cAaQgsh5KTa919vsMoXJFvlHq.lazyload, #iB2e9l6cAaQgsh5KTa919vsMoXJFvlHq.lazyloading { background-image: none; }
#dUItNbgZTH9ChTX3yNRzDKcBnz14kpPW { background-color:transparent;background-image: -webkit-linear-gradient(115deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(115deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(115deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(115deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(115deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: 0.0625rem 0.0625rem 0.6875rem rgba(210,169,255,0.79) ;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.8125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:30.6875rem;left:48.5625rem;display:block; }
#Ly8QABpLaTS7ITPuHJ2ZRz39RvyysVMZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gDXbMhoQkRTo7wE4LnTxFSEWFUObNqO9 { 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; }#gDXbMhoQkRTo7wE4LnTxFSEWFUObNqO9 > .row .container { background-color: transparent; background-image: none; }#gDXbMhoQkRTo7wE4LnTxFSEWFUObNqO9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gDXbMhoQkRTo7wE4LnTxFSEWFUObNqO9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gDXbMhoQkRTo7wE4LnTxFSEWFUObNqO9 > .row .container > .video-iframe-container { display: none; }#gDXbMhoQkRTo7wE4LnTxFSEWFUObNqO9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gDXbMhoQkRTo7wE4LnTxFSEWFUObNqO9 > .row > .video-iframe-container { display: none; }#gDXbMhoQkRTo7wE4LnTxFSEWFUObNqO9 > .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); }#gDXbMhoQkRTo7wE4LnTxFSEWFUObNqO9 > .row .container { border-width: 0; border-radius: 0; }#gDXbMhoQkRTo7wE4LnTxFSEWFUObNqO9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gDXbMhoQkRTo7wE4LnTxFSEWFUObNqO9 > .row .container { font-size:0.875rem;font-family:arial;height:36.9375rem;width:75rem;position:relative;display:block; }#uoNdywmgrNbI8ZhoNhUeEsPOCTGiJGLq { color:rgba(var(--color-secondary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:1.1875rem;left:2.5rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#q0S3QCihh0N9Guc77uplbOCHirRfDZpH { color:rgba(var(--color-tertiary-2),1);display:block;width:20.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:3.15625rem;left:2.3125rem;height:4.3867125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wpKUce7xStn18wPIA7npHVaIFCzytGZ2 { color:rgba(var(--color-tertiary-2),1);display:block;width:20.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:3.15625rem;left:27.25rem;height:4.3867125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uSqGK4AQPfVOu4raPColaPTix1MoVc96 { color:rgba(var(--color-secondary-4),1);display:block;width:22.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:1.125rem;left:26.3125rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MT5X3P4t1Se4iGVMuycGB5tRueeDXBzF { color:rgba(var(--color-secondary-4),1);display:block;width:24.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:1.431640625rem;left:50.375rem;height:1.54361875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kpnVuQr19MUrT9Eyxt048WDJK95rLwF3 { color:rgba(var(--color-tertiary-2),1);display:block;width:20.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:3.21875rem;left:52.28125rem;height:4.3867125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qEZ3TXFk87qcFkVkuPerOeR5zSDQRdH3 { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.375rem;width:20.375rem;top:8.28125rem;left:2.3125rem;overflow:hidden;display:block; }
#S6susxEvbe35Azex8X5krvHcqW5mk656 { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.4375rem;width:20.4375rem;top:8.25rem;left:27.28125rem;overflow:hidden;display:block; }
#hvrE2CSQPpAfchDOZJBTPha8Kke402Kg { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.4375rem;width:20.4375rem;top:8.25rem;left:52.28125rem;overflow:hidden;display:block; }
#R3vTLG5ihf6CQhsUICP3tUh81F5tB30T { background-color:transparent;background-image: -webkit-linear-gradient(115deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(115deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(115deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(115deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(115deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.8125rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:30.06201171875rem;left:4.375rem;display:block; }
#N44kbJ1yu4Ofht2kM2LISCWKM7yBAHLW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fGG09fQ2LGMPbq4rfkCDr41p8AyspdZt { background-color:transparent;background-image: -webkit-linear-gradient(115deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(115deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(115deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(115deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(115deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.8125rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:30.06201171875rem;left:29.375rem;display:block; }
#Mr0ulgFprEEiGxfRvJsoSJyOZmXeDVq3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GyGJ6FXJ1XKNrFUeXlkaqJTTHBShVCrq { background-color:transparent;background-image: -webkit-linear-gradient(115deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(115deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(115deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(115deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(115deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.8125rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:30.06201171875rem;left:54.375rem;display:block; }
#Nu4qDom4g9Za50IJQXphoiUpe96KiTDT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vHSmFLWLByMHWvy8C1DZz24lmwWUt6wH { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d7d1c0aa-4905-4eca-abf6-d05d1a281e61/ChatGPTImage6may202609_40_12am.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#vHSmFLWLByMHWvy8C1DZz24lmwWUt6wH.adaptive-delivery-prevent-bg, #vHSmFLWLByMHWvy8C1DZz24lmwWUt6wH.lazyload, #vHSmFLWLByMHWvy8C1DZz24lmwWUt6wH.lazyloading { background-image: none; }#vHSmFLWLByMHWvy8C1DZz24lmwWUt6wH > .row .container { background-color: transparent; background-image: none; }#vHSmFLWLByMHWvy8C1DZz24lmwWUt6wH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.34); }#vHSmFLWLByMHWvy8C1DZz24lmwWUt6wH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vHSmFLWLByMHWvy8C1DZz24lmwWUt6wH > .row .container > .video-iframe-container { display: none; }#vHSmFLWLByMHWvy8C1DZz24lmwWUt6wH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.34); }#vHSmFLWLByMHWvy8C1DZz24lmwWUt6wH > .row > .video-iframe-container { display: none; }#vHSmFLWLByMHWvy8C1DZz24lmwWUt6wH > .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); }#vHSmFLWLByMHWvy8C1DZz24lmwWUt6wH > .row .container { border-width: 0; border-radius: 0; }#vHSmFLWLByMHWvy8C1DZz24lmwWUt6wH::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#vHSmFLWLByMHWvy8C1DZz24lmwWUt6wH > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#vHSmFLWLByMHWvy8C1DZz24lmwWUt6wH > .row .container { font-size:0.875rem;font-family:"open sans";height:18.875rem;width:75rem;overflow:visible;position:relative;display:block; }#ECgqGNnmvUgMJmvQenLdSXXc102f7wlt { color:rgba(var(--color-tertiary-0),1);display:block;width:67.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.5rem rgba(0,0,0,0.81);top:2.9052734375rem;left:3.875rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rhVhI1WECimKbTCtxIdtldULAihfZ2Su { 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; }#rhVhI1WECimKbTCtxIdtldULAihfZ2Su > .row .container { background-color: transparent; background-image: none; }#rhVhI1WECimKbTCtxIdtldULAihfZ2Su::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rhVhI1WECimKbTCtxIdtldULAihfZ2Su > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rhVhI1WECimKbTCtxIdtldULAihfZ2Su > .row .container > .video-iframe-container { display: none; }#rhVhI1WECimKbTCtxIdtldULAihfZ2Su > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rhVhI1WECimKbTCtxIdtldULAihfZ2Su > .row > .video-iframe-container { display: none; }#rhVhI1WECimKbTCtxIdtldULAihfZ2Su > .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); }#rhVhI1WECimKbTCtxIdtldULAihfZ2Su > .row .container { border-width: 0; border-radius: 0; }#rhVhI1WECimKbTCtxIdtldULAihfZ2Su > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rhVhI1WECimKbTCtxIdtldULAihfZ2Su > .row .container { font-size:0.875rem;font-family:arial;height:28.1875rem;width:75rem;position:relative;display:block; }#Etuq78yA0Gn8rdsL4qDpdqsTOrZG1wpN { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/d7eca85d-071f-4d11-bea3-b4f807cf8402/coto1114.JPG");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23rem;width:32.5625rem;top:2.59375rem;left:40.6875rem;display:block; }#Etuq78yA0Gn8rdsL4qDpdqsTOrZG1wpN.adaptive-delivery-prevent-bg, #Etuq78yA0Gn8rdsL4qDpdqsTOrZG1wpN.lazyload, #Etuq78yA0Gn8rdsL4qDpdqsTOrZG1wpN.lazyloading { background-image: none; }
#Ufh160WtisLzcfDC3aU7qOny7uzafwhu { color:rgba(var(--color-tertiary-4),1);display:block;width:36.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:12.5rem;left:1.5625rem;height:12.59898125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rMKJGi5gQrConOgFornTKL0k5IawGEOs { color:rgba(var(--color-secondary-4),1);display:block;width:33.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:400;z-index:15007;line-height:1.1;letter-spacing:0;top:3.5rem;left:1.5625rem;height:7.8359375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#l7rhNzpRLTL5O1DxuL50quEXGlmCETcT { color:rgba(var(--color-tertiary-0),1);display:block;width:25.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:22.1875rem;left:44.09375rem;height:1.94986875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#pdT9gOAyMcOEMu9KpCSAtDMTL5CVss0b { 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; }#pdT9gOAyMcOEMu9KpCSAtDMTL5CVss0b > .row .container { background-color: transparent; background-image: none; }#pdT9gOAyMcOEMu9KpCSAtDMTL5CVss0b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pdT9gOAyMcOEMu9KpCSAtDMTL5CVss0b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pdT9gOAyMcOEMu9KpCSAtDMTL5CVss0b > .row .container > .video-iframe-container { display: none; }#pdT9gOAyMcOEMu9KpCSAtDMTL5CVss0b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pdT9gOAyMcOEMu9KpCSAtDMTL5CVss0b > .row > .video-iframe-container { display: none; }#pdT9gOAyMcOEMu9KpCSAtDMTL5CVss0b > .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); }#pdT9gOAyMcOEMu9KpCSAtDMTL5CVss0b > .row .container { border-width: 0; border-radius: 0; }#pdT9gOAyMcOEMu9KpCSAtDMTL5CVss0b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pdT9gOAyMcOEMu9KpCSAtDMTL5CVss0b > .row .container { font-size:0.875rem;font-family:arial;height:13.0625rem;width:75rem;position:relative;display:block; }#iOOBKiP7lTJd6An2STSoumLW4C3zEUe5 { 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:6.1875rem;width:9.3125rem;top:0rem;left:17rem;overflow:hidden;display:block; }
#O11lvIIf3B6QkV9P15Ord7A219Il4mJQ { 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:6.1875rem;width:9.3125rem;top:0rem;left:27rem;overflow:hidden;display:block; }
#mHwrSFdTAeFA7iPR1zw9TfcW7ZcB2rCL { 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:6.1875rem;width:11.1875rem;top:0rem;left:36.875rem;overflow:hidden;display:block; }
#beqBN0GIQoEemUmrt8Qs9c78P5VWt1e4 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.1875rem;width:9.3125rem;top:0rem;left:48.6875rem;overflow:hidden;display:block; }
#X7agNIog8riT5OCxsfDEy9b0IVCNwxWo { background-color:transparent;background-image: -webkit-linear-gradient(115deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(115deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(115deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(115deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(115deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.8125rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:7.59375rem;left:29.375rem;display:block; }
#Thf0dyRWlvkg0pSdffGrL0SbAANAdwIO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#S61zTOwTInTUDJrK85NcOIBnUatQTb7S { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1106e513-a87f-466c-ba05-906ff5ed4428/ChatGPTImage6may202610_26_39am.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#S61zTOwTInTUDJrK85NcOIBnUatQTb7S.adaptive-delivery-prevent-bg, #S61zTOwTInTUDJrK85NcOIBnUatQTb7S.lazyload, #S61zTOwTInTUDJrK85NcOIBnUatQTb7S.lazyloading { background-image: none; }#S61zTOwTInTUDJrK85NcOIBnUatQTb7S > .row .container { background-color: transparent; background-image: none; }#S61zTOwTInTUDJrK85NcOIBnUatQTb7S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(6,24,54,0.7); }#S61zTOwTInTUDJrK85NcOIBnUatQTb7S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S61zTOwTInTUDJrK85NcOIBnUatQTb7S > .row .container > .video-iframe-container { display: none; }#S61zTOwTInTUDJrK85NcOIBnUatQTb7S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(6,24,54,0.7); }#S61zTOwTInTUDJrK85NcOIBnUatQTb7S > .row > .video-iframe-container { display: none; }#S61zTOwTInTUDJrK85NcOIBnUatQTb7S > .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); }#S61zTOwTInTUDJrK85NcOIBnUatQTb7S > .row .container { border-width: 0; border-radius: 0; }#S61zTOwTInTUDJrK85NcOIBnUatQTb7S::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S61zTOwTInTUDJrK85NcOIBnUatQTb7S > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S61zTOwTInTUDJrK85NcOIBnUatQTb7S > .row .container { font-size:0.875rem;font-family:arial;height:52.3125rem;width:75rem;position:relative;display:block; }#CbkuP9uorzTigrcg24Kq0fK5W626t3Ve { position:absolute;display:block;z-index:15022;height:28.125rem;width:37.5rem;top:16.060546875rem;left:18.75rem;display:block; }
#Trv99VsPd92daEtAsINFJQHgo3QmXl64 { background-color:rgba(var(--color-secondary-2),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:"istok web";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.125rem;height:1.25rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:42.625rem;left:13.625rem;display:none; }
#L3i2wghA6GzAznvXgRXvHAlkApMuf4f1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#q7Zb12i0m6g5ZubZTeKOOlFaGJz3x7s3 { color:rgba(var(--color-tertiary-0),1);display:block;width:58.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.3125rem 0.625rem rgba(0,0,0,0.72);top:3.62109375rem;left:8.28125rem;height:5.22395625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pGiiB6wgSHc8yFA2u2lXOfQ1qwCBOFCF { color:rgba(var(--color-tertiary-0),1);display:block;width:57.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.1875rem 0.5rem rgba(0,0,0,0.79);top:9.951171875rem;left:8.53125rem;height:4.6308625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uH85u9UIIZyl25QSRMDubxw2beIsdtrP { background-color:transparent;background-image: -webkit-linear-gradient(115deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(115deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(115deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(115deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(115deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: 0.0625rem 0.0625rem 0.6875rem rgba(210,169,255,0.72) ;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.8125rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:45.90625rem;left:29.375rem;display:block; }
#ipmq0PFTupTWhTDQqcwnOfvcWTwrmKKg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ce5qILbzH9qszyNAwR6SxyntNMiJnS3J { 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; }#ce5qILbzH9qszyNAwR6SxyntNMiJnS3J > .row .container { background-color: transparent; background-image: none; }#ce5qILbzH9qszyNAwR6SxyntNMiJnS3J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ce5qILbzH9qszyNAwR6SxyntNMiJnS3J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ce5qILbzH9qszyNAwR6SxyntNMiJnS3J > .row .container > .video-iframe-container { display: none; }#ce5qILbzH9qszyNAwR6SxyntNMiJnS3J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ce5qILbzH9qszyNAwR6SxyntNMiJnS3J > .row > .video-iframe-container { display: none; }#ce5qILbzH9qszyNAwR6SxyntNMiJnS3J > .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); }#ce5qILbzH9qszyNAwR6SxyntNMiJnS3J > .row .container { border-width: 0; border-radius: 0; }#ce5qILbzH9qszyNAwR6SxyntNMiJnS3J > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ce5qILbzH9qszyNAwR6SxyntNMiJnS3J > .row .container { font-size:0.875rem;font-family:arial;height:40.125rem;width:75rem;position:relative;display:block; }#w96oFnDg1Sh8lz17hqAKAe5k6A3kI6ni { color:rgba(var(--color-secondary-4),1);display:block;width:29.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;top:3.25rem;left:42.5625rem;height:8.043rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oCXbcoul07qWWWBd8dcgumF6aehNqAkh { color:rgba(var(--color-tertiary-4),1);display:block;width:31.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;top:12.52734375rem;left:40.4375rem;height:20.158875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#oCXbcoul07qWWWBd8dcgumF6aehNqAkh li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#oCXbcoul07qWWWBd8dcgumF6aehNqAkh li:before{  }
#xPrIoGkJkBk6dFvbo20HmastveuTAqIT { 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:27.9375rem;width:37.375rem;top:5.5rem;left:0rem;overflow:hidden;display:block; }
#INabW42aWNzPTIVbHXtWCrbKSEBuPwUT { background-color:transparent;background-image: -webkit-linear-gradient(115deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(115deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(115deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(115deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(115deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.8125rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:35.22265625rem;left:49.6875rem;display:block; }
#wrOgt1RiugvrJ87RUPTIg08RfpAE1N6i { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Mghx98Smshcm2uDdynSqMbZLM5ElDh1B { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#061836;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; }#Mghx98Smshcm2uDdynSqMbZLM5ElDh1B > .row .container { background-color: transparent; background-image: none; }#Mghx98Smshcm2uDdynSqMbZLM5ElDh1B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mghx98Smshcm2uDdynSqMbZLM5ElDh1B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mghx98Smshcm2uDdynSqMbZLM5ElDh1B > .row .container > .video-iframe-container { display: none; }#Mghx98Smshcm2uDdynSqMbZLM5ElDh1B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mghx98Smshcm2uDdynSqMbZLM5ElDh1B > .row > .video-iframe-container { display: none; }#Mghx98Smshcm2uDdynSqMbZLM5ElDh1B > .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); }#Mghx98Smshcm2uDdynSqMbZLM5ElDh1B > .row .container { border-width: 0; border-radius: 0; }#Mghx98Smshcm2uDdynSqMbZLM5ElDh1B > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Mghx98Smshcm2uDdynSqMbZLM5ElDh1B > .row .container { font-size:0.875rem;font-family:arial;height:11.625rem;width:75rem;position:relative;display:block; }#CMbxpogU6K4Hp4Gmf5TF6EmWeMvWT0uH { color:rgba(var(--color-tertiary-0),1);display:block;width:31.9360625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15021;line-height:1.4;letter-spacing:0;top:5.875rem;left:34.59326171875rem;height:3.41210625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GRUXAx3dpd8mWGX0AWQTsEIROEGEfuou { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:13.8125rem;top:3.625rem;left:7rem;overflow:hidden;display:block; }
#QGckOcp3UEs7c7z8kTA5TTxlWyt9ynTS { color:rgba(var(--color-tertiary-0),1);display:block;width:36.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:300;z-index:15023;line-height:1.4;letter-spacing:0;top:2.46240234375rem;left:32.4365234375rem;height:1.924475rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sXvTRedqiIBmTPbJfvPkPclrvFXH9rTZ { position:relative;z-index:auto;display:none; }#sXvTRedqiIBmTPbJfvPkPclrvFXH9rTZ { border-width: 0; border-radius: 0; }#sXvTRedqiIBmTPbJfvPkPclrvFXH9rTZ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sXvTRedqiIBmTPbJfvPkPclrvFXH9rTZ > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:7.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#LesXUV8d7RkOKm7gr8KfJ6ObtCrUWW9a { 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:5.5rem;width:5.5rem;top:0rem;left:62rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #zzm1zOogPkUxqXXge1N5CunNvkJxDbrq { display:block; }#zzm1zOogPkUxqXXge1N5CunNvkJxDbrq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ye9riOJeWkvipgmp5FaClyLsgTN35qJF { top:1.9375rem;left:38.5rem;width:2.25rem;height:2.3108364607781rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VU5IAHktfxOeZoyfzKXKDb2FBL0TUOEA { top:2.0625rem;left:41rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrDw4cM3XLBKfhX7ReyTV04JnZBJXka9 { top:2.4375rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQ7WunIPRqqRMwTT4WsaTTIrlrHdnTlL { width:12.5rem;height:3.0625rem;top:0.75rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4htwxB3GLbOtHngbZaW9mVhS3K3yVJo { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L08zlWNE1zT1GtXTF7B7iTWewWI3FGvm { width:28.125rem;height:7.5rem;top:12.8125rem;left:0rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWKeeWQ4BGhqBORJOF2UKAC4buuQAXkL { width:16.1875rem;height:0.9375rem;top:45.3125rem;left:0rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbKPpeXfFAUxc37AnsUSu70r8hFcFEoX { width:20.8125rem;height:6.25rem;top:22.5625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #enZ5yBmxnmDfpWPcoTEBg6UZfqJuG827 { top:3.5rem;left:0rem;width:7rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFnfRNbGVXksWyR1UkZlyn2bt4hvBsZF .widget-regular-label { width:23.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#kFnfRNbGVXksWyR1UkZlyn2bt4hvBsZF .widget-input-text { width:23.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kFnfRNbGVXksWyR1UkZlyn2bt4hvBsZF .widget-input-text {padding-top: 0; padding-bottom: 0;}#kFnfRNbGVXksWyR1UkZlyn2bt4hvBsZF .widget-textarea { width:23.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kFnfRNbGVXksWyR1UkZlyn2bt4hvBsZF .widget-input-select { width:23.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kFnfRNbGVXksWyR1UkZlyn2bt4hvBsZF .widget-input-select {padding-top: 0; padding-bottom: 0;}#kFnfRNbGVXksWyR1UkZlyn2bt4hvBsZF .widget-input-button { width:23.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kFnfRNbGVXksWyR1UkZlyn2bt4hvBsZF .widget-checkbox-label { width:22.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#kFnfRNbGVXksWyR1UkZlyn2bt4hvBsZF  { width:23.9375rem;height:auto;top:3.4375rem;left:21.3125rem; }
#kFnfRNbGVXksWyR1UkZlyn2bt4hvBsZF .radio-container { width:23.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kFnfRNbGVXksWyR1UkZlyn2bt4hvBsZF {display:block;}#kFnfRNbGVXksWyR1UkZlyn2bt4hvBsZF { width:23.9375rem;height:auto;top:3.4375rem;left:21.3125rem; }
 }@media only screen and (max-width: 763px) { #kFnfRNbGVXksWyR1UkZlyn2bt4hvBsZF #iGFDIIF3V3HcaaDoTfTBVqMoTXE7MX5g {  }
 }@media only screen and (max-width: 763px) { #kFnfRNbGVXksWyR1UkZlyn2bt4hvBsZF #ipn9EL9FScDNfOF3xuCn65NVTuBT3dG7 { display:block; }
 }@media only screen and (max-width: 763px) { #kFnfRNbGVXksWyR1UkZlyn2bt4hvBsZF #h5sPewzyUalhGXWNfmTraA6sToR5nf78 {  }
 }@media only screen and (max-width: 763px) { #kFnfRNbGVXksWyR1UkZlyn2bt4hvBsZF #HTcaMP86Sh8EF6qXbFnsnsWr4ITJ9LBt {  }
 }@media only screen and (max-width: 763px) { #kFnfRNbGVXksWyR1UkZlyn2bt4hvBsZF #WB78f9g3eiJ5IZ31afxuVFhiwAAMpTdv { display:block; }
 }@media only screen and (max-width: 763px) { #kFnfRNbGVXksWyR1UkZlyn2bt4hvBsZF #dsraSzeVINN0QgUbadF2ofsvsBBsi0Pc {  }
 }@media only screen and (max-width: 763px) { #kFnfRNbGVXksWyR1UkZlyn2bt4hvBsZF #DiJZCFSTDLzRrMAGmWuOfynfOJmo4rNJ {  }
 }@media only screen and (max-width: 763px) { #kFnfRNbGVXksWyR1UkZlyn2bt4hvBsZF #Onr6632aMtZhea1tdE9REXKSu962mAZ5 { display:block; }
 }@media only screen and (max-width: 763px) { #kFnfRNbGVXksWyR1UkZlyn2bt4hvBsZF #Fm699uNVz8kXCu8Qu6IL79mFF92MuOUX {  }
 }@media only screen and (max-width: 763px) { #kFnfRNbGVXksWyR1UkZlyn2bt4hvBsZF #RGmswMOrfZJqWhltTczkHNJw9Ptne4mL {  }
 }@media only screen and (max-width: 763px) { #kFnfRNbGVXksWyR1UkZlyn2bt4hvBsZF #dxqWX5yWy1nenAqTUDq8c8rhuPiOFynh {  }
 }@media only screen and (max-width: 763px) { #kFnfRNbGVXksWyR1UkZlyn2bt4hvBsZF #iFaTs5TIt2RkkSgmSIJcg2evK1i2OEHR {  }
 }@media only screen and (max-width: 763px) { #DPRiLFldL1GSCrOpoy8acHlHRu0oJShR { display:block; }
 }@media only screen and (max-width: 763px) { #xwnMsBkwakgE8piSJE9JKrUqXFzdfDx3 { display:block; }
 }@media only screen and (max-width: 763px) { #gleBPcFDG598g2xDFWtprRHRDp2cctLz { display:block; }
 }@media only screen and (max-width: 763px) { #zU51nEZF9o2UwxKRLg60Jm563TPi2ucs { display:block; }
 }@media only screen and (max-width: 763px) { #TNPpygxEkTUwK4BaEMHP28mtL9Ax2yBt { display:block; }
 }@media only screen and (max-width: 763px) { #gvVNHrkCIDoiwGBz6cnW1mRKUw3WUfbW { display:block; }
 }@media only screen and (max-width: 763px) { #Tpe6sA6QyVkyTR7tfvxV15Wzs4XSyTUd { display:block; }
 }@media only screen and (max-width: 763px) { #kFnfRNbGVXksWyR1UkZlyn2bt4hvBsZF #oCbxGFVsvzysakgEd9M2aLTOQMnLKpDN {  }
 }@media only screen and (max-width: 763px) { #kFnfRNbGVXksWyR1UkZlyn2bt4hvBsZF #iq3C7USpy1LeK1Toy0DM34DM8wITO72y {  }
 }@media only screen and (max-width: 763px) { #ILmGigpN4lyGWEPb3gDeWVOvoL0MZORW { top:3rem;left:18.875rem;width:28.875rem;height:30.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTR4cFes1MEJWPigHSfBQ75ddHcHlUle { width:27.75rem;height:2.25rem;top:30.0625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfyTu6NIUbMawTHfuqL7qLCbqJArLShH { display:block; }#tfyTu6NIUbMawTHfuqL7qLCbqJArLShH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JTaO3sJ53utXtVPhIc4kXC9XaAA19POf { width:47.75rem;height:;top:1.75rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBsMhvZ1zZTE2mf7i2ti57wrrR5kJSof { width:31.75rem;height:20.4375rem;top:10.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1C4QPW2ci3Ov3pbUtTyCi1bRylWgXLC { top:9.5rem;left:7.75rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipJCJnJ2TAa2XtdPiE6CTRpRs7DBp6Df { width:16.25rem;height:3.8125rem;top:32.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOIXxOMbFTvV5JEXubKg05oK5bsuxfSV { display:block; }
 }@media only screen and (max-width: 763px) { #E989FEqrLNBboNoQZVdWwaGHGKm0lTtg { display:none; }#E989FEqrLNBboNoQZVdWwaGHGKm0lTtg > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #a3T730yUmG8G9F0AEQWGKSErkFJNpiGd { width:47.75rem;height:;top:1.75rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkHSsinruqCJVqdwZN0ulUTp8ADsT4UW { width:31.75rem;height:20.4375rem;top:10.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kq1dHkTHnUTNm10lZigdIHTsAnQrWPTn { width:16.25rem;height:3.8125rem;top:32.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPLH4QRngaHp001Cnv0f6yRU5QG7nPsE { display:block; }
 }@media only screen and (max-width: 763px) { #mfNs58vWHwtRimNAVsJ312zcxzUe2dym { display:none; }
 }@media only screen and (max-width: 763px) { #cTm9ZDR8DIfeTVHUHlQQ9ec0a4O1imkP { display:none; }#cTm9ZDR8DIfeTVHUHlQQ9ec0a4O1imkP > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XXdhKTyZi0NTKG751KgfJvx2qBAnbezZ { width:23.125rem;height:5.75rem;top:5.9375rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzpcH8kV4O1oovCf2dQJIUtrGEaqkZB3 { width:31.75rem;height:12.5625rem;top:13.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTJf3IPJhTIDxltOraIEJzcusqRQwl0c { top:7.9375rem;left:7.75rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkwNC6tzTP6G45ZFuW3Jwqg1ENzkm2Mk { width:16.25rem;height:3.8125rem;top:31.9375rem;left:31.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #WXXQ1sy7LSpcXAcqvy2Vr9nbvhx0zRFT { display:block; }
 }@media only screen and (max-width: 763px) { #gN0Rcx4oT7uwmpWBT4LwRos1FDdnJCfG { display:block; }#gN0Rcx4oT7uwmpWBT4LwRos1FDdnJCfG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Afzb4l2e2TJcWzIefTypAllMfcBRJnxJ { width:28.9375rem;height:8.625rem;top:4.0625rem;left:18.8125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOA5iNbbGvtcSsv3dPN2lKg3m0UbQEq5 { width:29.375rem;height:15.6875rem;top:13.375rem;left:18.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iB2e9l6cAaQgsh5KTa919vsMoXJFvlHq { width:35.75rem;height:25.25rem;top:4.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUItNbgZTH9ChTX3yNRzDKcBnz14kpPW { width:16.25rem;height:3.8125rem;top:30.6875rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ly8QABpLaTS7ITPuHJ2ZRz39RvyysVMZ { display:block; }
 }@media only screen and (max-width: 763px) { #gDXbMhoQkRTo7wE4LnTxFSEWFUObNqO9 { display:block; }#gDXbMhoQkRTo7wE4LnTxFSEWFUObNqO9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uoNdywmgrNbI8ZhoNhUeEsPOCTGiJGLq { width:20rem;height:2rem;top:1.1875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0S3QCihh0N9Guc77uplbOCHirRfDZpH { width:20.375rem;height:4.375rem;top:3.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpKUce7xStn18wPIA7npHVaIFCzytGZ2 { width:20.5rem;height:4.375rem;top:3.125rem;left:11.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSqGK4AQPfVOu4raPColaPTix1MoVc96 { width:22.125rem;height:2.0625rem;top:1.125rem;left:12.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MT5X3P4t1Se4iGVMuycGB5tRueeDXBzF { width:24.25rem;height:1.5rem;top:1.375rem;left:23.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpnVuQr19MUrT9Eyxt048WDJK95rLwF3 { width:20.4375rem;height:4.375rem;top:3.1875rem;left:27.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEZ3TXFk87qcFkVkuPerOeR5zSDQRdH3 { top:8.25rem;left:0rem;width:20.375rem;height:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6susxEvbe35Azex8X5krvHcqW5mk656 { top:8.25rem;left:11.3125rem;width:20.4375rem;height:20.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvrE2CSQPpAfchDOZJBTPha8Kke402Kg { top:8.25rem;left:27.1875rem;width:20.4375rem;height:20.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3vTLG5ihf6CQhsUICP3tUh81F5tB30T { width:16.25rem;height:3.8125rem;top:30rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N44kbJ1yu4Ofht2kM2LISCWKM7yBAHLW { display:block; }
 }@media only screen and (max-width: 763px) { #fGG09fQ2LGMPbq4rfkCDr41p8AyspdZt { width:16.25rem;height:3.8125rem;top:30rem;left:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mr0ulgFprEEiGxfRvJsoSJyOZmXeDVq3 { display:block; }
 }@media only screen and (max-width: 763px) { #GyGJ6FXJ1XKNrFUeXlkaqJTTHBShVCrq { width:16.25rem;height:3.8125rem;top:30rem;left:31.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nu4qDom4g9Za50IJQXphoiUpe96KiTDT { display:block; }
 }@media only screen and (max-width: 763px) { #vHSmFLWLByMHWvy8C1DZz24lmwWUt6wH { display:block; }#vHSmFLWLByMHWvy8C1DZz24lmwWUt6wH > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ECgqGNnmvUgMJmvQenLdSXXc102f7wlt { width:47.75rem;height:;top:2.875rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhVhI1WECimKbTCtxIdtldULAihfZ2Su { display:block; }#rhVhI1WECimKbTCtxIdtldULAihfZ2Su > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Etuq78yA0Gn8rdsL4qDpdqsTOrZG1wpN { width:32.5625rem;height:23rem;top:2.5625rem;left:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ufh160WtisLzcfDC3aU7qOny7uzafwhu { width:36.625rem;height:12.5625rem;top:12.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMKJGi5gQrConOgFornTKL0k5IawGEOs { width:33.125rem;height:7.8125rem;top:3.5rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7rhNzpRLTL5O1DxuL50quEXGlmCETcT { width:25.75rem;height:1.9375rem;top:22.1875rem;left:22rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdT9gOAyMcOEMu9KpCSAtDMTL5CVss0b { display:block; }#pdT9gOAyMcOEMu9KpCSAtDMTL5CVss0b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iOOBKiP7lTJd6An2STSoumLW4C3zEUe5 { width:9.3125rem;height:6.1875rem;top:0rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O11lvIIf3B6QkV9P15Ord7A219Il4mJQ { width:9.3125rem;height:6.1875rem;top:0rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHwrSFdTAeFA7iPR1zw9TfcW7ZcB2rCL { width:11.1875rem;height:6.1875rem;top:0rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #beqBN0GIQoEemUmrt8Qs9c78P5VWt1e4 { width:9.3125rem;height:6.1875rem;top:0rem;left:35.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7agNIog8riT5OCxsfDEy9b0IVCNwxWo { width:16.25rem;height:3.8125rem;top:7.5625rem;left:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Thf0dyRWlvkg0pSdffGrL0SbAANAdwIO { display:block; }
 }@media only screen and (max-width: 763px) { #S61zTOwTInTUDJrK85NcOIBnUatQTb7S { display:block; }#S61zTOwTInTUDJrK85NcOIBnUatQTb7S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CbkuP9uorzTigrcg24Kq0fK5W626t3Ve { top:16rem;left:5.125rem;width:37.5rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Trv99VsPd92daEtAsINFJQHgo3QmXl64 { width:17.125rem;height:1.25rem;top:43.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #L3i2wghA6GzAznvXgRXvHAlkApMuf4f1 { display:block; }
 }@media only screen and (max-width: 763px) { #q7Zb12i0m6g5ZubZTeKOOlFaGJz3x7s3 { width:47.75rem;height:5.1875rem;top:3.5625rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGiiB6wgSHc8yFA2u2lXOfQ1qwCBOFCF { width:47.75rem;height:4.625rem;top:9.9375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uH85u9UIIZyl25QSRMDubxw2beIsdtrP { width:16.25rem;height:3.8125rem;top:45.875rem;left:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipmq0PFTupTWhTDQqcwnOfvcWTwrmKKg { display:block; }
 }@media only screen and (max-width: 763px) { #ce5qILbzH9qszyNAwR6SxyntNMiJnS3J { display:block; }#ce5qILbzH9qszyNAwR6SxyntNMiJnS3J > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w96oFnDg1Sh8lz17hqAKAe5k6A3kI6ni { top:3.25rem;left:18.5rem;width:29.25rem;height:8rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCXbcoul07qWWWBd8dcgumF6aehNqAkh { top:12.5rem;left:16.125rem;width:31.625rem;height:;font-size:1.1875rem;display:block; }#oCXbcoul07qWWWBd8dcgumF6aehNqAkh li:before{  }
 }@media only screen and (max-width: 763px) { #xPrIoGkJkBk6dFvbo20HmastveuTAqIT { top:5.5rem;left:0rem;width:37.375rem;height:27.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #INabW42aWNzPTIVbHXtWCrbKSEBuPwUT { width:16.25rem;height:3.8125rem;top:35.1875rem;left:29.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrOgt1RiugvrJ87RUPTIg08RfpAE1N6i { display:block; }
 }@media only screen and (max-width: 763px) { #Mghx98Smshcm2uDdynSqMbZLM5ElDh1B { display:block; }#Mghx98Smshcm2uDdynSqMbZLM5ElDh1B > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CMbxpogU6K4Hp4Gmf5TF6EmWeMvWT0uH { top:5.875rem;left:15.875rem;width:31.875rem;height:3.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRUXAx3dpd8mWGX0AWQTsEIROEGEfuou { top:3.625rem;left:0rem;width:13.8125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGckOcp3UEs7c7z8kTA5TTxlWyt9ynTS { top:2.4375rem;left:11.5rem;width:36.25rem;height:1.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXvTRedqiIBmTPbJfvPkPclrvFXH9rTZ { display:block; }#sXvTRedqiIBmTPbJfvPkPclrvFXH9rTZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LesXUV8d7RkOKm7gr8KfJ6ObtCrUWW9a { top:0rem;left:42.25rem;width:5.5rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #zzm1zOogPkUxqXXge1N5CunNvkJxDbrq { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;background-color:#062c68;background-image:none;display:none; }#zzm1zOogPkUxqXXge1N5CunNvkJxDbrq > .row .container { width:20rem;height:5.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ye9riOJeWkvipgmp5FaClyLsgTN35qJF { width:2.249025rem;height:2.30859375rem;top:2.02001953125rem;left:8.875rem;font-size:1.5625rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #VU5IAHktfxOeZoyfzKXKDb2FBL0TUOEA { width:2.0625rem;height:2.0625rem;top:7.68359375rem;left:8.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MrDw4cM3XLBKfhX7ReyTV04JnZBJXka9 { width:7.1875rem;height:2.5996125rem;top:1.8740234375rem;left:11.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #vQ7WunIPRqqRMwTT4WsaTTIrlrHdnTlL { width:10.75rem;height:2.625rem;top:1.5625rem;left:9.1875rem;line-height:.7;font-size:1rem;background-color:#e7682a;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #w4htwxB3GLbOtHngbZaW9mVhS3K3yVJo { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c931c804-410f-4fa3-8167-feb1b41fe0c7/_CDSI_land_banner_movil_001.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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.12); }#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.12); }#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:51.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L08zlWNE1zT1GtXTF7B7iTWewWI3FGvm { width:18.6875rem;height:4.125rem;top:8.5rem;left:0.65625rem;text-align:center;text-align-last:center;font-size:1.875rem;text-shadow:0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.89);line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #EWKeeWQ4BGhqBORJOF2UKAC4buuQAXkL { width:20rem;height:0.73111875rem;top:49.7978515625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbKPpeXfFAUxc37AnsUSu70r8hFcFEoX { width:12.25rem;height:3.84895625rem;top:13.40625rem;left:3.875rem;text-align:center;text-align-last:center;font-size:1.75rem;text-shadow:0.0625rem 0.0625rem 0.4375rem rgba(0,0,0,0.89);line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #enZ5yBmxnmDfpWPcoTEBg6UZfqJuG827 { width:5.5625rem;height:5.5625rem;top:1.79296875rem;left:7.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFnfRNbGVXksWyR1UkZlyn2bt4hvBsZF .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;font-size:0.75rem;overflow:hidden;height:auto; }
#kFnfRNbGVXksWyR1UkZlyn2bt4hvBsZF .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:1.75rem; }
#kFnfRNbGVXksWyR1UkZlyn2bt4hvBsZF .widget-input-text {padding-top: 0; padding-bottom: 0;}#kFnfRNbGVXksWyR1UkZlyn2bt4hvBsZF .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kFnfRNbGVXksWyR1UkZlyn2bt4hvBsZF .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kFnfRNbGVXksWyR1UkZlyn2bt4hvBsZF .widget-input-select {padding-top: 0; padding-bottom: 0;}#kFnfRNbGVXksWyR1UkZlyn2bt4hvBsZF .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;line-height:1.3;overflow:hidden; }
#kFnfRNbGVXksWyR1UkZlyn2bt4hvBsZF .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#kFnfRNbGVXksWyR1UkZlyn2bt4hvBsZF .widget-container { padding-top:0.6875rem;padding-right:0;padding-bottom:0.6875rem;padding-left:0; }
#kFnfRNbGVXksWyR1UkZlyn2bt4hvBsZF .widget-container:first-of-type{padding-top:0;}#kFnfRNbGVXksWyR1UkZlyn2bt4hvBsZF .widget-container:last-of-type{padding-bottom:0;}#kFnfRNbGVXksWyR1UkZlyn2bt4hvBsZF  { width:17.5rem;height:auto;top:22.8125rem;left:0rem; }
#kFnfRNbGVXksWyR1UkZlyn2bt4hvBsZF .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kFnfRNbGVXksWyR1UkZlyn2bt4hvBsZF {display:block;}#kFnfRNbGVXksWyR1UkZlyn2bt4hvBsZF { width:17.5rem;height:auto;top:22.8125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #kFnfRNbGVXksWyR1UkZlyn2bt4hvBsZF #iGFDIIF3V3HcaaDoTfTBVqMoTXE7MX5g {  }
 }@media only screen and (max-width: 763px) { #kFnfRNbGVXksWyR1UkZlyn2bt4hvBsZF #ipn9EL9FScDNfOF3xuCn65NVTuBT3dG7 { display:block; }
 }@media only screen and (max-width: 763px) { #kFnfRNbGVXksWyR1UkZlyn2bt4hvBsZF #h5sPewzyUalhGXWNfmTraA6sToR5nf78 {  }
 }@media only screen and (max-width: 763px) { #kFnfRNbGVXksWyR1UkZlyn2bt4hvBsZF #HTcaMP86Sh8EF6qXbFnsnsWr4ITJ9LBt {  }
 }@media only screen and (max-width: 763px) { #kFnfRNbGVXksWyR1UkZlyn2bt4hvBsZF #WB78f9g3eiJ5IZ31afxuVFhiwAAMpTdv { display:block; }
 }@media only screen and (max-width: 763px) { #kFnfRNbGVXksWyR1UkZlyn2bt4hvBsZF #dsraSzeVINN0QgUbadF2ofsvsBBsi0Pc {  }
 }@media only screen and (max-width: 763px) { #kFnfRNbGVXksWyR1UkZlyn2bt4hvBsZF #DiJZCFSTDLzRrMAGmWuOfynfOJmo4rNJ {  }
 }@media only screen and (max-width: 763px) { #kFnfRNbGVXksWyR1UkZlyn2bt4hvBsZF #Onr6632aMtZhea1tdE9REXKSu962mAZ5 { display:block; }
 }@media only screen and (max-width: 763px) { #kFnfRNbGVXksWyR1UkZlyn2bt4hvBsZF #Fm699uNVz8kXCu8Qu6IL79mFF92MuOUX {  }
 }@media only screen and (max-width: 763px) { #kFnfRNbGVXksWyR1UkZlyn2bt4hvBsZF #RGmswMOrfZJqWhltTczkHNJw9Ptne4mL {  }
 }@media only screen and (max-width: 763px) { #kFnfRNbGVXksWyR1UkZlyn2bt4hvBsZF #dxqWX5yWy1nenAqTUDq8c8rhuPiOFynh {  }
 }@media only screen and (max-width: 763px) { #kFnfRNbGVXksWyR1UkZlyn2bt4hvBsZF #iFaTs5TIt2RkkSgmSIJcg2evK1i2OEHR {  }
 }@media only screen and (max-width: 763px) { #DPRiLFldL1GSCrOpoy8acHlHRu0oJShR { display:block; }
 }@media only screen and (max-width: 763px) { #xwnMsBkwakgE8piSJE9JKrUqXFzdfDx3 { display:block; }
 }@media only screen and (max-width: 763px) { #gleBPcFDG598g2xDFWtprRHRDp2cctLz { display:block; }
 }@media only screen and (max-width: 763px) { #zU51nEZF9o2UwxKRLg60Jm563TPi2ucs { display:block; }
 }@media only screen and (max-width: 763px) { #TNPpygxEkTUwK4BaEMHP28mtL9Ax2yBt { display:block; }
 }@media only screen and (max-width: 763px) { #gvVNHrkCIDoiwGBz6cnW1mRKUw3WUfbW { display:block; }
 }@media only screen and (max-width: 763px) { #Tpe6sA6QyVkyTR7tfvxV15Wzs4XSyTUd { display:block; }
 }@media only screen and (max-width: 763px) { #kFnfRNbGVXksWyR1UkZlyn2bt4hvBsZF #oCbxGFVsvzysakgEd9M2aLTOQMnLKpDN {  }
 }@media only screen and (max-width: 763px) { #kFnfRNbGVXksWyR1UkZlyn2bt4hvBsZF #iq3C7USpy1LeK1Toy0DM34DM8wITO72y {  }
 }@media only screen and (max-width: 763px) { #ILmGigpN4lyGWEPb3gDeWVOvoL0MZORW { width:20rem;height:24.6875rem;top:22.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTR4cFes1MEJWPigHSfBQ75ddHcHlUle { width:20rem;height:3.73698125rem;top:17.943359375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfyTu6NIUbMawTHfuqL7qLCbqJArLShH { display:none; }#tfyTu6NIUbMawTHfuqL7qLCbqJArLShH > .row .container { width:20rem;height:46.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #JTaO3sJ53utXtVPhIc4kXC9XaAA19POf { width:20rem;height:9rem;top:1.8720703125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:.8;display:block; }
 }@media only screen and (max-width: 763px) { #JBsMhvZ1zZTE2mf7i2ti57wrrR5kJSof { width:19.3125rem;height:15.9140625rem;top:12.68701171875rem;left:0.34375rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1C4QPW2ci3Ov3pbUtTyCi1bRylWgXLC { height:11.25rem;width:20rem;top:29.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipJCJnJ2TAa2XtdPiE6CTRpRs7DBp6Df { width:16.25rem;height:3.8125rem;top:41.5rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOIXxOMbFTvV5JEXubKg05oK5bsuxfSV { display:block; }
 }@media only screen and (max-width: 763px) { #E989FEqrLNBboNoQZVdWwaGHGKm0lTtg { display:block; }#E989FEqrLNBboNoQZVdWwaGHGKm0lTtg > .row .container { width:20rem;height:64.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a3T730yUmG8G9F0AEQWGKSErkFJNpiGd { width:20rem;height:9rem;top:1.8720703125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:.8;display:block; }
 }@media only screen and (max-width: 763px) { #mkHSsinruqCJVqdwZN0ulUTp8ADsT4UW { width:19.3125rem;height:15.92320625rem;top:43.0615234375rem;left:0.34375rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kq1dHkTHnUTNm10lZigdIHTsAnQrWPTn { width:16.25rem;height:3.8125rem;top:60.25rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPLH4QRngaHp001Cnv0f6yRU5QG7nPsE { display:block; }
 }@media only screen and (max-width: 763px) { #mfNs58vWHwtRimNAVsJ312zcxzUe2dym { top:12.1220703125rem;left:1.5625rem;width:16.875rem;height:30rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #cTm9ZDR8DIfeTVHUHlQQ9ec0a4O1imkP { display:none; }#cTm9ZDR8DIfeTVHUHlQQ9ec0a4O1imkP > .row .container { width:20rem;height:51.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XXdhKTyZi0NTKG751KgfJvx2qBAnbezZ { width:20rem;height:3rem;top:2.872314453125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:.8;display:block; }
 }@media only screen and (max-width: 763px) { #UzpcH8kV4O1oovCf2dQJIUtrGEaqkZB3 { width:19.3125rem;height:12.50390625rem;top:7.562255859375rem;left:0.34326171875rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTJf3IPJhTIDxltOraIEJzcusqRQwl0c { height:27.125rem;width:14.75rem;top:19.189453125rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkwNC6tzTP6G45ZFuW3Jwqg1ENzkm2Mk { width:16.25rem;height:3.8125rem;top:46.84375rem;left:1.875rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #WXXQ1sy7LSpcXAcqvy2Vr9nbvhx0zRFT { display:block; }
 }@media only screen and (max-width: 763px) { #gN0Rcx4oT7uwmpWBT4LwRos1FDdnJCfG { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b38f4005-591d-45e6-954b-2637c4c76bde/slide_16_9_27.webp");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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gN0Rcx4oT7uwmpWBT4LwRos1FDdnJCfG.adaptive-delivery-prevent-bg, #gN0Rcx4oT7uwmpWBT4LwRos1FDdnJCfG.lazyload, #gN0Rcx4oT7uwmpWBT4LwRos1FDdnJCfG.lazyloading { background-image: none; }#gN0Rcx4oT7uwmpWBT4LwRos1FDdnJCfG > .row .container { background-color: transparent; background-image: none; }#gN0Rcx4oT7uwmpWBT4LwRos1FDdnJCfG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #061836; }#gN0Rcx4oT7uwmpWBT4LwRos1FDdnJCfG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gN0Rcx4oT7uwmpWBT4LwRos1FDdnJCfG > .row .container > .video-iframe-container { display: none; }#gN0Rcx4oT7uwmpWBT4LwRos1FDdnJCfG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #061836; }#gN0Rcx4oT7uwmpWBT4LwRos1FDdnJCfG > .row > .video-iframe-container { display: none; }#gN0Rcx4oT7uwmpWBT4LwRos1FDdnJCfG > .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); }#gN0Rcx4oT7uwmpWBT4LwRos1FDdnJCfG > .row .container { border-width: 0; border-radius: 0; }#gN0Rcx4oT7uwmpWBT4LwRos1FDdnJCfG::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gN0Rcx4oT7uwmpWBT4LwRos1FDdnJCfG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gN0Rcx4oT7uwmpWBT4LwRos1FDdnJCfG > .row .container { width:20rem;height:55.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Afzb4l2e2TJcWzIefTypAllMfcBRJnxJ { width:19.9365rem;height:6.599625rem;top:18.38134765625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wOA5iNbbGvtcSsv3dPN2lKg3m0UbQEq5 { width:19.375rem;height:22.04818125rem;top:26.622314453125rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1.125rem;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #iB2e9l6cAaQgsh5KTa919vsMoXJFvlHq { width:20rem;height:15.625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUItNbgZTH9ChTX3yNRzDKcBnz14kpPW { width:16.25rem;height:3.8125rem;top:50.130859375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ly8QABpLaTS7ITPuHJ2ZRz39RvyysVMZ { display:block; }
 }@media only screen and (max-width: 763px) { #gDXbMhoQkRTo7wE4LnTxFSEWFUObNqO9 { display:block; }#gDXbMhoQkRTo7wE4LnTxFSEWFUObNqO9 > .row .container { width:20rem;height:98.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uoNdywmgrNbI8ZhoNhUeEsPOCTGiJGLq { width:19.5625rem;height:2.03125rem;top:0.7900390625rem;left:0.1875rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0S3QCihh0N9Guc77uplbOCHirRfDZpH { width:15.8110625rem;height:3.1679625rem;top:3.28125rem;left:2.09423828125rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpKUce7xStn18wPIA7npHVaIFCzytGZ2 { width:15.8110625rem;height:3.1679625rem;top:34.5771484375rem;left:2.09423828125rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSqGK4AQPfVOu4raPColaPTix1MoVc96 { width:19.75rem;height:1.94986875rem;top:31.7958984375rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MT5X3P4t1Se4iGVMuycGB5tRueeDXBzF { width:15.625rem;height:4.0625rem;top:63.1884765625rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpnVuQr19MUrT9Eyxt048WDJK95rLwF3 { width:15.7485625rem;height:3.1679625rem;top:67.5634765625rem;left:2.12548828125rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEZ3TXFk87qcFkVkuPerOeR5zSDQRdH3 { width:19.25rem;height:19.25rem;top:7.29296875rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6susxEvbe35Azex8X5krvHcqW5mk656 { width:19.1875rem;height:19.1875rem;top:38.75rem;left:0.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvrE2CSQPpAfchDOZJBTPha8Kke402Kg { width:19.1875rem;height:19.1875rem;top:71.494140625rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3vTLG5ihf6CQhsUICP3tUh81F5tB30T { width:16.25rem;height:3.8125rem;top:27.1494140625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N44kbJ1yu4Ofht2kM2LISCWKM7yBAHLW { display:block; }
 }@media only screen and (max-width: 763px) { #fGG09fQ2LGMPbq4rfkCDr41p8AyspdZt { width:16.25rem;height:3.8125rem;top:58.814453125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mr0ulgFprEEiGxfRvJsoSJyOZmXeDVq3 { display:block; }
 }@media only screen and (max-width: 763px) { #GyGJ6FXJ1XKNrFUeXlkaqJTTHBShVCrq { width:16.25rem;height:3.8125rem;top:91.939453125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nu4qDom4g9Za50IJQXphoiUpe96KiTDT { display:block; }
 }@media only screen and (max-width: 763px) { #vHSmFLWLByMHWvy8C1DZz24lmwWUt6wH { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d7d1c0aa-4905-4eca-abf6-d05d1a281e61/ChatGPTImage6may202609_40_12am.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#vHSmFLWLByMHWvy8C1DZz24lmwWUt6wH.adaptive-delivery-prevent-bg, #vHSmFLWLByMHWvy8C1DZz24lmwWUt6wH.lazyload, #vHSmFLWLByMHWvy8C1DZz24lmwWUt6wH.lazyloading { background-image: none; }#vHSmFLWLByMHWvy8C1DZz24lmwWUt6wH > .row .container { background-color: transparent; background-image: none; }#vHSmFLWLByMHWvy8C1DZz24lmwWUt6wH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.26); }#vHSmFLWLByMHWvy8C1DZz24lmwWUt6wH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vHSmFLWLByMHWvy8C1DZz24lmwWUt6wH > .row .container > .video-iframe-container { display: none; }#vHSmFLWLByMHWvy8C1DZz24lmwWUt6wH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.26); }#vHSmFLWLByMHWvy8C1DZz24lmwWUt6wH > .row > .video-iframe-container { display: none; }#vHSmFLWLByMHWvy8C1DZz24lmwWUt6wH > .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); }#vHSmFLWLByMHWvy8C1DZz24lmwWUt6wH > .row .container { width:20rem;height:14.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ECgqGNnmvUgMJmvQenLdSXXc102f7wlt { width:17.5rem;height:9.8958125rem;top:2.23828125rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.125rem;text-shadow:0.0625rem 0.0625rem 0.4375rem rgba(0,0,0,0.91);display:block; }
 }@media only screen and (max-width: 763px) { #rhVhI1WECimKbTCtxIdtldULAihfZ2Su { background-color:#ffffff;background-image:none;display:block; }#rhVhI1WECimKbTCtxIdtldULAihfZ2Su > .row .container { background-color: transparent; background-image: none; }#rhVhI1WECimKbTCtxIdtldULAihfZ2Su::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rhVhI1WECimKbTCtxIdtldULAihfZ2Su > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rhVhI1WECimKbTCtxIdtldULAihfZ2Su > .row .container > .video-iframe-container { display: none; }#rhVhI1WECimKbTCtxIdtldULAihfZ2Su > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rhVhI1WECimKbTCtxIdtldULAihfZ2Su > .row > .video-iframe-container { display: none; }#rhVhI1WECimKbTCtxIdtldULAihfZ2Su > .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); }#rhVhI1WECimKbTCtxIdtldULAihfZ2Su > .row .container { width:20rem;height:54.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Etuq78yA0Gn8rdsL4qDpdqsTOrZG1wpN { width:20rem;height:19.1855625rem;top:35.232421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ufh160WtisLzcfDC3aU7qOny7uzafwhu { width:19.0625rem;height:23.62305625rem;top:9.228515625rem;left:0.46875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMKJGi5gQrConOgFornTKL0k5IawGEOs { width:20rem;height:7.1484375rem;top:0.681640625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #l7rhNzpRLTL5O1DxuL50quEXGlmCETcT { width:6.875rem;height:2.03125rem;top:50.810546875rem;left:12.1240234375rem;text-align:right;text-align-last:right;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdT9gOAyMcOEMu9KpCSAtDMTL5CVss0b { display:block; }#pdT9gOAyMcOEMu9KpCSAtDMTL5CVss0b > .row .container { width:20rem;height:25.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iOOBKiP7lTJd6An2STSoumLW4C3zEUe5 { width:9.75rem;height:6.5rem;top:3.125rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #O11lvIIf3B6QkV9P15Ord7A219Il4mJQ { width:9.625rem;height:6.375rem;top:3.3125rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHwrSFdTAeFA7iPR1zw9TfcW7ZcB2rCL { width:9.8125rem;height:5.5rem;top:11.5625rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #beqBN0GIQoEemUmrt8Qs9c78P5VWt1e4 { width:9.375rem;height:6.25rem;top:11.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7agNIog8riT5OCxsfDEy9b0IVCNwxWo { width:16.25rem;height:3.8125rem;top:19.7490234375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Thf0dyRWlvkg0pSdffGrL0SbAANAdwIO { display:block; }
 }@media only screen and (max-width: 763px) { #S61zTOwTInTUDJrK85NcOIBnUatQTb7S { display:block; }#S61zTOwTInTUDJrK85NcOIBnUatQTb7S > .row .container { width:20rem;height:62.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CbkuP9uorzTigrcg24Kq0fK5W626t3Ve { width:20rem;height:17rem;top:26.4755859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Trv99VsPd92daEtAsINFJQHgo3QmXl64 { width:11.5rem;height:1.25rem;top:34.35107421875rem;left:4.25rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #L3i2wghA6GzAznvXgRXvHAlkApMuf4f1 { display:block; }
 }@media only screen and (max-width: 763px) { #q7Zb12i0m6g5ZubZTeKOOlFaGJz3x7s3 { width:20rem;height:12.375rem;top:2.1865234375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGiiB6wgSHc8yFA2u2lXOfQ1qwCBOFCF { width:20rem;height:7.9615625rem;top:15.9365234375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uH85u9UIIZyl25QSRMDubxw2beIsdtrP { width:16.25rem;height:3.8125rem;top:56.2880859375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipmq0PFTupTWhTDQqcwnOfvcWTwrmKKg { display:block; }
 }@media only screen and (max-width: 763px) { #ce5qILbzH9qszyNAwR6SxyntNMiJnS3J { display:block; }#ce5qILbzH9qszyNAwR6SxyntNMiJnS3J > .row .container { width:20rem;height:64.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w96oFnDg1Sh8lz17hqAKAe5k6A3kI6ni { width:19.1235625rem;height:4.7421875rem;top:1.70458984375rem;left:0.43798828125rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oCXbcoul07qWWWBd8dcgumF6aehNqAkh { width:17.9980625rem;height:33.21875rem;top:7.26513671875rem;left:1.00048828125rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }#oCXbcoul07qWWWBd8dcgumF6aehNqAkh li:before{  }
 }@media only screen and (max-width: 763px) { #xPrIoGkJkBk6dFvbo20HmastveuTAqIT { width:20rem;height:14.9375rem;top:42.892578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #INabW42aWNzPTIVbHXtWCrbKSEBuPwUT { width:16.25rem;height:3.8125rem;top:59.3505859375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrOgt1RiugvrJ87RUPTIg08RfpAE1N6i { display:block; }
 }@media only screen and (max-width: 763px) { #Mghx98Smshcm2uDdynSqMbZLM5ElDh1B { display:block; }#Mghx98Smshcm2uDdynSqMbZLM5ElDh1B > .row .container { width:20rem;height:19.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CMbxpogU6K4Hp4Gmf5TF6EmWeMvWT0uH { width:17.999rem;height:4.19791875rem;top:7.26171875rem;left:1.00048828125rem;font-size:0.75rem;text-align:center;text-align-last:center;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #GRUXAx3dpd8mWGX0AWQTsEIROEGEfuou { width:11.5rem;height:3.375rem;top:2.44921875rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGckOcp3UEs7c7z8kTA5TTxlWyt9ynTS { width:20rem;height:4.1979125rem;top:12.724609375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sXvTRedqiIBmTPbJfvPkPclrvFXH9rTZ { position:relative;z-index:auto;display:none; }#sXvTRedqiIBmTPbJfvPkPclrvFXH9rTZ > .row .container { width:20rem;height:5.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LesXUV8d7RkOKm7gr8KfJ6ObtCrUWW9a { width:3.75rem;height:3.75rem;top:0rem;left:15.6875rem;display:block; }
 }