.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:217,229,217;--color-primary-1:129,169,128;--color-primary-2:2,82,0;--color-primary-3:1,41,0;--color-primary-4:0,12,0;--color-secondary-0:236,253,227;--color-secondary-1:192,248,162;--color-secondary-2:128,241,68;--color-secondary-3:64,121,34;--color-secondary-4:19,36,10;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"Manrope";--paragraphs-font-family:"Manrope"; }@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-primary-4),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); }#gekR74db4vz8fmCaKBn1PeauCg6t5iM5 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/bc7b8aa2-b803-400f-b816-4fddcd43d2df/download82.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gekR74db4vz8fmCaKBn1PeauCg6t5iM5.adaptive-delivery-prevent-bg, #gekR74db4vz8fmCaKBn1PeauCg6t5iM5.lazyload, #gekR74db4vz8fmCaKBn1PeauCg6t5iM5.lazyloading { background-image: none; }#gekR74db4vz8fmCaKBn1PeauCg6t5iM5 > .row .container { background-color: transparent; background-image: none; }#gekR74db4vz8fmCaKBn1PeauCg6t5iM5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-4),0.37); }#gekR74db4vz8fmCaKBn1PeauCg6t5iM5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gekR74db4vz8fmCaKBn1PeauCg6t5iM5 > .row .container > .video-iframe-container { display: none; }#gekR74db4vz8fmCaKBn1PeauCg6t5iM5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-4),0.37); }#gekR74db4vz8fmCaKBn1PeauCg6t5iM5 > .row > .video-iframe-container { display: none; }#gekR74db4vz8fmCaKBn1PeauCg6t5iM5 > .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); }#gekR74db4vz8fmCaKBn1PeauCg6t5iM5 > .row .container { border-width: 0; border-radius: 0; }#gekR74db4vz8fmCaKBn1PeauCg6t5iM5::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gekR74db4vz8fmCaKBn1PeauCg6t5iM5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gekR74db4vz8fmCaKBn1PeauCg6t5iM5 > .row .container { font-size:0.875rem;font-family:arial;height:48.125rem;width:75rem;overflow:visible;position:relative;display:block; }#IcMTbuPiHdiEihsxOPQmmxSn9PhCOsci { color:rgba(var(--color-tertiary-0),1);display:block;width:38.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.0625rem;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.375rem 1.0625rem rgba(var(--color-tertiary-4),0.61);top:11.1875rem;left:0rem;height:13.472625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fMxz7yFVwPtwdTvKrpyFgbuq0t6lEEAd { color:rgba(var(--color-tertiary-0),1);display:block;width:30.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:27.1875rem;left:-0.0625rem;height:6rem;font-style:normal;display:block; }
#KX1BTx1qrV6SnP2AZnvxG7RBxyzG6MIK { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:1.5625rem solid rgba(0,0,0,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;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),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.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.1875rem;height:3.3125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:36.3125rem;left:-0.0625rem;display:block; }
#TIavATr7TuDK1qTKDDCxQbrNMe2Vt5l0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#e6qw6ubWXKKmZQO7goc2Jc2PJS9zGo1H { color:rgba(var(--color-tertiary-0),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:27.9375rem;left:46.125rem;height:2.2734375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }#e6qw6ubWXKKmZQO7goc2Jc2PJS9zGo1H li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#e6qw6ubWXKKmZQO7goc2Jc2PJS9zGo1H li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c6020e8fb6fd5045eb0d9b3406f4278124def407.svg); }
#o3dxdS3le9ST2OcJVp4TlB0Ad1Ax5TAh { box-sizing:content-box;height:1.9375rem;width:12.125rem;position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(139deg, rgba(var(--color-primary-4),0.85), rgba(var(--color-primary-4),0.77));background-image: -moz-linear-gradient(139deg, rgba(var(--color-primary-4),0.85), rgba(var(--color-primary-4),0.77));background-image: -ms-linear-gradient(139deg, rgba(var(--color-primary-4),0.85), rgba(var(--color-primary-4),0.77));background-image: -o-linear-gradient(139deg, rgba(var(--color-primary-4),0.85), rgba(var(--color-primary-4),0.77));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0.85)', endColorstr='rgba(var(--color-primary-4),0.77)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0.85)', endColorstr='rgba(var(--color-primary-4),0.77)' );";background-image: linear-gradient(139deg, rgba(var(--color-primary-4),0.85), rgba(var(--color-primary-4),0.77));background-size:auto !important;box-shadow: 0.0625rem 0.0625rem 1.375rem #f15d32 ;border-top:0.0625rem solid rgba(83,93,123,0.82);border-left:0.0625rem solid rgba(83,93,123,0.82);border-right:0.0625rem solid rgba(83,93,123,0.82);border-bottom:0.0625rem solid rgba(83,93,123,0.82);top:27.5625rem;left:45.375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#V3WK2iJ9M2PTJtTfFurNacGNOv4O4H7V { color:rgba(var(--color-tertiary-0),1);display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:30.4375rem;left:46.125rem;height:2.2734375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }#V3WK2iJ9M2PTJtTfFurNacGNOv4O4H7V li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#V3WK2iJ9M2PTJtTfFurNacGNOv4O4H7V li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c6020e8fb6fd5045eb0d9b3406f4278124def407.svg); }
#ELdVyDVlG4l3sEQaI8hZFLqzMMzSpWuA { box-sizing:content-box;height:1.9375rem;width:16.3125rem;position:absolute;display:block;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(139deg, rgba(var(--color-primary-4),0.85), rgba(var(--color-primary-4),0.77));background-image: -moz-linear-gradient(139deg, rgba(var(--color-primary-4),0.85), rgba(var(--color-primary-4),0.77));background-image: -ms-linear-gradient(139deg, rgba(var(--color-primary-4),0.85), rgba(var(--color-primary-4),0.77));background-image: -o-linear-gradient(139deg, rgba(var(--color-primary-4),0.85), rgba(var(--color-primary-4),0.77));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0.85)', endColorstr='rgba(var(--color-primary-4),0.77)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0.85)', endColorstr='rgba(var(--color-primary-4),0.77)' );";background-image: linear-gradient(139deg, rgba(var(--color-primary-4),0.85), rgba(var(--color-primary-4),0.77));background-size:auto !important;box-shadow: 0.0625rem 0.0625rem 1.375rem #f15d32 ;border-top:0.0625rem solid rgba(83,93,123,0.82);border-left:0.0625rem solid rgba(83,93,123,0.82);border-right:0.0625rem solid rgba(83,93,123,0.82);border-bottom:0.0625rem solid rgba(83,93,123,0.82);top:30.0625rem;left:45.375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#o0OqDOMJt8y8zpmCDaoaiOn6NvXwQtyi { color:rgba(var(--color-tertiary-0),1);display:block;width:9.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:33.125rem;left:46.125rem;height:2.2734375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }#o0OqDOMJt8y8zpmCDaoaiOn6NvXwQtyi li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#o0OqDOMJt8y8zpmCDaoaiOn6NvXwQtyi li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b1cd8c262dcf7b8a2f4115d04b48de95dbed5902.svg); }
#BuyvEGpoGaRA6rKrZpI3w52vTdprMFh7 { box-sizing:content-box;height:1.9375rem;width:10.3125rem;position:absolute;display:block;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(139deg, rgba(var(--color-primary-4),0.85), rgba(var(--color-primary-4),0.77));background-image: -moz-linear-gradient(139deg, rgba(var(--color-primary-4),0.85), rgba(var(--color-primary-4),0.77));background-image: -ms-linear-gradient(139deg, rgba(var(--color-primary-4),0.85), rgba(var(--color-primary-4),0.77));background-image: -o-linear-gradient(139deg, rgba(var(--color-primary-4),0.85), rgba(var(--color-primary-4),0.77));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0.85)', endColorstr='rgba(var(--color-primary-4),0.77)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0.85)', endColorstr='rgba(var(--color-primary-4),0.77)' );";background-image: linear-gradient(139deg, rgba(var(--color-primary-4),0.85), rgba(var(--color-primary-4),0.77));background-size:auto !important;box-shadow: 0.0625rem 0.0625rem 1.375rem #ffc50b ;border-top:0.0625rem solid rgba(83,93,123,0.82);border-left:0.0625rem solid rgba(83,93,123,0.82);border-right:0.0625rem solid rgba(83,93,123,0.82);border-bottom:0.0625rem solid rgba(83,93,123,0.82);top:32.75rem;left:45.375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#iAXPntt5V5bLoozU5nQnEVMHC9dNRKty { box-sizing:content-box;height:53.8125rem;width:73.6875rem;position:absolute;display:block;z-index:14985;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-3),1), rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-3),1), rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-3),1), rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-3),1), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#00000000' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-3),1), rgba(0,0,0,0));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:-5.6875rem;left:-23.75rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#dKb9Qgb8i21HHw59eX8DvZ7DhDlPr2L1 { box-sizing:content-box;height:2.375rem;width:8.9375rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/72c1494e-ac14-46b6-99a3-2aeb11b946e7/logotechb.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.9375rem;left:6.9375rem;display:block; }#dKb9Qgb8i21HHw59eX8DvZ7DhDlPr2L1.adaptive-delivery-prevent-bg, #dKb9Qgb8i21HHw59eX8DvZ7DhDlPr2L1.lazyload, #dKb9Qgb8i21HHw59eX8DvZ7DhDlPr2L1.lazyloading { background-image: none; }
#XJ6Iru4Wm0rc0TlLKXFkEb32yf85EMRT { box-sizing:content-box;height:4.3125rem;width:6.0625rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/72c1494e-ac14-46b6-99a3-2aeb11b946e7/logotechb.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.8125rem;left:0rem;display:block; }#XJ6Iru4Wm0rc0TlLKXFkEb32yf85EMRT.adaptive-delivery-prevent-bg, #XJ6Iru4Wm0rc0TlLKXFkEb32yf85EMRT.lazyload, #XJ6Iru4Wm0rc0TlLKXFkEb32yf85EMRT.lazyloading { background-image: none; }
#Vut6GIwesf5T5TLwmriF3I1RpICTPktl { color:rgba(var(--color-secondary-0),1);display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:2.9375rem;left:61.125rem;height:2.111325rem;text-align:right;text-align-last:right;display:block; }#Vut6GIwesf5T5TLwmriF3I1RpICTPktl li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Vut6GIwesf5T5TLwmriF3I1RpICTPktl li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_dc7c702f7ebb4f647698bf4175168ab29fb0ae1d.svg); }
#btV2D8lEgoaZFlMPtcTFpmm5grec9etn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:37.21875rem;left:1.15625rem; }
#E6TKp341q8fkLv9HHdZXDcJM3zb12Spc { box-sizing:content-box;height:8.4375rem;width:33.1875rem;position:absolute;display:block;z-index:14986;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.1875rem;left:-1.6875rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#c4DuxzdQOeBPZ2sakoo2MqQSTgkfwrhk { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:1.5625rem solid rgba(0,0,0,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;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),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.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.1875rem;height:3.3125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:36.3125rem;left:-0.0625rem;display:none; }
#xeka5Dcu4Prb4ydzD07gJ7OFQZmlgTIF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wufTt8DDTBlqcTUp1J2QAm7vk0HvqTVR { box-sizing:content-box;height:1.9375rem;width:9.3125rem;position:absolute;display:block;z-index:15014;background-color:transparent;background-image: -webkit-linear-gradient(139deg, rgba(var(--color-primary-4),0.85), rgba(var(--color-primary-4),0.77));background-image: -moz-linear-gradient(139deg, rgba(var(--color-primary-4),0.85), rgba(var(--color-primary-4),0.77));background-image: -ms-linear-gradient(139deg, rgba(var(--color-primary-4),0.85), rgba(var(--color-primary-4),0.77));background-image: -o-linear-gradient(139deg, rgba(var(--color-primary-4),0.85), rgba(var(--color-primary-4),0.77));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0.85)', endColorstr='rgba(var(--color-primary-4),0.77)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0.85)', endColorstr='rgba(var(--color-primary-4),0.77)' );";background-image: linear-gradient(139deg, rgba(var(--color-primary-4),0.85), rgba(var(--color-primary-4),0.77));background-size:auto !important;box-shadow: 0.0625rem 0.0625rem 1.375rem #ffc50b ;border-top:0.0625rem solid rgba(83,93,123,0.82);border-left:0.0625rem solid rgba(83,93,123,0.82);border-right:0.0625rem solid rgba(83,93,123,0.82);border-bottom:0.0625rem solid rgba(83,93,123,0.82);top:24.6591796875rem;left:45.375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#n793JSwnzlTUvLocuDsoOScfP1h1fqzW { color:rgba(var(--color-tertiary-0),1);display:block;width:7.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:25.11328125rem;left:46.125rem;height:2.2734375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }#n793JSwnzlTUvLocuDsoOScfP1h1fqzW li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#n793JSwnzlTUvLocuDsoOScfP1h1fqzW li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b1cd8c262dcf7b8a2f4115d04b48de95dbed5902.svg); }
#wJx8sp2rmCn6725STvaBc3DeSVM4ibTx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wJx8sp2rmCn6725STvaBc3DeSVM4ibTx > .row .container { background-color: transparent; background-image: none; }#wJx8sp2rmCn6725STvaBc3DeSVM4ibTx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wJx8sp2rmCn6725STvaBc3DeSVM4ibTx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wJx8sp2rmCn6725STvaBc3DeSVM4ibTx > .row .container > .video-iframe-container { display: none; }#wJx8sp2rmCn6725STvaBc3DeSVM4ibTx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wJx8sp2rmCn6725STvaBc3DeSVM4ibTx > .row > .video-iframe-container { display: none; }#wJx8sp2rmCn6725STvaBc3DeSVM4ibTx > .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); }#wJx8sp2rmCn6725STvaBc3DeSVM4ibTx > .row .container { border-width: 0; border-radius: 0; }#wJx8sp2rmCn6725STvaBc3DeSVM4ibTx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wJx8sp2rmCn6725STvaBc3DeSVM4ibTx > .row .container { font-size:0.875rem;font-family:arial;height:42.8125rem;width:75rem;position:relative;display:block; }#vLF6idTVDi9lkbGIqk7UDx5apyC07tJk { color:rgba(var(--color-tertiary-0),1);display:block;width:35.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:8.625rem;left:39.25rem;height:13.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#vLF6idTVDi9lkbGIqk7UDx5apyC07tJk li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#vLF6idTVDi9lkbGIqk7UDx5apyC07tJk li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_2d006718d8e217328e70b6f173bc066a740add0e.svg); }
#PrQ4ptHDtbmmX7LH9DlHdpew3CErTkXM { color:rgba(var(--color-tertiary-0),1);display:block;width:34.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:300;z-index:15003;line-height:1.2;letter-spacing:0;top:4.875rem;left:39.25rem;height:2.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Gm1nuUAcEGFWJxTGba3lFVAvCRFaypHP { box-sizing:content-box;height:42.8125rem;width:57rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/283719ae-dcdd-4557-9a41-4c01b0abeddc/download83.webp");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:-22.106732776618rem;display:block; }#Gm1nuUAcEGFWJxTGba3lFVAvCRFaypHP.adaptive-delivery-prevent-bg, #Gm1nuUAcEGFWJxTGba3lFVAvCRFaypHP.lazyload, #Gm1nuUAcEGFWJxTGba3lFVAvCRFaypHP.lazyloading { background-image: none; }
#Gm1nuUAcEGFWJxTGba3lFVAvCRFaypHP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.14); }#rW1r7VcRBuH2WmSQcRJfPPlJFM45Tabb { box-sizing:content-box;height:42.8125rem;width:27.9375rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(0,0,0,0), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(90deg, rgba(0,0,0,0), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(90deg, rgba(0,0,0,0), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(90deg, rgba(0,0,0,0), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(90deg, rgba(0,0,0,0), rgba(var(--color-primary-3),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:7.0185546875rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#Vn2QTrQpKbfsy8ZJcD2sV9yrc5r7TiNE { box-sizing:content-box;height:23.5625rem;width:49.5625rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/74bc7816-6c17-4e44-a29a-472427a5ac4a/download84.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.25rem;left:25.4375rem;display:block; }#Vn2QTrQpKbfsy8ZJcD2sV9yrc5r7TiNE.adaptive-delivery-prevent-bg, #Vn2QTrQpKbfsy8ZJcD2sV9yrc5r7TiNE.lazyload, #Vn2QTrQpKbfsy8ZJcD2sV9yrc5r7TiNE.lazyloading { background-image: none; }
#h6xkLvGNRL2kyrMFJukDZN5ThkQNXk6S { color:rgba(var(--color-tertiary-0),1);display:block;width:10.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:27.1875rem;left:62.6875rem;height:2.2734375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }#h6xkLvGNRL2kyrMFJukDZN5ThkQNXk6S li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#h6xkLvGNRL2kyrMFJukDZN5ThkQNXk6S li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b1cd8c262dcf7b8a2f4115d04b48de95dbed5902.svg); }
#xrx6mShLREnlCHuHFXTSqfFvNDlR8mWP { box-sizing:content-box;height:1.9375rem;width:12.0625rem;position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(139deg, rgba(var(--color-primary-4),0.85), rgba(var(--color-primary-4),0.77));background-image: -moz-linear-gradient(139deg, rgba(var(--color-primary-4),0.85), rgba(var(--color-primary-4),0.77));background-image: -ms-linear-gradient(139deg, rgba(var(--color-primary-4),0.85), rgba(var(--color-primary-4),0.77));background-image: -o-linear-gradient(139deg, rgba(var(--color-primary-4),0.85), rgba(var(--color-primary-4),0.77));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0.85)', endColorstr='rgba(var(--color-primary-4),0.77)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0.85)', endColorstr='rgba(var(--color-primary-4),0.77)' );";background-image: linear-gradient(139deg, rgba(var(--color-primary-4),0.85), rgba(var(--color-primary-4),0.77));background-size:auto !important;box-shadow: 0.0625rem 0.0625rem 1.375rem #ffc50b ;border-top:0.0625rem solid rgba(83,93,123,0.82);border-left:0.0625rem solid rgba(83,93,123,0.82);border-right:0.0625rem solid rgba(83,93,123,0.82);border-bottom:0.0625rem solid rgba(83,93,123,0.82);top:26.8125rem;left:61.9375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#O6tA3qt9JErJ3NQe2tGeZP0TbfJdy31J { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/35317d33-b06d-47af-abed-6bc9d9455cbd/climpek.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#O6tA3qt9JErJ3NQe2tGeZP0TbfJdy31J.adaptive-delivery-prevent-bg, #O6tA3qt9JErJ3NQe2tGeZP0TbfJdy31J.lazyload, #O6tA3qt9JErJ3NQe2tGeZP0TbfJdy31J.lazyloading { background-image: none; }#O6tA3qt9JErJ3NQe2tGeZP0TbfJdy31J > .row .container { background-color: transparent; background-image: none; }#O6tA3qt9JErJ3NQe2tGeZP0TbfJdy31J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O6tA3qt9JErJ3NQe2tGeZP0TbfJdy31J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O6tA3qt9JErJ3NQe2tGeZP0TbfJdy31J > .row .container > .video-iframe-container { display: none; }#O6tA3qt9JErJ3NQe2tGeZP0TbfJdy31J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O6tA3qt9JErJ3NQe2tGeZP0TbfJdy31J > .row > .video-iframe-container { display: none; }#O6tA3qt9JErJ3NQe2tGeZP0TbfJdy31J > .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); }#O6tA3qt9JErJ3NQe2tGeZP0TbfJdy31J > .row .container { border-width: 0; border-radius: 0; }#O6tA3qt9JErJ3NQe2tGeZP0TbfJdy31J > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O6tA3qt9JErJ3NQe2tGeZP0TbfJdy31J > .row .container { font-size:0.875rem;font-family:arial;height:11.125rem;width:75rem;position:relative;display:block; }#TflOnzT85y3aAUBinRpTBQCcfBb14EuS { color:rgba(var(--color-primary-3),1);display:block;width:52.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:300;z-index:15004;line-height:1.2;letter-spacing:0;top:4.375rem;left:9rem;height:2.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VyoWdALJruTSV5CO8i7MWxSefmrTlliB { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.375rem;width:7.5rem;top:2.3125rem;left:0rem;overflow:hidden;display:block; }
#hEM3sHy5TPeJO7UdTWbnSVHqU0lktwU4 { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-4),1);border-left:0.0625rem solid rgba(var(--color-secondary-4),1);border-right:0.0625rem solid rgba(var(--color-secondary-4),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-4),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),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.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.6875rem;height:3.3125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:3.84375rem;left:61.5625rem;display:block; }
#oNpsfFLTAOXpnzfT9PKCm0F9ldKe9edH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#S4aILV6wGKJrhGX38dnexnrnzOD7dDJl { position:relative;display:none; }#S4aILV6wGKJrhGX38dnexnrnzOD7dDJl { border-width: 0; border-radius: 0; }#S4aILV6wGKJrhGX38dnexnrnzOD7dDJl > .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; }#S4aILV6wGKJrhGX38dnexnrnzOD7dDJl > .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; }#a0vtJeaWr07HXz5srbD4rCExs2vgsdSk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#a0vtJeaWr07HXz5srbD4rCExs2vgsdSk > .row .container { background-color: transparent; background-image: none; }#a0vtJeaWr07HXz5srbD4rCExs2vgsdSk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a0vtJeaWr07HXz5srbD4rCExs2vgsdSk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a0vtJeaWr07HXz5srbD4rCExs2vgsdSk > .row .container > .video-iframe-container { display: none; }#a0vtJeaWr07HXz5srbD4rCExs2vgsdSk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a0vtJeaWr07HXz5srbD4rCExs2vgsdSk > .row > .video-iframe-container { display: none; }#a0vtJeaWr07HXz5srbD4rCExs2vgsdSk > .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); }#a0vtJeaWr07HXz5srbD4rCExs2vgsdSk > .row .container { border-width: 0; border-radius: 0; }#a0vtJeaWr07HXz5srbD4rCExs2vgsdSk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a0vtJeaWr07HXz5srbD4rCExs2vgsdSk > .row .container { font-size:0.875rem;font-family:arial;height:40.8125rem;width:75rem;position:relative;display:block; }#dzLCNT4Vr7Q9VuSNS3R4vmPMQ1icTy1C { box-sizing:content-box;height:31rem;width:28rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/994daaab-6efa-47e1-8489-ce39c0479c25/download8169df8c3f6e5cb.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.8125rem;left:31.4375rem;display:block; }#dzLCNT4Vr7Q9VuSNS3R4vmPMQ1icTy1C.adaptive-delivery-prevent-bg, #dzLCNT4Vr7Q9VuSNS3R4vmPMQ1icTy1C.lazyload, #dzLCNT4Vr7Q9VuSNS3R4vmPMQ1icTy1C.lazyloading { background-image: none; }
#PBU1GtftrTdGotzo3hacQa0BHXATnQfk { color:rgba(var(--color-tertiary-0),1);display:block;width:21rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:12.40625rem;left:0rem;height:13.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#PBU1GtftrTdGotzo3hacQa0BHXATnQfk li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#PBU1GtftrTdGotzo3hacQa0BHXATnQfk li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_89d9dd20192573c676fced7d4676096c61137de8.svg); }
#NouLxHl4T8PyVl3L33CQdrPUi2Eue1Jw { color:rgba(var(--color-tertiary-0),1);display:block;width:25.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:300;z-index:15003;line-height:1.2;letter-spacing:0;top:5.11328125rem;left:0rem;height:4.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#T6gcJqBeTDszp8QW3f1ayOSTH5QUVTLe { box-sizing:content-box;height:22.8125rem;width:10.5625rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.8125rem;left:35.375rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }
#VunOqgsyRMdxdoT7RBh6Ht7ysb5LaXvM { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:3.6875rem;top:12.75rem;left:38.8125rem;overflow:hidden;display:block; }
#IH17cH6oyVHDaSTe56KF8FuV4WJtWFK7 { box-sizing:content-box;height:5.5rem;width:9.75rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/73f1f090-e077-4dc0-971c-a7be02fabad1/download72.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.6875rem;left:35.75rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }#IH17cH6oyVHDaSTe56KF8FuV4WJtWFK7.adaptive-delivery-prevent-bg, #IH17cH6oyVHDaSTe56KF8FuV4WJtWFK7.lazyload, #IH17cH6oyVHDaSTe56KF8FuV4WJtWFK7.lazyloading { background-image: none; }
#HgpqduTDSTkveODTPtpf3iUdT1qmug1Q { box-sizing:content-box;height:5.5rem;width:9.75rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/9683951a-a77d-41d3-871b-59b2b7ac02f5/download70.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24rem;left:35.75rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }#HgpqduTDSTkveODTPtpf3iUdT1qmug1Q.adaptive-delivery-prevent-bg, #HgpqduTDSTkveODTPtpf3iUdT1qmug1Q.lazyload, #HgpqduTDSTkveODTPtpf3iUdT1qmug1Q.lazyloading { background-image: none; }
#VL2OP9R9qdKQnL8gW8iboR7eM5hXIAS4 { box-sizing:content-box;height:29.625rem;width:31.8125rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/8afec680-7e35-449a-9a1f-109e85d488bb/vabine2.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.625rem;left:43.090420560748rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }#VL2OP9R9qdKQnL8gW8iboR7eM5hXIAS4.adaptive-delivery-prevent-bg, #VL2OP9R9qdKQnL8gW8iboR7eM5hXIAS4.lazyload, #VL2OP9R9qdKQnL8gW8iboR7eM5hXIAS4.lazyloading { background-image: none; }
#G8PVP5yTa6uoOFxIzkLf4Tb79KuIl0um { box-sizing:content-box;height:2.5625rem;width:2.5625rem;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:15007;background-color:transparent;background-image:none;box-shadow: 0rem 0rem 2.1875rem #ff3900 ;border-top:0.25rem solid #ff3900;border-left:0.25rem solid #ff3900;border-right:0.25rem solid #ff3900;border-bottom:0.25rem solid #ff3900;top:12.28125rem;left:63.40625rem;display:block; }
#MVHgDBFQWFzUc50BoH9HZquTsAVAqWdv { box-sizing:content-box;height:2.6875rem;width:2.6875rem;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:15008;background-color:transparent;background-image:none;box-shadow: 0rem 0rem 2.1875rem #ff3900 ;border-top:0.25rem solid #ff3900;border-left:0.25rem solid #ff3900;border-right:0.25rem solid #ff3900;border-bottom:0.25rem solid #ff3900;top:12.65625rem;left:71.8125rem;display:block; }
#uAuCEVF9lkMdd0PBrDiJUAKO63xg5t7X { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/35317d33-b06d-47af-abed-6bc9d9455cbd/climpek.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uAuCEVF9lkMdd0PBrDiJUAKO63xg5t7X.adaptive-delivery-prevent-bg, #uAuCEVF9lkMdd0PBrDiJUAKO63xg5t7X.lazyload, #uAuCEVF9lkMdd0PBrDiJUAKO63xg5t7X.lazyloading { background-image: none; }#uAuCEVF9lkMdd0PBrDiJUAKO63xg5t7X > .row .container { background-color: transparent; background-image: none; }#uAuCEVF9lkMdd0PBrDiJUAKO63xg5t7X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uAuCEVF9lkMdd0PBrDiJUAKO63xg5t7X > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uAuCEVF9lkMdd0PBrDiJUAKO63xg5t7X > .row .container > .video-iframe-container { display: none; }#uAuCEVF9lkMdd0PBrDiJUAKO63xg5t7X > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uAuCEVF9lkMdd0PBrDiJUAKO63xg5t7X > .row > .video-iframe-container { display: none; }#uAuCEVF9lkMdd0PBrDiJUAKO63xg5t7X > .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); }#uAuCEVF9lkMdd0PBrDiJUAKO63xg5t7X > .row .container { border-width: 0; border-radius: 0; }#uAuCEVF9lkMdd0PBrDiJUAKO63xg5t7X > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uAuCEVF9lkMdd0PBrDiJUAKO63xg5t7X > .row .container { font-size:0.875rem;font-family:arial;height:13.0625rem;width:75rem;position:relative;display:block; }#Vf5PDaeC3cVGBttFcsJovEBbplkHwnUK { color:rgba(var(--color-tertiary-3),1);display:block;width:10rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:6.0625rem;left:0rem;height:2.69921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LrTv6fUy3V1oTTK24pWMJnXaM4KndsTI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:3.125rem;left:3.875rem; }
#OwrqDh1HGpB86T8q2g3Vdx5Xq3VrH3Qq { color:rgba(var(--color-tertiary-3),1);display:block;width:10rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:6rem;left:16.125rem;height:2.69921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#meS09Zvl4Zl8MxVTStxCPkQpMENSDtxQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:3.0625rem;left:20rem; }
#LenaLuHALNn6twMynCDuOLDt9C6a0Qhs { color:rgba(var(--color-tertiary-3),1);display:block;width:10rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:6rem;left:32.5rem;height:2.69921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#a9AmevPCZk5fNZINs4J5v8HDR0O8Mcp5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:3.0625rem;left:36.375rem; }
#UBxVxX2g50IzShuoIKVD53iMiXMZ0Dk6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:3.125rem;left:68.875rem; }
#AzW5A4rZA19ePrLh1ysm7e2aMWo6fFNM { color:rgba(var(--color-tertiary-3),1);display:block;width:10rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.2;letter-spacing:0;top:6.0625rem;left:65rem;height:2.69921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WAicpghv3Zxl0DO7ahWu1r68I6WlFF0Z { color:rgba(var(--color-tertiary-3),1);display:block;width:8.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:6.0625rem;left:49.25rem;height:2.69921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PvpruTViayOTRxmxfdyZ10P7MCFyOOAX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:3.125rem;left:52.5rem; }
#ZMihvQUgy1hVOVrz05kgid0CLkoCOhed { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/35317d33-b06d-47af-abed-6bc9d9455cbd/climpek.png");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZMihvQUgy1hVOVrz05kgid0CLkoCOhed.adaptive-delivery-prevent-bg, #ZMihvQUgy1hVOVrz05kgid0CLkoCOhed.lazyload, #ZMihvQUgy1hVOVrz05kgid0CLkoCOhed.lazyloading { background-image: none; }#ZMihvQUgy1hVOVrz05kgid0CLkoCOhed > .row .container { background-color: transparent; background-image: none; }#ZMihvQUgy1hVOVrz05kgid0CLkoCOhed::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-3),0.77); }#ZMihvQUgy1hVOVrz05kgid0CLkoCOhed > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZMihvQUgy1hVOVrz05kgid0CLkoCOhed > .row .container > .video-iframe-container { display: none; }#ZMihvQUgy1hVOVrz05kgid0CLkoCOhed > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-3),0.77); }#ZMihvQUgy1hVOVrz05kgid0CLkoCOhed > .row > .video-iframe-container { display: none; }#ZMihvQUgy1hVOVrz05kgid0CLkoCOhed > .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); }#ZMihvQUgy1hVOVrz05kgid0CLkoCOhed > .row .container { border-width: 0; border-radius: 0; }#ZMihvQUgy1hVOVrz05kgid0CLkoCOhed::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZMihvQUgy1hVOVrz05kgid0CLkoCOhed > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZMihvQUgy1hVOVrz05kgid0CLkoCOhed > .row .container { font-size:0.875rem;font-family:arial;height:39.4375rem;width:75rem;position:relative;display:block; }#xcthycipHc1vV3HFXhIMklt6A0ZpK4Tv { color:rgba(var(--color-tertiary-0),1);display:block;width:30.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:4.1875rem;left:0rem;height:6.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tOXWxZ8WJZ8cBcfc4kznXxiCgalgCNgw { color:rgba(var(--color-primary-0),1);display:block;width:36.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:13.625rem;left:0rem;height:17.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#sXfkbq6PlHbW0pKKLFSfw7M9if47vFRh { color:rgba(var(--color-tertiary-0),1);display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:18.6875rem;left:40.625rem;height:2.923825rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TdevbMkby3CIWxwRm4OHz1q4ztoTX161 { color:rgba(var(--color-tertiary-0),1);display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:18.8125rem;left:53.25rem;height:1.4619125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tSeLDNR52zTTBCXdM9CzTNiuL5GLyLsg { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:3.625rem;top:14rem;left:55.8125rem;overflow:hidden;display:block; }
#afy4RBVEHf8LrX4rM33qhLSnvitC2UgL { color:rgba(var(--color-tertiary-0),1);display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:18.8125rem;left:66.25rem;height:2.923825rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H8eCC3C30dVG1DdyG1Kswkn26uSt777d { color:rgba(var(--color-tertiary-0),1);display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:30.4375rem;left:40.625rem;height:2.923825rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CI2QtH5IJ73SFPiCdCoxOf24WdEGUtBD { color:rgba(var(--color-tertiary-0),1);display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:30.5625rem;left:53.25rem;height:2.923825rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#baoTiaE4Vr2TsI5i1n55X8ppmKn0lABc { color:rgba(var(--color-tertiary-0),1);display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:30.5625rem;left:66.25rem;height:2.923825rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#orgJ7Z2tvfGVK7lL7Wxzas7Qxf72lcGp { 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:15020;opacity:1;top:26.125rem;left:69.0625rem; }
#Tyw5HwCtxUT2DaLxmsuAsUe4DkAe8RHh { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:3.625rem;top:25.625rem;left:43.1875rem;overflow:hidden;display:block; }
#lmpIbmnobGdeyU58CQXW7f7BdJiXccgT { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:4.4375rem;top:14.1875rem;left:68.4375rem;overflow:hidden;display:block; }
#JMbgfadmtE8ZgTGDxEQGBO4TMcii43ba { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:3.25rem;top:14.1875rem;left:43.375rem;overflow:hidden;display:block; }
#O5OSkMgT1sJlKnXU6iaxkURWmxz0DDNX { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:3.625rem;top:25.625rem;left:55.8125rem;overflow:hidden;display:block; }
#x01Sue2CFXGpHRbHmwxi8ZU17thd3hAH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#x01Sue2CFXGpHRbHmwxi8ZU17thd3hAH > .row .container { background-color: transparent; background-image: none; }#x01Sue2CFXGpHRbHmwxi8ZU17thd3hAH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x01Sue2CFXGpHRbHmwxi8ZU17thd3hAH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x01Sue2CFXGpHRbHmwxi8ZU17thd3hAH > .row .container > .video-iframe-container { display: none; }#x01Sue2CFXGpHRbHmwxi8ZU17thd3hAH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x01Sue2CFXGpHRbHmwxi8ZU17thd3hAH > .row > .video-iframe-container { display: none; }#x01Sue2CFXGpHRbHmwxi8ZU17thd3hAH > .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); }#x01Sue2CFXGpHRbHmwxi8ZU17thd3hAH > .row .container { border-width: 0; border-radius: 0; }#x01Sue2CFXGpHRbHmwxi8ZU17thd3hAH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x01Sue2CFXGpHRbHmwxi8ZU17thd3hAH > .row .container { font-size:0.875rem;font-family:arial;height:45.3125rem;width:75rem;position:relative;display:block; }#O61ttVQfvsEZfxOn4Dp37WTTNJQEQxIf .widget-form-header {  }
#O61ttVQfvsEZfxOn4Dp37WTTNJQEQxIf .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:bold;color:rgba(var(--color-primary-0),1);width:23.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;overflow:hidden;line-height:1.2; }
#O61ttVQfvsEZfxOn4Dp37WTTNJQEQxIf .widget-input-text { border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-0),1);border-left:0.0625rem solid rgba(var(--color-primary-0),1);border-right:0.0625rem solid rgba(var(--color-primary-0),1);border-bottom:0.0625rem solid rgba(var(--color-primary-0),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:23.5625rem;box-sizing:border-box;height:3rem;color:rgba(var(--color-primary-4),1);font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: none;vertical-align:top;line-height:2;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#O61ttVQfvsEZfxOn4Dp37WTTNJQEQxIf .widget-input-text {padding-top: 0; padding-bottom: 0;}#O61ttVQfvsEZfxOn4Dp37WTTNJQEQxIf .widget-textarea { border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-0),1);border-left:0.0625rem solid rgba(var(--color-primary-0),1);border-right:0.0625rem solid rgba(var(--color-primary-0),1);border-bottom:0.0625rem solid rgba(var(--color-primary-0),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:23.5625rem;box-sizing:border-box;height:4.25rem;color:rgba(var(--color-primary-4),1);font-size:1rem;overflow:hidden;font-family:arial;vertical-align:top;line-height:2;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#O61ttVQfvsEZfxOn4Dp37WTTNJQEQxIf .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:23.5625rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;box-shadow: none;vertical-align:top; }
#O61ttVQfvsEZfxOn4Dp37WTTNJQEQxIf .widget-input-select {padding-top: 0; padding-bottom: 0;}#O61ttVQfvsEZfxOn4Dp37WTTNJQEQxIf .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; }
#O61ttVQfvsEZfxOn4Dp37WTTNJQEQxIf .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#O61ttVQfvsEZfxOn4Dp37WTTNJQEQxIf .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-secondary-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-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:400;color:rgba(var(--color-primary-4),1);width:23.5625rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: none;font-style:normal; }
#O61ttVQfvsEZfxOn4Dp37WTTNJQEQxIf [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-2),0.5);font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;font-style:italic;text-align:center;text-align-last:center; }
#O61ttVQfvsEZfxOn4Dp37WTTNJQEQxIf [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-2),0.5);font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;font-style:italic;text-align:center;text-align-last:center; }
#O61ttVQfvsEZfxOn4Dp37WTTNJQEQxIf [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-2),0.5);font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;font-style:italic;text-align:center;text-align-last:center; }
#O61ttVQfvsEZfxOn4Dp37WTTNJQEQxIf [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-2),0.5);font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;font-style:italic;text-align:center;text-align-last:center; }
#O61ttVQfvsEZfxOn4Dp37WTTNJQEQxIf .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:22.375rem;overflow:hidden;font-style:normal;float:none; }
#O61ttVQfvsEZfxOn4Dp37WTTNJQEQxIf .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; }
#O61ttVQfvsEZfxOn4Dp37WTTNJQEQxIf .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:2.5rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;color:rgba(var(--color-tertiary-0),1);overflow:hidden;font-style:normal;line-height:1.7;float:none; }
#O61ttVQfvsEZfxOn4Dp37WTTNJQEQxIf .widget-container { padding-top:0.375rem;padding-right:0;padding-bottom:0.375rem;padding-left:0;width:100%;font-size:0;height:auto; }
#O61ttVQfvsEZfxOn4Dp37WTTNJQEQxIf .widget-container:first-of-type{padding-top:0;}#O61ttVQfvsEZfxOn4Dp37WTTNJQEQxIf .widget-container:last-of-type{padding-bottom:0;}#O61ttVQfvsEZfxOn4Dp37WTTNJQEQxIf  { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15001;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:6.3125rem;left:48.9375rem; }
#O61ttVQfvsEZfxOn4Dp37WTTNJQEQxIf .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:23.5625rem;display:block;vertical-align:top; }
#O61ttVQfvsEZfxOn4Dp37WTTNJQEQxIf .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; }
#O61ttVQfvsEZfxOn4Dp37WTTNJQEQxIf {display:block;}#O61ttVQfvsEZfxOn4Dp37WTTNJQEQxIf { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15001;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:6.3125rem;left:48.9375rem; }
#O61ttVQfvsEZfxOn4Dp37WTTNJQEQxIf #dNaaZpvTk57SV2I8cSFKKMFNGOcQTuWb { position:relative; }
#O61ttVQfvsEZfxOn4Dp37WTTNJQEQxIf #MNCwVTsOcw9AZvXVCcV67aaQpFFsAPNc { position:relative;display:none; }
#O61ttVQfvsEZfxOn4Dp37WTTNJQEQxIf #x6C5C38JvegX4mDHbc3ZFwcLJH6DmslN { position:relative; }
#O61ttVQfvsEZfxOn4Dp37WTTNJQEQxIf #ZXrDIVeRTpvPR8NqxMViZ3FD8QgqblDW { position:relative; }
#O61ttVQfvsEZfxOn4Dp37WTTNJQEQxIf #xOmDEJZHFftv1Isbg7UbvQHqST6w7hkx { position:relative;display:none; }
#O61ttVQfvsEZfxOn4Dp37WTTNJQEQxIf #cOvTDi1W6kCMLTgeT7cHliCXUI9NoRDy { position:relative; }
#O61ttVQfvsEZfxOn4Dp37WTTNJQEQxIf #liRxDPvHfpy8zuoZ92Ce0FdJK2BF4G2X { position:relative; }
#O61ttVQfvsEZfxOn4Dp37WTTNJQEQxIf #ZpB9rCxrFnTJHqNCQNNL59OXe0Q12KEf { position:relative;display:none; }
#O61ttVQfvsEZfxOn4Dp37WTTNJQEQxIf #ebl2wiShOUx4HPP756veQxeHPCcXXQl7 { position:relative; }
#O61ttVQfvsEZfxOn4Dp37WTTNJQEQxIf #kZZaFmAgCQoRltWlmk0OZwN3aaM9PxAp { position:relative; }
#O61ttVQfvsEZfxOn4Dp37WTTNJQEQxIf #gOvEXw2SNu4XQCx5FS0DM6fAR7QSerHX { position:relative;display:none; }
#O61ttVQfvsEZfxOn4Dp37WTTNJQEQxIf #qdEaTz0loeaGXTHicUU2U6AwqwyCGoh8 { position:relative; }
#O61ttVQfvsEZfxOn4Dp37WTTNJQEQxIf #w8nwb4QwuiiHyXObnky1MuxKDZ9WT3sA { position:relative; }
#O61ttVQfvsEZfxOn4Dp37WTTNJQEQxIf #w8nwb4QwuiiHyXObnky1MuxKDZ9WT3sA .container-column{width:50%;}#O61ttVQfvsEZfxOn4Dp37WTTNJQEQxIf #DB4xPBDR6d92ylCnvgfN7zQkpvlTNnhz { position:relative;display:block; }
#O61ttVQfvsEZfxOn4Dp37WTTNJQEQxIf #aEz9BIw5IfI0QFnvKN4D4V0xG6mJVgkg { position:relative;z-index:2; }
#O61ttVQfvsEZfxOn4Dp37WTTNJQEQxIf #ZIl8Ve48diBSKLeQD8emhGlyLEh6RTfF { position:relative; }
#O61ttVQfvsEZfxOn4Dp37WTTNJQEQxIf #Mxb6KyS0aiDCZXt1k78PDrTR6S5p5Igy { position:relative;z-index:2; }
#O61ttVQfvsEZfxOn4Dp37WTTNJQEQxIf #J0Ky0St17WTgEgu3T6Ed9l5k6TR8B2IA { position:relative; }
#O61ttVQfvsEZfxOn4Dp37WTTNJQEQxIf #WTuoh8dByPBTrfXOn4ChLn7UurnsLGkL { position:relative;z-index:2; }
#O61ttVQfvsEZfxOn4Dp37WTTNJQEQxIf #JTtuB7ChsG24xvcFnpDrd1qunzAUrVzy { position:relative; }
#O61ttVQfvsEZfxOn4Dp37WTTNJQEQxIf #TDGxTQHVVkpB7okTG8gaTv6ydgEKQePJ { position:relative;z-index:2; }
#O61ttVQfvsEZfxOn4Dp37WTTNJQEQxIf #leGm7TWcOlKyaXM7VgNJXkK4dcecSrpp { position:relative; }
#O61ttVQfvsEZfxOn4Dp37WTTNJQEQxIf #CIcwT456Hu21m6i9Noav0M14HoGXSK8X { position:relative; }
#O61ttVQfvsEZfxOn4Dp37WTTNJQEQxIf #Z9t8oUgx32gMEPhUVyym6XZWOfIKM4Wi { position:relative; }
#KxhCnPVl9dnMmua13w4OVP4G6Fry59hp { color:rgba(var(--color-tertiary-0),1);display:block;width:45.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15001;line-height:1.1;letter-spacing:0;top:14.4375rem;left:0rem;height:1.23730625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Z0Dnb3TdGuEzLMWHFdWOCBmwa6ZOvGpa { color:rgba(var(--color-tertiary-0),1);display:block;width:36.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;top:7.5rem;left:0rem;height:5.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XrGLcdT34ohro5iLXDMDiMamedOS0l9A { 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; }
#OiKy743GHm9yyAdmImzqRWHyufQwT77a { box-sizing:content-box;height:18.25rem;width:46.75rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-4),0);background-image:url("https://images.assets-landingi.com/uc/483b0ed2-1a17-4646-931c-44c1226a9275/download9169dfa2bf8cb4d.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.375rem;left:-1.98046875rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }#OiKy743GHm9yyAdmImzqRWHyufQwT77a.adaptive-delivery-prevent-bg, #OiKy743GHm9yyAdmImzqRWHyufQwT77a.lazyload, #OiKy743GHm9yyAdmImzqRWHyufQwT77a.lazyloading { background-image: none; }
#a3ltUCXIgo389IKcTy1Kyqp9rhUCLM6X { box-sizing:content-box;height:19.6875rem;width:27.9375rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/72c1494e-ac14-46b6-99a3-2aeb11b946e7/logotechb.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.875rem;left:5.92578125rem;display:block; }#a3ltUCXIgo389IKcTy1Kyqp9rhUCLM6X.adaptive-delivery-prevent-bg, #a3ltUCXIgo389IKcTy1Kyqp9rhUCLM6X.lazyload, #a3ltUCXIgo389IKcTy1Kyqp9rhUCLM6X.lazyloading { background-image: none; }
#a3ltUCXIgo389IKcTy1Kyqp9rhUCLM6X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.92); }#S1OucTbZ9OfvXI7i6dfioJoMdgUiPgf4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0fa1a1d6-cfab-4b9f-bb55-543c2b8345f4/b9656fb3cf.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#S1OucTbZ9OfvXI7i6dfioJoMdgUiPgf4.adaptive-delivery-prevent-bg, #S1OucTbZ9OfvXI7i6dfioJoMdgUiPgf4.lazyload, #S1OucTbZ9OfvXI7i6dfioJoMdgUiPgf4.lazyloading { background-image: none; }#S1OucTbZ9OfvXI7i6dfioJoMdgUiPgf4 > .row .container { background-color: transparent; background-image: none; }#S1OucTbZ9OfvXI7i6dfioJoMdgUiPgf4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-3),0.8); }#S1OucTbZ9OfvXI7i6dfioJoMdgUiPgf4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S1OucTbZ9OfvXI7i6dfioJoMdgUiPgf4 > .row .container > .video-iframe-container { display: none; }#S1OucTbZ9OfvXI7i6dfioJoMdgUiPgf4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-3),0.8); }#S1OucTbZ9OfvXI7i6dfioJoMdgUiPgf4 > .row > .video-iframe-container { display: none; }#S1OucTbZ9OfvXI7i6dfioJoMdgUiPgf4 > .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); }#S1OucTbZ9OfvXI7i6dfioJoMdgUiPgf4 > .row .container { border-width: 0; border-radius: 0; }#S1OucTbZ9OfvXI7i6dfioJoMdgUiPgf4::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S1OucTbZ9OfvXI7i6dfioJoMdgUiPgf4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S1OucTbZ9OfvXI7i6dfioJoMdgUiPgf4 > .row .container { font-size:0.875rem;font-family:arial;height:40.5625rem;width:75rem;position:relative;display:block; }#XiLmO6iH61Iu4AvOt3ECoN3Ccyfyu0TB { color:rgba(var(--color-tertiary-0),1);display:block;width:32.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15001;line-height:1.1;letter-spacing:0;top:7.0625rem;left:21.3125rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#azdJw0gKcWTD35JApUedlCJGUKAamN03 { color:rgba(var(--color-primary-0),1);display:block;width:44.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:13.875rem;left:15.0625rem;height:6.29775rem;text-align:center;text-align-last:center;display:block; }
#oGqWFBHWlEJ2HEhrG7uE6hanAtvFZqqS { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-primary-0),1);border-left:0.125rem solid rgba(var(--color-primary-0),1);border-right:0.125rem solid rgba(var(--color-primary-0),1);border-bottom:0.125rem solid rgba(var(--color-primary-0),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-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.25rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:24.1875rem;left:8.8125rem;display:block; }
#NTLFkcGbgBxcPi49iT7fp0TCWLXSVSdc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NvFHboDZcnexCOIeP2mTziauFz7icvNe { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-primary-0),1);border-left:0.125rem solid rgba(var(--color-primary-0),1);border-right:0.125rem solid rgba(var(--color-primary-0),1);border-bottom:0.125rem solid rgba(var(--color-primary-0),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-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.25rem;height:3.4375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:24.1875rem;left:38rem;display:block; }
#Jn4TgSeGdsUdH0bU4sU1DdEJrqs1Lzt1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iFpcOdvVSIoOFMM1V0RDCEiPA3ZUNlJR { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-primary-0),1);border-left:0.125rem solid rgba(var(--color-primary-0),1);border-right:0.125rem solid rgba(var(--color-primary-0),1);border-bottom:0.125rem solid rgba(var(--color-primary-0),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-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.25rem;height:3.4375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:28.3125rem;left:8.8125rem;display:block; }
#Fitgf9hPFnBq6JwyKdohn4PKRpla9kyg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#swOcR3OyrTv3ZCWOJNIMpeeKxKuRkREw { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-primary-0),1);border-left:0.125rem solid rgba(var(--color-primary-0),1);border-right:0.125rem solid rgba(var(--color-primary-0),1);border-bottom:0.125rem solid rgba(var(--color-primary-0),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-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.25rem;height:3.4375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:28.3125rem;left:38rem;display:block; }
#rmGgnRasf7bviytXHixPzJsbWuvMv8AV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IMKTe2VihvuQdCEyytcZPrJdFtkupG6V { z-index:;position:relative;display:none; }#IMKTe2VihvuQdCEyytcZPrJdFtkupG6V { border-width: 0; border-radius: 0; }#IMKTe2VihvuQdCEyytcZPrJdFtkupG6V > .row .container > .video-iframe-container { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#IMKTe2VihvuQdCEyytcZPrJdFtkupG6V > .row .container { background-color:rgba(var(--color-primary-3),1);background-image:none;font-size:0.875rem;font-family:arial;height:36.25rem;width:75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;overflow:visible;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;position:relative;display:none; }#IsA67Sc0lpUTTzxMJEbLKXIr6SBItJ8b { color:rgba(var(--color-tertiary-0),1);display:block;width:40.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:300;z-index:15002;line-height:1.2;letter-spacing:0;top:6.25rem;left:3.9375rem;height:9.44825rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Tsf7WULh6Tx6v7wugXCu9AFbnynbpiCN { color:rgba(var(--color-tertiary-0),1);display:block;width:35.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:18.3125rem;left:3.9375rem;height:4rem;font-style:normal;display:block; }
#RHVVAJCUsTlwWyA68hFLTXfoGaZwdLSR { background-color:transparent;background-image:none;border-top:0.0625rem solid #00ff7c;border-left:0.0625rem solid #00ff7c;border-right:0.0625rem solid #00ff7c;border-bottom:0.0625rem solid #00ff7c;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#00ff7c;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.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.1875rem;height:3.3125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:26.671875rem;left:3.9375rem;display:block; }
#UJ9IblwTsVDx4BC3v9WFqxV8DE7cug4k { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qxHTliV7Ppxgo4WQuVBWxT2NpEHpcpRm { box-sizing:content-box;height:36.25rem;width:42.1875rem;position:absolute;display:block;z-index:14986;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-3),1), rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-3),1), rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-3),1), rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-3),1), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#00000000' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-3),1), rgba(0,0,0,0));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:28.875rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#oo6UDeRgySZz6eLvauzhf88slaT8wCtJ { color:rgba(var(--color-tertiary-0),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:15.0625rem;left:61.125rem;height:1.13671875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }#oo6UDeRgySZz6eLvauzhf88slaT8wCtJ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#oo6UDeRgySZz6eLvauzhf88slaT8wCtJ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c6020e8fb6fd5045eb0d9b3406f4278124def407.svg); }
#Z1F2dyTM7CViE0TgCfOWnsw8dQFbkuKi { box-sizing:content-box;height:1.9375rem;width:12.125rem;position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(139deg, rgba(var(--color-primary-4),0.85), rgba(var(--color-primary-4),0.77));background-image: -moz-linear-gradient(139deg, rgba(var(--color-primary-4),0.85), rgba(var(--color-primary-4),0.77));background-image: -ms-linear-gradient(139deg, rgba(var(--color-primary-4),0.85), rgba(var(--color-primary-4),0.77));background-image: -o-linear-gradient(139deg, rgba(var(--color-primary-4),0.85), rgba(var(--color-primary-4),0.77));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0.85)', endColorstr='rgba(var(--color-primary-4),0.77)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0.85)', endColorstr='rgba(var(--color-primary-4),0.77)' );";background-image: linear-gradient(139deg, rgba(var(--color-primary-4),0.85), rgba(var(--color-primary-4),0.77));background-size:auto !important;box-shadow: 0.0625rem 0.0625rem 1.375rem rgba(0,197,255,0.2) ;border-top:0.0625rem solid rgba(83,93,123,0.82);border-left:0.0625rem solid rgba(83,93,123,0.82);border-right:0.0625rem solid rgba(83,93,123,0.82);border-bottom:0.0625rem solid rgba(83,93,123,0.82);top:14.6875rem;left:60.375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#u9spTflg1bOidWD5O1nui2tfZ1J5dZfz { box-sizing:content-box;height:36.25rem;width:46.125rem;position:absolute;display:block;z-index:14985;background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/uc/fda28c8f-fe3a-4ea9-b3da-11f3549935bc/download69.webp");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:28.875rem;border-top-left-radius:0rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#u9spTflg1bOidWD5O1nui2tfZ1J5dZfz.adaptive-delivery-prevent-bg, #u9spTflg1bOidWD5O1nui2tfZ1J5dZfz.lazyload, #u9spTflg1bOidWD5O1nui2tfZ1J5dZfz.lazyloading { background-image: none; }
#P9covatxwq2CLFf4yxuD4KFTyeiaL0Dz { box-sizing:content-box;height:10.0625rem;width:9.125rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(190deg, rgba(var(--color-secondary-2),0.24), rgba(var(--color-secondary-2),0.12));background-image: -moz-linear-gradient(190deg, rgba(var(--color-secondary-2),0.24), rgba(var(--color-secondary-2),0.12));background-image: -ms-linear-gradient(190deg, rgba(var(--color-secondary-2),0.24), rgba(var(--color-secondary-2),0.12));background-image: -o-linear-gradient(190deg, rgba(var(--color-secondary-2),0.24), rgba(var(--color-secondary-2),0.12));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0.24)', endColorstr='rgba(var(--color-secondary-2),0.12)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0.24)', endColorstr='rgba(var(--color-secondary-2),0.12)' );";background-image: linear-gradient(190deg, rgba(var(--color-secondary-2),0.24), rgba(var(--color-secondary-2),0.12));background-size:auto !important;box-shadow: none;border-top:0.0625rem dashed rgba(var(--color-tertiary-0),0.82);border-left:0.0625rem dashed rgba(var(--color-tertiary-0),0.82);border-right:0.0625rem dashed rgba(var(--color-tertiary-0),0.82);border-bottom:0.0625rem dashed rgba(var(--color-tertiary-0),0.82);top:7.5625rem;left:53.75rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#I5OA3Q8mkOCnR16VKTmP2uTUrBNJ9oQF { box-sizing:content-box;height:8.6875rem;width:7.6875rem;position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(190deg, rgba(var(--color-secondary-2),0.24), rgba(var(--color-secondary-2),0.12));background-image: -moz-linear-gradient(190deg, rgba(var(--color-secondary-2),0.24), rgba(var(--color-secondary-2),0.12));background-image: -ms-linear-gradient(190deg, rgba(var(--color-secondary-2),0.24), rgba(var(--color-secondary-2),0.12));background-image: -o-linear-gradient(190deg, rgba(var(--color-secondary-2),0.24), rgba(var(--color-secondary-2),0.12));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0.24)', endColorstr='rgba(var(--color-secondary-2),0.12)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0.24)', endColorstr='rgba(var(--color-secondary-2),0.12)' );";background-image: linear-gradient(190deg, rgba(var(--color-secondary-2),0.24), rgba(var(--color-secondary-2),0.12));background-size:auto !important;box-shadow: none;border-top:0.0625rem dashed rgba(var(--color-tertiary-0),0.82);border-left:0.0625rem dashed rgba(var(--color-tertiary-0),0.82);border-right:0.0625rem dashed rgba(var(--color-tertiary-0),0.82);border-bottom:0.0625rem dashed rgba(var(--color-tertiary-0),0.82);top:16.5625rem;left:52.267543859649rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#JVlBbP1zZSf0bsh2sLuRefkONtZ3lyyW { color:rgba(var(--color-tertiary-0),1);display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:23.0625rem;left:49.625rem;height:1.13671875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }#JVlBbP1zZSf0bsh2sLuRefkONtZ3lyyW li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#JVlBbP1zZSf0bsh2sLuRefkONtZ3lyyW li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c6020e8fb6fd5045eb0d9b3406f4278124def407.svg); }
#MLNDGKcFMEv3e06WSf8tuZTTbwupcwLM { box-sizing:content-box;height:1.9375rem;width:14.125rem;position:absolute;display:block;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(139deg, rgba(var(--color-primary-4),0.85), rgba(var(--color-primary-4),0.77));background-image: -moz-linear-gradient(139deg, rgba(var(--color-primary-4),0.85), rgba(var(--color-primary-4),0.77));background-image: -ms-linear-gradient(139deg, rgba(var(--color-primary-4),0.85), rgba(var(--color-primary-4),0.77));background-image: -o-linear-gradient(139deg, rgba(var(--color-primary-4),0.85), rgba(var(--color-primary-4),0.77));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0.85)', endColorstr='rgba(var(--color-primary-4),0.77)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0.85)', endColorstr='rgba(var(--color-primary-4),0.77)' );";background-image: linear-gradient(139deg, rgba(var(--color-primary-4),0.85), rgba(var(--color-primary-4),0.77));background-size:auto !important;box-shadow: 0.0625rem 0.0625rem 1.375rem rgba(0,197,255,0.2) ;border-top:0.0625rem solid rgba(83,93,123,0.82);border-left:0.0625rem solid rgba(83,93,123,0.82);border-right:0.0625rem solid rgba(83,93,123,0.82);border-bottom:0.0625rem solid rgba(83,93,123,0.82);top:22.6875rem;left:48.875rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#VKHu8VL44N6iCCykxxug6NpIJReBDKD3 { color:rgba(var(--color-tertiary-0),1);display:block;width:9.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:27.75rem;left:55.1875rem;height:1.13671875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }#VKHu8VL44N6iCCykxxug6NpIJReBDKD3 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#VKHu8VL44N6iCCykxxug6NpIJReBDKD3 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b1cd8c262dcf7b8a2f4115d04b48de95dbed5902.svg); }
#dJcxITQf25Sdd7eZnaWJdP4qIi0geiDG { box-sizing:content-box;height:1.9375rem;width:10.3125rem;position:absolute;display:block;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(139deg, rgba(var(--color-primary-4),0.85), rgba(var(--color-primary-4),0.77));background-image: -moz-linear-gradient(139deg, rgba(var(--color-primary-4),0.85), rgba(var(--color-primary-4),0.77));background-image: -ms-linear-gradient(139deg, rgba(var(--color-primary-4),0.85), rgba(var(--color-primary-4),0.77));background-image: -o-linear-gradient(139deg, rgba(var(--color-primary-4),0.85), rgba(var(--color-primary-4),0.77));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0.85)', endColorstr='rgba(var(--color-primary-4),0.77)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0.85)', endColorstr='rgba(var(--color-primary-4),0.77)' );";background-image: linear-gradient(139deg, rgba(var(--color-primary-4),0.85), rgba(var(--color-primary-4),0.77));background-size:auto !important;box-shadow: 0.0625rem 0.0625rem 1.375rem rgba(0,197,255,0.2) ;border-top:0.0625rem solid rgba(83,93,123,0.82);border-left:0.0625rem solid rgba(83,93,123,0.82);border-right:0.0625rem solid rgba(83,93,123,0.82);border-bottom:0.0625rem solid rgba(83,93,123,0.82);top:27.375rem;left:54.4375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#RTdzAE2G6KzMkdcZiR25vBwzi7pNxWvW { color:#00faff;display:block;width:8rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:3.3125rem;left:4.6875rem;height:1.13671875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }#RTdzAE2G6KzMkdcZiR25vBwzi7pNxWvW li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#RTdzAE2G6KzMkdcZiR25vBwzi7pNxWvW li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_08690fd705d258bf89a2666b8a4efd0b523b41b5.svg); }
#bWOWgTGi3pqCz2vUxhJchkqqfL2NGmtM { box-sizing:content-box;height:1.9375rem;width:9.5625rem;position:absolute;display:block;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(139deg, rgba(var(--color-primary-1),0.37), rgba(var(--color-primary-1),0.12));background-image: -moz-linear-gradient(139deg, rgba(var(--color-primary-1),0.37), rgba(var(--color-primary-1),0.12));background-image: -ms-linear-gradient(139deg, rgba(var(--color-primary-1),0.37), rgba(var(--color-primary-1),0.12));background-image: -o-linear-gradient(139deg, rgba(var(--color-primary-1),0.37), rgba(var(--color-primary-1),0.12));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.37)', endColorstr='rgba(var(--color-primary-1),0.12)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.37)', endColorstr='rgba(var(--color-primary-1),0.12)' );";background-image: linear-gradient(139deg, rgba(var(--color-primary-1),0.37), rgba(var(--color-primary-1),0.12));background-size:auto !important;box-shadow: 0.0625rem 0.0625rem 1.375rem rgba(0,197,255,0.2) ;border-top:0.0625rem solid rgba(83,93,123,0.82);border-left:0.0625rem solid rgba(83,93,123,0.82);border-right:0.0625rem solid rgba(83,93,123,0.82);border-bottom:0.0625rem solid rgba(83,93,123,0.82);top:2.9375rem;left:3.9375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#lqCSwbzrGKZnIbHPKPJLyAaGLiVaTSSE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lqCSwbzrGKZnIbHPKPJLyAaGLiVaTSSE > .row .container { background-color: transparent; background-image: none; }#lqCSwbzrGKZnIbHPKPJLyAaGLiVaTSSE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lqCSwbzrGKZnIbHPKPJLyAaGLiVaTSSE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lqCSwbzrGKZnIbHPKPJLyAaGLiVaTSSE > .row .container > .video-iframe-container { display: none; }#lqCSwbzrGKZnIbHPKPJLyAaGLiVaTSSE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lqCSwbzrGKZnIbHPKPJLyAaGLiVaTSSE > .row > .video-iframe-container { display: none; }#lqCSwbzrGKZnIbHPKPJLyAaGLiVaTSSE > .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); }#lqCSwbzrGKZnIbHPKPJLyAaGLiVaTSSE > .row .container { border-width: 0; border-radius: 0; }#lqCSwbzrGKZnIbHPKPJLyAaGLiVaTSSE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lqCSwbzrGKZnIbHPKPJLyAaGLiVaTSSE > .row .container { font-size:0.875rem;font-family:arial;height:20.5625rem;width:75rem;position:relative;display:block; }#WMTvzSoNJdPWC98ntBsvS7bUD15VDIRX { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.4375rem;width:8.8125rem;top:3.25rem;left:0rem;overflow:hidden;display:block; }
#AO0NBwDTyi4l9CXwDFffda8nttUyZf8n { color:rgba(var(--color-primary-3),1);display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:13.4375rem;left:0rem;height:2.599825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IeienXzKa2FJZLS5UKwR8QmiO0OklkZH { color:rgba(var(--color-primary-3),1);display:block;width:29.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;top:3.25rem;left:21.25rem;height:4.5377625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#F6uoFtQ2lD7vNQ1A81fCmuxE5TtWErNJ { background-color:rgba(var(--color-secondary-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:1.875rem solid rgba(0,0,0,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;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),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.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.1875rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:12.125rem;left:21.25rem;display:block; }
#AqmozucRWBMcnvCosSTMeDckTxOgEMqI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WTMNn1frcZ0pvCVI2s5KQzA892iuzmxW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:12.9375rem;left:22rem; }
#gZEDIFE6LWG1HNu5BewXTblv1F4s8eM2 { color:rgba(var(--color-primary-3),1);display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.25rem;left:55.6875rem;height:1.8684875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ph6kvoMpPKQsZveH2EOhPTCp5kl1Pgvy { box-sizing:content-box;height:12.5rem;width:0.0625rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-3),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.25rem;left:17.625rem;display:block; }
#ESxBKFJFx5SADJ3ooaRJWPTKylP5VuXb { box-sizing:content-box;height:12.5rem;width:0.0625rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-primary-3),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.25rem;left:51.9375rem;display:block; }
#Iuc0hqT1rFyokShKxXGCC9ITS4PH7Wku { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:6.4375rem;left:55.6875rem; }
#Iuc0hqT1rFyokShKxXGCC9ITS4PH7Wku > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; }#VWF09BAlyvlP3DltGOnak2GGyaF04NvK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:6.4375rem;left:58.6875rem; }
#VWF09BAlyvlP3DltGOnak2GGyaF04NvK > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; }#dIREUBIs2IU5sXpdJ4gdJGTaz30uGq1T { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:6.4375rem;left:61.6875rem; }
#dIREUBIs2IU5sXpdJ4gdJGTaz30uGq1T > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; }#dC8IPBBTyEgck6D57VaAniiZKGLt8TfQ { position:relative;display:block; } #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection *:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="text"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="email"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="tel"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection textarea:focus-visible { outline: none; } #dC8IPBBTyEgck6D57VaAniiZKGLt8TfQ > .row .container { position:relative;display:block; }#yigZ3OnrzT1pmXPWfFC2XKDCThFbnu9M { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#yigZ3OnrzT1pmXPWfFC2XKDCThFbnu9M > .row .container { background-color: transparent; background-image: none; }#yigZ3OnrzT1pmXPWfFC2XKDCThFbnu9M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yigZ3OnrzT1pmXPWfFC2XKDCThFbnu9M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yigZ3OnrzT1pmXPWfFC2XKDCThFbnu9M > .row .container > .video-iframe-container { display: none; }#yigZ3OnrzT1pmXPWfFC2XKDCThFbnu9M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yigZ3OnrzT1pmXPWfFC2XKDCThFbnu9M > .row > .video-iframe-container { display: none; }#yigZ3OnrzT1pmXPWfFC2XKDCThFbnu9M > .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); }#yigZ3OnrzT1pmXPWfFC2XKDCThFbnu9M > .row .container { border-width: 0; border-radius: 0; }#yigZ3OnrzT1pmXPWfFC2XKDCThFbnu9M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yigZ3OnrzT1pmXPWfFC2XKDCThFbnu9M > .row .container { font-size:0.875rem;font-family:arial;height:4.1875rem;width:75rem;position:relative;display:block; }#rpNGEtcJOHifHkEiGGQa9E0b6VORF4hV { background-color:rgba(var(--color-secondary-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:1.875rem solid rgba(0,0,0,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;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),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.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.6875rem;height:2.75rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:0rem;left:60.3125rem;display:block; }
#uETNISOUne3yTlRBGZxl24nf5wzsLDry { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lozey0tZVSaOEoNvoQ5afdp32t8pnBN9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:0.5rem;left:60.9375rem; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #gekR74db4vz8fmCaKBn1PeauCg6t5iM5 { display:block; }#gekR74db4vz8fmCaKBn1PeauCg6t5iM5 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IcMTbuPiHdiEihsxOPQmmxSn9PhCOsci { width:38.4375rem;height:13.4375rem;top:11.1875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMxz7yFVwPtwdTvKrpyFgbuq0t6lEEAd { width:30.5rem;height:6rem;top:27.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KX1BTx1qrV6SnP2AZnvxG7RBxyzG6MIK { width:29.1875rem;height:3.3125rem;top:36.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIavATr7TuDK1qTKDDCxQbrNMe2Vt5l0 { display:block; }
 }@media only screen and (max-width: 763px) { #e6qw6ubWXKKmZQO7goc2Jc2PJS9zGo1H { width:10.75rem;height:1.125rem;top:27.9375rem;left:32.5rem;font-size:0.6875rem;display:block; }#e6qw6ubWXKKmZQO7goc2Jc2PJS9zGo1H li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c6020e8fb6fd5045eb0d9b3406f4278124def407.svg); }
 }@media only screen and (max-width: 763px) { #o3dxdS3le9ST2OcJVp4TlB0Ad1Ax5TAh { width:12.125rem;height:1.9375rem;top:27.5625rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3WK2iJ9M2PTJtTfFurNacGNOv4O4H7V { width:14.6875rem;height:1.125rem;top:30.4375rem;left:32.5rem;font-size:0.6875rem;display:block; }#V3WK2iJ9M2PTJtTfFurNacGNOv4O4H7V li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c6020e8fb6fd5045eb0d9b3406f4278124def407.svg); }
 }@media only screen and (max-width: 763px) { #ELdVyDVlG4l3sEQaI8hZFLqzMMzSpWuA { width:16.3125rem;height:1.9375rem;top:30.0625rem;left:31.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0OqDOMJt8y8zpmCDaoaiOn6NvXwQtyi { width:9.125rem;height:1.125rem;top:33.125rem;left:32.5rem;font-size:0.6875rem;display:block; }#o0OqDOMJt8y8zpmCDaoaiOn6NvXwQtyi li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b1cd8c262dcf7b8a2f4115d04b48de95dbed5902.svg); }
 }@media only screen and (max-width: 763px) { #BuyvEGpoGaRA6rKrZpI3w52vTdprMFh7 { width:10.3125rem;height:1.9375rem;top:32.75rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAXPntt5V5bLoozU5nQnEVMHC9dNRKty { width:47.75rem;height:53.8125rem;top:-5.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKb9Qgb8i21HHw59eX8DvZ7DhDlPr2L1 { width:8.9375rem;height:2.375rem;top:2.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJ6Iru4Wm0rc0TlLKXFkEb32yf85EMRT { width:6.0625rem;height:4.3125rem;top:1.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vut6GIwesf5T5TLwmriF3I1RpICTPktl { width:13.875rem;height:1rem;top:2.9375rem;left:33.875rem;font-size:0.5rem;display:block; }#Vut6GIwesf5T5TLwmriF3I1RpICTPktl li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_dc7c702f7ebb4f647698bf4175168ab29fb0ae1d.svg); }
 }@media only screen and (max-width: 763px) { #btV2D8lEgoaZFlMPtcTFpmm5grec9etn { width:1.5rem;height:1.5rem;top:37.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6TKp341q8fkLv9HHdZXDcJM3zb12Spc { width:33.1875rem;height:8.4375rem;top:26.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4DuxzdQOeBPZ2sakoo2MqQSTgkfwrhk { width:29.1875rem;height:3.3125rem;top:36.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xeka5Dcu4Prb4ydzD07gJ7OFQZmlgTIF { display:block; }
 }@media only screen and (max-width: 763px) { #wufTt8DDTBlqcTUp1J2QAm7vk0HvqTVR { width:9.3125rem;height:1.9375rem;top:24.625rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #n793JSwnzlTUvLocuDsoOScfP1h1fqzW { width:7.9375rem;height:1.125rem;top:25.0625rem;left:32.5rem;font-size:0.6875rem;display:block; }#n793JSwnzlTUvLocuDsoOScfP1h1fqzW li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b1cd8c262dcf7b8a2f4115d04b48de95dbed5902.svg); }
 }@media only screen and (max-width: 763px) { #wJx8sp2rmCn6725STvaBc3DeSVM4ibTx { display:block; }#wJx8sp2rmCn6725STvaBc3DeSVM4ibTx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vLF6idTVDi9lkbGIqk7UDx5apyC07tJk { width:35.75rem;height:13.125rem;top:8.625rem;left:12rem;font-size:1.125rem;display:block; }#vLF6idTVDi9lkbGIqk7UDx5apyC07tJk li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_2d006718d8e217328e70b6f173bc066a740add0e.svg); }
 }@media only screen and (max-width: 763px) { #PrQ4ptHDtbmmX7LH9DlHdpew3CErTkXM { width:34.5625rem;height:2.25rem;top:4.875rem;left:13.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gm1nuUAcEGFWJxTGba3lFVAvCRFaypHP { width:47.75rem;height:42.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rW1r7VcRBuH2WmSQcRJfPPlJFM45Tabb { width:27.9375rem;height:42.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vn2QTrQpKbfsy8ZJcD2sV9yrc5r7TiNE { width:47.75rem;height:23.5625rem;top:19.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6xkLvGNRL2kyrMFJukDZN5ThkQNXk6S { width:10.9375rem;height:1.125rem;top:27.1875rem;left:36.8125rem;font-size:0.6875rem;display:block; }#h6xkLvGNRL2kyrMFJukDZN5ThkQNXk6S li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b1cd8c262dcf7b8a2f4115d04b48de95dbed5902.svg); }
 }@media only screen and (max-width: 763px) { #xrx6mShLREnlCHuHFXTSqfFvNDlR8mWP { width:12.0625rem;height:1.9375rem;top:26.8125rem;left:35.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6tA3qt9JErJ3NQe2tGeZP0TbfJdy31J { display:block; }#O6tA3qt9JErJ3NQe2tGeZP0TbfJdy31J > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TflOnzT85y3aAUBinRpTBQCcfBb14EuS { width:47.75rem;height:2.25rem;top:4.375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyoWdALJruTSV5CO8i7MWxSefmrTlliB { width:7.5rem;height:6.375rem;top:2.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEM3sHy5TPeJO7UdTWbnSVHqU0lktwU4 { width:11.6875rem;height:3.3125rem;top:3.8125rem;left:36.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNpsfFLTAOXpnzfT9PKCm0F9ldKe9edH { display:block; }
 }@media only screen and (max-width: 763px) { #S4aILV6wGKJrhGX38dnexnrnzOD7dDJl { display:none; }#S4aILV6wGKJrhGX38dnexnrnzOD7dDJl > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #a0vtJeaWr07HXz5srbD4rCExs2vgsdSk { display:block; }#a0vtJeaWr07HXz5srbD4rCExs2vgsdSk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dzLCNT4Vr7Q9VuSNS3R4vmPMQ1icTy1C { width:28rem;height:31rem;top:9.8125rem;left:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBU1GtftrTdGotzo3hacQa0BHXATnQfk { width:21rem;height:;top:12.375rem;left:0rem;font-size:1.125rem;display:block; }#PBU1GtftrTdGotzo3hacQa0BHXATnQfk li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_89d9dd20192573c676fced7d4676096c61137de8.svg); }
 }@media only screen and (max-width: 763px) { #NouLxHl4T8PyVl3L33CQdrPUi2Eue1Jw { width:25.375rem;height:4.5rem;top:5.0625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6gcJqBeTDszp8QW3f1ayOSTH5QUVTLe { width:10.5625rem;height:22.8125rem;top:10.8125rem;left:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VunOqgsyRMdxdoT7RBh6Ht7ysb5LaXvM { width:3.6875rem;height:3.5625rem;top:12.75rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IH17cH6oyVHDaSTe56KF8FuV4WJtWFK7 { width:9.75rem;height:5.5rem;top:17.6875rem;left:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgpqduTDSTkveODTPtpf3iUdT1qmug1Q { width:9.75rem;height:5.5rem;top:24rem;left:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VL2OP9R9qdKQnL8gW8iboR7eM5hXIAS4 { width:31.8125rem;height:29.625rem;top:3.625rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8PVP5yTa6uoOFxIzkLf4Tb79KuIl0um { width:2.5625rem;height:2.5625rem;top:12.25rem;left:44.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVHgDBFQWFzUc50BoH9HZquTsAVAqWdv { width:2.6875rem;height:2.6875rem;top:12.625rem;left:44.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAuCEVF9lkMdd0PBrDiJUAKO63xg5t7X { display:block; }#uAuCEVF9lkMdd0PBrDiJUAKO63xg5t7X > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vf5PDaeC3cVGBttFcsJovEBbplkHwnUK { width:10rem;height:2.6875rem;top:6.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrTv6fUy3V1oTTK24pWMJnXaM4KndsTI { width:2.3125rem;height:2.3125rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwrqDh1HGpB86T8q2g3Vdx5Xq3VrH3Qq { width:10rem;height:2.6875rem;top:6rem;left:2.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #meS09Zvl4Zl8MxVTStxCPkQpMENSDtxQ { width:2.3125rem;height:2.3125rem;top:3.0625rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LenaLuHALNn6twMynCDuOLDt9C6a0Qhs { width:10rem;height:4rem;top:6rem;left:18.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9AmevPCZk5fNZINs4J5v8HDR0O8Mcp5 { width:2.3125rem;height:2.3125rem;top:3.0625rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBxVxX2g50IzShuoIKVD53iMiXMZ0Dk6 { width:2.3125rem;height:2.3125rem;top:3.125rem;left:45.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzW5A4rZA19ePrLh1ysm7e2aMWo6fFNM { width:10rem;height:2.6875rem;top:6.0625rem;left:37.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAicpghv3Zxl0DO7ahWu1r68I6WlFF0Z { width:8.8125rem;height:2.6875rem;top:6.0625rem;left:35.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvpruTViayOTRxmxfdyZ10P7MCFyOOAX { width:2.3125rem;height:2.3125rem;top:3.125rem;left:38.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMihvQUgy1hVOVrz05kgid0CLkoCOhed { display:block; }#ZMihvQUgy1hVOVrz05kgid0CLkoCOhed > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xcthycipHc1vV3HFXhIMklt6A0ZpK4Tv { width:30.125rem;height:6.75rem;top:4.1875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOXWxZ8WJZ8cBcfc4kznXxiCgalgCNgw { width:36.4375rem;height:19.5rem;top:13.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXfkbq6PlHbW0pKKLFSfw7M9if47vFRh { width:8.75rem;height:2.875rem;top:18.6875rem;left:27rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdevbMkby3CIWxwRm4OHz1q4ztoTX161 { width:8.75rem;height:2.875rem;top:18.8125rem;left:39rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tSeLDNR52zTTBCXdM9CzTNiuL5GLyLsg { width:3.625rem;height:3.625rem;top:14rem;left:42.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #afy4RBVEHf8LrX4rM33qhLSnvitC2UgL { width:8.75rem;height:2.875rem;top:18.8125rem;left:39rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8eCC3C30dVG1DdyG1Kswkn26uSt777d { width:8.75rem;height:2.875rem;top:30.4375rem;left:27rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CI2QtH5IJ73SFPiCdCoxOf24WdEGUtBD { width:8.75rem;height:2.875rem;top:30.5625rem;left:39rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #baoTiaE4Vr2TsI5i1n55X8ppmKn0lABc { width:8.75rem;height:2.875rem;top:30.5625rem;left:39rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #orgJ7Z2tvfGVK7lL7Wxzas7Qxf72lcGp { width:3.125rem;height:3.125rem;top:26.125rem;left:44.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tyw5HwCtxUT2DaLxmsuAsUe4DkAe8RHh { width:3.625rem;height:3.625rem;top:25.625rem;left:29.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmpIbmnobGdeyU58CQXW7f7BdJiXccgT { width:4.4375rem;height:3.25rem;top:14.1875rem;left:43.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMbgfadmtE8ZgTGDxEQGBO4TMcii43ba { width:3.25rem;height:3.25rem;top:14.1875rem;left:29.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5OSkMgT1sJlKnXU6iaxkURWmxz0DDNX { width:3.625rem;height:3.625rem;top:25.625rem;left:42.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x01Sue2CFXGpHRbHmwxi8ZU17thd3hAH { display:block; }#x01Sue2CFXGpHRbHmwxi8ZU17thd3hAH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O61ttVQfvsEZfxOn4Dp37WTTNJQEQxIf .widget-regular-label { width:23.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#O61ttVQfvsEZfxOn4Dp37WTTNJQEQxIf .widget-input-text { width:23.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#O61ttVQfvsEZfxOn4Dp37WTTNJQEQxIf .widget-input-text {padding-top: 0; padding-bottom: 0;}#O61ttVQfvsEZfxOn4Dp37WTTNJQEQxIf .widget-textarea { width:23.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#O61ttVQfvsEZfxOn4Dp37WTTNJQEQxIf .widget-input-select { width:23.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#O61ttVQfvsEZfxOn4Dp37WTTNJQEQxIf .widget-input-select {padding-top: 0; padding-bottom: 0;}#O61ttVQfvsEZfxOn4Dp37WTTNJQEQxIf .widget-input-button { width:23.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#O61ttVQfvsEZfxOn4Dp37WTTNJQEQxIf .widget-checkbox-label { width:22.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#O61ttVQfvsEZfxOn4Dp37WTTNJQEQxIf  { width:23.5625rem;height:auto;top:6.3125rem;left:21.6875rem; }
#O61ttVQfvsEZfxOn4Dp37WTTNJQEQxIf .radio-container { width:23.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#O61ttVQfvsEZfxOn4Dp37WTTNJQEQxIf {display:block;}#O61ttVQfvsEZfxOn4Dp37WTTNJQEQxIf { width:23.5625rem;height:auto;top:6.3125rem;left:21.6875rem; }
 }@media only screen and (max-width: 763px) { #O61ttVQfvsEZfxOn4Dp37WTTNJQEQxIf #dNaaZpvTk57SV2I8cSFKKMFNGOcQTuWb {  }
 }@media only screen and (max-width: 763px) { #O61ttVQfvsEZfxOn4Dp37WTTNJQEQxIf #MNCwVTsOcw9AZvXVCcV67aaQpFFsAPNc {  }
 }@media only screen and (max-width: 763px) { #O61ttVQfvsEZfxOn4Dp37WTTNJQEQxIf #x6C5C38JvegX4mDHbc3ZFwcLJH6DmslN {  }
 }@media only screen and (max-width: 763px) { #O61ttVQfvsEZfxOn4Dp37WTTNJQEQxIf #ZXrDIVeRTpvPR8NqxMViZ3FD8QgqblDW {  }
 }@media only screen and (max-width: 763px) { #O61ttVQfvsEZfxOn4Dp37WTTNJQEQxIf #xOmDEJZHFftv1Isbg7UbvQHqST6w7hkx {  }
 }@media only screen and (max-width: 763px) { #O61ttVQfvsEZfxOn4Dp37WTTNJQEQxIf #cOvTDi1W6kCMLTgeT7cHliCXUI9NoRDy {  }
 }@media only screen and (max-width: 763px) { #O61ttVQfvsEZfxOn4Dp37WTTNJQEQxIf #liRxDPvHfpy8zuoZ92Ce0FdJK2BF4G2X {  }
 }@media only screen and (max-width: 763px) { #O61ttVQfvsEZfxOn4Dp37WTTNJQEQxIf #ZpB9rCxrFnTJHqNCQNNL59OXe0Q12KEf {  }
 }@media only screen and (max-width: 763px) { #O61ttVQfvsEZfxOn4Dp37WTTNJQEQxIf #ebl2wiShOUx4HPP756veQxeHPCcXXQl7 {  }
 }@media only screen and (max-width: 763px) { #O61ttVQfvsEZfxOn4Dp37WTTNJQEQxIf #kZZaFmAgCQoRltWlmk0OZwN3aaM9PxAp {  }
 }@media only screen and (max-width: 763px) { #O61ttVQfvsEZfxOn4Dp37WTTNJQEQxIf #gOvEXw2SNu4XQCx5FS0DM6fAR7QSerHX {  }
 }@media only screen and (max-width: 763px) { #O61ttVQfvsEZfxOn4Dp37WTTNJQEQxIf #qdEaTz0loeaGXTHicUU2U6AwqwyCGoh8 {  }
 }@media only screen and (max-width: 763px) { #O61ttVQfvsEZfxOn4Dp37WTTNJQEQxIf #w8nwb4QwuiiHyXObnky1MuxKDZ9WT3sA {  }
#O61ttVQfvsEZfxOn4Dp37WTTNJQEQxIf #w8nwb4QwuiiHyXObnky1MuxKDZ9WT3sA .container-column{width:50%;} }@media only screen and (max-width: 763px) { #O61ttVQfvsEZfxOn4Dp37WTTNJQEQxIf #DB4xPBDR6d92ylCnvgfN7zQkpvlTNnhz {  }
 }@media only screen and (max-width: 763px) { #O61ttVQfvsEZfxOn4Dp37WTTNJQEQxIf #aEz9BIw5IfI0QFnvKN4D4V0xG6mJVgkg {  }
 }@media only screen and (max-width: 763px) { #O61ttVQfvsEZfxOn4Dp37WTTNJQEQxIf #ZIl8Ve48diBSKLeQD8emhGlyLEh6RTfF {  }
 }@media only screen and (max-width: 763px) { #O61ttVQfvsEZfxOn4Dp37WTTNJQEQxIf #Mxb6KyS0aiDCZXt1k78PDrTR6S5p5Igy {  }
 }@media only screen and (max-width: 763px) { #O61ttVQfvsEZfxOn4Dp37WTTNJQEQxIf #J0Ky0St17WTgEgu3T6Ed9l5k6TR8B2IA {  }
 }@media only screen and (max-width: 763px) { #O61ttVQfvsEZfxOn4Dp37WTTNJQEQxIf #WTuoh8dByPBTrfXOn4ChLn7UurnsLGkL {  }
 }@media only screen and (max-width: 763px) { #O61ttVQfvsEZfxOn4Dp37WTTNJQEQxIf #JTtuB7ChsG24xvcFnpDrd1qunzAUrVzy {  }
 }@media only screen and (max-width: 763px) { #O61ttVQfvsEZfxOn4Dp37WTTNJQEQxIf #TDGxTQHVVkpB7okTG8gaTv6ydgEKQePJ {  }
 }@media only screen and (max-width: 763px) { #O61ttVQfvsEZfxOn4Dp37WTTNJQEQxIf #leGm7TWcOlKyaXM7VgNJXkK4dcecSrpp {  }
 }@media only screen and (max-width: 763px) { #O61ttVQfvsEZfxOn4Dp37WTTNJQEQxIf #CIcwT456Hu21m6i9Noav0M14HoGXSK8X {  }
 }@media only screen and (max-width: 763px) { #O61ttVQfvsEZfxOn4Dp37WTTNJQEQxIf #Z9t8oUgx32gMEPhUVyym6XZWOfIKM4Wi {  }
 }@media only screen and (max-width: 763px) { #KxhCnPVl9dnMmua13w4OVP4G6Fry59hp { width:45.125rem;height:1.1875rem;top:14.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0Dnb3TdGuEzLMWHFdWOCBmwa6ZOvGpa { width:36.0625rem;height:5.5rem;top:7.5rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XrGLcdT34ohro5iLXDMDiMamedOS0l9A { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #OiKy743GHm9yyAdmImzqRWHyufQwT77a { width:46.75rem;height:18.25rem;top:22.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3ltUCXIgo389IKcTy1Kyqp9rhUCLM6X { width:27.9375rem;height:19.6875rem;top:16.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1OucTbZ9OfvXI7i6dfioJoMdgUiPgf4 { display:block; }#S1OucTbZ9OfvXI7i6dfioJoMdgUiPgf4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XiLmO6iH61Iu4AvOt3ECoN3Ccyfyu0TB { width:32.375rem;height:;top:7.0625rem;left:7.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #azdJw0gKcWTD35JApUedlCJGUKAamN03 { width:44.8125rem;height:6.25rem;top:13.875rem;left:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGqWFBHWlEJ2HEhrG7uE6hanAtvFZqqS { width:28.25rem;height:3.4375rem;top:24.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTLFkcGbgBxcPi49iT7fp0TCWLXSVSdc { display:block; }
 }@media only screen and (max-width: 763px) { #NvFHboDZcnexCOIeP2mTziauFz7icvNe { width:28.25rem;height:3.4375rem;top:24.1875rem;left:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jn4TgSeGdsUdH0bU4sU1DdEJrqs1Lzt1 { display:block; }
 }@media only screen and (max-width: 763px) { #iFpcOdvVSIoOFMM1V0RDCEiPA3ZUNlJR { width:28.25rem;height:3.4375rem;top:28.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fitgf9hPFnBq6JwyKdohn4PKRpla9kyg { display:block; }
 }@media only screen and (max-width: 763px) { #swOcR3OyrTv3ZCWOJNIMpeeKxKuRkREw { width:28.25rem;height:3.4375rem;top:28.3125rem;left:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rmGgnRasf7bviytXHixPzJsbWuvMv8AV { display:block; }
 }@media only screen and (max-width: 763px) { #IMKTe2VihvuQdCEyytcZPrJdFtkupG6V { display:block; }#IMKTe2VihvuQdCEyytcZPrJdFtkupG6V > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IsA67Sc0lpUTTzxMJEbLKXIr6SBItJ8b { width:40.9375rem;height:9.4375rem;top:6.25rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tsf7WULh6Tx6v7wugXCu9AFbnynbpiCN { width:35.1875rem;height:4rem;top:18.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHVVAJCUsTlwWyA68hFLTXfoGaZwdLSR { width:16.1875rem;height:3.3125rem;top:26.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJ9IblwTsVDx4BC3v9WFqxV8DE7cug4k { display:block; }
 }@media only screen and (max-width: 763px) { #qxHTliV7Ppxgo4WQuVBWxT2NpEHpcpRm { width:42.1875rem;height:36.25rem;top:0rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oo6UDeRgySZz6eLvauzhf88slaT8wCtJ { width:10.75rem;height:1.125rem;top:15.0625rem;left:37rem;font-size:0.6875rem;display:block; }#oo6UDeRgySZz6eLvauzhf88slaT8wCtJ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c6020e8fb6fd5045eb0d9b3406f4278124def407.svg); }
 }@media only screen and (max-width: 763px) { #Z1F2dyTM7CViE0TgCfOWnsw8dQFbkuKi { width:12.125rem;height:1.9375rem;top:14.6875rem;left:35.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9spTflg1bOidWD5O1nui2tfZ1J5dZfz { width:46.125rem;height:36.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9covatxwq2CLFf4yxuD4KFTyeiaL0Dz { width:9.125rem;height:10.0625rem;top:7.5625rem;left:38.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5OA3Q8mkOCnR16VKTmP2uTUrBNJ9oQF { width:7.6875rem;height:8.6875rem;top:16.5625rem;left:38.642543859649rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVlBbP1zZSf0bsh2sLuRefkONtZ3lyyW { width:12.8125rem;height:1.125rem;top:23.0625rem;left:34.9375rem;font-size:0.6875rem;display:block; }#JVlBbP1zZSf0bsh2sLuRefkONtZ3lyyW li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c6020e8fb6fd5045eb0d9b3406f4278124def407.svg); }
 }@media only screen and (max-width: 763px) { #MLNDGKcFMEv3e06WSf8tuZTTbwupcwLM { width:14.125rem;height:1.9375rem;top:22.6875rem;left:33.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKHu8VL44N6iCCykxxug6NpIJReBDKD3 { width:9.125rem;height:1.125rem;top:27.75rem;left:38.625rem;font-size:0.6875rem;display:block; }#VKHu8VL44N6iCCykxxug6NpIJReBDKD3 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b1cd8c262dcf7b8a2f4115d04b48de95dbed5902.svg); }
 }@media only screen and (max-width: 763px) { #dJcxITQf25Sdd7eZnaWJdP4qIi0geiDG { width:10.3125rem;height:1.9375rem;top:27.375rem;left:37.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTdzAE2G6KzMkdcZiR25vBwzi7pNxWvW { width:8rem;height:2.25rem;top:3.3125rem;left:0rem;font-size:0.6875rem;display:block; }#RTdzAE2G6KzMkdcZiR25vBwzi7pNxWvW li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_08690fd705d258bf89a2666b8a4efd0b523b41b5.svg); }
 }@media only screen and (max-width: 763px) { #bWOWgTGi3pqCz2vUxhJchkqqfL2NGmtM { width:9.5625rem;height:1.9375rem;top:2.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqCSwbzrGKZnIbHPKPJLyAaGLiVaTSSE { display:block; }#lqCSwbzrGKZnIbHPKPJLyAaGLiVaTSSE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WMTvzSoNJdPWC98ntBsvS7bUD15VDIRX { width:8.8125rem;height:8.4375rem;top:3.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AO0NBwDTyi4l9CXwDFffda8nttUyZf8n { width:18rem;height:2.5625rem;top:13.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeienXzKa2FJZLS5UKwR8QmiO0OklkZH { width:29.6875rem;height:;top:3.25rem;left:7.625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6uoFtQ2lD7vNQ1A81fCmuxE5TtWErNJ { width:19.1875rem;height:3.4375rem;top:12.125rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqmozucRWBMcnvCosSTMeDckTxOgEMqI { display:block; }
 }@media only screen and (max-width: 763px) { #WTMNn1frcZ0pvCVI2s5KQzA892iuzmxW { width:1.75rem;height:1.75rem;top:12.9375rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZEDIFE6LWG1HNu5BewXTblv1F4s8eM2 { width:18.9375rem;height:1.8125rem;top:3.25rem;left:28.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ph6kvoMpPKQsZveH2EOhPTCp5kl1Pgvy { width:0.0625rem;height:12.5rem;top:3.25rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESxBKFJFx5SADJ3ooaRJWPTKylP5VuXb { width:0.0625rem;height:12.5rem;top:3.25rem;left:38.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iuc0hqT1rFyokShKxXGCC9ITS4PH7Wku { width:2.0625rem;height:2.0625rem;top:6.4375rem;left:42.0625rem;display:block; }
#Iuc0hqT1rFyokShKxXGCC9ITS4PH7Wku > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; } }@media only screen and (max-width: 763px) { #VWF09BAlyvlP3DltGOnak2GGyaF04NvK { width:2.0625rem;height:2.0625rem;top:6.4375rem;left:45.0625rem;display:block; }
#VWF09BAlyvlP3DltGOnak2GGyaF04NvK > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; } }@media only screen and (max-width: 763px) { #dIREUBIs2IU5sXpdJ4gdJGTaz30uGq1T { width:2.0625rem;height:2.0625rem;top:6.4375rem;left:45.6875rem;display:block; }
#dIREUBIs2IU5sXpdJ4gdJGTaz30uGq1T > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; } }@media only screen and (max-width: 763px) { #dC8IPBBTyEgck6D57VaAniiZKGLt8TfQ { display:block; } #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection *:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="text"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="email"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="tel"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection textarea:focus-visible { outline: none; } #dC8IPBBTyEgck6D57VaAniiZKGLt8TfQ > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #yigZ3OnrzT1pmXPWfFC2XKDCThFbnu9M { display:block; }#yigZ3OnrzT1pmXPWfFC2XKDCThFbnu9M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rpNGEtcJOHifHkEiGGQa9E0b6VORF4hV { width:14.6875rem;height:2.75rem;top:0rem;left:33.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uETNISOUne3yTlRBGZxl24nf5wzsLDry { display:block; }
 }@media only screen and (max-width: 763px) { #lozey0tZVSaOEoNvoQ5afdp32t8pnBN9 { width:1.75rem;height:1.75rem;top:0.5rem;left:46rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #gekR74db4vz8fmCaKBn1PeauCg6t5iM5 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0a706b07-720b-44a2-8d3b-8bbf601d0b70/freepikcomplementeoceudessai279266938969dfc7471a9fc.webp");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#gekR74db4vz8fmCaKBn1PeauCg6t5iM5.adaptive-delivery-prevent-bg, #gekR74db4vz8fmCaKBn1PeauCg6t5iM5.lazyload, #gekR74db4vz8fmCaKBn1PeauCg6t5iM5.lazyloading { background-image: none; }#gekR74db4vz8fmCaKBn1PeauCg6t5iM5 > .row .container { background-color: transparent; background-image: none; }#gekR74db4vz8fmCaKBn1PeauCg6t5iM5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-3),0.28); }#gekR74db4vz8fmCaKBn1PeauCg6t5iM5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gekR74db4vz8fmCaKBn1PeauCg6t5iM5 > .row .container > .video-iframe-container { display: none; }#gekR74db4vz8fmCaKBn1PeauCg6t5iM5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-3),0.28); }#gekR74db4vz8fmCaKBn1PeauCg6t5iM5 > .row > .video-iframe-container { display: none; }#gekR74db4vz8fmCaKBn1PeauCg6t5iM5 > .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); }#gekR74db4vz8fmCaKBn1PeauCg6t5iM5 > .row .container { width:20rem;height:42.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IcMTbuPiHdiEihsxOPQmmxSn9PhCOsci { width:17.8125rem;height:8.9355625rem;top:7.1884765625rem;left:0rem;font-size:1.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fMxz7yFVwPtwdTvKrpyFgbuq0t6lEEAd { width:17.875rem;height:5.59765625rem;top:17.27734375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #KX1BTx1qrV6SnP2AZnvxG7RBxyzG6MIK { width:20rem;height:3.4375rem;top:28.75rem;left:0rem;font-size:0.75rem;z-index:15015;display:none; }
 }@media only screen and (max-width: 763px) { #TIavATr7TuDK1qTKDDCxQbrNMe2Vt5l0 { display:block; }
 }@media only screen and (max-width: 763px) { #e6qw6ubWXKKmZQO7goc2Jc2PJS9zGo1H { width:9rem;height:0.9619125rem;top:31.125rem;left:0.625rem;font-size:0.6875rem;display:block; }#e6qw6ubWXKKmZQO7goc2Jc2PJS9zGo1H li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c6020e8fb6fd5045eb0d9b3406f4278124def407.svg); }
 }@media only screen and (max-width: 763px) { #o3dxdS3le9ST2OcJVp4TlB0Ad1Ax5TAh { width:10.375rem;height:1.9375rem;top:30.625rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(92deg, rgba(var(--color-primary-3),0.59), rgba(var(--color-primary-4),0.69));background-image: -moz-linear-gradient(92deg, rgba(var(--color-primary-3),0.59), rgba(var(--color-primary-4),0.69));background-image: -ms-linear-gradient(92deg, rgba(var(--color-primary-3),0.59), rgba(var(--color-primary-4),0.69));background-image: -o-linear-gradient(92deg, rgba(var(--color-primary-3),0.59), rgba(var(--color-primary-4),0.69));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),0.59)', endColorstr='rgba(var(--color-primary-4),0.69)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),0.59)', endColorstr='rgba(var(--color-primary-4),0.69)' );";background-image: linear-gradient(92deg, rgba(var(--color-primary-3),0.59), rgba(var(--color-primary-4),0.69));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #V3WK2iJ9M2PTJtTfFurNacGNOv4O4H7V { width:12.4375rem;height:0.9619125rem;top:33.75rem;left:0.75rem;font-size:0.6875rem;display:block; }#V3WK2iJ9M2PTJtTfFurNacGNOv4O4H7V li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c6020e8fb6fd5045eb0d9b3406f4278124def407.svg); }
 }@media only screen and (max-width: 763px) { #ELdVyDVlG4l3sEQaI8hZFLqzMMzSpWuA { width:13.9375rem;height:1.9375rem;top:33.3125rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(92deg, rgba(var(--color-primary-3),0.59), rgba(var(--color-primary-4),0.69));background-image: -moz-linear-gradient(92deg, rgba(var(--color-primary-3),0.59), rgba(var(--color-primary-4),0.69));background-image: -ms-linear-gradient(92deg, rgba(var(--color-primary-3),0.59), rgba(var(--color-primary-4),0.69));background-image: -o-linear-gradient(92deg, rgba(var(--color-primary-3),0.59), rgba(var(--color-primary-4),0.69));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),0.59)', endColorstr='rgba(var(--color-primary-4),0.69)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),0.59)', endColorstr='rgba(var(--color-primary-4),0.69)' );";background-image: linear-gradient(92deg, rgba(var(--color-primary-3),0.59), rgba(var(--color-primary-4),0.69));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #o0OqDOMJt8y8zpmCDaoaiOn6NvXwQtyi { width:7.8125rem;height:0.9619125rem;top:36.4375rem;left:0.75rem;font-size:0.6875rem;display:block; }#o0OqDOMJt8y8zpmCDaoaiOn6NvXwQtyi li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b1cd8c262dcf7b8a2f4115d04b48de95dbed5902.svg); }
 }@media only screen and (max-width: 763px) { #BuyvEGpoGaRA6rKrZpI3w52vTdprMFh7 { width:9.25rem;height:1.9375rem;top:36rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(92deg, rgba(var(--color-primary-3),0.59), rgba(var(--color-primary-4),0.69));background-image: -moz-linear-gradient(92deg, rgba(var(--color-primary-3),0.59), rgba(var(--color-primary-4),0.69));background-image: -ms-linear-gradient(92deg, rgba(var(--color-primary-3),0.59), rgba(var(--color-primary-4),0.69));background-image: -o-linear-gradient(92deg, rgba(var(--color-primary-3),0.59), rgba(var(--color-primary-4),0.69));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),0.59)', endColorstr='rgba(var(--color-primary-4),0.69)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),0.59)', endColorstr='rgba(var(--color-primary-4),0.69)' );";background-image: linear-gradient(92deg, rgba(var(--color-primary-3),0.59), rgba(var(--color-primary-4),0.69));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #iAXPntt5V5bLoozU5nQnEVMHC9dNRKty { width:20rem;height:53.8125rem;top:-5.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #dKb9Qgb8i21HHw59eX8DvZ7DhDlPr2L1 { width:7.125rem;height:1.8125rem;top:2.5625rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJ6Iru4Wm0rc0TlLKXFkEb32yf85EMRT { width:5.1875rem;height:3.4375rem;top:1.6875rem;left:-0.9140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vut6GIwesf5T5TLwmriF3I1RpICTPktl { width:4.9375rem;height:1rem;top:3.09375rem;left:15.0625rem;font-size:0.5rem;text-align:right;text-align-last:right;line-height:1;display:block; }#Vut6GIwesf5T5TLwmriF3I1RpICTPktl li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_dc7c702f7ebb4f647698bf4175168ab29fb0ae1d.svg); }
 }@media only screen and (max-width: 763px) { #btV2D8lEgoaZFlMPtcTFpmm5grec9etn { display:flex;width:1.125rem;height:1.125rem;top:27.0625rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #E6TKp341q8fkLv9HHdZXDcJM3zb12Spc { width:20rem;height:17.4375rem;top:6.625rem;left:-1.4375rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4DuxzdQOeBPZ2sakoo2MqQSTgkfwrhk { width:12.9375rem;height:3.4375rem;top:25.9375rem;left:0rem;font-size:0.75rem;z-index:14984;text-align:left;text-align-last:left;border-top:0;border-left:2.75rem solid rgba(0,0,0,0);border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #xeka5Dcu4Prb4ydzD07gJ7OFQZmlgTIF { display:block; }
 }@media only screen and (max-width: 763px) { #wufTt8DDTBlqcTUp1J2QAm7vk0HvqTVR { width:8.3125rem;height:1.9375rem;top:38.875rem;left:0.0625rem;background-color:transparent;background-image: -webkit-linear-gradient(92deg, rgba(var(--color-primary-3),0.59), rgba(var(--color-primary-4),0.69));background-image: -moz-linear-gradient(92deg, rgba(var(--color-primary-3),0.59), rgba(var(--color-primary-4),0.69));background-image: -ms-linear-gradient(92deg, rgba(var(--color-primary-3),0.59), rgba(var(--color-primary-4),0.69));background-image: -o-linear-gradient(92deg, rgba(var(--color-primary-3),0.59), rgba(var(--color-primary-4),0.69));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),0.59)', endColorstr='rgba(var(--color-primary-4),0.69)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),0.59)', endColorstr='rgba(var(--color-primary-4),0.69)' );";background-image: linear-gradient(92deg, rgba(var(--color-primary-3),0.59), rgba(var(--color-primary-4),0.69));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #n793JSwnzlTUvLocuDsoOScfP1h1fqzW { width:6.9375rem;height:0.9619125rem;top:39.48828125rem;left:0.71875rem;font-size:0.6875rem;display:block; }#n793JSwnzlTUvLocuDsoOScfP1h1fqzW li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b1cd8c262dcf7b8a2f4115d04b48de95dbed5902.svg); }
 }@media only screen and (max-width: 763px) { #wJx8sp2rmCn6725STvaBc3DeSVM4ibTx { display:block; }#wJx8sp2rmCn6725STvaBc3DeSVM4ibTx > .row .container { width:20rem;height:40.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vLF6idTVDi9lkbGIqk7UDx5apyC07tJk { width:20rem;height:13.7715rem;top:9rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#vLF6idTVDi9lkbGIqk7UDx5apyC07tJk li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_2d006718d8e217328e70b6f173bc066a740add0e.svg); }
 }@media only screen and (max-width: 763px) { #PrQ4ptHDtbmmX7LH9DlHdpew3CErTkXM { width:16.125rem;height:3.75rem;top:3.375rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Gm1nuUAcEGFWJxTGba3lFVAvCRFaypHP { width:20rem;height:10.9375rem;top:37.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rW1r7VcRBuH2WmSQcRJfPPlJFM45Tabb { width:20rem;height:42.8125rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vn2QTrQpKbfsy8ZJcD2sV9yrc5r7TiNE { width:20rem;height:16.25rem;top:22.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6xkLvGNRL2kyrMFJukDZN5ThkQNXk6S { width:9.375rem;height:0.9619125rem;top:32.6875rem;left:9.9375rem;font-size:0.6875rem;display:block; }#h6xkLvGNRL2kyrMFJukDZN5ThkQNXk6S li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b1cd8c262dcf7b8a2f4115d04b48de95dbed5902.svg); }
 }@media only screen and (max-width: 763px) { #xrx6mShLREnlCHuHFXTSqfFvNDlR8mWP { width:10.8125rem;height:1.9375rem;top:32.25rem;left:9.1875rem;background-color:transparent;background-image: -webkit-linear-gradient(92deg, rgba(var(--color-primary-3),0.59), rgba(var(--color-primary-4),0.69));background-image: -moz-linear-gradient(92deg, rgba(var(--color-primary-3),0.59), rgba(var(--color-primary-4),0.69));background-image: -ms-linear-gradient(92deg, rgba(var(--color-primary-3),0.59), rgba(var(--color-primary-4),0.69));background-image: -o-linear-gradient(92deg, rgba(var(--color-primary-3),0.59), rgba(var(--color-primary-4),0.69));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),0.59)', endColorstr='rgba(var(--color-primary-4),0.69)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),0.59)', endColorstr='rgba(var(--color-primary-4),0.69)' );";background-image: linear-gradient(92deg, rgba(var(--color-primary-3),0.59), rgba(var(--color-primary-4),0.69));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #O6tA3qt9JErJ3NQe2tGeZP0TbfJdy31J { display:block; }#O6tA3qt9JErJ3NQe2tGeZP0TbfJdy31J > .row .container { width:20rem;height:23.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TflOnzT85y3aAUBinRpTBQCcfBb14EuS { width:20rem;height:6.75rem;top:8.875rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VyoWdALJruTSV5CO8i7MWxSefmrTlliB { width:7.5rem;height:6.375rem;top:1.25rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEM3sHy5TPeJO7UdTWbnSVHqU0lktwU4 { width:11.6875rem;height:3.3125rem;top:16.875rem;left:4.125rem;font-size:0.875rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #oNpsfFLTAOXpnzfT9PKCm0F9ldKe9edH { display:block; }
 }@media only screen and (max-width: 763px) { #S4aILV6wGKJrhGX38dnexnrnzOD7dDJl { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/283719ae-dcdd-4557-9a41-4c01b0abeddc/download83.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#S4aILV6wGKJrhGX38dnexnrnzOD7dDJl.adaptive-delivery-prevent-bg, #S4aILV6wGKJrhGX38dnexnrnzOD7dDJl.lazyload, #S4aILV6wGKJrhGX38dnexnrnzOD7dDJl.lazyloading { background-image: none; }#S4aILV6wGKJrhGX38dnexnrnzOD7dDJl > .row .container { background-color: transparent; background-image: none; }#S4aILV6wGKJrhGX38dnexnrnzOD7dDJl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S4aILV6wGKJrhGX38dnexnrnzOD7dDJl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S4aILV6wGKJrhGX38dnexnrnzOD7dDJl > .row .container > .video-iframe-container { display: none; }#S4aILV6wGKJrhGX38dnexnrnzOD7dDJl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S4aILV6wGKJrhGX38dnexnrnzOD7dDJl > .row > .video-iframe-container { display: none; }#S4aILV6wGKJrhGX38dnexnrnzOD7dDJl > .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); }#S4aILV6wGKJrhGX38dnexnrnzOD7dDJl > .row .container { border-width: 0; border-radius: 0; }#S4aILV6wGKJrhGX38dnexnrnzOD7dDJl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S4aILV6wGKJrhGX38dnexnrnzOD7dDJl > .row .container { width:20rem;height:12.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a0vtJeaWr07HXz5srbD4rCExs2vgsdSk { display:block; }#a0vtJeaWr07HXz5srbD4rCExs2vgsdSk > .row .container { width:20rem;height:76.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dzLCNT4Vr7Q9VuSNS3R4vmPMQ1icTy1C { width:17.8125rem;height:27.875rem;top:27.4072265625rem;left:0rem;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/994daaab-6efa-47e1-8489-ce39c0479c25/download8169df8c3f6e5cb.webp");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#dzLCNT4Vr7Q9VuSNS3R4vmPMQ1icTy1C.adaptive-delivery-prevent-bg, #dzLCNT4Vr7Q9VuSNS3R4vmPMQ1icTy1C.lazyload, #dzLCNT4Vr7Q9VuSNS3R4vmPMQ1icTy1C.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #PBU1GtftrTdGotzo3hacQa0BHXATnQfk { width:20rem;height:13.983375rem;top:9.25rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#PBU1GtftrTdGotzo3hacQa0BHXATnQfk li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_89d9dd20192573c676fced7d4676096c61137de8.svg); }
 }@media only screen and (max-width: 763px) { #NouLxHl4T8PyVl3L33CQdrPUi2Eue1Jw { width:20rem;height:3.75rem;top:3.125rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #T6gcJqBeTDszp8QW3f1ayOSTH5QUVTLe { width:6.8125rem;height:14.5rem;top:31.75rem;left:2.4375rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VunOqgsyRMdxdoT7RBh6Ht7ysb5LaXvM { width:3.125rem;height:3rem;top:32.6875rem;left:4.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IH17cH6oyVHDaSTe56KF8FuV4WJtWFK7 { width:5.375rem;height:3rem;top:36.5947265625rem;left:3.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgpqduTDSTkveODTPtpf3iUdT1qmug1Q { width:5.375rem;height:3rem;top:39.8447265625rem;left:3.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VL2OP9R9qdKQnL8gW8iboR7eM5hXIAS4 { width:20rem;height:19.4375rem;top:55.3125rem;left:0rem;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8PVP5yTa6uoOFxIzkLf4Tb79KuIl0um { width:1.25rem;height:1.25rem;top:61.375rem;left:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVHgDBFQWFzUc50BoH9HZquTsAVAqWdv { width:1.625rem;height:1.625rem;top:60.8125rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAuCEVF9lkMdd0PBrDiJUAKO63xg5t7X { display:block; }#uAuCEVF9lkMdd0PBrDiJUAKO63xg5t7X > .row .container { width:20rem;height:22.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vf5PDaeC3cVGBttFcsJovEBbplkHwnUK { width:7.3125rem;height:4.048825rem;top:5.0625rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LrTv6fUy3V1oTTK24pWMJnXaM4KndsTI { display:flex;width:2.3125rem;height:2.3125rem;top:2.8125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OwrqDh1HGpB86T8q2g3Vdx5Xq3VrH3Qq { width:6.875rem;height:4.048825rem;top:5.0615234375rem;left:13.125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #meS09Zvl4Zl8MxVTStxCPkQpMENSDtxQ { display:flex;width:2.3125rem;height:2.3125rem;top:2.8125rem;left:13.125rem; }
 }@media only screen and (max-width: 763px) { #LenaLuHALNn6twMynCDuOLDt9C6a0Qhs { width:6.375rem;height:5.3984375rem;top:15rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #a9AmevPCZk5fNZINs4J5v8HDR0O8Mcp5 { display:flex;width:2.3125rem;height:2.3125rem;top:12.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UBxVxX2g50IzShuoIKVD53iMiXMZ0Dk6 { display:flex;width:2.3125rem;height:2.3125rem;top:23.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #AzW5A4rZA19ePrLh1ysm7e2aMWo6fFNM { width:6.875rem;height:0;top:25.625rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #WAicpghv3Zxl0DO7ahWu1r68I6WlFF0Z { width:6.3125rem;height:4.048825rem;top:14.9990234375rem;left:13.125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PvpruTViayOTRxmxfdyZ10P7MCFyOOAX { display:flex;width:2.3125rem;height:2.3125rem;top:12.75rem;left:13.125rem; }
 }@media only screen and (max-width: 763px) { #ZMihvQUgy1hVOVrz05kgid0CLkoCOhed { display:block; }#ZMihvQUgy1hVOVrz05kgid0CLkoCOhed > .row .container { width:20rem;height:73.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xcthycipHc1vV3HFXhIMklt6A0ZpK4Tv { width:20rem;height:7.5rem;top:3.9375rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tOXWxZ8WJZ8cBcfc4kznXxiCgalgCNgw { width:20rem;height:24.855475rem;top:12.31640625rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sXfkbq6PlHbW0pKKLFSfw7M9if47vFRh { width:8.75rem;height:2.923825rem;top:45.9375rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TdevbMkby3CIWxwRm4OHz1q4ztoTX161 { width:8.75rem;height:2.923825rem;top:45.9375rem;left:11.25rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tSeLDNR52zTTBCXdM9CzTNiuL5GLyLsg { width:3.625rem;height:3.625rem;top:41.375rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #afy4RBVEHf8LrX4rM33qhLSnvitC2UgL { width:8.75rem;height:2.923825rem;top:55.75rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #H8eCC3C30dVG1DdyG1Kswkn26uSt777d { width:8.75rem;height:2.923825rem;top:55.75rem;left:11.25rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CI2QtH5IJ73SFPiCdCoxOf24WdEGUtBD { width:8.75rem;height:2.923825rem;top:65.9375rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #baoTiaE4Vr2TsI5i1n55X8ppmKn0lABc { width:8.75rem;height:2.923825rem;top:65.9375rem;left:10.8125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #orgJ7Z2tvfGVK7lL7Wxzas7Qxf72lcGp { display:flex;width:3.125rem;height:3.125rem;top:61.125rem;left:10.8125rem; }
 }@media only screen and (max-width: 763px) { #Tyw5HwCtxUT2DaLxmsuAsUe4DkAe8RHh { width:3.625rem;height:3.625rem;top:50.875rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmpIbmnobGdeyU58CQXW7f7BdJiXccgT { width:4.4375rem;height:3.25rem;top:51.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMbgfadmtE8ZgTGDxEQGBO4TMcii43ba { width:3.25rem;height:3.25rem;top:41.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5OSkMgT1sJlKnXU6iaxkURWmxz0DDNX { width:3.625rem;height:3.625rem;top:60.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x01Sue2CFXGpHRbHmwxi8ZU17thd3hAH { display:block; }#x01Sue2CFXGpHRbHmwxi8ZU17thd3hAH > .row .container { width:20rem;height:58.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O61ttVQfvsEZfxOn4Dp37WTTNJQEQxIf .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#O61ttVQfvsEZfxOn4Dp37WTTNJQEQxIf .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#O61ttVQfvsEZfxOn4Dp37WTTNJQEQxIf .widget-input-text {padding-top: 0; padding-bottom: 0;}#O61ttVQfvsEZfxOn4Dp37WTTNJQEQxIf .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#O61ttVQfvsEZfxOn4Dp37WTTNJQEQxIf .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#O61ttVQfvsEZfxOn4Dp37WTTNJQEQxIf .widget-input-select {padding-top: 0; padding-bottom: 0;}#O61ttVQfvsEZfxOn4Dp37WTTNJQEQxIf .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.0625rem;overflow:hidden; }
#O61ttVQfvsEZfxOn4Dp37WTTNJQEQxIf .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#O61ttVQfvsEZfxOn4Dp37WTTNJQEQxIf  { width:17.5rem;height:auto;top:23.25rem;left:0rem; }
#O61ttVQfvsEZfxOn4Dp37WTTNJQEQxIf .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#O61ttVQfvsEZfxOn4Dp37WTTNJQEQxIf {display:block;}#O61ttVQfvsEZfxOn4Dp37WTTNJQEQxIf { width:17.5rem;height:auto;top:23.25rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #O61ttVQfvsEZfxOn4Dp37WTTNJQEQxIf #dNaaZpvTk57SV2I8cSFKKMFNGOcQTuWb {  }
 }@media only screen and (max-width: 763px) { #O61ttVQfvsEZfxOn4Dp37WTTNJQEQxIf #MNCwVTsOcw9AZvXVCcV67aaQpFFsAPNc {  }
 }@media only screen and (max-width: 763px) { #O61ttVQfvsEZfxOn4Dp37WTTNJQEQxIf #x6C5C38JvegX4mDHbc3ZFwcLJH6DmslN {  }
 }@media only screen and (max-width: 763px) { #O61ttVQfvsEZfxOn4Dp37WTTNJQEQxIf #ZXrDIVeRTpvPR8NqxMViZ3FD8QgqblDW {  }
 }@media only screen and (max-width: 763px) { #O61ttVQfvsEZfxOn4Dp37WTTNJQEQxIf #xOmDEJZHFftv1Isbg7UbvQHqST6w7hkx {  }
 }@media only screen and (max-width: 763px) { #O61ttVQfvsEZfxOn4Dp37WTTNJQEQxIf #cOvTDi1W6kCMLTgeT7cHliCXUI9NoRDy {  }
 }@media only screen and (max-width: 763px) { #O61ttVQfvsEZfxOn4Dp37WTTNJQEQxIf #liRxDPvHfpy8zuoZ92Ce0FdJK2BF4G2X {  }
 }@media only screen and (max-width: 763px) { #O61ttVQfvsEZfxOn4Dp37WTTNJQEQxIf #ZpB9rCxrFnTJHqNCQNNL59OXe0Q12KEf {  }
 }@media only screen and (max-width: 763px) { #O61ttVQfvsEZfxOn4Dp37WTTNJQEQxIf #ebl2wiShOUx4HPP756veQxeHPCcXXQl7 {  }
 }@media only screen and (max-width: 763px) { #O61ttVQfvsEZfxOn4Dp37WTTNJQEQxIf #kZZaFmAgCQoRltWlmk0OZwN3aaM9PxAp {  }
 }@media only screen and (max-width: 763px) { #O61ttVQfvsEZfxOn4Dp37WTTNJQEQxIf #gOvEXw2SNu4XQCx5FS0DM6fAR7QSerHX {  }
 }@media only screen and (max-width: 763px) { #O61ttVQfvsEZfxOn4Dp37WTTNJQEQxIf #qdEaTz0loeaGXTHicUU2U6AwqwyCGoh8 {  }
 }@media only screen and (max-width: 763px) { #O61ttVQfvsEZfxOn4Dp37WTTNJQEQxIf #w8nwb4QwuiiHyXObnky1MuxKDZ9WT3sA {  }
#O61ttVQfvsEZfxOn4Dp37WTTNJQEQxIf #w8nwb4QwuiiHyXObnky1MuxKDZ9WT3sA .container-column{width:50%;} }@media only screen and (max-width: 763px) { #O61ttVQfvsEZfxOn4Dp37WTTNJQEQxIf #DB4xPBDR6d92ylCnvgfN7zQkpvlTNnhz {  }
 }@media only screen and (max-width: 763px) { #O61ttVQfvsEZfxOn4Dp37WTTNJQEQxIf #aEz9BIw5IfI0QFnvKN4D4V0xG6mJVgkg {  }
 }@media only screen and (max-width: 763px) { #O61ttVQfvsEZfxOn4Dp37WTTNJQEQxIf #ZIl8Ve48diBSKLeQD8emhGlyLEh6RTfF {  }
 }@media only screen and (max-width: 763px) { #O61ttVQfvsEZfxOn4Dp37WTTNJQEQxIf #Mxb6KyS0aiDCZXt1k78PDrTR6S5p5Igy {  }
 }@media only screen and (max-width: 763px) { #O61ttVQfvsEZfxOn4Dp37WTTNJQEQxIf #J0Ky0St17WTgEgu3T6Ed9l5k6TR8B2IA {  }
 }@media only screen and (max-width: 763px) { #O61ttVQfvsEZfxOn4Dp37WTTNJQEQxIf #WTuoh8dByPBTrfXOn4ChLn7UurnsLGkL {  }
 }@media only screen and (max-width: 763px) { #O61ttVQfvsEZfxOn4Dp37WTTNJQEQxIf #JTtuB7ChsG24xvcFnpDrd1qunzAUrVzy {  }
 }@media only screen and (max-width: 763px) { #O61ttVQfvsEZfxOn4Dp37WTTNJQEQxIf #TDGxTQHVVkpB7okTG8gaTv6ydgEKQePJ {  }
 }@media only screen and (max-width: 763px) { #O61ttVQfvsEZfxOn4Dp37WTTNJQEQxIf #leGm7TWcOlKyaXM7VgNJXkK4dcecSrpp {  }
 }@media only screen and (max-width: 763px) { #O61ttVQfvsEZfxOn4Dp37WTTNJQEQxIf #CIcwT456Hu21m6i9Noav0M14HoGXSK8X {  }
 }@media only screen and (max-width: 763px) { #O61ttVQfvsEZfxOn4Dp37WTTNJQEQxIf #Z9t8oUgx32gMEPhUVyym6XZWOfIKM4Wi {  }
 }@media only screen and (max-width: 763px) { #KxhCnPVl9dnMmua13w4OVP4G6Fry59hp { width:20rem;height:4.125rem;top:14.875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z0Dnb3TdGuEzLMWHFdWOCBmwa6ZOvGpa { width:20rem;height:3.1621125rem;top:1.8779296875rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XrGLcdT34ohro5iLXDMDiMamedOS0l9A { display:flex;top:20.6875rem;left:9.1875rem;width:1.625rem;height:1.625rem;z-index:15004;opacity:.36; }
 }@media only screen and (max-width: 763px) { #OiKy743GHm9yyAdmImzqRWHyufQwT77a { width:20rem;height:7.3125rem;top:6.2109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3ltUCXIgo389IKcTy1Kyqp9rhUCLM6X { width:13.6875rem;height:6.9375rem;top:2.5234375rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1OucTbZ9OfvXI7i6dfioJoMdgUiPgf4 { display:block; }#S1OucTbZ9OfvXI7i6dfioJoMdgUiPgf4 > .row .container { width:20rem;height:42.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XiLmO6iH61Iu4AvOt3ECoN3Ccyfyu0TB { width:20rem;height:3.4375rem;top:3.9375rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #azdJw0gKcWTD35JApUedlCJGUKAamN03 { width:20rem;height:10.5rem;top:9.375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oGqWFBHWlEJ2HEhrG7uE6hanAtvFZqqS { width:18.75rem;height:3.4375rem;top:22.0625rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTLFkcGbgBxcPi49iT7fp0TCWLXSVSdc { display:block; }
 }@media only screen and (max-width: 763px) { #NvFHboDZcnexCOIeP2mTziauFz7icvNe { width:18.75rem;height:3.4375rem;top:26.25rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jn4TgSeGdsUdH0bU4sU1DdEJrqs1Lzt1 { display:block; }
 }@media only screen and (max-width: 763px) { #iFpcOdvVSIoOFMM1V0RDCEiPA3ZUNlJR { width:18.75rem;height:3.4375rem;top:30.5rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fitgf9hPFnBq6JwyKdohn4PKRpla9kyg { display:block; }
 }@media only screen and (max-width: 763px) { #swOcR3OyrTv3ZCWOJNIMpeeKxKuRkREw { width:18.75rem;height:3.4375rem;top:34.625rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rmGgnRasf7bviytXHixPzJsbWuvMv8AV { display:block; }
 }@media only screen and (max-width: 763px) { #IMKTe2VihvuQdCEyytcZPrJdFtkupG6V { background-color:transparent;background-image:none;display:none; }#IMKTe2VihvuQdCEyytcZPrJdFtkupG6V > .row .container { width:20rem;height:50.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #IsA67Sc0lpUTTzxMJEbLKXIr6SBItJ8b { width:20rem;height:6.1875rem;top:5.3125rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tsf7WULh6Tx6v7wugXCu9AFbnynbpiCN { width:20rem;height:7.9980625rem;top:12.2216796875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RHVVAJCUsTlwWyA68hFLTXfoGaZwdLSR { width:12.75rem;height:3.4375rem;top:44.0625rem;left:3.625rem;font-size:0.875rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #UJ9IblwTsVDx4BC3v9WFqxV8DE7cug4k { display:block; }
 }@media only screen and (max-width: 763px) { #qxHTliV7Ppxgo4WQuVBWxT2NpEHpcpRm { width:20rem;height:16.6875rem;top:64.2216796875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #oo6UDeRgySZz6eLvauzhf88slaT8wCtJ { width:9rem;height:0.9619125rem;top:26.0625rem;left:1.0625rem;font-size:0.6875rem;display:block; }#oo6UDeRgySZz6eLvauzhf88slaT8wCtJ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c6020e8fb6fd5045eb0d9b3406f4278124def407.svg); }
 }@media only screen and (max-width: 763px) { #Z1F2dyTM7CViE0TgCfOWnsw8dQFbkuKi { width:10.375rem;height:1.9375rem;top:25.5625rem;left:0.4375rem;background-color:transparent;background-image: -webkit-linear-gradient(92deg, rgba(var(--color-primary-3),0.59), rgba(var(--color-primary-4),0.69));background-image: -moz-linear-gradient(92deg, rgba(var(--color-primary-3),0.59), rgba(var(--color-primary-4),0.69));background-image: -ms-linear-gradient(92deg, rgba(var(--color-primary-3),0.59), rgba(var(--color-primary-4),0.69));background-image: -o-linear-gradient(92deg, rgba(var(--color-primary-3),0.59), rgba(var(--color-primary-4),0.69));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),0.59)', endColorstr='rgba(var(--color-primary-4),0.69)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),0.59)', endColorstr='rgba(var(--color-primary-4),0.69)' );";background-image: linear-gradient(92deg, rgba(var(--color-primary-3),0.59), rgba(var(--color-primary-4),0.69));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #u9spTflg1bOidWD5O1nui2tfZ1J5dZfz { width:20rem;height:15.5rem;top:22.4375rem;left:0rem;background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/uc/fda28c8f-fe3a-4ea9-b3da-11f3549935bc/download69.webp");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }#u9spTflg1bOidWD5O1nui2tfZ1J5dZfz.adaptive-delivery-prevent-bg, #u9spTflg1bOidWD5O1nui2tfZ1J5dZfz.lazyload, #u9spTflg1bOidWD5O1nui2tfZ1J5dZfz.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #P9covatxwq2CLFf4yxuD4KFTyeiaL0Dz { width:5rem;height:5.3125rem;top:24.75rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5OA3Q8mkOCnR16VKTmP2uTUrBNJ9oQF { width:5.0625rem;height:5.6875rem;top:28.9375rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVlBbP1zZSf0bsh2sLuRefkONtZ3lyyW { width:11rem;height:0.9619125rem;top:32.875rem;left:6.75rem;font-size:0.6875rem;display:block; }#JVlBbP1zZSf0bsh2sLuRefkONtZ3lyyW li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c6020e8fb6fd5045eb0d9b3406f4278124def407.svg); }
 }@media only screen and (max-width: 763px) { #MLNDGKcFMEv3e06WSf8tuZTTbwupcwLM { width:12.4375rem;height:1.9375rem;top:32.4375rem;left:6rem;background-color:transparent;background-image: -webkit-linear-gradient(92deg, rgba(var(--color-primary-3),0.59), rgba(var(--color-primary-4),0.69));background-image: -moz-linear-gradient(92deg, rgba(var(--color-primary-3),0.59), rgba(var(--color-primary-4),0.69));background-image: -ms-linear-gradient(92deg, rgba(var(--color-primary-3),0.59), rgba(var(--color-primary-4),0.69));background-image: -o-linear-gradient(92deg, rgba(var(--color-primary-3),0.59), rgba(var(--color-primary-4),0.69));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),0.59)', endColorstr='rgba(var(--color-primary-4),0.69)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),0.59)', endColorstr='rgba(var(--color-primary-4),0.69)' );";background-image: linear-gradient(92deg, rgba(var(--color-primary-3),0.59), rgba(var(--color-primary-4),0.69));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #VKHu8VL44N6iCCykxxug6NpIJReBDKD3 { width:7.8125rem;height:0.9619125rem;top:35.5625rem;left:2.5rem;font-size:0.6875rem;display:block; }#VKHu8VL44N6iCCykxxug6NpIJReBDKD3 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b1cd8c262dcf7b8a2f4115d04b48de95dbed5902.svg); }
 }@media only screen and (max-width: 763px) { #dJcxITQf25Sdd7eZnaWJdP4qIi0geiDG { width:9.25rem;height:1.9375rem;top:35.125rem;left:1.75rem;background-color:transparent;background-image: -webkit-linear-gradient(92deg, rgba(var(--color-primary-3),0.59), rgba(var(--color-primary-4),0.69));background-image: -moz-linear-gradient(92deg, rgba(var(--color-primary-3),0.59), rgba(var(--color-primary-4),0.69));background-image: -ms-linear-gradient(92deg, rgba(var(--color-primary-3),0.59), rgba(var(--color-primary-4),0.69));background-image: -o-linear-gradient(92deg, rgba(var(--color-primary-3),0.59), rgba(var(--color-primary-4),0.69));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),0.59)', endColorstr='rgba(var(--color-primary-4),0.69)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),0.59)', endColorstr='rgba(var(--color-primary-4),0.69)' );";background-image: linear-gradient(92deg, rgba(var(--color-primary-3),0.59), rgba(var(--color-primary-4),0.69));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #RTdzAE2G6KzMkdcZiR25vBwzi7pNxWvW { width:6.9375rem;height:0.9619125rem;top:2.5625rem;left:6.5rem;font-size:0.6875rem;display:block; }#RTdzAE2G6KzMkdcZiR25vBwzi7pNxWvW li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_08690fd705d258bf89a2666b8a4efd0b523b41b5.svg); }
 }@media only screen and (max-width: 763px) { #bWOWgTGi3pqCz2vUxhJchkqqfL2NGmtM { width:8.1875rem;height:1.6875rem;top:2.125rem;left:5.9375rem;background-color:transparent;background-image: -webkit-linear-gradient(92deg, rgba(var(--color-primary-3),0.59), rgba(var(--color-primary-4),0.69));background-image: -moz-linear-gradient(92deg, rgba(var(--color-primary-3),0.59), rgba(var(--color-primary-4),0.69));background-image: -ms-linear-gradient(92deg, rgba(var(--color-primary-3),0.59), rgba(var(--color-primary-4),0.69));background-image: -o-linear-gradient(92deg, rgba(var(--color-primary-3),0.59), rgba(var(--color-primary-4),0.69));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),0.59)', endColorstr='rgba(var(--color-primary-4),0.69)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),0.59)', endColorstr='rgba(var(--color-primary-4),0.69)' );";background-image: linear-gradient(92deg, rgba(var(--color-primary-3),0.59), rgba(var(--color-primary-4),0.69));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #lqCSwbzrGKZnIbHPKPJLyAaGLiVaTSSE { display:block; }#lqCSwbzrGKZnIbHPKPJLyAaGLiVaTSSE > .row .container { width:20rem;height:41.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WMTvzSoNJdPWC98ntBsvS7bUD15VDIRX { width:9.75rem;height:9.375rem;top:1.875rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AO0NBwDTyi4l9CXwDFffda8nttUyZf8n { width:17.4375rem;height:2.923825rem;top:11.375rem;left:1.28125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IeienXzKa2FJZLS5UKwR8QmiO0OklkZH { width:20rem;height:3.7109375rem;top:17.6669921875rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F6uoFtQ2lD7vNQ1A81fCmuxE5TtWErNJ { width:19.1875rem;height:3.4375rem;top:22.9375rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqmozucRWBMcnvCosSTMeDckTxOgEMqI { display:block; }
 }@media only screen and (max-width: 763px) { #WTMNn1frcZ0pvCVI2s5KQzA892iuzmxW { display:flex;width:1.75rem;height:1.75rem;top:23.8125rem;left:1.3125rem; }
 }@media only screen and (max-width: 763px) { #gZEDIFE6LWG1HNu5BewXTblv1F4s8eM2 { width:16.4375rem;height:1.8684875rem;top:28.826171875rem;left:1.78125rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ph6kvoMpPKQsZveH2EOhPTCp5kl1Pgvy { width:0.0625rem;height:12.5rem;top:12.72949375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ESxBKFJFx5SADJ3ooaRJWPTKylP5VuXb { width:0.0625rem;height:12.5rem;top:50.7666125rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Iuc0hqT1rFyokShKxXGCC9ITS4PH7Wku { display:flex;width:2.0625rem;height:2.0625rem;top:32.5625rem;left:5.75rem; }
#Iuc0hqT1rFyokShKxXGCC9ITS4PH7Wku > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; } }@media only screen and (max-width: 763px) { #VWF09BAlyvlP3DltGOnak2GGyaF04NvK { display:flex;width:2.0625rem;height:2.0625rem;top:32.5625rem;left:9.0625rem; }
#VWF09BAlyvlP3DltGOnak2GGyaF04NvK > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; } }@media only screen and (max-width: 763px) { #dIREUBIs2IU5sXpdJ4gdJGTaz30uGq1T { display:flex;width:2.0625rem;height:2.0625rem;top:32.5625rem;left:12.25rem; }
#dIREUBIs2IU5sXpdJ4gdJGTaz30uGq1T > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; } }@media only screen and (max-width: 763px) { #dC8IPBBTyEgck6D57VaAniiZKGLt8TfQ { display:block; } #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection *:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="text"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="email"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="tel"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection textarea:focus-visible { outline: none; } #dC8IPBBTyEgck6D57VaAniiZKGLt8TfQ > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #yigZ3OnrzT1pmXPWfFC2XKDCThFbnu9M { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#yigZ3OnrzT1pmXPWfFC2XKDCThFbnu9M { background-color: transparent; background-image: none; }#yigZ3OnrzT1pmXPWfFC2XKDCThFbnu9M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yigZ3OnrzT1pmXPWfFC2XKDCThFbnu9M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yigZ3OnrzT1pmXPWfFC2XKDCThFbnu9M > .row .container > .video-iframe-container { display: none; }#yigZ3OnrzT1pmXPWfFC2XKDCThFbnu9M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yigZ3OnrzT1pmXPWfFC2XKDCThFbnu9M > .row > .video-iframe-container { display: none; }#yigZ3OnrzT1pmXPWfFC2XKDCThFbnu9M > .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); }#yigZ3OnrzT1pmXPWfFC2XKDCThFbnu9M { border-width: 0; border-radius: 0; }#yigZ3OnrzT1pmXPWfFC2XKDCThFbnu9M > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yigZ3OnrzT1pmXPWfFC2XKDCThFbnu9M > .row .container { width:20rem;height:5rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rpNGEtcJOHifHkEiGGQa9E0b6VORF4hV { width:11.625rem;height:2.75rem;top:1.0625rem;left:8.375rem;font-size:0.875rem;box-shadow: 0.75rem 0.875rem 1.3125rem rgba(var(--color-primary-4),0.43) ;display:block; }
 }@media only screen and (max-width: 763px) { #uETNISOUne3yTlRBGZxl24nf5wzsLDry { display:block; }
 }@media only screen and (max-width: 763px) { #lozey0tZVSaOEoNvoQ5afdp32t8pnBN9 { display:flex;width:1.3125rem;height:1.3125rem;top:1.78125rem;left:9.21875rem; }
 }