.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; }#zFOxPohl0Txxne0idoEvWxo2GbziXaDD { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:12.6875rem;top:1.625rem;left:0rem;overflow:hidden;display:block; }
#F97ou8soTIyMUOrMZQ3vBxPfKzTLuI3u { position:relative;display:block; }#F97ou8soTIyMUOrMZQ3vBxPfKzTLuI3u { background-color: transparent; background-image: none; }#F97ou8soTIyMUOrMZQ3vBxPfKzTLuI3u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F97ou8soTIyMUOrMZQ3vBxPfKzTLuI3u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F97ou8soTIyMUOrMZQ3vBxPfKzTLuI3u > .row .container > .video-iframe-container { display: none; }#F97ou8soTIyMUOrMZQ3vBxPfKzTLuI3u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F97ou8soTIyMUOrMZQ3vBxPfKzTLuI3u > .row > .video-iframe-container { display: none; }#F97ou8soTIyMUOrMZQ3vBxPfKzTLuI3u > .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); }#F97ou8soTIyMUOrMZQ3vBxPfKzTLuI3u { border-width: 0; border-radius: 0; }#F97ou8soTIyMUOrMZQ3vBxPfKzTLuI3u > .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; }#F97ou8soTIyMUOrMZQ3vBxPfKzTLuI3u > .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; }#v6oZKFC93uEReUBSrTDm59TEsvHfIzLv { 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; }
#zBpDL8VCSTnhsfwqbtLqadgQOu8TF6Ws { 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; }
#wBSRESP43qRTa0IkZ1fbncI7N5JRPeH1 { position:relative;display:block; }#wBSRESP43qRTa0IkZ1fbncI7N5JRPeH1 { background-color: transparent; background-image: none; }#wBSRESP43qRTa0IkZ1fbncI7N5JRPeH1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wBSRESP43qRTa0IkZ1fbncI7N5JRPeH1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wBSRESP43qRTa0IkZ1fbncI7N5JRPeH1 > .row .container > .video-iframe-container { display: none; }#wBSRESP43qRTa0IkZ1fbncI7N5JRPeH1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wBSRESP43qRTa0IkZ1fbncI7N5JRPeH1 > .row > .video-iframe-container { display: none; }#wBSRESP43qRTa0IkZ1fbncI7N5JRPeH1 > .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); }#wBSRESP43qRTa0IkZ1fbncI7N5JRPeH1 { border-width: 0; border-radius: 0; }#wBSRESP43qRTa0IkZ1fbncI7N5JRPeH1 > .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; }#wBSRESP43qRTa0IkZ1fbncI7N5JRPeH1 > .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; }#H47lnfKidBT7qJhh1eSLZmzmPLNKK1MO { 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; }
#qTnrR0hJpZPQTkgy3GPQTDMFWlmWuNCc { 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; }
#NdTpzoInRvSs4S7aAVRbR4qXGvTL9O5G { 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; }
#VwSr5S9wntPGyw5pza9vUgKQg0WQgM6B { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OUgTs2MwgiWVfOyPzhKO88Ie0sDoCNK3 { 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; }
#uCwLD4ST3V7avdU8PiUSckKPZwff5h6R { 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; }
#GCGWrZSJ55cIIOCBUWkToDavb3vn53Zx { position:relative;display:block; }#GCGWrZSJ55cIIOCBUWkToDavb3vn53Zx { background-color: transparent; background-image: none; }#GCGWrZSJ55cIIOCBUWkToDavb3vn53Zx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GCGWrZSJ55cIIOCBUWkToDavb3vn53Zx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GCGWrZSJ55cIIOCBUWkToDavb3vn53Zx > .row .container > .video-iframe-container { display: none; }#GCGWrZSJ55cIIOCBUWkToDavb3vn53Zx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GCGWrZSJ55cIIOCBUWkToDavb3vn53Zx > .row > .video-iframe-container { display: none; }#GCGWrZSJ55cIIOCBUWkToDavb3vn53Zx > .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); }#GCGWrZSJ55cIIOCBUWkToDavb3vn53Zx { border-width: 0; border-radius: 0; }#GCGWrZSJ55cIIOCBUWkToDavb3vn53Zx > .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; }#GCGWrZSJ55cIIOCBUWkToDavb3vn53Zx > .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; }#iLkToiQ4FnBVhqddVNc4mLRPdAesLvg0 { 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; }
#xbPfs1aCGWJfWpllWNTWHQri7UI1KlHK { 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; }
#MhBWsJG0v04HRk9rCLr0I5PHDkSvgxtv { 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; }
#npCzwqg9AMZrZ5knLsRhLNA9y16oEO7z { 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; }
#uTaZKzVp3tOPL0599K7zKMCfNDypieBx { 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; }
#XUR2X7tLaQJHGaOxmSpETGezk60MtZUO { 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; }
#evTKOr05rkW3sPFVvleMqQgMGZ6qwIT6 { 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; }
#bT7Wuq8p99J6Equam29wHkXsvmJF8T0w { 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; }
#mTpdM9zqT153Qohhod4yhQkMqN7JP03i { 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; }
#PrWoK7zInoLXi3HsT26zZrmGrNGvJIGg { 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; }
#XTK27qEa7HPdvZmwQrdIf5mbgIdlwhgQ { 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:18rem;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; }
#VSCRAkXnxIBLBekFUgQnfMGeBoy8KyLo { 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; }
#ToIALdKTlWrfiRCwBL4NXLH590fbhze9 { 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; }
#nXvtyqfKcTQ5svZCd6NOi2GPPUbqq5Ot { 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; }
#x0aDliFciPy3SpwXQGPSDXdyprDQ3laA { position:relative;display:block; }#x0aDliFciPy3SpwXQGPSDXdyprDQ3laA { background-color: transparent; background-image: none; }#x0aDliFciPy3SpwXQGPSDXdyprDQ3laA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x0aDliFciPy3SpwXQGPSDXdyprDQ3laA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x0aDliFciPy3SpwXQGPSDXdyprDQ3laA > .row .container > .video-iframe-container { display: none; }#x0aDliFciPy3SpwXQGPSDXdyprDQ3laA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x0aDliFciPy3SpwXQGPSDXdyprDQ3laA > .row > .video-iframe-container { display: none; }#x0aDliFciPy3SpwXQGPSDXdyprDQ3laA > .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); }#x0aDliFciPy3SpwXQGPSDXdyprDQ3laA { border-width: 0; border-radius: 0; }#x0aDliFciPy3SpwXQGPSDXdyprDQ3laA > .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; }#x0aDliFciPy3SpwXQGPSDXdyprDQ3laA > .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; }#v9QGsTr3oVBFcP9CqOiTG7SkMKJBszwc { 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; }
#DoMUbqxmBK9fFzSgIRwEi1hu95ihIZNO { 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; }
#sDBBSK8TkxwTs72rGmevhvlWPXb6sKV2 { 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; }#sDBBSK8TkxwTs72rGmevhvlWPXb6sKV2 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#sDBBSK8TkxwTs72rGmevhvlWPXb6sKV2 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/56bd5d6c-33e9-484a-8b07-6d95ee2ebf33/BOX.png); }
#C3zLMJJGoBF1ltobdgdTPIK6dT8I67J7 { 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.13671875rem;display:block; }#C3zLMJJGoBF1ltobdgdTPIK6dT8I67J7 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#C3zLMJJGoBF1ltobdgdTPIK6dT8I67J7 li:before{  }
#wnTMMvAqQkImKB01O8p9N1Qn0dAIHxdU { 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; }#wnTMMvAqQkImKB01O8p9N1Qn0dAIHxdU li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#wnTMMvAqQkImKB01O8p9N1Qn0dAIHxdU li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/56bd5d6c-33e9-484a-8b07-6d95ee2ebf33/BOX.png); }
#ZeTyPn3sF2f9c1EipzE7QyTxt7Sf2CJx { 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; }
#EFVOD64M8hweWNRMXeOUw7BLzz21qftF { 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; }
#Vrf3W6g0r7CLx0L3DNo8EdZ1Bqfw03Ed { 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; }
#OO6lJhwsTWKM6GKBIXHXyWEQWem73URR { position:relative;display:block; }#OO6lJhwsTWKM6GKBIXHXyWEQWem73URR { background-color: transparent; background-image: none; }#OO6lJhwsTWKM6GKBIXHXyWEQWem73URR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OO6lJhwsTWKM6GKBIXHXyWEQWem73URR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OO6lJhwsTWKM6GKBIXHXyWEQWem73URR > .row .container > .video-iframe-container { display: none; }#OO6lJhwsTWKM6GKBIXHXyWEQWem73URR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OO6lJhwsTWKM6GKBIXHXyWEQWem73URR > .row > .video-iframe-container { display: none; }#OO6lJhwsTWKM6GKBIXHXyWEQWem73URR > .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); }#OO6lJhwsTWKM6GKBIXHXyWEQWem73URR { border-width: 0; border-radius: 0; }#OO6lJhwsTWKM6GKBIXHXyWEQWem73URR > .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; }#OO6lJhwsTWKM6GKBIXHXyWEQWem73URR > .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; }#rV8RqsG77BCaaBpeB1TQu5ezAavolmTO { 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; }
#cmTdmAQwSPlvspue9PTfDQVpNP9639AT { 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; }
#RWuPPCvZFDRwwTFgJzxn4drl289SWEch { 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; }#RWuPPCvZFDRwwTFgJzxn4drl289SWEch li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#RWuPPCvZFDRwwTFgJzxn4drl289SWEch li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/56bd5d6c-33e9-484a-8b07-6d95ee2ebf33/BOX.png); }
#RTEuZgwsrTVCM09vLTUxC0t4BPTHvhX3 { 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; }
#FuRsxLbeQJ1O7tW4TZZ7ZP2ZmKtydHoE { 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.3rem;display:block; }
#duKgoC5CdovFkPaz5FafGfo4FSatFOLL { 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; }#duKgoC5CdovFkPaz5FafGfo4FSatFOLL li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#duKgoC5CdovFkPaz5FafGfo4FSatFOLL li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/56bd5d6c-33e9-484a-8b07-6d95ee2ebf33/BOX.png); }
#tbU3hw8Hfzd7BJutP2QutOB72WeSn3k8 { 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; }
#uf5fS9aBy3QgAXBiIVx77C6W6eeOkJ5V { 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.3rem;display:block; }
#D2yQ5hLSFGK7XviiroRudVERUutZldD8 { 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; }
#uRy4A6vwT7uvewa2GyivC3TAhSoOpKZi { 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; }
#yipfizTbJiLcnkQ4bCOZtcFhpCuW0O6B { 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; }
#nvAyhEOonUffqB7P45MSCHZmrfVKMQ7g { 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; }#nvAyhEOonUffqB7P45MSCHZmrfVKMQ7g li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#nvAyhEOonUffqB7P45MSCHZmrfVKMQ7g li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/56bd5d6c-33e9-484a-8b07-6d95ee2ebf33/BOX.png); }
#GGUKw6VGQ2QtlQAkSXSI94PvxUvldc2I { 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; }#GGUKw6VGQ2QtlQAkSXSI94PvxUvldc2I li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#GGUKw6VGQ2QtlQAkSXSI94PvxUvldc2I 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:21.1875rem;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; }#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:4.75rem;width:12.375rem;top:6.625rem;left:23.8125rem;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; }
#yXC6xpcm45hrmdfO2tO8CTkhOCLwTSag { color:rgba(var(--color-tertiary-2),1);display:block;width:23.125rem;position:absolute;font-family:poppins;font-size:2.125rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:11.375rem;left:18.4375rem;height:2.7625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#z9dQdT77ay6Ales7QX9rA8HHlsvBu9VN { color:rgba(var(--color-tertiary-2),1);display:block;width:27.5625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15050;line-height:1.3;letter-spacing:0;top:14.125rem;left:16.25rem;height:3.25rem;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) { #zFOxPohl0Txxne0idoEvWxo2GbziXaDD { width:12.6875rem;height:5.125rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F97ou8soTIyMUOrMZQ3vBxPfKzTLuI3u { display:block; }#F97ou8soTIyMUOrMZQ3vBxPfKzTLuI3u > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v6oZKFC93uEReUBSrTDm59TEsvHfIzLv { 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) { #zBpDL8VCSTnhsfwqbtLqadgQOu8TF6Ws { width:47.75rem;height:22.0625rem;top:5.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBSRESP43qRTa0IkZ1fbncI7N5JRPeH1 { display:block; }#wBSRESP43qRTa0IkZ1fbncI7N5JRPeH1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H47lnfKidBT7qJhh1eSLZmzmPLNKK1MO { width:24.125rem;height:2rem;top:1rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTnrR0hJpZPQTkgy3GPQTDMFWlmWuNCc { width:15rem;height:1.25rem;top:66.8125rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #NdTpzoInRvSs4S7aAVRbR4qXGvTL9O5G { width:17.5rem;height:3.4375rem;top:8.875rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwSr5S9wntPGyw5pza9vUgKQg0WQgM6B { display:block; }
 }@media only screen and (max-width: 763px) { #OUgTs2MwgiWVfOyPzhKO88Ie0sDoCNK3 { width:47.75rem;height:1.25rem;top:3.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCwLD4ST3V7avdU8PiUSckKPZwff5h6R { width:34.375rem;height:1.25rem;top:15.1875rem;left:6.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCGWrZSJ55cIIOCBUWkToDavb3vn53Zx { display:block; }#GCGWrZSJ55cIIOCBUWkToDavb3vn53Zx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iLkToiQ4FnBVhqddVNc4mLRPdAesLvg0 { width:30.9375rem;height:;top:1.1875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbPfs1aCGWJfWpllWNTWHQri7UI1KlHK { width:44.5rem;height:3.875rem;top:6rem;left:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhBWsJG0v04HRk9rCLr0I5PHDkSvgxtv { width:37.1875rem;height:17.8125rem;top:13.375rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #npCzwqg9AMZrZ5knLsRhLNA9y16oEO7z { width:28.4375rem;height:12rem;top:17.6875rem;left:9.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTaZKzVp3tOPL0599K7zKMCfNDypieBx { 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) { #XUR2X7tLaQJHGaOxmSpETGezk60MtZUO { 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) { #evTKOr05rkW3sPFVvleMqQgMGZ6qwIT6 { width:37.1875rem;height:17.875rem;top:33.8125rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bT7Wuq8p99J6Equam29wHkXsvmJF8T0w { width:32rem;height:13.5rem;top:38rem;left:9.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTpdM9zqT153Qohhod4yhQkMqN7JP03i { width:37.1875rem;height:25.5625rem;top:55rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrWoK7zInoLXi3HsT26zZrmGrNGvJIGg { 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) { #XTK27qEa7HPdvZmwQrdIf5mbgIdlwhgQ { width:31.25rem;height:18rem;top:59.875rem;left:9.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSCRAkXnxIBLBekFUgQnfMGeBoy8KyLo { width:37.1875rem;height:25.5625rem;top:83.375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToIALdKTlWrfiRCwBL4NXLH590fbhze9 { width:31.25rem;height:18rem;top:88.25rem;left:9.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXvtyqfKcTQ5svZCd6NOi2GPPUbqq5Ot { 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) { #x0aDliFciPy3SpwXQGPSDXdyprDQ3laA { display:block; }#x0aDliFciPy3SpwXQGPSDXdyprDQ3laA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v9QGsTr3oVBFcP9CqOiTG7SkMKJBszwc { width:32.125rem;height:2rem;top:2rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoMUbqxmBK9fFzSgIRwEi1hu95ihIZNO { width:40rem;height:1.25rem;top:4.9375rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDBBSK8TkxwTs72rGmevhvlWPXb6sKV2 { width:34.375rem;height:;top:7.75rem;left:6.6875rem;font-size:1rem;display:block; }#sDBBSK8TkxwTs72rGmevhvlWPXb6sKV2 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) { #C3zLMJJGoBF1ltobdgdTPIK6dT8I67J7 { width:40.9375rem;height:6.125rem;top:12.9375rem;left:6.8125rem;font-size:1rem;display:block; }#C3zLMJJGoBF1ltobdgdTPIK6dT8I67J7 li:before{  }
 }@media only screen and (max-width: 763px) { #wnTMMvAqQkImKB01O8p9N1Qn0dAIHxdU { width:34.375rem;height:11rem;top:20.625rem;left:6.6875rem;font-size:1rem;display:block; }#wnTMMvAqQkImKB01O8p9N1Qn0dAIHxdU 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) { #ZeTyPn3sF2f9c1EipzE7QyTxt7Sf2CJx { width:44.5rem;height:9.0625rem;top:34.25rem;left:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFVOD64M8hweWNRMXeOUw7BLzz21qftF { width:15rem;height:1.25rem;top:66.8125rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vrf3W6g0r7CLx0L3DNo8EdZ1Bqfw03Ed { width:37.5rem;height:1.25rem;top:44.0625rem;left:5.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OO6lJhwsTWKM6GKBIXHXyWEQWem73URR { display:block; }#OO6lJhwsTWKM6GKBIXHXyWEQWem73URR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rV8RqsG77BCaaBpeB1TQu5ezAavolmTO { width:33.5rem;height:2rem;top:1.625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmTdmAQwSPlvspue9PTfDQVpNP9639AT { width:44.5rem;height:16.875rem;top:4.875rem;left:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWuPPCvZFDRwwTFgJzxn4drl289SWEch { width:37rem;height:7.75rem;top:30.25rem;left:6.875rem;font-size:1rem;display:block; }#RWuPPCvZFDRwwTFgJzxn4drl289SWEch 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) { #RTEuZgwsrTVCM09vLTUxC0t4BPTHvhX3 { width:12.5rem;height:1.25rem;top:28.4375rem;left:6.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuRsxLbeQJ1O7tW4TZZ7ZP2ZmKtydHoE { width:27.5625rem;height:1.25rem;top:39.875rem;left:6.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #duKgoC5CdovFkPaz5FafGfo4FSatFOLL { width:17.8125rem;height:7.75rem;top:41.8125rem;left:6.875rem;font-size:1rem;display:block; }#duKgoC5CdovFkPaz5FafGfo4FSatFOLL 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) { #tbU3hw8Hfzd7BJutP2QutOB72WeSn3k8 { 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) { #uf5fS9aBy3QgAXBiIVx77C6W6eeOkJ5V { width:34rem;height:1.25rem;top:26.4375rem;left:6.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2yQ5hLSFGK7XviiroRudVERUutZldD8 { width:15rem;height:1.25rem;top:66.8125rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #uRy4A6vwT7uvewa2GyivC3TAhSoOpKZi { width:34.375rem;height:1.25rem;top:59.6875rem;left:6.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yipfizTbJiLcnkQ4bCOZtcFhpCuW0O6B { width:33.125rem;height:1.25rem;top:51.0625rem;left:6.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvAyhEOonUffqB7P45MSCHZmrfVKMQ7g { width:24rem;height:1.25rem;top:53.5625rem;left:6.875rem;font-size:1rem;display:block; }#nvAyhEOonUffqB7P45MSCHZmrfVKMQ7g 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) { #GGUKw6VGQ2QtlQAkSXSI94PvxUvldc2I { width:30.8125rem;height:4.1875rem;top:55.5rem;left:8.4375rem;font-size:1rem;display:block; }#GGUKw6VGQ2QtlQAkSXSI94PvxUvldc2I 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) { #Iwtpl5CQBcXX2TODqQA3T5PvS94XbrUs { width:12.375rem;height:4.75rem;top:6.625rem;left:17.6875rem;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) { #yXC6xpcm45hrmdfO2tO8CTkhOCLwTSag { width:23.125rem;height:2.75rem;top:11.375rem;left:12.3125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9dQdT77ay6Ales7QX9rA8HHlsvBu9VN { width:27.5625rem;height:3.25rem;top:14.125rem;left:10.125rem;font-size:0.9375rem;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) { #zFOxPohl0Txxne0idoEvWxo2GbziXaDD { width:9.875rem;height:4.0625rem;top:3.28125rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F97ou8soTIyMUOrMZQ3vBxPfKzTLuI3u { display:block; }#F97ou8soTIyMUOrMZQ3vBxPfKzTLuI3u > .row .container { width:20rem;height:46.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v6oZKFC93uEReUBSrTDm59TEsvHfIzLv { 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) { #zBpDL8VCSTnhsfwqbtLqadgQOu8TF6Ws { width:20rem;height:41.59376875rem;top:4.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBSRESP43qRTa0IkZ1fbncI7N5JRPeH1 { display:block; }#wBSRESP43qRTa0IkZ1fbncI7N5JRPeH1 > .row .container { width:20rem;height:19.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H47lnfKidBT7qJhh1eSLZmzmPLNKK1MO { width:20rem;height:1.625rem;top:1.3367302417755rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTnrR0hJpZPQTkgy3GPQTDMFWlmWuNCc { 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) { #NdTpzoInRvSs4S7aAVRbR4qXGvTL9O5G { width:17.5rem;height:3.4375rem;top:12.050390481949rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwSr5S9wntPGyw5pza9vUgKQg0WQgM6B { display:block; }
 }@media only screen and (max-width: 763px) { #OUgTs2MwgiWVfOyPzhKO88Ie0sDoCNK3 { width:20rem;height:3.9rem;top:5.2753896713257rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCwLD4ST3V7avdU8PiUSckKPZwff5h6R { width:20rem;height:auto;top:15.1875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #GCGWrZSJ55cIIOCBUWkToDavb3vn53Zx { display:block; }#GCGWrZSJ55cIIOCBUWkToDavb3vn53Zx > .row .container { width:20rem;height:133.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iLkToiQ4FnBVhqddVNc4mLRPdAesLvg0 { width:20rem;height:1.625rem;top:2.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbPfs1aCGWJfWpllWNTWHQri7UI1KlHK { width:20rem;height:7.7988125rem;top:6.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhBWsJG0v04HRk9rCLr0I5PHDkSvgxtv { width:20rem;height:25.75rem;top:18.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #npCzwqg9AMZrZ5knLsRhLNA9y16oEO7z { width:20rem;height:18rem;top:23.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTaZKzVp3tOPL0599K7zKMCfNDypieBx { width:20rem;height:3.25rem;top:19.66250038147rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUR2X7tLaQJHGaOxmSpETGezk60MtZUO { width:20rem;height:3.25rem;top:46.912109375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #evTKOr05rkW3sPFVvleMqQgMGZ6qwIT6 { width:20rem;height:24.9375rem;top:45.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bT7Wuq8p99J6Equam29wHkXsvmJF8T0w { width:20rem;height:18rem;top:50.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTpdM9zqT153Qohhod4yhQkMqN7JP03i { width:20rem;height:32.6875rem;top:70.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrWoK7zInoLXi3HsT26zZrmGrNGvJIGg { width:20rem;height:3.25rem;top:72.3994140625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTK27qEa7HPdvZmwQrdIf5mbgIdlwhgQ { width:20rem;height:27rem;top:75.5869140625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSCRAkXnxIBLBekFUgQnfMGeBoy8KyLo { width:20rem;height:28.125rem;top:105.4619140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToIALdKTlWrfiRCwBL4NXLH590fbhze9 { width:20rem;height:22.5rem;top:110.3994140625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXvtyqfKcTQ5svZCd6NOi2GPPUbqq5Ot { width:20rem;height:3.25rem;top:106.3369140625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0aDliFciPy3SpwXQGPSDXdyprDQ3laA { display:block; }#x0aDliFciPy3SpwXQGPSDXdyprDQ3laA > .row .container { width:20rem;height:75.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v9QGsTr3oVBFcP9CqOiTG7SkMKJBszwc { width:20rem;height:1.625rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoMUbqxmBK9fFzSgIRwEi1hu95ihIZNO { width:20rem;height:2.6rem;top:4.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDBBSK8TkxwTs72rGmevhvlWPXb6sKV2 { width:20rem;height:9.098625rem;top:7.975rem;left:0rem;font-size:1rem;display:block; }#sDBBSK8TkxwTs72rGmevhvlWPXb6sKV2 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) { #C3zLMJJGoBF1ltobdgdTPIK6dT8I67J7 { width:20rem;height:11.3359375rem;top:18.325rem;left:0rem;font-size:1rem;display:block; }#C3zLMJJGoBF1ltobdgdTPIK6dT8I67J7 li:before{  }
 }@media only screen and (max-width: 763px) { #wnTMMvAqQkImKB01O8p9N1Qn0dAIHxdU { width:20rem;height:21.421875rem;top:30.9125rem;left:0rem;font-size:1rem;display:block; }#wnTMMvAqQkImKB01O8p9N1Qn0dAIHxdU 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) { #ZeTyPn3sF2f9c1EipzE7QyTxt7Sf2CJx { width:20rem;height:18.19724375rem;top:53.587499427796rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFVOD64M8hweWNRMXeOUw7BLzz21qftF { 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) { #Vrf3W6g0r7CLx0L3DNo8EdZ1Bqfw03Ed { width:20rem;height:auto;top:44.0625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #OO6lJhwsTWKM6GKBIXHXyWEQWem73URR { display:block; }#OO6lJhwsTWKM6GKBIXHXyWEQWem73URR > .row .container { width:20rem;height:84.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rV8RqsG77BCaaBpeB1TQu5ezAavolmTO { width:20rem;height:3.25rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmTdmAQwSPlvspue9PTfDQVpNP9639AT { width:20rem;height:27.29589375rem;top:5.6875004768372rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWuPPCvZFDRwwTFgJzxn4drl289SWEch { width:20rem;height:11.6484375rem;top:43.4375rem;left:0rem;font-size:1rem;display:block; }#RWuPPCvZFDRwwTFgJzxn4drl289SWEch 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) { #RTEuZgwsrTVCM09vLTUxC0t4BPTHvhX3 { width:12.5rem;height:1.3rem;top:41.324999809265rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuRsxLbeQJ1O7tW4TZZ7ZP2ZmKtydHoE { width:20rem;height:2.6rem;top:56.08749961853rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #duKgoC5CdovFkPaz5FafGfo4FSatFOLL { width:17.8125rem;height:7.749rem;top:59.325000762939rem;left:1.09375rem;font-size:1rem;display:block; }#duKgoC5CdovFkPaz5FafGfo4FSatFOLL 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) { #tbU3hw8Hfzd7BJutP2QutOB72WeSn3k8 { width:20rem;height:1.625rem;top:35.212110996246rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uf5fS9aBy3QgAXBiIVx77C6W6eeOkJ5V { width:20rem;height:2.6rem;top:36.78750038147rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2yQ5hLSFGK7XviiroRudVERUutZldD8 { 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) { #uRy4A6vwT7uvewa2GyivC3TAhSoOpKZi { width:20rem;height:auto;top:59.6875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #yipfizTbJiLcnkQ4bCOZtcFhpCuW0O6B { width:20rem;height:2.6rem;top:70.311525rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvAyhEOonUffqB7P45MSCHZmrfVKMQ7g { width:20rem;height:2.6rem;top:74.1611375rem;left:0rem;font-size:1rem;display:block; }#nvAyhEOonUffqB7P45MSCHZmrfVKMQ7g 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) { #GGUKw6VGQ2QtlQAkSXSI94PvxUvldc2I { width:20rem;height:5.5125rem;top:78.01075rem;left:0rem;font-size:1rem;display:block; }#GGUKw6VGQ2QtlQAkSXSI94PvxUvldc2I li:before{  }
 }@media only screen and (max-width: 763px) { #mCPMFS1ERrqKyI04hSNn7SwpgeUJRTwg { display:block; }#mCPMFS1ERrqKyI04hSNn7SwpgeUJRTwg > .row .container { width:20rem;height:19.35546875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Iwtpl5CQBcXX2TODqQA3T5PvS94XbrUs { width:3.875rem;height:1.5625rem;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; }
 }@media only screen and (max-width: 763px) { #yXC6xpcm45hrmdfO2tO8CTkhOCLwTSag { width:20rem;height:0;top:15.34375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9dQdT77ay6Ales7QX9rA8HHlsvBu9VN { width:20rem;height:0;top:10.84375rem;left:0rem;font-size:0.9375rem;display:block; }
 }