.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:255,254,224;--color-primary-1:248,255,120;--color-primary-2:244,255,30;--color-primary-3:138,144,13;--color-primary-4:49,51,6;--color-secondary-0:255,255,255;--color-secondary-1:224,224,224;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:0,0,0;--color-tertiary-0:255,255,255;--color-tertiary-1:255,251,252;--color-tertiary-2:153,151,151;--color-tertiary-3:92,91,91;--color-tertiary-4:0,0,0;--headlines-font-family:"Open Sans";--paragraphs-font-family:"Open Sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C13tpsIWxGhWsXqI7FBUcErVkThmy2y6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#C13tpsIWxGhWsXqI7FBUcErVkThmy2y6 > .row .container { background-color: transparent; background-image: none; }#C13tpsIWxGhWsXqI7FBUcErVkThmy2y6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C13tpsIWxGhWsXqI7FBUcErVkThmy2y6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C13tpsIWxGhWsXqI7FBUcErVkThmy2y6 > .row .container > .video-iframe-container { display: none; }#C13tpsIWxGhWsXqI7FBUcErVkThmy2y6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C13tpsIWxGhWsXqI7FBUcErVkThmy2y6 > .row > .video-iframe-container { display: none; }#C13tpsIWxGhWsXqI7FBUcErVkThmy2y6 > .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); }#C13tpsIWxGhWsXqI7FBUcErVkThmy2y6 > .row .container { border-width: 0; border-radius: 0; }#C13tpsIWxGhWsXqI7FBUcErVkThmy2y6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#C13tpsIWxGhWsXqI7FBUcErVkThmy2y6 > .row .container { font-size:0.875rem;font-family:arial;height:3.125rem;width:75rem;position:relative;display:block; }#qTMbuzEbgayWETca2d6iSnfkMvdKaLli { color:rgba(var(--color-tertiary-4),1);display:block;width:22.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:0.9375rem;left:19.5625rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KaonmlChx7GVRD04tc7TdWR89coXeVQO { position:absolute;display:block;z-index:15010;border-top:0.0625rem solid rgba(var(--color-secondary-4),1);border-left:0.0625rem solid rgba(var(--color-secondary-4),1);border-right:0.0625rem solid rgba(var(--color-secondary-4),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-4),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:6.5rem;top:0.25rem;left:0rem;overflow:hidden;display:block; }
#Gi5auZq0K6cdTpK06xTt1Wn2RuP0yqZn { z-index:15021;top:0.34375rem;left:41.3125rem;background-color:#272727;background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-0),1);border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0.0625rem solid rgba(var(--color-secondary-0),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.6875rem rgba(0,0,0,0.35) ;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.75rem;height:2.3125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#BGtng5aiTbSGkq1FilR4q4TVQiZtVEL3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sweRsBiQ70tuQbanVy9gnglWPeMATrvz { background-color:#000000;background-image:none;z-index:;border-top:0.0625rem solid #5d92ff;border-left:0;border-right:0rem solid #5d5d59;border-bottom:0.0625rem solid #5d5d59;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; }#sweRsBiQ70tuQbanVy9gnglWPeMATrvz > .row .container { background-color: transparent; background-image: none; }#sweRsBiQ70tuQbanVy9gnglWPeMATrvz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sweRsBiQ70tuQbanVy9gnglWPeMATrvz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sweRsBiQ70tuQbanVy9gnglWPeMATrvz > .row .container > .video-iframe-container { display: none; }#sweRsBiQ70tuQbanVy9gnglWPeMATrvz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sweRsBiQ70tuQbanVy9gnglWPeMATrvz > .row > .video-iframe-container { display: none; }#sweRsBiQ70tuQbanVy9gnglWPeMATrvz > .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); }#sweRsBiQ70tuQbanVy9gnglWPeMATrvz > .row .container { border-width: 0; border-radius: 0; }#sweRsBiQ70tuQbanVy9gnglWPeMATrvz > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#sweRsBiQ70tuQbanVy9gnglWPeMATrvz > .row .container { font-size:0.875rem;font-family:arial;height:57.9375rem;width:75rem;overflow:visible;position:relative;display:block; }#JsRLCPkAGAZhhmECsGbhew17yCB5Qosf { position:absolute;display:block;z-index:15011;border-top:0.1875rem solid rgba(var(--color-secondary-0),1);border-left:0.1875rem solid rgba(var(--color-secondary-0),1);border-right:0.1875rem solid rgba(var(--color-secondary-0),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-0),1);box-shadow: none;height:24rem;width:42.75rem;top:12.875000476837rem;left:16.929166793823rem;display:none; }
#io4dbaneEtzvwksSIzKTCskHWum4Aeib { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:19.5rem;left:52.5625rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5)); }
#RLZcTdLbZMf4gg3zRK0MIzWDImChchqX .widget-form-header { font-size:0.875rem; }
#RLZcTdLbZMf4gg3zRK0MIzWDImChchqX .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:26.6875rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#RLZcTdLbZMf4gg3zRK0MIzWDImChchqX .widget-input-text { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:26.6875rem;box-sizing:border-box;height:3.125rem;color:rgba(var(--color-secondary-2),1);font-size:0.875rem;overflow:hidden;font-family:var(--headlines-font-family);vertical-align:top; }
#RLZcTdLbZMf4gg3zRK0MIzWDImChchqX .widget-input-text {padding-top: 0; padding-bottom: 0;}#RLZcTdLbZMf4gg3zRK0MIzWDImChchqX .widget-textarea { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:26.6875rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-secondary-2),1);font-size:0.875rem;overflow:hidden;font-family:var(--headlines-font-family);vertical-align:top; }
#RLZcTdLbZMf4gg3zRK0MIzWDImChchqX .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:26.6875rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;vertical-align:top; }
#RLZcTdLbZMf4gg3zRK0MIzWDImChchqX .widget-input-select {padding-top: 0; padding-bottom: 0;}#RLZcTdLbZMf4gg3zRK0MIzWDImChchqX .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; }
#RLZcTdLbZMf4gg3zRK0MIzWDImChchqX .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#RLZcTdLbZMf4gg3zRK0MIzWDImChchqX .widget-input-button { 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:#f4ff1e;background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-0),1);border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0.0625rem solid rgba(var(--color-secondary-0),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.625rem;font-weight:700;color:#272727;width:26.6875rem;height:4.1875rem;font-family:var(--headlines-font-family);overflow:hidden;box-shadow: none;text-align:center;text-align-last:center;line-height:1;font-style:normal; }
#RLZcTdLbZMf4gg3zRK0MIzWDImChchqX [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-2),1);font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal; }
#RLZcTdLbZMf4gg3zRK0MIzWDImChchqX [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-2),1);font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal; }
#RLZcTdLbZMf4gg3zRK0MIzWDImChchqX [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-2),1);font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal; }
#RLZcTdLbZMf4gg3zRK0MIzWDImChchqX [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-2),1);font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal; }
#RLZcTdLbZMf4gg3zRK0MIzWDImChchqX .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:25.5rem;overflow:hidden;font-style:normal;float:none; }
#RLZcTdLbZMf4gg3zRK0MIzWDImChchqX .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; }
#RLZcTdLbZMf4gg3zRK0MIzWDImChchqX .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#RLZcTdLbZMf4gg3zRK0MIzWDImChchqX .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#RLZcTdLbZMf4gg3zRK0MIzWDImChchqX .widget-container:first-of-type{padding-top:0;}#RLZcTdLbZMf4gg3zRK0MIzWDImChchqX .widget-container:last-of-type{padding-bottom:0;}#RLZcTdLbZMf4gg3zRK0MIzWDImChchqX  { background-color:rgba(var(--color-secondary-1),0.1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26.6875rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15014;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;position:absolute;top:19.8125rem;left:39.0625rem;font-size:0.875rem; }
#RLZcTdLbZMf4gg3zRK0MIzWDImChchqX .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:26.6875rem;display:block;vertical-align:top; }
#RLZcTdLbZMf4gg3zRK0MIzWDImChchqX .widget-info-text { display:block;height:auto;font-family:lato;font-size:0.6875rem;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;text-align:center;text-align-last:center; }
#RLZcTdLbZMf4gg3zRK0MIzWDImChchqX {display:block;}#RLZcTdLbZMf4gg3zRK0MIzWDImChchqX { background-color:rgba(var(--color-secondary-1),0.1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26.6875rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15014;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;position:absolute;top:20.4375rem;left:39.0625rem;font-size:0.875rem; }
#RLZcTdLbZMf4gg3zRK0MIzWDImChchqX #frVgbsvKwcrxTCGt4XLXQDrpbQTnCNlE { position:relative; }
#RLZcTdLbZMf4gg3zRK0MIzWDImChchqX #NKSWU0Bqg3LEWwrrsEC9mir9BmJu1ol4 { position:relative;display:block; }
#RLZcTdLbZMf4gg3zRK0MIzWDImChchqX #SouSZ1f4b3T79Q9eEZZu0vZMQ1H3MseQ { position:relative; }
#RLZcTdLbZMf4gg3zRK0MIzWDImChchqX #aZMORkD5hohi6oXS24nWMHcLC57SIu9H { position:relative; }
#RLZcTdLbZMf4gg3zRK0MIzWDImChchqX #gIs0UaQy3GxOCzApdBuQKnDrseKosvwR { position:relative;display:block; }
#RLZcTdLbZMf4gg3zRK0MIzWDImChchqX #t71sUNVGJhDruPPBEccOwqyixMxZOum3 { position:relative; }
#RLZcTdLbZMf4gg3zRK0MIzWDImChchqX #XTRhRr1Iw9Olbnl5ibNOSKwqGA2Tox1J { position:relative; }
#RLZcTdLbZMf4gg3zRK0MIzWDImChchqX #vdc7v9bJSmr3RQFHcNx08G6BgkCRpOKE { position:relative;display:block; }
#RLZcTdLbZMf4gg3zRK0MIzWDImChchqX #h8ppbaT9HIlfgUMFXbxP8XVqssorAWm3 { position:relative; }
#RLZcTdLbZMf4gg3zRK0MIzWDImChchqX #xRc4TTGoSFoHWCU1aeyHnDpKhrWSlaRi { position:relative; }
#RLZcTdLbZMf4gg3zRK0MIzWDImChchqX #gk5TnJJKPv7pt7RXoq6Us4GTMah6NwJ6 { position:relative; }
#RLZcTdLbZMf4gg3zRK0MIzWDImChchqX #N3bIUevL5TH4hvTxLhCMv4VS5trUxidf { position:relative;display:block;z-index:15000; }
#RLZcTdLbZMf4gg3zRK0MIzWDImChchqX #Z8IMbFIL3qBsEAgTEMInBmf3XAQoiAew { position:relative;display:block;z-index:15000; }
#FFGIizQ3ea5xbIx5nTUNbGG6lXVf9ITL { color:#272727;display:block;width:15.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15008;line-height:1;letter-spacing:0;top:8.4375rem;left:45.6875rem;height:1.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#FFGIizQ3ea5xbIx5nTUNbGG6lXVf9ITL li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#FFGIizQ3ea5xbIx5nTUNbGG6lXVf9ITL li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f9c47bd3daed6745683d8d0143591f4d.svg); }
#TLV6QOB1FmLMiXLDP2CHZJtv4NXVNEZx { color:rgba(var(--color-tertiary-0),1);display:block;width:32.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15019;line-height:1.2;letter-spacing:0;top:12.4375rem;left:0rem;height:15rem;display:block; }
#cfB0ier4LbrNuZ4LNBPXeZwyWdePfTBm { color:rgba(var(--color-tertiary-2),1);display:block;width:29.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:29.5rem;left:0rem;height:3.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fOoStaOVfqfHUQm7QauETMGqaTCIl2b7 { box-sizing:content-box;height:2.125rem;width:13.875rem;position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-primary-2),0.13);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),0.28);border-left:0.0625rem solid rgba(var(--color-primary-2),0.28);border-right:0.0625rem solid rgba(var(--color-primary-2),0.28);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.28);top:9.125rem;left:0rem;border-top-right-radius:3.125rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem;display:block; }
#DS5aJT9eI38fGFMVmNkRD5iwCXUknLHn { color:rgba(var(--color-primary-2),1);display:block;width:12.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:9.625rem;left:0.625rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#DS5aJT9eI38fGFMVmNkRD5iwCXUknLHn li:not(:first-child){ padding-top:0.1875rem;padding-right:0;padding-bottom:0;padding-left:0; }#DS5aJT9eI38fGFMVmNkRD5iwCXUknLHn li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_282bdb44e130e3f68656c4eece7185ece525a832.svg); }
#ygihKEb3WTCrSahuOOE8BWcGGoSCtwJC { color:rgba(var(--color-tertiary-1),1);display:block;width:15.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:34.875rem;left:0rem;height:1.3994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#ygihKEb3WTCrSahuOOE8BWcGGoSCtwJC li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ygihKEb3WTCrSahuOOE8BWcGGoSCtwJC li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_26bc56e4d7de5e30cfc8c210d4c58b9b03e46cfc.svg); }
#OJcdziuHDNBlP1fZFTbyGJNzyAfzR882 { color:rgba(var(--color-tertiary-1),1);display:block;width:15.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:34.875rem;left:16.5rem;height:1.3994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#OJcdziuHDNBlP1fZFTbyGJNzyAfzR882 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#OJcdziuHDNBlP1fZFTbyGJNzyAfzR882 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_26bc56e4d7de5e30cfc8c210d4c58b9b03e46cfc.svg); }
#VNyAEczF9qlJlk7atHTAG8WR72yuo1se { color:rgba(var(--color-tertiary-1),1);display:block;width:15.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:37.125rem;left:0rem;height:1.3994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#VNyAEczF9qlJlk7atHTAG8WR72yuo1se li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#VNyAEczF9qlJlk7atHTAG8WR72yuo1se li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_26bc56e4d7de5e30cfc8c210d4c58b9b03e46cfc.svg); }
#imie96sC0aM8vdFROfOEzIuQrWZ6e44i { box-sizing:content-box;height:7.75rem;width:31.0625rem;position:absolute;display:block;z-index:14998;background-color:#272727;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-2),0.5);border-left:0.0625rem solid rgba(var(--color-secondary-2),0.5);border-right:0.0625rem solid rgba(var(--color-secondary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),0.5);top:40.1875rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#WQ91N4ZdKX8zK9Vu6esSx1pNRWT3wykP { position:absolute;display:block;z-index:15023;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);border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:5rem;width:5rem;top:41.5625rem;left:1.1875rem;overflow:hidden;display:block; }
#deC1TKDdLBTWhtDuLCE6asTfLFmeTV4v { color:rgba(var(--color-tertiary-2),1);display:block;width:20.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15024;line-height:1.4;letter-spacing:0;top:41.5625rem;left:8.25rem;height:1.3994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#i3MAmmkswNS1nWOeqAToBTe3tsKy6T3h { color:rgba(var(--color-tertiary-1),1);display:block;width:15.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:43.125rem;left:8.25rem;height:1.75rem;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; }
#feq4NZ7gcd15gJrFmIT9qkLVgsCffy3w { color:rgba(var(--color-primary-2),1);display:block;width:20.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15025;line-height:1.4;letter-spacing:0;top:45rem;left:8.25rem;height:1.3994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fhkw9KrKJEtnJ8cOB8lgV2Fu159xI1rP { box-sizing:content-box;height:47.6875rem;width:32.375rem;position:absolute;display:block;z-index:14997;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);top:5.625rem;left:37.375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#I9ixminaoAQi0TSsEEPqixUW2mBetQvG { box-sizing:content-box;height:2.625rem;width:19.9375rem;position:absolute;display:block;z-index:14999;background-color:#f4ff1e;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:7.6875rem;left:43.4375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#KVJcDr9Rd4IQUbTTEKT9JyB9u3NbsPWH { color:rgba(var(--color-tertiary-4),1);display:block;width:29.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15020;line-height:1.2;letter-spacing:0;top:10.625rem;left:38.0625rem;height:2.4746125rem;text-align:center;text-align-last:center;display:block; }
#dsphHsl1b95eH1QQpO9tEL9DpLBnTE2T .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#dsphHsl1b95eH1QQpO9tEL9DpLBnTE2T .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#5d5d59;background-image:none;color:rgba(var(--color-primary-2),1);padding-top:0.36rem;padding-right:0.348125rem;padding-bottom:0.36rem;padding-left:0.348125rem;display:block;align-items:center;width:2.083125rem;min-width:2.083125rem;height:1.933125rem;position:relative;font-family:var(--headlines-font-family);font-size:1.441875rem;font-weight:700;line-height:30.93px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dsphHsl1b95eH1QQpO9tEL9DpLBnTE2T .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-secondary-3),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.22625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.779375rem;height:1.41375rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.54rem;font-weight:700;line-height:22.62px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#dsphHsl1b95eH1QQpO9tEL9DpLBnTE2T { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:15.125rem;height:4.293125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:14.3125rem;left:46.0625rem;z-index:15010; }
#dsphHsl1b95eH1QQpO9tEL9DpLBnTE2T #WSbCVNJhBKrFpfB8wG6c252fxZFAqVqO { display:flex;position:relative;top:0rem;left:0rem; }
#dsphHsl1b95eH1QQpO9tEL9DpLBnTE2T #ETTUKGSkR31H3tElF1v5p5w29XhtEuSR { width:auto; }
#dsphHsl1b95eH1QQpO9tEL9DpLBnTE2T #adGKqK8lGOZGeAZSJIHiOi8JoNtcT5oK {  }
#dsphHsl1b95eH1QQpO9tEL9DpLBnTE2T #GrIiPAZBun1wIHbw1ecCDzJ1XPJcxSDg { display:flex;position:relative;top:0rem;left:0rem; }
#dsphHsl1b95eH1QQpO9tEL9DpLBnTE2T #XnCEVkz2S70gr4e09PzDWSK8fRUKd4Zm {  }
#dsphHsl1b95eH1QQpO9tEL9DpLBnTE2T #ZEwz24X2W6KGJ4BziBExnuOmsaHGoAsc {  }
#dsphHsl1b95eH1QQpO9tEL9DpLBnTE2T #oKGDhNvP0bZBBn0TXk4WT5e5NbTo4vlI { display:flex;position:relative;top:0rem;left:0rem; }
#dsphHsl1b95eH1QQpO9tEL9DpLBnTE2T #zTcZMFbwTl58P1MIX1M3gUXfPs2B3I05 {  }
#dsphHsl1b95eH1QQpO9tEL9DpLBnTE2T #WQaPsazELAhmcc3lap1ihKPfT4MmSTfy {  }
#dsphHsl1b95eH1QQpO9tEL9DpLBnTE2T #A35RukTWmUrm8J7XOIGmpWoUmelCvNNW { display:flex;position:relative;top:0rem;left:0rem; }
#dsphHsl1b95eH1QQpO9tEL9DpLBnTE2T #AkrCT3iRdHSEv7Uv2Iy7myHtHp2wg3kg {  }
#dsphHsl1b95eH1QQpO9tEL9DpLBnTE2T #LCDfZyBiAWePNPaCpKbC5VCTaiL60V2U {  }
#nUA32LRdgwyo2Jrvd9dlVrDuG1QnXd9P { color:#5d5d59;display:block;width:12.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:44.6875rem;left:47.4375rem;height:1.13671875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#nUA32LRdgwyo2Jrvd9dlVrDuG1QnXd9P li:not(:first-child){ padding-top:0.0625rem;padding-right:0;padding-bottom:0;padding-left:0; }#nUA32LRdgwyo2Jrvd9dlVrDuG1QnXd9P li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b8f182d89d0046d4ae34f35e7084bdbd.svg); }
#ZuSvZhzEV5GxxFLz9cK51Fvgqxk0eeb7 { box-sizing:content-box;height:0.0625rem;width:28.125rem;position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-secondary-2),0.28);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:47.3125rem;left:39.5625rem;display:block; }
#wTGfq6zdVTpvtbMLEi8ttlQwoDs6JBQV { color:#272727;display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15026;line-height:1.4;letter-spacing:0;top:49.1875rem;left:53.625rem;height:1.3994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#f60ce6MTN1UbZehbbzVIkwwIJevfAheT { position:absolute;display:block;z-index:15024;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);border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:1.875rem;width:1.875rem;top:48.9375rem;left:45.8125rem;overflow:hidden;display:block; }
#a9tMmJH5tR78iRGqxxgNBm8kLL20dSRQ { position:absolute;display:block;z-index:15025;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);border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:1.875rem;width:1.875rem;top:48.9375rem;left:47.625rem;overflow:hidden;display:block; }
#Bn6q3lFHcHcZI5HbEMh5C1iFoWMGIVqq { position:absolute;display:block;z-index:15026;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);border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:1.875rem;width:1.875rem;top:48.9375rem;left:49.3125rem;overflow:hidden;display:block; }
#gsgarTQrT9l1fMVvDMq0NVOuwvBP5FzX { position:absolute;display:block;z-index:15027;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);border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:1.75rem;width:1.75rem;top:49rem;left:51.0625rem;overflow:hidden;display:block; }
#id8r1Br8RlhtpAs6PIf2Q8W9TglIHKD6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#272727;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; }#id8r1Br8RlhtpAs6PIf2Q8W9TglIHKD6 > .row .container { background-color: transparent; background-image: none; }#id8r1Br8RlhtpAs6PIf2Q8W9TglIHKD6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#id8r1Br8RlhtpAs6PIf2Q8W9TglIHKD6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#id8r1Br8RlhtpAs6PIf2Q8W9TglIHKD6 > .row .container > .video-iframe-container { display: none; }#id8r1Br8RlhtpAs6PIf2Q8W9TglIHKD6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#id8r1Br8RlhtpAs6PIf2Q8W9TglIHKD6 > .row > .video-iframe-container { display: none; }#id8r1Br8RlhtpAs6PIf2Q8W9TglIHKD6 > .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); }#id8r1Br8RlhtpAs6PIf2Q8W9TglIHKD6 > .row .container { border-width: 0; border-radius: 0; }#id8r1Br8RlhtpAs6PIf2Q8W9TglIHKD6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#id8r1Br8RlhtpAs6PIf2Q8W9TglIHKD6 > .row .container { font-size:0.875rem;font-family:arial;height:45.125rem;width:75rem;position:relative;display:block; }#kvJTx5tZPsoQfpdE4pcaLXyPorpauplM { color:rgba(var(--color-tertiary-0),1);display:block;width:43.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15020;line-height:1.2;letter-spacing:0;top:5.5625rem;left:15.875rem;height:2.625rem;text-align:center;text-align-last:center;display:block; }
#g3iSMRpCxCKIhdukf8suGpgTT1gkvdQ1 { color:rgba(var(--color-tertiary-2),1);display:block;width:43.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:8.375rem;left:15.53125rem;height:1.57421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OMPRvVfDza9rSZGPTu7sPZzeB8A1D6AH { box-sizing:content-box;height:7.75rem;width:26.875rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-4),0.12);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-2),0.5);border-left:0.0625rem solid rgba(var(--color-secondary-2),0.5);border-right:0.0625rem solid rgba(var(--color-secondary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),0.5);top:14.25rem;left:9.9375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#u3zLaBhehLehhGKTc0TvHCJms7yCaHuz { box-sizing:content-box;height:7.75rem;width:26.875rem;position:absolute;display:block;z-index:15000;background-color:rgba(92,91,91,0.2);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-2),0.5);border-left:0.0625rem solid rgba(var(--color-secondary-2),0.5);border-right:0.0625rem solid rgba(var(--color-secondary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),0.5);top:14.25rem;left:38.125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#xX8NgT2AZBPRfH5G0y7QstytcOKAS4JR { box-sizing:content-box;height:7.75rem;width:26.875rem;position:absolute;display:block;z-index:15001;background-color:rgba(92,91,91,0.2);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-2),0.5);border-left:0.0625rem solid rgba(var(--color-secondary-2),0.5);border-right:0.0625rem solid rgba(var(--color-secondary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),0.5);top:23.1875rem;left:9.9375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#rNukMurTiEWdTmXoxuwHBAzM8pZCvSzR { box-sizing:content-box;height:7.75rem;width:26.875rem;position:absolute;display:block;z-index:15002;background-color:rgba(26,26,26,0.12);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-2),0.5);border-left:0.0625rem solid rgba(var(--color-secondary-2),0.5);border-right:0.0625rem solid rgba(var(--color-secondary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),0.5);top:23.1875rem;left:38.125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#dWlIsBWFDO4oHKsi1c6FWtAk37N4dGhI { box-sizing:content-box;height:3.125rem;width:3.125rem;position:absolute;display:block;z-index:15000;background-color:#5d5d59;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:16.3125rem;left:11.0625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#xPprshJV8UVbc0iUNbqssuBn1CcSd2qo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:17rem;left:11.75rem; }
#RSIXvCZQBnpaTAopKiPqfOZuKkzN3pk4 { color:rgba(var(--color-secondary-2),1);display:block;width:20.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:16.0625rem;left:15.3125rem;height:4.19824375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GgfTCBfWfDbO1I0NMmAGoi6L7lPvuKst { box-sizing:content-box;height:3.125rem;width:3.125rem;position:absolute;display:block;z-index:15001;background-color:#5d5d59;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:16.625rem;left:39.5rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#mJSHMyJwMk8QZtb7qz66lyl8Tox6aZCG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:17.3125rem;left:40.1875rem; }
#f3zw0VIpLpL3ANyu30AgEfaNAlJyiI7x { color:rgba(var(--color-secondary-2),1);display:block;width:20.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:16.3125rem;left:43.375rem;height:4.19824375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#feHLNJXgItSeafENgxGGEX82HKPDqpBF { box-sizing:content-box;height:3.125rem;width:3.125rem;position:absolute;display:block;z-index:15001;background-color:#5d5d59;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:25.5625rem;left:11.0625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#hiGoHCiBzaamaupOJVcOaA6y72ocLbWy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:26.25rem;left:11.75rem; }
#KnihezGvRabNhxA6MKSNs80M2UtuRO54 { color:rgba(var(--color-secondary-2),1);display:block;width:20.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:25rem;left:15.3125rem;height:4.19824375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kzS4l0yklRAeD9iQVtmEp6m4RcFWNqHn { box-sizing:content-box;height:3.125rem;width:3.125rem;position:absolute;display:block;z-index:15002;background-color:#5d5d59;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:25.5625rem;left:39.5rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#UokKLG1sCM8FT0Gt1eFuk7hFpSqhiwaQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:26.25rem;left:40.1875rem; }
#HbXmgXUBVciR7z6ZBCPSRDkEDKUTlnEA { color:rgba(var(--color-secondary-2),1);display:block;width:20.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:25rem;left:43.375rem;height:4.19824375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zIABDa4ZRq7PSBk7lA3Q9zrTGrcVcLdN { box-sizing:content-box;height:7.75rem;width:34.3125rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-2),0.12), rgba(var(--color-tertiary-4),0.11));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),0.12), rgba(var(--color-tertiary-4),0.11));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),0.12), rgba(var(--color-tertiary-4),0.11));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),0.12), rgba(var(--color-tertiary-4),0.11));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.12)', endColorstr='rgba(var(--color-tertiary-4),0.11)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.12)', endColorstr='rgba(var(--color-tertiary-4),0.11)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),0.12), rgba(var(--color-tertiary-4),0.11));background-size:auto !important;box-shadow: none;border-top:0.125rem dotted rgba(var(--color-primary-2),0.5);border-left:0.125rem dotted rgba(var(--color-primary-2),0.5);border-right:0.125rem dotted rgba(var(--color-primary-2),0.5);border-bottom:0.125rem dotted rgba(var(--color-primary-2),0.5);top:33.53125rem;left:20.21875rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#TzBTcpP8rHwEqcTIhU91OhrAMuOPztdZ { color:rgba(var(--color-tertiary-0),1);display:block;width:30.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.4;letter-spacing:0;top:35.95703125rem;left:22.34375rem;height:3.1484375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#heMogkactvOsqx36kOgTunrIbpGRw0Pp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#heMogkactvOsqx36kOgTunrIbpGRw0Pp > .row .container { background-color: transparent; background-image: none; }#heMogkactvOsqx36kOgTunrIbpGRw0Pp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#heMogkactvOsqx36kOgTunrIbpGRw0Pp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#heMogkactvOsqx36kOgTunrIbpGRw0Pp > .row .container > .video-iframe-container { display: none; }#heMogkactvOsqx36kOgTunrIbpGRw0Pp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#heMogkactvOsqx36kOgTunrIbpGRw0Pp > .row > .video-iframe-container { display: none; }#heMogkactvOsqx36kOgTunrIbpGRw0Pp > .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); }#heMogkactvOsqx36kOgTunrIbpGRw0Pp > .row .container { border-width: 0; border-radius: 0; }#heMogkactvOsqx36kOgTunrIbpGRw0Pp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#heMogkactvOsqx36kOgTunrIbpGRw0Pp > .row .container { font-size:0.875rem;font-family:arial;height:77.75rem;width:75rem;position:relative;display:block; }#gr913Oc2PcO93SwAGTTzCGsDlKTfVTQT { box-sizing:content-box;height:3.125rem;width:3.125rem;position:absolute;display:block;z-index:15002;background-color:#f4ff1e;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:2.375rem;left:35.9375rem;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;display:block; }
#xNWHdkmQBDb9KOWQTSXzXFFIvfeacGsy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:3.0625rem;left:36.625rem; }
#ns02iMQ3llVnH8Lqia4mrgiWDNW13Eec { color:rgba(var(--color-tertiary-0),1);display:block;width:53.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15021;line-height:1.2;letter-spacing:0;top:7.0625rem;left:10.9375rem;height:2.625rem;text-align:center;text-align-last:center;display:block; }
#AQrJgRoo8OftHFMK2l9RFVf9s0SraVie { color:rgba(var(--color-tertiary-2),1);display:block;width:43.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:10.9375rem;left:15.75rem;height:3.1484375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TZSWno0pXNepBnIddPrSu3OTvDNIBxAG { color:rgba(var(--color-tertiary-0),1);display:block;width:53.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15022;line-height:1.2;letter-spacing:0;top:23.25rem;left:8.8125rem;height:2.625rem;text-align:center;text-align-last:center;display:block; }
#NLt3sxWVRix5JxqJopC7irpM6vrqJtsR { color:rgba(var(--color-tertiary-2),1);display:block;width:47.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:27.1875rem;left:15.75rem;height:1.57421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#l8BqII3DXeWf9xR9VEh5dRmL2To7ZQph { box-sizing:content-box;height:11.9375rem;width:26.875rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-3),0.12);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-2),0.5);border-left:0.0625rem solid rgba(var(--color-secondary-2),0.5);border-right:0.0625rem solid rgba(var(--color-secondary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),0.5);top:30.75rem;left:9rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#GlclBNcg1gDGuiJTtSgL4q5HskcbQtkN { box-sizing:content-box;height:11.9375rem;width:26.875rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-3),0.12);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-2),0.5);border-left:0.0625rem solid rgba(var(--color-secondary-2),0.5);border-right:0.0625rem solid rgba(var(--color-secondary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),0.5);top:44.625rem;left:9rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#Tt7V3O3XyEk3fA3XQ3rTtI07akDNkxVF { box-sizing:content-box;height:11.9375rem;width:26.875rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-3),0.12);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-2),0.5);border-left:0.0625rem solid rgba(var(--color-secondary-2),0.5);border-right:0.0625rem solid rgba(var(--color-secondary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),0.5);top:30.75rem;left:39.0625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#QDU8bcJQwHRZodXy5lHhBSv2QX4AKg1t { box-sizing:content-box;height:11.9375rem;width:26.875rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-3),0.12);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-2),0.5);border-left:0.0625rem solid rgba(var(--color-secondary-2),0.5);border-right:0.0625rem solid rgba(var(--color-secondary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),0.5);top:44.625rem;left:39.0625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#n5Q2TpFVJoTy1vL1fMkf9tti8Zme4Tyq { box-sizing:content-box;height:11.9375rem;width:26.875rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-3),0.12);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-2),0.5);border-left:0.0625rem solid rgba(var(--color-secondary-2),0.5);border-right:0.0625rem solid rgba(var(--color-secondary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),0.5);top:58.875rem;left:24rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#RwenkdaQU99TDWGN7OEDWUyZMk4eNAAJ { color:rgba(var(--color-primary-2),1);display:block;width:12.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:32.5rem;left:10.9375rem;height:1.21875rem;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; }
#HazZ1T4JVy2nH7uq3IN36fWRaKieK7I0 { color:rgba(var(--color-primary-2),1);display:block;width:12.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:32.5rem;left:41.125rem;height:1.21875rem;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; }
#agPmf9LKaQroOAHNJeMCDOyys9fDTJ1x { color:rgba(var(--color-primary-2),1);display:block;width:12.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:46.5rem;left:10.9375rem;height:1.21875rem;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; }
#Q90yGZwiITUGeJ7imaLQySDxOdGhkReO { color:rgba(var(--color-primary-2),1);display:block;width:12.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:46.5rem;left:41.125rem;height:1.21875rem;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; }
#Xi6LWMTCfK6iHG765ZWNCJ1rxcHQvJrn { color:rgba(var(--color-primary-2),1);display:block;width:12.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:60.4375rem;left:25.5625rem;height:1.21875rem;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; }
#NN8610bot2nUiArAFgV4lJvmhPVLXlTp { color:rgba(var(--color-secondary-2),1);display:block;width:22.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:34.681640625rem;left:10.9375rem;height:3.1484375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xzzSEbFULKuTJ0sdmWaaxXKve7BbSazC { color:rgba(var(--color-secondary-2),1);display:block;width:22.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:38.267578125rem;left:10.9375rem;height:2.798825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AnWQNWmewgK5e5L3BnK12PExSkksrSzc { color:rgba(var(--color-secondary-2),1);display:block;width:22.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:34.681640625rem;left:41.15625rem;height:1.57421875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ndh4Z1l1CHB3p1tJtsMCFbKtcFBxmFOI { color:rgba(var(--color-secondary-2),1);display:block;width:22.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:37.474609375rem;left:41.15625rem;height:2.798825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ki0y6SsKNVKKCko1lshwBCNiRd9dubsT { color:rgba(var(--color-secondary-2),1);display:block;width:22.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:48.369140625rem;left:10.9375rem;height:3.1484375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ILeDS5knZ5TdlET3GrTiRybk0TkClXcG { color:rgba(var(--color-secondary-2),1);display:block;width:22.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:48.369140625rem;left:41.3125rem;height:3.1484375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ELvqJKZL31CdCRRQkEtCIOUCgosBilbR { color:rgba(var(--color-secondary-2),1);display:block;width:22.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:62.681640625rem;left:25.5625rem;height:3.1484375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zx1CsTdrEykqLp0JvsvJC06EqFhTTQDQ { color:rgba(var(--color-secondary-2),1);display:block;width:22.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:52.080078125rem;left:10.9375rem;height:2.798825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DQy6IvSHVU54oXxarT6EaZl2F8PR4Xob { color:rgba(var(--color-secondary-2),1);display:block;width:22.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:52.0791015625rem;left:41.3125rem;height:2.798825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#up9mrWJWpSMb9PaUPIbk1yXpKTuqzlvK { color:rgba(var(--color-secondary-2),1);display:block;width:22.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:66.7041015625rem;left:25.5625rem;height:2.798825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XXt3B6PNco7Mw6hG59ciPE8TpttvxJBz { box-sizing:content-box;height:3.125rem;width:3.125rem;position:absolute;display:block;z-index:15003;background-color:#f4ff1e;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.3125rem;left:35.9375rem;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;display:block; }
#GJUQeZ0vuATCzadzwgpcs2iGbRkaVc1a { position:absolute;display:block;z-index:15028;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:1.8125rem;top:17.96875rem;left:36.59375rem;overflow:hidden;display:block; }
#cT21ZIUweRmoszV40gXlOeIOKRPM76kX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#272727;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; }#cT21ZIUweRmoszV40gXlOeIOKRPM76kX > .row .container { background-color: transparent; background-image: none; }#cT21ZIUweRmoszV40gXlOeIOKRPM76kX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cT21ZIUweRmoszV40gXlOeIOKRPM76kX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cT21ZIUweRmoszV40gXlOeIOKRPM76kX > .row .container > .video-iframe-container { display: none; }#cT21ZIUweRmoszV40gXlOeIOKRPM76kX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cT21ZIUweRmoszV40gXlOeIOKRPM76kX > .row > .video-iframe-container { display: none; }#cT21ZIUweRmoszV40gXlOeIOKRPM76kX > .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); }#cT21ZIUweRmoszV40gXlOeIOKRPM76kX > .row .container { border-width: 0; border-radius: 0; }#cT21ZIUweRmoszV40gXlOeIOKRPM76kX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cT21ZIUweRmoszV40gXlOeIOKRPM76kX > .row .container { font-size:0.875rem;font-family:arial;height:45.3125rem;width:75rem;position:relative;display:block; }#vsShlgLNzgzi8XD51fCMndlc1adeVD1V { color:rgba(var(--color-primary-2),1);display:block;width:12.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:6.375rem;left:35.0625rem;height:1.21875rem;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; }
#zGTtzAaSGGyJh2yHpS0rfgzPLBu3TR45 { position:absolute;display:block;z-index:15023;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:31.6875rem;width:23.875rem;top:6.6875rem;left:6.6875rem;overflow:hidden;display:block; }
#cyhJTQuTEllimmWXRaWd9xyx9TReKzRB { color:rgba(var(--color-tertiary-1),1);display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:8.9375rem;left:35.0625rem;height:3.5rem;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; }
#E5mellPJHKRB2zSDWUvBWw7mDM5RfB1f { color:rgba(var(--color-tertiary-2),1);display:block;width:36.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:13.6337890625rem;left:35.0625rem;height:14.16796875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FvtdFOcQsm500NCaon8l2wJtT64cdWVz { box-sizing:content-box;height:4.6875rem;width:15.0625rem;position:absolute;display:block;z-index:15002;background-color:rgba(92,91,91,0.2);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-2),0.5);border-left:0.0625rem solid rgba(var(--color-secondary-2),0.5);border-right:0.0625rem solid rgba(var(--color-secondary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),0.5);top:28.875rem;left:35.0625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#KrTZsfLs7b3oA8TtcvOaRNhOtogUDhSs { box-sizing:content-box;height:4.6875rem;width:15.0625rem;position:absolute;display:block;z-index:15003;background-color:rgba(92,91,91,0.2);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-2),0.5);border-left:0.0625rem solid rgba(var(--color-secondary-2),0.5);border-right:0.0625rem solid rgba(var(--color-secondary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),0.5);top:28.875rem;left:51.3125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#vbqQdbkgtlWZFwxV9ue5tCVefQ3cLB4L { box-sizing:content-box;height:4.6875rem;width:15.0625rem;position:absolute;display:block;z-index:15004;background-color:rgba(92,91,91,0.2);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-2),0.5);border-left:0.0625rem solid rgba(var(--color-secondary-2),0.5);border-right:0.0625rem solid rgba(var(--color-secondary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),0.5);top:34.6875rem;left:35.0625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#X5l2qWKNg8mgn6QnIJrL5Utd8t8vo05r { box-sizing:content-box;height:4.6875rem;width:15.0625rem;position:absolute;display:block;z-index:15005;background-color:rgba(92,91,91,0.2);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-2),0.5);border-left:0.0625rem solid rgba(var(--color-secondary-2),0.5);border-right:0.0625rem solid rgba(var(--color-secondary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),0.5);top:34.6875rem;left:51.3125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#mO8MKlA6A0KcHsvODDPubOyuA1lIWIc3 { color:rgba(var(--color-primary-2),1);display:block;width:12.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:29.4375rem;left:36.21875rem;height:2.4375rem;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; }
#xyzNgDKnDTTU5wThR77heBWRy6vugxpp { color:rgba(var(--color-primary-2),1);display:block;width:12.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:29.4375rem;left:52.46875rem;height:2.4375rem;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; }
#pVxrXr0zOSuOAiawrn3JNKJkzTgUh4vF { color:rgba(var(--color-primary-2),1);display:block;width:12.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:35.25rem;left:36.21875rem;height:2.4375rem;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; }
#hUEhM4VPd7OvPtGPrw1rR564oaZ5sBzE { color:rgba(var(--color-primary-2),1);display:block;width:12.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:35.25rem;left:52.46875rem;height:2.4375rem;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; }
#hmfH0wfOSVgXCMoa215hFsLL9ErgIGQR { color:rgba(var(--color-secondary-2),1);display:block;width:13.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:31.625rem;left:36.25rem;height:1.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oI5cSfuRGk0pmknD4wVHzgp109JzSvAN { color:rgba(var(--color-secondary-2),1);display:block;width:13.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:31.875rem;left:52.15625rem;height:1.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#q6uQ6xvPVuF3CrKAgmLm08TUtFtJxzJF { color:rgba(var(--color-secondary-2),1);display:block;width:13.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:37.375rem;left:35.90625rem;height:1.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AU4dgg6CphnWkCoq6MnXkFcFnEnWsclz { color:rgba(var(--color-secondary-2),1);display:block;width:13.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:37.375rem;left:52.15625rem;height:1.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kNUi6hgTVuTMm3Pez6WXRovqrUwTqLqn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kNUi6hgTVuTMm3Pez6WXRovqrUwTqLqn > .row .container { background-color: transparent; background-image: none; }#kNUi6hgTVuTMm3Pez6WXRovqrUwTqLqn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kNUi6hgTVuTMm3Pez6WXRovqrUwTqLqn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kNUi6hgTVuTMm3Pez6WXRovqrUwTqLqn > .row .container > .video-iframe-container { display: none; }#kNUi6hgTVuTMm3Pez6WXRovqrUwTqLqn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kNUi6hgTVuTMm3Pez6WXRovqrUwTqLqn > .row > .video-iframe-container { display: none; }#kNUi6hgTVuTMm3Pez6WXRovqrUwTqLqn > .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); }#kNUi6hgTVuTMm3Pez6WXRovqrUwTqLqn > .row .container { border-width: 0; border-radius: 0; }#kNUi6hgTVuTMm3Pez6WXRovqrUwTqLqn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kNUi6hgTVuTMm3Pez6WXRovqrUwTqLqn > .row .container { font-size:0.875rem;font-family:arial;height:44.4375rem;width:75rem;position:relative;display:block; }#m7Bpt9XmWw4C2OgW4DDTSQMch1Jhsnqk { color:rgba(var(--color-tertiary-0),1);display:block;width:53.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15022;line-height:1.2;letter-spacing:0;top:2.5625rem;left:10.9375rem;height:2.625rem;text-align:center;text-align-last:center;display:block; }
#OOm4fpwfD6QFMfLWMTHPlrPeyqmnaEHN { color:rgba(var(--color-tertiary-2),1);display:block;width:36.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:6.125rem;left:19.1875rem;height:1.57421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hyXO5DtgnKUCrItMvqkwXA7OL2nmrysN { box-sizing:content-box;height:31.6875rem;width:47.125rem;position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);top:9.75rem;left:13.875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#kOH8UkTAug5nA2dVOZQGTITVgzTOsnmW .widget-form-header { font-size:0.875rem; }
#kOH8UkTAug5nA2dVOZQGTITVgzTOsnmW .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:38.6875rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#kOH8UkTAug5nA2dVOZQGTITVgzTOsnmW .widget-input-text { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:38.6875rem;box-sizing:border-box;height:3.125rem;color:rgba(var(--color-secondary-2),1);font-size:0.875rem;overflow:hidden;font-family:var(--headlines-font-family);vertical-align:top; }
#kOH8UkTAug5nA2dVOZQGTITVgzTOsnmW .widget-input-text {padding-top: 0; padding-bottom: 0;}#kOH8UkTAug5nA2dVOZQGTITVgzTOsnmW .widget-textarea { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:38.6875rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-secondary-2),1);font-size:0.875rem;overflow:hidden;font-family:var(--headlines-font-family);vertical-align:top; }
#kOH8UkTAug5nA2dVOZQGTITVgzTOsnmW .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:38.6875rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;vertical-align:top; }
#kOH8UkTAug5nA2dVOZQGTITVgzTOsnmW .widget-input-select {padding-top: 0; padding-bottom: 0;}#kOH8UkTAug5nA2dVOZQGTITVgzTOsnmW .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; }
#kOH8UkTAug5nA2dVOZQGTITVgzTOsnmW .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#kOH8UkTAug5nA2dVOZQGTITVgzTOsnmW .widget-input-button { 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:#f4ff1e;background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-0),1);border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0.0625rem solid rgba(var(--color-secondary-0),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.625rem;font-weight:700;color:#272727;width:38.6875rem;height:4.1875rem;font-family:var(--headlines-font-family);overflow:hidden;box-shadow: none;text-align:center;text-align-last:center;line-height:1;font-style:normal; }
#kOH8UkTAug5nA2dVOZQGTITVgzTOsnmW [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-2),1);font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal; }
#kOH8UkTAug5nA2dVOZQGTITVgzTOsnmW [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-2),1);font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal; }
#kOH8UkTAug5nA2dVOZQGTITVgzTOsnmW [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-2),1);font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal; }
#kOH8UkTAug5nA2dVOZQGTITVgzTOsnmW [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-2),1);font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal; }
#kOH8UkTAug5nA2dVOZQGTITVgzTOsnmW .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:37.5rem;overflow:hidden;font-style:normal;float:none; }
#kOH8UkTAug5nA2dVOZQGTITVgzTOsnmW .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; }
#kOH8UkTAug5nA2dVOZQGTITVgzTOsnmW .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#kOH8UkTAug5nA2dVOZQGTITVgzTOsnmW .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#kOH8UkTAug5nA2dVOZQGTITVgzTOsnmW .widget-container:first-of-type{padding-top:0;}#kOH8UkTAug5nA2dVOZQGTITVgzTOsnmW .widget-container:last-of-type{padding-bottom:0;}#kOH8UkTAug5nA2dVOZQGTITVgzTOsnmW  { background-color:rgba(var(--color-secondary-1),0.1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:38.6875rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15015;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;position:absolute;top:17.6484375rem;left:16.90625rem;font-size:0.875rem; }
#kOH8UkTAug5nA2dVOZQGTITVgzTOsnmW .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:38.6875rem;display:block;vertical-align:top; }
#kOH8UkTAug5nA2dVOZQGTITVgzTOsnmW .widget-info-text { display:block;height:auto;font-family:lato;font-size:0.6875rem;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;text-align:center;text-align-last:center; }
#kOH8UkTAug5nA2dVOZQGTITVgzTOsnmW {display:block;}#kOH8UkTAug5nA2dVOZQGTITVgzTOsnmW { background-color:rgba(var(--color-secondary-1),0.1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:38.6875rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15015;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;position:absolute;top:17.6484375rem;left:16.90625rem;font-size:0.875rem; }
#kOH8UkTAug5nA2dVOZQGTITVgzTOsnmW #TTI7QqkdhU42dkIMSK2ENmO4Q5KE6vaU { position:relative; }
#kOH8UkTAug5nA2dVOZQGTITVgzTOsnmW #rfm12ORbcV7zeyPvgTVMOwDMWv93e17w { position:relative;display:block; }
#kOH8UkTAug5nA2dVOZQGTITVgzTOsnmW #ROinVQw7GVOFvtE97mF7pAfLTa5gNSeH { position:relative; }
#kOH8UkTAug5nA2dVOZQGTITVgzTOsnmW #zpe1KZQ3rXMQmmLeBWxSfovBeFmDtvtr { position:relative; }
#kOH8UkTAug5nA2dVOZQGTITVgzTOsnmW #mpmqrpll6xaTeBETRizurmlO5mQ84Xn4 { position:relative;display:block; }
#kOH8UkTAug5nA2dVOZQGTITVgzTOsnmW #duzlDV6iAhSrCmdMlfAqMbdvEaQTRzp4 { position:relative; }
#kOH8UkTAug5nA2dVOZQGTITVgzTOsnmW #wwbxzTAl21VbpEzJmT0Bxg6cx4nnK19E { position:relative; }
#kOH8UkTAug5nA2dVOZQGTITVgzTOsnmW #K3wr2osVpQ6FPTIzIosz2kI4TVyQhUza { position:relative;display:block; }
#kOH8UkTAug5nA2dVOZQGTITVgzTOsnmW #NihPhUR24uBbRxh3aSlzBs0sBxwaodam { position:relative; }
#kOH8UkTAug5nA2dVOZQGTITVgzTOsnmW #mJdyL9Jg4FAcoBhIJk6R0tPgnwrTMVvy { position:relative; }
#kOH8UkTAug5nA2dVOZQGTITVgzTOsnmW #ePUlDCuDztBeBup0hzL04t6CTXZmfA5E { position:relative; }
#kOH8UkTAug5nA2dVOZQGTITVgzTOsnmW #NnSeiRrRgcztgOIRsttzE90ZzAEifXcm { position:relative;display:block;z-index:15000; }
#kOH8UkTAug5nA2dVOZQGTITVgzTOsnmW #cEBqIzagJolxGgAWPmGhLWU8BeG6DTgW { position:relative;display:block;z-index:15000; }
#iS6EpFTut60wAVtDDgxUtmd44h0A9P0V { color:#272727;display:block;width:15.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15009;line-height:1;letter-spacing:0;top:11.875rem;left:28.96875rem;height:1.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#iS6EpFTut60wAVtDDgxUtmd44h0A9P0V li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#iS6EpFTut60wAVtDDgxUtmd44h0A9P0V li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f9c47bd3daed6745683d8d0143591f4d.svg); }
#cVnQZqp2KJgx8s70QqRRircZTIwmTGD9 { box-sizing:content-box;height:2.625rem;width:19.9375rem;position:absolute;display:block;z-index:15000;background-color:#f4ff1e;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:11.125rem;left:26.96875rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#AnP4KMe1Kz5p98TtyKd3xLSwHTiV0N1N { color:rgba(var(--color-tertiary-4),1);display:block;width:38.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15020;line-height:1.2;letter-spacing:0;top:14.5625rem;left:18.40625rem;height:3.1484375rem;text-align:center;text-align-last:center;display:block; }
#TTc6o5nKk6oFRZMKqqVQTlWmbdw2Ta77 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#272727;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; }#TTc6o5nKk6oFRZMKqqVQTlWmbdw2Ta77 > .row .container { background-color: transparent; background-image: none; }#TTc6o5nKk6oFRZMKqqVQTlWmbdw2Ta77::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTc6o5nKk6oFRZMKqqVQTlWmbdw2Ta77 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTc6o5nKk6oFRZMKqqVQTlWmbdw2Ta77 > .row .container > .video-iframe-container { display: none; }#TTc6o5nKk6oFRZMKqqVQTlWmbdw2Ta77 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTc6o5nKk6oFRZMKqqVQTlWmbdw2Ta77 > .row > .video-iframe-container { display: none; }#TTc6o5nKk6oFRZMKqqVQTlWmbdw2Ta77 > .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); }#TTc6o5nKk6oFRZMKqqVQTlWmbdw2Ta77 > .row .container { border-width: 0; border-radius: 0; }#TTc6o5nKk6oFRZMKqqVQTlWmbdw2Ta77 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TTc6o5nKk6oFRZMKqqVQTlWmbdw2Ta77 > .row .container { font-size:0.875rem;font-family:arial;height:8rem;width:75rem;position:relative;display:block; }#zPfRFPXuv26kT5udpcMrNS4xMUdlNmAb { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:8.9375rem;top:1.46875rem;left:33.03125rem;overflow:hidden;display:block; }
#KhIBD0SJ0Qzr7Kti1msnXvvRMR7iStdu { color:rgba(var(--color-tertiary-1),1);display:block;width:52.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:5.73828125rem;left:11.0625rem;height:1.13671875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #C13tpsIWxGhWsXqI7FBUcErVkThmy2y6 { display:block; }#C13tpsIWxGhWsXqI7FBUcErVkThmy2y6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qTMbuzEbgayWETca2d6iSnfkMvdKaLli { top:0.9375rem;left:5.9375rem;width:22.375rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KaonmlChx7GVRD04tc7TdWR89coXeVQO { top:0.25rem;left:0rem;width:6.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gi5auZq0K6cdTpK06xTt1Wn2RuP0yqZn { top:0.3125rem;left:27.6875rem;width:10.75rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGtng5aiTbSGkq1FilR4q4TVQiZtVEL3 { display:block; }
 }@media only screen and (max-width: 763px) { #sweRsBiQ70tuQbanVy9gnglWPeMATrvz { display:block; }#sweRsBiQ70tuQbanVy9gnglWPeMATrvz > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JsRLCPkAGAZhhmECsGbhew17yCB5Qosf { top:12.875rem;left:3.3041667938233rem;width:42.75rem;height:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #io4dbaneEtzvwksSIzKTCskHWum4Aeib { top:19.5rem;left:38.9375rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLZcTdLbZMf4gg3zRK0MIzWDImChchqX .widget-regular-label { width:41.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;height:auto; }
#RLZcTdLbZMf4gg3zRK0MIzWDImChchqX .widget-input-text { width:41.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#RLZcTdLbZMf4gg3zRK0MIzWDImChchqX .widget-input-text {padding-top: 0; padding-bottom: 0;}#RLZcTdLbZMf4gg3zRK0MIzWDImChchqX .widget-textarea { width:41.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#RLZcTdLbZMf4gg3zRK0MIzWDImChchqX .widget-input-select { width:41.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#RLZcTdLbZMf4gg3zRK0MIzWDImChchqX .widget-input-select {padding-top: 0; padding-bottom: 0;}#RLZcTdLbZMf4gg3zRK0MIzWDImChchqX .widget-input-button { width:41.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#RLZcTdLbZMf4gg3zRK0MIzWDImChchqX .widget-checkbox-label { width:40.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#RLZcTdLbZMf4gg3zRK0MIzWDImChchqX  { width:41.75rem;height:auto;top:13.625rem;left:1.5500011444092rem; }
#RLZcTdLbZMf4gg3zRK0MIzWDImChchqX .radio-container { width:41.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#RLZcTdLbZMf4gg3zRK0MIzWDImChchqX {display:block;}#RLZcTdLbZMf4gg3zRK0MIzWDImChchqX { width:41.75rem;height:auto;top:13.625rem;left:1.5500011444092rem; }
 }@media only screen and (max-width: 763px) { #RLZcTdLbZMf4gg3zRK0MIzWDImChchqX #frVgbsvKwcrxTCGt4XLXQDrpbQTnCNlE {  }
 }@media only screen and (max-width: 763px) { #RLZcTdLbZMf4gg3zRK0MIzWDImChchqX #NKSWU0Bqg3LEWwrrsEC9mir9BmJu1ol4 { display:block; }
 }@media only screen and (max-width: 763px) { #RLZcTdLbZMf4gg3zRK0MIzWDImChchqX #SouSZ1f4b3T79Q9eEZZu0vZMQ1H3MseQ {  }
 }@media only screen and (max-width: 763px) { #RLZcTdLbZMf4gg3zRK0MIzWDImChchqX #aZMORkD5hohi6oXS24nWMHcLC57SIu9H {  }
 }@media only screen and (max-width: 763px) { #RLZcTdLbZMf4gg3zRK0MIzWDImChchqX #gIs0UaQy3GxOCzApdBuQKnDrseKosvwR { display:block; }
 }@media only screen and (max-width: 763px) { #RLZcTdLbZMf4gg3zRK0MIzWDImChchqX #t71sUNVGJhDruPPBEccOwqyixMxZOum3 {  }
 }@media only screen and (max-width: 763px) { #RLZcTdLbZMf4gg3zRK0MIzWDImChchqX #XTRhRr1Iw9Olbnl5ibNOSKwqGA2Tox1J {  }
 }@media only screen and (max-width: 763px) { #RLZcTdLbZMf4gg3zRK0MIzWDImChchqX #vdc7v9bJSmr3RQFHcNx08G6BgkCRpOKE {  }
 }@media only screen and (max-width: 763px) { #RLZcTdLbZMf4gg3zRK0MIzWDImChchqX #h8ppbaT9HIlfgUMFXbxP8XVqssorAWm3 {  }
 }@media only screen and (max-width: 763px) { #RLZcTdLbZMf4gg3zRK0MIzWDImChchqX #xRc4TTGoSFoHWCU1aeyHnDpKhrWSlaRi {  }
 }@media only screen and (max-width: 763px) { #RLZcTdLbZMf4gg3zRK0MIzWDImChchqX #gk5TnJJKPv7pt7RXoq6Us4GTMah6NwJ6 {  }
 }@media only screen and (max-width: 763px) { #RLZcTdLbZMf4gg3zRK0MIzWDImChchqX #N3bIUevL5TH4hvTxLhCMv4VS5trUxidf {  }
 }@media only screen and (max-width: 763px) { #RLZcTdLbZMf4gg3zRK0MIzWDImChchqX #Z8IMbFIL3qBsEAgTEMInBmf3XAQoiAew {  }
 }@media only screen and (max-width: 763px) { #FFGIizQ3ea5xbIx5nTUNbGG6lXVf9ITL { top:8.4375rem;left:31.8125rem;width:15.9375rem;height:1.125rem;font-size:1rem;display:block; }#FFGIizQ3ea5xbIx5nTUNbGG6lXVf9ITL li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f9c47bd3daed6745683d8d0143591f4d.svg); }
 }@media only screen and (max-width: 763px) { #TLV6QOB1FmLMiXLDP2CHZJtv4NXVNEZx { top:12.4375rem;left:0rem;width:32.9375rem;height:15rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfB0ier4LbrNuZ4LNBPXeZwyWdePfTBm { top:29.5rem;left:0rem;width:29.875rem;height:3.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOoStaOVfqfHUQm7QauETMGqaTCIl2b7 { top:9.125rem;left:0rem;width:13.875rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DS5aJT9eI38fGFMVmNkRD5iwCXUknLHn { top:9.625rem;left:0rem;width:12.875rem;height:1.1875rem;font-size:0.9375rem;display:block; }#DS5aJT9eI38fGFMVmNkRD5iwCXUknLHn li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_282bdb44e130e3f68656c4eece7185ece525a832.svg); }
 }@media only screen and (max-width: 763px) { #ygihKEb3WTCrSahuOOE8BWcGGoSCtwJC { top:34.875rem;left:0rem;width:15.875rem;height:1.375rem;font-size:1rem;display:block; }#ygihKEb3WTCrSahuOOE8BWcGGoSCtwJC li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_26bc56e4d7de5e30cfc8c210d4c58b9b03e46cfc.svg); }
 }@media only screen and (max-width: 763px) { #OJcdziuHDNBlP1fZFTbyGJNzyAfzR882 { top:34.875rem;left:2.875rem;width:15.875rem;height:1.375rem;font-size:1rem;display:block; }#OJcdziuHDNBlP1fZFTbyGJNzyAfzR882 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_26bc56e4d7de5e30cfc8c210d4c58b9b03e46cfc.svg); }
 }@media only screen and (max-width: 763px) { #VNyAEczF9qlJlk7atHTAG8WR72yuo1se { top:37.125rem;left:0rem;width:15.875rem;height:1.375rem;font-size:1rem;display:block; }#VNyAEczF9qlJlk7atHTAG8WR72yuo1se li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_26bc56e4d7de5e30cfc8c210d4c58b9b03e46cfc.svg); }
 }@media only screen and (max-width: 763px) { #imie96sC0aM8vdFROfOEzIuQrWZ6e44i { top:40.1875rem;left:0rem;width:31.0625rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQ91N4ZdKX8zK9Vu6esSx1pNRWT3wykP { top:41.5625rem;left:0rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #deC1TKDdLBTWhtDuLCE6asTfLFmeTV4v { top:41.5625rem;left:0rem;width:20.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3MAmmkswNS1nWOeqAToBTe3tsKy6T3h { top:43.125rem;left:0rem;width:15.875rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #feq4NZ7gcd15gJrFmIT9qkLVgsCffy3w { top:45rem;left:0rem;width:20.75rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhkw9KrKJEtnJ8cOB8lgV2Fu159xI1rP { top:5.625rem;left:15.25rem;width:32.375rem;height:47.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9ixminaoAQi0TSsEEPqixUW2mBetQvG { top:7.6875rem;left:27.8125rem;width:19.9375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVJcDr9Rd4IQUbTTEKT9JyB9u3NbsPWH { top:10.625rem;left:18.1875rem;width:29.5625rem;height:2.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsphHsl1b95eH1QQpO9tEL9DpLBnTE2T .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dsphHsl1b95eH1QQpO9tEL9DpLBnTE2T .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#dsphHsl1b95eH1QQpO9tEL9DpLBnTE2T .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#dsphHsl1b95eH1QQpO9tEL9DpLBnTE2T { width:18rem;height:5.0625rem;display:flex;top:8rem;left:3.9624996185302rem;z-index:15007; }
 }@media only screen and (max-width: 763px) { #dsphHsl1b95eH1QQpO9tEL9DpLBnTE2T #WSbCVNJhBKrFpfB8wG6c252fxZFAqVqO { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dsphHsl1b95eH1QQpO9tEL9DpLBnTE2T #ETTUKGSkR31H3tElF1v5p5w29XhtEuSR {  }
 }@media only screen and (max-width: 763px) { #dsphHsl1b95eH1QQpO9tEL9DpLBnTE2T #adGKqK8lGOZGeAZSJIHiOi8JoNtcT5oK {  }
 }@media only screen and (max-width: 763px) { #dsphHsl1b95eH1QQpO9tEL9DpLBnTE2T #GrIiPAZBun1wIHbw1ecCDzJ1XPJcxSDg { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dsphHsl1b95eH1QQpO9tEL9DpLBnTE2T #XnCEVkz2S70gr4e09PzDWSK8fRUKd4Zm {  }
 }@media only screen and (max-width: 763px) { #dsphHsl1b95eH1QQpO9tEL9DpLBnTE2T #ZEwz24X2W6KGJ4BziBExnuOmsaHGoAsc {  }
 }@media only screen and (max-width: 763px) { #dsphHsl1b95eH1QQpO9tEL9DpLBnTE2T #oKGDhNvP0bZBBn0TXk4WT5e5NbTo4vlI { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dsphHsl1b95eH1QQpO9tEL9DpLBnTE2T #zTcZMFbwTl58P1MIX1M3gUXfPs2B3I05 {  }
 }@media only screen and (max-width: 763px) { #dsphHsl1b95eH1QQpO9tEL9DpLBnTE2T #WQaPsazELAhmcc3lap1ihKPfT4MmSTfy {  }
 }@media only screen and (max-width: 763px) { #dsphHsl1b95eH1QQpO9tEL9DpLBnTE2T #A35RukTWmUrm8J7XOIGmpWoUmelCvNNW { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dsphHsl1b95eH1QQpO9tEL9DpLBnTE2T #AkrCT3iRdHSEv7Uv2Iy7myHtHp2wg3kg {  }
 }@media only screen and (max-width: 763px) { #dsphHsl1b95eH1QQpO9tEL9DpLBnTE2T #LCDfZyBiAWePNPaCpKbC5VCTaiL60V2U {  }
 }@media only screen and (max-width: 763px) { #nUA32LRdgwyo2Jrvd9dlVrDuG1QnXd9P { top:44.6875rem;left:33.8125rem;width:12.375rem;height:1.125rem;font-size:0.75rem;display:block; }#nUA32LRdgwyo2Jrvd9dlVrDuG1QnXd9P li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b8f182d89d0046d4ae34f35e7084bdbd.svg); }
 }@media only screen and (max-width: 763px) { #ZuSvZhzEV5GxxFLz9cK51Fvgqxk0eeb7 { top:47.3125rem;left:19.625rem;width:28.125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTGfq6zdVTpvtbMLEi8ttlQwoDs6JBQV { top:49.1875rem;left:33.0625rem;width:14.6875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f60ce6MTN1UbZehbbzVIkwwIJevfAheT { top:48.9375rem;left:32.1875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9tMmJH5tR78iRGqxxgNBm8kLL20dSRQ { top:48.9375rem;left:34rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bn6q3lFHcHcZI5HbEMh5C1iFoWMGIVqq { top:48.9375rem;left:35.6875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsgarTQrT9l1fMVvDMq0NVOuwvBP5FzX { top:49rem;left:37.4375rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #id8r1Br8RlhtpAs6PIf2Q8W9TglIHKD6 { display:block; }#id8r1Br8RlhtpAs6PIf2Q8W9TglIHKD6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kvJTx5tZPsoQfpdE4pcaLXyPorpauplM { top:5.5625rem;left:2.25rem;width:43.25rem;height:2.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3iSMRpCxCKIhdukf8suGpgTT1gkvdQ1 { top:8.375rem;left:1.90625rem;width:43.9375rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMPRvVfDza9rSZGPTu7sPZzeB8A1D6AH { top:14.25rem;left:0rem;width:26.875rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3zLaBhehLehhGKTc0TvHCJms7yCaHuz { top:14.25rem;left:20.75rem;width:26.875rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xX8NgT2AZBPRfH5G0y7QstytcOKAS4JR { top:23.1875rem;left:0rem;width:26.875rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNukMurTiEWdTmXoxuwHBAzM8pZCvSzR { top:23.1875rem;left:20.75rem;width:26.875rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWlIsBWFDO4oHKsi1c6FWtAk37N4dGhI { top:16.3125rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPprshJV8UVbc0iUNbqssuBn1CcSd2qo { top:17rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSIXvCZQBnpaTAopKiPqfOZuKkzN3pk4 { top:16.0625rem;left:1.6875rem;width:20.875rem;height:4.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GgfTCBfWfDbO1I0NMmAGoi6L7lPvuKst { top:16.625rem;left:25.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJSHMyJwMk8QZtb7qz66lyl8Tox6aZCG { top:17.3125rem;left:26.5625rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3zw0VIpLpL3ANyu30AgEfaNAlJyiI7x { top:16.3125rem;left:26.875rem;width:20.875rem;height:4.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #feHLNJXgItSeafENgxGGEX82HKPDqpBF { top:25.5625rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hiGoHCiBzaamaupOJVcOaA6y72ocLbWy { top:26.25rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KnihezGvRabNhxA6MKSNs80M2UtuRO54 { top:25rem;left:1.6875rem;width:20.875rem;height:4.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzS4l0yklRAeD9iQVtmEp6m4RcFWNqHn { top:25.5625rem;left:25.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UokKLG1sCM8FT0Gt1eFuk7hFpSqhiwaQ { top:26.25rem;left:26.5625rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbXmgXUBVciR7z6ZBCPSRDkEDKUTlnEA { top:25rem;left:26.875rem;width:20.875rem;height:4.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIABDa4ZRq7PSBk7lA3Q9zrTGrcVcLdN { top:33.5rem;left:6.59375rem;width:34.3125rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzBTcpP8rHwEqcTIhU91OhrAMuOPztdZ { top:35.9375rem;left:8.71875rem;width:30.625rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #heMogkactvOsqx36kOgTunrIbpGRw0Pp { display:block; }#heMogkactvOsqx36kOgTunrIbpGRw0Pp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gr913Oc2PcO93SwAGTTzCGsDlKTfVTQT { top:2.375rem;left:22.3125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNWHdkmQBDb9KOWQTSXzXFFIvfeacGsy { top:3.0625rem;left:23rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ns02iMQ3llVnH8Lqia4mrgiWDNW13Eec { top:7.0625rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQrJgRoo8OftHFMK2l9RFVf9s0SraVie { top:10.9375rem;left:2.125rem;width:43.5rem;height:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZSWno0pXNepBnIddPrSu3OTvDNIBxAG { top:23.25rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLt3sxWVRix5JxqJopC7irpM6vrqJtsR { top:27.1875rem;left:0.625rem;width:47.125rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8BqII3DXeWf9xR9VEh5dRmL2To7ZQph { top:30.75rem;left:0rem;width:26.875rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GlclBNcg1gDGuiJTtSgL4q5HskcbQtkN { top:44.625rem;left:0rem;width:26.875rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tt7V3O3XyEk3fA3XQ3rTtI07akDNkxVF { top:30.75rem;left:20.75rem;width:26.875rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDU8bcJQwHRZodXy5lHhBSv2QX4AKg1t { top:44.625rem;left:20.75rem;width:26.875rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5Q2TpFVJoTy1vL1fMkf9tti8Zme4Tyq { top:58.875rem;left:10.375rem;width:26.875rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwenkdaQU99TDWGN7OEDWUyZMk4eNAAJ { top:32.5rem;left:0rem;width:12.875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HazZ1T4JVy2nH7uq3IN36fWRaKieK7I0 { top:32.5rem;left:27.5rem;width:12.875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #agPmf9LKaQroOAHNJeMCDOyys9fDTJ1x { top:46.5rem;left:0rem;width:12.875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q90yGZwiITUGeJ7imaLQySDxOdGhkReO { top:46.5rem;left:27.5rem;width:12.875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xi6LWMTCfK6iHG765ZWNCJ1rxcHQvJrn { top:60.4375rem;left:11.9375rem;width:12.875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NN8610bot2nUiArAFgV4lJvmhPVLXlTp { top:34.625rem;left:0rem;width:22.8125rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzzSEbFULKuTJ0sdmWaaxXKve7BbSazC { top:38.25rem;left:0rem;width:22.8125rem;height:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnWQNWmewgK5e5L3BnK12PExSkksrSzc { top:34.625rem;left:24.9375rem;width:22.8125rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ndh4Z1l1CHB3p1tJtsMCFbKtcFBxmFOI { top:37.4375rem;left:24.9375rem;width:22.8125rem;height:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ki0y6SsKNVKKCko1lshwBCNiRd9dubsT { top:48.3125rem;left:0rem;width:22.8125rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILeDS5knZ5TdlET3GrTiRybk0TkClXcG { top:48.3125rem;left:24.9375rem;width:22.8125rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELvqJKZL31CdCRRQkEtCIOUCgosBilbR { top:62.625rem;left:11.9375rem;width:22.8125rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zx1CsTdrEykqLp0JvsvJC06EqFhTTQDQ { top:52.0625rem;left:0rem;width:22.8125rem;height:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQy6IvSHVU54oXxarT6EaZl2F8PR4Xob { top:52.0625rem;left:24.9375rem;width:22.8125rem;height:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #up9mrWJWpSMb9PaUPIbk1yXpKTuqzlvK { top:66.6875rem;left:11.9375rem;width:22.8125rem;height:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXt3B6PNco7Mw6hG59ciPE8TpttvxJBz { top:17.3125rem;left:22.3125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJUQeZ0vuATCzadzwgpcs2iGbRkaVc1a { top:17.9375rem;left:22.96875rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cT21ZIUweRmoszV40gXlOeIOKRPM76kX { display:block; }#cT21ZIUweRmoszV40gXlOeIOKRPM76kX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vsShlgLNzgzi8XD51fCMndlc1adeVD1V { top:6.375rem;left:21.4375rem;width:12.875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGTtzAaSGGyJh2yHpS0rfgzPLBu3TR45 { top:6.6875rem;left:0rem;width:23.875rem;height:31.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cyhJTQuTEllimmWXRaWd9xyx9TReKzRB { top:8.9375rem;left:21.4375rem;width:22.625rem;height:3.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5mellPJHKRB2zSDWUvBWw7mDM5RfB1f { top:13.625rem;left:11.0625rem;width:36.6875rem;height:14.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvtdFOcQsm500NCaon8l2wJtT64cdWVz { top:28.875rem;left:21.4375rem;width:15.0625rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrTZsfLs7b3oA8TtcvOaRNhOtogUDhSs { top:28.875rem;left:32.5625rem;width:15.0625rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbqQdbkgtlWZFwxV9ue5tCVefQ3cLB4L { top:34.6875rem;left:21.4375rem;width:15.0625rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5l2qWKNg8mgn6QnIJrL5Utd8t8vo05r { top:34.6875rem;left:32.5625rem;width:15.0625rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mO8MKlA6A0KcHsvODDPubOyuA1lIWIc3 { top:29.4375rem;left:22.59375rem;width:12.875rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyzNgDKnDTTU5wThR77heBWRy6vugxpp { top:29.4375rem;left:34.875rem;width:12.875rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVxrXr0zOSuOAiawrn3JNKJkzTgUh4vF { top:35.25rem;left:22.59375rem;width:12.875rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUEhM4VPd7OvPtGPrw1rR564oaZ5sBzE { top:35.25rem;left:34.875rem;width:12.875rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmfH0wfOSVgXCMoa215hFsLL9ErgIGQR { top:31.625rem;left:22.625rem;width:13.5rem;height:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oI5cSfuRGk0pmknD4wVHzgp109JzSvAN { top:31.875rem;left:34.25rem;width:13.5rem;height:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6uQ6xvPVuF3CrKAgmLm08TUtFtJxzJF { top:37.375rem;left:22.28125rem;width:13.5rem;height:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AU4dgg6CphnWkCoq6MnXkFcFnEnWsclz { top:37.375rem;left:34.25rem;width:13.5rem;height:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNUi6hgTVuTMm3Pez6WXRovqrUwTqLqn { display:block; }#kNUi6hgTVuTMm3Pez6WXRovqrUwTqLqn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m7Bpt9XmWw4C2OgW4DDTSQMch1Jhsnqk { top:2.5625rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOm4fpwfD6QFMfLWMTHPlrPeyqmnaEHN { top:6.125rem;left:5.5625rem;width:36.6875rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyXO5DtgnKUCrItMvqkwXA7OL2nmrysN { top:9.75rem;left:0.25rem;width:47.125rem;height:31.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOH8UkTAug5nA2dVOZQGTITVgzTOsnmW .widget-regular-label { width:41.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;height:auto; }
#kOH8UkTAug5nA2dVOZQGTITVgzTOsnmW .widget-input-text { width:41.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kOH8UkTAug5nA2dVOZQGTITVgzTOsnmW .widget-input-text {padding-top: 0; padding-bottom: 0;}#kOH8UkTAug5nA2dVOZQGTITVgzTOsnmW .widget-textarea { width:41.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kOH8UkTAug5nA2dVOZQGTITVgzTOsnmW .widget-input-select { width:41.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kOH8UkTAug5nA2dVOZQGTITVgzTOsnmW .widget-input-select {padding-top: 0; padding-bottom: 0;}#kOH8UkTAug5nA2dVOZQGTITVgzTOsnmW .widget-input-button { width:41.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kOH8UkTAug5nA2dVOZQGTITVgzTOsnmW .widget-checkbox-label { width:40.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#kOH8UkTAug5nA2dVOZQGTITVgzTOsnmW  { width:41.75rem;height:auto;top:13.625rem;left:1.5500011444092rem; }
#kOH8UkTAug5nA2dVOZQGTITVgzTOsnmW .radio-container { width:41.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kOH8UkTAug5nA2dVOZQGTITVgzTOsnmW {display:block;}#kOH8UkTAug5nA2dVOZQGTITVgzTOsnmW { width:41.75rem;height:auto;top:13.625rem;left:1.5500011444092rem; }
 }@media only screen and (max-width: 763px) { #kOH8UkTAug5nA2dVOZQGTITVgzTOsnmW #TTI7QqkdhU42dkIMSK2ENmO4Q5KE6vaU {  }
 }@media only screen and (max-width: 763px) { #kOH8UkTAug5nA2dVOZQGTITVgzTOsnmW #rfm12ORbcV7zeyPvgTVMOwDMWv93e17w { display:block; }
 }@media only screen and (max-width: 763px) { #kOH8UkTAug5nA2dVOZQGTITVgzTOsnmW #ROinVQw7GVOFvtE97mF7pAfLTa5gNSeH {  }
 }@media only screen and (max-width: 763px) { #kOH8UkTAug5nA2dVOZQGTITVgzTOsnmW #zpe1KZQ3rXMQmmLeBWxSfovBeFmDtvtr {  }
 }@media only screen and (max-width: 763px) { #kOH8UkTAug5nA2dVOZQGTITVgzTOsnmW #mpmqrpll6xaTeBETRizurmlO5mQ84Xn4 { display:block; }
 }@media only screen and (max-width: 763px) { #kOH8UkTAug5nA2dVOZQGTITVgzTOsnmW #duzlDV6iAhSrCmdMlfAqMbdvEaQTRzp4 {  }
 }@media only screen and (max-width: 763px) { #kOH8UkTAug5nA2dVOZQGTITVgzTOsnmW #wwbxzTAl21VbpEzJmT0Bxg6cx4nnK19E {  }
 }@media only screen and (max-width: 763px) { #kOH8UkTAug5nA2dVOZQGTITVgzTOsnmW #K3wr2osVpQ6FPTIzIosz2kI4TVyQhUza {  }
 }@media only screen and (max-width: 763px) { #kOH8UkTAug5nA2dVOZQGTITVgzTOsnmW #NihPhUR24uBbRxh3aSlzBs0sBxwaodam {  }
 }@media only screen and (max-width: 763px) { #kOH8UkTAug5nA2dVOZQGTITVgzTOsnmW #mJdyL9Jg4FAcoBhIJk6R0tPgnwrTMVvy {  }
 }@media only screen and (max-width: 763px) { #kOH8UkTAug5nA2dVOZQGTITVgzTOsnmW #ePUlDCuDztBeBup0hzL04t6CTXZmfA5E {  }
 }@media only screen and (max-width: 763px) { #kOH8UkTAug5nA2dVOZQGTITVgzTOsnmW #NnSeiRrRgcztgOIRsttzE90ZzAEifXcm {  }
 }@media only screen and (max-width: 763px) { #kOH8UkTAug5nA2dVOZQGTITVgzTOsnmW #cEBqIzagJolxGgAWPmGhLWU8BeG6DTgW {  }
 }@media only screen and (max-width: 763px) { #iS6EpFTut60wAVtDDgxUtmd44h0A9P0V { top:11.875rem;left:15.34375rem;width:15.9375rem;height:1.125rem;font-size:1.125rem;display:block; }#iS6EpFTut60wAVtDDgxUtmd44h0A9P0V li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f9c47bd3daed6745683d8d0143591f4d.svg); }
 }@media only screen and (max-width: 763px) { #cVnQZqp2KJgx8s70QqRRircZTIwmTGD9 { top:11.125rem;left:13.34375rem;width:19.9375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnP4KMe1Kz5p98TtyKd3xLSwHTiV0N1N { top:14.5625rem;left:4.78125rem;width:38.1875rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTc6o5nKk6oFRZMKqqVQTlWmbdw2Ta77 { display:block; }#TTc6o5nKk6oFRZMKqqVQTlWmbdw2Ta77 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zPfRFPXuv26kT5udpcMrNS4xMUdlNmAb { top:1.4375rem;left:19.40625rem;width:8.9375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhIBD0SJ0Qzr7Kti1msnXvvRMR7iStdu { top:5.6875rem;left:0rem;width:47.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #C13tpsIWxGhWsXqI7FBUcErVkThmy2y6 { background-color:#f4ff1e;background-image:none;position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#C13tpsIWxGhWsXqI7FBUcErVkThmy2y6 > .row .container { background-color: transparent; background-image: none; }#C13tpsIWxGhWsXqI7FBUcErVkThmy2y6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C13tpsIWxGhWsXqI7FBUcErVkThmy2y6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C13tpsIWxGhWsXqI7FBUcErVkThmy2y6 > .row .container > .video-iframe-container { display: none; }#C13tpsIWxGhWsXqI7FBUcErVkThmy2y6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C13tpsIWxGhWsXqI7FBUcErVkThmy2y6 > .row > .video-iframe-container { display: none; }#C13tpsIWxGhWsXqI7FBUcErVkThmy2y6 > .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); }#C13tpsIWxGhWsXqI7FBUcErVkThmy2y6 > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qTMbuzEbgayWETca2d6iSnfkMvdKaLli { width:10.3125rem;height:2.4375rem;top:0.96484375rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #KaonmlChx7GVRD04tc7TdWR89coXeVQO { width:7.125rem;height:2.75rem;top:1.05859375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Gi5auZq0K6cdTpK06xTt1Wn2RuP0yqZn { top:1.02734375rem;left:11.8125rem;width:8.1875rem;height:2.3125rem;font-size:0.8125rem;background-color:#272727;background-image:none;box-shadow: 0rem 0rem 0.3125rem #000000 ;color:rgba(var(--color-primary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #BGtng5aiTbSGkq1FilR4q4TVQiZtVEL3 { display:block; }
 }@media only screen and (max-width: 763px) { #sweRsBiQ70tuQbanVy9gnglWPeMATrvz { background-color:#000000;background-image:none;display:block; }#sweRsBiQ70tuQbanVy9gnglWPeMATrvz > .row .container { background-color: transparent; background-image: none; }#sweRsBiQ70tuQbanVy9gnglWPeMATrvz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sweRsBiQ70tuQbanVy9gnglWPeMATrvz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sweRsBiQ70tuQbanVy9gnglWPeMATrvz > .row .container > .video-iframe-container { display: none; }#sweRsBiQ70tuQbanVy9gnglWPeMATrvz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sweRsBiQ70tuQbanVy9gnglWPeMATrvz > .row > .video-iframe-container { display: none; }#sweRsBiQ70tuQbanVy9gnglWPeMATrvz > .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); }#sweRsBiQ70tuQbanVy9gnglWPeMATrvz > .row .container { width:20rem;height:76.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JsRLCPkAGAZhhmECsGbhew17yCB5Qosf { height:11.2260625rem;width:19.625rem;top:13.328124152756rem;left:0rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #io4dbaneEtzvwksSIzKTCskHWum4Aeib { display:flex;width:2.625rem;height:2.625rem;top:42.34375rem;left:8.6875rem; }
 }@media only screen and (max-width: 763px) { #RLZcTdLbZMf4gg3zRK0MIzWDImChchqX .widget-regular-label { width:17rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;height:auto;font-size:0.25rem;overflow:hidden; }
#RLZcTdLbZMf4gg3zRK0MIzWDImChchqX .widget-input-text { width:17rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.6875rem;overflow:hidden;line-height:1.2;border-top:0.0625rem solid #5d5d59;border-left:0.0625rem solid #5d5d59;border-right:0.0625rem solid #5d5d59;border-bottom:0.0625rem solid #5d5d59;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }
#RLZcTdLbZMf4gg3zRK0MIzWDImChchqX .widget-input-text {padding-top: 0; padding-bottom: 0;}#RLZcTdLbZMf4gg3zRK0MIzWDImChchqX .widget-textarea { width:17rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.6875rem;overflow:hidden;line-height:1.2;border-top:0.0625rem solid #5d5d59;border-left:0.0625rem solid #5d5d59;border-right:0.0625rem solid #5d5d59;border-bottom:0.0625rem solid #5d5d59;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }
#RLZcTdLbZMf4gg3zRK0MIzWDImChchqX .widget-input-select { width:17rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#RLZcTdLbZMf4gg3zRK0MIzWDImChchqX .widget-input-select {padding-top: 0; padding-bottom: 0;}#RLZcTdLbZMf4gg3zRK0MIzWDImChchqX .widget-input-button { width:17rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.25rem;overflow:hidden;background-color:#f4ff1e;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;line-height:1;height:3.125rem; }
#RLZcTdLbZMf4gg3zRK0MIzWDImChchqX [class*="-text"]:-moz-placeholder { font-size:0.75rem;font-family:"open sans"; }
#RLZcTdLbZMf4gg3zRK0MIzWDImChchqX [class*="-text"]::-moz-placeholder { font-size:0.75rem;font-family:"open sans"; }
#RLZcTdLbZMf4gg3zRK0MIzWDImChchqX [class*="-text"]:-ms-input-placeholder { font-size:0.75rem;font-family:"open sans"; }
#RLZcTdLbZMf4gg3zRK0MIzWDImChchqX [class*="-text"]::-webkit-input-placeholder { font-size:0.75rem;font-family:"open sans"; }
#RLZcTdLbZMf4gg3zRK0MIzWDImChchqX .widget-checkbox-label { width:15.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#RLZcTdLbZMf4gg3zRK0MIzWDImChchqX .widget-container { padding-top:0.125rem;padding-right:0;padding-bottom:0.0625rem;padding-left:0; }
#RLZcTdLbZMf4gg3zRK0MIzWDImChchqX .widget-container:first-of-type{padding-top:0;}#RLZcTdLbZMf4gg3zRK0MIzWDImChchqX .widget-container:last-of-type{padding-bottom:0;}#RLZcTdLbZMf4gg3zRK0MIzWDImChchqX  { width:17rem;height:auto;top:43.4560546875rem;left:0rem;background-color:rgba(var(--color-secondary-1),0.1);background-image:none;border-top:0.25rem solid #ffffff;border-left:0.25rem solid #ffffff;border-right:0.25rem solid #ffffff;border-bottom:0.25rem solid #ffffff; }
#RLZcTdLbZMf4gg3zRK0MIzWDImChchqX .radio-container { width:17rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#RLZcTdLbZMf4gg3zRK0MIzWDImChchqX .widget-info-text { font-size:0.6875rem;overflow:hidden;height:auto; }
#RLZcTdLbZMf4gg3zRK0MIzWDImChchqX {display:block;}#RLZcTdLbZMf4gg3zRK0MIzWDImChchqX { width:17rem;height:auto;top:43.4560546875rem;left:0rem;background-color:rgba(var(--color-secondary-1),0.1);background-image:none;border-top:0.25rem solid #ffffff;border-left:0.25rem solid #ffffff;border-right:0.25rem solid #ffffff;border-bottom:0.25rem solid #ffffff; }
 }@media only screen and (max-width: 763px) { #RLZcTdLbZMf4gg3zRK0MIzWDImChchqX #frVgbsvKwcrxTCGt4XLXQDrpbQTnCNlE {  }
 }@media only screen and (max-width: 763px) { #RLZcTdLbZMf4gg3zRK0MIzWDImChchqX #NKSWU0Bqg3LEWwrrsEC9mir9BmJu1ol4 { display:block; }
 }@media only screen and (max-width: 763px) { #RLZcTdLbZMf4gg3zRK0MIzWDImChchqX #SouSZ1f4b3T79Q9eEZZu0vZMQ1H3MseQ {  }
 }@media only screen and (max-width: 763px) { #RLZcTdLbZMf4gg3zRK0MIzWDImChchqX #aZMORkD5hohi6oXS24nWMHcLC57SIu9H {  }
 }@media only screen and (max-width: 763px) { #RLZcTdLbZMf4gg3zRK0MIzWDImChchqX #gIs0UaQy3GxOCzApdBuQKnDrseKosvwR { display:block; }
 }@media only screen and (max-width: 763px) { #RLZcTdLbZMf4gg3zRK0MIzWDImChchqX #t71sUNVGJhDruPPBEccOwqyixMxZOum3 {  }
 }@media only screen and (max-width: 763px) { #RLZcTdLbZMf4gg3zRK0MIzWDImChchqX #XTRhRr1Iw9Olbnl5ibNOSKwqGA2Tox1J {  }
 }@media only screen and (max-width: 763px) { #RLZcTdLbZMf4gg3zRK0MIzWDImChchqX #vdc7v9bJSmr3RQFHcNx08G6BgkCRpOKE { display:block; }
 }@media only screen and (max-width: 763px) { #RLZcTdLbZMf4gg3zRK0MIzWDImChchqX #h8ppbaT9HIlfgUMFXbxP8XVqssorAWm3 {  }
 }@media only screen and (max-width: 763px) { #RLZcTdLbZMf4gg3zRK0MIzWDImChchqX #xRc4TTGoSFoHWCU1aeyHnDpKhrWSlaRi {  }
 }@media only screen and (max-width: 763px) { #RLZcTdLbZMf4gg3zRK0MIzWDImChchqX #gk5TnJJKPv7pt7RXoq6Us4GTMah6NwJ6 {  }
 }@media only screen and (max-width: 763px) { #RLZcTdLbZMf4gg3zRK0MIzWDImChchqX #N3bIUevL5TH4hvTxLhCMv4VS5trUxidf {  }
 }@media only screen and (max-width: 763px) { #RLZcTdLbZMf4gg3zRK0MIzWDImChchqX #Z8IMbFIL3qBsEAgTEMInBmf3XAQoiAew {  }
 }@media only screen and (max-width: 763px) { #FFGIizQ3ea5xbIx5nTUNbGG6lXVf9ITL { width:13.75rem;height:1rem;top:34.7685546875rem;left:3.125rem;font-size:1rem;text-align:left;text-align-last:left;color:#272727;display:block; }#FFGIizQ3ea5xbIx5nTUNbGG6lXVf9ITL li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f9c47bd3daed6745683d8d0143591f4d.svg); }
 }@media only screen and (max-width: 763px) { #TLV6QOB1FmLMiXLDP2CHZJtv4NXVNEZx { width:20rem;height:4.94824375rem;top:4.75rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cfB0ier4LbrNuZ4LNBPXeZwyWdePfTBm { width:18.5rem;height:4.72265625rem;top:10.4716796875rem;left:0.75rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #fOoStaOVfqfHUQm7QauETMGqaTCIl2b7 { width:13.875rem;height:2.125rem;top:1.25rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #DS5aJT9eI38fGFMVmNkRD5iwCXUknLHn { width:12.875rem;height:1.21875rem;top:1.75rem;left:3.625rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }#DS5aJT9eI38fGFMVmNkRD5iwCXUknLHn li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_282bdb44e130e3f68656c4eece7185ece525a832.svg); }
 }@media only screen and (max-width: 763px) { #ygihKEb3WTCrSahuOOE8BWcGGoSCtwJC { width:15.875rem;height:1.3994125rem;top:16.1875rem;left:2.4375rem;font-size:1rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }#ygihKEb3WTCrSahuOOE8BWcGGoSCtwJC li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_26bc56e4d7de5e30cfc8c210d4c58b9b03e46cfc.svg); }
 }@media only screen and (max-width: 763px) { #OJcdziuHDNBlP1fZFTbyGJNzyAfzR882 { width:15.875rem;height:1.3994125rem;top:20.25rem;left:2.4375rem;font-size:1rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }#OJcdziuHDNBlP1fZFTbyGJNzyAfzR882 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_26bc56e4d7de5e30cfc8c210d4c58b9b03e46cfc.svg); }
 }@media only screen and (max-width: 763px) { #VNyAEczF9qlJlk7atHTAG8WR72yuo1se { width:15.875rem;height:1.3994125rem;top:18.125rem;left:2.4375rem;font-size:1rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }#VNyAEczF9qlJlk7atHTAG8WR72yuo1se li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_26bc56e4d7de5e30cfc8c210d4c58b9b03e46cfc.svg); }
 }@media only screen and (max-width: 763px) { #imie96sC0aM8vdFROfOEzIuQrWZ6e44i { width:19.875rem;height:7.75rem;top:22.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQ91N4ZdKX8zK9Vu6esSx1pNRWT3wykP { width:5rem;height:5rem;top:24.25rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #deC1TKDdLBTWhtDuLCE6asTfLFmeTV4v { width:20rem;height:1.3994125rem;top:24.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #i3MAmmkswNS1nWOeqAToBTe3tsKy6T3h { width:10.5625rem;height:1.75rem;top:25.9375rem;left:7.0625rem;font-size:1.25rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #feq4NZ7gcd15gJrFmIT9qkLVgsCffy3w { width:12.9375rem;height:2.44921875rem;top:27.6875rem;left:7.0625rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#f4ff1e;display:block; }
 }@media only screen and (max-width: 763px) { #fhkw9KrKJEtnJ8cOB8lgV2Fu159xI1rP { width:19.875rem;height:42.0625rem;top:32.2060546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9ixminaoAQi0TSsEEPqixUW2mBetQvG { width:14.625rem;height:2.625rem;top:33.9560546875rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVJcDr9Rd4IQUbTTEKT9JyB9u3NbsPWH { width:20rem;height:1.6494125rem;top:37.2060546875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsphHsl1b95eH1QQpO9tEL9DpLBnTE2T .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#dsphHsl1b95eH1QQpO9tEL9DpLBnTE2T .widget-text.counter-number { padding-top:0.261875rem;padding-right:0.239375rem;padding-bottom:0.261875rem;padding-left:0.239375rem;width:1.43625rem;min-width:1.43625rem;height:1.408125rem;font-size:1.0475rem;line-height:22.53px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0.07625rem solid #000000;border-right:0.07875rem solid #000000;border-bottom:0.07625rem solid #000000;border-left:0.07875rem solid #000000; }
#dsphHsl1b95eH1QQpO9tEL9DpLBnTE2T .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.16375rem;margin-right:0;margin-bottom:0;margin-left:0;width:1.914375rem;height:0.556875rem;font-size:0.3925rem;line-height:8.91px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#dsphHsl1b95eH1QQpO9tEL9DpLBnTE2T { width:12.3125rem;height:2.8046875rem;display:flex;top:39.3935546875rem;left:3.818359375rem;z-index:15007;padding-top:0.021875rem;padding-right:0.02375rem;padding-bottom:0.021875rem;padding-left:0.02375rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #dsphHsl1b95eH1QQpO9tEL9DpLBnTE2T #WSbCVNJhBKrFpfB8wG6c252fxZFAqVqO { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dsphHsl1b95eH1QQpO9tEL9DpLBnTE2T #ETTUKGSkR31H3tElF1v5p5w29XhtEuSR {  }
 }@media only screen and (max-width: 763px) { #dsphHsl1b95eH1QQpO9tEL9DpLBnTE2T #adGKqK8lGOZGeAZSJIHiOi8JoNtcT5oK {  }
 }@media only screen and (max-width: 763px) { #dsphHsl1b95eH1QQpO9tEL9DpLBnTE2T #GrIiPAZBun1wIHbw1ecCDzJ1XPJcxSDg { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dsphHsl1b95eH1QQpO9tEL9DpLBnTE2T #XnCEVkz2S70gr4e09PzDWSK8fRUKd4Zm {  }
 }@media only screen and (max-width: 763px) { #dsphHsl1b95eH1QQpO9tEL9DpLBnTE2T #ZEwz24X2W6KGJ4BziBExnuOmsaHGoAsc {  }
 }@media only screen and (max-width: 763px) { #dsphHsl1b95eH1QQpO9tEL9DpLBnTE2T #oKGDhNvP0bZBBn0TXk4WT5e5NbTo4vlI { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dsphHsl1b95eH1QQpO9tEL9DpLBnTE2T #zTcZMFbwTl58P1MIX1M3gUXfPs2B3I05 {  }
 }@media only screen and (max-width: 763px) { #dsphHsl1b95eH1QQpO9tEL9DpLBnTE2T #WQaPsazELAhmcc3lap1ihKPfT4MmSTfy {  }
 }@media only screen and (max-width: 763px) { #dsphHsl1b95eH1QQpO9tEL9DpLBnTE2T #A35RukTWmUrm8J7XOIGmpWoUmelCvNNW { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dsphHsl1b95eH1QQpO9tEL9DpLBnTE2T #AkrCT3iRdHSEv7Uv2Iy7myHtHp2wg3kg {  }
 }@media only screen and (max-width: 763px) { #dsphHsl1b95eH1QQpO9tEL9DpLBnTE2T #LCDfZyBiAWePNPaCpKbC5VCTaiL60V2U {  }
 }@media only screen and (max-width: 763px) { #nUA32LRdgwyo2Jrvd9dlVrDuG1QnXd9P { width:12.375rem;height:0.9746125rem;top:66.2177734375rem;left:3.8125rem;font-size:0.75rem;text-align:center;text-align-last:center;color:#5d5d59;display:block; }#nUA32LRdgwyo2Jrvd9dlVrDuG1QnXd9P li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b8f182d89d0046d4ae34f35e7084bdbd.svg); }
 }@media only screen and (max-width: 763px) { #ZuSvZhzEV5GxxFLz9cK51Fvgqxk0eeb7 { width:12.5rem;height:0.0625rem;top:68.1435546875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTGfq6zdVTpvtbMLEi8ttlQwoDs6JBQV { width:14.6875rem;height:1.3994125rem;top:71.1875rem;left:2.6875rem;font-size:1rem;text-align:center;text-align-last:center;color:#1a1a1a;display:block; }
 }@media only screen and (max-width: 763px) { #f60ce6MTN1UbZehbbzVIkwwIJevfAheT { width:1.875rem;height:1.875rem;top:69.25rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9tMmJH5tR78iRGqxxgNBm8kLL20dSRQ { width:1.875rem;height:1.875rem;top:69.25rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bn6q3lFHcHcZI5HbEMh5C1iFoWMGIVqq { width:1.875rem;height:1.875rem;top:69.25rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsgarTQrT9l1fMVvDMq0NVOuwvBP5FzX { width:1.75rem;height:1.75rem;top:69.3125rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #id8r1Br8RlhtpAs6PIf2Q8W9TglIHKD6 { display:block; }#id8r1Br8RlhtpAs6PIf2Q8W9TglIHKD6 > .row .container { width:20rem;height:53.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kvJTx5tZPsoQfpdE4pcaLXyPorpauplM { width:20rem;height:1.6494125rem;top:1.25rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g3iSMRpCxCKIhdukf8suGpgTT1gkvdQ1 { width:20rem;height:2.798825rem;top:4.1484375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #OMPRvVfDza9rSZGPTu7sPZzeB8A1D6AH { width:19.875rem;height:7.75rem;top:8.1962875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3zLaBhehLehhGKTc0TvHCJms7yCaHuz { width:19.875rem;height:7.75rem;top:17.3212875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xX8NgT2AZBPRfH5G0y7QstytcOKAS4JR { width:19.875rem;height:7.75rem;top:26.4462875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNukMurTiEWdTmXoxuwHBAzM8pZCvSzR { width:19.875rem;height:7.75rem;top:35.5712875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWlIsBWFDO4oHKsi1c6FWtAk37N4dGhI { width:3.125rem;height:3.125rem;top:10.2587875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPprshJV8UVbc0iUNbqssuBn1CcSd2qo { display:flex;width:1.75rem;height:1.75rem;top:10.9462875rem;left:1.8125rem; }
 }@media only screen and (max-width: 763px) { #RSIXvCZQBnpaTAopKiPqfOZuKkzN3pk4 { width:14.0625rem;height:4.875rem;top:9.5078125rem;left:5.125rem;font-size:0.9375rem;text-align:left;text-align-last:left;color:#ffffff;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #GgfTCBfWfDbO1I0NMmAGoi6L7lPvuKst { width:3.125rem;height:3.125rem;top:19.6962875rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJSHMyJwMk8QZtb7qz66lyl8Tox6aZCG { display:flex;width:1.75rem;height:1.75rem;top:20.3837875rem;left:2.0625rem; }
 }@media only screen and (max-width: 763px) { #f3zw0VIpLpL3ANyu30AgEfaNAlJyiI7x { width:13.875rem;height:4.875rem;top:18.8203125rem;left:5.21875rem;font-size:0.9375rem;text-align:left;text-align-last:left;color:#ffffff;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #feHLNJXgItSeafENgxGGEX82HKPDqpBF { width:3.125rem;height:3.125rem;top:28.8212875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hiGoHCiBzaamaupOJVcOaA6y72ocLbWy { display:flex;width:1.75rem;height:1.75rem;top:29.5087875rem;left:1.8125rem; }
 }@media only screen and (max-width: 763px) { #KnihezGvRabNhxA6MKSNs80M2UtuRO54 { width:13.8125rem;height:3.65625rem;top:28.2587875rem;left:5.3125rem;font-size:0.9375rem;text-align:left;text-align-last:left;color:#ffffff;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #kzS4l0yklRAeD9iQVtmEp6m4RcFWNqHn { width:3.125rem;height:3.125rem;top:37.9462875rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UokKLG1sCM8FT0Gt1eFuk7hFpSqhiwaQ { display:flex;width:1.75rem;height:1.75rem;top:38.6337875rem;left:2.0625rem; }
 }@media only screen and (max-width: 763px) { #HbXmgXUBVciR7z6ZBCPSRDkEDKUTlnEA { width:13.75rem;height:4.875rem;top:37.3837875rem;left:5.375rem;font-size:0.9375rem;text-align:left;text-align-last:left;color:#ffffff;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #zIABDa4ZRq7PSBk7lA3Q9zrTGrcVcLdN { width:19.75rem;height:7.75rem;top:44.6962875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzBTcpP8rHwEqcTIhU91OhrAMuOPztdZ { width:20rem;height:4.72265625rem;top:46.3349609375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #heMogkactvOsqx36kOgTunrIbpGRw0Pp { display:block; }#heMogkactvOsqx36kOgTunrIbpGRw0Pp > .row .container { width:20rem;height:94.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gr913Oc2PcO93SwAGTTzCGsDlKTfVTQT { width:3.125rem;height:3.125rem;top:1.25rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNWHdkmQBDb9KOWQTSXzXFFIvfeacGsy { display:flex;width:1.75rem;height:1.75rem;top:1.9375rem;left:9.125rem; }
 }@media only screen and (max-width: 763px) { #ns02iMQ3llVnH8Lqia4mrgiWDNW13Eec { width:18.1875rem;height:3.298825rem;top:5.4375rem;left:0.90625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQrJgRoo8OftHFMK2l9RFVf9s0SraVie { width:20rem;height:4.19824375rem;top:9.5107421875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #TZSWno0pXNepBnIddPrSu3OTvDNIBxAG { width:20rem;height:3.298825rem;top:19.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLt3sxWVRix5JxqJopC7irpM6vrqJtsR { width:20rem;height:4.19824375rem;top:24.03125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #l8BqII3DXeWf9xR9VEh5dRmL2To7ZQph { width:19.875rem;height:11.9375rem;top:29.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GlclBNcg1gDGuiJTtSgL4q5HskcbQtkN { width:19.875rem;height:11.9375rem;top:55.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tt7V3O3XyEk3fA3XQ3rTtI07akDNkxVF { width:19.875rem;height:11.9375rem;top:42.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDU8bcJQwHRZodXy5lHhBSv2QX4AKg1t { width:19.875rem;height:11.9375rem;top:68.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5Q2TpFVJoTy1vL1fMkf9tti8Zme4Tyq { width:19.875rem;height:11.9375rem;top:81.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwenkdaQU99TDWGN7OEDWUyZMk4eNAAJ { width:12.875rem;height:1.21875rem;top:31.375rem;left:3.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#f4ff1e;display:block; }
 }@media only screen and (max-width: 763px) { #HazZ1T4JVy2nH7uq3IN36fWRaKieK7I0 { width:12.875rem;height:1.21875rem;top:43.6875rem;left:3.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#f4ff1e;display:block; }
 }@media only screen and (max-width: 763px) { #agPmf9LKaQroOAHNJeMCDOyys9fDTJ1x { width:12.875rem;height:1.21875rem;top:57.125rem;left:3.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#f4ff1e;display:block; }
 }@media only screen and (max-width: 763px) { #Q90yGZwiITUGeJ7imaLQySDxOdGhkReO { width:12.875rem;height:1.21875rem;top:70.125rem;left:3.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#f4ff1e;display:block; }
 }@media only screen and (max-width: 763px) { #Xi6LWMTCfK6iHG765ZWNCJ1rxcHQvJrn { width:12.875rem;height:1.21875rem;top:82.5rem;left:3.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#f4ff1e;display:block; }
 }@media only screen and (max-width: 763px) { #NN8610bot2nUiArAFgV4lJvmhPVLXlTp { width:20rem;height:3.1484375rem;top:32.625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #xzzSEbFULKuTJ0sdmWaaxXKve7BbSazC { width:20rem;height:3.65625rem;top:36.4375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#ffffff;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #AnWQNWmewgK5e5L3BnK12PExSkksrSzc { width:20rem;height:3.1484375rem;top:46.5rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Ndh4Z1l1CHB3p1tJtsMCFbKtcFBxmFOI { width:20rem;height:2.625rem;top:50.25rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ki0y6SsKNVKKCko1lshwBCNiRd9dubsT { width:20rem;height:3.1484375rem;top:59.3125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ILeDS5knZ5TdlET3GrTiRybk0TkClXcG { width:20rem;height:3.1484375rem;top:72.1875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ELvqJKZL31CdCRRQkEtCIOUCgosBilbR { width:20rem;height:3.1484375rem;top:85rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #zx1CsTdrEykqLp0JvsvJC06EqFhTTQDQ { width:20rem;height:2.625rem;top:63rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #DQy6IvSHVU54oXxarT6EaZl2F8PR4Xob { width:20rem;height:2.625rem;top:75.875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #up9mrWJWpSMb9PaUPIbk1yXpKTuqzlvK { width:20rem;height:2.625rem;top:89rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #XXt3B6PNco7Mw6hG59ciPE8TpttvxJBz { width:3.125rem;height:3.125rem;top:15.25rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJUQeZ0vuATCzadzwgpcs2iGbRkaVc1a { width:1.8125rem;height:1.8125rem;top:15.875rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cT21ZIUweRmoszV40gXlOeIOKRPM76kX { display:block; }#cT21ZIUweRmoszV40gXlOeIOKRPM76kX > .row .container { width:20rem;height:72.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vsShlgLNzgzi8XD51fCMndlc1adeVD1V { width:12.875rem;height:1.21875rem;top:1.25rem;left:3.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#f4ff1e;display:block; }
 }@media only screen and (max-width: 763px) { #zGTtzAaSGGyJh2yHpS0rfgzPLBu3TR45 { width:15.875rem;height:21.125rem;top:6.8125rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cyhJTQuTEllimmWXRaWd9xyx9TReKzRB { width:20rem;height:1.92480625rem;top:3.1806640625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #E5mellPJHKRB2zSDWUvBWw7mDM5RfB1f { width:20rem;height:16.79296875rem;top:29.66796875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #FvtdFOcQsm500NCaon8l2wJtT64cdWVz { width:15.0625rem;height:4.6875rem;top:47.625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrTZsfLs7b3oA8TtcvOaRNhOtogUDhSs { width:15.0625rem;height:4.6875rem;top:53.6875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbqQdbkgtlWZFwxV9ue5tCVefQ3cLB4L { width:15.0625rem;height:4.6875rem;top:59.75rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5l2qWKNg8mgn6QnIJrL5Utd8t8vo05r { width:15.0625rem;height:4.6875rem;top:65.8125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mO8MKlA6A0KcHsvODDPubOyuA1lIWIc3 { width:12.875rem;height:2.4375rem;top:48.1875rem;left:3.625rem;font-size:1.875rem;text-align:center;text-align-last:center;color:#f4ff1e;display:block; }
 }@media only screen and (max-width: 763px) { #xyzNgDKnDTTU5wThR77heBWRy6vugxpp { width:12.875rem;height:2.4375rem;top:54.25rem;left:3.625rem;font-size:1.875rem;text-align:center;text-align-last:center;color:#f4ff1e;display:block; }
 }@media only screen and (max-width: 763px) { #pVxrXr0zOSuOAiawrn3JNKJkzTgUh4vF { width:12.875rem;height:2.4375rem;top:60.3125rem;left:3.625rem;font-size:1.875rem;text-align:center;text-align-last:center;color:#f4ff1e;display:block; }
 }@media only screen and (max-width: 763px) { #hUEhM4VPd7OvPtGPrw1rR564oaZ5sBzE { width:12.875rem;height:2.4375rem;top:66.375rem;left:3.625rem;font-size:1.875rem;text-align:center;text-align-last:center;color:#f4ff1e;display:block; }
 }@media only screen and (max-width: 763px) { #hmfH0wfOSVgXCMoa215hFsLL9ErgIGQR { width:13.5rem;height:1.3125rem;top:50.375rem;left:3.6875rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #oI5cSfuRGk0pmknD4wVHzgp109JzSvAN { width:13.5rem;height:1.3125rem;top:56.6875rem;left:3.3125rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #q6uQ6xvPVuF3CrKAgmLm08TUtFtJxzJF { width:13.5rem;height:1.3125rem;top:62.4375rem;left:3.3125rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #AU4dgg6CphnWkCoq6MnXkFcFnEnWsclz { width:13.5rem;height:1.3125rem;top:68.5rem;left:3.3125rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #kNUi6hgTVuTMm3Pez6WXRovqrUwTqLqn { display:block; }#kNUi6hgTVuTMm3Pez6WXRovqrUwTqLqn > .row .container { width:20rem;height:44.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m7Bpt9XmWw4C2OgW4DDTSQMch1Jhsnqk { width:20rem;height:1.6494125rem;top:1.25rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OOm4fpwfD6QFMfLWMTHPlrPeyqmnaEHN { width:20rem;height:1.3125rem;top:4.1484375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #hyXO5DtgnKUCrItMvqkwXA7OL2nmrysN { width:19.875rem;height:35.0625rem;top:6.7109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOH8UkTAug5nA2dVOZQGTITVgzTOsnmW .widget-regular-label { width:15.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;height:auto;font-size:0.25rem;overflow:hidden; }
#kOH8UkTAug5nA2dVOZQGTITVgzTOsnmW .widget-input-text { width:15.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.6875rem;overflow:hidden;line-height:1.2;border-top:0.0625rem solid #5d5d59;border-left:0.0625rem solid #5d5d59;border-right:0.0625rem solid #5d5d59;border-bottom:0.0625rem solid #5d5d59;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }
#kOH8UkTAug5nA2dVOZQGTITVgzTOsnmW .widget-input-text {padding-top: 0; padding-bottom: 0;}#kOH8UkTAug5nA2dVOZQGTITVgzTOsnmW .widget-textarea { width:15.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.6875rem;overflow:hidden;line-height:1.2;border-top:0.0625rem solid #5d5d59;border-left:0.0625rem solid #5d5d59;border-right:0.0625rem solid #5d5d59;border-bottom:0.0625rem solid #5d5d59;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }
#kOH8UkTAug5nA2dVOZQGTITVgzTOsnmW .widget-input-select { width:15.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kOH8UkTAug5nA2dVOZQGTITVgzTOsnmW .widget-input-select {padding-top: 0; padding-bottom: 0;}#kOH8UkTAug5nA2dVOZQGTITVgzTOsnmW .widget-input-button { width:15.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.5rem;overflow:hidden;background-color:#f4ff1e;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff; }
#kOH8UkTAug5nA2dVOZQGTITVgzTOsnmW [class*="-text"]:-moz-placeholder { font-size:0.75rem;font-family:"open sans"; }
#kOH8UkTAug5nA2dVOZQGTITVgzTOsnmW [class*="-text"]::-moz-placeholder { font-size:0.75rem;font-family:"open sans"; }
#kOH8UkTAug5nA2dVOZQGTITVgzTOsnmW [class*="-text"]:-ms-input-placeholder { font-size:0.75rem;font-family:"open sans"; }
#kOH8UkTAug5nA2dVOZQGTITVgzTOsnmW [class*="-text"]::-webkit-input-placeholder { font-size:0.75rem;font-family:"open sans"; }
#kOH8UkTAug5nA2dVOZQGTITVgzTOsnmW .widget-checkbox-label { width:14.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#kOH8UkTAug5nA2dVOZQGTITVgzTOsnmW .widget-container { padding-top:0.0625rem;padding-right:0;padding-bottom:0;padding-left:0; }
#kOH8UkTAug5nA2dVOZQGTITVgzTOsnmW .widget-container:first-of-type{padding-top:0;}#kOH8UkTAug5nA2dVOZQGTITVgzTOsnmW .widget-container:last-of-type{padding-bottom:0;}#kOH8UkTAug5nA2dVOZQGTITVgzTOsnmW  { width:15.8125rem;height:auto;top:15.5703125rem;left:0.84375rem;background-color:rgba(var(--color-secondary-1),0.1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#kOH8UkTAug5nA2dVOZQGTITVgzTOsnmW .radio-container { width:15.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kOH8UkTAug5nA2dVOZQGTITVgzTOsnmW .widget-info-text { font-size:0.6875rem;overflow:hidden;height:auto; }
#kOH8UkTAug5nA2dVOZQGTITVgzTOsnmW {display:block;}#kOH8UkTAug5nA2dVOZQGTITVgzTOsnmW { width:15.8125rem;height:auto;top:15.5703125rem;left:0.84375rem;background-color:rgba(var(--color-secondary-1),0.1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0; }
 }@media only screen and (max-width: 763px) { #kOH8UkTAug5nA2dVOZQGTITVgzTOsnmW #TTI7QqkdhU42dkIMSK2ENmO4Q5KE6vaU {  }
 }@media only screen and (max-width: 763px) { #kOH8UkTAug5nA2dVOZQGTITVgzTOsnmW #rfm12ORbcV7zeyPvgTVMOwDMWv93e17w { display:block; }
 }@media only screen and (max-width: 763px) { #kOH8UkTAug5nA2dVOZQGTITVgzTOsnmW #ROinVQw7GVOFvtE97mF7pAfLTa5gNSeH {  }
 }@media only screen and (max-width: 763px) { #kOH8UkTAug5nA2dVOZQGTITVgzTOsnmW #zpe1KZQ3rXMQmmLeBWxSfovBeFmDtvtr {  }
 }@media only screen and (max-width: 763px) { #kOH8UkTAug5nA2dVOZQGTITVgzTOsnmW #mpmqrpll6xaTeBETRizurmlO5mQ84Xn4 { display:block; }
 }@media only screen and (max-width: 763px) { #kOH8UkTAug5nA2dVOZQGTITVgzTOsnmW #duzlDV6iAhSrCmdMlfAqMbdvEaQTRzp4 {  }
 }@media only screen and (max-width: 763px) { #kOH8UkTAug5nA2dVOZQGTITVgzTOsnmW #wwbxzTAl21VbpEzJmT0Bxg6cx4nnK19E {  }
 }@media only screen and (max-width: 763px) { #kOH8UkTAug5nA2dVOZQGTITVgzTOsnmW #K3wr2osVpQ6FPTIzIosz2kI4TVyQhUza { display:block; }
 }@media only screen and (max-width: 763px) { #kOH8UkTAug5nA2dVOZQGTITVgzTOsnmW #NihPhUR24uBbRxh3aSlzBs0sBxwaodam {  }
 }@media only screen and (max-width: 763px) { #kOH8UkTAug5nA2dVOZQGTITVgzTOsnmW #mJdyL9Jg4FAcoBhIJk6R0tPgnwrTMVvy {  }
 }@media only screen and (max-width: 763px) { #kOH8UkTAug5nA2dVOZQGTITVgzTOsnmW #ePUlDCuDztBeBup0hzL04t6CTXZmfA5E {  }
 }@media only screen and (max-width: 763px) { #kOH8UkTAug5nA2dVOZQGTITVgzTOsnmW #NnSeiRrRgcztgOIRsttzE90ZzAEifXcm {  }
 }@media only screen and (max-width: 763px) { #kOH8UkTAug5nA2dVOZQGTITVgzTOsnmW #cEBqIzagJolxGgAWPmGhLWU8BeG6DTgW {  }
 }@media only screen and (max-width: 763px) { #iS6EpFTut60wAVtDDgxUtmd44h0A9P0V { width:15.9375rem;height:1.125rem;top:8.8359375rem;left:2.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#1a1a1a;display:block; }#iS6EpFTut60wAVtDDgxUtmd44h0A9P0V li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f9c47bd3daed6745683d8d0143591f4d.svg); }
 }@media only screen and (max-width: 763px) { #cVnQZqp2KJgx8s70QqRRircZTIwmTGD9 { width:19.9375rem;height:2.625rem;top:8.0859375rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnP4KMe1Kz5p98TtyKd3xLSwHTiV0N1N { width:20rem;height:4.048825rem;top:11.5234375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTc6o5nKk6oFRZMKqqVQTlWmbdw2Ta77 { background-color:#0b0c0e;background-image:none;display:block; }#TTc6o5nKk6oFRZMKqqVQTlWmbdw2Ta77 > .row .container { background-color: transparent; background-image: none; }#TTc6o5nKk6oFRZMKqqVQTlWmbdw2Ta77::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTc6o5nKk6oFRZMKqqVQTlWmbdw2Ta77 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTc6o5nKk6oFRZMKqqVQTlWmbdw2Ta77 > .row .container > .video-iframe-container { display: none; }#TTc6o5nKk6oFRZMKqqVQTlWmbdw2Ta77 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTc6o5nKk6oFRZMKqqVQTlWmbdw2Ta77 > .row > .video-iframe-container { display: none; }#TTc6o5nKk6oFRZMKqqVQTlWmbdw2Ta77 > .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); }#TTc6o5nKk6oFRZMKqqVQTlWmbdw2Ta77 > .row .container { width:20rem;height:7.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zPfRFPXuv26kT5udpcMrNS4xMUdlNmAb { width:6.1875rem;height:2.375rem;top:1.25rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhIBD0SJ0Qzr7Kti1msnXvvRMR7iStdu { width:20rem;height:1.13720625rem;top:4.875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;font-family:lato;display:block; }
 }