.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;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:255,217,217;--color-primary-1:255,128,128;--color-primary-2:255,0,0;--color-primary-3:128,0,0;--color-primary-4:38,0,0;--color-secondary-0:220,221,222;--color-secondary-1:139,142,144;--color-secondary-2:23,28,33;--color-secondary-3:12,14,17;--color-secondary-4:3,4,5;--color-tertiary-0:255,255,255;--color-tertiary-1:194,184,238;--color-tertiary-2:53,17,197;--color-tertiary-3:27,9,99;--color-tertiary-4:5,2,20;--headlines-font-family:"Inter";--paragraphs-font-family:"Inter"; }@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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/6411a2f4-46df-4bb5-9462-ee46c64abda3/Banner.jpg");background-position:bottom 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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { 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:52.4375rem;width:75rem;overflow:visible;position:relative;display:block; }#o7nzpNLdcoJNtEgAJAPk0OW7s5m3agtV { color:rgba(var(--color-secondary-0),1);display:block;width:31.9998125rem;position:absolute;font-family:inter;font-size:4.3125rem;font-weight:700;z-index:15000;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2);top:13.56228351593rem;left:4.8741340637207rem;height:12.9375rem;font-style:normal;display:block; }
#rNV2H5T7hHSyk2uUThgvDya0y8ORGT3N { color:#ffffff;display:block;width:33.3121875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15001;line-height:1.8;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2);top:28.499893188476rem;left:4.8746757507324rem;height:4.725rem;font-style:normal;display:block; }
#bK4uN9pfV5IXVDIHPtPMOw7vO6dbhiHE { 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:3.5625rem;width:25.5rem;top:6.37451171875rem;left:4.8740234375rem;overflow:hidden;display:block; }
#dbcMl3e7xT3T0OCzIbkaeXRTTFXDEsuA { color:rgba(var(--color-secondary-4),1);display:block;width:21.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15017;line-height:1.6;letter-spacing:0;top:7.9375rem;left:43.75rem;height:2.19970625rem;display:block; }
#UTz9VGEWIBCwBXpHRuJ3tZTGttOHfb5R { color:rgba(var(--color-tertiary-4),1);display:block;width:24.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15018;line-height:1.5;letter-spacing:0;top:10.25rem;left:43.75rem;height:1.3125rem;font-style:normal;display:block; }
#uLFDK7vDfOqv6sc408XKwD6TWT56RiRo .widget-form-header { font-size:0.875rem; }
#uLFDK7vDfOqv6sc408XKwD6TWT56RiRo .widget-regular-label { height:auto;display:block;font-family:inter;font-size:0.875rem;font-weight:400;color:rgba(var(--color-secondary-4),1);width:25.4375rem;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;line-height:1.4;overflow:hidden;text-align:left;text-align-last:left;vertical-align:top;font-style:normal; }
#uLFDK7vDfOqv6sc408XKwD6TWT56RiRo .widget-input-text { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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.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:25.4375rem;box-sizing:border-box;height:2.625rem;color:#161616;font-size:0.9375rem;overflow:hidden;font-family:arial;vertical-align:top; }
#uLFDK7vDfOqv6sc408XKwD6TWT56RiRo .widget-input-text {padding-top: 0; padding-bottom: 0;}#uLFDK7vDfOqv6sc408XKwD6TWT56RiRo .widget-textarea { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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.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:25.4375rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.9375rem;overflow:hidden;font-family:arial;vertical-align:top; }
#uLFDK7vDfOqv6sc408XKwD6TWT56RiRo .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#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:25.4375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:arial;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#uLFDK7vDfOqv6sc408XKwD6TWT56RiRo .widget-input-select {padding-top: 0; padding-bottom: 0;}#uLFDK7vDfOqv6sc408XKwD6TWT56RiRo .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; }
#uLFDK7vDfOqv6sc408XKwD6TWT56RiRo .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#uLFDK7vDfOqv6sc408XKwD6TWT56RiRo .widget-input-button { border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;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:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);width:25.4375rem;height:3.5625rem;font-family:var(--paragraphs-font-family);overflow:hidden;text-align:center;text-align-last:center;line-height:.6;font-style:normal; }
#uLFDK7vDfOqv6sc408XKwD6TWT56RiRo [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:inter;font-size:0.875rem;font-weight:300;font-style:normal; }
#uLFDK7vDfOqv6sc408XKwD6TWT56RiRo [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:inter;font-size:0.875rem;font-weight:300;font-style:normal; }
#uLFDK7vDfOqv6sc408XKwD6TWT56RiRo [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:inter;font-size:0.875rem;font-weight:300;font-style:normal; }
#uLFDK7vDfOqv6sc408XKwD6TWT56RiRo [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:inter;font-size:0.875rem;font-weight:300;font-style:normal; }
#uLFDK7vDfOqv6sc408XKwD6TWT56RiRo .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:arial;line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:24.25rem;overflow:hidden;font-style:normal;float:none; }
#uLFDK7vDfOqv6sc408XKwD6TWT56RiRo .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; }
#uLFDK7vDfOqv6sc408XKwD6TWT56RiRo .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:arial;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#uLFDK7vDfOqv6sc408XKwD6TWT56RiRo .widget-container { padding-top:0.4375rem;padding-right:0;padding-bottom:0.4375rem;padding-left:0;width:100%;font-size:0;height:auto; }
#uLFDK7vDfOqv6sc408XKwD6TWT56RiRo .widget-container:first-of-type{padding-top:0;}#uLFDK7vDfOqv6sc408XKwD6TWT56RiRo .widget-container:last-of-type{padding-bottom:0;}#uLFDK7vDfOqv6sc408XKwD6TWT56RiRo  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15016;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;position:absolute;top:12.226041793823rem;left:43.249998092651rem;font-size:0.875rem; }
#uLFDK7vDfOqv6sc408XKwD6TWT56RiRo .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:25.4375rem;display:block;vertical-align:top; }
#uLFDK7vDfOqv6sc408XKwD6TWT56RiRo .widget-info-text { display:block;height:auto;font-family:arial;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; }
#uLFDK7vDfOqv6sc408XKwD6TWT56RiRo {display:block;}#uLFDK7vDfOqv6sc408XKwD6TWT56RiRo { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15016;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;position:absolute;top:12.226041793823rem;left:43.249998092651rem;font-size:0.875rem; }
#uLFDK7vDfOqv6sc408XKwD6TWT56RiRo #OxIIdhs1UIUTBcgaB9eOoFQV4AL0nG3o { position:relative; }
#uLFDK7vDfOqv6sc408XKwD6TWT56RiRo #TwVzIiS2NnoLEGhQ05Z3sHHd1arCFnde { position:relative;display:block; }
#uLFDK7vDfOqv6sc408XKwD6TWT56RiRo #w6uTiz8wH4c3292k7ksHNTgfbASry0UU { position:relative; }
#uLFDK7vDfOqv6sc408XKwD6TWT56RiRo #GmVd7C39rTuFWgPbmzDouxzpZVQQ7tBH { position:relative; }
#uLFDK7vDfOqv6sc408XKwD6TWT56RiRo #b2ZU6EJ8pkKm0WgPTFN2bSpeWtcsGpEE { position:relative;display:block; }
#uLFDK7vDfOqv6sc408XKwD6TWT56RiRo #BypFe69xaLVZqfE2nShxmXmssA2I9F32 { position:relative; }
#uLFDK7vDfOqv6sc408XKwD6TWT56RiRo #s9f8ht5kig6VCRVuaFCBSlMcNvPwzx4Z { position:relative; }
#uLFDK7vDfOqv6sc408XKwD6TWT56RiRo #mLZIIdXQaIGZZbVX4LKkeKp8R4a1hRvg { position:relative;display:block; }
#uLFDK7vDfOqv6sc408XKwD6TWT56RiRo #su6zg8MNsFzIV7n9Q08HflZgnsTJz1gE { position:relative; }
#uLFDK7vDfOqv6sc408XKwD6TWT56RiRo #PrhF6KMHfTHPxAapmiRMzxuQQEmzvKPN { position:relative; }
#uLFDK7vDfOqv6sc408XKwD6TWT56RiRo #QN7UbmlHcQybdr7EctUrTdQ8HXlw9GUe { position:relative;display:block; }
#uLFDK7vDfOqv6sc408XKwD6TWT56RiRo #ohWaTaEMuubk7HiBkrzlRFT55sLCZ7zA { position:relative; }
#NS5MuRH7wFs4pxgWiEn9WqVh8U5T78el { position:relative;display:block; }
#avgPkoWLF1hCTKTVZFyshyDecLctxya3 { position:relative;display:block; }
#ygVh4F3GBM86oT3JDHM4LdvIDPax1Tm9 { position:relative;display:block; }
#pxha0qGQDvMsfFKEhKFXGXKGmgH42TSB { position:relative;display:block; }
#amn5rzorCMWfV6ZLeSXW8FkHrmZJzBcL { position:relative;display:block; }
#rCpBB48v8GMzD2xLRfDTsp0kM2PH5Zlg { position:relative;display:block; }
#uLFDK7vDfOqv6sc408XKwD6TWT56RiRo #o1qpvUkvSvpUEHotvf0TuSZg7F5ULXSH { position:relative; }
#uLFDK7vDfOqv6sc408XKwD6TWT56RiRo #iNeVphX3IGhp7WHiIkSoREHmfrozAJHa { position:relative; }
#EGbiNrnpGd16WTE4vf5RZf7WO3LE6Boc { box-sizing:content-box;height:35.25rem;width:30.3125rem;position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;top:6.375rem;left:42.0625rem;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;display:block; }
#JwoN9aeqUh50OXlDeqXBZxyoG50Nnfl0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.311525rem;width:2.311525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:38.6875rem;left:18.875rem; }
#JwoN9aeqUh50OXlDeqXBZxyoG50Nnfl0 > img { max-width: 100%;max-height:100%; width:2.311525rem; height:2.311525rem; }#wqWTT91XVZbuJeybTy6mQEX4DEw0mr9M { box-sizing:content-box;height:3.625rem;width:17.625rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;box-shadow: none;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);top:37.8125rem;left:4.875rem;border-top-right-radius:3.5rem;border-bottom-right-radius:3.5rem;border-bottom-left-radius:3.5rem;border-top-left-radius:3.5rem;display:block; }
#LhUl7dkmBk79C4EJgUKCDiZNt5knxCso { color:rgba(var(--color-secondary-0),1);display:block;width:12.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15002;line-height:1.8;letter-spacing:0;top:38.5rem;left:6.125rem;height:2.36230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nxxSb4gM8s1cezOARwGQWPZfiwOTV0vf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#nxxSb4gM8s1cezOARwGQWPZfiwOTV0vf > .row .container { background-color: transparent; background-image: none; }#nxxSb4gM8s1cezOARwGQWPZfiwOTV0vf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nxxSb4gM8s1cezOARwGQWPZfiwOTV0vf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nxxSb4gM8s1cezOARwGQWPZfiwOTV0vf > .row .container > .video-iframe-container { display: none; }#nxxSb4gM8s1cezOARwGQWPZfiwOTV0vf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nxxSb4gM8s1cezOARwGQWPZfiwOTV0vf > .row > .video-iframe-container { display: none; }#nxxSb4gM8s1cezOARwGQWPZfiwOTV0vf > .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); }#nxxSb4gM8s1cezOARwGQWPZfiwOTV0vf > .row .container { border-width: 0; border-radius: 0; }#nxxSb4gM8s1cezOARwGQWPZfiwOTV0vf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nxxSb4gM8s1cezOARwGQWPZfiwOTV0vf > .row .container { font-size:0.875rem;font-family:arial;height:7.3125rem;width:75rem;position:relative;display:block; }#U5TAFgrqotI5oXsMJDEid9RsfpHuxawn { color:rgba(var(--color-secondary-1),1);display:block;width:12.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15001;line-height:1.1;letter-spacing:0;top:2.6875rem;left:3.8125rem;height:1.23730625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#qVoScdWVkQamyUtQPrWZxRIRs2MpTztV { color:rgba(var(--color-secondary-1),0.37);display:block;width:13.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:300;z-index:15002;line-height:1.2;letter-spacing:0;top:4rem;left:3.8125rem;height:1.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#qcPUQeplScsqCuAwEZb6RDIcabpNRNTU { 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.4375rem;width:3.4375rem;top:1.9375rem;left:0rem;overflow:hidden;display:block; }
#HnhXxemMRLydITpp19iV1enUwLUz3HVq { color:rgba(var(--color-secondary-1),1);display:block;width:8.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.1;letter-spacing:0;top:2.6875rem;left:20.25rem;height:1.23730625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#cOPXfRlwIPoBMiPDXAdnTwwTlbFAbFwT { color:rgba(var(--color-secondary-1),0.37);display:block;width:12.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:300;z-index:15008;line-height:1.2;letter-spacing:0;top:4rem;left:20.25rem;height:1.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#SPSPIMa5bodCg3vgNhCghOW7EvIscfvS { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.4375rem;top:2rem;left:16.625rem;overflow:hidden;display:block; }
#H7Me5MytdN8VN0mmuANI8Jl6MrEbkmV5 { color:rgba(var(--color-secondary-1),1);display:block;width:8.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:2.6875rem;left:35.625rem;height:1.23730625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#xrmrBwuURN36deOmQWAtealFZPQ1TZ5D { color:rgba(var(--color-secondary-1),0.37);display:block;width:11.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:300;z-index:15011;line-height:1.2;letter-spacing:0;top:4rem;left:35.625rem;height:1.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#FTXWlkbwuZEc4GE9u5lwJNouxgpmDSlT { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.4375rem;top:2rem;left:31.625rem;overflow:hidden;display:block; }
#Ga3dRDObo4QK7vWNsbZwwubrXBysyaJu { color:rgba(var(--color-secondary-1),1);display:block;width:8.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.1;letter-spacing:0;top:2.6875rem;left:51.5625rem;height:1.23730625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#xU9Ta2AuqtMNuDA1PXcgNDvX8tDHgTsz { color:rgba(var(--color-secondary-1),0.37);display:block;width:11rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:300;z-index:15014;line-height:1.2;letter-spacing:0;top:4rem;left:51.5625rem;height:1.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#AWRwtAP3txS5MOSvZKQZr1EoScUGBC4C { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.4375rem;top:2rem;left:47.25rem;overflow:hidden;display:block; }
#M7uzZPmJXKbsTsp7dTd6MnuTeUQcmrT3 { color:rgba(var(--color-secondary-1),0.37);display:block;width:7.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:300;z-index:15017;line-height:1.2;letter-spacing:0;top:4rem;left:67.0625rem;height:1.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#eRTIgfXBy49yi0PTR2U7cVWTGBcmkn2X { color:rgba(var(--color-secondary-1),1);display:block;width:7.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15016;line-height:1.1;letter-spacing:0;top:2.6875rem;left:67.0625rem;height:1.23730625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#qNAedwSQdIneuQHZ0pkSTeVKvAJEC8OR { position:absolute;display:block;z-index:15019;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:3.4375rem;top:2rem;left:62.75rem;overflow:hidden;display:block; }
#GVovVUvWWTCRDQFeIqRgV1rSVf777SCy { position:relative;display:none; }#GVovVUvWWTCRDQFeIqRgV1rSVf777SCy { border-width: 0; border-radius: 0; }#GVovVUvWWTCRDQFeIqRgV1rSVf777SCy > .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; }#GVovVUvWWTCRDQFeIqRgV1rSVf777SCy > .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; }#WKECBAc2JM3eISFi6sztI6QNDsTRAw8r { color:rgba(var(--color-secondary-1),1);display:block;width:37.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:11.8125rem;left:12.8125rem;height:1.54296875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#lntM9XDZHlfiOHNRWg5ak4IXkWib2GHT { color:#6d20f7;display:block;width:31.374rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:3.1875rem;left:15.9375rem;height:1.13671875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Uf6ngm8OhHQgnXhAvNukKT23TkxqbCLI { color:rgba(var(--color-secondary-2),1);display:block;width:35.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15019;line-height:1;letter-spacing:0;top:5.1875rem;left:14.0625rem;height:5rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#RL3DOV366tEmUMWTktnwPaw7UW5TUBnu { box-sizing:content-box;height:10rem;width:20.4375rem;position:absolute;display:block;z-index:15043;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.5rem;left:1.5625rem;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;display:none; }
#uvb5P0h347nSMg2VKyXZ7pszSbJ5PKym { position:absolute;display:block;z-index:15019;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.375rem;width:3.4375rem;top:2rem;left:62.75rem;overflow:hidden;display:none; }
#DZE2zhWHdUn5xAmZriP9uOtI1izXdMxF { color:rgba(var(--color-secondary-3),1);display:block;width:11.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15048;line-height:.9;letter-spacing:0;top:23.625rem;left:3.3125rem;height:1.125rem;font-style:normal;display:none; }
#RuPXIuK1KnFlTi8PdLloPi0s2DK72e27 { color:rgba(var(--color-secondary-1),1);display:block;width:9.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15048;line-height:1.3;letter-spacing:0;top:25.25rem;left:3.3125rem;height:3.41161875rem;font-style:normal;display:none; }
#QOurecyol9QMnhvG7dpS2TiQ7miOPT84 { position:absolute;display:block;z-index:15064;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:12.3125rem;width:17.5rem;top:19.5rem;left:7.25rem;overflow:hidden;display:none; }
#FpiWfOgT1K60XK2aduZDAVdwzm1ieNkA { box-sizing:content-box;height:15rem;width:71.6875rem;position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.0625rem solid #6d20f7;border-left:0.0625rem solid #6d20f7;border-right:0.0625rem solid #6d20f7;border-bottom:0.0625rem solid #6d20f7;top:25.0625rem;left:1.5625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;display:none; }
#zk5LIhF3FOirsqlTUa4zPkTvzeDLDJRS { box-sizing:content-box;height:10rem;width:20.4375rem;position:absolute;display:block;z-index:15043;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.5rem;left:1.5625rem;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;display:none; }
#ypMu6nyumNwk9kQlxny2HbzW9I1VF0sb { color:rgba(var(--color-secondary-1),1);display:block;width:9.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15053;line-height:1.3;letter-spacing:0;top:25.25rem;left:29.5625rem;height:3.41161875rem;font-style:normal;display:none; }
#JsJIidpUqMkV1Npw6uwSmAnZdAXFXAQx { color:rgba(var(--color-secondary-3),1);display:block;width:11.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15053;line-height:.9;letter-spacing:0;top:23.625rem;left:29.5625rem;height:1.125rem;font-style:normal;display:none; }
#VXKXfFwmrc2aWwnowmXf44us032EEoLb { position:absolute;display:block;z-index:15068;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.3125rem;width:4.3125rem;top:18.4375rem;left:29.1875rem;overflow:hidden;display:none; }
#BAeXcloDrTtUurx6WoKGrEreBq8xv2UT { position:absolute;display:block;z-index:15069;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:11.5625rem;width:7.125rem;top:20.5rem;left:41.1875rem;overflow:hidden;display:none; }
#MTdTrFlPyvzy1UXExpLZfdtzz7GceOOy { box-sizing:content-box;height:10rem;width:20.4375rem;position:absolute;display:block;z-index:15043;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.5rem;left:1.5625rem;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;display:none; }
#EzH08ATysouhWLwRuTUtoq8rKa7M20k7 { color:rgba(var(--color-secondary-1),1);display:block;width:9.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15053;line-height:1.3;letter-spacing:0;top:25.25rem;left:29.5625rem;height:3.41161875rem;font-style:normal;display:none; }
#ZCc1Q3TFwaCm7N5nOugO0bdRM45fqKiV { color:rgba(var(--color-secondary-3),1);display:block;width:11.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15053;line-height:.9;letter-spacing:0;top:23.625rem;left:29.5625rem;height:1.125rem;font-style:normal;display:none; }
#Dr3dh4oVIWukHrdl9nrD1lzPwJNuhgu2 { position:absolute;display:block;z-index:15068;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.3125rem;width:4.3125rem;top:18.4375rem;left:29.1875rem;overflow:hidden;display:none; }
#GLFSSy4JDDCch1aWLnJBXa2sZSI1dOnT { position:absolute;display:block;z-index:15069;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.75rem;width:7.125rem;top:20.5rem;left:41.1875rem;overflow:hidden;display:none; }
#ZbIBuayNtiNtFTEZ5WIDQxIFfAbsx1U8 { position:absolute;display:block;z-index:15078;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.25rem;width:4.25rem;top:33.33642578125rem;left:3.3125rem;overflow:hidden;display:none; }
#STwZFdGZdGSdwXApwL3eVDpvbG6w4EQV { color:#1c1c1b;display:block;width:11.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15063;line-height:.9;letter-spacing:0;top:33.75rem;left:8.8125rem;height:1.125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#erUH2VB3VCZbOhg3teTGToHqLZMZwC56 { color:#1c1c1b;display:block;width:11.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15063;line-height:.9;letter-spacing:0;top:33.75rem;left:8.8125rem;height:1.125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#NnM1U93HUH1GTLLqTJ2keISUTS6AL36e { position:absolute;display:block;z-index:15078;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.25rem;width:4.25rem;top:33.33642578125rem;left:3.3125rem;overflow:hidden;display:none; }
#rxdSacw4eD5CyzNrwm6UPTPNKmr4ov4g { color:#1c1c1b;display:block;width:11.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15063;line-height:.9;letter-spacing:0;top:33.75rem;left:8.8125rem;height:1.125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#wZfvaGSIVtrMgL1ltK8hc8hxByLpXJ7O { color:#1c1c1b;display:block;width:11.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15063;line-height:.9;letter-spacing:0;top:33.75rem;left:8.8125rem;height:1.125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#qp1GkoAsTD1DLOGImS3zvuWx3XCohpMH { color:#1c1c1b;display:block;width:11.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15063;line-height:.9;letter-spacing:0;top:33.75rem;left:8.8125rem;height:1.125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#o50ukdPl8cNrO2dXHSCnncsWleLx8o9o { position:absolute;display:block;z-index:15078;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.25rem;width:4.25rem;top:33.33642578125rem;left:3.3125rem;overflow:hidden;display:none; }
#cc0kaeDHO8rgQQ8De4Eln2EABwTX0q6p { color:#1c1c1b;display:block;width:11.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15063;line-height:.9;letter-spacing:0;top:33.75rem;left:8.8125rem;height:1.125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#KSoVoZNWUxz2NpQ4h1aV10iw9bSTkiRK { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.3125rem;height:4.1875rem;text-decoration:none;z-index:15044;text-align:center;text-align-last:center;top:45.125rem;left:25rem;display:none; }
#B5qAmn0J4be4PfptNxxKeCTeU4oP32Tk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RKk5IussffWAkdP4KDfg2FNznwe16NDT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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:none; }#RKk5IussffWAkdP4KDfg2FNznwe16NDT > .row .container { border-width: 0; border-radius: 0; }#RKk5IussffWAkdP4KDfg2FNznwe16NDT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RKk5IussffWAkdP4KDfg2FNznwe16NDT > .row .container { font-size:0.875rem;font-family:arial;height:50.3125rem;width:75rem;position:relative;display:none; }#fRWq4sxBRF36gvu5WrKZ2nAIfG5ZWwdX { box-sizing:content-box;height:26.875rem;width:17.0625rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.5625rem;left:0.75rem;border-top-right-radius:1.75rem;border-bottom-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-top-left-radius:1.75rem;display:block; }
#wVZydhlfQb5wwb8huqDnPdfK1HanRDpI { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;height:6rem;width:7.625rem;top:19.5rem;left:1.25rem;overflow:hidden;display:block; }
#sNyatTaTd8kKw8zazh2TbVkDpQdN5PH9 { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:3.625rem;top:29.625rem;left:1.75rem;overflow:hidden;display:block; }
#Tk56CKzh7bKRdp5Fegs770lGb981H2gs { color:rgba(var(--color-secondary-4),1);display:block;width:18.6866875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15025;line-height:.9;letter-spacing:0;top:34.0625rem;left:1.75rem;height:1.01220625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iIPiC2z2CgbsmG3Mm1LrBLocuNTmR3mP { color:rgba(var(--color-secondary-3),1);display:block;width:14.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:300;z-index:15026;line-height:1.2;letter-spacing:0;top:35.4375rem;left:1.75rem;height:2.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hwRXIJVcLwy2MvtH6aRDPTLRSUlB7Hux { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;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.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.8125rem;height:2.3746125rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:40.125rem;left:20.4375rem;display:block; }
#JcTB4wFrZz49T01waWfyxRSbOX2Mdq8c { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rbCSone8Eb0QA1WUQv4azTzu8KFdWSdk { color:rgba(var(--color-secondary-2),1);display:block;width:37.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15018;line-height:1;letter-spacing:0;top:7.3125rem;left:18.75rem;height:2.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QVB9wFJzGc19siTdhCJqXrVWg8L5iK1G { box-sizing:content-box;height:1.43710625rem;width:7.624625rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-1),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);top:30.75rem;left:9.125rem;border-top-right-radius:1.75rem;border-bottom-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-top-left-radius:1.75rem;display:block; }
#tq2DJtFsZcDvpnqnat0aIdKu2H4mtK0x { color:rgba(var(--color-tertiary-2),1);display:block;width:7.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:300;z-index:15037;line-height:.9;letter-spacing:0;top:31.125rem;left:9.4375rem;height:0.73095625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ErhhbWCurvR4lwCkX6ulodvklySDOItd { box-sizing:content-box;height:26.875rem;width:17.0625rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.5625rem;left:0.75rem;border-top-right-radius:1.75rem;border-bottom-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-top-left-radius:1.75rem;display:none; }
#EeTrXg2DnN3FsKzhB5Jcdvs4dTZd2iZ5 { color:rgba(var(--color-secondary-3),1);display:block;width:14.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:300;z-index:15026;line-height:1.2;letter-spacing:0;top:35.4375rem;left:1.75rem;height:2.25rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#MNQ54Mo2pzbZJqbi05BDWi6spZ6OzmNG { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;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.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.8125rem;height:2.3746125rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:40.125rem;left:20.4375rem;display:none; }
#p64PWgrvDXM0WcwoTTERxo9u1CdrBcfc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UB297FJI6FMlBG11oS0TmKTKy2afUXQ7 { color:rgba(var(--color-secondary-4),1);display:block;width:18.6866875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15025;line-height:.9;letter-spacing:0;top:34.0625rem;left:1.75rem;height:1.01220625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#PFUUrTHslqymyaplwEhiHnw2p9SIQnFe { box-sizing:content-box;height:1.43710625rem;width:7.624625rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-1),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);top:30.75rem;left:9.125rem;border-top-right-radius:1.75rem;border-bottom-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-top-left-radius:1.75rem;display:none; }
#WogPKpN0L8EdE6bQt1obTdKf78edy8dd { color:rgba(var(--color-tertiary-2),1);display:block;width:7.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:300;z-index:15037;line-height:.9;letter-spacing:0;top:31.125rem;left:9.4375rem;height:0.73095625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#aKQn6uwoKoAgvXgLtB5EqxHCL18ZkItC { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:3.625rem;top:29.625rem;left:1.75rem;overflow:hidden;display:none; }
#e4Th9D1CXzGkLDp8X1Wwh5BhZhW8zofg { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;height:5.8125rem;width:7.625rem;top:19.5rem;left:1.25rem;overflow:hidden;display:none; }
#TysaZzboOO7ZV3REgZ9pk2p0zWHNhVRS { box-sizing:content-box;height:26.875rem;width:17.0625rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.5625rem;left:0.75rem;border-top-right-radius:1.75rem;border-bottom-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-top-left-radius:1.75rem;display:none; }
#gIgquoZXJQHvfXx1MycoT0gbMTXwSGgv { color:rgba(var(--color-secondary-4),1);display:block;width:18.6866875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15025;line-height:.9;letter-spacing:0;top:34.0625rem;left:1.75rem;height:1.01220625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#nH0kQ7WCnH6G1QngVZQITCPJdaJeCed0 { box-sizing:content-box;height:1.43710625rem;width:7.624625rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-1),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);top:30.75rem;left:9.125rem;border-top-right-radius:1.75rem;border-bottom-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-top-left-radius:1.75rem;display:none; }
#FQv5UB9px4npsUTanuJafK18B14WkFXB { color:rgba(var(--color-secondary-3),1);display:block;width:14.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:300;z-index:15026;line-height:1.2;letter-spacing:0;top:35.4375rem;left:1.75rem;height:2.25rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#d3Khd67A95wFJTd8D5plxPO09VmKF6n7 { color:rgba(var(--color-tertiary-2),1);display:block;width:7.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:300;z-index:15037;line-height:.9;letter-spacing:0;top:31.125rem;left:9.4375rem;height:0.73095625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#PUnTlb2k1MhNEBzMAVOUiqpciMgsVHJF { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;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.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.8125rem;height:2.3746125rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:40.125rem;left:20.4375rem;display:none; }
#velBmtaqE0AM5nDQvwwFBlxcSDXaGKqX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CWEB7f8CtQa3vQz95XM23LdpFko3mOqS { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:3.625rem;top:29.625rem;left:1.75rem;overflow:hidden;display:none; }
#OnI1nEKbnX3wTCbLdNBsBpXmhQ3gFmtf { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;height:4.3125rem;width:6.6875rem;top:19.5rem;left:1.25rem;overflow:hidden;display:none; }
#xsEfiFcxRubdeu7s5Dz6COs7SBb9b5uv { box-sizing:content-box;height:26.875rem;width:17.0625rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.5625rem;left:0.75rem;border-top-right-radius:1.75rem;border-bottom-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-top-left-radius:1.75rem;display:none; }
#yoz9eDfREUCJowDulW8rXbFlaeOdMWm4 { box-sizing:content-box;height:1.43710625rem;width:7.624625rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-1),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);top:30.75rem;left:9.125rem;border-top-right-radius:1.75rem;border-bottom-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-top-left-radius:1.75rem;display:none; }
#qQQ6DgOUSWoNSDhiL0eT5nwIp2FZo4e1 { color:rgba(var(--color-secondary-4),1);display:block;width:18.6866875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15025;line-height:.9;letter-spacing:0;top:34.0625rem;left:1.75rem;height:1.01220625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#sRZwuzpLnxmVefPfJwMv1nHBUKc4nfcv { color:rgba(var(--color-tertiary-2),1);display:block;width:7.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:300;z-index:15037;line-height:.9;letter-spacing:0;top:31.125rem;left:9.4375rem;height:0.73095625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#qyzBeRX12rFXA3HFkz5OevCvIPhhnSFL { color:rgba(var(--color-secondary-3),1);display:block;width:14.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:300;z-index:15026;line-height:1.2;letter-spacing:0;top:35.4375rem;left:1.75rem;height:2.25rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#ZuUvTECH8UueBtvqdqQf4RgbUwwQxsLC { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;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.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.8125rem;height:2.3746125rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:40.125rem;left:20.4375rem;display:none; }
#CKnCMRcUVu3b1gxlkzSUguf2Hrtg5pPb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yvcpQ86lgCwTHGkaxgf0hCxrSllsSr83 { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:3.625rem;top:29.625rem;left:1.75rem;overflow:hidden;display:none; }
#NM6L4hmTJdle0IA79REnaecQAyDkz5u9 { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;height:4.25rem;width:3.8125rem;top:19.5rem;left:1.25rem;overflow:hidden;display:none; }
#OouUE8koTNvMEp4Vl48SiRLxlmalmZDc { color:#6d20f7;display:block;width:31.374rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:3.1875rem;left:15.9375rem;height:1.13671875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#E9g8cAwduvbBiVmpqB8cyTiJAGCpgTLE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/ef57f73b-c10b-4f38-980b-19c565b1f8be/metal_bascula_banner_2.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; }#E9g8cAwduvbBiVmpqB8cyTiJAGCpgTLE.adaptive-delivery-prevent-bg, #E9g8cAwduvbBiVmpqB8cyTiJAGCpgTLE.lazyload, #E9g8cAwduvbBiVmpqB8cyTiJAGCpgTLE.lazyloading { background-image: none; }#E9g8cAwduvbBiVmpqB8cyTiJAGCpgTLE > .row .container { background-color: transparent; background-image: none; }#E9g8cAwduvbBiVmpqB8cyTiJAGCpgTLE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E9g8cAwduvbBiVmpqB8cyTiJAGCpgTLE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E9g8cAwduvbBiVmpqB8cyTiJAGCpgTLE > .row .container > .video-iframe-container { display: none; }#E9g8cAwduvbBiVmpqB8cyTiJAGCpgTLE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E9g8cAwduvbBiVmpqB8cyTiJAGCpgTLE > .row > .video-iframe-container { display: none; }#E9g8cAwduvbBiVmpqB8cyTiJAGCpgTLE > .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); }#E9g8cAwduvbBiVmpqB8cyTiJAGCpgTLE > .row .container { border-width: 0; border-radius: 0; }#E9g8cAwduvbBiVmpqB8cyTiJAGCpgTLE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#E9g8cAwduvbBiVmpqB8cyTiJAGCpgTLE > .row .container { font-size:0.875rem;font-family:arial;height:53.3125rem;width:75rem;position:relative;display:block; }#tX5lruZXTuTfJTs8LrrS7MySTZD8UDAf { color:#6d20f7;display:block;width:31.374rem;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:4.625rem;left:21.8125rem;height:1.13720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xAB95XKV8yyDV3VL3nKwClPsXDKuN8st { position:absolute;display:block;z-index:15063;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.25rem;width:4.3125rem;top:18.46875rem;left:3.3125rem;overflow:hidden;display:block; }
#sfEl4zDSkVMCqlI0kA8FiGuVHks4aGpT { box-sizing:content-box;height:10rem;width:20.4375rem;position:absolute;display:block;z-index:15043;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.5rem;left:1.5625rem;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;display:block; }
#HJEFmG9y49uXv2m9Wp1TsRBuHHF8PaSI { color:rgba(var(--color-secondary-3),1);display:block;width:11.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15048;line-height:.9;letter-spacing:0;top:23.625rem;left:3.3125rem;height:1.125rem;font-style:normal;display:block; }
#CWihCaGl6iR53uONl2HUIWgE6DFo5yBT { color:rgba(var(--color-secondary-1),1);display:block;width:9.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15048;line-height:1.3;letter-spacing:0;top:25.25rem;left:3.3125rem;height:3.41161875rem;font-style:normal;display:block; }
#g06EmnxJSthFsstgQqOGer2U2rfVv59I { position:absolute;display:block;z-index:15064;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:12.3125rem;width:17.5rem;top:19.5rem;left:7.25rem;overflow:hidden;display:block; }
#UUyE1dIre2L0wlAsTFLmHTnP4U5LPHK5 { position:absolute;display:block;z-index:15068;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.3125rem;width:4.3125rem;top:18.4375rem;left:29.1875rem;overflow:hidden;display:block; }
#R8BZQlGDid4ebTOT58RaUPyRvd5bRhoK { box-sizing:content-box;height:10rem;width:20.4375rem;position:absolute;display:block;z-index:15048;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.5rem;left:27.8125rem;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;display:block; }
#epmT2QQ7ldfxsk3o4gxcfkAyA73V7ezt { color:rgba(var(--color-secondary-3),1);display:block;width:11.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15053;line-height:.9;letter-spacing:0;top:23.625rem;left:29.5625rem;height:1.125rem;font-style:normal;display:block; }
#WfXwTLRynnH9kpRpCvly4waZMbOG78X8 { position:absolute;display:block;z-index:15069;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:11.5625rem;width:7.125rem;top:20.5rem;left:41.1875rem;overflow:hidden;display:block; }
#ma15Jg4sPEcoiZ0Q5z94GTIsKxqZM4a2 { color:rgba(var(--color-secondary-1),1);display:block;width:9.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15053;line-height:1.3;letter-spacing:0;top:25.25rem;left:29.5625rem;height:3.41161875rem;font-style:normal;display:block; }
#XM8BXg7mSFtyxiB9EkfQBO7RKvWMfQU2 { box-sizing:content-box;height:10rem;width:20.4375rem;position:absolute;display:block;z-index:15053;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.5rem;left:52.9375rem;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;display:block; }
#GTnyiODcXwWHM3DSOqaBDD6Vd53K0FeU { position:absolute;display:block;z-index:15073;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.3125rem;width:4.3125rem;top:18.4375rem;left:54.3125rem;overflow:hidden;display:block; }
#JkGmQhpNDBbToWWWEitL2tLJcXT9oqny { color:rgba(var(--color-secondary-1),1);display:block;width:9.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15058;line-height:1.3;letter-spacing:0;top:25.25rem;left:54.6875rem;height:3.41161875rem;font-style:normal;display:block; }
#O9yUsWWrULfU2RzQq0SkK5QuLpc2sATs { color:#2f2f2f;display:block;width:11.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15058;line-height:.9;letter-spacing:0;top:23.625rem;left:54.6875rem;height:1.125rem;font-style:normal;display:block; }
#NzC15K9npqvy0L3dcK9gOapffmigN7xI { position:absolute;display:block;z-index:15070;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: none;height:8.625rem;width:13.125rem;top:21.875rem;left:60.3125rem;overflow:hidden;display:block; }
#WLK1nmyM7v0mbW6ANC6M2Tyxl5wW6eJI { color:rgba(var(--color-secondary-1),1);display:block;width:13.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15073;line-height:1.3;letter-spacing:0;top:35.25rem;left:57.5rem;height:2.2744125rem;font-style:normal;display:block; }
#a5COpUVdiTzqBbTuqsXiXGc4TJvyCtx5 { box-sizing:content-box;height:15rem;width:71.6875rem;position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.0625rem solid #6d20f7;border-left:0.0625rem solid #6d20f7;border-right:0.0625rem solid #6d20f7;border-bottom:0.0625rem solid #6d20f7;top:25.0625rem;left:1.5625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;display:block; }
#HzA62tNx0zJSzfVp5FFc0crElyznIMRE { position:absolute;display:block;z-index:15088;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.3125rem;width:4.3125rem;top:33.25rem;left:52.5rem;overflow:hidden;display:block; }
#WMAfTRpe8T6fTtlWub8wphoidwxOqhNA { color:rgba(var(--color-secondary-1),1);display:block;width:12.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15068;line-height:1.3;letter-spacing:0;top:35.3125rem;left:33.8125rem;height:2.2744125rem;font-style:normal;display:block; }
#oTnJUJ3KkOX0RlNEXOuzVOpGXSVDE7CB { color:#1c1c1b;display:block;width:12.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15068;line-height:.9;letter-spacing:0;top:33.75rem;left:33.6875rem;height:1.125rem;font-style:normal;display:block; }
#TekDTuPTGdiVd8x1xrRDy3T3Qnt9JeQN { color:rgba(var(--color-secondary-3),1);display:block;width:11.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15073;line-height:.9;letter-spacing:0;top:33.6875rem;left:57.5625rem;height:1.125rem;font-style:normal;display:block; }
#Cg5pZuz3Uw7OtMUqTWFIZWou4A296D2c { position:absolute;display:block;z-index:15083;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.3125rem;width:4.3125rem;top:33.3125rem;left:28.75rem;overflow:hidden;display:block; }
#ZZ64FQaFzm8rUpFFRU0Nezu4B5XT12M8 { color:rgba(var(--color-secondary-1),1);display:block;width:12.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15063;line-height:1.3;letter-spacing:0;top:35.3125rem;left:8.8125rem;height:2.2744125rem;font-style:normal;display:block; }
#Q5aCTz5hcVieaUWvkSQVny30kNrtic0F { color:#1c1c1b;display:block;width:11.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15063;line-height:.9;letter-spacing:0;top:33.75rem;left:8.8125rem;height:1.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TqQfxyKIyeEkKf074srPn6wVmtebcfK9 { position:absolute;display:block;z-index:15078;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.25rem;width:4.25rem;top:33.33642578125rem;left:3.3125rem;overflow:hidden;display:block; }
#NuXy0kpAP0zWTeXv20XHE9gKwdAcQmUN { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.3125rem;height:4.1875rem;text-decoration:none;z-index:15044;text-align:center;text-align-last:center;top:45.125rem;left:25rem;display:block; }
#EtGSTfybUlbIBb8wmWImwnahUfzBZ5VH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OrJHzqhkMbv4ZoZkQeeEARDVyWKBO7q8 { color:rgba(var(--color-secondary-2),1);display:block;width:35.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15016;line-height:1;letter-spacing:0;top:6.625rem;left:19.96875rem;height:5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#E6Od12MhxD5V4ke6MM7DlLx17BzllikM { color:rgba(var(--color-secondary-1),1);display:block;width:37.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:13.25rem;left:18.71875rem;height:1.54345625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TPRTWmINSOInLfOek60bivcG7rnwOkPI { position:relative;display:block; }#TPRTWmINSOInLfOek60bivcG7rnwOkPI { background-color: transparent; background-image: none; }#TPRTWmINSOInLfOek60bivcG7rnwOkPI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TPRTWmINSOInLfOek60bivcG7rnwOkPI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TPRTWmINSOInLfOek60bivcG7rnwOkPI > .row .container > .video-iframe-container { display: none; }#TPRTWmINSOInLfOek60bivcG7rnwOkPI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TPRTWmINSOInLfOek60bivcG7rnwOkPI > .row > .video-iframe-container { display: none; }#TPRTWmINSOInLfOek60bivcG7rnwOkPI > .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); }#TPRTWmINSOInLfOek60bivcG7rnwOkPI { border-width: 0; border-radius: 0; }#TPRTWmINSOInLfOek60bivcG7rnwOkPI > .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; }#TPRTWmINSOInLfOek60bivcG7rnwOkPI > .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:117.1875rem;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; }#drNua2vLhX7hnFTKdG0sa3amwQz75plO { position:absolute;display:block;z-index:15068;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;height:24.1875rem;width:40.375rem;top:18rem;left:0rem;overflow:hidden;display:block; }
#Ckgo0RDACMT9upGEl4LAsXOchcvo5sih { position:absolute;display:block;z-index:15033;background-color:#ffffff;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.17) ;height:19.3125rem;width:51.0625rem;top:16.4375rem;left:13.375rem;display:block; }
#PqNFBnvFaJO0WExeb3JdoArzV8Hr3CCx { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.1875rem;height:2.875rem;text-decoration:none;z-index:15047;text-align:center;text-align-last:center;top:29.875rem;left:40.25rem;display:block; }
#lvO36GcidKTJ17x3FTkBeEG58SochepM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VszpwCnIhBTrTk00vLR34mGMyUzdf0uT { color:rgba(var(--color-secondary-4),1);display:block;width:18.6860625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15049;line-height:.9;letter-spacing:0;top:22.3125rem;left:40.8125rem;height:1.9121125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VzvL7EOEU9fDetx7CekUyUtSPFUtVTaq { color:rgba(var(--color-secondary-3),1);display:block;width:18.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15050;line-height:1.4;letter-spacing:0;top:24.9375rem;left:40.875rem;height:3.1494125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#c1kEobhriFNWnrU1Dalz899ivUogNinG { position:absolute;display:block;z-index:15039;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.625rem;width:4.625rem;top:17.359375rem;left:58.4375rem;overflow:hidden;display:block; }
#tLA6dPnMZs3yB69bJ7yslWtaqa5PwwOi { color:rgba(var(--color-primary-2),1);display:block;width:7.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:300;z-index:15058;line-height:.9;letter-spacing:0;top:19.8125rem;left:41.8125rem;height:0.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vFmtnuGZaqEO4iU1hgmHTXX1GceOLvEy { box-sizing:content-box;height:1.5rem;width:9rem;position:absolute;display:block;z-index:15040;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: none;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);top:19.4375rem;left:40.8125rem;border-top-right-radius:1.75rem;border-bottom-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-top-left-radius:1.75rem;display:block; }
#qu80MM4TOW9CgA11IP0r2wTFofI6pLDc { color:#282e33;display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15042;line-height:1.3;letter-spacing:0;top:10.6875rem;left:19.125rem;height:1.54345625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#l1yT6XahiUJ1uWNEPrsqkKpkvgmM1qyV { color:rgba(var(--color-secondary-2),1);display:block;width:37.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15040;line-height:1;letter-spacing:0;top:6.8125rem;left:19.125rem;height:2.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qAaNp0RUbBNXKeSlyGa9WUJeWuOQIlDH { color:#6d20f7;display:block;width:31.3735625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:4.8125rem;left:22.25rem;height:1.13720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VwQqEBaxXM9qsQNm54tWb6mMWVHnJlug { position:absolute;display:block;z-index:15030;background-color:#ffffff;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.17) ;height:19.3125rem;width:51.0625rem;top:41.5625rem;left:13.375rem;display:block; }
#kzxSQWLMv2vClJpEP3wATqKbpXHoDUZg { position:absolute;display:block;z-index:15031;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;height:26.375rem;width:36.6875rem;top:41.5625rem;left:35.375rem;overflow:hidden;display:block; }
#ALbULAl6LKOv6Muaxq9h9OWuyUxIJV8y { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.1875rem;height:2.875rem;text-decoration:none;z-index:15055;text-align:center;text-align-last:center;top:55rem;left:20.875rem;display:block; }
#QpQ84PJXNPMcwX1kNI8p9L7A7vm7E9lH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vhXeqqzMSetmFc0dFKmHzSGDozPx8Lw4 { color:rgba(var(--color-secondary-3),1);display:block;width:20.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15058;line-height:1.4;letter-spacing:0;top:50.0625rem;left:21.5rem;height:3.1494125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#r4d28naoQFqWVE6M1PX85S8RPm3DVthh { color:rgba(var(--color-secondary-4),1);display:block;width:18.6860625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15057;line-height:.9;letter-spacing:0;top:47.4375rem;left:21.4375rem;height:1.9121125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pMqrg0uX2GJRugy4qAcPbokNenOsBbHp { position:absolute;display:block;z-index:15047;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.625rem;width:4.625rem;top:42.9375rem;left:14.5rem;overflow:hidden;display:block; }
#hULN5ohQTsNLqXb9qnrv7iDGyI7GtMq4 { color:rgba(var(--color-primary-2),1);display:block;width:7.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:300;z-index:15066;line-height:.9;letter-spacing:0;top:44.9375rem;left:22.4375rem;height:0.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#M4BQAgULiQynB9RlCNvpQM4bHqv2pIp3 { box-sizing:content-box;height:1.5rem;width:9rem;position:absolute;display:block;z-index:15048;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: none;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);top:44.5625rem;left:21.4375rem;border-top-right-radius:1.75rem;border-bottom-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-top-left-radius:1.75rem;display:block; }
#TETsvrdDgzHBof0bErL5TtclJ7hDI8Cb { position:absolute;display:block;z-index:15041;background-color:#ffffff;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.17) ;height:19.3125rem;width:51.0625rem;top:67.9375rem;left:13.375rem;display:block; }
#BIxfvAkrREANV7dq8STkRNP8EDBzK5eD { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.1875rem;height:2.875rem;text-decoration:none;z-index:15055;text-align:center;text-align-last:center;top:81.375rem;left:40.25rem;display:block; }
#ikrdcPz1pk29abQshqw8BGQLBdFWUoma { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#G5WQvXGidH3TaQQrWklnV9RcDHrtDgT4 { position:absolute;display:block;z-index:15076;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;height:23.0625rem;width:40.375rem;top:67.9375rem;left:0rem;overflow:hidden;display:block; }
#vQq0ZtmAGED9s8Tf7ct6GxBd0VZCdoKi { color:rgba(var(--color-secondary-3),1);display:block;width:18.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15058;line-height:1.4;letter-spacing:0;top:76.4375rem;left:40.875rem;height:3.1494125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AgfOx93rgSTO4yHs6wHVkqKGM3E7KEJb { color:rgba(var(--color-secondary-4),1);display:block;width:18.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15057;line-height:.9;letter-spacing:0;top:73.8125rem;left:40.8125rem;height:1.9121125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WR8z5FukkMg8072IxRLkTO5uBqsPWFzg { position:absolute;display:block;z-index:15047;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.625rem;width:4.625rem;top:68.875rem;left:58.4375rem;overflow:hidden;display:block; }
#ENGdXEhJvv4wcc5oZa8eF93FquTyQHVs { box-sizing:content-box;height:1.5rem;width:9rem;position:absolute;display:block;z-index:15048;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: none;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);top:70.9375rem;left:40.8125rem;border-top-right-radius:1.75rem;border-bottom-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-top-left-radius:1.75rem;display:block; }
#ALku6gvDyL1FZkRqifSUk0mq7hyrRBeZ { color:rgba(var(--color-primary-2),1);display:block;width:7.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:300;z-index:15066;line-height:.9;letter-spacing:0;top:71.3125rem;left:41.8125rem;height:0.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#U4lmRUhTbtE5cpwm0Uc1XKGG3srHAHaZ { position:absolute;display:block;z-index:15029;background-color:#ffffff;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.17) ;height:19.3125rem;width:51.0625rem;top:93.4375rem;left:13.375rem;display:block; }
#etqD4pQAxb8b6by0Hgd4QyxnDBVT5c4Q { color:rgba(var(--color-secondary-3),1);display:block;width:20.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15066;line-height:1.4;letter-spacing:0;top:101.9375rem;left:21.5rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pihySsPOuidEDibNVnmSsKCgPFFfmV3u { color:rgba(var(--color-secondary-4),1);display:block;width:18.6860625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15065;line-height:.9;letter-spacing:0;top:99.3125rem;left:21.4375rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AzubdVoZtq6y1JbaOz310nqxGH1tTX0Z { box-sizing:content-box;height:1.5rem;width:9rem;position:absolute;display:block;z-index:15056;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: none;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);top:96.4375rem;left:21.4375rem;border-top-right-radius:1.75rem;border-bottom-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-top-left-radius:1.75rem;display:block; }
#ARdZgfa2SgqtGBx4XCtZH4Vzvv3UnAkW { position:absolute;display:block;z-index:15055;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.625rem;width:4.625rem;top:94.8125rem;left:14.5rem;overflow:hidden;display:block; }
#vPFlZToll80ck3gEtNpmIx5ibaXs8LTv { color:rgba(var(--color-primary-2),1);display:block;width:7.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:300;z-index:15074;line-height:.9;letter-spacing:0;top:96.8125rem;left:22.4375rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tqzuSh0XKG9Vy6NiXC6Ttp24Fi9EzEyk { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.1875rem;height:2.875rem;text-decoration:none;z-index:15063;text-align:center;text-align-last:center;top:107.75rem;left:20.875rem;display:block; }
#TdTniMXX9cimouyTolHsBvtwTVAbCZ0L { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#G2dEwx8A9XcAd2ptJNzHRhCm8LzyvwWp { position:absolute;display:block;z-index:15034;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;height:26.375rem;width:28.375rem;top:90.8125rem;left:43.125rem;overflow:hidden;display:block; }
#ocDcI8btGzm1ufGJspT12SCvSFdRBeqA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/3f34bbeb-290e-4109-840c-f7f25a9fd076/Artboard2.jpg");background-position:bottom left !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; }#ocDcI8btGzm1ufGJspT12SCvSFdRBeqA.adaptive-delivery-prevent-bg, #ocDcI8btGzm1ufGJspT12SCvSFdRBeqA.lazyload, #ocDcI8btGzm1ufGJspT12SCvSFdRBeqA.lazyloading { background-image: none; }#ocDcI8btGzm1ufGJspT12SCvSFdRBeqA > .row .container { background-color: transparent; background-image: none; }#ocDcI8btGzm1ufGJspT12SCvSFdRBeqA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ocDcI8btGzm1ufGJspT12SCvSFdRBeqA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ocDcI8btGzm1ufGJspT12SCvSFdRBeqA > .row .container > .video-iframe-container { display: none; }#ocDcI8btGzm1ufGJspT12SCvSFdRBeqA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ocDcI8btGzm1ufGJspT12SCvSFdRBeqA > .row > .video-iframe-container { display: none; }#ocDcI8btGzm1ufGJspT12SCvSFdRBeqA > .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); }#ocDcI8btGzm1ufGJspT12SCvSFdRBeqA > .row .container { border-width: 0; border-radius: 0; }#ocDcI8btGzm1ufGJspT12SCvSFdRBeqA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ocDcI8btGzm1ufGJspT12SCvSFdRBeqA > .row .container { font-size:0.875rem;font-family:arial;height:38.625rem;width:75rem;position:relative;display:block; }#Xb2CFItBuugW2piTBLV319wUOb1i2M6C { color:#f5f6f8;display:block;width:44.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.625rem;font-weight:700;z-index:15046;line-height:1.2;letter-spacing:0;top:16.3125rem;left:16.0625rem;height:3.1499rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#foTO7sGS1WiGUG18qEF7R99GafRuFcXg { position:absolute;display:block;z-index:15079;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.125rem;width:24.625rem;top:20.875rem;left:25.25rem;overflow:hidden;display:block; }
#nJPhsG6MKmxdoLmuQQsbAOtddziTATt6 { 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:5rem;width:11.875rem;top:8.625rem;left:31.625rem;overflow:hidden;display:block; }
#loT9oC7AMJAzUH7FdKaczrPeVN5pRrrW { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#loT9oC7AMJAzUH7FdKaczrPeVN5pRrrW > .row .container { background-color: transparent; background-image: none; }#loT9oC7AMJAzUH7FdKaczrPeVN5pRrrW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#loT9oC7AMJAzUH7FdKaczrPeVN5pRrrW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#loT9oC7AMJAzUH7FdKaczrPeVN5pRrrW > .row .container > .video-iframe-container { display: none; }#loT9oC7AMJAzUH7FdKaczrPeVN5pRrrW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#loT9oC7AMJAzUH7FdKaczrPeVN5pRrrW > .row > .video-iframe-container { display: none; }#loT9oC7AMJAzUH7FdKaczrPeVN5pRrrW > .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); }#loT9oC7AMJAzUH7FdKaczrPeVN5pRrrW > .row .container { border-width: 0; border-radius: 0; }#loT9oC7AMJAzUH7FdKaczrPeVN5pRrrW > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#loT9oC7AMJAzUH7FdKaczrPeVN5pRrrW > .row .container { width:75rem;height:35.375rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#LpVkzE7L39Tr2VtKoQmpf20b4tR0X2HN { color:#f1f1f1;display:block;width:25.1875rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:300;z-index:15002;line-height:1;letter-spacing:0;top:11rem;left:44.625rem;height:5.625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Bq5U9debaLt6IQ2vpsLO7UCmtM94pZR3 { color:#ffffff;display:block;width:18.375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:18.25rem;left:44.625rem;height:3.5996125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IZSkBOoVsrseIEgrXrdzm9czXM1I85Ma { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:23.8125rem;width:39.0625rem;top:5.04296875rem;left:2.0234375rem;display:block; }
#v1qtI7GMzlWLlFbRw1Ka3U39KDIwXTny { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.9375rem;height:3.375rem;text-decoration:none;z-index:15045;text-align:center;text-align-last:center;top:23.75rem;left:44.625rem;display:block; }
#gyhgeGqsBEsPRxHcTZWuhHMvQr4QOxmI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gz8FKryzciTM824Ee6uxhEiwMl1J2TFm { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:30rem;width:16.875rem;display:none; }
#eqtU01bxr9xJkpfPKXeHa3CcTme1orqT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1f1;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; }#eqtU01bxr9xJkpfPKXeHa3CcTme1orqT > .row .container { background-color: transparent; background-image: none; }#eqtU01bxr9xJkpfPKXeHa3CcTme1orqT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eqtU01bxr9xJkpfPKXeHa3CcTme1orqT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eqtU01bxr9xJkpfPKXeHa3CcTme1orqT > .row .container > .video-iframe-container { display: none; }#eqtU01bxr9xJkpfPKXeHa3CcTme1orqT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eqtU01bxr9xJkpfPKXeHa3CcTme1orqT > .row > .video-iframe-container { display: none; }#eqtU01bxr9xJkpfPKXeHa3CcTme1orqT > .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); }#eqtU01bxr9xJkpfPKXeHa3CcTme1orqT > .row .container { border-width: 0; border-radius: 0; }#eqtU01bxr9xJkpfPKXeHa3CcTme1orqT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eqtU01bxr9xJkpfPKXeHa3CcTme1orqT > .row .container { font-size:0.875rem;font-family:arial;height:43.1875rem;width:75rem;position:relative;display:block; }#uQdecsvW4Q4VUdn0IIqTArPanFm1fntK { color:rgba(var(--color-secondary-2),1);display:block;width:29rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15021;line-height:1;letter-spacing:0;top:10.125rem;left:3.3125rem;height:9.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#oh7O9pJe4OJStOozUCgkZhHyaXhcdaJQ { color:#8448f1;display:block;width:5.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:8.4375rem;left:3.3125rem;height:1.13720625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Wp1ChqHoadTeBumqLlFW9asEiuSHLPIm { color:rgba(var(--color-secondary-1),1);display:block;width:23.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:21.875rem;left:3.3125rem;height:4.63036875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EmehqRlCUIRCFfffDfCFp0KyyV0VIpEi { 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:15028;opacity:1;top:4rem;left:45.9375rem; }
#VU0tTabLOXf6Q6gO9ZiM6JmXF1c7OZ7Q { position:absolute;display:block;z-index:15014;background-color:#6d20f7;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:0rem;box-shadow: none;height:6.6875rem;width:23.75rem;top:31.8125rem;left:44rem;display:block; }
#T0l6NyHiR10fTmVmSfzF318UNQOidoaX { position:absolute;display:block;z-index:15077;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.875rem;width:28.4375rem;top:30.25rem;left:2.8125rem;overflow:hidden;display:block; }
#nvQRrlMmGFLFD0B2XUfGJMpGOxMksZDP { position:absolute;display:block;z-index:15009;background-color:#6d20f7;background-image:none;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:0rem;box-shadow: none;height:13.1875rem;width:23.75rem;top:16.5625rem;left:44.1875rem;display:block; }
#caURPwEQUtQ7pwbZEy4zveFZMq2QPTdT { color:#6d20f7;display:block;width:17.5rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15032;line-height:1.2;letter-spacing:0;top:5.5rem;left:51rem;height:1.79980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#M8R004L9nV9sZx9ohma1XTnkvqEJa37a { color:#6d20f7;display:block;width:14.0625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:8.4375rem;left:51rem;height:4.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#liIAygE9TN6LQiMvHV1G1NfLgwiqs9wL { 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:15023;opacity:1;top:18.375rem;left:46.0625rem; }
#iWTl6LMVqSQGVrh2MskpQtN8pTnIv9Rq { color:#ebebeb;display:block;width:15rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15031;line-height:1;letter-spacing:0;top:18.875rem;left:50.375rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cHT2OdlTX7IcVS303UTCTLq8R2Tbd1dr { color:#ebebeb;display:block;width:15.125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:22.875rem;left:50.375rem;height:6rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eaPsH2Sy0b0mzNqSQK1lTZE4ZOvwDvr2 { position:absolute;display:block;z-index:15010;background-color:transparent;background-image:none;border-top:0.125rem solid #6d20f7;border-left:0.125rem solid #6d20f7;border-right:0.125rem solid #6d20f7;border-bottom:0.125rem solid #6d20f7;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:0rem;box-shadow: none;height:12.375rem;width:23.75rem;top:2.125rem;left:44.0625rem;display:block; }
#gW9Lqe4qzARJQdU0asOg4T4dT33lfiPz { color:#ebebeb;display:block;width:14.25rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15036;line-height:1.2;letter-spacing:0;top:33.6875rem;left:50.5rem;height:1.79980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wEAkdx0JJvL9SFFVyZUd5EoDc8B7obsq { color:#ebebeb;display:block;width:14.625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15017;line-height:1.5;letter-spacing:0;top:35.4375rem;left:50.4375rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GOiXxGOBJthhaV67p42PTlylQ8kp41LW { position:absolute;display:block;z-index:15078;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.6875rem;width:3.875rem;top:33.9375rem;left:45.9375rem;overflow:hidden;display:block; }
#yCO3Rp2gQzrI25IF6TGMtUGg2kJsr33f { position:absolute;display:block;z-index:14999;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:48.4375rem;width:71rem;top:31.775390625rem;left:-10.809931506849rem;overflow:hidden;display:none; }
#iCyq3QOuekxhOySVf1vGSZ2eCLKPt8Jq { 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:50.8125rem;width:75rem;top:-4.2153526921272rem;left:-28.258380884451rem;overflow:hidden;display:block; }
#GrPSmuZtmnJSlIJHz3v3pGaxGiApaiOM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1f1;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:none; }#GrPSmuZtmnJSlIJHz3v3pGaxGiApaiOM > .row .container { border-width: 0; border-radius: 0; }#GrPSmuZtmnJSlIJHz3v3pGaxGiApaiOM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GrPSmuZtmnJSlIJHz3v3pGaxGiApaiOM > .row .container { font-size:0.875rem;font-family:arial;height:43.1875rem;width:75rem;position:relative;display:none; }#eNqE27Utx0gLf7e3hzb759NRPMzfUHFZ { color:rgba(var(--color-secondary-2),1);display:block;width:29rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15021;line-height:1;letter-spacing:0;top:10.125rem;left:3.3125rem;height:9.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bU7iHf9MeWCpqiiGN4ZLr7VAx8zW5tTa { color:#8448f1;display:block;width:5.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:8.4375rem;left:3.3125rem;height:1.13720625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VyshQFwZ9A3thuDL5uSiFbQ6R1VgNBDi { color:rgba(var(--color-secondary-1),1);display:block;width:23.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:21.875rem;left:3.3125rem;height:4.63036875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WgBVIszh5FXXXbvE4klGpegTi9lbqmzS { 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:15028;opacity:1;top:4rem;left:45.9375rem; }
#d0eiKJglrgacr99ZcQXhmrM8bbl4gPDm { position:absolute;display:block;z-index:15014;background-color:#6d20f7;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:0rem;box-shadow: none;height:6.6875rem;width:23.75rem;top:31.8125rem;left:44rem;display:block; }
#wXNXO53lxmxNy2u4O3OTk9TSFB2HJ0Gr { position:absolute;display:block;z-index:15077;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.875rem;width:28.4375rem;top:30.25rem;left:2.8125rem;overflow:hidden;display:block; }
#QyJrVMdcbtPerT9uTDXJftqs3UFLawwq { position:absolute;display:block;z-index:15009;background-color:#6d20f7;background-image:none;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:0rem;box-shadow: none;height:13.1875rem;width:23.75rem;top:16.5625rem;left:44.1875rem;display:block; }
#cE8vRerm1XKvAwTZQzrDAv4lr3S4l2U6 { color:#6d20f7;display:block;width:17.5rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15032;line-height:1.2;letter-spacing:0;top:5.5rem;left:51rem;height:1.79980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BGcm2oNiNZubQUnwgGVBMw40paB8PKpm { color:#6d20f7;display:block;width:14.0625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:8.4375rem;left:51rem;height:4.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#n0PM2U2CsgIQHtRTHK46QNSAWTAFeLE4 { 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:15023;opacity:1;top:18.375rem;left:46.0625rem; }
#E9N041I2nGtZV6k2Ay69tsxBvWTR7KKJ { color:#ebebeb;display:block;width:15rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15031;line-height:1;letter-spacing:0;top:18.875rem;left:50.375rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CV6HXXgTcXTZvifWshVaV40ULaLzfTm7 { color:#ebebeb;display:block;width:15.125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:22.875rem;left:50.375rem;height:6rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dFwB1TwWS9PqCxhVAcaJK4bQTd5m3OVE { position:absolute;display:block;z-index:15010;background-color:transparent;background-image:none;border-top:0.125rem solid #6d20f7;border-left:0.125rem solid #6d20f7;border-right:0.125rem solid #6d20f7;border-bottom:0.125rem solid #6d20f7;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:0rem;box-shadow: none;height:12.375rem;width:23.75rem;top:2.125rem;left:44.0625rem;display:block; }
#s0VxCvizzz7zcXwn7yZaJeLnsko7UZIV { color:#ebebeb;display:block;width:14.25rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15036;line-height:1.2;letter-spacing:0;top:33.6875rem;left:50.5rem;height:1.79980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vkCi5571MRuMfbr7SNNPqMw24KT65gAS { color:#ebebeb;display:block;width:14.625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15017;line-height:1.5;letter-spacing:0;top:35.4375rem;left:50.4375rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vEETHzE9vxiH7QWOE6qJL8IQID0ZVlBn { position:absolute;display:block;z-index:15078;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.6875rem;width:3.875rem;top:33.9375rem;left:45.9375rem;overflow:hidden;display:block; }
#MMccXrsfGQU9lA0G43pyWifmrya0cmo6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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;z-index:auto;display:block; }#MMccXrsfGQU9lA0G43pyWifmrya0cmo6 > .row .container { background-color: transparent; background-image: none; }#MMccXrsfGQU9lA0G43pyWifmrya0cmo6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MMccXrsfGQU9lA0G43pyWifmrya0cmo6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MMccXrsfGQU9lA0G43pyWifmrya0cmo6 > .row .container > .video-iframe-container { display: none; }#MMccXrsfGQU9lA0G43pyWifmrya0cmo6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MMccXrsfGQU9lA0G43pyWifmrya0cmo6 > .row > .video-iframe-container { display: none; }#MMccXrsfGQU9lA0G43pyWifmrya0cmo6 > .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); }#MMccXrsfGQU9lA0G43pyWifmrya0cmo6 > .row .container { border-width: 0; border-radius: 0; }#MMccXrsfGQU9lA0G43pyWifmrya0cmo6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MMccXrsfGQU9lA0G43pyWifmrya0cmo6 > .row .container { font-size:0.875rem;font-family:arial;height:22.125rem;width:75rem;position:relative;display:block; }#y8rfCvBLMkxR15ipZwpZmM1hgo9yx8pS { box-sizing:content-box;height:0.0623915rem;width:65.6875rem;position:absolute;display:block;z-index:15012;background-color:#2f2f2f;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.922853469849rem;left:4.6554908752441rem;display:block; }
#IRzU1ymFgaS43FzhkTP44mPIZu7Mzm4I { color:rgba(var(--color-secondary-0),1);display:block;width:27.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:16.93603515625rem;left:38.12548828125rem;height:1.3999rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#s73QSX39R1OMEUTVM5D7Pulscd9mHCmm { 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.375rem;width:25rem;top:3.75rem;left:5.375rem;overflow:hidden;display:block; }
#ICIpsvW6lJWi18EKyTtsUuE1aqmF1tfr { color:#707070;display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15047;line-height:1.3;letter-spacing:0;top:10.291015625rem;left:6.25rem;height:1.54345625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xl5tZIn6gadFW0oE3wW5K2MUuMCsLHyc { position:absolute;display:block;z-index:15075;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.5625rem;width:6.125rem;top:12.67236328125rem;left:65.62548828125rem;overflow:hidden;display:block; }
#sFP58hTskq1rVysg19t35qvkgT8RySl3 { box-sizing:content-box;height:0.0623915rem;width:65.6875rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-3),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.922853469849rem;left:4.6554908752441rem;display:none; }
#P57i6volCTrB28s38TODttDvTyLeH9gB { color:#2f2f2f;display:block;width:23.062rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.6;letter-spacing:0;top:11.9375rem;left:47.375rem;height:1.5996125rem;text-align:left;text-align-last:left;display:block; }#P57i6volCTrB28s38TODttDvTyLeH9gB li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#P57i6volCTrB28s38TODttDvTyLeH9gB li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ed54979b0f3e3fdf68b8d10d87ef3dcc3a04a99e.svg); }
#V9yFKWGxJc4ZJ5xPW3gzXoV5yHO5Wker { color:#2f2f2f;display:block;width:23.0620625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.6;letter-spacing:0;top:9.9375rem;left:47.375rem;height:;text-align:left;text-align-last:left;display:block; }#V9yFKWGxJc4ZJ5xPW3gzXoV5yHO5Wker li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#V9yFKWGxJc4ZJ5xPW3gzXoV5yHO5Wker li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_30709dee9c5e8c80615e8d709ffe0dea05f85aaf.svg); }
#pbeRm7fkADUWySnNRCMfOugmrTk3M99b { color:#2f2f2f;display:block;width:13.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.6;letter-spacing:0;top:7.875rem;left:47.375rem;height:1.5996125rem;text-align:left;text-align-last:left;display:block; }#pbeRm7fkADUWySnNRCMfOugmrTk3M99b li:not(:first-child){ padding-top:1.0625rem;padding-right:0;padding-bottom:0;padding-left:0; }#pbeRm7fkADUWySnNRCMfOugmrTk3M99b li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0e92ec25368867145d03a1e3c1d100763ea0be3d.svg); }
#Cwg9QT4Mvi9UkpNve2m8fz265PP9EKcc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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;z-index:auto;display:none; }#Cwg9QT4Mvi9UkpNve2m8fz265PP9EKcc > .row .container { border-width: 0; border-radius: 0; }#Cwg9QT4Mvi9UkpNve2m8fz265PP9EKcc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Cwg9QT4Mvi9UkpNve2m8fz265PP9EKcc > .row .container { font-size:0.875rem;font-family:arial;height:22.125rem;width:75rem;position:relative;display:none; }#st8K3g1MR5r20PBX9TOZvKTd5bOi176V { box-sizing:content-box;height:0.0623915rem;width:65.6875rem;position:absolute;display:block;z-index:15012;background-color:#2f2f2f;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.922853469849rem;left:4.6554908752441rem;display:block; }
#dtEuBffNxlLJ6TAh1thhJWVQuUpaGlca { color:rgba(var(--color-secondary-0),1);display:block;width:27.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:16.93603515625rem;left:38.12548828125rem;height:1.3999rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GbykrKTxXq2gQ32inWr7rN0FW3JSUs0n { 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.375rem;width:25rem;top:3.75rem;left:5.375rem;overflow:hidden;display:block; }
#CMVJPPaIadRP3mRksKaeiPl98l11peMs { color:#2f2f2f;display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15047;line-height:1.3;letter-spacing:0;top:10.291015625rem;left:6.25rem;height:1.54345625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MVzrTd6SblhidmrhbVRQAFoyzKL0BFXV { box-sizing:content-box;height:0.0623915rem;width:65.6875rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-3),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.922853469849rem;left:4.6554908752441rem;display:none; }
#pUlMSQTT01IX1MGPuzi3XLc8lcEWz5tw { color:#2f2f2f;display:block;width:23.062rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.6;letter-spacing:0;top:11.9375rem;left:47.375rem;height:1.5996125rem;text-align:left;text-align-last:left;display:block; }#pUlMSQTT01IX1MGPuzi3XLc8lcEWz5tw li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#pUlMSQTT01IX1MGPuzi3XLc8lcEWz5tw li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ed54979b0f3e3fdf68b8d10d87ef3dcc3a04a99e.svg); }
#UbJG7sbgihbwOeyTh6uS8tf2whyk7mFM { color:#2f2f2f;display:block;width:23.0620625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.6;letter-spacing:0;top:9.9375rem;left:47.375rem;height:;text-align:left;text-align-last:left;display:block; }#UbJG7sbgihbwOeyTh6uS8tf2whyk7mFM li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#UbJG7sbgihbwOeyTh6uS8tf2whyk7mFM li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_30709dee9c5e8c80615e8d709ffe0dea05f85aaf.svg); }
#hzUZ2wFGgWWrJFGgmndaKQ7VfPe2VueQ { color:#2f2f2f;display:block;width:13.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.6;letter-spacing:0;top:7.875rem;left:47.375rem;height:1.5996125rem;text-align:left;text-align-last:left;display:block; }#hzUZ2wFGgWWrJFGgmndaKQ7VfPe2VueQ li:not(:first-child){ padding-top:1.0625rem;padding-right:0;padding-bottom:0;padding-left:0; }#hzUZ2wFGgWWrJFGgmndaKQ7VfPe2VueQ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0e92ec25368867145d03a1e3c1d100763ea0be3d.svg); }
@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) { #o7nzpNLdcoJNtEgAJAPk0OW7s5m3agtV { top:13.5rem;left:0rem;width:31.9375rem;height:;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNV2H5T7hHSyk2uUThgvDya0y8ORGT3N { top:28.4375rem;left:0rem;width:33.25rem;height:4.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bK4uN9pfV5IXVDIHPtPMOw7vO6dbhiHE { top:6.3125rem;left:0rem;width:25.5rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbcMl3e7xT3T0OCzIbkaeXRTTFXDEsuA { top:7.9375rem;left:26.625rem;width:21.125rem;height:2.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTz9VGEWIBCwBXpHRuJ3tZTGttOHfb5R { top:10.25rem;left:22.8125rem;width:24.875rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLFDK7vDfOqv6sc408XKwD6TWT56RiRo .widget-regular-label { width:25.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uLFDK7vDfOqv6sc408XKwD6TWT56RiRo .widget-input-text { width:25.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uLFDK7vDfOqv6sc408XKwD6TWT56RiRo .widget-input-text {padding-top: 0; padding-bottom: 0;}#uLFDK7vDfOqv6sc408XKwD6TWT56RiRo .widget-textarea { width:25.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uLFDK7vDfOqv6sc408XKwD6TWT56RiRo .widget-input-select { width:25.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uLFDK7vDfOqv6sc408XKwD6TWT56RiRo .widget-input-select {padding-top: 0; padding-bottom: 0;}#uLFDK7vDfOqv6sc408XKwD6TWT56RiRo .widget-input-button { width:25.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uLFDK7vDfOqv6sc408XKwD6TWT56RiRo .widget-checkbox-label { width:24.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uLFDK7vDfOqv6sc408XKwD6TWT56RiRo  { width:25.4375rem;height:auto;top:12.1875rem;left:19.8125rem; }
#uLFDK7vDfOqv6sc408XKwD6TWT56RiRo .radio-container { width:25.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uLFDK7vDfOqv6sc408XKwD6TWT56RiRo {display:block;}#uLFDK7vDfOqv6sc408XKwD6TWT56RiRo { width:25.4375rem;height:auto;top:12.1875rem;left:19.8125rem; }
 }@media only screen and (max-width: 763px) { #uLFDK7vDfOqv6sc408XKwD6TWT56RiRo #OxIIdhs1UIUTBcgaB9eOoFQV4AL0nG3o {  }
 }@media only screen and (max-width: 763px) { #uLFDK7vDfOqv6sc408XKwD6TWT56RiRo #TwVzIiS2NnoLEGhQ05Z3sHHd1arCFnde {  }
 }@media only screen and (max-width: 763px) { #uLFDK7vDfOqv6sc408XKwD6TWT56RiRo #w6uTiz8wH4c3292k7ksHNTgfbASry0UU {  }
 }@media only screen and (max-width: 763px) { #uLFDK7vDfOqv6sc408XKwD6TWT56RiRo #GmVd7C39rTuFWgPbmzDouxzpZVQQ7tBH {  }
 }@media only screen and (max-width: 763px) { #uLFDK7vDfOqv6sc408XKwD6TWT56RiRo #b2ZU6EJ8pkKm0WgPTFN2bSpeWtcsGpEE {  }
 }@media only screen and (max-width: 763px) { #uLFDK7vDfOqv6sc408XKwD6TWT56RiRo #BypFe69xaLVZqfE2nShxmXmssA2I9F32 {  }
 }@media only screen and (max-width: 763px) { #uLFDK7vDfOqv6sc408XKwD6TWT56RiRo #s9f8ht5kig6VCRVuaFCBSlMcNvPwzx4Z {  }
 }@media only screen and (max-width: 763px) { #uLFDK7vDfOqv6sc408XKwD6TWT56RiRo #mLZIIdXQaIGZZbVX4LKkeKp8R4a1hRvg {  }
 }@media only screen and (max-width: 763px) { #uLFDK7vDfOqv6sc408XKwD6TWT56RiRo #su6zg8MNsFzIV7n9Q08HflZgnsTJz1gE {  }
 }@media only screen and (max-width: 763px) { #uLFDK7vDfOqv6sc408XKwD6TWT56RiRo #PrhF6KMHfTHPxAapmiRMzxuQQEmzvKPN {  }
 }@media only screen and (max-width: 763px) { #uLFDK7vDfOqv6sc408XKwD6TWT56RiRo #QN7UbmlHcQybdr7EctUrTdQ8HXlw9GUe {  }
 }@media only screen and (max-width: 763px) { #uLFDK7vDfOqv6sc408XKwD6TWT56RiRo #ohWaTaEMuubk7HiBkrzlRFT55sLCZ7zA {  }
 }@media only screen and (max-width: 763px) { #NS5MuRH7wFs4pxgWiEn9WqVh8U5T78el { display:block; }
 }@media only screen and (max-width: 763px) { #avgPkoWLF1hCTKTVZFyshyDecLctxya3 { display:block; }
 }@media only screen and (max-width: 763px) { #ygVh4F3GBM86oT3JDHM4LdvIDPax1Tm9 { display:block; }
 }@media only screen and (max-width: 763px) { #pxha0qGQDvMsfFKEhKFXGXKGmgH42TSB { display:block; }
 }@media only screen and (max-width: 763px) { #amn5rzorCMWfV6ZLeSXW8FkHrmZJzBcL { display:block; }
 }@media only screen and (max-width: 763px) { #rCpBB48v8GMzD2xLRfDTsp0kM2PH5Zlg { display:block; }
 }@media only screen and (max-width: 763px) { #uLFDK7vDfOqv6sc408XKwD6TWT56RiRo #o1qpvUkvSvpUEHotvf0TuSZg7F5ULXSH {  }
 }@media only screen and (max-width: 763px) { #uLFDK7vDfOqv6sc408XKwD6TWT56RiRo #iNeVphX3IGhp7WHiIkSoREHmfrozAJHa {  }
 }@media only screen and (max-width: 763px) { #EGbiNrnpGd16WTE4vf5RZf7WO3LE6Boc { top:6.375rem;left:17.4375rem;width:30.3125rem;height:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwoN9aeqUh50OXlDeqXBZxyoG50Nnfl0 { top:38.6875rem;left:5.25rem;width:2.25rem;height:2.25rem;display:block; }
#JwoN9aeqUh50OXlDeqXBZxyoG50Nnfl0 > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #wqWTT91XVZbuJeybTy6mQEX4DEw0mr9M { top:37.8125rem;left:0rem;width:17.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhUl7dkmBk79C4EJgUKCDiZNt5knxCso { top:38.5rem;left:0rem;width:12.1875rem;height:2.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxxSb4gM8s1cezOARwGQWPZfiwOTV0vf { display:block; }#nxxSb4gM8s1cezOARwGQWPZfiwOTV0vf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U5TAFgrqotI5oXsMJDEid9RsfpHuxawn { top:2.6875rem;left:0rem;width:12.25rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVoScdWVkQamyUtQPrWZxRIRs2MpTztV { top:4rem;left:0rem;width:13.3125rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcPUQeplScsqCuAwEZb6RDIcabpNRNTU { top:1.9375rem;left:0rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnhXxemMRLydITpp19iV1enUwLUz3HVq { top:2.6875rem;left:6.625rem;width:8.9375rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOPXfRlwIPoBMiPDXAdnTwwTlbFAbFwT { top:4rem;left:6.625rem;width:12.25rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPSPIMa5bodCg3vgNhCghOW7EvIscfvS { top:2rem;left:3rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7Me5MytdN8VN0mmuANI8Jl6MrEbkmV5 { top:2.6875rem;left:22rem;width:8.9375rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrmrBwuURN36deOmQWAtealFZPQ1TZ5D { top:4rem;left:22rem;width:11.8125rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTXWlkbwuZEc4GE9u5lwJNouxgpmDSlT { top:2rem;left:18rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ga3dRDObo4QK7vWNsbZwwubrXBysyaJu { top:2.6875rem;left:37.9375rem;width:8.9375rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xU9Ta2AuqtMNuDA1PXcgNDvX8tDHgTsz { top:4rem;left:36.75rem;width:11rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWRwtAP3txS5MOSvZKQZr1EoScUGBC4C { top:2rem;left:33.625rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7uzZPmJXKbsTsp7dTd6MnuTeUQcmrT3 { top:4rem;left:40.1875rem;width:7.5625rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRTIgfXBy49yi0PTR2U7cVWTGBcmkn2X { top:2.6875rem;left:39.8125rem;width:7.9375rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNAedwSQdIneuQHZ0pkSTeVKvAJEC8OR { top:2rem;left:44.3125rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVovVUvWWTCRDQFeIqRgV1rSVf777SCy { display:none; }#GVovVUvWWTCRDQFeIqRgV1rSVf777SCy > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WKECBAc2JM3eISFi6sztI6QNDsTRAw8r { top:11.3125rem;left:0rem;width:20rem;height:;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #lntM9XDZHlfiOHNRWg5ak4IXkWib2GHT { top:2.6875rem;left:0rem;width:20rem;height:0.875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Uf6ngm8OhHQgnXhAvNukKT23TkxqbCLI { top:5.1875rem;left:0rem;width:35.0625rem;height:5rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RL3DOV366tEmUMWTktnwPaw7UW5TUBnu { top:20.5rem;left:0rem;width:20.4375rem;height:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #uvb5P0h347nSMg2VKyXZ7pszSbJ5PKym { top:2rem;left:44.3125rem;width:3.4375rem;height:3.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #DZE2zhWHdUn5xAmZriP9uOtI1izXdMxF { top:23.625rem;left:0rem;width:11.3125rem;height:1.125rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #RuPXIuK1KnFlTi8PdLloPi0s2DK72e27 { top:25.25rem;left:0rem;width:9.3125rem;height:3.375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QOurecyol9QMnhvG7dpS2TiQ7miOPT84 { top:19.5rem;left:0rem;width:17.5rem;height:12.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FpiWfOgT1K60XK2aduZDAVdwzm1ieNkA { top:25.0625rem;left:0rem;width:47.625rem;height:15rem;display:none; }
 }@media only screen and (max-width: 763px) { #zk5LIhF3FOirsqlTUa4zPkTvzeDLDJRS { top:20.5rem;left:0rem;width:20.4375rem;height:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #ypMu6nyumNwk9kQlxny2HbzW9I1VF0sb { top:25.25rem;left:15.875rem;width:9.6875rem;height:3.375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JsJIidpUqMkV1Npw6uwSmAnZdAXFXAQx { top:23.625rem;left:15.875rem;width:11.3125rem;height:1.125rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #VXKXfFwmrc2aWwnowmXf44us032EEoLb { top:18.4375rem;left:15.875rem;width:4.3125rem;height:4.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #BAeXcloDrTtUurx6WoKGrEreBq8xv2UT { top:20.5rem;left:24.625rem;width:7.125rem;height:11.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #MTdTrFlPyvzy1UXExpLZfdtzz7GceOOy { top:20.5rem;left:0rem;width:20.4375rem;height:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #EzH08ATysouhWLwRuTUtoq8rKa7M20k7 { top:70.4375rem;left:0rem;width:9.6875rem;height:;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZCc1Q3TFwaCm7N5nOugO0bdRM45fqKiV { top:67.5625rem;left:0rem;width:8.125rem;height:;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Dr3dh4oVIWukHrdl9nrD1lzPwJNuhgu2 { top:18.4375rem;left:15.875rem;width:4.3125rem;height:4.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GLFSSy4JDDCch1aWLnJBXa2sZSI1dOnT { top:20.5rem;left:24.625rem;width:7.125rem;height:4.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZbIBuayNtiNtFTEZ5WIDQxIFfAbsx1U8 { top:33.3125rem;left:0rem;width:4.25rem;height:4.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #STwZFdGZdGSdwXApwL3eVDpvbG6w4EQV { top:33.75rem;left:4.25rem;width:11.3125rem;height:1.125rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #erUH2VB3VCZbOhg3teTGToHqLZMZwC56 { top:85.9375rem;left:0.1875rem;width:11rem;height:;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #NnM1U93HUH1GTLLqTJ2keISUTS6AL36e { top:33.3125rem;left:0rem;width:4.25rem;height:4.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #rxdSacw4eD5CyzNrwm6UPTPNKmr4ov4g { top:93rem;left:0.0625rem;width:11rem;height:;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wZfvaGSIVtrMgL1ltK8hc8hxByLpXJ7O { top:91.5rem;left:0.0625rem;width:13rem;height:;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #qp1GkoAsTD1DLOGImS3zvuWx3XCohpMH { top:99.875rem;left:0.0625rem;width:11rem;height:;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #o50ukdPl8cNrO2dXHSCnncsWleLx8o9o { top:33.3125rem;left:0rem;width:4.25rem;height:4.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #cc0kaeDHO8rgQQ8De4Eln2EABwTX0q6p { top:98.375rem;left:0.0625rem;width:11.75rem;height:;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #KSoVoZNWUxz2NpQ4h1aV10iw9bSTkiRK { width:25.3125rem;height:4.1875rem;top:45.125rem;left:6.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #B5qAmn0J4be4PfptNxxKeCTeU4oP32Tk { display:block; }
 }@media only screen and (max-width: 763px) { #RKk5IussffWAkdP4KDfg2FNznwe16NDT { display:block; }#RKk5IussffWAkdP4KDfg2FNznwe16NDT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fRWq4sxBRF36gvu5WrKZ2nAIfG5ZWwdX { top:17.5625rem;left:0rem;width:17.0625rem;height:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVZydhlfQb5wwb8huqDnPdfK1HanRDpI { top:19.5rem;left:0rem;width:7.625rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNyatTaTd8kKw8zazh2TbVkDpQdN5PH9 { top:29.625rem;left:0rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tk56CKzh7bKRdp5Fegs770lGb981H2gs { top:34.0625rem;left:0rem;width:18.625rem;height:1rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIPiC2z2CgbsmG3Mm1LrBLocuNTmR3mP { top:35.4375rem;left:0rem;width:14.875rem;height:2.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwRXIJVcLwy2MvtH6aRDPTLRSUlB7Hux { width:12.8125rem;height:2.3125rem;top:40.125rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcTB4wFrZz49T01waWfyxRSbOX2Mdq8c { display:block; }
 }@media only screen and (max-width: 763px) { #rbCSone8Eb0QA1WUQv4azTzu8KFdWSdk { top:1.375rem;left:0rem;width:20rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVB9wFJzGc19siTdhCJqXrVWg8L5iK1G { top:30.75rem;left:4.25rem;width:7.5625rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tq2DJtFsZcDvpnqnat0aIdKu2H4mtK0x { top:31.125rem;left:4.8125rem;width:7.125rem;height:0.6875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErhhbWCurvR4lwCkX6ulodvklySDOItd { top:17.5625rem;left:0rem;width:17.0625rem;height:26.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #EeTrXg2DnN3FsKzhB5Jcdvs4dTZd2iZ5 { top:48rem;left:0.34375rem;width:10.5625rem;height:;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MNQ54Mo2pzbZJqbi05BDWi6spZ6OzmNG { width:12.8125rem;height:2.3125rem;top:40.125rem;left:11.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #p64PWgrvDXM0WcwoTTERxo9u1CdrBcfc { display:block; }
 }@media only screen and (max-width: 763px) { #UB297FJI6FMlBG11oS0TmKTKy2afUXQ7 { top:46.125rem;left:0.28125rem;width:8.9375rem;height:;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PFUUrTHslqymyaplwEhiHnw2p9SIQnFe { top:30.75rem;left:4.25rem;width:7.5625rem;height:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #WogPKpN0L8EdE6bQt1obTdKf78edy8dd { top:31.125rem;left:4.8125rem;width:7.125rem;height:0.6875rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #aKQn6uwoKoAgvXgLtB5EqxHCL18ZkItC { top:29.625rem;left:0rem;width:3.625rem;height:3.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #e4Th9D1CXzGkLDp8X1Wwh5BhZhW8zofg { top:19.5rem;left:0rem;width:7.625rem;height:5.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TysaZzboOO7ZV3REgZ9pk2p0zWHNhVRS { top:17.5625rem;left:0rem;width:17.0625rem;height:26.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gIgquoZXJQHvfXx1MycoT0gbMTXwSGgv { top:77.25rem;left:2.21875rem;width:8.9375rem;height:;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nH0kQ7WCnH6G1QngVZQITCPJdaJeCed0 { top:30.75rem;left:4.25rem;width:7.5625rem;height:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #FQv5UB9px4npsUTanuJafK18B14WkFXB { top:79.125rem;left:1.375rem;width:10.5625rem;height:;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #d3Khd67A95wFJTd8D5plxPO09VmKF6n7 { top:75.5625rem;left:2.65625rem;width:5rem;height:;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PUnTlb2k1MhNEBzMAVOUiqpciMgsVHJF { width:12.8125rem;height:2.3125rem;top:40.125rem;left:11.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #velBmtaqE0AM5nDQvwwFBlxcSDXaGKqX { display:block; }
 }@media only screen and (max-width: 763px) { #CWEB7f8CtQa3vQz95XM23LdpFko3mOqS { top:29.625rem;left:0rem;width:3.625rem;height:3.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #OnI1nEKbnX3wTCbLdNBsBpXmhQ3gFmtf { top:19.5rem;left:0rem;width:6.6875rem;height:4.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xsEfiFcxRubdeu7s5Dz6COs7SBb9b5uv { top:17.5625rem;left:0rem;width:17.0625rem;height:26.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #yoz9eDfREUCJowDulW8rXbFlaeOdMWm4 { top:30.75rem;left:4.25rem;width:7.5625rem;height:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qQQ6DgOUSWoNSDhiL0eT5nwIp2FZo4e1 { top:107.0625rem;left:0rem;width:8.9375rem;height:;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #sRZwuzpLnxmVefPfJwMv1nHBUKc4nfcv { top:105.375rem;left:0rem;width:5rem;height:;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qyzBeRX12rFXA3HFkz5OevCvIPhhnSFL { top:108.9375rem;left:0rem;width:11.5rem;height:;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZuUvTECH8UueBtvqdqQf4RgbUwwQxsLC { width:12.8125rem;height:2.3125rem;top:40.125rem;left:11.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #CKnCMRcUVu3b1gxlkzSUguf2Hrtg5pPb { display:block; }
 }@media only screen and (max-width: 763px) { #yvcpQ86lgCwTHGkaxgf0hCxrSllsSr83 { top:29.625rem;left:0rem;width:3.625rem;height:3.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #NM6L4hmTJdle0IA79REnaecQAyDkz5u9 { top:19.5rem;left:0rem;width:3.8125rem;height:4.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #OouUE8koTNvMEp4Vl48SiRLxlmalmZDc { top:1.6875rem;left:0rem;width:20rem;height:0.875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #E9g8cAwduvbBiVmpqB8cyTiJAGCpgTLE { display:block; }#E9g8cAwduvbBiVmpqB8cyTiJAGCpgTLE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tX5lruZXTuTfJTs8LrrS7MySTZD8UDAf { top:4.625rem;left:0rem;width:31.3125rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAB95XKV8yyDV3VL3nKwClPsXDKuN8st { top:18.4375rem;left:0rem;width:4.3125rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfEl4zDSkVMCqlI0kA8FiGuVHks4aGpT { top:20.5rem;left:0rem;width:20.4375rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJEFmG9y49uXv2m9Wp1TsRBuHHF8PaSI { top:23.625rem;left:0rem;width:11.3125rem;height:1.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWihCaGl6iR53uONl2HUIWgE6DFo5yBT { top:25.25rem;left:0rem;width:9.3125rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g06EmnxJSthFsstgQqOGer2U2rfVv59I { top:19.5rem;left:0rem;width:17.5rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUyE1dIre2L0wlAsTFLmHTnP4U5LPHK5 { top:18.4375rem;left:15.875rem;width:4.3125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8BZQlGDid4ebTOT58RaUPyRvd5bRhoK { top:20.5rem;left:11.3125rem;width:20.4375rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #epmT2QQ7ldfxsk3o4gxcfkAyA73V7ezt { top:23.625rem;left:15.875rem;width:11.3125rem;height:1.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfXwTLRynnH9kpRpCvly4waZMbOG78X8 { top:20.5rem;left:24.625rem;width:7.125rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ma15Jg4sPEcoiZ0Q5z94GTIsKxqZM4a2 { top:25.25rem;left:15.875rem;width:9.6875rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XM8BXg7mSFtyxiB9EkfQBO7RKvWMfQU2 { top:20.5rem;left:27.1875rem;width:20.4375rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTnyiODcXwWHM3DSOqaBDD6Vd53K0FeU { top:18.4375rem;left:31.75rem;width:4.3125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkGmQhpNDBbToWWWEitL2tLJcXT9oqny { top:25.25rem;left:31.875rem;width:9.6875rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9yUsWWrULfU2RzQq0SkK5QuLpc2sATs { top:23.625rem;left:31.875rem;width:11.3125rem;height:1.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzC15K9npqvy0L3dcK9gOapffmigN7xI { top:21.875rem;left:34.5rem;width:13.125rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLK1nmyM7v0mbW6ANC6M2Tyxl5wW6eJI { top:35.25rem;left:34rem;width:13.625rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5COpUVdiTzqBbTuqsXiXGc4TJvyCtx5 { top:25.0625rem;left:0rem;width:47.625rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #HzA62tNx0zJSzfVp5FFc0crElyznIMRE { top:33.25rem;left:31.75rem;width:4.3125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMAfTRpe8T6fTtlWub8wphoidwxOqhNA { top:35.3125rem;left:19.375rem;width:12.375rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTnJUJ3KkOX0RlNEXOuzVOpGXSVDE7CB { top:33.75rem;left:19.1875rem;width:12.5625rem;height:1.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TekDTuPTGdiVd8x1xrRDy3T3Qnt9JeQN { top:33.6875rem;left:34.75rem;width:11.3125rem;height:1.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cg5pZuz3Uw7OtMUqTWFIZWou4A296D2c { top:33.3125rem;left:15.875rem;width:4.3125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZ64FQaFzm8rUpFFRU0Nezu4B5XT12M8 { top:35.3125rem;left:3.5rem;width:12.375rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5aCTz5hcVieaUWvkSQVny30kNrtic0F { top:33.75rem;left:4.25rem;width:11.3125rem;height:1.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqQfxyKIyeEkKf074srPn6wVmtebcfK9 { top:33.3125rem;left:0rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuXy0kpAP0zWTeXv20XHE9gKwdAcQmUN { width:25.3125rem;height:4.1875rem;top:45.125rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtGSTfybUlbIBb8wmWImwnahUfzBZ5VH { display:block; }
 }@media only screen and (max-width: 763px) { #OrJHzqhkMbv4ZoZkQeeEARDVyWKBO7q8 { top:6.625rem;left:0rem;width:35.0625rem;height:5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6Od12MhxD5V4ke6MM7DlLx17BzllikM { top:13.25rem;left:0rem;width:37.5625rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPRTWmINSOInLfOek60bivcG7rnwOkPI { display:block; }#TPRTWmINSOInLfOek60bivcG7rnwOkPI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #drNua2vLhX7hnFTKdG0sa3amwQz75plO { top:18rem;left:0rem;width:40.375rem;height:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ckgo0RDACMT9upGEl4LAsXOchcvo5sih { top:16.4375rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqNFBnvFaJO0WExeb3JdoArzV8Hr3CCx { width:17.1875rem;height:2.875rem;top:29.875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvO36GcidKTJ17x3FTkBeEG58SochepM { display:block; }
 }@media only screen and (max-width: 763px) { #VszpwCnIhBTrTk00vLR34mGMyUzdf0uT { top:22.3125rem;left:23.875rem;width:18.625rem;height:1.875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzvL7EOEU9fDetx7CekUyUtSPFUtVTaq { top:24.9375rem;left:23.875rem;width:18.625rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1kEobhriFNWnrU1Dalz899ivUogNinG { top:17.3125rem;left:38rem;width:4.625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLA6dPnMZs3yB69bJ7yslWtaqa5PwwOi { top:19.8125rem;left:23.875rem;width:7.125rem;height:0.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFmtnuGZaqEO4iU1hgmHTXX1GceOLvEy { top:19.4375rem;left:23.875rem;width:9rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qu80MM4TOW9CgA11IP0r2wTFofI6pLDc { top:10.6875rem;left:0rem;width:37.5rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1yT6XahiUJ1uWNEPrsqkKpkvgmM1qyV { top:6.8125rem;left:0rem;width:37.5625rem;height:2.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAaNp0RUbBNXKeSlyGa9WUJeWuOQIlDH { top:4.8125rem;left:0rem;width:31.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwQqEBaxXM9qsQNm54tWb6mMWVHnJlug { top:41.5625rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzxSQWLMv2vClJpEP3wATqKbpXHoDUZg { top:41.5625rem;left:0rem;width:36.6875rem;height:26.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALbULAl6LKOv6Muaxq9h9OWuyUxIJV8y { width:17.1875rem;height:2.875rem;top:55rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpQ84PJXNPMcwX1kNI8p9L7A7vm7E9lH { display:block; }
 }@media only screen and (max-width: 763px) { #vhXeqqzMSetmFc0dFKmHzSGDozPx8Lw4 { top:50.0625rem;left:3.5rem;width:20.375rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4d28naoQFqWVE6M1PX85S8RPm3DVthh { top:47.4375rem;left:5.25rem;width:18.625rem;height:1.875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMqrg0uX2GJRugy4qAcPbokNenOsBbHp { top:42.9375rem;left:7.6875rem;width:4.625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hULN5ohQTsNLqXb9qnrv7iDGyI7GtMq4 { top:44.9375rem;left:15.625rem;width:7.125rem;height:0.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4BQAgULiQynB9RlCNvpQM4bHqv2pIp3 { top:44.5625rem;left:14.625rem;width:9rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TETsvrdDgzHBof0bErL5TtclJ7hDI8Cb { top:67.9375rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIxfvAkrREANV7dq8STkRNP8EDBzK5eD { width:17.1875rem;height:2.875rem;top:81.375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikrdcPz1pk29abQshqw8BGQLBdFWUoma { display:block; }
 }@media only screen and (max-width: 763px) { #G5WQvXGidH3TaQQrWklnV9RcDHrtDgT4 { top:67.9375rem;left:0rem;width:40.375rem;height:23.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQq0ZtmAGED9s8Tf7ct6GxBd0VZCdoKi { top:76.4375rem;left:23.875rem;width:18.625rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgfOx93rgSTO4yHs6wHVkqKGM3E7KEJb { top:73.8125rem;left:23.875rem;width:18.4375rem;height:1.875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WR8z5FukkMg8072IxRLkTO5uBqsPWFzg { top:68.875rem;left:38rem;width:4.625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENGdXEhJvv4wcc5oZa8eF93FquTyQHVs { top:70.9375rem;left:23.875rem;width:9rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALku6gvDyL1FZkRqifSUk0mq7hyrRBeZ { top:71.3125rem;left:23.875rem;width:7.125rem;height:0.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4lmRUhTbtE5cpwm0Uc1XKGG3srHAHaZ { top:93.4375rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #etqD4pQAxb8b6by0Hgd4QyxnDBVT5c4Q { top:101.9375rem;left:3.5rem;width:20.375rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pihySsPOuidEDibNVnmSsKCgPFFfmV3u { top:99.3125rem;left:5.25rem;width:18.625rem;height:;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzubdVoZtq6y1JbaOz310nqxGH1tTX0Z { top:96.4375rem;left:14.625rem;width:9rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARdZgfa2SgqtGBx4XCtZH4Vzvv3UnAkW { top:94.8125rem;left:7.6875rem;width:4.625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPFlZToll80ck3gEtNpmIx5ibaXs8LTv { top:96.8125rem;left:15.625rem;width:7.125rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqzuSh0XKG9Vy6NiXC6Ttp24Fi9EzEyk { width:17.1875rem;height:2.875rem;top:107.75rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdTniMXX9cimouyTolHsBvtwTVAbCZ0L { display:block; }
 }@media only screen and (max-width: 763px) { #G2dEwx8A9XcAd2ptJNzHRhCm8LzyvwWp { top:90.8125rem;left:19.375rem;width:28.375rem;height:26.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocDcI8btGzm1ufGJspT12SCvSFdRBeqA { display:block; }#ocDcI8btGzm1ufGJspT12SCvSFdRBeqA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xb2CFItBuugW2piTBLV319wUOb1i2M6C { top:16.3125rem;left:2.4375rem;width:44.625rem;height:3.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #foTO7sGS1WiGUG18qEF7R99GafRuFcXg { top:20.875rem;left:11.625rem;width:24.625rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJPhsG6MKmxdoLmuQQsbAOtddziTATt6 { top:8.625rem;left:18rem;width:11.875rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #loT9oC7AMJAzUH7FdKaczrPeVN5pRrrW { display:block; }#loT9oC7AMJAzUH7FdKaczrPeVN5pRrrW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LpVkzE7L39Tr2VtKoQmpf20b4tR0X2HN { width:25.1875rem;height:5.625rem;top:11rem;left:22.5625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bq5U9debaLt6IQ2vpsLO7UCmtM94pZR3 { width:18.375rem;height:3.5625rem;top:18.25rem;left:29.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZSkBOoVsrseIEgrXrdzm9czXM1I85Ma { top:5rem;left:0rem;width:39.0625rem;height:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1qtI7GMzlWLlFbRw1Ka3U39KDIwXTny { width:20.9375rem;height:3.375rem;top:23.75rem;left:22.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyhgeGqsBEsPRxHcTZWuhHMvQr4QOxmI { display:block; }
 }@media only screen and (max-width: 763px) { #gz8FKryzciTM824Ee6uxhEiwMl1J2TFm { display:none; }
 }@media only screen and (max-width: 763px) { #eqtU01bxr9xJkpfPKXeHa3CcTme1orqT { display:block; }#eqtU01bxr9xJkpfPKXeHa3CcTme1orqT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uQdecsvW4Q4VUdn0IIqTArPanFm1fntK { top:10.125rem;left:0rem;width:29rem;height:9.375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oh7O9pJe4OJStOozUCgkZhHyaXhcdaJQ { top:8.4375rem;left:0rem;width:5.0625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wp1ChqHoadTeBumqLlFW9asEiuSHLPIm { top:21.875rem;left:0rem;width:23.5rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmehqRlCUIRCFfffDfCFp0KyyV0VIpEi { top:4rem;left:25.5rem;width:3.125rem;height:3.125rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #VU0tTabLOXf6Q6gO9ZiM6JmXF1c7OZ7Q { top:31.8125rem;left:23.875rem;width:23.75rem;height:6.6875rem;background-color:#6d20f7;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #T0l6NyHiR10fTmVmSfzF318UNQOidoaX { top:30.25rem;left:0rem;width:28.4375rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvQRrlMmGFLFD0B2XUfGJMpGOxMksZDP { top:16.5625rem;left:23.875rem;width:23.75rem;height:13.1875rem;background-color:#6d20f7;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #caURPwEQUtQ7pwbZEy4zveFZMq2QPTdT { top:5.5rem;left:30.25rem;width:17.5rem;height:1.75rem;font-size:1.375rem;color:#ebebeb;display:block; }
 }@media only screen and (max-width: 763px) { #M8R004L9nV9sZx9ohma1XTnkvqEJa37a { top:8.4375rem;left:30.5625rem;width:14.0625rem;height:4.5rem;font-size:1rem;color:#ebebeb;display:block; }
 }@media only screen and (max-width: 763px) { #liIAygE9TN6LQiMvHV1G1NfLgwiqs9wL { top:18.375rem;left:25.625rem;width:3.125rem;height:3.125rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #iWTl6LMVqSQGVrh2MskpQtN8pTnIv9Rq { top:18.875rem;left:29.9375rem;width:15rem;height:3rem;font-size:1.5rem;color:#ebebeb;display:block; }
 }@media only screen and (max-width: 763px) { #cHT2OdlTX7IcVS303UTCTLq8R2Tbd1dr { top:22.875rem;left:29.9375rem;width:15.125rem;height:6rem;font-size:1rem;color:#ebebeb;display:block; }
 }@media only screen and (max-width: 763px) { #eaPsH2Sy0b0mzNqSQK1lTZE4ZOvwDvr2 { top:2.125rem;left:23.875rem;width:23.75rem;height:12.375rem;background-color:#6d20f7;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #gW9Lqe4qzARJQdU0asOg4T4dT33lfiPz { top:33.6875rem;left:30.0625rem;width:14.25rem;height:1.8125rem;font-size:1.375rem;color:#ebebeb;display:block; }
 }@media only screen and (max-width: 763px) { #wEAkdx0JJvL9SFFVyZUd5EoDc8B7obsq { top:35.4375rem;left:30rem;width:14.625rem;height:1.5rem;font-size:1rem;color:#ebebeb;display:block; }
 }@media only screen and (max-width: 763px) { #GOiXxGOBJthhaV67p42PTlylQ8kp41LW { top:33.9375rem;left:25.5rem;width:3.875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCO3Rp2gQzrI25IF6TGMtUGg2kJsr33f { top:31.75rem;left:0rem;width:47.75rem;height:32.575924295775rem;display:none; }
 }@media only screen and (max-width: 763px) { #iCyq3QOuekxhOySVf1vGSZ2eCLKPt8Jq { top:-4.1875rem;left:0rem;width:47.75rem;height:32.350625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrPSmuZtmnJSlIJHz3v3pGaxGiApaiOM { display:none; }#GrPSmuZtmnJSlIJHz3v3pGaxGiApaiOM > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #eNqE27Utx0gLf7e3hzb759NRPMzfUHFZ { top:5rem;left:0rem;width:20rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bU7iHf9MeWCpqiiGN4ZLr7VAx8zW5tTa { top:8.4375rem;left:0rem;width:5.0625rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyshQFwZ9A3thuDL5uSiFbQ6R1VgNBDi { top:21.875rem;left:0rem;width:23.5rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgBVIszh5FXXXbvE4klGpegTi9lbqmzS { top:4rem;left:25.5rem;width:3.125rem;height:3.125rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #d0eiKJglrgacr99ZcQXhmrM8bbl4gPDm { top:31.8125rem;left:23.875rem;width:23.75rem;height:6.6875rem;background-color:#6d20f7;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #wXNXO53lxmxNy2u4O3OTk9TSFB2HJ0Gr { top:30.25rem;left:0rem;width:28.4375rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyJrVMdcbtPerT9uTDXJftqs3UFLawwq { top:16.5625rem;left:23.875rem;width:23.75rem;height:13.1875rem;background-color:#6d20f7;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #cE8vRerm1XKvAwTZQzrDAv4lr3S4l2U6 { top:5.5rem;left:30.25rem;width:17.5rem;height:1.75rem;font-size:1.375rem;color:#ebebeb;display:block; }
 }@media only screen and (max-width: 763px) { #BGcm2oNiNZubQUnwgGVBMw40paB8PKpm { top:8.4375rem;left:30.5625rem;width:14.0625rem;height:4.5rem;font-size:1rem;color:#ebebeb;display:block; }
 }@media only screen and (max-width: 763px) { #n0PM2U2CsgIQHtRTHK46QNSAWTAFeLE4 { top:18.375rem;left:25.625rem;width:3.125rem;height:3.125rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #E9N041I2nGtZV6k2Ay69tsxBvWTR7KKJ { top:18.875rem;left:29.9375rem;width:15rem;height:3rem;font-size:1.5rem;color:#ebebeb;display:block; }
 }@media only screen and (max-width: 763px) { #CV6HXXgTcXTZvifWshVaV40ULaLzfTm7 { top:22.875rem;left:29.9375rem;width:15.125rem;height:6rem;font-size:1rem;color:#ebebeb;display:block; }
 }@media only screen and (max-width: 763px) { #dFwB1TwWS9PqCxhVAcaJK4bQTd5m3OVE { top:2.125rem;left:23.875rem;width:23.75rem;height:12.375rem;background-color:#6d20f7;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #s0VxCvizzz7zcXwn7yZaJeLnsko7UZIV { top:33.6875rem;left:30.0625rem;width:14.25rem;height:1.8125rem;font-size:1.375rem;color:#ebebeb;display:block; }
 }@media only screen and (max-width: 763px) { #vkCi5571MRuMfbr7SNNPqMw24KT65gAS { top:35.4375rem;left:30rem;width:14.625rem;height:1.5rem;font-size:1rem;color:#ebebeb;display:block; }
 }@media only screen and (max-width: 763px) { #vEETHzE9vxiH7QWOE6qJL8IQID0ZVlBn { top:33.9375rem;left:25.5rem;width:3.875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMccXrsfGQU9lA0G43pyWifmrya0cmo6 { display:block; }#MMccXrsfGQU9lA0G43pyWifmrya0cmo6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y8rfCvBLMkxR15ipZwpZmM1hgo9yx8pS { top:15.875rem;left:0rem;width:47.75rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #IRzU1ymFgaS43FzhkTP44mPIZu7Mzm4I { top:16.875rem;left:20.1875rem;width:27.5625rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s73QSX39R1OMEUTVM5D7Pulscd9mHCmm { top:3.75rem;left:0rem;width:25rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICIpsvW6lJWi18EKyTtsUuE1aqmF1tfr { top:10.25rem;left:0rem;width:18.125rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xl5tZIn6gadFW0oE3wW5K2MUuMCsLHyc { top:12.625rem;left:41.625rem;width:6.125rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFP58hTskq1rVysg19t35qvkgT8RySl3 { top:15.875rem;left:0rem;width:47.75rem;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #P57i6volCTrB28s38TODttDvTyLeH9gB { top:11.9375rem;left:24.75rem;width:23rem;height:;font-size:1rem;display:block; }#P57i6volCTrB28s38TODttDvTyLeH9gB li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ed54979b0f3e3fdf68b8d10d87ef3dcc3a04a99e.svg); }
 }@media only screen and (max-width: 763px) { #V9yFKWGxJc4ZJ5xPW3gzXoV5yHO5Wker { top:9.9375rem;left:24.75rem;width:23rem;height:;font-size:1rem;display:block; }#V9yFKWGxJc4ZJ5xPW3gzXoV5yHO5Wker li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_30709dee9c5e8c80615e8d709ffe0dea05f85aaf.svg); }
 }@media only screen and (max-width: 763px) { #pbeRm7fkADUWySnNRCMfOugmrTk3M99b { top:7.875rem;left:33.75rem;width:13.3125rem;height:;font-size:1rem;display:block; }#pbeRm7fkADUWySnNRCMfOugmrTk3M99b li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0e92ec25368867145d03a1e3c1d100763ea0be3d.svg); }
 }@media only screen and (max-width: 763px) { #Cwg9QT4Mvi9UkpNve2m8fz265PP9EKcc { display:none; }#Cwg9QT4Mvi9UkpNve2m8fz265PP9EKcc > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #st8K3g1MR5r20PBX9TOZvKTd5bOi176V { top:15.875rem;left:0rem;width:47.75rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #dtEuBffNxlLJ6TAh1thhJWVQuUpaGlca { top:16.875rem;left:20.1875rem;width:27.5625rem;height:1.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbykrKTxXq2gQ32inWr7rN0FW3JSUs0n { top:3.75rem;left:0rem;width:25rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMVJPPaIadRP3mRksKaeiPl98l11peMs { top:10.25rem;left:0rem;width:18.125rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVzrTd6SblhidmrhbVRQAFoyzKL0BFXV { top:15.875rem;left:0rem;width:47.75rem;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #pUlMSQTT01IX1MGPuzi3XLc8lcEWz5tw { top:11.9375rem;left:24.75rem;width:23rem;height:;font-size:1rem;display:block; }#pUlMSQTT01IX1MGPuzi3XLc8lcEWz5tw li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ed54979b0f3e3fdf68b8d10d87ef3dcc3a04a99e.svg); }
 }@media only screen and (max-width: 763px) { #UbJG7sbgihbwOeyTh6uS8tf2whyk7mFM { top:9.9375rem;left:24.75rem;width:23rem;height:;font-size:0.9375rem;display:block; }#UbJG7sbgihbwOeyTh6uS8tf2whyk7mFM li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_30709dee9c5e8c80615e8d709ffe0dea05f85aaf.svg); }
 }@media only screen and (max-width: 763px) { #hzUZ2wFGgWWrJFGgmndaKQ7VfPe2VueQ { top:7.875rem;left:33.75rem;width:13.3125rem;height:;font-size:1rem;display:block; }#hzUZ2wFGgWWrJFGgmndaKQ7VfPe2VueQ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0e92ec25368867145d03a1e3c1d100763ea0be3d.svg); }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/6bdac375-c64f-4897-94cd-f287441af1a6/mobile.jpg");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:56.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o7nzpNLdcoJNtEgAJAPk0OW7s5m3agtV { width:14.3125rem;height:6.5625rem;top:9.0625rem;left:2.8125rem;font-size:2.1875rem;text-align:center;text-align-last:center;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2);display:block; }
 }@media only screen and (max-width: 763px) { #rNV2H5T7hHSyk2uUThgvDya0y8ORGT3N { width:17.625rem;height:3.9375rem;top:16.6875rem;left:1.1875rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.4;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2);display:block; }
 }@media only screen and (max-width: 763px) { #bK4uN9pfV5IXVDIHPtPMOw7vO6dbhiHE { width:14.75rem;height:2.0625rem;top:4.8125rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbcMl3e7xT3T0OCzIbkaeXRTTFXDEsuA { width:18.375rem;height:1.900025rem;top:25.75rem;left:1.625rem;font-size:1.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #UTz9VGEWIBCwBXpHRuJ3tZTGttOHfb5R { width:16rem;height:2.0625rem;top:28.0625rem;left:1.5625rem;font-size:0.9375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #uLFDK7vDfOqv6sc408XKwD6TWT56RiRo .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;display:block;vertical-align:top;height:auto;line-height:.7;overflow:hidden;font-size:0.9375rem; }
#uLFDK7vDfOqv6sc408XKwD6TWT56RiRo .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top;height:2.5625rem; }
#uLFDK7vDfOqv6sc408XKwD6TWT56RiRo .widget-input-text {padding-top: 0; padding-bottom: 0;}#uLFDK7vDfOqv6sc408XKwD6TWT56RiRo .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#uLFDK7vDfOqv6sc408XKwD6TWT56RiRo .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#uLFDK7vDfOqv6sc408XKwD6TWT56RiRo .widget-input-select {padding-top: 0; padding-bottom: 0;}#uLFDK7vDfOqv6sc408XKwD6TWT56RiRo .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#uLFDK7vDfOqv6sc408XKwD6TWT56RiRo .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#uLFDK7vDfOqv6sc408XKwD6TWT56RiRo .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;color:rgba(var(--color-tertiary-0),1);line-height:1;overflow:hidden;height:3.25rem;font-size:0.9375rem;font-weight:700;font-style:normal;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem; }
#uLFDK7vDfOqv6sc408XKwD6TWT56RiRo [class*="-text"]:-moz-placeholder { font-size:0.9375rem; }
#uLFDK7vDfOqv6sc408XKwD6TWT56RiRo [class*="-text"]::-moz-placeholder { font-size:0.9375rem; }
#uLFDK7vDfOqv6sc408XKwD6TWT56RiRo [class*="-text"]:-ms-input-placeholder { font-size:0.9375rem; }
#uLFDK7vDfOqv6sc408XKwD6TWT56RiRo [class*="-text"]::-webkit-input-placeholder { font-size:0.9375rem; }
#uLFDK7vDfOqv6sc408XKwD6TWT56RiRo .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uLFDK7vDfOqv6sc408XKwD6TWT56RiRo .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0;font-size:0; }
#uLFDK7vDfOqv6sc408XKwD6TWT56RiRo .widget-container:first-of-type{padding-top:0;}#uLFDK7vDfOqv6sc408XKwD6TWT56RiRo .widget-container:last-of-type{padding-bottom:0;}#uLFDK7vDfOqv6sc408XKwD6TWT56RiRo  { width:17.5rem;height:auto;top:30rem;left:0rem; }
#uLFDK7vDfOqv6sc408XKwD6TWT56RiRo .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#uLFDK7vDfOqv6sc408XKwD6TWT56RiRo {display:block;}#uLFDK7vDfOqv6sc408XKwD6TWT56RiRo { width:17.5rem;height:auto;top:30rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #uLFDK7vDfOqv6sc408XKwD6TWT56RiRo #OxIIdhs1UIUTBcgaB9eOoFQV4AL0nG3o {  }
 }@media only screen and (max-width: 763px) { #uLFDK7vDfOqv6sc408XKwD6TWT56RiRo #TwVzIiS2NnoLEGhQ05Z3sHHd1arCFnde { display:block; }
 }@media only screen and (max-width: 763px) { #uLFDK7vDfOqv6sc408XKwD6TWT56RiRo #w6uTiz8wH4c3292k7ksHNTgfbASry0UU {  }
 }@media only screen and (max-width: 763px) { #uLFDK7vDfOqv6sc408XKwD6TWT56RiRo #GmVd7C39rTuFWgPbmzDouxzpZVQQ7tBH {  }
 }@media only screen and (max-width: 763px) { #uLFDK7vDfOqv6sc408XKwD6TWT56RiRo #b2ZU6EJ8pkKm0WgPTFN2bSpeWtcsGpEE { display:block; }
 }@media only screen and (max-width: 763px) { #uLFDK7vDfOqv6sc408XKwD6TWT56RiRo #BypFe69xaLVZqfE2nShxmXmssA2I9F32 {  }
 }@media only screen and (max-width: 763px) { #uLFDK7vDfOqv6sc408XKwD6TWT56RiRo #s9f8ht5kig6VCRVuaFCBSlMcNvPwzx4Z {  }
 }@media only screen and (max-width: 763px) { #uLFDK7vDfOqv6sc408XKwD6TWT56RiRo #mLZIIdXQaIGZZbVX4LKkeKp8R4a1hRvg { display:block; }
 }@media only screen and (max-width: 763px) { #uLFDK7vDfOqv6sc408XKwD6TWT56RiRo #su6zg8MNsFzIV7n9Q08HflZgnsTJz1gE {  }
 }@media only screen and (max-width: 763px) { #uLFDK7vDfOqv6sc408XKwD6TWT56RiRo #PrhF6KMHfTHPxAapmiRMzxuQQEmzvKPN {  }
 }@media only screen and (max-width: 763px) { #uLFDK7vDfOqv6sc408XKwD6TWT56RiRo #QN7UbmlHcQybdr7EctUrTdQ8HXlw9GUe { display:block; }
 }@media only screen and (max-width: 763px) { #uLFDK7vDfOqv6sc408XKwD6TWT56RiRo #ohWaTaEMuubk7HiBkrzlRFT55sLCZ7zA {  }
 }@media only screen and (max-width: 763px) { #NS5MuRH7wFs4pxgWiEn9WqVh8U5T78el { display:block; }
 }@media only screen and (max-width: 763px) { #avgPkoWLF1hCTKTVZFyshyDecLctxya3 { display:block; }
 }@media only screen and (max-width: 763px) { #ygVh4F3GBM86oT3JDHM4LdvIDPax1Tm9 { display:block; }
 }@media only screen and (max-width: 763px) { #pxha0qGQDvMsfFKEhKFXGXKGmgH42TSB { display:block; }
 }@media only screen and (max-width: 763px) { #amn5rzorCMWfV6ZLeSXW8FkHrmZJzBcL { display:block; }
 }@media only screen and (max-width: 763px) { #rCpBB48v8GMzD2xLRfDTsp0kM2PH5Zlg { display:block; }
 }@media only screen and (max-width: 763px) { #uLFDK7vDfOqv6sc408XKwD6TWT56RiRo #o1qpvUkvSvpUEHotvf0TuSZg7F5ULXSH {  }
 }@media only screen and (max-width: 763px) { #uLFDK7vDfOqv6sc408XKwD6TWT56RiRo #iNeVphX3IGhp7WHiIkSoREHmfrozAJHa {  }
 }@media only screen and (max-width: 763px) { #EGbiNrnpGd16WTE4vf5RZf7WO3LE6Boc { width:20rem;height:30.1875rem;top:24.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwoN9aeqUh50OXlDeqXBZxyoG50Nnfl0 { display:flex;width:2.25rem;height:2.25rem;top:57.00116875rem;left:15.3125rem;display:none; }
#JwoN9aeqUh50OXlDeqXBZxyoG50Nnfl0 > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #wqWTT91XVZbuJeybTy6mQEX4DEw0mr9M { width:17.5625rem;height:3.5625rem;top:56.25116875rem;left:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LhUl7dkmBk79C4EJgUKCDiZNt5knxCso { width:12.1875rem;height:0;top:56.93866875rem;left:2.4375rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nxxSb4gM8s1cezOARwGQWPZfiwOTV0vf { display:block; }#nxxSb4gM8s1cezOARwGQWPZfiwOTV0vf > .row .container { width:20rem;height:32.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U5TAFgrqotI5oXsMJDEid9RsfpHuxawn { width:11.125rem;height:1.23730625rem;top:1.8994140625rem;left:6.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVoScdWVkQamyUtQPrWZxRIRs2MpTztV { width:12.75rem;height:1.125rem;top:3.75rem;left:6.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcPUQeplScsqCuAwEZb6RDIcabpNRNTU { width:4.375rem;height:4.375rem;top:1.26806640625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnhXxemMRLydITpp19iV1enUwLUz3HVq { width:8.875rem;height:1.23730625rem;top:8.125rem;left:6.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOPXfRlwIPoBMiPDXAdnTwwTlbFAbFwT { width:11.625rem;height:1.125rem;top:10rem;left:6.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPSPIMa5bodCg3vgNhCghOW7EvIscfvS { width:4.4375rem;height:4.4375rem;top:7.5rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7Me5MytdN8VN0mmuANI8Jl6MrEbkmV5 { width:8.875rem;height:1.23730625rem;top:14.375rem;left:6.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrmrBwuURN36deOmQWAtealFZPQ1TZ5D { width:11.5625rem;height:1.125rem;top:16.25rem;left:6.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTXWlkbwuZEc4GE9u5lwJNouxgpmDSlT { width:4.4375rem;height:4.4375rem;top:13.75rem;left:1.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ga3dRDObo4QK7vWNsbZwwubrXBysyaJu { width:8.875rem;height:1.23730625rem;top:20.625rem;left:6.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xU9Ta2AuqtMNuDA1PXcgNDvX8tDHgTsz { width:12.875rem;height:1.125rem;top:22.5rem;left:6.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWRwtAP3txS5MOSvZKQZr1EoScUGBC4C { width:4.4375rem;height:4.4375rem;top:20rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7uzZPmJXKbsTsp7dTd6MnuTeUQcmrT3 { width:10.4375rem;height:1.125rem;top:28.75rem;left:6.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRTIgfXBy49yi0PTR2U7cVWTGBcmkn2X { width:8.875rem;height:1.23730625rem;top:26.875rem;left:6.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNAedwSQdIneuQHZ0pkSTeVKvAJEC8OR { width:4.4375rem;height:4.4375rem;top:26.25rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVovVUvWWTCRDQFeIqRgV1rSVf777SCy { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/ef57f73b-c10b-4f38-980b-19c565b1f8be/metal_bascula_banner_2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GVovVUvWWTCRDQFeIqRgV1rSVf777SCy.adaptive-delivery-prevent-bg, #GVovVUvWWTCRDQFeIqRgV1rSVf777SCy.lazyload, #GVovVUvWWTCRDQFeIqRgV1rSVf777SCy.lazyloading { background-image: none; }#GVovVUvWWTCRDQFeIqRgV1rSVf777SCy > .row .container { background-color: transparent; background-image: none; }#GVovVUvWWTCRDQFeIqRgV1rSVf777SCy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GVovVUvWWTCRDQFeIqRgV1rSVf777SCy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GVovVUvWWTCRDQFeIqRgV1rSVf777SCy > .row .container > .video-iframe-container { display: none; }#GVovVUvWWTCRDQFeIqRgV1rSVf777SCy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GVovVUvWWTCRDQFeIqRgV1rSVf777SCy > .row > .video-iframe-container { display: none; }#GVovVUvWWTCRDQFeIqRgV1rSVf777SCy > .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); }#GVovVUvWWTCRDQFeIqRgV1rSVf777SCy > .row .container { border-width: 0; border-radius: 0; }#GVovVUvWWTCRDQFeIqRgV1rSVf777SCy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GVovVUvWWTCRDQFeIqRgV1rSVf777SCy > .row .container { width:20rem;height:108.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WKECBAc2JM3eISFi6sztI6QNDsTRAw8r { width:13.25rem;height:2.5996125rem;top:11.4375rem;left:3.375rem;font-size:1rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #lntM9XDZHlfiOHNRWg5ak4IXkWib2GHT { width:20rem;height:0.89355625rem;top:2.6875rem;left:0rem;font-size:0.6875rem;font-weight:300;font-style:normal;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #Uf6ngm8OhHQgnXhAvNukKT23TkxqbCLI { width:16.9375rem;height:5.625rem;top:4.625rem;left:1.53125rem;font-size:1.875rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #RL3DOV366tEmUMWTktnwPaw7UW5TUBnu { width:15.125rem;height:19.0625rem;top:16.6875rem;left:2.4375rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #uvb5P0h347nSMg2VKyXZ7pszSbJ5PKym { width:4.4375rem;height:4.375rem;top:14.6875rem;left:3.75rem;z-index:15045;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #DZE2zhWHdUn5xAmZriP9uOtI1izXdMxF { width:11.3125rem;height:1.125rem;top:20.4375rem;left:4.375rem;font-size:1.25rem;z-index:15050;display:block; }
 }@media only screen and (max-width: 763px) { #RuPXIuK1KnFlTi8PdLloPi0s2DK72e27 { width:9.3125rem;height:3.65625rem;top:22.0625rem;left:4.375rem;font-size:0.9375rem;z-index:15050;display:block; }
 }@media only screen and (max-width: 763px) { #QOurecyol9QMnhvG7dpS2TiQ7miOPT84 { width:17.6875rem;height:12.4375rem;top:23.375rem;left:0.875rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #FpiWfOgT1K60XK2aduZDAVdwzm1ieNkA { width:19.875rem;height:81rem;top:23.3125rem;left:0rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;z-index:15005;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #zk5LIhF3FOirsqlTUa4zPkTvzeDLDJRS { width:15.125rem;height:19.0625rem;top:38.5625rem;left:2.4375rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #ypMu6nyumNwk9kQlxny2HbzW9I1VF0sb { width:9.6875rem;height:3.65625rem;top:45.3125rem;left:3.75rem;font-size:0.9375rem;z-index:15056;display:block; }
 }@media only screen and (max-width: 763px) { #JsJIidpUqMkV1Npw6uwSmAnZdAXFXAQx { width:10.5rem;height:1.125rem;top:43.0625rem;left:3.75rem;font-size:1.25rem;z-index:15056;display:block; }
 }@media only screen and (max-width: 763px) { #VXKXfFwmrc2aWwnowmXf44us032EEoLb { width:4.375rem;height:4.375rem;top:37rem;left:3.8125rem;z-index:15071;display:block; }
 }@media only screen and (max-width: 763px) { #BAeXcloDrTtUurx6WoKGrEreBq8xv2UT { width:8.1875rem;height:13.5625rem;top:46.375rem;left:9.4375rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #MTdTrFlPyvzy1UXExpLZfdtzz7GceOOy { width:15.125rem;height:19.0625rem;top:61.5rem;left:2.4375rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #EzH08ATysouhWLwRuTUtoq8rKa7M20k7 { width:12.0625rem;height:3.65625rem;top:67.625rem;left:3.875rem;font-size:0.9375rem;z-index:15061;display:block; }
 }@media only screen and (max-width: 763px) { #ZCc1Q3TFwaCm7N5nOugO0bdRM45fqKiV { width:8.125rem;height:1.125rem;top:65.9375rem;left:3.75rem;font-size:1.25rem;z-index:15061;display:block; }
 }@media only screen and (max-width: 763px) { #Dr3dh4oVIWukHrdl9nrD1lzPwJNuhgu2 { width:4.375rem;height:4.375rem;top:59.9375rem;left:3.8125rem;z-index:15076;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #GLFSSy4JDDCch1aWLnJBXa2sZSI1dOnT { width:14.875rem;height:9.75rem;top:70.8125rem;left:2.6875rem;z-index:15012;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ZbIBuayNtiNtFTEZ5WIDQxIFfAbsx1U8 { width:5.0625rem;height:5.0625rem;top:82.75rem;left:1.25rem;z-index:15079;display:block; }
 }@media only screen and (max-width: 763px) { #STwZFdGZdGSdwXApwL3eVDpvbG6w4EQV { width:9.0625rem;height:1.375rem;top:83.1875rem;left:6.875rem;font-size:1.25rem;z-index:15064;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #erUH2VB3VCZbOhg3teTGToHqLZMZwC56 { width:11rem;height:3.65625rem;top:84.6875rem;left:6.875rem;font-size:0.9375rem;z-index:15065;font-weight:300;font-style:normal;color:rgba(var(--color-secondary-1),1);line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #NnM1U93HUH1GTLLqTJ2keISUTS6AL36e { width:5.0625rem;height:5.0625rem;top:89.4375rem;left:1.25rem;z-index:15082;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #rxdSacw4eD5CyzNrwm6UPTPNKmr4ov4g { width:11rem;height:3.65625rem;top:91.375rem;left:6.875rem;font-size:0.9375rem;z-index:15068;font-weight:300;font-style:normal;color:rgba(var(--color-secondary-1),1);line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #wZfvaGSIVtrMgL1ltK8hc8hxByLpXJ7O { width:13rem;height:1.375rem;top:89.875rem;left:6.875rem;font-size:1.25rem;z-index:15067;line-height:1.1;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #qp1GkoAsTD1DLOGImS3zvuWx3XCohpMH { width:10.4375rem;height:3.65625rem;top:98.25rem;left:6.875rem;font-size:0.9375rem;z-index:15071;font-weight:300;font-style:normal;color:rgba(var(--color-secondary-1),1);line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #o50ukdPl8cNrO2dXHSCnncsWleLx8o9o { width:5.0625rem;height:5.0625rem;top:96.3125rem;left:1.25rem;z-index:15085;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #cc0kaeDHO8rgQQ8De4Eln2EABwTX0q6p { width:11.75rem;height:1.375rem;top:96.75rem;left:6.875rem;font-size:1.25rem;z-index:15070;line-height:1.1;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #KSoVoZNWUxz2NpQ4h1aV10iw9bSTkiRK { width:14.8125rem;height:3.1875rem;top:102.625rem;left:2.59375rem;z-index:15087;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5qAmn0J4be4PfptNxxKeCTeU4oP32Tk { display:block; }
 }@media only screen and (max-width: 763px) { #RKk5IussffWAkdP4KDfg2FNznwe16NDT { display:block; }#RKk5IussffWAkdP4KDfg2FNznwe16NDT > .row .container { width:20rem;height:127.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fRWq4sxBRF36gvu5WrKZ2nAIfG5ZWwdX { width:16rem;height:22.1875rem;top:9rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVZydhlfQb5wwb8huqDnPdfK1HanRDpI { width:20rem;height:15.625rem;top:22.4599609375rem;left:-0.94804216867469rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #sNyatTaTd8kKw8zazh2TbVkDpQdN5PH9 { width:3.3125rem;height:3.3125rem;top:10.0625rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tk56CKzh7bKRdp5Fegs770lGb981H2gs { width:8.9375rem;height:1.01220625rem;top:15.375rem;left:5.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIPiC2z2CgbsmG3Mm1LrBLocuNTmR3mP { width:10.5625rem;height:4.5rem;top:17.21875rem;left:5.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwRXIJVcLwy2MvtH6aRDPTLRSUlB7Hux { width:11.6875rem;height:2.125rem;top:22.375rem;left:5.125rem;line-height:.9;font-size:0.75rem;font-weight:700;font-style:normal;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcTB4wFrZz49T01waWfyxRSbOX2Mdq8c { display:block; }
 }@media only screen and (max-width: 763px) { #rbCSone8Eb0QA1WUQv4azTzu8KFdWSdk { width:20rem;height:5.625rem;top:2.5rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVB9wFJzGc19siTdhCJqXrVWg8L5iK1G { width:5.625rem;height:1.125rem;top:13.3125rem;left:5.625rem;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);background-color:rgba(var(--color-primary-0),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #tq2DJtFsZcDvpnqnat0aIdKu2H4mtK0x { width:5rem;height:0.6186525rem;top:13.6875rem;left:6.0625rem;font-size:0.6875rem;color:rgba(var(--color-primary-2),1);text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ErhhbWCurvR4lwCkX6ulodvklySDOItd { width:16rem;height:22.1875rem;top:39.6875rem;left:2rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #EeTrXg2DnN3FsKzhB5Jcdvs4dTZd2iZ5 { width:11.5rem;height:4.5rem;top:48rem;left:3.75rem;font-size:0.9375rem;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #MNQ54Mo2pzbZJqbi05BDWi6spZ6OzmNG { width:11.6875rem;height:2.125rem;top:53.125rem;left:3.1875rem;line-height:.9;font-size:0.75rem;font-weight:700;font-style:normal;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #p64PWgrvDXM0WcwoTTERxo9u1CdrBcfc { display:block; }
 }@media only screen and (max-width: 763px) { #UB297FJI6FMlBG11oS0TmKTKy2afUXQ7 { width:8.9375rem;height:1.01220625rem;top:46.125rem;left:3.6875rem;font-size:1.125rem;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #PFUUrTHslqymyaplwEhiHnw2p9SIQnFe { width:5.625rem;height:1.125rem;top:44.0625rem;left:3.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);background-color:rgba(var(--color-primary-0),1);background-image:none;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #WogPKpN0L8EdE6bQt1obTdKf78edy8dd { width:5rem;height:0.6186525rem;top:44.4375rem;left:4.125rem;font-size:0.6875rem;color:rgba(var(--color-primary-2),1);text-align:left;text-align-last:left;z-index:15045;display:block; }
 }@media only screen and (max-width: 763px) { #aKQn6uwoKoAgvXgLtB5EqxHCL18ZkItC { width:3.3125rem;height:3.3125rem;top:40.75rem;left:13.5625rem;z-index:15023;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #e4Th9D1CXzGkLDp8X1Wwh5BhZhW8zofg { width:20rem;height:15.3125rem;top:52.582054152009rem;left:1.4282786885246rem;overflow:hidden;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #TysaZzboOO7ZV3REgZ9pk2p0zWHNhVRS { width:16rem;height:22.1875rem;top:69.625rem;left:2rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #gIgquoZXJQHvfXx1MycoT0gbMTXwSGgv { width:8.9375rem;height:1.01220625rem;top:76.6875rem;left:5.6875rem;font-size:1.125rem;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #nH0kQ7WCnH6G1QngVZQITCPJdaJeCed0 { width:5.625rem;height:1.125rem;top:74.625rem;left:5.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);background-color:rgba(var(--color-primary-0),1);background-image:none;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #FQv5UB9px4npsUTanuJafK18B14WkFXB { width:10.5625rem;height:3.375rem;top:78.5625rem;left:5.75rem;font-size:0.9375rem;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #d3Khd67A95wFJTd8D5plxPO09VmKF6n7 { width:5rem;height:0.6186525rem;top:75rem;left:6.125rem;font-size:0.6875rem;color:rgba(var(--color-primary-2),1);text-align:center;text-align-last:center;z-index:15045;display:block; }
 }@media only screen and (max-width: 763px) { #PUnTlb2k1MhNEBzMAVOUiqpciMgsVHJF { width:11.6875rem;height:2.125rem;top:83.6875rem;left:5.1875rem;line-height:.9;font-size:0.75rem;font-weight:700;font-style:normal;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #velBmtaqE0AM5nDQvwwFBlxcSDXaGKqX { display:block; }
 }@media only screen and (max-width: 763px) { #CWEB7f8CtQa3vQz95XM23LdpFko3mOqS { width:3.3125rem;height:3.3125rem;top:70.6875rem;left:2.8125rem;z-index:15023;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #OnI1nEKbnX3wTCbLdNBsBpXmhQ3gFmtf { width:20rem;height:12.75rem;top:83.625rem;left:-1.4375rem;overflow:hidden;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #xsEfiFcxRubdeu7s5Dz6COs7SBb9b5uv { width:16rem;height:22.1875rem;top:98rem;left:2rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #yoz9eDfREUCJowDulW8rXbFlaeOdMWm4 { width:5.625rem;height:1.125rem;top:102.375rem;left:3.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);background-color:rgba(var(--color-primary-0),1);background-image:none;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #qQQ6DgOUSWoNSDhiL0eT5nwIp2FZo4e1 { width:8.9375rem;height:1.01220625rem;top:104.4375rem;left:3.6875rem;font-size:1.125rem;z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #sRZwuzpLnxmVefPfJwMv1nHBUKc4nfcv { width:5rem;height:0.6186525rem;top:102.75rem;left:4.125rem;font-size:0.6875rem;color:rgba(var(--color-primary-2),1);text-align:center;text-align-last:center;z-index:15053;display:block; }
 }@media only screen and (max-width: 763px) { #qyzBeRX12rFXA3HFkz5OevCvIPhhnSFL { width:8.6875rem;height:6.75rem;top:106.3125rem;left:3.75rem;font-size:0.9375rem;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #ZuUvTECH8UueBtvqdqQf4RgbUwwQxsLC { width:11.6875rem;height:2.125rem;top:113.6875rem;left:3.4375rem;line-height:.9;font-size:0.75rem;font-weight:700;font-style:normal;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;z-index:15051;display:block; }
 }@media only screen and (max-width: 763px) { #CKnCMRcUVu3b1gxlkzSUguf2Hrtg5pPb { display:block; }
 }@media only screen and (max-width: 763px) { #yvcpQ86lgCwTHGkaxgf0hCxrSllsSr83 { width:3.3125rem;height:3.3125rem;top:99.0625rem;left:13.5625rem;z-index:15031;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #NM6L4hmTJdle0IA79REnaecQAyDkz5u9 { width:20rem;height:22.25rem;top:104.4375rem;left:2.5375rem;overflow:hidden;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #OouUE8koTNvMEp4Vl48SiRLxlmalmZDc { width:20rem;height:0.89355625rem;top:1.6875rem;left:0rem;font-size:0.6875rem;font-weight:700;font-style:normal;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #E9g8cAwduvbBiVmpqB8cyTiJAGCpgTLE { display:none; }#E9g8cAwduvbBiVmpqB8cyTiJAGCpgTLE > .row .container { width:20rem;height:106.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tX5lruZXTuTfJTs8LrrS7MySTZD8UDAf { width:19.5rem;height:1.21875rem;top:1.8125rem;left:0.34375rem;font-size:0.9375rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #xAB95XKV8yyDV3VL3nKwClPsXDKuN8st { width:4.3125rem;height:4.25rem;top:12.464451408386rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfEl4zDSkVMCqlI0kA8FiGuVHks4aGpT { width:20rem;height:17.5625rem;top:14.55126953125rem;left:0rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJEFmG9y49uXv2m9Wp1TsRBuHHF8PaSI { width:11.3125rem;height:1.125rem;top:18.301560974121rem;left:1.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWihCaGl6iR53uONl2HUIWgE6DFo5yBT { width:9.3125rem;height:3.41161875rem;top:19.926560974121rem;left:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g06EmnxJSthFsstgQqOGer2U2rfVv59I { width:16.125rem;height:11.4375rem;top:13.832120895386rem;left:3.8751773834229rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUyE1dIre2L0wlAsTFLmHTnP4U5LPHK5 { width:4.3125rem;height:4.3125rem;top:52.80126953125rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8BZQlGDid4ebTOT58RaUPyRvd5bRhoK { width:20rem;height:10rem;top:54.86376953125rem;left:0rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #epmT2QQ7ldfxsk3o4gxcfkAyA73V7ezt { width:11.3125rem;height:1.125rem;top:57.98876953125rem;left:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfXwTLRynnH9kpRpCvly4waZMbOG78X8 { width:7.125rem;height:11.5625rem;top:61.42626953125rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ma15Jg4sPEcoiZ0Q5z94GTIsKxqZM4a2 { width:9.6875rem;height:3.41161875rem;top:59.61376953125rem;left:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XM8BXg7mSFtyxiB9EkfQBO7RKvWMfQU2 { width:20rem;height:10rem;top:84.36376953125rem;left:0rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTnyiODcXwWHM3DSOqaBDD6Vd53K0FeU { width:4.3125rem;height:4.3125rem;top:82.30126953125rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkGmQhpNDBbToWWWEitL2tLJcXT9oqny { width:9.6875rem;height:3.41161875rem;top:89.11376953125rem;left:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9yUsWWrULfU2RzQq0SkK5QuLpc2sATs { width:11.3125rem;height:1.125rem;top:87.48876953125rem;left:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzC15K9npqvy0L3dcK9gOapffmigN7xI { width:13.125rem;height:8.625rem;top:95.61376953125rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLK1nmyM7v0mbW6ANC6M2Tyxl5wW6eJI { width:13.625rem;height:2.2744125rem;top:36.92626953125rem;left:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5COpUVdiTzqBbTuqsXiXGc4TJvyCtx5 { width:19.875rem;height:15rem;top:38.48876953125rem;left:0rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HzA62tNx0zJSzfVp5FFc0crElyznIMRE { width:4.3125rem;height:4.3125rem;top:46.67626953125rem;left:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMAfTRpe8T6fTtlWub8wphoidwxOqhNA { width:12.375rem;height:2.2744125rem;top:34.11376953125rem;left:4.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTnJUJ3KkOX0RlNEXOuzVOpGXSVDE7CB { width:12.5625rem;height:1.125rem;top:42.61376953125rem;left:7.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TekDTuPTGdiVd8x1xrRDy3T3Qnt9JeQN { width:11.3125rem;height:1.125rem;top:40.42626953125rem;left:3.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cg5pZuz3Uw7OtMUqTWFIZWou4A296D2c { width:4.3125rem;height:4.3125rem;top:46.73876953125rem;left:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZ64FQaFzm8rUpFFRU0Nezu4B5XT12M8 { width:12.375rem;height:2.2744125rem;top:47.69482421875rem;left:6.90625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5aCTz5hcVieaUWvkSQVny30kNrtic0F { width:11.3125rem;height:1.125rem;top:44.73876953125rem;left:7.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqQfxyKIyeEkKf074srPn6wVmtebcfK9 { width:4.25rem;height:4.25rem;top:46.73876953125rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuXy0kpAP0zWTeXv20XHE9gKwdAcQmUN { width:19rem;height:4.1875rem;top:78.92626953125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtGSTfybUlbIBb8wmWImwnahUfzBZ5VH { display:block; }
 }@media only screen and (max-width: 763px) { #OrJHzqhkMbv4ZoZkQeeEARDVyWKBO7q8 { width:20rem;height:6.5625rem;top:4.3486328125rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6Od12MhxD5V4ke6MM7DlLx17BzllikM { width:18.3125rem;height:2.6rem;top:10.70166015625rem;left:0.84375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPRTWmINSOInLfOek60bivcG7rnwOkPI { display:none; }#TPRTWmINSOInLfOek60bivcG7rnwOkPI > .row .container { width:20rem;height:220.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #drNua2vLhX7hnFTKdG0sa3amwQz75plO { width:20rem;height:11.981424148607rem;top:14.49316875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ckgo0RDACMT9upGEl4LAsXOchcvo5sih { width:20rem;height:19.3125rem;top:27.72410625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqNFBnvFaJO0WExeb3JdoArzV8Hr3CCx { width:17.1875rem;height:2.875rem;top:41.16160625rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvO36GcidKTJ17x3FTkBeEG58SochepM { display:block; }
 }@media only screen and (max-width: 763px) { #VszpwCnIhBTrTk00vLR34mGMyUzdf0uT { width:18.625rem;height:1.79980625rem;top:33.59910625rem;left:1.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzvL7EOEU9fDetx7CekUyUtSPFUtVTaq { width:18.625rem;height:3.1494125rem;top:36.22410625rem;left:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1kEobhriFNWnrU1Dalz899ivUogNinG { width:4.625rem;height:4.625rem;top:28.64598125rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLA6dPnMZs3yB69bJ7yslWtaqa5PwwOi { width:7.125rem;height:0.84375rem;top:31.09910625rem;left:11.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFmtnuGZaqEO4iU1hgmHTXX1GceOLvEy { width:9rem;height:1.5rem;top:30.72410625rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qu80MM4TOW9CgA11IP0r2wTFofI6pLDc { width:20rem;height:2.5996125rem;top:10.64355625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1yT6XahiUJ1uWNEPrsqkKpkvgmM1qyV { width:20rem;height:6rem;top:3.39355625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAaNp0RUbBNXKeSlyGa9WUJeWuOQIlDH { width:20rem;height:0.89355625rem;top:1.25rem;left:0rem;font-size:0.6875rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #VwQqEBaxXM9qsQNm54tWb6mMWVHnJlug { width:20rem;height:19.3125rem;top:48.28660625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzxSQWLMv2vClJpEP3wATqKbpXHoDUZg { width:20rem;height:14.378194207836rem;top:68.84910625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALbULAl6LKOv6Muaxq9h9OWuyUxIJV8y { width:17.1875rem;height:2.875rem;top:61.72410625rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpQ84PJXNPMcwX1kNI8p9L7A7vm7E9lH { display:block; }
 }@media only screen and (max-width: 763px) { #vhXeqqzMSetmFc0dFKmHzSGDozPx8Lw4 { width:20rem;height:3.1494125rem;top:56.78660625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4d28naoQFqWVE6M1PX85S8RPm3DVthh { width:18.625rem;height:1.79980625rem;top:54.16160625rem;left:1.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMqrg0uX2GJRugy4qAcPbokNenOsBbHp { width:4.625rem;height:4.625rem;top:49.66160625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hULN5ohQTsNLqXb9qnrv7iDGyI7GtMq4 { width:7.125rem;height:0.84375rem;top:51.66160625rem;left:9.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4BQAgULiQynB9RlCNvpQM4bHqv2pIp3 { width:9rem;height:1.5rem;top:51.28660625rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TETsvrdDgzHBof0bErL5TtclJ7hDI8Cb { width:20rem;height:19.3125rem;top:97.15085625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIxfvAkrREANV7dq8STkRNP8EDBzK5eD { width:17.1875rem;height:2.875rem;top:110.58835625rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikrdcPz1pk29abQshqw8BGQLBdFWUoma { display:block; }
 }@media only screen and (max-width: 763px) { #G5WQvXGidH3TaQQrWklnV9RcDHrtDgT4 { width:20rem;height:11.424148606811rem;top:84.47704375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQq0ZtmAGED9s8Tf7ct6GxBd0VZCdoKi { width:18.625rem;height:3.1494125rem;top:105.65085625rem;left:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgfOx93rgSTO4yHs6wHVkqKGM3E7KEJb { width:18.4375rem;height:1.799925rem;top:103.02585625rem;left:1.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WR8z5FukkMg8072IxRLkTO5uBqsPWFzg { width:4.625rem;height:4.625rem;top:98.08835625rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENGdXEhJvv4wcc5oZa8eF93FquTyQHVs { width:9rem;height:1.5rem;top:100.15085625rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALku6gvDyL1FZkRqifSUk0mq7hyrRBeZ { width:7.125rem;height:0.84375rem;top:100.52585625rem;left:11.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4lmRUhTbtE5cpwm0Uc1XKGG3srHAHaZ { width:20rem;height:19.3125rem;top:117.71335625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #etqD4pQAxb8b6by0Hgd4QyxnDBVT5c4Q { width:20rem;height:4.72265625rem;top:126.21335625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pihySsPOuidEDibNVnmSsKCgPFFfmV3u { width:18.625rem;height:1.799925rem;top:123.58835625rem;left:1.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzubdVoZtq6y1JbaOz310nqxGH1tTX0Z { width:9rem;height:1.5rem;top:120.71335625rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARdZgfa2SgqtGBx4XCtZH4Vzvv3UnAkW { width:4.625rem;height:4.625rem;top:119.08835625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPFlZToll80ck3gEtNpmIx5ibaXs8LTv { width:7.125rem;height:0.84375rem;top:121.08835625rem;left:9.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqzuSh0XKG9Vy6NiXC6Ttp24Fi9EzEyk { width:17.1875rem;height:2.875rem;top:132.02585625rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdTniMXX9cimouyTolHsBvtwTVAbCZ0L { display:block; }
 }@media only screen and (max-width: 763px) { #G2dEwx8A9XcAd2ptJNzHRhCm8LzyvwWp { width:20rem;height:18.590308370044rem;top:138.27585625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocDcI8btGzm1ufGJspT12SCvSFdRBeqA { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/3f34bbeb-290e-4109-840c-f7f25a9fd076/Artboard2.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#ocDcI8btGzm1ufGJspT12SCvSFdRBeqA.adaptive-delivery-prevent-bg, #ocDcI8btGzm1ufGJspT12SCvSFdRBeqA.lazyload, #ocDcI8btGzm1ufGJspT12SCvSFdRBeqA.lazyloading { background-image: none; }#ocDcI8btGzm1ufGJspT12SCvSFdRBeqA > .row .container { background-color: transparent; background-image: none; }#ocDcI8btGzm1ufGJspT12SCvSFdRBeqA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ocDcI8btGzm1ufGJspT12SCvSFdRBeqA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ocDcI8btGzm1ufGJspT12SCvSFdRBeqA > .row .container > .video-iframe-container { display: none; }#ocDcI8btGzm1ufGJspT12SCvSFdRBeqA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ocDcI8btGzm1ufGJspT12SCvSFdRBeqA > .row > .video-iframe-container { display: none; }#ocDcI8btGzm1ufGJspT12SCvSFdRBeqA > .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); }#ocDcI8btGzm1ufGJspT12SCvSFdRBeqA > .row .container { width:20rem;height:31.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xb2CFItBuugW2piTBLV319wUOb1i2M6C { width:20rem;height:3.25rem;top:15.3125rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #foTO7sGS1WiGUG18qEF7R99GafRuFcXg { width:12.3125rem;height:3.5rem;top:19.9375rem;left:3.84375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #nJPhsG6MKmxdoLmuQQsbAOtddziTATt6 { width:8.875rem;height:3.6875rem;top:9.8125rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #loT9oC7AMJAzUH7FdKaczrPeVN5pRrrW { display:block; }#loT9oC7AMJAzUH7FdKaczrPeVN5pRrrW > .row .container { width:20rem;height:53.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LpVkzE7L39Tr2VtKoQmpf20b4tR0X2HN { width:20rem;height:4rem;top:4.625rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bq5U9debaLt6IQ2vpsLO7UCmtM94pZR3 { width:20rem;height:3.2rem;top:10.297875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZSkBOoVsrseIEgrXrdzm9czXM1I85Ma { height:11.25rem;width:20rem;top:14.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #v1qtI7GMzlWLlFbRw1Ka3U39KDIwXTny { width:19rem;height:4.1875rem;top:46.865234375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyhgeGqsBEsPRxHcTZWuhHMvQr4QOxmI { display:block; }
 }@media only screen and (max-width: 763px) { #gz8FKryzciTM824Ee6uxhEiwMl1J2TFm { top:14.625rem;left:1.5625rem;width:16.875rem;height:30rem;z-index:15046;display:block; }
 }@media only screen and (max-width: 763px) { #eqtU01bxr9xJkpfPKXeHa3CcTme1orqT { display:none; }#eqtU01bxr9xJkpfPKXeHa3CcTme1orqT > .row .container { width:20rem;height:84.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uQdecsvW4Q4VUdn0IIqTArPanFm1fntK { width:15.3125rem;height:7rem;top:5.0185546875rem;left:2.34375rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oh7O9pJe4OJStOozUCgkZhHyaXhcdaJQ { width:5.0625rem;height:0.89355625rem;top:3.5rem;left:6.6875rem;font-size:0.6875rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Wp1ChqHoadTeBumqLlFW9asEiuSHLPIm { width:20rem;height:3.8994125rem;top:57.33105625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmehqRlCUIRCFfffDfCFp0KyyV0VIpEi { display:flex;width:2.5rem;height:2.5rem;top:22rem;left:1.25rem;font-size:1.75rem;color:#5d92ff; }
 }@media only screen and (max-width: 763px) { #VU0tTabLOXf6Q6gO9ZiM6JmXF1c7OZ7Q { width:20rem;height:6.6875rem;top:66.45508125rem;left:0rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:0rem;background-color:#6d20f7;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #T0l6NyHiR10fTmVmSfzF318UNQOidoaX { width:20rem;height:2.7252747252747rem;top:62.47998125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvQRrlMmGFLFD0B2XUfGJMpGOxMksZDP { width:20rem;height:12.8125rem;top:33.875rem;left:0rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:0rem;background-color:#6d20f7;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #caURPwEQUtQ7pwbZEy4zveFZMq2QPTdT { width:14.375rem;height:1.6494125rem;top:22.4375rem;left:4.375rem;font-size:1.375rem;color:#ebebeb;display:block; }
 }@media only screen and (max-width: 763px) { #M8R004L9nV9sZx9ohma1XTnkvqEJa37a { width:14.6875rem;height:3rem;top:25.75rem;left:4.0625rem;font-size:1rem;color:#ebebeb;display:block; }
 }@media only screen and (max-width: 763px) { #liIAygE9TN6LQiMvHV1G1NfLgwiqs9wL { display:flex;width:3.5rem;height:3.5rem;top:35.5rem;left:1.25rem;font-size:1.75rem;color:#5d92ff; }
 }@media only screen and (max-width: 763px) { #iWTl6LMVqSQGVrh2MskpQtN8pTnIv9Rq { width:13.1875rem;height:2.75rem;top:36.1875rem;left:5.5625rem;font-size:1.375rem;color:#ebebeb;display:block; }
 }@media only screen and (max-width: 763px) { #cHT2OdlTX7IcVS303UTCTLq8R2Tbd1dr { width:13.1875rem;height:6rem;top:39.5rem;left:5.5625rem;font-size:1rem;color:#ebebeb;display:block; }
 }@media only screen and (max-width: 763px) { #eaPsH2Sy0b0mzNqSQK1lTZE4ZOvwDvr2 { width:20rem;height:12.8125rem;top:20.125rem;left:0rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:0rem;background-color:#6d20f7;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #gW9Lqe4qzARJQdU0asOg4T4dT33lfiPz { width:13.375rem;height:1.6494125rem;top:68.330078125rem;left:6.625rem;font-size:1.375rem;color:#ebebeb;display:block; }
 }@media only screen and (max-width: 763px) { #wEAkdx0JJvL9SFFVyZUd5EoDc8B7obsq { width:13.4375rem;height:1.5rem;top:70.017578125rem;left:6.5625rem;font-size:1rem;color:#ebebeb;display:block; }
 }@media only screen and (max-width: 763px) { #GOiXxGOBJthhaV67p42PTlylQ8kp41LW { width:3.875rem;height:2.6875rem;top:68.455078125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCO3Rp2gQzrI25IF6TGMtUGg2kJsr33f { width:20rem;height:13.67775rem;top:31.4462890625rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #iCyq3QOuekxhOySVf1vGSZ2eCLKPt8Jq { width:20rem;height:13.55rem;top:-4.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #GrPSmuZtmnJSlIJHz3v3pGaxGiApaiOM { background-color:#e6eaed;background-image:url("https://images.assets-landingi.com/uc/573239f7-62eb-4f6f-8ef7-333c7787fc48/Artboard6.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#GrPSmuZtmnJSlIJHz3v3pGaxGiApaiOM.adaptive-delivery-prevent-bg, #GrPSmuZtmnJSlIJHz3v3pGaxGiApaiOM.lazyload, #GrPSmuZtmnJSlIJHz3v3pGaxGiApaiOM.lazyloading { background-image: none; }#GrPSmuZtmnJSlIJHz3v3pGaxGiApaiOM > .row .container { background-color: transparent; background-image: none; }#GrPSmuZtmnJSlIJHz3v3pGaxGiApaiOM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GrPSmuZtmnJSlIJHz3v3pGaxGiApaiOM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GrPSmuZtmnJSlIJHz3v3pGaxGiApaiOM > .row .container > .video-iframe-container { display: none; }#GrPSmuZtmnJSlIJHz3v3pGaxGiApaiOM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GrPSmuZtmnJSlIJHz3v3pGaxGiApaiOM > .row > .video-iframe-container { display: none; }#GrPSmuZtmnJSlIJHz3v3pGaxGiApaiOM > .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); }#GrPSmuZtmnJSlIJHz3v3pGaxGiApaiOM > .row .container { width:20rem;height:63.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eNqE27Utx0gLf7e3hzb759NRPMzfUHFZ { width:20rem;height:5.25rem;top:5.0185546875rem;left:-0.15625rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bU7iHf9MeWCpqiiGN4ZLr7VAx8zW5tTa { width:5.0625rem;height:1.05615rem;top:3.5rem;left:6.6875rem;font-size:0.8125rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #VyshQFwZ9A3thuDL5uSiFbQ6R1VgNBDi { width:17.75rem;height:3.9rem;top:15.4560546875rem;left:1.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WgBVIszh5FXXXbvE4klGpegTi9lbqmzS { display:flex;width:2.5rem;height:2.5rem;top:23.0625rem;left:1.75rem;font-size:1.75rem;color:#5d92ff; }
 }@media only screen and (max-width: 763px) { #d0eiKJglrgacr99ZcQXhmrM8bbl4gPDm { width:20rem;height:6.6875rem;top:50.625rem;left:0rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:0rem;background-color:#6d20f7;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #wXNXO53lxmxNy2u4O3OTk9TSFB2HJ0Gr { width:14.8125rem;height:1.9375rem;top:11.6494140625rem;left:2.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyJrVMdcbtPerT9uTDXJftqs3UFLawwq { width:20rem;height:12.8125rem;top:35.9375rem;left:0rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:0rem;background-color:#6d20f7;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #cE8vRerm1XKvAwTZQzrDAv4lr3S4l2U6 { width:14.375rem;height:1.6499rem;top:23.5rem;left:5.625rem;font-size:1.375rem;color:#6d20f7;display:block; }
 }@media only screen and (max-width: 763px) { #BGcm2oNiNZubQUnwgGVBMw40paB8PKpm { width:11.8125rem;height:4.5rem;top:26.25rem;left:5.625rem;font-size:1rem;color:#6d20f7;display:block; }
 }@media only screen and (max-width: 763px) { #n0PM2U2CsgIQHtRTHK46QNSAWTAFeLE4 { display:flex;width:3rem;height:3rem;top:37.5625rem;left:1.25rem;font-size:1.75rem;color:#5d92ff; }
 }@media only screen and (max-width: 763px) { #E9N041I2nGtZV6k2Ay69tsxBvWTR7KKJ { width:13.1875rem;height:2.75rem;top:38.25rem;left:5.5625rem;font-size:1.375rem;color:#ebebeb;display:block; }
 }@media only screen and (max-width: 763px) { #CV6HXXgTcXTZvifWshVaV40ULaLzfTm7 { width:13.1875rem;height:6rem;top:41.5625rem;left:5.5625rem;font-size:1rem;color:#ebebeb;display:block; }
 }@media only screen and (max-width: 763px) { #dFwB1TwWS9PqCxhVAcaJK4bQTd5m3OVE { width:20rem;height:12.8125rem;top:21.1875rem;left:0rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:0rem;background-color:transparent;background-image:none;border-top:0.125rem solid #6d20f7;border-left:0.125rem solid #6d20f7;border-right:0.125rem solid #6d20f7;border-bottom:0.125rem solid #6d20f7;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #s0VxCvizzz7zcXwn7yZaJeLnsko7UZIV { width:13.375rem;height:1.6499rem;top:52.5rem;left:6.625rem;font-size:1.375rem;color:#ebebeb;display:block; }
 }@media only screen and (max-width: 763px) { #vkCi5571MRuMfbr7SNNPqMw24KT65gAS { width:13.4375rem;height:1.5rem;top:54.1875rem;left:6.5625rem;font-size:1rem;color:#ebebeb;display:block; }
 }@media only screen and (max-width: 763px) { #vEETHzE9vxiH7QWOE6qJL8IQID0ZVlBn { width:3.875rem;height:2.6875rem;top:52.625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMccXrsfGQU9lA0G43pyWifmrya0cmo6 { position:relative;z-index:auto;background-color:#2f2f2f;background-image:none;display:none; }#MMccXrsfGQU9lA0G43pyWifmrya0cmo6 > .row .container { width:20rem;height:42.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #y8rfCvBLMkxR15ipZwpZmM1hgo9yx8pS { width:20rem;height:0;top:32.604185449219rem;left:0rem;background-color:rgba(var(--color-tertiary-2),1);background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #IRzU1ymFgaS43FzhkTP44mPIZu7Mzm4I { width:20rem;height:2.798825rem;top:28rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s73QSX39R1OMEUTVM5D7Pulscd9mHCmm { width:9.6875rem;height:1.3125rem;top:2.1357421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICIpsvW6lJWi18EKyTtsUuE1aqmF1tfr { width:18.125rem;height:1.05615rem;top:6.88525390625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xl5tZIn6gadFW0oE3wW5K2MUuMCsLHyc { width:6.125rem;height:6.5625rem;top:11.375rem;left:13.1875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #sFP58hTskq1rVysg19t35qvkgT8RySl3 { width:14.75rem;height:0.125rem;top:14.6875rem;left:0.125rem;z-index:15013;background-color:rgba(var(--color-tertiary-2),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #P57i6volCTrB28s38TODttDvTyLeH9gB { width:20rem;height:1.5996125rem;top:39.3486375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#P57i6volCTrB28s38TODttDvTyLeH9gB li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ed54979b0f3e3fdf68b8d10d87ef3dcc3a04a99e.svg); }
 }@media only screen and (max-width: 763px) { #V9yFKWGxJc4ZJ5xPW3gzXoV5yHO5Wker { width:20rem;height:3.19921875rem;top:34.89941875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#V9yFKWGxJc4ZJ5xPW3gzXoV5yHO5Wker li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_30709dee9c5e8c80615e8d709ffe0dea05f85aaf.svg); }
 }@media only screen and (max-width: 763px) { #pbeRm7fkADUWySnNRCMfOugmrTk3M99b { width:13.3125rem;height:1.5996125rem;top:32.04980625rem;left:3.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#pbeRm7fkADUWySnNRCMfOugmrTk3M99b li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0e92ec25368867145d03a1e3c1d100763ea0be3d.svg); }
 }@media only screen and (max-width: 763px) { #Cwg9QT4Mvi9UkpNve2m8fz265PP9EKcc { position:relative;z-index:auto;background-color:#000000;background-image:none;display:block; }#Cwg9QT4Mvi9UkpNve2m8fz265PP9EKcc > .row .container { background-color: transparent; background-image: none; }#Cwg9QT4Mvi9UkpNve2m8fz265PP9EKcc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cwg9QT4Mvi9UkpNve2m8fz265PP9EKcc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cwg9QT4Mvi9UkpNve2m8fz265PP9EKcc > .row .container > .video-iframe-container { display: none; }#Cwg9QT4Mvi9UkpNve2m8fz265PP9EKcc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cwg9QT4Mvi9UkpNve2m8fz265PP9EKcc > .row > .video-iframe-container { display: none; }#Cwg9QT4Mvi9UkpNve2m8fz265PP9EKcc > .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); }#Cwg9QT4Mvi9UkpNve2m8fz265PP9EKcc > .row .container { width:20rem;height:29.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #st8K3g1MR5r20PBX9TOZvKTd5bOi176V { width:20rem;height:0;top:32.604185449219rem;left:0rem;background-color:rgba(var(--color-tertiary-2),1);background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #dtEuBffNxlLJ6TAh1thhJWVQuUpaGlca { width:14.6875rem;height:1.65rem;top:25.7646484375rem;left:2.65625rem;font-size:0.6875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #GbykrKTxXq2gQ32inWr7rN0FW3JSUs0n { width:17.75rem;height:2.625rem;top:2.5732421875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMVJPPaIadRP3mRksKaeiPl98l11peMs { width:13.5rem;height:1.29980625rem;top:6.0107421875rem;left:1.75rem;font-size:1rem;color:rgba(var(--color-secondary-1),1);display:block; }
 }@media only screen and (max-width: 763px) { #MVzrTd6SblhidmrhbVRQAFoyzKL0BFXV { width:20rem;height:0.125rem;top:22.75rem;left:0rem;z-index:15013;background-color:rgba(var(--color-secondary-2),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #pUlMSQTT01IX1MGPuzi3XLc8lcEWz5tw { width:15.375rem;height:1.5996125rem;top:18rem;left:2.3125rem;font-size:1rem;text-align:left;text-align-last:left;color:rgba(var(--color-secondary-1),1);font-weight:300;font-style:normal;display:block; }#pUlMSQTT01IX1MGPuzi3XLc8lcEWz5tw li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ed54979b0f3e3fdf68b8d10d87ef3dcc3a04a99e.svg); }
 }@media only screen and (max-width: 763px) { #UbJG7sbgihbwOeyTh6uS8tf2whyk7mFM { width:9.3125rem;height:3.09375rem;top:13.875rem;left:2.3125rem;font-size:0.9375rem;text-align:left;text-align-last:left;color:rgba(var(--color-secondary-1),1);line-height:1.1;font-weight:300;font-style:normal;display:block; }#UbJG7sbgihbwOeyTh6uS8tf2whyk7mFM li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_30709dee9c5e8c80615e8d709ffe0dea05f85aaf.svg); }
 }@media only screen and (max-width: 763px) { #hzUZ2wFGgWWrJFGgmndaKQ7VfPe2VueQ { width:13.3125rem;height:1.5996125rem;top:11.875rem;left:2.3125rem;font-size:1rem;text-align:left;text-align-last:left;color:#707070;display:block; }#hzUZ2wFGgWWrJFGgmndaKQ7VfPe2VueQ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0e92ec25368867145d03a1e3c1d100763ea0be3d.svg); }
 }