.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,245,217;--color-primary-1:251,220,128;--color-primary-2:246,185,0;--color-primary-3:123,93,0;--color-primary-4:37,28,0;--color-secondary-0:246,248,252;--color-secondary-1:224,231,246;--color-secondary-2:192,206,236;--color-secondary-3:96,103,118;--color-secondary-4:29,31,35;--color-tertiary-0:255,255,255;--color-tertiary-1:179,178,178;--color-tertiary-2:129,126,126;--color-tertiary-3:98,94,94;--color-tertiary-4:0,0,0;--headlines-font-family:"Poppins";--paragraphs-font-family:"Roboto"; }body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k10yhAHAZlqU3AydvDuD53a4kRrAcqSf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-2),0.7));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-2),0.7));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-2),0.7));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-2),0.7));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-secondary-2),0.7)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-secondary-2),0.7)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-2),0.7));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#k10yhAHAZlqU3AydvDuD53a4kRrAcqSf > .row .container { background-color: transparent; background-image: none; }#k10yhAHAZlqU3AydvDuD53a4kRrAcqSf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k10yhAHAZlqU3AydvDuD53a4kRrAcqSf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k10yhAHAZlqU3AydvDuD53a4kRrAcqSf > .row .container > .video-iframe-container { display: none; }#k10yhAHAZlqU3AydvDuD53a4kRrAcqSf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k10yhAHAZlqU3AydvDuD53a4kRrAcqSf > .row > .video-iframe-container { display: none; }#k10yhAHAZlqU3AydvDuD53a4kRrAcqSf > .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); }#k10yhAHAZlqU3AydvDuD53a4kRrAcqSf > .row .container { border-width: 0; border-radius: 0; }#k10yhAHAZlqU3AydvDuD53a4kRrAcqSf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k10yhAHAZlqU3AydvDuD53a4kRrAcqSf > .row .container { font-size:0.875rem;font-family:arial;height:50.3125rem;width:75rem;position:relative;display:block; }#RCF8F0ET7LTazeLTlDdWm5RWTbZ8hArt { color:rgba(var(--color-tertiary-4),1);display:block;width:37.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:17.147916793823rem;left:5.1374988555908rem;height:16.08399375rem;display:block; }
#qKtFFoxLk8010BKAK7R6KX58aW7Gw0zK { 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:15094;opacity:1;top:16.960416793823rem;left:1.125rem; }
#aaiXv6CosTxRTEd4Clty3TRbC8CpCw3J { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),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:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.375rem;height:5.5rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:40.862499237061rem;left:1.125rem;display:block; }
#ZqW1Z7xGCOAbWPZN0q7LbIHmLozLuMKa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pup9TePDM2BrXtACW3TBUvwqDwyKE2T9 { color:#43266a;display:block;width:44.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:9.61874961853rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yoHzXvW7SMGgnT42kof4WkOaXvTcC6ye { box-sizing:content-box;height:0.25rem;width:29.6875rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;top:14.879166603088rem;left:0.29374694824219rem;display:block; }
#eXoKvZhQMewHSZHfCTd1yzRM2itUreSJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15094;opacity:1;top:17.875rem;left:1.4375rem;display:none; }
#Ebucl5Um1fBnupD8u9KZD7MhUKEOvXNx { color:rgba(var(--color-primary-2),1);display:block;width:35.0625rem;position:absolute;font-family:"open sans";font-size:3.1875rem;font-weight:normal;z-index:15097;line-height:1.3;letter-spacing:0;top:5.4375rem;left:0rem;height:4.14375rem;display:block; }
#qpsDMduzyxLNIVZFrzt7B96ZZDGKCPXG { 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:15095;opacity:1;top:21.96875rem;left:1.125rem; }
#FOu8v7pV2KIKH2oKRC5ykTX1WpWCaR8h { 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:15096;opacity:1;top:27.5625rem;left:1.125rem; }
#E0hQEtgGKpCKUix0TRFHBTslyKi3VRqE { 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:15094;opacity:1;top:16.960416793823rem;left:1.125rem; }
#tFecQySBkkzCe1sGNM716UQPlFqx4B4C { 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:15094;opacity:1;top:16.960416793823rem;left:1.125rem; }
#HDdEI1ElLhyTH8Z2zwWcXl5hPygW3Smv { 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:15094;opacity:1;top:16.960416793823rem;left:1.125rem;display:none; }
#NA3umRGB1Gfg5Npw7NT6VPfQx0aVO62T { 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:15094;opacity:1;top:16.960416793823rem;left:1.125rem;display:none; }
#TZgSihNewTCZRogwf13XZWOugmE5AT5k { position:absolute;display:block;z-index:15010;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:46.375rem;width:29.5rem;top:0.75rem;left:42.0625rem;overflow:hidden;display:block; }
#IaWh1KdOfNQE973pCQFb5TliAcK4oGa8 { color:rgba(var(--color-tertiary-0),1);display:block;width:10.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:normal;z-index:15110;line-height:1.5;letter-spacing:0;top:6.5083332061769rem;left:63.40625rem;height:4.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Eo8hLxy6VhWzN5Qn7V9L5TTSfyMKRDop { box-sizing:content-box;height:12.5rem;width:12.5rem;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:15109;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ed6708, #d32424);background-image: -moz-linear-gradient(180deg, #ed6708, #d32424);background-image: -ms-linear-gradient(180deg, #ed6708, #d32424);background-image: -o-linear-gradient(180deg, #ed6708, #d32424);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed6708', endColorstr='#d32424' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed6708', endColorstr='#d32424' );";background-image: linear-gradient(180deg, #ed6708, #d32424);background-size:auto !important;top:2.4145832061767rem;left:62.5rem;box-shadow: 0.25rem 0.625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#JtUOfatMu6zSNdrFqc44cvLKVGdNRdH1 { color:rgba(var(--color-tertiary-4),1);display:block;width:35.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:normal;z-index:15102;line-height:1.3;letter-spacing:0;top:33.458332061767rem;left:5.1374988555908rem;height:3.575rem;display:block; }
#xZ8GoX14hmGWukcl89700Icsy8PXkVXA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15099;opacity:1;top:33.458332061767rem;left:1.78125rem; }
#puXgVGNJxUEkbM8OvyRigQASn2ydo5bI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-2),0.7));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-2),0.7));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-2),0.7));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-2),0.7));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-secondary-2),0.7)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-secondary-2),0.7)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-2),0.7));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#puXgVGNJxUEkbM8OvyRigQASn2ydo5bI > .row .container { background-color: transparent; background-image: none; }#puXgVGNJxUEkbM8OvyRigQASn2ydo5bI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#puXgVGNJxUEkbM8OvyRigQASn2ydo5bI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#puXgVGNJxUEkbM8OvyRigQASn2ydo5bI > .row .container > .video-iframe-container { display: none; }#puXgVGNJxUEkbM8OvyRigQASn2ydo5bI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#puXgVGNJxUEkbM8OvyRigQASn2ydo5bI > .row > .video-iframe-container { display: none; }#puXgVGNJxUEkbM8OvyRigQASn2ydo5bI > .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); }#puXgVGNJxUEkbM8OvyRigQASn2ydo5bI > .row .container { border-width: 0; border-radius: 0; }#puXgVGNJxUEkbM8OvyRigQASn2ydo5bI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#puXgVGNJxUEkbM8OvyRigQASn2ydo5bI > .row .container { font-size:0.875rem;font-family:arial;height:65.6875rem;width:75rem;position:relative;display:block; }#gFDcfiLKXewl4O6ubyHsXUA5feBPJZ3a { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),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:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:34.375rem;height:5.5rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:59.029296875rem;left:4.40625rem;display:block; }
#iOvO7OmZ2afwISTU2VwTzB1f6TgLgbM2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oTPV2zqTLahZbdTHTfzoI7rLexvtR0aH { box-sizing:content-box;height:6.3125rem;width:42.8125rem;position:absolute;display:block;z-index:15001;background-color:#43266a;background-image:none;top:2.6064453125rem;left:0.125rem;border-top:0.0625rem solid #43266a;border-left:0.0625rem solid #43266a;border-right:0.0625rem solid #43266a;border-bottom:0.0625rem solid #43266a;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#R87S6iGO07BNv99ToAonfKRAq4PXheW5 { color:rgba(var(--color-tertiary-0),1);display:block;width:39.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15106;line-height:1.3;letter-spacing:0;top:4.7697906494141rem;left:2.951042175293rem;height:2.1125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#E80kGNUuUVMLOZuv32hcLXVAkcrg9lAs { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #440e62;border-left:0.0625rem solid #440e62;border-right:0.0625rem solid #440e62;border-bottom:0.0625rem solid #440e62;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;height:53.5625rem;width:42.75rem;top:4.76953125rem;left:0rem;display:block; }
#Nmwx875mEtfgw2qpsFuxhaL7NS86rXOW { box-sizing:content-box;height:0.25rem;width:16.875rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;top:6.7572937011719rem;left:11.429168701172rem;display:block; }
#vAT9TmrwreGKwnDn3J9hSSZ6nGTxGlAX { position:absolute;display:block;z-index:15010;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:36.5625rem;width:36.5625rem;top:3.0124998092651rem;left:42.638540267944rem;overflow:hidden;display:block; }
#Wdz3khp8WOs7V4syD4O6cJTo48kbq4d7 { position:absolute;display:block;z-index:15010;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:45.6875rem;width:32.6875rem;top:66.9375rem;left:42.307291030884rem;overflow:hidden;display:none; }
#HVp7MfHVTGaFgX1PFAGMx7V8ayqu2rHL { color:rgba(var(--color-tertiary-4),1);display:block;width:39.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;z-index:15007;line-height:1.6;letter-spacing:0;top:10.80624961853rem;left:1.752082824707rem;height:;font-style:normal;overflow:hidden;display:block; }#HVp7MfHVTGaFgX1PFAGMx7V8ayqu2rHL li:not(:first-child){ padding-top:1rem;padding-right:0;padding-bottom:0;padding-left:0; }#HVp7MfHVTGaFgX1PFAGMx7V8ayqu2rHL li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f401b7e1493670f6ce92b7fe47bb6847.svg); }
#Pe7FLlbuU3Zlw62GUCAGGgFnGg7z1dd3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eff0f1;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; }#Pe7FLlbuU3Zlw62GUCAGGgFnGg7z1dd3 > .row .container { background-color: transparent; background-image: none; }#Pe7FLlbuU3Zlw62GUCAGGgFnGg7z1dd3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pe7FLlbuU3Zlw62GUCAGGgFnGg7z1dd3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pe7FLlbuU3Zlw62GUCAGGgFnGg7z1dd3 > .row .container > .video-iframe-container { display: none; }#Pe7FLlbuU3Zlw62GUCAGGgFnGg7z1dd3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pe7FLlbuU3Zlw62GUCAGGgFnGg7z1dd3 > .row > .video-iframe-container { display: none; }#Pe7FLlbuU3Zlw62GUCAGGgFnGg7z1dd3 > .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); }#Pe7FLlbuU3Zlw62GUCAGGgFnGg7z1dd3 > .row .container { border-width: 0; border-radius: 0; }#Pe7FLlbuU3Zlw62GUCAGGgFnGg7z1dd3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Pe7FLlbuU3Zlw62GUCAGGgFnGg7z1dd3 > .row .container { font-size:0.875rem;font-family:arial;height:46.4375rem;width:75rem;position:relative;display:block; }#cX6tlk3Az7mgZS5GsSXbAZ1uXwLJJn8f { color:#000000;display:block;width:41.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15100;line-height:1.8;letter-spacing:0;top:15.775000572204rem;left:1.28125rem;height:19.25rem;display:block; }#cX6tlk3Az7mgZS5GsSXbAZ1uXwLJJn8f li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#cX6tlk3Az7mgZS5GsSXbAZ1uXwLJJn8f li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_dd77f283a0043bf4bea427927d8cfaf87f0fb9d5.svg); }
#eim9z1Dy5bMQ5hXER5FFk1ycMIM7MTad { position:absolute;display:block;z-index:15010;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:34.375rem;width:21.8125rem;top:10.1416015625rem;left:48.6845703125rem;overflow:hidden;display:block; }
#mZ2LqkVi4VvKOUbQxrCFpwvszsnwIAEy { background-color:#f6b900;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;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(--headlines-font-family);font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.1875rem;height:5.5rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:37.1376953125rem;left:1.8125rem;display:block; }
#yMPvwR5a6VvVkgZShCBPTW5QXPCwcmzW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Cic3SZoSW9LCvDdTITGgKW53B5e3P368 { box-sizing:content-box;height:6.4375rem;width:56.3125rem;position:absolute;display:block;z-index:15102;background-color:#43266a;background-image:none;top:2.091667175293rem;left:0rem;border-top:0.0625rem solid #43266a;border-left:0.0625rem solid #43266a;border-right:0.0625rem solid #43266a;border-bottom:0.0625rem solid #43266a;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#T3LrrUHqTtprpz8lmCIBZKWFD01KDDvm { color:rgba(var(--color-tertiary-0),1);display:block;width:51.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:700;z-index:15104;line-height:1.3;letter-spacing:0;top:4.0843763351441rem;left:2.5375003814698rem;height:2.51855625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Rf6chXPmoILMiseFAxOeoB0IDyW1L6mQ { box-sizing:content-box;height:0.25rem;width:15.5625rem;position:absolute;display:block;z-index:15103;background-color:rgba(var(--color-primary-2),1);background-image:none;top:6.3864593505863rem;left:36.75rem;display:block; }
#gFDIU4RuPDAH1nhiwhsbo4MhdPw7la8P { color:rgba(var(--color-tertiary-4),1);display:block;width:43.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:normal;z-index:15101;line-height:1.2;letter-spacing:0;top:11.458333015442rem;left:1.28125rem;height:3.8984375rem;display:block; }
#kd0kQ4ymWJCPcbSNtlshPTHxvOeng996 { position:relative;display:block; }#kd0kQ4ymWJCPcbSNtlshPTHxvOeng996 { background-color: transparent; background-image: none; }#kd0kQ4ymWJCPcbSNtlshPTHxvOeng996::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kd0kQ4ymWJCPcbSNtlshPTHxvOeng996 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kd0kQ4ymWJCPcbSNtlshPTHxvOeng996 > .row .container > .video-iframe-container { display: none; }#kd0kQ4ymWJCPcbSNtlshPTHxvOeng996 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kd0kQ4ymWJCPcbSNtlshPTHxvOeng996 > .row > .video-iframe-container { display: none; }#kd0kQ4ymWJCPcbSNtlshPTHxvOeng996 > .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); }#kd0kQ4ymWJCPcbSNtlshPTHxvOeng996 { border-width: 0; border-radius: 0; }#kd0kQ4ymWJCPcbSNtlshPTHxvOeng996 > .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; }#kd0kQ4ymWJCPcbSNtlshPTHxvOeng996 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:54.5625rem;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; }#DRibekVGLwz2lrVD1n8l2PEbf9u9z7Fa { position:absolute;display:block;z-index:15001;background-color:#43266a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #43266a;border-left:0.0625rem solid #43266a;border-right:0.0625rem solid #43266a;border-bottom:0.0625rem solid #43266a;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:7.0625rem;width:29.875rem;top:7.6250009536744rem;left:23.25rem;display:block; }
#kXM5aN6QdpUUQn4zSsnlm0SZGooXPPwp { color:rgba(var(--color-tertiary-0),1);display:block;width:22.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:8.6250009536744rem;left:27.0625rem;height:2.19375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nRpyfp1tkodNgxAqOLNTJyurnCa0D8Ce { color:#43266a;display:block;width:53.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:1.75rem;left:11.28125rem;height:3.575rem;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; }
#zfpsdd54OmImwDs6uRG3dxUqy60BKNEb { color:rgba(var(--color-tertiary-4),1);display:block;width:22.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:normal;z-index:15029;line-height:1.7;letter-spacing:0;top:17.6875rem;left:27.482292175293rem;height:6.05625rem;overflow:hidden;display:block; }#zfpsdd54OmImwDs6uRG3dxUqy60BKNEb li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#zfpsdd54OmImwDs6uRG3dxUqy60BKNEb li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_99fe6b07b2456d7bf8491f9f90ec86b8936a2c90.svg); }
#d2QTkrWFIT3mJkxlfOi602h7Hghe8sbp { color:rgba(var(--color-tertiary-4),1);display:block;width:8.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:27.000000953674rem;left:33.75rem;height:2.4375rem;font-style:normal;display:block; }
#r0DLVOoSkEnUvfamTka5oTXuXwEMRxLK { color:rgba(var(--color-tertiary-4),1);display:block;width:8.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:24.875000953674rem;left:36.4375rem;height:5.2rem;font-style:normal;display:block; }
#TWTumUiUEgAIV3zsSPgLiSIIlEutNqDf { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:32.375rem;left:29.125rem;height:1.54375rem;text-align:left;text-align-last:left;display:block; }
#BnKNr32f3x99MnSDihWrgRPGg68zahPp { color:rgba(var(--color-tertiary-3),1);display:block;width:23.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:34.4375rem;left:27.125rem;height:;overflow:hidden;display:block; }#BnKNr32f3x99MnSDihWrgRPGg68zahPp li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#BnKNr32f3x99MnSDihWrgRPGg68zahPp li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_99fe6b07b2456d7bf8491f9f90ec86b8936a2c90.svg); }
#VXTIFioZAC3KHTlqwciwHNMzEi0TQ19Q { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),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:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.75rem;height:4.875rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:42.562500953674rem;left:26.357292175293rem;display:block; }
#LSP2AUmkpGi0EARzuSDF2RpteUpbOXfX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FedxRizHorOtfuM40V0JUWzM9oyRx6Dw { position:absolute;display:block;z-index:14998;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #440e62;border-left:0.125rem solid #440e62;border-right:0.125rem solid #440e62;border-bottom:0.125rem solid #440e62;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:35.4375rem;width:29.875rem;top:15.375000953674rem;left:23.25rem;display:block; }
#bA2IdXLWSF9gGMv66tuqdPSei3W4I802 { box-sizing:content-box;height:2.8125rem;width:10.625rem;position:absolute;display:block;z-index:15042;background-color:rgba(var(--color-primary-2),1);background-image:none;top:11.125000953674rem;left:32.9375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#zu0NuqxMVOf3tDS2kcpkP8o3lvwBVnJM { color:rgba(var(--color-tertiary-4),1);display:block;width:7.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15043;line-height:1.3;letter-spacing:0;top:11.718750953674rem;left:34.5rem;height:1.625rem;display:block; }
#Eq9Ep2qPDLs2L4y1ce0ryOcqDsIBI5Vv { box-sizing:content-box;height:0.25rem;width:13rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-2),1);background-image:none;top:29.437500953674rem;left:32.25rem;display:block; }
#pw4Lo8T5HakVaeiBvWng0vFvFgqVTAKG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),0.4);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; }#pw4Lo8T5HakVaeiBvWng0vFvFgqVTAKG > .row .container { background-color: transparent; background-image: none; }#pw4Lo8T5HakVaeiBvWng0vFvFgqVTAKG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pw4Lo8T5HakVaeiBvWng0vFvFgqVTAKG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pw4Lo8T5HakVaeiBvWng0vFvFgqVTAKG > .row .container > .video-iframe-container { display: none; }#pw4Lo8T5HakVaeiBvWng0vFvFgqVTAKG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pw4Lo8T5HakVaeiBvWng0vFvFgqVTAKG > .row > .video-iframe-container { display: none; }#pw4Lo8T5HakVaeiBvWng0vFvFgqVTAKG > .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); }#pw4Lo8T5HakVaeiBvWng0vFvFgqVTAKG > .row .container { border-width: 0; border-radius: 0; }#pw4Lo8T5HakVaeiBvWng0vFvFgqVTAKG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pw4Lo8T5HakVaeiBvWng0vFvFgqVTAKG > .row .container { font-size:0.875rem;font-family:arial;height:7.8125rem;width:75rem;position:relative;display:block; }#PwfaHeKcWzOZAqkcucdqdL4214d9ZAox { box-sizing:content-box;height:0.25rem;width:16.9375rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;top:4.625rem;left:39.25rem;display:block; }
#DB13E8oc7B97vdTW3741hNdvN0JMt7Sg { color:rgba(var(--color-tertiary-4),1);display:block;width:46.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:normal;z-index:15102;line-height:1.3;letter-spacing:0;top:2.1875rem;left:13.262496948243rem;height:2.4375rem;display:block; }
#nO111ipd331rlWGI9RX1fC8qkeEQnTML { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),0.4);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; }#nO111ipd331rlWGI9RX1fC8qkeEQnTML > .row .container { background-color: transparent; background-image: none; }#nO111ipd331rlWGI9RX1fC8qkeEQnTML::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nO111ipd331rlWGI9RX1fC8qkeEQnTML > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nO111ipd331rlWGI9RX1fC8qkeEQnTML > .row .container > .video-iframe-container { display: none; }#nO111ipd331rlWGI9RX1fC8qkeEQnTML > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nO111ipd331rlWGI9RX1fC8qkeEQnTML > .row > .video-iframe-container { display: none; }#nO111ipd331rlWGI9RX1fC8qkeEQnTML > .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); }#nO111ipd331rlWGI9RX1fC8qkeEQnTML > .row .container { border-width: 0; border-radius: 0; }#nO111ipd331rlWGI9RX1fC8qkeEQnTML > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nO111ipd331rlWGI9RX1fC8qkeEQnTML > .row .container { font-size:0.875rem;font-family:arial;height:21.5625rem;width:75rem;position:relative;display:block; }#KJinXbWgy4Kw7wqKTdr2Q3D2sz0Gc7sh { 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:8.125rem;width:8.125rem;top:3.3343772888184rem;left:4.875rem;overflow:hidden;display:block; }
#TgwiGTRknrLolFTrLg33c1TtTHwSOkIV { color:rgba(var(--color-tertiary-4),1);display:block;width:15.0605625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:13.5283203125rem;left:1.84375rem;height:4.62890625rem;text-align:center;text-align-last:center;display:block; }
#BSAimnF1TcqCKzlwHmkTG9wiJF8x3TJ7 { position:absolute;display:block;z-index:15002;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.06228125rem;width:4.18728125rem;top:6.0514321327209rem;left:16.905384063721rem;overflow:hidden;display:block; }
#ECGEvHG1DAkCL0Qs1ZCTv7PnGi005KCz { color:rgba(var(--color-tertiary-4),1);display:block;width:13.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:13.5283203125rem;left:21.21875rem;height:4.62890625rem;text-align:center;text-align-last:center;display:block; }
#iyQzBlATLyKmFemBMkECuXN50OvPF1y5 { position:absolute;display:block;z-index:15003;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.0612rem;width:4.1862rem;top:6.052517414093rem;left:35.296661376953rem;overflow:hidden;display:block; }
#NWRrxlMTwGakBXB7rHuG29F2rc6Qh2T7 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.8730625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:13.5283203125rem;left:39.9375rem;height:4.62890625rem;text-align:center;text-align-last:center;display:block; }
#btcrGXOE6uvR2Tw3IIohyBo0IyQaRaz3 { 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:1rem;display:none; }
#R51qTpUH5yH83cuUSAugcPkO6fvcROXU { 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:1rem;display:none; }
#bIJeecbZufEoWD8r5DCygTFw9KJn5u1u { 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:1rem;display:none; }
#osxzPy4VtBfKfQ1hyZbmBIpUaMr4v9Tw { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5rem;width:8.5rem;top:3.1468811035156rem;left:42.40625rem;overflow:hidden;display:block; }
#bxbSQaGTDIUbbnGTTipWPtotpZeCa6nD { color:rgba(var(--color-tertiary-4),1);display:block;width:15.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:13.5283203125rem;left:57.96875rem;height:6.171875rem;text-align:center;text-align-last:center;display:block; }
#otWUwJhXntuBWc8CW5eeR6HmXAumGz9P { 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:1.06145625rem;width:4.18645625rem;top:6.3354187011719rem;left:53.810417175293rem;overflow:hidden;display:block; }
#XRvVmdWTb4GwimDfHdcTKUCESQxW2WZf { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.875rem;width:8.8125rem;top:2.958984375rem;left:23.71875rem;overflow:hidden;display:block; }
#HwPMOu4oG9fSupvyTu9qut6bNT2KbKtC { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.875rem;width:8.5625rem;top:2.958984375rem;left:61.34375rem;overflow:hidden;display:block; }
#CWRdMZStLH0T7nwbICgMfhNc6CBcP9wc { position:relative;display:block; }#CWRdMZStLH0T7nwbICgMfhNc6CBcP9wc { background-color: transparent; background-image: none; }#CWRdMZStLH0T7nwbICgMfhNc6CBcP9wc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CWRdMZStLH0T7nwbICgMfhNc6CBcP9wc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CWRdMZStLH0T7nwbICgMfhNc6CBcP9wc > .row .container > .video-iframe-container { display: none; }#CWRdMZStLH0T7nwbICgMfhNc6CBcP9wc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CWRdMZStLH0T7nwbICgMfhNc6CBcP9wc > .row > .video-iframe-container { display: none; }#CWRdMZStLH0T7nwbICgMfhNc6CBcP9wc > .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); }#CWRdMZStLH0T7nwbICgMfhNc6CBcP9wc { border-width: 0; border-radius: 0; }#CWRdMZStLH0T7nwbICgMfhNc6CBcP9wc > .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; }#CWRdMZStLH0T7nwbICgMfhNc6CBcP9wc > .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:7rem;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; }#RExSIBJEi8CTgtfO4seiWyoT5CLTpywn { color:#2a2a2a;display:block;width:48.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.7625007629394rem;left:13.28125rem;height:3.575rem;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; }
#M7RyK2RrOR5FJKzAH7wWJo5g7gnIRSXx { box-sizing:content-box;height:0.25rem;width:12.5625rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-2),1);background-image:none;top:5.0697937011719rem;left:44.625rem;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #k10yhAHAZlqU3AydvDuD53a4kRrAcqSf { display:block; }#k10yhAHAZlqU3AydvDuD53a4kRrAcqSf > .row .container { width:47.75rem;height:49.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #RCF8F0ET7LTazeLTlDdWm5RWTbZ8hArt { width:23rem;height:18.515625rem;top:18.487499237061rem;left:2rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qKtFFoxLk8010BKAK7R6KX58aW7Gw0zK { width:1.5625rem;height:1.5625rem;top:18.487501144409rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aaiXv6CosTxRTEd4Clty3TRbC8CpCw3J { width:25.9375rem;height:4.4375rem;top:42.375rem;left:10.90625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZqW1Z7xGCOAbWPZN0q7LbIHmLozLuMKa { display:block; }
 }@media only screen and (max-width: 1199px) { #pup9TePDM2BrXtACW3TBUvwqDwyKE2T9 { top:7.125rem;left:0rem;width:35.375rem;height:9.503875rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yoHzXvW7SMGgnT42kof4WkOaXvTcC6ye { width:16.5rem;height:0.25rem;top:5.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eXoKvZhQMewHSZHfCTd1yzRM2itUreSJ { width:1.5625rem;height:1.5625rem;top:16.467708587646rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Ebucl5Um1fBnupD8u9KZD7MhUKEOvXNx { width:44.25rem;height:4.14355625rem;top:1.1875rem;left:0rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qpsDMduzyxLNIVZFrzt7B96ZZDGKCPXG { width:1.5625rem;height:1.5625rem;top:23.59375rem;left:1.5625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #FOu8v7pV2KIKH2oKRC5ykTX1WpWCaR8h { width:1.5625rem;height:1.5625rem;top:23.8818359375rem;left:1.5625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #E0hQEtgGKpCKUix0TRFHBTslyKi3VRqE { width:1.5625rem;height:1.5625rem;top:24.638542175293rem;left:0rem;z-index:15096;display:block; }
 }@media only screen and (max-width: 1199px) { #tFecQySBkkzCe1sGNM716UQPlFqx4B4C { width:1.5625rem;height:1.5625rem;top:30.362499237061rem;left:0rem;z-index:15097;display:block; }
 }@media only screen and (max-width: 1199px) { #HDdEI1ElLhyTH8Z2zwWcXl5hPygW3Smv { width:1.5625rem;height:1.5625rem;top:18.487501144409rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #NA3umRGB1Gfg5Npw7NT6VPfQx0aVO62T { width:1.5625rem;height:1.5625rem;top:18.487501144409rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #TZgSihNewTCZRogwf13XZWOugmE5AT5k { width:18.9375rem;height:29.8125rem;top:11.40625rem;left:25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IaWh1KdOfNQE973pCQFb5TliAcK4oGa8 { width:10.6875rem;height:3.5625rem;top:12.5625rem;left:35.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Eo8hLxy6VhWzN5Qn7V9L5TTSfyMKRDop { width:10.3125rem;height:10.3125rem;top:9.1875rem;left:35.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JtUOfatMu6zSNdrFqc44cvLKVGdNRdH1 { width:22.5rem;height:3.0859375rem;top:36.145835876465rem;left:2rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xZ8GoX14hmGWukcl89700Icsy8PXkVXA { width:0.75rem;height:0.75rem;top:36.562500953674rem;left:0.34791660308838rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #puXgVGNJxUEkbM8OvyRigQASn2ydo5bI { display:block; }#puXgVGNJxUEkbM8OvyRigQASn2ydo5bI > .row .container { width:47.75rem;height:61.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #gFDcfiLKXewl4O6ubyHsXUA5feBPJZ3a { width:25.9375rem;height:4.4375rem;top:56rem;left:10.90625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iOvO7OmZ2afwISTU2VwTzB1f6TgLgbM2 { display:block; }
 }@media only screen and (max-width: 1199px) { #oTPV2zqTLahZbdTHTfzoI7rLexvtR0aH { width:47.625rem;height:5.3125rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #R87S6iGO07BNv99ToAonfKRAq4PXheW5 { width:42.0625rem;height:1.70625rem;top:3.2739601135254rem;left:2.84375rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #E80kGNUuUVMLOZuv32hcLXVAkcrg9lAs { width:47.625rem;height:49.6875rem;top:5.5078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Nmwx875mEtfgw2qpsFuxhaL7NS86rXOW { width:16.25rem;height:0.1875rem;top:5.03125rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vAT9TmrwreGKwnDn3J9hSSZ6nGTxGlAX { width:21.0625rem;height:21.0625rem;top:11.8125rem;left:26.687499046326rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 1199px) { #Wdz3khp8WOs7V4syD4O6cJTo48kbq4d7 { width:17.4375rem;height:24.375rem;top:7.5906257629394rem;left:30.312500953674rem;z-index:15011;display:none; }
 }@media only screen and (max-width: 1199px) { #HVp7MfHVTGaFgX1PFAGMx7V8ayqu2rHL { width:27.9375rem;height:46.7890625rem;top:8.0291671752931rem;left:1.2875003814698rem;font-size:1rem;display:block; }#HVp7MfHVTGaFgX1PFAGMx7V8ayqu2rHL li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f401b7e1493670f6ce92b7fe47bb6847.svg); }
 }@media only screen and (max-width: 1199px) { #Pe7FLlbuU3Zlw62GUCAGGgFnGg7z1dd3 { display:block; }#Pe7FLlbuU3Zlw62GUCAGGgFnGg7z1dd3 > .row .container { width:47.75rem;height:36.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #cX6tlk3Az7mgZS5GsSXbAZ1uXwLJJn8f { width:31.125rem;height:17.44825rem;top:12.3125rem;left:1.4375rem;font-size:1rem;display:block; }#cX6tlk3Az7mgZS5GsSXbAZ1uXwLJJn8f li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_dd77f283a0043bf4bea427927d8cfaf87f0fb9d5.svg); }
 }@media only screen and (max-width: 1199px) { #eim9z1Dy5bMQ5hXER5FFk1ycMIM7MTad { width:13.0625rem;height:20.625rem;top:6.5625rem;left:33.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mZ2LqkVi4VvKOUbQxrCFpwvszsnwIAEy { width:23.0625rem;height:4.4375rem;top:31.162109375rem;left:12.34375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yMPvwR5a6VvVkgZShCBPTW5QXPCwcmzW { display:block; }
 }@media only screen and (max-width: 1199px) { #Cic3SZoSW9LCvDdTITGgKW53B5e3P368 { width:47.625rem;height:5.3125rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T3LrrUHqTtprpz8lmCIBZKWFD01KDDvm { width:42.0625rem;height:1.70625rem;top:2.9375rem;left:2.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Rf6chXPmoILMiseFAxOeoB0IDyW1L6mQ { width:10.5625rem;height:0.125rem;top:4.5810546875rem;left:29.5rem;z-index:15104;display:block; }
 }@media only screen and (max-width: 1199px) { #gFDIU4RuPDAH1nhiwhsbo4MhdPw7la8P { width:22.5rem;height:2.8496125rem;top:8.4580078125rem;left:1.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kd0kQ4ymWJCPcbSNtlshPTHxvOeng996 { display:block; }#kd0kQ4ymWJCPcbSNtlshPTHxvOeng996 > .row .container { width:47.75rem;height:49.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #DRibekVGLwz2lrVD1n8l2PEbf9u9z7Fa { width:22.25rem;height:7.875rem;top:5.8562678232422rem;left:14.718807529431rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kXM5aN6QdpUUQn4zSsnlm0SZGooXPPwp { width:18.6875rem;height:1.7875rem;top:7.125rem;left:16.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nRpyfp1tkodNgxAqOLNTJyurnCa0D8Ce { width:22.125rem;height:2.4375rem;top:1.0625057220459rem;left:14.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zfpsdd54OmImwDs6uRG3dxUqy60BKNEb { width:19.375rem;height:5.09765625rem;top:17.96484375rem;left:16.21875rem;font-size:1rem;display:block; }#zfpsdd54OmImwDs6uRG3dxUqy60BKNEb li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_99fe6b07b2456d7bf8491f9f90ec86b8936a2c90.svg); }
 }@media only screen and (max-width: 1199px) { #d2QTkrWFIT3mJkxlfOi602h7Hghe8sbp { width:3.875rem;height:2.4375rem;top:24.1875rem;left:21.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #r0DLVOoSkEnUvfamTka5oTXuXwEMRxLK { width:6.1875rem;height:3.8183625rem;top:23rem;left:24.1875rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TWTumUiUEgAIV3zsSPgLiSIIlEutNqDf { width:12.5rem;height:1.54375rem;top:30.25rem;left:16.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BnKNr32f3x99MnSDihWrgRPGg68zahPp { width:19.875rem;height:3.8994125rem;top:33.125rem;left:16.4375rem;font-size:1rem;display:block; }#BnKNr32f3x99MnSDihWrgRPGg68zahPp li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_99fe6b07b2456d7bf8491f9f90ec86b8936a2c90.svg); }
 }@media only screen and (max-width: 1199px) { #VXTIFioZAC3KHTlqwciwHNMzEi0TQ19Q { width:20.9375rem;height:4.4375rem;top:40.15625rem;left:15.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LSP2AUmkpGi0EARzuSDF2RpteUpbOXfX { display:block; }
 }@media only screen and (max-width: 1199px) { #FedxRizHorOtfuM40V0JUWzM9oyRx6Dw { width:21.875rem;height:35.0625rem;top:11.481246948243rem;left:14.84375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bA2IdXLWSF9gGMv66tuqdPSei3W4I802 { width:10.625rem;height:2.8125rem;top:10.25rem;left:20.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zu0NuqxMVOf3tDS2kcpkP8o3lvwBVnJM { width:7.25rem;height:1.625rem;top:10.6875rem;left:22.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Eq9Ep2qPDLs2L4y1ce0ryOcqDsIBI5Vv { width:11.25rem;height:0.25rem;top:26.818359375rem;left:20.28125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pw4Lo8T5HakVaeiBvWng0vFvFgqVTAKG { display:block; }#pw4Lo8T5HakVaeiBvWng0vFvFgqVTAKG > .row .container { width:47.75rem;height:4.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #PwfaHeKcWzOZAqkcucdqdL4214d9ZAox { width:12.9375rem;height:0.25rem;top:3.3374977111816rem;left:24rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DB13E8oc7B97vdTW3741hNdvN0JMt7Sg { width:43.375rem;height:1.95rem;top:1.5625rem;left:2.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nO111ipd331rlWGI9RX1fC8qkeEQnTML { display:block; }#nO111ipd331rlWGI9RX1fC8qkeEQnTML > .row .container { width:47.75rem;height:19.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #KJinXbWgy4Kw7wqKTdr2Q3D2sz0Gc7sh { width:9.625rem;height:9.625rem;top:1.25rem;left:0.6553819179535rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TgwiGTRknrLolFTrLg33c1TtTHwSOkIV { width:11.186rem;height:3.9rem;top:12.383897781372rem;left:0.37543404102326rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BSAimnF1TcqCKzlwHmkTG9wiJF8x3TJ7 { width:2.5rem;height:0.625rem;top:5.9346790313721rem;left:10.562066555023rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ECGEvHG1DAkCL0Qs1ZCTv7PnGi005KCz { width:10.1248125rem;height:5.2rem;top:12.5rem;left:12.842882633209rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iyQzBlATLyKmFemBMkECuXN50OvPF1y5 { width:2.5rem;height:0.625rem;top:5.9993515014649rem;left:22.624349117279rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NWRrxlMTwGakBXB7rHuG29F2rc6Qh2T7 { width:9.874125rem;height:3.9rem;top:12.383897781372rem;left:24.906684398651rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #btcrGXOE6uvR2Tw3IIohyBo0IyQaRaz3 { width:1rem;height:2.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #R51qTpUH5yH83cuUSAugcPkO6fvcROXU { width:1rem;height:2.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #bIJeecbZufEoWD8r5DCygTFw9KJn5u1u { width:1rem;height:2.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #osxzPy4VtBfKfQ1hyZbmBIpUaMr4v9Tw { width:9.625rem;height:9.625rem;top:1.4990234375rem;left:26.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bxbSQaGTDIUbbnGTTipWPtotpZeCa6nD { width:9.8730625rem;height:5.2rem;top:12.3837890625rem;left:36.84375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #otWUwJhXntuBWc8CW5eeR6HmXAumGz9P { width:2.5rem;height:0.625rem;top:5.9993515014649rem;left:22.624349117279rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XRvVmdWTb4GwimDfHdcTKUCESQxW2WZf { width:9.625rem;height:9.6875rem;top:1.21875rem;left:13.09375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HwPMOu4oG9fSupvyTu9qut6bNT2KbKtC { width:9.8125rem;height:10.1875rem;top:1.1552085876465rem;left:37.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CWRdMZStLH0T7nwbICgMfhNc6CBcP9wc { display:block; }#CWRdMZStLH0T7nwbICgMfhNc6CBcP9wc > .row .container { width:47.75rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #RExSIBJEi8CTgtfO4seiWyoT5CLTpywn { width:35.5625rem;height:2.4375rem;top:1.6875rem;left:6.09375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #M7RyK2RrOR5FJKzAH7wWJo5g7gnIRSXx { width:8.1875rem;height:0.25rem;top:3.875rem;left:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #k10yhAHAZlqU3AydvDuD53a4kRrAcqSf { display:block; }#k10yhAHAZlqU3AydvDuD53a4kRrAcqSf > .row .container { width:20rem;height:81.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RCF8F0ET7LTazeLTlDdWm5RWTbZ8hArt { width:17.0625rem;height:24.68753125rem;top:15.375rem;left:2.9375rem;font-size:1.1875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #qKtFFoxLk8010BKAK7R6KX58aW7Gw0zK { display:flex;width:1.9375rem;height:1.9375rem;top:24.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #aaiXv6CosTxRTEd4Clty3TRbC8CpCw3J { width:19rem;height:4.5rem;top:73.9375rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqW1Z7xGCOAbWPZN0q7LbIHmLozLuMKa { display:block; }
 }@media only screen and (max-width: 763px) { #pup9TePDM2BrXtACW3TBUvwqDwyKE2T9 { width:20rem;height:7.7988125rem;top:5.537109375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yoHzXvW7SMGgnT42kof4WkOaXvTcC6ye { width:9.9375rem;height:0.25rem;top:3.7395830154419rem;left:5.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXoKvZhQMewHSZHfCTd1yzRM2itUreSJ { display:flex;width:1.5625rem;height:1.5625rem;top:27.875rem;left:9.1875rem;z-index:15095;display:none; }
 }@media only screen and (max-width: 763px) { #Ebucl5Um1fBnupD8u9KZD7MhUKEOvXNx { width:19.6875rem;height:2.5996125rem;top:1.349609375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;color:#43266a;display:block; }
 }@media only screen and (max-width: 763px) { #qpsDMduzyxLNIVZFrzt7B96ZZDGKCPXG { display:flex;width:3.125rem;height:3.125rem;top:100.55918277588rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #FOu8v7pV2KIKH2oKRC5ykTX1WpWCaR8h { display:flex;width:3.125rem;height:3.125rem;top:107.99668277588rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #E0hQEtgGKpCKUix0TRFHBTslyKi3VRqE { display:flex;width:1.5625rem;height:1.5625rem;top:85.375rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tFecQySBkkzCe1sGNM716UQPlFqx4B4C { display:flex;width:1.5625rem;height:1.5625rem;top:88.1875rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HDdEI1ElLhyTH8Z2zwWcXl5hPygW3Smv { display:flex;width:1.9375rem;height:1.9375rem;top:32.4375rem;left:0rem;z-index:15095; }
 }@media only screen and (max-width: 763px) { #NA3umRGB1Gfg5Npw7NT6VPfQx0aVO62T { display:flex;width:1.9375rem;height:1.9375rem;top:15.375rem;left:0rem;z-index:15096; }
 }@media only screen and (max-width: 763px) { #TZgSihNewTCZRogwf13XZWOugmE5AT5k { width:14.6875rem;height:23.125rem;top:49.937499046326rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IaWh1KdOfNQE973pCQFb5TliAcK4oGa8 { width:6.875rem;height:3rem;top:49.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eo8hLxy6VhWzN5Qn7V9L5TTSfyMKRDop { width:6.9375rem;height:6.9375rem;top:48.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JtUOfatMu6zSNdrFqc44cvLKVGdNRdH1 { width:15.25rem;height:6.171875rem;top:40.0625rem;left:2.9375rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xZ8GoX14hmGWukcl89700Icsy8PXkVXA { display:flex;width:1.8125rem;height:1.8125rem;top:40.0625rem;left:0rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #puXgVGNJxUEkbM8OvyRigQASn2ydo5bI { display:block; }#puXgVGNJxUEkbM8OvyRigQASn2ydo5bI > .row .container { width:20rem;height:97.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gFDcfiLKXewl4O6ubyHsXUA5feBPJZ3a { width:19rem;height:4.75rem;top:91.875rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOvO7OmZ2afwISTU2VwTzB1f6TgLgbM2 { display:block; }
 }@media only screen and (max-width: 763px) { #oTPV2zqTLahZbdTHTfzoI7rLexvtR0aH { width:19.875rem;height:6.3125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R87S6iGO07BNv99ToAonfKRAq4PXheW5 { width:20rem;height:3.57421875rem;top:2.681640625rem;left:0rem;font-size:1.375rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #E80kGNUuUVMLOZuv32hcLXVAkcrg9lAs { width:19.875rem;height:81.4375rem;top:8.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nmwx875mEtfgw2qpsFuxhaL7NS86rXOW { width:18.125rem;height:0.25rem;top:5.90625rem;left:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vAT9TmrwreGKwnDn3J9hSSZ6nGTxGlAX { width:17.625rem;height:17.625rem;top:11.062499046326rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wdz3khp8WOs7V4syD4O6cJTo48kbq4d7 { width:12.1875rem;height:17rem;top:8.9374961853025rem;left:3.90625rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #HVp7MfHVTGaFgX1PFAGMx7V8ayqu2rHL { width:19.625rem;height:59rem;top:30.125000953674rem;left:0rem;font-size:1rem;line-height:1.5;display:block; }#HVp7MfHVTGaFgX1PFAGMx7V8ayqu2rHL li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f401b7e1493670f6ce92b7fe47bb6847.svg); }
 }@media only screen and (max-width: 763px) { #Pe7FLlbuU3Zlw62GUCAGGgFnGg7z1dd3 { display:block; }#Pe7FLlbuU3Zlw62GUCAGGgFnGg7z1dd3 > .row .container { width:20rem;height:70.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cX6tlk3Az7mgZS5GsSXbAZ1uXwLJJn8f { width:20rem;height:22.847625rem;top:18.90334375rem;left:0rem;font-size:1rem;display:block; }#cX6tlk3Az7mgZS5GsSXbAZ1uXwLJJn8f li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_dd77f283a0043bf4bea427927d8cfaf87f0fb9d5.svg); }
 }@media only screen and (max-width: 763px) { #eim9z1Dy5bMQ5hXER5FFk1ycMIM7MTad { width:12.1875rem;height:19.25rem;top:43.0400390625rem;left:3.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZ2LqkVi4VvKOUbQxrCFpwvszsnwIAEy { width:19rem;height:5.0625rem;top:64.47465625rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMPvwR5a6VvVkgZShCBPTW5QXPCwcmzW { display:block; }
 }@media only screen and (max-width: 763px) { #Cic3SZoSW9LCvDdTITGgKW53B5e3P368 { width:19.875rem;height:9.625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3LrrUHqTtprpz8lmCIBZKWFD01KDDvm { width:18.375rem;height:5.84765625rem;top:2.9333305358887rem;left:0.8125rem;font-size:1.5rem;z-index:15103;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Rf6chXPmoILMiseFAxOeoB0IDyW1L6mQ { width:18.75rem;height:0.25rem;top:4.5810546875rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #gFDIU4RuPDAH1nhiwhsbo4MhdPw7la8P { width:20rem;height:5.84765625rem;top:11.8056875rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kd0kQ4ymWJCPcbSNtlshPTHxvOeng996 { display:block; }#kd0kQ4ymWJCPcbSNtlshPTHxvOeng996 > .row .container { width:20rem;height:41.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DRibekVGLwz2lrVD1n8l2PEbf9u9z7Fa { width:19.875rem;height:6.5rem;top:3.5234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXM5aN6QdpUUQn4zSsnlm0SZGooXPPwp { width:18.6875rem;height:1.625rem;top:4.7734375rem;left:0.65625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRpyfp1tkodNgxAqOLNTJyurnCa0D8Ce { width:18.4375rem;height:2.275rem;top:1.25rem;left:0.75rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zfpsdd54OmImwDs6uRG3dxUqy60BKNEb { width:18.9375rem;height:5.09765625rem;top:11.8193359375rem;left:0.53125rem;font-size:1rem;display:block; }#zfpsdd54OmImwDs6uRG3dxUqy60BKNEb li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_99fe6b07b2456d7bf8491f9f90ec86b8936a2c90.svg); }
 }@media only screen and (max-width: 763px) { #d2QTkrWFIT3mJkxlfOi602h7Hghe8sbp { width:8.4375rem;height:1.86875rem;top:18.8359375rem;left:5.90625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0DLVOoSkEnUvfamTka5oTXuXwEMRxLK { width:4.3125rem;height:2.5996125rem;top:18.1650390625rem;left:7.84375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWTumUiUEgAIV3zsSPgLiSIIlEutNqDf { width:12.5rem;height:1.29980625rem;top:21.966796875rem;left:0.65625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnKNr32f3x99MnSDihWrgRPGg68zahPp { width:19.1875rem;height:3.8994125rem;top:24.1669921875rem;left:0.65625rem;font-size:1rem;display:block; }#BnKNr32f3x99MnSDihWrgRPGg68zahPp li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_99fe6b07b2456d7bf8491f9f90ec86b8936a2c90.svg); }
 }@media only screen and (max-width: 763px) { #VXTIFioZAC3KHTlqwciwHNMzEi0TQ19Q { width:19rem;height:4.875rem;top:31.3857421875rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSP2AUmkpGi0EARzuSDF2RpteUpbOXfX { display:block; }
 }@media only screen and (max-width: 763px) { #FedxRizHorOtfuM40V0JUWzM9oyRx6Dw { width:19.75rem;height:33.4375rem;top:4.7739562988281rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bA2IdXLWSF9gGMv66tuqdPSei3W4I802 { width:10.625rem;height:2.5625rem;top:7.125rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zu0NuqxMVOf3tDS2kcpkP8o3lvwBVnJM { width:7.25rem;height:1.625rem;top:7.625rem;left:6.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eq9Ep2qPDLs2L4y1ce0ryOcqDsIBI5Vv { width:7.875rem;height:0.1875rem;top:20.8544921875rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pw4Lo8T5HakVaeiBvWng0vFvFgqVTAKG { display:block; }#pw4Lo8T5HakVaeiBvWng0vFvFgqVTAKG > .row .container { width:20rem;height:11.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PwfaHeKcWzOZAqkcucdqdL4214d9ZAox { width:18.125rem;height:0.25rem;top:9.8125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DB13E8oc7B97vdTW3741hNdvN0JMt7Sg { width:18.5625rem;height:7.3125rem;top:1.25rem;left:0.6875rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nO111ipd331rlWGI9RX1fC8qkeEQnTML { display:block; }#nO111ipd331rlWGI9RX1fC8qkeEQnTML > .row .container { width:20rem;height:71.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KJinXbWgy4Kw7wqKTdr2Q3D2sz0Gc7sh { width:7.5rem;height:7.5rem;top:1.25rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgwiGTRknrLolFTrLg33c1TtTHwSOkIV { width:16.6239375rem;height:3.9rem;top:9.3114566802981rem;left:1.6885423660278rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BSAimnF1TcqCKzlwHmkTG9wiJF8x3TJ7 { width:4.125rem;height:1.03125rem;top:5.9346790313721rem;left:15.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ECGEvHG1DAkCL0Qs1ZCTv7PnGi005KCz { width:12.5rem;height:3.9rem;top:26.4375rem;left:3.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iyQzBlATLyKmFemBMkECuXN50OvPF1y5 { width:4.125rem;height:1.03125rem;top:20.897382751465rem;left:13.64060523407rem;display:none; }
 }@media only screen and (max-width: 763px) { #NWRrxlMTwGakBXB7rHuG29F2rc6Qh2T7 { width:13.811875rem;height:3.9rem;top:45.6875rem;left:3.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #btcrGXOE6uvR2Tw3IIohyBo0IyQaRaz3 { top:13.898958206177rem;left:9.5010423660281rem;width:0.99895625rem;height:2.8125rem;z-index:15008;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #R51qTpUH5yH83cuUSAugcPkO6fvcROXU { top:31.1875rem;left:9.4375rem;width:0.99935rem;height:2.8125rem;z-index:15009;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #bIJeecbZufEoWD8r5DCygTFw9KJn5u1u { top:51.1875rem;left:9.6875rem;width:0.99935rem;height:2.8125rem;z-index:15010;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #osxzPy4VtBfKfQ1hyZbmBIpUaMr4v9Tw { width:8.5625rem;height:8.5rem;top:35.84375rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxbSQaGTDIUbbnGTTipWPtotpZeCa6nD { width:15.3125rem;height:5.2rem;top:64.3124961853rem;left:2.34375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #otWUwJhXntuBWc8CW5eeR6HmXAumGz9P { width:4.125rem;height:1.0458743074766rem;top:6.3125rem;left:7.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XRvVmdWTb4GwimDfHdcTKUCESQxW2WZf { width:7.4375rem;height:7.5rem;top:17.949998855591rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwPMOu4oG9fSupvyTu9qut6bNT2KbKtC { width:8.125rem;height:8.4375rem;top:55.187498092651rem;left:5.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWRdMZStLH0T7nwbICgMfhNc6CBcP9wc { display:block; }#CWRdMZStLH0T7nwbICgMfhNc6CBcP9wc > .row .container { width:20rem;height:8.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RExSIBJEi8CTgtfO4seiWyoT5CLTpywn { width:15.75rem;height:4.548825rem;top:1.1875rem;left:2.125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7RyK2RrOR5FJKzAH7wWJo5g7gnIRSXx { width:12.5625rem;height:0.25rem;top:6.1104125976562rem;left:3.6875rem;display:block; }
 }