.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:217,217,220;--color-primary-1:129,129,137;--color-primary-2:3,2,19;--color-primary-3:2,1,10;--color-primary-4:0,0,3;--color-secondary-0:217,229,254;--color-secondary-1:128,170,252;--color-secondary-2:0,84,248;--color-secondary-3:0,42,124;--color-secondary-4:0,13,37;--color-tertiary-0:255,255,255;--color-tertiary-1:179,227,200;--color-tertiary-2:0,160,73;--color-tertiary-3:0,80,37;--color-tertiary-4:0,16,7;--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); }#nc7qXuXERQgvPnFThUwwQvD1cyMMATV0 { position:relative;display:none; }#nc7qXuXERQgvPnFThUwwQvD1cyMMATV0 { border-width: 0; border-radius: 0; }#nc7qXuXERQgvPnFThUwwQvD1cyMMATV0 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#nc7qXuXERQgvPnFThUwwQvD1cyMMATV0 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#T8GROAmmMsEGU7ltFxlKtHJE4CrcXqmP { 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:31.25rem;width:31.25rem;display:none; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:38.5rem;width:75rem;overflow:visible;position:relative;display:block; }#ST30XeI2MCh9ZleScnWVvUFs3qR8Fl1P { color:rgba(var(--color-tertiary-4),1);display:block;width:31.9995rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:400;z-index:15000;line-height:1.4;letter-spacing:0;top:11.749267578125rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#gOI7DylCveLyR9s4hCT6QKzgaJ2d58Xl { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: none;height:16.5rem;width:24.9375rem;top:11.545654296875rem;left:49.97224554949rem;overflow:hidden;display:block; }
#Pp437h3tr2SBaldeGP9OVECxuZ81drFy { background-color:#00b9f1;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:30.78857421875rem;left:0rem;display:block; }
#oTxSOdSwXlVifCZ6SEBfcra8n7KUs064 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qfaQNTtFKkFu1L7Mtu4ImSndBZI2m5po { background-color:rgba(var(--color-tertiary-2),1);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:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;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:arial;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.6875rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:30.78857421875rem;left:18.374633789062rem;display:block; }
#JXQwiFfCVOcKRF5UqDBlbTEreIy005bb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uXz5SEaLlXiPex3KTzhlQI1KewhETdsf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#dGn19P91wMhyrC7GWS1zyeIgEAEwaEKN { background-color:#00a049;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:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;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:arial;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.6875rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:17.24365234375rem;left:7.6875rem;display:none; }
#K3l8pfTtP37TFWrwE8AdaVcJekDzZezm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QtnKDefa6zIrKTDeI91u16uLy7bL7mfR { box-sizing:content-box;height:1.875rem;width:6.5625rem;position:absolute;display:block;z-index:15014;background-color:#f6f6f6;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.68701171875rem;left:35.031127929688rem;border-top-right-radius:2.0625rem;border-bottom-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-top-left-radius:2.0625rem;display:block; }
#En7J5AKAlMrKK3EIhEL0q3PXOJPldLZh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.0620125rem;width:1.0620125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:2.093505859375rem;left:35.71044921875rem; }
#zF6W6ifcx3tTTX8KxQBd2nWBQkhKiGmT { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.12475625rem;width:4.12475625rem;top:0.5621337890625rem;left:36.7724609375rem;overflow:hidden;display:block; }
#PSEgo9H4e8XUtf9OsW3WDApnHFcwCc4h { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#rIX6tDulVZC7tLqIM6H6H5s7ISntzS88 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#NpFeggSRlPgtmvhrxWxptvCzUh5mX2Zc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:34.2890625rem;left:22.4609375rem;display:none; }
#A8stW5yiuKSQB8B51FHSJNmWPmAepG4k { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:31.72607421875rem;left:19.468383789062rem; }
#nQgS25TgBUthwUKTJhiTF4pvQkCEssaW { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.375rem;width:6.375rem;top:0rem;left:1.5850830078125rem;overflow:hidden;display:block; }
#P8oproSVPm0wXKzr9uqLTXm7msN4HoIP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#P8oproSVPm0wXKzr9uqLTXm7msN4HoIP > .row .container { background-color: transparent; background-image: none; }#P8oproSVPm0wXKzr9uqLTXm7msN4HoIP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P8oproSVPm0wXKzr9uqLTXm7msN4HoIP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P8oproSVPm0wXKzr9uqLTXm7msN4HoIP > .row .container > .video-iframe-container { display: none; }#P8oproSVPm0wXKzr9uqLTXm7msN4HoIP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P8oproSVPm0wXKzr9uqLTXm7msN4HoIP > .row > .video-iframe-container { display: none; }#P8oproSVPm0wXKzr9uqLTXm7msN4HoIP > .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); }#P8oproSVPm0wXKzr9uqLTXm7msN4HoIP > .row .container { border-width: 0; border-radius: 0; }#P8oproSVPm0wXKzr9uqLTXm7msN4HoIP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#P8oproSVPm0wXKzr9uqLTXm7msN4HoIP > .row .container { font-size:0.875rem;font-family:arial;height:4.6875rem;width:75rem;position:relative;display:block; }#i05EJTukep9SAu0Ach0MIh5EunD3iqiT { color:rgba(var(--color-tertiary-4),1);display:block;width:43.18725rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:1.4093017578125rem;left:15.905151367188rem;height:1.8682875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#DbH2L1GvMmWPHE9NVDg30ChNuTnb9pE6 { position:relative;display:block; }#DbH2L1GvMmWPHE9NVDg30ChNuTnb9pE6 { background-color: transparent; background-image: none; }#DbH2L1GvMmWPHE9NVDg30ChNuTnb9pE6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DbH2L1GvMmWPHE9NVDg30ChNuTnb9pE6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DbH2L1GvMmWPHE9NVDg30ChNuTnb9pE6 > .row .container > .video-iframe-container { display: none; }#DbH2L1GvMmWPHE9NVDg30ChNuTnb9pE6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DbH2L1GvMmWPHE9NVDg30ChNuTnb9pE6 > .row > .video-iframe-container { display: none; }#DbH2L1GvMmWPHE9NVDg30ChNuTnb9pE6 > .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); }#DbH2L1GvMmWPHE9NVDg30ChNuTnb9pE6 { border-width: 0; border-radius: 0; }#DbH2L1GvMmWPHE9NVDg30ChNuTnb9pE6 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#DbH2L1GvMmWPHE9NVDg30ChNuTnb9pE6 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f6f6f6;background-image:none;font-size:0.875rem;font-family:arial;height:37.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#i0hOI4kPo4akmQdTFT6egaXBrStJHPNO { color:rgba(var(--color-tertiary-4),1);display:block;width:19.7485625rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:16.8125rem;left:12.375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#OxLWuyyyS68J64fGeiX5VyOkXPbTkAcp { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: none;height:12.999875rem;width:19.624625rem;top:2.8125rem;left:10.8125rem;overflow:hidden;display:block; }
#DN1L88DuhzlKtWFAGWmS3QzuWMAKKJQ7 { box-sizing:content-box;height:32.625rem;width:24.25rem;position:absolute;display:block;z-index:15000;background-color:#f6f6f6;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.0625rem;left:8.6875rem;border-top-right-radius:2.0625rem;border-bottom-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-top-left-radius:2.0625rem;display:block; }
#QGUfzXNoZupe4K5v76CfGrzpwI68G1rG { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:22.686767578125rem;left:11.248779296875rem;height:;display:block; }#QGUfzXNoZupe4K5v76CfGrzpwI68G1rG li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#QGUfzXNoZupe4K5v76CfGrzpwI68G1rG li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_40a0fbda05a669fdc927624bc1e18df55189e9d5.svg); }
#XSaWaVCX33wZLVGnKVkaEHQDr5PTBtTH { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: none;height:25.249625rem;width:25.249625rem;top:3.75rem;left:46.06201171875rem;overflow:hidden;display:block; }
#S3zX3iCnnwrpBgd5Ifcnm3FTptx7EXb5 { background-color:#00b9f1;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:33.685913085938rem;left:12.374877929688rem;display:block; }
#apseOAWMrlWmUAibQBD5ep6xMWfMTu7d { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#npTBeF5F1Mm1orOLkdnIu6a43RgiwqIG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;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; }#npTBeF5F1Mm1orOLkdnIu6a43RgiwqIG > .row .container { background-color: transparent; background-image: none; }#npTBeF5F1Mm1orOLkdnIu6a43RgiwqIG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#npTBeF5F1Mm1orOLkdnIu6a43RgiwqIG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#npTBeF5F1Mm1orOLkdnIu6a43RgiwqIG > .row .container > .video-iframe-container { display: none; }#npTBeF5F1Mm1orOLkdnIu6a43RgiwqIG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#npTBeF5F1Mm1orOLkdnIu6a43RgiwqIG > .row > .video-iframe-container { display: none; }#npTBeF5F1Mm1orOLkdnIu6a43RgiwqIG > .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); }#npTBeF5F1Mm1orOLkdnIu6a43RgiwqIG > .row .container { border-width: 0; border-radius: 0; }#npTBeF5F1Mm1orOLkdnIu6a43RgiwqIG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#npTBeF5F1Mm1orOLkdnIu6a43RgiwqIG > .row .container { font-size:0.875rem;font-family:arial;height:4.0625rem;width:75rem;position:relative;display:block; }#eQ7666OzXeh9LTsLZMnWsz0nQcJRpHQ3 { color:rgba(var(--color-tertiary-4),1);display:block;width:26.061375rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:0.8935546875rem;left:24.468383789062rem;height:2.27478125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#tUD7xsteEa2RJVrf5B1wPDm3AMTrGHCD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;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; }#tUD7xsteEa2RJVrf5B1wPDm3AMTrGHCD > .row .container { background-color: transparent; background-image: none; }#tUD7xsteEa2RJVrf5B1wPDm3AMTrGHCD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tUD7xsteEa2RJVrf5B1wPDm3AMTrGHCD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tUD7xsteEa2RJVrf5B1wPDm3AMTrGHCD > .row .container > .video-iframe-container { display: none; }#tUD7xsteEa2RJVrf5B1wPDm3AMTrGHCD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tUD7xsteEa2RJVrf5B1wPDm3AMTrGHCD > .row > .video-iframe-container { display: none; }#tUD7xsteEa2RJVrf5B1wPDm3AMTrGHCD > .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); }#tUD7xsteEa2RJVrf5B1wPDm3AMTrGHCD > .row .container { border-width: 0; border-radius: 0; }#tUD7xsteEa2RJVrf5B1wPDm3AMTrGHCD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tUD7xsteEa2RJVrf5B1wPDm3AMTrGHCD > .row .container { font-size:0.875rem;font-family:arial;height:37.25rem;width:75rem;position:relative;display:block; }#WF1OVeRzPrbiKe3Z81xJmUqhp1rRVqiG { box-sizing:content-box;height:35rem;width:22.5625rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.84228515625rem;left:1.2176513671875rem;border-top-right-radius:2.0625rem;border-bottom-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-top-left-radius:2.0625rem;display:block; }
#NohQwwDJQ3XJCTq9H6lSobMtiPRuXymJ { box-sizing:content-box;height:35.0625rem;width:22.5625rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.843505859375rem;left:26.21826171875rem;border-top-right-radius:2.0625rem;border-bottom-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-top-left-radius:2.0625rem;display:block; }
#dbBFbJnHdwugik1zployU1w2zyCuwR8D { box-sizing:content-box;height:34.6875rem;width:22.5625rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.8441162109375rem;left:51.218872070312rem;border-top-right-radius:2.0625rem;border-bottom-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-top-left-radius:2.0625rem;display:block; }
#NlcyfZPWr3ASgJuFmFfZynnThmzZsFsS { color:rgba(var(--color-tertiary-4),1);display:block;width:17.124625rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:5.51513671875rem;left:3.9361572265625rem;height:2.27478125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#mWazz64ET962g9yRQKQ8li6VMU3u05bA { color:rgba(var(--color-secondary-3),1);display:block;width:8.4375rem;position:absolute;font-family:poppins;font-size:4.375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:8.3135986328125rem;left:7.5rem;height:;display:block; }
#KEWiuEuXdFHUN6piKmRVNExTgQPzIX6z { color:rgba(var(--color-tertiary-4),1);display:block;width:18.2495rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:5.4754638671875rem;left:30rem;height:2.27478125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#xRfiIisTTTrTBiL0KS2vZpTzOUNmkMSV { color:rgba(var(--color-secondary-3),1);display:block;width:9.6875rem;position:absolute;font-family:poppins;font-size:4.375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:8.3135986328125rem;left:32.65625rem;height:5.68725625rem;display:block; }
#VZtlFofLTrx5rhzTKKg0BHpQGLgFnl3X { color:rgba(var(--color-secondary-3),1);display:block;width:10.4358125rem;position:absolute;font-family:poppins;font-size:4.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:8.3135986328125rem;left:57.281494140625rem;height:5.68725625rem;display:block; }
#J8uHXQN3rdMkHZTsbOb2vOiwf5bm8yZB { color:rgba(var(--color-tertiary-4),1);display:block;width:17.999875rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:5.4754638671875rem;left:54.500122070312rem;height:2.27478125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#V1TM5e0ziisuuW5mrSW0qwXt5Gtggeko { background-color:#00b9f1;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:30.068359375rem;left:3.75rem;display:block; }
#rnMikNanuycEETen4Jff2DSwr0cxp0lJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tfUDhToooVKOaIftabgfBm5WXDRorDSS { background-color:#00b9f1;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:30.068969726562rem;left:28.75rem;display:block; }
#DU2Va51lvmTIV8TTBiT0PO0D2sNSLi34 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LRSIcdnU7sWZm1tTK2oqIz6GbhFxHhrD { background-color:#00b9f1;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:30.068359375rem;left:53.75rem;display:block; }
#Bs4IAI1aeA7kPToIoC21cTNb5XgtbqfX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#R0fApevIGa79FxAxhelSUmMZHxo0zya8 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:16.312866210938rem;left:3.125rem;height:10.3460625rem;display:block; }#R0fApevIGa79FxAxhelSUmMZHxo0zya8 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#R0fApevIGa79FxAxhelSUmMZHxo0zya8 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_40a0fbda05a669fdc927624bc1e18df55189e9d5.svg); }
#AVBZy6BT7byEgKil8MfleTlrdtim6COm { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-1),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-1),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-1),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-1),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-1),1));background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:25.563354492188rem;left:3.75rem;display:none; }
#pBXoVMmT5cuIiklOm3gpSFqapZ5qucwJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#g9uuAoocNDi5WHaQW66Pk24cNDkuS90U { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-1),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-1),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-1),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-1),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-1),1));background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:25.563354492188rem;left:3.75rem;display:none; }
#Rs08E6k66LNofJoPE3wrttUTQ3x80FbZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AhLTfvqqSRHgTNhbJWlHBJfoUFPkdlzI { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:16.312255859375rem;left:28.75rem;height:10.3460625rem;display:block; }#AhLTfvqqSRHgTNhbJWlHBJfoUFPkdlzI li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#AhLTfvqqSRHgTNhbJWlHBJfoUFPkdlzI li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_40a0fbda05a669fdc927624bc1e18df55189e9d5.svg); }
#q13qZsaQ75DExCUJ4qMxJpg8GkrEuscA { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:16.312255859375rem;left:53.125rem;height:10.3460625rem;display:block; }#q13qZsaQ75DExCUJ4qMxJpg8GkrEuscA li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#q13qZsaQ75DExCUJ4qMxJpg8GkrEuscA li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_40a0fbda05a669fdc927624bc1e18df55189e9d5.svg); }
#pXtP9F1kl9L9TQlMV5PbEXkt0HSzTIFg { position:relative;display:block; }#pXtP9F1kl9L9TQlMV5PbEXkt0HSzTIFg { background-color: transparent; background-image: none; }#pXtP9F1kl9L9TQlMV5PbEXkt0HSzTIFg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pXtP9F1kl9L9TQlMV5PbEXkt0HSzTIFg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pXtP9F1kl9L9TQlMV5PbEXkt0HSzTIFg > .row .container > .video-iframe-container { display: none; }#pXtP9F1kl9L9TQlMV5PbEXkt0HSzTIFg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pXtP9F1kl9L9TQlMV5PbEXkt0HSzTIFg > .row > .video-iframe-container { display: none; }#pXtP9F1kl9L9TQlMV5PbEXkt0HSzTIFg > .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); }#pXtP9F1kl9L9TQlMV5PbEXkt0HSzTIFg { border-width: 0; border-radius: 0; }#pXtP9F1kl9L9TQlMV5PbEXkt0HSzTIFg > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#pXtP9F1kl9L9TQlMV5PbEXkt0HSzTIFg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:3.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ghpcbsEEWrXiEcPH5TfLMM0tLJ3A949S { color:rgba(var(--color-tertiary-4),1);display:block;width:32.8125rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:0.9405517578125rem;left:21.905517578125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#D8evEyUgWsFNPB31pyXTI6M9abewSPew { position:relative;display:block; }#D8evEyUgWsFNPB31pyXTI6M9abewSPew { background-color: transparent; background-image: none; }#D8evEyUgWsFNPB31pyXTI6M9abewSPew::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D8evEyUgWsFNPB31pyXTI6M9abewSPew > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D8evEyUgWsFNPB31pyXTI6M9abewSPew > .row .container > .video-iframe-container { display: none; }#D8evEyUgWsFNPB31pyXTI6M9abewSPew > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D8evEyUgWsFNPB31pyXTI6M9abewSPew > .row > .video-iframe-container { display: none; }#D8evEyUgWsFNPB31pyXTI6M9abewSPew > .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); }#D8evEyUgWsFNPB31pyXTI6M9abewSPew { border-width: 0; border-radius: 0; }#D8evEyUgWsFNPB31pyXTI6M9abewSPew > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#D8evEyUgWsFNPB31pyXTI6M9abewSPew > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f6f6f6;background-image:none;font-size:0.875rem;font-family:arial;height:14.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#VudJtaFJmwCbck4xCBL5Acyd0bJB0C59 { color:rgba(var(--color-tertiary-4),1);display:block;width:11.749875rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:5.3826904296875rem;left:5.521240234375rem;height:1.70593125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#QX9a3mRDIP5ztKi8xPFtWg7TES7qwVU1 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.874625rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:5.3826904296875rem;left:29.561157226562rem;height:1.70593125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#enOKZFUWxhAqVT8WFJBVbNxd3qg2LdXp { color:rgba(var(--color-tertiary-4),1);display:block;width:13.687125rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:5.3826904296875rem;left:55.654907226562rem;height:1.70593125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#yaBCGiqVVGrIJRTXk26C67PbsmlgTRz8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.43713125rem;width:2.43713125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:2.984619140625rem;left:10.176391601562rem; }
#JFeCPQJZ91CgvNnR7E5HFlRw15ivklmF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.24975625rem;width:2.24975625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:3.17138671875rem;left:36.375122070312rem; }
#DGEv2xDUfbdDe8eOfC8qiaJ9i7fXxxWc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.062375rem;width:2.062375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:3.359375rem;left:61.467895507812rem; }
#FpKCTmyt1LQB0ktiHVsooQ6AbDmNRxiX { color:rgba(var(--color-primary-2),1);display:block;width:16.12425rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:7.6470947265625rem;left:4.437255859375rem;height:3.4130875rem;font-style:normal;display:block; }
#MB686AeiGG3rUIG2CcfUUsArotkSdTdp { color:rgba(var(--color-primary-2),1);display:block;width:16.1236875rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:7.6470947265625rem;left:29.437866210938rem;height:3.4130875rem;font-style:normal;display:block; }
#znpvBB6vJ6hoH5AVnpoOvX2qrKMHapOp { color:rgba(var(--color-primary-2),1);display:block;width:16.1236875rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:7.6470947265625rem;left:54.437866210938rem;height:4.55078125rem;font-style:normal;display:block; }
#oSTN3ePFVQNs3U59c04yIKWQrAc8eTuK { position:relative;display:block; }#oSTN3ePFVQNs3U59c04yIKWQrAc8eTuK { background-color: transparent; background-image: none; }#oSTN3ePFVQNs3U59c04yIKWQrAc8eTuK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oSTN3ePFVQNs3U59c04yIKWQrAc8eTuK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oSTN3ePFVQNs3U59c04yIKWQrAc8eTuK > .row .container > .video-iframe-container { display: none; }#oSTN3ePFVQNs3U59c04yIKWQrAc8eTuK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oSTN3ePFVQNs3U59c04yIKWQrAc8eTuK > .row > .video-iframe-container { display: none; }#oSTN3ePFVQNs3U59c04yIKWQrAc8eTuK > .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); }#oSTN3ePFVQNs3U59c04yIKWQrAc8eTuK { border-width: 0; border-radius: 0; }#oSTN3ePFVQNs3U59c04yIKWQrAc8eTuK > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#oSTN3ePFVQNs3U59c04yIKWQrAc8eTuK > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:36.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#JMPlTaPkT4dVZgh4NOSzRI0LpFq9l2kb .widget-form-header {  }
#JMPlTaPkT4dVZgh4NOSzRI0LpFq9l2kb .widget-regular-label { height:auto;display:block;font-family:arial;font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:17.5rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#JMPlTaPkT4dVZgh4NOSzRI0LpFq9l2kb .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-1),1);border-left:0.0625rem solid rgba(var(--color-primary-1),1);border-right:0.0625rem solid rgba(var(--color-primary-1),1);border-bottom:0.0625rem solid rgba(var(--color-primary-1),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.8125rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:arial;box-shadow: none;line-height:1.6; }
#JMPlTaPkT4dVZgh4NOSzRI0LpFq9l2kb .widget-input-text {padding-top: 0; padding-bottom: 0;}#JMPlTaPkT4dVZgh4NOSzRI0LpFq9l2kb .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-1),1);border-left:0.0625rem solid rgba(var(--color-primary-1),1);border-right:0.0625rem solid rgba(var(--color-primary-1),1);border-bottom:0.0625rem solid rgba(var(--color-primary-1),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial;line-height:1.6; }
#JMPlTaPkT4dVZgh4NOSzRI0LpFq9l2kb .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;box-shadow: none; }
#JMPlTaPkT4dVZgh4NOSzRI0LpFq9l2kb .widget-input-select {padding-top: 0; padding-bottom: 0;}#JMPlTaPkT4dVZgh4NOSzRI0LpFq9l2kb .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#JMPlTaPkT4dVZgh4NOSzRI0LpFq9l2kb .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#JMPlTaPkT4dVZgh4NOSzRI0LpFq9l2kb .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#00b9f1;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:17.5rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: none; }
#JMPlTaPkT4dVZgh4NOSzRI0LpFq9l2kb [class*="-text"]:-moz-placeholder { color:rgba(var(--color-primary-2),1);font-family:arial;font-size:0.875rem; }
#JMPlTaPkT4dVZgh4NOSzRI0LpFq9l2kb [class*="-text"]::-moz-placeholder { color:rgba(var(--color-primary-2),1);font-family:arial;font-size:0.875rem; }
#JMPlTaPkT4dVZgh4NOSzRI0LpFq9l2kb [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-primary-2),1);font-family:arial;font-size:0.875rem; }
#JMPlTaPkT4dVZgh4NOSzRI0LpFq9l2kb [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-primary-2),1);font-family:arial;font-size:0.875rem; }
#JMPlTaPkT4dVZgh4NOSzRI0LpFq9l2kb .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:16.25rem;overflow:hidden;font-style:normal; }
#JMPlTaPkT4dVZgh4NOSzRI0LpFq9l2kb .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; }
#JMPlTaPkT4dVZgh4NOSzRI0LpFq9l2kb .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);overflow:hidden;font-style:normal;line-height:1.3; }
#JMPlTaPkT4dVZgh4NOSzRI0LpFq9l2kb .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#JMPlTaPkT4dVZgh4NOSzRI0LpFq9l2kb .widget-container:first-of-type{padding-top:0;}#JMPlTaPkT4dVZgh4NOSzRI0LpFq9l2kb .widget-container:last-of-type{padding-bottom:0;}#JMPlTaPkT4dVZgh4NOSzRI0LpFq9l2kb  { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;position:absolute;top:3.0645751953125rem;left:48.75rem; }
#JMPlTaPkT4dVZgh4NOSzRI0LpFq9l2kb .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem; }
#JMPlTaPkT4dVZgh4NOSzRI0LpFq9l2kb .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#JMPlTaPkT4dVZgh4NOSzRI0LpFq9l2kb {display:block;}#JMPlTaPkT4dVZgh4NOSzRI0LpFq9l2kb { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;position:absolute;top:3.0645751953125rem;left:48.75rem; }
#JMPlTaPkT4dVZgh4NOSzRI0LpFq9l2kb #OTZRsVGeOrLDNC3Mhioqcwe5ccXSXCQA { position:relative; }
#JMPlTaPkT4dVZgh4NOSzRI0LpFq9l2kb #PI5HRfuJWvKJwTFNDphggxcOMvmWWBoU { position:relative;display:block; }
#JMPlTaPkT4dVZgh4NOSzRI0LpFq9l2kb #EmQoSUK9H9gI9wBWhLqdJ46TnJTdWNir { position:relative; }
#JMPlTaPkT4dVZgh4NOSzRI0LpFq9l2kb #erFQG2QkxedGx27lliWN1dV1NenTgU4m { position:relative; }
#JMPlTaPkT4dVZgh4NOSzRI0LpFq9l2kb #IysOpSdQwn5A8uI4pBCDnJbliOgA3l8L { position:relative;display:block; }
#JMPlTaPkT4dVZgh4NOSzRI0LpFq9l2kb #w1fA5hpV9Kdrk7Gr9izXQHBINmW4kmeQ { position:relative; }
#JMPlTaPkT4dVZgh4NOSzRI0LpFq9l2kb #uOuwwVZdl727P9iBZ3mngEtQ5SZ4uvx5 { position:relative; }
#JMPlTaPkT4dVZgh4NOSzRI0LpFq9l2kb #cmaVAf8uNXTZsLcrAsvTT0yxrQAvCdr3 { position:relative;display:block; }
#JMPlTaPkT4dVZgh4NOSzRI0LpFq9l2kb #yemHArrGyHAS234KfQQGGiETcfLJ5nNu { position:relative; }
#JMPlTaPkT4dVZgh4NOSzRI0LpFq9l2kb #J9KUhBBhswM0q7c4loa46Nqzw9rmhLdZ { position:relative; }
#JMPlTaPkT4dVZgh4NOSzRI0LpFq9l2kb #W15L7S7Z7ZdTeShzlAoTnEPZilobVur9 { position:relative;display:block; }
#JMPlTaPkT4dVZgh4NOSzRI0LpFq9l2kb #Gd5DfVE0UIKL3QlyHDNKNFNXGHr19Mh5 { position:relative; }
#JMPlTaPkT4dVZgh4NOSzRI0LpFq9l2kb #y2rX2TsKxCSUHWaU06rAwGJJtBBHxGQq { position:relative; }
#JMPlTaPkT4dVZgh4NOSzRI0LpFq9l2kb #bnfg6ZTtSvE4uDSPZ5XaxKcTQAU8mUMs { position:relative;display:block; }
#JMPlTaPkT4dVZgh4NOSzRI0LpFq9l2kb #vslr81FwrShOT1oUCWGb15O3ziqkW96E { position:relative; }
#JMPlTaPkT4dVZgh4NOSzRI0LpFq9l2kb #o2xD70gG6hxSGixBofWPiCziLda48tJP { position:relative; }
#JMPlTaPkT4dVZgh4NOSzRI0LpFq9l2kb #z3TIKcVhl7PylBVraPmEQQVtLfcdAfxb { position:relative; }
#xaWRm3gaCs8t69k2eNXqlpNcEoBugtdA { color:rgba(var(--color-tertiary-4),1);display:block;width:30.99975rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.0645751953125rem;left:4.9127197265625rem;height:6.499rem;display:block; }
#JUJr6BC9BIfx20hJlAefWFaQn0HKXWEa { color:rgba(var(--color-tertiary-4),1);display:block;width:29.624rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:11.189575195312rem;left:4.9127197265625rem;height:2.598875rem;display:block; }
#OM4cnTSRFotptxHfv5TtAFq2uPhIKoTa { color:rgba(var(--color-tertiary-4),1);display:block;width:13.0609375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:30.064086914062rem;left:9.0625rem;height:1.62475625rem;font-style:normal;display:block; }
#zy82bac9Nb1dQgeTyJZQhl6eIlBPrxS6 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.187125rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:17.162475585938rem;left:8.499755859375rem;height:1.62475625rem;font-style:normal;display:block; }
#mVHaaJzyCNb7hIoas0Bo4NpScDQuipL5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.062375rem;width:2.062375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:17.02392578125rem;left:6.0614013671875rem; }
#wtGKmv8hFWT4XG2mKBgluEUznnQJOrqC { color:rgba(var(--color-tertiary-4),1);display:block;width:11.311625rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:23.758544921875rem;left:8.499755859375rem;height:1.62475625rem;font-style:normal;display:block; }
#nxdoZJLXSDGIOJQyrCe71dzG18fuemHO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:23.477172851562rem;left:5.74853515625rem; }
#xFtcNN2d7sSs3n6v9Sr0TqQF2Hw2FqRr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.374875rem;width:2.374875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:29.688110351562rem;left:5.9039306640625rem; }
#yDQ0TloWCpOZPu6ma7SCVlEAFsGfQN9Z { color:rgba(var(--color-tertiary-4),1);display:block;width:8.6859375rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:7.547119140625rem;left:27.7734375rem;height:1.381225rem;font-style:normal;display:none; }
#Bbm1ytaBhf1xU8U1iWdXgOWXudhZUVUs { color:rgba(var(--color-tertiary-4),1);display:block;width:21.31225rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:31.688842773438rem;left:49.998779296875rem;height:2.2753875rem;display:block; }
#TrTdZrHaaOLZuuJ9C3KoXllgASyK7sCB { position:relative;display:block; }#TrTdZrHaaOLZuuJ9C3KoXllgASyK7sCB { background-color: transparent; background-image: none; }#TrTdZrHaaOLZuuJ9C3KoXllgASyK7sCB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TrTdZrHaaOLZuuJ9C3KoXllgASyK7sCB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TrTdZrHaaOLZuuJ9C3KoXllgASyK7sCB > .row .container > .video-iframe-container { display: none; }#TrTdZrHaaOLZuuJ9C3KoXllgASyK7sCB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TrTdZrHaaOLZuuJ9C3KoXllgASyK7sCB > .row > .video-iframe-container { display: none; }#TrTdZrHaaOLZuuJ9C3KoXllgASyK7sCB > .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); }#TrTdZrHaaOLZuuJ9C3KoXllgASyK7sCB { border-width: 0; border-radius: 0; }#TrTdZrHaaOLZuuJ9C3KoXllgASyK7sCB > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#TrTdZrHaaOLZuuJ9C3KoXllgASyK7sCB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:22.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#E2AouPOMTDNL7dBkVkIHMMECNseLVpKr { position:absolute;display:block;z-index:15000;height:21.749875rem;width:38.75rem;top:0.8123779296875rem;left:17.5rem;display:block; }
#OPa13Pt3mmCl8e0cRSNDeRpb7DbEUQ84 { position:relative;display:block; }#OPa13Pt3mmCl8e0cRSNDeRpb7DbEUQ84 { background-color: transparent; background-image: none; }#OPa13Pt3mmCl8e0cRSNDeRpb7DbEUQ84::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OPa13Pt3mmCl8e0cRSNDeRpb7DbEUQ84 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OPa13Pt3mmCl8e0cRSNDeRpb7DbEUQ84 > .row .container > .video-iframe-container { display: none; }#OPa13Pt3mmCl8e0cRSNDeRpb7DbEUQ84 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OPa13Pt3mmCl8e0cRSNDeRpb7DbEUQ84 > .row > .video-iframe-container { display: none; }#OPa13Pt3mmCl8e0cRSNDeRpb7DbEUQ84 > .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); }#OPa13Pt3mmCl8e0cRSNDeRpb7DbEUQ84 { border-width: 0; border-radius: 0; }#OPa13Pt3mmCl8e0cRSNDeRpb7DbEUQ84 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#OPa13Pt3mmCl8e0cRSNDeRpb7DbEUQ84 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:26.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#GDWFDxNJ5luNOuEigqdwWK1P451VLxgk .accordion-element-container { border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#GDWFDxNJ5luNOuEigqdwWK1P451VLxgk .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; }
#GDWFDxNJ5luNOuEigqdwWK1P451VLxgk .accordion-heading-text { display:block;position:relative;width:100%;font-family:poppins;font-weight:700;font-size:1.25rem;color:rgba(var(--color-tertiary-4),1); }
#GDWFDxNJ5luNOuEigqdwWK1P451VLxgk .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:arial;color:rgba(var(--color-tertiary-4),1); }
#GDWFDxNJ5luNOuEigqdwWK1P451VLxgk .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_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#GDWFDxNJ5luNOuEigqdwWK1P451VLxgk .accordion-trigger.adaptive-delivery-prevent-bg, #GDWFDxNJ5luNOuEigqdwWK1P451VLxgk .accordion-trigger.lazyload, #GDWFDxNJ5luNOuEigqdwWK1P451VLxgk .accordion-trigger.lazyloading { background-image: none; }
#GDWFDxNJ5luNOuEigqdwWK1P451VLxgk { box-sizing:content-box;height:auto;width:35rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15000;background-color:#f6f6f6;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:5.4375rem;left:0rem; }
#GDWFDxNJ5luNOuEigqdwWK1P451VLxgk .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#GDWFDxNJ5luNOuEigqdwWK1P451VLxgk #ePSlfeIL62l16mgJUbBBhQb3qJOGAg6S { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#GDWFDxNJ5luNOuEigqdwWK1P451VLxgk #tT4ecHr3rlqJ5NXAy14cbCrzx9rsUqeo { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#GDWFDxNJ5luNOuEigqdwWK1P451VLxgk #urO72G61BSBJfIavVTQdFOZGEfCs6Svy { display:block;position:relative; }
#GDWFDxNJ5luNOuEigqdwWK1P451VLxgk #Q09IEWReXQCCTZLEk88C6re0eAT1Q2Za {  }
#GDWFDxNJ5luNOuEigqdwWK1P451VLxgk #aOxSyJfhtcvxqc8LDAMpShXnle2zei2U {  }
#GDWFDxNJ5luNOuEigqdwWK1P451VLxgk #rbJ6uvKwMoUKa1Tunox57WuRDeJE6zyt { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#GDWFDxNJ5luNOuEigqdwWK1P451VLxgk #LPa4rtC2Nlxw379ilMLfGVTz9PmB27Iw { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#GDWFDxNJ5luNOuEigqdwWK1P451VLxgk #lMeu4ZnZN5gDVRspy5cT5layrKqUSzrA { display:block;position:relative; }
#GDWFDxNJ5luNOuEigqdwWK1P451VLxgk #gIFabgVWkh324Bgp0A6qAItQNcBoTDs4 {  }
#GDWFDxNJ5luNOuEigqdwWK1P451VLxgk #Q4Zrn0WzMnz7m8pLLTKmczPT9rVGafvc { display:none; }
#GDWFDxNJ5luNOuEigqdwWK1P451VLxgk #Kc4zRUJ2q5u7S8H9D5EgCvcJWz9su4oq { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#GDWFDxNJ5luNOuEigqdwWK1P451VLxgk #xJCp0XsX4azsuNDZgP7364lTRyxKQXZ7 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#GDWFDxNJ5luNOuEigqdwWK1P451VLxgk #SaJy0qOiSt2PM9b3gnFwmCHUZg8ObQFx { display:block;position:relative; }
#GDWFDxNJ5luNOuEigqdwWK1P451VLxgk #ziW5gkX307HVkrR11DOpw50JsZqvTH2q {  }
#GDWFDxNJ5luNOuEigqdwWK1P451VLxgk #oSnwQRwEi7RibBIbEJOCTL1d9yU9nIXN { display:none; }
#GDWFDxNJ5luNOuEigqdwWK1P451VLxgk #o7aGrie1HvuuA15z9qHn8RslWXCDmuEb { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#GDWFDxNJ5luNOuEigqdwWK1P451VLxgk #MktXsAye5Twr9o0SGgQyHqRerJ8Cz9iH { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#GDWFDxNJ5luNOuEigqdwWK1P451VLxgk #aoPbo1HN6oPRpaOE5dOc1RQAmeyimr2N { display:block;position:relative; }
#GDWFDxNJ5luNOuEigqdwWK1P451VLxgk #ZfUd6vEQH5ZSZiBceUItxylkbzOLU7Cs {  }
#GDWFDxNJ5luNOuEigqdwWK1P451VLxgk #oU6Gs2uApb5GT5V19ZTH2BPT4x144gFk { display:none; }
#omr7WdqTJgs2edvaRuqQciHCsyMVrELN { color:rgba(var(--color-tertiary-4),1);display:block;width:3.937375rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.7498779296875rem;left:16.780395507812rem;height:2.27478125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#X6UxZcBHIkCLAlE9KFltMEKNkVbd6RTr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.749875rem;width:1.749875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:20.029907226562rem;left:47.7099609375rem; }
#B796JZTp2zwZF17vcPV2JZaRnUa6wTgw { 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:6.25rem;width:6.25rem;top:26.8115234375rem;left:34.186401367188rem;overflow:hidden;display:block; }
#KCKhTfBTiO1GJ7Tnbd31pUHct7DuiPA9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;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; }#KCKhTfBTiO1GJ7Tnbd31pUHct7DuiPA9 > .row .container { background-color: transparent; background-image: none; }#KCKhTfBTiO1GJ7Tnbd31pUHct7DuiPA9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KCKhTfBTiO1GJ7Tnbd31pUHct7DuiPA9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KCKhTfBTiO1GJ7Tnbd31pUHct7DuiPA9 > .row .container > .video-iframe-container { display: none; }#KCKhTfBTiO1GJ7Tnbd31pUHct7DuiPA9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KCKhTfBTiO1GJ7Tnbd31pUHct7DuiPA9 > .row > .video-iframe-container { display: none; }#KCKhTfBTiO1GJ7Tnbd31pUHct7DuiPA9 > .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); }#KCKhTfBTiO1GJ7Tnbd31pUHct7DuiPA9 > .row .container { border-width: 0; border-radius: 0; }#KCKhTfBTiO1GJ7Tnbd31pUHct7DuiPA9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KCKhTfBTiO1GJ7Tnbd31pUHct7DuiPA9 > .row .container { font-size:0.875rem;font-family:arial;height:6.4375rem;width:75rem;position:relative;display:block; }#OVehvIksTk6nrtm7zUZcuhSrzVEdHMEG { color:#793a4c;display:block;width:17.1875rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:2.09375rem;left:50.3125rem;height:2.2753875rem;text-align:right;text-align-last:right;display:block; }
#ZQGqNT6MwHxhywDvRoFDXJXW2ePRPEah { color:#000000;display:block;width:7.124625rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:2.6495361328125rem;left:3.87451171875rem;height:1.13769375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lLnDFiqWREWI6fuhNaTuzdoJvNUFygkv { 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:31.25rem;width:31.25rem;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #nc7qXuXERQgvPnFThUwwQvD1cyMMATV0 { display:none; }#nc7qXuXERQgvPnFThUwwQvD1cyMMATV0 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #T8GROAmmMsEGU7ltFxlKtHJE4CrcXqmP { width:31.25rem;height:31.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ST30XeI2MCh9ZleScnWVvUFs3qR8Fl1P { top:11.6875rem;left:0rem;width:31.9375rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOI7DylCveLyR9s4hCT6QKzgaJ2d58Xl { top:11.5rem;left:19.5rem;width:24.9375rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pp437h3tr2SBaldeGP9OVECxuZ81drFy { width:17.5rem;height:3.4375rem;top:30.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTxSOdSwXlVifCZ6SEBfcra8n7KUs064 { display:block; }
 }@media only screen and (max-width: 763px) { #qfaQNTtFKkFu1L7Mtu4ImSndBZI2m5po { width:19.6875rem;height:3.4375rem;top:30.75rem;left:4.7496337890625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXQwiFfCVOcKRF5UqDBlbTEreIy005bb { display:block; }
 }@media only screen and (max-width: 763px) { #uXz5SEaLlXiPex3KTzhlQI1KewhETdsf { display:none; }
 }@media only screen and (max-width: 763px) { #dGn19P91wMhyrC7GWS1zyeIgEAEwaEKN { width:19.6875rem;height:3.4375rem;top:17.1875rem;left:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #K3l8pfTtP37TFWrwE8AdaVcJekDzZezm { display:block; }
 }@media only screen and (max-width: 763px) { #QtnKDefa6zIrKTDeI91u16uLy7bL7mfR { top:1.625rem;left:21.406127929688rem;width:6.5625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #En7J5AKAlMrKK3EIhEL0q3PXOJPldLZh { top:2.0625rem;left:22.08544921875rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zF6W6ifcx3tTTX8KxQBd2nWBQkhKiGmT { top:0.5rem;left:23.1474609375rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSEgo9H4e8XUtf9OsW3WDApnHFcwCc4h { display:none; }
 }@media only screen and (max-width: 763px) { #rIX6tDulVZC7tLqIM6H6H5s7ISntzS88 { display:none; }
 }@media only screen and (max-width: 763px) { #NpFeggSRlPgtmvhrxWxptvCzUh5mX2Zc { top:34.875rem;left:9.4609375rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #A8stW5yiuKSQB8B51FHSJNmWPmAepG4k { top:31.6875rem;left:5.8433837890625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQgS25TgBUthwUKTJhiTF4pvQkCEssaW { top:0rem;left:0rem;width:6.375rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8oproSVPm0wXKzr9uqLTXm7msN4HoIP { display:block; }#P8oproSVPm0wXKzr9uqLTXm7msN4HoIP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i05EJTukep9SAu0Ach0MIh5EunD3iqiT { top:1.375rem;left:2.2801513671875rem;width:43.125rem;height:;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbH2L1GvMmWPHE9NVDg30ChNuTnb9pE6 { display:block; }#DbH2L1GvMmWPHE9NVDg30ChNuTnb9pE6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i0hOI4kPo4akmQdTFT6egaXBrStJHPNO { top:16.75rem;left:4.1875rem;width:19.6875rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxLWuyyyS68J64fGeiX5VyOkXPbTkAcp { top:2.8125rem;left:4rem;width:19.5625rem;height:12.958721743091rem;display:block; }
 }@media only screen and (max-width: 763px) { #DN1L88DuhzlKtWFAGWmS3QzuWMAKKJQ7 { top:1.0625rem;left:0rem;width:24.25rem;height:32.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGUfzXNoZupe4K5v76CfGrzpwI68G1rG { top:22.625rem;left:4.436279296875rem;width:18.75rem;height:;font-size:1rem;display:block; }#QGUfzXNoZupe4K5v76CfGrzpwI68G1rG li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_40a0fbda05a669fdc927624bc1e18df55189e9d5.svg); }
 }@media only screen and (max-width: 763px) { #XSaWaVCX33wZLVGnKVkaEHQDr5PTBtTH { top:3.75rem;left:22.5rem;width:25.1875rem;height:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3zX3iCnnwrpBgd5Ifcnm3FTptx7EXb5 { width:17.5rem;height:3.4375rem;top:33.625rem;left:5.5623779296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #apseOAWMrlWmUAibQBD5ep6xMWfMTu7d { display:block; }
 }@media only screen and (max-width: 763px) { #npTBeF5F1Mm1orOLkdnIu6a43RgiwqIG { display:block; }#npTBeF5F1Mm1orOLkdnIu6a43RgiwqIG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eQ7666OzXeh9LTsLZMnWsz0nQcJRpHQ3 { top:0.875rem;left:10.843383789062rem;width:26rem;height:;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUD7xsteEa2RJVrf5B1wPDm3AMTrGHCD { display:block; }#tUD7xsteEa2RJVrf5B1wPDm3AMTrGHCD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WF1OVeRzPrbiKe3Z81xJmUqhp1rRVqiG { top:0.8125rem;left:0rem;width:22.5625rem;height:35rem;display:block; }
 }@media only screen and (max-width: 763px) { #NohQwwDJQ3XJCTq9H6lSobMtiPRuXymJ { top:0.8125rem;left:9.25rem;width:22.5625rem;height:35.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbBFbJnHdwugik1zployU1w2zyCuwR8D { top:0.8125rem;left:25.125rem;width:22.5625rem;height:34.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NlcyfZPWr3ASgJuFmFfZynnThmzZsFsS { top:5.5rem;left:0rem;width:17.0625rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWazz64ET962g9yRQKQ8li6VMU3u05bA { top:8.3125rem;left:2.9375rem;width:8.4375rem;height:;font-size:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEWiuEuXdFHUN6piKmRVNExTgQPzIX6z { top:5.4375rem;left:13.5rem;width:18.1875rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRfiIisTTTrTBiL0KS2vZpTzOUNmkMSV { top:8.3125rem;left:18.96875rem;width:9.6875rem;height:5.625rem;font-size:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZtlFofLTrx5rhzTKKg0BHpQGLgFnl3X { top:8.3125rem;left:34.468994140625rem;width:10.375rem;height:5.625rem;font-size:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8uHXQN3rdMkHZTsbOb2vOiwf5bm8yZB { top:5.4375rem;left:29.625rem;width:17.9375rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1TM5e0ziisuuW5mrSW0qwXt5Gtggeko { width:17.5rem;height:3.4375rem;top:30.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnMikNanuycEETen4Jff2DSwr0cxp0lJ { display:block; }
 }@media only screen and (max-width: 763px) { #tfUDhToooVKOaIftabgfBm5WXDRorDSS { width:17.5rem;height:3.4375rem;top:30.0625rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DU2Va51lvmTIV8TTBiT0PO0D2sNSLi34 { display:block; }
 }@media only screen and (max-width: 763px) { #LRSIcdnU7sWZm1tTK2oqIz6GbhFxHhrD { width:17.5rem;height:3.4375rem;top:30.0625rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bs4IAI1aeA7kPToIoC21cTNb5XgtbqfX { display:block; }
 }@media only screen and (max-width: 763px) { #R0fApevIGa79FxAxhelSUmMZHxo0zya8 { top:16.3125rem;left:0rem;width:18.75rem;height:10.3125rem;font-size:1rem;display:block; }#R0fApevIGa79FxAxhelSUmMZHxo0zya8 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_40a0fbda05a669fdc927624bc1e18df55189e9d5.svg); }
 }@media only screen and (max-width: 763px) { #AVBZy6BT7byEgKil8MfleTlrdtim6COm { width:17.5rem;height:3.4375rem;top:25.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #pBXoVMmT5cuIiklOm3gpSFqapZ5qucwJ { display:block; }
 }@media only screen and (max-width: 763px) { #g9uuAoocNDi5WHaQW66Pk24cNDkuS90U { width:17.5rem;height:3.4375rem;top:25.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Rs08E6k66LNofJoPE3wrttUTQ3x80FbZ { display:block; }
 }@media only screen and (max-width: 763px) { #AhLTfvqqSRHgTNhbJWlHBJfoUFPkdlzI { top:16.25rem;left:13rem;width:18.75rem;height:10.3125rem;font-size:1rem;display:block; }#AhLTfvqqSRHgTNhbJWlHBJfoUFPkdlzI li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_40a0fbda05a669fdc927624bc1e18df55189e9d5.svg); }
 }@media only screen and (max-width: 763px) { #q13qZsaQ75DExCUJ4qMxJpg8GkrEuscA { top:16.25rem;left:28.875rem;width:18.75rem;height:10.3125rem;font-size:1rem;display:block; }#q13qZsaQ75DExCUJ4qMxJpg8GkrEuscA li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_40a0fbda05a669fdc927624bc1e18df55189e9d5.svg); }
 }@media only screen and (max-width: 763px) { #pXtP9F1kl9L9TQlMV5PbEXkt0HSzTIFg { display:block; }#pXtP9F1kl9L9TQlMV5PbEXkt0HSzTIFg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ghpcbsEEWrXiEcPH5TfLMM0tLJ3A949S { top:0.9375rem;left:8.280517578125rem;width:32.8125rem;height:;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8evEyUgWsFNPB31pyXTI6M9abewSPew { display:block; }#D8evEyUgWsFNPB31pyXTI6M9abewSPew > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VudJtaFJmwCbck4xCBL5Acyd0bJB0C59 { top:5.375rem;left:0.958740234375rem;width:11.6875rem;height:1.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QX9a3mRDIP5ztKi8xPFtWg7TES7qwVU1 { top:5.375rem;left:15.875rem;width:15.8125rem;height:1.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #enOKZFUWxhAqVT8WFJBVbNxd3qg2LdXp { top:5.375rem;left:32.842407226562rem;width:13.625rem;height:1.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yaBCGiqVVGrIJRTXk26C67PbsmlgTRz8 { top:2.9375rem;left:5.6138916015625rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFeCPQJZ91CgvNnR7E5HFlRw15ivklmF { top:3.125rem;left:22.687622070312rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGEv2xDUfbdDe8eOfC8qiaJ9i7fXxxWc { top:3.3125rem;left:38.655395507812rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpKCTmyt1LQB0ktiHVsooQ6AbDmNRxiX { top:7.625rem;left:0rem;width:16.0625rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MB686AeiGG3rUIG2CcfUUsArotkSdTdp { top:7.625rem;left:15.6875rem;width:16.0625rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #znpvBB6vJ6hoH5AVnpoOvX2qrKMHapOp { top:7.625rem;left:31.5625rem;width:16.0625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSTN3ePFVQNs3U59c04yIKWQrAc8eTuK { display:block; }#oSTN3ePFVQNs3U59c04yIKWQrAc8eTuK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JMPlTaPkT4dVZgh4NOSzRI0LpFq9l2kb .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#JMPlTaPkT4dVZgh4NOSzRI0LpFq9l2kb .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#JMPlTaPkT4dVZgh4NOSzRI0LpFq9l2kb .widget-input-text {padding-top: 0; padding-bottom: 0;}#JMPlTaPkT4dVZgh4NOSzRI0LpFq9l2kb .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#JMPlTaPkT4dVZgh4NOSzRI0LpFq9l2kb .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#JMPlTaPkT4dVZgh4NOSzRI0LpFq9l2kb .widget-input-select {padding-top: 0; padding-bottom: 0;}#JMPlTaPkT4dVZgh4NOSzRI0LpFq9l2kb .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#JMPlTaPkT4dVZgh4NOSzRI0LpFq9l2kb .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#JMPlTaPkT4dVZgh4NOSzRI0LpFq9l2kb  { width:17.5rem;height:auto;top:3.0625rem;left:27.75rem; }
#JMPlTaPkT4dVZgh4NOSzRI0LpFq9l2kb .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#JMPlTaPkT4dVZgh4NOSzRI0LpFq9l2kb {display:block;}#JMPlTaPkT4dVZgh4NOSzRI0LpFq9l2kb { width:17.5rem;height:auto;top:3.0625rem;left:27.75rem; }
 }@media only screen and (max-width: 763px) { #JMPlTaPkT4dVZgh4NOSzRI0LpFq9l2kb #OTZRsVGeOrLDNC3Mhioqcwe5ccXSXCQA {  }
 }@media only screen and (max-width: 763px) { #JMPlTaPkT4dVZgh4NOSzRI0LpFq9l2kb #PI5HRfuJWvKJwTFNDphggxcOMvmWWBoU {  }
 }@media only screen and (max-width: 763px) { #JMPlTaPkT4dVZgh4NOSzRI0LpFq9l2kb #EmQoSUK9H9gI9wBWhLqdJ46TnJTdWNir {  }
 }@media only screen and (max-width: 763px) { #JMPlTaPkT4dVZgh4NOSzRI0LpFq9l2kb #erFQG2QkxedGx27lliWN1dV1NenTgU4m {  }
 }@media only screen and (max-width: 763px) { #JMPlTaPkT4dVZgh4NOSzRI0LpFq9l2kb #IysOpSdQwn5A8uI4pBCDnJbliOgA3l8L {  }
 }@media only screen and (max-width: 763px) { #JMPlTaPkT4dVZgh4NOSzRI0LpFq9l2kb #w1fA5hpV9Kdrk7Gr9izXQHBINmW4kmeQ {  }
 }@media only screen and (max-width: 763px) { #JMPlTaPkT4dVZgh4NOSzRI0LpFq9l2kb #uOuwwVZdl727P9iBZ3mngEtQ5SZ4uvx5 {  }
 }@media only screen and (max-width: 763px) { #JMPlTaPkT4dVZgh4NOSzRI0LpFq9l2kb #cmaVAf8uNXTZsLcrAsvTT0yxrQAvCdr3 {  }
 }@media only screen and (max-width: 763px) { #JMPlTaPkT4dVZgh4NOSzRI0LpFq9l2kb #yemHArrGyHAS234KfQQGGiETcfLJ5nNu {  }
 }@media only screen and (max-width: 763px) { #JMPlTaPkT4dVZgh4NOSzRI0LpFq9l2kb #J9KUhBBhswM0q7c4loa46Nqzw9rmhLdZ {  }
 }@media only screen and (max-width: 763px) { #JMPlTaPkT4dVZgh4NOSzRI0LpFq9l2kb #W15L7S7Z7ZdTeShzlAoTnEPZilobVur9 {  }
 }@media only screen and (max-width: 763px) { #JMPlTaPkT4dVZgh4NOSzRI0LpFq9l2kb #Gd5DfVE0UIKL3QlyHDNKNFNXGHr19Mh5 {  }
 }@media only screen and (max-width: 763px) { #JMPlTaPkT4dVZgh4NOSzRI0LpFq9l2kb #y2rX2TsKxCSUHWaU06rAwGJJtBBHxGQq {  }
 }@media only screen and (max-width: 763px) { #JMPlTaPkT4dVZgh4NOSzRI0LpFq9l2kb #bnfg6ZTtSvE4uDSPZ5XaxKcTQAU8mUMs {  }
 }@media only screen and (max-width: 763px) { #JMPlTaPkT4dVZgh4NOSzRI0LpFq9l2kb #vslr81FwrShOT1oUCWGb15O3ziqkW96E {  }
 }@media only screen and (max-width: 763px) { #JMPlTaPkT4dVZgh4NOSzRI0LpFq9l2kb #o2xD70gG6hxSGixBofWPiCziLda48tJP {  }
 }@media only screen and (max-width: 763px) { #JMPlTaPkT4dVZgh4NOSzRI0LpFq9l2kb #z3TIKcVhl7PylBVraPmEQQVtLfcdAfxb {  }
 }@media only screen and (max-width: 763px) { #xaWRm3gaCs8t69k2eNXqlpNcEoBugtdA { top:3.0625rem;left:0rem;width:30.9375rem;height:;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUJr6BC9BIfx20hJlAefWFaQn0HKXWEa { top:11.1875rem;left:0rem;width:29.5625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OM4cnTSRFotptxHfv5TtAFq2uPhIKoTa { top:30.0625rem;left:2.25rem;width:13rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zy82bac9Nb1dQgeTyJZQhl6eIlBPrxS6 { top:17.125rem;left:1.687255859375rem;width:16.125rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVHaaJzyCNb7hIoas0Bo4NpScDQuipL5 { top:17rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtGKmv8hFWT4XG2mKBgluEUznnQJOrqC { top:23.75rem;left:1.687255859375rem;width:11.25rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxdoZJLXSDGIOJQyrCe71dzG18fuemHO { top:23.4375rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFtcNN2d7sSs3n6v9Sr0TqQF2Hw2FqRr { top:29.6875rem;left:0rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDQ0TloWCpOZPu6ma7SCVlEAFsGfQN9Z { top:66.75rem;left:1.8746337890625rem;width:8.5625rem;height:;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Bbm1ytaBhf1xU8U1iWdXgOWXudhZUVUs { top:31.6875rem;left:26.5rem;width:21.25rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrTdZrHaaOLZuuJ9C3KoXllgASyK7sCB { display:block; }#TrTdZrHaaOLZuuJ9C3KoXllgASyK7sCB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E2AouPOMTDNL7dBkVkIHMMECNseLVpKr { top:0.75rem;left:3.875rem;width:38.75rem;height:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPa13Pt3mmCl8e0cRSNDeRpb7DbEUQ84 { display:block; }#OPa13Pt3mmCl8e0cRSNDeRpb7DbEUQ84 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GDWFDxNJ5luNOuEigqdwWK1P451VLxgk .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#GDWFDxNJ5luNOuEigqdwWK1P451VLxgk { display:flex;height:auto;width:35rem;top:5.4375rem;left:0rem; }
#GDWFDxNJ5luNOuEigqdwWK1P451VLxgk .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #GDWFDxNJ5luNOuEigqdwWK1P451VLxgk #ePSlfeIL62l16mgJUbBBhQb3qJOGAg6S {  }
 }@media only screen and (max-width: 763px) { #GDWFDxNJ5luNOuEigqdwWK1P451VLxgk #tT4ecHr3rlqJ5NXAy14cbCrzx9rsUqeo {  }
 }@media only screen and (max-width: 763px) { #GDWFDxNJ5luNOuEigqdwWK1P451VLxgk #urO72G61BSBJfIavVTQdFOZGEfCs6Svy {  }
 }@media only screen and (max-width: 763px) { #GDWFDxNJ5luNOuEigqdwWK1P451VLxgk #Q09IEWReXQCCTZLEk88C6re0eAT1Q2Za {  }
 }@media only screen and (max-width: 763px) { #GDWFDxNJ5luNOuEigqdwWK1P451VLxgk #aOxSyJfhtcvxqc8LDAMpShXnle2zei2U {  }
 }@media only screen and (max-width: 763px) { #GDWFDxNJ5luNOuEigqdwWK1P451VLxgk #rbJ6uvKwMoUKa1Tunox57WuRDeJE6zyt {  }
 }@media only screen and (max-width: 763px) { #GDWFDxNJ5luNOuEigqdwWK1P451VLxgk #LPa4rtC2Nlxw379ilMLfGVTz9PmB27Iw {  }
 }@media only screen and (max-width: 763px) { #GDWFDxNJ5luNOuEigqdwWK1P451VLxgk #lMeu4ZnZN5gDVRspy5cT5layrKqUSzrA {  }
 }@media only screen and (max-width: 763px) { #GDWFDxNJ5luNOuEigqdwWK1P451VLxgk #gIFabgVWkh324Bgp0A6qAItQNcBoTDs4 {  }
 }@media only screen and (max-width: 763px) { #GDWFDxNJ5luNOuEigqdwWK1P451VLxgk #Q4Zrn0WzMnz7m8pLLTKmczPT9rVGafvc {  }
 }@media only screen and (max-width: 763px) { #GDWFDxNJ5luNOuEigqdwWK1P451VLxgk #Kc4zRUJ2q5u7S8H9D5EgCvcJWz9su4oq {  }
 }@media only screen and (max-width: 763px) { #GDWFDxNJ5luNOuEigqdwWK1P451VLxgk #xJCp0XsX4azsuNDZgP7364lTRyxKQXZ7 {  }
 }@media only screen and (max-width: 763px) { #GDWFDxNJ5luNOuEigqdwWK1P451VLxgk #SaJy0qOiSt2PM9b3gnFwmCHUZg8ObQFx {  }
 }@media only screen and (max-width: 763px) { #GDWFDxNJ5luNOuEigqdwWK1P451VLxgk #ziW5gkX307HVkrR11DOpw50JsZqvTH2q {  }
 }@media only screen and (max-width: 763px) { #GDWFDxNJ5luNOuEigqdwWK1P451VLxgk #oSnwQRwEi7RibBIbEJOCTL1d9yU9nIXN {  }
 }@media only screen and (max-width: 763px) { #GDWFDxNJ5luNOuEigqdwWK1P451VLxgk #o7aGrie1HvuuA15z9qHn8RslWXCDmuEb {  }
 }@media only screen and (max-width: 763px) { #GDWFDxNJ5luNOuEigqdwWK1P451VLxgk #MktXsAye5Twr9o0SGgQyHqRerJ8Cz9iH {  }
 }@media only screen and (max-width: 763px) { #GDWFDxNJ5luNOuEigqdwWK1P451VLxgk #aoPbo1HN6oPRpaOE5dOc1RQAmeyimr2N {  }
 }@media only screen and (max-width: 763px) { #GDWFDxNJ5luNOuEigqdwWK1P451VLxgk #ZfUd6vEQH5ZSZiBceUItxylkbzOLU7Cs {  }
 }@media only screen and (max-width: 763px) { #GDWFDxNJ5luNOuEigqdwWK1P451VLxgk #oU6Gs2uApb5GT5V19ZTH2BPT4x144gFk {  }
 }@media only screen and (max-width: 763px) { #omr7WdqTJgs2edvaRuqQciHCsyMVrELN { top:1.6875rem;left:9.9678955078125rem;width:3.875rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6UxZcBHIkCLAlE9KFltMEKNkVbd6RTr { top:20rem;left:27.2724609375rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B796JZTp2zwZF17vcPV2JZaRnUa6wTgw { top:26.75rem;left:17.625rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCKhTfBTiO1GJ7Tnbd31pUHct7DuiPA9 { display:block; }#KCKhTfBTiO1GJ7Tnbd31pUHct7DuiPA9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OVehvIksTk6nrtm7zUZcuhSrzVEdHMEG { top:2.0625rem;left:30.5625rem;width:17.1875rem;height:2.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQGqNT6MwHxhywDvRoFDXJXW2ePRPEah { top:2.625rem;left:0rem;width:7.0625rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLnDFiqWREWI6fuhNaTuzdoJvNUFygkv { width:31.25rem;height:31.25rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #nc7qXuXERQgvPnFThUwwQvD1cyMMATV0 { display:block; }#nc7qXuXERQgvPnFThUwwQvD1cyMMATV0 > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T8GROAmmMsEGU7ltFxlKtHJE4CrcXqmP { top:0rem;left:6.25rem;width:7.5rem;height:7.5rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/c4aab278-ba3f-4bb0-bbb4-87a369723e48/tuxpicom1765196761min.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;z-index:auto;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:35.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ST30XeI2MCh9ZleScnWVvUFs3qR8Fl1P { width:20rem;height:5.77514375rem;top:15.78857421875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gOI7DylCveLyR9s4hCT6QKzgaJ2d58Xl { width:20rem;height:13.244625rem;top:4.176025390625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Pp437h3tr2SBaldeGP9OVECxuZ81drFy { width:17.5rem;height:3.4375rem;top:23.801879882812rem;left:1.25rem;background-color:#00b9f1;background-image:none;font-family:arial;display:block; }
 }@media only screen and (max-width: 763px) { #oTxSOdSwXlVifCZ6SEBfcra8n7KUs064 { display:block; }
 }@media only screen and (max-width: 763px) { #qfaQNTtFKkFu1L7Mtu4ImSndBZI2m5po { width:19.6875rem;height:3.4375rem;top:44.358764648438rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JXQwiFfCVOcKRF5UqDBlbTEreIy005bb { display:block; }
 }@media only screen and (max-width: 763px) { #uXz5SEaLlXiPex3KTzhlQI1KewhETdsf { display:flex;top:31.717407226562rem;left:2.186279296875rem;width:1.18713125rem;height:1.18713125rem;z-index:15010; }
 }@media only screen and (max-width: 763px) { #dGn19P91wMhyrC7GWS1zyeIgEAEwaEKN { width:17.8125rem;height:3.624875rem;top:28.131103515625rem;left:1.09375rem;text-align:center;text-align-last:center;background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15008;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3l8pfTtP37TFWrwE8AdaVcJekDzZezm { display:block; }
 }@media only screen and (max-width: 763px) { #QtnKDefa6zIrKTDeI91u16uLy7bL7mfR { width:5.625rem;height:1.6875rem;top:12.25rem;left:6.75rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #En7J5AKAlMrKK3EIhEL0q3PXOJPldLZh { display:flex;width:1rem;height:1rem;top:12.5625rem;left:7.3125rem; }
 }@media only screen and (max-width: 763px) { #zF6W6ifcx3tTTX8KxQBd2nWBQkhKiGmT { width:4.0625rem;height:4.0625rem;top:10.976806640625rem;left:8.2496337890625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSEgo9H4e8XUtf9OsW3WDApnHFcwCc4h { top:0.6866455078125rem;left:0.3753662109375rem;width:19.624625rem;height:10.99975rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #rIX6tDulVZC7tLqIM6H6H5s7ISntzS88 { display:flex;top:29.099731445312rem;left:1.93603515625rem;width:1.6870125rem;height:1.6870125rem;z-index:15020; }
 }@media only screen and (max-width: 763px) { #NpFeggSRlPgtmvhrxWxptvCzUh5mX2Zc { display:flex;top:34.153443945313rem;left:9.125rem;width:1.6870125rem;height:1.6870125rem;z-index:15020; }
 }@media only screen and (max-width: 763px) { #A8stW5yiuKSQB8B51FHSJNmWPmAepG4k { display:flex;width:1.5625rem;height:1.5625rem;top:31.6875rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nQgS25TgBUthwUKTJhiTF4pvQkCEssaW { width:6.375rem;height:6.375rem;top:37.090454882813rem;left:6.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #P8oproSVPm0wXKzr9uqLTXm7msN4HoIP { display:block; }#P8oproSVPm0wXKzr9uqLTXm7msN4HoIP > .row .container { width:20rem;height:5.5773927734375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i05EJTukep9SAu0Ach0MIh5EunD3iqiT { width:15.37475rem;height:4.6307375rem;top:0.9466552734375rem;left:2.3114013671875rem;font-size:1.1875rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #DbH2L1GvMmWPHE9NVDg30ChNuTnb9pE6 { display:block; }#DbH2L1GvMmWPHE9NVDg30ChNuTnb9pE6 > .row .container { width:20rem;height:56.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i0hOI4kPo4akmQdTFT6egaXBrStJHPNO { width:19.6875rem;height:4.0625rem;top:16.248168945312rem;left:0.3125rem;font-size:1.5625rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #OxLWuyyyS68J64fGeiX5VyOkXPbTkAcp { width:18.75rem;height:12.374875rem;top:1.9647216796875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DN1L88DuhzlKtWFAGWmS3QzuWMAKKJQ7 { width:20rem;height:30.8125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGUfzXNoZupe4K5v76CfGrzpwI68G1rG { width:18.75rem;height:7.4346875rem;top:22.69287109375rem;left:0.625rem;font-size:1rem;font-family:arial;display:block; }#QGUfzXNoZupe4K5v76CfGrzpwI68G1rG li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_40a0fbda05a669fdc927624bc1e18df55189e9d5.svg); }
 }@media only screen and (max-width: 763px) { #XSaWaVCX33wZLVGnKVkaEHQDr5PTBtTH { width:15.7495rem;height:15.7495rem;top:38.497314453125rem;left:3.0401611328125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #S3zX3iCnnwrpBgd5Ifcnm3FTptx7EXb5 { width:17.5rem;height:3.4375rem;top:33.224487304688rem;left:1.25rem;background-color:#00b9f1;background-image:none;font-family:arial;display:block; }
 }@media only screen and (max-width: 763px) { #apseOAWMrlWmUAibQBD5ep6xMWfMTu7d { display:block; }
 }@media only screen and (max-width: 763px) { #npTBeF5F1Mm1orOLkdnIu6a43RgiwqIG { display:block; }#npTBeF5F1Mm1orOLkdnIu6a43RgiwqIG > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eQ7666OzXeh9LTsLZMnWsz0nQcJRpHQ3 { width:20rem;height:1.54358125rem;top:1.25rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tUD7xsteEa2RJVrf5B1wPDm3AMTrGHCD { display:block; }#tUD7xsteEa2RJVrf5B1wPDm3AMTrGHCD > .row .container { width:20rem;height:102.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WF1OVeRzPrbiKe3Z81xJmUqhp1rRVqiG { width:20rem;height:32.5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NohQwwDJQ3XJCTq9H6lSobMtiPRuXymJ { width:20rem;height:31.3125rem;top:35.062255859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbBFbJnHdwugik1zployU1w2zyCuwR8D { width:20rem;height:32.5625rem;top:68.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NlcyfZPWr3ASgJuFmFfZynnThmzZsFsS { width:17.06175rem;height:2.27478125rem;top:4.5477294921875rem;left:1.468505859375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWazz64ET962g9yRQKQ8li6VMU3u05bA { width:6.62475rem;height:4.63135rem;top:8.658447265625rem;left:6.68701171875rem;font-size:3.5625rem;color:rgba(var(--color-secondary-3),1);display:block; }
 }@media only screen and (max-width: 763px) { #KEWiuEuXdFHUN6piKmRVNExTgQPzIX6z { width:18.18725rem;height:2.27478125rem;top:39.694458007812rem;left:1.81275rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRfiIisTTTrTBiL0KS2vZpTzOUNmkMSV { width:9.6875rem;height:4.63135rem;top:42.532348632812rem;left:6.06201171875rem;font-size:3.5625rem;color:rgba(var(--color-secondary-3),1);display:block; }
 }@media only screen and (max-width: 763px) { #VZtlFofLTrx5rhzTKKg0BHpQGLgFnl3X { width:10.374125rem;height:4.63135rem;top:76.343994140625rem;left:5.7183837890625rem;font-size:3.5625rem;color:rgba(var(--color-secondary-3),1);display:block; }
 }@media only screen and (max-width: 763px) { #J8uHXQN3rdMkHZTsbOb2vOiwf5bm8yZB { width:17.936375rem;height:2.27478125rem;top:73.505859375rem;left:1.0308837890625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1TM5e0ziisuuW5mrSW0qwXt5Gtggeko { width:17.5rem;height:3.4375rem;top:27.3388671875rem;left:1.25rem;background-color:#00b9f1;background-image:none;font-family:arial;display:block; }
 }@media only screen and (max-width: 763px) { #rnMikNanuycEETen4Jff2DSwr0cxp0lJ { display:block; }
 }@media only screen and (max-width: 763px) { #tfUDhToooVKOaIftabgfBm5WXDRorDSS { width:17.5rem;height:3.4375rem;top:59.469848632812rem;left:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #DU2Va51lvmTIV8TTBiT0PO0D2sNSLi34 { display:block; }
 }@media only screen and (max-width: 763px) { #LRSIcdnU7sWZm1tTK2oqIz6GbhFxHhrD { width:17.5rem;height:3.4375rem;top:93.28173828125rem;left:1.2811279296875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Bs4IAI1aeA7kPToIoC21cTNb5XgtbqfX { display:block; }
 }@media only screen and (max-width: 763px) { #R0fApevIGa79FxAxhelSUmMZHxo0zya8 { width:19.12475rem;height:7.2466875rem;top:15.469970703125rem;left:0.4364013671875rem;font-size:1rem;font-family:arial;line-height:1.2;display:block; }#R0fApevIGa79FxAxhelSUmMZHxo0zya8 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_40a0fbda05a669fdc927624bc1e18df55189e9d5.svg); }
 }@media only screen and (max-width: 763px) { #AVBZy6BT7byEgKil8MfleTlrdtim6COm { width:17.5rem;height:3.4375rem;top:59.906616210938rem;left:1.0687255859375rem;background-color:#00b9f1;background-image:none;z-index:15007;font-family:arial;display:block; }
 }@media only screen and (max-width: 763px) { #pBXoVMmT5cuIiklOm3gpSFqapZ5qucwJ { display:block; }
 }@media only screen and (max-width: 763px) { #g9uuAoocNDi5WHaQW66Pk24cNDkuS90U { width:17.5rem;height:3.4375rem;top:94.40673828125rem;left:1.25rem;background-color:#00b9f1;background-image:none;z-index:15008;font-family:arial;display:block; }
 }@media only screen and (max-width: 763px) { #Rs08E6k66LNofJoPE3wrttUTQ3x80FbZ { display:block; }
 }@media only screen and (max-width: 763px) { #AhLTfvqqSRHgTNhbJWlHBJfoUFPkdlzI { width:18.75rem;height:8.4460625rem;top:48.873901367188rem;left:0.625rem;font-size:1rem;font-family:arial;line-height:1.2;display:block; }#AhLTfvqqSRHgTNhbJWlHBJfoUFPkdlzI li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_40a0fbda05a669fdc927624bc1e18df55189e9d5.svg); }
 }@media only screen and (max-width: 763px) { #q13qZsaQ75DExCUJ4qMxJpg8GkrEuscA { width:18.75rem;height:8.4460625rem;top:83.599853515625rem;left:0.625rem;font-size:1rem;font-family:arial;line-height:1.2;display:block; }#q13qZsaQ75DExCUJ4qMxJpg8GkrEuscA li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_40a0fbda05a669fdc927624bc1e18df55189e9d5.svg); }
 }@media only screen and (max-width: 763px) { #pXtP9F1kl9L9TQlMV5PbEXkt0HSzTIFg { display:block; }#pXtP9F1kl9L9TQlMV5PbEXkt0HSzTIFg > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ghpcbsEEWrXiEcPH5TfLMM0tLJ3A949S { width:20rem;height:3.08715625rem;top:1.25rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #D8evEyUgWsFNPB31pyXTI6M9abewSPew { background-color:#f6f6f6;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#D8evEyUgWsFNPB31pyXTI6M9abewSPew > .row .container { background-color: transparent; background-image: none; }#D8evEyUgWsFNPB31pyXTI6M9abewSPew::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D8evEyUgWsFNPB31pyXTI6M9abewSPew > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D8evEyUgWsFNPB31pyXTI6M9abewSPew > .row .container > .video-iframe-container { display: none; }#D8evEyUgWsFNPB31pyXTI6M9abewSPew > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D8evEyUgWsFNPB31pyXTI6M9abewSPew > .row > .video-iframe-container { display: none; }#D8evEyUgWsFNPB31pyXTI6M9abewSPew > .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); }#D8evEyUgWsFNPB31pyXTI6M9abewSPew > .row .container { border-width: 0; border-radius: 0; }#D8evEyUgWsFNPB31pyXTI6M9abewSPew > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D8evEyUgWsFNPB31pyXTI6M9abewSPew > .row .container { width:20rem;height:53.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VudJtaFJmwCbck4xCBL5Acyd0bJB0C59 { width:12.749625rem;height:1.950075rem;top:6.5679931640625rem;left:3.6236572265625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QX9a3mRDIP5ztKi8xPFtWg7TES7qwVU1 { width:17.749625rem;height:1.950075rem;top:25.25rem;left:1rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #enOKZFUWxhAqVT8WFJBVbNxd3qg2LdXp { width:15.249625rem;height:1.950075rem;top:42.6875rem;left:2.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yaBCGiqVVGrIJRTXk26C67PbsmlgTRz8 { display:flex;width:3.125rem;height:3.125rem;top:2.818603515625rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #JFeCPQJZ91CgvNnR7E5HFlRw15ivklmF { display:flex;width:3.125rem;height:3.125rem;top:21.125rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #DGEv2xDUfbdDe8eOfC8qiaJ9i7fXxxWc { display:flex;width:3.125rem;height:3.125rem;top:38.9375rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #FpKCTmyt1LQB0ktiHVsooQ6AbDmNRxiX { width:16.062rem;height:5.19775625rem;top:9.27490234375rem;left:2.938232421875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MB686AeiGG3rUIG2CcfUUsArotkSdTdp { width:16.062rem;height:3.8983125rem;top:28.4375rem;left:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #znpvBB6vJ6hoH5AVnpoOvX2qrKMHapOp { width:16.062rem;height:5.19775625rem;top:45.625rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSTN3ePFVQNs3U59c04yIKWQrAc8eTuK { display:block; }#oSTN3ePFVQNs3U59c04yIKWQrAc8eTuK > .row .container { width:20rem;height:68rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JMPlTaPkT4dVZgh4NOSzRI0LpFq9l2kb .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;color:rgba(var(--color-primary-2),1); }
#JMPlTaPkT4dVZgh4NOSzRI0LpFq9l2kb .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1); }
#JMPlTaPkT4dVZgh4NOSzRI0LpFq9l2kb .widget-input-text {padding-top: 0; padding-bottom: 0;}#JMPlTaPkT4dVZgh4NOSzRI0LpFq9l2kb .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1); }
#JMPlTaPkT4dVZgh4NOSzRI0LpFq9l2kb .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#JMPlTaPkT4dVZgh4NOSzRI0LpFq9l2kb .widget-input-select {padding-top: 0; padding-bottom: 0;}#JMPlTaPkT4dVZgh4NOSzRI0LpFq9l2kb .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#00b9f1;background-image:none;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;font-family:arial; }
#JMPlTaPkT4dVZgh4NOSzRI0LpFq9l2kb .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#JMPlTaPkT4dVZgh4NOSzRI0LpFq9l2kb  { width:17.5rem;height:auto;top:36.270751953125rem;left:0rem;background-color:#ffffff;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }
#JMPlTaPkT4dVZgh4NOSzRI0LpFq9l2kb .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#JMPlTaPkT4dVZgh4NOSzRI0LpFq9l2kb {display:block;}#JMPlTaPkT4dVZgh4NOSzRI0LpFq9l2kb { width:17.5rem;height:auto;top:36.270751953125rem;left:0rem;background-color:#ffffff;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }
 }@media only screen and (max-width: 763px) { #JMPlTaPkT4dVZgh4NOSzRI0LpFq9l2kb #OTZRsVGeOrLDNC3Mhioqcwe5ccXSXCQA {  }
 }@media only screen and (max-width: 763px) { #JMPlTaPkT4dVZgh4NOSzRI0LpFq9l2kb #PI5HRfuJWvKJwTFNDphggxcOMvmWWBoU {  }
 }@media only screen and (max-width: 763px) { #JMPlTaPkT4dVZgh4NOSzRI0LpFq9l2kb #EmQoSUK9H9gI9wBWhLqdJ46TnJTdWNir {  }
 }@media only screen and (max-width: 763px) { #JMPlTaPkT4dVZgh4NOSzRI0LpFq9l2kb #erFQG2QkxedGx27lliWN1dV1NenTgU4m {  }
 }@media only screen and (max-width: 763px) { #JMPlTaPkT4dVZgh4NOSzRI0LpFq9l2kb #IysOpSdQwn5A8uI4pBCDnJbliOgA3l8L {  }
 }@media only screen and (max-width: 763px) { #JMPlTaPkT4dVZgh4NOSzRI0LpFq9l2kb #w1fA5hpV9Kdrk7Gr9izXQHBINmW4kmeQ {  }
 }@media only screen and (max-width: 763px) { #JMPlTaPkT4dVZgh4NOSzRI0LpFq9l2kb #uOuwwVZdl727P9iBZ3mngEtQ5SZ4uvx5 {  }
 }@media only screen and (max-width: 763px) { #JMPlTaPkT4dVZgh4NOSzRI0LpFq9l2kb #cmaVAf8uNXTZsLcrAsvTT0yxrQAvCdr3 {  }
 }@media only screen and (max-width: 763px) { #JMPlTaPkT4dVZgh4NOSzRI0LpFq9l2kb #yemHArrGyHAS234KfQQGGiETcfLJ5nNu {  }
 }@media only screen and (max-width: 763px) { #JMPlTaPkT4dVZgh4NOSzRI0LpFq9l2kb #J9KUhBBhswM0q7c4loa46Nqzw9rmhLdZ {  }
 }@media only screen and (max-width: 763px) { #JMPlTaPkT4dVZgh4NOSzRI0LpFq9l2kb #W15L7S7Z7ZdTeShzlAoTnEPZilobVur9 {  }
 }@media only screen and (max-width: 763px) { #JMPlTaPkT4dVZgh4NOSzRI0LpFq9l2kb #Gd5DfVE0UIKL3QlyHDNKNFNXGHr19Mh5 {  }
 }@media only screen and (max-width: 763px) { #JMPlTaPkT4dVZgh4NOSzRI0LpFq9l2kb #y2rX2TsKxCSUHWaU06rAwGJJtBBHxGQq {  }
 }@media only screen and (max-width: 763px) { #JMPlTaPkT4dVZgh4NOSzRI0LpFq9l2kb #bnfg6ZTtSvE4uDSPZ5XaxKcTQAU8mUMs {  }
 }@media only screen and (max-width: 763px) { #JMPlTaPkT4dVZgh4NOSzRI0LpFq9l2kb #vslr81FwrShOT1oUCWGb15O3ziqkW96E {  }
 }@media only screen and (max-width: 763px) { #JMPlTaPkT4dVZgh4NOSzRI0LpFq9l2kb #o2xD70gG6hxSGixBofWPiCziLda48tJP {  }
 }@media only screen and (max-width: 763px) { #JMPlTaPkT4dVZgh4NOSzRI0LpFq9l2kb #z3TIKcVhl7PylBVraPmEQQVtLfcdAfxb {  }
 }@media only screen and (max-width: 763px) { #xaWRm3gaCs8t69k2eNXqlpNcEoBugtdA { width:20rem;height:7.0696875rem;top:1.25rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #JUJr6BC9BIfx20hJlAefWFaQn0HKXWEa { width:16.8109375rem;height:3.8983125rem;top:10.23681640625rem;left:1.59423828125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OM4cnTSRFotptxHfv5TtAFq2uPhIKoTa { width:12.9986875rem;height:1.381225rem;top:33.152465820312rem;left:3.8128662109375rem;font-size:1.0625rem;font-family:arial;display:block; }
 }@media only screen and (max-width: 763px) { #zy82bac9Nb1dQgeTyJZQhl6eIlBPrxS6 { width:12.9986875rem;height:1.381225rem;top:19.971313476562rem;left:3.8128662109375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVHaaJzyCNb7hIoas0Bo4NpScDQuipL5 { display:flex;width:1.81213125rem;height:1.81213125rem;top:19.9169921875rem;left:1.3824462890625rem; }
 }@media only screen and (max-width: 763px) { #wtGKmv8hFWT4XG2mKBgluEUznnQJOrqC { width:11.25rem;height:1.381225rem;top:26.473388671875rem;left:3.8128662109375rem;font-size:1.0625rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #nxdoZJLXSDGIOJQyrCe71dzG18fuemHO { display:flex;width:2.1875rem;height:2.1875rem;top:26.069946289062rem;left:1.1944580078125rem; }
 }@media only screen and (max-width: 763px) { #xFtcNN2d7sSs3n6v9Sr0TqQF2Hw2FqRr { display:flex;width:2.3125rem;height:2.3125rem;top:32.686157226562rem;left:1.539306640625rem; }
 }@media only screen and (max-width: 763px) { #yDQ0TloWCpOZPu6ma7SCVlEAFsGfQN9Z { width:20rem;height:2.11181875rem;top:65.3125rem;left:0rem;font-size:0.8125rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #Bbm1ytaBhf1xU8U1iWdXgOWXudhZUVUs { width:20rem;height:0;top:68.67431875rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TrTdZrHaaOLZuuJ9C3KoXllgASyK7sCB { display:block; }#TrTdZrHaaOLZuuJ9C3KoXllgASyK7sCB > .row .container { width:20rem;height:24.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E2AouPOMTDNL7dBkVkIHMMECNseLVpKr { width:20rem;height:21.6875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPa13Pt3mmCl8e0cRSNDeRpb7DbEUQ84 { display:block; }#OPa13Pt3mmCl8e0cRSNDeRpb7DbEUQ84 > .row .container { width:20rem;height:27.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GDWFDxNJ5luNOuEigqdwWK1P451VLxgk .accordion-element-container { border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem; }
#GDWFDxNJ5luNOuEigqdwWK1P451VLxgk .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#GDWFDxNJ5luNOuEigqdwWK1P451VLxgk .accordion-heading-text { font-weight:400;font-style:normal;font-size:1rem;height:auto;font-family:arial; }
#GDWFDxNJ5luNOuEigqdwWK1P451VLxgk { display:flex;height:auto;width:17.5rem;top:4.77478125rem;left:0rem;background-color:#f6f6f6;background-image:none; }
#GDWFDxNJ5luNOuEigqdwWK1P451VLxgk .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #GDWFDxNJ5luNOuEigqdwWK1P451VLxgk #ePSlfeIL62l16mgJUbBBhQb3qJOGAg6S {  }
 }@media only screen and (max-width: 763px) { #GDWFDxNJ5luNOuEigqdwWK1P451VLxgk #tT4ecHr3rlqJ5NXAy14cbCrzx9rsUqeo {  }
 }@media only screen and (max-width: 763px) { #GDWFDxNJ5luNOuEigqdwWK1P451VLxgk #urO72G61BSBJfIavVTQdFOZGEfCs6Svy {  }
 }@media only screen and (max-width: 763px) { #GDWFDxNJ5luNOuEigqdwWK1P451VLxgk #Q09IEWReXQCCTZLEk88C6re0eAT1Q2Za {  }
 }@media only screen and (max-width: 763px) { #GDWFDxNJ5luNOuEigqdwWK1P451VLxgk #aOxSyJfhtcvxqc8LDAMpShXnle2zei2U {  }
 }@media only screen and (max-width: 763px) { #GDWFDxNJ5luNOuEigqdwWK1P451VLxgk #rbJ6uvKwMoUKa1Tunox57WuRDeJE6zyt {  }
 }@media only screen and (max-width: 763px) { #GDWFDxNJ5luNOuEigqdwWK1P451VLxgk #LPa4rtC2Nlxw379ilMLfGVTz9PmB27Iw {  }
 }@media only screen and (max-width: 763px) { #GDWFDxNJ5luNOuEigqdwWK1P451VLxgk #lMeu4ZnZN5gDVRspy5cT5layrKqUSzrA {  }
 }@media only screen and (max-width: 763px) { #GDWFDxNJ5luNOuEigqdwWK1P451VLxgk #gIFabgVWkh324Bgp0A6qAItQNcBoTDs4 {  }
 }@media only screen and (max-width: 763px) { #GDWFDxNJ5luNOuEigqdwWK1P451VLxgk #Q4Zrn0WzMnz7m8pLLTKmczPT9rVGafvc {  }
 }@media only screen and (max-width: 763px) { #GDWFDxNJ5luNOuEigqdwWK1P451VLxgk #Kc4zRUJ2q5u7S8H9D5EgCvcJWz9su4oq {  }
 }@media only screen and (max-width: 763px) { #GDWFDxNJ5luNOuEigqdwWK1P451VLxgk #xJCp0XsX4azsuNDZgP7364lTRyxKQXZ7 {  }
 }@media only screen and (max-width: 763px) { #GDWFDxNJ5luNOuEigqdwWK1P451VLxgk #SaJy0qOiSt2PM9b3gnFwmCHUZg8ObQFx {  }
 }@media only screen and (max-width: 763px) { #GDWFDxNJ5luNOuEigqdwWK1P451VLxgk #ziW5gkX307HVkrR11DOpw50JsZqvTH2q {  }
 }@media only screen and (max-width: 763px) { #GDWFDxNJ5luNOuEigqdwWK1P451VLxgk #oSnwQRwEi7RibBIbEJOCTL1d9yU9nIXN {  }
 }@media only screen and (max-width: 763px) { #GDWFDxNJ5luNOuEigqdwWK1P451VLxgk #o7aGrie1HvuuA15z9qHn8RslWXCDmuEb {  }
 }@media only screen and (max-width: 763px) { #GDWFDxNJ5luNOuEigqdwWK1P451VLxgk #MktXsAye5Twr9o0SGgQyHqRerJ8Cz9iH {  }
 }@media only screen and (max-width: 763px) { #GDWFDxNJ5luNOuEigqdwWK1P451VLxgk #aoPbo1HN6oPRpaOE5dOc1RQAmeyimr2N {  }
 }@media only screen and (max-width: 763px) { #GDWFDxNJ5luNOuEigqdwWK1P451VLxgk #ZfUd6vEQH5ZSZiBceUItxylkbzOLU7Cs {  }
 }@media only screen and (max-width: 763px) { #GDWFDxNJ5luNOuEigqdwWK1P451VLxgk #oU6Gs2uApb5GT5V19ZTH2BPT4x144gFk {  }
 }@media only screen and (max-width: 763px) { #omr7WdqTJgs2edvaRuqQciHCsyMVrELN { width:3.8745125rem;height:2.27478125rem;top:1.25rem;left:8.0625rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X6UxZcBHIkCLAlE9KFltMEKNkVbd6RTr { display:flex;width:1.6875rem;height:1.6875rem;top:25.897842773437rem;left:9.125rem; }
 }@media only screen and (max-width: 763px) { #B796JZTp2zwZF17vcPV2JZaRnUa6wTgw { width:6.25rem;height:6.25rem;top:28.834839648438rem;left:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KCKhTfBTiO1GJ7Tnbd31pUHct7DuiPA9 { display:block; }#KCKhTfBTiO1GJ7Tnbd31pUHct7DuiPA9 > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OVehvIksTk6nrtm7zUZcuhSrzVEdHMEG { width:11.3125rem;height:1.9494625rem;top:4.6875rem;left:7.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQGqNT6MwHxhywDvRoFDXJXW2ePRPEah { width:8.0625rem;height:0.97473125rem;top:1.625rem;left:11.0625rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #lLnDFiqWREWI6fuhNaTuzdoJvNUFygkv { top:0rem;left:0.54443359375rem;width:8.062125rem;height:8.062125rem;z-index:15009;overflow:hidden;display:block; }
 }