.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:251,238,255;--color-primary-1:225,134,252;--color-primary-2:205,53,250;--color-primary-3:193,2,249;--color-primary-4:126,2,162;--color-secondary-0:255,255,255;--color-secondary-1:227,227,227;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:50,50,50;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"inter";--paragraphs-font-family:"inter"; }body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container { display: none; }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .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); }#cGoWaSRRa5SprF0RXVmQwJINZXDMaRyP { position:relative;display:block; }#cGoWaSRRa5SprF0RXVmQwJINZXDMaRyP { background-color: transparent; background-image: none; }#cGoWaSRRa5SprF0RXVmQwJINZXDMaRyP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cGoWaSRRa5SprF0RXVmQwJINZXDMaRyP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cGoWaSRRa5SprF0RXVmQwJINZXDMaRyP > .row .container > .video-iframe-container { display: none; }#cGoWaSRRa5SprF0RXVmQwJINZXDMaRyP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cGoWaSRRa5SprF0RXVmQwJINZXDMaRyP > .row > .video-iframe-container { display: none; }#cGoWaSRRa5SprF0RXVmQwJINZXDMaRyP > .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); }#cGoWaSRRa5SprF0RXVmQwJINZXDMaRyP { border-width: 0; border-radius: 0; }#cGoWaSRRa5SprF0RXVmQwJINZXDMaRyP > .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; }#cGoWaSRRa5SprF0RXVmQwJINZXDMaRyP > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:8rem;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; }#cTJXE0QWufMJXxN6mo4tFulCTVaVRrDV { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:17.8125rem;top:2.59375rem;left:57.1875rem;overflow:hidden;display:block; }
#G6uOCTI30pOQSCHCz5FTpqN64wkQS3ay { position:absolute;display:block;z-index:15001;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:5.5625rem;width:15.5rem;top:1.21875rem;left:40.46875rem;overflow:hidden;display:block; }
#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS { 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; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container { background-color: transparent; background-image: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container > .video-iframe-container { display: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row > .video-iframe-container { display: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .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); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container { border-width: 0; border-radius: 0; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container { font-size:0.875rem;font-family:arial;height:36.4375rem;width:75rem;position:relative;display:block; }#dUnG5uxTtDSSxJvPRkCzEituQSLRkWF3 { color:rgba(var(--color-tertiary-4),1);display:block;width:39.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:11.78125rem;left:0rem;height:16.79689375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#PHcKwQmpZ5IgLnGqRvT0FyKqwLrb8tdQ { background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: 0rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),0.25) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:4.0625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:30.625rem;left:28.75rem;display:block; }
#KyWHsctnnLuDnkoEQTxAy0K8hWSaMEuG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#B4rIdXiAmHPXR4DByphxbV0mIkrq8o7o { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:31.75rem;left:42.4375rem;overflow:hidden;display:block; }
#EdoxtbwqyDkToAwyw8ae9sUTFylb6ONU { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:20.375rem;width:27.3125rem;top:1.1833333969116rem;left:45.75rem;overflow:hidden;display:block; }
#ProH86TDDURbPABdQwvuZa1IdBgT7Qc4 { color:rgba(var(--color-tertiary-4),1);display:block;width:45rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.1833333969116rem;left:0rem;height:6.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#F05HxkKilHLPA9KiAUGWfx2ulLrihClT { color:rgba(var(--color-primary-3),1);display:block;width:45rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:7.6833333969119rem;left:0rem;height:2.92480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#cVPoxb3rNHo68iZFGNXFAZerMitLDxTR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fcf4ff;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; }#cVPoxb3rNHo68iZFGNXFAZerMitLDxTR > .row .container { background-color: transparent; background-image: none; }#cVPoxb3rNHo68iZFGNXFAZerMitLDxTR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cVPoxb3rNHo68iZFGNXFAZerMitLDxTR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cVPoxb3rNHo68iZFGNXFAZerMitLDxTR > .row .container > .video-iframe-container { display: none; }#cVPoxb3rNHo68iZFGNXFAZerMitLDxTR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cVPoxb3rNHo68iZFGNXFAZerMitLDxTR > .row > .video-iframe-container { display: none; }#cVPoxb3rNHo68iZFGNXFAZerMitLDxTR > .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); }#cVPoxb3rNHo68iZFGNXFAZerMitLDxTR > .row .container { border-width: 0; border-radius: 0; }#cVPoxb3rNHo68iZFGNXFAZerMitLDxTR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cVPoxb3rNHo68iZFGNXFAZerMitLDxTR > .row .container { font-size:0.875rem;font-family:arial;height:6.6875rem;width:75rem;position:relative;display:block; }#LziByLAorfShH3d9wXeTF41OlvDOftvT { color:rgba(var(--color-tertiary-4),1);display:block;width:47.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.3125rem;left:13.78125rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Zli3yPRcU5THdploNhGq2kZ5zvRfydhT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fcf4ff;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; }#Zli3yPRcU5THdploNhGq2kZ5zvRfydhT > .row .container { background-color: transparent; background-image: none; }#Zli3yPRcU5THdploNhGq2kZ5zvRfydhT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zli3yPRcU5THdploNhGq2kZ5zvRfydhT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zli3yPRcU5THdploNhGq2kZ5zvRfydhT > .row .container > .video-iframe-container { display: none; }#Zli3yPRcU5THdploNhGq2kZ5zvRfydhT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zli3yPRcU5THdploNhGq2kZ5zvRfydhT > .row > .video-iframe-container { display: none; }#Zli3yPRcU5THdploNhGq2kZ5zvRfydhT > .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); }#Zli3yPRcU5THdploNhGq2kZ5zvRfydhT > .row .container { border-width: 0; border-radius: 0; }#Zli3yPRcU5THdploNhGq2kZ5zvRfydhT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Zli3yPRcU5THdploNhGq2kZ5zvRfydhT > .row .container { font-size:0.875rem;font-family:arial;height:25.8125rem;width:75rem;position:relative;display:block; }#oKo1b7i6OhUFKs9Th5ooITUiuRiKSTbu { box-sizing:content-box;height:22.3125rem;width:73.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:1.4375rem;left:0.5625rem;border-top:0.0625rem solid rgba(var(--color-primary-3),1);border-left:0.0625rem solid rgba(var(--color-primary-3),1);border-right:0.0625rem solid rgba(var(--color-primary-3),1);border-bottom:0.0625rem solid rgba(var(--color-primary-3),1);border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#cWc5K9C9lTcVGLsm4BUeFzWgWBXowvfI { color:rgba(var(--color-tertiary-4),1);display:block;width:71.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:2.6875rem;left:1.84375rem;height:19.5625rem;font-style:normal;overflow:hidden;display:block; }#cWc5K9C9lTcVGLsm4BUeFzWgWBXowvfI li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#cWc5K9C9lTcVGLsm4BUeFzWgWBXowvfI li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/2c8c0ddb-ca01-4cb9-b2c4-396f60254b52/Vector.png); }
#LMK1vkKtdqukoar76GdpIZDHCRlqEiFp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6e7ff;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; }#LMK1vkKtdqukoar76GdpIZDHCRlqEiFp > .row .container { background-color: transparent; background-image: none; }#LMK1vkKtdqukoar76GdpIZDHCRlqEiFp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LMK1vkKtdqukoar76GdpIZDHCRlqEiFp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LMK1vkKtdqukoar76GdpIZDHCRlqEiFp > .row .container > .video-iframe-container { display: none; }#LMK1vkKtdqukoar76GdpIZDHCRlqEiFp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LMK1vkKtdqukoar76GdpIZDHCRlqEiFp > .row > .video-iframe-container { display: none; }#LMK1vkKtdqukoar76GdpIZDHCRlqEiFp > .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); }#LMK1vkKtdqukoar76GdpIZDHCRlqEiFp > .row .container { border-width: 0; border-radius: 0; }#LMK1vkKtdqukoar76GdpIZDHCRlqEiFp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LMK1vkKtdqukoar76GdpIZDHCRlqEiFp > .row .container { font-size:0.875rem;font-family:arial;height:51.625rem;width:75rem;position:relative;display:block; }#PznWPPTooT5mO2MncpQ6pbf7GCKFA5VM { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.0625rem;width:27.5625rem;top:3.375rem;left:38.875rem;overflow:hidden;display:block; }
#loXnyFiu22bqhAIO0fzB5vlr9dVFyxBx { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:17.8125rem;top:6.75rem;left:1.625rem;overflow:hidden;display:block; }
#Q2oN7T2eQd7lwABlNhLlakBLJWnrLp3v { color:rgba(var(--color-tertiary-4),1);display:block;width:33rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:10.8125rem;left:1.625rem;height:3.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#t8806hQU2mpioFxkAOXzdIa4lyJdZeSa { color:rgba(var(--color-tertiary-4),1);display:block;width:33rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:15.8125rem;left:1.625rem;height:2.5996125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#nugIaU1OTSMdFQZlnCqvoRewhBq44RzT { box-sizing:content-box;height:0.5rem;width:27.0625rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-3),0.6);background-image:none;top:19.25rem;left:1.625rem;display:block; }
#WMTAZwoIRfDRVO17TM0n5zXGtsnRb2D8 { box-sizing:content-box;height:13.8125rem;width:11.4375rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:25.375rem;left:4.125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#VG0l5nvICtCIKlhCGtvkprlfhrENE2fd { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:2.5625rem;top:26.5rem;left:8.5625rem;overflow:hidden;display:block; }
#fpb48ChZyohbsIi7fapSWexKhaN2SVC3 { color:rgba(var(--color-tertiary-4),1);display:block;width:10.4375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:30.1875rem;left:4.625rem;height:7.7988375rem;text-align:center;text-align-last:center;display:block; }
#hm8Ng1moxVWCxk9pXldzm4ciAZVaSoas { box-sizing:content-box;height:13.8125rem;width:11.4375rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:25.375rem;left:17.9375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#DOrqNEUZeowX1LpRmaD8pgNOqzCkX5tT { color:rgba(var(--color-tertiary-4),1);display:block;width:10.4375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:30.1875rem;left:18.4375rem;height:7.798825rem;text-align:center;text-align-last:center;display:block; }
#tfub6J7PSaMqr1kKJhXTUhuaIuFlUmXE { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:2.5625rem;top:26.5rem;left:22.375rem;overflow:hidden;display:block; }
#OPZMbvHCITVv1S9e5ECSJmcLv42FUiPd { box-sizing:content-box;height:13.8125rem;width:11.4375rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:25.375rem;left:31.6875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#tJT352hzlre9zswATVWSLVkUABMTkpS0 { color:rgba(var(--color-tertiary-4),1);display:block;width:10.9375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:29.75rem;left:31.9375rem;height:9.09863125rem;text-align:center;text-align-last:center;display:block; }
#i2TmenN8WzQJOp6DrD9Grv046SLB7kRO { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:2.5625rem;top:26.5rem;left:36.125rem;overflow:hidden;display:block; }
#GyGzmE2156TZvmRTlKV1KwhEfZgisJUX { box-sizing:content-box;height:13.8125rem;width:11.4375rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:25.375rem;left:59.4375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#e2Cznb3RIVEO82OrhIqbyAPcCnXkMMfp { color:rgba(var(--color-tertiary-4),1);display:block;width:10.9375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:30.125rem;left:59.6875rem;height:7.79883125rem;text-align:center;text-align-last:center;display:block; }
#d7X6f6vfbE4sscQbGKmUBSx0l9kwTFM3 { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5625rem;top:26.5rem;left:63.875rem;overflow:hidden;display:block; }
#Uq6ZQKtVo64ahnhtIOZrW1tAC37OcJ17 { box-sizing:content-box;height:13.8125rem;width:11.4375rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:25.375rem;left:45.6875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#BODJnBGDetPBrm4ShNmzCE9UK57OhBqb { color:rgba(var(--color-tertiary-4),1);display:block;width:10.4375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:30.1875rem;left:46.1875rem;height:7.79883125rem;text-align:center;text-align-last:center;display:block; }
#zJTCXw1GFy33MWF5XITyvvnQZJIN5K2E { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5625rem;top:26.5rem;left:50.125rem;overflow:hidden;display:block; }
#uJU8SWz6ck5rdX6bLTrLmcuCUz5ohLW1 { background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.875rem;height:5.5rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:42.75rem;left:25.25rem;display:block; }
#iN2oGWnBV1FT7iGcwNO5U1Kv5ZPF6LRe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EG9a8XARimq9Z0L5nr76i9Wqs6qQtvLJ { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:44.5625rem;left:49.25rem;overflow:hidden;display:block; }
#voR2R5697Bl7Kbrh0BFSuWG0iBwL4Sm2 { 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; }#voR2R5697Bl7Kbrh0BFSuWG0iBwL4Sm2 > .row .container { background-color: transparent; background-image: none; }#voR2R5697Bl7Kbrh0BFSuWG0iBwL4Sm2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#voR2R5697Bl7Kbrh0BFSuWG0iBwL4Sm2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#voR2R5697Bl7Kbrh0BFSuWG0iBwL4Sm2 > .row .container > .video-iframe-container { display: none; }#voR2R5697Bl7Kbrh0BFSuWG0iBwL4Sm2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#voR2R5697Bl7Kbrh0BFSuWG0iBwL4Sm2 > .row > .video-iframe-container { display: none; }#voR2R5697Bl7Kbrh0BFSuWG0iBwL4Sm2 > .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); }#voR2R5697Bl7Kbrh0BFSuWG0iBwL4Sm2 > .row .container { border-width: 0; border-radius: 0; }#voR2R5697Bl7Kbrh0BFSuWG0iBwL4Sm2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#voR2R5697Bl7Kbrh0BFSuWG0iBwL4Sm2 > .row .container { font-size:0.875rem;font-family:arial;height:7.125rem;width:75rem;position:relative;display:block; }#uWVuahPaW71ziKeyMNbMF4Vw2LUGyVqD { color:rgba(var(--color-tertiary-4),1);display:block;width:47.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.3125rem;left:13.78125rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vmnFzRPDn5Kn8B7TdsT83KLH5tApNdLz { position:relative;display:block; }#vmnFzRPDn5Kn8B7TdsT83KLH5tApNdLz { background-color: transparent; background-image: none; }#vmnFzRPDn5Kn8B7TdsT83KLH5tApNdLz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vmnFzRPDn5Kn8B7TdsT83KLH5tApNdLz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vmnFzRPDn5Kn8B7TdsT83KLH5tApNdLz > .row .container > .video-iframe-container { display: none; }#vmnFzRPDn5Kn8B7TdsT83KLH5tApNdLz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vmnFzRPDn5Kn8B7TdsT83KLH5tApNdLz > .row > .video-iframe-container { display: none; }#vmnFzRPDn5Kn8B7TdsT83KLH5tApNdLz > .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); }#vmnFzRPDn5Kn8B7TdsT83KLH5tApNdLz { border-width: 0; border-radius: 0; }#vmnFzRPDn5Kn8B7TdsT83KLH5tApNdLz > .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; }#vmnFzRPDn5Kn8B7TdsT83KLH5tApNdLz > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:25.1875rem;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; }#wQSOrbGquhp6sTEhOKBnmCyIvmWHH5tn { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:11.375rem;width:11.375rem;top:1.9375rem;left:31.8125rem;overflow:hidden;display:block; }
#LC4WypAIhcsJSRtHcOFFTIaiAeTXgu24 { color:rgba(var(--color-tertiary-4),1);display:block;width:45.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:14.5625rem;left:14.71875rem;height:6.5rem;text-align:center;text-align-last:center;display:block; }
#NNdipg2xxCk1AQ3m3lKGJ4bZyWC19w1O { position:absolute;display:block;z-index:15016;height:6.25rem;width:6.25rem;top:14.6875rem;left:65.46875rem;display:block; }
#hqbyUwRuZhGXfTSCTQ4vyfQZxGsCxgpq { color:rgba(193,2,249,0.6);display:block;width:45.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:22.375rem;left:14.71875rem;height:1.625rem;text-align:right;text-align-last:right;display:block; }
#JcSpnUwR6wh1lyqVZ2Em0EwPhT3cgZE3 { 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; }#JcSpnUwR6wh1lyqVZ2Em0EwPhT3cgZE3 > .row .container { background-color: transparent; background-image: none; }#JcSpnUwR6wh1lyqVZ2Em0EwPhT3cgZE3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JcSpnUwR6wh1lyqVZ2Em0EwPhT3cgZE3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JcSpnUwR6wh1lyqVZ2Em0EwPhT3cgZE3 > .row .container > .video-iframe-container { display: none; }#JcSpnUwR6wh1lyqVZ2Em0EwPhT3cgZE3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JcSpnUwR6wh1lyqVZ2Em0EwPhT3cgZE3 > .row > .video-iframe-container { display: none; }#JcSpnUwR6wh1lyqVZ2Em0EwPhT3cgZE3 > .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); }#JcSpnUwR6wh1lyqVZ2Em0EwPhT3cgZE3 > .row .container { border-width: 0; border-radius: 0; }#JcSpnUwR6wh1lyqVZ2Em0EwPhT3cgZE3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JcSpnUwR6wh1lyqVZ2Em0EwPhT3cgZE3 > .row .container { font-size:0.875rem;font-family:arial;height:42.3125rem;width:75rem;position:relative;display:block; }#MZ31BrTNwckrCVXtf5zCERuo3sQ782XD { position:absolute;z-index:15011;top:8.65625rem;left:18.375rem;width:38.25rem;height:29.375rem;display:block; }
#dnJ0tOQ590USpKTmmHFWMGPpyFiEfM40 { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0.25rem 0.25rem rgba(var(--color-tertiary-4),0.25) ;height:36.9375rem;width:42.3125rem;top:3rem;left:16.375rem;display:block; }
#rBVP93wofK9DFKIKGxwHJdqkLZpkkngv { color:rgba(var(--color-tertiary-4),1);display:block;width:39.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:4.5rem;left:17.875rem;height:2.6rem;text-align:center;text-align-last:center;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; }
#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb { 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; }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .row .container { background-color: transparent; background-image: none; }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .row .container > .video-iframe-container { display: none; }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .row > .video-iframe-container { display: none; }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .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); }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .row .container { border-width: 0; border-radius: 0; }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .row .container { font-size:0.875rem;font-family:arial;height:16.3125rem;width:75rem;position:relative;display:block; }#rZH3BGAdZspSgMmha7CpGTn3gqlk2fUZ { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:14.375rem;top:1.9375rem;left:30.3125rem;overflow:hidden;display:block; }
#IcIWgMeT8GANosXeELFB2GgTrFGwq3fm { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:5.625rem;left:0rem;height:8.7715125rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #cGoWaSRRa5SprF0RXVmQwJINZXDMaRyP { display:block; }#cGoWaSRRa5SprF0RXVmQwJINZXDMaRyP > .row .container { width:47.75rem;height:7.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #cTJXE0QWufMJXxN6mo4tFulCTVaVRrDV { width:14.375rem;height:2.25rem;top:2.6875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #G6uOCTI30pOQSCHCz5FTpqN64wkQS3ay { width:15.5rem;height:5.5625rem;top:1.03125rem;left:32.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS { background-color:transparent;background-image:none;display:block; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container { background-color: transparent; background-image: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container > .video-iframe-container { display: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row > .video-iframe-container { display: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .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); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container { width:47.75rem;height:32.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #dUnG5uxTtDSSxJvPRkCzEituQSLRkWF3 { width:29.625rem;height:12.59378125rem;top:12.1171875rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #PHcKwQmpZ5IgLnGqRvT0FyKqwLrb8tdQ { width:25rem;height:3.3125rem;top:27.5625rem;left:11.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KyWHsctnnLuDnkoEQTxAy0K8hWSaMEuG { display:block; }
 }@media only screen and (max-width: 1199px) { #B4rIdXiAmHPXR4DByphxbV0mIkrq8o7o { width:1.25rem;height:1.25rem;top:28.625rem;left:34.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EdoxtbwqyDkToAwyw8ae9sUTFylb6ONU { width:17.5625rem;height:13.0625rem;top:1.2427082061768rem;left:29.295833587646rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ProH86TDDURbPABdQwvuZa1IdBgT7Qc4 { width:28.6875rem;height:4.875rem;top:1.2427082061768rem;left:0rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #F05HxkKilHLPA9KiAUGWfx2ulLrihClT { width:28.6875rem;height:4.875rem;top:6.1171875rem;left:0rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #cVPoxb3rNHo68iZFGNXFAZerMitLDxTR { display:block; }#cVPoxb3rNHo68iZFGNXFAZerMitLDxTR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #LziByLAorfShH3d9wXeTF41OlvDOftvT { width:47.4375rem;height:2.5996125rem;top:2.3125rem;left:0.15625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Zli3yPRcU5THdploNhGq2kZ5zvRfydhT { display:block; }#Zli3yPRcU5THdploNhGq2kZ5zvRfydhT > .row .container { width:47.75rem;height:34.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #oKo1b7i6OhUFKs9Th5ooITUiuRiKSTbu { width:46.875rem;height:32.0625rem;top:0.65625rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cWc5K9C9lTcVGLsm4BUeFzWgWBXowvfI { width:43.25rem;height:29.3125rem;top:2.25rem;left:1.5rem;font-size:1.25rem;display:block; }#cWc5K9C9lTcVGLsm4BUeFzWgWBXowvfI li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/2c8c0ddb-ca01-4cb9-b2c4-396f60254b52/Vector.png); }
 }@media only screen and (max-width: 1199px) { #LMK1vkKtdqukoar76GdpIZDHCRlqEiFp { display:block; }#LMK1vkKtdqukoar76GdpIZDHCRlqEiFp > .row .container { width:47.75rem;height:54.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #PznWPPTooT5mO2MncpQ6pbf7GCKFA5VM { width:20.25rem;height:15.375rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #loXnyFiu22bqhAIO0fzB5vlr9dVFyxBx { width:16.25rem;height:2.5625rem;top:2.3125rem;left:23.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Q2oN7T2eQd7lwABlNhLlakBLJWnrLp3v { width:22.4375rem;height:2.923825rem;top:6.8125rem;left:23.4375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #t8806hQU2mpioFxkAOXzdIa4lyJdZeSa { width:24.1875rem;height:1.7871125rem;top:11.5625rem;left:23.5625rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #nugIaU1OTSMdFQZlnCqvoRewhBq44RzT { width:18.6875rem;height:0.3125rem;top:14rem;left:23.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WMTAZwoIRfDRVO17TM0n5zXGtsnRb2D8 { width:11.4375rem;height:13.8125rem;top:17.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VG0l5nvICtCIKlhCGtvkprlfhrENE2fd { width:2.5625rem;height:2.75rem;top:18.1875rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fpb48ChZyohbsIi7fapSWexKhaN2SVC3 { width:10.4375rem;height:7.7988375rem;top:21.875rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hm8Ng1moxVWCxk9pXldzm4ciAZVaSoas { width:11.4375rem;height:13.8125rem;top:17.0625rem;left:18.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DOrqNEUZeowX1LpRmaD8pgNOqzCkX5tT { width:10.4375rem;height:7.798825rem;top:21.875rem;left:18.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tfub6J7PSaMqr1kKJhXTUhuaIuFlUmXE { width:2.5625rem;height:2.75rem;top:18.1875rem;left:22.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OPZMbvHCITVv1S9e5ECSJmcLv42FUiPd { width:11.4375rem;height:13.8125rem;top:17.0625rem;left:36.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tJT352hzlre9zswATVWSLVkUABMTkpS0 { width:10.9375rem;height:9.09863125rem;top:21.4375rem;left:36.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #i2TmenN8WzQJOp6DrD9Grv046SLB7kRO { width:2.5625rem;height:2.75rem;top:18.1875rem;left:40.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GyGzmE2156TZvmRTlKV1KwhEfZgisJUX { width:11.4375rem;height:13.8125rem;top:32.9375rem;left:26.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #e2Cznb3RIVEO82OrhIqbyAPcCnXkMMfp { width:10.9375rem;height:7.79883125rem;top:37.6875rem;left:27.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #d7X6f6vfbE4sscQbGKmUBSx0l9kwTFM3 { width:2.5625rem;height:2.5rem;top:34.1875rem;left:31.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Uq6ZQKtVo64ahnhtIOZrW1tAC37OcJ17 { width:11.4375rem;height:13.8125rem;top:32.9375rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BODJnBGDetPBrm4ShNmzCE9UK57OhBqb { width:10.4375rem;height:7.79883125rem;top:37.75rem;left:10.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zJTCXw1GFy33MWF5XITyvvnQZJIN5K2E { width:2.5625rem;height:2.5rem;top:34.0625rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uJU8SWz6ck5rdX6bLTrLmcuCUz5ohLW1 { width:22.875rem;height:3.3125rem;top:49.125rem;left:12.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iN2oGWnBV1FT7iGcwNO5U1Kv5ZPF6LRe { display:block; }
 }@media only screen and (max-width: 1199px) { #EG9a8XARimq9Z0L5nr76i9Wqs6qQtvLJ { width:1.25rem;height:1.25rem;top:50.1875rem;left:33.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #voR2R5697Bl7Kbrh0BFSuWG0iBwL4Sm2 { display:block; }#voR2R5697Bl7Kbrh0BFSuWG0iBwL4Sm2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #uWVuahPaW71ziKeyMNbMF4Vw2LUGyVqD { width:47.4375rem;height:2.4375rem;top:2.3125rem;left:0.15625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vmnFzRPDn5Kn8B7TdsT83KLH5tApNdLz { display:block; }#vmnFzRPDn5Kn8B7TdsT83KLH5tApNdLz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #wQSOrbGquhp6sTEhOKBnmCyIvmWHH5tn { width:11.375rem;height:11.375rem;top:1.9375rem;left:18.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LC4WypAIhcsJSRtHcOFFTIaiAeTXgu24 { width:45.625rem;height:6.5rem;top:14.875rem;left:1.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NNdipg2xxCk1AQ3m3lKGJ4bZyWC19w1O { width:6.25rem;height:6.25rem;top:4.38671875rem;left:40.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hqbyUwRuZhGXfTSCTQ4vyfQZxGsCxgpq { width:45.625rem;height:1.625rem;top:22.25rem;left:1.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JcSpnUwR6wh1lyqVZ2Em0EwPhT3cgZE3 { display:block; }#JcSpnUwR6wh1lyqVZ2Em0EwPhT3cgZE3 > .row .container { width:47.75rem;height:40.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #MZ31BrTNwckrCVXtf5zCERuo3sQ782XD { width:38.875rem;height:29.375rem;top:7.25rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dnJ0tOQ590USpKTmmHFWMGPpyFiEfM40 { width:42.3125rem;height:35.5625rem;top:3rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rBVP93wofK9DFKIKGxwHJdqkLZpkkngv { width:47.75rem;height:2.11230625rem;top:4.1875rem;left:0rem;font-size:1.625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb { display:block; }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .row .container { width:47.75rem;height:15.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #rZH3BGAdZspSgMmha7CpGTn3gqlk2fUZ { width:11.8125rem;height:1.875rem;top:1.53125rem;left:17.96875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IcIWgMeT8GANosXeELFB2GgTrFGwq3fm { width:47.75rem;height:8.7715125rem;top:4.9375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #cGoWaSRRa5SprF0RXVmQwJINZXDMaRyP { display:block; }#cGoWaSRRa5SprF0RXVmQwJINZXDMaRyP > .row .container { width:20rem;height:12.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cTJXE0QWufMJXxN6mo4tFulCTVaVRrDV { width:17.8125rem;height:2.75rem;top:1.3125rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6uOCTI30pOQSCHCz5FTpqN64wkQS3ay { width:15.5rem;height:5.5625rem;top:5.3125rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS { background-color:transparent;background-image:none;display:block; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container { background-color: transparent; background-image: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container > .video-iframe-container { display: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row > .video-iframe-container { display: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .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); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container { width:20rem;height:52.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dUnG5uxTtDSSxJvPRkCzEituQSLRkWF3 { width:20rem;height:17.31640625rem;top:17.5703125rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PHcKwQmpZ5IgLnGqRvT0FyKqwLrb8tdQ { width:17.5rem;height:4.0625rem;top:35.875rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KyWHsctnnLuDnkoEQTxAy0K8hWSaMEuG { display:block; }
 }@media only screen and (max-width: 763px) { #B4rIdXiAmHPXR4DByphxbV0mIkrq8o7o { width:2rem;height:2rem;top:36.9375rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdoxtbwqyDkToAwyw8ae9sUTFylb6ONU { width:14.625rem;height:10.875rem;top:40.875rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ProH86TDDURbPABdQwvuZa1IdBgT7Qc4 { width:20rem;height:7.3125rem;top:1.3046875rem;left:0rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #F05HxkKilHLPA9KiAUGWfx2ulLrihClT { width:20rem;height:7.7988125rem;top:8.6171875rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cVPoxb3rNHo68iZFGNXFAZerMitLDxTR { display:block; }#cVPoxb3rNHo68iZFGNXFAZerMitLDxTR > .row .container { width:20rem;height:7.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LziByLAorfShH3d9wXeTF41OlvDOftvT { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zli3yPRcU5THdploNhGq2kZ5zvRfydhT { display:block; }#Zli3yPRcU5THdploNhGq2kZ5zvRfydhT > .row .container { width:20rem;height:64.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oKo1b7i6OhUFKs9Th5ooITUiuRiKSTbu { width:19.875rem;height:61.5625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWc5K9C9lTcVGLsm4BUeFzWgWBXowvfI { width:17.5rem;height:58.5625rem;top:2.5625rem;left:1.25rem;font-size:1.25rem;display:block; }#cWc5K9C9lTcVGLsm4BUeFzWgWBXowvfI li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/2c8c0ddb-ca01-4cb9-b2c4-396f60254b52/Vector.png); }
 }@media only screen and (max-width: 763px) { #LMK1vkKtdqukoar76GdpIZDHCRlqEiFp { display:block; }#LMK1vkKtdqukoar76GdpIZDHCRlqEiFp > .row .container { width:20rem;height:108.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PznWPPTooT5mO2MncpQ6pbf7GCKFA5VM { width:20rem;height:15.185185185185rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #loXnyFiu22bqhAIO0fzB5vlr9dVFyxBx { width:17.8125rem;height:2.80859375rem;top:17.99609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2oN7T2eQd7lwABlNhLlakBLJWnrLp3v { width:20rem;height:5.1181625rem;top:22.0546875rem;left:0rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #t8806hQU2mpioFxkAOXzdIa4lyJdZeSa { width:20rem;height:4.548825rem;top:28.421875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nugIaU1OTSMdFQZlnCqvoRewhBq44RzT { width:20rem;height:0.4375rem;top:34.0654296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMTAZwoIRfDRVO17TM0n5zXGtsnRb2D8 { width:20rem;height:11.1875rem;top:36.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VG0l5nvICtCIKlhCGtvkprlfhrENE2fd { width:2.5625rem;height:2.75rem;top:37.5rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpb48ChZyohbsIi7fapSWexKhaN2SVC3 { width:19rem;height:3.89941875rem;top:41.6875rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hm8Ng1moxVWCxk9pXldzm4ciAZVaSoas { width:20rem;height:11.625rem;top:48.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOrqNEUZeowX1LpRmaD8pgNOqzCkX5tT { width:19rem;height:5.199225rem;top:54rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfub6J7PSaMqr1kKJhXTUhuaIuFlUmXE { width:2.5625rem;height:2.75rem;top:50.0625rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPZMbvHCITVv1S9e5ECSJmcLv42FUiPd { width:20rem;height:11.9375rem;top:62.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJT352hzlre9zswATVWSLVkUABMTkpS0 { width:19rem;height:5.199225rem;top:67.5rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2TmenN8WzQJOp6DrD9Grv046SLB7kRO { width:2.5625rem;height:2.75rem;top:63.625rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GyGzmE2156TZvmRTlKV1KwhEfZgisJUX { width:20rem;height:11.75rem;top:88.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2Cznb3RIVEO82OrhIqbyAPcCnXkMMfp { width:19rem;height:5.199225rem;top:93.5625rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7X6f6vfbE4sscQbGKmUBSx0l9kwTFM3 { width:2.5625rem;height:2.5rem;top:89.8125rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uq6ZQKtVo64ahnhtIOZrW1tAC37OcJ17 { width:20rem;height:10.5625rem;top:76rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BODJnBGDetPBrm4ShNmzCE9UK57OhBqb { width:19rem;height:5.19921875rem;top:81.0625rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJTCXw1GFy33MWF5XITyvvnQZJIN5K2E { width:2.5625rem;height:2.5rem;top:77.25rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJU8SWz6ck5rdX6bLTrLmcuCUz5ohLW1 { width:19rem;height:4.0625rem;top:102.6875rem;left:0.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iN2oGWnBV1FT7iGcwNO5U1Kv5ZPF6LRe { display:block; }
 }@media only screen and (max-width: 763px) { #EG9a8XARimq9Z0L5nr76i9Wqs6qQtvLJ { width:0.8125rem;height:0.8125rem;top:104.3125rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #voR2R5697Bl7Kbrh0BFSuWG0iBwL4Sm2 { display:block; }#voR2R5697Bl7Kbrh0BFSuWG0iBwL4Sm2 > .row .container { width:20rem;height:8.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uWVuahPaW71ziKeyMNbMF4Vw2LUGyVqD { width:20rem;height:7.3125rem;top:1.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmnFzRPDn5Kn8B7TdsT83KLH5tApNdLz { display:block; }#vmnFzRPDn5Kn8B7TdsT83KLH5tApNdLz > .row .container { width:20rem;height:31.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wQSOrbGquhp6sTEhOKBnmCyIvmWHH5tn { width:11.375rem;height:11.375rem;top:1.25rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LC4WypAIhcsJSRtHcOFFTIaiAeTXgu24 { width:20rem;height:13rem;top:13.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNdipg2xxCk1AQ3m3lKGJ4bZyWC19w1O { width:6.25rem;height:6.25rem;top:6.4375rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqbyUwRuZhGXfTSCTQ4vyfQZxGsCxgpq { width:20rem;height:1.625rem;top:27.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcSpnUwR6wh1lyqVZ2Em0EwPhT3cgZE3 { display:block; }#JcSpnUwR6wh1lyqVZ2Em0EwPhT3cgZE3 > .row .container { width:20rem;height:46.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MZ31BrTNwckrCVXtf5zCERuo3sQ782XD { width:18.75rem;height:38.125rem;top:4.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnJ0tOQ590USpKTmmHFWMGPpyFiEfM40 { width:20rem;height:43.5rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBVP93wofK9DFKIKGxwHJdqkLZpkkngv { width:20rem;height:2.11230625rem;top:1.75rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb { display:block; }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .row .container { width:20rem;height:17.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rZH3BGAdZspSgMmha7CpGTn3gqlk2fUZ { width:8.1875rem;height:1.25rem;top:1.5625rem;left:5.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcIWgMeT8GANosXeELFB2GgTrFGwq3fm { width:20rem;height:10.720725rem;top:4.25rem;left:0rem;font-size:0.75rem;display:block; }
 }