.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:219,232,243;--color-primary-1:134,179,214;--color-primary-2:12,103,173;--color-primary-3:6,52,87;--color-primary-4:2,15,26;--color-secondary-0:255,255,255;--color-secondary-1:255,255,255;--color-secondary-2:255,255,255;--color-secondary-3:128,128,128;--color-secondary-4:38,38,38;--color-tertiary-0:217,217,217;--color-tertiary-1:128,128,128;--color-tertiary-2:0,0,0;--color-tertiary-3:0,0,0;--color-tertiary-4:0,0,0;--headlines-font-family:"open sans";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#Mkk9mahKdm4lVGJ1xH4R0kvR5h66MdHw { position:relative;display:block; }#Mkk9mahKdm4lVGJ1xH4R0kvR5h66MdHw { background-color: transparent; background-image: none; }#Mkk9mahKdm4lVGJ1xH4R0kvR5h66MdHw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mkk9mahKdm4lVGJ1xH4R0kvR5h66MdHw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mkk9mahKdm4lVGJ1xH4R0kvR5h66MdHw > .row .container > .video-iframe-container { display: none; }#Mkk9mahKdm4lVGJ1xH4R0kvR5h66MdHw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mkk9mahKdm4lVGJ1xH4R0kvR5h66MdHw > .row > .video-iframe-container { display: none; }#Mkk9mahKdm4lVGJ1xH4R0kvR5h66MdHw > .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); }#Mkk9mahKdm4lVGJ1xH4R0kvR5h66MdHw { border-width: 0; border-radius: 0; }#Mkk9mahKdm4lVGJ1xH4R0kvR5h66MdHw > .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; }#Mkk9mahKdm4lVGJ1xH4R0kvR5h66MdHw > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:6.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#iWT7eQeOCr5VVkr2fQHFebUgvaNeHJm6 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.0625rem;width:5.1875rem;top:0.875rem;left:0rem;overflow:hidden;display:block; }
#bAeGSxsKkk8LkoT4gKJXNenxLV9Q9H5Z { color:rgba(var(--color-tertiary-2),1);display:block;width:15.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.3125rem;left:5.75rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KQ35RFfC0x354GC64dJ9IVkI3QqK78UG { position:relative;display:block; }#KQ35RFfC0x354GC64dJ9IVkI3QqK78UG { background-color: transparent; background-image: none; }#KQ35RFfC0x354GC64dJ9IVkI3QqK78UG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KQ35RFfC0x354GC64dJ9IVkI3QqK78UG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KQ35RFfC0x354GC64dJ9IVkI3QqK78UG > .row .container > .video-iframe-container { display: none; }#KQ35RFfC0x354GC64dJ9IVkI3QqK78UG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KQ35RFfC0x354GC64dJ9IVkI3QqK78UG > .row > .video-iframe-container { display: none; }#KQ35RFfC0x354GC64dJ9IVkI3QqK78UG > .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); }#KQ35RFfC0x354GC64dJ9IVkI3QqK78UG { border-width: 0; border-radius: 0; }#KQ35RFfC0x354GC64dJ9IVkI3QqK78UG > .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; }#KQ35RFfC0x354GC64dJ9IVkI3QqK78UG > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:28.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#eUUfhSkplAr2SWfARxX2yGoNnkiNh24D { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.3515625rem;left:23.75rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JiedE80pllh9kFpIEv5BiruBCOGyhZ7F { color:rgba(var(--color-tertiary-2),1);display:block;width:49.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:5.4140625rem;left:5.5625rem;height:22.0967rem;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; }
#kqp3lcLkoafw0BaqdZze9HV311EErDPN { position:relative;display:block; }#kqp3lcLkoafw0BaqdZze9HV311EErDPN { background-color: transparent; background-image: none; }#kqp3lcLkoafw0BaqdZze9HV311EErDPN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kqp3lcLkoafw0BaqdZze9HV311EErDPN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kqp3lcLkoafw0BaqdZze9HV311EErDPN > .row .container > .video-iframe-container { display: none; }#kqp3lcLkoafw0BaqdZze9HV311EErDPN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kqp3lcLkoafw0BaqdZze9HV311EErDPN > .row > .video-iframe-container { display: none; }#kqp3lcLkoafw0BaqdZze9HV311EErDPN > .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); }#kqp3lcLkoafw0BaqdZze9HV311EErDPN { border-width: 0; border-radius: 0; }#kqp3lcLkoafw0BaqdZze9HV311EErDPN > .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; }#kqp3lcLkoafw0BaqdZze9HV311EErDPN > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:16.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TmhWA2HTm8gzn1fMMTTOUBMAddh8pQOF { color:rgba(var(--color-tertiary-2),1);display:block;width:24.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1rem;left:5.4375rem;height:2.03125rem;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; }
#mRx0kXaVs5UGQV89rK1CebBycknFJaQ6 { color:rgba(var(--color-tertiary-2),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-2),0.5);height:1.25rem;top:66.8125rem;left:1.0625rem;display:none; }
#be011O5b4G8JEQdQTKiTr2kwzB1SquMJ { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-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:17.5rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:8.875rem;left:21.25rem;display:block; }
#Dwv1o3QN1UnM4lv68Gk5FU8AfJlC0cOn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kVeCGROVmLPCQfQIkztK5HRyDona6bK1 { color:rgba(var(--color-tertiary-2),1);display:block;width:48.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:3.9140625rem;left:5.5625rem;height:1.3rem;display:block; }
#E89thVFer1GTaXMrK3ms0OqzSnCdEemF { color:rgba(var(--color-tertiary-2),1);display:block;width:34.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-2),0.5);top:15.224609375rem;left:12.8125rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#XVbTcmgCywH9TUcTTCoB9HZDe4gPVkce { position:relative;display:block; }#XVbTcmgCywH9TUcTTCoB9HZDe4gPVkce { background-color: transparent; background-image: none; }#XVbTcmgCywH9TUcTTCoB9HZDe4gPVkce::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XVbTcmgCywH9TUcTTCoB9HZDe4gPVkce > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XVbTcmgCywH9TUcTTCoB9HZDe4gPVkce > .row .container > .video-iframe-container { display: none; }#XVbTcmgCywH9TUcTTCoB9HZDe4gPVkce > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XVbTcmgCywH9TUcTTCoB9HZDe4gPVkce > .row > .video-iframe-container { display: none; }#XVbTcmgCywH9TUcTTCoB9HZDe4gPVkce > .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); }#XVbTcmgCywH9TUcTTCoB9HZDe4gPVkce { border-width: 0; border-radius: 0; }#XVbTcmgCywH9TUcTTCoB9HZDe4gPVkce > .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; }#XVbTcmgCywH9TUcTTCoB9HZDe4gPVkce > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:109.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#wAoCnfcs9Gn4SQiVetXou0cfN3qHhTo5 { color:rgba(var(--color-tertiary-2),1);display:block;width:30.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:1.248046875rem;left:5.3125rem;height:2.03125rem;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; }
#dGWcZ17UE6TJdyMyaTlvOuC1C9IS7tTx { color:rgba(var(--color-tertiary-2),1);display:block;width:44.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:6.0000004768372rem;left:7.3125rem;height:3.9rem;display:block; }
#BWPTf24bpoIW08l1wSaXXfZOpFw71naT { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-2),0.5) ;height:17.8125rem;width:37.1875rem;top:13.400000095367rem;left:11.375rem;display:block; }
#WOdZgRV69PkKfEX6uxGf2O75rcz18KDq { color:rgba(var(--color-tertiary-2),1);display:block;width:28.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:17.712500095367rem;left:15.75rem;height:12rem;display:block; }
#mR50SToeBOCuPMNXBItMbyWbUpS6ECah { color:rgba(var(--color-tertiary-2),1);display:block;width:27.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:14.6875rem;left:12.625rem;height:1.625rem;display:block; }
#F1bq2c69rs6O4S5dDWZQnBRkK77f9uns { color:rgba(var(--color-tertiary-2),1);display:block;width:33.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:35.3125rem;left:12.625rem;height:1.625rem;display:block; }
#uMs7i0Ux2AmqMLxN6qBpGwkTZPZqP5Au { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-2),0.5) ;height:17.875rem;width:37.1875rem;top:33.8369140625rem;left:11.375rem;display:block; }
#UbaJthhoIphDntqb6CzDyhPwcOzwrKP5 { color:rgba(var(--color-tertiary-2),1);display:block;width:32rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:38.025000572204rem;left:15.75rem;height:13.5rem;display:block; }
#WGSbTAQ9k7lBxzU01hIm2qVzBTMuxUL2 { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-2),0.5) ;height:25.5625rem;width:37.1875rem;top:55rem;left:11.4375rem;display:block; }
#IiaZAkUxRfAPIf8g5axV08J5CeRAG3bL { color:rgba(var(--color-tertiary-2),1);display:block;width:28.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:57.1875rem;left:12.6875rem;height:1.625rem;display:block; }
#PfIJurRqz7z0SKXXfchTLycDOML6vXeg { color:rgba(var(--color-tertiary-2),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:59.875rem;left:15.8125rem;height:18.5625rem;display:block; }#PfIJurRqz7z0SKXXfchTLycDOML6vXeg li:not(:first-child){ padding-top:0.0625rem;padding-right:0;padding-bottom:0;padding-left:0; }#PfIJurRqz7z0SKXXfchTLycDOML6vXeg li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_032b1b765066615e6044ddd2615dd050.svg); }
#Z2hnukvSW6o7L4QpEbCiEQZXtSSRN9nx { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-2),0.5) ;height:25.5625rem;width:37.1875rem;top:83.375rem;left:11.4375rem;display:block; }
#i62W5L2eetkDxLoGbZvIvh0zcUn9oB3S { color:rgba(var(--color-tertiary-2),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:88.25rem;left:15.8125rem;height:18rem;display:block; }
#ovENrNxtp4DMXB4ichbKliyI9tJmWlav { color:rgba(var(--color-tertiary-2),1);display:block;width:28.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:85.5625rem;left:12.6875rem;height:1.625rem;display:block; }
#tKUgI0eidOT48TTyT8ZD1o5y7f4UreKt { position:relative;display:block; }#tKUgI0eidOT48TTyT8ZD1o5y7f4UreKt { background-color: transparent; background-image: none; }#tKUgI0eidOT48TTyT8ZD1o5y7f4UreKt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tKUgI0eidOT48TTyT8ZD1o5y7f4UreKt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tKUgI0eidOT48TTyT8ZD1o5y7f4UreKt > .row .container > .video-iframe-container { display: none; }#tKUgI0eidOT48TTyT8ZD1o5y7f4UreKt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tKUgI0eidOT48TTyT8ZD1o5y7f4UreKt > .row > .video-iframe-container { display: none; }#tKUgI0eidOT48TTyT8ZD1o5y7f4UreKt > .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); }#tKUgI0eidOT48TTyT8ZD1o5y7f4UreKt { border-width: 0; border-radius: 0; }#tKUgI0eidOT48TTyT8ZD1o5y7f4UreKt > .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; }#tKUgI0eidOT48TTyT8ZD1o5y7f4UreKt > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:45.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#noO7oUo4EmK6EAFSE1TPht1CMKx0QGAE { color:rgba(var(--color-tertiary-2),1);display:block;width:32.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.0609359741211rem;left:5.4375rem;height:2.03125rem;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; }
#UDiFWTKQZc8IRBgq1AgOqEtr8dXFEqXT { color:rgba(var(--color-tertiary-2),1);display:block;width:40rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:4.9984378814697rem;left:7.375rem;height:1.3rem;display:block; }
#E0dE4PS40wPXndwpn4ofWFy85JaIJthh { color:rgba(var(--color-tertiary-2),1);display:block;width:34.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:7.78750038147rem;left:12.8125rem;height:;overflow:hidden;display:block; }#E0dE4PS40wPXndwpn4ofWFy85JaIJthh li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#E0dE4PS40wPXndwpn4ofWFy85JaIJthh li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/56bd5d6c-33e9-484a-8b07-6d95ee2ebf33/BOX.png); }
#dlBUhTxcDJvAGNfKpW8DnaFb83lrfO86 { color:rgba(var(--color-tertiary-2),1);display:block;width:40.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:12.987501144409rem;left:14.625rem;height:6.1375rem;display:block; }#dlBUhTxcDJvAGNfKpW8DnaFb83lrfO86 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#dlBUhTxcDJvAGNfKpW8DnaFb83lrfO86 li:before{  }
#dwJiAziElPs3W3PPzEvZ7v9x0hD8CeDJ { color:rgba(var(--color-tertiary-2),1);display:block;width:34.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:20.643360137939rem;left:12.8125rem;height:12.32325rem;overflow:hidden;display:block; }#dwJiAziElPs3W3PPzEvZ7v9x0hD8CeDJ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#dwJiAziElPs3W3PPzEvZ7v9x0hD8CeDJ li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/56bd5d6c-33e9-484a-8b07-6d95ee2ebf33/BOX.png); }
#aP6y8krLN233fE39GVqQNViakNXirAuk { color:rgba(var(--color-tertiary-2),1);display:block;width:44.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:34.28750038147rem;left:7.75rem;height:9.0986375rem;display:block; }
#VlGS8Z9XEUuIcXimM5ULG6NkdgN9emEr { color:rgba(var(--color-tertiary-2),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-2),0.5);height:1.25rem;top:66.8125rem;left:1.0625rem;display:none; }
#EoCL4SXFBzlsTiIg7QlROmWO30E0N6Tl { color:rgba(var(--color-tertiary-2),1);display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-2),0.5);top:44.075000762939rem;left:11.25rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#wpaiGIHkea8ZXfkFN27McWCKSlsfqRNV { position:relative;display:block; }#wpaiGIHkea8ZXfkFN27McWCKSlsfqRNV { background-color: transparent; background-image: none; }#wpaiGIHkea8ZXfkFN27McWCKSlsfqRNV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wpaiGIHkea8ZXfkFN27McWCKSlsfqRNV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wpaiGIHkea8ZXfkFN27McWCKSlsfqRNV > .row .container > .video-iframe-container { display: none; }#wpaiGIHkea8ZXfkFN27McWCKSlsfqRNV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wpaiGIHkea8ZXfkFN27McWCKSlsfqRNV > .row > .video-iframe-container { display: none; }#wpaiGIHkea8ZXfkFN27McWCKSlsfqRNV > .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); }#wpaiGIHkea8ZXfkFN27McWCKSlsfqRNV { border-width: 0; border-radius: 0; }#wpaiGIHkea8ZXfkFN27McWCKSlsfqRNV > .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; }#wpaiGIHkea8ZXfkFN27McWCKSlsfqRNV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:61.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#L4yKJbrVa3wK3KtyySZn4twVPDn3m9Az { color:rgba(var(--color-tertiary-2),1);display:block;width:33.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.625rem;left:5.125rem;height:2.03125rem;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; }
#PdWb4PZr1WPHQDXUfRXkGF0mhOIgLpWV { color:rgba(var(--color-tertiary-2),1);display:block;width:44.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:4.9109382629394rem;left:7.75rem;height:16.897475rem;display:block; }
#Ak7i6bX2ST5b8tVimoVX1XTR5o40z6mC { color:rgba(var(--color-tertiary-2),1);display:block;width:37rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:30.300000190735rem;left:13rem;height:7.749rem;overflow:hidden;display:block; }#Ak7i6bX2ST5b8tVimoVX1XTR5o40z6mC li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Ak7i6bX2ST5b8tVimoVX1XTR5o40z6mC li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/56bd5d6c-33e9-484a-8b07-6d95ee2ebf33/BOX.png); }
#sB0Ouqk9QzCpeXUvCJ9Px7q4RHmNsCOc { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:28.475000143051rem;left:13rem;height:1.3rem;display:block; }
#bCfJQbTn6MfmZxwTswPsMV1HRlNWGMv4 { color:rgba(var(--color-tertiary-2),1);display:block;width:27.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:39.925000190735rem;left:13rem;height:1.29980625rem;display:block; }
#yoFvxEwDn9TFTkB0uTDLCNAtXT3z61qq { color:rgba(var(--color-tertiary-2),1);display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:41.8125rem;left:13rem;height:7.749rem;overflow:hidden;display:block; }#yoFvxEwDn9TFTkB0uTDLCNAtXT3z61qq li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#yoFvxEwDn9TFTkB0uTDLCNAtXT3z61qq li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/56bd5d6c-33e9-484a-8b07-6d95ee2ebf33/BOX.png); }
#KGgVXfGucTQxpJMOQ3I47J6EmWET5hT9 { color:rgba(var(--color-tertiary-2),1);display:block;width:24.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:23.63632774353rem;left:7.75rem;height:1.625rem;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; }
#cxRlMQkCtZP3nQ0o2RT9XMcGZIiw5qoX { color:rgba(var(--color-tertiary-2),1);display:block;width:34rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:26.461328148842rem;left:13rem;height:1.29980625rem;display:block; }
#wfmZhxCROvJZek2O8nxZJw0baZNtryKI { color:rgba(var(--color-tertiary-2),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-2),0.5);height:1.25rem;top:66.8125rem;left:1.0625rem;display:none; }
#R0DfcXBgXo6rSUvgiEBDeNUlwcqEfBUq { color:rgba(var(--color-tertiary-2),1);display:block;width:34.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-2),0.5);top:59.700000762939rem;left:12.8125rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#M76cXLn9HCrxisNkEE1UpqUT7Lii9RQm { color:rgba(var(--color-tertiary-2),1);display:block;width:33.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:51.112501144409rem;left:13rem;height:1.3rem;display:block; }
#JHC13c9994hbulwf7WTnWxnKrCTedUaK { color:rgba(var(--color-tertiary-2),1);display:block;width:24rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:53.5625rem;left:13rem;height:1.3rem;overflow:hidden;display:block; }#JHC13c9994hbulwf7WTnWxnKrCTedUaK li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#JHC13c9994hbulwf7WTnWxnKrCTedUaK li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/56bd5d6c-33e9-484a-8b07-6d95ee2ebf33/BOX.png); }
#TliovfazpLqqSxWMMtNyNhQ3XSpCyFoe { color:rgba(var(--color-tertiary-2),1);display:block;width:30.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:55.537502288818rem;left:14.5625rem;height:4.2125rem;display:block; }#TliovfazpLqqSxWMMtNyNhQ3XSpCyFoe li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TliovfazpLqqSxWMMtNyNhQ3XSpCyFoe li:before{  }
#mCPMFS1ERrqKyI04hSNn7SwpgeUJRTwg { position:relative;display:block; }#mCPMFS1ERrqKyI04hSNn7SwpgeUJRTwg { background-color: transparent; background-image: none; }#mCPMFS1ERrqKyI04hSNn7SwpgeUJRTwg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mCPMFS1ERrqKyI04hSNn7SwpgeUJRTwg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mCPMFS1ERrqKyI04hSNn7SwpgeUJRTwg > .row .container > .video-iframe-container { display: none; }#mCPMFS1ERrqKyI04hSNn7SwpgeUJRTwg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mCPMFS1ERrqKyI04hSNn7SwpgeUJRTwg > .row > .video-iframe-container { display: none; }#mCPMFS1ERrqKyI04hSNn7SwpgeUJRTwg > .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); }#mCPMFS1ERrqKyI04hSNn7SwpgeUJRTwg { border-width: 0; border-radius: 0; }#mCPMFS1ERrqKyI04hSNn7SwpgeUJRTwg > .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; }#mCPMFS1ERrqKyI04hSNn7SwpgeUJRTwg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:13.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Sm4kBatRUgKkTx424dlIgNASWXG0Z8EF { color:rgba(var(--color-tertiary-2),1);display:block;width:25.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:7.4375rem;left:18.6875rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#Iwtpl5CQBcXX2TODqQA3T5PvS94XbrUs { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:3.875rem;top:6.5625rem;left:15.5625rem;overflow:hidden;display:block; }
#F9TfnvbdfCknxHwOD11N4zHhFeRlTxrq { color:rgba(var(--color-tertiary-2),1);display:block;width:39.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:2.0625rem;left:10.0625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Mkk9mahKdm4lVGJ1xH4R0kvR5h66MdHw { display:block; }#Mkk9mahKdm4lVGJ1xH4R0kvR5h66MdHw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iWT7eQeOCr5VVkr2fQHFebUgvaNeHJm6 { width:5.1875rem;height:5.0625rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAeGSxsKkk8LkoT4gKJXNenxLV9Q9H5Z { width:15.875rem;height:2rem;top:2.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQ35RFfC0x354GC64dJ9IVkI3QqK78UG { display:block; }#KQ35RFfC0x354GC64dJ9IVkI3QqK78UG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eUUfhSkplAr2SWfARxX2yGoNnkiNh24D { width:12.5rem;height:2.4375rem;top:2.3125rem;left:17.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JiedE80pllh9kFpIEv5BiruBCOGyhZ7F { width:47.75rem;height:22.0625rem;top:5.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqp3lcLkoafw0BaqdZze9HV311EErDPN { display:block; }#kqp3lcLkoafw0BaqdZze9HV311EErDPN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TmhWA2HTm8gzn1fMMTTOUBMAddh8pQOF { width:24.125rem;height:2rem;top:1rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRx0kXaVs5UGQV89rK1CebBycknFJaQ6 { width:15rem;height:1.25rem;top:66.8125rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #be011O5b4G8JEQdQTKiTr2kwzB1SquMJ { width:17.5rem;height:3.4375rem;top:8.875rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dwv1o3QN1UnM4lv68Gk5FU8AfJlC0cOn { display:block; }
 }@media only screen and (max-width: 763px) { #kVeCGROVmLPCQfQIkztK5HRyDona6bK1 { width:47.75rem;height:1.25rem;top:3.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E89thVFer1GTaXMrK3ms0OqzSnCdEemF { width:34.375rem;height:1.25rem;top:15.1875rem;left:6.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVbTcmgCywH9TUcTTCoB9HZDe4gPVkce { display:block; }#XVbTcmgCywH9TUcTTCoB9HZDe4gPVkce > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wAoCnfcs9Gn4SQiVetXou0cfN3qHhTo5 { width:30.9375rem;height:;top:1.1875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGWcZ17UE6TJdyMyaTlvOuC1C9IS7tTx { width:44.5rem;height:3.875rem;top:6rem;left:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWPTf24bpoIW08l1wSaXXfZOpFw71naT { width:37.1875rem;height:17.8125rem;top:13.375rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOdZgRV69PkKfEX6uxGf2O75rcz18KDq { width:28.4375rem;height:12rem;top:17.6875rem;left:9.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mR50SToeBOCuPMNXBItMbyWbUpS6ECah { width:27.3125rem;height:1.625rem;top:14.6875rem;left:6.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1bq2c69rs6O4S5dDWZQnBRkK77f9uns { width:33.9375rem;height:1.625rem;top:35.3125rem;left:6.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMs7i0Ux2AmqMLxN6qBpGwkTZPZqP5Au { width:37.1875rem;height:17.875rem;top:33.8125rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbaJthhoIphDntqb6CzDyhPwcOzwrKP5 { width:32rem;height:13.5rem;top:38rem;left:9.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGSbTAQ9k7lBxzU01hIm2qVzBTMuxUL2 { width:37.1875rem;height:25.5625rem;top:55rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IiaZAkUxRfAPIf8g5axV08J5CeRAG3bL { width:28.1875rem;height:1.625rem;top:57.1875rem;left:6.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PfIJurRqz7z0SKXXfchTLycDOML6vXeg { width:31.25rem;height:18.5625rem;top:59.875rem;left:9.6875rem;font-size:1rem;display:block; }#PfIJurRqz7z0SKXXfchTLycDOML6vXeg li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_032b1b765066615e6044ddd2615dd050.svg); }
 }@media only screen and (max-width: 763px) { #Z2hnukvSW6o7L4QpEbCiEQZXtSSRN9nx { width:37.1875rem;height:25.5625rem;top:83.375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i62W5L2eetkDxLoGbZvIvh0zcUn9oB3S { width:31.25rem;height:18rem;top:88.25rem;left:9.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovENrNxtp4DMXB4ichbKliyI9tJmWlav { width:28.1875rem;height:1.625rem;top:85.5625rem;left:6.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKUgI0eidOT48TTyT8ZD1o5y7f4UreKt { display:block; }#tKUgI0eidOT48TTyT8ZD1o5y7f4UreKt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #noO7oUo4EmK6EAFSE1TPht1CMKx0QGAE { width:32.125rem;height:2rem;top:2rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDiFWTKQZc8IRBgq1AgOqEtr8dXFEqXT { width:40rem;height:1.25rem;top:4.9375rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0dE4PS40wPXndwpn4ofWFy85JaIJthh { width:34.375rem;height:;top:7.75rem;left:6.6875rem;font-size:1rem;display:block; }#E0dE4PS40wPXndwpn4ofWFy85JaIJthh li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/56bd5d6c-33e9-484a-8b07-6d95ee2ebf33/BOX.png); }
 }@media only screen and (max-width: 763px) { #dlBUhTxcDJvAGNfKpW8DnaFb83lrfO86 { width:40.9375rem;height:6.125rem;top:12.9375rem;left:6.8125rem;font-size:1rem;display:block; }#dlBUhTxcDJvAGNfKpW8DnaFb83lrfO86 li:before{  }
 }@media only screen and (max-width: 763px) { #dwJiAziElPs3W3PPzEvZ7v9x0hD8CeDJ { width:34.375rem;height:11rem;top:20.625rem;left:6.6875rem;font-size:1rem;display:block; }#dwJiAziElPs3W3PPzEvZ7v9x0hD8CeDJ li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/56bd5d6c-33e9-484a-8b07-6d95ee2ebf33/BOX.png); }
 }@media only screen and (max-width: 763px) { #aP6y8krLN233fE39GVqQNViakNXirAuk { width:44.5rem;height:9.0625rem;top:34.25rem;left:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VlGS8Z9XEUuIcXimM5ULG6NkdgN9emEr { width:15rem;height:1.25rem;top:66.8125rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #EoCL4SXFBzlsTiIg7QlROmWO30E0N6Tl { width:37.5rem;height:1.25rem;top:44.0625rem;left:5.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpaiGIHkea8ZXfkFN27McWCKSlsfqRNV { display:block; }#wpaiGIHkea8ZXfkFN27McWCKSlsfqRNV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L4yKJbrVa3wK3KtyySZn4twVPDn3m9Az { width:33.5rem;height:2rem;top:1.625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PdWb4PZr1WPHQDXUfRXkGF0mhOIgLpWV { width:44.5rem;height:16.875rem;top:4.875rem;left:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ak7i6bX2ST5b8tVimoVX1XTR5o40z6mC { width:37rem;height:7.75rem;top:30.25rem;left:6.875rem;font-size:1rem;display:block; }#Ak7i6bX2ST5b8tVimoVX1XTR5o40z6mC li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/56bd5d6c-33e9-484a-8b07-6d95ee2ebf33/BOX.png); }
 }@media only screen and (max-width: 763px) { #sB0Ouqk9QzCpeXUvCJ9Px7q4RHmNsCOc { width:12.5rem;height:1.25rem;top:28.4375rem;left:6.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCfJQbTn6MfmZxwTswPsMV1HRlNWGMv4 { width:27.5625rem;height:1.25rem;top:39.875rem;left:6.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yoFvxEwDn9TFTkB0uTDLCNAtXT3z61qq { width:17.8125rem;height:7.75rem;top:41.8125rem;left:6.875rem;font-size:1rem;display:block; }#yoFvxEwDn9TFTkB0uTDLCNAtXT3z61qq li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/56bd5d6c-33e9-484a-8b07-6d95ee2ebf33/BOX.png); }
 }@media only screen and (max-width: 763px) { #KGgVXfGucTQxpJMOQ3I47J6EmWET5hT9 { width:24.125rem;height:1.625rem;top:23.625rem;left:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxRlMQkCtZP3nQ0o2RT9XMcGZIiw5qoX { width:34rem;height:1.25rem;top:26.4375rem;left:6.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfmZhxCROvJZek2O8nxZJw0baZNtryKI { width:15rem;height:1.25rem;top:66.8125rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #R0DfcXBgXo6rSUvgiEBDeNUlwcqEfBUq { width:34.375rem;height:1.25rem;top:59.6875rem;left:6.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M76cXLn9HCrxisNkEE1UpqUT7Lii9RQm { width:33.125rem;height:1.25rem;top:51.0625rem;left:6.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHC13c9994hbulwf7WTnWxnKrCTedUaK { width:24rem;height:1.25rem;top:53.5625rem;left:6.875rem;font-size:1rem;display:block; }#JHC13c9994hbulwf7WTnWxnKrCTedUaK li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/56bd5d6c-33e9-484a-8b07-6d95ee2ebf33/BOX.png); }
 }@media only screen and (max-width: 763px) { #TliovfazpLqqSxWMMtNyNhQ3XSpCyFoe { width:30.8125rem;height:4.1875rem;top:55.5rem;left:8.4375rem;font-size:1rem;display:block; }#TliovfazpLqqSxWMMtNyNhQ3XSpCyFoe li:before{  }
 }@media only screen and (max-width: 763px) { #mCPMFS1ERrqKyI04hSNn7SwpgeUJRTwg { display:block; }#mCPMFS1ERrqKyI04hSNn7SwpgeUJRTwg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sm4kBatRUgKkTx424dlIgNASWXG0Z8EF { width:25.8125rem;height:1.625rem;top:7.4375rem;left:12.562501907349rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iwtpl5CQBcXX2TODqQA3T5PvS94XbrUs { width:3.875rem;height:3.8125rem;top:6.5625rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9TfnvbdfCknxHwOD11N4zHhFeRlTxrq { width:39.875rem;height:3.25rem;top:2.0625rem;left:3.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Mkk9mahKdm4lVGJ1xH4R0kvR5h66MdHw { display:block; }#Mkk9mahKdm4lVGJ1xH4R0kvR5h66MdHw > .row .container { width:20rem;height:10.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iWT7eQeOCr5VVkr2fQHFebUgvaNeHJm6 { width:5.1875rem;height:5.0625rem;top:1.25rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAeGSxsKkk8LkoT4gKJXNenxLV9Q9H5Z { width:15.8745625rem;height:1.462675rem;top:7.5625rem;left:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQ35RFfC0x354GC64dJ9IVkI3QqK78UG { display:block; }#KQ35RFfC0x354GC64dJ9IVkI3QqK78UG > .row .container { width:20rem;height:46.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eUUfhSkplAr2SWfARxX2yGoNnkiNh24D { width:12.5rem;height:2.4375rem;top:1.25rem;left:3.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JiedE80pllh9kFpIEv5BiruBCOGyhZ7F { width:20rem;height:41.59376875rem;top:4.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqp3lcLkoafw0BaqdZze9HV311EErDPN { display:block; }#kqp3lcLkoafw0BaqdZze9HV311EErDPN > .row .container { width:20rem;height:19.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TmhWA2HTm8gzn1fMMTTOUBMAddh8pQOF { width:20rem;height:1.625rem;top:1.3367302417755rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRx0kXaVs5UGQV89rK1CebBycknFJaQ6 { top:17.600390911103rem;left:2.5000001192093rem;width:15rem;height:1.3rem;z-index:15007;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #be011O5b4G8JEQdQTKiTr2kwzB1SquMJ { width:17.5rem;height:3.4375rem;top:12.050390481949rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dwv1o3QN1UnM4lv68Gk5FU8AfJlC0cOn { display:block; }
 }@media only screen and (max-width: 763px) { #kVeCGROVmLPCQfQIkztK5HRyDona6bK1 { width:20rem;height:3.9rem;top:5.2753896713257rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E89thVFer1GTaXMrK3ms0OqzSnCdEemF { width:20rem;height:auto;top:15.1875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #XVbTcmgCywH9TUcTTCoB9HZDe4gPVkce { display:block; }#XVbTcmgCywH9TUcTTCoB9HZDe4gPVkce > .row .container { width:20rem;height:133.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wAoCnfcs9Gn4SQiVetXou0cfN3qHhTo5 { width:20rem;height:1.625rem;top:2.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGWcZ17UE6TJdyMyaTlvOuC1C9IS7tTx { width:20rem;height:7.7988125rem;top:6.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWPTf24bpoIW08l1wSaXXfZOpFw71naT { width:20rem;height:25.75rem;top:18.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOdZgRV69PkKfEX6uxGf2O75rcz18KDq { width:20rem;height:18rem;top:23.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mR50SToeBOCuPMNXBItMbyWbUpS6ECah { width:20rem;height:3.25rem;top:19.66250038147rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1bq2c69rs6O4S5dDWZQnBRkK77f9uns { width:20rem;height:3.25rem;top:46.912109375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMs7i0Ux2AmqMLxN6qBpGwkTZPZqP5Au { width:20rem;height:24.9375rem;top:45.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbaJthhoIphDntqb6CzDyhPwcOzwrKP5 { width:20rem;height:18rem;top:50.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGSbTAQ9k7lBxzU01hIm2qVzBTMuxUL2 { width:20rem;height:32.6875rem;top:70.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IiaZAkUxRfAPIf8g5axV08J5CeRAG3bL { width:20rem;height:3.25rem;top:72.3994140625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PfIJurRqz7z0SKXXfchTLycDOML6vXeg { width:20rem;height:27rem;top:75.5869140625rem;left:0rem;font-size:1rem;display:block; }#PfIJurRqz7z0SKXXfchTLycDOML6vXeg li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_032b1b765066615e6044ddd2615dd050.svg); }
 }@media only screen and (max-width: 763px) { #Z2hnukvSW6o7L4QpEbCiEQZXtSSRN9nx { width:20rem;height:28.125rem;top:105.4619140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i62W5L2eetkDxLoGbZvIvh0zcUn9oB3S { width:20rem;height:22.5rem;top:110.3994140625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovENrNxtp4DMXB4ichbKliyI9tJmWlav { width:20rem;height:3.25rem;top:106.3369140625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKUgI0eidOT48TTyT8ZD1o5y7f4UreKt { display:block; }#tKUgI0eidOT48TTyT8ZD1o5y7f4UreKt > .row .container { width:20rem;height:75.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #noO7oUo4EmK6EAFSE1TPht1CMKx0QGAE { width:20rem;height:1.625rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDiFWTKQZc8IRBgq1AgOqEtr8dXFEqXT { width:20rem;height:2.6rem;top:4.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0dE4PS40wPXndwpn4ofWFy85JaIJthh { width:20rem;height:9.1rem;top:7.975rem;left:0rem;font-size:1rem;display:block; }#E0dE4PS40wPXndwpn4ofWFy85JaIJthh li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/56bd5d6c-33e9-484a-8b07-6d95ee2ebf33/BOX.png); }
 }@media only screen and (max-width: 763px) { #dlBUhTxcDJvAGNfKpW8DnaFb83lrfO86 { width:20rem;height:11.3375rem;top:18.325rem;left:0rem;font-size:1rem;display:block; }#dlBUhTxcDJvAGNfKpW8DnaFb83lrfO86 li:before{  }
 }@media only screen and (max-width: 763px) { #dwJiAziElPs3W3PPzEvZ7v9x0hD8CeDJ { width:20rem;height:21.425rem;top:30.9125rem;left:0rem;font-size:1rem;display:block; }#dwJiAziElPs3W3PPzEvZ7v9x0hD8CeDJ li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/56bd5d6c-33e9-484a-8b07-6d95ee2ebf33/BOX.png); }
 }@media only screen and (max-width: 763px) { #aP6y8krLN233fE39GVqQNViakNXirAuk { width:20rem;height:18.2rem;top:53.587499427796rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VlGS8Z9XEUuIcXimM5ULG6NkdgN9emEr { top:72.325000762938rem;left:2.5000001192093rem;width:15rem;height:1.3rem;z-index:15009;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #EoCL4SXFBzlsTiIg7QlROmWO30E0N6Tl { width:20rem;height:auto;top:44.0625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #wpaiGIHkea8ZXfkFN27McWCKSlsfqRNV { display:block; }#wpaiGIHkea8ZXfkFN27McWCKSlsfqRNV > .row .container { width:20rem;height:84.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L4yKJbrVa3wK3KtyySZn4twVPDn3m9Az { width:20rem;height:3.25rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PdWb4PZr1WPHQDXUfRXkGF0mhOIgLpWV { width:20rem;height:27.3rem;top:5.6875004768372rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ak7i6bX2ST5b8tVimoVX1XTR5o40z6mC { width:20rem;height:11.65rem;top:43.4375rem;left:0rem;font-size:1rem;display:block; }#Ak7i6bX2ST5b8tVimoVX1XTR5o40z6mC li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/56bd5d6c-33e9-484a-8b07-6d95ee2ebf33/BOX.png); }
 }@media only screen and (max-width: 763px) { #sB0Ouqk9QzCpeXUvCJ9Px7q4RHmNsCOc { width:12.5rem;height:1.3rem;top:41.324999809265rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCfJQbTn6MfmZxwTswPsMV1HRlNWGMv4 { width:20rem;height:2.6rem;top:56.08749961853rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yoFvxEwDn9TFTkB0uTDLCNAtXT3z61qq { width:17.8125rem;height:7.75rem;top:59.325000762939rem;left:1.09375rem;font-size:1rem;display:block; }#yoFvxEwDn9TFTkB0uTDLCNAtXT3z61qq li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/56bd5d6c-33e9-484a-8b07-6d95ee2ebf33/BOX.png); }
 }@media only screen and (max-width: 763px) { #KGgVXfGucTQxpJMOQ3I47J6EmWET5hT9 { width:20rem;height:1.625rem;top:35.212110996246rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxRlMQkCtZP3nQ0o2RT9XMcGZIiw5qoX { width:20rem;height:2.6rem;top:36.78750038147rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfmZhxCROvJZek2O8nxZJw0baZNtryKI { top:67.762498855594rem;left:2.5000001192093rem;width:15rem;height:1.3rem;z-index:15008;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #R0DfcXBgXo6rSUvgiEBDeNUlwcqEfBUq { width:20rem;height:auto;top:59.6875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #M76cXLn9HCrxisNkEE1UpqUT7Lii9RQm { width:20rem;height:2.6rem;top:70.311525rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHC13c9994hbulwf7WTnWxnKrCTedUaK { width:20rem;height:2.6rem;top:74.1611375rem;left:0rem;font-size:1rem;display:block; }#JHC13c9994hbulwf7WTnWxnKrCTedUaK li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/56bd5d6c-33e9-484a-8b07-6d95ee2ebf33/BOX.png); }
 }@media only screen and (max-width: 763px) { #TliovfazpLqqSxWMMtNyNhQ3XSpCyFoe { width:20rem;height:5.5125rem;top:78.01075rem;left:0rem;font-size:1rem;display:block; }#TliovfazpLqqSxWMMtNyNhQ3XSpCyFoe li:before{  }
 }@media only screen and (max-width: 763px) { #mCPMFS1ERrqKyI04hSNn7SwpgeUJRTwg { display:block; }#mCPMFS1ERrqKyI04hSNn7SwpgeUJRTwg > .row .container { width:20rem;height:17.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sm4kBatRUgKkTx424dlIgNASWXG0Z8EF { width:20rem;height:1.625rem;top:13.29335975647rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iwtpl5CQBcXX2TODqQA3T5PvS94XbrUs { width:3.875rem;height:3.8125rem;top:8.0312519073488rem;left:8.0625003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9TfnvbdfCknxHwOD11N4zHhFeRlTxrq { width:20rem;height:4.875rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }