.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:255,204,218;--color-primary-1:255,102,143;--color-primary-2:255,0,68;--color-primary-3:185,0,54;--color-primary-4:51,0,14;--color-secondary-0:97,193,255;--color-secondary-1:93,146,255;--color-secondary-2:57,190,237;--color-secondary-3:74,169,196;--color-secondary-4:0,205,255;--color-tertiary-0:255,255,255;--color-tertiary-1:244,255,255;--color-tertiary-2:96,96,96;--color-tertiary-3:51,51,51;--color-tertiary-4:0,0,0;--headlines-font-family:"Montserrat";--paragraphs-font-family:"Montserrat"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image:none;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); }#zhuXVHFo2Qi1Dvx4PW4GUQqEkCpMNA8v { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#zhuXVHFo2Qi1Dvx4PW4GUQqEkCpMNA8v > .row .container { border-width: 0; border-radius: 0; }#zhuXVHFo2Qi1Dvx4PW4GUQqEkCpMNA8v > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zhuXVHFo2Qi1Dvx4PW4GUQqEkCpMNA8v > .row .container { font-size:0.875rem;font-family:arial;height:5.875rem;width:75rem;position:relative;display:none; }#lSMUQEqVhpZG1U6dWK9ZmFuxRQmlsic4 { color:rgba(var(--color-tertiary-4),1);display:block;width:51.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:1.0625rem;left:1.5rem;height:2.92480625rem;text-align:center;text-align-last:center;display:block; }
#BV6XHcVBfL2sLtTCAZtGyI8SpkEeOJhe .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#BV6XHcVBfL2sLtTCAZtGyI8SpkEeOJhe .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;color:rgba(var(--color-primary-2),1);padding-top:0.435625rem;padding-right:0.389375rem;padding-bottom:0.435625rem;padding-left:0.389375rem;display:block;align-items:center;width:2.335625rem;min-width:2.335625rem;height:2.34rem;position:relative;font-family:"open sans";font-size:1.7425rem;font-weight:700;line-height:37.44px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#BV6XHcVBfL2sLtTCAZtGyI8SpkEeOJhe .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.2725rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.113125rem;height:0.925625rem;position:relative;font-family:"open sans";font-size:0.653125rem;font-weight:400;line-height:14.81px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#BV6XHcVBfL2sLtTCAZtGyI8SpkEeOJhe { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image: -webkit-linear-gradient(top, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(top, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(top, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(top, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(to bottom, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:16.4375rem;height:4.409375rem;padding-top:0.545rem;padding-right:0.555625rem;padding-bottom:0.545rem;padding-left:0.555625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0.1865234375rem;left:55.21875rem;z-index:15012; }
#BV6XHcVBfL2sLtTCAZtGyI8SpkEeOJhe #fyJiX9BXEEp6ZNdREVkPzUCHIzWrIPSC { display:flex;position:relative;top:0rem;left:0rem; }
#BV6XHcVBfL2sLtTCAZtGyI8SpkEeOJhe #ZtuGtydR2fkSIHZbcJwypTRaUaHzXQV2 { width:auto; }
#BV6XHcVBfL2sLtTCAZtGyI8SpkEeOJhe #TcxTFqOLTixrEaZ5AG7ZFShvi1dw7Dmx {  }
#BV6XHcVBfL2sLtTCAZtGyI8SpkEeOJhe #QUvWaJp1O7oeM7pD2NTX1Kab6IMv4HsF { display:flex;position:relative;top:0rem;left:0rem; }
#BV6XHcVBfL2sLtTCAZtGyI8SpkEeOJhe #LNoDQuEDgSu8roA4c2VLTRKrXh3u9t9P {  }
#BV6XHcVBfL2sLtTCAZtGyI8SpkEeOJhe #rqmU17xgp5EIOz94Op7pXhaTvX2XerUq {  }
#BV6XHcVBfL2sLtTCAZtGyI8SpkEeOJhe #Azp27ctOMT9Mbx3FreJLEE4xZGFvzwI5 { display:flex;position:relative;top:0rem;left:0rem; }
#BV6XHcVBfL2sLtTCAZtGyI8SpkEeOJhe #nv2KVqnihf54Ond5o8XPEuEDd6x0JpSV {  }
#BV6XHcVBfL2sLtTCAZtGyI8SpkEeOJhe #prgbeTcVZ6fOLMy8an1zMVsadEGM63BK {  }
#BV6XHcVBfL2sLtTCAZtGyI8SpkEeOJhe #bumX8D9oITogU807S4QzwxoXi6dhiIdV { display:flex;position:relative;top:0rem;left:0rem; }
#BV6XHcVBfL2sLtTCAZtGyI8SpkEeOJhe #glSCDXPF5IQvdPfFb0xOEbiwah0R0exk {  }
#BV6XHcVBfL2sLtTCAZtGyI8SpkEeOJhe #k8KODFoUFkzqVvvgVUL74WJNXJh5TnFk {  }
#yfCT8vybq2X6hceOXtO4f26OfOHf56c5 { color:rgba(var(--color-tertiary-4),1);display:block;width:51.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:3.4375rem;left:1.5rem;height:1.3808625rem;text-align:center;text-align-last:center;display:block; }
#yvpu9kTTTSSGQSrZhEvUZ6hKRwP8Tg4b { color:rgba(var(--color-tertiary-4),1);display:block;width:54rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;text-shadow:0rem 0.0625rem 0.5625rem rgba(var(--color-tertiary-0),1);top:1.0625rem;left:0.46875rem;height:5.19921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fcFOTQwL4z97hw0OlCpVM5sZ4dkx3415 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/573e7b1e-4619-4a97-9002-25760b8461ad/Projektbeztytuu9.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !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; }#fcFOTQwL4z97hw0OlCpVM5sZ4dkx3415.adaptive-delivery-prevent-bg, #fcFOTQwL4z97hw0OlCpVM5sZ4dkx3415.lazyload, #fcFOTQwL4z97hw0OlCpVM5sZ4dkx3415.lazyloading { background-image: none; }#fcFOTQwL4z97hw0OlCpVM5sZ4dkx3415 > .row .container { background-color: transparent; background-image: none; }#fcFOTQwL4z97hw0OlCpVM5sZ4dkx3415::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fcFOTQwL4z97hw0OlCpVM5sZ4dkx3415 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fcFOTQwL4z97hw0OlCpVM5sZ4dkx3415 > .row .container > .video-iframe-container { display: none; }#fcFOTQwL4z97hw0OlCpVM5sZ4dkx3415 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fcFOTQwL4z97hw0OlCpVM5sZ4dkx3415 > .row > .video-iframe-container { display: none; }#fcFOTQwL4z97hw0OlCpVM5sZ4dkx3415 > .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); }#fcFOTQwL4z97hw0OlCpVM5sZ4dkx3415 > .row .container { border-width: 0; border-radius: 0; }#fcFOTQwL4z97hw0OlCpVM5sZ4dkx3415 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fcFOTQwL4z97hw0OlCpVM5sZ4dkx3415 > .row .container { font-size:0.875rem;font-family:arial;height:40rem;width:75rem;position:relative;display:block; }#uqkkrT1b65fMbMJNmOu4GhVie4CzX6t2 { position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(177deg, #929797, rgba(var(--color-tertiary-4),1));background-image: -moz-linear-gradient(177deg, #929797, rgba(var(--color-tertiary-4),1));background-image: -ms-linear-gradient(177deg, #929797, rgba(var(--color-tertiary-4),1));background-image: -o-linear-gradient(177deg, #929797, rgba(var(--color-tertiary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#929797', endColorstr='rgba(var(--color-tertiary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#929797', endColorstr='rgba(var(--color-tertiary-4),1)' );";background-image: linear-gradient(177deg, #929797, rgba(var(--color-tertiary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 1.25rem 1.875rem 6.5rem rgba(21,24,36,0.3) ;height:19.25rem;width:18.625rem;top:11.624755859375rem;left:55.5615234375rem;display:block; }
#uflsVs62LbXfVRUy0dC64TvBJguenFMC { color:rgba(var(--color-tertiary-0),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:15.625rem;left:57.125rem;height:11.2125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HyNdXT4T42LSHg9uIKgZ4xnNGE35taXi { color:rgba(var(--color-tertiary-4),1);display:block;width:8.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:2.125rem;left:3.3125rem;height:4.55rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Wm645qdpFvPn3tRibV7SGcONkzuo3rqZ { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-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:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.25rem;height:2.875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:29.375rem;left:57.75rem;display:block; }
#tQenIQBJbuK3Xn9R5MVXO5PHWfvAloB3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DpHrVVsVtR9V4094sDuBzuTAu7toILJ8 { color:rgba(var(--color-tertiary-4),1);display:block;width:8.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:2.125rem;left:13.3125rem;height:4.55rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lQd0AfHRQK6d6aMZfK6bsKKCic1tM29Q { position:absolute;display:block;z-index:15005;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.5625rem;width:1.25rem;top:5.1875rem;left:13.125rem;overflow:hidden;display:block; }
#i2TTVeUbkw2nWPBopiNV6SmgaPf4Ca1G { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.4375rem;height:2rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:2.125rem;left:47.5rem;display:block; }
#VfAGx8v6GExVCnTShmJcywFdv8b75Cuo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NX6kqF9ITcln1M3iXtZctH6f0Xd2maLH { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.4375rem;height:2rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:2.125rem;left:56.6875rem;display:block; }
#sZAdITSE3xEPc5N85TC3wu2Px0IIgt27 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Z1rmJ2BLFVfTUU4GRF88LZwb2IX53SUC { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.4375rem;height:2rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:2.125rem;left:65.8125rem;display:block; }
#uZTEnohmwMqaX8qdwaLlLQ0k6SaxEFCJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JqS7Z6TgTsdsdfKqA3iyMi8NJSxc7FPu { color:rgba(var(--color-tertiary-4),1);display:block;width:40.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:34.4375rem;left:22rem;height:2.275rem;text-align:center;text-align-last:center;display:block; }
#Rwu2PhifeQ9ILsbMJK1SQzLqb3Sv8JRH { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:12.5rem;width:12.5rem;display:none; }
#u6O54aui3mwHfDNJxMwEJqilWVi4dlfW { color:rgba(var(--color-tertiary-4),1);display:block;width:34.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.5625rem;font-weight:700;z-index:15011;line-height:1;letter-spacing:0;top:11.625rem;left:17.625rem;height:9.125rem;font-style:normal;display:block; }
#sbqsveXgbLSRodUeLR9srKvw0B7EDaCr { color:rgba(var(--color-tertiary-4),1);display:block;width:22.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:21.362499237061rem;left:22rem;height:2.275rem;font-style:normal;display:block; }
#vAV8UEq5WAgOqrxwqzzqegIEMZFdFVen { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(21,24,36,0.86);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; }#vAV8UEq5WAgOqrxwqzzqegIEMZFdFVen > .row .container { background-color: transparent; background-image: none; }#vAV8UEq5WAgOqrxwqzzqegIEMZFdFVen::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vAV8UEq5WAgOqrxwqzzqegIEMZFdFVen > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vAV8UEq5WAgOqrxwqzzqegIEMZFdFVen > .row .container > .video-iframe-container { display: none; }#vAV8UEq5WAgOqrxwqzzqegIEMZFdFVen > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vAV8UEq5WAgOqrxwqzzqegIEMZFdFVen > .row > .video-iframe-container { display: none; }#vAV8UEq5WAgOqrxwqzzqegIEMZFdFVen > .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); }#vAV8UEq5WAgOqrxwqzzqegIEMZFdFVen > .row .container { border-width: 0; border-radius: 0; }#vAV8UEq5WAgOqrxwqzzqegIEMZFdFVen > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vAV8UEq5WAgOqrxwqzzqegIEMZFdFVen > .row .container { font-size:0.875rem;font-family:arial;height:12.4375rem;width:75rem;position:relative;display:block; }#fm9OB8OeSSRpF0THHNwWiuWzS4CT6zwG { color:rgba(var(--color-tertiary-4),1);display:block;width:60.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:1.9750003814698rem;left:7.21875rem;height:6.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cpgV2zJuoPFG7pwzT8v1qBHrOd7TRzyB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(347deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(347deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(347deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(347deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(347deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-secondary-2),1));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; }#cpgV2zJuoPFG7pwzT8v1qBHrOd7TRzyB > .row .container { background-color: transparent; background-image: none; }#cpgV2zJuoPFG7pwzT8v1qBHrOd7TRzyB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cpgV2zJuoPFG7pwzT8v1qBHrOd7TRzyB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cpgV2zJuoPFG7pwzT8v1qBHrOd7TRzyB > .row .container > .video-iframe-container { display: none; }#cpgV2zJuoPFG7pwzT8v1qBHrOd7TRzyB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cpgV2zJuoPFG7pwzT8v1qBHrOd7TRzyB > .row > .video-iframe-container { display: none; }#cpgV2zJuoPFG7pwzT8v1qBHrOd7TRzyB > .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); }#cpgV2zJuoPFG7pwzT8v1qBHrOd7TRzyB > .row .container { border-width: 0; border-radius: 0; }#cpgV2zJuoPFG7pwzT8v1qBHrOd7TRzyB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cpgV2zJuoPFG7pwzT8v1qBHrOd7TRzyB > .row .container { font-size:0.875rem;font-family:arial;height:129.375rem;width:75rem;position:relative;display:block; }#uBavkxAG7QsXwtkvfIUKhv1Cq5h2gfPx { color:rgba(var(--color-tertiary-0),1);display:block;width:58.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.3125rem;left:0rem;height:4.225rem;font-style:normal;display:block; }
#M6AwnH0Swh5KK8EGIbXlOtS8gUHa4dBy { color:rgba(var(--color-tertiary-0),1);display:block;width:60.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:6.53750038147rem;left:0rem;height:4.2rem;font-style:normal;display:block; }
#vms2TmrC6XFIUvAqTCXMSkDAFnoBDGVt { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15017;line-height:1;letter-spacing:0;top:25.91250038147rem;left:2.09375rem;height:2.3754875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PL3qtGOLFaFE8SpPLIeqhTETBDl8srdQ { color:rgba(var(--color-tertiary-4),1);display:block;width:20.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15021;line-height:1;letter-spacing:0;top:25.91250038147rem;left:17.65625rem;height:2.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ACMPF2oFRr6v28DwQrqUbpv2n4cMlriw { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15025;line-height:1;letter-spacing:0;top:25.91250038147rem;left:40.59375rem;height:2.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#e71rAXQsttCeMP5SldpKFfe3TgQx3l76 { color:rgba(var(--color-tertiary-3),1);display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15026;line-height:1.5;letter-spacing:0;top:29.40625rem;left:39.75rem;height:13.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#E8unTSKtw7dRpbs16SzCZAB9GKi1ceGy { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:11.9375rem;width:10.875rem;top:12.9375rem;left:41.71875rem;overflow:hidden;display:block; }
#SzFtSX4pOi4nAbmeMBbsES16Tp0fw1zf { color:rgba(var(--color-tertiary-3),1);display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15030;line-height:1.5;letter-spacing:0;top:28.75rem;left:58.125rem;height:14.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TxD4SnZ9L0HUasBmiAoi1km4GXAClUoJ { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15029;line-height:1;letter-spacing:0;top:25.47500038147rem;left:59.78125rem;height:2.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MAxINgLlelLWxdKp2PNiTmAZiaPNneK7 { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),0.9);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:33.75rem;width:17rem;top:12rem;left:0rem;display:block; }
#TdK4fWyr9QhtwV2SiauSyVhTuB2Z9FAN { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),0.9);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:33.875rem;width:17.3125rem;top:12.03125rem;left:19.187499046326rem;display:block; }
#ncwdNh8ghb24HF0xolcAXrcgn1qpVNUT { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),0.9);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:33.8125rem;width:17.3125rem;top:12.03125rem;left:38.500000953674rem;display:block; }
#B0Wog9mNUDwAv5IVtgPgv4m38FOW5KTx { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),0.9);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:33.875rem;width:17.3125rem;top:12.03125rem;left:57.687500953674rem;display:block; }
#FCIaTWtBXvZc7l7vkNTbMTCbiKS0qZQO { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:12rem;width:9.375rem;top:12.78125rem;left:61.65625rem;overflow:hidden;display:block; }
#BUnLVci9DUf1R4H0aAooJ98vtoW3I1HA { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:12.125rem;width:10.8125rem;top:12.90625rem;left:22.164893617021rem;overflow:hidden;display:block; }
#naSSs3VGBDvlT8uU4oEFppMhGikeFgID { color:rgba(var(--color-tertiary-3),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15027;line-height:1.5;letter-spacing:0;top:28.350002288818rem;left:20.031250953674rem;height:14.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MuWTiKOUsn3apCEUmZwOxTtOwys1W2Ve { color:rgba(var(--color-tertiary-3),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15028;line-height:1.5;letter-spacing:0;top:29.16250038147rem;left:0.84375rem;height:5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#L8oUqWciQNyyrl4b0CRTbrgkSSVonKgf { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-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:13.125rem;height:2.5rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:44.75rem;left:2.09375rem;display:block; }
#LH5mATTW2g1S1MTkAnyTy1GuDo0S0zr9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#g50mAGs1duAhnWbNctWSWIsZWdFnHIsk { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-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:13.125rem;height:2.5rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:44.5rem;left:21.28125rem;display:block; }
#Ub4zkicCMXS5hxZp3efqhG3uUJn8bpVo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HLtQ9JaXzbZqDb8KiPne1A0qryKSGTcv { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-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:13.125rem;height:2.5rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:44.5rem;left:40.59375rem;display:block; }
#br76H9dyMTNSkH8v3A6ckPslIJrTt41B { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#l6PLwclUrhyyNPFDUV4mHJOuoyaz05xN { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-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:13.125rem;height:2.5rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:44.5rem;left:59.78125rem;display:block; }
#Ae5xfSAGahecFql7fL6qzieqNXxr3SFq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#l3O9foTD2Z7rzTgO97z477O94RsrRVM5 { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:10.375rem;width:14.1875rem;top:13.71875rem;left:1.5625rem;overflow:hidden;display:block; }
#zIkKyRc24dP0uCQq8tkh478xRqEVn7Cx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.25rem;width:4.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:10.75rem;left:13.4375rem; }
#fmSQiydItTHOVaQZNWTDIR3Az3T0atkw { color:rgba(var(--color-tertiary-1),1);display:block;width:3.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:12rem;left:13.71875rem;height:2.03125rem;font-style:normal;display:block; }
#FuyFPxIXNTHfQFOlU8kErhp1ZhrxtQFU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.25rem;width:4.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:10.737499833107rem;left:32.977342605591rem; }
#UP5TxELu01A6g5xFKJSQ9eteykPhpoUr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.25rem;width:4.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:10.737499833107rem;left:52.593751907349rem; }
#gd9cAJE0qR48qy8S4Hcrvc1P3zNGIHLf { color:rgba(var(--color-tertiary-1),1);display:block;width:3.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:11.999999761581rem;left:33.321092605591rem;height:2.03125rem;font-style:normal;display:block; }
#aXAT0rZBhEsrxG7cTaTFmvVXkeQ51i3g { color:rgba(var(--color-tertiary-1),1);display:block;width:3.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:11.999999761581rem;left:52.937501907349rem;height:2.03125rem;font-style:normal;display:block; }
#tQoOP3isOJnHevvEi1kIKOTLH1PlmA9S { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),0.9);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:32rem;width:17.0625rem;top:51.0625rem;left:0rem;display:block; }
#aEPDmIbDB1cISu6gxC0GUnHbnRt0dOmJ { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:9.4375rem;width:14.1875rem;top:52.75rem;left:1.5625rem;overflow:hidden;display:block; }
#JnnkQ1UesTBeZBT68GDRLn0P2nD8fMWr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.25rem;width:4.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15048;opacity:1;top:49.8125rem;left:13.4375rem; }
#mGvtV1qPREw1kcT1gxBTQT6Wo0TDJsT1 { color:rgba(var(--color-tertiary-1),1);display:block;width:3.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;top:51.0625rem;left:13.75rem;height:2.03125rem;font-style:normal;display:block; }
#L7Lm3LDW1M0kQCpTRemkHspEXWdwfNiw { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15024;line-height:1;letter-spacing:0;top:64.1875rem;left:2.09375rem;height:2.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AXhBN8ZHpnwL2cd7yzyQcqs86eVAx2G6 { color:rgba(var(--color-tertiary-3),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15035;line-height:1.5;letter-spacing:0;top:67.9375rem;left:0.84375rem;height:11.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ssVr8MiqQgVwDkPKQRKNhTv2Vhbs3bNo { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-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:13.125rem;height:2.5rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:82.061721801756rem;left:2.09375rem;display:block; }
#XT3W795I0dXMqfFUG1TSGaHgf4hyvuOh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gmtNUALOd0nX6HeCowPUbc2D8UG0sCu8 { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),0.9);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:31.9375rem;width:17.0625rem;top:51.0625rem;left:19rem;display:block; }
#vEPVQZhRwhuKy3UISWFeKURUemgtUfys { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:10.375rem;width:8.3125rem;top:52.812488555908rem;left:62.187500953674rem;overflow:hidden;display:block; }
#wpaLTuFv30IHvPQI3Z9FH0bUMWu1NtIc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.25rem;width:4.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15055;opacity:1;top:49.8125rem;left:32.4375rem; }
#TCGytf7GRvP0IHq0dMGeRGx15P8iaBeW { color:rgba(var(--color-tertiary-1),1);display:block;width:3.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;top:51.0625rem;left:32.75rem;height:2.03125rem;font-style:normal;display:block; }
#yX7SgcIGDWFmH2QmhAfkr8bATnpyDHV2 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15031;line-height:1;letter-spacing:0;top:64.1875rem;left:19.375rem;height:2.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ica741QuT6fqUx1BpPyc7vtIuByxTW7W { color:rgba(var(--color-tertiary-3),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15042;line-height:1.5;letter-spacing:0;top:67.9375rem;left:20.03125rem;height:10.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HMux8z5KFviIxdnhF0VINOH3PBTUsiWL { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-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:13.125rem;height:2.5rem;text-decoration:none;z-index:15045;text-align:center;text-align-last:center;top:82.0625rem;left:21.28125rem;display:block; }
#MhnfkPoTV5ZRaLhLSFl1d3AfpXiv8v47 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZL7lPh5tcFcuZtc2USWnvB8cTC9CWWDd { position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-tertiary-0),0.9);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:31.9375rem;width:17.0625rem;top:51.125rem;left:38.312501907349rem;display:block; }
#HNd09Kue6mTcxKQTovMIQU27tk4meqxe { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:10.375rem;width:8.25rem;top:52.812488555908rem;left:42.837498664856rem;overflow:hidden;display:block; }
#vUAKx5TFSckpgF7px0gCL9PqLVsAMbli { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.25rem;width:4.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15062;opacity:1;top:50.25rem;left:51.75rem; }
#DlMciP7WnmJ7CfWCJunKMV4FcwTMJ4MM { color:rgba(var(--color-tertiary-1),1);display:block;width:3.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15063;line-height:1.3;letter-spacing:0;top:51.5rem;left:52.0625rem;height:2.03125rem;font-style:normal;display:block; }
#JTbLxSqrpyW5KVf44tFsDXeFkLB3ikQO { color:rgba(var(--color-tertiary-4),1);display:block;width:15.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15038;line-height:1;letter-spacing:0;top:64.1875rem;left:39.375001907349rem;height:2.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Nc1d5SNspF2UqE1lupKOauui622pxk6P { color:rgba(var(--color-tertiary-3),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15049;line-height:1.5;letter-spacing:0;top:67.9375rem;left:39.343751907349rem;height:9.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rH62zMq0PFItIxvhayZgwn5cmlt4XUd8 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-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:13.125rem;height:2.5rem;text-decoration:none;z-index:15052;text-align:center;text-align-last:center;top:82.0625rem;left:40.593751907349rem;display:block; }
#THK6xnwFoAMCm80b8o65fyTbPHygIyin { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#X9rB2MtK3DZTkNK1CAsC7n9zLTaAtZUn { position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-tertiary-0),0.9);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:31.5rem;width:16.875rem;top:51.4375rem;left:57.445310592651rem;display:block; }
#U0nDVmGBLaEN90m7xc9nsi6GXUELWXsR { position:absolute;display:block;z-index:15058;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:10.375rem;width:8.3125rem;top:52.749988555908rem;left:23.414843559265rem;overflow:hidden;display:block; }
#NIhZH3CpJBC2pXTyExALvcGaSS4iUkdD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.25rem;width:4.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15069;opacity:1;top:49.9375rem;left:70.75rem; }
#LQADKrtSNB4EVrMTJHu8gJ342AI40cPL { color:rgba(var(--color-tertiary-1),1);display:block;width:3.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15070;line-height:1.3;letter-spacing:0;top:51.1875rem;left:71.0625rem;height:2.03125rem;font-style:normal;display:block; }
#I7Um6NFr9OMXWMcafoKgkou9o3KWKs94 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15045;line-height:1;letter-spacing:0;top:64.1875rem;left:59.374998092651rem;height:2.3754875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LX0sWxTRv0CZq7khneL4iV9skTnNoZD7 { color:rgba(var(--color-tertiary-3),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15056;line-height:1.5;letter-spacing:0;top:66.9372882843rem;left:58.562286376953rem;height:13.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XexOek8PFDSg9dg2s7ysSStwIyAz4m7m { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-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:13.125rem;height:2.5rem;text-decoration:none;z-index:15059;text-align:center;text-align-last:center;top:82.0625rem;left:59.781248092651rem;display:block; }
#SpFP1FW03GAPmztrTD020y7eDgWs4AU8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Rsgao9nRcqWZBl2oomZgbtbLJiwnKXWo { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-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:13.125rem;height:2.5rem;text-decoration:none;z-index:15045;text-align:center;text-align-last:center;top:120.98749923706rem;left:11.9375rem;display:block; }
#h5L19xN7obaRVvQbnU91MZyhKxAUBBBf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ivv08vqEwHemPu8wcNAhm7zXDTxszCqw { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),0.9);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:32.6875rem;width:17.125rem;top:89.375007629394rem;left:9.9375rem;display:block; }
#Sqt2kXXvJTHiZlh4S623Aa9R6w4zZTRo { color:rgba(var(--color-tertiary-3),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15042;line-height:1.5;letter-spacing:0;top:105.87500953674rem;left:10.8125rem;height:13.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uyqxzPbnM2ecGqtH92OZ24vCVMcxi3Ey { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:9.4375rem;width:14.1875rem;top:91.0625rem;left:11.5rem;overflow:hidden;display:block; }
#X6xhEHa2GU8FXoD9VkqMCvTyrdAapGJr { color:rgba(var(--color-tertiary-4),1);display:block;width:13.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15031;line-height:1;letter-spacing:0;top:102.17500972748rem;left:11.4375rem;height:2.3754875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XX7Ghf3qT6zlgriwPyzQM3Pkr5FeQ3p0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.25rem;width:4.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15055;opacity:1;top:88.125rem;left:23.375rem; }
#z4E3pZSiU9tZVh9glau2nXeDogzz7trr { color:rgba(var(--color-tertiary-1),1);display:block;width:3.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;top:89.375rem;left:23.6875rem;height:2.03125rem;font-style:normal;display:block; }
#kg2GOVdPqm3wUhIrMwOzvVO0VlcRP0Pv { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-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:13.125rem;height:2.5rem;text-decoration:none;z-index:15052;text-align:center;text-align-last:center;top:120.98749923706rem;left:32.977342605591rem;display:block; }
#vkWgon8CbyuCLyhzJx8hb8o3HQ8Lxop2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rvOCs2NFlNQuP8lwTZpvIp1ScpOCVnK5 { position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-tertiary-0),0.9);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:32.625rem;width:17.0625rem;top:89.437507629394rem;left:30.500001907349rem;display:block; }
#Qvreg9R56JDoXs7NIBnV4m7sBJ3z7prP { color:rgba(var(--color-tertiary-3),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15049;line-height:1.5;letter-spacing:0;top:105.87500953674rem;left:31.727342605591rem;height:9.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#owiniTHeRyO9qpVhR8P3Ek6ueRrVn8sB { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:10.375rem;width:8.3125rem;top:91.062494277956rem;left:34.906250953674rem;overflow:hidden;display:block; }
#OXpQRMhBlZVfV7qR0Kb9WUH6Qt5Wc5PB { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15038;line-height:1;letter-spacing:0;top:102.76876068115rem;left:32.977342605591rem;height:1.18774375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SLR4My5RfcGTa3F2rROnSA3i0Pr3h1RM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.25rem;width:4.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15062;opacity:1;top:88.1875rem;left:43.9375rem; }
#vBv89V3f2a7cQAE14OII0i4TqgJg4CEB { color:rgba(var(--color-tertiary-1),1);display:block;width:3.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15063;line-height:1.3;letter-spacing:0;top:89.4375rem;left:44.25rem;height:2.03125rem;font-style:normal;display:block; }
#vyrZv3vvFfNA1SNRH4mht0U6FnhNpdaF { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-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:13.125rem;height:2.5rem;text-decoration:none;z-index:15059;text-align:center;text-align-last:center;top:120.98749923706rem;left:52.593751907349rem;display:block; }
#ao0KcrcnXU0uNhxWVFAKiFtKVlWZJTaf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FrlOFXVWlli6qTcpEfBaRXAExGJKhB7Q { position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-tertiary-0),0.9);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:32.625rem;width:17.0625rem;top:89.437507629394rem;left:50.687501907349rem;display:block; }
#tQ9yWErIT6xglO3TtCFORZTxb1I5hDHI { color:rgba(var(--color-tertiary-3),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15056;line-height:1.5;letter-spacing:0;top:105.87500953674rem;left:51.750001907349rem;height:9.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vpZ3Tn7101FJ3VdlQAc1989FRXrkxi6i { position:absolute;display:block;z-index:15058;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:10.375rem;width:8.3125rem;top:91.406244277956rem;left:55.187500953674rem;overflow:hidden;display:block; }
#LJwSM3x6Qo696rcIT3TxvKN220H6du2w { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15045;line-height:1;letter-spacing:0;top:102.76876068115rem;left:52.593751907349rem;height:1.18774375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#J6xXIh9QFO89TVGmDZrCSwcIFyzwv5Sb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.25rem;width:4.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15069;opacity:1;top:88.1875rem;left:64.125rem; }
#OTIIANQ0RbnST4vIk88huhzQFm5UGHWT { color:rgba(var(--color-tertiary-1),1);display:block;width:3.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15070;line-height:1.3;letter-spacing:0;top:89.4375rem;left:64.5rem;height:2.03125rem;font-style:normal;display:block; }
#FqOKFz0L44LUh4Q1gFxV26Afn8yQs2Wa { color:rgba(var(--color-tertiary-1),1);display:block;width:3.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:12rem;left:14.125rem;height:2.03125rem;font-style:normal;display:none; }
#lbnPOXF2V7n6QfPgUtKvJ22NvDfHmbJ9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.25rem;width:4.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:10.75rem;left:13.4375rem;display:none; }
#QykTv9UoDaoD9s0qhAnKSSkPTAUDETCQ { color:rgba(var(--color-tertiary-4),1);display:block;width:17.3123125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15078;line-height:1;letter-spacing:0;top:80.758033752444rem;left:57.375221252441rem;height:0.74978125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#EFQxTi3lliPBSAJwpJiua5SFybMA8wCZ { color:rgba(var(--color-tertiary-4),1);display:block;width:17.3123125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15078;line-height:1;letter-spacing:0;top:80.758033752444rem;left:57.375221252441rem;height:0.74978125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#BFUvIQCMSmB3FEmHTiMaxoGqz8uiG61d { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e5e5e5, rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(180deg, #e5e5e5, rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(180deg, #e5e5e5, rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(180deg, #e5e5e5, rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(180deg, #e5e5e5, rgba(var(--color-tertiary-0),1));background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BFUvIQCMSmB3FEmHTiMaxoGqz8uiG61d > .row .container { background-color: transparent; background-image: none; }#BFUvIQCMSmB3FEmHTiMaxoGqz8uiG61d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BFUvIQCMSmB3FEmHTiMaxoGqz8uiG61d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BFUvIQCMSmB3FEmHTiMaxoGqz8uiG61d > .row .container > .video-iframe-container { display: none; }#BFUvIQCMSmB3FEmHTiMaxoGqz8uiG61d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BFUvIQCMSmB3FEmHTiMaxoGqz8uiG61d > .row > .video-iframe-container { display: none; }#BFUvIQCMSmB3FEmHTiMaxoGqz8uiG61d > .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); }#BFUvIQCMSmB3FEmHTiMaxoGqz8uiG61d > .row .container { border-width: 0; border-radius: 0; }#BFUvIQCMSmB3FEmHTiMaxoGqz8uiG61d > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BFUvIQCMSmB3FEmHTiMaxoGqz8uiG61d > .row .container { font-size:0.875rem;font-family:arial;height:109.6875rem;width:75rem;position:relative;display:block; }#N8CdMCgPKswUmpbm3DzM1aleulzNNkWy { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:4.0625rem;left:0rem;height:3.90014375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#twKuHTxBxJTXJhzq6OgrhVATvEHTyegU { color:rgba(var(--color-tertiary-4),1);display:block;width:26.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:10.12109375rem;left:13.625rem;height:16.25rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#Ox4HLpP9P5FBDDcBr4ktWkKXmgfZsHHE { position:absolute;display:block;z-index:15003;background-color:#f9f9f9;background-image:url("https://images.assets-landingi.com/uc/f64e35c2-a11f-4bc5-9dfb-54cf10a54830/DSC06439.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.25rem solid rgba(var(--color-tertiary-4),1);border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.1875rem 0.1875rem 1.875rem rgba(var(--color-tertiary-4),0.05) ;height:15.875rem;width:27.875rem;top:27.5rem;left:11.9375rem;display:block; }#Ox4HLpP9P5FBDDcBr4ktWkKXmgfZsHHE.adaptive-delivery-prevent-bg, #Ox4HLpP9P5FBDDcBr4ktWkKXmgfZsHHE.lazyload, #Ox4HLpP9P5FBDDcBr4ktWkKXmgfZsHHE.lazyloading { background-image: none; }
#UlUTrDW7HWZt6ThPlJ03A1SQwHZqstkg { position:absolute;display:block;z-index:15005;background-color:#f9f9f9;background-image:url("https://images.assets-landingi.com/uc/afc856ae-d906-494e-98a4-1a05e3ccf7bc/IMG7096.crop_828x1091_0,53.preview.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.25rem solid rgba(var(--color-tertiary-4),1);border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.1875rem 0.1875rem 1.875rem rgba(var(--color-tertiary-4),0.05) ;height:26.0625rem;width:20.875rem;top:45.90625rem;left:48.558595657349rem;display:block; }#UlUTrDW7HWZt6ThPlJ03A1SQwHZqstkg.adaptive-delivery-prevent-bg, #UlUTrDW7HWZt6ThPlJ03A1SQwHZqstkg.lazyload, #UlUTrDW7HWZt6ThPlJ03A1SQwHZqstkg.lazyloading { background-image: none; }
#LDEoTXEoVIImJECctCChnTTSxAB9JtJC { color:rgba(var(--color-tertiary-4),1);display:block;width:30.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:26.30859375rem;left:42.717969894409rem;height:16.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#adzGqEyMJ6heqBJmfzdyynlh0pk4lR8R { position:absolute;display:block;z-index:15006;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:18.875rem;width:17.6875rem;top:5.375rem;left:43.125001907349rem;overflow:hidden;display:block; }
#oITPomeCzBgJWHoqd1JhkUDLrkF9k3Ce { color:rgba(var(--color-tertiary-4),1);display:block;width:46.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:53.0625rem;left:1.74609375rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mhFAaGNeLt5qGTDFTk8ge3nOn39h1vkp { color:rgba(var(--color-tertiary-4),1);display:block;width:45.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:74.490623474119rem;left:12.65234375rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cOVeqNVOqA6XEeVlwEooTBoBzeBTRVZ4 { color:rgba(var(--color-tertiary-4),1);display:block;width:36.4375rem;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:95.122657775881rem;left:28.250001907349rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#STwBXz0GdC5A4I4UDFWdHtLqIUm55sxW { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:12.5rem;top:79.899999141694rem;left:9.25rem;display:block; }
#cSE9TeTaTfh9e33HUzfDGmKFsewz0Irt { color:rgba(var(--color-tertiary-4),1);display:block;width:40rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:46.875rem;left:3.1875rem;height:26rem;font-style:normal;display:block; }
#g2hwpuTXTvE1hPchsRvtzLvAvK2GTT0Z { color:rgba(var(--color-tertiary-4),1);display:block;width:47.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:82.435155868531rem;left:13.71875rem;height:8.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FgkZESpbvFeyNhKxBOvFhQaVTb9fH4f8 { 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:15.875rem;width:23.8125rem;top:90.935159683225rem;left:1.80859375rem;overflow:hidden;display:block; }
#KtHinTcyvtPZ3ioalEoFqwdaxb6aUAXT { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:12.5rem;top:92.399217605594rem;left:49.687501907349rem;display:block; }
#GhwWKxaxZ9ATTSzyg0fT5dLLdQZBxTdm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(21,24,36,0.85);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; }#GhwWKxaxZ9ATTSzyg0fT5dLLdQZBxTdm > .row .container { background-color: transparent; background-image: none; }#GhwWKxaxZ9ATTSzyg0fT5dLLdQZBxTdm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GhwWKxaxZ9ATTSzyg0fT5dLLdQZBxTdm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GhwWKxaxZ9ATTSzyg0fT5dLLdQZBxTdm > .row .container > .video-iframe-container { display: none; }#GhwWKxaxZ9ATTSzyg0fT5dLLdQZBxTdm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GhwWKxaxZ9ATTSzyg0fT5dLLdQZBxTdm > .row > .video-iframe-container { display: none; }#GhwWKxaxZ9ATTSzyg0fT5dLLdQZBxTdm > .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); }#GhwWKxaxZ9ATTSzyg0fT5dLLdQZBxTdm > .row .container { border-width: 0; border-radius: 0; }#GhwWKxaxZ9ATTSzyg0fT5dLLdQZBxTdm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GhwWKxaxZ9ATTSzyg0fT5dLLdQZBxTdm > .row .container { font-size:0.875rem;font-family:arial;height:31.5625rem;width:75rem;position:relative;display:block; }#KRmGWqHQBZNyFuJashRK6z9eA8KNyIPl { color:rgba(var(--color-tertiary-4),1);display:block;width:22.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:2.75rem;left:26.28125rem;height:2.13125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nKdw9Rs37E7bMc1tuGZ6i21Ix0QAzGWT { color:rgba(16,16,199,0.93);display:block;width:46.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:6.5625rem;left:14.34375rem;height:7.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vWcbeCOxuiIkivORHTNzkdQoZN7Of7h5 { position:absolute;display:block;z-index:15004;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:11.125rem;top:5.625rem;left:31.21875rem;display:block; }
#VDM9lDlJdqtghrO9zeFP2bMkeSJsxReq { color:rgba(var(--color-tertiary-0),1);display:block;width:39.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15017;line-height:1.2;letter-spacing:0;top:15.5rem;left:17.96875rem;height:12rem;text-align:center;text-align-last:center;display:block; }
#cANOwAaaObT6STxU8fsyJgwDdMN7zomZ { 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:15019;opacity:1;top:28.4375rem;left:35.21875rem; }
#WK8t4oIAwkkQ8xRqsm6FUNTcxKLO2ZLP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(347deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(347deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(347deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(347deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(347deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-secondary-2),1));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; }#WK8t4oIAwkkQ8xRqsm6FUNTcxKLO2ZLP > .row .container { background-color: transparent; background-image: none; }#WK8t4oIAwkkQ8xRqsm6FUNTcxKLO2ZLP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WK8t4oIAwkkQ8xRqsm6FUNTcxKLO2ZLP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WK8t4oIAwkkQ8xRqsm6FUNTcxKLO2ZLP > .row .container > .video-iframe-container { display: none; }#WK8t4oIAwkkQ8xRqsm6FUNTcxKLO2ZLP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WK8t4oIAwkkQ8xRqsm6FUNTcxKLO2ZLP > .row > .video-iframe-container { display: none; }#WK8t4oIAwkkQ8xRqsm6FUNTcxKLO2ZLP > .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); }#WK8t4oIAwkkQ8xRqsm6FUNTcxKLO2ZLP > .row .container { border-width: 0; border-radius: 0; }#WK8t4oIAwkkQ8xRqsm6FUNTcxKLO2ZLP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WK8t4oIAwkkQ8xRqsm6FUNTcxKLO2ZLP > .row .container { font-size:0.875rem;font-family:arial;height:129.375rem;width:75rem;position:relative;display:block; }#T5i3gJlp73tQHAVTxkm0NEuUTSEHT8xv { color:rgba(var(--color-tertiary-0),1);display:block;width:58.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.3125rem;left:0rem;height:4.225rem;font-style:normal;display:block; }
#yRZJ3EfKTVMopqUgBFwTnMtMQCoQdrNf { color:rgba(var(--color-tertiary-0),1);display:block;width:60.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:6.53750038147rem;left:0rem;height:4.2rem;font-style:normal;display:block; }
#nei3CVWGq5q2G9uPuUCpOPDrVMhpvxbb { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15017;line-height:1;letter-spacing:0;top:25.91250038147rem;left:2.09375rem;height:2.3754875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yOyZps67hk4FGJ5pZ1bPVsGXkcqEoK7h { color:rgba(var(--color-tertiary-4),1);display:block;width:20.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15021;line-height:1;letter-spacing:0;top:25.91250038147rem;left:17.65625rem;height:2.3754875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pzBbJ3CbfMiDay0u8QyTiHSatGSPf96t { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15025;line-height:1;letter-spacing:0;top:25.91250038147rem;left:40.59375rem;height:2.3754875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JED22NzdMauFfP7BEiUgT7QMME6bgE6L { color:rgba(var(--color-tertiary-3),1);display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15026;line-height:1.5;letter-spacing:0;top:29.40625rem;left:39.75rem;height:13.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#guLA3yvdTCLXQseTTL23LcMl4XDslhms { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:11.9375rem;width:10.875rem;top:12.9375rem;left:41.71875rem;overflow:hidden;display:block; }
#gnL8M6xkCuLcXVGUXDJuGZLveQ8Lzbw8 { color:rgba(var(--color-tertiary-3),1);display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15030;line-height:1.5;letter-spacing:0;top:28.125rem;left:58.125rem;height:14.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NBNZkbmnCp2iFDb36zhqs0N6G93Pb2qK { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15029;line-height:1;letter-spacing:0;top:25.47500038147rem;left:59.78125rem;height:2.3754875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TraA4THkqLn6WyegOFCi4brpycnKwr0R { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),0.9);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:33.75rem;width:17rem;top:12rem;left:0rem;display:block; }
#vHoAAGXmGU5g1r7Ekwrvg40fT2ktyQok { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),0.9);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:33.875rem;width:17.3125rem;top:12.03125rem;left:19.187499046326rem;display:block; }
#U4MvlZ7UXe3qCl3vs17y0ziDKobTLtOF { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),0.9);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:33.8125rem;width:17.3125rem;top:12.03125rem;left:38.500000953674rem;display:block; }
#zR5tGOZasygisAU4D05I0z5ifTspoPJZ { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),0.9);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:33.875rem;width:17.3125rem;top:12.03125rem;left:57.687500953674rem;display:block; }
#l4H3FEIuzTO9z1OqCdWlrz445e19uxmL { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:12rem;width:9.375rem;top:12.78125rem;left:61.65625rem;overflow:hidden;display:block; }
#wlFIuHm1dkPTqC7zihULoFOq6RVWbKuy { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:12.125rem;width:10.8125rem;top:12.90625rem;left:22.164893617021rem;overflow:hidden;display:block; }
#kJNTC6O0H5P9ECfK2RBnlvrRETHr4k7D { color:rgba(var(--color-tertiary-3),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15027;line-height:1.5;letter-spacing:0;top:28.412322998047rem;left:20.030384063721rem;height:14.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pa8knt7SnyxJqv6ock9UtGKGSA1f46ZS { color:rgba(var(--color-tertiary-3),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15028;line-height:1.5;letter-spacing:0;top:29.16250038147rem;left:0.84375rem;height:5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oMOUtGS06AylzGFdSyXNr1KLzrtPSiN4 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-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:13.125rem;height:2.5rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:44.75rem;left:2.09375rem;display:block; }
#wkvF0AeKU3GGuSzBtopkQrayhPic4uKE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#r4NMVQ6bgl4ciiUZgF22HURAsRysEi74 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-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:13.125rem;height:2.5rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:44.5rem;left:21.28125rem;display:block; }
#BbE4hpLTyhRFBMa4BwwSaAXmO1g4X9Q1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PakND4hs2GRSn59uPpT9qaMM5Fsy3TFc { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-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:13.125rem;height:2.5rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:44.5rem;left:40.59375rem;display:block; }
#iW7mBOiJiQh4eJqH7RdJGxkbNfCOqKJ8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#V50vVnvc6qISli5qgQdhUiBlRuLWq7QJ { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-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:13.125rem;height:2.5rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:44.5rem;left:59.78125rem;display:block; }
#ws9cTIw3gCra9fG7qQF1Dad8RPkDQonK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eaIlC7V6HwBUxBvIVZAgPL1JbR52Smpd { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:10.375rem;width:14.1875rem;top:13.71875rem;left:1.5625rem;overflow:hidden;display:block; }
#m2EExyahUmJLPsL3IZLl7ToJDwMnDLxp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.25rem;width:4.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:10.75rem;left:13.4375rem; }
#FECPLNLvEwBvs2ozCglK3y0kicBBQMI4 { color:rgba(var(--color-tertiary-1),1);display:block;width:3.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:12rem;left:13.8125rem;height:2.03125rem;font-style:normal;display:block; }
#witlLMwP3dn7CTmT2q1l2VHDhdSDKPsA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.25rem;width:4.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:10.737499833107rem;left:32.977342605591rem; }
#hkLVsKNKfSMzAfhdfiKnFTEM6TpRnact { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.25rem;width:4.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:10.737499833107rem;left:52.593751907349rem; }
#PCcK5eluZWedM2iGa1yOmXadzfeDOgXH { color:rgba(var(--color-tertiary-1),1);display:block;width:3.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:12rem;left:33.1953125rem;height:2.03125rem;font-style:normal;display:block; }
#Dly5OCTL0qXX9iVxKTzmKi6CZxFIIN4R { color:rgba(var(--color-tertiary-1),1);display:block;width:3.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:12rem;left:52.75rem;height:2.03125rem;font-style:normal;display:block; }
#iaPHmH8RDW02FOnQZwFfw96in7cxrkvQ { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),0.9);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:32.5625rem;width:17.0625rem;top:51.062507629394rem;left:0rem;display:block; }
#yqKvb7ZJ29EJDr0iJTvREiOeg13Ql4gA { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:9.4375rem;width:14.1875rem;top:52.75rem;left:1.5625rem;overflow:hidden;display:block; }
#nHMcTXqIX4OBsdSwILkDLzfpb6k0XGee { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.25rem;width:4.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15048;opacity:1;top:49.8125rem;left:13.4375rem; }
#SQTmEvGpRo6CHfcaFLvR7p16aoiEoAeA { color:rgba(var(--color-tertiary-1),1);display:block;width:3.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;top:51.0625rem;left:13.6875rem;height:2.03125rem;font-style:normal;display:block; }
#QPqK95Jbxo0qTg719RIuvoDMSJAdZWN3 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15024;line-height:1;letter-spacing:0;top:64.310928344725rem;left:2.09375rem;height:2.3754875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#p2SUMlIDi36ECBKLWv1n5T0WS7nXyoRM { color:rgba(var(--color-tertiary-3),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15035;line-height:1.5;letter-spacing:0;top:68.049990653994rem;left:0.84375rem;height:11.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yrtt5oUa1U17IsLCERNSXiDyvQ6rwqVF { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-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:13.125rem;height:2.5rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:82.662502288819rem;left:2.09375rem;display:block; }
#UcaruCST2FfHgeFTL1NiEC2Zs4coMZkt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cQKyabBHbAzdUMrRmoifUun4JIGW1TZ3 { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),0.9);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:32.4375rem;width:17.0625rem;top:51.062507629394rem;left:19rem;display:block; }
#p4iyCkUZKTpvIpbDZq5yC1wFHbuUIQL3 { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:10.375rem;width:8.3125rem;top:52.812488555908rem;left:62.187500953674rem;overflow:hidden;display:block; }
#iurqKgOAzo50DwHrUKOiFuw7PCZm4d8z { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.25rem;width:4.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15055;opacity:1;top:49.8125rem;left:32.4375rem; }
#cJugK5B0nl9NCTboStufB29cybu5NaQ4 { color:rgba(var(--color-tertiary-1),1);display:block;width:3.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;top:51.0625rem;left:32.75rem;height:2.03125rem;font-style:normal;display:block; }
#THeVXLdMDz5T9GwDMqaCX9vfRV8QepQp { color:rgba(var(--color-tertiary-4),1);display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15031;line-height:1;letter-spacing:0;top:64.311710357669rem;left:19.375rem;height:2.3754875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#z6O4dm4IpnXPApnh6D9LXt793WKMR0TO { color:rgba(var(--color-tertiary-3),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15042;line-height:1.5;letter-spacing:0;top:68.049209594725rem;left:20.03125rem;height:10.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#U4iEizXg8olnR0pT2HxWnaW4vCk3DwVq { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-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:13.125rem;height:2.5rem;text-decoration:none;z-index:15045;text-align:center;text-align-last:center;top:82.662502288819rem;left:21.28125rem;display:block; }
#CT7Fnvi34v9f4ezrJi0fXpvTOiFwMemD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#p5IUso0a6Sg4xTq90vae9kzW0aNOwzxn { position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-tertiary-0),0.9);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:32.375rem;width:17.0625rem;top:51.125007629394rem;left:38.312501907349rem;display:block; }
#bWZI9CCANeITry5zQhrJbGeqtucgyqvV { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:10.375rem;width:8.25rem;top:52.812488555908rem;left:42.837498664856rem;overflow:hidden;display:block; }
#GawIry8qWaNP0RbJ20ULTWM747BKChcy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.25rem;width:4.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15062;opacity:1;top:50.25rem;left:51.75rem; }
#DLLRdOazlT5iwStEBikviU1xWLgRsQw3 { color:rgba(var(--color-tertiary-1),1);display:block;width:3.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15063;line-height:1.3;letter-spacing:0;top:51.5rem;left:52.0625rem;height:2.03125rem;font-style:normal;display:block; }
#ZTs5QaBFJkTX24twosyAoaDcMTA73IH8 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15038;line-height:1;letter-spacing:0;top:64.312490463256rem;left:39.375001907349rem;height:2.3754875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PfWIxfQxT6aPqbnCg5T7kdTzTTaTIc4L { color:rgba(var(--color-tertiary-3),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15049;line-height:1.5;letter-spacing:0;top:68.049209594725rem;left:39.343751907349rem;height:9.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ypQtBvW6TPJV00DceJw7HncFbkXyW4UA { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-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:13.125rem;height:2.5rem;text-decoration:none;z-index:15052;text-align:center;text-align-last:center;top:82.662502288819rem;left:40.593751907349rem;display:block; }
#T3FaHuVUscLWuatKcI8ol9i7Dzayt2Wr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vuTUw9qBWTqJk0CHGQ9fH4AE5TNTDnSU { position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-tertiary-0),0.9);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:31.9375rem;width:16.875rem;top:51.437507629394rem;left:57.445310592651rem;display:block; }
#cUbxIBs5E3TGKnrhbmhqIwWeAWTZxNyf { position:absolute;display:block;z-index:15058;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:10.375rem;width:8.25rem;top:52.749988555908rem;left:23.414843559265rem;overflow:hidden;display:block; }
#u4HKyqBGHzxFITw57X5fiyLH91cpqQAv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.25rem;width:4.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15069;opacity:1;top:49.9375rem;left:70.75rem; }
#SbqGFVbV390A5Un4OLOfSzRuRrQblALA { color:rgba(var(--color-tertiary-1),1);display:block;width:3.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15070;line-height:1.3;letter-spacing:0;top:51.1875rem;left:71.125rem;height:2.03125rem;font-style:normal;display:block; }
#tclq2Et7xLf80kP9aTP0W3SUIEpLCVaa { color:rgba(var(--color-tertiary-4),1);display:block;width:13.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15045;line-height:1;letter-spacing:0;top:64.310148239138rem;left:59.374998092651rem;height:2.3754875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#egk6FEoCZZyEpL9AGbDRC6sFDZixZqHF { color:rgba(var(--color-tertiary-3),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15056;line-height:1.5;letter-spacing:0;top:68.049209594725rem;left:58.124998092651rem;height:13.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CRLF4BTllTdyhRpIk4Bn7vdfgyPGQ21S { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-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:13.125rem;height:2.5rem;text-decoration:none;z-index:15059;text-align:center;text-align-last:center;top:82.662502288819rem;left:59.781248092651rem;display:block; }
#ZOWgP9C4zGVbWul5W8TCmX7b7gqOgyLv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xs5nAcFVB4HD1e4cV8pxMuVRWpOkmz0t { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-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:13.125rem;height:2.5rem;text-decoration:none;z-index:15045;text-align:center;text-align-last:center;top:121.29999923706rem;left:11.9375rem;display:block; }
#zVeOzRv4Fccnc7DlxlFOE9O4Ng0u3WQp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#B7KV4MCxfExbmlRfFanKZcd8DmqiTtP3 { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),0.9);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:33.0625rem;width:17.125rem;top:89.375007629394rem;left:9.9375rem;display:block; }
#ERF2AfhhO20bFr9ZlRAmnBuQzZGIOx0S { color:rgba(var(--color-tertiary-3),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15042;line-height:1.5;letter-spacing:0;top:105.87421035767rem;left:10.8125rem;height:13.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TIKq8DDzKTe7TJEN9y8RfAaPtK6JQb2V { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:9.4375rem;width:7.5625rem;top:91.405456542969rem;left:14.652342796326rem;overflow:hidden;display:block; }
#ax3FklaWNGsTBznvCszXILI3ApDhq5f1 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15031;line-height:1;letter-spacing:0;top:102.07889747619rem;left:11.4375rem;height:2.3754875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eBou1zWQ5r9wLVCmE9CbrJ9i8zufeRtN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.25rem;width:4.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15055;opacity:1;top:88.125rem;left:23.375rem; }
#xQOCSFEBpAonCJWL3PgtH5lwFVAoPIZV { color:rgba(var(--color-tertiary-1),1);display:block;width:3.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;top:89.375rem;left:23.75rem;height:2.03125rem;font-style:normal;display:block; }
#qcTMb6XdMRlZVKlJh36NdQGpVHIS1RoM { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-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:13.125rem;height:2.5rem;text-decoration:none;z-index:15052;text-align:center;text-align-last:center;top:121.29999923706rem;left:32.977342605591rem;display:block; }
#AHyDXJNFK7vXDTASGbKytTu2TThQS64e { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VHUSAy1BCc5NNqXF1cs16kO5u9cvuiVd { position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-tertiary-0),0.9);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:33rem;width:17.0625rem;top:89.437507629394rem;left:30.500001907349rem;display:block; }
#ICqSnN4Op7q0PwZEfPbiGTsM4LX9qDQa { color:rgba(var(--color-tertiary-3),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15049;line-height:1.5;letter-spacing:0;top:105.87342834472rem;left:31.727342605591rem;height:9.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#f1eTrtq7D56f22TorPgdmTmJo7UAU74C { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:10.375rem;width:8.25rem;top:91.062494277956rem;left:34.906250953674rem;overflow:hidden;display:block; }
#EHVZoSfFzuwUmubXkpOuwgkSMA1SwsIn { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15038;line-height:1;letter-spacing:0;top:102.67342948914rem;left:32.977342605591rem;height:1.18774375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#r2hQuC15M6srCRyy8pZkH51wVzPUB33W { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.25rem;width:4.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15062;opacity:1;top:88.1875rem;left:43.9375rem; }
#ud7DbRJaoCkHptiCD2Ky2ITdb6grQz4c { color:rgba(var(--color-tertiary-1),1);display:block;width:3.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15063;line-height:1.3;letter-spacing:0;top:89.4375rem;left:44.3125rem;height:2.03125rem;font-style:normal;display:block; }
#QU2T1ciqDT2OIFSS6cEioTSe8pmAMurv { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-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:13.125rem;height:2.5rem;text-decoration:none;z-index:15059;text-align:center;text-align-last:center;top:121.29999923706rem;left:52.593751907349rem;display:block; }
#PJN1FchbUJLoLobMJlkO1CF7B6dKDCOb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cMTTJKGP8y56zEphFLCOfDFEgQVCrXf1 { position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-tertiary-0),0.9);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:33.125rem;width:17.0625rem;top:89.437507629394rem;left:50.687501907349rem;display:block; }
#szZki9T9Oz8D2e1T58Gm5Gcd5ykbFqka { color:rgba(var(--color-tertiary-3),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15056;line-height:1.5;letter-spacing:0;top:105.87342834472rem;left:51.750001907349rem;height:9.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#k63TB4TVbyf5bQvhTXsb2oLiWRFfGgWE { position:absolute;display:block;z-index:15058;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:10.375rem;width:8.3125rem;top:91.406244277956rem;left:55.187500953674rem;overflow:hidden;display:block; }
#iKly2KTZMb6Tpn3rBf0o8TsTLVAceIXT { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15045;line-height:1;letter-spacing:0;top:102.67186546326rem;left:52.593751907349rem;height:1.18774375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tTl7syROKnayabwCKO3WOA5XpsL4piDr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.25rem;width:4.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15069;opacity:1;top:88.1875rem;left:64.125rem; }
#P6opD9DMukFeUrt3WZqByB5TC7MotHAp { color:rgba(var(--color-tertiary-1),1);display:block;width:3.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15070;line-height:1.3;letter-spacing:0;top:89.4375rem;left:64.4375rem;height:2.03125rem;font-style:normal;display:block; }
#U1IKWm45ZtTbAebM1BIm4TxkakVHuJra { color:rgba(var(--color-tertiary-1),1);display:block;width:3.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:12rem;left:14.125rem;height:2.03125rem;font-style:normal;display:none; }
#ryCTvAsLHgePQMNBecv5TQAens6nCMi5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.25rem;width:4.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15048;opacity:1;top:49.8125rem;left:13.4375rem;display:none; }
#e4S8fRGTwxNDHqFrcKAGcDTbu4iFBZZH { color:rgba(var(--color-tertiary-4),1);display:block;width:17.3123125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15089;line-height:1;letter-spacing:0;top:119.85460662842rem;left:30.512153625488rem;height:0.75rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#nfe59U1NlMHkgpw6ZNpF93OdE7rNVl6T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#151824;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; }#nfe59U1NlMHkgpw6ZNpF93OdE7rNVl6T > .row .container { background-color: transparent; background-image: none; }#nfe59U1NlMHkgpw6ZNpF93OdE7rNVl6T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nfe59U1NlMHkgpw6ZNpF93OdE7rNVl6T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nfe59U1NlMHkgpw6ZNpF93OdE7rNVl6T > .row .container > .video-iframe-container { display: none; }#nfe59U1NlMHkgpw6ZNpF93OdE7rNVl6T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nfe59U1NlMHkgpw6ZNpF93OdE7rNVl6T > .row > .video-iframe-container { display: none; }#nfe59U1NlMHkgpw6ZNpF93OdE7rNVl6T > .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); }#nfe59U1NlMHkgpw6ZNpF93OdE7rNVl6T > .row .container { border-width: 0; border-radius: 0; }#nfe59U1NlMHkgpw6ZNpF93OdE7rNVl6T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nfe59U1NlMHkgpw6ZNpF93OdE7rNVl6T > .row .container { font-size:0.875rem;font-family:arial;height:18rem;width:75rem;position:relative;display:block; }#cTDwnNsqeiKTxH9k7bmUVizvXh00Cr5N { color:rgba(var(--color-tertiary-4),1);display:block;width:59rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15006;line-height:1;letter-spacing:0;top:0.8125rem;left:8rem;height:15rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#nUHhxQ0OhUETxIHWuDv82izG54xHbqf8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ececec;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; }#nUHhxQ0OhUETxIHWuDv82izG54xHbqf8 > .row .container { background-color: transparent; background-image: none; }#nUHhxQ0OhUETxIHWuDv82izG54xHbqf8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nUHhxQ0OhUETxIHWuDv82izG54xHbqf8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nUHhxQ0OhUETxIHWuDv82izG54xHbqf8 > .row .container > .video-iframe-container { display: none; }#nUHhxQ0OhUETxIHWuDv82izG54xHbqf8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nUHhxQ0OhUETxIHWuDv82izG54xHbqf8 > .row > .video-iframe-container { display: none; }#nUHhxQ0OhUETxIHWuDv82izG54xHbqf8 > .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); }#nUHhxQ0OhUETxIHWuDv82izG54xHbqf8 > .row .container { border-width: 0; border-radius: 0; }#nUHhxQ0OhUETxIHWuDv82izG54xHbqf8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nUHhxQ0OhUETxIHWuDv82izG54xHbqf8 > .row .container { font-size:0.875rem;font-family:arial;height:73.75rem;width:75rem;position:relative;display:block; }#hU77D3Wb76uerDOMSw26QkcxCgWBTbv9 { color:#6b6b6b;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:5.8739585876465rem;left:9.34375rem;height:3.0875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UmTwkdfFPSelxdbSEGDv8tLn86dTm5AI { position:absolute;display:block;z-index:14998;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-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: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:20.5rem;width:18.9375rem;top:17.3125rem;left:7.5rem;display:block; }
#sie8TTW0U7qPvA1hoB2VERL6k25lXJTo { color:#808080;display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:14999;line-height:1.5;letter-spacing:0;top:20.8125rem;left:8.21875rem;height:13.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UiOg5unJOzEtRH37WIPHQNyDQUtsT5m5 { color:rgba(var(--color-tertiary-2),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:37.875rem;left:13.125rem;height:1.462675rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ten764XqgRJmWnIe4ZdOdXh6toe96oN7 { position:absolute;display:block;z-index:15012;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/2fed8886-0a43-4427-9d02-7d1581a41e71/IMG2742.PNG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;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: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:4.5625rem;width:4.5625rem;top:36.325000762939rem;left:7.5rem;display:block; }#Ten764XqgRJmWnIe4ZdOdXh6toe96oN7.adaptive-delivery-prevent-bg, #Ten764XqgRJmWnIe4ZdOdXh6toe96oN7.lazyload, #Ten764XqgRJmWnIe4ZdOdXh6toe96oN7.lazyloading { background-image: none; }
#zAkM1DaBrBztFqJHhb9up3ivPt2udo5z { position:absolute;display:block;z-index:14997;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-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: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:17.375rem;width:18.9375rem;top:14.5625rem;left:28.0625rem;display:block; }
#oCk2uxy74wExN6NxaurDx3O6iQbOoJHk { position:absolute;display:block;z-index:15017;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/a4aa2306-c6ce-4ab9-974f-a35b9980ea03/IMG2744.PNG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;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: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:4.5625rem;width:4.5625rem;top:30.75rem;left:28.0625rem;display:block; }#oCk2uxy74wExN6NxaurDx3O6iQbOoJHk.adaptive-delivery-prevent-bg, #oCk2uxy74wExN6NxaurDx3O6iQbOoJHk.lazyload, #oCk2uxy74wExN6NxaurDx3O6iQbOoJHk.lazyloading { background-image: none; }
#A6NqgpqKFFEvrqM2nc9KxR00UDOxy4XU { position:absolute;display:block;z-index:14996;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-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: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:20.5625rem;width:18.9375rem;top:17.375rem;left:48.5625rem;display:block; }
#kMb7t7c2OvlxDeercFo33ogmnvD2iAZf { position:absolute;display:block;z-index:15022;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/9e12aceb-7591-4789-90fe-27494eac3a7a/3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;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: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:4.5625rem;width:4.5625rem;top:37.0625rem;left:48.5625rem;display:block; }#kMb7t7c2OvlxDeercFo33ogmnvD2iAZf.adaptive-delivery-prevent-bg, #kMb7t7c2OvlxDeercFo33ogmnvD2iAZf.lazyload, #kMb7t7c2OvlxDeercFo33ogmnvD2iAZf.lazyloading { background-image: none; }
#eD7G1r5Fzdb6xqSToUv3i9nh1mFogBbx { 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:15020;opacity:1;top:39.4375rem;left:18.4375rem; }
#dTmTfgnBKzfoffTINqNutbNFSSAffiKH { 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:15022;opacity:1;top:39.4375rem;left:17.3125rem; }
#Sf15VVoF4CLdQoWw8gU0KP2IUvzawtNv { 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:15021;opacity:1;top:39.4375rem;left:16.25rem; }
#vs3yq1N5MZsyrQ3DvwR2MUWJTsQTByAv { 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:15019;opacity:1;top:39.4375rem;left:15.1875rem; }
#nVlVrR4lrFpOtcF3VwmFdCvvTHcUWB5u { 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:15023;opacity:1;top:39.4375rem;left:14rem; }
#tcQq0DZI7qUqU6XghZ95J32XxxbRZbUs { 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:15026;opacity:1;top:33.6875rem;left:38.5625rem; }
#c6WqSdvsooJlfJWE9fLDqz3nTWOFRbmz { 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:15028;opacity:1;top:33.6875rem;left:37.5625rem; }
#ZGCE0lscBPphS0tCNT4w9xw5TP44vBxE { 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:15027;opacity:1;top:33.6875rem;left:36.5rem; }
#vsyWKn5zkF3HVI7GlWQ4zSW3p0PZrrCu { 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:15025;opacity:1;top:33.6875rem;left:35.4375rem; }
#TGKhG5Gl0eX9Q9Q7eyU1ylgx4GXl2T06 { 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:15029;opacity:1;top:33.6875rem;left:34.25rem; }
#UZtLtz9Eg0NMksRFgdwfUoDlEWMBJKeF { color:rgba(var(--color-tertiary-2),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:32.0625rem;left:33.375rem;height:1.462675rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hZtLs040BlBkP5sATBbvDAz4FZ3akJkW { 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:15032;opacity:1;top:40.125rem;left:59.5rem; }
#neI4cIKHrLID4hiCTa8ZNsW8wLsOG4r3 { 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:15034;opacity:1;top:40.125rem;left:58.375rem; }
#nnExMoMAGTxVXbr5cd3NTJFAMorf7KA1 { 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:15033;opacity:1;top:40.125rem;left:57.3125rem; }
#SUmoT0VE6ai5tUmPkwAkkbhGwpt3ZODn { 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:15031;opacity:1;top:40.125rem;left:56.25rem; }
#HAw6AAKKRcSD6GgHo2zBy5owHXUdCTfN { color:rgba(var(--color-tertiary-2),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:38.612499237061rem;left:53.53125rem;height:1.462675rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IznkuZXTtfeACc7dh2nESEkW5yKQAUs5 { 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:15035;opacity:1;top:40.125rem;left:55.0625rem; }
#aPU4vL9kWCHTl3nViLK3vebuDpKQEhv8 { color:#808080;display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15000;line-height:1.5;letter-spacing:0;top:17rem;left:28.75rem;height:12rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Sa9Im3hb4eWDFqk801Z9JfAMvwtgXc4k { color:#808080;display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15001;line-height:1.5;letter-spacing:0;top:19.3125rem;left:49.28125rem;height:16.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sGuyxxzV75HL3V6fR48VpTL2dsexfzzT { position:absolute;display:block;z-index:15004;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:11.125rem;top:12rem;left:31.9375rem;display:block; }
#muRNiVebCTiPiofX9rZB8G48m5JuNWlg { color:#808080;display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15001;line-height:1.5;letter-spacing:0;top:40.625rem;left:29rem;height:15rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JpyNuqoqkMTaKVUhoHmr54uuJXHRsZzd { color:rgba(81,81,81,0.1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:7.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:1.25rem;left:0rem;height:9.75rem;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; }
#FvZVNktZHzXikWSZOAwcQa81hWQS8ERS { 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:15026;opacity:1;top:36.125rem;left:38.5625rem;display:none; }
#FvsRgDTua0mzEqBSTM21ehQOlncy4oJ9 { 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:15028;opacity:1;top:36.125rem;left:37.5625rem;display:none; }
#QPcAQyngQeTObFwtTVtIOUmcXRLlJ9t3 { 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:15027;opacity:1;top:36.125rem;left:36.5rem;display:none; }
#CluJsJBft1GI5IvWLCFrBqMzVrnbF5XT { 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:15025;opacity:1;top:36.125rem;left:35.4375rem;display:none; }
#ZcngMdA6L2BKHVJi3PBTfKTvyFqSQnbB { 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:15029;opacity:1;top:36.125rem;left:34.25rem;display:none; }
#l8bT27qGr9QLVgsmLpRPq4ibh3D8cJrw { 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:15026;opacity:1;top:36.125rem;left:38.5625rem;display:none; }
#RrTooGzVbLL5lI5TZidKHpTrd9i08VBr { 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:15028;opacity:1;top:36.125rem;left:37.5625rem;display:none; }
#kRH4JURO0L8h6KgTEUoUQ4qFCHGdttx4 { 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:15027;opacity:1;top:36.125rem;left:36.5rem;display:none; }
#zn3p6JWyOxULPT1JQ4R6ffyipT7AAOTC { 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:15025;opacity:1;top:36.125rem;left:35.4375rem;display:none; }
#D33wPegmWvKw6mRiU8UqNasemTTG4UCo { 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:15029;opacity:1;top:36.125rem;left:34.25rem;display:none; }
#wb98Sm183cZ654yFvun1hOLa0AO5gQsm { position:absolute;display:block;z-index:14997;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-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: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:21.6875rem;width:18.9375rem;top:43.5625rem;left:48.5625rem;display:block; }
#uThVWw9xCQrVN8CXKTSkEye0xCmTDnfD { position:absolute;display:block;z-index:14996;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-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: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:17.8125rem;width:18.9375rem;top:39.75rem;left:28.032291412354rem;display:block; }
#muuxWODLeuC4Vt1bDT1RvFtiyn9Szt9K { 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:15032;opacity:1;top:59.1875rem;left:39.75rem; }
#JTHLplTBTZoHz6akoOlRSUCfIPIFyMAE { 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:15034;opacity:1;top:59.1875rem;left:38.625rem; }
#H1yHmlHdWsMPBK9pIg3oFixPXe4eK21e { 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:15033;opacity:1;top:59.1875rem;left:37.5625rem; }
#R9Hc5HcUX2D69mFvJ4GLEhTLRoMFT2Q2 { 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:15031;opacity:1;top:59.1875rem;left:36.5rem; }
#MwqZGrIppwub2sGNJTQEEbb98LgTQcMt { 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:15035;opacity:1;top:59.1875rem;left:35.3125rem; }
#cGhxczEU2OLaEoiTKeEBFT8tw1eeTxJp { position:absolute;display:block;z-index:15022;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/7d029c91-fd53-4c04-b8e0-fc077ec18b12/IMG_2745.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;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: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:4.5625rem;width:4.5625rem;top:56.125rem;left:28.0625rem;display:block; }#cGhxczEU2OLaEoiTKeEBFT8tw1eeTxJp.adaptive-delivery-prevent-bg, #cGhxczEU2OLaEoiTKeEBFT8tw1eeTxJp.lazyload, #cGhxczEU2OLaEoiTKeEBFT8tw1eeTxJp.lazyloading { background-image: none; }
#yEJPuCB8VZsIX2F3KEvTtclAyQNOFrAJ { color:rgba(var(--color-tertiary-2),1);display:block;width:13.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:57.6875rem;left:33.75rem;height:1.462675rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FovN2fNlb8ygAzVgdy9T4eNtyOeNG92c { color:#808080;display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15000;line-height:1.5;letter-spacing:0;top:47.65625rem;left:49.28125rem;height:13.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#khOC3v6dRqrK7HAfotLo47qIDqOANbyP { position:absolute;display:block;z-index:15017;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/a57a27ed-07cd-4a44-aa7e-d67366efe5a6/7.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;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: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:4.5625rem;width:4.5625rem;top:64.375rem;left:48.5625rem;display:block; }#khOC3v6dRqrK7HAfotLo47qIDqOANbyP.adaptive-delivery-prevent-bg, #khOC3v6dRqrK7HAfotLo47qIDqOANbyP.lazyload, #khOC3v6dRqrK7HAfotLo47qIDqOANbyP.lazyloading { background-image: none; }
#Efh20ZPg4q4PkRJNmADDXVfx7n8KhXXT { 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:15029;opacity:1;top:67.4375rem;left:55rem; }
#SUmOTQiifVOktrs1ThTCTFwKXyJo6vSU { color:rgba(var(--color-tertiary-2),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:65.8125rem;left:54.125rem;height:1.462675rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dTw7nsBWWUvuoxbpvLBETavGOHu2idmd { 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:15025;opacity:1;top:67.4375rem;left:56.1875rem; }
#ASMPr3blWmT42R0W34e0lMRap8WPwO3k { 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:15027;opacity:1;top:67.4375rem;left:57.25rem; }
#zy149vsbrGUndKQGwtHuTDDFmPXXVNRP { 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:15028;opacity:1;top:67.4375rem;left:58.3125rem; }
#e5mSpSopRDp5Bz2UoQJO3e7vVzpsqQ7H { 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:15026;opacity:1;top:67.4375rem;left:59.5rem; }
#xaztPNMiHI2ZTCw2qHOi96TnHA0WGXTW { position:absolute;display:block;z-index:14998;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-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: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:22.125rem;width:18.9364375rem;top:43.34375rem;left:7.5010414123538rem;display:block; }
#amSAixDgT0r1qE9WmPXLnXNSzRhd9Tqn { color:rgba(var(--color-tertiary-2),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:66.625rem;left:13.125rem;height:1.462675rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MlybM6sdFnEbTisVEzxNrVvuWT3blXzg { 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:15020;opacity:1;top:68.25rem;left:18.4375rem; }
#BmgQmTUMKvX6WpGtTVA5hNz7SfK5kyiW { 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:15022;opacity:1;top:68.25rem;left:17.3125rem; }
#c1Cdz0BlATlbn0khC7PKv9fRUTHiCacI { 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:15021;opacity:1;top:68.25rem;left:16.25rem; }
#vgOTUnJ4rEvJNrluB6vXfr2kavsp38MJ { 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:15019;opacity:1;top:68.25rem;left:15.1875rem; }
#QC3nozKk5WTNHGi3LZT740Fq5ZpRtgVt { 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:15023;opacity:1;top:68.25rem;left:14rem; }
#VZf3c3tIMouTux0PggODnvoCTeCFOTWf { position:absolute;display:block;z-index:15012;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/baa51dfe-24f5-4e7d-a574-c5db84707c0e/87z4.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;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: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:4.5625rem;width:4.5625rem;top:64.375rem;left:7.5rem;display:block; }#VZf3c3tIMouTux0PggODnvoCTeCFOTWf.adaptive-delivery-prevent-bg, #VZf3c3tIMouTux0PggODnvoCTeCFOTWf.lazyload, #VZf3c3tIMouTux0PggODnvoCTeCFOTWf.lazyloading { background-image: none; }
#O5qqEm19Eal3ThCqTK89ZwKGJPwZt8uq { color:#808080;display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:14999;line-height:1.5;letter-spacing:0;top:46.90625rem;left:8.21875rem;height:15rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qPZTP018m3thv31Nnw7lUWtTuDc0Dx5L { 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:15026;opacity:1;top:36.125rem;left:38.5625rem;display:none; }
#ZnaT7J1pNukEBtAVTEZipFL06g7CgW1c { 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:15028;opacity:1;top:36.125rem;left:37.5625rem;display:none; }
#DTJeDpH7XsCCzXAdZOVaf98mJg1WtWnN { 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:15027;opacity:1;top:36.125rem;left:36.5rem;display:none; }
#QtcLoWvy2A7UmgBPHwyO0IGEkwit7CUv { 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:15025;opacity:1;top:36.125rem;left:35.4375rem;display:none; }
#JLkN9L8wTVFl7KBh3vFQbB4InhBBqxqe { 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:15029;opacity:1;top:36.125rem;left:34.25rem;display:none; }
#BG3rFpAbrdw8o2RPf8QgK0M9B3v4CQpG { color:rgba(var(--color-tertiary-2),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:66.625rem;left:13.125rem;height:1.4625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#lZ5z0VWxF11fUUtAm7T2Sf5hSOZFaICG { 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:15026;opacity:1;top:36.125rem;left:38.5625rem;display:none; }
#Qsl400GfqGQTdIbc3KTQ6csqbCULOxsv { 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:15028;opacity:1;top:36.125rem;left:37.5625rem;display:none; }
#oKUuREIAqwvJDB5CFQh5hO3nU4RpOwb1 { 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:15027;opacity:1;top:36.125rem;left:36.5rem;display:none; }
#ECvl5N70MQ6PIzNH2icVxeBdubr3X2xP { 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:15025;opacity:1;top:36.125rem;left:35.4375rem;display:none; }
#val2gS0oC8e954k0EAxSTswgA84dtuKZ { 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:15029;opacity:1;top:36.125rem;left:34.25rem;display:none; }
#sB52u8wU59eo6cd5zMRaZxVTg0GhPC6p { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/e0a08f21-240b-4eb5-9059-9d55b4d95647/Projektbeztytuu13.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sB52u8wU59eo6cd5zMRaZxVTg0GhPC6p.adaptive-delivery-prevent-bg, #sB52u8wU59eo6cd5zMRaZxVTg0GhPC6p.lazyload, #sB52u8wU59eo6cd5zMRaZxVTg0GhPC6p.lazyloading { background-image: none; }#sB52u8wU59eo6cd5zMRaZxVTg0GhPC6p > .row .container { background-color: transparent; background-image: none; }#sB52u8wU59eo6cd5zMRaZxVTg0GhPC6p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sB52u8wU59eo6cd5zMRaZxVTg0GhPC6p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sB52u8wU59eo6cd5zMRaZxVTg0GhPC6p > .row .container > .video-iframe-container { display: none; }#sB52u8wU59eo6cd5zMRaZxVTg0GhPC6p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sB52u8wU59eo6cd5zMRaZxVTg0GhPC6p > .row > .video-iframe-container { display: none; }#sB52u8wU59eo6cd5zMRaZxVTg0GhPC6p > .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); }#sB52u8wU59eo6cd5zMRaZxVTg0GhPC6p > .row .container { border-width: 0; border-radius: 0; }#sB52u8wU59eo6cd5zMRaZxVTg0GhPC6p > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sB52u8wU59eo6cd5zMRaZxVTg0GhPC6p > .row .container { font-size:0.875rem;font-family:arial;height:54rem;width:75rem;position:relative;display:block; }#VqvHno82JT8OnvIhCo5BikkA5FTZiNOX { color:rgba(var(--color-tertiary-4),1);display:block;width:38.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:6.4375rem;left:33.75rem;height:3.0875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#r6BMnxn1azKw2xHRmWzLN52XBZpaLlQh { color:rgba(165,165,165,0.21);display:block;width:25.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:7.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.25rem;left:33.0625rem;height:9.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MVlIJsNpaATw4Vik4H01NelmI4BBb3T1 { color:rgba(var(--color-tertiary-4),1);display:block;width:34.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:11rem;left:39.15625rem;height:20.8rem;text-align:justify;text-align-last:initial;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; }
#HcvkIZFqQqbfWhG2gkdS3IBDQLosvQMG { color:rgba(var(--color-tertiary-4),1);display:block;width:34.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:32.8125rem;left:38.8125rem;height:9.1rem;text-align:justify;text-align-last:initial;display:block; }
#sLi70tTTGqPWihJqMQrRHiAXmQdwIDza { color:rgba(var(--color-tertiary-4),1);display:block;width:34.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:43.9375rem;left:38.8125rem;height:2.6rem;text-align:justify;text-align-last:initial;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #zhuXVHFo2Qi1Dvx4PW4GUQqEkCpMNA8v { display:block; }#zhuXVHFo2Qi1Dvx4PW4GUQqEkCpMNA8v > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lSMUQEqVhpZG1U6dWK9ZmFuxRQmlsic4 { top:1.0625rem;left:0rem;width:47.75rem;height:0;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BV6XHcVBfL2sLtTCAZtGyI8SpkEeOJhe .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#BV6XHcVBfL2sLtTCAZtGyI8SpkEeOJhe .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#BV6XHcVBfL2sLtTCAZtGyI8SpkEeOJhe .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#BV6XHcVBfL2sLtTCAZtGyI8SpkEeOJhe { display:flex;width:18rem;height:5.0625rem;top:0rem;left:30.3125rem; }
 }@media only screen and (max-width: 763px) { #BV6XHcVBfL2sLtTCAZtGyI8SpkEeOJhe #fyJiX9BXEEp6ZNdREVkPzUCHIzWrIPSC { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #BV6XHcVBfL2sLtTCAZtGyI8SpkEeOJhe #ZtuGtydR2fkSIHZbcJwypTRaUaHzXQV2 {  }
 }@media only screen and (max-width: 763px) { #BV6XHcVBfL2sLtTCAZtGyI8SpkEeOJhe #TcxTFqOLTixrEaZ5AG7ZFShvi1dw7Dmx {  }
 }@media only screen and (max-width: 763px) { #BV6XHcVBfL2sLtTCAZtGyI8SpkEeOJhe #QUvWaJp1O7oeM7pD2NTX1Kab6IMv4HsF { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #BV6XHcVBfL2sLtTCAZtGyI8SpkEeOJhe #LNoDQuEDgSu8roA4c2VLTRKrXh3u9t9P {  }
 }@media only screen and (max-width: 763px) { #BV6XHcVBfL2sLtTCAZtGyI8SpkEeOJhe #rqmU17xgp5EIOz94Op7pXhaTvX2XerUq {  }
 }@media only screen and (max-width: 763px) { #BV6XHcVBfL2sLtTCAZtGyI8SpkEeOJhe #Azp27ctOMT9Mbx3FreJLEE4xZGFvzwI5 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #BV6XHcVBfL2sLtTCAZtGyI8SpkEeOJhe #nv2KVqnihf54Ond5o8XPEuEDd6x0JpSV {  }
 }@media only screen and (max-width: 763px) { #BV6XHcVBfL2sLtTCAZtGyI8SpkEeOJhe #prgbeTcVZ6fOLMy8an1zMVsadEGM63BK {  }
 }@media only screen and (max-width: 763px) { #BV6XHcVBfL2sLtTCAZtGyI8SpkEeOJhe #bumX8D9oITogU807S4QzwxoXi6dhiIdV { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #BV6XHcVBfL2sLtTCAZtGyI8SpkEeOJhe #glSCDXPF5IQvdPfFb0xOEbiwah0R0exk {  }
 }@media only screen and (max-width: 763px) { #BV6XHcVBfL2sLtTCAZtGyI8SpkEeOJhe #k8KODFoUFkzqVvvgVUL74WJNXJh5TnFk {  }
 }@media only screen and (max-width: 763px) { #yfCT8vybq2X6hceOXtO4f26OfOHf56c5 { top:3.4375rem;left:0rem;width:47.75rem;height:0;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvpu9kTTTSSGQSrZhEvUZ6hKRwP8Tg4b { top:1.0625rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcFOTQwL4z97hw0OlCpVM5sZ4dkx3415 { display:block; }#fcFOTQwL4z97hw0OlCpVM5sZ4dkx3415 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uqkkrT1b65fMbMJNmOu4GhVie4CzX6t2 { width:18.625rem;height:19.25rem;top:11.5625rem;left:29.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uflsVs62LbXfVRUy0dC64TvBJguenFMC { width:15.625rem;height:11.1875rem;top:15.625rem;left:32.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HyNdXT4T42LSHg9uIKgZ4xnNGE35taXi { width:8.6875rem;height:4.5rem;top:2.125rem;left:0rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wm645qdpFvPn3tRibV7SGcONkzuo3rqZ { width:14.25rem;height:2.875rem;top:29.375rem;left:33.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQenIQBJbuK3Xn9R5MVXO5PHWfvAloB3 { display:block; }
 }@media only screen and (max-width: 763px) { #DpHrVVsVtR9V4094sDuBzuTAu7toILJ8 { width:8.6875rem;height:4.5rem;top:2.125rem;left:0rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQd0AfHRQK6d6aMZfK6bsKKCic1tM29Q { top:5.1875rem;left:0rem;width:1.25rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2TTVeUbkw2nWPBopiNV6SmgaPf4Ca1G { width:8.4375rem;height:2rem;top:2.125rem;left:33.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfAGx8v6GExVCnTShmJcywFdv8b75Cuo { display:block; }
 }@media only screen and (max-width: 763px) { #NX6kqF9ITcln1M3iXtZctH6f0Xd2maLH { width:8.4375rem;height:2rem;top:2.125rem;left:39.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZAdITSE3xEPc5N85TC3wu2Px0IIgt27 { display:block; }
 }@media only screen and (max-width: 763px) { #Z1rmJ2BLFVfTUU4GRF88LZwb2IX53SUC { width:8.4375rem;height:2rem;top:2.125rem;left:39.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZTEnohmwMqaX8qdwaLlLQ0k6SaxEFCJ { display:block; }
 }@media only screen and (max-width: 763px) { #JqS7Z6TgTsdsdfKqA3iyMi8NJSxc7FPu { top:34.4375rem;left:7.625rem;width:40.125rem;height:2.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rwu2PhifeQ9ILsbMJK1SQzLqb3Sv8JRH { display:none; }
 }@media only screen and (max-width: 763px) { #u6O54aui3mwHfDNJxMwEJqilWVi4dlfW { top:11.625rem;left:4rem;width:34.5rem;height:9.125rem;font-size:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbqsveXgbLSRodUeLR9srKvw0B7EDaCr { top:21.3125rem;left:8.375rem;width:22.9375rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAV8UEq5WAgOqrxwqzzqegIEMZFdFVen { display:block; }#vAV8UEq5WAgOqrxwqzzqegIEMZFdFVen > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fm9OB8OeSSRpF0THHNwWiuWzS4CT6zwG { top:1.9375rem;left:0rem;width:47.75rem;height:6.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpgV2zJuoPFG7pwzT8v1qBHrOd7TRzyB { display:block; }#cpgV2zJuoPFG7pwzT8v1qBHrOd7TRzyB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uBavkxAG7QsXwtkvfIUKhv1Cq5h2gfPx { width:47.75rem;height:4.1875rem;top:2.3125rem;left:0rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6AwnH0Swh5KK8EGIbXlOtS8gUHa4dBy { width:47.75rem;height:4.1875rem;top:6.5rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vms2TmrC6XFIUvAqTCXMSkDAFnoBDGVt { width:13.125rem;height:2.375rem;top:25.875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PL3qtGOLFaFE8SpPLIeqhTETBDl8srdQ { width:20.375rem;height:2.375rem;top:25.875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACMPF2oFRr6v28DwQrqUbpv2n4cMlriw { width:13.125rem;height:2.375rem;top:25.875rem;left:18.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e71rAXQsttCeMP5SldpKFfe3TgQx3l76 { width:14.8125rem;height:13.125rem;top:29.375rem;left:16.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8unTSKtw7dRpbs16SzCZAB9GKi1ceGy { width:10.875rem;height:11.9375rem;top:12.9375rem;left:20.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzFtSX4pOi4nAbmeMBbsES16Tp0fw1zf { width:16.4375rem;height:14.4375rem;top:28.75rem;left:31.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxD4SnZ9L0HUasBmiAoi1km4GXAClUoJ { width:13.125rem;height:2.375rem;top:25.4375rem;left:34.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAxINgLlelLWxdKp2PNiTmAZiaPNneK7 { width:17rem;height:33.75rem;top:12rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdK4fWyr9QhtwV2SiauSyVhTuB2Z9FAN { width:17.3125rem;height:33.875rem;top:12rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncwdNh8ghb24HF0xolcAXrcgn1qpVNUT { width:17.3125rem;height:33.8125rem;top:12rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0Wog9mNUDwAv5IVtgPgv4m38FOW5KTx { width:17.3125rem;height:33.875rem;top:12rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCIaTWtBXvZc7l7vkNTbMTCbiKS0qZQO { width:9.375rem;height:12rem;top:12.75rem;left:38.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUnLVci9DUf1R4H0aAooJ98vtoW3I1HA { width:10.8125rem;height:12.125rem;top:12.875rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #naSSs3VGBDvlT8uU4oEFppMhGikeFgID { width:15.625rem;height:14.375rem;top:28.3125rem;left:0.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuWTiKOUsn3apCEUmZwOxTtOwys1W2Ve { width:15.625rem;height:6.375rem;top:29.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8oUqWciQNyyrl4b0CRTbrgkSSVonKgf { width:13.125rem;height:2.5rem;top:44.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LH5mATTW2g1S1MTkAnyTy1GuDo0S0zr9 { display:block; }
 }@media only screen and (max-width: 763px) { #g50mAGs1duAhnWbNctWSWIsZWdFnHIsk { width:13.125rem;height:2.5rem;top:44.5rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ub4zkicCMXS5hxZp3efqhG3uUJn8bpVo { display:block; }
 }@media only screen and (max-width: 763px) { #HLtQ9JaXzbZqDb8KiPne1A0qryKSGTcv { width:13.125rem;height:2.5rem;top:44.5rem;left:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #br76H9dyMTNSkH8v3A6ckPslIJrTt41B { display:block; }
 }@media only screen and (max-width: 763px) { #l6PLwclUrhyyNPFDUV4mHJOuoyaz05xN { width:13.125rem;height:2.5rem;top:44.5rem;left:34.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ae5xfSAGahecFql7fL6qzieqNXxr3SFq { display:block; }
 }@media only screen and (max-width: 763px) { #l3O9foTD2Z7rzTgO97z477O94RsrRVM5 { width:14.1875rem;height:10.375rem;top:13.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIkKyRc24dP0uCQq8tkh478xRqEVn7Cx { top:10.75rem;left:8.875rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmSQiydItTHOVaQZNWTDIR3Az3T0atkw { top:12rem;left:9.1562509536744rem;width:3.125rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuyFPxIXNTHfQFOlU8kErhp1ZhrxtQFU { top:10.6875rem;left:19.289842605591rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UP5TxELu01A6g5xFKJSQ9eteykPhpoUr { top:10.6875rem;left:31.75rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gd9cAJE0qR48qy8S4Hcrvc1P3zNGIHLf { top:12rem;left:19.633595466614rem;width:3.5625rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXAT0rZBhEsrxG7cTaTFmvVXkeQ51i3g { top:12rem;left:31.75rem;width:3.5625rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQoOP3isOJnHevvEi1kIKOTLH1PlmA9S { width:17.0625rem;height:32rem;top:51.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEPDmIbDB1cISu6gxC0GUnHbnRt0dOmJ { width:14.1875rem;height:9.4375rem;top:52.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnnkQ1UesTBeZBT68GDRLn0P2nD8fMWr { top:49.8125rem;left:8.875rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGvtV1qPREw1kcT1gxBTQT6Wo0TDJsT1 { top:51rem;left:9.1875rem;width:3.5rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7Lm3LDW1M0kQCpTRemkHspEXWdwfNiw { width:13.125rem;height:2.375rem;top:64.1875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXhBN8ZHpnwL2cd7yzyQcqs86eVAx2G6 { width:15.625rem;height:11.8125rem;top:67.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssVr8MiqQgVwDkPKQRKNhTv2Vhbs3bNo { width:13.125rem;height:2.5rem;top:82rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XT3W795I0dXMqfFUG1TSGaHgf4hyvuOh { display:block; }
 }@media only screen and (max-width: 763px) { #gmtNUALOd0nX6HeCowPUbc2D8UG0sCu8 { width:17.0625rem;height:31.9375rem;top:51.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEPVQZhRwhuKy3UISWFeKURUemgtUfys { width:8.3125rem;height:10.375rem;top:52.75rem;left:39.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpaLTuFv30IHvPQI3Z9FH0bUMWu1NtIc { top:49.8125rem;left:18.75rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCGytf7GRvP0IHq0dMGeRGx15P8iaBeW { top:51rem;left:19.062068939209rem;width:3.5rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yX7SgcIGDWFmH2QmhAfkr8bATnpyDHV2 { width:16.9375rem;height:2.375rem;top:64.1875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ica741QuT6fqUx1BpPyc7vtIuByxTW7W { width:15.625rem;height:10.5rem;top:67.9375rem;left:0.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMux8z5KFviIxdnhF0VINOH3PBTUsiWL { width:13.125rem;height:2.5rem;top:82.0625rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhnfkPoTV5ZRaLhLSFl1d3AfpXiv8v47 { display:block; }
 }@media only screen and (max-width: 763px) { #ZL7lPh5tcFcuZtc2USWnvB8cTC9CWWDd { width:17.0625rem;height:31.9375rem;top:51.125rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNd09Kue6mTcxKQTovMIQU27tk4meqxe { width:8.25rem;height:10.375rem;top:52.75rem;left:23.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUAKx5TFSckpgF7px0gCL9PqLVsAMbli { top:50.25rem;left:31.75rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlMciP7WnmJ7CfWCJunKMV4FcwTMJ4MM { top:51.4375rem;left:31.75rem;width:3.5rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTbLxSqrpyW5KVf44tFsDXeFkLB3ikQO { width:15.5625rem;height:2.375rem;top:64.1875rem;left:16.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nc1d5SNspF2UqE1lupKOauui622pxk6P { width:15.625rem;height:9.1875rem;top:67.9375rem;left:16.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rH62zMq0PFItIxvhayZgwn5cmlt4XUd8 { width:13.125rem;height:2.5rem;top:82.0625rem;left:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #THK6xnwFoAMCm80b8o65fyTbPHygIyin { display:block; }
 }@media only screen and (max-width: 763px) { #X9rB2MtK3DZTkNK1CAsC7n9zLTaAtZUn { width:16.875rem;height:31.5rem;top:51.4375rem;left:30.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0nDVmGBLaEN90m7xc9nsi6GXUELWXsR { width:8.3125rem;height:10.375rem;top:52.6875rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIhZH3CpJBC2pXTyExALvcGaSS4iUkdD { top:49.9375rem;left:43.375rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQADKrtSNB4EVrMTJHu8gJ342AI40cPL { top:51.125rem;left:44.0625rem;width:3.5rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7Um6NFr9OMXWMcafoKgkou9o3KWKs94 { width:13.9375rem;height:2.375rem;top:64.1875rem;left:33.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LX0sWxTRv0CZq7khneL4iV9skTnNoZD7 { width:15.625rem;height:13.125rem;top:66.875rem;left:32rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XexOek8PFDSg9dg2s7ysSStwIyAz4m7m { width:13.125rem;height:2.5rem;top:82.0625rem;left:34.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpFP1FW03GAPmztrTD020y7eDgWs4AU8 { display:block; }
 }@media only screen and (max-width: 763px) { #Rsgao9nRcqWZBl2oomZgbtbLJiwnKXWo { width:13.125rem;height:2.5rem;top:120.9375rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5L19xN7obaRVvQbnU91MZyhKxAUBBBf { display:block; }
 }@media only screen and (max-width: 763px) { #ivv08vqEwHemPu8wcNAhm7zXDTxszCqw { width:17.125rem;height:32.6875rem;top:89.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sqt2kXXvJTHiZlh4S623Aa9R6w4zZTRo { width:15.625rem;height:13.125rem;top:105.875rem;left:0.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uyqxzPbnM2ecGqtH92OZ24vCVMcxi3Ey { width:14.1875rem;height:9.4375rem;top:91.0625rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6xhEHa2GU8FXoD9VkqMCvTyrdAapGJr { width:13.625rem;height:2.375rem;top:102.125rem;left:2.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XX7Ghf3qT6zlgriwPyzQM3Pkr5FeQ3p0 { top:88.125rem;left:11.625rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4E3pZSiU9tZVh9glau2nXeDogzz7trr { top:89.375rem;left:12.3125rem;width:3.5rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kg2GOVdPqm3wUhIrMwOzvVO0VlcRP0Pv { width:13.125rem;height:2.5rem;top:120.9375rem;left:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkWgon8CbyuCLyhzJx8hb8o3HQ8Lxop2 { display:block; }
 }@media only screen and (max-width: 763px) { #rvOCs2NFlNQuP8lwTZpvIp1ScpOCVnK5 { width:17.0625rem;height:32.625rem;top:89.4375rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qvreg9R56JDoXs7NIBnV4m7sBJ3z7prP { width:15.625rem;height:9.1875rem;top:105.875rem;left:16.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #owiniTHeRyO9qpVhR8P3Ek6ueRrVn8sB { width:8.3125rem;height:10.375rem;top:91rem;left:21.218750953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXpQRMhBlZVfV7qR0Kb9WUH6Qt5Wc5PB { width:13.125rem;height:1.1875rem;top:102.75rem;left:18.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLR4My5RfcGTa3F2rROnSA3i0Pr3h1RM { top:88.1875rem;left:27.5rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBv89V3f2a7cQAE14OII0i4TqgJg4CEB { top:89.375rem;left:28.1875rem;width:3.5rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyrZv3vvFfNA1SNRH4mht0U6FnhNpdaF { width:13.125rem;height:2.5rem;top:120.9375rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ao0KcrcnXU0uNhxWVFAKiFtKVlWZJTaf { display:block; }
 }@media only screen and (max-width: 763px) { #FrlOFXVWlli6qTcpEfBaRXAExGJKhB7Q { width:17.0625rem;height:32.625rem;top:89.4375rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQ9yWErIT6xglO3TtCFORZTxb1I5hDHI { width:15.625rem;height:9.1875rem;top:105.875rem;left:31.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpZ3Tn7101FJ3VdlQAc1989FRXrkxi6i { width:8.3125rem;height:10.375rem;top:91.375rem;left:32.375000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJwSM3x6Qo696rcIT3TxvKN220H6du2w { width:13.125rem;height:1.1875rem;top:102.75rem;left:31.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6xXIh9QFO89TVGmDZrCSwcIFyzwv5Sb { top:88.1875rem;left:41.3125rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTIIANQ0RbnST4vIk88huhzQFm5UGHWT { top:89.375rem;left:41.687286376953rem;width:3.5rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqOKFz0L44LUh4Q1gFxV26Afn8yQs2Wa { top:359.4375rem;left:11.75rem;width:3.5625rem;height:4.0625rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #lbnPOXF2V7n6QfPgUtKvJ22NvDfHmbJ9 { top:10.75rem;left:8.875rem;width:4.25rem;height:4.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #QykTv9UoDaoD9s0qhAnKSSkPTAUDETCQ { width:17.25rem;height:0.6875rem;top:80.75rem;left:30.375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #EFQxTi3lliPBSAJwpJiua5SFybMA8wCZ { width:17.25rem;height:0.6875rem;top:80.75rem;left:30.375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #BFUvIQCMSmB3FEmHTiMaxoGqz8uiG61d { display:block; }#BFUvIQCMSmB3FEmHTiMaxoGqz8uiG61d > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N8CdMCgPKswUmpbm3DzM1aleulzNNkWy { top:4.0625rem;left:0rem;width:47.75rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #twKuHTxBxJTXJhzq6OgrhVATvEHTyegU { top:10.0625rem;left:0rem;width:26.125rem;height:16.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ox4HLpP9P5FBDDcBr4ktWkKXmgfZsHHE { top:27.5rem;left:0rem;width:27.875rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UlUTrDW7HWZt6ThPlJ03A1SQwHZqstkg { top:45.875rem;left:26.875rem;width:20.875rem;height:26.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDEoTXEoVIImJECctCChnTTSxAB9JtJC { top:26.25rem;left:17.5rem;width:30.25rem;height:16.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #adzGqEyMJ6heqBJmfzdyynlh0pk4lR8R { top:5.375rem;left:29.500001907349rem;width:17.6875rem;height:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oITPomeCzBgJWHoqd1JhkUDLrkF9k3Ce { top:53.0625rem;left:0rem;width:46.8125rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhFAaGNeLt5qGTDFTk8ge3nOn39h1vkp { top:74.4375rem;left:0rem;width:45.375rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOVeqNVOqA6XEeVlwEooTBoBzeBTRVZ4 { top:95.0625rem;left:11.3125rem;width:36.4375rem;height:4.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #STwBXz0GdC5A4I4UDFWdHtLqIUm55sxW { top:79.875rem;left:0rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSE9TeTaTfh9e33HUzfDGmKFsewz0Irt { top:46.875rem;left:0rem;width:40rem;height:26rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2hwpuTXTvE1hPchsRvtzLvAvK2GTT0Z { top:82.375rem;left:0.09375rem;width:47.5625rem;height:8.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgkZESpbvFeyNhKxBOvFhQaVTb9fH4f8 { top:90.875rem;left:0rem;width:23.8125rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtHinTcyvtPZ3ioalEoFqwdaxb6aUAXT { top:92.375rem;left:35.25rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhwWKxaxZ9ATTSzyg0fT5dLLdQZBxTdm { display:block; }#GhwWKxaxZ9ATTSzyg0fT5dLLdQZBxTdm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KRmGWqHQBZNyFuJashRK6z9eA8KNyIPl { top:2.75rem;left:12.65625rem;width:22.4375rem;height:2.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKdw9Rs37E7bMc1tuGZ6i21Ix0QAzGWT { top:6.5625rem;left:0.71875rem;width:46.3125rem;height:7.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWcbeCOxuiIkivORHTNzkdQoZN7Of7h5 { top:5.625rem;left:17.59375rem;width:11.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDM9lDlJdqtghrO9zeFP2bMkeSJsxReq { top:15.5rem;left:4.34375rem;width:39.0625rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cANOwAaaObT6STxU8fsyJgwDdMN7zomZ { top:28.4375rem;left:21.59375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WK8t4oIAwkkQ8xRqsm6FUNTcxKLO2ZLP { display:block; }#WK8t4oIAwkkQ8xRqsm6FUNTcxKLO2ZLP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T5i3gJlp73tQHAVTxkm0NEuUTSEHT8xv { width:47.75rem;height:4.1875rem;top:2.3125rem;left:0rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRZJ3EfKTVMopqUgBFwTnMtMQCoQdrNf { width:47.75rem;height:4.1875rem;top:6.5rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nei3CVWGq5q2G9uPuUCpOPDrVMhpvxbb { width:13.125rem;height:2.375rem;top:25.875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOyZps67hk4FGJ5pZ1bPVsGXkcqEoK7h { width:20.375rem;height:2.375rem;top:25.875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzBbJ3CbfMiDay0u8QyTiHSatGSPf96t { width:13.125rem;height:2.375rem;top:25.875rem;left:18.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JED22NzdMauFfP7BEiUgT7QMME6bgE6L { width:14.8125rem;height:13.125rem;top:29.375rem;left:16.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #guLA3yvdTCLXQseTTL23LcMl4XDslhms { width:10.875rem;height:11.9375rem;top:12.9375rem;left:20.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnL8M6xkCuLcXVGUXDJuGZLveQ8Lzbw8 { width:16.4375rem;height:14.4375rem;top:28.125rem;left:31.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBNZkbmnCp2iFDb36zhqs0N6G93Pb2qK { width:13.125rem;height:2.375rem;top:25.4375rem;left:34.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TraA4THkqLn6WyegOFCi4brpycnKwr0R { width:17rem;height:33.75rem;top:12rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHoAAGXmGU5g1r7Ekwrvg40fT2ktyQok { width:17.3125rem;height:33.875rem;top:12rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4MvlZ7UXe3qCl3vs17y0ziDKobTLtOF { width:17.3125rem;height:33.8125rem;top:12rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zR5tGOZasygisAU4D05I0z5ifTspoPJZ { width:17.3125rem;height:33.875rem;top:12rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4H3FEIuzTO9z1OqCdWlrz445e19uxmL { width:9.375rem;height:12rem;top:12.75rem;left:38.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlFIuHm1dkPTqC7zihULoFOq6RVWbKuy { width:10.8125rem;height:12.125rem;top:12.875rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJNTC6O0H5P9ECfK2RBnlvrRETHr4k7D { width:15.625rem;height:14.4375rem;top:28.375rem;left:0.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pa8knt7SnyxJqv6ock9UtGKGSA1f46ZS { width:15.625rem;height:6.375rem;top:29.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMOUtGS06AylzGFdSyXNr1KLzrtPSiN4 { width:13.125rem;height:2.5rem;top:44.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkvF0AeKU3GGuSzBtopkQrayhPic4uKE { display:block; }
 }@media only screen and (max-width: 763px) { #r4NMVQ6bgl4ciiUZgF22HURAsRysEi74 { width:13.125rem;height:2.5rem;top:44.5rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbE4hpLTyhRFBMa4BwwSaAXmO1g4X9Q1 { display:block; }
 }@media only screen and (max-width: 763px) { #PakND4hs2GRSn59uPpT9qaMM5Fsy3TFc { width:13.125rem;height:2.5rem;top:44.5rem;left:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iW7mBOiJiQh4eJqH7RdJGxkbNfCOqKJ8 { display:block; }
 }@media only screen and (max-width: 763px) { #V50vVnvc6qISli5qgQdhUiBlRuLWq7QJ { width:13.125rem;height:2.5rem;top:44.5rem;left:34.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ws9cTIw3gCra9fG7qQF1Dad8RPkDQonK { display:block; }
 }@media only screen and (max-width: 763px) { #eaIlC7V6HwBUxBvIVZAgPL1JbR52Smpd { width:14.1875rem;height:10.375rem;top:13.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2EExyahUmJLPsL3IZLl7ToJDwMnDLxp { top:10.75rem;left:8.875rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FECPLNLvEwBvs2ozCglK3y0kicBBQMI4 { top:11.9375rem;left:9.2493476867675rem;width:3.5rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #witlLMwP3dn7CTmT2q1l2VHDhdSDKPsA { top:10.6875rem;left:19.289842605591rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkLVsKNKfSMzAfhdfiKnFTEM6TpRnact { top:10.6875rem;left:31.75rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCcK5eluZWedM2iGa1yOmXadzfeDOgXH { top:11.9375rem;left:19.506946563721rem;width:3.5rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dly5OCTL0qXX9iVxKTzmKi6CZxFIIN4R { top:11.9375rem;left:31.75rem;width:3.5rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iaPHmH8RDW02FOnQZwFfw96in7cxrkvQ { width:17.0625rem;height:32.5625rem;top:51.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqKvb7ZJ29EJDr0iJTvREiOeg13Ql4gA { width:14.1875rem;height:9.4375rem;top:52.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHMcTXqIX4OBsdSwILkDLzfpb6k0XGee { top:49.8125rem;left:8.875rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQTmEvGpRo6CHfcaFLvR7p16aoiEoAeA { top:51rem;left:9.1245651245119rem;width:3.5rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPqK95Jbxo0qTg719RIuvoDMSJAdZWN3 { width:13.125rem;height:2.375rem;top:64.25rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2SUMlIDi36ECBKLWv1n5T0WS7nXyoRM { width:15.625rem;height:11.8125rem;top:68rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrtt5oUa1U17IsLCERNSXiDyvQ6rwqVF { width:13.125rem;height:2.5rem;top:82.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcaruCST2FfHgeFTL1NiEC2Zs4coMZkt { display:block; }
 }@media only screen and (max-width: 763px) { #cQKyabBHbAzdUMrRmoifUun4JIGW1TZ3 { width:17.0625rem;height:32.4375rem;top:51.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4iyCkUZKTpvIpbDZq5yC1wFHbuUIQL3 { width:8.3125rem;height:10.375rem;top:52.75rem;left:39.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iurqKgOAzo50DwHrUKOiFuw7PCZm4d8z { top:49.8125rem;left:18.75rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJugK5B0nl9NCTboStufB29cybu5NaQ4 { top:51rem;left:19.062068939209rem;width:3.5rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #THeVXLdMDz5T9GwDMqaCX9vfRV8QepQp { width:16.9375rem;height:2.375rem;top:64.25rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6O4dm4IpnXPApnh6D9LXt793WKMR0TO { width:15.625rem;height:10.5rem;top:68rem;left:0.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4iEizXg8olnR0pT2HxWnaW4vCk3DwVq { width:13.125rem;height:2.5rem;top:82.625rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CT7Fnvi34v9f4ezrJi0fXpvTOiFwMemD { display:block; }
 }@media only screen and (max-width: 763px) { #p5IUso0a6Sg4xTq90vae9kzW0aNOwzxn { width:17.0625rem;height:32.375rem;top:51.125rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWZI9CCANeITry5zQhrJbGeqtucgyqvV { width:8.25rem;height:10.375rem;top:52.75rem;left:23.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GawIry8qWaNP0RbJ20ULTWM747BKChcy { top:50.25rem;left:31.75rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLLRdOazlT5iwStEBikviU1xWLgRsQw3 { top:51.4375rem;left:31.75rem;width:3.5rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTs5QaBFJkTX24twosyAoaDcMTA73IH8 { width:15.5625rem;height:2.375rem;top:64.25rem;left:16.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PfWIxfQxT6aPqbnCg5T7kdTzTTaTIc4L { width:15.625rem;height:9.1875rem;top:68rem;left:16.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypQtBvW6TPJV00DceJw7HncFbkXyW4UA { width:13.125rem;height:2.5rem;top:82.625rem;left:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3FaHuVUscLWuatKcI8ol9i7Dzayt2Wr { display:block; }
 }@media only screen and (max-width: 763px) { #vuTUw9qBWTqJk0CHGQ9fH4AE5TNTDnSU { width:16.875rem;height:31.9375rem;top:51.4375rem;left:30.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUbxIBs5E3TGKnrhbmhqIwWeAWTZxNyf { width:8.25rem;height:10.375rem;top:52.6875rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4HKyqBGHzxFITw57X5fiyLH91cpqQAv { top:49.9375rem;left:43.375rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbqGFVbV390A5Un4OLOfSzRuRrQblALA { top:51.125rem;left:44.0625rem;width:3.5rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tclq2Et7xLf80kP9aTP0W3SUIEpLCVaa { width:13.9375rem;height:2.375rem;top:64.25rem;left:33.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #egk6FEoCZZyEpL9AGbDRC6sFDZixZqHF { width:15.625rem;height:13.125rem;top:68rem;left:32rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRLF4BTllTdyhRpIk4Bn7vdfgyPGQ21S { width:13.125rem;height:2.5rem;top:82.625rem;left:34.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOWgP9C4zGVbWul5W8TCmX7b7gqOgyLv { display:block; }
 }@media only screen and (max-width: 763px) { #xs5nAcFVB4HD1e4cV8pxMuVRWpOkmz0t { width:13.125rem;height:2.5rem;top:121.25rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVeOzRv4Fccnc7DlxlFOE9O4Ng0u3WQp { display:block; }
 }@media only screen and (max-width: 763px) { #B7KV4MCxfExbmlRfFanKZcd8DmqiTtP3 { width:17.125rem;height:33.0625rem;top:89.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERF2AfhhO20bFr9ZlRAmnBuQzZGIOx0S { width:15.625rem;height:13.125rem;top:105.8125rem;left:0.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIKq8DDzKTe7TJEN9y8RfAaPtK6JQb2V { width:7.5625rem;height:9.4375rem;top:91.375rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ax3FklaWNGsTBznvCszXILI3ApDhq5f1 { width:13.625rem;height:2.375rem;top:102.0625rem;left:2.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBou1zWQ5r9wLVCmE9CbrJ9i8zufeRtN { top:88.125rem;left:11.625rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQOCSFEBpAonCJWL3PgtH5lwFVAoPIZV { top:89.375rem;left:12.3125rem;width:3.5rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcTMb6XdMRlZVKlJh36NdQGpVHIS1RoM { width:13.125rem;height:2.5rem;top:121.25rem;left:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHyDXJNFK7vXDTASGbKytTu2TThQS64e { display:block; }
 }@media only screen and (max-width: 763px) { #VHUSAy1BCc5NNqXF1cs16kO5u9cvuiVd { width:17.0625rem;height:33rem;top:89.4375rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICqSnN4Op7q0PwZEfPbiGTsM4LX9qDQa { width:15.625rem;height:9.1875rem;top:105.8125rem;left:16.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1eTrtq7D56f22TorPgdmTmJo7UAU74C { width:8.25rem;height:10.375rem;top:91rem;left:21.218750953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHVZoSfFzuwUmubXkpOuwgkSMA1SwsIn { width:13.125rem;height:1.1875rem;top:102.625rem;left:18.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2hQuC15M6srCRyy8pZkH51wVzPUB33W { top:88.1875rem;left:27.5rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ud7DbRJaoCkHptiCD2Ky2ITdb6grQz4c { top:89.375rem;left:28.1875rem;width:3.5rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QU2T1ciqDT2OIFSS6cEioTSe8pmAMurv { width:13.125rem;height:2.5rem;top:121.25rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJN1FchbUJLoLobMJlkO1CF7B6dKDCOb { display:block; }
 }@media only screen and (max-width: 763px) { #cMTTJKGP8y56zEphFLCOfDFEgQVCrXf1 { width:17.0625rem;height:33.125rem;top:89.4375rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #szZki9T9Oz8D2e1T58Gm5Gcd5ykbFqka { width:15.625rem;height:9.1875rem;top:105.8125rem;left:31.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k63TB4TVbyf5bQvhTXsb2oLiWRFfGgWE { width:8.3125rem;height:10.375rem;top:91.375rem;left:32.375000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKly2KTZMb6Tpn3rBf0o8TsTLVAceIXT { width:13.125rem;height:1.1875rem;top:102.625rem;left:31.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTl7syROKnayabwCKO3WOA5XpsL4piDr { top:88.1875rem;left:41.3125rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6opD9DMukFeUrt3WZqByB5TC7MotHAp { top:89.375rem;left:41.624351501465rem;width:3.5rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1IKWm45ZtTbAebM1BIm4TxkakVHuJra { top:51.4375rem;left:11.724609375rem;width:3.5625rem;height:4.0625rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ryCTvAsLHgePQMNBecv5TQAens6nCMi5 { top:49.8125rem;left:8.875rem;width:4.25rem;height:4.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #e4S8fRGTwxNDHqFrcKAGcDTbu4iFBZZH { width:17.25rem;height:0.6875rem;top:119.8125rem;left:14.5rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #nfe59U1NlMHkgpw6ZNpF93OdE7rNVl6T { display:block; }#nfe59U1NlMHkgpw6ZNpF93OdE7rNVl6T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cTDwnNsqeiKTxH9k7bmUVizvXh00Cr5N { top:0.8125rem;left:0rem;width:47.75rem;height:15rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUHhxQ0OhUETxIHWuDv82izG54xHbqf8 { display:block; }#nUHhxQ0OhUETxIHWuDv82izG54xHbqf8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hU77D3Wb76uerDOMSw26QkcxCgWBTbv9 { width:47.75rem;height:3.0625rem;top:5.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UmTwkdfFPSelxdbSEGDv8tLn86dTm5AI { width:18.9375rem;height:20.5rem;top:17.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sie8TTW0U7qPvA1hoB2VERL6k25lXJTo { width:17.5rem;height:13.5rem;top:20.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UiOg5unJOzEtRH37WIPHQNyDQUtsT5m5 { width:11.25rem;height:1.4375rem;top:37.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ten764XqgRJmWnIe4ZdOdXh6toe96oN7 { width:4.5625rem;height:4.5625rem;top:36.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAkM1DaBrBztFqJHhb9up3ivPt2udo5z { width:18.9375rem;height:17.375rem;top:14.5625rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCk2uxy74wExN6NxaurDx3O6iQbOoJHk { width:4.5625rem;height:4.5625rem;top:30.75rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6NqgpqKFFEvrqM2nc9KxR00UDOxy4XU { width:18.9375rem;height:20.5625rem;top:17.375rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMb7t7c2OvlxDeercFo33ogmnvD2iAZf { width:4.5625rem;height:4.5625rem;top:37.0625rem;left:34.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eD7G1r5Fzdb6xqSToUv3i9nh1mFogBbx { top:39.4375rem;left:4.8125rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTmTfgnBKzfoffTINqNutbNFSSAffiKH { top:39.4375rem;left:3.6875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sf15VVoF4CLdQoWw8gU0KP2IUvzawtNv { top:39.4375rem;left:2.625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vs3yq1N5MZsyrQ3DvwR2MUWJTsQTByAv { top:39.4375rem;left:1.5625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVlVrR4lrFpOtcF3VwmFdCvvTHcUWB5u { top:39.4375rem;left:0.375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcQq0DZI7qUqU6XghZ95J32XxxbRZbUs { top:33.6875rem;left:24.9375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6WqSdvsooJlfJWE9fLDqz3nTWOFRbmz { top:33.6875rem;left:23.9375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGCE0lscBPphS0tCNT4w9xw5TP44vBxE { top:33.6875rem;left:22.875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsyWKn5zkF3HVI7GlWQ4zSW3p0PZrrCu { top:33.6875rem;left:21.8125rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGKhG5Gl0eX9Q9Q7eyU1ylgx4GXl2T06 { top:33.6875rem;left:20.625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZtLtz9Eg0NMksRFgdwfUoDlEWMBJKeF { width:11.25rem;height:0;top:32.0625rem;left:19.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZtLs040BlBkP5sATBbvDAz4FZ3akJkW { top:40.125rem;left:45.875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #neI4cIKHrLID4hiCTa8ZNsW8wLsOG4r3 { top:40.125rem;left:44.75rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnExMoMAGTxVXbr5cd3NTJFAMorf7KA1 { top:40.125rem;left:43.6875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUmoT0VE6ai5tUmPkwAkkbhGwpt3ZODn { top:40.125rem;left:42.625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAw6AAKKRcSD6GgHo2zBy5owHXUdCTfN { width:11.25rem;height:1.4375rem;top:38.5625rem;left:36.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IznkuZXTtfeACc7dh2nESEkW5yKQAUs5 { top:40.125rem;left:41.4375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPU4vL9kWCHTl3nViLK3vebuDpKQEhv8 { width:17.5rem;height:12rem;top:17rem;left:15.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sa9Im3hb4eWDFqk801Z9JfAMvwtgXc4k { width:17.5rem;height:16.5rem;top:19.3125rem;left:30.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGuyxxzV75HL3V6fR48VpTL2dsexfzzT { top:12rem;left:18.3125rem;width:11.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #muRNiVebCTiPiofX9rZB8G48m5JuNWlg { width:17.5rem;height:;top:40.625rem;left:15.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpyNuqoqkMTaKVUhoHmr54uuJXHRsZzd { width:47.75rem;height:9.75rem;top:1.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvZVNktZHzXikWSZOAwcQa81hWQS8ERS { top:36.125rem;left:24.9375rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #FvsRgDTua0mzEqBSTM21ehQOlncy4oJ9 { top:36.125rem;left:23.9375rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #QPcAQyngQeTObFwtTVtIOUmcXRLlJ9t3 { top:36.125rem;left:22.875rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #CluJsJBft1GI5IvWLCFrBqMzVrnbF5XT { top:36.125rem;left:21.8125rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZcngMdA6L2BKHVJi3PBTfKTvyFqSQnbB { top:36.125rem;left:20.625rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #l8bT27qGr9QLVgsmLpRPq4ibh3D8cJrw { top:36.125rem;left:24.9375rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #RrTooGzVbLL5lI5TZidKHpTrd9i08VBr { top:36.125rem;left:23.9375rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #kRH4JURO0L8h6KgTEUoUQ4qFCHGdttx4 { top:36.125rem;left:22.875rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #zn3p6JWyOxULPT1JQ4R6ffyipT7AAOTC { top:36.125rem;left:21.8125rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #D33wPegmWvKw6mRiU8UqNasemTTG4UCo { top:36.125rem;left:20.625rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #wb98Sm183cZ654yFvun1hOLa0AO5gQsm { width:18.9375rem;height:21.6875rem;top:43.5625rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uThVWw9xCQrVN8CXKTSkEye0xCmTDnfD { width:18.9375rem;height:17.8125rem;top:39.75rem;left:14.407291412354rem;display:block; }
 }@media only screen and (max-width: 763px) { #muuxWODLeuC4Vt1bDT1RvFtiyn9Szt9K { top:59.1875rem;left:26.125rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTHLplTBTZoHz6akoOlRSUCfIPIFyMAE { top:59.1875rem;left:25rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1yHmlHdWsMPBK9pIg3oFixPXe4eK21e { top:59.1875rem;left:23.9375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9Hc5HcUX2D69mFvJ4GLEhTLRoMFT2Q2 { top:59.1875rem;left:22.875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwqZGrIppwub2sGNJTQEEbb98LgTQcMt { top:59.1875rem;left:21.6875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGhxczEU2OLaEoiTKeEBFT8tw1eeTxJp { width:4.5625rem;height:4.5625rem;top:56.125rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yEJPuCB8VZsIX2F3KEvTtclAyQNOFrAJ { width:13.25rem;height:1.4375rem;top:57.6875rem;left:20.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FovN2fNlb8ygAzVgdy9T4eNtyOeNG92c { width:17.5rem;height:13.5rem;top:47.625rem;left:30.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #khOC3v6dRqrK7HAfotLo47qIDqOANbyP { width:4.5625rem;height:4.5625rem;top:64.375rem;left:34.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Efh20ZPg4q4PkRJNmADDXVfx7n8KhXXT { top:67.4375rem;left:41.375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUmOTQiifVOktrs1ThTCTFwKXyJo6vSU { width:11.25rem;height:1.4375rem;top:65.8125rem;left:36.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTw7nsBWWUvuoxbpvLBETavGOHu2idmd { top:67.4375rem;left:42.5625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASMPr3blWmT42R0W34e0lMRap8WPwO3k { top:67.4375rem;left:43.625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zy149vsbrGUndKQGwtHuTDDFmPXXVNRP { top:67.4375rem;left:44.6875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5mSpSopRDp5Bz2UoQJO3e7vVzpsqQ7H { top:67.4375rem;left:45.875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xaztPNMiHI2ZTCw2qHOi96TnHA0WGXTW { width:18.875rem;height:22.125rem;top:43.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #amSAixDgT0r1qE9WmPXLnXNSzRhd9Tqn { width:11.25rem;height:1.4375rem;top:66.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MlybM6sdFnEbTisVEzxNrVvuWT3blXzg { top:68.25rem;left:4.8125rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmgQmTUMKvX6WpGtTVA5hNz7SfK5kyiW { top:68.25rem;left:3.6875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1Cdz0BlATlbn0khC7PKv9fRUTHiCacI { top:68.25rem;left:2.625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgOTUnJ4rEvJNrluB6vXfr2kavsp38MJ { top:68.25rem;left:1.5625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QC3nozKk5WTNHGi3LZT740Fq5ZpRtgVt { top:68.25rem;left:0.375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZf3c3tIMouTux0PggODnvoCTeCFOTWf { width:4.5625rem;height:4.5625rem;top:64.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5qqEm19Eal3ThCqTK89ZwKGJPwZt8uq { width:17.5rem;height:15rem;top:46.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPZTP018m3thv31Nnw7lUWtTuDc0Dx5L { top:36.125rem;left:24.9375rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZnaT7J1pNukEBtAVTEZipFL06g7CgW1c { top:36.125rem;left:23.9375rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DTJeDpH7XsCCzXAdZOVaf98mJg1WtWnN { top:36.125rem;left:22.875rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #QtcLoWvy2A7UmgBPHwyO0IGEkwit7CUv { top:36.125rem;left:21.8125rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JLkN9L8wTVFl7KBh3vFQbB4InhBBqxqe { top:36.125rem;left:20.625rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #BG3rFpAbrdw8o2RPf8QgK0M9B3v4CQpG { width:6.0625rem;height:;top:143rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lZ5z0VWxF11fUUtAm7T2Sf5hSOZFaICG { top:36.125rem;left:24.9375rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qsl400GfqGQTdIbc3KTQ6csqbCULOxsv { top:36.125rem;left:23.9375rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #oKUuREIAqwvJDB5CFQh5hO3nU4RpOwb1 { top:36.125rem;left:22.875rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ECvl5N70MQ6PIzNH2icVxeBdubr3X2xP { top:36.125rem;left:21.8125rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #val2gS0oC8e954k0EAxSTswgA84dtuKZ { top:36.125rem;left:20.625rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #sB52u8wU59eo6cd5zMRaZxVTg0GhPC6p { display:block; }#sB52u8wU59eo6cd5zMRaZxVTg0GhPC6p > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VqvHno82JT8OnvIhCo5BikkA5FTZiNOX { width:38.375rem;height:3.0625rem;top:6.4375rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6BMnxn1azKw2xHRmWzLN52XBZpaLlQh { width:25.875rem;height:9.75rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVlIJsNpaATw4Vik4H01NelmI4BBb3T1 { top:11rem;left:12.875rem;width:34.875rem;height:20.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcvkIZFqQqbfWhG2gkdS3IBDQLosvQMG { top:32.8125rem;left:12.875rem;width:34.875rem;height:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLi70tTTGqPWihJqMQrRHiAXmQdwIDza { top:43.9375rem;left:12.875rem;width:34.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #zhuXVHFo2Qi1Dvx4PW4GUQqEkCpMNA8v { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ff0044, #b90036);background-image: -moz-linear-gradient(180deg, #ff0044, #b90036);background-image: -ms-linear-gradient(180deg, #ff0044, #b90036);background-image: -o-linear-gradient(180deg, #ff0044, #b90036);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0044', endColorstr='#b90036' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0044', endColorstr='#b90036' );";background-image: linear-gradient(180deg, #ff0044, #b90036);background-size:contain !important;display:none; }#zhuXVHFo2Qi1Dvx4PW4GUQqEkCpMNA8v > .row .container { width:20rem;height:16.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lSMUQEqVhpZG1U6dWK9ZmFuxRQmlsic4 { width:20rem;height:2.5996125rem;top:1.4355469942093rem;left:0rem;font-size:2rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #BV6XHcVBfL2sLtTCAZtGyI8SpkEeOJhe .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#BV6XHcVBfL2sLtTCAZtGyI8SpkEeOJhe .widget-text.counter-number { padding-top:0.3625rem;padding-right:0.32125rem;padding-bottom:0.3625rem;padding-left:0.32125rem;width:1.928125rem;min-width:1.928125rem;height:1.94625rem;font-size:1.44875rem;line-height:31.14px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#BV6XHcVBfL2sLtTCAZtGyI8SpkEeOJhe .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.22625rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.57rem;height:0.769375rem;font-size:0.543125rem;line-height:12.31px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#BV6XHcVBfL2sLtTCAZtGyI8SpkEeOJhe { display:flex;width:14.3125rem;height:3.6660125rem;top:9.7353515625rem;left:2.4345703125rem;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #da1448, #b90036);background-image: -moz-linear-gradient(0deg, #da1448, #b90036);background-image: -ms-linear-gradient(0deg, #da1448, #b90036);background-image: -o-linear-gradient(0deg, #da1448, #b90036);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#da1448', endColorstr='#b90036' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#da1448', endColorstr='#b90036' );";background-image: linear-gradient(0deg, #da1448, #b90036);background-size:auto !important;padding-top:0.395rem;padding-right:0.408125rem;padding-bottom:0.395rem;padding-left:0.408125rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #BV6XHcVBfL2sLtTCAZtGyI8SpkEeOJhe #fyJiX9BXEEp6ZNdREVkPzUCHIzWrIPSC { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #BV6XHcVBfL2sLtTCAZtGyI8SpkEeOJhe #ZtuGtydR2fkSIHZbcJwypTRaUaHzXQV2 {  }
 }@media only screen and (max-width: 763px) { #BV6XHcVBfL2sLtTCAZtGyI8SpkEeOJhe #TcxTFqOLTixrEaZ5AG7ZFShvi1dw7Dmx {  }
 }@media only screen and (max-width: 763px) { #BV6XHcVBfL2sLtTCAZtGyI8SpkEeOJhe #QUvWaJp1O7oeM7pD2NTX1Kab6IMv4HsF { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #BV6XHcVBfL2sLtTCAZtGyI8SpkEeOJhe #LNoDQuEDgSu8roA4c2VLTRKrXh3u9t9P {  }
 }@media only screen and (max-width: 763px) { #BV6XHcVBfL2sLtTCAZtGyI8SpkEeOJhe #rqmU17xgp5EIOz94Op7pXhaTvX2XerUq {  }
 }@media only screen and (max-width: 763px) { #BV6XHcVBfL2sLtTCAZtGyI8SpkEeOJhe #Azp27ctOMT9Mbx3FreJLEE4xZGFvzwI5 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #BV6XHcVBfL2sLtTCAZtGyI8SpkEeOJhe #nv2KVqnihf54Ond5o8XPEuEDd6x0JpSV {  }
 }@media only screen and (max-width: 763px) { #BV6XHcVBfL2sLtTCAZtGyI8SpkEeOJhe #prgbeTcVZ6fOLMy8an1zMVsadEGM63BK {  }
 }@media only screen and (max-width: 763px) { #BV6XHcVBfL2sLtTCAZtGyI8SpkEeOJhe #bumX8D9oITogU807S4QzwxoXi6dhiIdV { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #BV6XHcVBfL2sLtTCAZtGyI8SpkEeOJhe #glSCDXPF5IQvdPfFb0xOEbiwah0R0exk {  }
 }@media only screen and (max-width: 763px) { #BV6XHcVBfL2sLtTCAZtGyI8SpkEeOJhe #k8KODFoUFkzqVvvgVUL74WJNXJh5TnFk {  }
 }@media only screen and (max-width: 763px) { #yfCT8vybq2X6hceOXtO4f26OfOHf56c5 { width:20rem;height:0.73046875rem;top:14.9375rem;left:0rem;font-size:0.5625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #yvpu9kTTTSSGQSrZhEvUZ6hKRwP8Tg4b { width:20rem;height:7.7988125rem;top:1.435546875rem;left:0rem;font-size:2rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #fcFOTQwL4z97hw0OlCpVM5sZ4dkx3415 { background-color:#ffffff;background-image:none;display:block; }#fcFOTQwL4z97hw0OlCpVM5sZ4dkx3415 > .row .container { background-color: transparent; background-image: none; }#fcFOTQwL4z97hw0OlCpVM5sZ4dkx3415::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fcFOTQwL4z97hw0OlCpVM5sZ4dkx3415 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fcFOTQwL4z97hw0OlCpVM5sZ4dkx3415 > .row .container > .video-iframe-container { display: none; }#fcFOTQwL4z97hw0OlCpVM5sZ4dkx3415 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fcFOTQwL4z97hw0OlCpVM5sZ4dkx3415 > .row > .video-iframe-container { display: none; }#fcFOTQwL4z97hw0OlCpVM5sZ4dkx3415 > .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); }#fcFOTQwL4z97hw0OlCpVM5sZ4dkx3415 > .row .container { width:20rem;height:50.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uqkkrT1b65fMbMJNmOu4GhVie4CzX6t2 { width:17.875rem;height:16.9375rem;top:20.3125rem;left:1.0625rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #uflsVs62LbXfVRUy0dC64TvBJguenFMC { width:14.375rem;height:10.722625rem;top:23.4375rem;left:2.8125rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HyNdXT4T42LSHg9uIKgZ4xnNGE35taXi { width:5.5625rem;height:2.0625rem;top:1rem;left:3.9375rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Wm645qdpFvPn3tRibV7SGcONkzuo3rqZ { width:14.25rem;height:2.875rem;top:36.3125rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQenIQBJbuK3Xn9R5MVXO5PHWfvAloB3 { display:block; }
 }@media only screen and (max-width: 763px) { #DpHrVVsVtR9V4094sDuBzuTAu7toILJ8 { width:8.6875rem;height:2.19921875rem;top:1.0625rem;left:8.5rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #lQd0AfHRQK6d6aMZfK6bsKKCic1tM29Q { width:1.25rem;height:1.5625rem;top:2rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2TTVeUbkw2nWPBopiNV6SmgaPf4Ca1G { width:6.9375rem;height:1.5625rem;top:4.40625rem;left:6.9999998807906rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfAGx8v6GExVCnTShmJcywFdv8b75Cuo { display:block; }
 }@media only screen and (max-width: 763px) { #NX6kqF9ITcln1M3iXtZctH6f0Xd2maLH { width:6.5625rem;height:1.5625rem;top:4.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZAdITSE3xEPc5N85TC3wu2Px0IIgt27 { display:block; }
 }@media only screen and (max-width: 763px) { #Z1rmJ2BLFVfTUU4GRF88LZwb2IX53SUC { width:5.6875rem;height:1.5625rem;top:4.375rem;left:14.312500357628rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZTEnohmwMqaX8qdwaLlLQ0k6SaxEFCJ { display:block; }
 }@media only screen and (max-width: 763px) { #JqS7Z6TgTsdsdfKqA3iyMi8NJSxc7FPu { width:20rem;height:3.736325rem;top:43.875rem;left:0rem;font-size:1.4375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Rwu2PhifeQ9ILsbMJK1SQzLqb3Sv8JRH { top:42.375rem;left:0rem;width:20rem;height:6.75rem;z-index:15009;background-color:rgba(97,193,255,0.81);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #u6O54aui3mwHfDNJxMwEJqilWVi4dlfW { width:20rem;height:4rem;top:9.875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sbqsveXgbLSRodUeLR9srKvw0B7EDaCr { width:20rem;height:3.41015625rem;top:14.4375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vAV8UEq5WAgOqrxwqzzqegIEMZFdFVen { background-color:rgba(21,24,36,0.85);background-image:none;display:block; }#vAV8UEq5WAgOqrxwqzzqegIEMZFdFVen > .row .container { background-color: transparent; background-image: none; }#vAV8UEq5WAgOqrxwqzzqegIEMZFdFVen::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vAV8UEq5WAgOqrxwqzzqegIEMZFdFVen > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vAV8UEq5WAgOqrxwqzzqegIEMZFdFVen > .row .container > .video-iframe-container { display: none; }#vAV8UEq5WAgOqrxwqzzqegIEMZFdFVen > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vAV8UEq5WAgOqrxwqzzqegIEMZFdFVen > .row > .video-iframe-container { display: none; }#vAV8UEq5WAgOqrxwqzzqegIEMZFdFVen > .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); }#vAV8UEq5WAgOqrxwqzzqegIEMZFdFVen > .row .container { width:20rem;height:20.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fm9OB8OeSSRpF0THHNwWiuWzS4CT6zwG { width:20rem;height:17.2460625rem;top:1.40625rem;left:0rem;font-size:1.4375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #cpgV2zJuoPFG7pwzT8v1qBHrOd7TRzyB { display:block; }#cpgV2zJuoPFG7pwzT8v1qBHrOd7TRzyB > .row .container { width:20rem;height:389rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uBavkxAG7QsXwtkvfIUKhv1Cq5h2gfPx { width:20rem;height:5.8496125rem;top:0.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6AwnH0Swh5KK8EGIbXlOtS8gUHa4dBy { width:20rem;height:13.5rem;top:6.78750038147rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vms2TmrC6XFIUvAqTCXMSkDAFnoBDGVt { width:13.125rem;height:2rem;top:32.9375rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PL3qtGOLFaFE8SpPLIeqhTETBDl8srdQ { width:13.125rem;height:3rem;top:68rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACMPF2oFRr6v28DwQrqUbpv2n4cMlriw { width:13.125rem;height:1.00043125rem;top:105.25rem;left:3.375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e71rAXQsttCeMP5SldpKFfe3TgQx3l76 { width:14.8123125rem;height:13.125rem;top:106.24891853332rem;left:2.5933161377907rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8unTSKtw7dRpbs16SzCZAB9GKi1ceGy { width:10.375rem;height:11.4375rem;top:92.9375rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzFtSX4pOi4nAbmeMBbsES16Tp0fw1zf { width:16.436625rem;height:14.4375rem;top:141.81205749512rem;left:2.2183161377907rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxD4SnZ9L0HUasBmiAoi1km4GXAClUoJ { width:13.125rem;height:2rem;top:139.1875rem;left:3.4375000596046rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAxINgLlelLWxdKp2PNiTmAZiaPNneK7 { width:16.9375rem;height:29.8125rem;top:21.625rem;left:1.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdK4fWyr9QhtwV2SiauSyVhTuB2Z9FAN { width:16.9375rem;height:33.0625rem;top:54.25rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncwdNh8ghb24HF0xolcAXrcgn1qpVNUT { width:16.9375rem;height:30.375rem;top:91.25rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0Wog9mNUDwAv5IVtgPgv4m38FOW5KTx { width:17.0625rem;height:32.5rem;top:126.08125305176rem;left:1.7812501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCIaTWtBXvZc7l7vkNTbMTCbiKS0qZQO { width:8.9375rem;height:11.1875rem;top:127.0625rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUnLVci9DUf1R4H0aAooJ98vtoW3I1HA { width:10.125rem;height:11.3125rem;top:55.9375rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #naSSs3VGBDvlT8uU4oEFppMhGikeFgID { width:15.625rem;height:14.4375rem;top:70.936859130863rem;left:2.3122830986977rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuWTiKOUsn3apCEUmZwOxTtOwys1W2Ve { width:15.625rem;height:5.0625rem;top:35.5rem;left:2.3125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8oUqWciQNyyrl4b0CRTbrgkSSVonKgf { width:13.125rem;height:2.5rem;top:50.0625rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LH5mATTW2g1S1MTkAnyTy1GuDo0S0zr9 { display:block; }
 }@media only screen and (max-width: 763px) { #g50mAGs1duAhnWbNctWSWIsZWdFnHIsk { width:13.125rem;height:2.5rem;top:86.6875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ub4zkicCMXS5hxZp3efqhG3uUJn8bpVo { display:block; }
 }@media only screen and (max-width: 763px) { #HLtQ9JaXzbZqDb8KiPne1A0qryKSGTcv { width:13.125rem;height:2.5rem;top:120.93750476837rem;left:3.4375000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #br76H9dyMTNSkH8v3A6ckPslIJrTt41B { display:block; }
 }@media only screen and (max-width: 763px) { #l6PLwclUrhyyNPFDUV4mHJOuoyaz05xN { width:13.125rem;height:2.5rem;top:157.3125rem;left:3.4375000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ae5xfSAGahecFql7fL6qzieqNXxr3SFq { display:block; }
 }@media only screen and (max-width: 763px) { #l3O9foTD2Z7rzTgO97z477O94RsrRVM5 { width:13.75rem;height:9rem;top:23.125rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIkKyRc24dP0uCQq8tkh478xRqEVn7Cx { display:flex;width:4.25rem;height:4.25rem;top:20.349998474121rem;left:15.749999582768rem; }
 }@media only screen and (max-width: 763px) { #fmSQiydItTHOVaQZNWTDIR3Az3T0atkw { width:3.5625rem;height:2.03125rem;top:21.625rem;left:15.96875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuyFPxIXNTHfQFOlU8kErhp1ZhrxtQFU { display:flex;width:4.25rem;height:4.25rem;top:224.0000038147rem;left:15.749999582768rem; }
 }@media only screen and (max-width: 763px) { #UP5TxELu01A6g5xFKJSQ9eteykPhpoUr { display:flex;width:4.25rem;height:4.25rem;top:191.25rem;left:15.75rem; }
 }@media only screen and (max-width: 763px) { #gd9cAJE0qR48qy8S4Hcrvc1P3zNGIHLf { width:3.5625rem;height:2.03125rem;top:90.9375rem;left:16rem;font-size:1.5625rem;z-index:15071;display:block; }
 }@media only screen and (max-width: 763px) { #aXAT0rZBhEsrxG7cTaTFmvVXkeQ51i3g { width:3.5625rem;height:2.03125rem;top:192.375rem;left:16rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQoOP3isOJnHevvEi1kIKOTLH1PlmA9S { width:17.125rem;height:28.1875rem;top:161.5625rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEPDmIbDB1cISu6gxC0GUnHbnRt0dOmJ { width:14.1875rem;height:9.4375rem;top:163rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnnkQ1UesTBeZBT68GDRLn0P2nD8fMWr { display:flex;width:4.25rem;height:4.25rem;top:52.5625rem;left:15.75rem; }
 }@media only screen and (max-width: 763px) { #mGvtV1qPREw1kcT1gxBTQT6Wo0TDJsT1 { width:3.5625rem;height:2.03125rem;top:160.9560546875rem;left:16.037109375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7Lm3LDW1M0kQCpTRemkHspEXWdwfNiw { width:13.125rem;height:2rem;top:172.9375rem;left:3.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXhBN8ZHpnwL2cd7yzyQcqs86eVAx2G6 { width:15.625rem;height:11.8125rem;top:175.5625rem;left:2.25rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssVr8MiqQgVwDkPKQRKNhTv2Vhbs3bNo { width:13.125rem;height:2.5rem;top:188.75rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XT3W795I0dXMqfFUG1TSGaHgf4hyvuOh { display:block; }
 }@media only screen and (max-width: 763px) { #gmtNUALOd0nX6HeCowPUbc2D8UG0sCu8 { width:17.125rem;height:30.0625rem;top:192.8125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEPVQZhRwhuKy3UISWFeKURUemgtUfys { width:8.3125rem;height:10.375rem;top:325.6875rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpaLTuFv30IHvPQI3Z9FH0bUMWu1NtIc { display:flex;width:4.25rem;height:4.25rem;top:89.8125rem;left:15.75rem; }
 }@media only screen and (max-width: 763px) { #TCGytf7GRvP0IHq0dMGeRGx15P8iaBeW { width:3.5625rem;height:2.03125rem;top:53.6875rem;left:16rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yX7SgcIGDWFmH2QmhAfkr8bATnpyDHV2 { width:16.9375rem;height:2rem;top:206.6875rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ica741QuT6fqUx1BpPyc7vtIuByxTW7W { width:15.625rem;height:10.5rem;top:209.31099700928rem;left:2.1875000596046rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMux8z5KFviIxdnhF0VINOH3PBTUsiWL { width:13.125rem;height:2.5rem;top:221.5rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhnfkPoTV5ZRaLhLSFl1d3AfpXiv8v47 { display:block; }
 }@media only screen and (max-width: 763px) { #ZL7lPh5tcFcuZtc2USWnvB8cTC9CWWDd { width:17.125rem;height:26.875rem;top:255.375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNd09Kue6mTcxKQTovMIQU27tk4meqxe { width:8.25rem;height:10.375rem;top:257.0625rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUAKx5TFSckpgF7px0gCL9PqLVsAMbli { display:flex;width:4.25rem;height:4.25rem;top:322.59376239777rem;left:15.125000536442rem; }
 }@media only screen and (max-width: 763px) { #DlMciP7WnmJ7CfWCJunKMV4FcwTMJ4MM { width:3.5625rem;height:2.03125rem;top:255.080078125rem;left:16.03125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTbLxSqrpyW5KVf44tFsDXeFkLB3ikQO { width:15.5625rem;height:2rem;top:268.37499809265rem;left:2.2187500596046rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nc1d5SNspF2UqE1lupKOauui622pxk6P { width:15.625rem;height:9.1875rem;top:270.81143188476rem;left:2.1875000596046rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rH62zMq0PFItIxvhayZgwn5cmlt4XUd8 { width:13.125rem;height:2.5rem;top:281.375rem;left:3.4375000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #THK6xnwFoAMCm80b8o65fyTbPHygIyin { display:block; }
 }@media only screen and (max-width: 763px) { #X9rB2MtK3DZTkNK1CAsC7n9zLTaAtZUn { width:16.875rem;height:31.4375rem;top:324.375rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0nDVmGBLaEN90m7xc9nsi6GXUELWXsR { width:8.3125rem;height:10.375rem;top:194.5rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIhZH3CpJBC2pXTyExALvcGaSS4iUkdD { display:flex;width:1.125rem;height:1.125rem;top:128.20625305176rem;left:11.437500357628rem;z-index:15000; }
 }@media only screen and (max-width: 763px) { #LQADKrtSNB4EVrMTJHu8gJ342AI40cPL { width:3.5625rem;height:2.03125rem;top:323.7060546875rem;left:15.537109375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7Um6NFr9OMXWMcafoKgkou9o3KWKs94 { width:13.9375rem;height:2rem;top:337.9375rem;left:3.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LX0sWxTRv0CZq7khneL4iV9skTnNoZD7 { width:15.625rem;height:13.125rem;top:340.24936926365rem;left:2.1875000596046rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XexOek8PFDSg9dg2s7ysSStwIyAz4m7m { width:13.125rem;height:2.5rem;top:354.875rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpFP1FW03GAPmztrTD020y7eDgWs4AU8 { display:block; }
 }@media only screen and (max-width: 763px) { #Rsgao9nRcqWZBl2oomZgbtbLJiwnKXWo { width:13.125rem;height:2.5rem;top:252.08898925781rem;left:3.4375002980233rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5L19xN7obaRVvQbnU91MZyhKxAUBBBf { display:block; }
 }@media only screen and (max-width: 763px) { #ivv08vqEwHemPu8wcNAhm7zXDTxszCqw { width:17.125rem;height:26.25rem;top:226.0625rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sqt2kXXvJTHiZlh4S623Aa9R6w4zZTRo { width:15.625rem;height:10.96875rem;top:239.10243606567rem;left:2.1875000596046rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uyqxzPbnM2ecGqtH92OZ24vCVMcxi3Ey { width:14.1875rem;height:9.4375rem;top:227.8125rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6xhEHa2GU8FXoD9VkqMCvTyrdAapGJr { width:13.625rem;height:1.00043125rem;top:237.93750572204rem;left:3.1875000596046rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XX7Ghf3qT6zlgriwPyzQM3Pkr5FeQ3p0 { display:flex;width:4.25rem;height:4.25rem;top:159.81250619888rem;left:15.749999582768rem;z-index:15047; }
 }@media only screen and (max-width: 763px) { #z4E3pZSiU9tZVh9glau2nXeDogzz7trr { width:3.5625rem;height:2.03125rem;top:128.20625305176rem;left:10.987500548362rem;font-size:1.5625rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #kg2GOVdPqm3wUhIrMwOzvVO0VlcRP0Pv { width:13.125rem;height:2.5rem;top:319.25rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkWgon8CbyuCLyhzJx8hb8o3HQ8Lxop2 { display:block; }
 }@media only screen and (max-width: 763px) { #rvOCs2NFlNQuP8lwTZpvIp1ScpOCVnK5 { width:17rem;height:33.75rem;top:286.5rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qvreg9R56JDoXs7NIBnV4m7sBJ3z7prP { width:15.625rem;height:9.1875rem;top:302.49892616272rem;left:2.1875000596046rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #owiniTHeRyO9qpVhR8P3Ek6ueRrVn8sB { width:8.3125rem;height:10.375rem;top:288.125rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXpQRMhBlZVfV7qR0Kb9WUH6Qt5Wc5PB { width:13.125rem;height:1.00043125rem;top:300.375rem;left:3.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLR4My5RfcGTa3F2rROnSA3i0Pr3h1RM { display:flex;width:4.25rem;height:4.25rem;top:253.92499351501rem;left:15.749999582768rem; }
 }@media only screen and (max-width: 763px) { #vBv89V3f2a7cQAE14OII0i4TqgJg4CEB { width:3.5625rem;height:2.03125rem;top:225.1083984375rem;left:16.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyrZv3vvFfNA1SNRH4mht0U6FnhNpdaF { width:13.125rem;height:2.5rem;top:385.31250762939rem;left:3.4375000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #ao0KcrcnXU0uNhxWVFAKiFtKVlWZJTaf { display:block; }
 }@media only screen and (max-width: 763px) { #FrlOFXVWlli6qTcpEfBaRXAExGJKhB7Q { width:17.0625rem;height:26.9375rem;top:359.5625rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQ9yWErIT6xglO3TtCFORZTxb1I5hDHI { width:15.625rem;height:9.1875rem;top:374.68750572204rem;left:2.1875000596046rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpZ3Tn7101FJ3VdlQAc1989FRXrkxi6i { width:8.3125rem;height:10.375rem;top:361.5rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJwSM3x6Qo696rcIT3TxvKN220H6du2w { width:13.125rem;height:1.00043125rem;top:372.62500572204rem;left:3.4375000596046rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6xXIh9QFO89TVGmDZrCSwcIFyzwv5Sb { display:flex;width:4.25rem;height:4.25rem;top:284.87498855591rem;left:15.749999582768rem; }
 }@media only screen and (max-width: 763px) { #OTIIANQ0RbnST4vIk88huhzQFm5UGHWT { width:3.5625rem;height:2.03125rem;top:285.9541015625rem;left:16.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqOKFz0L44LUh4Q1gFxV26Afn8yQs2Wa { width:3.5625rem;height:2.03125rem;top:359.4375rem;left:16.0625rem;font-size:1.5625rem;z-index:15044;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #lbnPOXF2V7n6QfPgUtKvJ22NvDfHmbJ9 { display:flex;width:4.25rem;height:4.25rem;top:358.375rem;left:15.75rem;z-index:15043; }
 }@media only screen and (max-width: 763px) { #QykTv9UoDaoD9s0qhAnKSSkPTAUDETCQ { width:17.249375rem;height:0.75rem;top:250.85396194458rem;left:1.3747830986977rem;text-align:center;text-align-last:center;font-size:0.75rem;z-index:15079;display:block; }
 }@media only screen and (max-width: 763px) { #EFQxTi3lliPBSAJwpJiua5SFybMA8wCZ { width:17.249375rem;height:0.75rem;top:220.25674057007rem;left:1.4348960518837rem;text-align:center;text-align-last:center;font-size:0.75rem;z-index:15080;display:block; }
 }@media only screen and (max-width: 763px) { #BFUvIQCMSmB3FEmHTiMaxoGqz8uiG61d { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/HOlrNHkh/bg.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BFUvIQCMSmB3FEmHTiMaxoGqz8uiG61d.adaptive-delivery-prevent-bg, #BFUvIQCMSmB3FEmHTiMaxoGqz8uiG61d.lazyload, #BFUvIQCMSmB3FEmHTiMaxoGqz8uiG61d.lazyloading { background-image: none; }#BFUvIQCMSmB3FEmHTiMaxoGqz8uiG61d > .row .container { background-color: transparent; background-image: none; }#BFUvIQCMSmB3FEmHTiMaxoGqz8uiG61d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BFUvIQCMSmB3FEmHTiMaxoGqz8uiG61d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BFUvIQCMSmB3FEmHTiMaxoGqz8uiG61d > .row .container > .video-iframe-container { display: none; }#BFUvIQCMSmB3FEmHTiMaxoGqz8uiG61d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BFUvIQCMSmB3FEmHTiMaxoGqz8uiG61d > .row > .video-iframe-container { display: none; }#BFUvIQCMSmB3FEmHTiMaxoGqz8uiG61d > .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); }#BFUvIQCMSmB3FEmHTiMaxoGqz8uiG61d > .row .container { border-width: 0; border-radius: 0; }#BFUvIQCMSmB3FEmHTiMaxoGqz8uiG61d > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BFUvIQCMSmB3FEmHTiMaxoGqz8uiG61d > .row .container { width:20rem;height:185rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N8CdMCgPKswUmpbm3DzM1aleulzNNkWy { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #twKuHTxBxJTXJhzq6OgrhVATvEHTyegU { width:18.6875rem;height:21.9287rem;top:3.8499999046326rem;left:0.65546876192094rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ox4HLpP9P5FBDDcBr4ktWkKXmgfZsHHE { width:12rem;height:14.75rem;top:61.075007438659rem;left:4.0000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #UlUTrDW7HWZt6ThPlJ03A1SQwHZqstkg { width:11.9375rem;height:14.8125rem;top:117.91253948212rem;left:4.0312500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDEoTXEoVIImJECctCChnTTSxAB9JtJC { width:20rem;height:20.4667875rem;top:40.012495040894rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #adzGqEyMJ6heqBJmfzdyynlh0pk4lR8R { width:13.5rem;height:14.4375rem;top:23.94921875rem;left:6.5000000596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #oITPomeCzBgJWHoqd1JhkUDLrkF9k3Ce { width:20rem;height:1.462675rem;top:80.4875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mhFAaGNeLt5qGTDFTk8ge3nOn39h1vkp { width:20rem;height:5.19921875rem;top:134.28750228882rem;left:0rem;font-size:2rem;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);color:rgba(0,0,0,0.5);text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cOVeqNVOqA6XEeVlwEooTBoBzeBTRVZ4 { width:20rem;height:8.7715rem;top:175.3125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #STwBXz0GdC5A4I4UDFWdHtLqIUm55sxW { width:12.5rem;height:0.125rem;top:140.375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSE9TeTaTfh9e33HUzfDGmKFsewz0Irt { width:20rem;height:38.0097875rem;top:77.887495517731rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g2hwpuTXTvE1hPchsRvtzLvAvK2GTT0Z { width:20rem;height:16.0810625rem;top:141.75rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FgkZESpbvFeyNhKxBOvFhQaVTb9fH4f8 { width:19.875rem;height:13.25rem;top:159.4375rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtHinTcyvtPZ3ioalEoFqwdaxb6aUAXT { width:12.5rem;height:0.125rem;top:173.9375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhwWKxaxZ9ATTSzyg0fT5dLLdQZBxTdm { display:block; }#GhwWKxaxZ9ATTSzyg0fT5dLLdQZBxTdm > .row .container { width:20rem;height:50.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KRmGWqHQBZNyFuJashRK6z9eA8KNyIPl { width:18.75rem;height:1.71875rem;top:1.25rem;left:0.625rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nKdw9Rs37E7bMc1tuGZ6i21Ix0QAzGWT { width:17.625rem;height:15.29299375rem;top:5.59375rem;left:1.1875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vWcbeCOxuiIkivORHTNzkdQoZN7Of7h5 { width:11.125rem;height:0.125rem;top:4.21875rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDM9lDlJdqtghrO9zeFP2bMkeSJsxReq { width:14.375rem;height:24.2139125rem;top:20.86875rem;left:2.8125rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cANOwAaaObT6STxU8fsyJgwDdMN7zomZ { width:3.125rem;height:3.125rem;top:46.34375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WK8t4oIAwkkQ8xRqsm6FUNTcxKLO2ZLP { display:block; }#WK8t4oIAwkkQ8xRqsm6FUNTcxKLO2ZLP > .row .container { width:20rem;height:387.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T5i3gJlp73tQHAVTxkm0NEuUTSEHT8xv { width:20rem;height:5.19921875rem;top:0rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRZJ3EfKTVMopqUgBFwTnMtMQCoQdrNf { width:20rem;height:13.5rem;top:5.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nei3CVWGq5q2G9uPuUCpOPDrVMhpvxbb { width:13.125rem;height:2rem;top:31.75rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOyZps67hk4FGJ5pZ1bPVsGXkcqEoK7h { width:13.125rem;height:3rem;top:66.5625rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzBbJ3CbfMiDay0u8QyTiHSatGSPf96t { width:13.125rem;height:1.00043125rem;top:102.5rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JED22NzdMauFfP7BEiUgT7QMME6bgE6L { width:14.8125rem;height:13.125rem;top:104.5625rem;left:2.625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #guLA3yvdTCLXQseTTL23LcMl4XDslhms { width:10.375rem;height:11.4375rem;top:90.1875rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnL8M6xkCuLcXVGUXDJuGZLveQ8Lzbw8 { width:16.4375rem;height:14.4375rem;top:138.375rem;left:2rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBNZkbmnCp2iFDb36zhqs0N6G93Pb2qK { width:13.125rem;height:2rem;top:135.6875rem;left:3.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TraA4THkqLn6WyegOFCi4brpycnKwr0R { width:17rem;height:28.1875rem;top:20.4375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHoAAGXmGU5g1r7Ekwrvg40fT2ktyQok { width:17.0625rem;height:33.8125rem;top:52.75rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4MvlZ7UXe3qCl3vs17y0ziDKobTLtOF { width:17rem;height:31.0625rem;top:89.3125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zR5tGOZasygisAU4D05I0z5ifTspoPJZ { width:16.9375rem;height:32rem;top:123.0625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4H3FEIuzTO9z1OqCdWlrz445e19uxmL { width:8.9375rem;height:11.1875rem;top:123.8125rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlFIuHm1dkPTqC7zihULoFOq6RVWbKuy { width:10.125rem;height:11.3125rem;top:54.3125rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJNTC6O0H5P9ECfK2RBnlvrRETHr4k7D { width:15.625rem;height:14.4375rem;top:69.5634765625rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pa8knt7SnyxJqv6ock9UtGKGSA1f46ZS { width:15.625rem;height:5.0625rem;top:34.375rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMOUtGS06AylzGFdSyXNr1KLzrtPSiN4 { width:13.125rem;height:2.5rem;top:48.0625rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkvF0AeKU3GGuSzBtopkQrayhPic4uKE { display:block; }
 }@media only screen and (max-width: 763px) { #r4NMVQ6bgl4ciiUZgF22HURAsRysEi74 { width:13.125rem;height:2.5rem;top:85.0625rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbE4hpLTyhRFBMa4BwwSaAXmO1g4X9Q1 { display:block; }
 }@media only screen and (max-width: 763px) { #PakND4hs2GRSn59uPpT9qaMM5Fsy3TFc { width:13.125rem;height:2.5rem;top:119.1875rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iW7mBOiJiQh4eJqH7RdJGxkbNfCOqKJ8 { display:block; }
 }@media only screen and (max-width: 763px) { #V50vVnvc6qISli5qgQdhUiBlRuLWq7QJ { width:13.125rem;height:2.5rem;top:153.9375rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ws9cTIw3gCra9fG7qQF1Dad8RPkDQonK { display:block; }
 }@media only screen and (max-width: 763px) { #eaIlC7V6HwBUxBvIVZAgPL1JbR52Smpd { width:13.75rem;height:9rem;top:22.125rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2EExyahUmJLPsL3IZLl7ToJDwMnDLxp { display:flex;width:4.25rem;height:4.25rem;top:19.1875rem;left:15.75rem; }
 }@media only screen and (max-width: 763px) { #FECPLNLvEwBvs2ozCglK3y0kicBBQMI4 { width:3.5625rem;height:2.03125rem;top:20.3125rem;left:16.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #witlLMwP3dn7CTmT2q1l2VHDhdSDKPsA { display:flex;width:4.25rem;height:4.25rem;top:158.5625rem;left:15.75rem; }
 }@media only screen and (max-width: 763px) { #hkLVsKNKfSMzAfhdfiKnFTEM6TpRnact { display:flex;width:4.25rem;height:4.25rem;top:289.25rem;left:15.75rem; }
 }@media only screen and (max-width: 763px) { #PCcK5eluZWedM2iGa1yOmXadzfeDOgXH { width:3.5625rem;height:2.03125rem;top:290.375rem;left:16.0625rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Dly5OCTL0qXX9iVxKTzmKi6CZxFIIN4R { width:3.5625rem;height:2.03125rem;top:322.4375rem;left:15.125rem;font-size:1.5625rem;text-align:center;text-align-last:center;z-index:15073;display:block; }
 }@media only screen and (max-width: 763px) { #iaPHmH8RDW02FOnQZwFfw96in7cxrkvQ { width:17.125rem;height:28.8125rem;top:158.5625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqKvb7ZJ29EJDr0iJTvREiOeg13Ql4gA { width:14.1875rem;height:9.4375rem;top:160.25rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHMcTXqIX4OBsdSwILkDLzfpb6k0XGee { display:flex;width:4.25rem;height:4.25rem;top:51.125rem;left:15.75rem; }
 }@media only screen and (max-width: 763px) { #SQTmEvGpRo6CHfcaFLvR7p16aoiEoAeA { width:3.5625rem;height:2.03125rem;top:256.625rem;left:14.9375rem;font-size:1.5625rem;z-index:15071;display:block; }
 }@media only screen and (max-width: 763px) { #QPqK95Jbxo0qTg719RIuvoDMSJAdZWN3 { width:13.125rem;height:2rem;top:170.25rem;left:3.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2SUMlIDi36ECBKLWv1n5T0WS7nXyoRM { width:15.625rem;height:11.8125rem;top:173.0625rem;left:1.9375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrtt5oUa1U17IsLCERNSXiDyvQ6rwqVF { width:13.125rem;height:2.5rem;top:186.4375rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcaruCST2FfHgeFTL1NiEC2Zs4coMZkt { display:block; }
 }@media only screen and (max-width: 763px) { #cQKyabBHbAzdUMrRmoifUun4JIGW1TZ3 { width:17.0625rem;height:30.25rem;top:191.0625rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4iyCkUZKTpvIpbDZq5yC1wFHbuUIQL3 { width:8.3125rem;height:10.375rem;top:258.125rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iurqKgOAzo50DwHrUKOiFuw7PCZm4d8z { display:flex;width:4.25rem;height:4.25rem;top:189.625rem;left:15.75rem; }
 }@media only screen and (max-width: 763px) { #cJugK5B0nl9NCTboStufB29cybu5NaQ4 { width:3.5625rem;height:2.03125rem;top:159.6875rem;left:16.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #THeVXLdMDz5T9GwDMqaCX9vfRV8QepQp { width:16.9375rem;height:2rem;top:204.9375rem;left:1.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6O4dm4IpnXPApnh6D9LXt793WKMR0TO { width:15.625rem;height:10.5rem;top:207.875rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4iEizXg8olnR0pT2HxWnaW4vCk3DwVq { width:13.125rem;height:2.5rem;top:220.1875rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CT7Fnvi34v9f4ezrJi0fXpvTOiFwMemD { display:block; }
 }@media only screen and (max-width: 763px) { #p5IUso0a6Sg4xTq90vae9kzW0aNOwzxn { width:17.1875rem;height:27.4375rem;top:225.6875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWZI9CCANeITry5zQhrJbGeqtucgyqvV { width:8.25rem;height:10.375rem;top:227.375rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GawIry8qWaNP0RbJ20ULTWM747BKChcy { display:flex;width:4.25rem;height:4.25rem;top:321.25rem;left:14.875rem; }
 }@media only screen and (max-width: 763px) { #DLLRdOazlT5iwStEBikviU1xWLgRsQw3 { width:3.5625rem;height:2.03125rem;top:92.1875rem;left:16.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTs5QaBFJkTX24twosyAoaDcMTA73IH8 { width:15.5625rem;height:2rem;top:238.5625rem;left:1.8125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PfWIxfQxT6aPqbnCg5T7kdTzTTaTIc4L { width:15.625rem;height:9.1875rem;top:241.4375rem;left:1.75rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypQtBvW6TPJV00DceJw7HncFbkXyW4UA { width:13.125rem;height:2.5rem;top:252.375rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3FaHuVUscLWuatKcI8ol9i7Dzayt2Wr { display:block; }
 }@media only screen and (max-width: 763px) { #vuTUw9qBWTqJk0CHGQ9fH4AE5TNTDnSU { width:16.875rem;height:31rem;top:256.75rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUbxIBs5E3TGKnrhbmhqIwWeAWTZxNyf { width:8.25rem;height:10.375rem;top:192.75rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4HKyqBGHzxFITw57X5fiyLH91cpqQAv { display:flex;width:4.25rem;height:4.25rem;top:223.4375rem;left:14.6875rem; }
 }@media only screen and (max-width: 763px) { #SbqGFVbV390A5Un4OLOfSzRuRrQblALA { width:3.5625rem;height:2.03125rem;top:122.1875rem;left:15.5625rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #tclq2Et7xLf80kP9aTP0W3SUIEpLCVaa { width:13.9375rem;height:2rem;top:269.3125rem;left:2.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #egk6FEoCZZyEpL9AGbDRC6sFDZixZqHF { width:15.625rem;height:13.125rem;top:272rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRLF4BTllTdyhRpIk4Bn7vdfgyPGQ21S { width:13.125rem;height:2.5rem;top:286.75rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOWgP9C4zGVbWul5W8TCmX7b7gqOgyLv { display:block; }
 }@media only screen and (max-width: 763px) { #xs5nAcFVB4HD1e4cV8pxMuVRWpOkmz0t { width:13.125rem;height:2.5rem;top:317.9375rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVeOzRv4Fccnc7DlxlFOE9O4Ng0u3WQp { display:block; }
 }@media only screen and (max-width: 763px) { #B7KV4MCxfExbmlRfFanKZcd8DmqiTtP3 { width:17.0625rem;height:27.1875rem;top:292rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERF2AfhhO20bFr9ZlRAmnBuQzZGIOx0S { width:15.625rem;height:10.96875rem;top:304.8125rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIKq8DDzKTe7TJEN9y8RfAaPtK6JQb2V { width:7.561875rem;height:9.436875rem;top:293.5rem;left:6.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ax3FklaWNGsTBznvCszXILI3ApDhq5f1 { width:13.625rem;height:1.00043125rem;top:303.8125rem;left:3.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBou1zWQ5r9wLVCmE9CbrJ9i8zufeRtN { display:flex;width:4.25rem;height:4.25rem;top:255.4375rem;left:14.625rem; }
 }@media only screen and (max-width: 763px) { #xQOCSFEBpAonCJWL3PgtH5lwFVAoPIZV { width:3.5625rem;height:2.03125rem;top:190.75rem;left:16.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcTMb6XdMRlZVKlJh36NdQGpVHIS1RoM { width:13.125rem;height:2.5rem;top:352.75rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHyDXJNFK7vXDTASGbKytTu2TThQS64e { display:block; }
 }@media only screen and (max-width: 763px) { #VHUSAy1BCc5NNqXF1cs16kO5u9cvuiVd { width:17.0625rem;height:30.8125rem;top:322.9375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICqSnN4Op7q0PwZEfPbiGTsM4LX9qDQa { width:15.625rem;height:9.1875rem;top:341.1875rem;left:1.875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1eTrtq7D56f22TorPgdmTmJo7UAU74C { width:8.2498125rem;height:10.374375rem;top:327.0625rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHVZoSfFzuwUmubXkpOuwgkSMA1SwsIn { width:13.125rem;height:1rem;top:338.3125rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2hQuC15M6srCRyy8pZkH51wVzPUB33W { display:flex;width:4.25rem;height:4.25rem;top:91.0625rem;left:15.75rem; }
 }@media only screen and (max-width: 763px) { #ud7DbRJaoCkHptiCD2Ky2ITdb6grQz4c { width:3.5625rem;height:2.03125rem;top:224.5625rem;left:15rem;font-size:1.5625rem;z-index:15072;display:block; }
 }@media only screen and (max-width: 763px) { #QU2T1ciqDT2OIFSS6cEioTSe8pmAMurv { width:13.125rem;height:2.5rem;top:384rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJN1FchbUJLoLobMJlkO1CF7B6dKDCOb { display:block; }
 }@media only screen and (max-width: 763px) { #cMTTJKGP8y56zEphFLCOfDFEgQVCrXf1 { width:17.0625rem;height:26.875rem;top:358.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #szZki9T9Oz8D2e1T58Gm5Gcd5ykbFqka { width:15.625rem;height:9.1875rem;top:373.375rem;left:2.0625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k63TB4TVbyf5bQvhTXsb2oLiWRFfGgWE { width:8.3125rem;height:10.375rem;top:360.1875rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKly2KTZMb6Tpn3rBf0o8TsTLVAceIXT { width:13.125rem;height:1.00043125rem;top:371.6875rem;left:3.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTl7syROKnayabwCKO3WOA5XpsL4piDr { display:flex;width:4.25rem;height:4.25rem;top:121.0625rem;left:15.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #P6opD9DMukFeUrt3WZqByB5TC7MotHAp { width:3.5625rem;height:2.03125rem;top:357.25rem;left:15.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1IKWm45ZtTbAebM1BIm4TxkakVHuJra { width:3.5625rem;height:2.03125rem;top:52.3125rem;left:16.125rem;font-size:1.5625rem;z-index:15074;display:block; }
 }@media only screen and (max-width: 763px) { #ryCTvAsLHgePQMNBecv5TQAens6nCMi5 { display:flex;width:4.25rem;height:4.25rem;top:356.125rem;left:14.875rem;z-index:15049; }
 }@media only screen and (max-width: 763px) { #e4S8fRGTwxNDHqFrcKAGcDTbu4iFBZZH { width:17.249rem;height:0.75rem;top:117.6875rem;left:1.5927734375rem;text-align:center;text-align-last:center;font-size:0.75rem;z-index:15090;display:block; }
 }@media only screen and (max-width: 763px) { #nfe59U1NlMHkgpw6ZNpF93OdE7rNVl6T { background-color:#000000;background-image:none;display:block; }#nfe59U1NlMHkgpw6ZNpF93OdE7rNVl6T > .row .container { background-color: transparent; background-image: none; }#nfe59U1NlMHkgpw6ZNpF93OdE7rNVl6T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nfe59U1NlMHkgpw6ZNpF93OdE7rNVl6T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nfe59U1NlMHkgpw6ZNpF93OdE7rNVl6T > .row .container > .video-iframe-container { display: none; }#nfe59U1NlMHkgpw6ZNpF93OdE7rNVl6T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nfe59U1NlMHkgpw6ZNpF93OdE7rNVl6T > .row > .video-iframe-container { display: none; }#nfe59U1NlMHkgpw6ZNpF93OdE7rNVl6T > .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); }#nfe59U1NlMHkgpw6ZNpF93OdE7rNVl6T > .row .container { width:20rem;height:30.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cTDwnNsqeiKTxH9k7bmUVizvXh00Cr5N { width:20rem;height:27.5rem;top:0.875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #nUHhxQ0OhUETxIHWuDv82izG54xHbqf8 { display:block; }#nUHhxQ0OhUETxIHWuDv82izG54xHbqf8 > .row .container { width:20rem;height:141.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hU77D3Wb76uerDOMSw26QkcxCgWBTbv9 { width:20rem;height:3.25rem;top:4.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#797979;display:block; }
 }@media only screen and (max-width: 763px) { #UmTwkdfFPSelxdbSEGDv8tLn86dTm5AI { width:18.9375rem;height:19.25rem;top:11.4375rem;left:0.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sie8TTW0U7qPvA1hoB2VERL6k25lXJTo { width:17.5rem;height:13.5rem;top:12.061458587646rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UiOg5unJOzEtRH37WIPHQNyDQUtsT5m5 { width:6.5rem;height:1.462675rem;top:32.012500762939rem;left:7.28125rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ten764XqgRJmWnIe4ZdOdXh6toe96oN7 { width:4.5625rem;height:4.5625rem;top:27.512500762939rem;left:7.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAkM1DaBrBztFqJHhb9up3ivPt2udo5z { width:18.9375rem;height:15.375rem;top:36.375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCk2uxy74wExN6NxaurDx3O6iQbOoJHk { width:4.5625rem;height:4.5625rem;top:49.8125rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6NqgpqKFFEvrqM2nc9KxR00UDOxy4XU { width:18.9375rem;height:21rem;top:59.1875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMb7t7c2OvlxDeercFo33ogmnvD2iAZf { width:4.5625rem;height:4.5625rem;top:77.875rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eD7G1r5Fzdb6xqSToUv3i9nh1mFogBbx { width:1.5625rem;height:1.5625rem;top:132.7625rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dTmTfgnBKzfoffTINqNutbNFSSAffiKH { width:1.5625rem;height:1.5625rem;top:129.95rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Sf15VVoF4CLdQoWw8gU0KP2IUvzawtNv { width:1.5625rem;height:1.5625rem;top:127.1375rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vs3yq1N5MZsyrQ3DvwR2MUWJTsQTByAv { width:1.5625rem;height:1.5625rem;top:124.325rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nVlVrR4lrFpOtcF3VwmFdCvvTHcUWB5u { width:1.5625rem;height:1.5625rem;top:121.5125rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tcQq0DZI7qUqU6XghZ95J32XxxbRZbUs { width:1.5625rem;height:1.5625rem;top:55.9375rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6WqSdvsooJlfJWE9fLDqz3nTWOFRbmz { width:1.5625rem;height:1.5625rem;top:55.9375rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGCE0lscBPphS0tCNT4w9xw5TP44vBxE { width:1.5625rem;height:1.5625rem;top:55.9375rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsyWKn5zkF3HVI7GlWQ4zSW3p0PZrrCu { width:1.5625rem;height:1.5625rem;top:55.9375rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGKhG5Gl0eX9Q9Q7eyU1ylgx4GXl2T06 { width:1.5625rem;height:1.5625rem;top:55.9375rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZtLtz9Eg0NMksRFgdwfUoDlEWMBJKeF { width:11.25rem;height:1.462675rem;top:54.4375rem;left:8.25rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZtLs040BlBkP5sATBbvDAz4FZ3akJkW { width:1.5625rem;height:1.5625rem;top:118.7rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #neI4cIKHrLID4hiCTa8ZNsW8wLsOG4r3 { width:1.5625rem;height:1.5625rem;top:115.8875rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nnExMoMAGTxVXbr5cd3NTJFAMorf7KA1 { width:1.5625rem;height:1.5625rem;top:118.13746452331rem;left:9.2187503576281rem;display:none; }
 }@media only screen and (max-width: 763px) { #SUmoT0VE6ai5tUmPkwAkkbhGwpt3ZODn { width:1.5625rem;height:1.5625rem;top:110.2625rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HAw6AAKKRcSD6GgHo2zBy5owHXUdCTfN { width:11.25rem;height:1.462675rem;top:82.4375rem;left:7.5625rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IznkuZXTtfeACc7dh2nESEkW5yKQAUs5 { width:1.5625rem;height:1.5625rem;top:107.45rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #aPU4vL9kWCHTl3nViLK3vebuDpKQEhv8 { width:17.5rem;height:12rem;top:37.125rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sa9Im3hb4eWDFqk801Z9JfAMvwtgXc4k { width:18.375rem;height:15rem;top:62.1875rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGuyxxzV75HL3V6fR48VpTL2dsexfzzT { width:11.125rem;height:0.125rem;top:8.6249265670775rem;left:4.4375000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #muRNiVebCTiPiofX9rZB8G48m5JuNWlg { width:17.5rem;height:0;top:87.4375rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #JpyNuqoqkMTaKVUhoHmr54uuJXHRsZzd { width:20rem;height:2.4375rem;top:1.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvZVNktZHzXikWSZOAwcQa81hWQS8ERS { width:1.5625rem;height:1.5625rem;top:33.5rem;left:12.3125rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #FvsRgDTua0mzEqBSTM21ehQOlncy4oJ9 { width:1.5625rem;height:1.5625rem;top:33.5rem;left:10.6875rem;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #QPcAQyngQeTObFwtTVtIOUmcXRLlJ9t3 { width:1.5625rem;height:1.5625rem;top:33.5rem;left:9.1875rem;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #CluJsJBft1GI5IvWLCFrBqMzVrnbF5XT { width:1.5625rem;height:1.5625rem;top:33.5rem;left:7.625rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #ZcngMdA6L2BKHVJi3PBTfKTvyFqSQnbB { width:1.5625rem;height:1.5625rem;top:33.5rem;left:6.125rem;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #l8bT27qGr9QLVgsmLpRPq4ibh3D8cJrw { width:1.5625rem;height:1.5625rem;top:83.9375rem;left:12.3125rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #RrTooGzVbLL5lI5TZidKHpTrd9i08VBr { width:1.5625rem;height:1.5625rem;top:83.9375rem;left:10.75rem;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #kRH4JURO0L8h6KgTEUoUQ4qFCHGdttx4 { width:1.5625rem;height:1.5625rem;top:83.9375rem;left:9.25rem;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #zn3p6JWyOxULPT1JQ4R6ffyipT7AAOTC { width:1.5625rem;height:1.5625rem;top:83.9375rem;left:7.6875rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #D33wPegmWvKw6mRiU8UqNasemTTG4UCo { width:1.5625rem;height:1.5625rem;top:83.9375rem;left:6.1875rem;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #wb98Sm183cZ654yFvun1hOLa0AO5gQsm { width:18.9375rem;height:16.5625rem;top:115.625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uThVWw9xCQrVN8CXKTSkEye0xCmTDnfD { width:18.9375rem;height:17.0625rem;top:86.5625rem;left:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #muuxWODLeuC4Vt1bDT1RvFtiyn9Szt9K { width:1.5625rem;height:1.5625rem;top:51.025rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JTHLplTBTZoHz6akoOlRSUCfIPIFyMAE { width:1.5625rem;height:1.5625rem;top:48.2125rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #H1yHmlHdWsMPBK9pIg3oFixPXe4eK21e { width:1.5625rem;height:1.5625rem;top:45.4rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #R9Hc5HcUX2D69mFvJ4GLEhTLRoMFT2Q2 { width:1.5625rem;height:1.5625rem;top:42.5875rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MwqZGrIppwub2sGNJTQEEbb98LgTQcMt { width:1.5625rem;height:1.5625rem;top:39.775rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #cGhxczEU2OLaEoiTKeEBFT8tw1eeTxJp { width:4.5625rem;height:4.5625rem;top:31.25rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #yEJPuCB8VZsIX2F3KEvTtclAyQNOFrAJ { width:13.25rem;height:0;top:37.0625rem;left:3.375rem;text-align:left;text-align-last:left;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FovN2fNlb8ygAzVgdy9T4eNtyOeNG92c { width:17.5rem;height:13.5rem;top:117.1875rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #khOC3v6dRqrK7HAfotLo47qIDqOANbyP { width:4.5625rem;height:4.5625rem;top:131.4375rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Efh20ZPg4q4PkRJNmADDXVfx7n8KhXXT { width:1.5625rem;height:1.5625rem;top:118.675rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #SUmOTQiifVOktrs1ThTCTFwKXyJo6vSU { width:11.25rem;height:0;top:54.150003433228rem;left:4.3749998807907rem;text-align:left;text-align-last:left;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dTw7nsBWWUvuoxbpvLBETavGOHu2idmd { width:1.5625rem;height:1.5625rem;top:121.4875rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ASMPr3blWmT42R0W34e0lMRap8WPwO3k { width:1.5625rem;height:1.5625rem;top:124.3rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zy149vsbrGUndKQGwtHuTDDFmPXXVNRP { width:1.5625rem;height:1.5625rem;top:127.1125rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #e5mSpSopRDp5Bz2UoQJO3e7vVzpsqQ7H { width:1.5625rem;height:1.5625rem;top:129.925rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xaztPNMiHI2ZTCw2qHOi96TnHA0WGXTW { width:18.9375rem;height:20.6875rem;top:87.4375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #amSAixDgT0r1qE9WmPXLnXNSzRhd9Tqn { width:6.0625rem;height:1.462675rem;top:111.3125rem;left:6.9375rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MlybM6sdFnEbTisVEzxNrVvuWT3blXzg { width:1.5625rem;height:1.5625rem;top:67.8rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BmgQmTUMKvX6WpGtTVA5hNz7SfK5kyiW { width:1.5625rem;height:1.5625rem;top:64.9875rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #c1Cdz0BlATlbn0khC7PKv9fRUTHiCacI { width:1.5625rem;height:1.5625rem;top:62.175rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vgOTUnJ4rEvJNrluB6vXfr2kavsp38MJ { width:1.5625rem;height:1.5625rem;top:59.362501144409rem;left:9.2187503576281rem;display:none; }
 }@media only screen and (max-width: 763px) { #QC3nozKk5WTNHGi3LZT740Fq5ZpRtgVt { width:1.5625rem;height:1.5625rem;top:56.55rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VZf3c3tIMouTux0PggODnvoCTeCFOTWf { width:4.5625rem;height:4.5625rem;top:106.1875rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5qqEm19Eal3ThCqTK89ZwKGJPwZt8uq { width:17.5rem;height:15rem;top:90.3125rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPZTP018m3thv31Nnw7lUWtTuDc0Dx5L { width:1.5625rem;height:1.5625rem;top:112.6875rem;left:11.375rem;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #ZnaT7J1pNukEBtAVTEZipFL06g7CgW1c { width:1.5625rem;height:1.5625rem;top:112.6875rem;left:10.375rem;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #DTJeDpH7XsCCzXAdZOVaf98mJg1WtWnN { width:1.5625rem;height:1.5625rem;top:112.6875rem;left:9.3125rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #QtcLoWvy2A7UmgBPHwyO0IGEkwit7CUv { width:1.5625rem;height:1.5625rem;top:112.6875rem;left:8.25rem;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #JLkN9L8wTVFl7KBh3vFQbB4InhBBqxqe { width:1.5625rem;height:1.5625rem;top:112.6875rem;left:7.0625rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #BG3rFpAbrdw8o2RPf8QgK0M9B3v4CQpG { width:4.375rem;height:1.462675rem;top:136.6875rem;left:7.8125rem;text-align:left;text-align-last:left;font-size:1.125rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #lZ5z0VWxF11fUUtAm7T2Sf5hSOZFaICG { width:1.5625rem;height:1.5625rem;top:138.0625rem;left:11.375rem;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #Qsl400GfqGQTdIbc3KTQ6csqbCULOxsv { width:1.5625rem;height:1.5625rem;top:138.0625rem;left:10.375rem;z-index:15044;display:block; }
 }@media only screen and (max-width: 763px) { #oKUuREIAqwvJDB5CFQh5hO3nU4RpOwb1 { width:1.5625rem;height:1.5625rem;top:138.0625rem;left:9.3125rem;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #ECvl5N70MQ6PIzNH2icVxeBdubr3X2xP { width:1.5625rem;height:1.5625rem;top:138.0625rem;left:8.25rem;z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #val2gS0oC8e954k0EAxSTswgA84dtuKZ { width:1.5625rem;height:1.5625rem;top:138.0625rem;left:7.0625rem;z-index:15045;display:block; }
 }@media only screen and (max-width: 763px) { #sB52u8wU59eo6cd5zMRaZxVTg0GhPC6p { background-color:#ffffff;background-image:none;display:block; }#sB52u8wU59eo6cd5zMRaZxVTg0GhPC6p > .row .container { background-color: transparent; background-image: none; }#sB52u8wU59eo6cd5zMRaZxVTg0GhPC6p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sB52u8wU59eo6cd5zMRaZxVTg0GhPC6p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sB52u8wU59eo6cd5zMRaZxVTg0GhPC6p > .row .container > .video-iframe-container { display: none; }#sB52u8wU59eo6cd5zMRaZxVTg0GhPC6p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sB52u8wU59eo6cd5zMRaZxVTg0GhPC6p > .row > .video-iframe-container { display: none; }#sB52u8wU59eo6cd5zMRaZxVTg0GhPC6p > .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); }#sB52u8wU59eo6cd5zMRaZxVTg0GhPC6p > .row .container { width:20rem;height:71.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VqvHno82JT8OnvIhCo5BikkA5FTZiNOX { width:20rem;height:3.375rem;top:5.1rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #r6BMnxn1azKw2xHRmWzLN52XBZpaLlQh { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVlIJsNpaATw4Vik4H01NelmI4BBb3T1 { width:20rem;height:32.49511875rem;top:9.725rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HcvkIZFqQqbfWhG2gkdS3IBDQLosvQMG { width:20rem;height:15.59764375rem;top:43.475rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sLi70tTTGqPWihJqMQrRHiAXmQdwIDza { width:20rem;height:2.5996125rem;top:60.325rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }