.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:234,232,253;--color-primary-1:184,178,249;--color-primary-2:112,100,243;--color-primary-3:56,50,122;--color-primary-4:17,15,36;--color-secondary-0:221,251,250;--color-secondary-1:140,241,237;--color-secondary-2:25,227,219;--color-secondary-3:13,114,110;--color-secondary-4:4,34,33;--color-tertiary-0:255,255,255;--color-tertiary-1:246,246,246;--color-tertiary-2:225,225,225;--color-tertiary-3:113,113,113;--color-tertiary-4:22,22,22;--headlines-font-family:exo;--paragraphs-font-family:exo; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#13c4a3;background-image:url("https://images.assets-landingi.com/uc/9c7f5e5f-37cb-4de8-a9b5-5031b56b6826/ChatGPTImage1lis202500_26_12.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR { position:relative;display:none; }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR { border-width: 0; border-radius: 0; }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/9c7f5e5f-37cb-4de8-a9b5-5031b56b6826/ChatGPTImage1lis202500_26_12.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:4.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR > .row .container.adaptive-delivery-prevent-bg, #owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR > .row .container.lazyload, #owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR > .row .container.lazyloading { background-image: none; }#kKtGJNBzR0Wile7l8ZMLDKGEHWRz3Nlt { 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:1.625rem;width:12.5625rem;top:1.53125rem;left:23.71875rem;overflow:hidden;display:block; }
#ZnFxD32VP1pxGCszK0WtUTvsNItmPSLf { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.375rem;height:2.5rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.09375rem;left:0.625rem;display:block; }
#GRUUUQUSZTQwPNsEFqlMzFgZNQibmqxr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#usdXUDGDfi3MkNE86hBrocywv9ed7xwv { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:2.5rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.09375rem;left:10.9375rem;display:block; }
#howJyQ2h1mDlCfDpC2Oo0yMQyoVCH68f { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Md0d0WO40pbWs2iJh3GdQG7go1gCMnpx { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.875rem;height:2.5rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.09375rem;left:52.5rem;display:block; }
#PF3TxUDacT4vG7GKPB3kTiLgrxlshtTU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Dw05RatqCDX2e77r2M2OoXmr1VhTbv36 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.6875rem;height:2.5rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.125rem;left:42.1875rem;display:block; }
#GeTBzVhb2JnTOhXvKdHZiIWrmtEwzNti { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pB6eePUE61qEHMN5609N86vGfUULAFfS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9c7f5e5f-37cb-4de8-a9b5-5031b56b6826/ChatGPTImage1lis202500_26_12.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pB6eePUE61qEHMN5609N86vGfUULAFfS.adaptive-delivery-prevent-bg, #pB6eePUE61qEHMN5609N86vGfUULAFfS.lazyload, #pB6eePUE61qEHMN5609N86vGfUULAFfS.lazyloading { background-image: none; }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row .container { background-color: transparent; background-image: none; }#pB6eePUE61qEHMN5609N86vGfUULAFfS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row .container > .video-iframe-container { display: none; }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row > .video-iframe-container { display: none; }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .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); }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row .container { border-width: 0; border-radius: 0; }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row .container { font-size:0.875rem;font-family:arial;height:30rem;width:60rem;position:relative;display:block; }#TL7Env5HBeok0bEE0S9Kg6109vtrGtgg { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.4375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:10.9375rem;left:0rem;height:5.76855625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#a54CiSTTUPlDQTTIfwWs1zWiILwb18Ot { color:rgba(var(--color-tertiary-0),0.5);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:9rem;left:0rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#P6v0HVIhFuCFa0kAVvcHfaW0OiI6GcGL { position:absolute;display:block;z-index:14997;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-left:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-right:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:16.375rem;width:16.375rem;top:3.8125rem;left:9.125rem;display:block; }
#Lu69foEpyL2TT36ToksasIVzX5L1bav7 { position:absolute;display:block;z-index:15002;background-color:#13c4a3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:0.3125rem;width:19.0625rem;top:16.5rem;left:20.46875rem;display:block; }
#aWQNPTsPpNVkhXpgogxRJXohnrm6T93P { position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-left:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-right:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-top-left-radius:12.8125rem;border-top-right-radius:12.8125rem;border-bottom-left-radius:12.8125rem;border-bottom-right-radius:12.8125rem;box-shadow: none;height:25rem;width:25rem;top:2.6875rem;left:17.4375rem;display:block; }
#DNF0Kn2d60VaKQ6zpnbNayxU7FMD1Trg { position:absolute;display:block;z-index:14998;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-left:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-right:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:8.0625rem;width:8.0625rem;top:18.3125rem;left:39.812496185302rem;display:block; }
#xPfc68dww4zpOWSbtumoTCiLmhmrn8Pw { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:0.75rem;width:0.75rem;top:6.84375rem;left:10.8125rem;display:block; }
#V04dk3GQIOtI05TJiLfTvi9CmBMTM8PQ { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:0.75rem;width:0.75rem;top:25.1875rem;left:46.6875rem;display:block; }
#NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top; }
#NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:2.75rem;border-top-right-radius:2.75rem;border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem; }
#NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:arial;font-size:0.75rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal; }
#NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:18rem;height:5.0625rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:17.625rem;left:21rem;z-index:15006;display:none; }
#NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 #f9MNuJfgZolH3X5AdHewLpZgI3afitFi { display:flex;position:relative;top:0rem;left:0rem; }
#NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 #k8ZLFTa48ShRmifDrmBn094g2HXDu7Ze { width:auto; }
#NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 #Uy01OZ9xF55iQubsz0RimalqfmVMF7hf {  }
#NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 #z4Ri1XLFmy0NSeSK1Jiz0yTPiUzPL6Hk { display:flex;position:relative;top:0rem;left:0rem; }
#NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 #Cg81q7I4mRUPIX04ZVb42OFcoX1VGTn2 {  }
#NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 #EsQ2dkR6TpyfkTqolIn3idVVo0VLyEFm {  }
#NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 #JforAdLwp43tNtC51E70lXW0s4OhD9T7 { display:flex;position:relative;top:0rem;left:0rem; }
#NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 #EPvwqhW8AcTuWZtuzouAQ4W8QbJOEJuV {  }
#NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 #eN6GKZh5c7Bz8ymkAQ1e2RkZGlxGDmAh {  }
#NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 #hLAs31yRzuxTCt52keCDK5cPZTzw2wD4 { display:flex;position:relative;top:0rem;left:0rem; }
#NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 #k4fTxGafLgOOVH8WTn0AFGoiUBG9kknn {  }
#NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 #Mr3GDEJdQoFpKNZPeiQ63HkzaqB7b73r {  }
#rIeWhoBhSOCfEvVfX7lKuQubF5nVGEJD { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:17.5185546875rem;left:0rem;height:3.736975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TlHOl9hic2bEH8IKhzuAzAwV0DLXuCBa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9c7f5e5f-37cb-4de8-a9b5-5031b56b6826/ChatGPTImage1lis202500_26_12.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#TlHOl9hic2bEH8IKhzuAzAwV0DLXuCBa.adaptive-delivery-prevent-bg, #TlHOl9hic2bEH8IKhzuAzAwV0DLXuCBa.lazyload, #TlHOl9hic2bEH8IKhzuAzAwV0DLXuCBa.lazyloading { background-image: none; }#TlHOl9hic2bEH8IKhzuAzAwV0DLXuCBa > .row .container { border-width: 0; border-radius: 0; }#TlHOl9hic2bEH8IKhzuAzAwV0DLXuCBa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TlHOl9hic2bEH8IKhzuAzAwV0DLXuCBa > .row .container { font-size:0.875rem;font-family:arial;height:30rem;width:60rem;position:relative;display:none; }#Sq9qG7LO3UZobuD5pspMTDf2rCTVccdx { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.4375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:10.9375rem;left:0rem;height:5.76855625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yaST1qtAIq7MQ4W2rNAqzKmgU8mz8X8n { color:rgba(var(--color-tertiary-0),0.5);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:9rem;left:0rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Cts7DQEmXrKZ7sRIrNG1hxC5RByA44kS { position:absolute;display:block;z-index:14997;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-left:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-right:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:16.375rem;width:16.375rem;top:3.8125rem;left:9.125rem;display:block; }
#xaTH01w8MX1OwlCP2CBnToyPrvZ2ZVhh { position:absolute;display:block;z-index:15002;background-color:#13c4a3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:0.3125rem;width:19.0625rem;top:16.5rem;left:20.46875rem;display:block; }
#cI8tf3lVLWH6qTEikRttfqJBTHuT4Xhu { position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-left:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-right:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-top-left-radius:12.8125rem;border-top-right-radius:12.8125rem;border-bottom-left-radius:12.8125rem;border-bottom-right-radius:12.8125rem;box-shadow: none;height:25rem;width:25rem;top:2.6875rem;left:17.4375rem;display:block; }
#L0fyZUk7yIUnpK7hPXLuLb4gK8ssmspq { position:absolute;display:block;z-index:14998;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-left:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-right:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:8.0625rem;width:8.0625rem;top:18.3125rem;left:39.812496185302rem;display:block; }
#gFcLptccEVEwqXGbhT8CGe91l4sMsVIN { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:0.75rem;width:0.75rem;top:6.84375rem;left:10.8125rem;display:block; }
#ihniW60rHSPkhZ2q2OUghwtRWgRvAGZn { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:0.75rem;width:0.75rem;top:25.1875rem;left:46.6875rem;display:block; }
#rkZvckW9ahQ1XzKSE4G2L2C80XEAWOUF .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top; }
#rkZvckW9ahQ1XzKSE4G2L2C80XEAWOUF .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:2.75rem;border-top-right-radius:2.75rem;border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem; }
#rkZvckW9ahQ1XzKSE4G2L2C80XEAWOUF .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:arial;font-size:0.75rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal; }
#rkZvckW9ahQ1XzKSE4G2L2C80XEAWOUF { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:18rem;height:5.0625rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:17.625rem;left:21rem;z-index:15006;display:none; }
#rkZvckW9ahQ1XzKSE4G2L2C80XEAWOUF #NH2QeMSFGTwB5xvEoziKyG0TKMTXSqNJ { display:flex;position:relative;top:0rem;left:0rem; }
#rkZvckW9ahQ1XzKSE4G2L2C80XEAWOUF #FxMbe6kCd4TT0XMk9eJTMhcl2GIetwnz { width:auto; }
#rkZvckW9ahQ1XzKSE4G2L2C80XEAWOUF #G5Bx9CHRax2IdVuVUqES3I45I2ThsIJb {  }
#rkZvckW9ahQ1XzKSE4G2L2C80XEAWOUF #Keda3JFe22K0I5GRATN62lO1grS0BkRx { display:flex;position:relative;top:0rem;left:0rem; }
#rkZvckW9ahQ1XzKSE4G2L2C80XEAWOUF #aMX57v4Bn5hlRfNQO0shFxJTQUJ6xyrn {  }
#rkZvckW9ahQ1XzKSE4G2L2C80XEAWOUF #VVssD5wANGT7M41zpMaKDgbHeV2f4vL4 {  }
#rkZvckW9ahQ1XzKSE4G2L2C80XEAWOUF #fUTOkpFTZAXwC35EnfkEESeTMuLhMagA { display:flex;position:relative;top:0rem;left:0rem; }
#rkZvckW9ahQ1XzKSE4G2L2C80XEAWOUF #ZgUlzbh5ZwvC1yDO8Aq9xJDhOflqnDMa {  }
#rkZvckW9ahQ1XzKSE4G2L2C80XEAWOUF #fVV5iDSPSRbFzLUeTF7UhTgnSvanP8gB {  }
#rkZvckW9ahQ1XzKSE4G2L2C80XEAWOUF #P6OxU8hbmRuwdqwh3oWCcO68MsEMEVy8 { display:flex;position:relative;top:0rem;left:0rem; }
#rkZvckW9ahQ1XzKSE4G2L2C80XEAWOUF #LkTPlc1CxsshmlA9xarowE7vIaF62M4o {  }
#rkZvckW9ahQ1XzKSE4G2L2C80XEAWOUF #S14Acht2deNlxV5yO35hTypd5cFS66zD {  }
#PGwMbJwr1QtrFNMSoSMMtIBagrbqTLSu { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:17.5185546875rem;left:0rem;height:3.736975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NA9EGdnf8DIfdklKsDnhN552HOMIIcWV { background-color:#13c4a3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.3125rem 0.3125rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:2.8125rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:2.03125rem;left:14.8125rem;display:block; }
#v8LBRD0nh8T871lBKSlTQf7JLl8VQyl9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ueLQzHslrd8qiSPvqIG49NZDDfJZSD7K { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:2.8125rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:2.03125rem;left:33.25rem;display:block; }
#uTHgr977lpemfNTBU8d6sAL0S6PVDcqo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BCA0f1ZVe1MDi8OMU4tg5eEwpZOEu42T { position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-left:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-right:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-top-left-radius:12.8125rem;border-top-right-radius:12.8125rem;border-bottom-left-radius:12.8125rem;border-bottom-right-radius:12.8125rem;box-shadow: none;height:25rem;width:25rem;top:3.34375rem;left:0rem;display:none; }
#LUHsgre4JNPJb9NV20EKst1lgVBXKSIW { position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-left:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-right:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-top-left-radius:12.8125rem;border-top-right-radius:12.8125rem;border-bottom-left-radius:12.8125rem;border-bottom-right-radius:12.8125rem;box-shadow: none;height:25rem;width:25rem;top:3.34375rem;left:0rem;display:none; }
#nn38zoqroc71migrmhZCEtoEdh30VivU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:url("https://images.assets-landingi.com/uc/9c7f5e5f-37cb-4de8-a9b5-5031b56b6826/ChatGPTImage1lis202500_26_12.png");background-position:center left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nn38zoqroc71migrmhZCEtoEdh30VivU.adaptive-delivery-prevent-bg, #nn38zoqroc71migrmhZCEtoEdh30VivU.lazyload, #nn38zoqroc71migrmhZCEtoEdh30VivU.lazyloading { background-image: none; }#nn38zoqroc71migrmhZCEtoEdh30VivU > .row .container { background-color: transparent; background-image: none; }#nn38zoqroc71migrmhZCEtoEdh30VivU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nn38zoqroc71migrmhZCEtoEdh30VivU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nn38zoqroc71migrmhZCEtoEdh30VivU > .row .container > .video-iframe-container { display: none; }#nn38zoqroc71migrmhZCEtoEdh30VivU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nn38zoqroc71migrmhZCEtoEdh30VivU > .row > .video-iframe-container { display: none; }#nn38zoqroc71migrmhZCEtoEdh30VivU > .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); }#nn38zoqroc71migrmhZCEtoEdh30VivU > .row .container { border-width: 0; border-radius: 0; }#nn38zoqroc71migrmhZCEtoEdh30VivU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nn38zoqroc71migrmhZCEtoEdh30VivU > .row .container { font-size:0.875rem;font-family:arial;height:9.375rem;width:60rem;position:relative;display:block; }#TrTqKJWt9lVRXQzASKm8vECmTkqSZ3LX { background-color:#13c4a3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.3125rem 0.3125rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:2.8125rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:2.03125rem;left:14.8125rem;display:block; }
#IUFRQ9bddsA16gWsLmq3qeNN7ygEMrLd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qKHL4W2KKzG0yBM89JdoGdJ7NuUHyDeL { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:2.8125rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:2.03125rem;left:33.25rem;display:block; }
#sgOpoVwZOZV8lzlBmrGWCldVrvWy0D3u { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QQZVPKZSqL4eg4FsvvxlTZy4b0I9Tl47 { position:relative;display:none; }#QQZVPKZSqL4eg4FsvvxlTZy4b0I9Tl47 { border-width: 0; border-radius: 0; }#QQZVPKZSqL4eg4FsvvxlTZy4b0I9Tl47 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QQZVPKZSqL4eg4FsvvxlTZy4b0I9Tl47 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/9c7f5e5f-37cb-4de8-a9b5-5031b56b6826/ChatGPTImage1lis202500_26_12.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:9.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#QQZVPKZSqL4eg4FsvvxlTZy4b0I9Tl47 > .row .container.adaptive-delivery-prevent-bg, #QQZVPKZSqL4eg4FsvvxlTZy4b0I9Tl47 > .row .container.lazyload, #QQZVPKZSqL4eg4FsvvxlTZy4b0I9Tl47 > .row .container.lazyloading { background-image: none; }#XrHhGBwbUb11nGbixvdB9Z3rFwq6b8AS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9c7f5e5f-37cb-4de8-a9b5-5031b56b6826/ChatGPTImage1lis202500_26_12.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XrHhGBwbUb11nGbixvdB9Z3rFwq6b8AS.adaptive-delivery-prevent-bg, #XrHhGBwbUb11nGbixvdB9Z3rFwq6b8AS.lazyload, #XrHhGBwbUb11nGbixvdB9Z3rFwq6b8AS.lazyloading { background-image: none; }#XrHhGBwbUb11nGbixvdB9Z3rFwq6b8AS > .row .container { background-color: transparent; background-image: none; }#XrHhGBwbUb11nGbixvdB9Z3rFwq6b8AS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XrHhGBwbUb11nGbixvdB9Z3rFwq6b8AS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XrHhGBwbUb11nGbixvdB9Z3rFwq6b8AS > .row .container > .video-iframe-container { display: none; }#XrHhGBwbUb11nGbixvdB9Z3rFwq6b8AS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XrHhGBwbUb11nGbixvdB9Z3rFwq6b8AS > .row > .video-iframe-container { display: none; }#XrHhGBwbUb11nGbixvdB9Z3rFwq6b8AS > .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); }#XrHhGBwbUb11nGbixvdB9Z3rFwq6b8AS > .row .container { border-width: 0; border-radius: 0; }#XrHhGBwbUb11nGbixvdB9Z3rFwq6b8AS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XrHhGBwbUb11nGbixvdB9Z3rFwq6b8AS > .row .container { font-size:0.875rem;font-family:arial;height:53.75rem;width:60rem;position:relative;display:block; }#oDkkLXPy9yGrm9MlR07Ted8pTuaqkdcb { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.4375rem;width:13.0625rem;top:4.40625rem;left:15.3125rem;overflow:hidden;display:none; }
#XkNTWTdfl99Ab2LnWhosB4DdrnvKn53U { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:20rem;width:54.874rem;top:23rem;left:1.875rem;display:block; }
#thKcfeyo4HtDV5LR2vT7QcJCattO9zU3 { color:rgba(var(--color-tertiary-0),1);display:block;width:25.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:25.265625rem;left:3.4375rem;height:15.46875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#m5Luqu0DkcZTpTO0KWrc9FnyovFM4VvF { position:absolute;display:block;z-index:14996;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-left:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-right:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:13.75rem;width:13.75rem;top:37.508874893189rem;left:30.877130508423rem;display:block; }
#baKkBtIogdikPagcAxTGJeQQcg6CZEBm { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.3118125rem;width:32.5rem;top:7.9375rem;left:26.8125rem;overflow:hidden;display:block; }
#CelzPiXTkbN8napVTxVcZTZ5tkEnBwAN { color:rgba(var(--color-secondary-2),1);display:block;width:28.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:11.375rem;left:3.4375rem;height:5.3613375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BzbD9eJM3tTwxF6OuiBIrPhuBU2aa8wB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9c7f5e5f-37cb-4de8-a9b5-5031b56b6826/ChatGPTImage1lis202500_26_12.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#BzbD9eJM3tTwxF6OuiBIrPhuBU2aa8wB.adaptive-delivery-prevent-bg, #BzbD9eJM3tTwxF6OuiBIrPhuBU2aa8wB.lazyload, #BzbD9eJM3tTwxF6OuiBIrPhuBU2aa8wB.lazyloading { background-image: none; }#BzbD9eJM3tTwxF6OuiBIrPhuBU2aa8wB > .row .container { border-width: 0; border-radius: 0; }#BzbD9eJM3tTwxF6OuiBIrPhuBU2aa8wB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BzbD9eJM3tTwxF6OuiBIrPhuBU2aa8wB > .row .container { font-size:0.875rem;font-family:arial;height:53.75rem;width:60rem;position:relative;display:none; }#Tu9a9sONnoqc4rqZz7rFMEdK5fXzJMV7 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.4375rem;width:13.0625rem;top:4.40625rem;left:15.3125rem;overflow:hidden;display:none; }
#mAOe1Keh8LPioeJngQqma5W8M6lFRDvl { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:20rem;width:54.874rem;top:23rem;left:1.875rem;display:block; }
#TXEgGwSIxvt6KJiE8ZEoKixJdk2Tsbdv { color:rgba(var(--color-tertiary-0),1);display:block;width:25.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:24.25rem;left:3.4375rem;height:16.875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MsW2LlFyyliQVeJvPP0agaKgP2KpoR8X { position:absolute;display:block;z-index:14996;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-left:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-right:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:13.75rem;width:13.75rem;top:37.508874893189rem;left:30.877130508423rem;display:block; }
#b4OcSoS8hcWTCqSTCRsHPln0ud3GItlL { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.3118125rem;width:32.5rem;top:7.9375rem;left:26.8125rem;overflow:hidden;display:block; }
#isf7qoffDSIw2zHlG7AJJALNnXoUDcyv { color:rgba(var(--color-secondary-2),1);display:block;width:28.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:11.375rem;left:3.4375rem;height:5.3613375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ExDfy9sf2TuZmduySMwkkdneasmJZkSK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:url("https://images.assets-landingi.com/uc/9c7f5e5f-37cb-4de8-a9b5-5031b56b6826/ChatGPTImage1lis202500_26_12.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ExDfy9sf2TuZmduySMwkkdneasmJZkSK.adaptive-delivery-prevent-bg, #ExDfy9sf2TuZmduySMwkkdneasmJZkSK.lazyload, #ExDfy9sf2TuZmduySMwkkdneasmJZkSK.lazyloading { background-image: none; }#ExDfy9sf2TuZmduySMwkkdneasmJZkSK > .row .container { background-color: transparent; background-image: none; }#ExDfy9sf2TuZmduySMwkkdneasmJZkSK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ExDfy9sf2TuZmduySMwkkdneasmJZkSK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ExDfy9sf2TuZmduySMwkkdneasmJZkSK > .row .container > .video-iframe-container { display: none; }#ExDfy9sf2TuZmduySMwkkdneasmJZkSK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ExDfy9sf2TuZmduySMwkkdneasmJZkSK > .row > .video-iframe-container { display: none; }#ExDfy9sf2TuZmduySMwkkdneasmJZkSK > .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); }#ExDfy9sf2TuZmduySMwkkdneasmJZkSK > .row .container { border-width: 0; border-radius: 0; }#ExDfy9sf2TuZmduySMwkkdneasmJZkSK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ExDfy9sf2TuZmduySMwkkdneasmJZkSK > .row .container { font-size:0.875rem;font-family:arial;height:8.75rem;width:60rem;position:relative;display:block; }#wN1GBkANTOUIS2eAPD9Pwc9vTmtrgG1l { color:rgba(var(--color-secondary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:4.1867904663086rem;left:0rem;height:2.3994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fCaO1b6FkOx4FOTe6vxNaoPkv1wA07SS { position:relative;display:none; }#fCaO1b6FkOx4FOTe6vxNaoPkv1wA07SS { border-width: 0; border-radius: 0; }#fCaO1b6FkOx4FOTe6vxNaoPkv1wA07SS > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#fCaO1b6FkOx4FOTe6vxNaoPkv1wA07SS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/9c7f5e5f-37cb-4de8-a9b5-5031b56b6826/ChatGPTImage1lis202500_26_12.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:8.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#fCaO1b6FkOx4FOTe6vxNaoPkv1wA07SS > .row .container.adaptive-delivery-prevent-bg, #fCaO1b6FkOx4FOTe6vxNaoPkv1wA07SS > .row .container.lazyload, #fCaO1b6FkOx4FOTe6vxNaoPkv1wA07SS > .row .container.lazyloading { background-image: none; }#RVqVS1Rx2Hg939VQiZMu0LNIT6WqNBQx { color:rgba(var(--color-secondary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:4.1867904663086rem;left:0rem;height:2.3994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VBIZ4XaICi6yMLCQhcED62w4o4JUXTsZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9c7f5e5f-37cb-4de8-a9b5-5031b56b6826/ChatGPTImage1lis202500_26_12.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VBIZ4XaICi6yMLCQhcED62w4o4JUXTsZ.adaptive-delivery-prevent-bg, #VBIZ4XaICi6yMLCQhcED62w4o4JUXTsZ.lazyload, #VBIZ4XaICi6yMLCQhcED62w4o4JUXTsZ.lazyloading { background-image: none; }#VBIZ4XaICi6yMLCQhcED62w4o4JUXTsZ > .row .container { background-color: transparent; background-image: none; }#VBIZ4XaICi6yMLCQhcED62w4o4JUXTsZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VBIZ4XaICi6yMLCQhcED62w4o4JUXTsZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VBIZ4XaICi6yMLCQhcED62w4o4JUXTsZ > .row .container > .video-iframe-container { display: none; }#VBIZ4XaICi6yMLCQhcED62w4o4JUXTsZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VBIZ4XaICi6yMLCQhcED62w4o4JUXTsZ > .row > .video-iframe-container { display: none; }#VBIZ4XaICi6yMLCQhcED62w4o4JUXTsZ > .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); }#VBIZ4XaICi6yMLCQhcED62w4o4JUXTsZ > .row .container { border-width: 0; border-radius: 0; }#VBIZ4XaICi6yMLCQhcED62w4o4JUXTsZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VBIZ4XaICi6yMLCQhcED62w4o4JUXTsZ > .row .container { font-size:0.875rem;font-family:arial;height:45.625rem;width:60rem;position:relative;display:block; }#OPN8efVmy4zqxevsdOsOm6lIq8vtm33R { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:20.3125rem;width:31.25rem;top:12.125rem;left:28.75rem;display:block; }
#nRTxUUmhpDQueJiNzkaPhJQ2JDkhWt6q { color:rgba(var(--color-primary-2),1);display:block;width:26.998375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:29rem;left:31.5rem;height:2.2734375rem;font-style:italic;text-align:right;text-align-last:right;display:block; }
#UVzfHbU1ESVGIxZaUVOlwaiwkDTIMQbF { color:rgba(var(--color-tertiary-0),1);display:block;width:27.56075rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:14.25rem;left:30rem;height:2.17480625rem;font-style:normal;display:block; }
#l41Ns1i3wZeT5QbsaXL2vrefWKKBRna8 { color:rgba(var(--color-tertiary-0),1);display:block;width:27.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:16.375rem;left:30rem;height:11.25rem;font-style:normal;display:block; }
#szxylcXwcEkylxb0rhCzgvETbkeNNS3T { position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-left:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-right:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-top-left-radius:12.8125rem;border-top-right-radius:12.8125rem;border-bottom-left-radius:12.8125rem;border-bottom-right-radius:12.8125rem;box-shadow: none;height:25rem;width:25rem;top:20.125rem;left:0rem;display:block; }
#hqTqxVPfRfykSPb2yVaaFsx0p4Pennv8 { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:0.7492875rem;width:0.7492875rem;top:3.2484178543091rem;left:56.867895126343rem;display:block; }
#oXZTssvy1xfoAAidERni5qhxfrfas7hK { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:34.375rem;width:24.375rem;top:4.3750007003546rem;left:2.1866111755371rem;overflow:hidden;display:block; }
#Sdy68wQMCmANa5aW4ng7E9diZVHzSOH8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9c7f5e5f-37cb-4de8-a9b5-5031b56b6826/ChatGPTImage1lis202500_26_12.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#Sdy68wQMCmANa5aW4ng7E9diZVHzSOH8.adaptive-delivery-prevent-bg, #Sdy68wQMCmANa5aW4ng7E9diZVHzSOH8.lazyload, #Sdy68wQMCmANa5aW4ng7E9diZVHzSOH8.lazyloading { background-image: none; }#Sdy68wQMCmANa5aW4ng7E9diZVHzSOH8 > .row .container { border-width: 0; border-radius: 0; }#Sdy68wQMCmANa5aW4ng7E9diZVHzSOH8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Sdy68wQMCmANa5aW4ng7E9diZVHzSOH8 > .row .container { font-size:0.875rem;font-family:arial;height:45.625rem;width:60rem;position:relative;display:none; }#ruig4Q54iadHnc6BOQJ7eGBDzuUkTNgo { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:20.3125rem;width:31.25rem;top:12.125rem;left:28.75rem;display:block; }
#eTOuL4z1x8bdDqU2LIdF0ygrr6foeePL { color:rgba(var(--color-primary-2),1);display:block;width:26.998375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:29rem;left:31.5rem;height:2.2734375rem;font-style:italic;text-align:right;text-align-last:right;display:block; }
#zUyAvmuTkOPczZvdyvRuIz01sP7xaJSK { color:rgba(var(--color-tertiary-0),1);display:block;width:27.56075rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:14.25rem;left:30rem;height:2.17506875rem;font-style:normal;display:block; }
#L6hu9kqPAGTZUVi54zEPVJ2EMGp78UCM { color:rgba(var(--color-tertiary-0),1);display:block;width:27.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:16.375rem;left:30rem;height:11.25rem;font-style:normal;display:block; }
#m4e54OhvB0vUpKRi4nfLWEeR1SL6F7HK { position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-left:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-right:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-top-left-radius:12.8125rem;border-top-right-radius:12.8125rem;border-bottom-left-radius:12.8125rem;border-bottom-right-radius:12.8125rem;box-shadow: none;height:25rem;width:25rem;top:20.125rem;left:0rem;display:block; }
#qtTKDTChAOaRL26aw6g3sXa56TWP1EyT { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:0.7492875rem;width:0.7492875rem;top:3.2484178543091rem;left:56.867895126343rem;display:block; }
#M7yIKEF5xS8VxDfsPcna57SqtzipFoOb { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:34.375rem;width:24.375rem;top:4.3750007003546rem;left:2.1866111755371rem;overflow:hidden;display:block; }
#rO3z1mLKvnb11pCddEfnBLODA9bUH7gA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9c7f5e5f-37cb-4de8-a9b5-5031b56b6826/ChatGPTImage1lis202500_26_12.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rO3z1mLKvnb11pCddEfnBLODA9bUH7gA.adaptive-delivery-prevent-bg, #rO3z1mLKvnb11pCddEfnBLODA9bUH7gA.lazyload, #rO3z1mLKvnb11pCddEfnBLODA9bUH7gA.lazyloading { background-image: none; }#rO3z1mLKvnb11pCddEfnBLODA9bUH7gA > .row .container { background-color: transparent; background-image: none; }#rO3z1mLKvnb11pCddEfnBLODA9bUH7gA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rO3z1mLKvnb11pCddEfnBLODA9bUH7gA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rO3z1mLKvnb11pCddEfnBLODA9bUH7gA > .row .container > .video-iframe-container { display: none; }#rO3z1mLKvnb11pCddEfnBLODA9bUH7gA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rO3z1mLKvnb11pCddEfnBLODA9bUH7gA > .row > .video-iframe-container { display: none; }#rO3z1mLKvnb11pCddEfnBLODA9bUH7gA > .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); }#rO3z1mLKvnb11pCddEfnBLODA9bUH7gA > .row .container { border-width: 0; border-radius: 0; }#rO3z1mLKvnb11pCddEfnBLODA9bUH7gA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rO3z1mLKvnb11pCddEfnBLODA9bUH7gA > .row .container { font-size:0.875rem;font-family:arial;height:45.625rem;width:60rem;position:relative;display:block; }#DyyoNggH1UN25r0T4xOZnl4hZUZX4FhQ { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:19.375rem;width:31.25rem;top:10.375rem;left:0rem;display:block; }
#MJaxdfFZhfMcooJeVgbg1EeQ1GKCMShc { color:rgba(var(--color-tertiary-0),1);display:block;width:26.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:12.5625rem;left:1.25rem;height:2.17506875rem;font-style:normal;display:block; }
#vARZTOcyZShxkadl4Jt8HcoHTZlFkaP7 { color:rgba(var(--color-tertiary-0),1);display:block;width:27.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:16.4375rem;left:1.25rem;height:14.0625rem;font-style:normal;display:block; }
#WFiNN6IqnI4g2o00wiArtiBXm2uSkPSe { color:rgba(var(--color-primary-2),1);display:block;width:27.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:25.90625rem;left:2.875rem;height:2.4375rem;font-style:italic;text-align:right;text-align-last:right;display:block; }
#CN6AZ27DhHhtyPTvUxOtFlu1RDqDtZ8f { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:0.74978125rem;width:0.74978125rem;top:34.5rem;left:18.9375rem;display:block; }
#e4Z7UPbxf3og1EIfi9ue1m95tWa8SuDz { position:absolute;display:block;z-index:14998;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-left:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-right:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-top-left-radius:12.8125rem;border-top-right-radius:12.8125rem;border-bottom-left-radius:12.8125rem;border-bottom-right-radius:12.8125rem;box-shadow: none;height:26.25rem;width:26.25rem;top:1.90625rem;left:32.625rem;display:block; }
#qG9O3JuO9RVtsSOTaABa9CTHELve0Bv9 { position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-left:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-right:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:13.75rem;width:13.75rem;top:10.5rem;left:23.9375rem;display:block; }
#ZJ44iXGpLVSO2gVoJZBdKB1hODl0lH4q { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:0.75rem;width:0.75rem;top:7.0625rem;left:31.25rem;display:block; }
#wAEQfzE0ExOxvcVSWcSTKOggXii0pBFn { 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:36.875rem;width:26.0625rem;top:3.125rem;left:32.518749237061rem;overflow:hidden;display:block; }
#a9FlnOioDcTK1alrmG62hDWHyf7WxTTq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9c7f5e5f-37cb-4de8-a9b5-5031b56b6826/ChatGPTImage1lis202500_26_12.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#a9FlnOioDcTK1alrmG62hDWHyf7WxTTq.adaptive-delivery-prevent-bg, #a9FlnOioDcTK1alrmG62hDWHyf7WxTTq.lazyload, #a9FlnOioDcTK1alrmG62hDWHyf7WxTTq.lazyloading { background-image: none; }#a9FlnOioDcTK1alrmG62hDWHyf7WxTTq > .row .container { border-width: 0; border-radius: 0; }#a9FlnOioDcTK1alrmG62hDWHyf7WxTTq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a9FlnOioDcTK1alrmG62hDWHyf7WxTTq > .row .container { font-size:0.875rem;font-family:arial;height:45.625rem;width:60rem;position:relative;display:none; }#dfalT137VNaGqh10dU6ynsxvyIMTIzZ7 { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:19.375rem;width:31.25rem;top:10.375rem;left:0rem;display:block; }
#XS6ankf9GTgKgOx4dsu7wR7dQdbVzz19 { color:rgba(var(--color-tertiary-0),1);display:block;width:26.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:12.5625rem;left:1.25rem;height:2.17506875rem;font-style:normal;display:block; }
#flMQq3ZeF62rOCX91trUNOcsJ1XeE6Kz { color:rgba(var(--color-tertiary-0),1);display:block;width:27.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:16.4375rem;left:1.25rem;height:14.0625rem;font-style:normal;display:block; }
#KwP3ITILv9U8lmH7XzpeqoGJyCc2Gphp { color:rgba(var(--color-primary-2),1);display:block;width:27.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:25.875rem;left:2.25rem;height:2.4375rem;font-style:italic;text-align:right;text-align-last:right;display:block; }
#HDOBiRI5bfez61G84UQ2OWrMIE63ES8D { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:0.74978125rem;width:0.74978125rem;top:34.5rem;left:18.9375rem;display:block; }
#zyJCgAAaIV4haZRPNL7QDgVoJxnRbDf6 { position:absolute;display:block;z-index:14998;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-left:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-right:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-top-left-radius:12.8125rem;border-top-right-radius:12.8125rem;border-bottom-left-radius:12.8125rem;border-bottom-right-radius:12.8125rem;box-shadow: none;height:26.25rem;width:26.25rem;top:1.90625rem;left:32.625rem;display:block; }
#xElKV3aJKvegaGz2VaEmvRJhgMRTrAnK { position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-left:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-right:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:13.75rem;width:13.75rem;top:10.5rem;left:23.9375rem;display:block; }
#z6dKpLqMTNPZwDaHQIal6v4xaFnt1thC { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:0.75rem;width:0.75rem;top:7.0625rem;left:31.25rem;display:block; }
#Nq0O8acABfEDcsPp4bzqFipB5vBi2vyo { 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:36.875rem;width:26.0625rem;top:3.125rem;left:32.518749237061rem;overflow:hidden;display:block; }
#gJh2GEizoqkT0KTLOuEdRSVtEWytNSlX { position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-left:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-right:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-top-left-radius:12.8125rem;border-top-right-radius:12.8125rem;border-bottom-left-radius:12.8125rem;border-bottom-right-radius:12.8125rem;box-shadow: none;height:25rem;width:25rem;top:3.34375rem;left:0rem;display:none; }
#eVc3B11TEs9Eh9QsefxBtXLo3izQzGge { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9c7f5e5f-37cb-4de8-a9b5-5031b56b6826/ChatGPTImage1lis202500_26_12.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#eVc3B11TEs9Eh9QsefxBtXLo3izQzGge.adaptive-delivery-prevent-bg, #eVc3B11TEs9Eh9QsefxBtXLo3izQzGge.lazyload, #eVc3B11TEs9Eh9QsefxBtXLo3izQzGge.lazyloading { background-image: none; }#eVc3B11TEs9Eh9QsefxBtXLo3izQzGge > .row .container { background-color: transparent; background-image: none; }#eVc3B11TEs9Eh9QsefxBtXLo3izQzGge::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eVc3B11TEs9Eh9QsefxBtXLo3izQzGge > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eVc3B11TEs9Eh9QsefxBtXLo3izQzGge > .row .container > .video-iframe-container { display: none; }#eVc3B11TEs9Eh9QsefxBtXLo3izQzGge > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eVc3B11TEs9Eh9QsefxBtXLo3izQzGge > .row > .video-iframe-container { display: none; }#eVc3B11TEs9Eh9QsefxBtXLo3izQzGge > .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); }#eVc3B11TEs9Eh9QsefxBtXLo3izQzGge > .row .container { border-width: 0; border-radius: 0; }#eVc3B11TEs9Eh9QsefxBtXLo3izQzGge > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eVc3B11TEs9Eh9QsefxBtXLo3izQzGge > .row .container { font-size:0.875rem;font-family:arial;height:43.75rem;width:60rem;position:relative;display:block; }#AZ9OgxSGI5V6A6IAViTuqdJE6GuCuBaB { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:19.375rem;width:31.25rem;top:9.375rem;left:28.75rem;display:block; }
#nPTnlFOsmdbVDcw6BXfxNqTLsVlHI5Cu { color:rgba(var(--color-tertiary-0),1);display:block;width:28.936625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:11.1875rem;left:30rem;height:2.17480625rem;font-style:normal;display:block; }
#hIXNyTxTSGII3ankwIa6DMgiR5VzW3p1 { color:rgba(var(--color-tertiary-0),1);display:block;width:27.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:14.5rem;left:30rem;height:9rem;font-style:normal;display:block; }
#IvOiLzyW1ONNwWIq5iAywJybXEaIovzm { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:0.75rem;width:0.75rem;top:2.6616735458374rem;left:51.624351501465rem;display:block; }
#WWfFeTUSyDGT9kvLy8ekTyVIdVxUIeZ1 { position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-left:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-right:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-top-left-radius:12.8125rem;border-top-right-radius:12.8125rem;border-bottom-left-radius:12.8125rem;border-bottom-right-radius:12.8125rem;box-shadow: none;height:25rem;width:25rem;top:3.34375rem;left:0rem;display:block; }
#bXSpocLPvTyQQ2Soue2bNtVBM8tOxIWb { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-left:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-right:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:13.75rem;width:13.75rem;top:16.625rem;left:20.9375rem;display:block; }
#Qdx3aM8kgIx7swHuek2FSXZKSyH10czp { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:0.75rem;width:0.75rem;top:39.298439025879rem;left:36.125rem;display:block; }
#FnOlhUEmpZxio9MLE4e5nJz4d7CKZQFT { 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:36.75rem;width:26.0625rem;top:2.0616312026977rem;left:1.4984817504882rem;overflow:hidden;display:block; }
#vwzkNNIIk9cKh1iVdNHFX3w7k1RQ5vEn { color:rgba(var(--color-primary-2),1);display:block;width:26.9980625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:25.25rem;left:31.5rem;height:2.2734375rem;font-style:italic;text-align:right;text-align-last:right;display:block; }
#T8ml8FUI1mqbuODaRPZJTH64xdtFcSoH { position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-left:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-right:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-top-left-radius:12.8125rem;border-top-right-radius:12.8125rem;border-bottom-left-radius:12.8125rem;border-bottom-right-radius:12.8125rem;box-shadow: none;height:25rem;width:25rem;top:3.34375rem;left:0rem;display:none; }
#r0nQOVXClTXT9MSg3CG1ZWmxONFO1Ttc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9c7f5e5f-37cb-4de8-a9b5-5031b56b6826/ChatGPTImage1lis202500_26_12.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#r0nQOVXClTXT9MSg3CG1ZWmxONFO1Ttc.adaptive-delivery-prevent-bg, #r0nQOVXClTXT9MSg3CG1ZWmxONFO1Ttc.lazyload, #r0nQOVXClTXT9MSg3CG1ZWmxONFO1Ttc.lazyloading { background-image: none; }#r0nQOVXClTXT9MSg3CG1ZWmxONFO1Ttc > .row .container { border-width: 0; border-radius: 0; }#r0nQOVXClTXT9MSg3CG1ZWmxONFO1Ttc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#r0nQOVXClTXT9MSg3CG1ZWmxONFO1Ttc > .row .container { font-size:0.875rem;font-family:arial;height:43.75rem;width:60rem;position:relative;display:none; }#eJIqBHHW565UVluIIay4Qkk2Cpk7TdM9 { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:19.375rem;width:31.25rem;top:9.375rem;left:28.75rem;display:block; }
#wgTzb0BJIz9vf8AVcFWEK8idQp8iUTly { color:rgba(var(--color-tertiary-0),1);display:block;width:28.936625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:11.1875rem;left:30rem;height:2.17506875rem;font-style:normal;display:block; }
#k8IiWMKNKJClpxs7uAtaI8cLqVcBDE0L { color:rgba(var(--color-tertiary-0),1);display:block;width:27.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:14.5rem;left:30rem;height:9rem;font-style:normal;display:block; }
#x1VSveltzBF7SrpJ5XLPikQW15MyOvJD { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:0.75rem;width:0.75rem;top:2.6616735458374rem;left:51.624351501465rem;display:block; }
#aMk5Ha78MXcuJOmmWNBc6NIiKCmUnMmD { position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-left:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-right:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-top-left-radius:12.8125rem;border-top-right-radius:12.8125rem;border-bottom-left-radius:12.8125rem;border-bottom-right-radius:12.8125rem;box-shadow: none;height:25rem;width:25rem;top:3.34375rem;left:0rem;display:block; }
#t3Tv7PM2AXdosz17UPhKvRC8DSh4tX4V { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-left:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-right:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:13.75rem;width:13.75rem;top:16.625rem;left:20.9375rem;display:block; }
#c4WF5EkHLFqaQo1KRGGws3AihoKEbSsp { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:0.75rem;width:0.75rem;top:39.298439025879rem;left:36.125rem;display:block; }
#xIVdWAhMTTg4ev6aWIusxVUSFgmVLWlU { 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:36.75rem;width:26.0625rem;top:2.0616312026977rem;left:1.4984817504882rem;overflow:hidden;display:block; }
#ZTCVfps6oXRgKJWFaOZ3XiBtxICwLOz6 { color:rgba(var(--color-primary-2),1);display:block;width:26.9980625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:25.25rem;left:31.5rem;height:2.2734375rem;font-style:italic;text-align:right;text-align-last:right;display:block; }
#rwTEsBwBq8vXNTggGw7w1dwiUOxBq5Oe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9c7f5e5f-37cb-4de8-a9b5-5031b56b6826/ChatGPTImage1lis202500_26_12.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rwTEsBwBq8vXNTggGw7w1dwiUOxBq5Oe.adaptive-delivery-prevent-bg, #rwTEsBwBq8vXNTggGw7w1dwiUOxBq5Oe.lazyload, #rwTEsBwBq8vXNTggGw7w1dwiUOxBq5Oe.lazyloading { background-image: none; }#rwTEsBwBq8vXNTggGw7w1dwiUOxBq5Oe > .row .container { background-color: transparent; background-image: none; }#rwTEsBwBq8vXNTggGw7w1dwiUOxBq5Oe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rwTEsBwBq8vXNTggGw7w1dwiUOxBq5Oe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rwTEsBwBq8vXNTggGw7w1dwiUOxBq5Oe > .row .container > .video-iframe-container { display: none; }#rwTEsBwBq8vXNTggGw7w1dwiUOxBq5Oe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rwTEsBwBq8vXNTggGw7w1dwiUOxBq5Oe > .row > .video-iframe-container { display: none; }#rwTEsBwBq8vXNTggGw7w1dwiUOxBq5Oe > .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); }#rwTEsBwBq8vXNTggGw7w1dwiUOxBq5Oe > .row .container { border-width: 0; border-radius: 0; }#rwTEsBwBq8vXNTggGw7w1dwiUOxBq5Oe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rwTEsBwBq8vXNTggGw7w1dwiUOxBq5Oe > .row .container { font-size:0.875rem;font-family:arial;height:53.75rem;width:60rem;position:relative;display:block; }#ahZ7FqtnMMcwDUCxknZFiUM5em4oRKnV { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.4375rem;width:13.0625rem;top:4.40625rem;left:15.3125rem;overflow:hidden;display:none; }
#A2Ax1gCbFCvp0NzzxTtAB01y0OIGOml3 { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:19.375rem;width:54.875rem;top:23.24929523468rem;left:1.8741111755371rem;display:block; }
#X3e8ULyeQw6Q6R6QwfADzlKRcNzDyrde { color:rgba(var(--color-secondary-2),1);display:block;width:28.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:12.375rem;left:2.9345703125rem;height:3.574225rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CqTHfLfxaQM2GbERLq38DWEkAbKkSdkh { color:rgba(var(--color-tertiary-0),1);display:block;width:23.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:26.9384765625rem;left:2.9345703125rem;height:15rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qXEuKsSVa4eQgcUy1iC6dTzaS7ZfRmtI { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-left:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-right:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:13.75rem;width:13.75rem;top:37.1875rem;left:9.1875rem;display:block; }
#Ix4JXw5Ao5e6VLE77xL4gLvds0ySUzns { 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:37.8125rem;width:37.8125rem;top:7.96875rem;left:22.1875rem;overflow:hidden;display:block; }
#Hvfqwrs9l5TQG3utk6MJ5dQOqFrDXZ2G { color:rgba(var(--color-primary-2),1);display:block;width:26.9980625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:39.1103515625rem;left:2.9345703125rem;height:2.2734375rem;font-style:italic;text-align:right;text-align-last:right;display:block; }
#KpWVFELKUoBZuCel0pMF6Baxp86Tek1e { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9c7f5e5f-37cb-4de8-a9b5-5031b56b6826/ChatGPTImage1lis202500_26_12.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#KpWVFELKUoBZuCel0pMF6Baxp86Tek1e.adaptive-delivery-prevent-bg, #KpWVFELKUoBZuCel0pMF6Baxp86Tek1e.lazyload, #KpWVFELKUoBZuCel0pMF6Baxp86Tek1e.lazyloading { background-image: none; }#KpWVFELKUoBZuCel0pMF6Baxp86Tek1e > .row .container { border-width: 0; border-radius: 0; }#KpWVFELKUoBZuCel0pMF6Baxp86Tek1e > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KpWVFELKUoBZuCel0pMF6Baxp86Tek1e > .row .container { font-size:0.875rem;font-family:arial;height:53.75rem;width:60rem;position:relative;display:none; }#X2JK4cIv8TAuu57ZPGnWNzmM4AozMW0v { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.4375rem;width:13.0625rem;top:4.40625rem;left:15.3125rem;overflow:hidden;display:none; }
#obznCd13uDWWNtK8d5NLMkK5GgsOPvwc { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:19.375rem;width:54.875rem;top:23.24929523468rem;left:1.8741111755371rem;display:block; }
#NaL4oI34uliyLXUSvlcCl08bu81fPAlm { color:rgba(var(--color-secondary-2),1);display:block;width:28.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:12.375rem;left:2.9345703125rem;height:3.574225rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SM0xRu7ZlV6xKdUJxNC98Xd2UbbPEOpp { color:rgba(var(--color-tertiary-0),1);display:block;width:23.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:26.9384765625rem;left:2.9345703125rem;height:15rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Ah6oGupqcpVtVtTR9WnsRlbiqCuJzrSH { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-left:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-right:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:13.75rem;width:13.75rem;top:37.1875rem;left:9.1875rem;display:block; }
#MZcJACURA6Z3uRzZaAMmp5MEi7lp4heC { 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:37.8125rem;width:37.8125rem;top:7.96875rem;left:22.1875rem;overflow:hidden;display:block; }
#kGZN1iagqtJHXCcwaXrmXVKppmvcqi5D { color:rgba(var(--color-primary-2),1);display:block;width:26.9980625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:25.25rem;left:31.5rem;height:2.2734375rem;font-style:italic;text-align:right;text-align-last:right;display:none; }
#Vd8C8oTqpeEaEeuooQAJ0NKyTlH82gQa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/9c7f5e5f-37cb-4de8-a9b5-5031b56b6826/ChatGPTImage1lis202500_26_12.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Vd8C8oTqpeEaEeuooQAJ0NKyTlH82gQa.adaptive-delivery-prevent-bg, #Vd8C8oTqpeEaEeuooQAJ0NKyTlH82gQa.lazyload, #Vd8C8oTqpeEaEeuooQAJ0NKyTlH82gQa.lazyloading { background-image: none; }#Vd8C8oTqpeEaEeuooQAJ0NKyTlH82gQa > .row .container { background-color: transparent; background-image: none; }#Vd8C8oTqpeEaEeuooQAJ0NKyTlH82gQa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vd8C8oTqpeEaEeuooQAJ0NKyTlH82gQa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vd8C8oTqpeEaEeuooQAJ0NKyTlH82gQa > .row .container > .video-iframe-container { display: none; }#Vd8C8oTqpeEaEeuooQAJ0NKyTlH82gQa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vd8C8oTqpeEaEeuooQAJ0NKyTlH82gQa > .row > .video-iframe-container { display: none; }#Vd8C8oTqpeEaEeuooQAJ0NKyTlH82gQa > .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); }#Vd8C8oTqpeEaEeuooQAJ0NKyTlH82gQa > .row .container { border-width: 0; border-radius: 0; }#Vd8C8oTqpeEaEeuooQAJ0NKyTlH82gQa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Vd8C8oTqpeEaEeuooQAJ0NKyTlH82gQa > .row .container { font-size:0.875rem;font-family:arial;height:8.75rem;width:60rem;position:relative;display:block; }#fX3HfJBt9RtwbB3ydzrDF4o1Qe56pRX0 { color:rgba(var(--color-secondary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:3.17578125rem;left:0rem;height:2.3994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UZtRThEbtg8IfVOehwWoXLZ3sbAceReZ { position:relative;display:none; }#UZtRThEbtg8IfVOehwWoXLZ3sbAceReZ { border-width: 0; border-radius: 0; }#UZtRThEbtg8IfVOehwWoXLZ3sbAceReZ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#UZtRThEbtg8IfVOehwWoXLZ3sbAceReZ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/9c7f5e5f-37cb-4de8-a9b5-5031b56b6826/ChatGPTImage1lis202500_26_12.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:8.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#UZtRThEbtg8IfVOehwWoXLZ3sbAceReZ > .row .container.adaptive-delivery-prevent-bg, #UZtRThEbtg8IfVOehwWoXLZ3sbAceReZ > .row .container.lazyload, #UZtRThEbtg8IfVOehwWoXLZ3sbAceReZ > .row .container.lazyloading { background-image: none; }#ExadTtpviq7MhodL8eiL47sQI14Ui05G { color:rgba(var(--color-secondary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:3.17578125rem;left:0rem;height:2.3994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ef1Wnl1dSG8XypCeoKlQJaFTVBMAPu6W { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9c7f5e5f-37cb-4de8-a9b5-5031b56b6826/ChatGPTImage1lis202500_26_12.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Ef1Wnl1dSG8XypCeoKlQJaFTVBMAPu6W.adaptive-delivery-prevent-bg, #Ef1Wnl1dSG8XypCeoKlQJaFTVBMAPu6W.lazyload, #Ef1Wnl1dSG8XypCeoKlQJaFTVBMAPu6W.lazyloading { background-image: none; }#Ef1Wnl1dSG8XypCeoKlQJaFTVBMAPu6W > .row .container { background-color: transparent; background-image: none; }#Ef1Wnl1dSG8XypCeoKlQJaFTVBMAPu6W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ef1Wnl1dSG8XypCeoKlQJaFTVBMAPu6W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ef1Wnl1dSG8XypCeoKlQJaFTVBMAPu6W > .row .container > .video-iframe-container { display: none; }#Ef1Wnl1dSG8XypCeoKlQJaFTVBMAPu6W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ef1Wnl1dSG8XypCeoKlQJaFTVBMAPu6W > .row > .video-iframe-container { display: none; }#Ef1Wnl1dSG8XypCeoKlQJaFTVBMAPu6W > .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); }#Ef1Wnl1dSG8XypCeoKlQJaFTVBMAPu6W > .row .container { border-width: 0; border-radius: 0; }#Ef1Wnl1dSG8XypCeoKlQJaFTVBMAPu6W > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ef1Wnl1dSG8XypCeoKlQJaFTVBMAPu6W > .row .container { font-size:0.875rem;font-family:arial;height:23.75rem;width:60rem;position:relative;display:block; }#vrudaNQmhQe2HHGl6zsHlA68RaGPG39g { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:20.1875rem;width:18.4375rem;top:0rem;left:0rem;display:block; }
#WqvA00rZUatPfrSSCEpsWJXKaKQv7loM { color:rgba(var(--color-tertiary-0),1);display:block;width:14.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.125rem;left:1.25rem;height:1.94921875rem;font-style:normal;display:block; }
#KWhTobNMRmgGbQIa4nVJxmKcXL3FbZAp { color:rgba(var(--color-tertiary-0),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:3.8232421875rem;left:1.25rem;height:13.5rem;display:block; }
#swbBW1kIeE1TFhFe71iQPAV44lpE4t3U { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:20.1875rem;width:18.4375rem;top:0rem;left:41.5625rem;display:block; }
#LpbDdNBraDukNUho90Q7VJwXPhyrGKSa { color:rgba(var(--color-tertiary-0),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:3.8232421875rem;left:42.65625rem;height:15rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Z5ezeBUOhlCUIENt1e7o3nhQaK7VptWU { color:rgba(var(--color-tertiary-0),1);display:block;width:14.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.125rem;left:42.9375rem;height:1.94921875rem;font-style:normal;display:block; }
#V2zBGe6qyaiApKwD1PXX7otGrMA5yKTR { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:20.1875rem;width:18.4375rem;top:0rem;left:20.78125rem;display:block; }
#EmbsGXEeoVGRhhXvePX3F3rDVxBUqTzm { color:rgba(var(--color-tertiary-0),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:4.1259765625rem;left:22.1875rem;height:13.5rem;display:block; }
#CEeqrJSFqeBWE8ew6EFLVwH0hQDARTpd { color:rgba(var(--color-tertiary-0),1);display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:1.125rem;left:22.1875rem;height:1.94921875rem;font-style:normal;display:block; }
#OeMuhxMFkrBQsCCGJuX0IaErgzZm2Avk { position:relative;display:none; }#OeMuhxMFkrBQsCCGJuX0IaErgzZm2Avk { border-width: 0; border-radius: 0; }#OeMuhxMFkrBQsCCGJuX0IaErgzZm2Avk > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#OeMuhxMFkrBQsCCGJuX0IaErgzZm2Avk > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9c7f5e5f-37cb-4de8-a9b5-5031b56b6826/ChatGPTImage1lis202500_26_12.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:23.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#OeMuhxMFkrBQsCCGJuX0IaErgzZm2Avk > .row .container.adaptive-delivery-prevent-bg, #OeMuhxMFkrBQsCCGJuX0IaErgzZm2Avk > .row .container.lazyload, #OeMuhxMFkrBQsCCGJuX0IaErgzZm2Avk > .row .container.lazyloading { background-image: none; }#Vqu9cPdZJ9kCf9TILr9ZsydiTrAn7ZRa { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:20.1875rem;width:18.4375rem;top:0rem;left:0rem;display:block; }
#UtgVTeNQIPeAXZfeOyodlKsE8vG2r3nU { color:rgba(var(--color-tertiary-0),1);display:block;width:14.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.125rem;left:1.25rem;height:1.94921875rem;font-style:normal;display:block; }
#ttdiwh6E4ZHTvvqgN0miOTy9WSJdaqJo { color:rgba(var(--color-tertiary-0),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:3.8232421875rem;left:1.25rem;height:13.5rem;display:block; }
#OCgi6HkS5u3mCCeI4KinrWaNRhfRVVN8 { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:20.1875rem;width:18.4375rem;top:0rem;left:41.5625rem;display:block; }
#UHlXXbXgzRoSKsZ87wyVQw7r1PTlFRx7 { color:rgba(var(--color-tertiary-0),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:3.8232421875rem;left:42.65625rem;height:15rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#ETsKHMomr6cC42a5aApfRFUTWrkJpy14 { color:rgba(var(--color-tertiary-0),1);display:block;width:14.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.125rem;left:42.9375rem;height:1.94921875rem;font-style:normal;display:block; }
#EoM69TvFP59Mv1pCwnEzGPPkkTqACTxZ { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:20.1875rem;width:18.4375rem;top:0rem;left:20.78125rem;display:block; }
#KTF0xNJeJviZIVLZOgZqQGLtMkOPCnux { color:rgba(var(--color-tertiary-0),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:4.1259765625rem;left:22.1875rem;height:13.5rem;display:block; }
#SBVTIPnsxUrN7TggXpxafC50KoB53ylp { color:rgba(var(--color-tertiary-0),1);display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:1.125rem;left:22.1875rem;height:1.94921875rem;font-style:normal;display:block; }
#enmT6hJXdRA7MLVdlm4y94sT2mKKh41l { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9c7f5e5f-37cb-4de8-a9b5-5031b56b6826/ChatGPTImage1lis202500_26_12.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#enmT6hJXdRA7MLVdlm4y94sT2mKKh41l.adaptive-delivery-prevent-bg, #enmT6hJXdRA7MLVdlm4y94sT2mKKh41l.lazyload, #enmT6hJXdRA7MLVdlm4y94sT2mKKh41l.lazyloading { background-image: none; }#enmT6hJXdRA7MLVdlm4y94sT2mKKh41l > .row .container { background-color: transparent; background-image: none; }#enmT6hJXdRA7MLVdlm4y94sT2mKKh41l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#enmT6hJXdRA7MLVdlm4y94sT2mKKh41l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#enmT6hJXdRA7MLVdlm4y94sT2mKKh41l > .row .container > .video-iframe-container { display: none; }#enmT6hJXdRA7MLVdlm4y94sT2mKKh41l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#enmT6hJXdRA7MLVdlm4y94sT2mKKh41l > .row > .video-iframe-container { display: none; }#enmT6hJXdRA7MLVdlm4y94sT2mKKh41l > .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); }#enmT6hJXdRA7MLVdlm4y94sT2mKKh41l > .row .container { border-width: 0; border-radius: 0; }#enmT6hJXdRA7MLVdlm4y94sT2mKKh41l > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#enmT6hJXdRA7MLVdlm4y94sT2mKKh41l > .row .container { font-size:0.875rem;font-family:arial;height:23.75rem;width:60rem;position:relative;display:block; }#bqP8QT1sc5I9vrnTC7XxWo7DcO8XgCL5 { color:rgba(var(--color-tertiary-0),1);display:block;width:32.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:2.6240234375rem;left:0.6875rem;height:6.0732375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux .widget-form-header { font-size:0.875rem; }
#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:#000000;width:21.875rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux .widget-input-text { 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:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.875rem;box-sizing:border-box;height:2.875rem;color:rgba(var(--color-tertiary-0),1);font-size:1.125rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux .widget-input-text {padding-top: 0; padding-bottom: 0;}#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux .widget-textarea { 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:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.875rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-0),1);font-size:1.125rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux .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:21.875rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;vertical-align:top; }
#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux .widget-input-select {padding-top: 0; padding-bottom: 0;}#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux .widget-input-button { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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:7.6875rem;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:14.1875rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);font-size:1.125rem; }
#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);font-size:1.125rem; }
#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);font-size:1.125rem; }
#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);font-size:1.125rem; }
#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux .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-0),0.5);vertical-align:top;width:20.625rem;overflow:hidden;font-style:normal;float:none; }
#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux .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; }
#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux .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;float:none; }
#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux .widget-container:first-of-type{padding-top:0;}#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux .widget-container:last-of-type{padding-bottom:0;}#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15006;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:3.5rem;left:30rem;font-size:0.875rem; }
#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21.875rem;display:block;vertical-align:top; }
#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux .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:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux {display:block;}#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15006;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:3.5rem;left:30rem;font-size:0.875rem; }
#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux #m7S0Sb6xkpUEfAIepVsneo0sbvW5oXV2 { position:relative; }
#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux #BCS93go8bFNkm72F024P155JbmuNp0yE { position:relative;display:none; }
#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux #CwO1hpvQOPwxHHA2funq2U2JELsXBI6i { position:relative; }
#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux #tkVQmwOccg0TbrutGFumhVhV2zeDkIuK { position:relative; }
#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux #r57AEom0GbWdAmGrgaJmlnySdXwpoGhK { position:relative;z-index:2; }
#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux #iDuikichCTzmRhFHskGoJ4QhqMtkoxLH { position:relative; }
#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux #bcpmReLNO6TxQnwQu4knmC6PNmvvwQ9M { position:relative; }
#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux #HzRkvSALagO4t15cs2MsPv1AGKBFaDX8 { position:relative; }
#ToWJu2VfBtOhrEv5Ao1eXEEBRQ3l5mXk { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.625rem;width:13.1875rem;top:3.75rem;left:46.1875rem;overflow:hidden;display:block; }
#oDm3DkaBOHs04yBsqsrmg5tpnRN8c5lk { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-left:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-right:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:5.625rem;width:5.625rem;top:6.1875rem;left:54.25rem;display:block; }
#Op7vKyx50bIUR3Q70ELDRJrBT30600cF .widget-form-header { font-size:0.875rem; }
#Op7vKyx50bIUR3Q70ELDRJrBT30600cF .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:#000000;width:21.875rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#Op7vKyx50bIUR3Q70ELDRJrBT30600cF .widget-input-text { 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:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.875rem;box-sizing:border-box;height:2.875rem;color:rgba(var(--color-tertiary-0),1);font-size:1.125rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#Op7vKyx50bIUR3Q70ELDRJrBT30600cF .widget-input-text {padding-top: 0; padding-bottom: 0;}#Op7vKyx50bIUR3Q70ELDRJrBT30600cF .widget-textarea { 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:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.875rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-0),1);font-size:1.125rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#Op7vKyx50bIUR3Q70ELDRJrBT30600cF .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:21.875rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;vertical-align:top; }
#Op7vKyx50bIUR3Q70ELDRJrBT30600cF .widget-input-select {padding-top: 0; padding-bottom: 0;}#Op7vKyx50bIUR3Q70ELDRJrBT30600cF .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#Op7vKyx50bIUR3Q70ELDRJrBT30600cF .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#Op7vKyx50bIUR3Q70ELDRJrBT30600cF .widget-input-button { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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:7.6875rem;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:14.1875rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#Op7vKyx50bIUR3Q70ELDRJrBT30600cF [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);font-size:1.125rem; }
#Op7vKyx50bIUR3Q70ELDRJrBT30600cF [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);font-size:1.125rem; }
#Op7vKyx50bIUR3Q70ELDRJrBT30600cF [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);font-size:1.125rem; }
#Op7vKyx50bIUR3Q70ELDRJrBT30600cF [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);font-size:1.125rem; }
#Op7vKyx50bIUR3Q70ELDRJrBT30600cF .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-0),0.5);vertical-align:top;width:20.625rem;overflow:hidden;font-style:normal;float:none; }
#Op7vKyx50bIUR3Q70ELDRJrBT30600cF .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; }
#Op7vKyx50bIUR3Q70ELDRJrBT30600cF .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;float:none; }
#Op7vKyx50bIUR3Q70ELDRJrBT30600cF .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#Op7vKyx50bIUR3Q70ELDRJrBT30600cF .widget-container:first-of-type{padding-top:0;}#Op7vKyx50bIUR3Q70ELDRJrBT30600cF .widget-container:last-of-type{padding-bottom:0;}#Op7vKyx50bIUR3Q70ELDRJrBT30600cF  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15006;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:4.18701171875rem;left:30rem;font-size:0.875rem; }
#Op7vKyx50bIUR3Q70ELDRJrBT30600cF .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21.875rem;display:block;vertical-align:top; }
#Op7vKyx50bIUR3Q70ELDRJrBT30600cF .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:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Op7vKyx50bIUR3Q70ELDRJrBT30600cF {display:block;}#Op7vKyx50bIUR3Q70ELDRJrBT30600cF { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15006;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:4.18701171875rem;left:30rem;font-size:0.875rem;display:none; }
#Op7vKyx50bIUR3Q70ELDRJrBT30600cF #XfJezIXUL1nJtTkAGWIBOVpJxcCAJilA { position:relative; }
#Op7vKyx50bIUR3Q70ELDRJrBT30600cF #Ee1qSp8tuAseAXe4drzgmTO0zeDtTLwP { position:relative;display:none; }
#Op7vKyx50bIUR3Q70ELDRJrBT30600cF #RAO8JoJs4TP0h2e6QQZmTlA2mUd3TOgB { position:relative; }
#Op7vKyx50bIUR3Q70ELDRJrBT30600cF #iqbgN06MZMfrWIKK1GrHet9KK78q2O2X { position:relative; }
#Op7vKyx50bIUR3Q70ELDRJrBT30600cF #sPml9NhVerTFTRNTIN22dtGqbGDG07lF { position:relative;z-index:2; }
#Op7vKyx50bIUR3Q70ELDRJrBT30600cF #qrDTe7iJhRz0QS3dVTkMOqAtHyEEt3CX { position:relative; }
#Op7vKyx50bIUR3Q70ELDRJrBT30600cF #gB0rSGsXUtDBzsKVLHODiB31czronb1v { position:relative; }
#Op7vKyx50bIUR3Q70ELDRJrBT30600cF #meXv02LGKDl3RaDKJ7dAMQLuFAURkel7 { position:relative; }
#o0pztWGilNCKCZfn8efgkrwlvd7rKEc1 { color:rgba(var(--color-tertiary-0),1);display:block;width:32.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:11.9375rem;left:0.6875rem;height:6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lQu2xXk5ASVOv25gN3b52qWgpNnEtDNR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9c7f5e5f-37cb-4de8-a9b5-5031b56b6826/ChatGPTImage1lis202500_26_12.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#lQu2xXk5ASVOv25gN3b52qWgpNnEtDNR.adaptive-delivery-prevent-bg, #lQu2xXk5ASVOv25gN3b52qWgpNnEtDNR.lazyload, #lQu2xXk5ASVOv25gN3b52qWgpNnEtDNR.lazyloading { background-image: none; }#lQu2xXk5ASVOv25gN3b52qWgpNnEtDNR > .row .container { border-width: 0; border-radius: 0; }#lQu2xXk5ASVOv25gN3b52qWgpNnEtDNR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lQu2xXk5ASVOv25gN3b52qWgpNnEtDNR > .row .container { font-size:0.875rem;font-family:arial;height:23.75rem;width:60rem;position:relative;display:none; }#QLWrWN7AatkHnAevOToKQExKzWqnCNTC { color:rgba(var(--color-tertiary-0),1);display:block;width:32.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:4.437255859375rem;left:0.625rem;height:8.39845rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XI2VMhSqfqR5F2WT5A3dfofsmciwomN2 .widget-form-header { font-size:0.875rem; }
#XI2VMhSqfqR5F2WT5A3dfofsmciwomN2 .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:#000000;width:21.875rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#XI2VMhSqfqR5F2WT5A3dfofsmciwomN2 .widget-input-text { 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:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.875rem;box-sizing:border-box;height:2.875rem;color:rgba(var(--color-tertiary-0),1);font-size:1.125rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#XI2VMhSqfqR5F2WT5A3dfofsmciwomN2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#XI2VMhSqfqR5F2WT5A3dfofsmciwomN2 .widget-textarea { 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:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.875rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-0),1);font-size:1.125rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#XI2VMhSqfqR5F2WT5A3dfofsmciwomN2 .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:21.875rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;vertical-align:top; }
#XI2VMhSqfqR5F2WT5A3dfofsmciwomN2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#XI2VMhSqfqR5F2WT5A3dfofsmciwomN2 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#XI2VMhSqfqR5F2WT5A3dfofsmciwomN2 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#XI2VMhSqfqR5F2WT5A3dfofsmciwomN2 .widget-input-button { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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:7.6875rem;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:14.1875rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#XI2VMhSqfqR5F2WT5A3dfofsmciwomN2 [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);font-size:1.125rem; }
#XI2VMhSqfqR5F2WT5A3dfofsmciwomN2 [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);font-size:1.125rem; }
#XI2VMhSqfqR5F2WT5A3dfofsmciwomN2 [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);font-size:1.125rem; }
#XI2VMhSqfqR5F2WT5A3dfofsmciwomN2 [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);font-size:1.125rem; }
#XI2VMhSqfqR5F2WT5A3dfofsmciwomN2 .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-0),0.5);vertical-align:top;width:20.625rem;overflow:hidden;font-style:normal;float:none; }
#XI2VMhSqfqR5F2WT5A3dfofsmciwomN2 .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; }
#XI2VMhSqfqR5F2WT5A3dfofsmciwomN2 .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;float:none; }
#XI2VMhSqfqR5F2WT5A3dfofsmciwomN2 .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#XI2VMhSqfqR5F2WT5A3dfofsmciwomN2 .widget-container:first-of-type{padding-top:0;}#XI2VMhSqfqR5F2WT5A3dfofsmciwomN2 .widget-container:last-of-type{padding-bottom:0;}#XI2VMhSqfqR5F2WT5A3dfofsmciwomN2  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15006;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:4.18701171875rem;left:30rem;font-size:0.875rem; }
#XI2VMhSqfqR5F2WT5A3dfofsmciwomN2 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21.875rem;display:block;vertical-align:top; }
#XI2VMhSqfqR5F2WT5A3dfofsmciwomN2 .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:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#XI2VMhSqfqR5F2WT5A3dfofsmciwomN2 {display:block;}#XI2VMhSqfqR5F2WT5A3dfofsmciwomN2 { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15006;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:4.18701171875rem;left:30rem;font-size:0.875rem; }
#XI2VMhSqfqR5F2WT5A3dfofsmciwomN2 #VktZdf7HBovFFdPRxolMXixrDIRNZJQQ { position:relative; }
#XI2VMhSqfqR5F2WT5A3dfofsmciwomN2 #uBXTqMmLVTJbnRBzLOeIaie9Utpw3AKe { position:relative;display:none; }
#XI2VMhSqfqR5F2WT5A3dfofsmciwomN2 #TvTCxWwqxpJNRbGPpCuEhT795hqgJ8vB { position:relative; }
#XI2VMhSqfqR5F2WT5A3dfofsmciwomN2 #G1H5HQVM3S94yaqFH1Mfhlc4itoekxiy { position:relative; }
#XI2VMhSqfqR5F2WT5A3dfofsmciwomN2 #ALBNVTvDJ3RAPJw6fhHF8XKG7iw57RFT { position:relative;z-index:2; }
#XI2VMhSqfqR5F2WT5A3dfofsmciwomN2 #BiyxI9UZiS8CXfPGgWm5TxTSwXdzJTGu { position:relative; }
#XI2VMhSqfqR5F2WT5A3dfofsmciwomN2 #zy9ydVttvA1EDKtttB1BSxoLiaUVqqtS { position:relative; }
#XI2VMhSqfqR5F2WT5A3dfofsmciwomN2 #XL4F0ATm18AQL5L3CDRFE43vv3Vp5UI6 { position:relative; }
#TZVNyO1gW1fFZVE0cIi4Giy0RJgVPq8K { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.625rem;width:13.1875rem;top:4.4375rem;left:46.1875rem;overflow:hidden;display:block; }
#UKmBF9ePV44Bo1339SZgdmNHGEilsQbp { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-left:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-right:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:5.625rem;width:5.625rem;top:6.875rem;left:54.25rem;display:block; }
#sgCUNtlqwNtMZHCvJH676K38O2bpnuTJ .widget-form-header { font-size:0.875rem; }
#sgCUNtlqwNtMZHCvJH676K38O2bpnuTJ .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:#000000;width:21.875rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#sgCUNtlqwNtMZHCvJH676K38O2bpnuTJ .widget-input-text { 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:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.875rem;box-sizing:border-box;height:2.875rem;color:rgba(var(--color-tertiary-0),1);font-size:1.125rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#sgCUNtlqwNtMZHCvJH676K38O2bpnuTJ .widget-input-text {padding-top: 0; padding-bottom: 0;}#sgCUNtlqwNtMZHCvJH676K38O2bpnuTJ .widget-textarea { 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:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.875rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-0),1);font-size:1.125rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#sgCUNtlqwNtMZHCvJH676K38O2bpnuTJ .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:21.875rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;vertical-align:top; }
#sgCUNtlqwNtMZHCvJH676K38O2bpnuTJ .widget-input-select {padding-top: 0; padding-bottom: 0;}#sgCUNtlqwNtMZHCvJH676K38O2bpnuTJ .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#sgCUNtlqwNtMZHCvJH676K38O2bpnuTJ .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#sgCUNtlqwNtMZHCvJH676K38O2bpnuTJ .widget-input-button { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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:7.6875rem;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:14.1875rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#sgCUNtlqwNtMZHCvJH676K38O2bpnuTJ [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);font-size:1.125rem; }
#sgCUNtlqwNtMZHCvJH676K38O2bpnuTJ [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);font-size:1.125rem; }
#sgCUNtlqwNtMZHCvJH676K38O2bpnuTJ [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);font-size:1.125rem; }
#sgCUNtlqwNtMZHCvJH676K38O2bpnuTJ [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);font-size:1.125rem; }
#sgCUNtlqwNtMZHCvJH676K38O2bpnuTJ .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-0),0.5);vertical-align:top;width:20.625rem;overflow:hidden;font-style:normal;float:none; }
#sgCUNtlqwNtMZHCvJH676K38O2bpnuTJ .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; }
#sgCUNtlqwNtMZHCvJH676K38O2bpnuTJ .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;float:none; }
#sgCUNtlqwNtMZHCvJH676K38O2bpnuTJ .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#sgCUNtlqwNtMZHCvJH676K38O2bpnuTJ .widget-container:first-of-type{padding-top:0;}#sgCUNtlqwNtMZHCvJH676K38O2bpnuTJ .widget-container:last-of-type{padding-bottom:0;}#sgCUNtlqwNtMZHCvJH676K38O2bpnuTJ  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15006;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:4.18701171875rem;left:30rem;font-size:0.875rem; }
#sgCUNtlqwNtMZHCvJH676K38O2bpnuTJ .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21.875rem;display:block;vertical-align:top; }
#sgCUNtlqwNtMZHCvJH676K38O2bpnuTJ .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:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#sgCUNtlqwNtMZHCvJH676K38O2bpnuTJ {display:block;}#sgCUNtlqwNtMZHCvJH676K38O2bpnuTJ { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15006;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:4.18701171875rem;left:30rem;font-size:0.875rem;display:none; }
#sgCUNtlqwNtMZHCvJH676K38O2bpnuTJ #yw10P356d92wVGixiZuvHvoSpQNTCC0v { position:relative; }
#sgCUNtlqwNtMZHCvJH676K38O2bpnuTJ #vxglFkX3wrmxRC6pnSV3Tie2zCzDdCW8 { position:relative;display:none; }
#sgCUNtlqwNtMZHCvJH676K38O2bpnuTJ #C9TIwQuhHQJ5zhZoETevTPUbDh3M5CsP { position:relative; }
#sgCUNtlqwNtMZHCvJH676K38O2bpnuTJ #PG34rQ4NxJuP2pxRWMDFCasvpOhQKacT { position:relative; }
#sgCUNtlqwNtMZHCvJH676K38O2bpnuTJ #qmaRNUrxe5BEMS4Xzq1GgL9FoLwEXULf { position:relative;z-index:2; }
#sgCUNtlqwNtMZHCvJH676K38O2bpnuTJ #JPRv4Hb1pTkkukzzmh6Ow81puEoOif3V { position:relative; }
#sgCUNtlqwNtMZHCvJH676K38O2bpnuTJ #bKX7ZknXIHTxbNg4V135BKzNAtmuTSkG { position:relative; }
#sgCUNtlqwNtMZHCvJH676K38O2bpnuTJ #zW5ttmTfiNZXtykLQDe8i8RnEfuRKDuu { position:relative; }
#gv6eINZEeAnpl4hcGPVxi8GxiHfw9seP { color:rgba(var(--color-tertiary-0),1);display:block;width:32.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:4.437255859375rem;left:0.625rem;height:6.2988375rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row .container { background-color: transparent; background-image: none; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row .container > .video-iframe-container { display: none; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row > .video-iframe-container { display: none; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .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); }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row .container { border-width: 0; border-radius: 0; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:60rem;position:relative;display:block; }#OiXCqblWFQnbeCupk3KTvFudGJsEQAJR { color:rgba(var(--color-tertiary-0),1);display:block;width:15.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.5rem;left:0rem;height:1.29980625rem;font-style:normal;display:block; }
#rQ0WA7EnC3Ho1DTs02gCCsQskUKptQqb { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;top:1.875rem;left:48.4375rem; }
#iJP4TtfgLtFNwxk9lWsVUZW3ta7r8Vpv { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;top:1.875rem;left:52.75rem; }
#ENcPDxkDHy1tolWn7EUWqOsXPJo7IzHu { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;top:1.875rem;left:57.5rem; }
#W8GepN4GgtcPWauanZpoktQiDR77G7Pu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#W8GepN4GgtcPWauanZpoktQiDR77G7Pu > .row .container { border-width: 0; border-radius: 0; }#W8GepN4GgtcPWauanZpoktQiDR77G7Pu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W8GepN4GgtcPWauanZpoktQiDR77G7Pu > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:60rem;position:relative;display:none; }#DTVSLe2gsBNxDhwKWUWDwtIWmGklibVL { color:rgba(var(--color-tertiary-0),1);display:block;width:15.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.474609375rem;left:0rem;height:1.29980625rem;font-style:normal;display:block; }
#WefQSguakMrgpy369PGTETPtSvPmfeQL { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;top:1.875rem;left:48.4375rem; }
#WQIhAb4aBg7faZeFpv6AO806mfhKuBLF { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;top:1.875rem;left:52.75rem; }
#ACxqkJVco2rCauXMc3yndGvQTo4NKvEK { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;top:1.875rem;left:57.5rem; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR { display:block; }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kKtGJNBzR0Wile7l8ZMLDKGEHWRz3Nlt { top:1.5rem;left:17.59375rem;width:12.5625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnFxD32VP1pxGCszK0WtUTvsNItmPSLf { width:4.375rem;height:2.5rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRUUUQUSZTQwPNsEFqlMzFgZNQibmqxr { display:block; }
 }@media only screen and (max-width: 763px) { #usdXUDGDfi3MkNE86hBrocywv9ed7xwv { width:5.625rem;height:2.5rem;top:1.0625rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #howJyQ2h1mDlCfDpC2Oo0yMQyoVCH68f { display:block; }
 }@media only screen and (max-width: 763px) { #Md0d0WO40pbWs2iJh3GdQG7go1gCMnpx { width:6.875rem;height:2.5rem;top:1.0625rem;left:40.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PF3TxUDacT4vG7GKPB3kTiLgrxlshtTU { display:block; }
 }@media only screen and (max-width: 763px) { #Dw05RatqCDX2e77r2M2OoXmr1VhTbv36 { width:4.6875rem;height:2.5rem;top:1.125rem;left:36.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GeTBzVhb2JnTOhXvKdHZiIWrmtEwzNti { display:block; }
 }@media only screen and (max-width: 763px) { #pB6eePUE61qEHMN5609N86vGfUULAFfS { display:block; }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TL7Env5HBeok0bEE0S9Kg6109vtrGtgg { top:10.9375rem;left:0rem;width:47.75rem;height:5.75rem;font-size:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a54CiSTTUPlDQTTIfwWs1zWiILwb18Ot { top:9rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6v0HVIhFuCFa0kAVvcHfaW0OiI6GcGL { top:3.8125rem;left:3rem;width:16.375rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lu69foEpyL2TT36ToksasIVzX5L1bav7 { top:16.5rem;left:14.34375rem;width:19.0625rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWQNPTsPpNVkhXpgogxRJXohnrm6T93P { top:2.6875rem;left:11.3125rem;width:25rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNF0Kn2d60VaKQ6zpnbNayxU7FMD1Trg { top:18.3125rem;left:33.687496185302rem;width:8.0625rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPfc68dww4zpOWSbtumoTCiLmhmrn8Pw { top:6.8125rem;left:4.6875rem;width:0.75rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #V04dk3GQIOtI05TJiLfTvi9CmBMTM8PQ { top:25.1875rem;left:40.5625rem;width:0.75rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 { width:18rem;height:5.0625rem;display:flex;top:18.375rem;left:0rem;z-index:15006; }
 }@media only screen and (max-width: 763px) { #NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 #f9MNuJfgZolH3X5AdHewLpZgI3afitFi { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 #k8ZLFTa48ShRmifDrmBn094g2HXDu7Ze {  }
 }@media only screen and (max-width: 763px) { #NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 #Uy01OZ9xF55iQubsz0RimalqfmVMF7hf {  }
 }@media only screen and (max-width: 763px) { #NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 #z4Ri1XLFmy0NSeSK1Jiz0yTPiUzPL6Hk { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 #Cg81q7I4mRUPIX04ZVb42OFcoX1VGTn2 {  }
 }@media only screen and (max-width: 763px) { #NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 #EsQ2dkR6TpyfkTqolIn3idVVo0VLyEFm {  }
 }@media only screen and (max-width: 763px) { #NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 #JforAdLwp43tNtC51E70lXW0s4OhD9T7 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 #EPvwqhW8AcTuWZtuzouAQ4W8QbJOEJuV {  }
 }@media only screen and (max-width: 763px) { #NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 #eN6GKZh5c7Bz8ymkAQ1e2RkZGlxGDmAh {  }
 }@media only screen and (max-width: 763px) { #NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 #hLAs31yRzuxTCt52keCDK5cPZTzw2wD4 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 #k4fTxGafLgOOVH8WTn0AFGoiUBG9kknn {  }
 }@media only screen and (max-width: 763px) { #NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 #Mr3GDEJdQoFpKNZPeiQ63HkzaqB7b73r {  }
 }@media only screen and (max-width: 763px) { #rIeWhoBhSOCfEvVfX7lKuQubF5nVGEJD { top:17.5rem;left:0rem;width:47.75rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlHOl9hic2bEH8IKhzuAzAwV0DLXuCBa { display:none; }#TlHOl9hic2bEH8IKhzuAzAwV0DLXuCBa > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Sq9qG7LO3UZobuD5pspMTDf2rCTVccdx { top:10.9375rem;left:0rem;width:47.75rem;height:5.75rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yaST1qtAIq7MQ4W2rNAqzKmgU8mz8X8n { top:8.25rem;left:0rem;width:20rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cts7DQEmXrKZ7sRIrNG1hxC5RByA44kS { top:3.8125rem;left:3rem;width:16.375rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xaTH01w8MX1OwlCP2CBnToyPrvZ2ZVhh { top:16.5rem;left:14.34375rem;width:19.0625rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cI8tf3lVLWH6qTEikRttfqJBTHuT4Xhu { top:2.6875rem;left:11.3125rem;width:25rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0fyZUk7yIUnpK7hPXLuLb4gK8ssmspq { top:18.3125rem;left:33.687496185302rem;width:8.0625rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFcLptccEVEwqXGbhT8CGe91l4sMsVIN { top:6.8125rem;left:4.6875rem;width:0.75rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihniW60rHSPkhZ2q2OUghwtRWgRvAGZn { top:25.1875rem;left:40.5625rem;width:0.75rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkZvckW9ahQ1XzKSE4G2L2C80XEAWOUF .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rkZvckW9ahQ1XzKSE4G2L2C80XEAWOUF .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#rkZvckW9ahQ1XzKSE4G2L2C80XEAWOUF .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#rkZvckW9ahQ1XzKSE4G2L2C80XEAWOUF { width:18rem;height:5.0625rem;display:flex;top:18.375rem;left:0rem;z-index:15006; }
 }@media only screen and (max-width: 763px) { #rkZvckW9ahQ1XzKSE4G2L2C80XEAWOUF #NH2QeMSFGTwB5xvEoziKyG0TKMTXSqNJ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rkZvckW9ahQ1XzKSE4G2L2C80XEAWOUF #FxMbe6kCd4TT0XMk9eJTMhcl2GIetwnz {  }
 }@media only screen and (max-width: 763px) { #rkZvckW9ahQ1XzKSE4G2L2C80XEAWOUF #G5Bx9CHRax2IdVuVUqES3I45I2ThsIJb {  }
 }@media only screen and (max-width: 763px) { #rkZvckW9ahQ1XzKSE4G2L2C80XEAWOUF #Keda3JFe22K0I5GRATN62lO1grS0BkRx { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rkZvckW9ahQ1XzKSE4G2L2C80XEAWOUF #aMX57v4Bn5hlRfNQO0shFxJTQUJ6xyrn {  }
 }@media only screen and (max-width: 763px) { #rkZvckW9ahQ1XzKSE4G2L2C80XEAWOUF #VVssD5wANGT7M41zpMaKDgbHeV2f4vL4 {  }
 }@media only screen and (max-width: 763px) { #rkZvckW9ahQ1XzKSE4G2L2C80XEAWOUF #fUTOkpFTZAXwC35EnfkEESeTMuLhMagA { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rkZvckW9ahQ1XzKSE4G2L2C80XEAWOUF #ZgUlzbh5ZwvC1yDO8Aq9xJDhOflqnDMa {  }
 }@media only screen and (max-width: 763px) { #rkZvckW9ahQ1XzKSE4G2L2C80XEAWOUF #fVV5iDSPSRbFzLUeTF7UhTgnSvanP8gB {  }
 }@media only screen and (max-width: 763px) { #rkZvckW9ahQ1XzKSE4G2L2C80XEAWOUF #P6OxU8hbmRuwdqwh3oWCcO68MsEMEVy8 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rkZvckW9ahQ1XzKSE4G2L2C80XEAWOUF #LkTPlc1CxsshmlA9xarowE7vIaF62M4o {  }
 }@media only screen and (max-width: 763px) { #rkZvckW9ahQ1XzKSE4G2L2C80XEAWOUF #S14Acht2deNlxV5yO35hTypd5cFS66zD {  }
 }@media only screen and (max-width: 763px) { #PGwMbJwr1QtrFNMSoSMMtIBagrbqTLSu { top:17.5rem;left:0rem;width:47.75rem;height:3.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NA9EGdnf8DIfdklKsDnhN552HOMIIcWV { width:14.0625rem;height:2.8125rem;top:2rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8LBRD0nh8T871lBKSlTQf7JLl8VQyl9 { display:block; }
 }@media only screen and (max-width: 763px) { #ueLQzHslrd8qiSPvqIG49NZDDfJZSD7K { width:14.0625rem;height:2.8125rem;top:2rem;left:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTHgr977lpemfNTBU8d6sAL0S6PVDcqo { display:block; }
 }@media only screen and (max-width: 763px) { #BCA0f1ZVe1MDi8OMU4tg5eEwpZOEu42T { top:3.3125rem;left:0rem;width:25rem;height:25rem;display:none; }
 }@media only screen and (max-width: 763px) { #LUHsgre4JNPJb9NV20EKst1lgVBXKSIW { top:3.3125rem;left:0rem;width:25rem;height:25rem;display:none; }
 }@media only screen and (max-width: 763px) { #nn38zoqroc71migrmhZCEtoEdh30VivU { display:block; }#nn38zoqroc71migrmhZCEtoEdh30VivU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TrTqKJWt9lVRXQzASKm8vECmTkqSZ3LX { width:14.0625rem;height:2.8125rem;top:2rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUFRQ9bddsA16gWsLmq3qeNN7ygEMrLd { display:block; }
 }@media only screen and (max-width: 763px) { #qKHL4W2KKzG0yBM89JdoGdJ7NuUHyDeL { width:14.0625rem;height:2.8125rem;top:2rem;left:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgOpoVwZOZV8lzlBmrGWCldVrvWy0D3u { display:block; }
 }@media only screen and (max-width: 763px) { #QQZVPKZSqL4eg4FsvvxlTZy4b0I9Tl47 { display:none; }#QQZVPKZSqL4eg4FsvvxlTZy4b0I9Tl47 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XrHhGBwbUb11nGbixvdB9Z3rFwq6b8AS { display:block; }#XrHhGBwbUb11nGbixvdB9Z3rFwq6b8AS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oDkkLXPy9yGrm9MlR07Ted8pTuaqkdcb { top:4.375rem;left:9.1875rem;width:13.0625rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkNTWTdfl99Ab2LnWhosB4DdrnvKn53U { top:23rem;left:0rem;width:47.75rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #thKcfeyo4HtDV5LR2vT7QcJCattO9zU3 { top:25.25rem;left:0rem;width:25.625rem;height:15.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5Luqu0DkcZTpTO0KWrc9FnyovFM4VvF { top:37.5rem;left:24.752130508423rem;width:13.75rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #baKkBtIogdikPagcAxTGJeQQcg6CZEBm { top:7.9375rem;left:15.25rem;width:32.5rem;height:37.3118125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CelzPiXTkbN8napVTxVcZTZ5tkEnBwAN { top:11.375rem;left:0rem;width:28.75rem;height:5.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzbD9eJM3tTwxF6OuiBIrPhuBU2aa8wB { display:none; }#BzbD9eJM3tTwxF6OuiBIrPhuBU2aa8wB > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Tu9a9sONnoqc4rqZz7rFMEdK5fXzJMV7 { top:4.375rem;left:9.1875rem;width:13.0625rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAOe1Keh8LPioeJngQqma5W8M6lFRDvl { top:23rem;left:0rem;width:47.75rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXEgGwSIxvt6KJiE8ZEoKixJdk2Tsbdv { top:35.9375rem;left:0rem;width:19.0625rem;height:19.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsW2LlFyyliQVeJvPP0agaKgP2KpoR8X { top:37.5rem;left:24.752130508423rem;width:13.75rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4OcSoS8hcWTCqSTCRsHPln0ud3GItlL { top:7.9375rem;left:15.25rem;width:32.5rem;height:37.3118125rem;display:block; }
 }@media only screen and (max-width: 763px) { #isf7qoffDSIw2zHlG7AJJALNnXoUDcyv { top:11.375rem;left:0rem;width:28.75rem;height:5.3125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExDfy9sf2TuZmduySMwkkdneasmJZkSK { display:block; }#ExDfy9sf2TuZmduySMwkkdneasmJZkSK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wN1GBkANTOUIS2eAPD9Pwc9vTmtrgG1l { top:4.125rem;left:0rem;width:47.75rem;height:2.375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCaO1b6FkOx4FOTe6vxNaoPkv1wA07SS { display:none; }#fCaO1b6FkOx4FOTe6vxNaoPkv1wA07SS > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RVqVS1Rx2Hg939VQiZMu0LNIT6WqNBQx { top:1.6875rem;left:0rem;width:17.9375rem;height:6.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBIZ4XaICi6yMLCQhcED62w4o4JUXTsZ { display:block; }#VBIZ4XaICi6yMLCQhcED62w4o4JUXTsZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OPN8efVmy4zqxevsdOsOm6lIq8vtm33R { top:12.125rem;left:0rem;width:31.25rem;height:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRTxUUmhpDQueJiNzkaPhJQ2JDkhWt6q { top:29rem;left:20.8125rem;width:26.9375rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVzfHbU1ESVGIxZaUVOlwaiwkDTIMQbF { top:14.25rem;left:20.25rem;width:27.5rem;height:2.125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l41Ns1i3wZeT5QbsaXL2vrefWKKBRna8 { top:16.375rem;left:20.25rem;width:27.5rem;height:11.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #szxylcXwcEkylxb0rhCzgvETbkeNNS3T { top:20.125rem;left:0rem;width:25rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqTqxVPfRfykSPb2yVaaFsx0p4Pennv8 { top:3.1875rem;left:47rem;width:0.6875rem;height:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXZTssvy1xfoAAidERni5qhxfrfas7hK { top:4.375rem;left:0rem;width:24.375rem;height:34.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sdy68wQMCmANa5aW4ng7E9diZVHzSOH8 { display:none; }#Sdy68wQMCmANa5aW4ng7E9diZVHzSOH8 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ruig4Q54iadHnc6BOQJ7eGBDzuUkTNgo { top:12.125rem;left:0rem;width:31.25rem;height:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTOuL4z1x8bdDqU2LIdF0ygrr6foeePL { top:26.4375rem;left:0rem;width:19.375rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUyAvmuTkOPczZvdyvRuIz01sP7xaJSK { top:5.4375rem;left:0rem;width:18.625rem;height:4.1875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6hu9kqPAGTZUVi54zEPVJ2EMGp78UCM { top:8.9375rem;left:0rem;width:18.1875rem;height:15.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4e54OhvB0vUpKRi4nfLWEeR1SL6F7HK { top:20.125rem;left:0rem;width:25rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtTKDTChAOaRL26aw6g3sXa56TWP1EyT { top:3.1875rem;left:47rem;width:0.6875rem;height:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7yIKEF5xS8VxDfsPcna57SqtzipFoOb { top:4.375rem;left:0rem;width:24.375rem;height:34.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rO3z1mLKvnb11pCddEfnBLODA9bUH7gA { display:block; }#rO3z1mLKvnb11pCddEfnBLODA9bUH7gA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DyyoNggH1UN25r0T4xOZnl4hZUZX4FhQ { top:10.375rem;left:0rem;width:31.25rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJaxdfFZhfMcooJeVgbg1EeQ1GKCMShc { top:12.5625rem;left:0rem;width:26.3125rem;height:2.125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vARZTOcyZShxkadl4Jt8HcoHTZlFkaP7 { top:16.4375rem;left:0rem;width:27.5rem;height:14.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFiNN6IqnI4g2o00wiArtiBXm2uSkPSe { top:25.875rem;left:0rem;width:27.1875rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CN6AZ27DhHhtyPTvUxOtFlu1RDqDtZ8f { top:34.5rem;left:15.875rem;width:0.6875rem;height:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4Z7UPbxf3og1EIfi9ue1m95tWa8SuDz { top:1.875rem;left:21.375rem;width:26.25rem;height:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qG9O3JuO9RVtsSOTaABa9CTHELve0Bv9 { top:10.5rem;left:10rem;width:13.75rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJ44iXGpLVSO2gVoJZBdKB1hODl0lH4q { top:7.0625rem;left:23.875rem;width:0.75rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAEQfzE0ExOxvcVSWcSTKOggXii0pBFn { top:3.125rem;left:21.1875rem;width:26.0625rem;height:36.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9FlnOioDcTK1alrmG62hDWHyf7WxTTq { display:none; }#a9FlnOioDcTK1alrmG62hDWHyf7WxTTq > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dfalT137VNaGqh10dU6ynsxvyIMTIzZ7 { top:10.375rem;left:0rem;width:31.25rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XS6ankf9GTgKgOx4dsu7wR7dQdbVzz19 { top:12.5625rem;left:0rem;width:26.3125rem;height:2.125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #flMQq3ZeF62rOCX91trUNOcsJ1XeE6Kz { top:7.9375rem;left:0rem;width:17.375rem;height:17.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KwP3ITILv9U8lmH7XzpeqoGJyCc2Gphp { top:22.8125rem;left:0rem;width:17.25rem;height:3.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDOBiRI5bfez61G84UQ2OWrMIE63ES8D { top:34.5rem;left:15.875rem;width:0.6875rem;height:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyJCgAAaIV4haZRPNL7QDgVoJxnRbDf6 { top:1.875rem;left:21.375rem;width:26.25rem;height:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xElKV3aJKvegaGz2VaEmvRJhgMRTrAnK { top:10.5rem;left:10rem;width:13.75rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6dKpLqMTNPZwDaHQIal6v4xaFnt1thC { top:7.0625rem;left:23.875rem;width:0.75rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nq0O8acABfEDcsPp4bzqFipB5vBi2vyo { top:3.125rem;left:21.1875rem;width:26.0625rem;height:36.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJh2GEizoqkT0KTLOuEdRSVtEWytNSlX { top:3.3125rem;left:0rem;width:25rem;height:25rem;display:none; }
 }@media only screen and (max-width: 763px) { #eVc3B11TEs9Eh9QsefxBtXLo3izQzGge { display:block; }#eVc3B11TEs9Eh9QsefxBtXLo3izQzGge > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AZ9OgxSGI5V6A6IAViTuqdJE6GuCuBaB { top:9.375rem;left:0rem;width:31.25rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPTnlFOsmdbVDcw6BXfxNqTLsVlHI5Cu { top:11.1875rem;left:18.875rem;width:28.875rem;height:2.125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIXNyTxTSGII3ankwIa6DMgiR5VzW3p1 { top:14.5rem;left:20.125rem;width:27.625rem;height:9rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvOiLzyW1ONNwWIq5iAywJybXEaIovzm { top:2.625rem;left:42.436851501465rem;width:0.75rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWfFeTUSyDGT9kvLy8ekTyVIdVxUIeZ1 { top:3.3125rem;left:0rem;width:25rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXSpocLPvTyQQ2Soue2bNtVBM8tOxIWb { top:16.625rem;left:10rem;width:13.75rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qdx3aM8kgIx7swHuek2FSXZKSyH10czp { top:39.25rem;left:26.9375rem;width:0.75rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnOlhUEmpZxio9MLE4e5nJz4d7CKZQFT { top:2rem;left:0rem;width:26.0625rem;height:36.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwzkNNIIk9cKh1iVdNHFX3w7k1RQ5vEn { top:25.25rem;left:20.8125rem;width:26.9375rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8ml8FUI1mqbuODaRPZJTH64xdtFcSoH { top:3.3125rem;left:0rem;width:25rem;height:25rem;display:none; }
 }@media only screen and (max-width: 763px) { #r0nQOVXClTXT9MSg3CG1ZWmxONFO1Ttc { display:none; }#r0nQOVXClTXT9MSg3CG1ZWmxONFO1Ttc > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #eJIqBHHW565UVluIIay4Qkk2Cpk7TdM9 { top:9.375rem;left:0rem;width:31.25rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgTzb0BJIz9vf8AVcFWEK8idQp8iUTly { top:5.0625rem;left:0rem;width:19.1875rem;height:4.1875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8IiWMKNKJClpxs7uAtaI8cLqVcBDE0L { top:14.5rem;left:20.125rem;width:27.625rem;height:9rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1VSveltzBF7SrpJ5XLPikQW15MyOvJD { top:2.625rem;left:42.436851501465rem;width:0.75rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMk5Ha78MXcuJOmmWNBc6NIiKCmUnMmD { top:3.3125rem;left:0rem;width:25rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3Tv7PM2AXdosz17UPhKvRC8DSh4tX4V { top:16.625rem;left:10rem;width:13.75rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4WF5EkHLFqaQo1KRGGws3AihoKEbSsp { top:39.25rem;left:26.9375rem;width:0.75rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIVdWAhMTTg4ev6aWIusxVUSFgmVLWlU { top:2rem;left:0rem;width:26.0625rem;height:36.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTCVfps6oXRgKJWFaOZ3XiBtxICwLOz6 { top:24rem;left:0rem;width:19.125rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwTEsBwBq8vXNTggGw7w1dwiUOxBq5Oe { display:block; }#rwTEsBwBq8vXNTggGw7w1dwiUOxBq5Oe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ahZ7FqtnMMcwDUCxknZFiUM5em4oRKnV { top:4.375rem;left:9.1875rem;width:13.0625rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2Ax1gCbFCvp0NzzxTtAB01y0OIGOml3 { top:23.1875rem;left:0rem;width:47.75rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3e8ULyeQw6Q6R6QwfADzlKRcNzDyrde { top:12.375rem;left:0rem;width:28.75rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqTHfLfxaQM2GbERLq38DWEkAbKkSdkh { top:26.9375rem;left:0rem;width:23.3125rem;height:15rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXEuKsSVa4eQgcUy1iC6dTzaS7ZfRmtI { top:37.1875rem;left:3.0625rem;width:13.75rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ix4JXw5Ao5e6VLE77xL4gLvds0ySUzns { top:7.9375rem;left:9.9375rem;width:37.8125rem;height:37.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hvfqwrs9l5TQG3utk6MJ5dQOqFrDXZ2G { top:39.0625rem;left:0rem;width:26.9375rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpWVFELKUoBZuCel0pMF6Baxp86Tek1e { display:none; }#KpWVFELKUoBZuCel0pMF6Baxp86Tek1e > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #X2JK4cIv8TAuu57ZPGnWNzmM4AozMW0v { top:4.375rem;left:9.1875rem;width:13.0625rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #obznCd13uDWWNtK8d5NLMkK5GgsOPvwc { top:23.1875rem;left:0rem;width:47.75rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NaL4oI34uliyLXUSvlcCl08bu81fPAlm { top:6.8125rem;left:0rem;width:20rem;height:8.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SM0xRu7ZlV6xKdUJxNC98Xd2UbbPEOpp { top:40.3125rem;left:0rem;width:17.75rem;height:15.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ah6oGupqcpVtVtTR9WnsRlbiqCuJzrSH { top:37.1875rem;left:3.0625rem;width:13.75rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZcJACURA6Z3uRzZaAMmp5MEi7lp4heC { top:7.9375rem;left:9.9375rem;width:37.8125rem;height:37.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGZN1iagqtJHXCcwaXrmXVKppmvcqi5D { top:54.5rem;left:0rem;width:18.875rem;height:2.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vd8C8oTqpeEaEeuooQAJ0NKyTlH82gQa { display:block; }#Vd8C8oTqpeEaEeuooQAJ0NKyTlH82gQa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fX3HfJBt9RtwbB3ydzrDF4o1Qe56pRX0 { top:3.125rem;left:0rem;width:47.75rem;height:2.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZtRThEbtg8IfVOehwWoXLZ3sbAceReZ { display:block; }#UZtRThEbtg8IfVOehwWoXLZ3sbAceReZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ExadTtpviq7MhodL8eiL47sQI14Ui05G { top:2.4375rem;left:0rem;width:20rem;height:4.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ef1Wnl1dSG8XypCeoKlQJaFTVBMAPu6W { display:block; }#Ef1Wnl1dSG8XypCeoKlQJaFTVBMAPu6W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vrudaNQmhQe2HHGl6zsHlA68RaGPG39g { top:0rem;left:0rem;width:18.4375rem;height:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqvA00rZUatPfrSSCEpsWJXKaKQv7loM { top:1.125rem;left:0rem;width:14.125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWhTobNMRmgGbQIa4nVJxmKcXL3FbZAp { top:3.8125rem;left:0rem;width:15.9375rem;height:13.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #swbBW1kIeE1TFhFe71iQPAV44lpE4t3U { top:0rem;left:29.1875rem;width:18.4375rem;height:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpbDdNBraDukNUho90Q7VJwXPhyrGKSa { top:3.8125rem;left:31.375rem;width:16.25rem;height:15rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5ezeBUOhlCUIENt1e7o3nhQaK7VptWU { top:1.125rem;left:32.625rem;width:14.125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2zBGe6qyaiApKwD1PXX7otGrMA5yKTR { top:0rem;left:13.3125rem;width:18.4375rem;height:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmbsGXEeoVGRhhXvePX3F3rDVxBUqTzm { top:4.125rem;left:15.8125rem;width:15.9375rem;height:13.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEeqrJSFqeBWE8ew6EFLVwH0hQDARTpd { top:1.125rem;left:16rem;width:14.9375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OeMuhxMFkrBQsCCGJuX0IaErgzZm2Avk { display:block; }#OeMuhxMFkrBQsCCGJuX0IaErgzZm2Avk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vqu9cPdZJ9kCf9TILr9ZsydiTrAn7ZRa { top:0rem;left:0rem;width:18.4375rem;height:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UtgVTeNQIPeAXZfeOyodlKsE8vG2r3nU { top:1.125rem;left:0rem;width:14.125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttdiwh6E4ZHTvvqgN0miOTy9WSJdaqJo { top:5.0625rem;left:0.125rem;width:15.625rem;height:13.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCgi6HkS5u3mCCeI4KinrWaNRhfRVVN8 { top:0rem;left:29.1875rem;width:18.4375rem;height:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHlXXbXgzRoSKsZ87wyVQw7r1PTlFRx7 { top:3.8125rem;left:31.375rem;width:16.25rem;height:15rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETsKHMomr6cC42a5aApfRFUTWrkJpy14 { top:1.125rem;left:32.625rem;width:14.125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EoM69TvFP59Mv1pCwnEzGPPkkTqACTxZ { top:0rem;left:13.3125rem;width:18.4375rem;height:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTF0xNJeJviZIVLZOgZqQGLtMkOPCnux { top:25.375rem;left:0rem;width:15.875rem;height:13.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBVTIPnsxUrN7TggXpxafC50KoB53ylp { top:1.125rem;left:16rem;width:14.9375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #enmT6hJXdRA7MLVdlm4y94sT2mKKh41l { display:block; }#enmT6hJXdRA7MLVdlm4y94sT2mKKh41l > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bqP8QT1sc5I9vrnTC7XxWo7DcO8XgCL5 { top:2.5625rem;left:0rem;width:32.5rem;height:6.0625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxufItuwhS1iVvrJOaXDpy55MZtPW1ux .widget-regular-label { width:21.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux .widget-input-text { width:21.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux .widget-input-text {padding-top: 0; padding-bottom: 0;}#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux .widget-textarea { width:21.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux .widget-input-select { width:21.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux .widget-input-select {padding-top: 0; padding-bottom: 0;}#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux .widget-input-button { width:14.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux .widget-checkbox-label { width:20.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux  { width:21.875rem;height:auto;top:3.5rem;left:23.375rem; }
#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux .radio-container { width:21.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux {display:block;}#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux { width:21.875rem;height:auto;top:3.5rem;left:23.375rem; }
 }@media only screen and (max-width: 763px) { #zxufItuwhS1iVvrJOaXDpy55MZtPW1ux #m7S0Sb6xkpUEfAIepVsneo0sbvW5oXV2 {  }
 }@media only screen and (max-width: 763px) { #zxufItuwhS1iVvrJOaXDpy55MZtPW1ux #BCS93go8bFNkm72F024P155JbmuNp0yE { display:none; }
 }@media only screen and (max-width: 763px) { #zxufItuwhS1iVvrJOaXDpy55MZtPW1ux #CwO1hpvQOPwxHHA2funq2U2JELsXBI6i {  }
 }@media only screen and (max-width: 763px) { #zxufItuwhS1iVvrJOaXDpy55MZtPW1ux #tkVQmwOccg0TbrutGFumhVhV2zeDkIuK {  }
 }@media only screen and (max-width: 763px) { #zxufItuwhS1iVvrJOaXDpy55MZtPW1ux #r57AEom0GbWdAmGrgaJmlnySdXwpoGhK {  }
 }@media only screen and (max-width: 763px) { #zxufItuwhS1iVvrJOaXDpy55MZtPW1ux #iDuikichCTzmRhFHskGoJ4QhqMtkoxLH {  }
 }@media only screen and (max-width: 763px) { #zxufItuwhS1iVvrJOaXDpy55MZtPW1ux #bcpmReLNO6TxQnwQu4knmC6PNmvvwQ9M {  }
 }@media only screen and (max-width: 763px) { #zxufItuwhS1iVvrJOaXDpy55MZtPW1ux #HzRkvSALagO4t15cs2MsPv1AGKBFaDX8 {  }
 }@media only screen and (max-width: 763px) { #ToWJu2VfBtOhrEv5Ao1eXEEBRQ3l5mXk { top:3.75rem;left:34.5625rem;width:13.1875rem;height:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDm3DkaBOHs04yBsqsrmg5tpnRN8c5lk { top:6.1875rem;left:42rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Op7vKyx50bIUR3Q70ELDRJrBT30600cF .widget-regular-label { width:21.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#Op7vKyx50bIUR3Q70ELDRJrBT30600cF .widget-input-text { width:21.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Op7vKyx50bIUR3Q70ELDRJrBT30600cF .widget-input-text {padding-top: 0; padding-bottom: 0;}#Op7vKyx50bIUR3Q70ELDRJrBT30600cF .widget-textarea { width:21.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Op7vKyx50bIUR3Q70ELDRJrBT30600cF .widget-input-select { width:21.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Op7vKyx50bIUR3Q70ELDRJrBT30600cF .widget-input-select {padding-top: 0; padding-bottom: 0;}#Op7vKyx50bIUR3Q70ELDRJrBT30600cF .widget-input-button { width:14.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Op7vKyx50bIUR3Q70ELDRJrBT30600cF .widget-checkbox-label { width:20.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Op7vKyx50bIUR3Q70ELDRJrBT30600cF  { width:21.875rem;height:auto;top:4.125rem;left:23.375rem; }
#Op7vKyx50bIUR3Q70ELDRJrBT30600cF .radio-container { width:21.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Op7vKyx50bIUR3Q70ELDRJrBT30600cF {display:block;}#Op7vKyx50bIUR3Q70ELDRJrBT30600cF { width:21.875rem;height:auto;top:4.125rem;left:23.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Op7vKyx50bIUR3Q70ELDRJrBT30600cF #XfJezIXUL1nJtTkAGWIBOVpJxcCAJilA {  }
 }@media only screen and (max-width: 763px) { #Op7vKyx50bIUR3Q70ELDRJrBT30600cF #Ee1qSp8tuAseAXe4drzgmTO0zeDtTLwP { display:none; }
 }@media only screen and (max-width: 763px) { #Op7vKyx50bIUR3Q70ELDRJrBT30600cF #RAO8JoJs4TP0h2e6QQZmTlA2mUd3TOgB {  }
 }@media only screen and (max-width: 763px) { #Op7vKyx50bIUR3Q70ELDRJrBT30600cF #iqbgN06MZMfrWIKK1GrHet9KK78q2O2X {  }
 }@media only screen and (max-width: 763px) { #Op7vKyx50bIUR3Q70ELDRJrBT30600cF #sPml9NhVerTFTRNTIN22dtGqbGDG07lF {  }
 }@media only screen and (max-width: 763px) { #Op7vKyx50bIUR3Q70ELDRJrBT30600cF #qrDTe7iJhRz0QS3dVTkMOqAtHyEEt3CX {  }
 }@media only screen and (max-width: 763px) { #Op7vKyx50bIUR3Q70ELDRJrBT30600cF #gB0rSGsXUtDBzsKVLHODiB31czronb1v {  }
 }@media only screen and (max-width: 763px) { #Op7vKyx50bIUR3Q70ELDRJrBT30600cF #meXv02LGKDl3RaDKJ7dAMQLuFAURkel7 {  }
 }@media only screen and (max-width: 763px) { #o0pztWGilNCKCZfn8efgkrwlvd7rKEc1 { top:11.9375rem;left:0rem;width:32.5rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQu2xXk5ASVOv25gN3b52qWgpNnEtDNR { display:block; }#lQu2xXk5ASVOv25gN3b52qWgpNnEtDNR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QLWrWN7AatkHnAevOToKQExKzWqnCNTC { top:3.5625rem;left:0rem;width:20rem;height:7.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XI2VMhSqfqR5F2WT5A3dfofsmciwomN2 .widget-regular-label { width:21.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#XI2VMhSqfqR5F2WT5A3dfofsmciwomN2 .widget-input-text { width:21.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XI2VMhSqfqR5F2WT5A3dfofsmciwomN2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#XI2VMhSqfqR5F2WT5A3dfofsmciwomN2 .widget-textarea { width:21.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XI2VMhSqfqR5F2WT5A3dfofsmciwomN2 .widget-input-select { width:21.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XI2VMhSqfqR5F2WT5A3dfofsmciwomN2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#XI2VMhSqfqR5F2WT5A3dfofsmciwomN2 .widget-input-button { width:14.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XI2VMhSqfqR5F2WT5A3dfofsmciwomN2 .widget-checkbox-label { width:20.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#XI2VMhSqfqR5F2WT5A3dfofsmciwomN2  { width:21.875rem;height:auto;top:4.125rem;left:23.375rem; }
#XI2VMhSqfqR5F2WT5A3dfofsmciwomN2 .radio-container { width:21.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XI2VMhSqfqR5F2WT5A3dfofsmciwomN2 {display:block;}#XI2VMhSqfqR5F2WT5A3dfofsmciwomN2 { width:21.875rem;height:auto;top:4.125rem;left:23.375rem; }
 }@media only screen and (max-width: 763px) { #XI2VMhSqfqR5F2WT5A3dfofsmciwomN2 #VktZdf7HBovFFdPRxolMXixrDIRNZJQQ {  }
 }@media only screen and (max-width: 763px) { #XI2VMhSqfqR5F2WT5A3dfofsmciwomN2 #uBXTqMmLVTJbnRBzLOeIaie9Utpw3AKe { display:none; }
 }@media only screen and (max-width: 763px) { #XI2VMhSqfqR5F2WT5A3dfofsmciwomN2 #TvTCxWwqxpJNRbGPpCuEhT795hqgJ8vB {  }
 }@media only screen and (max-width: 763px) { #XI2VMhSqfqR5F2WT5A3dfofsmciwomN2 #G1H5HQVM3S94yaqFH1Mfhlc4itoekxiy {  }
 }@media only screen and (max-width: 763px) { #XI2VMhSqfqR5F2WT5A3dfofsmciwomN2 #ALBNVTvDJ3RAPJw6fhHF8XKG7iw57RFT {  }
 }@media only screen and (max-width: 763px) { #XI2VMhSqfqR5F2WT5A3dfofsmciwomN2 #BiyxI9UZiS8CXfPGgWm5TxTSwXdzJTGu {  }
 }@media only screen and (max-width: 763px) { #XI2VMhSqfqR5F2WT5A3dfofsmciwomN2 #zy9ydVttvA1EDKtttB1BSxoLiaUVqqtS {  }
 }@media only screen and (max-width: 763px) { #XI2VMhSqfqR5F2WT5A3dfofsmciwomN2 #XL4F0ATm18AQL5L3CDRFE43vv3Vp5UI6 {  }
 }@media only screen and (max-width: 763px) { #TZVNyO1gW1fFZVE0cIi4Giy0RJgVPq8K { top:4.4375rem;left:34.5625rem;width:13.1875rem;height:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKmBF9ePV44Bo1339SZgdmNHGEilsQbp { top:6.875rem;left:42rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgCUNtlqwNtMZHCvJH676K38O2bpnuTJ .widget-regular-label { width:21.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#sgCUNtlqwNtMZHCvJH676K38O2bpnuTJ .widget-input-text { width:21.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#sgCUNtlqwNtMZHCvJH676K38O2bpnuTJ .widget-input-text {padding-top: 0; padding-bottom: 0;}#sgCUNtlqwNtMZHCvJH676K38O2bpnuTJ .widget-textarea { width:21.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#sgCUNtlqwNtMZHCvJH676K38O2bpnuTJ .widget-input-select { width:21.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#sgCUNtlqwNtMZHCvJH676K38O2bpnuTJ .widget-input-select {padding-top: 0; padding-bottom: 0;}#sgCUNtlqwNtMZHCvJH676K38O2bpnuTJ .widget-input-button { width:14.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#sgCUNtlqwNtMZHCvJH676K38O2bpnuTJ .widget-checkbox-label { width:20.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#sgCUNtlqwNtMZHCvJH676K38O2bpnuTJ  { width:21.875rem;height:auto;top:4.125rem;left:23.375rem; }
#sgCUNtlqwNtMZHCvJH676K38O2bpnuTJ .radio-container { width:21.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#sgCUNtlqwNtMZHCvJH676K38O2bpnuTJ {display:block;}#sgCUNtlqwNtMZHCvJH676K38O2bpnuTJ { width:21.875rem;height:auto;top:4.125rem;left:23.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #sgCUNtlqwNtMZHCvJH676K38O2bpnuTJ #yw10P356d92wVGixiZuvHvoSpQNTCC0v {  }
 }@media only screen and (max-width: 763px) { #sgCUNtlqwNtMZHCvJH676K38O2bpnuTJ #vxglFkX3wrmxRC6pnSV3Tie2zCzDdCW8 { display:none; }
 }@media only screen and (max-width: 763px) { #sgCUNtlqwNtMZHCvJH676K38O2bpnuTJ #C9TIwQuhHQJ5zhZoETevTPUbDh3M5CsP {  }
 }@media only screen and (max-width: 763px) { #sgCUNtlqwNtMZHCvJH676K38O2bpnuTJ #PG34rQ4NxJuP2pxRWMDFCasvpOhQKacT {  }
 }@media only screen and (max-width: 763px) { #sgCUNtlqwNtMZHCvJH676K38O2bpnuTJ #qmaRNUrxe5BEMS4Xzq1GgL9FoLwEXULf {  }
 }@media only screen and (max-width: 763px) { #sgCUNtlqwNtMZHCvJH676K38O2bpnuTJ #JPRv4Hb1pTkkukzzmh6Ow81puEoOif3V {  }
 }@media only screen and (max-width: 763px) { #sgCUNtlqwNtMZHCvJH676K38O2bpnuTJ #bKX7ZknXIHTxbNg4V135BKzNAtmuTSkG {  }
 }@media only screen and (max-width: 763px) { #sgCUNtlqwNtMZHCvJH676K38O2bpnuTJ #zW5ttmTfiNZXtykLQDe8i8RnEfuRKDuu {  }
 }@media only screen and (max-width: 763px) { #gv6eINZEeAnpl4hcGPVxi8GxiHfw9seP { top:29.4375rem;left:0rem;width:20rem;height:2.875rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf { display:block; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OiXCqblWFQnbeCupk3KTvFudGJsEQAJR { top:2.5rem;left:0rem;width:15.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQ0WA7EnC3Ho1DTs02gCCsQskUKptQqb { width:2.5rem;height:2.5rem;top:1.875rem;left:42.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJP4TtfgLtFNwxk9lWsVUZW3ta7r8Vpv { width:2.5rem;height:2.5rem;top:1.875rem;left:45.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENcPDxkDHy1tolWn7EUWqOsXPJo7IzHu { width:2.5rem;height:2.5rem;top:1.875rem;left:45.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8GepN4GgtcPWauanZpoktQiDR77G7Pu { display:block; }#W8GepN4GgtcPWauanZpoktQiDR77G7Pu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DTVSLe2gsBNxDhwKWUWDwtIWmGklibVL { top:2.4375rem;left:0rem;width:15.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WefQSguakMrgpy369PGTETPtSvPmfeQL { width:2.5rem;height:2.5rem;top:1.875rem;left:42.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQIhAb4aBg7faZeFpv6AO806mfhKuBLF { width:2.5rem;height:2.5rem;top:1.875rem;left:45.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACxqkJVco2rCauXMc3yndGvQTo4NKvEK { width:2.5rem;height:2.5rem;top:1.875rem;left:45.25rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR { display:none; }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR > .row .container { width:20rem;height:16.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #kKtGJNBzR0Wile7l8ZMLDKGEHWRz3Nlt { width:12.5610625rem;height:1.6235375rem;top:7.5rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnFxD32VP1pxGCszK0WtUTvsNItmPSLf { width:3.75rem;height:1.875rem;top:1.25rem;left:8.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRUUUQUSZTQwPNsEFqlMzFgZNQibmqxr { display:block; }
 }@media only screen and (max-width: 763px) { #usdXUDGDfi3MkNE86hBrocywv9ed7xwv { width:4.6875rem;height:1.875rem;top:4.375rem;left:7.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #howJyQ2h1mDlCfDpC2Oo0yMQyoVCH68f { display:block; }
 }@media only screen and (max-width: 763px) { #Md0d0WO40pbWs2iJh3GdQG7go1gCMnpx { width:5.9375rem;height:1.875rem;top:13.4985375rem;left:7rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PF3TxUDacT4vG7GKPB3kTiLgrxlshtTU { display:block; }
 }@media only screen and (max-width: 763px) { #Dw05RatqCDX2e77r2M2OoXmr1VhTbv36 { width:4.0625rem;height:1.875rem;top:10.3735375rem;left:7.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GeTBzVhb2JnTOhXvKdHZiIWrmtEwzNti { display:block; }
 }@media only screen and (max-width: 763px) { #pB6eePUE61qEHMN5609N86vGfUULAFfS { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9a1fc1f0-06ca-4695-a712-1d6ac3cb1452/blurv2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#pB6eePUE61qEHMN5609N86vGfUULAFfS.adaptive-delivery-prevent-bg, #pB6eePUE61qEHMN5609N86vGfUULAFfS.lazyload, #pB6eePUE61qEHMN5609N86vGfUULAFfS.lazyloading { background-image: none; }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row .container { width:20rem;height:62rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TL7Env5HBeok0bEE0S9Kg6109vtrGtgg { width:20rem;height:2.5996125rem;top:9.94873125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a54CiSTTUPlDQTTIfwWs1zWiILwb18Ot { width:20rem;height:auto;top:9rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #P6v0HVIhFuCFa0kAVvcHfaW0OiI6GcGL { width:5.625rem;height:5.625rem;top:24.3896375rem;left:7.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Lu69foEpyL2TT36ToksasIVzX5L1bav7 { width:17.5rem;height:0.185546875rem;top:45.233143359375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWQNPTsPpNVkhXpgogxRJXohnrm6T93P { width:19.8730625rem;height:19.8730625rem;top:31.4208875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #DNF0Kn2d60VaKQ6zpnbNayxU7FMD1Trg { width:8.0615rem;height:8.0615rem;top:52.7002rem;left:5.875rem;z-index:14996;display:none; }
 }@media only screen and (max-width: 763px) { #xPfc68dww4zpOWSbtumoTCiLmhmrn8Pw { width:0.7495125rem;height:0.7495125rem;top:27.420643359375rem;left:8.81201171875rem;display:none; }
 }@media only screen and (max-width: 763px) { #V04dk3GQIOtI05TJiLfTvi9CmBMTM8PQ { width:0.7495125rem;height:0.7495125rem;top:59.5752rem;left:12.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 { width:18rem;height:5.0625rem;display:flex;top:1.25rem;left:1rem;z-index:15006;display:none; }
 }@media only screen and (max-width: 763px) { #NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 #f9MNuJfgZolH3X5AdHewLpZgI3afitFi { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 #k8ZLFTa48ShRmifDrmBn094g2HXDu7Ze {  }
 }@media only screen and (max-width: 763px) { #NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 #Uy01OZ9xF55iQubsz0RimalqfmVMF7hf {  }
 }@media only screen and (max-width: 763px) { #NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 #z4Ri1XLFmy0NSeSK1Jiz0yTPiUzPL6Hk { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 #Cg81q7I4mRUPIX04ZVb42OFcoX1VGTn2 {  }
 }@media only screen and (max-width: 763px) { #NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 #EsQ2dkR6TpyfkTqolIn3idVVo0VLyEFm {  }
 }@media only screen and (max-width: 763px) { #NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 #JforAdLwp43tNtC51E70lXW0s4OhD9T7 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 #EPvwqhW8AcTuWZtuzouAQ4W8QbJOEJuV {  }
 }@media only screen and (max-width: 763px) { #NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 #eN6GKZh5c7Bz8ymkAQ1e2RkZGlxGDmAh {  }
 }@media only screen and (max-width: 763px) { #NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 #hLAs31yRzuxTCt52keCDK5cPZTzw2wD4 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 #k4fTxGafLgOOVH8WTn0AFGoiUBG9kknn {  }
 }@media only screen and (max-width: 763px) { #NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 #Mr3GDEJdQoFpKNZPeiQ63HkzaqB7b73r {  }
 }@media only screen and (max-width: 763px) { #rIeWhoBhSOCfEvVfX7lKuQubF5nVGEJD { width:20rem;height:9.34081875rem;top:13.7963875rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TlHOl9hic2bEH8IKhzuAzAwV0DLXuCBa { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9c7f5e5f-37cb-4de8-a9b5-5031b56b6826/ChatGPTImage1lis202500_26_12.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TlHOl9hic2bEH8IKhzuAzAwV0DLXuCBa.adaptive-delivery-prevent-bg, #TlHOl9hic2bEH8IKhzuAzAwV0DLXuCBa.lazyload, #TlHOl9hic2bEH8IKhzuAzAwV0DLXuCBa.lazyloading { background-image: none; }#TlHOl9hic2bEH8IKhzuAzAwV0DLXuCBa > .row .container { background-color: transparent; background-image: none; }#TlHOl9hic2bEH8IKhzuAzAwV0DLXuCBa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TlHOl9hic2bEH8IKhzuAzAwV0DLXuCBa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TlHOl9hic2bEH8IKhzuAzAwV0DLXuCBa > .row .container > .video-iframe-container { display: none; }#TlHOl9hic2bEH8IKhzuAzAwV0DLXuCBa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TlHOl9hic2bEH8IKhzuAzAwV0DLXuCBa > .row > .video-iframe-container { display: none; }#TlHOl9hic2bEH8IKhzuAzAwV0DLXuCBa > .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); }#TlHOl9hic2bEH8IKhzuAzAwV0DLXuCBa > .row .container { border-width: 0; border-radius: 0; }#TlHOl9hic2bEH8IKhzuAzAwV0DLXuCBa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TlHOl9hic2bEH8IKhzuAzAwV0DLXuCBa > .row .container { width:20rem;height:44.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sq9qG7LO3UZobuD5pspMTDf2rCTVccdx { width:20rem;height:2.5996125rem;top:11.3125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yaST1qtAIq7MQ4W2rNAqzKmgU8mz8X8n { width:20rem;height:1.13671875rem;top:8.25rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Cts7DQEmXrKZ7sRIrNG1hxC5RByA44kS { width:5.625rem;height:5.625rem;top:24.3896375rem;left:7.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xaTH01w8MX1OwlCP2CBnToyPrvZ2ZVhh { width:17.5rem;height:0.185546875rem;top:41.357421875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cI8tf3lVLWH6qTEikRttfqJBTHuT4Xhu { width:19.8730625rem;height:19.8730625rem;top:31.4208875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #L0fyZUk7yIUnpK7hPXLuLb4gK8ssmspq { width:8.0615rem;height:8.0615rem;top:52.7002rem;left:5.875rem;z-index:14996;display:none; }
 }@media only screen and (max-width: 763px) { #gFcLptccEVEwqXGbhT8CGe91l4sMsVIN { width:0.7495125rem;height:0.7495125rem;top:27.420643359375rem;left:8.81201171875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ihniW60rHSPkhZ2q2OUghwtRWgRvAGZn { width:0.7495125rem;height:0.7495125rem;top:59.5752rem;left:12.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #rkZvckW9ahQ1XzKSE4G2L2C80XEAWOUF .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rkZvckW9ahQ1XzKSE4G2L2C80XEAWOUF .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#rkZvckW9ahQ1XzKSE4G2L2C80XEAWOUF .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#rkZvckW9ahQ1XzKSE4G2L2C80XEAWOUF { width:18rem;height:5.0625rem;display:flex;top:1.25rem;left:1rem;z-index:15006;display:none; }
 }@media only screen and (max-width: 763px) { #rkZvckW9ahQ1XzKSE4G2L2C80XEAWOUF #NH2QeMSFGTwB5xvEoziKyG0TKMTXSqNJ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rkZvckW9ahQ1XzKSE4G2L2C80XEAWOUF #FxMbe6kCd4TT0XMk9eJTMhcl2GIetwnz {  }
 }@media only screen and (max-width: 763px) { #rkZvckW9ahQ1XzKSE4G2L2C80XEAWOUF #G5Bx9CHRax2IdVuVUqES3I45I2ThsIJb {  }
 }@media only screen and (max-width: 763px) { #rkZvckW9ahQ1XzKSE4G2L2C80XEAWOUF #Keda3JFe22K0I5GRATN62lO1grS0BkRx { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rkZvckW9ahQ1XzKSE4G2L2C80XEAWOUF #aMX57v4Bn5hlRfNQO0shFxJTQUJ6xyrn {  }
 }@media only screen and (max-width: 763px) { #rkZvckW9ahQ1XzKSE4G2L2C80XEAWOUF #VVssD5wANGT7M41zpMaKDgbHeV2f4vL4 {  }
 }@media only screen and (max-width: 763px) { #rkZvckW9ahQ1XzKSE4G2L2C80XEAWOUF #fUTOkpFTZAXwC35EnfkEESeTMuLhMagA { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rkZvckW9ahQ1XzKSE4G2L2C80XEAWOUF #ZgUlzbh5ZwvC1yDO8Aq9xJDhOflqnDMa {  }
 }@media only screen and (max-width: 763px) { #rkZvckW9ahQ1XzKSE4G2L2C80XEAWOUF #fVV5iDSPSRbFzLUeTF7UhTgnSvanP8gB {  }
 }@media only screen and (max-width: 763px) { #rkZvckW9ahQ1XzKSE4G2L2C80XEAWOUF #P6OxU8hbmRuwdqwh3oWCcO68MsEMEVy8 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rkZvckW9ahQ1XzKSE4G2L2C80XEAWOUF #LkTPlc1CxsshmlA9xarowE7vIaF62M4o {  }
 }@media only screen and (max-width: 763px) { #rkZvckW9ahQ1XzKSE4G2L2C80XEAWOUF #S14Acht2deNlxV5yO35hTypd5cFS66zD {  }
 }@media only screen and (max-width: 763px) { #PGwMbJwr1QtrFNMSoSMMtIBagrbqTLSu { width:20rem;height:6.171875rem;top:16.875rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NA9EGdnf8DIfdklKsDnhN552HOMIIcWV { width:14.0625rem;height:2.8125rem;top:26.5rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8LBRD0nh8T871lBKSlTQf7JLl8VQyl9 { display:block; }
 }@media only screen and (max-width: 763px) { #ueLQzHslrd8qiSPvqIG49NZDDfJZSD7K { width:14.016625rem;height:2.765625rem;top:30.5625rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTHgr977lpemfNTBU8d6sAL0S6PVDcqo { display:block; }
 }@media only screen and (max-width: 763px) { #BCA0f1ZVe1MDi8OMU4tg5eEwpZOEu42T { width:15rem;height:15rem;top:6.8125rem;left:4.875rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #LUHsgre4JNPJb9NV20EKst1lgVBXKSIW { width:15rem;height:15rem;top:17.5625rem;left:0rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #nn38zoqroc71migrmhZCEtoEdh30VivU { display:none; }#nn38zoqroc71migrmhZCEtoEdh30VivU > .row .container { width:20rem;height:9.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TrTqKJWt9lVRXQzASKm8vECmTkqSZ3LX { width:14.0625rem;height:2.8125rem;top:1.25rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUFRQ9bddsA16gWsLmq3qeNN7ygEMrLd { display:block; }
 }@media only screen and (max-width: 763px) { #qKHL4W2KKzG0yBM89JdoGdJ7NuUHyDeL { width:14.016625rem;height:2.7666rem;top:5.3125rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgOpoVwZOZV8lzlBmrGWCldVrvWy0D3u { display:block; }
 }@media only screen and (max-width: 763px) { #QQZVPKZSqL4eg4FsvvxlTZy4b0I9Tl47 { display:none; }#QQZVPKZSqL4eg4FsvvxlTZy4b0I9Tl47 > .row .container { width:20rem;height:9.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XrHhGBwbUb11nGbixvdB9Z3rFwq6b8AS { display:none; }#XrHhGBwbUb11nGbixvdB9Z3rFwq6b8AS > .row .container { width:20rem;height:112.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #oDkkLXPy9yGrm9MlR07Ted8pTuaqkdcb { width:6.75rem;height:9.5625rem;top:5.65625rem;left:13.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #XkNTWTdfl99Ab2LnWhosB4DdrnvKn53U { width:20rem;height:31.1865rem;top:28.94775625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #thKcfeyo4HtDV5LR2vT7QcJCattO9zU3 { width:20rem;height:15.75rem;top:25.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5Luqu0DkcZTpTO0KWrc9FnyovFM4VvF { width:8.75rem;height:8.75rem;top:61.38306875rem;left:5.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #baKkBtIogdikPagcAxTGJeQQcg6CZEBm { width:20rem;height:22.961115384615rem;top:88.3545rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CelzPiXTkbN8napVTxVcZTZ5tkEnBwAN { width:20rem;height:15.59764375rem;top:71.5078125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BzbD9eJM3tTwxF6OuiBIrPhuBU2aa8wB { display:block; }#BzbD9eJM3tTwxF6OuiBIrPhuBU2aa8wB > .row .container { width:20rem;height:65rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tu9a9sONnoqc4rqZz7rFMEdK5fXzJMV7 { width:6.75rem;height:9.5625rem;top:5.65625rem;left:13.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #mAOe1Keh8LPioeJngQqma5W8M6lFRDvl { width:20rem;height:31.1855625rem;top:27.509765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXEgGwSIxvt6KJiE8ZEoKixJdk2Tsbdv { width:19.0625rem;height:19.6875rem;top:35.9443359375rem;left:0.9375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MsW2LlFyyliQVeJvPP0agaKgP2KpoR8X { width:8.75rem;height:8.75rem;top:61.38306875rem;left:5.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #b4OcSoS8hcWTCqSTCRsHPln0ud3GItlL { width:20rem;height:22.9609375rem;top:12.08203125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #isf7qoffDSIw2zHlG7AJJALNnXoUDcyv { width:20rem;height:8.449225rem;top:2.5703125rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ExDfy9sf2TuZmduySMwkkdneasmJZkSK { display:none; }#ExDfy9sf2TuZmduySMwkkdneasmJZkSK > .row .container { width:20rem;height:9.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wN1GBkANTOUIS2eAPD9Pwc9vTmtrgG1l { width:20rem;height:6.2988125rem;top:1.25rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fCaO1b6FkOx4FOTe6vxNaoPkv1wA07SS { display:block; }#fCaO1b6FkOx4FOTe6vxNaoPkv1wA07SS > .row .container { width:20rem;height:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RVqVS1Rx2Hg939VQiZMu0LNIT6WqNBQx { width:17.9375rem;height:6.29883125rem;top:1.693359375rem;left:1.03125rem;font-size:1.75rem;text-align:center;text-align-last:center;color:rgba(var(--color-primary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #VBIZ4XaICi6yMLCQhcED62w4o4JUXTsZ { display:none; }#VBIZ4XaICi6yMLCQhcED62w4o4JUXTsZ > .row .container { width:20rem;height:73.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OPN8efVmy4zqxevsdOsOm6lIq8vtm33R { width:20rem;height:25.7495rem;top:46.2793125rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #nRTxUUmhpDQueJiNzkaPhJQ2JDkhWt6q { width:20rem;height:auto;top:29rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVzfHbU1ESVGIxZaUVOlwaiwkDTIMQbF { width:20rem;height:auto;top:14.25rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #l41Ns1i3wZeT5QbsaXL2vrefWKKBRna8 { width:20rem;height:auto;top:16.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #szxylcXwcEkylxb0rhCzgvETbkeNNS3T { width:16.875rem;height:16.875rem;top:1.25rem;left:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #hqTqxVPfRfykSPb2yVaaFsx0p4Pennv8 { width:0.7495125rem;height:0.7495125rem;top:22.7197265625rem;left:19.2504875rem;display:none; }
 }@media only screen and (max-width: 763px) { #oXZTssvy1xfoAAidERni5qhxfrfas7hK { width:20rem;height:28.205128205128rem;top:19.53125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sdy68wQMCmANa5aW4ng7E9diZVHzSOH8 { display:block; }#Sdy68wQMCmANa5aW4ng7E9diZVHzSOH8 > .row .container { width:20rem;height:62.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ruig4Q54iadHnc6BOQJ7eGBDzuUkTNgo { width:19.6875rem;height:25.749rem;top:3.966796875rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #eTOuL4z1x8bdDqU2LIdF0ygrr6foeePL { width:18.8125rem;height:2.2734375rem;top:26.44140625rem;left:0rem;font-size:0.875rem;color:rgba(var(--color-primary-2),1);font-weight:700;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #zUyAvmuTkOPczZvdyvRuIz01sP7xaJSK { width:18.625rem;height:4.19921875rem;top:5.4541015625rem;left:0.6875rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L6hu9kqPAGTZUVi54zEPVJ2EMGp78UCM { width:18.1875rem;height:15.75rem;top:8.9658203125rem;left:0.90625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4e54OhvB0vUpKRi4nfLWEeR1SL6F7HK { width:16.875rem;height:16.875rem;top:1.25rem;left:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #qtTKDTChAOaRL26aw6g3sXa56TWP1EyT { width:0.7495125rem;height:0.7495125rem;top:22.7197265625rem;left:19.2504875rem;display:none; }
 }@media only screen and (max-width: 763px) { #M7yIKEF5xS8VxDfsPcna57SqtzipFoOb { width:19.9375rem;height:28.1875rem;top:32.71875rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #rO3z1mLKvnb11pCddEfnBLODA9bUH7gA { display:none; }#rO3z1mLKvnb11pCddEfnBLODA9bUH7gA > .row .container { width:20rem;height:74.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DyyoNggH1UN25r0T4xOZnl4hZUZX4FhQ { width:20rem;height:25.7495rem;top:1.25rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #MJaxdfFZhfMcooJeVgbg1EeQ1GKCMShc { width:19.375rem;height:2.0996125rem;top:4.124755859375rem;left:0.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vARZTOcyZShxkadl4Jt8HcoHTZlFkaP7 { width:20rem;height:auto;top:16.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFiNN6IqnI4g2o00wiArtiBXm2uSkPSe { width:20rem;height:auto;top:25.875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CN6AZ27DhHhtyPTvUxOtFlu1RDqDtZ8f { width:0.7495125rem;height:0.7495125rem;top:20.623779296875rem;left:19.2504875rem;z-index:14996;display:none; }
 }@media only screen and (max-width: 763px) { #e4Z7UPbxf3og1EIfi9ue1m95tWa8SuDz { width:15.625rem;height:15.625rem;top:36.5295625rem;left:2.125rem;z-index:14995;display:none; }
 }@media only screen and (max-width: 763px) { #qG9O3JuO9RVtsSOTaABa9CTHELve0Bv9 { width:6.875rem;height:6.875rem;top:28.2483125rem;left:6.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZJ44iXGpLVSO2gVoJZBdKB1hODl0lH4q { width:0.7495125rem;height:0.7495125rem;top:58.623068359375rem;left:1.43115234375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wAEQfzE0ExOxvcVSWcSTKOggXii0pBFn { width:14.0625rem;height:19.875rem;top:53.5608125rem;left:2.9375rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #a9FlnOioDcTK1alrmG62hDWHyf7WxTTq { display:block; }#a9FlnOioDcTK1alrmG62hDWHyf7WxTTq > .row .container { width:20rem;height:58.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dfalT137VNaGqh10dU6ynsxvyIMTIzZ7 { width:19.6875rem;height:25.7495rem;top:1.25rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #XS6ankf9GTgKgOx4dsu7wR7dQdbVzz19 { width:18.5rem;height:2.0996125rem;top:4.1240234375rem;left:0.625rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #flMQq3ZeF62rOCX91trUNOcsJ1XeE6Kz { width:17.375rem;height:17.0625rem;top:7.9970703125rem;left:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KwP3ITILv9U8lmH7XzpeqoGJyCc2Gphp { width:17.25rem;height:3.41015625rem;top:22.3720703125rem;left:1.375rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #HDOBiRI5bfez61G84UQ2OWrMIE63ES8D { width:0.7495125rem;height:0.7495125rem;top:20.623779296875rem;left:19.2504875rem;z-index:14996;display:none; }
 }@media only screen and (max-width: 763px) { #zyJCgAAaIV4haZRPNL7QDgVoJxnRbDf6 { width:15.625rem;height:15.625rem;top:36.5295625rem;left:2.125rem;z-index:14995;display:none; }
 }@media only screen and (max-width: 763px) { #xElKV3aJKvegaGz2VaEmvRJhgMRTrAnK { width:6.875rem;height:6.875rem;top:28.2483125rem;left:6.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #z6dKpLqMTNPZwDaHQIal6v4xaFnt1thC { width:0.7495125rem;height:0.7495125rem;top:58.623068359375rem;left:1.43115234375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Nq0O8acABfEDcsPp4bzqFipB5vBi2vyo { width:20rem;height:28.375rem;top:29.498046875rem;left:0rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #gJh2GEizoqkT0KTLOuEdRSVtEWytNSlX { width:15rem;height:15rem;top:21.3125rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #eVc3B11TEs9Eh9QsefxBtXLo3izQzGge { display:none; }#eVc3B11TEs9Eh9QsefxBtXLo3izQzGge > .row .container { width:20rem;height:87.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #AZ9OgxSGI5V6A6IAViTuqdJE6GuCuBaB { width:20rem;height:25.749rem;top:10.154296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPTnlFOsmdbVDcw6BXfxNqTLsVlHI5Cu { width:19.375rem;height:4.19921875rem;top:12.0947265625rem;left:0.3125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIXNyTxTSGII3ankwIa6DMgiR5VzW3p1 { width:18.9355625rem;height:9.1875rem;top:18.4345703125rem;left:0.53125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvOiLzyW1ONNwWIq5iAywJybXEaIovzm { width:0.7495125rem;height:0.7495125rem;top:67.528125rem;left:9.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #WWfFeTUSyDGT9kvLy8ekTyVIdVxUIeZ1 { width:15rem;height:15rem;top:2.532958984375rem;left:-1.497802734375rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #bXSpocLPvTyQQ2Soue2bNtVBM8tOxIWb { width:8.125rem;height:8.125rem;top:30.9985625rem;left:5.875rem;z-index:14998;display:none; }
 }@media only screen and (max-width: 763px) { #Qdx3aM8kgIx7swHuek2FSXZKSyH10czp { width:0.7495125rem;height:0.7495125rem;top:26.97021484375rem;left:19.2504875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FnOlhUEmpZxio9MLE4e5nJz4d7CKZQFT { width:20rem;height:28.25rem;top:38.71484375rem;left:0rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #vwzkNNIIk9cKh1iVdNHFX3w7k1RQ5vEn { width:18.9375rem;height:2.2734375rem;top:31.9013671875rem;left:0.5625rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #T8ml8FUI1mqbuODaRPZJTH64xdtFcSoH { width:15rem;height:15rem;top:50.4697265625rem;left:3.5654296875rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #r0nQOVXClTXT9MSg3CG1ZWmxONFO1Ttc { display:block; }#r0nQOVXClTXT9MSg3CG1ZWmxONFO1Ttc > .row .container { width:20rem;height:62rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eJIqBHHW565UVluIIay4Qkk2Cpk7TdM9 { width:20rem;height:25.7480625rem;top:2.92578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgTzb0BJIz9vf8AVcFWEK8idQp8iUTly { width:19.1875rem;height:4.19921875rem;top:5.0947265625rem;left:0.40625rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k8IiWMKNKJClpxs7uAtaI8cLqVcBDE0L { width:18.0625rem;height:10.5rem;top:10.5498046875rem;left:0.96875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1VSveltzBF7SrpJ5XLPikQW15MyOvJD { width:0.7495125rem;height:0.7495125rem;top:67.528125rem;left:9.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #aMk5Ha78MXcuJOmmWNBc6NIiKCmUnMmD { width:15rem;height:15rem;top:2.532958984375rem;left:-1.497802734375rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #t3Tv7PM2AXdosz17UPhKvRC8DSh4tX4V { width:8.125rem;height:8.125rem;top:30.9985625rem;left:5.875rem;z-index:14998;display:none; }
 }@media only screen and (max-width: 763px) { #c4WF5EkHLFqaQo1KRGGws3AihoKEbSsp { width:0.7495125rem;height:0.7495125rem;top:26.97021484375rem;left:19.2504875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xIVdWAhMTTg4ev6aWIusxVUSFgmVLWlU { width:20rem;height:28.25rem;top:30.58984375rem;left:0rem;z-index:15009;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ZTCVfps6oXRgKJWFaOZ3XiBtxICwLOz6 { width:19.125rem;height:3.41015625rem;top:24.0263671875rem;left:0rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #rwTEsBwBq8vXNTggGw7w1dwiUOxBq5Oe { display:none; }#rwTEsBwBq8vXNTggGw7w1dwiUOxBq5Oe > .row .container { width:20rem;height:77.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ahZ7FqtnMMcwDUCxknZFiUM5em4oRKnV { width:6.75rem;height:9.5625rem;top:5.65625rem;left:13.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #A2Ax1gCbFCvp0NzzxTtAB01y0OIGOml3 { width:20rem;height:31.1865rem;top:28.94775625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3e8ULyeQw6Q6R6QwfADzlKRcNzDyrde { width:20rem;height:10.3984375rem;top:61.382828125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CqTHfLfxaQM2GbERLq38DWEkAbKkSdkh { width:19.0625rem;height:13.125rem;top:32.31933828125rem;left:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXEuKsSVa4eQgcUy1iC6dTzaS7ZfRmtI { width:8.75rem;height:8.75rem;top:61.38306875rem;left:5.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ix4JXw5Ao5e6VLE77xL4gLvds0ySUzns { width:13.3125rem;height:13.3125rem;top:3.1240234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hvfqwrs9l5TQG3utk6MJ5dQOqFrDXZ2G { width:20rem;height:0;top:73.03125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpWVFELKUoBZuCel0pMF6Baxp86Tek1e { display:block; }#KpWVFELKUoBZuCel0pMF6Baxp86Tek1e > .row .container { width:20rem;height:58.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X2JK4cIv8TAuu57ZPGnWNzmM4AozMW0v { width:6.75rem;height:9.5625rem;top:5.65625rem;left:13.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #obznCd13uDWWNtK8d5NLMkK5GgsOPvwc { width:20rem;height:36rem;top:17.9990234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NaL4oI34uliyLXUSvlcCl08bu81fPAlm { width:20rem;height:8.449225rem;top:3.9453125rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;color:rgba(var(--color-secondary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #SM0xRu7ZlV6xKdUJxNC98Xd2UbbPEOpp { width:17.75rem;height:15.75rem;top:36.9990234375rem;left:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ah6oGupqcpVtVtTR9WnsRlbiqCuJzrSH { width:8.75rem;height:8.75rem;top:61.38306875rem;left:5.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #MZcJACURA6Z3uRzZaAMmp5MEi7lp4heC { width:20rem;height:20rem;top:16.9990234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGZN1iagqtJHXCcwaXrmXVKppmvcqi5D { width:18.875rem;height:2.2734375rem;top:50.5380859375rem;left:0.5625rem;font-size:0.875rem;text-align:right;text-align-last:right;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #Vd8C8oTqpeEaEeuooQAJ0NKyTlH82gQa { display:none; }#Vd8C8oTqpeEaEeuooQAJ0NKyTlH82gQa > .row .container { width:20rem;height:9.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fX3HfJBt9RtwbB3ydzrDF4o1Qe56pRX0 { width:20rem;height:4.798825rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UZtRThEbtg8IfVOehwWoXLZ3sbAceReZ { display:block; }#UZtRThEbtg8IfVOehwWoXLZ3sbAceReZ > .row .container { width:20rem;height:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ExadTtpviq7MhodL8eiL47sQI14Ui05G { width:20rem;height:3.8984375rem;top:2.443359375rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ef1Wnl1dSG8XypCeoKlQJaFTVBMAPu6W { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ac15fd1d-98db-4006-963b-3c3cc33e4373/blogbg.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#Ef1Wnl1dSG8XypCeoKlQJaFTVBMAPu6W.adaptive-delivery-prevent-bg, #Ef1Wnl1dSG8XypCeoKlQJaFTVBMAPu6W.lazyload, #Ef1Wnl1dSG8XypCeoKlQJaFTVBMAPu6W.lazyloading { background-image: none; }#Ef1Wnl1dSG8XypCeoKlQJaFTVBMAPu6W > .row .container { border-width: 0; border-radius: 0; }#Ef1Wnl1dSG8XypCeoKlQJaFTVBMAPu6W > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ef1Wnl1dSG8XypCeoKlQJaFTVBMAPu6W > .row .container { width:20rem;height:60.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vrudaNQmhQe2HHGl6zsHlA68RaGPG39g { width:18.125rem;height:17.5rem;top:1.25rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqvA00rZUatPfrSSCEpsWJXKaKQv7loM { width:14.1235625rem;height:1.9494625rem;top:3.125rem;left:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWhTobNMRmgGbQIa4nVJxmKcXL3FbZAp { width:15.9375rem;height:auto;top:3.8125rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #swbBW1kIeE1TFhFe71iQPAV44lpE4t3U { width:18.125rem;height:17.5rem;top:38.8671640625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpbDdNBraDukNUho90Q7VJwXPhyrGKSa { width:15.625rem;height:16.5rem;top:42.69040625rem;left:1.905517578125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5ezeBUOhlCUIENt1e7o3nhQaK7VptWU { width:14.1235625rem;height:1.9494625rem;top:40.7421640625rem;left:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2zBGe6qyaiApKwD1PXX7otGrMA5yKTR { width:18.125rem;height:17.5rem;top:20rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmbsGXEeoVGRhhXvePX3F3rDVxBUqTzm { width:15.9375rem;height:13.5rem;top:4.125rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEeqrJSFqeBWE8ew6EFLVwH0hQDARTpd { width:14.1235625rem;height:3.8984375rem;top:21.875rem;left:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OeMuhxMFkrBQsCCGJuX0IaErgzZm2Avk { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ac15fd1d-98db-4006-963b-3c3cc33e4373/blogbg.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OeMuhxMFkrBQsCCGJuX0IaErgzZm2Avk.adaptive-delivery-prevent-bg, #OeMuhxMFkrBQsCCGJuX0IaErgzZm2Avk.lazyload, #OeMuhxMFkrBQsCCGJuX0IaErgzZm2Avk.lazyloading { background-image: none; }#OeMuhxMFkrBQsCCGJuX0IaErgzZm2Avk > .row .container { background-color: transparent; background-image: none; }#OeMuhxMFkrBQsCCGJuX0IaErgzZm2Avk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OeMuhxMFkrBQsCCGJuX0IaErgzZm2Avk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OeMuhxMFkrBQsCCGJuX0IaErgzZm2Avk > .row .container > .video-iframe-container { display: none; }#OeMuhxMFkrBQsCCGJuX0IaErgzZm2Avk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OeMuhxMFkrBQsCCGJuX0IaErgzZm2Avk > .row > .video-iframe-container { display: none; }#OeMuhxMFkrBQsCCGJuX0IaErgzZm2Avk > .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); }#OeMuhxMFkrBQsCCGJuX0IaErgzZm2Avk > .row .container { border-width: 0; border-radius: 0; }#OeMuhxMFkrBQsCCGJuX0IaErgzZm2Avk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OeMuhxMFkrBQsCCGJuX0IaErgzZm2Avk > .row .container { width:20rem;height:65.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vqu9cPdZJ9kCf9TILr9ZsydiTrAn7ZRa { width:18.125rem;height:18.75rem;top:1.25rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UtgVTeNQIPeAXZfeOyodlKsE8vG2r3nU { width:14.1230625rem;height:1.94921875rem;top:2.375rem;left:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttdiwh6E4ZHTvvqgN0miOTy9WSJdaqJo { width:15.625rem;height:13.5rem;top:5.0732421875rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCgi6HkS5u3mCCeI4KinrWaNRhfRVVN8 { width:18.125rem;height:20.9375rem;top:43.125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHlXXbXgzRoSKsZ87wyVQw7r1PTlFRx7 { width:15.625rem;height:16.5rem;top:46.9482421875rem;left:2.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETsKHMomr6cC42a5aApfRFUTWrkJpy14 { width:14.1230625rem;height:1.94921875rem;top:44.25rem;left:2.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EoM69TvFP59Mv1pCwnEzGPPkkTqACTxZ { width:18.125rem;height:20.625rem;top:21.25rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTF0xNJeJviZIVLZOgZqQGLtMkOPCnux { width:15.875rem;height:13.5rem;top:25.3759765625rem;left:2.34375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBVTIPnsxUrN7TggXpxafC50KoB53ylp { width:15.875rem;height:1.94921875rem;top:22.375rem;left:2.34375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #enmT6hJXdRA7MLVdlm4y94sT2mKKh41l { display:none; }#enmT6hJXdRA7MLVdlm4y94sT2mKKh41l > .row .container { width:20rem;height:45rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bqP8QT1sc5I9vrnTC7XxWo7DcO8XgCL5 { width:20rem;height:auto;top:2.5625rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zxufItuwhS1iVvrJOaXDpy55MZtPW1ux .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;text-align:center;text-align-last:center; }
#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux .widget-input-text {padding-top: 0; padding-bottom: 0;}#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;text-align:center;text-align-last:center; }
#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux .widget-input-select {padding-top: 0; padding-bottom: 0;}#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux .widget-input-button { width:11.375rem;margin-top:0.25rem;margin-right:6.125rem;margin-bottom:0.25rem;margin-left:0; }
#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux [class*="-text"]:-moz-placeholder { text-align:left;text-align-last:left; }
#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux [class*="-text"]::-moz-placeholder { text-align:left;text-align-last:left; }
#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux [class*="-text"]:-ms-input-placeholder { text-align:left;text-align-last:left; }
#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux [class*="-text"]::-webkit-input-placeholder { text-align:left;text-align-last:left; }
#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux  { width:17.5rem;height:auto;top:3.5rem;left:0rem;z-index:15000; }
#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux {display:block;}#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux { width:17.5rem;height:auto;top:3.5rem;left:0rem;z-index:15000; }
 }@media only screen and (max-width: 763px) { #zxufItuwhS1iVvrJOaXDpy55MZtPW1ux #m7S0Sb6xkpUEfAIepVsneo0sbvW5oXV2 {  }
 }@media only screen and (max-width: 763px) { #zxufItuwhS1iVvrJOaXDpy55MZtPW1ux #BCS93go8bFNkm72F024P155JbmuNp0yE { display:none; }
 }@media only screen and (max-width: 763px) { #zxufItuwhS1iVvrJOaXDpy55MZtPW1ux #CwO1hpvQOPwxHHA2funq2U2JELsXBI6i {  }
 }@media only screen and (max-width: 763px) { #zxufItuwhS1iVvrJOaXDpy55MZtPW1ux #tkVQmwOccg0TbrutGFumhVhV2zeDkIuK {  }
 }@media only screen and (max-width: 763px) { #zxufItuwhS1iVvrJOaXDpy55MZtPW1ux #r57AEom0GbWdAmGrgaJmlnySdXwpoGhK {  }
 }@media only screen and (max-width: 763px) { #zxufItuwhS1iVvrJOaXDpy55MZtPW1ux #iDuikichCTzmRhFHskGoJ4QhqMtkoxLH {  }
 }@media only screen and (max-width: 763px) { #zxufItuwhS1iVvrJOaXDpy55MZtPW1ux #bcpmReLNO6TxQnwQu4knmC6PNmvvwQ9M {  }
 }@media only screen and (max-width: 763px) { #zxufItuwhS1iVvrJOaXDpy55MZtPW1ux #HzRkvSALagO4t15cs2MsPv1AGKBFaDX8 {  }
 }@media only screen and (max-width: 763px) { #ToWJu2VfBtOhrEv5Ao1eXEEBRQ3l5mXk { width:13.1875rem;height:14.625rem;top:3.75rem;left:3.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #oDm3DkaBOHs04yBsqsrmg5tpnRN8c5lk { width:5.625rem;height:5.625rem;top:6.1875rem;left:7.125rem;z-index:14999;display:none; }
 }@media only screen and (max-width: 763px) { #Op7vKyx50bIUR3Q70ELDRJrBT30600cF .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#Op7vKyx50bIUR3Q70ELDRJrBT30600cF .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;text-align:center;text-align-last:center; }
#Op7vKyx50bIUR3Q70ELDRJrBT30600cF .widget-input-text {padding-top: 0; padding-bottom: 0;}#Op7vKyx50bIUR3Q70ELDRJrBT30600cF .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;text-align:center;text-align-last:center; }
#Op7vKyx50bIUR3Q70ELDRJrBT30600cF .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Op7vKyx50bIUR3Q70ELDRJrBT30600cF .widget-input-select {padding-top: 0; padding-bottom: 0;}#Op7vKyx50bIUR3Q70ELDRJrBT30600cF .widget-input-button { width:11.375rem;margin-top:0.25rem;margin-right:6.125rem;margin-bottom:0.25rem;margin-left:0; }
#Op7vKyx50bIUR3Q70ELDRJrBT30600cF [class*="-text"]:-moz-placeholder { text-align:left;text-align-last:left; }
#Op7vKyx50bIUR3Q70ELDRJrBT30600cF [class*="-text"]::-moz-placeholder { text-align:left;text-align-last:left; }
#Op7vKyx50bIUR3Q70ELDRJrBT30600cF [class*="-text"]:-ms-input-placeholder { text-align:left;text-align-last:left; }
#Op7vKyx50bIUR3Q70ELDRJrBT30600cF [class*="-text"]::-webkit-input-placeholder { text-align:left;text-align-last:left; }
#Op7vKyx50bIUR3Q70ELDRJrBT30600cF .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#Op7vKyx50bIUR3Q70ELDRJrBT30600cF  { width:17.5rem;height:11.2305rem;top:21.357421875rem;left:0.625rem;z-index:15001; }
#Op7vKyx50bIUR3Q70ELDRJrBT30600cF .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Op7vKyx50bIUR3Q70ELDRJrBT30600cF {display:block;}#Op7vKyx50bIUR3Q70ELDRJrBT30600cF { width:17.5rem;height:11.2305rem;top:21.357421875rem;left:0.625rem;z-index:15001;display:none; }
 }@media only screen and (max-width: 763px) { #Op7vKyx50bIUR3Q70ELDRJrBT30600cF #XfJezIXUL1nJtTkAGWIBOVpJxcCAJilA {  }
 }@media only screen and (max-width: 763px) { #Op7vKyx50bIUR3Q70ELDRJrBT30600cF #Ee1qSp8tuAseAXe4drzgmTO0zeDtTLwP { display:none; }
 }@media only screen and (max-width: 763px) { #Op7vKyx50bIUR3Q70ELDRJrBT30600cF #RAO8JoJs4TP0h2e6QQZmTlA2mUd3TOgB {  }
 }@media only screen and (max-width: 763px) { #Op7vKyx50bIUR3Q70ELDRJrBT30600cF #iqbgN06MZMfrWIKK1GrHet9KK78q2O2X {  }
 }@media only screen and (max-width: 763px) { #Op7vKyx50bIUR3Q70ELDRJrBT30600cF #sPml9NhVerTFTRNTIN22dtGqbGDG07lF {  }
 }@media only screen and (max-width: 763px) { #Op7vKyx50bIUR3Q70ELDRJrBT30600cF #qrDTe7iJhRz0QS3dVTkMOqAtHyEEt3CX {  }
 }@media only screen and (max-width: 763px) { #Op7vKyx50bIUR3Q70ELDRJrBT30600cF #gB0rSGsXUtDBzsKVLHODiB31czronb1v {  }
 }@media only screen and (max-width: 763px) { #Op7vKyx50bIUR3Q70ELDRJrBT30600cF #meXv02LGKDl3RaDKJ7dAMQLuFAURkel7 {  }
 }@media only screen and (max-width: 763px) { #o0pztWGilNCKCZfn8efgkrwlvd7rKEc1 { width:20rem;height:7.5rem;top:18.4375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lQu2xXk5ASVOv25gN3b52qWgpNnEtDNR { display:block; }#lQu2xXk5ASVOv25gN3b52qWgpNnEtDNR > .row .container { width:20rem;height:39.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QLWrWN7AatkHnAevOToKQExKzWqnCNTC { width:20rem;height:7.199225rem;top:3.5625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #XI2VMhSqfqR5F2WT5A3dfofsmciwomN2 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top;height:auto; }
#XI2VMhSqfqR5F2WT5A3dfofsmciwomN2 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;text-align:center;text-align-last:center;display:block;vertical-align:top; }
#XI2VMhSqfqR5F2WT5A3dfofsmciwomN2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#XI2VMhSqfqR5F2WT5A3dfofsmciwomN2 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;text-align:center;text-align-last:center;display:block;vertical-align:top; }
#XI2VMhSqfqR5F2WT5A3dfofsmciwomN2 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#XI2VMhSqfqR5F2WT5A3dfofsmciwomN2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#XI2VMhSqfqR5F2WT5A3dfofsmciwomN2 .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#XI2VMhSqfqR5F2WT5A3dfofsmciwomN2 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#XI2VMhSqfqR5F2WT5A3dfofsmciwomN2 .widget-input-button { width:12.25rem;margin-top:0.25rem;margin-right:2.625rem;margin-bottom:0.25rem;margin-left:2.625rem;font-size:1rem;overflow:hidden; }
#XI2VMhSqfqR5F2WT5A3dfofsmciwomN2 [class*="-text"]:-moz-placeholder { text-align:left;text-align-last:left; }
#XI2VMhSqfqR5F2WT5A3dfofsmciwomN2 [class*="-text"]::-moz-placeholder { text-align:left;text-align-last:left; }
#XI2VMhSqfqR5F2WT5A3dfofsmciwomN2 [class*="-text"]:-ms-input-placeholder { text-align:left;text-align-last:left; }
#XI2VMhSqfqR5F2WT5A3dfofsmciwomN2 [class*="-text"]::-webkit-input-placeholder { text-align:left;text-align-last:left; }
#XI2VMhSqfqR5F2WT5A3dfofsmciwomN2 .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#XI2VMhSqfqR5F2WT5A3dfofsmciwomN2  { width:17.5rem;height:auto;top:14.6875rem;left:0rem;z-index:15000; }
#XI2VMhSqfqR5F2WT5A3dfofsmciwomN2 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#XI2VMhSqfqR5F2WT5A3dfofsmciwomN2 {display:block;}#XI2VMhSqfqR5F2WT5A3dfofsmciwomN2 { width:17.5rem;height:auto;top:14.6875rem;left:0rem;z-index:15000; }
 }@media only screen and (max-width: 763px) { #XI2VMhSqfqR5F2WT5A3dfofsmciwomN2 #VktZdf7HBovFFdPRxolMXixrDIRNZJQQ {  }
 }@media only screen and (max-width: 763px) { #XI2VMhSqfqR5F2WT5A3dfofsmciwomN2 #uBXTqMmLVTJbnRBzLOeIaie9Utpw3AKe { display:none; }
 }@media only screen and (max-width: 763px) { #XI2VMhSqfqR5F2WT5A3dfofsmciwomN2 #TvTCxWwqxpJNRbGPpCuEhT795hqgJ8vB {  }
 }@media only screen and (max-width: 763px) { #XI2VMhSqfqR5F2WT5A3dfofsmciwomN2 #G1H5HQVM3S94yaqFH1Mfhlc4itoekxiy {  }
 }@media only screen and (max-width: 763px) { #XI2VMhSqfqR5F2WT5A3dfofsmciwomN2 #ALBNVTvDJ3RAPJw6fhHF8XKG7iw57RFT {  }
 }@media only screen and (max-width: 763px) { #XI2VMhSqfqR5F2WT5A3dfofsmciwomN2 #BiyxI9UZiS8CXfPGgWm5TxTSwXdzJTGu {  }
 }@media only screen and (max-width: 763px) { #XI2VMhSqfqR5F2WT5A3dfofsmciwomN2 #zy9ydVttvA1EDKtttB1BSxoLiaUVqqtS {  }
 }@media only screen and (max-width: 763px) { #XI2VMhSqfqR5F2WT5A3dfofsmciwomN2 #XL4F0ATm18AQL5L3CDRFE43vv3Vp5UI6 {  }
 }@media only screen and (max-width: 763px) { #TZVNyO1gW1fFZVE0cIi4Giy0RJgVPq8K { width:6.25rem;height:6.875rem;top:35.7129375rem;left:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UKmBF9ePV44Bo1339SZgdmNHGEilsQbp { width:5.625rem;height:5.625rem;top:38.150681640625rem;left:14.25rem;z-index:14999;display:none; }
 }@media only screen and (max-width: 763px) { #sgCUNtlqwNtMZHCvJH676K38O2bpnuTJ .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#sgCUNtlqwNtMZHCvJH676K38O2bpnuTJ .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;text-align:center;text-align-last:center; }
#sgCUNtlqwNtMZHCvJH676K38O2bpnuTJ .widget-input-text {padding-top: 0; padding-bottom: 0;}#sgCUNtlqwNtMZHCvJH676K38O2bpnuTJ .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;text-align:center;text-align-last:center; }
#sgCUNtlqwNtMZHCvJH676K38O2bpnuTJ .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#sgCUNtlqwNtMZHCvJH676K38O2bpnuTJ .widget-input-select {padding-top: 0; padding-bottom: 0;}#sgCUNtlqwNtMZHCvJH676K38O2bpnuTJ .widget-input-button { width:11.375rem;margin-top:0.25rem;margin-right:6.125rem;margin-bottom:0.25rem;margin-left:0; }
#sgCUNtlqwNtMZHCvJH676K38O2bpnuTJ [class*="-text"]:-moz-placeholder { text-align:left;text-align-last:left; }
#sgCUNtlqwNtMZHCvJH676K38O2bpnuTJ [class*="-text"]::-moz-placeholder { text-align:left;text-align-last:left; }
#sgCUNtlqwNtMZHCvJH676K38O2bpnuTJ [class*="-text"]:-ms-input-placeholder { text-align:left;text-align-last:left; }
#sgCUNtlqwNtMZHCvJH676K38O2bpnuTJ [class*="-text"]::-webkit-input-placeholder { text-align:left;text-align-last:left; }
#sgCUNtlqwNtMZHCvJH676K38O2bpnuTJ .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#sgCUNtlqwNtMZHCvJH676K38O2bpnuTJ  { width:17.5rem;height:11.2305rem;top:21.357421875rem;left:0.625rem;z-index:15001; }
#sgCUNtlqwNtMZHCvJH676K38O2bpnuTJ .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#sgCUNtlqwNtMZHCvJH676K38O2bpnuTJ {display:block;}#sgCUNtlqwNtMZHCvJH676K38O2bpnuTJ { width:17.5rem;height:11.2305rem;top:21.357421875rem;left:0.625rem;z-index:15001;display:none; }
 }@media only screen and (max-width: 763px) { #sgCUNtlqwNtMZHCvJH676K38O2bpnuTJ #yw10P356d92wVGixiZuvHvoSpQNTCC0v {  }
 }@media only screen and (max-width: 763px) { #sgCUNtlqwNtMZHCvJH676K38O2bpnuTJ #vxglFkX3wrmxRC6pnSV3Tie2zCzDdCW8 { display:none; }
 }@media only screen and (max-width: 763px) { #sgCUNtlqwNtMZHCvJH676K38O2bpnuTJ #C9TIwQuhHQJ5zhZoETevTPUbDh3M5CsP {  }
 }@media only screen and (max-width: 763px) { #sgCUNtlqwNtMZHCvJH676K38O2bpnuTJ #PG34rQ4NxJuP2pxRWMDFCasvpOhQKacT {  }
 }@media only screen and (max-width: 763px) { #sgCUNtlqwNtMZHCvJH676K38O2bpnuTJ #qmaRNUrxe5BEMS4Xzq1GgL9FoLwEXULf {  }
 }@media only screen and (max-width: 763px) { #sgCUNtlqwNtMZHCvJH676K38O2bpnuTJ #JPRv4Hb1pTkkukzzmh6Ow81puEoOif3V {  }
 }@media only screen and (max-width: 763px) { #sgCUNtlqwNtMZHCvJH676K38O2bpnuTJ #bKX7ZknXIHTxbNg4V135BKzNAtmuTSkG {  }
 }@media only screen and (max-width: 763px) { #sgCUNtlqwNtMZHCvJH676K38O2bpnuTJ #zW5ttmTfiNZXtykLQDe8i8RnEfuRKDuu {  }
 }@media only screen and (max-width: 763px) { #gv6eINZEeAnpl4hcGPVxi8GxiHfw9seP { width:20rem;height:2.92383125rem;top:29.4375rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;z-index:15006;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf { display:none; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row .container { width:20rem;height:15.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OiXCqblWFQnbeCupk3KTvFudGJsEQAJR { width:12.5rem;height:1.29980625rem;top:1.25rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rQ0WA7EnC3Ho1DTs02gCCsQskUKptQqb { width:1.875rem;height:1.875rem;top:6.67114375rem;left:9.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJP4TtfgLtFNwxk9lWsVUZW3ta7r8Vpv { width:1.875rem;height:1.875rem;top:9.79614375rem;left:9.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENcPDxkDHy1tolWn7EUWqOsXPJo7IzHu { width:1.875rem;height:1.875rem;top:12.92114375rem;left:9.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8GepN4GgtcPWauanZpoktQiDR77G7Pu { display:block; }#W8GepN4GgtcPWauanZpoktQiDR77G7Pu > .row .container { width:20rem;height:15.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DTVSLe2gsBNxDhwKWUWDwtIWmGklibVL { width:15.5rem;height:auto;top:2.4375rem;left:2.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WefQSguakMrgpy369PGTETPtSvPmfeQL { width:1.875rem;height:1.875rem;top:6.67114375rem;left:9.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQIhAb4aBg7faZeFpv6AO806mfhKuBLF { width:1.875rem;height:1.875rem;top:9.79614375rem;left:9.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACxqkJVco2rCauXMc3yndGvQTo4NKvEK { width:1.875rem;height:1.875rem;top:12.92114375rem;left:9.0625rem;font-size:1.3125rem;display:block; }
 }