.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:43.5rem;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:5.5rem;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.44921875rem;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.11230625rem;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.0996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VGFK7qcJT0TwNwuRLGC8uErfB5Rl0wn6 { box-sizing:content-box;height:4.5rem;width:37.625rem;position:absolute;display:block;z-index:15088;background-color:#f6f6f6;background-image:none;top:36.875rem;left:18.6875rem;border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;border-top:0.0625rem solid #99e000;border-left:0.0625rem solid #99e000;border-right:0.0625rem solid #99e000;border-bottom:0.0625rem solid #99e000;display:block; }
#IlecPgGFX3lE5mowvhLMGwF8U2afZEhq { color:#99e000;display:block;width:33.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15092;line-height:1.3;letter-spacing:0;top:37.5625rem;left:20.6875rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LgA8Z28vSiwutOJJZsX81XnvpNUvaw8r { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LgA8Z28vSiwutOJJZsX81XnvpNUvaw8r > .row .container { background-color: transparent; background-image: none; }#LgA8Z28vSiwutOJJZsX81XnvpNUvaw8r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LgA8Z28vSiwutOJJZsX81XnvpNUvaw8r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LgA8Z28vSiwutOJJZsX81XnvpNUvaw8r > .row .container > .video-iframe-container { display: none; }#LgA8Z28vSiwutOJJZsX81XnvpNUvaw8r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LgA8Z28vSiwutOJJZsX81XnvpNUvaw8r > .row > .video-iframe-container { display: none; }#LgA8Z28vSiwutOJJZsX81XnvpNUvaw8r > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LgA8Z28vSiwutOJJZsX81XnvpNUvaw8r > .row .container { border-width: 0; border-radius: 0; }#LgA8Z28vSiwutOJJZsX81XnvpNUvaw8r > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LgA8Z28vSiwutOJJZsX81XnvpNUvaw8r > .row .container { font-size:0.875rem;font-family:arial;height:37.875rem;width:75rem;position:relative;display:block; }#ShOCpVt0C6a39zCyeH5o66I7htNck4K4 { color:rgba(var(--color-tertiary-4),1);display:block;width:68.373125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:21.4375rem;left:4.125rem;height:7.4375rem;font-style:normal;display:block; }#ShOCpVt0C6a39zCyeH5o66I7htNck4K4 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ShOCpVt0C6a39zCyeH5o66I7htNck4K4 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ad821b452804d2facbf2577e6a955cff0d9aec36.svg); }
#Tfav3lIuVbbVZMhwZsDwqIl7wD3VUdkP { color:rgba(var(--color-tertiary-4),1);display:block;width:68.373125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:19.1875rem;left:2.8125rem;height:1.625rem;font-style:normal;display:block; }#Tfav3lIuVbbVZMhwZsDwqIl7wD3VUdkP li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Tfav3lIuVbbVZMhwZsDwqIl7wD3VUdkP li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c612b33e5327c1e4ad8f52338c4ba3693b27c1ca.svg); }
#fCZrzI1g3LGz45Rt7Lh7TF7HVKFHkTlp { color:#99e000;display:block;width:60.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:400;z-index:15012;line-height:1.2;letter-spacing:0;top:15.1875rem;left:2.8125rem;height:2.0996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SHPtP5u6TgfDeEWaG9SZPZ3luJHddRuT { box-sizing:content-box;height:3.93663125rem;width:30.686875rem;position:absolute;display:block;z-index:15039;background-color:#f6f6f6;background-image:none;top:9.5625rem;left:2.8125rem;border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;display:block; }
#G6Z0y3cqIEBmeSwEuxz3FGtpGxMBVq0i { color:#3f3f3f;display:block;width:29.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15043;line-height:1.3;letter-spacing:0;top:10.5rem;left:3.4375rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PLF1mQslRcx6PuWVuXXVGhJV3Sh73q3D { color:#99e000;display:block;width:36.312rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15011;line-height:1.2;letter-spacing:0;top:10.5625rem;left:34.9375rem;height:1.94921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#L9En7eRlxz1Z2mqlEw4S8TQGwglW3FcX { color:#99e000;display:block;width:18.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:3.5rem;left:34.9375rem;height:1.94921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qqyASN4mQqhJQZl76NLAXHD528UHcf6a { box-sizing:content-box;height:3.93663125rem;width:30.686875rem;position:absolute;display:block;z-index:15042;background-color:#f6f6f6;background-image:none;top:2.5rem;left:2.8125rem;border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;display:block; }
#LSSPKEClzaLDSQTiBZWXhuJaNS23G2VX { color:#3f3f3f;display:block;width:29.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15046;line-height:1.3;letter-spacing:0;top:3.4375rem;left:3.4375rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UMNmibtmmqKPXX4w0naMr2Pyvloznafr { box-sizing:content-box;height:4.5rem;width:37.625rem;position:absolute;display:block;z-index:15090;background-color:#f6f6f6;background-image:none;top:32rem;left:18.6875rem;border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;border-top:0.0625rem solid #99e000;border-left:0.0625rem solid #99e000;border-right:0.0625rem solid #99e000;border-bottom:0.0625rem solid #99e000;display:block; }
#GwIa12V4rPipt1xCZBeunDypRlgzZ6Kh { color:#99e000;display:block;width:30.999rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15094;line-height:1.3;letter-spacing:0;top:32.75rem;left:22rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Na1crD7HhyVd8DGOTzcBzi2zK7yoffqG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Na1crD7HhyVd8DGOTzcBzi2zK7yoffqG > .row .container { background-color: transparent; background-image: none; }#Na1crD7HhyVd8DGOTzcBzi2zK7yoffqG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Na1crD7HhyVd8DGOTzcBzi2zK7yoffqG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Na1crD7HhyVd8DGOTzcBzi2zK7yoffqG > .row .container > .video-iframe-container { display: none; }#Na1crD7HhyVd8DGOTzcBzi2zK7yoffqG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Na1crD7HhyVd8DGOTzcBzi2zK7yoffqG > .row > .video-iframe-container { display: none; }#Na1crD7HhyVd8DGOTzcBzi2zK7yoffqG > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Na1crD7HhyVd8DGOTzcBzi2zK7yoffqG > .row .container { border-width: 0; border-radius: 0; }#Na1crD7HhyVd8DGOTzcBzi2zK7yoffqG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Na1crD7HhyVd8DGOTzcBzi2zK7yoffqG > .row .container { font-size:0.875rem;font-family:arial;height:32.875rem;width:75rem;position:relative;display:block; }#QO7XC3nV7bXhMgwP8GLKqSghyrEFiTAb { color:rgba(var(--color-tertiary-4),1);display:block;width:64.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:14.75rem;left:4.125rem;height:9.375rem;font-style:normal;display:block; }#QO7XC3nV7bXhMgwP8GLKqSghyrEFiTAb li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#QO7XC3nV7bXhMgwP8GLKqSghyrEFiTAb li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ad821b452804d2facbf2577e6a955cff0d9aec36.svg); }
#wnVvStoh6KMFE2pbot2RRxKqbh8hdqbq { color:rgba(var(--color-tertiary-4),1);display:block;width:68.373125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:12.5rem;left:2.8125rem;height:1.625rem;font-style:normal;display:block; }#wnVvStoh6KMFE2pbot2RRxKqbh8hdqbq li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#wnVvStoh6KMFE2pbot2RRxKqbh8hdqbq li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c612b33e5327c1e4ad8f52338c4ba3693b27c1ca.svg); }
#FNOr3s1Gfgh8TeE4spZTMCL8WPT5xilA { color:#99e000;display:block;width:60.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:400;z-index:15018;line-height:1.2;letter-spacing:0;top:8.75rem;left:2.8125rem;height:2.0996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TXzm08ABvrlfPJPEHrhc57Zbhyvf7yUe { box-sizing:content-box;height:3.93663125rem;width:30.686875rem;position:absolute;display:block;z-index:15045;background-color:#f6f6f6;background-image:none;top:3.125rem;left:2.8125rem;border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;display:block; }
#tLX0CVOKSHlokgNW0pooN63vlQasS4o6 { color:#3f3f3f;display:block;width:29.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15049;line-height:1.3;letter-spacing:0;top:4.0625rem;left:3.4375rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wtMqOAH63bhBKM8FyUfZsfGELzVE3ZbC { color:#99e000;display:block;width:36.312rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;top:4.125rem;left:34.9375rem;height:1.94921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Sf1JyAFuaau9phRXtTIgsNQxAwrQUo3x { box-sizing:content-box;height:4.5rem;width:37.625rem;position:absolute;display:block;z-index:15092;background-color:#f6f6f6;background-image:none;top:27.25rem;left:17.5625rem;border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;border-top:0.0625rem solid #99e000;border-left:0.0625rem solid #99e000;border-right:0.0625rem solid #99e000;border-bottom:0.0625rem solid #99e000;display:block; }
#rxtW3BDGhKCcMFnT1QeL0B6tQ5DVU1Q1 { color:#99e000;display:block;width:36.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15096;line-height:1.3;letter-spacing:0;top:27.9375rem;left:18.125rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#v2mAB1DyKCzPXKJaCgZMieJQOrtSTa7H { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#v2mAB1DyKCzPXKJaCgZMieJQOrtSTa7H > .row .container { background-color: transparent; background-image: none; }#v2mAB1DyKCzPXKJaCgZMieJQOrtSTa7H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v2mAB1DyKCzPXKJaCgZMieJQOrtSTa7H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v2mAB1DyKCzPXKJaCgZMieJQOrtSTa7H > .row .container > .video-iframe-container { display: none; }#v2mAB1DyKCzPXKJaCgZMieJQOrtSTa7H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v2mAB1DyKCzPXKJaCgZMieJQOrtSTa7H > .row > .video-iframe-container { display: none; }#v2mAB1DyKCzPXKJaCgZMieJQOrtSTa7H > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v2mAB1DyKCzPXKJaCgZMieJQOrtSTa7H > .row .container { border-width: 0; border-radius: 0; }#v2mAB1DyKCzPXKJaCgZMieJQOrtSTa7H > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#v2mAB1DyKCzPXKJaCgZMieJQOrtSTa7H > .row .container { font-size:0.875rem;font-family:arial;height:45.375rem;width:75rem;position:relative;display:block; }#pFI8P0Bh4L1L0xrh20uq6E42yoMndCle { color:rgba(var(--color-tertiary-4),1);display:block;width:62.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:21.0625rem;left:4rem;height:7.4375rem;font-style:normal;display:block; }#pFI8P0Bh4L1L0xrh20uq6E42yoMndCle li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#pFI8P0Bh4L1L0xrh20uq6E42yoMndCle li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ad821b452804d2facbf2577e6a955cff0d9aec36.svg); }
#FOQroaxoXquiQaTN7LZJQknvuTP8K026 { color:rgba(var(--color-tertiary-4),1);display:block;width:68.373125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:18.8125rem;left:2.6875rem;height:1.625rem;font-style:normal;display:block; }#FOQroaxoXquiQaTN7LZJQknvuTP8K026 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#FOQroaxoXquiQaTN7LZJQknvuTP8K026 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c612b33e5327c1e4ad8f52338c4ba3693b27c1ca.svg); }
#ull79nKXECk18toZ1yPxTcTFJgiuephh { color:#99e000;display:block;width:60.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:400;z-index:15024;line-height:1.2;letter-spacing:0;top:15.0625rem;left:2.6875rem;height:2.0996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uUuJkHC43MzuyTV8X3kTxMKmm9J45DuF { box-sizing:content-box;height:3.93663125rem;width:30.686875rem;position:absolute;display:block;z-index:15051;background-color:#f6f6f6;background-image:none;top:9.4375rem;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; }
#B2Tcq0uukKdaJZa7F9SafJa2A89DqKlN { color:#3f3f3f;display:block;width:29.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15055;line-height:1.3;letter-spacing:0;top:10.375rem;left:3.3125rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TV03xT92RPTFkcWQBm1uaVLVCtEo3CpT { color:#99e000;display:block;width:36.312rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15023;line-height:1.2;letter-spacing:0;top:10.4375rem;left:34.8125rem;height:1.94921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#g7Vbs5sORvCZrGADWQNwUkTgTF4ospXG { box-sizing:content-box;height:3.93663125rem;width:30.686875rem;position:absolute;display:block;z-index:15051;background-color:#f6f6f6;background-image:none;top:2.375rem;left:2.6875rem;border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;display:block; }
#DWLqACHwGt7VuiwqU0ccN0wVl6IQznQ4 { 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:3.375rem;left:34.8125rem;height:1.94921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pJL3gUWeALHWoioNfyGwAD7pKaSBEyWc { 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:3.3125rem;left:3.3125rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#k02UvVXbGiAR9IpMXlcqPFw6FdS3uNrt { 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.3730625rem;height:3.374025rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:39.375rem;left:23.9970703125rem;display:block; }
#meDpmA51mek2dKCKlD209RF0y7kVfgcd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#peih8J67hVV8egQxICwTCli9zsSPkCTA { box-sizing:content-box;height:4.5rem;width:37.625rem;position:absolute;display:block;z-index:15094;background-color:#f6f6f6;background-image:none;top:31.625rem;left:18.6875rem;border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;border-top:0.0625rem solid #99e000;border-left:0.0625rem solid #99e000;border-right:0.0625rem solid #99e000;border-bottom:0.0625rem solid #99e000;display:block; }
#fB2cw50N5guWzL41uI2CB43wzEHGErqU { color:#99e000;display:block;width:30.9980625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15098;line-height:1.3;letter-spacing:0;top:32.3125rem;left:22rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HGJuT6SCfAFs9ZwiR8R2td9mnz7l1doK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HGJuT6SCfAFs9ZwiR8R2td9mnz7l1doK > .row .container { background-color: transparent; background-image: none; }#HGJuT6SCfAFs9ZwiR8R2td9mnz7l1doK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HGJuT6SCfAFs9ZwiR8R2td9mnz7l1doK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HGJuT6SCfAFs9ZwiR8R2td9mnz7l1doK > .row .container > .video-iframe-container { display: none; }#HGJuT6SCfAFs9ZwiR8R2td9mnz7l1doK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HGJuT6SCfAFs9ZwiR8R2td9mnz7l1doK > .row > .video-iframe-container { display: none; }#HGJuT6SCfAFs9ZwiR8R2td9mnz7l1doK > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HGJuT6SCfAFs9ZwiR8R2td9mnz7l1doK > .row .container { border-width: 0; border-radius: 0; }#HGJuT6SCfAFs9ZwiR8R2td9mnz7l1doK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HGJuT6SCfAFs9ZwiR8R2td9mnz7l1doK > .row .container { font-size:0.875rem;font-family:arial;height:29rem;width:75rem;position:relative;display:block; }#ozKXPGNoVJ1RLlQZXuBEVgs7DBKxpKJn .widget-form-header {  }
#ozKXPGNoVJ1RLlQZXuBEVgs7DBKxpKJn .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:57.625rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#ozKXPGNoVJ1RLlQZXuBEVgs7DBKxpKJn .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:57.625rem;box-sizing:border-box;height:2.5625rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: none;vertical-align:top; }
#ozKXPGNoVJ1RLlQZXuBEVgs7DBKxpKJn .widget-input-text {padding-top: 0; padding-bottom: 0;}#ozKXPGNoVJ1RLlQZXuBEVgs7DBKxpKJn .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:57.625rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:montserrat;vertical-align:top; }
#ozKXPGNoVJ1RLlQZXuBEVgs7DBKxpKJn .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:57.625rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;box-shadow: none;vertical-align:top; }
#ozKXPGNoVJ1RLlQZXuBEVgs7DBKxpKJn .widget-input-select {padding-top: 0; padding-bottom: 0;}#ozKXPGNoVJ1RLlQZXuBEVgs7DBKxpKJn .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#ozKXPGNoVJ1RLlQZXuBEVgs7DBKxpKJn .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#ozKXPGNoVJ1RLlQZXuBEVgs7DBKxpKJn .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#99e000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:57.625rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: none; }
#ozKXPGNoVJ1RLlQZXuBEVgs7DBKxpKJn [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#ozKXPGNoVJ1RLlQZXuBEVgs7DBKxpKJn [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#ozKXPGNoVJ1RLlQZXuBEVgs7DBKxpKJn [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#ozKXPGNoVJ1RLlQZXuBEVgs7DBKxpKJn [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#ozKXPGNoVJ1RLlQZXuBEVgs7DBKxpKJn .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:56.4375rem;overflow:hidden;font-style:normal;float:none; }
#ozKXPGNoVJ1RLlQZXuBEVgs7DBKxpKJn .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#ozKXPGNoVJ1RLlQZXuBEVgs7DBKxpKJn .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#ozKXPGNoVJ1RLlQZXuBEVgs7DBKxpKJn .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#ozKXPGNoVJ1RLlQZXuBEVgs7DBKxpKJn .widget-container:first-of-type{padding-top:0;}#ozKXPGNoVJ1RLlQZXuBEVgs7DBKxpKJn .widget-container:last-of-type{padding-bottom:0;}#ozKXPGNoVJ1RLlQZXuBEVgs7DBKxpKJn  { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:57.625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:7.921875rem;left:7.4345703125rem; }
#ozKXPGNoVJ1RLlQZXuBEVgs7DBKxpKJn .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:57.625rem;display:block;vertical-align:top; }
#ozKXPGNoVJ1RLlQZXuBEVgs7DBKxpKJn .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ozKXPGNoVJ1RLlQZXuBEVgs7DBKxpKJn {display:block;}#ozKXPGNoVJ1RLlQZXuBEVgs7DBKxpKJn { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:57.625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:7.921875rem;left:7.4345703125rem; }
#ozKXPGNoVJ1RLlQZXuBEVgs7DBKxpKJn #UIWigTGZqHtS6XtOh9HhVKPl2g5FmaH6 { position:relative; }
#ozKXPGNoVJ1RLlQZXuBEVgs7DBKxpKJn #PQ2z5JC6sWlg7akFNfZbuCvzWgwJVHhS { position:relative;display:none; }
#ozKXPGNoVJ1RLlQZXuBEVgs7DBKxpKJn #Q4LxK9WxxUhKfumLEVcSyAA3GE2bmQuI { position:relative; }
#ozKXPGNoVJ1RLlQZXuBEVgs7DBKxpKJn #tpJzUTcRCwVWTiK7I8fhRhT3Nqg2CU63 { position:relative; }
#ozKXPGNoVJ1RLlQZXuBEVgs7DBKxpKJn #nCZuQft9NmeNaNhLaJJHT1BvSr84Izhm { position:relative;display:none; }
#ozKXPGNoVJ1RLlQZXuBEVgs7DBKxpKJn #mu1sLdF3cCrtCZ7mrUEOrrKsgsS9wgEO { position:relative; }
#ozKXPGNoVJ1RLlQZXuBEVgs7DBKxpKJn #KG2L6rnG2iQTUPgBtFUa4CPS1Tze2lt1 { position:relative; }
#ozKXPGNoVJ1RLlQZXuBEVgs7DBKxpKJn #gBNfT1u00LzeNzzqciXk3smd6OJskTaR { position:relative;display:block; }
#ozKXPGNoVJ1RLlQZXuBEVgs7DBKxpKJn #McW7OV7aHLdExPW6vLoRRT9oOCQNeTfv { position:relative; }
#ozKXPGNoVJ1RLlQZXuBEVgs7DBKxpKJn #NiUG0AHxUkUoy7iHGUZgTJf2mnm3D89n { position:relative; }
#ozKXPGNoVJ1RLlQZXuBEVgs7DBKxpKJn #JcG2esx8pI8A5XNk5dvQ8f536DcwoT2a { position:relative; }
#m13efqzWPZlFlM3J6tntykE59GoEBBkT { color:#99e000;display:block;width:65.061875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:1.630859375rem;left:4.9674491882324rem;height:6.2988375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OpoTX0PIUZQMzL5M2n90mTR8Ilhxk8xP { 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; }#OpoTX0PIUZQMzL5M2n90mTR8Ilhxk8xP > .row .container { background-color: transparent; background-image: none; }#OpoTX0PIUZQMzL5M2n90mTR8Ilhxk8xP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OpoTX0PIUZQMzL5M2n90mTR8Ilhxk8xP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OpoTX0PIUZQMzL5M2n90mTR8Ilhxk8xP > .row .container > .video-iframe-container { display: none; }#OpoTX0PIUZQMzL5M2n90mTR8Ilhxk8xP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OpoTX0PIUZQMzL5M2n90mTR8Ilhxk8xP > .row > .video-iframe-container { display: none; }#OpoTX0PIUZQMzL5M2n90mTR8Ilhxk8xP > .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); }#OpoTX0PIUZQMzL5M2n90mTR8Ilhxk8xP > .row .container { border-width: 0; border-radius: 0; }#OpoTX0PIUZQMzL5M2n90mTR8Ilhxk8xP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OpoTX0PIUZQMzL5M2n90mTR8Ilhxk8xP > .row .container { font-size:0.875rem;font-family:arial;height:66.4375rem;width:75rem;position:relative;display:block; }#HLaL9XNQRCf0WMkVvy9FfNbXT4ZGoCKO { 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; }
#QvxmvOkpa9zvZf4IBDc3tT20ATXnheXk { 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; }
#INBWMwp1kW91qgBeMBda4zPxFXlMSQIB { 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:44.685546875rem;left:11.5625rem;overflow:hidden;display:block; }
#bUtgWcPxbuB8Pm4oo4MOb7RTn9Ho9tl1 { 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:40.9990234375rem;left:29.5615234375rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ieuf2MVgXOs4OsvkGJ4l4RKEU4XR9IiN { 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:51.40625rem;left:11.40625rem;overflow:hidden;display:block; }
#mDnIZXJsvxMfLD0vTpGFgbaNsqVEwrhQ { 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; }
#W8sdq7JMiBTHWfmruocnZ1pT2iGSknwp { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5625rem;width:24.0625rem;top:17.873046875rem;left:6.96875rem;overflow:hidden;display:block; }
#MgSpGIK0xtLbmnOWKZ4NXU7VwbFf1ERm { 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:51.09375rem;left:34.9599609375rem;overflow:hidden;display:block; }
#v7DgBlcQ72hCZt95anyJr0NNNlVRE5Mv { 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:44.6865234375rem;left:33.646484375rem;overflow:hidden;display:block; }
#nrROtMPcQZumcgFlexJyCmNoXp8tqrDh { 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:43.591796875rem;left:54.013671875rem;overflow:hidden;display:block; }
#b0PJTqDcgD2amSTlsAtx8dEU6UMBKJkK { 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:51.25rem;left:56.5751953125rem;overflow:hidden;display:block; }
#qAPvZxnHzbX1xcB3TUF87BGCRVrDKrLv { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.3125rem;width:23.875rem;top:17.873046875rem;left:42.51171875rem;overflow:hidden;display:block; }
#rQv2NRF43i6FmexReCy9FIOPBnRXWppE { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:11.1875rem;top:60.685546875rem;left:33.0224609375rem;overflow:hidden;display:block; }
#hvalceE0UkXu1B4Tfa3tUg3loU48KMNy { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:20.75rem;top:30.65625rem;left:44.07421875rem;overflow:hidden;display:block; }
#eeqlrM7Enb2OkSCTXyleLC6c1J86szpx { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.6875rem;width:22.8125rem;top:30.375rem;left:8.28125rem;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.875rem;font-style:normal;display:block; }
#NyfseASFn7Dm0tW9mBNcxW0eECg8VIsM { color:rgba(var(--color-secondary-2),1);display:block;width:34.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:9.25rem;left:29.0625rem;height:3.25rem;font-style:normal;display:block; }
#fxsgQOnuwXfpHAh8BPPf3k7gXV9pBJTx { color:rgba(var(--color-secondary-2),1);display:block;width:34.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:14.375rem;left:29.0625rem;height:2.6rem;font-style:normal;display:block; }
#ZQq8lyfEDPCDc0tT6hdo4ESruM2o3mfc { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.625rem;width:11.625rem;top:4.6875rem;left:11.5625rem;overflow:hidden;display:block; }
#mqJIV1Vh1ZaIFT0u0lnRkR2Vb2h9X4KQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mqJIV1Vh1ZaIFT0u0lnRkR2Vb2h9X4KQ > .row .container { background-color: transparent; background-image: none; }#mqJIV1Vh1ZaIFT0u0lnRkR2Vb2h9X4KQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mqJIV1Vh1ZaIFT0u0lnRkR2Vb2h9X4KQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mqJIV1Vh1ZaIFT0u0lnRkR2Vb2h9X4KQ > .row .container > .video-iframe-container { display: none; }#mqJIV1Vh1ZaIFT0u0lnRkR2Vb2h9X4KQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mqJIV1Vh1ZaIFT0u0lnRkR2Vb2h9X4KQ > .row > .video-iframe-container { display: none; }#mqJIV1Vh1ZaIFT0u0lnRkR2Vb2h9X4KQ > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mqJIV1Vh1ZaIFT0u0lnRkR2Vb2h9X4KQ > .row .container { border-width: 0; border-radius: 0; }#mqJIV1Vh1ZaIFT0u0lnRkR2Vb2h9X4KQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mqJIV1Vh1ZaIFT0u0lnRkR2Vb2h9X4KQ > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#LnTGHM4RS1lGXJQusIpCTyQThS7wyDGD { color:rgba(var(--color-tertiary-1),1);display:block;width:47.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;top:2.5rem;left:6.875rem;height:1.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uXsGiD9UI1X8kHIMwqOy5FMTE34n5cym { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.4375rem;left:55rem;display:block; }
#H9gORWTuGWWS18dZmTfUqeJTOUgtdiod { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xtsW1UEZsAgoraiPBliD12kRwvzzsgsU { width:10rem;height:5rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWKdpwMsNJVL69gFLan6NxTml3EGr3eU { width:47.75rem;height:6.25rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N15nKFdFSBLMus19UWmhvLuz9sZvkqVw { width:6.25rem;height:3.4375rem;top:2.3125rem;left:34.936637878418rem;display:none; }
 }@media only screen and (max-width: 763px) { #vnnIrr1nqqyPkyvUPDLoHP0JUTxQsbth { display:block; }
 }@media only screen and (max-width: 763px) { #NC8oTLVWaz51olA6rg0cUySGf0TkuPOV { width:6.875rem;height:3.4375rem;top:2.3125rem;left:19.187934875488rem;display:none; }
 }@media only screen and (max-width: 763px) { #kieKFQr2U9Z8rGz1AxCpZ47iyLdr1DC4 { display:block; }
 }@media only screen and (max-width: 763px) { #Bz9WfKa8orddivDOTfMTUQo2fbsQLTpB { width:11.25rem;height:3.4375rem;top:2.3125rem;left:7.5614166259762rem;display:none; }
 }@media only screen and (max-width: 763px) { #SHFqSDHpwBOzAUfJHqAmrkc5ld4ZdWgM { display:block; }
 }@media only screen and (max-width: 763px) { #GLWbT3GXXhD31XnWDJR6EOUEAT2hHRtB { width:6.25rem;height:3.4375rem;top:2.3125rem;left:41.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #kFNa3i9bZ35f2ZymtSWmcJC3kaQMzyTO { display:block; }
 }@media only screen and (max-width: 763px) { #D40V6yBD64xBozXV2RDIt4TtnfVKN27u { width:7.6875rem;height:3.4375rem;top:2.3125rem;left:26.625003814698rem;display:none; }
 }@media only screen and (max-width: 763px) { #K9yFOms9IvzqC1q5WAMOOSn9R5U87vyE { display:block; }
 }@media only screen and (max-width: 763px) { #PJaulHLe8iKuNoIrRzM7tKzphwEQieHx { width:9.8125rem;height:3.4375rem;top:2.3125rem;left:37.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #n2JuIrDK1ekz1L2VRXw4BGfzlP7ENEuU { display:block; }
 }@media only screen and (max-width: 763px) { #FZxxsImJKeWWhFVkCCUpA0oVobfCioi9 { width:3.125rem;height:3.125rem;top:2.4375rem;left:22.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #N9gdzT9Z8lSuWlar3xL05QRrPxsAIGZQ { display:none; }#N9gdzT9Z8lSuWlar3xL05QRrPxsAIGZQ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #V0mGn63oAGU7TwVNMv3cHm06eubg21KA { display:block; }#V0mGn63oAGU7TwVNMv3cHm06eubg21KA > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nZ527FpwTMbD4l7CdktQXv859dL8RK1e { width:3.125rem;height:3.125rem;top:2.875rem;left:44.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #g559x2rBsP4CndLNDhLcimfHCCfA0S2T { width:47.625rem;height:6.25rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrD4gWy8WGcTM1OfxnIcCJHFpUfpNRbl { width:10rem;height:5rem;top:3.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9wcF7eTpp33VF89BT0erGx6PNyZeXto { width:6.8125rem;height:3.375rem;top:4.5625rem;left:17.185546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGP2GLs4RqcoFCTHKkEuKNyM0QftiUC1 { display:block; }
 }@media only screen and (max-width: 763px) { #FeF30Jz6klPZVzoSDTiD90vRlbgNcRBT { width:7.6875rem;height:3.375rem;top:4.5625rem;left:24.5166015625rem;display:block; }
 }@media only screen and (max-width: 763px) { #evZvdPx3sJzUMvVP1VSzxJ7WNUyJeTO5 { display:block; }
 }@media only screen and (max-width: 763px) { #t7SX1MoCXZQ5xzPKK43fpQSzI88uzoKr { width:6.875rem;height:3.4375rem;top:4.5625rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #drlrqapNVHTIwbIWGUi5ZgDedGO2Ddqo { display:block; }
 }@media only screen and (max-width: 763px) { #arw3HdJ0c0aQ6JfldxRa2gDl4cEFCU6i { width:5.9375rem;height:3.375rem;top:4.5625rem;left:41.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztqeNJe98luelCBerkXPbc3X2GPfSwgN { display:block; }
 }@media only screen and (max-width: 763px) { #ZG0d4T8sCee9caPiczsys9IrDZV4PnEd { width:11.5625rem;height:3.375rem;top:4.625rem;left:36.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #quhkWp92kJQgkiLwa0Lru5gWKCLQ8HaE { display:block; }
 }@media only screen and (max-width: 763px) { #KNleC7sCz2i70daiwl60PeKp98LnoT01 { width:8.125rem;height:3.4375rem;top:4.5625rem;left:8.498046875rem;display:none; }
 }@media only screen and (max-width: 763px) { #f4zy1vtEkRAEtN1eXdmBsF8dVGveJKmp { display:block; }
 }@media only screen and (max-width: 763px) { #s1tldURm96OXPrJEBJW28gQNI9ymp2lJ { width:6.8125rem;height:3.375rem;top:4.5625rem;left:16.810546875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VKwT3xOzgWESGtKJI5lbfTmsrHS26W4t { display:block; }
 }@media only screen and (max-width: 763px) { #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) { #VGFK7qcJT0TwNwuRLGC8uErfB5Rl0wn6 { width:37.625rem;height:4.5rem;top:36.875rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlecPgGFX3lE5mowvhLMGwF8U2afZEhq { width:33.625rem;height:3.25rem;top:37.5625rem;left:7.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgA8Z28vSiwutOJJZsX81XnvpNUvaw8r { display:none; }#LgA8Z28vSiwutOJJZsX81XnvpNUvaw8r > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ShOCpVt0C6a39zCyeH5o66I7htNck4K4 { width:47.75rem;height:;top:21.4375rem;left:0rem;font-size:0.75rem;display:block; }#ShOCpVt0C6a39zCyeH5o66I7htNck4K4 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ad821b452804d2facbf2577e6a955cff0d9aec36.svg); }
 }@media only screen and (max-width: 763px) { #Tfav3lIuVbbVZMhwZsDwqIl7wD3VUdkP { width:47.75rem;height:1.5625rem;top:19.1875rem;left:0rem;font-size:0.75rem;display:block; }#Tfav3lIuVbbVZMhwZsDwqIl7wD3VUdkP li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c612b33e5327c1e4ad8f52338c4ba3693b27c1ca.svg); }
 }@media only screen and (max-width: 763px) { #fCZrzI1g3LGz45Rt7Lh7TF7HVKFHkTlp { width:47.75rem;height:2.0625rem;top:15.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHPtP5u6TgfDeEWaG9SZPZ3luJHddRuT { width:30.625rem;height:3.875rem;top:9.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6Z0y3cqIEBmeSwEuxz3FGtpGxMBVq0i { width:29.4375rem;height:2.0625rem;top:10.5rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLF1mQslRcx6PuWVuXXVGhJV3Sh73q3D { width:36.25rem;height:1.9375rem;top:10.5625rem;left:11.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9En7eRlxz1Z2mqlEw4S8TQGwglW3FcX { width:18.5625rem;height:1.9375rem;top:3.5rem;left:21.3125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqyASN4mQqhJQZl76NLAXHD528UHcf6a { width:30.625rem;height:3.875rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSSPKEClzaLDSQTiBZWXhuJaNS23G2VX { width:29.4375rem;height:2.0625rem;top:3.4375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMNmibtmmqKPXX4w0naMr2Pyvloznafr { width:37.625rem;height:4.5rem;top:32rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwIa12V4rPipt1xCZBeunDypRlgzZ6Kh { width:30.9375rem;height:3.25rem;top:32.75rem;left:8.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Na1crD7HhyVd8DGOTzcBzi2zK7yoffqG { display:none; }#Na1crD7HhyVd8DGOTzcBzi2zK7yoffqG > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QO7XC3nV7bXhMgwP8GLKqSghyrEFiTAb { width:47.75rem;height:;top:14.75rem;left:0rem;font-size:0.75rem;display:block; }#QO7XC3nV7bXhMgwP8GLKqSghyrEFiTAb li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ad821b452804d2facbf2577e6a955cff0d9aec36.svg); }
 }@media only screen and (max-width: 763px) { #wnVvStoh6KMFE2pbot2RRxKqbh8hdqbq { width:47.75rem;height:1.5625rem;top:12.5rem;left:0rem;font-size:0.75rem;display:block; }#wnVvStoh6KMFE2pbot2RRxKqbh8hdqbq li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c612b33e5327c1e4ad8f52338c4ba3693b27c1ca.svg); }
 }@media only screen and (max-width: 763px) { #FNOr3s1Gfgh8TeE4spZTMCL8WPT5xilA { width:47.75rem;height:2.0625rem;top:8.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXzm08ABvrlfPJPEHrhc57Zbhyvf7yUe { width:30.625rem;height:3.875rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLX0CVOKSHlokgNW0pooN63vlQasS4o6 { width:29.4375rem;height:2.0625rem;top:4.0625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtMqOAH63bhBKM8FyUfZsfGELzVE3ZbC { width:36.25rem;height:1.9375rem;top:4.125rem;left:11.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sf1JyAFuaau9phRXtTIgsNQxAwrQUo3x { width:37.625rem;height:4.5rem;top:27.25rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxtW3BDGhKCcMFnT1QeL0B6tQ5DVU1Q1 { width:36.5625rem;height:3.25rem;top:27.9375rem;left:4.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2mAB1DyKCzPXKJaCgZMieJQOrtSTa7H { display:none; }#v2mAB1DyKCzPXKJaCgZMieJQOrtSTa7H > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pFI8P0Bh4L1L0xrh20uq6E42yoMndCle { width:47.75rem;height:;top:21.0625rem;left:0rem;font-size:0.75rem;display:block; }#pFI8P0Bh4L1L0xrh20uq6E42yoMndCle li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ad821b452804d2facbf2577e6a955cff0d9aec36.svg); }
 }@media only screen and (max-width: 763px) { #FOQroaxoXquiQaTN7LZJQknvuTP8K026 { width:47.75rem;height:1.5625rem;top:18.8125rem;left:0rem;font-size:0.75rem;display:block; }#FOQroaxoXquiQaTN7LZJQknvuTP8K026 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c612b33e5327c1e4ad8f52338c4ba3693b27c1ca.svg); }
 }@media only screen and (max-width: 763px) { #ull79nKXECk18toZ1yPxTcTFJgiuephh { width:47.75rem;height:2.0625rem;top:15.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUuJkHC43MzuyTV8X3kTxMKmm9J45DuF { width:30.625rem;height:3.875rem;top:9.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2Tcq0uukKdaJZa7F9SafJa2A89DqKlN { width:29.4375rem;height:2.0625rem;top:10.375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TV03xT92RPTFkcWQBm1uaVLVCtEo3CpT { width:36.25rem;height:1.9375rem;top:10.4375rem;left:11.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7Vbs5sORvCZrGADWQNwUkTgTF4ospXG { width:30.625rem;height:3.875rem;top:2.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWLqACHwGt7VuiwqU0ccN0wVl6IQznQ4 { width:36.25rem;height:1.9375rem;top:3.375rem;left:11.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJL3gUWeALHWoioNfyGwAD7pKaSBEyWc { width:29.4375rem;height:2.0625rem;top:3.3125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k02UvVXbGiAR9IpMXlcqPFw6FdS3uNrt { width:28.3125rem;height:3.3125rem;top:39.375rem;left:10.3720703125rem;display:none; }
 }@media only screen and (max-width: 763px) { #meDpmA51mek2dKCKlD209RF0y7kVfgcd { display:block; }
 }@media only screen and (max-width: 763px) { #peih8J67hVV8egQxICwTCli9zsSPkCTA { width:37.625rem;height:4.5rem;top:31.625rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fB2cw50N5guWzL41uI2CB43wzEHGErqU { width:30.9375rem;height:3.25rem;top:32.3125rem;left:8.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGJuT6SCfAFs9ZwiR8R2td9mnz7l1doK { display:block; }#HGJuT6SCfAFs9ZwiR8R2td9mnz7l1doK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ozKXPGNoVJ1RLlQZXuBEVgs7DBKxpKJn .widget-regular-label { width:45.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ozKXPGNoVJ1RLlQZXuBEVgs7DBKxpKJn .widget-input-text { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ozKXPGNoVJ1RLlQZXuBEVgs7DBKxpKJn .widget-input-text {padding-top: 0; padding-bottom: 0;}#ozKXPGNoVJ1RLlQZXuBEVgs7DBKxpKJn .widget-textarea { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ozKXPGNoVJ1RLlQZXuBEVgs7DBKxpKJn .widget-input-select { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ozKXPGNoVJ1RLlQZXuBEVgs7DBKxpKJn .widget-input-select {padding-top: 0; padding-bottom: 0;}#ozKXPGNoVJ1RLlQZXuBEVgs7DBKxpKJn .widget-input-button { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ozKXPGNoVJ1RLlQZXuBEVgs7DBKxpKJn .widget-checkbox-label { width:44.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ozKXPGNoVJ1RLlQZXuBEVgs7DBKxpKJn  { width:45.25rem;height:auto;top:7.875rem;left:0rem; }
#ozKXPGNoVJ1RLlQZXuBEVgs7DBKxpKJn .radio-container { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ozKXPGNoVJ1RLlQZXuBEVgs7DBKxpKJn {display:block;}#ozKXPGNoVJ1RLlQZXuBEVgs7DBKxpKJn { width:45.25rem;height:auto;top:7.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ozKXPGNoVJ1RLlQZXuBEVgs7DBKxpKJn #UIWigTGZqHtS6XtOh9HhVKPl2g5FmaH6 {  }
 }@media only screen and (max-width: 763px) { #ozKXPGNoVJ1RLlQZXuBEVgs7DBKxpKJn #PQ2z5JC6sWlg7akFNfZbuCvzWgwJVHhS {  }
 }@media only screen and (max-width: 763px) { #ozKXPGNoVJ1RLlQZXuBEVgs7DBKxpKJn #Q4LxK9WxxUhKfumLEVcSyAA3GE2bmQuI {  }
 }@media only screen and (max-width: 763px) { #ozKXPGNoVJ1RLlQZXuBEVgs7DBKxpKJn #tpJzUTcRCwVWTiK7I8fhRhT3Nqg2CU63 {  }
 }@media only screen and (max-width: 763px) { #ozKXPGNoVJ1RLlQZXuBEVgs7DBKxpKJn #nCZuQft9NmeNaNhLaJJHT1BvSr84Izhm {  }
 }@media only screen and (max-width: 763px) { #ozKXPGNoVJ1RLlQZXuBEVgs7DBKxpKJn #mu1sLdF3cCrtCZ7mrUEOrrKsgsS9wgEO {  }
 }@media only screen and (max-width: 763px) { #ozKXPGNoVJ1RLlQZXuBEVgs7DBKxpKJn #KG2L6rnG2iQTUPgBtFUa4CPS1Tze2lt1 {  }
 }@media only screen and (max-width: 763px) { #ozKXPGNoVJ1RLlQZXuBEVgs7DBKxpKJn #gBNfT1u00LzeNzzqciXk3smd6OJskTaR {  }
 }@media only screen and (max-width: 763px) { #ozKXPGNoVJ1RLlQZXuBEVgs7DBKxpKJn #McW7OV7aHLdExPW6vLoRRT9oOCQNeTfv {  }
 }@media only screen and (max-width: 763px) { #ozKXPGNoVJ1RLlQZXuBEVgs7DBKxpKJn #NiUG0AHxUkUoy7iHGUZgTJf2mnm3D89n {  }
 }@media only screen and (max-width: 763px) { #ozKXPGNoVJ1RLlQZXuBEVgs7DBKxpKJn #JcG2esx8pI8A5XNk5dvQ8f536DcwoT2a {  }
 }@media only screen and (max-width: 763px) { #m13efqzWPZlFlM3J6tntykE59GoEBBkT { width:47.75rem;height:6.25rem;top:1.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpoTX0PIUZQMzL5M2n90mTR8Ilhxk8xP { display:none; }#OpoTX0PIUZQMzL5M2n90mTR8Ilhxk8xP > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HLaL9XNQRCf0WMkVvy9FfNbXT4ZGoCKO { width:12.875rem;height:1.25rem;top:3.3125rem;left:18.5234375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvxmvOkpa9zvZf4IBDc3tT20ATXnheXk { width:7.3125rem;height:7.3125rem;top:4.5rem;left:21.303089141846rem;display:block; }
 }@media only screen and (max-width: 763px) { #INBWMwp1kW91qgBeMBda4zPxFXlMSQIB { width:8.625rem;height:2.625rem;top:44.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUtgWcPxbuB8Pm4oo4MOb7RTn9Ho9tl1 { width:18.8125rem;height:1.25rem;top:40.9375rem;left:15.9365234375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ieuf2MVgXOs4OsvkGJ4l4RKEU4XR9IiN { width:8.9375rem;height:4.1875rem;top:51.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDnIZXJsvxMfLD0vTpGFgbaNsqVEwrhQ { width:19.25rem;height:1.25rem;top:14.875rem;left:15.530715942382rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8sdq7JMiBTHWfmruocnZ1pT2iGSknwp { width:24.0625rem;height:7.5625rem;top:17.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgSpGIK0xtLbmnOWKZ4NXU7VwbFf1ERm { width:7.3125rem;height:4.8125rem;top:51.0625rem;left:21.3349609375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v7DgBlcQ72hCZt95anyJr0NNNlVRE5Mv { width:9.875rem;height:2.6080301819852rem;top:44.625rem;left:20.021484375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrROtMPcQZumcgFlexJyCmNoXp8tqrDh { width:12.25rem;height:4.7878544339465rem;top:43.5625rem;left:35.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0PJTqDcgD2amSTlsAtx8dEU6UMBKJkK { width:7.1875rem;height:4.5rem;top:51.25rem;left:40.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAPvZxnHzbX1xcB3TUF87BGCRVrDKrLv { width:23.875rem;height:7.3125rem;top:17.8125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQv2NRF43i6FmexReCy9FIOPBnRXWppE { width:11.1875rem;height:2rem;top:60.625rem;left:19.3974609375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvalceE0UkXu1B4Tfa3tUg3loU48KMNy { width:20.75rem;height:5.125rem;top:30.625rem;left:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #eeqlrM7Enb2OkSCTXyleLC6c1J86szpx { width:22.8125rem;height:5.6875rem;top:30.375rem;left:0rem;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:32.5625rem;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.472625rem;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.13671875rem;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.29980625rem;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) { #VGFK7qcJT0TwNwuRLGC8uErfB5Rl0wn6 { width:19.875rem;height:3.5625rem;top:27.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlecPgGFX3lE5mowvhLMGwF8U2afZEhq { width:15.5rem;height:2.92383125rem;top:27.75rem;left:2.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgA8Z28vSiwutOJJZsX81XnvpNUvaw8r { display:block; }#LgA8Z28vSiwutOJJZsX81XnvpNUvaw8r > .row .container { width:20rem;height:25.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ShOCpVt0C6a39zCyeH5o66I7htNck4K4 { width:20rem;height:6.785125rem;top:13.4375rem;left:0rem;font-size:0.75rem;display:block; }#ShOCpVt0C6a39zCyeH5o66I7htNck4K4 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ad821b452804d2facbf2577e6a955cff0d9aec36.svg); }
 }@media only screen and (max-width: 763px) { #Tfav3lIuVbbVZMhwZsDwqIl7wD3VUdkP { width:20rem;height:0.9746125rem;top:11.875rem;left:0rem;font-size:0.75rem;display:block; }#Tfav3lIuVbbVZMhwZsDwqIl7wD3VUdkP li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c612b33e5327c1e4ad8f52338c4ba3693b27c1ca.svg); }
 }@media only screen and (max-width: 763px) { #fCZrzI1g3LGz45Rt7Lh7TF7HVKFHkTlp { width:20rem;height:1.04980625rem;top:10.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHPtP5u6TgfDeEWaG9SZPZ3luJHddRuT { width:20rem;height:1.875rem;top:5.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6Z0y3cqIEBmeSwEuxz3FGtpGxMBVq0i { width:20rem;height:1.13671875rem;top:6.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLF1mQslRcx6PuWVuXXVGhJV3Sh73q3D { width:20rem;height:1.19921875rem;top:8.375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #L9En7eRlxz1Z2mqlEw4S8TQGwglW3FcX { width:20rem;height:1.19921875rem;top:2.8125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qqyASN4mQqhJQZl76NLAXHD528UHcf6a { width:20rem;height:1.875rem;top:0.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSSPKEClzaLDSQTiBZWXhuJaNS23G2VX { width:20rem;height:1.13671875rem;top:0.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMNmibtmmqKPXX4w0naMr2Pyvloznafr { width:19.875rem;height:2.5rem;top:22.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwIa12V4rPipt1xCZBeunDypRlgzZ6Kh { width:20rem;height:1.949225rem;top:22.5rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Na1crD7HhyVd8DGOTzcBzi2zK7yoffqG { display:block; }#Na1crD7HhyVd8DGOTzcBzi2zK7yoffqG > .row .container { width:20rem;height:24.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QO7XC3nV7bXhMgwP8GLKqSghyrEFiTAb { width:20rem;height:9.046875rem;top:9.125rem;left:0rem;font-size:0.75rem;display:block; }#QO7XC3nV7bXhMgwP8GLKqSghyrEFiTAb li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ad821b452804d2facbf2577e6a955cff0d9aec36.svg); }
 }@media only screen and (max-width: 763px) { #wnVvStoh6KMFE2pbot2RRxKqbh8hdqbq { width:20rem;height:0.9746125rem;top:7.5625rem;left:0rem;font-size:0.75rem;display:block; }#wnVvStoh6KMFE2pbot2RRxKqbh8hdqbq li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c612b33e5327c1e4ad8f52338c4ba3693b27c1ca.svg); }
 }@media only screen and (max-width: 763px) { #FNOr3s1Gfgh8TeE4spZTMCL8WPT5xilA { width:20rem;height:2.0996125rem;top:4.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXzm08ABvrlfPJPEHrhc57Zbhyvf7yUe { width:20rem;height:1.875rem;top:0.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLX0CVOKSHlokgNW0pooN63vlQasS4o6 { width:20rem;height:1.13671875rem;top:0.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtMqOAH63bhBKM8FyUfZsfGELzVE3ZbC { width:20rem;height:1.19921875rem;top:3rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Sf1JyAFuaau9phRXtTIgsNQxAwrQUo3x { width:19.875rem;height:2.5rem;top:20.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxtW3BDGhKCcMFnT1QeL0B6tQ5DVU1Q1 { width:20rem;height:1.9746125rem;top:20.375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2mAB1DyKCzPXKJaCgZMieJQOrtSTa7H { display:block; }#v2mAB1DyKCzPXKJaCgZMieJQOrtSTa7H > .row .container { width:20rem;height:34.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pFI8P0Bh4L1L0xrh20uq6E42yoMndCle { width:20rem;height:6.785125rem;top:15.125rem;left:0rem;font-size:0.75rem;display:block; }#pFI8P0Bh4L1L0xrh20uq6E42yoMndCle li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ad821b452804d2facbf2577e6a955cff0d9aec36.svg); }
 }@media only screen and (max-width: 763px) { #FOQroaxoXquiQaTN7LZJQknvuTP8K026 { width:20rem;height:0.9746125rem;top:13.5625rem;left:0rem;font-size:0.75rem;display:block; }#FOQroaxoXquiQaTN7LZJQknvuTP8K026 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c612b33e5327c1e4ad8f52338c4ba3693b27c1ca.svg); }
 }@media only screen and (max-width: 763px) { #ull79nKXECk18toZ1yPxTcTFJgiuephh { width:20rem;height:2.0996125rem;top:10.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUuJkHC43MzuyTV8X3kTxMKmm9J45DuF { width:20rem;height:1.875rem;top:6.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2Tcq0uukKdaJZa7F9SafJa2A89DqKlN { width:20rem;height:1.13671875rem;top:6.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TV03xT92RPTFkcWQBm1uaVLVCtEo3CpT { width:20rem;height:1.19921875rem;top:9rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #g7Vbs5sORvCZrGADWQNwUkTgTF4ospXG { width:20rem;height:1.875rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWLqACHwGt7VuiwqU0ccN0wVl6IQznQ4 { width:20rem;height:1.19921875rem;top:3.4375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pJL3gUWeALHWoioNfyGwAD7pKaSBEyWc { width:20rem;height:1.13671875rem;top:1.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k02UvVXbGiAR9IpMXlcqPFw6FdS3uNrt { width:16.57225rem;height:2.63574375rem;top:29.5625rem;left:1.7138671875rem;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) { #meDpmA51mek2dKCKlD209RF0y7kVfgcd { display:block; }
 }@media only screen and (max-width: 763px) { #peih8J67hVV8egQxICwTCli9zsSPkCTA { width:19.875rem;height:2.5rem;top:23.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fB2cw50N5guWzL41uI2CB43wzEHGErqU { width:20rem;height:1.949225rem;top:24.125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGJuT6SCfAFs9ZwiR8R2td9mnz7l1doK { display:block; }#HGJuT6SCfAFs9ZwiR8R2td9mnz7l1doK > .row .container { width:20rem;height:25.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ozKXPGNoVJ1RLlQZXuBEVgs7DBKxpKJn .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ozKXPGNoVJ1RLlQZXuBEVgs7DBKxpKJn .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ozKXPGNoVJ1RLlQZXuBEVgs7DBKxpKJn .widget-input-text {padding-top: 0; padding-bottom: 0;}#ozKXPGNoVJ1RLlQZXuBEVgs7DBKxpKJn .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ozKXPGNoVJ1RLlQZXuBEVgs7DBKxpKJn .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ozKXPGNoVJ1RLlQZXuBEVgs7DBKxpKJn .widget-input-select {padding-top: 0; padding-bottom: 0;}#ozKXPGNoVJ1RLlQZXuBEVgs7DBKxpKJn .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ozKXPGNoVJ1RLlQZXuBEVgs7DBKxpKJn .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ozKXPGNoVJ1RLlQZXuBEVgs7DBKxpKJn  { width:17.5rem;height:auto;top:3.970703125rem;left:0rem; }
#ozKXPGNoVJ1RLlQZXuBEVgs7DBKxpKJn .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ozKXPGNoVJ1RLlQZXuBEVgs7DBKxpKJn {display:block;}#ozKXPGNoVJ1RLlQZXuBEVgs7DBKxpKJn { width:17.5rem;height:auto;top:3.970703125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ozKXPGNoVJ1RLlQZXuBEVgs7DBKxpKJn #UIWigTGZqHtS6XtOh9HhVKPl2g5FmaH6 {  }
 }@media only screen and (max-width: 763px) { #ozKXPGNoVJ1RLlQZXuBEVgs7DBKxpKJn #PQ2z5JC6sWlg7akFNfZbuCvzWgwJVHhS {  }
 }@media only screen and (max-width: 763px) { #ozKXPGNoVJ1RLlQZXuBEVgs7DBKxpKJn #Q4LxK9WxxUhKfumLEVcSyAA3GE2bmQuI {  }
 }@media only screen and (max-width: 763px) { #ozKXPGNoVJ1RLlQZXuBEVgs7DBKxpKJn #tpJzUTcRCwVWTiK7I8fhRhT3Nqg2CU63 {  }
 }@media only screen and (max-width: 763px) { #ozKXPGNoVJ1RLlQZXuBEVgs7DBKxpKJn #nCZuQft9NmeNaNhLaJJHT1BvSr84Izhm {  }
 }@media only screen and (max-width: 763px) { #ozKXPGNoVJ1RLlQZXuBEVgs7DBKxpKJn #mu1sLdF3cCrtCZ7mrUEOrrKsgsS9wgEO {  }
 }@media only screen and (max-width: 763px) { #ozKXPGNoVJ1RLlQZXuBEVgs7DBKxpKJn #KG2L6rnG2iQTUPgBtFUa4CPS1Tze2lt1 {  }
 }@media only screen and (max-width: 763px) { #ozKXPGNoVJ1RLlQZXuBEVgs7DBKxpKJn #gBNfT1u00LzeNzzqciXk3smd6OJskTaR {  }
 }@media only screen and (max-width: 763px) { #ozKXPGNoVJ1RLlQZXuBEVgs7DBKxpKJn #McW7OV7aHLdExPW6vLoRRT9oOCQNeTfv {  }
 }@media only screen and (max-width: 763px) { #ozKXPGNoVJ1RLlQZXuBEVgs7DBKxpKJn #NiUG0AHxUkUoy7iHGUZgTJf2mnm3D89n {  }
 }@media only screen and (max-width: 763px) { #ozKXPGNoVJ1RLlQZXuBEVgs7DBKxpKJn #JcG2esx8pI8A5XNk5dvQ8f536DcwoT2a {  }
 }@media only screen and (max-width: 763px) { #m13efqzWPZlFlM3J6tntykE59GoEBBkT { width:17.4375rem;height:3.14941875rem;top:0.822265625rem;left:1.28125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OpoTX0PIUZQMzL5M2n90mTR8Ilhxk8xP { display:block; }#OpoTX0PIUZQMzL5M2n90mTR8Ilhxk8xP > .row .container { width:20rem;height:84.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HLaL9XNQRCf0WMkVvy9FfNbXT4ZGoCKO { 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) { #QvxmvOkpa9zvZf4IBDc3tT20ATXnheXk { width:5.49926875rem;height:5.49926875rem;top:3.25rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #INBWMwp1kW91qgBeMBda4zPxFXlMSQIB { width:8.3114375rem;height:2.6242875rem;top:45.3125rem;left:5.8125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #bUtgWcPxbuB8Pm4oo4MOb7RTn9Ho9tl1 { width:17.5rem;height:1rem;top:42.1875rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ieuf2MVgXOs4OsvkGJ4l4RKEU4XR9IiN { width:9.3125rem;height:4.4375rem;top:65.4375rem;left:5.375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #mDnIZXJsvxMfLD0vTpGFgbaNsqVEwrhQ { 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) { #W8sdq7JMiBTHWfmruocnZ1pT2iGSknwp { width:16.1875rem;height:5.0625rem;top:12.623046875rem;left:1.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgSpGIK0xtLbmnOWKZ4NXU7VwbFf1ERm { width:7rem;height:4.6875rem;top:59.1875rem;left:6.5rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #v7DgBlcQ72hCZt95anyJr0NNNlVRE5Mv { width:9.875rem;height:2.6079301658584rem;top:50rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrROtMPcQZumcgFlexJyCmNoXp8tqrDh { width:11.9993125rem;height:4.43714375rem;top:53.875rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0PJTqDcgD2amSTlsAtx8dEU6UMBKJkK { width:6.5625rem;height:3.9375rem;top:71.6875rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAPvZxnHzbX1xcB3TUF87BGCRVrDKrLv { width:16.375rem;height:4.75rem;top:19.875rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQv2NRF43i6FmexReCy9FIOPBnRXWppE { width:11.1875rem;height:2rem;top:78.125rem;left:4.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvalceE0UkXu1B4Tfa3tUg3loU48KMNy { width:14.9375rem;height:3.4375rem;top:33.9375rem;left:2.5717592592593rem;display:block; }
 }@media only screen and (max-width: 763px) { #eeqlrM7Enb2OkSCTXyleLC6c1J86szpx { width:15.3125rem;height:3.5625rem;top:27.4375rem;left:2.3506355932204rem;display:block; }
 }@media only screen and (max-width: 763px) { #JA5EJkbMVlaFng5Gf6Tdy2k09AqRD9D4 { display:block; }#JA5EJkbMVlaFng5Gf6Tdy2k09AqRD9D4 > .row .container { width:20rem;height:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UBM7sd9PK9eW3rZKdJ3OO1m0wZ0S0W0k { width:16.25rem;height:1.50035625rem;top:2.0625rem;left:1.875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NyfseASFn7Dm0tW9mBNcxW0eECg8VIsM { width:19.5rem;height:2.4375rem;top:4.375rem;left:0.4375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fxsgQOnuwXfpHAh8BPPf3k7gXV9pBJTx { width:17.5rem;height:1.29980625rem;top:8.1337890625rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZQq8lyfEDPCDc0tT6hdo4ESruM2o3mfc { width:7.0625rem;height:7.0625rem;top:11.46875rem;left:6.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqJIV1Vh1ZaIFT0u0lnRkR2Vb2h9X4KQ { display:block; }#mqJIV1Vh1ZaIFT0u0lnRkR2Vb2h9X4KQ > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LnTGHM4RS1lGXJQusIpCTyQThS7wyDGD { width:14.375rem;height:2rem;top:3.125rem;left:2.8125000596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uXsGiD9UI1X8kHIMwqOy5FMTE34n5cym { width:12.5rem;height:3.125rem;top:6.2492141723633rem;left:3.7500000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9gORWTuGWWS18dZmTfUqeJTOUgtdiod { display:block; }
 }