.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:218,239,237;--color-primary-1:145,207,201;--color-primary-2:72,175,165;--color-primary-3:26,155,143;--color-primary-4:13,70,65;--color-secondary-0:241,233,223;--color-secondary-1:213,190,160;--color-secondary-2:185,146,97;--color-secondary-3:183,144,50;--color-secondary-4:117,92,62;--color-tertiary-0:255,255,255;--color-tertiary-1:194,194,194;--color-tertiary-2:153,153,153;--color-tertiary-3:92,92,92;--color-tertiary-4:0,0,0;--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:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;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); }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.64);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; }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL > .row .container { background-color: transparent; background-image: none; }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL > .row .container > .video-iframe-container { display: none; }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL > .row > .video-iframe-container { display: none; }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL > .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); }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL > .row .container { border-width: 0; border-radius: 0; }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#z4HXLvG10ZGoh6zXl17hJccr2IHJWLXG { 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:2.5625rem;width:11.8125rem;top:1.21875rem;left:0rem;overflow:hidden;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/fdad6d1f-f149-4070-8f0b-b4dc470f7531/bg.png");background-position:bottom 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-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;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::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:41.1875rem;width:75rem;overflow:visible;position:relative;display:block; }#UUuiUeGRrHgC85Cpfa6zhOwqywFny79p { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #0057e2, #003578);background-image: -moz-linear-gradient(90deg, #0057e2, #003578);background-image: -ms-linear-gradient(90deg, #0057e2, #003578);background-image: -o-linear-gradient(90deg, #0057e2, #003578);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0057e2', endColorstr='#003578' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0057e2', endColorstr='#003578' );";background-image: linear-gradient(90deg, #0057e2, #003578);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.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:poppins;font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.375rem;height:3.125rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:31.75rem;left:0rem;display:block; }
#TnktLh0xRX77K0O0cyiaEGM2MpP1yZR8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sskcDq8Um6WbsE9LGLqd61Tw6GKBUAl1 { color:rgba(var(--color-tertiary-4),1);display:block;width:38.5rem;position:absolute;font-family:poppins;font-size:3.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:6.3125rem;left:0rem;height:9.099625rem;font-style:normal;display:block; }
#AuCTETrha9ptuAc19kCu1k5Wnv5HXbhW { color:rgba(var(--color-tertiary-4),1);display:block;width:41.125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:16.5625rem;left:0rem;height:9.4453125rem;font-style:normal;display:block; }
#UU67o8bZzGZ0D1aPi9lzfkI1rrilnJQ4 { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.5rem;width:37.9375rem;top:7.625rem;left:49.75rem;overflow:hidden;display:block; }
#WRmNSvaTn1EAiQmxduAN9Kc38KD5rHXB { position:absolute;display:block;z-index:15000;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:98rem;width:69.6875rem;display:none; }
#IA8M3Ab3BblclrV57Be24ycB3q4zUeCa { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/fdad6d1f-f149-4070-8f0b-b4dc470f7531/bg.png");background-position:bottom 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-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:none; }#IA8M3Ab3BblclrV57Be24ycB3q4zUeCa.adaptive-delivery-prevent-bg, #IA8M3Ab3BblclrV57Be24ycB3q4zUeCa.lazyload, #IA8M3Ab3BblclrV57Be24ycB3q4zUeCa.lazyloading { background-image: none; }#IA8M3Ab3BblclrV57Be24ycB3q4zUeCa > .row .container { border-width: 0; border-radius: 0; }#IA8M3Ab3BblclrV57Be24ycB3q4zUeCa > .row > .video-iframe-container { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem; }#IA8M3Ab3BblclrV57Be24ycB3q4zUeCa > .row .container { font-size:0.875rem;font-family:arial;height:41.1875rem;width:75rem;overflow:visible;position:relative;display:none; }#Wmvy4mGCRXRRKLu9r2DHhUv5pF4DyQtB { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #0057e2, #003578);background-image: -moz-linear-gradient(90deg, #0057e2, #003578);background-image: -ms-linear-gradient(90deg, #0057e2, #003578);background-image: -o-linear-gradient(90deg, #0057e2, #003578);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0057e2', endColorstr='#003578' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0057e2', endColorstr='#003578' );";background-image: linear-gradient(90deg, #0057e2, #003578);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.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:poppins;font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.375rem;height:3.125rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:24.3740234375rem;left:0rem;display:block; }
#FT51uoMWvlvMsrmZMR0AAM1tA4DKPtvf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dGcEwrszT4n6yw3h3JI8NvH9ZUZXb21b { color:rgba(var(--color-tertiary-4),1);display:block;width:35rem;position:absolute;font-family:poppins;font-size:3.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:5.0625rem;left:0rem;height:8.125rem;font-style:normal;display:block; }
#TKHrWtSXCli7GpxvN7hIq6t5kif08naC { color:rgba(var(--color-tertiary-4),1);display:block;width:35.1875rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:15.3125rem;left:0rem;height:5.90625rem;font-style:normal;display:block; }
#wxVhMoF2uJRX9OKd0P3SBFnsdTAZDD1E { color:rgba(var(--color-tertiary-4),1);display:block;width:31.6875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:31.9375rem;left:5.4375rem;height:1.29980625rem;display:block; }
#T7FfBdudDC74yqsNgXt2tqmmrHE3pEnf { color:rgba(var(--color-tertiary-4),1);display:block;width:31.6875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:34.25rem;left:5.4375rem;height:1.29980625rem;display:block; }
#oGCTi5lAJHWk5qvGT61FT0f1TUmFT3aT { color:rgba(var(--color-tertiary-4),1);display:block;width:31.6875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:36.6875rem;left:5.4375rem;height:1.29980625rem;display:block; }
#ipWTXr9wqy7MeQ8IRJWo9p0dmfkRPlTJ { box-sizing:content-box;height:1.5625rem;width:1.5625rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/53db6549-16b8-4613-9493-181d3c998db3/check.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:31.8056640625rem;left:2.75rem;display:block; }#ipWTXr9wqy7MeQ8IRJWo9p0dmfkRPlTJ.adaptive-delivery-prevent-bg, #ipWTXr9wqy7MeQ8IRJWo9p0dmfkRPlTJ.lazyload, #ipWTXr9wqy7MeQ8IRJWo9p0dmfkRPlTJ.lazyloading { background-image: none; }
#bZS5PRcnaEJWohEkrEUsIp6EOdR4dXlT { box-sizing:content-box;height:1.5625rem;width:1.5625rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/53db6549-16b8-4613-9493-181d3c998db3/check.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:34.1181640625rem;left:2.75rem;display:block; }#bZS5PRcnaEJWohEkrEUsIp6EOdR4dXlT.adaptive-delivery-prevent-bg, #bZS5PRcnaEJWohEkrEUsIp6EOdR4dXlT.lazyload, #bZS5PRcnaEJWohEkrEUsIp6EOdR4dXlT.lazyloading { background-image: none; }
#kOUe5t7lq3aTy8ORCqFxT2Bl986V0bEP { box-sizing:content-box;height:1.5625rem;width:1.5625rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/53db6549-16b8-4613-9493-181d3c998db3/check.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:36.5556640625rem;left:2.75rem;display:block; }#kOUe5t7lq3aTy8ORCqFxT2Bl986V0bEP.adaptive-delivery-prevent-bg, #kOUe5t7lq3aTy8ORCqFxT2Bl986V0bEP.lazyload, #kOUe5t7lq3aTy8ORCqFxT2Bl986V0bEP.lazyloading { background-image: none; }
#USudK09tmPXblFQk14JQbcUXXGIJFrQk { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.5rem;width:37.9375rem;top:7.625rem;left:49.75rem;overflow:hidden;display:block; }
#L7AiPqnrvXhxwhKlk6FTeVRdvm6TdH0U { position:absolute;display:block;z-index:15000;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:98rem;width:69.6875rem;display:none; }
#kIexhmOfcs3ClqXTGn8JgBgbLWB3Cmoh { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5cb39436-89e6-4772-9c83-09037185fc51/561566810_1390557066412575_1760194867662146594_n.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; }#kIexhmOfcs3ClqXTGn8JgBgbLWB3Cmoh.adaptive-delivery-prevent-bg, #kIexhmOfcs3ClqXTGn8JgBgbLWB3Cmoh.lazyload, #kIexhmOfcs3ClqXTGn8JgBgbLWB3Cmoh.lazyloading { background-image: none; }#kIexhmOfcs3ClqXTGn8JgBgbLWB3Cmoh > .row .container { background-color: transparent; background-image: none; }#kIexhmOfcs3ClqXTGn8JgBgbLWB3Cmoh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#kIexhmOfcs3ClqXTGn8JgBgbLWB3Cmoh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kIexhmOfcs3ClqXTGn8JgBgbLWB3Cmoh > .row .container > .video-iframe-container { display: none; }#kIexhmOfcs3ClqXTGn8JgBgbLWB3Cmoh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#kIexhmOfcs3ClqXTGn8JgBgbLWB3Cmoh > .row > .video-iframe-container { display: none; }#kIexhmOfcs3ClqXTGn8JgBgbLWB3Cmoh > .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); }#kIexhmOfcs3ClqXTGn8JgBgbLWB3Cmoh > .row .container { border-width: 0; border-radius: 0; }#kIexhmOfcs3ClqXTGn8JgBgbLWB3Cmoh::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; }#kIexhmOfcs3ClqXTGn8JgBgbLWB3Cmoh > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#kIexhmOfcs3ClqXTGn8JgBgbLWB3Cmoh > .row .container { font-size:0.875rem;font-family:arial;height:92.9375rem;width:75rem;overflow:visible;position:relative;display:block; }#cShmBTJKWBPrEAelI2rNcMsaWFSA0hCB { color:rgba(var(--color-tertiary-4),1);display:block;width:35rem;position:absolute;font-family:poppins;font-size:3.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:6.0625rem;left:20rem;height:8.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#w3H3A1uFK23knF7H3ALL1QDKN1wm7aTA { box-sizing:content-box;height:31.875rem;width:23.875rem;position:absolute;display:block;z-index:15010;background-color:#eff6f9;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.875rem;left:25.5625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#lzqMJVifhskCqVSRL6tGG0PtoApazAOF { box-sizing:content-box;height:14.875rem;width:21.75rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/65d7fa2d-bef9-4393-9f0d-229dbe1d49b0/ChatGPTImage92569.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:29.9375rem;left:26.625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#lzqMJVifhskCqVSRL6tGG0PtoApazAOF.adaptive-delivery-prevent-bg, #lzqMJVifhskCqVSRL6tGG0PtoApazAOF.lazyload, #lzqMJVifhskCqVSRL6tGG0PtoApazAOF.lazyloading { background-image: none; }
#wVUmxez8LwLaFM2SXrTzRERkMexwR0Xm { color:rgba(var(--color-tertiary-4),1);display:block;width:3.0625rem;position:absolute;font-family:poppins;font-size:3.0625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:19.75rem;left:26.625rem;height:;display:block; }
#W0s2Bs2XrxQnChHvDGG7xr7r8eU898ab { color:rgba(var(--color-tertiary-4),1);display:block;width:18.5625rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:20.1875rem;left:29.875rem;height:3.0859375rem;display:block; }
#QyKBtmI2hWRKK44b4PP2Z34eodTyGl1k { color:rgba(var(--color-tertiary-4),1);display:block;width:18.0625rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:300;z-index:15014;line-height:1.1;letter-spacing:0;top:24.5rem;left:30rem;height:3.09765625rem;font-style:normal;display:block; }#QyKBtmI2hWRKK44b4PP2Z34eodTyGl1k li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#QyKBtmI2hWRKK44b4PP2Z34eodTyGl1k li:before{  }
#aF8AAq7TNiAcxppSBITfNfbN3d7CluaN { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #0057e2, #003578);background-image: -moz-linear-gradient(90deg, #0057e2, #003578);background-image: -ms-linear-gradient(90deg, #0057e2, #003578);background-image: -o-linear-gradient(90deg, #0057e2, #003578);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0057e2', endColorstr='#003578' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0057e2', endColorstr='#003578' );";background-image: linear-gradient(90deg, #0057e2, #003578);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.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:poppins;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.1875rem;height:2.875rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:46.375rem;left:26.625rem;display:block; }
#eTHxKPpoaQmLS2ItTZkrLTvOCCd365sd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QHXBgKoEKCwRfmx3heNIkuVxgtg2kfqn { box-sizing:content-box;height:31.875rem;width:23.875rem;position:absolute;display:block;z-index:15016;background-color:#eff6f9;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.25) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.875rem;left:51.125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#kszdVTqAKiUBdKoMT2cFua2maTA8PfXz { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #0057e2, #003578);background-image: -moz-linear-gradient(90deg, #0057e2, #003578);background-image: -ms-linear-gradient(90deg, #0057e2, #003578);background-image: -o-linear-gradient(90deg, #0057e2, #003578);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0057e2', endColorstr='#003578' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0057e2', endColorstr='#003578' );";background-image: linear-gradient(90deg, #0057e2, #003578);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.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:poppins;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.1875rem;height:2.875rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:46.375rem;left:52.1875rem;display:block; }
#S6zTAM2iFTCUNfEHBoQg53RbfLGTZOfc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QI4KOacs73g0Wto1HXhIA4JlQ7qkLfUW { box-sizing:content-box;height:14.875rem;width:21.75rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/20e1ab13-5716-460f-81c8-42e2f714cbbf/ChatGPTImage9256914_10_40.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:29.9375rem;left:52.1875rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#QI4KOacs73g0Wto1HXhIA4JlQ7qkLfUW.adaptive-delivery-prevent-bg, #QI4KOacs73g0Wto1HXhIA4JlQ7qkLfUW.lazyload, #QI4KOacs73g0Wto1HXhIA4JlQ7qkLfUW.lazyloading { background-image: none; }
#P5iTpEJLS4SBZW73brp2V6oDfr5Uph50 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.0625rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:300;z-index:15020;line-height:1.1;letter-spacing:0;top:24.5rem;left:55.625rem;height:3.09765625rem;font-style:normal;display:block; }#P5iTpEJLS4SBZW73brp2V6oDfr5Uph50 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#P5iTpEJLS4SBZW73brp2V6oDfr5Uph50 li:before{  }
#b60Mi3LefkZuti1T7BbDTZG2UeJE4tde { color:rgba(var(--color-tertiary-4),1);display:block;width:3.0625rem;position:absolute;font-family:poppins;font-size:3.0625rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:19.75rem;left:52.1875rem;height:;display:block; }
#hani4h10tG0gNWTaKviSoE7oul0li0tI { color:rgba(var(--color-tertiary-4),1);display:block;width:10.8125rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:20.1875rem;left:55.5rem;height:3.0859375rem;display:block; }
#CDrx6ODeSNO8wdQsSof1QdHuCesdEb4O { box-sizing:content-box;height:31.875rem;width:23.875rem;position:absolute;display:block;z-index:15022;background-color:#eff6f9;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.25) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:54.5625rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#TTn3WAifHkMSlooPrHsQSstaeBXmIGJ4 { color:rgba(var(--color-tertiary-4),1);display:block;width:3.0625rem;position:absolute;font-family:poppins;font-size:3.0625rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:55.4375rem;left:1.0625rem;height:3.98046875rem;display:block; }
#FoOVOiDXD21mKO3iTZy1nJ5fySN8TvUX { color:rgba(var(--color-tertiary-4),1);display:block;width:18.5625rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:55.875rem;left:4.5rem;height:3.0859375rem;display:block; }
#uJ9084Ou9kv7bbS8FPf8e7cxnTOgQSxe { color:rgba(var(--color-tertiary-4),1);display:block;width:18.0625rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:300;z-index:15026;line-height:1.1;letter-spacing:0;top:60.1875rem;left:4.5rem;height:3.09765625rem;font-style:normal;display:block; }#uJ9084Ou9kv7bbS8FPf8e7cxnTOgQSxe li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#uJ9084Ou9kv7bbS8FPf8e7cxnTOgQSxe li:before{  }
#pbgdFZfrNLwrmci5s5aZT5VWvaCfXkPM { box-sizing:content-box;height:14.875rem;width:21.75rem;position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/09151943-a93a-45d6-b339-e448887bb47a/ChatGPTImageMar9202603_00_49PM.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:65.625rem;left:1.0625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#pbgdFZfrNLwrmci5s5aZT5VWvaCfXkPM.adaptive-delivery-prevent-bg, #pbgdFZfrNLwrmci5s5aZT5VWvaCfXkPM.lazyload, #pbgdFZfrNLwrmci5s5aZT5VWvaCfXkPM.lazyloading { background-image: none; }
#iLWmBx0MEAurfJUn0D1pt6VDLTR1Eio3 { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #0057e2, #003578);background-image: -moz-linear-gradient(90deg, #0057e2, #003578);background-image: -ms-linear-gradient(90deg, #0057e2, #003578);background-image: -o-linear-gradient(90deg, #0057e2, #003578);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0057e2', endColorstr='#003578' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0057e2', endColorstr='#003578' );";background-image: linear-gradient(90deg, #0057e2, #003578);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.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:poppins;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.1875rem;height:2.875rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:82.0625rem;left:1.0625rem;display:block; }
#ATFizaEu3dSq5TC8BKHp1tmzNSiedlOP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fDBS0Uv5K2q4JZsrVtrII6FcmXqeXc2F { box-sizing:content-box;height:31.875rem;width:23.875rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.125rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:none; }
#qIH4ME1KIhsVlfUM8ShG2vmig6Lk97T3 { color:rgba(var(--color-tertiary-4),1);display:block;width:3.0625rem;position:absolute;font-family:poppins;font-size:3.0625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:20rem;left:1.0625rem;height:3.98046875rem;display:none; }
#IOeKkPUMgorNnurgVab6ayaQbb7ivEWy { color:rgba(var(--color-tertiary-4),1);display:block;width:18.5625rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:20.447265625rem;left:3.96875rem;height:3.0859375rem;display:none; }
#zQuDfuIQA2ihgIQfe9NkfA1bQiEFFi4Q { color:rgba(var(--color-tertiary-4),1);display:block;width:18.0625rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:300;z-index:15014;line-height:1.1;letter-spacing:0;top:24.73046875rem;left:4.125rem;height:3.09765625rem;font-style:normal;display:none; }#zQuDfuIQA2ihgIQfe9NkfA1bQiEFFi4Q li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#zQuDfuIQA2ihgIQfe9NkfA1bQiEFFi4Q li:before{  }
#UQpt1pCVUR1XDk3hcUahhFfNGQuGMS0U { box-sizing:content-box;height:14.875rem;width:21.75rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.1875rem;left:1.0625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:none; }
#Kx87QpoJLPL0sbMqLwLJNh7f75sSkutO { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #0057e2, #003578);background-image: -moz-linear-gradient(90deg, #0057e2, #003578);background-image: -ms-linear-gradient(90deg, #0057e2, #003578);background-image: -o-linear-gradient(90deg, #0057e2, #003578);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0057e2', endColorstr='#003578' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0057e2', endColorstr='#003578' );";background-image: linear-gradient(90deg, #0057e2, #003578);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.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:poppins;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.1875rem;height:2.875rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:46.6240234375rem;left:1.0625rem;display:none; }
#BwR54930PSaK64QiDs1KZCZ6ehTP6PV5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rwoO1ao5R6a39lKmFZyX6GSEw64PMIJD { box-sizing:content-box;height:31.875rem;width:23.875rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.125rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:none; }
#bPilTJ1BIu1yNMWWTUDqmNO48VT1uvrl { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #0057e2, #003578);background-image: -moz-linear-gradient(90deg, #0057e2, #003578);background-image: -ms-linear-gradient(90deg, #0057e2, #003578);background-image: -o-linear-gradient(90deg, #0057e2, #003578);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0057e2', endColorstr='#003578' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0057e2', endColorstr='#003578' );";background-image: linear-gradient(90deg, #0057e2, #003578);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.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:poppins;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.1875rem;height:2.875rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:46.6240234375rem;left:1.0625rem;display:none; }
#GdpOT3TWWDLn29hbObHokqBqzNmQQDcy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ffSX81K5aQ16DToZS6xZD03suzsC640J { box-sizing:content-box;height:14.875rem;width:21.75rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.1875rem;left:1.0625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:none; }
#fBoTGgGlRnVq54kwNrgLVDNgIy0Vlawc { color:rgba(var(--color-tertiary-4),1);display:block;width:18.0625rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:300;z-index:15014;line-height:1.1;letter-spacing:0;top:24.73046875rem;left:4.125rem;height:3.09765625rem;font-style:normal;display:none; }#fBoTGgGlRnVq54kwNrgLVDNgIy0Vlawc li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#fBoTGgGlRnVq54kwNrgLVDNgIy0Vlawc li:before{  }
#opGOXKXxEJB3I2zVCbaNImecy3WBDg9o { color:rgba(var(--color-tertiary-4),1);display:block;width:3.0625rem;position:absolute;font-family:poppins;font-size:3.0625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:20rem;left:1.0625rem;height:3.98046875rem;display:none; }
#exoqwvpDmbTZCkqWTleyipQmXUp5EwIc { color:rgba(var(--color-tertiary-4),1);display:block;width:18.5625rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:20.447265625rem;left:3.96875rem;height:3.0859375rem;display:none; }
#nAttcgKdTLDlHFEnsJHnVdOhIZRQXOFr { box-sizing:content-box;height:31.875rem;width:23.875rem;position:absolute;display:block;z-index:15034;background-color:#eff6f9;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.25) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:54.5625rem;left:25.5625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#iFS6hITZTNBnfPZWVQlx85ZGgMuTIhdT { color:rgba(var(--color-tertiary-4),1);display:block;width:3.0625rem;position:absolute;font-family:poppins;font-size:3.0625rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:55.4375rem;left:26.625rem;height:3.98046875rem;display:block; }
#hfTTkGOkJJPGWiHMZyBkDy2XJqSHlZZA { color:rgba(var(--color-tertiary-4),1);display:block;width:16rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:55.875rem;left:30.0625rem;height:3.0859375rem;display:block; }
#vW15OmMpgBnhq2nKvPvs1mGqVVcPdD85 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.875rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:300;z-index:15038;line-height:1.1;letter-spacing:0;top:60.1875rem;left:30.0625rem;height:3.09765625rem;font-style:normal;display:block; }#vW15OmMpgBnhq2nKvPvs1mGqVVcPdD85 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#vW15OmMpgBnhq2nKvPvs1mGqVVcPdD85 li:before{  }
#POm3aSNGh0WT1Jp83T5TbNMaRSooiOim { box-sizing:content-box;height:14.875rem;width:21.75rem;position:absolute;display:block;z-index:15035;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/3f9f4751-8a59-49ea-a3fd-0d285da9fa02/ChatGPTImageFeb16202605_57_26PM.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:65.625rem;left:26.625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#POm3aSNGh0WT1Jp83T5TbNMaRSooiOim.adaptive-delivery-prevent-bg, #POm3aSNGh0WT1Jp83T5TbNMaRSooiOim.lazyload, #POm3aSNGh0WT1Jp83T5TbNMaRSooiOim.lazyloading { background-image: none; }
#gURN2Cm4cxWtgoHfHdiNISaR6tzfGAfI { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #0057e2, #003578);background-image: -moz-linear-gradient(90deg, #0057e2, #003578);background-image: -ms-linear-gradient(90deg, #0057e2, #003578);background-image: -o-linear-gradient(90deg, #0057e2, #003578);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0057e2', endColorstr='#003578' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0057e2', endColorstr='#003578' );";background-image: linear-gradient(90deg, #0057e2, #003578);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.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:poppins;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.1875rem;height:2.875rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:82.0625rem;left:26.625rem;display:block; }
#W1Hw88BWJriwO8ckT8wOb20gThvlNKa1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IqI7WNt3fJsJiWM0D34vWGV4gxa3r0sA { box-sizing:content-box;height:31.875rem;width:23.875rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.125rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:none; }
#wJLcrFFmKvUcKTHCVZTyld0ng2xbqw7P { color:rgba(var(--color-tertiary-4),1);display:block;width:3.0625rem;position:absolute;font-family:poppins;font-size:3.0625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:20rem;left:1.0625rem;height:3.98046875rem;display:none; }
#HsXd87JhuC8v91n3mL7PAMlSbd0bMQac { color:rgba(var(--color-tertiary-4),1);display:block;width:18.0625rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:300;z-index:15014;line-height:1.1;letter-spacing:0;top:24.73046875rem;left:4.125rem;height:3.09765625rem;font-style:normal;display:none; }#HsXd87JhuC8v91n3mL7PAMlSbd0bMQac li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#HsXd87JhuC8v91n3mL7PAMlSbd0bMQac li:before{  }
#d1TNNn5tp6sr2tyFJHp7gT5adRPN0D9h { color:rgba(var(--color-tertiary-4),1);display:block;width:18.5625rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:20.447265625rem;left:3.96875rem;height:3.0859375rem;display:none; }
#TrTbTktWcgSNmixQdqE6SPR4DDwiZOTZ { box-sizing:content-box;height:14.875rem;width:21.75rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.1875rem;left:1.0625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:none; }
#gxwq7s4hZpmNJc1p42p2hJZmnCwhGwJr { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #0057e2, #003578);background-image: -moz-linear-gradient(90deg, #0057e2, #003578);background-image: -ms-linear-gradient(90deg, #0057e2, #003578);background-image: -o-linear-gradient(90deg, #0057e2, #003578);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0057e2', endColorstr='#003578' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0057e2', endColorstr='#003578' );";background-image: linear-gradient(90deg, #0057e2, #003578);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.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:poppins;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.1875rem;height:2.875rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:46.6240234375rem;left:1.0625rem;display:none; }
#yTgqWkAsyIxmFCOvGgHcaHmChzowEhvD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#y6ISsTH8I794EpAtBnnxuNxnIEUH29MS { box-sizing:content-box;height:31.875rem;width:23.875rem;position:absolute;display:block;z-index:15022;background-color:#eff6f9;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.25) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.875rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#Qksd1SXQn1xzJaTQN1Ggvpm71Ucohv11 { color:rgba(var(--color-tertiary-4),1);display:block;width:3.0625rem;position:absolute;font-family:poppins;font-size:3.0625rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:19.75rem;left:1.0625rem;height:;display:block; }
#Fvm6tbI0LSBKLJP9gq3wCdFdDTkZFm9g { color:rgba(var(--color-tertiary-4),1);display:block;width:17.3125rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:20.1875rem;left:3.6875rem;height:;display:block; }
#lI03lGOQh5oiJcySGqOs2gtO1kCW9vgL { color:rgba(var(--color-tertiary-4),1);display:block;width:19.5rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:300;z-index:15026;line-height:1.1;letter-spacing:0;top:24.5rem;left:3.8125rem;height:;font-style:normal;display:block; }#lI03lGOQh5oiJcySGqOs2gtO1kCW9vgL li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#lI03lGOQh5oiJcySGqOs2gtO1kCW9vgL li:before{  }
#NGmIJmbVHgL955nmmGvkWFrB7NNQT5hS { box-sizing:content-box;height:14.875rem;width:21.75rem;position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/7a1b6fb3-bd15-4860-8ded-958d3c2787cb/ChatGPTImage9256913_14_01.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:29.9375rem;left:1.0625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#NGmIJmbVHgL955nmmGvkWFrB7NNQT5hS.adaptive-delivery-prevent-bg, #NGmIJmbVHgL955nmmGvkWFrB7NNQT5hS.lazyload, #NGmIJmbVHgL955nmmGvkWFrB7NNQT5hS.lazyloading { background-image: none; }
#JLkDdiafryKkUJTeqyNG7Z73PHaK9Tgr { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #0057e2, #003578);background-image: -moz-linear-gradient(90deg, #0057e2, #003578);background-image: -ms-linear-gradient(90deg, #0057e2, #003578);background-image: -o-linear-gradient(90deg, #0057e2, #003578);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0057e2', endColorstr='#003578' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0057e2', endColorstr='#003578' );";background-image: linear-gradient(90deg, #0057e2, #003578);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.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:poppins;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.1875rem;height:2.875rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:46.375rem;left:1.0625rem;display:block; }
#TTs01TAklVrFZ6refTBf6WGcCSfEKCqh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IamJhBkRPcTJe5clICPIZHrxUSo87rKb { box-sizing:content-box;height:31.875rem;width:23.875rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.125rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:none; }
#BUN7aLZeHL6fDFfNLtBXBsW6lEDrCXn0 { color:rgba(var(--color-tertiary-4),1);display:block;width:3.0625rem;position:absolute;font-family:poppins;font-size:3.0625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:20rem;left:1.0625rem;height:3.98046875rem;display:none; }
#l67CMJcQGyIypgFsCheBODtyCCm9gdwT { color:rgba(var(--color-tertiary-4),1);display:block;width:18.5625rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:20.447265625rem;left:3.96875rem;height:3.0859375rem;display:none; }
#MF1XhvsIFXoULKASnN16zNhtdNIosLXk { color:rgba(var(--color-tertiary-4),1);display:block;width:18.0625rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:300;z-index:15014;line-height:1.1;letter-spacing:0;top:24.73046875rem;left:4.125rem;height:3.09765625rem;font-style:normal;display:none; }#MF1XhvsIFXoULKASnN16zNhtdNIosLXk li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#MF1XhvsIFXoULKASnN16zNhtdNIosLXk li:before{  }
#RJ34BJ6AUV1kzS2qxTclmr1kVhaBH3vI { box-sizing:content-box;height:14.875rem;width:21.75rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.1875rem;left:1.0625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:none; }
#z7Mv16w6BZSl7liKJlUe9ETPbNBt4qV7 { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #0057e2, #003578);background-image: -moz-linear-gradient(90deg, #0057e2, #003578);background-image: -ms-linear-gradient(90deg, #0057e2, #003578);background-image: -o-linear-gradient(90deg, #0057e2, #003578);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0057e2', endColorstr='#003578' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0057e2', endColorstr='#003578' );";background-image: linear-gradient(90deg, #0057e2, #003578);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.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:poppins;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.1875rem;height:2.875rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:46.6240234375rem;left:1.0625rem;display:none; }
#O5NlfzMhJ1eGB8rq5gcs6S3maacv0z47 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eR6kpLVa1OeG2xo7GaDbvN3ope8GV4as { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5cb39436-89e6-4772-9c83-09037185fc51/561566810_1390557066412575_1760194867662146594_n.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:none; }#eR6kpLVa1OeG2xo7GaDbvN3ope8GV4as.adaptive-delivery-prevent-bg, #eR6kpLVa1OeG2xo7GaDbvN3ope8GV4as.lazyload, #eR6kpLVa1OeG2xo7GaDbvN3ope8GV4as.lazyloading { background-image: none; }#eR6kpLVa1OeG2xo7GaDbvN3ope8GV4as > .row .container { border-width: 0; border-radius: 0; }#eR6kpLVa1OeG2xo7GaDbvN3ope8GV4as::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; }#eR6kpLVa1OeG2xo7GaDbvN3ope8GV4as > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#eR6kpLVa1OeG2xo7GaDbvN3ope8GV4as > .row .container { font-size:0.875rem;font-family:arial;height:193.4375rem;width:75rem;overflow:visible;position:relative;display:none; }#MEZToAbVirr8gxfRtLv9z9dX7Vsmyh6v { color:rgba(var(--color-tertiary-4),1);display:block;width:35rem;position:absolute;font-family:poppins;font-size:3.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:6.0625rem;left:20rem;height:8.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sgkGNx4vDmDwkCCT4F6ZuBfPmp5ASLn2 { box-sizing:content-box;height:31.875rem;width:23.875rem;position:absolute;display:block;z-index:15010;background-color:#eff6f9;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.125rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#nXuE9K65ETbWZapOvfqdhcgf1E9nz6o8 { box-sizing:content-box;height:14.875rem;width:21.75rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/7a1b6fb3-bd15-4860-8ded-958d3c2787cb/ChatGPTImage9256913_14_01.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.1875rem;left:1.0625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#nXuE9K65ETbWZapOvfqdhcgf1E9nz6o8.adaptive-delivery-prevent-bg, #nXuE9K65ETbWZapOvfqdhcgf1E9nz6o8.lazyload, #nXuE9K65ETbWZapOvfqdhcgf1E9nz6o8.lazyloading { background-image: none; }
#VO4DX67NGNXnpK2SN1bqD4wfCyz2F4Vi { color:rgba(var(--color-tertiary-4),1);display:block;width:3.0625rem;position:absolute;font-family:poppins;font-size:3.0625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:20rem;left:1.0625rem;height:3.98046875rem;display:block; }
#HO0Z6x4sVHPqKff4MN10F9eGPn6hfL8n { color:rgba(var(--color-tertiary-4),1);display:block;width:18.5625rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:20.447265625rem;left:3.96875rem;height:3.0859375rem;display:block; }
#RgdVXaPGIwusNLAgwnnglvteJVXChLT5 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.0625rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:300;z-index:15014;line-height:1.1;letter-spacing:0;top:24.73046875rem;left:4.125rem;height:3.09765625rem;font-style:normal;display:block; }#RgdVXaPGIwusNLAgwnnglvteJVXChLT5 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#RgdVXaPGIwusNLAgwnnglvteJVXChLT5 li:before{  }
#SqHa52rwHEbl1vxk1ryV1XvoqEitlUdq { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #0057e2, #003578);background-image: -moz-linear-gradient(90deg, #0057e2, #003578);background-image: -ms-linear-gradient(90deg, #0057e2, #003578);background-image: -o-linear-gradient(90deg, #0057e2, #003578);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0057e2', endColorstr='#003578' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0057e2', endColorstr='#003578' );";background-image: linear-gradient(90deg, #0057e2, #003578);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.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:poppins;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.1875rem;height:2.875rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:46.6240234375rem;left:1.0625rem;display:block; }
#gERgxOQRVybuTv0uRhrfZZCoPuZM0aTT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yLBZC9cRhTkQ0lrgTELa67cO960GnyL9 { box-sizing:content-box;height:31.875rem;width:23.875rem;position:absolute;display:block;z-index:15016;background-color:#eff6f9;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.25) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.125rem;left:25.5625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#HTaifnrifTS9bRKrlFq1aABQi1BQr1xO { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #0057e2, #003578);background-image: -moz-linear-gradient(90deg, #0057e2, #003578);background-image: -ms-linear-gradient(90deg, #0057e2, #003578);background-image: -o-linear-gradient(90deg, #0057e2, #003578);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0057e2', endColorstr='#003578' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0057e2', endColorstr='#003578' );";background-image: linear-gradient(90deg, #0057e2, #003578);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.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:poppins;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.1875rem;height:2.875rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:46.625rem;left:26.625rem;display:block; }
#R5XrwR8nHHnWZhxTomhWbSDl3qKctWkE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tTnc8Z7m0B8Nn2yqTVwcA8T5nxMhh45M { box-sizing:content-box;height:14.875rem;width:21.75rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/65d7fa2d-bef9-4393-9f0d-229dbe1d49b0/ChatGPTImage92569.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.1875rem;left:26.625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#tTnc8Z7m0B8Nn2yqTVwcA8T5nxMhh45M.adaptive-delivery-prevent-bg, #tTnc8Z7m0B8Nn2yqTVwcA8T5nxMhh45M.lazyload, #tTnc8Z7m0B8Nn2yqTVwcA8T5nxMhh45M.lazyloading { background-image: none; }
#runVmObQ3O0KBPizhgEKVWkTM7OXLX4D { color:rgba(var(--color-tertiary-4),1);display:block;width:18.0625rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:300;z-index:15020;line-height:1.1;letter-spacing:0;top:24.75rem;left:30.0625rem;height:;font-style:normal;display:block; }#runVmObQ3O0KBPizhgEKVWkTM7OXLX4D li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#runVmObQ3O0KBPizhgEKVWkTM7OXLX4D li:before{  }
#DwTugnqmfwGfVmAN15yTy57coBRWhgvf { color:rgba(var(--color-tertiary-4),1);display:block;width:3.0625rem;position:absolute;font-family:poppins;font-size:3.0625rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:20rem;left:26.625rem;height:;display:block; }
#p1slUwvBKBORAfN7V3pAV3QXUHSwL3ee { color:rgba(var(--color-tertiary-4),1);display:block;width:10.8125rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:20.4375rem;left:29.9375rem;height:3.0859375rem;display:block; }
#SdVR9ODXIaqBWbEOfQ8wnNmfudw4tdXc { box-sizing:content-box;height:31.875rem;width:23.875rem;position:absolute;display:block;z-index:15022;background-color:#eff6f9;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.25) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.125rem;left:51.125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#QAhNJMC93SzAQlzMidcMMnMv5KLCZSBn { color:rgba(var(--color-tertiary-4),1);display:block;width:3.0625rem;position:absolute;font-family:poppins;font-size:3.0625rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:20rem;left:52.1875rem;height:;display:block; }
#U7IMP5RWqZtR4eh86nhHFk2V0omOhwEF { color:rgba(var(--color-tertiary-4),1);display:block;width:18.5625rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:20.447265625rem;left:55.625rem;height:3.0859375rem;display:block; }
#XkbZ6JCD4WD26kVVfpnnEfJZRISUTQ6N { color:rgba(var(--color-tertiary-4),1);display:block;width:18.0625rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:300;z-index:15026;line-height:1.1;letter-spacing:0;top:24.75rem;left:55.625rem;height:3.09765625rem;font-style:normal;display:block; }#XkbZ6JCD4WD26kVVfpnnEfJZRISUTQ6N li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#XkbZ6JCD4WD26kVVfpnnEfJZRISUTQ6N li:before{  }
#mGEf1VcGFA4H74UpKEwa7dmghqAvIBmf { box-sizing:content-box;height:14.875rem;width:21.75rem;position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/20e1ab13-5716-460f-81c8-42e2f714cbbf/ChatGPTImage9256914_10_40.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.1875rem;left:52.1875rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#mGEf1VcGFA4H74UpKEwa7dmghqAvIBmf.adaptive-delivery-prevent-bg, #mGEf1VcGFA4H74UpKEwa7dmghqAvIBmf.lazyload, #mGEf1VcGFA4H74UpKEwa7dmghqAvIBmf.lazyloading { background-image: none; }
#oMGdTBPeFFQgc6wM3uPpvBa5wZr39mKm { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #0057e2, #003578);background-image: -moz-linear-gradient(90deg, #0057e2, #003578);background-image: -ms-linear-gradient(90deg, #0057e2, #003578);background-image: -o-linear-gradient(90deg, #0057e2, #003578);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0057e2', endColorstr='#003578' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0057e2', endColorstr='#003578' );";background-image: linear-gradient(90deg, #0057e2, #003578);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.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:poppins;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.1875rem;height:2.875rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:46.625rem;left:52.1875rem;display:block; }
#b351GAAVUTyZBRoIvlDmPb43NzJXODoU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TVy2uNnXPQZvyAeV2E9dNEf8t8KQv5Cl { box-sizing:content-box;height:31.875rem;width:23.875rem;position:absolute;display:block;z-index:15034;background-color:#eff6f9;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.25) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:53.4375rem;left:51.125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#a1ZAasUZWvtTXqfEfP0c1vGgQmlD2elr { color:rgba(var(--color-tertiary-4),1);display:block;width:3.0625rem;position:absolute;font-family:poppins;font-size:3.0625rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:54.3125rem;left:52.1875rem;height:3.98046875rem;display:block; }
#Iog3TxZJOIZewKwu9pef2OzJPoIhFrpD { box-sizing:content-box;height:14.875rem;width:21.75rem;position:absolute;display:block;z-index:15035;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/8c30a4c1-903d-4fe7-ae8d-18423c9f35f2/ChatGPTImageFeb23202604_59_33PM.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:64.5rem;left:52.1875rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#Iog3TxZJOIZewKwu9pef2OzJPoIhFrpD.adaptive-delivery-prevent-bg, #Iog3TxZJOIZewKwu9pef2OzJPoIhFrpD.lazyload, #Iog3TxZJOIZewKwu9pef2OzJPoIhFrpD.lazyloading { background-image: none; }
#NBHZa2Tk2HWC0VsaTF0MoqTv1HcKT5d8 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.5625rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:54.75rem;left:55.5rem;height:3.0859375rem;display:block; }
#KTgtKQao4hxfM18DxfWTvGckcA9vCNAB { color:rgba(var(--color-tertiary-4),1);display:block;width:18.0625rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:300;z-index:15038;line-height:1.1;letter-spacing:0;top:59.0625rem;left:55.5rem;height:3.09765625rem;font-style:normal;display:block; }#KTgtKQao4hxfM18DxfWTvGckcA9vCNAB li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#KTgtKQao4hxfM18DxfWTvGckcA9vCNAB li:before{  }
#rIvfrC2P2y5CUqVcf0SJplBsfAyCiywa { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #0057e2, #003578);background-image: -moz-linear-gradient(90deg, #0057e2, #003578);background-image: -ms-linear-gradient(90deg, #0057e2, #003578);background-image: -o-linear-gradient(90deg, #0057e2, #003578);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0057e2', endColorstr='#003578' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0057e2', endColorstr='#003578' );";background-image: linear-gradient(90deg, #0057e2, #003578);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.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:poppins;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.1875rem;height:2.875rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:80.9375rem;left:52.1875rem;display:block; }
#aHkchGvEIdExwpV1efwtciIeDew0RRRo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vxXqA4pTg0VkvX1gl7DylCmwqiTsrO59 { box-sizing:content-box;height:31.875rem;width:23.875rem;position:absolute;display:block;z-index:15040;background-color:#eff6f9;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.25) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:88.1875rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#wLhi7r2mxqMnv2XTewzxqW1sSyehn1bg { color:rgba(var(--color-tertiary-4),1);display:block;width:3.0625rem;position:absolute;font-family:poppins;font-size:3.0625rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:89.0625rem;left:1.0625rem;height:3.98046875rem;display:block; }
#gmXSJpF54PEUV0Sc6GIT9mULlWpm04L6 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.5625rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:89.5rem;left:4.375rem;height:3.0859375rem;display:block; }
#tQqa8a3WpFQK2tsbCVcM37OT7Iayygcy { color:rgba(var(--color-tertiary-4),1);display:block;width:18.0625rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:300;z-index:15044;line-height:1.1;letter-spacing:0;top:93.8125rem;left:4.375rem;height:3.09765625rem;font-style:normal;display:block; }#tQqa8a3WpFQK2tsbCVcM37OT7Iayygcy li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#tQqa8a3WpFQK2tsbCVcM37OT7Iayygcy li:before{  }
#TtR29DFPmgvXXWTCKvABzeDlLNEwEPUT { box-sizing:content-box;height:14.875rem;width:21.75rem;position:absolute;display:block;z-index:15041;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/04e434db-a2da-4ecf-b35d-251420630289/ChatGPTImage23256917_21_45.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:99.25rem;left:1.0625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#TtR29DFPmgvXXWTCKvABzeDlLNEwEPUT.adaptive-delivery-prevent-bg, #TtR29DFPmgvXXWTCKvABzeDlLNEwEPUT.lazyload, #TtR29DFPmgvXXWTCKvABzeDlLNEwEPUT.lazyloading { background-image: none; }
#aphd7wN1mW0VJtDIUKlBhIWd2MvxXWLf { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #0057e2, #003578);background-image: -moz-linear-gradient(90deg, #0057e2, #003578);background-image: -ms-linear-gradient(90deg, #0057e2, #003578);background-image: -o-linear-gradient(90deg, #0057e2, #003578);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0057e2', endColorstr='#003578' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0057e2', endColorstr='#003578' );";background-image: linear-gradient(90deg, #0057e2, #003578);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.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:poppins;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.1875rem;height:2.875rem;text-decoration:none;z-index:15045;text-align:center;text-align-last:center;top:115.6875rem;left:1.0625rem;display:block; }
#ueKeguRSgbJq2zXxf76aw0DdKwiW4swp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GKUFow9TE5tDIhep6aaB4ZTd8690nrQT { box-sizing:content-box;height:31.875rem;width:23.875rem;position:absolute;display:block;z-index:15046;background-color:#eff6f9;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.25) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:123.0625rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#iIsqpn6nWZtORM96hx0SssGBh6i7cQCf { color:rgba(var(--color-tertiary-4),1);display:block;width:4rem;position:absolute;font-family:poppins;font-size:3.0625rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:123.9375rem;left:1.0625rem;height:3.98046875rem;display:block; }
#TWourJrkUUvTrerCL7kKhKkdrfpJGniM { color:rgba(var(--color-tertiary-4),1);display:block;width:17.1875rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;top:124.375rem;left:5.6875rem;height:3.0859375rem;display:block; }
#Vm0mLG8HPNIpRuE0drRmltkgRxneMiZL { color:rgba(var(--color-tertiary-4),1);display:block;width:18.0625rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:300;z-index:15050;line-height:1.1;letter-spacing:0;top:128.6875rem;left:5.6875rem;height:3.09765625rem;font-style:normal;display:block; }#Vm0mLG8HPNIpRuE0drRmltkgRxneMiZL li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Vm0mLG8HPNIpRuE0drRmltkgRxneMiZL li:before{  }
#iv6PCc3wUb620p3AKX4TQN8eWKBtJrOC { box-sizing:content-box;height:14.875rem;width:21.75rem;position:absolute;display:block;z-index:15047;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/dc6efba5-1ec9-42f8-8b2a-a647dd4667cc/freepik__realisticcloseupphotoofapropertycontractsig__59557.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:134.125rem;left:1.0625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#iv6PCc3wUb620p3AKX4TQN8eWKBtJrOC.adaptive-delivery-prevent-bg, #iv6PCc3wUb620p3AKX4TQN8eWKBtJrOC.lazyload, #iv6PCc3wUb620p3AKX4TQN8eWKBtJrOC.lazyloading { background-image: none; }
#sS9dMN7ZOboiCXL6kOz5GnzRJ5pU9gbM { box-sizing:content-box;height:31.875rem;width:23.875rem;position:absolute;display:block;z-index:15052;background-color:#eff6f9;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.25) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:123.0625rem;left:25.5625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#bMdHyd4zrvVcHcWTA2sFITVh0IlNCUFx { color:rgba(var(--color-tertiary-4),1);display:block;width:4.1875rem;position:absolute;font-family:poppins;font-size:3.0625rem;font-weight:700;z-index:15054;line-height:1.3;letter-spacing:0;top:123.9375rem;left:26.625rem;height:3.98046875rem;display:block; }
#h0xgc9PtrsUkupanCklFclTPCI2ORbrV { box-sizing:content-box;height:14.875rem;width:21.75rem;position:absolute;display:block;z-index:15053;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/c2e03496-3f23-485f-bd79-6878d5e5676d/ChatGPTImageMar4202602_44_37PM.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:134.125rem;left:26.625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#h0xgc9PtrsUkupanCklFclTPCI2ORbrV.adaptive-delivery-prevent-bg, #h0xgc9PtrsUkupanCklFclTPCI2ORbrV.lazyload, #h0xgc9PtrsUkupanCklFclTPCI2ORbrV.lazyloading { background-image: none; }
#bvAGHGvg4GN1lbg5MJ4vHDaHdMd2wyk9 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.8125rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:124.375rem;left:30.5625rem;height:3.0859375rem;display:block; }
#rO5moA54HXSnsB0kagETZoXxW0uNTxhS { color:rgba(var(--color-tertiary-4),1);display:block;width:18.0625rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:300;z-index:15056;line-height:1.1;letter-spacing:0;top:128.6875rem;left:30.5625rem;height:3.09765625rem;font-style:normal;display:block; }#rO5moA54HXSnsB0kagETZoXxW0uNTxhS li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#rO5moA54HXSnsB0kagETZoXxW0uNTxhS li:before{  }
#KgQNNJPql3yt0QJEVucQmdtrNXg9Bnlp { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #0057e2, #003578);background-image: -moz-linear-gradient(90deg, #0057e2, #003578);background-image: -ms-linear-gradient(90deg, #0057e2, #003578);background-image: -o-linear-gradient(90deg, #0057e2, #003578);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0057e2', endColorstr='#003578' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0057e2', endColorstr='#003578' );";background-image: linear-gradient(90deg, #0057e2, #003578);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.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:poppins;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.1875rem;height:2.875rem;text-decoration:none;z-index:15051;text-align:center;text-align-last:center;top:150.5625rem;left:1.0625rem;display:block; }
#FOhUFtzZdysdkdsHNUCIdeKeqiRWJATq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Szf1J1dt6CoZpqawXBSHMOAp7i8mabii { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #0057e2, #003578);background-image: -moz-linear-gradient(90deg, #0057e2, #003578);background-image: -ms-linear-gradient(90deg, #0057e2, #003578);background-image: -o-linear-gradient(90deg, #0057e2, #003578);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0057e2', endColorstr='#003578' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0057e2', endColorstr='#003578' );";background-image: linear-gradient(90deg, #0057e2, #003578);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.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:poppins;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.1875rem;height:2.875rem;text-decoration:none;z-index:15057;text-align:center;text-align-last:center;top:150.5625rem;left:26.625rem;display:block; }
#Tuvwk5gUalPvUoLcyJSE6v8yfFeyIwGQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IJBdpCUltHm4bkafyQ0BCp196AaBecpK { box-sizing:content-box;height:31.875rem;width:23.875rem;position:absolute;display:block;z-index:15058;background-color:#eff6f9;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.25) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:157.75rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#UWT1reHUJ9hR2pta0EJeAJHaO2irpykP { color:rgba(var(--color-tertiary-4),1);display:block;width:4.0625rem;position:absolute;font-family:poppins;font-size:3.0625rem;font-weight:700;z-index:15060;line-height:1.3;letter-spacing:0;top:158.625rem;left:1.0625rem;height:3.98046875rem;display:block; }
#vEOg5PMof8J2gQIp2ievrw0Lt4PmbiWk { box-sizing:content-box;height:14.875rem;width:21.75rem;position:absolute;display:block;z-index:15059;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/273cac77-4117-482b-ad40-d84ae6b01db2/ChatGPTImageFeb26202602_32_04PM.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:168.8125rem;left:1.0625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#vEOg5PMof8J2gQIp2ievrw0Lt4PmbiWk.adaptive-delivery-prevent-bg, #vEOg5PMof8J2gQIp2ievrw0Lt4PmbiWk.lazyload, #vEOg5PMof8J2gQIp2ievrw0Lt4PmbiWk.lazyloading { background-image: none; }
#roFthd9rD56W8pJAHhTxTUoOJNTh6GZU { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #0057e2, #003578);background-image: -moz-linear-gradient(90deg, #0057e2, #003578);background-image: -ms-linear-gradient(90deg, #0057e2, #003578);background-image: -o-linear-gradient(90deg, #0057e2, #003578);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0057e2', endColorstr='#003578' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0057e2', endColorstr='#003578' );";background-image: linear-gradient(90deg, #0057e2, #003578);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.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:poppins;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.1875rem;height:2.875rem;text-decoration:none;z-index:15063;text-align:center;text-align-last:center;top:185.25rem;left:1.0625rem;display:block; }
#zgUaUFIzeJZcTPt53fChlt5sWnLP4d00 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IuOX9e1pv12guw4udN7vlnmTEH1do3WE { color:rgba(var(--color-tertiary-4),1);display:block;width:15.4375rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:700;z-index:15061;line-height:1.3;letter-spacing:0;top:159.0625rem;left:5.8125rem;height:3.0859375rem;display:block; }
#kir1DUmuihGRJaEqX7JebdfG3N7uuqQe { color:rgba(var(--color-tertiary-4),1);display:block;width:14.75rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:300;z-index:15062;line-height:1.1;letter-spacing:0;top:163.375rem;left:5.8125rem;height:3.09765625rem;font-style:normal;display:block; }#kir1DUmuihGRJaEqX7JebdfG3N7uuqQe li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#kir1DUmuihGRJaEqX7JebdfG3N7uuqQe li:before{  }
#sMce1tebFsUZ1HP1PZRTidZb1SxbznBD { box-sizing:content-box;height:31.875rem;width:23.875rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.125rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:none; }
#off1KevosG9IOpavpochd6qCfHcKhlbm { color:rgba(var(--color-tertiary-4),1);display:block;width:3.0625rem;position:absolute;font-family:poppins;font-size:3.0625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:20rem;left:1.0625rem;height:3.98046875rem;display:none; }
#CP0rgKxmJrLihxQ0hHuDr0oCkc9sU8ef { color:rgba(var(--color-tertiary-4),1);display:block;width:18.5625rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:20.447265625rem;left:3.96875rem;height:3.0859375rem;display:none; }
#dHagNTpkEl1KW76DPmHTAkEl4KboixV2 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.0625rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:300;z-index:15014;line-height:1.1;letter-spacing:0;top:24.73046875rem;left:4.125rem;height:3.09765625rem;font-style:normal;display:none; }#dHagNTpkEl1KW76DPmHTAkEl4KboixV2 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#dHagNTpkEl1KW76DPmHTAkEl4KboixV2 li:before{  }
#A7RG1OSX78y669KRMMqkyJTT7sC4dbEz { box-sizing:content-box;height:14.875rem;width:21.75rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.1875rem;left:1.0625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:none; }
#oeUv4dr8Zcuywve7h70SHVwI1NtI8JJr { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #0057e2, #003578);background-image: -moz-linear-gradient(90deg, #0057e2, #003578);background-image: -ms-linear-gradient(90deg, #0057e2, #003578);background-image: -o-linear-gradient(90deg, #0057e2, #003578);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0057e2', endColorstr='#003578' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0057e2', endColorstr='#003578' );";background-image: linear-gradient(90deg, #0057e2, #003578);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.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:poppins;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.1875rem;height:2.875rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:46.6240234375rem;left:1.0625rem;display:none; }
#OnqxbqvH3tzLpHtAlI4AgkoZmxwcH9Tn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#N4Ow1PIAP1RiU6WRZzUsfIDGdSPwxCKe { box-sizing:content-box;height:31.875rem;width:23.875rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.125rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:none; }
#LCnvbZQT3JM88IMq15pLE7iWWJd7Js77 { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #0057e2, #003578);background-image: -moz-linear-gradient(90deg, #0057e2, #003578);background-image: -ms-linear-gradient(90deg, #0057e2, #003578);background-image: -o-linear-gradient(90deg, #0057e2, #003578);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0057e2', endColorstr='#003578' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0057e2', endColorstr='#003578' );";background-image: linear-gradient(90deg, #0057e2, #003578);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.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:poppins;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.1875rem;height:2.875rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:46.6240234375rem;left:1.0625rem;display:none; }
#oFRF6ObbtOTUc8Ls85aWZuUxn630A50M { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lLFGkcMWaLG3iC8s9D1s5a7D4KMz8ghZ { box-sizing:content-box;height:14.875rem;width:21.75rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.1875rem;left:1.0625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:none; }
#ChTLcFQ7ZtAdMgdUpc8oZPbrq5O22qwl { color:rgba(var(--color-tertiary-4),1);display:block;width:18.0625rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:300;z-index:15014;line-height:1.1;letter-spacing:0;top:24.73046875rem;left:4.125rem;height:3.09765625rem;font-style:normal;display:none; }#ChTLcFQ7ZtAdMgdUpc8oZPbrq5O22qwl li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ChTLcFQ7ZtAdMgdUpc8oZPbrq5O22qwl li:before{  }
#EwPVINS0reJ6EUgK4SpiVZ0g0VQgtix9 { color:rgba(var(--color-tertiary-4),1);display:block;width:3.0625rem;position:absolute;font-family:poppins;font-size:3.0625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:20rem;left:1.0625rem;height:3.98046875rem;display:none; }
#NEykfokeoMUKDxDapGUqx629FRmhEEq1 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.5625rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:20.447265625rem;left:3.96875rem;height:3.0859375rem;display:none; }
#cNkdeneQraEHJMWQOEfamTt4Bq81RveD { box-sizing:content-box;height:31.875rem;width:23.875rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.125rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:none; }
#MkcS2bXWULE6OPlXiLrskq6wmWKfMBCi { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #0057e2, #003578);background-image: -moz-linear-gradient(90deg, #0057e2, #003578);background-image: -ms-linear-gradient(90deg, #0057e2, #003578);background-image: -o-linear-gradient(90deg, #0057e2, #003578);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0057e2', endColorstr='#003578' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0057e2', endColorstr='#003578' );";background-image: linear-gradient(90deg, #0057e2, #003578);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.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:poppins;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.1875rem;height:2.875rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:46.6240234375rem;left:1.0625rem;display:none; }
#dtI0HboVc0uybB4LsdyeSG0RAdTEnrha { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fn2Wr7lvd0TEJe49DafLw7rdvSgsnMnd { box-sizing:content-box;height:14.875rem;width:21.75rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.1875rem;left:1.0625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:none; }
#ZoF3MDwsA5Ptyq0DWBbhRdIRIPPoNd4T { color:rgba(var(--color-tertiary-4),1);display:block;width:18.0625rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:300;z-index:15014;line-height:1.1;letter-spacing:0;top:24.73046875rem;left:4.125rem;height:3.09765625rem;font-style:normal;display:none; }#ZoF3MDwsA5Ptyq0DWBbhRdIRIPPoNd4T li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ZoF3MDwsA5Ptyq0DWBbhRdIRIPPoNd4T li:before{  }
#Hki6c11xgt6iO4Qc23nPD1NOr1Z0puvQ { color:rgba(var(--color-tertiary-4),1);display:block;width:3.0625rem;position:absolute;font-family:poppins;font-size:3.0625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:20rem;left:1.0625rem;height:3.98046875rem;display:none; }
#mdRcrNUOU8qVkEQKyybrdpBoxy11ZsPt { color:rgba(var(--color-tertiary-4),1);display:block;width:18.5625rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:20.447265625rem;left:3.96875rem;height:3.0859375rem;display:none; }
#VosinDIOWIoy7I9211BDZmA7ZiGCdBdS { box-sizing:content-box;height:31.875rem;width:23.875rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.125rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:none; }
#zXiCsOekWdPxF9VafaPMgVybfHyB15Xk { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #0057e2, #003578);background-image: -moz-linear-gradient(90deg, #0057e2, #003578);background-image: -ms-linear-gradient(90deg, #0057e2, #003578);background-image: -o-linear-gradient(90deg, #0057e2, #003578);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0057e2', endColorstr='#003578' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0057e2', endColorstr='#003578' );";background-image: linear-gradient(90deg, #0057e2, #003578);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.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:poppins;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.1875rem;height:2.875rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:46.6240234375rem;left:1.0625rem;display:none; }
#Bfkox0PU3ZxpakFoRHMaKh9rb1IrWOhL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cnvvzENacAHeZT7Mit3GVATmFmZ9pQTR { box-sizing:content-box;height:14.875rem;width:21.75rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.1875rem;left:1.0625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:none; }
#QmJXN0b3uWJ97g3697ptMqxsnIKkBZ14 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.0625rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:300;z-index:15014;line-height:1.1;letter-spacing:0;top:24.73046875rem;left:4.125rem;height:3.09765625rem;font-style:normal;display:none; }#QmJXN0b3uWJ97g3697ptMqxsnIKkBZ14 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#QmJXN0b3uWJ97g3697ptMqxsnIKkBZ14 li:before{  }
#eQ1vL2Zt6Krv07U1dt9VHlBtKEsKqaG9 { color:rgba(var(--color-tertiary-4),1);display:block;width:3.0625rem;position:absolute;font-family:poppins;font-size:3.0625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:20rem;left:1.0625rem;height:3.98046875rem;display:none; }
#xu8hKdoPLTmZuZwRFTKzO5W3feVPZITq { color:rgba(var(--color-tertiary-4),1);display:block;width:18.5625rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:20.447265625rem;left:3.96875rem;height:3.0859375rem;display:none; }
#Bh7pTan94B6uzTaAsJfhUduXVGB72Skw { box-sizing:content-box;height:31.875rem;width:23.875rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.125rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:none; }
#wl5WtOGHvTZG7UyztMGni9JRSRXnQEQs { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #0057e2, #003578);background-image: -moz-linear-gradient(90deg, #0057e2, #003578);background-image: -ms-linear-gradient(90deg, #0057e2, #003578);background-image: -o-linear-gradient(90deg, #0057e2, #003578);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0057e2', endColorstr='#003578' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0057e2', endColorstr='#003578' );";background-image: linear-gradient(90deg, #0057e2, #003578);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.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:poppins;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.1875rem;height:2.875rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:46.6240234375rem;left:1.0625rem;display:none; }
#Z4IhnCavqRp2UixkPcwy8gJxJkbAdmPv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mmM7R2CqmLOtVA94UD6SAI7NqNJ4RTkF { box-sizing:content-box;height:14.875rem;width:21.75rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.1875rem;left:1.0625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:none; }
#EVirSk3onBi8fMSvdRR4vG9Kt7J76PJh { color:rgba(var(--color-tertiary-4),1);display:block;width:18.0625rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:300;z-index:15014;line-height:1.1;letter-spacing:0;top:24.73046875rem;left:4.125rem;height:3.09765625rem;font-style:normal;display:none; }#EVirSk3onBi8fMSvdRR4vG9Kt7J76PJh li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#EVirSk3onBi8fMSvdRR4vG9Kt7J76PJh li:before{  }
#f9bnx1A47L2SRkogpGlWAwnmeLB2yKT3 { color:rgba(var(--color-tertiary-4),1);display:block;width:3.0625rem;position:absolute;font-family:poppins;font-size:3.0625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:20rem;left:1.0625rem;height:3.98046875rem;display:none; }
#a1DPXyNMbTTTTOlWmP5kGp5d0RoySWbS { color:rgba(var(--color-tertiary-4),1);display:block;width:18.5625rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:20.447265625rem;left:3.96875rem;height:3.0859375rem;display:none; }
#qbppdl03GWygof0aELhwdFEvg2ogR7Tq { box-sizing:content-box;height:31.875rem;width:23.875rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.125rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:none; }
#hIFeIIAHiq6DbUfATiuzMJkc2rDQNdfq { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #0057e2, #003578);background-image: -moz-linear-gradient(90deg, #0057e2, #003578);background-image: -ms-linear-gradient(90deg, #0057e2, #003578);background-image: -o-linear-gradient(90deg, #0057e2, #003578);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0057e2', endColorstr='#003578' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0057e2', endColorstr='#003578' );";background-image: linear-gradient(90deg, #0057e2, #003578);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.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:poppins;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.1875rem;height:2.875rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:46.6240234375rem;left:1.0625rem;display:none; }
#wToSiWevflkvo86WLA7UEKgTdz26zHyl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TWeRA8VtKAhbnVdI8nWUkUSqeTNUN3dh { box-sizing:content-box;height:14.875rem;width:21.75rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.1875rem;left:1.0625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:none; }
#psJnhiNXzIET3dePC0AdVTrMmTz1TNXq { color:rgba(var(--color-tertiary-4),1);display:block;width:18.0625rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:300;z-index:15014;line-height:1.1;letter-spacing:0;top:24.73046875rem;left:4.125rem;height:3.09765625rem;font-style:normal;display:none; }#psJnhiNXzIET3dePC0AdVTrMmTz1TNXq li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#psJnhiNXzIET3dePC0AdVTrMmTz1TNXq li:before{  }
#b4oAxdvAbr6g6qSZR3OZv18ezngSX0MT { color:rgba(var(--color-tertiary-4),1);display:block;width:3.0625rem;position:absolute;font-family:poppins;font-size:3.0625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:20rem;left:1.0625rem;height:3.98046875rem;display:none; }
#MdTK0r57ahaTJxnZGx7008PES2iwoAbT { color:rgba(var(--color-tertiary-4),1);display:block;width:18.5625rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:20.447265625rem;left:3.96875rem;height:3.0859375rem;display:none; }
#SmHrpRqKlgAfoxniU2Vc8NNt0Zdckz64 { box-sizing:content-box;height:31.875rem;width:23.875rem;position:absolute;display:block;z-index:15028;background-color:#eff6f9;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.25) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:53.4375rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#IHPhQU7Ttr5rX0lUGOKByTTPJi5XOiB1 { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #0057e2, #003578);background-image: -moz-linear-gradient(90deg, #0057e2, #003578);background-image: -ms-linear-gradient(90deg, #0057e2, #003578);background-image: -o-linear-gradient(90deg, #0057e2, #003578);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0057e2', endColorstr='#003578' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0057e2', endColorstr='#003578' );";background-image: linear-gradient(90deg, #0057e2, #003578);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.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:poppins;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.1875rem;height:2.875rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:80.9375rem;left:1.0625rem;display:block; }
#MrnenhWLR5k8mx8Q9bvQzWxNvetJGN8J { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#O062rq0k9odordUwMGavnTg8hwiLmw1H { box-sizing:content-box;height:14.875rem;width:21.75rem;position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/09151943-a93a-45d6-b339-e448887bb47a/ChatGPTImageMar9202603_00_49PM.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:64.5rem;left:1.0625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#O062rq0k9odordUwMGavnTg8hwiLmw1H.adaptive-delivery-prevent-bg, #O062rq0k9odordUwMGavnTg8hwiLmw1H.lazyload, #O062rq0k9odordUwMGavnTg8hwiLmw1H.lazyloading { background-image: none; }
#DG3sFmONpgVWeLUMIksTAIkVOs34iHtf { color:rgba(var(--color-tertiary-4),1);display:block;width:18.0625rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:300;z-index:15032;line-height:1.1;letter-spacing:0;top:59.0625rem;left:4.5rem;height:3.09765625rem;font-style:normal;display:block; }#DG3sFmONpgVWeLUMIksTAIkVOs34iHtf li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#DG3sFmONpgVWeLUMIksTAIkVOs34iHtf li:before{  }
#mEZCTmI4ZX0o9MTmiLhNZsSqAyCh8zf7 { color:rgba(var(--color-tertiary-4),1);display:block;width:3.0625rem;position:absolute;font-family:poppins;font-size:3.0625rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:54.3125rem;left:1.0625rem;height:3.98046875rem;display:block; }
#VAn8477ltTTfHLqNrrEtoV8XoqDWcCK6 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.5625rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:54.75rem;left:4.5rem;height:3.0859375rem;display:block; }
#C0XF5Rx00SNyLlIwFoXrSXqrdnPnfdvn { box-sizing:content-box;height:31.875rem;width:23.875rem;position:absolute;display:block;z-index:15040;background-color:#eff6f9;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.25) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:53.4375rem;left:25.5625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#s7He8Z0sGQkqG6N5NDbTctkauVFCrEzy { box-sizing:content-box;height:14.875rem;width:21.75rem;position:absolute;display:block;z-index:15041;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/6acdd293-28aa-4972-b3ff-17d2e7b5ba1f/ChatGPTImageFeb16202605_57_26PM.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:64.5rem;left:26.625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#s7He8Z0sGQkqG6N5NDbTctkauVFCrEzy.adaptive-delivery-prevent-bg, #s7He8Z0sGQkqG6N5NDbTctkauVFCrEzy.lazyload, #s7He8Z0sGQkqG6N5NDbTctkauVFCrEzy.lazyloading { background-image: none; }
#apgBWebXpDEbxyhNbxwnEyi06T0xagAK { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #0057e2, #003578);background-image: -moz-linear-gradient(90deg, #0057e2, #003578);background-image: -ms-linear-gradient(90deg, #0057e2, #003578);background-image: -o-linear-gradient(90deg, #0057e2, #003578);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0057e2', endColorstr='#003578' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0057e2', endColorstr='#003578' );";background-image: linear-gradient(90deg, #0057e2, #003578);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.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:poppins;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.1875rem;height:2.875rem;text-decoration:none;z-index:15045;text-align:center;text-align-last:center;top:80.9375rem;left:26.625rem;display:block; }
#Zl75bOfeAmXN7Twov0R2s3LbKi321lUw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TaqHlLMDk5vTzGvFetTSk3kCtDp8yuR4 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.875rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:300;z-index:15044;line-height:1.1;letter-spacing:0;top:59.0625rem;left:30.0625rem;height:3.09765625rem;font-style:normal;display:block; }#TaqHlLMDk5vTzGvFetTSk3kCtDp8yuR4 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TaqHlLMDk5vTzGvFetTSk3kCtDp8yuR4 li:before{  }
#rXpOHNEo46cb1zGGBncglCkocu6VD8WT { color:rgba(var(--color-tertiary-4),1);display:block;width:3.0625rem;position:absolute;font-family:poppins;font-size:3.0625rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:54.3125rem;left:26.625rem;height:3.98046875rem;display:block; }
#Br5em0ivRuDIzIhKpXQwP2NZ9F147F4b { color:rgba(var(--color-tertiary-4),1);display:block;width:16rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:54.75rem;left:30.0625rem;height:3.0859375rem;display:block; }
#OTimbgk0wapqAsr8uk7mKP4Zb7PV1ATu { box-sizing:content-box;height:31.875rem;width:23.875rem;position:absolute;display:block;z-index:15046;background-color:#eff6f9;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.25) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:88.1875rem;left:25.5625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#sbZTJTZkMs3wbiVVvibKoW0O02LauoCs { color:rgba(var(--color-tertiary-4),1);display:block;width:3.0625rem;position:absolute;font-family:poppins;font-size:3.0625rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:89.0625rem;left:26.625rem;height:3.98046875rem;display:block; }
#i7uZAZ3L4R8wngcVk78notkrhZfinb6f { color:rgba(var(--color-tertiary-4),1);display:block;width:18.5625rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;top:89.5rem;left:29.9375rem;height:3.0859375rem;display:block; }
#nXJLr931Q5m8WyAIJSk5yhzbFgKPHkFT { color:rgba(var(--color-tertiary-4),1);display:block;width:18.0625rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:300;z-index:15050;line-height:1.1;letter-spacing:0;top:93.8125rem;left:29.9375rem;height:3.09765625rem;font-style:normal;display:block; }#nXJLr931Q5m8WyAIJSk5yhzbFgKPHkFT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#nXJLr931Q5m8WyAIJSk5yhzbFgKPHkFT li:before{  }
#ggcbro3bhcOaLMHCsyRNLNgoEiorTTaO { box-sizing:content-box;height:14.875rem;width:21.75rem;position:absolute;display:block;z-index:15047;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/e2db907b-7c63-49cb-a709-85b905d85286/ChatGPTImage27256914_50_18.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:99.25rem;left:26.625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#ggcbro3bhcOaLMHCsyRNLNgoEiorTTaO.adaptive-delivery-prevent-bg, #ggcbro3bhcOaLMHCsyRNLNgoEiorTTaO.lazyload, #ggcbro3bhcOaLMHCsyRNLNgoEiorTTaO.lazyloading { background-image: none; }
#wZuxascOMV09ThssXPfzLobvnEsGviR7 { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #0057e2, #003578);background-image: -moz-linear-gradient(90deg, #0057e2, #003578);background-image: -ms-linear-gradient(90deg, #0057e2, #003578);background-image: -o-linear-gradient(90deg, #0057e2, #003578);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0057e2', endColorstr='#003578' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0057e2', endColorstr='#003578' );";background-image: linear-gradient(90deg, #0057e2, #003578);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.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:poppins;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.1875rem;height:2.875rem;text-decoration:none;z-index:15051;text-align:center;text-align-last:center;top:115.6875rem;left:26.625rem;display:block; }
#nSrzvVMeLKACB4pRJFBe68lqylIzP6ZP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#coX7GVnaORUr9R4Rry4dutDLLcooybpR { box-sizing:content-box;height:31.875rem;width:23.875rem;position:absolute;display:block;z-index:15052;background-color:#eff6f9;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.25) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:88.1875rem;left:51.125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#DkMrINDquWo7TF5uqKcw2MEW7czhU69Z { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #0057e2, #003578);background-image: -moz-linear-gradient(90deg, #0057e2, #003578);background-image: -ms-linear-gradient(90deg, #0057e2, #003578);background-image: -o-linear-gradient(90deg, #0057e2, #003578);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0057e2', endColorstr='#003578' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0057e2', endColorstr='#003578' );";background-image: linear-gradient(90deg, #0057e2, #003578);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.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:poppins;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.1875rem;height:2.875rem;text-decoration:none;z-index:15057;text-align:center;text-align-last:center;top:115.6875rem;left:52.1875rem;display:block; }
#ZERW3zqrTBONKGMVurm9XOrrwLB3wKrf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#X8wlNWOsIDalFJHTDRWpQH5BbQQeNOeo { box-sizing:content-box;height:14.875rem;width:21.75rem;position:absolute;display:block;z-index:15053;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/c41fffc0-6b7c-472f-b8fc-08e5da917e61/freepik__luxurycliffsideresortinbalioverlookingturquo.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:99.25rem;left:52.1875rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#X8wlNWOsIDalFJHTDRWpQH5BbQQeNOeo.adaptive-delivery-prevent-bg, #X8wlNWOsIDalFJHTDRWpQH5BbQQeNOeo.lazyload, #X8wlNWOsIDalFJHTDRWpQH5BbQQeNOeo.lazyloading { background-image: none; }
#urUw2uLxgCgTzOxuxg4KcJUVgV1lqGOM { color:rgba(var(--color-tertiary-4),1);display:block;width:18.0625rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:300;z-index:15056;line-height:1.1;letter-spacing:0;top:93.8125rem;left:55.5rem;height:3.09765625rem;font-style:normal;display:block; }#urUw2uLxgCgTzOxuxg4KcJUVgV1lqGOM li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#urUw2uLxgCgTzOxuxg4KcJUVgV1lqGOM li:before{  }
#Si6SulCWtH6FROfHwQlhHTvqDUFFmCWV { color:rgba(var(--color-tertiary-4),1);display:block;width:3.0625rem;position:absolute;font-family:poppins;font-size:3.0625rem;font-weight:700;z-index:15054;line-height:1.3;letter-spacing:0;top:89.0625rem;left:52.1875rem;height:;display:block; }
#w0VdagdreRGVTuumPJ5T4zqlSH1yM3R0 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.5625rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:89.5rem;left:55.5rem;height:;display:block; }
#sNcksRdeOORs3RsdGUU8FGNTJds47tMv { box-sizing:content-box;height:31.875rem;width:23.875rem;position:absolute;display:block;z-index:15058;background-color:#eff6f9;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.25) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:123.0625rem;left:51.125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#UlB2tJkiFTWkA7gTDTi5ynh30FT53l81 { box-sizing:content-box;height:14.875rem;width:21.75rem;position:absolute;display:block;z-index:15059;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/f2923a10-1e80-495b-b121-c6ceab774ac5/ChatGPTImageMar4202610_31_26AM.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:134.125rem;left:52.1875rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#UlB2tJkiFTWkA7gTDTi5ynh30FT53l81.adaptive-delivery-prevent-bg, #UlB2tJkiFTWkA7gTDTi5ynh30FT53l81.lazyload, #UlB2tJkiFTWkA7gTDTi5ynh30FT53l81.lazyloading { background-image: none; }
#xQVyQlQAJ5HxTl5xQHaf1aA5B6bCc0ed { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #0057e2, #003578);background-image: -moz-linear-gradient(90deg, #0057e2, #003578);background-image: -ms-linear-gradient(90deg, #0057e2, #003578);background-image: -o-linear-gradient(90deg, #0057e2, #003578);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0057e2', endColorstr='#003578' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0057e2', endColorstr='#003578' );";background-image: linear-gradient(90deg, #0057e2, #003578);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.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:poppins;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.1875rem;height:2.875rem;text-decoration:none;z-index:15063;text-align:center;text-align-last:center;top:150.5625rem;left:52.1875rem;display:block; }
#L8aTm2UHKdLcPqav3JLrBTtynuy9g4ou { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Mna6b5BJLXVkSMI0Lm2o0hzCUAXRCv4G { color:rgba(var(--color-tertiary-4),1);display:block;width:18.0625rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:300;z-index:15062;line-height:1.1;letter-spacing:0;top:128.6875rem;left:56.6875rem;height:3.09765625rem;font-style:normal;display:block; }#Mna6b5BJLXVkSMI0Lm2o0hzCUAXRCv4G li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Mna6b5BJLXVkSMI0Lm2o0hzCUAXRCv4G li:before{  }
#kC0rzTSqWhEIaTmIvB28gMyy30vs8nBI { color:rgba(var(--color-tertiary-4),1);display:block;width:4.1875rem;position:absolute;font-family:poppins;font-size:3.0625rem;font-weight:700;z-index:15060;line-height:1.3;letter-spacing:0;top:123.9375rem;left:52.1875rem;height:;display:block; }
#mgU2F6Cy0P8tROTgvqBeUXLygvzleV40 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.8125rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:700;z-index:15061;line-height:1.3;letter-spacing:0;top:124.375rem;left:56.6875rem;height:;display:block; }
#sh8egp5UsRLknppM4x8iHt7XVCTGH17M { box-sizing:content-box;height:31.875rem;width:23.875rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.125rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:none; }
#CkABSWPc4bELU2U5DvW3ezckE21pHL4V { color:rgba(var(--color-tertiary-4),1);display:block;width:3.0625rem;position:absolute;font-family:poppins;font-size:3.0625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:20rem;left:1.0625rem;height:3.98046875rem;display:none; }
#w7OxTI2U9CBvMKQFyrXzyKAzk1HC4raw { color:rgba(var(--color-tertiary-4),1);display:block;width:18.5625rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:20.447265625rem;left:3.96875rem;height:3.0859375rem;display:none; }
#en1GuHwmQ2vCb878oTo2C3tOc3eSGn5u { color:rgba(var(--color-tertiary-4),1);display:block;width:18.0625rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:300;z-index:15014;line-height:1.1;letter-spacing:0;top:24.73046875rem;left:4.125rem;height:3.09765625rem;font-style:normal;display:none; }#en1GuHwmQ2vCb878oTo2C3tOc3eSGn5u li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#en1GuHwmQ2vCb878oTo2C3tOc3eSGn5u li:before{  }
#sMyfqoQNETd668xFoemWFmozzMTfpiBU { box-sizing:content-box;height:14.875rem;width:21.75rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.1875rem;left:1.0625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:none; }
#Vr7WAWF1BTSKumvz2acKPU796zNNfgtM { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #0057e2, #003578);background-image: -moz-linear-gradient(90deg, #0057e2, #003578);background-image: -ms-linear-gradient(90deg, #0057e2, #003578);background-image: -o-linear-gradient(90deg, #0057e2, #003578);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0057e2', endColorstr='#003578' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0057e2', endColorstr='#003578' );";background-image: linear-gradient(90deg, #0057e2, #003578);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.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:poppins;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.1875rem;height:2.875rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:46.6240234375rem;left:1.0625rem;display:none; }
#A6tbmZ3TrTUzHM72toEdZ3TIL0IZcfbD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PtzGf7oa0TCB3eZerfp7TnXfiW3Rc6DG { box-sizing:content-box;height:31.875rem;width:23.875rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.125rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:none; }
#frwyineQtyM2AlApeGPZKfvmTglebO4q { color:rgba(var(--color-tertiary-4),1);display:block;width:3.0625rem;position:absolute;font-family:poppins;font-size:3.0625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:20rem;left:1.0625rem;height:3.98046875rem;display:none; }
#yd6hJQKX40ICBRtXieubOfZAWZTUoL4S { color:rgba(var(--color-tertiary-4),1);display:block;width:18.5625rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:20.447265625rem;left:3.96875rem;height:3.0859375rem;display:none; }
#OP1LgmH1EQ956x2PgeDtuTTgwTvT6aSZ { color:rgba(var(--color-tertiary-4),1);display:block;width:18.0625rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:300;z-index:15014;line-height:1.1;letter-spacing:0;top:24.73046875rem;left:4.125rem;height:3.09765625rem;font-style:normal;display:none; }#OP1LgmH1EQ956x2PgeDtuTTgwTvT6aSZ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#OP1LgmH1EQ956x2PgeDtuTTgwTvT6aSZ li:before{  }
#Wr2A7c6QcCZMCOMhN1HxQa2hrxNosbnV { box-sizing:content-box;height:14.875rem;width:21.75rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.1875rem;left:1.0625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:none; }
#HUuXdinXdTwBEUcR415BnxtpeEwEZQHw { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #0057e2, #003578);background-image: -moz-linear-gradient(90deg, #0057e2, #003578);background-image: -ms-linear-gradient(90deg, #0057e2, #003578);background-image: -o-linear-gradient(90deg, #0057e2, #003578);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0057e2', endColorstr='#003578' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0057e2', endColorstr='#003578' );";background-image: linear-gradient(90deg, #0057e2, #003578);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.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:poppins;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.1875rem;height:2.875rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:46.6240234375rem;left:1.0625rem;display:none; }
#L6AOkSR7opI9TxgclUUro31eCtNvF04y { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KszG0J3ISrAQ3PhunDEWzKrmvyAf7vGB { box-sizing:content-box;height:31.875rem;width:23.875rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.125rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:none; }
#xMyvVtFQQKCatpxFkVc6WKCiOgiK8sOo { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #0057e2, #003578);background-image: -moz-linear-gradient(90deg, #0057e2, #003578);background-image: -ms-linear-gradient(90deg, #0057e2, #003578);background-image: -o-linear-gradient(90deg, #0057e2, #003578);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0057e2', endColorstr='#003578' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0057e2', endColorstr='#003578' );";background-image: linear-gradient(90deg, #0057e2, #003578);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.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:poppins;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.1875rem;height:2.875rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:46.6240234375rem;left:1.0625rem;display:none; }
#XOnWKEDt7dEk5EfN48B2wd8kTlUrL7Ss { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qRpoyUhUX5lEqpon1pprmlXyQQAvt9p4 { box-sizing:content-box;height:14.875rem;width:21.75rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.1875rem;left:1.0625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:none; }
#PlkFkroihr1hVOzKuzU8b15LUWhxvAvv { color:rgba(var(--color-tertiary-4),1);display:block;width:18.0625rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:300;z-index:15014;line-height:1.1;letter-spacing:0;top:24.73046875rem;left:4.125rem;height:3.09765625rem;font-style:normal;display:none; }#PlkFkroihr1hVOzKuzU8b15LUWhxvAvv li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#PlkFkroihr1hVOzKuzU8b15LUWhxvAvv li:before{  }
#T0QNSDdZ2a8QmhgH0VcDNs97hpcMdsUA { color:rgba(var(--color-tertiary-4),1);display:block;width:3.0625rem;position:absolute;font-family:poppins;font-size:3.0625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:20rem;left:1.0625rem;height:3.98046875rem;display:none; }
#T2TmeTgeZRDglMpEIv0TwdsmODEyeNEW { color:rgba(var(--color-tertiary-4),1);display:block;width:18.5625rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:20.447265625rem;left:3.96875rem;height:3.0859375rem;display:none; }
#TisFXoVimiFcUoKX99HiwThrcoKMbUOW { box-sizing:content-box;height:31.875rem;width:23.875rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.125rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:none; }
#nvnkHKkm2bpdBat42agDFuSh6HUFt6bA { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #0057e2, #003578);background-image: -moz-linear-gradient(90deg, #0057e2, #003578);background-image: -ms-linear-gradient(90deg, #0057e2, #003578);background-image: -o-linear-gradient(90deg, #0057e2, #003578);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0057e2', endColorstr='#003578' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0057e2', endColorstr='#003578' );";background-image: linear-gradient(90deg, #0057e2, #003578);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.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:poppins;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.1875rem;height:2.875rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:46.6240234375rem;left:1.0625rem;display:none; }
#tDOmbLVyq9qmoZcSlfSTcqHDpiwcdedy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#z30oWT9oX8CyRpOpE4pST0S8tJ7olzQP { box-sizing:content-box;height:14.875rem;width:21.75rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.1875rem;left:1.0625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:none; }
#EOJcdNBWqU51DdTHk7FVytNZAuVxvi7W { color:rgba(var(--color-tertiary-4),1);display:block;width:3.0625rem;position:absolute;font-family:poppins;font-size:3.0625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:20rem;left:1.0625rem;height:3.98046875rem;display:none; }
#IEoeet8N1tvk76Dv6zfdPX3boaF1eJqa { color:rgba(var(--color-tertiary-4),1);display:block;width:18.0625rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:300;z-index:15014;line-height:1.1;letter-spacing:0;top:24.73046875rem;left:4.125rem;height:3.09765625rem;font-style:normal;display:none; }#IEoeet8N1tvk76Dv6zfdPX3boaF1eJqa li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#IEoeet8N1tvk76Dv6zfdPX3boaF1eJqa li:before{  }
#XPmCmbGvlQ3fwXIpaFafcIEx7opP1W5H { color:rgba(var(--color-tertiary-4),1);display:block;width:18.5625rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:20.447265625rem;left:3.96875rem;height:3.0859375rem;display:none; }
#KMPKbBJhLD37XOlHyhBqRAOzJJEhUA1g { box-sizing:content-box;height:31.875rem;width:23.875rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.125rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:none; }
#amG6vHMUU717lZoTlXgH1SPGqDQPnXfa { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #0057e2, #003578);background-image: -moz-linear-gradient(90deg, #0057e2, #003578);background-image: -ms-linear-gradient(90deg, #0057e2, #003578);background-image: -o-linear-gradient(90deg, #0057e2, #003578);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0057e2', endColorstr='#003578' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0057e2', endColorstr='#003578' );";background-image: linear-gradient(90deg, #0057e2, #003578);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.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:poppins;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.1875rem;height:2.875rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:46.6240234375rem;left:1.0625rem;display:none; }
#vWsQBnoGTGLrmTghx9f2V6RqXDnMRw7e { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GBBKKlrZ5gMNxS4wglTkKTKZkTOTgKgo { box-sizing:content-box;height:14.875rem;width:21.75rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.1875rem;left:1.0625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:none; }
#H4sTp6wGgVqlT0tnBEresTSVlZnFTNJd { color:rgba(var(--color-tertiary-4),1);display:block;width:18.0625rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:300;z-index:15014;line-height:1.1;letter-spacing:0;top:24.73046875rem;left:4.125rem;height:3.09765625rem;font-style:normal;display:none; }#H4sTp6wGgVqlT0tnBEresTSVlZnFTNJd li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#H4sTp6wGgVqlT0tnBEresTSVlZnFTNJd li:before{  }
#DNVSvWwn96TVqNXA1dCTNhTgt2wdJcrV { color:rgba(var(--color-tertiary-4),1);display:block;width:3.0625rem;position:absolute;font-family:poppins;font-size:3.0625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:20rem;left:1.0625rem;height:3.98046875rem;display:none; }
#Mhw8oUEgKvrqQON5q9LixRdIJnhGW5zd { color:rgba(var(--color-tertiary-4),1);display:block;width:18.5625rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:20.447265625rem;left:3.96875rem;height:3.0859375rem;display:none; }
#g4AKhvQXFMxU1pOt8EKdFyW0B6iUv4UT { box-sizing:content-box;height:31.875rem;width:23.875rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.125rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:none; }
#d3F39xFgAK1r7Ap4wyGEV2cLUr7cpJNc { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #0057e2, #003578);background-image: -moz-linear-gradient(90deg, #0057e2, #003578);background-image: -ms-linear-gradient(90deg, #0057e2, #003578);background-image: -o-linear-gradient(90deg, #0057e2, #003578);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0057e2', endColorstr='#003578' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0057e2', endColorstr='#003578' );";background-image: linear-gradient(90deg, #0057e2, #003578);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.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:poppins;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.1875rem;height:2.875rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:46.6240234375rem;left:1.0625rem;display:none; }
#VD5g4rlvstuIkGkCcRi2Px6X8Ni1VwZ0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rQxAyMD9tIh94CS3KkMS5Vqs06ClST8s { box-sizing:content-box;height:14.875rem;width:21.75rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.1875rem;left:1.0625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:none; }
#OlHobdJsTDPu6qhgu37TUTQSfq2KJLEz { color:rgba(var(--color-tertiary-4),1);display:block;width:18.0625rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:300;z-index:15014;line-height:1.1;letter-spacing:0;top:24.73046875rem;left:4.125rem;height:3.09765625rem;font-style:normal;display:none; }#OlHobdJsTDPu6qhgu37TUTQSfq2KJLEz li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#OlHobdJsTDPu6qhgu37TUTQSfq2KJLEz li:before{  }
#T5u1bJdMZZKRZvqRVfopBTzJrlRGHuxE { color:rgba(var(--color-tertiary-4),1);display:block;width:3.0625rem;position:absolute;font-family:poppins;font-size:3.0625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:20rem;left:1.0625rem;height:3.98046875rem;display:none; }
#r8SRpyUz0SCEzk8psVAu3rRUQ2FvHGmt { color:rgba(var(--color-tertiary-4),1);display:block;width:18.5625rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:20.447265625rem;left:3.96875rem;height:3.0859375rem;display:none; }
#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/440c60fe-9cf4-438e-a98b-685eea6a7aca/Gemini_Generated_Image_p1jbgqp1jbgqp1jb.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w.adaptive-delivery-prevent-bg, #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w.lazyload, #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w.lazyloading { background-image: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { border-width: 0; border-radius: 0; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w::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; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { font-size:0.875rem;font-family:arial;height:33.125rem;width:75rem;position:relative;display:none; }#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-form-header {  }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;color:rgba(var(--color-tertiary-4),1);width:20.4375rem;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;overflow:hidden;line-height:1.4; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;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:20.4375rem;box-sizing:border-box;height:2rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family); }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-textarea { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;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:20.4375rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family); }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .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:20.4375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .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; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),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.25rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);width:20.4375rem;height:3rem;font-family:marcellus;overflow:hidden;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .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.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:19.0625rem;overflow:hidden;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .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; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .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; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container:first-of-type{padding-top:0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container:last-of-type{padding-bottom:0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2  { background-color:rgba(var(--color-tertiary-0),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:1.8115234375rem;left:47.9677734375rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:20.4375rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .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; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 {display:block;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 { background-color:rgba(var(--color-tertiary-0),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:1.8115234375rem;left:47.9677734375rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #ltxommpvEzKsTb9K0AfqzuTZitgJ750m { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #NndPddCahFdOMEQ3132PnvvewtJwqsCc { position:relative;display:block; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #aC37AapuGTD6Bex6Nn3RpAI43IpS3wAu { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #CpxyKoxxCQ8D30z2m7TzaZ8p1yKn5UJz { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #THGDK1Thibi3s6Pd43UlqcyBXb6tpNSO { position:relative;display:block; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #kRotwW4dQu5gsoTiWiWQfhmNtSXPudkT { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #exKfnBbLez7VflW7hNAR5nMPwCqGRTPz { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #A1TD53Su1a6rhEpcaeIztxNTtmJFRNZf { position:relative;display:block; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #SOfKqoeQ73KK1RL5pkPNQbcIf678kmUl { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #FsSa4425ALqhvZ5crQii4dL9FDHMFSti { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #nXapT8dbHrg0OiTG30uvAE64x4efslku { position:relative;display:block; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #vbN3DUtAX8reyADWeMxHSts6itWtsza2 { position:relative; }
#uoqLEIRmIJ5im3bWd5SGbIOpFV2S6w3O { position:relative;display:block; }
#QoU1MTC7FoIfL7e2REoyrVes7H0TIcW8 { position:relative;display:block; }
#qT1s2Q1h5EVdgEsG1mfvl92ILNUhTpGu { position:relative;display:block; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #WNaTLS4XkrZoxsPap0vQQbMgOCNSitVv { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #TLbiMQI0SGsbAcZ4EX03cxlpW5Gguqpt { position:relative; }
#wgBOpb1789lLpkLWgu956VGVFDQnxzJO { color:rgba(var(--color-tertiary-4),1);display:block;width:16.25rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:28.686962127686rem;left:51.312139511108rem;height:1.94921875rem;text-align:center;text-align-last:center;display:block; }
#khcHJrzSbhLxub612JZh8z6T10qokafc { color:#b99261;display:block;width:28.75rem;position:absolute;font-family:marcellus;font-size:3.125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:8.125rem;left:5.125rem;height:8.125rem;font-style:normal;display:block; }
#GJ7I0OoTd3hoAdnGRpqBz9Rwt0RgQv4e { color:rgba(var(--color-tertiary-4),1);display:block;width:27.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:18.375rem;left:5.125rem;height:6rem;font-style:normal;display:block; }
#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#006ce3;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; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .row .container { background-color: transparent; background-image: none; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .row .container > .video-iframe-container { display: none; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .row > .video-iframe-container { display: none; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .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); }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .row .container { border-width: 0; border-radius: 0; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#dG0FBl4mGGVBDqU8u0IukD8WqXNZ7bcr { color:rgba(var(--color-tertiary-0),1);display:block;width:30.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.974609375rem;left:22.25rem;height:1.13671875rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #W1h8edJe8RcNILfCQ42nSn4KaqODprXL { display:block; }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z4HXLvG10ZGoh6zXl17hJccr2IHJWLXG { top:1.1875rem;left:0rem;width:11.8125rem;height:2.5625rem;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) { #UUuiUeGRrHgC85Cpfa6zhOwqywFny79p { width:17.375rem;height:3.125rem;top:31.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnktLh0xRX77K0O0cyiaEGM2MpP1yZR8 { display:block; }
 }@media only screen and (max-width: 763px) { #sskcDq8Um6WbsE9LGLqd61Tw6GKBUAl1 { top:6.3125rem;left:0rem;width:38.5rem;height:9.0625rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AuCTETrha9ptuAc19kCu1k5Wnv5HXbhW { top:16.5625rem;left:0rem;width:41.125rem;height:9.4375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UU67o8bZzGZ0D1aPi9lzfkI1rrilnJQ4 { top:7.625rem;left:9.625rem;width:37.9375rem;height:33.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRmNSvaTn1EAiQmxduAN9Kc38KD5rHXB { width:44.375rem;height:62.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #IA8M3Ab3BblclrV57Be24ycB3q4zUeCa { display:block; }#IA8M3Ab3BblclrV57Be24ycB3q4zUeCa > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wmvy4mGCRXRRKLu9r2DHhUv5pF4DyQtB { width:17.375rem;height:3.125rem;top:24.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FT51uoMWvlvMsrmZMR0AAM1tA4DKPtvf { display:block; }
 }@media only screen and (max-width: 763px) { #dGcEwrszT4n6yw3h3JI8NvH9ZUZXb21b { top:5.0625rem;left:0rem;width:35rem;height:8.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKHrWtSXCli7GpxvN7hIq6t5kif08naC { top:15.3125rem;left:0rem;width:35.1875rem;height:5.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxVhMoF2uJRX9OKd0P3SBFnsdTAZDD1E { top:31.9375rem;left:0rem;width:31.6875rem;height:1.25rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7FfBdudDC74yqsNgXt2tqmmrHE3pEnf { top:34.25rem;left:0rem;width:31.6875rem;height:1.25rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGCTi5lAJHWk5qvGT61FT0f1TUmFT3aT { top:36.6875rem;left:0rem;width:31.6875rem;height:1.25rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipWTXr9wqy7MeQ8IRJWo9p0dmfkRPlTJ { top:31.75rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZS5PRcnaEJWohEkrEUsIp6EOdR4dXlT { top:34.0625rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOUe5t7lq3aTy8ORCqFxT2Bl986V0bEP { top:36.5rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #USudK09tmPXblFQk14JQbcUXXGIJFrQk { top:7.625rem;left:9.625rem;width:37.9375rem;height:33.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7AiPqnrvXhxwhKlk6FTeVRdvm6TdH0U { width:44.375rem;height:62.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #kIexhmOfcs3ClqXTGn8JgBgbLWB3Cmoh { display:block; }#kIexhmOfcs3ClqXTGn8JgBgbLWB3Cmoh > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cShmBTJKWBPrEAelI2rNcMsaWFSA0hCB { top:6.0625rem;left:6.375rem;width:35rem;height:8.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3H3A1uFK23knF7H3ALL1QDKN1wm7aTA { top:18.875rem;left:11.9375rem;width:23.875rem;height:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzqMJVifhskCqVSRL6tGG0PtoApazAOF { top:29.9375rem;left:13rem;width:21.75rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVUmxez8LwLaFM2SXrTzRERkMexwR0Xm { top:19.75rem;left:13rem;width:3.0625rem;height:;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0s2Bs2XrxQnChHvDGG7xr7r8eU898ab { top:20.1875rem;left:16.25rem;width:18.5625rem;height:3.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyKBtmI2hWRKK44b4PP2Z34eodTyGl1k { top:24.5rem;left:16.375rem;width:18.0625rem;height:3.0625rem;font-size:0.5625rem;display:block; }#QyKBtmI2hWRKK44b4PP2Z34eodTyGl1k li:before{  }
 }@media only screen and (max-width: 763px) { #aF8AAq7TNiAcxppSBITfNfbN3d7CluaN { width:10.1875rem;height:2.875rem;top:46.375rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTHxKPpoaQmLS2ItTZkrLTvOCCd365sd { display:block; }
 }@media only screen and (max-width: 763px) { #QHXBgKoEKCwRfmx3heNIkuVxgtg2kfqn { top:18.875rem;left:23.875rem;width:23.875rem;height:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kszdVTqAKiUBdKoMT2cFua2maTA8PfXz { width:10.1875rem;height:2.875rem;top:46.375rem;left:37.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6zTAM2iFTCUNfEHBoQg53RbfLGTZOfc { display:block; }
 }@media only screen and (max-width: 763px) { #QI4KOacs73g0Wto1HXhIA4JlQ7qkLfUW { top:29.9375rem;left:26rem;width:21.75rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5iTpEJLS4SBZW73brp2V6oDfr5Uph50 { top:24.5rem;left:29.6875rem;width:18.0625rem;height:3.0625rem;font-size:0.5625rem;display:block; }#P5iTpEJLS4SBZW73brp2V6oDfr5Uph50 li:before{  }
 }@media only screen and (max-width: 763px) { #b60Mi3LefkZuti1T7BbDTZG2UeJE4tde { top:19.75rem;left:38.5625rem;width:3.0625rem;height:;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hani4h10tG0gNWTaKviSoE7oul0li0tI { top:20.1875rem;left:36.9375rem;width:10.8125rem;height:3.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDrx6ODeSNO8wdQsSof1QdHuCesdEb4O { top:54.5625rem;left:0rem;width:23.875rem;height:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTn3WAifHkMSlooPrHsQSstaeBXmIGJ4 { top:55.4375rem;left:0rem;width:3.0625rem;height:;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FoOVOiDXD21mKO3iTZy1nJ5fySN8TvUX { top:55.875rem;left:0rem;width:18.5625rem;height:3.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJ9084Ou9kv7bbS8FPf8e7cxnTOgQSxe { top:60.1875rem;left:0rem;width:18.0625rem;height:3.0625rem;font-size:0.5625rem;display:block; }#uJ9084Ou9kv7bbS8FPf8e7cxnTOgQSxe li:before{  }
 }@media only screen and (max-width: 763px) { #pbgdFZfrNLwrmci5s5aZT5VWvaCfXkPM { top:65.625rem;left:0rem;width:21.75rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLWmBx0MEAurfJUn0D1pt6VDLTR1Eio3 { width:10.1875rem;height:2.875rem;top:82.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATFizaEu3dSq5TC8BKHp1tmzNSiedlOP { display:block; }
 }@media only screen and (max-width: 763px) { #fDBS0Uv5K2q4JZsrVtrII6FcmXqeXc2F { top:19.125rem;left:0rem;width:23.875rem;height:31.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qIH4ME1KIhsVlfUM8ShG2vmig6Lk97T3 { top:61.375rem;left:0rem;width:1.9375rem;height:;font-size:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #IOeKkPUMgorNnurgVab6ayaQbb7ivEWy { top:34.8125rem;left:0rem;width:13.5rem;height:;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zQuDfuIQA2ihgIQfe9NkfA1bQiEFFi4Q { top:37.9375rem;left:0rem;width:13.5625rem;height:;font-size:0.5625rem;display:none; }#zQuDfuIQA2ihgIQfe9NkfA1bQiEFFi4Q li:before{  }
 }@media only screen and (max-width: 763px) { #UQpt1pCVUR1XDk3hcUahhFfNGQuGMS0U { top:30.1875rem;left:0rem;width:21.75rem;height:14.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Kx87QpoJLPL0sbMqLwLJNh7f75sSkutO { width:10.1875rem;height:2.875rem;top:46.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #BwR54930PSaK64QiDs1KZCZ6ehTP6PV5 { display:block; }
 }@media only screen and (max-width: 763px) { #rwoO1ao5R6a39lKmFZyX6GSEw64PMIJD { top:19.125rem;left:0rem;width:23.875rem;height:31.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bPilTJ1BIu1yNMWWTUDqmNO48VT1uvrl { width:10.1875rem;height:2.875rem;top:46.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #GdpOT3TWWDLn29hbObHokqBqzNmQQDcy { display:block; }
 }@media only screen and (max-width: 763px) { #ffSX81K5aQ16DToZS6xZD03suzsC640J { top:30.1875rem;left:0rem;width:21.75rem;height:14.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fBoTGgGlRnVq54kwNrgLVDNgIy0Vlawc { top:64.8125rem;left:0rem;width:13.5625rem;height:;font-size:0.5625rem;display:none; }#fBoTGgGlRnVq54kwNrgLVDNgIy0Vlawc li:before{  }
 }@media only screen and (max-width: 763px) { #opGOXKXxEJB3I2zVCbaNImecy3WBDg9o { top:88.25rem;left:0rem;width:1.9375rem;height:;font-size:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #exoqwvpDmbTZCkqWTleyipQmXUp5EwIc { top:61.6875rem;left:0rem;width:13.5rem;height:;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nAttcgKdTLDlHFEnsJHnVdOhIZRQXOFr { top:54.5625rem;left:11.9375rem;width:23.875rem;height:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFS6hITZTNBnfPZWVQlx85ZGgMuTIhdT { top:55.4375rem;left:13rem;width:3.0625rem;height:;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfTTkGOkJJPGWiHMZyBkDy2XJqSHlZZA { top:55.875rem;left:16.4375rem;width:16rem;height:3.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vW15OmMpgBnhq2nKvPvs1mGqVVcPdD85 { top:60.1875rem;left:16.4375rem;width:18.875rem;height:3.0625rem;font-size:0.5625rem;display:block; }#vW15OmMpgBnhq2nKvPvs1mGqVVcPdD85 li:before{  }
 }@media only screen and (max-width: 763px) { #POm3aSNGh0WT1Jp83T5TbNMaRSooiOim { top:65.625rem;left:13rem;width:21.75rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gURN2Cm4cxWtgoHfHdiNISaR6tzfGAfI { width:10.1875rem;height:2.875rem;top:82.0625rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1Hw88BWJriwO8ckT8wOb20gThvlNKa1 { display:block; }
 }@media only screen and (max-width: 763px) { #IqI7WNt3fJsJiWM0D34vWGV4gxa3r0sA { top:19.125rem;left:0rem;width:23.875rem;height:31.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wJLcrFFmKvUcKTHCVZTyld0ng2xbqw7P { top:115.25rem;left:0rem;width:1.9375rem;height:;font-size:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HsXd87JhuC8v91n3mL7PAMlSbd0bMQac { top:91.6875rem;left:0rem;width:13.5625rem;height:;font-size:0.5625rem;display:none; }#HsXd87JhuC8v91n3mL7PAMlSbd0bMQac li:before{  }
 }@media only screen and (max-width: 763px) { #d1TNNn5tp6sr2tyFJHp7gT5adRPN0D9h { top:88.5625rem;left:0rem;width:13.5rem;height:;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TrTbTktWcgSNmixQdqE6SPR4DDwiZOTZ { top:30.1875rem;left:0rem;width:21.75rem;height:14.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gxwq7s4hZpmNJc1p42p2hJZmnCwhGwJr { width:10.1875rem;height:2.875rem;top:46.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #yTgqWkAsyIxmFCOvGgHcaHmChzowEhvD { display:block; }
 }@media only screen and (max-width: 763px) { #y6ISsTH8I794EpAtBnnxuNxnIEUH29MS { top:18.875rem;left:0rem;width:23.875rem;height:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qksd1SXQn1xzJaTQN1Ggvpm71Ucohv11 { top:19.75rem;left:0rem;width:3.0625rem;height:;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fvm6tbI0LSBKLJP9gq3wCdFdDTkZFm9g { top:20.1875rem;left:0rem;width:17.3125rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lI03lGOQh5oiJcySGqOs2gtO1kCW9vgL { top:24.5rem;left:0rem;width:19.5rem;height:;font-size:0.5625rem;display:block; }#lI03lGOQh5oiJcySGqOs2gtO1kCW9vgL li:before{  }
 }@media only screen and (max-width: 763px) { #NGmIJmbVHgL955nmmGvkWFrB7NNQT5hS { top:29.9375rem;left:0rem;width:21.75rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLkDdiafryKkUJTeqyNG7Z73PHaK9Tgr { width:10.1875rem;height:2.875rem;top:46.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTs01TAklVrFZ6refTBf6WGcCSfEKCqh { display:block; }
 }@media only screen and (max-width: 763px) { #IamJhBkRPcTJe5clICPIZHrxUSo87rKb { top:19.125rem;left:0rem;width:23.875rem;height:31.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BUN7aLZeHL6fDFfNLtBXBsW6lEDrCXn0 { top:7.6875rem;left:0rem;width:1.9375rem;height:;font-size:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #l67CMJcQGyIypgFsCheBODtyCCm9gdwT { top:7.75rem;left:0rem;width:7.8125rem;height:;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MF1XhvsIFXoULKASnN16zNhtdNIosLXk { top:10.875rem;left:0rem;width:16.5rem;height:;font-size:0.5625rem;display:none; }#MF1XhvsIFXoULKASnN16zNhtdNIosLXk li:before{  }
 }@media only screen and (max-width: 763px) { #RJ34BJ6AUV1kzS2qxTclmr1kVhaBH3vI { top:30.1875rem;left:0rem;width:21.75rem;height:14.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #z7Mv16w6BZSl7liKJlUe9ETPbNBt4qV7 { width:10.1875rem;height:2.875rem;top:46.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #O5NlfzMhJ1eGB8rq5gcs6S3maacv0z47 { display:block; }
 }@media only screen and (max-width: 763px) { #eR6kpLVa1OeG2xo7GaDbvN3ope8GV4as { display:block; }#eR6kpLVa1OeG2xo7GaDbvN3ope8GV4as > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MEZToAbVirr8gxfRtLv9z9dX7Vsmyh6v { top:6.0625rem;left:6.375rem;width:35rem;height:8.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgkGNx4vDmDwkCCT4F6ZuBfPmp5ASLn2 { top:19.125rem;left:0rem;width:23.875rem;height:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXuE9K65ETbWZapOvfqdhcgf1E9nz6o8 { top:30.1875rem;left:0rem;width:21.75rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VO4DX67NGNXnpK2SN1bqD4wfCyz2F4Vi { top:20rem;left:0rem;width:3.0625rem;height:4rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HO0Z6x4sVHPqKff4MN10F9eGPn6hfL8n { top:20.4375rem;left:0rem;width:18.5625rem;height:3.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgdVXaPGIwusNLAgwnnglvteJVXChLT5 { top:24.6875rem;left:0rem;width:18.0625rem;height:3.0625rem;font-size:0.5625rem;display:block; }#RgdVXaPGIwusNLAgwnnglvteJVXChLT5 li:before{  }
 }@media only screen and (max-width: 763px) { #SqHa52rwHEbl1vxk1ryV1XvoqEitlUdq { width:10.1875rem;height:2.875rem;top:46.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gERgxOQRVybuTv0uRhrfZZCoPuZM0aTT { display:block; }
 }@media only screen and (max-width: 763px) { #yLBZC9cRhTkQ0lrgTELa67cO960GnyL9 { top:19.125rem;left:11.9375rem;width:23.875rem;height:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTaifnrifTS9bRKrlFq1aABQi1BQr1xO { width:10.1875rem;height:2.875rem;top:46.625rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5XrwR8nHHnWZhxTomhWbSDl3qKctWkE { display:block; }
 }@media only screen and (max-width: 763px) { #tTnc8Z7m0B8Nn2yqTVwcA8T5nxMhh45M { top:30.1875rem;left:13rem;width:21.75rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #runVmObQ3O0KBPizhgEKVWkTM7OXLX4D { top:24.75rem;left:16.4375rem;width:18.0625rem;height:;font-size:0.5625rem;display:block; }#runVmObQ3O0KBPizhgEKVWkTM7OXLX4D li:before{  }
 }@media only screen and (max-width: 763px) { #DwTugnqmfwGfVmAN15yTy57coBRWhgvf { top:20rem;left:13rem;width:3.0625rem;height:;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1slUwvBKBORAfN7V3pAV3QXUHSwL3ee { top:20.4375rem;left:16.3125rem;width:10.8125rem;height:3.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdVR9ODXIaqBWbEOfQ8wnNmfudw4tdXc { top:19.125rem;left:23.875rem;width:23.875rem;height:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAhNJMC93SzAQlzMidcMMnMv5KLCZSBn { top:20rem;left:38.5625rem;width:3.0625rem;height:;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7IMP5RWqZtR4eh86nhHFk2V0omOhwEF { top:20.4375rem;left:29.1875rem;width:18.5625rem;height:3.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkbZ6JCD4WD26kVVfpnnEfJZRISUTQ6N { top:24.75rem;left:29.6875rem;width:18.0625rem;height:;font-size:0.5625rem;display:block; }#XkbZ6JCD4WD26kVVfpnnEfJZRISUTQ6N li:before{  }
 }@media only screen and (max-width: 763px) { #mGEf1VcGFA4H74UpKEwa7dmghqAvIBmf { top:30.1875rem;left:26rem;width:21.75rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMGdTBPeFFQgc6wM3uPpvBa5wZr39mKm { width:10.1875rem;height:2.875rem;top:46.625rem;left:37.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b351GAAVUTyZBRoIvlDmPb43NzJXODoU { display:block; }
 }@media only screen and (max-width: 763px) { #TVy2uNnXPQZvyAeV2E9dNEf8t8KQv5Cl { top:53.4375rem;left:23.875rem;width:23.875rem;height:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1ZAasUZWvtTXqfEfP0c1vGgQmlD2elr { top:54.3125rem;left:38.5625rem;width:3.0625rem;height:3.9375rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iog3TxZJOIZewKwu9pef2OzJPoIhFrpD { top:64.5rem;left:26rem;width:21.75rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBHZa2Tk2HWC0VsaTF0MoqTv1HcKT5d8 { top:54.75rem;left:29.1875rem;width:18.5625rem;height:3.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTgtKQao4hxfM18DxfWTvGckcA9vCNAB { top:59.0625rem;left:29.6875rem;width:18.0625rem;height:3.0625rem;font-size:0.5625rem;display:block; }#KTgtKQao4hxfM18DxfWTvGckcA9vCNAB li:before{  }
 }@media only screen and (max-width: 763px) { #rIvfrC2P2y5CUqVcf0SJplBsfAyCiywa { width:10.1875rem;height:2.875rem;top:80.9375rem;left:37.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHkchGvEIdExwpV1efwtciIeDew0RRRo { display:block; }
 }@media only screen and (max-width: 763px) { #vxXqA4pTg0VkvX1gl7DylCmwqiTsrO59 { top:88.1875rem;left:0rem;width:23.875rem;height:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLhi7r2mxqMnv2XTewzxqW1sSyehn1bg { top:89.0625rem;left:0rem;width:3.0625rem;height:3.9375rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmXSJpF54PEUV0Sc6GIT9mULlWpm04L6 { top:89.5rem;left:0rem;width:18.5625rem;height:3.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQqa8a3WpFQK2tsbCVcM37OT7Iayygcy { top:93.8125rem;left:0rem;width:18.0625rem;height:3.0625rem;font-size:0.5625rem;display:block; }#tQqa8a3WpFQK2tsbCVcM37OT7Iayygcy li:before{  }
 }@media only screen and (max-width: 763px) { #TtR29DFPmgvXXWTCKvABzeDlLNEwEPUT { top:99.25rem;left:0rem;width:21.75rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aphd7wN1mW0VJtDIUKlBhIWd2MvxXWLf { width:10.1875rem;height:2.875rem;top:115.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueKeguRSgbJq2zXxf76aw0DdKwiW4swp { display:block; }
 }@media only screen and (max-width: 763px) { #GKUFow9TE5tDIhep6aaB4ZTd8690nrQT { top:123.0625rem;left:0rem;width:23.875rem;height:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIsqpn6nWZtORM96hx0SssGBh6i7cQCf { top:123.9375rem;left:0rem;width:4rem;height:4rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWourJrkUUvTrerCL7kKhKkdrfpJGniM { top:124.375rem;left:0rem;width:17.1875rem;height:3.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vm0mLG8HPNIpRuE0drRmltkgRxneMiZL { top:128.6875rem;left:0rem;width:18.0625rem;height:3.0625rem;font-size:0.5625rem;display:block; }#Vm0mLG8HPNIpRuE0drRmltkgRxneMiZL li:before{  }
 }@media only screen and (max-width: 763px) { #iv6PCc3wUb620p3AKX4TQN8eWKBtJrOC { top:134.125rem;left:0rem;width:21.75rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sS9dMN7ZOboiCXL6kOz5GnzRJ5pU9gbM { top:123.0625rem;left:11.9375rem;width:23.875rem;height:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMdHyd4zrvVcHcWTA2sFITVh0IlNCUFx { top:123.9375rem;left:13rem;width:4.1875rem;height:4rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0xgc9PtrsUkupanCklFclTPCI2ORbrV { top:134.125rem;left:13rem;width:21.75rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvAGHGvg4GN1lbg5MJ4vHDaHdMd2wyk9 { top:124.375rem;left:16.9375rem;width:14.8125rem;height:3.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rO5moA54HXSnsB0kagETZoXxW0uNTxhS { top:128.6875rem;left:16.9375rem;width:18.0625rem;height:3.0625rem;font-size:0.5625rem;display:block; }#rO5moA54HXSnsB0kagETZoXxW0uNTxhS li:before{  }
 }@media only screen and (max-width: 763px) { #KgQNNJPql3yt0QJEVucQmdtrNXg9Bnlp { width:10.1875rem;height:2.875rem;top:150.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOhUFtzZdysdkdsHNUCIdeKeqiRWJATq { display:block; }
 }@media only screen and (max-width: 763px) { #Szf1J1dt6CoZpqawXBSHMOAp7i8mabii { width:10.1875rem;height:2.875rem;top:150.5625rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tuvwk5gUalPvUoLcyJSE6v8yfFeyIwGQ { display:block; }
 }@media only screen and (max-width: 763px) { #IJBdpCUltHm4bkafyQ0BCp196AaBecpK { top:157.75rem;left:0rem;width:23.875rem;height:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWT1reHUJ9hR2pta0EJeAJHaO2irpykP { top:158.625rem;left:0rem;width:4.0625rem;height:4rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEOg5PMof8J2gQIp2ievrw0Lt4PmbiWk { top:168.8125rem;left:0rem;width:21.75rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #roFthd9rD56W8pJAHhTxTUoOJNTh6GZU { width:10.1875rem;height:2.875rem;top:185.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgUaUFIzeJZcTPt53fChlt5sWnLP4d00 { display:block; }
 }@media only screen and (max-width: 763px) { #IuOX9e1pv12guw4udN7vlnmTEH1do3WE { top:159.0625rem;left:0rem;width:15.4375rem;height:3.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kir1DUmuihGRJaEqX7JebdfG3N7uuqQe { top:163.375rem;left:0rem;width:14.75rem;height:3.0625rem;font-size:0.5625rem;display:block; }#kir1DUmuihGRJaEqX7JebdfG3N7uuqQe li:before{  }
 }@media only screen and (max-width: 763px) { #sMce1tebFsUZ1HP1PZRTidZb1SxbznBD { top:19.125rem;left:0rem;width:23.875rem;height:31.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #off1KevosG9IOpavpochd6qCfHcKhlbm { top:35.0625rem;left:0rem;width:1.9375rem;height:;font-size:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #CP0rgKxmJrLihxQ0hHuDr0oCkc9sU8ef { top:34.8125rem;left:0rem;width:13.5rem;height:;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dHagNTpkEl1KW76DPmHTAkEl4KboixV2 { top:37.9375rem;left:0rem;width:13.5625rem;height:;font-size:0.5625rem;display:none; }#dHagNTpkEl1KW76DPmHTAkEl4KboixV2 li:before{  }
 }@media only screen and (max-width: 763px) { #A7RG1OSX78y669KRMMqkyJTT7sC4dbEz { top:30.1875rem;left:0rem;width:21.75rem;height:14.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #oeUv4dr8Zcuywve7h70SHVwI1NtI8JJr { width:10.1875rem;height:2.875rem;top:46.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OnqxbqvH3tzLpHtAlI4AgkoZmxwcH9Tn { display:block; }
 }@media only screen and (max-width: 763px) { #N4Ow1PIAP1RiU6WRZzUsfIDGdSPwxCKe { top:19.125rem;left:0rem;width:23.875rem;height:31.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LCnvbZQT3JM88IMq15pLE7iWWJd7Js77 { width:10.1875rem;height:2.875rem;top:46.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #oFRF6ObbtOTUc8Ls85aWZuUxn630A50M { display:block; }
 }@media only screen and (max-width: 763px) { #lLFGkcMWaLG3iC8s9D1s5a7D4KMz8ghZ { top:30.1875rem;left:0rem;width:21.75rem;height:14.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ChTLcFQ7ZtAdMgdUpc8oZPbrq5O22qwl { top:64.8125rem;left:0rem;width:13.5625rem;height:;font-size:0.5625rem;display:none; }#ChTLcFQ7ZtAdMgdUpc8oZPbrq5O22qwl li:before{  }
 }@media only screen and (max-width: 763px) { #EwPVINS0reJ6EUgK4SpiVZ0g0VQgtix9 { top:61.625rem;left:0rem;width:1.9375rem;height:;font-size:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #NEykfokeoMUKDxDapGUqx629FRmhEEq1 { top:61.6875rem;left:0rem;width:13.5rem;height:;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #cNkdeneQraEHJMWQOEfamTt4Bq81RveD { top:19.125rem;left:0rem;width:23.875rem;height:31.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MkcS2bXWULE6OPlXiLrskq6wmWKfMBCi { width:10.1875rem;height:2.875rem;top:46.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #dtI0HboVc0uybB4LsdyeSG0RAdTEnrha { display:block; }
 }@media only screen and (max-width: 763px) { #fn2Wr7lvd0TEJe49DafLw7rdvSgsnMnd { top:30.1875rem;left:0rem;width:21.75rem;height:14.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZoF3MDwsA5Ptyq0DWBbhRdIRIPPoNd4T { top:145.5rem;left:0rem;width:13.5625rem;height:;font-size:0.5625rem;display:none; }#ZoF3MDwsA5Ptyq0DWBbhRdIRIPPoNd4T li:before{  }
 }@media only screen and (max-width: 763px) { #Hki6c11xgt6iO4Qc23nPD1NOr1Z0puvQ { top:186.4375rem;left:0rem;width:1.9375rem;height:;font-size:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #mdRcrNUOU8qVkEQKyybrdpBoxy11ZsPt { top:142.375rem;left:0rem;width:13.5rem;height:;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VosinDIOWIoy7I9211BDZmA7ZiGCdBdS { top:19.125rem;left:0rem;width:23.875rem;height:31.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zXiCsOekWdPxF9VafaPMgVybfHyB15Xk { width:10.1875rem;height:2.875rem;top:46.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Bfkox0PU3ZxpakFoRHMaKh9rb1IrWOhL { display:block; }
 }@media only screen and (max-width: 763px) { #cnvvzENacAHeZT7Mit3GVATmFmZ9pQTR { top:30.1875rem;left:0rem;width:21.75rem;height:14.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QmJXN0b3uWJ97g3697ptMqxsnIKkBZ14 { top:172.4375rem;left:0rem;width:13.5625rem;height:;font-size:0.5625rem;display:none; }#QmJXN0b3uWJ97g3697ptMqxsnIKkBZ14 li:before{  }
 }@media only screen and (max-width: 763px) { #eQ1vL2Zt6Krv07U1dt9VHlBtKEsKqaG9 { top:250.1875rem;left:0rem;width:1.9375rem;height:;font-size:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #xu8hKdoPLTmZuZwRFTKzO5W3feVPZITq { top:169.3125rem;left:0rem;width:13.5rem;height:;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Bh7pTan94B6uzTaAsJfhUduXVGB72Skw { top:19.125rem;left:0rem;width:23.875rem;height:31.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wl5WtOGHvTZG7UyztMGni9JRSRXnQEQs { width:10.1875rem;height:2.875rem;top:46.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z4IhnCavqRp2UixkPcwy8gJxJkbAdmPv { display:block; }
 }@media only screen and (max-width: 763px) { #mmM7R2CqmLOtVA94UD6SAI7NqNJ4RTkF { top:30.1875rem;left:0rem;width:21.75rem;height:14.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #EVirSk3onBi8fMSvdRR4vG9Kt7J76PJh { top:199.5rem;left:0rem;width:13.5625rem;height:;font-size:0.5625rem;display:none; }#EVirSk3onBi8fMSvdRR4vG9Kt7J76PJh li:before{  }
 }@media only screen and (max-width: 763px) { #f9bnx1A47L2SRkogpGlWAwnmeLB2yKT3 { top:277.0625rem;left:0rem;width:1.9375rem;height:;font-size:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #a1DPXyNMbTTTTOlWmP5kGp5d0RoySWbS { top:196.375rem;left:0rem;width:13.5rem;height:;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qbppdl03GWygof0aELhwdFEvg2ogR7Tq { top:19.125rem;left:0rem;width:23.875rem;height:31.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hIFeIIAHiq6DbUfATiuzMJkc2rDQNdfq { width:10.1875rem;height:2.875rem;top:46.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wToSiWevflkvo86WLA7UEKgTdz26zHyl { display:block; }
 }@media only screen and (max-width: 763px) { #TWeRA8VtKAhbnVdI8nWUkUSqeTNUN3dh { top:30.1875rem;left:0rem;width:21.75rem;height:14.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #psJnhiNXzIET3dePC0AdVTrMmTz1TNXq { top:24.6875rem;left:0rem;width:18.0625rem;height:3.0625rem;font-size:0.5625rem;display:none; }#psJnhiNXzIET3dePC0AdVTrMmTz1TNXq li:before{  }
 }@media only screen and (max-width: 763px) { #b4oAxdvAbr6g6qSZR3OZv18ezngSX0MT { top:336.1875rem;left:0rem;width:1.9375rem;height:;font-size:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #MdTK0r57ahaTJxnZGx7008PES2iwoAbT { top:223.375rem;left:0rem;width:13.5rem;height:;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #SmHrpRqKlgAfoxniU2Vc8NNt0Zdckz64 { top:53.4375rem;left:0rem;width:23.875rem;height:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHPhQU7Ttr5rX0lUGOKByTTPJi5XOiB1 { width:10.1875rem;height:2.875rem;top:80.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrnenhWLR5k8mx8Q9bvQzWxNvetJGN8J { display:block; }
 }@media only screen and (max-width: 763px) { #O062rq0k9odordUwMGavnTg8hwiLmw1H { top:64.5rem;left:0rem;width:21.75rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DG3sFmONpgVWeLUMIksTAIkVOs34iHtf { top:59.0625rem;left:0rem;width:18.0625rem;height:3.0625rem;font-size:0.5625rem;display:block; }#DG3sFmONpgVWeLUMIksTAIkVOs34iHtf li:before{  }
 }@media only screen and (max-width: 763px) { #mEZCTmI4ZX0o9MTmiLhNZsSqAyCh8zf7 { top:54.3125rem;left:0rem;width:3.0625rem;height:3.9375rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAn8477ltTTfHLqNrrEtoV8XoqDWcCK6 { top:54.75rem;left:0rem;width:18.5625rem;height:3.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0XF5Rx00SNyLlIwFoXrSXqrdnPnfdvn { top:53.4375rem;left:11.9375rem;width:23.875rem;height:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7He8Z0sGQkqG6N5NDbTctkauVFCrEzy { top:64.5rem;left:13rem;width:21.75rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #apgBWebXpDEbxyhNbxwnEyi06T0xagAK { width:10.1875rem;height:2.875rem;top:80.9375rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zl75bOfeAmXN7Twov0R2s3LbKi321lUw { display:block; }
 }@media only screen and (max-width: 763px) { #TaqHlLMDk5vTzGvFetTSk3kCtDp8yuR4 { top:59.0625rem;left:16.4375rem;width:18.875rem;height:3.0625rem;font-size:0.5625rem;display:block; }#TaqHlLMDk5vTzGvFetTSk3kCtDp8yuR4 li:before{  }
 }@media only screen and (max-width: 763px) { #rXpOHNEo46cb1zGGBncglCkocu6VD8WT { top:54.3125rem;left:13rem;width:3.0625rem;height:3.9375rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Br5em0ivRuDIzIhKpXQwP2NZ9F147F4b { top:54.75rem;left:16.4375rem;width:16rem;height:3.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTimbgk0wapqAsr8uk7mKP4Zb7PV1ATu { top:88.1875rem;left:11.9375rem;width:23.875rem;height:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbZTJTZkMs3wbiVVvibKoW0O02LauoCs { top:89.0625rem;left:13rem;width:3.0625rem;height:;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7uZAZ3L4R8wngcVk78notkrhZfinb6f { top:89.5rem;left:16.3125rem;width:18.5625rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXJLr931Q5m8WyAIJSk5yhzbFgKPHkFT { top:93.8125rem;left:16.3125rem;width:18.0625rem;height:3.0625rem;font-size:0.5625rem;display:block; }#nXJLr931Q5m8WyAIJSk5yhzbFgKPHkFT li:before{  }
 }@media only screen and (max-width: 763px) { #ggcbro3bhcOaLMHCsyRNLNgoEiorTTaO { top:99.25rem;left:13rem;width:21.75rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZuxascOMV09ThssXPfzLobvnEsGviR7 { width:10.1875rem;height:2.875rem;top:115.6875rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSrzvVMeLKACB4pRJFBe68lqylIzP6ZP { display:block; }
 }@media only screen and (max-width: 763px) { #coX7GVnaORUr9R4Rry4dutDLLcooybpR { top:88.1875rem;left:23.875rem;width:23.875rem;height:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkMrINDquWo7TF5uqKcw2MEW7czhU69Z { width:10.1875rem;height:2.875rem;top:115.6875rem;left:37.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZERW3zqrTBONKGMVurm9XOrrwLB3wKrf { display:block; }
 }@media only screen and (max-width: 763px) { #X8wlNWOsIDalFJHTDRWpQH5BbQQeNOeo { top:99.25rem;left:26rem;width:21.75rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #urUw2uLxgCgTzOxuxg4KcJUVgV1lqGOM { top:93.8125rem;left:29.6875rem;width:18.0625rem;height:3.0625rem;font-size:0.5625rem;display:block; }#urUw2uLxgCgTzOxuxg4KcJUVgV1lqGOM li:before{  }
 }@media only screen and (max-width: 763px) { #Si6SulCWtH6FROfHwQlhHTvqDUFFmCWV { top:89.0625rem;left:38.5625rem;width:3.0625rem;height:;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0VdagdreRGVTuumPJ5T4zqlSH1yM3R0 { top:89.5rem;left:29.1875rem;width:18.5625rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNcksRdeOORs3RsdGUU8FGNTJds47tMv { top:123.0625rem;left:23.875rem;width:23.875rem;height:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UlB2tJkiFTWkA7gTDTi5ynh30FT53l81 { top:134.125rem;left:26rem;width:21.75rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQVyQlQAJ5HxTl5xQHaf1aA5B6bCc0ed { width:10.1875rem;height:2.875rem;top:150.5625rem;left:37.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8aTm2UHKdLcPqav3JLrBTtynuy9g4ou { display:block; }
 }@media only screen and (max-width: 763px) { #Mna6b5BJLXVkSMI0Lm2o0hzCUAXRCv4G { top:128.6875rem;left:29.6875rem;width:18.0625rem;height:3.0625rem;font-size:0.5625rem;display:block; }#Mna6b5BJLXVkSMI0Lm2o0hzCUAXRCv4G li:before{  }
 }@media only screen and (max-width: 763px) { #kC0rzTSqWhEIaTmIvB28gMyy30vs8nBI { top:123.9375rem;left:38.5625rem;width:4.1875rem;height:;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgU2F6Cy0P8tROTgvqBeUXLygvzleV40 { top:124.375rem;left:32.9375rem;width:14.8125rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sh8egp5UsRLknppM4x8iHt7XVCTGH17M { top:19.125rem;left:0rem;width:23.875rem;height:31.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CkABSWPc4bELU2U5DvW3ezckE21pHL4V { top:88.25rem;left:0rem;width:1.9375rem;height:;font-size:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #w7OxTI2U9CBvMKQFyrXzyKAzk1HC4raw { top:61.6875rem;left:0rem;width:13.5rem;height:;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #en1GuHwmQ2vCb878oTo2C3tOc3eSGn5u { top:64.8125rem;left:0rem;width:13.5625rem;height:;font-size:0.5625rem;display:none; }#en1GuHwmQ2vCb878oTo2C3tOc3eSGn5u li:before{  }
 }@media only screen and (max-width: 763px) { #sMyfqoQNETd668xFoemWFmozzMTfpiBU { top:30.1875rem;left:0rem;width:21.75rem;height:14.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vr7WAWF1BTSKumvz2acKPU796zNNfgtM { width:10.1875rem;height:2.875rem;top:46.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #A6tbmZ3TrTUzHM72toEdZ3TIL0IZcfbD { display:block; }
 }@media only screen and (max-width: 763px) { #PtzGf7oa0TCB3eZerfp7TnXfiW3Rc6DG { top:19.125rem;left:0rem;width:23.875rem;height:31.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #frwyineQtyM2AlApeGPZKfvmTglebO4q { top:115.25rem;left:0rem;width:1.9375rem;height:;font-size:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #yd6hJQKX40ICBRtXieubOfZAWZTUoL4S { top:88.5625rem;left:0rem;width:13.5rem;height:;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #OP1LgmH1EQ956x2PgeDtuTTgwTvT6aSZ { top:91.6875rem;left:0rem;width:13.5625rem;height:;font-size:0.5625rem;display:none; }#OP1LgmH1EQ956x2PgeDtuTTgwTvT6aSZ li:before{  }
 }@media only screen and (max-width: 763px) { #Wr2A7c6QcCZMCOMhN1HxQa2hrxNosbnV { top:30.1875rem;left:0rem;width:21.75rem;height:14.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HUuXdinXdTwBEUcR415BnxtpeEwEZQHw { width:10.1875rem;height:2.875rem;top:46.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #L6AOkSR7opI9TxgclUUro31eCtNvF04y { display:block; }
 }@media only screen and (max-width: 763px) { #KszG0J3ISrAQ3PhunDEWzKrmvyAf7vGB { top:19.125rem;left:0rem;width:23.875rem;height:31.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xMyvVtFQQKCatpxFkVc6WKCiOgiK8sOo { width:10.1875rem;height:2.875rem;top:46.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XOnWKEDt7dEk5EfN48B2wd8kTlUrL7Ss { display:block; }
 }@media only screen and (max-width: 763px) { #qRpoyUhUX5lEqpon1pprmlXyQQAvt9p4 { top:30.1875rem;left:0rem;width:21.75rem;height:14.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PlkFkroihr1hVOzKuzU8b15LUWhxvAvv { top:91.6875rem;left:0rem;width:13.5625rem;height:;font-size:0.5625rem;display:none; }#PlkFkroihr1hVOzKuzU8b15LUWhxvAvv li:before{  }
 }@media only screen and (max-width: 763px) { #T0QNSDdZ2a8QmhgH0VcDNs97hpcMdsUA { top:142.625rem;left:0rem;width:1.9375rem;height:;font-size:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #T2TmeTgeZRDglMpEIv0TwdsmODEyeNEW { top:142.6875rem;left:0rem;width:11.8125rem;height:;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TisFXoVimiFcUoKX99HiwThrcoKMbUOW { top:19.125rem;left:0rem;width:23.875rem;height:31.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nvnkHKkm2bpdBat42agDFuSh6HUFt6bA { width:10.1875rem;height:2.875rem;top:46.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #tDOmbLVyq9qmoZcSlfSTcqHDpiwcdedy { display:block; }
 }@media only screen and (max-width: 763px) { #z30oWT9oX8CyRpOpE4pST0S8tJ7olzQP { top:30.1875rem;left:0rem;width:21.75rem;height:14.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #EOJcdNBWqU51DdTHk7FVytNZAuVxvi7W { top:196.4375rem;left:0rem;width:1.9375rem;height:;font-size:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #IEoeet8N1tvk76Dv6zfdPX3boaF1eJqa { top:145.5rem;left:0rem;width:13.5625rem;height:;font-size:0.5625rem;display:none; }#IEoeet8N1tvk76Dv6zfdPX3boaF1eJqa li:before{  }
 }@media only screen and (max-width: 763px) { #XPmCmbGvlQ3fwXIpaFafcIEx7opP1W5H { top:196.5rem;left:0rem;width:12.6875rem;height:;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KMPKbBJhLD37XOlHyhBqRAOzJJEhUA1g { top:19.125rem;left:0rem;width:23.875rem;height:31.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #amG6vHMUU717lZoTlXgH1SPGqDQPnXfa { width:10.1875rem;height:2.875rem;top:46.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vWsQBnoGTGLrmTghx9f2V6RqXDnMRw7e { display:block; }
 }@media only screen and (max-width: 763px) { #GBBKKlrZ5gMNxS4wglTkKTKZkTOTgKgo { top:30.1875rem;left:0rem;width:21.75rem;height:14.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #H4sTp6wGgVqlT0tnBEresTSVlZnFTNJd { top:145.5rem;left:0rem;width:13.5625rem;height:;font-size:0.5625rem;display:none; }#H4sTp6wGgVqlT0tnBEresTSVlZnFTNJd li:before{  }
 }@media only screen and (max-width: 763px) { #DNVSvWwn96TVqNXA1dCTNhTgt2wdJcrV { top:223.3125rem;left:0rem;width:1.9375rem;height:;font-size:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Mhw8oUEgKvrqQON5q9LixRdIJnhGW5zd { top:223.375rem;left:0rem;width:12.6875rem;height:;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #g4AKhvQXFMxU1pOt8EKdFyW0B6iUv4UT { top:19.125rem;left:0rem;width:23.875rem;height:31.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #d3F39xFgAK1r7Ap4wyGEV2cLUr7cpJNc { width:10.1875rem;height:2.875rem;top:46.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VD5g4rlvstuIkGkCcRi2Px6X8Ni1VwZ0 { display:block; }
 }@media only screen and (max-width: 763px) { #rQxAyMD9tIh94CS3KkMS5Vqs06ClST8s { top:30.1875rem;left:0rem;width:21.75rem;height:14.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #OlHobdJsTDPu6qhgu37TUTQSfq2KJLEz { top:199.5rem;left:0rem;width:13.5625rem;height:;font-size:0.5625rem;display:none; }#OlHobdJsTDPu6qhgu37TUTQSfq2KJLEz li:before{  }
 }@media only screen and (max-width: 763px) { #T5u1bJdMZZKRZvqRVfopBTzJrlRGHuxE { top:304.0625rem;left:0rem;width:3.125rem;height:;font-size:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #r8SRpyUz0SCEzk8psVAu3rRUQ2FvHGmt { top:304.125rem;left:0rem;width:13.5rem;height:;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w { display:block; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-regular-label { width:20.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-textarea { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-button { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-checkbox-label { width:19.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2  { width:20.4375rem;height:auto;top:1.75rem;left:24.8125rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .radio-container { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 {display:block;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 { width:20.4375rem;height:auto;top:1.75rem;left:24.8125rem; }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #ltxommpvEzKsTb9K0AfqzuTZitgJ750m {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #NndPddCahFdOMEQ3132PnvvewtJwqsCc {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #aC37AapuGTD6Bex6Nn3RpAI43IpS3wAu {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #CpxyKoxxCQ8D30z2m7TzaZ8p1yKn5UJz {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #THGDK1Thibi3s6Pd43UlqcyBXb6tpNSO {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #kRotwW4dQu5gsoTiWiWQfhmNtSXPudkT {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #exKfnBbLez7VflW7hNAR5nMPwCqGRTPz {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #A1TD53Su1a6rhEpcaeIztxNTtmJFRNZf {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #SOfKqoeQ73KK1RL5pkPNQbcIf678kmUl {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #FsSa4425ALqhvZ5crQii4dL9FDHMFSti {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #nXapT8dbHrg0OiTG30uvAE64x4efslku {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #vbN3DUtAX8reyADWeMxHSts6itWtsza2 {  }
 }@media only screen and (max-width: 763px) { #uoqLEIRmIJ5im3bWd5SGbIOpFV2S6w3O { display:block; }
 }@media only screen and (max-width: 763px) { #QoU1MTC7FoIfL7e2REoyrVes7H0TIcW8 { display:block; }
 }@media only screen and (max-width: 763px) { #qT1s2Q1h5EVdgEsG1mfvl92ILNUhTpGu { display:block; }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #WNaTLS4XkrZoxsPap0vQQbMgOCNSitVv {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #TLbiMQI0SGsbAcZ4EX03cxlpW5Gguqpt {  }
 }@media only screen and (max-width: 763px) { #wgBOpb1789lLpkLWgu956VGVFDQnxzJO { top:28.625rem;left:31.5rem;width:16.25rem;height:1.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #khcHJrzSbhLxub612JZh8z6T10qokafc { top:8.125rem;left:0rem;width:28.75rem;height:8.125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJ7I0OoTd3hoAdnGRpqBz9Rwt0RgQv4e { top:18.375rem;left:0rem;width:27.3125rem;height:6rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz { display:block; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dG0FBl4mGGVBDqU8u0IukD8WqXNZ7bcr { top:1.9375rem;left:8.625rem;width:30.5rem;height:1.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #W1h8edJe8RcNILfCQ42nSn4KaqODprXL { display:block; }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z4HXLvG10ZGoh6zXl17hJccr2IHJWLXG { width:5.375rem;height:1.1875rem;top:0.8125rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7dda72ed-cacb-47f6-be21-2bcc6e6ab7d7/bg.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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(243,250,255,0.17); }#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(243,250,255,0.17); }#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::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:29.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UUuiUeGRrHgC85Cpfa6zhOwqywFny79p { width:10.6875rem;height:2.25rem;top:12.875rem;left:4.65625rem;font-size:0.75rem;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnktLh0xRX77K0O0cyiaEGM2MpP1yZR8 { display:block; }
 }@media only screen and (max-width: 763px) { #sskcDq8Um6WbsE9LGLqd61Tw6GKBUAl1 { width:14.4375rem;height:3.298825rem;top:1.6875rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #AuCTETrha9ptuAc19kCu1k5Wnv5HXbhW { width:19.3125rem;height:5.5097625rem;top:5.4375rem;left:0rem;font-size:0.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UU67o8bZzGZ0D1aPi9lzfkI1rrilnJQ4 { width:7.5625rem;height:6.625rem;top:17.5rem;left:6.9375rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #WRmNSvaTn1EAiQmxduAN9Kc38KD5rHXB { top:15.875rem;left:5.375rem;width:9.25rem;height:13.0625rem;z-index:15012;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #IA8M3Ab3BblclrV57Be24ycB3q4zUeCa { background-color:rgba(255,255,255,0.3);background-image:url("https://images.assets-landingi.com/uc/7dda72ed-cacb-47f6-be21-2bcc6e6ab7d7/bg.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:none; }#IA8M3Ab3BblclrV57Be24ycB3q4zUeCa.adaptive-delivery-prevent-bg, #IA8M3Ab3BblclrV57Be24ycB3q4zUeCa.lazyload, #IA8M3Ab3BblclrV57Be24ycB3q4zUeCa.lazyloading { background-image: none; }#IA8M3Ab3BblclrV57Be24ycB3q4zUeCa > .row > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#IA8M3Ab3BblclrV57Be24ycB3q4zUeCa > .row .container { width:20rem;height:30.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Wmvy4mGCRXRRKLu9r2DHhUv5pF4DyQtB { width:10.6875rem;height:2.25rem;top:9.375rem;left:0rem;font-size:0.75rem;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FT51uoMWvlvMsrmZMR0AAM1tA4DKPtvf { display:block; }
 }@media only screen and (max-width: 763px) { #dGcEwrszT4n6yw3h3JI8NvH9ZUZXb21b { width:17.3125rem;height:3.57421875rem;top:1.375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKHrWtSXCli7GpxvN7hIq6t5kif08naC { width:16.625rem;height:2.8125rem;top:5.7353515625rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxVhMoF2uJRX9OKd0P3SBFnsdTAZDD1E { width:15.5rem;height:0.6494125rem;top:12.9375rem;left:2.25rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7FfBdudDC74yqsNgXt2tqmmrHE3pEnf { width:13.0625rem;height:0.6494125rem;top:14.5rem;left:2.3125rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGCTi5lAJHWk5qvGT61FT0f1TUmFT3aT { width:13.0625rem;height:0.6494125rem;top:16.0625rem;left:2.3125rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipWTXr9wqy7MeQ8IRJWo9p0dmfkRPlTJ { width:0.9375rem;height:0.9375rem;top:12.73046875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZS5PRcnaEJWohEkrEUsIp6EOdR4dXlT { width:0.9375rem;height:0.9375rem;top:14.23046875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOUe5t7lq3aTy8ORCqFxT2Bl986V0bEP { width:0.9375rem;height:0.9375rem;top:15.8125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #USudK09tmPXblFQk14JQbcUXXGIJFrQk { width:7.5625rem;height:6.625rem;top:17.5rem;left:6.9375rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #L7AiPqnrvXhxwhKlk6FTeVRdvm6TdH0U { top:17.5625rem;left:5rem;width:9.25rem;height:13.0625rem;z-index:15012;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #kIexhmOfcs3ClqXTGn8JgBgbLWB3Cmoh { background-color:rgba(255,255,255,0.3);background-image:none;display:block; }#kIexhmOfcs3ClqXTGn8JgBgbLWB3Cmoh > .row .container { background-color: transparent; background-image: none; }#kIexhmOfcs3ClqXTGn8JgBgbLWB3Cmoh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kIexhmOfcs3ClqXTGn8JgBgbLWB3Cmoh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kIexhmOfcs3ClqXTGn8JgBgbLWB3Cmoh > .row .container > .video-iframe-container { display: none; }#kIexhmOfcs3ClqXTGn8JgBgbLWB3Cmoh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kIexhmOfcs3ClqXTGn8JgBgbLWB3Cmoh > .row > .video-iframe-container { display: none; }#kIexhmOfcs3ClqXTGn8JgBgbLWB3Cmoh > .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); }#kIexhmOfcs3ClqXTGn8JgBgbLWB3Cmoh > .row .container { width:20rem;height:141.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cShmBTJKWBPrEAelI2rNcMsaWFSA0hCB { width:17.3125rem;height:3.298825rem;top:2rem;left:1.34375rem;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #w3H3A1uFK23knF7H3ALL1QDKN1wm7aTA { width:20rem;height:25.75rem;top:33.75rem;left:0rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #lzqMJVifhskCqVSRL6tGG0PtoApazAOF { width:18.1875rem;height:13.125rem;top:41.9375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVUmxez8LwLaFM2SXrTzRERkMexwR0Xm { width:1.9375rem;height:2.5996125rem;top:34.5rem;left:0.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0s2Bs2XrxQnChHvDGG7xr7r8eU898ab { width:13.5rem;height:2.2734375rem;top:34.5625rem;left:3.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyKBtmI2hWRKK44b4PP2Z34eodTyGl1k { width:13.5625rem;height:2.47949375rem;top:37.6875rem;left:3.1875rem;font-size:0.5625rem;display:block; }#QyKBtmI2hWRKK44b4PP2Z34eodTyGl1k li:before{  }
 }@media only screen and (max-width: 763px) { #aF8AAq7TNiAcxppSBITfNfbN3d7CluaN { width:7.8125rem;height:2.25rem;top:56.125rem;left:0.9375rem;font-size:0.75rem;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTHxKPpoaQmLS2ItTZkrLTvOCCd365sd { display:block; }
 }@media only screen and (max-width: 763px) { #QHXBgKoEKCwRfmx3heNIkuVxgtg2kfqn { width:20rem;height:31.875rem;top:18.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #kszdVTqAKiUBdKoMT2cFua2maTA8PfXz { width:10.1875rem;height:2.875rem;top:46.375rem;left:4.875rem;font-size:0.75rem;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #S6zTAM2iFTCUNfEHBoQg53RbfLGTZOfc { display:block; }
 }@media only screen and (max-width: 763px) { #QI4KOacs73g0Wto1HXhIA4JlQ7qkLfUW { width:20rem;height:14.875rem;top:29.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #P5iTpEJLS4SBZW73brp2V6oDfr5Uph50 { width:18.0625rem;height:auto;top:24.5rem;left:0.9375rem;font-size:0.5625rem;display:none; }#P5iTpEJLS4SBZW73brp2V6oDfr5Uph50 li:before{  }
 }@media only screen and (max-width: 763px) { #b60Mi3LefkZuti1T7BbDTZG2UeJE4tde { width:3.0625rem;height:auto;top:19.75rem;left:8.4375rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #hani4h10tG0gNWTaKviSoE7oul0li0tI { width:10.8125rem;height:auto;top:20.1875rem;left:4.5625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CDrx6ODeSNO8wdQsSof1QdHuCesdEb4O { width:20rem;height:31.875rem;top:54.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TTn3WAifHkMSlooPrHsQSstaeBXmIGJ4 { width:3.0625rem;height:auto;top:55.4375rem;left:8.4375rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #FoOVOiDXD21mKO3iTZy1nJ5fySN8TvUX { width:18.5625rem;height:auto;top:55.875rem;left:0.6875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #uJ9084Ou9kv7bbS8FPf8e7cxnTOgQSxe { width:18.0625rem;height:auto;top:60.1875rem;left:0.9375rem;font-size:0.5625rem;display:none; }#uJ9084Ou9kv7bbS8FPf8e7cxnTOgQSxe li:before{  }
 }@media only screen and (max-width: 763px) { #pbgdFZfrNLwrmci5s5aZT5VWvaCfXkPM { width:20rem;height:14.875rem;top:65.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #iLWmBx0MEAurfJUn0D1pt6VDLTR1Eio3 { width:10.1875rem;height:2.875rem;top:82.0625rem;left:4.875rem;font-size:0.75rem;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ATFizaEu3dSq5TC8BKHp1tmzNSiedlOP { display:block; }
 }@media only screen and (max-width: 763px) { #fDBS0Uv5K2q4JZsrVtrII6FcmXqeXc2F { width:20rem;height:25.75rem;top:60.625rem;left:0rem;z-index:15016;background-color:#eff6f9;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #qIH4ME1KIhsVlfUM8ShG2vmig6Lk97T3 { width:1.9375rem;height:;top:61.375rem;left:0.9375rem;font-size:2rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #IOeKkPUMgorNnurgVab6ayaQbb7ivEWy { width:7.8125rem;height:2.2734375rem;top:61.4375rem;left:3.1875rem;font-size:0.875rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #zQuDfuIQA2ihgIQfe9NkfA1bQiEFFi4Q { width:13.5625rem;height:2.47949375rem;top:64.5625rem;left:3.1875rem;font-size:0.5625rem;z-index:15020;display:block; }#zQuDfuIQA2ihgIQfe9NkfA1bQiEFFi4Q li:before{  }
 }@media only screen and (max-width: 763px) { #UQpt1pCVUR1XDk3hcUahhFfNGQuGMS0U { width:18.1875rem;height:13.125rem;top:68.8125rem;left:0.9375rem;z-index:15017;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/20e1ab13-5716-460f-81c8-42e2f714cbbf/ChatGPTImage9256914_10_40.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#UQpt1pCVUR1XDk3hcUahhFfNGQuGMS0U.adaptive-delivery-prevent-bg, #UQpt1pCVUR1XDk3hcUahhFfNGQuGMS0U.lazyload, #UQpt1pCVUR1XDk3hcUahhFfNGQuGMS0U.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Kx87QpoJLPL0sbMqLwLJNh7f75sSkutO { width:7.8125rem;height:2.25rem;top:83rem;left:0.9375rem;font-size:0.75rem;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #BwR54930PSaK64QiDs1KZCZ6ehTP6PV5 { display:block; }
 }@media only screen and (max-width: 763px) { #rwoO1ao5R6a39lKmFZyX6GSEw64PMIJD { width:20rem;height:25.75rem;top:87.5rem;left:0rem;z-index:15022;background-color:#eff6f9;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #bPilTJ1BIu1yNMWWTUDqmNO48VT1uvrl { width:7.8125rem;height:2.25rem;top:109.875rem;left:0.9375rem;font-size:0.75rem;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #GdpOT3TWWDLn29hbObHokqBqzNmQQDcy { display:block; }
 }@media only screen and (max-width: 763px) { #ffSX81K5aQ16DToZS6xZD03suzsC640J { width:18.1875rem;height:13.125rem;top:95.6875rem;left:0.9375rem;z-index:15023;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/09151943-a93a-45d6-b339-e448887bb47a/ChatGPTImageMar9202603_00_49PM.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#ffSX81K5aQ16DToZS6xZD03suzsC640J.adaptive-delivery-prevent-bg, #ffSX81K5aQ16DToZS6xZD03suzsC640J.lazyload, #ffSX81K5aQ16DToZS6xZD03suzsC640J.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #fBoTGgGlRnVq54kwNrgLVDNgIy0Vlawc { width:13.5625rem;height:2.47949375rem;top:91.4375rem;left:3.25rem;font-size:0.5625rem;z-index:15026;display:block; }#fBoTGgGlRnVq54kwNrgLVDNgIy0Vlawc li:before{  }
 }@media only screen and (max-width: 763px) { #opGOXKXxEJB3I2zVCbaNImecy3WBDg9o { width:1.9375rem;height:2.5996125rem;top:88.25rem;left:0.9375rem;font-size:2rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #exoqwvpDmbTZCkqWTleyipQmXUp5EwIc { width:13.5rem;height:2.2734375rem;top:88.3125rem;left:3.25rem;font-size:0.875rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #nAttcgKdTLDlHFEnsJHnVdOhIZRQXOFr { width:20rem;height:31.875rem;top:54.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #iFS6hITZTNBnfPZWVQlx85ZGgMuTIhdT { width:3.0625rem;height:auto;top:55.4375rem;left:8.4375rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #hfTTkGOkJJPGWiHMZyBkDy2XJqSHlZZA { width:16rem;height:auto;top:55.875rem;left:2rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vW15OmMpgBnhq2nKvPvs1mGqVVcPdD85 { width:18.875rem;height:auto;top:60.1875rem;left:0.5625rem;font-size:0.5625rem;display:none; }#vW15OmMpgBnhq2nKvPvs1mGqVVcPdD85 li:before{  }
 }@media only screen and (max-width: 763px) { #POm3aSNGh0WT1Jp83T5TbNMaRSooiOim { width:20rem;height:14.875rem;top:65.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gURN2Cm4cxWtgoHfHdiNISaR6tzfGAfI { width:10.1875rem;height:2.875rem;top:82.0625rem;left:4.875rem;font-size:0.75rem;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #W1Hw88BWJriwO8ckT8wOb20gThvlNKa1 { display:block; }
 }@media only screen and (max-width: 763px) { #IqI7WNt3fJsJiWM0D34vWGV4gxa3r0sA { width:20rem;height:25.75rem;top:114.5rem;left:0rem;z-index:15034;background-color:#eff6f9;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #wJLcrFFmKvUcKTHCVZTyld0ng2xbqw7P { width:1.9375rem;height:2.5996125rem;top:115.25rem;left:0.9375rem;font-size:2rem;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #HsXd87JhuC8v91n3mL7PAMlSbd0bMQac { width:13.5625rem;height:2.47949375rem;top:118.4375rem;left:3.3125rem;font-size:0.5625rem;z-index:15038;display:block; }#HsXd87JhuC8v91n3mL7PAMlSbd0bMQac li:before{  }
 }@media only screen and (max-width: 763px) { #d1TNNn5tp6sr2tyFJHp7gT5adRPN0D9h { width:11.8125rem;height:2.2734375rem;top:115.3125rem;left:3.3125rem;font-size:0.875rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #TrTbTktWcgSNmixQdqE6SPR4DDwiZOTZ { width:18.1875rem;height:13.125rem;top:122.6875rem;left:0.9375rem;z-index:15035;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/3f9f4751-8a59-49ea-a3fd-0d285da9fa02/ChatGPTImageFeb16202605_57_26PM.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#TrTbTktWcgSNmixQdqE6SPR4DDwiZOTZ.adaptive-delivery-prevent-bg, #TrTbTktWcgSNmixQdqE6SPR4DDwiZOTZ.lazyload, #TrTbTktWcgSNmixQdqE6SPR4DDwiZOTZ.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #gxwq7s4hZpmNJc1p42p2hJZmnCwhGwJr { width:7.8125rem;height:2.25rem;top:136.9375rem;left:0.9375rem;font-size:0.75rem;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #yTgqWkAsyIxmFCOvGgHcaHmChzowEhvD { display:block; }
 }@media only screen and (max-width: 763px) { #y6ISsTH8I794EpAtBnnxuNxnIEUH29MS { width:20rem;height:31.875rem;top:18.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qksd1SXQn1xzJaTQN1Ggvpm71Ucohv11 { width:3.0625rem;height:auto;top:19.75rem;left:8.4375rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #Fvm6tbI0LSBKLJP9gq3wCdFdDTkZFm9g { width:17.3125rem;height:auto;top:20.1875rem;left:1.3125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #lI03lGOQh5oiJcySGqOs2gtO1kCW9vgL { width:19.5rem;height:auto;top:24.5rem;left:0.25rem;font-size:0.5625rem;display:none; }#lI03lGOQh5oiJcySGqOs2gtO1kCW9vgL li:before{  }
 }@media only screen and (max-width: 763px) { #NGmIJmbVHgL955nmmGvkWFrB7NNQT5hS { width:20rem;height:14.875rem;top:29.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JLkDdiafryKkUJTeqyNG7Z73PHaK9Tgr { width:10.1875rem;height:2.875rem;top:46.375rem;left:4.875rem;font-size:0.75rem;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #TTs01TAklVrFZ6refTBf6WGcCSfEKCqh { display:block; }
 }@media only screen and (max-width: 763px) { #IamJhBkRPcTJe5clICPIZHrxUSo87rKb { width:20rem;height:25.75rem;top:6.9375rem;left:0rem;z-index:15022;background-color:#eff6f9;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #BUN7aLZeHL6fDFfNLtBXBsW6lEDrCXn0 { width:1.9375rem;height:;top:7.6875rem;left:0.9375rem;font-size:2rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #l67CMJcQGyIypgFsCheBODtyCCm9gdwT { width:12.8125rem;height:2.2734375rem;top:7.75rem;left:3.0625rem;font-size:0.875rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #MF1XhvsIFXoULKASnN16zNhtdNIosLXk { width:16.5rem;height:;top:10.875rem;left:3.0625rem;font-size:0.5625rem;z-index:15026;display:block; }#MF1XhvsIFXoULKASnN16zNhtdNIosLXk li:before{  }
 }@media only screen and (max-width: 763px) { #RJ34BJ6AUV1kzS2qxTclmr1kVhaBH3vI { width:18.1875rem;height:13.125rem;top:15.125rem;left:0.9375rem;z-index:15023;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/8a4bb512-7f66-4b88-837a-bdf9396500d9/1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#RJ34BJ6AUV1kzS2qxTclmr1kVhaBH3vI.adaptive-delivery-prevent-bg, #RJ34BJ6AUV1kzS2qxTclmr1kVhaBH3vI.lazyload, #RJ34BJ6AUV1kzS2qxTclmr1kVhaBH3vI.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #z7Mv16w6BZSl7liKJlUe9ETPbNBt4qV7 { width:7.8125rem;height:2.25rem;top:29.3125rem;left:0.9375rem;font-size:0.75rem;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #O5NlfzMhJ1eGB8rq5gcs6S3maacv0z47 { display:block; }
 }@media only screen and (max-width: 763px) { #eR6kpLVa1OeG2xo7GaDbvN3ope8GV4as { background-color:rgba(255,255,255,0.3);background-image:none;display:none; }#eR6kpLVa1OeG2xo7GaDbvN3ope8GV4as > .row .container { width:20rem;height:357.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MEZToAbVirr8gxfRtLv9z9dX7Vsmyh6v { width:17.3125rem;height:3.298825rem;top:2rem;left:1.34375rem;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #sgkGNx4vDmDwkCCT4F6ZuBfPmp5ASLn2 { width:20rem;height:25.75rem;top:7.13671875rem;left:0rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #nXuE9K65ETbWZapOvfqdhcgf1E9nz6o8 { width:18.1875rem;height:13.125rem;top:15.32421875rem;left:0.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VO4DX67NGNXnpK2SN1bqD4wfCyz2F4Vi { width:1.9375rem;height:2.5996125rem;top:7.88671875rem;left:0.90625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HO0Z6x4sVHPqKff4MN10F9eGPn6hfL8n { width:13.5rem;height:2.2734375rem;top:7.9248046875rem;left:2.84375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgdVXaPGIwusNLAgwnnglvteJVXChLT5 { width:13.5625rem;height:2.47949375rem;top:11.07421875rem;left:2.84375rem;font-size:0.5625rem;display:block; }#RgdVXaPGIwusNLAgwnnglvteJVXChLT5 li:before{  }
 }@media only screen and (max-width: 763px) { #SqHa52rwHEbl1vxk1ryV1XvoqEitlUdq { width:7.8125rem;height:2.25rem;top:29.51171875rem;left:0.90625rem;font-size:0.75rem;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gERgxOQRVybuTv0uRhrfZZCoPuZM0aTT { display:block; }
 }@media only screen and (max-width: 763px) { #yLBZC9cRhTkQ0lrgTELa67cO960GnyL9 { width:20rem;height:31.875rem;top:19.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HTaifnrifTS9bRKrlFq1aABQi1BQr1xO { width:10.1875rem;height:2.875rem;top:46.625rem;left:4.875rem;font-size:0.75rem;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #R5XrwR8nHHnWZhxTomhWbSDl3qKctWkE { display:block; }
 }@media only screen and (max-width: 763px) { #tTnc8Z7m0B8Nn2yqTVwcA8T5nxMhh45M { width:20rem;height:14.875rem;top:30.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #runVmObQ3O0KBPizhgEKVWkTM7OXLX4D { width:18.0625rem;height:auto;top:24.75rem;left:0.9375rem;font-size:0.5625rem;display:none; }#runVmObQ3O0KBPizhgEKVWkTM7OXLX4D li:before{  }
 }@media only screen and (max-width: 763px) { #DwTugnqmfwGfVmAN15yTy57coBRWhgvf { width:3.0625rem;height:auto;top:20rem;left:8.4375rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #p1slUwvBKBORAfN7V3pAV3QXUHSwL3ee { width:10.8125rem;height:auto;top:20.4375rem;left:4.5625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #SdVR9ODXIaqBWbEOfQ8wnNmfudw4tdXc { width:20rem;height:31.875rem;top:19.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #QAhNJMC93SzAQlzMidcMMnMv5KLCZSBn { width:3.0625rem;height:auto;top:20rem;left:8.4375rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #U7IMP5RWqZtR4eh86nhHFk2V0omOhwEF { width:18.5625rem;height:auto;top:20.4375rem;left:0.6875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XkbZ6JCD4WD26kVVfpnnEfJZRISUTQ6N { width:18.0625rem;height:auto;top:24.75rem;left:0.9375rem;font-size:0.5625rem;display:none; }#XkbZ6JCD4WD26kVVfpnnEfJZRISUTQ6N li:before{  }
 }@media only screen and (max-width: 763px) { #mGEf1VcGFA4H74UpKEwa7dmghqAvIBmf { width:20rem;height:14.875rem;top:30.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #oMGdTBPeFFQgc6wM3uPpvBa5wZr39mKm { width:10.1875rem;height:2.875rem;top:46.625rem;left:4.875rem;font-size:0.75rem;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #b351GAAVUTyZBRoIvlDmPb43NzJXODoU { display:block; }
 }@media only screen and (max-width: 763px) { #TVy2uNnXPQZvyAeV2E9dNEf8t8KQv5Cl { width:20rem;height:31.875rem;top:53.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #a1ZAasUZWvtTXqfEfP0c1vGgQmlD2elr { width:3.0625rem;height:auto;top:54.3125rem;left:8.4375rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #Iog3TxZJOIZewKwu9pef2OzJPoIhFrpD { width:20rem;height:14.875rem;top:64.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NBHZa2Tk2HWC0VsaTF0MoqTv1HcKT5d8 { width:18.5625rem;height:auto;top:54.75rem;left:0.6875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KTgtKQao4hxfM18DxfWTvGckcA9vCNAB { width:18.0625rem;height:auto;top:59.0625rem;left:0.9375rem;font-size:0.5625rem;display:none; }#KTgtKQao4hxfM18DxfWTvGckcA9vCNAB li:before{  }
 }@media only screen and (max-width: 763px) { #rIvfrC2P2y5CUqVcf0SJplBsfAyCiywa { width:10.1875rem;height:2.875rem;top:80.9375rem;left:4.875rem;font-size:0.75rem;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #aHkchGvEIdExwpV1efwtciIeDew0RRRo { display:block; }
 }@media only screen and (max-width: 763px) { #vxXqA4pTg0VkvX1gl7DylCmwqiTsrO59 { width:20rem;height:31.875rem;top:88.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wLhi7r2mxqMnv2XTewzxqW1sSyehn1bg { width:3.0625rem;height:auto;top:89.0625rem;left:8.4375rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #gmXSJpF54PEUV0Sc6GIT9mULlWpm04L6 { width:18.5625rem;height:auto;top:89.5rem;left:0.6875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tQqa8a3WpFQK2tsbCVcM37OT7Iayygcy { width:18.0625rem;height:auto;top:93.8125rem;left:0.9375rem;font-size:0.5625rem;display:none; }#tQqa8a3WpFQK2tsbCVcM37OT7Iayygcy li:before{  }
 }@media only screen and (max-width: 763px) { #TtR29DFPmgvXXWTCKvABzeDlLNEwEPUT { width:20rem;height:14.875rem;top:99.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #aphd7wN1mW0VJtDIUKlBhIWd2MvxXWLf { width:10.1875rem;height:2.875rem;top:115.6875rem;left:4.875rem;font-size:0.75rem;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ueKeguRSgbJq2zXxf76aw0DdKwiW4swp { display:block; }
 }@media only screen and (max-width: 763px) { #GKUFow9TE5tDIhep6aaB4ZTd8690nrQT { width:20rem;height:31.875rem;top:123.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #iIsqpn6nWZtORM96hx0SssGBh6i7cQCf { width:4rem;height:auto;top:123.9375rem;left:8rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #TWourJrkUUvTrerCL7kKhKkdrfpJGniM { width:17.1875rem;height:auto;top:124.375rem;left:1.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vm0mLG8HPNIpRuE0drRmltkgRxneMiZL { width:18.0625rem;height:auto;top:128.6875rem;left:0.9375rem;font-size:0.5625rem;display:none; }#Vm0mLG8HPNIpRuE0drRmltkgRxneMiZL li:before{  }
 }@media only screen and (max-width: 763px) { #iv6PCc3wUb620p3AKX4TQN8eWKBtJrOC { width:20rem;height:14.875rem;top:134.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #sS9dMN7ZOboiCXL6kOz5GnzRJ5pU9gbM { width:20rem;height:31.875rem;top:123.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #bMdHyd4zrvVcHcWTA2sFITVh0IlNCUFx { width:4.1875rem;height:auto;top:123.9375rem;left:7.875rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #h0xgc9PtrsUkupanCklFclTPCI2ORbrV { width:20rem;height:14.875rem;top:134.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #bvAGHGvg4GN1lbg5MJ4vHDaHdMd2wyk9 { width:14.8125rem;height:auto;top:124.375rem;left:2.5625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rO5moA54HXSnsB0kagETZoXxW0uNTxhS { width:18.0625rem;height:auto;top:128.6875rem;left:0.9375rem;font-size:0.5625rem;display:none; }#rO5moA54HXSnsB0kagETZoXxW0uNTxhS li:before{  }
 }@media only screen and (max-width: 763px) { #KgQNNJPql3yt0QJEVucQmdtrNXg9Bnlp { width:10.1875rem;height:2.875rem;top:150.5625rem;left:4.875rem;font-size:0.75rem;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #FOhUFtzZdysdkdsHNUCIdeKeqiRWJATq { display:block; }
 }@media only screen and (max-width: 763px) { #Szf1J1dt6CoZpqawXBSHMOAp7i8mabii { width:10.1875rem;height:2.875rem;top:150.5625rem;left:4.875rem;font-size:0.75rem;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tuvwk5gUalPvUoLcyJSE6v8yfFeyIwGQ { display:block; }
 }@media only screen and (max-width: 763px) { #IJBdpCUltHm4bkafyQ0BCp196AaBecpK { width:20rem;height:31.875rem;top:157.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #UWT1reHUJ9hR2pta0EJeAJHaO2irpykP { width:4.0625rem;height:auto;top:158.625rem;left:7.9375rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #vEOg5PMof8J2gQIp2ievrw0Lt4PmbiWk { width:20rem;height:14.875rem;top:168.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #roFthd9rD56W8pJAHhTxTUoOJNTh6GZU { width:10.1875rem;height:2.875rem;top:185.25rem;left:4.875rem;font-size:0.75rem;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #zgUaUFIzeJZcTPt53fChlt5sWnLP4d00 { display:block; }
 }@media only screen and (max-width: 763px) { #IuOX9e1pv12guw4udN7vlnmTEH1do3WE { width:15.4375rem;height:auto;top:159.0625rem;left:2.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kir1DUmuihGRJaEqX7JebdfG3N7uuqQe { width:14.75rem;height:auto;top:163.375rem;left:2.625rem;font-size:0.5625rem;display:none; }#kir1DUmuihGRJaEqX7JebdfG3N7uuqQe li:before{  }
 }@media only screen and (max-width: 763px) { #sMce1tebFsUZ1HP1PZRTidZb1SxbznBD { width:20rem;height:25.75rem;top:34rem;left:0rem;z-index:15016;background-color:#eff6f9;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #off1KevosG9IOpavpochd6qCfHcKhlbm { width:1.9375rem;height:2.5996125rem;top:34.75rem;left:0.9375rem;font-size:2rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #CP0rgKxmJrLihxQ0hHuDr0oCkc9sU8ef { width:7.8125rem;height:2.2734375rem;top:34.8125rem;left:3.0625rem;font-size:0.875rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #dHagNTpkEl1KW76DPmHTAkEl4KboixV2 { width:13.5625rem;height:;top:37.9375rem;left:3.0625rem;font-size:0.5625rem;z-index:15020;display:block; }#dHagNTpkEl1KW76DPmHTAkEl4KboixV2 li:before{  }
 }@media only screen and (max-width: 763px) { #A7RG1OSX78y669KRMMqkyJTT7sC4dbEz { width:18.1875rem;height:13.125rem;top:42.1875rem;left:0.9375rem;z-index:15017;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/d9df708e-0a98-4276-bd1f-5654d9c45164/ChatGPTImage5256915_10_01.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#A7RG1OSX78y669KRMMqkyJTT7sC4dbEz.adaptive-delivery-prevent-bg, #A7RG1OSX78y669KRMMqkyJTT7sC4dbEz.lazyload, #A7RG1OSX78y669KRMMqkyJTT7sC4dbEz.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #oeUv4dr8Zcuywve7h70SHVwI1NtI8JJr { width:7.8125rem;height:2.25rem;top:56.375rem;left:0.9375rem;font-size:0.75rem;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #OnqxbqvH3tzLpHtAlI4AgkoZmxwcH9Tn { display:block; }
 }@media only screen and (max-width: 763px) { #N4Ow1PIAP1RiU6WRZzUsfIDGdSPwxCKe { width:20rem;height:25.75rem;top:60.875rem;left:0rem;z-index:15022;background-color:#eff6f9;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #LCnvbZQT3JM88IMq15pLE7iWWJd7Js77 { width:7.8125rem;height:2.25rem;top:83.25rem;left:0.9375rem;font-size:0.75rem;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #oFRF6ObbtOTUc8Ls85aWZuUxn630A50M { display:block; }
 }@media only screen and (max-width: 763px) { #lLFGkcMWaLG3iC8s9D1s5a7D4KMz8ghZ { width:18.1875rem;height:13.125rem;top:69.0625rem;left:0.9375rem;z-index:15023;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/5d6bef25-d999-47b0-92e2-13c1f699fe6b/ChatGPTImage5256915_18_15.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#lLFGkcMWaLG3iC8s9D1s5a7D4KMz8ghZ.adaptive-delivery-prevent-bg, #lLFGkcMWaLG3iC8s9D1s5a7D4KMz8ghZ.lazyload, #lLFGkcMWaLG3iC8s9D1s5a7D4KMz8ghZ.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ChTLcFQ7ZtAdMgdUpc8oZPbrq5O22qwl { width:13.5625rem;height:;top:64.8125rem;left:3.0625rem;font-size:0.5625rem;z-index:15026;display:block; }#ChTLcFQ7ZtAdMgdUpc8oZPbrq5O22qwl li:before{  }
 }@media only screen and (max-width: 763px) { #EwPVINS0reJ6EUgK4SpiVZ0g0VQgtix9 { width:1.9375rem;height:2.5996125rem;top:61.625rem;left:0.9375rem;font-size:2rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #NEykfokeoMUKDxDapGUqx629FRmhEEq1 { width:13.5rem;height:;top:61.6875rem;left:3.0625rem;font-size:0.875rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #cNkdeneQraEHJMWQOEfamTt4Bq81RveD { width:20rem;height:25.75rem;top:168.8125rem;left:0rem;z-index:15040;background-color:#eff6f9;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #MkcS2bXWULE6OPlXiLrskq6wmWKfMBCi { width:7.8125rem;height:2.25rem;top:191.25rem;left:0.9375rem;font-size:0.75rem;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;z-index:15045;display:block; }
 }@media only screen and (max-width: 763px) { #dtI0HboVc0uybB4LsdyeSG0RAdTEnrha { display:block; }
 }@media only screen and (max-width: 763px) { #fn2Wr7lvd0TEJe49DafLw7rdvSgsnMnd { width:18.1875rem;height:13.125rem;top:177rem;left:0.9375rem;z-index:15041;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/04e434db-a2da-4ecf-b35d-251420630289/ChatGPTImage23256917_21_45.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#fn2Wr7lvd0TEJe49DafLw7rdvSgsnMnd.adaptive-delivery-prevent-bg, #fn2Wr7lvd0TEJe49DafLw7rdvSgsnMnd.lazyload, #fn2Wr7lvd0TEJe49DafLw7rdvSgsnMnd.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ZoF3MDwsA5Ptyq0DWBbhRdIRIPPoNd4T { width:13.5625rem;height:2.47949375rem;top:172.75rem;left:3.3125rem;font-size:0.5625rem;z-index:15044;display:block; }#ZoF3MDwsA5Ptyq0DWBbhRdIRIPPoNd4T li:before{  }
 }@media only screen and (max-width: 763px) { #Hki6c11xgt6iO4Qc23nPD1NOr1Z0puvQ { width:1.9375rem;height:2.5996125rem;top:169.5625rem;left:0.9375rem;font-size:2rem;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #mdRcrNUOU8qVkEQKyybrdpBoxy11ZsPt { width:12.6875rem;height:2.2734375rem;top:169.625rem;left:3.3125rem;font-size:0.875rem;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #VosinDIOWIoy7I9211BDZmA7ZiGCdBdS { width:20rem;height:25.75rem;top:249.4375rem;left:0rem;z-index:15046;background-color:#eff6f9;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #zXiCsOekWdPxF9VafaPMgVybfHyB15Xk { width:7.8125rem;height:2.25rem;top:271.8125rem;left:0.9375rem;font-size:0.75rem;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;z-index:15051;display:block; }
 }@media only screen and (max-width: 763px) { #Bfkox0PU3ZxpakFoRHMaKh9rb1IrWOhL { display:block; }
 }@media only screen and (max-width: 763px) { #cnvvzENacAHeZT7Mit3GVATmFmZ9pQTR { width:18.1875rem;height:13.125rem;top:257.625rem;left:0.9375rem;z-index:15047;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/dc6efba5-1ec9-42f8-8b2a-a647dd4667cc/freepik__realisticcloseupphotoofapropertycontractsig__59557.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#cnvvzENacAHeZT7Mit3GVATmFmZ9pQTR.adaptive-delivery-prevent-bg, #cnvvzENacAHeZT7Mit3GVATmFmZ9pQTR.lazyload, #cnvvzENacAHeZT7Mit3GVATmFmZ9pQTR.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #QmJXN0b3uWJ97g3697ptMqxsnIKkBZ14 { width:13.5625rem;height:2.47949375rem;top:253.375rem;left:4.0625rem;font-size:0.5625rem;z-index:15050;display:block; }#QmJXN0b3uWJ97g3697ptMqxsnIKkBZ14 li:before{  }
 }@media only screen and (max-width: 763px) { #eQ1vL2Zt6Krv07U1dt9VHlBtKEsKqaG9 { width:3rem;height:2.5996125rem;top:250.1875rem;left:0.9375rem;font-size:2rem;z-index:15048;display:block; }
 }@media only screen and (max-width: 763px) { #xu8hKdoPLTmZuZwRFTKzO5W3feVPZITq { width:12.9375rem;height:2.2734375rem;top:250.25rem;left:4.0625rem;font-size:0.875rem;z-index:15049;display:block; }
 }@media only screen and (max-width: 763px) { #Bh7pTan94B6uzTaAsJfhUduXVGB72Skw { width:20rem;height:25.75rem;top:276.3125rem;left:0rem;z-index:15052;background-color:#eff6f9;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #wl5WtOGHvTZG7UyztMGni9JRSRXnQEQs { width:7.8125rem;height:2.25rem;top:298.75rem;left:0.9375rem;font-size:0.75rem;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;z-index:15057;display:block; }
 }@media only screen and (max-width: 763px) { #Z4IhnCavqRp2UixkPcwy8gJxJkbAdmPv { display:block; }
 }@media only screen and (max-width: 763px) { #mmM7R2CqmLOtVA94UD6SAI7NqNJ4RTkF { width:18.1875rem;height:13.125rem;top:284.5rem;left:0.9375rem;z-index:15053;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/c2e03496-3f23-485f-bd79-6878d5e5676d/ChatGPTImageMar4202602_44_37PM.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#mmM7R2CqmLOtVA94UD6SAI7NqNJ4RTkF.adaptive-delivery-prevent-bg, #mmM7R2CqmLOtVA94UD6SAI7NqNJ4RTkF.lazyload, #mmM7R2CqmLOtVA94UD6SAI7NqNJ4RTkF.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #EVirSk3onBi8fMSvdRR4vG9Kt7J76PJh { width:13.5625rem;height:2.47949375rem;top:280.25rem;left:3.5rem;font-size:0.5625rem;z-index:15056;display:block; }#EVirSk3onBi8fMSvdRR4vG9Kt7J76PJh li:before{  }
 }@media only screen and (max-width: 763px) { #f9bnx1A47L2SRkogpGlWAwnmeLB2yKT3 { width:3.125rem;height:2.5996125rem;top:277.0625rem;left:0.9375rem;font-size:2rem;z-index:15054;display:block; }
 }@media only screen and (max-width: 763px) { #a1DPXyNMbTTTTOlWmP5kGp5d0RoySWbS { width:13.5rem;height:2.2734375rem;top:277.125rem;left:3.5rem;font-size:0.875rem;z-index:15055;display:block; }
 }@media only screen and (max-width: 763px) { #qbppdl03GWygof0aELhwdFEvg2ogR7Tq { width:20rem;height:25.75rem;top:330.1875rem;left:0rem;z-index:15058;background-color:#eff6f9;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #hIFeIIAHiq6DbUfATiuzMJkc2rDQNdfq { width:7.8125rem;height:2.25rem;top:352.625rem;left:0.9375rem;font-size:0.75rem;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;z-index:15063;display:block; }
 }@media only screen and (max-width: 763px) { #wToSiWevflkvo86WLA7UEKgTdz26zHyl { display:block; }
 }@media only screen and (max-width: 763px) { #TWeRA8VtKAhbnVdI8nWUkUSqeTNUN3dh { width:18.1875rem;height:13.125rem;top:338.375rem;left:0.9375rem;z-index:15059;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/273cac77-4117-482b-ad40-d84ae6b01db2/ChatGPTImageFeb26202602_32_04PM.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#TWeRA8VtKAhbnVdI8nWUkUSqeTNUN3dh.adaptive-delivery-prevent-bg, #TWeRA8VtKAhbnVdI8nWUkUSqeTNUN3dh.lazyload, #TWeRA8VtKAhbnVdI8nWUkUSqeTNUN3dh.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #psJnhiNXzIET3dePC0AdVTrMmTz1TNXq { width:13.5625rem;height:2.47949375rem;top:334.125rem;left:4rem;font-size:0.5625rem;z-index:15062;display:block; }#psJnhiNXzIET3dePC0AdVTrMmTz1TNXq li:before{  }
 }@media only screen and (max-width: 763px) { #b4oAxdvAbr6g6qSZR3OZv18ezngSX0MT { width:2.9375rem;height:2.5996125rem;top:330.9375rem;left:0.9375rem;font-size:2rem;z-index:15060;display:block; }
 }@media only screen and (max-width: 763px) { #MdTK0r57ahaTJxnZGx7008PES2iwoAbT { width:13.5rem;height:2.2734375rem;top:331rem;left:4rem;font-size:0.875rem;z-index:15061;display:block; }
 }@media only screen and (max-width: 763px) { #SmHrpRqKlgAfoxniU2Vc8NNt0Zdckz64 { width:20rem;height:31.875rem;top:53.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #IHPhQU7Ttr5rX0lUGOKByTTPJi5XOiB1 { width:10.1875rem;height:2.875rem;top:80.9375rem;left:4.875rem;font-size:0.75rem;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #MrnenhWLR5k8mx8Q9bvQzWxNvetJGN8J { display:block; }
 }@media only screen and (max-width: 763px) { #O062rq0k9odordUwMGavnTg8hwiLmw1H { width:20rem;height:14.875rem;top:64.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #DG3sFmONpgVWeLUMIksTAIkVOs34iHtf { width:18.0625rem;height:auto;top:59.0625rem;left:0.9375rem;font-size:0.5625rem;display:none; }#DG3sFmONpgVWeLUMIksTAIkVOs34iHtf li:before{  }
 }@media only screen and (max-width: 763px) { #mEZCTmI4ZX0o9MTmiLhNZsSqAyCh8zf7 { width:3.0625rem;height:auto;top:54.3125rem;left:8.4375rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #VAn8477ltTTfHLqNrrEtoV8XoqDWcCK6 { width:18.5625rem;height:auto;top:54.75rem;left:0.6875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #C0XF5Rx00SNyLlIwFoXrSXqrdnPnfdvn { width:20rem;height:31.875rem;top:53.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #s7He8Z0sGQkqG6N5NDbTctkauVFCrEzy { width:20rem;height:14.875rem;top:64.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #apgBWebXpDEbxyhNbxwnEyi06T0xagAK { width:10.1875rem;height:2.875rem;top:80.9375rem;left:4.875rem;font-size:0.75rem;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Zl75bOfeAmXN7Twov0R2s3LbKi321lUw { display:block; }
 }@media only screen and (max-width: 763px) { #TaqHlLMDk5vTzGvFetTSk3kCtDp8yuR4 { width:18.875rem;height:auto;top:59.0625rem;left:0.5625rem;font-size:0.5625rem;display:none; }#TaqHlLMDk5vTzGvFetTSk3kCtDp8yuR4 li:before{  }
 }@media only screen and (max-width: 763px) { #rXpOHNEo46cb1zGGBncglCkocu6VD8WT { width:3.0625rem;height:auto;top:54.3125rem;left:8.4375rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #Br5em0ivRuDIzIhKpXQwP2NZ9F147F4b { width:16rem;height:auto;top:54.75rem;left:2rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #OTimbgk0wapqAsr8uk7mKP4Zb7PV1ATu { width:20rem;height:31.875rem;top:88.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #sbZTJTZkMs3wbiVVvibKoW0O02LauoCs { width:3.0625rem;height:auto;top:89.0625rem;left:8.4375rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #i7uZAZ3L4R8wngcVk78notkrhZfinb6f { width:18.5625rem;height:auto;top:89.5rem;left:0.6875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nXJLr931Q5m8WyAIJSk5yhzbFgKPHkFT { width:18.0625rem;height:auto;top:93.8125rem;left:0.9375rem;font-size:0.5625rem;display:none; }#nXJLr931Q5m8WyAIJSk5yhzbFgKPHkFT li:before{  }
 }@media only screen and (max-width: 763px) { #ggcbro3bhcOaLMHCsyRNLNgoEiorTTaO { width:20rem;height:14.875rem;top:99.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wZuxascOMV09ThssXPfzLobvnEsGviR7 { width:10.1875rem;height:2.875rem;top:115.6875rem;left:4.875rem;font-size:0.75rem;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #nSrzvVMeLKACB4pRJFBe68lqylIzP6ZP { display:block; }
 }@media only screen and (max-width: 763px) { #coX7GVnaORUr9R4Rry4dutDLLcooybpR { width:20rem;height:31.875rem;top:88.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #DkMrINDquWo7TF5uqKcw2MEW7czhU69Z { width:10.1875rem;height:2.875rem;top:115.6875rem;left:4.875rem;font-size:0.75rem;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZERW3zqrTBONKGMVurm9XOrrwLB3wKrf { display:block; }
 }@media only screen and (max-width: 763px) { #X8wlNWOsIDalFJHTDRWpQH5BbQQeNOeo { width:20rem;height:14.875rem;top:99.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #urUw2uLxgCgTzOxuxg4KcJUVgV1lqGOM { width:18.0625rem;height:auto;top:93.8125rem;left:0.9375rem;font-size:0.5625rem;display:none; }#urUw2uLxgCgTzOxuxg4KcJUVgV1lqGOM li:before{  }
 }@media only screen and (max-width: 763px) { #Si6SulCWtH6FROfHwQlhHTvqDUFFmCWV { width:3.0625rem;height:auto;top:89.0625rem;left:8.4375rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #w0VdagdreRGVTuumPJ5T4zqlSH1yM3R0 { width:18.5625rem;height:auto;top:89.5rem;left:0.6875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #sNcksRdeOORs3RsdGUU8FGNTJds47tMv { width:20rem;height:31.875rem;top:123.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #UlB2tJkiFTWkA7gTDTi5ynh30FT53l81 { width:20rem;height:14.875rem;top:134.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xQVyQlQAJ5HxTl5xQHaf1aA5B6bCc0ed { width:10.1875rem;height:2.875rem;top:150.5625rem;left:4.875rem;font-size:0.75rem;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #L8aTm2UHKdLcPqav3JLrBTtynuy9g4ou { display:block; }
 }@media only screen and (max-width: 763px) { #Mna6b5BJLXVkSMI0Lm2o0hzCUAXRCv4G { width:18.0625rem;height:auto;top:128.6875rem;left:0.9375rem;font-size:0.5625rem;display:none; }#Mna6b5BJLXVkSMI0Lm2o0hzCUAXRCv4G li:before{  }
 }@media only screen and (max-width: 763px) { #kC0rzTSqWhEIaTmIvB28gMyy30vs8nBI { width:4.1875rem;height:auto;top:123.9375rem;left:7.875rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #mgU2F6Cy0P8tROTgvqBeUXLygvzleV40 { width:14.8125rem;height:auto;top:124.375rem;left:2.5625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #sh8egp5UsRLknppM4x8iHt7XVCTGH17M { width:20rem;height:25.75rem;top:87.875rem;left:0rem;z-index:15034;background-color:#eff6f9;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #CkABSWPc4bELU2U5DvW3ezckE21pHL4V { width:1.9375rem;height:2.5996125rem;top:88.625rem;left:0.9375rem;font-size:2rem;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #w7OxTI2U9CBvMKQFyrXzyKAzk1HC4raw { width:13.5rem;height:2.2734375rem;top:88.6875rem;left:3.25rem;font-size:0.875rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #en1GuHwmQ2vCb878oTo2C3tOc3eSGn5u { width:13.5625rem;height:2.47949375rem;top:91.8125rem;left:3.25rem;font-size:0.5625rem;z-index:15038;display:block; }#en1GuHwmQ2vCb878oTo2C3tOc3eSGn5u li:before{  }
 }@media only screen and (max-width: 763px) { #sMyfqoQNETd668xFoemWFmozzMTfpiBU { width:18.1875rem;height:13.125rem;top:96.0625rem;left:0.9375rem;z-index:15035;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/09151943-a93a-45d6-b339-e448887bb47a/ChatGPTImageMar9202603_00_49PM.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#sMyfqoQNETd668xFoemWFmozzMTfpiBU.adaptive-delivery-prevent-bg, #sMyfqoQNETd668xFoemWFmozzMTfpiBU.lazyload, #sMyfqoQNETd668xFoemWFmozzMTfpiBU.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Vr7WAWF1BTSKumvz2acKPU796zNNfgtM { width:7.8125rem;height:2.25rem;top:110.25rem;left:0.9375rem;font-size:0.75rem;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #A6tbmZ3TrTUzHM72toEdZ3TIL0IZcfbD { display:block; }
 }@media only screen and (max-width: 763px) { #PtzGf7oa0TCB3eZerfp7TnXfiW3Rc6DG { width:20rem;height:25.75rem;top:114.875rem;left:0rem;z-index:15046;background-color:#eff6f9;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #frwyineQtyM2AlApeGPZKfvmTglebO4q { width:1.9375rem;height:2.5996125rem;top:115.625rem;left:0.9375rem;font-size:2rem;z-index:15048;display:block; }
 }@media only screen and (max-width: 763px) { #yd6hJQKX40ICBRtXieubOfZAWZTUoL4S { width:11.8125rem;height:2.2734375rem;top:115.6875rem;left:3.3125rem;font-size:0.875rem;z-index:15049;display:block; }
 }@media only screen and (max-width: 763px) { #OP1LgmH1EQ956x2PgeDtuTTgwTvT6aSZ { width:13.5625rem;height:2.47949375rem;top:118.8125rem;left:3.3125rem;font-size:0.5625rem;z-index:15050;display:block; }#OP1LgmH1EQ956x2PgeDtuTTgwTvT6aSZ li:before{  }
 }@media only screen and (max-width: 763px) { #Wr2A7c6QcCZMCOMhN1HxQa2hrxNosbnV { width:18.1875rem;height:13.125rem;top:123.0625rem;left:0.9375rem;z-index:15047;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/3f9f4751-8a59-49ea-a3fd-0d285da9fa02/ChatGPTImageFeb16202605_57_26PM.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Wr2A7c6QcCZMCOMhN1HxQa2hrxNosbnV.adaptive-delivery-prevent-bg, #Wr2A7c6QcCZMCOMhN1HxQa2hrxNosbnV.lazyload, #Wr2A7c6QcCZMCOMhN1HxQa2hrxNosbnV.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #HUuXdinXdTwBEUcR415BnxtpeEwEZQHw { width:7.8125rem;height:2.25rem;top:137.3125rem;left:0.9375rem;font-size:0.75rem;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;z-index:15051;display:block; }
 }@media only screen and (max-width: 763px) { #L6AOkSR7opI9TxgclUUro31eCtNvF04y { display:block; }
 }@media only screen and (max-width: 763px) { #KszG0J3ISrAQ3PhunDEWzKrmvyAf7vGB { width:20rem;height:25.75rem;top:141.875rem;left:0rem;z-index:15052;background-color:#eff6f9;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #xMyvVtFQQKCatpxFkVc6WKCiOgiK8sOo { width:7.8125rem;height:2.25rem;top:164.3125rem;left:0.9375rem;font-size:0.75rem;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;z-index:15057;display:block; }
 }@media only screen and (max-width: 763px) { #XOnWKEDt7dEk5EfN48B2wd8kTlUrL7Ss { display:block; }
 }@media only screen and (max-width: 763px) { #qRpoyUhUX5lEqpon1pprmlXyQQAvt9p4 { width:18.1875rem;height:13.125rem;top:150.0625rem;left:0.9375rem;z-index:15053;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/8c30a4c1-903d-4fe7-ae8d-18423c9f35f2/ChatGPTImageFeb23202604_59_33PM.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#qRpoyUhUX5lEqpon1pprmlXyQQAvt9p4.adaptive-delivery-prevent-bg, #qRpoyUhUX5lEqpon1pprmlXyQQAvt9p4.lazyload, #qRpoyUhUX5lEqpon1pprmlXyQQAvt9p4.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #PlkFkroihr1hVOzKuzU8b15LUWhxvAvv { width:13.5625rem;height:2.47949375rem;top:145.8125rem;left:3.3125rem;font-size:0.5625rem;z-index:15056;display:block; }#PlkFkroihr1hVOzKuzU8b15LUWhxvAvv li:before{  }
 }@media only screen and (max-width: 763px) { #T0QNSDdZ2a8QmhgH0VcDNs97hpcMdsUA { width:1.9375rem;height:;top:142.625rem;left:0.9375rem;font-size:2rem;z-index:15054;display:block; }
 }@media only screen and (max-width: 763px) { #T2TmeTgeZRDglMpEIv0TwdsmODEyeNEW { width:11.8125rem;height:;top:142.6875rem;left:3.3125rem;font-size:0.875rem;z-index:15055;display:block; }
 }@media only screen and (max-width: 763px) { #TisFXoVimiFcUoKX99HiwThrcoKMbUOW { width:20rem;height:25.75rem;top:195.6875rem;left:0rem;z-index:15046;background-color:#eff6f9;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #nvnkHKkm2bpdBat42agDFuSh6HUFt6bA { width:7.8125rem;height:2.25rem;top:218.125rem;left:0.9375rem;font-size:0.75rem;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;z-index:15051;display:block; }
 }@media only screen and (max-width: 763px) { #tDOmbLVyq9qmoZcSlfSTcqHDpiwcdedy { display:block; }
 }@media only screen and (max-width: 763px) { #z30oWT9oX8CyRpOpE4pST0S8tJ7olzQP { width:18.1875rem;height:13.125rem;top:203.875rem;left:0.9375rem;z-index:15047;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/e2db907b-7c63-49cb-a709-85b905d85286/ChatGPTImage27256914_50_18.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#z30oWT9oX8CyRpOpE4pST0S8tJ7olzQP.adaptive-delivery-prevent-bg, #z30oWT9oX8CyRpOpE4pST0S8tJ7olzQP.lazyload, #z30oWT9oX8CyRpOpE4pST0S8tJ7olzQP.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #EOJcdNBWqU51DdTHk7FVytNZAuVxvi7W { width:1.9375rem;height:;top:196.4375rem;left:0.9375rem;font-size:2rem;z-index:15048;display:block; }
 }@media only screen and (max-width: 763px) { #IEoeet8N1tvk76Dv6zfdPX3boaF1eJqa { width:13.5625rem;height:2.47949375rem;top:199.625rem;left:3.3125rem;font-size:0.5625rem;z-index:15050;display:block; }#IEoeet8N1tvk76Dv6zfdPX3boaF1eJqa li:before{  }
 }@media only screen and (max-width: 763px) { #XPmCmbGvlQ3fwXIpaFafcIEx7opP1W5H { width:12.6875rem;height:;top:196.5rem;left:3.3125rem;font-size:0.875rem;z-index:15049;display:block; }
 }@media only screen and (max-width: 763px) { #KMPKbBJhLD37XOlHyhBqRAOzJJEhUA1g { width:20rem;height:25.75rem;top:222.5625rem;left:0rem;z-index:15052;background-color:#eff6f9;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #amG6vHMUU717lZoTlXgH1SPGqDQPnXfa { width:7.8125rem;height:2.25rem;top:245rem;left:0.9375rem;font-size:0.75rem;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;z-index:15057;display:block; }
 }@media only screen and (max-width: 763px) { #vWsQBnoGTGLrmTghx9f2V6RqXDnMRw7e { display:block; }
 }@media only screen and (max-width: 763px) { #GBBKKlrZ5gMNxS4wglTkKTKZkTOTgKgo { width:18.1875rem;height:13.125rem;top:230.75rem;left:0.9375rem;z-index:15053;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/c41fffc0-6b7c-472f-b8fc-08e5da917e61/freepik__luxurycliffsideresortinbalioverlookingturquo.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#GBBKKlrZ5gMNxS4wglTkKTKZkTOTgKgo.adaptive-delivery-prevent-bg, #GBBKKlrZ5gMNxS4wglTkKTKZkTOTgKgo.lazyload, #GBBKKlrZ5gMNxS4wglTkKTKZkTOTgKgo.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #H4sTp6wGgVqlT0tnBEresTSVlZnFTNJd { width:13.5625rem;height:2.47949375rem;top:226.5rem;left:3.3125rem;font-size:0.5625rem;z-index:15056;display:block; }#H4sTp6wGgVqlT0tnBEresTSVlZnFTNJd li:before{  }
 }@media only screen and (max-width: 763px) { #DNVSvWwn96TVqNXA1dCTNhTgt2wdJcrV { width:1.9375rem;height:;top:223.3125rem;left:0.9375rem;font-size:2rem;z-index:15054;display:block; }
 }@media only screen and (max-width: 763px) { #Mhw8oUEgKvrqQON5q9LixRdIJnhGW5zd { width:12.6875rem;height:;top:223.375rem;left:3.3125rem;font-size:0.875rem;z-index:15055;display:block; }
 }@media only screen and (max-width: 763px) { #g4AKhvQXFMxU1pOt8EKdFyW0B6iUv4UT { width:20rem;height:25.75rem;top:303.3125rem;left:0rem;z-index:15058;background-color:#eff6f9;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #d3F39xFgAK1r7Ap4wyGEV2cLUr7cpJNc { width:7.8125rem;height:2.25rem;top:325.75rem;left:0.9375rem;font-size:0.75rem;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;z-index:15063;display:block; }
 }@media only screen and (max-width: 763px) { #VD5g4rlvstuIkGkCcRi2Px6X8Ni1VwZ0 { display:block; }
 }@media only screen and (max-width: 763px) { #rQxAyMD9tIh94CS3KkMS5Vqs06ClST8s { width:18.1875rem;height:13.125rem;top:311.5rem;left:0.9375rem;z-index:15059;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/f2923a10-1e80-495b-b121-c6ceab774ac5/ChatGPTImageMar4202610_31_26AM.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#rQxAyMD9tIh94CS3KkMS5Vqs06ClST8s.adaptive-delivery-prevent-bg, #rQxAyMD9tIh94CS3KkMS5Vqs06ClST8s.lazyload, #rQxAyMD9tIh94CS3KkMS5Vqs06ClST8s.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #OlHobdJsTDPu6qhgu37TUTQSfq2KJLEz { width:13.5625rem;height:2.47949375rem;top:307.25rem;left:3.9375rem;font-size:0.5625rem;z-index:15062;display:block; }#OlHobdJsTDPu6qhgu37TUTQSfq2KJLEz li:before{  }
 }@media only screen and (max-width: 763px) { #T5u1bJdMZZKRZvqRVfopBTzJrlRGHuxE { width:3.125rem;height:;top:304.0625rem;left:0.9375rem;font-size:2rem;z-index:15060;display:block; }
 }@media only screen and (max-width: 763px) { #r8SRpyUz0SCEzk8psVAu3rRUQ2FvHGmt { width:9.5rem;height:2.2734375rem;top:304.125rem;left:3.9375rem;font-size:0.875rem;z-index:15061;display:block; }
 }@media only screen and (max-width: 763px) { #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/440c60fe-9cf4-438e-a98b-685eea6a7aca/Gemini_Generated_Image_p1jbgqp1jbgqp1jb.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w.adaptive-delivery-prevent-bg, #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w.lazyload, #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w.lazyloading { background-image: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { width:20rem;height:30.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.8125rem;overflow:hidden;height:auto;color:rgba(var(--color-tertiary-4),1); }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:4.3125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1rem;overflow:hidden;height:2.625rem;line-height:1.2;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]:-moz-placeholder { font-size:0.75rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]::-moz-placeholder { font-size:0.75rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]:-ms-input-placeholder { font-size:0.75rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]::-webkit-input-placeholder { font-size:0.75rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container { padding-top:0.125rem;padding-right:0;padding-bottom:0.0625rem;padding-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container:first-of-type{padding-top:0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container:last-of-type{padding-bottom:0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2  { width:17.5rem;height:auto;top:3.9373245239258rem;left:0rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 {display:block;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 { width:17.5rem;height:auto;top:3.9373245239258rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #ltxommpvEzKsTb9K0AfqzuTZitgJ750m {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #NndPddCahFdOMEQ3132PnvvewtJwqsCc {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #aC37AapuGTD6Bex6Nn3RpAI43IpS3wAu {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #CpxyKoxxCQ8D30z2m7TzaZ8p1yKn5UJz {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #THGDK1Thibi3s6Pd43UlqcyBXb6tpNSO {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #kRotwW4dQu5gsoTiWiWQfhmNtSXPudkT {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #exKfnBbLez7VflW7hNAR5nMPwCqGRTPz {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #A1TD53Su1a6rhEpcaeIztxNTtmJFRNZf {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #SOfKqoeQ73KK1RL5pkPNQbcIf678kmUl {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #FsSa4425ALqhvZ5crQii4dL9FDHMFSti {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #nXapT8dbHrg0OiTG30uvAE64x4efslku {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #vbN3DUtAX8reyADWeMxHSts6itWtsza2 {  }
 }@media only screen and (max-width: 763px) { #uoqLEIRmIJ5im3bWd5SGbIOpFV2S6w3O { display:block; }
 }@media only screen and (max-width: 763px) { #QoU1MTC7FoIfL7e2REoyrVes7H0TIcW8 { display:block; }
 }@media only screen and (max-width: 763px) { #qT1s2Q1h5EVdgEsG1mfvl92ILNUhTpGu { display:block; }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #WNaTLS4XkrZoxsPap0vQQbMgOCNSitVv {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #TLbiMQI0SGsbAcZ4EX03cxlpW5Gguqpt {  }
 }@media only screen and (max-width: 763px) { #wgBOpb1789lLpkLWgu956VGVFDQnxzJO { width:16.25rem;height:1.7871125rem;top:27.198329925537rem;left:1.8749998807907rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #khcHJrzSbhLxub612JZh8z6T10qokafc { width:20rem;height:1.54296875rem;top:1.375rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GJ7I0OoTd3hoAdnGRpqBz9Rwt0RgQv4e { width:20rem;height:1.3994125rem;top:3.01171875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz { display:block; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .row .container { width:20rem;height:2.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dG0FBl4mGGVBDqU8u0IukD8WqXNZ7bcr { width:20rem;height:0.8125rem;top:0.7498207092285rem;left:0rem;font-size:0.625rem;display:block; }
 }