.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:231,239,255;--color-primary-1:174,201,255;--color-primary-2:93,146,255;--color-primary-3:47,73,128;--color-primary-4:14,22,38;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"raleway";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yG8aKL7tAWagZtQRoyf7gNGcvHkatZkc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#121212;background-image:url("https://images.assets-landingi.com/uc/030fcf7d-d25e-4e7d-b562-7335d05c9716/slice_5.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yG8aKL7tAWagZtQRoyf7gNGcvHkatZkc.adaptive-delivery-prevent-bg, #yG8aKL7tAWagZtQRoyf7gNGcvHkatZkc.lazyload, #yG8aKL7tAWagZtQRoyf7gNGcvHkatZkc.lazyloading { background-image: none; }#yG8aKL7tAWagZtQRoyf7gNGcvHkatZkc > .row .container { background-color: transparent; background-image: none; }#yG8aKL7tAWagZtQRoyf7gNGcvHkatZkc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yG8aKL7tAWagZtQRoyf7gNGcvHkatZkc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yG8aKL7tAWagZtQRoyf7gNGcvHkatZkc > .row .container > .video-iframe-container { display: none; }#yG8aKL7tAWagZtQRoyf7gNGcvHkatZkc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yG8aKL7tAWagZtQRoyf7gNGcvHkatZkc > .row > .video-iframe-container { display: none; }#yG8aKL7tAWagZtQRoyf7gNGcvHkatZkc > .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); }#yG8aKL7tAWagZtQRoyf7gNGcvHkatZkc > .row .container { border-width: 0; border-radius: 0; }#yG8aKL7tAWagZtQRoyf7gNGcvHkatZkc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yG8aKL7tAWagZtQRoyf7gNGcvHkatZkc > .row .container { font-size:0.875rem;font-family:arial;height:51.8125rem;width:75rem;position:relative;display:block; }#yEyXf5Tly1unnR5ioWQTTT2FJG62e5T6 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.6861875rem;width:15.374375rem;top:5.0618491172791rem;left:0rem;overflow:hidden;display:block; }
#ciz7eMEDSbHRisH4kvrqFXdhgTwV0CSn { color:#f6ebe1;display:block;width:36.624375rem;position:absolute;font-family:"ibm plex sans";font-size:3.4375rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:13.058811187744rem;left:0rem;height:8.25rem;font-style:normal;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; }
#B40TzCPT4cUa8oHpWpOwvw3u1ZsEwV7F { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#40260f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.8730625rem;height:5.18663125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:34.762371063233rem;left:0rem;display:block; }
#xt8ivTb4nnBT7XGVWskLIUJEeuiMCyoL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ENV81a0bozxJ6vdO1IiBC11nS8okH0oe { position:absolute;display:block;z-index:14999;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:48.875rem;width:70.4375rem;top:0rem;left:20.821399688721rem;overflow:hidden;display:block; }
#Ac1p8NGZnzeO4HuBubscDDlgVhTkVoAQ { color:#f6ebe1;display:block;width:34.375rem;position:absolute;font-family:"ibm plex sans";font-size:2.125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:21.675348281861rem;left:0rem;height:5.5244125rem;font-style:normal;display:block; }
#UeKo94Z0sTLiwfErD1ub27ASLhBc4V4o { color:rgba(246,235,225,0.8);display:block;width:31.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:27.874349594116rem;left:0rem;height:5.625rem;display:block; }
#sWoz6SqCbDrNxbOUigEFsXWQRJPkTqpE { position:absolute;display:block;z-index:15006;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.0625rem;width:16.0625rem;top:42.693143844604rem;left:0rem;overflow:hidden;display:block; }
#v3oWbV1N0wTC46c20533cXXK3V1gllKF { position:absolute;display:block;z-index:15007;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.9375rem;width:16.875rem;top:42.756078720093rem;left:35.373268127441rem;overflow:hidden;display:block; }
#kJDTKW6vr5cNn8v4eEUBaf6ya1OwNJcV { position:absolute;display:block;z-index:15008;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.0625rem;width:17.8125rem;top:42.693143844604rem;left:16.631946563721rem;overflow:hidden;display:block; }
#RI8EtGwtxGZkBO4syTRuSP0pl96aPB4L { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:17.5rem;display:none; }
#HAMVdppevdpPkUWGIEmoH2JwPtxSaNyG { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:52.1875rem;width:75rem;display:none; }
#JRmQQZ0xLJRD7xgs9Jm7WeECD48uOyW4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#121212;background-image:url("https://images.assets-landingi.com/uc/030fcf7d-d25e-4e7d-b562-7335d05c9716/slice_5.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#JRmQQZ0xLJRD7xgs9Jm7WeECD48uOyW4.adaptive-delivery-prevent-bg, #JRmQQZ0xLJRD7xgs9Jm7WeECD48uOyW4.lazyload, #JRmQQZ0xLJRD7xgs9Jm7WeECD48uOyW4.lazyloading { background-image: none; }#JRmQQZ0xLJRD7xgs9Jm7WeECD48uOyW4 > .row .container { border-width: 0; border-radius: 0; }#JRmQQZ0xLJRD7xgs9Jm7WeECD48uOyW4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JRmQQZ0xLJRD7xgs9Jm7WeECD48uOyW4 > .row .container { font-size:0.875rem;font-family:arial;height:51.8125rem;width:75rem;position:relative;display:none; }#TuelF66NSCK6wuEBbym0b9S3GXJGE8RK { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.6861875rem;width:15.374375rem;top:5.0618491172791rem;left:0rem;overflow:hidden;display:block; }
#Ouw4uGLCiBidTf4Cf2l49ekMVDQQkfWG { color:#f6ebe1;display:block;width:36.624375rem;position:absolute;font-family:"ibm plex sans";font-size:3.4375rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:13.058811187744rem;left:0rem;height:12.375rem;font-style:normal;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; }
#PJ8rU17lQsvZQfuy3NR7xGcI6pJ8ereq { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#40260f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.8730625rem;height:5.18663125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:34.762371063233rem;left:0rem;display:block; }
#JifnCUCesbTlszZs8vIyVNwOIS6FoOqp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uW1ZCc5E2Q6nWcdetbTi3XMDT6diW3cT { position:absolute;display:block;z-index:14999;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:48.875rem;width:70.4375rem;top:0rem;left:20.821399688721rem;overflow:hidden;display:block; }
#qqx4BOy6hwNk2OKteHS1JmCJDz67PC3F { color:#f6ebe1;display:block;width:34.375rem;position:absolute;font-family:"ibm plex sans";font-size:2.125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:21.675348281861rem;left:0rem;height:5.525rem;font-style:normal;display:block; }
#LzHFNBiLw8Jo5wDqKTEiSTakCZi1pHr7 { color:rgba(246,235,225,0.8);display:block;width:31.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:27.874349594116rem;left:0rem;height:5.625rem;display:block; }
#PPyisGZVlvpiKuOAoqZUzrt7podoctxs { position:absolute;display:block;z-index:15006;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.0625rem;width:16.0625rem;top:42.693143844604rem;left:0rem;overflow:hidden;display:block; }
#IuZGdTTB5r1iCaem10WqT611PSOgk3zS { position:absolute;display:block;z-index:15007;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.9375rem;width:16.875rem;top:42.756078720093rem;left:35.373268127441rem;overflow:hidden;display:block; }
#oVbl8dw5zfdNNI1x4VCcVUN8oZmacWqr { position:absolute;display:block;z-index:15008;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.0625rem;width:17.8125rem;top:42.693143844604rem;left:16.631946563721rem;overflow:hidden;display:block; }
#OTmt0CcT5i49AVl063BCdKupcJxLzshI { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:17.5rem;display:none; }
#TFBiydiaDdowMXB7SBBgn7BJt59FDDBe { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:52.1875rem;width:75rem;display:none; }
#e8fZ7yah3kdtHsMwoKv9tgTq6LKOcLVT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6ebe1;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; }#e8fZ7yah3kdtHsMwoKv9tgTq6LKOcLVT > .row .container { background-color: transparent; background-image: none; }#e8fZ7yah3kdtHsMwoKv9tgTq6LKOcLVT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e8fZ7yah3kdtHsMwoKv9tgTq6LKOcLVT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e8fZ7yah3kdtHsMwoKv9tgTq6LKOcLVT > .row .container > .video-iframe-container { display: none; }#e8fZ7yah3kdtHsMwoKv9tgTq6LKOcLVT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e8fZ7yah3kdtHsMwoKv9tgTq6LKOcLVT > .row > .video-iframe-container { display: none; }#e8fZ7yah3kdtHsMwoKv9tgTq6LKOcLVT > .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); }#e8fZ7yah3kdtHsMwoKv9tgTq6LKOcLVT > .row .container { border-width: 0; border-radius: 0; }#e8fZ7yah3kdtHsMwoKv9tgTq6LKOcLVT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e8fZ7yah3kdtHsMwoKv9tgTq6LKOcLVT > .row .container { font-size:0.875rem;font-family:arial;height:20.625rem;width:75rem;position:relative;display:block; }#A8rLEUK2TuKLqbwp62G3Di8n5nhig8Ab { color:#000000;display:block;width:34.375rem;position:absolute;font-family:"ibm plex sans";font-size:2.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:3.0924491882324rem;left:20.3125rem;height:5.5244125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BPlg0dzGfdufBlqPQ5niSoSIHWJWvtVb { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.75rem;width:75rem;display:none; }
#qHoUh5BoWDcohocT6ecFGKILGJwViJzG { position:absolute;display:block;z-index:15006;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:8.9375rem;width:51.9375rem;top:9.78750038147rem;left:11.53125rem;overflow:hidden;display:block; }
#e5lv77TRhTVkNd1BW9OaPgMg6St4VLwC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#121212;background-image:url("https://images.assets-landingi.com/uc/07ec9b62-52b9-4ad8-9ddd-714dbfac6c42/slice_6.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#e5lv77TRhTVkNd1BW9OaPgMg6St4VLwC.adaptive-delivery-prevent-bg, #e5lv77TRhTVkNd1BW9OaPgMg6St4VLwC.lazyload, #e5lv77TRhTVkNd1BW9OaPgMg6St4VLwC.lazyloading { background-image: none; }#e5lv77TRhTVkNd1BW9OaPgMg6St4VLwC > .row .container { background-color: transparent; background-image: none; }#e5lv77TRhTVkNd1BW9OaPgMg6St4VLwC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e5lv77TRhTVkNd1BW9OaPgMg6St4VLwC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e5lv77TRhTVkNd1BW9OaPgMg6St4VLwC > .row .container > .video-iframe-container { display: none; }#e5lv77TRhTVkNd1BW9OaPgMg6St4VLwC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e5lv77TRhTVkNd1BW9OaPgMg6St4VLwC > .row > .video-iframe-container { display: none; }#e5lv77TRhTVkNd1BW9OaPgMg6St4VLwC > .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); }#e5lv77TRhTVkNd1BW9OaPgMg6St4VLwC > .row .container { border-width: 0; border-radius: 0; }#e5lv77TRhTVkNd1BW9OaPgMg6St4VLwC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e5lv77TRhTVkNd1BW9OaPgMg6St4VLwC > .row .container { font-size:0.875rem;font-family:arial;height:66.8125rem;width:75rem;position:relative;display:block; }#eIbSOTJOt3cFKHu9WtTKqTQK7cRANltH { color:#f6ebe1;display:block;width:68.75rem;position:absolute;font-family:"ibm plex sans";font-size:1.875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:5.5815975666046rem;left:3.1250019073486rem;height:7.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Rw1t6PSM35CoNNHwbs4gOTg4VvVve8SX { box-sizing:content-box;height:40.061875rem;width:34.3120625rem;position:absolute;display:block;z-index:15006;background-color:#000919;background-image:url("https://images.assets-landingi.com/uc/b26e78a6-c254-4854-aa44-1937694a5ef0/apresentamos.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-top:0.0625rem solid rgba(249,242,237,0.2);border-left:0.0625rem solid rgba(249,242,237,0.2);border-right:0.0625rem solid rgba(249,242,237,0.2);border-bottom:0.0625rem solid rgba(249,242,237,0.2);top:17.650825977326rem;left:0rem;border-top-right-radius:1.3125rem;border-bottom-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-top-left-radius:1.3125rem;display:block; }#Rw1t6PSM35CoNNHwbs4gOTg4VvVve8SX.adaptive-delivery-prevent-bg, #Rw1t6PSM35CoNNHwbs4gOTg4VvVve8SX.lazyload, #Rw1t6PSM35CoNNHwbs4gOTg4VvVve8SX.lazyloading { background-image: none; }
#Rcx5qDa5X4TuzPXfskwTPm1w9XGSKUuZ { position:absolute;display:block;z-index:15007;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:3rem;width:10.4375rem;top:16.152127742768rem;left:12.005208969116rem;overflow:hidden;display:block; }
#ex2OAwoXzgXSIg3wut04eesRTvuSS6yu { position:absolute;display:block;z-index:15008;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:7.4375rem;width:12.75rem;top:21.152344703674rem;left:3.1250019073486rem;overflow:hidden;display:block; }
#intWLqWOgWqs8VMV11AN2S9RB6EkXoHV { position:absolute;display:block;z-index:15009;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.9370625rem;width:24.6245625rem;top:30.337458610534rem;left:3.1250019073486rem;overflow:hidden;display:block; }
#NzHshsXr1T1TxK0aTsEa4kdLJcl6WDo3 { position:absolute;display:block;z-index:15010;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.3125rem;width:18.125rem;top:52.276476860046rem;left:3.1250019073486rem;overflow:hidden;display:block; }
#v7zHIT085cnKrC4TgHsNtcTJlCN2Uc44 { box-sizing:content-box;height:40.061875rem;width:34.3120625rem;position:absolute;display:block;z-index:15011;background-color:rgba(21,18,16,0.7);background-image:url("https://images.assets-landingi.com/uc/53fe9b99-020a-4337-b143-57f065ac6f50/apresentamosorange.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-top:0.0625rem solid rgba(249,242,237,0.2);border-left:0.0625rem solid rgba(249,242,237,0.2);border-right:0.0625rem solid rgba(249,242,237,0.2);border-bottom:0.0625rem solid rgba(249,242,237,0.2);top:17.625rem;left:40.5625rem;border-top-right-radius:1.3125rem;border-bottom-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-top-left-radius:1.3125rem;display:block; }#v7zHIT085cnKrC4TgHsNtcTJlCN2Uc44.adaptive-delivery-prevent-bg, #v7zHIT085cnKrC4TgHsNtcTJlCN2Uc44.lazyload, #v7zHIT085cnKrC4TgHsNtcTJlCN2Uc44.lazyloading { background-image: none; }
#NbHqJL3ckCIWU8NMOBQe1rBWQiZQaTGw { 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:20rem;width:25.875rem;top:30.337458848953rem;left:43.687068939209rem;overflow:hidden;display:block; }
#eTB2tzwqpQqVMvLyMOD43lyAkvtKgDVx { position:absolute;display:block;z-index:15013;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:6.625rem;width:15rem;top:21.151259660721rem;left:43.687068939209rem;overflow:hidden;display:block; }
#hpt7nQ3nHfnQMFDapSmp0KTX3aN1D5r7 { 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:2.875rem;width:10.375rem;top:16.150170326233rem;left:52.567276000976rem;overflow:hidden;display:block; }
#z5oKaAHTc2g2qgJa56zse1exE5Ri76Cz { 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:3.49935rem;width:22.874375rem;top:52.182078361511rem;left:42.874351501465rem;overflow:hidden;display:block; }
#B0y5bxJSANklOhGCt6KaMTa4blbHPOqB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ef7911;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; }#B0y5bxJSANklOhGCt6KaMTa4blbHPOqB > .row .container { background-color: transparent; background-image: none; }#B0y5bxJSANklOhGCt6KaMTa4blbHPOqB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B0y5bxJSANklOhGCt6KaMTa4blbHPOqB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B0y5bxJSANklOhGCt6KaMTa4blbHPOqB > .row .container > .video-iframe-container { display: none; }#B0y5bxJSANklOhGCt6KaMTa4blbHPOqB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B0y5bxJSANklOhGCt6KaMTa4blbHPOqB > .row > .video-iframe-container { display: none; }#B0y5bxJSANklOhGCt6KaMTa4blbHPOqB > .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); }#B0y5bxJSANklOhGCt6KaMTa4blbHPOqB > .row .container { border-width: 0; border-radius: 0; }#B0y5bxJSANklOhGCt6KaMTa4blbHPOqB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#B0y5bxJSANklOhGCt6KaMTa4blbHPOqB > .row .container { font-size:0.875rem;font-family:arial;height:4.9375rem;width:75rem;position:relative;display:block; }#wVWrFbICAEIg6C7I0gIFWhghTCnLNm67 { position:absolute;display:block;z-index:15000;height:2.4375rem;width:75rem;top:0.56250190734863rem;left:0rem;display:block; }
#Tf6qssH77Z9Z4N7Ekceb3SkpBXMWW8ry { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #565350;background-color:#121212;background-image:url("https://images.assets-landingi.com/uc/8169e148-2118-47b1-a815-42e11d0e1db6/slice_8.webp");background-position:top 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; }#Tf6qssH77Z9Z4N7Ekceb3SkpBXMWW8ry.adaptive-delivery-prevent-bg, #Tf6qssH77Z9Z4N7Ekceb3SkpBXMWW8ry.lazyload, #Tf6qssH77Z9Z4N7Ekceb3SkpBXMWW8ry.lazyloading { background-image: none; }#Tf6qssH77Z9Z4N7Ekceb3SkpBXMWW8ry > .row .container { background-color: transparent; background-image: none; }#Tf6qssH77Z9Z4N7Ekceb3SkpBXMWW8ry::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tf6qssH77Z9Z4N7Ekceb3SkpBXMWW8ry > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tf6qssH77Z9Z4N7Ekceb3SkpBXMWW8ry > .row .container > .video-iframe-container { display: none; }#Tf6qssH77Z9Z4N7Ekceb3SkpBXMWW8ry > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tf6qssH77Z9Z4N7Ekceb3SkpBXMWW8ry > .row > .video-iframe-container { display: none; }#Tf6qssH77Z9Z4N7Ekceb3SkpBXMWW8ry > .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); }#Tf6qssH77Z9Z4N7Ekceb3SkpBXMWW8ry > .row .container { border-width: 0; border-radius: 0; }#Tf6qssH77Z9Z4N7Ekceb3SkpBXMWW8ry > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tf6qssH77Z9Z4N7Ekceb3SkpBXMWW8ry > .row .container { font-size:0.875rem;font-family:arial;height:61.75rem;width:75rem;position:relative;display:block; }#EOHMRhQJa1UGLfz88UmcBECbifvltyEx { color:#f6ebe1;display:block;width:75rem;position:absolute;font-family:"ibm plex sans";font-size:3.1875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:4.6223955154419rem;left:0rem;height:8.287125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aWe8Q5y1ff1r2MmqCnMruMKQmFtRzVIF { box-sizing:content-box;height:34rem;width:75rem;position:absolute;display:block;z-index:15007;background-color:rgba(239,121,17,0.05);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(239,121,17,0.3);border-left:0.0625rem solid rgba(239,121,17,0.3);border-right:0.0625rem solid rgba(239,121,17,0.3);border-bottom:0.0625rem solid rgba(239,121,17,0.3);top:15.001086235046rem;left:0rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#BFrK8LTJKRl1fBpnZsmcaV2xiNecteLB { position:absolute;display:block;z-index:15008;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:29.0625rem;width:27.686625rem;top:17.537978172302rem;left:2.1234817504883rem;overflow:hidden;display:block; }
#HoMVPeKIpqVA79bv3e8W5G71oMPetyXT { color:#f6ebe1;display:block;width:40.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:18.056641578674rem;left:31.750221252441rem;height:24.375rem;display:block; }
#qCAm3TBCp8EqsL4pLZi560z1PDSQAEHg { background-color:#388800;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:62.4375rem;border-top-right-radius:62.4375rem;border-bottom-left-radius:62.4375rem;border-bottom-right-radius:62.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"ibm plex sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.4980625rem;height:4.186525rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:51.90625rem;left:26.75048828125rem;display:block; }
#JE5U7dxDAKONGzWEtr4bSJnk4hrrWB4f { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zfg10UlcTTneSvsxQMvQkaDPgaJU1bMa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#121212;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; }#zfg10UlcTTneSvsxQMvQkaDPgaJU1bMa > .row .container { background-color: transparent; background-image: none; }#zfg10UlcTTneSvsxQMvQkaDPgaJU1bMa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zfg10UlcTTneSvsxQMvQkaDPgaJU1bMa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zfg10UlcTTneSvsxQMvQkaDPgaJU1bMa > .row .container > .video-iframe-container { display: none; }#zfg10UlcTTneSvsxQMvQkaDPgaJU1bMa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zfg10UlcTTneSvsxQMvQkaDPgaJU1bMa > .row > .video-iframe-container { display: none; }#zfg10UlcTTneSvsxQMvQkaDPgaJU1bMa > .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); }#zfg10UlcTTneSvsxQMvQkaDPgaJU1bMa > .row .container { border-width: 0; border-radius: 0; }#zfg10UlcTTneSvsxQMvQkaDPgaJU1bMa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zfg10UlcTTneSvsxQMvQkaDPgaJU1bMa > .row .container { font-size:0.875rem;font-family:arial;height:37.4375rem;width:75rem;position:relative;display:block; }#kR1Tge694qIOKt44AUxy0DRBddhPc0Sf { color:#f6ebe1;display:block;width:68.75rem;position:absolute;font-family:"ibm plex sans";font-size:2.5rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:5.7497825622559rem;left:3.1250019073486rem;height:3.2504875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QdCXu9EMKIaCqN1F4wlxpcbN3qbNKDE7 { position:absolute;display:block;z-index:15007;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:18.625rem;width:75rem;top:12.296005249024rem;left:0rem;overflow:hidden;display:block; }
#qysFoxb78e7FrpEmH203v7rMJNdb3BKN { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:52.3125rem;width:29.6875rem;display:none; }
#OFTPo9JEH33WWHQdMiVWfuAf0h29qx8K { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/e0955809-c393-4bc4-9d0b-4bdd9df21808/slice_9.webp");background-position:top 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; }#OFTPo9JEH33WWHQdMiVWfuAf0h29qx8K.adaptive-delivery-prevent-bg, #OFTPo9JEH33WWHQdMiVWfuAf0h29qx8K.lazyload, #OFTPo9JEH33WWHQdMiVWfuAf0h29qx8K.lazyloading { background-image: none; }#OFTPo9JEH33WWHQdMiVWfuAf0h29qx8K > .row .container { background-color: transparent; background-image: none; }#OFTPo9JEH33WWHQdMiVWfuAf0h29qx8K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OFTPo9JEH33WWHQdMiVWfuAf0h29qx8K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OFTPo9JEH33WWHQdMiVWfuAf0h29qx8K > .row .container > .video-iframe-container { display: none; }#OFTPo9JEH33WWHQdMiVWfuAf0h29qx8K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OFTPo9JEH33WWHQdMiVWfuAf0h29qx8K > .row > .video-iframe-container { display: none; }#OFTPo9JEH33WWHQdMiVWfuAf0h29qx8K > .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); }#OFTPo9JEH33WWHQdMiVWfuAf0h29qx8K > .row .container { border-width: 0; border-radius: 0; }#OFTPo9JEH33WWHQdMiVWfuAf0h29qx8K > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OFTPo9JEH33WWHQdMiVWfuAf0h29qx8K > .row .container { font-size:0.875rem;font-family:arial;height:51.75rem;width:75rem;position:relative;display:block; }#GhatfTTqb7Mm2stLgTDSBgATzMwgIQwe { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:9.375rem;top:6.9375rem;left:0rem;overflow:hidden;display:block; }
#Hqku46xTO4e2emWEFCOd9ZRCkiQTV6d3 { color:#f6ebe1;display:block;width:28.3745625rem;position:absolute;font-family:"ibm plex sans";font-size:2.5rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:11.125rem;left:0rem;height:13rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QH3G33b0qidMN52WGy9QgBTFCadr2hdp { color:#f6ebe1;display:block;width:32.1245625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:24.875rem;left:0rem;height:13.40625rem;display:block; }
#cDhMedLdzlbGaMe6Ct5eXUCk52R4Wolt { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:39.249125rem;width:33.125rem;top:6.9368494749069rem;left:41.875003814698rem;overflow:hidden;display:block; }
#oNS09rOAVMaJlpA4CeDRypoRCrGKatUi { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#40260f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.8730625rem;height:5.18555rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:41.125rem;left:0rem;display:block; }
#nqBdC3Eafkk1iNht7bQ1ZNtp1Jz3Gndt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#guUmktsMXlvGvXttkI83P2r3KEEPUkor { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/64331ba8-b720-4f06-9594-6236d7f65232/slice_10.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#guUmktsMXlvGvXttkI83P2r3KEEPUkor.adaptive-delivery-prevent-bg, #guUmktsMXlvGvXttkI83P2r3KEEPUkor.lazyload, #guUmktsMXlvGvXttkI83P2r3KEEPUkor.lazyloading { background-image: none; }#guUmktsMXlvGvXttkI83P2r3KEEPUkor > .row .container { background-color: transparent; background-image: none; }#guUmktsMXlvGvXttkI83P2r3KEEPUkor::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#guUmktsMXlvGvXttkI83P2r3KEEPUkor > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#guUmktsMXlvGvXttkI83P2r3KEEPUkor > .row .container > .video-iframe-container { display: none; }#guUmktsMXlvGvXttkI83P2r3KEEPUkor > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#guUmktsMXlvGvXttkI83P2r3KEEPUkor > .row > .video-iframe-container { display: none; }#guUmktsMXlvGvXttkI83P2r3KEEPUkor > .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); }#guUmktsMXlvGvXttkI83P2r3KEEPUkor > .row .container { border-width: 0; border-radius: 0; }#guUmktsMXlvGvXttkI83P2r3KEEPUkor > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#guUmktsMXlvGvXttkI83P2r3KEEPUkor > .row .container { font-size:0.875rem;font-family:arial;height:49.4375rem;width:75rem;position:relative;display:block; }#Jw8lNy9sS7mn2XtrcPCOOdrDGeNLpW6F { position:absolute;display:block;z-index:15001;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.125rem;width:10.5rem;top:3.7228727340698rem;left:32.249351501465rem;overflow:hidden;display:block; }
#tbmOefRzl7MeF8VpD5TLUXtzhtdFJ7zU { color:#f6ebe1;display:block;width:51.124125rem;position:absolute;font-family:"ibm plex sans";font-size:3.125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:8.7782125473025rem;left:11.937934875488rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zeTTQSaT1afZWsCTLoQiD5OXPPvHx0mG { position:absolute;display:block;z-index:15009;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:23.875rem;width:23.125rem;top:16.8125rem;left:0rem;overflow:hidden;display:block; }
#Do8N35Vw38DZLZmnwpH1BJ8eL9TBXDGX { position:absolute;display:block;z-index:15010;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:23.8125rem;width:23rem;top:16.8125rem;left:25.9375rem;overflow:hidden;display:block; }
#kkCQTNlfHJXdIWl7FlKtOEX1w2xoRxSH { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.75rem;width:22.9375rem;top:16.8125rem;left:52rem;overflow:hidden;display:block; }
#Ng8V4gT5JTiVbEZvrbdz4sUfnqFJq2zC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ef7911;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; }#Ng8V4gT5JTiVbEZvrbdz4sUfnqFJq2zC > .row .container { background-color: transparent; background-image: none; }#Ng8V4gT5JTiVbEZvrbdz4sUfnqFJq2zC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ng8V4gT5JTiVbEZvrbdz4sUfnqFJq2zC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ng8V4gT5JTiVbEZvrbdz4sUfnqFJq2zC > .row .container > .video-iframe-container { display: none; }#Ng8V4gT5JTiVbEZvrbdz4sUfnqFJq2zC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ng8V4gT5JTiVbEZvrbdz4sUfnqFJq2zC > .row > .video-iframe-container { display: none; }#Ng8V4gT5JTiVbEZvrbdz4sUfnqFJq2zC > .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); }#Ng8V4gT5JTiVbEZvrbdz4sUfnqFJq2zC > .row .container { border-width: 0; border-radius: 0; }#Ng8V4gT5JTiVbEZvrbdz4sUfnqFJq2zC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ng8V4gT5JTiVbEZvrbdz4sUfnqFJq2zC > .row .container { font-size:0.875rem;font-family:arial;height:4.9375rem;width:75rem;position:relative;display:block; }#rK2RrwFf292VrePCQRglC8Ni3kinHDfr { position:absolute;display:block;z-index:15000;height:2.4375rem;width:75rem;top:0.50000190734863rem;left:0rem;display:block; }
#hKq2ZTXJy3RkMr754QPKJ7lTlSyEFZGa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(246,235,225,0.2);background-image:url("https://images.assets-landingi.com/uc/77b13ede-57ad-4e41-b2aa-87e0f9df0926/Frame2095585520.png");background-position:center right !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; }#hKq2ZTXJy3RkMr754QPKJ7lTlSyEFZGa.adaptive-delivery-prevent-bg, #hKq2ZTXJy3RkMr754QPKJ7lTlSyEFZGa.lazyload, #hKq2ZTXJy3RkMr754QPKJ7lTlSyEFZGa.lazyloading { background-image: none; }#hKq2ZTXJy3RkMr754QPKJ7lTlSyEFZGa > .row .container { background-color: transparent; background-image: none; }#hKq2ZTXJy3RkMr754QPKJ7lTlSyEFZGa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hKq2ZTXJy3RkMr754QPKJ7lTlSyEFZGa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hKq2ZTXJy3RkMr754QPKJ7lTlSyEFZGa > .row .container > .video-iframe-container { display: none; }#hKq2ZTXJy3RkMr754QPKJ7lTlSyEFZGa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hKq2ZTXJy3RkMr754QPKJ7lTlSyEFZGa > .row > .video-iframe-container { display: none; }#hKq2ZTXJy3RkMr754QPKJ7lTlSyEFZGa > .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); }#hKq2ZTXJy3RkMr754QPKJ7lTlSyEFZGa > .row .container { border-width: 0; border-radius: 0; }#hKq2ZTXJy3RkMr754QPKJ7lTlSyEFZGa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hKq2ZTXJy3RkMr754QPKJ7lTlSyEFZGa > .row .container { font-size:0.875rem;font-family:arial;height:43.1875rem;width:75rem;position:relative;display:block; }#Cocg9PreeshzF4DsdzsG6PWqPFlnu9eA { 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:6.12413125rem;width:14.3120625rem;top:6.7957897186281rem;left:0rem;overflow:hidden;display:block; }
#b3vIEvLQxiviZIAd72Bch7KgC6nsuNAS { color:#f6ebe1;display:block;width:26.25rem;position:absolute;font-family:"ibm plex sans";font-size:3.3125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:12.91775226593rem;left:0rem;height:8.6123125rem;font-style:normal;display:block; }
#FQ0MVSqzwVIFUFxNQLfCvQ8O6WaV6XeO { color:rgba(246,235,225,0.8);display:block;width:27.6248125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:22.528212547302rem;left:0rem;height:5.625rem;display:block; }
#PP3RyaNlpClBNWZhy9A5aeN4KFEgrySm { box-sizing:content-box;height:35.125rem;width:30.25rem;position:absolute;display:block;z-index:15005;background-color:#fff9f3;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.0625rem;left:39.5625rem;border-top-right-radius:1.125rem;border-bottom-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-top-left-radius:1.125rem;display:block; }
#IUwBam9b2y2Paa2opdNa4d4Jl4GHtXrp .widget-form-header {  }
#IUwBam9b2y2Paa2opdNa4d4Jl4GHtXrp .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:24.25rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#IUwBam9b2y2Paa2opdNa4d4Jl4GHtXrp .widget-input-text { border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;background-color:rgba(250,250,250,0.6);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid rgba(18,18,18,0.2);border-left:0.0625rem solid rgba(18,18,18,0.2);border-right:0.0625rem solid rgba(18,18,18,0.2);border-bottom:0.0625rem solid rgba(18,18,18,0.2);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:24.25rem;box-sizing:border-box;height:2.5625rem;color:rgba(var(--color-tertiary-4),1);font-size:0.9375rem;overflow:hidden;font-family:roboto;vertical-align:top;text-align:center;text-align-last:center; }
#IUwBam9b2y2Paa2opdNa4d4Jl4GHtXrp .widget-input-text {padding-top: 0; padding-bottom: 0;}#IUwBam9b2y2Paa2opdNa4d4Jl4GHtXrp .widget-textarea { border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;background-color:rgba(250,250,250,0.6);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid rgba(18,18,18,0.2);border-left:0.0625rem solid rgba(18,18,18,0.2);border-right:0.0625rem solid rgba(18,18,18,0.2);border-bottom:0.0625rem solid rgba(18,18,18,0.2);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:24.25rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-4),1);font-size:0.9375rem;overflow:hidden;font-family:roboto;vertical-align:top;text-align:center;text-align-last:center; }
#IUwBam9b2y2Paa2opdNa4d4Jl4GHtXrp .widget-input-select { border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;background-color:rgba(250,250,250,0.6);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid rgba(18,18,18,0.2);border-left:0.0625rem solid rgba(18,18,18,0.2);border-right:0.0625rem solid rgba(18,18,18,0.2);border-bottom:0.0625rem solid rgba(18,18,18,0.2);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:24.25rem;box-sizing:border-box;height:2.5625rem;color:#535353;font-family:"ibm plex sans";font-size:0.9375rem;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center; }
#IUwBam9b2y2Paa2opdNa4d4Jl4GHtXrp .widget-input-select {padding-top: 0; padding-bottom: 0;}#IUwBam9b2y2Paa2opdNa4d4Jl4GHtXrp .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#IUwBam9b2y2Paa2opdNa4d4Jl4GHtXrp .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#IUwBam9b2y2Paa2opdNa4d4Jl4GHtXrp .widget-input-button { border-top-left-radius:62.4375rem;border-top-right-radius:62.4375rem;border-bottom-left-radius:62.4375rem;border-bottom-right-radius:62.4375rem;background-color:transparent;background-image: -webkit-linear-gradient(100deg, #fea95e, #ef7911);background-image: -moz-linear-gradient(100deg, #fea95e, #ef7911);background-image: -ms-linear-gradient(100deg, #fea95e, #ef7911);background-image: -o-linear-gradient(100deg, #fea95e, #ef7911);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fea95e', endColorstr='#ef7911' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fea95e', endColorstr='#ef7911' );";background-image: linear-gradient(100deg, #fea95e, #ef7911);background-size:initial !important;border-top:0.0625rem solid #0d0a07;border-left:0.0625rem solid #0d0a07;border-right:0.0625rem solid #0d0a07;border-bottom:0.0625rem solid #0d0a07;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0.375rem;margin-bottom:0.25rem;margin-left:0.5rem;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:700;color:#40260f;width:23.25rem;height:3.75rem;font-family:"ibm plex sans";overflow:hidden;box-shadow: 0rem 0.5rem 0rem #925520 ;font-style:normal; }
#IUwBam9b2y2Paa2opdNa4d4Jl4GHtXrp [class*="-text"]:-moz-placeholder { color:#535353;font-family:"ibm plex sans";font-size:0.9375rem;text-align:center;text-align-last:center; }
#IUwBam9b2y2Paa2opdNa4d4Jl4GHtXrp [class*="-text"]::-moz-placeholder { color:#535353;font-family:"ibm plex sans";font-size:0.9375rem;text-align:center;text-align-last:center; }
#IUwBam9b2y2Paa2opdNa4d4Jl4GHtXrp [class*="-text"]:-ms-input-placeholder { color:#535353;font-family:"ibm plex sans";font-size:0.9375rem;text-align:center;text-align-last:center; }
#IUwBam9b2y2Paa2opdNa4d4Jl4GHtXrp [class*="-text"]::-webkit-input-placeholder { color:#535353;font-family:"ibm plex sans";font-size:0.9375rem;text-align:center;text-align-last:center; }
#IUwBam9b2y2Paa2opdNa4d4Jl4GHtXrp .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";line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:23.0625rem;overflow:hidden;font-style:normal;float:none; }
#IUwBam9b2y2Paa2opdNa4d4Jl4GHtXrp .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; }
#IUwBam9b2y2Paa2opdNa4d4Jl4GHtXrp .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;float:none; }
#IUwBam9b2y2Paa2opdNa4d4Jl4GHtXrp .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#IUwBam9b2y2Paa2opdNa4d4Jl4GHtXrp .widget-container:first-of-type{padding-top:0;}#IUwBam9b2y2Paa2opdNa4d4Jl4GHtXrp .widget-container:last-of-type{padding-bottom:0;}#IUwBam9b2y2Paa2opdNa4d4Jl4GHtXrp  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:24.25rem;height:auto;border-top:0.0625rem solid rgba(18,18,18,0.2);border-left:0.0625rem solid rgba(18,18,18,0.2);border-right:0.0625rem solid rgba(18,18,18,0.2);border-bottom:0.0625rem solid rgba(18,18,18,0.2);z-index:15008;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;position:absolute;top:5.9375rem;left:41.25rem; }
#IUwBam9b2y2Paa2opdNa4d4Jl4GHtXrp .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:24.25rem;display:block;vertical-align:top; }
#IUwBam9b2y2Paa2opdNa4d4Jl4GHtXrp .widget-info-text { display:block;height:auto;font-family:roboto;font-size:0.875rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),0.51);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center; }
#IUwBam9b2y2Paa2opdNa4d4Jl4GHtXrp {display:block;}#IUwBam9b2y2Paa2opdNa4d4Jl4GHtXrp { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:24.25rem;height:auto;border-top:0.0625rem solid rgba(18,18,18,0.2);border-left:0.0625rem solid rgba(18,18,18,0.2);border-right:0.0625rem solid rgba(18,18,18,0.2);border-bottom:0.0625rem solid rgba(18,18,18,0.2);z-index:15008;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;position:absolute;top:5.9375rem;left:41.25rem; }
#IUwBam9b2y2Paa2opdNa4d4Jl4GHtXrp #u0frEHzx3Lk9uWwSi4PS6DEr1h3fDLrS { position:relative; }
#IUwBam9b2y2Paa2opdNa4d4Jl4GHtXrp #RlbfKB4g4qKb8I9w9zvskDiHdvZXto7X { position:relative;display:none; }
#IUwBam9b2y2Paa2opdNa4d4Jl4GHtXrp #zbiAddBZdXLCdn46EpgE8I0F7VWAXhgV { position:relative; }
#IUwBam9b2y2Paa2opdNa4d4Jl4GHtXrp #HsyLvtX1uFcNy845SWChH7VSuHutm9X4 { position:relative; }
#IUwBam9b2y2Paa2opdNa4d4Jl4GHtXrp #aB20P1TT3LEGc6zpNT7ZwdRXO6rPdQPn { position:relative;display:none; }
#IUwBam9b2y2Paa2opdNa4d4Jl4GHtXrp #LcvzmTLTe7UoDbA4U6KtgAxtne6MFa4A { position:relative; }
#IUwBam9b2y2Paa2opdNa4d4Jl4GHtXrp #ZSClpybsy1XtkswoGyJD6iQbIluuTF7U { position:relative; }
#IUwBam9b2y2Paa2opdNa4d4Jl4GHtXrp #x5TDgIQyuPSVe93IahnGg7IFOsIyTPz6 { position:relative;display:none; }
#IUwBam9b2y2Paa2opdNa4d4Jl4GHtXrp #J9yqIdkQyTLbwt9S3C1adHKgVxEBaS6h { position:relative; }
#IUwBam9b2y2Paa2opdNa4d4Jl4GHtXrp #metglCnvlLCMh3sH2ws83xtIxnmB5khA { position:relative; }
#IUwBam9b2y2Paa2opdNa4d4Jl4GHtXrp #At7A2cFmqCmxH0ZBD6dMBKPJtMZ8cyrC { position:relative;display:none; }
#IUwBam9b2y2Paa2opdNa4d4Jl4GHtXrp #fsVJ8A8rG1iL9W1GTUsXU9BhJO0pbEEG { position:relative; }
#IUwBam9b2y2Paa2opdNa4d4Jl4GHtXrp #pmoiiDSTgxTfFmPS9RdRHr2JGCyWBFOO { position:relative; }
#IUwBam9b2y2Paa2opdNa4d4Jl4GHtXrp #e4F9kTlsA3FTEri39SFLOI1ygIEJbpep { position:relative;display:none; }
#IUwBam9b2y2Paa2opdNa4d4Jl4GHtXrp #U3cTkRf5lhRZtJUsTvAqXSJACcpiTUiB { position:relative; }
#IUwBam9b2y2Paa2opdNa4d4Jl4GHtXrp #WgMyPLb3J2faxxODLX6EqVmpNdEDyqQB { position:relative; }
#IUwBam9b2y2Paa2opdNa4d4Jl4GHtXrp #HfDtZTRgdbIC9e80DNtmSVVIr89hUlow { position:relative;display:none; }
#IUwBam9b2y2Paa2opdNa4d4Jl4GHtXrp #o5x8JhSCk3BbvsIgZ0EItxPUqV23yNhx { position:relative; }
#owxJtHPTSEB1RqsDwbkSdoVfK7UPWNpW { position:relative;display:block; }
#E2y8vSIActTEiKo1n56vrD2qgCisTTIF { position:relative;display:block; }
#GqWbP41nMgaCGlt0ABAgyV4V6SnnOAW9 { position:relative;display:block; }
#RxcwJMhED9iHN77JoGDcIAUtu0Ukm6Et { position:relative;display:block; }
#hDl0iRb6avRouIRQnLRx84yo2tkblfoV { position:relative;display:block; }
#md8MTfASBOOqnLNFsLawBoFBEpiFVPWI { position:relative;display:block; }
#pss0TW3u81wUcF6Fysn82Lst7uFfbTVT { position:relative;display:block; }
#kpv08co2BQk8TFcnxsBdh1ngLqoVgrbA { position:relative;display:block; }
#GL5imhZZbIFRqGJ75HCTW4gMVzeR4FhC { position:relative;display:block; }
#pAqOIFR6Fuy2K6XZPxwBpp6zlgvpCccD { position:relative;display:block; }
#OJqfB877o3kFK6fGoal23P8c7SC9XVg7 { position:relative;display:block; }
#iicokR2FaKN3qvRFcWE1q1TFHR5H75G6 { position:relative;display:block; }
#pJI6Qve8IhDqML4WxzspW2DEFLGIToky { position:relative;display:block; }
#KATVIcI0veoqxdwXybnXstnCAJ2udUZ3 { position:relative;display:block; }
#FAzq9qwGmUGwuUS8rlXVrICkTVV5qlhk { position:relative;display:block; }
#EQiOBv76NCiBv7wN9A6o5GdwcF3EcP6L { position:relative;display:block; }
#Z0BlnQVKp1lXWu4VsbmFM7HCTbCzl22f { position:relative;display:block; }
#IK0fpzABJxhU4O3sgvcVwwsA7ZZgLezP { position:relative;display:block; }
#vw2K853HIuzzVp4VZ5bMxbgbrIao9fMi { position:relative;display:block; }
#wNSDdvBiqdFrleJXqTk1iMzOykvWuPLq { position:relative;display:block; }
#IUwBam9b2y2Paa2opdNa4d4Jl4GHtXrp #vNsR7rTTS0keT4SAg4w8hLr8sKcLhGta { position:relative; }
#IUwBam9b2y2Paa2opdNa4d4Jl4GHtXrp #W76tbPywWWIqkX6rCA84gLRzBlgkquFG { position:relative; }
#IUwBam9b2y2Paa2opdNa4d4Jl4GHtXrp #ZJliy7o69DQ3B2PQTERL4B2G0tpZmcAH { position:relative;display:block;z-index:15000; }
#IUwBam9b2y2Paa2opdNa4d4Jl4GHtXrp #DGJw9C86rBPk0MzGBzFL9wF2vlt2iuAr { position:relative;display:block;z-index:15000; }
#oaQc7UFF2g6GQB6dDLPzL1hJ6H78CTPt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#323232;background-image:url("https://images.assets-landingi.com/uc/77b13ede-57ad-4e41-b2aa-87e0f9df0926/Frame2095585520.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#oaQc7UFF2g6GQB6dDLPzL1hJ6H78CTPt.adaptive-delivery-prevent-bg, #oaQc7UFF2g6GQB6dDLPzL1hJ6H78CTPt.lazyload, #oaQc7UFF2g6GQB6dDLPzL1hJ6H78CTPt.lazyloading { background-image: none; }#oaQc7UFF2g6GQB6dDLPzL1hJ6H78CTPt > .row .container { background-color: transparent; background-image: none; }#oaQc7UFF2g6GQB6dDLPzL1hJ6H78CTPt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oaQc7UFF2g6GQB6dDLPzL1hJ6H78CTPt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oaQc7UFF2g6GQB6dDLPzL1hJ6H78CTPt > .row .container > .video-iframe-container { display: none; }#oaQc7UFF2g6GQB6dDLPzL1hJ6H78CTPt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oaQc7UFF2g6GQB6dDLPzL1hJ6H78CTPt > .row > .video-iframe-container { display: none; }#oaQc7UFF2g6GQB6dDLPzL1hJ6H78CTPt > .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); }#oaQc7UFF2g6GQB6dDLPzL1hJ6H78CTPt > .row .container { border-width: 0; border-radius: 0; }#oaQc7UFF2g6GQB6dDLPzL1hJ6H78CTPt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oaQc7UFF2g6GQB6dDLPzL1hJ6H78CTPt > .row .container { font-size:0.875rem;font-family:arial;height:55.1875rem;width:75rem;position:relative;display:block; }#xl5FLpePQWgwn8Fe8TnK2PrsZqcBgipm { color:#f6ebe1;display:block;width:34.6875rem;position:absolute;font-family:"ibm plex sans";font-size:2rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:6.1249990463257rem;left:0rem;height:2.6rem;display:block; }
#oiMJq9JogVJWrrzRP4iEE4E4KQb9fVmq .accordion-element-container { border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;flex-direction:column;align-items:center;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid #ef7911;border-left:0.0625rem solid #ef7911;border-right:0.0625rem solid #ef7911;border-bottom:0.0625rem solid #ef7911;vertical-align:top; }
#oiMJq9JogVJWrrzRP4iEE4E4KQb9fVmq .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#oiMJq9JogVJWrrzRP4iEE4E4KQb9fVmq .accordion-heading-text { display:block;position:relative;width:100%;font-family:"ibm plex sans";font-weight:400;font-size:1.125rem;color:#ef7911;height:auto;font-style:normal; }
#oiMJq9JogVJWrrzRP4iEE4E4KQb9fVmq .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.0625rem;font-family:"ibm plex sans";color:rgba(255,255,255,0.7);height:auto;line-height:1.3;overflow:hidden; }
#oiMJq9JogVJWrrzRP4iEE4E4KQb9fVmq .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_1b7e8499dad1ed8281807bfef75071b5a5b68614.svg");background-size:contain !important; }#oiMJq9JogVJWrrzRP4iEE4E4KQb9fVmq .accordion-trigger.adaptive-delivery-prevent-bg, #oiMJq9JogVJWrrzRP4iEE4E4KQb9fVmq .accordion-trigger.lazyload, #oiMJq9JogVJWrrzRP4iEE4E4KQb9fVmq .accordion-trigger.lazyloading { background-image: none; }
#oiMJq9JogVJWrrzRP4iEE4E4KQb9fVmq { box-sizing:content-box;height:auto;width:33.875rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15006;background-color:transparent;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:10.812499046326rem;left:0rem; }
#oiMJq9JogVJWrrzRP4iEE4E4KQb9fVmq .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#oiMJq9JogVJWrrzRP4iEE4E4KQb9fVmq #ganVeqfCBHghc76nXKOLBZ7vL5RUqIpV { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#oiMJq9JogVJWrrzRP4iEE4E4KQb9fVmq #zCyyavm5M0pK9knT4gnpP5SkgpyQNtJE { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#oiMJq9JogVJWrrzRP4iEE4E4KQb9fVmq #BJ9M9Wg8hJWQKwGK5odTohCozSpVpWqs { display:block;position:relative; }
#oiMJq9JogVJWrrzRP4iEE4E4KQb9fVmq #eszz0EMQXD8u22JPNJe0d0LKpUX0ZzzE {  }
#oiMJq9JogVJWrrzRP4iEE4E4KQb9fVmq #qXVDxqCFP8yu8vfh0QTsbaP47eqdDDpi {  }
#oiMJq9JogVJWrrzRP4iEE4E4KQb9fVmq #qZfCT5fV5xfLdRDznlK6keMfD1WuXwgN { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#oiMJq9JogVJWrrzRP4iEE4E4KQb9fVmq #n6KpENk4ottkxHVsc9TC7NB8b0brQ7oR { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#oiMJq9JogVJWrrzRP4iEE4E4KQb9fVmq #y1r9gXDDRntexmCIFmxwMq2tknOxMIAf { display:block;position:relative; }
#oiMJq9JogVJWrrzRP4iEE4E4KQb9fVmq #rWaIRlf4rZB6ImQUB2CnXyuGMAxZAZlE {  }
#oiMJq9JogVJWrrzRP4iEE4E4KQb9fVmq #oXPKaNlo9Qch859gZUogLX9cTdJZnNqK { display:none; }
#oiMJq9JogVJWrrzRP4iEE4E4KQb9fVmq #nxAAf3Ds6IdryWy6bAxzAUnqEm70CqTD { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#oiMJq9JogVJWrrzRP4iEE4E4KQb9fVmq #G1u9ieDoGPUwgpKd1tG59yn57qUi6B9Q { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#oiMJq9JogVJWrrzRP4iEE4E4KQb9fVmq #GO8MfI0bg23sVuuTDien0HJ1a4aVziva { display:block;position:relative; }
#oiMJq9JogVJWrrzRP4iEE4E4KQb9fVmq #DD2qxRUCR7tyIlKDA5gCxVcwtAPMZKOW {  }
#oiMJq9JogVJWrrzRP4iEE4E4KQb9fVmq #Td6iETZIdasgPvNISxsx3eemTXqs6ulz { display:none; }
#oiMJq9JogVJWrrzRP4iEE4E4KQb9fVmq #KbZhMX44CRiT1WqVZVcK7TV0POmmDAH0 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#oiMJq9JogVJWrrzRP4iEE4E4KQb9fVmq #zr1BN3gadGQvWmw5a22uEHvufwtyMMhH { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#oiMJq9JogVJWrrzRP4iEE4E4KQb9fVmq #IFWVe34mTp8xuUmeNTguT2IKa6h3hWHX { display:block;position:relative; }
#oiMJq9JogVJWrrzRP4iEE4E4KQb9fVmq #KZyl5tIm2RBaQ5ZQzEFaG4z7XXTAPVxF {  }
#oiMJq9JogVJWrrzRP4iEE4E4KQb9fVmq #qAF3ZGZWhOO2vEhTeS36dMKU1c7Q4MsL { display:none; }
#oiMJq9JogVJWrrzRP4iEE4E4KQb9fVmq #lg68reI1wHtonMwmF20TKl4lcNu7ULa5 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#oiMJq9JogVJWrrzRP4iEE4E4KQb9fVmq #xfG6sAKPO3bntTJ9PftqZGFGl7brXTWu { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#oiMJq9JogVJWrrzRP4iEE4E4KQb9fVmq #xi70aK0Hglu9TZkxMvWV7givbZ2TZCV0 { display:block;position:relative; }
#oiMJq9JogVJWrrzRP4iEE4E4KQb9fVmq #do52HtebpSRkkTkFZP6kIvZL94ITI4d3 {  }
#oiMJq9JogVJWrrzRP4iEE4E4KQb9fVmq #M85Lf3Shyionb31luBuWacos7ln28phJ { display:none; }
#oiMJq9JogVJWrrzRP4iEE4E4KQb9fVmq #NLPJGf1qufBHyt1F54pVsql43HZusBTA { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#oiMJq9JogVJWrrzRP4iEE4E4KQb9fVmq #pIf4P4ISRJnAM5D5h7lWigEErzLibMJ8 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#oiMJq9JogVJWrrzRP4iEE4E4KQb9fVmq #ZvpPT7v69l6WuovwIL0TfuInR4hVxQeX { display:block;position:relative; }
#oiMJq9JogVJWrrzRP4iEE4E4KQb9fVmq #GS7WeLqhbWhJK72vQUylEtRhHsw5gtpo {  }
#oiMJq9JogVJWrrzRP4iEE4E4KQb9fVmq #BJTaR9JKLw9oViTdAlGegZ6e8sR3aVrm { display:none; }
#oiMJq9JogVJWrrzRP4iEE4E4KQb9fVmq #DSvWSghfZiceXwNIDQ3X4FE9kp6o7TTt { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#oiMJq9JogVJWrrzRP4iEE4E4KQb9fVmq #RBkE5uHRibOwPXmGLTd6vWet041W56p5 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#oiMJq9JogVJWrrzRP4iEE4E4KQb9fVmq #Q5Tuefpf0fkMh7nECuAhFZATMmBuP0SR { display:block;position:relative; }
#oiMJq9JogVJWrrzRP4iEE4E4KQb9fVmq #DTz59k6h3yswC841AaHu0tEKzbheXkZL {  }
#oiMJq9JogVJWrrzRP4iEE4E4KQb9fVmq #BUilILLFsMARZrZ0HChz5MrPJNPEEcBr { display:none; }
#oiMJq9JogVJWrrzRP4iEE4E4KQb9fVmq #f9X6k13LgJDs8FTm8VTvA21OSAobtoIL { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#oiMJq9JogVJWrrzRP4iEE4E4KQb9fVmq #TAraFRmAodFvrpF4V5ObTwCK1Lu3FZTT { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#oiMJq9JogVJWrrzRP4iEE4E4KQb9fVmq #ZhKCbEiyHs2laUtipwLOXqPrr8uOuVh3 { display:block;position:relative; }
#oiMJq9JogVJWrrzRP4iEE4E4KQb9fVmq #a3rUxpSL2EEEraQxbTD3RZzWC6o8efMf {  }
#oiMJq9JogVJWrrzRP4iEE4E4KQb9fVmq #lTBLIZCzoMOPoaNJGIwTV28ukXIlpuFk { display:none; }
#oiMJq9JogVJWrrzRP4iEE4E4KQb9fVmq #B8beACPS7wvuZveXStkVK254aZF0a6hl { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#oiMJq9JogVJWrrzRP4iEE4E4KQb9fVmq #aaKJ8Pf1OSs0b1Re9myKVNf8owlLIwtg { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#oiMJq9JogVJWrrzRP4iEE4E4KQb9fVmq #dVmlLgDf4sblByeKfBNwtobDyCRwyz32 { display:block;position:relative; }
#oiMJq9JogVJWrrzRP4iEE4E4KQb9fVmq #N4Qwmn9ZLTsmfAoSardRifVVwDL0L5P6 {  }
#oiMJq9JogVJWrrzRP4iEE4E4KQb9fVmq #eW0n4xwilBf5wf4TWQghen7XLOl9pdF4 { display:none; }
#VyphdBNxr5DoXS5BOZk7pSQsQfok7Klg { color:#f6ebe1;display:block;width:34.0625rem;position:absolute;font-family:"ibm plex sans";font-size:2rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:6.1249990463257rem;left:40.9375rem;height:2.5996125rem;display:block; }
#IUR86ENhda9ztTdlf2JNrkUaGUhnLHFv .accordion-element-container { border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;flex-direction:column;align-items:center;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid #ef7911;border-left:0.0625rem solid #ef7911;border-right:0.0625rem solid #ef7911;border-bottom:0.0625rem solid #ef7911;vertical-align:top; }
#IUR86ENhda9ztTdlf2JNrkUaGUhnLHFv .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#IUR86ENhda9ztTdlf2JNrkUaGUhnLHFv .accordion-heading-text { display:block;position:relative;width:100%;font-family:"ibm plex sans";font-weight:400;font-size:1.125rem;color:#ef7911;height:auto;font-style:normal; }
#IUR86ENhda9ztTdlf2JNrkUaGUhnLHFv .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:"ibm plex sans";color:#ffffff;height:auto; }
#IUR86ENhda9ztTdlf2JNrkUaGUhnLHFv .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_66cdf11cd3f71c572287a1580e38bb44c5510b3c.svg");background-size:contain !important; }#IUR86ENhda9ztTdlf2JNrkUaGUhnLHFv .accordion-trigger.adaptive-delivery-prevent-bg, #IUR86ENhda9ztTdlf2JNrkUaGUhnLHFv .accordion-trigger.lazyload, #IUR86ENhda9ztTdlf2JNrkUaGUhnLHFv .accordion-trigger.lazyloading { background-image: none; }
#IUR86ENhda9ztTdlf2JNrkUaGUhnLHFv { box-sizing:content-box;height:auto;width:33.875rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15007;background-color:transparent;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:10.812499046326rem;left:41.125rem; }
#IUR86ENhda9ztTdlf2JNrkUaGUhnLHFv .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#IUR86ENhda9ztTdlf2JNrkUaGUhnLHFv #cLXQAcxEl7TTVIysIPvg6SRAp1RvngXG { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#IUR86ENhda9ztTdlf2JNrkUaGUhnLHFv #IplM9FBO4ww9kLTGHX7aDMrsoGEK3koV { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#IUR86ENhda9ztTdlf2JNrkUaGUhnLHFv #d9nSHHT0Z8OaSFDQPtkMX2gJzLCOT2kJ { display:block;position:relative; }
#IUR86ENhda9ztTdlf2JNrkUaGUhnLHFv #cgCKTMeK1hOLQcWJKqaklAU2dm8RTJPp {  }
#IUR86ENhda9ztTdlf2JNrkUaGUhnLHFv #uyck3SR2JA0GPaT581pyoKezTJtXaW6f {  }
#IUR86ENhda9ztTdlf2JNrkUaGUhnLHFv #JyQnyLpZ7WZtuxTL6Kx1CV5Nb4CDSWXw { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#IUR86ENhda9ztTdlf2JNrkUaGUhnLHFv #MvWpAJF8TzSrN00BSlPFgkP6cGeL4lt8 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#IUR86ENhda9ztTdlf2JNrkUaGUhnLHFv #xPqMfdGDc6aWAEA1D4GAiBLznqzqPUJT { display:block;position:relative; }
#IUR86ENhda9ztTdlf2JNrkUaGUhnLHFv #MbF1kIo6UnzhofTl7v8CS7nhzPiSMK5S {  }
#IUR86ENhda9ztTdlf2JNrkUaGUhnLHFv #KqtOe7vTcu8qCq9Jeg81eX4zyxOCGd2b { display:none; }
#IUR86ENhda9ztTdlf2JNrkUaGUhnLHFv #cF0ZSmpDTuKzty7Q57W2cIJaOlzyw2Ff { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#IUR86ENhda9ztTdlf2JNrkUaGUhnLHFv #xivI2NlKuVr6thP1SamE2C5JME9NmW2E { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#IUR86ENhda9ztTdlf2JNrkUaGUhnLHFv #Gzhqh0wKxBlg19Nz6vGSaDbSzJEuR5GA { display:block;position:relative; }
#IUR86ENhda9ztTdlf2JNrkUaGUhnLHFv #aJ4H8eUmWI8XEDRJln1XXu6BPxxDDxPJ {  }
#IUR86ENhda9ztTdlf2JNrkUaGUhnLHFv #xNQdFOHkiurtLK4bOyfdXW1Hr44wSifs { display:none; }
#IUR86ENhda9ztTdlf2JNrkUaGUhnLHFv #ECmF8SJmVzmhiBaq1WKrRqs3T6aLByXQ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#IUR86ENhda9ztTdlf2JNrkUaGUhnLHFv #WE7Uhfn7VDyPel6E41zMp0rTR8SaKU4f { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#IUR86ENhda9ztTdlf2JNrkUaGUhnLHFv #kdkb7WI3zVBQXwTm7VfIE93Bz56xgcWU { display:block;position:relative; }
#IUR86ENhda9ztTdlf2JNrkUaGUhnLHFv #bfL2x7F9vX5TGLLVUrldqFibxzXbZW1P {  }
#IUR86ENhda9ztTdlf2JNrkUaGUhnLHFv #RFEaFnpdanUnH5wO9OUcB7BsOXu8B16W { display:none; }
#dCsSsByDDQWTlKk3ZW2q42rn06w5KQMI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#dCsSsByDDQWTlKk3ZW2q42rn06w5KQMI > .row .container { background-color: transparent; background-image: none; }#dCsSsByDDQWTlKk3ZW2q42rn06w5KQMI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dCsSsByDDQWTlKk3ZW2q42rn06w5KQMI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dCsSsByDDQWTlKk3ZW2q42rn06w5KQMI > .row .container > .video-iframe-container { display: none; }#dCsSsByDDQWTlKk3ZW2q42rn06w5KQMI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dCsSsByDDQWTlKk3ZW2q42rn06w5KQMI > .row > .video-iframe-container { display: none; }#dCsSsByDDQWTlKk3ZW2q42rn06w5KQMI > .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); }#dCsSsByDDQWTlKk3ZW2q42rn06w5KQMI > .row .container { border-width: 0; border-radius: 0; }#dCsSsByDDQWTlKk3ZW2q42rn06w5KQMI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dCsSsByDDQWTlKk3ZW2q42rn06w5KQMI > .row .container { font-size:0.875rem;font-family:arial;height:2.8125rem;width:75rem;position:relative;display:block; }#rSAcmOyaTCeP5IHgV81P4JP5GKTrAhH3 { color:#c3c3c3;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:0.91845703125rem;left:0rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #yG8aKL7tAWagZtQRoyf7gNGcvHkatZkc { display:block; }#yG8aKL7tAWagZtQRoyf7gNGcvHkatZkc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yEyXf5Tly1unnR5ioWQTTT2FJG62e5T6 { top:5rem;left:0rem;width:15.3125rem;height:6.6592785783975rem;display:block; }
 }@media only screen and (max-width: 763px) { #ciz7eMEDSbHRisH4kvrqFXdhgTwV0CSn { top:13rem;left:0rem;width:36.5625rem;height:8.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #B40TzCPT4cUa8oHpWpOwvw3u1ZsEwV7F { width:24.8125rem;height:5.125rem;top:34.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xt8ivTb4nnBT7XGVWskLIUJEeuiMCyoL { display:block; }
 }@media only screen and (max-width: 763px) { #ENV81a0bozxJ6vdO1IiBC11nS8okH0oe { top:0rem;left:0rem;width:47.75rem;height:33.132653061224rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ac1p8NGZnzeO4HuBubscDDlgVhTkVoAQ { top:21.625rem;left:0rem;width:34.375rem;height:5.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UeKo94Z0sTLiwfErD1ub27ASLhBc4V4o { top:27.8125rem;left:0rem;width:31.5625rem;height:5.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWoz6SqCbDrNxbOUigEFsXWQRJPkTqpE { top:42.6875rem;left:0rem;width:16.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3oWbV1N0wTC46c20533cXXK3V1gllKF { top:42.75rem;left:21.748268127441rem;width:16.875rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJDTKW6vr5cNn8v4eEUBaf6ya1OwNJcV { top:42.6875rem;left:3.0069465637207rem;width:17.8125rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RI8EtGwtxGZkBO4syTRuSP0pl96aPB4L { width:17.5rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HAMVdppevdpPkUWGIEmoH2JwPtxSaNyG { width:47.75rem;height:33.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JRmQQZ0xLJRD7xgs9Jm7WeECD48uOyW4 { display:none; }#JRmQQZ0xLJRD7xgs9Jm7WeECD48uOyW4 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TuelF66NSCK6wuEBbym0b9S3GXJGE8RK { top:5rem;left:0rem;width:15.3125rem;height:6.6592785783975rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ouw4uGLCiBidTf4Cf2l49ekMVDQQkfWG { top:13rem;left:0rem;width:36.5625rem;height:8.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJ8rU17lQsvZQfuy3NR7xGcI6pJ8ereq { width:24.8125rem;height:5.125rem;top:34.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JifnCUCesbTlszZs8vIyVNwOIS6FoOqp { display:block; }
 }@media only screen and (max-width: 763px) { #uW1ZCc5E2Q6nWcdetbTi3XMDT6diW3cT { top:0rem;left:0rem;width:47.75rem;height:33.132653061224rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqx4BOy6hwNk2OKteHS1JmCJDz67PC3F { top:21.625rem;left:0rem;width:34.375rem;height:5.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzHFNBiLw8Jo5wDqKTEiSTakCZi1pHr7 { top:27.8125rem;left:0rem;width:31.5625rem;height:5.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPyisGZVlvpiKuOAoqZUzrt7podoctxs { top:42.6875rem;left:0rem;width:16.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IuZGdTTB5r1iCaem10WqT611PSOgk3zS { top:42.75rem;left:21.748268127441rem;width:16.875rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVbl8dw5zfdNNI1x4VCcVUN8oZmacWqr { top:42.6875rem;left:3.0069465637207rem;width:17.8125rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTmt0CcT5i49AVl063BCdKupcJxLzshI { width:17.5rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TFBiydiaDdowMXB7SBBgn7BJt59FDDBe { width:47.75rem;height:33.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #e8fZ7yah3kdtHsMwoKv9tgTq6LKOcLVT { display:block; }#e8fZ7yah3kdtHsMwoKv9tgTq6LKOcLVT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A8rLEUK2TuKLqbwp62G3Di8n5nhig8Ab { top:3.0625rem;left:6.6875rem;width:34.375rem;height:5.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPlg0dzGfdufBlqPQ5niSoSIHWJWvtVb { width:47.75rem;height:24.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #qHoUh5BoWDcohocT6ecFGKILGJwViJzG { top:9.75rem;left:0rem;width:47.75rem;height:8.2169073405536rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5lv77TRhTVkNd1BW9OaPgMg6St4VLwC { display:block; }#e5lv77TRhTVkNd1BW9OaPgMg6St4VLwC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eIbSOTJOt3cFKHu9WtTKqTQK7cRANltH { top:5.5625rem;left:0rem;width:47.75rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rw1t6PSM35CoNNHwbs4gOTg4VvVve8SX { top:17.625rem;left:0rem;width:34.25rem;height:40rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rcx5qDa5X4TuzPXfskwTPm1w9XGSKUuZ { top:16.125rem;left:0rem;width:10.4375rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #ex2OAwoXzgXSIg3wut04eesRTvuSS6yu { top:21.125rem;left:0rem;width:12.75rem;height:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #intWLqWOgWqs8VMV11AN2S9RB6EkXoHV { top:30.3125rem;left:0rem;width:24.5625rem;height:19.886814137561rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzHshsXr1T1TxK0aTsEa4kdLJcl6WDo3 { top:52.25rem;left:0rem;width:18.125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v7zHIT085cnKrC4TgHsNtcTJlCN2Uc44 { top:17.625rem;left:13.375rem;width:34.25rem;height:40rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbHqJL3ckCIWU8NMOBQe1rBWQiZQaTGw { top:30.3125rem;left:21.875rem;width:25.875rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTB2tzwqpQqVMvLyMOD43lyAkvtKgDVx { top:21.125rem;left:30.062068939209rem;width:15rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hpt7nQ3nHfnQMFDapSmp0KTX3aN1D5r7 { top:16.125rem;left:37.375rem;width:10.375rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5oKaAHTc2g2qgJa56zse1exE5Ri76Cz { top:52.125rem;left:24.9375rem;width:22.8125rem;height:3.4898842864559rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0y5bxJSANklOhGCt6KaMTa4blbHPOqB { display:block; }#B0y5bxJSANklOhGCt6KaMTa4blbHPOqB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wVWrFbICAEIg6C7I0gIFWhghTCnLNm67 { top:0.5625rem;left:0rem;width:47.75rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tf6qssH77Z9Z4N7Ekceb3SkpBXMWW8ry { display:block; }#Tf6qssH77Z9Z4N7Ekceb3SkpBXMWW8ry > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EOHMRhQJa1UGLfz88UmcBECbifvltyEx { top:4.5625rem;left:0rem;width:47.75rem;height:8.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWe8Q5y1ff1r2MmqCnMruMKQmFtRzVIF { top:15rem;left:0rem;width:47.625rem;height:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFrK8LTJKRl1fBpnZsmcaV2xiNecteLB { top:17.5rem;left:0rem;width:27.625rem;height:28.997812571955rem;display:block; }
 }@media only screen and (max-width: 763px) { #HoMVPeKIpqVA79bv3e8W5G71oMPetyXT { top:18rem;left:6.8125rem;width:40.9375rem;height:28rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCAm3TBCp8EqsL4pLZi560z1PDSQAEHg { width:21.4375rem;height:4.125rem;top:51.875rem;left:13.12548828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JE5U7dxDAKONGzWEtr4bSJnk4hrrWB4f { display:block; }
 }@media only screen and (max-width: 763px) { #zfg10UlcTTneSvsxQMvQkaDPgaJU1bMa { display:block; }#zfg10UlcTTneSvsxQMvQkaDPgaJU1bMa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kR1Tge694qIOKt44AUxy0DRBddhPc0Sf { top:5.6875rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdCXu9EMKIaCqN1F4wlxpcbN3qbNKDE7 { top:12.25rem;left:0rem;width:47.75rem;height:11.857916666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #qysFoxb78e7FrpEmH203v7rMJNdb3BKN { width:29.6875rem;height:52.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #OFTPo9JEH33WWHQdMiVWfuAf0h29qx8K { display:block; }#OFTPo9JEH33WWHQdMiVWfuAf0h29qx8K > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GhatfTTqb7Mm2stLgTDSBgATzMwgIQwe { top:6.9375rem;left:0rem;width:9.375rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hqku46xTO4e2emWEFCOd9ZRCkiQTV6d3 { top:11.125rem;left:0rem;width:28.3125rem;height:12.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QH3G33b0qidMN52WGy9QgBTFCadr2hdp { top:24.875rem;left:0rem;width:32.0625rem;height:14.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDhMedLdzlbGaMe6Ct5eXUCk52R4Wolt { top:6.875rem;left:14.625rem;width:33.125rem;height:39.249125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNS09rOAVMaJlpA4CeDRypoRCrGKatUi { width:24.8125rem;height:5.125rem;top:41.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqBdC3Eafkk1iNht7bQ1ZNtp1Jz3Gndt { display:block; }
 }@media only screen and (max-width: 763px) { #guUmktsMXlvGvXttkI83P2r3KEEPUkor { display:block; }#guUmktsMXlvGvXttkI83P2r3KEEPUkor > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jw8lNy9sS7mn2XtrcPCOOdrDGeNLpW6F { top:3.6875rem;left:18.624351501465rem;width:10.5rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbmOefRzl7MeF8VpD5TLUXtzhtdFJ7zU { top:8.75rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeTTQSaT1afZWsCTLoQiD5OXPPvHx0mG { top:16.8125rem;left:0rem;width:23.125rem;height:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Do8N35Vw38DZLZmnwpH1BJ8eL9TBXDGX { top:16.8125rem;left:12.3125rem;width:23rem;height:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkCQTNlfHJXdIWl7FlKtOEX1w2xoRxSH { top:16.8125rem;left:24.8125rem;width:22.9375rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ng8V4gT5JTiVbEZvrbdz4sUfnqFJq2zC { display:block; }#Ng8V4gT5JTiVbEZvrbdz4sUfnqFJq2zC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rK2RrwFf292VrePCQRglC8Ni3kinHDfr { top:0.5rem;left:0rem;width:47.75rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKq2ZTXJy3RkMr754QPKJ7lTlSyEFZGa { display:block; }#hKq2ZTXJy3RkMr754QPKJ7lTlSyEFZGa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cocg9PreeshzF4DsdzsG6PWqPFlnu9eA { top:6.75rem;left:0rem;width:14.25rem;height:6.0975747075238rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3vIEvLQxiviZIAd72Bch7KgC6nsuNAS { top:12.875rem;left:0rem;width:26.25rem;height:8.5625rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQ0MVSqzwVIFUFxNQLfCvQ8O6WaV6XeO { top:22.5rem;left:0rem;width:27.5625rem;height:5.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PP3RyaNlpClBNWZhy9A5aeN4KFEgrySm { top:4.0625rem;left:17.5rem;width:30.25rem;height:35.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUwBam9b2y2Paa2opdNa4d4Jl4GHtXrp .widget-regular-label { width:24.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#IUwBam9b2y2Paa2opdNa4d4Jl4GHtXrp .widget-input-text { width:24.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#IUwBam9b2y2Paa2opdNa4d4Jl4GHtXrp .widget-input-text {padding-top: 0; padding-bottom: 0;}#IUwBam9b2y2Paa2opdNa4d4Jl4GHtXrp .widget-textarea { width:24.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#IUwBam9b2y2Paa2opdNa4d4Jl4GHtXrp .widget-input-select { width:24.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#IUwBam9b2y2Paa2opdNa4d4Jl4GHtXrp .widget-input-select {padding-top: 0; padding-bottom: 0;}#IUwBam9b2y2Paa2opdNa4d4Jl4GHtXrp .widget-input-button { width:23.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0.5rem; }
#IUwBam9b2y2Paa2opdNa4d4Jl4GHtXrp .widget-checkbox-label { width:23.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#IUwBam9b2y2Paa2opdNa4d4Jl4GHtXrp  { width:24.25rem;height:auto;top:5.9375rem;left:20.875rem; }
#IUwBam9b2y2Paa2opdNa4d4Jl4GHtXrp .radio-container { width:24.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#IUwBam9b2y2Paa2opdNa4d4Jl4GHtXrp {display:block;}#IUwBam9b2y2Paa2opdNa4d4Jl4GHtXrp { width:24.25rem;height:auto;top:5.9375rem;left:20.875rem; }
 }@media only screen and (max-width: 763px) { #IUwBam9b2y2Paa2opdNa4d4Jl4GHtXrp #u0frEHzx3Lk9uWwSi4PS6DEr1h3fDLrS {  }
 }@media only screen and (max-width: 763px) { #IUwBam9b2y2Paa2opdNa4d4Jl4GHtXrp #RlbfKB4g4qKb8I9w9zvskDiHdvZXto7X {  }
 }@media only screen and (max-width: 763px) { #IUwBam9b2y2Paa2opdNa4d4Jl4GHtXrp #zbiAddBZdXLCdn46EpgE8I0F7VWAXhgV {  }
 }@media only screen and (max-width: 763px) { #IUwBam9b2y2Paa2opdNa4d4Jl4GHtXrp #HsyLvtX1uFcNy845SWChH7VSuHutm9X4 {  }
 }@media only screen and (max-width: 763px) { #IUwBam9b2y2Paa2opdNa4d4Jl4GHtXrp #aB20P1TT3LEGc6zpNT7ZwdRXO6rPdQPn {  }
 }@media only screen and (max-width: 763px) { #IUwBam9b2y2Paa2opdNa4d4Jl4GHtXrp #LcvzmTLTe7UoDbA4U6KtgAxtne6MFa4A {  }
 }@media only screen and (max-width: 763px) { #IUwBam9b2y2Paa2opdNa4d4Jl4GHtXrp #ZSClpybsy1XtkswoGyJD6iQbIluuTF7U {  }
 }@media only screen and (max-width: 763px) { #IUwBam9b2y2Paa2opdNa4d4Jl4GHtXrp #x5TDgIQyuPSVe93IahnGg7IFOsIyTPz6 {  }
 }@media only screen and (max-width: 763px) { #IUwBam9b2y2Paa2opdNa4d4Jl4GHtXrp #J9yqIdkQyTLbwt9S3C1adHKgVxEBaS6h {  }
 }@media only screen and (max-width: 763px) { #IUwBam9b2y2Paa2opdNa4d4Jl4GHtXrp #metglCnvlLCMh3sH2ws83xtIxnmB5khA {  }
 }@media only screen and (max-width: 763px) { #IUwBam9b2y2Paa2opdNa4d4Jl4GHtXrp #At7A2cFmqCmxH0ZBD6dMBKPJtMZ8cyrC {  }
 }@media only screen and (max-width: 763px) { #IUwBam9b2y2Paa2opdNa4d4Jl4GHtXrp #fsVJ8A8rG1iL9W1GTUsXU9BhJO0pbEEG {  }
 }@media only screen and (max-width: 763px) { #IUwBam9b2y2Paa2opdNa4d4Jl4GHtXrp #pmoiiDSTgxTfFmPS9RdRHr2JGCyWBFOO {  }
 }@media only screen and (max-width: 763px) { #IUwBam9b2y2Paa2opdNa4d4Jl4GHtXrp #e4F9kTlsA3FTEri39SFLOI1ygIEJbpep {  }
 }@media only screen and (max-width: 763px) { #IUwBam9b2y2Paa2opdNa4d4Jl4GHtXrp #U3cTkRf5lhRZtJUsTvAqXSJACcpiTUiB {  }
 }@media only screen and (max-width: 763px) { #IUwBam9b2y2Paa2opdNa4d4Jl4GHtXrp #WgMyPLb3J2faxxODLX6EqVmpNdEDyqQB {  }
 }@media only screen and (max-width: 763px) { #IUwBam9b2y2Paa2opdNa4d4Jl4GHtXrp #HfDtZTRgdbIC9e80DNtmSVVIr89hUlow {  }
 }@media only screen and (max-width: 763px) { #IUwBam9b2y2Paa2opdNa4d4Jl4GHtXrp #o5x8JhSCk3BbvsIgZ0EItxPUqV23yNhx {  }
 }@media only screen and (max-width: 763px) { #owxJtHPTSEB1RqsDwbkSdoVfK7UPWNpW { display:block; }
 }@media only screen and (max-width: 763px) { #E2y8vSIActTEiKo1n56vrD2qgCisTTIF { display:block; }
 }@media only screen and (max-width: 763px) { #GqWbP41nMgaCGlt0ABAgyV4V6SnnOAW9 { display:block; }
 }@media only screen and (max-width: 763px) { #RxcwJMhED9iHN77JoGDcIAUtu0Ukm6Et { display:block; }
 }@media only screen and (max-width: 763px) { #hDl0iRb6avRouIRQnLRx84yo2tkblfoV { display:block; }
 }@media only screen and (max-width: 763px) { #md8MTfASBOOqnLNFsLawBoFBEpiFVPWI { display:block; }
 }@media only screen and (max-width: 763px) { #pss0TW3u81wUcF6Fysn82Lst7uFfbTVT { display:block; }
 }@media only screen and (max-width: 763px) { #kpv08co2BQk8TFcnxsBdh1ngLqoVgrbA { display:block; }
 }@media only screen and (max-width: 763px) { #GL5imhZZbIFRqGJ75HCTW4gMVzeR4FhC { display:block; }
 }@media only screen and (max-width: 763px) { #pAqOIFR6Fuy2K6XZPxwBpp6zlgvpCccD { display:block; }
 }@media only screen and (max-width: 763px) { #OJqfB877o3kFK6fGoal23P8c7SC9XVg7 { display:block; }
 }@media only screen and (max-width: 763px) { #iicokR2FaKN3qvRFcWE1q1TFHR5H75G6 { display:block; }
 }@media only screen and (max-width: 763px) { #pJI6Qve8IhDqML4WxzspW2DEFLGIToky { display:block; }
 }@media only screen and (max-width: 763px) { #KATVIcI0veoqxdwXybnXstnCAJ2udUZ3 { display:block; }
 }@media only screen and (max-width: 763px) { #FAzq9qwGmUGwuUS8rlXVrICkTVV5qlhk { display:block; }
 }@media only screen and (max-width: 763px) { #EQiOBv76NCiBv7wN9A6o5GdwcF3EcP6L { display:block; }
 }@media only screen and (max-width: 763px) { #Z0BlnQVKp1lXWu4VsbmFM7HCTbCzl22f { display:block; }
 }@media only screen and (max-width: 763px) { #IK0fpzABJxhU4O3sgvcVwwsA7ZZgLezP { display:block; }
 }@media only screen and (max-width: 763px) { #vw2K853HIuzzVp4VZ5bMxbgbrIao9fMi { display:block; }
 }@media only screen and (max-width: 763px) { #wNSDdvBiqdFrleJXqTk1iMzOykvWuPLq { display:block; }
 }@media only screen and (max-width: 763px) { #IUwBam9b2y2Paa2opdNa4d4Jl4GHtXrp #vNsR7rTTS0keT4SAg4w8hLr8sKcLhGta {  }
 }@media only screen and (max-width: 763px) { #IUwBam9b2y2Paa2opdNa4d4Jl4GHtXrp #W76tbPywWWIqkX6rCA84gLRzBlgkquFG {  }
 }@media only screen and (max-width: 763px) { #IUwBam9b2y2Paa2opdNa4d4Jl4GHtXrp #ZJliy7o69DQ3B2PQTERL4B2G0tpZmcAH {  }
 }@media only screen and (max-width: 763px) { #IUwBam9b2y2Paa2opdNa4d4Jl4GHtXrp #DGJw9C86rBPk0MzGBzFL9wF2vlt2iuAr {  }
 }@media only screen and (max-width: 763px) { #oaQc7UFF2g6GQB6dDLPzL1hJ6H78CTPt { display:block; }#oaQc7UFF2g6GQB6dDLPzL1hJ6H78CTPt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xl5FLpePQWgwn8Fe8TnK2PrsZqcBgipm { top:6.0625rem;left:0rem;width:34.6875rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #oiMJq9JogVJWrrzRP4iEE4E4KQb9fVmq .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#oiMJq9JogVJWrrzRP4iEE4E4KQb9fVmq { display:flex;height:auto;width:27.8125rem;top:10.1875rem;left:0rem; }
#oiMJq9JogVJWrrzRP4iEE4E4KQb9fVmq .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #oiMJq9JogVJWrrzRP4iEE4E4KQb9fVmq #ganVeqfCBHghc76nXKOLBZ7vL5RUqIpV {  }
 }@media only screen and (max-width: 763px) { #oiMJq9JogVJWrrzRP4iEE4E4KQb9fVmq #zCyyavm5M0pK9knT4gnpP5SkgpyQNtJE {  }
 }@media only screen and (max-width: 763px) { #oiMJq9JogVJWrrzRP4iEE4E4KQb9fVmq #BJ9M9Wg8hJWQKwGK5odTohCozSpVpWqs {  }
 }@media only screen and (max-width: 763px) { #oiMJq9JogVJWrrzRP4iEE4E4KQb9fVmq #eszz0EMQXD8u22JPNJe0d0LKpUX0ZzzE {  }
 }@media only screen and (max-width: 763px) { #oiMJq9JogVJWrrzRP4iEE4E4KQb9fVmq #qXVDxqCFP8yu8vfh0QTsbaP47eqdDDpi {  }
 }@media only screen and (max-width: 763px) { #oiMJq9JogVJWrrzRP4iEE4E4KQb9fVmq #qZfCT5fV5xfLdRDznlK6keMfD1WuXwgN {  }
 }@media only screen and (max-width: 763px) { #oiMJq9JogVJWrrzRP4iEE4E4KQb9fVmq #n6KpENk4ottkxHVsc9TC7NB8b0brQ7oR {  }
 }@media only screen and (max-width: 763px) { #oiMJq9JogVJWrrzRP4iEE4E4KQb9fVmq #y1r9gXDDRntexmCIFmxwMq2tknOxMIAf {  }
 }@media only screen and (max-width: 763px) { #oiMJq9JogVJWrrzRP4iEE4E4KQb9fVmq #rWaIRlf4rZB6ImQUB2CnXyuGMAxZAZlE {  }
 }@media only screen and (max-width: 763px) { #oiMJq9JogVJWrrzRP4iEE4E4KQb9fVmq #oXPKaNlo9Qch859gZUogLX9cTdJZnNqK {  }
 }@media only screen and (max-width: 763px) { #oiMJq9JogVJWrrzRP4iEE4E4KQb9fVmq #nxAAf3Ds6IdryWy6bAxzAUnqEm70CqTD {  }
 }@media only screen and (max-width: 763px) { #oiMJq9JogVJWrrzRP4iEE4E4KQb9fVmq #G1u9ieDoGPUwgpKd1tG59yn57qUi6B9Q {  }
 }@media only screen and (max-width: 763px) { #oiMJq9JogVJWrrzRP4iEE4E4KQb9fVmq #GO8MfI0bg23sVuuTDien0HJ1a4aVziva {  }
 }@media only screen and (max-width: 763px) { #oiMJq9JogVJWrrzRP4iEE4E4KQb9fVmq #DD2qxRUCR7tyIlKDA5gCxVcwtAPMZKOW {  }
 }@media only screen and (max-width: 763px) { #oiMJq9JogVJWrrzRP4iEE4E4KQb9fVmq #Td6iETZIdasgPvNISxsx3eemTXqs6ulz {  }
 }@media only screen and (max-width: 763px) { #oiMJq9JogVJWrrzRP4iEE4E4KQb9fVmq #KbZhMX44CRiT1WqVZVcK7TV0POmmDAH0 {  }
 }@media only screen and (max-width: 763px) { #oiMJq9JogVJWrrzRP4iEE4E4KQb9fVmq #zr1BN3gadGQvWmw5a22uEHvufwtyMMhH {  }
 }@media only screen and (max-width: 763px) { #oiMJq9JogVJWrrzRP4iEE4E4KQb9fVmq #IFWVe34mTp8xuUmeNTguT2IKa6h3hWHX {  }
 }@media only screen and (max-width: 763px) { #oiMJq9JogVJWrrzRP4iEE4E4KQb9fVmq #KZyl5tIm2RBaQ5ZQzEFaG4z7XXTAPVxF {  }
 }@media only screen and (max-width: 763px) { #oiMJq9JogVJWrrzRP4iEE4E4KQb9fVmq #qAF3ZGZWhOO2vEhTeS36dMKU1c7Q4MsL {  }
 }@media only screen and (max-width: 763px) { #oiMJq9JogVJWrrzRP4iEE4E4KQb9fVmq #lg68reI1wHtonMwmF20TKl4lcNu7ULa5 {  }
 }@media only screen and (max-width: 763px) { #oiMJq9JogVJWrrzRP4iEE4E4KQb9fVmq #xfG6sAKPO3bntTJ9PftqZGFGl7brXTWu {  }
 }@media only screen and (max-width: 763px) { #oiMJq9JogVJWrrzRP4iEE4E4KQb9fVmq #xi70aK0Hglu9TZkxMvWV7givbZ2TZCV0 {  }
 }@media only screen and (max-width: 763px) { #oiMJq9JogVJWrrzRP4iEE4E4KQb9fVmq #do52HtebpSRkkTkFZP6kIvZL94ITI4d3 {  }
 }@media only screen and (max-width: 763px) { #oiMJq9JogVJWrrzRP4iEE4E4KQb9fVmq #M85Lf3Shyionb31luBuWacos7ln28phJ {  }
 }@media only screen and (max-width: 763px) { #oiMJq9JogVJWrrzRP4iEE4E4KQb9fVmq #NLPJGf1qufBHyt1F54pVsql43HZusBTA {  }
 }@media only screen and (max-width: 763px) { #oiMJq9JogVJWrrzRP4iEE4E4KQb9fVmq #pIf4P4ISRJnAM5D5h7lWigEErzLibMJ8 {  }
 }@media only screen and (max-width: 763px) { #oiMJq9JogVJWrrzRP4iEE4E4KQb9fVmq #ZvpPT7v69l6WuovwIL0TfuInR4hVxQeX {  }
 }@media only screen and (max-width: 763px) { #oiMJq9JogVJWrrzRP4iEE4E4KQb9fVmq #GS7WeLqhbWhJK72vQUylEtRhHsw5gtpo {  }
 }@media only screen and (max-width: 763px) { #oiMJq9JogVJWrrzRP4iEE4E4KQb9fVmq #BJTaR9JKLw9oViTdAlGegZ6e8sR3aVrm {  }
 }@media only screen and (max-width: 763px) { #oiMJq9JogVJWrrzRP4iEE4E4KQb9fVmq #DSvWSghfZiceXwNIDQ3X4FE9kp6o7TTt {  }
 }@media only screen and (max-width: 763px) { #oiMJq9JogVJWrrzRP4iEE4E4KQb9fVmq #RBkE5uHRibOwPXmGLTd6vWet041W56p5 {  }
 }@media only screen and (max-width: 763px) { #oiMJq9JogVJWrrzRP4iEE4E4KQb9fVmq #Q5Tuefpf0fkMh7nECuAhFZATMmBuP0SR {  }
 }@media only screen and (max-width: 763px) { #oiMJq9JogVJWrrzRP4iEE4E4KQb9fVmq #DTz59k6h3yswC841AaHu0tEKzbheXkZL {  }
 }@media only screen and (max-width: 763px) { #oiMJq9JogVJWrrzRP4iEE4E4KQb9fVmq #BUilILLFsMARZrZ0HChz5MrPJNPEEcBr {  }
 }@media only screen and (max-width: 763px) { #oiMJq9JogVJWrrzRP4iEE4E4KQb9fVmq #f9X6k13LgJDs8FTm8VTvA21OSAobtoIL {  }
 }@media only screen and (max-width: 763px) { #oiMJq9JogVJWrrzRP4iEE4E4KQb9fVmq #TAraFRmAodFvrpF4V5ObTwCK1Lu3FZTT {  }
 }@media only screen and (max-width: 763px) { #oiMJq9JogVJWrrzRP4iEE4E4KQb9fVmq #ZhKCbEiyHs2laUtipwLOXqPrr8uOuVh3 {  }
 }@media only screen and (max-width: 763px) { #oiMJq9JogVJWrrzRP4iEE4E4KQb9fVmq #a3rUxpSL2EEEraQxbTD3RZzWC6o8efMf {  }
 }@media only screen and (max-width: 763px) { #oiMJq9JogVJWrrzRP4iEE4E4KQb9fVmq #lTBLIZCzoMOPoaNJGIwTV28ukXIlpuFk {  }
 }@media only screen and (max-width: 763px) { #oiMJq9JogVJWrrzRP4iEE4E4KQb9fVmq #B8beACPS7wvuZveXStkVK254aZF0a6hl {  }
 }@media only screen and (max-width: 763px) { #oiMJq9JogVJWrrzRP4iEE4E4KQb9fVmq #aaKJ8Pf1OSs0b1Re9myKVNf8owlLIwtg {  }
 }@media only screen and (max-width: 763px) { #oiMJq9JogVJWrrzRP4iEE4E4KQb9fVmq #dVmlLgDf4sblByeKfBNwtobDyCRwyz32 {  }
 }@media only screen and (max-width: 763px) { #oiMJq9JogVJWrrzRP4iEE4E4KQb9fVmq #N4Qwmn9ZLTsmfAoSardRifVVwDL0L5P6 {  }
 }@media only screen and (max-width: 763px) { #oiMJq9JogVJWrrzRP4iEE4E4KQb9fVmq #eW0n4xwilBf5wf4TWQghen7XLOl9pdF4 {  }
 }@media only screen and (max-width: 763px) { #VyphdBNxr5DoXS5BOZk7pSQsQfok7Klg { top:6.0625rem;left:13.6875rem;width:34.0625rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUR86ENhda9ztTdlf2JNrkUaGUhnLHFv .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#IUR86ENhda9ztTdlf2JNrkUaGUhnLHFv { display:flex;height:auto;width:27.8125rem;top:10.1875rem;left:0rem; }
#IUR86ENhda9ztTdlf2JNrkUaGUhnLHFv .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #IUR86ENhda9ztTdlf2JNrkUaGUhnLHFv #cLXQAcxEl7TTVIysIPvg6SRAp1RvngXG {  }
 }@media only screen and (max-width: 763px) { #IUR86ENhda9ztTdlf2JNrkUaGUhnLHFv #IplM9FBO4ww9kLTGHX7aDMrsoGEK3koV {  }
 }@media only screen and (max-width: 763px) { #IUR86ENhda9ztTdlf2JNrkUaGUhnLHFv #d9nSHHT0Z8OaSFDQPtkMX2gJzLCOT2kJ {  }
 }@media only screen and (max-width: 763px) { #IUR86ENhda9ztTdlf2JNrkUaGUhnLHFv #cgCKTMeK1hOLQcWJKqaklAU2dm8RTJPp {  }
 }@media only screen and (max-width: 763px) { #IUR86ENhda9ztTdlf2JNrkUaGUhnLHFv #uyck3SR2JA0GPaT581pyoKezTJtXaW6f {  }
 }@media only screen and (max-width: 763px) { #IUR86ENhda9ztTdlf2JNrkUaGUhnLHFv #JyQnyLpZ7WZtuxTL6Kx1CV5Nb4CDSWXw {  }
 }@media only screen and (max-width: 763px) { #IUR86ENhda9ztTdlf2JNrkUaGUhnLHFv #MvWpAJF8TzSrN00BSlPFgkP6cGeL4lt8 {  }
 }@media only screen and (max-width: 763px) { #IUR86ENhda9ztTdlf2JNrkUaGUhnLHFv #xPqMfdGDc6aWAEA1D4GAiBLznqzqPUJT {  }
 }@media only screen and (max-width: 763px) { #IUR86ENhda9ztTdlf2JNrkUaGUhnLHFv #MbF1kIo6UnzhofTl7v8CS7nhzPiSMK5S {  }
 }@media only screen and (max-width: 763px) { #IUR86ENhda9ztTdlf2JNrkUaGUhnLHFv #KqtOe7vTcu8qCq9Jeg81eX4zyxOCGd2b {  }
 }@media only screen and (max-width: 763px) { #IUR86ENhda9ztTdlf2JNrkUaGUhnLHFv #cF0ZSmpDTuKzty7Q57W2cIJaOlzyw2Ff {  }
 }@media only screen and (max-width: 763px) { #IUR86ENhda9ztTdlf2JNrkUaGUhnLHFv #xivI2NlKuVr6thP1SamE2C5JME9NmW2E {  }
 }@media only screen and (max-width: 763px) { #IUR86ENhda9ztTdlf2JNrkUaGUhnLHFv #Gzhqh0wKxBlg19Nz6vGSaDbSzJEuR5GA {  }
 }@media only screen and (max-width: 763px) { #IUR86ENhda9ztTdlf2JNrkUaGUhnLHFv #aJ4H8eUmWI8XEDRJln1XXu6BPxxDDxPJ {  }
 }@media only screen and (max-width: 763px) { #IUR86ENhda9ztTdlf2JNrkUaGUhnLHFv #xNQdFOHkiurtLK4bOyfdXW1Hr44wSifs {  }
 }@media only screen and (max-width: 763px) { #IUR86ENhda9ztTdlf2JNrkUaGUhnLHFv #ECmF8SJmVzmhiBaq1WKrRqs3T6aLByXQ {  }
 }@media only screen and (max-width: 763px) { #IUR86ENhda9ztTdlf2JNrkUaGUhnLHFv #WE7Uhfn7VDyPel6E41zMp0rTR8SaKU4f {  }
 }@media only screen and (max-width: 763px) { #IUR86ENhda9ztTdlf2JNrkUaGUhnLHFv #kdkb7WI3zVBQXwTm7VfIE93Bz56xgcWU {  }
 }@media only screen and (max-width: 763px) { #IUR86ENhda9ztTdlf2JNrkUaGUhnLHFv #bfL2x7F9vX5TGLLVUrldqFibxzXbZW1P {  }
 }@media only screen and (max-width: 763px) { #IUR86ENhda9ztTdlf2JNrkUaGUhnLHFv #RFEaFnpdanUnH5wO9OUcB7BsOXu8B16W {  }
 }@media only screen and (max-width: 763px) { #dCsSsByDDQWTlKk3ZW2q42rn06w5KQMI { display:block; }#dCsSsByDDQWTlKk3ZW2q42rn06w5KQMI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rSAcmOyaTCeP5IHgV81P4JP5GKTrAhH3 { top:0.875rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #yG8aKL7tAWagZtQRoyf7gNGcvHkatZkc { display:none; }#yG8aKL7tAWagZtQRoyf7gNGcvHkatZkc > .row .container { width:20rem;height:70.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yEyXf5Tly1unnR5ioWQTTT2FJG62e5T6 { width:10rem;height:4.311525rem;top:1.31103515625rem;left:4.498291015625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ciz7eMEDSbHRisH4kvrqFXdhgTwV0CSn { width:17.999125rem;height:7.2rem;top:6.3878040313719rem;left:1.0004341006279rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B40TzCPT4cUa8oHpWpOwvw3u1ZsEwV7F { width:18.9963125rem;height:4.1862rem;top:29.465063095092rem;left:0.50021702051162rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xt8ivTb4nnBT7XGVWskLIUJEeuiMCyoL { display:block; }
 }@media only screen and (max-width: 763px) { #ENV81a0bozxJ6vdO1IiBC11nS8okH0oe { width:20rem;height:13.811875rem;top:35.401477813721rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ac1p8NGZnzeO4HuBubscDDlgVhTkVoAQ { width:18.6870625rem;height:6.337875rem;top:14.764540672303rem;left:0.65646702051162rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UeKo94Z0sTLiwfErD1ub27ASLhBc4V4o { width:20rem;height:6rem;top:21.970487594604rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sWoz6SqCbDrNxbOUigEFsXWQRJPkTqpE { width:16.0625rem;height:4.0625rem;top:36.1875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3oWbV1N0wTC46c20533cXXK3V1gllKF { width:16.875rem;height:3.9375rem;top:61.5625rem;left:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #kJDTKW6vr5cNn8v4eEUBaf6ya1OwNJcV { width:17.8125rem;height:4.0625rem;top:41.4375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RI8EtGwtxGZkBO4syTRuSP0pl96aPB4L { top:46.9375rem;left:1.25rem;width:17.5rem;height:4.125rem;z-index:15009;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #HAMVdppevdpPkUWGIEmoH2JwPtxSaNyG { top:52.25rem;left:0rem;width:20rem;height:13.875rem;z-index:15010;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #JRmQQZ0xLJRD7xgs9Jm7WeECD48uOyW4 { background-color:#121212;background-image:url("https://images.assets-landingi.com/uc/ebc78e88-55ae-48f8-aabf-566219136b07/MobileFormaoecertificao.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#JRmQQZ0xLJRD7xgs9Jm7WeECD48uOyW4.adaptive-delivery-prevent-bg, #JRmQQZ0xLJRD7xgs9Jm7WeECD48uOyW4.lazyload, #JRmQQZ0xLJRD7xgs9Jm7WeECD48uOyW4.lazyloading { background-image: none; }#JRmQQZ0xLJRD7xgs9Jm7WeECD48uOyW4 > .row .container { background-color: transparent; background-image: none; }#JRmQQZ0xLJRD7xgs9Jm7WeECD48uOyW4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JRmQQZ0xLJRD7xgs9Jm7WeECD48uOyW4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JRmQQZ0xLJRD7xgs9Jm7WeECD48uOyW4 > .row .container > .video-iframe-container { display: none; }#JRmQQZ0xLJRD7xgs9Jm7WeECD48uOyW4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JRmQQZ0xLJRD7xgs9Jm7WeECD48uOyW4 > .row > .video-iframe-container { display: none; }#JRmQQZ0xLJRD7xgs9Jm7WeECD48uOyW4 > .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); }#JRmQQZ0xLJRD7xgs9Jm7WeECD48uOyW4 > .row .container { width:20rem;height:78.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TuelF66NSCK6wuEBbym0b9S3GXJGE8RK { width:10rem;height:4.311525rem;top:1.31103515625rem;left:4.498291015625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ouw4uGLCiBidTf4Cf2l49ekMVDQQkfWG { width:17.999125rem;height:7.2rem;top:6.3878040313719rem;left:1.0004341006279rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PJ8rU17lQsvZQfuy3NR7xGcI6pJ8ereq { width:18.9963125rem;height:4.1862rem;top:29.465063095092rem;left:0.50021702051162rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JifnCUCesbTlszZs8vIyVNwOIS6FoOqp { display:block; }
 }@media only screen and (max-width: 763px) { #uW1ZCc5E2Q6nWcdetbTi3XMDT6diW3cT { width:20rem;height:13.811875rem;top:35.401477813721rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qqx4BOy6hwNk2OKteHS1JmCJDz67PC3F { width:18.6870625rem;height:6.3369375rem;top:14.764540672303rem;left:0.65646702051162rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LzHFNBiLw8Jo5wDqKTEiSTakCZi1pHr7 { width:20rem;height:6rem;top:21.970487594604rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PPyisGZVlvpiKuOAoqZUzrt7podoctxs { width:16.0625rem;height:4.0625rem;top:36.1875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IuZGdTTB5r1iCaem10WqT611PSOgk3zS { width:16.875rem;height:3.9375rem;top:61.5625rem;left:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #oVbl8dw5zfdNNI1x4VCcVUN8oZmacWqr { width:17.8125rem;height:4.0625rem;top:41.4375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTmt0CcT5i49AVl063BCdKupcJxLzshI { top:46.9375rem;left:1.25rem;width:17.5rem;height:4.125rem;z-index:15009;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TFBiydiaDdowMXB7SBBgn7BJt59FDDBe { top:52.25rem;left:0rem;width:20rem;height:13.875rem;z-index:15010;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #e8fZ7yah3kdtHsMwoKv9tgTq6LKOcLVT { display:block; }#e8fZ7yah3kdtHsMwoKv9tgTq6LKOcLVT > .row .container { width:20rem;height:24.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A8rLEUK2TuKLqbwp62G3Di8n5nhig8Ab { width:20rem;height:5.361325rem;top:2.6866321563721rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #BPlg0dzGfdufBlqPQ5niSoSIHWJWvtVb { top:9.8242206573488rem;left:1.6872830986977rem;width:16.624375rem;height:8.311625rem;z-index:15007;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #qHoUh5BoWDcohocT6ecFGKILGJwViJzG { width:20rem;height:3.4416365824308rem;top:19.385396850586rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5lv77TRhTVkNd1BW9OaPgMg6St4VLwC { display:block; }#e5lv77TRhTVkNd1BW9OaPgMg6St4VLwC > .row .container { width:20rem;height:89.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eIbSOTJOt3cFKHu9WtTKqTQK7cRANltH { width:20rem;height:14.296875rem;top:3.8747835159302rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Rw1t6PSM35CoNNHwbs4gOTg4VvVve8SX { width:19.875rem;height:29.8125rem;top:20.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rcx5qDa5X4TuzPXfskwTPm1w9XGSKUuZ { width:7.5rem;height:2.125rem;top:19.435764789581rem;left:6.2500002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #ex2OAwoXzgXSIg3wut04eesRTvuSS6yu { width:8.936625rem;height:5.18663125rem;top:23.248699188233rem;left:1.4995661377907rem;display:block; }
 }@media only screen and (max-width: 763px) { #intWLqWOgWqs8VMV11AN2S9RB6EkXoHV { width:16.9998125rem;height:13.75rem;top:29.781902313233rem;left:1.4995661377907rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzHshsXr1T1TxK0aTsEa4kdLJcl6WDo3 { width:15rem;height:2.6875rem;top:45.244140625rem;left:1.4995661377907rem;display:block; }
 }@media only screen and (max-width: 763px) { #v7zHIT085cnKrC4TgHsNtcTJlCN2Uc44 { width:19.875rem;height:30rem;top:52.238500595093rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbHqJL3ckCIWU8NMOBQe1rBWQiZQaTGw { width:16.936875rem;height:13.0620625rem;top:61.996530532837rem;left:1.5310330986977rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTB2tzwqpQqVMvLyMOD43lyAkvtKgDVx { width:11.311875rem;height:4.93706875rem;top:54.780824661255rem;left:1.4995661377907rem;display:block; }
 }@media only screen and (max-width: 763px) { #hpt7nQ3nHfnQMFDapSmp0KTX3aN1D5r7 { width:8.125rem;height:2.25rem;top:51.310768127441rem;left:5.9375002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5oKaAHTc2g2qgJa56zse1exE5Ri76Cz { width:16.9375rem;height:2.4375rem;top:77.247179031375rem;left:0.53059905767441rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0y5bxJSANklOhGCt6KaMTa4blbHPOqB { display:block; }#B0y5bxJSANklOhGCt6KaMTa4blbHPOqB > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wVWrFbICAEIg6C7I0gIFWhghTCnLNm67 { width:20rem;height:1.8125rem;top:1.9073486328125E-6rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tf6qssH77Z9Z4N7Ekceb3SkpBXMWW8ry { display:block; }#Tf6qssH77Z9Z4N7Ekceb3SkpBXMWW8ry > .row .container { width:20rem;height:85.09033203125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EOHMRhQJa1UGLfz88UmcBECbifvltyEx { width:20rem;height:11.3745rem;top:3.3745670318604rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aWe8Q5y1ff1r2MmqCnMruMKQmFtRzVIF { width:19.875rem;height:61.875rem;top:16.590712547302rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFrK8LTJKRl1fBpnZsmcaV2xiNecteLB { width:17.5rem;height:18.3125rem;top:18.501520156861rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #HoMVPeKIpqVA79bv3e8W5G71oMPetyXT { width:17.5rem;height:38.0098375rem;top:38.206381797791rem;left:1.2500000596046rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qCAm3TBCp8EqsL4pLZi560z1PDSQAEHg { width:19rem;height:4.125rem;top:79.71533203125rem;left:0.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JE5U7dxDAKONGzWEtr4bSJnk4hrrWB4f { display:block; }
 }@media only screen and (max-width: 763px) { #zfg10UlcTTneSvsxQMvQkaDPgaJU1bMa { display:block; }#zfg10UlcTTneSvsxQMvQkaDPgaJU1bMa > .row .container { width:20rem;height:48.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kR1Tge694qIOKt44AUxy0DRBddhPc0Sf { width:20rem;height:4.55rem;top:3.4364166259766rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QdCXu9EMKIaCqN1F4wlxpcbN3qbNKDE7 { width:20rem;height:4.9666666666667rem;top:10.29625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qysFoxb78e7FrpEmH203v7rMJNdb3BKN { top:9.7471780776975rem;left:0.061848998069763rem;width:19.9375rem;height:35.1875rem;z-index:15008;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #OFTPo9JEH33WWHQdMiVWfuAf0h29qx8K { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/e0955809-c393-4bc4-9d0b-4bdd9df21808/slice_9.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#OFTPo9JEH33WWHQdMiVWfuAf0h29qx8K.adaptive-delivery-prevent-bg, #OFTPo9JEH33WWHQdMiVWfuAf0h29qx8K.lazyload, #OFTPo9JEH33WWHQdMiVWfuAf0h29qx8K.lazyloading { background-image: none; }#OFTPo9JEH33WWHQdMiVWfuAf0h29qx8K > .row .container { background-color: transparent; background-image: none; }#OFTPo9JEH33WWHQdMiVWfuAf0h29qx8K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OFTPo9JEH33WWHQdMiVWfuAf0h29qx8K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OFTPo9JEH33WWHQdMiVWfuAf0h29qx8K > .row .container > .video-iframe-container { display: none; }#OFTPo9JEH33WWHQdMiVWfuAf0h29qx8K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OFTPo9JEH33WWHQdMiVWfuAf0h29qx8K > .row > .video-iframe-container { display: none; }#OFTPo9JEH33WWHQdMiVWfuAf0h29qx8K > .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); }#OFTPo9JEH33WWHQdMiVWfuAf0h29qx8K > .row .container { width:20rem;height:69.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GhatfTTqb7Mm2stLgTDSBgATzMwgIQwe { width:9.375rem;height:2.8125rem;top:4.8111979961395rem;left:5.3125002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hqku46xTO4e2emWEFCOd9ZRCkiQTV6d3 { width:20rem;height:9.1rem;top:9.3099012374875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QH3G33b0qidMN52WGy9QgBTFCadr2hdp { width:20rem;height:14.61914375rem;top:20.031467437744rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cDhMedLdzlbGaMe6Ct5eXUCk52R4Wolt { width:20rem;height:23.69758490566rem;top:43.460297584534rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNS09rOAVMaJlpA4CeDRypoRCrGKatUi { width:19rem;height:5.125rem;top:36.337892532349rem;left:0.49913197755814rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqBdC3Eafkk1iNht7bQ1ZNtp1Jz3Gndt { display:block; }
 }@media only screen and (max-width: 763px) { #guUmktsMXlvGvXttkI83P2r3KEEPUkor { display:block; }#guUmktsMXlvGvXttkI83P2r3KEEPUkor > .row .container { width:20rem;height:77.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jw8lNy9sS7mn2XtrcPCOOdrDGeNLpW6F { width:9.25rem;height:2.75rem;top:1.9368524551392rem;left:5.3743494153022rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbmOefRzl7MeF8VpD5TLUXtzhtdFJ7zU { width:20rem;height:5.19921875rem;top:5.625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zeTTQSaT1afZWsCTLoQiD5OXPPvHx0mG { width:20rem;height:20.648648648649rem;top:12.0714rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Do8N35Vw38DZLZmnwpH1BJ8eL9TBXDGX { width:20rem;height:20.70652173913rem;top:33.9692125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkCQTNlfHJXdIWl7FlKtOEX1w2xoRxSH { width:20rem;height:20.708446866485rem;top:55.9255875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ng8V4gT5JTiVbEZvrbdz4sUfnqFJq2zC { display:block; }#Ng8V4gT5JTiVbEZvrbdz4sUfnqFJq2zC > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rK2RrwFf292VrePCQRglC8Ni3kinHDfr { width:20rem;height:1.8125rem;top:1.1444091796875E-5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKq2ZTXJy3RkMr754QPKJ7lTlSyEFZGa { display:block; }#hKq2ZTXJy3RkMr754QPKJ7lTlSyEFZGa > .row .container { width:20rem;height:58.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cocg9PreeshzF4DsdzsG6PWqPFlnu9eA { width:14.25rem;height:6.0972140829694rem;top:1.25rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3vIEvLQxiviZIAd72Bch7KgC6nsuNAS { width:20rem;height:5.19921875rem;top:8.596875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FQ0MVSqzwVIFUFxNQLfCvQ8O6WaV6XeO { width:20rem;height:6rem;top:15.046875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PP3RyaNlpClBNWZhy9A5aeN4KFEgrySm { width:20rem;height:31.25rem;top:22.984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUwBam9b2y2Paa2opdNa4d4Jl4GHtXrp .widget-regular-label { width:17.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;display:block;vertical-align:top;height:auto; }
#IUwBam9b2y2Paa2opdNa4d4Jl4GHtXrp .widget-input-text { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block;vertical-align:top; }
#IUwBam9b2y2Paa2opdNa4d4Jl4GHtXrp .widget-input-text {padding-top: 0; padding-bottom: 0;}#IUwBam9b2y2Paa2opdNa4d4Jl4GHtXrp .widget-textarea { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block;vertical-align:top; }
#IUwBam9b2y2Paa2opdNa4d4Jl4GHtXrp .widget-input-select { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.8125rem;overflow:hidden;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block;vertical-align:top; }
#IUwBam9b2y2Paa2opdNa4d4Jl4GHtXrp .widget-input-select {padding-top: 0; padding-bottom: 0;}#IUwBam9b2y2Paa2opdNa4d4Jl4GHtXrp .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#IUwBam9b2y2Paa2opdNa4d4Jl4GHtXrp .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#IUwBam9b2y2Paa2opdNa4d4Jl4GHtXrp .widget-input-button { width:16.625rem;margin-top:0.25rem;margin-right:0.375rem;margin-bottom:0.25rem;margin-left:0.375rem;font-size:1rem;overflow:hidden; }
#IUwBam9b2y2Paa2opdNa4d4Jl4GHtXrp [class*="-text"]:-moz-placeholder { font-size:0.8125rem; }
#IUwBam9b2y2Paa2opdNa4d4Jl4GHtXrp [class*="-text"]::-moz-placeholder { font-size:0.8125rem; }
#IUwBam9b2y2Paa2opdNa4d4Jl4GHtXrp [class*="-text"]:-ms-input-placeholder { font-size:0.8125rem; }
#IUwBam9b2y2Paa2opdNa4d4Jl4GHtXrp [class*="-text"]::-webkit-input-placeholder { font-size:0.8125rem; }
#IUwBam9b2y2Paa2opdNa4d4Jl4GHtXrp .widget-checkbox-label { width:16.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#IUwBam9b2y2Paa2opdNa4d4Jl4GHtXrp  { width:17.375rem;height:auto;top:22.984375rem;left:0rem;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem; }
#IUwBam9b2y2Paa2opdNa4d4Jl4GHtXrp .radio-container { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#IUwBam9b2y2Paa2opdNa4d4Jl4GHtXrp .widget-info-text { font-size:0.8125rem;overflow:hidden;height:auto; }
#IUwBam9b2y2Paa2opdNa4d4Jl4GHtXrp {display:block;}#IUwBam9b2y2Paa2opdNa4d4Jl4GHtXrp { width:17.375rem;height:auto;top:22.984375rem;left:0rem;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem; }
 }@media only screen and (max-width: 763px) { #IUwBam9b2y2Paa2opdNa4d4Jl4GHtXrp #u0frEHzx3Lk9uWwSi4PS6DEr1h3fDLrS {  }
 }@media only screen and (max-width: 763px) { #IUwBam9b2y2Paa2opdNa4d4Jl4GHtXrp #RlbfKB4g4qKb8I9w9zvskDiHdvZXto7X { display:none; }
 }@media only screen and (max-width: 763px) { #IUwBam9b2y2Paa2opdNa4d4Jl4GHtXrp #zbiAddBZdXLCdn46EpgE8I0F7VWAXhgV {  }
 }@media only screen and (max-width: 763px) { #IUwBam9b2y2Paa2opdNa4d4Jl4GHtXrp #HsyLvtX1uFcNy845SWChH7VSuHutm9X4 {  }
 }@media only screen and (max-width: 763px) { #IUwBam9b2y2Paa2opdNa4d4Jl4GHtXrp #aB20P1TT3LEGc6zpNT7ZwdRXO6rPdQPn { display:none; }
 }@media only screen and (max-width: 763px) { #IUwBam9b2y2Paa2opdNa4d4Jl4GHtXrp #LcvzmTLTe7UoDbA4U6KtgAxtne6MFa4A {  }
 }@media only screen and (max-width: 763px) { #IUwBam9b2y2Paa2opdNa4d4Jl4GHtXrp #ZSClpybsy1XtkswoGyJD6iQbIluuTF7U {  }
 }@media only screen and (max-width: 763px) { #IUwBam9b2y2Paa2opdNa4d4Jl4GHtXrp #x5TDgIQyuPSVe93IahnGg7IFOsIyTPz6 { display:none; }
 }@media only screen and (max-width: 763px) { #IUwBam9b2y2Paa2opdNa4d4Jl4GHtXrp #J9yqIdkQyTLbwt9S3C1adHKgVxEBaS6h {  }
 }@media only screen and (max-width: 763px) { #IUwBam9b2y2Paa2opdNa4d4Jl4GHtXrp #metglCnvlLCMh3sH2ws83xtIxnmB5khA {  }
 }@media only screen and (max-width: 763px) { #IUwBam9b2y2Paa2opdNa4d4Jl4GHtXrp #At7A2cFmqCmxH0ZBD6dMBKPJtMZ8cyrC { display:none; }
 }@media only screen and (max-width: 763px) { #IUwBam9b2y2Paa2opdNa4d4Jl4GHtXrp #fsVJ8A8rG1iL9W1GTUsXU9BhJO0pbEEG {  }
 }@media only screen and (max-width: 763px) { #IUwBam9b2y2Paa2opdNa4d4Jl4GHtXrp #pmoiiDSTgxTfFmPS9RdRHr2JGCyWBFOO {  }
 }@media only screen and (max-width: 763px) { #IUwBam9b2y2Paa2opdNa4d4Jl4GHtXrp #e4F9kTlsA3FTEri39SFLOI1ygIEJbpep { display:none; }
 }@media only screen and (max-width: 763px) { #IUwBam9b2y2Paa2opdNa4d4Jl4GHtXrp #U3cTkRf5lhRZtJUsTvAqXSJACcpiTUiB {  }
 }@media only screen and (max-width: 763px) { #IUwBam9b2y2Paa2opdNa4d4Jl4GHtXrp #WgMyPLb3J2faxxODLX6EqVmpNdEDyqQB {  }
 }@media only screen and (max-width: 763px) { #IUwBam9b2y2Paa2opdNa4d4Jl4GHtXrp #HfDtZTRgdbIC9e80DNtmSVVIr89hUlow { display:none; }
 }@media only screen and (max-width: 763px) { #IUwBam9b2y2Paa2opdNa4d4Jl4GHtXrp #o5x8JhSCk3BbvsIgZ0EItxPUqV23yNhx {  }
 }@media only screen and (max-width: 763px) { #owxJtHPTSEB1RqsDwbkSdoVfK7UPWNpW { display:block; }
 }@media only screen and (max-width: 763px) { #E2y8vSIActTEiKo1n56vrD2qgCisTTIF { display:block; }
 }@media only screen and (max-width: 763px) { #GqWbP41nMgaCGlt0ABAgyV4V6SnnOAW9 { display:block; }
 }@media only screen and (max-width: 763px) { #RxcwJMhED9iHN77JoGDcIAUtu0Ukm6Et { display:block; }
 }@media only screen and (max-width: 763px) { #hDl0iRb6avRouIRQnLRx84yo2tkblfoV { display:block; }
 }@media only screen and (max-width: 763px) { #md8MTfASBOOqnLNFsLawBoFBEpiFVPWI { display:block; }
 }@media only screen and (max-width: 763px) { #pss0TW3u81wUcF6Fysn82Lst7uFfbTVT { display:block; }
 }@media only screen and (max-width: 763px) { #kpv08co2BQk8TFcnxsBdh1ngLqoVgrbA { display:block; }
 }@media only screen and (max-width: 763px) { #GL5imhZZbIFRqGJ75HCTW4gMVzeR4FhC { display:block; }
 }@media only screen and (max-width: 763px) { #pAqOIFR6Fuy2K6XZPxwBpp6zlgvpCccD { display:block; }
 }@media only screen and (max-width: 763px) { #OJqfB877o3kFK6fGoal23P8c7SC9XVg7 { display:block; }
 }@media only screen and (max-width: 763px) { #iicokR2FaKN3qvRFcWE1q1TFHR5H75G6 { display:block; }
 }@media only screen and (max-width: 763px) { #pJI6Qve8IhDqML4WxzspW2DEFLGIToky { display:block; }
 }@media only screen and (max-width: 763px) { #KATVIcI0veoqxdwXybnXstnCAJ2udUZ3 { display:block; }
 }@media only screen and (max-width: 763px) { #FAzq9qwGmUGwuUS8rlXVrICkTVV5qlhk { display:block; }
 }@media only screen and (max-width: 763px) { #EQiOBv76NCiBv7wN9A6o5GdwcF3EcP6L { display:block; }
 }@media only screen and (max-width: 763px) { #Z0BlnQVKp1lXWu4VsbmFM7HCTbCzl22f { display:block; }
 }@media only screen and (max-width: 763px) { #IK0fpzABJxhU4O3sgvcVwwsA7ZZgLezP { display:block; }
 }@media only screen and (max-width: 763px) { #vw2K853HIuzzVp4VZ5bMxbgbrIao9fMi { display:block; }
 }@media only screen and (max-width: 763px) { #wNSDdvBiqdFrleJXqTk1iMzOykvWuPLq { display:block; }
 }@media only screen and (max-width: 763px) { #IUwBam9b2y2Paa2opdNa4d4Jl4GHtXrp #vNsR7rTTS0keT4SAg4w8hLr8sKcLhGta {  }
 }@media only screen and (max-width: 763px) { #IUwBam9b2y2Paa2opdNa4d4Jl4GHtXrp #W76tbPywWWIqkX6rCA84gLRzBlgkquFG {  }
 }@media only screen and (max-width: 763px) { #IUwBam9b2y2Paa2opdNa4d4Jl4GHtXrp #ZJliy7o69DQ3B2PQTERL4B2G0tpZmcAH {  }
 }@media only screen and (max-width: 763px) { #IUwBam9b2y2Paa2opdNa4d4Jl4GHtXrp #DGJw9C86rBPk0MzGBzFL9wF2vlt2iuAr {  }
 }@media only screen and (max-width: 763px) { #oaQc7UFF2g6GQB6dDLPzL1hJ6H78CTPt { display:block; }#oaQc7UFF2g6GQB6dDLPzL1hJ6H78CTPt > .row .container { width:20rem;height:77.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xl5FLpePQWgwn8Fe8TnK2PrsZqcBgipm { width:16.6875rem;height:3.25rem;top:2.1875rem;left:1.65625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oiMJq9JogVJWrrzRP4iEE4E4KQb9fVmq .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#oiMJq9JogVJWrrzRP4iEE4E4KQb9fVmq .accordion-heading-text { font-size:1rem;height:auto; }
#oiMJq9JogVJWrrzRP4iEE4E4KQb9fVmq .accordion-desc-text { font-size:1rem;height:auto; }
#oiMJq9JogVJWrrzRP4iEE4E4KQb9fVmq { display:flex;height:auto;width:20rem;top:6.75rem;left:0rem; }
#oiMJq9JogVJWrrzRP4iEE4E4KQb9fVmq .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #oiMJq9JogVJWrrzRP4iEE4E4KQb9fVmq #ganVeqfCBHghc76nXKOLBZ7vL5RUqIpV {  }
 }@media only screen and (max-width: 763px) { #oiMJq9JogVJWrrzRP4iEE4E4KQb9fVmq #zCyyavm5M0pK9knT4gnpP5SkgpyQNtJE {  }
 }@media only screen and (max-width: 763px) { #oiMJq9JogVJWrrzRP4iEE4E4KQb9fVmq #BJ9M9Wg8hJWQKwGK5odTohCozSpVpWqs {  }
 }@media only screen and (max-width: 763px) { #oiMJq9JogVJWrrzRP4iEE4E4KQb9fVmq #eszz0EMQXD8u22JPNJe0d0LKpUX0ZzzE {  }
 }@media only screen and (max-width: 763px) { #oiMJq9JogVJWrrzRP4iEE4E4KQb9fVmq #qXVDxqCFP8yu8vfh0QTsbaP47eqdDDpi {  }
 }@media only screen and (max-width: 763px) { #oiMJq9JogVJWrrzRP4iEE4E4KQb9fVmq #qZfCT5fV5xfLdRDznlK6keMfD1WuXwgN {  }
 }@media only screen and (max-width: 763px) { #oiMJq9JogVJWrrzRP4iEE4E4KQb9fVmq #n6KpENk4ottkxHVsc9TC7NB8b0brQ7oR {  }
 }@media only screen and (max-width: 763px) { #oiMJq9JogVJWrrzRP4iEE4E4KQb9fVmq #y1r9gXDDRntexmCIFmxwMq2tknOxMIAf {  }
 }@media only screen and (max-width: 763px) { #oiMJq9JogVJWrrzRP4iEE4E4KQb9fVmq #rWaIRlf4rZB6ImQUB2CnXyuGMAxZAZlE {  }
 }@media only screen and (max-width: 763px) { #oiMJq9JogVJWrrzRP4iEE4E4KQb9fVmq #oXPKaNlo9Qch859gZUogLX9cTdJZnNqK {  }
 }@media only screen and (max-width: 763px) { #oiMJq9JogVJWrrzRP4iEE4E4KQb9fVmq #nxAAf3Ds6IdryWy6bAxzAUnqEm70CqTD {  }
 }@media only screen and (max-width: 763px) { #oiMJq9JogVJWrrzRP4iEE4E4KQb9fVmq #G1u9ieDoGPUwgpKd1tG59yn57qUi6B9Q {  }
 }@media only screen and (max-width: 763px) { #oiMJq9JogVJWrrzRP4iEE4E4KQb9fVmq #GO8MfI0bg23sVuuTDien0HJ1a4aVziva {  }
 }@media only screen and (max-width: 763px) { #oiMJq9JogVJWrrzRP4iEE4E4KQb9fVmq #DD2qxRUCR7tyIlKDA5gCxVcwtAPMZKOW {  }
 }@media only screen and (max-width: 763px) { #oiMJq9JogVJWrrzRP4iEE4E4KQb9fVmq #Td6iETZIdasgPvNISxsx3eemTXqs6ulz {  }
 }@media only screen and (max-width: 763px) { #oiMJq9JogVJWrrzRP4iEE4E4KQb9fVmq #KbZhMX44CRiT1WqVZVcK7TV0POmmDAH0 {  }
 }@media only screen and (max-width: 763px) { #oiMJq9JogVJWrrzRP4iEE4E4KQb9fVmq #zr1BN3gadGQvWmw5a22uEHvufwtyMMhH {  }
 }@media only screen and (max-width: 763px) { #oiMJq9JogVJWrrzRP4iEE4E4KQb9fVmq #IFWVe34mTp8xuUmeNTguT2IKa6h3hWHX {  }
 }@media only screen and (max-width: 763px) { #oiMJq9JogVJWrrzRP4iEE4E4KQb9fVmq #KZyl5tIm2RBaQ5ZQzEFaG4z7XXTAPVxF {  }
 }@media only screen and (max-width: 763px) { #oiMJq9JogVJWrrzRP4iEE4E4KQb9fVmq #qAF3ZGZWhOO2vEhTeS36dMKU1c7Q4MsL {  }
 }@media only screen and (max-width: 763px) { #oiMJq9JogVJWrrzRP4iEE4E4KQb9fVmq #lg68reI1wHtonMwmF20TKl4lcNu7ULa5 {  }
 }@media only screen and (max-width: 763px) { #oiMJq9JogVJWrrzRP4iEE4E4KQb9fVmq #xfG6sAKPO3bntTJ9PftqZGFGl7brXTWu {  }
 }@media only screen and (max-width: 763px) { #oiMJq9JogVJWrrzRP4iEE4E4KQb9fVmq #xi70aK0Hglu9TZkxMvWV7givbZ2TZCV0 {  }
 }@media only screen and (max-width: 763px) { #oiMJq9JogVJWrrzRP4iEE4E4KQb9fVmq #do52HtebpSRkkTkFZP6kIvZL94ITI4d3 {  }
 }@media only screen and (max-width: 763px) { #oiMJq9JogVJWrrzRP4iEE4E4KQb9fVmq #M85Lf3Shyionb31luBuWacos7ln28phJ {  }
 }@media only screen and (max-width: 763px) { #oiMJq9JogVJWrrzRP4iEE4E4KQb9fVmq #NLPJGf1qufBHyt1F54pVsql43HZusBTA {  }
 }@media only screen and (max-width: 763px) { #oiMJq9JogVJWrrzRP4iEE4E4KQb9fVmq #pIf4P4ISRJnAM5D5h7lWigEErzLibMJ8 {  }
 }@media only screen and (max-width: 763px) { #oiMJq9JogVJWrrzRP4iEE4E4KQb9fVmq #ZvpPT7v69l6WuovwIL0TfuInR4hVxQeX {  }
 }@media only screen and (max-width: 763px) { #oiMJq9JogVJWrrzRP4iEE4E4KQb9fVmq #GS7WeLqhbWhJK72vQUylEtRhHsw5gtpo {  }
 }@media only screen and (max-width: 763px) { #oiMJq9JogVJWrrzRP4iEE4E4KQb9fVmq #BJTaR9JKLw9oViTdAlGegZ6e8sR3aVrm {  }
 }@media only screen and (max-width: 763px) { #oiMJq9JogVJWrrzRP4iEE4E4KQb9fVmq #DSvWSghfZiceXwNIDQ3X4FE9kp6o7TTt {  }
 }@media only screen and (max-width: 763px) { #oiMJq9JogVJWrrzRP4iEE4E4KQb9fVmq #RBkE5uHRibOwPXmGLTd6vWet041W56p5 {  }
 }@media only screen and (max-width: 763px) { #oiMJq9JogVJWrrzRP4iEE4E4KQb9fVmq #Q5Tuefpf0fkMh7nECuAhFZATMmBuP0SR {  }
 }@media only screen and (max-width: 763px) { #oiMJq9JogVJWrrzRP4iEE4E4KQb9fVmq #DTz59k6h3yswC841AaHu0tEKzbheXkZL {  }
 }@media only screen and (max-width: 763px) { #oiMJq9JogVJWrrzRP4iEE4E4KQb9fVmq #BUilILLFsMARZrZ0HChz5MrPJNPEEcBr {  }
 }@media only screen and (max-width: 763px) { #oiMJq9JogVJWrrzRP4iEE4E4KQb9fVmq #f9X6k13LgJDs8FTm8VTvA21OSAobtoIL {  }
 }@media only screen and (max-width: 763px) { #oiMJq9JogVJWrrzRP4iEE4E4KQb9fVmq #TAraFRmAodFvrpF4V5ObTwCK1Lu3FZTT {  }
 }@media only screen and (max-width: 763px) { #oiMJq9JogVJWrrzRP4iEE4E4KQb9fVmq #ZhKCbEiyHs2laUtipwLOXqPrr8uOuVh3 {  }
 }@media only screen and (max-width: 763px) { #oiMJq9JogVJWrrzRP4iEE4E4KQb9fVmq #a3rUxpSL2EEEraQxbTD3RZzWC6o8efMf {  }
 }@media only screen and (max-width: 763px) { #oiMJq9JogVJWrrzRP4iEE4E4KQb9fVmq #lTBLIZCzoMOPoaNJGIwTV28ukXIlpuFk {  }
 }@media only screen and (max-width: 763px) { #oiMJq9JogVJWrrzRP4iEE4E4KQb9fVmq #B8beACPS7wvuZveXStkVK254aZF0a6hl {  }
 }@media only screen and (max-width: 763px) { #oiMJq9JogVJWrrzRP4iEE4E4KQb9fVmq #aaKJ8Pf1OSs0b1Re9myKVNf8owlLIwtg {  }
 }@media only screen and (max-width: 763px) { #oiMJq9JogVJWrrzRP4iEE4E4KQb9fVmq #dVmlLgDf4sblByeKfBNwtobDyCRwyz32 {  }
 }@media only screen and (max-width: 763px) { #oiMJq9JogVJWrrzRP4iEE4E4KQb9fVmq #N4Qwmn9ZLTsmfAoSardRifVVwDL0L5P6 {  }
 }@media only screen and (max-width: 763px) { #oiMJq9JogVJWrrzRP4iEE4E4KQb9fVmq #eW0n4xwilBf5wf4TWQghen7XLOl9pdF4 {  }
 }@media only screen and (max-width: 763px) { #VyphdBNxr5DoXS5BOZk7pSQsQfok7Klg { width:20rem;height:3.25rem;top:49.125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IUR86ENhda9ztTdlf2JNrkUaGUhnLHFv .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#IUR86ENhda9ztTdlf2JNrkUaGUhnLHFv .accordion-heading-text { font-size:1rem;height:auto; }
#IUR86ENhda9ztTdlf2JNrkUaGUhnLHFv .accordion-desc-text { font-size:1rem;height:auto; }
#IUR86ENhda9ztTdlf2JNrkUaGUhnLHFv .accordion-trigger { background-image:url("https://icons.assets-landingi.com/icon_1b7e8499dad1ed8281807bfef75071b5a5b68614.svg"); }
#IUR86ENhda9ztTdlf2JNrkUaGUhnLHFv { display:flex;height:auto;width:20rem;top:54.237501144409rem;left:0rem; }
#IUR86ENhda9ztTdlf2JNrkUaGUhnLHFv .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #IUR86ENhda9ztTdlf2JNrkUaGUhnLHFv #cLXQAcxEl7TTVIysIPvg6SRAp1RvngXG {  }
 }@media only screen and (max-width: 763px) { #IUR86ENhda9ztTdlf2JNrkUaGUhnLHFv #IplM9FBO4ww9kLTGHX7aDMrsoGEK3koV {  }
 }@media only screen and (max-width: 763px) { #IUR86ENhda9ztTdlf2JNrkUaGUhnLHFv #d9nSHHT0Z8OaSFDQPtkMX2gJzLCOT2kJ {  }
 }@media only screen and (max-width: 763px) { #IUR86ENhda9ztTdlf2JNrkUaGUhnLHFv #cgCKTMeK1hOLQcWJKqaklAU2dm8RTJPp {  }
 }@media only screen and (max-width: 763px) { #IUR86ENhda9ztTdlf2JNrkUaGUhnLHFv #uyck3SR2JA0GPaT581pyoKezTJtXaW6f {  }
 }@media only screen and (max-width: 763px) { #IUR86ENhda9ztTdlf2JNrkUaGUhnLHFv #JyQnyLpZ7WZtuxTL6Kx1CV5Nb4CDSWXw {  }
 }@media only screen and (max-width: 763px) { #IUR86ENhda9ztTdlf2JNrkUaGUhnLHFv #MvWpAJF8TzSrN00BSlPFgkP6cGeL4lt8 {  }
 }@media only screen and (max-width: 763px) { #IUR86ENhda9ztTdlf2JNrkUaGUhnLHFv #xPqMfdGDc6aWAEA1D4GAiBLznqzqPUJT {  }
 }@media only screen and (max-width: 763px) { #IUR86ENhda9ztTdlf2JNrkUaGUhnLHFv #MbF1kIo6UnzhofTl7v8CS7nhzPiSMK5S {  }
 }@media only screen and (max-width: 763px) { #IUR86ENhda9ztTdlf2JNrkUaGUhnLHFv #KqtOe7vTcu8qCq9Jeg81eX4zyxOCGd2b {  }
 }@media only screen and (max-width: 763px) { #IUR86ENhda9ztTdlf2JNrkUaGUhnLHFv #cF0ZSmpDTuKzty7Q57W2cIJaOlzyw2Ff {  }
 }@media only screen and (max-width: 763px) { #IUR86ENhda9ztTdlf2JNrkUaGUhnLHFv #xivI2NlKuVr6thP1SamE2C5JME9NmW2E {  }
 }@media only screen and (max-width: 763px) { #IUR86ENhda9ztTdlf2JNrkUaGUhnLHFv #Gzhqh0wKxBlg19Nz6vGSaDbSzJEuR5GA {  }
 }@media only screen and (max-width: 763px) { #IUR86ENhda9ztTdlf2JNrkUaGUhnLHFv #aJ4H8eUmWI8XEDRJln1XXu6BPxxDDxPJ {  }
 }@media only screen and (max-width: 763px) { #IUR86ENhda9ztTdlf2JNrkUaGUhnLHFv #xNQdFOHkiurtLK4bOyfdXW1Hr44wSifs {  }
 }@media only screen and (max-width: 763px) { #IUR86ENhda9ztTdlf2JNrkUaGUhnLHFv #ECmF8SJmVzmhiBaq1WKrRqs3T6aLByXQ {  }
 }@media only screen and (max-width: 763px) { #IUR86ENhda9ztTdlf2JNrkUaGUhnLHFv #WE7Uhfn7VDyPel6E41zMp0rTR8SaKU4f {  }
 }@media only screen and (max-width: 763px) { #IUR86ENhda9ztTdlf2JNrkUaGUhnLHFv #kdkb7WI3zVBQXwTm7VfIE93Bz56xgcWU {  }
 }@media only screen and (max-width: 763px) { #IUR86ENhda9ztTdlf2JNrkUaGUhnLHFv #bfL2x7F9vX5TGLLVUrldqFibxzXbZW1P {  }
 }@media only screen and (max-width: 763px) { #IUR86ENhda9ztTdlf2JNrkUaGUhnLHFv #RFEaFnpdanUnH5wO9OUcB7BsOXu8B16W {  }
 }@media only screen and (max-width: 763px) { #dCsSsByDDQWTlKk3ZW2q42rn06w5KQMI { display:block; }#dCsSsByDDQWTlKk3ZW2q42rn06w5KQMI > .row .container { width:20rem;height:4.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rSAcmOyaTCeP5IHgV81P4JP5GKTrAhH3 { width:20rem;height:2.923825rem;top:0.85009765625rem;left:0rem;font-size:0.75rem;display:block; }
 }