.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:253,239,216;--color-primary-1:248,208,137;--color-primary-2:244,177,59;--color-primary-3:249,197,43;--color-primary-4:227,132,0;--color-secondary-0:221,221,221;--color-secondary-1:141,143,143;--color-secondary-2:27,30,30;--color-secondary-3:14,15,15;--color-secondary-4:4,5,5;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:104,104,104;--color-tertiary-4:0,0,0;--headlines-font-family:"Montserrat";--paragraphs-font-family:"Montserrat"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;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); }#kVhpaonyO0VA66UDknt2zvwrRMSPPAAt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0f141b;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#kVhpaonyO0VA66UDknt2zvwrRMSPPAAt > .row .container { background-color: transparent; background-image: none; }#kVhpaonyO0VA66UDknt2zvwrRMSPPAAt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kVhpaonyO0VA66UDknt2zvwrRMSPPAAt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kVhpaonyO0VA66UDknt2zvwrRMSPPAAt > .row .container > .video-iframe-container { display: none; }#kVhpaonyO0VA66UDknt2zvwrRMSPPAAt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kVhpaonyO0VA66UDknt2zvwrRMSPPAAt > .row > .video-iframe-container { display: none; }#kVhpaonyO0VA66UDknt2zvwrRMSPPAAt > .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); }#kVhpaonyO0VA66UDknt2zvwrRMSPPAAt > .row .container { border-width: 0; border-radius: 0; }#kVhpaonyO0VA66UDknt2zvwrRMSPPAAt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kVhpaonyO0VA66UDknt2zvwrRMSPPAAt > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#S9HrqlcS68TTKERVnliTN0fVheErIHo5 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:12.0625rem;top:0.21875rem;left:0rem;overflow:hidden;display:block; }
#TBe08qbqR8KileyhwIaViwm3Vsth4rWc { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.625rem;height:2.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:1.28125rem;left:60.75rem;display:block; }
#rMI74ItKDXowJXmiN5kNC5KT4gr84t9y { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QFdL2mnhgaqZ6BAr6MwmaZKZAl3INfSE { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/db27e902-c135-4e91-8ad0-b334d4a0fa74/Untitleddesign20250903T135442505.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#QFdL2mnhgaqZ6BAr6MwmaZKZAl3INfSE.adaptive-delivery-prevent-bg, #QFdL2mnhgaqZ6BAr6MwmaZKZAl3INfSE.lazyload, #QFdL2mnhgaqZ6BAr6MwmaZKZAl3INfSE.lazyloading { background-image: none; }#QFdL2mnhgaqZ6BAr6MwmaZKZAl3INfSE > .row .container { background-color: transparent; background-image: none; }#QFdL2mnhgaqZ6BAr6MwmaZKZAl3INfSE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.83); }#QFdL2mnhgaqZ6BAr6MwmaZKZAl3INfSE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QFdL2mnhgaqZ6BAr6MwmaZKZAl3INfSE > .row .container > .video-iframe-container { display: none; }#QFdL2mnhgaqZ6BAr6MwmaZKZAl3INfSE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.83); }#QFdL2mnhgaqZ6BAr6MwmaZKZAl3INfSE > .row > .video-iframe-container { display: none; }#QFdL2mnhgaqZ6BAr6MwmaZKZAl3INfSE > .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); }#QFdL2mnhgaqZ6BAr6MwmaZKZAl3INfSE > .row .container { border-width: 0; border-radius: 0; }#QFdL2mnhgaqZ6BAr6MwmaZKZAl3INfSE::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#QFdL2mnhgaqZ6BAr6MwmaZKZAl3INfSE > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#QFdL2mnhgaqZ6BAr6MwmaZKZAl3INfSE > .row .container { font-size:0.875rem;font-family:arial;height:48.125rem;width:75rem;overflow:visible;position:relative;display:block; }#z2kuumwNTV7dIepEiVk5TyTpguZWMfbc { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:jomhuria;font-size:10.5625rem;font-weight:400;z-index:15001;line-height:.5;letter-spacing:0;top:13.3125rem;left:0rem;height:36.96875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hdJ8XVxubpIJ4xlNfkH4xdM8s7S1w8fw { color:rgba(var(--color-tertiary-0),1);display:block;width:56.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:29.875rem;left:9.21875rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Koe9UuUnD8KB17y678cI73dgJcxg5x1p { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/7c526699-499d-4c06-bce8-ed2e4a6c602e/Untitleddesign20250903T135356355.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Koe9UuUnD8KB17y678cI73dgJcxg5x1p.adaptive-delivery-prevent-bg, #Koe9UuUnD8KB17y678cI73dgJcxg5x1p.lazyload, #Koe9UuUnD8KB17y678cI73dgJcxg5x1p.lazyloading { background-image: none; }#Koe9UuUnD8KB17y678cI73dgJcxg5x1p > .row .container { background-color: transparent; background-image: none; }#Koe9UuUnD8KB17y678cI73dgJcxg5x1p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Koe9UuUnD8KB17y678cI73dgJcxg5x1p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Koe9UuUnD8KB17y678cI73dgJcxg5x1p > .row .container > .video-iframe-container { display: none; }#Koe9UuUnD8KB17y678cI73dgJcxg5x1p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Koe9UuUnD8KB17y678cI73dgJcxg5x1p > .row > .video-iframe-container { display: none; }#Koe9UuUnD8KB17y678cI73dgJcxg5x1p > .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); }#Koe9UuUnD8KB17y678cI73dgJcxg5x1p > .row .container { border-width: 0; border-radius: 0; }#Koe9UuUnD8KB17y678cI73dgJcxg5x1p > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Koe9UuUnD8KB17y678cI73dgJcxg5x1p > .row .container { font-size:0.875rem;font-family:arial;height:28.125rem;width:75rem;position:relative;display:block; }#c4EqbiduwwFmHhMo64sToOSproL6FBtL { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#XZ8EUNXwOOWzFrNBZpgV50we2Tk7tF85 { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:10.3125rem;width:18.9375rem;top:6.9375rem;left:8.03125rem;display:block; }
#NUOiN6R5TlvUZrKSqi6bHWIrMRiMT3bA { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:10.3125rem;width:18.9375rem;top:6.9375rem;left:28.03125rem;display:block; }
#Tzoa6pLqQa0zLO7DrCTK43lOVefQVVdX { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:10.3125rem;width:18.9375rem;top:6.9375rem;left:47.96875rem;display:block; }
#pE459TgCG4NEtZGlnMZeI0lWm1b6m9ua { color:rgba(var(--color-primary-2),1);display:block;width:10.4375rem;position:absolute;font-family:jomhuria;font-size:5.4375rem;font-weight:400;z-index:15006;line-height:.7;letter-spacing:0;top:9.4130859375rem;left:52.15625rem;height:3.8056625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pA4fQCsOf0kF3AT9nTsv0DFuKrFiJBgd { color:rgba(var(--color-primary-2),1);display:block;width:10.4375rem;position:absolute;font-family:jomhuria;font-size:5.4375rem;font-weight:400;z-index:15004;line-height:.7;letter-spacing:0;top:9.5634765625rem;left:12.28125rem;height:3.8056625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#h9dKlp7KwcKrv76I6A8rM6TBvXZArSBx { color:rgba(var(--color-primary-2),1);display:block;width:10.4375rem;position:absolute;font-family:jomhuria;font-size:5.4375rem;font-weight:400;z-index:15005;line-height:.7;letter-spacing:0;top:9.5634765625rem;left:32.84375rem;height:3.8056625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K9WBMQb58lKraw7wE20bSDVJvyMbTpdW { color:rgba(var(--color-primary-2),1);display:block;width:12rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:12.6181640625rem;left:11.5rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LHptkewEnAWopxUsBK6gFeI9TFaTXofl { color:rgba(var(--color-primary-2),1);display:block;width:14.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:12.6181640625rem;left:30.4375rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Nxu5CthrPCXd8Dc9OIsCiTrTA4wzIvUL { color:rgba(var(--color-primary-2),1);display:block;width:14.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:12.6181640625rem;left:50.375rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WbXZIbyTOEPz93IkoTt7kblmpeFfWnoO { position:absolute;display:block;z-index:15000;height:6.5625rem;width:75rem;top:21.5625rem;left:0rem;display:block; }
#Dx78vUPs53t7PF36zHfW6UU3D3Dbvx3L { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:url("https://images.assets-landingi.com/uc/f9cf4509-5b49-40f5-92f0-7ffa34481c65/Untitleddesign20250903T135349567.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Dx78vUPs53t7PF36zHfW6UU3D3Dbvx3L.adaptive-delivery-prevent-bg, #Dx78vUPs53t7PF36zHfW6UU3D3Dbvx3L.lazyload, #Dx78vUPs53t7PF36zHfW6UU3D3Dbvx3L.lazyloading { background-image: none; }#Dx78vUPs53t7PF36zHfW6UU3D3Dbvx3L > .row .container { background-color: transparent; background-image: none; }#Dx78vUPs53t7PF36zHfW6UU3D3Dbvx3L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dx78vUPs53t7PF36zHfW6UU3D3Dbvx3L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dx78vUPs53t7PF36zHfW6UU3D3Dbvx3L > .row .container > .video-iframe-container { display: none; }#Dx78vUPs53t7PF36zHfW6UU3D3Dbvx3L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dx78vUPs53t7PF36zHfW6UU3D3Dbvx3L > .row > .video-iframe-container { display: none; }#Dx78vUPs53t7PF36zHfW6UU3D3Dbvx3L > .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); }#Dx78vUPs53t7PF36zHfW6UU3D3Dbvx3L > .row .container { border-width: 0; border-radius: 0; }#Dx78vUPs53t7PF36zHfW6UU3D3Dbvx3L > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Dx78vUPs53t7PF36zHfW6UU3D3Dbvx3L > .row .container { font-size:0.875rem;font-family:arial;height:54.1875rem;width:75rem;position:relative;display:block; }#xXw3VWu3TQTozUZgfo74ghLLLuXIOpzk { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:19.625rem;width:33.125rem;top:6.9375rem;left:41.875rem;display:block; }
#C3nbdrhLUqlDUi11LqKqKLgVZp1TXVHO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:10.625rem;left:20.53125rem; }
#NiwayIlFnqNLKbSPXw1zp54mf7GyXwUX { color:rgba(var(--color-tertiary-4),1);display:block;width:15.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:10.75rem;left:23.5rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#wTTK9aKcLOFPnJzwLBa1GWCTdTExAIIP { color:rgba(var(--color-tertiary-4),1);display:block;width:15.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:10.8125rem;left:2.9375rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#cSXPubSEpU3WNRRQ6WhC752o6xka8n9L { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:11.0625rem;left:0rem; }
#NICt2tGWgUWOrGTfTtle1Asl6xUOy25W { color:rgba(var(--color-tertiary-4),0.5);display:block;width:15.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:12.625rem;left:2.875rem;height:3rem;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; }
#PPaiK4T6NBwTBsHywtZN1LIdntAIMiFD { color:rgba(var(--color-tertiary-4),0.5);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:12.6875rem;left:23.5rem;height:4.5rem;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; }
#on0kck5378eZMNUS10ZnLJ7K0JOGvAAZ { color:rgba(var(--color-tertiary-4),1);display:block;width:15.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:19rem;left:2.84375rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#CBvFIfJJhsbTh7RewbFRHxxqWZL8tv3L { color:rgba(var(--color-tertiary-4),1);display:block;width:15.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:19rem;left:23.40625rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#d86TDDOboOKR6Fvgq7CHnBnZVXmckWHI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:19.09375rem;left:0.3125rem; }
#NKSDw33QevGLi4PEWhWbSJVr8twaIIoc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:19.125rem;left:20.6875rem; }
#hJBhELGiIsM0aB3CTHnXZ8ygemenG0KU { color:rgba(var(--color-tertiary-4),0.5);display:block;width:15.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:20.8125rem;left:23.5rem;height:3rem;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; }
#TPwKLrfcCWoIALr7rkdyp5idzV0Bh0dR { color:rgba(var(--color-tertiary-4),0.5);display:block;width:15.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:20.875rem;left:2.9375rem;height:3rem;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; }
#UZKHnT5dclSBhUon8oIOzfm6EylTRZlK { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:jomhuria;font-size:3.625rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:21.25rem;left:31.25rem;height:0;text-align:center;text-align-last:center;display:none; }
#zN5mJq0S8v3miTh1SWTOMDeg2Lru9POC { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:28.3359375rem;left:33.78125rem;overflow:hidden;display:none; }
#KtcH7VyLbO8gwkxDVdwWM9a9zTbtwbM5 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:8.25rem;top:29.2734375rem;left:21.125rem;overflow:hidden;display:none; }
#z1VbGVEnsIwcHwrAh8gDvy9QMMvFhBR2 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:6.5625rem;top:29.2734375rem;left:41.75rem;overflow:hidden;display:none; }
#XHQcVGEHD7LWwVyCVPD16arkvHOI9hgR { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:19.4375rem;top:29.2734375rem;left:50.75rem;overflow:hidden;display:none; }
#XibHMBuZBUcd371KyPK6FHDp6rVFaKxa { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:10.25rem;top:29.3984375rem;left:7.78125rem;overflow:hidden;display:none; }
#ZHxRt2n5XlrV5gnThsIrO24ZXlZ9XG9Z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#373737;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; }#ZHxRt2n5XlrV5gnThsIrO24ZXlZ9XG9Z > .row .container { background-color: transparent; background-image: none; }#ZHxRt2n5XlrV5gnThsIrO24ZXlZ9XG9Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZHxRt2n5XlrV5gnThsIrO24ZXlZ9XG9Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZHxRt2n5XlrV5gnThsIrO24ZXlZ9XG9Z > .row .container > .video-iframe-container { display: none; }#ZHxRt2n5XlrV5gnThsIrO24ZXlZ9XG9Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZHxRt2n5XlrV5gnThsIrO24ZXlZ9XG9Z > .row > .video-iframe-container { display: none; }#ZHxRt2n5XlrV5gnThsIrO24ZXlZ9XG9Z > .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); }#ZHxRt2n5XlrV5gnThsIrO24ZXlZ9XG9Z > .row .container { border-width: 0; border-radius: 0; }#ZHxRt2n5XlrV5gnThsIrO24ZXlZ9XG9Z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZHxRt2n5XlrV5gnThsIrO24ZXlZ9XG9Z > .row .container { font-size:0.875rem;font-family:arial;height:42.125rem;width:75rem;position:relative;display:block; }#uann8ucyrxzL5QeyCSTqe4NZG6V0AETx { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:jomhuria;font-size:4.375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:5.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eVEsp4QsxXAkDgQmNPCHy06lkTkvT86p { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:4.2890625rem;left:0rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lNBsep02mrqJ0mtMXCoNJ2zA25pad7GS { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:18.75rem;width:18.9375rem;top:10.125rem;left:7.53125rem;display:block; }
#G4f9PAABFDJQilydZWykD53sbyz9nTKn { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:18.75rem;width:18.9375rem;top:10.125rem;left:28.03125rem;display:block; }
#b25tGhderUN0iNw18Texxm2ocAmcr97T { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:18.75rem;width:18.9375rem;top:10.125rem;left:48.53125rem;display:block; }
#X4FVu7qbqgIKM9KBOxezT3gcMSZiF8pT { color:rgba(var(--color-primary-2),1);display:block;width:11rem;position:absolute;font-family:jomhuria;font-size:5.25rem;font-weight:400;z-index:15008;line-height:.5;letter-spacing:0;top:13.84375rem;left:11.5rem;height:5.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E98X8iNumrz5Zllt2na14k4cR2BsG8o3 { color:rgba(var(--color-primary-2),1);display:block;width:16.1875rem;position:absolute;font-family:jomhuria;font-size:5.25rem;font-weight:400;z-index:15009;line-height:.5;letter-spacing:0;top:13.84375rem;left:29.40625rem;height:5.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ghGgQ3awfazuOP04lEVFTPcP8O5aE5NU { color:rgba(var(--color-primary-2),1);display:block;width:16.1875rem;position:absolute;font-family:jomhuria;font-size:5.25rem;font-weight:400;z-index:15010;line-height:.5;letter-spacing:0;top:13.84375rem;left:49.90625rem;height:7.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FgACany5pQPqiLGAFT0vwdSDwpyexKFK { color:rgba(var(--color-tertiary-0),1);display:block;width:16rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:19.03125rem;left:9rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RitxZfXpt9q6P4bV8iwOHqivFGKOTyeK { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:19.03125rem;left:29.0625rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DwbIr0OFKvXMZR7z8zfbXonhrFZSTZrN { color:rgba(var(--color-tertiary-0),1);display:block;width:16.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:19.03125rem;left:50rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o2X9xZli2Z8fODwCdmhX9J01BnDbfBb8 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.625rem;height:2.9375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:33.34375rem;left:30.6875rem;display:block; }
#IVbCbi8T20Nw56LPO9SSdrrUpFMXM7M1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vJdZy4gAVfdZr36mqQihoZwXmTJd1qyq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/7c526699-499d-4c06-bce8-ed2e4a6c602e/Untitleddesign20250903T135356355.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vJdZy4gAVfdZr36mqQihoZwXmTJd1qyq.adaptive-delivery-prevent-bg, #vJdZy4gAVfdZr36mqQihoZwXmTJd1qyq.lazyload, #vJdZy4gAVfdZr36mqQihoZwXmTJd1qyq.lazyloading { background-image: none; }#vJdZy4gAVfdZr36mqQihoZwXmTJd1qyq > .row .container { background-color: transparent; background-image: none; }#vJdZy4gAVfdZr36mqQihoZwXmTJd1qyq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vJdZy4gAVfdZr36mqQihoZwXmTJd1qyq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vJdZy4gAVfdZr36mqQihoZwXmTJd1qyq > .row .container > .video-iframe-container { display: none; }#vJdZy4gAVfdZr36mqQihoZwXmTJd1qyq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vJdZy4gAVfdZr36mqQihoZwXmTJd1qyq > .row > .video-iframe-container { display: none; }#vJdZy4gAVfdZr36mqQihoZwXmTJd1qyq > .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); }#vJdZy4gAVfdZr36mqQihoZwXmTJd1qyq > .row .container { border-width: 0; border-radius: 0; }#vJdZy4gAVfdZr36mqQihoZwXmTJd1qyq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vJdZy4gAVfdZr36mqQihoZwXmTJd1qyq > .row .container { font-size:0.875rem;font-family:arial;height:33.3125rem;width:75rem;position:relative;display:block; }#MTsWmpmyTo3NovnytCDD678xFKQytOby { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:jomhuria;font-size:4.375rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:3.9375rem;left:0rem;height:5.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mz1z5BrOE2gvdoWed8NN7FVRmwvckCJP { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:8.2265625rem;left:0rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bZd7bAyH8ea4QmwCSqw5zuEaJkvZeaF2 { color:rgba(var(--color-primary-2),0.2);display:block;width:7.5625rem;position:absolute;font-family:lato;font-size:4.4375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:13.771484375rem;left:17.3125rem;height:5.76855625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#itTeDRJv6oXApTpqZOZbP73zeJgCxqXA { color:rgba(var(--color-primary-2),0.2);display:block;width:7.5625rem;position:absolute;font-family:lato;font-size:4.4375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:13.771484375rem;left:35.8125rem;height:5.76855625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BRBvbzW5vZkeN1h0ppcog78b98n695n6 { color:rgba(var(--color-primary-2),0.2);display:block;width:7.5625rem;position:absolute;font-family:lato;font-size:4.4375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:13.771484375rem;left:56.71875rem;height:5.76855625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LKckyAs4U7OFZUufGpT1vFNlwctU5MPc { color:rgba(var(--color-primary-2),0.2);display:block;width:7.5625rem;position:absolute;font-family:lato;font-size:4.4375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:14rem;left:0rem;height:5.76855625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AaSXiTQgMAbeNPzAUdM0pRSDhWDTun8a { color:#232b3e;display:block;width:13rem;position:absolute;font-family:jomhuria;font-size:2.6875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:15.66015625rem;left:60.5rem;height:6.9863125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pI2c4OwUTTZ4bgqJVz4NvkZephTWVTmp { color:#232b3e;display:block;width:15.875rem;position:absolute;font-family:jomhuria;font-size:2.6875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:15.6845703125rem;left:39.59375rem;height:6.9863125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fUrQTqtmfhLLupC3cSdTtE0LOe1tBWhU { color:#232b3e;display:block;width:14.25rem;position:absolute;font-family:jomhuria;font-size:2.6875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:15.8095703125rem;left:2.5rem;height:6.9863125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kbvBiNHTZFyPIOxS45Ot86eSz7CkJXPJ { color:#232b3e;display:block;width:14.25rem;position:absolute;font-family:jomhuria;font-size:2.6875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:15.8095703125rem;left:21.09375rem;height:3.4931625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AtIniFTQlp1ZT8c2pBipIsrz3tqAAN9L { color:rgba(var(--color-tertiary-3),1);display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:18.8642578125rem;left:21.09375rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ILyhkSvRPIK9VnASubWtwAi62su4HXDu { color:rgba(var(--color-tertiary-3),1);display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:18.8642578125rem;left:39.65625rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HyFih3maoT0GeTtPz2txZ7pai026Pc1X { color:rgba(var(--color-tertiary-3),1);display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:18.9892578125rem;left:2.5rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FiRnAnytkGOtaEVpRaL4BMEVO0DszT7c { color:rgba(var(--color-tertiary-3),1);display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:18.9892578125rem;left:60.6875rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bbebxDhZNSadbSeOeT9ps8oz06yh8PCz { background-color:transparent;background-image:url("https://images.assets-landingi.com/qwtCeJ5cLYs/unsplash/stephen-dawson-qwtCeJ5cLYs-photo-1526628953301-3e589a6a8b74.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:relative;z-index:auto;display:block; }#bbebxDhZNSadbSeOeT9ps8oz06yh8PCz.adaptive-delivery-prevent-bg, #bbebxDhZNSadbSeOeT9ps8oz06yh8PCz.lazyload, #bbebxDhZNSadbSeOeT9ps8oz06yh8PCz.lazyloading { background-image: none; }#bbebxDhZNSadbSeOeT9ps8oz06yh8PCz > .row .container { background-color: transparent; background-image: none; }#bbebxDhZNSadbSeOeT9ps8oz06yh8PCz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.71); }#bbebxDhZNSadbSeOeT9ps8oz06yh8PCz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bbebxDhZNSadbSeOeT9ps8oz06yh8PCz > .row .container > .video-iframe-container { display: none; }#bbebxDhZNSadbSeOeT9ps8oz06yh8PCz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.71); }#bbebxDhZNSadbSeOeT9ps8oz06yh8PCz > .row > .video-iframe-container { display: none; }#bbebxDhZNSadbSeOeT9ps8oz06yh8PCz > .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); }#bbebxDhZNSadbSeOeT9ps8oz06yh8PCz > .row .container { border-width: 0; border-radius: 0; }#bbebxDhZNSadbSeOeT9ps8oz06yh8PCz::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#bbebxDhZNSadbSeOeT9ps8oz06yh8PCz > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#bbebxDhZNSadbSeOeT9ps8oz06yh8PCz > .row .container { width:75rem;height:56.5625rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#UdkTcTG1mTq5xkQnhxkPeuBwik03f3E3 { color:rgba(var(--color-tertiary-0),1);display:block;width:54rem;position:absolute;font-family:jomhuria;font-size:4.75rem;font-weight:400;z-index:15000;line-height:1.2;letter-spacing:0;top:3.6220703125rem;left:10.375rem;height:17.097625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TF8E6L24KpSpbtgnJIVL71fNMoRGF8H5 { color:rgba(var(--color-tertiary-0),1);display:block;width:59.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15001;line-height:1.8;letter-spacing:0;top:8.43359375rem;left:8.25rem;height:1.9121125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hM26Jxo1wMMFnMmmlBzipucHBrzgk65i { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(199deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(199deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(199deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(199deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(199deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(var(--color-tertiary-4),0.33) ;height:39.9375rem;width:29.375rem;top:11.66796875rem;left:22.6875rem;display:block; }
#H4PpV9unZRRbwvEPIADWBQEy1D6MwAAp { color:rgba(var(--color-tertiary-0),1);display:block;width:25.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:13.4375rem;left:24.40625rem;height:3.0869125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#A9FgQydWRcgfGNKe16QDQuM6RcISmOka .widget-form-header {  }
#A9FgQydWRcgfGNKe16QDQuM6RcISmOka .widget-regular-label { height:auto;display:block;font-family:ubuntu;font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:21.5625rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#A9FgQydWRcgfGNKe16QDQuM6RcISmOka .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:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.5625rem;box-sizing:border-box;height:3.4375rem;color:#161616;font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#A9FgQydWRcgfGNKe16QDQuM6RcISmOka .widget-input-text {padding-top: 0; padding-bottom: 0;}#A9FgQydWRcgfGNKe16QDQuM6RcISmOka .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;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.5625rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#A9FgQydWRcgfGNKe16QDQuM6RcISmOka .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;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.5625rem;box-sizing:border-box;height:3.625rem;color:#7e7e7e;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;vertical-align:top;line-height:1.5; }
#A9FgQydWRcgfGNKe16QDQuM6RcISmOka .widget-input-select {padding-top: 0; padding-bottom: 0;}#A9FgQydWRcgfGNKe16QDQuM6RcISmOka .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#A9FgQydWRcgfGNKe16QDQuM6RcISmOka .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#A9FgQydWRcgfGNKe16QDQuM6RcISmOka .widget-input-button { 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-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:#f2f9ff;width:21.5625rem;height:3.875rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#A9FgQydWRcgfGNKe16QDQuM6RcISmOka [class*="-text"]:-moz-placeholder { color:#7e7e7e;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#A9FgQydWRcgfGNKe16QDQuM6RcISmOka [class*="-text"]::-moz-placeholder { color:#7e7e7e;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#A9FgQydWRcgfGNKe16QDQuM6RcISmOka [class*="-text"]:-ms-input-placeholder { color:#7e7e7e;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#A9FgQydWRcgfGNKe16QDQuM6RcISmOka [class*="-text"]::-webkit-input-placeholder { color:#7e7e7e;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#A9FgQydWRcgfGNKe16QDQuM6RcISmOka .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:ubuntu;line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-0),0.8);vertical-align:top;width:20.3125rem;overflow:hidden;font-style:normal;float:none; }
#A9FgQydWRcgfGNKe16QDQuM6RcISmOka .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; }
#A9FgQydWRcgfGNKe16QDQuM6RcISmOka .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:ubuntu;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#A9FgQydWRcgfGNKe16QDQuM6RcISmOka .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#A9FgQydWRcgfGNKe16QDQuM6RcISmOka .widget-container:first-of-type{padding-top:0;}#A9FgQydWRcgfGNKe16QDQuM6RcISmOka .widget-container:last-of-type{padding-bottom:0;}#A9FgQydWRcgfGNKe16QDQuM6RcISmOka  { background-color:rgba(var(--color-tertiary-0),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15005;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:13.5673828125rem;left:25.34375rem; }
#A9FgQydWRcgfGNKe16QDQuM6RcISmOka .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21.5625rem;display:block;vertical-align:top; }
#A9FgQydWRcgfGNKe16QDQuM6RcISmOka .widget-info-text { display:block;height:auto;font-family:ubuntu;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; }
#A9FgQydWRcgfGNKe16QDQuM6RcISmOka {display:block;}#A9FgQydWRcgfGNKe16QDQuM6RcISmOka { background-color:rgba(var(--color-tertiary-0),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15005;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:13.5673828125rem;left:25.34375rem; }
#A9FgQydWRcgfGNKe16QDQuM6RcISmOka #O5gL0kTU9y52WAahJ6lsF05eKSmawAsy { position:relative; }
#A9FgQydWRcgfGNKe16QDQuM6RcISmOka #RrvJ6TC1iIGn4hIJq7V4msZN8Spn0VKa { position:relative;display:none; }
#A9FgQydWRcgfGNKe16QDQuM6RcISmOka #XiA7CSsskQPvFNEwbMlCNvc27TrPOMB5 { position:relative; }
#A9FgQydWRcgfGNKe16QDQuM6RcISmOka #n0DZBJRZ7oQoWHyFfrtXvKn1SvEmvTRu { position:relative; }
#A9FgQydWRcgfGNKe16QDQuM6RcISmOka #saGiVPJ6GrZkP0WBxiqlJRABRamFy9rR { position:relative;display:none; }
#A9FgQydWRcgfGNKe16QDQuM6RcISmOka #kIrmFQrLnsqMZlODEdfzMQ4J8wPOKuge { position:relative; }
#A9FgQydWRcgfGNKe16QDQuM6RcISmOka #FIcgmFcihirS6Sxo8284ZJETIgHM314V { position:relative; }
#A9FgQydWRcgfGNKe16QDQuM6RcISmOka #RbClsphrD4GiBLu9c0ZSIltuifKlAS2g { position:relative;display:none; }
#A9FgQydWRcgfGNKe16QDQuM6RcISmOka #GdU3XU4uBTkWoy2RpmFysRfPO8lT6p62 { position:relative; }
#A9FgQydWRcgfGNKe16QDQuM6RcISmOka #XpPXf1eFfAPyc3IXiXPhbFLnZq29z2we { position:relative; }
#A9FgQydWRcgfGNKe16QDQuM6RcISmOka #M9hnJ5k8pbyZTOtaso2ysfKMITvgmDRc { position:relative;display:none; }
#A9FgQydWRcgfGNKe16QDQuM6RcISmOka #MkrIS9vQy0OgGO7o0PPqI3nA39WSuUWz { position:relative; }
#A9FgQydWRcgfGNKe16QDQuM6RcISmOka #RU7JDfC1cPSPAlxHHKkDEc62XTQuTaR7 { position:relative; }
#A9FgQydWRcgfGNKe16QDQuM6RcISmOka #ulJAFTGvuiEoLP63b9KH26owROTJWrJ1 { position:relative;display:none; }
#A9FgQydWRcgfGNKe16QDQuM6RcISmOka #XobaBSANJdbVsZ8UQZfTmAr7cNDrZUbW { position:relative; }
#A9FgQydWRcgfGNKe16QDQuM6RcISmOka #vh47xB8pA18PugVTbBQgthSKiTNQCNKU { position:relative; }
#A9FgQydWRcgfGNKe16QDQuM6RcISmOka #oZiofWAEbRobTxTJz0kIXuuHftgDAQUr { position:relative;display:none; }
#A9FgQydWRcgfGNKe16QDQuM6RcISmOka #wiT6fLMOFUSb6kKUX5t6TiT8tBB5pP8k { position:relative; }
#A9FgQydWRcgfGNKe16QDQuM6RcISmOka #IGAHKu72omNCzNXAuCsFhz62iAviRC5w { position:relative; }
#A9FgQydWRcgfGNKe16QDQuM6RcISmOka #LItLHGo0UNkKpXqaIZTJOHTMkSZsknIc { position:relative;z-index:2; }
#A9FgQydWRcgfGNKe16QDQuM6RcISmOka #JXqkc8cCKF9l21r7cWLQ0WozpJq7X3PP { position:relative; }
#A9FgQydWRcgfGNKe16QDQuM6RcISmOka #XuTkEisozzg5GM1WhU8Z0KOyyUftvpKd { position:relative; }
#A9FgQydWRcgfGNKe16QDQuM6RcISmOka #z8vxBbILynxVJSAM9T2fcHRNOnoz4KFX { position:relative; }
#JyeRaCQnhHKTdKZHq4kgx2Gh2TCiG9co { 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; }#JyeRaCQnhHKTdKZHq4kgx2Gh2TCiG9co > .row .container { background-color: transparent; background-image: none; }#JyeRaCQnhHKTdKZHq4kgx2Gh2TCiG9co::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JyeRaCQnhHKTdKZHq4kgx2Gh2TCiG9co > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JyeRaCQnhHKTdKZHq4kgx2Gh2TCiG9co > .row .container > .video-iframe-container { display: none; }#JyeRaCQnhHKTdKZHq4kgx2Gh2TCiG9co > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JyeRaCQnhHKTdKZHq4kgx2Gh2TCiG9co > .row > .video-iframe-container { display: none; }#JyeRaCQnhHKTdKZHq4kgx2Gh2TCiG9co > .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); }#JyeRaCQnhHKTdKZHq4kgx2Gh2TCiG9co > .row .container { border-width: 0; border-radius: 0; }#JyeRaCQnhHKTdKZHq4kgx2Gh2TCiG9co > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JyeRaCQnhHKTdKZHq4kgx2Gh2TCiG9co > .row .container { font-size:0.875rem;font-family:arial;height:31.5625rem;width:75rem;position:relative;display:block; }#Dk0s5fdAFFbC9ghIUxdFNe8KvTnrA0Rw .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-secondary-2),0.69));background-image: -moz-linear-gradient(45deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-secondary-2),0.69));background-image: -ms-linear-gradient(45deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-secondary-2),0.69));background-image: -o-linear-gradient(45deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-secondary-2),0.69));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='rgba(var(--color-secondary-2),0.69)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='rgba(var(--color-secondary-2),0.69)' );";background-image: linear-gradient(45deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-secondary-2),0.69));background-size:contain !important;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#Dk0s5fdAFFbC9ghIUxdFNe8KvTnrA0Rw .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-reverse;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#Dk0s5fdAFFbC9ghIUxdFNe8KvTnrA0Rw .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.25rem;font-family:var(--paragraphs-font-family);font-style:normal;color:rgba(var(--color-tertiary-0),1);height:auto;line-height:2;overflow:hidden; }
#Dk0s5fdAFFbC9ghIUxdFNe8KvTnrA0Rw .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:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);height:auto;line-height:1.7;overflow:hidden; }
#Dk0s5fdAFFbC9ghIUxdFNe8KvTnrA0Rw .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_ca353a5d5282d3c23fb030fa6d8ed3af05a000bc.svg");background-size:contain !important; }#Dk0s5fdAFFbC9ghIUxdFNe8KvTnrA0Rw .accordion-trigger.adaptive-delivery-prevent-bg, #Dk0s5fdAFFbC9ghIUxdFNe8KvTnrA0Rw .accordion-trigger.lazyload, #Dk0s5fdAFFbC9ghIUxdFNe8KvTnrA0Rw .accordion-trigger.lazyloading { background-image: none; }
#Dk0s5fdAFFbC9ghIUxdFNe8KvTnrA0Rw { box-sizing:content-box;height:auto;width:42.6875rem;position:absolute;display:flex;flex-direction:column;gap:1.5625rem;z-index:15045;background-color:transparent;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:7.625rem;left:32.3125rem; }
#Dk0s5fdAFFbC9ghIUxdFNe8KvTnrA0Rw .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#Dk0s5fdAFFbC9ghIUxdFNe8KvTnrA0Rw #QwV5tbRoTzJAw5wiGzVgRHZD6ACsFI1R { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Dk0s5fdAFFbC9ghIUxdFNe8KvTnrA0Rw #hBNniLAciKTvHT06lBFfE5vIHrH4v3LI { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Dk0s5fdAFFbC9ghIUxdFNe8KvTnrA0Rw #L8IGqkP1aT1HqQDBBxtq51NXEJ7kGist { display:block;position:relative; }
#Dk0s5fdAFFbC9ghIUxdFNe8KvTnrA0Rw #RJ9xOI9PBPr8pmDTa2iGK61O9t7cpSek {  }
#Dk0s5fdAFFbC9ghIUxdFNe8KvTnrA0Rw #MJaaFZH6FVyKZU8J05m98EPgQSzJVHnB {  }
#Dk0s5fdAFFbC9ghIUxdFNe8KvTnrA0Rw #JgLEut8AJTdUqqIOOCU8H0vC3k8ZAWAM { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Dk0s5fdAFFbC9ghIUxdFNe8KvTnrA0Rw #ahimnPPz6dyASEikBZPsRPVkyB5NS0Gn { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Dk0s5fdAFFbC9ghIUxdFNe8KvTnrA0Rw #Z6x89chArttZUZCVSud3tvyzqwBfKwwU { display:block;position:relative; }
#Dk0s5fdAFFbC9ghIUxdFNe8KvTnrA0Rw #e99EClSOKZORREpVKSHGeZfmudAerEqJ {  }
#Dk0s5fdAFFbC9ghIUxdFNe8KvTnrA0Rw #JcLiSULkanMWiWdX5QCxPGZRGZ9KNdzu { display:none; }
#Dk0s5fdAFFbC9ghIUxdFNe8KvTnrA0Rw #o60i0fnb3S8HeAtTDszpw2TArhk2aKAg { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Dk0s5fdAFFbC9ghIUxdFNe8KvTnrA0Rw #pQTCTnWPfw91agcUsH2gAQKiDSFOShT0 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Dk0s5fdAFFbC9ghIUxdFNe8KvTnrA0Rw #NhWBrDppTPQfLauLvNETxxuMI2ioMTeR { display:block;position:relative; }
#Dk0s5fdAFFbC9ghIUxdFNe8KvTnrA0Rw #i3FWWq5XoIs30UqNUKHKuuJAGWKiG98T {  }
#Dk0s5fdAFFbC9ghIUxdFNe8KvTnrA0Rw #CDhN1q1Tu9uCXXNPKfvTPe1tdUQzMqeS { display:none; }
#fb3Xncy09H4cmTgiTfIWETTBMTopTVhv { color:rgba(var(--color-tertiary-4),1);display:block;width:25.625rem;position:absolute;font-family:jomhuria;font-size:4.75rem;font-weight:normal;z-index:15009;line-height:.6;letter-spacing:0;top:7.75rem;left:0rem;height:8.5488125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#ltS7apqDlcbablFaL8zoEKIcTT19gxQ4 { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-primary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.5rem;width:25.625rem;top:14.6875rem;left:0rem;display:block; }
#aSzma4mS0FwewxMPOqqMOvCHxs48bpnX { color:rgba(var(--color-tertiary-4),1);display:block;width:25.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:16.4375rem;left:0rem;height:5.09765625rem;display:block; }
#AuaH8qneypTqNfvv6l1ObP2TH8Kso4k0 { border-top:0.3125rem solid rgba(var(--color-tertiary-4),1);border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),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; }#AuaH8qneypTqNfvv6l1ObP2TH8Kso4k0 > .row .container { background-color: transparent; background-image: none; }#AuaH8qneypTqNfvv6l1ObP2TH8Kso4k0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AuaH8qneypTqNfvv6l1ObP2TH8Kso4k0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AuaH8qneypTqNfvv6l1ObP2TH8Kso4k0 > .row .container > .video-iframe-container { display: none; }#AuaH8qneypTqNfvv6l1ObP2TH8Kso4k0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AuaH8qneypTqNfvv6l1ObP2TH8Kso4k0 > .row > .video-iframe-container { display: none; }#AuaH8qneypTqNfvv6l1ObP2TH8Kso4k0 > .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); }#AuaH8qneypTqNfvv6l1ObP2TH8Kso4k0 > .row .container { border-width: 0; border-radius: 0; }#AuaH8qneypTqNfvv6l1ObP2TH8Kso4k0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AuaH8qneypTqNfvv6l1ObP2TH8Kso4k0 > .row .container { font-size:0.875rem;font-family:arial;height:18.125rem;width:75rem;position:relative;display:block; }#BJmsKOmJZAd88JbsE6rLE5uLLGim9TMW { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.0625rem;width:13.625rem;top:1.01171875rem;left:1.0625rem;overflow:hidden;display:block; }
#gUOFKmguBEm8KfDtmDo6EmCRhEMiXoLu { color:rgba(var(--color-tertiary-0),1);display:block;width:11.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:3.75rem;left:34.875rem;height:1.04980625rem;font-style:normal;display:block; }
#ZFtDXWFmz6ZvKFLZJeQ2VEGzRToE33Be { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;top:5.82421875rem;left:60.625rem; }
#Vt8cb1lKkv5h0Tx9e7TP4RIX5ZA6xCov { color:rgba(var(--color-tertiary-0),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:5.82421875rem;left:62.75rem;height:3.673825rem;font-style:normal;display:block; }
#Xc9DS89xE4TTTJ9WaZvTJHZrJZsSZzZc { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;top:6.125rem;left:34.5625rem; }
#mE3VHURGJ6sSysTwQ6gVOO6rKoGOa1Q6 { color:rgba(var(--color-tertiary-0),1);display:block;width:10.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:6.125rem;left:37.1875rem;height:1.2246125rem;font-style:normal;display:block; }
#zhzUk0mxCDnp6unK9AP6EEnyi8rXdiTo { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;top:6.125rem;left:48.8125rem; }
#Lmlwy7yot1ldqlmnS79X7u4WrMwTdN5F { color:rgba(var(--color-tertiary-0),1);display:block;width:7.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:6.125rem;left:51.0625rem;height:1.2246125rem;font-style:normal;display:block; }
#gMGIybrQJgZzn2tPs60kXhxIzJCE93Tg { color:rgba(var(--color-tertiary-0),1);display:block;width:20.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:6.13671875rem;left:1.6875rem;height:3.673825rem;font-style:normal;display:block; }
#xPBe3yT6qtCTRl1VR0at1sa6DtT0ShUS { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:38.25rem;top:11.8125rem;left:34.875rem;display:block; }
#MZD2h4OwDh9yuhIu7EHXTvT7cLV7ptDC { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:20rem;top:11.875rem;left:1.625rem;display:block; }
#ZTTSJpcSwCK3Amq6bsB3TMi9t0x0xaJF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:12.8994140625rem;left:69.875rem; }
#JopivvKJEpTovyQtWfflaWzftWXPvci4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:12.9619140625rem;left:67.625rem; }
#JopivvKJEpTovyQtWfflaWzftWXPvci4 > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }#dMabBVwnpkLrvA3vTUzstMZVH458ntxX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:12.9619140625rem;left:71.9375rem; }
#dMabBVwnpkLrvA3vTUzstMZVH458ntxX > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }#ERxlZWW0J7JqbnVBZSGWMQyrholZ2TDv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:12.9931640625rem;left:63.3125rem; }
#ERxlZWW0J7JqbnVBZSGWMQyrholZ2TDv > img { max-width: 100%;max-height:100%; width:1.1875rem; height:1.1875rem; }#kO4mCGRhPaWTsffIwFAerevHQGSgk7N8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:13.1181640625rem;left:65.5625rem; }
#kO4mCGRhPaWTsffIwFAerevHQGSgk7N8 > img { max-width: 100%;max-height:100%; width:0.9375rem; height:0.9375rem; }#QvRhX7SVxmgqDcXFFEaNkUBRJbOPxhTh { color:rgba(var(--color-tertiary-0),1);display:block;width:30.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:15.23046875rem;left:1.6875rem;height:1.04980625rem;font-style:normal;display:block; }
#TegGViMfykIFUrNqCGFSLQ9XPtO2zOeQ { color:rgba(var(--color-tertiary-0),1);display:block;width:30.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:15.23046875rem;left:42.6875rem;height:1.04980625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #kVhpaonyO0VA66UDknt2zvwrRMSPPAAt { display:block; }#kVhpaonyO0VA66UDknt2zvwrRMSPPAAt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S9HrqlcS68TTKERVnliTN0fVheErIHo5 { top:0.1875rem;left:0rem;width:12.0625rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBe08qbqR8KileyhwIaViwm3Vsth4rWc { width:13.625rem;height:2.4375rem;top:1.25rem;left:34.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMI74ItKDXowJXmiN5kNC5KT4gr84t9y { display:block; }
 }@media only screen and (max-width: 763px) { #QFdL2mnhgaqZ6BAr6MwmaZKZAl3INfSE { display:block; }#QFdL2mnhgaqZ6BAr6MwmaZKZAl3INfSE > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z2kuumwNTV7dIepEiVk5TyTpguZWMfbc { width:47.75rem;height:15.8125rem;top:13.3125rem;left:0rem;font-size:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdJ8XVxubpIJ4xlNfkH4xdM8s7S1w8fw { width:47.75rem;height:;top:29.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Koe9UuUnD8KB17y678cI73dgJcxg5x1p { display:block; }#Koe9UuUnD8KB17y678cI73dgJcxg5x1p > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c4EqbiduwwFmHhMo64sToOSproL6FBtL { display:none; }
 }@media only screen and (max-width: 763px) { #XZ8EUNXwOOWzFrNBZpgV50we2Tk7tF85 { width:18.9375rem;height:10.3125rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUOiN6R5TlvUZrKSqi6bHWIrMRiMT3bA { width:18.9375rem;height:10.3125rem;top:6.9375rem;left:14.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tzoa6pLqQa0zLO7DrCTK43lOVefQVVdX { width:18.9375rem;height:10.3125rem;top:6.9375rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pE459TgCG4NEtZGlnMZeI0lWm1b6m9ua { width:10.4375rem;height:3.75rem;top:9.375rem;left:37.3125rem;font-size:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pA4fQCsOf0kF3AT9nTsv0DFuKrFiJBgd { width:10.4375rem;height:3.75rem;top:9.5625rem;left:0rem;font-size:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9dKlp7KwcKrv76I6A8rM6TBvXZArSBx { width:10.4375rem;height:3.75rem;top:9.5625rem;left:19.21875rem;font-size:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9WBMQb58lKraw7wE20bSDVJvyMbTpdW { width:12rem;height:1.375rem;top:12.5625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHptkewEnAWopxUsBK6gFeI9TFaTXofl { width:14.125rem;height:1.375rem;top:12.5625rem;left:16.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nxu5CthrPCXd8Dc9OIsCiTrTA4wzIvUL { width:14.125rem;height:1.375rem;top:12.5625rem;left:33.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbXZIbyTOEPz93IkoTt7kblmpeFfWnoO { top:21.5625rem;left:0rem;width:47.75rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dx78vUPs53t7PF36zHfW6UU3D3Dbvx3L { display:block; }#Dx78vUPs53t7PF36zHfW6UU3D3Dbvx3L > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xXw3VWu3TQTozUZgfo74ghLLLuXIOpzk { width:33.125rem;height:19.625rem;top:6.9375rem;left:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3nbdrhLUqlDUi11LqKqKLgVZp1TXVHO { top:10.625rem;left:6.90625rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NiwayIlFnqNLKbSPXw1zp54mf7GyXwUX { width:15.375rem;height:1.875rem;top:10.75rem;left:9.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTTK9aKcLOFPnJzwLBa1GWCTdTExAIIP { width:15.375rem;height:1.875rem;top:10.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSXPubSEpU3WNRRQ6WhC752o6xka8n9L { top:11.0625rem;left:0rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NICt2tGWgUWOrGTfTtle1Asl6xUOy25W { width:15.1875rem;height:3rem;top:12.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPaiK4T6NBwTBsHywtZN1LIdntAIMiFD { width:16.5625rem;height:4.5rem;top:12.6875rem;left:9.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #on0kck5378eZMNUS10ZnLJ7K0JOGvAAZ { width:15.375rem;height:1.875rem;top:19rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBvFIfJJhsbTh7RewbFRHxxqWZL8tv3L { width:15.375rem;height:1.875rem;top:19rem;left:9.78125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d86TDDOboOKR6Fvgq7CHnBnZVXmckWHI { top:19.0625rem;left:0rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKSDw33QevGLi4PEWhWbSJVr8twaIIoc { top:19.125rem;left:7.0625rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJBhELGiIsM0aB3CTHnXZ8ygemenG0KU { width:15.1875rem;height:3rem;top:20.8125rem;left:9.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPwKLrfcCWoIALr7rkdyp5idzV0Bh0dR { width:15.1875rem;height:3rem;top:20.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZKHnT5dclSBhUon8oIOzfm6EylTRZlK { top:21.25rem;left:17.625rem;width:12.5rem;height:4.6875rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zN5mJq0S8v3miTh1SWTOMDeg2Lru9POC { top:28.3125rem;left:20.15625rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtcH7VyLbO8gwkxDVdwWM9a9zTbtwbM5 { top:29.25rem;left:7.5rem;width:8.25rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1VbGVEnsIwcHwrAh8gDvy9QMMvFhBR2 { top:29.25rem;left:28.125rem;width:6.5625rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHQcVGEHD7LWwVyCVPD16arkvHOI9hgR { top:29.25rem;left:28.3125rem;width:19.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XibHMBuZBUcd371KyPK6FHDp6rVFaKxa { top:29.375rem;left:0rem;width:10.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHxRt2n5XlrV5gnThsIrO24ZXlZ9XG9Z { display:block; }#ZHxRt2n5XlrV5gnThsIrO24ZXlZ9XG9Z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uann8ucyrxzL5QeyCSTqe4NZG6V0AETx { width:47.75rem;height:5.6875rem;top:0rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVEsp4QsxXAkDgQmNPCHy06lkTkvT86p { width:47.75rem;height:1.4375rem;top:4.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNBsep02mrqJ0mtMXCoNJ2zA25pad7GS { width:18.9375rem;height:18.75rem;top:10.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4f9PAABFDJQilydZWykD53sbyz9nTKn { width:18.9375rem;height:18.75rem;top:10.125rem;left:14.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b25tGhderUN0iNw18Texxm2ocAmcr97T { width:18.9375rem;height:18.75rem;top:10.125rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4FVu7qbqgIKM9KBOxezT3gcMSZiF8pT { width:11rem;height:5.25rem;top:13.8125rem;left:0rem;font-size:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E98X8iNumrz5Zllt2na14k4cR2BsG8o3 { width:16.1875rem;height:5.25rem;top:13.8125rem;left:15.78125rem;font-size:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghGgQ3awfazuOP04lEVFTPcP8O5aE5NU { width:16.1875rem;height:5.25rem;top:13.8125rem;left:31.5625rem;font-size:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgACany5pQPqiLGAFT0vwdSDwpyexKFK { width:16rem;height:4.5rem;top:19rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RitxZfXpt9q6P4bV8iwOHqivFGKOTyeK { width:16.875rem;height:4.5rem;top:19rem;left:15.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwbIr0OFKvXMZR7z8zfbXonhrFZSTZrN { width:16.5rem;height:6rem;top:19rem;left:31.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2X9xZli2Z8fODwCdmhX9J01BnDbfBb8 { width:13.625rem;height:2.9375rem;top:33.3125rem;left:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVbCbi8T20Nw56LPO9SSdrrUpFMXM7M1 { display:block; }
 }@media only screen and (max-width: 763px) { #vJdZy4gAVfdZr36mqQihoZwXmTJd1qyq { display:block; }#vJdZy4gAVfdZr36mqQihoZwXmTJd1qyq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MTsWmpmyTo3NovnytCDD678xFKQytOby { width:47.75rem;height:5.6875rem;top:3.9375rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mz1z5BrOE2gvdoWed8NN7FVRmwvckCJP { width:47.75rem;height:1.4375rem;top:8.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZd7bAyH8ea4QmwCSqw5zuEaJkvZeaF2 { width:7.5625rem;height:5.75rem;top:13.75rem;left:3.6875rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #itTeDRJv6oXApTpqZOZbP73zeJgCxqXA { width:7.5625rem;height:5.75rem;top:13.75rem;left:22.1875rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRBvbzW5vZkeN1h0ppcog78b98n695n6 { width:7.5625rem;height:5.75rem;top:13.75rem;left:40.1875rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKckyAs4U7OFZUufGpT1vFNlwctU5MPc { width:7.5625rem;height:5.75rem;top:14rem;left:0rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AaSXiTQgMAbeNPzAUdM0pRSDhWDTun8a { width:13rem;height:3.4375rem;top:15.625rem;left:34.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pI2c4OwUTTZ4bgqJVz4NvkZephTWVTmp { width:15.875rem;height:3.4375rem;top:15.625rem;left:25.96875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUrQTqtmfhLLupC3cSdTtE0LOe1tBWhU { width:14.25rem;height:3.4375rem;top:15.75rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbvBiNHTZFyPIOxS45Ot86eSz7CkJXPJ { width:14.25rem;height:3.4375rem;top:15.75rem;left:7.46875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtIniFTQlp1ZT8c2pBipIsrz3tqAAN9L { width:15.25rem;height:2.625rem;top:18.8125rem;left:7.46875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILyhkSvRPIK9VnASubWtwAi62su4HXDu { width:14.0625rem;height:2.5625rem;top:18.8125rem;left:26.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HyFih3maoT0GeTtPz2txZ7pai026Pc1X { width:14.8125rem;height:2.625rem;top:18.9375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FiRnAnytkGOtaEVpRaL4BMEVO0DszT7c { width:14.0625rem;height:2.5625rem;top:18.9375rem;left:33.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbebxDhZNSadbSeOeT9ps8oz06yh8PCz { display:block; }#bbebxDhZNSadbSeOeT9ps8oz06yh8PCz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UdkTcTG1mTq5xkQnhxkPeuBwik03f3E3 { width:47.75rem;height:5.6875rem;top:3.5625rem;left:0rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TF8E6L24KpSpbtgnJIVL71fNMoRGF8H5 { width:47.75rem;height:1.875rem;top:8.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hM26Jxo1wMMFnMmmlBzipucHBrzgk65i { width:29.375rem;height:39.9375rem;top:11.625rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4PpV9unZRRbwvEPIADWBQEy1D6MwAAp { width:25.9375rem;height:3.0625rem;top:13.4375rem;left:10.78125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9FgQydWRcgfGNKe16QDQuM6RcISmOka .widget-regular-label { width:21.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto; }
#A9FgQydWRcgfGNKe16QDQuM6RcISmOka .widget-input-text { width:21.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#A9FgQydWRcgfGNKe16QDQuM6RcISmOka .widget-input-text {padding-top: 0; padding-bottom: 0;}#A9FgQydWRcgfGNKe16QDQuM6RcISmOka .widget-textarea { width:21.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#A9FgQydWRcgfGNKe16QDQuM6RcISmOka .widget-input-select { width:21.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#A9FgQydWRcgfGNKe16QDQuM6RcISmOka .widget-input-select {padding-top: 0; padding-bottom: 0;}#A9FgQydWRcgfGNKe16QDQuM6RcISmOka .widget-input-button { width:15.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:3.25rem; }
#A9FgQydWRcgfGNKe16QDQuM6RcISmOka .widget-checkbox-label { width:20.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#A9FgQydWRcgfGNKe16QDQuM6RcISmOka  { width:21.5625rem;height:auto;top:31.6875rem;left:11.7490234375rem; }
#A9FgQydWRcgfGNKe16QDQuM6RcISmOka .radio-container { width:21.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#A9FgQydWRcgfGNKe16QDQuM6RcISmOka {display:block;}#A9FgQydWRcgfGNKe16QDQuM6RcISmOka { width:21.5625rem;height:auto;top:31.6875rem;left:11.7490234375rem; }
 }@media only screen and (max-width: 763px) { #A9FgQydWRcgfGNKe16QDQuM6RcISmOka #O5gL0kTU9y52WAahJ6lsF05eKSmawAsy {  }
 }@media only screen and (max-width: 763px) { #A9FgQydWRcgfGNKe16QDQuM6RcISmOka #RrvJ6TC1iIGn4hIJq7V4msZN8Spn0VKa {  }
 }@media only screen and (max-width: 763px) { #A9FgQydWRcgfGNKe16QDQuM6RcISmOka #XiA7CSsskQPvFNEwbMlCNvc27TrPOMB5 {  }
 }@media only screen and (max-width: 763px) { #A9FgQydWRcgfGNKe16QDQuM6RcISmOka #n0DZBJRZ7oQoWHyFfrtXvKn1SvEmvTRu {  }
 }@media only screen and (max-width: 763px) { #A9FgQydWRcgfGNKe16QDQuM6RcISmOka #saGiVPJ6GrZkP0WBxiqlJRABRamFy9rR {  }
 }@media only screen and (max-width: 763px) { #A9FgQydWRcgfGNKe16QDQuM6RcISmOka #kIrmFQrLnsqMZlODEdfzMQ4J8wPOKuge {  }
 }@media only screen and (max-width: 763px) { #A9FgQydWRcgfGNKe16QDQuM6RcISmOka #FIcgmFcihirS6Sxo8284ZJETIgHM314V {  }
 }@media only screen and (max-width: 763px) { #A9FgQydWRcgfGNKe16QDQuM6RcISmOka #RbClsphrD4GiBLu9c0ZSIltuifKlAS2g {  }
 }@media only screen and (max-width: 763px) { #A9FgQydWRcgfGNKe16QDQuM6RcISmOka #GdU3XU4uBTkWoy2RpmFysRfPO8lT6p62 {  }
 }@media only screen and (max-width: 763px) { #A9FgQydWRcgfGNKe16QDQuM6RcISmOka #XpPXf1eFfAPyc3IXiXPhbFLnZq29z2we {  }
 }@media only screen and (max-width: 763px) { #A9FgQydWRcgfGNKe16QDQuM6RcISmOka #M9hnJ5k8pbyZTOtaso2ysfKMITvgmDRc {  }
 }@media only screen and (max-width: 763px) { #A9FgQydWRcgfGNKe16QDQuM6RcISmOka #MkrIS9vQy0OgGO7o0PPqI3nA39WSuUWz {  }
 }@media only screen and (max-width: 763px) { #A9FgQydWRcgfGNKe16QDQuM6RcISmOka #RU7JDfC1cPSPAlxHHKkDEc62XTQuTaR7 {  }
 }@media only screen and (max-width: 763px) { #A9FgQydWRcgfGNKe16QDQuM6RcISmOka #ulJAFTGvuiEoLP63b9KH26owROTJWrJ1 {  }
 }@media only screen and (max-width: 763px) { #A9FgQydWRcgfGNKe16QDQuM6RcISmOka #XobaBSANJdbVsZ8UQZfTmAr7cNDrZUbW {  }
 }@media only screen and (max-width: 763px) { #A9FgQydWRcgfGNKe16QDQuM6RcISmOka #vh47xB8pA18PugVTbBQgthSKiTNQCNKU {  }
 }@media only screen and (max-width: 763px) { #A9FgQydWRcgfGNKe16QDQuM6RcISmOka #oZiofWAEbRobTxTJz0kIXuuHftgDAQUr {  }
 }@media only screen and (max-width: 763px) { #A9FgQydWRcgfGNKe16QDQuM6RcISmOka #wiT6fLMOFUSb6kKUX5t6TiT8tBB5pP8k {  }
 }@media only screen and (max-width: 763px) { #A9FgQydWRcgfGNKe16QDQuM6RcISmOka #IGAHKu72omNCzNXAuCsFhz62iAviRC5w {  }
 }@media only screen and (max-width: 763px) { #A9FgQydWRcgfGNKe16QDQuM6RcISmOka #LItLHGo0UNkKpXqaIZTJOHTMkSZsknIc {  }
 }@media only screen and (max-width: 763px) { #A9FgQydWRcgfGNKe16QDQuM6RcISmOka #JXqkc8cCKF9l21r7cWLQ0WozpJq7X3PP {  }
 }@media only screen and (max-width: 763px) { #A9FgQydWRcgfGNKe16QDQuM6RcISmOka #XuTkEisozzg5GM1WhU8Z0KOyyUftvpKd {  }
 }@media only screen and (max-width: 763px) { #A9FgQydWRcgfGNKe16QDQuM6RcISmOka #z8vxBbILynxVJSAM9T2fcHRNOnoz4KFX {  }
 }@media only screen and (max-width: 763px) { #JyeRaCQnhHKTdKZHq4kgx2Gh2TCiG9co { display:block; }#JyeRaCQnhHKTdKZHq4kgx2Gh2TCiG9co > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dk0s5fdAFFbC9ghIUxdFNe8KvTnrA0Rw .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Dk0s5fdAFFbC9ghIUxdFNe8KvTnrA0Rw { display:flex;height:auto;width:27.8125rem;top:11.625rem;left:5rem; }
#Dk0s5fdAFFbC9ghIUxdFNe8KvTnrA0Rw .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #Dk0s5fdAFFbC9ghIUxdFNe8KvTnrA0Rw #QwV5tbRoTzJAw5wiGzVgRHZD6ACsFI1R {  }
 }@media only screen and (max-width: 763px) { #Dk0s5fdAFFbC9ghIUxdFNe8KvTnrA0Rw #hBNniLAciKTvHT06lBFfE5vIHrH4v3LI {  }
 }@media only screen and (max-width: 763px) { #Dk0s5fdAFFbC9ghIUxdFNe8KvTnrA0Rw #L8IGqkP1aT1HqQDBBxtq51NXEJ7kGist {  }
 }@media only screen and (max-width: 763px) { #Dk0s5fdAFFbC9ghIUxdFNe8KvTnrA0Rw #RJ9xOI9PBPr8pmDTa2iGK61O9t7cpSek {  }
 }@media only screen and (max-width: 763px) { #Dk0s5fdAFFbC9ghIUxdFNe8KvTnrA0Rw #MJaaFZH6FVyKZU8J05m98EPgQSzJVHnB {  }
 }@media only screen and (max-width: 763px) { #Dk0s5fdAFFbC9ghIUxdFNe8KvTnrA0Rw #JgLEut8AJTdUqqIOOCU8H0vC3k8ZAWAM {  }
 }@media only screen and (max-width: 763px) { #Dk0s5fdAFFbC9ghIUxdFNe8KvTnrA0Rw #ahimnPPz6dyASEikBZPsRPVkyB5NS0Gn {  }
 }@media only screen and (max-width: 763px) { #Dk0s5fdAFFbC9ghIUxdFNe8KvTnrA0Rw #Z6x89chArttZUZCVSud3tvyzqwBfKwwU {  }
 }@media only screen and (max-width: 763px) { #Dk0s5fdAFFbC9ghIUxdFNe8KvTnrA0Rw #e99EClSOKZORREpVKSHGeZfmudAerEqJ {  }
 }@media only screen and (max-width: 763px) { #Dk0s5fdAFFbC9ghIUxdFNe8KvTnrA0Rw #JcLiSULkanMWiWdX5QCxPGZRGZ9KNdzu {  }
 }@media only screen and (max-width: 763px) { #Dk0s5fdAFFbC9ghIUxdFNe8KvTnrA0Rw #o60i0fnb3S8HeAtTDszpw2TArhk2aKAg {  }
 }@media only screen and (max-width: 763px) { #Dk0s5fdAFFbC9ghIUxdFNe8KvTnrA0Rw #pQTCTnWPfw91agcUsH2gAQKiDSFOShT0 {  }
 }@media only screen and (max-width: 763px) { #Dk0s5fdAFFbC9ghIUxdFNe8KvTnrA0Rw #NhWBrDppTPQfLauLvNETxxuMI2ioMTeR {  }
 }@media only screen and (max-width: 763px) { #Dk0s5fdAFFbC9ghIUxdFNe8KvTnrA0Rw #i3FWWq5XoIs30UqNUKHKuuJAGWKiG98T {  }
 }@media only screen and (max-width: 763px) { #Dk0s5fdAFFbC9ghIUxdFNe8KvTnrA0Rw #CDhN1q1Tu9uCXXNPKfvTPe1tdUQzMqeS {  }
 }@media only screen and (max-width: 763px) { #fb3Xncy09H4cmTgiTfIWETTBMTopTVhv { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltS7apqDlcbablFaL8zoEKIcTT19gxQ4 { width:25.625rem;height:0.5rem;top:14.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSzma4mS0FwewxMPOqqMOvCHxs48bpnX { top:18rem;left:0rem;width:22.5rem;height:11.8945rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AuaH8qneypTqNfvv6l1ObP2TH8Kso4k0 { display:block; }#AuaH8qneypTqNfvv6l1ObP2TH8Kso4k0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BJmsKOmJZAd88JbsE6rLE5uLLGim9TMW { top:1rem;left:0rem;width:13.625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUOFKmguBEm8KfDtmDo6EmCRhEMiXoLu { top:3.75rem;left:21.25rem;width:11.8125rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFtDXWFmz6ZvKFLZJeQ2VEGzRToE33Be { top:5.8125rem;left:46.1875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vt8cb1lKkv5h0Tx9e7TP4RIX5ZA6xCov { top:5.8125rem;left:36.375rem;width:11.375rem;height:4.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xc9DS89xE4TTTJ9WaZvTJHZrJZsSZzZc { top:6.125rem;left:20.9375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mE3VHURGJ6sSysTwQ6gVOO6rKoGOa1Q6 { top:6.125rem;left:23.5625rem;width:10.0625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhzUk0mxCDnp6unK9AP6EEnyi8rXdiTo { top:6.125rem;left:35.1875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lmlwy7yot1ldqlmnS79X7u4WrMwTdN5F { top:6.125rem;left:37.4375rem;width:7.3125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMGIybrQJgZzn2tPs60kXhxIzJCE93Tg { top:6.125rem;left:0rem;width:20.8125rem;height:4.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPBe3yT6qtCTRl1VR0at1sa6DtT0ShUS { top:11.8125rem;left:8.375rem;width:38.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZD2h4OwDh9yuhIu7EHXTvT7cLV7ptDC { top:11.875rem;left:0rem;width:20rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTTSJpcSwCK3Amq6bsB3TMi9t0x0xaJF { top:12.875rem;left:46.375rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JopivvKJEpTovyQtWfflaWzftWXPvci4 { top:12.9375rem;left:46.5rem;width:1.25rem;height:1.25rem;display:block; }
#JopivvKJEpTovyQtWfflaWzftWXPvci4 > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #dMabBVwnpkLrvA3vTUzstMZVH458ntxX { top:12.9375rem;left:46.5rem;width:1.25rem;height:1.25rem;display:block; }
#dMabBVwnpkLrvA3vTUzstMZVH458ntxX > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #ERxlZWW0J7JqbnVBZSGWMQyrholZ2TDv { top:12.9375rem;left:46.5625rem;width:1.1875rem;height:1.1875rem;display:block; }
#ERxlZWW0J7JqbnVBZSGWMQyrholZ2TDv > img { max-width: 100%;max-height:100%; width:1.1875rem; height:1.1875rem; } }@media only screen and (max-width: 763px) { #kO4mCGRhPaWTsffIwFAerevHQGSgk7N8 { top:13.0625rem;left:46.8125rem;width:0.9375rem;height:0.9375rem;display:block; }
#kO4mCGRhPaWTsffIwFAerevHQGSgk7N8 > img { max-width: 100%;max-height:100%; width:0.9375rem; height:0.9375rem; } }@media only screen and (max-width: 763px) { #QvRhX7SVxmgqDcXFFEaNkUBRJbOPxhTh { top:15.1875rem;left:0rem;width:30.5rem;height:1rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TegGViMfykIFUrNqCGFSLQ9XPtO2zOeQ { top:15.1875rem;left:17.25rem;width:30.5rem;height:1rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #kVhpaonyO0VA66UDknt2zvwrRMSPPAAt { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#kVhpaonyO0VA66UDknt2zvwrRMSPPAAt > .row .container { width:20rem;height:8.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S9HrqlcS68TTKERVnliTN0fVheErIHo5 { width:11.375rem;height:4rem;top:0.59375rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBe08qbqR8KileyhwIaViwm3Vsth4rWc { width:11.625rem;height:2.4375rem;top:4.59375rem;left:4.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMI74ItKDXowJXmiN5kNC5KT4gr84t9y { display:block; }
 }@media only screen and (max-width: 763px) { #QFdL2mnhgaqZ6BAr6MwmaZKZAl3INfSE { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/db27e902-c135-4e91-8ad0-b334d4a0fa74/Untitleddesign20250903T135442505.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#QFdL2mnhgaqZ6BAr6MwmaZKZAl3INfSE.adaptive-delivery-prevent-bg, #QFdL2mnhgaqZ6BAr6MwmaZKZAl3INfSE.lazyload, #QFdL2mnhgaqZ6BAr6MwmaZKZAl3INfSE.lazyloading { background-image: none; }#QFdL2mnhgaqZ6BAr6MwmaZKZAl3INfSE > .row .container { background-color: transparent; background-image: none; }#QFdL2mnhgaqZ6BAr6MwmaZKZAl3INfSE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.63); }#QFdL2mnhgaqZ6BAr6MwmaZKZAl3INfSE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QFdL2mnhgaqZ6BAr6MwmaZKZAl3INfSE > .row .container > .video-iframe-container { display: none; }#QFdL2mnhgaqZ6BAr6MwmaZKZAl3INfSE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.63); }#QFdL2mnhgaqZ6BAr6MwmaZKZAl3INfSE > .row > .video-iframe-container { display: none; }#QFdL2mnhgaqZ6BAr6MwmaZKZAl3INfSE > .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); }#QFdL2mnhgaqZ6BAr6MwmaZKZAl3INfSE > .row .container { width:20rem;height:33.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z2kuumwNTV7dIepEiVk5TyTpguZWMfbc { width:20rem;height:8.875rem;top:11.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdJ8XVxubpIJ4xlNfkH4xdM8s7S1w8fw { width:18.875rem;height:7.9980625rem;top:22.0625rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Koe9UuUnD8KB17y678cI73dgJcxg5x1p { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/38d9e76d-3d1f-42e8-9ced-6c806393322a/Untitled640x713px.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#Koe9UuUnD8KB17y678cI73dgJcxg5x1p.adaptive-delivery-prevent-bg, #Koe9UuUnD8KB17y678cI73dgJcxg5x1p.lazyload, #Koe9UuUnD8KB17y678cI73dgJcxg5x1p.lazyloading { background-image: none; }#Koe9UuUnD8KB17y678cI73dgJcxg5x1p > .row .container { background-color: transparent; background-image: none; }#Koe9UuUnD8KB17y678cI73dgJcxg5x1p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Koe9UuUnD8KB17y678cI73dgJcxg5x1p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Koe9UuUnD8KB17y678cI73dgJcxg5x1p > .row .container > .video-iframe-container { display: none; }#Koe9UuUnD8KB17y678cI73dgJcxg5x1p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Koe9UuUnD8KB17y678cI73dgJcxg5x1p > .row > .video-iframe-container { display: none; }#Koe9UuUnD8KB17y678cI73dgJcxg5x1p > .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); }#Koe9UuUnD8KB17y678cI73dgJcxg5x1p > .row .container { width:20rem;height:43.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c4EqbiduwwFmHhMo64sToOSproL6FBtL { top:32.375rem;left:0rem;width:20rem;height:8.4375rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #XZ8EUNXwOOWzFrNBZpgV50we2Tk7tF85 { width:18.9375rem;height:8.75rem;top:1.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUOiN6R5TlvUZrKSqi6bHWIrMRiMT3bA { width:18.9375rem;height:8.75rem;top:11.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tzoa6pLqQa0zLO7DrCTK43lOVefQVVdX { width:18.9375rem;height:8.75rem;top:21.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pE459TgCG4NEtZGlnMZeI0lWm1b6m9ua { width:18.8125rem;height:2.58105625rem;top:23.7255859375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pA4fQCsOf0kF3AT9nTsv0DFuKrFiJBgd { width:17.5rem;height:2.58105625rem;top:3.8134765625rem;left:1.25rem;text-align:center;text-align-last:center;font-size:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9dKlp7KwcKrv76I6A8rM6TBvXZArSBx { width:18.8125rem;height:2.58105625rem;top:13.7509765625rem;left:0.53125rem;text-align:center;text-align-last:center;font-size:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9WBMQb58lKraw7wE20bSDVJvyMbTpdW { width:18.875rem;height:1.3808625rem;top:6.39453125rem;left:0.5rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHptkewEnAWopxUsBK6gFeI9TFaTXofl { width:18.8125rem;height:1.3808625rem;top:16.33203125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nxu5CthrPCXd8Dc9OIsCiTrTA4wzIvUL { width:18.9375rem;height:1.3808625rem;top:26.306640625rem;left:0.59375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbXZIbyTOEPz93IkoTt7kblmpeFfWnoO { width:20rem;height:8.75rem;top:32.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Dx78vUPs53t7PF36zHfW6UU3D3Dbvx3L { background-color:#f6f6f6;background-image:url("https://images.assets-landingi.com/uc/7e829653-ae8b-4c4d-a4f2-f67b102f8391/Untitled640x713px3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#Dx78vUPs53t7PF36zHfW6UU3D3Dbvx3L.adaptive-delivery-prevent-bg, #Dx78vUPs53t7PF36zHfW6UU3D3Dbvx3L.lazyload, #Dx78vUPs53t7PF36zHfW6UU3D3Dbvx3L.lazyloading { background-image: none; }#Dx78vUPs53t7PF36zHfW6UU3D3Dbvx3L > .row .container { background-color: transparent; background-image: none; }#Dx78vUPs53t7PF36zHfW6UU3D3Dbvx3L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dx78vUPs53t7PF36zHfW6UU3D3Dbvx3L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dx78vUPs53t7PF36zHfW6UU3D3Dbvx3L > .row .container > .video-iframe-container { display: none; }#Dx78vUPs53t7PF36zHfW6UU3D3Dbvx3L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dx78vUPs53t7PF36zHfW6UU3D3Dbvx3L > .row > .video-iframe-container { display: none; }#Dx78vUPs53t7PF36zHfW6UU3D3Dbvx3L > .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); }#Dx78vUPs53t7PF36zHfW6UU3D3Dbvx3L > .row .container { width:20rem;height:71.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xXw3VWu3TQTozUZgfo74ghLLLuXIOpzk { height:11.1875rem;width:20rem;top:44.912109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3nbdrhLUqlDUi11LqKqKLgVZp1TXVHO { display:flex;width:2.125rem;height:2.125rem;top:11.125rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #NiwayIlFnqNLKbSPXw1zp54mf7GyXwUX { width:15.375rem;height:1.875rem;top:13.5625rem;left:2.3125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTTK9aKcLOFPnJzwLBa1GWCTdTExAIIP { width:15.625rem;height:1.875rem;top:3.9375rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSXPubSEpU3WNRRQ6WhC752o6xka8n9L { display:flex;width:2.3125rem;height:2.3125rem;top:1.25rem;left:8.8125rem; }
 }@media only screen and (max-width: 763px) { #NICt2tGWgUWOrGTfTtle1Asl6xUOy25W { width:16.5625rem;height:3rem;top:5.75rem;left:1.71875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPaiK4T6NBwTBsHywtZN1LIdntAIMiFD { width:16.5625rem;height:4.5rem;top:15.5625rem;left:1.71875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #on0kck5378eZMNUS10ZnLJ7K0JOGvAAZ { width:15.375rem;height:1.875rem;top:25.625rem;left:2.3125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBvFIfJJhsbTh7RewbFRHxxqWZL8tv3L { width:15.375rem;height:1.875rem;top:36.25rem;left:2.3125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d86TDDOboOKR6Fvgq7CHnBnZVXmckWHI { display:flex;width:2.0625rem;height:2.0625rem;top:22.875rem;left:8.96875rem; }
 }@media only screen and (max-width: 763px) { #NKSDw33QevGLi4PEWhWbSJVr8twaIIoc { display:flex;width:1.8125rem;height:1.8125rem;top:34rem;left:9.09375rem; }
 }@media only screen and (max-width: 763px) { #hJBhELGiIsM0aB3CTHnXZ8ygemenG0KU { width:15.1875rem;height:3rem;top:38.125rem;left:2.40625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPwKLrfcCWoIALr7rkdyp5idzV0Bh0dR { width:15.1875rem;height:3rem;top:27.625rem;left:2.40625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZKHnT5dclSBhUon8oIOzfm6EylTRZlK { width:12.5rem;height:0;top:45.5625rem;left:3.75rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #zN5mJq0S8v3miTh1SWTOMDeg2Lru9POC { width:4.375rem;height:4.375rem;top:61.8496125rem;left:7.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KtcH7VyLbO8gwkxDVdwWM9a9zTbtwbM5 { width:8.25rem;height:2.5rem;top:75.1621125rem;left:5.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #z1VbGVEnsIwcHwrAh8gDvy9QMMvFhBR2 { width:6.5625rem;height:2.75rem;top:71.1621125rem;left:6.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XHQcVGEHD7LWwVyCVPD16arkvHOI9hgR { width:19.4375rem;height:2.4375rem;top:67.4746125rem;left:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #XibHMBuZBUcd371KyPK6FHDp6rVFaKxa { width:10.25rem;height:2.25rem;top:78.9121125rem;left:4.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZHxRt2n5XlrV5gnThsIrO24ZXlZ9XG9Z { display:block; }#ZHxRt2n5XlrV5gnThsIrO24ZXlZ9XG9Z > .row .container { width:20rem;height:77.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uann8ucyrxzL5QeyCSTqe4NZG6V0AETx { width:20rem;height:3.33105625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVEsp4QsxXAkDgQmNPCHy06lkTkvT86p { width:20rem;height:1.29980625rem;top:4rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNBsep02mrqJ0mtMXCoNJ2zA25pad7GS { width:18.9375rem;height:18.75rem;top:7.2421875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4f9PAABFDJQilydZWykD53sbyz9nTKn { width:18.9375rem;height:18.75rem;top:27.2421875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #b25tGhderUN0iNw18Texxm2ocAmcr97T { width:18.9375rem;height:18.75rem;top:47.2421875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4FVu7qbqgIKM9KBOxezT3gcMSZiF8pT { width:11rem;height:1.84375rem;top:13.6484375rem;left:4.5rem;text-align:center;text-align-last:center;font-size:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E98X8iNumrz5Zllt2na14k4cR2BsG8o3 { width:16.1875rem;height:1.84375rem;top:33.3984375rem;left:1.90625rem;text-align:center;text-align-last:center;font-size:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghGgQ3awfazuOP04lEVFTPcP8O5aE5NU { width:16.1875rem;height:1.84375rem;top:53.0859375rem;left:1.90625rem;text-align:center;text-align-last:center;font-size:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgACany5pQPqiLGAFT0vwdSDwpyexKFK { width:16.25rem;height:4.21875rem;top:16.1484375rem;left:1.96875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RitxZfXpt9q6P4bV8iwOHqivFGKOTyeK { width:16.875rem;height:4.21875rem;top:36.1484375rem;left:1.53125rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwbIr0OFKvXMZR7z8zfbXonhrFZSTZrN { width:16.5rem;height:5.625rem;top:55.6796875rem;left:1.75rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2X9xZli2Z8fODwCdmhX9J01BnDbfBb8 { width:13.625rem;height:2.9375rem;top:70.3671875rem;left:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVbCbi8T20Nw56LPO9SSdrrUpFMXM7M1 { display:block; }
 }@media only screen and (max-width: 763px) { #vJdZy4gAVfdZr36mqQihoZwXmTJd1qyq { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/1ae8f403-40f8-439d-b2cc-266d7a4fc6c4/Untitled640x713px2.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#vJdZy4gAVfdZr36mqQihoZwXmTJd1qyq.adaptive-delivery-prevent-bg, #vJdZy4gAVfdZr36mqQihoZwXmTJd1qyq.lazyload, #vJdZy4gAVfdZr36mqQihoZwXmTJd1qyq.lazyloading { background-image: none; }#vJdZy4gAVfdZr36mqQihoZwXmTJd1qyq > .row .container { background-color: transparent; background-image: none; }#vJdZy4gAVfdZr36mqQihoZwXmTJd1qyq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vJdZy4gAVfdZr36mqQihoZwXmTJd1qyq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vJdZy4gAVfdZr36mqQihoZwXmTJd1qyq > .row .container > .video-iframe-container { display: none; }#vJdZy4gAVfdZr36mqQihoZwXmTJd1qyq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vJdZy4gAVfdZr36mqQihoZwXmTJd1qyq > .row > .video-iframe-container { display: none; }#vJdZy4gAVfdZr36mqQihoZwXmTJd1qyq > .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); }#vJdZy4gAVfdZr36mqQihoZwXmTJd1qyq > .row .container { width:20rem;height:48.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MTsWmpmyTo3NovnytCDD678xFKQytOby { width:20rem;height:3.33105625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mz1z5BrOE2gvdoWed8NN7FVRmwvckCJP { width:20rem;height:1.0556625rem;top:3.5888671875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZd7bAyH8ea4QmwCSqw5zuEaJkvZeaF2 { width:7.5625rem;height:3.73730625rem;top:17.52734375rem;left:6.21875rem;text-align:center;text-align-last:center;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #itTeDRJv6oXApTpqZOZbP73zeJgCxqXA { width:7.5625rem;height:3.73730625rem;top:27.763671875rem;left:6.21875rem;text-align:center;text-align-last:center;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRBvbzW5vZkeN1h0ppcog78b98n695n6 { width:7.5625rem;height:3.73730625rem;top:37.6875rem;left:6.21875rem;text-align:center;text-align-last:center;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKckyAs4U7OFZUufGpT1vFNlwctU5MPc { width:7.5625rem;height:3.73730625rem;top:7.6171875rem;left:6.21875rem;text-align:center;text-align-last:center;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AaSXiTQgMAbeNPzAUdM0pRSDhWDTun8a { width:20rem;height:2.76171875rem;top:38.1748046875rem;left:0rem;text-align:center;text-align-last:center;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pI2c4OwUTTZ4bgqJVz4NvkZephTWVTmp { width:19.6875rem;height:2.76171875rem;top:28.33203125rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUrQTqtmfhLLupC3cSdTtE0LOe1tBWhU { width:20rem;height:2.76171875rem;top:8.31640625rem;left:0.125rem;text-align:center;text-align-last:center;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbvBiNHTZFyPIOxS45Ot86eSz7CkJXPJ { width:20rem;height:2.76171875rem;top:18.095703125rem;left:0rem;text-align:center;text-align-last:center;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtIniFTQlp1ZT8c2pBipIsrz3tqAAN9L { width:15.0625rem;height:2.4375rem;top:21.2646484375rem;left:2.59375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILyhkSvRPIK9VnASubWtwAi62su4HXDu { width:14.0625rem;height:2.5996125rem;top:31.5009765625rem;left:2.96875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HyFih3maoT0GeTtPz2txZ7pai026Pc1X { width:15.1875rem;height:2.4375rem;top:11.3544921875rem;left:2.40625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FiRnAnytkGOtaEVpRaL4BMEVO0DszT7c { width:14.0625rem;height:2.4375rem;top:41.4248046875rem;left:2.96875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbebxDhZNSadbSeOeT9ps8oz06yh8PCz { background-color:transparent;background-image:url("https://images.assets-landingi.com/qwtCeJ5cLYs/unsplash/stephen-dawson-qwtCeJ5cLYs-photo-1526628953301-3e589a6a8b74.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;z-index:auto;display:block; }#bbebxDhZNSadbSeOeT9ps8oz06yh8PCz.adaptive-delivery-prevent-bg, #bbebxDhZNSadbSeOeT9ps8oz06yh8PCz.lazyload, #bbebxDhZNSadbSeOeT9ps8oz06yh8PCz.lazyloading { background-image: none; }#bbebxDhZNSadbSeOeT9ps8oz06yh8PCz > .row .container { background-color: transparent; background-image: none; }#bbebxDhZNSadbSeOeT9ps8oz06yh8PCz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.68); }#bbebxDhZNSadbSeOeT9ps8oz06yh8PCz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bbebxDhZNSadbSeOeT9ps8oz06yh8PCz > .row .container > .video-iframe-container { display: none; }#bbebxDhZNSadbSeOeT9ps8oz06yh8PCz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.68); }#bbebxDhZNSadbSeOeT9ps8oz06yh8PCz > .row > .video-iframe-container { display: none; }#bbebxDhZNSadbSeOeT9ps8oz06yh8PCz > .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); }#bbebxDhZNSadbSeOeT9ps8oz06yh8PCz > .row .container { width:20rem;height:54.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UdkTcTG1mTq5xkQnhxkPeuBwik03f3E3 { width:20rem;height:3.5234375rem;top:3.46875rem;left:0rem;font-size:2.9375rem;text-align:center;text-align-last:center;line-height:.6;display:block; }
 }@media only screen and (max-width: 763px) { #TF8E6L24KpSpbtgnJIVL71fNMoRGF8H5 { width:19.625rem;height:2.625rem;top:7.8671875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #hM26Jxo1wMMFnMmmlBzipucHBrzgk65i { width:20rem;height:36rem;top:13.337890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4PpV9unZRRbwvEPIADWBQEy1D6MwAAp { width:18.75rem;height:2.2744125rem;top:13.33789375rem;left:1.25rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A9FgQydWRcgfGNKe16QDQuM6RcISmOka .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none; }
#A9FgQydWRcgfGNKe16QDQuM6RcISmOka .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.875rem; }
#A9FgQydWRcgfGNKe16QDQuM6RcISmOka .widget-input-text {padding-top: 0; padding-bottom: 0;}#A9FgQydWRcgfGNKe16QDQuM6RcISmOka .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#A9FgQydWRcgfGNKe16QDQuM6RcISmOka .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#A9FgQydWRcgfGNKe16QDQuM6RcISmOka .widget-input-select {padding-top: 0; padding-bottom: 0;}#A9FgQydWRcgfGNKe16QDQuM6RcISmOka .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.875rem;font-size:1rem;overflow:hidden; }
#A9FgQydWRcgfGNKe16QDQuM6RcISmOka .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#A9FgQydWRcgfGNKe16QDQuM6RcISmOka  { width:17.5rem;height:auto;top:15.1748046875rem;left:0rem; }
#A9FgQydWRcgfGNKe16QDQuM6RcISmOka .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#A9FgQydWRcgfGNKe16QDQuM6RcISmOka {display:block;}#A9FgQydWRcgfGNKe16QDQuM6RcISmOka { width:17.5rem;height:auto;top:15.1748046875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #A9FgQydWRcgfGNKe16QDQuM6RcISmOka #O5gL0kTU9y52WAahJ6lsF05eKSmawAsy {  }
 }@media only screen and (max-width: 763px) { #A9FgQydWRcgfGNKe16QDQuM6RcISmOka #RrvJ6TC1iIGn4hIJq7V4msZN8Spn0VKa {  }
 }@media only screen and (max-width: 763px) { #A9FgQydWRcgfGNKe16QDQuM6RcISmOka #XiA7CSsskQPvFNEwbMlCNvc27TrPOMB5 {  }
 }@media only screen and (max-width: 763px) { #A9FgQydWRcgfGNKe16QDQuM6RcISmOka #n0DZBJRZ7oQoWHyFfrtXvKn1SvEmvTRu {  }
 }@media only screen and (max-width: 763px) { #A9FgQydWRcgfGNKe16QDQuM6RcISmOka #saGiVPJ6GrZkP0WBxiqlJRABRamFy9rR {  }
 }@media only screen and (max-width: 763px) { #A9FgQydWRcgfGNKe16QDQuM6RcISmOka #kIrmFQrLnsqMZlODEdfzMQ4J8wPOKuge {  }
 }@media only screen and (max-width: 763px) { #A9FgQydWRcgfGNKe16QDQuM6RcISmOka #FIcgmFcihirS6Sxo8284ZJETIgHM314V {  }
 }@media only screen and (max-width: 763px) { #A9FgQydWRcgfGNKe16QDQuM6RcISmOka #RbClsphrD4GiBLu9c0ZSIltuifKlAS2g {  }
 }@media only screen and (max-width: 763px) { #A9FgQydWRcgfGNKe16QDQuM6RcISmOka #GdU3XU4uBTkWoy2RpmFysRfPO8lT6p62 {  }
 }@media only screen and (max-width: 763px) { #A9FgQydWRcgfGNKe16QDQuM6RcISmOka #XpPXf1eFfAPyc3IXiXPhbFLnZq29z2we {  }
 }@media only screen and (max-width: 763px) { #A9FgQydWRcgfGNKe16QDQuM6RcISmOka #M9hnJ5k8pbyZTOtaso2ysfKMITvgmDRc {  }
 }@media only screen and (max-width: 763px) { #A9FgQydWRcgfGNKe16QDQuM6RcISmOka #MkrIS9vQy0OgGO7o0PPqI3nA39WSuUWz {  }
 }@media only screen and (max-width: 763px) { #A9FgQydWRcgfGNKe16QDQuM6RcISmOka #RU7JDfC1cPSPAlxHHKkDEc62XTQuTaR7 {  }
 }@media only screen and (max-width: 763px) { #A9FgQydWRcgfGNKe16QDQuM6RcISmOka #ulJAFTGvuiEoLP63b9KH26owROTJWrJ1 {  }
 }@media only screen and (max-width: 763px) { #A9FgQydWRcgfGNKe16QDQuM6RcISmOka #XobaBSANJdbVsZ8UQZfTmAr7cNDrZUbW {  }
 }@media only screen and (max-width: 763px) { #A9FgQydWRcgfGNKe16QDQuM6RcISmOka #vh47xB8pA18PugVTbBQgthSKiTNQCNKU {  }
 }@media only screen and (max-width: 763px) { #A9FgQydWRcgfGNKe16QDQuM6RcISmOka #oZiofWAEbRobTxTJz0kIXuuHftgDAQUr {  }
 }@media only screen and (max-width: 763px) { #A9FgQydWRcgfGNKe16QDQuM6RcISmOka #wiT6fLMOFUSb6kKUX5t6TiT8tBB5pP8k {  }
 }@media only screen and (max-width: 763px) { #A9FgQydWRcgfGNKe16QDQuM6RcISmOka #IGAHKu72omNCzNXAuCsFhz62iAviRC5w {  }
 }@media only screen and (max-width: 763px) { #A9FgQydWRcgfGNKe16QDQuM6RcISmOka #LItLHGo0UNkKpXqaIZTJOHTMkSZsknIc {  }
 }@media only screen and (max-width: 763px) { #A9FgQydWRcgfGNKe16QDQuM6RcISmOka #JXqkc8cCKF9l21r7cWLQ0WozpJq7X3PP {  }
 }@media only screen and (max-width: 763px) { #A9FgQydWRcgfGNKe16QDQuM6RcISmOka #XuTkEisozzg5GM1WhU8Z0KOyyUftvpKd {  }
 }@media only screen and (max-width: 763px) { #A9FgQydWRcgfGNKe16QDQuM6RcISmOka #z8vxBbILynxVJSAM9T2fcHRNOnoz4KFX {  }
 }@media only screen and (max-width: 763px) { #JyeRaCQnhHKTdKZHq4kgx2Gh2TCiG9co { display:block; }#JyeRaCQnhHKTdKZHq4kgx2Gh2TCiG9co > .row .container { width:20rem;height:32.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dk0s5fdAFFbC9ghIUxdFNe8KvTnrA0Rw .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Dk0s5fdAFFbC9ghIUxdFNe8KvTnrA0Rw .accordion-heading-text { font-size:1rem;height:auto;line-height:1.5;overflow:hidden; }
#Dk0s5fdAFFbC9ghIUxdFNe8KvTnrA0Rw .accordion-desc-text { font-size:0.875rem;height:auto; }
#Dk0s5fdAFFbC9ghIUxdFNe8KvTnrA0Rw { display:flex;height:auto;width:20rem;top:13.49609375rem;left:0rem; }
#Dk0s5fdAFFbC9ghIUxdFNe8KvTnrA0Rw .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #Dk0s5fdAFFbC9ghIUxdFNe8KvTnrA0Rw #QwV5tbRoTzJAw5wiGzVgRHZD6ACsFI1R {  }
 }@media only screen and (max-width: 763px) { #Dk0s5fdAFFbC9ghIUxdFNe8KvTnrA0Rw #hBNniLAciKTvHT06lBFfE5vIHrH4v3LI {  }
 }@media only screen and (max-width: 763px) { #Dk0s5fdAFFbC9ghIUxdFNe8KvTnrA0Rw #L8IGqkP1aT1HqQDBBxtq51NXEJ7kGist {  }
 }@media only screen and (max-width: 763px) { #Dk0s5fdAFFbC9ghIUxdFNe8KvTnrA0Rw #RJ9xOI9PBPr8pmDTa2iGK61O9t7cpSek {  }
 }@media only screen and (max-width: 763px) { #Dk0s5fdAFFbC9ghIUxdFNe8KvTnrA0Rw #MJaaFZH6FVyKZU8J05m98EPgQSzJVHnB {  }
 }@media only screen and (max-width: 763px) { #Dk0s5fdAFFbC9ghIUxdFNe8KvTnrA0Rw #JgLEut8AJTdUqqIOOCU8H0vC3k8ZAWAM {  }
 }@media only screen and (max-width: 763px) { #Dk0s5fdAFFbC9ghIUxdFNe8KvTnrA0Rw #ahimnPPz6dyASEikBZPsRPVkyB5NS0Gn {  }
 }@media only screen and (max-width: 763px) { #Dk0s5fdAFFbC9ghIUxdFNe8KvTnrA0Rw #Z6x89chArttZUZCVSud3tvyzqwBfKwwU {  }
 }@media only screen and (max-width: 763px) { #Dk0s5fdAFFbC9ghIUxdFNe8KvTnrA0Rw #e99EClSOKZORREpVKSHGeZfmudAerEqJ {  }
 }@media only screen and (max-width: 763px) { #Dk0s5fdAFFbC9ghIUxdFNe8KvTnrA0Rw #JcLiSULkanMWiWdX5QCxPGZRGZ9KNdzu {  }
 }@media only screen and (max-width: 763px) { #Dk0s5fdAFFbC9ghIUxdFNe8KvTnrA0Rw #o60i0fnb3S8HeAtTDszpw2TArhk2aKAg {  }
 }@media only screen and (max-width: 763px) { #Dk0s5fdAFFbC9ghIUxdFNe8KvTnrA0Rw #pQTCTnWPfw91agcUsH2gAQKiDSFOShT0 {  }
 }@media only screen and (max-width: 763px) { #Dk0s5fdAFFbC9ghIUxdFNe8KvTnrA0Rw #NhWBrDppTPQfLauLvNETxxuMI2ioMTeR {  }
 }@media only screen and (max-width: 763px) { #Dk0s5fdAFFbC9ghIUxdFNe8KvTnrA0Rw #i3FWWq5XoIs30UqNUKHKuuJAGWKiG98T {  }
 }@media only screen and (max-width: 763px) { #Dk0s5fdAFFbC9ghIUxdFNe8KvTnrA0Rw #CDhN1q1Tu9uCXXNPKfvTPe1tdUQzMqeS {  }
 }@media only screen and (max-width: 763px) { #fb3Xncy09H4cmTgiTfIWETTBMTopTVhv { width:20rem;height:1.5rem;top:2.1875rem;left:0rem;font-size:2.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ltS7apqDlcbablFaL8zoEKIcTT19gxQ4 { width:17.125rem;height:0.125rem;top:4.57421875rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSzma4mS0FwewxMPOqqMOvCHxs48bpnX { width:18.125rem;height:6.375rem;top:5.32421875rem;left:0.9375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AuaH8qneypTqNfvv6l1ObP2TH8Kso4k0 { display:block; }#AuaH8qneypTqNfvv6l1ObP2TH8Kso4k0 > .row .container { width:20rem;height:52.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BJmsKOmJZAd88JbsE6rLE5uLLGim9TMW { width:13.625rem;height:5.0625rem;top:0.9375rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUOFKmguBEm8KfDtmDo6EmCRhEMiXoLu { width:20rem;height:1.04980625rem;top:14.8603515625rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZFtDXWFmz6ZvKFLZJeQ2VEGzRToE33Be { width:1.9375rem;height:1.9375rem;top:29.005859375rem;left:9.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vt8cb1lKkv5h0Tx9e7TP4RIX5ZA6xCov { width:11.5rem;height:4.8984375rem;top:32.005859375rem;left:4.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Xc9DS89xE4TTTJ9WaZvTJHZrJZsSZzZc { width:1.5625rem;height:1.5625rem;top:17.708984375rem;left:9.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mE3VHURGJ6sSysTwQ6gVOO6rKoGOa1Q6 { width:11.375rem;height:1.3125rem;top:20.271484375rem;left:4.3125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zhzUk0mxCDnp6unK9AP6EEnyi8rXdiTo { width:1.5625rem;height:1.5625rem;top:23.607421875rem;left:9.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lmlwy7yot1ldqlmnS79X7u4WrMwTdN5F { width:7.3125rem;height:1.3125rem;top:26.232421875rem;left:6.34375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gMGIybrQJgZzn2tPs60kXhxIzJCE93Tg { width:18.6875rem;height:5.25rem;top:6.75rem;left:0.65625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xPBe3yT6qtCTRl1VR0at1sa6DtT0ShUS { width:18.75rem;height:0.0625rem;top:41.83986875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZD2h4OwDh9yuhIu7EHXTvT7cLV7ptDC { width:18.75rem;height:0.0625rem;top:45.5517828125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTTSJpcSwCK3Amq6bsB3TMi9t0x0xaJF { display:flex;width:1.375rem;height:1.375rem;top:42.9892578125rem;left:11.125rem; }
 }@media only screen and (max-width: 763px) { #JopivvKJEpTovyQtWfflaWzftWXPvci4 { display:flex;width:1.25rem;height:1.25rem;top:43.1142578125rem;left:9.375rem; }
#JopivvKJEpTovyQtWfflaWzftWXPvci4 > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #dMabBVwnpkLrvA3vTUzstMZVH458ntxX { display:flex;width:1.3125rem;height:1.3125rem;top:43.1767578125rem;left:13.0625rem; }
#dMabBVwnpkLrvA3vTUzstMZVH458ntxX > img { max-width: 100%;max-height:100%; width:1.3125rem; height:1.3125rem; } }@media only screen and (max-width: 763px) { #ERxlZWW0J7JqbnVBZSGWMQyrholZ2TDv { display:flex;width:1.1875rem;height:1.1875rem;top:43.1455078125rem;left:5.6875rem; }
#ERxlZWW0J7JqbnVBZSGWMQyrholZ2TDv > img { max-width: 100%;max-height:100%; width:1.1875rem; height:1.1875rem; } }@media only screen and (max-width: 763px) { #kO4mCGRhPaWTsffIwFAerevHQGSgk7N8 { display:flex;width:0.9375rem;height:0.9375rem;top:43.3330078125rem;left:7.625rem; }
#kO4mCGRhPaWTsffIwFAerevHQGSgk7N8 > img { max-width: 100%;max-height:100%; width:0.9375rem; height:0.9375rem; } }@media only screen and (max-width: 763px) { #QvRhX7SVxmgqDcXFFEaNkUBRJbOPxhTh { width:20rem;height:0.7871125rem;top:49.1640625rem;left:0rem;font-size:0.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TegGViMfykIFUrNqCGFSLQ9XPtO2zOeQ { width:20rem;height:0.875rem;top:47.2265625rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }