.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:255,233,217;--color-primary-1:255,181,128;--color-primary-2:255,106,0;--color-primary-3:128,53,0;--color-primary-4:38,16,0;--color-secondary-0:231,239,255;--color-secondary-1:174,201,255;--color-secondary-2:93,146,255;--color-secondary-3:47,73,128;--color-secondary-4:14,22,38;--color-tertiary-0:255,255,255;--color-tertiary-1:255,253,251;--color-tertiary-2:229,229,229;--color-tertiary-3:137,137,137;--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); }#tJwVL72l5mXdXkESvNF9ATUepnOhOgS8 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:199999;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:fixed;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;top:0rem;left:0rem;right:0rem;display:block; }#tJwVL72l5mXdXkESvNF9ATUepnOhOgS8 > .row .container { background-color: transparent; background-image: none; }#tJwVL72l5mXdXkESvNF9ATUepnOhOgS8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tJwVL72l5mXdXkESvNF9ATUepnOhOgS8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tJwVL72l5mXdXkESvNF9ATUepnOhOgS8 > .row .container > .video-iframe-container { display: none; }#tJwVL72l5mXdXkESvNF9ATUepnOhOgS8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tJwVL72l5mXdXkESvNF9ATUepnOhOgS8 > .row > .video-iframe-container { display: none; }#tJwVL72l5mXdXkESvNF9ATUepnOhOgS8 > .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); }#tJwVL72l5mXdXkESvNF9ATUepnOhOgS8 > .row .container { border-width: 0; border-radius: 0; }#tJwVL72l5mXdXkESvNF9ATUepnOhOgS8 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#tJwVL72l5mXdXkESvNF9ATUepnOhOgS8 > .row .container { font-size:0.875rem;font-family:arial;height:5.625rem;width:75rem;overflow:visible;position:relative;display:block; }#gv5HLiSoWIIqMhVW567ZfvxKJ0mXDUWL { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.0625rem;left:60.8125rem;height:1.13736875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#m5QJ4L6FeMyszvHTy7TviOFic6TookyG { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:2.4375rem;left:59.5625rem; }
#rn5VWoD1u34mmzOyxGZtrx3Vpha78HoX { color:rgba(var(--color-tertiary-4),1);display:block;width:11.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.162109375rem;left:11.4375rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RTQRZT60oOd0IayFAUCE8KlWDU0CzSxi { color:rgba(var(--color-tertiary-4),1);display:block;width:8.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:2.162109375rem;left:22.5625rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UPMDJ7zhNmUROMRHsWyRM5EXuUNTa6Ny { color:rgba(var(--color-tertiary-0),1);display:block;width:11.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:2.162109375rem;left:31.71875rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#baHIPp0MC1VHP7JKI36tddLI2ORGmZWf { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:2.162109375rem;left:43.28125rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#poe0T3hEpWcyN9Dieq89iQMRS5JEPlfd { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.5rem;height:2.5rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:2.19921875rem;left:62.25rem;display:block; }
#TBzJpyzOEwrbH4P2DRvHHczEO9JvgRB3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sw7JSnOH9h1TVMw1pzZAHoLMEM42w3d3 { position:absolute;display:block;z-index:15012;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:5.875rem;top:0.71875rem;left:0.9375rem;overflow:hidden;display:block; }
#u6kDaTgzu3wb0oU32FHVV9LIf8fqEqNn { position:relative;display:none; }#u6kDaTgzu3wb0oU32FHVV9LIf8fqEqNn { border-width: 0; border-radius: 0; }#u6kDaTgzu3wb0oU32FHVV9LIf8fqEqNn > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#u6kDaTgzu3wb0oU32FHVV9LIf8fqEqNn > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#KfLeONqhc0p5F3zUcHpCeOMwAg4QP1Um { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.0625rem;left:60.8125rem;height:1.13671875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#tssUTIhoUlUOMlcTWfTHvhWLZiAeKAh9 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:2.4375rem;left:59.5625rem;display:none; }
#EGSaFMvz2L12c4rrBxFG2ISJxJqLxP5h { 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;display:none; }
#npQdhNvhMAeuUJEWVoK9oIotsIJdWlTe { color:rgba(var(--color-tertiary-4),1);display:block;width:6.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.1875rem;left:25.5rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#vJwhfO4UTcFl3IAGVDUKGFlq2EhIPOhs { color:rgba(var(--color-tertiary-4),1);display:block;width:6.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:2.1875rem;left:32.375rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#VJmdT9ygMdb9WhdQfAw0JFbalSUCPpST { color:rgba(var(--color-tertiary-4),1);display:block;width:11.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:2.1875rem;left:38.875rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#wpTV2oAWCVKOsXpOb9fSb0LSzlDtt9v1 { color:rgba(var(--color-tertiary-4),1);display:block;width:4rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:2.1875rem;left:50.4375rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#kE2LWwpObtD5w4GtPrKR5kyfK1B0zTWT { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#MZqcJE10JCEUsyyHsa2d6fudNA7iBob2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Lrs5xDKT5JkasqQJ2EtEwog0NRZ8FbzB { 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:22.375rem;width:31.125rem;display:none; }
#tTUfSVtdTVV48E8xWdv8DuNPUy36nMXV { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9c84c6b4-1b98-4937-aa88-27804ed7ca6d/photoFays011000w.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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#tTUfSVtdTVV48E8xWdv8DuNPUy36nMXV.adaptive-delivery-prevent-bg, #tTUfSVtdTVV48E8xWdv8DuNPUy36nMXV.lazyload, #tTUfSVtdTVV48E8xWdv8DuNPUy36nMXV.lazyloading { background-image: none; }#tTUfSVtdTVV48E8xWdv8DuNPUy36nMXV > .row .container { background-color: transparent; background-image: none; }#tTUfSVtdTVV48E8xWdv8DuNPUy36nMXV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.68); }#tTUfSVtdTVV48E8xWdv8DuNPUy36nMXV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tTUfSVtdTVV48E8xWdv8DuNPUy36nMXV > .row .container > .video-iframe-container { display: none; }#tTUfSVtdTVV48E8xWdv8DuNPUy36nMXV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.68); }#tTUfSVtdTVV48E8xWdv8DuNPUy36nMXV > .row > .video-iframe-container { display: none; }#tTUfSVtdTVV48E8xWdv8DuNPUy36nMXV > .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); }#tTUfSVtdTVV48E8xWdv8DuNPUy36nMXV > .row .container { border-width: 0; border-radius: 0; }#tTUfSVtdTVV48E8xWdv8DuNPUy36nMXV::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#tTUfSVtdTVV48E8xWdv8DuNPUy36nMXV > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#tTUfSVtdTVV48E8xWdv8DuNPUy36nMXV > .row .container { font-size:0.875rem;font-family:arial;height:48.375rem;width:75rem;overflow:visible;position:relative;display:block; }#uVdWBMy5kOloZPSVPR7bwnOLo6H48VLa { color:rgba(var(--color-tertiary-0),1);display:block;width:42.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:12.1875rem;left:0.9375rem;height:12rem;font-style:normal;display:block; }
#SgTclbTPLrRUE4pMvD2DDShTZtFbwcVi { box-sizing:content-box;height:32.75rem;width:26.875rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:10.625rem;left:47.25rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#aoq9gp3zdXLkHTafPDDyK16OkRFJ1hTf { 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:1.25rem;width:6.875rem;top:9.75rem;left:0.9375rem;overflow:hidden;display:block; }
#OKntbee7T4sdLdqNzpyUxKHOCgIz8SsV { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:9.875rem;left:8.3125rem;height:1.29980625rem;display:block; }
#XJ0P61dlQCzu7wQ4AenMK6KtG4da2aVl { color:rgba(var(--color-tertiary-0),1);display:block;width:40.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:24.6875rem;left:0.9375rem;height:1.4624rem;display:block; }
#FhQdgmQC6dKOhCxCbuwmdKvlRJG64D3M { color:rgba(var(--color-tertiary-0),1);display:block;width:34.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:28.75rem;left:0.9375rem;height:5.38720625rem;font-style:normal;display:block; }#FhQdgmQC6dKOhCxCbuwmdKvlRJG64D3M li:not(:first-child){ padding-top:0.5rem;padding-right:0;padding-bottom:0;padding-left:0; }#FhQdgmQC6dKOhCxCbuwmdKvlRJG64D3M li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_da6632269caa802344a260d2630e986f26bad6be.svg); }
#iOna1GElQJIa96yiodlmhVAKvepX9E5C { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:2.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.625rem;height:3.875rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:36.625rem;left:0.9375rem;display:block; }
#JNIGWRqZMlhOJmfgVnaeNxQueggI4eXh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lzNL72Jte2RLNpdyafc3TKAF78Ovu3eI { color:rgba(var(--color-tertiary-4),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:14.9375rem;left:49.75rem;height:2.0996125rem;font-style:normal;display:block; }#lzNL72Jte2RLNpdyafc3TKAF78Ovu3eI li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#lzNL72Jte2RLNpdyafc3TKAF78Ovu3eI li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_da6632269caa802344a260d2630e986f26bad6be.svg); }
#WZ2lO9ShfTvekFTWNMmplQPQPqCXSpAC { color:rgba(var(--color-tertiary-4),1);display:block;width:20.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:13.375rem;left:51.6875rem;height:1.19970625rem;font-style:normal;display:block; }
#uWTpZCw6drPtnbRSuy62PWh0dvDTeG1Z .widget-form-header {  }
#uWTpZCw6drPtnbRSuy62PWh0dvDTeG1Z .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:21.5625rem;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; }
#uWTpZCw6drPtnbRSuy62PWh0dvDTeG1Z .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:#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:21.5625rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#uWTpZCw6drPtnbRSuy62PWh0dvDTeG1Z .widget-input-text {padding-top: 0; padding-bottom: 0;}#uWTpZCw6drPtnbRSuy62PWh0dvDTeG1Z .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:21.5625rem;box-sizing:border-box;height:4.625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#uWTpZCw6drPtnbRSuy62PWh0dvDTeG1Z .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.5625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;vertical-align:top; }
#uWTpZCw6drPtnbRSuy62PWh0dvDTeG1Z .widget-input-select {padding-top: 0; padding-bottom: 0;}#uWTpZCw6drPtnbRSuy62PWh0dvDTeG1Z .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; }
#uWTpZCw6drPtnbRSuy62PWh0dvDTeG1Z .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#uWTpZCw6drPtnbRSuy62PWh0dvDTeG1Z .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:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !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:21.5625rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#uWTpZCw6drPtnbRSuy62PWh0dvDTeG1Z [class*="-text"]:-moz-placeholder { color:#373737;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#uWTpZCw6drPtnbRSuy62PWh0dvDTeG1Z [class*="-text"]::-moz-placeholder { color:#373737;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#uWTpZCw6drPtnbRSuy62PWh0dvDTeG1Z [class*="-text"]:-ms-input-placeholder { color:#373737;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#uWTpZCw6drPtnbRSuy62PWh0dvDTeG1Z [class*="-text"]::-webkit-input-placeholder { color:#373737;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#uWTpZCw6drPtnbRSuy62PWh0dvDTeG1Z .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:20.1875rem;overflow:hidden;font-style:normal;float:none; }
#uWTpZCw6drPtnbRSuy62PWh0dvDTeG1Z .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; }
#uWTpZCw6drPtnbRSuy62PWh0dvDTeG1Z .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#uWTpZCw6drPtnbRSuy62PWh0dvDTeG1Z .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#uWTpZCw6drPtnbRSuy62PWh0dvDTeG1Z .widget-container:first-of-type{padding-top:0;}#uWTpZCw6drPtnbRSuy62PWh0dvDTeG1Z .widget-container:last-of-type{padding-bottom:0;}#uWTpZCw6drPtnbRSuy62PWh0dvDTeG1Z  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15009;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:16.9375rem;left:48.6875rem; }
#uWTpZCw6drPtnbRSuy62PWh0dvDTeG1Z .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21.5625rem;display:block;vertical-align:top; }
#uWTpZCw6drPtnbRSuy62PWh0dvDTeG1Z .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; }
#uWTpZCw6drPtnbRSuy62PWh0dvDTeG1Z {display:block;}#uWTpZCw6drPtnbRSuy62PWh0dvDTeG1Z { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15009;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:16.9375rem;left:48.6875rem; }
#uWTpZCw6drPtnbRSuy62PWh0dvDTeG1Z #N3agUyEFNuFf50aiLFufM0yqc4yx5OgX { position:relative; }
#uWTpZCw6drPtnbRSuy62PWh0dvDTeG1Z #li4q8kz2bUEbTIsfG9HRkNTZBhZq6QkI { position:relative;display:none; }
#uWTpZCw6drPtnbRSuy62PWh0dvDTeG1Z #gQ2NKzw4wfqLKAdJ5USG3oNK45F1qHlQ { position:relative; }
#uWTpZCw6drPtnbRSuy62PWh0dvDTeG1Z #f7Z6KiyI7N6OPrREmrstEypnRk2E9Ozr { position:relative; }
#uWTpZCw6drPtnbRSuy62PWh0dvDTeG1Z #TD3MMXkiTRKoPbeDVUbhVVpsTvH1Ebq5 { position:relative;display:none; }
#uWTpZCw6drPtnbRSuy62PWh0dvDTeG1Z #hM4wRJApJE6hQ56bSEtEZALOJD0TJ3ht { position:relative; }
#uWTpZCw6drPtnbRSuy62PWh0dvDTeG1Z #OGzBdFSUGTzzCz3nTqowOWN5vASBvSlK { position:relative; }
#uWTpZCw6drPtnbRSuy62PWh0dvDTeG1Z #T5UU3eT2pFcifUn8U0xqlxedq59kI0xx { position:relative;display:none; }
#uWTpZCw6drPtnbRSuy62PWh0dvDTeG1Z #lcV2DcXdoniA2lPmHSxuazoJS07UtT71 { position:relative; }
#uWTpZCw6drPtnbRSuy62PWh0dvDTeG1Z #NEEKEiFp3PeTH3ag6WivmLzfEEi8KrFp { position:relative; }
#uWTpZCw6drPtnbRSuy62PWh0dvDTeG1Z #TKDaHezTOxBqFwZhOc89shNfFtm3cAG0 { position:relative;display:none; }
#uWTpZCw6drPtnbRSuy62PWh0dvDTeG1Z #Nm5qUxoyqT2mX0gM0TAFzp4oTWOTPurd { position:relative; }
#uWTpZCw6drPtnbRSuy62PWh0dvDTeG1Z #ATyqhXkHluGbpTolbkzJ7TTrcsFNZGLy { position:relative; }
#uWTpZCw6drPtnbRSuy62PWh0dvDTeG1Z #hEarVhGCbn5mHwtESfMz7BoOHTfwGTfZ { position:relative; }
#Cv33qUe41ususk3L58ePh1gpX6TwbSsU { box-sizing:content-box;height:0.1875rem;width:1.5625rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;top:13.875rem;left:49.75rem;display:block; }
#bH0P42t6TKHc3zNvG7twkDXaJcfMuhKb { color:rgba(var(--color-tertiary-4),1);display:block;width:20.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:39.6875rem;left:51.0625rem;height:1.13720625rem;display:block; }#bH0P42t6TKHc3zNvG7twkDXaJcfMuhKb li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#bH0P42t6TKHc3zNvG7twkDXaJcfMuhKb li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d72c9af62403092707d16920bbce771544cca499.svg); }
#KVsi80rmmVxW48yuaF7Ag62xWKoXkNvP { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#KVsi80rmmVxW48yuaF7Ag62xWKoXkNvP > .row .container { background-color: transparent; background-image: none; }#KVsi80rmmVxW48yuaF7Ag62xWKoXkNvP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KVsi80rmmVxW48yuaF7Ag62xWKoXkNvP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KVsi80rmmVxW48yuaF7Ag62xWKoXkNvP > .row .container > .video-iframe-container { display: none; }#KVsi80rmmVxW48yuaF7Ag62xWKoXkNvP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KVsi80rmmVxW48yuaF7Ag62xWKoXkNvP > .row > .video-iframe-container { display: none; }#KVsi80rmmVxW48yuaF7Ag62xWKoXkNvP > .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); }#KVsi80rmmVxW48yuaF7Ag62xWKoXkNvP > .row .container { border-width: 0; border-radius: 0; }#KVsi80rmmVxW48yuaF7Ag62xWKoXkNvP > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#KVsi80rmmVxW48yuaF7Ag62xWKoXkNvP > .row .container { font-size:0.875rem;font-family:arial;height:43rem;width:75rem;overflow:visible;position:relative;display:block; }#wg9d8zAvSncORf3BS1eHSVewSv79ydKE { color:rgba(var(--color-primary-2),1);display:block;width:21.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:6.3125rem;left:37.8125rem;height:1.29980625rem;font-style:normal;display:block; }#wg9d8zAvSncORf3BS1eHSVewSv79ydKE li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#wg9d8zAvSncORf3BS1eHSVewSv79ydKE li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5e6bfabb7698c0b2d1fd0b324d6caf4013bd9bdf.svg); }
#UxsOErPo1TbMuFSpNmXT2FRqFnwg01rk { color:rgba(var(--color-tertiary-4),1);display:block;width:36.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:8.1875rem;left:37.8125rem;height:9rem;font-style:normal;display:block; }
#PK9W7euzFbMvRhZfy12THrkpAZ21JUpT { color:rgba(var(--color-tertiary-4),1);display:block;width:36.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:18.4375rem;left:37.8125rem;height:7.5rem;display:block; }
#BcCmzQSZlWViEawMKZEFkkFpECzJ1ala { color:rgba(var(--color-tertiary-4),1);display:block;width:36.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:27.5rem;left:37.8125rem;height:7.6875rem;font-style:normal;overflow:hidden;display:block; }#BcCmzQSZlWViEawMKZEFkkFpECzJ1ala li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#BcCmzQSZlWViEawMKZEFkkFpECzJ1ala li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4af6c3cade3126b1888dabf3d8c5e316c7ffc60b.svg); }
#acicUpKimsrz4OZ2z2qZBUc4ZmOn0RTx { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.3125rem;width:32.9375rem;top:4.6875rem;left:0.9375rem;overflow:hidden;display:block; }
#SDS3ulaIW5lUuhxNZDvOX1iaRPXRvZoN { 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;display:none; }
#Tll06xtx2HG3VCTos5gygsvLATe361ZX { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#Tll06xtx2HG3VCTos5gygsvLATe361ZX > .row .container { background-color: transparent; background-image: none; }#Tll06xtx2HG3VCTos5gygsvLATe361ZX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tll06xtx2HG3VCTos5gygsvLATe361ZX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tll06xtx2HG3VCTos5gygsvLATe361ZX > .row .container > .video-iframe-container { display: none; }#Tll06xtx2HG3VCTos5gygsvLATe361ZX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tll06xtx2HG3VCTos5gygsvLATe361ZX > .row > .video-iframe-container { display: none; }#Tll06xtx2HG3VCTos5gygsvLATe361ZX > .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); }#Tll06xtx2HG3VCTos5gygsvLATe361ZX > .row .container { border-width: 0; border-radius: 0; }#Tll06xtx2HG3VCTos5gygsvLATe361ZX > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Tll06xtx2HG3VCTos5gygsvLATe361ZX > .row .container { font-size:0.875rem;font-family:arial;height:58.25rem;width:75rem;overflow:visible;position:relative;display:block; }#eCZFmQc6xWBwMN4XAQxVkAvoATzsIAbs { color:rgba(var(--color-primary-2),1);display:block;width:25.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.8125rem;left:0.9375rem;height:1.29980625rem;font-style:normal;display:block; }#eCZFmQc6xWBwMN4XAQxVkAvoATzsIAbs li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#eCZFmQc6xWBwMN4XAQxVkAvoATzsIAbs li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5e6bfabb7698c0b2d1fd0b324d6caf4013bd9bdf.svg); }
#twxRyTafZGVC8FsCc88G8WF8Bslu3T1M { color:rgba(var(--color-tertiary-4),1);display:block;width:32.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:5.6875rem;left:0.9375rem;height:12rem;font-style:normal;display:block; }
#VFlMqVmgpgSiBBg5el59zIcZRVNCJx5w { color:rgba(var(--color-tertiary-4),1);display:block;width:36.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:5.1123046875rem;left:37.8125rem;height:6rem;display:block; }
#GJoZMAiTsfs0L0R4HRqdsSUClq4TuJ4C { color:rgba(var(--color-tertiary-4),1);display:block;width:39.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:21.875rem;left:35.0625rem;height:4.5rem;display:block; }
#ElKM3cEt1XufCi8i2K6uyd0FTHBk8eAS { color:rgba(var(--color-tertiary-4),1);display:block;width:33.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:19.125rem;left:35.0625rem;height:1.79980625rem;font-style:normal;display:block; }
#FPcv7XwRyde6KOhP4tf8vWRcgsdUPfKv { box-sizing:content-box;height:0.125rem;width:39.0625rem;position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:none;top:27.1875rem;left:35.0625rem;display:block; }
#BU8MQBL5hx5wvBHPTgsT2foRo54Oz36z { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"dm sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.5rem;height:2.5rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:18.75rem;left:71.625rem;display:block; }
#EzmyP12roGiQPp4uu8akxAGTRp6K0fct { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TdDR7Axsq9bFNXGtrAxlaVu0iBlPXnBP { color:rgba(var(--color-tertiary-4),1);display:block;width:33.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:28.625rem;left:35.0625rem;height:1.79980625rem;font-style:normal;display:block; }
#lqDbVC18HXZTsNEdZuUDoE1x9QXH46OX { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"dm sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.5rem;height:2.5rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:28.25rem;left:71.625rem;display:block; }
#KTagkD0zazUtoLWfTecC9tCIQJTEtHnT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kfirErJapKGJ5NwhhStV8F8bsze5z5tG { color:rgba(var(--color-tertiary-4),1);display:block;width:39.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:31.25rem;left:35.0625rem;height:4.5rem;display:block; }
#o2r0nhzgI3fgXmfDgoAzVbFuKmIhhtkX { box-sizing:content-box;height:0.125rem;width:39.0625rem;position:absolute;display:block;z-index:15011;background-color:#e3e3e3;background-image:none;top:36.875rem;left:35.0625rem;display:block; }
#nqvHhimTAktMo56tQy107z9tc3nP11SR { box-sizing:content-box;height:0.125rem;width:39.0625rem;position:absolute;display:block;z-index:15015;background-color:#e3e3e3;background-image:none;top:46.0625rem;left:35rem;display:block; }
#bgoPxC0RHAK46lG8n8oA4fobD4faJJlf { color:rgba(var(--color-tertiary-4),1);display:block;width:39.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:40.625rem;left:35.0625rem;height:4.5rem;display:block; }
#UM5rNLpUuv2bKoXtCcWt4Z5e1OlxUoiG { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"dm sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.5rem;height:2.5rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:37.9375rem;left:71.625rem;display:block; }
#gESqG2dn0MlqZvceyBCceTsOhehmESN3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uzHd45T8wNEsQoJdXasnFkKzEMpE2MSO { color:rgba(var(--color-tertiary-4),1);display:block;width:33.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15013;line-height:1.2;letter-spacing:0;top:38.125rem;left:35.0625rem;height:1.79980625rem;font-style:normal;display:block; }
#kDkXyTi3bTyFAidZrMaP00tVrlxJM6Vx { box-sizing:content-box;height:0.125rem;width:39.0625rem;position:absolute;display:block;z-index:15019;background-color:#e3e3e3;background-image:none;top:54.0625rem;left:35.0625rem;display:block; }
#rmnzTSMr73b5IeA73wfi6EuBRl9Qzkyy { color:rgba(var(--color-tertiary-4),1);display:block;width:39.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:50rem;left:35.0625rem;height:3rem;display:block; }
#CXFnn15NlVBftFJn262vXSzlTguNKQ51 { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"dm sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.5rem;height:2.5rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:46.875rem;left:71.625rem;display:block; }
#OmBTDEiota6ygvUBnf58HHZ4yL8yEfQl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CdMHl2k0yENMgc3w51uIqPpLAc2XbIFs { color:rgba(var(--color-tertiary-4),1);display:block;width:33.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15017;line-height:1.2;letter-spacing:0;top:47.5rem;left:35.0625rem;height:1.79980625rem;font-style:normal;display:block; }
#OX2Em7UwR5RrE4oL3TNeaZIgRivoJmZ7 { position:absolute;display:block;z-index:15030;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:34.9375rem;width:29.9375rem;top:19.25rem;left:0.9375rem;overflow:hidden;display:block; }
#PpVtafmeJncnaA9173ETiw0OCp35ogSJ { background-color:#eeeeee;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#PpVtafmeJncnaA9173ETiw0OCp35ogSJ > .row .container { background-color: transparent; background-image: none; }#PpVtafmeJncnaA9173ETiw0OCp35ogSJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PpVtafmeJncnaA9173ETiw0OCp35ogSJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PpVtafmeJncnaA9173ETiw0OCp35ogSJ > .row .container > .video-iframe-container { display: none; }#PpVtafmeJncnaA9173ETiw0OCp35ogSJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PpVtafmeJncnaA9173ETiw0OCp35ogSJ > .row > .video-iframe-container { display: none; }#PpVtafmeJncnaA9173ETiw0OCp35ogSJ > .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); }#PpVtafmeJncnaA9173ETiw0OCp35ogSJ > .row .container { border-width: 0; border-radius: 0; }#PpVtafmeJncnaA9173ETiw0OCp35ogSJ > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#PpVtafmeJncnaA9173ETiw0OCp35ogSJ > .row .container { font-size:0.875rem;font-family:arial;height:103.75rem;width:75rem;overflow:visible;position:relative;display:block; }#UTGJFwRb8IoDD50Stmc55laEpVB5sgTX { position:absolute;display:block;z-index:15001;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.75rem;width:23.6875rem;top:26rem;left:0.9375rem;overflow:hidden;display:block; }
#FQbWnJTUTW52PWJyurAVBA5bCamE9hTg { color:rgba(var(--color-tertiary-4),1);display:block;width:56rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:4.6875rem;left:0.9375rem;height:6rem;font-style:normal;display:block; }
#EG0pxVQekOixX3oJttxXQSsqCMTc3MJW { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:11.875rem;left:0.9375rem;height:3rem;display:block; }
#MG57Gfb0DXWub4StRSnpBwK2hbuSwv3F { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.625rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:58.125rem;left:25.6875rem;display:block; }
#Eub7vsrOPHiAhpqQ4dXNSkNTu5ce9BWu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xATbuVsduwmLGd3GUbbWWVxWtKHkelbV { position:absolute;display:block;z-index:15010;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.75rem;width:23.75rem;top:26rem;left:25.625rem;overflow:hidden;display:block; }
#EmUybrRlm9LHweyCPl4ISAaToK9gm67L { position:absolute;display:block;z-index:15012;height:24.625rem;width:23.75rem;top:26rem;left:50.375rem;display:block; }
#F0UV4JSet0g0Ja9nI8CegVd3aFRRUwgH { color:rgba(var(--color-tertiary-4),1);display:block;width:37.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:16.5625rem;left:0.9375rem;height:7.349625rem;font-style:normal;display:block; }#F0UV4JSet0g0Ja9nI8CegVd3aFRRUwgH li:not(:first-child){ padding-top:0.5rem;padding-right:0;padding-bottom:0;padding-left:0; }#F0UV4JSet0g0Ja9nI8CegVd3aFRRUwgH li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a23a4c47e803cde5d2aaf297a368d89ceba2b840.svg); }
#BrEJEcIgTFkgfVM1VlttscXfF28AkTCx { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:30.6875rem;width:37.5rem;top:68.125rem;left:0.9375rem;overflow:hidden;display:block; }
#oQZFMLVDBAWeTb58svzwk59lPd6Rf83R { color:rgba(var(--color-tertiary-4),1);display:block;width:31.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:68.125rem;left:42.3125rem;height:6rem;font-style:normal;display:block; }
#hsWQ8UTs7kisCfyTUcHKJe4RZ08AvcVq { color:rgba(var(--color-tertiary-4),1);display:block;width:31.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:75.625rem;left:42.3125rem;height:12rem;display:block; }
#Lo0CiJxfqvXtA8umuTrNzGh8VzzXTwiV { color:rgba(var(--color-tertiary-4),1);display:block;width:31.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:89.375rem;left:42.3125rem;height:10.2744375rem;font-style:normal;display:block; }#Lo0CiJxfqvXtA8umuTrNzGh8VzzXTwiV li:not(:first-child){ padding-top:0.5rem;padding-right:0;padding-bottom:0;padding-left:0; }#Lo0CiJxfqvXtA8umuTrNzGh8VzzXTwiV li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a23a4c47e803cde5d2aaf297a368d89ceba2b840.svg); }
#Eso7wOLiBRW9KRSP4kfD8m8Md5CDWm6F { z-index:;position:relative;display:block; }#Eso7wOLiBRW9KRSP4kfD8m8Md5CDWm6F { background-color: transparent; background-image: none; }#Eso7wOLiBRW9KRSP4kfD8m8Md5CDWm6F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Eso7wOLiBRW9KRSP4kfD8m8Md5CDWm6F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Eso7wOLiBRW9KRSP4kfD8m8Md5CDWm6F > .row .container > .video-iframe-container { display: none; }#Eso7wOLiBRW9KRSP4kfD8m8Md5CDWm6F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Eso7wOLiBRW9KRSP4kfD8m8Md5CDWm6F > .row > .video-iframe-container { display: none; }#Eso7wOLiBRW9KRSP4kfD8m8Md5CDWm6F > .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); }#Eso7wOLiBRW9KRSP4kfD8m8Md5CDWm6F { border-width: 0; border-radius: 0; }#Eso7wOLiBRW9KRSP4kfD8m8Md5CDWm6F > .row .container { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:43.4375rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#QQ0HJO1yKn47OOTOsKCphacVucArEE88 { color:rgba(var(--color-tertiary-4),1);display:block;width:32.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:4.75rem;left:0.9375rem;height:6rem;font-style:normal;display:block; }
#FS1tdGMCbB9d4gUOFCeSnrNolh5oc7Uz { color:rgba(var(--color-tertiary-4),1);display:block;width:36.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:4.75rem;left:37.8125rem;height:6rem;display:block; }
#aXzsMVGo99ndHDcxHfwoXpS0kAVhyThB { box-sizing:content-box;height:18.75rem;width:18.25rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image:none;top:13.6875rem;left:0.9375rem;border-top:0.0625rem solid #cccccc;border-left:0.0625rem solid #cccccc;border-right:0.0625rem solid #cccccc;border-bottom:0.0625rem solid #cccccc;display:block; }
#kHT4pI1gwmvr1EGQkDvgSMMJFIwfPMkq { color:rgba(var(--color-tertiary-4),1);display:block;width:13.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:20.9375rem;left:2.625rem;height:3rem;font-style:normal;display:block; }
#RKoud2KVsUnVMB6Z44Q7tQttzxtpmO3O { color:rgba(var(--color-tertiary-4),1);display:block;width:15.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:24.75rem;left:2.625rem;height:6rem;display:block; }
#J2S7pgbq86amLlUlmz2nhBAFIJGxrkvu { box-sizing:content-box;height:4.0625rem;width:4.0625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15009;background-color:rgba(var(--color-primary-2),1);background-image:none;top:15.4375rem;left:2.625rem;display:block; }
#Lty16AOX9lVDe3tS5NWDup6oFGki5ZWP { box-sizing:content-box;height:18.75rem;width:18.25rem;position:absolute;display:block;z-index:15013;background-color:transparent;background-image:none;top:13.6875rem;left:19.3125rem;border-top:0.0625rem solid #cccccc;border-left:0;border-right:0.0625rem solid #cccccc;border-bottom:0.0625rem solid #cccccc;display:block; }
#l8kylBBB0XkKxfTCE9BDUWzUuASsZiwX { color:rgba(var(--color-tertiary-4),1);display:block;width:15.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:24.75rem;left:21rem;height:4.5rem;display:block; }
#Dww4lx23EOgHcSAEZeWx0BPiw7ssmFGM { color:rgba(var(--color-tertiary-4),1);display:block;width:12.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.2;letter-spacing:0;top:20.9375rem;left:21rem;height:3rem;font-style:normal;display:block; }
#TRvdNuICNQVdUH5DONDxTDgZtygVNTZQ { box-sizing:content-box;height:4.0625rem;width:4.0625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15014;background-color:rgba(var(--color-primary-2),1);background-image:none;top:15.4375rem;left:21rem;display:block; }
#yxaDxK8nxHfQ58Kwe7PNQRMelk3dyJ6n { box-sizing:content-box;height:18.75rem;width:18.25rem;position:absolute;display:block;z-index:15018;background-color:transparent;background-image:none;top:13.6875rem;left:37.625rem;border-top:0.0625rem solid #cccccc;border-left:0;border-right:0.0625rem solid #cccccc;border-bottom:0.0625rem solid #cccccc;display:block; }
#wDTBl8B2ntsRefC97KDSCPTb1zsfz9BF { color:rgba(var(--color-tertiary-4),1);display:block;width:15.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:24.75rem;left:39.3125rem;height:6rem;display:block; }
#RdoKW01UNrHx8zI5Cg8bRT4Tn7hSvf0t { color:rgba(var(--color-tertiary-4),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.2;letter-spacing:0;top:20.9375rem;left:39.3125rem;height:3rem;font-style:normal;display:block; }
#kEbXdnt9LBEop926TuKxdmZ5NEIbqgTP { box-sizing:content-box;height:4.0625rem;width:4.0625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15019;background-color:rgba(var(--color-primary-2),1);background-image:none;top:15.4375rem;left:39.3125rem;display:block; }
#GucaFseG4mQqWs3L8Ck51Mf1J30soC57 { box-sizing:content-box;height:18.75rem;width:18.25rem;position:absolute;display:block;z-index:15023;background-color:transparent;background-image:none;top:13.6875rem;left:55.8125rem;border-top:0.0625rem solid #cccccc;border-left:0;border-right:0.0625rem solid #cccccc;border-bottom:0.0625rem solid #cccccc;display:block; }
#eF6VynMPTTSkGxlFQK2s8vM2REFWhU91 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15023;line-height:1.5;letter-spacing:0;top:24.75rem;left:57.5rem;height:6rem;display:block; }
#avLNNV6ZHPlgdXFphPEG6qgIs1U0KA0X { color:rgba(var(--color-tertiary-4),1);display:block;width:11.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15023;line-height:1.2;letter-spacing:0;top:20.9375rem;left:57.5rem;height:3rem;font-style:normal;display:block; }
#L7q7HhM8iIR4FVySsmfpXFBTSapq5sit { box-sizing:content-box;height:4.0625rem;width:4.0625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15024;background-color:rgba(var(--color-primary-2),1);background-image:none;top:15.4375rem;left:57.5rem;display:block; }
#SOILT0izcUDwc9VLaI9uXkVKecVsZnlv { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.625rem;height:3.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:35.3125rem;left:25.6875rem;display:block; }
#MNgmL4SM6mXvgHaCwC9tk4ObBD14stDu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cMWiMRw43i9wGyOVkf8Eh5iWqaSngfMt { color:rgba(var(--color-tertiary-1),1);display:block;width:1.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:16.63671875rem;left:3.875rem;height:1.7871125rem;display:block; }
#VE0xIrBrPk5oHhXaKFE90uPqlI4VMT52 { color:rgba(var(--color-tertiary-1),1);display:block;width:1.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:16.625rem;left:22.15625rem;height:1.7871125rem;display:block; }
#T5qRTbIS0ZXkzsx000TObBsUQp8DG5B5 { color:rgba(var(--color-tertiary-1),1);display:block;width:1.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:16.6875rem;left:40.46875rem;height:1.7871125rem;display:block; }
#uOEKPB2dBN3F1QaDs617uydS8zSdESdk { color:rgba(var(--color-tertiary-1),1);display:block;width:1.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:16.625rem;left:58.65625rem;height:1.7871125rem;display:block; }
#yUy4VTS2aGWOr9TNZ7JmCzRVSXLi9MAx { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:24.1875rem;left:2.9375rem;display:none; }
#SgPEM0iCsOt0NiZ6Ss8fpAExROR3LTz0 { color:rgba(var(--color-tertiary-4),1);display:block;width:1.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.875rem;top:41.5625rem;left:2.9375rem;display:none; }
#miE7eHLhsDTfkfIUSLnlvro5eoT9WcVc { color:rgba(var(--color-tertiary-4),1);display:block;width:1.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.875rem;top:61.1875rem;left:3.0625rem;display:none; }
#L9VyUpumprltgh8peKreuKVHKbr5fdOp { color:rgba(var(--color-tertiary-4),1);display:block;width:1.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.875rem;top:80.875rem;left:2.9375rem;display:none; }
#MurLlFa6d7ieJG35gJCMySsMDzov8FlU { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/aa4a9367-73ce-4365-a5ee-479e58184cb5/photoFays001920w.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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#MurLlFa6d7ieJG35gJCMySsMDzov8FlU.adaptive-delivery-prevent-bg, #MurLlFa6d7ieJG35gJCMySsMDzov8FlU.lazyload, #MurLlFa6d7ieJG35gJCMySsMDzov8FlU.lazyloading { background-image: none; }#MurLlFa6d7ieJG35gJCMySsMDzov8FlU > .row .container { background-color: transparent; background-image: none; }#MurLlFa6d7ieJG35gJCMySsMDzov8FlU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.65); }#MurLlFa6d7ieJG35gJCMySsMDzov8FlU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MurLlFa6d7ieJG35gJCMySsMDzov8FlU > .row .container > .video-iframe-container { display: none; }#MurLlFa6d7ieJG35gJCMySsMDzov8FlU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.65); }#MurLlFa6d7ieJG35gJCMySsMDzov8FlU > .row > .video-iframe-container { display: none; }#MurLlFa6d7ieJG35gJCMySsMDzov8FlU > .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); }#MurLlFa6d7ieJG35gJCMySsMDzov8FlU > .row .container { border-width: 0; border-radius: 0; }#MurLlFa6d7ieJG35gJCMySsMDzov8FlU::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#MurLlFa6d7ieJG35gJCMySsMDzov8FlU > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#MurLlFa6d7ieJG35gJCMySsMDzov8FlU > .row .container { font-size:0.875rem;font-family:arial;height:23.9375rem;width:75rem;overflow:visible;position:relative;display:block; }#Of1efy0oWCHEPcRG2TCoHPC7hTP3IUAb { color:rgba(var(--color-tertiary-0),1);display:block;width:63.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:4.8125rem;left:0.9375rem;height:3rem;font-style:normal;display:block; }
#XbBs6zdSJNfqHJWOckOJZ8G7y5gXr9LG { color:rgba(var(--color-tertiary-0),1);display:block;width:37.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:9rem;left:0.9375rem;height:4.5rem;display:block; }
#ZIHJRfNJJuwMHCr8GqUnrJkZeNKMCXE3 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.4375rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:15.6875rem;left:0.9375rem;display:block; }
#i46ga5fJrcPTLrTmiCvrtLxfwJo7VB6b { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BQNZS1hTRfKHtLEGk78GFZGS6sbSG6HE { z-index:;position:relative;display:block; }#BQNZS1hTRfKHtLEGk78GFZGS6sbSG6HE { background-color: transparent; background-image: none; }#BQNZS1hTRfKHtLEGk78GFZGS6sbSG6HE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BQNZS1hTRfKHtLEGk78GFZGS6sbSG6HE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BQNZS1hTRfKHtLEGk78GFZGS6sbSG6HE > .row .container > .video-iframe-container { display: none; }#BQNZS1hTRfKHtLEGk78GFZGS6sbSG6HE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BQNZS1hTRfKHtLEGk78GFZGS6sbSG6HE > .row > .video-iframe-container { display: none; }#BQNZS1hTRfKHtLEGk78GFZGS6sbSG6HE > .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); }#BQNZS1hTRfKHtLEGk78GFZGS6sbSG6HE { border-width: 0; border-radius: 0; }#BQNZS1hTRfKHtLEGk78GFZGS6sbSG6HE > .row .container { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:42rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#en1TaEPZMZTlhZNb5ZMwsHqtqLrWpkza { color:rgba(var(--color-tertiary-4),1);display:block;width:25.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:3.875rem;left:24.9375rem;height:6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vBlxVv7nrByLB8eNhHIfOZOEgvT6UkHq { box-sizing:content-box;height:21.875rem;width:23.75rem;position:absolute;display:block;z-index:15008;background-color:#f1edeb;background-image:none;top:18.3125rem;left:0.9375rem;display:block; }
#DCBmWfCTTaJ8FHAK3ZvVSP2TUV3P8xM1 { color:rgba(var(--color-tertiary-4),1);display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:21.1875rem;left:2.1875rem;height:9.84375rem;text-align:left;text-align-last:left;display:block; }
#wHFR124dP1p0b9EtIDl7Uc26XPU9sErH { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:3.4375rem;width:3.4375rem;top:32.1875rem;left:2.1875rem;overflow:hidden;display:block; }
#rlg6hexoIrWONg3DNxD5PcO6u1DbrdrK { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:32.1875rem;left:6.1875rem;height:1.40625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MWTBoExhmFqcscinRmbRvEsWO70R3743 { box-sizing:content-box;height:21.875rem;width:23.75rem;position:absolute;display:block;z-index:15012;background-color:#f1edeb;background-image:none;top:18.3125rem;left:25.625rem;display:block; }
#WnR5DsI9zz331bT2QW8FMqcOqipT9J59 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15013;line-height:1.5;letter-spacing:0;top:32.1875rem;left:31.25rem;height:1.40625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#E9LQWd8ylln3cNVbGSuRCPp6eQmhPtkp { color:rgba(var(--color-tertiary-4),1);display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:21.0625rem;left:26.875rem;height:9.84375rem;text-align:left;text-align-last:left;display:block; }
#DmHuni58wPwO1Pl5EP1izJlTmJ16xlP9 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:3.4375rem;width:3.4375rem;top:32.1875rem;left:26.875rem;overflow:hidden;display:block; }
#RMN5fLXHBByUU9NkHRi7i27BGlEolbCW { box-sizing:content-box;height:21.875rem;width:23.75rem;position:absolute;display:block;z-index:15016;background-color:#f1edeb;background-image:none;top:18.3125rem;left:50.375rem;display:block; }
#iOoyuaCJzTsuOSSlOGsVP9f42LQl3iOF { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15017;line-height:1.5;letter-spacing:0;top:34.4375rem;left:55.5rem;height:1.40625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lGqHRGWUVWZHDdaxKrwGcSpHlWOWoBcT { color:rgba(var(--color-tertiary-4),1);display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15016;line-height:1.5;letter-spacing:0;top:20.75rem;left:51.625rem;height:12.65625rem;text-align:left;text-align-last:left;display:block; }
#Vyi3z6K1r9WkchdpCE9OubFuPCqzXE5e { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:3.4375rem;width:3.4375rem;top:34.6494140625rem;left:51.625rem;overflow:hidden;display:block; }
#FpKi1U5rcSQCTVWn8P9Z781TfVx6tya9 { color:rgba(var(--color-tertiary-4),1);display:block;width:30.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:11.6875rem;left:22.25rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#M73liGHmcoH0JyyWHhUXC4bmXGicSoEE { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:19.193359375rem;left:2.1875rem;height:1.29980625rem;display:block; }
#FRV7t9eLlossSFwDPcUVB7nZO5v12LQl { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:33.84375rem;left:6.9375rem;height:2.5996125rem;display:block; }
#wKkr9KhezoKXTqizqgb16ubWS2dsRdeJ { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:33.84375rem;left:32rem;height:2.5996125rem;display:block; }
#ntc6TF4UKnrHRk8ozPmpS2vqQOtr9vT3 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:19.193359375rem;left:26.875rem;height:1.29980625rem;display:block; }
#W00NPGgF50CEhbg3PWIT6zLzcAz7UugO { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:36rem;left:56.28125rem;height:2.5996125rem;display:block; }
#L0bieLdT1eVis9nJsVSdCac1yAb2U1og { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:19.193359375rem;left:51.625rem;height:1.29980625rem;display:block; }
#edRGDMXlDbRwTQWUx1MbHP4Radf4Sbcs { z-index:;position:relative;display:block; }#edRGDMXlDbRwTQWUx1MbHP4Radf4Sbcs { background-color: transparent; background-image: none; }#edRGDMXlDbRwTQWUx1MbHP4Radf4Sbcs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#edRGDMXlDbRwTQWUx1MbHP4Radf4Sbcs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#edRGDMXlDbRwTQWUx1MbHP4Radf4Sbcs > .row .container > .video-iframe-container { display: none; }#edRGDMXlDbRwTQWUx1MbHP4Radf4Sbcs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#edRGDMXlDbRwTQWUx1MbHP4Radf4Sbcs > .row > .video-iframe-container { display: none; }#edRGDMXlDbRwTQWUx1MbHP4Radf4Sbcs > .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); }#edRGDMXlDbRwTQWUx1MbHP4Radf4Sbcs { border-width: 0; border-radius: 0; }#edRGDMXlDbRwTQWUx1MbHP4Radf4Sbcs > .row .container { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:35.4375rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#ZXGePOg3Vge42lNNIfTFs2mWUUGvSbt6 { position:absolute;display:block;z-index:15001;height:28.125rem;width:73.125rem;top:2.125rem;left:0.9375rem;display:block; }
#hAe6lrdKV5eXwRM4950oOPBp7mweZg5u { background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#hAe6lrdKV5eXwRM4950oOPBp7mweZg5u > .row .container { background-color: transparent; background-image: none; }#hAe6lrdKV5eXwRM4950oOPBp7mweZg5u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hAe6lrdKV5eXwRM4950oOPBp7mweZg5u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hAe6lrdKV5eXwRM4950oOPBp7mweZg5u > .row .container > .video-iframe-container { display: none; }#hAe6lrdKV5eXwRM4950oOPBp7mweZg5u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hAe6lrdKV5eXwRM4950oOPBp7mweZg5u > .row > .video-iframe-container { display: none; }#hAe6lrdKV5eXwRM4950oOPBp7mweZg5u > .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); }#hAe6lrdKV5eXwRM4950oOPBp7mweZg5u > .row .container { border-width: 0; border-radius: 0; }#hAe6lrdKV5eXwRM4950oOPBp7mweZg5u > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#hAe6lrdKV5eXwRM4950oOPBp7mweZg5u > .row .container { font-size:0.875rem;font-family:arial;height:22.5625rem;width:75rem;overflow:visible;position:relative;display:block; }#hw4ZhNrSEVPZhthfgwPDGV8rnoVBGMAN { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:4.6875rem;top:2.4375rem;left:0.4375rem;overflow:hidden;display:block; }
#RXumm36ekiLaTfylb3HibbuJazaa5sKL { color:rgba(var(--color-tertiary-0),1);display:block;width:29.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:6.5625rem;left:0.9375rem;height:7.875rem;text-align:left;text-align-last:left;display:block; }
#Ba5WBBPgaiIXGvOyst4mG0sV7Vh5mPI3 { color:rgba(var(--color-tertiary-0),1);display:block;width:11.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:10.1875rem;left:41.75rem;height:1.13720625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#a4uli8avU5SUEmQwLxT9vE7TB0CEbNxl { color:rgba(var(--color-tertiary-4),1);display:block;width:11.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:12.0625rem;left:41.75rem;height:1.13720625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fQGnWAn8ZpDAcVngVZ04p42uFfUyz9R7 { color:rgba(var(--color-tertiary-0),1);display:block;width:8.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:8.1875rem;left:41.75rem;height:1.13720625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#R7wCfe2kEu0GBJow8fSOmNSq4J7uzl91 { color:rgba(var(--color-tertiary-0),1);display:block;width:9.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:6.1875rem;left:41.75rem;height:1.13720625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#o110TJtqpWTloTTvE6VAPBQcUvR68Hnz { color:rgba(var(--color-tertiary-0),1);display:block;width:6.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:3.45703125rem;left:41.75rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AvyF2wlSflLeIIxR2xT2tAWeTPOdTTNN { color:rgba(var(--color-tertiary-0),1);display:block;width:10.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:3.45703125rem;left:57.75rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#suKRvqbRnOsT5Qtp4aZEK2fIt3Z1tNIG { color:rgba(var(--color-tertiary-0),1);display:block;width:11.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:6.1875rem;left:57.8125rem;height:1.13720625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#suKRvqbRnOsT5Qtp4aZEK2fIt3Z1tNIG li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#suKRvqbRnOsT5Qtp4aZEK2fIt3Z1tNIG li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_04d5779f623855744e27922b559d15c06ae5f5c9.svg); }
#brEGQGZvIgbMzfZnueX01U6mgiSwxqE2 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:8.1875rem;left:57.750004768372rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#brEGQGZvIgbMzfZnueX01U6mgiSwxqE2 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#brEGQGZvIgbMzfZnueX01U6mgiSwxqE2 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5183f43be8d8745ef4faaff0a1b447e3991d65ca.svg); }
#vOTmCqXmX6ewzMmDH9G0HoSWV16WdizM { color:rgba(var(--color-tertiary-0),1);display:block;width:15.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:10.1875rem;left:57.8125rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#vOTmCqXmX6ewzMmDH9G0HoSWV16WdizM li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#vOTmCqXmX6ewzMmDH9G0HoSWV16WdizM li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b66afbb86de862b154920caafc5798913af2eec7.svg); }
#s5tpupL74ZfmtIdvTkWNhJZrkcR2r0zJ { box-sizing:content-box;height:0.0625rem;width:73.125rem;position:absolute;display:block;z-index:15015;background-color:#787878;background-image:none;top:18.25rem;left:0.9375rem;display:block; }
#Dc8TM0c3uTOcsTdOT1IGNgwOEGP3t9W2 { color:rgba(var(--color-tertiary-2),1);display:block;width:29.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:19.875rem;left:22.71875rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#Mzrp7i8kNOC2CriNv9lHHFf1svTH4FP6 { position:relative;display:none; }#Mzrp7i8kNOC2CriNv9lHHFf1svTH4FP6 { border-width: 0; border-radius: 0; }#Mzrp7i8kNOC2CriNv9lHHFf1svTH4FP6 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Mzrp7i8kNOC2CriNv9lHHFf1svTH4FP6 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:9.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#b8q3W1Q0EmE83E4TE9HTbsIbQfQEtcW1 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.625rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:2.90625rem;left:27.1875rem;display:block; }
#MoQbo4z1XO3WFt94FdAVQPbdd6ouc3gt { 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) { #tJwVL72l5mXdXkESvNF9ATUepnOhOgS8 { display:block; }#tJwVL72l5mXdXkESvNF9ATUepnOhOgS8 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gv5HLiSoWIIqMhVW567ZfvxKJ0mXDUWL { top:1.0625rem;left:35.25rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5QJ4L6FeMyszvHTy7TviOFic6TookyG { top:2.4375rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rn5VWoD1u34mmzOyxGZtrx3Vpha78HoX { top:2.125rem;left:0rem;width:11.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTQRZT60oOd0IayFAUCE8KlWDU0CzSxi { top:2.125rem;left:8.9375rem;width:8.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPMDJ7zhNmUROMRHsWyRM5EXuUNTa6Ny { top:2.125rem;left:18.09375rem;width:11.4375rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #baHIPp0MC1VHP7JKI36tddLI2ORGmZWf { top:2.125rem;left:29.65625rem;width:13.125rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #poe0T3hEpWcyN9Dieq89iQMRS5JEPlfd { width:10.5rem;height:2.5rem;top:2.1875rem;left:37.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBzJpyzOEwrbH4P2DRvHHczEO9JvgRB3 { display:block; }
 }@media only screen and (max-width: 763px) { #sw7JSnOH9h1TVMw1pzZAHoLMEM42w3d3 { top:0.75rem;left:0rem;width:5.875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6kDaTgzu3wb0oU32FHVV9LIf8fqEqNn { display:none; }#u6kDaTgzu3wb0oU32FHVV9LIf8fqEqNn > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KfLeONqhc0p5F3zUcHpCeOMwAg4QP1Um { top:1.0625rem;left:35.25rem;width:12.5rem;height:1.125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #tssUTIhoUlUOMlcTWfTHvhWLZiAeKAh9 { top:2.4375rem;left:45.875rem;width:1.875rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #EGSaFMvz2L12c4rrBxFG2ISJxJqLxP5h { display:none; }
 }@media only screen and (max-width: 763px) { #npQdhNvhMAeuUJEWVoK9oIotsIJdWlTe { top:6.4375rem;left:0rem;width:17.5rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #vJwhfO4UTcFl3IAGVDUKGFlq2EhIPOhs { top:8.5rem;left:0rem;width:17.5rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #VJmdT9ygMdb9WhdQfAw0JFbalSUCPpST { top:10.625rem;left:0rem;width:17.5rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #wpTV2oAWCVKOsXpOb9fSb0LSzlDtt9v1 { top:12.75rem;left:0rem;width:17.5rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #kE2LWwpObtD5w4GtPrKR5kyfK1B0zTWT { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #MZqcJE10JCEUsyyHsa2d6fudNA7iBob2 { display:block; }
 }@media only screen and (max-width: 763px) { #Lrs5xDKT5JkasqQJ2EtEwog0NRZ8FbzB { width:31.125rem;height:22.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #tTUfSVtdTVV48E8xWdv8DuNPUy36nMXV { display:block; }#tTUfSVtdTVV48E8xWdv8DuNPUy36nMXV > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uVdWBMy5kOloZPSVPR7bwnOLo6H48VLa { top:12.1875rem;left:0rem;width:42.4375rem;height:12rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgTclbTPLrRUE4pMvD2DDShTZtFbwcVi { top:10.625rem;left:20.875rem;width:26.875rem;height:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aoq9gp3zdXLkHTafPDDyK16OkRFJ1hTf { top:9.75rem;left:0rem;width:6.875rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKntbee7T4sdLdqNzpyUxKHOCgIz8SsV { top:9.875rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJ0P61dlQCzu7wQ4AenMK6KtG4da2aVl { top:24.6875rem;left:0rem;width:40.875rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhQdgmQC6dKOhCxCbuwmdKvlRJG64D3M { top:28.75rem;left:0rem;width:34.375rem;height:5.375rem;font-size:1.125rem;display:block; }#FhQdgmQC6dKOhCxCbuwmdKvlRJG64D3M li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_da6632269caa802344a260d2630e986f26bad6be.svg); }
 }@media only screen and (max-width: 763px) { #iOna1GElQJIa96yiodlmhVAKvepX9E5C { width:23.625rem;height:3.875rem;top:36.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNIGWRqZMlhOJmfgVnaeNxQueggI4eXh { display:block; }
 }@media only screen and (max-width: 763px) { #lzNL72Jte2RLNpdyafc3TKAF78Ovu3eI { top:14.9375rem;left:25.875rem;width:21.875rem;height:2.0625rem;font-size:1.5rem;display:block; }#lzNL72Jte2RLNpdyafc3TKAF78Ovu3eI li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_da6632269caa802344a260d2630e986f26bad6be.svg); }
 }@media only screen and (max-width: 763px) { #WZ2lO9ShfTvekFTWNMmplQPQPqCXSpAC { top:13.375rem;left:27.0625rem;width:20.6875rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWTpZCw6drPtnbRSuy62PWh0dvDTeG1Z .widget-regular-label { width:21.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uWTpZCw6drPtnbRSuy62PWh0dvDTeG1Z .widget-input-text { width:21.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uWTpZCw6drPtnbRSuy62PWh0dvDTeG1Z .widget-input-text {padding-top: 0; padding-bottom: 0;}#uWTpZCw6drPtnbRSuy62PWh0dvDTeG1Z .widget-textarea { width:21.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uWTpZCw6drPtnbRSuy62PWh0dvDTeG1Z .widget-input-select { width:21.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uWTpZCw6drPtnbRSuy62PWh0dvDTeG1Z .widget-input-select {padding-top: 0; padding-bottom: 0;}#uWTpZCw6drPtnbRSuy62PWh0dvDTeG1Z .widget-input-button { width:21.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uWTpZCw6drPtnbRSuy62PWh0dvDTeG1Z .widget-checkbox-label { width:20.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uWTpZCw6drPtnbRSuy62PWh0dvDTeG1Z  { width:21.5625rem;height:auto;top:16.9375rem;left:23.6875rem; }
#uWTpZCw6drPtnbRSuy62PWh0dvDTeG1Z .radio-container { width:21.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uWTpZCw6drPtnbRSuy62PWh0dvDTeG1Z {display:block;}#uWTpZCw6drPtnbRSuy62PWh0dvDTeG1Z { width:21.5625rem;height:auto;top:16.9375rem;left:23.6875rem; }
 }@media only screen and (max-width: 763px) { #uWTpZCw6drPtnbRSuy62PWh0dvDTeG1Z #N3agUyEFNuFf50aiLFufM0yqc4yx5OgX {  }
 }@media only screen and (max-width: 763px) { #uWTpZCw6drPtnbRSuy62PWh0dvDTeG1Z #li4q8kz2bUEbTIsfG9HRkNTZBhZq6QkI {  }
 }@media only screen and (max-width: 763px) { #uWTpZCw6drPtnbRSuy62PWh0dvDTeG1Z #gQ2NKzw4wfqLKAdJ5USG3oNK45F1qHlQ {  }
 }@media only screen and (max-width: 763px) { #uWTpZCw6drPtnbRSuy62PWh0dvDTeG1Z #f7Z6KiyI7N6OPrREmrstEypnRk2E9Ozr {  }
 }@media only screen and (max-width: 763px) { #uWTpZCw6drPtnbRSuy62PWh0dvDTeG1Z #TD3MMXkiTRKoPbeDVUbhVVpsTvH1Ebq5 {  }
 }@media only screen and (max-width: 763px) { #uWTpZCw6drPtnbRSuy62PWh0dvDTeG1Z #hM4wRJApJE6hQ56bSEtEZALOJD0TJ3ht {  }
 }@media only screen and (max-width: 763px) { #uWTpZCw6drPtnbRSuy62PWh0dvDTeG1Z #OGzBdFSUGTzzCz3nTqowOWN5vASBvSlK {  }
 }@media only screen and (max-width: 763px) { #uWTpZCw6drPtnbRSuy62PWh0dvDTeG1Z #T5UU3eT2pFcifUn8U0xqlxedq59kI0xx {  }
 }@media only screen and (max-width: 763px) { #uWTpZCw6drPtnbRSuy62PWh0dvDTeG1Z #lcV2DcXdoniA2lPmHSxuazoJS07UtT71 {  }
 }@media only screen and (max-width: 763px) { #uWTpZCw6drPtnbRSuy62PWh0dvDTeG1Z #NEEKEiFp3PeTH3ag6WivmLzfEEi8KrFp {  }
 }@media only screen and (max-width: 763px) { #uWTpZCw6drPtnbRSuy62PWh0dvDTeG1Z #TKDaHezTOxBqFwZhOc89shNfFtm3cAG0 {  }
 }@media only screen and (max-width: 763px) { #uWTpZCw6drPtnbRSuy62PWh0dvDTeG1Z #Nm5qUxoyqT2mX0gM0TAFzp4oTWOTPurd {  }
 }@media only screen and (max-width: 763px) { #uWTpZCw6drPtnbRSuy62PWh0dvDTeG1Z #ATyqhXkHluGbpTolbkzJ7TTrcsFNZGLy {  }
 }@media only screen and (max-width: 763px) { #uWTpZCw6drPtnbRSuy62PWh0dvDTeG1Z #hEarVhGCbn5mHwtESfMz7BoOHTfwGTfZ {  }
 }@media only screen and (max-width: 763px) { #Cv33qUe41ususk3L58ePh1gpX6TwbSsU { top:13.875rem;left:36.125rem;width:1.5625rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bH0P42t6TKHc3zNvG7twkDXaJcfMuhKb { top:39.6875rem;left:27.5625rem;width:20.1875rem;height:2.25rem;font-size:0.8125rem;display:block; }#bH0P42t6TKHc3zNvG7twkDXaJcfMuhKb li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d72c9af62403092707d16920bbce771544cca499.svg); }
 }@media only screen and (max-width: 763px) { #KVsi80rmmVxW48yuaF7Ag62xWKoXkNvP { display:block; }#KVsi80rmmVxW48yuaF7Ag62xWKoXkNvP > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wg9d8zAvSncORf3BS1eHSVewSv79ydKE { top:6.3125rem;left:24.1875rem;width:21.4375rem;height:1.3125rem;font-size:1rem;display:block; }#wg9d8zAvSncORf3BS1eHSVewSv79ydKE li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5e6bfabb7698c0b2d1fd0b324d6caf4013bd9bdf.svg); }
 }@media only screen and (max-width: 763px) { #UxsOErPo1TbMuFSpNmXT2FRqFnwg01rk { top:8.1875rem;left:11.4375rem;width:36.3125rem;height:9rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PK9W7euzFbMvRhZfy12THrkpAZ21JUpT { top:18.4375rem;left:11.4375rem;width:36.3125rem;height:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcCmzQSZlWViEawMKZEFkkFpECzJ1ala { top:27.5rem;left:11.4375rem;width:36.3125rem;height:;font-size:1.125rem;display:block; }#BcCmzQSZlWViEawMKZEFkkFpECzJ1ala li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4af6c3cade3126b1888dabf3d8c5e316c7ffc60b.svg); }
 }@media only screen and (max-width: 763px) { #acicUpKimsrz4OZ2z2qZBUc4ZmOn0RTx { top:4.6875rem;left:0rem;width:32.9375rem;height:30.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDS3ulaIW5lUuhxNZDvOX1iaRPXRvZoN { display:none; }
 }@media only screen and (max-width: 763px) { #Tll06xtx2HG3VCTos5gygsvLATe361ZX { display:block; }#Tll06xtx2HG3VCTos5gygsvLATe361ZX > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eCZFmQc6xWBwMN4XAQxVkAvoATzsIAbs { top:3.8125rem;left:0rem;width:25.3125rem;height:1.3125rem;font-size:1rem;display:block; }#eCZFmQc6xWBwMN4XAQxVkAvoATzsIAbs li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5e6bfabb7698c0b2d1fd0b324d6caf4013bd9bdf.svg); }
 }@media only screen and (max-width: 763px) { #twxRyTafZGVC8FsCc88G8WF8Bslu3T1M { top:5.6875rem;left:0rem;width:32.875rem;height:12rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFlMqVmgpgSiBBg5el59zIcZRVNCJx5w { top:5.0625rem;left:11.4375rem;width:36.3125rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJoZMAiTsfs0L0R4HRqdsSUClq4TuJ4C { top:21.875rem;left:8.6875rem;width:39.0625rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElKM3cEt1XufCi8i2K6uyd0FTHBk8eAS { top:19.125rem;left:14.6875rem;width:33.0625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPcv7XwRyde6KOhP4tf8vWRcgsdUPfKv { top:27.1875rem;left:8.6875rem;width:39.0625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BU8MQBL5hx5wvBHPTgsT2foRo54Oz36z { width:2.5rem;height:2.5rem;top:18.75rem;left:45.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzmyP12roGiQPp4uu8akxAGTRp6K0fct { display:block; }
 }@media only screen and (max-width: 763px) { #TdDR7Axsq9bFNXGtrAxlaVu0iBlPXnBP { top:28.625rem;left:14.6875rem;width:33.0625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqDbVC18HXZTsNEdZuUDoE1x9QXH46OX { width:2.5rem;height:2.5rem;top:28.25rem;left:45.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTagkD0zazUtoLWfTecC9tCIQJTEtHnT { display:block; }
 }@media only screen and (max-width: 763px) { #kfirErJapKGJ5NwhhStV8F8bsze5z5tG { top:31.25rem;left:8.6875rem;width:39.0625rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2r0nhzgI3fgXmfDgoAzVbFuKmIhhtkX { top:36.875rem;left:8.6875rem;width:39.0625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqvHhimTAktMo56tQy107z9tc3nP11SR { top:46.0625rem;left:8.6875rem;width:39.0625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgoPxC0RHAK46lG8n8oA4fobD4faJJlf { top:40.625rem;left:8.6875rem;width:39.0625rem;height:4.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UM5rNLpUuv2bKoXtCcWt4Z5e1OlxUoiG { width:2.5rem;height:2.5rem;top:37.9375rem;left:45.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gESqG2dn0MlqZvceyBCceTsOhehmESN3 { display:block; }
 }@media only screen and (max-width: 763px) { #uzHd45T8wNEsQoJdXasnFkKzEMpE2MSO { top:38.125rem;left:14.6875rem;width:33.0625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDkXyTi3bTyFAidZrMaP00tVrlxJM6Vx { top:54.0625rem;left:8.6875rem;width:39.0625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rmnzTSMr73b5IeA73wfi6EuBRl9Qzkyy { top:50rem;left:8.6875rem;width:39.0625rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXFnn15NlVBftFJn262vXSzlTguNKQ51 { width:2.5rem;height:2.5rem;top:46.875rem;left:45.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmBTDEiota6ygvUBnf58HHZ4yL8yEfQl { display:block; }
 }@media only screen and (max-width: 763px) { #CdMHl2k0yENMgc3w51uIqPpLAc2XbIFs { top:47.5rem;left:14.6875rem;width:33.0625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OX2Em7UwR5RrE4oL3TNeaZIgRivoJmZ7 { top:19.25rem;left:0rem;width:29.9375rem;height:34.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PpVtafmeJncnaA9173ETiw0OCp35ogSJ { display:block; }#PpVtafmeJncnaA9173ETiw0OCp35ogSJ > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UTGJFwRb8IoDD50Stmc55laEpVB5sgTX { top:26rem;left:0rem;width:23.6875rem;height:29.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQbWnJTUTW52PWJyurAVBA5bCamE9hTg { top:4.6875rem;left:0rem;width:47.75rem;height:6rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EG0pxVQekOixX3oJttxXQSsqCMTc3MJW { top:11.875rem;left:0rem;width:47.75rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MG57Gfb0DXWub4StRSnpBwK2hbuSwv3F { width:23.625rem;height:3.4375rem;top:58.125rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eub7vsrOPHiAhpqQ4dXNSkNTu5ce9BWu { display:block; }
 }@media only screen and (max-width: 763px) { #xATbuVsduwmLGd3GUbbWWVxWtKHkelbV { top:26rem;left:12rem;width:23.75rem;height:29.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmUybrRlm9LHweyCPl4ISAaToK9gm67L { top:26rem;left:24rem;width:23.75rem;height:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0UV4JSet0g0Ja9nI8CegVd3aFRRUwgH { top:16.5625rem;left:0rem;width:37.625rem;height:7.3125rem;font-size:1.125rem;display:block; }#F0UV4JSet0g0Ja9nI8CegVd3aFRRUwgH li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a23a4c47e803cde5d2aaf297a368d89ceba2b840.svg); }
 }@media only screen and (max-width: 763px) { #BrEJEcIgTFkgfVM1VlttscXfF28AkTCx { top:68.125rem;left:0rem;width:37.5rem;height:30.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQZFMLVDBAWeTb58svzwk59lPd6Rf83R { top:68.125rem;left:16.625rem;width:31.125rem;height:6rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsWQ8UTs7kisCfyTUcHKJe4RZ08AvcVq { top:75.625rem;left:16.125rem;width:31.625rem;height:12rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lo0CiJxfqvXtA8umuTrNzGh8VzzXTwiV { top:89.375rem;left:16.1875rem;width:31.5625rem;height:;font-size:1.125rem;display:block; }#Lo0CiJxfqvXtA8umuTrNzGh8VzzXTwiV li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a23a4c47e803cde5d2aaf297a368d89ceba2b840.svg); }
 }@media only screen and (max-width: 763px) { #Eso7wOLiBRW9KRSP4kfD8m8Md5CDWm6F { display:block; }#Eso7wOLiBRW9KRSP4kfD8m8Md5CDWm6F > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QQ0HJO1yKn47OOTOsKCphacVucArEE88 { top:4.75rem;left:0rem;width:32.9375rem;height:6rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FS1tdGMCbB9d4gUOFCeSnrNolh5oc7Uz { top:4.75rem;left:11.4375rem;width:36.3125rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXzsMVGo99ndHDcxHfwoXpS0kAVhyThB { top:13.6875rem;left:0rem;width:18.25rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHT4pI1gwmvr1EGQkDvgSMMJFIwfPMkq { top:20.9375rem;left:0rem;width:13.0625rem;height:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKoud2KVsUnVMB6Z44Q7tQttzxtpmO3O { top:24.75rem;left:0rem;width:15.0625rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2S7pgbq86amLlUlmz2nhBAFIJGxrkvu { top:15.4375rem;left:0rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lty16AOX9lVDe3tS5NWDup6oFGki5ZWP { top:13.6875rem;left:5.6875rem;width:18.25rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8kylBBB0XkKxfTCE9BDUWzUuASsZiwX { top:24.75rem;left:7.375rem;width:15.0625rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dww4lx23EOgHcSAEZeWx0BPiw7ssmFGM { top:20.9375rem;left:7.375rem;width:12.625rem;height:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRvdNuICNQVdUH5DONDxTDgZtygVNTZQ { top:15.4375rem;left:7.375rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxaDxK8nxHfQ58Kwe7PNQRMelk3dyJ6n { top:13.6875rem;left:24rem;width:18.25rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDTBl8B2ntsRefC97KDSCPTb1zsfz9BF { top:24.75rem;left:25.6875rem;width:15.0625rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdoKW01UNrHx8zI5Cg8bRT4Tn7hSvf0t { top:20.9375rem;left:25.6875rem;width:11.25rem;height:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kEbXdnt9LBEop926TuKxdmZ5NEIbqgTP { top:15.4375rem;left:25.6875rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GucaFseG4mQqWs3L8Ck51Mf1J30soC57 { top:13.6875rem;left:29.4375rem;width:18.25rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eF6VynMPTTSkGxlFQK2s8vM2REFWhU91 { top:24.75rem;left:32.6875rem;width:15.0625rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #avLNNV6ZHPlgdXFphPEG6qgIs1U0KA0X { top:20.9375rem;left:32.6875rem;width:11.4375rem;height:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7q7HhM8iIR4FVySsmfpXFBTSapq5sit { top:15.4375rem;left:43.6875rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOILT0izcUDwc9VLaI9uXkVKecVsZnlv { width:23.625rem;height:3.4375rem;top:35.3125rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNgmL4SM6mXvgHaCwC9tk4ObBD14stDu { display:block; }
 }@media only screen and (max-width: 763px) { #cMWiMRw43i9wGyOVkf8Eh5iWqaSngfMt { top:16.625rem;left:0rem;width:1.125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VE0xIrBrPk5oHhXaKFE90uPqlI4VMT52 { top:16.625rem;left:8.53125rem;width:1.875rem;height:1.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5qRTbIS0ZXkzsx000TObBsUQp8DG5B5 { top:16.6875rem;left:26.84375rem;width:1.125rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOEKPB2dBN3F1QaDs617uydS8zSdESdk { top:16.625rem;left:45.03125rem;width:1.125rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUy4VTS2aGWOr9TNZ7JmCzRVSXLi9MAx { top:24.1875rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SgPEM0iCsOt0NiZ6Ss8fpAExROR3LTz0 { top:41.5625rem;left:0rem;width:1.3125rem;height:2.875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #miE7eHLhsDTfkfIUSLnlvro5eoT9WcVc { top:61.1875rem;left:0rem;width:1.3125rem;height:2.875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #L9VyUpumprltgh8peKreuKVHKbr5fdOp { top:80.875rem;left:0rem;width:1.3125rem;height:2.875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MurLlFa6d7ieJG35gJCMySsMDzov8FlU { display:block; }#MurLlFa6d7ieJG35gJCMySsMDzov8FlU > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Of1efy0oWCHEPcRG2TCoHPC7hTP3IUAb { top:4.8125rem;left:0rem;width:47.75rem;height:3rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbBs6zdSJNfqHJWOckOJZ8G7y5gXr9LG { top:9rem;left:0rem;width:37.75rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIHJRfNJJuwMHCr8GqUnrJkZeNKMCXE3 { width:28.4375rem;height:3.4375rem;top:15.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i46ga5fJrcPTLrTmiCvrtLxfwJo7VB6b { display:block; }
 }@media only screen and (max-width: 763px) { #BQNZS1hTRfKHtLEGk78GFZGS6sbSG6HE { display:block; }#BQNZS1hTRfKHtLEGk78GFZGS6sbSG6HE > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #en1TaEPZMZTlhZNb5ZMwsHqtqLrWpkza { top:3.875rem;left:11.3125rem;width:25.125rem;height:6rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBlxVv7nrByLB8eNhHIfOZOEgvT6UkHq { top:18.3125rem;left:0rem;width:23.75rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCBmWfCTTaJ8FHAK3ZvVSP2TUV3P8xM1 { top:21.1875rem;left:0rem;width:21.25rem;height:9.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHFR124dP1p0b9EtIDl7Uc26XPU9sErH { top:32.1875rem;left:0rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlg6hexoIrWONg3DNxD5PcO6u1DbrdrK { top:32.1875rem;left:0rem;width:12.5rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWTBoExhmFqcscinRmbRvEsWO70R3743 { top:18.3125rem;left:12rem;width:23.75rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnR5DsI9zz331bT2QW8FMqcOqipT9J59 { top:32.1875rem;left:17.625rem;width:12.5rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9LQWd8ylln3cNVbGSuRCPp6eQmhPtkp { top:21.0625rem;left:13.25rem;width:21.25rem;height:9.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmHuni58wPwO1Pl5EP1izJlTmJ16xlP9 { top:32.1875rem;left:13.25rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMN5fLXHBByUU9NkHRi7i27BGlEolbCW { top:18.3125rem;left:24rem;width:23.75rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOoyuaCJzTsuOSSlOGsVP9f42LQl3iOF { top:34.4375rem;left:35.25rem;width:12.5rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGqHRGWUVWZHDdaxKrwGcSpHlWOWoBcT { top:20.75rem;left:26.5rem;width:21.25rem;height:12.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vyi3z6K1r9WkchdpCE9OubFuPCqzXE5e { top:34.625rem;left:38rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpKi1U5rcSQCTVWn8P9Z781TfVx6tya9 { top:11.6875rem;left:8.625rem;width:30.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M73liGHmcoH0JyyWHhUXC4bmXGicSoEE { top:19.1875rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRV7t9eLlossSFwDPcUVB7nZO5v12LQl { top:33.8125rem;left:0rem;width:12.5rem;height:;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKkr9KhezoKXTqizqgb16ubWS2dsRdeJ { top:33.8125rem;left:18.375rem;width:12.5rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntc6TF4UKnrHRk8ozPmpS2vqQOtr9vT3 { top:19.1875rem;left:13.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W00NPGgF50CEhbg3PWIT6zLzcAz7UugO { top:36rem;left:35.25rem;width:12.5rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0bieLdT1eVis9nJsVSdCac1yAb2U1og { top:19.1875rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #edRGDMXlDbRwTQWUx1MbHP4Radf4Sbcs { display:block; }#edRGDMXlDbRwTQWUx1MbHP4Radf4Sbcs > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZXGePOg3Vge42lNNIfTFs2mWUUGvSbt6 { top:2.125rem;left:0rem;width:47.75rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hAe6lrdKV5eXwRM4950oOPBp7mweZg5u { display:block; }#hAe6lrdKV5eXwRM4950oOPBp7mweZg5u > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hw4ZhNrSEVPZhthfgwPDGV8rnoVBGMAN { top:2.4375rem;left:0rem;width:4.6875rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXumm36ekiLaTfylb3HibbuJazaa5sKL { top:6.5625rem;left:0rem;width:29.5625rem;height:7.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ba5WBBPgaiIXGvOyst4mG0sV7Vh5mPI3 { top:10.1875rem;left:28.125rem;width:11.5625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4uli8avU5SUEmQwLxT9vE7TB0CEbNxl { top:12.0625rem;left:28.125rem;width:11.0625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQGnWAn8ZpDAcVngVZ04p42uFfUyz9R7 { top:8.1875rem;left:28.125rem;width:8.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7wCfe2kEu0GBJow8fSOmNSq4J7uzl91 { top:6.1875rem;left:28.125rem;width:9.4375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o110TJtqpWTloTTvE6VAPBQcUvR68Hnz { top:3.4375rem;left:28.125rem;width:6.875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvyF2wlSflLeIIxR2xT2tAWeTPOdTTNN { top:3.4375rem;left:36.8125rem;width:10.9375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #suKRvqbRnOsT5Qtp4aZEK2fIt3Z1tNIG { top:6.1875rem;left:36.6875rem;width:11.0625rem;height:;font-size:0.875rem;display:block; }#suKRvqbRnOsT5Qtp4aZEK2fIt3Z1tNIG li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_04d5779f623855744e27922b559d15c06ae5f5c9.svg); }
 }@media only screen and (max-width: 763px) { #brEGQGZvIgbMzfZnueX01U6mgiSwxqE2 { top:8.1875rem;left:32.625rem;width:15.125rem;height:;font-size:0.8125rem;display:block; }#brEGQGZvIgbMzfZnueX01U6mgiSwxqE2 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5183f43be8d8745ef4faaff0a1b447e3991d65ca.svg); }
 }@media only screen and (max-width: 763px) { #vOTmCqXmX6ewzMmDH9G0HoSWV16WdizM { top:10.1875rem;left:32.25rem;width:15.5rem;height:;font-size:0.875rem;display:block; }#vOTmCqXmX6ewzMmDH9G0HoSWV16WdizM li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b66afbb86de862b154920caafc5798913af2eec7.svg); }
 }@media only screen and (max-width: 763px) { #s5tpupL74ZfmtIdvTkWNhJZrkcR2r0zJ { top:18.25rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dc8TM0c3uTOcsTdOT1IGNgwOEGP3t9W2 { top:19.875rem;left:9.09375rem;width:29.5625rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mzrp7i8kNOC2CriNv9lHHFf1svTH4FP6 { display:block; }#Mzrp7i8kNOC2CriNv9lHHFf1svTH4FP6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b8q3W1Q0EmE83E4TE9HTbsIbQfQEtcW1 { width:23.625rem;height:3.4375rem;top:2.875rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MoQbo4z1XO3WFt94FdAVQPbdd6ouc3gt { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #tJwVL72l5mXdXkESvNF9ATUepnOhOgS8 { position:relative;z-index:auto;display:none; }#tJwVL72l5mXdXkESvNF9ATUepnOhOgS8 > .row .container { width:20rem;height:36.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gv5HLiSoWIIqMhVW567ZfvxKJ0mXDUWL { width:12.5rem;height:1.13671875rem;top:4.625rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5QJ4L6FeMyszvHTy7TviOFic6TookyG { display:flex;width:1.875rem;height:1.875rem;top:17.21094375rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #rn5VWoD1u34mmzOyxGZtrx3Vpha78HoX { width:6.875rem;height:1.29980625rem;top:7.01171875rem;left:6.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTQRZT60oOd0IayFAUCE8KlWDU0CzSxi { width:6.5rem;height:1.29980625rem;top:9.561525rem;left:6.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPMDJ7zhNmUROMRHsWyRM5EXuUNTa6Ny { width:11.5625rem;height:1.29980625rem;top:12.11133125rem;left:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #baHIPp0MC1VHP7JKI36tddLI2ORGmZWf { width:4rem;height:1.29980625rem;top:14.6611375rem;left:8rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #poe0T3hEpWcyN9Dieq89iQMRS5JEPlfd { width:10.5rem;height:2.5rem;top:20.3359375rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBzJpyzOEwrbH4P2DRvHHczEO9JvgRB3 { display:block; }
 }@media only screen and (max-width: 763px) { #sw7JSnOH9h1TVMw1pzZAHoLMEM42w3d3 { width:5.875rem;height:4.1875rem;top:24.0859375rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6kDaTgzu3wb0oU32FHVV9LIf8fqEqNn { background-color:#ffffff;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:block; }#u6kDaTgzu3wb0oU32FHVV9LIf8fqEqNn > .row .container { background-color: transparent; background-image: none; }#u6kDaTgzu3wb0oU32FHVV9LIf8fqEqNn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u6kDaTgzu3wb0oU32FHVV9LIf8fqEqNn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u6kDaTgzu3wb0oU32FHVV9LIf8fqEqNn > .row .container > .video-iframe-container { display: none; }#u6kDaTgzu3wb0oU32FHVV9LIf8fqEqNn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u6kDaTgzu3wb0oU32FHVV9LIf8fqEqNn > .row > .video-iframe-container { display: none; }#u6kDaTgzu3wb0oU32FHVV9LIf8fqEqNn > .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); }#u6kDaTgzu3wb0oU32FHVV9LIf8fqEqNn > .row .container { border-width: 0; border-radius: 0; }#u6kDaTgzu3wb0oU32FHVV9LIf8fqEqNn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u6kDaTgzu3wb0oU32FHVV9LIf8fqEqNn > .row .container { width:20rem;height:17.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KfLeONqhc0p5F3zUcHpCeOMwAg4QP1Um { width:10.3125rem;height:0.9746125rem;top:0.75rem;left:9.5rem;font-size:0.75rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #tssUTIhoUlUOMlcTWfTHvhWLZiAeKAh9 { display:flex;width:1.6875rem;height:1.6875rem;top:1.8125rem;left:8.125rem;z-index:15008;font-size:1.125rem; }
 }@media only screen and (max-width: 763px) { #EGSaFMvz2L12c4rrBxFG2ISJxJqLxP5h { display:flex;top:1.474609375rem;left:5.5rem;width:1.875rem;height:1.875rem;z-index:15010;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #npQdhNvhMAeuUJEWVoK9oIotsIJdWlTe { width:17.5rem;height:1.29980625rem;top:6.4375rem;left:1.25rem;font-size:1rem;z-index:15011;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vJwhfO4UTcFl3IAGVDUKGFlq2EhIPOhs { width:17.5rem;height:1.29980625rem;top:8.537109375rem;left:1.25rem;font-size:1rem;z-index:15012;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VJmdT9ygMdb9WhdQfAw0JFbalSUCPpST { width:17.5rem;height:1.29980625rem;top:10.625rem;left:1.25rem;font-size:1rem;z-index:15013;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wpTV2oAWCVKOsXpOb9fSb0LSzlDtt9v1 { width:17.5rem;height:1.29980625rem;top:12.75rem;left:1.25rem;font-size:1rem;z-index:15014;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kE2LWwpObtD5w4GtPrKR5kyfK1B0zTWT { top:1.75rem;left:10.68359375rem;width:8.0625rem;height:2.0625rem;z-index:15015;font-size:0.8125rem;background-color:#ff6a00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #MZqcJE10JCEUsyyHsa2d6fudNA7iBob2 { display:block; }
 }@media only screen and (max-width: 763px) { #Lrs5xDKT5JkasqQJ2EtEwog0NRZ8FbzB { top:1.3125rem;left:0.6875rem;width:3.375rem;height:2.375rem;z-index:15016;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #tTUfSVtdTVV48E8xWdv8DuNPUy36nMXV { display:block; }#tTUfSVtdTVV48E8xWdv8DuNPUy36nMXV > .row .container { width:20rem;height:78.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uVdWBMy5kOloZPSVPR7bwnOLo6H48VLa { width:20rem;height:17.32225rem;top:2.8623046875rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgTclbTPLrRUE4pMvD2DDShTZtFbwcVi { width:20rem;height:30.75rem;top:44.15234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aoq9gp3zdXLkHTafPDDyK16OkRFJ1hTf { width:6.875rem;height:1.25rem;top:0.8994140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKntbee7T4sdLdqNzpyUxKHOCgIz8SsV { width:12.5rem;height:1.29980625rem;top:0.9365234375rem;left:7.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJ0P61dlQCzu7wQ4AenMK6KtG4da2aVl { width:20rem;height:4.142575rem;top:20.708984375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhQdgmQC6dKOhCxCbuwmdKvlRJG64D3M { width:20rem;height:9.7744375rem;top:26.21875rem;left:0rem;font-size:1.125rem;display:block; }#FhQdgmQC6dKOhCxCbuwmdKvlRJG64D3M li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_da6632269caa802344a260d2630e986f26bad6be.svg); }
 }@media only screen and (max-width: 763px) { #iOna1GElQJIa96yiodlmhVAKvepX9E5C { width:20rem;height:3.4375rem;top:37.46875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNIGWRqZMlhOJmfgVnaeNxQueggI4eXh { display:block; }
 }@media only screen and (max-width: 763px) { #lzNL72Jte2RLNpdyafc3TKAF78Ovu3eI { width:17.4375rem;height:1.79980625rem;top:47.607421875rem;left:1.28125rem;font-size:1.5rem;display:block; }#lzNL72Jte2RLNpdyafc3TKAF78Ovu3eI li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_da6632269caa802344a260d2630e986f26bad6be.svg); }
 }@media only screen and (max-width: 763px) { #WZ2lO9ShfTvekFTWNMmplQPQPqCXSpAC { width:13.9375rem;height:1.19986875rem;top:46.220703125rem;left:3.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWTpZCw6drPtnbRSuy62PWh0dvDTeG1Z .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;display:block;vertical-align:top;height:auto; }
#uWTpZCw6drPtnbRSuy62PWh0dvDTeG1Z .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#uWTpZCw6drPtnbRSuy62PWh0dvDTeG1Z .widget-input-text {padding-top: 0; padding-bottom: 0;}#uWTpZCw6drPtnbRSuy62PWh0dvDTeG1Z .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#uWTpZCw6drPtnbRSuy62PWh0dvDTeG1Z .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#uWTpZCw6drPtnbRSuy62PWh0dvDTeG1Z .widget-input-select {padding-top: 0; padding-bottom: 0;}#uWTpZCw6drPtnbRSuy62PWh0dvDTeG1Z .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#uWTpZCw6drPtnbRSuy62PWh0dvDTeG1Z .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#uWTpZCw6drPtnbRSuy62PWh0dvDTeG1Z .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uWTpZCw6drPtnbRSuy62PWh0dvDTeG1Z .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uWTpZCw6drPtnbRSuy62PWh0dvDTeG1Z  { width:17.5rem;height:auto;top:49.033203125rem;left:0rem; }
#uWTpZCw6drPtnbRSuy62PWh0dvDTeG1Z .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#uWTpZCw6drPtnbRSuy62PWh0dvDTeG1Z {display:block;}#uWTpZCw6drPtnbRSuy62PWh0dvDTeG1Z { width:17.5rem;height:auto;top:49.033203125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #uWTpZCw6drPtnbRSuy62PWh0dvDTeG1Z #N3agUyEFNuFf50aiLFufM0yqc4yx5OgX {  }
 }@media only screen and (max-width: 763px) { #uWTpZCw6drPtnbRSuy62PWh0dvDTeG1Z #li4q8kz2bUEbTIsfG9HRkNTZBhZq6QkI { display:none; }
 }@media only screen and (max-width: 763px) { #uWTpZCw6drPtnbRSuy62PWh0dvDTeG1Z #gQ2NKzw4wfqLKAdJ5USG3oNK45F1qHlQ {  }
 }@media only screen and (max-width: 763px) { #uWTpZCw6drPtnbRSuy62PWh0dvDTeG1Z #f7Z6KiyI7N6OPrREmrstEypnRk2E9Ozr {  }
 }@media only screen and (max-width: 763px) { #uWTpZCw6drPtnbRSuy62PWh0dvDTeG1Z #TD3MMXkiTRKoPbeDVUbhVVpsTvH1Ebq5 { display:none; }
 }@media only screen and (max-width: 763px) { #uWTpZCw6drPtnbRSuy62PWh0dvDTeG1Z #hM4wRJApJE6hQ56bSEtEZALOJD0TJ3ht {  }
 }@media only screen and (max-width: 763px) { #uWTpZCw6drPtnbRSuy62PWh0dvDTeG1Z #OGzBdFSUGTzzCz3nTqowOWN5vASBvSlK {  }
 }@media only screen and (max-width: 763px) { #uWTpZCw6drPtnbRSuy62PWh0dvDTeG1Z #T5UU3eT2pFcifUn8U0xqlxedq59kI0xx { display:none; }
 }@media only screen and (max-width: 763px) { #uWTpZCw6drPtnbRSuy62PWh0dvDTeG1Z #lcV2DcXdoniA2lPmHSxuazoJS07UtT71 {  }
 }@media only screen and (max-width: 763px) { #uWTpZCw6drPtnbRSuy62PWh0dvDTeG1Z #NEEKEiFp3PeTH3ag6WivmLzfEEi8KrFp {  }
 }@media only screen and (max-width: 763px) { #uWTpZCw6drPtnbRSuy62PWh0dvDTeG1Z #TKDaHezTOxBqFwZhOc89shNfFtm3cAG0 { display:none; }
 }@media only screen and (max-width: 763px) { #uWTpZCw6drPtnbRSuy62PWh0dvDTeG1Z #Nm5qUxoyqT2mX0gM0TAFzp4oTWOTPurd {  }
 }@media only screen and (max-width: 763px) { #uWTpZCw6drPtnbRSuy62PWh0dvDTeG1Z #ATyqhXkHluGbpTolbkzJ7TTrcsFNZGLy {  }
 }@media only screen and (max-width: 763px) { #uWTpZCw6drPtnbRSuy62PWh0dvDTeG1Z #hEarVhGCbn5mHwtESfMz7BoOHTfwGTfZ {  }
 }@media only screen and (max-width: 763px) { #Cv33qUe41ususk3L58ePh1gpX6TwbSsU { width:1.5625rem;height:0.1875rem;top:46.7265625rem;left:1.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bH0P42t6TKHc3zNvG7twkDXaJcfMuhKb { width:17.4375rem;height:2.11230625rem;top:71.845703125rem;left:1.28125rem;font-size:0.8125rem;display:block; }#bH0P42t6TKHc3zNvG7twkDXaJcfMuhKb li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d72c9af62403092707d16920bbce771544cca499.svg); }
 }@media only screen and (max-width: 763px) { #KVsi80rmmVxW48yuaF7Ag62xWKoXkNvP { display:block; }#KVsi80rmmVxW48yuaF7Ag62xWKoXkNvP > .row .container { width:20rem;height:67.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wg9d8zAvSncORf3BS1eHSVewSv79ydKE { width:18.9375rem;height:2.5996125rem;top:23.8486328125rem;left:0rem;font-size:1rem;display:block; }#wg9d8zAvSncORf3BS1eHSVewSv79ydKE li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5e6bfabb7698c0b2d1fd0b324d6caf4013bd9bdf.svg); }
 }@media only screen and (max-width: 763px) { #UxsOErPo1TbMuFSpNmXT2FRqFnwg01rk { width:20rem;height:11.25rem;top:27.0244140625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PK9W7euzFbMvRhZfy12THrkpAZ21JUpT { width:20rem;height:12rem;top:39.3955078125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcCmzQSZlWViEawMKZEFkkFpECzJ1ala { width:20rem;height:12.75rem;top:53.0830078125rem;left:0rem;font-size:1.125rem;display:block; }#BcCmzQSZlWViEawMKZEFkkFpECzJ1ala li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4af6c3cade3126b1888dabf3d8c5e316c7ffc60b.svg); }
 }@media only screen and (max-width: 763px) { #acicUpKimsrz4OZ2z2qZBUc4ZmOn0RTx { width:20rem;height:18.375rem;top:2.5rem;left:0rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #SDS3ulaIW5lUuhxNZDvOX1iaRPXRvZoN { display:flex;top:15.9375rem;left:0rem;width:2.5rem;height:2.5rem;z-index:15009;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tll06xtx2HG3VCTos5gygsvLATe361ZX { display:block; }#Tll06xtx2HG3VCTos5gygsvLATe361ZX > .row .container { width:20rem;height:108.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eCZFmQc6xWBwMN4XAQxVkAvoATzsIAbs { width:16.875rem;height:2.5996125rem;top:26.3115234375rem;left:0rem;font-size:1rem;display:block; }#eCZFmQc6xWBwMN4XAQxVkAvoATzsIAbs li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5e6bfabb7698c0b2d1fd0b324d6caf4013bd9bdf.svg); }
 }@media only screen and (max-width: 763px) { #twxRyTafZGVC8FsCc88G8WF8Bslu3T1M { width:20rem;height:11.25rem;top:29.9248046875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFlMqVmgpgSiBBg5el59zIcZRVNCJx5w { width:20rem;height:10.5rem;top:42.2734375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJoZMAiTsfs0L0R4HRqdsSUClq4TuJ4C { width:20rem;height:9rem;top:56.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElKM3cEt1XufCi8i2K6uyd0FTHBk8eAS { width:15.9375rem;height:1.6499rem;top:53.75rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPcv7XwRyde6KOhP4tf8vWRcgsdUPfKv { width:20rem;height:0.125rem;top:66.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BU8MQBL5hx5wvBHPTgsT2foRo54Oz36z { width:2.5rem;height:2.5rem;top:52.9609375rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzmyP12roGiQPp4uu8akxAGTRp6K0fct { display:block; }
 }@media only screen and (max-width: 763px) { #TdDR7Axsq9bFNXGtrAxlaVu0iBlPXnBP { width:13.5625rem;height:1.6499rem;top:68.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqDbVC18HXZTsNEdZuUDoE1x9QXH46OX { width:2.5rem;height:2.5rem;top:68.07421875rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTagkD0zazUtoLWfTecC9tCIQJTEtHnT { display:block; }
 }@media only screen and (max-width: 763px) { #kfirErJapKGJ5NwhhStV8F8bsze5z5tG { width:20rem;height:9rem;top:71.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2r0nhzgI3fgXmfDgoAzVbFuKmIhhtkX { width:20rem;height:0.125rem;top:81.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqvHhimTAktMo56tQy107z9tc3nP11SR { width:20rem;height:0.125rem;top:95.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgoPxC0RHAK46lG8n8oA4fobD4faJJlf { width:20rem;height:8.4375rem;top:86.1875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UM5rNLpUuv2bKoXtCcWt4Z5e1OlxUoiG { width:2.5rem;height:2.5rem;top:82.94921875rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gESqG2dn0MlqZvceyBCceTsOhehmESN3 { display:block; }
 }@media only screen and (max-width: 763px) { #uzHd45T8wNEsQoJdXasnFkKzEMpE2MSO { width:15.0625rem;height:1.6499rem;top:83.375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDkXyTi3bTyFAidZrMaP00tVrlxJM6Vx { width:20rem;height:0.125rem;top:105.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rmnzTSMr73b5IeA73wfi6EuBRl9Qzkyy { width:20rem;height:4.5rem;top:100rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXFnn15NlVBftFJn262vXSzlTguNKQ51 { width:2.5rem;height:2.5rem;top:97.13671875rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmBTDEiota6ygvUBnf58HHZ4yL8yEfQl { display:block; }
 }@media only screen and (max-width: 763px) { #CdMHl2k0yENMgc3w51uIqPpLAc2XbIFs { width:15.4375rem;height:1.6499rem;top:97.8125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OX2Em7UwR5RrE4oL3TNeaZIgRivoJmZ7 { width:19.875rem;height:23.25rem;top:1.4580078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PpVtafmeJncnaA9173ETiw0OCp35ogSJ { display:block; }#PpVtafmeJncnaA9173ETiw0OCp35ogSJ > .row .container { width:20rem;height:182.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UTGJFwRb8IoDD50Stmc55laEpVB5sgTX { width:19.6875rem;height:24.75rem;top:24.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQbWnJTUTW52PWJyurAVBA5bCamE9hTg { width:20rem;height:11.25rem;top:2.125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EG0pxVQekOixX3oJttxXQSsqCMTc3MJW { width:20rem;height:9rem;top:14.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MG57Gfb0DXWub4StRSnpBwK2hbuSwv3F { width:20rem;height:3.4375rem;top:100.0322265625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eub7vsrOPHiAhpqQ4dXNSkNTu5ce9BWu { display:block; }
 }@media only screen and (max-width: 763px) { #xATbuVsduwmLGd3GUbbWWVxWtKHkelbV { width:19.75rem;height:24.6875rem;top:51.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmUybrRlm9LHweyCPl4ISAaToK9gm67L { width:20rem;height:26.125rem;top:77.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0UV4JSet0g0Ja9nI8CegVd3aFRRUwgH { width:20rem;height:16.124rem;top:104.75rem;left:0rem;font-size:1.125rem;display:block; }#F0UV4JSet0g0Ja9nI8CegVd3aFRRUwgH li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a23a4c47e803cde5d2aaf297a368d89ceba2b840.svg); }
 }@media only screen and (max-width: 763px) { #BrEJEcIgTFkgfVM1VlttscXfF28AkTCx { width:20rem;height:16.3661875rem;top:122.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQZFMLVDBAWeTb58svzwk59lPd6Rf83R { width:20rem;height:4.5rem;top:139.7041015625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsWQ8UTs7kisCfyTUcHKJe4RZ08AvcVq { width:20rem;height:19.5rem;top:145.4541015625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lo0CiJxfqvXtA8umuTrNzGh8VzzXTwiV { width:20rem;height:14.661625rem;top:166.2041015625rem;left:0rem;font-size:1.125rem;display:block; }#Lo0CiJxfqvXtA8umuTrNzGh8VzzXTwiV li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a23a4c47e803cde5d2aaf297a368d89ceba2b840.svg); }
 }@media only screen and (max-width: 763px) { #Eso7wOLiBRW9KRSP4kfD8m8Md5CDWm6F { display:block; }#Eso7wOLiBRW9KRSP4kfD8m8Md5CDWm6F > .row .container { width:20rem;height:108.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QQ0HJO1yKn47OOTOsKCphacVucArEE88 { width:20rem;height:4.19921875rem;top:2.5rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FS1tdGMCbB9d4gUOFCeSnrNolh5oc7Uz { width:20rem;height:10.5rem;top:7.796875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXzsMVGo99ndHDcxHfwoXpS0kAVhyThB { width:20rem;height:17.375rem;top:20.421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHT4pI1gwmvr1EGQkDvgSMMJFIwfPMkq { width:15.0625rem;height:1.5rem;top:27.421875rem;left:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKoud2KVsUnVMB6Z44Q7tQttzxtpmO3O { width:17.0625rem;height:6rem;top:30.1875rem;left:1.46875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2S7pgbq86amLlUlmz2nhBAFIJGxrkvu { width:4.0625rem;height:4.0625rem;top:21.921875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lty16AOX9lVDe3tS5NWDup6oFGki5ZWP { width:20rem;height:18.875rem;top:38.5625rem;left:0rem;border-top:0.0625rem solid #cccccc;border-left:0.0625rem solid #cccccc;border-right:0.0625rem solid #cccccc;border-bottom:0.0625rem solid #cccccc;display:block; }
 }@media only screen and (max-width: 763px) { #l8kylBBB0XkKxfTCE9BDUWzUuASsZiwX { width:17.0625rem;height:4.5rem;top:50.0625rem;left:1.46875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dww4lx23EOgHcSAEZeWx0BPiw7ssmFGM { width:13rem;height:3rem;top:45.8125rem;left:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRvdNuICNQVdUH5DONDxTDgZtygVNTZQ { width:4.0625rem;height:4.0625rem;top:40.3125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxaDxK8nxHfQ58Kwe7PNQRMelk3dyJ6n { width:20rem;height:18.9375rem;top:58.1875rem;left:0rem;border-top:0.0625rem solid #cccccc;border-left:0.0625rem solid #cccccc;border-right:0.0625rem solid #cccccc;border-bottom:0.0625rem solid #cccccc;display:block; }
 }@media only screen and (max-width: 763px) { #wDTBl8B2ntsRefC97KDSCPTb1zsfz9BF { width:17.0625rem;height:4.5rem;top:69.375rem;left:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdoKW01UNrHx8zI5Cg8bRT4Tn7hSvf0t { width:13.125rem;height:3rem;top:65.4375rem;left:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kEbXdnt9LBEop926TuKxdmZ5NEIbqgTP { width:4.0625rem;height:4.0625rem;top:59.9375rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GucaFseG4mQqWs3L8Ck51Mf1J30soC57 { width:20rem;height:20.9375rem;top:77.875rem;left:0rem;border-top:0.0625rem solid #cccccc;border-left:0.0625rem solid #cccccc;border-right:0.0625rem solid #cccccc;border-bottom:0.0625rem solid #cccccc;display:block; }
 }@media only screen and (max-width: 763px) { #eF6VynMPTTSkGxlFQK2s8vM2REFWhU91 { width:17.0625rem;height:6rem;top:87.875rem;left:1.46875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #avLNNV6ZHPlgdXFphPEG6qgIs1U0KA0X { width:14.75rem;height:1.5rem;top:85.125rem;left:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7q7HhM8iIR4FVySsmfpXFBTSapq5sit { width:4.0625rem;height:4.0625rem;top:79.625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOILT0izcUDwc9VLaI9uXkVKecVsZnlv { width:20rem;height:3.4375rem;top:100.9228515625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNgmL4SM6mXvgHaCwC9tk4ObBD14stDu { display:block; }
 }@media only screen and (max-width: 763px) { #cMWiMRw43i9wGyOVkf8Eh5iWqaSngfMt { width:1.125rem;height:1.7871125rem;top:105.6103515625rem;left:9.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VE0xIrBrPk5oHhXaKFE90uPqlI4VMT52 { width:4.75rem;height:0;top:105.6103515625rem;left:3.03125rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #T5qRTbIS0ZXkzsx000TObBsUQp8DG5B5 { width:1.125rem;height:0;top:111.6845765625rem;left:9.4375rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #uOEKPB2dBN3F1QaDs617uydS8zSdESdk { width:1.125rem;height:0;top:114.7216890625rem;left:9.4375rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yUy4VTS2aGWOr9TNZ7JmCzRVSXLi9MAx { top:23.302734375rem;left:2.6875rem;width:1.3125rem;height:1.4624rem;z-index:15030;color:#ffffff;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgPEM0iCsOt0NiZ6Ss8fpAExROR3LTz0 { top:41.61328125rem;left:2.9375rem;width:1.3125rem;height:1.4624rem;z-index:15031;color:#ffffff;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #miE7eHLhsDTfkfIUSLnlvro5eoT9WcVc { top:61.23828125rem;left:3.0625rem;width:1.3125rem;height:1.4624rem;z-index:15032;color:#ffffff;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9VyUpumprltgh8peKreuKVHKbr5fdOp { top:80.92578125rem;left:2.9375rem;width:1.3125rem;height:1.4624rem;z-index:15033;color:#ffffff;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MurLlFa6d7ieJG35gJCMySsMDzov8FlU { display:block; }#MurLlFa6d7ieJG35gJCMySsMDzov8FlU > .row .container { width:20rem;height:29.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Of1efy0oWCHEPcRG2TCoHPC7hTP3IUAb { width:20rem;height:6.75rem;top:3.375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbBs6zdSJNfqHJWOckOJZ8G7y5gXr9LG { width:20rem;height:9rem;top:11.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIHJRfNJJuwMHCr8GqUnrJkZeNKMCXE3 { width:20rem;height:3.4375rem;top:22.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i46ga5fJrcPTLrTmiCvrtLxfwJo7VB6b { display:block; }
 }@media only screen and (max-width: 763px) { #BQNZS1hTRfKHtLEGk78GFZGS6sbSG6HE { display:block; }#BQNZS1hTRfKHtLEGk78GFZGS6sbSG6HE > .row .container { width:20rem;height:82.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #en1TaEPZMZTlhZNb5ZMwsHqtqLrWpkza { width:20rem;height:4.5rem;top:2.5rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBlxVv7nrByLB8eNhHIfOZOEgvT6UkHq { width:20rem;height:20.5rem;top:11.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCBmWfCTTaJ8FHAK3ZvVSP2TUV3P8xM1 { width:17.5rem;height:11.25rem;top:14.5625rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHFR124dP1p0b9EtIDl7Uc26XPU9sErH { width:3.4375rem;height:3.4375rem;top:27.375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlg6hexoIrWONg3DNxD5PcO6u1DbrdrK { width:6.25rem;height:1.40625rem;top:27.375rem;left:5.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWTBoExhmFqcscinRmbRvEsWO70R3743 { width:20rem;height:20.9375rem;top:33.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnR5DsI9zz331bT2QW8FMqcOqipT9J59 { width:9.375rem;height:1.40625rem;top:48.6875rem;left:5.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9LQWd8ylln3cNVbGSuRCPp6eQmhPtkp { width:17.5rem;height:11.25rem;top:36.5625rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmHuni58wPwO1Pl5EP1izJlTmJ16xlP9 { width:3.4375rem;height:3.4375rem;top:49rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMN5fLXHBByUU9NkHRi7i27BGlEolbCW { width:20rem;height:23.8125rem;top:55.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOoyuaCJzTsuOSSlOGsVP9f42LQl3iOF { width:6.25rem;height:1.40625rem;top:74.3125rem;left:5.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGqHRGWUVWZHDdaxKrwGcSpHlWOWoBcT { width:17.5rem;height:14.0625rem;top:58.875rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vyi3z6K1r9WkchdpCE9OubFuPCqzXE5e { width:3.4375rem;height:3.4375rem;top:74.28125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpKi1U5rcSQCTVWn8P9Z781TfVx6tya9 { width:20rem;height:2.5996125rem;top:7.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M73liGHmcoH0JyyWHhUXC4bmXGicSoEE { width:12.5rem;height:1.29980625rem;top:12.6875rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRV7t9eLlossSFwDPcUVB7nZO5v12LQl { width:6rem;height:2.1123rem;top:28.75rem;left:6.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKkr9KhezoKXTqizqgb16ubWS2dsRdeJ { width:5.5rem;height:2.2744125rem;top:50.25rem;left:6.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntc6TF4UKnrHRk8ozPmpS2vqQOtr9vT3 { width:12.5rem;height:1.29980625rem;top:34.6875rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W00NPGgF50CEhbg3PWIT6zLzcAz7UugO { width:6rem;height:2.2744125rem;top:75.8125rem;left:6.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0bieLdT1eVis9nJsVSdCac1yAb2U1og { width:12.5rem;height:1.29980625rem;top:56.88671875rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #edRGDMXlDbRwTQWUx1MbHP4Radf4Sbcs { display:block; }#edRGDMXlDbRwTQWUx1MbHP4Radf4Sbcs > .row .container { width:20rem;height:32.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZXGePOg3Vge42lNNIfTFs2mWUUGvSbt6 { width:20rem;height:28.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hAe6lrdKV5eXwRM4950oOPBp7mweZg5u { display:block; }#hAe6lrdKV5eXwRM4950oOPBp7mweZg5u > .row .container { width:20rem;height:50.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hw4ZhNrSEVPZhthfgwPDGV8rnoVBGMAN { width:3.6875rem;height:2.6875rem;top:1.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXumm36ekiLaTfylb3HibbuJazaa5sKL { width:20rem;height:11.8125rem;top:5.234375rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Ba5WBBPgaiIXGvOyst4mG0sV7Vh5mPI3 { width:11.5625rem;height:1.13736875rem;top:24.76953125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4uli8avU5SUEmQwLxT9vE7TB0CEbNxl { width:11.3125rem;height:1.13720625rem;top:26.65625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQGnWAn8ZpDAcVngVZ04p42uFfUyz9R7 { width:7.75rem;height:1.13720625rem;top:22.8828125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7wCfe2kEu0GBJow8fSOmNSq4J7uzl91 { width:10.1875rem;height:1.13720625rem;top:21.046875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o110TJtqpWTloTTvE6VAPBQcUvR68Hnz { width:6.875rem;height:1.4624rem;top:18.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvyF2wlSflLeIIxR2xT2tAWeTPOdTTNN { width:10.9375rem;height:1.4624rem;top:29.65625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #suKRvqbRnOsT5Qtp4aZEK2fIt3Z1tNIG { width:11.0625rem;height:1.13720625rem;top:32.1796875rem;left:0rem;font-size:0.875rem;display:block; }#suKRvqbRnOsT5Qtp4aZEK2fIt3Z1tNIG li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_04d5779f623855744e27922b559d15c06ae5f5c9.svg); }
 }@media only screen and (max-width: 763px) { #brEGQGZvIgbMzfZnueX01U6mgiSwxqE2 { width:15.25rem;height:1.13720625rem;top:34.01953125rem;left:0rem;font-size:0.875rem;display:block; }#brEGQGZvIgbMzfZnueX01U6mgiSwxqE2 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5183f43be8d8745ef4faaff0a1b447e3991d65ca.svg); }
 }@media only screen and (max-width: 763px) { #vOTmCqXmX6ewzMmDH9G0HoSWV16WdizM { width:19.75rem;height:2.2744125rem;top:35.8046875rem;left:0rem;font-size:0.875rem;display:block; }#vOTmCqXmX6ewzMmDH9G0HoSWV16WdizM li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b66afbb86de862b154920caafc5798913af2eec7.svg); }
 }@media only screen and (max-width: 763px) { #s5tpupL74ZfmtIdvTkWNhJZrkcR2r0zJ { width:20rem;height:0.0625rem;top:40.015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dc8TM0c3uTOcsTdOT1IGNgwOEGP3t9W2 { width:20rem;height:2.25rem;top:41.015625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mzrp7i8kNOC2CriNv9lHHFf1svTH4FP6 { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#Mzrp7i8kNOC2CriNv9lHHFf1svTH4FP6 { background-color: transparent; background-image: none; }#Mzrp7i8kNOC2CriNv9lHHFf1svTH4FP6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mzrp7i8kNOC2CriNv9lHHFf1svTH4FP6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mzrp7i8kNOC2CriNv9lHHFf1svTH4FP6 > .row .container > .video-iframe-container { display: none; }#Mzrp7i8kNOC2CriNv9lHHFf1svTH4FP6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mzrp7i8kNOC2CriNv9lHHFf1svTH4FP6 > .row > .video-iframe-container { display: none; }#Mzrp7i8kNOC2CriNv9lHHFf1svTH4FP6 > .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); }#Mzrp7i8kNOC2CriNv9lHHFf1svTH4FP6 > .row .container { width:20rem;height:4.5625rem;background-color:transparent;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b8q3W1Q0EmE83E4TE9HTbsIbQfQEtcW1 { width:19rem;height:3.4375rem;top:0rem;left:0.5rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MoQbo4z1XO3WFt94FdAVQPbdd6ouc3gt { display:block; }
 }