.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,227,242;--color-primary-1:255,160,212;--color-primary-2:255,65,168;--color-primary-3:128,33,84;--color-primary-4:38,10,25;--color-secondary-0:255,250,254;--color-secondary-1:255,238,250;--color-secondary-2:255,220,245;--color-secondary-3:128,110,123;--color-secondary-4:38,33,37;--color-tertiary-0:255,255,255;--color-tertiary-1:191,192,194;--color-tertiary-2:42,44,50;--color-tertiary-3:21,22,25;--color-tertiary-4:4,4,5;--headlines-font-family:"Poppins";--paragraphs-font-family:"Poppins"; }@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:#e2fd96;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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-tertiary-4),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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:4.25rem;width:75rem;overflow:visible;position:relative;display:block; }#GetC52QSH64FC718vhwG9eJFPzm0TXOT { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:7.75rem;top:0.655517578125rem;left:1.124267578125rem;overflow:hidden;display:block; }
#lBGhz6WmfuoVH2hcQNsVz4pukQZ2MF1m { background-color:#d0ff00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.8125rem;border-top-right-radius:3.8125rem;border-bottom-left-radius:3.8125rem;border-bottom-right-radius:3.8125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.3125rem;height:2.1875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.03125rem;left:62.1728515625rem;display:block; }
#ubSV70QQARNXqqCfQHuKGe9RGm59wy9m { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gyWTkTRdoiRhL0KmO1rzHOVFfPNsm8HT { color:rgba(var(--color-secondary-0),1);display:block;width:28rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:0.98828125rem;left:12.21875rem;height:2.2747375rem;display:block; }
#I5UJaUvg3uxnclWUkWKFV0yOBbtpzF7Q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/uc/1ab3f08b-ef39-45ec-a977-42afe217d7fc/Main_1.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#I5UJaUvg3uxnclWUkWKFV0yOBbtpzF7Q.adaptive-delivery-prevent-bg, #I5UJaUvg3uxnclWUkWKFV0yOBbtpzF7Q.lazyload, #I5UJaUvg3uxnclWUkWKFV0yOBbtpzF7Q.lazyloading { background-image: none; }#I5UJaUvg3uxnclWUkWKFV0yOBbtpzF7Q > .row .container { background-color: transparent; background-image: none; }#I5UJaUvg3uxnclWUkWKFV0yOBbtpzF7Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I5UJaUvg3uxnclWUkWKFV0yOBbtpzF7Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I5UJaUvg3uxnclWUkWKFV0yOBbtpzF7Q > .row .container > .video-iframe-container { display: none; }#I5UJaUvg3uxnclWUkWKFV0yOBbtpzF7Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I5UJaUvg3uxnclWUkWKFV0yOBbtpzF7Q > .row > .video-iframe-container { display: none; }#I5UJaUvg3uxnclWUkWKFV0yOBbtpzF7Q > .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); }#I5UJaUvg3uxnclWUkWKFV0yOBbtpzF7Q > .row .container { border-width: 0; border-radius: 0; }#I5UJaUvg3uxnclWUkWKFV0yOBbtpzF7Q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#I5UJaUvg3uxnclWUkWKFV0yOBbtpzF7Q > .row .container { font-size:0.875rem;font-family:arial;height:41.4375rem;width:75rem;position:relative;display:block; }#kTyQIUT9ED2UUzarKiQ8c0q1Lf3RfivH { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:35.1875rem;width:63.6875rem;top:5.125rem;left:5.65625rem;display:block; }
#geb3XKLNOofdEd0yEzCn488fzEchH5DZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#geb3XKLNOofdEd0yEzCn488fzEchH5DZ > .row .container { background-color: transparent; background-image: none; }#geb3XKLNOofdEd0yEzCn488fzEchH5DZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#geb3XKLNOofdEd0yEzCn488fzEchH5DZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#geb3XKLNOofdEd0yEzCn488fzEchH5DZ > .row .container > .video-iframe-container { display: none; }#geb3XKLNOofdEd0yEzCn488fzEchH5DZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#geb3XKLNOofdEd0yEzCn488fzEchH5DZ > .row > .video-iframe-container { display: none; }#geb3XKLNOofdEd0yEzCn488fzEchH5DZ > .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); }#geb3XKLNOofdEd0yEzCn488fzEchH5DZ > .row .container { border-width: 0; border-radius: 0; }#geb3XKLNOofdEd0yEzCn488fzEchH5DZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#geb3XKLNOofdEd0yEzCn488fzEchH5DZ > .row .container { font-size:0.875rem;font-family:arial;height:36.5rem;width:75rem;position:relative;display:block; }#W5S7DK0ckTrwEbhdpRRRku8rpxSBfOkn { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.125rem;width:16.875rem;top:1.27978515625rem;left:29.0625rem;overflow:hidden;display:block; }
#V6C5KmT8GiNGRNTBxeAQkuGVDFeowhR6 { color:rgba(var(--color-secondary-0),1);display:block;width:52.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:9.35107421875rem;left:11.40625rem;height:12.9980625rem;text-align:center;text-align-last:center;display:block; }
#WT09S0K9qTTB53PRcJ1TSQnymyt8nFrz { background-color:#d0ff00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.8125rem;border-top-right-radius:3.8125rem;border-bottom-left-radius:3.8125rem;border-bottom-right-radius:3.8125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),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:2.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:47.6875rem;height:4.5625rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:25.74755859375rem;left:13.65625rem;display:block; }
#eqwJsVxfumCktpHXndaMioMk60ZV5bcJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fgAz71tZr78hmbhJk0BJslRwZd1FtDsx { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:12rem;top:8.8125rem;left:0rem;overflow:hidden;display:block; }
#OuSgU1wgDdB78AELJWpHQzWxmuP6KaK3 { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:13.125rem;top:19.34375rem;left:61.875rem;overflow:hidden;display:block; }
#VqFGmLCgsygX50gf2XoQ4skb8fNWhmyc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#39c0c7;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VqFGmLCgsygX50gf2XoQ4skb8fNWhmyc > .row .container { background-color: transparent; background-image: none; }#VqFGmLCgsygX50gf2XoQ4skb8fNWhmyc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VqFGmLCgsygX50gf2XoQ4skb8fNWhmyc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VqFGmLCgsygX50gf2XoQ4skb8fNWhmyc > .row .container > .video-iframe-container { display: none; }#VqFGmLCgsygX50gf2XoQ4skb8fNWhmyc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VqFGmLCgsygX50gf2XoQ4skb8fNWhmyc > .row > .video-iframe-container { display: none; }#VqFGmLCgsygX50gf2XoQ4skb8fNWhmyc > .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); }#VqFGmLCgsygX50gf2XoQ4skb8fNWhmyc > .row .container { border-width: 0; border-radius: 0; }#VqFGmLCgsygX50gf2XoQ4skb8fNWhmyc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VqFGmLCgsygX50gf2XoQ4skb8fNWhmyc > .row .container { font-size:0.875rem;font-family:arial;height:4.5625rem;width:75rem;position:relative;display:block; }#Qiy9klTQSGmTVX3UoguTXUs9BKsn6v9C { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.900390625rem;left:0rem;height:2.76236875rem;text-align:center;text-align-last:center;display:block; }
#JaNvqTDFHtHz6HBw7oDO2XTz7WEOE3ey { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-3),1);background-image:url("https://images.assets-landingi.com/uc/c9e1636a-c6d1-4133-ac05-23cac4d13e17/BG4.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JaNvqTDFHtHz6HBw7oDO2XTz7WEOE3ey.adaptive-delivery-prevent-bg, #JaNvqTDFHtHz6HBw7oDO2XTz7WEOE3ey.lazyload, #JaNvqTDFHtHz6HBw7oDO2XTz7WEOE3ey.lazyloading { background-image: none; }#JaNvqTDFHtHz6HBw7oDO2XTz7WEOE3ey > .row .container { background-color: transparent; background-image: none; }#JaNvqTDFHtHz6HBw7oDO2XTz7WEOE3ey::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JaNvqTDFHtHz6HBw7oDO2XTz7WEOE3ey > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JaNvqTDFHtHz6HBw7oDO2XTz7WEOE3ey > .row .container > .video-iframe-container { display: none; }#JaNvqTDFHtHz6HBw7oDO2XTz7WEOE3ey > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JaNvqTDFHtHz6HBw7oDO2XTz7WEOE3ey > .row > .video-iframe-container { display: none; }#JaNvqTDFHtHz6HBw7oDO2XTz7WEOE3ey > .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); }#JaNvqTDFHtHz6HBw7oDO2XTz7WEOE3ey > .row .container { border-width: 0; border-radius: 0; }#JaNvqTDFHtHz6HBw7oDO2XTz7WEOE3ey > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JaNvqTDFHtHz6HBw7oDO2XTz7WEOE3ey > .row .container { font-size:0.875rem;font-family:arial;height:30.9375rem;width:75rem;position:relative;display:block; }#fzy7vbyUkrdbsLMrTTUAMH6olbtSU9L1 { color:#ffffff;display:block;width:34.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:8.4375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:10.3125rem;left:5.375rem;height:10.96875rem;display:block; }
#wQTKsVUDrtcd0oIQHHnrN9ZGX9ygo7vm { color:#ffffff;display:block;width:24.875rem;position:absolute;font-family:besley;font-size:8.4375rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:9.75rem;left:44.8125rem;height:10.96875rem;display:block; }
#d9bo2Ii2HaQTTTovx2lwLNQPyMaRTHuk { color:#d0ff00;display:block;width:2.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.0625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:13.1875rem;left:40.125rem;height:5.28125rem;display:block; }
#BWGETCCb1Bex7IdHweVuuLJMQu7e0Z6J { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d0ff00;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BWGETCCb1Bex7IdHweVuuLJMQu7e0Z6J > .row .container { background-color: transparent; background-image: none; }#BWGETCCb1Bex7IdHweVuuLJMQu7e0Z6J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BWGETCCb1Bex7IdHweVuuLJMQu7e0Z6J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BWGETCCb1Bex7IdHweVuuLJMQu7e0Z6J > .row .container > .video-iframe-container { display: none; }#BWGETCCb1Bex7IdHweVuuLJMQu7e0Z6J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BWGETCCb1Bex7IdHweVuuLJMQu7e0Z6J > .row > .video-iframe-container { display: none; }#BWGETCCb1Bex7IdHweVuuLJMQu7e0Z6J > .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); }#BWGETCCb1Bex7IdHweVuuLJMQu7e0Z6J > .row .container { border-width: 0; border-radius: 0; }#BWGETCCb1Bex7IdHweVuuLJMQu7e0Z6J > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BWGETCCb1Bex7IdHweVuuLJMQu7e0Z6J > .row .container { font-size:0.875rem;font-family:arial;height:61.25rem;width:75rem;position:relative;display:block; }#hafW0S9dFlAtxJ8zMiATrl8iT0DVl2xC { position:absolute;display:block;z-index:14999;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:58.0625rem;width:57.9375rem;top:0rem;left:-28.254473609494rem;overflow:hidden;display:block; }
#N9CrMSAHaetSuT5u8CtxbbkT8WSSNcTG .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:transparent;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0.25rem solid rgba(var(--color-primary-2),1);vertical-align:top; }
#N9CrMSAHaetSuT5u8CtxbbkT8WSSNcTG .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#N9CrMSAHaetSuT5u8CtxbbkT8WSSNcTG .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--headlines-font-family);font-weight:700;font-size:1.625rem;color:rgba(var(--color-tertiary-4),1);height:auto; }
#N9CrMSAHaetSuT5u8CtxbbkT8WSSNcTG .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.25rem;font-family:besley;color:rgba(var(--color-tertiary-4),1);height:auto;font-weight:400;font-style:italic;line-height:1.4;overflow:hidden; }
#N9CrMSAHaetSuT5u8CtxbbkT8WSSNcTG .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_889125bb8c5a347c50afa2ed065a686272366220.svg");background-size:contain !important; }#N9CrMSAHaetSuT5u8CtxbbkT8WSSNcTG .accordion-trigger.adaptive-delivery-prevent-bg, #N9CrMSAHaetSuT5u8CtxbbkT8WSSNcTG .accordion-trigger.lazyload, #N9CrMSAHaetSuT5u8CtxbbkT8WSSNcTG .accordion-trigger.lazyloading { background-image: none; }
#N9CrMSAHaetSuT5u8CtxbbkT8WSSNcTG { box-sizing:content-box;height:auto;width:70.68625rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15001;background-color:transparent;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:17.43310546875rem;left:0.99755859375rem; }
#N9CrMSAHaetSuT5u8CtxbbkT8WSSNcTG #BIkK3IKdaAMvx7xqTfm5LpDlGXEyfVnS { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#N9CrMSAHaetSuT5u8CtxbbkT8WSSNcTG #ArKtdR3KFmCz0oEtF2LzhBowpkC8A3kb { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#N9CrMSAHaetSuT5u8CtxbbkT8WSSNcTG #FlF8HXRaN1qxF9Evgt9IaIxTeJtPrTmP { display:block;position:relative; }
#N9CrMSAHaetSuT5u8CtxbbkT8WSSNcTG #u5HMCWge40TkIEsFo1VhFWX97C6aoZhd {  }
#N9CrMSAHaetSuT5u8CtxbbkT8WSSNcTG #PwRKfy2h3Xyqa45830mmzIGNyh4poo0T {  }
#N9CrMSAHaetSuT5u8CtxbbkT8WSSNcTG #Uk3wZkfdKUrK9TbsHvd0t9D5B2EtsxTT { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#N9CrMSAHaetSuT5u8CtxbbkT8WSSNcTG #Lh9TD0rVCTw1PeWv25qUCDSMBbMCApOm { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#N9CrMSAHaetSuT5u8CtxbbkT8WSSNcTG #ZZ2qv1EKeZ1TKXZmSZ7O4yQLZclV3So9 { display:block;position:relative; }
#N9CrMSAHaetSuT5u8CtxbbkT8WSSNcTG #axhAfmOy19l3HwZTpmJVB4dm9x2yDX1f {  }
#N9CrMSAHaetSuT5u8CtxbbkT8WSSNcTG #M65BdEPBA2KlpARVuUX2fROQpOTNngzP { display:none; }
#N9CrMSAHaetSuT5u8CtxbbkT8WSSNcTG #OXT5PBnHaUHD63A2OEkcTIGoBhVSPC4Q { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#N9CrMSAHaetSuT5u8CtxbbkT8WSSNcTG #gMBO8EVMF51nL4uvwNolT8HcHbmqBUgg { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#N9CrMSAHaetSuT5u8CtxbbkT8WSSNcTG #ZU0D7W5NQc0LLMxJtKOCX3KLQ0VeUaT3 { display:block;position:relative; }
#N9CrMSAHaetSuT5u8CtxbbkT8WSSNcTG #CEXMMD0pXJBkpiIzuNqVKIOWEP5wi726 {  }
#N9CrMSAHaetSuT5u8CtxbbkT8WSSNcTG #C1fEURo8KkvCWSGWxt8lAu2ZRZLUnTkK { display:none; }
#N9CrMSAHaetSuT5u8CtxbbkT8WSSNcTG #zqpxiy4bATENE10DmNFuLBwM8cfp1kRS { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#N9CrMSAHaetSuT5u8CtxbbkT8WSSNcTG #NaWBBTLNTta3lLQFTQL2v0MtGWVEperI { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#N9CrMSAHaetSuT5u8CtxbbkT8WSSNcTG #u2UCSAboT3DKFIWEswVXNl7crFJa7SvM { display:block;position:relative; }
#N9CrMSAHaetSuT5u8CtxbbkT8WSSNcTG #JFEvJKWuhgr4bBDyBdTCBayRsWqNegvH {  }
#N9CrMSAHaetSuT5u8CtxbbkT8WSSNcTG #H3WRf7BBbLKznK5BS8Jq35i3MDE542hk { display:none; }
#N9CrMSAHaetSuT5u8CtxbbkT8WSSNcTG #JODTXTsKw6J5sKrq6TJ8nW5c5KrnFygn { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#N9CrMSAHaetSuT5u8CtxbbkT8WSSNcTG #uDudhtHEsfmIfJADMZbdtS2oCMAFIQa1 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#N9CrMSAHaetSuT5u8CtxbbkT8WSSNcTG #thqSMnyQqlzTTtlczzyaq5w1JFkBAc8K { display:block;position:relative; }
#N9CrMSAHaetSuT5u8CtxbbkT8WSSNcTG #u9x7uDf56NoNHhmvTgkK4sw29skP67gM {  }
#N9CrMSAHaetSuT5u8CtxbbkT8WSSNcTG #h2EI7s468CEQHQUvkPx35V9MpxN1k9Kb { display:none; }
#N9CrMSAHaetSuT5u8CtxbbkT8WSSNcTG #AknRSg9O3mUdlnULyDkktVtvR3mXr2DL { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#N9CrMSAHaetSuT5u8CtxbbkT8WSSNcTG #TTQJJH2kfXNuLkJNSci76mTrBSpyW2d3 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#N9CrMSAHaetSuT5u8CtxbbkT8WSSNcTG #XcvNMIZz3vhHXeMwRcioPJQTc5ObHXbi { display:block;position:relative; }
#N9CrMSAHaetSuT5u8CtxbbkT8WSSNcTG #pFXVs2dAVq6x1iFPTIHPzvv5zkpHFH6I {  }
#N9CrMSAHaetSuT5u8CtxbbkT8WSSNcTG #bKLFvwumo7AJuSxcwMLkNNp9TrZMTgMd { display:none; }
#N9CrMSAHaetSuT5u8CtxbbkT8WSSNcTG #vTbGhrQJoh9H6Mpwbi3szLkoK13lo3yI { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#N9CrMSAHaetSuT5u8CtxbbkT8WSSNcTG #NvaU5GTWShGRMuxCSfVGeTUrTeVswwcg { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#N9CrMSAHaetSuT5u8CtxbbkT8WSSNcTG #M1B8Q9qaL7aaVlL2AfXLpSawlAJ01mP4 { display:block;position:relative; }
#N9CrMSAHaetSuT5u8CtxbbkT8WSSNcTG #rhZEoW2b3OLNmcy5ALxd9IVQ36dRCnMZ {  }
#N9CrMSAHaetSuT5u8CtxbbkT8WSSNcTG #heotmf4BXCeReWdAaZPOw2lDmGs8VeSv { display:none; }
#xvZa4d9wto1rU1Tq7FpFEgUNcykLTKyb { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:56.75rem;top:9.87060546875rem;left:9.125rem;overflow:hidden;display:block; }
#ZbGuaZla0RwGHXziHhZ8RifDE0A6wl3c { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:47rem;width:47rem;top:16.906265625rem;left:65.33430949995rem;overflow:hidden;display:block; }
#tEkW7y0hf6LEAyniBaID578uzd8ohZyQ { color:rgba(var(--color-secondary-0),1);display:block;width:27.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.375rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:3.61328125rem;left:23.65625rem;height:4.38748125rem;text-align:center;text-align-last:center;display:block; }
#Ufa7fcC50xaT1IT7z0TzCvV2J1nTzSz0 { color:rgba(var(--color-secondary-0),1);display:block;width:30rem;position:absolute;font-family:besley;font-size:2.875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:6.9375rem;left:22.5rem;height:3.73730625rem;text-align:center;text-align-last:center;display:block; }
#m9u6zoDBqWczVbS59TS9atua1sgEQCJi { background-color:#000000;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; }#m9u6zoDBqWczVbS59TS9atua1sgEQCJi > .row .container { background-color: transparent; background-image: none; }#m9u6zoDBqWczVbS59TS9atua1sgEQCJi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m9u6zoDBqWczVbS59TS9atua1sgEQCJi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m9u6zoDBqWczVbS59TS9atua1sgEQCJi > .row .container > .video-iframe-container { display: none; }#m9u6zoDBqWczVbS59TS9atua1sgEQCJi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m9u6zoDBqWczVbS59TS9atua1sgEQCJi > .row > .video-iframe-container { display: none; }#m9u6zoDBqWczVbS59TS9atua1sgEQCJi > .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); }#m9u6zoDBqWczVbS59TS9atua1sgEQCJi > .row .container { border-width: 0; border-radius: 0; }#m9u6zoDBqWczVbS59TS9atua1sgEQCJi > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#m9u6zoDBqWczVbS59TS9atua1sgEQCJi > .row .container { font-size:0.875rem;font-family:arial;height:46.75rem;width:75rem;overflow:visible;position:relative;display:block; }#c5ueAbhSTB7nKEap1SHoCsFPzWfI7cub { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:4.375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:6.3125rem;left:28.125rem;height:34.125rem;text-align:center;text-align-last:center;display:block; }
#LwV4GThZEakyl5T9mTsorR4sroggsFUi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#39c0c7;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LwV4GThZEakyl5T9mTsorR4sroggsFUi > .row .container { background-color: transparent; background-image: none; }#LwV4GThZEakyl5T9mTsorR4sroggsFUi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LwV4GThZEakyl5T9mTsorR4sroggsFUi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LwV4GThZEakyl5T9mTsorR4sroggsFUi > .row .container > .video-iframe-container { display: none; }#LwV4GThZEakyl5T9mTsorR4sroggsFUi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LwV4GThZEakyl5T9mTsorR4sroggsFUi > .row > .video-iframe-container { display: none; }#LwV4GThZEakyl5T9mTsorR4sroggsFUi > .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); }#LwV4GThZEakyl5T9mTsorR4sroggsFUi > .row .container { border-width: 0; border-radius: 0; }#LwV4GThZEakyl5T9mTsorR4sroggsFUi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LwV4GThZEakyl5T9mTsorR4sroggsFUi > .row .container { font-size:0.875rem;font-family:arial;height:27.5rem;width:75rem;position:relative;display:block; }#w0dbtEe5qO5fW3GIZVS2Xa41NSJMiikp { color:#000000;display:block;width:38.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15003;line-height:.9;letter-spacing:0;top:6.75rem;left:0.25rem;height:9.84375rem;text-align:left;text-align-last:left;display:block; }
#laBsL86VKIFgeb0SQ5Eu6VulhqzbfD1E { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:12.25rem;top:16.59375rem;left:29.59375rem;overflow:hidden;display:block; }
#p7tdoARtroFkJ09Ck5TcNdC5UgTfqLq7 { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.625rem;width:32.6875rem;top:3.9375rem;left:41.59375rem;overflow:hidden;display:block; }
#bq87yV05Uh9WJlKkWC0achE0WrSGzqGZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bq87yV05Uh9WJlKkWC0achE0WrSGzqGZ > .row .container { background-color: transparent; background-image: none; }#bq87yV05Uh9WJlKkWC0achE0WrSGzqGZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bq87yV05Uh9WJlKkWC0achE0WrSGzqGZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bq87yV05Uh9WJlKkWC0achE0WrSGzqGZ > .row .container > .video-iframe-container { display: none; }#bq87yV05Uh9WJlKkWC0achE0WrSGzqGZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bq87yV05Uh9WJlKkWC0achE0WrSGzqGZ > .row > .video-iframe-container { display: none; }#bq87yV05Uh9WJlKkWC0achE0WrSGzqGZ > .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); }#bq87yV05Uh9WJlKkWC0achE0WrSGzqGZ > .row .container { border-width: 0; border-radius: 0; }#bq87yV05Uh9WJlKkWC0achE0WrSGzqGZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bq87yV05Uh9WJlKkWC0achE0WrSGzqGZ > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:75rem;position:relative;display:block; }#DanPnNDtBWEmQbH3xH0glXkkMTRpTWU6 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.7489375rem;width:7.8125rem;top:1.4375rem;left:1.5625rem;overflow:hidden;display:block; }
#LsZX2lK5SlNZDqIVF8ySbSHVWITIOCGM { background-color:#2a2c32;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.499rem;height:2.1875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.21875rem;left:34.625rem;display:block; }
#rZyBb1FvwqTvnvcTbkWb9vgqPG4LuQUN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#czSWMa3w83h2qbHP4yoT6WOut5X6WX4P { background-color:#2a2c32;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.4985625rem;height:2.1875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.21875rem;left:48.25rem;display:block; }
#givZFgiuJIaaKMSnaXGcFXn94DBziJXG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T48HDuSxrRuadIPh4Dyz0asitGkBGq9V { background-color:#2a2c32;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.499rem;height:2.1875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.21875rem;left:61.46875rem;display:block; }
#RQyD5QRLCPFoGTediQ7uN7Z7sgGLZrdw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#r0OgzEcmktLgFTfK1dTAOwsQXLeJOUXG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff00be;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#r0OgzEcmktLgFTfK1dTAOwsQXLeJOUXG > .row .container { background-color: transparent; background-image: none; }#r0OgzEcmktLgFTfK1dTAOwsQXLeJOUXG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r0OgzEcmktLgFTfK1dTAOwsQXLeJOUXG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r0OgzEcmktLgFTfK1dTAOwsQXLeJOUXG > .row .container > .video-iframe-container { display: none; }#r0OgzEcmktLgFTfK1dTAOwsQXLeJOUXG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r0OgzEcmktLgFTfK1dTAOwsQXLeJOUXG > .row > .video-iframe-container { display: none; }#r0OgzEcmktLgFTfK1dTAOwsQXLeJOUXG > .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); }#r0OgzEcmktLgFTfK1dTAOwsQXLeJOUXG > .row .container { border-width: 0; border-radius: 0; }#r0OgzEcmktLgFTfK1dTAOwsQXLeJOUXG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#r0OgzEcmktLgFTfK1dTAOwsQXLeJOUXG > .row .container { font-size:0.875rem;font-family:arial;height:8.25rem;width:75rem;position:relative;display:block; }#m7pOrT2oyFboAtw1qFTkgQsEV4f2Tf0p { background-color:#d0ff00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.8125rem;border-top-right-radius:3.8125rem;border-bottom-left-radius:3.8125rem;border-bottom-right-radius:3.8125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),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:2.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:36.124rem;height:6.374rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:0.9365234375rem;left:36.5908203125rem;display:block; }
#FyQulW9PFR5WTzqzCKZeHKspwOdDMZ6o { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MFtkfNPnz2FC4N42KCyXenTDRv3hysfD { color:#040405;display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:2.01220703125rem;left:1.625rem;height:4.2246125rem;text-align:left;text-align-last:left;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GetC52QSH64FC718vhwG9eJFPzm0TXOT { top:0.625rem;left:0rem;width:7.75rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBGhz6WmfuoVH2hcQNsVz4pukQZ2MF1m { width:11.3125rem;height:2.1875rem;top:1rem;left:36.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubSV70QQARNXqqCfQHuKGe9RGm59wy9m { display:block; }
 }@media only screen and (max-width: 763px) { #gyWTkTRdoiRhL0KmO1rzHOVFfPNsm8HT { top:0.9375rem;left:0rem;width:28rem;height:2.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5UJaUvg3uxnclWUkWKFV0yOBbtpzF7Q { display:block; }#I5UJaUvg3uxnclWUkWKFV0yOBbtpzF7Q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kTyQIUT9ED2UUzarKiQ8c0q1Lf3RfivH { top:5.125rem;left:0rem;width:47.75rem;height:26.381992149166rem;display:block; }
 }@media only screen and (max-width: 763px) { #geb3XKLNOofdEd0yEzCn488fzEchH5DZ { display:block; }#geb3XKLNOofdEd0yEzCn488fzEchH5DZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W5S7DK0ckTrwEbhdpRRRku8rpxSBfOkn { top:1.25rem;left:15.4375rem;width:16.875rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6C5KmT8GiNGRNTBxeAQkuGVDFeowhR6 { top:9.3125rem;left:0rem;width:47.75rem;height:12.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WT09S0K9qTTB53PRcJ1TSQnymyt8nFrz { width:47.6875rem;height:4.5625rem;top:25.6875rem;left:0.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqwJsVxfumCktpHXndaMioMk60ZV5bcJ { display:block; }
 }@media only screen and (max-width: 763px) { #fgAz71tZr78hmbhJk0BJslRwZd1FtDsx { top:8.8125rem;left:0rem;width:12rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OuSgU1wgDdB78AELJWpHQzWxmuP6KaK3 { top:19.3125rem;left:34.625rem;width:13.125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqFGmLCgsygX50gf2XoQ4skb8fNWhmyc { display:block; }#VqFGmLCgsygX50gf2XoQ4skb8fNWhmyc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qiy9klTQSGmTVX3UoguTXUs9BKsn6v9C { top:0.875rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JaNvqTDFHtHz6HBw7oDO2XTz7WEOE3ey { display:block; }#JaNvqTDFHtHz6HBw7oDO2XTz7WEOE3ey > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fzy7vbyUkrdbsLMrTTUAMH6olbtSU9L1 { top:10.3125rem;left:0rem;width:34.25rem;height:10.9375rem;font-size:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQTKsVUDrtcd0oIQHHnrN9ZGX9ygo7vm { top:9.75rem;left:22.875rem;width:24.875rem;height:10.9375rem;font-size:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9bo2Ii2HaQTTTovx2lwLNQPyMaRTHuk { top:13.1875rem;left:26.5rem;width:2.75rem;height:5.25rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWGETCCb1Bex7IdHweVuuLJMQu7e0Z6J { display:block; }#BWGETCCb1Bex7IdHweVuuLJMQu7e0Z6J > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hafW0S9dFlAtxJ8zMiATrl8iT0DVl2xC { top:0rem;left:0rem;width:47.75rem;height:47.853020496224rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9CrMSAHaetSuT5u8CtxbbkT8WSSNcTG .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#N9CrMSAHaetSuT5u8CtxbbkT8WSSNcTG { display:flex;height:auto;width:45.25rem;top:17.375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #N9CrMSAHaetSuT5u8CtxbbkT8WSSNcTG #BIkK3IKdaAMvx7xqTfm5LpDlGXEyfVnS {  }
 }@media only screen and (max-width: 763px) { #N9CrMSAHaetSuT5u8CtxbbkT8WSSNcTG #ArKtdR3KFmCz0oEtF2LzhBowpkC8A3kb {  }
 }@media only screen and (max-width: 763px) { #N9CrMSAHaetSuT5u8CtxbbkT8WSSNcTG #FlF8HXRaN1qxF9Evgt9IaIxTeJtPrTmP {  }
 }@media only screen and (max-width: 763px) { #N9CrMSAHaetSuT5u8CtxbbkT8WSSNcTG #u5HMCWge40TkIEsFo1VhFWX97C6aoZhd {  }
 }@media only screen and (max-width: 763px) { #N9CrMSAHaetSuT5u8CtxbbkT8WSSNcTG #PwRKfy2h3Xyqa45830mmzIGNyh4poo0T {  }
 }@media only screen and (max-width: 763px) { #N9CrMSAHaetSuT5u8CtxbbkT8WSSNcTG #Uk3wZkfdKUrK9TbsHvd0t9D5B2EtsxTT {  }
 }@media only screen and (max-width: 763px) { #N9CrMSAHaetSuT5u8CtxbbkT8WSSNcTG #Lh9TD0rVCTw1PeWv25qUCDSMBbMCApOm {  }
 }@media only screen and (max-width: 763px) { #N9CrMSAHaetSuT5u8CtxbbkT8WSSNcTG #ZZ2qv1EKeZ1TKXZmSZ7O4yQLZclV3So9 {  }
 }@media only screen and (max-width: 763px) { #N9CrMSAHaetSuT5u8CtxbbkT8WSSNcTG #axhAfmOy19l3HwZTpmJVB4dm9x2yDX1f {  }
 }@media only screen and (max-width: 763px) { #N9CrMSAHaetSuT5u8CtxbbkT8WSSNcTG #M65BdEPBA2KlpARVuUX2fROQpOTNngzP {  }
 }@media only screen and (max-width: 763px) { #N9CrMSAHaetSuT5u8CtxbbkT8WSSNcTG #OXT5PBnHaUHD63A2OEkcTIGoBhVSPC4Q {  }
 }@media only screen and (max-width: 763px) { #N9CrMSAHaetSuT5u8CtxbbkT8WSSNcTG #gMBO8EVMF51nL4uvwNolT8HcHbmqBUgg {  }
 }@media only screen and (max-width: 763px) { #N9CrMSAHaetSuT5u8CtxbbkT8WSSNcTG #ZU0D7W5NQc0LLMxJtKOCX3KLQ0VeUaT3 {  }
 }@media only screen and (max-width: 763px) { #N9CrMSAHaetSuT5u8CtxbbkT8WSSNcTG #CEXMMD0pXJBkpiIzuNqVKIOWEP5wi726 {  }
 }@media only screen and (max-width: 763px) { #N9CrMSAHaetSuT5u8CtxbbkT8WSSNcTG #C1fEURo8KkvCWSGWxt8lAu2ZRZLUnTkK {  }
 }@media only screen and (max-width: 763px) { #N9CrMSAHaetSuT5u8CtxbbkT8WSSNcTG #zqpxiy4bATENE10DmNFuLBwM8cfp1kRS {  }
 }@media only screen and (max-width: 763px) { #N9CrMSAHaetSuT5u8CtxbbkT8WSSNcTG #NaWBBTLNTta3lLQFTQL2v0MtGWVEperI {  }
 }@media only screen and (max-width: 763px) { #N9CrMSAHaetSuT5u8CtxbbkT8WSSNcTG #u2UCSAboT3DKFIWEswVXNl7crFJa7SvM {  }
 }@media only screen and (max-width: 763px) { #N9CrMSAHaetSuT5u8CtxbbkT8WSSNcTG #JFEvJKWuhgr4bBDyBdTCBayRsWqNegvH {  }
 }@media only screen and (max-width: 763px) { #N9CrMSAHaetSuT5u8CtxbbkT8WSSNcTG #H3WRf7BBbLKznK5BS8Jq35i3MDE542hk {  }
 }@media only screen and (max-width: 763px) { #N9CrMSAHaetSuT5u8CtxbbkT8WSSNcTG #JODTXTsKw6J5sKrq6TJ8nW5c5KrnFygn {  }
 }@media only screen and (max-width: 763px) { #N9CrMSAHaetSuT5u8CtxbbkT8WSSNcTG #uDudhtHEsfmIfJADMZbdtS2oCMAFIQa1 {  }
 }@media only screen and (max-width: 763px) { #N9CrMSAHaetSuT5u8CtxbbkT8WSSNcTG #thqSMnyQqlzTTtlczzyaq5w1JFkBAc8K {  }
 }@media only screen and (max-width: 763px) { #N9CrMSAHaetSuT5u8CtxbbkT8WSSNcTG #u9x7uDf56NoNHhmvTgkK4sw29skP67gM {  }
 }@media only screen and (max-width: 763px) { #N9CrMSAHaetSuT5u8CtxbbkT8WSSNcTG #h2EI7s468CEQHQUvkPx35V9MpxN1k9Kb {  }
 }@media only screen and (max-width: 763px) { #N9CrMSAHaetSuT5u8CtxbbkT8WSSNcTG #AknRSg9O3mUdlnULyDkktVtvR3mXr2DL {  }
 }@media only screen and (max-width: 763px) { #N9CrMSAHaetSuT5u8CtxbbkT8WSSNcTG #TTQJJH2kfXNuLkJNSci76mTrBSpyW2d3 {  }
 }@media only screen and (max-width: 763px) { #N9CrMSAHaetSuT5u8CtxbbkT8WSSNcTG #XcvNMIZz3vhHXeMwRcioPJQTc5ObHXbi {  }
 }@media only screen and (max-width: 763px) { #N9CrMSAHaetSuT5u8CtxbbkT8WSSNcTG #pFXVs2dAVq6x1iFPTIHPzvv5zkpHFH6I {  }
 }@media only screen and (max-width: 763px) { #N9CrMSAHaetSuT5u8CtxbbkT8WSSNcTG #bKLFvwumo7AJuSxcwMLkNNp9TrZMTgMd {  }
 }@media only screen and (max-width: 763px) { #N9CrMSAHaetSuT5u8CtxbbkT8WSSNcTG #vTbGhrQJoh9H6Mpwbi3szLkoK13lo3yI {  }
 }@media only screen and (max-width: 763px) { #N9CrMSAHaetSuT5u8CtxbbkT8WSSNcTG #NvaU5GTWShGRMuxCSfVGeTUrTeVswwcg {  }
 }@media only screen and (max-width: 763px) { #N9CrMSAHaetSuT5u8CtxbbkT8WSSNcTG #M1B8Q9qaL7aaVlL2AfXLpSawlAJ01mP4 {  }
 }@media only screen and (max-width: 763px) { #N9CrMSAHaetSuT5u8CtxbbkT8WSSNcTG #rhZEoW2b3OLNmcy5ALxd9IVQ36dRCnMZ {  }
 }@media only screen and (max-width: 763px) { #N9CrMSAHaetSuT5u8CtxbbkT8WSSNcTG #heotmf4BXCeReWdAaZPOw2lDmGs8VeSv {  }
 }@media only screen and (max-width: 763px) { #xvZa4d9wto1rU1Tq7FpFEgUNcykLTKyb { top:9.8125rem;left:0rem;width:47.75rem;height:3.8389317180617rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbGuaZla0RwGHXziHhZ8RifDE0A6wl3c { top:16.875rem;left:0.75rem;width:47rem;height:47rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEkW7y0hf6LEAyniBaID578uzd8ohZyQ { top:3.5625rem;left:10.03125rem;width:27.6875rem;height:4.375rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ufa7fcC50xaT1IT7z0TzCvV2J1nTzSz0 { top:6.9375rem;left:8.875rem;width:30rem;height:3.6875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9u6zoDBqWczVbS59TS9atua1sgEQCJi { display:block; }#m9u6zoDBqWczVbS59TS9atua1sgEQCJi > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c5ueAbhSTB7nKEap1SHoCsFPzWfI7cub { top:6.3125rem;left:14.5rem;width:18.75rem;height:34.125rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwV4GThZEakyl5T9mTsorR4sroggsFUi { display:block; }#LwV4GThZEakyl5T9mTsorR4sroggsFUi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w0dbtEe5qO5fW3GIZVS2Xa41NSJMiikp { top:6.75rem;left:0rem;width:38.75rem;height:9.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #laBsL86VKIFgeb0SQ5Eu6VulhqzbfD1E { top:16.5625rem;left:11.875rem;width:12.25rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7tdoARtroFkJ09Ck5TcNdC5UgTfqLq7 { top:3.9375rem;left:15.0625rem;width:32.6875rem;height:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bq87yV05Uh9WJlKkWC0achE0WrSGzqGZ { display:block; }#bq87yV05Uh9WJlKkWC0achE0WrSGzqGZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DanPnNDtBWEmQbH3xH0glXkkMTRpTWU6 { top:1.4375rem;left:0rem;width:7.8125rem;height:1.7485375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsZX2lK5SlNZDqIVF8ySbSHVWITIOCGM { width:11.4375rem;height:2.1875rem;top:1.1875rem;left:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZyBb1FvwqTvnvcTbkWb9vgqPG4LuQUN { display:block; }
 }@media only screen and (max-width: 763px) { #czSWMa3w83h2qbHP4yoT6WOut5X6WX4P { width:11.4375rem;height:2.1875rem;top:1.1875rem;left:34.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #givZFgiuJIaaKMSnaXGcFXn94DBziJXG { display:block; }
 }@media only screen and (max-width: 763px) { #T48HDuSxrRuadIPh4Dyz0asitGkBGq9V { width:11.4375rem;height:2.1875rem;top:1.1875rem;left:36.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQyD5QRLCPFoGTediQ7uN7Z7sgGLZrdw { display:block; }
 }@media only screen and (max-width: 763px) { #r0OgzEcmktLgFTfK1dTAOwsQXLeJOUXG { display:block; }#r0OgzEcmktLgFTfK1dTAOwsQXLeJOUXG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m7pOrT2oyFboAtw1qFTkgQsEV4f2Tf0p { width:36.0625rem;height:6.3125rem;top:0.875rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyQulW9PFR5WTzqzCKZeHKspwOdDMZ6o { display:block; }
 }@media only screen and (max-width: 763px) { #MFtkfNPnz2FC4N42KCyXenTDRv3hysfD { top:2rem;left:0rem;width:22.5rem;height:4.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GetC52QSH64FC718vhwG9eJFPzm0TXOT { width:5.625rem;height:2.0625rem;top:1.28125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBGhz6WmfuoVH2hcQNsVz4pukQZ2MF1m { width:9.3125rem;height:1.75rem;top:0.77343755960463rem;left:9.6321581586788rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubSV70QQARNXqqCfQHuKGe9RGm59wy9m { display:block; }
 }@media only screen and (max-width: 763px) { #gyWTkTRdoiRhL0KmO1rzHOVFfPNsm8HT { width:11.4375rem;height:1.625rem;top:2.6484375rem;left:8.5625rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I5UJaUvg3uxnclWUkWKFV0yOBbtpzF7Q { display:block; }#I5UJaUvg3uxnclWUkWKFV0yOBbtpzF7Q > .row .container { width:20rem;height:17.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kTyQIUT9ED2UUzarKiQ8c0q1Lf3RfivH { height:11.066375rem;width:20rem;top:5.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #geb3XKLNOofdEd0yEzCn488fzEchH5DZ { display:block; }#geb3XKLNOofdEd0yEzCn488fzEchH5DZ > .row .container { width:20rem;height:28.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W5S7DK0ckTrwEbhdpRRRku8rpxSBfOkn { width:9.4375rem;height:3.375rem;top:0.75390625rem;left:5.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6C5KmT8GiNGRNTBxeAQkuGVDFeowhR6 { width:13rem;height:14.297875rem;top:5.12890625rem;left:3.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WT09S0K9qTTB53PRcJ1TSQnymyt8nFrz { width:19rem;height:2.375rem;top:22.29345703125rem;left:0.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqwJsVxfumCktpHXndaMioMk60ZV5bcJ { display:block; }
 }@media only screen and (max-width: 763px) { #fgAz71tZr78hmbhJk0BJslRwZd1FtDsx { width:5.4375rem;height:1.4375rem;top:5.12890625rem;left:-1.6142578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OuSgU1wgDdB78AELJWpHQzWxmuP6KaK3 { width:5.5625rem;height:1.375rem;top:18.1142578125rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqFGmLCgsygX50gf2XoQ4skb8fNWhmyc { display:block; }#VqFGmLCgsygX50gf2XoQ4skb8fNWhmyc > .row .container { width:20rem;height:5.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qiy9klTQSGmTVX3UoguTXUs9BKsn6v9C { width:20rem;height:3.25rem;top:1.09375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JaNvqTDFHtHz6HBw7oDO2XTz7WEOE3ey { background-color:rgba(var(--color-tertiary-3),1);background-image:url("https://images.assets-landingi.com/uc/ba0085ec-b8d6-4d1c-85d3-172791dc36ea/IMAGE1.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JaNvqTDFHtHz6HBw7oDO2XTz7WEOE3ey.adaptive-delivery-prevent-bg, #JaNvqTDFHtHz6HBw7oDO2XTz7WEOE3ey.lazyload, #JaNvqTDFHtHz6HBw7oDO2XTz7WEOE3ey.lazyloading { background-image: none; }#JaNvqTDFHtHz6HBw7oDO2XTz7WEOE3ey > .row .container { background-color: transparent; background-image: none; }#JaNvqTDFHtHz6HBw7oDO2XTz7WEOE3ey::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JaNvqTDFHtHz6HBw7oDO2XTz7WEOE3ey > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JaNvqTDFHtHz6HBw7oDO2XTz7WEOE3ey > .row .container > .video-iframe-container { display: none; }#JaNvqTDFHtHz6HBw7oDO2XTz7WEOE3ey > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JaNvqTDFHtHz6HBw7oDO2XTz7WEOE3ey > .row > .video-iframe-container { display: none; }#JaNvqTDFHtHz6HBw7oDO2XTz7WEOE3ey > .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); }#JaNvqTDFHtHz6HBw7oDO2XTz7WEOE3ey > .row .container { border-width: 0; border-radius: 0; }#JaNvqTDFHtHz6HBw7oDO2XTz7WEOE3ey > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JaNvqTDFHtHz6HBw7oDO2XTz7WEOE3ey > .row .container { width:20rem;height:14.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fzy7vbyUkrdbsLMrTTUAMH6olbtSU9L1 { width:20rem;height:4.6308625rem;top:1.8427734375rem;left:0rem;font-size:3.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wQTKsVUDrtcd0oIQHHnrN9ZGX9ygo7vm { width:20rem;height:4.6308625rem;top:7.630859375rem;left:0rem;font-size:3.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d9bo2Ii2HaQTTTovx2lwLNQPyMaRTHuk { width:2.75rem;height:2.5996125rem;top:5.85595703125rem;left:8.625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BWGETCCb1Bex7IdHweVuuLJMQu7e0Z6J { display:block; }#BWGETCCb1Bex7IdHweVuuLJMQu7e0Z6J > .row .container { width:20rem;height:71.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hafW0S9dFlAtxJ8zMiATrl8iT0DVl2xC { width:20rem;height:20.043rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9CrMSAHaetSuT5u8CtxbbkT8WSSNcTG .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#N9CrMSAHaetSuT5u8CtxbbkT8WSSNcTG .accordion-heading-text { font-size:1.0625rem;height:auto;line-height:1.3;overflow:hidden; }
#N9CrMSAHaetSuT5u8CtxbbkT8WSSNcTG .accordion-desc-text { font-size:0.9375rem;height:auto; }
#N9CrMSAHaetSuT5u8CtxbbkT8WSSNcTG { display:flex;height:auto;width:17.5rem;top:8.54847240448rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #N9CrMSAHaetSuT5u8CtxbbkT8WSSNcTG #BIkK3IKdaAMvx7xqTfm5LpDlGXEyfVnS {  }
 }@media only screen and (max-width: 763px) { #N9CrMSAHaetSuT5u8CtxbbkT8WSSNcTG #ArKtdR3KFmCz0oEtF2LzhBowpkC8A3kb {  }
 }@media only screen and (max-width: 763px) { #N9CrMSAHaetSuT5u8CtxbbkT8WSSNcTG #FlF8HXRaN1qxF9Evgt9IaIxTeJtPrTmP {  }
 }@media only screen and (max-width: 763px) { #N9CrMSAHaetSuT5u8CtxbbkT8WSSNcTG #u5HMCWge40TkIEsFo1VhFWX97C6aoZhd {  }
 }@media only screen and (max-width: 763px) { #N9CrMSAHaetSuT5u8CtxbbkT8WSSNcTG #PwRKfy2h3Xyqa45830mmzIGNyh4poo0T {  }
 }@media only screen and (max-width: 763px) { #N9CrMSAHaetSuT5u8CtxbbkT8WSSNcTG #Uk3wZkfdKUrK9TbsHvd0t9D5B2EtsxTT {  }
 }@media only screen and (max-width: 763px) { #N9CrMSAHaetSuT5u8CtxbbkT8WSSNcTG #Lh9TD0rVCTw1PeWv25qUCDSMBbMCApOm {  }
 }@media only screen and (max-width: 763px) { #N9CrMSAHaetSuT5u8CtxbbkT8WSSNcTG #ZZ2qv1EKeZ1TKXZmSZ7O4yQLZclV3So9 {  }
 }@media only screen and (max-width: 763px) { #N9CrMSAHaetSuT5u8CtxbbkT8WSSNcTG #axhAfmOy19l3HwZTpmJVB4dm9x2yDX1f {  }
 }@media only screen and (max-width: 763px) { #N9CrMSAHaetSuT5u8CtxbbkT8WSSNcTG #M65BdEPBA2KlpARVuUX2fROQpOTNngzP {  }
 }@media only screen and (max-width: 763px) { #N9CrMSAHaetSuT5u8CtxbbkT8WSSNcTG #OXT5PBnHaUHD63A2OEkcTIGoBhVSPC4Q {  }
 }@media only screen and (max-width: 763px) { #N9CrMSAHaetSuT5u8CtxbbkT8WSSNcTG #gMBO8EVMF51nL4uvwNolT8HcHbmqBUgg {  }
 }@media only screen and (max-width: 763px) { #N9CrMSAHaetSuT5u8CtxbbkT8WSSNcTG #ZU0D7W5NQc0LLMxJtKOCX3KLQ0VeUaT3 {  }
 }@media only screen and (max-width: 763px) { #N9CrMSAHaetSuT5u8CtxbbkT8WSSNcTG #CEXMMD0pXJBkpiIzuNqVKIOWEP5wi726 {  }
 }@media only screen and (max-width: 763px) { #N9CrMSAHaetSuT5u8CtxbbkT8WSSNcTG #C1fEURo8KkvCWSGWxt8lAu2ZRZLUnTkK {  }
 }@media only screen and (max-width: 763px) { #N9CrMSAHaetSuT5u8CtxbbkT8WSSNcTG #zqpxiy4bATENE10DmNFuLBwM8cfp1kRS {  }
 }@media only screen and (max-width: 763px) { #N9CrMSAHaetSuT5u8CtxbbkT8WSSNcTG #NaWBBTLNTta3lLQFTQL2v0MtGWVEperI {  }
 }@media only screen and (max-width: 763px) { #N9CrMSAHaetSuT5u8CtxbbkT8WSSNcTG #u2UCSAboT3DKFIWEswVXNl7crFJa7SvM {  }
 }@media only screen and (max-width: 763px) { #N9CrMSAHaetSuT5u8CtxbbkT8WSSNcTG #JFEvJKWuhgr4bBDyBdTCBayRsWqNegvH {  }
 }@media only screen and (max-width: 763px) { #N9CrMSAHaetSuT5u8CtxbbkT8WSSNcTG #H3WRf7BBbLKznK5BS8Jq35i3MDE542hk {  }
 }@media only screen and (max-width: 763px) { #N9CrMSAHaetSuT5u8CtxbbkT8WSSNcTG #JODTXTsKw6J5sKrq6TJ8nW5c5KrnFygn {  }
 }@media only screen and (max-width: 763px) { #N9CrMSAHaetSuT5u8CtxbbkT8WSSNcTG #uDudhtHEsfmIfJADMZbdtS2oCMAFIQa1 {  }
 }@media only screen and (max-width: 763px) { #N9CrMSAHaetSuT5u8CtxbbkT8WSSNcTG #thqSMnyQqlzTTtlczzyaq5w1JFkBAc8K {  }
 }@media only screen and (max-width: 763px) { #N9CrMSAHaetSuT5u8CtxbbkT8WSSNcTG #u9x7uDf56NoNHhmvTgkK4sw29skP67gM {  }
 }@media only screen and (max-width: 763px) { #N9CrMSAHaetSuT5u8CtxbbkT8WSSNcTG #h2EI7s468CEQHQUvkPx35V9MpxN1k9Kb {  }
 }@media only screen and (max-width: 763px) { #N9CrMSAHaetSuT5u8CtxbbkT8WSSNcTG #AknRSg9O3mUdlnULyDkktVtvR3mXr2DL {  }
 }@media only screen and (max-width: 763px) { #N9CrMSAHaetSuT5u8CtxbbkT8WSSNcTG #TTQJJH2kfXNuLkJNSci76mTrBSpyW2d3 {  }
 }@media only screen and (max-width: 763px) { #N9CrMSAHaetSuT5u8CtxbbkT8WSSNcTG #XcvNMIZz3vhHXeMwRcioPJQTc5ObHXbi {  }
 }@media only screen and (max-width: 763px) { #N9CrMSAHaetSuT5u8CtxbbkT8WSSNcTG #pFXVs2dAVq6x1iFPTIHPzvv5zkpHFH6I {  }
 }@media only screen and (max-width: 763px) { #N9CrMSAHaetSuT5u8CtxbbkT8WSSNcTG #bKLFvwumo7AJuSxcwMLkNNp9TrZMTgMd {  }
 }@media only screen and (max-width: 763px) { #N9CrMSAHaetSuT5u8CtxbbkT8WSSNcTG #vTbGhrQJoh9H6Mpwbi3szLkoK13lo3yI {  }
 }@media only screen and (max-width: 763px) { #N9CrMSAHaetSuT5u8CtxbbkT8WSSNcTG #NvaU5GTWShGRMuxCSfVGeTUrTeVswwcg {  }
 }@media only screen and (max-width: 763px) { #N9CrMSAHaetSuT5u8CtxbbkT8WSSNcTG #M1B8Q9qaL7aaVlL2AfXLpSawlAJ01mP4 {  }
 }@media only screen and (max-width: 763px) { #N9CrMSAHaetSuT5u8CtxbbkT8WSSNcTG #rhZEoW2b3OLNmcy5ALxd9IVQ36dRCnMZ {  }
 }@media only screen and (max-width: 763px) { #N9CrMSAHaetSuT5u8CtxbbkT8WSSNcTG #heotmf4BXCeReWdAaZPOw2lDmGs8VeSv {  }
 }@media only screen and (max-width: 763px) { #xvZa4d9wto1rU1Tq7FpFEgUNcykLTKyb { width:20rem;height:1.4375rem;top:7.17333984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbGuaZla0RwGHXziHhZ8RifDE0A6wl3c { width:20rem;height:20rem;top:40.311603188515rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEkW7y0hf6LEAyniBaID578uzd8ohZyQ { width:20rem;height:2.5996125rem;top:1.875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ufa7fcC50xaT1IT7z0TzCvV2J1nTzSz0 { width:20rem;height:2.35595625rem;top:4.125rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m9u6zoDBqWczVbS59TS9atua1sgEQCJi { display:block; }#m9u6zoDBqWczVbS59TS9atua1sgEQCJi > .row .container { width:20rem;height:14.375rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c5ueAbhSTB7nKEap1SHoCsFPzWfI7cub { width:12.4365rem;height:10.3984375rem;top:1.25rem;left:3.75rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LwV4GThZEakyl5T9mTsorR4sroggsFUi { display:block; }#LwV4GThZEakyl5T9mTsorR4sroggsFUi > .row .container { width:20rem;height:37.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w0dbtEe5qO5fW3GIZVS2Xa41NSJMiikp { width:18rem;height:13.75rem;top:2.75rem;left:1rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #laBsL86VKIFgeb0SQ5Eu6VulhqzbfD1E { width:9.125rem;height:2.0625rem;top:18.03125rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7tdoARtroFkJ09Ck5TcNdC5UgTfqLq7 { width:20rem;height:12.007648183556rem;top:21.34375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bq87yV05Uh9WJlKkWC0achE0WrSGzqGZ { display:block; }#bq87yV05Uh9WJlKkWC0achE0WrSGzqGZ > .row .container { width:20rem;height:11.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DanPnNDtBWEmQbH3xH0glXkkMTRpTWU6 { width:7.8125rem;height:1.7489375rem;top:1.4204540252686rem;left:6.0937498807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsZX2lK5SlNZDqIVF8ySbSHVWITIOCGM { width:11.4968125rem;height:2.1875rem;top:3.466796875rem;left:4.2498224973679rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZyBb1FvwqTvnvcTbkWb9vgqPG4LuQUN { display:block; }
 }@media only screen and (max-width: 763px) { #czSWMa3w83h2qbHP4yoT6WOut5X6WX4P { width:11.4965625rem;height:2.1875rem;top:5.654296875rem;left:4.2509765625rem;display:block; }
 }@media only screen and (max-width: 763px) { #givZFgiuJIaaKMSnaXGcFXn94DBziJXG { display:block; }
 }@media only screen and (max-width: 763px) { #T48HDuSxrRuadIPh4Dyz0asitGkBGq9V { width:11.4375rem;height:2.1875rem;top:7.841796875rem;left:4.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQyD5QRLCPFoGTediQ7uN7Z7sgGLZrdw { display:block; }
 }@media only screen and (max-width: 763px) { #r0OgzEcmktLgFTfK1dTAOwsQXLeJOUXG { position:relative;z-index:auto;display:block; }#r0OgzEcmktLgFTfK1dTAOwsQXLeJOUXG > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m7pOrT2oyFboAtw1qFTkgQsEV4f2Tf0p { width:18.999rem;height:2.8745125rem;top:3.7451171875rem;left:0.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyQulW9PFR5WTzqzCKZeHKspwOdDMZ6o { display:block; }
 }@media only screen and (max-width: 763px) { #MFtkfNPnz2FC4N42KCyXenTDRv3hysfD { width:20rem;height:2.4375rem;top:0.71733093261719rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }