.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;
}
@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:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/62d6cc3f-14be-4a7d-b865-4c887ec2614a/3I7A8911.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB.adaptive-delivery-prevent-bg, #gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB.lazyload, #gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB.lazyloading { background-image: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container { background-color: transparent; background-image: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(16,11,41,0.9); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container > .video-iframe-container { display: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(16,11,41,0.9); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row > .video-iframe-container { display: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .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); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container { border-width: 0; border-radius: 0; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row > .video-iframe-container { border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container { font-size:0.875rem;font-family:arial;height:51.1875rem;width:75rem;position:relative;display:block; }#bfpi3DSZpXMl2WVDT2JRQSFKEtNKgaeP { 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:6.1875rem;width:12.375rem;top:2.561279296875rem;left:0rem;overflow:hidden;display:block; }
#KcNUDzwNhLhT1aQND0TFxPxPObeS0Sya { color:#ededed;display:block;width:28.1875rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:400;z-index:15001;line-height:1.5;letter-spacing:0;top:28.1875rem;left:0rem;height:4.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NKrmwzhKCUyvfU3XZ80aOF03brZ5ImL4 { background-color:transparent;background-image:none;border-top:0.125rem solid #5f3fff;border-left:0.125rem solid #5f3fff;border-right:0.125rem solid #5f3fff;border-bottom:0.125rem solid #5f3fff;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ededed;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.3730625rem;height:3.68555rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:35.1875rem;left:0rem;display:block; }
#hfqJTLQECqRDnPuCl0E4IrSLl8HGMtdB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tS3OTaKKGIEM8ITUocms83eWXiKWO6nh { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:39.999rem;top:16.31103515625rem;left:35.0009765625rem;display:block; }
#FTWgMc93qtDuHrlSR2rkhRa6cHyPIhHe { color:#ffffff;display:block;width:30.24975rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:39.922119140625rem;left:39.873779296875rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ovtGOPFNTf48Do01dk1qWnVpz8xozQZK { background-color:#5f3fff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.3125rem;height:3.875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:3.123046875rem;left:60.6875rem;display:block; }
#KhJcmtBs5qQ5CTIK53sXzaX2zwbhW4C2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#G0q3ZM4L8l60TpTegPtzS2dAngkKsPC0 { color:#ededed;display:block;width:31.6875rem;position:absolute;font-family:manrope;font-size:2.4375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:16.31103515625rem;left:0rem;height:9.505375rem;font-style:normal;display:block; }
#UebgFc96ZMCKF1dRqpqrl0z9JJ5xpXuJ { position:absolute;display:block;z-index:15009;height:2.9375rem;width:28.25rem;top:39.921875rem;left:0rem;display:block; }
#B6G1ytLcIdc3pnTwN8hCV2F7mETaXGi2 { background-color:#5f3fff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#f6f6f6;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.375rem;height:3.75rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:35.1552734375rem;left:16.125rem;display:block; }
#TlcSyIAarmI1Gl5reI4OwfiaI5iKK224 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kZ9e3uyD7SJxD3SfDEkSp8qyuVBz7bnQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#kZ9e3uyD7SJxD3SfDEkSp8qyuVBz7bnQ > .row .container { background-color: transparent; background-image: none; }#kZ9e3uyD7SJxD3SfDEkSp8qyuVBz7bnQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kZ9e3uyD7SJxD3SfDEkSp8qyuVBz7bnQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kZ9e3uyD7SJxD3SfDEkSp8qyuVBz7bnQ > .row .container > .video-iframe-container { display: none; }#kZ9e3uyD7SJxD3SfDEkSp8qyuVBz7bnQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kZ9e3uyD7SJxD3SfDEkSp8qyuVBz7bnQ > .row > .video-iframe-container { display: none; }#kZ9e3uyD7SJxD3SfDEkSp8qyuVBz7bnQ > .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); }#kZ9e3uyD7SJxD3SfDEkSp8qyuVBz7bnQ > .row .container { border-width: 0; border-radius: 0; }#kZ9e3uyD7SJxD3SfDEkSp8qyuVBz7bnQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kZ9e3uyD7SJxD3SfDEkSp8qyuVBz7bnQ > .row .container { font-size:0.875rem;font-family:arial;height:43.875rem;width:75rem;position:relative;display:block; }#g9itwg0p01pm7hkdDwniiD8FKbxgmD0a { position:absolute;display:block;z-index:15001;background-color:#f5f8fa;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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:19.625rem;width:22.125rem;top:18.375rem;left:0rem;display:block; }
#Xwy402xJkHSEiQK7kS8B8BrDaHRyd6U6 { position:absolute;display:block;z-index:15002;background-color:#f5f8fa;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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:19.4375rem;width:22.125rem;top:18.375rem;left:26.4375rem;display:block; }
#tRrtKXHLwWOzHpL31yQmGAePQIN7lQRy { position:absolute;display:block;z-index:15000;background-color:#f5f8fa;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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:19.5625rem;width:22.125rem;top:18.375rem;left:52.875rem;display:block; }
#R1UN6LQITauaXLJ0lTgO1UhtAcLvnL9G { position:absolute;display:block;z-index:15014;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.5625rem;width:4.5625rem;top:20.625rem;left:55.09375rem;overflow:hidden;display:block; }
#oJcr5gNl39nUtSAKldSPaRQvP6ufcU0m { position:absolute;display:block;z-index:15013;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;width:6.24975625rem;top:21.125rem;left:34.375rem;overflow:hidden;display:block; }
#A3rfLXfgKMG0WHmQ5gET2GUdfpFxc1qN { position:absolute;display:block;z-index:15017;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.75rem;width:4.75rem;top:22.03125rem;left:2.4375rem;overflow:hidden;display:block; }
#eAouHhxMiAsIuUKWKCT3NOy1vFMNPJci { position:absolute;display:block;z-index:15013;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.375rem;width:5.0625rem;top:20.5rem;left:28.5rem;overflow:hidden;display:block; }
#pA9blptPyXffH3TEa7Ci4TWxKT6sBvGS { color:#100b29;display:block;width:38rem;position:absolute;font-family:manrope;font-size:2.1875rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:4.0625rem;left:18.5rem;height:5.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qneuFwJRUTvw10HtUG2PXi7ar8pxrqtn { position:absolute;display:block;z-index:15002;background-color:#5f3fff;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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:6.625rem;width:6.5rem;top:19.625rem;left:1.5625rem;display:block; }
#EeFulw8PtttefsPxuuPm4ZizxShPG4sz { color:#000000;display:block;width:12.5rem;position:absolute;font-family:manrope;font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:28.375rem;left:1.6875rem;height:1.625rem;font-style:normal;display:block; }
#gdVF5trF2nIK76rka8PLGmao2TN8X92a { color:#000000;display:block;width:18.9375rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:31.25rem;left:1.59375rem;height:4.875rem;display:block; }
#tPKDzAMwOrV0GGfSKRx3MXfgka0zU6g6 { position:absolute;display:block;z-index:15003;background-color:#5f3fff;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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:6.625rem;width:6.5rem;top:19.625rem;left:27.75rem;display:block; }
#CT3g5VRQPXGZJ1zUwBf2tuwPvyHVoZbp { color:#000000;display:block;width:21rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:31.25rem;left:27.75rem;height:4.875rem;display:block; }
#vSgtABkL3ym3LVJhNBfkBittAeHIL0Mb { color:#000000;display:block;width:12.5rem;position:absolute;font-family:manrope;font-size:1.25rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:28.375rem;left:27.75rem;height:1.625rem;font-style:normal;display:block; }
#yBLA5T64qfJFUMTGfryWcWFDkElXMTrT { color:#000000;display:block;width:19.875rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:31.25rem;left:54.5rem;height:4.875rem;display:block; }
#lxJCOmAt2QV2hZTaMEuNDBhn7EASNuJO { position:absolute;display:block;z-index:15004;background-color:#5f3fff;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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:6.625rem;width:6.5rem;top:19.625rem;left:54.125rem;display:block; }
#biECBMn2g62eV8oiDd2wk51hyNTo25Ez { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:manrope;font-size:1.25rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:28.375rem;left:54.6875rem;height:1.625rem;font-style:normal;display:block; }
#EHO6G6cd4muenLuASiR1x9BypwQzAGrS { position:absolute;display:block;z-index:15010;background-color:#c6bbff;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:0.8125rem;width:31.875rem;top:8.875rem;left:21.5625rem;display:block; }
#bi4na3TQJtVNR61N0bMfvhvKXDXDPonD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#bi4na3TQJtVNR61N0bMfvhvKXDXDPonD > .row .container { background-color: transparent; background-image: none; }#bi4na3TQJtVNR61N0bMfvhvKXDXDPonD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bi4na3TQJtVNR61N0bMfvhvKXDXDPonD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bi4na3TQJtVNR61N0bMfvhvKXDXDPonD > .row .container > .video-iframe-container { display: none; }#bi4na3TQJtVNR61N0bMfvhvKXDXDPonD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bi4na3TQJtVNR61N0bMfvhvKXDXDPonD > .row > .video-iframe-container { display: none; }#bi4na3TQJtVNR61N0bMfvhvKXDXDPonD > .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); }#bi4na3TQJtVNR61N0bMfvhvKXDXDPonD > .row .container { border-width: 0; border-radius: 0; }#bi4na3TQJtVNR61N0bMfvhvKXDXDPonD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bi4na3TQJtVNR61N0bMfvhvKXDXDPonD > .row .container { font-size:0.875rem;font-family:arial;height:39.375rem;width:75rem;position:relative;display:block; }#kTMNZAAQbKsMrgiwfFtRTWIMcQnXbhOP { box-sizing:content-box;height:17.4375rem;width:17.25rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/f454451c-fc83-48c8-b16f-6626940094d1/3L3A0051.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }#kTMNZAAQbKsMrgiwfFtRTWIMcQnXbhOP.adaptive-delivery-prevent-bg, #kTMNZAAQbKsMrgiwfFtRTWIMcQnXbhOP.lazyload, #kTMNZAAQbKsMrgiwfFtRTWIMcQnXbhOP.lazyloading { background-image: none; }
#bDqKHuayE8JMJ4OzZzVEeWev3y2X04A8 { box-sizing:content-box;height:35.9375rem;width:56.9375rem;position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/e1e44e2a-5aef-483e-9e6c-d0fb76739ad7/3L3A0533.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:18.15625rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }#bDqKHuayE8JMJ4OzZzVEeWev3y2X04A8.adaptive-delivery-prevent-bg, #bDqKHuayE8JMJ4OzZzVEeWev3y2X04A8.lazyload, #bDqKHuayE8JMJ4OzZzVEeWev3y2X04A8.lazyloading { background-image: none; }
#HPgDWszksmqkDnxIWuuVZTx3UKGlUEWZ { box-sizing:content-box;height:17.4375rem;width:17.25rem;position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/8ead26a8-6a63-475d-b818-8c3df0ac11a0/3I7A8755.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:18.5625rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }#HPgDWszksmqkDnxIWuuVZTx3UKGlUEWZ.adaptive-delivery-prevent-bg, #HPgDWszksmqkDnxIWuuVZTx3UKGlUEWZ.lazyload, #HPgDWszksmqkDnxIWuuVZTx3UKGlUEWZ.lazyloading { background-image: none; }
#x1WrBlQqHfu0sRpKrsoiLdHr9N6cScZm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#100b29;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; }#x1WrBlQqHfu0sRpKrsoiLdHr9N6cScZm > .row .container { background-color: transparent; background-image: none; }#x1WrBlQqHfu0sRpKrsoiLdHr9N6cScZm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x1WrBlQqHfu0sRpKrsoiLdHr9N6cScZm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x1WrBlQqHfu0sRpKrsoiLdHr9N6cScZm > .row .container > .video-iframe-container { display: none; }#x1WrBlQqHfu0sRpKrsoiLdHr9N6cScZm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x1WrBlQqHfu0sRpKrsoiLdHr9N6cScZm > .row > .video-iframe-container { display: none; }#x1WrBlQqHfu0sRpKrsoiLdHr9N6cScZm > .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); }#x1WrBlQqHfu0sRpKrsoiLdHr9N6cScZm > .row .container { border-width: 0; border-radius: 0; }#x1WrBlQqHfu0sRpKrsoiLdHr9N6cScZm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x1WrBlQqHfu0sRpKrsoiLdHr9N6cScZm > .row .container { font-size:0.875rem;font-family:arial;height:43.25rem;width:75rem;position:relative;display:block; }#IeNtymde0HI3SmIOqc4z3Z9X0H0csmRo { color:#e8f7ff;display:block;width:19.125rem;position:absolute;font-family:muli;font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:27.1875rem;left:48.375rem;height:1.4625rem;font-style:normal;display:block; }
#o11UIbbalHeCNJiAsXGXrRA3dcoxoK0o { background-color:#5f3fff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.499rem;height:3.5625rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:31.75rem;left:44.5625rem;display:block; }
#U3upyRUQ2Lcy8UPs1tgDbT8PoqmKHrVC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LRZ5V02C0cNdBanbBV3kkSZ76T3x2F2a { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:31.9375rem;width:32.4375rem;top:5.5625rem;left:2.4375rem;overflow:hidden;display:block; }
#JTMUmVlVGkxMJd9tkrGduIxJiXFTw8HX { color:#ffffff;display:block;width:25.2495rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:16.0625rem;left:48.375rem;height:2.5996125rem;font-style:normal;display:block; }
#nlJmoD5TzmxhG4HWXRhusCCGDFwVukb7 { color:#ffffff;display:block;width:25.24875rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:21.4375rem;left:48.375rem;height:2.5996125rem;font-style:normal;display:block; }
#VK47JMDWCGLFuqqhBo231HDg8SC7uy9k { color:#ffffff;display:block;width:25.2480625rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:26.625rem;left:48.375rem;height:2.5996125rem;font-style:normal;display:block; }
#JQU00aKl1GvLuxJPSTgqaZ97tuB0m9FZ { position:absolute;display:block;z-index:15023;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:2.5620125rem;width:3.24975625rem;top:16.0625rem;left:44.5625rem;overflow:hidden;display:block; }
#xEcuw0AnSEXhGsqr7XToP9C2TV86b8Dv { position:absolute;display:block;z-index:15024;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:2.5620125rem;width:3.24975625rem;top:21.4375rem;left:44.5625rem;overflow:hidden;display:block; }
#B4qstkfwPC4KBwgtt8SlOK7BaqRxfOW0 { position:absolute;display:block;z-index:15025;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:2.5620125rem;width:3.24975625rem;top:26.625rem;left:44.5625rem;overflow:hidden;display:block; }
#JKa51R0yy4mPVhLcOf4gcQnCppyvNhgf { color:#ededed;display:block;width:22.5rem;position:absolute;font-family:manrope;font-size:2.1875rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:8rem;left:44.625rem;height:5.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VoxeTrPf7RwyelkUrRwzyL8c4fx9cWrQ { position:absolute;display:block;z-index:15011;background-color:#c6bbff;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:0.8125rem;width:15.0625rem;top:12.625rem;left:44.5625rem;display:block; }
#elx0imsL5LNxSXV9ibZOTESqlPmBvgD3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(8deg, #ffffff, #eeeaf8);background-image: -moz-linear-gradient(8deg, #ffffff, #eeeaf8);background-image: -ms-linear-gradient(8deg, #ffffff, #eeeaf8);background-image: -o-linear-gradient(8deg, #ffffff, #eeeaf8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeaf8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeaf8' );";background-image: linear-gradient(8deg, #ffffff, #eeeaf8);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#elx0imsL5LNxSXV9ibZOTESqlPmBvgD3 > .row .container { background-color: transparent; background-image: none; }#elx0imsL5LNxSXV9ibZOTESqlPmBvgD3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#elx0imsL5LNxSXV9ibZOTESqlPmBvgD3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#elx0imsL5LNxSXV9ibZOTESqlPmBvgD3 > .row .container > .video-iframe-container { display: none; }#elx0imsL5LNxSXV9ibZOTESqlPmBvgD3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#elx0imsL5LNxSXV9ibZOTESqlPmBvgD3 > .row > .video-iframe-container { display: none; }#elx0imsL5LNxSXV9ibZOTESqlPmBvgD3 > .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); }#elx0imsL5LNxSXV9ibZOTESqlPmBvgD3 > .row .container { border-width: 0; border-radius: 0; }#elx0imsL5LNxSXV9ibZOTESqlPmBvgD3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#elx0imsL5LNxSXV9ibZOTESqlPmBvgD3 > .row .container { font-size:0.875rem;font-family:arial;height:43.25rem;width:75rem;position:relative;display:block; }#uhIwxpN7VzcMbMr4JMRBL1SnEfikaQTI { color:#e8f7ff;display:block;width:29.3105625rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:16.3125rem;left:0rem;height:13.40625rem;font-style:normal;display:block; }
#eC0S0DNT1SRxQJfQVoTCSCJ8ZIo67AIi { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:32.4375rem;width:32.4375rem;top:5.4375rem;left:40.9375rem;overflow:hidden;display:block; }
#ZvFCnPyXxmW1TWNosGpVTSiMAKKv4JRW { background-color:rgba(255,255,255,0.35);background-image:none;border-top:0.1875rem solid #5f3fff;border-left:0.1875rem solid #5f3fff;border-right:0.1875rem solid #5f3fff;border-bottom:0.1875rem solid #5f3fff;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#5f3fff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.4375rem;height:3.75rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:31.25rem;left:0rem;display:block; }
#a80dx9Myi7kVzfiEGcqRQru2D2ZI5IyL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#v2QbWqgrTtEeJ38RFeyJWDssT6KlHWr1 { color:#100b29;display:block;width:25.375rem;position:absolute;font-family:manrope;font-size:2.1875rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:8.3125rem;left:0rem;height:5.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#khfuFKm8KC0A3Iyg9T3sEWbBMc8zGlEs { position:absolute;display:block;z-index:15011;background-color:#c6bbff;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:0.8125rem;width:15.25rem;top:12.875rem;left:0rem;display:block; }
#tey5ioRNuDbgK3z0vEIIHgd3FZ5mo4XR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#5f3fff;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; }#tey5ioRNuDbgK3z0vEIIHgd3FZ5mo4XR > .row .container { background-color: transparent; background-image: none; }#tey5ioRNuDbgK3z0vEIIHgd3FZ5mo4XR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tey5ioRNuDbgK3z0vEIIHgd3FZ5mo4XR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tey5ioRNuDbgK3z0vEIIHgd3FZ5mo4XR > .row .container > .video-iframe-container { display: none; }#tey5ioRNuDbgK3z0vEIIHgd3FZ5mo4XR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tey5ioRNuDbgK3z0vEIIHgd3FZ5mo4XR > .row > .video-iframe-container { display: none; }#tey5ioRNuDbgK3z0vEIIHgd3FZ5mo4XR > .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); }#tey5ioRNuDbgK3z0vEIIHgd3FZ5mo4XR > .row .container { border-width: 0; border-radius: 0; }#tey5ioRNuDbgK3z0vEIIHgd3FZ5mo4XR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tey5ioRNuDbgK3z0vEIIHgd3FZ5mo4XR > .row .container { font-size:0.875rem;font-family:arial;height:60.5rem;width:75rem;position:relative;display:block; }#rOpGZqJpUOtKDHZtU5RpRwQu9aIuPalA { color:#ffffff;display:block;width:23.1865rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:13rem;left:0rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wpCxg4FpluZDZBqDcwvTzG0xhwRR7Fw2 { position:absolute;display:block;z-index:15016;height:37.9995rem;width:45.62475rem;top:6.6533203125rem;left:29.375244140625rem;display:block; }
#GMRykzwMSd9XGTxP3CM1kTMJmnePi9Ew { color:#ffffff;display:block;width:25.375rem;position:absolute;font-family:manrope;font-size:2.1875rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:5.1875rem;left:0rem;height:5.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#p6nXOnt8uc9SPHzkkJBmLAk1oKAb3ITZ { position:absolute;display:block;z-index:15011;background-color:#c6bbff;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:0.8125rem;width:14.4375rem;top:9.75rem;left:0rem;display:block; }
#oKsTPy0lXkrGZAFne41xLTyq6tImRdkE { box-sizing:content-box;height:24.375rem;width:24.375rem;position:absolute;display:block;z-index:15030;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/1b1f552d-caa1-4691-9af9-eda26df13a14/3I7A8803.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:26.375rem;left:0rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }#oKsTPy0lXkrGZAFne41xLTyq6tImRdkE.adaptive-delivery-prevent-bg, #oKsTPy0lXkrGZAFne41xLTyq6tImRdkE.lazyload, #oKsTPy0lXkrGZAFne41xLTyq6tImRdkE.lazyloading { background-image: none; }
#Vq4W13mpNf9qiyzbxdM4XRHxuMQnl2oT { box-sizing:content-box;height:3.875rem;width:3.875rem;position:absolute;display:block;z-index:15031;background-color:#ffffff;background-image:none;top:30.4375rem;left:22.25rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#Z2EPLb6LB4AQ3eRDooKSiVbQhFe0qQfF { box-sizing:content-box;height:5.3125rem;width:5.3125rem;position:absolute;display:block;z-index:15032;background-color:#c6bbff;background-image:none;top:48.125rem;left:2.5625rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#mWzZtEMdoTQt140DUgeuF9oMfD2WVVu3 { background-color:rgba(0,0,0,0);background-image:none;border-top:0.1875rem solid #f6f6f6;border-left:0.1875rem solid #f6f6f6;border-right:0.1875rem solid #f6f6f6;border-bottom:0.1875rem solid #f6f6f6;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:#f6f6f6;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:19.5625rem;left:0rem;display:block; }
#D2oDOCNEQgcmulTIegRgQiEzOUmgz7eW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pU2S68Dcni1R4Fa7BWLnUW8h6fX4GDvQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(8deg, #ffffff, #eeeaf8);background-image: -moz-linear-gradient(8deg, #ffffff, #eeeaf8);background-image: -ms-linear-gradient(8deg, #ffffff, #eeeaf8);background-image: -o-linear-gradient(8deg, #ffffff, #eeeaf8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeaf8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeaf8' );";background-image: linear-gradient(8deg, #ffffff, #eeeaf8);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pU2S68Dcni1R4Fa7BWLnUW8h6fX4GDvQ > .row .container { background-color: transparent; background-image: none; }#pU2S68Dcni1R4Fa7BWLnUW8h6fX4GDvQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pU2S68Dcni1R4Fa7BWLnUW8h6fX4GDvQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pU2S68Dcni1R4Fa7BWLnUW8h6fX4GDvQ > .row .container > .video-iframe-container { display: none; }#pU2S68Dcni1R4Fa7BWLnUW8h6fX4GDvQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pU2S68Dcni1R4Fa7BWLnUW8h6fX4GDvQ > .row > .video-iframe-container { display: none; }#pU2S68Dcni1R4Fa7BWLnUW8h6fX4GDvQ > .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); }#pU2S68Dcni1R4Fa7BWLnUW8h6fX4GDvQ > .row .container { border-width: 0; border-radius: 0; }#pU2S68Dcni1R4Fa7BWLnUW8h6fX4GDvQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pU2S68Dcni1R4Fa7BWLnUW8h6fX4GDvQ > .row .container { font-size:0.875rem;font-family:arial;height:37.0625rem;width:75rem;position:relative;display:block; }#bcNnNa5wydud1G3IVmn9v6z2HHBfzHhG { color:#100b29;display:block;width:47.25rem;position:absolute;font-family:manrope;font-size:2.1875rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:4.6875rem;left:13.9375rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NogEpgsDdbaurLM4FmcFnDuxJ0bw9xQl { position:absolute;display:block;z-index:15011;background-color:#c6bbff;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:0.8125rem;width:47.75rem;top:6.5625rem;left:13.6875rem;display:block; }
#zvJdd4ZG8IsrEVQKdnDumFIV3yhXHlTr { box-sizing:content-box;height:23rem;width:21.875rem;position:absolute;display:block;z-index:15030;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/49c1a755-56b1-4617-9dc0-65b4abe4f9fa/CA_Image.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:12.59375rem;left:0rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }#zvJdd4ZG8IsrEVQKdnDumFIV3yhXHlTr.adaptive-delivery-prevent-bg, #zvJdd4ZG8IsrEVQKdnDumFIV3yhXHlTr.lazyload, #zvJdd4ZG8IsrEVQKdnDumFIV3yhXHlTr.lazyloading { background-image: none; }
#naq3wPvuPkRUoRKLPZHnke8i7XheCSaz { box-sizing:content-box;height:23rem;width:21.875rem;position:absolute;display:block;z-index:15031;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/45897c93-eb3b-43b2-946d-69ed180de2e7/Insituform_Office.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:12.59375rem;left:26.625rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }#naq3wPvuPkRUoRKLPZHnke8i7XheCSaz.adaptive-delivery-prevent-bg, #naq3wPvuPkRUoRKLPZHnke8i7XheCSaz.lazyload, #naq3wPvuPkRUoRKLPZHnke8i7XheCSaz.lazyloading { background-image: none; }
#UW6df1oL7NXkRpbiE96FMzHapQNIfxX9 { box-sizing:content-box;height:23rem;width:21.875rem;position:absolute;display:block;z-index:15032;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/ade994fa-6a8f-4a6f-b354-31921ce9036b/homebannerprintingunited21.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:12.59375rem;left:53.125rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }#UW6df1oL7NXkRpbiE96FMzHapQNIfxX9.adaptive-delivery-prevent-bg, #UW6df1oL7NXkRpbiE96FMzHapQNIfxX9.lazyload, #UW6df1oL7NXkRpbiE96FMzHapQNIfxX9.lazyloading { background-image: none; }
#Gb3wJzPRlTnfNRLVApZocEfgNsn5O36G { box-sizing:content-box;height:23rem;width:21.875rem;position:absolute;display:block;z-index:15031;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #100b29);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #100b29);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #100b29);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #100b29);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#100b29' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#100b29' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #100b29);background-size:cover !important;top:12.59375rem;left:0rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#BW0B8IKHFpM9cmTktTgr7ykJhD4VkUiW { box-sizing:content-box;height:23rem;width:21.875rem;position:absolute;display:block;z-index:15032;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #100b29);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #100b29);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #100b29);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #100b29);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#100b29' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#100b29' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #100b29);background-size:cover !important;top:12.59375rem;left:26.625rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#HvnmboAztnzfX8TtLTlAmTHdsRSWLTvC { box-sizing:content-box;height:23rem;width:21.875rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #100b29);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #100b29);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #100b29);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #100b29);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#100b29' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#100b29' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #100b29);background-size:cover !important;top:12.59375rem;left:53.125rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#d7CKc69MkpHqAgZTUQkgQZeP6BiC1XUv { color:#ffffff;display:block;width:13.1875rem;position:absolute;font-family:manrope;font-size:2rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:23.53125rem;left:4.34375rem;height:2.599825rem;font-style:normal;text-align:left;text-align-last:left;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; }
#nPuMkOua5q0042ZyGoIa23ZNcG5y1SaQ { color:#ffffff;display:block;width:10.0625rem;position:absolute;font-family:manrope;font-size:2rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:23.53125rem;left:32.53125rem;height:2.6rem;font-style:normal;text-align:left;text-align-last:left;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; }
#KZyZOf1LqEV02ZSgrXqzQ9TTclArypxv { color:#ffffff;display:block;width:11rem;position:absolute;font-family:manrope;font-size:2rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:23.53125rem;left:58.5625rem;height:2.599825rem;font-style:normal;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:block; }
#kGuLsU0PODvLJPJm0sLAF5Upbtmr44mP { background-color:transparent;background-image:none;border-top:0.1875rem solid #c6bbff;border-left:0.1875rem solid #c6bbff;border-right:0.1875rem solid #c6bbff;border-bottom:0.1875rem solid #c6bbff;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#c6bbff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5rem;height:3.125rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:30.28125rem;left:3.84375rem;display:block; }
#xVJuMRBXXDLvllRiX7khB4zEGwURWHJu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qZ0oGFrauGD1Z1s24RCDGwQADfVDe66s { background-color:transparent;background-image:none;border-top:0.1875rem solid #c6bbff;border-left:0.1875rem solid #c6bbff;border-right:0.1875rem solid #c6bbff;border-bottom:0.1875rem solid #c6bbff;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#c6bbff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5rem;height:3.125rem;text-decoration:none;z-index:15040;text-align:center;text-align-last:center;top:30.568359375rem;left:30.8125rem;display:block; }
#qcTD5AX2sMcCxOa2frdbilN3bFWbqiEC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GwJ02SPvqf1JsEf9AcJswCQ5zVwrJqdy { background-color:transparent;background-image:none;border-top:0.1875rem solid #c6bbff;border-left:0.1875rem solid #c6bbff;border-right:0.1875rem solid #c6bbff;border-bottom:0.1875rem solid #c6bbff;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#c6bbff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5rem;height:3.125rem;text-decoration:none;z-index:15041;text-align:center;text-align-last:center;top:30.568359375rem;left:57.3125rem;display:block; }
#SgA02R2cxLJMTFNLn8dkfth84s5tE4wq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GCHe9yLJs2esM5mpACKoCAgyikszAH1n { color:#ffffff;display:block;width:15.8125rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:26.875rem;left:3.03125rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#MzOv1X4VHLLtiWvsXz0tOL9PDKAiVUOn { color:#ffffff;display:block;width:15.8125rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15043;line-height:1.3;letter-spacing:0;top:26.875rem;left:29.65625rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#CBnxFzDmaAT6DesTSuxzHmONVwTvGdty { color:#ffffff;display:block;width:17.25rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15044;line-height:1.3;letter-spacing:0;top:26.875rem;left:55.4375rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#b6ZHW6zUPoC5UrQBSCHTb7FUETqkwXIy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#b6ZHW6zUPoC5UrQBSCHTb7FUETqkwXIy > .row .container { background-color: transparent; background-image: none; }#b6ZHW6zUPoC5UrQBSCHTb7FUETqkwXIy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b6ZHW6zUPoC5UrQBSCHTb7FUETqkwXIy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b6ZHW6zUPoC5UrQBSCHTb7FUETqkwXIy > .row .container > .video-iframe-container { display: none; }#b6ZHW6zUPoC5UrQBSCHTb7FUETqkwXIy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b6ZHW6zUPoC5UrQBSCHTb7FUETqkwXIy > .row > .video-iframe-container { display: none; }#b6ZHW6zUPoC5UrQBSCHTb7FUETqkwXIy > .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); }#b6ZHW6zUPoC5UrQBSCHTb7FUETqkwXIy > .row .container { border-width: 0; border-radius: 0; }#b6ZHW6zUPoC5UrQBSCHTb7FUETqkwXIy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b6ZHW6zUPoC5UrQBSCHTb7FUETqkwXIy > .row .container { font-size:0.875rem;font-family:arial;height:52.1875rem;width:75rem;position:relative;display:block; }#aXnNryRR5hA9CxExOFTKZFC8vDiVTdhr { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #5f3fff;border-left:0.0625rem solid #5f3fff;border-right:0.0625rem solid #5f3fff;border-bottom:0.0625rem solid #5f3fff;border-top-left-radius:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;box-shadow: none;height:11.375rem;width:11.375rem;top:14rem;left:11.3125rem;display:block; }
#wuAsbF4DZyt590QqH8Tayp4N6CgvaOdl { color:#031f28;display:block;width:14.75rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:26.6875rem;left:9.6875rem;height:11.19725rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SvzfM89KyX1U1DLv8xgGa58rdhGUqBGv { position:absolute;display:block;z-index:14999;background-color:#f5f8fa;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #937dff;border-left:0.125rem solid #937dff;border-right:0.125rem solid #937dff;border-bottom:0.125rem solid #937dff;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:33.6875rem;width:19rem;top:12.1875rem;left:7.5625rem;display:block; }
#eJbq2chumLbcPqaDwX97EFvEdcR8OzTh { color:#000000;display:block;width:5.25rem;position:absolute;font-family:ubuntu;font-size:7.6875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:14.5625rem;left:7.5rem;height:9.99375rem;font-style:normal;display:block; }
#imyHRUL6PvTrP4ilruT787k75MwveCIF { position:absolute;display:block;z-index:15006;background-color:#f5f8fa;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #937dff;border-left:0.125rem solid #937dff;border-right:0.125rem solid #937dff;border-bottom:0.125rem solid #937dff;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:33.6875rem;width:19rem;top:12.1875rem;left:28.1875rem;display:block; }
#NFoQ3VvdkAGCFtlxdWOCsi7VgQ6gnGMG { position:absolute;display:block;z-index:15007;background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #5f3fff;border-left:0.0625rem solid #5f3fff;border-right:0.0625rem solid #5f3fff;border-bottom:0.0625rem solid #5f3fff;border-top-left-radius:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;box-shadow: none;height:11.375rem;width:11.375rem;top:14rem;left:31.75rem;display:block; }
#u18Fm9ob0v4L0z2HXQE95sl8eg9TU26W { position:absolute;display:block;z-index:15013;background-color:#f5f8fa;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #937dff;border-left:0.125rem solid #937dff;border-right:0.125rem solid #937dff;border-bottom:0.125rem solid #937dff;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:33.6875rem;width:19rem;top:12.25rem;left:48.5rem;display:block; }
#GkvwUk6twdgUuiq0mWqEVvcCsPUMMuqG { position:absolute;display:block;z-index:15014;background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #5f3fff;border-left:0.0625rem solid #5f3fff;border-right:0.0625rem solid #5f3fff;border-bottom:0.0625rem solid #5f3fff;border-top-left-radius:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;box-shadow: none;height:11.375rem;width:11.375rem;top:14rem;left:52.25rem;display:block; }
#nqWFXFgQlIbXpc4g45J8AAepklhTNf8V { color:#031f28;display:block;width:14.375rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15021;line-height:1.6;letter-spacing:0;top:26.6875rem;left:50.9375rem;height:9.597625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LAgFvcTAzdrPyWgqLxPQTp7czzlexC8M { color:#031f28;display:block;width:14rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15022;line-height:1.6;letter-spacing:0;top:26.6875rem;left:30.5rem;height:9.597625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#crLkEN8tFyWzX32o21v5V6s6POyb2KSS { color:#031f28;display:block;width:14.6860625rem;position:absolute;font-family:inter;font-size:1rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:41.67431640625rem;left:30.15673828125rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DkTzfBesMtwRRO7xC72byQ0GdqXAJ8bl { color:#031f28;display:block;width:15.437rem;position:absolute;font-family:inter;font-size:1rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:41.67431640625rem;left:50.40625rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#s86wHXZPzXTR62g8ibWJ3krhNKyXMnNQ { color:#031f28;display:block;width:15rem;position:absolute;font-family:inter;font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:41.67431640625rem;left:9.5625rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Wc0HCwEU8skBhJcfbvRhfdFJ9bL8gyIp { color:#100b29;display:block;width:62.625rem;position:absolute;font-family:manrope;font-size:2.1875rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:5.25rem;left:6.1875rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vV2liFvUSDWTIxiR49rzo77skBfv8R4q { position:absolute;display:block;z-index:15011;background-color:#c6bbff;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:0.8125rem;width:21.875rem;top:6.9375rem;left:26.6875rem;display:block; }
#OHR1aGC4hfWdCxfh9kO40kMWNlx9lTnA { position:absolute;display:block;z-index:15029;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:6.625rem;width:6.625rem;top:16.4375rem;left:54.8125rem;overflow:hidden;display:block; }
#xp4SMRWXfQL03XIrZLCvG72hv819NVlF { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.4375rem;width:7.375rem;top:17.03125rem;left:33.8125rem;overflow:hidden;display:block; }
#tdJ3udfXtnMVz6lm7AT9l8V1JsZ9TNkX { position:absolute;display:block;z-index:15031;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:9.6875rem;width:9.6875rem;top:14.90625rem;left:12.21875rem;overflow:hidden;display:block; }
#bw4it3H7AevKDh3APDMcv7ScXI93dHaX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#bw4it3H7AevKDh3APDMcv7ScXI93dHaX > .row .container { background-color: transparent; background-image: none; }#bw4it3H7AevKDh3APDMcv7ScXI93dHaX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bw4it3H7AevKDh3APDMcv7ScXI93dHaX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bw4it3H7AevKDh3APDMcv7ScXI93dHaX > .row .container > .video-iframe-container { display: none; }#bw4it3H7AevKDh3APDMcv7ScXI93dHaX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bw4it3H7AevKDh3APDMcv7ScXI93dHaX > .row > .video-iframe-container { display: none; }#bw4it3H7AevKDh3APDMcv7ScXI93dHaX > .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); }#bw4it3H7AevKDh3APDMcv7ScXI93dHaX > .row .container { border-width: 0; border-radius: 0; }#bw4it3H7AevKDh3APDMcv7ScXI93dHaX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bw4it3H7AevKDh3APDMcv7ScXI93dHaX > .row .container { font-size:0.875rem;font-family:arial;height:39.375rem;width:75rem;position:relative;display:block; }#JgPxzRnrVOScoIJRaadVXUybEU4fuH5X { box-sizing:content-box;height:17.4375rem;width:17.25rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/8ead26a8-6a63-475d-b818-8c3df0ac11a0/3I7A8755.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }#JgPxzRnrVOScoIJRaadVXUybEU4fuH5X.adaptive-delivery-prevent-bg, #JgPxzRnrVOScoIJRaadVXUybEU4fuH5X.lazyload, #JgPxzRnrVOScoIJRaadVXUybEU4fuH5X.lazyloading { background-image: none; }
#uUlmf0sTZXIPw5wGPbb7C12Ts2Vx9gOM { box-sizing:content-box;height:35.9375rem;width:38.5rem;position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/c58b9437-120f-47a8-a4cb-810dd691c9c3/3I7A7995.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:18.34375rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }#uUlmf0sTZXIPw5wGPbb7C12Ts2Vx9gOM.adaptive-delivery-prevent-bg, #uUlmf0sTZXIPw5wGPbb7C12Ts2Vx9gOM.lazyload, #uUlmf0sTZXIPw5wGPbb7C12Ts2Vx9gOM.lazyloading { background-image: none; }
#xDaCS2KniXlLzaEBrnyC6hEr6S5qZDkT { box-sizing:content-box;height:11.3125rem;width:17.25rem;position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/66de3f49-85c9-4eb9-a3db-0635bf958f8b/3I7A9022.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:57.75rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }#xDaCS2KniXlLzaEBrnyC6hEr6S5qZDkT.adaptive-delivery-prevent-bg, #xDaCS2KniXlLzaEBrnyC6hEr6S5qZDkT.lazyload, #xDaCS2KniXlLzaEBrnyC6hEr6S5qZDkT.lazyloading { background-image: none; }
#fVxTCFyR2e5spI9TiB86PoXeN3ZTIaix { box-sizing:content-box;height:11.3125rem;width:17.25rem;position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/13cd039d-c869-43cc-bdeb-f68378b2fc01/3I7A8506.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:12.3125rem;left:57.75rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }#fVxTCFyR2e5spI9TiB86PoXeN3ZTIaix.adaptive-delivery-prevent-bg, #fVxTCFyR2e5spI9TiB86PoXeN3ZTIaix.lazyload, #fVxTCFyR2e5spI9TiB86PoXeN3ZTIaix.lazyloading { background-image: none; }
#NT4UrhTPKqrhMiRxCGnBJlTFPBgg5Fze { box-sizing:content-box;height:11.3125rem;width:17.25rem;position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/55162107-4806-47a7-be28-ca8f726fc5fe/3I7A9118.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:24.6875rem;left:57.75rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }#NT4UrhTPKqrhMiRxCGnBJlTFPBgg5Fze.adaptive-delivery-prevent-bg, #NT4UrhTPKqrhMiRxCGnBJlTFPBgg5Fze.lazyload, #NT4UrhTPKqrhMiRxCGnBJlTFPBgg5Fze.lazyloading { background-image: none; }
#iZbwtUaE34X40F75Jv2OdTHCsErXrcHO { box-sizing:content-box;height:17.4375rem;width:17.25rem;position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/69d9a0d6-a7f5-42a7-b404-a653e2a7dc9f/3L3A0036.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:18.5625rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }#iZbwtUaE34X40F75Jv2OdTHCsErXrcHO.adaptive-delivery-prevent-bg, #iZbwtUaE34X40F75Jv2OdTHCsErXrcHO.lazyload, #iZbwtUaE34X40F75Jv2OdTHCsErXrcHO.lazyloading { background-image: none; }
#UTqzolTu9LcPd1sQ8EEKCnzWueDMUboO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#100b29;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; }#UTqzolTu9LcPd1sQ8EEKCnzWueDMUboO > .row .container { background-color: transparent; background-image: none; }#UTqzolTu9LcPd1sQ8EEKCnzWueDMUboO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UTqzolTu9LcPd1sQ8EEKCnzWueDMUboO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UTqzolTu9LcPd1sQ8EEKCnzWueDMUboO > .row .container > .video-iframe-container { display: none; }#UTqzolTu9LcPd1sQ8EEKCnzWueDMUboO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UTqzolTu9LcPd1sQ8EEKCnzWueDMUboO > .row > .video-iframe-container { display: none; }#UTqzolTu9LcPd1sQ8EEKCnzWueDMUboO > .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); }#UTqzolTu9LcPd1sQ8EEKCnzWueDMUboO > .row .container { border-width: 0; border-radius: 0; }#UTqzolTu9LcPd1sQ8EEKCnzWueDMUboO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UTqzolTu9LcPd1sQ8EEKCnzWueDMUboO > .row .container { font-size:0.875rem;font-family:arial;height:32.3125rem;width:75rem;position:relative;display:block; }#eP5D7XZGhBzbZ5llOTLA2XRpJAXNgVXE { color:#031f28;display:block;width:15.25rem;position:absolute;font-family:inter;font-size:1rem;font-weight:700;z-index:15005;line-height:1.7;letter-spacing:0;top:19.974609375rem;left:15.1875rem;height:6.798825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#t1tx2b6q5yI9pUTuH9RongKS1EZ19KgN { position:absolute;display:block;z-index:15008;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:8.375rem;width:16.875rem;top:4.8125rem;left:0rem;overflow:hidden;display:block; }
#dk7Kyo2hM9fs5XNDkwHn698WDl4w8s4s { color:#ffffff;display:block;width:37.5rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:4.81201171875rem;left:37.5rem;height:5.625rem;display:block; }
#Oq78s1889gsANFuZZaPTpTrAETQCiH3v { color:#ffffff;display:block;width:17.31225rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:11.9375rem;left:37.5rem;height:1.3rem;display:block; }
#zBTluFXdxLVlmKeDMVTrac3BeomMOEo6 { color:#ffffff;display:block;width:32.12475rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:14.125rem;left:37.5rem;height:1.29980625rem;display:block; }
#livfwKQ1FwiaE8c9AxZu57S2cdTrpnbS { color:#031f28;display:block;width:9.9375rem;position:absolute;font-family:inter;font-size:1.75rem;font-weight:700;z-index:15006;line-height:1.7;letter-spacing:0;top:17rem;left:18.375rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ww2SdohPnsF9r9hX8MUnJfdwLmVToeXT { position:absolute;display:block;z-index:15021;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:8.74875rem;width:8.74875rem;top:18.460693359375rem;left:56.74951171875rem;overflow:hidden;display:block; }
#TbusJsaiQHuXnOLv7wdd4WEtO9Mldag6 { position:absolute;display:block;z-index:15022;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:7.875rem;width:18.06225rem;top:18.89794921875rem;left:37.5rem;overflow:hidden;display:block; }
#iDQHNwXkT4HClaJ6unIe5TCuc6fmVI8Q { position:absolute;display:block;z-index:15023;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:8.4375rem;width:8.4375rem;top:18.61669921875rem;left:66.5625rem;overflow:hidden;display:block; }
#hJ4931PqKxyvhFCFVfQWCKdO3PuFxw6i { position:absolute;display:block;z-index:15025;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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.062255875rem;width:37.5rem;top:17.406005859375rem;left:37.5rem;display:block; }
#iztxvEPRcFX31GTbeU2u0Typ2LwLcgPJ { background-color:#5f3fff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.3125rem;height:3.875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:16.89892578125rem;left:0rem;display:none; }
#zICTgWrOiFrOJn43NfI6vxms7uolvdKT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB { display:block; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bfpi3DSZpXMl2WVDT2JRQSFKEtNKgaeP { top:2.5rem;left:0rem;width:12.375rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KcNUDzwNhLhT1aQND0TFxPxPObeS0Sya { top:28.1875rem;left:0rem;width:28.1875rem;height:4.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKrmwzhKCUyvfU3XZ80aOF03brZ5ImL4 { width:15.3125rem;height:3.625rem;top:35.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfqJTLQECqRDnPuCl0E4IrSLl8HGMtdB { display:block; }
 }@media only screen and (max-width: 763px) { #tS3OTaKKGIEM8ITUocms83eWXiKWO6nh { top:16.25rem;left:7.8125rem;width:39.9375rem;height:22.465405385134rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTWgMc93qtDuHrlSR2rkhRa6cHyPIhHe { top:39.875rem;left:17.5625rem;width:30.1875rem;height:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovtGOPFNTf48Do01dk1qWnVpz8xozQZK { width:14.3125rem;height:3.875rem;top:3.0625rem;left:32.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhJcmtBs5qQ5CTIK53sXzaX2zwbhW4C2 { display:block; }
 }@media only screen and (max-width: 763px) { #G0q3ZM4L8l60TpTegPtzS2dAngkKsPC0 { top:16.25rem;left:0rem;width:31.6875rem;height:9.5rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UebgFc96ZMCKF1dRqpqrl0z9JJ5xpXuJ { top:39.875rem;left:0rem;width:28.25rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6G1ytLcIdc3pnTwN8hCV2F7mETaXGi2 { width:15.375rem;height:3.75rem;top:35.125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlcSyIAarmI1Gl5reI4OwfiaI5iKK224 { display:block; }
 }@media only screen and (max-width: 763px) { #kZ9e3uyD7SJxD3SfDEkSp8qyuVBz7bnQ { display:block; }#kZ9e3uyD7SJxD3SfDEkSp8qyuVBz7bnQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g9itwg0p01pm7hkdDwniiD8FKbxgmD0a { top:18.375rem;left:0rem;width:22.125rem;height:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xwy402xJkHSEiQK7kS8B8BrDaHRyd6U6 { top:18.375rem;left:9.625rem;width:22.125rem;height:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRrtKXHLwWOzHpL31yQmGAePQIN7lQRy { top:18.375rem;left:25.5rem;width:22.125rem;height:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1UN6LQITauaXLJ0lTgO1UhtAcLvnL9G { top:20.625rem;left:32.28125rem;width:4.5625rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJcr5gNl39nUtSAKldSPaRQvP6ufcU0m { top:21.125rem;left:20.6875rem;width:6.1875rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #A3rfLXfgKMG0WHmQ5gET2GUdfpFxc1qN { top:22rem;left:0rem;width:4.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAouHhxMiAsIuUKWKCT3NOy1vFMNPJci { top:20.5rem;left:15.875rem;width:5.0625rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pA9blptPyXffH3TEa7Ci4TWxKT6sBvGS { top:4.0625rem;left:0rem;width:38rem;height:5.6875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qneuFwJRUTvw10HtUG2PXi7ar8pxrqtn { top:19.625rem;left:0rem;width:6.5rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EeFulw8PtttefsPxuuPm4ZizxShPG4sz { top:28.375rem;left:0rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdVF5trF2nIK76rka8PLGmao2TN8X92a { top:31.25rem;left:0rem;width:18.9375rem;height:4.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPKDzAMwOrV0GGfSKRx3MXfgka0zU6g6 { top:19.625rem;left:15.875rem;width:6.5rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CT3g5VRQPXGZJ1zUwBf2tuwPvyHVoZbp { top:31.25rem;left:12.8125rem;width:21rem;height:4.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSgtABkL3ym3LVJhNBfkBittAeHIL0Mb { top:28.375rem;left:15.875rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBLA5T64qfJFUMTGfryWcWFDkElXMTrT { top:31.25rem;left:27.875rem;width:19.875rem;height:4.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxJCOmAt2QV2hZTaMEuNDBhn7EASNuJO { top:19.625rem;left:31.75rem;width:6.5rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #biECBMn2g62eV8oiDd2wk51hyNTo25Ez { top:28.375rem;left:31.875rem;width:14.8125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHO6G6cd4muenLuASiR1x9BypwQzAGrS { top:8.875rem;left:0rem;width:31.875rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bi4na3TQJtVNR61N0bMfvhvKXDXDPonD { display:block; }#bi4na3TQJtVNR61N0bMfvhvKXDXDPonD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kTMNZAAQbKsMrgiwfFtRTWIMcQnXbhOP { top:0rem;left:0rem;width:17.25rem;height:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDqKHuayE8JMJ4OzZzVEeWev3y2X04A8 { top:0rem;left:0rem;width:47.75rem;height:35.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPgDWszksmqkDnxIWuuVZTx3UKGlUEWZ { top:18.5625rem;left:0rem;width:17.25rem;height:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1WrBlQqHfu0sRpKrsoiLdHr9N6cScZm { display:block; }#x1WrBlQqHfu0sRpKrsoiLdHr9N6cScZm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IeNtymde0HI3SmIOqc4z3Z9X0H0csmRo { top:27.1875rem;left:28.625rem;width:19.125rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o11UIbbalHeCNJiAsXGXrRA3dcoxoK0o { width:18.4375rem;height:3.5625rem;top:31.75rem;left:29.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3upyRUQ2Lcy8UPs1tgDbT8PoqmKHrVC { display:block; }
 }@media only screen and (max-width: 763px) { #LRZ5V02C0cNdBanbBV3kkSZ76T3x2F2a { top:5.5625rem;left:0rem;width:32.4375rem;height:31.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTMUmVlVGkxMJd9tkrGduIxJiXFTw8HX { top:16.0625rem;left:22.5625rem;width:25.1875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlJmoD5TzmxhG4HWXRhusCCGDFwVukb7 { top:21.4375rem;left:22.5625rem;width:25.1875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VK47JMDWCGLFuqqhBo231HDg8SC7uy9k { top:26.625rem;left:22.5625rem;width:25.1875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQU00aKl1GvLuxJPSTgqaZ97tuB0m9FZ { top:16.0625rem;left:30.9375rem;width:3.1875rem;height:2.513018809489rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEcuw0AnSEXhGsqr7XToP9C2TV86b8Dv { top:21.4375rem;left:30.9375rem;width:3.1875rem;height:2.513018809489rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4qstkfwPC4KBwgtt8SlOK7BaqRxfOW0 { top:26.625rem;left:30.9375rem;width:3.1875rem;height:2.513018809489rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKa51R0yy4mPVhLcOf4gcQnCppyvNhgf { top:8rem;left:25.25rem;width:22.5rem;height:5.6875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VoxeTrPf7RwyelkUrRwzyL8c4fx9cWrQ { top:12.625rem;left:30.9375rem;width:15.0625rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #elx0imsL5LNxSXV9ibZOTESqlPmBvgD3 { display:block; }#elx0imsL5LNxSXV9ibZOTESqlPmBvgD3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uhIwxpN7VzcMbMr4JMRBL1SnEfikaQTI { top:16.3125rem;left:0rem;width:29.25rem;height:13.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eC0S0DNT1SRxQJfQVoTCSCJ8ZIo67AIi { top:5.4375rem;left:15.3125rem;width:32.4375rem;height:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvFCnPyXxmW1TWNosGpVTSiMAKKv4JRW { width:19.4375rem;height:3.75rem;top:31.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a80dx9Myi7kVzfiEGcqRQru2D2ZI5IyL { display:block; }
 }@media only screen and (max-width: 763px) { #v2QbWqgrTtEeJ38RFeyJWDssT6KlHWr1 { top:8.3125rem;left:0rem;width:25.375rem;height:5.6875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #khfuFKm8KC0A3Iyg9T3sEWbBMc8zGlEs { top:12.875rem;left:0rem;width:15.25rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tey5ioRNuDbgK3z0vEIIHgd3FZ5mo4XR { display:block; }#tey5ioRNuDbgK3z0vEIIHgd3FZ5mo4XR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rOpGZqJpUOtKDHZtU5RpRwQu9aIuPalA { top:13rem;left:0rem;width:23.125rem;height:4.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpCxg4FpluZDZBqDcwvTzG0xhwRR7Fw2 { top:6.625rem;left:0rem;width:45.5625rem;height:37.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMRykzwMSd9XGTxP3CM1kTMJmnePi9Ew { top:5.1875rem;left:0rem;width:25.375rem;height:5.6875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6nXOnt8uc9SPHzkkJBmLAk1oKAb3ITZ { top:9.75rem;left:0rem;width:14.4375rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKsTPy0lXkrGZAFne41xLTyq6tImRdkE { top:26.375rem;left:0rem;width:24.375rem;height:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vq4W13mpNf9qiyzbxdM4XRHxuMQnl2oT { top:30.4375rem;left:15.4375rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2EPLb6LB4AQ3eRDooKSiVbQhFe0qQfF { top:48.125rem;left:0rem;width:5.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWzZtEMdoTQt140DUgeuF9oMfD2WVVu3 { width:16.25rem;height:3.75rem;top:19.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2oDOCNEQgcmulTIegRgQiEzOUmgz7eW { display:block; }
 }@media only screen and (max-width: 763px) { #pU2S68Dcni1R4Fa7BWLnUW8h6fX4GDvQ { display:block; }#pU2S68Dcni1R4Fa7BWLnUW8h6fX4GDvQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bcNnNa5wydud1G3IVmn9v6z2HHBfzHhG { top:4.6875rem;left:0rem;width:47.25rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NogEpgsDdbaurLM4FmcFnDuxJ0bw9xQl { top:6.5625rem;left:0rem;width:47.75rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvJdd4ZG8IsrEVQKdnDumFIV3yhXHlTr { top:12.5625rem;left:0rem;width:21.875rem;height:23rem;display:block; }
 }@media only screen and (max-width: 763px) { #naq3wPvuPkRUoRKLPZHnke8i7XheCSaz { top:12.5625rem;left:2rem;width:21.875rem;height:23rem;display:block; }
 }@media only screen and (max-width: 763px) { #UW6df1oL7NXkRpbiE96FMzHapQNIfxX9 { top:12.5625rem;left:25.875rem;width:21.875rem;height:23rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gb3wJzPRlTnfNRLVApZocEfgNsn5O36G { top:12.5625rem;left:0rem;width:21.875rem;height:23rem;display:block; }
 }@media only screen and (max-width: 763px) { #BW0B8IKHFpM9cmTktTgr7ykJhD4VkUiW { top:12.5625rem;left:2rem;width:21.875rem;height:23rem;display:block; }
 }@media only screen and (max-width: 763px) { #HvnmboAztnzfX8TtLTlAmTHdsRSWLTvC { top:12.5625rem;left:25.875rem;width:21.875rem;height:23rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7CKc69MkpHqAgZTUQkgQZeP6BiC1XUv { top:23.5rem;left:0rem;width:13.1875rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPuMkOua5q0042ZyGoIa23ZNcG5y1SaQ { top:23.5rem;left:13.8125rem;width:10.0625rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZyZOf1LqEV02ZSgrXqzQ9TTclArypxv { top:23.5rem;left:36.75rem;width:11rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGuLsU0PODvLJPJm0sLAF5Upbtmr44mP { width:13.5rem;height:3.125rem;top:30.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVJuMRBXXDLvllRiX7khB4zEGwURWHJu { display:block; }
 }@media only screen and (max-width: 763px) { #qZ0oGFrauGD1Z1s24RCDGwQADfVDe66s { width:13.5rem;height:3.125rem;top:30.5625rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcTD5AX2sMcCxOa2frdbilN3bFWbqiEC { display:block; }
 }@media only screen and (max-width: 763px) { #GwJ02SPvqf1JsEf9AcJswCQ5zVwrJqdy { width:13.5rem;height:3.125rem;top:30.5625rem;left:34.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgA02R2cxLJMTFNLn8dkfth84s5tE4wq { display:block; }
 }@media only screen and (max-width: 763px) { #GCHe9yLJs2esM5mpACKoCAgyikszAH1n { top:26.875rem;left:0rem;width:15.8125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MzOv1X4VHLLtiWvsXz0tOL9PDKAiVUOn { top:26.875rem;left:8.0625rem;width:15.8125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBnxFzDmaAT6DesTSuxzHmONVwTvGdty { top:26.875rem;left:30.5rem;width:17.25rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6ZHW6zUPoC5UrQBSCHTb7FUETqkwXIy { display:block; }#b6ZHW6zUPoC5UrQBSCHTb7FUETqkwXIy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aXnNryRR5hA9CxExOFTKZFC8vDiVTdhr { width:11.375rem;height:11.375rem;top:14rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wuAsbF4DZyt590QqH8Tayp4N6CgvaOdl { width:14.75rem;height:11.1875rem;top:26.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SvzfM89KyX1U1DLv8xgGa58rdhGUqBGv { width:19rem;height:33.6875rem;top:12.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJbq2chumLbcPqaDwX97EFvEdcR8OzTh { width:5.25rem;height:9.9375rem;top:14.5625rem;left:0rem;font-size:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #imyHRUL6PvTrP4ilruT787k75MwveCIF { width:19rem;height:33.6875rem;top:12.1875rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFoQ3VvdkAGCFtlxdWOCsi7VgQ6gnGMG { width:11.375rem;height:11.375rem;top:14rem;left:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u18Fm9ob0v4L0z2HXQE95sl8eg9TU26W { width:19rem;height:33.6875rem;top:12.25rem;left:28.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkvwUk6twdgUuiq0mWqEVvcCsPUMMuqG { width:11.375rem;height:11.375rem;top:14rem;left:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqWFXFgQlIbXpc4g45J8AAepklhTNf8V { width:14.375rem;height:9.5625rem;top:26.6875rem;left:33.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAgFvcTAzdrPyWgqLxPQTp7czzlexC8M { width:14rem;height:9.5625rem;top:26.6875rem;left:16.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #crLkEN8tFyWzX32o21v5V6s6POyb2KSS { top:41.625rem;left:16.53173828125rem;width:14.625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkTzfBesMtwRRO7xC72byQ0GdqXAJ8bl { top:41.625rem;left:32.375rem;width:15.375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s86wHXZPzXTR62g8ibWJ3krhNKyXMnNQ { top:41.625rem;left:0rem;width:15rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wc0HCwEU8skBhJcfbvRhfdFJ9bL8gyIp { top:5.25rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vV2liFvUSDWTIxiR49rzo77skBfv8R4q { top:6.9375rem;left:13.0625rem;width:21.875rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHR1aGC4hfWdCxfh9kO40kMWNlx9lTnA { top:16.4375rem;left:41.125rem;width:6.625rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xp4SMRWXfQL03XIrZLCvG72hv819NVlF { top:17rem;left:20.1875rem;width:7.375rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdJ3udfXtnMVz6lm7AT9l8V1JsZ9TNkX { top:14.875rem;left:0rem;width:9.6875rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bw4it3H7AevKDh3APDMcv7ScXI93dHaX { display:block; }#bw4it3H7AevKDh3APDMcv7ScXI93dHaX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JgPxzRnrVOScoIJRaadVXUybEU4fuH5X { top:0rem;left:0rem;width:17.25rem;height:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUlmf0sTZXIPw5wGPbb7C12Ts2Vx9gOM { top:0rem;left:4.71875rem;width:38.5rem;height:35.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDaCS2KniXlLzaEBrnyC6hEr6S5qZDkT { top:0rem;left:30.5rem;width:17.25rem;height:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVxTCFyR2e5spI9TiB86PoXeN3ZTIaix { top:12.3125rem;left:30.5rem;width:17.25rem;height:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NT4UrhTPKqrhMiRxCGnBJlTFPBgg5Fze { top:24.6875rem;left:30.5rem;width:17.25rem;height:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZbwtUaE34X40F75Jv2OdTHCsErXrcHO { top:18.5625rem;left:0rem;width:17.25rem;height:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTqzolTu9LcPd1sQ8EEKCnzWueDMUboO { display:block; }#UTqzolTu9LcPd1sQ8EEKCnzWueDMUboO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eP5D7XZGhBzbZ5llOTLA2XRpJAXNgVXE { top:19.9375rem;left:8.375rem;width:15.25rem;height:6.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1tx2b6q5yI9pUTuH9RongKS1EZ19KgN { top:4.8125rem;left:0rem;width:16.875rem;height:8.3745rem;display:block; }
 }@media only screen and (max-width: 763px) { #dk7Kyo2hM9fs5XNDkwHn698WDl4w8s4s { top:4.75rem;left:10.25rem;width:37.5rem;height:5.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oq78s1889gsANFuZZaPTpTrAETQCiH3v { top:11.9375rem;left:23.875rem;width:17.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBTluFXdxLVlmKeDMVTrac3BeomMOEo6 { top:14.125rem;left:15.6875rem;width:32.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #livfwKQ1FwiaE8c9AxZu57S2cdTrpnbS { top:17rem;left:11.5625rem;width:9.9375rem;height:2.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ww2SdohPnsF9r9hX8MUnJfdwLmVToeXT { top:18.4375rem;left:36.31201171875rem;width:8.6875rem;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbusJsaiQHuXnOLv7wdd4WEtO9Mldag6 { top:18.875rem;left:23.875rem;width:18rem;height:7.8478594859444rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDQHNwXkT4HClaJ6unIe5TCuc6fmVI8Q { top:18.5625rem;left:39.3125rem;width:8.4375rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJ4931PqKxyvhFCFVfQWCKdO3PuFxw6i { top:17.375rem;left:10.25rem;width:37.5rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #iztxvEPRcFX31GTbeU2u0Typ2LwLcgPJ { width:14.3125rem;height:3.875rem;top:16.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zICTgWrOiFrOJn43NfI6vxms7uolvdKT { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/62d6cc3f-14be-4a7d-b865-4c887ec2614a/3I7A8911.jpg");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB.adaptive-delivery-prevent-bg, #gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB.lazyload, #gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB.lazyloading { background-image: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container { background-color: transparent; background-image: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(16,11,41,0.9); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container > .video-iframe-container { display: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(16,11,41,0.9); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row > .video-iframe-container { display: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .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); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container { width:20rem;height:59rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bfpi3DSZpXMl2WVDT2JRQSFKEtNKgaeP { width:9.9985625rem;height:4.9995125rem;top:1.185546875rem;left:5.00048828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KcNUDzwNhLhT1aQND0TFxPxPObeS0Sya { width:18.8125rem;height:5.25rem;top:20.23681640625rem;left:0.59375rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #NKrmwzhKCUyvfU3XZ80aOF03brZ5ImL4 { width:14.3125rem;height:3.4375rem;top:47.25rem;left:2.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfqJTLQECqRDnPuCl0E4IrSLl8HGMtdB { display:block; }
 }@media only screen and (max-width: 763px) { #tS3OTaKKGIEM8ITUocms83eWXiKWO6nh { height:11.25rem;width:19.9985625rem;top:30.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTWgMc93qtDuHrlSR2rkhRa6cHyPIhHe { width:19.9985625rem;height:2.2744125rem;top:43.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovtGOPFNTf48Do01dk1qWnVpz8xozQZK { width:14.3125rem;height:3.875rem;top:56.5rem;left:2.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KhJcmtBs5qQ5CTIK53sXzaX2zwbhW4C2 { display:block; }
 }@media only screen and (max-width: 763px) { #G0q3ZM4L8l60TpTegPtzS2dAngkKsPC0 { width:18.125rem;height:10.3984375rem;top:7.8251953125rem;left:0.9375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UebgFc96ZMCKF1dRqpqrl0z9JJ5xpXuJ { width:20rem;height:2.9375rem;top:26.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6G1ytLcIdc3pnTwN8hCV2F7mETaXGi2 { width:14.3125rem;height:3.75rem;top:51.9375rem;left:2.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlcSyIAarmI1Gl5reI4OwfiaI5iKK224 { display:block; }
 }@media only screen and (max-width: 763px) { #kZ9e3uyD7SJxD3SfDEkSp8qyuVBz7bnQ { display:block; }#kZ9e3uyD7SJxD3SfDEkSp8qyuVBz7bnQ > .row .container { width:20rem;height:89.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g9itwg0p01pm7hkdDwniiD8FKbxgmD0a { width:20rem;height:20.75rem;top:18.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xwy402xJkHSEiQK7kS8B8BrDaHRyd6U6 { width:20rem;height:20.6875rem;top:42.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRrtKXHLwWOzHpL31yQmGAePQIN7lQRy { width:20rem;height:22.5rem;top:67.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1UN6LQITauaXLJ0lTgO1UhtAcLvnL9G { width:4.6875rem;height:4.6875rem;top:68.625rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJcr5gNl39nUtSAKldSPaRQvP6ufcU0m { width:6.1875rem;height:0;top:43.8125rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3rfLXfgKMG0WHmQ5gET2GUdfpFxc1qN { width:5.5625rem;height:2rem;top:21.25rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAouHhxMiAsIuUKWKCT3NOy1vFMNPJci { width:5.1875rem;height:4.5rem;top:43.8125rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pA9blptPyXffH3TEa7Ci4TWxKT6sBvGS { width:17.5625rem;height:12.9980625rem;top:2.75rem;left:1.21875rem;font-size:2rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #qneuFwJRUTvw10HtUG2PXi7ar8pxrqtn { width:6.5rem;height:6.625rem;top:18.9375rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EeFulw8PtttefsPxuuPm4ZizxShPG4sz { width:12.5rem;height:3.8994125rem;top:26.9375rem;left:1.6875rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gdVF5trF2nIK76rka8PLGmao2TN8X92a { width:17.25rem;height:7.312rem;top:32.25rem;left:1.375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tPKDzAMwOrV0GGfSKRx3MXfgka0zU6g6 { width:6.5rem;height:6.625rem;top:42.8125rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CT3g5VRQPXGZJ1zUwBf2tuwPvyHVoZbp { width:16.3125rem;height:7.312rem;top:55.9375rem;left:1.5625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vSgtABkL3ym3LVJhNBfkBittAeHIL0Mb { width:12.5rem;height:3.8994125rem;top:51.125rem;left:1.6875rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yBLA5T64qfJFUMTGfryWcWFDkElXMTrT { width:16.625rem;height:8.7744375rem;top:80.0625rem;left:1.6875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lxJCOmAt2QV2hZTaMEuNDBhn7EASNuJO { width:6.5rem;height:6.625rem;top:67.625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #biECBMn2g62eV8oiDd2wk51hyNTo25Ez { width:14.8125rem;height:1.94970625rem;top:76.5625rem;left:1.5rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EHO6G6cd4muenLuASiR1x9BypwQzAGrS { width:5.3125rem;height:0.8125rem;top:14.7490234375rem;left:7.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bi4na3TQJtVNR61N0bMfvhvKXDXDPonD { display:block; }#bi4na3TQJtVNR61N0bMfvhvKXDXDPonD > .row .container { width:20rem;height:68.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kTMNZAAQbKsMrgiwfFtRTWIMcQnXbhOP { width:20rem;height:17.4375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDqKHuayE8JMJ4OzZzVEeWev3y2X04A8 { width:20rem;height:28.25rem;top:38.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPgDWszksmqkDnxIWuuVZTx3UKGlUEWZ { width:20rem;height:17.4375rem;top:19.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1WrBlQqHfu0sRpKrsoiLdHr9N6cScZm { display:block; }#x1WrBlQqHfu0sRpKrsoiLdHr9N6cScZm > .row .container { width:20rem;height:68.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IeNtymde0HI3SmIOqc4z3Z9X0H0csmRo { width:16.37475rem;height:1.21875rem;top:50.8125rem;left:1.8125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #o11UIbbalHeCNJiAsXGXrRA3dcoxoK0o { width:15.812rem;height:3.1245125rem;top:58.25rem;left:2.0927734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3upyRUQ2Lcy8UPs1tgDbT8PoqmKHrVC { display:block; }
 }@media only screen and (max-width: 763px) { #LRZ5V02C0cNdBanbBV3kkSZ76T3x2F2a { width:20rem;height:19.8125rem;top:3.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTMUmVlVGkxMJd9tkrGduIxJiXFTw8HX { width:19.9995rem;height:3.8994125rem;top:36.9375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nlJmoD5TzmxhG4HWXRhusCCGDFwVukb7 { width:19.9995rem;height:2.5996125rem;top:44.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VK47JMDWCGLFuqqhBo231HDg8SC7uy9k { width:19.9995rem;height:3.8994125rem;top:51.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JQU00aKl1GvLuxJPSTgqaZ97tuB0m9FZ { width:3.1875rem;height:2.5129314987086rem;top:33.9375rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEcuw0AnSEXhGsqr7XToP9C2TV86b8Dv { width:3.1875rem;height:2.5129314987086rem;top:41.5rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4qstkfwPC4KBwgtt8SlOK7BaqRxfOW0 { width:3.1875rem;height:2.5129314987086rem;top:48.375rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKa51R0yy4mPVhLcOf4gcQnCppyvNhgf { width:20rem;height:5.199225rem;top:25.8125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VoxeTrPf7RwyelkUrRwzyL8c4fx9cWrQ { width:15.0625rem;height:0.8125rem;top:29.9365234375rem;left:2.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #elx0imsL5LNxSXV9ibZOTESqlPmBvgD3 { display:block; }#elx0imsL5LNxSXV9ibZOTESqlPmBvgD3 > .row .container { width:20rem;height:61.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uhIwxpN7VzcMbMr4JMRBL1SnEfikaQTI { width:20rem;height:19.49705rem;top:10.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eC0S0DNT1SRxQJfQVoTCSCJ8ZIo67AIi { width:20rem;height:20rem;top:38.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvFCnPyXxmW1TWNosGpVTSiMAKKv4JRW { width:15.8105625rem;height:3.1245125rem;top:32.9375rem;left:2.09423828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a80dx9Myi7kVzfiEGcqRQru2D2ZI5IyL { display:block; }
 }@media only screen and (max-width: 763px) { #v2QbWqgrTtEeJ38RFeyJWDssT6KlHWr1 { width:20rem;height:5.19965rem;top:2.5rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #khfuFKm8KC0A3Iyg9T3sEWbBMc8zGlEs { width:15.25rem;height:0.8125rem;top:6.75rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tey5ioRNuDbgK3z0vEIIHgd3FZ5mo4XR { display:block; }#tey5ioRNuDbgK3z0vEIIHgd3FZ5mo4XR > .row .container { width:20rem;height:89.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rOpGZqJpUOtKDHZtU5RpRwQu9aIuPalA { width:18.6875rem;height:6.09375rem;top:9.125rem;left:0.6875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wpCxg4FpluZDZBqDcwvTzG0xhwRR7Fw2 { width:19.9985625rem;height:31.2485625rem;top:22.59423828125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMRykzwMSd9XGTxP3CM1kTMJmnePi9Ew { width:20rem;height:5.199225rem;top:2.091796875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p6nXOnt8uc9SPHzkkJBmLAk1oKAb3ITZ { width:14.4375rem;height:0.8125rem;top:6.1533203125rem;left:2.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKsTPy0lXkrGZAFne41xLTyq6tImRdkE { width:20rem;height:19.9375rem;top:65.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vq4W13mpNf9qiyzbxdM4XRHxuMQnl2oT { width:2.8125rem;height:2.8125rem;top:64.0625rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2EPLb6LB4AQ3eRDooKSiVbQhFe0qQfF { width:3.875rem;height:4.25rem;top:83.0625rem;left:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWzZtEMdoTQt140DUgeuF9oMfD2WVVu3 { width:19.4375rem;height:3.75rem;top:17.03173828125rem;left:0.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2oDOCNEQgcmulTIegRgQiEzOUmgz7eW { display:block; }
 }@media only screen and (max-width: 763px) { #pU2S68Dcni1R4Fa7BWLnUW8h6fX4GDvQ { display:block; }#pU2S68Dcni1R4Fa7BWLnUW8h6fX4GDvQ > .row .container { width:20rem;height:92.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bcNnNa5wydud1G3IVmn9v6z2HHBfzHhG { width:14.125rem;height:10.3984375rem;top:3.0625rem;left:2.9375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NogEpgsDdbaurLM4FmcFnDuxJ0bw9xQl { width:14rem;height:0.8125rem;top:7.3125rem;left:3rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #zvJdd4ZG8IsrEVQKdnDumFIV3yhXHlTr { width:20rem;height:23rem;top:16rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #naq3wPvuPkRUoRKLPZHnke8i7XheCSaz { width:20rem;height:23rem;top:41.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UW6df1oL7NXkRpbiE96FMzHapQNIfxX9 { width:20rem;height:23rem;top:66.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gb3wJzPRlTnfNRLVApZocEfgNsn5O36G { width:20rem;height:23rem;top:16rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BW0B8IKHFpM9cmTktTgr7ykJhD4VkUiW { width:20rem;height:23rem;top:41.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HvnmboAztnzfX8TtLTlAmTHdsRSWLTvC { width:20rem;height:23rem;top:66.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7CKc69MkpHqAgZTUQkgQZeP6BiC1XUv { width:13.1875rem;height:2.599825rem;top:27.125rem;left:3.40625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nPuMkOua5q0042ZyGoIa23ZNcG5y1SaQ { width:10.0625rem;height:2.599825rem;top:52.0625rem;left:4.96875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KZyZOf1LqEV02ZSgrXqzQ9TTclArypxv { width:11rem;height:2.599825rem;top:77.0126953125rem;left:4.5rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kGuLsU0PODvLJPJm0sLAF5Upbtmr44mP { width:13.5rem;height:3.125rem;top:33.6875rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVJuMRBXXDLvllRiX7khB4zEGwURWHJu { display:block; }
 }@media only screen and (max-width: 763px) { #qZ0oGFrauGD1Z1s24RCDGwQADfVDe66s { width:13.5rem;height:3.125rem;top:59.1875rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcTD5AX2sMcCxOa2frdbilN3bFWbqiEC { display:block; }
 }@media only screen and (max-width: 763px) { #GwJ02SPvqf1JsEf9AcJswCQ5zVwrJqdy { width:13.5rem;height:3.125rem;top:84.75rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgA02R2cxLJMTFNLn8dkfth84s5tE4wq { display:block; }
 }@media only screen and (max-width: 763px) { #GCHe9yLJs2esM5mpACKoCAgyikszAH1n { width:15.8125rem;height:2.5996125rem;top:30.150390625rem;left:2.09375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MzOv1X4VHLLtiWvsXz0tOL9PDKAiVUOn { width:15.8125rem;height:2.5996125rem;top:55.349609375rem;left:2.09375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBnxFzDmaAT6DesTSuxzHmONVwTvGdty { width:17.25rem;height:2.5996125rem;top:80.599609375rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6ZHW6zUPoC5UrQBSCHTb7FUETqkwXIy { display:block; }#b6ZHW6zUPoC5UrQBSCHTb7FUETqkwXIy > .row .container { width:20rem;height:123.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aXnNryRR5hA9CxExOFTKZFC8vDiVTdhr { width:11.3745rem;height:11.3745rem;top:12.3125rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wuAsbF4DZyt590QqH8Tayp4N6CgvaOdl { width:16.25rem;height:9.597625rem;top:25rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SvzfM89KyX1U1DLv8xgGa58rdhGUqBGv { width:18.99975rem;height:34.9995rem;top:10.5rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJbq2chumLbcPqaDwX97EFvEdcR8OzTh { width:5.25rem;height:2.599825rem;top:6.625rem;left:7.375rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #imyHRUL6PvTrP4ilruT787k75MwveCIF { width:18.99975rem;height:36.375rem;top:46.75rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFoQ3VvdkAGCFtlxdWOCsi7VgQ6gnGMG { width:11.3745rem;height:11.3745rem;top:48.5625rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u18Fm9ob0v4L0z2HXQE95sl8eg9TU26W { width:19rem;height:36.9375rem;top:84.375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkvwUk6twdgUuiq0mWqEVvcCsPUMMuqG { width:11.3745rem;height:11.3745rem;top:86.125rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqWFXFgQlIbXpc4g45J8AAepklhTNf8V { width:15.75rem;height:9.597625rem;top:98.8125rem;left:2.125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAgFvcTAzdrPyWgqLxPQTp7czzlexC8M { width:16.3125rem;height:7.9980625rem;top:61.25rem;left:1.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #crLkEN8tFyWzX32o21v5V6s6POyb2KSS { width:14.625rem;height:2.5996125rem;top:79.0625rem;left:2.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DkTzfBesMtwRRO7xC72byQ0GdqXAJ8bl { width:15.375rem;height:2.5996125rem;top:115.625rem;left:2.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s86wHXZPzXTR62g8ibWJ3krhNKyXMnNQ { width:15rem;height:2.5996125rem;top:41.6875rem;left:3.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Wc0HCwEU8skBhJcfbvRhfdFJ9bL8gyIp { width:20rem;height:2.599825rem;top:3.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vV2liFvUSDWTIxiR49rzo77skBfv8R4q { width:20rem;height:0.8125rem;top:4.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHR1aGC4hfWdCxfh9kO40kMWNlx9lTnA { width:6.625rem;height:6.625rem;top:88.5615234375rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xp4SMRWXfQL03XIrZLCvG72hv819NVlF { width:7.375rem;height:5.4375rem;top:51.5927734375rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdJ3udfXtnMVz6lm7AT9l8V1JsZ9TNkX { width:9.6875rem;height:9.6875rem;top:13.2177734375rem;left:5.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bw4it3H7AevKDh3APDMcv7ScXI93dHaX { display:block; }#bw4it3H7AevKDh3APDMcv7ScXI93dHaX > .row .container { width:20rem;height:116.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JgPxzRnrVOScoIJRaadVXUybEU4fuH5X { width:20rem;height:15.625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUlmf0sTZXIPw5wGPbb7C12Ts2Vx9gOM { width:20rem;height:35.9375rem;top:17.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDaCS2KniXlLzaEBrnyC6hEr6S5qZDkT { width:17.25rem;height:11.3125rem;top:55.25rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVxTCFyR2e5spI9TiB86PoXeN3ZTIaix { width:17.25rem;height:11.3125rem;top:84.6875rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NT4UrhTPKqrhMiRxCGnBJlTFPBgg5Fze { width:20rem;height:15.625rem;top:97.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZbwtUaE34X40F75Jv2OdTHCsErXrcHO { width:20rem;height:15.625rem;top:67.625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTqzolTu9LcPd1sQ8EEKCnzWueDMUboO { display:block; }#UTqzolTu9LcPd1sQ8EEKCnzWueDMUboO > .row .container { width:20rem;height:72.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eP5D7XZGhBzbZ5llOTLA2XRpJAXNgVXE { width:15.87325rem;height:10.625rem;top:20.374972343445rem;left:2.0616319179535rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t1tx2b6q5yI9pUTuH9RongKS1EZ19KgN { width:12.437rem;height:6.1245125rem;top:3.5625rem;left:3.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dk7Kyo2hM9fs5XNDkwHn698WDl4w8s4s { width:19.999125rem;height:11.25rem;top:32.368056297303rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Oq78s1889gsANFuZZaPTpTrAETQCiH3v { width:17.25rem;height:1.29980625rem;top:44.942728996277rem;left:1.375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zBTluFXdxLVlmKeDMVTrac3BeomMOEo6 { width:19.999125rem;height:2.5996125rem;top:47.6875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #livfwKQ1FwiaE8c9AxZu57S2cdTrpnbS { width:19.999rem;height:2.974825rem;top:16.625rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ww2SdohPnsF9r9hX8MUnJfdwLmVToeXT { width:5.37413125rem;height:5.37413125rem;top:57.5625rem;left:7.3107640743256rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbusJsaiQHuXnOLv7wdd4WEtO9Mldag6 { width:6.9375rem;height:2.93663125rem;top:52.8125rem;left:6.5312502384187rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDQHNwXkT4HClaJ6unIe5TCuc6fmVI8Q { width:4.6875rem;height:4.6875rem;top:64.749959945681rem;left:7.6562497615813rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJ4931PqKxyvhFCFVfQWCKdO3PuFxw6i { width:20rem;height:0;top:51.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iztxvEPRcFX31GTbeU2u0Typ2LwLcgPJ { width:14.3125rem;height:3.875rem;top:11.68701171875rem;left:2.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zICTgWrOiFrOJn43NfI6vxms7uolvdKT { display:block; }
 }