.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:250,222,224;--color-primary-1:238,144,151;--color-primary-2:220,32,46;--color-primary-3:110,16,23;--color-primary-4:33,5,7;--color-secondary-0:254,254,254;--color-secondary-1:253,253,253;--color-secondary-2:250,250,250;--color-secondary-3:125,125,125;--color-secondary-4:38,38,38;--color-tertiary-0:255,255,255;--color-tertiary-1:185,226,195;--color-tertiary-2:22,158,54;--color-tertiary-3:11,79,27;--color-tertiary-4:2,16,5;--headlines-font-family:"Lato";--paragraphs-font-family:"lato"; }@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:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#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); }#w4wziGVmhOeHqCa3zqhZk5o8c0JqX0ba { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#w4wziGVmhOeHqCa3zqhZk5o8c0JqX0ba > .row .container { background-color: transparent; background-image: none; }#w4wziGVmhOeHqCa3zqhZk5o8c0JqX0ba::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w4wziGVmhOeHqCa3zqhZk5o8c0JqX0ba > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w4wziGVmhOeHqCa3zqhZk5o8c0JqX0ba > .row .container > .video-iframe-container { display: none; }#w4wziGVmhOeHqCa3zqhZk5o8c0JqX0ba > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w4wziGVmhOeHqCa3zqhZk5o8c0JqX0ba > .row > .video-iframe-container { display: none; }#w4wziGVmhOeHqCa3zqhZk5o8c0JqX0ba > .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); }#w4wziGVmhOeHqCa3zqhZk5o8c0JqX0ba > .row .container { border-width: 0; border-radius: 0; }#w4wziGVmhOeHqCa3zqhZk5o8c0JqX0ba > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w4wziGVmhOeHqCa3zqhZk5o8c0JqX0ba > .row .container { font-size:0.875rem;font-family:arial;height:6.5rem;width:60rem;position:relative;display:block; }#wm2xOuMz1MPNl94WFRLtk6QEJudLGZnX { color:rgba(var(--color-tertiary-4),1);display:block;width:4.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:1.40234375rem;left:48.75rem;height:1.375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#y2HGlwHyIIXxckRTUhPoW4QSkSJClGpU { color:#dc202e;display:block;width:33.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:2.4375rem;left:2.75rem;height:3.25rem;display:block; }
#usrUPv7kew5GuUi7SmpB878eCBNxBe5V { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;top:3.2490234375rem;left:41.25rem; }
#g7M9tKLlu8M9WcHLEtfCG6IFPJJpTmVd { color:rgba(var(--color-tertiary-4),1);display:block;width:10.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:3.05859375rem;left:44rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZR5pXvme0ncKT45VdUhSTMrqni0klANo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:1.37109375rem;left:56.125rem; }
#ZR5pXvme0ncKT45VdUhSTMrqni0klANo > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; }#FAwD3ELivRDaceu7PrZNRD0E0p68aTvv { color:rgba(var(--color-tertiary-4),1);display:block;width:3.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:3.25rem;left:55.5rem;height:1rem;font-style:normal;display:block; }
#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4e9eda51-31c7-424a-8f2e-a0f724dfbb03/ChatGPTImage14nov202512_52_47.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A.adaptive-delivery-prevent-bg, #vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A.lazyload, #vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A.lazyloading { background-image: none; }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A > .row .container { background-color: transparent; background-image: none; }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(24,25,24,0.61); }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A > .row .container > .video-iframe-container { display: none; }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(24,25,24,0.61); }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A > .row > .video-iframe-container { display: none; }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A > .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); }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A > .row .container { border-width: 0; border-radius: 0; }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A > .row .container { font-size:0.875rem;font-family:arial;height:27.4375rem;width:60rem;overflow:visible;position:relative;display:block; }#tZd7P3WkEh0i9bl91NWQ6VPEWqgIZglV { color:rgba(var(--color-tertiary-0),1);display:block;width:24.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:300;z-index:15001;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.3125rem 0.625rem rgba(var(--color-tertiary-4),0.3);top:4.25rem;left:2.25rem;height:3.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#tIbs9LnOSox27cuT6a282DacB9AtibgJ { color:rgba(var(--color-tertiary-0),1);display:block;width:31.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:8.42578125rem;left:2.25rem;height:2.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#FOokZzzrkTVLscxVscszBWqcGgrLAXS4 { z-index:15003;top:20.5625rem;left:2.25rem;background-color:rgba(var(--color-primary-2),1);background-image:none;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.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.8125rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#cIhAJsvrPIwZTe8mTN4ze2ZOTIDmFhVz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#q1D72t54En7wadPoG9IN3cGbait8TzHU { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-secondary-4),0.1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:20rem;top:24.5625rem;left:36.75rem;display:block; }
#yUip0bTUHfoWPpPCJiUiJgPrvJpNChhz { color:rgba(var(--color-tertiary-0),1);display:block;width:27.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:11.11328125rem;left:2.25rem;height:2.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#LKWfTZ1JpNbd2naiRrLAPlNwvS91O42B { color:rgba(var(--color-secondary-2),1);display:block;width:28.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:13.875rem;left:2.25rem;height:2.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#TduDSIPshp3Zk00IIUHscZ6BCoMoDmql { color:rgba(var(--color-secondary-2),1);display:block;width:28.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:17.1875rem;left:2.25rem;height:1.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#vdKQ92gKtCUlm0Lb31KT6WKfWpwB2U0A { position:relative;display:block; }#vdKQ92gKtCUlm0Lb31KT6WKfWpwB2U0A { background-color: transparent; background-image: none; }#vdKQ92gKtCUlm0Lb31KT6WKfWpwB2U0A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vdKQ92gKtCUlm0Lb31KT6WKfWpwB2U0A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),1); }#vdKQ92gKtCUlm0Lb31KT6WKfWpwB2U0A > .row .container > .video-iframe-container { display: none; }#vdKQ92gKtCUlm0Lb31KT6WKfWpwB2U0A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vdKQ92gKtCUlm0Lb31KT6WKfWpwB2U0A > .row > .video-iframe-container { display: none; }#vdKQ92gKtCUlm0Lb31KT6WKfWpwB2U0A > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),1); }#vdKQ92gKtCUlm0Lb31KT6WKfWpwB2U0A { border-width: 0; border-radius: 0; }#vdKQ92gKtCUlm0Lb31KT6WKfWpwB2U0A > .row .container::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vdKQ92gKtCUlm0Lb31KT6WKfWpwB2U0A > .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; }#vdKQ92gKtCUlm0Lb31KT6WKfWpwB2U0A > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/fI6AEAda/bg_s2.jpg");background-position:bottom center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:106.25rem;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:block; }#vdKQ92gKtCUlm0Lb31KT6WKfWpwB2U0A > .row .container.adaptive-delivery-prevent-bg, #vdKQ92gKtCUlm0Lb31KT6WKfWpwB2U0A > .row .container.lazyload, #vdKQ92gKtCUlm0Lb31KT6WKfWpwB2U0A > .row .container.lazyloading { background-image: none; }#GOhqMrRByhu05X1TuoOQ2JRo1niqhMyl { color:rgba(var(--color-primary-2),1);display:block;width:22.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;top:3.125rem;left:2.375rem;height:4.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#IPnGweMbvuqbxRVPZQTrpTTLSdxGNDiW { color:rgba(var(--color-secondary-4),0.7);display:block;width:28rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:3.5625rem;left:30.125rem;height:6rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#B5eMTE6Ur0kMzatSADGVZaLrr4tQWCtG { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-3),1);background-image:url("https://images.assets-landingi.com/uc/70ceebc3-aa7b-4b66-9c87-b2ee6ee9b597/ChatGPTImage24nov202522_25_47.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0.3125rem solid rgba(var(--color-secondary-0),1);border-left:0.3125rem solid rgba(var(--color-secondary-0),1);border-right:0.3125rem solid rgba(var(--color-secondary-0),1);border-bottom:0.3125rem solid rgba(var(--color-secondary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.5rem 3.125rem rgba(var(--color-tertiary-4),0.25) ;height:19.8125rem;width:27.625rem;top:30.78125rem;left:0.39725232198143rem;display:block; }#B5eMTE6Ur0kMzatSADGVZaLrr4tQWCtG.adaptive-delivery-prevent-bg, #B5eMTE6Ur0kMzatSADGVZaLrr4tQWCtG.lazyload, #B5eMTE6Ur0kMzatSADGVZaLrr4tQWCtG.lazyloading { background-image: none; }
#uJAK50aqshIUX9RHoHouEomqQCCDRoPp { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-3),1);background-image:url("https://images.assets-landingi.com/uc/831cced3-f377-4529-a11f-5b82a29c7d2f/ChatGPTImage24nov202523_11_02.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.3125rem solid rgba(var(--color-secondary-0),1);border-left:0.3125rem solid rgba(var(--color-secondary-0),1);border-right:0.3125rem solid rgba(var(--color-secondary-0),1);border-bottom:0.3125rem solid rgba(var(--color-secondary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.125rem 0.125rem 3.125rem rgba(var(--color-tertiary-4),0.25) ;height:16.25rem;width:27.625rem;top:52.375rem;left:29.541187739464rem;display:block; }#uJAK50aqshIUX9RHoHouEomqQCCDRoPp.adaptive-delivery-prevent-bg, #uJAK50aqshIUX9RHoHouEomqQCCDRoPp.lazyload, #uJAK50aqshIUX9RHoHouEomqQCCDRoPp.lazyloading { background-image: none; }
#Uv6VauFKz12IeLyKZX8SCgHqCN8Df67m { color:rgba(var(--color-primary-2),1);display:block;width:24.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.1;letter-spacing:0;top:11.3125rem;left:2.375rem;height:1.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#hUXXyLBbbIHlzfc7ScD4ixlwdO1GSxo3 { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-primary-4),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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.375rem;top:13.4375rem;left:2.375rem;display:block; }
#gafU63rc1dqvJhEMVOqefDnPQRcrsThl { color:rgba(var(--color-primary-2),1);display:block;width:13rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.1;letter-spacing:0;top:11.3125rem;left:13.875rem;height:1.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:right;text-align-last:right;display:block; }
#OFPMPwnEpVg60PCncv9iGlWQpmXdHpHd { color:rgba(var(--color-primary-2),1);display:block;width:19.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.1;letter-spacing:0;top:14.1875rem;left:2.375rem;height:1.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#csaTGxNeIZTB8aNod15TH1Oxaubea2rG { color:rgba(var(--color-primary-2),1);display:block;width:24.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:14999;line-height:1.1;letter-spacing:0;top:14.1875rem;left:2.375rem;height:1.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:right;text-align-last:right;display:block; }
#AMSOhEDsaZidaKnII0fwRR8ASgR02oVT { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-primary-4),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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.375rem;top:16.3125rem;left:2.375rem;display:block; }
#qWBbnGdFkdTiy6PTBHDeUznGacn7sbAx { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-primary-4),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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.375rem;top:19.1875rem;left:2.375rem;display:block; }
#oeCKKOGNH1iBmtPNuin7uB14K9XUeaMv { color:rgba(var(--color-primary-2),1);display:block;width:24.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:14998;line-height:1.1;letter-spacing:0;top:17.0625rem;left:2.375rem;height:1.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Ms24bNfiUkfB5cSygx9BDyIiNOiFyINq { color:rgba(var(--color-primary-2),1);display:block;width:3.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;top:17.0625rem;left:23.25rem;height:1.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ZlIMFH0PaTzrG3M21NCFvDdE5guMmugV { position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-primary-4),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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.375rem;top:22.125rem;left:2.375rem;display:block; }
#IzCsdW0sarmGggbIvnq6mmxIbwcmChrg { color:rgba(var(--color-primary-2),1);display:block;width:17.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15001;line-height:1.1;letter-spacing:0;top:20rem;left:2.375rem;height:1.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#QSF9Cow2iXP4yUGbE7dXP34Nk8xDFfmo { color:rgba(var(--color-primary-2),1);display:block;width:2.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:14997;line-height:1.1;letter-spacing:0;top:20rem;left:24rem;height:1.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:right;text-align-last:right;display:block; }
#NHbtcVCuosplZHoBRVsMg2f6FoElTSR7 { color:rgba(var(--color-primary-2),1);display:block;width:20.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;top:22.8125rem;left:2.375rem;height:1.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#l3mAA1myuzRx0DzaeFDZwH06VK4sZdSn { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-3),1);background-image:url("https://images.assets-landingi.com/uc/1b8a55ba-a5bc-45dd-9408-26df4a67cc65/ChatGPTImage24nov202523_21_38.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.3125rem solid rgba(var(--color-secondary-0),1);border-left:0.3125rem solid rgba(var(--color-secondary-0),1);border-right:0.3125rem solid rgba(var(--color-secondary-0),1);border-bottom:0.3125rem solid rgba(var(--color-secondary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.125rem 0.125rem 3.125rem rgba(var(--color-tertiary-4),0.25) ;height:16.25rem;width:27.5rem;top:52.3125rem;left:0.47948113207547rem;display:block; }#l3mAA1myuzRx0DzaeFDZwH06VK4sZdSn.adaptive-delivery-prevent-bg, #l3mAA1myuzRx0DzaeFDZwH06VK4sZdSn.lazyload, #l3mAA1myuzRx0DzaeFDZwH06VK4sZdSn.lazyloading { background-image: none; }
#JKqz6yMMZFvAwvrSFa0iPnzI9McR8FiQ { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-3),1);background-image:url("https://images.assets-landingi.com/uc/22865597-24c9-40b0-9e5e-4ffb0367e4f3/ChatGPTImage24nov202523_47_19.png");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.3125rem solid rgba(var(--color-secondary-0),1);border-left:0.3125rem solid rgba(var(--color-secondary-0),1);border-right:0.3125rem solid rgba(var(--color-secondary-0),1);border-bottom:0.3125rem solid rgba(var(--color-secondary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.125rem 0.125rem 3.125rem rgba(var(--color-tertiary-4),0.25) ;height:16.5rem;width:27.75rem;top:11.1875rem;left:29.541015625rem;display:block; }#JKqz6yMMZFvAwvrSFa0iPnzI9McR8FiQ.adaptive-delivery-prevent-bg, #JKqz6yMMZFvAwvrSFa0iPnzI9McR8FiQ.lazyload, #JKqz6yMMZFvAwvrSFa0iPnzI9McR8FiQ.lazyloading { background-image: none; }
#XgGbKhTuVHMsFz1TfN8532UPRyGew9si { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-3),1);background-image:url("https://images.assets-landingi.com/uc/40da6b9d-31de-4ef5-a4d3-4e32635c11e9/ChatGPTImage24nov202523_28_56.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.3125rem solid rgba(var(--color-secondary-0),1);border-left:0.3125rem solid rgba(var(--color-secondary-0),1);border-right:0.3125rem solid rgba(var(--color-secondary-0),1);border-bottom:0.3125rem solid rgba(var(--color-secondary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.5rem 3.125rem rgba(var(--color-tertiary-4),0.25) ;height:19.9375rem;width:27.6875rem;top:30.59375rem;left:29.697265625rem;display:block; }#XgGbKhTuVHMsFz1TfN8532UPRyGew9si.adaptive-delivery-prevent-bg, #XgGbKhTuVHMsFz1TfN8532UPRyGew9si.lazyload, #XgGbKhTuVHMsFz1TfN8532UPRyGew9si.lazyloading { background-image: none; }
#lKTfz1Bb90WycBUWTKPJxStcsZeQsX06 { color:rgba(var(--color-primary-2),1);display:block;width:2.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:14998;line-height:1.1;letter-spacing:0;top:22.8125rem;left:23.9375rem;height:1.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:right;text-align-last:right;display:block; }
#GJWrQrO3R9moPuH312ms8a8Ru7loWlke { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-primary-4),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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.375rem;top:18.1875rem;left:2.8125rem;display:none; }
#N4JqGPVdyWzE8vAIWkfTRrWsEDPLT17w { position:absolute;display:block;z-index:15032;background-color:rgba(var(--color-primary-4),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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.375rem;top:24.9375rem;left:2.375rem;display:block; }
#yGQ5Itzozo01aPbJWBZCSg2h7aQlzXdM { color:rgba(var(--color-primary-2),1);display:block;width:15.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.1;letter-spacing:0;top:25.625rem;left:2.375rem;height:1.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Rwv49uPwO7uT8GD06bhKm8TghaKhSplQ { color:rgba(var(--color-primary-2),1);display:block;width:4.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15001;line-height:1.1;letter-spacing:0;top:25.625rem;left:21.875rem;height:1.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:right;text-align-last:right;display:block; }
#enz4XA8a1vgThptwxgFPFpIZpyQQuUXE { color:rgba(var(--color-primary-4),1);display:block;width:5.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:300;z-index:15011;line-height:1.6;letter-spacing:0;top:27.3125rem;left:2.4375rem;height:1.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#tRDr3UKmVFcK24oA6UQS1FlyaiFAMTUc { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-3),1);background-image:url("https://images.assets-landingi.com/uc/d6e9c750-3c6a-47d7-bbd5-4fd31f3ef2ec/Kottem7.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.3125rem solid rgba(var(--color-secondary-0),1);border-left:0.3125rem solid rgba(var(--color-secondary-0),1);border-right:0.3125rem solid rgba(var(--color-secondary-0),1);border-bottom:0.3125rem solid rgba(var(--color-secondary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.125rem 0.125rem 3.125rem rgba(var(--color-tertiary-4),0.25) ;height:15.9375rem;width:26.75rem;top:70.5rem;left:0.8125rem;display:block; }#tRDr3UKmVFcK24oA6UQS1FlyaiFAMTUc.adaptive-delivery-prevent-bg, #tRDr3UKmVFcK24oA6UQS1FlyaiFAMTUc.lazyload, #tRDr3UKmVFcK24oA6UQS1FlyaiFAMTUc.lazyloading { background-image: none; }
#uzipOaqfXXLbUbAz4TaVe0qdcrDbLWmF { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-3),1);background-image:url("https://images.assets-landingi.com/uc/88fbb705-b26e-4891-983b-ba2758fe213a/kottem1693484656_1693485759_85822_3369918.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.3125rem solid rgba(var(--color-secondary-0),1);border-left:0.3125rem solid rgba(var(--color-secondary-0),1);border-right:0.3125rem solid rgba(var(--color-secondary-0),1);border-bottom:0.3125rem solid rgba(var(--color-secondary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.125rem 0.125rem 3.125rem rgba(var(--color-tertiary-4),0.25) ;height:15.875rem;width:26.625rem;top:70.5625rem;left:29.541015625rem;display:block; }#uzipOaqfXXLbUbAz4TaVe0qdcrDbLWmF.adaptive-delivery-prevent-bg, #uzipOaqfXXLbUbAz4TaVe0qdcrDbLWmF.lazyload, #uzipOaqfXXLbUbAz4TaVe0qdcrDbLWmF.lazyloading { background-image: none; }
#JDN2kt28L250e8H9vJUsuDeLPZ9hMHIA { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-3),1);background-image:url("https://images.assets-landingi.com/uc/e29cb1c9-7293-4e5c-98f3-2088ac1c7fa3/Kottem1.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.3125rem solid rgba(var(--color-secondary-0),1);border-left:0.3125rem solid rgba(var(--color-secondary-0),1);border-right:0.3125rem solid rgba(var(--color-secondary-0),1);border-bottom:0.3125rem solid rgba(var(--color-secondary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.125rem 0.125rem 3.125rem rgba(var(--color-tertiary-4),0.25) ;height:15.9375rem;width:26.75rem;top:88.375rem;left:0.833984375rem;display:block; }#JDN2kt28L250e8H9vJUsuDeLPZ9hMHIA.adaptive-delivery-prevent-bg, #JDN2kt28L250e8H9vJUsuDeLPZ9hMHIA.lazyload, #JDN2kt28L250e8H9vJUsuDeLPZ9hMHIA.lazyloading { background-image: none; }
#yc8THg9QnZ9AkL1PoIO6QPAvRkONd5vr { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-3),1);background-image:url("https://images.assets-landingi.com/uc/15fb5e38-dc42-4eb3-af03-c63adc97c54c/Schermafbeelding20251109om000316.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.3125rem solid rgba(var(--color-secondary-0),1);border-left:0.3125rem solid rgba(var(--color-secondary-0),1);border-right:0.3125rem solid rgba(var(--color-secondary-0),1);border-bottom:0.3125rem solid rgba(var(--color-secondary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.125rem 0.125rem 3.125rem rgba(var(--color-tertiary-4),0.25) ;height:15.875rem;width:26.625rem;top:88.40625rem;left:29.541015625rem;display:block; }#yc8THg9QnZ9AkL1PoIO6QPAvRkONd5vr.adaptive-delivery-prevent-bg, #yc8THg9QnZ9AkL1PoIO6QPAvRkONd5vr.lazyload, #yc8THg9QnZ9AkL1PoIO6QPAvRkONd5vr.lazyloading { background-image: none; }
#QSErde0hTbf7bmMDfZhsJuuTtKvwlsXc { position:relative;display:block; }#QSErde0hTbf7bmMDfZhsJuuTtKvwlsXc { background-color: transparent; background-image: none; }#QSErde0hTbf7bmMDfZhsJuuTtKvwlsXc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QSErde0hTbf7bmMDfZhsJuuTtKvwlsXc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QSErde0hTbf7bmMDfZhsJuuTtKvwlsXc > .row .container > .video-iframe-container { display: none; }#QSErde0hTbf7bmMDfZhsJuuTtKvwlsXc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QSErde0hTbf7bmMDfZhsJuuTtKvwlsXc > .row > .video-iframe-container { display: none; }#QSErde0hTbf7bmMDfZhsJuuTtKvwlsXc > .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); }#QSErde0hTbf7bmMDfZhsJuuTtKvwlsXc { border-width: 0; border-radius: 0; }#QSErde0hTbf7bmMDfZhsJuuTtKvwlsXc > .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; }#QSErde0hTbf7bmMDfZhsJuuTtKvwlsXc > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:53.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:block; }#GytzUdvr9zTxtISmcyHxLnZCdlrtMTQl { color:rgba(var(--color-secondary-4),0.7);display:block;width:34.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15016;line-height:1.6;letter-spacing:0;top:5.1875rem;left:20.15625rem;height:3.125rem;font-style:normal;display:block; }
#cghtkEDpvarSRD7TKDkuGQWTF6dFbXv7 { color:rgba(var(--color-primary-2),1);display:block;width:13.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15012;line-height:1.1;letter-spacing:0;top:3.5rem;left:3.0625rem;height:4.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#X68BrFdnMzqMo8vgd5T6Ttm9xyvP3sMb { color:rgba(var(--color-secondary-4),0.7);display:block;width:34.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.6;letter-spacing:0;top:9.4375rem;left:20.0625rem;height:6.875rem;font-style:normal;display:block; }#X68BrFdnMzqMo8vgd5T6Ttm9xyvP3sMb li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#X68BrFdnMzqMo8vgd5T6Ttm9xyvP3sMb li:before{  }
#OMWcUs372QVmB65OCK5XQAzzBOd38b4I { color:rgba(var(--color-primary-2),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:3.125rem;left:20.15625rem;height:1.625rem;display:block; }
#Gh8aqyIhTvXhuhvomOyPbZGzul54gd4w { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36.1875rem;width:60rem;top:17.25rem;left:0rem;overflow:hidden;display:block; }
#rDHN7atM1Ai7WJVdMVfxxdqts1eQpDb1 { position:relative;display:block; }#rDHN7atM1Ai7WJVdMVfxxdqts1eQpDb1 { background-color: transparent; background-image: none; }#rDHN7atM1Ai7WJVdMVfxxdqts1eQpDb1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rDHN7atM1Ai7WJVdMVfxxdqts1eQpDb1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rDHN7atM1Ai7WJVdMVfxxdqts1eQpDb1 > .row .container > .video-iframe-container { display: none; }#rDHN7atM1Ai7WJVdMVfxxdqts1eQpDb1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rDHN7atM1Ai7WJVdMVfxxdqts1eQpDb1 > .row > .video-iframe-container { display: none; }#rDHN7atM1Ai7WJVdMVfxxdqts1eQpDb1 > .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); }#rDHN7atM1Ai7WJVdMVfxxdqts1eQpDb1 { border-width: 0; border-radius: 0; }#rDHN7atM1Ai7WJVdMVfxxdqts1eQpDb1 > .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; }#rDHN7atM1Ai7WJVdMVfxxdqts1eQpDb1 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:34.1875rem;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:block; }#GOrK0ftTyZJm3BUAT7SoTeXdNuyEuifL { color:rgba(var(--color-primary-2),1);display:block;width:14.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15010;line-height:1.1;letter-spacing:0;top:4.451171875rem;left:45.125rem;height:4.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ryhNN8UE5LVpJ7sekBMXdIuOBTfQRVC5 { color:rgba(var(--color-secondary-4),0.7);display:block;width:21.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15018;line-height:1.6;letter-spacing:0;top:6.388671875rem;left:21.28125rem;height:6.875rem;font-style:normal;display:block; }#ryhNN8UE5LVpJ7sekBMXdIuOBTfQRVC5 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ryhNN8UE5LVpJ7sekBMXdIuOBTfQRVC5 li:before{  }
#rRGn5gOK40xZi2mWaRKXA2sl5bVVIEqU { color:rgba(var(--color-secondary-4),0.7);display:block;width:22.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15019;line-height:1.6;letter-spacing:0;top:17.28125rem;left:20.84375rem;height:13.75rem;font-style:normal;display:block; }#rRGn5gOK40xZi2mWaRKXA2sl5bVVIEqU li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#rRGn5gOK40xZi2mWaRKXA2sl5bVVIEqU li:before{  }
#fWkiHL2bdHpFJyJ70isH5RZ7kLJnd2zB { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.8125rem;width:17.875rem;top:4.34375rem;left:0.0625rem;overflow:hidden;display:block; }
#fJ3MePhFBJacTqOyTEs0h4P08M1Q4Vnw { color:rgba(var(--color-primary-2),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:4.451171875rem;left:21.28125rem;height:1.625rem;display:block; }
#xIqPoDhQdprku47GHAJ054ai5Do5vxda { color:rgba(var(--color-primary-2),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:15.03125rem;left:21.28125rem;height:1.625rem;display:block; }
#e6nT479yiTFAlfxEUMVGRWgzX88ud2IP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#e6nT479yiTFAlfxEUMVGRWgzX88ud2IP > .row .container { background-color: transparent; background-image: none; }#e6nT479yiTFAlfxEUMVGRWgzX88ud2IP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e6nT479yiTFAlfxEUMVGRWgzX88ud2IP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e6nT479yiTFAlfxEUMVGRWgzX88ud2IP > .row .container > .video-iframe-container { display: none; }#e6nT479yiTFAlfxEUMVGRWgzX88ud2IP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e6nT479yiTFAlfxEUMVGRWgzX88ud2IP > .row > .video-iframe-container { display: none; }#e6nT479yiTFAlfxEUMVGRWgzX88ud2IP > .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); }#e6nT479yiTFAlfxEUMVGRWgzX88ud2IP > .row .container { border-width: 0; border-radius: 0; }#e6nT479yiTFAlfxEUMVGRWgzX88ud2IP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e6nT479yiTFAlfxEUMVGRWgzX88ud2IP > .row .container { font-size:0.875rem;font-family:arial;height:45.3125rem;width:60rem;position:relative;display:block; }#LPUMsSWuAgTbAOuUQwx9ROQrz5Rb0N5P { color:rgba(var(--color-tertiary-0),1);display:block;width:30.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:300;z-index:15004;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.3125rem 0.625rem rgba(var(--color-tertiary-4),0.3);top:5.6875rem;left:2.8125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#XqkpwDGSAXtDPWBKvFHThhGk7SsS6E6s { color:rgba(var(--color-tertiary-0),1);display:block;width:28.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:13.3994140625rem;left:3.125rem;height:3.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#TT0gVflXn7lI0Zxi7p58phmEHMgAuv28 { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.5rem 1.25rem rgba(var(--color-tertiary-4),0.15) ;height:11.375rem;width:24.375rem;top:5.9375rem;left:35.625rem;display:block; }
#xyFTW9MGveQUcfAqD3x8W09utyxRqOtu { color:rgba(var(--color-secondary-4),1);display:block;width:19.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:7.6875rem;left:37.96875rem;height:2.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#bOnf9te14gMTaXkeSO0WNrmz2lyLSiOa { color:rgba(var(--color-secondary-4),0.5);display:block;width:14.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15032;line-height:1;letter-spacing:0;top:10.875rem;left:37.9375rem;height:1.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#rzuQ370gTRLTMSWAyhNE0dhHAKyqEpzd { position:absolute;display:block;z-index:15041;background-color:rgba(var(--color-secondary-4),0.1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:20rem;top:13.3994140625rem;left:37.8125rem;display:block; }
#TyNXrBSSzytLPgDX3hEGufiTxf6JCHcc { color:rgba(var(--color-tertiary-4),1);display:block;width:13.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:14.0625rem;left:40.8125rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#w8Ne3I6k6sLmbqRq1eToimJ77ez9VobP { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;top:13.90625rem;left:37.9375rem; }
#sMiodIe9Fglkw2wRMW6mbKwFqR6NeDrR .widget-form-header {  }
#sMiodIe9Fglkw2wRMW6mbKwFqR6NeDrR .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:54.375rem;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; }
#sMiodIe9Fglkw2wRMW6mbKwFqR6NeDrR .widget-input-text { 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:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),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:54.375rem;box-sizing:border-box;height:2.5625rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: none;vertical-align:top; }
#sMiodIe9Fglkw2wRMW6mbKwFqR6NeDrR .widget-input-text {padding-top: 0; padding-bottom: 0;}#sMiodIe9Fglkw2wRMW6mbKwFqR6NeDrR .widget-textarea { 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 rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),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:54.375rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#sMiodIe9Fglkw2wRMW6mbKwFqR6NeDrR .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:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);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:54.375rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;box-shadow: none;vertical-align:top; }
#sMiodIe9Fglkw2wRMW6mbKwFqR6NeDrR .widget-input-select {padding-top: 0; padding-bottom: 0;}#sMiodIe9Fglkw2wRMW6mbKwFqR6NeDrR .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; }
#sMiodIe9Fglkw2wRMW6mbKwFqR6NeDrR .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#sMiodIe9Fglkw2wRMW6mbKwFqR6NeDrR .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:54.375rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: none; }
#sMiodIe9Fglkw2wRMW6mbKwFqR6NeDrR [class*="-text"]:-moz-placeholder { color:rgba(var(--color-primary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#sMiodIe9Fglkw2wRMW6mbKwFqR6NeDrR [class*="-text"]::-moz-placeholder { color:rgba(var(--color-primary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#sMiodIe9Fglkw2wRMW6mbKwFqR6NeDrR [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-primary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#sMiodIe9Fglkw2wRMW6mbKwFqR6NeDrR [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-primary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#sMiodIe9Fglkw2wRMW6mbKwFqR6NeDrR .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:53rem;overflow:hidden;font-style:normal;float:none; }
#sMiodIe9Fglkw2wRMW6mbKwFqR6NeDrR .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; }
#sMiodIe9Fglkw2wRMW6mbKwFqR6NeDrR .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:rgba(var(--color-tertiary-4),1);overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#sMiodIe9Fglkw2wRMW6mbKwFqR6NeDrR .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#sMiodIe9Fglkw2wRMW6mbKwFqR6NeDrR .widget-container:first-of-type{padding-top:0;}#sMiodIe9Fglkw2wRMW6mbKwFqR6NeDrR .widget-container:last-of-type{padding-bottom:0;}#sMiodIe9Fglkw2wRMW6mbKwFqR6NeDrR  { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:54.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15042;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:19.8125rem;left:3.125rem; }
#sMiodIe9Fglkw2wRMW6mbKwFqR6NeDrR .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:54.375rem;display:block;vertical-align:top; }
#sMiodIe9Fglkw2wRMW6mbKwFqR6NeDrR .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#sMiodIe9Fglkw2wRMW6mbKwFqR6NeDrR {display:block;}#sMiodIe9Fglkw2wRMW6mbKwFqR6NeDrR { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:54.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15042;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:19.8125rem;left:3.125rem; }
#sMiodIe9Fglkw2wRMW6mbKwFqR6NeDrR #kN5KwwTnSNNJvyzDxyyP9IFoZ31tG3xa { position:relative; }
#sMiodIe9Fglkw2wRMW6mbKwFqR6NeDrR #BDwQDR6TCVHBSCOh3GHMc1CHDUIISrpw { position:relative;display:none; }
#sMiodIe9Fglkw2wRMW6mbKwFqR6NeDrR #kPNbh9fAe5I9KLOU3RPa8ZN2oSoLnTfG { position:relative; }
#sMiodIe9Fglkw2wRMW6mbKwFqR6NeDrR #u9HTK1F2I4tUVM8nFoTUtMudh4IHWzgV { position:relative; }
#sMiodIe9Fglkw2wRMW6mbKwFqR6NeDrR #tprL0g8NRXyaxWDncmx3EJmHFs46Wc2T { position:relative;display:none; }
#sMiodIe9Fglkw2wRMW6mbKwFqR6NeDrR #TnyZl4k1Iza34tnIUrF732h268yTTWT8 { position:relative; }
#sMiodIe9Fglkw2wRMW6mbKwFqR6NeDrR #mx78St4viWMTQSl1VGCDSPeC4FWWhWnl { position:relative; }
#sMiodIe9Fglkw2wRMW6mbKwFqR6NeDrR #gJ4TFAP6tizV1vwA42RSWAkxkPwPgXyd { position:relative;display:none; }
#sMiodIe9Fglkw2wRMW6mbKwFqR6NeDrR #DhcBdcs44UJFUNcaQI2xA97PLIvGCTdQ { position:relative; }
#sMiodIe9Fglkw2wRMW6mbKwFqR6NeDrR #bVf0qJelQxQfwSFRuhwP6sbnbrtybKvG { position:relative; }
#sMiodIe9Fglkw2wRMW6mbKwFqR6NeDrR #gJc50Nf9aIJJ32UKeOi1Mypbav0STywo { position:relative;display:none; }
#sMiodIe9Fglkw2wRMW6mbKwFqR6NeDrR #qmyOAaVUqsWDTq9q0XXDddcLuWni2RMy { position:relative; }
#sMiodIe9Fglkw2wRMW6mbKwFqR6NeDrR #rSWwwMiUXK1ukgFGOLuL3kln9nR7sBZO { position:relative; }
#sMiodIe9Fglkw2wRMW6mbKwFqR6NeDrR #XraTnT1JtZso4GLiss2GJVTrTiEpVd5J { position:relative; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #w4wziGVmhOeHqCa3zqhZk5o8c0JqX0ba { display:block; }#w4wziGVmhOeHqCa3zqhZk5o8c0JqX0ba > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wm2xOuMz1MPNl94WFRLtk6QEJudLGZnX { width:4.5rem;height:1.375rem;top:1.375rem;left:42.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2HGlwHyIIXxckRTUhPoW4QSkSJClGpU { top:2.4375rem;left:0rem;width:33.8125rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #usrUPv7kew5GuUi7SmpB878eCBNxBe5V { width:1.125rem;height:1.125rem;top:3.1875rem;left:35.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7M9tKLlu8M9WcHLEtfCG6IFPJJpTmVd { width:10.5rem;height:1.375rem;top:3rem;left:37.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZR5pXvme0ncKT45VdUhSTMrqni0klANo { top:1.3125rem;left:46.3125rem;width:1.4375rem;height:1.4375rem;display:block; }
#ZR5pXvme0ncKT45VdUhSTMrqni0klANo > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; } }@media only screen and (max-width: 763px) { #FAwD3ELivRDaceu7PrZNRD0E0p68aTvv { top:3.25rem;left:43.875rem;width:3.875rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A { display:block; }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tZd7P3WkEh0i9bl91NWQ6VPEWqgIZglV { width:24.4375rem;height:3.125rem;top:4.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIbs9LnOSox27cuT6a282DacB9AtibgJ { width:31.0625rem;height:;top:8.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOokZzzrkTVLscxVscszBWqcGgrLAXS4 { top:20.5625rem;left:0rem;width:11.8125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIhAJsvrPIwZTe8mTN4ze2ZOTIDmFhVz { display:block; }
 }@media only screen and (max-width: 763px) { #q1D72t54En7wadPoG9IN3cGbait8TzHU { width:20rem;height:0.0625rem;top:24.5625rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUip0bTUHfoWPpPCJiUiJgPrvJpNChhz { width:27.0625rem;height:;top:11.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKWfTZ1JpNbd2naiRrLAPlNwvS91O42B { width:28.5625rem;height:2.6875rem;top:13.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TduDSIPshp3Zk00IIUHscZ6BCoMoDmql { width:28.5625rem;height:1.75rem;top:17.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdKQ92gKtCUlm0Lb31KT6WKfWpwB2U0A { display:block; }#vdKQ92gKtCUlm0Lb31KT6WKfWpwB2U0A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GOhqMrRByhu05X1TuoOQ2JRo1niqhMyl { width:22.25rem;height:4.875rem;top:3.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPnGweMbvuqbxRVPZQTrpTTLSdxGNDiW { width:28rem;height:6rem;top:3.5625rem;left:16.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5eMTE6Ur0kMzatSADGVZaLrr4tQWCtG { width:27.625rem;height:19.8125rem;top:30.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJAK50aqshIUX9RHoHouEomqQCCDRoPp { width:27.625rem;height:16.25rem;top:52.375rem;left:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uv6VauFKz12IeLyKZX8SCgHqCN8Df67m { width:24.4375rem;height:;top:11.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUXXyLBbbIHlzfc7ScD4ixlwdO1GSxo3 { width:24.375rem;height:0.0625rem;top:13.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gafU63rc1dqvJhEMVOqefDnPQRcrsThl { width:13rem;height:1.375rem;top:11.3125rem;left:7.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFPMPwnEpVg60PCncv9iGlWQpmXdHpHd { width:19.75rem;height:;top:14.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #csaTGxNeIZTB8aNod15TH1Oxaubea2rG { width:24.4375rem;height:;top:14.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMSOhEDsaZidaKnII0fwRR8ASgR02oVT { width:24.375rem;height:0.0625rem;top:16.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWBbnGdFkdTiy6PTBHDeUznGacn7sbAx { width:24.375rem;height:0.0625rem;top:19.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeCKKOGNH1iBmtPNuin7uB14K9XUeaMv { width:24.4375rem;height:;top:17.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ms24bNfiUkfB5cSygx9BDyIiNOiFyINq { width:3.5625rem;height:;top:17.0625rem;left:17.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlIMFH0PaTzrG3M21NCFvDdE5guMmugV { width:24.375rem;height:0.0625rem;top:22.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzCsdW0sarmGggbIvnq6mmxIbwcmChrg { width:17.6875rem;height:;top:20rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSF9Cow2iXP4yUGbE7dXP34Nk8xDFfmo { width:2.875rem;height:;top:20rem;left:17.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHbtcVCuosplZHoBRVsMg2f6FoElTSR7 { width:20.1875rem;height:1.375rem;top:22.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3mAA1myuzRx0DzaeFDZwH06VK4sZdSn { width:27.5rem;height:16.25rem;top:52.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKqz6yMMZFvAwvrSFa0iPnzI9McR8FiQ { width:27.75rem;height:16.5rem;top:11.1875rem;left:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgGbKhTuVHMsFz1TfN8532UPRyGew9si { width:27.6875rem;height:19.9375rem;top:30.5625rem;left:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKTfz1Bb90WycBUWTKPJxStcsZeQsX06 { width:2.875rem;height:;top:22.8125rem;left:17.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJWrQrO3R9moPuH312ms8a8Ru7loWlke { width:24.375rem;height:0.0625rem;top:18.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #N4JqGPVdyWzE8vAIWkfTRrWsEDPLT17w { width:24.375rem;height:0.0625rem;top:24.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGQ5Itzozo01aPbJWBZCSg2h7aQlzXdM { width:15.875rem;height:;top:25.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rwv49uPwO7uT8GD06bhKm8TghaKhSplQ { width:4.9375rem;height:1.375rem;top:25.625rem;left:15.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #enz4XA8a1vgThptwxgFPFpIZpyQQuUXE { width:5.75rem;height:;top:27.3125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRDr3UKmVFcK24oA6UQS1FlyaiFAMTUc { width:26.75rem;height:15.9375rem;top:70.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzipOaqfXXLbUbAz4TaVe0qdcrDbLWmF { width:26.625rem;height:15.875rem;top:70.5625rem;left:20.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDN2kt28L250e8H9vJUsuDeLPZ9hMHIA { width:26.75rem;height:15.9375rem;top:88.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yc8THg9QnZ9AkL1PoIO6QPAvRkONd5vr { width:26.625rem;height:15.875rem;top:88.375rem;left:20.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSErde0hTbf7bmMDfZhsJuuTtKvwlsXc { display:block; }#QSErde0hTbf7bmMDfZhsJuuTtKvwlsXc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GytzUdvr9zTxtISmcyHxLnZCdlrtMTQl { width:34.625rem;height:3.125rem;top:5.1875rem;left:13.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cghtkEDpvarSRD7TKDkuGQWTF6dFbXv7 { width:13.625rem;height:4.875rem;top:3.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X68BrFdnMzqMo8vgd5T6Ttm9xyvP3sMb { width:34.8125rem;height:6.875rem;top:9.4375rem;left:12.9375rem;font-size:1rem;display:block; }#X68BrFdnMzqMo8vgd5T6Ttm9xyvP3sMb li:before{  }
 }@media only screen and (max-width: 763px) { #OMWcUs372QVmB65OCK5XQAzzBOd38b4I { top:3.125rem;left:14.03125rem;width:20rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gh8aqyIhTvXhuhvomOyPbZGzul54gd4w { top:17.25rem;left:0rem;width:47.75rem;height:28.79921875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDHN7atM1Ai7WJVdMVfxxdqts1eQpDb1 { display:block; }#rDHN7atM1Ai7WJVdMVfxxdqts1eQpDb1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GOrK0ftTyZJm3BUAT7SoTeXdNuyEuifL { width:14.5rem;height:;top:4.4375rem;left:33.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryhNN8UE5LVpJ7sekBMXdIuOBTfQRVC5 { width:21.6875rem;height:6.875rem;top:6.375rem;left:15.15625rem;font-size:1rem;display:block; }#ryhNN8UE5LVpJ7sekBMXdIuOBTfQRVC5 li:before{  }
 }@media only screen and (max-width: 763px) { #rRGn5gOK40xZi2mWaRKXA2sl5bVVIEqU { width:22.5625rem;height:13.75rem;top:17.25rem;left:14.71875rem;font-size:1rem;display:block; }#rRGn5gOK40xZi2mWaRKXA2sl5bVVIEqU li:before{  }
 }@media only screen and (max-width: 763px) { #fWkiHL2bdHpFJyJ70isH5RZ7kLJnd2zB { top:4.3125rem;left:0rem;width:17.875rem;height:26.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJ3MePhFBJacTqOyTEs0h4P08M1Q4Vnw { top:4.4375rem;left:15.15625rem;width:20rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIqPoDhQdprku47GHAJ054ai5Do5vxda { top:15rem;left:15.15625rem;width:20rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6nT479yiTFAlfxEUMVGRWgzX88ud2IP { display:block; }#e6nT479yiTFAlfxEUMVGRWgzX88ud2IP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LPUMsSWuAgTbAOuUQwx9ROQrz5Rb0N5P { width:30.375rem;height:;top:5.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqkpwDGSAXtDPWBKvFHThhGk7SsS6E6s { width:28.1875rem;height:3.125rem;top:13.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT0gVflXn7lI0Zxi7p58phmEHMgAuv28 { width:24.375rem;height:11.375rem;top:5.9375rem;left:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyFTW9MGveQUcfAqD3x8W09utyxRqOtu { width:19.6875rem;height:2.25rem;top:7.6875rem;left:28.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOnf9te14gMTaXkeSO0WNrmz2lyLSiOa { width:14.6875rem;height:1.125rem;top:10.875rem;left:31.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzuQ370gTRLTMSWAyhNE0dhHAKyqEpzd { width:20rem;height:0.0625rem;top:13.375rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyNXrBSSzytLPgDX3hEGufiTxf6JCHcc { width:13.5rem;height:1.625rem;top:14.0625rem;left:34.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8Ne3I6k6sLmbqRq1eToimJ77ez9VobP { width:1.9375rem;height:1.9375rem;top:13.875rem;left:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMiodIe9Fglkw2wRMW6mbKwFqR6NeDrR .widget-regular-label { width:45.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#sMiodIe9Fglkw2wRMW6mbKwFqR6NeDrR .widget-input-text { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#sMiodIe9Fglkw2wRMW6mbKwFqR6NeDrR .widget-input-text {padding-top: 0; padding-bottom: 0;}#sMiodIe9Fglkw2wRMW6mbKwFqR6NeDrR .widget-textarea { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#sMiodIe9Fglkw2wRMW6mbKwFqR6NeDrR .widget-input-select { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#sMiodIe9Fglkw2wRMW6mbKwFqR6NeDrR .widget-input-select {padding-top: 0; padding-bottom: 0;}#sMiodIe9Fglkw2wRMW6mbKwFqR6NeDrR .widget-input-button { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#sMiodIe9Fglkw2wRMW6mbKwFqR6NeDrR .widget-checkbox-label { width:44.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#sMiodIe9Fglkw2wRMW6mbKwFqR6NeDrR  { width:45.25rem;height:auto;top:19.8125rem;left:0rem; }
#sMiodIe9Fglkw2wRMW6mbKwFqR6NeDrR .radio-container { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#sMiodIe9Fglkw2wRMW6mbKwFqR6NeDrR {display:block;}#sMiodIe9Fglkw2wRMW6mbKwFqR6NeDrR { width:45.25rem;height:auto;top:19.8125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #sMiodIe9Fglkw2wRMW6mbKwFqR6NeDrR #kN5KwwTnSNNJvyzDxyyP9IFoZ31tG3xa {  }
 }@media only screen and (max-width: 763px) { #sMiodIe9Fglkw2wRMW6mbKwFqR6NeDrR #BDwQDR6TCVHBSCOh3GHMc1CHDUIISrpw {  }
 }@media only screen and (max-width: 763px) { #sMiodIe9Fglkw2wRMW6mbKwFqR6NeDrR #kPNbh9fAe5I9KLOU3RPa8ZN2oSoLnTfG {  }
 }@media only screen and (max-width: 763px) { #sMiodIe9Fglkw2wRMW6mbKwFqR6NeDrR #u9HTK1F2I4tUVM8nFoTUtMudh4IHWzgV {  }
 }@media only screen and (max-width: 763px) { #sMiodIe9Fglkw2wRMW6mbKwFqR6NeDrR #tprL0g8NRXyaxWDncmx3EJmHFs46Wc2T {  }
 }@media only screen and (max-width: 763px) { #sMiodIe9Fglkw2wRMW6mbKwFqR6NeDrR #TnyZl4k1Iza34tnIUrF732h268yTTWT8 {  }
 }@media only screen and (max-width: 763px) { #sMiodIe9Fglkw2wRMW6mbKwFqR6NeDrR #mx78St4viWMTQSl1VGCDSPeC4FWWhWnl {  }
 }@media only screen and (max-width: 763px) { #sMiodIe9Fglkw2wRMW6mbKwFqR6NeDrR #gJ4TFAP6tizV1vwA42RSWAkxkPwPgXyd {  }
 }@media only screen and (max-width: 763px) { #sMiodIe9Fglkw2wRMW6mbKwFqR6NeDrR #DhcBdcs44UJFUNcaQI2xA97PLIvGCTdQ {  }
 }@media only screen and (max-width: 763px) { #sMiodIe9Fglkw2wRMW6mbKwFqR6NeDrR #bVf0qJelQxQfwSFRuhwP6sbnbrtybKvG {  }
 }@media only screen and (max-width: 763px) { #sMiodIe9Fglkw2wRMW6mbKwFqR6NeDrR #gJc50Nf9aIJJ32UKeOi1Mypbav0STywo {  }
 }@media only screen and (max-width: 763px) { #sMiodIe9Fglkw2wRMW6mbKwFqR6NeDrR #qmyOAaVUqsWDTq9q0XXDddcLuWni2RMy {  }
 }@media only screen and (max-width: 763px) { #sMiodIe9Fglkw2wRMW6mbKwFqR6NeDrR #rSWwwMiUXK1ukgFGOLuL3kln9nR7sBZO {  }
 }@media only screen and (max-width: 763px) { #sMiodIe9Fglkw2wRMW6mbKwFqR6NeDrR #XraTnT1JtZso4GLiss2GJVTrTiEpVd5J {  }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #w4wziGVmhOeHqCa3zqhZk5o8c0JqX0ba { display:block; }#w4wziGVmhOeHqCa3zqhZk5o8c0JqX0ba > .row .container { width:20rem;height:12.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wm2xOuMz1MPNl94WFRLtk6QEJudLGZnX { width:13.4375rem;height:1.25rem;top:8.26171875rem;left:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #y2HGlwHyIIXxckRTUhPoW4QSkSJClGpU { width:18.875rem;height:3.25rem;top:4.3125rem;left:1.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #usrUPv7kew5GuUi7SmpB878eCBNxBe5V { width:1.75rem;height:1.75rem;top:10.4736328125rem;left:1.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7M9tKLlu8M9WcHLEtfCG6IFPJJpTmVd { width:11.875rem;height:1.25rem;top:10.6171875rem;left:4.0625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZR5pXvme0ncKT45VdUhSTMrqni0klANo { display:flex;width:1.4375rem;height:1.4375rem;top:0.8486328125rem;left:9.28125rem; }
#ZR5pXvme0ncKT45VdUhSTMrqni0klANo > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; } }@media only screen and (max-width: 763px) { #FAwD3ELivRDaceu7PrZNRD0E0p68aTvv { width:3.875rem;height:1rem;top:2.5625rem;left:8.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A { background-color:rgba(241,241,241,0.2);background-image:url("https://images.assets-landingi.com/uc/4e9eda51-31c7-424a-8f2e-a0f724dfbb03/ChatGPTImage14nov202512_52_47.png");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A.adaptive-delivery-prevent-bg, #vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A.lazyload, #vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A.lazyloading { background-image: none; }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A > .row .container { background-color: transparent; background-image: none; }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A > .row .container > .video-iframe-container { display: none; }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A > .row > .video-iframe-container { display: none; }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A > .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); }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A > .row .container { width:20rem;height:21.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tZd7P3WkEh0i9bl91NWQ6VPEWqgIZglV { width:18.75rem;height:2rem;top:2.75rem;left:1.25rem;text-align:left;text-align-last:left;font-size:2rem;color:rgba(var(--color-secondary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #tIbs9LnOSox27cuT6a282DacB9AtibgJ { width:18.1875rem;height:1.5625rem;top:7.8125rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1rem;color:rgba(var(--color-secondary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #FOokZzzrkTVLscxVscszBWqcGgrLAXS4 { top:16.6875rem;left:2.125rem;width:15.75rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIhAJsvrPIwZTe8mTN4ze2ZOTIDmFhVz { display:block; }
 }@media only screen and (max-width: 763px) { #q1D72t54En7wadPoG9IN3cGbait8TzHU { width:17.5rem;height:0.0625rem;top:20.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUip0bTUHfoWPpPCJiUiJgPrvJpNChhz { width:17.375rem;height:1.5625rem;top:9.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;color:rgba(var(--color-secondary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #LKWfTZ1JpNbd2naiRrLAPlNwvS91O42B { width:13.5625rem;height:1.5625rem;top:11.375rem;left:1.375rem;text-align:left;text-align-last:left;font-size:1rem;color:rgba(var(--color-secondary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #TduDSIPshp3Zk00IIUHscZ6BCoMoDmql { width:6.875rem;height:1.1875rem;top:13.15625rem;left:0.28125rem;text-align:center;text-align-last:center;font-size:0.75rem;color:rgba(var(--color-secondary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #vdKQ92gKtCUlm0Lb31KT6WKfWpwB2U0A { display:block; }#vdKQ92gKtCUlm0Lb31KT6WKfWpwB2U0A > .row .container { width:20rem;height:228rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GOhqMrRByhu05X1TuoOQ2JRo1niqhMyl { width:18.75rem;height:4.125rem;top:5.0625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPnGweMbvuqbxRVPZQTrpTTLSdxGNDiW { width:19.6875rem;height:9.375rem;top:12.4375rem;left:0rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #B5eMTE6Ur0kMzatSADGVZaLrr4tQWCtG { width:19.375rem;height:14.3125rem;top:70.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJAK50aqshIUX9RHoHouEomqQCCDRoPp { width:19.375rem;height:12.625rem;top:86.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uv6VauFKz12IeLyKZX8SCgHqCN8Df67m { width:20rem;height:1.375rem;top:26.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUXXyLBbbIHlzfc7ScD4ixlwdO1GSxo3 { width:20rem;height:0.0625rem;top:31.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gafU63rc1dqvJhEMVOqefDnPQRcrsThl { width:20rem;height:1.375rem;top:29.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFPMPwnEpVg60PCncv9iGlWQpmXdHpHd { width:20rem;height:1.375rem;top:32.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #csaTGxNeIZTB8aNod15TH1Oxaubea2rG { width:20rem;height:1.375rem;top:35.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMSOhEDsaZidaKnII0fwRR8ASgR02oVT { width:20rem;height:0.0625rem;top:37.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWBbnGdFkdTiy6PTBHDeUznGacn7sbAx { width:20rem;height:0.0625rem;top:44.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeCKKOGNH1iBmtPNuin7uB14K9XUeaMv { width:20rem;height:1.375rem;top:39.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ms24bNfiUkfB5cSygx9BDyIiNOiFyINq { width:20rem;height:1.375rem;top:42.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlIMFH0PaTzrG3M21NCFvDdE5guMmugV { width:20rem;height:0.0625rem;top:52.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzCsdW0sarmGggbIvnq6mmxIbwcmChrg { width:20rem;height:1.375rem;top:46.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSF9Cow2iXP4yUGbE7dXP34Nk8xDFfmo { width:20rem;height:1.375rem;top:50.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHbtcVCuosplZHoBRVsMg2f6FoElTSR7 { width:20rem;height:1.375rem;top:54.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3mAA1myuzRx0DzaeFDZwH06VK4sZdSn { width:19.375rem;height:13.9375rem;top:141.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKqz6yMMZFvAwvrSFa0iPnzI9McR8FiQ { width:19.375rem;height:17.3125rem;top:101.837890625rem;left:0rem;background-color:rgba(var(--color-primary-3),1);background-image:url("https://images.assets-landingi.com/uc/77e1ffe7-6a32-471f-9fd5-e1ff50b30961/Schermafbeelding20251109om000330.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#JKqz6yMMZFvAwvrSFa0iPnzI9McR8FiQ.adaptive-delivery-prevent-bg, #JKqz6yMMZFvAwvrSFa0iPnzI9McR8FiQ.lazyload, #JKqz6yMMZFvAwvrSFa0iPnzI9McR8FiQ.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #XgGbKhTuVHMsFz1TfN8532UPRyGew9si { width:19.375rem;height:17.3125rem;top:121.875rem;left:0rem;background-color:rgba(var(--color-primary-3),1);background-image:url("https://images.assets-landingi.com/uc/1b221e50-8015-49b9-a6a8-e0eb584b842d/Schermafbeelding20251108om235305.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#XgGbKhTuVHMsFz1TfN8532UPRyGew9si.adaptive-delivery-prevent-bg, #XgGbKhTuVHMsFz1TfN8532UPRyGew9si.lazyload, #XgGbKhTuVHMsFz1TfN8532UPRyGew9si.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #lKTfz1Bb90WycBUWTKPJxStcsZeQsX06 { width:2.875rem;height:1.375rem;top:57.75rem;left:8.5625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJWrQrO3R9moPuH312ms8a8Ru7loWlke { width:20rem;height:0.0625rem;top:25.625rem;left:0rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #N4JqGPVdyWzE8vAIWkfTRrWsEDPLT17w { width:20rem;height:0.0625rem;top:60.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGQ5Itzozo01aPbJWBZCSg2h7aQlzXdM { width:15.875rem;height:1.375rem;top:62.375rem;left:2.0625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rwv49uPwO7uT8GD06bhKm8TghaKhSplQ { width:4.9375rem;height:1.375rem;top:64.75rem;left:7.5rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #enz4XA8a1vgThptwxgFPFpIZpyQQuUXE { width:5.75rem;height:1.25rem;top:66.9375rem;left:7.125rem;text-align:center;text-align-last:center;font-size:0.8125rem;color:rgba(var(--color-primary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #tRDr3UKmVFcK24oA6UQS1FlyaiFAMTUc { width:19.375rem;height:15.9375rem;top:156.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzipOaqfXXLbUbAz4TaVe0qdcrDbLWmF { width:19.375rem;height:15.875rem;top:174.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDN2kt28L250e8H9vJUsuDeLPZ9hMHIA { width:19.375rem;height:15.9375rem;top:192.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yc8THg9QnZ9AkL1PoIO6QPAvRkONd5vr { width:19.375rem;height:15.875rem;top:210.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSErde0hTbf7bmMDfZhsJuuTtKvwlsXc { display:block; }#QSErde0hTbf7bmMDfZhsJuuTtKvwlsXc > .row .container { width:20rem;height:45.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GytzUdvr9zTxtISmcyHxLnZCdlrtMTQl { width:18.5rem;height:6.25rem;top:8.5rem;left:0rem;text-align:left;text-align-last:left;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #cghtkEDpvarSRD7TKDkuGQWTF6dFbXv7 { width:17.4375rem;height:4.375rem;top:2rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #X68BrFdnMzqMo8vgd5T6Ttm9xyvP3sMb { width:20rem;height:10rem;top:17.185546875rem;left:0rem;text-align:left;text-align-last:left;z-index:15005;font-size:1rem;display:block; }#X68BrFdnMzqMo8vgd5T6Ttm9xyvP3sMb li:before{  }
 }@media only screen and (max-width: 763px) { #OMWcUs372QVmB65OCK5XQAzzBOd38b4I { width:20rem;height:1.625rem;top:29.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gh8aqyIhTvXhuhvomOyPbZGzul54gd4w { width:20rem;height:12.0625rem;top:33.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDHN7atM1Ai7WJVdMVfxxdqts1eQpDb1 { display:block; }#rDHN7atM1Ai7WJVdMVfxxdqts1eQpDb1 > .row .container { width:20rem;height:74.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GOrK0ftTyZJm3BUAT7SoTeXdNuyEuifL { width:12.4375rem;height:4.375rem;top:2.5625rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryhNN8UE5LVpJ7sekBMXdIuOBTfQRVC5 { width:20rem;height:10rem;top:12.962890625rem;left:0rem;text-align:left;text-align-last:left;z-index:15005;font-size:1rem;display:block; }#ryhNN8UE5LVpJ7sekBMXdIuOBTfQRVC5 li:before{  }
 }@media only screen and (max-width: 763px) { #rRGn5gOK40xZi2mWaRKXA2sl5bVVIEqU { width:20rem;height:13.75rem;top:28.5986328125rem;left:0rem;text-align:left;text-align-last:left;z-index:15005;font-size:1rem;display:block; }#rRGn5gOK40xZi2mWaRKXA2sl5bVVIEqU li:before{  }
 }@media only screen and (max-width: 763px) { #fWkiHL2bdHpFJyJ70isH5RZ7kLJnd2zB { width:20rem;height:30.125rem;top:44.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJ3MePhFBJacTqOyTEs0h4P08M1Q4Vnw { width:20rem;height:1.625rem;top:9.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIqPoDhQdprku47GHAJ054ai5Do5vxda { width:20rem;height:1.625rem;top:24.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6nT479yiTFAlfxEUMVGRWgzX88ud2IP { display:block; }#e6nT479yiTFAlfxEUMVGRWgzX88ud2IP > .row .container { width:20rem;height:52rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LPUMsSWuAgTbAOuUQwx9ROQrz5Rb0N5P { width:15.1875rem;height:7.125rem;top:2.875rem;left:1.25rem;text-align:left;text-align-last:left;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqkpwDGSAXtDPWBKvFHThhGk7SsS6E6s { width:16.4375rem;height:4.6875rem;top:9.75rem;left:1.78125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TT0gVflXn7lI0Zxi7p58phmEHMgAuv28 { width:20rem;height:10.25rem;top:15.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyFTW9MGveQUcfAqD3x8W09utyxRqOtu { width:18.8125rem;height:2.0625rem;top:16.6875rem;left:1.1875rem;text-align:left;text-align-last:left;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOnf9te14gMTaXkeSO0WNrmz2lyLSiOa { width:14.6875rem;height:1rem;top:19.4375rem;left:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rzuQ370gTRLTMSWAyhNE0dhHAKyqEpzd { width:17.5rem;height:0.0625rem;top:24.75rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyNXrBSSzytLPgDX3hEGufiTxf6JCHcc { width:13.5rem;height:1.25rem;top:21.8125rem;left:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #w8Ne3I6k6sLmbqRq1eToimJ77ez9VobP { width:1.9375rem;height:1.9375rem;top:41.5rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMiodIe9Fglkw2wRMW6mbKwFqR6NeDrR .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#sMiodIe9Fglkw2wRMW6mbKwFqR6NeDrR .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#sMiodIe9Fglkw2wRMW6mbKwFqR6NeDrR .widget-input-text {padding-top: 0; padding-bottom: 0;}#sMiodIe9Fglkw2wRMW6mbKwFqR6NeDrR .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#sMiodIe9Fglkw2wRMW6mbKwFqR6NeDrR .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#sMiodIe9Fglkw2wRMW6mbKwFqR6NeDrR .widget-input-select {padding-top: 0; padding-bottom: 0;}#sMiodIe9Fglkw2wRMW6mbKwFqR6NeDrR .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#sMiodIe9Fglkw2wRMW6mbKwFqR6NeDrR .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#sMiodIe9Fglkw2wRMW6mbKwFqR6NeDrR  { width:17.5rem;height:auto;top:28.25rem;left:0rem; }
#sMiodIe9Fglkw2wRMW6mbKwFqR6NeDrR .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#sMiodIe9Fglkw2wRMW6mbKwFqR6NeDrR {display:block;}#sMiodIe9Fglkw2wRMW6mbKwFqR6NeDrR { width:17.5rem;height:auto;top:28.25rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #sMiodIe9Fglkw2wRMW6mbKwFqR6NeDrR #kN5KwwTnSNNJvyzDxyyP9IFoZ31tG3xa {  }
 }@media only screen and (max-width: 763px) { #sMiodIe9Fglkw2wRMW6mbKwFqR6NeDrR #BDwQDR6TCVHBSCOh3GHMc1CHDUIISrpw {  }
 }@media only screen and (max-width: 763px) { #sMiodIe9Fglkw2wRMW6mbKwFqR6NeDrR #kPNbh9fAe5I9KLOU3RPa8ZN2oSoLnTfG {  }
 }@media only screen and (max-width: 763px) { #sMiodIe9Fglkw2wRMW6mbKwFqR6NeDrR #u9HTK1F2I4tUVM8nFoTUtMudh4IHWzgV {  }
 }@media only screen and (max-width: 763px) { #sMiodIe9Fglkw2wRMW6mbKwFqR6NeDrR #tprL0g8NRXyaxWDncmx3EJmHFs46Wc2T {  }
 }@media only screen and (max-width: 763px) { #sMiodIe9Fglkw2wRMW6mbKwFqR6NeDrR #TnyZl4k1Iza34tnIUrF732h268yTTWT8 {  }
 }@media only screen and (max-width: 763px) { #sMiodIe9Fglkw2wRMW6mbKwFqR6NeDrR #mx78St4viWMTQSl1VGCDSPeC4FWWhWnl {  }
 }@media only screen and (max-width: 763px) { #sMiodIe9Fglkw2wRMW6mbKwFqR6NeDrR #gJ4TFAP6tizV1vwA42RSWAkxkPwPgXyd {  }
 }@media only screen and (max-width: 763px) { #sMiodIe9Fglkw2wRMW6mbKwFqR6NeDrR #DhcBdcs44UJFUNcaQI2xA97PLIvGCTdQ {  }
 }@media only screen and (max-width: 763px) { #sMiodIe9Fglkw2wRMW6mbKwFqR6NeDrR #bVf0qJelQxQfwSFRuhwP6sbnbrtybKvG {  }
 }@media only screen and (max-width: 763px) { #sMiodIe9Fglkw2wRMW6mbKwFqR6NeDrR #gJc50Nf9aIJJ32UKeOi1Mypbav0STywo {  }
 }@media only screen and (max-width: 763px) { #sMiodIe9Fglkw2wRMW6mbKwFqR6NeDrR #qmyOAaVUqsWDTq9q0XXDddcLuWni2RMy {  }
 }@media only screen and (max-width: 763px) { #sMiodIe9Fglkw2wRMW6mbKwFqR6NeDrR #rSWwwMiUXK1ukgFGOLuL3kln9nR7sBZO {  }
 }@media only screen and (max-width: 763px) { #sMiodIe9Fglkw2wRMW6mbKwFqR6NeDrR #XraTnT1JtZso4GLiss2GJVTrTiEpVd5J {  }
 }