.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:217,217,217;--color-primary-1:128,128,128;--color-primary-2:1,0,1;--color-primary-3:1,0,1;--color-primary-4:0,0,0;--color-secondary-0:222,217,225;--color-secondary-1:145,128,155;--color-secondary-2:34,1,55;--color-secondary-3:17,1,28;--color-secondary-4:5,0,8;--color-tertiary-0:255,255,255;--color-tertiary-1:253,253,254;--color-tertiary-2:248,249,250;--color-tertiary-3:124,125,125;--color-tertiary-4:25,25,25;--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:transparent;background-image: -webkit-linear-gradient(180deg, #010001, #220137);background-image: -moz-linear-gradient(180deg, #010001, #220137);background-image: -ms-linear-gradient(180deg, #010001, #220137);background-image: -o-linear-gradient(180deg, #010001, #220137);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#010001', endColorstr='#220137' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#010001', endColorstr='#220137' );";background-image: linear-gradient(180deg, #010001, #220137);background-size:auto !important;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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #020003, #1d012e);background-image: -moz-linear-gradient(180deg, #020003, #1d012e);background-image: -ms-linear-gradient(180deg, #020003, #1d012e);background-image: -o-linear-gradient(180deg, #020003, #1d012e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#020003', endColorstr='#1d012e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#020003', endColorstr='#1d012e' );";background-image: linear-gradient(180deg, #020003, #1d012e);background-size:auto !important;font-size:0.875rem;font-family:arial;height:40rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#MF6Ty7ULu2qwRGOdnhgKXdtQknl9TAgW { position:absolute;display:block;z-index:15000;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:39.5rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#x3UF6fqHlMtr45T5ocgsEs2C7IM0zlOX { z-index:15003;top:34.5rem;left:26.8125rem;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #4df086, #7cd766);background-image: -moz-linear-gradient(178deg, #4df086, #7cd766);background-image: -ms-linear-gradient(178deg, #4df086, #7cd766);background-image: -o-linear-gradient(178deg, #4df086, #7cd766);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4df086', endColorstr='#7cd766' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4df086', endColorstr='#7cd766' );";background-image: linear-gradient(178deg, #4df086, #7cd766);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0rem 1.25rem rgba(170,209,176,0.72) ;box-sizing:border-box;color:#2e1c4b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#et74smUP5huMTbt9dpXSOadbGWS8gOHt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ruULTdXXVcNr8A5uniTH3UaUwkU61vpw { z-index:;position:relative;display:block; }#ruULTdXXVcNr8A5uniTH3UaUwkU61vpw { background-color: transparent; background-image: none; }#ruULTdXXVcNr8A5uniTH3UaUwkU61vpw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ruULTdXXVcNr8A5uniTH3UaUwkU61vpw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ruULTdXXVcNr8A5uniTH3UaUwkU61vpw > .row .container > .video-iframe-container { display: none; }#ruULTdXXVcNr8A5uniTH3UaUwkU61vpw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ruULTdXXVcNr8A5uniTH3UaUwkU61vpw > .row > .video-iframe-container { display: none; }#ruULTdXXVcNr8A5uniTH3UaUwkU61vpw > .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); }#ruULTdXXVcNr8A5uniTH3UaUwkU61vpw { border-width: 0; border-radius: 0; }#ruULTdXXVcNr8A5uniTH3UaUwkU61vpw > .row .container { background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:40rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#UrNH5mBAn6RAbkQndPJ2nDnhTbD4ZyvJ { box-sizing:content-box;height:8.75rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #1a0f2a, #2e1c4b);background-image: -moz-linear-gradient(180deg, #1a0f2a, #2e1c4b);background-image: -ms-linear-gradient(180deg, #1a0f2a, #2e1c4b);background-image: -o-linear-gradient(180deg, #1a0f2a, #2e1c4b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a0f2a', endColorstr='#2e1c4b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a0f2a', endColorstr='#2e1c4b' );";background-image: linear-gradient(180deg, #1a0f2a, #2e1c4b);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.8125rem;left:0rem;display:block; }
#fTMKosNAAwIetI9GMI23uuCc5MRDk3qR { color:#f8f9fa;display:block;width:54.875rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:5.04296875rem;left:10.0625rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#rSCpRIcPP2F4APpZHuJnDWiZHwFHiDMP { color:#f8f9fa;display:block;width:44.375rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:8.23046875rem;left:15.3125rem;height:2.2745rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#W2My5rJPrVJP4ftvizULC8PEJtWIzff9 { box-sizing:content-box;height:35.5625rem;width:35.25rem;position:absolute;display:block;z-index:15003;background-color:#050505;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.875rem rgba(46,28,75,0.56) ;border-top:0.0625rem solid #2e1c4b;border-left:0.0625rem solid #2e1c4b;border-right:0.0625rem solid #2e1c4b;border-bottom:0.0625rem solid #2e1c4b;top:13.441938400269rem;left:19.848188400269rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#Av2EyDZaUPT7PH5sSkTcTM4OsBdiOp32 { color:#a0a0a0;display:block;width:16.4375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:15.6875rem;left:29.28125rem;height:1.298825rem;font-style:normal;display:block; }
#DEI6DCkcdh2tKzFLN4SPbtcUWOsXiXQp { color:#f8f9f4;display:block;width:29.4375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15005;line-height:2.3;letter-spacing:0;top:18.75rem;left:22.78125rem;height:28.1764875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E8inWCGWScUMViTsdL6rTVFUMPOxxy70 { position:absolute;display:block;z-index:14997;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:73.75rem;width:75rem;top:6.2587890625rem;left:0rem;overflow:hidden;display:block; }
#lMHqeZJ8O4hKOH0Livy029hP1JEC8eEq { box-sizing:content-box;height:71.6875rem;width:75rem;position:absolute;display:block;z-index:14998;background-color:rgba(13,0,21,0.4);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.2919921875rem;left:0rem;display:block; }
#L3Al2N8eT4h0pwpTN1M6Uk2xaC93ygG1 { z-index:;position:relative;display:block; }#L3Al2N8eT4h0pwpTN1M6Uk2xaC93ygG1 { background-color: transparent; background-image: none; }#L3Al2N8eT4h0pwpTN1M6Uk2xaC93ygG1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L3Al2N8eT4h0pwpTN1M6Uk2xaC93ygG1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L3Al2N8eT4h0pwpTN1M6Uk2xaC93ygG1 > .row .container > .video-iframe-container { display: none; }#L3Al2N8eT4h0pwpTN1M6Uk2xaC93ygG1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L3Al2N8eT4h0pwpTN1M6Uk2xaC93ygG1 > .row > .video-iframe-container { display: none; }#L3Al2N8eT4h0pwpTN1M6Uk2xaC93ygG1 > .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); }#L3Al2N8eT4h0pwpTN1M6Uk2xaC93ygG1 { border-width: 0; border-radius: 0; }#L3Al2N8eT4h0pwpTN1M6Uk2xaC93ygG1 > .row .container { background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:40rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#y6OlAclJKGgUxAMWoXSb4ugTFwcV4siV { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:12.5rem;width:12.5rem;top:17.31001329422rem;left:31.249998092651rem;overflow:hidden;display:block; }
#a0OoHEW5B6TeW2Wse1nB5Eer4qaoiTMG { z-index:15004;top:34.186789035797rem;left:26.030717849731rem;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #4df086, #7cd766);background-image: -moz-linear-gradient(178deg, #4df086, #7cd766);background-image: -ms-linear-gradient(178deg, #4df086, #7cd766);background-image: -o-linear-gradient(178deg, #4df086, #7cd766);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4df086', endColorstr='#7cd766' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4df086', endColorstr='#7cd766' );";background-image: linear-gradient(178deg, #4df086, #7cd766);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0rem 1.25rem rgba(170,209,176,0.72) ;box-sizing:border-box;color:#2e1c4b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.9368125rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#xBbZXr2VyLmyJOJsh7lOB8aqacWT6HN0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cEgDyK7e85ulz8TSlBz5R0TfnP3BUQ1K { z-index:;position:relative;display:block; }#cEgDyK7e85ulz8TSlBz5R0TfnP3BUQ1K { background-color: transparent; background-image: none; }#cEgDyK7e85ulz8TSlBz5R0TfnP3BUQ1K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cEgDyK7e85ulz8TSlBz5R0TfnP3BUQ1K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cEgDyK7e85ulz8TSlBz5R0TfnP3BUQ1K > .row .container > .video-iframe-container { display: none; }#cEgDyK7e85ulz8TSlBz5R0TfnP3BUQ1K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cEgDyK7e85ulz8TSlBz5R0TfnP3BUQ1K > .row > .video-iframe-container { display: none; }#cEgDyK7e85ulz8TSlBz5R0TfnP3BUQ1K > .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); }#cEgDyK7e85ulz8TSlBz5R0TfnP3BUQ1K { border-width: 0; border-radius: 0; }#cEgDyK7e85ulz8TSlBz5R0TfnP3BUQ1K > .row .container { background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:40rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#belGNRFD3pgSAWSKZA8io669EpuIoVzO { color:#f8f9fa;display:block;width:49.9375rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.25rem;left:12.53125rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#NUvT2DPXqDDoHmn26eo7lhtdQoO8CXIS { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:15rem;width:15rem;top:6.9375rem;left:11.65625rem;overflow:hidden;display:block; }
#vW79Iz0aIEHwf4soI3RG11rU5rmR3t1J { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:15rem;width:15rem;top:6.9375rem;left:30rem;overflow:hidden;display:block; }
#c0Mhwo7sHq1yMvZIGcr8pJk7x8sm97Hp { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:15rem;width:15rem;top:6.9375rem;left:48.25rem;overflow:hidden;display:block; }
#sIpoKIGksiNgGTSLSgK3r9gvZ2cZTJ1X { color:#f8f9fa;display:block;width:50.8125rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:28.5rem;left:12.53125rem;height:4.8739375rem;text-align:center;text-align-last:center;display:block; }
#dyM8z2i3eZZExNuq2Jrk920D2cZEhLG0 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:15rem;width:15rem;top:36.0625rem;left:11.65625rem;overflow:hidden;display:block; }
#HUXHwXAfzwprTS5BWPrhagyPKDDPEXJh { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:15rem;width:15rem;top:36.0625rem;left:48.25rem;overflow:hidden;display:block; }
#r2kUHnLw2LULf0uDkZlQzBDDrcsmdsv6 { z-index:;position:relative;display:block; }#r2kUHnLw2LULf0uDkZlQzBDDrcsmdsv6 { background-color: transparent; background-image: none; }#r2kUHnLw2LULf0uDkZlQzBDDrcsmdsv6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r2kUHnLw2LULf0uDkZlQzBDDrcsmdsv6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r2kUHnLw2LULf0uDkZlQzBDDrcsmdsv6 > .row .container > .video-iframe-container { display: none; }#r2kUHnLw2LULf0uDkZlQzBDDrcsmdsv6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r2kUHnLw2LULf0uDkZlQzBDDrcsmdsv6 > .row > .video-iframe-container { display: none; }#r2kUHnLw2LULf0uDkZlQzBDDrcsmdsv6 > .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); }#r2kUHnLw2LULf0uDkZlQzBDDrcsmdsv6 { border-width: 0; border-radius: 0; }#r2kUHnLw2LULf0uDkZlQzBDDrcsmdsv6 > .row .container { background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:40rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#Mrp7LviXf4qw0G19AaRIZiazlspkk85c { color:#f8f9f4;display:block;width:22.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15006;line-height:2.3;letter-spacing:0;top:12.5rem;left:7.9375rem;height:13.79085rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wRRldGWgFFh1G8I5QmlmK00mT5bPhd6N { color:#f8f9f4;display:block;width:22.0625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15007;line-height:2.3;letter-spacing:0;top:12.5rem;left:44.53125rem;height:12.933225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hRlgBzTJex5ml7993rzuhTnU2Dtuz6FG { box-sizing:content-box;height:6.6868125rem;width:75rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #12102f, #1e1b4b);background-image: -moz-linear-gradient(180deg, #12102f, #1e1b4b);background-image: -ms-linear-gradient(180deg, #12102f, #1e1b4b);background-image: -o-linear-gradient(180deg, #12102f, #1e1b4b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#12102f', endColorstr='#1e1b4b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#12102f', endColorstr='#1e1b4b' );";background-image: linear-gradient(180deg, #12102f, #1e1b4b);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:32.249646186829rem;left:0rem;display:block; }
#oJeO56PUzrchdACTCP7utQJGpB4u7ZqL { color:#4ade80;display:block;width:62.624375rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:34.170811653137rem;left:6.1860790252686rem;height:2.843575rem;text-align:center;text-align-last:center;display:block; }
#Qu2xB6RNTlRpKnHuUGesbDMFCR0ioxSN { color:#f8f9fa;display:block;width:50.8114375rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:39.999997615814rem;left:12.092506408691rem;height:4.8739375rem;text-align:center;text-align-last:center;display:block; }
#C9M8T1o2daQBTBl03KVWA0zagrHornx7 { z-index:;position:relative;display:block; }#C9M8T1o2daQBTBl03KVWA0zagrHornx7 { background-color: transparent; background-image: none; }#C9M8T1o2daQBTBl03KVWA0zagrHornx7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C9M8T1o2daQBTBl03KVWA0zagrHornx7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C9M8T1o2daQBTBl03KVWA0zagrHornx7 > .row .container > .video-iframe-container { display: none; }#C9M8T1o2daQBTBl03KVWA0zagrHornx7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C9M8T1o2daQBTBl03KVWA0zagrHornx7 > .row > .video-iframe-container { display: none; }#C9M8T1o2daQBTBl03KVWA0zagrHornx7 > .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); }#C9M8T1o2daQBTBl03KVWA0zagrHornx7 { border-width: 0; border-radius: 0; }#C9M8T1o2daQBTBl03KVWA0zagrHornx7 > .row .container { background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:40rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#DrtgeuAEb7iJsi8R7oscUTlKvdeFJ7Ux { color:#f8f9f4;display:block;width:39.74875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15006;line-height:2.3;letter-spacing:0;top:7.6828813552856rem;left:17.62428855896rem;height:20.68624375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wfLv6zGL0PscqlhBsz2t1yZ8Z6Zico5H { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:10.625rem;width:10.625rem;top:31.1875rem;left:12.0625rem;overflow:hidden;display:block; }
#K0Tlb1wsP5zePElTNqn42vhXO4842Hha { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:10.5625rem;width:10.625rem;top:31.1875rem;left:25.375rem;overflow:hidden;display:block; }
#KluX17JFk5fcVauLUC6D7o65BOx5DvTR { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:10.5625rem;width:10.0625rem;top:31.1875rem;left:39rem;overflow:hidden;display:block; }
#T53saCM0wgV9kRE8Fxc3zzJcJTGipcwr { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:10.5625rem;width:10.625rem;top:31.1875rem;left:52.3125rem;overflow:hidden;display:block; }
#bgcvrWTG9z73xFe5flBcbeuMqTWPebbN { z-index:;position:relative;display:block; }#bgcvrWTG9z73xFe5flBcbeuMqTWPebbN { background-color: transparent; background-image: none; }#bgcvrWTG9z73xFe5flBcbeuMqTWPebbN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bgcvrWTG9z73xFe5flBcbeuMqTWPebbN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bgcvrWTG9z73xFe5flBcbeuMqTWPebbN > .row .container > .video-iframe-container { display: none; }#bgcvrWTG9z73xFe5flBcbeuMqTWPebbN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bgcvrWTG9z73xFe5flBcbeuMqTWPebbN > .row > .video-iframe-container { display: none; }#bgcvrWTG9z73xFe5flBcbeuMqTWPebbN > .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); }#bgcvrWTG9z73xFe5flBcbeuMqTWPebbN { border-width: 0; border-radius: 0; }#bgcvrWTG9z73xFe5flBcbeuMqTWPebbN > .row .container > .video-iframe-container { border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem; }#bgcvrWTG9z73xFe5flBcbeuMqTWPebbN > .row .container { background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:40rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;position:relative;display:block; }#WoEhL0E1oLbIU0V9uvBG7OtiWWXFxrba { color:#f8f9f4;display:block;width:12.3118125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15007;line-height:2.3;letter-spacing:0;top:1.7427201271057rem;left:11.217151641846rem;height:6.8954375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HSxT7ihJLNHnIfDGpVupBc5oCQwmSiPM { color:#f8f9f4;display:block;width:12.3125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15008;line-height:2.3;letter-spacing:0;top:1.6875rem;left:24.25rem;height:6.8954375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#f4tpTQeOlIV6bT4TaBayPokAxKzHIRUN { color:#f8f9f4;display:block;width:12.3125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15009;line-height:2.3;letter-spacing:0;top:1.6875rem;left:38.0625rem;height:6.8954375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#q9FpSuTSDdZlq8I8Kt2ukBRPzqQTSmTN { color:#f8f9f4;display:block;width:12.3125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15010;line-height:2.3;letter-spacing:0;top:1.6875rem;left:51.625rem;height:6.466625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uzB9rCbNwVKorNmxTg8Nd4CZ2AzT6osG { color:#f8f9fa;display:block;width:31.375rem;position:absolute;font-family:montserrat;font-size:2.375rem;font-weight:700;z-index:15002;line-height:1.5;letter-spacing:0;top:23.921875rem;left:34.28125rem;height:17.8089375rem;text-align:center;text-align-last:center;display:block; }
#g0bWmXzUiFEoDQu0amhdmupn2OTSF2eQ { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:40.3125rem;width:21.375rem;top:13.639914274216rem;left:11.217151641846rem;overflow:hidden;display:block; }
#imR88TCUCJrmfWtrweiNVHh5cs9G2Wsr { z-index:;position:relative;display:block; }#imR88TCUCJrmfWtrweiNVHh5cs9G2Wsr { background-color: transparent; background-image: none; }#imR88TCUCJrmfWtrweiNVHh5cs9G2Wsr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#imR88TCUCJrmfWtrweiNVHh5cs9G2Wsr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#imR88TCUCJrmfWtrweiNVHh5cs9G2Wsr > .row .container > .video-iframe-container { display: none; }#imR88TCUCJrmfWtrweiNVHh5cs9G2Wsr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#imR88TCUCJrmfWtrweiNVHh5cs9G2Wsr > .row > .video-iframe-container { display: none; }#imR88TCUCJrmfWtrweiNVHh5cs9G2Wsr > .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); }#imR88TCUCJrmfWtrweiNVHh5cs9G2Wsr { border-width: 0; border-radius: 0; }#imR88TCUCJrmfWtrweiNVHh5cs9G2Wsr > .row .container { background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:40rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#JpzD941o0e7inF1qWC9GKIygTd4J2rTi { z-index:15005;top:17.25rem;left:24.6875rem;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #4df086, #7cd766);background-image: -moz-linear-gradient(178deg, #4df086, #7cd766);background-image: -ms-linear-gradient(178deg, #4df086, #7cd766);background-image: -o-linear-gradient(178deg, #4df086, #7cd766);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4df086', endColorstr='#7cd766' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4df086', endColorstr='#7cd766' );";background-image: linear-gradient(178deg, #4df086, #7cd766);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0rem 1.25rem rgba(170,209,176,0.72) ;box-sizing:border-box;color:#2e1c4b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.75rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#TS5igzI4n0ixbtAUfXtHMVmu3VU5VOeT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wingFXnzdzg67StUkEhuQDeBhAM90N3K { box-sizing:content-box;height:10.4375rem;width:75rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #430c0c, #7f1d1d);background-image: -moz-linear-gradient(180deg, #430c0c, #7f1d1d);background-image: -ms-linear-gradient(180deg, #430c0c, #7f1d1d);background-image: -o-linear-gradient(180deg, #430c0c, #7f1d1d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#430c0c', endColorstr='#7f1d1d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#430c0c', endColorstr='#7f1d1d' );";background-image: linear-gradient(180deg, #430c0c, #7f1d1d);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:29.5625rem;left:0rem;display:block; }
#CyKzFO3eUHfhr6GoAuCcdU2FMscmOAg1 { color:#f8f9fa;display:block;width:62.625rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:31.171875rem;left:6.1875rem;height:2.84375rem;text-align:center;text-align-last:center;display:block; }
#HKlhbrlEALkZVJ0MSUJOu2uqRhySCaGT { color:#f8f9fa;display:block;width:44.375rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:34.015625rem;left:15.3125rem;height:4.54900625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#azLn4F3lNgWS2gF6hceK9Rau8Q8lo558 { z-index:;position:relative;display:block; }#azLn4F3lNgWS2gF6hceK9Rau8Q8lo558 { background-color: transparent; background-image: none; }#azLn4F3lNgWS2gF6hceK9Rau8Q8lo558::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#azLn4F3lNgWS2gF6hceK9Rau8Q8lo558 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#azLn4F3lNgWS2gF6hceK9Rau8Q8lo558 > .row .container > .video-iframe-container { display: none; }#azLn4F3lNgWS2gF6hceK9Rau8Q8lo558 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#azLn4F3lNgWS2gF6hceK9Rau8Q8lo558 > .row > .video-iframe-container { display: none; }#azLn4F3lNgWS2gF6hceK9Rau8Q8lo558 > .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); }#azLn4F3lNgWS2gF6hceK9Rau8Q8lo558 { border-width: 0; border-radius: 0; }#azLn4F3lNgWS2gF6hceK9Rau8Q8lo558 > .row .container { background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:40rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#Ms6cC3QP2gqf5GpLAEVERTahnrDlzO2b { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:32.4375rem;width:32.4375rem;top:3.78125rem;left:3.4375rem;overflow:hidden;display:block; }
#dfNZ0x7AK2Tvd9ZgzsIwsUxvHEHht7Ge { box-sizing:content-box;height:39.9375rem;width:75rem;position:absolute;display:block;z-index:15006;background-color:#111111;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:0rem;display:block; }
#U95eHT4fgfZ9GBS2MpCI9JvpoTTepCxe { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:32.125rem;width:32.6875rem;top:3.9375rem;left:38.875rem;overflow:hidden;display:block; }
#iEH3fbOwulwOzFRUpqP7Xn1CBcT9I2aw { box-sizing:content-box;height:6.124825rem;width:75rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #4ade80, #4ce584);background-image: -moz-linear-gradient(180deg, #4ade80, #4ce584);background-image: -ms-linear-gradient(180deg, #4ade80, #4ce584);background-image: -o-linear-gradient(180deg, #4ade80, #4ce584);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4ade80', endColorstr='#4ce584' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4ade80', endColorstr='#4ce584' );";background-image: linear-gradient(180deg, #4ade80, #4ce584);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:39.999996185302rem;left:0rem;display:block; }
#r9uRAO20Sa5S5fPig5wbKASrSRZoaA6E { z-index:;position:relative;display:block; }#r9uRAO20Sa5S5fPig5wbKASrSRZoaA6E { background-color: transparent; background-image: none; }#r9uRAO20Sa5S5fPig5wbKASrSRZoaA6E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r9uRAO20Sa5S5fPig5wbKASrSRZoaA6E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r9uRAO20Sa5S5fPig5wbKASrSRZoaA6E > .row .container > .video-iframe-container { display: none; }#r9uRAO20Sa5S5fPig5wbKASrSRZoaA6E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r9uRAO20Sa5S5fPig5wbKASrSRZoaA6E > .row > .video-iframe-container { display: none; }#r9uRAO20Sa5S5fPig5wbKASrSRZoaA6E > .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); }#r9uRAO20Sa5S5fPig5wbKASrSRZoaA6E { border-width: 0; border-radius: 0; }#r9uRAO20Sa5S5fPig5wbKASrSRZoaA6E > .row .container { background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:40rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#mUayM1OF3MWCFoT8NfQe4rCZkLzRvyiC { color:#232020;display:block;width:62.625rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.4375rem;left:6.1875rem;height:3.2492875rem;text-align:center;text-align-last:center;display:block; }
#oCbnERlvaF2fWB14GpobmCw8rGUP3xgW { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:10.625rem;width:8.3125rem;top:7.3125rem;left:12.0625rem;overflow:hidden;display:block; }
#wQCz5RLUdU8B42OvT9mAR2v0uly9KEkb { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:10.5625rem;width:8.75rem;top:7.3419742584231rem;left:27.185724258423rem;overflow:hidden;display:block; }
#Raw5KIxiJedTETJgnTfUG0MB5QVTIzJt { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:10.5625rem;width:9.1875rem;top:7.3419742584231rem;left:40.091440200806rem;overflow:hidden;display:block; }
#WqJhCTtEZiCCWw5laqBGptSTSRvOzGJH { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:10.5625rem;width:8.0625rem;top:7.34375rem;left:55.1875rem;overflow:hidden;display:block; }
#u3RDPku8deOmQ6uhMuFHH4RNPDdtt0MI { color:#4ade80;display:block;width:27.87375rem;position:absolute;font-family:montserrat;font-size:4.9375rem;font-weight:700;z-index:15012;line-height:1.1;letter-spacing:0;top:29.136184215546rem;left:10.747512817382rem;height:10.8629375rem;display:block; }
#sW3EIga93FGiQlMsbM4fl22UAVCdC7kM { color:#4ade6c;display:block;width:29.3119375rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:21.074218273163rem;left:40.091440200806rem;height:6.336125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XkmMxQeOyokMBSkd5HT3tHTsKhVgHOAT { color:#f8f9f4;display:block;width:26.937125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15007;line-height:2.3;letter-spacing:0;top:30.11097240448rem;left:41.277521133423rem;height:18.3877875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wF6GEkKPuguITuJJlJtJTD6w9xt4Skhr { z-index:;position:relative;display:block; }#wF6GEkKPuguITuJJlJtJTD6w9xt4Skhr { background-color: transparent; background-image: none; }#wF6GEkKPuguITuJJlJtJTD6w9xt4Skhr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wF6GEkKPuguITuJJlJtJTD6w9xt4Skhr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wF6GEkKPuguITuJJlJtJTD6w9xt4Skhr > .row .container > .video-iframe-container { display: none; }#wF6GEkKPuguITuJJlJtJTD6w9xt4Skhr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wF6GEkKPuguITuJJlJtJTD6w9xt4Skhr > .row > .video-iframe-container { display: none; }#wF6GEkKPuguITuJJlJtJTD6w9xt4Skhr > .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); }#wF6GEkKPuguITuJJlJtJTD6w9xt4Skhr { border-width: 0; border-radius: 0; }#wF6GEkKPuguITuJJlJtJTD6w9xt4Skhr > .row .container { background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:40rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#EHLk6tbpM89V1PCU56Acv3dXiCs2pTWP { box-sizing:content-box;height:43.8125rem;width:75rem;position:absolute;display:block;z-index:15004;background-color:#111111;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.813911437988rem;left:0rem;display:block; }
#GK6xTD4DLD1aO8NxrtR7QcoJEc78zD6q { color:#4ade80;display:block;width:62.624375rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:14.587181091309rem;left:6.1860790252686rem;height:;text-align:center;text-align-last:center;display:block; }
#G1R51rsNfpCfb1WxbUmP4EKe6x6Scyks { box-sizing:content-box;height:28.6248125rem;width:15.4368125rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.957563400269rem;left:56.128370285034rem;display:block; }
#GqyS1WegiaJCz6bEQu19ZguF4pGeIvdu { box-sizing:content-box;height:28.6239375rem;width:15.4368125rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.957563400269rem;left:29.779829025269rem;display:block; }
#HeqvmqIeRTHX3b1TXF34dBczxn8GWizA { box-sizing:content-box;height:28.6239375rem;width:15.4368125rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.955795288086rem;left:3.5910854339599rem;display:block; }
#ADeqDq7gI7gbeAWsSJF6FkMGIm0uyrLe { z-index:;position:relative;display:block; }#ADeqDq7gI7gbeAWsSJF6FkMGIm0uyrLe { background-color: transparent; background-image: none; }#ADeqDq7gI7gbeAWsSJF6FkMGIm0uyrLe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ADeqDq7gI7gbeAWsSJF6FkMGIm0uyrLe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ADeqDq7gI7gbeAWsSJF6FkMGIm0uyrLe > .row .container > .video-iframe-container { display: none; }#ADeqDq7gI7gbeAWsSJF6FkMGIm0uyrLe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ADeqDq7gI7gbeAWsSJF6FkMGIm0uyrLe > .row > .video-iframe-container { display: none; }#ADeqDq7gI7gbeAWsSJF6FkMGIm0uyrLe > .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); }#ADeqDq7gI7gbeAWsSJF6FkMGIm0uyrLe { border-width: 0; border-radius: 0; }#ADeqDq7gI7gbeAWsSJF6FkMGIm0uyrLe > .row .container { background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:40rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#EoQKavdA7VShKqodTkr3mySChSK2Va2b { box-sizing:content-box;height:5.0625rem;width:75rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #4ade80, #4ce584);background-image: -moz-linear-gradient(180deg, #4ade80, #4ce584);background-image: -ms-linear-gradient(180deg, #4ade80, #4ce584);background-image: -o-linear-gradient(180deg, #4ade80, #4ce584);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4ade80', endColorstr='#4ce584' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4ade80', endColorstr='#4ce584' );";background-image: linear-gradient(180deg, #4ade80, #4ce584);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.374284744262rem;left:0rem;display:block; }
#VAN24bIwhlRlAZB0ey24LxhBpaZi1fCH { color:#2e1c4b;display:block;width:62.624375rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:17.44140625rem;left:6.1860790252686rem;height:2.9243625rem;text-align:center;text-align-last:center;display:block; }
#ieo2HcxOmQncnOrJTLWqFa892S66beD0 { box-sizing:content-box;height:37.8125rem;width:18.375rem;position:absolute;display:block;z-index:15010;background-color:#d0d2e2;background-image:none;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(25,25,25,0.84) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.289772033691rem;left:28.311433792114rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
#Q8Lxk9SEir4GPZU9DfMZxoJRTQVrKO99 { color:#000000;display:block;width:7.6243125rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15017;line-height:1.5;letter-spacing:0;top:26.164772033691rem;left:33.686079025269rem;height:2.34375rem;display:block; }
#mCw0KuuamP96IsAeDoG8uDzzOq7HoQi1 { box-sizing:content-box;height:1.8125rem;width:18.375rem;position:absolute;display:block;z-index:15016;background-color:#090f23;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.595523834229rem;left:28.311433792114rem;display:block; }
#F8DPgRJCXxtEZasMLWsiX6euuadi59gr { color:#f8f9d9;display:block;width:13.9985625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:28.892045021057rem;left:30.499822616577rem;height:1.2180375rem;display:block; }
#BRPID8en6wF23ePBcWPPtJvCTgQO76u0 { box-sizing:content-box;height:1.875rem;width:18.375rem;position:absolute;display:block;z-index:15012;background-color:#40c306;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.289772033691rem;left:28.311433792114rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:1.5625rem;display:block; }
#KBGSUqBo7ZcpZGyCC1l6lrg1K9dAdRwD { box-sizing:content-box;height:1.3125rem;width:13.625rem;position:absolute;display:block;z-index:15016;background-color:#b70005;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.40749168396rem;left:30.68678855896rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#QbpoxGcpSgf6BbNEqi7XTyaDW2VipSLt { color:#f8f9d9;display:block;width:7.0623125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:30.40749168396rem;left:34.14772605896rem;height:1.2180375rem;display:block; }
#EpOV3dU3df1rThdc1At1WTlRKqfqlOoE { box-sizing:content-box;height:37.8125rem;width:18.3744375rem;position:absolute;display:block;z-index:15011;background-color:#d0d2e2;background-image:none;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(25,25,25,0.84) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.289772033691rem;left:4.9360790252686rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
#gBKIZIi6JvWS5zoTClNHamqNAfLHItq0 { box-sizing:content-box;height:37.8125rem;width:18.3735625rem;position:absolute;display:block;z-index:15012;background-color:#d0d2e2;background-image:none;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(25,25,25,0.84) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.289772033691rem;left:51.934476852417rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
#gKBNnTioEdCCeJmEU82lm5rX7focaOpx { box-sizing:content-box;height:55.1875rem;width:75rem;position:absolute;display:block;z-index:15009;background-color:#f8f9fa;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.313037633896rem;left:0rem;display:block; }
#WHAEVC4NweCU8PJeZVqIIgQyy7hrtOuN { box-sizing:content-box;height:1.875rem;width:18.3744375rem;position:absolute;display:block;z-index:15013;background-color:#40c306;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.289772033691rem;left:51.931814193726rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:1.5625rem;display:block; }
#yiTGsGySGaApW0nzpW1uHdNDBWu0T1gR { box-sizing:content-box;height:1.875rem;width:18.3735625rem;position:absolute;display:block;z-index:15014;background-color:#40c306;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.289772033691rem;left:4.9343032836914rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:1.5625rem;display:block; }
#oOuFfzyeqfMnTwMS9O8khJmUeZJ78VKe { color:#f8f9d9;display:block;width:7.3739375rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:15016;line-height:1.5;letter-spacing:0;top:24.289772033691rem;left:10.434125900269rem;height:1.78178125rem;display:block; }
#qq0edon6R4P4e4mhUIdVZIiaKrPHtSvO { color:#f8f9d9;display:block;width:7.3739375rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:15017;line-height:1.5;letter-spacing:0;top:24.289772033691rem;left:33.813032150269rem;height:1.78178125rem;display:block; }
#qQM1b1Akh3BwcA95bkGUGssHfvqsnqTw { color:#f8f9d9;display:block;width:7.3739375rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:15018;line-height:1.5;letter-spacing:0;top:24.289772033691rem;left:57.431638717651rem;height:1.78178125rem;display:block; }
#sCPAJEoObqUdr6SgInIznnkCcEkg3M7c { color:#000000;display:block;width:7.6243125rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15018;line-height:1.5;letter-spacing:0;top:26.151454925537rem;left:57.307348251343rem;height:;display:block; }
#S1cQTJBgkIVzF51vidBKUAhOO1zUgfnt { color:#000000;display:block;width:7.6243125rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15019;line-height:1.5;letter-spacing:0;top:26.151454925537rem;left:10.308948516846rem;height:;display:block; }
#WIA2KV2Ps822O1HqiNyHzZxNDDAZhaxb { box-sizing:content-box;height:1.81196875rem;width:18.3744375rem;position:absolute;display:block;z-index:15017;background-color:#090f23;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.508522033691rem;left:4.9334163665771rem;display:block; }
#McIgTURImL1E217hgfUSShGOGAnuhVVo { box-sizing:content-box;height:1.81196875rem;width:18.3735625rem;position:absolute;display:block;z-index:15017;background-color:#090f23;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.508522033691rem;left:51.931814193726rem;display:block; }
#iZSeTEDg7PEOupFqJWmv8Z4sMv7Nw8zJ { color:#f8f9d9;display:block;width:13.9976875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:28.891157150269rem;left:54.120206832886rem;height:;display:block; }
#rnr86qESm9680Frq1A12KRUwXeQ2E9Qu { color:#f8f9d9;display:block;width:13.9976875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:28.891157150269rem;left:7.1218032836912rem;height:;display:block; }
#FAS5fWINtUBEfbQuP1FFrLQX1JN7NcrL { box-sizing:content-box;height:1.5rem;width:13.4375rem;position:absolute;display:block;z-index:15016;background-color:#b70005;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.108308792114rem;left:54.369672775269rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#rKw8JdtBAU3GPqENoGXNzzSLerKsvDrm { color:#f8f9d9;display:block;width:9.1868125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15018;line-height:1.1;letter-spacing:0;top:30.406603813171rem;left:56.526098251343rem;height:1.03071875rem;display:block; }
#XcOn6QN1Jg3oRbutzSIgkMr5VWhFLp7o { position:absolute;display:block;z-index:15023;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.3125rem;width:15.3125rem;top:31.719636917114rem;left:29.843748092651rem;overflow:hidden;display:block; }
#TudbL8VWZAQzNo5iz9d74LsQft6kN2Zf { position:absolute;display:block;z-index:15024;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.3125rem;width:15.3125rem;top:31.719636917114rem;left:6.46484375rem;overflow:hidden;display:block; }
#ct1RBbX8bGyvt1bQGZqBIFBqcZR33fqW { position:absolute;display:block;z-index:15024;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.3125rem;width:15.3125rem;top:31.623756408691rem;left:53.462354660034rem;overflow:hidden;display:block; }
#rcgOG4zMT1pPM7t5tbS1RhM9ZRTlaXXR { z-index:;position:relative;display:block; }#rcgOG4zMT1pPM7t5tbS1RhM9ZRTlaXXR { background-color: transparent; background-image: none; }#rcgOG4zMT1pPM7t5tbS1RhM9ZRTlaXXR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rcgOG4zMT1pPM7t5tbS1RhM9ZRTlaXXR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rcgOG4zMT1pPM7t5tbS1RhM9ZRTlaXXR > .row .container > .video-iframe-container { display: none; }#rcgOG4zMT1pPM7t5tbS1RhM9ZRTlaXXR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rcgOG4zMT1pPM7t5tbS1RhM9ZRTlaXXR > .row > .video-iframe-container { display: none; }#rcgOG4zMT1pPM7t5tbS1RhM9ZRTlaXXR > .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); }#rcgOG4zMT1pPM7t5tbS1RhM9ZRTlaXXR { border-width: 0; border-radius: 0; }#rcgOG4zMT1pPM7t5tbS1RhM9ZRTlaXXR > .row .container { background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:40rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#vco67JFrZ6BIrfIc5bf7ItSfDZiWBsTn { color:#000000;display:block;width:14.4993125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:6.1070785522461rem;left:30.248579025269rem;height:;display:block; }
#wOJdGF9tIP4DPXeASeoilxyxFqKug5N4 { color:#ff0000;display:block;width:9.124625rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:7.8852968215944rem;left:32.93678855896rem;height:1.7871125rem;display:block; }
#bJdmAqtNhf092I5pFc5ksZXqcL80b7zW { color:#000000;display:block;width:1.875rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:15018;line-height:.9;letter-spacing:0;top:9.6173667907712rem;left:36.562498092651rem;height:0.95614375rem;display:block; }
#EOf7NF8fyDvMXClaSqQTXm5dXxtfGwTM { color:#0bb00d;display:block;width:14.8118125rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:700;z-index:15019;line-height:1;letter-spacing:0;text-shadow:0.125rem 0rem 0.125rem #000000;top:10.571732521057rem;left:30.092329025269rem;height:3.125rem;display:block; }
#fW7mPTLEESHsTkb1vRGlJydAMEWX5GSb { color:#000000;display:block;width:9.6875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:14.694614410401rem;left:32.656248092651rem;height:;display:block; }
#y06xyRH0K4VlaadgJJe2pGKNel6PnoJh { z-index:15019;top:16.493265151977rem;left:30.404829025269rem;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #4df086, #7cd766);background-image: -moz-linear-gradient(178deg, #4df086, #7cd766);background-image: -ms-linear-gradient(178deg, #4df086, #7cd766);background-image: -o-linear-gradient(178deg, #4df086, #7cd766);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4df086', endColorstr='#7cd766' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4df086', endColorstr='#7cd766' );";background-image: linear-gradient(178deg, #4df086, #7cd766);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0rem 0.625rem rgba(65,65,65,0.72) ;box-sizing:border-box;color:#2e1c4b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:14.1868125rem;height:2.374825rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#vE3JF3RvPk5u4DvVbg0IloGo7JscM1MX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#n0QXP7lWZqm00mDu4M6dUBZPLerUg6Xh { position:absolute;display:block;z-index:15020;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:2.374825rem;width:13.812125rem;top:19.373223304749rem;left:30.59303855896rem;overflow:hidden;display:block; }
#z1VldxPlotLznB0SCmTOocQavw13bHc3 { color:#000000;display:block;width:14.6875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:6.1052904129028rem;left:53.935544967651rem;height:1.2180375rem;display:block; }
#UbSzlLTCTNXGeoKZFSeaUaLKh2ZA7R0s { color:#ff0000;display:block;width:9.4993125rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:7.8835229873656rem;left:56.527875900269rem;height:1.7871125rem;display:block; }
#vt8WyJpauc3x47mTxUynKXdswCi6KSf9 { color:#000000;display:block;width:1.875rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:15019;line-height:.9;letter-spacing:0;top:9.6164770126344rem;left:60.246801376343rem;height:0.95614375rem;display:block; }
#MekHrg78ocOT5GRBbgJJn1Hqel1Dnits { color:#0bb00d;display:block;width:14.6875rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:700;z-index:15020;line-height:1;letter-spacing:0;text-shadow:0.125rem 0rem 0.125rem #000000;top:10.571732521057rem;left:53.935544967651rem;height:3.125rem;display:block; }
#CPExyiPisIt2d3VxTgUqo4WCbvUE6mkU { color:#000000;display:block;width:9.6875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:14.693713188171rem;left:56.340551376343rem;height:1.2180375rem;display:block; }
#NLgdHeJA9MqoHJ3oFwKbtkEDaQpQWbMT { z-index:15020;top:16.493252754211rem;left:54.091794967651rem;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #4df086, #7cd766);background-image: -moz-linear-gradient(178deg, #4df086, #7cd766);background-image: -ms-linear-gradient(178deg, #4df086, #7cd766);background-image: -o-linear-gradient(178deg, #4df086, #7cd766);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4df086', endColorstr='#7cd766' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4df086', endColorstr='#7cd766' );";background-image: linear-gradient(178deg, #4df086, #7cd766);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0rem 0.625rem rgba(51,51,51,0.72) ;box-sizing:border-box;color:#2e1c4b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:14.1868125rem;height:2.374825rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#IuZ8iGt7ASdRE97deXT7V6CiXw61SrAw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JTgWo3h1ZFuo0KDi1kv9oCZGCBkvowTm { position:absolute;display:block;z-index:15021;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:2.374825rem;width:13.81125rem;top:19.373223304749rem;left:54.37233543396rem;overflow:hidden;display:block; }
#QZFXIbJE1tK250WOvrMONs5ifa5fLrNt { color:#ff0000;display:block;width:9.0625rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:7.8293676376344rem;left:9.77272605896rem;height:1.7871125rem;display:block; }
#JFMUW3ireP1ii0fWFvbh5GIplEkzHcOd { color:#000000;display:block;width:1.875rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:15019;line-height:.9;letter-spacing:0;top:9.6164770126344rem;left:13.365589141846rem;height:0.95614375rem;display:block; }
#h8h1U1TdrQFfnToaiOMwTuAByNP7OAbC { color:#0bb00d;display:block;width:14.375rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:700;z-index:15020;line-height:1;letter-spacing:0;text-shadow:0.125rem 0rem 0.125rem #000000;top:10.573509216309rem;left:6.9353694915769rem;height:3.125rem;display:block; }
#abL7KVi7OavSulPT8WL6yhVae3ZAThve { color:#000000;display:block;width:9.6875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:14.692827224731rem;left:9.091796875rem;height:;display:block; }
#hFJRtKzVE60VgqGGkB8T8DfV0DAbBhMg { z-index:15020;top:16.493253707886rem;left:6.8421516418456rem;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #4df086, #7cd766);background-image: -moz-linear-gradient(178deg, #4df086, #7cd766);background-image: -ms-linear-gradient(178deg, #4df086, #7cd766);background-image: -o-linear-gradient(178deg, #4df086, #7cd766);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4df086', endColorstr='#7cd766' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4df086', endColorstr='#7cd766' );";background-image: linear-gradient(178deg, #4df086, #7cd766);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0rem 0.625rem rgba(55,56,55,0.72) ;box-sizing:border-box;color:#2e1c4b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:14.1868125rem;height:2.374825rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#H5DBoq0uyuxmm09BJ9BNG2HOZWli23bG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TIh0gG5pSk1MBO5VLVZ5VuafJuSo70zQ { position:absolute;display:block;z-index:15021;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:2.374825rem;width:13.81125rem;top:19.373223304749rem;left:7.216796875rem;overflow:hidden;display:block; }
#cC3VXnicBNS87aRJPTrKgS1xJPTnc1FT { position:absolute;display:block;z-index:15025;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:12.375rem;width:17.625rem;top:24.091796398163rem;left:52.373044967651rem;overflow:hidden;display:block; }
#xiWe4hSwKdiR8xWWnGgNCSKlTTGncgc1 { position:absolute;display:block;z-index:15026;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:12.3748125rem;width:17.6243125rem;top:24.0909075737rem;left:28.686079025269rem;overflow:hidden;display:block; }
#kDmwa8x498BmURurpaTb92Oc5ZsuODB9 { position:absolute;display:block;z-index:15027;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:12.3739375rem;width:17.6243125rem;top:24.091796398163rem;left:5.1216259002686rem;overflow:hidden;display:block; }
#Dib7Joh23DRlWaRTkrz5fe7s6XSL0ThE { z-index:;position:relative;display:block; }#Dib7Joh23DRlWaRTkrz5fe7s6XSL0ThE { background-color: transparent; background-image: none; }#Dib7Joh23DRlWaRTkrz5fe7s6XSL0ThE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dib7Joh23DRlWaRTkrz5fe7s6XSL0ThE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dib7Joh23DRlWaRTkrz5fe7s6XSL0ThE > .row .container > .video-iframe-container { display: none; }#Dib7Joh23DRlWaRTkrz5fe7s6XSL0ThE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dib7Joh23DRlWaRTkrz5fe7s6XSL0ThE > .row > .video-iframe-container { display: none; }#Dib7Joh23DRlWaRTkrz5fe7s6XSL0ThE > .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); }#Dib7Joh23DRlWaRTkrz5fe7s6XSL0ThE { border-width: 0; border-radius: 0; }#Dib7Joh23DRlWaRTkrz5fe7s6XSL0ThE > .row .container { background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:40rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#LXhATMvFDaAkr8wuF8B0TAV2uy0RhbeE { z-index:;position:relative;display:block; }#LXhATMvFDaAkr8wuF8B0TAV2uy0RhbeE { background-color: transparent; background-image: none; }#LXhATMvFDaAkr8wuF8B0TAV2uy0RhbeE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LXhATMvFDaAkr8wuF8B0TAV2uy0RhbeE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LXhATMvFDaAkr8wuF8B0TAV2uy0RhbeE > .row .container > .video-iframe-container { display: none; }#LXhATMvFDaAkr8wuF8B0TAV2uy0RhbeE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LXhATMvFDaAkr8wuF8B0TAV2uy0RhbeE > .row > .video-iframe-container { display: none; }#LXhATMvFDaAkr8wuF8B0TAV2uy0RhbeE > .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); }#LXhATMvFDaAkr8wuF8B0TAV2uy0RhbeE { border-width: 0; border-radius: 0; }#LXhATMvFDaAkr8wuF8B0TAV2uy0RhbeE > .row .container { background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:40rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MF6Ty7ULu2qwRGOdnhgKXdtQknl9TAgW { top:0rem;left:0rem;width:47.75rem;height:25.148333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3UF6fqHlMtr45T5ocgsEs2C7IM0zlOX { top:34.5rem;left:13.1875rem;width:21.375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #et74smUP5huMTbt9dpXSOadbGWS8gOHt { display:block; }
 }@media only screen and (max-width: 763px) { #ruULTdXXVcNr8A5uniTH3UaUwkU61vpw { display:block; }#ruULTdXXVcNr8A5uniTH3UaUwkU61vpw > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UrNH5mBAn6RAbkQndPJ2nDnhTbD4ZyvJ { top:3.8125rem;left:0rem;width:47.75rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTMKosNAAwIetI9GMI23uuCc5MRDk3qR { top:5rem;left:0rem;width:47.75rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSCpRIcPP2F4APpZHuJnDWiZHwFHiDMP { top:8.1875rem;left:1.6875rem;width:44.375rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2My5rJPrVJP4ftvizULC8PEJtWIzff9 { top:13.4375rem;left:6.2231884002686rem;width:35.25rem;height:35.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Av2EyDZaUPT7PH5sSkTcTM4OsBdiOp32 { top:15.6875rem;left:15.65625rem;width:16.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEI6DCkcdh2tKzFLN4SPbtcUWOsXiXQp { top:18.75rem;left:9.15553855896rem;width:29.375rem;height:28.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8inWCGWScUMViTsdL6rTVFUMPOxxy70 { top:6.25rem;left:0rem;width:47.75rem;height:46.954166666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMHqeZJ8O4hKOH0Livy029hP1JEC8eEq { top:8.25rem;left:0rem;width:47.75rem;height:71.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3Al2N8eT4h0pwpTN1M6Uk2xaC93ygG1 { display:block; }#L3Al2N8eT4h0pwpTN1M6Uk2xaC93ygG1 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y6OlAclJKGgUxAMWoXSb4ugTFwcV4siV { top:17.25rem;left:17.624998092651rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0OoHEW5B6TeW2Wse1nB5Eer4qaoiTMG { top:34.125rem;left:12.405717849731rem;width:22.875rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBbZXr2VyLmyJOJsh7lOB8aqacWT6HN0 { display:block; }
 }@media only screen and (max-width: 763px) { #cEgDyK7e85ulz8TSlBz5R0TfnP3BUQ1K { display:block; }#cEgDyK7e85ulz8TSlBz5R0TfnP3BUQ1K > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #belGNRFD3pgSAWSKZA8io669EpuIoVzO { top:2.25rem;left:0rem;width:47.75rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUvT2DPXqDDoHmn26eo7lhtdQoO8CXIS { top:6.9375rem;left:0rem;width:15rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #vW79Iz0aIEHwf4soI3RG11rU5rmR3t1J { top:6.9375rem;left:16.375rem;width:15rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0Mhwo7sHq1yMvZIGcr8pJk7x8sm97Hp { top:6.9375rem;left:32.75rem;width:15rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIpoKIGksiNgGTSLSgK3r9gvZ2cZTJ1X { top:28.5rem;left:0rem;width:47.75rem;height:4.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyM8z2i3eZZExNuq2Jrk920D2cZEhLG0 { top:36.0625rem;left:0rem;width:15rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUXHwXAfzwprTS5BWPrhagyPKDDPEXJh { top:36.0625rem;left:32.75rem;width:15rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2kUHnLw2LULf0uDkZlQzBDDrcsmdsv6 { display:block; }#r2kUHnLw2LULf0uDkZlQzBDDrcsmdsv6 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mrp7LviXf4qw0G19AaRIZiazlspkk85c { top:12.4375rem;left:0rem;width:22rem;height:13.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRRldGWgFFh1G8I5QmlmK00mT5bPhd6N { top:12.4375rem;left:25.6875rem;width:22rem;height:12.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRlgBzTJex5ml7993rzuhTnU2Dtuz6FG { top:32.1875rem;left:0rem;width:47.75rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJeO56PUzrchdACTCP7utQJGpB4u7ZqL { top:34.125rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qu2xB6RNTlRpKnHuUGesbDMFCR0ioxSN { top:39.9375rem;left:0rem;width:47.75rem;height:4.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9M8T1o2daQBTBl03KVWA0zagrHornx7 { display:block; }#C9M8T1o2daQBTBl03KVWA0zagrHornx7 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DrtgeuAEb7iJsi8R7oscUTlKvdeFJ7Ux { top:7.625rem;left:3.9992885589599rem;width:39.6875rem;height:20.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfLv6zGL0PscqlhBsz2t1yZ8Z6Zico5H { top:31.1875rem;left:0rem;width:10.625rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0Tlb1wsP5zePElTNqn42vhXO4842Hha { top:31.1875rem;left:11.75rem;width:10.625rem;height:10.5619375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KluX17JFk5fcVauLUC6D7o65BOx5DvTR { top:31.1875rem;left:25.375rem;width:10rem;height:10.496726586084rem;display:block; }
 }@media only screen and (max-width: 763px) { #T53saCM0wgV9kRE8Fxc3zzJcJTGipcwr { top:31.1875rem;left:37.125rem;width:10.625rem;height:10.5619375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgcvrWTG9z73xFe5flBcbeuMqTWPebbN { display:block; }#bgcvrWTG9z73xFe5flBcbeuMqTWPebbN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WoEhL0E1oLbIU0V9uvBG7OtiWWXFxrba { top:1.6875rem;left:0rem;width:12.25rem;height:6.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSxT7ihJLNHnIfDGpVupBc5oCQwmSiPM { top:1.6875rem;left:10.625rem;width:12.25rem;height:6.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4tpTQeOlIV6bT4TaBayPokAxKzHIRUN { top:1.6875rem;left:24.4375rem;width:12.25rem;height:6.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9FpSuTSDdZlq8I8Kt2ukBRPzqQTSmTN { top:1.6875rem;left:35.5rem;width:12.25rem;height:6.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzB9rCbNwVKorNmxTg8Nd4CZ2AzT6osG { top:23.875rem;left:16.375rem;width:31.375rem;height:17.8125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0bWmXzUiFEoDQu0amhdmupn2OTSF2eQ { top:13.625rem;left:0rem;width:21.375rem;height:40.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #imR88TCUCJrmfWtrweiNVHh5cs9G2Wsr { display:block; }#imR88TCUCJrmfWtrweiNVHh5cs9G2Wsr > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JpzD941o0e7inF1qWC9GKIygTd4J2rTi { top:17.25rem;left:11.0625rem;width:29.75rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TS5igzI4n0ixbtAUfXtHMVmu3VU5VOeT { display:block; }
 }@media only screen and (max-width: 763px) { #wingFXnzdzg67StUkEhuQDeBhAM90N3K { top:29.5625rem;left:0rem;width:47.75rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyKzFO3eUHfhr6GoAuCcdU2FMscmOAg1 { top:31.125rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKlhbrlEALkZVJ0MSUJOu2uqRhySCaGT { top:34rem;left:1.6875rem;width:44.375rem;height:4.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #azLn4F3lNgWS2gF6hceK9Rau8Q8lo558 { display:block; }#azLn4F3lNgWS2gF6hceK9Rau8Q8lo558 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ms6cC3QP2gqf5GpLAEVERTahnrDlzO2b { top:3.75rem;left:0rem;width:32.4375rem;height:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfNZ0x7AK2Tvd9ZgzsIwsUxvHEHht7Ge { top:0rem;left:0rem;width:47.75rem;height:39.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U95eHT4fgfZ9GBS2MpCI9JvpoTTepCxe { top:3.9375rem;left:15.0625rem;width:32.6875rem;height:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEH3fbOwulwOzFRUpqP7Xn1CBcT9I2aw { top:39.9375rem;left:0rem;width:47.75rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9uRAO20Sa5S5fPig5wbKASrSRZoaA6E { display:block; }#r9uRAO20Sa5S5fPig5wbKASrSRZoaA6E > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mUayM1OF3MWCFoT8NfQe4rCZkLzRvyiC { top:1.4375rem;left:0rem;width:47.75rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCbnERlvaF2fWB14GpobmCw8rGUP3xgW { top:7.3125rem;left:0rem;width:8.3125rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQCz5RLUdU8B42OvT9mAR2v0uly9KEkb { top:7.3125rem;left:13.560724258423rem;width:8.75rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Raw5KIxiJedTETJgnTfUG0MB5QVTIzJt { top:7.3125rem;left:26.466440200806rem;width:9.1875rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqJhCTtEZiCCWw5laqBGptSTSRvOzGJH { top:7.3125rem;left:39.6875rem;width:8.0625rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3RDPku8deOmQ6uhMuFHH4RNPDdtt0MI { top:29.125rem;left:0rem;width:27.8125rem;height:10.8125rem;font-size:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sW3EIga93FGiQlMsbM4fl22UAVCdC7kM { top:21.0625rem;left:18.5rem;width:29.25rem;height:6.3125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkmMxQeOyokMBSkd5HT3tHTsKhVgHOAT { top:30.0625rem;left:20.875rem;width:26.875rem;height:18.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wF6GEkKPuguITuJJlJtJTD6w9xt4Skhr { display:block; }#wF6GEkKPuguITuJJlJtJTD6w9xt4Skhr > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EHLk6tbpM89V1PCU56Acv3dXiCs2pTWP { top:12.8125rem;left:0rem;width:47.75rem;height:43.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GK6xTD4DLD1aO8NxrtR7QcoJEc78zD6q { top:14.5625rem;left:0rem;width:47.75rem;height:;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1R51rsNfpCfb1WxbUmP4EKe6x6Scyks { top:21.9375rem;left:32.3125rem;width:15.375rem;height:28.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqyS1WegiaJCz6bEQu19ZguF4pGeIvdu { top:21.9375rem;left:16.154829025269rem;width:15.375rem;height:28.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HeqvmqIeRTHX3b1TXF34dBczxn8GWizA { top:21.9375rem;left:0rem;width:15.375rem;height:28.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADeqDq7gI7gbeAWsSJF6FkMGIm0uyrLe { display:block; }#ADeqDq7gI7gbeAWsSJF6FkMGIm0uyrLe > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EoQKavdA7VShKqodTkr3mySChSK2Va2b { top:16.3125rem;left:0rem;width:47.75rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAN24bIwhlRlAZB0ey24LxhBpaZi1fCH { top:17.4375rem;left:0rem;width:47.75rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ieo2HcxOmQncnOrJTLWqFa892S66beD0 { top:24.25rem;left:14.686433792114rem;width:18.375rem;height:37.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8Lxk9SEir4GPZU9DfMZxoJRTQVrKO99 { top:26.125rem;left:20.061079025269rem;width:7.5625rem;height:2.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCw0KuuamP96IsAeDoG8uDzzOq7HoQi1 { top:28.5625rem;left:14.686433792114rem;width:18.375rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8DPgRJCXxtEZasMLWsiX6euuadi59gr { top:28.875rem;left:16.874822616577rem;width:13.9375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRPID8en6wF23ePBcWPPtJvCTgQO76u0 { top:24.25rem;left:14.686433792114rem;width:18.375rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBGSUqBo7ZcpZGyCC1l6lrg1K9dAdRwD { top:30.375rem;left:17.06178855896rem;width:13.625rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbpoxGcpSgf6BbNEqi7XTyaDW2VipSLt { top:30.375rem;left:20.52272605896rem;width:7rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpOV3dU3df1rThdc1At1WTlRKqfqlOoE { top:24.25rem;left:0rem;width:18.3125rem;height:37.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBKIZIi6JvWS5zoTClNHamqNAfLHItq0 { top:24.25rem;left:29.4375rem;width:18.3125rem;height:37.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKBNnTioEdCCeJmEU82lm5rX7focaOpx { top:21.3125rem;left:0rem;width:47.75rem;height:55.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHAEVC4NweCU8PJeZVqIIgQyy7hrtOuN { top:24.25rem;left:29.4375rem;width:18.3125rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yiTGsGySGaApW0nzpW1uHdNDBWu0T1gR { top:24.25rem;left:0rem;width:18.3125rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOuFfzyeqfMnTwMS9O8khJmUeZJ78VKe { top:24.25rem;left:0rem;width:7.3125rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qq0edon6R4P4e4mhUIdVZIiaKrPHtSvO { top:24.25rem;left:20.188032150269rem;width:7.3125rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQM1b1Akh3BwcA95bkGUGssHfvqsnqTw { top:24.25rem;left:40.4375rem;width:7.3125rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCPAJEoObqUdr6SgInIznnkCcEkg3M7c { top:26.125rem;left:40.1875rem;width:7.5625rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1cQTJBgkIVzF51vidBKUAhOO1zUgfnt { top:26.125rem;left:0rem;width:7.5625rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIA2KV2Ps822O1HqiNyHzZxNDDAZhaxb { top:28.5rem;left:0rem;width:18.3125rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #McIgTURImL1E217hgfUSShGOGAnuhVVo { top:28.5rem;left:29.4375rem;width:18.3125rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZSeTEDg7PEOupFqJWmv8Z4sMv7Nw8zJ { top:28.875rem;left:33.8125rem;width:13.9375rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnr86qESm9680Frq1A12KRUwXeQ2E9Qu { top:28.875rem;left:0rem;width:13.9375rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAS5fWINtUBEfbQuP1FFrLQX1JN7NcrL { top:30.0625rem;left:34.3125rem;width:13.4375rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKw8JdtBAU3GPqENoGXNzzSLerKsvDrm { top:30.375rem;left:38.625rem;width:9.125rem;height:1rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcOn6QN1Jg3oRbutzSIgkMr5VWhFLp7o { top:31.6875rem;left:16.218748092651rem;width:15.3125rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TudbL8VWZAQzNo5iz9d74LsQft6kN2Zf { top:31.6875rem;left:0rem;width:15.3125rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ct1RBbX8bGyvt1bQGZqBIFBqcZR33fqW { top:31.5625rem;left:32.4375rem;width:15.3125rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcgOG4zMT1pPM7t5tbS1RhM9ZRTlaXXR { display:block; }#rcgOG4zMT1pPM7t5tbS1RhM9ZRTlaXXR > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vco67JFrZ6BIrfIc5bf7ItSfDZiWBsTn { top:6.0625rem;left:16.623579025269rem;width:14.4375rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOJdGF9tIP4DPXeASeoilxyxFqKug5N4 { top:7.875rem;left:19.31178855896rem;width:9.0625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJdmAqtNhf092I5pFc5ksZXqcL80b7zW { top:9.5625rem;left:22.937498092651rem;width:1.875rem;height:0.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOf7NF8fyDvMXClaSqQTXm5dXxtfGwTM { top:10.5625rem;left:16.467329025269rem;width:14.75rem;height:3.125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fW7mPTLEESHsTkb1vRGlJydAMEWX5GSb { top:14.6875rem;left:19.031248092651rem;width:9.6875rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y06xyRH0K4VlaadgJJe2pGKNel6PnoJh { top:16.4375rem;left:16.779829025269rem;width:14.125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vE3JF3RvPk5u4DvVbg0IloGo7JscM1MX { display:block; }
 }@media only screen and (max-width: 763px) { #n0QXP7lWZqm00mDu4M6dUBZPLerUg6Xh { top:19.3125rem;left:16.96803855896rem;width:13.75rem;height:2.3641433704082rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1VldxPlotLznB0SCmTOocQavw13bHc3 { top:6.0625rem;left:32.625rem;width:14.6875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbSzlLTCTNXGeoKZFSeaUaLKh2ZA7R0s { top:7.875rem;left:38.25rem;width:9.4375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vt8WyJpauc3x47mTxUynKXdswCi6KSf9 { top:9.5625rem;left:45.875rem;width:1.875rem;height:0.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MekHrg78ocOT5GRBbgJJn1Hqel1Dnits { top:10.5625rem;left:33.0625rem;width:14.6875rem;height:3.125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPExyiPisIt2d3VxTgUqo4WCbvUE6mkU { top:14.6875rem;left:38.0625rem;width:9.6875rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLgdHeJA9MqoHJ3oFwKbtkEDaQpQWbMT { top:16.4375rem;left:33.625rem;width:14.125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IuZ8iGt7ASdRE97deXT7V6CiXw61SrAw { display:block; }
 }@media only screen and (max-width: 763px) { #JTgWo3h1ZFuo0KDi1kv9oCZGCBkvowTm { top:19.3125rem;left:34rem;width:13.75rem;height:2.3642931487012rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZFXIbJE1tK250WOvrMONs5ifa5fLrNt { top:7.8125rem;left:0rem;width:9.0625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFMUW3ireP1ii0fWFvbh5GIplEkzHcOd { top:9.5625rem;left:0rem;width:1.875rem;height:0.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8h1U1TdrQFfnToaiOMwTuAByNP7OAbC { top:10.5625rem;left:0rem;width:14.375rem;height:3.125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #abL7KVi7OavSulPT8WL6yhVae3ZAThve { top:14.6875rem;left:0rem;width:9.6875rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFJRtKzVE60VgqGGkB8T8DfV0DAbBhMg { top:16.4375rem;left:0rem;width:14.125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5DBoq0uyuxmm09BJ9BNG2HOZWli23bG { display:block; }
 }@media only screen and (max-width: 763px) { #TIh0gG5pSk1MBO5VLVZ5VuafJuSo70zQ { top:19.3125rem;left:0rem;width:13.75rem;height:2.3642931487012rem;display:block; }
 }@media only screen and (max-width: 763px) { #cC3VXnicBNS87aRJPTrKgS1xJPTnc1FT { top:24.0625rem;left:30.125rem;width:17.625rem;height:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xiWe4hSwKdiR8xWWnGgNCSKlTTGncgc1 { top:24.0625rem;left:15.061079025269rem;width:17.5625rem;height:12.331411198664rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDmwa8x498BmURurpaTb92Oc5ZsuODB9 { top:24.0625rem;left:0rem;width:17.5625rem;height:12.330539267489rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dib7Joh23DRlWaRTkrz5fe7s6XSL0ThE { display:block; }#Dib7Joh23DRlWaRTkrz5fe7s6XSL0ThE > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LXhATMvFDaAkr8wuF8B0TAV2uy0RhbeE { display:block; }#LXhATMvFDaAkr8wuF8B0TAV2uy0RhbeE > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:40.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MF6Ty7ULu2qwRGOdnhgKXdtQknl9TAgW { width:20rem;height:10.53315rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3UF6fqHlMtr45T5ocgsEs2C7IM0zlOX { top:35.749298095703rem;left:1rem;width:19rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #et74smUP5huMTbt9dpXSOadbGWS8gOHt { display:block; }
 }@media only screen and (max-width: 763px) { #ruULTdXXVcNr8A5uniTH3UaUwkU61vpw { display:block; }#ruULTdXXVcNr8A5uniTH3UaUwkU61vpw > .row .container { width:20rem;height:88.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UrNH5mBAn6RAbkQndPJ2nDnhTbD4ZyvJ { width:20rem;height:8.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTMKosNAAwIetI9GMI23uuCc5MRDk3qR { width:20rem;height:7.7983125rem;top:2.48046875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rSCpRIcPP2F4APpZHuJnDWiZHwFHiDMP { width:20rem;height:6.8235rem;top:5.6676330566406rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W2My5rJPrVJP4ftvizULC8PEJtWIzff9 { width:19.875rem;height:35.5625rem;top:20.9241875rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Av2EyDZaUPT7PH5sSkTcTM4OsBdiOp32 { width:16.4373125rem;height:1.298825rem;top:23.169396240234rem;left:3.5626875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEI6DCkcdh2tKzFLN4SPbtcUWOsXiXQp { width:20rem;height:40.252125rem;top:26.232262451172rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8inWCGWScUMViTsdL6rTVFUMPOxxy70 { width:20rem;height:19.666666666667rem;top:13.740258056641rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMHqeZJ8O4hKOH0Livy029hP1JEC8eEq { width:20rem;height:71.6875rem;top:15.774163085938rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3Al2N8eT4h0pwpTN1M6Uk2xaC93ygG1 { display:block; }#L3Al2N8eT4h0pwpTN1M6Uk2xaC93ygG1 > .row .container { width:20rem;height:19.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y6OlAclJKGgUxAMWoXSb4ugTFwcV4siV { width:12.5rem;height:12.5rem;top:1.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0OoHEW5B6TeW2Wse1nB5Eer4qaoiTMG { top:15rem;left:0.5rem;width:19rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBbZXr2VyLmyJOJsh7lOB8aqacWT6HN0 { display:block; }
 }@media only screen and (max-width: 763px) { #cEgDyK7e85ulz8TSlBz5R0TfnP3BUQ1K { display:block; }#cEgDyK7e85ulz8TSlBz5R0TfnP3BUQ1K > .row .container { width:20rem;height:99.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #belGNRFD3pgSAWSKZA8io669EpuIoVzO { width:20rem;height:4.8739375rem;top:1.25rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NUvT2DPXqDDoHmn26eo7lhtdQoO8CXIS { width:15rem;height:15rem;top:7.3739375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vW79Iz0aIEHwf4soI3RG11rU5rmR3t1J { width:15rem;height:15rem;top:23.6239375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0Mhwo7sHq1yMvZIGcr8pJk7x8sm97Hp { width:15rem;height:15rem;top:39.8739375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIpoKIGksiNgGTSLSgK3r9gvZ2cZTJ1X { width:20rem;height:9.747875rem;top:56.1239375rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dyM8z2i3eZZExNuq2Jrk920D2cZEhLG0 { width:15rem;height:15rem;top:67.1218125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUXHwXAfzwprTS5BWPrhagyPKDDPEXJh { width:15rem;height:15rem;top:83.3718125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2kUHnLw2LULf0uDkZlQzBDDrcsmdsv6 { display:block; }#r2kUHnLw2LULf0uDkZlQzBDDrcsmdsv6 > .row .container { width:20rem;height:61.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mrp7LviXf4qw0G19AaRIZiazlspkk85c { width:20rem;height:16.0892875rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wRRldGWgFFh1G8I5QmlmK00mT5bPhd6N { width:20rem;height:15.0887875rem;top:18.5884375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hRlgBzTJex5ml7993rzuhTnU2Dtuz6FG { width:20rem;height:6.625rem;top:34.9271875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJeO56PUzrchdACTCP7utQJGpB4u7ZqL { width:20rem;height:10.39775rem;top:36.848360595703rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Qu2xB6RNTlRpKnHuUGesbDMFCR0ioxSN { width:20rem;height:12.1848125rem;top:48.496110595703rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C9M8T1o2daQBTBl03KVWA0zagrHornx7 { display:block; }#C9M8T1o2daQBTBl03KVWA0zagrHornx7 > .row .container { width:20rem;height:86.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DrtgeuAEb7iJsi8R7oscUTlKvdeFJ7Ux { width:20rem;height:36.77558125rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wfLv6zGL0PscqlhBsz2t1yZ8Z6Zico5H { width:10.625rem;height:10.625rem;top:39.2755625rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0Tlb1wsP5zePElTNqn42vhXO4842Hha { width:10.625rem;height:10.5619375rem;top:51.1505625rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KluX17JFk5fcVauLUC6D7o65BOx5DvTR { width:10rem;height:10.496726586084rem;top:62.961625rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T53saCM0wgV9kRE8Fxc3zzJcJTGipcwr { width:10.625rem;height:10.5619375rem;top:74.707875rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgcvrWTG9z73xFe5flBcbeuMqTWPebbN { display:block; }#bgcvrWTG9z73xFe5flBcbeuMqTWPebbN > .row .container { width:20rem;height:91.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WoEhL0E1oLbIU0V9uvBG7OtiWWXFxrba { width:12.249625rem;height:6.8954375rem;top:1.25rem;left:3.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HSxT7ihJLNHnIfDGpVupBc5oCQwmSiPM { width:12.249625rem;height:6.8954375rem;top:9.3954375rem;left:3.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f4tpTQeOlIV6bT4TaBayPokAxKzHIRUN { width:12.249625rem;height:6.8954375rem;top:17.540875rem;left:3.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q9FpSuTSDdZlq8I8Kt2ukBRPzqQTSmTN { width:12.249625rem;height:6.466625rem;top:25.6863125rem;left:3.875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uzB9rCbNwVKorNmxTg8Nd4CZ2AzT6osG { width:20rem;height:17.9989375rem;top:72.373125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g0bWmXzUiFEoDQu0amhdmupn2OTSF2eQ { width:20rem;height:37.720511478439rem;top:33.4029375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #imR88TCUCJrmfWtrweiNVHh5cs9G2Wsr { display:block; }#imR88TCUCJrmfWtrweiNVHh5cs9G2Wsr > .row .container { width:20rem;height:22.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JpzD941o0e7inF1qWC9GKIygTd4J2rTi { top:1.25rem;left:0.5rem;width:19rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TS5igzI4n0ixbtAUfXtHMVmu3VU5VOeT { display:block; }
 }@media only screen and (max-width: 763px) { #wingFXnzdzg67StUkEhuQDeBhAM90N3K { width:20rem;height:10.4375rem;top:5.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyKzFO3eUHfhr6GoAuCcdU2FMscmOAg1 { width:20rem;height:10.39775rem;top:7.54704284668rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HKlhbrlEALkZVJ0MSUJOu2uqRhySCaGT { width:20rem;height:11.3725rem;top:10.390625rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #azLn4F3lNgWS2gF6hceK9Rau8Q8lo558 { display:block; }#azLn4F3lNgWS2gF6hceK9Rau8Q8lo558 > .row .container { width:20rem;height:49.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ms6cC3QP2gqf5GpLAEVERTahnrDlzO2b { width:20rem;height:20rem;top:5.0310821533203rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfNZ0x7AK2Tvd9ZgzsIwsUxvHEHht7Ge { width:20rem;height:39.9375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U95eHT4fgfZ9GBS2MpCI9JvpoTTepCxe { width:20rem;height:19.655600318931rem;top:5.1873321533203rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEH3fbOwulwOzFRUpqP7Xn1CBcT9I2aw { width:20rem;height:6.0625rem;top:42.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9uRAO20Sa5S5fPig5wbKASrSRZoaA6E { display:block; }#r9uRAO20Sa5S5fPig5wbKASrSRZoaA6E > .row .container { width:20rem;height:92.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mUayM1OF3MWCFoT8NfQe4rCZkLzRvyiC { width:20rem;height:7.7983125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oCbnERlvaF2fWB14GpobmCw8rGUP3xgW { width:8.3125rem;height:10.62523966706rem;top:10.2983125rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQCz5RLUdU8B42OvT9mAR2v0uly9KEkb { width:8.75rem;height:10.5619375rem;top:22.1733125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Raw5KIxiJedTETJgnTfUG0MB5QVTIzJt { width:9.1875rem;height:10.562727908211rem;top:33.984375rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqJhCTtEZiCCWw5laqBGptSTSRvOzGJH { width:8.0625rem;height:10.562674430774rem;top:45.796875rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3RDPku8deOmQ6uhMuFHH4RNPDdtt0MI { width:20rem;height:2.19993125rem;top:67.306625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sW3EIga93FGiQlMsbM4fl22UAVCdC7kM { width:20rem;height:8.448125rem;top:57.609375rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XkmMxQeOyokMBSkd5HT3tHTsKhVgHOAT { width:20rem;height:20.6862875rem;top:70.75655625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wF6GEkKPuguITuJJlJtJTD6w9xt4Skhr { display:block; }#wF6GEkKPuguITuJJlJtJTD6w9xt4Skhr > .row .container { width:20rem;height:46.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EHLk6tbpM89V1PCU56Acv3dXiCs2pTWP { width:20rem;height:43.8125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GK6xTD4DLD1aO8NxrtR7QcoJEc78zD6q { width:20rem;height:10.39775rem;top:3.023796081543rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1R51rsNfpCfb1WxbUmP4EKe6x6Scyks { width:15.375rem;height:28.5625rem;top:10.394176483154rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqyS1WegiaJCz6bEQu19ZguF4pGeIvdu { width:15.375rem;height:28.5625rem;top:10.394176483154rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HeqvmqIeRTHX3b1TXF34dBczxn8GWizA { width:15.375rem;height:28.5625rem;top:10.392402648926rem;left:3.5901985168457rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADeqDq7gI7gbeAWsSJF6FkMGIm0uyrLe { display:block; }#ADeqDq7gI7gbeAWsSJF6FkMGIm0uyrLe > .row .container { width:20rem;height:77.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EoQKavdA7VShKqodTkr3mySChSK2Va2b { width:20rem;height:5.0625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAN24bIwhlRlAZB0ey24LxhBpaZi1fCH { width:20rem;height:5.1988625rem;top:2.3180041313171rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ieo2HcxOmQncnOrJTLWqFa892S66beD0 { width:18.375rem;height:37.8125rem;top:11.742713531112rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8Lxk9SEir4GPZU9DfMZxoJRTQVrKO99 { width:7.562125rem;height:2.34375rem;top:13.617713531112rem;left:6.9996452331544rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCw0KuuamP96IsAeDoG8uDzzOq7HoQi1 { width:18.375rem;height:1.8125rem;top:16.047578414536rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8DPgRJCXxtEZasMLWsiX6euuadi59gr { width:13.9373125rem;height:1.2180375rem;top:16.344985564804rem;left:3.8133888244629rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRPID8en6wF23ePBcWPPtJvCTgQO76u0 { width:18.375rem;height:1.875rem;top:11.742713531112rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBGSUqBo7ZcpZGyCC1l6lrg1K9dAdRwD { width:13.625rem;height:1.3125rem;top:17.860433181381rem;left:4.0003547668457rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbpoxGcpSgf6BbNEqi7XTyaDW2VipSLt { width:6.9993125rem;height:1.2180375rem;top:17.860433181381rem;left:7.4612922668456rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpOV3dU3df1rThdc1At1WTlRKqfqlOoE { width:18.3125rem;height:37.8125rem;top:11.742713531112rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBKIZIi6JvWS5zoTClNHamqNAfLHItq0 { width:18.3125rem;height:37.8125rem;top:11.742713531112rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKBNnTioEdCCeJmEU82lm5rX7focaOpx { width:20rem;height:55.1875rem;top:8.7659791313169rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHAEVC4NweCU8PJeZVqIIgQyy7hrtOuN { width:18.3125rem;height:1.875rem;top:11.742713531112rem;left:1.6857223510743rem;display:block; }
 }@media only screen and (max-width: 763px) { #yiTGsGySGaApW0nzpW1uHdNDBWu0T1gR { width:18.3125rem;height:1.875rem;top:11.742713531112rem;left:1.6866111755371rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOuFfzyeqfMnTwMS9O8khJmUeZJ78VKe { width:7.3118125rem;height:1.78178125rem;top:11.742713531112rem;left:7.1864337921144rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qq0edon6R4P4e4mhUIdVZIiaKrPHtSvO { width:7.3118125rem;height:1.78178125rem;top:11.742713531112rem;left:7.1265983581544rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQM1b1Akh3BwcA95bkGUGssHfvqsnqTw { width:7.3118125rem;height:1.78178125rem;top:11.742713531112rem;left:7.185546875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCPAJEoObqUdr6SgInIznnkCcEkg3M7c { width:7.562125rem;height:2.34375rem;top:68.797229131319rem;left:6.1875rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S1cQTJBgkIVzF51vidBKUAhOO1zUgfnt { width:7.562125rem;height:2.34375rem;top:65.203479131319rem;left:6.1875rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WIA2KV2Ps822O1HqiNyHzZxNDDAZhaxb { width:18.3125rem;height:1.75rem;top:15.961463531112rem;left:1.6857242584229rem;display:block; }
 }@media only screen and (max-width: 763px) { #McIgTURImL1E217hgfUSShGOGAnuhVVo { width:18.3125rem;height:1.75rem;top:15.961463531112rem;left:1.6857223510743rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZSeTEDg7PEOupFqJWmv8Z4sMv7Nw8zJ { width:13.9373125rem;height:1.2180375rem;top:74.858129131319rem;left:3rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rnr86qESm9680Frq1A12KRUwXeQ2E9Qu { width:13.9373125rem;height:1.2180375rem;top:72.390979131319rem;left:3rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FAS5fWINtUBEfbQuP1FFrLQX1JN7NcrL { width:13.4375rem;height:1.5rem;top:17.561250289536rem;left:4.1235809326172rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKw8JdtBAU3GPqENoGXNzzSLerKsvDrm { width:9.124625rem;height:1.03071875rem;top:17.859545310593rem;left:6.2800064086912rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcOn6QN1Jg3oRbutzSIgkMr5VWhFLp7o { width:15.3125rem;height:15.3125rem;top:19.172578414536rem;left:3.1573143005371rem;display:block; }
 }@media only screen and (max-width: 763px) { #TudbL8VWZAQzNo5iz9d74LsQft6kN2Zf { width:15.3125rem;height:15.3125rem;top:19.172578414536rem;left:3.2171516418457rem;display:block; }
 }@media only screen and (max-width: 763px) { #ct1RBbX8bGyvt1bQGZqBIFBqcZR33fqW { width:15.3125rem;height:15.3125rem;top:19.076697906112rem;left:3.2162628173828rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcgOG4zMT1pPM7t5tbS1RhM9ZRTlaXXR { display:block; }#rcgOG4zMT1pPM7t5tbS1RhM9ZRTlaXXR > .row .container { width:20rem;height:104.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vco67JFrZ6BIrfIc5bf7ItSfDZiWBsTn { width:14.437125rem;height:2.43608125rem;top:1.25rem;left:2.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wOJdGF9tIP4DPXeASeoilxyxFqKug5N4 { width:9.0625rem;height:3.57421875rem;top:12.6464875rem;left:5.4375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bJdmAqtNhf092I5pFc5ksZXqcL80b7zW { width:1.875rem;height:0.95614375rem;top:17.47070625rem;left:9.0625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EOf7NF8fyDvMXClaSqQTXm5dXxtfGwTM { width:14.749625rem;height:2.000175rem;top:28.17010625rem;left:2.625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fW7mPTLEESHsTkb1vRGlJydAMEWX5GSb { width:9.6875rem;height:1.2180375rem;top:37.13725625rem;left:5.125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y06xyRH0K4VlaadgJJe2pGKNel6PnoJh { top:45.63405625rem;left:2.9375rem;width:14.125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vE3JF3RvPk5u4DvVbg0IloGo7JscM1MX { display:block; }
 }@media only screen and (max-width: 763px) { #n0QXP7lWZqm00mDu4M6dUBZPLerUg6Xh { width:13.8125rem;height:2.3748894766374rem;top:56.3723375rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1VldxPlotLznB0SCmTOocQavw13bHc3 { width:14.6875rem;height:1.2180375rem;top:4.93608125rem;left:2.625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UbSzlLTCTNXGeoKZFSeaUaLKh2ZA7R0s { width:9.437125rem;height:1.7871125rem;top:19.67685rem;left:5.25rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vt8WyJpauc3x47mTxUynKXdswCi6KSf9 { width:1.875rem;height:0.95614375rem;top:22.7139625rem;left:9.0625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MekHrg78ocOT5GRBbgJJn1Hqel1Dnits { width:14.6875rem;height:2.000175rem;top:31.42010625rem;left:2.625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CPExyiPisIt2d3VxTgUqo4WCbvUE6mkU { width:9.6875rem;height:1.2180375rem;top:39.60440625rem;left:5.125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NLgdHeJA9MqoHJ3oFwKbtkEDaQpQWbMT { top:49.19655625rem;left:2.9375rem;width:14.125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IuZ8iGt7ASdRE97deXT7V6CiXw61SrAw { display:block; }
 }@media only screen and (max-width: 763px) { #JTgWo3h1ZFuo0KDi1kv9oCZGCBkvowTm { width:13.75rem;height:2.3641433704082rem;top:59.9971625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZFXIbJE1tK250WOvrMONs5ifa5fLrNt { width:9.0625rem;height:1.7871125rem;top:7.40323125rem;left:5.4375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JFMUW3ireP1ii0fWFvbh5GIplEkzHcOd { width:1.875rem;height:0.95614375rem;top:10.44034375rem;left:9.0625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h8h1U1TdrQFfnToaiOMwTuAByNP7OAbC { width:14.375rem;height:2.000175rem;top:24.92010625rem;left:2.8125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #abL7KVi7OavSulPT8WL6yhVae3ZAThve { width:9.6875rem;height:1.2180375rem;top:34.67010625rem;left:5.125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hFJRtKzVE60VgqGGkB8T8DfV0DAbBhMg { top:42.07155625rem;left:2.9375rem;width:14.125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5DBoq0uyuxmm09BJ9BNG2HOZWli23bG { display:block; }
 }@media only screen and (max-width: 763px) { #TIh0gG5pSk1MBO5VLVZ5VuafJuSo70zQ { width:13.75rem;height:2.3641433704082rem;top:52.75905625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cC3VXnicBNS87aRJPTrKgS1xJPTnc1FT { width:17.625rem;height:12.375rem;top:90.77219375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xiWe4hSwKdiR8xWWnGgNCSKlTTGncgc1 { width:17.5625rem;height:12.331411198664rem;top:77.19088125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDmwa8x498BmURurpaTb92Oc5ZsuODB9 { width:17.5625rem;height:12.330539267489rem;top:63.61044375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dib7Joh23DRlWaRTkrz5fe7s6XSL0ThE { display:block; }#Dib7Joh23DRlWaRTkrz5fe7s6XSL0ThE > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LXhATMvFDaAkr8wuF8B0TAV2uy0RhbeE { display:block; }#LXhATMvFDaAkr8wuF8B0TAV2uy0RhbeE > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }