.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:254,254,254;--color-primary-1:250,250,250;--color-primary-2:245,245,245;--color-primary-3:123,123,123;--color-primary-4:37,37,37;--color-secondary-0:247,255,217;--color-secondary-1:227,255,128;--color-secondary-2:199,255,0;--color-secondary-3:100,128,0;--color-secondary-4:30,38,0;--color-tertiary-0:255,255,255;--color-tertiary-1:193,193,193;--color-tertiary-2:47,47,47;--color-tertiary-3:24,24,24;--color-tertiary-4:5,5,5;--headlines-font-family:"Unbounded";--paragraphs-font-family:"Manrope"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/88985d95-4744-46cc-b460-d20e7f777af5/Untitleddesign8.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .row .container { background-color: transparent; background-image: none; }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .row .container > .video-iframe-container { display: none; }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .row > .video-iframe-container { display: none; }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .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); }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .row .container { border-width: 0; border-radius: 0; }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:75rem;position:relative;display:block; }#KdQ4T4nMtV18wD7wiLRSB2GT5RLneb6Q { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:13.1875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#gJfVm1nTgKLpgtUElAbDiCTf4ZFLmll5 { z-index:15003;top:1.0625rem;left:13.1875rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.5rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#AAo4sFWsT9BQR8rUJ42csPu95RRWdvks { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;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 > .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(0,0,0,0); }#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(0,0,0,0); }#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 > .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:35.5625rem;width:75rem;position:relative;display:block; }#Ept4ax2XQZehP1P5PNBQDhyiqauDg14u { color:rgba(var(--color-tertiary-0),1);display:block;width:33.0625rem;position:absolute;font-family:teko;font-size:9.9375rem;font-weight:400;z-index:15000;line-height:1;letter-spacing:0;top:0.5625rem;left:16.6875rem;height:9.93775rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WR8kpMlaEO45UeL8NOT3ORp5qA4et76s { color:rgba(var(--color-tertiary-0),1);display:block;width:29.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15001;line-height:1.5;letter-spacing:0;top:24.18359375rem;left:9.5625rem;height:7.59375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zrb31BbmgswkUo2a4P5vyv3cupFiDwdn { color:rgba(var(--color-tertiary-0),1);display:block;width:33.0625rem;position:absolute;font-family:teko;font-size:9.9375rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;top:7.4375rem;left:26.740234375rem;height:9.93775rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ibKyMlfGBiFGl9fgb5ZuXEpvcQDebdFT { color:rgba(var(--color-tertiary-0),1);display:block;width:33.0625rem;position:absolute;font-family:teko;font-size:9.9375rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:14.30859375rem;left:12.3125rem;height:9.9375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RQOxkx4tggCHm17yok7qqoEU3rZkRX2p .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#RQOxkx4tggCHm17yok7qqoEU3rZkRX2p .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;box-shadow: 0.0625rem 0.25rem 2.1875rem rgba(0,0,0,0.2) ;color:#d1d1d1;padding-top:0.645625rem;padding-right:0.594375rem;padding-bottom:0.645625rem;padding-left:0.594375rem;display:block;align-items:center;width:3.5625rem;min-width:3.5625rem;height:3.47rem;position:relative;font-family:var(--paragraphs-font-family);font-size:2.584375rem;font-weight:300;line-height:55.52px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-style:normal; }
#RQOxkx4tggCHm17yok7qqoEU3rZkRX2p .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.40375rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.754375rem;height:1.37125rem;position:relative;font-family:"open sans";font-size:0.96875rem;font-weight:400;line-height:21.94px;text-align:center;text-align-last:center;text-transform:none;top:-20%;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#RQOxkx4tggCHm17yok7qqoEU3rZkRX2p { border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:23rem;height:6.53625rem;padding-top:0.080625rem;padding-right:0.084375rem;padding-bottom:0.080625rem;padding-left:0.084375rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:25.5078125rem;left:39rem;z-index:15028; }
#RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #pXS1Q12m8XBMul7itSu1Ba96LM0o7tLT { display:flex;position:relative;top:0rem;left:0rem; }
#RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #wBqzd5XcEBqKusSXiiAxxlVcCDhMFFnW { width:auto; }
#RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #LbEoZ22LoZiteLsbdkyePUM40aF1dyhp {  }
#RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #qB4hDviLyOSOhUAMGEgZSiqHE4UD7Kns { display:flex;position:relative;top:0rem;left:0rem; }
#RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #NcVu4HmUUwtJzKEgVM5vqZgxJ74NbOFh {  }
#RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #e1pOncgLLGaO2TREyvJcR3mTXpMPXJsG {  }
#RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #VHa5CB9bxJIwwvpqI4LM3cCT1CZNV7Ji { display:flex;position:relative;top:0rem;left:0rem; }
#RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #uKSDZdZJcWvo7CuF1r4Q6O8WJdhcx8LJ {  }
#RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #uL9HwCQ97VnSl7cvH31QkmolRZrpbr9x {  }
#RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #INmwUf6MhhXPXnkuu4eqMGCeZZztpBOT { display:flex;position:relative;top:0rem;left:0rem; }
#RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #sy3LLbAwWLAasnObATKqZdCyroSCnfOl {  }
#RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #cXEPUg3moJ0UWk4rJTPamJ0BMxmQgQDe {  }
#HJlq5t4vxrZ699bWV4ombLaEhpb6yOgI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.9375rem;width:6.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:7.96875rem;left:22.375rem; }
#q8idQeA2gnxgpMRvXvhXcAhiTGG3qSdr { z-index:15003;top:16.83984375rem;left:42.54296875rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.6875rem;height:4.875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#vLiJbnu38h0BlX17KEmCFtHbq9hUa2Wu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#esNwxsdrebt2vBzecSPzpQC6Xf4b3TQE { position:relative;display:block; }#esNwxsdrebt2vBzecSPzpQC6Xf4b3TQE { background-color: transparent; background-image: none; }#esNwxsdrebt2vBzecSPzpQC6Xf4b3TQE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#esNwxsdrebt2vBzecSPzpQC6Xf4b3TQE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#esNwxsdrebt2vBzecSPzpQC6Xf4b3TQE > .row .container > .video-iframe-container { display: none; }#esNwxsdrebt2vBzecSPzpQC6Xf4b3TQE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#esNwxsdrebt2vBzecSPzpQC6Xf4b3TQE > .row > .video-iframe-container { display: none; }#esNwxsdrebt2vBzecSPzpQC6Xf4b3TQE > .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); }#esNwxsdrebt2vBzecSPzpQC6Xf4b3TQE { border-width: 0; border-radius: 0; }#esNwxsdrebt2vBzecSPzpQC6Xf4b3TQE > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#esNwxsdrebt2vBzecSPzpQC6Xf4b3TQE > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:39.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#oFwAyBLB2tCdl7inNvUNrHDxxgfybV5a { color:rgba(var(--color-tertiary-0),1);display:block;width:24.0625rem;position:absolute;font-family:teko;font-size:3.8125rem;font-weight:700;z-index:15000;line-height:.8;letter-spacing:0;top:5.15625rem;left:4.437255859375rem;height:6.0996125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dk6fdeSSXtyVBqb4XtboqzOmJsQIKlxm { color:rgba(var(--color-tertiary-0),1);display:block;width:24.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:18.5rem;left:4.4375rem;height:;font-style:normal;display:block; }#dk6fdeSSXtyVBqb4XtboqzOmJsQIKlxm li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#dk6fdeSSXtyVBqb4XtboqzOmJsQIKlxm li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_1e4a406df7159bde4b01018e7ee8551c7956178e.svg); }
#k6aRh53yNozBbfptPckrWHTWc7AT4vnP { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-2),1);border-left:0.125rem solid rgba(var(--color-tertiary-2),1);border-right:0.125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.1875rem;height:3.5rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:33.625rem;left:8.875rem;display:block; }
#HNmutvnDtICpJqVXbIiRnTJrCWtO8KBl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CE5ivkT0IGZOqFfQPHPoL7RJCskmCgef { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(339deg, rgba(var(--color-secondary-4),1), #000000);background-image: -moz-linear-gradient(339deg, rgba(var(--color-secondary-4),1), #000000);background-image: -ms-linear-gradient(339deg, rgba(var(--color-secondary-4),1), #000000);background-image: -o-linear-gradient(339deg, rgba(var(--color-secondary-4),1), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='#000000' );";background-image: linear-gradient(339deg, rgba(var(--color-secondary-4),1), #000000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(var(--color-secondary-1),1) ;height:16.75rem;width:18.4375rem;top:1.625rem;left:32.3125rem;display:block; }
#VT077fzQv33aCmXtnp17I6Nxg9XJCvHB { 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:13.1875rem;width:13.1875rem;top:5.15625rem;left:35rem;overflow:hidden;display:block; }
#ps2ti63y2W7OsR8iXGv9VTOv1KWvxLZX { position:absolute;display:block;z-index:15010;background-color:transparent;background-image: -webkit-linear-gradient(339deg, rgba(var(--color-secondary-4),1), rgba(var(--color-tertiary-4),1));background-image: -moz-linear-gradient(339deg, rgba(var(--color-secondary-4),1), rgba(var(--color-tertiary-4),1));background-image: -ms-linear-gradient(339deg, rgba(var(--color-secondary-4),1), rgba(var(--color-tertiary-4),1));background-image: -o-linear-gradient(339deg, rgba(var(--color-secondary-4),1), rgba(var(--color-tertiary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-tertiary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-tertiary-4),1)' );";background-image: linear-gradient(339deg, rgba(var(--color-secondary-4),1), rgba(var(--color-tertiary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(var(--color-secondary-1),1) ;height:16.75rem;width:18.4375rem;top:1.6875rem;left:52.125rem;display:block; }
#EvvDNaGVZhQrMX53HBTOoQ8tXXLdT6sx { 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:12.875rem;width:12.875rem;top:5.3125rem;left:54.96875rem;overflow:hidden;display:block; }
#ooQsIlh84eH9BuzPASSNL7Lnf3EWtccs { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(339deg, rgba(var(--color-secondary-4),1), #000000);background-image: -moz-linear-gradient(339deg, rgba(var(--color-secondary-4),1), #000000);background-image: -ms-linear-gradient(339deg, rgba(var(--color-secondary-4),1), #000000);background-image: -o-linear-gradient(339deg, rgba(var(--color-secondary-4),1), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='#000000' );";background-image: linear-gradient(339deg, rgba(var(--color-secondary-4),1), #000000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(var(--color-secondary-1),1) ;height:16.75rem;width:18.4375rem;top:19.8125rem;left:52.125rem;display:block; }
#oRmFQWHH3TazBfdMK1gFHm7m8CuCgMXg { position:absolute;display:block;z-index:15016;background-color:transparent;background-image: -webkit-linear-gradient(339deg, rgba(var(--color-secondary-4),1), #000000);background-image: -moz-linear-gradient(339deg, rgba(var(--color-secondary-4),1), #000000);background-image: -ms-linear-gradient(339deg, rgba(var(--color-secondary-4),1), #000000);background-image: -o-linear-gradient(339deg, rgba(var(--color-secondary-4),1), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='#000000' );";background-image: linear-gradient(339deg, rgba(var(--color-secondary-4),1), #000000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(var(--color-secondary-1),1) ;height:16.75rem;width:18.4375rem;top:19.75rem;left:32.3125rem;display:block; }
#i4gpTtPhgS7LddH603dJpUCkQadEkRX2 { 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:13.125rem;width:13.125rem;top:22.5rem;left:54.84375rem;overflow:hidden;display:block; }
#wA4WkyxChMmOpJx8GuNmwv3B01EO2Iyz { color:rgba(var(--color-tertiary-0),1);display:block;width:17.6875rem;position:absolute;font-family:teko;font-size:2.875rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:3.005859375rem;left:32.75rem;height:3.73730625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hQBrNTznVa43P6LCFFtcAATX5oZEd5OG { color:rgba(var(--color-tertiary-0),1);display:block;width:17.375rem;position:absolute;font-family:teko;font-size:2.875rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:21.4375rem;left:33.125rem;height:3.73730625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MthWz99W7GuHJE2BPGUpSVkrWC9ypJTn { color:rgba(var(--color-tertiary-0),1);display:block;width:11.75rem;position:absolute;font-family:teko;font-size:2.875rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:3.005859375rem;left:55.53125rem;height:3.73730625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ug6sD7IJgfTCHJcZczmGTbUc50SP2gCq { color:rgba(var(--color-tertiary-0),1);display:block;width:10.4375rem;position:absolute;font-family:teko;font-size:2.875rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:21.4375rem;left:56.1875rem;height:3.73730625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H74tVnGebby7LPw9l5qM63RsykzDmZH3 { position:absolute;display:block;z-index:15026;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:13.25rem;width:13.25rem;top:22.4375rem;left:34.96875rem;overflow:hidden;display:block; }
#SsSFW1riIIwkd3gmWpevXWWlZgphFNyX { color:rgba(var(--color-tertiary-0),1);display:block;width:24.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:11.54296875rem;left:4.4375rem;height:4.798825rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mx0dRR5xpGvV99EDSFlv7lonTtvCOrSI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mx0dRR5xpGvV99EDSFlv7lonTtvCOrSI > .row .container { background-color: transparent; background-image: none; }#mx0dRR5xpGvV99EDSFlv7lonTtvCOrSI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mx0dRR5xpGvV99EDSFlv7lonTtvCOrSI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mx0dRR5xpGvV99EDSFlv7lonTtvCOrSI > .row .container > .video-iframe-container { display: none; }#mx0dRR5xpGvV99EDSFlv7lonTtvCOrSI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mx0dRR5xpGvV99EDSFlv7lonTtvCOrSI > .row > .video-iframe-container { display: none; }#mx0dRR5xpGvV99EDSFlv7lonTtvCOrSI > .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); }#mx0dRR5xpGvV99EDSFlv7lonTtvCOrSI > .row .container { border-width: 0; border-radius: 0; }#mx0dRR5xpGvV99EDSFlv7lonTtvCOrSI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mx0dRR5xpGvV99EDSFlv7lonTtvCOrSI > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#DhK8R2sDfwbHRTROd8M80EF4oT6z8tV5 { color:rgba(var(--color-secondary-2),1);display:block;width:72.310625rem;position:absolute;font-family:teko;font-size:5.8125rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:0.625rem;left:1.341552734375rem;height:7.5556875rem;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; }
#yhTEkEBKDfJd56OHtlV5T0BxDczIyX39 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yhTEkEBKDfJd56OHtlV5T0BxDczIyX39 > .row .container { background-color: transparent; background-image: none; }#yhTEkEBKDfJd56OHtlV5T0BxDczIyX39::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yhTEkEBKDfJd56OHtlV5T0BxDczIyX39 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yhTEkEBKDfJd56OHtlV5T0BxDczIyX39 > .row .container > .video-iframe-container { display: none; }#yhTEkEBKDfJd56OHtlV5T0BxDczIyX39 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yhTEkEBKDfJd56OHtlV5T0BxDczIyX39 > .row > .video-iframe-container { display: none; }#yhTEkEBKDfJd56OHtlV5T0BxDczIyX39 > .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); }#yhTEkEBKDfJd56OHtlV5T0BxDczIyX39 > .row .container { border-width: 0; border-radius: 0; }#yhTEkEBKDfJd56OHtlV5T0BxDczIyX39 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yhTEkEBKDfJd56OHtlV5T0BxDczIyX39 > .row .container { font-size:0.875rem;font-family:arial;height:8.3125rem;width:75rem;position:relative;display:block; }#psCnFcmbv9rbLFOrVS85VMgxrSlyT13e { color:rgba(var(--color-tertiary-0),1);display:block;width:45.06225rem;position:absolute;font-family:teko;font-size:3.5625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.681640625rem;left:14.967041015625rem;height:4.6308625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RgETrPoKQMFdl800ouTL3rlWLwpSOv0s { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RgETrPoKQMFdl800ouTL3rlWLwpSOv0s > .row .container { background-color: transparent; background-image: none; }#RgETrPoKQMFdl800ouTL3rlWLwpSOv0s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RgETrPoKQMFdl800ouTL3rlWLwpSOv0s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RgETrPoKQMFdl800ouTL3rlWLwpSOv0s > .row .container > .video-iframe-container { display: none; }#RgETrPoKQMFdl800ouTL3rlWLwpSOv0s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RgETrPoKQMFdl800ouTL3rlWLwpSOv0s > .row > .video-iframe-container { display: none; }#RgETrPoKQMFdl800ouTL3rlWLwpSOv0s > .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); }#RgETrPoKQMFdl800ouTL3rlWLwpSOv0s > .row .container { border-width: 0; border-radius: 0; }#RgETrPoKQMFdl800ouTL3rlWLwpSOv0s > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RgETrPoKQMFdl800ouTL3rlWLwpSOv0s > .row .container { font-size:0.875rem;font-family:arial;height:17.0625rem;width:75rem;position:relative;display:block; }#JSaQHK6SPFTOua4TA0G9iNJ3gQe5vrhN { color:rgba(var(--color-tertiary-0),1);display:block;width:15.4375rem;position:absolute;font-family:teko;font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:7.75rem;left:10.875rem;height:2.4375rem;font-style:normal;display:block; }
#i9LU7dRsTkeMh2piXsvi5emJ4MATZs5A { color:rgba(var(--color-tertiary-0),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:9.875rem;left:10.875rem;height:3.19921875rem;font-style:normal;display:block; }
#CcwSLuL7bPcb8NTnTcEmC54cAltQP3rm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:2.0625rem;left:10.875rem; }
#OZEI9lPwMOcb7kvq7ZzHb57whZBR8fQq { color:rgba(var(--color-tertiary-0),1);display:block;width:14.0625rem;position:absolute;font-family:teko;font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:7.75rem;left:31.375rem;height:2.4375rem;font-style:normal;display:block; }
#ZtwZA9bpf0uLkVTZdmdRDFogt1gz780s { color:rgba(var(--color-tertiary-0),1);display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:9.875rem;left:31.375rem;height:4.798825rem;font-style:normal;display:block; }
#b0yW9yzmTeC9slLC4orBxGKTqQFeWQhz { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;font-weight:400;line-height:1;height:4.8125rem;width:4.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:2.15625rem;left:31.375rem; }
#xMJvUA1MOdGLkcRuTKNH6ZZXp5Tb9q5V { color:rgba(var(--color-tertiary-0),1);display:block;width:14.0625rem;position:absolute;font-family:teko;font-size:1.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:7.75rem;left:50.9375rem;height:2.4375rem;font-style:normal;display:block; }
#XTBNFfkAoTnqfFSn5o6IhBQTiHGkT1kw { color:rgba(var(--color-tertiary-0),1);display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15013;line-height:1.6;letter-spacing:0;top:9.875rem;left:50.9375rem;height:4.798825rem;font-style:normal;display:block; }
#cNEXS1ywbrOq4T7VPPHo6yTC6dKrphsv { box-sizing:content-box;color:#5d92ff;font-size:2.6875rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:2.0625rem;left:50.9375rem; }
#ypDGWX9KBTthWveBuygCITNKQEZzWZJc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ypDGWX9KBTthWveBuygCITNKQEZzWZJc > .row .container { background-color: transparent; background-image: none; }#ypDGWX9KBTthWveBuygCITNKQEZzWZJc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ypDGWX9KBTthWveBuygCITNKQEZzWZJc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ypDGWX9KBTthWveBuygCITNKQEZzWZJc > .row .container > .video-iframe-container { display: none; }#ypDGWX9KBTthWveBuygCITNKQEZzWZJc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ypDGWX9KBTthWveBuygCITNKQEZzWZJc > .row > .video-iframe-container { display: none; }#ypDGWX9KBTthWveBuygCITNKQEZzWZJc > .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); }#ypDGWX9KBTthWveBuygCITNKQEZzWZJc > .row .container { border-width: 0; border-radius: 0; }#ypDGWX9KBTthWveBuygCITNKQEZzWZJc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ypDGWX9KBTthWveBuygCITNKQEZzWZJc > .row .container { font-size:0.875rem;font-family:arial;height:8.4375rem;width:75rem;position:relative;display:block; }#m1OI7s3EOBhyUJU4TW2GPvP3OrZ1qRpA { color:rgba(var(--color-primary-4),1);display:block;width:49.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.1875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.7021484375rem;left:12.5rem;height:5.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o4d5dAbBXpsWUrH1t388nOfzuTWaqc0h { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#o4d5dAbBXpsWUrH1t388nOfzuTWaqc0h > .row .container { background-color: transparent; background-image: none; }#o4d5dAbBXpsWUrH1t388nOfzuTWaqc0h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o4d5dAbBXpsWUrH1t388nOfzuTWaqc0h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o4d5dAbBXpsWUrH1t388nOfzuTWaqc0h > .row .container > .video-iframe-container { display: none; }#o4d5dAbBXpsWUrH1t388nOfzuTWaqc0h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o4d5dAbBXpsWUrH1t388nOfzuTWaqc0h > .row > .video-iframe-container { display: none; }#o4d5dAbBXpsWUrH1t388nOfzuTWaqc0h > .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); }#o4d5dAbBXpsWUrH1t388nOfzuTWaqc0h > .row .container { border-width: 0; border-radius: 0; }#o4d5dAbBXpsWUrH1t388nOfzuTWaqc0h > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#o4d5dAbBXpsWUrH1t388nOfzuTWaqc0h > .row .container { font-size:0.875rem;font-family:arial;height:37rem;width:75rem;position:relative;display:block; }#pE7uW1bfBx3D1EgaTmmxW3pSKs2A3iH0 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:22.375rem;left:0rem;height:1.19921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dnvFTkkBVJNepzczPIHBJ1nri343TuOy { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:"montserrat semi bold";font-size:1rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:23.875rem;left:0rem;height:1.19921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HX7BzJHdTiAOB0brK7dqn6WOAoHqDr4H { position:absolute;display:block;z-index:15007;border-top:0.0625rem solid #e5e5e5;border-left:0.0625rem solid #e5e5e5;border-right:0.0625rem solid #e5e5e5;border-bottom:0.0625rem solid #e5e5e5;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:21.625rem;width:17.25rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#T6FDapPQtxp3on3I0h3pmTbBn38DG7nM { color:rgba(var(--color-tertiary-4),0.55);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:25.25rem;left:0rem;height:0.8994125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JzZW2hAPSnOGKNwchm8aKvAAITKsoOMm { color:rgba(var(--color-tertiary-4),0.55);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:25.25rem;left:19.0625rem;height:0.8994125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PawidHZpW0Znlk8NCTFvigaCFpXS63hB { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:"montserrat semi bold";font-size:1rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:23.875rem;left:19.0625rem;height:1.19921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dHsKhizc8pBrheCrylPp2KAHe7kIZ3yS { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:22.375rem;left:19.0625rem;height:1.19921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SJpwmAPmBVR3BDrocDyq7XsMLq5avTok { position:absolute;display:block;z-index:15011;border-top:0.0625rem solid #e5e5e5;border-left:0.0625rem solid #e5e5e5;border-right:0.0625rem solid #e5e5e5;border-bottom:0.0625rem solid #e5e5e5;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:21.625rem;width:17.25rem;top:0rem;left:19.0625rem;overflow:hidden;display:block; }
#nRca8KqVGAtxTffLumOJ0Nx3tH44S4A9 { color:rgba(var(--color-tertiary-4),0.55);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15011;line-height:1.2;letter-spacing:0;top:26.5234375rem;left:38.125rem;height:0.8994125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TiovJsgMEEht1cLVn5wByiVlEJsBZ3NJ { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:"montserrat semi bold";font-size:1rem;font-weight:400;z-index:15011;line-height:1.2;letter-spacing:0;top:25.07421875rem;left:38.125rem;height:1.19921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#B5Lb2Plmn3Q8JGzgBubKR8W14gf925WD { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:22.375rem;left:38.125rem;height:2.3984375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GZT43ltobZPqGNapEm0yuZeyEzDtUks0 { position:absolute;display:block;z-index:15015;border-top:0.0625rem solid #e5e5e5;border-left:0.0625rem solid #e5e5e5;border-right:0.0625rem solid #e5e5e5;border-bottom:0.0625rem solid #e5e5e5;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:21.625rem;width:17.25rem;top:0rem;left:37.96875rem;overflow:hidden;display:block; }
#EUL5f9DUyT7StD2DOcguF5lnIaCIdBKx { color:rgba(var(--color-tertiary-4),0.55);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:25.25rem;left:57.1875rem;height:0.8994125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iozms4O4HTDR2GTeExnlXZiWnqHv5N76 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:"montserrat semi bold";font-size:1rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:23.875rem;left:57.1875rem;height:1.19921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RIkr2R9KiLqf9k8f1WXQEd1k2NNvS6ro { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:22.375rem;left:57.1875rem;height:1.19921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LETyD5TTRcqSMb4tlvEWdwpaeMPLeovB { position:absolute;display:block;z-index:15019;border-top:0.0625rem solid #e5e5e5;border-left:0.0625rem solid #e5e5e5;border-right:0.0625rem solid #e5e5e5;border-bottom:0.0625rem solid #e5e5e5;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:21.625rem;width:17.25rem;top:0rem;left:57.1875rem;overflow:hidden;display:block; }
#vTivMmeyr6G7eIlN5ErNywPTTEAehfak { position:absolute;display:block;z-index:15019;height:2.5625rem;width:15.6875rem;top:32.5625rem;left:0rem;display:block; }
#OS2f7nTGlemnTRrd774rHdzLNWFZWkcs { position:absolute;display:block;z-index:15021;height:2.5625rem;width:15.6875rem;top:32.5625rem;left:19.0625rem;display:block; }
#AEtu3PnuSiB47X07CPXEg0USTWcxWxUP { position:absolute;display:block;z-index:15022;height:2.5625rem;width:15.6875rem;top:32.5625rem;left:38.125rem;display:block; }
#AXtX490QAbr078svEvz7ftq1adP6v5rR { position:absolute;display:block;z-index:15023;height:2.5625rem;width:15.6875rem;top:32.5625rem;left:57.1875rem;display:block; }
#BOdMiSVvIn3rLPNZN8XCkIzoTOevIRPJ { color:rgba(var(--color-tertiary-4),1);display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:27.421875rem;left:0.34375rem;height:4.22265625rem;display:block; }
#MoSpbT1fo4ooGoMG75yEmv037UbdULD1 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:27.421875rem;left:19.0625rem;height:2.111325rem;display:block; }
#aqSFREitTP7ONpuCHXO4shFMk040OaN3 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:27.94921875rem;left:38.125rem;height:2.111325rem;display:block; }
#ITQqTkxf6hr1L1BKbQ3TkSg4nT8Wfbds { color:rgba(var(--color-tertiary-4),1);display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:27.421875rem;left:57.1875rem;height:4.22265625rem;display:block; }
#F7qVkEw7JFWTWGXVLeXDtphCSWxlbDUm { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#IxSTdZzQhFsI0oy3TNZGkum8aPzXH2xZ { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#ncUK1UF14A4AIyIWKrgKdu8Gqh0WPo9W { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#nJml1UHzwhTVMy858HQ7UyfLKxOBVFrf { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#ZGwevQuX0tQ1He5ATPiENOQ7wyFLtkOQ { z-index:15003;background-color:transparent;background-image:none;border-top:0.0625rem solid #ff004c;border-left:0.0625rem solid #ff004c;border-right:0.0625rem solid #ff004c;border-bottom:0.0625rem solid #ff004c;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:#ff004c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#HItflMB9HViZk7d8WxoRVQqkTgdnA9zX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qpuF8VTW0BsQMEKwrBTZ3TdK0UTJHN3a { z-index:15003;background-color:transparent;background-image:none;border-top:0.0625rem solid #ff004c;border-left:0.0625rem solid #ff004c;border-right:0.0625rem solid #ff004c;border-bottom:0.0625rem solid #ff004c;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:#ff004c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#sed776kb1TgQypqdVGN3JhI3E3VhSaEy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Mi4eFgEnWULgyUCvX1VByXVKOM3KNVEt { z-index:15003;background-color:transparent;background-image:none;border-top:0.0625rem solid #ff004c;border-left:0.0625rem solid #ff004c;border-right:0.0625rem solid #ff004c;border-bottom:0.0625rem solid #ff004c;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:#ff004c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#fP401JRRo3b83wqTLaEUlwM0VMiGvoDD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tQH0L8G0W6TeUw1AiaaDxw7cOLidXxMT { z-index:15003;background-color:transparent;background-image:none;border-top:0.0625rem solid #ff004c;border-left:0.0625rem solid #ff004c;border-right:0.0625rem solid #ff004c;border-bottom:0.0625rem solid #ff004c;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:#ff004c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#f1zdV4HABQGkcyuqOruvA8SkIHRvwMFP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kNoPppG3d6u0Pw1U5OOV8AiEzx4K1Hhg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kNoPppG3d6u0Pw1U5OOV8AiEzx4K1Hhg > .row .container { background-color: transparent; background-image: none; }#kNoPppG3d6u0Pw1U5OOV8AiEzx4K1Hhg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kNoPppG3d6u0Pw1U5OOV8AiEzx4K1Hhg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kNoPppG3d6u0Pw1U5OOV8AiEzx4K1Hhg > .row .container > .video-iframe-container { display: none; }#kNoPppG3d6u0Pw1U5OOV8AiEzx4K1Hhg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kNoPppG3d6u0Pw1U5OOV8AiEzx4K1Hhg > .row > .video-iframe-container { display: none; }#kNoPppG3d6u0Pw1U5OOV8AiEzx4K1Hhg > .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); }#kNoPppG3d6u0Pw1U5OOV8AiEzx4K1Hhg > .row .container { border-width: 0; border-radius: 0; }#kNoPppG3d6u0Pw1U5OOV8AiEzx4K1Hhg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kNoPppG3d6u0Pw1U5OOV8AiEzx4K1Hhg > .row .container { font-size:0.875rem;font-family:arial;height:7.5625rem;width:75rem;position:relative;display:block; }#wMusH5yR12Nk5PAR4iubRvz8Fz8As4cJ { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-4),1);border-left:0.125rem solid rgba(var(--color-tertiary-4),1);border-right:0.125rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.1875rem;height:3.5rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:0.1875rem;left:29.90625rem;display:block; }
#wCxyxVDSQQ3TOnDxDAtbIotQK3qBC58t { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dnVy4vOVh9EkccbVnENRhu4iPe7FTDt9 { color:rgba(var(--color-tertiary-4),1);display:block;width:27.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:4.4375rem;left:23.75rem;height:1.29980625rem;display:block; }
#ccPqvpceTnS71Ftyn63KTmv5uolfnPm4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;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; }#ccPqvpceTnS71Ftyn63KTmv5uolfnPm4 > .row .container { background-color: transparent; background-image: none; }#ccPqvpceTnS71Ftyn63KTmv5uolfnPm4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ccPqvpceTnS71Ftyn63KTmv5uolfnPm4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ccPqvpceTnS71Ftyn63KTmv5uolfnPm4 > .row .container > .video-iframe-container { display: none; }#ccPqvpceTnS71Ftyn63KTmv5uolfnPm4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ccPqvpceTnS71Ftyn63KTmv5uolfnPm4 > .row > .video-iframe-container { display: none; }#ccPqvpceTnS71Ftyn63KTmv5uolfnPm4 > .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); }#ccPqvpceTnS71Ftyn63KTmv5uolfnPm4 > .row .container { border-width: 0; border-radius: 0; }#ccPqvpceTnS71Ftyn63KTmv5uolfnPm4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ccPqvpceTnS71Ftyn63KTmv5uolfnPm4 > .row .container { font-size:0.875rem;font-family:arial;height:6.3125rem;width:75rem;position:relative;display:block; }#iITB0dXK46hiIiXaw766WxmrR5bXa2A9 { color:rgba(var(--color-primary-4),1);display:block;width:45.0625rem;position:absolute;font-family:teko;font-size:3.8125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.5rem;left:14.96875rem;height:4.95605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vMgux8IoifRAtL3cBEqgpNTIOd9Zhxgq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;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; }#vMgux8IoifRAtL3cBEqgpNTIOd9Zhxgq > .row .container { background-color: transparent; background-image: none; }#vMgux8IoifRAtL3cBEqgpNTIOd9Zhxgq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vMgux8IoifRAtL3cBEqgpNTIOd9Zhxgq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vMgux8IoifRAtL3cBEqgpNTIOd9Zhxgq > .row .container > .video-iframe-container { display: none; }#vMgux8IoifRAtL3cBEqgpNTIOd9Zhxgq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vMgux8IoifRAtL3cBEqgpNTIOd9Zhxgq > .row > .video-iframe-container { display: none; }#vMgux8IoifRAtL3cBEqgpNTIOd9Zhxgq > .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); }#vMgux8IoifRAtL3cBEqgpNTIOd9Zhxgq > .row .container { border-width: 0; border-radius: 0; }#vMgux8IoifRAtL3cBEqgpNTIOd9Zhxgq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vMgux8IoifRAtL3cBEqgpNTIOd9Zhxgq > .row .container { font-size:0.875rem;font-family:arial;height:15.5625rem;width:75rem;position:relative;display:block; }#b4XfEdyhtI7KbGn9MFXTUm3St3TiZiul { color:rgba(var(--color-tertiary-4),1);display:block;width:19.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.6;letter-spacing:0;top:5rem;left:1.75rem;height:6.3984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gLFBDQaTRqxTJcn12fIT02bpFlPbTnIv { box-sizing:content-box;height:9.5625rem;width:23.875rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image:none;top:2.62451171875rem;left:-0.12451171875rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(28,22,72,0.03) ;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);display:block; }
#MlsQbWKvVWlgyQQvzlL5W5pCKaNciy5k { color:rgba(var(--color-tertiary-4),1);display:block;width:19.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15015;line-height:1.6;letter-spacing:0;top:5rem;left:27.3125rem;height:6.3984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wJlzlIV28Fs0BLv0GVR1zZ0B40PSpbST { box-sizing:content-box;height:9.6875rem;width:23.875rem;position:absolute;display:block;z-index:15009;background-color:transparent;background-image:none;top:2.62451171875rem;left:25.43701171875rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(28,22,72,0.03) ;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);display:block; }
#qTUwD5syk2wH9qDC8ltHx1lG0kS6KhFb { color:rgba(var(--color-tertiary-4),1);display:block;width:19.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;top:5rem;left:52.875rem;height:4.798825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#na5ekFSmSsKBfW4IseLI7vyu2gM7nCV0 { box-sizing:content-box;height:9.6875rem;width:23.875rem;position:absolute;display:block;z-index:15013;background-color:transparent;background-image:none;top:2.8125rem;left:50.875rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(28,22,72,0.03) ;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);display:block; }
#nWnieCIZIlRy3DOdPtQktXed84MaZV53 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:1.3125rem;left:19.0625rem; }
#lhDXagSc7tJx45COqo9vzBmQDpOZLcsm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:1.3125rem;left:44.625rem; }
#QnSTMyeUigSoGL28qTEnGDfdZXFDBRQ4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:1.3125rem;left:70rem; }
#GxeLLWITNxZ8V6Je0t3uxeciXwPPfaEu { position:relative;display:block; }#GxeLLWITNxZ8V6Je0t3uxeciXwPPfaEu { background-color: transparent; background-image: none; }#GxeLLWITNxZ8V6Je0t3uxeciXwPPfaEu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GxeLLWITNxZ8V6Je0t3uxeciXwPPfaEu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GxeLLWITNxZ8V6Je0t3uxeciXwPPfaEu > .row .container > .video-iframe-container { display: none; }#GxeLLWITNxZ8V6Je0t3uxeciXwPPfaEu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GxeLLWITNxZ8V6Je0t3uxeciXwPPfaEu > .row > .video-iframe-container { display: none; }#GxeLLWITNxZ8V6Je0t3uxeciXwPPfaEu > .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); }#GxeLLWITNxZ8V6Je0t3uxeciXwPPfaEu { border-width: 0; border-radius: 0; }#GxeLLWITNxZ8V6Je0t3uxeciXwPPfaEu > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GxeLLWITNxZ8V6Je0t3uxeciXwPPfaEu > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;font-size:0.875rem;font-family:arial;height:37.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#eXU867thTn8VS1UDBD2UMUF0L1fz9DPw { color:rgba(var(--color-tertiary-4),1);display:block;width:28.4375rem;position:absolute;font-family:teko;font-size:3.8125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:7.3740234375rem;left:42.03125rem;height:4.95605625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tDHMym199SUp927X5w3ubVCF3eLrtl6s { color:rgba(var(--color-tertiary-4),1);display:block;width:28.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:11.49609375rem;left:42.03125rem;height:19.19534375rem;font-style:normal;display:block; }
#Oho0hWO5fVRTnmHULfG54JpeEpoUUHoh { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:8.125rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:22.4375rem;width:17.5rem;top:5.1875rem;left:3.15625rem;display:block; }
#ua08XDT3IHLmt2d0e63KHE481Z6KCqiS { position:absolute;display:block;z-index:15008;border-top:0.0625rem solid #e5e5e5;border-left:0.0625rem solid #e5e5e5;border-right:0.0625rem solid #e5e5e5;border-bottom:0.0625rem solid #e5e5e5;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:8.125rem;box-shadow: none;height:22.25rem;width:24rem;top:7.373046875rem;left:6.09375rem;overflow:hidden;display:block; }
#ZCAOJ77bGfFalopSK6pthG3C8RtGhyfn { background-color:rgba(var(--color-tertiary-3),1);background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-4),1);border-left:0.125rem solid rgba(var(--color-tertiary-4),1);border-right:0.125rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.375rem;height:3.125rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:32.3740234375rem;left:42.0625rem;display:block; }
#cPMVHOB4HelSpeueIpRNp8vekwOwIW5O { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#elx0imsL5LNxSXV9ibZOTESqlPmBvgD3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#c7ff00;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; }#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:18.5625rem;width:75rem;position:relative;display:block; }#gReuRbHZph9nNdzDBOIJtWvV6wDcEw0O { color:rgba(var(--color-primary-4),1);display:block;width:55.875rem;position:absolute;font-family:teko;font-size:4.75rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:3.5625rem;left:9.84375rem;height:6.17480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#URGoXTxodRdCneallWZJP0Xg2P6UDmgW { color:rgba(var(--color-primary-4),1);display:block;width:47.9375rem;position:absolute;font-family:"montserrat semi bold";font-size:1.5rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:9rem;left:13.8125rem;height:3.898925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZKZeof3876ZbZLSwZqtqehU0n3NAdMJp { color:rgba(var(--color-tertiary-4),1);display:block;width:36.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:14.875rem;left:19.53125rem;height:1.29980625rem;display:block; }
#Sk1Uu4uCkynh4CQksLBV6Zk6EHqfTugM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Sk1Uu4uCkynh4CQksLBV6Zk6EHqfTugM > .row .container { background-color: transparent; background-image: none; }#Sk1Uu4uCkynh4CQksLBV6Zk6EHqfTugM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sk1Uu4uCkynh4CQksLBV6Zk6EHqfTugM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sk1Uu4uCkynh4CQksLBV6Zk6EHqfTugM > .row .container > .video-iframe-container { display: none; }#Sk1Uu4uCkynh4CQksLBV6Zk6EHqfTugM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sk1Uu4uCkynh4CQksLBV6Zk6EHqfTugM > .row > .video-iframe-container { display: none; }#Sk1Uu4uCkynh4CQksLBV6Zk6EHqfTugM > .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); }#Sk1Uu4uCkynh4CQksLBV6Zk6EHqfTugM > .row .container { border-width: 0; border-radius: 0; }#Sk1Uu4uCkynh4CQksLBV6Zk6EHqfTugM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Sk1Uu4uCkynh4CQksLBV6Zk6EHqfTugM > .row .container { font-size:0.875rem;font-family:arial;height:18.3125rem;width:75rem;position:relative;display:block; }#pQvwIkiU6vEZ0J5z8eZCrBPyoV9zBR3N { color:rgba(var(--color-primary-4),1);display:block;width:17.125rem;position:absolute;font-family:teko;font-size:2rem;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:3.75rem;left:38.25rem;height:3.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eHq3QOi7vz1bqhDSCTZwX9FNoTLVFTLa { color:rgba(var(--color-primary-4),0.8);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.8;letter-spacing:0;top:6.5625rem;left:38.25rem;height:4.7119125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DOcJJFn4BRwnTm3rdcOHo92UFTyVHhn9 { color:rgba(var(--color-primary-4),1);display:block;width:17.125rem;position:absolute;font-family:teko;font-size:2rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:3.75rem;left:18rem;height:3.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ntNlc9gsTk534ehE5nlFDcTTWIzmvclw { color:rgba(var(--color-primary-4),1);display:block;width:17.125rem;position:absolute;font-family:teko;font-size:2rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:3.75rem;left:57.875rem;height:3.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#M8LDH0OdWI8kQzaXM6J6crqdhKUGLVCf { box-sizing:content-box;height:3rem;width:3rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15034;background-color:rgba(var(--color-primary-4),1);background-image:none;top:6.3125rem;left:57.875rem;display:block; }
#zTCFGlTrg3gtJX08KXXF1QCVLnA1ihTG { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:7.125rem;left:58.6875rem; }
#zTCFGlTrg3gtJX08KXXF1QCVLnA1ihTG > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; }#Ncq9n2V94c2UF0aNDf8hzl3BlyHS2eiQ { box-sizing:content-box;height:3rem;width:3rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15036;background-color:rgba(var(--color-primary-4),1);background-image:none;top:6.3125rem;left:62.125rem;display:block; }
#S3tscNM9wvx9qw7wdA2EMyHItTImZdG6 { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:7.125rem;left:62.9375rem; }
#S3tscNM9wvx9qw7wdA2EMyHItTImZdG6 > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; }#btb7OtiIQnrspTFzDl5cHzlEt91VDgPg { box-sizing:content-box;height:3rem;width:3rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15038;background-color:rgba(var(--color-primary-4),1);background-image:none;top:10.6875rem;left:57.875rem;display:block; }
#Qm55MPnmSpqKWQvRnAgLM3qLWxFpIPuW { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:11.5rem;left:58.6875rem; }
#Qm55MPnmSpqKWQvRnAgLM3qLWxFpIPuW > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; }#mxJred6zpL40xF3h0cTHHDtvfH323u1u { color:rgba(var(--color-primary-4),0.8);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.8;letter-spacing:0;top:6.94921875rem;left:18rem;height:6.296875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pSXVlOfIIcyHnrNl6fZ5B7pgP18sZ44X { position:absolute;display:block;z-index:15040;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:10.1875rem;top:3.75rem;left:2.9375rem;overflow:hidden;display:block; }
#IVbmkice7QUpVGr6BJGATP3IDmXb0Xip { box-sizing:content-box;height:3rem;width:3rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15040;background-color:rgba(var(--color-primary-4),1);background-image:none;top:10.6875rem;left:62.125rem;display:block; }
#fLT9HFaNgOepX5AhWAUaI2XFS3TVzHOB { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:11.5rem;left:62.9375rem; }
#fLT9HFaNgOepX5AhWAUaI2XFS3TVzHOB > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima { display:block; }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KdQ4T4nMtV18wD7wiLRSB2GT5RLneb6Q { top:0rem;left:0rem;width:13.1875rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJfVm1nTgKLpgtUElAbDiCTf4ZFLmll5 { top:1.0625rem;left:0rem;width:10.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAo4sFWsT9BQR8rUJ42csPu95RRWdvks { 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) { #Ept4ax2XQZehP1P5PNBQDhyiqauDg14u { top:0.5625rem;left:3.0625rem;width:33.0625rem;height:9.9375rem;font-size:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WR8kpMlaEO45UeL8NOT3ORp5qA4et76s { top:24.125rem;left:0rem;width:29.375rem;height:7.5625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrb31BbmgswkUo2a4P5vyv3cupFiDwdn { top:7.4375rem;left:13.115234375rem;width:33.0625rem;height:9.9375rem;font-size:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibKyMlfGBiFGl9fgb5ZuXEpvcQDebdFT { top:14.25rem;left:0rem;width:33.0625rem;height:9.9375rem;font-size:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#RQOxkx4tggCHm17yok7qqoEU3rZkRX2p .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#RQOxkx4tggCHm17yok7qqoEU3rZkRX2p .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#RQOxkx4tggCHm17yok7qqoEU3rZkRX2p { width:18rem;height:5.0625rem;display:flex;top:32rem;left:4.5rem;z-index:15028; }
 }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #pXS1Q12m8XBMul7itSu1Ba96LM0o7tLT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #wBqzd5XcEBqKusSXiiAxxlVcCDhMFFnW {  }
 }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #LbEoZ22LoZiteLsbdkyePUM40aF1dyhp {  }
 }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #qB4hDviLyOSOhUAMGEgZSiqHE4UD7Kns { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #NcVu4HmUUwtJzKEgVM5vqZgxJ74NbOFh {  }
 }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #e1pOncgLLGaO2TREyvJcR3mTXpMPXJsG {  }
 }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #VHa5CB9bxJIwwvpqI4LM3cCT1CZNV7Ji { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #uKSDZdZJcWvo7CuF1r4Q6O8WJdhcx8LJ {  }
 }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #uL9HwCQ97VnSl7cvH31QkmolRZrpbr9x {  }
 }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #INmwUf6MhhXPXnkuu4eqMGCeZZztpBOT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #sy3LLbAwWLAasnObATKqZdCyroSCnfOl {  }
 }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #cXEPUg3moJ0UWk4rJTPamJ0BMxmQgQDe {  }
 }@media only screen and (max-width: 763px) { #HJlq5t4vxrZ699bWV4ombLaEhpb6yOgI { width:6.9375rem;height:6.9375rem;top:7.9375rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8idQeA2gnxgpMRvXvhXcAhiTGG3qSdr { top:16.8125rem;left:28.0625rem;width:19.6875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLiJbnu38h0BlX17KEmCFtHbq9hUa2Wu { display:block; }
 }@media only screen and (max-width: 763px) { #esNwxsdrebt2vBzecSPzpQC6Xf4b3TQE { display:block; }#esNwxsdrebt2vBzecSPzpQC6Xf4b3TQE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oFwAyBLB2tCdl7inNvUNrHDxxgfybV5a { top:5.125rem;left:0rem;width:24.0625rem;height:6.0625rem;font-size:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dk6fdeSSXtyVBqb4XtboqzOmJsQIKlxm { top:18.5rem;left:0rem;width:24.0625rem;height:;font-size:1.0625rem;display:block; }#dk6fdeSSXtyVBqb4XtboqzOmJsQIKlxm li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_1e4a406df7159bde4b01018e7ee8551c7956178e.svg); }
 }@media only screen and (max-width: 763px) { #k6aRh53yNozBbfptPckrWHTWc7AT4vnP { width:15.1875rem;height:3.5rem;top:33.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNmutvnDtICpJqVXbIiRnTJrCWtO8KBl { display:block; }
 }@media only screen and (max-width: 763px) { #CE5ivkT0IGZOqFfQPHPoL7RJCskmCgef { top:1.625rem;left:18.6875rem;width:18.4375rem;height:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VT077fzQv33aCmXtnp17I6Nxg9XJCvHB { width:13.1875rem;height:13.1875rem;top:5.125rem;left:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ps2ti63y2W7OsR8iXGv9VTOv1KWvxLZX { top:1.6875rem;left:29.1875rem;width:18.4375rem;height:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvvDNaGVZhQrMX53HBTOoQ8tXXLdT6sx { width:12.875rem;height:12.875rem;top:5.3125rem;left:34.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ooQsIlh84eH9BuzPASSNL7Lnf3EWtccs { top:19.8125rem;left:29.1875rem;width:18.4375rem;height:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRmFQWHH3TazBfdMK1gFHm7m8CuCgMXg { top:19.75rem;left:18.6875rem;width:18.4375rem;height:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4gpTtPhgS7LddH603dJpUCkQadEkRX2 { width:13.125rem;height:13.125rem;top:22.5rem;left:34.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wA4WkyxChMmOpJx8GuNmwv3B01EO2Iyz { top:3rem;left:19.125rem;width:17.6875rem;height:3.6875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQBrNTznVa43P6LCFFtcAATX5oZEd5OG { top:21.4375rem;left:19.5rem;width:17.375rem;height:7.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MthWz99W7GuHJE2BPGUpSVkrWC9ypJTn { top:3rem;left:36rem;width:11.75rem;height:3.6875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ug6sD7IJgfTCHJcZczmGTbUc50SP2gCq { top:21.4375rem;left:37.3125rem;width:10.4375rem;height:3.6875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H74tVnGebby7LPw9l5qM63RsykzDmZH3 { width:13.25rem;height:13.25rem;top:22.4375rem;left:21.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SsSFW1riIIwkd3gmWpevXWWlZgphFNyX { top:11.5rem;left:0rem;width:24.0625rem;height:4.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mx0dRR5xpGvV99EDSFlv7lonTtvCOrSI { display:block; }#mx0dRR5xpGvV99EDSFlv7lonTtvCOrSI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DhK8R2sDfwbHRTROd8M80EF4oT6z8tV5 { top:0.625rem;left:0rem;width:47.75rem;height:7.5rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhTEkEBKDfJd56OHtlV5T0BxDczIyX39 { display:block; }#yhTEkEBKDfJd56OHtlV5T0BxDczIyX39 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #psCnFcmbv9rbLFOrVS85VMgxrSlyT13e { top:3.625rem;left:1.342041015625rem;width:45rem;height:4.625rem;font-size:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgETrPoKQMFdl800ouTL3rlWLwpSOv0s { display:block; }#RgETrPoKQMFdl800ouTL3rlWLwpSOv0s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JSaQHK6SPFTOua4TA0G9iNJ3gQe5vrhN { top:7.6875rem;left:0rem;width:15.375rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9LU7dRsTkeMh2piXsvi5emJ4MATZs5A { top:9.875rem;left:0rem;width:15rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcwSLuL7bPcb8NTnTcEmC54cAltQP3rm { width:5rem;height:5rem;top:2.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZEI9lPwMOcb7kvq7ZzHb57whZBR8fQq { top:7.6875rem;left:17.74951171875rem;width:14.0625rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtwZA9bpf0uLkVTZdmdRDFogt1gz780s { top:9.875rem;left:17.75rem;width:14.0625rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0yW9yzmTeC9slLC4orBxGKTqQFeWQhz { width:4.8125rem;height:4.8125rem;top:2.125rem;left:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMJvUA1MOdGLkcRuTKNH6ZZXp5Tb9q5V { top:7.6875rem;left:33.6875rem;width:14.0625rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTBNFfkAoTnqfFSn5o6IhBQTiHGkT1kw { top:9.875rem;left:33.6875rem;width:14.0625rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNEXS1ywbrOq4T7VPPHo6yTC6dKrphsv { width:5rem;height:5rem;top:2.0625rem;left:37.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypDGWX9KBTthWveBuygCITNKQEZzWZJc { display:block; }#ypDGWX9KBTthWveBuygCITNKQEZzWZJc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m1OI7s3EOBhyUJU4TW2GPvP3OrZ1qRpA { top:1.6875rem;left:0rem;width:47.75rem;height:5.6875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4d5dAbBXpsWUrH1t388nOfzuTWaqc0h { display:block; }#o4d5dAbBXpsWUrH1t388nOfzuTWaqc0h > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pE7uW1bfBx3D1EgaTmmxW3pSKs2A3iH0 { width:17.5rem;height:1.1875rem;top:22.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnvFTkkBVJNepzczPIHBJ1nri343TuOy { width:17.5rem;height:1.1875rem;top:23.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HX7BzJHdTiAOB0brK7dqn6WOAoHqDr4H { width:17.25rem;height:21.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6FDapPQtxp3on3I0h3pmTbBn38DG7nM { width:17.5rem;height:0.875rem;top:25.25rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzZW2hAPSnOGKNwchm8aKvAAITKsoOMm { width:17.5rem;height:0.875rem;top:25.25rem;left:5.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PawidHZpW0Znlk8NCTFvigaCFpXS63hB { width:17.5rem;height:1.1875rem;top:23.875rem;left:5.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHsKhizc8pBrheCrylPp2KAHe7kIZ3yS { width:17.5rem;height:1.1875rem;top:22.375rem;left:5.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJpwmAPmBVR3BDrocDyq7XsMLq5avTok { width:17.25rem;height:21.625rem;top:0rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRca8KqVGAtxTffLumOJ0Nx3tH44S4A9 { width:17.5rem;height:0.875rem;top:26.5rem;left:24.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiovJsgMEEht1cLVn5wByiVlEJsBZ3NJ { width:17.5rem;height:1.1875rem;top:25.0625rem;left:24.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5Lb2Plmn3Q8JGzgBubKR8W14gf925WD { width:17.5rem;height:2.375rem;top:22.375rem;left:24.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZT43ltobZPqGNapEm0yuZeyEzDtUks0 { width:17.25rem;height:21.625rem;top:0rem;left:24.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUL5f9DUyT7StD2DOcguF5lnIaCIdBKx { width:17.5rem;height:0.875rem;top:25.25rem;left:30.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iozms4O4HTDR2GTeExnlXZiWnqHv5N76 { width:17.5rem;height:1.1875rem;top:23.875rem;left:30.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIkr2R9KiLqf9k8f1WXQEd1k2NNvS6ro { width:17.5rem;height:1.1875rem;top:22.375rem;left:30.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LETyD5TTRcqSMb4tlvEWdwpaeMPLeovB { width:17.25rem;height:21.625rem;top:0rem;left:29.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTivMmeyr6G7eIlN5ErNywPTTEAehfak { top:32.5625rem;left:0rem;width:15.6875rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OS2f7nTGlemnTRrd774rHdzLNWFZWkcs { top:32.5625rem;left:5.4375rem;width:15.6875rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEtu3PnuSiB47X07CPXEg0USTWcxWxUP { top:32.5625rem;left:24.5rem;width:15.6875rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXtX490QAbr078svEvz7ftq1adP6v5rR { top:32.5625rem;left:32.0625rem;width:15.6875rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOdMiSVvIn3rLPNZN8XCkIzoTOevIRPJ { top:27.375rem;left:0rem;width:16.9375rem;height:4.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MoSpbT1fo4ooGoMG75yEmv037UbdULD1 { top:27.375rem;left:5.4375rem;width:16.9375rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqSFREitTP7ONpuCHXO4shFMk040OaN3 { top:27.9375rem;left:24.5rem;width:16.9375rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITQqTkxf6hr1L1BKbQ3TkSg4nT8Wfbds { top:27.375rem;left:30.8125rem;width:16.9375rem;height:4.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7qVkEw7JFWTWGXVLeXDtphCSWxlbDUm { display:none; }
 }@media only screen and (max-width: 763px) { #IxSTdZzQhFsI0oy3TNZGkum8aPzXH2xZ { display:none; }
 }@media only screen and (max-width: 763px) { #ncUK1UF14A4AIyIWKrgKdu8Gqh0WPo9W { display:none; }
 }@media only screen and (max-width: 763px) { #nJml1UHzwhTVMy858HQ7UyfLKxOBVFrf { display:none; }
 }@media only screen and (max-width: 763px) { #ZGwevQuX0tQ1He5ATPiENOQ7wyFLtkOQ { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #HItflMB9HViZk7d8WxoRVQqkTgdnA9zX { display:block; }
 }@media only screen and (max-width: 763px) { #qpuF8VTW0BsQMEKwrBTZ3TdK0UTJHN3a { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #sed776kb1TgQypqdVGN3JhI3E3VhSaEy { display:block; }
 }@media only screen and (max-width: 763px) { #Mi4eFgEnWULgyUCvX1VByXVKOM3KNVEt { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #fP401JRRo3b83wqTLaEUlwM0VMiGvoDD { display:block; }
 }@media only screen and (max-width: 763px) { #tQH0L8G0W6TeUw1AiaaDxw7cOLidXxMT { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #f1zdV4HABQGkcyuqOruvA8SkIHRvwMFP { display:block; }
 }@media only screen and (max-width: 763px) { #kNoPppG3d6u0Pw1U5OOV8AiEzx4K1Hhg { display:block; }#kNoPppG3d6u0Pw1U5OOV8AiEzx4K1Hhg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wMusH5yR12Nk5PAR4iubRvz8Fz8As4cJ { width:15.1875rem;height:3.5rem;top:0.1875rem;left:16.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCxyxVDSQQ3TOnDxDAtbIotQK3qBC58t { display:block; }
 }@media only screen and (max-width: 763px) { #dnVy4vOVh9EkccbVnENRhu4iPe7FTDt9 { top:4.4375rem;left:10.125rem;width:27.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccPqvpceTnS71Ftyn63KTmv5uolfnPm4 { display:block; }#ccPqvpceTnS71Ftyn63KTmv5uolfnPm4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iITB0dXK46hiIiXaw766WxmrR5bXa2A9 { top:2.5rem;left:1.34326171875rem;width:45rem;height:4.9375rem;font-size:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMgux8IoifRAtL3cBEqgpNTIOd9Zhxgq { display:block; }#vMgux8IoifRAtL3cBEqgpNTIOd9Zhxgq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b4XfEdyhtI7KbGn9MFXTUm3St3TiZiul { width:19.75rem;height:6.375rem;top:5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLFBDQaTRqxTJcn12fIT02bpFlPbTnIv { width:23.875rem;height:9.5625rem;top:2.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MlsQbWKvVWlgyQQvzlL5W5pCKaNciy5k { width:19.75rem;height:6.375rem;top:5rem;left:13.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJlzlIV28Fs0BLv0GVR1zZ0B40PSpbST { width:23.875rem;height:9.6875rem;top:2.5625rem;left:11.81201171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTUwD5syk2wH9qDC8ltHx1lG0kS6KhFb { width:19.75rem;height:4.75rem;top:5rem;left:28rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #na5ekFSmSsKBfW4IseLI7vyu2gM7nCV0 { width:23.875rem;height:9.6875rem;top:2.8125rem;left:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWnieCIZIlRy3DOdPtQktXed84MaZV53 { width:3.125rem;height:3.125rem;top:1.3125rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhDXagSc7tJx45COqo9vzBmQDpOZLcsm { width:3.125rem;height:3.125rem;top:1.3125rem;left:31rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnSTMyeUigSoGL28qTEnGDfdZXFDBRQ4 { width:3.125rem;height:3.125rem;top:1.3125rem;left:44.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxeLLWITNxZ8V6Je0t3uxeciXwPPfaEu { display:block; }#GxeLLWITNxZ8V6Je0t3uxeciXwPPfaEu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eXU867thTn8VS1UDBD2UMUF0L1fz9DPw { top:7.3125rem;left:19.3125rem;width:28.4375rem;height:4.9375rem;font-size:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDHMym199SUp927X5w3ubVCF3eLrtl6s { top:11.4375rem;left:19.3125rem;width:28.4375rem;height:19.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oho0hWO5fVRTnmHULfG54JpeEpoUUHoh { top:5.1875rem;left:0rem;width:17.5rem;height:22.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ua08XDT3IHLmt2d0e63KHE481Z6KCqiS { width:24rem;height:22.25rem;top:7.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCAOJ77bGfFalopSK6pthG3C8RtGhyfn { width:11.375rem;height:3.125rem;top:32.3125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPMVHOB4HelSpeueIpRNp8vekwOwIW5O { 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) { #gReuRbHZph9nNdzDBOIJtWvV6wDcEw0O { top:3.5rem;left:0rem;width:47.75rem;height:6.125rem;font-size:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #URGoXTxodRdCneallWZJP0Xg2P6UDmgW { top:9rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKZeof3876ZbZLSwZqtqehU0n3NAdMJp { top:14.875rem;left:0rem;width:36.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sk1Uu4uCkynh4CQksLBV6Zk6EHqfTugM { display:block; }#Sk1Uu4uCkynh4CQksLBV6Zk6EHqfTugM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pQvwIkiU6vEZ0J5z8eZCrBPyoV9zBR3N { width:17.0625rem;height:3.1875rem;top:3.75rem;left:24.62451171875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHq3QOi7vz1bqhDSCTZwX9FNoTLVFTLa { width:17.125rem;height:4.6875rem;top:6.5625rem;left:24.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOcJJFn4BRwnTm3rdcOHo92UFTyVHhn9 { width:17.0625rem;height:3.1875rem;top:3.75rem;left:4.374267578125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntNlc9gsTk534ehE5nlFDcTTWIzmvclw { width:17.0625rem;height:3.1875rem;top:3.75rem;left:30.6875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8LDH0OdWI8kQzaXM6J6crqdhKUGLVCf { width:3rem;height:3rem;top:6.3125rem;left:44.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTCFGlTrg3gtJX08KXXF1QCVLnA1ihTG { width:1.375rem;height:1.375rem;top:7.125rem;left:45.0625rem;display:block; }
#zTCFGlTrg3gtJX08KXXF1QCVLnA1ihTG > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #Ncq9n2V94c2UF0aNDf8hzl3BlyHS2eiQ { width:3rem;height:3rem;top:6.3125rem;left:44.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3tscNM9wvx9qw7wdA2EMyHItTImZdG6 { width:1.375rem;height:1.375rem;top:7.125rem;left:46.375rem;display:block; }
#S3tscNM9wvx9qw7wdA2EMyHItTImZdG6 > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #btb7OtiIQnrspTFzDl5cHzlEt91VDgPg { width:3rem;height:3rem;top:10.6875rem;left:44.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qm55MPnmSpqKWQvRnAgLM3qLWxFpIPuW { width:1.375rem;height:1.375rem;top:11.5rem;left:45.0625rem;display:block; }
#Qm55MPnmSpqKWQvRnAgLM3qLWxFpIPuW > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #mxJred6zpL40xF3h0cTHHDtvfH323u1u { width:17.125rem;height:6.25rem;top:6.9375rem;left:4.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSXVlOfIIcyHnrNl6fZ5B7pgP18sZ44X { top:3.75rem;left:0rem;width:10.1875rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVbmkice7QUpVGr6BJGATP3IDmXb0Xip { width:3rem;height:3rem;top:10.6875rem;left:44.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLT9HFaNgOepX5AhWAUaI2XFS3TVzHOB { width:1.375rem;height:1.375rem;top:11.5rem;left:46.375rem;display:block; }
#fLT9HFaNgOepX5AhWAUaI2XFS3TVzHOB > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { body { position:relative;background-color:rgba(var(--color-primary-0),1);background-image:url("https://images.assets-landingi.com/uc/88985d95-4744-46cc-b460-d20e7f777af5/Untitleddesign8.jpg");background-position:center !important;background-repeat:repeat-y !important;background-attachment:fixed;background-size:initial !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); } }@media only screen and (max-width: 763px) { #flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima { position:relative;z-index:auto;display:block; }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .row .container { width:20rem;height:10.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KdQ4T4nMtV18wD7wiLRSB2GT5RLneb6Q { width:13.1875rem;height:4.625rem;top:1.25rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJfVm1nTgKLpgtUElAbDiCTf4ZFLmll5 { top:7.125rem;left:4.75rem;width:10.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAo4sFWsT9BQR8rUJ42csPu95RRWdvks { display:block; }
 }@media only screen and (max-width: 763px) { #gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/88985d95-4744-46cc-b460-d20e7f777af5/Untitleddesign8.jpg");background-position:center !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(0,0,0,0); }#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(0,0,0,0); }#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:30.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ept4ax2XQZehP1P5PNBQDhyiqauDg14u { width:13.9978125rem;height:2.75rem;top:1.5rem;left:2rem;font-size:2.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WR8kpMlaEO45UeL8NOT3ORp5qA4et76s { width:19.625rem;height:4.5rem;top:12.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zrb31BbmgswkUo2a4P5vyv3cupFiDwdn { width:12.1228125rem;height:2.75rem;top:3.8125rem;left:5.9375rem;font-size:2.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ibKyMlfGBiFGl9fgb5ZuXEpvcQDebdFT { width:11.25rem;height:2.75rem;top:6.125rem;left:4.375rem;font-size:2.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#RQOxkx4tggCHm17yok7qqoEU3rZkRX2p .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#RQOxkx4tggCHm17yok7qqoEU3rZkRX2p .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#RQOxkx4tggCHm17yok7qqoEU3rZkRX2p { width:18rem;height:5.0625rem;display:flex;top:17.8125rem;left:0.9375rem;z-index:15028; }
 }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #pXS1Q12m8XBMul7itSu1Ba96LM0o7tLT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #wBqzd5XcEBqKusSXiiAxxlVcCDhMFFnW {  }
 }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #LbEoZ22LoZiteLsbdkyePUM40aF1dyhp {  }
 }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #qB4hDviLyOSOhUAMGEgZSiqHE4UD7Kns { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #NcVu4HmUUwtJzKEgVM5vqZgxJ74NbOFh {  }
 }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #e1pOncgLLGaO2TREyvJcR3mTXpMPXJsG {  }
 }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #VHa5CB9bxJIwwvpqI4LM3cCT1CZNV7Ji { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #uKSDZdZJcWvo7CuF1r4Q6O8WJdhcx8LJ {  }
 }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #uL9HwCQ97VnSl7cvH31QkmolRZrpbr9x {  }
 }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #INmwUf6MhhXPXnkuu4eqMGCeZZztpBOT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #sy3LLbAwWLAasnObATKqZdCyroSCnfOl {  }
 }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #cXEPUg3moJ0UWk4rJTPamJ0BMxmQgQDe {  }
 }@media only screen and (max-width: 763px) { #HJlq5t4vxrZ699bWV4ombLaEhpb6yOgI { display:flex;width:2.6245125rem;height:2.6245125rem;top:3.625rem;left:5.1875rem; }
 }@media only screen and (max-width: 763px) { #q8idQeA2gnxgpMRvXvhXcAhiTGG3qSdr { top:24.28625rem;left:0.125rem;width:19.6875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLiJbnu38h0BlX17KEmCFtHbq9hUa2Wu { display:block; }
 }@media only screen and (max-width: 763px) { #esNwxsdrebt2vBzecSPzpQC6Xf4b3TQE { display:block; }#esNwxsdrebt2vBzecSPzpQC6Xf4b3TQE > .row .container { width:20rem;height:109.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oFwAyBLB2tCdl7inNvUNrHDxxgfybV5a { width:18.5625rem;height:1.5rem;top:2.0865888595581rem;left:0.71831601858137rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dk6fdeSSXtyVBqb4XtboqzOmJsQIKlxm { width:20rem;height:13.90625rem;top:11.875rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }#dk6fdeSSXtyVBqb4XtboqzOmJsQIKlxm li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_1e4a406df7159bde4b01018e7ee8551c7956178e.svg); }
 }@media only screen and (max-width: 763px) { #k6aRh53yNozBbfptPckrWHTWc7AT4vnP { width:16.25rem;height:3.125rem;top:29.329428672791rem;left:1.8750000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNmutvnDtICpJqVXbIiRnTJrCWtO8KBl { display:block; }
 }@media only screen and (max-width: 763px) { #CE5ivkT0IGZOqFfQPHPoL7RJCskmCgef { width:18.4375rem;height:16.75rem;top:36.375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VT077fzQv33aCmXtnp17I6Nxg9XJCvHB { width:13.374rem;height:13.374rem;top:39.82666015625rem;left:3.311767578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ps2ti63y2W7OsR8iXGv9VTOv1KWvxLZX { width:18.4375rem;height:16.75rem;top:54.5rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvvDNaGVZhQrMX53HBTOoQ8tXXLdT6sx { width:15.1245rem;height:15.1245rem;top:56.7919921875rem;left:2.4365234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ooQsIlh84eH9BuzPASSNL7Lnf3EWtccs { width:18.4375rem;height:16.75rem;top:90.875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRmFQWHH3TazBfdMK1gFHm7m8CuCgMXg { width:18.4375rem;height:16.75rem;top:72.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4gpTtPhgS7LddH603dJpUCkQadEkRX2 { width:15.9375rem;height:15.9375rem;top:92.4365234375rem;left:2.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wA4WkyxChMmOpJx8GuNmwv3B01EO2Iyz { width:13.562rem;height:2.84375rem;top:37.845458984375rem;left:3.218994140625rem;font-size:2.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hQBrNTznVa43P6LCFFtcAATX5oZEd5OG { width:16.6875rem;height:2.84375rem;top:74.5126953125rem;left:1.65625rem;font-size:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MthWz99W7GuHJE2BPGUpSVkrWC9ypJTn { width:10.4375rem;height:2.84375rem;top:56rem;left:4.78125rem;font-size:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ug6sD7IJgfTCHJcZczmGTbUc50SP2gCq { width:10.4375rem;height:2.84375rem;top:92.4375rem;left:4.78125rem;font-size:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H74tVnGebby7LPw9l5qM63RsykzDmZH3 { width:15.81175rem;height:15.81175rem;top:74.51171875rem;left:2.093505859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SsSFW1riIIwkd3gmWpevXWWlZgphFNyX { width:20rem;height:5.09765625rem;top:4.3125rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mx0dRR5xpGvV99EDSFlv7lonTtvCOrSI { display:block; }#mx0dRR5xpGvV99EDSFlv7lonTtvCOrSI > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DhK8R2sDfwbHRTROd8M80EF4oT6z8tV5 { width:20rem;height:4.3984375rem;top:0.45654296875rem;left:0rem;font-size:2.75rem;text-align:center;text-align-last:center;line-height:.8;display:block; }
 }@media only screen and (max-width: 763px) { #yhTEkEBKDfJd56OHtlV5T0BxDczIyX39 { display:block; }#yhTEkEBKDfJd56OHtlV5T0BxDczIyX39 > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #psCnFcmbv9rbLFOrVS85VMgxrSlyT13e { width:19.12475rem;height:2.4375rem;top:0.5615234375rem;left:0.435791015625rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RgETrPoKQMFdl800ouTL3rlWLwpSOv0s { background-color:transparent;background-image:none;display:block; }#RgETrPoKQMFdl800ouTL3rlWLwpSOv0s > .row .container { background-color: transparent; background-image: none; }#RgETrPoKQMFdl800ouTL3rlWLwpSOv0s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RgETrPoKQMFdl800ouTL3rlWLwpSOv0s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RgETrPoKQMFdl800ouTL3rlWLwpSOv0s > .row .container > .video-iframe-container { display: none; }#RgETrPoKQMFdl800ouTL3rlWLwpSOv0s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RgETrPoKQMFdl800ouTL3rlWLwpSOv0s > .row > .video-iframe-container { display: none; }#RgETrPoKQMFdl800ouTL3rlWLwpSOv0s > .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); }#RgETrPoKQMFdl800ouTL3rlWLwpSOv0s > .row .container { width:20rem;height:43.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JSaQHK6SPFTOua4TA0G9iNJ3gQe5vrhN { width:19.1875rem;height:1.94986875rem;top:7.8125rem;left:0.4375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i9LU7dRsTkeMh2piXsvi5emJ4MATZs5A { width:17.5rem;height:1.5996125rem;top:10.375rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CcwSLuL7bPcb8NTnTcEmC54cAltQP3rm { display:flex;width:5rem;height:5rem;top:1.625rem;left:7.5rem; }
 }@media only screen and (max-width: 763px) { #OZEI9lPwMOcb7kvq7ZzHb57whZBR8fQq { width:17.5rem;height:1.94986875rem;top:21.375rem;left:1.25rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZtwZA9bpf0uLkVTZdmdRDFogt1gz780s { width:17.5rem;height:3.19921875rem;top:23.9375rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b0yW9yzmTeC9slLC4orBxGKTqQFeWQhz { display:flex;width:5rem;height:5rem;top:15.1875rem;left:7.5rem; }
 }@media only screen and (max-width: 763px) { #xMJvUA1MOdGLkcRuTKNH6ZZXp5Tb9q5V { width:17.5rem;height:1.94986875rem;top:36.5rem;left:1.25rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XTBNFfkAoTnqfFSn5o6IhBQTiHGkT1kw { width:17.5rem;height:3.19921875rem;top:39.0625rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cNEXS1ywbrOq4T7VPPHo6yTC6dKrphsv { display:flex;width:5rem;height:5rem;top:30.3125rem;left:7.5rem; }
 }@media only screen and (max-width: 763px) { #ypDGWX9KBTthWveBuygCITNKQEZzWZJc { display:block; }#ypDGWX9KBTthWveBuygCITNKQEZzWZJc > .row .container { width:20rem;height:8.748046875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m1OI7s3EOBhyUJU4TW2GPvP3OrZ1qRpA { width:18.5625rem;height:7.796875rem;top:0.951171875rem;left:0.71875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o4d5dAbBXpsWUrH1t388nOfzuTWaqc0h { display:block; }#o4d5dAbBXpsWUrH1t388nOfzuTWaqc0h > .row .container { width:20rem;height:152.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pE7uW1bfBx3D1EgaTmmxW3pSKs2A3iH0 { width:17.5rem;height:1.19986875rem;top:22.67578125rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnvFTkkBVJNepzczPIHBJ1nri343TuOy { width:9.75rem;height:1.19986875rem;top:24.17578125rem;left:5.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HX7BzJHdTiAOB0brK7dqn6WOAoHqDr4H { width:17.25rem;height:21.5625rem;top:0rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6FDapPQtxp3on3I0h3pmTbBn38DG7nM { width:5.1875rem;height:0.8997375rem;top:26.1640625rem;left:7.40625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzZW2hAPSnOGKNwchm8aKvAAITKsoOMm { width:5.25rem;height:0.8994125rem;top:64.75rem;left:7.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PawidHZpW0Znlk8NCTFvigaCFpXS63hB { width:10rem;height:1.19921875rem;top:62.625rem;left:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHsKhizc8pBrheCrylPp2KAHe7kIZ3yS { width:12.25rem;height:1.19921875rem;top:60.625rem;left:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJpwmAPmBVR3BDrocDyq7XsMLq5avTok { width:17.25rem;height:21.625rem;top:38rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRca8KqVGAtxTffLumOJ0Nx3tH44S4A9 { width:5.125rem;height:0.8994125rem;top:103rem;left:7.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiovJsgMEEht1cLVn5wByiVlEJsBZ3NJ { width:10.1875rem;height:1.19921875rem;top:100.8125rem;left:4.90625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5Lb2Plmn3Q8JGzgBubKR8W14gf925WD { width:15.125rem;height:2.3984375rem;top:97.5rem;left:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZT43ltobZPqGNapEm0yuZeyEzDtUks0 { width:17.25rem;height:21.625rem;top:75.0625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUL5f9DUyT7StD2DOcguF5lnIaCIdBKx { width:5.125rem;height:0.8994125rem;top:140rem;left:7.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iozms4O4HTDR2GTeExnlXZiWnqHv5N76 { width:9.9375rem;height:1.19921875rem;top:137.6875rem;left:5.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIkr2R9KiLqf9k8f1WXQEd1k2NNvS6ro { width:15.5rem;height:1.19921875rem;top:135.4375rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LETyD5TTRcqSMb4tlvEWdwpaeMPLeovB { width:17.25rem;height:21.625rem;top:112.875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTivMmeyr6G7eIlN5ErNywPTTEAehfak { width:15.6875rem;height:2.5625rem;top:33.375rem;left:2.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OS2f7nTGlemnTRrd774rHdzLNWFZWkcs { width:15.6875rem;height:2.5625rem;top:69.4609375rem;left:2.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEtu3PnuSiB47X07CPXEg0USTWcxWxUP { width:15.6875rem;height:2.5625rem;top:108.0234375rem;left:2.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXtX490QAbr078svEvz7ftq1adP6v5rR { width:15.6875rem;height:2.5625rem;top:146.6484375rem;left:2.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOdMiSVvIn3rLPNZN8XCkIzoTOevIRPJ { width:16.9375rem;height:4.22265625rem;top:28.3125rem;left:1.53125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MoSpbT1fo4ooGoMG75yEmv037UbdULD1 { width:16.9375rem;height:2.111325rem;top:66.2880859375rem;left:1.53125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqSFREitTP7ONpuCHXO4shFMk040OaN3 { width:16.9375rem;height:2.111325rem;top:104.748046875rem;left:1.53125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITQqTkxf6hr1L1BKbQ3TkSg4nT8Wfbds { width:16.9375rem;height:4.22265625rem;top:141.61328125rem;left:1.53125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7qVkEw7JFWTWGXVLeXDtphCSWxlbDUm { top:37.126953125rem;left:0.625rem;width:18.75rem;height:0.3125rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #IxSTdZzQhFsI0oy3TNZGkum8aPzXH2xZ { top:73.626953125rem;left:0.625rem;width:18.75rem;height:0.3125rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #ncUK1UF14A4AIyIWKrgKdu8Gqh0WPo9W { top:111.689453125rem;left:0.625rem;width:18.75rem;height:0.3125rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #nJml1UHzwhTVMy858HQ7UyfLKxOBVFrf { top:150.939453125rem;left:0.625rem;width:18.75rem;height:0.3125rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #ZGwevQuX0tQ1He5ATPiENOQ7wyFLtkOQ { top:33.875rem;left:10.375rem;z-index:15032;width:8.4375rem;height:2.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HItflMB9HViZk7d8WxoRVQqkTgdnA9zX { display:block; }
 }@media only screen and (max-width: 763px) { #qpuF8VTW0BsQMEKwrBTZ3TdK0UTJHN3a { top:69.6796875rem;left:10.375rem;z-index:15033;width:8.4375rem;height:2.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sed776kb1TgQypqdVGN3JhI3E3VhSaEy { display:block; }
 }@media only screen and (max-width: 763px) { #Mi4eFgEnWULgyUCvX1VByXVKOM3KNVEt { top:108.2421875rem;left:10.375rem;z-index:15034;width:8.4375rem;height:2.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fP401JRRo3b83wqTLaEUlwM0VMiGvoDD { display:block; }
 }@media only screen and (max-width: 763px) { #tQH0L8G0W6TeUw1AiaaDxw7cOLidXxMT { top:146.8671875rem;left:10.375rem;z-index:15035;width:8.4375rem;height:2.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1zdV4HABQGkcyuqOruvA8SkIHRvwMFP { display:block; }
 }@media only screen and (max-width: 763px) { #kNoPppG3d6u0Pw1U5OOV8AiEzx4K1Hhg { display:block; }#kNoPppG3d6u0Pw1U5OOV8AiEzx4K1Hhg > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wMusH5yR12Nk5PAR4iubRvz8Fz8As4cJ { width:15.1875rem;height:3.125rem;top:0rem;left:2.40625rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #wCxyxVDSQQ3TOnDxDAtbIotQK3qBC58t { display:block; }
 }@media only screen and (max-width: 763px) { #dnVy4vOVh9EkccbVnENRhu4iPe7FTDt9 { width:20rem;height:2.5996125rem;top:4.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccPqvpceTnS71Ftyn63KTmv5uolfnPm4 { display:block; }#ccPqvpceTnS71Ftyn63KTmv5uolfnPm4 > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iITB0dXK46hiIiXaw766WxmrR5bXa2A9 { width:18.5625rem;height:2.4375rem;top:1.3125rem;left:0.71875rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vMgux8IoifRAtL3cBEqgpNTIOd9Zhxgq { display:block; }#vMgux8IoifRAtL3cBEqgpNTIOd9Zhxgq > .row .container { width:20rem;height:34.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b4XfEdyhtI7KbGn9MFXTUm3St3TiZiul { width:16.75rem;height:7.9980625rem;top:3.6884765625rem;left:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLFBDQaTRqxTJcn12fIT02bpFlPbTnIv { width:19.75rem;height:10.4375rem;top:1.68701171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MlsQbWKvVWlgyQQvzlL5W5pCKaNciy5k { width:16.75rem;height:7.9980625rem;top:16.375rem;left:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJlzlIV28Fs0BLv0GVR1zZ0B40PSpbST { width:19.75rem;height:10rem;top:14.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTUwD5syk2wH9qDC8ltHx1lG0kS6KhFb { width:16.75rem;height:4.798825rem;top:29.25rem;left:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #na5ekFSmSsKBfW4IseLI7vyu2gM7nCV0 { width:19.75rem;height:7.3125rem;top:26.875rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWnieCIZIlRy3DOdPtQktXed84MaZV53 { display:flex;width:3.125rem;height:3.125rem;top:0rem;left:15.5625rem; }
 }@media only screen and (max-width: 763px) { #lhDXagSc7tJx45COqo9vzBmQDpOZLcsm { display:flex;width:3.125rem;height:3.125rem;top:12.8125rem;left:15.625rem; }
 }@media only screen and (max-width: 763px) { #QnSTMyeUigSoGL28qTEnGDfdZXFDBRQ4 { display:flex;width:3.125rem;height:3.125rem;top:25.1875rem;left:15.75rem; }
 }@media only screen and (max-width: 763px) { #GxeLLWITNxZ8V6Je0t3uxeciXwPPfaEu { display:block; }#GxeLLWITNxZ8V6Je0t3uxeciXwPPfaEu > .row .container { width:20rem;height:53.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eXU867thTn8VS1UDBD2UMUF0L1fz9DPw { width:18.562rem;height:2.4375rem;top:2.166748046875rem;left:0.7177734375rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tDHMym199SUp927X5w3ubVCF3eLrtl6s { width:18.8745rem;height:25.48828125rem;top:5.185546875rem;left:0.562744140625rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Oho0hWO5fVRTnmHULfG54JpeEpoUUHoh { width:11.5rem;height:12.9375rem;top:38.0625rem;left:2.25rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ua08XDT3IHLmt2d0e63KHE481Z6KCqiS { width:13.625rem;height:12.625rem;top:39.5625rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCAOJ77bGfFalopSK6pthG3C8RtGhyfn { width:11.375rem;height:3.125rem;top:32.9375rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPMVHOB4HelSpeueIpRNp8vekwOwIW5O { display:block; }
 }@media only screen and (max-width: 763px) { #elx0imsL5LNxSXV9ibZOTESqlPmBvgD3 { display:block; }#elx0imsL5LNxSXV9ibZOTESqlPmBvgD3 > .row .container { width:20rem;height:19.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gReuRbHZph9nNdzDBOIJtWvV6wDcEw0O { width:20rem;height:2.5996125rem;top:1.33544921875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #URGoXTxodRdCneallWZJP0Xg2P6UDmgW { width:20rem;height:9.746125rem;top:4.6875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZKZeof3876ZbZLSwZqtqehU0n3NAdMJp { width:20rem;height:2.5996125rem;top:16.219482421875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Sk1Uu4uCkynh4CQksLBV6Zk6EHqfTugM { display:block; }#Sk1Uu4uCkynh4CQksLBV6Zk6EHqfTugM > .row .container { width:20rem;height:33.248046875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pQvwIkiU6vEZ0J5z8eZCrBPyoV9zBR3N { width:18.125rem;height:1.79980625rem;top:12.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHq3QOi7vz1bqhDSCTZwX9FNoTLVFTLa { width:18.125rem;height:5.4121125rem;top:15.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOcJJFn4BRwnTm3rdcOHo92UFTyVHhn9 { width:18.125rem;height:1.79980625rem;top:1.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntNlc9gsTk534ehE5nlFDcTTWIzmvclw { width:17.125rem;height:1.79980625rem;top:22.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8LDH0OdWI8kQzaXM6J6crqdhKUGLVCf { width:3rem;height:3rem;top:25.25rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTCFGlTrg3gtJX08KXXF1QCVLnA1ihTG { display:flex;width:1.375rem;height:1.375rem;top:26.0625rem;left:2.875rem; }
#zTCFGlTrg3gtJX08KXXF1QCVLnA1ihTG > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #Ncq9n2V94c2UF0aNDf8hzl3BlyHS2eiQ { width:3rem;height:3rem;top:25.25rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3tscNM9wvx9qw7wdA2EMyHItTImZdG6 { display:flex;width:1.375rem;height:1.375rem;top:26.0625rem;left:7.3125rem; }
#S3tscNM9wvx9qw7wdA2EMyHItTImZdG6 > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #btb7OtiIQnrspTFzDl5cHzlEt91VDgPg { width:3rem;height:3rem;top:25.25rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qm55MPnmSpqKWQvRnAgLM3qLWxFpIPuW { display:flex;width:1.375rem;height:1.375rem;top:26.0625rem;left:11.6875rem; }
#Qm55MPnmSpqKWQvRnAgLM3qLWxFpIPuW > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #mxJred6zpL40xF3h0cTHHDtvfH323u1u { width:18.125rem;height:7.19921875rem;top:4.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSXVlOfIIcyHnrNl6fZ5B7pgP18sZ44X { width:10.18675rem;height:3.4375rem;top:29.810791015625rem;left:4.90478515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVbmkice7QUpVGr6BJGATP3IDmXb0Xip { width:3rem;height:3rem;top:25.25rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLT9HFaNgOepX5AhWAUaI2XFS3TVzHOB { display:flex;width:1.375rem;height:1.375rem;top:26.0625rem;left:15.8125rem; }
#fLT9HFaNgOepX5AhWAUaI2XFS3TVzHOB > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }