.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:#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: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:#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:700;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:block; }
#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; }
#B5ypUf2hBbB6hPdCfMUgOekECkdXmOsi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#B5ypUf2hBbB6hPdCfMUgOekECkdXmOsi > .row .container { border-width: 0; border-radius: 0; }#B5ypUf2hBbB6hPdCfMUgOekECkdXmOsi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#B5ypUf2hBbB6hPdCfMUgOekECkdXmOsi > .row .container { font-size:0.875rem;font-family:arial;height:115.8125rem;width:75rem;position:relative;display:none; }#iRZdhnrsOd9BBn7VZ7odtNH62BXl1Cq4 { color:#99e000;display:block;width:59.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:52.623687744141rem;left:3.9984817504883rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#h47U8e5KcPTlzPx4qi62F0M3E7u0IMd7 { 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:59.310974121094rem;left:2.685546875rem;height:1.625rem;font-style:normal;display:block; }#h47U8e5KcPTlzPx4qi62F0M3E7u0IMd7 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#h47U8e5KcPTlzPx4qi62F0M3E7u0IMd7 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c612b33e5327c1e4ad8f52338c4ba3693b27c1ca.svg); }
#N5KITQw1u2AL2m1Axpzs8avA027l3bSr { 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:61.560317993164rem;left:3.9984817504883rem;height:11rem;font-style:normal;display:block; }#N5KITQw1u2AL2m1Axpzs8avA027l3bSr li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#N5KITQw1u2AL2m1Axpzs8avA027l3bSr li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ad821b452804d2facbf2577e6a955cff0d9aec36.svg); }
#iZVZD6WrXb0vtnkesmVZq3wG3u2o0nUL { box-sizing:content-box;height:4.4995125rem;width:40.9375rem;position:absolute;display:block;z-index:15026;background-color:#f6f6f6;background-image:none;top:107.56184387207rem;left:17.061634063721rem;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; }
#nFVI1hMm2nVkRpqkyEP87VeFVy91TRy7 { color:#000000;display:block;width:37.6233125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:108.18684387207rem;left:18.624134063721rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hmoXDsLmbFDbTzdack2W3vHpHyogvVQH { box-sizing:content-box;height:3.93663125rem;width:30.686875rem;position:absolute;display:block;z-index:15032;background-color:#f6f6f6;background-image:none;top:50rem;left:2.6866321563721rem;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; }
#LFJ27WqnnUXrNlDLUIKwcAHQ7t9pODtA { 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:50.912536621094rem;left:3.310546875rem;height:2.11263125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UxPN2tEfdOp5ltmzes8va4CNW8WgcRR6 { box-sizing:content-box;height:3.9362rem;width:30.6861875rem;position:absolute;display:block;z-index:15034;background-color:#f6f6f6;background-image:none;top:13.75rem;left:2.6875rem;border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;display:block; }
#LsOnvILQJhNVFse4KardD55kSkp0WkFb { color:#3f3f3f;display:block;width:22.5605625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;top:14.6611328125rem;left:6.7490234375rem;height:2.11263125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sOvogwgrsz1nJNg1KiWOmLhAgzGGtoP8 { color:rgba(var(--color-primary-2),1);display:block;width:70.623125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:8.6552734375rem;left:2.6865234375rem;height:3.44921875rem;font-style:normal;display:block; }
#BJZIcUnZkFWQ96Gql2GVR2z6ee2zfiT7 { box-sizing:content-box;height:3.93663125rem;width:30.686875rem;position:absolute;display:block;z-index:15036;background-color:#f6f6f6;background-image:none;top:19rem;left:2.6875rem;border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;display:block; }
#E1H1r6ShMD5l3k4ek0VFkwWxLcMH6adl { 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:19.91162109375rem;left:3.9990234375rem;height:2.11263125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#M2AOkIb0TsavyuzsWDNg3R9JsSUfTO6F { color:#3f3f3f;display:block;width:34.437rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:14.66162109375rem;left:34.74462890625rem;height:2.11263125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kQCdCTWuRlttBMXt5Krs4vIVKurpInrn { color:#3f3f3f;display:block;width:34.437rem;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:19.91162109375rem;left:34.74755859375rem;height:2.11263125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gdI2q7ThJqz5AXpkBsshrTNp6x5Jfc4E { 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:50.992828369141rem;left:34.839412689209rem;height:1.94986875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#E0c9uWMzqbyaexLalbasDrhT4ryUPzcR { 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:55.63801574707rem;left:2.6866321563721rem;height:4.1979125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bIZJcMxrlqIzX61KBJH6M65bFpf8Gi5H { color:rgba(var(--color-tertiary-4),1);display:block;width:69.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:73.561203002931rem;left:3.3116321563721rem;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; }
#JyyXIA17Sl7LvhuSUQ5DNq5z5q8uu4oV { box-sizing:content-box;height:5.625rem;width:28.125rem;position:absolute;display:block;z-index:15032;background-color:#f6f6f6;background-image:none;top:25.1875rem;left:39.5rem;border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;display:block; }
#t0T9qrSPcz3Ji3uZ7SIGXEczuAJXJvKV { color:#3f3f3f;display:block;width:24.4986875rem;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:26.374784469604rem;left:41.624134063721rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nX32orWHxZmMvf3rtFpTyS2otqB3eAd5 { box-sizing:content-box;height:5.625rem;width:28.125rem;position:absolute;display:block;z-index:15030;background-color:#f6f6f6;background-image:none;top:38.9375rem;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; }
#vvxcIMADVvS4kzRpLJUwUTAcgHB97yP5 { box-sizing:content-box;height:5.625rem;width:28.125rem;position:absolute;display:block;z-index:15038;background-color:#f6f6f6;background-image:none;top:25.1875rem;left:7.375rem;border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;display:block; }
#nxgk4W8p1qZGGPiOFJ3a8h3Q8drf7g2H { color:#3f3f3f;display:block;width:21.9995rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:26.37451171875rem;left:10.43701171875rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ehdHDDTQKxPhqJ0A3QvibDxi2XuMwpSk { color:#3f3f3f;display:block;width:22.3730625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:40.125rem;left:27rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nWqrW9n2ke8znya9Xhhd3X9xI3yvNtZQ { box-sizing:content-box;height:5.625rem;width:28.125rem;position:absolute;display:block;z-index:15026;background-color:#f6f6f6;background-image:none;top:85.437271118162rem;left:6.7491321563719rem;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; }
#tDPil5WdsRLASkgxWGGxPcpNp8zSd0UE { box-sizing:content-box;height:5.625rem;width:28.125rem;position:absolute;display:block;z-index:15022;background-color:#f6f6f6;background-image:none;top:85.437271118162rem;left:38.936634063721rem;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; }
#xHMEebZCPiUNO7alWt4frGwrwtUWcbov { color:#3f3f3f;display:block;width:19.7485625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:85.811630249025rem;left:10.874567031861rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SSerBeKU3UuGIdgJ3svs8ogM3lgteOT4 { color:#3f3f3f;display:block;width:17.187rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:86.749130249025rem;left:44.749351501465rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#u4DVvmtbx7gWBfUs24dosnGkTEyC3nDR { box-sizing:content-box;height:5.625rem;width:28.125rem;position:absolute;display:block;z-index:15024;background-color:#f6f6f6;background-image:none;top:78.562271118162rem;left:38.936634063721rem;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; }
#WHcaOuUBWktkbJMmAwfUXaT1Fe7Pm7xR { color:#3f3f3f;display:block;width:24.4995rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:79.749343872069rem;left:40.686851501465rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fg2LSe2SallelnpMrWxUDV6rQ2yhURIt { box-sizing:content-box;height:5.625rem;width:28.125rem;position:absolute;display:block;z-index:15030;background-color:#f6f6f6;background-image:none;top:91.936843872069rem;left:6.7491321563719rem;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; }
#G4TqX3D1wG9Rt1HxcCzSNZ9Z9TTJPHHS { color:#3f3f3f;display:block;width:21.999rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:93.124984741213rem;left:9.5616321563719rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AUPpaPPBsQLkv3eluwmUW6DcQcpVpozg { box-sizing:content-box;height:5.625rem;width:28.125rem;position:absolute;display:block;z-index:15032;background-color:#f6f6f6;background-image:none;top:98.811843872069rem;left:23.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; }
#Q2oDey0U3gWvovk6ORQ76fNGmH0qAtVV { color:#3f3f3f;display:block;width:22.125rem;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:99.187271118162rem;left:26.25rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LkhP6gcv0gztfznexP9N0srVXSbsLbBe { box-sizing:content-box;height:5.625rem;width:28.125rem;position:absolute;display:block;z-index:15032;background-color:#f6f6f6;background-image:none;top:92.312271118162rem;left:38.936634063721rem;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; }
#WI8hWKUy3XK27vWCNdxwlbhqK458z0bx { color:#3f3f3f;display:block;width:21.999rem;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:93.499343872069rem;left:41.749134063721rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HLhXDGs5EpppVvgehPBDk9esegiuAmn6 { box-sizing:content-box;height:5.625rem;width:28.125rem;position:absolute;display:block;z-index:15034;background-color:#f6f6f6;background-image:none;top:78.562271118162rem;left:6.7491321563719rem;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; }
#ht0HydrFgDMhTS9aKZN6DVWG8cBLgLku { color:#3f3f3f;display:block;width:22.125rem;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:78.936630249025rem;left:9.8741321563719rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Uc1mfePOPGTl8EtJTvOzqEESxu3rNgtr { box-sizing:content-box;height:5.625rem;width:28.125rem;position:absolute;display:block;z-index:15036;background-color:#f6f6f6;background-image:none;top:32.0625rem;left:7.375rem;border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;display:block; }
#MqnLPwS3iXS3H2WVgJtDewF4OhGxnpfs { color:#3f3f3f;display:block;width:24.4995rem;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.4375rem;left:9.5rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xAiHAAiS0b4VlwgGvndTISz9o1lhl38p { box-sizing:content-box;height:5.625rem;width:28.125rem;position:absolute;display:block;z-index:15036;background-color:#f6f6f6;background-image:none;top:32.0625rem;left:39.5rem;border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;display:block; }
#EaJlc9TBMdTawOJtIcHG9zDSk90Ma3fv { color:#3f3f3f;display:block;width:22.125rem;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.4375rem;left:42.625rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;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:126.875rem;width:75rem;position:relative;display:block; }#o58ChgysnabST9Z4JgysNA75MLInxpxd { 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:25.99928855896rem;left:2.8125rem;height:1.625rem;font-style:normal;display:block; }#o58ChgysnabST9Z4JgysNA75MLInxpxd li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#o58ChgysnabST9Z4JgysNA75MLInxpxd li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c612b33e5327c1e4ad8f52338c4ba3693b27c1ca.svg); }
#DOoPbaUrAbXUU2nlNKUPwDyHfVmVxasu { 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:28.249820709229rem;left:4.12464427948rem;height:;font-style:normal;display:block; }#DOoPbaUrAbXUU2nlNKUPwDyHfVmVxasu li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#DOoPbaUrAbXUU2nlNKUPwDyHfVmVxasu li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ad821b452804d2facbf2577e6a955cff0d9aec36.svg); }
#EBbAcbhi2GkUJcSJRrLQaRvOLVkCgeKV { box-sizing:content-box;height:3.93663125rem;width:30.686875rem;position:absolute;display:block;z-index:15032;background-color:#f6f6f6;background-image:none;top:16.687320709229rem;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; }
#DDycOVina5qklbpQ8OHZN8LwDVDXh8q0 { 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:17.624820709229rem;left:3.4375rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#w89hMecTupxOVeXerkcCplUcrtL4Eyc0 { color:rgba(var(--color-primary-2),1);display:block;width:70.623125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:4.5300064086914rem;left:2.6864347457886rem;height:3.44904375rem;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.1125rem;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.1125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PcaNRpoT2uMkgNCN4fOAa72ghJ1qxOT9 { 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:17.686965942382rem;left:34.936965942382rem;height:1.95rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HGTsQ47xeNblIdX4nGhnFHSVn6HvkufA { 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:22.312322616577rem;left:2.8125rem;height:2.1rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xAZml6TsgIpR6aDrAsptV6ddLeoRHdUq { 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:55.8125rem;left:4.125rem;height:;font-style:normal;display:block; }#xAZml6TsgIpR6aDrAsptV6ddLeoRHdUq li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#xAZml6TsgIpR6aDrAsptV6ddLeoRHdUq li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ad821b452804d2facbf2577e6a955cff0d9aec36.svg); }
#OtJciGBsCgLgLlOg2FuxdttuRUMApyS5 { 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:53.5625rem;left:2.8125rem;height:1.62475625rem;font-style:normal;display:block; }#OtJciGBsCgLgLlOg2FuxdttuRUMApyS5 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#OtJciGBsCgLgLlOg2FuxdttuRUMApyS5 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c612b33e5327c1e4ad8f52338c4ba3693b27c1ca.svg); }
#Hulr9md9IlJm25VD7hKt98KTp9qB2uJF { 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:49.5625rem;left:2.8125rem;height:2.0996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VA5msXG0TDTseeJQxMCWXNtPFsxTGt3h { box-sizing:content-box;height:3.93663125rem;width:30.686875rem;position:absolute;display:block;z-index:15039;background-color:#f6f6f6;background-image:none;top:43.9375rem;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; }
#FeJoyc4Hb9TOfZ3hqb1h9Rf76FRRna1B { 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:44.875rem;left:3.4375rem;height:2.1120375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qdfP4JXzKc3NInoVmQ3DzkEllRq4FlNu { 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:44.9375rem;left:34.9375rem;height:1.949575rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JKWPktiOpqysHF5lVsT3CPv1tgTf4WiB { 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:37.875rem;left:34.9375rem;height:1.949575rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ivA0d17TNKUmIBxAev1CSTAe9iWfdvo4 { box-sizing:content-box;height:3.93663125rem;width:30.686875rem;position:absolute;display:block;z-index:15042;background-color:#f6f6f6;background-image:none;top:36.875rem;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; }
#ESD9qrE3lladVmrnuyoh9UV7aAO56usU { 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:37.8125rem;left:3.4375rem;height:2.1120375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FVlmwMtRuHVETdTHvz9RSmIGfDuDeNXW { 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:78rem;left:4.125rem;height:;font-style:normal;display:block; }#FVlmwMtRuHVETdTHvz9RSmIGfDuDeNXW li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#FVlmwMtRuHVETdTHvz9RSmIGfDuDeNXW li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ad821b452804d2facbf2577e6a955cff0d9aec36.svg); }
#FzRsi3C7RtP8hAOEvXtoRs54aePTWpqT { 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:75.75rem;left:2.8125rem;height:1.62475625rem;font-style:normal;display:block; }#FzRsi3C7RtP8hAOEvXtoRs54aePTWpqT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#FzRsi3C7RtP8hAOEvXtoRs54aePTWpqT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c612b33e5327c1e4ad8f52338c4ba3693b27c1ca.svg); }
#C0Rd5TTgQSK7907cbb4p0Ck0seMKB8Z5 { 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:72rem;left:2.8125rem;height:2.0996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oCmVSSai7WMJZpcB7Ju5hwoCtLMN61KU { box-sizing:content-box;height:3.93663125rem;width:30.686875rem;position:absolute;display:block;z-index:15045;background-color:#f6f6f6;background-image:none;top:66.375rem;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; }
#mwrQLfwBhOABeBmXBKT2TJWqBQFcI2zg { 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:67.3125rem;left:3.4375rem;height:2.1120375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ghObwG4KWuFw9g2fmIQ8mXwkRs9plVz8 { 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:67.375rem;left:34.9375rem;height:1.949575rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xSQhquUEednt4ECFr0MoNUUquWCmrJv8 { 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:109.1875rem;left:4rem;height:;font-style:normal;display:block; }#xSQhquUEednt4ECFr0MoNUUquWCmrJv8 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#xSQhquUEednt4ECFr0MoNUUquWCmrJv8 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ad821b452804d2facbf2577e6a955cff0d9aec36.svg); }
#JsVTQ09wD3VKPqLkZqWPBVqrqzgo693z { 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:106.9375rem;left:2.6875rem;height:1.62475625rem;font-style:normal;display:block; }#JsVTQ09wD3VKPqLkZqWPBVqrqzgo693z li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#JsVTQ09wD3VKPqLkZqWPBVqrqzgo693z li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c612b33e5327c1e4ad8f52338c4ba3693b27c1ca.svg); }
#QkfDNEQiz8pKOT15Tz9oehe4MkwUM9rx { 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:103.1875rem;left:2.6875rem;height:2.0996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JC6gO27y27HC35L28Jo2Ouc6yoRPx9oD { box-sizing:content-box;height:3.93663125rem;width:30.686875rem;position:absolute;display:block;z-index:15051;background-color:#f6f6f6;background-image:none;top:97.5625rem;left:2.6875rem;border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;display:block; }
#rkP6Ol0V3fHgbvUewnT361TE60fTN5k4 { 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:98.5rem;left:3.3125rem;height:2.1120375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aeVX93hhgkPOUc2lsOOnrrNqOHh6EBhD { 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:98.5625rem;left:34.8125rem;height:1.949575rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#m0B66xxcHAGeBBaWXhMWWni50Pg8SyKs { box-sizing:content-box;height:3.93663125rem;width:30.686875rem;position:absolute;display:block;z-index:15051;background-color:#f6f6f6;background-image:none;top:90.5rem;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; }
#ydpmC7p8zCMoiZK2uPMU4bVZg8dDZTaG { 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:91.5rem;left:34.8125rem;height:1.949575rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RAcqzT6wgendq7Zza3l2LEWOix1JL24g { 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:91.4375rem;left:3.3125rem;height:2.1120375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yaGihGZ3mW8uBgiwMduCzcVpNfwtyC2h { 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.374rem;height:3.374025rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:120.2177734375rem;left:24.1220703125rem;display:block; }
#LB5USDUpeIORbzDQixRtVUbXuTBZ9e8a { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#V0B2SJhcJoMqDioEbW0uf7NuvQAo4Nfw { 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; }#V0B2SJhcJoMqDioEbW0uf7NuvQAo4Nfw > .row .container { background-color: transparent; background-image: none; }#V0B2SJhcJoMqDioEbW0uf7NuvQAo4Nfw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V0B2SJhcJoMqDioEbW0uf7NuvQAo4Nfw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V0B2SJhcJoMqDioEbW0uf7NuvQAo4Nfw > .row .container > .video-iframe-container { display: none; }#V0B2SJhcJoMqDioEbW0uf7NuvQAo4Nfw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V0B2SJhcJoMqDioEbW0uf7NuvQAo4Nfw > .row > .video-iframe-container { display: none; }#V0B2SJhcJoMqDioEbW0uf7NuvQAo4Nfw > .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); }#V0B2SJhcJoMqDioEbW0uf7NuvQAo4Nfw > .row .container { border-width: 0; border-radius: 0; }#V0B2SJhcJoMqDioEbW0uf7NuvQAo4Nfw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V0B2SJhcJoMqDioEbW0uf7NuvQAo4Nfw > .row .container { font-size:0.875rem;font-family:arial;height:46.625rem;width:75rem;position:relative;display:block; }#RAHezkQWyAaxq9gfZlTXZ1wTRaseKgFN { 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; }
#SoZPCX1TxZh1aEmOAPlXdlmBCs15Q3uH { 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; }
#rrAAgffLTaeZ0zEGrBd1BhvqkqhZTpIs { 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:31.935546875rem;left:11.5625rem;overflow:hidden;display:block; }
#ckEeclsKubqessuymxf0XTsgVTITxkZt { 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:28.24946975708rem;left:29.562320709229rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EUiFvRaExFImTtTgWT2OhoWTmXZ5fz6U { 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:38.65625rem;left:11.40625rem;overflow:hidden;display:block; }
#MJcrvMTgcTvyDs7Ic4q1zzcGgTPZ7xTg { 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; }
#N6nDpH03TNp0bgCnVgriJ3Vry9KQIW3l { 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.560546875rem;left:3.59375rem;overflow:hidden;display:block; }
#OLclBxFNBIWTWEXtAhWfuTKIKKg2QFcV { 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:38.34375rem;left:34.9599609375rem;overflow:hidden;display:block; }
#B5NTMqW0Hh6UU5VdirPz1STQ083Xu1zG { 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.9365rem;top:31.9365234375rem;left:33.646484375rem;overflow:hidden;display:block; }
#te7Nn5eth4cuo7zlOl1qysV7d4ICnTQQ { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.811525rem;width:12.3115rem;top:30.841796875rem;left:54.013671875rem;overflow:hidden;display:block; }
#HRRmCmqvoDatg6hi7OO3kh5cJJEsPvgo { 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:38.5rem;left:56.5751953125rem;overflow:hidden;display:block; }
#aKyXOHBrADZJ5WAHNhrkbZrAz6BCbTu9 { 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.685546875rem;left:33.208984375rem;overflow:hidden;display:block; }
#ybPKraiAxtSdJ1M4GzE6T6xyJu4iguek { position:absolute;display:block;z-index:15011;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:10.6875rem;width:9.4375rem;top:16.1845703125rem;left:61.88671875rem;overflow:hidden;display:block; }
#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.875175rem;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) { #B5ypUf2hBbB6hPdCfMUgOekECkdXmOsi { display:none; }#B5ypUf2hBbB6hPdCfMUgOekECkdXmOsi > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #iRZdhnrsOd9BBn7VZ7odtNH62BXl1Cq4 { width:47.75rem;height:2.25rem;top:52.5625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h47U8e5KcPTlzPx4qi62F0M3E7u0IMd7 { width:47.75rem;height:;top:59.25rem;left:0rem;font-size:0.75rem;display:block; }#h47U8e5KcPTlzPx4qi62F0M3E7u0IMd7 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c612b33e5327c1e4ad8f52338c4ba3693b27c1ca.svg); }
 }@media only screen and (max-width: 763px) { #N5KITQw1u2AL2m1Axpzs8avA027l3bSr { width:47.75rem;height:;top:61.5rem;left:0rem;font-size:0.75rem;display:block; }#N5KITQw1u2AL2m1Axpzs8avA027l3bSr li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ad821b452804d2facbf2577e6a955cff0d9aec36.svg); }
 }@media only screen and (max-width: 763px) { #iZVZD6WrXb0vtnkesmVZq3wG3u2o0nUL { width:40.9375rem;height:4.4375rem;top:107.5rem;left:3.4366340637207rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFVI1hMm2nVkRpqkyEP87VeFVy91TRy7 { width:37.5625rem;height:3.25rem;top:108.125rem;left:4.9991340637207rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmoXDsLmbFDbTzdack2W3vHpHyogvVQH { width:30.625rem;height:3.875rem;top:50rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFJ27WqnnUXrNlDLUIKwcAHQ7t9pODtA { width:29.4375rem;height:2.0625rem;top:50.875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UxPN2tEfdOp5ltmzes8va4CNW8WgcRR6 { width:30.625rem;height:3.875rem;top:13.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsOnvILQJhNVFse4KardD55kSkp0WkFb { width:22.5rem;height:2.0625rem;top:14.625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOvogwgrsz1nJNg1KiWOmLhAgzGGtoP8 { width:47.75rem;height:3.4375rem;top:8.625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJZIcUnZkFWQ96Gql2GVR2z6ee2zfiT7 { width:30.625rem;height:3.875rem;top:19rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1H1r6ShMD5l3k4ek0VFkwWxLcMH6adl { width:28.875rem;height:2.0625rem;top:19.875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2AOkIb0TsavyuzsWDNg3R9JsSUfTO6F { width:34.375rem;height:2.0625rem;top:14.625rem;left:13.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQCdCTWuRlttBMXt5Krs4vIVKurpInrn { width:34.375rem;height:2.0625rem;top:19.875rem;left:13.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdI2q7ThJqz5AXpkBsshrTNp6x5Jfc4E { width:36.25rem;height:1.9375rem;top:50.9375rem;left:11.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0c9uWMzqbyaexLalbasDrhT4ryUPzcR { width:47.75rem;height:4.1875rem;top:55.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIZJcMxrlqIzX61KBJH6M65bFpf8Gi5H { width:47.75rem;height:3.75rem;top:73.5rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JyyXIA17Sl7LvhuSUQ5DNq5z5q8uu4oV { width:28.125rem;height:5.625rem;top:25.1875rem;left:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0T9qrSPcz3Ji3uZ7SIGXEczuAJXJvKV { width:24.4375rem;height:3.1875rem;top:26.3125rem;left:23.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nX32orWHxZmMvf3rtFpTyS2otqB3eAd5 { width:28.125rem;height:5.625rem;top:38.9375rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvxcIMADVvS4kzRpLJUwUTAcgHB97yP5 { width:28.125rem;height:5.625rem;top:25.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxgk4W8p1qZGGPiOFJ3a8h3Q8drf7g2H { width:21.9375rem;height:3.1875rem;top:26.3125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehdHDDTQKxPhqJ0A3QvibDxi2XuMwpSk { width:22.3125rem;height:4.8125rem;top:40.125rem;left:13.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWqrW9n2ke8znya9Xhhd3X9xI3yvNtZQ { width:28.125rem;height:5.625rem;top:85.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDPil5WdsRLASkgxWGGxPcpNp8zSd0UE { width:28.125rem;height:5.625rem;top:85.375rem;left:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHMEebZCPiUNO7alWt4frGwrwtUWcbov { width:19.6875rem;height:4.8125rem;top:85.75rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSerBeKU3UuGIdgJ3svs8ogM3lgteOT4 { width:17.125rem;height:3.1875rem;top:86.6875rem;left:30.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4DVvmtbx7gWBfUs24dosnGkTEyC3nDR { width:28.125rem;height:5.625rem;top:78.5rem;left:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHcaOuUBWktkbJMmAwfUXaT1Fe7Pm7xR { width:24.4375rem;height:3.1875rem;top:79.6875rem;left:23.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fg2LSe2SallelnpMrWxUDV6rQ2yhURIt { width:28.125rem;height:5.625rem;top:91.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4TqX3D1wG9Rt1HxcCzSNZ9Z9TTJPHHS { width:21.9375rem;height:3.1875rem;top:93.0625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUPpaPPBsQLkv3eluwmUW6DcQcpVpozg { width:28.125rem;height:5.625rem;top:98.75rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2oDey0U3gWvovk6ORQ76fNGmH0qAtVV { width:22.0625rem;height:4.8125rem;top:99.125rem;left:12.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkhP6gcv0gztfznexP9N0srVXSbsLbBe { width:28.125rem;height:5.625rem;top:92.25rem;left:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WI8hWKUy3XK27vWCNdxwlbhqK458z0bx { width:21.9375rem;height:3.1875rem;top:93.4375rem;left:25.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLhXDGs5EpppVvgehPBDk9esegiuAmn6 { width:28.125rem;height:5.625rem;top:78.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ht0HydrFgDMhTS9aKZN6DVWG8cBLgLku { width:22.0625rem;height:4.8125rem;top:78.875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uc1mfePOPGTl8EtJTvOzqEESxu3rNgtr { width:28.125rem;height:5.625rem;top:32.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqnLPwS3iXS3H2WVgJtDewF4OhGxnpfs { width:24.4375rem;height:4.8125rem;top:32.4375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAiHAAiS0b4VlwgGvndTISz9o1lhl38p { width:28.125rem;height:5.625rem;top:32.0625rem;left:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EaJlc9TBMdTawOJtIcHG9zDSk90Ma3fv { width:22.0625rem;height:4.8125rem;top:32.4375rem;left:25.6875rem;font-size:0.75rem;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) { #o58ChgysnabST9Z4JgysNA75MLInxpxd { width:47.75rem;height:1.625rem;top:25.9375rem;left:0rem;font-size:0.75rem;display:block; }#o58ChgysnabST9Z4JgysNA75MLInxpxd li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c612b33e5327c1e4ad8f52338c4ba3693b27c1ca.svg); }
 }@media only screen and (max-width: 763px) { #DOoPbaUrAbXUU2nlNKUPwDyHfVmVxasu { width:47.75rem;height:;top:28.1875rem;left:0rem;font-size:0.75rem;display:block; }#DOoPbaUrAbXUU2nlNKUPwDyHfVmVxasu li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ad821b452804d2facbf2577e6a955cff0d9aec36.svg); }
 }@media only screen and (max-width: 763px) { #EBbAcbhi2GkUJcSJRrLQaRvOLVkCgeKV { width:30.625rem;height:3.875rem;top:16.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDycOVina5qklbpQ8OHZN8LwDVDXh8q0 { width:29.4375rem;height:2.0625rem;top:17.5625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w89hMecTupxOVeXerkcCplUcrtL4Eyc0 { width:47.75rem;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.1875rem;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) { #PcaNRpoT2uMkgNCN4fOAa72ghJ1qxOT9 { width:36.25rem;height:1.9375rem;top:17.625rem;left:11.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGTsQ47xeNblIdX4nGhnFHSVn6HvkufA { width:47.75rem;height:2.0625rem;top:22.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAZml6TsgIpR6aDrAsptV6ddLeoRHdUq { width:47.75rem;height:;top:55.8125rem;left:0rem;font-size:0.75rem;display:block; }#xAZml6TsgIpR6aDrAsptV6ddLeoRHdUq li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ad821b452804d2facbf2577e6a955cff0d9aec36.svg); }
 }@media only screen and (max-width: 763px) { #OtJciGBsCgLgLlOg2FuxdttuRUMApyS5 { width:47.75rem;height:1.5625rem;top:53.5625rem;left:0rem;font-size:0.75rem;display:block; }#OtJciGBsCgLgLlOg2FuxdttuRUMApyS5 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c612b33e5327c1e4ad8f52338c4ba3693b27c1ca.svg); }
 }@media only screen and (max-width: 763px) { #Hulr9md9IlJm25VD7hKt98KTp9qB2uJF { width:47.75rem;height:2.0625rem;top:49.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VA5msXG0TDTseeJQxMCWXNtPFsxTGt3h { width:30.625rem;height:3.875rem;top:43.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FeJoyc4Hb9TOfZ3hqb1h9Rf76FRRna1B { width:29.4375rem;height:2.0625rem;top:44.875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdfP4JXzKc3NInoVmQ3DzkEllRq4FlNu { width:36.25rem;height:1.9375rem;top:44.9375rem;left:11.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKWPktiOpqysHF5lVsT3CPv1tgTf4WiB { width:18.5625rem;height:1.9375rem;top:37.875rem;left:21.3125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivA0d17TNKUmIBxAev1CSTAe9iWfdvo4 { width:30.625rem;height:3.875rem;top:36.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESD9qrE3lladVmrnuyoh9UV7aAO56usU { width:29.4375rem;height:2.0625rem;top:37.8125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVlmwMtRuHVETdTHvz9RSmIGfDuDeNXW { width:47.75rem;height:;top:78rem;left:0rem;font-size:0.75rem;display:block; }#FVlmwMtRuHVETdTHvz9RSmIGfDuDeNXW li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ad821b452804d2facbf2577e6a955cff0d9aec36.svg); }
 }@media only screen and (max-width: 763px) { #FzRsi3C7RtP8hAOEvXtoRs54aePTWpqT { width:47.75rem;height:1.5625rem;top:75.75rem;left:0rem;font-size:0.75rem;display:block; }#FzRsi3C7RtP8hAOEvXtoRs54aePTWpqT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c612b33e5327c1e4ad8f52338c4ba3693b27c1ca.svg); }
 }@media only screen and (max-width: 763px) { #C0Rd5TTgQSK7907cbb4p0Ck0seMKB8Z5 { width:47.75rem;height:2.0625rem;top:72rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCmVSSai7WMJZpcB7Ju5hwoCtLMN61KU { width:30.625rem;height:3.875rem;top:66.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwrQLfwBhOABeBmXBKT2TJWqBQFcI2zg { width:29.4375rem;height:2.0625rem;top:67.3125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghObwG4KWuFw9g2fmIQ8mXwkRs9plVz8 { width:36.25rem;height:1.9375rem;top:67.375rem;left:11.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSQhquUEednt4ECFr0MoNUUquWCmrJv8 { width:47.75rem;height:;top:109.1875rem;left:0rem;font-size:0.75rem;display:block; }#xSQhquUEednt4ECFr0MoNUUquWCmrJv8 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ad821b452804d2facbf2577e6a955cff0d9aec36.svg); }
 }@media only screen and (max-width: 763px) { #JsVTQ09wD3VKPqLkZqWPBVqrqzgo693z { width:47.75rem;height:1.5625rem;top:106.9375rem;left:0rem;font-size:0.75rem;display:block; }#JsVTQ09wD3VKPqLkZqWPBVqrqzgo693z li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c612b33e5327c1e4ad8f52338c4ba3693b27c1ca.svg); }
 }@media only screen and (max-width: 763px) { #QkfDNEQiz8pKOT15Tz9oehe4MkwUM9rx { width:47.75rem;height:2.0625rem;top:103.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JC6gO27y27HC35L28Jo2Ouc6yoRPx9oD { width:30.625rem;height:3.875rem;top:97.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkP6Ol0V3fHgbvUewnT361TE60fTN5k4 { width:29.4375rem;height:2.0625rem;top:98.5rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aeVX93hhgkPOUc2lsOOnrrNqOHh6EBhD { width:36.25rem;height:1.9375rem;top:98.5625rem;left:11.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0B66xxcHAGeBBaWXhMWWni50Pg8SyKs { width:30.625rem;height:3.875rem;top:90.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydpmC7p8zCMoiZK2uPMU4bVZg8dDZTaG { width:36.25rem;height:1.9375rem;top:91.5rem;left:11.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAcqzT6wgendq7Zza3l2LEWOix1JL24g { width:29.4375rem;height:2.0625rem;top:91.4375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yaGihGZ3mW8uBgiwMduCzcVpNfwtyC2h { width:28.3125rem;height:3.3125rem;top:120.1875rem;left:10.4970703125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LB5USDUpeIORbzDQixRtVUbXuTBZ9e8a { display:block; }
 }@media only screen and (max-width: 763px) { #V0B2SJhcJoMqDioEbW0uf7NuvQAo4Nfw { display:none; }#V0B2SJhcJoMqDioEbW0uf7NuvQAo4Nfw > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RAHezkQWyAaxq9gfZlTXZ1wTRaseKgFN { width:12.875rem;height:1.25rem;top:3.3125rem;left:18.5234375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SoZPCX1TxZh1aEmOAPlXdlmBCs15Q3uH { width:7.3125rem;height:7.3125rem;top:4.5rem;left:21.303089141846rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrAAgffLTaeZ0zEGrBd1BhvqkqhZTpIs { width:8.625rem;height:2.625rem;top:31.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckEeclsKubqessuymxf0XTsgVTITxkZt { width:18.8125rem;height:1.25rem;top:28.1875rem;left:15.937320709229rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUiFvRaExFImTtTgWT2OhoWTmXZ5fz6U { width:8.9375rem;height:4.1875rem;top:38.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJcrvMTgcTvyDs7Ic4q1zzcGgTPZ7xTg { width:19.25rem;height:1.25rem;top:14.875rem;left:15.530715942382rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6nDpH03TNp0bgCnVgriJ3Vry9KQIW3l { width:24.0625rem;height:7.5625rem;top:17.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLclBxFNBIWTWEXtAhWfuTKIKKg2QFcV { width:7.3125rem;height:4.8125rem;top:38.3125rem;left:21.3349609375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5NTMqW0Hh6UU5VdirPz1STQ083Xu1zG { width:9.875rem;height:2.6080301819852rem;top:31.875rem;left:20.021484375rem;display:block; }
 }@media only screen and (max-width: 763px) { #te7Nn5eth4cuo7zlOl1qysV7d4ICnTQQ { width:12.25rem;height:4.7878544339465rem;top:30.8125rem;left:35.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRRmCmqvoDatg6hi7OO3kh5cJJEsPvgo { width:7.1875rem;height:4.5rem;top:38.5rem;left:40.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKyXOHBrADZJ5WAHNhrkbZrAz6BCbTu9 { width:23.875rem;height:7.3125rem;top:17.625rem;left:19.583984375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybPKraiAxtSdJ1M4GzE6T6xyJu4iguek { width:9.4375rem;height:10.6875rem;top:16.125rem;left:38.3125rem;display:block; }
 }@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:5rem;height:1.875rem;top:6.5625rem;left:2rem;font-size:0.75rem;background-color:rgba(0,0,0,0.5);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:7.5rem;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:13rem;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.875rem;height:1.875rem;top:2.875rem;left:11.8076171875rem;font-size:0.75rem;background-color:#99e000;background-image:none;color:#ffffff;border-top:0.0625rem solid #99e000;border-left:0.0625rem solid #99e000;border-right:0.0625rem solid #99e000;border-bottom:0.0625rem solid #99e000;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #VKwT3xOzgWESGtKJI5lbfTmsrHS26W4t { display:block; }
 }@media only screen and (max-width: 763px) { #B5ypUf2hBbB6hPdCfMUgOekECkdXmOsi { display:none; }#B5ypUf2hBbB6hPdCfMUgOekECkdXmOsi > .row .container { width:20rem;height:107.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #iRZdhnrsOd9BBn7VZ7odtNH62BXl1Cq4 { width:20rem;height:2.25rem;top:55.374785423279rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h47U8e5KcPTlzPx4qi62F0M3E7u0IMd7 { width:11.6875rem;height:0.974825rem;top:46.561850547791rem;left:0rem;font-size:0.75rem;display:block; }#h47U8e5KcPTlzPx4qi62F0M3E7u0IMd7 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c612b33e5327c1e4ad8f52338c4ba3693b27c1ca.svg); }
 }@media only screen and (max-width: 763px) { #N5KITQw1u2AL2m1Axpzs8avA027l3bSr { width:18.5rem;height:11.9683125rem;top:48.124350547791rem;left:0rem;font-size:0.75rem;display:block; }#N5KITQw1u2AL2m1Axpzs8avA027l3bSr li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ad821b452804d2facbf2577e6a955cff0d9aec36.svg); }
 }@media only screen and (max-width: 763px) { #iZVZD6WrXb0vtnkesmVZq3wG3u2o0nUL { width:20rem;height:3.75rem;top:70.749133110044rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #nFVI1hMm2nVkRpqkyEP87VeFVy91TRy7 { width:16.062rem;height:2.9375rem;top:103.12435436249rem;left:1.9368491768837rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmoXDsLmbFDbTzdack2W3vHpHyogvVQH { width:19.875rem;height:1.875rem;top:39.186633110046rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFJ27WqnnUXrNlDLUIKwcAHQ7t9pODtA { width:15.8125rem;height:1.13715rem;top:39.556643486023rem;left:2.0930991768837rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UxPN2tEfdOp5ltmzes8va4CNW8WgcRR6 { width:20rem;height:1.875rem;top:4.5625rem;left:-0.0625rem;border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsOnvILQJhNVFse4KardD55kSkp0WkFb { width:11.625rem;height:1.13715rem;top:4.931640625rem;left:3.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOvogwgrsz1nJNg1KiWOmLhAgzGGtoP8 { 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) { #BJZIcUnZkFWQ96Gql2GVR2z6ee2zfiT7 { width:19.9995rem;height:1.875rem;top:10.181640625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1H1r6ShMD5l3k4ek0VFkwWxLcMH6adl { width:15.5rem;height:1.13715rem;top:10.55078125rem;left:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2AOkIb0TsavyuzsWDNg3R9JsSUfTO6F { width:16.75rem;height:1.3rem;top:7.0625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kQCdCTWuRlttBMXt5Krs4vIVKurpInrn { width:15.0625rem;height:1.3rem;top:12.3125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gdI2q7ThJqz5AXpkBsshrTNp6x5Jfc4E { width:13.3125rem;height:1.2000875rem;top:41.686633110046rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #E0c9uWMzqbyaexLalbasDrhT4ryUPzcR { width:20rem;height:3.1477875rem;top:43.499785423279rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIZJcMxrlqIzX61KBJH6M65bFpf8Gi5H { width:20rem;height:3.37239375rem;top:61.124567985534rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JyyXIA17Sl7LvhuSUQ5DNq5z5q8uu4oV { width:20rem;height:2.8125rem;top:18.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0T9qrSPcz3Ji3uZ7SIGXEczuAJXJvKV { width:20rem;height:1.97439375rem;top:19.3125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nX32orWHxZmMvf3rtFpTyS2otqB3eAd5 { width:20rem;height:2.8125rem;top:33rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvxcIMADVvS4kzRpLJUwUTAcgHB97yP5 { width:20rem;height:2.8125rem;top:14.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxgk4W8p1qZGGPiOFJ3a8h3Q8drf7g2H { width:20rem;height:1.94965rem;top:15.3125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehdHDDTQKxPhqJ0A3QvibDxi2XuMwpSk { width:20rem;height:2.92318125rem;top:33.4375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWqrW9n2ke8znya9Xhhd3X9xI3yvNtZQ { width:20rem;height:3.75rem;top:102.68706798554rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDPil5WdsRLASkgxWGGxPcpNp8zSd0UE { width:20rem;height:3.75rem;top:75.749133110044rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHMEebZCPiUNO7alWt4frGwrwtUWcbov { width:14.7485625rem;height:2.923175rem;top:76.187502861025rem;left:2.6247830986977rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSerBeKU3UuGIdgJ3svs8ogM3lgteOT4 { width:11.3745rem;height:1.94965rem;top:81.686633110044rem;left:4.3120663762093rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4DVvmtbx7gWBfUs24dosnGkTEyC3nDR { width:20rem;height:3.75rem;top:80.812067985537rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHcaOuUBWktkbJMmAwfUXaT1Fe7Pm7xR { width:18.2495rem;height:1.97439375rem;top:71.624789237975rem;left:0.87456601858137rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fg2LSe2SallelnpMrWxUDV6rQ2yhURIt { width:20rem;height:3.75rem;top:85.812067985537rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4TqX3D1wG9Rt1HxcCzSNZ9Z9TTJPHHS { width:15.1233125rem;height:1.97439375rem;top:86.686633110044rem;left:2.4370661377907rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUPpaPPBsQLkv3eluwmUW6DcQcpVpozg { width:20rem;height:3.75rem;top:95.812067985537rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2oDey0U3gWvovk6ORQ76fNGmH0qAtVV { width:20rem;height:2.92318125rem;top:96.187502861025rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkhP6gcv0gztfznexP9N0srVXSbsLbBe { width:20rem;height:3.75rem;top:90.812067985537rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WI8hWKUy3XK27vWCNdxwlbhqK458z0bx { width:20rem;height:1.97439375rem;top:91.999133110044rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLhXDGs5EpppVvgehPBDk9esegiuAmn6 { width:20rem;height:3.75rem;top:65.749133110044rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ht0HydrFgDMhTS9aKZN6DVWG8cBLgLku { width:20rem;height:1.94965rem;top:66.624785423281rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uc1mfePOPGTl8EtJTvOzqEESxu3rNgtr { width:20rem;height:3.75rem;top:28rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqnLPwS3iXS3H2WVgJtDewF4OhGxnpfs { width:20rem;height:1.94965rem;top:28.875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAiHAAiS0b4VlwgGvndTISz9o1lhl38p { width:20rem;height:3.75rem;top:23rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EaJlc9TBMdTawOJtIcHG9zDSk90Ma3fv { width:20rem;height:1.94965rem;top:23.875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpmfLAG4LpTDc8NU1VMf9H2qRNZzfEUM { display:block; }#GpmfLAG4LpTDc8NU1VMf9H2qRNZzfEUM > .row .container { width:20rem;height:96.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o58ChgysnabST9Z4JgysNA75MLInxpxd { width:11.6875rem;height:0.9747875rem;top:17.4375rem;left:0rem;font-size:0.75rem;display:block; }#o58ChgysnabST9Z4JgysNA75MLInxpxd li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c612b33e5327c1e4ad8f52338c4ba3693b27c1ca.svg); }
 }@media only screen and (max-width: 763px) { #DOoPbaUrAbXUU2nlNKUPwDyHfVmVxasu { width:20rem;height:6.47375rem;top:19rem;left:0rem;font-size:0.75rem;display:block; }#DOoPbaUrAbXUU2nlNKUPwDyHfVmVxasu li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ad821b452804d2facbf2577e6a955cff0d9aec36.svg); }
 }@media only screen and (max-width: 763px) { #EBbAcbhi2GkUJcSJRrLQaRvOLVkCgeKV { width:20rem;height:1.875rem;top:10.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDycOVina5qklbpQ8OHZN8LwDVDXh8q0 { width:15.8125rem;height:1.13725rem;top:10.75rem;left:2.0625rem;font-size:0.875rem;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.13725rem;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.298825rem;top:7.8125004768369rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PcaNRpoT2uMkgNCN4fOAa72ghJ1qxOT9 { width:13.3125rem;height:1.19939375rem;top:12.875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HGTsQ47xeNblIdX4nGhnFHSVn6HvkufA { width:20rem;height:2.1005rem;top:14.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAZml6TsgIpR6aDrAsptV6ddLeoRHdUq { width:20rem;height:6.78625rem;top:35.875rem;left:0rem;font-size:0.75rem;display:block; }#xAZml6TsgIpR6aDrAsptV6ddLeoRHdUq li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ad821b452804d2facbf2577e6a955cff0d9aec36.svg); }
 }@media only screen and (max-width: 763px) { #OtJciGBsCgLgLlOg2FuxdttuRUMApyS5 { width:20rem;height:0.9747875rem;top:34.3125rem;left:0rem;font-size:0.75rem;display:block; }#OtJciGBsCgLgLlOg2FuxdttuRUMApyS5 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c612b33e5327c1e4ad8f52338c4ba3693b27c1ca.svg); }
 }@media only screen and (max-width: 763px) { #Hulr9md9IlJm25VD7hKt98KTp9qB2uJF { width:20rem;height:1.05025rem;top:32.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VA5msXG0TDTseeJQxMCWXNtPFsxTGt3h { width:20rem;height:1.875rem;top:28.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FeJoyc4Hb9TOfZ3hqb1h9Rf76FRRna1B { width:20rem;height:1.13725rem;top:28.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdfP4JXzKc3NInoVmQ3DzkEllRq4FlNu { width:20rem;height:1.19939375rem;top:30.8125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JKWPktiOpqysHF5lVsT3CPv1tgTf4WiB { width:20rem;height:1.19939375rem;top:47.0625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ivA0d17TNKUmIBxAev1CSTAe9iWfdvo4 { width:20rem;height:1.875rem;top:44.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESD9qrE3lladVmrnuyoh9UV7aAO56usU { width:20rem;height:1.13725rem;top:44.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVlmwMtRuHVETdTHvz9RSmIGfDuDeNXW { width:20rem;height:9.0483125rem;top:58.75rem;left:0rem;font-size:0.75rem;display:block; }#FVlmwMtRuHVETdTHvz9RSmIGfDuDeNXW li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ad821b452804d2facbf2577e6a955cff0d9aec36.svg); }
 }@media only screen and (max-width: 763px) { #FzRsi3C7RtP8hAOEvXtoRs54aePTWpqT { width:20rem;height:0.9747875rem;top:57.1875rem;left:0rem;font-size:0.75rem;display:block; }#FzRsi3C7RtP8hAOEvXtoRs54aePTWpqT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c612b33e5327c1e4ad8f52338c4ba3693b27c1ca.svg); }
 }@media only screen and (max-width: 763px) { #C0Rd5TTgQSK7907cbb4p0Ck0seMKB8Z5 { width:20rem;height:2.1005rem;top:54.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCmVSSai7WMJZpcB7Ju5hwoCtLMN61KU { width:20rem;height:1.875rem;top:50.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwrQLfwBhOABeBmXBKT2TJWqBQFcI2zg { width:20rem;height:1.13725rem;top:50.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghObwG4KWuFw9g2fmIQ8mXwkRs9plVz8 { width:20rem;height:1.19939375rem;top:52.625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xSQhquUEednt4ECFr0MoNUUquWCmrJv8 { width:20rem;height:6.78625rem;top:83.875rem;left:0rem;font-size:0.75rem;display:block; }#xSQhquUEednt4ECFr0MoNUUquWCmrJv8 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ad821b452804d2facbf2577e6a955cff0d9aec36.svg); }
 }@media only screen and (max-width: 763px) { #JsVTQ09wD3VKPqLkZqWPBVqrqzgo693z { width:20rem;height:0.9747875rem;top:82.3125rem;left:0rem;font-size:0.75rem;display:block; }#JsVTQ09wD3VKPqLkZqWPBVqrqzgo693z li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c612b33e5327c1e4ad8f52338c4ba3693b27c1ca.svg); }
 }@media only screen and (max-width: 763px) { #QkfDNEQiz8pKOT15Tz9oehe4MkwUM9rx { width:20rem;height:2.1005rem;top:79.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JC6gO27y27HC35L28Jo2Ouc6yoRPx9oD { width:20rem;height:1.875rem;top:75.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkP6Ol0V3fHgbvUewnT361TE60fTN5k4 { width:20rem;height:1.13725rem;top:75.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aeVX93hhgkPOUc2lsOOnrrNqOHh6EBhD { width:20rem;height:1.19939375rem;top:77.75rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #m0B66xxcHAGeBBaWXhMWWni50Pg8SyKs { width:20rem;height:1.875rem;top:69.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydpmC7p8zCMoiZK2uPMU4bVZg8dDZTaG { width:20rem;height:1.19939375rem;top:72.1875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RAcqzT6wgendq7Zza3l2LEWOix1JL24g { width:20rem;height:1.13725rem;top:70.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yaGihGZ3mW8uBgiwMduCzcVpNfwtyC2h { width:16.573176125rem;height:2.635832375rem;top:92.53550338745rem;left:1.655717253685rem;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) { #LB5USDUpeIORbzDQixRtVUbXuTBZ9e8a { display:block; }
 }@media only screen and (max-width: 763px) { #V0B2SJhcJoMqDioEbW0uf7NuvQAo4Nfw { display:block; }#V0B2SJhcJoMqDioEbW0uf7NuvQAo4Nfw > .row .container { width:20rem;height:75.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RAHezkQWyAaxq9gfZlTXZ1wTRaseKgFN { 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) { #SoZPCX1TxZh1aEmOAPlXdlmBCs15Q3uH { width:5.49926875rem;height:5.49926875rem;top:3.25rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrAAgffLTaeZ0zEGrBd1BhvqkqhZTpIs { width:8.3114375rem;height:2.6242875rem;top:43.0625rem;left:5.8125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ckEeclsKubqessuymxf0XTsgVTITxkZt { width:17.5rem;height:1rem;top:39.9375rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EUiFvRaExFImTtTgWT2OhoWTmXZ5fz6U { width:9.3125rem;height:4.4375rem;top:63.1875rem;left:5.375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #MJcrvMTgcTvyDs7Ic4q1zzcGgTPZ7xTg { width:19.24925rem;height:1rem;top:10.875rem;left:0.375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N6nDpH03TNp0bgCnVgriJ3Vry9KQIW3l { width:16.1875rem;height:5.0625rem;top:12.623046875rem;left:1.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLclBxFNBIWTWEXtAhWfuTKIKKg2QFcV { width:7rem;height:4.6875rem;top:56.9375rem;left:6.5rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #B5NTMqW0Hh6UU5VdirPz1STQ083Xu1zG { width:9.875rem;height:2.6079301658584rem;top:47.75rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #te7Nn5eth4cuo7zlOl1qysV7d4ICnTQQ { width:11.9993125rem;height:4.43714375rem;top:51.625rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRRmCmqvoDatg6hi7OO3kh5cJJEsPvgo { width:6.5625rem;height:3.9375rem;top:69.4375rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKyXOHBrADZJ5WAHNhrkbZrAz6BCbTu9 { width:16.375rem;height:4.75rem;top:19.875rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybPKraiAxtSdJ1M4GzE6T6xyJu4iguek { width:7.1875rem;height:8.125rem;top:27.3125rem;left:6.40625rem;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.436075rem;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.298825rem;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:1.9992875rem;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; }
 }