.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:230,241,239;--color-primary-1:179,214,206;--color-primary-2:128,187,173;--color-primary-3:23,232,143;--color-primary-4:23,231,143;--color-secondary-0:217,223,224;--color-secondary-1:128,149,150;--color-secondary-2:1,42,45;--color-secondary-3:1,21,23;--color-secondary-4:0,6,7;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Calibre";--paragraphs-font-family:"Calibre"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1e297753-01dd-469f-867f-f0fae363a491/adobestock_3896496532.jpg");background-position:center left !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;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;display:block; }#AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH.adaptive-delivery-prevent-bg, #AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH.lazyload, #AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH.lazyloading { background-image: none; }#AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH > .row .container { background-color: transparent; background-image: none; }#AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.5); }#AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH > .row .container > .video-iframe-container { display: none; }#AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.5); }#AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH > .row > .video-iframe-container { display: none; }#AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH > .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); }#AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH > .row .container { border-width: 0; border-radius: 0; }#AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH > .row .container { width:75rem;height:39.1875rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#lymOuqEMwWF6p2F7z6dOp36AXnRMgJlr { color:rgba(var(--color-tertiary-0),1);display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:29.592023849488rem;left:8.3745689392087rem;height:3.75rem;font-style:normal;display:block; }
#zTXpN4VIe9zg9z4PTHU8pwmdkSaqEvSC { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-4),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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.6875rem;width:0.4375rem;top:7.2493491172787rem;left:7.0000009536744rem;display:block; }
#wiU0egRNbGqwW1OG1SfEFCovn0Q46wGO { 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:1.3125rem;width:5.75rem;top:1.1875rem;left:8.375rem;overflow:hidden;display:block; }
#OHQqikDT2gFMF07cUqxkuFxUbAC2yRqb { color:rgba(var(--color-tertiary-0),1);display:block;width:10.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:5rem;font-weight:300;z-index:15006;line-height:1;letter-spacing:0;top:9.1875rem;left:8.375rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FlpEs0nh0ClzwQPkKVP1W1Stm2s1VKZT { color:rgba(var(--color-tertiary-0),1);display:block;width:28.375rem;position:absolute;font-family:financier;font-size:5rem;font-weight:400;z-index:15007;line-height:1;letter-spacing:0;top:14.25rem;left:8.3750009536744rem;height:5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#g0c6Qgw8i3FbyvFp23hTQILAgfDrtWzf { color:rgba(var(--color-tertiary-0),1);display:block;width:32.4375rem;position:absolute;font-family:financier;font-size:5rem;font-weight:400;z-index:15008;line-height:1;letter-spacing:0;top:19.25rem;left:8.375rem;height:5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dWFllPXn05ST8oC0zygTv4owuuFotQLA { color:rgba(var(--color-tertiary-0),1);display:block;width:28.4969375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15006;line-height:1.7;letter-spacing:0;top:7.25rem;left:8.3125rem;height:2.01855625rem;font-style:normal;display:block; }
#OloQJPoyKVwaPKwUWw7WG8kQEyNLHfeb { z-index:15000;top:29.466796875rem;left:46.560547828674rem;background-color:rgba(var(--color-primary-3),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#002a2d;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.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.1875rem;height:4rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#yDoyJM93U2Nag97XglHfgB0PgxzH28pG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qR3xv8xl9AR1toaMofpatnfp3vHgOC9S { color:rgba(var(--color-tertiary-0),1);display:block;width:28.4969375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15005;line-height:1.7;letter-spacing:0;top:27.498698234558rem;left:8.375rem;height:7.96875rem;font-style:normal;display:none; }
#NxJdm0oxDEuvAL9p8KZiCR53TKagrHKJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NxJdm0oxDEuvAL9p8KZiCR53TKagrHKJ > .row .container { background-color: transparent; background-image: none; }#NxJdm0oxDEuvAL9p8KZiCR53TKagrHKJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NxJdm0oxDEuvAL9p8KZiCR53TKagrHKJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NxJdm0oxDEuvAL9p8KZiCR53TKagrHKJ > .row .container > .video-iframe-container { display: none; }#NxJdm0oxDEuvAL9p8KZiCR53TKagrHKJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NxJdm0oxDEuvAL9p8KZiCR53TKagrHKJ > .row > .video-iframe-container { display: none; }#NxJdm0oxDEuvAL9p8KZiCR53TKagrHKJ > .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); }#NxJdm0oxDEuvAL9p8KZiCR53TKagrHKJ > .row .container { border-width: 0; border-radius: 0; }#NxJdm0oxDEuvAL9p8KZiCR53TKagrHKJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NxJdm0oxDEuvAL9p8KZiCR53TKagrHKJ > .row .container { font-size:0.875rem;font-family:arial;height:77.125rem;width:75rem;position:relative;display:block; }#cZ5yH6Gh3SIy2fxWHX2myRUT63FfuEQM { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat: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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:9.375rem;top:4.9539070129394rem;left:7.5rem;display:block; }
#IlfqhXGaMEP1MddF2lCLRrAifIEZeHsr { position:absolute;display:block;z-index:15003;background-color:#f8f8f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:38.5rem;width:25.75rem;top:33.671875rem;left:47.08984375rem;display:block; }
#nG1TDVOcXBhD1dOatrtiOJ0eF4vnTb8X { color:rgba(var(--color-secondary-2),1);display:block;width:20.625rem;position:absolute;font-family:"financier display";font-size:1.5625rem;font-weight:400;z-index:15005;line-height:01;letter-spacing:0;top:36.484374046326rem;left:49.652348518372rem;height:1.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KwhDT3ikptb7yCz2NicFlq0JcGZfpRZq { color:rgba(var(--color-tertiary-0),1);display:block;width:15.5rem;position:absolute;font-family:financier;font-size:2.5rem;font-weight:400;z-index:15009;line-height:1;letter-spacing:0;top:2.6089420318604rem;left:18rem;height:5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UNLueGC3FeqDMJTrZyBS8RzEHzGdaiW5 { color:rgba(var(--color-tertiary-0),1);display:block;width:25.061875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15026;line-height:1.5;letter-spacing:0;top:10.043403625488rem;left:17.998046875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#aedAcP44dkG4IT8MfiZ0SkL2zwa3NXER { color:rgba(var(--color-primary-2),1);display:block;width:28.125rem;position:absolute;font-family:financier;font-size:2.8125rem;font-weight:400;z-index:15009;line-height:1;letter-spacing:0;top:56.359376907349rem;left:18.000000953674rem;height:5.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#efWsbCxP7WQIg17XblR7BasLSL3TeWLX { color:rgba(var(--color-secondary-2),1);display:block;width:20.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15005;line-height:01;letter-spacing:0;top:3.578125rem;left:46.875rem;height:3.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#euamVapoCRPLpzcfe47o7pJGKuuomWXy { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.5625rem;top:42.5625rem;left:3.75rem;display:none; }
#aXKVyTOMVv6672beIEDXyaZ33R7AGEHr { color:rgba(var(--color-tertiary-0),1);display:block;width:26.936875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15027;line-height:1.5;letter-spacing:0;top:62.647138595581rem;left:18.000000953674rem;height:4.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#VuQRPxuwXRuUdRp1ZQCDhhT18gLzg7Vl { color:rgba(var(--color-primary-2),1);display:block;width:26.936875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15027;line-height:1.4;letter-spacing:0;top:9.905601501465rem;left:47.08984375rem;height:3.9746125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#xGBPFUhpkR5PGmz0TOE98P2x8WS0BWVr { color:rgba(var(--color-tertiary-0),1);display:block;width:26.936875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15027;line-height:1.5;letter-spacing:0;top:33.671878814698rem;left:18.000000953674rem;height:10.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#XLQsMikK8y3wN4IFtHQ6xVvKVZ3cR01U { color:rgba(var(--color-tertiary-0),1);display:block;width:26.936875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15028;line-height:1.5;letter-spacing:0;top:14.5625rem;left:47.089844703674rem;height:16.5rem;font-style:normal;display:block; }#XLQsMikK8y3wN4IFtHQ6xVvKVZ3cR01U li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#XLQsMikK8y3wN4IFtHQ6xVvKVZ3cR01U li:before{  }
#ZL7bGdwv4TqJodu6faslhoXDTTAf054d { position:absolute;display:block;z-index:15029;height:30.8125rem;width:22.0625rem;top:38.9375rem;left:48.93359375rem;display:block; }
#TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1e297753-01dd-469f-867f-f0fae363a491/adobestock_3896496532.jpg");background-position:bottom center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw.adaptive-delivery-prevent-bg, #TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw.lazyload, #TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw.lazyloading { background-image: none; }#TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw > .row .container { background-color: transparent; background-image: none; }#TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.5); }#TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw > .row .container > .video-iframe-container { display: none; }#TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.5); }#TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw > .row > .video-iframe-container { display: none; }#TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw > .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); }#TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw > .row .container { border-width: 0; border-radius: 0; }#TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw > .row .container { font-size:0.875rem;font-family:arial;height:103.25rem;width:75rem;position:relative;display:block; }#JrTye7R7cnKlZ8ufSIQzdpeFRFJMpZFs { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.125rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15001;top:101.0956993103rem;left:38.593750953674rem;display:block; }
#AtKm5EPB3lksWNyOwhI6qFW6fauDlcpq { color:rgba(var(--color-tertiary-0),1);display:block;width:25.0625rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:101.25rem;left:13.698567390442rem;height:1.3808625rem;font-style:normal;display:block; }
#wpOxMO9v4JwNJKUqk2JxAnZM0X3UfJ01 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:14.0625rem;width:14.249125rem;top:8.8444023132325rem;left:6.5700950622556rem;overflow:hidden;display:block; }
#LazlVRLeFTP0WW4KSqRCcgI3CvwGSoAR { box-sizing:content-box;color:rgba(var(--color-tertiary-0),0.5);font-size:5.875rem;font-weight:400;line-height:1;height:8.4375rem;width:8.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15005;top:2.875rem;left:20.75rem;display:block; }
#GQRpRaLVd2ThwKH3OzRatcK51gEdbeUB { color:rgba(var(--color-tertiary-0),1);display:block;width:46.9998125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:7.9375rem;left:23.9375rem;height:10.15625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#xdwgOznad9kUi1rTmSywkMd0Kz1elwyy { color:rgba(var(--color-tertiary-0),1);display:block;width:18.499375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:21.374784469604rem;left:23.935546875rem;height:1.4619125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#OqhpB9Ax7wTk106FndPeTPGt2eK52Ap7 { box-sizing:content-box;color:rgba(var(--color-tertiary-0),0.5);font-size:5.5rem;font-weight:400;line-height:1;height:7.934875rem;width:7.934875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15013;top:15.5625rem;left:63.043622016906rem;display:block; }
#y99eLRcUJaAU6XkMx6Q23RakreUDAagP { z-index:15001;top:30.061847686767rem;left:26.65690612793rem;background-color:rgba(var(--color-primary-3),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#002a2d;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.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.685125rem;height:3.99848125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#JwHRyWvpK817KqNT3m11MSL43AyvnkeZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nhp7czlKl5mtm28SZb48Itrpiv4qgEgJ { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:53.061199188233rem;left:31.750000953674rem;overflow:hidden;display:block; }
#UgHtEWuFo6fqREFuyenrLL0zGSzrNx2u { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:53.061199188233rem;left:13.698567390442rem;overflow:hidden;display:block; }
#uxC5mc36hE971Wtr9nmaEMJmJXlCBgcR { color:rgba(var(--color-tertiary-0),1);display:block;width:14.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:67.748701095581rem;left:31.750000953674rem;height:5.84765625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#sACJWvQ7oHyax2kxq17agA4vkrLGXpba { color:rgba(var(--color-tertiary-0),1);display:block;width:27.9375rem;position:absolute;font-family:financier;font-size:3.875rem;font-weight:400;z-index:15010;line-height:1;letter-spacing:0;top:39.874349594116rem;left:24.875000953674rem;height:3.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#A7VnVgdxd259KrdLVBTgA2Ac9UO4T5OX { color:rgba(var(--color-tertiary-0),1);display:block;width:31.25rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:65.9375rem;left:11.25rem;height:1.3808625rem;font-style:normal;display:none; }
#X5qzM5P7BJImTLUT87qPhp6RZ07oUB5z { color:rgba(var(--color-tertiary-0),1);display:block;width:14.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:67.749351501462rem;left:13.698567390442rem;height:5.84765625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#QL6RKTxPWfCfOsFfwiTGLWakT4eFdgzk { color:rgba(var(--color-tertiary-0),1);display:block;width:32.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:44.621746063233rem;left:21.093750953674rem;height:3.57421875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vsd0kkSuCqTbHChgPqJT7Mt1ix0p4GiF { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:53.061199188233rem;left:50.397786140442rem;overflow:hidden;display:block; }
#gnUFpZtJSXBVkTOlM2RbtqB8IFKIWq7u { color:rgba(var(--color-tertiary-0),1);display:block;width:14.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:67.7480506897rem;left:50.397786140442rem;height:5.57324375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#qnOWMTD1GApMhTLOLNa6NPTJ1tGBfvKL { color:rgba(var(--color-tertiary-0),1);display:block;width:14.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:90.5rem;left:13.6875rem;height:5.84765625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#HVq2e52u45cLbXhZbgBzrAkRe1WiUiTV { color:rgba(var(--color-tertiary-0),1);display:block;width:14.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:90.499351501462rem;left:31.750000953674rem;height:5.84765rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#atUxLSQycT7aKPsw2mhWeFPSdMuhvzNF { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:75.811843872069rem;left:31.750000953674rem;overflow:hidden;display:block; }
#Llv6naeg7T7V1z7OyXdbfF3s1caTg4ZI { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:75.8125rem;left:13.6875rem;overflow:hidden;display:block; }
#l16xo9xlJQtbCKvtH8AfFtdlwGV0z58A { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.1875rem;top:69rem;left:3.75rem;display:none; }
#A2iZ3Phwzl9vrJF2WeSyMkd7rbX1TTJd { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.1875rem;top:86.875rem;left:3.75rem;display:none; }
#M1FH9XEheVUgPyJQ7XoCuDmEzwk67EvG { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.1875rem;top:105.8125rem;left:3.75rem;display:none; }
#WMw7TyzvHBhlt28q61rRgcTXtgwG8xEB { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.1875rem;top:124.5rem;left:3.75rem;display:none; }
#PkraaTvNLN0NkxmQzGliP3TzTd1ve1sq { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.1875rem;top:145.875rem;left:3.75rem;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH { display:block; }#AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lymOuqEMwWF6p2F7z6dOp36AXnRMgJlr { width:32.5rem;height:3.75rem;top:29.5625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTXpN4VIe9zg9z4PTHU8pwmdkSaqEvSC { top:7.1875rem;left:0rem;width:0.4375rem;height:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wiU0egRNbGqwW1OG1SfEFCovn0Q46wGO { top:1.1875rem;left:0rem;width:5.75rem;height:1.3822115384616rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHQqikDT2gFMF07cUqxkuFxUbAC2yRqb { width:10.125rem;height:;top:9.1875rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlpEs0nh0ClzwQPkKVP1W1Stm2s1VKZT { width:28.375rem;height:5rem;top:14.25rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0c6Qgw8i3FbyvFp23hTQILAgfDrtWzf { width:32.4375rem;height:5rem;top:19.25rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWFllPXn05ST8oC0zygTv4owuuFotQLA { width:28.4375rem;height:2rem;top:7.25rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OloQJPoyKVwaPKwUWw7WG8kQEyNLHfeb { top:29.4375rem;left:23.5625rem;width:24.1875rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDoyJM93U2Nag97XglHfgB0PgxzH28pG { display:block; }
 }@media only screen and (max-width: 763px) { #qR3xv8xl9AR1toaMofpatnfp3vHgOC9S { width:17.875rem;height:4.875rem;top:16.125rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #NxJdm0oxDEuvAL9p8KZiCR53TKagrHKJ { display:block; }#NxJdm0oxDEuvAL9p8KZiCR53TKagrHKJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cZ5yH6Gh3SIy2fxWHX2myRUT63FfuEQM { width:9.375rem;height:0.3125rem;top:4.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlfqhXGaMEP1MddF2lCLRrAifIEZeHsr { top:33.625rem;left:22rem;width:25.75rem;height:38.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nG1TDVOcXBhD1dOatrtiOJ0eF4vnTb8X { top:36.4375rem;left:27.125rem;width:20.625rem;height:1.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KwhDT3ikptb7yCz2NicFlq0JcGZfpRZq { width:15.5rem;height:;top:2.5625rem;left:4.375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNLueGC3FeqDMJTrZyBS8RzEHzGdaiW5 { width:25rem;height:;top:10rem;left:4.3730478286743rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aedAcP44dkG4IT8MfiZ0SkL2zwa3NXER { width:28.125rem;height:5.625rem;top:56.3125rem;left:4.3750009536743rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #efWsbCxP7WQIg17XblR7BasLSL3TeWLX { top:3.5625rem;left:27.125rem;width:20.625rem;height:3.125rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #euamVapoCRPLpzcfe47o7pJGKuuomWXy { top:42.5625rem;left:0rem;width:12.5rem;height:2.5625rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #aXKVyTOMVv6672beIEDXyaZ33R7AGEHr { width:26.875rem;height:4.6875rem;top:62.625rem;left:4.3750009536743rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VuQRPxuwXRuUdRp1ZQCDhhT18gLzg7Vl { width:26.875rem;height:3.8125rem;top:9.875rem;left:20.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGBPFUhpkR5PGmz0TOE98P2x8WS0BWVr { width:26.875rem;height:10.3125rem;top:33.625rem;left:4.3750009536743rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLQsMikK8y3wN4IFtHQ6xVvKVZ3cR01U { width:26.875rem;height:16.5rem;top:14.5625rem;left:20.875rem;font-size:1.125rem;display:block; }#XLQsMikK8y3wN4IFtHQ6xVvKVZ3cR01U li:before{  }
 }@media only screen and (max-width: 763px) { #ZL7bGdwv4TqJodu6faslhoXDTTAf054d { top:38.9375rem;left:25.6875rem;width:22.0625rem;height:30.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw { display:block; }#TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JrTye7R7cnKlZ8ufSIQzdpeFRFJMpZFs { top:101.0625rem;left:24.968750953674rem;width:1.6875rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtKm5EPB3lksWNyOwhI6qFW6fauDlcpq { top:101.25rem;left:0.073567390441894rem;width:25.0625rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpOxMO9v4JwNJKUqk2JxAnZM0X3UfJ01 { top:8.8125rem;left:0rem;width:14.1875rem;height:14.001682120832rem;display:block; }
 }@media only screen and (max-width: 763px) { #LazlVRLeFTP0WW4KSqRCcgI3CvwGSoAR { top:2.875rem;left:7.125rem;width:8.75rem;height:8.4375rem;font-size:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQRpRaLVd2ThwKH3OzRatcK51gEdbeUB { top:7.9375rem;left:0.8125rem;width:46.9375rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdwgOznad9kUi1rTmSywkMd0Kz1elwyy { top:21.3125rem;left:10.310546875rem;width:18.4375rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqhpB9Ax7wTk106FndPeTPGt2eK52Ap7 { top:15.5625rem;left:39.875rem;width:7.875rem;height:7.875rem;font-size:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #y99eLRcUJaAU6XkMx6Q23RakreUDAagP { top:30rem;left:13.03190612793rem;width:21.625rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwHRyWvpK817KqNT3m11MSL43AyvnkeZ { display:block; }
 }@media only screen and (max-width: 763px) { #nhp7czlKl5mtm28SZb48Itrpiv4qgEgJ { top:53rem;left:18.125000953674rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgHtEWuFo6fqREFuyenrLL0zGSzrNx2u { top:53rem;left:0.073567390441894rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxC5mc36hE971Wtr9nmaEMJmJXlCBgcR { top:67.6875rem;left:18.125000953674rem;width:14.1875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sACJWvQ7oHyax2kxq17agA4vkrLGXpba { width:27.9375rem;height:3.875rem;top:39.8125rem;left:11.250000953674rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7VnVgdxd259KrdLVBTgA2Ac9UO4T5OX { top:100.25rem;left:0rem;width:19.3125rem;height:2.75rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #X5qzM5P7BJImTLUT87qPhp6RZ07oUB5z { top:67.6875rem;left:0.073567390441894rem;width:14.0625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QL6RKTxPWfCfOsFfwiTGLWakT4eFdgzk { width:32.8125rem;height:3.5625rem;top:44.5625rem;left:7.4687509536744rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsd0kkSuCqTbHChgPqJT7Mt1ix0p4GiF { top:53rem;left:35.0625rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnUFpZtJSXBVkTOlM2RbtqB8IFKIWq7u { top:67.6875rem;left:33.5625rem;width:14.1875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnOWMTD1GApMhTLOLNa6NPTJ1tGBfvKL { top:90.5rem;left:0.062500953674319rem;width:14.0625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVq2e52u45cLbXhZbgBzrAkRe1WiUiTV { top:90.4375rem;left:18.125000953674rem;width:14.1875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #atUxLSQycT7aKPsw2mhWeFPSdMuhvzNF { top:75.75rem;left:18.125000953674rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Llv6naeg7T7V1z7OyXdbfF3s1caTg4ZI { top:75.8125rem;left:0.0625rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #l16xo9xlJQtbCKvtH8AfFtdlwGV0z58A { top:69rem;left:0rem;width:12.5rem;height:5.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #A2iZ3Phwzl9vrJF2WeSyMkd7rbX1TTJd { top:86.875rem;left:0rem;width:12.5rem;height:5.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #M1FH9XEheVUgPyJQ7XoCuDmEzwk67EvG { top:105.8125rem;left:0rem;width:12.5rem;height:5.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #WMw7TyzvHBhlt28q61rRgcTXtgwG8xEB { top:124.5rem;left:0rem;width:12.5rem;height:5.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #PkraaTvNLN0NkxmQzGliP3TzTd1ve1sq { top:145.875rem;left:0rem;width:12.5rem;height:5.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1e297753-01dd-469f-867f-f0fae363a491/adobestock_3896496532.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH.adaptive-delivery-prevent-bg, #AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH.lazyload, #AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH.lazyloading { background-image: none; }#AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH > .row .container { background-color: transparent; background-image: none; }#AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH > .row .container > .video-iframe-container { display: none; }#AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH > .row > .video-iframe-container { display: none; }#AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH > .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); }#AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH > .row .container { border-width: 0; border-radius: 0; }#AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH > .row .container { width:20rem;height:30rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lymOuqEMwWF6p2F7z6dOp36AXnRMgJlr { width:17.875rem;height:0;top:15.3935546875rem;left:1.6875rem;text-align:left;text-align-last:left;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #zTXpN4VIe9zg9z4PTHU8pwmdkSaqEvSC { width:0.1875rem;height:8.6875rem;top:4.625rem;left:0.57121211831612rem;display:block; }
 }@media only screen and (max-width: 763px) { #wiU0egRNbGqwW1OG1SfEFCovn0Q46wGO { width:6.5rem;height:1.5625rem;top:0.6875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHQqikDT2gFMF07cUqxkuFxUbAC2yRqb { width:5.3125rem;height:2.125rem;top:6.7057294845581rem;left:2.0625rem;text-align:left;text-align-last:left;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlpEs0nh0ClzwQPkKVP1W1Stm2s1VKZT { width:12.5625rem;height:2.125rem;top:9.3307294845581rem;left:2rem;text-align:left;text-align-last:left;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0c6Qgw8i3FbyvFp23hTQILAgfDrtWzf { width:18.0625rem;height:2.125rem;top:11.40625rem;left:1.9375rem;text-align:left;text-align-last:left;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWFllPXn05ST8oC0zygTv4owuuFotQLA { width:18rem;height:1.16875rem;top:4.625rem;left:2rem;text-align:left;text-align-last:left;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OloQJPoyKVwaPKwUWw7WG8kQEyNLHfeb { top:24.079870223999rem;left:0.50021702051162rem;width:18.99525rem;height:3.995225rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDoyJM93U2Nag97XglHfgB0PgxzH28pG { display:block; }
 }@media only screen and (max-width: 763px) { #qR3xv8xl9AR1toaMofpatnfp3vHgOC9S { width:17.875rem;height:4.875rem;top:16.125rem;left:1.0625rem;text-align:left;text-align-last:left;font-size:1.25rem;z-index:15006;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #NxJdm0oxDEuvAL9p8KZiCR53TKagrHKJ { display:block; }#NxJdm0oxDEuvAL9p8KZiCR53TKagrHKJ > .row .container { width:20rem;height:112.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cZ5yH6Gh3SIy2fxWHX2myRUT63FfuEQM { width:9.375rem;height:0.3125rem;top:4.9375rem;left:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #IlfqhXGaMEP1MddF2lCLRrAifIEZeHsr { width:20rem;height:34.9375rem;top:74.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nG1TDVOcXBhD1dOatrtiOJ0eF4vnTb8X { width:20rem;height:3.125rem;top:6.5rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #KwhDT3ikptb7yCz2NicFlq0JcGZfpRZq { width:15.5rem;height:4rem;top:1.25rem;left:2.25rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNLueGC3FeqDMJTrZyBS8RzEHzGdaiW5 { width:20rem;height:18.75rem;top:6.2554254531863rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aedAcP44dkG4IT8MfiZ0SkL2zwa3NXER { width:20rem;height:3.75rem;top:60.659505844116rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #efWsbCxP7WQIg17XblR7BasLSL3TeWLX { width:20rem;height:0;top:45.3125rem;left:1.40625rem;font-size:1.5625rem;text-align:center;text-align-last:center;z-index:15007;display:none; }
 }@media only screen and (max-width: 763px) { #euamVapoCRPLpzcfe47o7pJGKuuomWXy { top:75.9980506897rem;left:2.2194011211395rem;width:15.5605625rem;height:1.54361875rem;z-index:15027;color:#012a2d;font-family:"financier display";font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXKVyTOMVv6672beIEDXyaZ33R7AGEHr { width:20rem;height:4.53515625rem;top:66.370445251462rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #VuQRPxuwXRuUdRp1ZQCDhhT18gLzg7Vl { width:20rem;height:3.9746125rem;top:27.122398376465rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGBPFUhpkR5PGmz0TOE98P2x8WS0BWVr { width:20rem;height:8.25rem;top:47.869140625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #XLQsMikK8y3wN4IFtHQ6xVvKVZ3cR01U { width:20rem;height:12.1465rem;top:33.033205032349rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.2;display:block; }#XLQsMikK8y3wN4IFtHQ6xVvKVZ3cR01U li:before{  }
 }@media only screen and (max-width: 763px) { #ZL7bGdwv4TqJodu6faslhoXDTTAf054d { width:20rem;height:30.4375rem;top:77.541015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1e297753-01dd-469f-867f-f0fae363a491/adobestock_3896496532.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw.adaptive-delivery-prevent-bg, #TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw.lazyload, #TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw.lazyloading { background-image: none; }#TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw > .row .container { background-color: transparent; background-image: none; }#TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.4); }#TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw > .row .container > .video-iframe-container { display: none; }#TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.4); }#TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw > .row > .video-iframe-container { display: none; }#TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw > .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); }#TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw > .row .container { border-width: 0; border-radius: 0; }#TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw > .row .container { width:20rem;height:163.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JrTye7R7cnKlZ8ufSIQzdpeFRFJMpZFs { width:1.6875rem;height:1.6875rem;top:159.8242225647rem;left:9.15625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtKm5EPB3lksWNyOwhI6qFW6fauDlcpq { width:19.3125rem;height:0;top:100.1611328125rem;left:0.6875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #wpOxMO9v4JwNJKUqk2JxAnZM0X3UfJ01 { width:9.4998125rem;height:9.375rem;top:23.872614860534rem;left:5.2495663762093rem;display:block; }
 }@media only screen and (max-width: 763px) { #LazlVRLeFTP0WW4KSqRCcgI3CvwGSoAR { width:4.93706875rem;height:4.74935rem;top:1.9997825622559rem;left:0rem;font-size:3.3125rem;color:rgba(255,255,255,0.4);display:block; }
 }@media only screen and (max-width: 763px) { #GQRpRaLVd2ThwKH3OzRatcK51gEdbeUB { width:20rem;height:14.625rem;top:4.1875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #xdwgOznad9kUi1rTmSywkMd0Kz1elwyy { width:18.499375rem;height:1.2999125rem;top:33.748917579651rem;left:0.74978297948838rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OqhpB9Ax7wTk106FndPeTPGt2eK52Ap7 { width:4.74935rem;height:4.74935rem;top:16.435546875rem;left:15.25rem;font-size:3.3125rem;color:rgba(255,255,255,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #y99eLRcUJaAU6XkMx6Q23RakreUDAagP { top:37.735677003861rem;left:0.5rem;width:18.999375rem;height:3.9362rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwHRyWvpK817KqNT3m11MSL43AyvnkeZ { display:block; }
 }@media only screen and (max-width: 763px) { #nhp7czlKl5mtm28SZb48Itrpiv4qgEgJ { width:9.6875rem;height:9.6875rem;top:75.4374961853rem;left:5.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgHtEWuFo6fqREFuyenrLL0zGSzrNx2u { width:9.6875rem;height:9.6875rem;top:57.25rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxC5mc36hE971Wtr9nmaEMJmJXlCBgcR { width:10.3125rem;height:5.40234375rem;top:85.875002861025rem;left:4.84375rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #sACJWvQ7oHyax2kxq17agA4vkrLGXpba { width:20rem;height:2rem;top:45.673829078674rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7VnVgdxd259KrdLVBTgA2Ac9UO4T5OX { width:19.3125rem;height:2.761725rem;top:156.0000038147rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #X5qzM5P7BJImTLUT87qPhp6RZ07oUB5z { width:12.9375rem;height:4.94921875rem;top:67.7500038147rem;left:3.53125rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #QL6RKTxPWfCfOsFfwiTGLWakT4eFdgzk { width:14.0625rem;height:4.94921875rem;top:49.366537094116rem;left:2.96875rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #vsd0kkSuCqTbHChgPqJT7Mt1ix0p4GiF { width:9.6875rem;height:9.6875rem;top:94.186862945556rem;left:5.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnUFpZtJSXBVkTOlM2RbtqB8IFKIWq7u { width:13.75rem;height:5.00260625rem;top:105.25000762939rem;left:3.125rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #qnOWMTD1GApMhTLOLNa6NPTJ1tGBfvKL { width:13.5625rem;height:5.40234375rem;top:124.48957824707rem;left:3.21875rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #HVq2e52u45cLbXhZbgBzrAkRe1WiUiTV { width:13.75rem;height:5.4023375rem;top:144.67513656616rem;left:3.125rem;font-size:1rem;text-align:center;text-align-last:center;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:none; }
 }@media only screen and (max-width: 763px) { #atUxLSQycT7aKPsw2mhWeFPSdMuhvzNF { width:9.6875rem;height:9.6875rem;top:132.73762512207rem;left:5.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Llv6naeg7T7V1z7OyXdbfF3s1caTg4ZI { width:9.6875rem;height:9.6875rem;top:113.23763084412rem;left:5.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l16xo9xlJQtbCKvtH8AfFtdlwGV0z58A { top:67.916667938231rem;left:3.75rem;width:12.5rem;height:5.19965rem;z-index:15029;color:rgba(var(--color-tertiary-0),1);text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A2iZ3Phwzl9vrJF2WeSyMkd7rbX1TTJd { top:86.541667938231rem;left:3.75rem;width:12.5rem;height:5.19965rem;z-index:15030;color:rgba(var(--color-tertiary-0),1);text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M1FH9XEheVUgPyJQ7XoCuDmEzwk67EvG { top:105.47916984558rem;left:3.75rem;width:12.5rem;height:5.19965rem;z-index:15031;color:rgba(var(--color-tertiary-0),1);text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WMw7TyzvHBhlt28q61rRgcTXtgwG8xEB { top:124.45833587646rem;left:3.75rem;width:12.5rem;height:5.19965rem;z-index:15032;color:rgba(var(--color-tertiary-0),1);text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PkraaTvNLN0NkxmQzGliP3TzTd1ve1sq { top:144.83334159851rem;left:3.75rem;width:12.5rem;height:5.19965625rem;z-index:15033;color:rgba(var(--color-tertiary-0),1);text-align:center;text-align-last:center;display:block; }
 }