.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:227,228,230;--color-primary-1:170,173,181;--color-primary-2:114,118,131;--color-primary-3:68,71,79;--color-primary-4:20,27,49;--color-secondary-0:238,246,226;--color-secondary-1:198,227,159;--color-secondary-2:140,198,63;--color-secondary-3:70,99,32;--color-secondary-4:21,30,9;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Montserrat";--paragraphs-font-family:"Montserrat"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;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); }#oFKq2DZ2T78kEQGUTntQifq99dOrEdlX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1d2540;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; }#oFKq2DZ2T78kEQGUTntQifq99dOrEdlX > .row .container { background-color: transparent; background-image: none; }#oFKq2DZ2T78kEQGUTntQifq99dOrEdlX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oFKq2DZ2T78kEQGUTntQifq99dOrEdlX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oFKq2DZ2T78kEQGUTntQifq99dOrEdlX > .row .container > .video-iframe-container { display: none; }#oFKq2DZ2T78kEQGUTntQifq99dOrEdlX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oFKq2DZ2T78kEQGUTntQifq99dOrEdlX > .row > .video-iframe-container { display: none; }#oFKq2DZ2T78kEQGUTntQifq99dOrEdlX > .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); }#oFKq2DZ2T78kEQGUTntQifq99dOrEdlX > .row .container { border-width: 0; border-radius: 0; }#oFKq2DZ2T78kEQGUTntQifq99dOrEdlX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oFKq2DZ2T78kEQGUTntQifq99dOrEdlX > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:75rem;position:relative;display:block; }#br3aEg97TsaGiKyWAl3U6BNHLzKdnAOB { background-color:#8cc63f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"space grotesk";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:2.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.25rem;left:64.375rem;display:block; }
#rUaS37AZTkOiBOb07pVKVqT7Ef9acqXS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MFDSyGV3rTehWAh4ObX2cQGrwxE5TXeT { position:absolute;display:block;z-index:15014;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:2.75rem;width:8.125rem;top:0.9375rem;left:0rem;overflow:hidden;display:block; }
#BgtAw4H7n3HVCakrVuMnCt5OvUTfAl0x { color:#ffffff;display:block;width:10.625rem;position:absolute;font-family:"space grotesk";font-size:1.1875rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:1.92578125rem;left:8.75rem;height:1.54296875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#v6l23lCvHtbBnNpmC9BnAQXf1wwDiMOh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9f9a7eb5-b836-44a9-8c9b-2f14c50a43ed/ChatGPTImage28demaide202610_10_17.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#v6l23lCvHtbBnNpmC9BnAQXf1wwDiMOh.adaptive-delivery-prevent-bg, #v6l23lCvHtbBnNpmC9BnAQXf1wwDiMOh.lazyload, #v6l23lCvHtbBnNpmC9BnAQXf1wwDiMOh.lazyloading { background-image: none; }#v6l23lCvHtbBnNpmC9BnAQXf1wwDiMOh > .row .container { background-color: transparent; background-image: none; }#v6l23lCvHtbBnNpmC9BnAQXf1wwDiMOh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(29,37,64,0.93); }#v6l23lCvHtbBnNpmC9BnAQXf1wwDiMOh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v6l23lCvHtbBnNpmC9BnAQXf1wwDiMOh > .row .container > .video-iframe-container { display: none; }#v6l23lCvHtbBnNpmC9BnAQXf1wwDiMOh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(29,37,64,0.93); }#v6l23lCvHtbBnNpmC9BnAQXf1wwDiMOh > .row > .video-iframe-container { display: none; }#v6l23lCvHtbBnNpmC9BnAQXf1wwDiMOh > .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); }#v6l23lCvHtbBnNpmC9BnAQXf1wwDiMOh > .row .container { border-width: 0; border-radius: 0; }#v6l23lCvHtbBnNpmC9BnAQXf1wwDiMOh::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; }#v6l23lCvHtbBnNpmC9BnAQXf1wwDiMOh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#v6l23lCvHtbBnNpmC9BnAQXf1wwDiMOh > .row .container { font-size:0.875rem;font-family:arial;height:33.6875rem;width:75rem;position:relative;display:block; }#IzVAQwIDM0kcqCXJTybmgTAG8FhX8TiZ { color:#ffffff;display:block;width:29.3125rem;position:absolute;font-family:"space grotesk";font-size:2.8125rem;font-weight:normal;z-index:15008;line-height:1.1;letter-spacing:0;top:11.4375rem;left:5.8125rem;height:6.1875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Qlr3BgIwHXVvQaRZgQ4JNvowOlW9DzG4 { position:absolute;display:block;z-index:15015;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:19.6875rem;width:27.625rem;top:2.5625rem;left:36.5625rem;overflow:hidden;display:block; }
#rOAVTtKEdkcOARdNvFokInP3fVt5nlkP { position:absolute;display:block;z-index:15016;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:15.0625rem;width:27.625rem;top:17.0625rem;left:44.3125rem;overflow:hidden;display:block; }
#b1NnBtcfaPJdZZUu9vRil8sqaed22yBG { color:#ffffff;display:block;width:29.1875rem;position:absolute;font-family:"space grotesk";font-size:1.3125rem;font-weight:normal;z-index:15013;line-height:1.2;letter-spacing:0;top:18.9375rem;left:5.8125rem;height:6.296875rem;text-align:left;text-align-last:left;display:block; }
#huk7382S77Whd61G18ypPMBNXBzfd6Ml { 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; }#huk7382S77Whd61G18ypPMBNXBzfd6Ml > .row .container { background-color: transparent; background-image: none; }#huk7382S77Whd61G18ypPMBNXBzfd6Ml::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#huk7382S77Whd61G18ypPMBNXBzfd6Ml > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#huk7382S77Whd61G18ypPMBNXBzfd6Ml > .row .container > .video-iframe-container { display: none; }#huk7382S77Whd61G18ypPMBNXBzfd6Ml > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#huk7382S77Whd61G18ypPMBNXBzfd6Ml > .row > .video-iframe-container { display: none; }#huk7382S77Whd61G18ypPMBNXBzfd6Ml > .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); }#huk7382S77Whd61G18ypPMBNXBzfd6Ml > .row .container { border-width: 0; border-radius: 0; }#huk7382S77Whd61G18ypPMBNXBzfd6Ml > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#huk7382S77Whd61G18ypPMBNXBzfd6Ml > .row .container { font-size:0.875rem;font-family:arial;height:6.9375rem;width:75rem;position:relative;display:block; }#xXF6ail4QP87W4wQFZGFInn7wq14VTCa { color:#1d2540;display:block;width:24.75rem;position:absolute;font-family:"space grotesk";font-size:1.4375rem;font-weight:normal;z-index:15011;line-height:1.1;letter-spacing:0;top:2.677734375rem;left:4.75rem;height:1.58105625rem;text-align:left;text-align-last:left;display:block; }
#ryDXdvrOwamz3O157kPEbnsNxhKKa3ZO { position:absolute;display:block;z-index:15012;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:4.125rem;width:39.3125rem;top:1.4375rem;left:31.75rem;overflow:hidden;display:block; }
#CWRvFLB2H1wPZ7ph7wDQ5ayhC4Uth6op { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.07) ;height:5.3125rem;width:41rem;top:0.875rem;left:30.875rem;display:block; }
#k74eX4tZTMIlhrdOKHru4xnJpr6kmbSU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1d2540;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; }#k74eX4tZTMIlhrdOKHru4xnJpr6kmbSU > .row .container { background-color: transparent; background-image: none; }#k74eX4tZTMIlhrdOKHru4xnJpr6kmbSU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k74eX4tZTMIlhrdOKHru4xnJpr6kmbSU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k74eX4tZTMIlhrdOKHru4xnJpr6kmbSU > .row .container > .video-iframe-container { display: none; }#k74eX4tZTMIlhrdOKHru4xnJpr6kmbSU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k74eX4tZTMIlhrdOKHru4xnJpr6kmbSU > .row > .video-iframe-container { display: none; }#k74eX4tZTMIlhrdOKHru4xnJpr6kmbSU > .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); }#k74eX4tZTMIlhrdOKHru4xnJpr6kmbSU > .row .container { border-width: 0; border-radius: 0; }#k74eX4tZTMIlhrdOKHru4xnJpr6kmbSU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k74eX4tZTMIlhrdOKHru4xnJpr6kmbSU > .row .container { font-size:0.875rem;font-family:arial;height:23.4375rem;width:75rem;position:relative;display:block; }#UHuLvIMHDa7DikOkZHVgA2bnur8IGFDd { color:#ffffff;display:block;width:24.6875rem;position:absolute;font-family:"space grotesk";font-size:2.6875rem;font-weight:normal;z-index:15011;line-height:1.1;letter-spacing:0;top:4.3125rem;left:7.8125rem;height:14.78028125rem;text-align:left;text-align-last:left;display:block; }
#Xr9zl1PzLBZfwaZ4yHb349J3XJA1mm6w { color:#ffffff;display:block;width:29.5rem;position:absolute;font-family:"space grotesk";font-size:1.3125rem;font-weight:normal;z-index:15012;line-height:1.2;letter-spacing:0;top:6.75rem;left:37.6875rem;height:11.01953125rem;text-align:left;text-align-last:left;display:block; }
#lRVPsik0VkhR7R6aof0RMFuX9FZpbAgB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1d2540;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; }#lRVPsik0VkhR7R6aof0RMFuX9FZpbAgB > .row .container { background-color: transparent; background-image: none; }#lRVPsik0VkhR7R6aof0RMFuX9FZpbAgB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lRVPsik0VkhR7R6aof0RMFuX9FZpbAgB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lRVPsik0VkhR7R6aof0RMFuX9FZpbAgB > .row .container > .video-iframe-container { display: none; }#lRVPsik0VkhR7R6aof0RMFuX9FZpbAgB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lRVPsik0VkhR7R6aof0RMFuX9FZpbAgB > .row > .video-iframe-container { display: none; }#lRVPsik0VkhR7R6aof0RMFuX9FZpbAgB > .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); }#lRVPsik0VkhR7R6aof0RMFuX9FZpbAgB > .row .container { border-width: 0; border-radius: 0; }#lRVPsik0VkhR7R6aof0RMFuX9FZpbAgB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lRVPsik0VkhR7R6aof0RMFuX9FZpbAgB > .row .container { font-size:0.875rem;font-family:arial;height:14.5rem;width:75rem;position:relative;display:block; }#tRmPkyAPpElHsoiBfvfVqco1KTwlMsSU { color:rgba(var(--color-tertiary-0),1);display:block;width:14.625rem;position:absolute;font-family:"space grotesk";font-size:0.9375rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:6.9375rem;left:1.5rem;height:3.65625rem;font-style:normal;display:block; }
#kACiToyhaE0hDEHAV6ohZLKwSlVI2whA { box-sizing:content-box;height:11.625rem;width:17rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image:none;top:0.5625rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
#NJSillTkLuu1RaLgomwSW3MOEv0lUBPS { color:#ffffff;display:block;width:6.9375rem;position:absolute;font-family:"space grotesk";font-size:1.3125rem;font-weight:400;z-index:15024;line-height:1.1;letter-spacing:0;top:2.8125rem;left:7rem;height:2.886725rem;font-style:normal;display:block; }
#Wt2MCGatLLoHv7thd8CC4PgNlds3g08v { color:#8cc63f;display:block;width:5.5rem;position:absolute;font-family:"space grotesk";font-size:4.75rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:1.1875rem;left:1.5rem;height:6.17480625rem;font-style:normal;display:block; }
#qrnt4fnDNsrMaS1WLMmCeuWT8QkU1QN0 { color:rgba(var(--color-tertiary-0),1);display:block;width:13.375rem;position:absolute;font-family:"space grotesk";font-size:0.9375rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:7rem;left:19rem;height:3.65625rem;font-style:normal;display:block; }
#npKXbQ7wnXn4tfKrb7XD5IhRrMSUtW2C { box-sizing:content-box;height:11.625rem;width:16.1875rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image:none;top:0.625rem;left:17.5rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
#s1D6iqyxbZNAVpRShkbr9NpiRizvsJQT { color:#ffffff;display:block;width:6.9375rem;position:absolute;font-family:"space grotesk";font-size:1.3125rem;font-weight:400;z-index:15028;line-height:1.1;letter-spacing:0;top:2.8125rem;left:25.6875rem;height:2.886725rem;font-style:normal;display:block; }
#qSUdc6zAx4bxfN3h8sU2xCFpG3qRTRsI { color:#8cc63f;display:block;width:6.0625rem;position:absolute;font-family:"space grotesk";font-size:4.75rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:1.25rem;left:19rem;height:6.17480625rem;font-style:normal;display:block; }
#Smv6stTblQg6VZuTnCtJqTVy8VrqtMQh { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5625rem;position:absolute;font-family:"space grotesk";font-size:0.9375rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:7rem;left:35.1875rem;height:3.65625rem;font-style:normal;display:block; }
#z62Et3icfmgvCATwAWqqNZvLvyLlCvPu { box-sizing:content-box;height:11.625rem;width:21.9375rem;position:absolute;display:block;z-index:15012;background-color:transparent;background-image:none;top:0.625rem;left:34.1875rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
#h5T72w4U2OlxVSoVdOvOgzgeMUL4fy5N { color:#8cc63f;display:block;width:15.4375rem;position:absolute;font-family:"space grotesk";font-size:4.75rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:1.1875rem;left:35.1875rem;height:6.17480625rem;font-style:normal;display:block; }
#It7oc9nhQ9eT024nE4TzyMoS6qDEAJNZ { color:#ffffff;display:block;width:6.9375rem;position:absolute;font-family:"space grotesk";font-size:1.3125rem;font-weight:400;z-index:15032;line-height:1.1;letter-spacing:0;top:2.8125rem;left:49.625rem;height:2.88671875rem;font-style:normal;display:block; }
#w9plBzkTvbGtw4zD5z03eFZn6zdXu7og { color:rgba(var(--color-tertiary-0),1);display:block;width:14.875rem;position:absolute;font-family:"space grotesk";font-size:0.9375rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:6.9375rem;left:57.5rem;height:3.65625rem;font-style:normal;display:block; }
#pxMRTTJu5k1uW6gBvAPeIfUTZEgCrCbx { box-sizing:content-box;height:11.625rem;width:18.3125rem;position:absolute;display:block;z-index:15011;background-color:transparent;background-image:none;top:0.625rem;left:56.6875rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
#TLNryilDSzKzTvp8z84TCXaFa9N4O5Km { color:#8cc63f;display:block;width:6.8125rem;position:absolute;font-family:"space grotesk";font-size:4.75rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:1.16796875rem;left:57.5rem;height:6.17480625rem;font-style:normal;display:block; }
#kr3dXzi07vKkOe4TVhx56hmzLTBkL4pi { color:#ffffff;display:block;width:7.6875rem;position:absolute;font-family:"space grotesk";font-size:1.3125rem;font-weight:400;z-index:15033;line-height:1.1;letter-spacing:0;top:3.533203125rem;left:66.6875rem;height:1.4433625rem;font-style:normal;display:block; }
#JOaowDpnN9S3GRCMR54DOrWxXaww1pl5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ededed;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; }#JOaowDpnN9S3GRCMR54DOrWxXaww1pl5 > .row .container { background-color: transparent; background-image: none; }#JOaowDpnN9S3GRCMR54DOrWxXaww1pl5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JOaowDpnN9S3GRCMR54DOrWxXaww1pl5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JOaowDpnN9S3GRCMR54DOrWxXaww1pl5 > .row .container > .video-iframe-container { display: none; }#JOaowDpnN9S3GRCMR54DOrWxXaww1pl5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JOaowDpnN9S3GRCMR54DOrWxXaww1pl5 > .row > .video-iframe-container { display: none; }#JOaowDpnN9S3GRCMR54DOrWxXaww1pl5 > .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); }#JOaowDpnN9S3GRCMR54DOrWxXaww1pl5 > .row .container { border-width: 0; border-radius: 0; }#JOaowDpnN9S3GRCMR54DOrWxXaww1pl5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JOaowDpnN9S3GRCMR54DOrWxXaww1pl5 > .row .container { font-size:0.875rem;font-family:arial;height:16.4375rem;width:75rem;position:relative;display:block; }#BJ0vI1hAKEaoldOV8Ts8rPIfUAVpcPgN { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.07) ;height:11.9375rem;width:17.1875rem;top:2.0625rem;left:0.9375rem;display:block; }
#GsBh0UwKC5RWhcuTR3bKRVCcB8d0dlCw { color:rgba(var(--color-tertiary-4),1);display:block;width:12.375rem;position:absolute;font-family:"space grotesk";font-size:0.9375rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:9.6875rem;left:2.1875rem;height:3.65625rem;font-style:normal;display:block; }
#I1ZbGBWTHXVLdSuigU2snqAALkQsuTcc { color:#1d2540;display:block;width:9.5625rem;position:absolute;font-family:"space grotesk";font-size:1.125rem;font-weight:400;z-index:15026;line-height:1.6;letter-spacing:0;top:7.9375rem;left:2.1875rem;height:1.79980625rem;font-style:normal;display:block; }
#lHbmswDfUPiHHNK42MIwKl3P0eG2XPrc { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.07) ;height:11.9375rem;width:17.1875rem;top:2.0625rem;left:19.5rem;display:block; }
#MGsiq2n4ykeyqNuzU3IT0A7A8BIErOwc { color:rgba(var(--color-tertiary-4),1);display:block;width:13.375rem;position:absolute;font-family:"space grotesk";font-size:0.9375rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:9.6875rem;left:20.75rem;height:3.65625rem;font-style:normal;display:block; }
#riKZmUo2slndnqZy0TanbrvBixiJO836 { color:#1d2540;display:block;width:10.125rem;position:absolute;font-family:"space grotesk";font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.6;letter-spacing:0;top:7.9375rem;left:20.75rem;height:1.79980625rem;font-style:normal;display:block; }
#qQw1KxsBvIs273cAqSqTv8wDTm9ddGhM { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.07) ;height:11.9375rem;width:17.1875rem;top:2.0625rem;left:38.3125rem;display:block; }
#lhEanEl1TtCnHhTE2IZa5lqy8wCBRdgT { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.07) ;height:11.9375rem;width:17.1875rem;top:2.0625rem;left:56.875rem;display:block; }
#byWbnhlqTI9IBFWKOiKmu4FZFdHXyZ4M { color:rgba(var(--color-tertiary-4),1);display:block;width:14.125rem;position:absolute;font-family:"space grotesk";font-size:0.9375rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:9.6875rem;left:39.5625rem;height:3.65625rem;font-style:normal;display:block; }
#EkJXN29dB4sBpmg9UHqi75WpQCSH8ad5 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.9375rem;position:absolute;font-family:"space grotesk";font-size:0.9375rem;font-weight:300;z-index:15026;line-height:1.3;letter-spacing:0;top:9.9375rem;left:58.25rem;height:3.65625rem;font-style:normal;display:block; }
#V9QoiVSxtd39lrZoLyilCKuU5hABTGrQ { color:#1d2540;display:block;width:15.875rem;position:absolute;font-family:"space grotesk";font-size:1.125rem;font-weight:400;z-index:15038;line-height:1.6;letter-spacing:0;top:7.94921875rem;left:58.25rem;height:1.79980625rem;font-style:normal;display:block; }
#FZLcDEQbx05rLSruUip7e1JC41EfG9om { color:#1d2540;display:block;width:9.8125rem;position:absolute;font-family:"space grotesk";font-size:1.125rem;font-weight:400;z-index:15034;line-height:1.6;letter-spacing:0;top:7.9375rem;left:39.5625rem;height:1.79980625rem;font-style:normal;display:block; }
#somhCt6q0CEbAcsJtBS0ZaBP0oZHkfJ4 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:4rem;left:2.1875rem; }
#kbDgCmc7OhEcQTMw0Eibam99HiiLvDO3 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:4rem;left:20.75rem; }
#zTSXXm6skpCdei8ksWRwtXwT3Eh3sRkP { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:4rem;left:39.5625rem; }
#ze9nVu6fQmC5tDJXIPtuHnFN8Wtkummx { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:4rem;left:58.25rem; }
#Idk9yZEPNADn9KMPbvBNZN87HdViNP8b { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9f9a7eb5-b836-44a9-8c9b-2f14c50a43ed/ChatGPTImage28demaide202610_10_17.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Idk9yZEPNADn9KMPbvBNZN87HdViNP8b.adaptive-delivery-prevent-bg, #Idk9yZEPNADn9KMPbvBNZN87HdViNP8b.lazyload, #Idk9yZEPNADn9KMPbvBNZN87HdViNP8b.lazyloading { background-image: none; }#Idk9yZEPNADn9KMPbvBNZN87HdViNP8b > .row .container { background-color: transparent; background-image: none; }#Idk9yZEPNADn9KMPbvBNZN87HdViNP8b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(29,37,64,0.93); }#Idk9yZEPNADn9KMPbvBNZN87HdViNP8b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Idk9yZEPNADn9KMPbvBNZN87HdViNP8b > .row .container > .video-iframe-container { display: none; }#Idk9yZEPNADn9KMPbvBNZN87HdViNP8b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(29,37,64,0.93); }#Idk9yZEPNADn9KMPbvBNZN87HdViNP8b > .row > .video-iframe-container { display: none; }#Idk9yZEPNADn9KMPbvBNZN87HdViNP8b > .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); }#Idk9yZEPNADn9KMPbvBNZN87HdViNP8b > .row .container { border-width: 0; border-radius: 0; }#Idk9yZEPNADn9KMPbvBNZN87HdViNP8b::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; }#Idk9yZEPNADn9KMPbvBNZN87HdViNP8b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Idk9yZEPNADn9KMPbvBNZN87HdViNP8b > .row .container { font-size:0.875rem;font-family:arial;height:66.25rem;width:75rem;position:relative;display:block; }#k0TM5BFfUnblI19A10ElfabPTqUzR7rH { color:#ffffff;display:block;width:29.3125rem;position:absolute;font-family:"space grotesk";font-size:2.8125rem;font-weight:normal;z-index:15008;line-height:1.1;letter-spacing:0;top:4.3125rem;left:2.625rem;height:9.28125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#k59XoNsztD1FOnycvpV5ykGTfT6zZBCZ { color:#ffffff;display:block;width:31.4375rem;position:absolute;font-family:"space grotesk";font-size:1.3125rem;font-weight:normal;z-index:15013;line-height:1.2;letter-spacing:0;top:21.4375rem;left:2.625rem;height:6.296875rem;text-align:left;text-align-last:left;display:block; }
#RGmT6CcTu6H4f2lRDAUo73bJ3KhTBIVs { color:#ffffff;display:block;width:25.75rem;position:absolute;font-family:"space grotesk";font-size:1.6875rem;font-weight:normal;z-index:15009;line-height:1.1;letter-spacing:0;top:15.5rem;left:2.625rem;height:3.7109375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ukypTBxW5DenBp6W7ZWrEQ1CamqcL0g5 { position:absolute;display:block;z-index:15014;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:14.0625rem;width:35.5625rem;top:8.96875rem;left:38.625rem;overflow:hidden;display:block; }
#b1e9g0NzehMzA9kgVVWtef9BzCXIKe3V { box-sizing:content-box;height:32rem;width:71.125rem;position:absolute;display:block;z-index:15009;background-color:transparent;background-image:none;top:31.375rem;left:1.875rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
#ccs6ehalPfuk2kIKkTppT46maa43X7Gu { color:#ffffff;display:block;width:23.375rem;position:absolute;font-family:"space grotesk";font-size:2.4375rem;font-weight:normal;z-index:15015;line-height:1.1;letter-spacing:0;top:38.0625rem;left:5rem;height:5.361325rem;text-align:left;text-align-last:left;display:block; }
#GUDDxTxhlIeacns5wTxHMmI16FMWKpxb { color:#ffffff;display:block;width:23.3125rem;position:absolute;font-family:"space grotesk";font-size:1.0625rem;font-weight:normal;z-index:15014;line-height:1.2;letter-spacing:0;top:45rem;left:5rem;height:6.3720625rem;text-align:left;text-align-last:left;display:block; }
#Nzh8nTxIvnTUUsSpTm8k21yxCVUemcAT { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.07) ;height:3.5rem;width:8.875rem;top:53.375rem;left:14.25rem;display:block; }
#wJctothfgUUsOSnvmmhnlXHl5Kxw57dO { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:6.25rem;top:53.75rem;left:15.5625rem;overflow:hidden;display:block; }
#xotMtmpvNFqk01PA628m05PLKbHVyrXT { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.07) ;height:3.5rem;width:8.875rem;top:53.375rem;left:4.75rem;display:block; }
#vFse5PDW63tUsd4RxuBkm7nAgdbnPxSD { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:6.25rem;top:54.0625rem;left:6.0625rem;overflow:hidden;display:block; }
#pPf33TA2XufE23EN1iISneUiZsdRWl5e { color:#ffffff;display:block;width:30.5rem;position:absolute;font-family:"space grotesk";font-size:1.0625rem;font-weight:normal;z-index:15015;line-height:1.2;letter-spacing:0;top:33.8125rem;left:34.75rem;height:2.548825rem;text-align:left;text-align-last:left;display:block; }
#gwVgGvZUATt67hTDouHRcTMtQVB6a5Jx { color:#ffffff;display:block;width:34.375rem;position:absolute;font-family:"space grotesk";font-size:1.0625rem;font-weight:normal;z-index:15016;line-height:1.2;letter-spacing:0;top:39.1875rem;left:34.75rem;height:2.548825rem;text-align:left;text-align-last:left;display:block; }
#Ri8wfgIPee7Vtpi2OfV2JsQspZ2RkmxG { color:#ffffff;display:block;width:35.3125rem;position:absolute;font-family:"space grotesk";font-size:1.0625rem;font-weight:normal;z-index:15017;line-height:1.2;letter-spacing:0;top:44rem;left:34.75rem;height:2.548825rem;text-align:left;text-align-last:left;display:block; }
#GyrBt84yK2PlR1ZB5DrkTgILdltGTVZz { color:#ffffff;display:block;width:30.6875rem;position:absolute;font-family:"space grotesk";font-size:1.0625rem;font-weight:normal;z-index:15018;line-height:1.2;letter-spacing:0;top:49.125rem;left:34.75rem;height:2.548825rem;text-align:left;text-align-last:left;display:block; }
#odOBKhSRC2PnEJHzTRIHIXxiZfrpLDmU { color:#ffffff;display:block;width:32.6875rem;position:absolute;font-family:"space grotesk";font-size:1.0625rem;font-weight:normal;z-index:15019;line-height:1.2;letter-spacing:0;top:54.1875rem;left:34.75rem;height:2.548825rem;text-align:left;text-align-last:left;display:block; }
#w51WH4rcXOU6pZcVk2cXzS35tsxDJPVp { color:#ffffff;display:block;width:32.6875rem;position:absolute;font-family:"space grotesk";font-size:1.0625rem;font-weight:normal;z-index:15020;line-height:1.2;letter-spacing:0;top:58.75rem;left:34.75rem;height:2.548825rem;text-align:left;text-align-last:left;display:block; }
#ucUPVy9iDLxktkC3QogG7oTy0h4FiHS2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#ucUPVy9iDLxktkC3QogG7oTy0h4FiHS2 > .row .container { background-color: transparent; background-image: none; }#ucUPVy9iDLxktkC3QogG7oTy0h4FiHS2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ucUPVy9iDLxktkC3QogG7oTy0h4FiHS2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ucUPVy9iDLxktkC3QogG7oTy0h4FiHS2 > .row .container > .video-iframe-container { display: none; }#ucUPVy9iDLxktkC3QogG7oTy0h4FiHS2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ucUPVy9iDLxktkC3QogG7oTy0h4FiHS2 > .row > .video-iframe-container { display: none; }#ucUPVy9iDLxktkC3QogG7oTy0h4FiHS2 > .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); }#ucUPVy9iDLxktkC3QogG7oTy0h4FiHS2 > .row .container { border-width: 0; border-radius: 0; }#ucUPVy9iDLxktkC3QogG7oTy0h4FiHS2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ucUPVy9iDLxktkC3QogG7oTy0h4FiHS2 > .row .container { font-size:0.875rem;font-family:arial;height:42.125rem;width:75rem;position:relative;display:block; }#a9NrxOR1S2mog5oIngQZMmxFulnS0SPN { box-sizing:content-box;height:14.125rem;width:30rem;position:absolute;display:block;z-index:14999;background-color:#8cc63f;background-image:none;top:10.5625rem;left:6.5625rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;display:block; }
#iFXmpdrQtPi1ClhtvLGqTLf7ANlTQari { color:#1d2540;display:block;width:42.6875rem;position:absolute;font-family:"space grotesk";font-size:2.4375rem;font-weight:normal;z-index:15014;line-height:1.1;letter-spacing:0;top:1.9375rem;left:16.15625rem;height:2.6806625rem;text-align:left;text-align-last:left;display:block; }
#QeWTilKd41wXLFWTaRmfaXawtoxNspuI { color:#1d2540;display:block;width:48.1875rem;position:absolute;font-family:"space grotesk";font-size:1.3125rem;font-weight:normal;z-index:15014;line-height:1.2;letter-spacing:0;top:5.5rem;left:13.40625rem;height:3.1484375rem;text-align:center;text-align-last:center;display:block; }
#NLA6Wl5zlaf6W0yVEb8SXso4ost3AM41 { color:#1d2540;display:block;width:13.5625rem;position:absolute;font-family:"space grotesk";font-size:1.3125rem;font-weight:400;z-index:15028;line-height:1.6;letter-spacing:0;top:13.3125rem;left:8.4375rem;height:2.0996125rem;font-style:normal;display:block; }
#NR1TI1F1VRTmti5akthD4D9rUH0rEfos { color:rgba(var(--color-tertiary-4),1);display:block;width:26.0625rem;position:absolute;font-family:"space grotesk";font-size:0.9375rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:15.75rem;left:8.4375rem;height:4.875rem;font-style:normal;display:block; }
#AcvLUWEfQaknc1T4AuzBn6LQ5mDKPT73 { color:#ffffff;display:block;width:3rem;position:absolute;font-family:"space grotesk";font-size:0.8125rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:12.0625rem;left:8.4375rem;height:1.0556625rem;font-style:normal;display:block; }
#Ma7H3KipaIT2LTwtUmbD7Aq2gCmwHTO8 { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #1d2540;border-left:0.0625rem solid #1d2540;border-right:0.0625rem solid #1d2540;border-bottom:0.0625rem solid #1d2540;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#1d2540;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"space grotesk";font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.1875rem;height:1.5625rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:21.9375rem;left:8.4375rem;display:block; }
#oMKml1NNTaDk4IlyW9U0c0OKHgkTdnDF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KucSyDQF8Dfa54cKR5NQQ3eaPWEmT4yF { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #1d2540;border-left:0.0625rem solid #1d2540;border-right:0.0625rem solid #1d2540;border-bottom:0.0625rem solid #1d2540;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#1d2540;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"space grotesk";font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.1875rem;height:1.5625rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:21.9375rem;left:17rem;display:block; }
#mTvDgURhZhRb0NKIcEmBdEruNRutqlmk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mDzRIhpo3zwynT3l4osSGtGTurk7dWv3 { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #1d2540;border-left:0.0625rem solid #1d2540;border-right:0.0625rem solid #1d2540;border-bottom:0.0625rem solid #1d2540;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#1d2540;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"space grotesk";font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5625rem;height:1.5625rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:21.9375rem;left:25.5rem;display:block; }
#rpQorQ0eTGh3zOUaVOC1MnA0QU3s8wlw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wSUUZTMgOsCMMzO9XlmcCwdlU6JPBF3i { box-sizing:content-box;height:14.125rem;width:30rem;position:absolute;display:block;z-index:15006;background-color:#8cc63f;background-image:none;top:10.75rem;left:38.5rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;display:block; }
#TecZIlpzWaTAmGo3F70Kb7zR7EvyI7WE { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #1d2540;border-left:0.0625rem solid #1d2540;border-right:0.0625rem solid #1d2540;border-bottom:0.0625rem solid #1d2540;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#1d2540;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"space grotesk";font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5625rem;height:1.5625rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:22.125rem;left:47.125rem;display:block; }
#EIdS0CK8DScDZKsRNGAN35ga6dZGnuE8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sEqb5963bbdDcEHbzSFOH9fpqCHdsJN6 { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #1d2540;border-left:0.0625rem solid #1d2540;border-right:0.0625rem solid #1d2540;border-bottom:0.0625rem solid #1d2540;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#1d2540;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"space grotesk";font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.5rem;height:1.5625rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:22.125rem;left:43.25rem;display:block; }
#wWXJrqliQbvTGg0qEM6ZTl7Dsa7IDeoJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QTsThHlMLBo5WLSgo3p9ARPw2b7TG18t { color:rgba(var(--color-tertiary-4),1);display:block;width:24.3125rem;position:absolute;font-family:"space grotesk";font-size:0.9375rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:15.9375rem;left:40.375rem;height:4.875rem;font-style:normal;display:block; }
#n4WJnX4KLNoy9kqm3cRpnDAhktZvMgEH { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #1d2540;border-left:0.0625rem solid #1d2540;border-right:0.0625rem solid #1d2540;border-bottom:0.0625rem solid #1d2540;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#1d2540;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"space grotesk";font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.5rem;height:1.5625rem;text-decoration:none;z-index:15036;text-align:center;text-align-last:center;top:22.125rem;left:40.375rem;display:block; }
#OWREbh148acoHOFsTdE7s0UBX6IdWSd6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vfRhAp6ahgbs729Day2DmoTgreD1Kwpl { color:#1d2540;display:block;width:21.4375rem;position:absolute;font-family:"space grotesk";font-size:1.3125rem;font-weight:400;z-index:15035;line-height:1.6;letter-spacing:0;top:13.5rem;left:40.375rem;height:2.0996125rem;font-style:normal;display:block; }
#PMmNGBVz6vEK8JPw5U8XNMCECCDnJGwt { color:#ffffff;display:block;width:3rem;position:absolute;font-family:"space grotesk";font-size:0.8125rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:12.25rem;left:40.375rem;height:1.0556625rem;font-style:normal;display:block; }
#kC22ykT9UeyXIyESDIKB0mDwEJ3Q3qWi { box-sizing:content-box;height:14.125rem;width:30rem;position:absolute;display:block;z-index:15006;background-color:#8cc63f;background-image:none;top:26rem;left:6.5625rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;display:block; }
#rggXcmm9fdUfALvM1zxoDIVClh97Wz4G { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #1d2540;border-left:0.0625rem solid #1d2540;border-right:0.0625rem solid #1d2540;border-bottom:0.0625rem solid #1d2540;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#1d2540;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"space grotesk";font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.25rem;height:1.5625rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:37.375rem;left:20.3125rem;display:block; }
#CymNS4IOzniF4Wh2udrgAT4Ccesof59L { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RmMhrpNdvAKDVySGW0GSmqINwgay0xzI { color:rgba(var(--color-tertiary-4),1);display:block;width:26.0625rem;position:absolute;font-family:"space grotesk";font-size:0.9375rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:31.1875rem;left:8.4375rem;height:4.875rem;font-style:normal;display:block; }
#UCWQxsNWSZ5gWPT9DKPbUgVR2SPzBr4V { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #1d2540;border-left:0.0625rem solid #1d2540;border-right:0.0625rem solid #1d2540;border-bottom:0.0625rem solid #1d2540;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#1d2540;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"space grotesk";font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7rem;height:1.5625rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:37.375rem;left:12.96875rem;display:block; }
#HDbDhIABFlhXrsUKrhODuELXSflvU8y9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aHRktuFbXpecXKd5Py46TShZqOSRaJLG { color:#1d2540;display:block;width:14.125rem;position:absolute;font-family:"space grotesk";font-size:1.3125rem;font-weight:400;z-index:15035;line-height:1.6;letter-spacing:0;top:28.75rem;left:8.4375rem;height:2.0996125rem;font-style:normal;display:block; }
#NqHG2Nay2hfbynWc7UhX8T2AISMbJHyK { color:#ffffff;display:block;width:3rem;position:absolute;font-family:"space grotesk";font-size:0.8125rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:27.5rem;left:8.4375rem;height:1.0556625rem;font-style:normal;display:block; }
#oIRyvZDbkoHBalKiS9lZIe0S5MQoQQII { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #1d2540;border-left:0.0625rem solid #1d2540;border-right:0.0625rem solid #1d2540;border-bottom:0.0625rem solid #1d2540;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#1d2540;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"space grotesk";font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.1875rem;height:1.5625rem;text-decoration:none;z-index:15036;text-align:center;text-align-last:center;top:37.375rem;left:8.4375rem;display:block; }
#VTd6CDyaXn4pQzoG0ke0bH5TC0q4FwIP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FmmufXim70zkTb0nIxFWxUqqTl3HRLi8 { box-sizing:content-box;height:14.125rem;width:30rem;position:absolute;display:block;z-index:15013;background-color:#8cc63f;background-image:none;top:26rem;left:38.5rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;display:block; }
#T7lSSTimRav9E6LKx2Ixs4Af8MFGEq1D { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #1d2540;border-left:0.0625rem solid #1d2540;border-right:0.0625rem solid #1d2540;border-bottom:0.0625rem solid #1d2540;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#1d2540;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"space grotesk";font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.0625rem;height:1.5625rem;text-decoration:none;z-index:15045;text-align:center;text-align-last:center;top:37.375rem;left:48.8125rem;display:block; }
#B610KthOfc0elo3HhLzVgOWEMctbA6pd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TQtG68iT6vBhlK7PEVWk2XSbf9bUhhkT { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #1d2540;border-left:0.0625rem solid #1d2540;border-right:0.0625rem solid #1d2540;border-bottom:0.0625rem solid #1d2540;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#1d2540;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"space grotesk";font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.6875rem;height:1.5625rem;text-decoration:none;z-index:15044;text-align:center;text-align-last:center;top:37.375rem;left:43.75rem;display:block; }
#rJ74zbmloDRMMLRC4yiXwZT6lTfTAQa2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xZSprkANs5HWgfmXg13xRTNTfGTylipK { color:rgba(var(--color-tertiary-4),1);display:block;width:26.0625rem;position:absolute;font-family:"space grotesk";font-size:0.9375rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:31.1875rem;left:40.375rem;height:4.875rem;font-style:normal;display:block; }
#ZnKnW5qMUvUTifQFXoAAZhqbu7Qkr9Q4 { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #1d2540;border-left:0.0625rem solid #1d2540;border-right:0.0625rem solid #1d2540;border-bottom:0.0625rem solid #1d2540;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#1d2540;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"space grotesk";font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3rem;height:1.5625rem;text-decoration:none;z-index:15043;text-align:center;text-align-last:center;top:37.375rem;left:40.375rem;display:block; }
#ToerX0aS81slcv3OT2o8S7vtQiG2yUyR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cKeUOACNsea41wyOI6yU0F2xu8SCzPZ3 { color:#1d2540;display:block;width:24.0625rem;position:absolute;font-family:"space grotesk";font-size:1.3125rem;font-weight:400;z-index:15042;line-height:1.6;letter-spacing:0;top:28.75rem;left:40.375rem;height:2.0996125rem;font-style:normal;display:block; }
#Pvap9eC70eT3BoJkD6sMHZSM2W23JpIh { color:#ffffff;display:block;width:3rem;position:absolute;font-family:"space grotesk";font-size:0.8125rem;font-weight:300;z-index:15031;line-height:1.3;letter-spacing:0;top:27.5rem;left:40.375rem;height:1.0556625rem;font-style:normal;display:block; }
#FI5nPvaXBTzEDoM0waXEl0A8K11TQ1KM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9f9a7eb5-b836-44a9-8c9b-2f14c50a43ed/ChatGPTImage28demaide202610_10_17.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FI5nPvaXBTzEDoM0waXEl0A8K11TQ1KM.adaptive-delivery-prevent-bg, #FI5nPvaXBTzEDoM0waXEl0A8K11TQ1KM.lazyload, #FI5nPvaXBTzEDoM0waXEl0A8K11TQ1KM.lazyloading { background-image: none; }#FI5nPvaXBTzEDoM0waXEl0A8K11TQ1KM > .row .container { background-color: transparent; background-image: none; }#FI5nPvaXBTzEDoM0waXEl0A8K11TQ1KM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(29,37,64,0.93); }#FI5nPvaXBTzEDoM0waXEl0A8K11TQ1KM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FI5nPvaXBTzEDoM0waXEl0A8K11TQ1KM > .row .container > .video-iframe-container { display: none; }#FI5nPvaXBTzEDoM0waXEl0A8K11TQ1KM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(29,37,64,0.93); }#FI5nPvaXBTzEDoM0waXEl0A8K11TQ1KM > .row > .video-iframe-container { display: none; }#FI5nPvaXBTzEDoM0waXEl0A8K11TQ1KM > .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); }#FI5nPvaXBTzEDoM0waXEl0A8K11TQ1KM > .row .container { border-width: 0; border-radius: 0; }#FI5nPvaXBTzEDoM0waXEl0A8K11TQ1KM::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; }#FI5nPvaXBTzEDoM0waXEl0A8K11TQ1KM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FI5nPvaXBTzEDoM0waXEl0A8K11TQ1KM > .row .container { font-size:0.875rem;font-family:arial;height:54.0625rem;width:75rem;position:relative;display:block; }#cJrSdWisyQu3hfFC6SA4pPtMoo4ekumL { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:6.25rem;top:22.5rem;left:55.0625rem;overflow:hidden;display:block; }
#hqUKwgp8Lb1pL0P1BeUbVyARqMFz4iB6 { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:6.25rem;top:22.8125rem;left:45.5625rem;overflow:hidden;display:block; }
#UBzvbivUTX7MEAOQe5TnsJD2hK4AdlS0 { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.07) ;height:3.5rem;width:8.875rem;top:22.125rem;left:44.25rem;display:block; }
#OUTrko3nafElfOHL452Oyo8COpadCXTe { color:#8cc63f;display:block;width:15.9375rem;position:absolute;font-family:"space grotesk";font-size:1.3125rem;font-weight:normal;z-index:15016;line-height:1.2;letter-spacing:0;top:8.75rem;left:9.375rem;height:1.57421875rem;text-align:center;text-align-last:center;display:block; }
#XAwq9pHi48seQDuIGtgObsOKlUdVrnF1 { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;box-shadow: none;height:6.8125rem;width:20.5rem;top:6.125rem;left:7.0625rem;display:block; }
#ZqCmGkP3EkiDEUpgN9lidLVHXCZbzlvP { position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:6.6875rem;width:41.5625rem;top:6.125rem;left:24.375rem;display:block; }
#fNwKE2T5PSqooPpcMzNxNLxA0lOIgxry { color:#ffffff;display:block;width:36.3125rem;position:absolute;font-family:"space grotesk";font-size:1.3125rem;font-weight:700;z-index:15029;line-height:1.1;letter-spacing:0;top:8.0625rem;left:28.875rem;height:2.88671875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xyk8tE5S8cmH4RnEmUaqnVdpK3vdwExt { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;box-shadow: none;height:6.8125rem;width:20.5rem;top:14.0625rem;left:7.0625rem;display:block; }
#hFB4QuM3L0F7SZNMsLH34ynk3qmcTVd9 { position:absolute;display:block;z-index:15006;background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:6.6875rem;width:41.5625rem;top:14.0625rem;left:24.375rem;display:block; }
#BEwRRf1Lg2bOQ4NTC85GZpVT3sWFET39 { color:#ffffff;display:block;width:36.3125rem;position:absolute;font-family:"space grotesk";font-size:1.3125rem;font-weight:700;z-index:15033;line-height:1.1;letter-spacing:0;top:16rem;left:28.875rem;height:2.88671875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#a4zuoCkUpXlrrZB7VMOuZdchaX7OnWlR { color:#8cc63f;display:block;width:18.375rem;position:absolute;font-family:"space grotesk";font-size:1.3125rem;font-weight:normal;z-index:15020;line-height:1.2;letter-spacing:0;top:16.6875rem;left:7.875rem;height:1.57421875rem;text-align:center;text-align-last:center;display:block; }
#LdVtGWBMSOKaiaUrOoCwUeQu82bI8CyN { color:#ffffff;display:block;width:31.1875rem;position:absolute;font-family:"space grotesk";font-size:1.125rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:23.625rem;left:12.375rem;height:1.4619125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ada5H21VQ2X2dyeU4mHmQ5iTS9zHzP3W { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.07) ;height:3.5rem;width:8.875rem;top:22.125rem;left:53.75rem;display:block; }
#IaPh9dXAm5GuNd1twHN2Nq70z3AGZJDq { color:#ffffff;display:block;width:25.625rem;position:absolute;font-family:"space grotesk";font-size:2.4375rem;font-weight:normal;z-index:15016;line-height:1.1;letter-spacing:0;top:2.25rem;left:24.6875rem;height:2.6806625rem;text-align:left;text-align-last:left;display:block; }
#pEfiVuka5y0CAJunZIbUmJFp71NRrCVb { color:#ffffff;display:block;width:12.375rem;position:absolute;font-family:"space grotesk";font-size:0.9375rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:38.4375rem;left:3.5rem;height:1.21875rem;font-style:normal;display:block; }
#VuVZRXB0vy6oFPyTHvCVaOzZ4bf3GB4w { color:#ffffff;display:block;width:46rem;position:absolute;font-family:"space grotesk";font-size:2.4375rem;font-weight:normal;z-index:15017;line-height:1.1;letter-spacing:0;top:30.125rem;left:14.5rem;height:5.361325rem;text-align:center;text-align-last:center;display:block; }
#AvRM4iADlkbW8EN0ZCLNpM96qtgF7kCg { box-sizing:content-box;height:6.25rem;width:17rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image:none;top:37.3125rem;left:1.9375rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
#I4bIVudmcTq2F5occ5fD4W1bDFSBtfB8 { color:#ffffff;display:block;width:12.375rem;position:absolute;font-family:"space grotesk";font-size:0.9375rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:40rem;left:3.5rem;height:2.4375rem;font-style:normal;display:block; }
#JzHkWeLPcm45aOy1tKB1KoBACcrbmPM9 { box-sizing:content-box;height:6.25rem;width:17rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image:none;top:37.375rem;left:19.9375rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
#IMHeLAT7W87kGt43wb3Gsy6B7TCzBSPZ { color:#ffffff;display:block;width:12.875rem;position:absolute;font-family:"space grotesk";font-size:0.9375rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:40rem;left:22.3125rem;height:2.4375rem;font-style:normal;display:block; }
#MSvnC88AvQitmqXH3dk4eUuLSMtZWv65 { color:#ffffff;display:block;width:12.375rem;position:absolute;font-family:"space grotesk";font-size:0.9375rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:38.4375rem;left:22.3125rem;height:1.21875rem;font-style:normal;display:block; }
#PEQ8S76lN4Jf4DhG5grdRohuENv6duaK { box-sizing:content-box;height:6.25rem;width:17rem;position:absolute;display:block;z-index:15011;background-color:transparent;background-image:none;top:37.375rem;left:37.9375rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
#vi3Tg4px1UorTSqiKvLWSHT1OS4RVIfI { color:#ffffff;display:block;width:13.6875rem;position:absolute;font-family:"space grotesk";font-size:0.9375rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:40rem;left:40.3125rem;height:2.4375rem;font-style:normal;display:block; }
#N6sxIEvgDbdXts1BtlmzHhxmEIpa74B5 { color:#ffffff;display:block;width:12.375rem;position:absolute;font-family:"space grotesk";font-size:0.9375rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:38.4375rem;left:40.3125rem;height:1.21875rem;font-style:normal;display:block; }
#iTCZlTv0vsr0KgRXibm3DpXMaGxkvTik { box-sizing:content-box;height:6.25rem;width:17rem;position:absolute;display:block;z-index:15014;background-color:transparent;background-image:none;top:37.375rem;left:56.0625rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
#We71BSkmqMTk3ac7yy46mASZJv7GGC6f { color:#ffffff;display:block;width:12.375rem;position:absolute;font-family:"space grotesk";font-size:0.9375rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:40rem;left:58.4375rem;height:2.4375rem;font-style:normal;display:block; }
#kR7TlO6sqdyuTI4AoTOE7VMhyzEJQyFe { color:#ffffff;display:block;width:12.375rem;position:absolute;font-family:"space grotesk";font-size:0.9375rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:38.4375rem;left:58.4375rem;height:1.21875rem;font-style:normal;display:block; }
#M5lfrqA2vR0IFHf7I7vCxUTmFQnHlqxQ { box-sizing:content-box;height:6.25rem;width:17rem;position:absolute;display:block;z-index:15020;background-color:transparent;background-image:none;top:44.6875rem;left:19.9375rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
#Fc2TkvylXsR1i7B1dLwECPAbtue30Jng { box-sizing:content-box;height:6.25rem;width:17rem;position:absolute;display:block;z-index:15023;background-color:transparent;background-image:none;top:44.6875rem;left:37.9375rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
#NhvD6Ezwv6pVNNwXo2Se2uNHpSfHcwbV { box-sizing:content-box;height:6.25rem;width:17rem;position:absolute;display:block;z-index:15026;background-color:transparent;background-image:none;top:44.6875rem;left:56.0625rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
#KBcerJUJaUF1JrDcgEGkPmRoBtqM4Aya { color:#ffffff;display:block;width:12.875rem;position:absolute;font-family:"space grotesk";font-size:0.9375rem;font-weight:300;z-index:15030;line-height:1.3;letter-spacing:0;top:47.3125rem;left:22.3125rem;height:2.4375rem;font-style:normal;display:block; }
#J4tPZDmdn2zoCRa6x5ZQgSZhGnOUmbGt { color:#ffffff;display:block;width:13.6875rem;position:absolute;font-family:"space grotesk";font-size:0.9375rem;font-weight:300;z-index:15033;line-height:1.3;letter-spacing:0;top:47.3125rem;left:40.3125rem;height:2.4375rem;font-style:normal;display:block; }
#eGhmK9gPpwIfFxJovruUpb3DvnLdh7no { color:#ffffff;display:block;width:12.375rem;position:absolute;font-family:"space grotesk";font-size:0.9375rem;font-weight:300;z-index:15036;line-height:1.3;letter-spacing:0;top:47.3125rem;left:58.4375rem;height:2.4375rem;font-style:normal;display:block; }
#klGuU1wnWcRx2w7RNBctEU58PygszDPx { color:#ffffff;display:block;width:12.375rem;position:absolute;font-family:"space grotesk";font-size:0.9375rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:45.75rem;left:22.3125rem;height:1.21875rem;font-style:normal;display:block; }
#kMGwRbGe5skzqWtZ8dII5IXc4AOKoTdo { color:#ffffff;display:block;width:12.375rem;position:absolute;font-family:"space grotesk";font-size:0.9375rem;font-weight:300;z-index:15032;line-height:1.3;letter-spacing:0;top:45.75rem;left:40.3125rem;height:1.21875rem;font-style:normal;display:block; }
#Mgkh581xUmcbhKHWvehwhghsaGxL5Af3 { color:#ffffff;display:block;width:12.375rem;position:absolute;font-family:"space grotesk";font-size:0.9375rem;font-weight:300;z-index:15035;line-height:1.3;letter-spacing:0;top:45.75rem;left:58.4375rem;height:1.21875rem;font-style:normal;display:block; }
#OyqMzL6aR4wCJhWubcxMpGZzGMAO2Odk { box-sizing:content-box;height:6.25rem;width:17rem;position:absolute;display:block;z-index:15017;background-color:transparent;background-image:none;top:44.625rem;left:1.9375rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
#AV1BQkumSx7x89Buu2iIQwxQcMNTmFFE { color:#ffffff;display:block;width:14rem;position:absolute;font-family:"space grotesk";font-size:0.9375rem;font-weight:300;z-index:15026;line-height:1.3;letter-spacing:0;top:45.75rem;left:3.5rem;height:1.21875rem;font-style:normal;display:block; }
#DHJzXX5rxwyqqLD9fiFohXTJAgJvzTTM { color:#ffffff;display:block;width:12.375rem;position:absolute;font-family:"space grotesk";font-size:0.9375rem;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:47.3125rem;left:3.5rem;height:2.4375rem;font-style:normal;display:block; }
#g2qT70xcOh1v0FUTdQyMqtc0gkQh3d6f { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1d2540;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; }#g2qT70xcOh1v0FUTdQyMqtc0gkQh3d6f > .row .container { background-color: transparent; background-image: none; }#g2qT70xcOh1v0FUTdQyMqtc0gkQh3d6f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g2qT70xcOh1v0FUTdQyMqtc0gkQh3d6f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g2qT70xcOh1v0FUTdQyMqtc0gkQh3d6f > .row .container > .video-iframe-container { display: none; }#g2qT70xcOh1v0FUTdQyMqtc0gkQh3d6f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g2qT70xcOh1v0FUTdQyMqtc0gkQh3d6f > .row > .video-iframe-container { display: none; }#g2qT70xcOh1v0FUTdQyMqtc0gkQh3d6f > .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); }#g2qT70xcOh1v0FUTdQyMqtc0gkQh3d6f > .row .container { border-width: 0; border-radius: 0; }#g2qT70xcOh1v0FUTdQyMqtc0gkQh3d6f > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g2qT70xcOh1v0FUTdQyMqtc0gkQh3d6f > .row .container { font-size:0.875rem;font-family:arial;height:39.0625rem;width:75rem;position:relative;display:block; }#mnRWb35DorP9tO3f8OTwlDldBu3HdTKP { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.125rem 3.125rem rgba(var(--color-tertiary-4),0.1) ;height:31.5rem;width:23.75rem;top:3.5rem;left:44.4375rem;display:block; }
#X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw .widget-form-header {  }
#X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw .widget-regular-label { height:auto;display:block;font-family:"space grotesk";font-size:0.8125rem;font-weight:400;color:#1d2540;width:20.6875rem;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;font-style:normal;vertical-align:top;text-align:left;text-align-last:left;overflow:hidden; }
#X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw .widget-input-text { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#f1f1f1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.6875rem;box-sizing:border-box;height:2.5rem;color:#1d2540;font-size:0.9375rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw .widget-input-text {padding-top: 0; padding-bottom: 0;}#X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw .widget-textarea { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#f1f1f1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.6875rem;box-sizing:border-box;height:2.5rem;color:#1d2540;font-size:0.9375rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.6875rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"space grotesk";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw .widget-input-select {padding-top: 0; padding-bottom: 0;}#X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw .widget-input-checkbox { width:0.8125rem;height:0.8125rem;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; }
#X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw .widget-input-button { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#8cc63f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:6.1875rem;margin-bottom:0.25rem;margin-left:6.1875rem;display:block;box-sizing:border-box;font-size:1rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);width:8.25rem;height:2.75rem;font-family:"space grotesk";overflow:hidden;box-shadow: 0rem 0.1875rem 0.4375rem rgba(var(--color-tertiary-4),0.19) ;font-style:normal;line-height:1.4; }
#X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw [class*="-text"]:-moz-placeholder { color:#1d2540;font-family:var(--paragraphs-font-family);font-size:0.0625rem;font-weight:400;font-style:normal; }
#X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw [class*="-text"]::-moz-placeholder { color:#1d2540;font-family:var(--paragraphs-font-family);font-size:0.0625rem;font-weight:400;font-style:normal; }
#X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw [class*="-text"]:-ms-input-placeholder { color:#1d2540;font-family:var(--paragraphs-font-family);font-size:0.0625rem;font-weight:400;font-style:normal; }
#X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw [class*="-text"]::-webkit-input-placeholder { color:#1d2540;font-family:var(--paragraphs-font-family);font-size:0.0625rem;font-weight:400;font-style:normal; }
#X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw .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:"open sans";font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:19.6875rem;overflow:hidden;font-style:normal; }
#X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw .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; }
#X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw .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:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw .widget-container { padding-top:0.5rem;padding-right:0;padding-bottom:0.5rem;padding-left:0;width:100%;font-size:0;height:auto; }
#X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw .widget-container:first-of-type{padding-top:0;}#X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw .widget-container:last-of-type{padding-bottom:0;}#X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.6875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15004;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:3.5625rem;left:44.75rem; }
#X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:20.6875rem;display:block;vertical-align:top; }
#X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw .widget-info-text { display:block;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";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; }
#X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw {display:block;}#X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.6875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15004;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:3.5625rem;left:44.75rem; }
#X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw #o0MbcPA1OUXJDAaiXTorvpievidBCKin { position:relative; }
#X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw #chXT1tNToMCJ4tvp2UwIiqTozn1NLzLT { position:relative;display:block; }
#X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw #FwF2rZpWyKgXwOeG7l6n88dciBTPhy7l { position:relative; }
#X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw #s87R3gyvNeUPTiUvJf68lrPdZ4cUKkvz { position:relative; }
#X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw #VMZhTaTTua7BdQTKnGkgvq7GetE6oCU1 { position:relative;display:block; }
#X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw #eFftwAmdkCpw1J3PGHWtAUx2VQyvrv6G { position:relative; }
#X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw #EXGCcyKZ617JMiOT3PDaUO6FlOVK3Z9x { position:relative; }
#X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw #Cy10WS67Nz6kHUS9c9QtPCfhvv0QNHdI { position:relative;display:block; }
#X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw #dH8tmcowAst5Tp5srd7EGOKeXQ162WnN { position:relative; }
#X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw #hWQvUC1Tlr2q3eTvOBUGFlFGEUk71Hba { position:relative; }
#X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw #dexbZ9tmeXRh5SN49gFbamghbzdytBOe { position:relative;display:block; }
#X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw #hAN6Hymf7hfLCL4yXKoPDQZ1kzASpgba { position:relative; }
#X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw #coQQNyHm1N2dsq7MCqX8aQRzEv78uB65 { position:relative; }
#X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw #paA2IhGX6nnQb9bBfWLudIHERMpTL7oR { position:relative;display:block; }
#X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw #ga35ZrkJqFabEleaAxPJbgPTnXCPKdXO { position:relative; }
#X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw #rtB6mCq37oFhpkQr9PxtWoteyt8G0OZG { position:relative; }
#X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw #iim3eu30dXDiBUVzFHWIAvGzgievAerR { position:relative; }
#DPHNEOafwhamuQLtVwQqeQNs1Zk5JRqd { color:#ffffff;display:block;width:32.8125rem;position:absolute;font-family:"space grotesk";font-size:2.4375rem;font-weight:normal;z-index:15015;line-height:1.1;letter-spacing:0;top:4.9375rem;left:6.875rem;height:8.042rem;text-align:left;text-align-last:left;display:block; }
#RNoutqymAn0RUmb0MsUWU0A0GxaHRNTO { color:#ffffff;display:block;width:30.1875rem;position:absolute;font-family:"space grotesk";font-size:1.3125rem;font-weight:normal;z-index:15016;line-height:1.2;letter-spacing:0;top:14.5rem;left:6.875rem;height:3.1484375rem;text-align:left;text-align-last:left;display:block; }
#vzoFWg9OwUeXcTaFHQucPTLRQGWDzuAi { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:10.0625rem;top:30.0625rem;left:6.875rem;overflow:hidden;display:block; }
#Hc03TK2da0MwcwnfF77eU3GHTvak6NUo { color:#ffffff;display:block;width:30.1875rem;position:absolute;font-family:"space grotesk";font-size:1.0625rem;font-weight:normal;z-index:15017;line-height:1.2;letter-spacing:0;top:20rem;left:8.25rem;height:1.2744125rem;text-align:left;text-align-last:left;display:block; }
#ra0k7G2GKayXdVsZbPCTOp3BTAUSATlu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:20.1875rem;left:6.875rem; }
#iM3crlGBozJw3altvQ1K7aKi8R69AUBB { color:#ffffff;display:block;width:30.1875rem;position:absolute;font-family:"space grotesk";font-size:1.0625rem;font-weight:normal;z-index:15019;line-height:1.2;letter-spacing:0;top:21.9375rem;left:8.25rem;height:1.2744125rem;text-align:left;text-align-last:left;display:block; }
#xiNkG0KgxqmHDbyZTTgIhldU9kJkFWma { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:22.125rem;left:6.875rem; }
#qTBa7EC2LBr61vPCJ8XHznkFOgS7xW0R { color:#ffffff;display:block;width:30.1875rem;position:absolute;font-family:"space grotesk";font-size:1.0625rem;font-weight:normal;z-index:15021;line-height:1.2;letter-spacing:0;top:23.875rem;left:8.25rem;height:1.2744125rem;text-align:left;text-align-last:left;display:block; }
#EpyGZkK4oeeXNEprf4wAXxBAXsmP3s4O { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:24.0625rem;left:6.875rem; }
#l9gcHyhpxevFeLuUWZfUuopOwqzTBMsX { color:#ffffff;display:block;width:30.1875rem;position:absolute;font-family:"space grotesk";font-size:1.0625rem;font-weight:normal;z-index:15023;line-height:1.2;letter-spacing:0;top:25.6875rem;left:8.3125rem;height:1.2744125rem;text-align:left;text-align-last:left;display:block; }
#mbfpDyocBtZZsMdQk4uwfH3DN0LTAWV7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:25.875rem;left:6.9375rem; }
#r1wyZ08ivrIMu8ue97Jz8ReN0U953I96 { 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; }#r1wyZ08ivrIMu8ue97Jz8ReN0U953I96 > .row .container { background-color: transparent; background-image: none; }#r1wyZ08ivrIMu8ue97Jz8ReN0U953I96::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r1wyZ08ivrIMu8ue97Jz8ReN0U953I96 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r1wyZ08ivrIMu8ue97Jz8ReN0U953I96 > .row .container > .video-iframe-container { display: none; }#r1wyZ08ivrIMu8ue97Jz8ReN0U953I96 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r1wyZ08ivrIMu8ue97Jz8ReN0U953I96 > .row > .video-iframe-container { display: none; }#r1wyZ08ivrIMu8ue97Jz8ReN0U953I96 > .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); }#r1wyZ08ivrIMu8ue97Jz8ReN0U953I96 > .row .container { border-width: 0; border-radius: 0; }#r1wyZ08ivrIMu8ue97Jz8ReN0U953I96 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#r1wyZ08ivrIMu8ue97Jz8ReN0U953I96 > .row .container { font-size:0.875rem;font-family:arial;height:5.1875rem;width:75rem;position:relative;display:block; }#VE7glVg56sFsAulnZJQEQEL0vlHPRGvn { color:rgba(var(--color-secondary-2),1);display:block;width:7.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:1.9375rem;left:39.25rem;height:1.2246125rem;font-style:normal;display:block; }
#oxreLuQL8v9TNbwWSXRchiXctOymFTVq { color:rgba(var(--color-secondary-2),1);display:block;width:12.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15018;line-height:1.4;letter-spacing:0;top:2rem;left:50.9375rem;height:1.2246125rem;font-style:normal;display:block; }
#noC51PLZDnMV9tS97fhDQx869u15M5na { color:rgba(var(--color-secondary-2),1);display:block;width:5.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;top:1rem;left:66.25rem;height:1.04980625rem;font-style:normal;display:block; }
#BUEW9qLXsLNTVSxhAvTCqoE6uBGaLTRt { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;top:1.8125rem;left:49.0625rem; }
#rsMGXghkCTkxRlSZqsDZGvTfbHZ7720a { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;top:1.8125rem;left:37.4375rem; }
#lRNQqiFBNow7TuHvDNp39k04mV8Kzgbc { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:8rem;top:1.3935546875rem;left:0rem;overflow:hidden;display:block; }
#JAT1FcHqwnqFqMBFv3ohxW5eQGHGFhXe { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:2.375rem;left:66.25rem; }
#JAT1FcHqwnqFqMBFv3ohxW5eQGHGFhXe > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#PPRrT5yeLURXgnDkMTpdZd5wb07MGHB1 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:2.3125rem;left:68.5rem; }
#PPRrT5yeLURXgnDkMTpdZd5wb07MGHB1 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#n2P6nfT25vNuJ4NkRCIE1xvHoXBmhTRC { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:2.3125rem;left:70.75rem; }
#n2P6nfT25vNuJ4NkRCIE1xvHoXBmhTRC > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #oFKq2DZ2T78kEQGUTntQifq99dOrEdlX { display:block; }#oFKq2DZ2T78kEQGUTntQifq99dOrEdlX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #br3aEg97TsaGiKyWAl3U6BNHLzKdnAOB { width:10.625rem;height:2.125rem;top:1.25rem;left:37.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUaS37AZTkOiBOb07pVKVqT7Ef9acqXS { display:block; }
 }@media only screen and (max-width: 763px) { #MFDSyGV3rTehWAh4ObX2cQGrwxE5TXeT { top:0.9375rem;left:0rem;width:8.125rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgtAw4H7n3HVCakrVuMnCt5OvUTfAl0x { width:10.625rem;height:1.5rem;top:1.875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6l23lCvHtbBnNpmC9BnAQXf1wwDiMOh { display:block; }#v6l23lCvHtbBnNpmC9BnAQXf1wwDiMOh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IzVAQwIDM0kcqCXJTybmgTAG8FhX8TiZ { width:29.3125rem;height:6.1875rem;top:11.4375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qlr3BgIwHXVvQaRZgQ4JNvowOlW9DzG4 { top:2.5625rem;left:20.125rem;width:27.625rem;height:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOAVTtKEdkcOARdNvFokInP3fVt5nlkP { top:17.0625rem;left:20.125rem;width:27.625rem;height:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1NnBtcfaPJdZZUu9vRil8sqaed22yBG { width:29.1875rem;height:6.25rem;top:18.9375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #huk7382S77Whd61G18ypPMBNXBzfd6Ml { display:block; }#huk7382S77Whd61G18ypPMBNXBzfd6Ml > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xXF6ail4QP87W4wQFZGFInn7wq14VTCa { width:24.75rem;height:1.5625rem;top:2.625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryDXdvrOwamz3O157kPEbnsNxhKKa3ZO { top:1.4375rem;left:8.4375rem;width:39.3125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWRvFLB2H1wPZ7ph7wDQ5ayhC4Uth6op { width:41rem;height:5.3125rem;top:0.875rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #k74eX4tZTMIlhrdOKHru4xnJpr6kmbSU { display:block; }#k74eX4tZTMIlhrdOKHru4xnJpr6kmbSU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UHuLvIMHDa7DikOkZHVgA2bnur8IGFDd { width:24.6875rem;height:14.75rem;top:4.3125rem;left:0rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xr9zl1PzLBZfwaZ4yHb349J3XJA1mm6w { width:29.5rem;height:11rem;top:6.75rem;left:18.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRVPsik0VkhR7R6aof0RMFuX9FZpbAgB { display:block; }#lRVPsik0VkhR7R6aof0RMFuX9FZpbAgB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tRmPkyAPpElHsoiBfvfVqco1KTwlMsSU { top:6.9375rem;left:0rem;width:14.625rem;height:3.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kACiToyhaE0hDEHAV6ohZLKwSlVI2whA { top:0.5625rem;left:0rem;width:17rem;height:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJSillTkLuu1RaLgomwSW3MOEv0lUBPS { top:2.8125rem;left:0rem;width:6.9375rem;height:2.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wt2MCGatLLoHv7thd8CC4PgNlds3g08v { top:1.1875rem;left:0rem;width:5.5rem;height:6.125rem;font-size:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrnt4fnDNsrMaS1WLMmCeuWT8QkU1QN0 { top:7rem;left:5.375rem;width:13.375rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #npKXbQ7wnXn4tfKrb7XD5IhRrMSUtW2C { top:0.625rem;left:3.875rem;width:16.1875rem;height:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1D6iqyxbZNAVpRShkbr9NpiRizvsJQT { top:2.8125rem;left:12.0625rem;width:6.9375rem;height:2.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSUdc6zAx4bxfN3h8sU2xCFpG3qRTRsI { top:1.25rem;left:5.375rem;width:6.0625rem;height:6.125rem;font-size:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Smv6stTblQg6VZuTnCtJqTVy8VrqtMQh { top:7rem;left:21.5625rem;width:17.5625rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z62Et3icfmgvCATwAWqqNZvLvyLlCvPu { top:0.625rem;left:20.5625rem;width:21.9375rem;height:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5T72w4U2OlxVSoVdOvOgzgeMUL4fy5N { top:1.1875rem;left:21.5625rem;width:15.4375rem;height:6.125rem;font-size:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #It7oc9nhQ9eT024nE4TzyMoS6qDEAJNZ { top:2.8125rem;left:36rem;width:6.9375rem;height:2.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9plBzkTvbGtw4zD5z03eFZn6zdXu7og { top:6.9375rem;left:32.875rem;width:14.875rem;height:3.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxMRTTJu5k1uW6gBvAPeIfUTZEgCrCbx { top:0.625rem;left:29.3125rem;width:18.3125rem;height:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLNryilDSzKzTvp8z84TCXaFa9N4O5Km { top:1.125rem;left:40.9375rem;width:6.8125rem;height:6.125rem;font-size:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kr3dXzi07vKkOe4TVhx56hmzLTBkL4pi { top:3.5rem;left:40.0625rem;width:7.6875rem;height:1.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOaowDpnN9S3GRCMR54DOrWxXaww1pl5 { display:block; }#JOaowDpnN9S3GRCMR54DOrWxXaww1pl5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BJ0vI1hAKEaoldOV8Ts8rPIfUAVpcPgN { width:17.1875rem;height:11.9375rem;top:2.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsBh0UwKC5RWhcuTR3bKRVCcB8d0dlCw { top:9.6875rem;left:0rem;width:12.375rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1ZbGBWTHXVLdSuigU2snqAALkQsuTcc { top:7.9375rem;left:0rem;width:9.5625rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHbmswDfUPiHHNK42MIwKl3P0eG2XPrc { width:17.1875rem;height:11.9375rem;top:2.0625rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGsiq2n4ykeyqNuzU3IT0A7A8BIErOwc { top:9.6875rem;left:7.125rem;width:13.375rem;height:3.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #riKZmUo2slndnqZy0TanbrvBixiJO836 { top:7.9375rem;left:7.125rem;width:10.125rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQw1KxsBvIs273cAqSqTv8wDTm9ddGhM { width:17.1875rem;height:11.9375rem;top:2.0625rem;left:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhEanEl1TtCnHhTE2IZa5lqy8wCBRdgT { width:17.1875rem;height:11.9375rem;top:2.0625rem;left:30.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #byWbnhlqTI9IBFWKOiKmu4FZFdHXyZ4M { top:9.6875rem;left:25.9375rem;width:14.125rem;height:3.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkJXN29dB4sBpmg9UHqi75WpQCSH8ad5 { top:9.9375rem;left:33.8125rem;width:13.9375rem;height:3.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9QoiVSxtd39lrZoLyilCKuU5hABTGrQ { top:7.9375rem;left:31.875rem;width:15.875rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZLcDEQbx05rLSruUip7e1JC41EfG9om { top:7.9375rem;left:25.9375rem;width:9.8125rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #somhCt6q0CEbAcsJtBS0ZaBP0oZHkfJ4 { top:4rem;left:0rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbDgCmc7OhEcQTMw0Eibam99HiiLvDO3 { top:4rem;left:7.125rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTSXXm6skpCdei8ksWRwtXwT3Eh3sRkP { top:4rem;left:25.9375rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ze9nVu6fQmC5tDJXIPtuHnFN8Wtkummx { top:4rem;left:44.625rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Idk9yZEPNADn9KMPbvBNZN87HdViNP8b { display:block; }#Idk9yZEPNADn9KMPbvBNZN87HdViNP8b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k0TM5BFfUnblI19A10ElfabPTqUzR7rH { width:29.3125rem;height:9.25rem;top:4.3125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k59XoNsztD1FOnycvpV5ykGTfT6zZBCZ { width:31.4375rem;height:6.25rem;top:21.4375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGmT6CcTu6H4f2lRDAUo73bJ3KhTBIVs { width:25.75rem;height:3.6875rem;top:15.5rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukypTBxW5DenBp6W7ZWrEQ1CamqcL0g5 { top:8.9375rem;left:12.1875rem;width:35.5625rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1e9g0NzehMzA9kgVVWtef9BzCXIKe3V { top:31.375rem;left:0rem;width:47.625rem;height:32rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccs6ehalPfuk2kIKkTppT46maa43X7Gu { width:23.375rem;height:5.3125rem;top:38.0625rem;left:0rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUDDxTxhlIeacns5wTxHMmI16FMWKpxb { width:23.3125rem;height:6.3125rem;top:45rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nzh8nTxIvnTUUsSpTm8k21yxCVUemcAT { width:8.875rem;height:3.5rem;top:53.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJctothfgUUsOSnvmmhnlXHl5Kxw57dO { top:53.75rem;left:1.9375rem;width:6.25rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xotMtmpvNFqk01PA628m05PLKbHVyrXT { width:8.875rem;height:3.5rem;top:53.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFse5PDW63tUsd4RxuBkm7nAgdbnPxSD { top:54.0625rem;left:0rem;width:6.25rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPf33TA2XufE23EN1iISneUiZsdRWl5e { width:30.5rem;height:2.5rem;top:33.8125rem;left:17.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwVgGvZUATt67hTDouHRcTMtQVB6a5Jx { width:34.375rem;height:2.5rem;top:39.1875rem;left:13.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ri8wfgIPee7Vtpi2OfV2JsQspZ2RkmxG { width:35.3125rem;height:2.5rem;top:44rem;left:12.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GyrBt84yK2PlR1ZB5DrkTgILdltGTVZz { width:30.6875rem;height:2.5rem;top:49.125rem;left:17.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #odOBKhSRC2PnEJHzTRIHIXxiZfrpLDmU { width:32.6875rem;height:2.5rem;top:54.1875rem;left:15.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w51WH4rcXOU6pZcVk2cXzS35tsxDJPVp { width:32.6875rem;height:2.5rem;top:58.75rem;left:15.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucUPVy9iDLxktkC3QogG7oTy0h4FiHS2 { display:block; }#ucUPVy9iDLxktkC3QogG7oTy0h4FiHS2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a9NrxOR1S2mog5oIngQZMmxFulnS0SPN { top:10.5625rem;left:0rem;width:30rem;height:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFXmpdrQtPi1ClhtvLGqTLf7ANlTQari { width:42.6875rem;height:2.625rem;top:1.9375rem;left:2.53125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QeWTilKd41wXLFWTaRmfaXawtoxNspuI { width:47.75rem;height:3.125rem;top:5.5rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLA6Wl5zlaf6W0yVEb8SXso4ost3AM41 { top:13.3125rem;left:0rem;width:13.5625rem;height:2.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NR1TI1F1VRTmti5akthD4D9rUH0rEfos { top:15.75rem;left:0rem;width:26.0625rem;height:4.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcvLUWEfQaknc1T4AuzBn6LQ5mDKPT73 { top:12.0625rem;left:0rem;width:3rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ma7H3KipaIT2LTwtUmbD7Aq2gCmwHTO8 { width:8.1875rem;height:1.5625rem;top:21.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMKml1NNTaDk4IlyW9U0c0OKHgkTdnDF { display:block; }
 }@media only screen and (max-width: 763px) { #KucSyDQF8Dfa54cKR5NQQ3eaPWEmT4yF { width:8.1875rem;height:1.5625rem;top:21.9375rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTvDgURhZhRb0NKIcEmBdEruNRutqlmk { display:block; }
 }@media only screen and (max-width: 763px) { #mDzRIhpo3zwynT3l4osSGtGTurk7dWv3 { width:6.5625rem;height:1.5625rem;top:21.9375rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpQorQ0eTGh3zOUaVOC1MnA0QU3s8wlw { display:block; }
 }@media only screen and (max-width: 763px) { #wSUUZTMgOsCMMzO9XlmcCwdlU6JPBF3i { top:10.75rem;left:17.75rem;width:30rem;height:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TecZIlpzWaTAmGo3F70Kb7zR7EvyI7WE { width:6.5625rem;height:1.5625rem;top:22.125rem;left:33.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIdS0CK8DScDZKsRNGAN35ga6dZGnuE8 { display:block; }
 }@media only screen and (max-width: 763px) { #sEqb5963bbdDcEHbzSFOH9fpqCHdsJN6 { width:3.5rem;height:1.5625rem;top:22.125rem;left:29.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWXJrqliQbvTGg0qEM6ZTl7Dsa7IDeoJ { display:block; }
 }@media only screen and (max-width: 763px) { #QTsThHlMLBo5WLSgo3p9ARPw2b7TG18t { top:15.9375rem;left:21.6875rem;width:24.3125rem;height:4.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4WJnX4KLNoy9kqm3cRpnDAhktZvMgEH { width:2.5rem;height:1.5625rem;top:22.125rem;left:26.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWREbh148acoHOFsTdE7s0UBX6IdWSd6 { display:block; }
 }@media only screen and (max-width: 763px) { #vfRhAp6ahgbs729Day2DmoTgreD1Kwpl { top:13.5rem;left:26.3125rem;width:21.4375rem;height:2.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMmNGBVz6vEK8JPw5U8XNMCECCDnJGwt { top:12.25rem;left:26.75rem;width:3rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kC22ykT9UeyXIyESDIKB0mDwEJ3Q3qWi { top:26rem;left:0rem;width:30rem;height:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rggXcmm9fdUfALvM1zxoDIVClh97Wz4G { width:4.25rem;height:1.5625rem;top:37.375rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CymNS4IOzniF4Wh2udrgAT4Ccesof59L { display:block; }
 }@media only screen and (max-width: 763px) { #RmMhrpNdvAKDVySGW0GSmqINwgay0xzI { top:31.1875rem;left:0rem;width:26.0625rem;height:4.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCWQxsNWSZ5gWPT9DKPbUgVR2SPzBr4V { width:7rem;height:1.5625rem;top:37.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDbDhIABFlhXrsUKrhODuELXSflvU8y9 { display:block; }
 }@media only screen and (max-width: 763px) { #aHRktuFbXpecXKd5Py46TShZqOSRaJLG { top:28.75rem;left:0rem;width:14.125rem;height:2.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NqHG2Nay2hfbynWc7UhX8T2AISMbJHyK { top:27.5rem;left:0rem;width:3rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oIRyvZDbkoHBalKiS9lZIe0S5MQoQQII { width:4.1875rem;height:1.5625rem;top:37.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTd6CDyaXn4pQzoG0ke0bH5TC0q4FwIP { display:block; }
 }@media only screen and (max-width: 763px) { #FmmufXim70zkTb0nIxFWxUqqTl3HRLi8 { top:26rem;left:17.75rem;width:30rem;height:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7lSSTimRav9E6LKx2Ixs4Af8MFGEq1D { width:6.0625rem;height:1.5625rem;top:37.375rem;left:35.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B610KthOfc0elo3HhLzVgOWEMctbA6pd { display:block; }
 }@media only screen and (max-width: 763px) { #TQtG68iT6vBhlK7PEVWk2XSbf9bUhhkT { width:4.6875rem;height:1.5625rem;top:37.375rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJ74zbmloDRMMLRC4yiXwZT6lTfTAQa2 { display:block; }
 }@media only screen and (max-width: 763px) { #xZSprkANs5HWgfmXg13xRTNTfGTylipK { top:31.1875rem;left:21.6875rem;width:26.0625rem;height:4.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnKnW5qMUvUTifQFXoAAZhqbu7Qkr9Q4 { width:3rem;height:1.5625rem;top:37.375rem;left:26.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToerX0aS81slcv3OT2o8S7vtQiG2yUyR { display:block; }
 }@media only screen and (max-width: 763px) { #cKeUOACNsea41wyOI6yU0F2xu8SCzPZ3 { top:28.75rem;left:23.6875rem;width:24.0625rem;height:2.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pvap9eC70eT3BoJkD6sMHZSM2W23JpIh { top:27.5rem;left:26.75rem;width:3rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FI5nPvaXBTzEDoM0waXEl0A8K11TQ1KM { display:block; }#FI5nPvaXBTzEDoM0waXEl0A8K11TQ1KM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cJrSdWisyQu3hfFC6SA4pPtMoo4ekumL { top:22.5rem;left:41.4375rem;width:6.25rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqUKwgp8Lb1pL0P1BeUbVyARqMFz4iB6 { top:22.8125rem;left:31.9375rem;width:6.25rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBzvbivUTX7MEAOQe5TnsJD2hK4AdlS0 { width:8.875rem;height:3.5rem;top:22.125rem;left:30.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUTrko3nafElfOHL452Oyo8COpadCXTe { width:15.9375rem;height:1.5625rem;top:8.75rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAwq9pHi48seQDuIGtgObsOKlUdVrnF1 { width:20.5rem;height:6.8125rem;top:6.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqCmGkP3EkiDEUpgN9lidLVHXCZbzlvP { width:41.5625rem;height:6.6875rem;top:6.125rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNwKE2T5PSqooPpcMzNxNLxA0lOIgxry { width:36.3125rem;height:2.875rem;top:8.0625rem;left:11.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyk8tE5S8cmH4RnEmUaqnVdpK3vdwExt { width:20.5rem;height:6.8125rem;top:14.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFB4QuM3L0F7SZNMsLH34ynk3qmcTVd9 { width:41.5625rem;height:6.6875rem;top:14.0625rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BEwRRf1Lg2bOQ4NTC85GZpVT3sWFET39 { width:36.3125rem;height:2.875rem;top:16rem;left:11.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4zuoCkUpXlrrZB7VMOuZdchaX7OnWlR { width:18.375rem;height:1.5625rem;top:16.6875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LdVtGWBMSOKaiaUrOoCwUeQu82bI8CyN { width:31.1875rem;height:1.4375rem;top:23.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ada5H21VQ2X2dyeU4mHmQ5iTS9zHzP3W { width:8.875rem;height:3.5rem;top:22.125rem;left:38.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IaPh9dXAm5GuNd1twHN2Nq70z3AGZJDq { width:25.625rem;height:2.625rem;top:2.25rem;left:11.0625rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEfiVuka5y0CAJunZIbUmJFp71NRrCVb { top:38.4375rem;left:0rem;width:12.375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VuVZRXB0vy6oFPyTHvCVaOzZ4bf3GB4w { width:46rem;height:5.3125rem;top:30.125rem;left:0.875rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvRM4iADlkbW8EN0ZCLNpM96qtgF7kCg { top:37.3125rem;left:0rem;width:17rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4bIVudmcTq2F5occ5fD4W1bDFSBtfB8 { top:40rem;left:0rem;width:12.375rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzHkWeLPcm45aOy1tKB1KoBACcrbmPM9 { top:37.375rem;left:6.3125rem;width:17rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMHeLAT7W87kGt43wb3Gsy6B7TCzBSPZ { top:40rem;left:8.6875rem;width:12.875rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSvnC88AvQitmqXH3dk4eUuLSMtZWv65 { top:38.4375rem;left:8.6875rem;width:12.375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEQ8S76lN4Jf4DhG5grdRohuENv6duaK { top:37.375rem;left:24.3125rem;width:17rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vi3Tg4px1UorTSqiKvLWSHT1OS4RVIfI { top:40rem;left:26.6875rem;width:13.6875rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6sxIEvgDbdXts1BtlmzHhxmEIpa74B5 { top:38.4375rem;left:26.6875rem;width:12.375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTCZlTv0vsr0KgRXibm3DpXMaGxkvTik { top:37.375rem;left:30.625rem;width:17rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #We71BSkmqMTk3ac7yy46mASZJv7GGC6f { top:40rem;left:35.375rem;width:12.375rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kR7TlO6sqdyuTI4AoTOE7VMhyzEJQyFe { top:38.4375rem;left:35.375rem;width:12.375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5lfrqA2vR0IFHf7I7vCxUTmFQnHlqxQ { top:44.6875rem;left:6.3125rem;width:17rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fc2TkvylXsR1i7B1dLwECPAbtue30Jng { top:44.6875rem;left:24.3125rem;width:17rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NhvD6Ezwv6pVNNwXo2Se2uNHpSfHcwbV { top:44.6875rem;left:30.625rem;width:17rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBcerJUJaUF1JrDcgEGkPmRoBtqM4Aya { top:47.3125rem;left:8.6875rem;width:12.875rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4tPZDmdn2zoCRa6x5ZQgSZhGnOUmbGt { top:47.3125rem;left:26.6875rem;width:13.6875rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGhmK9gPpwIfFxJovruUpb3DvnLdh7no { top:47.3125rem;left:35.375rem;width:12.375rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #klGuU1wnWcRx2w7RNBctEU58PygszDPx { top:45.75rem;left:8.6875rem;width:12.375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMGwRbGe5skzqWtZ8dII5IXc4AOKoTdo { top:45.75rem;left:26.6875rem;width:12.375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mgkh581xUmcbhKHWvehwhghsaGxL5Af3 { top:45.75rem;left:35.375rem;width:12.375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OyqMzL6aR4wCJhWubcxMpGZzGMAO2Odk { top:44.625rem;left:0rem;width:17rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AV1BQkumSx7x89Buu2iIQwxQcMNTmFFE { top:45.75rem;left:0rem;width:14rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHJzXX5rxwyqqLD9fiFohXTJAgJvzTTM { top:47.3125rem;left:0rem;width:12.375rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2qT70xcOh1v0FUTdQyMqtc0gkQh3d6f { display:block; }#g2qT70xcOh1v0FUTdQyMqtc0gkQh3d6f > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mnRWb35DorP9tO3f8OTwlDldBu3HdTKP { width:23.75rem;height:31.5rem;top:3.5rem;left:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw .widget-regular-label { width:20.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw .widget-input-text { width:20.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw .widget-input-text {padding-top: 0; padding-bottom: 0;}#X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw .widget-textarea { width:20.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw .widget-input-select { width:20.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw .widget-input-select {padding-top: 0; padding-bottom: 0;}#X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw .widget-input-button { width:8.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:6.1875rem; }
#X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw .widget-checkbox-label { width:19.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw  { width:20.6875rem;height:auto;top:3.5625rem;left:24.5625rem; }
#X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw .radio-container { width:20.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw {display:block;}#X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw { width:20.6875rem;height:auto;top:3.5625rem;left:24.5625rem; }
 }@media only screen and (max-width: 763px) { #X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw #o0MbcPA1OUXJDAaiXTorvpievidBCKin {  }
 }@media only screen and (max-width: 763px) { #X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw #chXT1tNToMCJ4tvp2UwIiqTozn1NLzLT {  }
 }@media only screen and (max-width: 763px) { #X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw #FwF2rZpWyKgXwOeG7l6n88dciBTPhy7l {  }
 }@media only screen and (max-width: 763px) { #X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw #s87R3gyvNeUPTiUvJf68lrPdZ4cUKkvz {  }
 }@media only screen and (max-width: 763px) { #X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw #VMZhTaTTua7BdQTKnGkgvq7GetE6oCU1 {  }
 }@media only screen and (max-width: 763px) { #X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw #eFftwAmdkCpw1J3PGHWtAUx2VQyvrv6G {  }
 }@media only screen and (max-width: 763px) { #X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw #EXGCcyKZ617JMiOT3PDaUO6FlOVK3Z9x {  }
 }@media only screen and (max-width: 763px) { #X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw #Cy10WS67Nz6kHUS9c9QtPCfhvv0QNHdI {  }
 }@media only screen and (max-width: 763px) { #X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw #dH8tmcowAst5Tp5srd7EGOKeXQ162WnN {  }
 }@media only screen and (max-width: 763px) { #X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw #hWQvUC1Tlr2q3eTvOBUGFlFGEUk71Hba {  }
 }@media only screen and (max-width: 763px) { #X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw #dexbZ9tmeXRh5SN49gFbamghbzdytBOe {  }
 }@media only screen and (max-width: 763px) { #X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw #hAN6Hymf7hfLCL4yXKoPDQZ1kzASpgba {  }
 }@media only screen and (max-width: 763px) { #X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw #coQQNyHm1N2dsq7MCqX8aQRzEv78uB65 {  }
 }@media only screen and (max-width: 763px) { #X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw #paA2IhGX6nnQb9bBfWLudIHERMpTL7oR {  }
 }@media only screen and (max-width: 763px) { #X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw #ga35ZrkJqFabEleaAxPJbgPTnXCPKdXO {  }
 }@media only screen and (max-width: 763px) { #X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw #rtB6mCq37oFhpkQr9PxtWoteyt8G0OZG {  }
 }@media only screen and (max-width: 763px) { #X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw #iim3eu30dXDiBUVzFHWIAvGzgievAerR {  }
 }@media only screen and (max-width: 763px) { #DPHNEOafwhamuQLtVwQqeQNs1Zk5JRqd { width:32.8125rem;height:8rem;top:4.9375rem;left:0rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNoutqymAn0RUmb0MsUWU0A0GxaHRNTO { width:30.1875rem;height:3.125rem;top:14.5rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzoFWg9OwUeXcTaFHQucPTLRQGWDzuAi { top:30.0625rem;left:0rem;width:10.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hc03TK2da0MwcwnfF77eU3GHTvak6NUo { width:30.1875rem;height:1.25rem;top:20rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ra0k7G2GKayXdVsZbPCTOp3BTAUSATlu { top:20.1875rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iM3crlGBozJw3altvQ1K7aKi8R69AUBB { width:30.1875rem;height:1.25rem;top:21.9375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xiNkG0KgxqmHDbyZTTgIhldU9kJkFWma { top:22.125rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTBa7EC2LBr61vPCJ8XHznkFOgS7xW0R { width:30.1875rem;height:1.25rem;top:23.875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpyGZkK4oeeXNEprf4wAXxBAXsmP3s4O { top:24.0625rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9gcHyhpxevFeLuUWZfUuopOwqzTBMsX { width:30.1875rem;height:1.25rem;top:25.6875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbfpDyocBtZZsMdQk4uwfH3DN0LTAWV7 { top:25.875rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1wyZ08ivrIMu8ue97Jz8ReN0U953I96 { display:block; }#r1wyZ08ivrIMu8ue97Jz8ReN0U953I96 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VE7glVg56sFsAulnZJQEQEL0vlHPRGvn { top:1.9375rem;left:25.625rem;width:7.5625rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxreLuQL8v9TNbwWSXRchiXctOymFTVq { top:2rem;left:35.375rem;width:12.375rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #noC51PLZDnMV9tS97fhDQx869u15M5na { top:1rem;left:42.1875rem;width:5.5625rem;height:1rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUEW9qLXsLNTVSxhAvTCqoE6uBGaLTRt { top:1.8125rem;left:35.4375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsMGXghkCTkxRlSZqsDZGvTfbHZ7720a { top:1.8125rem;left:23.8125rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRNQqiFBNow7TuHvDNp39k04mV8Kzgbc { top:1.375rem;left:0rem;width:8rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAT1FcHqwnqFqMBFv3ohxW5eQGHGFhXe { top:2.375rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
#JAT1FcHqwnqFqMBFv3ohxW5eQGHGFhXe > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #PPRrT5yeLURXgnDkMTpdZd5wb07MGHB1 { top:2.3125rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
#PPRrT5yeLURXgnDkMTpdZd5wb07MGHB1 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #n2P6nfT25vNuJ4NkRCIE1xvHoXBmhTRC { top:2.3125rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
#n2P6nfT25vNuJ4NkRCIE1xvHoXBmhTRC > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #oFKq2DZ2T78kEQGUTntQifq99dOrEdlX { position:relative;z-index:auto;display:block; }#oFKq2DZ2T78kEQGUTntQifq99dOrEdlX > .row .container { width:20rem;height:16.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #br3aEg97TsaGiKyWAl3U6BNHLzKdnAOB { width:8.6875rem;height:2.125rem;top:7.71875rem;left:5.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUaS37AZTkOiBOb07pVKVqT7Ef9acqXS { display:block; }
 }@media only screen and (max-width: 763px) { #MFDSyGV3rTehWAh4ObX2cQGrwxE5TXeT { width:8.1875rem;height:2.875rem;top:0.84765625rem;left:5.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgtAw4H7n3HVCakrVuMnCt5OvUTfAl0x { width:16.75rem;height:3.09375rem;top:8.841796875rem;left:1.625rem;font-size:0.9375rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v6l23lCvHtbBnNpmC9BnAQXf1wwDiMOh { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c40a9b03-29d4-43b5-81d9-f3dd9976696a/4845945.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#v6l23lCvHtbBnNpmC9BnAQXf1wwDiMOh.adaptive-delivery-prevent-bg, #v6l23lCvHtbBnNpmC9BnAQXf1wwDiMOh.lazyload, #v6l23lCvHtbBnNpmC9BnAQXf1wwDiMOh.lazyloading { background-image: none; }#v6l23lCvHtbBnNpmC9BnAQXf1wwDiMOh > .row .container { background-color: transparent; background-image: none; }#v6l23lCvHtbBnNpmC9BnAQXf1wwDiMOh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.81); }#v6l23lCvHtbBnNpmC9BnAQXf1wwDiMOh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v6l23lCvHtbBnNpmC9BnAQXf1wwDiMOh > .row .container > .video-iframe-container { display: none; }#v6l23lCvHtbBnNpmC9BnAQXf1wwDiMOh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.81); }#v6l23lCvHtbBnNpmC9BnAQXf1wwDiMOh > .row > .video-iframe-container { display: none; }#v6l23lCvHtbBnNpmC9BnAQXf1wwDiMOh > .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); }#v6l23lCvHtbBnNpmC9BnAQXf1wwDiMOh > .row .container { width:20rem;height:48.049508625566rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IzVAQwIDM0kcqCXJTybmgTAG8FhX8TiZ { width:20rem;height:3.1621125rem;top:5rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Qlr3BgIwHXVvQaRZgQ4JNvowOlW9DzG4 { width:20rem;height:14.25rem;top:12.84765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOAVTtKEdkcOARdNvFokInP3fVt5nlkP { width:20rem;height:10.904977375566rem;top:35.89453125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1NnBtcfaPJdZZUu9vRil8sqaed22yBG { width:20rem;height:0;top:28.34765625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #huk7382S77Whd61G18ypPMBNXBzfd6Ml { display:block; }#huk7382S77Whd61G18ypPMBNXBzfd6Ml > .row .container { width:20rem;height:26.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xXF6ail4QP87W4wQFZGFInn7wq14VTCa { width:14.25rem;height:4.74316875rem;top:1.3623046875rem;left:2.875rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ryDXdvrOwamz3O157kPEbnsNxhKKa3ZO { width:16.9375rem;height:1.8125rem;top:7.4375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWRvFLB2H1wPZ7ph7wDQ5ayhC4Uth6op { width:20rem;height:18.4375rem;top:6.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k74eX4tZTMIlhrdOKHru4xnJpr6kmbSU { display:block; }#k74eX4tZTMIlhrdOKHru4xnJpr6kmbSU > .row .container { width:20rem;height:44.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UHuLvIMHDa7DikOkZHVgA2bnur8IGFDd { width:16.1875rem;height:3.44921875rem;top:1.25rem;left:1.90625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xr9zl1PzLBZfwaZ4yHb349J3XJA1mm6w { width:15.75rem;height:2.25rem;top:5.3125rem;left:2.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRVPsik0VkhR7R6aof0RMFuX9FZpbAgB { display:block; }#lRVPsik0VkhR7R6aof0RMFuX9FZpbAgB > .row .container { width:20rem;height:65.67480625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tRmPkyAPpElHsoiBfvfVqco1KTwlMsSU { width:15.125rem;height:5.19921875rem;top:11.687507629394rem;left:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kACiToyhaE0hDEHAV6ohZLKwSlVI2whA { width:18.3125rem;height:10.125rem;top:8.25rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJSillTkLuu1RaLgomwSW3MOEv0lUBPS { width:15.75rem;height:1.8rem;top:9.9374866485594rem;left:4.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wt2MCGatLLoHv7thd8CC4PgNlds3g08v { width:5.5rem;height:0;top:19.625rem;left:7.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrnt4fnDNsrMaS1WLMmCeuWT8QkU1QN0 { width:13.375rem;height:0;top:33.42480625rem;left:3.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #npKXbQ7wnXn4tfKrb7XD5IhRrMSUtW2C { width:16.1875rem;height:11.625rem;top:27.04980625rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1D6iqyxbZNAVpRShkbr9NpiRizvsJQT { width:6.9375rem;height:0;top:29.23730625rem;left:10rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSUdc6zAx4bxfN3h8sU2xCFpG3qRTRsI { width:6.0625rem;height:0;top:27.67480625rem;left:3.3125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Smv6stTblQg6VZuTnCtJqTVy8VrqtMQh { width:17.5625rem;height:0;top:46.29980625rem;left:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z62Et3icfmgvCATwAWqqNZvLvyLlCvPu { width:19.875rem;height:11.625rem;top:39.92480625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5T72w4U2OlxVSoVdOvOgzgeMUL4fy5N { width:15.4375rem;height:0;top:40.48730625rem;left:1rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #It7oc9nhQ9eT024nE4TzyMoS6qDEAJNZ { width:6.9375rem;height:0;top:42.11230625rem;left:13.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9plBzkTvbGtw4zD5z03eFZn6zdXu7og { width:14.875rem;height:0;top:59.11230625rem;left:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxMRTTJu5k1uW6gBvAPeIfUTZEgCrCbx { width:18.3125rem;height:11.625rem;top:52.79980625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLNryilDSzKzTvp8z84TCXaFa9N4O5Km { width:6.8125rem;height:0;top:53.342775rem;left:1.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kr3dXzi07vKkOe4TVhx56hmzLTBkL4pi { width:7.6875rem;height:0;top:55.708009375rem;left:10.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOaowDpnN9S3GRCMR54DOrWxXaww1pl5 { display:block; }#JOaowDpnN9S3GRCMR54DOrWxXaww1pl5 > .row .container { width:20rem;height:118.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BJ0vI1hAKEaoldOV8Ts8rPIfUAVpcPgN { width:17.1875rem;height:11.3125rem;top:7.1875rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsBh0UwKC5RWhcuTR3bKRVCcB8d0dlCw { width:12.375rem;height:2.5996125rem;top:14.375rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1ZbGBWTHXVLdSuigU2snqAALkQsuTcc { width:8.375rem;height:1.79980625rem;top:11.9375rem;left:2.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHbmswDfUPiHHNK42MIwKl3P0eG2XPrc { width:17.1875rem;height:11.9375rem;top:19.3125rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGsiq2n4ykeyqNuzU3IT0A7A8BIErOwc { width:12.375rem;height:2.5996125rem;top:26.9375rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #riKZmUo2slndnqZy0TanbrvBixiJO836 { width:10.125rem;height:1.79980625rem;top:25.1875rem;left:2.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQw1KxsBvIs273cAqSqTv8wDTm9ddGhM { width:17.1875rem;height:11.9375rem;top:32.5rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhEanEl1TtCnHhTE2IZa5lqy8wCBRdgT { width:17.1875rem;height:11.9375rem;top:45.6875rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #byWbnhlqTI9IBFWKOiKmu4FZFdHXyZ4M { width:13.625rem;height:2.5996125rem;top:40.125rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkJXN29dB4sBpmg9UHqi75WpQCSH8ad5 { width:12.375rem;height:2.5996125rem;top:53.5625rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9QoiVSxtd39lrZoLyilCKuU5hABTGrQ { width:15.875rem;height:1.79980625rem;top:51.8125rem;left:2.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZLcDEQbx05rLSruUip7e1JC41EfG9om { width:9.8125rem;height:1.79980625rem;top:38.375rem;left:2.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #somhCt6q0CEbAcsJtBS0ZaBP0oZHkfJ4 { display:flex;width:2.8125rem;height:2.8125rem;top:8.5rem;left:2.625rem; }
 }@media only screen and (max-width: 763px) { #kbDgCmc7OhEcQTMw0Eibam99HiiLvDO3 { display:flex;width:2.8125rem;height:2.8125rem;top:21.25rem;left:2.6875rem; }
 }@media only screen and (max-width: 763px) { #zTSXXm6skpCdei8ksWRwtXwT3Eh3sRkP { display:flex;width:2.8125rem;height:2.8125rem;top:34.4375rem;left:2.625rem; }
 }@media only screen and (max-width: 763px) { #ze9nVu6fQmC5tDJXIPtuHnFN8Wtkummx { display:flex;width:2.8125rem;height:2.8125rem;top:47.625rem;left:2.75rem; }
 }@media only screen and (max-width: 763px) { #Idk9yZEPNADn9KMPbvBNZN87HdViNP8b { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c40a9b03-29d4-43b5-81d9-f3dd9976696a/4845945.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#Idk9yZEPNADn9KMPbvBNZN87HdViNP8b.adaptive-delivery-prevent-bg, #Idk9yZEPNADn9KMPbvBNZN87HdViNP8b.lazyload, #Idk9yZEPNADn9KMPbvBNZN87HdViNP8b.lazyloading { background-image: none; }#Idk9yZEPNADn9KMPbvBNZN87HdViNP8b > .row .container { background-color: transparent; background-image: none; }#Idk9yZEPNADn9KMPbvBNZN87HdViNP8b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.81); }#Idk9yZEPNADn9KMPbvBNZN87HdViNP8b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Idk9yZEPNADn9KMPbvBNZN87HdViNP8b > .row .container > .video-iframe-container { display: none; }#Idk9yZEPNADn9KMPbvBNZN87HdViNP8b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.81); }#Idk9yZEPNADn9KMPbvBNZN87HdViNP8b > .row > .video-iframe-container { display: none; }#Idk9yZEPNADn9KMPbvBNZN87HdViNP8b > .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); }#Idk9yZEPNADn9KMPbvBNZN87HdViNP8b > .row .container { width:20rem;height:96.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k0TM5BFfUnblI19A10ElfabPTqUzR7rH { width:20rem;height:3.1621125rem;top:5rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k59XoNsztD1FOnycvpV5ykGTfT6zZBCZ { width:20rem;height:0;top:42.8359375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGmT6CcTu6H4f2lRDAUo73bJ3KhTBIVs { width:20rem;height:0;top:37.875rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ukypTBxW5DenBp6W7ZWrEQ1CamqcL0g5 { width:20rem;height:7.908611599297rem;top:50.3828125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1e9g0NzehMzA9kgVVWtef9BzCXIKe3V { width:19.875rem;height:32rem;top:59.541424099297rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccs6ehalPfuk2kIKkTppT46maa43X7Gu { width:17.75rem;height:3.0234375rem;top:2rem;left:2.25rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #GUDDxTxhlIeacns5wTxHMmI16FMWKpxb { width:20rem;height:0;top:73.1664240993rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nzh8nTxIvnTUUsSpTm8k21yxCVUemcAT { width:8.875rem;height:3.5rem;top:33.125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJctothfgUUsOSnvmmhnlXHl5Kxw57dO { width:7rem;height:3rem;top:33.375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xotMtmpvNFqk01PA628m05PLKbHVyrXT { width:8.875rem;height:3.5rem;top:33.125rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFse5PDW63tUsd4RxuBkm7nAgdbnPxSD { width:6.8125rem;height:2.3125rem;top:33.75rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPf33TA2XufE23EN1iISneUiZsdRWl5e { width:20rem;height:0;top:61.978924099297rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwVgGvZUATt67hTDouHRcTMtQVB6a5Jx { width:20rem;height:0;top:67.3539240993rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ri8wfgIPee7Vtpi2OfV2JsQspZ2RkmxG { width:20rem;height:0;top:72.1664240993rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GyrBt84yK2PlR1ZB5DrkTgILdltGTVZz { width:20rem;height:0;top:77.2914240993rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #odOBKhSRC2PnEJHzTRIHIXxiZfrpLDmU { width:20rem;height:0;top:82.3539240993rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w51WH4rcXOU6pZcVk2cXzS35tsxDJPVp { width:20rem;height:0;top:86.9164240993rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucUPVy9iDLxktkC3QogG7oTy0h4FiHS2 { display:block; }#ucUPVy9iDLxktkC3QogG7oTy0h4FiHS2 > .row .container { width:20rem;height:75.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a9NrxOR1S2mog5oIngQZMmxFulnS0SPN { width:20rem;height:11.75rem;top:7.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFXmpdrQtPi1ClhtvLGqTLf7ANlTQari { width:15.875rem;height:3.298825rem;top:1.4375rem;left:2.0625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QeWTilKd41wXLFWTaRmfaXawtoxNspuI { width:16rem;height:1.125rem;top:5.5625rem;left:2rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NLA6Wl5zlaf6W0yVEb8SXso4ost3AM41 { width:14.75rem;height:1.79980625rem;top:12rem;left:2.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NR1TI1F1VRTmti5akthD4D9rUH0rEfos { width:14rem;height:2.5996125rem;top:15.9375rem;left:3rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AcvLUWEfQaknc1T4AuzBn6LQ5mDKPT73 { width:4.3125rem;height:1.0556625rem;top:13.8125rem;left:7.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ma7H3KipaIT2LTwtUmbD7Aq2gCmwHTO8 { width:8.1875rem;height:1.5625rem;top:20.9375rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMKml1NNTaDk4IlyW9U0c0OKHgkTdnDF { display:block; }
 }@media only screen and (max-width: 763px) { #KucSyDQF8Dfa54cKR5NQQ3eaPWEmT4yF { width:8.1875rem;height:1.5625rem;top:23.75rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTvDgURhZhRb0NKIcEmBdEruNRutqlmk { display:block; }
 }@media only screen and (max-width: 763px) { #mDzRIhpo3zwynT3l4osSGtGTurk7dWv3 { width:6.5625rem;height:1.5625rem;top:26.5625rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpQorQ0eTGh3zOUaVOC1MnA0QU3s8wlw { display:block; }
 }@media only screen and (max-width: 763px) { #wSUUZTMgOsCMMzO9XlmcCwdlU6JPBF3i { width:20rem;height:14.125rem;top:29.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TecZIlpzWaTAmGo3F70Kb7zR7EvyI7WE { width:6.5625rem;height:1.5625rem;top:40.75rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIdS0CK8DScDZKsRNGAN35ga6dZGnuE8 { display:block; }
 }@media only screen and (max-width: 763px) { #sEqb5963bbdDcEHbzSFOH9fpqCHdsJN6 { width:3.5rem;height:1.5625rem;top:40.75rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWXJrqliQbvTGg0qEM6ZTl7Dsa7IDeoJ { display:block; }
 }@media only screen and (max-width: 763px) { #QTsThHlMLBo5WLSgo3p9ARPw2b7TG18t { width:20rem;height:0;top:34.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n4WJnX4KLNoy9kqm3cRpnDAhktZvMgEH { width:2.5rem;height:1.5625rem;top:40.75rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWREbh148acoHOFsTdE7s0UBX6IdWSd6 { display:block; }
 }@media only screen and (max-width: 763px) { #vfRhAp6ahgbs729Day2DmoTgreD1Kwpl { width:20rem;height:0;top:32.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMmNGBVz6vEK8JPw5U8XNMCECCDnJGwt { width:3rem;height:0;top:30.875rem;left:1.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kC22ykT9UeyXIyESDIKB0mDwEJ3Q3qWi { width:20rem;height:14.125rem;top:44.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rggXcmm9fdUfALvM1zxoDIVClh97Wz4G { width:4.25rem;height:1.5625rem;top:56.125rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CymNS4IOzniF4Wh2udrgAT4Ccesof59L { display:block; }
 }@media only screen and (max-width: 763px) { #RmMhrpNdvAKDVySGW0GSmqINwgay0xzI { width:20rem;height:0;top:49.9375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UCWQxsNWSZ5gWPT9DKPbUgVR2SPzBr4V { width:7rem;height:1.5625rem;top:56.125rem;left:6.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDbDhIABFlhXrsUKrhODuELXSflvU8y9 { display:block; }
 }@media only screen and (max-width: 763px) { #aHRktuFbXpecXKd5Py46TShZqOSRaJLG { width:14.125rem;height:0;top:47.5rem;left:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NqHG2Nay2hfbynWc7UhX8T2AISMbJHyK { width:3rem;height:0;top:46.25rem;left:1.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oIRyvZDbkoHBalKiS9lZIe0S5MQoQQII { width:4.1875rem;height:1.5625rem;top:56.125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTd6CDyaXn4pQzoG0ke0bH5TC0q4FwIP { display:block; }
 }@media only screen and (max-width: 763px) { #FmmufXim70zkTb0nIxFWxUqqTl3HRLi8 { width:20rem;height:14.125rem;top:60.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7lSSTimRav9E6LKx2Ixs4Af8MFGEq1D { width:6.0625rem;height:1.5625rem;top:71.5rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B610KthOfc0elo3HhLzVgOWEMctbA6pd { display:block; }
 }@media only screen and (max-width: 763px) { #TQtG68iT6vBhlK7PEVWk2XSbf9bUhhkT { width:4.6875rem;height:1.5625rem;top:71.5rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJ74zbmloDRMMLRC4yiXwZT6lTfTAQa2 { display:block; }
 }@media only screen and (max-width: 763px) { #xZSprkANs5HWgfmXg13xRTNTfGTylipK { width:20rem;height:0;top:65.3125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZnKnW5qMUvUTifQFXoAAZhqbu7Qkr9Q4 { width:3rem;height:1.5625rem;top:71.5rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToerX0aS81slcv3OT2o8S7vtQiG2yUyR { display:block; }
 }@media only screen and (max-width: 763px) { #cKeUOACNsea41wyOI6yU0F2xu8SCzPZ3 { width:20rem;height:0;top:62.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pvap9eC70eT3BoJkD6sMHZSM2W23JpIh { width:3rem;height:0;top:61.625rem;left:1.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FI5nPvaXBTzEDoM0waXEl0A8K11TQ1KM { background-color:#1d2540;background-image:none;display:block; }#FI5nPvaXBTzEDoM0waXEl0A8K11TQ1KM > .row .container { background-color: transparent; background-image: none; }#FI5nPvaXBTzEDoM0waXEl0A8K11TQ1KM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FI5nPvaXBTzEDoM0waXEl0A8K11TQ1KM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FI5nPvaXBTzEDoM0waXEl0A8K11TQ1KM > .row .container > .video-iframe-container { display: none; }#FI5nPvaXBTzEDoM0waXEl0A8K11TQ1KM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FI5nPvaXBTzEDoM0waXEl0A8K11TQ1KM > .row > .video-iframe-container { display: none; }#FI5nPvaXBTzEDoM0waXEl0A8K11TQ1KM > .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); }#FI5nPvaXBTzEDoM0waXEl0A8K11TQ1KM > .row .container { width:20rem;height:115.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cJrSdWisyQu3hfFC6SA4pPtMoo4ekumL { width:7rem;height:3rem;top:33.375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqUKwgp8Lb1pL0P1BeUbVyARqMFz4iB6 { width:6.8125rem;height:2.3125rem;top:33.75rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBzvbivUTX7MEAOQe5TnsJD2hK4AdlS0 { width:8.875rem;height:3.5rem;top:33.125rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUTrko3nafElfOHL452Oyo8COpadCXTe { width:15.9375rem;height:1.125rem;top:7.21875rem;left:2.03125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAwq9pHi48seQDuIGtgObsOKlUdVrnF1 { width:20rem;height:3.4375rem;top:6.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqCmGkP3EkiDEUpgN9lidLVHXCZbzlvP { width:19.875rem;height:7.6875rem;top:8.34375rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #fNwKE2T5PSqooPpcMzNxNLxA0lOIgxry { width:16.3125rem;height:4.796875rem;top:10.421875rem;left:1.84375rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #xyk8tE5S8cmH4RnEmUaqnVdpK3vdwExt { width:20rem;height:3.4375rem;top:18.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFB4QuM3L0F7SZNMsLH34ynk3qmcTVd9 { width:19.875rem;height:6.6875rem;top:20.4375rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #BEwRRf1Lg2bOQ4NTC85GZpVT3sWFET39 { width:20rem;height:3.59765625rem;top:22.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #a4zuoCkUpXlrrZB7VMOuZdchaX7OnWlR { width:18.375rem;height:1.125rem;top:19.3125rem;left:0.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LdVtGWBMSOKaiaUrOoCwUeQu82bI8CyN { width:20rem;height:2.69921875rem;top:29.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ada5H21VQ2X2dyeU4mHmQ5iTS9zHzP3W { width:8.875rem;height:3.5rem;top:33.125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IaPh9dXAm5GuNd1twHN2Nq70z3AGZJDq { width:20rem;height:0;top:37.875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #pEfiVuka5y0CAJunZIbUmJFp71NRrCVb { width:12.375rem;height:2.5996125rem;top:14.375rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VuVZRXB0vy6oFPyTHvCVaOzZ4bf3GB4w { width:20rem;height:0;top:41.8046875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #AvRM4iADlkbW8EN0ZCLNpM96qtgF7kCg { width:17rem;height:6.25rem;top:48.4150375rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4bIVudmcTq2F5occ5fD4W1bDFSBtfB8 { width:12.375rem;height:0;top:51.1025375rem;left:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzHkWeLPcm45aOy1tKB1KoBACcrbmPM9 { width:17rem;height:6.25rem;top:55.9150375rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMHeLAT7W87kGt43wb3Gsy6B7TCzBSPZ { width:12.875rem;height:0;top:58.5400375rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSvnC88AvQitmqXH3dk4eUuLSMtZWv65 { width:12.375rem;height:0;top:56.9775375rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEQ8S76lN4Jf4DhG5grdRohuENv6duaK { width:17rem;height:6.25rem;top:63.4150375rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vi3Tg4px1UorTSqiKvLWSHT1OS4RVIfI { width:13.6875rem;height:0;top:66.0400375rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6sxIEvgDbdXts1BtlmzHhxmEIpa74B5 { width:12.375rem;height:0;top:64.4775375rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTCZlTv0vsr0KgRXibm3DpXMaGxkvTik { width:17rem;height:6.25rem;top:70.9150375rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #We71BSkmqMTk3ac7yy46mASZJv7GGC6f { width:12.375rem;height:0;top:73.5400375rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kR7TlO6sqdyuTI4AoTOE7VMhyzEJQyFe { width:12.375rem;height:0;top:71.9775375rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5lfrqA2vR0IFHf7I7vCxUTmFQnHlqxQ { width:17rem;height:6.25rem;top:85.9150375rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fc2TkvylXsR1i7B1dLwECPAbtue30Jng { width:17rem;height:6.25rem;top:93.4150375rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NhvD6Ezwv6pVNNwXo2Se2uNHpSfHcwbV { width:17rem;height:6.25rem;top:100.9150375rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBcerJUJaUF1JrDcgEGkPmRoBtqM4Aya { width:12.875rem;height:0;top:88.5400375rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4tPZDmdn2zoCRa6x5ZQgSZhGnOUmbGt { width:13.6875rem;height:0;top:96.0400375rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGhmK9gPpwIfFxJovruUpb3DvnLdh7no { width:12.375rem;height:0;top:103.5400375rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #klGuU1wnWcRx2w7RNBctEU58PygszDPx { width:12.375rem;height:0;top:86.9775375rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMGwRbGe5skzqWtZ8dII5IXc4AOKoTdo { width:12.375rem;height:0;top:94.4775375rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mgkh581xUmcbhKHWvehwhghsaGxL5Af3 { width:12.375rem;height:0;top:101.9775375rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OyqMzL6aR4wCJhWubcxMpGZzGMAO2Odk { width:17rem;height:6.25rem;top:78.4150375rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AV1BQkumSx7x89Buu2iIQwxQcMNTmFFE { width:14rem;height:0;top:79.5400375rem;left:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHJzXX5rxwyqqLD9fiFohXTJAgJvzTTM { width:12.375rem;height:0;top:81.1025375rem;left:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2qT70xcOh1v0FUTdQyMqtc0gkQh3d6f { display:block; }#g2qT70xcOh1v0FUTdQyMqtc0gkQh3d6f > .row .container { width:20rem;height:74.09375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mnRWb35DorP9tO3f8OTwlDldBu3HdTKP { width:20rem;height:36.1875rem;top:13.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw .widget-input-text {padding-top: 0; padding-bottom: 0;}#X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw .widget-input-select {padding-top: 0; padding-bottom: 0;}#X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw .widget-input-button { width:10.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:3.4375rem;background-color:#1d2540;background-image:none;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }
#X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw .widget-checkbox-label { width:16.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw .widget-container { padding-top:0.5rem;padding-right:0;padding-bottom:0.5rem;padding-left:0; }
#X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw .widget-container:first-of-type{padding-top:0;}#X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw .widget-container:last-of-type{padding-bottom:0;}#X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw  { width:17.5rem;height:auto;top:13.1875rem;left:0rem; }
#X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw {display:block;}#X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw { width:17.5rem;height:auto;top:13.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw #o0MbcPA1OUXJDAaiXTorvpievidBCKin {  }
 }@media only screen and (max-width: 763px) { #X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw #chXT1tNToMCJ4tvp2UwIiqTozn1NLzLT {  }
 }@media only screen and (max-width: 763px) { #X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw #FwF2rZpWyKgXwOeG7l6n88dciBTPhy7l {  }
 }@media only screen and (max-width: 763px) { #X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw #s87R3gyvNeUPTiUvJf68lrPdZ4cUKkvz {  }
 }@media only screen and (max-width: 763px) { #X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw #VMZhTaTTua7BdQTKnGkgvq7GetE6oCU1 {  }
 }@media only screen and (max-width: 763px) { #X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw #eFftwAmdkCpw1J3PGHWtAUx2VQyvrv6G {  }
 }@media only screen and (max-width: 763px) { #X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw #EXGCcyKZ617JMiOT3PDaUO6FlOVK3Z9x {  }
 }@media only screen and (max-width: 763px) { #X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw #Cy10WS67Nz6kHUS9c9QtPCfhvv0QNHdI {  }
 }@media only screen and (max-width: 763px) { #X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw #dH8tmcowAst5Tp5srd7EGOKeXQ162WnN {  }
 }@media only screen and (max-width: 763px) { #X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw #hWQvUC1Tlr2q3eTvOBUGFlFGEUk71Hba {  }
 }@media only screen and (max-width: 763px) { #X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw #dexbZ9tmeXRh5SN49gFbamghbzdytBOe {  }
 }@media only screen and (max-width: 763px) { #X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw #hAN6Hymf7hfLCL4yXKoPDQZ1kzASpgba {  }
 }@media only screen and (max-width: 763px) { #X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw #coQQNyHm1N2dsq7MCqX8aQRzEv78uB65 {  }
 }@media only screen and (max-width: 763px) { #X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw #paA2IhGX6nnQb9bBfWLudIHERMpTL7oR {  }
 }@media only screen and (max-width: 763px) { #X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw #ga35ZrkJqFabEleaAxPJbgPTnXCPKdXO {  }
 }@media only screen and (max-width: 763px) { #X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw #rtB6mCq37oFhpkQr9PxtWoteyt8G0OZG {  }
 }@media only screen and (max-width: 763px) { #X8alf4rUiQ31d9S3Snnp98wEXH6Tcorw #iim3eu30dXDiBUVzFHWIAvGzgievAerR {  }
 }@media only screen and (max-width: 763px) { #DPHNEOafwhamuQLtVwQqeQNs1Zk5JRqd { width:20rem;height:3.298825rem;top:1.8125rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RNoutqymAn0RUmb0MsUWU0A0GxaHRNTO { width:13.4375rem;height:2.25rem;top:9.5rem;left:3.3125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vzoFWg9OwUeXcTaFHQucPTLRQGWDzuAi { width:8.9375rem;height:3.0625rem;top:50.9375rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hc03TK2da0MwcwnfF77eU3GHTvak6NUo { width:20rem;height:0;top:57.4375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ra0k7G2GKayXdVsZbPCTOp3BTAUSATlu { display:flex;width:0.9375rem;height:0.9375rem;top:55.25rem;left:9.5rem; }
 }@media only screen and (max-width: 763px) { #iM3crlGBozJw3altvQ1K7aKi8R69AUBB { width:20rem;height:0;top:62.1484375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xiNkG0KgxqmHDbyZTTgIhldU9kJkFWma { display:flex;width:0.9375rem;height:0.9375rem;top:59.9609375rem;left:9.5rem; }
 }@media only screen and (max-width: 763px) { #qTBa7EC2LBr61vPCJ8XHznkFOgS7xW0R { width:20rem;height:0;top:66.859375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EpyGZkK4oeeXNEprf4wAXxBAXsmP3s4O { display:flex;width:0.9375rem;height:0.9375rem;top:64.671875rem;left:9.5rem; }
 }@media only screen and (max-width: 763px) { #l9gcHyhpxevFeLuUWZfUuopOwqzTBMsX { width:20rem;height:0;top:71.5703125rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mbfpDyocBtZZsMdQk4uwfH3DN0LTAWV7 { display:flex;width:0.9375rem;height:0.9375rem;top:69.3828125rem;left:9.5rem; }
 }@media only screen and (max-width: 763px) { #r1wyZ08ivrIMu8ue97Jz8ReN0U953I96 { display:block; }#r1wyZ08ivrIMu8ue97Jz8ReN0U953I96 > .row .container { width:20rem;height:19.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VE7glVg56sFsAulnZJQEQEL0vlHPRGvn { width:9.746125rem;height:1.3994125rem;top:3.625rem;left:4.125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oxreLuQL8v9TNbwWSXRchiXctOymFTVq { width:11.371125rem;height:1.3994125rem;top:1rem;left:4.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #noC51PLZDnMV9tS97fhDQx869u15M5na { width:7.25rem;height:1.3125rem;top:6.75rem;left:2.6875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BUEW9qLXsLNTVSxhAvTCqoE6uBGaLTRt { width:1.5625rem;height:1.5625rem;top:0.9375rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsMGXghkCTkxRlSZqsDZGvTfbHZ7720a { width:1.5625rem;height:1.5625rem;top:3.5625rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRNQqiFBNow7TuHvDNp39k04mV8Kzgbc { width:8.4375rem;height:2.3125rem;top:16.5rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAT1FcHqwnqFqMBFv3ohxW5eQGHGFhXe { display:flex;width:1.875rem;height:1.875rem;top:6.4375rem;left:10.25rem;font-size:1.3125rem; }
#JAT1FcHqwnqFqMBFv3ohxW5eQGHGFhXe > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #PPRrT5yeLURXgnDkMTpdZd5wb07MGHB1 { display:flex;width:1.875rem;height:1.875rem;top:6.4375rem;left:12.875rem;font-size:1.3125rem; }
#PPRrT5yeLURXgnDkMTpdZd5wb07MGHB1 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #n2P6nfT25vNuJ4NkRCIE1xvHoXBmhTRC { display:flex;width:1.875rem;height:1.875rem;top:6.4375rem;left:15.4375rem;font-size:1.3125rem; }
#n2P6nfT25vNuJ4NkRCIE1xvHoXBmhTRC > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }