.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.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:#000000;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; }
#FZxxsImJKeWWhFVkCCUpA0oVobfCioi9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:2.4989151954651rem;left:35.9375rem;display:none; }
#N9gdzT9Z8lSuWlar3xL05QRrPxsAIGZQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#N9gdzT9Z8lSuWlar3xL05QRrPxsAIGZQ > .row .container { border-width: 0; border-radius: 0; }#N9gdzT9Z8lSuWlar3xL05QRrPxsAIGZQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N9gdzT9Z8lSuWlar3xL05QRrPxsAIGZQ > .row .container { font-size:0.875rem;font-family:arial;height:9.5rem;width:75rem;position:relative;display:none; }#V0mGn63oAGU7TwVNMv3cHm06eubg21KA { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/491991db-b0a0-4467-a0f2-e0a98fbd8143/imgkv3.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:block; }#V0mGn63oAGU7TwVNMv3cHm06eubg21KA.adaptive-delivery-prevent-bg, #V0mGn63oAGU7TwVNMv3cHm06eubg21KA.lazyload, #V0mGn63oAGU7TwVNMv3cHm06eubg21KA.lazyloading { background-image: none; }#V0mGn63oAGU7TwVNMv3cHm06eubg21KA > .row .container { background-color: transparent; background-image: none; }#V0mGn63oAGU7TwVNMv3cHm06eubg21KA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V0mGn63oAGU7TwVNMv3cHm06eubg21KA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V0mGn63oAGU7TwVNMv3cHm06eubg21KA > .row .container > .video-iframe-container { display: none; }#V0mGn63oAGU7TwVNMv3cHm06eubg21KA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V0mGn63oAGU7TwVNMv3cHm06eubg21KA > .row > .video-iframe-container { display: none; }#V0mGn63oAGU7TwVNMv3cHm06eubg21KA > .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); }#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:15.375rem;width:75rem;overflow:visible;position:relative;display:block; }#nZ527FpwTMbD4l7CdktQXv859dL8RK1e { 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; }
#g559x2rBsP4CndLNDhLcimfHCCfA0S2T { 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; }
#mrD4gWy8WGcTM1OfxnIcCJHFpUfpNRbl { 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.8173828125rem;left:6.748046875rem;overflow:hidden;display:block; }
#L9wcF7eTpp33VF89BT0erGx6PNyZeXto { background-color:#99e000;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-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.860375rem;height:3.421875rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:4.6015625rem;left:30.810546875rem;display:block; }
#HGP2GLs4RqcoFCTHKkEuKNyM0QftiUC1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FeF30Jz6klPZVzoSDTiD90vRlbgNcRBT { background-color:#ffffff;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.7324375rem;height:3.421875rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:4.6015625rem;left:38.1416015625rem;display:block; }
#evZvdPx3sJzUMvVP1VSzxJ7WNUyJeTO5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#t7SX1MoCXZQ5xzPKK43fpQSzI88uzoKr { 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.875rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:4.59375rem;left:46.375rem;display:block; }
#drlrqapNVHTIwbIWGUi5ZgDedGO2Ddqo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#arw3HdJ0c0aQ6JfldxRa2gDl4cEFCU6i { 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:5.9375rem;height:3.37988125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:4.62109375rem;left:65.9375rem;display:block; }
#ztqeNJe98luelCBerkXPbc3X2GPfSwgN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZG0d4T8sCee9caPiczsys9IrDZV4PnEd { 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:11.5625rem;height:3.375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:4.625rem;left:53.8125rem;display:block; }
#quhkWp92kJQgkiLwa0Lru5gWKCLQ8HaE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KNleC7sCz2i70daiwl60PeKp98LnoT01 { background-color:#ffffff;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:8.125rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:4.59375rem;left:22.123046875rem;display:none; }
#f4zy1vtEkRAEtN1eXdmBsF8dVGveJKmp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#s1tldURm96OXPrJEBJW28gQNI9ymp2lJ { background-color:#bababa;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-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.860375rem;height:3.42285rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:4.6015625rem;left:30.435546875rem;display:none; }
#VKwT3xOzgWESGtKJI5lbfTmsrHS26W4t { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GpmfLAG4LpTDc8NU1VMf9H2qRNZzfEUM { 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; }#GpmfLAG4LpTDc8NU1VMf9H2qRNZzfEUM > .row .container { background-color: transparent; background-image: none; }#GpmfLAG4LpTDc8NU1VMf9H2qRNZzfEUM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GpmfLAG4LpTDc8NU1VMf9H2qRNZzfEUM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GpmfLAG4LpTDc8NU1VMf9H2qRNZzfEUM > .row .container > .video-iframe-container { display: none; }#GpmfLAG4LpTDc8NU1VMf9H2qRNZzfEUM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GpmfLAG4LpTDc8NU1VMf9H2qRNZzfEUM > .row > .video-iframe-container { display: none; }#GpmfLAG4LpTDc8NU1VMf9H2qRNZzfEUM > .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); }#GpmfLAG4LpTDc8NU1VMf9H2qRNZzfEUM > .row .container { border-width: 0; border-radius: 0; }#GpmfLAG4LpTDc8NU1VMf9H2qRNZzfEUM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GpmfLAG4LpTDc8NU1VMf9H2qRNZzfEUM > .row .container { font-size:0.875rem;font-family:arial;height:46.375rem;width:75rem;position:relative;display:block; }#w89hMecTupxOVeXerkcCplUcrtL4Eyc0 { color:rgba(var(--color-primary-2),1);display:block;width:19rem;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:4.5295104980469rem;left:2.6857643127441rem;height:3.44965rem;font-style:normal;display:block; }
#mGJT8T3knGAl6J2dMS0Xsl3g1geCITM2 { box-sizing:content-box;height:3.93663125rem;width:30.686875rem;position:absolute;display:block;z-index:15036;background-color:#f6f6f6;background-image:none;top:10.25rem;left:2.6873226165771rem;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; }
#kJoJ1MHCKtX4QNkpNHEA5lS0CsVmUQLG { color:#3f3f3f;display:block;width:28.9365rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:11.1875rem;left:3.9994668960571rem;height:2.11263125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#S0TrAsbGa8etgwqc5u4R6SUdTm6tIlBX { color:#3f3f3f;display:block;width:19.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:11.1875rem;left:34.749645233154rem;height:2.11263125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#I7BwknFznM542XROriWs9uKB5OAw71N3 { box-sizing:content-box;height:5.625rem;width:28.125rem;position:absolute;display:block;z-index:15040;background-color:#f6f6f6;background-image:none;top:17.25rem;left:4.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; }
#qiwcPNyFJCZF2cMGHF6WqPZFmVBwJ50S { color:#3f3f3f;display:block;width:21.9995rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15044;line-height:1.3;letter-spacing:0;top:18.4375rem;left:7.375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zEZfScOr8mMZIqn1Uxixl5vTKagDPdug { box-sizing:content-box;height:5.625rem;width:28.125rem;position:absolute;display:block;z-index:15032;background-color:#f6f6f6;background-image:none;top:37.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; }
#EcZNkCBgoEOWSMIUPbOkUpu9tViiwwwv { color:#3f3f3f;display:block;width:22.372375rem;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:39.0625rem;left:26.8125rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lhlIAfX5d57rKyhNQauwORWT8to6QJ1q { box-sizing:content-box;height:5.625rem;width:28.125rem;position:absolute;display:block;z-index:15034;background-color:#f6f6f6;background-image:none;top:24.125rem;left:4.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; }
#iNl6D2q00mBqwlhT524C3H8WA2g846pk { color:#3f3f3f;display:block;width:25.8125rem;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:24.375rem;left:5.625rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ePKMc1ar3Uxx0NldAaGok9aPyqqSIq9K { box-sizing:content-box;height:5.625rem;width:28.125rem;position:absolute;display:block;z-index:15036;background-color:#f6f6f6;background-image:none;top:31rem;left:42.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; }
#OGEVvlthX7cfC3my6S1UTTuZrf5Z7yuM { color:#3f3f3f;display:block;width:23.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:32.1875rem;left:44.9375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RCsP89NIyNkPxf9HUdVmVVTHwUgKrenE { box-sizing:content-box;height:5.625rem;width:28.125rem;position:absolute;display:block;z-index:15050;background-color:#f6f6f6;background-image:none;top:31rem;left:4.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; }
#WmntXy017xqsJumzqNXpxucOT6plLX6R { color:#3f3f3f;display:block;width:23.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15113;line-height:1.3;letter-spacing:0;top:32.1875rem;left:6.625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MwWupUofwW7gQGU4DX0GMDkIJyumuv50 { box-sizing:content-box;height:5.625rem;width:28.125rem;position:absolute;display:block;z-index:15056;background-color:#f6f6f6;background-image:none;top:17.25rem;left:42.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;display:block; }
#vX1KFdypbhJT2XZLU5XKDSuBFTJA8ial { color:#3f3f3f;display:block;width:23.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15109;line-height:1.3;letter-spacing:0;top:17.625rem;left:44.9375rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kad2U48L2hWmZQU6br1Kskt8bJgPLUFa { box-sizing:content-box;height:5.625rem;width:28.125rem;position:absolute;display:block;z-index:15038;background-color:#f6f6f6;background-image:none;top:24.125rem;left:42.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; }
#t8X574s52PqnJATTTp5Mb79KohrknUAJ { color:#3f3f3f;display:block;width:23.5625rem;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:25.3125rem;left:44.9375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#P6G4FQAWCET1pw7pcQyvHv1z0NEeghQD { 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; }#P6G4FQAWCET1pw7pcQyvHv1z0NEeghQD > .row .container { background-color: transparent; background-image: none; }#P6G4FQAWCET1pw7pcQyvHv1z0NEeghQD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P6G4FQAWCET1pw7pcQyvHv1z0NEeghQD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P6G4FQAWCET1pw7pcQyvHv1z0NEeghQD > .row .container > .video-iframe-container { display: none; }#P6G4FQAWCET1pw7pcQyvHv1z0NEeghQD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P6G4FQAWCET1pw7pcQyvHv1z0NEeghQD > .row > .video-iframe-container { display: none; }#P6G4FQAWCET1pw7pcQyvHv1z0NEeghQD > .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); }#P6G4FQAWCET1pw7pcQyvHv1z0NEeghQD > .row .container { border-width: 0; border-radius: 0; }#P6G4FQAWCET1pw7pcQyvHv1z0NEeghQD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#P6G4FQAWCET1pw7pcQyvHv1z0NEeghQD > .row .container { font-size:0.875rem;font-family:arial;height:54.3125rem;width:75rem;position:relative;display:block; }#FwHOpSnCobdbORVCV9n5TwoCJKlq79sp { 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:13.25rem;left:2.6875rem;height:1.625rem;font-style:normal;display:block; }#FwHOpSnCobdbORVCV9n5TwoCJKlq79sp li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#FwHOpSnCobdbORVCV9n5TwoCJKlq79sp li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c612b33e5327c1e4ad8f52338c4ba3693b27c1ca.svg); }
#JTvi56Ppanm09TfQHwr64Q8tfTCCqgog { 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:15.5rem;left:4rem;height:5.5rem;font-style:normal;display:block; }#JTvi56Ppanm09TfQHwr64Q8tfTCCqgog li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#JTvi56Ppanm09TfQHwr64Q8tfTCCqgog li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ad821b452804d2facbf2577e6a955cff0d9aec36.svg); }
#dBOW3ZnxWZkTLa1HqX1KAfyev53DmONP { box-sizing:content-box;height:3.93663125rem;width:30.686875rem;position:absolute;display:block;z-index:15032;background-color:#f6f6f6;background-image:none;top:3.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; }
#y1eTT6UbMXJmDlSGZ9rE6n5gUNmVQSF7 { color:#3f3f3f;display:block;width:29.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:4.875rem;left:3.3125rem;height:2.11263125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pXFOG3GVHqTdTHoO22QtwIhhrZMXyypr { color:#99e000;display:block;width:36.312rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:4.9375rem;left:34.8125rem;height:1.95rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kmDnHJNggUD07BS9lSp21b145bTlK12N { 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:9.5625rem;left:2.6875rem;height:2.1rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XxQ1cFScTDAUQ7mADMHZSGR6PDHnUrZE { box-sizing:content-box;height:4.5rem;width:37.625rem;position:absolute;display:block;z-index:15088;background-color:#f6f6f6;background-image:none;top:45rem;left:18.062501907349rem;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; }
#i1QIExVcoL0nAk94XW0iDDRQvFE0FCtW { color:#99e000;display:block;width:33.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15092;line-height:1.3;letter-spacing:0;top:45.6875rem;left:20.062501907349rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nFuIT91rVP2kFBBhkiLtFlbysFaygHB9 { 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:15012;line-height:1.5;letter-spacing:0;top:22.25rem;left:2.625rem;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; }
#HRamyCT2lhhCyx6q2V5zC91M0FU6xSWU { box-sizing:content-box;height:5.625rem;width:28.125rem;position:absolute;display:block;z-index:15040;background-color:#f6f6f6;background-image:none;top:27.875rem;left:43rem;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; }
#gWpvI3m1hMLVihQ7hBvWk7Eei5kTp339 { color:#3f3f3f;display:block;width:23.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15093;line-height:1.3;letter-spacing:0;top:29.0625rem;left:45.3125rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TA1lbvq2KiPmZo6gugJ1Kkqtigft1mfs { color:#3f3f3f;display:block;width:20.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15095;line-height:1.3;letter-spacing:0;top:28.25rem;left:7.25rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NRK3kCoTwxlOK5ONQy0fnhOLVEO5MwQP { box-sizing:content-box;height:5.625rem;width:28.125rem;position:absolute;display:block;z-index:15042;background-color:#f6f6f6;background-image:none;top:27.875rem;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; }
#knJJsdwUoTnQALdMvUbVuK867h5Tn03T { box-sizing:content-box;height:5.625rem;width:28.125rem;position:absolute;display:block;z-index:15046;background-color:#f6f6f6;background-image:none;top:34.75rem;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; }
#vaC9kRhr6f6uEgWQmAT6ZufbqqXuP4dJ { color:#3f3f3f;display:block;width:25.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15106;line-height:1.3;letter-spacing:0;top:35.9375rem;left:4.5625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dkQealDPBCHGxF5aVU4HFggorR9ZrcUP { box-sizing:content-box;height:5.625rem;width:28.125rem;position:absolute;display:block;z-index:15056;background-color:#f6f6f6;background-image:none;top:34.75rem;left:42.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; }
#sE1KDLlFnte6RNdrThPpSglxnP6hvQSk { color:#3f3f3f;display:block;width:27.9358125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15119;line-height:1.3;letter-spacing:0;top:35.125rem;left:43.1875rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LgA8Z28vSiwutOJJZsX81XnvpNUvaw8r { 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; }#LgA8Z28vSiwutOJJZsX81XnvpNUvaw8r > .row .container { background-color: transparent; background-image: none; }#LgA8Z28vSiwutOJJZsX81XnvpNUvaw8r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LgA8Z28vSiwutOJJZsX81XnvpNUvaw8r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LgA8Z28vSiwutOJJZsX81XnvpNUvaw8r > .row .container > .video-iframe-container { display: none; }#LgA8Z28vSiwutOJJZsX81XnvpNUvaw8r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LgA8Z28vSiwutOJJZsX81XnvpNUvaw8r > .row > .video-iframe-container { display: none; }#LgA8Z28vSiwutOJJZsX81XnvpNUvaw8r > .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); }#LgA8Z28vSiwutOJJZsX81XnvpNUvaw8r > .row .container { border-width: 0; border-radius: 0; }#LgA8Z28vSiwutOJJZsX81XnvpNUvaw8r > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LgA8Z28vSiwutOJJZsX81XnvpNUvaw8r > .row .container { font-size:0.875rem;font-family:arial;height:69rem;width:75rem;position:relative;display:block; }#ShOCpVt0C6a39zCyeH5o66I7htNck4K4 { 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:15018;line-height:1.3;letter-spacing:0;top:21.4375rem;left:4.125rem;height:;font-style:normal;display:block; }#ShOCpVt0C6a39zCyeH5o66I7htNck4K4 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ShOCpVt0C6a39zCyeH5o66I7htNck4K4 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ad821b452804d2facbf2577e6a955cff0d9aec36.svg); }
#Tfav3lIuVbbVZMhwZsDwqIl7wD3VUdkP { 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:15017;line-height:1.3;letter-spacing:0;top:19.1875rem;left:2.8125rem;height:1.625rem;font-style:normal;display:block; }#Tfav3lIuVbbVZMhwZsDwqIl7wD3VUdkP li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Tfav3lIuVbbVZMhwZsDwqIl7wD3VUdkP li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c612b33e5327c1e4ad8f52338c4ba3693b27c1ca.svg); }
#fCZrzI1g3LGz45Rt7Lh7TF7HVKFHkTlp { color:#99e000;display:block;width:60.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:400;z-index:15012;line-height:1.2;letter-spacing:0;top:15.1875rem;left:2.8125rem;height:2.1rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SHPtP5u6TgfDeEWaG9SZPZ3luJHddRuT { box-sizing:content-box;height:3.93663125rem;width:30.686875rem;position:absolute;display:block;z-index:15039;background-color:#f6f6f6;background-image:none;top:9.5625rem;left:2.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; }
#G6Z0y3cqIEBmeSwEuxz3FGtpGxMBVq0i { color:#3f3f3f;display:block;width:29.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15043;line-height:1.3;letter-spacing:0;top:10.5rem;left:3.4375rem;height:2.11263125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PLF1mQslRcx6PuWVuXXVGhJV3Sh73q3D { color:#99e000;display:block;width:36.312rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15011;line-height:1.2;letter-spacing:0;top:10.5625rem;left:34.9375rem;height:1.95rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#L9En7eRlxz1Z2mqlEw4S8TQGwglW3FcX { color:#99e000;display:block;width:18.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:3.5rem;left:34.9375rem;height:1.95rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qqyASN4mQqhJQZl76NLAXHD528UHcf6a { box-sizing:content-box;height:3.93663125rem;width:30.686875rem;position:absolute;display:block;z-index:15042;background-color:#f6f6f6;background-image:none;top:2.5rem;left:2.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; }
#LSSPKEClzaLDSQTiBZWXhuJaNS23G2VX { color:#3f3f3f;display:block;width:29.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15046;line-height:1.3;letter-spacing:0;top:3.4375rem;left:3.4375rem;height:2.1125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UMNmibtmmqKPXX4w0naMr2Pyvloznafr { box-sizing:content-box;height:4.5rem;width:37.625rem;position:absolute;display:block;z-index:15090;background-color:#f6f6f6;background-image:none;top:60.625rem;left:18.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; }
#GwIa12V4rPipt1xCZBeunDypRlgzZ6Kh { color:#99e000;display:block;width:30.999rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15094;line-height:1.3;letter-spacing:0;top:61.375rem;left:21.5rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IWOgVafgPg37aw0cAR3wOg3Ofo0qWgXO { 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:15013;line-height:1.5;letter-spacing:0;top:30.124988555908rem;left:2.625rem;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; }
#mn3Ra40Vz8Kv6gzm5Mqx5mUy0EUSFi7W { box-sizing:content-box;height:5.625rem;width:28.125rem;position:absolute;display:block;z-index:15042;background-color:#f6f6f6;background-image:none;top:35.75rem;left:42.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;display:block; }
#UFrC0uDLnuRZ6Chh4kfJefoo7T5xIL8C { color:#3f3f3f;display:block;width:23.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15105;line-height:1.3;letter-spacing:0;top:36.125rem;left:45.125rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VQ6kIS9Anc69P6gPdIzQmDRoEo8mdDqp { box-sizing:content-box;height:5.625rem;width:28.125rem;position:absolute;display:block;z-index:15048;background-color:#f6f6f6;background-image:none;top:36rem;left:4.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; }
#qB1LTvcGxQ1uACCAnaXZKhwE6PAHOf1T { color:#3f3f3f;display:block;width:23.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15101;line-height:1.3;letter-spacing:0;top:37.1875rem;left:6.5625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DiFi1wTZ5gP6B5yzFP5fLSZXLSdDw0gt { box-sizing:content-box;height:5.625rem;width:28.125rem;position:absolute;display:block;z-index:15056;background-color:#f6f6f6;background-image:none;top:42.625rem;left:42.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;display:block; }
#eSDIEqunBZTu2qyUJ3SJLU5hL5muwX3I { color:#3f3f3f;display:block;width:26.124rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15119;line-height:1.3;letter-spacing:0;top:43rem;left:43.625rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#e1VAIR35bLh7IQI5UXkJZ6rzQdpIsT98 { box-sizing:content-box;height:5.625rem;width:28.125rem;position:absolute;display:block;z-index:15058;background-color:#f6f6f6;background-image:none;top:42.625rem;left:4.125rem;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; }
#x5usv9eArWFSttl0ykhROwWQJkV2zR1i { color:#3f3f3f;display:block;width:26.12325rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15121;line-height:1.3;letter-spacing:0;top:43.812501907349rem;left:5.0920143127441rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SmJFEuk4u3a3gHq0fdqSkp6VNfTlosme { box-sizing:content-box;height:5.625rem;width:28.125rem;position:absolute;display:block;z-index:15058;background-color:#f6f6f6;background-image:none;top:49.5rem;left:22.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; }
#BMH7vUs11e398ABd2KGKhw7B2sLLUAqc { color:#3f3f3f;display:block;width:26.124rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15121;line-height:1.3;letter-spacing:0;top:49.875rem;left:23.9375rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Na1crD7HhyVd8DGOTzcBzi2zK7yoffqG { 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; }#Na1crD7HhyVd8DGOTzcBzi2zK7yoffqG > .row .container { background-color: transparent; background-image: none; }#Na1crD7HhyVd8DGOTzcBzi2zK7yoffqG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Na1crD7HhyVd8DGOTzcBzi2zK7yoffqG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Na1crD7HhyVd8DGOTzcBzi2zK7yoffqG > .row .container > .video-iframe-container { display: none; }#Na1crD7HhyVd8DGOTzcBzi2zK7yoffqG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Na1crD7HhyVd8DGOTzcBzi2zK7yoffqG > .row > .video-iframe-container { display: none; }#Na1crD7HhyVd8DGOTzcBzi2zK7yoffqG > .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); }#Na1crD7HhyVd8DGOTzcBzi2zK7yoffqG > .row .container { border-width: 0; border-radius: 0; }#Na1crD7HhyVd8DGOTzcBzi2zK7yoffqG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Na1crD7HhyVd8DGOTzcBzi2zK7yoffqG > .row .container { font-size:0.875rem;font-family:arial;height:54.875rem;width:75rem;position:relative;display:block; }#QO7XC3nV7bXhMgwP8GLKqSghyrEFiTAb { color:rgba(var(--color-tertiary-4),1);display:block;width:64.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:14.75rem;left:4.125rem;height:;font-style:normal;display:block; }#QO7XC3nV7bXhMgwP8GLKqSghyrEFiTAb li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#QO7XC3nV7bXhMgwP8GLKqSghyrEFiTAb li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ad821b452804d2facbf2577e6a955cff0d9aec36.svg); }
#wnVvStoh6KMFE2pbot2RRxKqbh8hdqbq { 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:15023;line-height:1.3;letter-spacing:0;top:12.5rem;left:2.8125rem;height:1.625rem;font-style:normal;display:block; }#wnVvStoh6KMFE2pbot2RRxKqbh8hdqbq li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#wnVvStoh6KMFE2pbot2RRxKqbh8hdqbq li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c612b33e5327c1e4ad8f52338c4ba3693b27c1ca.svg); }
#FNOr3s1Gfgh8TeE4spZTMCL8WPT5xilA { color:#99e000;display:block;width:60.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:400;z-index:15018;line-height:1.2;letter-spacing:0;top:8.75rem;left:2.8125rem;height:2.1rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TXzm08ABvrlfPJPEHrhc57Zbhyvf7yUe { box-sizing:content-box;height:3.93663125rem;width:30.686875rem;position:absolute;display:block;z-index:15045;background-color:#f6f6f6;background-image:none;top:3.125rem;left:2.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; }
#tLX0CVOKSHlokgNW0pooN63vlQasS4o6 { color:#3f3f3f;display:block;width:29.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15049;line-height:1.3;letter-spacing:0;top:4.0625rem;left:3.4375rem;height:2.11263125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wtMqOAH63bhBKM8FyUfZsfGELzVE3ZbC { color:#99e000;display:block;width:36.312rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;top:4.125rem;left:34.9375rem;height:1.95rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Sf1JyAFuaau9phRXtTIgsNQxAwrQUo3x { box-sizing:content-box;height:4.5rem;width:37.625rem;position:absolute;display:block;z-index:15092;background-color:#f6f6f6;background-image:none;top:47rem;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; }
#rxtW3BDGhKCcMFnT1QeL0B6tQ5DVU1Q1 { color:#99e000;display:block;width:36.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15096;line-height:1.3;letter-spacing:0;top:47.6875rem;left:19.25rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Dzui5ie63pty8ko2ybBdfvkBXP81TH6n { 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:15014;line-height:1.5;letter-spacing:0;top:25.374982833863rem;left:2.8125rem;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; }
#KygNeACWb5KIh72K1r8beRed9TUctNPJ { color:#3f3f3f;display:block;width:23.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15050;line-height:1.3;letter-spacing:0;top:39.3125rem;left:45.375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yfcTIwIWoGghLW3bLewmBrRtnFRmLJtg { box-sizing:content-box;height:5.625rem;width:28.125rem;position:absolute;display:block;z-index:15052;background-color:#f6f6f6;background-image:none;top:31.25rem;left:42.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; }
#rX3GPWvRrFfK5cR1zxzwI2mHNMcpqyUq { box-sizing:content-box;height:5.625rem;width:28.125rem;position:absolute;display:block;z-index:15044;background-color:#f6f6f6;background-image:none;top:31.25rem;left:4.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; }
#FCiCOs8Wos83xcOtzbwFGHx9ZQAE58BF { color:#3f3f3f;display:block;width:23.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15097;line-height:1.3;letter-spacing:0;top:32.4375rem;left:6.5625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qnmU8kvADy05OW93wPR3i8t7v8HboJhH { box-sizing:content-box;height:5.625rem;width:28.125rem;position:absolute;display:block;z-index:15048;background-color:#f6f6f6;background-image:none;top:38.125rem;left:43.125rem;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; }
#rRRDnKwwZcJrSDFFC7fQFGwF6OT8UpK6 { color:#3f3f3f;display:block;width:23.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15103;line-height:1.3;letter-spacing:0;top:32.4375rem;left:45.1875rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cdoWGVptIQUB4BbviMtrJW0l0yNWocMG { box-sizing:content-box;height:5.625rem;width:28.125rem;position:absolute;display:block;z-index:15042;background-color:#f6f6f6;background-image:none;top:38.125rem;left:4.125rem;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; }
#epGTXnHOl7D1H7BEAkQ5sQ2XnR9utOMb { color:#3f3f3f;display:block;width:23.5625rem;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:38.5rem;left:6.375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MwMxC4lvG4nMy0yRuXxQzIp6inwGyDTf { 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; }#MwMxC4lvG4nMy0yRuXxQzIp6inwGyDTf > .row .container { background-color: transparent; background-image: none; }#MwMxC4lvG4nMy0yRuXxQzIp6inwGyDTf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MwMxC4lvG4nMy0yRuXxQzIp6inwGyDTf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MwMxC4lvG4nMy0yRuXxQzIp6inwGyDTf > .row .container > .video-iframe-container { display: none; }#MwMxC4lvG4nMy0yRuXxQzIp6inwGyDTf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MwMxC4lvG4nMy0yRuXxQzIp6inwGyDTf > .row > .video-iframe-container { display: none; }#MwMxC4lvG4nMy0yRuXxQzIp6inwGyDTf > .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); }#MwMxC4lvG4nMy0yRuXxQzIp6inwGyDTf > .row .container { border-width: 0; border-radius: 0; }#MwMxC4lvG4nMy0yRuXxQzIp6inwGyDTf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MwMxC4lvG4nMy0yRuXxQzIp6inwGyDTf > .row .container { font-size:0.875rem;font-family:arial;height:59.125rem;width:75rem;position:relative;display:block; }#mc85FNCF8qZOw8auuenRyvc01c3fv4yu { color:rgba(var(--color-tertiary-4),1);display:block;width:64.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:14.75rem;left:4.125rem;height:9.375rem;font-style:normal;display:block; }#mc85FNCF8qZOw8auuenRyvc01c3fv4yu li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#mc85FNCF8qZOw8auuenRyvc01c3fv4yu li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ad821b452804d2facbf2577e6a955cff0d9aec36.svg); }
#g3m6gikQ5xgBSonmAS2JKTshqBrv69TL { 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:15023;line-height:1.3;letter-spacing:0;top:12.5rem;left:2.8125rem;height:1.625rem;font-style:normal;display:block; }#g3m6gikQ5xgBSonmAS2JKTshqBrv69TL li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#g3m6gikQ5xgBSonmAS2JKTshqBrv69TL li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c612b33e5327c1e4ad8f52338c4ba3693b27c1ca.svg); }
#L4ht0HUMfJSThezN5u726J6aUrugRcUT { color:#99e000;display:block;width:60.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:400;z-index:15018;line-height:1.2;letter-spacing:0;top:8.75rem;left:2.8125rem;height:2.1rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#k6Q8JKXy37FPCrm2N7kU1l8oXTEz3ele { box-sizing:content-box;height:3.93663125rem;width:30.686875rem;position:absolute;display:block;z-index:15045;background-color:#f6f6f6;background-image:none;top:3.125rem;left:2.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; }
#iiVH8o0RhhEk98RtwCL3VqVq4P88XBS7 { color:#3f3f3f;display:block;width:29.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15049;line-height:1.3;letter-spacing:0;top:4.0625rem;left:3.4375rem;height:2.11263125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TUXOtM8LsimqZXIMMfyq98DeGPSk3Eon { color:#99e000;display:block;width:36.312rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;top:4.125rem;left:34.9375rem;height:1.95rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hBzNtHTvOacgvRieFSqvpSnqPCrduu8L { box-sizing:content-box;height:4.5rem;width:37.625rem;position:absolute;display:block;z-index:15092;background-color:#f6f6f6;background-image:none;top:48.75rem;left:18.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;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; }
#MKuJVrOJs85SuSarkEbqOPy9P7uhnWNb { color:#99e000;display:block;width:36.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15096;line-height:1.3;letter-spacing:0;top:49.4375rem;left:19.4375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NA3rLSr3apvAZO2WK9P7wSMV65xrNWIv { 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:15014;line-height:1.5;letter-spacing:0;top:25.374982833863rem;left:2.8125rem;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; }
#A8IxW8UyHhFssiVN3RB2ZfdByRwsPxiS { box-sizing:content-box;height:5.625rem;width:28.125rem;position:absolute;display:block;z-index:15048;background-color:#f6f6f6;background-image:none;top:31.3125rem;left:4.125rem;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; }
#rzfXR9CrqJgq8eP3rH7q07qBnKXgNbZz { color:#3f3f3f;display:block;width:23.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15102;line-height:1.3;letter-spacing:0;top:32.5rem;left:6.4375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KqPBigmCvREmdJd7dSLHTJFeMDQVVU4z { box-sizing:content-box;height:5.625rem;width:28.125rem;position:absolute;display:block;z-index:15050;background-color:#f6f6f6;background-image:none;top:38.1875rem;left:42.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;display:block; }
#FXAUOXsslmmpR6LFfiEMb0yEc6SZKTr4 { color:#3f3f3f;display:block;width:23.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15105;line-height:1.3;letter-spacing:0;top:38.5625rem;left:45.125rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#niKhbqxxcWKl5wSol13geXHo0HJ4Ru9T { box-sizing:content-box;height:5.625rem;width:28.125rem;position:absolute;display:block;z-index:15052;background-color:#f6f6f6;background-image:none;top:31.3125rem;left:42.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;display:block; }
#H7MHMPyuFVzzPdT6nXuM4sytN0XAXefr { color:#3f3f3f;display:block;width:19.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15107;line-height:1.3;letter-spacing:0;top:31.6875rem;left:46.875rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sraqzc6LqXq3DvQ2FFGPiU8CTBLXlq9V { box-sizing:content-box;height:5.625rem;width:28.125rem;position:absolute;display:block;z-index:15050;background-color:#f6f6f6;background-image:none;top:38.1875rem;left:4.125rem;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; }
#xNTQTTvvMIMTW9rD7pMnvJiyZKgHW6rh { color:#3f3f3f;display:block;width:23.5625rem;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:38.5625rem;left:7.0625rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#v2mAB1DyKCzPXKJaCgZMieJQOrtSTa7H { 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; }#v2mAB1DyKCzPXKJaCgZMieJQOrtSTa7H > .row .container { background-color: transparent; background-image: none; }#v2mAB1DyKCzPXKJaCgZMieJQOrtSTa7H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v2mAB1DyKCzPXKJaCgZMieJQOrtSTa7H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v2mAB1DyKCzPXKJaCgZMieJQOrtSTa7H > .row .container > .video-iframe-container { display: none; }#v2mAB1DyKCzPXKJaCgZMieJQOrtSTa7H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v2mAB1DyKCzPXKJaCgZMieJQOrtSTa7H > .row > .video-iframe-container { display: none; }#v2mAB1DyKCzPXKJaCgZMieJQOrtSTa7H > .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); }#v2mAB1DyKCzPXKJaCgZMieJQOrtSTa7H > .row .container { border-width: 0; border-radius: 0; }#v2mAB1DyKCzPXKJaCgZMieJQOrtSTa7H > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#v2mAB1DyKCzPXKJaCgZMieJQOrtSTa7H > .row .container { font-size:0.875rem;font-family:arial;height:68.4375rem;width:75rem;position:relative;display:block; }#pFI8P0Bh4L1L0xrh20uq6E42yoMndCle { color:rgba(var(--color-tertiary-4),1);display:block;width:62.625rem;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:24.06201171875rem;left:4.6240234375rem;height:;font-style:normal;display:block; }#pFI8P0Bh4L1L0xrh20uq6E42yoMndCle li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#pFI8P0Bh4L1L0xrh20uq6E42yoMndCle li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ad821b452804d2facbf2577e6a955cff0d9aec36.svg); }
#FOQroaxoXquiQaTN7LZJQknvuTP8K026 { 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:21.812255859375rem;left:3.311767578125rem;height:1.625rem;font-style:normal;display:block; }#FOQroaxoXquiQaTN7LZJQknvuTP8K026 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#FOQroaxoXquiQaTN7LZJQknvuTP8K026 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c612b33e5327c1e4ad8f52338c4ba3693b27c1ca.svg); }
#ull79nKXECk18toZ1yPxTcTFJgiuephh { color:#99e000;display:block;width:60.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:400;z-index:15024;line-height:1.2;letter-spacing:0;top:18.062255859375rem;left:3.311767578125rem;height:2.1rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uUuJkHC43MzuyTV8X3kTxMKmm9J45DuF { box-sizing:content-box;height:3.93663125rem;width:30.686875rem;position:absolute;display:block;z-index:15051;background-color:#f6f6f6;background-image:none;top:12.437255859375rem;left:3.311767578125rem;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; }
#B2Tcq0uukKdaJZa7F9SafJa2A89DqKlN { color:#3f3f3f;display:block;width:29.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15055;line-height:1.3;letter-spacing:0;top:13.374755859375rem;left:3.936767578125rem;height:2.11263125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TV03xT92RPTFkcWQBm1uaVLVCtEo3CpT { color:#99e000;display:block;width:36.312rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15023;line-height:1.2;letter-spacing:0;top:13.43701171875rem;left:35.43701171875rem;height:1.95rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#peih8J67hVV8egQxICwTCli9zsSPkCTA { box-sizing:content-box;height:4.5rem;width:37.625rem;position:absolute;display:block;z-index:15094;background-color:#f6f6f6;background-image:none;top:58.8125rem;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; }
#fB2cw50N5guWzL41uI2CB43wzEHGErqU { color:#99e000;display:block;width:30.9980625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15098;line-height:1.3;letter-spacing:0;top:59.5rem;left:22rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xoqDFqfWy8VCbIkArxgQB89B8NGtTq5q { 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:15015;line-height:1.5;letter-spacing:0;top:36.310546875rem;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; }
#mHVqfn4WmGE3sr2hJBTiMGgLzspiTE9R { box-sizing:content-box;height:5.625rem;width:28.125rem;position:absolute;display:block;z-index:15046;background-color:#f6f6f6;background-image:none;top:41.9375rem;left:43.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;display:block; }
#Ou6yGVAT1iiZtIxNUdWtTG8nMo9txIu3 { color:#3f3f3f;display:block;width:23.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15109;line-height:1.3;letter-spacing:0;top:43.125rem;left:45.875rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TB4dOvDTRqTQrfPTAwOrF8HnTnzA5m7V { box-sizing:content-box;height:5.625rem;width:28.125rem;position:absolute;display:block;z-index:15050;background-color:#f6f6f6;background-image:none;top:41.9375rem;left:4.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;display:block; }
#MyoaZaxhBRrPi7bWBT4IP84D9KgBCLy9 { color:#3f3f3f;display:block;width:27.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15113;line-height:1.3;letter-spacing:0;top:42.375rem;left:4.625rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qxKlJqEkzFyr7EbSFltS164WGCTxq880 { color:#99e000;display:block;width:36.312rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15027;line-height:1.2;letter-spacing:0;top:2.5rem;left:35.4375rem;height:1.95rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fH2JReGy6v6OfaBlmhvxDhK72URxl6TW { box-sizing:content-box;height:3.93663125rem;width:30.686875rem;position:absolute;display:block;z-index:15055;background-color:#f6f6f6;background-image:none;top:1.5rem;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; }
#xaHDRbUrln7b29vwHBmB4fn2TNNyWlVo { color:#3f3f3f;display:block;width:29.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15059;line-height:1.3;letter-spacing:0;top:2.4375rem;left:3.9375rem;height:2.11263125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#w3lDWTtlCQNvwJVdrG1KpCTOTI9vf3bk { color:#99e000;display:block;width:60.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:400;z-index:15028;line-height:1.2;letter-spacing:0;top:7.125rem;left:3.3125rem;height:2.1rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bAwB8BJzCloL9VicPhEfLksvONdD7oda { box-sizing:content-box;height:5.625rem;width:28.125rem;position:absolute;display:block;z-index:15052;background-color:#f6f6f6;background-image:none;top:48.8125rem;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; }
#ThzNF0uxZ3ZE44CfeRVrA10epsTWTAGX { color:#3f3f3f;display:block;width:27.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15115;line-height:1.3;letter-spacing:0;top:50rem;left:23.5625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#k7ShrGWCE2lRSKhpTCKk9Anp0im4DrhQ { 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; }#k7ShrGWCE2lRSKhpTCKk9Anp0im4DrhQ > .row .container { background-color: transparent; background-image: none; }#k7ShrGWCE2lRSKhpTCKk9Anp0im4DrhQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k7ShrGWCE2lRSKhpTCKk9Anp0im4DrhQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k7ShrGWCE2lRSKhpTCKk9Anp0im4DrhQ > .row .container > .video-iframe-container { display: none; }#k7ShrGWCE2lRSKhpTCKk9Anp0im4DrhQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k7ShrGWCE2lRSKhpTCKk9Anp0im4DrhQ > .row > .video-iframe-container { display: none; }#k7ShrGWCE2lRSKhpTCKk9Anp0im4DrhQ > .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); }#k7ShrGWCE2lRSKhpTCKk9Anp0im4DrhQ > .row .container { border-width: 0; border-radius: 0; }#k7ShrGWCE2lRSKhpTCKk9Anp0im4DrhQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k7ShrGWCE2lRSKhpTCKk9Anp0im4DrhQ > .row .container { font-size:0.875rem;font-family:arial;height:80.375rem;width:75rem;position:relative;display:block; }#JBXxStKwDPkhyQ8NEZ4lSgcW7dOW6lJT { color:rgba(var(--color-tertiary-4),1);display:block;width:62.625rem;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:13.623397827149rem;left:3.9994668960571rem;height:;font-style:normal;display:block; }#JBXxStKwDPkhyQ8NEZ4lSgcW7dOW6lJT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#JBXxStKwDPkhyQ8NEZ4lSgcW7dOW6lJT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ad821b452804d2facbf2577e6a955cff0d9aec36.svg); }
#AA76pDbht6hD7CufFZbPOmS87pH0NR5g { 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:11.374641418457rem;left:2.6864347457886rem;height:1.625rem;font-style:normal;display:block; }#AA76pDbht6hD7CufFZbPOmS87pH0NR5g li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#AA76pDbht6hD7CufFZbPOmS87pH0NR5g li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c612b33e5327c1e4ad8f52338c4ba3693b27c1ca.svg); }
#nCQZnPbp9XcZ6xitsTZdK9MQ8GTki6xT { color:#99e000;display:block;width:60.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:400;z-index:15024;line-height:1.2;letter-spacing:0;top:7.6246414184569rem;left:2.6864347457886rem;height:2.1rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AUkTS58x4eQJLviJAlFFdMsRZdn5oA7E { box-sizing:content-box;height:3.93663125rem;width:30.686875rem;position:absolute;display:block;z-index:15051;background-color:#f6f6f6;background-image:none;top:1.999641418457rem;left:2.6864347457886rem;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; }
#W5HyfBL6Ts4oXT74Ne0WqI6lvncByINT { color:#3f3f3f;display:block;width:29.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15055;line-height:1.3;letter-spacing:0;top:2.937141418457rem;left:3.3114347457886rem;height:2.11263125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SzRKmCI8lSuCHQ7VNvabTCg2QnzcTSva { color:#000000;display:block;width:36.312rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15023;line-height:1.2;letter-spacing:0;top:2.9983978271484rem;left:34.811786651611rem;height:1.95rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qwNLVfnwax7fEFqIN0J64KObioIpwqxC { background-color:rgba(var(--color-primary-2),1);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-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.259051125rem;height:3.259944875rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:72.5625rem;left:24.9375rem;display:block; }
#HvXp8pVnK1gkOd2xdcu6nQ5scrlongCF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#c6KG06iw5J9gch0MNky2KGXFrNTrfqTv { box-sizing:content-box;height:4.5rem;width:37.625rem;position:absolute;display:block;z-index:15094;background-color:#f6f6f6;background-image:none;top:53.625rem;left:20.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;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; }
#PBDBzWTlq8pQ3rmCkhKNbGrefCIADcgn { color:rgba(var(--color-primary-2),1);display:block;width:30.9980625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15098;line-height:1.3;letter-spacing:0;top:54.3125rem;left:23.5625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DWLqACHwGt7VuiwqU0ccN0wVl6IQznQ4 { color:#99e000;display:block;width:36.311875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15023;line-height:1.2;letter-spacing:0;top:63.5rem;left:36.375rem;height:1.95rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pJL3gUWeALHWoioNfyGwAD7pKaSBEyWc { color:#3f3f3f;display:block;width:29.436875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15055;line-height:1.3;letter-spacing:0;top:63.4375rem;left:4.875rem;height:2.1125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#g7Vbs5sORvCZrGADWQNwUkTgTF4ospXG { box-sizing:content-box;height:3.93555rem;width:30.686875rem;position:absolute;display:block;z-index:15051;background-color:#f6f6f6;background-image:none;top:62.5625rem;left:4.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; }
#mA6AKu0KAqkdCWCJ9eoBBzOyMOK5ptOU { box-sizing:content-box;height:5.625rem;width:28.125rem;position:absolute;display:block;z-index:15054;background-color:#f6f6f6;background-image:none;top:24.3125rem;left:23.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; }
#Ex9RVkFLdE1M8yUnUe3C1zLa7xTOSxOy { color:#3f3f3f;display:block;width:27.9358125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15117;line-height:1.3;letter-spacing:0;top:24.686279296875rem;left:23.64013671875rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MVphFfmqWmOMrlGKEpTZw2gaydBMNGFA { box-sizing:content-box;height:5.625rem;width:28.125rem;position:absolute;display:block;z-index:15056;background-color:#f6f6f6;background-image:none;top:31.125rem;left:42.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;display:block; }
#asZMTPmceEvLMdAgJwsLntOzv7UTeHAJ { color:#3f3f3f;display:block;width:23.5608125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15119;line-height:1.3;letter-spacing:0;top:31.4990234375rem;left:44.906005859375rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Z478Bx2ZeAudeKdIFuA5UX2K5d4kP9SU { box-sizing:content-box;height:5.625rem;width:28.125rem;position:absolute;display:block;z-index:15058;background-color:#f6f6f6;background-image:none;top:31.5rem;left:4.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; }
#KubJTAFKOq4i60Dw87Ep84KDTF64htTG { color:#3f3f3f;display:block;width:26.31225rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15121;line-height:1.3;letter-spacing:0;top:31.953125rem;left:5.15380859375rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#a32igdHsCl7NVTdI68NGN9Ackdpzc6BX { box-sizing:content-box;height:5.625rem;width:28.125rem;position:absolute;display:block;z-index:15060;background-color:#f6f6f6;background-image:none;top:38.25rem;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; }
#zCup1Km7TvqED41secN8WdeCcJZpxROo { color:#3f3f3f;display:block;width:27.374rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15123;line-height:1.3;letter-spacing:0;top:40.75rem;left:23.8125rem;height:2.59895625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HwdXpxHyVTmh4Z2bbERkKMtEye1MwEUv { box-sizing:content-box;height:5.625rem;width:28.125rem;position:absolute;display:block;z-index:15064;background-color:#f6f6f6;background-image:none;top:44.875rem;left:43rem;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; }
#CysluwnSPDB83T3WRXOlQDn0CGkcOvPy { color:#3f3f3f;display:block;width:23.5605625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15127;line-height:1.3;letter-spacing:0;top:45.25rem;left:44.90625rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vkMZcB8X9bcuLT217vLtozogGUqXB4do { box-sizing:content-box;height:5.625rem;width:28.125rem;position:absolute;display:block;z-index:15066;background-color:#f6f6f6;background-image:none;top:45.25rem;left:4.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;display:block; }
#WmZcA8JHT6kQTQre9rcpiLFSu9qx64xe { color:#3f3f3f;display:block;width:26.8115rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15129;line-height:1.3;letter-spacing:0;top:45.621337890625rem;left:5.249267578125rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mWynTJBCBZoka1UEh8JHDrGnyzuOZz0o { color:#3f3f3f;display:block;width:27.374rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15124;line-height:1.3;letter-spacing:0;top:38.75rem;left:23.875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HGJuT6SCfAFs9ZwiR8R2td9mnz7l1doK { 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; }#HGJuT6SCfAFs9ZwiR8R2td9mnz7l1doK > .row .container { background-color: transparent; background-image: none; }#HGJuT6SCfAFs9ZwiR8R2td9mnz7l1doK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HGJuT6SCfAFs9ZwiR8R2td9mnz7l1doK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HGJuT6SCfAFs9ZwiR8R2td9mnz7l1doK > .row .container > .video-iframe-container { display: none; }#HGJuT6SCfAFs9ZwiR8R2td9mnz7l1doK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HGJuT6SCfAFs9ZwiR8R2td9mnz7l1doK > .row > .video-iframe-container { display: none; }#HGJuT6SCfAFs9ZwiR8R2td9mnz7l1doK > .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); }#HGJuT6SCfAFs9ZwiR8R2td9mnz7l1doK > .row .container { border-width: 0; border-radius: 0; }#HGJuT6SCfAFs9ZwiR8R2td9mnz7l1doK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HGJuT6SCfAFs9ZwiR8R2td9mnz7l1doK > .row .container { font-size:0.875rem;font-family:arial;height:29rem;width:75rem;position:relative;display:block; }#ozKXPGNoVJ1RLlQZXuBEVgs7DBKxpKJn .widget-form-header {  }
#ozKXPGNoVJ1RLlQZXuBEVgs7DBKxpKJn .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; }
#ozKXPGNoVJ1RLlQZXuBEVgs7DBKxpKJn .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; }
#ozKXPGNoVJ1RLlQZXuBEVgs7DBKxpKJn .widget-input-text {padding-top: 0; padding-bottom: 0;}#ozKXPGNoVJ1RLlQZXuBEVgs7DBKxpKJn .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; }
#ozKXPGNoVJ1RLlQZXuBEVgs7DBKxpKJn .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; }
#ozKXPGNoVJ1RLlQZXuBEVgs7DBKxpKJn .widget-input-select {padding-top: 0; padding-bottom: 0;}#ozKXPGNoVJ1RLlQZXuBEVgs7DBKxpKJn .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; }
#ozKXPGNoVJ1RLlQZXuBEVgs7DBKxpKJn .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#ozKXPGNoVJ1RLlQZXuBEVgs7DBKxpKJn .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; }
#ozKXPGNoVJ1RLlQZXuBEVgs7DBKxpKJn [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#ozKXPGNoVJ1RLlQZXuBEVgs7DBKxpKJn [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#ozKXPGNoVJ1RLlQZXuBEVgs7DBKxpKJn [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#ozKXPGNoVJ1RLlQZXuBEVgs7DBKxpKJn [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#ozKXPGNoVJ1RLlQZXuBEVgs7DBKxpKJn .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; }
#ozKXPGNoVJ1RLlQZXuBEVgs7DBKxpKJn .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; }
#ozKXPGNoVJ1RLlQZXuBEVgs7DBKxpKJn .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; }
#ozKXPGNoVJ1RLlQZXuBEVgs7DBKxpKJn .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#ozKXPGNoVJ1RLlQZXuBEVgs7DBKxpKJn .widget-container:first-of-type{padding-top:0;}#ozKXPGNoVJ1RLlQZXuBEVgs7DBKxpKJn .widget-container:last-of-type{padding-bottom:0;}#ozKXPGNoVJ1RLlQZXuBEVgs7DBKxpKJn  { 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.921875rem;left:7.4345703125rem; }
#ozKXPGNoVJ1RLlQZXuBEVgs7DBKxpKJn .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:57.625rem;display:block;vertical-align:top; }
#ozKXPGNoVJ1RLlQZXuBEVgs7DBKxpKJn .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; }
#ozKXPGNoVJ1RLlQZXuBEVgs7DBKxpKJn {display:block;}#ozKXPGNoVJ1RLlQZXuBEVgs7DBKxpKJn { 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.921875rem;left:7.4345703125rem; }
#ozKXPGNoVJ1RLlQZXuBEVgs7DBKxpKJn #UIWigTGZqHtS6XtOh9HhVKPl2g5FmaH6 { position:relative; }
#ozKXPGNoVJ1RLlQZXuBEVgs7DBKxpKJn #PQ2z5JC6sWlg7akFNfZbuCvzWgwJVHhS { position:relative;display:none; }
#ozKXPGNoVJ1RLlQZXuBEVgs7DBKxpKJn #Q4LxK9WxxUhKfumLEVcSyAA3GE2bmQuI { position:relative; }
#ozKXPGNoVJ1RLlQZXuBEVgs7DBKxpKJn #tpJzUTcRCwVWTiK7I8fhRhT3Nqg2CU63 { position:relative; }
#ozKXPGNoVJ1RLlQZXuBEVgs7DBKxpKJn #nCZuQft9NmeNaNhLaJJHT1BvSr84Izhm { position:relative;display:none; }
#ozKXPGNoVJ1RLlQZXuBEVgs7DBKxpKJn #mu1sLdF3cCrtCZ7mrUEOrrKsgsS9wgEO { position:relative; }
#ozKXPGNoVJ1RLlQZXuBEVgs7DBKxpKJn #KG2L6rnG2iQTUPgBtFUa4CPS1Tze2lt1 { position:relative; }
#ozKXPGNoVJ1RLlQZXuBEVgs7DBKxpKJn #gBNfT1u00LzeNzzqciXk3smd6OJskTaR { position:relative;display:block; }
#ozKXPGNoVJ1RLlQZXuBEVgs7DBKxpKJn #McW7OV7aHLdExPW6vLoRRT9oOCQNeTfv { position:relative; }
#ozKXPGNoVJ1RLlQZXuBEVgs7DBKxpKJn #NiUG0AHxUkUoy7iHGUZgTJf2mnm3D89n { position:relative; }
#ozKXPGNoVJ1RLlQZXuBEVgs7DBKxpKJn #JcG2esx8pI8A5XNk5dvQ8f536DcwoT2a { position:relative; }
#m13efqzWPZlFlM3J6tntykE59GoEBBkT { 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.299475rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qUrkei3qzdxREXWGL9B2x9p3HfK9nm1g { 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; }#qUrkei3qzdxREXWGL9B2x9p3HfK9nm1g > .row .container { background-color: transparent; background-image: none; }#qUrkei3qzdxREXWGL9B2x9p3HfK9nm1g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qUrkei3qzdxREXWGL9B2x9p3HfK9nm1g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qUrkei3qzdxREXWGL9B2x9p3HfK9nm1g > .row .container > .video-iframe-container { display: none; }#qUrkei3qzdxREXWGL9B2x9p3HfK9nm1g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qUrkei3qzdxREXWGL9B2x9p3HfK9nm1g > .row > .video-iframe-container { display: none; }#qUrkei3qzdxREXWGL9B2x9p3HfK9nm1g > .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); }#qUrkei3qzdxREXWGL9B2x9p3HfK9nm1g > .row .container { border-width: 0; border-radius: 0; }#qUrkei3qzdxREXWGL9B2x9p3HfK9nm1g > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qUrkei3qzdxREXWGL9B2x9p3HfK9nm1g > .row .container { font-size:0.875rem;font-family:arial;height:181.4375rem;width:75rem;position:relative;display:block; }#P0JqWAWQ631ODvba40hK8vHnzLlHDwfF { color:rgba(var(--color-tertiary-2),1);display:block;width:12.9355625rem;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.3125rem;left:32.1484375rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#x1p7765ymNxJcWiTOWHTan4sp9dZH3UA { 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.374rem;width:7.374rem;top:4.5623354911804rem;left:34.928089141846rem;overflow:hidden;display:block; }
#fxXhcHbT65UvlqJUFVv3JJioTHuvaxcJ { 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:148.12368774414rem;left:6.3736991882325rem;overflow:hidden;display:block; }
#RpvVIrnNfVVnTdni0Nh5NKQmoEAzr843 { 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:144.125rem;left:30.123699188233rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#F0H3w3NDzLMwIrV1EaLJVTak36zicQV3 { 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:4.1875rem;width:8.9375rem;top:154.81118774414rem;left:6.1861991882324rem;overflow:hidden;display:block; }
#k1Uilu1mnso44Qq8TNEumNJGvUMnd3dD { color:rgba(var(--color-tertiary-2),1);display:block;width:19.3095625rem;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:14.935204505921rem;left:29.155715942382rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#m0fvTJEARfFpCtmFlXJSFTyRSB9bVsII { 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:7.5625rem;width:24.0625rem;top:17.873046875rem;left:6.96875rem;overflow:hidden;display:block; }
#HBFsaO5EqF6JOsgvLVcALNi2k6xxkJPU { 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.8125rem;width:7.3125rem;top:154.49868774414rem;left:42.12370300293rem;overflow:hidden;display:block; }
#oQJHPiQIcUFCRJllNc9Uk4F5OIepqTJr { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.624025rem;width:9.9355625rem;top:148.12368774414rem;left:41.12370300293rem;overflow:hidden;display:block; }
#OAK11rSx6p3iT6FT9G0Vz52I05lLrmW7 { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:7.1875rem;top:154.68618774414rem;left:61.49870300293rem;overflow:hidden;display:block; }
#NE0xbD0fdmJ11MbZoWAtGyKoKgPHas3N { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.3125rem;width:23.875rem;top:17.873046875rem;left:42.51171875rem;overflow:hidden;display:block; }
#URJEcM4ThrVrv2yqHc7doMcZw5ErAhhD { position:absolute;display:block;z-index:15012;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:2rem;width:11.1875rem;top:155.93618774414rem;left:21.936199188233rem;overflow:hidden;display:block; }
#VGbBcKvP7byo0XMSrb44o5G98qOv5DXK { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:20.75rem;top:40.5rem;left:44.625rem;overflow:hidden;display:block; }
#hdcUffTMbAO2A0Zpto2hkxiswvcVQ3ux { position:absolute;display:block;z-index:15014;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:5.6875rem;width:22.8125rem;top:40.1875rem;left:8.8125rem;overflow:hidden;display:block; }
#PBQvLNJpo7K0hICPt8kq9p6stZT6iNK5 { 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:15003;line-height:1;letter-spacing:0;top:71.8125rem;left:27rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KSTuZeqPTaVTr69Ei4WUMa5J1QIgmP1b { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.8125rem;width:12.9375rem;top:75.998703002931rem;left:17.26953125rem;overflow:hidden;display:block; }
#mCEUWwb3RRXQ87tG9egieIFoyRT93kHi { box-sizing:content-box;height:0.3125rem;width:20.875rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-2),0.24);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:38.875rem;left:33.9375rem;display:none; }
#Bh858VF9UFu0ny4wz6St8nbcxSM4PCeV { box-sizing:content-box;height:0.3125rem;width:20.875rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-2),0.24);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:38.875rem;left:33.9375rem;display:none; }
#D0h2mKIzQfW0kZS0zU06T57gbbQaqqv9 { box-sizing:content-box;height:0.3125rem;width:20.875rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-2),0.24);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:38.875rem;left:33.9375rem;display:none; }
#d9NNeg3RyKezwSns71fEonruqeweeNAU { color:rgba(var(--color-tertiary-2),1);display:block;width:18.8730625rem;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:52.6875rem;left:6.6875rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wM1279MEVGaqN9JThTsrLmhwuVubNnTU { position:absolute;display:block;z-index:15017;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:14.9375rem;width:14.9375rem;top:54.25rem;left:8.375rem;overflow:hidden;display:block; }
#pcVyTrhbDM8ywEcBucCNGxoNRSrRQ9kk { box-sizing:content-box;height:0.3125rem;width:20.875rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-2),0.24);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:38.875rem;left:33.9375rem;display:none; }
#hBwLnkH7p6300qdf3fVUXVihS9GhReNo { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:12.0625rem;top:147.99868774414rem;left:21.061199188233rem;overflow:hidden;display:block; }
#ePIGI0tMbEE1OevEyXq5zNNCD5cEdCCC { color:rgba(var(--color-tertiary-2),1);display:block;width:18.8725rem;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:97rem;left:29.75rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E3QofOx2EEhKLf4e2RPTk2ha9CO7967S { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.624025rem;width:21.499rem;top:103.625rem;left:28.4375rem;overflow:hidden;display:block; }
#y69tRQLqPOIBv3J57HV94NAvrPtEuDJr { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.12435rem;width:10.499125rem;top:147.37368774414rem;left:59.31120300293rem;overflow:hidden;display:block; }
#rVUqMkf6n4G5O8a7UT3uo2dIB3PfDc0e { box-sizing:content-box;height:0.3125rem;width:20.875rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-2),0.24);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:38.875rem;left:33.9375rem;display:none; }
#x56Oft1UP9DNuW0TFELDrSIZHUl58yIM { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.9375rem;width:13.625rem;top:170.49868774414rem;left:32.18620300293rem;overflow:hidden;display:block; }
#MXiTPgePTTKdGJmeEbWgfMJpx4Chi413 { position:absolute;display:block;z-index:15022;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:7rem;width:12.5625rem;top:169.4375rem;left:1.6861991882324rem;overflow:hidden;display:block; }
#oX4II2lZOcoL5SPxbwF3FunXiipVIMKb { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:11.8125rem;top:170.87368774414rem;left:16.311199188233rem;overflow:hidden;display:block; }
#mF0ZDXsxlAUT1SROUADR9xTwWME11a0w { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:10.25rem;top:171.06118774414rem;left:48.37370300293rem;overflow:hidden;display:block; }
#dp4Fi6agLHW5eylsmZdv69IKiAzHbr3m { position:absolute;display:block;z-index:15025;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:12.5rem;top:170.6875rem;left:62.125rem;overflow:hidden;display:block; }
#xaEklv0o33XqPMvn96XBzd9AoTeQwKWt { color:rgba(var(--color-tertiary-2),1);display:block;width:25.6875rem;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:166.56118774414rem;left:26.686199188233rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qX8iBzqMM3LVEyCQ3bOH6BI4HNyKhds5 { color:rgba(var(--color-tertiary-2),1);display:block;width:18.872375rem;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:127.49868774414rem;left:29.748699188233rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Irb6E3wQvSJEpX8fNLNnp65QhiJXgabl { position:absolute;display:block;z-index:15026;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:5.0625rem;width:21.625rem;top:131.87368774414rem;left:0.93619918823244rem;overflow:hidden;display:block; }
#RkrNNClVTTeuNUZESKyEk4XsZJ0fBBLx { box-sizing:content-box;height:0.3125rem;width:20.875rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-2),0.24);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:38.875rem;left:33.9375rem;display:none; }
#rWKQ6io6mfnF87iHvNocVlOa16KZ69UX { box-sizing:content-box;height:0.3125rem;width:20.875rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-2),0.24);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:38.875rem;left:33.9375rem;display:none; }
#uCczZwI4gOFKoeBEAM5eH7hOIBgAMR1f { position:absolute;display:block;z-index:15027;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:8.9375rem;width:15.0625rem;top:100.75rem;left:3.125rem;overflow:hidden;display:block; }
#TqqTcSdqzy04mLo9cpqxWTmKKrD40osw { position:absolute;display:block;z-index:15028;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.312rem;width:12.312rem;top:99.061187744137rem;left:58.403648376465rem;overflow:hidden;display:block; }
#DPp6BPtfgrRCKy8OWUCVhVrFFmOT6u2T { position:absolute;display:block;z-index:15029;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.5rem;width:17rem;top:28.4375rem;left:29rem;overflow:hidden;display:block; }
#gfvXDHxQDr45LmyiBwB1dBv1TnbTsXyL { position:absolute;display:block;z-index:15030;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:17.25rem;top:132.43618774414rem;left:23.936199188233rem;overflow:hidden;display:block; }
#GAtTQZbTMKn5MQTbR86Ha4TtRxJghZGN { position:absolute;display:block;z-index:15031;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8120125rem;width:16.1865rem;top:115.59375rem;left:4.26171875rem;overflow:hidden;display:block; }
#cS7Kk9DzDfxyRJrBBSPQMVlsTlbdqRd0 { position:absolute;display:block;z-index:15032;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.4980625rem;width:17.5615rem;top:114.75rem;left:55.12370300293rem;overflow:hidden;display:block; }
#tT0WeHTaMTho6Ov3lrRZexlyTd0HfCxB { position:absolute;display:block;z-index:15033;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.999rem;width:17.249rem;top:114rem;left:30.93359375rem;overflow:hidden;display:block; }
#AFiJoZicRH2CBLz1waQTO5xzAEQmSLzJ { position:absolute;display:block;z-index:15034;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:18.9375rem;width:18.9375rem;top:72.4375038147rem;left:39.76953125rem;overflow:hidden;display:block; }
#OMJFlwivNrx3taOfpp0EV0Wowpyt1DIS { position:absolute;display:block;z-index:15035;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:12.25rem;top:132.06118774414rem;left:45.68620300293rem;overflow:hidden;display:block; }
#mxgyfbXslJEIQkkpfDJGLTOIT1x7mzRQ { position:absolute;display:block;z-index:15036;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:11.8125rem;top:130.96743774414rem;left:61.49870300293rem;overflow:hidden;display:block; }
#Q840LZJI8hSi1BJgMJeoRoX57lX4CfMM { color:rgba(var(--color-tertiary-2),1);display:block;width:18.872375rem;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:52.686201095581rem;left:46.5859375rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kfGUvDaCk8103ppxn3mT4wg8oKvEwxtQ { position:absolute;display:block;z-index:15037;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.6875rem;width:23.875rem;top:55.311201095581rem;left:44.083335876465rem;overflow:hidden;display:block; }
#c1vMA5v9C3giaZ3252AdLqdZID51sqvT { box-sizing:content-box;height:0.3125rem;width:20.875rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-2),0.24);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:38.875rem;left:33.9375rem;display:none; }
#JA5EJkbMVlaFng5Gf6Tdy2k09AqRD9D4 { 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; }#JA5EJkbMVlaFng5Gf6Tdy2k09AqRD9D4 > .row .container { background-color: transparent; background-image: none; }#JA5EJkbMVlaFng5Gf6Tdy2k09AqRD9D4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JA5EJkbMVlaFng5Gf6Tdy2k09AqRD9D4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JA5EJkbMVlaFng5Gf6Tdy2k09AqRD9D4 > .row .container > .video-iframe-container { display: none; }#JA5EJkbMVlaFng5Gf6Tdy2k09AqRD9D4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JA5EJkbMVlaFng5Gf6Tdy2k09AqRD9D4 > .row > .video-iframe-container { display: none; }#JA5EJkbMVlaFng5Gf6Tdy2k09AqRD9D4 > .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); }#JA5EJkbMVlaFng5Gf6Tdy2k09AqRD9D4 > .row .container { border-width: 0; border-radius: 0; }#JA5EJkbMVlaFng5Gf6Tdy2k09AqRD9D4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JA5EJkbMVlaFng5Gf6Tdy2k09AqRD9D4 > .row .container { font-size:0.875rem;font-family:arial;height:20.5625rem;width:75rem;position:relative;display:block; }#UBM7sd9PK9eW3rZKdJ3OO1m0wZ0S0W0k { color:#99e000;display:block;width:34.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.875rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;top:4.125rem;left:29.0625rem;height:3.875rem;font-style:normal;display:block; }
#NyfseASFn7Dm0tW9mBNcxW0eECg8VIsM { color:rgba(var(--color-secondary-2),1);display:block;width:34.375rem;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:9.25rem;left:29.0625rem;height:3.25rem;font-style:normal;display:block; }
#fxsgQOnuwXfpHAh8BPPf3k7gXV9pBJTx { color:rgba(var(--color-secondary-2),1);display:block;width:34.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:14.375rem;left:29.0625rem;height:2.6rem;font-style:normal;display:block; }
#ZQq8lyfEDPCDc0tT6hdo4ESruM2o3mfc { 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:11.625rem;width:11.625rem;top:4.6875rem;left:11.5625rem;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) { #FZxxsImJKeWWhFVkCCUpA0oVobfCioi9 { width:3.125rem;height:3.125rem;top:2.4375rem;left:22.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #N9gdzT9Z8lSuWlar3xL05QRrPxsAIGZQ { display:none; }#N9gdzT9Z8lSuWlar3xL05QRrPxsAIGZQ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #V0mGn63oAGU7TwVNMv3cHm06eubg21KA { display:block; }#V0mGn63oAGU7TwVNMv3cHm06eubg21KA > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nZ527FpwTMbD4l7CdktQXv859dL8RK1e { width:3.125rem;height:3.125rem;top:2.875rem;left:44.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #g559x2rBsP4CndLNDhLcimfHCCfA0S2T { width:47.625rem;height:6.25rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrD4gWy8WGcTM1OfxnIcCJHFpUfpNRbl { width:10rem;height:5rem;top:3.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9wcF7eTpp33VF89BT0erGx6PNyZeXto { width:6.8125rem;height:3.375rem;top:4.5625rem;left:17.185546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGP2GLs4RqcoFCTHKkEuKNyM0QftiUC1 { display:block; }
 }@media only screen and (max-width: 763px) { #FeF30Jz6klPZVzoSDTiD90vRlbgNcRBT { width:7.6875rem;height:3.375rem;top:4.5625rem;left:24.5166015625rem;display:block; }
 }@media only screen and (max-width: 763px) { #evZvdPx3sJzUMvVP1VSzxJ7WNUyJeTO5 { display:block; }
 }@media only screen and (max-width: 763px) { #t7SX1MoCXZQ5xzPKK43fpQSzI88uzoKr { width:6.875rem;height:3.4375rem;top:4.5625rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #drlrqapNVHTIwbIWGUi5ZgDedGO2Ddqo { display:block; }
 }@media only screen and (max-width: 763px) { #arw3HdJ0c0aQ6JfldxRa2gDl4cEFCU6i { width:5.9375rem;height:3.375rem;top:4.5625rem;left:41.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztqeNJe98luelCBerkXPbc3X2GPfSwgN { display:block; }
 }@media only screen and (max-width: 763px) { #ZG0d4T8sCee9caPiczsys9IrDZV4PnEd { width:11.5625rem;height:3.375rem;top:4.625rem;left:36.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #quhkWp92kJQgkiLwa0Lru5gWKCLQ8HaE { display:block; }
 }@media only screen and (max-width: 763px) { #KNleC7sCz2i70daiwl60PeKp98LnoT01 { width:8.125rem;height:3.4375rem;top:4.5625rem;left:8.498046875rem;display:none; }
 }@media only screen and (max-width: 763px) { #f4zy1vtEkRAEtN1eXdmBsF8dVGveJKmp { display:block; }
 }@media only screen and (max-width: 763px) { #s1tldURm96OXPrJEBJW28gQNI9ymp2lJ { width:6.8125rem;height:3.375rem;top:4.5625rem;left:16.810546875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VKwT3xOzgWESGtKJI5lbfTmsrHS26W4t { display:block; }
 }@media only screen and (max-width: 763px) { #GpmfLAG4LpTDc8NU1VMf9H2qRNZzfEUM { display:none; }#GpmfLAG4LpTDc8NU1VMf9H2qRNZzfEUM > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #w89hMecTupxOVeXerkcCplUcrtL4Eyc0 { width:19rem;height:3.4375rem;top:4.5rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGJT8T3knGAl6J2dMS0Xsl3g1geCITM2 { width:30.625rem;height:3.875rem;top:10.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJoJ1MHCKtX4QNkpNHEA5lS0CsVmUQLG { width:28.875rem;height:2.0625rem;top:11.125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0TrAsbGa8etgwqc5u4R6SUdTm6tIlBX { width:19.3125rem;height:2.125rem;top:11.1875rem;left:21.124645233154rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7BwknFznM542XROriWs9uKB5OAw71N3 { width:28.125rem;height:5.625rem;top:17.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qiwcPNyFJCZF2cMGHF6WqPZFmVBwJ50S { width:21.9375rem;height:3.25rem;top:18.4375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEZfScOr8mMZIqn1Uxixl5vTKagDPdug { width:28.125rem;height:5.625rem;top:37.875rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EcZNkCBgoEOWSMIUPbOkUpu9tViiwwwv { width:22.3125rem;height:3.25rem;top:39.0625rem;left:13.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhlIAfX5d57rKyhNQauwORWT8to6QJ1q { width:28.125rem;height:5.625rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNl6D2q00mBqwlhT524C3H8WA2g846pk { width:25.8125rem;height:4.875rem;top:24.375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePKMc1ar3Uxx0NldAaGok9aPyqqSIq9K { width:28.125rem;height:5.625rem;top:31rem;left:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGEVvlthX7cfC3my6S1UTTuZrf5Z7yuM { width:23.5625rem;height:3.25rem;top:32.1875rem;left:24.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCsP89NIyNkPxf9HUdVmVVTHwUgKrenE { width:28.125rem;height:5.625rem;top:31rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmntXy017xqsJumzqNXpxucOT6plLX6R { width:23.5625rem;height:3.25rem;top:32.1875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwWupUofwW7gQGU4DX0GMDkIJyumuv50 { width:28.125rem;height:5.625rem;top:17.25rem;left:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vX1KFdypbhJT2XZLU5XKDSuBFTJA8ial { width:23.5rem;height:4.875rem;top:17.625rem;left:24.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kad2U48L2hWmZQU6br1Kskt8bJgPLUFa { width:28.125rem;height:5.625rem;top:24.125rem;left:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8X574s52PqnJATTTp5Mb79KohrknUAJ { width:23.5625rem;height:3.25rem;top:25.3125rem;left:24.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6G4FQAWCET1pw7pcQyvHv1z0NEeghQD { display:none; }#P6G4FQAWCET1pw7pcQyvHv1z0NEeghQD > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FwHOpSnCobdbORVCV9n5TwoCJKlq79sp { width:47.75rem;height:1.625rem;top:13.25rem;left:0rem;font-size:0.75rem;display:block; }#FwHOpSnCobdbORVCV9n5TwoCJKlq79sp li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c612b33e5327c1e4ad8f52338c4ba3693b27c1ca.svg); }
 }@media only screen and (max-width: 763px) { #JTvi56Ppanm09TfQHwr64Q8tfTCCqgog { width:47.75rem;height:5.5rem;top:15.5rem;left:0rem;font-size:0.75rem;display:block; }#JTvi56Ppanm09TfQHwr64Q8tfTCCqgog li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ad821b452804d2facbf2577e6a955cff0d9aec36.svg); }
 }@media only screen and (max-width: 763px) { #dBOW3ZnxWZkTLa1HqX1KAfyev53DmONP { width:30.625rem;height:3.875rem;top:3.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1eTT6UbMXJmDlSGZ9rE6n5gUNmVQSF7 { width:29.375rem;height:2.0625rem;top:4.8125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXFOG3GVHqTdTHoO22QtwIhhrZMXyypr { width:36.25rem;height:1.9375rem;top:4.9375rem;left:11.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmDnHJNggUD07BS9lSp21b145bTlK12N { width:47.75rem;height:2.0625rem;top:9.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxQ1cFScTDAUQ7mADMHZSGR6PDHnUrZE { width:37.625rem;height:4.5rem;top:45rem;left:4.4375019073486rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1QIExVcoL0nAk94XW0iDDRQvFE0FCtW { width:33.625rem;height:3.25rem;top:45.6875rem;left:6.4375019073488rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFuIT91rVP2kFBBhkiLtFlbysFaygHB9 { width:47.75rem;height:3.75rem;top:22.25rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRamyCT2lhhCyx6q2V5zC91M0FU6xSWU { width:28.125rem;height:5.625rem;top:27.875rem;left:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWpvI3m1hMLVihQ7hBvWk7Eei5kTp339 { width:23.5625rem;height:3.25rem;top:29.0625rem;left:24.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TA1lbvq2KiPmZo6gugJ1Kkqtigft1mfs { width:20.25rem;height:4.875rem;top:28.25rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRK3kCoTwxlOK5ONQy0fnhOLVEO5MwQP { width:28.125rem;height:5.625rem;top:27.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #knJJsdwUoTnQALdMvUbVuK867h5Tn03T { width:28.125rem;height:5.625rem;top:34.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vaC9kRhr6f6uEgWQmAT6ZufbqqXuP4dJ { width:25.5625rem;height:3.25rem;top:35.9375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkQealDPBCHGxF5aVU4HFggorR9ZrcUP { width:28.125rem;height:5.625rem;top:34.75rem;left:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sE1KDLlFnte6RNdrThPpSglxnP6hvQSk { width:27.875rem;height:4.875rem;top:35.125rem;left:19.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgA8Z28vSiwutOJJZsX81XnvpNUvaw8r { display:none; }#LgA8Z28vSiwutOJJZsX81XnvpNUvaw8r > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ShOCpVt0C6a39zCyeH5o66I7htNck4K4 { width:47.75rem;height:;top:21.4375rem;left:0rem;font-size:0.75rem;display:block; }#ShOCpVt0C6a39zCyeH5o66I7htNck4K4 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ad821b452804d2facbf2577e6a955cff0d9aec36.svg); }
 }@media only screen and (max-width: 763px) { #Tfav3lIuVbbVZMhwZsDwqIl7wD3VUdkP { width:47.75rem;height:1.5625rem;top:19.1875rem;left:0rem;font-size:0.75rem;display:block; }#Tfav3lIuVbbVZMhwZsDwqIl7wD3VUdkP li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c612b33e5327c1e4ad8f52338c4ba3693b27c1ca.svg); }
 }@media only screen and (max-width: 763px) { #fCZrzI1g3LGz45Rt7Lh7TF7HVKFHkTlp { width:47.75rem;height:2.0625rem;top:15.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHPtP5u6TgfDeEWaG9SZPZ3luJHddRuT { width:30.625rem;height:3.875rem;top:9.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6Z0y3cqIEBmeSwEuxz3FGtpGxMBVq0i { width:29.375rem;height:2.0625rem;top:10.4375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLF1mQslRcx6PuWVuXXVGhJV3Sh73q3D { width:36.25rem;height:1.9375rem;top:10.5625rem;left:11.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9En7eRlxz1Z2mqlEw4S8TQGwglW3FcX { width:18.5625rem;height:1.9375rem;top:3.5rem;left:21.3125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqyASN4mQqhJQZl76NLAXHD528UHcf6a { width:30.625rem;height:3.875rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSSPKEClzaLDSQTiBZWXhuJaNS23G2VX { width:29.4375rem;height:2.0625rem;top:3.4375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMNmibtmmqKPXX4w0naMr2Pyvloznafr { width:37.625rem;height:4.5rem;top:60.625rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwIa12V4rPipt1xCZBeunDypRlgzZ6Kh { width:30.9375rem;height:3.25rem;top:61.375rem;left:7.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWOgVafgPg37aw0cAR3wOg3Ofo0qWgXO { width:47.75rem;height:3.75rem;top:30.0625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mn3Ra40Vz8Kv6gzm5Mqx5mUy0EUSFi7W { width:28.125rem;height:5.625rem;top:35.75rem;left:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFrC0uDLnuRZ6Chh4kfJefoo7T5xIL8C { width:23.5625rem;height:4.875rem;top:36.125rem;left:24.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQ6kIS9Anc69P6gPdIzQmDRoEo8mdDqp { width:28.125rem;height:5.625rem;top:36rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qB1LTvcGxQ1uACCAnaXZKhwE6PAHOf1T { width:23.5625rem;height:3.25rem;top:37.1875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DiFi1wTZ5gP6B5yzFP5fLSZXLSdDw0gt { width:28.125rem;height:5.625rem;top:42.625rem;left:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSDIEqunBZTu2qyUJ3SJLU5hL5muwX3I { width:26.0625rem;height:9.75rem;top:43rem;left:21.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1VAIR35bLh7IQI5UXkJZ6rzQdpIsT98 { width:28.125rem;height:5.625rem;top:42.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5usv9eArWFSttl0ykhROwWQJkV2zR1i { width:26.0625rem;height:3.25rem;top:43.8125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmJFEuk4u3a3gHq0fdqSkp6VNfTlosme { width:28.125rem;height:5.625rem;top:49.5rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMH7vUs11e398ABd2KGKhw7B2sLLUAqc { width:26.0625rem;height:4.875rem;top:49.875rem;left:10.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Na1crD7HhyVd8DGOTzcBzi2zK7yoffqG { display:none; }#Na1crD7HhyVd8DGOTzcBzi2zK7yoffqG > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QO7XC3nV7bXhMgwP8GLKqSghyrEFiTAb { width:47.75rem;height:;top:14.75rem;left:0rem;font-size:0.75rem;display:block; }#QO7XC3nV7bXhMgwP8GLKqSghyrEFiTAb li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ad821b452804d2facbf2577e6a955cff0d9aec36.svg); }
 }@media only screen and (max-width: 763px) { #wnVvStoh6KMFE2pbot2RRxKqbh8hdqbq { width:47.75rem;height:1.5625rem;top:12.5rem;left:0rem;font-size:0.75rem;display:block; }#wnVvStoh6KMFE2pbot2RRxKqbh8hdqbq li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c612b33e5327c1e4ad8f52338c4ba3693b27c1ca.svg); }
 }@media only screen and (max-width: 763px) { #FNOr3s1Gfgh8TeE4spZTMCL8WPT5xilA { width:47.75rem;height:2.0625rem;top:8.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXzm08ABvrlfPJPEHrhc57Zbhyvf7yUe { width:30.625rem;height:3.875rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLX0CVOKSHlokgNW0pooN63vlQasS4o6 { width:29.375rem;height:2.0625rem;top:4.0625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtMqOAH63bhBKM8FyUfZsfGELzVE3ZbC { width:36.25rem;height:1.9375rem;top:4.125rem;left:11.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sf1JyAFuaau9phRXtTIgsNQxAwrQUo3x { width:37.625rem;height:4.5rem;top:47rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxtW3BDGhKCcMFnT1QeL0B6tQ5DVU1Q1 { width:36.5625rem;height:3.25rem;top:47.6875rem;left:5.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dzui5ie63pty8ko2ybBdfvkBXP81TH6n { width:47.75rem;height:3.75rem;top:25.3125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KygNeACWb5KIh72K1r8beRed9TUctNPJ { width:23.5625rem;height:3.25rem;top:39.3125rem;left:24.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfcTIwIWoGghLW3bLewmBrRtnFRmLJtg { width:28.125rem;height:5.625rem;top:31.25rem;left:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rX3GPWvRrFfK5cR1zxzwI2mHNMcpqyUq { width:28.125rem;height:5.625rem;top:31.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCiCOs8Wos83xcOtzbwFGHx9ZQAE58BF { width:23.5625rem;height:3.25rem;top:32.4375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnmU8kvADy05OW93wPR3i8t7v8HboJhH { width:28.125rem;height:5.625rem;top:38.125rem;left:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRRDnKwwZcJrSDFFC7fQFGwF6OT8UpK6 { width:23.5625rem;height:3.25rem;top:32.4375rem;left:24.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdoWGVptIQUB4BbviMtrJW0l0yNWocMG { width:28.125rem;height:5.625rem;top:38.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #epGTXnHOl7D1H7BEAkQ5sQ2XnR9utOMb { width:23.5625rem;height:4.875rem;top:38.5rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwMxC4lvG4nMy0yRuXxQzIp6inwGyDTf { display:none; }#MwMxC4lvG4nMy0yRuXxQzIp6inwGyDTf > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mc85FNCF8qZOw8auuenRyvc01c3fv4yu { width:47.75rem;height:;top:14.75rem;left:0rem;font-size:0.75rem;display:block; }#mc85FNCF8qZOw8auuenRyvc01c3fv4yu li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ad821b452804d2facbf2577e6a955cff0d9aec36.svg); }
 }@media only screen and (max-width: 763px) { #g3m6gikQ5xgBSonmAS2JKTshqBrv69TL { width:47.75rem;height:1.5625rem;top:12.5rem;left:0rem;font-size:0.75rem;display:block; }#g3m6gikQ5xgBSonmAS2JKTshqBrv69TL li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c612b33e5327c1e4ad8f52338c4ba3693b27c1ca.svg); }
 }@media only screen and (max-width: 763px) { #L4ht0HUMfJSThezN5u726J6aUrugRcUT { width:47.75rem;height:2.0625rem;top:8.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6Q8JKXy37FPCrm2N7kU1l8oXTEz3ele { width:30.625rem;height:3.875rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iiVH8o0RhhEk98RtwCL3VqVq4P88XBS7 { width:29.375rem;height:2.0625rem;top:4.0625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUXOtM8LsimqZXIMMfyq98DeGPSk3Eon { width:36.25rem;height:1.9375rem;top:4.125rem;left:11.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBzNtHTvOacgvRieFSqvpSnqPCrduu8L { width:37.625rem;height:4.5rem;top:48.75rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKuJVrOJs85SuSarkEbqOPy9P7uhnWNb { width:36.5625rem;height:3.25rem;top:49.4375rem;left:5.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NA3rLSr3apvAZO2WK9P7wSMV65xrNWIv { width:47.75rem;height:3.75rem;top:25.3125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8IxW8UyHhFssiVN3RB2ZfdByRwsPxiS { width:28.125rem;height:5.625rem;top:31.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzfXR9CrqJgq8eP3rH7q07qBnKXgNbZz { width:23.5625rem;height:3.25rem;top:32.5rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqPBigmCvREmdJd7dSLHTJFeMDQVVU4z { width:28.125rem;height:5.625rem;top:38.1875rem;left:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXAUOXsslmmpR6LFfiEMb0yEc6SZKTr4 { width:23.5625rem;height:4.875rem;top:38.5625rem;left:24.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #niKhbqxxcWKl5wSol13geXHo0HJ4Ru9T { width:28.125rem;height:5.625rem;top:31.3125rem;left:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7MHMPyuFVzzPdT6nXuM4sytN0XAXefr { width:19.5625rem;height:4.875rem;top:31.6875rem;left:28.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sraqzc6LqXq3DvQ2FFGPiU8CTBLXlq9V { width:28.125rem;height:5.625rem;top:38.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNTQTTvvMIMTW9rD7pMnvJiyZKgHW6rh { width:23.5625rem;height:4.875rem;top:38.5625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2mAB1DyKCzPXKJaCgZMieJQOrtSTa7H { display:none; }#v2mAB1DyKCzPXKJaCgZMieJQOrtSTa7H > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pFI8P0Bh4L1L0xrh20uq6E42yoMndCle { width:47.75rem;height:;top:24rem;left:0rem;font-size:0.75rem;display:block; }#pFI8P0Bh4L1L0xrh20uq6E42yoMndCle li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ad821b452804d2facbf2577e6a955cff0d9aec36.svg); }
 }@media only screen and (max-width: 763px) { #FOQroaxoXquiQaTN7LZJQknvuTP8K026 { width:47.75rem;height:1.5625rem;top:21.75rem;left:0rem;font-size:0.75rem;display:block; }#FOQroaxoXquiQaTN7LZJQknvuTP8K026 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c612b33e5327c1e4ad8f52338c4ba3693b27c1ca.svg); }
 }@media only screen and (max-width: 763px) { #ull79nKXECk18toZ1yPxTcTFJgiuephh { width:47.75rem;height:2.0625rem;top:18rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUuJkHC43MzuyTV8X3kTxMKmm9J45DuF { width:30.625rem;height:3.875rem;top:12.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2Tcq0uukKdaJZa7F9SafJa2A89DqKlN { width:29.375rem;height:2.0625rem;top:13.3125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TV03xT92RPTFkcWQBm1uaVLVCtEo3CpT { width:36.25rem;height:1.9375rem;top:13.375rem;left:11.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #peih8J67hVV8egQxICwTCli9zsSPkCTA { width:37.625rem;height:4.5rem;top:58.8125rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fB2cw50N5guWzL41uI2CB43wzEHGErqU { width:30.9375rem;height:3.25rem;top:59.5rem;left:8.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xoqDFqfWy8VCbIkArxgQB89B8NGtTq5q { width:47.75rem;height:3.75rem;top:36.25rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHVqfn4WmGE3sr2hJBTiMGgLzspiTE9R { width:28.125rem;height:5.625rem;top:41.9375rem;left:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ou6yGVAT1iiZtIxNUdWtTG8nMo9txIu3 { width:23.5625rem;height:3.25rem;top:43.125rem;left:24.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TB4dOvDTRqTQrfPTAwOrF8HnTnzA5m7V { width:28.125rem;height:5.625rem;top:41.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MyoaZaxhBRrPi7bWBT4IP84D9KgBCLy9 { width:27.9375rem;height:4.875rem;top:42.375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxKlJqEkzFyr7EbSFltS164WGCTxq880 { width:36.25rem;height:1.9375rem;top:2.5rem;left:11.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fH2JReGy6v6OfaBlmhvxDhK72URxl6TW { width:30.625rem;height:3.875rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xaHDRbUrln7b29vwHBmB4fn2TNNyWlVo { width:29.375rem;height:2.0625rem;top:2.375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3lDWTtlCQNvwJVdrG1KpCTOTI9vf3bk { width:47.75rem;height:2.0625rem;top:7.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAwB8BJzCloL9VicPhEfLksvONdD7oda { width:28.125rem;height:5.625rem;top:48.8125rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThzNF0uxZ3ZE44CfeRVrA10epsTWTAGX { width:27.9375rem;height:3.25rem;top:50rem;left:9.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7ShrGWCE2lRSKhpTCKk9Anp0im4DrhQ { display:none; }#k7ShrGWCE2lRSKhpTCKk9Anp0im4DrhQ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #JBXxStKwDPkhyQ8NEZ4lSgcW7dOW6lJT { width:47.75rem;height:;top:13.5625rem;left:0rem;font-size:0.75rem;display:block; }#JBXxStKwDPkhyQ8NEZ4lSgcW7dOW6lJT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ad821b452804d2facbf2577e6a955cff0d9aec36.svg); }
 }@media only screen and (max-width: 763px) { #AA76pDbht6hD7CufFZbPOmS87pH0NR5g { width:47.75rem;height:1.5625rem;top:11.3125rem;left:0rem;font-size:0.75rem;display:block; }#AA76pDbht6hD7CufFZbPOmS87pH0NR5g li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c612b33e5327c1e4ad8f52338c4ba3693b27c1ca.svg); }
 }@media only screen and (max-width: 763px) { #nCQZnPbp9XcZ6xitsTZdK9MQ8GTki6xT { width:47.75rem;height:2.0625rem;top:7.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUkTS58x4eQJLviJAlFFdMsRZdn5oA7E { width:30.625rem;height:3.875rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5HyfBL6Ts4oXT74Ne0WqI6lvncByINT { width:29.375rem;height:2.0625rem;top:2.875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzRKmCI8lSuCHQ7VNvabTCg2QnzcTSva { width:36.25rem;height:1.9375rem;top:2.9375rem;left:11.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwNLVfnwax7fEFqIN0J64KObioIpwqxC { width:28.25rem;height:3.25rem;top:72.5625rem;left:11.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HvXp8pVnK1gkOd2xdcu6nQ5scrlongCF { display:block; }
 }@media only screen and (max-width: 763px) { #c6KG06iw5J9gch0MNky2KGXFrNTrfqTv { width:37.625rem;height:4.5rem;top:53.625rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBDBzWTlq8pQ3rmCkhKNbGrefCIADcgn { width:30.9375rem;height:3.1875rem;top:54.3125rem;left:9.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWLqACHwGt7VuiwqU0ccN0wVl6IQznQ4 { width:36.25rem;height:1.9375rem;top:63.5rem;left:11.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJL3gUWeALHWoioNfyGwAD7pKaSBEyWc { width:29.375rem;height:2.0625rem;top:63.4375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7Vbs5sORvCZrGADWQNwUkTgTF4ospXG { width:30.625rem;height:3.875rem;top:62.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mA6AKu0KAqkdCWCJ9eoBBzOyMOK5ptOU { width:28.125rem;height:5.625rem;top:24.3125rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ex9RVkFLdE1M8yUnUe3C1zLa7xTOSxOy { width:27.875rem;height:4.875rem;top:24.625rem;left:10.014324188233rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVphFfmqWmOMrlGKEpTZw2gaydBMNGFA { width:28.125rem;height:5.625rem;top:31.125rem;left:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #asZMTPmceEvLMdAgJwsLntOzv7UTeHAJ { width:23.5rem;height:4.875rem;top:31.4375rem;left:24.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z478Bx2ZeAudeKdIFuA5UX2K5d4kP9SU { width:28.125rem;height:5.625rem;top:31.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KubJTAFKOq4i60Dw87Ep84KDTF64htTG { width:26.25rem;height:4.8125rem;top:31.9375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a32igdHsCl7NVTdI68NGN9Ackdpzc6BX { width:28.125rem;height:5.625rem;top:38.25rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCup1Km7TvqED41secN8WdeCcJZpxROo { width:27.3125rem;height:2.5625rem;top:40.75rem;left:10.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwdXpxHyVTmh4Z2bbERkKMtEye1MwEUv { width:28.125rem;height:5.625rem;top:44.875rem;left:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CysluwnSPDB83T3WRXOlQDn0CGkcOvPy { width:23.5rem;height:4.875rem;top:45.25rem;left:24.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkMZcB8X9bcuLT217vLtozogGUqXB4do { width:28.125rem;height:5.625rem;top:45.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmZcA8JHT6kQTQre9rcpiLFSu9qx64xe { width:26.75rem;height:4.875rem;top:45.5625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWynTJBCBZoka1UEh8JHDrGnyzuOZz0o { width:27.3125rem;height:1.5625rem;top:38.75rem;left:10.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGJuT6SCfAFs9ZwiR8R2td9mnz7l1doK { display:block; }#HGJuT6SCfAFs9ZwiR8R2td9mnz7l1doK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ozKXPGNoVJ1RLlQZXuBEVgs7DBKxpKJn .widget-regular-label { width:45.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ozKXPGNoVJ1RLlQZXuBEVgs7DBKxpKJn .widget-input-text { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ozKXPGNoVJ1RLlQZXuBEVgs7DBKxpKJn .widget-input-text {padding-top: 0; padding-bottom: 0;}#ozKXPGNoVJ1RLlQZXuBEVgs7DBKxpKJn .widget-textarea { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ozKXPGNoVJ1RLlQZXuBEVgs7DBKxpKJn .widget-input-select { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ozKXPGNoVJ1RLlQZXuBEVgs7DBKxpKJn .widget-input-select {padding-top: 0; padding-bottom: 0;}#ozKXPGNoVJ1RLlQZXuBEVgs7DBKxpKJn .widget-input-button { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ozKXPGNoVJ1RLlQZXuBEVgs7DBKxpKJn .widget-checkbox-label { width:44.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ozKXPGNoVJ1RLlQZXuBEVgs7DBKxpKJn  { width:45.25rem;height:auto;top:7.875rem;left:0rem; }
#ozKXPGNoVJ1RLlQZXuBEVgs7DBKxpKJn .radio-container { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ozKXPGNoVJ1RLlQZXuBEVgs7DBKxpKJn {display:block;}#ozKXPGNoVJ1RLlQZXuBEVgs7DBKxpKJn { width:45.25rem;height:auto;top:7.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ozKXPGNoVJ1RLlQZXuBEVgs7DBKxpKJn #UIWigTGZqHtS6XtOh9HhVKPl2g5FmaH6 {  }
 }@media only screen and (max-width: 763px) { #ozKXPGNoVJ1RLlQZXuBEVgs7DBKxpKJn #PQ2z5JC6sWlg7akFNfZbuCvzWgwJVHhS {  }
 }@media only screen and (max-width: 763px) { #ozKXPGNoVJ1RLlQZXuBEVgs7DBKxpKJn #Q4LxK9WxxUhKfumLEVcSyAA3GE2bmQuI {  }
 }@media only screen and (max-width: 763px) { #ozKXPGNoVJ1RLlQZXuBEVgs7DBKxpKJn #tpJzUTcRCwVWTiK7I8fhRhT3Nqg2CU63 {  }
 }@media only screen and (max-width: 763px) { #ozKXPGNoVJ1RLlQZXuBEVgs7DBKxpKJn #nCZuQft9NmeNaNhLaJJHT1BvSr84Izhm {  }
 }@media only screen and (max-width: 763px) { #ozKXPGNoVJ1RLlQZXuBEVgs7DBKxpKJn #mu1sLdF3cCrtCZ7mrUEOrrKsgsS9wgEO {  }
 }@media only screen and (max-width: 763px) { #ozKXPGNoVJ1RLlQZXuBEVgs7DBKxpKJn #KG2L6rnG2iQTUPgBtFUa4CPS1Tze2lt1 {  }
 }@media only screen and (max-width: 763px) { #ozKXPGNoVJ1RLlQZXuBEVgs7DBKxpKJn #gBNfT1u00LzeNzzqciXk3smd6OJskTaR {  }
 }@media only screen and (max-width: 763px) { #ozKXPGNoVJ1RLlQZXuBEVgs7DBKxpKJn #McW7OV7aHLdExPW6vLoRRT9oOCQNeTfv {  }
 }@media only screen and (max-width: 763px) { #ozKXPGNoVJ1RLlQZXuBEVgs7DBKxpKJn #NiUG0AHxUkUoy7iHGUZgTJf2mnm3D89n {  }
 }@media only screen and (max-width: 763px) { #ozKXPGNoVJ1RLlQZXuBEVgs7DBKxpKJn #JcG2esx8pI8A5XNk5dvQ8f536DcwoT2a {  }
 }@media only screen and (max-width: 763px) { #m13efqzWPZlFlM3J6tntykE59GoEBBkT { width:47.75rem;height:6.25rem;top:1.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUrkei3qzdxREXWGL9B2x9p3HfK9nm1g { display:none; }#qUrkei3qzdxREXWGL9B2x9p3HfK9nm1g > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #P0JqWAWQ631ODvba40hK8vHnzLlHDwfF { width:12.875rem;height:1.25rem;top:3.3125rem;left:18.5234375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1p7765ymNxJcWiTOWHTan4sp9dZH3UA { width:7.3125rem;height:7.3125rem;top:4.5rem;left:21.303089141846rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxXhcHbT65UvlqJUFVv3JJioTHuvaxcJ { width:8.625rem;height:2.625rem;top:148.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpvVIrnNfVVnTdni0Nh5NKQmoEAzr843 { width:18.8125rem;height:1.25rem;top:144.125rem;left:16.498699188233rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0H3w3NDzLMwIrV1EaLJVTak36zicQV3 { width:8.9375rem;height:4.1875rem;top:154.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1Uilu1mnso44Qq8TNEumNJGvUMnd3dD { width:19.25rem;height:1.25rem;top:14.875rem;left:15.530715942382rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0fvTJEARfFpCtmFlXJSFTyRSB9bVsII { width:24.0625rem;height:7.5625rem;top:17.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBFsaO5EqF6JOsgvLVcALNi2k6xxkJPU { width:7.3125rem;height:4.8125rem;top:154.4375rem;left:28.49870300293rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQJHPiQIcUFCRJllNc9Uk4F5OIepqTJr { width:9.875rem;height:2.607887618113rem;top:148.0625rem;left:27.49870300293rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAK11rSx6p3iT6FT9G0Vz52I05lLrmW7 { width:7.1875rem;height:4.5rem;top:154.625rem;left:40.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NE0xbD0fdmJ11MbZoWAtGyKoKgPHas3N { width:23.875rem;height:7.3125rem;top:17.8125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #URJEcM4ThrVrv2yqHc7doMcZw5ErAhhD { width:11.1875rem;height:2rem;top:155.875rem;left:8.3111991882325rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGbBcKvP7byo0XMSrb44o5G98qOv5DXK { width:20.75rem;height:5.125rem;top:40.5rem;left:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdcUffTMbAO2A0Zpto2hkxiswvcVQ3ux { width:22.8125rem;height:5.6875rem;top:40.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBQvLNJpo7K0hICPt8kq9p6stZT6iNK5 { width:18.8125rem;height:1.25rem;top:71.8125rem;left:13.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSTuZeqPTaVTr69Ei4WUMa5J1QIgmP1b { width:12.9375rem;height:11.8125rem;top:75.9375rem;left:3.64453125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCEUWwb3RRXQ87tG9egieIFoyRT93kHi { width:20.875rem;height:0.3125rem;top:38.875rem;left:20.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Bh858VF9UFu0ny4wz6St8nbcxSM4PCeV { width:20.875rem;height:0.3125rem;top:38.875rem;left:20.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #D0h2mKIzQfW0kZS0zU06T57gbbQaqqv9 { width:20.875rem;height:0.3125rem;top:38.875rem;left:20.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #d9NNeg3RyKezwSns71fEonruqeweeNAU { width:18.8125rem;height:1.25rem;top:52.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wM1279MEVGaqN9JThTsrLmhwuVubNnTU { width:14.9375rem;height:14.9375rem;top:54.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcVyTrhbDM8ywEcBucCNGxoNRSrRQ9kk { width:20.875rem;height:0.3125rem;top:38.875rem;left:20.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hBwLnkH7p6300qdf3fVUXVihS9GhReNo { width:12.0625rem;height:2.875rem;top:147.9375rem;left:7.4361991882325rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePIGI0tMbEE1OevEyXq5zNNCD5cEdCCC { width:18.8125rem;height:1.25rem;top:97rem;left:16.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3QofOx2EEhKLf4e2RPTk2ha9CO7967S { width:21.4375rem;height:4.6105404690403rem;top:103.625rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y69tRQLqPOIBv3J57HV94NAvrPtEuDJr { width:10.4375rem;height:4.0996666249948rem;top:147.3125rem;left:37.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVUqMkf6n4G5O8a7UT3uo2dIB3PfDc0e { width:20.875rem;height:0.3125rem;top:38.875rem;left:20.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #x56Oft1UP9DNuW0TFELDrSIZHUl58yIM { width:13.625rem;height:4.9375rem;top:170.4375rem;left:18.56120300293rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXiTPgePTTKdGJmeEbWgfMJpx4Chi413 { width:12.5625rem;height:7rem;top:169.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oX4II2lZOcoL5SPxbwF3FunXiipVIMKb { width:11.8125rem;height:4.1875rem;top:170.8125rem;left:2.6861991882324rem;display:block; }
 }@media only screen and (max-width: 763px) { #mF0ZDXsxlAUT1SROUADR9xTwWME11a0w { width:10.25rem;height:3.75rem;top:171rem;left:34.74870300293rem;display:block; }
 }@media only screen and (max-width: 763px) { #dp4Fi6agLHW5eylsmZdv69IKiAzHbr3m { width:12.5rem;height:4.5rem;top:170.6875rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xaEklv0o33XqPMvn96XBzd9AoTeQwKWt { width:25.6875rem;height:1.25rem;top:166.5rem;left:13.061199188233rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qX8iBzqMM3LVEyCQ3bOH6BI4HNyKhds5 { width:18.8125rem;height:1.25rem;top:127.4375rem;left:16.123699188233rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Irb6E3wQvSJEpX8fNLNnp65QhiJXgabl { width:21.625rem;height:5.0625rem;top:131.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkrNNClVTTeuNUZESKyEk4XsZJ0fBBLx { width:20.875rem;height:0.3125rem;top:38.875rem;left:20.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rWKQ6io6mfnF87iHvNocVlOa16KZ69UX { width:20.875rem;height:0.3125rem;top:38.875rem;left:20.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #uCczZwI4gOFKoeBEAM5eH7hOIBgAMR1f { width:15.0625rem;height:8.9375rem;top:100.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqqTcSdqzy04mLo9cpqxWTmKKrD40osw { width:12.25rem;height:12.25rem;top:99rem;left:35.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPp6BPtfgrRCKy8OWUCVhVrFFmOT6u2T { width:17rem;height:7.5rem;top:28.4375rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfvXDHxQDr45LmyiBwB1dBv1TnbTsXyL { width:17.25rem;height:4.5625rem;top:132.375rem;left:10.311199188233rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAtTQZbTMKn5MQTbR86Ha4TtRxJghZGN { width:16.125rem;height:4.793012560864rem;top:115.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cS7Kk9DzDfxyRJrBBSPQMVlsTlbdqRd0 { width:17.5rem;height:6.4747365461476rem;top:114.75rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tT0WeHTaMTho6Ov3lrRZexlyTd0HfCxB { width:17.1875rem;height:7.9703131850612rem;top:114rem;left:17.30859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFiJoZicRH2CBLz1waQTO5xzAEQmSLzJ { width:18.9375rem;height:18.9375rem;top:72.4375rem;left:26.14453125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMJFlwivNrx3taOfpp0EV0Wowpyt1DIS { width:12.25rem;height:4.6875rem;top:132rem;left:32.06120300293rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxgyfbXslJEIQkkpfDJGLTOIT1x7mzRQ { width:11.8125rem;height:6.875rem;top:130.9375rem;left:35.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q840LZJI8hSi1BJgMJeoRoX57lX4CfMM { width:18.8125rem;height:1.25rem;top:52.625rem;left:28.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfGUvDaCk8103ppxn3mT4wg8oKvEwxtQ { width:23.875rem;height:11.6875rem;top:55.25rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1vMA5v9C3giaZ3252AdLqdZID51sqvT { width:20.875rem;height:0.3125rem;top:38.875rem;left:20.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JA5EJkbMVlaFng5Gf6Tdy2k09AqRD9D4 { display:block; }#JA5EJkbMVlaFng5Gf6Tdy2k09AqRD9D4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UBM7sd9PK9eW3rZKdJ3OO1m0wZ0S0W0k { width:34.375rem;height:3.8125rem;top:4.125rem;left:13.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NyfseASFn7Dm0tW9mBNcxW0eECg8VIsM { width:34.375rem;height:3.1875rem;top:9.25rem;left:13.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxsgQOnuwXfpHAh8BPPf3k7gXV9pBJTx { width:34.375rem;height:2.5625rem;top:14.375rem;left:13.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQq8lyfEDPCDc0tT6hdo4ESruM2o3mfc { width:11.625rem;height:11.625rem;top:4.6875rem;left:0rem;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:1rem;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:relative;z-index:auto;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .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 { width:20rem;height:6.875rem;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:7.1875rem;height:1.5rem;top:6.5rem;left:10.375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #vnnIrr1nqqyPkyvUPDLoHP0JUTxQsbth { display:block; }
 }@media only screen and (max-width: 763px) { #NC8oTLVWaz51olA6rg0cUySGf0TkuPOV { width:7.1875rem;height:1.5rem;top:7.9991321563719rem;left:2.4370661377907rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #kieKFQr2U9Z8rGz1AxCpZ47iyLdr1DC4 { display:block; }
 }@media only screen and (max-width: 763px) { #Bz9WfKa8orddivDOTfMTUQo2fbsQLTpB { width:7.1875rem;height:1.5rem;top:6.5rem;left:2.4375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #SHFqSDHpwBOzAUfJHqAmrkc5ld4ZdWgM { display:block; }
 }@media only screen and (max-width: 763px) { #GLWbT3GXXhD31XnWDJR6EOUEAT2hHRtB { width:7.1875rem;height:1.5rem;top:7.9991321563719rem;left:10.374349892139rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #kFNa3i9bZ35f2ZymtSWmcJC3kaQMzyTO { display:block; }
 }@media only screen and (max-width: 763px) { #D40V6yBD64xBozXV2RDIt4TtnfVKN27u { width:7.1875rem;height:1.5rem;top:9.4986982345581rem;left:2.4370661377907rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #K9yFOms9IvzqC1q5WAMOOSn9R5U87vyE { display:block; }
 }@media only screen and (max-width: 763px) { #PJaulHLe8iKuNoIrRzM7tKzphwEQieHx { width:7.1875rem;height:1.5rem;top:9.4986982345581rem;left:10.374349892139rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #n2JuIrDK1ekz1L2VRXw4BGfzlP7ENEuU { display:block; }
 }@media only screen and (max-width: 763px) { #FZxxsImJKeWWhFVkCCUpA0oVobfCioi9 { display:flex;top:6.68728351593rem;left:8.4375002980231rem;width:3.125rem;height:3.125rem;z-index:15006;display:none; }
 }@media only screen and (max-width: 763px) { #N9gdzT9Z8lSuWlar3xL05QRrPxsAIGZQ { display:none; }#N9gdzT9Z8lSuWlar3xL05QRrPxsAIGZQ > .row .container { width:20rem;height:6.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #V0mGn63oAGU7TwVNMv3cHm06eubg21KA { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c36d5524-a634-428f-a17a-3694f231547c/tlomobile4.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; }#V0mGn63oAGU7TwVNMv3cHm06eubg21KA.adaptive-delivery-prevent-bg, #V0mGn63oAGU7TwVNMv3cHm06eubg21KA.lazyload, #V0mGn63oAGU7TwVNMv3cHm06eubg21KA.lazyloading { background-image: none; }#V0mGn63oAGU7TwVNMv3cHm06eubg21KA > .row .container { background-color: transparent; background-image: none; }#V0mGn63oAGU7TwVNMv3cHm06eubg21KA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V0mGn63oAGU7TwVNMv3cHm06eubg21KA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V0mGn63oAGU7TwVNMv3cHm06eubg21KA > .row .container > .video-iframe-container { display: none; }#V0mGn63oAGU7TwVNMv3cHm06eubg21KA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V0mGn63oAGU7TwVNMv3cHm06eubg21KA > .row > .video-iframe-container { display: none; }#V0mGn63oAGU7TwVNMv3cHm06eubg21KA > .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); }#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:13.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nZ527FpwTMbD4l7CdktQXv859dL8RK1e { display:flex;width:3.125rem;height:3.125rem;top:1.3726143836975rem;left:15.694445908069rem;display:none; }
 }@media only screen and (max-width: 763px) { #g559x2rBsP4CndLNDhLcimfHCCfA0S2T { width:18.75rem;height:3.75rem;top:1.875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrD4gWy8WGcTM1OfxnIcCJHFpUfpNRbl { width:6.25rem;height:3.125rem;top:2.2568359375rem;left:3.5rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #L9wcF7eTpp33VF89BT0erGx6PNyZeXto { width:4.888888875rem;height:1.763888875rem;top:2.8680555820465rem;left:12.500000119209rem;font-size:0.75rem;background-color:#99e000;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) { #HGP2GLs4RqcoFCTHKkEuKNyM0QftiUC1 { display:block; }
 }@media only screen and (max-width: 763px) { #FeF30Jz6klPZVzoSDTiD90vRlbgNcRBT { width:5rem;height:1.875rem;top:6.5625rem;left:4.75rem;font-size:0.75rem;background-color:rgba(0,0,0,0.5);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) { #evZvdPx3sJzUMvVP1VSzxJ7WNUyJeTO5 { display:block; }
 }@media only screen and (max-width: 763px) { #t7SX1MoCXZQ5xzPKK43fpQSzI88uzoKr { width:5rem;height:1.875rem;top:6.5625rem;left:10.25rem;font-size:0.75rem;background-color:rgba(0,0,0,0.5);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) { #drlrqapNVHTIwbIWGUi5ZgDedGO2Ddqo { display:block; }
 }@media only screen and (max-width: 763px) { #arw3HdJ0c0aQ6JfldxRa2gDl4cEFCU6i { 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:rgba(0,0,0,0.5);background-image:none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ztqeNJe98luelCBerkXPbc3X2GPfSwgN { display:block; }
 }@media only screen and (max-width: 763px) { #ZG0d4T8sCee9caPiczsys9IrDZV4PnEd { width:8.08333375rem;height:1.83333375rem;top:9.1640625rem;left:3.2486979961395rem;font-size:0.75rem;color:#ffffff;background-color:rgba(0,0,0,0.5);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) { #quhkWp92kJQgkiLwa0Lru5gWKCLQ8HaE { display:block; }
 }@media only screen and (max-width: 763px) { #KNleC7sCz2i70daiwl60PeKp98LnoT01 { width:7.4375rem;height:3.4375rem;top:16.875rem;left:6.28125rem;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:none; }
 }@media only screen and (max-width: 763px) { #f4zy1vtEkRAEtN1eXdmBsF8dVGveJKmp { display:block; }
 }@media only screen and (max-width: 763px) { #s1tldURm96OXPrJEBJW28gQNI9ymp2lJ { width:5.763888875rem;height:1.763888875rem;top:6.6163198947906rem;left:1.1875rem;font-size:0.75rem;background-color:rgba(0,0,0,0.3);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;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #VKwT3xOzgWESGtKJI5lbfTmsrHS26W4t { display:block; }
 }@media only screen and (max-width: 763px) { #GpmfLAG4LpTDc8NU1VMf9H2qRNZzfEUM { display:block; }#GpmfLAG4LpTDc8NU1VMf9H2qRNZzfEUM > .row .container { width:20rem;height:40.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w89hMecTupxOVeXerkcCplUcrtL4Eyc0 { 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) { #mGJT8T3knGAl6J2dMS0Xsl3g1geCITM2 { width:19.9995rem;height:1.875rem;top:5.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJoJ1MHCKtX4QNkpNHEA5lS0CsVmUQLG { width:15.5rem;height:1.13715rem;top:5.5625rem;left:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0TrAsbGa8etgwqc5u4R6SUdTm6tIlBX { width:15.0625rem;height:1.2999125rem;top:7.8125004768369rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #I7BwknFznM542XROriWs9uKB5OAw71N3 { width:20rem;height:2.8125rem;top:10.36198125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qiwcPNyFJCZF2cMGHF6WqPZFmVBwJ50S { width:20rem;height:1.94965rem;top:10.791010856628rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEZfScOr8mMZIqn1Uxixl5vTKagDPdug { width:20rem;height:2.8125rem;top:36rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EcZNkCBgoEOWSMIUPbOkUpu9tViiwwwv { width:20rem;height:1.94965rem;top:36.4375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhlIAfX5d57rKyhNQauwORWT8to6QJ1q { width:20rem;height:3.125rem;top:18.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNl6D2q00mBqwlhT524C3H8WA2g846pk { width:18.3125rem;height:2.924475rem;top:18.9375rem;left:0.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePKMc1ar3Uxx0NldAaGok9aPyqqSIq9K { width:20rem;height:2.8125rem;top:31.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGEVvlthX7cfC3my6S1UTTuZrf5Z7yuM { width:20rem;height:1.94965rem;top:32.375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCsP89NIyNkPxf9HUdVmVVTHwUgKrenE { width:20rem;height:3.125rem;top:27.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmntXy017xqsJumzqNXpxucOT6plLX6R { width:20rem;height:1.974825rem;top:28.125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwWupUofwW7gQGU4DX0GMDkIJyumuv50 { width:20rem;height:3.125rem;top:14.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vX1KFdypbhJT2XZLU5XKDSuBFTJA8ial { width:20rem;height:2.94965rem;top:14.5rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kad2U48L2hWmZQU6br1Kskt8bJgPLUFa { width:20rem;height:3.125rem;top:23.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8X574s52PqnJATTTp5Mb79KohrknUAJ { width:20rem;height:1.94965rem;top:23.75rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6G4FQAWCET1pw7pcQyvHv1z0NEeghQD { display:block; }#P6G4FQAWCET1pw7pcQyvHv1z0NEeghQD > .row .container { width:20rem;height:48rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FwHOpSnCobdbORVCV9n5TwoCJKlq79sp { width:11.6875rem;height:0.974825rem;top:9.375rem;left:0rem;font-size:0.75rem;display:block; }#FwHOpSnCobdbORVCV9n5TwoCJKlq79sp li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c612b33e5327c1e4ad8f52338c4ba3693b27c1ca.svg); }
 }@media only screen and (max-width: 763px) { #JTvi56Ppanm09TfQHwr64Q8tfTCCqgog { width:20rem;height:6.4739375rem;top:10.9375rem;left:0rem;font-size:0.75rem;display:block; }#JTvi56Ppanm09TfQHwr64Q8tfTCCqgog li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ad821b452804d2facbf2577e6a955cff0d9aec36.svg); }
 }@media only screen and (max-width: 763px) { #dBOW3ZnxWZkTLa1HqX1KAfyev53DmONP { width:20rem;height:1.875rem;top:2.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1eTT6UbMXJmDlSGZ9rE6n5gUNmVQSF7 { width:15.8125rem;height:1.13715rem;top:2.6875rem;left:2.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXFOG3GVHqTdTHoO22QtwIhhrZMXyypr { width:13.3125rem;height:1.2000875rem;top:4.8125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kmDnHJNggUD07BS9lSp21b145bTlK12N { width:20rem;height:2.0996125rem;top:6.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxQ1cFScTDAUQ7mADMHZSGR6PDHnUrZE { width:19.875rem;height:3.5625rem;top:41.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1QIExVcoL0nAk94XW0iDDRQvFE0FCtW { width:15.5rem;height:2.924475rem;top:41.75rem;left:2.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFuIT91rVP2kFBBhkiLtFlbysFaygHB9 { width:20rem;height:3.375rem;top:18.036217689514rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRamyCT2lhhCyx6q2V5zC91M0FU6xSWU { width:20rem;height:2.8125rem;top:27.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWpvI3m1hMLVihQ7hBvWk7Eei5kTp339 { width:20rem;height:1.974825rem;top:27.4375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TA1lbvq2KiPmZo6gugJ1Kkqtigft1mfs { width:20rem;height:1.974825rem;top:23.125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRK3kCoTwxlOK5ONQy0fnhOLVEO5MwQP { width:20rem;height:3.125rem;top:22.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #knJJsdwUoTnQALdMvUbVuK867h5Tn03T { width:20rem;height:2.8125rem;top:31.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vaC9kRhr6f6uEgWQmAT6ZufbqqXuP4dJ { width:20rem;height:1.974825rem;top:31.6875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkQealDPBCHGxF5aVU4HFggorR9ZrcUP { width:20rem;height:2.8125rem;top:35.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sE1KDLlFnte6RNdrThPpSglxnP6hvQSk { width:20rem;height:2.9375rem;top:35.1875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgA8Z28vSiwutOJJZsX81XnvpNUvaw8r { display:block; }#LgA8Z28vSiwutOJJZsX81XnvpNUvaw8r > .row .container { width:20rem;height:54.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ShOCpVt0C6a39zCyeH5o66I7htNck4K4 { width:20rem;height:7.7613125rem;top:13.4375rem;left:0rem;font-size:0.75rem;display:block; }#ShOCpVt0C6a39zCyeH5o66I7htNck4K4 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ad821b452804d2facbf2577e6a955cff0d9aec36.svg); }
 }@media only screen and (max-width: 763px) { #Tfav3lIuVbbVZMhwZsDwqIl7wD3VUdkP { width:20rem;height:0.974825rem;top:11.875rem;left:0rem;font-size:0.75rem;display:block; }#Tfav3lIuVbbVZMhwZsDwqIl7wD3VUdkP li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c612b33e5327c1e4ad8f52338c4ba3693b27c1ca.svg); }
 }@media only screen and (max-width: 763px) { #fCZrzI1g3LGz45Rt7Lh7TF7HVKFHkTlp { width:20rem;height:1.05025rem;top:10.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHPtP5u6TgfDeEWaG9SZPZ3luJHddRuT { width:20rem;height:1.875rem;top:5.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6Z0y3cqIEBmeSwEuxz3FGtpGxMBVq0i { width:20rem;height:1.13715rem;top:6.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLF1mQslRcx6PuWVuXXVGhJV3Sh73q3D { width:20rem;height:1.2000875rem;top:8.375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #L9En7eRlxz1Z2mqlEw4S8TQGwglW3FcX { width:20rem;height:1.2000875rem;top:2.8125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qqyASN4mQqhJQZl76NLAXHD528UHcf6a { width:20rem;height:1.875rem;top:0.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSSPKEClzaLDSQTiBZWXhuJaNS23G2VX { width:20rem;height:1.13715rem;top:0.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMNmibtmmqKPXX4w0naMr2Pyvloznafr { width:19.875rem;height:2.5rem;top:48.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwIa12V4rPipt1xCZBeunDypRlgzZ6Kh { width:20rem;height:1.94965rem;top:48.625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWOgVafgPg37aw0cAR3wOg3Ofo0qWgXO { width:20rem;height:2.25rem;top:21.473090171814rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mn3Ra40Vz8Kv6gzm5Mqx5mUy0EUSFi7W { width:20rem;height:3.125rem;top:29.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFrC0uDLnuRZ6Chh4kfJefoo7T5xIL8C { width:20rem;height:2.94965rem;top:29.1875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQ6kIS9Anc69P6gPdIzQmDRoEo8mdDqp { width:20rem;height:2.8125rem;top:25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qB1LTvcGxQ1uACCAnaXZKhwE6PAHOf1T { width:20rem;height:1.974825rem;top:25.4375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DiFi1wTZ5gP6B5yzFP5fLSZXLSdDw0gt { width:20rem;height:3.125rem;top:37.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSDIEqunBZTu2qyUJ3SJLU5hL5muwX3I { width:18rem;height:2.94965rem;top:37.5625rem;left:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1VAIR35bLh7IQI5UXkJZ6rzQdpIsT98 { width:20rem;height:2.8125rem;top:33.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5usv9eArWFSttl0ykhROwWQJkV2zR1i { width:20rem;height:1.94965rem;top:33.9375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmJFEuk4u3a3gHq0fdqSkp6VNfTlosme { width:20rem;height:3.125rem;top:42rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMH7vUs11e398ABd2KGKhw7B2sLLUAqc { width:19.3125rem;height:2.94965rem;top:42.0625rem;left:0.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Na1crD7HhyVd8DGOTzcBzi2zK7yoffqG { display:block; }#Na1crD7HhyVd8DGOTzcBzi2zK7yoffqG > .row .container { width:20rem;height:47.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QO7XC3nV7bXhMgwP8GLKqSghyrEFiTAb { width:20rem;height:9.048625rem;top:9.125rem;left:0rem;font-size:0.75rem;display:block; }#QO7XC3nV7bXhMgwP8GLKqSghyrEFiTAb li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ad821b452804d2facbf2577e6a955cff0d9aec36.svg); }
 }@media only screen and (max-width: 763px) { #wnVvStoh6KMFE2pbot2RRxKqbh8hdqbq { width:20rem;height:0.974825rem;top:7.5625rem;left:0rem;font-size:0.75rem;display:block; }#wnVvStoh6KMFE2pbot2RRxKqbh8hdqbq li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c612b33e5327c1e4ad8f52338c4ba3693b27c1ca.svg); }
 }@media only screen and (max-width: 763px) { #FNOr3s1Gfgh8TeE4spZTMCL8WPT5xilA { width:20rem;height:2.0996125rem;top:4.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXzm08ABvrlfPJPEHrhc57Zbhyvf7yUe { width:20rem;height:1.875rem;top:0.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLX0CVOKSHlokgNW0pooN63vlQasS4o6 { width:20rem;height:1.13715rem;top:0.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtMqOAH63bhBKM8FyUfZsfGELzVE3ZbC { width:20rem;height:1.2000875rem;top:3rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Sf1JyAFuaau9phRXtTIgsNQxAwrQUo3x { width:19.875rem;height:2.5rem;top:40.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxtW3BDGhKCcMFnT1QeL0B6tQ5DVU1Q1 { width:20rem;height:1.974825rem;top:41.0625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dzui5ie63pty8ko2ybBdfvkBXP81TH6n { width:20rem;height:2.25rem;top:18.797939777374rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KygNeACWb5KIh72K1r8beRed9TUctNPJ { width:20rem;height:1.974825rem;top:35.0625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfcTIwIWoGghLW3bLewmBrRtnFRmLJtg { width:20rem;height:2.8125rem;top:30.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rX3GPWvRrFfK5cR1zxzwI2mHNMcpqyUq { width:20rem;height:2.8125rem;top:22.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCiCOs8Wos83xcOtzbwFGHx9ZQAE58BF { width:20rem;height:1.974825rem;top:22.75rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnmU8kvADy05OW93wPR3i8t7v8HboJhH { width:20rem;height:3.125rem;top:34.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRRDnKwwZcJrSDFFC7fQFGwF6OT8UpK6 { width:20rem;height:1.974825rem;top:30.875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdoWGVptIQUB4BbviMtrJW0l0yNWocMG { width:20rem;height:2.8125rem;top:26.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #epGTXnHOl7D1H7BEAkQ5sQ2XnR9utOMb { width:20rem;height:1.974825rem;top:26.8125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwMxC4lvG4nMy0yRuXxQzIp6inwGyDTf { display:block; }#MwMxC4lvG4nMy0yRuXxQzIp6inwGyDTf > .row .container { width:20rem;height:45rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mc85FNCF8qZOw8auuenRyvc01c3fv4yu { width:20rem;height:9.048625rem;top:9.125rem;left:0rem;font-size:0.75rem;display:block; }#mc85FNCF8qZOw8auuenRyvc01c3fv4yu li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ad821b452804d2facbf2577e6a955cff0d9aec36.svg); }
 }@media only screen and (max-width: 763px) { #g3m6gikQ5xgBSonmAS2JKTshqBrv69TL { width:20rem;height:0.974825rem;top:7.5625rem;left:0rem;font-size:0.75rem;display:block; }#g3m6gikQ5xgBSonmAS2JKTshqBrv69TL li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c612b33e5327c1e4ad8f52338c4ba3693b27c1ca.svg); }
 }@media only screen and (max-width: 763px) { #L4ht0HUMfJSThezN5u726J6aUrugRcUT { width:20rem;height:2.0996125rem;top:4.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6Q8JKXy37FPCrm2N7kU1l8oXTEz3ele { width:20rem;height:1.875rem;top:0.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iiVH8o0RhhEk98RtwCL3VqVq4P88XBS7 { width:20rem;height:1.13715rem;top:0.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUXOtM8LsimqZXIMMfyq98DeGPSk3Eon { width:20rem;height:1.2000875rem;top:3rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hBzNtHTvOacgvRieFSqvpSnqPCrduu8L { width:19.875rem;height:2.5rem;top:40.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKuJVrOJs85SuSarkEbqOPy9P7uhnWNb { width:20rem;height:1.974825rem;top:41.0625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NA3rLSr3apvAZO2WK9P7wSMV65xrNWIv { width:20rem;height:2.25rem;top:18.797939777374rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8IxW8UyHhFssiVN3RB2ZfdByRwsPxiS { width:20rem;height:2.8125rem;top:22.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzfXR9CrqJgq8eP3rH7q07qBnKXgNbZz { width:20rem;height:1.974825rem;top:22.75rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqPBigmCvREmdJd7dSLHTJFeMDQVVU4z { width:20rem;height:3.125rem;top:34.500001430511rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXAUOXsslmmpR6LFfiEMb0yEc6SZKTr4 { width:19.0625rem;height:2.94965rem;top:34.587674617767rem;left:0.9366319179535rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #niKhbqxxcWKl5wSol13geXHo0HJ4Ru9T { width:20rem;height:2.8125rem;top:26.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7MHMPyuFVzzPdT6nXuM4sytN0XAXefr { width:20rem;height:1.94965rem;top:26.75rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sraqzc6LqXq3DvQ2FFGPiU8CTBLXlq9V { width:20rem;height:2.8125rem;top:30.437501430511rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNTQTTvvMIMTW9rD7pMnvJiyZKgHW6rh { width:20rem;height:1.974825rem;top:30.855901241303rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2mAB1DyKCzPXKJaCgZMieJQOrtSTa7H { display:block; }#v2mAB1DyKCzPXKJaCgZMieJQOrtSTa7H > .row .container { width:20rem;height:50.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pFI8P0Bh4L1L0xrh20uq6E42yoMndCle { width:20rem;height:10.0234375rem;top:17.1875rem;left:0rem;font-size:0.75rem;display:block; }#pFI8P0Bh4L1L0xrh20uq6E42yoMndCle li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ad821b452804d2facbf2577e6a955cff0d9aec36.svg); }
 }@media only screen and (max-width: 763px) { #FOQroaxoXquiQaTN7LZJQknvuTP8K026 { width:20rem;height:0.974825rem;top:15.625rem;left:0rem;font-size:0.75rem;display:block; }#FOQroaxoXquiQaTN7LZJQknvuTP8K026 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c612b33e5327c1e4ad8f52338c4ba3693b27c1ca.svg); }
 }@media only screen and (max-width: 763px) { #ull79nKXECk18toZ1yPxTcTFJgiuephh { width:20rem;height:2.0996125rem;top:12.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUuJkHC43MzuyTV8X3kTxMKmm9J45DuF { width:20rem;height:1.875rem;top:8.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2Tcq0uukKdaJZa7F9SafJa2A89DqKlN { width:20rem;height:1.13715rem;top:8.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TV03xT92RPTFkcWQBm1uaVLVCtEo3CpT { width:20rem;height:1.2000875rem;top:11.0625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #peih8J67hVV8egQxICwTCli9zsSPkCTA { width:19.875rem;height:2.5rem;top:45.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fB2cw50N5guWzL41uI2CB43wzEHGErqU { width:20rem;height:1.94965rem;top:45.6875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xoqDFqfWy8VCbIkArxgQB89B8NGtTq5q { width:20rem;height:2.25rem;top:27.8125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHVqfn4WmGE3sr2hJBTiMGgLzspiTE9R { width:20rem;height:2.8125rem;top:35.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ou6yGVAT1iiZtIxNUdWtTG8nMo9txIu3 { width:20rem;height:1.974825rem;top:35.8125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TB4dOvDTRqTQrfPTAwOrF8HnTnzA5m7V { width:20rem;height:3.125rem;top:31.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MyoaZaxhBRrPi7bWBT4IP84D9KgBCLy9 { width:20rem;height:2.924475rem;top:31.4375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxKlJqEkzFyr7EbSFltS164WGCTxq880 { width:10.8125rem;height:1.2000875rem;top:3.3125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fH2JReGy6v6OfaBlmhvxDhK72URxl6TW { width:20rem;height:1.875rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xaHDRbUrln7b29vwHBmB4fn2TNNyWlVo { width:20rem;height:1.13715rem;top:1.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3lDWTtlCQNvwJVdrG1KpCTOTI9vf3bk { width:20rem;height:2.0996125rem;top:5.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAwB8BJzCloL9VicPhEfLksvONdD7oda { width:20rem;height:2.8125rem;top:39.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThzNF0uxZ3ZE44CfeRVrA10epsTWTAGX { width:20rem;height:1.94965rem;top:39.875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7ShrGWCE2lRSKhpTCKk9Anp0im4DrhQ { display:block; }#k7ShrGWCE2lRSKhpTCKk9Anp0im4DrhQ > .row .container { width:20rem;height:66.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JBXxStKwDPkhyQ8NEZ4lSgcW7dOW6lJT { width:20rem;height:10.0234375rem;top:9.7487564086912rem;left:0rem;font-size:0.75rem;display:block; }#JBXxStKwDPkhyQ8NEZ4lSgcW7dOW6lJT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ad821b452804d2facbf2577e6a955cff0d9aec36.svg); }
 }@media only screen and (max-width: 763px) { #AA76pDbht6hD7CufFZbPOmS87pH0NR5g { width:20rem;height:0.974825rem;top:8.1862564086912rem;left:0rem;font-size:0.75rem;display:block; }#AA76pDbht6hD7CufFZbPOmS87pH0NR5g li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c612b33e5327c1e4ad8f52338c4ba3693b27c1ca.svg); }
 }@media only screen and (max-width: 763px) { #nCQZnPbp9XcZ6xitsTZdK9MQ8GTki6xT { width:20rem;height:2.0996125rem;top:5.4367904663086rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUkTS58x4eQJLviJAlFFdMsRZdn5oA7E { width:20rem;height:1.875rem;top:56.124130249024rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5HyfBL6Ts4oXT74Ne0WqI6lvncByINT { width:20rem;height:1.13715rem;top:1.62286901474rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzRKmCI8lSuCHQ7VNvabTCg2QnzcTSva { width:20rem;height:1.2000875rem;top:3.6239356994629rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qwNLVfnwax7fEFqIN0J64KObioIpwqxC { width:16.457738625rem;height:2.521307375rem;top:62.312282562256rem;left:1.6872830986977rem;font-size:0.75rem;background-color:rgba(var(--color-primary-2),1);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) { #HvXp8pVnK1gkOd2xdcu6nQ5scrlongCF { display:block; }
 }@media only screen and (max-width: 763px) { #c6KG06iw5J9gch0MNky2KGXFrNTrfqTv { width:19.875rem;height:2.5rem;top:49.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBDBzWTlq8pQ3rmCkhKNbGrefCIADcgn { width:20rem;height:1.94965rem;top:49.6875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWLqACHwGt7VuiwqU0ccN0wVl6IQznQ4 { width:20rem;height:1.2000875rem;top:58.4375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pJL3gUWeALHWoioNfyGwAD7pKaSBEyWc { width:20rem;height:1.1375rem;top:56.499565124512rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7Vbs5sORvCZrGADWQNwUkTgTF4ospXG { width:20rem;height:1.875rem;top:1.2553253173828rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mA6AKu0KAqkdCWCJ9eoBBzOyMOK5ptOU { width:20rem;height:3.125rem;top:21rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ex9RVkFLdE1M8yUnUe3C1zLa7xTOSxOy { width:20rem;height:2.9375rem;top:21.125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVphFfmqWmOMrlGKEpTZw2gaydBMNGFA { width:20rem;height:3.125rem;top:29.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #asZMTPmceEvLMdAgJwsLntOzv7UTeHAJ { width:17rem;height:2.94965rem;top:29.99934387207rem;left:1.6872830986977rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z478Bx2ZeAudeKdIFuA5UX2K5d4kP9SU { width:20rem;height:3.125rem;top:25.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KubJTAFKOq4i60Dw87Ep84KDTF64htTG { width:20rem;height:2.94965rem;top:25.5rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a32igdHsCl7NVTdI68NGN9Ackdpzc6BX { width:20rem;height:3.125rem;top:34.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCup1Km7TvqED41secN8WdeCcJZpxROo { width:20rem;height:1.94965rem;top:35.1875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwdXpxHyVTmh4Z2bbERkKMtEye1MwEUv { width:20rem;height:3.125rem;top:43rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CysluwnSPDB83T3WRXOlQDn0CGkcOvPy { width:17.75rem;height:2.94965rem;top:43.0625rem;left:1.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkMZcB8X9bcuLT217vLtozogGUqXB4do { width:20rem;height:3.125rem;top:38.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmZcA8JHT6kQTQre9rcpiLFSu9qx64xe { width:15rem;height:2.94965rem;top:38.6875rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWynTJBCBZoka1UEh8JHDrGnyzuOZz0o { width:20rem;height:0.974825rem;top:34.1875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGJuT6SCfAFs9ZwiR8R2td9mnz7l1doK { display:block; }#HGJuT6SCfAFs9ZwiR8R2td9mnz7l1doK > .row .container { width:20rem;height:25.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ozKXPGNoVJ1RLlQZXuBEVgs7DBKxpKJn .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ozKXPGNoVJ1RLlQZXuBEVgs7DBKxpKJn .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ozKXPGNoVJ1RLlQZXuBEVgs7DBKxpKJn .widget-input-text {padding-top: 0; padding-bottom: 0;}#ozKXPGNoVJ1RLlQZXuBEVgs7DBKxpKJn .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ozKXPGNoVJ1RLlQZXuBEVgs7DBKxpKJn .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ozKXPGNoVJ1RLlQZXuBEVgs7DBKxpKJn .widget-input-select {padding-top: 0; padding-bottom: 0;}#ozKXPGNoVJ1RLlQZXuBEVgs7DBKxpKJn .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ozKXPGNoVJ1RLlQZXuBEVgs7DBKxpKJn .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ozKXPGNoVJ1RLlQZXuBEVgs7DBKxpKJn  { width:17.5rem;height:auto;top:3.970703125rem;left:0rem; }
#ozKXPGNoVJ1RLlQZXuBEVgs7DBKxpKJn .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ozKXPGNoVJ1RLlQZXuBEVgs7DBKxpKJn {display:block;}#ozKXPGNoVJ1RLlQZXuBEVgs7DBKxpKJn { width:17.5rem;height:auto;top:3.970703125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ozKXPGNoVJ1RLlQZXuBEVgs7DBKxpKJn #UIWigTGZqHtS6XtOh9HhVKPl2g5FmaH6 {  }
 }@media only screen and (max-width: 763px) { #ozKXPGNoVJ1RLlQZXuBEVgs7DBKxpKJn #PQ2z5JC6sWlg7akFNfZbuCvzWgwJVHhS {  }
 }@media only screen and (max-width: 763px) { #ozKXPGNoVJ1RLlQZXuBEVgs7DBKxpKJn #Q4LxK9WxxUhKfumLEVcSyAA3GE2bmQuI {  }
 }@media only screen and (max-width: 763px) { #ozKXPGNoVJ1RLlQZXuBEVgs7DBKxpKJn #tpJzUTcRCwVWTiK7I8fhRhT3Nqg2CU63 {  }
 }@media only screen and (max-width: 763px) { #ozKXPGNoVJ1RLlQZXuBEVgs7DBKxpKJn #nCZuQft9NmeNaNhLaJJHT1BvSr84Izhm {  }
 }@media only screen and (max-width: 763px) { #ozKXPGNoVJ1RLlQZXuBEVgs7DBKxpKJn #mu1sLdF3cCrtCZ7mrUEOrrKsgsS9wgEO {  }
 }@media only screen and (max-width: 763px) { #ozKXPGNoVJ1RLlQZXuBEVgs7DBKxpKJn #KG2L6rnG2iQTUPgBtFUa4CPS1Tze2lt1 {  }
 }@media only screen and (max-width: 763px) { #ozKXPGNoVJ1RLlQZXuBEVgs7DBKxpKJn #gBNfT1u00LzeNzzqciXk3smd6OJskTaR {  }
 }@media only screen and (max-width: 763px) { #ozKXPGNoVJ1RLlQZXuBEVgs7DBKxpKJn #McW7OV7aHLdExPW6vLoRRT9oOCQNeTfv {  }
 }@media only screen and (max-width: 763px) { #ozKXPGNoVJ1RLlQZXuBEVgs7DBKxpKJn #NiUG0AHxUkUoy7iHGUZgTJf2mnm3D89n {  }
 }@media only screen and (max-width: 763px) { #ozKXPGNoVJ1RLlQZXuBEVgs7DBKxpKJn #JcG2esx8pI8A5XNk5dvQ8f536DcwoT2a {  }
 }@media only screen and (max-width: 763px) { #m13efqzWPZlFlM3J6tntykE59GoEBBkT { width:17.4375rem;height:3.14844375rem;top:0.822265625rem;left:1.28125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qUrkei3qzdxREXWGL9B2x9p3HfK9nm1g { display:block; }#qUrkei3qzdxREXWGL9B2x9p3HfK9nm1g > .row .container { width:20rem;height:298.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P0JqWAWQ631ODvba40hK8vHnzLlHDwfF { 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) { #x1p7765ymNxJcWiTOWHTan4sp9dZH3UA { width:5.49926875rem;height:5.49926875rem;top:4.4375rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxXhcHbT65UvlqJUFVv3JJioTHuvaxcJ { width:8.3114375rem;height:2.6242875rem;top:195.625rem;left:5.8125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #RpvVIrnNfVVnTdni0Nh5NKQmoEAzr843 { width:17.5rem;height:1.00043125rem;top:192.5rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F0H3w3NDzLMwIrV1EaLJVTak36zicQV3 { width:9.3125rem;height:4.4375rem;top:220.125rem;left:5.375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #k1Uilu1mnso44Qq8TNEumNJGvUMnd3dD { width:19.24925rem;height:1.00043125rem;top:14rem;left:0.375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m0fvTJEARfFpCtmFlXJSFTyRSB9bVsII { width:16.1875rem;height:5.0625rem;top:15.748046875rem;left:1.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBFsaO5EqF6JOsgvLVcALNi2k6xxkJPU { width:7rem;height:4.6875rem;top:213.875rem;left:6.5rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #oQJHPiQIcUFCRJllNc9Uk4F5OIepqTJr { width:9.875rem;height:2.6079301658584rem;top:204.6875rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAK11rSx6p3iT6FT9G0Vz52I05lLrmW7 { width:6.5625rem;height:3.9375rem;top:233.0625rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NE0xbD0fdmJ11MbZoWAtGyKoKgPHas3N { width:16.375rem;height:4.75rem;top:23rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #URJEcM4ThrVrv2yqHc7doMcZw5ErAhhD { width:11.1875rem;height:2rem;top:227.6875rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGbBcKvP7byo0XMSrb44o5G98qOv5DXK { width:14.9375rem;height:3.4375rem;top:44.561767578125rem;left:2.57080078125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdcUffTMbAO2A0Zpto2hkxiswvcVQ3ux { width:15.3125rem;height:3.5625rem;top:38.0615234375rem;left:2.349853515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBQvLNJpo7K0hICPt8kq9p6stZT6iNK5 { width:18.8125rem;height:1.00043125rem;top:85.4375rem;left:0.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KSTuZeqPTaVTr69Ei4WUMa5J1QIgmP1b { width:10.125rem;height:9.25rem;top:87.6875rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCEUWwb3RRXQ87tG9egieIFoyRT93kHi { width:16.1875rem;height:0.1875rem;top:11.1875rem;left:1.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bh858VF9UFu0ny4wz6St8nbcxSM4PCeV { width:16.1875rem;height:0.1875rem;top:50.12451171875rem;left:1.905517578125rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #D0h2mKIzQfW0kZS0zU06T57gbbQaqqv9 { width:16.1875rem;height:0.1875rem;top:189.4375rem;left:1.875rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #d9NNeg3RyKezwSns71fEonruqeweeNAU { width:18.8125rem;height:1.00043125rem;top:52.31201171875rem;left:0.5615234375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wM1279MEVGaqN9JThTsrLmhwuVubNnTU { width:12.625rem;height:12.625rem;top:53.4375rem;left:3.6865234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcVyTrhbDM8ywEcBucCNGxoNRSrRQ9kk { width:16.1875rem;height:0.1875rem;top:83.4375rem;left:1.875rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #hBwLnkH7p6300qdf3fVUXVihS9GhReNo { width:10.875rem;height:2.5rem;top:199.875rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePIGI0tMbEE1OevEyXq5zNNCD5cEdCCC { width:18.811875rem;height:1.00043125rem;top:114.125rem;left:0.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E3QofOx2EEhKLf4e2RPTk2ha9CO7967S { width:16.062rem;height:3.2495125rem;top:117.4375rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y69tRQLqPOIBv3J57HV94NAvrPtEuDJr { width:10.4375rem;height:4.1001419761171rem;top:208.9375rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVUqMkf6n4G5O8a7UT3uo2dIB3PfDc0e { width:16.1870625rem;height:0.186631875rem;top:111.0625rem;left:1.875rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #x56Oft1UP9DNuW0TFELDrSIZHUl58yIM { width:13.625rem;height:4.9375rem;top:260.375rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXiTPgePTTKdGJmeEbWgfMJpx4Chi413 { width:12.5625rem;height:7rem;top:245.375rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oX4II2lZOcoL5SPxbwF3FunXiipVIMKb { width:11.8125rem;height:4.1875rem;top:254.3125rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mF0ZDXsxlAUT1SROUADR9xTwWME11a0w { width:10.25rem;height:3.75rem;top:267.25rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dp4Fi6agLHW5eylsmZdv69IKiAzHbr3m { width:12.5rem;height:4.5rem;top:273.9375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xaEklv0o33XqPMvn96XBzd9AoTeQwKWt { width:20rem;height:1.00043125rem;top:243.125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qX8iBzqMM3LVEyCQ3bOH6BI4HNyKhds5 { width:18.8125rem;height:1.00043125rem;top:166.4375rem;left:0.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Irb6E3wQvSJEpX8fNLNnp65QhiJXgabl { width:20rem;height:4.7570332480818rem;top:168.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkrNNClVTTeuNUZESKyEk4XsZJ0fBBLx { width:16.1875rem;height:0.1875rem;top:164.1875rem;left:1.875rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #rWKQ6io6mfnF87iHvNocVlOa16KZ69UX { width:16.1875rem;height:0.1875rem;top:240.625rem;left:1.875rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #uCczZwI4gOFKoeBEAM5eH7hOIBgAMR1f { width:11.3745rem;height:6.62475rem;top:122.1875rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqqTcSdqzy04mLo9cpqxWTmKKrD40osw { width:10.68725rem;height:10.68725rem;top:128.8125rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPp6BPtfgrRCKy8OWUCVhVrFFmOT6u2T { width:11.062rem;height:4.8120125rem;top:30.1220703125rem;left:4.468994140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfvXDHxQDr45LmyiBwB1dBv1TnbTsXyL { width:15.37475rem;height:4.0625rem;top:175.0625rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAtTQZbTMKn5MQTbR86Ha4TtRxJghZGN { width:12.5rem;height:3.62426875rem;top:140.625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cS7Kk9DzDfxyRJrBBSPQMVlsTlbdqRd0 { width:11.6865rem;height:4.249025rem;top:157rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tT0WeHTaMTho6Ov3lrRZexlyTd0HfCxB { width:15rem;height:6.875rem;top:147.6875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFiJoZicRH2CBLz1waQTO5xzAEQmSLzJ { width:15.3125rem;height:15.3125rem;top:95.75rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMJFlwivNrx3taOfpp0EV0Wowpyt1DIS { width:10.3125rem;height:3.875rem;top:182.6875rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxgyfbXslJEIQkkpfDJGLTOIT1x7mzRQ { width:11.8125rem;height:6.875rem;top:279.6875rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q840LZJI8hSi1BJgMJeoRoX57lX4CfMM { width:18.811875rem;height:1.00043125rem;top:70.372180938719rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kfGUvDaCk8103ppxn3mT4wg8oKvEwxtQ { width:16.25rem;height:7.8125rem;top:72.621530532837rem;left:1.8750000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1vMA5v9C3giaZ3252AdLqdZID51sqvT { width:16.1870625rem;height:0.186631875rem;top:68.685981750487rem;left:1.9064670205116rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #JA5EJkbMVlaFng5Gf6Tdy2k09AqRD9D4 { display:block; }#JA5EJkbMVlaFng5Gf6Tdy2k09AqRD9D4 > .row .container { width:20rem;height:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UBM7sd9PK9eW3rZKdJ3OO1m0wZ0S0W0k { width:16.25rem;height:1.50035625rem;top:2.0625rem;left:1.875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NyfseASFn7Dm0tW9mBNcxW0eECg8VIsM { width:19.5rem;height:2.4375rem;top:4.375rem;left:0.4375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fxsgQOnuwXfpHAh8BPPf3k7gXV9pBJTx { width:17.5rem;height:1.2999125rem;top:8.1337890625rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZQq8lyfEDPCDc0tT6hdo4ESruM2o3mfc { width:7.0625rem;height:7.0625rem;top:11.46875rem;left:6.46875rem;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:2rem;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; }
 }