.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:217,217,255;--color-primary-1:128,128,255;--color-primary-2:0,0,255;--color-primary-3:0,0,128;--color-primary-4:0,0,38;--color-secondary-0:217,221,224;--color-secondary-1:128,141,153;--color-secondary-2:0,27,51;--color-secondary-3:0,14,26;--color-secondary-4:0,4,8;--color-tertiary-0:255,255,255;--color-tertiary-1:175,182,188;--color-tertiary-2:158,158,158;--color-tertiary-3:149,149,149;--color-tertiary-4:0,0,0;--headlines-font-family:"Montserrat";--paragraphs-font-family:"Montserrat"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:auto;position:relative;display:none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:8.125rem;width:75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;overflow:visible;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#xtsW1UEZsAgoraiPBliD12kRwvzzsgsU { 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:5rem;width:10rem;top:1.5625rem;left:6.25rem;overflow:hidden;display:block; }
#XWKdpwMsNJVL69gFLan6NxTml3EGr3eU { box-sizing:content-box;height:6.25rem;width:75rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0.9375rem;left:0rem;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;border-top:0.0625rem solid #dddddd;border-left:0.0625rem solid #dddddd;border-right:0.0625rem solid #dddddd;border-bottom:0.0625rem solid #dddddd;display:block; }
#N15nKFdFSBLMus19UWmhvLuz9sZvkqVw { background-color:#fafafa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #99e000;border-left:0.0625rem solid #99e000;border-right:0.0625rem solid #99e000;border-bottom:0.0625rem solid #99e000;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;box-sizing:border-box;color:rgba(var(--color-secondary-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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:3.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:2.34375rem;left:48.561637878418rem;display:block; }
#vnnIrr1nqqyPkyvUPDLoHP0JUTxQsbth { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NC8oTLVWaz51olA6rg0cUySGf0TkuPOV { background-color:#fafafa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #99e000;border-left:0.0625rem solid #99e000;border-right:0.0625rem solid #99e000;border-bottom:0.0625rem solid #99e000;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;box-sizing:border-box;color:rgba(var(--color-secondary-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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.875rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:2.34375rem;left:32.812934875488rem;display:block; }
#kieKFQr2U9Z8rGz1AxCpZ47iyLdr1DC4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Bz9WfKa8orddivDOTfMTUQo2fbsQLTpB { background-color:#99e000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:2.34375rem;left:21.186416625976rem;display:block; }
#SHFqSDHpwBOzAUfJHqAmrkc5ld4ZdWgM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GLWbT3GXXhD31XnWDJR6EOUEAT2hHRtB { background-color:#fafafa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #99e000;border-left:0.0625rem solid #99e000;border-right:0.0625rem solid #99e000;border-bottom:0.0625rem solid #99e000;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;box-sizing:border-box;color:rgba(var(--color-secondary-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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:2.34375rem;left:55.311851501465rem;display:block; }
#kFNa3i9bZ35f2ZymtSWmcJC3kaQMzyTO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#D40V6yBD64xBozXV2RDIt4TtnfVKN27u { background-color:#fafafa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #99e000;border-left:0.0625rem solid #99e000;border-right:0.0625rem solid #99e000;border-bottom:0.0625rem solid #99e000;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;box-sizing:border-box;color:rgba(var(--color-secondary-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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.7480625rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:2.34375rem;left:40.250003814698rem;display:block; }
#K9yFOms9IvzqC1q5WAMOOSn9R5U87vyE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PJaulHLe8iKuNoIrRzM7tKzphwEQieHx { background-color:#fafafa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #99e000;border-left:0.0625rem solid #99e000;border-right:0.0625rem solid #99e000;border-bottom:0.0625rem solid #99e000;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;box-sizing:border-box;color:rgba(var(--color-secondary-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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.8125rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:2.34375rem;left:62rem;display:block; }
#n2JuIrDK1ekz1L2VRXw4BGfzlP7ENEuU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#V0mGn63oAGU7TwVNMv3cHm06eubg21KA { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/b38cbb8d-2cb7-4c95-8701-fbb89e655f34/glowne2026v3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#V0mGn63oAGU7TwVNMv3cHm06eubg21KA.adaptive-delivery-prevent-bg, #V0mGn63oAGU7TwVNMv3cHm06eubg21KA.lazyload, #V0mGn63oAGU7TwVNMv3cHm06eubg21KA.lazyloading { background-image: none; }#V0mGn63oAGU7TwVNMv3cHm06eubg21KA > .row .container { border-width: 0; border-radius: 0; }#V0mGn63oAGU7TwVNMv3cHm06eubg21KA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V0mGn63oAGU7TwVNMv3cHm06eubg21KA > .row .container { font-size:0.875rem;font-family:arial;height:49.625rem;width:75rem;overflow:visible;position:relative;display:none; }#FmWhLW9hSWfK2PSXrf2tp0iUURGBwDOX { color:#99e000;display:block;width:26.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:10.625000953674rem;left:5rem;height:4.4987rem;font-style:normal;display:block; }
#zhXO7yCLJJMuRolZ36iBDuLJReHRdkrE { color:#959595;display:block;width:30.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:27.750001907349rem;left:5rem;height:8.7977375rem;font-style:normal;display:block; }
#OL7ieHCRRnH5Nz8PK79mumwDp1olr6wo { color:rgba(var(--color-tertiary-1),1);display:block;width:52.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:18.950000762939rem;left:7.5rem;height:3.25rem;font-style:normal;display:none; }
#qplQFdKD8cznsPORn0OnpzuwkAy26Rhq { position:absolute;display:block;z-index:15004;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:5rem;width:5rem;top:37.875rem;left:5rem;overflow:hidden;display:block; }
#FN0bImJ0UGaguPBL9XInlKuWdVEEmSNX { color:#000000;display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:36.749786376953rem;left:5rem;height:1.00043125rem;font-style:normal;display:block; }
#RR5ICSPC7s0RCxBZgLe1e2oKtLC6MAHK { color:#0000ff;display:block;width:29.249125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;top:24.007379531861rem;left:5rem;height:1.7871125rem;font-style:normal;display:block; }
#l0B3gCxCRbITEgCorPTr1agZG35JyuEl { box-sizing:content-box;height:43.75rem;width:38.125rem;position:absolute;display:block;z-index:14997;background-color:#ffffff;background-image:none;box-shadow: 12.5rem -15.625rem 6.25rem rgba(0,0,0,0.7) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:2.9361979961395rem;left:0rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
#h9VtXzrLx3RE6L4v1VOBCaFTV8L9cHL5 { color:#99e000;display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:10.625rem;left:41.25rem;height:4.398875rem;font-style:normal;display:block; }
#ttbuM4rEtyNtKe0d1OiyfFZX6hQPJKA0 { color:#99e000;display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:15.2109375rem;left:41.25rem;height:4.1232625rem;font-style:normal;display:block; }
#TTTgSywIPPANFhki00b4t9twK2KTyKyU { position:absolute;display:block;z-index:14998;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.4375rem;width:38.125rem;top:33.6875rem;left:0rem;overflow:hidden;display:block; }
#Rs54D0U3JxdOoG7Sab7At0qLNdDobvEr { box-sizing:content-box;height:43.75rem;width:38.125rem;position:absolute;display:block;z-index:14997;background-color:#ffffff;background-image:none;box-shadow: 12.5rem -15.625rem 6.25rem rgba(0,0,0,0.7) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:1.5rem;left:0rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:none; }
#y0qmM6CTBWEKMf206HTVfHZczABtBEbM { color:rgba(var(--color-primary-4),1);display:block;width:28.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.6875rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:17.977432250976rem;left:4.9375rem;height:5.9114625rem;font-style:normal;display:block; }
#pHT6qPIG5GIJfdRswghpqVr4P0OUuFtS { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.81228125rem;width:6.25rem;top:37.96875rem;left:21.631946563721rem;overflow:hidden;display:block; }
#EmSIZXDmHtGF9li1KgGP7ghe97wAP2AH { color:#000000;display:block;width:13.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:36.733726501465rem;left:19.096138000488rem;height:1.00043125rem;font-style:normal;display:block; }
#NFzldwF380BRQ6ZBqADTzeh9alFUMlKp { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/b38cbb8d-2cb7-4c95-8701-fbb89e655f34/glowne2026v3.jpg");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NFzldwF380BRQ6ZBqADTzeh9alFUMlKp.adaptive-delivery-prevent-bg, #NFzldwF380BRQ6ZBqADTzeh9alFUMlKp.lazyload, #NFzldwF380BRQ6ZBqADTzeh9alFUMlKp.lazyloading { background-image: none; }#NFzldwF380BRQ6ZBqADTzeh9alFUMlKp > .row .container { background-color: transparent; background-image: none; }#NFzldwF380BRQ6ZBqADTzeh9alFUMlKp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NFzldwF380BRQ6ZBqADTzeh9alFUMlKp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NFzldwF380BRQ6ZBqADTzeh9alFUMlKp > .row .container > .video-iframe-container { display: none; }#NFzldwF380BRQ6ZBqADTzeh9alFUMlKp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NFzldwF380BRQ6ZBqADTzeh9alFUMlKp > .row > .video-iframe-container { display: none; }#NFzldwF380BRQ6ZBqADTzeh9alFUMlKp > .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); }#NFzldwF380BRQ6ZBqADTzeh9alFUMlKp > .row .container { border-width: 0; border-radius: 0; }#NFzldwF380BRQ6ZBqADTzeh9alFUMlKp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NFzldwF380BRQ6ZBqADTzeh9alFUMlKp > .row .container { font-size:0.875rem;font-family:arial;height:54.5625rem;width:75rem;overflow:visible;position:relative;display:block; }#Ss5xJcwmpHLbQMzkxr1pZUnODbcpMoRK { color:#99e000;display:block;width:26.749125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:15.625rem;left:3.125rem;height:4.4987rem;font-style:normal;display:block; }
#OgsJW6hOLHWwoR9B45zPrTQMxouTZyyT { color:#959595;display:block;width:32.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:29.74870300293rem;left:3.125rem;height:8.7977375rem;font-style:normal;display:block; }
#IBhODEw1CVn1RU28vsc5gEqavPI1R7pC { position:absolute;display:block;z-index:15004;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:5rem;width:5rem;top:40.81120300293rem;left:3.1875rem;overflow:hidden;display:block; }
#WXRAtirwl0n6ylg1P1zrAqBBQsatPE9H { color:#000000;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:39.56120300293rem;left:3.125rem;height:1.00043125rem;font-style:normal;display:block; }
#SoAc6A4CqvGNSJIsHPvyrHQLTg1LsVAU { color:#0000ff;display:block;width:29.2480625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;top:26.03125rem;left:3.125rem;height:1.7875rem;font-style:normal;display:block; }
#LLTWeXkimasFaAz9HhUXvAHh2LqabO4Z { box-sizing:content-box;height:37.5rem;width:37.5rem;position:absolute;display:block;z-index:14997;background-color:#ffffff;background-image:none;box-shadow: 12.5rem -1.25rem 6.25rem rgba(0,0,0,0.5) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:11.559906005859rem;left:0rem;border-top-left-radius:2.6875rem;border-top-right-radius:2.6875rem;border-bottom-left-radius:2.6875rem;border-bottom-right-radius:2.6875rem;display:block; }
#UFThr5FZWAyEvOREIZsZc3ZOZVdfxhes { color:#99e000;display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:38.481201171875rem;left:56.25rem;height:4.398875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#PHZSPu4h5kS3colIMfAHLznlnKRfXEp4 { color:#99e000;display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:42.95166015625rem;left:56.25rem;height:6.18489375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#JSzettVWsS75el88SGhIDsJ5aP1QRGgi { position:absolute;display:block;z-index:14998;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.25rem;width:37.5rem;top:35.24870300293rem;left:0rem;overflow:hidden;display:block; }
#fwJmUk6SbK2Ia72pGsk3LrsxJtJzOo5d { box-sizing:content-box;height:43.75rem;width:38.125rem;position:absolute;display:block;z-index:14997;background-color:#ffffff;background-image:none;box-shadow: 12.5rem -15.625rem 6.25rem rgba(0,0,0,0.7) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:1.5rem;left:0rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:none; }
#BuzKW50Iw0vt4nFJrKG0km4EB51Eg2WW { color:rgba(var(--color-primary-4),1);display:block;width:28.311625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.6875rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:19.72526550293rem;left:3.125rem;height:5.9114625rem;font-style:normal;display:block; }
#Jln42WFDeTxEcdcssdbtw0QHbA4i8XCV { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:6.875rem;top:40.59245300293rem;left:17.032554626465rem;overflow:hidden;display:block; }
#G0XgxRuKEhFrsu7D6wERSWr5s7D2FT2B { color:#000000;display:block;width:13.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:39.544281005859rem;left:17.220054626465rem;height:1.00043125rem;font-style:normal;display:block; }
#E4CG9rgw6knxEK573PCv2EL5HoXdkCT5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:2.9361991882324rem;left:69.408638000487rem;display:none; }
#mxU6PZJKlQQQcBf4gTl1QuXLfRPX9kQ2 { box-sizing:content-box;height:6.25rem;width:75rem;position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;top:3.125rem;left:0rem;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;border-top:0.0625rem solid #dddddd;border-left:0.0625rem solid #dddddd;border-right:0.0625rem solid #dddddd;border-bottom:0.0625rem solid #dddddd;display:block; }
#RJZLmbw9ubsQrZUx3am8e94iCX6bQmUk { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:10rem;top:3.75rem;left:6.25rem;overflow:hidden;display:block; }
#JUchSPgFXmb2WWlXfMPq1Qivcmg30pTH { background-color:#99e000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.235375rem;height:3.42285rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:4.6015625rem;left:20.796875rem;display:block; }
#xdxpSk0fpZQ6V297hw5y1Lzpc53EpI51 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sVnaTKdPInzzqtGh9USndsqCdZ6xgDHP { background-color:transparent;background-image:none;border-top:0.0625rem solid #99e000;border-left:0.0625rem solid #99e000;border-right:0.0625rem solid #99e000;border-bottom:0.0625rem solid #99e000;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;box-sizing:border-box;color:rgba(var(--color-secondary-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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.860375rem;height:3.42285rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:4.6015625rem;left:32.685546875rem;display:block; }
#TdW4km0wshFtQyZO4LfVEinL07zGKHoB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BWQPPWStJNbgpASCZBw8p3EoPcrEEoRE { background-color:transparent;background-image:none;border-top:0.0625rem solid #99e000;border-left:0.0625rem solid #99e000;border-right:0.0625rem solid #99e000;border-bottom:0.0625rem solid #99e000;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;box-sizing:border-box;color:rgba(var(--color-secondary-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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.733375rem;height:3.42285rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:4.6015625rem;left:40.1171875rem;display:block; }
#TiTq6NZdeuHfz6oKydqSclz9FyTqQgRM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#G67xArfhsOiOTBTCLtee0i1TH4Tz5Vro { background-color:transparent;background-image:none;border-top:0.0625rem solid #99e000;border-left:0.0625rem solid #99e000;border-right:0.0625rem solid #99e000;border-bottom:0.0625rem solid #99e000;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;box-sizing:border-box;color:rgba(var(--color-secondary-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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.23535rem;height:3.42285rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:4.6015625rem;left:48.4130859375rem;display:block; }
#nNuRenhOeCzednU1BHMrNbLGbPlXma4i { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CGi7o5dQV7RNddVO0Totn4MeHdi3QKhR { background-color:transparent;background-image:none;border-top:0.0625rem solid #99e000;border-left:0.0625rem solid #99e000;border-right:0.0625rem solid #99e000;border-bottom:0.0625rem solid #99e000;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;box-sizing:border-box;color:rgba(var(--color-secondary-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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.19270875rem;height:3.38020875rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:4.6419277191162rem;left:65.897140502931rem;display:block; }
#rvm1ot70scURI9qrMJ13ws5CvvpibsMH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rgt1KxHOsPV3Z2h7poRD17owTWG91CTK { background-color:transparent;background-image:none;border-top:0.0625rem solid #99e000;border-left:0.0625rem solid #99e000;border-right:0.0625rem solid #99e000;border-bottom:0.0625rem solid #99e000;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;box-sizing:border-box;color:rgba(var(--color-secondary-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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.75520875rem;height:3.38020875rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:4.6419277191162rem;left:55.44401550293rem;display:block; }
#maaIRsT4sJFI4ZNlAxO5TdOv9kxdbeak { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mi6UPPTsQbKKRWEBsZPtTiPUcT5zGdoU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),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:none; }#mi6UPPTsQbKKRWEBsZPtTiPUcT5zGdoU > .row .container { border-width: 0; border-radius: 0; }#mi6UPPTsQbKKRWEBsZPtTiPUcT5zGdoU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mi6UPPTsQbKKRWEBsZPtTiPUcT5zGdoU > .row .container { font-size:0.875rem;font-family:arial;height:92.25rem;width:75rem;position:relative;display:none; }#ZnSHLAqxOiZpNw3T5OSITqFpEfTOlNH7 { color:#99e000;display:block;width:59.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:27rem;left:4rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#laSInRPLqGgUyOmu2h8FJyW2TF7pg0ZT { color:rgba(var(--color-tertiary-4),1);display:block;width:68.373125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:33.687503814698rem;left:2.6866321563721rem;height:1.625rem;font-style:normal;display:block; }#laSInRPLqGgUyOmu2h8FJyW2TF7pg0ZT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#laSInRPLqGgUyOmu2h8FJyW2TF7pg0ZT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c612b33e5327c1e4ad8f52338c4ba3693b27c1ca.svg); }
#eqDLiwNKTsFTldspO6ytJT2pvMLOrUh7 { color:rgba(var(--color-tertiary-4),1);display:block;width:68.373125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:35.936847686767rem;left:3.9995670318604rem;height:15.1823125rem;font-style:normal;display:block; }#eqDLiwNKTsFTldspO6ytJT2pvMLOrUh7 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#eqDLiwNKTsFTldspO6ytJT2pvMLOrUh7 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ad821b452804d2facbf2577e6a955cff0d9aec36.svg); }
#ioAfyr0JfaFCoaZmTAT5Kf1nTUuZ39Rm { color:#99e000;display:block;width:17.4345625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:54.561634063721rem;left:2.6866321563721rem;height:1.5rem;font-style:normal;display:block; }
#CIkuUkNHZiVCElkktR9VpAgHAoNSHmMb { box-sizing:content-box;height:4.5rem;width:40.9375rem;position:absolute;display:block;z-index:15026;background-color:#f6f6f6;background-image:none;top:58.875rem;left:17.0625rem;border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#mh3egfQq1nNM1g2iUNqlSfzebXxrKumT { color:#000000;display:block;width:37.6245rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:59.5rem;left:19.0625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TdFQqThIyrsCRQUxnb7QrClWD0BTuWS8 { box-sizing:content-box;height:3.93663125rem;width:30.686875rem;position:absolute;display:block;z-index:15032;background-color:#f6f6f6;background-image:none;top:24.375rem;left:2.6875rem;border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;display:block; }
#WVqQyzwlh2npAv20oamlubfP8ltqBbbL { color:#3f3f3f;display:block;width:26.3748125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:25.0625rem;left:4.875rem;height:2.51844375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Z5SnDtFIGZscLlE1iK7P4wZSNBXMUGOR { box-sizing:content-box;height:3.9362rem;width:30.6861875rem;position:absolute;display:block;z-index:15034;background-color:#f6f6f6;background-image:none;top:13.75rem;left:2.6875rem;border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;display:block; }
#FDr5wX8M3bdbkfJ5iidKEvKmgbWFGm2b { color:#3f3f3f;display:block;width:22.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;top:14.4580078125rem;left:6.625rem;height:2.51844375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MRvWJmwhwEAfcHkow5dDFsifETqL9U56 { color:rgba(var(--color-primary-2),1);display:block;width:70.623125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:8.6552734375rem;left:2.6865234375rem;height:3.45051875rem;font-style:normal;display:block; }
#Qvp526cHeeUR9TQ1cynpdtFWzopJtCd0 { box-sizing:content-box;height:3.93663125rem;width:30.686875rem;position:absolute;display:block;z-index:15036;background-color:#f6f6f6;background-image:none;top:19rem;left:2.6875rem;border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;display:block; }
#xAXUBG5Os8PikEiW7ppW36UbCL7qFbWa { color:#3f3f3f;display:block;width:26.3748125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:19.6875rem;left:4.8125rem;height:2.51844375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FDsOflnBbyt0dceu29RxnTLvVoAhmizM { color:#3f3f3f;display:block;width:34.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:14.5810546875rem;left:34.75rem;height:2.2753875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#P0QF9nMXpTzZ0fsSUWhUrTXx7iAOlZh5 { color:#3f3f3f;display:block;width:34.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:19.8310546875rem;left:34.75rem;height:2.2753875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LQzwebIpwAdsVW9gq0M1nPF9Hukps3XM { color:#99e000;display:block;width:36.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:25.29296875rem;left:34.810546875rem;height:2.0996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OrLOZNCgGK32zx39ZUTwu513A6RuJk6p { color:#99e000;display:block;width:56.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:30.013671875rem;left:2.6875rem;height:4.199225rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#owgIWiDSCB6nkzQueekKH8PNLxSK2xTb { box-sizing:content-box;height:5.625rem;width:28.125rem;position:absolute;display:block;z-index:15026;background-color:#f6f6f6;background-image:none;top:68.3125rem;left:2.6875rem;border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;display:block; }
#WDWZg2Tra2q8KvQqigo58RqoHyEGmtr1 { color:#3f3f3f;display:block;width:19.7480625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:69.5rem;left:6.875rem;height:3.2487rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ip6nCT6XIm2fUT6Vi8cFwkc4e08rmCrP { box-sizing:content-box;height:5.625rem;width:28.125rem;position:absolute;display:block;z-index:15024;background-color:#f6f6f6;background-image:none;top:76.75rem;left:8.4375rem;border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;display:block; }
#oULoN0SDcuBFvQGdgV2zWZL6D9AJcq7v { color:#3f3f3f;display:block;width:24.5605625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:77.9375rem;left:10.75rem;height:3.2487rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zlBIXTmqwg8afhbi2t935T7pBBR3rZZM { box-sizing:content-box;height:5.625rem;width:28.125rem;position:absolute;display:block;z-index:15050;background-color:#f6f6f6;background-image:none;top:69.5rem;left:37.1875rem;border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;display:block; }
#pq7okaXVUgGqGCzpeKNp0AsaaxkMpfnJ { color:#3f3f3f;display:block;width:24.4980625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15064;line-height:1.3;letter-spacing:0;top:70.6875rem;left:39.25rem;height:3.2487rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QeWUTMOA5G5klQCIrWfSF5MtBZoy4VIb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),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; }#QeWUTMOA5G5klQCIrWfSF5MtBZoy4VIb > .row .container { background-color: transparent; background-image: none; }#QeWUTMOA5G5klQCIrWfSF5MtBZoy4VIb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QeWUTMOA5G5klQCIrWfSF5MtBZoy4VIb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QeWUTMOA5G5klQCIrWfSF5MtBZoy4VIb > .row .container > .video-iframe-container { display: none; }#QeWUTMOA5G5klQCIrWfSF5MtBZoy4VIb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QeWUTMOA5G5klQCIrWfSF5MtBZoy4VIb > .row > .video-iframe-container { display: none; }#QeWUTMOA5G5klQCIrWfSF5MtBZoy4VIb > .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); }#QeWUTMOA5G5klQCIrWfSF5MtBZoy4VIb > .row .container { border-width: 0; border-radius: 0; }#QeWUTMOA5G5klQCIrWfSF5MtBZoy4VIb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QeWUTMOA5G5klQCIrWfSF5MtBZoy4VIb > .row .container { font-size:0.875rem;font-family:arial;height:94.3125rem;width:75rem;position:relative;display:block; }#eaSa31HTp9KFsDMROINenyDS5rRTtvd6 { color:#99e000;display:block;width:59.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:43.87451171875rem;left:3.9990234375rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PQNnCPmEdfhft01LhuFkM6VKM977B5kt { color:rgba(var(--color-tertiary-4),1);display:block;width:68.373125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:50.5615234375rem;left:2.685546875rem;height:1.625rem;font-style:normal;display:block; }#PQNnCPmEdfhft01LhuFkM6VKM977B5kt li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#PQNnCPmEdfhft01LhuFkM6VKM977B5kt li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c612b33e5327c1e4ad8f52338c4ba3693b27c1ca.svg); }
#UCWTyKWicLtEXKfovcXPNkvx6S5yl9oU { color:rgba(var(--color-tertiary-4),1);display:block;width:68.373125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:52.811279296875rem;left:3.9990234375rem;height:10.996125rem;font-style:normal;display:block; }#UCWTyKWicLtEXKfovcXPNkvx6S5yl9oU li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#UCWTyKWicLtEXKfovcXPNkvx6S5yl9oU li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ad821b452804d2facbf2577e6a955cff0d9aec36.svg); }
#wU6wLlt13TnTKdGSQU3NnTr3ZZQi9TqX { box-sizing:content-box;height:4.4995125rem;width:40.9375rem;position:absolute;display:block;z-index:15026;background-color:#f6f6f6;background-image:none;top:87.3125rem;left:17.0625rem;border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;border-top:0.0625rem solid #99e000;border-left:0.0625rem solid #99e000;border-right:0.0625rem solid #99e000;border-bottom:0.0625rem solid #99e000;display:block; }
#EPk0BOXuMREgxG0caDQZdP3maEZBsfSH { color:#000000;display:block;width:37.6233125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:87.9375rem;left:18.625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QzkE5bQN6KPm7AJ7f6MxdxQmbxB6zNxU { box-sizing:content-box;height:3.93663125rem;width:30.686875rem;position:absolute;display:block;z-index:15032;background-color:#f6f6f6;background-image:none;top:41.25rem;left:2.686767578125rem;border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;display:block; }
#DzHypfRPs5AUJ7FEW2HNGEZnOwKucXqR { color:#3f3f3f;display:block;width:26.374rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:41.9580078125rem;left:4.842529296875rem;height:2.51855625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RGxvSbKVuarmaKaLfRT2qGCJwOMFkFn5 { box-sizing:content-box;height:3.9362rem;width:30.6861875rem;position:absolute;display:block;z-index:15034;background-color:#f6f6f6;background-image:none;top:13.75rem;left:2.6875rem;border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;display:block; }
#syVA9QUUWRvPTGWGo1bANBU9WUdRX5nL { color:#3f3f3f;display:block;width:22.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;top:14.4580078125rem;left:6.7490234375rem;height:2.51855625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wIaiPTQADzoflZqtpIbsSq5LO5epb9Qw { color:rgba(var(--color-primary-2),1);display:block;width:70.623125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:8.6552734375rem;left:2.6865234375rem;height:3.45051875rem;font-style:normal;display:block; }
#Ag0seEQew8vbsxXyxyeKOAM04I6O9Srz { box-sizing:content-box;height:3.93663125rem;width:30.686875rem;position:absolute;display:block;z-index:15036;background-color:#f6f6f6;background-image:none;top:19rem;left:2.6875rem;border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;display:block; }
#E33cs5vFegkw2TppLWPQ9PB6nxndfW9w { color:#3f3f3f;display:block;width:26.374rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:19.708984375rem;left:4.8427734375rem;height:2.51855625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W8eFWna7sbZM5l2UkDbNShx8UzfwgE5v { color:#3f3f3f;display:block;width:34.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:14.5810546875rem;left:34.75rem;height:2.2753875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dLSe4VoBAHVM81DumJlc5ZcmtxHRXt3H { color:#3f3f3f;display:block;width:34.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:19.8310546875rem;left:34.75rem;height:2.2753875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zZGDixWr0bZtHsAmpbWGR5ewTNNI75Ap { color:#99e000;display:block;width:36.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:42.16796875rem;left:34.8095703125rem;height:2.0996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kdFoS50caIilLMnvf4JOL3AiZqShgStD { color:#99e000;display:block;width:56.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:46.888427734375rem;left:2.686767578125rem;height:4.199225rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UGXK17fPiu3hIA3THgccAkxFKpJpDxZR { color:rgba(var(--color-tertiary-4),1);display:block;width:69.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:64.81201171875rem;left:3.311767578125rem;height:3.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OKguaANbRcLPNalyupJamNB1gq5w2Kz3 { box-sizing:content-box;height:5.625rem;width:28.125rem;position:absolute;display:block;z-index:15032;background-color:#f6f6f6;background-image:none;top:25.1875rem;left:39.5rem;border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;display:block; }
#EWoVtat6bxSfG5IwK57g77uAgSHuPLuT { color:#3f3f3f;display:block;width:24.4995rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:25.5625rem;left:41.625rem;height:4.87305rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GR077QOr1sBMrnoh0MUZfhCIm9nTUTwP { box-sizing:content-box;height:5.625rem;width:28.125rem;position:absolute;display:block;z-index:15030;background-color:#f6f6f6;background-image:none;top:32.5rem;left:23.4375rem;border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;display:block; }
#mUqA5bVG7x5nM1Rsmcq4S0P1wfHkNI70 { box-sizing:content-box;height:5.625rem;width:28.125rem;position:absolute;display:block;z-index:15038;background-color:#f6f6f6;background-image:none;top:25.1875rem;left:7.375rem;border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;display:block; }
#hsHoHiiZidu4NzKp7NrQgNJMEIyGiTSw { color:#3f3f3f;display:block;width:21.9995rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:26.37451171875rem;left:10.43701171875rem;height:3.2487rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QSamSO6D6yWp3u74xyHTGNp168oLfcdn { color:#3f3f3f;display:block;width:22.3730625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:33.687744140625rem;left:26.998291015625rem;height:4.87305rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DayE0MAcsTHZdGlkwifJF64xB7socneX { box-sizing:content-box;height:5.625rem;width:28.125rem;position:absolute;display:block;z-index:15026;background-color:#f6f6f6;background-image:none;top:71.75rem;left:38.875rem;border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;display:block; }
#XFnaqZvHA49MqSp4LCREWRllLHdss7o8 { box-sizing:content-box;height:5.625rem;width:28.125rem;position:absolute;display:block;z-index:15022;background-color:#f6f6f6;background-image:none;top:78.5625rem;left:7.375rem;border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;display:block; }
#IN8xdDz86Q9xuh3QuGylgIl52TfOu6Wd { color:#3f3f3f;display:block;width:19.7485625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:72.125rem;left:43rem;height:4.87305rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fiSFOwxLTMXte8NNNOti3qyDPxMUi5pU { color:#3f3f3f;display:block;width:17.187rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:79.875rem;left:13.1875rem;height:3.2487rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kQ6AquDKrzdO9bGSaXwlh62iCAHtE0XG { box-sizing:content-box;height:5.625rem;width:28.125rem;position:absolute;display:block;z-index:15024;background-color:#f6f6f6;background-image:none;top:71.75rem;left:6.75rem;border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;display:block; }
#u8gmufxUzGd4pcf8m6ol8DH07AqW2QIw { color:#3f3f3f;display:block;width:24.4995rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:72.9375rem;left:8.5rem;height:3.24935rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bWwSNdWQESOcfnxrIwLEMhALi6FkdURa { box-sizing:content-box;height:5.625rem;width:28.125rem;position:absolute;display:block;z-index:15030;background-color:#f6f6f6;background-image:none;top:78.5625rem;left:38.875rem;border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;display:block; }
#r2405reL047NBmqlOwG9wQIZnUkTdITf { color:#3f3f3f;display:block;width:21.999rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:79.75rem;left:41.6875rem;height:3.2487rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Qrr1GEoEybnw8arpKIM5okEUeS6insCP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),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; }#Qrr1GEoEybnw8arpKIM5okEUeS6insCP > .row .container { background-color: transparent; background-image: none; }#Qrr1GEoEybnw8arpKIM5okEUeS6insCP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qrr1GEoEybnw8arpKIM5okEUeS6insCP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qrr1GEoEybnw8arpKIM5okEUeS6insCP > .row .container > .video-iframe-container { display: none; }#Qrr1GEoEybnw8arpKIM5okEUeS6insCP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qrr1GEoEybnw8arpKIM5okEUeS6insCP > .row > .video-iframe-container { display: none; }#Qrr1GEoEybnw8arpKIM5okEUeS6insCP > .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); }#Qrr1GEoEybnw8arpKIM5okEUeS6insCP > .row .container { border-width: 0; border-radius: 0; }#Qrr1GEoEybnw8arpKIM5okEUeS6insCP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Qrr1GEoEybnw8arpKIM5okEUeS6insCP > .row .container { font-size:0.875rem;font-family:arial;height:58.1875rem;width:75rem;position:relative;display:block; }#SMDKsDF7T4UrJqlVGi4KTl7TXCaZ5kvc { box-sizing:content-box;height:3.9360375rem;width:30.6855625rem;position:absolute;display:block;z-index:15039;background-color:#f6f6f6;background-image:none;top:1.5625rem;left:2.6875rem;border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;display:block; }
#B8irvaE9ZPe2GKAk6UvzzqLlpLxTs8K3 { color:#3f3f3f;display:block;width:26.3730625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:400;z-index:15043;line-height:1.3;letter-spacing:0;top:2.2705078125rem;left:4.84375rem;height:2.51855625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ywXlLvl7a5sM98HoDmcoeegfaHDFneH6 { color:#3f3f3f;display:block;width:34.437rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:2.2705078125rem;left:34.99951171875rem;height:2.51855625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JAGkGwe8wpLX56Uf6IaS90kyeB5ZAtwX { box-sizing:content-box;height:3.9360375rem;width:30.6855625rem;position:absolute;display:block;z-index:15051;background-color:#f6f6f6;background-image:none;top:6.9375rem;left:2.6875rem;border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;display:block; }
#g764vW0FCrTpVmT5VBI00FZg0fL5h4nc { color:#3f3f3f;display:block;width:26.3745rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:400;z-index:15055;line-height:1.3;letter-spacing:0;top:7.625rem;left:4.8125rem;height:2.51855625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PCmxkbeJKzOBIT8ZaABUOoanH6MfP0Uc { color:#99e000;display:block;width:59.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15022;line-height:1.2;letter-spacing:0;top:12.6240234375rem;left:2.6865234375rem;height:2.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#V0ME1tOmrBMka933GdKoxszzE9T5Tbsd { color:rgba(var(--color-tertiary-4),1);display:block;width:68.373125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:19.249130249024rem;left:3.9995670318604rem;height:7.434875rem;font-style:normal;display:block; }#V0ME1tOmrBMka933GdKoxszzE9T5Tbsd li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#V0ME1tOmrBMka933GdKoxszzE9T5Tbsd li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ad821b452804d2facbf2577e6a955cff0d9aec36.svg); }
#MGzvxAUKZdhwLsHSylM9BygtKJXrBlpt { color:rgba(var(--color-tertiary-4),1);display:block;width:68.373125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:16.999786376953rem;left:2.6866321563721rem;height:;font-style:normal;display:block; }#MGzvxAUKZdhwLsHSylM9BygtKJXrBlpt li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#MGzvxAUKZdhwLsHSylM9BygtKJXrBlpt li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c612b33e5327c1e4ad8f52338c4ba3693b27c1ca.svg); }
#CM131dAxL6nBf1stJV8uX34ISAQczcB0 { box-sizing:content-box;height:4.5rem;width:37.6245rem;position:absolute;display:block;z-index:15045;background-color:#f6f6f6;background-image:none;top:50.3125rem;left:18.0625rem;border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;border-top:0.0625rem solid #99e000;border-left:0.0625rem solid #99e000;border-right:0.0625rem solid #99e000;border-bottom:0.0625rem solid #99e000;display:block; }
#vBV1ABbgST813FGbUFRdXH2XOPDsnrpO { color:#99e000;display:block;width:30.999rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15049;line-height:1.3;letter-spacing:0;top:50.9375rem;left:21.375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lFOrTldASdTWeHtQwKpWwKW6eocfQTSW { color:#99e000;display:block;width:17.562rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15023;line-height:1.2;letter-spacing:0;top:7.77978515625rem;left:34.99951171875rem;height:2.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TeCLmhFtJ3PkATGqiirh5bpUT5girFUK { color:rgba(var(--color-tertiary-4),1);display:block;width:68.3725rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:27.916666030884rem;left:2.6875rem;height:3.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bGBWS7KKZyWkvbRnBA0yZkQNaUx6gl1M { box-sizing:content-box;height:5.625rem;width:28.125rem;position:absolute;display:block;z-index:15038;background-color:#f6f6f6;background-image:none;top:34.4375rem;left:6.9375rem;border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;display:block; }
#MLdKgB4RXqts9tVBx2o1alNHSKw3Q9Up { color:#3f3f3f;display:block;width:24.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:34.8125rem;left:8.625rem;height:4.8737rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vU3JZScJyL5m5y87QCXUzR5zLel6pQ1B { box-sizing:content-box;height:5.625rem;width:28.125rem;position:absolute;display:block;z-index:15034;background-color:#f6f6f6;background-image:none;top:34.4375rem;left:38.9375rem;border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;display:block; }
#Ds2Enp2lLTGikp0LnWbyTTnx6AOCO87m { color:#3f3f3f;display:block;width:21.749125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;top:34.812283992767rem;left:42.123481750488rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MZIM2PMsG0PoZEGEz3a7mWn7GaQZ7OOy { box-sizing:content-box;height:5.625rem;width:28.125rem;position:absolute;display:block;z-index:15036;background-color:#f6f6f6;background-image:none;top:41.3125rem;left:22.8125rem;border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;display:block; }
#wkfQry11lTWRDEXEombswzDn92lXS0JX { color:#3f3f3f;display:block;width:22.312rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15046;line-height:1.3;letter-spacing:0;top:41.6875rem;left:25.75rem;height:4.87305rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pKNWxOzXflW05x0iuJdxCwVhkLuER1HU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),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; }#pKNWxOzXflW05x0iuJdxCwVhkLuER1HU > .row .container { background-color: transparent; background-image: none; }#pKNWxOzXflW05x0iuJdxCwVhkLuER1HU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pKNWxOzXflW05x0iuJdxCwVhkLuER1HU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pKNWxOzXflW05x0iuJdxCwVhkLuER1HU > .row .container > .video-iframe-container { display: none; }#pKNWxOzXflW05x0iuJdxCwVhkLuER1HU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pKNWxOzXflW05x0iuJdxCwVhkLuER1HU > .row > .video-iframe-container { display: none; }#pKNWxOzXflW05x0iuJdxCwVhkLuER1HU > .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); }#pKNWxOzXflW05x0iuJdxCwVhkLuER1HU > .row .container { border-width: 0; border-radius: 0; }#pKNWxOzXflW05x0iuJdxCwVhkLuER1HU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pKNWxOzXflW05x0iuJdxCwVhkLuER1HU > .row .container { font-size:0.875rem;font-family:arial;height:42.625rem;width:75rem;position:relative;display:block; }#WeobsmguvJ8auGonPRrq7cmHncpyL68R { box-sizing:content-box;height:4.5rem;width:47.8725625rem;position:absolute;display:block;z-index:15064;background-color:#f6f6f6;background-image:none;top:34.6875rem;left:13.625rem;border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;border-top:0.0625rem solid #99e000;border-left:0.0625rem solid #99e000;border-right:0.0625rem solid #99e000;border-bottom:0.0625rem solid #99e000;display:block; }
#gKouduQWw1QrUeliI4hNxaT1yKWOqf8T { color:#99e000;display:block;width:41.5605625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15068;line-height:1.3;letter-spacing:0;top:35.3125rem;left:16.75rem;height:3.2487rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vBtTbOcNIANrrGsEJ5mSnDfJVuWfwEBc { color:rgba(var(--color-tertiary-4),1);display:block;width:68.373125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15049;line-height:1.3;letter-spacing:0;top:14.436218261719rem;left:3.9986991882324rem;height:5.49805rem;font-style:normal;display:block; }#vBtTbOcNIANrrGsEJ5mSnDfJVuWfwEBc li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#vBtTbOcNIANrrGsEJ5mSnDfJVuWfwEBc li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ad821b452804d2facbf2577e6a955cff0d9aec36.svg); }
#IELuSGKrJzUyIM1DIPhP9tv65sNF2Toz { color:rgba(var(--color-tertiary-4),1);display:block;width:68.373125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15048;line-height:1.3;letter-spacing:0;top:12.186218261719rem;left:2.6861991882324rem;height:;font-style:normal;display:block; }#IELuSGKrJzUyIM1DIPhP9tv65sNF2Toz li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#IELuSGKrJzUyIM1DIPhP9tv65sNF2Toz li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c612b33e5327c1e4ad8f52338c4ba3693b27c1ca.svg); }
#GwxT0gCXT91eWlnE18Ta6RVEKczRL9rn { color:#99e000;display:block;width:64.74625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15041;line-height:1.2;letter-spacing:0;top:7.49951171875rem;left:2.4990234375rem;height:2.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eVifVOcG2UTl0qpOv0awSAusRHmvD5bC { box-sizing:content-box;height:3.9360375rem;width:30.6855625rem;position:absolute;display:block;z-index:15070;background-color:#f6f6f6;background-image:none;top:1.6875rem;left:2.5rem;border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;display:block; }
#TUlyZxP0uakm7AeTM9lmcqNd682TpoDV { color:#3f3f3f;display:block;width:26.374rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:400;z-index:15074;line-height:1.3;letter-spacing:0;top:2.3955078125rem;left:4.654296875rem;height:2.51855625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UNDNk1fI5KMQAQqz8cRtfthMzwcosDeD { color:#99e000;display:block;width:26.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15042;line-height:1.2;letter-spacing:0;top:2.52978515625rem;left:35.12255859375rem;height:2.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fdkVKJu0UbqXtNvHyrAQKXHtORinB2uy { color:rgba(var(--color-tertiary-4),1);display:block;width:68.3725rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:21.541667938233rem;left:2.4986991882324rem;height:3.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lk2SMTOl3iuLUyvnOHK38S2Z6h1ieFFV { box-sizing:content-box;height:5.625rem;width:28.125rem;position:absolute;display:block;z-index:15042;background-color:#f6f6f6;background-image:none;top:26.5625rem;left:7.0625rem;border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;display:block; }
#WKu5es1Q1gfRCRDi50UWTwaGvGZMXh5O { color:#3f3f3f;display:block;width:24.4983125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15056;line-height:1.3;letter-spacing:0;top:26.9375rem;left:9.125rem;height:4.8737rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wT1e4lhXpOmFpa6km0lXsmQMF8AGxpov { box-sizing:content-box;height:5.625rem;width:28.125rem;position:absolute;display:block;z-index:15044;background-color:#f6f6f6;background-image:none;top:26.5625rem;left:39.1875rem;border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;display:block; }
#nC7vGovkosmMMnlzqutynPXM6sV8kCQ3 { color:#3f3f3f;display:block;width:24.4983125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15058;line-height:1.3;letter-spacing:0;top:26.9375rem;left:41.25rem;height:4.8737rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#q2Jl8hFKt5TmVtTPO5sQ3LF2sTp0dO1o { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),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; }#q2Jl8hFKt5TmVtTPO5sQ3LF2sTp0dO1o > .row .container { background-color: transparent; background-image: none; }#q2Jl8hFKt5TmVtTPO5sQ3LF2sTp0dO1o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q2Jl8hFKt5TmVtTPO5sQ3LF2sTp0dO1o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q2Jl8hFKt5TmVtTPO5sQ3LF2sTp0dO1o > .row .container > .video-iframe-container { display: none; }#q2Jl8hFKt5TmVtTPO5sQ3LF2sTp0dO1o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q2Jl8hFKt5TmVtTPO5sQ3LF2sTp0dO1o > .row > .video-iframe-container { display: none; }#q2Jl8hFKt5TmVtTPO5sQ3LF2sTp0dO1o > .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); }#q2Jl8hFKt5TmVtTPO5sQ3LF2sTp0dO1o > .row .container { border-width: 0; border-radius: 0; }#q2Jl8hFKt5TmVtTPO5sQ3LF2sTp0dO1o > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q2Jl8hFKt5TmVtTPO5sQ3LF2sTp0dO1o > .row .container { font-size:0.875rem;font-family:arial;height:57.1875rem;width:75rem;position:relative;display:block; }#BBqx0v0U4ReDqsgH0xEffTaTdOSQRqnV { box-sizing:content-box;height:4.5rem;width:47.8725625rem;position:absolute;display:block;z-index:15064;background-color:#f6f6f6;background-image:none;top:49.125rem;left:13.5rem;border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;border-top:0.0625rem solid #99e000;border-left:0.0625rem solid #99e000;border-right:0.0625rem solid #99e000;border-bottom:0.0625rem solid #99e000;display:block; }
#i382LGHUW4x74wpx7RoKmfvPkOOJ0eCF { color:rgba(var(--color-tertiary-4),1);display:block;width:68.373125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15049;line-height:1.3;letter-spacing:0;top:19.561195373535rem;left:4.5611991882324rem;height:7.434875rem;font-style:normal;display:block; }#i382LGHUW4x74wpx7RoKmfvPkOOJ0eCF li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#i382LGHUW4x74wpx7RoKmfvPkOOJ0eCF li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ad821b452804d2facbf2577e6a955cff0d9aec36.svg); }
#fJyFA71Tq1gnOh3nSveodmkLgXZ9qPZO { color:rgba(var(--color-tertiary-4),1);display:block;width:68.373125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15048;line-height:1.3;letter-spacing:0;top:17.311195373535rem;left:3.2486991882324rem;height:;font-style:normal;display:block; }#fJyFA71Tq1gnOh3nSveodmkLgXZ9qPZO li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#fJyFA71Tq1gnOh3nSveodmkLgXZ9qPZO li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c612b33e5327c1e4ad8f52338c4ba3693b27c1ca.svg); }
#mp5qtd61oVsUOxTHniaT6UT4XOdGOvCo { color:#99e000;display:block;width:64.74625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15041;line-height:1.2;letter-spacing:0;top:12.623695373535rem;left:2.4986991882324rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CrOhtuiGBHxsK97qHVwVO4f2LPDfFRXJ { box-sizing:content-box;height:3.9360375rem;width:30.6855625rem;position:absolute;display:block;z-index:15070;background-color:#f6f6f6;background-image:none;top:6.8125rem;left:2.5rem;border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;display:block; }
#UIZqOuE0x18BOO2tpXKE8AAX1kUC2k84 { color:#3f3f3f;display:block;width:26.374rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:400;z-index:15074;line-height:1.3;letter-spacing:0;top:7.51953125rem;left:4.6536483764649rem;height:2.51855625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wDK7IQLCT1BJOFNoQPUfm4JMnWRFudpn { color:#99e000;display:block;width:26.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15042;line-height:1.2;letter-spacing:0;top:7.65364074707rem;left:35.122398376465rem;height:2.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JcehTBErXeq6tLRPJ5Awsz5JICsv9wOb { color:#3f3f3f;display:block;width:29.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:400;z-index:15046;line-height:1.3;letter-spacing:0;top:2.5rem;left:34.9375rem;height:2.51855625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Q2OZp6ZpSpdxKdFwxukfkh6x2o85Frtm { color:#3f3f3f;display:block;width:20.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:400;z-index:15049;line-height:1.3;letter-spacing:0;top:2.5625rem;left:7.4375rem;height:2.51855625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nC4pJIsAA4ZQk2zXNc5xKrfR8ukhcgc2 { box-sizing:content-box;height:3.93489375rem;width:30.684875rem;position:absolute;display:block;z-index:15045;background-color:#f6f6f6;background-image:none;top:1.8125rem;left:2.5rem;border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;display:block; }
#Qu1p8b4r8IahaCLcxzn4RyDlRscNoIgf { color:rgba(var(--color-tertiary-4),1);display:block;width:68.3725rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:28.604167938233rem;left:3.3125rem;height:3.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nmbPXhNEl5l5McWGSXiy7V9DgApE1aNx { color:#99e000;display:block;width:42.68675rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15072;line-height:1.3;letter-spacing:0;top:49.75rem;left:16.0625rem;height:3.2487rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LuFfkvlsNMp8ZTfTrT1XtkZU5JN4arp0 { box-sizing:content-box;height:5.625rem;width:28.125rem;position:absolute;display:block;z-index:15042;background-color:#f6f6f6;background-image:none;top:33.25rem;left:39.1875rem;border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;display:block; }
#DZXQytIslME76rerhLJuxMUbLT86aFyy { color:#3f3f3f;display:block;width:21.6235625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15046;line-height:1.3;letter-spacing:0;top:33.75rem;left:42.625rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JDn2U76SBLLmdkTyvyuxIEUoud3v3aVw { box-sizing:content-box;height:5.625rem;width:28.125rem;position:absolute;display:block;z-index:15044;background-color:#f6f6f6;background-image:none;top:33.5625rem;left:7.4375rem;border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;display:block; }
#XTt9d4N6d5UJa7CIRAzXCu0XNi7xr3pG { color:#3f3f3f;display:block;width:22.3108125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15054;line-height:1.3;letter-spacing:0;top:33.9375rem;left:10.3125rem;height:4.87435rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PtJXwkCIUp3W7xQcGmKpQkztvTGMnCes { box-sizing:content-box;height:5.625rem;width:28.125rem;position:absolute;display:block;z-index:15052;background-color:#f6f6f6;background-image:none;top:40.125rem;left:23.4375rem;border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;display:block; }
#T8ueM9ch2uSr7aVxlT6T2MTTSkT9Ho1P { color:#3f3f3f;display:block;width:24.4983125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15066;line-height:1.3;letter-spacing:0;top:40.5rem;left:25.5625rem;height:4.87305rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kvSLe2V9sOHHl6uMngGwDeRLerilWQ7T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),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; }#kvSLe2V9sOHHl6uMngGwDeRLerilWQ7T > .row .container { background-color: transparent; background-image: none; }#kvSLe2V9sOHHl6uMngGwDeRLerilWQ7T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kvSLe2V9sOHHl6uMngGwDeRLerilWQ7T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kvSLe2V9sOHHl6uMngGwDeRLerilWQ7T > .row .container > .video-iframe-container { display: none; }#kvSLe2V9sOHHl6uMngGwDeRLerilWQ7T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kvSLe2V9sOHHl6uMngGwDeRLerilWQ7T > .row > .video-iframe-container { display: none; }#kvSLe2V9sOHHl6uMngGwDeRLerilWQ7T > .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); }#kvSLe2V9sOHHl6uMngGwDeRLerilWQ7T > .row .container { border-width: 0; border-radius: 0; }#kvSLe2V9sOHHl6uMngGwDeRLerilWQ7T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kvSLe2V9sOHHl6uMngGwDeRLerilWQ7T > .row .container { font-size:0.875rem;font-family:arial;height:49.625rem;width:75rem;position:relative;display:block; }#s0aJB8vQmlLZG0ymOhuuaoV9IwtQOhWa { box-sizing:content-box;height:4.5rem;width:37.6245rem;position:absolute;display:block;z-index:15067;background-color:#f6f6f6;background-image:none;top:41.1875rem;left:18.6875rem;border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;border-top:0.0625rem solid #99e000;border-left:0.0625rem solid #99e000;border-right:0.0625rem solid #99e000;border-bottom:0.0625rem solid #99e000;display:block; }
#qBsw79x7NZmT8SK36JASBm9pxkL0UAkE { color:#99e000;display:block;width:30.999rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15071;line-height:1.3;letter-spacing:0;top:41.8125rem;left:22rem;height:3.24935rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JvMFsPAGeUSEtSVUeIhxeJhPvm5vmo5f { color:rgba(var(--color-tertiary-4),1);display:block;width:68.373125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15052;line-height:1.3;letter-spacing:0;top:18.687484741211rem;left:4.6245670318604rem;height:7.434875rem;font-style:normal;display:block; }#JvMFsPAGeUSEtSVUeIhxeJhPvm5vmo5f li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#JvMFsPAGeUSEtSVUeIhxeJhPvm5vmo5f li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ad821b452804d2facbf2577e6a955cff0d9aec36.svg); }
#xkCygwtbbS1kik9pomyArTl2AJwzeJQ3 { color:rgba(var(--color-tertiary-4),1);display:block;width:68.373125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15051;line-height:1.3;letter-spacing:0;top:16.437057495118rem;left:3.3116321563721rem;height:1.625rem;font-style:normal;display:block; }#xkCygwtbbS1kik9pomyArTl2AJwzeJQ3 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#xkCygwtbbS1kik9pomyArTl2AJwzeJQ3 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c612b33e5327c1e4ad8f52338c4ba3693b27c1ca.svg); }
#m0o1rSgGTncS0vgsD50mmoXcZ900iMQp { color:#99e000;display:block;width:59.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15044;line-height:1.2;letter-spacing:0;top:12.4365234375rem;left:3.31201171875rem;height:2.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tDSHioVpbNq0P6AWOiSME12ireS2UZfl { box-sizing:content-box;height:3.9360375rem;width:30.6855625rem;position:absolute;display:block;z-index:15073;background-color:#f6f6f6;background-image:none;top:6.8125rem;left:3.3125rem;border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;display:block; }
#gOw2e9El5DAehb28CauLaxlvqW0uSVOG { color:#3f3f3f;display:block;width:26.374rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:400;z-index:15077;line-height:1.3;letter-spacing:0;top:7.5205078125rem;left:5.46875rem;height:2.51855625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#v9uotP3srsKDnSB9iPfGk90AKqU3M3Uv { color:#3f3f3f;display:block;width:34.437rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:2.6455078125rem;left:35.37451171875rem;height:2.51855625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LC64wKTHD7ORwkrfGt2EyL4BZnoK9JGT { box-sizing:content-box;height:3.9360375rem;width:30.6855625rem;position:absolute;display:block;z-index:15061;background-color:#f6f6f6;background-image:none;top:1.9375rem;left:3rem;border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;display:block; }
#gHoyTVKXpcf97w28CLt3IcGp41KOQawX { color:#3f3f3f;display:block;width:26.374rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:400;z-index:15065;line-height:1.3;letter-spacing:0;top:2.6455078125rem;left:5.46875rem;height:2.51855625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W6PTTWOK7ofOCNZ7EoIuhqQIfGQJmA4k { color:#99e000;display:block;width:26.937rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15045;line-height:1.2;letter-spacing:0;top:7.65380859375rem;left:35.37451171875rem;height:2.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DPPdP6aCzEahCmqWKvxLt6LVpQXcXVtE { box-sizing:content-box;height:5.625rem;width:28.125rem;position:absolute;display:block;z-index:15048;background-color:#f6f6f6;background-image:none;top:32.4375rem;left:39.5rem;border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;display:block; }
#xCHK21o7ZgtpO4EFEoHyrhXgwlasZf6J { color:#3f3f3f;display:block;width:22.3108125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15058;line-height:1.3;letter-spacing:0;top:32.8125rem;left:42.375rem;height:4.8737rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#l4ZNCsL7BHnDKuvMpaCwFswlRJZ3JzCT { box-sizing:content-box;height:5.625rem;width:28.125rem;position:absolute;display:block;z-index:15054;background-color:#f6f6f6;background-image:none;top:32.4375rem;left:7.375rem;border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;display:block; }
#ol4RMiwh0ZEDy54pXMmyKeL575On1HAx { color:#3f3f3f;display:block;width:24.4983125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15068;line-height:1.3;letter-spacing:0;top:32.8125rem;left:9.25rem;height:4.87305rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mgCbGTulFBNh4G9ZVh3JbPvetdqoWq7t { color:rgba(var(--color-tertiary-4),1);display:block;width:68.3725rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:27.419923782349rem;left:3.2491321563721rem;height:3.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TVvqyLD9rXBBA7NWXfbkJRTT86BlbXek { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),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; }#TVvqyLD9rXBBA7NWXfbkJRTT86BlbXek > .row .container { background-color: transparent; background-image: none; }#TVvqyLD9rXBBA7NWXfbkJRTT86BlbXek::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVvqyLD9rXBBA7NWXfbkJRTT86BlbXek > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVvqyLD9rXBBA7NWXfbkJRTT86BlbXek > .row .container > .video-iframe-container { display: none; }#TVvqyLD9rXBBA7NWXfbkJRTT86BlbXek > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVvqyLD9rXBBA7NWXfbkJRTT86BlbXek > .row > .video-iframe-container { display: none; }#TVvqyLD9rXBBA7NWXfbkJRTT86BlbXek > .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); }#TVvqyLD9rXBBA7NWXfbkJRTT86BlbXek > .row .container { border-width: 0; border-radius: 0; }#TVvqyLD9rXBBA7NWXfbkJRTT86BlbXek > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TVvqyLD9rXBBA7NWXfbkJRTT86BlbXek > .row .container { font-size:0.875rem;font-family:arial;height:48.6875rem;width:75rem;position:relative;display:block; }#KFGRWmfHVT8itg7UGwwCKEbyCEdSkLce { box-sizing:content-box;height:4.5rem;width:37.625rem;position:absolute;display:block;z-index:15086;background-color:#f6f6f6;background-image:none;top:42.25rem;left:20.1875rem;border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;border-top:0.0625rem solid #99e000;border-left:0.0625rem solid #99e000;border-right:0.0625rem solid #99e000;border-bottom:0.0625rem solid #99e000;display:block; }
#MUOZOsdrfAH0mIBMUy5U73uyA4exnwko { color:#99e000;display:block;width:30.999375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15090;line-height:1.3;letter-spacing:0;top:42.875rem;left:23.5rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EkUrqFGWFh3gbRCCXTSBi0NCwXH0Dh0C { color:rgba(var(--color-tertiary-4),1);display:block;width:68.373125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15071;line-height:1.3;letter-spacing:0;top:13.374786376953rem;left:4.8122825622559rem;height:7.434875rem;font-style:normal;display:block; }#EkUrqFGWFh3gbRCCXTSBi0NCwXH0Dh0C li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#EkUrqFGWFh3gbRCCXTSBi0NCwXH0Dh0C li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ad821b452804d2facbf2577e6a955cff0d9aec36.svg); }
#IOii0e8Zxl1poCwdmTtKXxSxp74hlJ6Z { color:rgba(var(--color-tertiary-4),1);display:block;width:68.373125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15070;line-height:1.3;letter-spacing:0;top:11.124359130859rem;left:3.4993495941162rem;height:;font-style:normal;display:block; }#IOii0e8Zxl1poCwdmTtKXxSxp74hlJ6Z li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#IOii0e8Zxl1poCwdmTtKXxSxp74hlJ6Z li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c612b33e5327c1e4ad8f52338c4ba3693b27c1ca.svg); }
#Utr1AifQxcuriKvJqF41TievpuU55uDq { color:#99e000;display:block;width:59.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15063;line-height:1.2;letter-spacing:0;top:6.8125rem;left:3.5rem;height:2.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fnBTQNbegTTc7p5T8cAKhsv4CCdpB0Ao { color:#99e000;display:block;width:27.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15064;line-height:1.2;letter-spacing:0;top:2.6875rem;left:35.5625rem;height:2.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bfcp3VJbk9HNHlX4MFnPPLdhXtF46HoO { color:#3f3f3f;display:block;width:26.374rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:400;z-index:15096;line-height:1.3;letter-spacing:0;top:2.552734375rem;left:5.341796875rem;height:2.51855625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pNO86X3RS8BKilJqTEfnCgLzM9LTDrTF { box-sizing:content-box;height:3.9360375rem;width:30.6855625rem;position:absolute;display:block;z-index:15092;background-color:#f6f6f6;background-image:none;top:1.875rem;left:3.1875rem;border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;display:block; }
#JPnNc1tVObLoPJA1rsismTHkA4MWvylN { box-sizing:content-box;height:5.625rem;width:28.125rem;position:absolute;display:block;z-index:15052;background-color:#f6f6f6;background-image:none;top:26.625rem;left:41rem;border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;display:block; }
#ZpiZfPZTcFISwTqTGRPLV8EPniEWqmdQ { color:#3f3f3f;display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15062;line-height:1.3;letter-spacing:0;top:27rem;left:42.5625rem;height:4.87305rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EOBytSLxcHo0r7aZuB0M5fv46sbq6JRU { box-sizing:content-box;height:5.625rem;width:28.125rem;position:absolute;display:block;z-index:15058;background-color:#f6f6f6;background-image:none;top:26.625rem;left:8.875rem;border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;display:block; }
#D7TkR95O6NRPfQSSX9L2JQ9xDOOlhuCM { color:#3f3f3f;display:block;width:24.4983125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15072;line-height:1.3;letter-spacing:0;top:27rem;left:10.75rem;height:4.8737rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mvTgFvJ10TSDx732XN7a4sZMLW6gxlvo { color:rgba(var(--color-tertiary-4),1);display:block;width:68.3725rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:21.606986999512rem;left:3.3127174377441rem;height:3.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CwTCigVHXOSoqs2VL4Z34h0H4JBzbyEG { box-sizing:content-box;height:5.625rem;width:28.125rem;position:absolute;display:block;z-index:15054;background-color:#f6f6f6;background-image:none;top:33.5rem;left:25rem;border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;display:block; }
#HRem9Vnkr8OBFQd9SmFyro5Mz8Oy6Cb0 { color:#3f3f3f;display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15064;line-height:1.3;letter-spacing:0;top:33.875rem;left:26.5625rem;height:4.8737rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BzWBGBKb3wkTDPdIr0avxOy4ZOGSeogv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),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; }#BzWBGBKb3wkTDPdIr0avxOy4ZOGSeogv > .row .container { background-color: transparent; background-image: none; }#BzWBGBKb3wkTDPdIr0avxOy4ZOGSeogv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BzWBGBKb3wkTDPdIr0avxOy4ZOGSeogv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BzWBGBKb3wkTDPdIr0avxOy4ZOGSeogv > .row .container > .video-iframe-container { display: none; }#BzWBGBKb3wkTDPdIr0avxOy4ZOGSeogv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BzWBGBKb3wkTDPdIr0avxOy4ZOGSeogv > .row > .video-iframe-container { display: none; }#BzWBGBKb3wkTDPdIr0avxOy4ZOGSeogv > .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); }#BzWBGBKb3wkTDPdIr0avxOy4ZOGSeogv > .row .container { border-width: 0; border-radius: 0; }#BzWBGBKb3wkTDPdIr0avxOy4ZOGSeogv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BzWBGBKb3wkTDPdIr0avxOy4ZOGSeogv > .row .container { font-size:0.875rem;font-family:arial;height:51.3125rem;width:75rem;position:relative;display:block; }#bA4qwTZQoR5gZJXcaW5zVwCbAZeGcHOe { color:rgba(var(--color-tertiary-4),1);display:block;width:68.373125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15091;line-height:1.3;letter-spacing:0;top:13.0625rem;left:4.6875rem;height:3.5612rem;font-style:normal;display:block; }#bA4qwTZQoR5gZJXcaW5zVwCbAZeGcHOe li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#bA4qwTZQoR5gZJXcaW5zVwCbAZeGcHOe li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ad821b452804d2facbf2577e6a955cff0d9aec36.svg); }
#y8VJ3kCV26awaQQISQFwn1BiHOwVa3n3 { color:rgba(var(--color-tertiary-4),1);display:block;width:68.373125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15090;line-height:1.3;letter-spacing:0;top:10.812072753906rem;left:3.3745670318604rem;height:1.625rem;font-style:normal;display:block; }#y8VJ3kCV26awaQQISQFwn1BiHOwVa3n3 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#y8VJ3kCV26awaQQISQFwn1BiHOwVa3n3 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c612b33e5327c1e4ad8f52338c4ba3693b27c1ca.svg); }
#wRbUpM7PcPMwaZF2HqExFxcxzpFA7LyJ { color:#99e000;display:block;width:59.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15083;line-height:1.2;letter-spacing:0;top:6.31201171875rem;left:3.375rem;height:2.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OKZpWafwXbUpB4LIAGtwE79xH7xO8Prt { box-sizing:content-box;height:4.5rem;width:37.6245rem;position:absolute;display:block;z-index:15106;background-color:#f6f6f6;background-image:none;top:26.625rem;left:18.6875rem;border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;border-top:0.0625rem solid #99e000;border-left:0.0625rem solid #99e000;border-right:0.0625rem solid #99e000;border-bottom:0.0625rem solid #99e000;display:block; }
#uvrUM6WzIC5V2LAOh8hRK5B017LmzCBW { color:#99e000;display:block;width:30.999rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15110;line-height:1.3;letter-spacing:0;top:27.25rem;left:22rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KXH7fD5H8ZnNAam4goo2Itv3bPeahqVW { box-sizing:content-box;height:3.9360375rem;width:30.6855625rem;position:absolute;display:block;z-index:15042;background-color:#f6f6f6;background-image:none;top:34.6875rem;left:3.375rem;border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;display:block; }
#bcE9XhU3lpaL5KNtsn5KN5nlqv0VdJOc { color:#3f3f3f;display:block;width:20.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:400;z-index:15046;line-height:1.3;letter-spacing:0;top:35.375rem;left:8.3125rem;height:2.51855625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nWvE53le7r9D8B7xehfi724ryzhCFy2d { box-sizing:content-box;height:3.9360375rem;width:30.6855625rem;position:absolute;display:block;z-index:15115;background-color:#f6f6f6;background-image:none;top:40.4375rem;left:3.375rem;border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;display:block; }
#ssZJiaq7pe7KfU84pvpxsG22PLBWaKVc { color:#99e000;display:block;width:63.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15086;line-height:1.2;letter-spacing:0;top:45.5625rem;left:3.375rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#emTvb7tWQWEIcf2U1FBof4rHLGiPDNrZ { color:#3f3f3f;display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:400;z-index:15119;line-height:1.3;letter-spacing:0;top:41.125rem;left:7.375rem;height:2.51855625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ebu0IN0EweCIWPJk0Qzg1oQ86wClSDLy { color:#3f3f3f;display:block;width:29.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:400;z-index:15043;line-height:1.3;letter-spacing:0;top:35.375rem;left:35.8125rem;height:2.51855625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vRgh015M1G28qKdGyRcJ4npknLsDe3Bt { color:#99e000;display:block;width:24.999rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15084;line-height:1.2;letter-spacing:0;top:2.3125rem;left:35.5rem;height:2.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#L8a3QUWefwFkgK1NpJZvG8BoNUDl1m2X { box-sizing:content-box;height:3.9360375rem;width:30.6855625rem;position:absolute;display:block;z-index:15112;background-color:#f6f6f6;background-image:none;top:1.5rem;left:3.375rem;border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;display:block; }
#yRybTuUqAqv4TTtTrzGlHhx6PyER8z2W { color:#3f3f3f;display:block;width:26.374rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:400;z-index:15116;line-height:1.3;letter-spacing:0;top:2.177734375rem;left:5.529296875rem;height:2.51855625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lSDAiQRgOfTF3aTkJyPXP8lmU0PwHReX { color:#99e000;display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15087;line-height:1.2;letter-spacing:0;top:41.25rem;left:35.9375rem;height:2.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oLkAT4lJQHbLVC8fMvpP0A1xHLao5BIP { box-sizing:content-box;height:5.625rem;width:28.125rem;position:absolute;display:block;z-index:15046;background-color:#f6f6f6;background-image:none;top:17.875rem;left:23.4375rem;border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;display:block; }
#zflrK6ZKnbavB0SG1S9xN2PsTTHAxZ9y { color:#3f3f3f;display:block;width:24.4983125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15060;line-height:1.3;letter-spacing:0;top:18.25rem;left:25.25rem;height:4.8737rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NmX7HLFPNTWbwrrWib22862yL6DQF3hl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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; }#NmX7HLFPNTWbwrrWib22862yL6DQF3hl > .row .container { background-color: transparent; background-image: none; }#NmX7HLFPNTWbwrrWib22862yL6DQF3hl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NmX7HLFPNTWbwrrWib22862yL6DQF3hl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NmX7HLFPNTWbwrrWib22862yL6DQF3hl > .row .container > .video-iframe-container { display: none; }#NmX7HLFPNTWbwrrWib22862yL6DQF3hl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NmX7HLFPNTWbwrrWib22862yL6DQF3hl > .row > .video-iframe-container { display: none; }#NmX7HLFPNTWbwrrWib22862yL6DQF3hl > .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); }#NmX7HLFPNTWbwrrWib22862yL6DQF3hl > .row .container { border-width: 0; border-radius: 0; }#NmX7HLFPNTWbwrrWib22862yL6DQF3hl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NmX7HLFPNTWbwrrWib22862yL6DQF3hl > .row .container { font-size:0.875rem;font-family:arial;height:29rem;width:75rem;position:relative;display:block; }#hqHXqCoHqb6ufcaOn5MlDPDwGolVHrGQ .widget-form-header {  }
#hqHXqCoHqb6ufcaOn5MlDPDwGolVHrGQ .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:57.625rem;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; }
#hqHXqCoHqb6ufcaOn5MlDPDwGolVHrGQ .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),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:57.625rem;box-sizing:border-box;height:2.5625rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: none;vertical-align:top; }
#hqHXqCoHqb6ufcaOn5MlDPDwGolVHrGQ .widget-input-text {padding-top: 0; padding-bottom: 0;}#hqHXqCoHqb6ufcaOn5MlDPDwGolVHrGQ .widget-textarea { 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.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:57.625rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:montserrat;vertical-align:top; }
#hqHXqCoHqb6ufcaOn5MlDPDwGolVHrGQ .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);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:57.625rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;box-shadow: none;vertical-align:top; }
#hqHXqCoHqb6ufcaOn5MlDPDwGolVHrGQ .widget-input-select {padding-top: 0; padding-bottom: 0;}#hqHXqCoHqb6ufcaOn5MlDPDwGolVHrGQ .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; }
#hqHXqCoHqb6ufcaOn5MlDPDwGolVHrGQ .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#hqHXqCoHqb6ufcaOn5MlDPDwGolVHrGQ .widget-input-button { 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:#99e000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:57.625rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: none; }
#hqHXqCoHqb6ufcaOn5MlDPDwGolVHrGQ [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#hqHXqCoHqb6ufcaOn5MlDPDwGolVHrGQ [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#hqHXqCoHqb6ufcaOn5MlDPDwGolVHrGQ [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#hqHXqCoHqb6ufcaOn5MlDPDwGolVHrGQ [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#hqHXqCoHqb6ufcaOn5MlDPDwGolVHrGQ .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:56.4375rem;overflow:hidden;font-style:normal;float:none; }
#hqHXqCoHqb6ufcaOn5MlDPDwGolVHrGQ .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; }
#hqHXqCoHqb6ufcaOn5MlDPDwGolVHrGQ .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:rgba(var(--color-tertiary-4),1);overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#hqHXqCoHqb6ufcaOn5MlDPDwGolVHrGQ .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#hqHXqCoHqb6ufcaOn5MlDPDwGolVHrGQ .widget-container:first-of-type{padding-top:0;}#hqHXqCoHqb6ufcaOn5MlDPDwGolVHrGQ .widget-container:last-of-type{padding-bottom:0;}#hqHXqCoHqb6ufcaOn5MlDPDwGolVHrGQ  { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:57.625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:7.92236328125rem;left:7.435302734375rem; }
#hqHXqCoHqb6ufcaOn5MlDPDwGolVHrGQ .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:57.625rem;display:block;vertical-align:top; }
#hqHXqCoHqb6ufcaOn5MlDPDwGolVHrGQ .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#hqHXqCoHqb6ufcaOn5MlDPDwGolVHrGQ {display:block;}#hqHXqCoHqb6ufcaOn5MlDPDwGolVHrGQ { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:57.625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:7.92236328125rem;left:7.435302734375rem; }
#hqHXqCoHqb6ufcaOn5MlDPDwGolVHrGQ #UaBh8hiTrCA7odp3Ceyu4vCbZNMcrWex { position:relative; }
#hqHXqCoHqb6ufcaOn5MlDPDwGolVHrGQ #DIrvpFPrbIDd2niAbeHX79cGXdGcDyXr { position:relative;display:none; }
#hqHXqCoHqb6ufcaOn5MlDPDwGolVHrGQ #T5pqC7yewhD52pbAF7eKHaaI1let6Ng4 { position:relative; }
#hqHXqCoHqb6ufcaOn5MlDPDwGolVHrGQ #Db6TTdXc7zJtto7hqGdAWK81QVkQM1tz { position:relative; }
#hqHXqCoHqb6ufcaOn5MlDPDwGolVHrGQ #KLp4g1lxrMqEfA9MsZ63cTqeerwN5bJO { position:relative;display:none; }
#hqHXqCoHqb6ufcaOn5MlDPDwGolVHrGQ #Kxu9Asoq7PycBQOIGoAZlGTzFQFecis1 { position:relative; }
#hqHXqCoHqb6ufcaOn5MlDPDwGolVHrGQ #sMifRKGsxl5pwVEU0gZ4T49qgFxUid9L { position:relative; }
#hqHXqCoHqb6ufcaOn5MlDPDwGolVHrGQ #THMS5lC8mVXhTGexecncR8GDvviUOaLW { position:relative; }
#C7g1kMd7h5CPXPzGGBA2Ak2ITp0E78bl { color:#99e000;display:block;width:65.061875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:1.630859375rem;left:4.9674491882324rem;height:6.2988375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NAmpkZacbd7TsmUqAQTUwGQsahX5VXIQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),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; }#NAmpkZacbd7TsmUqAQTUwGQsahX5VXIQ > .row .container { background-color: transparent; background-image: none; }#NAmpkZacbd7TsmUqAQTUwGQsahX5VXIQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NAmpkZacbd7TsmUqAQTUwGQsahX5VXIQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NAmpkZacbd7TsmUqAQTUwGQsahX5VXIQ > .row .container > .video-iframe-container { display: none; }#NAmpkZacbd7TsmUqAQTUwGQsahX5VXIQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NAmpkZacbd7TsmUqAQTUwGQsahX5VXIQ > .row > .video-iframe-container { display: none; }#NAmpkZacbd7TsmUqAQTUwGQsahX5VXIQ > .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); }#NAmpkZacbd7TsmUqAQTUwGQsahX5VXIQ > .row .container { border-width: 0; border-radius: 0; }#NAmpkZacbd7TsmUqAQTUwGQsahX5VXIQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NAmpkZacbd7TsmUqAQTUwGQsahX5VXIQ > .row .container { font-size:0.875rem;font-family:arial;height:93.4375rem;width:75rem;position:relative;display:block; }#zWnJ8zyJRzSgy0qwakBd9w02AXrTNofl { color:rgba(var(--color-tertiary-2),1);display:block;width:12.9358125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;top:3.24951171875rem;left:2.843017578125rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hzQt7VZVlUTy1HfodQolZlP9NrpREtgw { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.37425rem;width:7.37425rem;top:5.4345703125rem;left:5.09033203125rem;overflow:hidden;display:block; }
#zBTmb2RH5CddeMeDQxRFNnZ9IRxCib2Q { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:8.625rem;top:83.375rem;left:1rem;overflow:hidden;display:block; }
#wqDkliV0fvHm2fMsvhc23USVHw6cQRPA { color:rgba(var(--color-tertiary-2),1);display:block;width:18.8733125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15002;line-height:1;letter-spacing:0;top:79.4375rem;left:29.4375rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vEahxJEvlUMT6ehHfC5JWHshrc1eND89 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:12.9375rem;top:83.6875rem;left:20.875rem;overflow:hidden;display:block; }
#J3O7uFvk8VUNeqrZ2Et4ixXTQg7rUaNS { position:absolute;display:block;z-index:15005;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:7.4353125rem;width:9.9353125rem;top:5.40283203125rem;left:28.10791015625rem;overflow:hidden;display:block; }
#Ir5gDUb0urm3R74eszWIgTqWbIEf7cmb { color:rgba(var(--color-tertiary-2),1);display:block;width:18.2483125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15002;line-height:1;letter-spacing:0;top:3.24951171875rem;left:23.951416015625rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#f7ypt2SwIKTtfuJnl26EPRc0J6XqVo17 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.436525rem;width:6.875rem;top:83.4375rem;left:11.5625rem;overflow:hidden;display:block; }
#BUMPgLsvEdlbm3hrNMl8OBwX8roh2Kv2 { position:absolute;display:block;z-index:15004;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.81225625rem;width:7.99925rem;top:82.75rem;left:45.0625rem;overflow:hidden;display:block; }
#zL4eulJhdfrPGrinui26trff4XC2q2TS { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.87475625rem;width:6.74925rem;top:83.25rem;left:36.125rem;overflow:hidden;display:block; }
#mSaZcpDkaBu9UqNVXNDZpROaPmJ3quQV { color:rgba(var(--color-tertiary-2),1);display:block;width:23.3105625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15003;line-height:1;letter-spacing:0;top:65.6875rem;left:27.1875rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#L8u3A3g4y3sv6NdGw0fwlsBP3QQbZJRm { position:absolute;display:block;z-index:15004;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.81225625rem;width:14.8730625rem;top:68.875rem;left:31.375rem;overflow:hidden;display:block; }
#KCNuWkpyhxCcUZ75TS1MLFP2uZv7UO7e { color:rgba(var(--color-tertiary-2),1);display:block;width:20.8728125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15004;line-height:1;letter-spacing:0;top:32.6220703125rem;left:28.4375rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fezTtNoLGkk7hluCTHgK9C5dCNc1bHqr { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.74925rem;width:7.37425rem;top:36.998291015625rem;left:19.31201171875rem;overflow:hidden;display:block; }
#MJ2XEmgDK8lo83AGNhN0zJMkFHEI2Tc7 { color:rgba(var(--color-tertiary-2),1);display:block;width:20.8728125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15005;line-height:1;letter-spacing:0;top:17.4365234375rem;left:28.624267578125rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GWAp0pOwWe5wNsQ7rSvd0CEdDyZW2Lv3 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.3125rem;width:10.3125rem;top:18.375rem;left:33.6875rem;overflow:hidden;display:block; }
#roTSDadRk3DF3VirEvUWeT4y2SIHgOGO { color:rgba(var(--color-tertiary-2),1);display:block;width:19.3103125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15002;line-height:1;letter-spacing:0;top:3.24951171875rem;left:51.749267578125rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TA9pEMGPNUlhMCak8UtcoJXRL7NknqgS { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.7495125rem;width:21.062rem;top:7.135009765625rem;left:50.87158203125rem;overflow:hidden;display:block; }
#E1LFmK03twnm1rdR9ML2n5D3ZToByizh { color:rgba(var(--color-tertiary-2),1);display:block;width:15.1855625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15005;line-height:1;letter-spacing:0;top:48.9375rem;left:31.280517578125rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#u07gFNWe0t179T8TId8huL97dQwZiTF7 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.9995rem;width:4.1870125rem;top:53.1875rem;left:7.0625rem;overflow:hidden;display:block; }
#gUseBnxq9cudpx3HPCP3Xefx0S0ITm6b { position:absolute;display:block;z-index:15005;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.6875rem;width:6.5rem;top:82.9375rem;left:55.5rem;overflow:hidden;display:block; }
#EQhKV0QFi8tMBcwrWB21rB2cRnFK0KH1 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.124rem;width:13.999rem;top:36.8115234375rem;left:31.875rem;overflow:hidden;display:block; }
#TIyp1h7qUTTwFSZoV3uzTqaZG2wREIt0 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.125rem;width:11.43675rem;top:36.31103515625rem;left:4.170166015625rem;overflow:hidden;display:block; }
#eJZ1pU5quImTWI0ceuuQBemJiCW2p1Oa { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:5.625rem;top:53.875rem;left:23.3125rem;overflow:hidden;display:block; }
#QOO3yIz2SdEl0afulZ1XGVKKQaAzsCMH { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.9978125rem;width:8.6853125rem;top:35.872802734375rem;left:49.310302734375rem;overflow:hidden;display:block; }
#EAv6tKpNPKcSpcVSqdna62EKdeTf7sLL { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.062rem;width:11.062rem;top:34.84130859375rem;left:60.948486328125rem;overflow:hidden;display:block; }
#dGF9LtWUDW2oTxreFBNFTD0xbMmOduu5 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.749025rem;width:7.8125rem;top:53.810766220093rem;left:42.198352813721rem;overflow:hidden;display:block; }
#V8eObV7FXmO6tSCN4SoFkKXw0cR9Mrtr { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.87475625rem;width:10.625rem;top:83.25rem;left:63.375rem;overflow:hidden;display:block; }
#HMWppzV7Bqx0Zxx8G4l8T1P8Wes6efaQ { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:10.125rem;top:55.810548782349rem;left:60.241973876953rem;overflow:hidden;display:block; }
#mqJIV1Vh1ZaIFT0u0lnRkR2Vb2h9X4KQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mqJIV1Vh1ZaIFT0u0lnRkR2Vb2h9X4KQ > .row .container { background-color: transparent; background-image: none; }#mqJIV1Vh1ZaIFT0u0lnRkR2Vb2h9X4KQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mqJIV1Vh1ZaIFT0u0lnRkR2Vb2h9X4KQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mqJIV1Vh1ZaIFT0u0lnRkR2Vb2h9X4KQ > .row .container > .video-iframe-container { display: none; }#mqJIV1Vh1ZaIFT0u0lnRkR2Vb2h9X4KQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mqJIV1Vh1ZaIFT0u0lnRkR2Vb2h9X4KQ > .row > .video-iframe-container { display: none; }#mqJIV1Vh1ZaIFT0u0lnRkR2Vb2h9X4KQ > .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); }#mqJIV1Vh1ZaIFT0u0lnRkR2Vb2h9X4KQ > .row .container { border-width: 0; border-radius: 0; }#mqJIV1Vh1ZaIFT0u0lnRkR2Vb2h9X4KQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mqJIV1Vh1ZaIFT0u0lnRkR2Vb2h9X4KQ > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#LnTGHM4RS1lGXJQusIpCTyQThS7wyDGD { color:rgba(var(--color-tertiary-1),1);display:block;width:47.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;top:2.5rem;left:6.875rem;height:1.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uXsGiD9UI1X8kHIMwqOy5FMTE34n5cym { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.4375rem;left:55rem;display:block; }
#H9gORWTuGWWS18dZmTfUqeJTOUgtdiod { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xtsW1UEZsAgoraiPBliD12kRwvzzsgsU { width:10rem;height:5rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWKdpwMsNJVL69gFLan6NxTml3EGr3eU { width:47.75rem;height:6.25rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N15nKFdFSBLMus19UWmhvLuz9sZvkqVw { width:6.25rem;height:3.4375rem;top:2.3125rem;left:34.936637878418rem;display:none; }
 }@media only screen and (max-width: 763px) { #vnnIrr1nqqyPkyvUPDLoHP0JUTxQsbth { display:block; }
 }@media only screen and (max-width: 763px) { #NC8oTLVWaz51olA6rg0cUySGf0TkuPOV { width:6.875rem;height:3.4375rem;top:2.3125rem;left:19.187934875488rem;display:none; }
 }@media only screen and (max-width: 763px) { #kieKFQr2U9Z8rGz1AxCpZ47iyLdr1DC4 { display:block; }
 }@media only screen and (max-width: 763px) { #Bz9WfKa8orddivDOTfMTUQo2fbsQLTpB { width:11.25rem;height:3.4375rem;top:2.3125rem;left:7.5614166259762rem;display:none; }
 }@media only screen and (max-width: 763px) { #SHFqSDHpwBOzAUfJHqAmrkc5ld4ZdWgM { display:block; }
 }@media only screen and (max-width: 763px) { #GLWbT3GXXhD31XnWDJR6EOUEAT2hHRtB { width:6.25rem;height:3.4375rem;top:2.3125rem;left:41.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #kFNa3i9bZ35f2ZymtSWmcJC3kaQMzyTO { display:block; }
 }@media only screen and (max-width: 763px) { #D40V6yBD64xBozXV2RDIt4TtnfVKN27u { width:7.6875rem;height:3.4375rem;top:2.3125rem;left:26.625003814698rem;display:none; }
 }@media only screen and (max-width: 763px) { #K9yFOms9IvzqC1q5WAMOOSn9R5U87vyE { display:block; }
 }@media only screen and (max-width: 763px) { #PJaulHLe8iKuNoIrRzM7tKzphwEQieHx { width:9.8125rem;height:3.4375rem;top:2.3125rem;left:37.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #n2JuIrDK1ekz1L2VRXw4BGfzlP7ENEuU { display:block; }
 }@media only screen and (max-width: 763px) { #V0mGn63oAGU7TwVNMv3cHm06eubg21KA { display:none; }#V0mGn63oAGU7TwVNMv3cHm06eubg21KA > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FmWhLW9hSWfK2PSXrf2tp0iUURGBwDOX { width:26.6875rem;height:4.4375rem;top:10.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhXO7yCLJJMuRolZ36iBDuLJReHRdkrE { width:30.625rem;height:8.75rem;top:27.75rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OL7ieHCRRnH5Nz8PK79mumwDp1olr6wo { width:15.625rem;height:3.375rem;top:41.25rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qplQFdKD8cznsPORn0OnpzuwkAy26Rhq { width:5rem;height:5rem;top:37.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FN0bImJ0UGaguPBL9XInlKuWdVEEmSNX { width:25rem;height:1rem;top:36.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RR5ICSPC7s0RCxBZgLe1e2oKtLC6MAHK { width:29.1875rem;height:1.75rem;top:24rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0B3gCxCRbITEgCorPTr1agZG35JyuEl { width:38.125rem;height:43.75rem;top:2.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #h9VtXzrLx3RE6L4v1VOBCaFTV8L9cHL5 { width:18.75rem;height:4.375rem;top:10.625rem;left:27.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttbuM4rEtyNtKe0d1OiyfFZX6hQPJKA0 { width:18.75rem;height:4.125rem;top:15.1875rem;left:27.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTTgSywIPPANFhki00b4t9twK2KTyKyU { width:38.125rem;height:7.4375rem;top:33.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Rs54D0U3JxdOoG7Sab7At0qLNdDobvEr { width:38.125rem;height:43.75rem;top:1.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #y0qmM6CTBWEKMf206HTVfHZczABtBEbM { width:28.3125rem;height:5.9375rem;top:17.9375rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pHT6qPIG5GIJfdRswghpqVr4P0OUuFtS { width:6.25rem;height:4.81228125rem;top:37.9375rem;left:8.0069465637206rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmSIZXDmHtGF9li1KgGP7ghe97wAP2AH { width:13.5rem;height:1rem;top:36.6875rem;left:5.4711380004883rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFzldwF380BRQ6ZBqADTzeh9alFUMlKp { display:block; }#NFzldwF380BRQ6ZBqADTzeh9alFUMlKp > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ss5xJcwmpHLbQMzkxr1pZUnODbcpMoRK { width:26.6875rem;height:4.4375rem;top:15.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgsJW6hOLHWwoR9B45zPrTQMxouTZyyT { width:32.1875rem;height:8.75rem;top:29.6875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBhODEw1CVn1RU28vsc5gEqavPI1R7pC { width:5rem;height:5rem;top:40.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXRAtirwl0n6ylg1P1zrAqBBQsatPE9H { width:12.5rem;height:1rem;top:39.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SoAc6A4CqvGNSJIsHPvyrHQLTg1LsVAU { width:29.1875rem;height:1.75rem;top:26rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLTWeXkimasFaAz9HhUXvAHh2LqabO4Z { width:37.5rem;height:37.5rem;top:11.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #UFThr5FZWAyEvOREIZsZc3ZOZVdfxhes { width:18.75rem;height:4.375rem;top:38.4375rem;left:29rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHZSPu4h5kS3colIMfAHLznlnKRfXEp4 { width:18.75rem;height:6.125rem;top:42.9375rem;left:29rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSzettVWsS75el88SGhIDsJ5aP1QRGgi { width:37.5rem;height:7.25rem;top:35.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #fwJmUk6SbK2Ia72pGsk3LrsxJtJzOo5d { width:38.125rem;height:43.75rem;top:1.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #BuzKW50Iw0vt4nFJrKG0km4EB51Eg2WW { width:28.25rem;height:5.875rem;top:19.6875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jln42WFDeTxEcdcssdbtw0QHbA4i8XCV { width:6.875rem;height:5.25rem;top:40.5625rem;left:3.4075546264649rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0XgxRuKEhFrsu7D6wERSWr5s7D2FT2B { width:13.5rem;height:1rem;top:39.5rem;left:3.5950546264649rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4CG9rgw6knxEK573PCv2EL5HoXdkCT5 { width:3.125rem;height:3.125rem;top:2.875rem;left:44.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #mxU6PZJKlQQQcBf4gTl1QuXLfRPX9kQ2 { width:47.625rem;height:6.25rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJZLmbw9ubsQrZUx3am8e94iCX6bQmUk { width:10rem;height:5rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUchSPgFXmb2WWlXfMPq1Qivcmg30pTH { width:11.1875rem;height:3.375rem;top:4.5625rem;left:7.171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdxpSk0fpZQ6V297hw5y1Lzpc53EpI51 { display:block; }
 }@media only screen and (max-width: 763px) { #sVnaTKdPInzzqtGh9USndsqCdZ6xgDHP { width:6.8125rem;height:3.375rem;top:4.5625rem;left:19.060546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdW4km0wshFtQyZO4LfVEinL07zGKHoB { display:block; }
 }@media only screen and (max-width: 763px) { #BWQPPWStJNbgpASCZBw8p3EoPcrEEoRE { width:7.6875rem;height:3.375rem;top:4.5625rem;left:26.4921875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiTq6NZdeuHfz6oKydqSclz9FyTqQgRM { display:block; }
 }@media only screen and (max-width: 763px) { #G67xArfhsOiOTBTCLtee0i1TH4Tz5Vro { width:6.1875rem;height:3.375rem;top:4.5625rem;left:34.7880859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNuRenhOeCzednU1BHMrNbLGbPlXma4i { display:block; }
 }@media only screen and (max-width: 763px) { #CGi7o5dQV7RNddVO0Totn4MeHdi3QKhR { width:6.1875rem;height:3.375rem;top:4.625rem;left:41.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvm1ot70scURI9qrMJ13ws5CvvpibsMH { display:block; }
 }@media only screen and (max-width: 763px) { #rgt1KxHOsPV3Z2h7poRD17owTWG91CTK { width:9.75rem;height:3.375rem;top:4.625rem;left:38rem;display:block; }
 }@media only screen and (max-width: 763px) { #maaIRsT4sJFI4ZNlAxO5TdOv9kxdbeak { display:block; }
 }@media only screen and (max-width: 763px) { #mi6UPPTsQbKKRWEBsZPtTiPUcT5zGdoU { display:none; }#mi6UPPTsQbKKRWEBsZPtTiPUcT5zGdoU > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZnSHLAqxOiZpNw3T5OSITqFpEfTOlNH7 { width:47.75rem;height:2.25rem;top:27rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #laSInRPLqGgUyOmu2h8FJyW2TF7pg0ZT { width:47.75rem;height:1.625rem;top:33.6875rem;left:0rem;font-size:0.875rem;display:block; }#laSInRPLqGgUyOmu2h8FJyW2TF7pg0ZT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c612b33e5327c1e4ad8f52338c4ba3693b27c1ca.svg); }
 }@media only screen and (max-width: 763px) { #eqDLiwNKTsFTldspO6ytJT2pvMLOrUh7 { width:47.75rem;height:;top:35.875rem;left:0rem;font-size:0.75rem;display:block; }#eqDLiwNKTsFTldspO6ytJT2pvMLOrUh7 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ad821b452804d2facbf2577e6a955cff0d9aec36.svg); }
 }@media only screen and (max-width: 763px) { #ioAfyr0JfaFCoaZmTAT5Kf1nTUuZ39Rm { width:17.375rem;height:1.5rem;top:54.5rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIkuUkNHZiVCElkktR9VpAgHAoNSHmMb { width:40.9375rem;height:4.4375rem;top:58.875rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mh3egfQq1nNM1g2iUNqlSfzebXxrKumT { width:37.5625rem;height:3.25rem;top:59.5rem;left:5.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdFQqThIyrsCRQUxnb7QrClWD0BTuWS8 { width:30.625rem;height:3.875rem;top:24.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVqQyzwlh2npAv20oamlubfP8ltqBbbL { width:26.3125rem;height:2.5rem;top:25.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5SnDtFIGZscLlE1iK7P4wZSNBXMUGOR { width:30.625rem;height:3.875rem;top:13.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDr5wX8M3bdbkfJ5iidKEvKmgbWFGm2b { width:22.5625rem;height:2.5rem;top:14.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRvWJmwhwEAfcHkow5dDFsifETqL9U56 { width:47.75rem;height:3.4375rem;top:8.625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qvp526cHeeUR9TQ1cynpdtFWzopJtCd0 { width:30.625rem;height:3.875rem;top:19rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAXUBG5Os8PikEiW7ppW36UbCL7qFbWa { width:26.3125rem;height:2.5rem;top:19.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDsOflnBbyt0dceu29RxnTLvVoAhmizM { width:34.4375rem;height:2.25rem;top:14.5625rem;left:13.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0QF9nMXpTzZ0fsSUWhUrTXx7iAOlZh5 { width:34.4375rem;height:2.25rem;top:19.8125rem;left:13.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQzwebIpwAdsVW9gq0M1nPF9Hukps3XM { width:36.3125rem;height:2.0625rem;top:25.25rem;left:11.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OrLOZNCgGK32zx39ZUTwu513A6RuJk6p { width:47.75rem;height:4.1875rem;top:30rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #owgIWiDSCB6nkzQueekKH8PNLxSK2xTb { width:28.125rem;height:5.625rem;top:68.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDWZg2Tra2q8KvQqigo58RqoHyEGmtr1 { width:19.6875rem;height:3.1875rem;top:69.5rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ip6nCT6XIm2fUT6Vi8cFwkc4e08rmCrP { width:28.125rem;height:5.625rem;top:76.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oULoN0SDcuBFvQGdgV2zWZL6D9AJcq7v { width:24.5rem;height:3.1875rem;top:77.9375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlBIXTmqwg8afhbi2t935T7pBBR3rZZM { width:28.125rem;height:5.625rem;top:69.5rem;left:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pq7okaXVUgGqGCzpeKNp0AsaaxkMpfnJ { width:24.4375rem;height:3.1875rem;top:70.6875rem;left:23.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QeWUTMOA5G5klQCIrWfSF5MtBZoy4VIb { display:none; }#QeWUTMOA5G5klQCIrWfSF5MtBZoy4VIb > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #eaSa31HTp9KFsDMROINenyDS5rRTtvd6 { width:47.75rem;height:2.25rem;top:43.8125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQNnCPmEdfhft01LhuFkM6VKM977B5kt { width:47.75rem;height:;top:50.5rem;left:0rem;font-size:0.75rem;display:block; }#PQNnCPmEdfhft01LhuFkM6VKM977B5kt li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c612b33e5327c1e4ad8f52338c4ba3693b27c1ca.svg); }
 }@media only screen and (max-width: 763px) { #UCWTyKWicLtEXKfovcXPNkvx6S5yl9oU { width:47.75rem;height:;top:52.75rem;left:0rem;font-size:0.75rem;display:block; }#UCWTyKWicLtEXKfovcXPNkvx6S5yl9oU li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ad821b452804d2facbf2577e6a955cff0d9aec36.svg); }
 }@media only screen and (max-width: 763px) { #wU6wLlt13TnTKdGSQU3NnTr3ZZQi9TqX { width:40.9375rem;height:4.4375rem;top:87.3125rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPk0BOXuMREgxG0caDQZdP3maEZBsfSH { width:37.5625rem;height:3.25rem;top:87.9375rem;left:5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzkE5bQN6KPm7AJ7f6MxdxQmbxB6zNxU { width:30.625rem;height:3.875rem;top:41.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzHypfRPs5AUJ7FEW2HNGEZnOwKucXqR { width:26.3125rem;height:2.5rem;top:41.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGxvSbKVuarmaKaLfRT2qGCJwOMFkFn5 { width:30.625rem;height:3.875rem;top:13.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #syVA9QUUWRvPTGWGo1bANBU9WUdRX5nL { width:22.5625rem;height:2.5rem;top:14.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIaiPTQADzoflZqtpIbsSq5LO5epb9Qw { width:47.75rem;height:3.4375rem;top:8.625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ag0seEQew8vbsxXyxyeKOAM04I6O9Srz { width:30.625rem;height:3.875rem;top:19rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E33cs5vFegkw2TppLWPQ9PB6nxndfW9w { width:26.3125rem;height:2.5rem;top:19.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8eFWna7sbZM5l2UkDbNShx8UzfwgE5v { width:34.4375rem;height:2.25rem;top:14.5625rem;left:13.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLSe4VoBAHVM81DumJlc5ZcmtxHRXt3H { width:34.4375rem;height:2.25rem;top:19.8125rem;left:13.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZGDixWr0bZtHsAmpbWGR5ewTNNI75Ap { width:36.3125rem;height:2.0625rem;top:42.125rem;left:11.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdFoS50caIilLMnvf4JOL3AiZqShgStD { width:47.75rem;height:4.1875rem;top:46.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGXK17fPiu3hIA3THgccAkxFKpJpDxZR { width:47.75rem;height:3.75rem;top:64.75rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKguaANbRcLPNalyupJamNB1gq5w2Kz3 { width:28.125rem;height:5.625rem;top:25.1875rem;left:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWoVtat6bxSfG5IwK57g77uAgSHuPLuT { width:24.4375rem;height:4.8125rem;top:25.5rem;left:23.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GR077QOr1sBMrnoh0MUZfhCIm9nTUTwP { width:28.125rem;height:5.625rem;top:32.5rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUqA5bVG7x5nM1Rsmcq4S0P1wfHkNI70 { width:28.125rem;height:5.625rem;top:25.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsHoHiiZidu4NzKp7NrQgNJMEIyGiTSw { width:21.9375rem;height:3.1875rem;top:26.3125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSamSO6D6yWp3u74xyHTGNp168oLfcdn { width:22.3125rem;height:4.8125rem;top:33.6875rem;left:13.373291015625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DayE0MAcsTHZdGlkwifJF64xB7socneX { width:28.125rem;height:5.625rem;top:71.75rem;left:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFnaqZvHA49MqSp4LCREWRllLHdss7o8 { width:28.125rem;height:5.625rem;top:78.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IN8xdDz86Q9xuh3QuGylgIl52TfOu6Wd { width:19.6875rem;height:4.8125rem;top:72.125rem;left:28.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiSFOwxLTMXte8NNNOti3qyDPxMUi5pU { width:17.125rem;height:3.1875rem;top:79.875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQ6AquDKrzdO9bGSaXwlh62iCAHtE0XG { width:28.125rem;height:5.625rem;top:71.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8gmufxUzGd4pcf8m6ol8DH07AqW2QIw { width:24.4375rem;height:3.1875rem;top:72.9375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWwSNdWQESOcfnxrIwLEMhALi6FkdURa { width:28.125rem;height:5.625rem;top:78.5625rem;left:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2405reL047NBmqlOwG9wQIZnUkTdITf { width:21.9375rem;height:3.1875rem;top:79.75rem;left:25.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qrr1GEoEybnw8arpKIM5okEUeS6insCP { display:none; }#Qrr1GEoEybnw8arpKIM5okEUeS6insCP > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SMDKsDF7T4UrJqlVGi4KTl7TXCaZ5kvc { width:30.625rem;height:3.875rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8irvaE9ZPe2GKAk6UvzzqLlpLxTs8K3 { width:26.3125rem;height:2.5rem;top:2.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywXlLvl7a5sM98HoDmcoeegfaHDFneH6 { width:34.375rem;height:2.5rem;top:2.25rem;left:13.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAGkGwe8wpLX56Uf6IaS90kyeB5ZAtwX { width:30.625rem;height:3.875rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g764vW0FCrTpVmT5VBI00FZg0fL5h4nc { width:26.3125rem;height:2.5rem;top:7.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCmxkbeJKzOBIT8ZaABUOoanH6MfP0Uc { width:47.75rem;height:2.1875rem;top:12.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0ME1tOmrBMka933GdKoxszzE9T5Tbsd { width:47.75rem;height:7.375rem;top:19.1875rem;left:0rem;font-size:0.75rem;display:block; }#V0ME1tOmrBMka933GdKoxszzE9T5Tbsd li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ad821b452804d2facbf2577e6a955cff0d9aec36.svg); }
 }@media only screen and (max-width: 763px) { #MGzvxAUKZdhwLsHSylM9BygtKJXrBlpt { width:47.75rem;height:;top:16.9375rem;left:0rem;font-size:0.75rem;display:block; }#MGzvxAUKZdhwLsHSylM9BygtKJXrBlpt li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c612b33e5327c1e4ad8f52338c4ba3693b27c1ca.svg); }
 }@media only screen and (max-width: 763px) { #CM131dAxL6nBf1stJV8uX34ISAQczcB0 { width:37.5625rem;height:4.4375rem;top:50.3125rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBV1ABbgST813FGbUFRdXH2XOPDsnrpO { width:30.9375rem;height:3.25rem;top:50.9375rem;left:7.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFOrTldASdTWeHtQwKpWwKW6eocfQTSW { width:17.5rem;height:2.25rem;top:7.75rem;left:21.37370300293rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeCLmhFtJ3PkATGqiirh5bpUT5girFUK { width:47.75rem;height:3.75rem;top:27.875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGBWS7KKZyWkvbRnBA0yZkQNaUx6gl1M { width:28.125rem;height:5.625rem;top:34.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLdKgB4RXqts9tVBx2o1alNHSKw3Q9Up { width:24.6875rem;height:4.8125rem;top:34.8125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vU3JZScJyL5m5y87QCXUzR5zLel6pQ1B { width:28.125rem;height:5.625rem;top:34.4375rem;left:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ds2Enp2lLTGikp0LnWbyTTnx6AOCO87m { width:21.6875rem;height:4.8125rem;top:34.75rem;left:26rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZIM2PMsG0PoZEGEz3a7mWn7GaQZ7OOy { width:28.125rem;height:5.625rem;top:41.3125rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkfQry11lTWRDEXEombswzDn92lXS0JX { width:22.25rem;height:4.8125rem;top:41.6875rem;left:12.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKNWxOzXflW05x0iuJdxCwVhkLuER1HU { display:none; }#pKNWxOzXflW05x0iuJdxCwVhkLuER1HU > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WeobsmguvJ8auGonPRrq7cmHncpyL68R { width:47.75rem;height:4.4375rem;top:34.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKouduQWw1QrUeliI4hNxaT1yKWOqf8T { width:41.5rem;height:3.1875rem;top:35.3125rem;left:3.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBtTbOcNIANrrGsEJ5mSnDfJVuWfwEBc { width:47.75rem;height:;top:14.375rem;left:0rem;font-size:0.75rem;display:block; }#vBtTbOcNIANrrGsEJ5mSnDfJVuWfwEBc li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ad821b452804d2facbf2577e6a955cff0d9aec36.svg); }
 }@media only screen and (max-width: 763px) { #IELuSGKrJzUyIM1DIPhP9tv65sNF2Toz { width:47.75rem;height:;top:12.125rem;left:0rem;font-size:0.75rem;display:block; }#IELuSGKrJzUyIM1DIPhP9tv65sNF2Toz li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c612b33e5327c1e4ad8f52338c4ba3693b27c1ca.svg); }
 }@media only screen and (max-width: 763px) { #GwxT0gCXT91eWlnE18Ta6RVEKczRL9rn { width:47.75rem;height:2.25rem;top:7.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVifVOcG2UTl0qpOv0awSAusRHmvD5bC { width:30.625rem;height:3.875rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUlyZxP0uakm7AeTM9lmcqNd682TpoDV { width:26.3125rem;height:2.5rem;top:2.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNDNk1fI5KMQAQqz8cRtfthMzwcosDeD { width:26.25rem;height:2.25rem;top:2.5rem;left:21.497398376465rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdkVKJu0UbqXtNvHyrAQKXHtORinB2uy { width:47.75rem;height:3.75rem;top:21.5rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lk2SMTOl3iuLUyvnOHK38S2Z6h1ieFFV { width:28.125rem;height:5.625rem;top:26.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKu5es1Q1gfRCRDi50UWTwaGvGZMXh5O { width:24.4375rem;height:4.8125rem;top:26.9375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wT1e4lhXpOmFpa6km0lXsmQMF8AGxpov { width:28.125rem;height:5.625rem;top:26.5625rem;left:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nC7vGovkosmMMnlzqutynPXM6sV8kCQ3 { width:24.4375rem;height:6.4375rem;top:26.9375rem;left:23.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2Jl8hFKt5TmVtTPO5sQ3LF2sTp0dO1o { display:none; }#q2Jl8hFKt5TmVtTPO5sQ3LF2sTp0dO1o > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BBqx0v0U4ReDqsgH0xEffTaTdOSQRqnV { width:47.75rem;height:4.5rem;top:49.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i382LGHUW4x74wpx7RoKmfvPkOOJ0eCF { width:47.75rem;height:;top:19.5rem;left:0rem;font-size:0.75rem;display:block; }#i382LGHUW4x74wpx7RoKmfvPkOOJ0eCF li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ad821b452804d2facbf2577e6a955cff0d9aec36.svg); }
 }@media only screen and (max-width: 763px) { #fJyFA71Tq1gnOh3nSveodmkLgXZ9qPZO { width:47.75rem;height:;top:17.25rem;left:0rem;font-size:0.75rem;display:block; }#fJyFA71Tq1gnOh3nSveodmkLgXZ9qPZO li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c612b33e5327c1e4ad8f52338c4ba3693b27c1ca.svg); }
 }@media only screen and (max-width: 763px) { #mp5qtd61oVsUOxTHniaT6UT4XOdGOvCo { width:47.75rem;height:2.1875rem;top:12.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CrOhtuiGBHxsK97qHVwVO4f2LPDfFRXJ { width:30.625rem;height:3.875rem;top:6.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIZqOuE0x18BOO2tpXKE8AAX1kUC2k84 { width:26.3125rem;height:2.5rem;top:7.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDK7IQLCT1BJOFNoQPUfm4JMnWRFudpn { width:26.25rem;height:2.25rem;top:7.625rem;left:21.497398376465rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcehTBErXeq6tLRPJ5Awsz5JICsv9wOb { width:29.75rem;height:2.5rem;top:2.5rem;left:18rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2OZp6ZpSpdxKdFwxukfkh6x2o85Frtm { width:20.8125rem;height:2.5rem;top:2.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nC4pJIsAA4ZQk2zXNc5xKrfR8ukhcgc2 { width:30.625rem;height:3.875rem;top:1.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qu1p8b4r8IahaCLcxzn4RyDlRscNoIgf { width:47.75rem;height:3.75rem;top:28.5625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmbPXhNEl5l5McWGSXiy7V9DgApE1aNx { width:42.625rem;height:3.1875rem;top:49.75rem;left:2.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LuFfkvlsNMp8ZTfTrT1XtkZU5JN4arp0 { width:28.125rem;height:5.625rem;top:33.25rem;left:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZXQytIslME76rerhLJuxMUbLT86aFyy { width:21.5625rem;height:4.875rem;top:33.75rem;left:26.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDn2U76SBLLmdkTyvyuxIEUoud3v3aVw { width:28.125rem;height:5.625rem;top:33.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTt9d4N6d5UJa7CIRAzXCu0XNi7xr3pG { width:22.25rem;height:4.8125rem;top:33.9375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PtJXwkCIUp3W7xQcGmKpQkztvTGMnCes { width:28.125rem;height:5.625rem;top:40.125rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8ueM9ch2uSr7aVxlT6T2MTTSkT9Ho1P { width:24.4375rem;height:4.8125rem;top:40.5rem;left:11.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvSLe2V9sOHHl6uMngGwDeRLerilWQ7T { display:none; }#kvSLe2V9sOHHl6uMngGwDeRLerilWQ7T > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #s0aJB8vQmlLZG0ymOhuuaoV9IwtQOhWa { width:37.5625rem;height:4.4375rem;top:41.1875rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBsw79x7NZmT8SK36JASBm9pxkL0UAkE { width:30.9375rem;height:3.1875rem;top:41.8125rem;left:8.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvMFsPAGeUSEtSVUeIhxeJhPvm5vmo5f { width:47.75rem;height:7.375rem;top:18.625rem;left:0rem;font-size:0.75rem;display:block; }#JvMFsPAGeUSEtSVUeIhxeJhPvm5vmo5f li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ad821b452804d2facbf2577e6a955cff0d9aec36.svg); }
 }@media only screen and (max-width: 763px) { #xkCygwtbbS1kik9pomyArTl2AJwzeJQ3 { width:47.75rem;height:;top:16.375rem;left:0rem;font-size:0.75rem;display:block; }#xkCygwtbbS1kik9pomyArTl2AJwzeJQ3 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c612b33e5327c1e4ad8f52338c4ba3693b27c1ca.svg); }
 }@media only screen and (max-width: 763px) { #m0o1rSgGTncS0vgsD50mmoXcZ900iMQp { width:47.75rem;height:2.25rem;top:12.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDSHioVpbNq0P6AWOiSME12ireS2UZfl { width:30.625rem;height:3.875rem;top:6.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOw2e9El5DAehb28CauLaxlvqW0uSVOG { width:26.3125rem;height:2.5rem;top:7.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9uotP3srsKDnSB9iPfGk90AKqU3M3Uv { width:34.375rem;height:2.5rem;top:2.625rem;left:13.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LC64wKTHD7ORwkrfGt2EyL4BZnoK9JGT { width:30.625rem;height:3.875rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHoyTVKXpcf97w28CLt3IcGp41KOQawX { width:26.3125rem;height:2.5rem;top:2.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6PTTWOK7ofOCNZ7EoIuhqQIfGQJmA4k { width:26.875rem;height:2.25rem;top:7.625rem;left:20.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPPdP6aCzEahCmqWKvxLt6LVpQXcXVtE { width:28.125rem;height:5.625rem;top:32.4375rem;left:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCHK21o7ZgtpO4EFEoHyrhXgwlasZf6J { width:22.25rem;height:4.8125rem;top:32.8125rem;left:25.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4ZNCsL7BHnDKuvMpaCwFswlRJZ3JzCT { width:28.125rem;height:5.625rem;top:32.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ol4RMiwh0ZEDy54pXMmyKeL575On1HAx { width:24.4375rem;height:4.8125rem;top:32.8125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgCbGTulFBNh4G9ZVh3JbPvetdqoWq7t { width:47.75rem;height:3.75rem;top:27.375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVvqyLD9rXBBA7NWXfbkJRTT86BlbXek { display:none; }#TVvqyLD9rXBBA7NWXfbkJRTT86BlbXek > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KFGRWmfHVT8itg7UGwwCKEbyCEdSkLce { width:37.5625rem;height:4.4375rem;top:42.25rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUOZOsdrfAH0mIBMUy5U73uyA4exnwko { width:30.9375rem;height:3.25rem;top:42.875rem;left:9.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkUrqFGWFh3gbRCCXTSBi0NCwXH0Dh0C { width:47.75rem;height:;top:13.3125rem;left:0rem;font-size:0.75rem;display:block; }#EkUrqFGWFh3gbRCCXTSBi0NCwXH0Dh0C li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ad821b452804d2facbf2577e6a955cff0d9aec36.svg); }
 }@media only screen and (max-width: 763px) { #IOii0e8Zxl1poCwdmTtKXxSxp74hlJ6Z { width:47.75rem;height:;top:11.0625rem;left:0rem;font-size:0.75rem;display:block; }#IOii0e8Zxl1poCwdmTtKXxSxp74hlJ6Z li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c612b33e5327c1e4ad8f52338c4ba3693b27c1ca.svg); }
 }@media only screen and (max-width: 763px) { #Utr1AifQxcuriKvJqF41TievpuU55uDq { width:47.75rem;height:2.25rem;top:6.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnBTQNbegTTc7p5T8cAKhsv4CCdpB0Ao { width:27.375rem;height:2.25rem;top:2.6875rem;left:20.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfcp3VJbk9HNHlX4MFnPPLdhXtF46HoO { width:26.3125rem;height:2.5rem;top:2.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNO86X3RS8BKilJqTEfnCgLzM9LTDrTF { width:30.625rem;height:3.875rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPnNc1tVObLoPJA1rsismTHkA4MWvylN { width:28.125rem;height:5.625rem;top:26.625rem;left:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpiZfPZTcFISwTqTGRPLV8EPniEWqmdQ { width:25rem;height:4.8125rem;top:26.9375rem;left:22.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOBytSLxcHo0r7aZuB0M5fv46sbq6JRU { width:28.125rem;height:5.625rem;top:26.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7TkR95O6NRPfQSSX9L2JQ9xDOOlhuCM { width:24.4375rem;height:4.8125rem;top:27rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvTgFvJ10TSDx732XN7a4sZMLW6gxlvo { width:47.75rem;height:3.75rem;top:21.5625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwTCigVHXOSoqs2VL4Z34h0H4JBzbyEG { width:28.125rem;height:5.625rem;top:33.5rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRem9Vnkr8OBFQd9SmFyro5Mz8Oy6Cb0 { width:25rem;height:4.8125rem;top:33.875rem;left:12.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzWBGBKb3wkTDPdIr0avxOy4ZOGSeogv { display:none; }#BzWBGBKb3wkTDPdIr0avxOy4ZOGSeogv > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bA4qwTZQoR5gZJXcaW5zVwCbAZeGcHOe { width:47.75rem;height:3.5rem;top:13.0625rem;left:0rem;font-size:0.75rem;display:block; }#bA4qwTZQoR5gZJXcaW5zVwCbAZeGcHOe li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ad821b452804d2facbf2577e6a955cff0d9aec36.svg); }
 }@media only screen and (max-width: 763px) { #y8VJ3kCV26awaQQISQFwn1BiHOwVa3n3 { width:47.75rem;height:;top:10.75rem;left:0rem;font-size:0.75rem;display:block; }#y8VJ3kCV26awaQQISQFwn1BiHOwVa3n3 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c612b33e5327c1e4ad8f52338c4ba3693b27c1ca.svg); }
 }@media only screen and (max-width: 763px) { #wRbUpM7PcPMwaZF2HqExFxcxzpFA7LyJ { width:47.75rem;height:2.25rem;top:6.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKZpWafwXbUpB4LIAGtwE79xH7xO8Prt { width:37.5625rem;height:4.4375rem;top:26.625rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvrUM6WzIC5V2LAOh8hRK5B017LmzCBW { width:30.9375rem;height:3.25rem;top:27.25rem;left:8.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXH7fD5H8ZnNAam4goo2Itv3bPeahqVW { width:30.625rem;height:3.875rem;top:34.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcE9XhU3lpaL5KNtsn5KN5nlqv0VdJOc { width:20.75rem;height:2.5rem;top:35.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWvE53le7r9D8B7xehfi724ryzhCFy2d { width:30.625rem;height:3.875rem;top:40.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssZJiaq7pe7KfU84pvpxsG22PLBWaKVc { width:47.75rem;height:2.1875rem;top:45.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #emTvb7tWQWEIcf2U1FBof4rHLGiPDNrZ { width:22.5625rem;height:2.5rem;top:41.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ebu0IN0EweCIWPJk0Qzg1oQ86wClSDLy { width:29.6875rem;height:2.5rem;top:35.375rem;left:18.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRgh015M1G28qKdGyRcJ4npknLsDe3Bt { width:24.9375rem;height:2.25rem;top:2.3125rem;left:21.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8a3QUWefwFkgK1NpJZvG8BoNUDl1m2X { width:30.625rem;height:3.875rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRybTuUqAqv4TTtTrzGlHhx6PyER8z2W { width:26.3125rem;height:2.5rem;top:2.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSDAiQRgOfTF3aTkJyPXP8lmU0PwHReX { width:18.75rem;height:2.1875rem;top:41.25rem;left:22.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLkAT4lJQHbLVC8fMvpP0A1xHLao5BIP { width:28.125rem;height:5.625rem;top:17.875rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zflrK6ZKnbavB0SG1S9xN2PsTTHAxZ9y { width:24.4375rem;height:4.8125rem;top:18.25rem;left:11.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmX7HLFPNTWbwrrWib22862yL6DQF3hl { display:block; }#NmX7HLFPNTWbwrrWib22862yL6DQF3hl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hqHXqCoHqb6ufcaOn5MlDPDwGolVHrGQ .widget-regular-label { width:45.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#hqHXqCoHqb6ufcaOn5MlDPDwGolVHrGQ .widget-input-text { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hqHXqCoHqb6ufcaOn5MlDPDwGolVHrGQ .widget-input-text {padding-top: 0; padding-bottom: 0;}#hqHXqCoHqb6ufcaOn5MlDPDwGolVHrGQ .widget-textarea { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hqHXqCoHqb6ufcaOn5MlDPDwGolVHrGQ .widget-input-select { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hqHXqCoHqb6ufcaOn5MlDPDwGolVHrGQ .widget-input-select {padding-top: 0; padding-bottom: 0;}#hqHXqCoHqb6ufcaOn5MlDPDwGolVHrGQ .widget-input-button { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hqHXqCoHqb6ufcaOn5MlDPDwGolVHrGQ .widget-checkbox-label { width:44.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#hqHXqCoHqb6ufcaOn5MlDPDwGolVHrGQ  { width:45.25rem;height:auto;top:7.875rem;left:0rem; }
#hqHXqCoHqb6ufcaOn5MlDPDwGolVHrGQ .radio-container { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hqHXqCoHqb6ufcaOn5MlDPDwGolVHrGQ {display:block;}#hqHXqCoHqb6ufcaOn5MlDPDwGolVHrGQ { width:45.25rem;height:auto;top:7.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hqHXqCoHqb6ufcaOn5MlDPDwGolVHrGQ #UaBh8hiTrCA7odp3Ceyu4vCbZNMcrWex {  }
 }@media only screen and (max-width: 763px) { #hqHXqCoHqb6ufcaOn5MlDPDwGolVHrGQ #DIrvpFPrbIDd2niAbeHX79cGXdGcDyXr {  }
 }@media only screen and (max-width: 763px) { #hqHXqCoHqb6ufcaOn5MlDPDwGolVHrGQ #T5pqC7yewhD52pbAF7eKHaaI1let6Ng4 {  }
 }@media only screen and (max-width: 763px) { #hqHXqCoHqb6ufcaOn5MlDPDwGolVHrGQ #Db6TTdXc7zJtto7hqGdAWK81QVkQM1tz {  }
 }@media only screen and (max-width: 763px) { #hqHXqCoHqb6ufcaOn5MlDPDwGolVHrGQ #KLp4g1lxrMqEfA9MsZ63cTqeerwN5bJO {  }
 }@media only screen and (max-width: 763px) { #hqHXqCoHqb6ufcaOn5MlDPDwGolVHrGQ #Kxu9Asoq7PycBQOIGoAZlGTzFQFecis1 {  }
 }@media only screen and (max-width: 763px) { #hqHXqCoHqb6ufcaOn5MlDPDwGolVHrGQ #sMifRKGsxl5pwVEU0gZ4T49qgFxUid9L {  }
 }@media only screen and (max-width: 763px) { #hqHXqCoHqb6ufcaOn5MlDPDwGolVHrGQ #THMS5lC8mVXhTGexecncR8GDvviUOaLW {  }
 }@media only screen and (max-width: 763px) { #C7g1kMd7h5CPXPzGGBA2Ak2ITp0E78bl { width:47.75rem;height:6.25rem;top:1.625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAmpkZacbd7TsmUqAQTUwGQsahX5VXIQ { display:none; }#NAmpkZacbd7TsmUqAQTUwGQsahX5VXIQ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zWnJ8zyJRzSgy0qwakBd9w02AXrTNofl { width:12.875rem;height:1.25rem;top:3.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzQt7VZVlUTy1HfodQolZlP9NrpREtgw { width:7.3125rem;height:7.3125rem;top:5.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBTmb2RH5CddeMeDQxRFNnZ9IRxCib2Q { width:8.5625rem;height:2.6057208779024rem;top:83.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqDkliV0fvHm2fMsvhc23USVHw6cQRPA { width:18.8125rem;height:1.25rem;top:79.4375rem;left:15.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEahxJEvlUMT6ehHfC5JWHshrc1eND89 { width:12.9375rem;height:1.75rem;top:83.6875rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3O7uFvk8VUNeqrZ2Et4ixXTQg7rUaNS { width:9.875rem;height:7.3901762966691rem;top:5.375rem;left:14.48291015625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ir5gDUb0urm3R74eszWIgTqWbIEf7cmb { width:18.1875rem;height:1.25rem;top:3.1875rem;left:10.326416015625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7ypt2SwIKTtfuJnl26EPRc0J6XqVo17 { width:6.875rem;height:2.436525rem;top:83.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUMPgLsvEdlbm3hrNMl8OBwX8roh2Kv2 { width:7.9375rem;height:3.78338928764rem;top:82.75rem;left:31.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zL4eulJhdfrPGrinui26trff4XC2q2TS { width:6.6875rem;height:2.8489558924321rem;top:83.25rem;left:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSaZcpDkaBu9UqNVXNDZpROaPmJ3quQV { width:23.25rem;height:1.25rem;top:65.6875rem;left:13.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8u3A3g4y3sv6NdGw0fwlsBP3QQbZJRm { width:14.8125rem;height:3.7967328990331rem;top:68.875rem;left:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCNuWkpyhxCcUZ75TS1MLFP2uZv7UO7e { width:20.8125rem;height:1.25rem;top:32.5625rem;left:14.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fezTtNoLGkk7hluCTHgK9C5dCNc1bHqr { width:7.3125rem;height:6.6927335830762rem;top:36.9375rem;left:5.68701171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJ2XEmgDK8lo83AGNhN0zJMkFHEI2Tc7 { width:20.8125rem;height:1.25rem;top:17.375rem;left:14.999267578125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWAp0pOwWe5wNsQ7rSvd0CEdDyZW2Lv3 { width:10.3125rem;height:10.3125rem;top:18.375rem;left:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #roTSDadRk3DF3VirEvUWeT4y2SIHgOGO { width:19.25rem;height:1.25rem;top:3.1875rem;left:28.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TA9pEMGPNUlhMCak8UtcoJXRL7NknqgS { width:21rem;height:5.7325877172158rem;top:7.125rem;left:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1LFmK03twnm1rdR9ML2n5D3ZToByizh { width:15.125rem;height:1.25rem;top:48.9375rem;left:17.655517578125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u07gFNWe0t179T8TId8huL97dQwZiTF7 { width:4.125rem;height:6.8961429825452rem;top:53.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUseBnxq9cudpx3HPCP3Xefx0S0ITm6b { width:6.4375rem;height:3.6516394349131rem;top:82.9375rem;left:41.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQhKV0QFi8tMBcwrWB21rB2cRnFK0KH1 { width:13.9375rem;height:7.0927030502179rem;top:36.75rem;left:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIyp1h7qUTTwFSZoV3uzTqaZG2wREIt0 { width:11.375rem;height:8.0811310031259rem;top:36.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJZ1pU5quImTWI0ceuuQBemJiCW2p1Oa { width:5.625rem;height:5.625rem;top:53.875rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOO3yIz2SdEl0afulZ1XGVKKQaAzsCMH { width:8.625rem;height:8.9353299391933rem;top:35.8125rem;left:35.685302734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAv6tKpNPKcSpcVSqdna62EKdeTf7sLL { width:11rem;height:11rem;top:34.8125rem;left:36.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGF9LtWUDW2oTxreFBNFTD0xbMmOduu5 { width:7.8125rem;height:5.749025rem;top:53.75rem;left:28.573352813721rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8eObV7FXmO6tSCN4SoFkKXw0cR9Mrtr { width:10.625rem;height:2.87475625rem;top:83.25rem;left:37.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMWppzV7Bqx0Zxx8G4l8T1P8Wes6efaQ { width:10.125rem;height:2.875rem;top:55.75rem;left:37.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqJIV1Vh1ZaIFT0u0lnRkR2Vb2h9X4KQ { display:block; }#mqJIV1Vh1ZaIFT0u0lnRkR2Vb2h9X4KQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LnTGHM4RS1lGXJQusIpCTyQThS7wyDGD { width:47.5rem;height:1.25rem;top:2.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXsGiD9UI1X8kHIMwqOy5FMTE34n5cym { width:12.5rem;height:3.125rem;top:1.4375rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9gORWTuGWWS18dZmTfUqeJTOUgtdiod { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:10.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xtsW1UEZsAgoraiPBliD12kRwvzzsgsU { width:9.0625rem;height:4.375rem;top:1.9375rem;left:5.46875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #XWKdpwMsNJVL69gFLan6NxTml3EGr3eU { width:15.625rem;height:4.375rem;top:1.875rem;left:2.1375001072884rem;display:block; }
 }@media only screen and (max-width: 763px) { #N15nKFdFSBLMus19UWmhvLuz9sZvkqVw { width:6.25rem;height:3.4375rem;top:2.65625rem;left:13.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #vnnIrr1nqqyPkyvUPDLoHP0JUTxQsbth { display:block; }
 }@media only screen and (max-width: 763px) { #NC8oTLVWaz51olA6rg0cUySGf0TkuPOV { width:8.125rem;height:3.4375rem;top:2.65625rem;left:11.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kieKFQr2U9Z8rGz1AxCpZ47iyLdr1DC4 { display:block; }
 }@media only screen and (max-width: 763px) { #Bz9WfKa8orddivDOTfMTUQo2fbsQLTpB { width:8.6875rem;height:2.3125rem;top:6.9042973518369rem;left:1.1245660185814rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHFqSDHpwBOzAUfJHqAmrkc5ld4ZdWgM { display:block; }
 }@media only screen and (max-width: 763px) { #GLWbT3GXXhD31XnWDJR6EOUEAT2hHRtB { width:6.25rem;height:3.4375rem;top:7.625rem;left:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kFNa3i9bZ35f2ZymtSWmcJC3kaQMzyTO { display:block; }
 }@media only screen and (max-width: 763px) { #D40V6yBD64xBozXV2RDIt4TtnfVKN27u { width:7.6875rem;height:3.4375rem;top:2.3125rem;left:6.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #K9yFOms9IvzqC1q5WAMOOSn9R5U87vyE { display:block; }
 }@media only screen and (max-width: 763px) { #PJaulHLe8iKuNoIrRzM7tKzphwEQieHx { width:8.6875rem;height:2.3125rem;top:6.903212070465rem;left:10.448785126209rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2JuIrDK1ekz1L2VRXw4BGfzlP7ENEuU { display:block; }
 }@media only screen and (max-width: 763px) { #V0mGn63oAGU7TwVNMv3cHm06eubg21KA { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/45fc9d24-0370-48d1-bdc0-b7df36e361de/glownemobile20263.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#V0mGn63oAGU7TwVNMv3cHm06eubg21KA.adaptive-delivery-prevent-bg, #V0mGn63oAGU7TwVNMv3cHm06eubg21KA.lazyload, #V0mGn63oAGU7TwVNMv3cHm06eubg21KA.lazyloading { background-image: none; }#V0mGn63oAGU7TwVNMv3cHm06eubg21KA > .row .container { border-width: 0; border-radius: 0; }#V0mGn63oAGU7TwVNMv3cHm06eubg21KA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V0mGn63oAGU7TwVNMv3cHm06eubg21KA > .row .container { width:20rem;height:62.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FmWhLW9hSWfK2PSXrf2tp0iUURGBwDOX { width:14.6875rem;height:6.74913125rem;top:23.677951812744rem;left:2.6562500596046rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zhXO7yCLJJMuRolZ36iBDuLJReHRdkrE { width:17.5rem;height:3.9rem;top:29.012500762939rem;left:1.2500000596046rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #OL7ieHCRRnH5Nz8PK79mumwDp1olr6wo { width:15.625rem;height:3.40820625rem;top:39.937067031861rem;left:2.1875000596046rem;font-size:0.875rem;z-index:15003;font-weight:400;font-style:normal;color:#959595;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qplQFdKD8cznsPORn0OnpzuwkAy26Rhq { width:4.375rem;height:4.375rem;top:48.4375rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FN0bImJ0UGaguPBL9XInlKuWdVEEmSNX { width:17.5rem;height:1.00043125rem;top:46.8125rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RR5ICSPC7s0RCxBZgLe1e2oKtLC6MAHK { width:17.5rem;height:1.1675375rem;top:35.645618438721rem;left:1.2500000596046rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l0B3gCxCRbITEgCorPTr1agZG35JyuEl { width:20rem;height:29.375rem;top:21.5625rem;left:0rem;box-shadow: 12.5rem -15.625rem 6.25rem rgba(0,0,0,0.7) ;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #h9VtXzrLx3RE6L4v1VOBCaFTV8L9cHL5 { width:18.75rem;height:3.574225rem;top:11.875rem;left:0.625rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ttbuM4rEtyNtKe0d1OiyfFZX6hQPJKA0 { width:18.75rem;height:3.2986125rem;top:15.8125rem;left:0.625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TTTgSywIPPANFhki00b4t9twK2KTyKyU { width:20rem;height:3.9016393442623rem;top:45.748046875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Rs54D0U3JxdOoG7Sab7At0qLNdDobvEr { width:19.375rem;height:26.625rem;top:21.561849594116rem;left:0.40935942673036rem;box-shadow: 0rem -15.625rem 6.25rem rgba(0,0,0,0.6) ;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #y0qmM6CTBWEKMf206HTVfHZczABtBEbM { width:20rem;height:3.7109375rem;top:31.434463500976rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pHT6qPIG5GIJfdRswghpqVr4P0OUuFtS { width:6.25rem;height:4.81228125rem;top:56.1875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmSIZXDmHtGF9li1KgGP7ghe97wAP2AH { width:13.499375rem;height:1.00043125rem;top:54.75rem;left:3.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NFzldwF380BRQ6ZBqADTzeh9alFUMlKp { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/45fc9d24-0370-48d1-bdc0-b7df36e361de/glownemobile20263.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NFzldwF380BRQ6ZBqADTzeh9alFUMlKp.adaptive-delivery-prevent-bg, #NFzldwF380BRQ6ZBqADTzeh9alFUMlKp.lazyload, #NFzldwF380BRQ6ZBqADTzeh9alFUMlKp.lazyloading { background-image: none; }#NFzldwF380BRQ6ZBqADTzeh9alFUMlKp > .row .container { background-color: transparent; background-image: none; }#NFzldwF380BRQ6ZBqADTzeh9alFUMlKp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NFzldwF380BRQ6ZBqADTzeh9alFUMlKp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NFzldwF380BRQ6ZBqADTzeh9alFUMlKp > .row .container > .video-iframe-container { display: none; }#NFzldwF380BRQ6ZBqADTzeh9alFUMlKp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NFzldwF380BRQ6ZBqADTzeh9alFUMlKp > .row > .video-iframe-container { display: none; }#NFzldwF380BRQ6ZBqADTzeh9alFUMlKp > .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); }#NFzldwF380BRQ6ZBqADTzeh9alFUMlKp > .row .container { border-width: 0; border-radius: 0; }#NFzldwF380BRQ6ZBqADTzeh9alFUMlKp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NFzldwF380BRQ6ZBqADTzeh9alFUMlKp > .row .container { width:20rem;height:62.061614990234rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ss5xJcwmpHLbQMzkxr1pZUnODbcpMoRK { width:17.5rem;height:4.80035rem;top:26.484375rem;left:1.8750000596046rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OgsJW6hOLHWwoR9B45zPrTQMxouTZyyT { width:17.5rem;height:6.4019125rem;top:37.575000762939rem;left:1.8750000596046rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IBhODEw1CVn1RU28vsc5gEqavPI1R7pC { width:4.375rem;height:4.375rem;top:46.5rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXRAtirwl0n6ylg1P1zrAqBBQsatPE9H { width:6.9375rem;height:0.87524375rem;top:45.3125rem;left:1.875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SoAc6A4CqvGNSJIsHPvyrHQLTg1LsVAU { width:17.5rem;height:1.1675375rem;top:35.157032012939rem;left:1.8750000596046rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LLTWeXkimasFaAz9HhUXvAHh2LqabO4Z { width:20rem;height:29.375rem;top:21.5625rem;left:0rem;box-shadow: 12.5rem -15.625rem 6.25rem rgba(0,0,0,0.7) ;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #UFThr5FZWAyEvOREIZsZc3ZOZVdfxhes { width:18.75rem;height:3.574225rem;top:12.75rem;left:0.625rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PHZSPu4h5kS3colIMfAHLznlnKRfXEp4 { width:18.75rem;height:4.94791875rem;top:16.5rem;left:0.625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JSzettVWsS75el88SGhIDsJ5aP1QRGgi { width:20rem;height:3.9016393442623rem;top:45.748046875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #fwJmUk6SbK2Ia72pGsk3LrsxJtJzOo5d { width:19.375rem;height:38.75rem;top:23.3125rem;left:0.4091796875rem;box-shadow: 0rem -21.875rem 15.625rem rgba(0,0,0,0.75) ;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #BuzKW50Iw0vt4nFJrKG0km4EB51Eg2WW { width:17.5rem;height:3.299475rem;top:31.221874237061rem;left:1.8750000596046rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Jln42WFDeTxEcdcssdbtw0QHbA4i8XCV { width:7.5rem;height:5.75rem;top:53.8125rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0XgxRuKEhFrsu7D6wERSWr5s7D2FT2B { width:9.625rem;height:0.87524375rem;top:52.5625rem;left:1.875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #E4CG9rgw6knxEK573PCv2EL5HoXdkCT5 { display:flex;width:3.125rem;height:3.125rem;top:1.3726143836975rem;left:15.694445908069rem;display:none; }
 }@media only screen and (max-width: 763px) { #mxU6PZJKlQQQcBf4gTl1QuXLfRPX9kQ2 { width:18.75rem;height:3.75rem;top:1.875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJZLmbw9ubsQrZUx3am8e94iCX6bQmUk { width:6.25rem;height:3.125rem;top:2.25rem;left:2.5rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #JUchSPgFXmb2WWlXfMPq1Qivcmg30pTH { width:7.1875rem;height:1.875rem;top:2.875rem;left:10.9375rem;font-size:0.75rem;background-color:#99e000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #xdxpSk0fpZQ6V297hw5y1Lzpc53EpI51 { display:block; }
 }@media only screen and (max-width: 763px) { #sVnaTKdPInzzqtGh9USndsqCdZ6xgDHP { width:5rem;height:1.875rem;top:6.6875rem;left:2rem;font-size:0.75rem;background-color:transparent;background-image:none;color:#ffffff;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #TdW4km0wshFtQyZO4LfVEinL07zGKHoB { display:block; }
 }@media only screen and (max-width: 763px) { #BWQPPWStJNbgpASCZBw8p3EoPcrEEoRE { width:5rem;height:1.875rem;top:6.6875rem;left:7.5rem;font-size:0.75rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #TiTq6NZdeuHfz6oKydqSclz9FyTqQgRM { display:block; }
 }@media only screen and (max-width: 763px) { #G67xArfhsOiOTBTCLtee0i1TH4Tz5Vro { width:5rem;height:1.875rem;top:6.6875rem;left:13rem;font-size:0.75rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #nNuRenhOeCzednU1BHMrNbLGbPlXma4i { display:block; }
 }@media only screen and (max-width: 763px) { #CGi7o5dQV7RNddVO0Totn4MeHdi3QKhR { width:4.95833375rem;height:1.83333375rem;top:9.1653652191163rem;left:11.829427719116rem;font-size:0.75rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;background-color:transparent;background-image:none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #rvm1ot70scURI9qrMJ13ws5CvvpibsMH { display:block; }
 }@media only screen and (max-width: 763px) { #rgt1KxHOsPV3Z2h7poRD17owTWG91CTK { width:8.08333375rem;height:1.83333375rem;top:9.1640625rem;left:3.2486979961395rem;font-size:0.75rem;color:#ffffff;background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #maaIRsT4sJFI4ZNlAxO5TdOv9kxdbeak { display:block; }
 }@media only screen and (max-width: 763px) { #mi6UPPTsQbKKRWEBsZPtTiPUcT5zGdoU { display:none; }#mi6UPPTsQbKKRWEBsZPtTiPUcT5zGdoU > .row .container { width:20rem;height:88.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZnSHLAqxOiZpNw3T5OSITqFpEfTOlNH7 { width:20rem;height:2.25rem;top:31.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #laSInRPLqGgUyOmu2h8FJyW2TF7pg0ZT { width:11.6875rem;height:1.13671875rem;top:19.26171875rem;left:0rem;font-size:0.875rem;display:block; }#laSInRPLqGgUyOmu2h8FJyW2TF7pg0ZT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c612b33e5327c1e4ad8f52338c4ba3693b27c1ca.svg); }
 }@media only screen and (max-width: 763px) { #eqDLiwNKTsFTldspO6ytJT2pvMLOrUh7 { width:18.5rem;height:16.806625rem;top:23.9716796875rem;left:0rem;font-size:0.75rem;display:block; }#eqDLiwNKTsFTldspO6ytJT2pvMLOrUh7 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ad821b452804d2facbf2577e6a955cff0d9aec36.svg); }
 }@media only screen and (max-width: 763px) { #ioAfyr0JfaFCoaZmTAT5Kf1nTUuZ39Rm { width:17.375rem;height:0.8994125rem;top:41.75rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIkuUkNHZiVCElkktR9VpAgHAoNSHmMb { width:20rem;height:3.75rem;top:70.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mh3egfQq1nNM1g2iUNqlSfzebXxrKumT { width:16.0625rem;height:2.9375rem;top:70.84375rem;left:1.96875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdFQqThIyrsCRQUxnb7QrClWD0BTuWS8 { width:19.875rem;height:1.875rem;top:14.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVqQyzwlh2npAv20oamlubfP8ltqBbbL { width:13.8125rem;height:1.13671875rem;top:15.306640625rem;left:2.34375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5SnDtFIGZscLlE1iK7P4wZSNBXMUGOR { width:20rem;height:1.875rem;top:4.5625rem;left:-0.0625rem;border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDr5wX8M3bdbkfJ5iidKEvKmgbWFGm2b { width:11.625rem;height:1.13671875rem;top:4.931640625rem;left:3.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRvWJmwhwEAfcHkow5dDFsifETqL9U56 { width:8.4375rem;height:1.875rem;top:2.18359375rem;left:5.78125rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Qvp526cHeeUR9TQ1cynpdtFWzopJtCd0 { width:20rem;height:1.875rem;top:9.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAXUBG5Os8PikEiW7ppW36UbCL7qFbWa { width:12.8125rem;height:1.13671875rem;top:10.181640625rem;left:2.84375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDsOflnBbyt0dceu29RxnTLvVoAhmizM { width:16.75rem;height:1.29980625rem;top:7.0625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #P0QF9nMXpTzZ0fsSUWhUrTXx7iAOlZh5 { width:15.0625rem;height:1.29980625rem;top:12.3125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LQzwebIpwAdsVW9gq0M1nPF9Hukps3XM { width:13.3125rem;height:1.19921875rem;top:17.4375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OrLOZNCgGK32zx39ZUTwu513A6RuJk6p { width:20rem;height:3.14941875rem;top:21.0234375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #owgIWiDSCB6nkzQueekKH8PNLxSK2xTb { width:20rem;height:3.75rem;top:53.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDWZg2Tra2q8KvQqigo58RqoHyEGmtr1 { width:12.8125rem;height:1.9482375rem;top:54.5625rem;left:3.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ip6nCT6XIm2fUT6Vi8cFwkc4e08rmCrP { width:18.75rem;height:3.49975625rem;top:85.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oULoN0SDcuBFvQGdgV2zWZL6D9AJcq7v { width:16.3110625rem;height:1.9482375rem;top:74.5rem;left:1.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlBIXTmqwg8afhbi2t935T7pBBR3rZZM { width:20rem;height:3.75rem;top:29.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pq7okaXVUgGqGCzpeKNp0AsaaxkMpfnJ { width:20rem;height:1.9482375rem;top:30.375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QeWUTMOA5G5klQCIrWfSF5MtBZoy4VIb { display:block; }#QeWUTMOA5G5klQCIrWfSF5MtBZoy4VIb > .row .container { width:20rem;height:80.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eaSa31HTp9KFsDMROINenyDS5rRTtvd6 { width:20rem;height:2.24975625rem;top:43.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQNnCPmEdfhft01LhuFkM6VKM977B5kt { width:11.6875rem;height:0.97439375rem;top:34.4375rem;left:0rem;font-size:0.75rem;display:block; }#PQNnCPmEdfhft01LhuFkM6VKM977B5kt li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c612b33e5327c1e4ad8f52338c4ba3693b27c1ca.svg); }
 }@media only screen and (max-width: 763px) { #UCWTyKWicLtEXKfovcXPNkvx6S5yl9oU { width:18.5rem;height:11.9683125rem;top:36rem;left:0rem;font-size:0.75rem;display:block; }#UCWTyKWicLtEXKfovcXPNkvx6S5yl9oU li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ad821b452804d2facbf2577e6a955cff0d9aec36.svg); }
 }@media only screen and (max-width: 763px) { #wU6wLlt13TnTKdGSQU3NnTr3ZZQi9TqX { width:20rem;height:3.75rem;top:53.625rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #EPk0BOXuMREgxG0caDQZdP3maEZBsfSH { width:16.062rem;height:2.9375rem;top:76rem;left:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzkE5bQN6KPm7AJ7f6MxdxQmbxB6zNxU { width:19.875rem;height:1.875rem;top:27.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzHypfRPs5AUJ7FEW2HNGEZnOwKucXqR { width:13.8125rem;height:1.13606875rem;top:27.4375rem;left:2.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGxvSbKVuarmaKaLfRT2qGCJwOMFkFn5 { width:20rem;height:1.875rem;top:4.5625rem;left:-0.0625rem;border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #syVA9QUUWRvPTGWGo1bANBU9WUdRX5nL { width:11.625rem;height:1.13606875rem;top:4.931640625rem;left:3.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIaiPTQADzoflZqtpIbsSq5LO5epb9Qw { width:8.4375rem;height:1.875rem;top:2.18359375rem;left:5.78125rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ag0seEQew8vbsxXyxyeKOAM04I6O9Srz { width:20rem;height:1.875rem;top:9.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E33cs5vFegkw2TppLWPQ9PB6nxndfW9w { width:12.8125rem;height:1.13606875rem;top:10.181640625rem;left:2.84375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8eFWna7sbZM5l2UkDbNShx8UzfwgE5v { width:16.75rem;height:1.3rem;top:7.0625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dLSe4VoBAHVM81DumJlc5ZcmtxHRXt3H { width:15.0625rem;height:1.3rem;top:12.3125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zZGDixWr0bZtHsAmpbWGR5ewTNNI75Ap { width:13.3125rem;height:1.2000875rem;top:29.5625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kdFoS50caIilLMnvf4JOL3AiZqShgStD { width:20rem;height:3.1477875rem;top:31.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGXK17fPiu3hIA3THgccAkxFKpJpDxZR { width:20rem;height:3.37280625rem;top:49rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKguaANbRcLPNalyupJamNB1gq5w2Kz3 { width:20rem;height:2.8125rem;top:18.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWoVtat6bxSfG5IwK57g77uAgSHuPLuT { width:20rem;height:1.9487875rem;top:18.6875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GR077QOr1sBMrnoh0MUZfhCIm9nTUTwP { width:20rem;height:2.8125rem;top:22.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUqA5bVG7x5nM1Rsmcq4S0P1wfHkNI70 { width:20rem;height:2.8125rem;top:14.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsHoHiiZidu4NzKp7NrQgNJMEIyGiTSw { width:20rem;height:1.9487875rem;top:14.6875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSamSO6D6yWp3u74xyHTGNp168oLfcdn { width:20rem;height:2.92318125rem;top:22.8125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DayE0MAcsTHZdGlkwifJF64xB7socneX { width:20rem;height:3.75rem;top:75.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFnaqZvHA49MqSp4LCREWRllLHdss7o8 { width:20rem;height:3.75rem;top:58.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IN8xdDz86Q9xuh3QuGylgIl52TfOu6Wd { width:14.7485625rem;height:2.923175rem;top:59.0625rem;left:2.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiSFOwxLTMXte8NNNOti3qyDPxMUi5pU { width:11.3745rem;height:1.9487875rem;top:64.5625rem;left:4.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQ6AquDKrzdO9bGSaXwlh62iCAHtE0XG { width:20rem;height:3.75rem;top:63.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8gmufxUzGd4pcf8m6ol8DH07AqW2QIw { width:18.2495rem;height:1.97439375rem;top:54.5rem;left:0.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWwSNdWQESOcfnxrIwLEMhALi6FkdURa { width:20rem;height:3.75rem;top:68.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2405reL047NBmqlOwG9wQIZnUkTdITf { width:15.1233125rem;height:1.9487875rem;top:69.5625rem;left:2.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qrr1GEoEybnw8arpKIM5okEUeS6insCP { display:block; }#Qrr1GEoEybnw8arpKIM5okEUeS6insCP > .row .container { width:20rem;height:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SMDKsDF7T4UrJqlVGi4KTl7TXCaZ5kvc { width:20rem;height:1.875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8irvaE9ZPe2GKAk6UvzzqLlpLxTs8K3 { width:20rem;height:1.13606875rem;top:1.61865234375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywXlLvl7a5sM98HoDmcoeegfaHDFneH6 { width:20rem;height:1.3rem;top:3.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAGkGwe8wpLX56Uf6IaS90kyeB5ZAtwX { width:20rem;height:1.875rem;top:6.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g764vW0FCrTpVmT5VBI00FZg0fL5h4nc { width:20rem;height:1.13606875rem;top:6.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCmxkbeJKzOBIT8ZaABUOoanH6MfP0Uc { width:20rem;height:1.04980625rem;top:10.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0ME1tOmrBMka933GdKoxszzE9T5Tbsd { width:20rem;height:6.783875rem;top:13.6875rem;left:0rem;font-size:0.75rem;display:block; }#V0ME1tOmrBMka933GdKoxszzE9T5Tbsd li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ad821b452804d2facbf2577e6a955cff0d9aec36.svg); }
 }@media only screen and (max-width: 763px) { #MGzvxAUKZdhwLsHSylM9BygtKJXrBlpt { width:20rem;height:0.97439375rem;top:12.173175811767rem;left:0rem;font-size:0.75rem;display:block; }#MGzvxAUKZdhwLsHSylM9BygtKJXrBlpt li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c612b33e5327c1e4ad8f52338c4ba3693b27c1ca.svg); }
 }@media only screen and (max-width: 763px) { #CM131dAxL6nBf1stJV8uX34ISAQczcB0 { width:20rem;height:3.0625rem;top:43rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBV1ABbgST813FGbUFRdXH2XOPDsnrpO { width:20rem;height:1.9375rem;top:43.5625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFOrTldASdTWeHtQwKpWwKW6eocfQTSW { width:17.5rem;height:1.2000875rem;top:8.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeCLmhFtJ3PkATGqiirh5bpUT5girFUK { width:20rem;height:3.37280625rem;top:21.53125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGBWS7KKZyWkvbRnBA0yZkQNaUx6gl1M { width:20rem;height:3.75rem;top:26.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLdKgB4RXqts9tVBx2o1alNHSKw3Q9Up { width:17.124rem;height:2.9487875rem;top:26.625rem;left:1.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vU3JZScJyL5m5y87QCXUzR5zLel6pQ1B { width:20rem;height:3.75rem;top:31.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ds2Enp2lLTGikp0LnWbyTTnx6AOCO87m { width:17.1228125rem;height:2.9375rem;top:31.5625rem;left:1.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZIM2PMsG0PoZEGEz3a7mWn7GaQZ7OOy { width:20rem;height:3.75rem;top:36.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkfQry11lTWRDEXEombswzDn92lXS0JX { width:19.99875rem;height:2.92318125rem;top:36.5625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKNWxOzXflW05x0iuJdxCwVhkLuER1HU { display:block; }#pKNWxOzXflW05x0iuJdxCwVhkLuER1HU > .row .container { width:20rem;height:37.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WeobsmguvJ8auGonPRrq7cmHncpyL68R { width:20rem;height:3.3125rem;top:33.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKouduQWw1QrUeliI4hNxaT1yKWOqf8T { width:20rem;height:1.9487875rem;top:33.75rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBtTbOcNIANrrGsEJ5mSnDfJVuWfwEBc { width:20rem;height:5.4969625rem;top:10.0625rem;left:0rem;font-size:0.75rem;display:block; }#vBtTbOcNIANrrGsEJ5mSnDfJVuWfwEBc li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ad821b452804d2facbf2577e6a955cff0d9aec36.svg); }
 }@media only screen and (max-width: 763px) { #IELuSGKrJzUyIM1DIPhP9tv65sNF2Toz { width:20rem;height:0.97439375rem;top:8.375rem;left:0rem;font-size:0.75rem;display:block; }#IELuSGKrJzUyIM1DIPhP9tv65sNF2Toz li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c612b33e5327c1e4ad8f52338c4ba3693b27c1ca.svg); }
 }@media only screen and (max-width: 763px) { #GwxT0gCXT91eWlnE18Ta6RVEKczRL9rn { width:17rem;height:2.098525rem;top:5.4375rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eVifVOcG2UTl0qpOv0awSAusRHmvD5bC { width:20rem;height:1.875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUlyZxP0uakm7AeTM9lmcqNd682TpoDV { width:14.125rem;height:1.13606875rem;top:1.619140625rem;left:2.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNDNk1fI5KMQAQqz8cRtfthMzwcosDeD { width:20rem;height:1.2000875rem;top:3.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdkVKJu0UbqXtNvHyrAQKXHtORinB2uy { width:20rem;height:3.37280625rem;top:16.6513671875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lk2SMTOl3iuLUyvnOHK38S2Z6h1ieFFV { width:20rem;height:3.75rem;top:21.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKu5es1Q1gfRCRDi50UWTwaGvGZMXh5O { width:17.24975rem;height:2.9487875rem;top:21.650390625rem;left:1.373291015625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wT1e4lhXpOmFpa6km0lXsmQMF8AGxpov { width:20rem;height:3.75rem;top:26.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nC7vGovkosmMMnlzqutynPXM6sV8kCQ3 { width:15.81175rem;height:2.9487875rem;top:26.663818359375rem;left:2.09228515625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2Jl8hFKt5TmVtTPO5sQ3LF2sTp0dO1o { display:block; }#q2Jl8hFKt5TmVtTPO5sQ3LF2sTp0dO1o > .row .container { width:20rem;height:51.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BBqx0v0U4ReDqsgH0xEffTaTdOSQRqnV { width:20rem;height:4.12475625rem;top:46.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i382LGHUW4x74wpx7RoKmfvPkOOJ0eCF { width:20rem;height:8.732625rem;top:15.3125rem;left:0rem;font-size:0.75rem;display:block; }#i382LGHUW4x74wpx7RoKmfvPkOOJ0eCF li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ad821b452804d2facbf2577e6a955cff0d9aec36.svg); }
 }@media only screen and (max-width: 763px) { #fJyFA71Tq1gnOh3nSveodmkLgXZ9qPZO { width:20rem;height:0.9746125rem;top:13.625rem;left:0rem;font-size:0.75rem;display:block; }#fJyFA71Tq1gnOh3nSveodmkLgXZ9qPZO li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c612b33e5327c1e4ad8f52338c4ba3693b27c1ca.svg); }
 }@media only screen and (max-width: 763px) { #mp5qtd61oVsUOxTHniaT6UT4XOdGOvCo { width:17rem;height:2.098525rem;top:10.75rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CrOhtuiGBHxsK97qHVwVO4f2LPDfFRXJ { width:20rem;height:1.875rem;top:6.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIZqOuE0x18BOO2tpXKE8AAX1kUC2k84 { width:14.125rem;height:1.13606875rem;top:6.9309997558594rem;left:2.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDK7IQLCT1BJOFNoQPUfm4JMnWRFudpn { width:20rem;height:1.2000875rem;top:9.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcehTBErXeq6tLRPJ5Awsz5JICsv9wOb { width:20rem;height:1.2999125rem;top:3.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2OZp6ZpSpdxKdFwxukfkh6x2o85Frtm { width:20rem;height:1.13606875rem;top:1.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nC4pJIsAA4ZQk2zXNc5xKrfR8ukhcgc2 { width:20rem;height:1.875rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qu1p8b4r8IahaCLcxzn4RyDlRscNoIgf { width:20rem;height:3.37280625rem;top:24.8125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmbPXhNEl5l5McWGSXiy7V9DgApE1aNx { width:19.9995rem;height:2.923175rem;top:46.9375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LuFfkvlsNMp8ZTfTrT1XtkZU5JN4arp0 { width:20rem;height:3.75rem;top:34.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZXQytIslME76rerhLJuxMUbLT86aFyy { width:20rem;height:2.9375rem;top:34.9375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDn2U76SBLLmdkTyvyuxIEUoud3v3aVw { width:20rem;height:3.75rem;top:29.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTt9d4N6d5UJa7CIRAzXCu0XNi7xr3pG { width:20rem;height:2.91189375rem;top:29.8125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PtJXwkCIUp3W7xQcGmKpQkztvTGMnCes { width:20rem;height:3.75rem;top:39.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8ueM9ch2uSr7aVxlT6T2MTTSkT9Ho1P { width:14.56175rem;height:2.92318125rem;top:39.875rem;left:2.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvSLe2V9sOHHl6uMngGwDeRLerilWQ7T { display:block; }#kvSLe2V9sOHHl6uMngGwDeRLerilWQ7T > .row .container { width:20rem;height:40rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s0aJB8vQmlLZG0ymOhuuaoV9IwtQOhWa { width:20rem;height:2.9375rem;top:34.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBsw79x7NZmT8SK36JASBm9pxkL0UAkE { width:20rem;height:1.97439375rem;top:35.3125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvMFsPAGeUSEtSVUeIhxeJhPvm5vmo5f { width:20rem;height:4.83506875rem;top:12.955078125rem;left:0rem;font-size:0.75rem;display:block; }#JvMFsPAGeUSEtSVUeIhxeJhPvm5vmo5f li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ad821b452804d2facbf2577e6a955cff0d9aec36.svg); }
 }@media only screen and (max-width: 763px) { #xkCygwtbbS1kik9pomyArTl2AJwzeJQ3 { width:20rem;height:0.975rem;top:11.580078125rem;left:0rem;font-size:0.75rem;display:block; }#xkCygwtbbS1kik9pomyArTl2AJwzeJQ3 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c612b33e5327c1e4ad8f52338c4ba3693b27c1ca.svg); }
 }@media only screen and (max-width: 763px) { #m0o1rSgGTncS0vgsD50mmoXcZ900iMQp { width:12.75rem;height:1.05rem;top:10.07421875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDSHioVpbNq0P6AWOiSME12ireS2UZfl { width:20rem;height:1.875rem;top:6rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOw2e9El5DAehb28CauLaxlvqW0uSVOG { width:17.9375rem;height:1.13606875rem;top:6.375rem;left:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9uotP3srsKDnSB9iPfGk90AKqU3M3Uv { width:20rem;height:1.3rem;top:3.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LC64wKTHD7ORwkrfGt2EyL4BZnoK9JGT { width:20rem;height:1.875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHoyTVKXpcf97w28CLt3IcGp41KOQawX { width:20rem;height:1.13606875rem;top:1.619140625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6PTTWOK7ofOCNZ7EoIuhqQIfGQJmA4k { width:20rem;height:1.2000875rem;top:8.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPPdP6aCzEahCmqWKvxLt6LVpQXcXVtE { width:20rem;height:3.75rem;top:27.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCHK21o7ZgtpO4EFEoHyrhXgwlasZf6J { width:20rem;height:1.97439375rem;top:28.8125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4ZNCsL7BHnDKuvMpaCwFswlRJZ3JzCT { width:20rem;height:3.75rem;top:22.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ol4RMiwh0ZEDy54pXMmyKeL575On1HAx { width:18.9995625rem;height:2.92318125rem;top:23.375rem;left:0.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgCbGTulFBNh4G9ZVh3JbPvetdqoWq7t { width:20rem;height:3.37239375rem;top:18.313802719116rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVvqyLD9rXBBA7NWXfbkJRTT86BlbXek { display:block; }#TVvqyLD9rXBBA7NWXfbkJRTT86BlbXek > .row .container { width:20rem;height:41.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KFGRWmfHVT8itg7UGwwCKEbyCEdSkLce { width:20rem;height:3rem;top:37.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUOZOsdrfAH0mIBMUy5U73uyA4exnwko { width:20rem;height:1.9375rem;top:38.3125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkUrqFGWFh3gbRCCXTSBi0NCwXH0Dh0C { width:20rem;height:7.75825rem;top:8.4375rem;left:0rem;font-size:0.75rem;display:block; }#EkUrqFGWFh3gbRCCXTSBi0NCwXH0Dh0C li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ad821b452804d2facbf2577e6a955cff0d9aec36.svg); }
 }@media only screen and (max-width: 763px) { #IOii0e8Zxl1poCwdmTtKXxSxp74hlJ6Z { width:20rem;height:0.97439375rem;top:6.98698425293rem;left:0rem;font-size:0.75rem;display:block; }#IOii0e8Zxl1poCwdmTtKXxSxp74hlJ6Z li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c612b33e5327c1e4ad8f52338c4ba3693b27c1ca.svg); }
 }@media only screen and (max-width: 763px) { #Utr1AifQxcuriKvJqF41TievpuU55uDq { width:20rem;height:1.05rem;top:5.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnBTQNbegTTc7p5T8cAKhsv4CCdpB0Ao { width:20rem;height:1.2000875rem;top:3.630859375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfcp3VJbk9HNHlX4MFnPPLdhXtF46HoO { width:20rem;height:1.13606875rem;top:1.619140625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNO86X3RS8BKilJqTEfnCgLzM9LTDrTF { width:20rem;height:1.875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPnNc1tVObLoPJA1rsismTHkA4MWvylN { width:20rem;height:3.75rem;top:26.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpiZfPZTcFISwTqTGRPLV8EPniEWqmdQ { width:20rem;height:2.92318125rem;top:26.8125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOBytSLxcHo0r7aZuB0M5fv46sbq6JRU { width:20rem;height:3.75rem;top:21.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7TkR95O6NRPfQSSX9L2JQ9xDOOlhuCM { width:20rem;height:2.9487875rem;top:21.8125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvTgFvJ10TSDx732XN7a4sZMLW6gxlvo { width:20rem;height:3.37239375rem;top:16.820746898651rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwTCigVHXOSoqs2VL4Z34h0H4JBzbyEG { width:20rem;height:3.75rem;top:30.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRem9Vnkr8OBFQd9SmFyro5Mz8Oy6Cb0 { width:20rem;height:2.9487875rem;top:31.25rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzWBGBKb3wkTDPdIr0avxOy4ZOGSeogv { display:block; }#BzWBGBKb3wkTDPdIr0avxOy4ZOGSeogv > .row .container { width:20rem;height:38.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bA4qwTZQoR5gZJXcaW5zVwCbAZeGcHOe { width:20rem;height:2.2612875rem;top:9rem;left:0rem;font-size:0.75rem;display:block; }#bA4qwTZQoR5gZJXcaW5zVwCbAZeGcHOe li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ad821b452804d2facbf2577e6a955cff0d9aec36.svg); }
 }@media only screen and (max-width: 763px) { #y8VJ3kCV26awaQQISQFwn1BiHOwVa3n3 { width:20rem;height:0.975rem;top:7.5rem;left:0rem;font-size:0.75rem;display:block; }#y8VJ3kCV26awaQQISQFwn1BiHOwVa3n3 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c612b33e5327c1e4ad8f52338c4ba3693b27c1ca.svg); }
 }@media only screen and (max-width: 763px) { #wRbUpM7PcPMwaZF2HqExFxcxzpFA7LyJ { width:20rem;height:1.05rem;top:5.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKZpWafwXbUpB4LIAGtwE79xH7xO8Prt { width:20rem;height:3.0625rem;top:19.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvrUM6WzIC5V2LAOh8hRK5B017LmzCBW { width:20rem;height:1.9375rem;top:19.9375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXH7fD5H8ZnNAam4goo2Itv3bPeahqVW { width:20rem;height:1.875rem;top:24.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcE9XhU3lpaL5KNtsn5KN5nlqv0VdJOc { width:20rem;height:1.13606875rem;top:24.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWvE53le7r9D8B7xehfi724ryzhCFy2d { width:20rem;height:1.875rem;top:29.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssZJiaq7pe7KfU84pvpxsG22PLBWaKVc { width:20rem;height:2.098525rem;top:34.125rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #emTvb7tWQWEIcf2U1FBof4rHLGiPDNrZ { width:20rem;height:1.13606875rem;top:29.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ebu0IN0EweCIWPJk0Qzg1oQ86wClSDLy { width:20rem;height:1.2999125rem;top:26.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRgh015M1G28qKdGyRcJ4npknLsDe3Bt { width:20rem;height:1.2000875rem;top:3.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8a3QUWefwFkgK1NpJZvG8BoNUDl1m2X { width:20rem;height:1.875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRybTuUqAqv4TTtTrzGlHhx6PyER8z2W { width:20rem;height:1.13606875rem;top:1.6171798706055rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSDAiQRgOfTF3aTkJyPXP8lmU0PwHReX { width:18.75rem;height:1.2000875rem;top:32.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLkAT4lJQHbLVC8fMvpP0A1xHLao5BIP { width:20rem;height:3.75rem;top:12.509765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zflrK6ZKnbavB0SG1S9xN2PsTTHAxZ9y { width:17.1875rem;height:2.9487875rem;top:12.923583984375rem;left:1.40625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmX7HLFPNTWbwrrWib22862yL6DQF3hl { display:block; }#NmX7HLFPNTWbwrrWib22862yL6DQF3hl > .row .container { width:20rem;height:26.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hqHXqCoHqb6ufcaOn5MlDPDwGolVHrGQ .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#hqHXqCoHqb6ufcaOn5MlDPDwGolVHrGQ .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hqHXqCoHqb6ufcaOn5MlDPDwGolVHrGQ .widget-input-text {padding-top: 0; padding-bottom: 0;}#hqHXqCoHqb6ufcaOn5MlDPDwGolVHrGQ .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hqHXqCoHqb6ufcaOn5MlDPDwGolVHrGQ .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hqHXqCoHqb6ufcaOn5MlDPDwGolVHrGQ .widget-input-select {padding-top: 0; padding-bottom: 0;}#hqHXqCoHqb6ufcaOn5MlDPDwGolVHrGQ .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hqHXqCoHqb6ufcaOn5MlDPDwGolVHrGQ .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#hqHXqCoHqb6ufcaOn5MlDPDwGolVHrGQ  { width:17.5rem;height:auto;top:8.875rem;left:0rem; }
#hqHXqCoHqb6ufcaOn5MlDPDwGolVHrGQ .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hqHXqCoHqb6ufcaOn5MlDPDwGolVHrGQ {display:block;}#hqHXqCoHqb6ufcaOn5MlDPDwGolVHrGQ { width:17.5rem;height:auto;top:8.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hqHXqCoHqb6ufcaOn5MlDPDwGolVHrGQ #UaBh8hiTrCA7odp3Ceyu4vCbZNMcrWex {  }
 }@media only screen and (max-width: 763px) { #hqHXqCoHqb6ufcaOn5MlDPDwGolVHrGQ #DIrvpFPrbIDd2niAbeHX79cGXdGcDyXr {  }
 }@media only screen and (max-width: 763px) { #hqHXqCoHqb6ufcaOn5MlDPDwGolVHrGQ #T5pqC7yewhD52pbAF7eKHaaI1let6Ng4 {  }
 }@media only screen and (max-width: 763px) { #hqHXqCoHqb6ufcaOn5MlDPDwGolVHrGQ #Db6TTdXc7zJtto7hqGdAWK81QVkQM1tz {  }
 }@media only screen and (max-width: 763px) { #hqHXqCoHqb6ufcaOn5MlDPDwGolVHrGQ #KLp4g1lxrMqEfA9MsZ63cTqeerwN5bJO {  }
 }@media only screen and (max-width: 763px) { #hqHXqCoHqb6ufcaOn5MlDPDwGolVHrGQ #Kxu9Asoq7PycBQOIGoAZlGTzFQFecis1 {  }
 }@media only screen and (max-width: 763px) { #hqHXqCoHqb6ufcaOn5MlDPDwGolVHrGQ #sMifRKGsxl5pwVEU0gZ4T49qgFxUid9L {  }
 }@media only screen and (max-width: 763px) { #hqHXqCoHqb6ufcaOn5MlDPDwGolVHrGQ #THMS5lC8mVXhTGexecncR8GDvviUOaLW {  }
 }@media only screen and (max-width: 763px) { #C7g1kMd7h5CPXPzGGBA2Ak2ITp0E78bl { width:15.81175rem;height:6.36935625rem;top:1.884765625rem;left:2.0927734375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NAmpkZacbd7TsmUqAQTUwGQsahX5VXIQ { display:block; }#NAmpkZacbd7TsmUqAQTUwGQsahX5VXIQ > .row .container { width:20rem;height:127.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zWnJ8zyJRzSgy0qwakBd9w02AXrTNofl { width:17.5rem;height:1.00043125rem;top:2.25rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hzQt7VZVlUTy1HfodQolZlP9NrpREtgw { width:5.49926875rem;height:5.49926875rem;top:3.25rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBTmb2RH5CddeMeDQxRFNnZ9IRxCib2Q { width:8.31175rem;height:2.6245125rem;top:103.625rem;left:1.8125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #wqDkliV0fvHm2fMsvhc23USVHw6cQRPA { width:17.5rem;height:1.00043125rem;top:100.5625rem;left:1.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vEahxJEvlUMT6ehHfC5JWHshrc1eND89 { width:9.75rem;height:1.3125rem;top:109.3125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3O7uFvk8VUNeqrZ2Et4ixXTQg7rUaNS { width:7.99925rem;height:5.99975625rem;top:12.437255859375rem;left:5.999755859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ir5gDUb0urm3R74eszWIgTqWbIEf7cmb { width:18.2495rem;height:1.00043125rem;top:10.875rem;left:0.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f7ypt2SwIKTtfuJnl26EPRc0J6XqVo17 { width:6.74925rem;height:2.56225625rem;top:103.625rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUMPgLsvEdlbm3hrNMl8OBwX8roh2Kv2 { width:8.125rem;height:3.93676875rem;top:114.125rem;left:10.625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #zL4eulJhdfrPGrinui26trff4XC2q2TS { width:7.5610625rem;height:3.31176875rem;top:114.4375rem;left:1.1875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #mSaZcpDkaBu9UqNVXNDZpROaPmJ3quQV { width:20rem;height:1.00043125rem;top:90.6875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L8u3A3g4y3sv6NdGw0fwlsBP3QQbZJRm { width:12.4365rem;height:3.18725625rem;top:92.9375rem;left:3.9375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #KCNuWkpyhxCcUZ75TS1MLFP2uZv7UO7e { width:20rem;height:1.00043125rem;top:42.310302734375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fezTtNoLGkk7hluCTHgK9C5dCNc1bHqr { width:6.3110625rem;height:5.81176875rem;top:45.885009765625rem;left:11.74951171875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #MJ2XEmgDK8lo83AGNhN0zJMkFHEI2Tc7 { width:20rem;height:1.00043125rem;top:31.62451171875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GWAp0pOwWe5wNsQ7rSvd0CEdDyZW2Lv3 { width:7.5rem;height:7.5rem;top:32.624267578125rem;left:6.25rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #roTSDadRk3DF3VirEvUWeT4y2SIHgOGO { width:19.24925rem;height:1.00043125rem;top:21.625rem;left:0.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TA9pEMGPNUlhMCak8UtcoJXRL7NknqgS { width:16.1865rem;height:4.56176875rem;top:23.49951171875rem;left:2.31201171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1LFmK03twnm1rdR9ML2n5D3ZToByizh { width:20rem;height:1.00043125rem;top:69.4990234375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u07gFNWe0t179T8TId8huL97dQwZiTF7 { width:4.4375rem;height:7rem;top:72.435552597044rem;left:2.8743489384651rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #gUseBnxq9cudpx3HPCP3Xefx0S0ITm6b { width:6.75rem;height:3.9629184100418rem;top:108.4375rem;left:12rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #EQhKV0QFi8tMBcwrWB21rB2cRnFK0KH1 { width:10.37475rem;height:5.3125rem;top:52.774658203125rem;left:0.277587890625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TIyp1h7qUTTwFSZoV3uzTqaZG2wREIt0 { width:10rem;height:7.1875rem;top:45.19775390625rem;left:0.25rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #eJZ1pU5quImTWI0ceuuQBemJiCW2p1Oa { width:5.5rem;height:5.5rem;top:72.871749877931rem;left:12.123481094837rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #QOO3yIz2SdEl0afulZ1XGVKKQaAzsCMH { width:7.99925rem;height:8.31175rem;top:50.94921875rem;left:10.828857421875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #EAv6tKpNPKcSpcVSqdna62EKdeTf7sLL { width:10.5rem;height:10.5rem;top:57.39013671875rem;left:4.84182421875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #dGF9LtWUDW2oTxreFBNFTD0xbMmOduu5 { width:7.5rem;height:5.49913125rem;top:81.058588027956rem;left:0.37500005960464rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #V8eObV7FXmO6tSCN4SoFkKXw0cR9Mrtr { width:10.625rem;height:2.87475625rem;top:119.3125rem;left:4.6875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #HMWppzV7Bqx0Zxx8G4l8T1P8Wes6efaQ { width:9.375rem;height:2.56185rem;top:83.060552597044rem;left:10.372613251209rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #mqJIV1Vh1ZaIFT0u0lnRkR2Vb2h9X4KQ { display:block; }#mqJIV1Vh1ZaIFT0u0lnRkR2Vb2h9X4KQ > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LnTGHM4RS1lGXJQusIpCTyQThS7wyDGD { width:14.375rem;height:2.00086875rem;top:3.125rem;left:2.8125000596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uXsGiD9UI1X8kHIMwqOy5FMTE34n5cym { width:12.5rem;height:3.125rem;top:6.2492141723633rem;left:3.7500000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9gORWTuGWWS18dZmTfUqeJTOUgtdiod { display:block; }
 }