.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;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:250,222,242;--color-primary-1:237,144,211;--color-primary-2:219,32,166;--color-primary-3:110,16,83;--color-primary-4:33,5,25;--color-secondary-0:245,222,247;--color-secondary-1:222,144,228;--color-secondary-2:189,33,200;--color-secondary-3:95,17,100;--color-secondary-4:28,5,30;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"raleway";--paragraphs-font-family:"open sans"; }@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:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#ileip4NpS7mfUa89qbJqRtxKIrsfRTuz { background-color:#fadef2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#ileip4NpS7mfUa89qbJqRtxKIrsfRTuz > .row .container { background-color: transparent; background-image: none; }#ileip4NpS7mfUa89qbJqRtxKIrsfRTuz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ileip4NpS7mfUa89qbJqRtxKIrsfRTuz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ileip4NpS7mfUa89qbJqRtxKIrsfRTuz > .row .container > .video-iframe-container { display: none; }#ileip4NpS7mfUa89qbJqRtxKIrsfRTuz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ileip4NpS7mfUa89qbJqRtxKIrsfRTuz > .row > .video-iframe-container { display: none; }#ileip4NpS7mfUa89qbJqRtxKIrsfRTuz > .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); }#ileip4NpS7mfUa89qbJqRtxKIrsfRTuz > .row .container { border-width: 0; border-radius: 0; }#ileip4NpS7mfUa89qbJqRtxKIrsfRTuz > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ileip4NpS7mfUa89qbJqRtxKIrsfRTuz > .row .container { font-size:0.875rem;font-family:arial;height:12.1875rem;width:75rem;overflow:visible;position:relative;display:block; }#rkSl1VT3xHg1XO4DT4k56zvuToCDDefx { color:rgba(var(--color-primary-4),1);display:block;width:53.1875rem;position:absolute;font-family:rubik;font-size:1.625rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:4.0625rem;left:4.22265625rem;height:;font-style:normal;display:block; }
#V1FVzFwJ2ZrxTz1kcsmpo07GzDWWBA7q { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:10.8125rem;left:17.599999427796rem;height:1.3rem;display:block; }
#wS1pmfgBeQpzFngJOqcaphHQT5snGx1z { 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;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#wS1pmfgBeQpzFngJOqcaphHQT5snGx1z > .row .container { background-color: transparent; background-image: none; }#wS1pmfgBeQpzFngJOqcaphHQT5snGx1z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wS1pmfgBeQpzFngJOqcaphHQT5snGx1z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wS1pmfgBeQpzFngJOqcaphHQT5snGx1z > .row .container > .video-iframe-container { display: none; }#wS1pmfgBeQpzFngJOqcaphHQT5snGx1z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wS1pmfgBeQpzFngJOqcaphHQT5snGx1z > .row > .video-iframe-container { display: none; }#wS1pmfgBeQpzFngJOqcaphHQT5snGx1z > .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); }#wS1pmfgBeQpzFngJOqcaphHQT5snGx1z > .row .container { border-width: 0; border-radius: 0; }#wS1pmfgBeQpzFngJOqcaphHQT5snGx1z > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#wS1pmfgBeQpzFngJOqcaphHQT5snGx1z > .row .container { font-size:0.875rem;font-family:arial;height:12.4375rem;width:75rem;overflow:visible;position:relative;display:block; }#FrqCrMRifyUiRh4nFxO52zsBgdisBz67 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:10.8125rem;left:17.599999427796rem;height:1.3rem;display:block; }
#hqMruLRmXyACyAJE6ETcdradu4UTTofB { color:rgba(var(--color-primary-3),1);display:block;width:61.875rem;position:absolute;font-family:"bree serif";font-size:2.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-secondary-1),0.36);top:1.23046875rem;left:3.7374992370606rem;height:;font-style:normal;display:block; }
#BwIRRKqZon5PUCR2ww9Xwc4XxEMq46Q1 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#BwIRRKqZon5PUCR2ww9Xwc4XxEMq46Q1 > .row .container { background-color: transparent; background-image: none; }#BwIRRKqZon5PUCR2ww9Xwc4XxEMq46Q1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BwIRRKqZon5PUCR2ww9Xwc4XxEMq46Q1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BwIRRKqZon5PUCR2ww9Xwc4XxEMq46Q1 > .row .container > .video-iframe-container { display: none; }#BwIRRKqZon5PUCR2ww9Xwc4XxEMq46Q1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BwIRRKqZon5PUCR2ww9Xwc4XxEMq46Q1 > .row > .video-iframe-container { display: none; }#BwIRRKqZon5PUCR2ww9Xwc4XxEMq46Q1 > .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); }#BwIRRKqZon5PUCR2ww9Xwc4XxEMq46Q1 > .row .container { border-width: 0; border-radius: 0; }#BwIRRKqZon5PUCR2ww9Xwc4XxEMq46Q1 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#BwIRRKqZon5PUCR2ww9Xwc4XxEMq46Q1 > .row .container { font-size:0.875rem;font-family:arial;height:12.1875rem;width:75rem;overflow:visible;position:relative;display:block; }#Jkuc1HB9TVqgful7adrgKWS3QG5EG6bl { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:10.8125rem;left:17.599999427796rem;height:1.3rem;display:block; }
#SuACAqTGy1ahoaNmn9FvH6q87zBmE5AL { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.25rem;width:31.625rem;top:0rem;left:30.728123664856rem;overflow:hidden;display:block; }
#q0g2r3KlqTLxz8Er7xK6LXXR5KSaFyVX { color:rgba(var(--color-tertiary-4),1);display:block;width:24.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.4375007152558rem;left:3.359375rem;height:7.8rem;display:block; }
#rDBrzxQyTZtDnAJN06hnv0bTMkvJ4PlH { z-index:;position:relative;display:block; }#rDBrzxQyTZtDnAJN06hnv0bTMkvJ4PlH { background-color: transparent; background-image: none; }#rDBrzxQyTZtDnAJN06hnv0bTMkvJ4PlH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rDBrzxQyTZtDnAJN06hnv0bTMkvJ4PlH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rDBrzxQyTZtDnAJN06hnv0bTMkvJ4PlH > .row .container > .video-iframe-container { display: none; }#rDBrzxQyTZtDnAJN06hnv0bTMkvJ4PlH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rDBrzxQyTZtDnAJN06hnv0bTMkvJ4PlH > .row > .video-iframe-container { display: none; }#rDBrzxQyTZtDnAJN06hnv0bTMkvJ4PlH > .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); }#rDBrzxQyTZtDnAJN06hnv0bTMkvJ4PlH { border-width: 0; border-radius: 0; }#rDBrzxQyTZtDnAJN06hnv0bTMkvJ4PlH > .row .container { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:17.4375rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#rlVgy9qcTiwhnZNzqTthhqhlTH4Tdbf1 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:10.8125rem;left:17.599999427796rem;height:1.3rem;display:block; }
#M8VvSzuxbcoDnavL5ehd9GedMLRSyClT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:8.6125011444094rem;left:14.811718940735rem; }
#OTPbBQ9ovZRGO5giWJaAVBU5TLmWpZI4 { z-index:15007;top:12.11171913147rem;left:1.4671869277954rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #7700fd, #ff004c);background-image: -moz-linear-gradient(216deg, #7700fd, #ff004c);background-image: -ms-linear-gradient(216deg, #7700fd, #ff004c);background-image: -o-linear-gradient(216deg, #7700fd, #ff004c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );";background-image: linear-gradient(216deg, #7700fd, #ff004c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.9375rem;height:3.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#J80WmfxQKRqDOZfsTMQMqLC5gpIXzSgN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tcoTNf1mCiwAmuZZs95McQ8wzhmJtk3B { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.25rem;width:6.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:2.0632820129394rem;left:62.790627479556rem; }
#pRFmFzwvvox7bPA0G8ehXUNvV2FXNECh { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.1875rem;width:30.4375rem;top:1.34375rem;left:1.46484375rem;overflow:hidden;display:block; }
#TParRIPcuyZxRD5aC5qUTJOZqCLciXfD { background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#TParRIPcuyZxRD5aC5qUTJOZqCLciXfD > .row .container { background-color: transparent; background-image: none; }#TParRIPcuyZxRD5aC5qUTJOZqCLciXfD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TParRIPcuyZxRD5aC5qUTJOZqCLciXfD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TParRIPcuyZxRD5aC5qUTJOZqCLciXfD > .row .container > .video-iframe-container { display: none; }#TParRIPcuyZxRD5aC5qUTJOZqCLciXfD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TParRIPcuyZxRD5aC5qUTJOZqCLciXfD > .row > .video-iframe-container { display: none; }#TParRIPcuyZxRD5aC5qUTJOZqCLciXfD > .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); }#TParRIPcuyZxRD5aC5qUTJOZqCLciXfD > .row .container { border-width: 0; border-radius: 0; }#TParRIPcuyZxRD5aC5qUTJOZqCLciXfD > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#TParRIPcuyZxRD5aC5qUTJOZqCLciXfD > .row .container { font-size:0.875rem;font-family:arial;height:16.875rem;width:75rem;overflow:visible;position:relative;display:block; }#BJMRueZ5IFJhgFynORuFMWbmMMilV9Eo { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:10.8125rem;left:17.599999427796rem;height:1.3rem;display:block; }
#MRhobnDd5QSz1cTEuxcqIR65ZwJT6fff { color:rgba(var(--color-tertiary-4),1);display:block;width:57.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.125rem;left:3.84765625rem;height:;display:block; }
#cwGclxxrCqUpttIdD5D2g0V3EbyT8tQa { background-color:#fadef2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#cwGclxxrCqUpttIdD5D2g0V3EbyT8tQa > .row .container { background-color: transparent; background-image: none; }#cwGclxxrCqUpttIdD5D2g0V3EbyT8tQa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cwGclxxrCqUpttIdD5D2g0V3EbyT8tQa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cwGclxxrCqUpttIdD5D2g0V3EbyT8tQa > .row .container > .video-iframe-container { display: none; }#cwGclxxrCqUpttIdD5D2g0V3EbyT8tQa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cwGclxxrCqUpttIdD5D2g0V3EbyT8tQa > .row > .video-iframe-container { display: none; }#cwGclxxrCqUpttIdD5D2g0V3EbyT8tQa > .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); }#cwGclxxrCqUpttIdD5D2g0V3EbyT8tQa > .row .container { border-width: 0; border-radius: 0; }#cwGclxxrCqUpttIdD5D2g0V3EbyT8tQa > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#cwGclxxrCqUpttIdD5D2g0V3EbyT8tQa > .row .container { font-size:0.875rem;font-family:arial;height:46.375rem;width:75rem;overflow:visible;position:relative;display:block; }#gT56MA6MDf7WMnmDvd1gHJIIe1KkXfwE { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:10.8125rem;left:17.599999427796rem;height:1.3rem;display:block; }
#ACZ5JR5eZxFdu6KTsb09xkcSCq0mtl63 { color:rgba(var(--color-tertiary-4),1);display:block;width:56.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:0.74999809265137rem;left:3.375rem;height:3.4125rem;display:block; }
#COM4i9Ln8TwV1UFRRJR7TwwQZGEmLnUD { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.0625rem;width:20.9375rem;top:8.7125005722044rem;left:2.28515625rem;overflow:hidden;display:block; }
#bWoFDqW1qBWrOMBynlK4w1blkrvK2z4o { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.0625rem;width:20.6875rem;top:8.7125005722044rem;left:27.156250953674rem;overflow:hidden;display:block; }
#B02zH12vnVB1Iph6HI8pUq3WDihetmIt { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.625rem;width:13.375rem;top:2.32421875rem;left:54.567185401916rem;overflow:hidden;display:block; }
#VQzK3EKvQNmpD5vZgxczRimgM3TqEPQq { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.75rem;width:14.3125rem;top:14.26171875rem;left:52.060154914856rem;overflow:hidden;display:block; }
#Dmlul3eyIdoew4bR5Li0JHOCSFm65Uzt { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.75rem;width:18.1875rem;top:18.3125rem;left:33.037499427796rem;overflow:hidden;display:block; }
#vdlASmFlSDiApHQgvxZHXmSbfZpcXo0G { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.4375rem;width:13.9375rem;top:21.59375rem;left:0.78515625rem;overflow:hidden;display:block; }
#PNHootv1JSHATcpRVVi8A8w4RzZTdohs { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.9375rem;width:16.25rem;top:36.8125rem;left:50.072655677796rem;overflow:hidden;display:block; }
#mTQTP3PTF648rHDehSOiWL1QQboLOT2s { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.0625rem;width:18.375rem;top:35.737501144409rem;left:14.662499427796rem;overflow:hidden;display:block; }
#O277bZ4Bsmp3RkD8Twrs6V8ZridhOI55 { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.75rem;width:19.125rem;top:24.5rem;left:50.072655677796rem;overflow:hidden;display:block; }
#Cldlxcmsi5I4L0yfZ9Kq5aKPnUkJrvZD { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.25rem;width:16.875rem;top:28.125rem;left:33.197655677796rem;overflow:hidden;display:block; }
#sv72520Qx0lJNDVPCyogqgVWyqn0SyOe { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.25rem;width:18.5625rem;top:19.587500572204rem;left:14.662499427796rem;overflow:hidden;display:block; }
#ZpDKHic1WPNhXbCldUNEQzDr1MkkI6q8 { background-color:#fadef2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#ZpDKHic1WPNhXbCldUNEQzDr1MkkI6q8 > .row .container { background-color: transparent; background-image: none; }#ZpDKHic1WPNhXbCldUNEQzDr1MkkI6q8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZpDKHic1WPNhXbCldUNEQzDr1MkkI6q8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZpDKHic1WPNhXbCldUNEQzDr1MkkI6q8 > .row .container > .video-iframe-container { display: none; }#ZpDKHic1WPNhXbCldUNEQzDr1MkkI6q8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZpDKHic1WPNhXbCldUNEQzDr1MkkI6q8 > .row > .video-iframe-container { display: none; }#ZpDKHic1WPNhXbCldUNEQzDr1MkkI6q8 > .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); }#ZpDKHic1WPNhXbCldUNEQzDr1MkkI6q8 > .row .container { border-width: 0; border-radius: 0; }#ZpDKHic1WPNhXbCldUNEQzDr1MkkI6q8 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ZpDKHic1WPNhXbCldUNEQzDr1MkkI6q8 > .row .container { font-size:0.875rem;font-family:arial;height:40rem;width:75rem;overflow:visible;position:relative;display:block; }#F5tObOos3UniTVzzXSiiMyds6QxkTyK8 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:10.8125rem;left:17.599999427796rem;height:1.3rem;display:block; }
#lDS2wsXhTD8M2n0EBvIAOQ8kAN3O5DOq { color:rgba(var(--color-tertiary-4),1);display:block;width:57.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:4.246084690094rem;left:2.19140625rem;height:;display:block; }
#TkGtdcCCtxOdrdGwEihK16zBTwOVLL77 { z-index:15004;top:35.06250166893rem;left:16.124999046326rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #7700fd, #ff004c);background-image: -moz-linear-gradient(216deg, #7700fd, #ff004c);background-image: -ms-linear-gradient(216deg, #7700fd, #ff004c);background-image: -o-linear-gradient(216deg, #7700fd, #ff004c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );";background-image: linear-gradient(216deg, #7700fd, #ff004c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.875rem;height:3.5625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#DNtCaf6XIlJIqA987gClxOA2EtuCvntN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gNu9yW1KsN11FCzyRpgIkpwZGCAk0wfq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:31.362500905991rem;left:26.962498664856rem; }
#Gl0bf0MKRvEyOyy8vFs73wsVFiTRow3c { color:rgba(var(--color-tertiary-4),1);display:block;width:40.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:1.625rem;left:2.19140625rem;height:3.4125rem;display:block; }
#aMX64dM46BX8kZ160Tdm4IcRkoMoa5oK { background-color:#fadef2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#aMX64dM46BX8kZ160Tdm4IcRkoMoa5oK > .row .container { background-color: transparent; background-image: none; }#aMX64dM46BX8kZ160Tdm4IcRkoMoa5oK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aMX64dM46BX8kZ160Tdm4IcRkoMoa5oK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aMX64dM46BX8kZ160Tdm4IcRkoMoa5oK > .row .container > .video-iframe-container { display: none; }#aMX64dM46BX8kZ160Tdm4IcRkoMoa5oK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aMX64dM46BX8kZ160Tdm4IcRkoMoa5oK > .row > .video-iframe-container { display: none; }#aMX64dM46BX8kZ160Tdm4IcRkoMoa5oK > .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); }#aMX64dM46BX8kZ160Tdm4IcRkoMoa5oK > .row .container { border-width: 0; border-radius: 0; }#aMX64dM46BX8kZ160Tdm4IcRkoMoa5oK > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#aMX64dM46BX8kZ160Tdm4IcRkoMoa5oK > .row .container { font-size:0.875rem;font-family:arial;height:40rem;width:75rem;overflow:visible;position:relative;display:block; }#IsZbaOPHUWZynX6H5lUeRbeVr8fE1ZAw { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:10.8125rem;left:17.599999427796rem;height:1.3rem;display:block; }
#SrRZ7Fkffy8HgaCzwfw2SVa7uCnJ0Iz5 { color:rgba(var(--color-tertiary-4),1);display:block;width:57.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.3109378814698rem;left:2.41015625rem;height:;display:block; }
#Jp94psJbv4Z5nSdD2iuD2DFoaU1ntUcU { z-index:15005;top:26.46875rem;left:39.823437690735rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #7700fd, #ff004c);background-image: -moz-linear-gradient(216deg, #7700fd, #ff004c);background-image: -ms-linear-gradient(216deg, #7700fd, #ff004c);background-image: -o-linear-gradient(216deg, #7700fd, #ff004c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );";background-image: linear-gradient(216deg, #7700fd, #ff004c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.4375rem;height:3.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#JA1Lpk2OH3r3JZRBDyiVKIEiBnSSeI9N { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HNxHlnAQ8kNJHvhFvPwdNuPZBvSg3t5C { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.75rem;width:27.875rem;top:32.531250953674rem;left:7.909375190735rem;overflow:hidden;display:block; }
#adrNR3WEVzf1RUb6ZellneUGmJ0J5qRX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.0625rem;width:6.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:30.59375rem;left:37.000000953674rem; }
#x37TyC8iessfqFiowRVbOwyTowpH3Bi1 { color:rgba(var(--color-tertiary-4),1);display:block;width:38.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:1.6984386444092rem;left:2.41015625rem;height:3.4125rem;display:block; }
#lB99iRXaDBTykba6Bz1gSgQ492SvxQLp { background-color:#fadef2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#lB99iRXaDBTykba6Bz1gSgQ492SvxQLp > .row .container { background-color: transparent; background-image: none; }#lB99iRXaDBTykba6Bz1gSgQ492SvxQLp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lB99iRXaDBTykba6Bz1gSgQ492SvxQLp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lB99iRXaDBTykba6Bz1gSgQ492SvxQLp > .row .container > .video-iframe-container { display: none; }#lB99iRXaDBTykba6Bz1gSgQ492SvxQLp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lB99iRXaDBTykba6Bz1gSgQ492SvxQLp > .row > .video-iframe-container { display: none; }#lB99iRXaDBTykba6Bz1gSgQ492SvxQLp > .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); }#lB99iRXaDBTykba6Bz1gSgQ492SvxQLp > .row .container { border-width: 0; border-radius: 0; }#lB99iRXaDBTykba6Bz1gSgQ492SvxQLp > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#lB99iRXaDBTykba6Bz1gSgQ492SvxQLp > .row .container { font-size:0.875rem;font-family:arial;height:40rem;width:75rem;overflow:visible;position:relative;display:block; }#kOc4S4P0ahPpiGVJ08bMZFUBk0GekpT4 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:10.8125rem;left:17.599999427796rem;height:1.3rem;display:block; }
#XaZtS7OdEXw1K17pTTopPIcA5yxkNW58 { color:rgba(var(--color-tertiary-4),1);display:block;width:57.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.9929685592651rem;left:2.28515625rem;height:;display:block; }
#kdsXngHZBcQeK9JQgHkZ96Bq0lSOflWq { z-index:15006;top:30.66171836853rem;left:25.184376716614rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #7700fd, #ff004c);background-image: -moz-linear-gradient(216deg, #7700fd, #ff004c);background-image: -ms-linear-gradient(216deg, #7700fd, #ff004c);background-image: -o-linear-gradient(216deg, #7700fd, #ff004c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );";background-image: linear-gradient(216deg, #7700fd, #ff004c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.75rem;height:3.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ZNPnL0klzeU1nQOWiOgAEzm8kfzyNmkf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#X9nJTouDtFtTNQswpKqisvOOgv21wM2S { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.1875rem;width:13.625rem;top:21.8125rem;left:9.684374809265rem;overflow:hidden;display:block; }
#mSzykQThth7WApJ2eV4524HRNgBp1FWw { color:rgba(var(--color-tertiary-4),1);display:block;width:46.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:0rem;left:2.28515625rem;height:3.4125rem;display:block; }
#nl2Zb7T9nxMhNnMu9oR8LX1s5kHfFmFC { background-color:#fadef2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#nl2Zb7T9nxMhNnMu9oR8LX1s5kHfFmFC > .row .container { background-color: transparent; background-image: none; }#nl2Zb7T9nxMhNnMu9oR8LX1s5kHfFmFC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nl2Zb7T9nxMhNnMu9oR8LX1s5kHfFmFC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nl2Zb7T9nxMhNnMu9oR8LX1s5kHfFmFC > .row .container > .video-iframe-container { display: none; }#nl2Zb7T9nxMhNnMu9oR8LX1s5kHfFmFC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nl2Zb7T9nxMhNnMu9oR8LX1s5kHfFmFC > .row > .video-iframe-container { display: none; }#nl2Zb7T9nxMhNnMu9oR8LX1s5kHfFmFC > .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); }#nl2Zb7T9nxMhNnMu9oR8LX1s5kHfFmFC > .row .container { border-width: 0; border-radius: 0; }#nl2Zb7T9nxMhNnMu9oR8LX1s5kHfFmFC > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#nl2Zb7T9nxMhNnMu9oR8LX1s5kHfFmFC > .row .container { font-size:0.875rem;font-family:arial;height:33.3125rem;width:75rem;overflow:visible;position:relative;display:block; }#tBCIcxaP68voNNkJ2nri3xXh8K0TeUNn { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:10.8125rem;left:17.599999427796rem;height:1.3rem;display:block; }
#KwT6z2NzohlgML5HDPlK8l33ir6kbHBL { color:rgba(var(--color-tertiary-4),1);display:block;width:56.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.4117193222046rem;left:2.34765625rem;height:3.4125rem;display:block; }
#ETfhLJAyFIzVp9PdRrrdqrGSWTbinqmG { color:rgba(var(--color-tertiary-4),1);display:block;width:51.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:9.387499809265rem;left:2.34765625rem;height:10.2375rem;display:block; }
#SukOTQnAHTnZ5oX8K2WVcSqM63eaWxak { z-index:15007;top:25.098439216614rem;left:22.371876716614rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #7700fd, #ff004c);background-image: -moz-linear-gradient(216deg, #7700fd, #ff004c);background-image: -ms-linear-gradient(216deg, #7700fd, #ff004c);background-image: -o-linear-gradient(216deg, #7700fd, #ff004c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );";background-image: linear-gradient(216deg, #7700fd, #ff004c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.75rem;height:3.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#k9yKuqErgK3gbpROIHbCJX67HPFtnpND { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#w5f3duqT83hxUsHchWkiv1z4KThw0N9c { background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#w5f3duqT83hxUsHchWkiv1z4KThw0N9c > .row .container { background-color: transparent; background-image: none; }#w5f3duqT83hxUsHchWkiv1z4KThw0N9c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w5f3duqT83hxUsHchWkiv1z4KThw0N9c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w5f3duqT83hxUsHchWkiv1z4KThw0N9c > .row .container > .video-iframe-container { display: none; }#w5f3duqT83hxUsHchWkiv1z4KThw0N9c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w5f3duqT83hxUsHchWkiv1z4KThw0N9c > .row > .video-iframe-container { display: none; }#w5f3duqT83hxUsHchWkiv1z4KThw0N9c > .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); }#w5f3duqT83hxUsHchWkiv1z4KThw0N9c > .row .container { border-width: 0; border-radius: 0; }#w5f3duqT83hxUsHchWkiv1z4KThw0N9c > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#w5f3duqT83hxUsHchWkiv1z4KThw0N9c > .row .container { font-size:0.875rem;font-family:arial;height:106.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#Q3Ti535HyykppD0QEL52Rp1Z0c9fLooK { color:rgba(var(--color-tertiary-4),1);display:block;width:57.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:8.3117179870606rem;left:5.22265625rem;height:48.5875rem;display:block; }
#cRPOn0ERL11lwpwOd0Kh7VJOKikog8uF { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:10.8125rem;left:17.599999427796rem;height:1.3rem;display:block; }
#QhloPcQl0V953alSxrd58EnM8DVEGpeA { z-index:15007;top:62.5046877861rem;left:23.065625190735rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #7700fd, #ff004c);background-image: -moz-linear-gradient(216deg, #7700fd, #ff004c);background-image: -ms-linear-gradient(216deg, #7700fd, #ff004c);background-image: -o-linear-gradient(216deg, #7700fd, #ff004c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );";background-image: linear-gradient(216deg, #7700fd, #ff004c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#OZOWbR2MVDpTIhyIaTGCCcgTpFLsqBT5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SMh4NysT0TgwOGTmUHrAslI7iiiTTtid { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:58.15468788147rem;left:30.099999427796rem; }
#gQtyUCPlS2RV7AZRLANskTNxsMiE4cI3 { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.625rem;width:20.9375rem;top:0.74297046661375rem;left:25.740624427796rem;overflow:hidden;display:block; }
#NmHH0blZA9gIbKSKVIU5ccCugKHVMSSG { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.875rem;width:21.6875rem;top:67.75468969345rem;left:5.22265625rem;overflow:hidden;display:block; }
#Uhc5zvDkzTLn4Tw6TWnHqKMF8oqRiLif { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.25rem;width:33.875rem;top:78.429689884187rem;left:32.178124427796rem;overflow:hidden;display:block; }
#P6AwtXrm4pLVICF2buIrN8Rf8poeI74w { color:rgba(var(--color-tertiary-4),1);display:block;width:33.25rem;position:absolute;font-family:"marck script";font-size:2.125rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:68.942190170288rem;left:32.753125190735rem;height:8.2875rem;display:block; }
#aMwUnbk4oXitCORnf8ygfN5hrAwxq6CV { z-index:15008;top:102.625rem;left:40.865624427796rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #7700fd, #ff004c);background-image: -moz-linear-gradient(216deg, #7700fd, #ff004c);background-image: -ms-linear-gradient(216deg, #7700fd, #ff004c);background-image: -o-linear-gradient(216deg, #7700fd, #ff004c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );";background-image: linear-gradient(216deg, #7700fd, #ff004c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.5rem;height:2.125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#lhbeu491oPCr14WrWPF8RPLl5Aaxnpem { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uQh0kTdyzuLabArooRK5bdgmdpIZxhp6 { background-color:#fadef2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#uQh0kTdyzuLabArooRK5bdgmdpIZxhp6 > .row .container { background-color: transparent; background-image: none; }#uQh0kTdyzuLabArooRK5bdgmdpIZxhp6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uQh0kTdyzuLabArooRK5bdgmdpIZxhp6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uQh0kTdyzuLabArooRK5bdgmdpIZxhp6 > .row .container > .video-iframe-container { display: none; }#uQh0kTdyzuLabArooRK5bdgmdpIZxhp6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uQh0kTdyzuLabArooRK5bdgmdpIZxhp6 > .row > .video-iframe-container { display: none; }#uQh0kTdyzuLabArooRK5bdgmdpIZxhp6 > .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); }#uQh0kTdyzuLabArooRK5bdgmdpIZxhp6 > .row .container { border-width: 0; border-radius: 0; }#uQh0kTdyzuLabArooRK5bdgmdpIZxhp6 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#uQh0kTdyzuLabArooRK5bdgmdpIZxhp6 > .row .container { font-size:0.875rem;font-family:arial;height:27.1875rem;width:75rem;overflow:visible;position:relative;display:block; }#Kpk5LBxDR0bPI4pSxoPiosH7bFM2QTmw { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:10.8125rem;left:17.599999427796rem;height:1.3rem;display:block; }
#dOF9R3bqp5OD3toKn6iAIRViXSiIlalr { color:rgba(var(--color-tertiary-4),1);display:block;width:25.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.0367183685302rem;left:2.5992183685302rem;height:3.4125rem;display:block; }
#pkrhS5L8Cr6nmKXBB99kGMGbhIkGSWq3 { color:rgba(var(--color-tertiary-4),1);display:block;width:56.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:5.7117195129394rem;left:2.59765625rem;height:14.625rem;display:block; }
#mFchT9JsMBS7kTedf0i6keRLdBCd4Ktu { color:rgba(var(--color-tertiary-4),1);display:block;width:59.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:21.85000038147rem;left:2.59765625rem;height:;display:block; }
#iGnNKSC5y1S17nbnc7gTuXBlvzTCN7B9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:23.400000572204rem;left:22.568749427796rem; }
#tkTRK7DhPNT2uXxs2AmK31czUrSTnGqy { background-color:#fadef2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#tkTRK7DhPNT2uXxs2AmK31czUrSTnGqy > .row .container { background-color: transparent; background-image: none; }#tkTRK7DhPNT2uXxs2AmK31czUrSTnGqy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tkTRK7DhPNT2uXxs2AmK31czUrSTnGqy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tkTRK7DhPNT2uXxs2AmK31czUrSTnGqy > .row .container > .video-iframe-container { display: none; }#tkTRK7DhPNT2uXxs2AmK31czUrSTnGqy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tkTRK7DhPNT2uXxs2AmK31czUrSTnGqy > .row > .video-iframe-container { display: none; }#tkTRK7DhPNT2uXxs2AmK31czUrSTnGqy > .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); }#tkTRK7DhPNT2uXxs2AmK31czUrSTnGqy > .row .container { border-width: 0; border-radius: 0; }#tkTRK7DhPNT2uXxs2AmK31czUrSTnGqy > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#tkTRK7DhPNT2uXxs2AmK31czUrSTnGqy > .row .container { font-size:0.875rem;font-family:arial;height:36.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#stgve2n0Ogd8iQrnTuyHz4spGgeTbMMf { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:10.8125rem;left:17.599999427796rem;height:1.3rem;display:block; }
#LXosBNMsd3gGvJ09QzotUsqOTHb6I1ai { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.8499994277954rem;left:8.2249994277956rem;height:3.4125rem;display:block; }
#TqZ5mdgtL3kZW5ab9d3MV82Xzc1UdTzd { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.8679714202881rem;left:2.5851554870606rem;height:10.725rem;display:block; }
#pgsSAVSvobmhzhC3LtiQPonfas806ZrJ { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.8179721832276rem;left:43.910157203674rem;height:10.725rem;display:block; }
#TUweg58pzOUce7DmMEA61QeU2LHXvm4w { color:rgba(var(--color-tertiary-4),1);display:block;width:21.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:15.262502670288rem;left:2.0203123092651rem;height:20.8rem;display:block; }
#LeUFINVbib7pxdpZuRWIe2SmZwzD7nCQ { color:rgba(var(--color-tertiary-4),1);display:block;width:21rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:15.262502670288rem;left:43.410157203674rem;height:15.6rem;display:block; }
#IUMHpBRaWBB1mlmsgU25xHKCuSbJJKcH { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.3125rem;width:13.3125rem;top:5.5625rem;left:25.003125190735rem;overflow:hidden;display:block; }
#FLrJCkXNQVwQwkEkt6hqwXxFOGsplpMa { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.75rem;width:4.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:29.187501907349rem;left:22.584374427796rem; }
#CV4Of9zaBEyZRcHKVqMVwiILd5ruHA4J { z-index:15009;top:26.862500667572rem;left:23.144532203674rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #7700fd, #ff004c);background-image: -moz-linear-gradient(216deg, #7700fd, #ff004c);background-image: -ms-linear-gradient(216deg, #7700fd, #ff004c);background-image: -o-linear-gradient(216deg, #7700fd, #ff004c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );";background-image: linear-gradient(216deg, #7700fd, #ff004c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.25rem;height:2.375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#kMgx1HkJUC5eLoJhxk8nkrQ09mTVgTTk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#A7cMuEZ2gbFk7kFdusmm1do8BHlxKpB9 { background-color:#fadef2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#A7cMuEZ2gbFk7kFdusmm1do8BHlxKpB9 > .row .container { background-color: transparent; background-image: none; }#A7cMuEZ2gbFk7kFdusmm1do8BHlxKpB9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A7cMuEZ2gbFk7kFdusmm1do8BHlxKpB9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A7cMuEZ2gbFk7kFdusmm1do8BHlxKpB9 > .row .container > .video-iframe-container { display: none; }#A7cMuEZ2gbFk7kFdusmm1do8BHlxKpB9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A7cMuEZ2gbFk7kFdusmm1do8BHlxKpB9 > .row > .video-iframe-container { display: none; }#A7cMuEZ2gbFk7kFdusmm1do8BHlxKpB9 > .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); }#A7cMuEZ2gbFk7kFdusmm1do8BHlxKpB9 > .row .container { border-width: 0; border-radius: 0; }#A7cMuEZ2gbFk7kFdusmm1do8BHlxKpB9 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#A7cMuEZ2gbFk7kFdusmm1do8BHlxKpB9 > .row .container { font-size:0.875rem;font-family:arial;height:62rem;width:75rem;overflow:visible;position:relative;display:block; }#ChpCJr0IwgieOJ98TxWF66Qdb0FCQUMo { color:rgba(var(--color-tertiary-4),1);display:block;width:57.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.7500057220459rem;left:1.62109375rem;height:1.86875rem;display:block; }
#kUIgkKWNRi20HH4XMJZgPrwQ8mHm0Vc6 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:10.8125rem;left:17.599999427796rem;height:1.3rem;display:block; }
#D4Ohp2RdMI8CWbqi0M0ORcZfToTiIJQf { color:rgba(var(--color-tertiary-4),1);display:block;width:53.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:5.5859432220459rem;left:1.62109375rem;height:46.8rem;display:block; }
#JeSSgItVU8wz3e6xGnVPxL7odJ0RgvXQ { z-index:15010;top:58.08749961853rem;left:27.403126716614rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #7700fd, #ff004c);background-image: -moz-linear-gradient(216deg, #7700fd, #ff004c);background-image: -ms-linear-gradient(216deg, #7700fd, #ff004c);background-image: -o-linear-gradient(216deg, #7700fd, #ff004c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );";background-image: linear-gradient(216deg, #7700fd, #ff004c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.4375rem;height:3rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#px5EPHTAPTZpPN8wnOrofyWlmTmpgW0f { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TAyIlrS1wslJranmC4c7xeAc1Uesxyak { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.75rem;width:16.3125rem;top:40.249218940735rem;left:54.933594703674rem;overflow:hidden;display:block; }
#hb4pG5xuvOND70DGfWSniGbL8SdvTwSM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.0625rem;width:4.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:54.075000762939rem;left:52.840626716614rem; }
#knRl1mQQX97n4G628EMu10iDvAoz3BTW { color:rgba(var(--color-tertiary-4),1);display:block;width:16.1875rem;position:absolute;font-family:"marck script";font-size:1.4375rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:58.653127670288rem;left:4.5859375rem;height:3.7375rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ileip4NpS7mfUa89qbJqRtxKIrsfRTuz { display:block; }#ileip4NpS7mfUa89qbJqRtxKIrsfRTuz > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rkSl1VT3xHg1XO4DT4k56zvuToCDDefx { top:4.0625rem;left:0rem;width:47.75rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1FVzFwJ2ZrxTz1kcsmpo07GzDWWBA7q { top:10.8125rem;left:3.9749994277954rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wS1pmfgBeQpzFngJOqcaphHQT5snGx1z { display:block; }#wS1pmfgBeQpzFngJOqcaphHQT5snGx1z > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FrqCrMRifyUiRh4nFxO52zsBgdisBz67 { top:10.8125rem;left:3.9749994277954rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqMruLRmXyACyAJE6ETcdradu4UTTofB { top:1.1875rem;left:0rem;width:47.75rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwIRRKqZon5PUCR2ww9Xwc4XxEMq46Q1 { display:block; }#BwIRRKqZon5PUCR2ww9Xwc4XxEMq46Q1 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jkuc1HB9TVqgful7adrgKWS3QG5EG6bl { top:10.8125rem;left:3.9749994277954rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SuACAqTGy1ahoaNmn9FvH6q87zBmE5AL { top:0rem;left:16.125rem;width:31.625rem;height:29.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0g2r3KlqTLxz8Er7xK6LXXR5KSaFyVX { top:2.4375rem;left:0rem;width:24.8125rem;height:9.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDBrzxQyTZtDnAJN06hnv0bTMkvJ4PlH { display:block; }#rDBrzxQyTZtDnAJN06hnv0bTMkvJ4PlH > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rlVgy9qcTiwhnZNzqTthhqhlTH4Tdbf1 { top:10.8125rem;left:3.9749994277954rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8VvSzuxbcoDnavL5ehd9GedMLRSyClT { top:8.5625rem;left:1.1867189407349rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTPbBQ9ovZRGO5giWJaAVBU5TLmWpZI4 { top:12.0625rem;left:0rem;width:28.9375rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J80WmfxQKRqDOZfsTMQMqLC5gpIXzSgN { display:block; }
 }@media only screen and (max-width: 763px) { #tcoTNf1mCiwAmuZZs95McQ8wzhmJtk3B { top:2.0625rem;left:41.5rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRFmFzwvvox7bPA0G8ehXUNvV2FXNECh { top:1.3125rem;left:0rem;width:30.4375rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TParRIPcuyZxRD5aC5qUTJOZqCLciXfD { display:block; }#TParRIPcuyZxRD5aC5qUTJOZqCLciXfD > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BJMRueZ5IFJhgFynORuFMWbmMMilV9Eo { top:10.8125rem;left:3.9749994277954rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRhobnDd5QSz1cTEuxcqIR65ZwJT6fff { top:2.125rem;left:0rem;width:47.75rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwGclxxrCqUpttIdD5D2g0V3EbyT8tQa { display:block; }#cwGclxxrCqUpttIdD5D2g0V3EbyT8tQa > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gT56MA6MDf7WMnmDvd1gHJIIe1KkXfwE { top:10.8125rem;left:3.9749994277954rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACZ5JR5eZxFdu6KTsb09xkcSCq0mtl63 { top:0.6875rem;left:0rem;width:47.75rem;height:6.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #COM4i9Ln8TwV1UFRRJR7TwwQZGEmLnUD { top:8.6875rem;left:0rem;width:20.9375rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWoFDqW1qBWrOMBynlK4w1blkrvK2z4o { top:8.6875rem;left:13.531250953674rem;width:20.6875rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B02zH12vnVB1Iph6HI8pUq3WDihetmIt { top:2.3125rem;left:34.375rem;width:13.375rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQzK3EKvQNmpD5vZgxczRimgM3TqEPQq { top:14.25rem;left:33.4375rem;width:14.3125rem;height:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dmlul3eyIdoew4bR5Li0JHOCSFm65Uzt { top:18.3125rem;left:19.412499427796rem;width:18.1875rem;height:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdlASmFlSDiApHQgvxZHXmSbfZpcXo0G { top:21.5625rem;left:0rem;width:13.9375rem;height:20.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNHootv1JSHATcpRVVi8A8w4RzZTdohs { top:36.8125rem;left:31.5rem;width:16.25rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTQTP3PTF648rHDehSOiWL1QQboLOT2s { top:35.6875rem;left:1.0374994277954rem;width:18.375rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O277bZ4Bsmp3RkD8Twrs6V8ZridhOI55 { top:24.5rem;left:28.625rem;width:19.125rem;height:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cldlxcmsi5I4L0yfZ9Kq5aKPnUkJrvZD { top:28.125rem;left:19.572655677796rem;width:16.875rem;height:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sv72520Qx0lJNDVPCyogqgVWyqn0SyOe { top:19.5625rem;left:1.0374994277954rem;width:18.5625rem;height:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpDKHic1WPNhXbCldUNEQzDr1MkkI6q8 { display:block; }#ZpDKHic1WPNhXbCldUNEQzDr1MkkI6q8 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F5tObOos3UniTVzzXSiiMyds6QxkTyK8 { top:10.8125rem;left:3.9749994277954rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDS2wsXhTD8M2n0EBvIAOQ8kAN3O5DOq { top:4.1875rem;left:0rem;width:47.75rem;height:;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkGtdcCCtxOdrdGwEihK16zBTwOVLL77 { top:35.0625rem;left:2.4999990463257rem;width:23.875rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNtCaf6XIlJIqA987gClxOA2EtuCvntN { display:block; }
 }@media only screen and (max-width: 763px) { #gNu9yW1KsN11FCzyRpgIkpwZGCAk0wfq { top:31.3125rem;left:13.337498664856rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gl0bf0MKRvEyOyy8vFs73wsVFiTRow3c { top:1.625rem;left:0rem;width:40.3125rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMX64dM46BX8kZ160Tdm4IcRkoMoa5oK { display:block; }#aMX64dM46BX8kZ160Tdm4IcRkoMoa5oK > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IsZbaOPHUWZynX6H5lUeRbeVr8fE1ZAw { top:10.8125rem;left:3.9749994277954rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SrRZ7Fkffy8HgaCzwfw2SVa7uCnJ0Iz5 { top:2.25rem;left:0rem;width:47.75rem;height:;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jp94psJbv4Z5nSdD2iuD2DFoaU1ntUcU { top:26.4375rem;left:24.3125rem;width:23.4375rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JA1Lpk2OH3r3JZRBDyiVKIEiBnSSeI9N { display:block; }
 }@media only screen and (max-width: 763px) { #HNxHlnAQ8kNJHvhFvPwdNuPZBvSg3t5C { top:32.5rem;left:0rem;width:27.875rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #adrNR3WEVzf1RUb6ZellneUGmJ0J5qRX { top:30.5625rem;left:23.375000953674rem;width:6.0625rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x37TyC8iessfqFiowRVbOwyTowpH3Bi1 { top:1.6875rem;left:0rem;width:38.875rem;height:3.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lB99iRXaDBTykba6Bz1gSgQ492SvxQLp { display:block; }#lB99iRXaDBTykba6Bz1gSgQ492SvxQLp > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kOc4S4P0ahPpiGVJ08bMZFUBk0GekpT4 { top:10.8125rem;left:3.9749994277954rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XaZtS7OdEXw1K17pTTopPIcA5yxkNW58 { top:1.9375rem;left:0rem;width:47.75rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdsXngHZBcQeK9JQgHkZ96Bq0lSOflWq { top:30.625rem;left:11.559376716614rem;width:26.75rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNPnL0klzeU1nQOWiOgAEzm8kfzyNmkf { display:block; }
 }@media only screen and (max-width: 763px) { #X9nJTouDtFtTNQswpKqisvOOgv21wM2S { top:21.8125rem;left:0rem;width:13.625rem;height:18.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSzykQThth7WApJ2eV4524HRNgBp1FWw { top:0rem;left:0rem;width:46.8125rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nl2Zb7T9nxMhNnMu9oR8LX1s5kHfFmFC { display:block; }#nl2Zb7T9nxMhNnMu9oR8LX1s5kHfFmFC > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tBCIcxaP68voNNkJ2nri3xXh8K0TeUNn { top:10.8125rem;left:3.9749994277954rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KwT6z2NzohlgML5HDPlK8l33ir6kbHBL { top:3.375rem;left:0rem;width:47.75rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETfhLJAyFIzVp9PdRrrdqrGSWTbinqmG { top:9.375rem;left:0rem;width:47.75rem;height:11.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SukOTQnAHTnZ5oX8K2WVcSqM63eaWxak { top:25.0625rem;left:8.7468767166137rem;width:25.75rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9yKuqErgK3gbpROIHbCJX67HPFtnpND { display:block; }
 }@media only screen and (max-width: 763px) { #w5f3duqT83hxUsHchWkiv1z4KThw0N9c { display:block; }#w5f3duqT83hxUsHchWkiv1z4KThw0N9c > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q3Ti535HyykppD0QEL52Rp1Z0c9fLooK { top:8.25rem;left:0rem;width:47.75rem;height:;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRPOn0ERL11lwpwOd0Kh7VJOKikog8uF { top:10.8125rem;left:3.9749994277954rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhloPcQl0V953alSxrd58EnM8DVEGpeA { top:62.5rem;left:9.440625190735rem;width:23.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZOWbR2MVDpTIhyIaTGCCcgTpFLsqBT5 { display:block; }
 }@media only screen and (max-width: 763px) { #SMh4NysT0TgwOGTmUHrAslI7iiiTTtid { top:58.125rem;left:16.474999427796rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQtyUCPlS2RV7AZRLANskTNxsMiE4cI3 { top:0.6875rem;left:12.115624427796rem;width:20.9375rem;height:31.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmHH0blZA9gIbKSKVIU5ccCugKHVMSSG { top:67.75rem;left:0rem;width:21.6875rem;height:32.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uhc5zvDkzTLn4Tw6TWnHqKMF8oqRiLif { top:78.375rem;left:13.875rem;width:33.875rem;height:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6AwtXrm4pLVICF2buIrN8Rf8poeI74w { top:68.9375rem;left:14.5rem;width:33.25rem;height:8.25rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMwUnbk4oXitCORnf8ygfN5hrAwxq6CV { top:102.625rem;left:27.240624427796rem;width:16.5rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhbeu491oPCr14WrWPF8RPLl5Aaxnpem { display:block; }
 }@media only screen and (max-width: 763px) { #uQh0kTdyzuLabArooRK5bdgmdpIZxhp6 { display:block; }#uQh0kTdyzuLabArooRK5bdgmdpIZxhp6 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kpk5LBxDR0bPI4pSxoPiosH7bFM2QTmw { top:10.8125rem;left:3.9749994277954rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOF9R3bqp5OD3toKn6iAIRViXSiIlalr { top:2rem;left:0rem;width:25.375rem;height:0;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pkrhS5L8Cr6nmKXBB99kGMGbhIkGSWq3 { top:5.6875rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFchT9JsMBS7kTedf0i6keRLdBCd4Ktu { top:21.8125rem;left:0rem;width:47.75rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGnNKSC5y1S17nbnc7gTuXBlvzTCN7B9 { top:23.375rem;left:8.9437494277956rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkTRK7DhPNT2uXxs2AmK31czUrSTnGqy { display:block; }#tkTRK7DhPNT2uXxs2AmK31czUrSTnGqy > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #stgve2n0Ogd8iQrnTuyHz4spGgeTbMMf { top:10.8125rem;left:3.9749994277954rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXosBNMsd3gGvJ09QzotUsqOTHb6I1ai { top:3.8125rem;left:0rem;width:20rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqZ5mdgtL3kZW5ab9d3MV82Xzc1UdTzd { top:1.8125rem;left:0rem;width:20rem;height:10.6875rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgsSAVSvobmhzhC3LtiQPonfas806ZrJ { top:1.8125rem;left:27.75rem;width:20rem;height:;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUweg58pzOUce7DmMEA61QeU2LHXvm4w { top:15.25rem;left:0rem;width:21.125rem;height:20.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LeUFINVbib7pxdpZuRWIe2SmZwzD7nCQ { top:15.25rem;left:26.75rem;width:21rem;height:15.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUMHpBRaWBB1mlmsgU25xHKCuSbJJKcH { top:5.5625rem;left:11.378125190735rem;width:13.3125rem;height:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLrJCkXNQVwQwkEkt6hqwXxFOGsplpMa { top:29.1875rem;left:8.9593744277956rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CV4Of9zaBEyZRcHKVqMVwiILd5ruHA4J { top:26.8125rem;left:9.5195322036744rem;width:19.25rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMgx1HkJUC5eLoJhxk8nkrQ09mTVgTTk { display:block; }
 }@media only screen and (max-width: 763px) { #A7cMuEZ2gbFk7kFdusmm1do8BHlxKpB9 { display:block; }#A7cMuEZ2gbFk7kFdusmm1do8BHlxKpB9 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ChpCJr0IwgieOJ98TxWF66Qdb0FCQUMo { top:1.75rem;left:0rem;width:47.75rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUIgkKWNRi20HH4XMJZgPrwQ8mHm0Vc6 { top:10.8125rem;left:3.9749994277954rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4Ohp2RdMI8CWbqi0M0ORcZfToTiIJQf { top:5.5625rem;left:0rem;width:47.75rem;height:49.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JeSSgItVU8wz3e6xGnVPxL7odJ0RgvXQ { top:58.0625rem;left:13.778126716614rem;width:25.4375rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #px5EPHTAPTZpPN8wnOrofyWlmTmpgW0f { display:block; }
 }@media only screen and (max-width: 763px) { #TAyIlrS1wslJranmC4c7xeAc1Uesxyak { top:40.1875rem;left:31.4375rem;width:16.3125rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hb4pG5xuvOND70DGfWSniGbL8SdvTwSM { top:54.0625rem;left:39.215626716614rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #knRl1mQQX97n4G628EMu10iDvAoz3BTW { top:58.625rem;left:0rem;width:16.1875rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ileip4NpS7mfUa89qbJqRtxKIrsfRTuz { display:block; }#ileip4NpS7mfUa89qbJqRtxKIrsfRTuz > .row .container { width:20rem;height:17.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rkSl1VT3xHg1XO4DT4k56zvuToCDDefx { width:20rem;height:10.15625rem;top:2.5281250476837rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V1FVzFwJ2ZrxTz1kcsmpo07GzDWWBA7q { width:12.5rem;height:1.3rem;top:15.58125rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wS1pmfgBeQpzFngJOqcaphHQT5snGx1z { display:block; }#wS1pmfgBeQpzFngJOqcaphHQT5snGx1z > .row .container { width:20rem;height:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FrqCrMRifyUiRh4nFxO52zsBgdisBz67 { width:12.5rem;height:1.3rem;top:6.4rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hqMruLRmXyACyAJE6ETcdradu4UTTofB { width:20rem;height:5.525rem;top:1.25rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BwIRRKqZon5PUCR2ww9Xwc4XxEMq46Q1 { display:block; }#BwIRRKqZon5PUCR2ww9Xwc4XxEMq46Q1 > .row .container { width:20rem;height:26.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jkuc1HB9TVqgful7adrgKWS3QG5EG6bl { width:12.5rem;height:1.3rem;top:11.275rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SuACAqTGy1ahoaNmn9FvH6q87zBmE5AL { width:20rem;height:18.5rem;top:7.4887874977075rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0g2r3KlqTLxz8Er7xK6LXXR5KSaFyVX { width:16.0625rem;height:4.55rem;top:0.75rem;left:1.5000000596046rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rDBrzxQyTZtDnAJN06hnv0bTMkvJ4PlH { display:block; }#rDBrzxQyTZtDnAJN06hnv0bTMkvJ4PlH > .row .container { width:20rem;height:17rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rlVgy9qcTiwhnZNzqTthhqhlTH4Tdbf1 { width:12.5rem;height:1.3rem;top:13.5625rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M8VvSzuxbcoDnavL5ehd9GedMLRSyClT { display:flex;width:5.0625rem;height:5.0625rem;top:7.1773443222044rem;left:6.9625001549719rem; }
 }@media only screen and (max-width: 763px) { #OTPbBQ9ovZRGO5giWJaAVBU5TLmWpZI4 { top:2.5554685592651rem;left:0.74921876192094rem;width:18.5rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J80WmfxQKRqDOZfsTMQMqLC5gpIXzSgN { display:block; }
 }@media only screen and (max-width: 763px) { #tcoTNf1mCiwAmuZZs95McQ8wzhmJtk3B { display:flex;width:4.125rem;height:4.125rem;top:7.17734375rem;left:14.425000154972rem; }
 }@media only screen and (max-width: 763px) { #pRFmFzwvvox7bPA0G8ehXUNvV2FXNECh { width:20rem;height:4.0657084188912rem;top:12.1796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TParRIPcuyZxRD5aC5qUTJOZqCLciXfD { display:block; }#TParRIPcuyZxRD5aC5qUTJOZqCLciXfD > .row .container { width:20rem;height:33.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BJMRueZ5IFJhgFynORuFMWbmMMilV9Eo { width:12.5rem;height:1.3rem;top:32.4rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MRhobnDd5QSz1cTEuxcqIR65ZwJT6fff { width:20rem;height:25.025rem;top:1.25rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cwGclxxrCqUpttIdD5D2g0V3EbyT8tQa { display:block; }#cwGclxxrCqUpttIdD5D2g0V3EbyT8tQa > .row .container { width:20rem;height:111.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gT56MA6MDf7WMnmDvd1gHJIIe1KkXfwE { width:12.5rem;height:1.3rem;top:15.96175rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ACZ5JR5eZxFdu6KTsb09xkcSCq0mtl63 { width:20rem;height:3.25rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #COM4i9Ln8TwV1UFRRJR7TwwQZGEmLnUD { width:12.5625rem;height:6rem;top:5.1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWoFDqW1qBWrOMBynlK4w1blkrvK2z4o { width:11.375rem;height:4.9375rem;top:11.07421875rem;left:6.9554687142375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B02zH12vnVB1Iph6HI8pUq3WDihetmIt { width:11.5625rem;height:9.1875rem;top:15.961719512939rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQzK3EKvQNmpD5vZgxczRimgM3TqEPQq { width:11.5rem;height:7.75rem;top:26.211719512939rem;left:6.8929687142375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dmlul3eyIdoew4bR5Li0JHOCSFm65Uzt { width:11.5625rem;height:6.0625rem;top:49.21875rem;left:6.6117187142375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdlASmFlSDiApHQgvxZHXmSbfZpcXo0G { width:9.3125rem;height:13.625rem;top:35.085157394409rem;left:0.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNHootv1JSHATcpRVVi8A8w4RzZTdohs { width:13.25rem;height:7.3125rem;top:86.710156440738rem;left:4.3929687142372rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTQTP3PTF648rHDehSOiWL1QQboLOT2s { width:14.125rem;height:7.8125rem;top:55.835157394409rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O277bZ4Bsmp3RkD8Twrs6V8ZridhOI55 { width:16.125rem;height:9.8125rem;top:75.335157394406rem;left:0.54921871423721rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cldlxcmsi5I4L0yfZ9Kq5aKPnUkJrvZD { width:10.125rem;height:10.9375rem;top:63.647657394406rem;left:9.5312505364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #sv72520Qx0lJNDVPCyogqgVWyqn0SyOe { width:18.5625rem;height:15.25rem;top:95.272659301756rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpDKHic1WPNhXbCldUNEQzDr1MkkI6q8 { display:block; }#ZpDKHic1WPNhXbCldUNEQzDr1MkkI6q8 > .row .container { width:20rem;height:74.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F5tObOos3UniTVzzXSiiMyds6QxkTyK8 { width:12.5rem;height:1.3rem;top:68.75rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lDS2wsXhTD8M2n0EBvIAOQ8kAN3O5DOq { width:20rem;height:59.8rem;top:1.25rem;left:0rem;font-size:1.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TkGtdcCCtxOdrdGwEihK16zBTwOVLL77 { top:69.487501144406rem;left:0.49921876192093rem;width:19rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNtCaf6XIlJIqA987gClxOA2EtuCvntN { display:block; }
 }@media only screen and (max-width: 763px) { #gNu9yW1KsN11FCzyRpgIkpwZGCAk0wfq { display:flex;width:5rem;height:5rem;top:62.987500190737rem;left:8.0625005364419rem; }
 }@media only screen and (max-width: 763px) { #Gl0bf0MKRvEyOyy8vFs73wsVFiTRow3c { width:20rem;height:5.2rem;top:0rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aMX64dM46BX8kZ160Tdm4IcRkoMoa5oK { display:block; }#aMX64dM46BX8kZ160Tdm4IcRkoMoa5oK > .row .container { width:20rem;height:71.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IsZbaOPHUWZynX6H5lUeRbeVr8fE1ZAw { width:12.5rem;height:1.3rem;top:55.50625rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SrRZ7Fkffy8HgaCzwfw2SVa7uCnJ0Iz5 { width:20rem;height:50.45625rem;top:1.25rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Jp94psJbv4Z5nSdD2iuD2DFoaU1ntUcU { top:66.431249618531rem;left:0rem;width:19.75rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JA1Lpk2OH3r3JZRBDyiVKIEiBnSSeI9N { display:block; }
 }@media only screen and (max-width: 763px) { #HNxHlnAQ8kNJHvhFvPwdNuPZBvSg3t5C { width:20rem;height:4.1953125rem;top:54.05859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #adrNR3WEVzf1RUb6ZellneUGmJ0J5qRX { display:flex;width:6.0625rem;height:6.0625rem;top:59.626563072204rem;left:6.9687500596044rem; }
 }@media only screen and (max-width: 763px) { #x37TyC8iessfqFiowRVbOwyTowpH3Bi1 { width:20rem;height:1.7875rem;top:1.25rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lB99iRXaDBTykba6Bz1gSgQ492SvxQLp { display:block; }#lB99iRXaDBTykba6Bz1gSgQ492SvxQLp > .row .container { width:20rem;height:77rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kOc4S4P0ahPpiGVJ08bMZFUBk0GekpT4 { width:12.5rem;height:1.3rem;top:46rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XaZtS7OdEXw1K17pTTopPIcA5yxkNW58 { width:20rem;height:42.9rem;top:3.1500005722046rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kdsXngHZBcQeK9JQgHkZ96Bq0lSOflWq { top:67.9875rem;left:0.5rem;width:19rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNPnL0klzeU1nQOWiOgAEzm8kfzyNmkf { display:block; }
 }@media only screen and (max-width: 763px) { #X9nJTouDtFtTNQswpKqisvOOgv21wM2S { width:13.625rem;height:18.1875rem;top:48.55rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSzykQThth7WApJ2eV4524HRNgBp1FWw { width:20rem;height:1.70625rem;top:1.0625rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nl2Zb7T9nxMhNnMu9oR8LX1s5kHfFmFC { display:block; }#nl2Zb7T9nxMhNnMu9oR8LX1s5kHfFmFC > .row .container { width:20rem;height:43.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tBCIcxaP68voNNkJ2nri3xXh8K0TeUNn { width:12.5rem;height:1.3rem;top:35.925rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KwT6z2NzohlgML5HDPlK8l33ir6kbHBL { width:20rem;height:1.4625rem;top:1.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ETfhLJAyFIzVp9PdRrrdqrGSWTbinqmG { width:20rem;height:30.875rem;top:3.8rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SukOTQnAHTnZ5oX8K2WVcSqM63eaWxak { top:38.475rem;left:0.5rem;width:19rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9yKuqErgK3gbpROIHbCJX67HPFtnpND { display:block; }
 }@media only screen and (max-width: 763px) { #w5f3duqT83hxUsHchWkiv1z4KThw0N9c { display:block; }#w5f3duqT83hxUsHchWkiv1z4KThw0N9c > .row .container { width:20rem;height:155rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q3Ti535HyykppD0QEL52Rp1Z0c9fLooK { width:20rem;height:82.225rem;top:0rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cRPOn0ERL11lwpwOd0Kh7VJOKikog8uF { width:12.5rem;height:1.3rem;top:71.64375rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QhloPcQl0V953alSxrd58EnM8DVEGpeA { top:85.089063644406rem;left:0.49921876192093rem;width:19rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZOWbR2MVDpTIhyIaTGCCcgTpFLsqBT5 { display:block; }
 }@media only screen and (max-width: 763px) { #SMh4NysT0TgwOGTmUHrAslI7iiiTTtid { display:flex;width:2.125rem;height:2.125rem;top:82.225000381469rem;left:8.4062505364419rem; }
 }@media only screen and (max-width: 763px) { #gQtyUCPlS2RV7AZRLANskTNxsMiE4cI3 { width:8.5625rem;height:13.125rem;top:8.8187561035156rem;left:5.7500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmHH0blZA9gIbKSKVIU5ccCugKHVMSSG { width:20rem;height:30.316375rem;top:90.026562690738rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uhc5zvDkzTLn4Tw6TWnHqKMF8oqRiLif { width:20rem;height:13.1359375rem;top:135.15546894074rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6AwtXrm4pLVICF2buIrN8Rf8poeI74w { width:20rem;height:13rem;top:121.52968788147rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aMwUnbk4oXitCORnf8ygfN5hrAwxq6CV { top:150.16640663147rem;left:0rem;width:20rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhbeu491oPCr14WrWPF8RPLl5Aaxnpem { display:block; }
 }@media only screen and (max-width: 763px) { #uQh0kTdyzuLabArooRK5bdgmdpIZxhp6 { display:block; }#uQh0kTdyzuLabArooRK5bdgmdpIZxhp6 > .row .container { width:20rem;height:52.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kpk5LBxDR0bPI4pSxoPiosH7bFM2QTmw { width:12.5rem;height:1.3rem;top:34.3rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dOF9R3bqp5OD3toKn6iAIRViXSiIlalr { width:20rem;height:1.3rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pkrhS5L8Cr6nmKXBB99kGMGbhIkGSWq3 { width:20rem;height:29.25rem;top:3.8rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mFchT9JsMBS7kTedf0i6keRLdBCd4Ktu { width:20rem;height:10.15625rem;top:36.85rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iGnNKSC5y1S17nbnc7gTuXBlvzTCN7B9 { display:flex;width:2.5625rem;height:2.5625rem;top:48.256256103516rem;left:8.6875rem; }
 }@media only screen and (max-width: 763px) { #tkTRK7DhPNT2uXxs2AmK31czUrSTnGqy { display:block; }#tkTRK7DhPNT2uXxs2AmK31czUrSTnGqy > .row .container { width:20rem;height:81.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #stgve2n0Ogd8iQrnTuyHz4spGgeTbMMf { width:12.5rem;height:1.3rem;top:6.35rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LXosBNMsd3gGvJ09QzotUsqOTHb6I1ai { width:20rem;height:1.3rem;top:3.8rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TqZ5mdgtL3kZW5ab9d3MV82Xzc1UdTzd { width:20rem;height:1.3rem;top:28.125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pgsSAVSvobmhzhC3LtiQPonfas806ZrJ { width:20rem;height:1.3rem;top:61.3125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TUweg58pzOUce7DmMEA61QeU2LHXvm4w { width:20rem;height:20.8rem;top:30.22500038147rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LeUFINVbib7pxdpZuRWIe2SmZwzD7nCQ { width:20rem;height:15.6rem;top:64.4375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IUMHpBRaWBB1mlmsgU25xHKCuSbJJKcH { width:18.6875rem;height:28.8125rem;top:-0.887451171875rem;left:0.49109561945021rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLrJCkXNQVwQwkEkt6hqwXxFOGsplpMa { display:flex;width:4.75rem;height:4.75rem;top:51.02499961853rem;left:7.6250005364419rem; }
 }@media only screen and (max-width: 763px) { #CV4Of9zaBEyZRcHKVqMVwiILd5ruHA4J { top:56.3125rem;left:0rem;width:19rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMgx1HkJUC5eLoJhxk8nkrQ09mTVgTTk { display:block; }
 }@media only screen and (max-width: 763px) { #A7cMuEZ2gbFk7kFdusmm1do8BHlxKpB9 { display:block; }#A7cMuEZ2gbFk7kFdusmm1do8BHlxKpB9 > .row .container { width:20rem;height:121.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ChpCJr0IwgieOJ98TxWF66Qdb0FCQUMo { width:20rem;height:1.86875rem;top:1.25rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kUIgkKWNRi20HH4XMJZgPrwQ8mHm0Vc6 { width:12.5rem;height:1.3rem;top:90.11875rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D4Ohp2RdMI8CWbqi0M0ORcZfToTiIJQf { width:20rem;height:84.5rem;top:4.36875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JeSSgItVU8wz3e6xGnVPxL7odJ0RgvXQ { top:90.118749618531rem;left:0rem;width:20rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #px5EPHTAPTZpPN8wnOrofyWlmTmpgW0f { display:block; }
 }@media only screen and (max-width: 763px) { #TAyIlrS1wslJranmC4c7xeAc1Uesxyak { width:16.3125rem;height:21.75rem;top:95.118774414062rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hb4pG5xuvOND70DGfWSniGbL8SdvTwSM { display:flex;width:4.0625rem;height:4.0625rem;top:95.118738174437rem;left:3.7500000596046rem; }
 }@media only screen and (max-width: 763px) { #knRl1mQQX97n4G628EMu10iDvAoz3BTW { width:16.1875rem;height:1.86875rem;top:118.11877441406rem;left:1.875rem;font-size:1.4375rem;display:block; }
 }