.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:255,246,221;--color-primary-1:254,226,142;--color-primary-2:252,196,29;--color-primary-3:126,98,15;--color-primary-4:38,29,4;--color-secondary-0:218,250,239;--color-secondary-1:132,238,202;--color-secondary-2:9,220,149;--color-secondary-3:5,110,75;--color-secondary-4:1,33,22;--color-tertiary-0:255,255,255;--color-tertiary-1:229,229,229;--color-tertiary-2:50,51,48;--color-tertiary-3:17,15,15;--color-tertiary-4:0,0,0;--headlines-font-family:"Open Sans";--paragraphs-font-family:"Open Sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eoBmFBK6sxTliL7DGEeof25TqXXlGIJN { 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:auto !important;z-index:199999;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:fixed;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;top:0rem;left:0rem;right:0rem;display:block; }#eoBmFBK6sxTliL7DGEeof25TqXXlGIJN > .row .container { background-color: transparent; background-image: none; }#eoBmFBK6sxTliL7DGEeof25TqXXlGIJN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eoBmFBK6sxTliL7DGEeof25TqXXlGIJN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eoBmFBK6sxTliL7DGEeof25TqXXlGIJN > .row .container > .video-iframe-container { display: none; }#eoBmFBK6sxTliL7DGEeof25TqXXlGIJN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eoBmFBK6sxTliL7DGEeof25TqXXlGIJN > .row > .video-iframe-container { display: none; }#eoBmFBK6sxTliL7DGEeof25TqXXlGIJN > .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); }#eoBmFBK6sxTliL7DGEeof25TqXXlGIJN > .row .container { border-width: 0; border-radius: 0; }#eoBmFBK6sxTliL7DGEeof25TqXXlGIJN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#eoBmFBK6sxTliL7DGEeof25TqXXlGIJN > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;overflow:visible;position:relative;display:block; }#H6JFkxrk732S9DkwJ1IAVMadyIx155mT { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.1875rem;left:62.5rem;height:1.13720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HEnK8Re8ZZxGUp5XTidpNfCpPMTATSF5 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:2.6875rem;left:61.9375rem; }
#SnLatHeUQMWN15qTTJH0PODtJqmS0pRx { color:rgba(var(--color-tertiary-2),1);display:block;width:6.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:2.625rem;left:26.125rem;height:1.13720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zbzfpM6aEGEDAaMKdHJaFe1VNWCDb9Hg { color:rgba(var(--color-tertiary-2),1);display:block;width:6.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:2.625rem;left:33rem;height:1.13720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oJDaTOprzp9qhRgBkcIIbaWubcKFEE26 { color:rgba(var(--color-tertiary-2),1);display:block;width:11.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:2.625rem;left:39.5rem;height:1.13720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#peyl1Fd5vyaVAnsA9rtKH3oDuxE8wIDB { color:rgba(var(--color-tertiary-2),1);display:block;width:4rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:2.625rem;left:51.0625rem;height:1.13720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ogUv67hX37szi29TAoQ8qTeCxZSqpw29 { 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:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"anton sc";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.5rem;height:2.625rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:2.3125rem;left:63.9375rem;display:block; }
#k9R9yT3v8nWImPyFUpMHUlILTurMazvK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yMW0o6KqGciNIKo50r5rSwa4F45llaDV { 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:5.625rem;width:8.9375rem;top:0.3125rem;left:0rem;overflow:hidden;display:block; }
#oJUA0oc8kyFuJoaomTlLZQZF4UTmxSEy { position:relative;display:block; }#oJUA0oc8kyFuJoaomTlLZQZF4UTmxSEy { background-color: transparent; background-image: none; }#oJUA0oc8kyFuJoaomTlLZQZF4UTmxSEy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oJUA0oc8kyFuJoaomTlLZQZF4UTmxSEy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oJUA0oc8kyFuJoaomTlLZQZF4UTmxSEy > .row .container > .video-iframe-container { display: none; }#oJUA0oc8kyFuJoaomTlLZQZF4UTmxSEy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oJUA0oc8kyFuJoaomTlLZQZF4UTmxSEy > .row > .video-iframe-container { display: none; }#oJUA0oc8kyFuJoaomTlLZQZF4UTmxSEy > .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); }#oJUA0oc8kyFuJoaomTlLZQZF4UTmxSEy { border-width: 0; border-radius: 0; }#oJUA0oc8kyFuJoaomTlLZQZF4UTmxSEy > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#oJUA0oc8kyFuJoaomTlLZQZF4UTmxSEy > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Ee9O2Oa1No1VRw94pWVxupoLv5GBTsvi { position:relative;display:none; }#Ee9O2Oa1No1VRw94pWVxupoLv5GBTsvi { border-width: 0; border-radius: 0; }#Ee9O2Oa1No1VRw94pWVxupoLv5GBTsvi > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Ee9O2Oa1No1VRw94pWVxupoLv5GBTsvi > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#eVM7oqECPmnoBApZVfrXFsl6gBgma2Sv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#TtzKh4gQcXr423R1fkKLXx51xFkovxFi { color:rgba(var(--color-tertiary-4),1);display:block;width:6.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.1875rem;left:25.5rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#imo3IsNcITgBBWcpRIXrHqg3eEHml9tp { color:rgba(var(--color-tertiary-4),1);display:block;width:6.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:2.1875rem;left:32.375rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#XL7GgAtvFlgzagETRnhpL7aq203afqsG { color:rgba(var(--color-tertiary-4),1);display:block;width:11.5625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:2.1875rem;left:38.875rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#GzKE3rsImCkSMFdk8sCNcEnooaLWEHTF { color:rgba(var(--color-tertiary-4),1);display:block;width:4rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:2.1875rem;left:50.4375rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#xx4xJkTu9RQcKdRkRR7nSpXUTDXUi9E1 { position:absolute;display:block;z-index:15000;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:35.8125rem;width:57.3125rem;display:none; }
#rSr2UNdpLfycxZO9fN82W07BBCMkye4w { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/92f21422-9d0a-4e5f-8ef9-a1734f89fb80/WhatsAppImage20250924at1301241.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#rSr2UNdpLfycxZO9fN82W07BBCMkye4w.adaptive-delivery-prevent-bg, #rSr2UNdpLfycxZO9fN82W07BBCMkye4w.lazyload, #rSr2UNdpLfycxZO9fN82W07BBCMkye4w.lazyloading { background-image: none; }#rSr2UNdpLfycxZO9fN82W07BBCMkye4w > .row .container { background-color: transparent; background-image: none; }#rSr2UNdpLfycxZO9fN82W07BBCMkye4w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.78); }#rSr2UNdpLfycxZO9fN82W07BBCMkye4w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rSr2UNdpLfycxZO9fN82W07BBCMkye4w > .row .container > .video-iframe-container { display: none; }#rSr2UNdpLfycxZO9fN82W07BBCMkye4w > .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.78); }#rSr2UNdpLfycxZO9fN82W07BBCMkye4w > .row > .video-iframe-container { display: none; }#rSr2UNdpLfycxZO9fN82W07BBCMkye4w > .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); }#rSr2UNdpLfycxZO9fN82W07BBCMkye4w > .row .container { border-width: 0; border-radius: 0; }#rSr2UNdpLfycxZO9fN82W07BBCMkye4w::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; }#rSr2UNdpLfycxZO9fN82W07BBCMkye4w > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#rSr2UNdpLfycxZO9fN82W07BBCMkye4w > .row .container { font-size:0.875rem;font-family:arial;height:41.875rem;width:75rem;overflow:visible;position:relative;display:block; }#kQCeztVPKHc9ihO5MvM28RlHyCbtC6Ev { color:rgba(var(--color-tertiary-0),1);display:block;width:45.8125rem;position:absolute;font-family:"anton sc";font-size:2.8125rem;font-weight:400;z-index:15000;line-height:1.2;letter-spacing:0;top:4.375rem;left:0rem;height:10.125rem;font-style:normal;display:block; }
#SnxrxUQodlZRiUc5DdTNwKtCJ1Q0p9yu { box-sizing:content-box;height:33.875rem;width:26.875rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),1);background-image:none;top:4.3125rem;left:48.125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#buaw6E621saGGiXPVTtr7xJVrTQxegTT { 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:1.25rem;width:6.875rem;top:2rem;left:0rem;overflow:hidden;display:block; }
#WCL2cVfMv4ZOJDy6qeeUnUSLbI5sou3n { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:2.125rem;left:7.375rem;height:1.29980625rem;display:block; }
#qIfc9NftOx8JTTPfgzTiILPThgM3Sfxo { color:rgba(var(--color-tertiary-0),1);display:block;width:40.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:17.03125rem;left:0rem;height:3.75rem;font-style:normal;display:block; }
#Ta1tbVkONoDt3mxhx2gzgAOq2VqCzroh { background-color:rgba(var(--color-tertiary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"anton sc";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.625rem;height:3.75rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:27.25rem;left:0rem;display:block; }
#nu7KgggHBNkSPsFktJTKTub3k1c8JDyk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tq5BJat6ziXzwEm0w6qpenyrNiAoxu88 { color:rgba(var(--color-tertiary-0),1);display:block;width:21.875rem;position:absolute;font-family:"anton sc";font-size:1.5625rem;font-weight:400;z-index:15011;line-height:1.2;letter-spacing:0;top:4rem;left:50.625rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Qo2Jsg9evEQpANvr9Lt0oql2fZH84nFZ .widget-form-header {  }
#Qo2Jsg9evEQpANvr9Lt0oql2fZH84nFZ .widget-regular-label { height:auto;display:block;font-family:montserrat;font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:22.875rem;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; }
#Qo2Jsg9evEQpANvr9Lt0oql2fZH84nFZ .widget-input-text { border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.875rem;box-sizing:border-box;height:2.5rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:montserrat;vertical-align:top; }
#Qo2Jsg9evEQpANvr9Lt0oql2fZH84nFZ .widget-input-text {padding-top: 0; padding-bottom: 0;}#Qo2Jsg9evEQpANvr9Lt0oql2fZH84nFZ .widget-textarea { border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.875rem;box-sizing:border-box;height:4.875rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:montserrat;vertical-align:top; }
#Qo2Jsg9evEQpANvr9Lt0oql2fZH84nFZ .widget-input-select { border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.875rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:montserrat;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#Qo2Jsg9evEQpANvr9Lt0oql2fZH84nFZ .widget-input-select {padding-top: 0; padding-bottom: 0;}#Qo2Jsg9evEQpANvr9Lt0oql2fZH84nFZ .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; }
#Qo2Jsg9evEQpANvr9Lt0oql2fZH84nFZ .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#Qo2Jsg9evEQpANvr9Lt0oql2fZH84nFZ .widget-input-button { border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;background-color:rgba(var(--color-tertiary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.375rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);width:22.875rem;height:3.4375rem;font-family:"anton sc";overflow:hidden;font-style:normal; }
#Qo2Jsg9evEQpANvr9Lt0oql2fZH84nFZ [class*="-text"]:-moz-placeholder { color:#373737;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#Qo2Jsg9evEQpANvr9Lt0oql2fZH84nFZ [class*="-text"]::-moz-placeholder { color:#373737;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#Qo2Jsg9evEQpANvr9Lt0oql2fZH84nFZ [class*="-text"]:-ms-input-placeholder { color:#373737;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#Qo2Jsg9evEQpANvr9Lt0oql2fZH84nFZ [class*="-text"]::-webkit-input-placeholder { color:#373737;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#Qo2Jsg9evEQpANvr9Lt0oql2fZH84nFZ .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:400;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:21.625rem;overflow:hidden;font-style:normal;float:none; }
#Qo2Jsg9evEQpANvr9Lt0oql2fZH84nFZ .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; }
#Qo2Jsg9evEQpANvr9Lt0oql2fZH84nFZ .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:montserrat;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#Qo2Jsg9evEQpANvr9Lt0oql2fZH84nFZ .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0;width:100%;font-size:0;height:auto; }
#Qo2Jsg9evEQpANvr9Lt0oql2fZH84nFZ .widget-container:first-of-type{padding-top:0;}#Qo2Jsg9evEQpANvr9Lt0oql2fZH84nFZ .widget-container:last-of-type{padding-bottom:0;}#Qo2Jsg9evEQpANvr9Lt0oql2fZH84nFZ  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15009;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:8.375rem;left:48.875rem; }
#Qo2Jsg9evEQpANvr9Lt0oql2fZH84nFZ .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:22.875rem;display:block;vertical-align:top; }
#Qo2Jsg9evEQpANvr9Lt0oql2fZH84nFZ .widget-info-text { display:block;height:auto;font-family:montserrat;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; }
#Qo2Jsg9evEQpANvr9Lt0oql2fZH84nFZ {display:block;}#Qo2Jsg9evEQpANvr9Lt0oql2fZH84nFZ { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15009;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:8.375rem;left:48.875rem; }
#Qo2Jsg9evEQpANvr9Lt0oql2fZH84nFZ #ont1H9UhIt64kN5EbtrE5UVuTd8UL7k2 { position:relative; }
#Qo2Jsg9evEQpANvr9Lt0oql2fZH84nFZ #z8habr6qIJA2A9q93PDsEOJ8AVUbQkfk { position:relative;display:none; }
#Qo2Jsg9evEQpANvr9Lt0oql2fZH84nFZ #ylWVw9O5psfGvn2CpxPWr3q30vemkfmL { position:relative; }
#Qo2Jsg9evEQpANvr9Lt0oql2fZH84nFZ #ZErAbp92NG8LvnSwmTk81Vc0dI1hVB2i { position:relative; }
#Qo2Jsg9evEQpANvr9Lt0oql2fZH84nFZ #i6yy8wp4zeIynNzXbhgZpPAmTlzQvSQB { position:relative;display:none; }
#Qo2Jsg9evEQpANvr9Lt0oql2fZH84nFZ #GuEWotQrzW8ea5VxR8fBG7t1taEu9KnQ { position:relative; }
#Qo2Jsg9evEQpANvr9Lt0oql2fZH84nFZ #Ku9O5xbEAx6NhooFTB13mAAsgg64ilRZ { position:relative; }
#Qo2Jsg9evEQpANvr9Lt0oql2fZH84nFZ #wE3UmqpiZo9WruH71GRetcvmAp3ZxPtm { position:relative;display:none; }
#Qo2Jsg9evEQpANvr9Lt0oql2fZH84nFZ #BZHXXsT3tTIgJWPanLq8ynTA3M1zZUH4 { position:relative; }
#Qo2Jsg9evEQpANvr9Lt0oql2fZH84nFZ #cVc7T2FPeO0RK0UgJIVI7n4Ni2parJg1 { position:relative; }
#Qo2Jsg9evEQpANvr9Lt0oql2fZH84nFZ #Ml5L7l5DsqALVcNKyzPdV7L7v4JhgHpq { position:relative;display:none; }
#Qo2Jsg9evEQpANvr9Lt0oql2fZH84nFZ #xvQJL9DDSmPPUlR63KXJHNW3qMLV5h7T { position:relative; }
#Qo2Jsg9evEQpANvr9Lt0oql2fZH84nFZ #sfRWcFbSRppVtmftBgXz8yhrXxHHTdQl { position:relative; }
#Qo2Jsg9evEQpANvr9Lt0oql2fZH84nFZ #e0DXxVfuQwVFBlDWDNsR8eTsMaANHzQR { position:relative;display:none; }
#Qo2Jsg9evEQpANvr9Lt0oql2fZH84nFZ #CeODnQTNKFaRMNSzT7VPU0DhOVuC3aAo { position:relative; }
#Qo2Jsg9evEQpANvr9Lt0oql2fZH84nFZ #ACrrBOSaTaUeKMWTFTGXANcEONWxwmkT { position:relative; }
#Qo2Jsg9evEQpANvr9Lt0oql2fZH84nFZ #bpiaVktbwqB1EmkooGmhHGDT9ELg7HFu { position:relative;z-index:2; }
#Qo2Jsg9evEQpANvr9Lt0oql2fZH84nFZ #DyTvGlQMTUUx9KSWTVTR8ZBA7mst0JnI { position:relative; }
#Qo2Jsg9evEQpANvr9Lt0oql2fZH84nFZ #fBHQ3pp1xt6E1mkz3nlahZiSD1X9eSlh { position:relative; }
#Qo2Jsg9evEQpANvr9Lt0oql2fZH84nFZ #V8tlwVd2CuvN0Uo5yJcN4ZTXbgzQoql7 { position:relative; }
#yzf5GyOIEsKtwzLT6ZvCJgo9hxbpwrQd { color:rgba(var(--color-tertiary-3),1);display:block;width:19.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:35.5625rem;left:53.1875rem;height:1.13720625rem;display:block; }#yzf5GyOIEsKtwzLT6ZvCJgo9hxbpwrQd li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#yzf5GyOIEsKtwzLT6ZvCJgo9hxbpwrQd li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_613ac8c8c0c63b8bb4183b9e29570068b9ace8f9.svg); }
#nX4CwF6d5aB9dbHpHQTHnTbXUezn8T18 { position:absolute;display:block;z-index:15010;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:22.6875rem;top:3.75rem;left:50.25rem;overflow:hidden;display:block; }
#We4rdGWuI7prQu6grMt0W9Gytka0V0mc { color:rgba(var(--color-tertiary-0),1);display:block;width:44.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:21.96875rem;left:0rem;height:1.6875rem;display:block; }
#bONBPTdHBeJ6SJXci32X3cUW9HV3gGpK { 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:auto !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; }#bONBPTdHBeJ6SJXci32X3cUW9HV3gGpK > .row .container { background-color: transparent; background-image: none; }#bONBPTdHBeJ6SJXci32X3cUW9HV3gGpK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bONBPTdHBeJ6SJXci32X3cUW9HV3gGpK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bONBPTdHBeJ6SJXci32X3cUW9HV3gGpK > .row .container > .video-iframe-container { display: none; }#bONBPTdHBeJ6SJXci32X3cUW9HV3gGpK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bONBPTdHBeJ6SJXci32X3cUW9HV3gGpK > .row > .video-iframe-container { display: none; }#bONBPTdHBeJ6SJXci32X3cUW9HV3gGpK > .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); }#bONBPTdHBeJ6SJXci32X3cUW9HV3gGpK > .row .container { border-width: 0; border-radius: 0; }#bONBPTdHBeJ6SJXci32X3cUW9HV3gGpK > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#bONBPTdHBeJ6SJXci32X3cUW9HV3gGpK > .row .container { font-size:0.875rem;font-family:arial;height:42rem;width:75rem;overflow:visible;position:relative;display:block; }#PBS46a2c1rOGGTdvZGw3IMaicrZMqXFA { color:rgba(var(--color-primary-2),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.9375rem;left:37.8125rem;height:1.29980625rem;font-style:normal;display:block; }
#pEmhXJDZC7kkL1gy5ZA4DUVe1BQXpILy { color:rgba(var(--color-tertiary-3),1);display:block;width:37.1875rem;position:absolute;font-family:"anton sc";font-size:2.375rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:7.5625rem;left:37.8125rem;height:5.69921875rem;font-style:normal;display:block; }
#NN73Fsa6R13MdBKsnZ2sloTRTQIJXTQR { color:rgba(var(--color-tertiary-3),1);display:block;width:37.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:13.9375rem;left:37.875rem;height:10.5rem;display:block; }
#Hk1vcSDcrTvenqZcKF1rDpHHNLkQcWS5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#PJEgwQnQzRWenAHmD22epapoB6ZsGse3 { position:absolute;display:block;z-index:15006;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:33.0625rem;width:33rem;top:4.46875rem;left:0rem;overflow:hidden;display:block; }
#oTtRPi08KKkU12gqb6h0WoQyCJ5h4NbT { color:rgba(var(--color-tertiary-3),1);display:block;width:37.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:25.53125rem;left:37.8125rem;height:6.9375rem;overflow:hidden;font-style:normal;display:block; }#oTtRPi08KKkU12gqb6h0WoQyCJ5h4NbT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#oTtRPi08KKkU12gqb6h0WoQyCJ5h4NbT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/da8daf33-343c-4617-af5a-3c7a0b80dc26/accept7.png); }
#HmgbopH24cDHOlIEfrTFGsO57q9oaaVa { box-sizing:content-box;height:0.9375rem;width:0.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15033;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:4.125rem;left:37.8125rem;display:block; }
#xwszTQ0PQzCZJ2Ck4hHxdcbwuMNglVrN { color:#443933;display:block;width:19.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15031;line-height:1.5;letter-spacing:0;top:3.8125rem;left:48.4375rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T9CDpMg6S5vvaBIEH271TR73wzCzlMuT { color:#443933;display:block;width:9.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15030;line-height:1.5;letter-spacing:0;top:3.84375rem;left:38.9375rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#arFcqyqi8o64pqnAoyWTgyXN8u5dwO9l { box-sizing:content-box;height:0.9375rem;width:0.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15033;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:4.375rem;left:37.8125rem;display:none; }
#i1NkSn01XBJUoNZG42iP6zTXWbJuvMap { color:#443933;display:block;width:9.25rem;position:absolute;font-family:ubuntu;font-size:0.8125rem;font-weight:400;z-index:15030;line-height:1.5;letter-spacing:0;top:4.21875rem;left:38.9375rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#PVSytB6JVlhMSe4s8tAyFlwa1xwRmKBV { color:#443933;display:block;width:16.5rem;position:absolute;font-family:ubuntu;font-size:0.8125rem;font-weight:400;z-index:15031;line-height:1.5;letter-spacing:0;top:4.1875rem;left:47.4375rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#Am94ukIdWVub2f6CPWC1QmTTd2IWsovM { background-color:rgba(var(--color-tertiary-3),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:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"anton sc";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5625rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:34.25rem;left:37.8125rem;display:block; }
#LM2F9SemPtkJ1v1M8pnzke9XWIfryIFT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yzd5b7c95B4dPnZN81MZbyK6IOpBkCEK { 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:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"anton sc";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.25rem;height:3.4375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:34.25rem;left:52.25rem;display:block; }
#ls8aPWn2MBwTokJGFKAD43kqKGqKM7Nm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MKl5zmT8uGJLGPHpCeIHyFvVwmAexaBn { background-color:#fafafa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !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; }#MKl5zmT8uGJLGPHpCeIHyFvVwmAexaBn > .row .container { background-color: transparent; background-image: none; }#MKl5zmT8uGJLGPHpCeIHyFvVwmAexaBn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MKl5zmT8uGJLGPHpCeIHyFvVwmAexaBn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MKl5zmT8uGJLGPHpCeIHyFvVwmAexaBn > .row .container > .video-iframe-container { display: none; }#MKl5zmT8uGJLGPHpCeIHyFvVwmAexaBn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MKl5zmT8uGJLGPHpCeIHyFvVwmAexaBn > .row > .video-iframe-container { display: none; }#MKl5zmT8uGJLGPHpCeIHyFvVwmAexaBn > .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); }#MKl5zmT8uGJLGPHpCeIHyFvVwmAexaBn > .row .container { border-width: 0; border-radius: 0; }#MKl5zmT8uGJLGPHpCeIHyFvVwmAexaBn > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#MKl5zmT8uGJLGPHpCeIHyFvVwmAexaBn > .row .container { font-size:0.875rem;font-family:arial;height:73.625rem;width:75rem;overflow:visible;position:relative;display:block; }#bu3g37BIT77uiEkfyUTGUXWqVeNTGqox { color:rgba(var(--color-tertiary-3),1);display:block;width:73.1875rem;position:absolute;font-family:"anton sc";font-size:2.375rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:4rem;left:0.71875rem;height:2.8496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nyOvJr1gqb75WTVDkJbiH1iiplwxVT3d { box-sizing:content-box;height:28.875rem;width:23.4375rem;position:absolute;display:block;z-index:15035;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:9.3125rem;left:0rem;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);display:block; }
#DTCJ4DGNt0UCmb1O0LGXGZmadawOrZLU { box-sizing:content-box;height:13.5rem;width:21.5rem;position:absolute;display:block;z-index:15036;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/0db90635-31d5-4176-a5ca-08c5b57b78d5/WhatsAppImage20250924at1306263.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:10.25rem;left:1rem;display:block; }#DTCJ4DGNt0UCmb1O0LGXGZmadawOrZLU.adaptive-delivery-prevent-bg, #DTCJ4DGNt0UCmb1O0LGXGZmadawOrZLU.lazyload, #DTCJ4DGNt0UCmb1O0LGXGZmadawOrZLU.lazyloading { background-image: none; }
#yFRzivPdtzoIctrcTXNkTUXwUOU7iEoV { box-sizing:content-box;height:12.5rem;width:21.5rem;position:absolute;display:block;z-index:15037;background-color:#eeeef5;background-image:none;top:24.75rem;left:1rem;display:block; }
#KMawTMwa4gmWCmhHatBL30LGoZ1KivAr { color:rgba(var(--color-tertiary-3),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15039;line-height:1.5;letter-spacing:0;top:28.375rem;left:1.8125rem;height:4.21875rem;text-align:center;text-align-last:center;display:block; }
#Ty1XxHVKI1U3N0kHJzcRC2vdo5ZHcawC { color:rgba(var(--color-tertiary-3),1);display:block;width:18.625rem;position:absolute;font-family:"anton sc";font-size:1.375rem;font-weight:400;z-index:15038;line-height:1.2;letter-spacing:0;top:26.25rem;left:2.5rem;height:1.6499rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#P5U3k69FZdArgFbb3fkLbwnnGDW1nFJb { 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:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"anton sc";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.3125rem;height:2.5rem;text-decoration:none;z-index:15040;text-align:center;text-align-last:center;top:33.5625rem;left:7.625rem;display:block; }
#rCrZBAKpmHRTVksuph3BAWr7WHowhVF3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#u3BZ1WEoDIduQzpnCPQ07dDLAD7I93KD { box-sizing:content-box;height:28.875rem;width:23.4375rem;position:absolute;display:block;z-index:15041;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:9.375rem;left:25.8125rem;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);display:block; }
#q8QupwltOZ5Eo4fABpmFhKFJDHTi3nUV { box-sizing:content-box;height:12.5rem;width:21.5rem;position:absolute;display:block;z-index:15043;background-color:#eeeef5;background-image:none;top:24.8125rem;left:26.8125rem;display:block; }
#BXPh65BCPayLebsLO7e7ZgqwsDo7Ld65 { 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:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"anton sc";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.3125rem;height:2.5rem;text-decoration:none;z-index:15046;text-align:center;text-align-last:center;top:33.625rem;left:33.4375rem;display:block; }
#sgZOAtTnQ8maU6v0ZR2hgfTzUhQTl9JJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VG0sxcqWw9k8BBwfEAH9KvVocRuVsReO { color:rgba(var(--color-tertiary-3),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15045;line-height:1.5;letter-spacing:0;top:28.4375rem;left:27.625rem;height:4.21875rem;text-align:center;text-align-last:center;display:block; }
#D2GhRAzDfG0k6f6pAlqUK00ALvgflA9o { color:rgba(var(--color-tertiary-3),1);display:block;width:18.625rem;position:absolute;font-family:"anton sc";font-size:1.375rem;font-weight:400;z-index:15044;line-height:1.2;letter-spacing:0;top:26.3125rem;left:28.3125rem;height:1.6499rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HZvQJRIfa9v8iMQd2MigtH5OiwETkz3x { box-sizing:content-box;height:13.5rem;width:21.5rem;position:absolute;display:block;z-index:15042;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/44f690fb-85b0-4066-9cf5-d1d967f15890/WhatsAppImage20250924at1306267.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:10.3125rem;left:26.8125rem;display:block; }#HZvQJRIfa9v8iMQd2MigtH5OiwETkz3x.adaptive-delivery-prevent-bg, #HZvQJRIfa9v8iMQd2MigtH5OiwETkz3x.lazyload, #HZvQJRIfa9v8iMQd2MigtH5OiwETkz3x.lazyloading { background-image: none; }
#WaMNvgHHppJTl5rrBLZKpfauGQKtPq33 { box-sizing:content-box;height:28.875rem;width:23.4375rem;position:absolute;display:block;z-index:15047;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:9.375rem;left:51.5625rem;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);display:block; }
#KvMBx0cDs7RGzTg6EfZC5iWX5rQ29ftm { box-sizing:content-box;height:12.5rem;width:21.5rem;position:absolute;display:block;z-index:15049;background-color:#eeeef5;background-image:none;top:24.8125rem;left:52.5625rem;display:block; }
#a9D9hH69g8AWAzvAPsu1i6IxeHdgP3UG { 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:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"anton sc";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.3125rem;height:2.5rem;text-decoration:none;z-index:15052;text-align:center;text-align-last:center;top:33.625rem;left:59.1875rem;display:block; }
#HJsxb0P1ETJhoI9RAp7nex3m9J7paKgS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#paRgIoH2BMTz74tsCNf3lwHrTJqvCnDM { color:rgba(var(--color-tertiary-3),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15051;line-height:1.5;letter-spacing:0;top:28.4375rem;left:53.375rem;height:4.21875rem;text-align:center;text-align-last:center;display:block; }
#AmJE48wu6eeuHGqbLGgkVrN7bFZJc2kW { color:rgba(var(--color-tertiary-3),1);display:block;width:19.375rem;position:absolute;font-family:"anton sc";font-size:1.375rem;font-weight:400;z-index:15050;line-height:1.2;letter-spacing:0;top:26.3125rem;left:53.65625rem;height:1.6499rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RL1OZo8lEvSt6sTOEyUN8JxEaEyGzQkn { box-sizing:content-box;height:13.5rem;width:21.5rem;position:absolute;display:block;z-index:15048;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/8cf6ed70-c3e4-4080-9e56-8132166468d1/WhatsAppImage20250924at131031.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:10.3125rem;left:52.5625rem;display:block; }#RL1OZo8lEvSt6sTOEyUN8JxEaEyGzQkn.adaptive-delivery-prevent-bg, #RL1OZo8lEvSt6sTOEyUN8JxEaEyGzQkn.lazyload, #RL1OZo8lEvSt6sTOEyUN8JxEaEyGzQkn.lazyloading { background-image: none; }
#AmEfx0FShQO1xU3cu662NEwyHRMJBrWq { box-sizing:content-box;height:28.875rem;width:23.4375rem;position:absolute;display:block;z-index:15059;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:40.25rem;left:38.6875rem;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);display:block; }
#WHWvzl7cHG9ENmuPTxx2xsLkO56IPNO1 { box-sizing:content-box;height:12.5rem;width:21.5rem;position:absolute;display:block;z-index:15061;background-color:#eeeef5;background-image:none;top:55.6875rem;left:39.6875rem;display:block; }
#FhioR4KteRv1cOTHx6OmDQForGizgnv2 { box-sizing:content-box;height:28.875rem;width:23.4375rem;position:absolute;display:block;z-index:15053;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:40.25rem;left:12.9375rem;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);display:block; }
#xgOHn8vOJN3JJaeTEpUOBSCIH9PEn18U { box-sizing:content-box;height:12.5rem;width:21.5rem;position:absolute;display:block;z-index:15055;background-color:#eeeef5;background-image:none;top:55.6875rem;left:13.9375rem;display:block; }
#plWs07M55t4iTszOTpTymBZ2UwQFrbVf { 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:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"anton sc";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.3125rem;height:2.5rem;text-decoration:none;z-index:15064;text-align:center;text-align-last:center;top:64.5rem;left:46.3125rem;display:block; }
#V7ZcwC2tstszyMBqnNkdnooP8T41warU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kREbQabbHzInBRN6l5EylM779CEeEC5x { color:rgba(var(--color-tertiary-3),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15057;line-height:1.5;letter-spacing:0;top:59.3125rem;left:14.75rem;height:4.21875rem;text-align:center;text-align-last:center;display:block; }
#leBuzN3tIkw6JAmp4BQBhdC3ExPqMM9T { color:rgba(var(--color-tertiary-3),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15063;line-height:1.5;letter-spacing:0;top:59.3125rem;left:40.5rem;height:4.21875rem;text-align:center;text-align-last:center;display:block; }
#BbveocLa5QewLl8agXTc1T8n9VsTfKxi { 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:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"anton sc";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.3125rem;height:2.5rem;text-decoration:none;z-index:15058;text-align:center;text-align-last:center;top:64.5rem;left:20.5625rem;display:block; }
#sOivcvaSAP1VK1lv8heCMFDx3cXrsMBB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tROVTIxC9xoVTHuB6JiAs9rZWzdwyhgO { color:rgba(var(--color-tertiary-3),1);display:block;width:18.625rem;position:absolute;font-family:"anton sc";font-size:1.375rem;font-weight:400;z-index:15056;line-height:1.2;letter-spacing:0;top:57.1875rem;left:15.4375rem;height:1.6499rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#P4he5R337Ny40MQkWaNX3eOtbgr2gw8d { color:rgba(var(--color-tertiary-3),1);display:block;width:18.625rem;position:absolute;font-family:"anton sc";font-size:1.375rem;font-weight:400;z-index:15062;line-height:1.2;letter-spacing:0;top:57.1875rem;left:41.1875rem;height:1.6499rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FuoMTIlH38bav28IZJZcMid1iqEoRQev { box-sizing:content-box;height:13.5rem;width:21.5rem;position:absolute;display:block;z-index:15054;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/df1aba01-f1cd-4320-bb30-f57427671eab/b66211_e24a0581b074447ca6abec4f002289c2mv2.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:41.1875rem;left:13.9375rem;display:block; }#FuoMTIlH38bav28IZJZcMid1iqEoRQev.adaptive-delivery-prevent-bg, #FuoMTIlH38bav28IZJZcMid1iqEoRQev.lazyload, #FuoMTIlH38bav28IZJZcMid1iqEoRQev.lazyloading { background-image: none; }
#kUaxhp6vvPbE2FdwyCF90P4sSpisaDq6 { box-sizing:content-box;height:13.5rem;width:21.5rem;position:absolute;display:block;z-index:15060;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/43ff23b1-1a21-4c9b-9aa1-5585408d2f19/b66211_a67c3bef12aa4b2692feb50a00193cb2mv2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:41.1875rem;left:39.6875rem;display:block; }#kUaxhp6vvPbE2FdwyCF90P4sSpisaDq6.adaptive-delivery-prevent-bg, #kUaxhp6vvPbE2FdwyCF90P4sSpisaDq6.lazyload, #kUaxhp6vvPbE2FdwyCF90P4sSpisaDq6.lazyloading { background-image: none; }
#R0CQRFeKd9Ro2KsNop2KlS0DA08fLhEb { background-color:rgba(var(--color-tertiary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !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; }#R0CQRFeKd9Ro2KsNop2KlS0DA08fLhEb > .row .container { background-color: transparent; background-image: none; }#R0CQRFeKd9Ro2KsNop2KlS0DA08fLhEb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R0CQRFeKd9Ro2KsNop2KlS0DA08fLhEb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R0CQRFeKd9Ro2KsNop2KlS0DA08fLhEb > .row .container > .video-iframe-container { display: none; }#R0CQRFeKd9Ro2KsNop2KlS0DA08fLhEb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R0CQRFeKd9Ro2KsNop2KlS0DA08fLhEb > .row > .video-iframe-container { display: none; }#R0CQRFeKd9Ro2KsNop2KlS0DA08fLhEb > .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); }#R0CQRFeKd9Ro2KsNop2KlS0DA08fLhEb > .row .container { border-width: 0; border-radius: 0; }#R0CQRFeKd9Ro2KsNop2KlS0DA08fLhEb > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#R0CQRFeKd9Ro2KsNop2KlS0DA08fLhEb > .row .container { font-size:0.875rem;font-family:arial;height:55.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#Z6XrzP8kz8LcFHtFLXvE1V68sZVP1Hqt { color:rgba(var(--color-tertiary-0),1);display:block;width:51.9375rem;position:absolute;font-family:"anton sc";font-size:2.375rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:4.4375rem;left:0rem;height:2.8496125rem;font-style:normal;display:block; }
#RTi3lHeR122CayEfBvdy6Akmb79SeVdn { color:rgba(var(--color-tertiary-0),1);display:block;width:66.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:8rem;left:0rem;height:3rem;display:block; }
#uW10f1kqJ47m8L4aFMifz9Lodo4eQr9i { position:absolute;display:block;z-index:15007;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:14rem;width:24rem;top:13.5rem;left:0rem;overflow:hidden;display:block; }
#Odq5T86zKdUHqLdtcCdkDdHoN4DI5e2W { position:absolute;display:block;z-index:15008;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:14rem;width:24rem;top:13.5rem;left:25.5rem;overflow:hidden;display:block; }
#stIXeIylxk2NcKQJawoL0RIKMTCmgcFR { position:absolute;display:block;z-index:15009;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:14rem;width:24rem;top:13.5rem;left:51rem;overflow:hidden;display:block; }
#WpKIEzKWivt25iMMVU2l56Zc8T2UqnWT { position:absolute;display:block;z-index:15010;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:14rem;width:24rem;top:28.875rem;left:0rem;overflow:hidden;display:block; }
#d0q1VTGuaDsX10tZ3dGRtWtZeIEaZdIf { 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:14rem;width:24rem;top:28.875rem;left:25.5rem;overflow:hidden;display:block; }
#TOJCINh2F6Z0TmIAqbI4QVQA5XZozrAI { 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:14rem;width:24rem;top:28.875rem;left:51rem;overflow:hidden;display:block; }
#wWb5TDOWUifcs15VfliBoMLfcZyz9oUZ { 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:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"anton sc";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.25rem;height:3.4375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:46.1875rem;left:35.125rem;display:block; }
#SVz3H8qxo197hMeeFErlogX0AoeIwLeP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TTEowa3wVcID2LKhWVXMxSMIT2OuT6IG { background-color:rgba(var(--color-tertiary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"anton sc";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5625rem;height:3.4375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:46.1875rem;left:20.6875rem;display:block; }
#UL9Nd5XgoPOxkdTtH0zK2S6ZTEbPFhSB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pcnohtKbeES93rdF7zsocNT0ka1OT0Ir { 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:auto !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; }#pcnohtKbeES93rdF7zsocNT0ka1OT0Ir > .row .container { background-color: transparent; background-image: none; }#pcnohtKbeES93rdF7zsocNT0ka1OT0Ir::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pcnohtKbeES93rdF7zsocNT0ka1OT0Ir > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pcnohtKbeES93rdF7zsocNT0ka1OT0Ir > .row .container > .video-iframe-container { display: none; }#pcnohtKbeES93rdF7zsocNT0ka1OT0Ir > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pcnohtKbeES93rdF7zsocNT0ka1OT0Ir > .row > .video-iframe-container { display: none; }#pcnohtKbeES93rdF7zsocNT0ka1OT0Ir > .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); }#pcnohtKbeES93rdF7zsocNT0ka1OT0Ir > .row .container { border-width: 0; border-radius: 0; }#pcnohtKbeES93rdF7zsocNT0ka1OT0Ir > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#pcnohtKbeES93rdF7zsocNT0ka1OT0Ir > .row .container { font-size:0.875rem;font-family:arial;height:41.3125rem;width:75rem;overflow:visible;position:relative;display:block; }#LQLA7q3s8ICe0ggKK8JZ2UEP3Ry38kLE { color:rgba(var(--color-tertiary-3),1);display:block;width:33.625rem;position:absolute;font-family:"anton sc";font-size:2.375rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:5.625rem;left:0rem;height:2.8496125rem;font-style:normal;display:block; }
#LfqPN4m6G4s6zL4Jgt9bxRA1wv90ikI4 { color:rgba(var(--color-tertiary-3),1);display:block;width:35.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:9.8125rem;left:0rem;height:7.5rem;display:block; }
#Hrto0DAKK8DpnPS9rr5JT451wyfPW4Tf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#vkTyqMUDZIEw4A10Kti0bssdTQPUUuKo { color:rgba(var(--color-tertiary-3),1);display:block;width:35.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:25.25rem;left:0rem;height:3.75rem;font-style:normal;display:block; }
#t8evqslJUpuKMTo7WqmJb8eyCGsPPMPv { background-color:rgba(var(--color-tertiary-3),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:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"anton sc";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5625rem;height:3.4375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:31.375rem;left:0rem;display:block; }
#G9eTtNzfzrq0tOHFrnpkBeRCbtsineTy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ib9nio2bKTTObVg6nP5sPQa8dwsgK6KA { 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:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"anton sc";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.25rem;height:3.4375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:31.375rem;left:14.4375rem;display:block; }
#rRdm2k7pKZJR0tR3X02VefhWISr79G0n { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gA91x8JLAJJwOUBStqvByXKpaBgr67ub { position:absolute;display:block;z-index:15016;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:28rem;width:36.8125rem;top:6.65625rem;left:38.1875rem;overflow:hidden;display:block; }
#pdwHesCuyoyI739Gmzf6SPBbcw5xMdcl { color:rgba(var(--color-tertiary-3),1);display:block;width:37.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:18.6875rem;left:0rem;height:5.125rem;overflow:hidden;font-style:normal;display:block; }#pdwHesCuyoyI739Gmzf6SPBbcw5xMdcl li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#pdwHesCuyoyI739Gmzf6SPBbcw5xMdcl li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/da8daf33-343c-4617-af5a-3c7a0b80dc26/accept7.png); }
#KoyPQIE8rLtd05bHbWxPzSlTax1zHtZy { background-color:#eeeef5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !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; }#KoyPQIE8rLtd05bHbWxPzSlTax1zHtZy > .row .container { background-color: transparent; background-image: none; }#KoyPQIE8rLtd05bHbWxPzSlTax1zHtZy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KoyPQIE8rLtd05bHbWxPzSlTax1zHtZy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KoyPQIE8rLtd05bHbWxPzSlTax1zHtZy > .row .container > .video-iframe-container { display: none; }#KoyPQIE8rLtd05bHbWxPzSlTax1zHtZy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KoyPQIE8rLtd05bHbWxPzSlTax1zHtZy > .row > .video-iframe-container { display: none; }#KoyPQIE8rLtd05bHbWxPzSlTax1zHtZy > .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); }#KoyPQIE8rLtd05bHbWxPzSlTax1zHtZy > .row .container { border-width: 0; border-radius: 0; }#KoyPQIE8rLtd05bHbWxPzSlTax1zHtZy > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#KoyPQIE8rLtd05bHbWxPzSlTax1zHtZy > .row .container { font-size:0.875rem;font-family:arial;height:42.625rem;width:75rem;overflow:visible;position:relative;display:block; }#xxzKHNRSsukCNDqXTsHQPMGhv9yXvPTA { color:rgba(var(--color-tertiary-3),1);display:block;width:37.4375rem;position:absolute;font-family:"anton sc";font-size:2.375rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:3.8125rem;left:0rem;height:2.8496125rem;font-style:normal;display:block; }
#LRsuBmVVvoXUS7rJZq6Q9RGG1M0TyKun { color:rgba(var(--color-tertiary-3),1);display:block;width:34.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:2.9873046875rem;left:40.375rem;height:4.5rem;display:block; }
#rpZA47FgekqmOemVUB9bPbiswlpg5LUZ { box-sizing:content-box;height:20.9375rem;width:18.625rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:10.125rem;left:0.125rem;border-top:0.0625rem solid #cccccc;border-left:0.0625rem solid #cccccc;border-right:0.0625rem solid #cccccc;border-bottom:0.0625rem solid #cccccc;display:block; }
#kEsVhldKqfUxVAppEabZkQ9L45ykD8ko { color:rgba(var(--color-tertiary-3),1);display:block;width:15.0625rem;position:absolute;font-family:"anton sc";font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:17.625rem;left:1.8125rem;height:1.3496125rem;font-style:normal;display:block; }
#oT4eHKLUq3PsVwRcWNcGTE4cupHN67uC { color:rgba(var(--color-tertiary-3),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:19.6875rem;left:1.8125rem;height:4.5rem;display:block; }
#SukT0nT8XoluRLLcX1BsZ1S1yMgJP7lx { box-sizing:content-box;height:4.375rem;width:4.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15009;background-color:#eeeef5;background-image:none;top:12.25rem;left:1.8125rem;display:block; }
#inZgqCcNrxJIzL9WAN5PwANTzXS68EdB { position:absolute;display:block;z-index:15010;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:2.5rem;top:13.1875rem;left:2.75rem;overflow:hidden;display:block; }
#g7q5WSiGeIfcx5OWui8hzzqPI3CEduo2 { box-sizing:content-box;height:20.9375rem;width:18.625rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:10.125rem;left:18.875rem;border-top:0.0625rem solid #cccccc;border-left:0;border-right:0.0625rem solid #cccccc;border-bottom:0.0625rem solid #cccccc;display:block; }
#aJL5zkLTyWndKah9DTmcR3Be51TKnqS0 { color:rgba(var(--color-tertiary-3),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:19.625rem;left:20.5625rem;height:6rem;display:block; }
#l3rgyEKmIx75oOfKUo0OqRZczaitikeC { color:rgba(var(--color-tertiary-3),1);display:block;width:12.75rem;position:absolute;font-family:"anton sc";font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.2;letter-spacing:0;top:17.625rem;left:20.5625rem;height:1.3496125rem;font-style:normal;display:block; }
#TtdVwphxlggFu21lA46Uh3irDmczkhJ9 { box-sizing:content-box;height:4.375rem;width:4.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15014;background-color:#eeeef5;background-image:none;top:12.25rem;left:20.5625rem;display:block; }
#Tid1dxIk4yIPaJHTy9VArD16pHvBkXhg { 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.5rem;width:2.5rem;top:13.1875rem;left:21.5rem;overflow:hidden;display:block; }
#NdA7FNfUEJVKPTzstBnQReDWvD4X8VHP { box-sizing:content-box;height:20.9375rem;width:18.625rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:10.125rem;left:37.5625rem;border-top:0.0625rem solid #cccccc;border-left:0;border-right:0.0625rem solid #cccccc;border-bottom:0.0625rem solid #cccccc;display:block; }
#fVK99SKmkc52yTeoIkg1VzmlU4cxiDgb { color:rgba(var(--color-tertiary-3),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:19.6875rem;left:39.25rem;height:7.5rem;display:block; }
#dDsTIJkOLQI4PkRn049XbxDmo8mr6sbT { color:rgba(var(--color-tertiary-3),1);display:block;width:16.125rem;position:absolute;font-family:"anton sc";font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.2;letter-spacing:0;top:17.625rem;left:39.25rem;height:1.3496125rem;font-style:normal;display:block; }
#UZ0AzRKR5b6TyoW15wvXe3LFOUWUJh4A { box-sizing:content-box;height:4.375rem;width:4.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15019;background-color:#eeeef5;background-image:none;top:12.25rem;left:39.25rem;display:block; }
#LLgMDwqPNaVPdL8JgwHdq5ACPS27SdDX { position:absolute;display:block;z-index:15020;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:2.5rem;top:13.1875rem;left:40.25rem;overflow:hidden;display:block; }
#zBFFasbNKzivwsBOQ6fLic73wkFGbaWz { box-sizing:content-box;height:20.9375rem;width:18.625rem;position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:10.125rem;left:56.25rem;border-top:0.0625rem solid #cccccc;border-left:0;border-right:0.0625rem solid #cccccc;border-bottom:0.0625rem solid #cccccc;display:block; }
#FSbQ8R3nSifmM4OHpUX92GzmMstoHw38 { color:rgba(var(--color-tertiary-3),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15023;line-height:1.5;letter-spacing:0;top:19.6875rem;left:57.9375rem;height:4.5rem;display:block; }
#ELmDT3p3ZOQ3WwVOsdy9y05TcfD1AOQD { color:rgba(var(--color-tertiary-3),1);display:block;width:14.9375rem;position:absolute;font-family:"anton sc";font-size:1.125rem;font-weight:400;z-index:15023;line-height:1.2;letter-spacing:0;top:17.625rem;left:57.9375rem;height:1.3496125rem;font-style:normal;display:block; }
#eGEie6WKwFZzw1LPBkMXmC7th1xe0vqa { box-sizing:content-box;height:4.375rem;width:4.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15024;background-color:#eeeef5;background-image:none;top:12.25rem;left:57.9375rem;display:block; }
#kGJWREA6mLexJuqG1GfVoJRDynGNv162 { position:absolute;display:block;z-index:15025;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:2.5rem;top:13.1875rem;left:58.875rem;overflow:hidden;display:block; }
#iSDaXBq0aiGgoFe9UFTtJnIl5mQO1B0t { 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:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"anton sc";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.625rem;height:3.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:34.25rem;left:25.8125rem;display:block; }
#xGXoBakoUTgnNiEMM5yFuAwaAV3onvXK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dnByuSQbAb57cLNk1ULXiBGsAnhqyypN { z-index:;position:relative;display:block; }#dnByuSQbAb57cLNk1ULXiBGsAnhqyypN { background-color: transparent; background-image: none; }#dnByuSQbAb57cLNk1ULXiBGsAnhqyypN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dnByuSQbAb57cLNk1ULXiBGsAnhqyypN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dnByuSQbAb57cLNk1ULXiBGsAnhqyypN > .row .container > .video-iframe-container { display: none; }#dnByuSQbAb57cLNk1ULXiBGsAnhqyypN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dnByuSQbAb57cLNk1ULXiBGsAnhqyypN > .row > .video-iframe-container { display: none; }#dnByuSQbAb57cLNk1ULXiBGsAnhqyypN > .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); }#dnByuSQbAb57cLNk1ULXiBGsAnhqyypN { border-width: 0; border-radius: 0; }#dnByuSQbAb57cLNk1ULXiBGsAnhqyypN > .row .container { 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:auto !important;font-size:0.875rem;font-family:arial;height:34.25rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#ctoBUaVgO3nNRb7hnHSEqyoqU4IrCGk2 { color:rgba(var(--color-tertiary-3),1);display:block;width:38.75rem;position:absolute;font-family:"anton sc";font-size:2.5rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:3.8125rem;left:18.125rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pKL3WGwVgJLrrwZATsiliwm6paHQvS8r { box-sizing:content-box;height:22.8125rem;width:24.0625rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:9.25rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);display:block; }
#WtXwBdTdok1vvVPxaUM4XMoMQrAIZhKG { color:rgba(var(--color-tertiary-3),1);display:block;width:20.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:13.75rem;left:1.71875rem;height:11.15625rem;text-align:left;text-align-last:left;display:block; }
#gxi7PWTJtGPxLobLkpArT9CDV0C6nCwX { color:rgba(var(--color-tertiary-3),1);display:block;width:20.625rem;position:absolute;font-family:"anton sc";font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:26rem;left:1.78125rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ePdmhmhOdSnVV2OhsAZklpzB2DCPWxUz { box-sizing:content-box;height:22.6875rem;width:24.0625rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:9.3125rem;left:25.5rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);display:block; }
#wgSd5N7dSi69WvTNGBwaFvGLGQhoc4hZ { color:rgba(var(--color-tertiary-3),1);display:block;width:20.625rem;position:absolute;font-family:"anton sc";font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:24.65625rem;left:27.1875rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Wryod3ggoI12Gp66M54Fiu2dEgCgXmgX { color:rgba(var(--color-tertiary-3),1);display:block;width:20.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:13.75rem;left:27.1875rem;height:9.5625rem;text-align:left;text-align-last:left;display:block; }
#UBQW9h0ypTaK8lgWZRphEyCLrLOCOPZX { box-sizing:content-box;height:22.6875rem;width:24.0625rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:9.3125rem;left:50.9375rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);display:block; }
#kuxetuasAsOPhIlSBEVuuT4kMMPkZDyH { color:rgba(var(--color-tertiary-3),1);display:block;width:20.625rem;position:absolute;font-family:"anton sc";font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:24.5625rem;left:52.71875rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RkeXPfMTccxuhKKQfp6S6LxgUrkx8mcW { color:rgba(var(--color-tertiary-3),1);display:block;width:20.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15016;line-height:1.5;letter-spacing:0;top:13.75rem;left:52.65625rem;height:9.5625rem;text-align:left;text-align-last:left;display:block; }
#wyKAbaOTlwhxaH8lnfQ2by7c4olNBBAd { position:absolute;display:block;z-index:15021;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:1.25rem;width:6.875rem;top:11.375rem;left:1.75rem;overflow:hidden;display:block; }
#KsSZpTrTtDVec5kzud6LL7kgfsIkgKba { position:absolute;display:block;z-index:15022;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:1.25rem;width:6.875rem;top:11.375rem;left:27.1875rem;overflow:hidden;display:block; }
#TdMMxkpQ5OXPy1ztm92Izce4MEc69aPG { position:absolute;display:block;z-index:15023;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:1.25rem;width:6.875rem;top:11.375rem;left:52.65625rem;overflow:hidden;display:block; }
#UFhFwyxOnNwHWVxVQgk3OSeV2blADCMW { z-index:;position:relative;display:block; }#UFhFwyxOnNwHWVxVQgk3OSeV2blADCMW { background-color: transparent; background-image: none; }#UFhFwyxOnNwHWVxVQgk3OSeV2blADCMW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UFhFwyxOnNwHWVxVQgk3OSeV2blADCMW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UFhFwyxOnNwHWVxVQgk3OSeV2blADCMW > .row .container > .video-iframe-container { display: none; }#UFhFwyxOnNwHWVxVQgk3OSeV2blADCMW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UFhFwyxOnNwHWVxVQgk3OSeV2blADCMW > .row > .video-iframe-container { display: none; }#UFhFwyxOnNwHWVxVQgk3OSeV2blADCMW > .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); }#UFhFwyxOnNwHWVxVQgk3OSeV2blADCMW { border-width: 0; border-radius: 0; }#UFhFwyxOnNwHWVxVQgk3OSeV2blADCMW > .row .container { 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:auto !important;font-size:0.875rem;font-family:arial;height:35.4375rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#WMXXuLe4vpVSQdTL48x9boU6ixcrZVKm { position:absolute;display:block;z-index:15001;height:28.125rem;width:75rem;top:2.125rem;left:0rem;display:block; }
#Ln58Hy1sP8AnWGLock70tA5wROS0OOr7 { background-color:#2a2a2a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !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; }#Ln58Hy1sP8AnWGLock70tA5wROS0OOr7 > .row .container { background-color: transparent; background-image: none; }#Ln58Hy1sP8AnWGLock70tA5wROS0OOr7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ln58Hy1sP8AnWGLock70tA5wROS0OOr7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ln58Hy1sP8AnWGLock70tA5wROS0OOr7 > .row .container > .video-iframe-container { display: none; }#Ln58Hy1sP8AnWGLock70tA5wROS0OOr7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ln58Hy1sP8AnWGLock70tA5wROS0OOr7 > .row > .video-iframe-container { display: none; }#Ln58Hy1sP8AnWGLock70tA5wROS0OOr7 > .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); }#Ln58Hy1sP8AnWGLock70tA5wROS0OOr7 > .row .container { border-width: 0; border-radius: 0; }#Ln58Hy1sP8AnWGLock70tA5wROS0OOr7 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Ln58Hy1sP8AnWGLock70tA5wROS0OOr7 > .row .container { font-size:0.875rem;font-family:arial;height:14.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#P2QQ3pMKXypuEmeDJ9eDGpyBGJflo9ow { color:rgba(var(--color-tertiary-0),1);display:block;width:10.9375rem;position:absolute;font-family:"anton sc";font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:3rem;left:33.375rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TpdyF54b5GZ6w9aasplwUBHb7HHmAaU1 { color:rgba(var(--color-tertiary-0),1);display:block;width:11.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:5.75rem;left:33.4375rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#TpdyF54b5GZ6w9aasplwUBHb7HHmAaU1 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TpdyF54b5GZ6w9aasplwUBHb7HHmAaU1 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_04d5779f623855744e27922b559d15c06ae5f5c9.svg); }
#pdMaGW9gvczK1Bc5aBLEmNq8PMoStG4x { color:rgba(var(--color-tertiary-0),1);display:block;width:18.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:7.75rem;left:33.375rem;height:1.05615rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#pdMaGW9gvczK1Bc5aBLEmNq8PMoStG4x li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#pdMaGW9gvczK1Bc5aBLEmNq8PMoStG4x li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5183f43be8d8745ef4faaff0a1b447e3991d65ca.svg); }
#H5G0kEZtRAlK0aI7qd5IrTQzfgleRNlk { color:rgba(var(--color-tertiary-0),1);display:block;width:12rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:9.75rem;left:33.4375rem;height:2.2744125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#H5G0kEZtRAlK0aI7qd5IrTQzfgleRNlk li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#H5G0kEZtRAlK0aI7qd5IrTQzfgleRNlk li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b66afbb86de862b154920caafc5798913af2eec7.svg); }
#oTvGHX8DZbitUxH3JcdslXrHZ1x5V7yf { color:rgba(var(--color-tertiary-1),1);display:block;width:29.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:10.8671875rem;left:0rem;height:1.3125rem;text-align:left;text-align-last:left;display:block; }
#LDI7k7HXRvl7HgAHGM0Hrv7Ipea5bDck { 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:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"anton sc";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5625rem;height:3.75rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:3.5234375rem;left:61.4375rem;display:block; }
#TTTu5Ev9Ne3r2avnE1iMTKIH9tkLPFCp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Uas8GJRSsBsxBJs3QkCIlWa3unilZnOx { 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:6.8125rem;width:10.9375rem;top:2.0546875rem;left:0rem;overflow:hidden;display:block; }
#GP28Luz8aNECNLsU2ragWwFiubnHW7Kv { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color: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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.0625rem;height:2.1875rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:8.85546875rem;left:64.9375rem;display:block; }
#z4pfsNPrz4d7CNX35SwgVlDdVWrIwJTE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rvfxOA5yl3MEPgPlGAwVnwpT0xMdaTcr { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#rvfxOA5yl3MEPgPlGAwVnwpT0xMdaTcr { background-color: transparent; background-image: none; }#rvfxOA5yl3MEPgPlGAwVnwpT0xMdaTcr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rvfxOA5yl3MEPgPlGAwVnwpT0xMdaTcr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rvfxOA5yl3MEPgPlGAwVnwpT0xMdaTcr > .row .container > .video-iframe-container { display: none; }#rvfxOA5yl3MEPgPlGAwVnwpT0xMdaTcr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rvfxOA5yl3MEPgPlGAwVnwpT0xMdaTcr > .row > .video-iframe-container { display: none; }#rvfxOA5yl3MEPgPlGAwVnwpT0xMdaTcr > .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); }#rvfxOA5yl3MEPgPlGAwVnwpT0xMdaTcr { border-width: 0; border-radius: 0; }#rvfxOA5yl3MEPgPlGAwVnwpT0xMdaTcr > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#rvfxOA5yl3MEPgPlGAwVnwpT0xMdaTcr > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:4.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#knaKpsbl6age2OSgpbgAWyXe0sI99rmV { box-sizing:content-box;color:#5d92ff;font-size:2.375rem;font-weight:400;line-height:1;height:3.4375rem;width:3.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:0rem;left:71.875rem; }
#knaKpsbl6age2OSgpbgAWyXe0sI99rmV > img { max-width: 100%;max-height:100%; width:3.4375rem; height:3.4375rem; }#ugVhpWdbKxsyaUuUznzkdWMF9OX8E5pl { background-color:#517c00;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"nunito sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.6875rem;height:3.75rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:4.4609375rem;left:58.3125rem;display:none; }
#PsrpIgsryWV6JySBwQJsiLnLkhQ48pmD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #eoBmFBK6sxTliL7DGEeof25TqXXlGIJN { display:block; }#eoBmFBK6sxTliL7DGEeof25TqXXlGIJN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H6JFkxrk732S9DkwJ1IAVMadyIx155mT { top:1.1875rem;left:35.25rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEnK8Re8ZZxGUp5XTidpNfCpPMTATSF5 { top:2.6875rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnLatHeUQMWN15qTTJH0PODtJqmS0pRx { top:2.625rem;left:12.5rem;width:6.875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbzfpM6aEGEDAaMKdHJaFe1VNWCDb9Hg { top:2.625rem;left:19.375rem;width:6.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJDaTOprzp9qhRgBkcIIbaWubcKFEE26 { top:2.625rem;left:25.875rem;width:11.5625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #peyl1Fd5vyaVAnsA9rtKH3oDuxE8wIDB { top:2.625rem;left:37.4375rem;width:4rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogUv67hX37szi29TAoQ8qTeCxZSqpw29 { width:10.5rem;height:2.625rem;top:2.3125rem;left:37.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9R9yT3v8nWImPyFUpMHUlILTurMazvK { display:block; }
 }@media only screen and (max-width: 763px) { #yMW0o6KqGciNIKo50r5rSwa4F45llaDV { top:0.3125rem;left:0rem;width:8.9375rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJUA0oc8kyFuJoaomTlLZQZF4UTmxSEy { display:block; }#oJUA0oc8kyFuJoaomTlLZQZF4UTmxSEy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ee9O2Oa1No1VRw94pWVxupoLv5GBTsvi { display:none; }#Ee9O2Oa1No1VRw94pWVxupoLv5GBTsvi > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #eVM7oqECPmnoBApZVfrXFsl6gBgma2Sv { display:none; }
 }@media only screen and (max-width: 763px) { #TtzKh4gQcXr423R1fkKLXx51xFkovxFi { top:6.4375rem;left:0rem;width:17.5rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #imo3IsNcITgBBWcpRIXrHqg3eEHml9tp { top:8.5rem;left:0rem;width:17.5rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #XL7GgAtvFlgzagETRnhpL7aq203afqsG { top:10.625rem;left:0rem;width:17.5rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #GzKE3rsImCkSMFdk8sCNcEnooaLWEHTF { top:12.75rem;left:0rem;width:17.5rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #xx4xJkTu9RQcKdRkRR7nSpXUTDXUi9E1 { width:47.75rem;height:29.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rSr2UNdpLfycxZO9fN82W07BBCMkye4w { display:block; }#rSr2UNdpLfycxZO9fN82W07BBCMkye4w > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kQCeztVPKHc9ihO5MvM28RlHyCbtC6Ev { top:4.375rem;left:0rem;width:45.8125rem;height:10.125rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnxrxUQodlZRiUc5DdTNwKtCJ1Q0p9yu { top:4.3125rem;left:20.875rem;width:26.875rem;height:33.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #buaw6E621saGGiXPVTtr7xJVrTQxegTT { top:2rem;left:0rem;width:6.875rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCL2cVfMv4ZOJDy6qeeUnUSLbI5sou3n { top:2.125rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIfc9NftOx8JTTPfgzTiILPThgM3Sfxo { top:17rem;left:0rem;width:40.4375rem;height:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ta1tbVkONoDt3mxhx2gzgAOq2VqCzroh { width:23.625rem;height:3.75rem;top:27.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nu7KgggHBNkSPsFktJTKTub3k1c8JDyk { display:block; }
 }@media only screen and (max-width: 763px) { #tq5BJat6ziXzwEm0w6qpenyrNiAoxu88 { top:4rem;left:25.875rem;width:21.875rem;height:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qo2Jsg9evEQpANvr9Lt0oql2fZH84nFZ .widget-regular-label { width:22.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Qo2Jsg9evEQpANvr9Lt0oql2fZH84nFZ .widget-input-text { width:22.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Qo2Jsg9evEQpANvr9Lt0oql2fZH84nFZ .widget-input-text {padding-top: 0; padding-bottom: 0;}#Qo2Jsg9evEQpANvr9Lt0oql2fZH84nFZ .widget-textarea { width:22.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Qo2Jsg9evEQpANvr9Lt0oql2fZH84nFZ .widget-input-select { width:22.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Qo2Jsg9evEQpANvr9Lt0oql2fZH84nFZ .widget-input-select {padding-top: 0; padding-bottom: 0;}#Qo2Jsg9evEQpANvr9Lt0oql2fZH84nFZ .widget-input-button { width:22.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Qo2Jsg9evEQpANvr9Lt0oql2fZH84nFZ .widget-checkbox-label { width:21.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Qo2Jsg9evEQpANvr9Lt0oql2fZH84nFZ  { width:22.875rem;height:auto;top:8.375rem;left:22.375rem; }
#Qo2Jsg9evEQpANvr9Lt0oql2fZH84nFZ .radio-container { width:22.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Qo2Jsg9evEQpANvr9Lt0oql2fZH84nFZ {display:block;}#Qo2Jsg9evEQpANvr9Lt0oql2fZH84nFZ { width:22.875rem;height:auto;top:8.375rem;left:22.375rem; }
 }@media only screen and (max-width: 763px) { #Qo2Jsg9evEQpANvr9Lt0oql2fZH84nFZ #ont1H9UhIt64kN5EbtrE5UVuTd8UL7k2 {  }
 }@media only screen and (max-width: 763px) { #Qo2Jsg9evEQpANvr9Lt0oql2fZH84nFZ #z8habr6qIJA2A9q93PDsEOJ8AVUbQkfk {  }
 }@media only screen and (max-width: 763px) { #Qo2Jsg9evEQpANvr9Lt0oql2fZH84nFZ #ylWVw9O5psfGvn2CpxPWr3q30vemkfmL {  }
 }@media only screen and (max-width: 763px) { #Qo2Jsg9evEQpANvr9Lt0oql2fZH84nFZ #ZErAbp92NG8LvnSwmTk81Vc0dI1hVB2i {  }
 }@media only screen and (max-width: 763px) { #Qo2Jsg9evEQpANvr9Lt0oql2fZH84nFZ #i6yy8wp4zeIynNzXbhgZpPAmTlzQvSQB {  }
 }@media only screen and (max-width: 763px) { #Qo2Jsg9evEQpANvr9Lt0oql2fZH84nFZ #GuEWotQrzW8ea5VxR8fBG7t1taEu9KnQ {  }
 }@media only screen and (max-width: 763px) { #Qo2Jsg9evEQpANvr9Lt0oql2fZH84nFZ #Ku9O5xbEAx6NhooFTB13mAAsgg64ilRZ {  }
 }@media only screen and (max-width: 763px) { #Qo2Jsg9evEQpANvr9Lt0oql2fZH84nFZ #wE3UmqpiZo9WruH71GRetcvmAp3ZxPtm {  }
 }@media only screen and (max-width: 763px) { #Qo2Jsg9evEQpANvr9Lt0oql2fZH84nFZ #BZHXXsT3tTIgJWPanLq8ynTA3M1zZUH4 {  }
 }@media only screen and (max-width: 763px) { #Qo2Jsg9evEQpANvr9Lt0oql2fZH84nFZ #cVc7T2FPeO0RK0UgJIVI7n4Ni2parJg1 {  }
 }@media only screen and (max-width: 763px) { #Qo2Jsg9evEQpANvr9Lt0oql2fZH84nFZ #Ml5L7l5DsqALVcNKyzPdV7L7v4JhgHpq {  }
 }@media only screen and (max-width: 763px) { #Qo2Jsg9evEQpANvr9Lt0oql2fZH84nFZ #xvQJL9DDSmPPUlR63KXJHNW3qMLV5h7T {  }
 }@media only screen and (max-width: 763px) { #Qo2Jsg9evEQpANvr9Lt0oql2fZH84nFZ #sfRWcFbSRppVtmftBgXz8yhrXxHHTdQl {  }
 }@media only screen and (max-width: 763px) { #Qo2Jsg9evEQpANvr9Lt0oql2fZH84nFZ #e0DXxVfuQwVFBlDWDNsR8eTsMaANHzQR {  }
 }@media only screen and (max-width: 763px) { #Qo2Jsg9evEQpANvr9Lt0oql2fZH84nFZ #CeODnQTNKFaRMNSzT7VPU0DhOVuC3aAo {  }
 }@media only screen and (max-width: 763px) { #Qo2Jsg9evEQpANvr9Lt0oql2fZH84nFZ #ACrrBOSaTaUeKMWTFTGXANcEONWxwmkT {  }
 }@media only screen and (max-width: 763px) { #Qo2Jsg9evEQpANvr9Lt0oql2fZH84nFZ #bpiaVktbwqB1EmkooGmhHGDT9ELg7HFu {  }
 }@media only screen and (max-width: 763px) { #Qo2Jsg9evEQpANvr9Lt0oql2fZH84nFZ #DyTvGlQMTUUx9KSWTVTR8ZBA7mst0JnI {  }
 }@media only screen and (max-width: 763px) { #Qo2Jsg9evEQpANvr9Lt0oql2fZH84nFZ #fBHQ3pp1xt6E1mkz3nlahZiSD1X9eSlh {  }
 }@media only screen and (max-width: 763px) { #Qo2Jsg9evEQpANvr9Lt0oql2fZH84nFZ #V8tlwVd2CuvN0Uo5yJcN4ZTXbgzQoql7 {  }
 }@media only screen and (max-width: 763px) { #yzf5GyOIEsKtwzLT6ZvCJgo9hxbpwrQd { top:35.5625rem;left:28.625rem;width:19.125rem;height:1.125rem;font-size:0.8125rem;display:block; }#yzf5GyOIEsKtwzLT6ZvCJgo9hxbpwrQd li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_613ac8c8c0c63b8bb4183b9e29570068b9ace8f9.svg); }
 }@media only screen and (max-width: 763px) { #nX4CwF6d5aB9dbHpHQTHnTbXUezn8T18 { top:3.75rem;left:25.0625rem;width:22.6875rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #We4rdGWuI7prQu6grMt0W9Gytka0V0mc { top:21.9375rem;left:0rem;width:44.9375rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bONBPTdHBeJ6SJXci32X3cUW9HV3gGpK { display:block; }#bONBPTdHBeJ6SJXci32X3cUW9HV3gGpK > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PBS46a2c1rOGGTdvZGw3IMaicrZMqXFA { top:1.9375rem;left:24.1875rem;width:16.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEmhXJDZC7kkL1gy5ZA4DUVe1BQXpILy { top:7.5625rem;left:10.5625rem;width:37.1875rem;height:5.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NN73Fsa6R13MdBKsnZ2sloTRTQIJXTQR { top:13.9375rem;left:10.625rem;width:37.125rem;height:10.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hk1vcSDcrTvenqZcKF1rDpHHNLkQcWS5 { display:none; }
 }@media only screen and (max-width: 763px) { #PJEgwQnQzRWenAHmD22epapoB6ZsGse3 { top:4.4375rem;left:0rem;width:33rem;height:33.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTtRPi08KKkU12gqb6h0WoQyCJ5h4NbT { top:25.5rem;left:10.625rem;width:37.125rem;height:6.9375rem;font-size:1rem;display:block; }#oTtRPi08KKkU12gqb6h0WoQyCJ5h4NbT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/da8daf33-343c-4617-af5a-3c7a0b80dc26/accept7.png); }
 }@media only screen and (max-width: 763px) { #HmgbopH24cDHOlIEfrTFGsO57q9oaaVa { top:4.125rem;left:24.1875rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwszTQ0PQzCZJ2Ck4hHxdcbwuMNglVrN { top:3.8125rem;left:28.1875rem;width:19.5625rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9CDpMg6S5vvaBIEH271TR73wzCzlMuT { top:3.8125rem;left:25.3125rem;width:9.25rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #arFcqyqi8o64pqnAoyWTgyXN8u5dwO9l { top:4.375rem;left:24.1875rem;width:0.9375rem;height:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #i1NkSn01XBJUoNZG42iP6zTXWbJuvMap { top:4.1875rem;left:25.3125rem;width:9.25rem;height:1.1875rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PVSytB6JVlhMSe4s8tAyFlwa1xwRmKBV { top:4.1875rem;left:31.25rem;width:16.5rem;height:1.1875rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Am94ukIdWVub2f6CPWC1QmTTd2IWsovM { width:13.5625rem;height:3.4375rem;top:34.25rem;left:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LM2F9SemPtkJ1v1M8pnzke9XWIfryIFT { display:block; }
 }@media only screen and (max-width: 763px) { #yzd5b7c95B4dPnZN81MZbyK6IOpBkCEK { width:19.25rem;height:3.4375rem;top:34.25rem;left:28.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ls8aPWn2MBwTokJGFKAD43kqKGqKM7Nm { display:block; }
 }@media only screen and (max-width: 763px) { #MKl5zmT8uGJLGPHpCeIHyFvVwmAexaBn { display:block; }#MKl5zmT8uGJLGPHpCeIHyFvVwmAexaBn > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bu3g37BIT77uiEkfyUTGUXWqVeNTGqox { top:4rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyOvJr1gqb75WTVDkJbiH1iiplwxVT3d { top:9.3125rem;left:0rem;width:23.4375rem;height:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTCJ4DGNt0UCmb1O0LGXGZmadawOrZLU { top:10.25rem;left:0rem;width:21.5rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFRzivPdtzoIctrcTXNkTUXwUOU7iEoV { top:24.75rem;left:0rem;width:21.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMawTMwa4gmWCmhHatBL30LGoZ1KivAr { top:28.375rem;left:0rem;width:20rem;height:4.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ty1XxHVKI1U3N0kHJzcRC2vdo5ZHcawC { top:26.25rem;left:0rem;width:18.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5U3k69FZdArgFbb3fkLbwnnGDW1nFJb { width:8.3125rem;height:2.5rem;top:33.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCrZBAKpmHRTVksuph3BAWr7WHowhVF3 { display:block; }
 }@media only screen and (max-width: 763px) { #u3BZ1WEoDIduQzpnCPQ07dDLAD7I93KD { top:9.375rem;left:12.1875rem;width:23.4375rem;height:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8QupwltOZ5Eo4fABpmFhKFJDHTi3nUV { top:24.8125rem;left:13.1875rem;width:21.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXPh65BCPayLebsLO7e7ZgqwsDo7Ld65 { width:8.3125rem;height:2.5rem;top:33.625rem;left:19.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgZOAtTnQ8maU6v0ZR2hgfTzUhQTl9JJ { display:block; }
 }@media only screen and (max-width: 763px) { #VG0sxcqWw9k8BBwfEAH9KvVocRuVsReO { top:28.4375rem;left:14rem;width:20rem;height:4.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2GhRAzDfG0k6f6pAlqUK00ALvgflA9o { top:26.3125rem;left:14.6875rem;width:18.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZvQJRIfa9v8iMQd2MigtH5OiwETkz3x { top:10.3125rem;left:13.1875rem;width:21.5rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WaMNvgHHppJTl5rrBLZKpfauGQKtPq33 { top:9.375rem;left:24.1875rem;width:23.4375rem;height:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvMBx0cDs7RGzTg6EfZC5iWX5rQ29ftm { top:24.8125rem;left:26.25rem;width:21.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9D9hH69g8AWAzvAPsu1i6IxeHdgP3UG { width:8.3125rem;height:2.5rem;top:33.625rem;left:39.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJsxb0P1ETJhoI9RAp7nex3m9J7paKgS { display:block; }
 }@media only screen and (max-width: 763px) { #paRgIoH2BMTz74tsCNf3lwHrTJqvCnDM { top:28.4375rem;left:27.75rem;width:20rem;height:4.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmJE48wu6eeuHGqbLGgkVrN7bFZJc2kW { top:26.3125rem;left:28.375rem;width:19.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RL1OZo8lEvSt6sTOEyUN8JxEaEyGzQkn { top:10.3125rem;left:26.25rem;width:21.5rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmEfx0FShQO1xU3cu662NEwyHRMJBrWq { top:40.25rem;left:24.1875rem;width:23.4375rem;height:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHWvzl7cHG9ENmuPTxx2xsLkO56IPNO1 { top:55.6875rem;left:26.0625rem;width:21.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhioR4KteRv1cOTHx6OmDQForGizgnv2 { top:40.25rem;left:0rem;width:23.4375rem;height:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgOHn8vOJN3JJaeTEpUOBSCIH9PEn18U { top:55.6875rem;left:0.3125rem;width:21.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #plWs07M55t4iTszOTpTymBZ2UwQFrbVf { width:8.3125rem;height:2.5rem;top:64.5rem;left:32.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7ZcwC2tstszyMBqnNkdnooP8T41warU { display:block; }
 }@media only screen and (max-width: 763px) { #kREbQabbHzInBRN6l5EylM779CEeEC5x { top:59.3125rem;left:1.125rem;width:20rem;height:4.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #leBuzN3tIkw6JAmp4BQBhdC3ExPqMM9T { top:59.3125rem;left:26.875rem;width:20rem;height:4.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbveocLa5QewLl8agXTc1T8n9VsTfKxi { width:8.3125rem;height:2.5rem;top:64.5rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOivcvaSAP1VK1lv8heCMFDx3cXrsMBB { display:block; }
 }@media only screen and (max-width: 763px) { #tROVTIxC9xoVTHuB6JiAs9rZWzdwyhgO { top:57.1875rem;left:1.8125rem;width:18.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4he5R337Ny40MQkWaNX3eOtbgr2gw8d { top:57.1875rem;left:27.5625rem;width:18.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuoMTIlH38bav28IZJZcMid1iqEoRQev { top:41.1875rem;left:0.3125rem;width:21.5rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUaxhp6vvPbE2FdwyCF90P4sSpisaDq6 { top:41.1875rem;left:26.0625rem;width:21.5rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0CQRFeKd9Ro2KsNop2KlS0DA08fLhEb { display:block; }#R0CQRFeKd9Ro2KsNop2KlS0DA08fLhEb > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z6XrzP8kz8LcFHtFLXvE1V68sZVP1Hqt { top:4.4375rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTi3lHeR122CayEfBvdy6Akmb79SeVdn { top:8rem;left:0rem;width:47.75rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uW10f1kqJ47m8L4aFMifz9Lodo4eQr9i { top:13.5rem;left:0rem;width:24rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #Odq5T86zKdUHqLdtcCdkDdHoN4DI5e2W { top:13.5rem;left:11.875rem;width:24rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #stIXeIylxk2NcKQJawoL0RIKMTCmgcFR { top:13.5rem;left:23.75rem;width:24rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #WpKIEzKWivt25iMMVU2l56Zc8T2UqnWT { top:28.875rem;left:0rem;width:24rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0q1VTGuaDsX10tZ3dGRtWtZeIEaZdIf { top:28.875rem;left:11.875rem;width:24rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOJCINh2F6Z0TmIAqbI4QVQA5XZozrAI { top:28.875rem;left:23.75rem;width:24rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWb5TDOWUifcs15VfliBoMLfcZyz9oUZ { width:19.25rem;height:3.4375rem;top:46.1875rem;left:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVz3H8qxo197hMeeFErlogX0AoeIwLeP { display:block; }
 }@media only screen and (max-width: 763px) { #TTEowa3wVcID2LKhWVXMxSMIT2OuT6IG { width:13.5625rem;height:3.4375rem;top:46.1875rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UL9Nd5XgoPOxkdTtH0zK2S6ZTEbPFhSB { display:block; }
 }@media only screen and (max-width: 763px) { #pcnohtKbeES93rdF7zsocNT0ka1OT0Ir { display:block; }#pcnohtKbeES93rdF7zsocNT0ka1OT0Ir > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LQLA7q3s8ICe0ggKK8JZ2UEP3Ry38kLE { top:5.625rem;left:0rem;width:33.625rem;height:2.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfqPN4m6G4s6zL4Jgt9bxRA1wv90ikI4 { top:9.8125rem;left:0rem;width:35.3125rem;height:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hrto0DAKK8DpnPS9rr5JT451wyfPW4Tf { display:none; }
 }@media only screen and (max-width: 763px) { #vkTyqMUDZIEw4A10Kti0bssdTQPUUuKo { top:25.25rem;left:0rem;width:35.3125rem;height:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8evqslJUpuKMTo7WqmJb8eyCGsPPMPv { width:13.5625rem;height:3.4375rem;top:31.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9eTtNzfzrq0tOHFrnpkBeRCbtsineTy { display:block; }
 }@media only screen and (max-width: 763px) { #Ib9nio2bKTTObVg6nP5sPQa8dwsgK6KA { width:19.25rem;height:3.4375rem;top:31.375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRdm2k7pKZJR0tR3X02VefhWISr79G0n { display:block; }
 }@media only screen and (max-width: 763px) { #gA91x8JLAJJwOUBStqvByXKpaBgr67ub { top:6.625rem;left:10.9375rem;width:36.8125rem;height:28rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdwHesCuyoyI739Gmzf6SPBbcw5xMdcl { top:18.6875rem;left:0rem;width:37.125rem;height:5.125rem;font-size:1rem;display:block; }#pdwHesCuyoyI739Gmzf6SPBbcw5xMdcl li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/da8daf33-343c-4617-af5a-3c7a0b80dc26/accept7.png); }
 }@media only screen and (max-width: 763px) { #KoyPQIE8rLtd05bHbWxPzSlTax1zHtZy { display:block; }#KoyPQIE8rLtd05bHbWxPzSlTax1zHtZy > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xxzKHNRSsukCNDqXTsHQPMGhv9yXvPTA { top:3.8125rem;left:0rem;width:37.4375rem;height:2.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRsuBmVVvoXUS7rJZq6Q9RGG1M0TyKun { top:2.9375rem;left:13.125rem;width:34.625rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpZA47FgekqmOemVUB9bPbiswlpg5LUZ { top:10.125rem;left:0rem;width:18.625rem;height:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kEsVhldKqfUxVAppEabZkQ9L45ykD8ko { top:17.625rem;left:0rem;width:15.0625rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oT4eHKLUq3PsVwRcWNcGTE4cupHN67uC { top:19.6875rem;left:0rem;width:15.625rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SukT0nT8XoluRLLcX1BsZ1S1yMgJP7lx { top:12.25rem;left:0rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #inZgqCcNrxJIzL9WAN5PwANTzXS68EdB { top:13.1875rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7q5WSiGeIfcx5OWui8hzzqPI3CEduo2 { top:10.125rem;left:5.25rem;width:18.625rem;height:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJL5zkLTyWndKah9DTmcR3Be51TKnqS0 { top:19.625rem;left:6.9375rem;width:15.625rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3rgyEKmIx75oOfKUo0OqRZczaitikeC { top:17.625rem;left:6.9375rem;width:12.75rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtdVwphxlggFu21lA46Uh3irDmczkhJ9 { top:12.25rem;left:6.9375rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tid1dxIk4yIPaJHTy9VArD16pHvBkXhg { top:13.1875rem;left:7.875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NdA7FNfUEJVKPTzstBnQReDWvD4X8VHP { top:10.125rem;left:23.9375rem;width:18.625rem;height:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVK99SKmkc52yTeoIkg1VzmlU4cxiDgb { top:19.6875rem;left:25.625rem;width:15.625rem;height:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDsTIJkOLQI4PkRn049XbxDmo8mr6sbT { top:17.625rem;left:25.625rem;width:16.125rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZ0AzRKR5b6TyoW15wvXe3LFOUWUJh4A { top:12.25rem;left:25.625rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLgMDwqPNaVPdL8JgwHdq5ACPS27SdDX { top:13.1875rem;left:26.625rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBFFasbNKzivwsBOQ6fLic73wkFGbaWz { top:10.125rem;left:29.0625rem;width:18.625rem;height:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSbQ8R3nSifmM4OHpUX92GzmMstoHw38 { top:19.6875rem;left:32.125rem;width:15.625rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELmDT3p3ZOQ3WwVOsdy9y05TcfD1AOQD { top:17.625rem;left:32.8125rem;width:14.9375rem;height:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGEie6WKwFZzw1LPBkMXmC7th1xe0vqa { top:12.25rem;left:43.375rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGJWREA6mLexJuqG1GfVoJRDynGNv162 { top:13.1875rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSDaXBq0aiGgoFe9UFTtJnIl5mQO1B0t { width:23.625rem;height:3.4375rem;top:34.25rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGXoBakoUTgnNiEMM5yFuAwaAV3onvXK { display:block; }
 }@media only screen and (max-width: 763px) { #dnByuSQbAb57cLNk1ULXiBGsAnhqyypN { display:block; }#dnByuSQbAb57cLNk1ULXiBGsAnhqyypN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ctoBUaVgO3nNRb7hnHSEqyoqU4IrCGk2 { top:3.8125rem;left:4.5rem;width:38.75rem;height:3rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKL3WGwVgJLrrwZATsiliwm6paHQvS8r { top:9.25rem;left:0rem;width:24.0625rem;height:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtXwBdTdok1vvVPxaUM4XMoMQrAIZhKG { top:13.75rem;left:0rem;width:20.625rem;height:11.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxi7PWTJtGPxLobLkpArT9CDV0C6nCwX { top:26rem;left:0rem;width:20.625rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePdmhmhOdSnVV2OhsAZklpzB2DCPWxUz { top:9.3125rem;left:11.875rem;width:24.0625rem;height:22.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgSd5N7dSi69WvTNGBwaFvGLGQhoc4hZ { top:24.625rem;left:13.5625rem;width:20.625rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wryod3ggoI12Gp66M54Fiu2dEgCgXmgX { top:13.75rem;left:13.5625rem;width:20.625rem;height:9.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBQW9h0ypTaK8lgWZRphEyCLrLOCOPZX { top:9.3125rem;left:23.6875rem;width:24.0625rem;height:22.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kuxetuasAsOPhIlSBEVuuT4kMMPkZDyH { top:24.5625rem;left:27.125rem;width:20.625rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkeXPfMTccxuhKKQfp6S6LxgUrkx8mcW { top:13.75rem;left:27.125rem;width:20.625rem;height:9.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyKAbaOTlwhxaH8lnfQ2by7c4olNBBAd { top:11.375rem;left:0rem;width:6.875rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KsSZpTrTtDVec5kzud6LL7kgfsIkgKba { top:11.375rem;left:13.5625rem;width:6.875rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdMMxkpQ5OXPy1ztm92Izce4MEc69aPG { top:11.375rem;left:39.03125rem;width:6.875rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFhFwyxOnNwHWVxVQgk3OSeV2blADCMW { display:block; }#UFhFwyxOnNwHWVxVQgk3OSeV2blADCMW > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WMXXuLe4vpVSQdTL48x9boU6ixcrZVKm { top:2.125rem;left:0rem;width:47.75rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ln58Hy1sP8AnWGLock70tA5wROS0OOr7 { display:block; }#Ln58Hy1sP8AnWGLock70tA5wROS0OOr7 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P2QQ3pMKXypuEmeDJ9eDGpyBGJflo9ow { top:3rem;left:19.75rem;width:10.9375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpdyF54b5GZ6w9aasplwUBHb7HHmAaU1 { top:5.75rem;left:19.8125rem;width:11.0625rem;height:;font-size:0.875rem;display:block; }#TpdyF54b5GZ6w9aasplwUBHb7HHmAaU1 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_04d5779f623855744e27922b559d15c06ae5f5c9.svg); }
 }@media only screen and (max-width: 763px) { #pdMaGW9gvczK1Bc5aBLEmNq8PMoStG4x { top:7.75rem;left:19.75rem;width:18.6875rem;height:;font-size:0.8125rem;display:block; }#pdMaGW9gvczK1Bc5aBLEmNq8PMoStG4x li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5183f43be8d8745ef4faaff0a1b447e3991d65ca.svg); }
 }@media only screen and (max-width: 763px) { #H5G0kEZtRAlK0aI7qd5IrTQzfgleRNlk { top:9.75rem;left:19.8125rem;width:12rem;height:2.25rem;font-size:0.875rem;display:block; }#H5G0kEZtRAlK0aI7qd5IrTQzfgleRNlk li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b66afbb86de862b154920caafc5798913af2eec7.svg); }
 }@media only screen and (max-width: 763px) { #oTvGHX8DZbitUxH3JcdslXrHZ1x5V7yf { top:10.8125rem;left:0rem;width:29.5625rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDI7k7HXRvl7HgAHGM0Hrv7Ipea5bDck { width:13.5625rem;height:3.75rem;top:3.5rem;left:34.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTTu5Ev9Ne3r2avnE1iMTKIH9tkLPFCp { display:block; }
 }@media only screen and (max-width: 763px) { #Uas8GJRSsBsxBJs3QkCIlWa3unilZnOx { top:2rem;left:0rem;width:10.9375rem;height:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GP28Luz8aNECNLsU2ragWwFiubnHW7Kv { width:10.0625rem;height:2.1875rem;top:8.8125rem;left:37.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4pfsNPrz4d7CNX35SwgVlDdVWrIwJTE { display:block; }
 }@media only screen and (max-width: 763px) { #rvfxOA5yl3MEPgPlGAwVnwpT0xMdaTcr { display:block; }#rvfxOA5yl3MEPgPlGAwVnwpT0xMdaTcr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #knaKpsbl6age2OSgpbgAWyXe0sI99rmV { top:0rem;left:44.3125rem;width:3.4375rem;height:3.4375rem;display:block; }
#knaKpsbl6age2OSgpbgAWyXe0sI99rmV > img { max-width: 100%;max-height:100%; width:3.4375rem; height:3.4375rem; } }@media only screen and (max-width: 763px) { #ugVhpWdbKxsyaUuUznzkdWMF9OX8E5pl { width:16.6875rem;height:3.75rem;top:4.4375rem;left:24.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PsrpIgsryWV6JySBwQJsiLnLkhQ48pmD { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #eoBmFBK6sxTliL7DGEeof25TqXXlGIJN { position:relative;z-index:auto;display:none; }#eoBmFBK6sxTliL7DGEeof25TqXXlGIJN > .row .container { width:20rem;height:36.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #H6JFkxrk732S9DkwJ1IAVMadyIx155mT { width:12.5rem;height:1.13671875rem;top:4.625rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEnK8Re8ZZxGUp5XTidpNfCpPMTATSF5 { display:flex;width:1.875rem;height:1.875rem;top:17.21094375rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #SnLatHeUQMWN15qTTJH0PODtJqmS0pRx { width:6.875rem;height:1.29980625rem;top:7.01171875rem;left:6.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbzfpM6aEGEDAaMKdHJaFe1VNWCDb9Hg { width:6.5rem;height:1.29980625rem;top:9.561525rem;left:6.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJDaTOprzp9qhRgBkcIIbaWubcKFEE26 { width:11.5625rem;height:1.29980625rem;top:12.11133125rem;left:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #peyl1Fd5vyaVAnsA9rtKH3oDuxE8wIDB { width:4rem;height:1.29980625rem;top:14.6611375rem;left:8rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogUv67hX37szi29TAoQ8qTeCxZSqpw29 { width:10.5rem;height:2.5rem;top:20.3359375rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9R9yT3v8nWImPyFUpMHUlILTurMazvK { display:block; }
 }@media only screen and (max-width: 763px) { #yMW0o6KqGciNIKo50r5rSwa4F45llaDV { width:8.9375rem;height:5.625rem;top:24.0859375rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJUA0oc8kyFuJoaomTlLZQZF4UTmxSEy { display:none; }#oJUA0oc8kyFuJoaomTlLZQZF4UTmxSEy > .row .container { width:20rem;height:6.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Ee9O2Oa1No1VRw94pWVxupoLv5GBTsvi { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Ee9O2Oa1No1VRw94pWVxupoLv5GBTsvi > .row .container { background-color: transparent; background-image: none; }#Ee9O2Oa1No1VRw94pWVxupoLv5GBTsvi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ee9O2Oa1No1VRw94pWVxupoLv5GBTsvi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ee9O2Oa1No1VRw94pWVxupoLv5GBTsvi > .row .container > .video-iframe-container { display: none; }#Ee9O2Oa1No1VRw94pWVxupoLv5GBTsvi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ee9O2Oa1No1VRw94pWVxupoLv5GBTsvi > .row > .video-iframe-container { display: none; }#Ee9O2Oa1No1VRw94pWVxupoLv5GBTsvi > .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); }#Ee9O2Oa1No1VRw94pWVxupoLv5GBTsvi > .row .container { border-width: 0; border-radius: 0; }#Ee9O2Oa1No1VRw94pWVxupoLv5GBTsvi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ee9O2Oa1No1VRw94pWVxupoLv5GBTsvi > .row .container { width:20rem;height:19.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eVM7oqECPmnoBApZVfrXFsl6gBgma2Sv { display:flex;top:2.59375rem;left:18.125rem;width:1.875rem;height:1.875rem;z-index:15010;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #TtzKh4gQcXr423R1fkKLXx51xFkovxFi { width:20rem;height:1.29980625rem;top:8.1875rem;left:0rem;font-size:1rem;z-index:15011;text-align:center;text-align-last:center;font-family:poppins;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #imo3IsNcITgBBWcpRIXrHqg3eEHml9tp { width:20rem;height:1.29980625rem;top:10.6875rem;left:0rem;font-size:1rem;z-index:15012;text-align:center;text-align-last:center;font-family:poppins;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #XL7GgAtvFlgzagETRnhpL7aq203afqsG { width:20rem;height:1.29980625rem;top:13.25rem;left:0rem;font-size:1rem;z-index:15013;text-align:center;text-align-last:center;font-family:poppins;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #GzKE3rsImCkSMFdk8sCNcEnooaLWEHTF { width:20rem;height:1.29980625rem;top:15.75rem;left:0rem;font-size:1rem;z-index:15014;text-align:center;text-align-last:center;font-family:poppins;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #xx4xJkTu9RQcKdRkRR7nSpXUTDXUi9E1 { top:0.75rem;left:0rem;width:9.0625rem;height:5.5625rem;z-index:15016;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #rSr2UNdpLfycxZO9fN82W07BBCMkye4w { display:block; }#rSr2UNdpLfycxZO9fN82W07BBCMkye4w > .row .container { width:20rem;height:64.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kQCeztVPKHc9ihO5MvM28RlHyCbtC6Ev { width:20rem;height:12.3730625rem;top:4.0498046875rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnxrxUQodlZRiUc5DdTNwKtCJ1Q0p9yu { width:20rem;height:34.3125rem;top:27.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #buaw6E621saGGiXPVTtr7xJVrTQxegTT { width:6.875rem;height:1.25rem;top:1.3369140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCL2cVfMv4ZOJDy6qeeUnUSLbI5sou3n { width:12.5rem;height:1.29980625rem;top:1.3740234375rem;left:7.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIfc9NftOx8JTTPfgzTiILPThgM3Sfxo { width:20rem;height:4.5rem;top:16.646484375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ta1tbVkONoDt3mxhx2gzgAOq2VqCzroh { width:20rem;height:3.4375rem;top:68.220703125rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nu7KgggHBNkSPsFktJTKTub3k1c8JDyk { display:block; }
 }@media only screen and (max-width: 763px) { #tq5BJat6ziXzwEm0w6qpenyrNiAoxu88 { width:17.4375rem;height:3rem;top:27.375rem;left:1.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qo2Jsg9evEQpANvr9Lt0oql2fZH84nFZ .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Qo2Jsg9evEQpANvr9Lt0oql2fZH84nFZ .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Qo2Jsg9evEQpANvr9Lt0oql2fZH84nFZ .widget-input-text {padding-top: 0; padding-bottom: 0;}#Qo2Jsg9evEQpANvr9Lt0oql2fZH84nFZ .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Qo2Jsg9evEQpANvr9Lt0oql2fZH84nFZ .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Qo2Jsg9evEQpANvr9Lt0oql2fZH84nFZ .widget-input-select {padding-top: 0; padding-bottom: 0;}#Qo2Jsg9evEQpANvr9Lt0oql2fZH84nFZ .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Qo2Jsg9evEQpANvr9Lt0oql2fZH84nFZ .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Qo2Jsg9evEQpANvr9Lt0oql2fZH84nFZ  { width:17.5rem;height:auto;top:30.9375rem;left:0rem; }
#Qo2Jsg9evEQpANvr9Lt0oql2fZH84nFZ .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Qo2Jsg9evEQpANvr9Lt0oql2fZH84nFZ {display:block;}#Qo2Jsg9evEQpANvr9Lt0oql2fZH84nFZ { width:17.5rem;height:auto;top:30.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Qo2Jsg9evEQpANvr9Lt0oql2fZH84nFZ #ont1H9UhIt64kN5EbtrE5UVuTd8UL7k2 {  }
 }@media only screen and (max-width: 763px) { #Qo2Jsg9evEQpANvr9Lt0oql2fZH84nFZ #z8habr6qIJA2A9q93PDsEOJ8AVUbQkfk {  }
 }@media only screen and (max-width: 763px) { #Qo2Jsg9evEQpANvr9Lt0oql2fZH84nFZ #ylWVw9O5psfGvn2CpxPWr3q30vemkfmL {  }
 }@media only screen and (max-width: 763px) { #Qo2Jsg9evEQpANvr9Lt0oql2fZH84nFZ #ZErAbp92NG8LvnSwmTk81Vc0dI1hVB2i {  }
 }@media only screen and (max-width: 763px) { #Qo2Jsg9evEQpANvr9Lt0oql2fZH84nFZ #i6yy8wp4zeIynNzXbhgZpPAmTlzQvSQB {  }
 }@media only screen and (max-width: 763px) { #Qo2Jsg9evEQpANvr9Lt0oql2fZH84nFZ #GuEWotQrzW8ea5VxR8fBG7t1taEu9KnQ {  }
 }@media only screen and (max-width: 763px) { #Qo2Jsg9evEQpANvr9Lt0oql2fZH84nFZ #Ku9O5xbEAx6NhooFTB13mAAsgg64ilRZ {  }
 }@media only screen and (max-width: 763px) { #Qo2Jsg9evEQpANvr9Lt0oql2fZH84nFZ #wE3UmqpiZo9WruH71GRetcvmAp3ZxPtm {  }
 }@media only screen and (max-width: 763px) { #Qo2Jsg9evEQpANvr9Lt0oql2fZH84nFZ #BZHXXsT3tTIgJWPanLq8ynTA3M1zZUH4 {  }
 }@media only screen and (max-width: 763px) { #Qo2Jsg9evEQpANvr9Lt0oql2fZH84nFZ #cVc7T2FPeO0RK0UgJIVI7n4Ni2parJg1 {  }
 }@media only screen and (max-width: 763px) { #Qo2Jsg9evEQpANvr9Lt0oql2fZH84nFZ #Ml5L7l5DsqALVcNKyzPdV7L7v4JhgHpq {  }
 }@media only screen and (max-width: 763px) { #Qo2Jsg9evEQpANvr9Lt0oql2fZH84nFZ #xvQJL9DDSmPPUlR63KXJHNW3qMLV5h7T {  }
 }@media only screen and (max-width: 763px) { #Qo2Jsg9evEQpANvr9Lt0oql2fZH84nFZ #sfRWcFbSRppVtmftBgXz8yhrXxHHTdQl {  }
 }@media only screen and (max-width: 763px) { #Qo2Jsg9evEQpANvr9Lt0oql2fZH84nFZ #e0DXxVfuQwVFBlDWDNsR8eTsMaANHzQR {  }
 }@media only screen and (max-width: 763px) { #Qo2Jsg9evEQpANvr9Lt0oql2fZH84nFZ #CeODnQTNKFaRMNSzT7VPU0DhOVuC3aAo {  }
 }@media only screen and (max-width: 763px) { #Qo2Jsg9evEQpANvr9Lt0oql2fZH84nFZ #ACrrBOSaTaUeKMWTFTGXANcEONWxwmkT {  }
 }@media only screen and (max-width: 763px) { #Qo2Jsg9evEQpANvr9Lt0oql2fZH84nFZ #bpiaVktbwqB1EmkooGmhHGDT9ELg7HFu {  }
 }@media only screen and (max-width: 763px) { #Qo2Jsg9evEQpANvr9Lt0oql2fZH84nFZ #DyTvGlQMTUUx9KSWTVTR8ZBA7mst0JnI {  }
 }@media only screen and (max-width: 763px) { #Qo2Jsg9evEQpANvr9Lt0oql2fZH84nFZ #fBHQ3pp1xt6E1mkz3nlahZiSD1X9eSlh {  }
 }@media only screen and (max-width: 763px) { #Qo2Jsg9evEQpANvr9Lt0oql2fZH84nFZ #V8tlwVd2CuvN0Uo5yJcN4ZTXbgzQoql7 {  }
 }@media only screen and (max-width: 763px) { #yzf5GyOIEsKtwzLT6ZvCJgo9hxbpwrQd { width:18.1875rem;height:1.05615rem;top:59.375rem;left:1.5625rem;font-size:0.8125rem;display:block; }#yzf5GyOIEsKtwzLT6ZvCJgo9hxbpwrQd li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_613ac8c8c0c63b8bb4183b9e29570068b9ace8f9.svg); }
 }@media only screen and (max-width: 763px) { #nX4CwF6d5aB9dbHpHQTHnTbXUezn8T18 { width:18.125rem;height:3.5625rem;top:27.25rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #We4rdGWuI7prQu6grMt0W9Gytka0V0mc { width:20rem;height:3rem;top:22.083984375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bONBPTdHBeJ6SJXci32X3cUW9HV3gGpK { display:block; }#bONBPTdHBeJ6SJXci32X3cUW9HV3gGpK > .row .container { width:20rem;height:81.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PBS46a2c1rOGGTdvZGw3IMaicrZMqXFA { width:16.875rem;height:1.29980625rem;top:24.8486328125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEmhXJDZC7kkL1gy5ZA4DUVe1BQXpILy { width:20rem;height:6.75rem;top:29.7744140625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NN73Fsa6R13MdBKsnZ2sloTRTQIJXTQR { width:20rem;height:16.5rem;top:37.5869140625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hk1vcSDcrTvenqZcKF1rDpHHNLkQcWS5 { display:flex;top:15.9375rem;left:0rem;width:2.5rem;height:2.5rem;z-index:15009;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #PJEgwQnQzRWenAHmD22epapoB6ZsGse3 { width:20rem;height:20rem;top:2.5205078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTtRPi08KKkU12gqb6h0WoQyCJ5h4NbT { width:20rem;height:12.9375rem;top:55.0830078125rem;left:0rem;font-size:1rem;display:block; }#oTtRPi08KKkU12gqb6h0WoQyCJ5h4NbT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/da8daf33-343c-4617-af5a-3c7a0b80dc26/accept7.png); }
 }@media only screen and (max-width: 763px) { #HmgbopH24cDHOlIEfrTFGsO57q9oaaVa { width:0.9375rem;height:0.9375rem;top:75.7080078125rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #xwszTQ0PQzCZJ2Ck4hHxdcbwuMNglVrN { width:16.5rem;height:1.21875rem;top:80.3642578125rem;left:1.75rem;font-size:0.8125rem;z-index:15059;display:none; }
 }@media only screen and (max-width: 763px) { #T9CDpMg6S5vvaBIEH271TR73wzCzlMuT { width:9.25rem;height:1.21875rem;top:77.8955078125rem;left:5.375rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #arFcqyqi8o64pqnAoyWTgyXN8u5dwO9l { width:0.9375rem;height:0.9375rem;top:26.6494140625rem;left:0rem;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #i1NkSn01XBJUoNZG42iP6zTXWbJuvMap { width:11.125rem;height:1.21875rem;top:26.5087890625rem;left:1.3125rem;font-size:0.8125rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #PVSytB6JVlhMSe4s8tAyFlwa1xwRmKBV { width:19.6875rem;height:1.21875rem;top:27.7275390625rem;left:0rem;font-size:0.8125rem;z-index:15060;display:block; }
 }@media only screen and (max-width: 763px) { #Am94ukIdWVub2f6CPWC1QmTTd2IWsovM { width:20rem;height:3.4375rem;top:70.0830078125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LM2F9SemPtkJ1v1M8pnzke9XWIfryIFT { display:block; }
 }@media only screen and (max-width: 763px) { #yzd5b7c95B4dPnZN81MZbyK6IOpBkCEK { width:20rem;height:3.4375rem;top:74.5205078125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ls8aPWn2MBwTokJGFKAD43kqKGqKM7Nm { display:block; }
 }@media only screen and (max-width: 763px) { #MKl5zmT8uGJLGPHpCeIHyFvVwmAexaBn { display:block; }#MKl5zmT8uGJLGPHpCeIHyFvVwmAexaBn > .row .container { width:20rem;height:158.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bu3g37BIT77uiEkfyUTGUXWqVeNTGqox { width:20rem;height:2.25rem;top:0.9873046875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyOvJr1gqb75WTVDkJbiH1iiplwxVT3d { width:19.875rem;height:28.5625rem;top:6.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTCJ4DGNt0UCmb1O0LGXGZmadawOrZLU { width:18.125rem;height:11.5625rem;top:7.625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFRzivPdtzoIctrcTXNkTUXwUOU7iEoV { width:18.125rem;height:14.1875rem;top:20.125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMawTMwa4gmWCmhHatBL30LGoZ1KivAr { width:16.25rem;height:5.625rem;top:23.625rem;left:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ty1XxHVKI1U3N0kHJzcRC2vdo5ZHcawC { width:16.25rem;height:1.5rem;top:21.5rem;left:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5U3k69FZdArgFbb3fkLbwnnGDW1nFJb { width:8.3125rem;height:2.5rem;top:30.1875rem;left:5.84375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCrZBAKpmHRTVksuph3BAWr7WHowhVF3 { display:block; }
 }@media only screen and (max-width: 763px) { #u3BZ1WEoDIduQzpnCPQ07dDLAD7I93KD { width:19.875rem;height:27.25rem;top:36.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8QupwltOZ5Eo4fABpmFhKFJDHTi3nUV { width:18.125rem;height:12.875rem;top:50.0625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXPh65BCPayLebsLO7e7ZgqwsDo7Ld65 { width:8.3125rem;height:2.5rem;top:58.875rem;left:5.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgZOAtTnQ8maU6v0ZR2hgfTzUhQTl9JJ { display:block; }
 }@media only screen and (max-width: 763px) { #VG0sxcqWw9k8BBwfEAH9KvVocRuVsReO { width:16.25rem;height:4.21875rem;top:53.625rem;left:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2GhRAzDfG0k6f6pAlqUK00ALvgflA9o { width:16.25rem;height:1.5rem;top:51.5rem;left:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZvQJRIfa9v8iMQd2MigtH5OiwETkz3x { width:18.125rem;height:11.5625rem;top:37.5625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WaMNvgHHppJTl5rrBLZKpfauGQKtPq33 { width:19.875rem;height:30.625rem;top:65.25rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvMBx0cDs7RGzTg6EfZC5iWX5rQ29ftm { width:18.125rem;height:16.25rem;top:78.75rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9D9hH69g8AWAzvAPsu1i6IxeHdgP3UG { width:8.3125rem;height:2.5rem;top:90.5rem;left:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJsxb0P1ETJhoI9RAp7nex3m9J7paKgS { display:block; }
 }@media only screen and (max-width: 763px) { #paRgIoH2BMTz74tsCNf3lwHrTJqvCnDM { width:16.25rem;height:5.625rem;top:84rem;left:2rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmJE48wu6eeuHGqbLGgkVrN7bFZJc2kW { width:16.25rem;height:3rem;top:80.25rem;left:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RL1OZo8lEvSt6sTOEyUN8JxEaEyGzQkn { width:18.125rem;height:11.5625rem;top:66.1875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmEfx0FShQO1xU3cu662NEwyHRMJBrWq { width:19.875rem;height:28.125rem;top:127.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHWvzl7cHG9ENmuPTxx2xsLkO56IPNO1 { width:18.125rem;height:13.75rem;top:140.625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhioR4KteRv1cOTHx6OmDQForGizgnv2 { width:19.875rem;height:28.5625rem;top:97.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgOHn8vOJN3JJaeTEpUOBSCIH9PEn18U { width:18.125rem;height:14.0625rem;top:110.75rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #plWs07M55t4iTszOTpTymBZ2UwQFrbVf { width:8.3125rem;height:2.5rem;top:149.75rem;left:5.84375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7ZcwC2tstszyMBqnNkdnooP8T41warU { display:block; }
 }@media only screen and (max-width: 763px) { #kREbQabbHzInBRN6l5EylM779CEeEC5x { width:16.25rem;height:4.21875rem;top:114.5rem;left:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #leBuzN3tIkw6JAmp4BQBhdC3ExPqMM9T { width:16.25rem;height:4.21875rem;top:144.515625rem;left:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbveocLa5QewLl8agXTc1T8n9VsTfKxi { width:8.3125rem;height:2.5rem;top:119.875rem;left:5.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOivcvaSAP1VK1lv8heCMFDx3cXrsMBB { display:block; }
 }@media only screen and (max-width: 763px) { #tROVTIxC9xoVTHuB6JiAs9rZWzdwyhgO { width:16.25rem;height:1.5rem;top:112.25rem;left:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4he5R337Ny40MQkWaNX3eOtbgr2gw8d { width:16.25rem;height:1.5rem;top:142rem;left:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuoMTIlH38bav28IZJZcMid1iqEoRQev { width:18.125rem;height:11.5625rem;top:98.1875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUaxhp6vvPbE2FdwyCF90P4sSpisaDq6 { width:18.125rem;height:11.5625rem;top:128.125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0CQRFeKd9Ro2KsNop2KlS0DA08fLhEb { display:block; }#R0CQRFeKd9Ro2KsNop2KlS0DA08fLhEb > .row .container { width:20rem;height:108.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z6XrzP8kz8LcFHtFLXvE1V68sZVP1Hqt { width:20rem;height:4.3496125rem;top:0.5625rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTi3lHeR122CayEfBvdy6Akmb79SeVdn { width:20rem;height:10.5rem;top:5.609375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uW10f1kqJ47m8L4aFMifz9Lodo4eQr9i { width:20rem;height:11.666666666667rem;top:18.234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Odq5T86zKdUHqLdtcCdkDdHoN4DI5e2W { width:20rem;height:11.666666666667rem;top:31.150375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #stIXeIylxk2NcKQJawoL0RIKMTCmgcFR { width:20rem;height:11.666666666667rem;top:44.066375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WpKIEzKWivt25iMMVU2l56Zc8T2UqnWT { width:20rem;height:11.666666666667rem;top:56.982375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0q1VTGuaDsX10tZ3dGRtWtZeIEaZdIf { width:20rem;height:11.666666666667rem;top:69.898375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOJCINh2F6Z0TmIAqbI4QVQA5XZozrAI { width:20rem;height:11.666666666667rem;top:82.814375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWb5TDOWUifcs15VfliBoMLfcZyz9oUZ { width:20rem;height:3.4375rem;top:101.3544921875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVz3H8qxo197hMeeFErlogX0AoeIwLeP { display:block; }
 }@media only screen and (max-width: 763px) { #TTEowa3wVcID2LKhWVXMxSMIT2OuT6IG { width:20rem;height:3.4375rem;top:96.8544921875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UL9Nd5XgoPOxkdTtH0zK2S6ZTEbPFhSB { display:block; }
 }@media only screen and (max-width: 763px) { #pcnohtKbeES93rdF7zsocNT0ka1OT0Ir { display:block; }#pcnohtKbeES93rdF7zsocNT0ka1OT0Ir > .row .container { width:20rem;height:62.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LQLA7q3s8ICe0ggKK8JZ2UEP3Ry38kLE { width:20rem;height:2.25rem;top:19.5625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfqPN4m6G4s6zL4Jgt9bxRA1wv90ikI4 { width:20rem;height:13.5rem;top:22.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hrto0DAKK8DpnPS9rr5JT451wyfPW4Tf { display:flex;top:15.9375rem;left:0rem;width:2.5rem;height:2.5rem;z-index:15009;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #vkTyqMUDZIEw4A10Kti0bssdTQPUUuKo { width:20rem;height:5.0625rem;top:44.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8evqslJUpuKMTo7WqmJb8eyCGsPPMPv { width:20rem;height:3.4375rem;top:51.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9eTtNzfzrq0tOHFrnpkBeRCbtsineTy { display:block; }
 }@media only screen and (max-width: 763px) { #Ib9nio2bKTTObVg6nP5sPQa8dwsgK6KA { width:20rem;height:3.4375rem;top:55.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRdm2k7pKZJR0tR3X02VefhWISr79G0n { display:block; }
 }@media only screen and (max-width: 763px) { #gA91x8JLAJJwOUBStqvByXKpaBgr67ub { width:20rem;height:15.212224108659rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdwHesCuyoyI739Gmzf6SPBbcw5xMdcl { width:20rem;height:7.375rem;top:35.9375rem;left:0rem;font-size:1.125rem;display:block; }#pdwHesCuyoyI739Gmzf6SPBbcw5xMdcl li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/da8daf33-343c-4617-af5a-3c7a0b80dc26/accept7.png); }
 }@media only screen and (max-width: 763px) { #KoyPQIE8rLtd05bHbWxPzSlTax1zHtZy { display:block; }#KoyPQIE8rLtd05bHbWxPzSlTax1zHtZy > .row .container { width:20rem;height:99.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xxzKHNRSsukCNDqXTsHQPMGhv9yXvPTA { width:20rem;height:4.5rem;top:2.5rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRsuBmVVvoXUS7rJZq6Q9RGG1M0TyKun { width:20rem;height:7.5rem;top:7.984375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpZA47FgekqmOemVUB9bPbiswlpg5LUZ { width:20rem;height:17.1875rem;top:17.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kEsVhldKqfUxVAppEabZkQ9L45ykD8ko { width:17.5rem;height:1.5rem;top:24rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oT4eHKLUq3PsVwRcWNcGTE4cupHN67uC { width:17.5rem;height:4.5rem;top:26.125rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SukT0nT8XoluRLLcX1BsZ1S1yMgJP7lx { width:4.0625rem;height:4.0625rem;top:19rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #inZgqCcNrxJIzL9WAN5PwANTzXS68EdB { width:2.1875rem;height:2.1875rem;top:19.9375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7q5WSiGeIfcx5OWui8hzzqPI3CEduo2 { width:20rem;height:18.875rem;top:34.75rem;left:0rem;border-top:0.0625rem solid #cccccc;border-left:0.0625rem solid #cccccc;border-right:0.0625rem solid #cccccc;border-bottom:0.0625rem solid #cccccc;display:block; }
 }@media only screen and (max-width: 763px) { #aJL5zkLTyWndKah9DTmcR3Be51TKnqS0 { width:17.5rem;height:4.5rem;top:43.8125rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3rgyEKmIx75oOfKUo0OqRZczaitikeC { width:17.5rem;height:1.5rem;top:41.6875rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtdVwphxlggFu21lA46Uh3irDmczkhJ9 { width:4.0625rem;height:4.0625rem;top:36.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tid1dxIk4yIPaJHTy9VArD16pHvBkXhg { width:2.1875rem;height:2.1875rem;top:37.4375rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NdA7FNfUEJVKPTzstBnQReDWvD4X8VHP { width:20rem;height:17.25rem;top:53.75rem;left:0rem;border-top:0.0625rem solid #cccccc;border-left:0.0625rem solid #cccccc;border-right:0.0625rem solid #cccccc;border-bottom:0.0625rem solid #cccccc;display:block; }
 }@media only screen and (max-width: 763px) { #fVK99SKmkc52yTeoIkg1VzmlU4cxiDgb { width:17.5rem;height:6rem;top:62.9375rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDsTIJkOLQI4PkRn049XbxDmo8mr6sbT { width:17.5rem;height:1.5rem;top:60.6875rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZ0AzRKR5b6TyoW15wvXe3LFOUWUJh4A { width:4.0625rem;height:4.0625rem;top:55.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLgMDwqPNaVPdL8JgwHdq5ACPS27SdDX { width:2.25rem;height:2.25rem;top:56.4375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBFFasbNKzivwsBOQ6fLic73wkFGbaWz { width:20rem;height:19.25rem;top:71.125rem;left:0rem;border-top:0.0625rem solid #cccccc;border-left:0.0625rem solid #cccccc;border-right:0.0625rem solid #cccccc;border-bottom:0.0625rem solid #cccccc;display:block; }
 }@media only screen and (max-width: 763px) { #FSbQ8R3nSifmM4OHpUX92GzmMstoHw38 { width:17.5rem;height:4.5rem;top:81.625rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELmDT3p3ZOQ3WwVOsdy9y05TcfD1AOQD { width:17.5rem;height:1.5rem;top:78.0625rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGEie6WKwFZzw1LPBkMXmC7th1xe0vqa { width:4.0625rem;height:4.0625rem;top:72.875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGJWREA6mLexJuqG1GfVoJRDynGNv162 { width:2.1875rem;height:2.1875rem;top:73.8125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSDaXBq0aiGgoFe9UFTtJnIl5mQO1B0t { width:20rem;height:3.4375rem;top:92.5478515625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGXoBakoUTgnNiEMM5yFuAwaAV3onvXK { display:block; }
 }@media only screen and (max-width: 763px) { #dnByuSQbAb57cLNk1ULXiBGsAnhqyypN { display:block; }#dnByuSQbAb57cLNk1ULXiBGsAnhqyypN > .row .container { width:20rem;height:69.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ctoBUaVgO3nNRb7hnHSEqyoqU4IrCGk2 { width:20rem;height:2.25rem;top:2.5rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKL3WGwVgJLrrwZATsiliwm6paHQvS8r { width:20rem;height:20.75rem;top:6.609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtXwBdTdok1vvVPxaUM4XMoMQrAIZhKG { width:17.5rem;height:12.75rem;top:10.0625rem;left:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxi7PWTJtGPxLobLkpArT9CDV0C6nCwX { width:17.5rem;height:1.5rem;top:23.578125rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePdmhmhOdSnVV2OhsAZklpzB2DCPWxUz { width:20rem;height:19.8125rem;top:28.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgSd5N7dSi69WvTNGBwaFvGLGQhoc4hZ { width:17.5rem;height:1.5rem;top:44.5625rem;left:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wryod3ggoI12Gp66M54Fiu2dEgCgXmgX { width:17.5rem;height:11.15625rem;top:32.375rem;left:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBQW9h0ypTaK8lgWZRphEyCLrLOCOPZX { width:20rem;height:18.125rem;top:49.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kuxetuasAsOPhIlSBEVuuT4kMMPkZDyH { width:17.5rem;height:1.5rem;top:64.125rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkeXPfMTccxuhKKQfp6S6LxgUrkx8mcW { width:17.5rem;height:9.5625rem;top:53.5rem;left:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyKAbaOTlwhxaH8lnfQ2by7c4olNBBAd { width:6.875rem;height:1.25rem;top:8rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KsSZpTrTtDVec5kzud6LL7kgfsIkgKba { width:6.875rem;height:1.25rem;top:30.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdMMxkpQ5OXPy1ztm92Izce4MEc69aPG { width:6.875rem;height:1.25rem;top:51.375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFhFwyxOnNwHWVxVQgk3OSeV2blADCMW { display:block; }#UFhFwyxOnNwHWVxVQgk3OSeV2blADCMW > .row .container { width:20rem;height:32.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WMXXuLe4vpVSQdTL48x9boU6ixcrZVKm { width:20rem;height:28.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ln58Hy1sP8AnWGLock70tA5wROS0OOr7 { display:block; }#Ln58Hy1sP8AnWGLock70tA5wROS0OOr7 > .row .container { width:20rem;height:35.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P2QQ3pMKXypuEmeDJ9eDGpyBGJflo9ow { width:10.9375rem;height:1.4624rem;top:11.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpdyF54b5GZ6w9aasplwUBHb7HHmAaU1 { width:11.0625rem;height:1.13720625rem;top:13.625rem;left:0rem;font-size:0.875rem;display:block; }#TpdyF54b5GZ6w9aasplwUBHb7HHmAaU1 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_04d5779f623855744e27922b559d15c06ae5f5c9.svg); }
 }@media only screen and (max-width: 763px) { #pdMaGW9gvczK1Bc5aBLEmNq8PMoStG4x { width:19.0625rem;height:1.13720625rem;top:15.4375rem;left:0rem;font-size:0.875rem;display:block; }#pdMaGW9gvczK1Bc5aBLEmNq8PMoStG4x li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5183f43be8d8745ef4faaff0a1b447e3991d65ca.svg); }
 }@media only screen and (max-width: 763px) { #H5G0kEZtRAlK0aI7qd5IrTQzfgleRNlk { width:19.75rem;height:1.13720625rem;top:17.25rem;left:0rem;font-size:0.875rem;display:block; }#H5G0kEZtRAlK0aI7qd5IrTQzfgleRNlk li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b66afbb86de862b154920caafc5798913af2eec7.svg); }
 }@media only screen and (max-width: 763px) { #oTvGHX8DZbitUxH3JcdslXrHZ1x5V7yf { width:20rem;height:2.625rem;top:21.0625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LDI7k7HXRvl7HgAHGM0Hrv7Ipea5bDck { width:16.6875rem;height:3.75rem;top:25.328125rem;left:1.65625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TTTu5Ev9Ne3r2avnE1iMTKIH9tkLPFCp { display:block; }
 }@media only screen and (max-width: 763px) { #Uas8GJRSsBsxBJs3QkCIlWa3unilZnOx { width:10.9375rem;height:6.8125rem;top:2.1484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GP28Luz8aNECNLsU2ragWwFiubnHW7Kv { width:10.0625rem;height:2.1875rem;top:24.9375rem;left:4.96875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4pfsNPrz4d7CNX35SwgVlDdVWrIwJTE { display:block; }
 }@media only screen and (max-width: 763px) { #rvfxOA5yl3MEPgPlGAwVnwpT0xMdaTcr { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#rvfxOA5yl3MEPgPlGAwVnwpT0xMdaTcr > .row .container { width:20rem;height:4.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #knaKpsbl6age2OSgpbgAWyXe0sI99rmV { display:flex;width:3.75rem;height:3.75rem;top:0rem;left:16.25rem;font-size:2.625rem;display:none; }
#knaKpsbl6age2OSgpbgAWyXe0sI99rmV > img { max-width: 100%;max-height:100%; width:3.75rem; height:3.75rem; } }@media only screen and (max-width: 763px) { #ugVhpWdbKxsyaUuUznzkdWMF9OX8E5pl { width:16.6875rem;height:3.75rem;top:0rem;left:1.65625rem;font-size:1.25rem;z-index:15010;font-family:"anton sc";background-color:#fcc41d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;font-weight:400;font-style:normal;color:#110f0f;display:block; }
 }@media only screen and (max-width: 763px) { #PsrpIgsryWV6JySBwQJsiLnLkhQ48pmD { display:block; }
 }