.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;
}
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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@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:#d6f702;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#1e1e32;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { 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 > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:59.4375rem;width:75rem;overflow:visible;position:relative;display:block; }#aVGFGnu0gmyKy3r65q3iH9i6BJiHzO75 { color:#f2f2f2;display:block;width:37.625rem;position:absolute;font-family:rubik;font-size:6.25rem;font-weight:normal;z-index:15000;line-height:1;letter-spacing:0;top:16.25rem;left:37.5rem;height:18.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BhT4DqPo3y02eBuAWBvLJMeXc8oc9XUd { color:#f2f2f2;display:block;width:37.5625rem;position:absolute;font-family:rubik;font-size:1.5625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:37.5rem;left:37.5rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KFpKOuUQsfq2LLvE2a4wgcdmmJab4kGd { background-color:transparent;background-image:none;border-top:0.0625rem solid #d7e329;border-left:0.0625rem solid #d7e329;border-right:0.0625rem solid #d7e329;border-bottom:0.0625rem solid #d7e329;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:17.5rem;height:3.125rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:2.5rem;left:55rem;display:block; }
#HXtHPGJXmFyJBOasCt6HMxdwkfPoAWJ0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#a9lfJxSinWPotTkQTrrCZosN0OD00faI { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:14.875rem;height:3.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:2.5rem;left:30.0625rem;display:block; }
#XGavCFmERcMaGFlD0mH7s8FlsHh4PX8b { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LT00QHla2JPHi2dRES9zWGOgxfTHVBsm { background-color:transparent;background-image:none;border-top:0.0625rem solid #d7e329;border-left:0.0625rem solid #d7e329;border-right:0.0625rem solid #d7e329;border-bottom:0.0625rem solid #d7e329;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:12.5rem;height:3.125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:40.5625rem;left:2.5rem;display:block; }
#ZuB2zFDESDDEb4p2Hed0WyEXRUm97tZH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pcy5XHuWvnTePFrZA7yf3TAfFzFzNBnK { background-color:transparent;background-image:none;border-top:0.0625rem solid #d7e329;border-left:0.0625rem solid #d7e329;border-right:0.0625rem solid #d7e329;border-bottom:0.0625rem solid #d7e329;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:12.5rem;height:3.125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:44.3125rem;left:2.5rem;display:block; }
#kQmSCy7BKmgtS3xi5qi9LHUtbaDK8gGr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mNoJmLfiwSPfmeRlbOKJ1XNKdwBiqCMH { background-color:transparent;background-image:none;border-top:0.0625rem solid #d7e329;border-left:0.0625rem solid #d7e329;border-right:0.0625rem solid #d7e329;border-bottom:0.0625rem solid #d7e329;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:12.5rem;height:3.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:48.0625rem;left:2.5rem;display:block; }
#ld6QDa2u4N50Bh7aOwZdaTf8yi3fAxge { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dBR7k1lPU4cCNXMUNl1fcDq0u7myKbTe { color:#f2f2f2;display:block;width:8.9375rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:300;z-index:15002;line-height:1;letter-spacing:0;top:38.0625rem;left:2.5rem;height:1.25rem;font-style:normal;display:block; }
#WT3ExNwqPaWDsBpl09kNqzdk9GA1Bp05 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:12.5rem;top:3rem;left:2.5rem;overflow:hidden;display:block; }
#bgDFiIWdSg83StE5p55GFatd16fgXgtl { color:#f2f2f2;display:block;width:8.9375rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:300;z-index:15002;line-height:1;letter-spacing:0;top:40.625rem;left:2.5rem;height:1.25rem;font-style:normal;display:none; }
#SKi424LqeGkKXQZeLqVEZKxTgauzptDw { background-color:transparent;background-image:none;border-top:0.0625rem solid #d7e329;border-left:0.0625rem solid #d7e329;border-right:0.0625rem solid #d7e329;border-bottom:0.0625rem solid #d7e329;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:12.5rem;height:3.125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:43.125rem;left:2.5rem;display:none; }
#NCgVgtTCa4sQNgv6wvopro6pHUUDaG0C { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BMWuLeAf7CWrOcZreacVqMuzkUIszHzm { background-color:transparent;background-image:none;border-top:0.0625rem solid #d7e329;border-left:0.0625rem solid #d7e329;border-right:0.0625rem solid #d7e329;border-bottom:0.0625rem solid #d7e329;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:12.5rem;height:3.125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:46.875rem;left:2.5rem;display:none; }
#EXHdQbz5yC4pXiWAxG5EagoDdKn5gXPu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Cep6gBdf5hPzAMCVTdwJ0oZkTF6fFKeX { background-color:transparent;background-image:none;border-top:0.0625rem solid #d7e329;border-left:0.0625rem solid #d7e329;border-right:0.0625rem solid #d7e329;border-bottom:0.0625rem solid #d7e329;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:12.5rem;height:3.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:50.625rem;left:2.5rem;display:none; }
#rBq6GuJm6t9NDnriPkzCKcsEfUnUEsQb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#scPcp4HeQUh13ErOHrPuyUE1yqqmwCoK { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:6.9375rem;height:3.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:2.5rem;left:46.5625rem;display:block; }
#U43qePQn1aFmXZGep1mgwl9ymMvAU4hV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mgulH8wFkp4HsR890Cwhgp43N9RG9Zu0 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:5.812375rem;height:3.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:2.5rem;left:22.623901367188rem;display:block; }
#zVmrUhWCQIlcNFTptO9QypGedG8hFU9c { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cAJhzxdL7DVTGtitLFooXQdiD4UNIaO1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1e1e32;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cAJhzxdL7DVTGtitLFooXQdiD4UNIaO1 > .row .container { background-color: transparent; background-image: none; }#cAJhzxdL7DVTGtitLFooXQdiD4UNIaO1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cAJhzxdL7DVTGtitLFooXQdiD4UNIaO1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cAJhzxdL7DVTGtitLFooXQdiD4UNIaO1 > .row .container > .video-iframe-container { display: none; }#cAJhzxdL7DVTGtitLFooXQdiD4UNIaO1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cAJhzxdL7DVTGtitLFooXQdiD4UNIaO1 > .row > .video-iframe-container { display: none; }#cAJhzxdL7DVTGtitLFooXQdiD4UNIaO1 > .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); }#cAJhzxdL7DVTGtitLFooXQdiD4UNIaO1 > .row .container { border-width: 0; border-radius: 0; }#cAJhzxdL7DVTGtitLFooXQdiD4UNIaO1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cAJhzxdL7DVTGtitLFooXQdiD4UNIaO1 > .row .container { font-size:0.875rem;font-family:arial;height:51.875rem;width:75rem;position:relative;display:block; }#ft0DuqSHonF78DdTTHmzgGLsRqiTZI0b { position:absolute;display:block;z-index:15022;border-top:0.0625rem solid #d6f702;border-left:0.0625rem solid #d6f702;border-right:0.0625rem solid #d6f702;border-bottom:0.0625rem solid #d6f702;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:43.75rem;width:29rem;top:4.3125rem;left:4.03125rem;overflow:hidden;display:block; }
#DxC2wex4o3ovu6mM513NtLlDaEelbCdd { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:44.125rem;left:29rem;overflow:hidden;display:block; }
#JlteaZMo285cpT3vI8xUTXEu02opVd6P { color:#f2f2f2;display:block;width:33.5625rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:7.75rem;left:39.21875rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#oFma8GSbGWh1MP8rqUWi0a2qEPvaWIry { color:#f2f2f2;display:block;width:8.125rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:4.3125rem;left:39.21875rem;height:1.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#laShoeepiEE0eMRS9wCtAUH7AP3IIQS9 { background-color:transparent;background-image:none;border-top:0.0625rem solid #d7e329;border-left:0.0625rem solid #d7e329;border-right:0.0625rem solid #d7e329;border-bottom:0.0625rem solid #d7e329;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:20.8125rem;height:3.125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:36.5625rem;left:39.21875rem;display:block; }
#m0AT55WtuL3L1Ou85tOUaheELhzD7ieh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nkm8SBkP1HzMQ6QZQs299Uyp5Fysh8lE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1e1e32;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nkm8SBkP1HzMQ6QZQs299Uyp5Fysh8lE > .row .container { background-color: transparent; background-image: none; }#nkm8SBkP1HzMQ6QZQs299Uyp5Fysh8lE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nkm8SBkP1HzMQ6QZQs299Uyp5Fysh8lE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nkm8SBkP1HzMQ6QZQs299Uyp5Fysh8lE > .row .container > .video-iframe-container { display: none; }#nkm8SBkP1HzMQ6QZQs299Uyp5Fysh8lE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nkm8SBkP1HzMQ6QZQs299Uyp5Fysh8lE > .row > .video-iframe-container { display: none; }#nkm8SBkP1HzMQ6QZQs299Uyp5Fysh8lE > .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); }#nkm8SBkP1HzMQ6QZQs299Uyp5Fysh8lE > .row .container { border-width: 0; border-radius: 0; }#nkm8SBkP1HzMQ6QZQs299Uyp5Fysh8lE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nkm8SBkP1HzMQ6QZQs299Uyp5Fysh8lE > .row .container { font-size:0.875rem;font-family:arial;height:41.75rem;width:75rem;position:relative;display:block; }#i00hMPe5C8Ngv8uJ91H1evinncpOCRNl { color:#f2f2f2;display:block;width:7.25rem;position:absolute;font-family:rubik;font-size:1.5625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.53125rem;left:3.6875rem;height:2.03125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TpBJx7sykWUFOlvdTM18U3g6AyrP8Iqe { color:#f2f2f2;display:block;width:31.6875rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:4.3125rem;left:40rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sMPwXqUZ8qrnDoTnBoPbt99smn65hmhT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1e1e32;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sMPwXqUZ8qrnDoTnBoPbt99smn65hmhT > .row .container { background-color: transparent; background-image: none; }#sMPwXqUZ8qrnDoTnBoPbt99smn65hmhT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sMPwXqUZ8qrnDoTnBoPbt99smn65hmhT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sMPwXqUZ8qrnDoTnBoPbt99smn65hmhT > .row .container > .video-iframe-container { display: none; }#sMPwXqUZ8qrnDoTnBoPbt99smn65hmhT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sMPwXqUZ8qrnDoTnBoPbt99smn65hmhT > .row > .video-iframe-container { display: none; }#sMPwXqUZ8qrnDoTnBoPbt99smn65hmhT > .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); }#sMPwXqUZ8qrnDoTnBoPbt99smn65hmhT > .row .container { border-width: 0; border-radius: 0; }#sMPwXqUZ8qrnDoTnBoPbt99smn65hmhT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sMPwXqUZ8qrnDoTnBoPbt99smn65hmhT > .row .container { font-size:0.875rem;font-family:arial;height:34.8125rem;width:75rem;position:relative;display:block; }#zC5enRQFJFmzs9XTNrWLIUx66kMm6DsI { position:absolute;display:block;z-index:15023;border-top:0.0625rem solid #d6f702;border-left:0.0625rem solid #d6f702;border-right:0.0625rem solid #d6f702;border-bottom:0.0625rem solid #d6f702;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:27rem;width:18rem;top:3.75rem;left:3.4375rem;overflow:hidden;display:block; }
#rPsAR1CyTqnK0NlmpqGmqdPnn0tKxlJJ { position:absolute;display:block;z-index:15024;border-top:0.0625rem solid #d6f702;border-left:0.0625rem solid #d6f702;border-right:0.0625rem solid #d6f702;border-bottom:0.0625rem solid #d6f702;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:27rem;width:18rem;top:3.75rem;left:28.4375rem;overflow:hidden;display:block; }
#OuLmLiaXbNN9pGzN0XQ72yaDgaDbxDqE { position:absolute;display:block;z-index:15025;border-top:0.0625rem solid #d6f702;border-left:0.0625rem solid #d6f702;border-right:0.0625rem solid #d6f702;border-bottom:0.0625rem solid #d6f702;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:27rem;width:18rem;top:3.75rem;left:53.4375rem;overflow:hidden;display:block; }
#mB3m6h14rNzB2QMzHyMGcKerhLLnfH99 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1e1e32;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mB3m6h14rNzB2QMzHyMGcKerhLLnfH99 > .row .container { background-color: transparent; background-image: none; }#mB3m6h14rNzB2QMzHyMGcKerhLLnfH99::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mB3m6h14rNzB2QMzHyMGcKerhLLnfH99 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mB3m6h14rNzB2QMzHyMGcKerhLLnfH99 > .row .container > .video-iframe-container { display: none; }#mB3m6h14rNzB2QMzHyMGcKerhLLnfH99 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mB3m6h14rNzB2QMzHyMGcKerhLLnfH99 > .row > .video-iframe-container { display: none; }#mB3m6h14rNzB2QMzHyMGcKerhLLnfH99 > .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); }#mB3m6h14rNzB2QMzHyMGcKerhLLnfH99 > .row .container { border-width: 0; border-radius: 0; }#mB3m6h14rNzB2QMzHyMGcKerhLLnfH99 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mB3m6h14rNzB2QMzHyMGcKerhLLnfH99 > .row .container { font-size:0.875rem;font-family:arial;height:21.4375rem;width:75rem;position:relative;display:block; }#uDwTrrPM5Rsz38H4zI0vkRuWyBGoqU6w { color:#f2f2f2;display:block;width:16.1875rem;position:absolute;font-family:rubik;font-size:1.5625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.53125rem;left:3.8125rem;height:2.03125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rkqkzHJ6uLilK6m7ETx6nyCo9nIi9mDG { color:#f2f2f2;display:block;width:25.6875rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:4.3125rem;left:40rem;height:13.2483125rem;font-style:normal;display:block; }#rkqkzHJ6uLilK6m7ETx6nyCo9nIi9mDG li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#rkqkzHJ6uLilK6m7ETx6nyCo9nIi9mDG li:before{  }
#O7ZFdUKV8aop5Bg1roDJl6ZOu0ChmCVE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1e1e32;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#O7ZFdUKV8aop5Bg1roDJl6ZOu0ChmCVE > .row .container { background-color: transparent; background-image: none; }#O7ZFdUKV8aop5Bg1roDJl6ZOu0ChmCVE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O7ZFdUKV8aop5Bg1roDJl6ZOu0ChmCVE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O7ZFdUKV8aop5Bg1roDJl6ZOu0ChmCVE > .row .container > .video-iframe-container { display: none; }#O7ZFdUKV8aop5Bg1roDJl6ZOu0ChmCVE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O7ZFdUKV8aop5Bg1roDJl6ZOu0ChmCVE > .row > .video-iframe-container { display: none; }#O7ZFdUKV8aop5Bg1roDJl6ZOu0ChmCVE > .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); }#O7ZFdUKV8aop5Bg1roDJl6ZOu0ChmCVE > .row .container { border-width: 0; border-radius: 0; }#O7ZFdUKV8aop5Bg1roDJl6ZOu0ChmCVE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O7ZFdUKV8aop5Bg1roDJl6ZOu0ChmCVE > .row .container { font-size:0.875rem;font-family:arial;height:25.0625rem;width:75rem;position:relative;display:block; }#qRlWc4SwlWi0ZwxoKNS0KJydvKz22dSN { color:#f2f2f2;display:block;width:17.8125rem;position:absolute;font-family:rubik;font-size:1.5625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.53125rem;left:3.8125rem;height:2.03125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Kx17rPkZ8RQ4lK6ubOBWbRoIx1O1cfkO { color:#f2f2f2;display:block;width:28.125rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:4.3125rem;left:40rem;height:;font-style:normal;display:block; }#Kx17rPkZ8RQ4lK6ubOBWbRoIx1O1cfkO li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Kx17rPkZ8RQ4lK6ubOBWbRoIx1O1cfkO li:before{  }
#TfFQ0lru5C31wCDv1TL0PzwA6AKZwe2L { background-color:transparent;background-image:none;border-top:0.0625rem solid #d7e329;border-left:0.0625rem solid #d7e329;border-right:0.0625rem solid #d7e329;border-bottom:0.0625rem solid #d7e329;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:16.875rem;height:3.125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:20rem;left:40rem;display:block; }
#naTgPyoBNTnAh0US3U1sZs6dnClObRaD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hOP6dAU2T3KWm60nAOWJMZqrh2vHGACF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1e1e32;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hOP6dAU2T3KWm60nAOWJMZqrh2vHGACF > .row .container { background-color: transparent; background-image: none; }#hOP6dAU2T3KWm60nAOWJMZqrh2vHGACF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hOP6dAU2T3KWm60nAOWJMZqrh2vHGACF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hOP6dAU2T3KWm60nAOWJMZqrh2vHGACF > .row .container > .video-iframe-container { display: none; }#hOP6dAU2T3KWm60nAOWJMZqrh2vHGACF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hOP6dAU2T3KWm60nAOWJMZqrh2vHGACF > .row > .video-iframe-container { display: none; }#hOP6dAU2T3KWm60nAOWJMZqrh2vHGACF > .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); }#hOP6dAU2T3KWm60nAOWJMZqrh2vHGACF > .row .container { border-width: 0; border-radius: 0; }#hOP6dAU2T3KWm60nAOWJMZqrh2vHGACF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hOP6dAU2T3KWm60nAOWJMZqrh2vHGACF > .row .container { font-size:0.875rem;font-family:arial;height:33.0625rem;width:75rem;position:relative;display:block; }#pFLccLRe0TWpMXKNvg3vCLcIG1suZm4T { color:#f2f2f2;display:block;width:13.5625rem;position:absolute;font-family:rubik;font-size:1.5625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.53125rem;left:3.75rem;height:2.03125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aZck4ZwCrKC3o91DDcZVgMaKoGTNpmpW { color:#f2f2f2;display:block;width:30.9375rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:4.3125rem;left:40rem;height:25.996125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#afTE0xUCGP21gi1TbkZA9a05ihk1VBLp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1e1e32;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#afTE0xUCGP21gi1TbkZA9a05ihk1VBLp > .row .container { background-color: transparent; background-image: none; }#afTE0xUCGP21gi1TbkZA9a05ihk1VBLp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#afTE0xUCGP21gi1TbkZA9a05ihk1VBLp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#afTE0xUCGP21gi1TbkZA9a05ihk1VBLp > .row .container > .video-iframe-container { display: none; }#afTE0xUCGP21gi1TbkZA9a05ihk1VBLp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#afTE0xUCGP21gi1TbkZA9a05ihk1VBLp > .row > .video-iframe-container { display: none; }#afTE0xUCGP21gi1TbkZA9a05ihk1VBLp > .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); }#afTE0xUCGP21gi1TbkZA9a05ihk1VBLp > .row .container { border-width: 0; border-radius: 0; }#afTE0xUCGP21gi1TbkZA9a05ihk1VBLp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#afTE0xUCGP21gi1TbkZA9a05ihk1VBLp > .row .container { font-size:0.875rem;font-family:arial;height:20.4375rem;width:75rem;position:relative;display:block; }#qcV0g03geqDgpOz0ZhU6ZWGhOsI5prBv { color:#f2f2f2;display:block;width:13.5625rem;position:absolute;font-family:rubik;font-size:1.5625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.53125rem;left:3.75rem;height:2.03125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZBTQmTle7FXZpkwoJDQ70Hp7McufLTX8 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:11.3125rem;top:4.25rem;left:39.90625rem;overflow:hidden;display:block; }
#lvWXaAGVSb7vE0Pn51QRUvFya3Ax5eJs { color:#f2f2f2;display:block;width:17.9375rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:4.25rem;left:53.4375rem;height:2.436525rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#q8zv430HGHgqawyXskIQU4ZBN5tK6rHE { color:#d6f702;display:block;width:6rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:7.375rem;left:53.4375rem;height:1.21875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bEDXfCn6uJWBHwL5lxLK1uTpzaRP3daA { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:11.3125rem;top:12.1875rem;left:39.625rem;overflow:hidden;display:block; }
#Zn67CKugqCZ3NXuHTA6On2fZy3yql9xF { color:#f2f2f2;display:block;width:17.9375rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:12.1875rem;left:53.4375rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qWf5cKR7cT03vB9eNAsX5ELyxRgCWGn5 { color:#d6f702;display:block;width:6rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:15.3125rem;left:53.4375rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#H6raasqFp93lIOt4nS4ZIRJT5GKzQGeG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d6f702;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#H6raasqFp93lIOt4nS4ZIRJT5GKzQGeG > .row .container { background-color: transparent; background-image: none; }#H6raasqFp93lIOt4nS4ZIRJT5GKzQGeG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H6raasqFp93lIOt4nS4ZIRJT5GKzQGeG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H6raasqFp93lIOt4nS4ZIRJT5GKzQGeG > .row .container > .video-iframe-container { display: none; }#H6raasqFp93lIOt4nS4ZIRJT5GKzQGeG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H6raasqFp93lIOt4nS4ZIRJT5GKzQGeG > .row > .video-iframe-container { display: none; }#H6raasqFp93lIOt4nS4ZIRJT5GKzQGeG > .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); }#H6raasqFp93lIOt4nS4ZIRJT5GKzQGeG > .row .container { border-width: 0; border-radius: 0; }#H6raasqFp93lIOt4nS4ZIRJT5GKzQGeG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H6raasqFp93lIOt4nS4ZIRJT5GKzQGeG > .row .container { font-size:0.875rem;font-family:arial;height:6.0625rem;width:75rem;position:relative;display:block; }#KkVwiU715ooR3pshV00N3A7JWtmU44iM { color:#1e1e32;display:block;width:34.1875rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:2.21875rem;left:20.40625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vtxTG99pDkPXgCtyUWq1BWFM1pGyrV2O { position:relative;display:block; }#vtxTG99pDkPXgCtyUWq1BWFM1pGyrV2O { background-color: transparent; background-image: none; }#vtxTG99pDkPXgCtyUWq1BWFM1pGyrV2O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vtxTG99pDkPXgCtyUWq1BWFM1pGyrV2O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vtxTG99pDkPXgCtyUWq1BWFM1pGyrV2O > .row .container > .video-iframe-container { display: none; }#vtxTG99pDkPXgCtyUWq1BWFM1pGyrV2O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vtxTG99pDkPXgCtyUWq1BWFM1pGyrV2O > .row > .video-iframe-container { display: none; }#vtxTG99pDkPXgCtyUWq1BWFM1pGyrV2O > .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); }#vtxTG99pDkPXgCtyUWq1BWFM1pGyrV2O { border-width: 0; border-radius: 0; }#vtxTG99pDkPXgCtyUWq1BWFM1pGyrV2O > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#vtxTG99pDkPXgCtyUWq1BWFM1pGyrV2O > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#d6f702;background-image:none;font-size:0.875rem;font-family:arial;height:9.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#fEgpUfJJgD7mTDb8stGO4IClJ59kslBw { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.1875rem;width:12.5625rem;top:1.53125rem;left:3.09375rem;overflow:hidden;display:block; }
#srzPR3F2R6DxZVcq6SO8TOQTHSLyvdIE { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.1875rem;width:12.5625rem;top:1.5625rem;left:21.84375rem;overflow:hidden;display:block; }
#aBtK5ASwCTEQQ3fwWhbs8uTeEP31Obp2 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.1875rem;width:12.5625rem;top:1.5625rem;left:40.59375rem;overflow:hidden;display:block; }
#Z50S2COxFcs1VlEIwG3mvyulXX0wiqi3 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.1875rem;width:12.5625rem;top:1.5625rem;left:59.34375rem;overflow:hidden;display:block; }
#UccAJtwsiwZLJKVbQGxrZhiBkLwN6UL0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d6f702;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UccAJtwsiwZLJKVbQGxrZhiBkLwN6UL0 > .row .container { background-color: transparent; background-image: none; }#UccAJtwsiwZLJKVbQGxrZhiBkLwN6UL0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UccAJtwsiwZLJKVbQGxrZhiBkLwN6UL0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UccAJtwsiwZLJKVbQGxrZhiBkLwN6UL0 > .row .container > .video-iframe-container { display: none; }#UccAJtwsiwZLJKVbQGxrZhiBkLwN6UL0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UccAJtwsiwZLJKVbQGxrZhiBkLwN6UL0 > .row > .video-iframe-container { display: none; }#UccAJtwsiwZLJKVbQGxrZhiBkLwN6UL0 > .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); }#UccAJtwsiwZLJKVbQGxrZhiBkLwN6UL0 > .row .container { border-width: 0; border-radius: 0; }#UccAJtwsiwZLJKVbQGxrZhiBkLwN6UL0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UccAJtwsiwZLJKVbQGxrZhiBkLwN6UL0 > .row .container { font-size:0.875rem;font-family:arial;height:44.5rem;width:75rem;position:relative;display:block; }#rDGat2BvTLkCflA9ScuxfCqTcqRtE7N7 { color:#1e1e32;display:block;width:25.125rem;position:absolute;font-family:rubik;font-size:3.125rem;font-weight:normal;z-index:15003;line-height:1.1;letter-spacing:0;top:4.875rem;left:39.5625rem;height:6.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#x3noKo4R16P7boxzxUrGseM4xwIPZVI1 { color:#1e1e32;display:block;width:32.0625rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:13.6875rem;left:39.5625rem;height:27.62085625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#toT9XWieZywvcodgTcFmSPx22dq0IxSL { position:absolute;display:block;z-index:15021;border-top:0.0625rem solid #1e1e32;border-left:0.0625rem solid #1e1e32;border-right:0.0625rem solid #1e1e32;border-bottom:0.0625rem solid #1e1e32;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:25.6875rem;width:26.3125rem;top:4.5rem;left:5rem;overflow:hidden;display:block; }
#kFLvUM6wQkExBhAyHiAe82nc49qfOx8v { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d6f702;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kFLvUM6wQkExBhAyHiAe82nc49qfOx8v > .row .container { background-color: transparent; background-image: none; }#kFLvUM6wQkExBhAyHiAe82nc49qfOx8v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kFLvUM6wQkExBhAyHiAe82nc49qfOx8v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kFLvUM6wQkExBhAyHiAe82nc49qfOx8v > .row .container > .video-iframe-container { display: none; }#kFLvUM6wQkExBhAyHiAe82nc49qfOx8v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kFLvUM6wQkExBhAyHiAe82nc49qfOx8v > .row > .video-iframe-container { display: none; }#kFLvUM6wQkExBhAyHiAe82nc49qfOx8v > .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); }#kFLvUM6wQkExBhAyHiAe82nc49qfOx8v > .row .container { border-width: 0; border-radius: 0; }#kFLvUM6wQkExBhAyHiAe82nc49qfOx8v > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kFLvUM6wQkExBhAyHiAe82nc49qfOx8v > .row .container { font-size:0.875rem;font-family:arial;height:6.0625rem;width:75rem;position:relative;display:block; }#uJWTgIgbvWyE7K0TRdaqNs2GJB3nu4Fz { color:#1e1e32;display:block;width:37.8125rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:2.1875rem;left:18.75rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eI1OzDfTE6RswcPThDB12aqVQQUk85aB { position:relative;display:block; }#eI1OzDfTE6RswcPThDB12aqVQQUk85aB { background-color: transparent; background-image: none; }#eI1OzDfTE6RswcPThDB12aqVQQUk85aB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eI1OzDfTE6RswcPThDB12aqVQQUk85aB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eI1OzDfTE6RswcPThDB12aqVQQUk85aB > .row .container > .video-iframe-container { display: none; }#eI1OzDfTE6RswcPThDB12aqVQQUk85aB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eI1OzDfTE6RswcPThDB12aqVQQUk85aB > .row > .video-iframe-container { display: none; }#eI1OzDfTE6RswcPThDB12aqVQQUk85aB > .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); }#eI1OzDfTE6RswcPThDB12aqVQQUk85aB { border-width: 0; border-radius: 0; }#eI1OzDfTE6RswcPThDB12aqVQQUk85aB > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#eI1OzDfTE6RswcPThDB12aqVQQUk85aB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#d6f702;background-image:none;font-size:0.875rem;font-family:arial;height:9.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#m5wvxozOV0ago2N4ngdr7MhpJCoJDg68 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.1875rem;width:12.5625rem;top:1.53125rem;left:3.09375rem;overflow:hidden;display:block; }
#M3pyVfxp7rVlGX0diABT8fxENJp7ES10 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.1875rem;width:12.5625rem;top:1.5625rem;left:21.84375rem;overflow:hidden;display:block; }
#VrFSICa68OAWokNrfRbTN8CPM3hPnfX5 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.1875rem;width:12.5625rem;top:1.5625rem;left:40.59375rem;overflow:hidden;display:block; }
#RJJoVsu9dT0CpvFBwR5rpnCpqJHsSKP2 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.1875rem;width:12.5625rem;top:1.5625rem;left:59.34375rem;overflow:hidden;display:block; }
#llwE36zJTJCzuA8LdqLnoprI3Tz7R6Fc { position:relative;display:block; }#llwE36zJTJCzuA8LdqLnoprI3Tz7R6Fc { background-color: transparent; background-image: none; }#llwE36zJTJCzuA8LdqLnoprI3Tz7R6Fc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#llwE36zJTJCzuA8LdqLnoprI3Tz7R6Fc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#llwE36zJTJCzuA8LdqLnoprI3Tz7R6Fc > .row .container > .video-iframe-container { display: none; }#llwE36zJTJCzuA8LdqLnoprI3Tz7R6Fc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#llwE36zJTJCzuA8LdqLnoprI3Tz7R6Fc > .row > .video-iframe-container { display: none; }#llwE36zJTJCzuA8LdqLnoprI3Tz7R6Fc > .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); }#llwE36zJTJCzuA8LdqLnoprI3Tz7R6Fc { border-width: 0; border-radius: 0; }#llwE36zJTJCzuA8LdqLnoprI3Tz7R6Fc > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#llwE36zJTJCzuA8LdqLnoprI3Tz7R6Fc > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#d6f702;background-image:none;font-size:0.875rem;font-family:arial;height:26.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Azd5WEiSTEqLbA5yKS9xQ83TaA0HkA0f { position:absolute;display:block;z-index:15023;border-top:0.0625rem solid #1e1e32;border-left:0.0625rem solid #1e1e32;border-right:0.0625rem solid #1e1e32;border-bottom:0.0625rem solid #1e1e32;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:17.5rem;width:17.5rem;top:4.3125rem;left:3.625rem;overflow:hidden;display:block; }
#PISk5mkHTVxHyQ8Me82dlD89rZHFV7li { position:absolute;display:block;z-index:15024;border-top:0.0625rem solid #1e1e32;border-left:0.0625rem solid #1e1e32;border-right:0.0625rem solid #1e1e32;border-bottom:0.0625rem solid #1e1e32;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:17.5rem;width:17.5rem;top:4.3125rem;left:28.75rem;overflow:hidden;display:block; }
#MQ55kl73N3wfMTDBMVzumv9yeo6S8LEr { position:absolute;display:block;z-index:15025;border-top:0.0625rem solid #1e1e32;border-left:0.0625rem solid #1e1e32;border-right:0.0625rem solid #1e1e32;border-bottom:0.0625rem solid #1e1e32;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:17.5rem;width:17.5rem;top:4.3125rem;left:53.75rem;overflow:hidden;display:block; }
#iln1HyKDP9ETQVhwEkJJawGafsgipp4X { position:relative;display:block; }#iln1HyKDP9ETQVhwEkJJawGafsgipp4X { background-color: transparent; background-image: none; }#iln1HyKDP9ETQVhwEkJJawGafsgipp4X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iln1HyKDP9ETQVhwEkJJawGafsgipp4X > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iln1HyKDP9ETQVhwEkJJawGafsgipp4X > .row .container > .video-iframe-container { display: none; }#iln1HyKDP9ETQVhwEkJJawGafsgipp4X > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iln1HyKDP9ETQVhwEkJJawGafsgipp4X > .row > .video-iframe-container { display: none; }#iln1HyKDP9ETQVhwEkJJawGafsgipp4X > .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); }#iln1HyKDP9ETQVhwEkJJawGafsgipp4X { border-width: 0; border-radius: 0; }#iln1HyKDP9ETQVhwEkJJawGafsgipp4X > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#iln1HyKDP9ETQVhwEkJJawGafsgipp4X > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#d6f702;background-image:none;font-size:0.875rem;font-family:arial;height:26.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#vPdr4K2xQkH7SRwCTSLuLW68vUqFAxzp { position:absolute;display:block;z-index:15023;border-top:0.0625rem solid #1e1e32;border-left:0.0625rem solid #1e1e32;border-right:0.0625rem solid #1e1e32;border-bottom:0.0625rem solid #1e1e32;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:17.5rem;width:17.5rem;top:4.3125rem;left:3.625rem;overflow:hidden;display:block; }
#W0BzPQ3ynqdGzV51rkKTrEO0a4MenPVU { position:absolute;display:block;z-index:15024;border-top:0.0625rem solid #1e1e32;border-left:0.0625rem solid #1e1e32;border-right:0.0625rem solid #1e1e32;border-bottom:0.0625rem solid #1e1e32;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:17.5rem;width:17.5rem;top:4.3125rem;left:28.75rem;overflow:hidden;display:block; }
#dP33iDgBqXttuVqim5pxuVrNykVDKToE { position:absolute;display:block;z-index:15025;border-top:0.0625rem solid #1e1e32;border-left:0.0625rem solid #1e1e32;border-right:0.0625rem solid #1e1e32;border-bottom:0.0625rem solid #1e1e32;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:17.5rem;width:17.5rem;top:4.3125rem;left:53.75rem;overflow:hidden;display:block; }
#Qs8vNNv2QeI0Gz9p0ny1mSx1VxZVdGIs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d6f702;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Qs8vNNv2QeI0Gz9p0ny1mSx1VxZVdGIs > .row .container { background-color: transparent; background-image: none; }#Qs8vNNv2QeI0Gz9p0ny1mSx1VxZVdGIs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qs8vNNv2QeI0Gz9p0ny1mSx1VxZVdGIs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qs8vNNv2QeI0Gz9p0ny1mSx1VxZVdGIs > .row .container > .video-iframe-container { display: none; }#Qs8vNNv2QeI0Gz9p0ny1mSx1VxZVdGIs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qs8vNNv2QeI0Gz9p0ny1mSx1VxZVdGIs > .row > .video-iframe-container { display: none; }#Qs8vNNv2QeI0Gz9p0ny1mSx1VxZVdGIs > .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); }#Qs8vNNv2QeI0Gz9p0ny1mSx1VxZVdGIs > .row .container { border-width: 0; border-radius: 0; }#Qs8vNNv2QeI0Gz9p0ny1mSx1VxZVdGIs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Qs8vNNv2QeI0Gz9p0ny1mSx1VxZVdGIs > .row .container { font-size:0.875rem;font-family:arial;height:48.875rem;width:75rem;position:relative;display:block; }#HFFvyDJgy8BiW1TcwvnKbaDQwNfKH5DE { color:#1e1e32;display:block;width:31.5rem;position:absolute;font-family:rubik;font-size:3.125rem;font-weight:normal;z-index:15003;line-height:1.1;letter-spacing:0;top:4.875rem;left:39.5625rem;height:6.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VnTKT92RXFdoy7WGRdUWF8ykQGqNVRx7 { color:#1e1e32;display:block;width:32.0625rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:13.6875rem;left:39.5625rem;height:22.74653125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wEsbOCC9is2NcLsvuskhaxgdZAlMEWDy { position:absolute;display:block;z-index:15021;border-top:0.0625rem solid #1e1e32;border-left:0.0625rem solid #1e1e32;border-right:0.0625rem solid #1e1e32;border-bottom:0.0625rem solid #1e1e32;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:39.4375rem;width:26.3125rem;top:3.875rem;left:5.53125rem;overflow:hidden;display:block; }
#tHaFnSx2KOwTMbhpZ2VSU7o61xCwH831 { background-color:transparent;background-image:none;border-top:0.0625rem solid #1e1e32;border-left:0.0625rem solid #1e1e32;border-right:0.0625rem solid #1e1e32;border-bottom:0.0625rem solid #1e1e32;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;box-sizing:border-box;color:#1e1e32;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:12.5rem;height:3.125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:39rem;left:39.5625rem;display:block; }
#V2eHEKc4JC9XADyauiqo7RrTVmwFE9gQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QHLSnpNlK0B65LniT1ovwoHn5CqoaoLs { background-color:transparent;background-image:none;border-top:0.0625rem solid #1e1e32;border-left:0.0625rem solid #1e1e32;border-right:0.0625rem solid #1e1e32;border-bottom:0.0625rem solid #1e1e32;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;box-sizing:border-box;color:#1e1e32;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:12.5rem;height:3.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:39rem;left:53.25rem;display:block; }
#nKNXuCcilm1OeVG7J28qKy4DdHehAhEk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sD2Sosq3t0PTRGDQPQickioVdv7QExpI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d6f702;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sD2Sosq3t0PTRGDQPQickioVdv7QExpI > .row .container { background-color: transparent; background-image: none; }#sD2Sosq3t0PTRGDQPQickioVdv7QExpI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sD2Sosq3t0PTRGDQPQickioVdv7QExpI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sD2Sosq3t0PTRGDQPQickioVdv7QExpI > .row .container > .video-iframe-container { display: none; }#sD2Sosq3t0PTRGDQPQickioVdv7QExpI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sD2Sosq3t0PTRGDQPQickioVdv7QExpI > .row > .video-iframe-container { display: none; }#sD2Sosq3t0PTRGDQPQickioVdv7QExpI > .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); }#sD2Sosq3t0PTRGDQPQickioVdv7QExpI > .row .container { border-width: 0; border-radius: 0; }#sD2Sosq3t0PTRGDQPQickioVdv7QExpI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sD2Sosq3t0PTRGDQPQickioVdv7QExpI > .row .container { font-size:0.875rem;font-family:arial;height:8.25rem;width:75rem;position:relative;display:block; }#fub0up3TT8pgnLMr9tvINgyea1ahg17M { position:absolute;display:block;z-index:15006;height:7.625rem;width:75rem;top:0.3125rem;left:0rem;display:block; }
#MOdy1Jr17ubX8l3yl5HoAkfVvUOEGvTA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1e1e32;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MOdy1Jr17ubX8l3yl5HoAkfVvUOEGvTA > .row .container { background-color: transparent; background-image: none; }#MOdy1Jr17ubX8l3yl5HoAkfVvUOEGvTA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MOdy1Jr17ubX8l3yl5HoAkfVvUOEGvTA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MOdy1Jr17ubX8l3yl5HoAkfVvUOEGvTA > .row .container > .video-iframe-container { display: none; }#MOdy1Jr17ubX8l3yl5HoAkfVvUOEGvTA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MOdy1Jr17ubX8l3yl5HoAkfVvUOEGvTA > .row > .video-iframe-container { display: none; }#MOdy1Jr17ubX8l3yl5HoAkfVvUOEGvTA > .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); }#MOdy1Jr17ubX8l3yl5HoAkfVvUOEGvTA > .row .container { border-width: 0; border-radius: 0; }#MOdy1Jr17ubX8l3yl5HoAkfVvUOEGvTA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MOdy1Jr17ubX8l3yl5HoAkfVvUOEGvTA > .row .container { font-size:0.875rem;font-family:arial;height:24.125rem;width:75rem;position:relative;display:block; }#VNmPFIASqATslVxcvxAOpMxeoW6vhVRU { color:#f2f2f2;display:block;width:40.8125rem;position:absolute;font-family:rubik;font-size:1.875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:4.1875rem;left:5.8125rem;height:4.8742625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KZuXGoLEHIiZcGnlc8ye0BZ9FknVyxz2 { color:#f2f2f2;display:block;width:50.75rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:11.125rem;left:5.8125rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#R0zkN112Wxo6Iessq6Eotl4V0vueycFT { background-color:transparent;background-image:none;border-top:0.0625rem solid #d7e329;border-left:0.0625rem solid #d7e329;border-right:0.0625rem solid #d7e329;border-bottom:0.0625rem solid #d7e329;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:15.625rem;height:3.125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:16.875rem;left:5.8125rem;display:block; }
#kDvuVdL2y8DT9A7KUPIUczGmVoF4FhuK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TtmerMVUbPePaTL0avsEmdItmASPoTs1 { background-color:transparent;background-image:none;border-top:0.0625rem solid #d7e329;border-left:0.0625rem solid #d7e329;border-right:0.0625rem solid #d7e329;border-bottom:0.0625rem solid #d7e329;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:18rem;height:3.125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:16.875rem;left:24.0625rem;display:block; }
#IL9dg3VzdN0M8M3Tz7y95U019ExBNUpq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#i9SuLgwCRIxbdGPHb5UlXpRw1PCve2bc { background-color:transparent;background-image:none;border-top:0.0625rem solid #d7e329;border-left:0.0625rem solid #d7e329;border-right:0.0625rem solid #d7e329;border-bottom:0.0625rem solid #d7e329;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:16.875rem;height:3.125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:16.875rem;left:44.15625rem;display:block; }
#t0cHqabaQp3HSCpR09cfXQL1By9mtgKi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qUPrc4vV2OeCfeV6JNit3Tzuqz83ILel { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1e1e32;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qUPrc4vV2OeCfeV6JNit3Tzuqz83ILel > .row .container { background-color: transparent; background-image: none; }#qUPrc4vV2OeCfeV6JNit3Tzuqz83ILel::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qUPrc4vV2OeCfeV6JNit3Tzuqz83ILel > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qUPrc4vV2OeCfeV6JNit3Tzuqz83ILel > .row .container > .video-iframe-container { display: none; }#qUPrc4vV2OeCfeV6JNit3Tzuqz83ILel > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qUPrc4vV2OeCfeV6JNit3Tzuqz83ILel > .row > .video-iframe-container { display: none; }#qUPrc4vV2OeCfeV6JNit3Tzuqz83ILel > .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); }#qUPrc4vV2OeCfeV6JNit3Tzuqz83ILel > .row .container { border-width: 0; border-radius: 0; }#qUPrc4vV2OeCfeV6JNit3Tzuqz83ILel > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qUPrc4vV2OeCfeV6JNit3Tzuqz83ILel > .row .container { font-size:0.875rem;font-family:arial;height:6.0625rem;width:75rem;position:relative;display:block; }#OvrsfxVAnybuatZ687q32UJSAwHkSBqG { color:#f2f2f2;display:block;width:27rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:2.25rem;left:23.75rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#O7ghUMG0L6kpR3Xg2CcvVzcrXDRbVe7M { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1e1e32;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#O7ghUMG0L6kpR3Xg2CcvVzcrXDRbVe7M > .row .container { background-color: transparent; background-image: none; }#O7ghUMG0L6kpR3Xg2CcvVzcrXDRbVe7M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O7ghUMG0L6kpR3Xg2CcvVzcrXDRbVe7M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O7ghUMG0L6kpR3Xg2CcvVzcrXDRbVe7M > .row .container > .video-iframe-container { display: none; }#O7ghUMG0L6kpR3Xg2CcvVzcrXDRbVe7M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O7ghUMG0L6kpR3Xg2CcvVzcrXDRbVe7M > .row > .video-iframe-container { display: none; }#O7ghUMG0L6kpR3Xg2CcvVzcrXDRbVe7M > .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); }#O7ghUMG0L6kpR3Xg2CcvVzcrXDRbVe7M > .row .container { border-width: 0; border-radius: 0; }#O7ghUMG0L6kpR3Xg2CcvVzcrXDRbVe7M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O7ghUMG0L6kpR3Xg2CcvVzcrXDRbVe7M > .row .container { font-size:0.875rem;font-family:arial;height:9.3125rem;width:75rem;position:relative;display:block; }#WvFilVDza33i7CiHI3wU5gc1v13Bm5Tw { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.1875rem;width:12.5625rem;top:1.53125rem;left:3.09375rem;overflow:hidden;display:block; }
#xQfRSMlcwt1tUB4B6Q0ihNLNBie9sk3W { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.1875rem;width:12.5625rem;top:1.5625rem;left:21.84375rem;overflow:hidden;display:block; }
#wg4o97dcThd0GqqS2hlB1HFE7BsJA9C0 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.1875rem;width:12.5625rem;top:1.5625rem;left:40.59375rem;overflow:hidden;display:block; }
#kTHhCakMUoQUX3qI944uvpeRW74Naq7v { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.1875rem;width:12.5625rem;top:1.5625rem;left:59.34375rem;overflow:hidden;display:block; }
#Ca5N8JoUCsFAEeUHAneHuRUp9ftMpIDi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1e1e32;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Ca5N8JoUCsFAEeUHAneHuRUp9ftMpIDi > .row .container { background-color: transparent; background-image: none; }#Ca5N8JoUCsFAEeUHAneHuRUp9ftMpIDi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ca5N8JoUCsFAEeUHAneHuRUp9ftMpIDi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ca5N8JoUCsFAEeUHAneHuRUp9ftMpIDi > .row .container > .video-iframe-container { display: none; }#Ca5N8JoUCsFAEeUHAneHuRUp9ftMpIDi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ca5N8JoUCsFAEeUHAneHuRUp9ftMpIDi > .row > .video-iframe-container { display: none; }#Ca5N8JoUCsFAEeUHAneHuRUp9ftMpIDi > .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); }#Ca5N8JoUCsFAEeUHAneHuRUp9ftMpIDi > .row .container { border-width: 0; border-radius: 0; }#Ca5N8JoUCsFAEeUHAneHuRUp9ftMpIDi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ca5N8JoUCsFAEeUHAneHuRUp9ftMpIDi > .row .container { font-size:0.875rem;font-family:arial;height:34.75rem;width:75rem;position:relative;display:block; }#ITo43iGH1KMayL3SSdHfqWR6eR1xTJZG { position:absolute;display:block;z-index:15023;border-top:0.0625rem solid #d6f702;border-left:0.0625rem solid #d6f702;border-right:0.0625rem solid #d6f702;border-bottom:0.0625rem solid #d6f702;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:26.3125rem;width:26.3125rem;top:3.8125rem;left:5.625rem;overflow:hidden;display:block; }
#JhpWBXbB9TGrh4RuKatRE6TXncpL8UtZ { color:#f2f2f2;display:block;width:31.75rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:11.625rem;left:40.375rem;height:16.1228125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UarIMlCXOduQTBQLBAn9KIR9185CK2Rv { color:#f2f2f2;display:block;width:22.625rem;position:absolute;font-family:rubik;font-size:1.5625rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:7.8125rem;left:40.375rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fFUx68co5xARrsienUpuFBki9g01gOQP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1e1e32;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#fFUx68co5xARrsienUpuFBki9g01gOQP > .row .container { border-width: 0; border-radius: 0; }#fFUx68co5xARrsienUpuFBki9g01gOQP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fFUx68co5xARrsienUpuFBki9g01gOQP > .row .container { font-size:0.875rem;font-family:arial;height:15rem;width:75rem;position:relative;display:none; }#Tmts6cpOU2TeF6tI23R73Xh9cv5lnmad { color:#f2f2f2;display:block;width:41.0625rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:4.125rem;left:23.875rem;height:8.125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zSSRFMe5zxQZFmNRfr3AF3kWikQyaMxe { position:absolute;display:block;z-index:15004;border-top:0.0625rem solid #d6f702;border-left:0.0625rem solid #d6f702;border-right:0.0625rem solid #d6f702;border-bottom:0.0625rem solid #d6f702;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:6.25rem;width:6.25rem;top:2.5rem;left:15rem;overflow:hidden;display:block; }
#xSuX42v4P7TMJpsxrwkbH4LPcdwcmdAK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1e1e32;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#xSuX42v4P7TMJpsxrwkbH4LPcdwcmdAK > .row .container { border-width: 0; border-radius: 0; }#xSuX42v4P7TMJpsxrwkbH4LPcdwcmdAK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xSuX42v4P7TMJpsxrwkbH4LPcdwcmdAK > .row .container { font-size:0.875rem;font-family:arial;height:52.4375rem;width:75rem;position:relative;display:none; }#B5wGptADyOiFteMBuWqlTmF5Jiu24rwG { position:absolute;display:block;z-index:15001;background-color:#d6f702;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.9375rem 1.125rem rgba(0,0,0,0.1) ;height:3.75rem;width:3.75rem;top:41.8125rem;left:3.75rem;display:block; }
#gkpoTElniSTkW2PsvASPA0qZ8kWHLW0T { color:#1e1e32;display:block;width:3.75rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:42.875rem;left:3.75rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#r4wMlrgEqtbKxOLRaz3p8GQibfCxyXJh { color:#ffffff;display:block;width:10.375rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:34.5625rem;left:15.5625rem;height:1.75rem;font-style:normal;display:block; }
#Gdd2VSSkvTTm6z2Gaf7eBMFrbIbrutcI { color:#ffffff;display:block;width:17.8125rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:38.6875rem;left:15.5625rem;height:3.65625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lwbxxdXlKRG9upkVvcFOBkSuDiUe6nE1 { color:#ffffff;display:block;width:19rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:38.6875rem;left:53.4375rem;height:3.65625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TJ13nPRhD4SgVrFa46tWSemkKdce1qBR { position:absolute;display:block;z-index:15010;border-top:0.125rem solid #d6f702;border-left:0.125rem solid #d6f702;border-right:0.125rem solid #d6f702;border-bottom:0.125rem solid #d6f702;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:10.5rem;width:10.5rem;top:33.8125rem;left:41.875rem;overflow:hidden;display:block; }
#dRJANFW25qC6MLuOL8SUyuWP6maF1FJd { color:#ffffff;display:block;width:17.124rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:34.5625rem;left:53.5rem;height:1.75rem;font-style:normal;display:block; }
#OsB5tlb3KaG1PPkG37W3hwXxud3EBsLr { position:absolute;display:block;z-index:15012;background-color:#d6f702;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.9375rem 1.125rem rgba(0,0,0,0.1) ;height:3.75rem;width:3.75rem;top:41.8125rem;left:41.25rem;display:block; }
#vTKX9efz3NAAtdXdINF0fdsDyoT4OIZG { color:#1e1e32;display:block;width:3.75rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:42.875rem;left:41.25rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#unELEHHFUwuB5eMHctekvx0MMzJJeSdB { color:#ffffff;display:block;width:18rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:36.125rem;left:53.5rem;height:1.57470625rem;font-style:normal;display:block; }
#vTNoODEflEswzE7tNXXy2r4lOg9cfi0Z { color:#ffffff;display:block;width:10.8125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:36.125rem;left:15.625rem;height:1.57470625rem;font-style:normal;display:block; }
#nKWul5UnmUbITTU4FlM9GmQPwBkazbqK { position:absolute;display:block;z-index:15000;border-top:0.125rem solid #d6f702;border-left:0.125rem solid #d6f702;border-right:0.125rem solid #d6f702;border-bottom:0.125rem solid #d6f702;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:10.3125rem;width:10.3125rem;top:33.8125rem;left:4rem;overflow:hidden;display:block; }
#HnFAfUeARV2TtQW2447dumvxABxBCEL9 { position:absolute;display:block;z-index:14999;border-top:0.125rem solid #d6f702;border-left:0.125rem solid #d6f702;border-right:0.125rem solid #d6f702;border-bottom:0.125rem solid #d6f702;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:10.6875rem;width:10.6875rem;top:13.0625rem;left:3.6875rem;overflow:hidden;display:block; }
#FB2iOQJcngnLD9k0JS3EbCeoN6nF0LAL { background-color:transparent;background-image:url("https://images.assets-landingi.com/oOMDDFCV/insta.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:1.875rem;height:1.875rem;text-decoration:none;z-index:14996;text-align:center;text-align-last:center;top:26.25rem;left:18rem;display:block; }#FB2iOQJcngnLD9k0JS3EbCeoN6nF0LAL.adaptive-delivery-prevent-bg, #FB2iOQJcngnLD9k0JS3EbCeoN6nF0LAL.lazyload, #FB2iOQJcngnLD9k0JS3EbCeoN6nF0LAL.lazyloading { background-image: none; }
#GzSWZwrpAMxBAVKxPqaiksJ6wyKyp20L { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WXsEwzJmP74TJnlbzRaA4onMBkJQnCVw { background-color:transparent;background-image:url("https://images.assets-landingi.com/uOrYpRDr/yt.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:1.84375rem;height:1.84375rem;text-decoration:none;z-index:14997;text-align:center;text-align-last:center;top:26.25rem;left:15.625rem;display:block; }#WXsEwzJmP74TJnlbzRaA4onMBkJQnCVw.adaptive-delivery-prevent-bg, #WXsEwzJmP74TJnlbzRaA4onMBkJQnCVw.lazyload, #WXsEwzJmP74TJnlbzRaA4onMBkJQnCVw.lazyloading { background-image: none; }
#sGaTS6CbErfbaTfTdALXb1hFfGgG4NhL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FI9ZAJ3JQaQTLVozumdX1lnKEoOiUJB1 { color:#ffffff;display:block;width:19rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:18.25rem;left:15.5625rem;height:3.65625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mqcr6FB4xOn18z5T6GxXep72MHsIMBku { color:#ffffff;display:block;width:9.8125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:15.6875rem;left:15.625rem;height:1.57470625rem;font-style:normal;display:block; }
#KJQxDOLIJgeqK8bJF50Ube6ksLHHAMAI { background-color:transparent;background-image:url("https://images.assets-landingi.com/Bh3E4HBg/face.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:1.875rem;height:1.875rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:26.25rem;left:20.25rem;display:block; }#KJQxDOLIJgeqK8bJF50Ube6ksLHHAMAI.adaptive-delivery-prevent-bg, #KJQxDOLIJgeqK8bJF50Ube6ksLHHAMAI.lazyload, #KJQxDOLIJgeqK8bJF50Ube6ksLHHAMAI.lazyloading { background-image: none; }
#MrL4J2Lwgg7DuXKczboJoqWhka3NsA7h { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BixgOJ4pi75p9HmWpcI5GHwEifItqFcW { color:#ffffff;display:block;width:17.8125rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:18.25rem;left:53.4375rem;height:3.65625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TT19129pQyf5S6FZGfXhQnhPWTW5OD8O { position:absolute;display:block;z-index:15010;border-top:0.125rem solid #d6f702;border-left:0.125rem solid #d6f702;border-right:0.125rem solid #d6f702;border-bottom:0.125rem solid #d6f702;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:10.5rem;width:10.5rem;top:13.3125rem;left:41.8125rem;overflow:hidden;display:block; }
#vVZ3m7c5GpVLk4n3BVCzZmwLMtDXxdnX { color:#ffffff;display:block;width:12.1875rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:15.6875rem;left:53.5rem;height:1.57470625rem;font-style:normal;display:block; }
#hRvFXd53ZLl4puNtkH9z5H7hGatHT7vD { position:absolute;display:block;z-index:15001;background-color:#d6f702;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.9375rem 1.125rem rgba(0,0,0,0.1) ;height:3.75rem;width:3.75rem;top:13.125rem;left:3.75rem;display:block; }
#tPvnT45NTtfz0qnKHfLUJaFTAy8pDLTa { position:absolute;display:block;z-index:15012;background-color:#d6f702;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.9375rem 1.125rem rgba(0,0,0,0.1) ;height:3.75rem;width:3.75rem;top:13.125rem;left:41.625rem;display:block; }
#yc7tzfSapxOGo79gvrexubDMVEV2GBV2 { color:#1e1e32;display:block;width:3.75rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:14.125rem;left:3.6875rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BSr8wu84lp4ybfRD6hz7JJOBGvC4J61K { color:#ffffff;display:block;width:10.8125rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:14.125rem;left:15.5625rem;height:1.75rem;font-style:normal;display:block; }
#wh0oqz0PPIqd4Bqfut3Kpnh48mPaMCIK { color:#ffffff;display:block;width:11.125rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:14.125rem;left:53.5rem;height:1.75rem;font-style:normal;display:block; }
#s2DlpNEbbVWVUDwBCW7Dq7NyQEpoRPmz { color:#1e1e32;display:block;width:3.75rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:14.125rem;left:41.625rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mAxHBONcvBQ3J3MgWzOQscrxh3CSbL0k { color:#ffffff;display:block;width:27.875rem;position:absolute;font-family:rubik;font-size:1.875rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:4.125rem;left:3.75rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#scZOhhKPlD78WS0CCrwk1K4JrrAwqZvB { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:9.25rem;height:2.5rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:22.8125rem;left:15.0625rem;display:block; }
#igcfOHalCMIKexcxmFuZs8XoWcI7kT27 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kNziw7RndJZSR6TBKzSuNIuzA3nD3eiU { background-color:transparent;background-image:url("https://images.assets-landingi.com/oOMDDFCV/insta.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:1.875rem;height:1.875rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:26.3125rem;left:55.875rem;display:block; }#kNziw7RndJZSR6TBKzSuNIuzA3nD3eiU.adaptive-delivery-prevent-bg, #kNziw7RndJZSR6TBKzSuNIuzA3nD3eiU.lazyload, #kNziw7RndJZSR6TBKzSuNIuzA3nD3eiU.lazyloading { background-image: none; }
#WWmORHsrMsqXgxtSGaOiaGwCeoQr3Sgf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rWAU9OmTadFktHvaoXSFC4dGRBiVA1DR { background-color:transparent;background-image:url("https://images.assets-landingi.com/Bh3E4HBg/face.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:1.875rem;height:1.875rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:26.3125rem;left:58.125rem;display:block; }#rWAU9OmTadFktHvaoXSFC4dGRBiVA1DR.adaptive-delivery-prevent-bg, #rWAU9OmTadFktHvaoXSFC4dGRBiVA1DR.lazyload, #rWAU9OmTadFktHvaoXSFC4dGRBiVA1DR.lazyloading { background-image: none; }
#dAtiqChmfto072TmgXv9qiB0zK9dQXBd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XaLnPHRTNwused35Wq2hpJRL2eFZZHcH { background-color:transparent;background-image:url("https://images.assets-landingi.com/uOrYpRDr/yt.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:1.84375rem;height:1.84375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:26.3125rem;left:53.5rem;display:block; }#XaLnPHRTNwused35Wq2hpJRL2eFZZHcH.adaptive-delivery-prevent-bg, #XaLnPHRTNwused35Wq2hpJRL2eFZZHcH.lazyload, #XaLnPHRTNwused35Wq2hpJRL2eFZZHcH.lazyloading { background-image: none; }
#wMkTgmponf3X4JwTwLWPlliTr7gTvuMo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lJ3hZrDVNAT5TtPcTVkeouSr8vqbhG1A { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:9.25rem;height:2.5rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:22.875rem;left:52.9375rem;display:block; }
#uemGa35rLtrM9wfBDikhMkWKsc1ROMBp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Lrh6LlsL11C3B209z4zEQmIh0HF35Zqt { background-color:transparent;background-image:url("https://images.assets-landingi.com/oOMDDFCV/insta.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:1.875rem;height:1.875rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:46.625rem;left:17.9375rem;display:block; }#Lrh6LlsL11C3B209z4zEQmIh0HF35Zqt.adaptive-delivery-prevent-bg, #Lrh6LlsL11C3B209z4zEQmIh0HF35Zqt.lazyload, #Lrh6LlsL11C3B209z4zEQmIh0HF35Zqt.lazyloading { background-image: none; }
#gXWSigPT8CvRKLCmNDNbDmBa5Lvg64oV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#l63L76VH2D6eapUOm89ePfky22PCsLhu { background-color:transparent;background-image:url("https://images.assets-landingi.com/Bh3E4HBg/face.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:1.875rem;height:1.875rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:46.625rem;left:20.1875rem;display:block; }#l63L76VH2D6eapUOm89ePfky22PCsLhu.adaptive-delivery-prevent-bg, #l63L76VH2D6eapUOm89ePfky22PCsLhu.lazyload, #l63L76VH2D6eapUOm89ePfky22PCsLhu.lazyloading { background-image: none; }
#nAy1c9PrfkwHio2EfpDLFIWII7BTaL6I { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#exucxi6wmMn691mpXahFU7ClVGGvMDJR { background-color:transparent;background-image:url("https://images.assets-landingi.com/uOrYpRDr/yt.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:1.84375rem;height:1.84375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:46.625rem;left:15.5625rem;display:block; }#exucxi6wmMn691mpXahFU7ClVGGvMDJR.adaptive-delivery-prevent-bg, #exucxi6wmMn691mpXahFU7ClVGGvMDJR.lazyload, #exucxi6wmMn691mpXahFU7ClVGGvMDJR.lazyloading { background-image: none; }
#gONnPwnW38Edn6c3O95BXFoHz2ZAcZuM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#m6VS6Ts8IvrZktRp3c7QDRQMCbXO9PNa { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:9.25rem;height:2.5rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:43.1875rem;left:15rem;display:block; }
#ZkPdw2avS2TAwfOHQlpSqVeVkay6METU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ywbgoZXZ2pDDnsrpht72ZdbTNHDmJlJS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1e1e32;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#ywbgoZXZ2pDDnsrpht72ZdbTNHDmJlJS > .row .container { border-width: 0; border-radius: 0; }#ywbgoZXZ2pDDnsrpht72ZdbTNHDmJlJS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ywbgoZXZ2pDDnsrpht72ZdbTNHDmJlJS > .row .container { font-size:0.875rem;font-family:arial;height:45.125rem;width:75rem;position:relative;display:none; }#Kc1ry81RwcCXcOCgEx6yWNDd1tFewlKI { position:absolute;display:block;z-index:15001;background-color:#d6f702;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.9375rem 1.125rem rgba(0,0,0,0.1) ;height:3.75rem;width:3.75rem;top:33.375rem;left:3.75rem;display:block; }
#s4S2twwLem9HOzJi7elJGJkcR0FkKJeR { color:#1e1e32;display:block;width:3.75rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:34.4375rem;left:3.75rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hFPuTwFNcL6cTivVHksb23G3PHh5zMoJ { color:#ffffff;display:block;width:12.3125rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:26.125rem;left:15.5625rem;height:1.75rem;font-style:normal;display:block; }
#UUHpen1ox2p9lJO3fkI9gshZlLcoA4su { color:#ffffff;display:block;width:19.4375rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:30.25rem;left:15.5625rem;height:3.65625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TgkkV1B7NeFPlN6XkzfqHqTHuN9JK7bd { color:#ffffff;display:block;width:18rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:27.6875rem;left:15.625rem;height:1.57470625rem;font-style:normal;display:block; }
#fVs3l3n6k8oV5fCXNTmQbRrVfpPBDxUp { position:absolute;display:block;z-index:15000;border-top:0.125rem solid #d6f702;border-left:0.125rem solid #d6f702;border-right:0.125rem solid #d6f702;border-bottom:0.125rem solid #d6f702;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:10.3125rem;width:10.3125rem;top:25.375rem;left:4rem;overflow:hidden;display:block; }
#cSRKNDT0sWkSD1x2aahfw0kKWVfBwr2O { position:absolute;display:block;z-index:14999;border-top:0.125rem solid #d6f702;border-left:0.125rem solid #d6f702;border-right:0.125rem solid #d6f702;border-bottom:0.125rem solid #d6f702;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:10.6875rem;width:10.6875rem;top:4.8125rem;left:3.8125rem;overflow:hidden;display:block; }
#JVnxEfea99dMDKwl0BainHSiiFiSxqxA { color:#ffffff;display:block;width:17.8125rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:9.8125rem;left:15.5625rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IkX4TpiEKDnoDk5uuunebCcT2a8lsTGV { color:#ffffff;display:block;width:15.6875rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:7.25rem;left:15.625rem;height:1.57470625rem;font-style:normal;display:block; }
#TuGVN4f2C8H7TTVWvnV8yNfEBuv5yJEn { color:#ffffff;display:block;width:17.8125rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:9.8125rem;left:53.4375rem;height:3.65625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vLLPlgNPlJNmxv4oFDNW9yswZugnHPTy { position:absolute;display:block;z-index:15010;border-top:0.125rem solid #d6f702;border-left:0.125rem solid #d6f702;border-right:0.125rem solid #d6f702;border-bottom:0.125rem solid #d6f702;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:10.5rem;width:10.5rem;top:4.875rem;left:41.8125rem;overflow:hidden;display:block; }
#WfK4PEWSyp747nIVypwHD5HsrubOZymO { color:#ffffff;display:block;width:15.5625rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:7.25rem;left:53.5rem;height:1.57470625rem;font-style:normal;display:block; }
#dsO9T1InsuSZzsx8o99U63AABIVzZZgI { position:absolute;display:block;z-index:15001;background-color:#d6f702;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.9375rem 1.125rem rgba(0,0,0,0.1) ;height:3.75rem;width:3.75rem;top:4.6875rem;left:3.75rem;display:block; }
#yr8OCOQinWZIP7HpnmEDiMdoTAtEc9Ke { position:absolute;display:block;z-index:15012;background-color:#d6f702;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.9375rem 1.125rem rgba(0,0,0,0.1) ;height:3.75rem;width:3.75rem;top:4.6875rem;left:41.625rem;display:block; }
#yeJQoxRde1mKpWZ8KodvdBiCM8EPBUCG { color:#1e1e32;display:block;width:3.75rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:5.6875rem;left:3.6875rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yw1OkEqsFvRo3D2u0t6PZhhGW1HcaJ3M { color:#ffffff;display:block;width:14.3125rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:5.6875rem;left:15.5625rem;height:1.75rem;font-style:normal;display:block; }
#mSV62EFynsXfJ9QRTku6J8zlZQbx7Ery { color:#ffffff;display:block;width:12.6875rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:5.6875rem;left:53.5rem;height:1.75rem;font-style:normal;display:block; }
#sTqMdVxK0POqtbWocFmXZc68zERQgnDX { color:#1e1e32;display:block;width:3.75rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:5.6875rem;left:41.5625rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iko4CHoJoyOBUipTB26sAyaGtvOrDDc4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1e1e32;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#iko4CHoJoyOBUipTB26sAyaGtvOrDDc4 > .row .container { background-color: transparent; background-image: none; }#iko4CHoJoyOBUipTB26sAyaGtvOrDDc4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iko4CHoJoyOBUipTB26sAyaGtvOrDDc4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iko4CHoJoyOBUipTB26sAyaGtvOrDDc4 > .row .container > .video-iframe-container { display: none; }#iko4CHoJoyOBUipTB26sAyaGtvOrDDc4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iko4CHoJoyOBUipTB26sAyaGtvOrDDc4 > .row > .video-iframe-container { display: none; }#iko4CHoJoyOBUipTB26sAyaGtvOrDDc4 > .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); }#iko4CHoJoyOBUipTB26sAyaGtvOrDDc4 > .row .container { border-width: 0; border-radius: 0; }#iko4CHoJoyOBUipTB26sAyaGtvOrDDc4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iko4CHoJoyOBUipTB26sAyaGtvOrDDc4 > .row .container { font-size:0.875rem;font-family:arial;height:46.625rem;width:75rem;position:relative;display:block; }#WAeSITmrdMRa03HHOTpdbJsJLthwTNwA { color:#f2f2f2;display:block;width:55.1875rem;position:absolute;font-family:rubik;font-size:3.4375rem;font-weight:normal;z-index:15002;line-height:1;letter-spacing:0;top:5.875rem;left:6.25rem;height:3.4375rem;display:block; }
#T8qeotV9nnzZTKVuVTAT88HTnfVOPdGB { color:#f2f2f2;display:block;width:33.875rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:13rem;left:8.875rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CuldTQCdLcONzlh9CHelQHhJJlUrXruN { color:#f2f2f2;display:block;width:24.625rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:16.875rem;left:8.875rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aMtq5OiBo1H9aaPRa21hxkLM9TtB1hw9 { color:#f2f2f2;display:block;width:23.5rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:20.5625rem;left:8.875rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yhSwgrvqUzb417xTcl8tARzI8T9ZktZs { color:#f2f2f2;display:block;width:32.8125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:24.3125rem;left:8.875rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rZNQTs07JpLHHFrvHkQzSB0coATwE1Bc { color:#f2f2f2;display:block;width:27.3125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:31.6875rem;left:8.875rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rrZmLLF9DHbPIMdM4H5MJmeJ6nDwaeV5 { color:#f2f2f2;display:block;width:32rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:27.9375rem;left:8.875rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fwK01U2JfHQxqlwCNKAvyJe5Xvcgyc3i { color:#f2f2f2;display:block;width:19.3125rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:14.0625rem;left:46.25rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lBsUqlBdBJvWcWqqmTR7qIpZzy2K0Qq6 { color:#f2f2f2;display:block;width:23.625rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:17rem;left:48.75rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XHMDxJqCJSdKxfiiIlt9l3GwkX7ZEN0X { color:#f2f2f2;display:block;width:21.6875rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:19.375rem;left:48.75rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#do0TF2aA0lTlrbihrqLMeg1BPwLKyTgy { color:#f2f2f2;display:block;width:13.4375rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:24.4375rem;left:48.75rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RJcM3lpTkZczBq4SNiA8XIZvPp0HqOSI { color:#f2f2f2;display:block;width:20.5rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:22rem;left:48.75rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RZ6hIIvCaU9tXUCzRHeDkGFyQXlmoHDf { color:#f2f2f2;display:block;width:17.8125rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:29.4375rem;left:48.75rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RtdXKSWw9rPVgR1f23cpBNQq0G67a2TF { color:#f2f2f2;display:block;width:14.125rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:27rem;left:48.75rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ycDVHyECnzZTLQ88u9yr44bT1hhhqJka { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:12.9375rem;left:6.25rem; }
#oNFyhXOhGri5RWKSxa725wlyUNRJN6Hn { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:16.75rem;left:6.3125rem; }
#DegUnkMZrFpuKeyhr20BrpGDka2w8rf8 { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:20.375rem;left:6.3125rem; }
#wtD1AGqbLXiVwnaAXGXXuo7V73QUCIMs { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:24.1875rem;left:6.3125rem; }
#KsMdm8aw5HIVOMOriBXu42iQvx5vPumh { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:27.9375rem;left:6.375rem; }
#wIMnM5etHGZo0Inft5gdkZWv9CVqi4iz { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:31.625rem;left:6.375rem; }
#AuB2VLCyQN39wXwXfsnP2FxRfOH3LKdJ { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:17.0625rem;left:47.0625rem; }
#Jgr5CdBoCw8eLJRnOQ4gyPCMNpRk8UEP { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:19.5625rem;left:47.0625rem; }
#auTwwG7eUBlZtZ2GlEntcCRgASV1RUQH { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:22.0625rem;left:47.0625rem; }
#tE2S8nKOaTr1I0F1ahB8z40gunzQuVml { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:24.5625rem;left:47rem; }
#b5Pvr72enmFdpwVCFscWqMst3nNTQvW8 { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:27.125rem;left:47.0625rem; }
#cu0oS6Ex9refaiA9TZLauXnhmlT7SsqD { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:29.5625rem;left:47.0625rem; }
#BhMztVaS5OUA0Zn1cmfvZwuDQvZ9g8x4 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.4375rem;width:26.4375rem;top:32.875rem;left:55rem;overflow:hidden;display:block; }
#NmTOx4Op8bfazGbJEp412fkMvPIczfsS { background-color:transparent;background-image:none;border-top:0.0625rem solid #d7e329;border-left:0.0625rem solid #d7e329;border-right:0.0625rem solid #d7e329;border-bottom:0.0625rem solid #d7e329;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:16.875rem;height:3.125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:37.25rem;left:6.25rem;display:block; }
#ec3GITK6MzBUT60UhTZTV1eTht5RrCdk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#x3RXGHQNlXSVniGyqV8SVcNVLWrlRRTS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1e1e32;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#x3RXGHQNlXSVniGyqV8SVcNVLWrlRRTS > .row .container { background-color: transparent; background-image: none; }#x3RXGHQNlXSVniGyqV8SVcNVLWrlRRTS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x3RXGHQNlXSVniGyqV8SVcNVLWrlRRTS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x3RXGHQNlXSVniGyqV8SVcNVLWrlRRTS > .row .container > .video-iframe-container { display: none; }#x3RXGHQNlXSVniGyqV8SVcNVLWrlRRTS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x3RXGHQNlXSVniGyqV8SVcNVLWrlRRTS > .row > .video-iframe-container { display: none; }#x3RXGHQNlXSVniGyqV8SVcNVLWrlRRTS > .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); }#x3RXGHQNlXSVniGyqV8SVcNVLWrlRRTS > .row .container { border-width: 0; border-radius: 0; }#x3RXGHQNlXSVniGyqV8SVcNVLWrlRRTS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x3RXGHQNlXSVniGyqV8SVcNVLWrlRRTS > .row .container { font-size:0.875rem;font-family:arial;height:45.375rem;width:75rem;position:relative;display:block; }#FJOBMpV4HygKCdBs3sAEryy9GMbGKZaM { color:#f2f2f2;display:block;width:33.875rem;position:absolute;font-family:rubik;font-size:3.75rem;font-weight:normal;z-index:15002;line-height:1;letter-spacing:0;top:14.125rem;left:3.75rem;height:3.75rem;display:block; }
#PqXzuzKpmCl7qVZgRMaKO5ZnDdzxSpEd { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:7.75rem;height:2.5rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:13.81201171875rem;left:42rem;display:block; }
#wvEEPri0afTc80HymM88tCa8DzM7618t { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nQFmTrTxT9rtpaB7GTTIEmQDdWLwg5B2 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:3.75rem;height:2.5rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:17.0615234375rem;left:41.9375rem;display:block; }
#OoFddmBVbtgalWN7ZE5JN5tarenTtTbA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cvJFbaVhAcyBmLgvqgHv3CmoCaeyFCWM { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:16rem;height:2.5rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:13.81201171875rem;left:52.875rem;display:block; }
#Fu2nDQSs3gBP39X4x2rqPOKT5wS7CUP1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aTdppKBQ1BrfG8d8P2GV4IWFcTd86XVv { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:10.3125rem;height:2.5rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:17.0615234375rem;left:53.0625rem;display:block; }
#MPfVHGHkZEvRnOV7sGnhDxH5qpHNUWNx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mxdOOIMrKuLKboaK4bmKKPNoIOWQR1qd { color:#f2f2f2;display:block;width:22.9375rem;position:absolute;font-family:rubik;font-size:3.75rem;font-weight:normal;z-index:15007;line-height:1;letter-spacing:0;top:25.25rem;left:3.75rem;height:3.75rem;display:block; }
#oGtw13xhw1n69gJBuPtEhSn6fAqJh5am { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:8.125rem;height:2.5rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:24.6875rem;left:42.5rem;display:block; }
#gDzIWZsLc5NmnAqvfURIoJTyCdoIrppG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IDbAUxQrXtk4BkpDU2DUImhd27S7XTtv { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:5.1875rem;height:2.5rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:28.0625rem;left:42.5rem;display:block; }
#t1ODFsNAcfUdI5kWTtEqHJBTLr1mEAXS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#re1Lw6JZZovqHbThRk4HivTsp04qRJuW { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:8.375rem;height:2.5rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:24.75rem;left:53.75rem;display:block; }
#DTQgxA3b7xaU2yzt4k4pgMmhwkdB5Pmk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WfAKdLCR1vHlsfp4EneA2tiV13x4MDaV { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:3.8125rem;height:2.5rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:28.125rem;left:53.75rem;display:block; }
#ZtlCC8ix1T4P2zA9RG29XOOOABOLXrbH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KOH31Z3ufm8bLvcMKZpReAkN8pHJtE6J { color:#f2f2f2;display:block;width:22.9375rem;position:absolute;font-family:rubik;font-size:3.75rem;font-weight:normal;z-index:15012;line-height:1;letter-spacing:0;top:35.6875rem;left:3.75rem;height:3.75rem;display:block; }
#OFS2NqFHsNVTm8tHhPkHD70mHTHMQ0V7 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:7.8125rem;height:2.5rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:38.5625rem;left:42.5rem;display:block; }
#VP5UGu26J5Fltea193h4V2uf9usuidIu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hXOXKeV0oA67xXw4aEahU0dWaClrCc6o { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:9.625rem;height:2.5rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:35.1875rem;left:42.5rem;display:block; }
#KfTvv54S22GQa7BgQwGESt1DONoSqFHS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nwQhPkOzP4XINRaqi0sJblQTEAv5atoW { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:3.3125rem;height:2.5rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:35.25rem;left:53.75rem;display:block; }
#PMu0UnmBqLQkFAx3DmuHf2uuxIMnMsxK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#f1xSKT6KeqdL79FxLuxSohVGTQKZu3xh { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:10.5625rem;height:2.5rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:38.5625rem;left:53.75rem;display:block; }
#qVH4crpqxkbZBBWNrG16d362uZ2ly21i { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iTpxpZcx3OnBqOhg2PnCTMpmdDmsONTt { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:27.5625rem;top:4.3125rem;left:2.5rem;overflow:hidden;display:block; }
#NuokL4ioz8gqW1M19SW7zD0PWi0GWLvp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d6f702;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NuokL4ioz8gqW1M19SW7zD0PWi0GWLvp > .row .container { background-color: transparent; background-image: none; }#NuokL4ioz8gqW1M19SW7zD0PWi0GWLvp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NuokL4ioz8gqW1M19SW7zD0PWi0GWLvp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NuokL4ioz8gqW1M19SW7zD0PWi0GWLvp > .row .container > .video-iframe-container { display: none; }#NuokL4ioz8gqW1M19SW7zD0PWi0GWLvp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NuokL4ioz8gqW1M19SW7zD0PWi0GWLvp > .row > .video-iframe-container { display: none; }#NuokL4ioz8gqW1M19SW7zD0PWi0GWLvp > .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); }#NuokL4ioz8gqW1M19SW7zD0PWi0GWLvp > .row .container { border-width: 0; border-radius: 0; }#NuokL4ioz8gqW1M19SW7zD0PWi0GWLvp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NuokL4ioz8gqW1M19SW7zD0PWi0GWLvp > .row .container { font-size:0.875rem;font-family:arial;height:7.9375rem;width:75rem;position:relative;display:block; }#mZz5n43DAaStBSKgTXaVeRJNVwGiiOkR { color:#1e1e32;display:block;width:27rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:400;z-index:15021;line-height:1;letter-spacing:0;top:3.5625rem;left:14.25rem;height:1.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uCTu3u3M0TlbVnJX7fhNJRrXvGCfXOUh { background-color:transparent;background-image:none;border-top:0.0625rem solid #1e1e32;border-left:0.0625rem solid #1e1e32;border-right:0.0625rem solid #1e1e32;border-bottom:0.0625rem solid #1e1e32;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;box-sizing:border-box;color:#1e1e32;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:15.625rem;height:2.5rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:2.875rem;left:42.5rem;display:block; }
#PWVwRZudGy6xUyhViOdDLoqqPkvI84Xz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;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) { #aVGFGnu0gmyKy3r65q3iH9i6BJiHzO75 { top:16.25rem;left:10.125rem;width:37.625rem;height:18.75rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhT4DqPo3y02eBuAWBvLJMeXc8oc9XUd { top:37.5rem;left:10.1875rem;width:37.5625rem;height:;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFpKOuUQsfq2LLvE2a4wgcdmmJab4kGd { width:17.5rem;height:3.125rem;top:2.5rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXtHPGJXmFyJBOasCt6HMxdwkfPoAWJ0 { display:block; }
 }@media only screen and (max-width: 763px) { #a9lfJxSinWPotTkQTrrCZosN0OD00faI { width:14.875rem;height:3.125rem;top:2.5rem;left:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGavCFmERcMaGFlD0mH7s8FlsHh4PX8b { display:block; }
 }@media only screen and (max-width: 763px) { #LT00QHla2JPHi2dRES9zWGOgxfTHVBsm { width:12.5rem;height:3.125rem;top:40.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZuB2zFDESDDEb4p2Hed0WyEXRUm97tZH { display:block; }
 }@media only screen and (max-width: 763px) { #pcy5XHuWvnTePFrZA7yf3TAfFzFzNBnK { width:12.5rem;height:3.125rem;top:44.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQmSCy7BKmgtS3xi5qi9LHUtbaDK8gGr { display:block; }
 }@media only screen and (max-width: 763px) { #mNoJmLfiwSPfmeRlbOKJ1XNKdwBiqCMH { width:12.5rem;height:3.125rem;top:48.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ld6QDa2u4N50Bh7aOwZdaTf8yi3fAxge { display:block; }
 }@media only screen and (max-width: 763px) { #dBR7k1lPU4cCNXMUNl1fcDq0u7myKbTe { top:38.0625rem;left:0rem;width:8.9375rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WT3ExNwqPaWDsBpl09kNqzdk9GA1Bp05 { top:3rem;left:0rem;width:12.5rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgDFiIWdSg83StE5p55GFatd16fgXgtl { top:28.25rem;left:0rem;width:7.75rem;height:0.75rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #SKi424LqeGkKXQZeLqVEZKxTgauzptDw { width:12.5rem;height:3.125rem;top:43.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NCgVgtTCa4sQNgv6wvopro6pHUUDaG0C { display:block; }
 }@media only screen and (max-width: 763px) { #BMWuLeAf7CWrOcZreacVqMuzkUIszHzm { width:12.5rem;height:3.125rem;top:46.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #EXHdQbz5yC4pXiWAxG5EagoDdKn5gXPu { display:block; }
 }@media only screen and (max-width: 763px) { #Cep6gBdf5hPzAMCVTdwJ0oZkTF6fFKeX { width:12.5rem;height:3.125rem;top:50.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rBq6GuJm6t9NDnriPkzCKcsEfUnUEsQb { display:block; }
 }@media only screen and (max-width: 763px) { #scPcp4HeQUh13ErOHrPuyUE1yqqmwCoK { width:6.9375rem;height:3.125rem;top:2.5rem;left:32.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U43qePQn1aFmXZGep1mgwl9ymMvAU4hV { display:block; }
 }@media only screen and (max-width: 763px) { #mgulH8wFkp4HsR890Cwhgp43N9RG9Zu0 { width:5.75rem;height:3.125rem;top:2.5rem;left:8.9989013671875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVmrUhWCQIlcNFTptO9QypGedG8hFU9c { display:block; }
 }@media only screen and (max-width: 763px) { #cAJhzxdL7DVTGtitLFooXQdiD4UNIaO1 { display:block; }#cAJhzxdL7DVTGtitLFooXQdiD4UNIaO1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ft0DuqSHonF78DdTTHmzgGLsRqiTZI0b { top:4.3125rem;left:0rem;width:29rem;height:43.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxC2wex4o3ovu6mM513NtLlDaEelbCdd { top:44.125rem;left:17.625rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlteaZMo285cpT3vI8xUTXEu02opVd6P { top:7.75rem;left:14.1875rem;width:33.5625rem;height:;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFma8GSbGWh1MP8rqUWi0a2qEPvaWIry { top:4.3125rem;left:23.875rem;width:8.125rem;height:1.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #laShoeepiEE0eMRS9wCtAUH7AP3IIQS9 { width:20.8125rem;height:3.125rem;top:36.5625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0AT55WtuL3L1Ou85tOUaheELhzD7ieh { display:block; }
 }@media only screen and (max-width: 763px) { #nkm8SBkP1HzMQ6QZQs299Uyp5Fysh8lE { display:block; }#nkm8SBkP1HzMQ6QZQs299Uyp5Fysh8lE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i00hMPe5C8Ngv8uJ91H1evinncpOCRNl { top:3.5rem;left:0rem;width:7.25rem;height:2rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpBJx7sykWUFOlvdTM18U3g6AyrP8Iqe { top:4.3125rem;left:16.0625rem;width:31.6875rem;height:;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMPwXqUZ8qrnDoTnBoPbt99smn65hmhT { display:block; }#sMPwXqUZ8qrnDoTnBoPbt99smn65hmhT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zC5enRQFJFmzs9XTNrWLIUx66kMm6DsI { top:3.75rem;left:0rem;width:18rem;height:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPsAR1CyTqnK0NlmpqGmqdPnn0tKxlJJ { top:3.75rem;left:13.625rem;width:18rem;height:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #OuLmLiaXbNN9pGzN0XQ72yaDgaDbxDqE { top:3.75rem;left:29.5rem;width:18rem;height:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #mB3m6h14rNzB2QMzHyMGcKerhLLnfH99 { display:block; }#mB3m6h14rNzB2QMzHyMGcKerhLLnfH99 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uDwTrrPM5Rsz38H4zI0vkRuWyBGoqU6w { top:3.5rem;left:0rem;width:16.1875rem;height:2.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkqkzHJ6uLilK6m7ETx6nyCo9nIi9mDG { top:4.3125rem;left:16.0625rem;width:25.6875rem;height:13.25rem;font-size:0.75rem;display:block; }#rkqkzHJ6uLilK6m7ETx6nyCo9nIi9mDG li:before{  }
 }@media only screen and (max-width: 763px) { #O7ZFdUKV8aop5Bg1roDJl6ZOu0ChmCVE { display:block; }#O7ZFdUKV8aop5Bg1roDJl6ZOu0ChmCVE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qRlWc4SwlWi0ZwxoKNS0KJydvKz22dSN { top:3.5rem;left:0rem;width:17.8125rem;height:;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kx17rPkZ8RQ4lK6ubOBWbRoIx1O1cfkO { top:4.3125rem;left:19.625rem;width:28.125rem;height:;font-size:0.75rem;display:block; }#Kx17rPkZ8RQ4lK6ubOBWbRoIx1O1cfkO li:before{  }
 }@media only screen and (max-width: 763px) { #TfFQ0lru5C31wCDv1TL0PzwA6AKZwe2L { width:16.875rem;height:3.125rem;top:20rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #naTgPyoBNTnAh0US3U1sZs6dnClObRaD { display:block; }
 }@media only screen and (max-width: 763px) { #hOP6dAU2T3KWm60nAOWJMZqrh2vHGACF { display:block; }#hOP6dAU2T3KWm60nAOWJMZqrh2vHGACF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pFLccLRe0TWpMXKNvg3vCLcIG1suZm4T { top:3.5rem;left:0rem;width:13.5625rem;height:2.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZck4ZwCrKC3o91DDcZVgMaKoGTNpmpW { top:4.3125rem;left:16.8125rem;width:30.9375rem;height:;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #afTE0xUCGP21gi1TbkZA9a05ihk1VBLp { display:block; }#afTE0xUCGP21gi1TbkZA9a05ihk1VBLp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qcV0g03geqDgpOz0ZhU6ZWGhOsI5prBv { top:3.5rem;left:0rem;width:13.5625rem;height:;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBTQmTle7FXZpkwoJDQ70Hp7McufLTX8 { top:4.25rem;left:23.875rem;width:11.3125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvWXaAGVSb7vE0Pn51QRUvFya3Ax5eJs { top:4.25rem;left:29.8125rem;width:17.9375rem;height:2.4375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8zv430HGHgqawyXskIQU4ZBN5tK6rHE { top:7.375rem;left:33rem;width:6rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEDXfCn6uJWBHwL5lxLK1uTpzaRP3daA { top:12.1875rem;left:23.875rem;width:11.3125rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zn67CKugqCZ3NXuHTA6On2fZy3yql9xF { top:12.1875rem;left:29.8125rem;width:17.9375rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWf5cKR7cT03vB9eNAsX5ELyxRgCWGn5 { top:15.3125rem;left:33rem;width:6rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6raasqFp93lIOt4nS4ZIRJT5GKzQGeG { display:block; }#H6raasqFp93lIOt4nS4ZIRJT5GKzQGeG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KkVwiU715ooR3pshV00N3A7JWtmU44iM { top:2.1875rem;left:6.78125rem;width:34.1875rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtxTG99pDkPXgCtyUWq1BWFM1pGyrV2O { display:block; }#vtxTG99pDkPXgCtyUWq1BWFM1pGyrV2O > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fEgpUfJJgD7mTDb8stGO4IClJ59kslBw { top:1.5rem;left:0rem;width:12.5625rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #srzPR3F2R6DxZVcq6SO8TOQTHSLyvdIE { top:1.5625rem;left:11.3125rem;width:12.5625rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBtK5ASwCTEQQ3fwWhbs8uTeEP31Obp2 { top:1.5625rem;left:23.25rem;width:12.5625rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z50S2COxFcs1VlEIwG3mvyulXX0wiqi3 { top:1.5625rem;left:35.1875rem;width:12.5625rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UccAJtwsiwZLJKVbQGxrZhiBkLwN6UL0 { display:block; }#UccAJtwsiwZLJKVbQGxrZhiBkLwN6UL0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rDGat2BvTLkCflA9ScuxfCqTcqRtE7N7 { top:4.875rem;left:22.625rem;width:25.125rem;height:6.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3noKo4R16P7boxzxUrGseM4xwIPZVI1 { top:13.6875rem;left:15.6875rem;width:32.0625rem;height:27.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #toT9XWieZywvcodgTcFmSPx22dq0IxSL { top:4.5rem;left:0rem;width:26.3125rem;height:25.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFLvUM6wQkExBhAyHiAe82nc49qfOx8v { display:block; }#kFLvUM6wQkExBhAyHiAe82nc49qfOx8v > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uJWTgIgbvWyE7K0TRdaqNs2GJB3nu4Fz { top:2.1875rem;left:5.125rem;width:37.8125rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eI1OzDfTE6RswcPThDB12aqVQQUk85aB { display:block; }#eI1OzDfTE6RswcPThDB12aqVQQUk85aB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m5wvxozOV0ago2N4ngdr7MhpJCoJDg68 { top:1.5rem;left:0rem;width:12.5625rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3pyVfxp7rVlGX0diABT8fxENJp7ES10 { top:1.5625rem;left:11.3125rem;width:12.5625rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrFSICa68OAWokNrfRbTN8CPM3hPnfX5 { top:1.5625rem;left:23.25rem;width:12.5625rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJJoVsu9dT0CpvFBwR5rpnCpqJHsSKP2 { top:1.5625rem;left:35.1875rem;width:12.5625rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #llwE36zJTJCzuA8LdqLnoprI3Tz7R6Fc { display:block; }#llwE36zJTJCzuA8LdqLnoprI3Tz7R6Fc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Azd5WEiSTEqLbA5yKS9xQ83TaA0HkA0f { top:4.3125rem;left:0rem;width:17.5rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PISk5mkHTVxHyQ8Me82dlD89rZHFV7li { top:4.3125rem;left:14.125rem;width:17.5rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQ55kl73N3wfMTDBMVzumv9yeo6S8LEr { top:4.3125rem;left:30rem;width:17.5rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iln1HyKDP9ETQVhwEkJJawGafsgipp4X { display:block; }#iln1HyKDP9ETQVhwEkJJawGafsgipp4X > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vPdr4K2xQkH7SRwCTSLuLW68vUqFAxzp { top:4.3125rem;left:0rem;width:17.5rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0BzPQ3ynqdGzV51rkKTrEO0a4MenPVU { top:4.3125rem;left:14.125rem;width:17.5rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dP33iDgBqXttuVqim5pxuVrNykVDKToE { top:4.3125rem;left:30rem;width:17.5rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qs8vNNv2QeI0Gz9p0ny1mSx1VxZVdGIs { display:block; }#Qs8vNNv2QeI0Gz9p0ny1mSx1VxZVdGIs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HFFvyDJgy8BiW1TcwvnKbaDQwNfKH5DE { top:4.875rem;left:11.75rem;width:31.5rem;height:6.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VnTKT92RXFdoy7WGRdUWF8ykQGqNVRx7 { top:13.6875rem;left:15.6875rem;width:32.0625rem;height:22.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEsbOCC9is2NcLsvuskhaxgdZAlMEWDy { top:3.875rem;left:0rem;width:26.3125rem;height:39.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHaFnSx2KOwTMbhpZ2VSU7o61xCwH831 { width:12.5rem;height:3.125rem;top:39rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2eHEKc4JC9XADyauiqo7RrTVmwFE9gQ { display:block; }
 }@media only screen and (max-width: 763px) { #QHLSnpNlK0B65LniT1ovwoHn5CqoaoLs { width:12.5rem;height:3.125rem;top:39rem;left:32.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKNXuCcilm1OeVG7J28qKy4DdHehAhEk { display:block; }
 }@media only screen and (max-width: 763px) { #sD2Sosq3t0PTRGDQPQickioVdv7QExpI { display:block; }#sD2Sosq3t0PTRGDQPQickioVdv7QExpI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fub0up3TT8pgnLMr9tvINgyea1ahg17M { top:0.3125rem;left:0rem;width:47.75rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOdy1Jr17ubX8l3yl5HoAkfVvUOEGvTA { display:block; }#MOdy1Jr17ubX8l3yl5HoAkfVvUOEGvTA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VNmPFIASqATslVxcvxAOpMxeoW6vhVRU { top:4.1875rem;left:0rem;width:40.8125rem;height:4.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZuXGoLEHIiZcGnlc8ye0BZ9FknVyxz2 { top:11.125rem;left:0rem;width:47.75rem;height:3.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0zkN112Wxo6Iessq6Eotl4V0vueycFT { width:15.625rem;height:3.125rem;top:16.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDvuVdL2y8DT9A7KUPIUczGmVoF4FhuK { display:block; }
 }@media only screen and (max-width: 763px) { #TtmerMVUbPePaTL0avsEmdItmASPoTs1 { width:18rem;height:3.125rem;top:16.875rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IL9dg3VzdN0M8M3Tz7y95U019ExBNUpq { display:block; }
 }@media only screen and (max-width: 763px) { #i9SuLgwCRIxbdGPHb5UlXpRw1PCve2bc { width:16.875rem;height:3.125rem;top:16.875rem;left:30.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0cHqabaQp3HSCpR09cfXQL1By9mtgKi { display:block; }
 }@media only screen and (max-width: 763px) { #qUPrc4vV2OeCfeV6JNit3Tzuqz83ILel { display:block; }#qUPrc4vV2OeCfeV6JNit3Tzuqz83ILel > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OvrsfxVAnybuatZ687q32UJSAwHkSBqG { top:2.25rem;left:10.125rem;width:27rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7ghUMG0L6kpR3Xg2CcvVzcrXDRbVe7M { display:block; }#O7ghUMG0L6kpR3Xg2CcvVzcrXDRbVe7M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WvFilVDza33i7CiHI3wU5gc1v13Bm5Tw { top:1.5rem;left:0rem;width:12.5625rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQfRSMlcwt1tUB4B6Q0ihNLNBie9sk3W { top:1.5625rem;left:11.3125rem;width:12.5625rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wg4o97dcThd0GqqS2hlB1HFE7BsJA9C0 { top:1.5625rem;left:23.25rem;width:12.5625rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTHhCakMUoQUX3qI944uvpeRW74Naq7v { top:1.5625rem;left:35.1875rem;width:12.5625rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ca5N8JoUCsFAEeUHAneHuRUp9ftMpIDi { display:block; }#Ca5N8JoUCsFAEeUHAneHuRUp9ftMpIDi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ITo43iGH1KMayL3SSdHfqWR6eR1xTJZG { top:3.8125rem;left:0rem;width:26.3125rem;height:26.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhpWBXbB9TGrh4RuKatRE6TXncpL8UtZ { top:11.625rem;left:16rem;width:31.75rem;height:;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UarIMlCXOduQTBQLBAn9KIR9185CK2Rv { top:7.8125rem;left:23.875rem;width:22.625rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFUx68co5xARrsienUpuFBki9g01gOQP { display:block; }#fFUx68co5xARrsienUpuFBki9g01gOQP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tmts6cpOU2TeF6tI23R73Xh9cv5lnmad { top:4.125rem;left:6.6875rem;width:41.0625rem;height:8.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSSRFMe5zxQZFmNRfr3AF3kWikQyaMxe { top:2.5rem;left:1.375rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSuX42v4P7TMJpsxrwkbH4LPcdwcmdAK { display:block; }#xSuX42v4P7TMJpsxrwkbH4LPcdwcmdAK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B5wGptADyOiFteMBuWqlTmF5Jiu24rwG { width:3.75rem;height:3.75rem;top:41.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkpoTElniSTkW2PsvASPA0qZ8kWHLW0T { width:3.75rem;height:1.75rem;top:42.875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4wMlrgEqtbKxOLRaz3p8GQibfCxyXJh { width:10.375rem;height:1.75rem;top:34.5625rem;left:8.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gdd2VSSkvTTm6z2Gaf7eBMFrbIbrutcI { top:38.6875rem;left:6.0625rem;width:17.8125rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwbxxdXlKRG9upkVvcFOBkSuDiUe6nE1 { top:38.6875rem;left:28.75rem;width:19rem;height:3.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJ13nPRhD4SgVrFa46tWSemkKdce1qBR { width:10.5rem;height:10.5rem;top:33.8125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRJANFW25qC6MLuOL8SUyuWP6maF1FJd { width:17.0625rem;height:1.75rem;top:34.5625rem;left:30.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsB5tlb3KaG1PPkG37W3hwXxud3EBsLr { width:3.75rem;height:3.75rem;top:41.8125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTKX9efz3NAAtdXdINF0fdsDyoT4OIZG { width:3.75rem;height:1.75rem;top:42.875rem;left:23.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #unELEHHFUwuB5eMHctekvx0MMzJJeSdB { width:18rem;height:1.5625rem;top:36.125rem;left:29.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTNoODEflEswzE7tNXXy2r4lOg9cfi0Z { width:10.8125rem;height:1.5625rem;top:36.125rem;left:6.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKWul5UnmUbITTU4FlM9GmQPwBkazbqK { width:10.3125rem;height:10.3125rem;top:33.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnFAfUeARV2TtQW2447dumvxABxBCEL9 { width:10.6875rem;height:10.6875rem;top:13.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FB2iOQJcngnLD9k0JS3EbCeoN6nF0LAL { width:1.875rem;height:1.875rem;top:26.25rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzSWZwrpAMxBAVKxPqaiksJ6wyKyp20L { display:block; }
 }@media only screen and (max-width: 763px) { #WXsEwzJmP74TJnlbzRaA4onMBkJQnCVw { width:1.8125rem;height:1.8125rem;top:26.25rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGaTS6CbErfbaTfTdALXb1hFfGgG4NhL { display:block; }
 }@media only screen and (max-width: 763px) { #FI9ZAJ3JQaQTLVozumdX1lnKEoOiUJB1 { top:18.25rem;left:4.875rem;width:19rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqcr6FB4xOn18z5T6GxXep72MHsIMBku { width:9.8125rem;height:1.5625rem;top:15.6875rem;left:8.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJQxDOLIJgeqK8bJF50Ube6ksLHHAMAI { width:1.875rem;height:1.875rem;top:26.25rem;left:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrL4J2Lwgg7DuXKczboJoqWhka3NsA7h { display:block; }
 }@media only screen and (max-width: 763px) { #BixgOJ4pi75p9HmWpcI5GHwEifItqFcW { top:18.25rem;left:29.9375rem;width:17.8125rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT19129pQyf5S6FZGfXhQnhPWTW5OD8O { width:10.5rem;height:10.5rem;top:13.3125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVZ3m7c5GpVLk4n3BVCzZmwLMtDXxdnX { width:12.1875rem;height:1.5625rem;top:15.6875rem;left:33.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRvFXd53ZLl4puNtkH9z5H7hGatHT7vD { width:3.75rem;height:3.75rem;top:13.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPvnT45NTtfz0qnKHfLUJaFTAy8pDLTa { width:3.75rem;height:3.75rem;top:13.125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yc7tzfSapxOGo79gvrexubDMVEV2GBV2 { width:3.75rem;height:1.75rem;top:14.125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSr8wu84lp4ybfRD6hz7JJOBGvC4J61K { width:10.8125rem;height:1.75rem;top:14.125rem;left:8.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wh0oqz0PPIqd4Bqfut3Kpnh48mPaMCIK { width:11.125rem;height:1.75rem;top:14.125rem;left:33.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2DlpNEbbVWVUDwBCW7Dq7NyQEpoRPmz { width:3.75rem;height:1.75rem;top:14.125rem;left:23.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAxHBONcvBQ3J3MgWzOQscrxh3CSbL0k { width:27.875rem;height:4.875rem;top:4.125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #scZOhhKPlD78WS0CCrwk1K4JrrAwqZvB { width:9.25rem;height:2.5rem;top:22.8125rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #igcfOHalCMIKexcxmFuZs8XoWcI7kT27 { display:block; }
 }@media only screen and (max-width: 763px) { #kNziw7RndJZSR6TBKzSuNIuzA3nD3eiU { width:1.875rem;height:1.875rem;top:26.3125rem;left:35.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWmORHsrMsqXgxtSGaOiaGwCeoQr3Sgf { display:block; }
 }@media only screen and (max-width: 763px) { #rWAU9OmTadFktHvaoXSFC4dGRBiVA1DR { width:1.875rem;height:1.875rem;top:26.3125rem;left:37.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dAtiqChmfto072TmgXv9qiB0zK9dQXBd { display:block; }
 }@media only screen and (max-width: 763px) { #XaLnPHRTNwused35Wq2hpJRL2eFZZHcH { width:1.8125rem;height:1.8125rem;top:26.3125rem;left:33.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMkTgmponf3X4JwTwLWPlliTr7gTvuMo { display:block; }
 }@media only screen and (max-width: 763px) { #lJ3hZrDVNAT5TtPcTVkeouSr8vqbhG1A { width:9.25rem;height:2.5rem;top:22.875rem;left:32.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uemGa35rLtrM9wfBDikhMkWKsc1ROMBp { display:block; }
 }@media only screen and (max-width: 763px) { #Lrh6LlsL11C3B209z4zEQmIh0HF35Zqt { width:1.875rem;height:1.875rem;top:46.625rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXWSigPT8CvRKLCmNDNbDmBa5Lvg64oV { display:block; }
 }@media only screen and (max-width: 763px) { #l63L76VH2D6eapUOm89ePfky22PCsLhu { width:1.875rem;height:1.875rem;top:46.625rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAy1c9PrfkwHio2EfpDLFIWII7BTaL6I { display:block; }
 }@media only screen and (max-width: 763px) { #exucxi6wmMn691mpXahFU7ClVGGvMDJR { width:1.8125rem;height:1.8125rem;top:46.625rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gONnPwnW38Edn6c3O95BXFoHz2ZAcZuM { display:block; }
 }@media only screen and (max-width: 763px) { #m6VS6Ts8IvrZktRp3c7QDRQMCbXO9PNa { width:9.25rem;height:2.5rem;top:43.1875rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkPdw2avS2TAwfOHQlpSqVeVkay6METU { display:block; }
 }@media only screen and (max-width: 763px) { #ywbgoZXZ2pDDnsrpht72ZdbTNHDmJlJS { display:block; }#ywbgoZXZ2pDDnsrpht72ZdbTNHDmJlJS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kc1ry81RwcCXcOCgEx6yWNDd1tFewlKI { width:3.75rem;height:3.75rem;top:33.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4S2twwLem9HOzJi7elJGJkcR0FkKJeR { width:3.75rem;height:1.75rem;top:34.4375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFPuTwFNcL6cTivVHksb23G3PHh5zMoJ { width:12.3125rem;height:1.75rem;top:26.125rem;left:8.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUHpen1ox2p9lJO3fkI9gshZlLcoA4su { top:30.25rem;left:6.0625rem;width:19.4375rem;height:3.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgkkV1B7NeFPlN6XkzfqHqTHuN9JK7bd { width:18rem;height:1.5625rem;top:27.6875rem;left:5.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVs3l3n6k8oV5fCXNTmQbRrVfpPBDxUp { width:10.3125rem;height:10.3125rem;top:25.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSRKNDT0sWkSD1x2aahfw0kKWVfBwr2O { width:10.6875rem;height:10.6875rem;top:4.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVnxEfea99dMDKwl0BainHSiiFiSxqxA { top:9.8125rem;left:6.0625rem;width:17.8125rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkX4TpiEKDnoDk5uuunebCcT2a8lsTGV { width:15.6875rem;height:1.5625rem;top:7.25rem;left:8.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuGVN4f2C8H7TTVWvnV8yNfEBuv5yJEn { top:9.8125rem;left:29.9375rem;width:17.8125rem;height:3.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLLPlgNPlJNmxv4oFDNW9yswZugnHPTy { width:10.5rem;height:10.5rem;top:4.875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfK4PEWSyp747nIVypwHD5HsrubOZymO { width:15.5625rem;height:1.5625rem;top:7.25rem;left:32.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsO9T1InsuSZzsx8o99U63AABIVzZZgI { width:3.75rem;height:3.75rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yr8OCOQinWZIP7HpnmEDiMdoTAtEc9Ke { width:3.75rem;height:3.75rem;top:4.6875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yeJQoxRde1mKpWZ8KodvdBiCM8EPBUCG { width:3.75rem;height:1.75rem;top:5.6875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yw1OkEqsFvRo3D2u0t6PZhhGW1HcaJ3M { width:14.3125rem;height:1.75rem;top:5.6875rem;left:8.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSV62EFynsXfJ9QRTku6J8zlZQbx7Ery { width:12.6875rem;height:1.75rem;top:5.6875rem;left:33.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTqMdVxK0POqtbWocFmXZc68zERQgnDX { width:3.75rem;height:1.75rem;top:5.6875rem;left:23.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iko4CHoJoyOBUipTB26sAyaGtvOrDDc4 { display:block; }#iko4CHoJoyOBUipTB26sAyaGtvOrDDc4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WAeSITmrdMRa03HHOTpdbJsJLthwTNwA { top:5.875rem;left:0rem;width:47.75rem;height:3.4375rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8qeotV9nnzZTKVuVTAT88HTnfVOPdGB { top:13rem;left:0rem;width:33.875rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuldTQCdLcONzlh9CHelQHhJJlUrXruN { top:16.875rem;left:0rem;width:24.625rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMtq5OiBo1H9aaPRa21hxkLM9TtB1hw9 { top:20.5625rem;left:0.375rem;width:23.5rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhSwgrvqUzb417xTcl8tARzI8T9ZktZs { top:24.3125rem;left:0rem;width:32.8125rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZNQTs07JpLHHFrvHkQzSB0coATwE1Bc { top:31.6875rem;left:0rem;width:27.3125rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrZmLLF9DHbPIMdM4H5MJmeJ6nDwaeV5 { top:27.9375rem;left:0rem;width:32rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwK01U2JfHQxqlwCNKAvyJe5Xvcgyc3i { top:14.0625rem;left:25.8125rem;width:19.3125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBsUqlBdBJvWcWqqmTR7qIpZzy2K0Qq6 { top:17rem;left:24.125rem;width:23.625rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHMDxJqCJSdKxfiiIlt9l3GwkX7ZEN0X { top:19.375rem;left:26.0625rem;width:21.6875rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #do0TF2aA0lTlrbihrqLMeg1BPwLKyTgy { top:24.4375rem;left:23.1875rem;width:13.4375rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJcM3lpTkZczBq4SNiA8XIZvPp0HqOSI { top:22rem;left:23rem;width:20.5rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZ6hIIvCaU9tXUCzRHeDkGFyQXlmoHDf { top:29.4375rem;left:23.125rem;width:17.8125rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtdXKSWw9rPVgR1f23cpBNQq0G67a2TF { top:27rem;left:23.25rem;width:14.125rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycDVHyECnzZTLQ88u9yr44bT1hhhqJka { top:12.9375rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNFyhXOhGri5RWKSxa725wlyUNRJN6Hn { top:16.75rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DegUnkMZrFpuKeyhr20BrpGDka2w8rf8 { top:20.375rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtD1AGqbLXiVwnaAXGXXuo7V73QUCIMs { top:24.1875rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KsMdm8aw5HIVOMOriBXu42iQvx5vPumh { top:27.9375rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIMnM5etHGZo0Inft5gdkZWv9CVqi4iz { top:31.625rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AuB2VLCyQN39wXwXfsnP2FxRfOH3LKdJ { top:17.0625rem;left:26.625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jgr5CdBoCw8eLJRnOQ4gyPCMNpRk8UEP { top:19.5625rem;left:26.625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #auTwwG7eUBlZtZ2GlEntcCRgASV1RUQH { top:22.0625rem;left:26.625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tE2S8nKOaTr1I0F1ahB8z40gunzQuVml { top:24.5625rem;left:26.5625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5Pvr72enmFdpwVCFscWqMst3nNTQvW8 { top:27.125rem;left:26.625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cu0oS6Ex9refaiA9TZLauXnhmlT7SsqD { top:29.5625rem;left:26.625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhMztVaS5OUA0Zn1cmfvZwuDQvZ9g8x4 { top:32.875rem;left:21.3125rem;width:26.4375rem;height:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmTOx4Op8bfazGbJEp412fkMvPIczfsS { width:16.875rem;height:3.125rem;top:37.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ec3GITK6MzBUT60UhTZTV1eTht5RrCdk { display:block; }
 }@media only screen and (max-width: 763px) { #x3RXGHQNlXSVniGyqV8SVcNVLWrlRRTS { display:block; }#x3RXGHQNlXSVniGyqV8SVcNVLWrlRRTS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FJOBMpV4HygKCdBs3sAEryy9GMbGKZaM { top:14.125rem;left:0rem;width:33.875rem;height:3.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqXzuzKpmCl7qVZgRMaKO5ZnDdzxSpEd { width:7.75rem;height:2.5rem;top:13.75rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvEEPri0afTc80HymM88tCa8DzM7618t { display:block; }
 }@media only screen and (max-width: 763px) { #nQFmTrTxT9rtpaB7GTTIEmQDdWLwg5B2 { width:3.75rem;height:2.5rem;top:17rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OoFddmBVbtgalWN7ZE5JN5tarenTtTbA { display:block; }
 }@media only screen and (max-width: 763px) { #cvJFbaVhAcyBmLgvqgHv3CmoCaeyFCWM { width:16rem;height:2.5rem;top:13.75rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fu2nDQSs3gBP39X4x2rqPOKT5wS7CUP1 { display:block; }
 }@media only screen and (max-width: 763px) { #aTdppKBQ1BrfG8d8P2GV4IWFcTd86XVv { width:10.3125rem;height:2.5rem;top:17rem;left:32.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPfVHGHkZEvRnOV7sGnhDxH5qpHNUWNx { display:block; }
 }@media only screen and (max-width: 763px) { #mxdOOIMrKuLKboaK4bmKKPNoIOWQR1qd { top:25.25rem;left:0rem;width:22.9375rem;height:3.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGtw13xhw1n69gJBuPtEhSn6fAqJh5am { width:8.125rem;height:2.5rem;top:24.6875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDzIWZsLc5NmnAqvfURIoJTyCdoIrppG { display:block; }
 }@media only screen and (max-width: 763px) { #IDbAUxQrXtk4BkpDU2DUImhd27S7XTtv { width:5.1875rem;height:2.5rem;top:28.0625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1ODFsNAcfUdI5kWTtEqHJBTLr1mEAXS { display:block; }
 }@media only screen and (max-width: 763px) { #re1Lw6JZZovqHbThRk4HivTsp04qRJuW { width:8.375rem;height:2.5rem;top:24.75rem;left:33.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTQgxA3b7xaU2yzt4k4pgMmhwkdB5Pmk { display:block; }
 }@media only screen and (max-width: 763px) { #WfAKdLCR1vHlsfp4EneA2tiV13x4MDaV { width:3.8125rem;height:2.5rem;top:28.125rem;left:33.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtlCC8ix1T4P2zA9RG29XOOOABOLXrbH { display:block; }
 }@media only screen and (max-width: 763px) { #KOH31Z3ufm8bLvcMKZpReAkN8pHJtE6J { top:35.6875rem;left:0rem;width:22.9375rem;height:3.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFS2NqFHsNVTm8tHhPkHD70mHTHMQ0V7 { width:7.8125rem;height:2.5rem;top:38.5625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VP5UGu26J5Fltea193h4V2uf9usuidIu { display:block; }
 }@media only screen and (max-width: 763px) { #hXOXKeV0oA67xXw4aEahU0dWaClrCc6o { width:9.625rem;height:2.5rem;top:35.1875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfTvv54S22GQa7BgQwGESt1DONoSqFHS { display:block; }
 }@media only screen and (max-width: 763px) { #nwQhPkOzP4XINRaqi0sJblQTEAv5atoW { width:3.3125rem;height:2.5rem;top:35.25rem;left:33.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMu0UnmBqLQkFAx3DmuHf2uuxIMnMsxK { display:block; }
 }@media only screen and (max-width: 763px) { #f1xSKT6KeqdL79FxLuxSohVGTQKZu3xh { width:10.5625rem;height:2.5rem;top:38.5625rem;left:33.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVH4crpqxkbZBBWNrG16d362uZ2ly21i { display:block; }
 }@media only screen and (max-width: 763px) { #iTpxpZcx3OnBqOhg2PnCTMpmdDmsONTt { top:4.3125rem;left:0rem;width:27.5625rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuokL4ioz8gqW1M19SW7zD0PWi0GWLvp { display:block; }#NuokL4ioz8gqW1M19SW7zD0PWi0GWLvp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mZz5n43DAaStBSKgTXaVeRJNVwGiiOkR { top:3.5625rem;left:0.625rem;width:27rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCTu3u3M0TlbVnJX7fhNJRrXvGCfXOUh { width:15.625rem;height:2.5rem;top:2.875rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWVwRZudGy6xUyhViOdDLoqqPkvI84Xz { 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:40rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aVGFGnu0gmyKy3r65q3iH9i6BJiHzO75 { width:18.6875rem;height:12.1875rem;top:6.0625rem;left:1rem;font-size:3.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #BhT4DqPo3y02eBuAWBvLJMeXc8oc9XUd { width:17.9375rem;height:6.823125rem;top:19.1865234375rem;left:1.1865234375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFpKOuUQsfq2LLvE2a4wgcdmmJab4kGd { width:9.375rem;height:2.1875rem;top:1.40625rem;left:9.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXtHPGJXmFyJBOasCt6HMxdwkfPoAWJ0 { display:block; }
 }@media only screen and (max-width: 763px) { #a9lfJxSinWPotTkQTrrCZosN0OD00faI { width:5rem;height:2.1875rem;top:45.125rem;left:8.375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #XGavCFmERcMaGFlD0mH7s8FlsHh4PX8b { display:block; }
 }@media only screen and (max-width: 763px) { #LT00QHla2JPHi2dRES9zWGOgxfTHVBsm { width:6.25rem;height:2.1875rem;top:30rem;left:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZuB2zFDESDDEb4p2Hed0WyEXRUm97tZH { display:block; }
 }@media only screen and (max-width: 763px) { #pcy5XHuWvnTePFrZA7yf3TAfFzFzNBnK { width:6.25rem;height:2.1875rem;top:32.6875rem;left:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQmSCy7BKmgtS3xi5qi9LHUtbaDK8gGr { display:block; }
 }@media only screen and (max-width: 763px) { #mNoJmLfiwSPfmeRlbOKJ1XNKdwBiqCMH { width:6.25rem;height:2.1875rem;top:35.5rem;left:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ld6QDa2u4N50Bh7aOwZdaTf8yi3fAxge { display:block; }
 }@media only screen and (max-width: 763px) { #dBR7k1lPU4cCNXMUNl1fcDq0u7myKbTe { width:5rem;height:0.750125rem;top:28.25rem;left:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WT3ExNwqPaWDsBpl09kNqzdk9GA1Bp05 { width:7.8125rem;height:1.25rem;top:2rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgDFiIWdSg83StE5p55GFatd16fgXgtl { width:7.75rem;height:0.750125rem;top:28.25rem;left:9.75rem;font-size:0.75rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #SKi424LqeGkKXQZeLqVEZKxTgauzptDw { width:7.0625rem;height:2.1875rem;top:30rem;left:9.75rem;font-size:0.75rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #NCgVgtTCa4sQNgv6wvopro6pHUUDaG0C { display:block; }
 }@media only screen and (max-width: 763px) { #BMWuLeAf7CWrOcZreacVqMuzkUIszHzm { width:7.0625rem;height:2.1875rem;top:32.6875rem;left:9.75rem;font-size:0.75rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #EXHdQbz5yC4pXiWAxG5EagoDdKn5gXPu { display:block; }
 }@media only screen and (max-width: 763px) { #Cep6gBdf5hPzAMCVTdwJ0oZkTF6fFKeX { width:7.0625rem;height:2.1875rem;top:35.5rem;left:9.75rem;font-size:0.75rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #rBq6GuJm6t9NDnriPkzCKcsEfUnUEsQb { display:block; }
 }@media only screen and (max-width: 763px) { #scPcp4HeQUh13ErOHrPuyUE1yqqmwCoK { width:6.9375rem;height:3.125rem;top:2.5rem;left:6.5rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #U43qePQn1aFmXZGep1mgwl9ymMvAU4hV { display:block; }
 }@media only screen and (max-width: 763px) { #mgulH8wFkp4HsR890Cwhgp43N9RG9Zu0 { width:5.75rem;height:3.125rem;top:2.5rem;left:7.125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #zVmrUhWCQIlcNFTptO9QypGedG8hFU9c { display:block; }
 }@media only screen and (max-width: 763px) { #cAJhzxdL7DVTGtitLFooXQdiD4UNIaO1 { display:block; }#cAJhzxdL7DVTGtitLFooXQdiD4UNIaO1 > .row .container { width:20rem;height:39.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ft0DuqSHonF78DdTTHmzgGLsRqiTZI0b { width:8.75rem;height:13.1875rem;top:1.9375rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxC2wex4o3ovu6mM513NtLlDaEelbCdd { width:3.125rem;height:3.125rem;top:13.375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlteaZMo285cpT3vI8xUTXEu02opVd6P { width:16.5625rem;height:17.5451875rem;top:17.375rem;left:1.53125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFma8GSbGWh1MP8rqUWi0a2qEPvaWIry { width:4.5625rem;height:0.97473125rem;top:1.9375rem;left:1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #laShoeepiEE0eMRS9wCtAUH7AP3IIQS9 { width:12.5rem;height:2.1875rem;top:36.17578125rem;left:3.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0AT55WtuL3L1Ou85tOUaheELhzD7ieh { display:block; }
 }@media only screen and (max-width: 763px) { #nkm8SBkP1HzMQ6QZQs299Uyp5Fysh8lE { display:block; }#nkm8SBkP1HzMQ6QZQs299Uyp5Fysh8lE > .row .container { width:20rem;height:25.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i00hMPe5C8Ngv8uJ91H1evinncpOCRNl { width:4.25rem;height:0.97473125rem;top:1.9375rem;left:1.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpBJx7sykWUFOlvdTM18U3g6AyrP8Iqe { width:17.25rem;height:20.469375rem;top:3.912109375rem;left:1.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMPwXqUZ8qrnDoTnBoPbt99smn65hmhT { display:block; }#sMPwXqUZ8qrnDoTnBoPbt99smn65hmhT > .row .container { width:20rem;height:15.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zC5enRQFJFmzs9XTNrWLIUx66kMm6DsI { width:8.75rem;height:13.125rem;top:1.25rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPsAR1CyTqnK0NlmpqGmqdPnn0tKxlJJ { width:8.75rem;height:13.125rem;top:1.25rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OuLmLiaXbNN9pGzN0XQ72yaDgaDbxDqE { width:18rem;height:27rem;top:58rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #mB3m6h14rNzB2QMzHyMGcKerhLLnfH99 { display:block; }#mB3m6h14rNzB2QMzHyMGcKerhLLnfH99 > .row .container { width:20rem;height:14.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uDwTrrPM5Rsz38H4zI0vkRuWyBGoqU6w { width:8rem;height:0.97473125rem;top:2.25rem;left:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkqkzHJ6uLilK6m7ETx6nyCo9nIi9mDG { width:15.0625rem;height:8.698125rem;top:4.474609375rem;left:2.46875rem;font-size:0.75rem;display:block; }#rkqkzHJ6uLilK6m7ETx6nyCo9nIi9mDG li:before{  }
 }@media only screen and (max-width: 763px) { #O7ZFdUKV8aop5Bg1roDJl6ZOu0ChmCVE { display:block; }#O7ZFdUKV8aop5Bg1roDJl6ZOu0ChmCVE > .row .container { width:20rem;height:15.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qRlWc4SwlWi0ZwxoKNS0KJydvKz22dSN { width:7.875rem;height:0.97473125rem;top:2.125rem;left:1.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kx17rPkZ8RQ4lK6ubOBWbRoIx1O1cfkO { width:14.375rem;height:8.698125rem;top:5.162109375rem;left:2.25rem;font-size:0.75rem;display:block; }#Kx17rPkZ8RQ4lK6ubOBWbRoIx1O1cfkO li:before{  }
 }@media only screen and (max-width: 763px) { #TfFQ0lru5C31wCDv1TL0PzwA6AKZwe2L { width:16.875rem;height:3.125rem;top:20rem;left:1.5625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #naTgPyoBNTnAh0US3U1sZs6dnClObRaD { display:block; }
 }@media only screen and (max-width: 763px) { #hOP6dAU2T3KWm60nAOWJMZqrh2vHGACF { display:block; }#hOP6dAU2T3KWm60nAOWJMZqrh2vHGACF > .row .container { width:20rem;height:22.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pFLccLRe0TWpMXKNvg3vCLcIG1suZm4T { width:6.4375rem;height:0.97473125rem;top:1.6875rem;left:1.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZck4ZwCrKC3o91DDcZVgMaKoGTNpmpW { width:17.4375rem;height:15.5956875rem;top:4.537109375rem;left:1.28125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #afTE0xUCGP21gi1TbkZA9a05ihk1VBLp { display:block; }#afTE0xUCGP21gi1TbkZA9a05ihk1VBLp > .row .container { width:20rem;height:15.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qcV0g03geqDgpOz0ZhU6ZWGhOsI5prBv { width:6rem;height:0.97473125rem;top:1.5rem;left:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBTQmTle7FXZpkwoJDQ70Hp7McufLTX8 { width:8.75rem;height:3.3125rem;top:4.349609375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvWXaAGVSb7vE0Pn51QRUvFya3Ax5eJs { width:6.75rem;height:2.4375rem;top:8.537109375rem;left:1.03125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8zv430HGHgqawyXskIQU4ZBN5tK6rHE { width:6rem;height:1.21875rem;top:11.724609375rem;left:1rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEDXfCn6uJWBHwL5lxLK1uTpzaRP3daA { width:8.75rem;height:3.25rem;top:4.255859375rem;left:10.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zn67CKugqCZ3NXuHTA6On2fZy3yql9xF { width:7.4375rem;height:2.4375rem;top:8.537109375rem;left:10.65625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWf5cKR7cT03vB9eNAsX5ELyxRgCWGn5 { width:6rem;height:1.21875rem;top:11.724609375rem;left:10.59375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6raasqFp93lIOt4nS4ZIRJT5GKzQGeG { display:block; }#H6raasqFp93lIOt4nS4ZIRJT5GKzQGeG > .row .container { width:20rem;height:4.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KkVwiU715ooR3pshV00N3A7JWtmU44iM { width:14.8125rem;height:2.436525rem;top:1.28125rem;left:2.59375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtxTG99pDkPXgCtyUWq1BWFM1pGyrV2O { display:block; }#vtxTG99pDkPXgCtyUWq1BWFM1pGyrV2O > .row .container { width:20rem;height:9.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fEgpUfJJgD7mTDb8stGO4IClJ59kslBw { width:6.25rem;height:3.0625rem;top:1.5rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #srzPR3F2R6DxZVcq6SO8TOQTHSLyvdIE { width:6.25rem;height:3.0625rem;top:1.5rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBtK5ASwCTEQQ3fwWhbs8uTeEP31Obp2 { width:6.25rem;height:3.0625rem;top:5.125rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z50S2COxFcs1VlEIwG3mvyulXX0wiqi3 { width:6.25rem;height:3.0625rem;top:5.125rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UccAJtwsiwZLJKVbQGxrZhiBkLwN6UL0 { display:block; }#UccAJtwsiwZLJKVbQGxrZhiBkLwN6UL0 > .row .container { width:20rem;height:34.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rDGat2BvTLkCflA9ScuxfCqTcqRtE7N7 { width:7.6875rem;height:4.4989rem;top:1.9375rem;left:1.0625rem;font-size:1.25rem;line-height:1.2;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #x3noKo4R16P7boxzxUrGseM4xwIPZVI1 { width:17.5rem;height:20.2477875rem;top:12.875rem;left:1.25rem;font-size:0.75rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #toT9XWieZywvcodgTcFmSPx22dq0IxSL { width:9.375rem;height:9.125rem;top:1.9375rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFLvUM6wQkExBhAyHiAe82nc49qfOx8v { display:block; }#kFLvUM6wQkExBhAyHiAe82nc49qfOx8v > .row .container { width:20rem;height:4.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uJWTgIgbvWyE7K0TRdaqNs2GJB3nu4Fz { width:14.8125rem;height:2.436525rem;top:0.96875rem;left:2.59375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eI1OzDfTE6RswcPThDB12aqVQQUk85aB { display:block; }#eI1OzDfTE6RswcPThDB12aqVQQUk85aB > .row .container { width:20rem;height:9.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m5wvxozOV0ago2N4ngdr7MhpJCoJDg68 { width:6.25rem;height:3.0625rem;top:1.5rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3pyVfxp7rVlGX0diABT8fxENJp7ES10 { width:6.25rem;height:3.0625rem;top:1.5rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrFSICa68OAWokNrfRbTN8CPM3hPnfX5 { width:6.25rem;height:3.0625rem;top:5.125rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJJoVsu9dT0CpvFBwR5rpnCpqJHsSKP2 { width:6.25rem;height:3.0625rem;top:5.125rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #llwE36zJTJCzuA8LdqLnoprI3Tz7R6Fc { display:block; }#llwE36zJTJCzuA8LdqLnoprI3Tz7R6Fc > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Azd5WEiSTEqLbA5yKS9xQ83TaA0HkA0f { width:9.375rem;height:9.375rem;top:1.0625rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PISk5mkHTVxHyQ8Me82dlD89rZHFV7li { width:9.375rem;height:9.375rem;top:1.0625rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQ55kl73N3wfMTDBMVzumv9yeo6S8LEr { width:17.5rem;height:17.5rem;top:39rem;left:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #iln1HyKDP9ETQVhwEkJJawGafsgipp4X { display:block; }#iln1HyKDP9ETQVhwEkJJawGafsgipp4X > .row .container { width:20rem;height:11.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vPdr4K2xQkH7SRwCTSLuLW68vUqFAxzp { width:9.375rem;height:9.375rem;top:1.4375rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0BzPQ3ynqdGzV51rkKTrEO0a4MenPVU { width:9.375rem;height:9.375rem;top:1.4375rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dP33iDgBqXttuVqim5pxuVrNykVDKToE { width:17.5rem;height:17.5rem;top:39rem;left:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qs8vNNv2QeI0Gz9p0ny1mSx1VxZVdGIs { display:block; }#Qs8vNNv2QeI0Gz9p0ny1mSx1VxZVdGIs > .row .container { width:20rem;height:40.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HFFvyDJgy8BiW1TcwvnKbaDQwNfKH5DE { width:12.5625rem;height:2.99926875rem;top:1.8125rem;left:0.625rem;font-size:1.25rem;line-height:1.2;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VnTKT92RXFdoy7WGRdUWF8ykQGqNVRx7 { width:16.9375rem;height:17.9980375rem;top:17.5rem;left:1.53125rem;font-size:0.75rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wEsbOCC9is2NcLsvuskhaxgdZAlMEWDy { width:7.4375rem;height:11.1875rem;top:4.8125rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHaFnSx2KOwTMbhpZ2VSU7o61xCwH831 { width:7.5rem;height:2.1875rem;top:37.1875rem;left:2.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2eHEKc4JC9XADyauiqo7RrTVmwFE9gQ { display:block; }
 }@media only screen and (max-width: 763px) { #QHLSnpNlK0B65LniT1ovwoHn5CqoaoLs { width:7.5rem;height:2.1875rem;top:37.1875rem;left:10.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKNXuCcilm1OeVG7J28qKy4DdHehAhEk { display:block; }
 }@media only screen and (max-width: 763px) { #sD2Sosq3t0PTRGDQPQickioVdv7QExpI { display:block; }#sD2Sosq3t0PTRGDQPQickioVdv7QExpI > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fub0up3TT8pgnLMr9tvINgyea1ahg17M { width:20rem;height:8.8125rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOdy1Jr17ubX8l3yl5HoAkfVvUOEGvTA { display:block; }#MOdy1Jr17ubX8l3yl5HoAkfVvUOEGvTA > .row .container { width:20rem;height:16.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VNmPFIASqATslVxcvxAOpMxeoW6vhVRU { width:18.375rem;height:3.6547875rem;top:1.875rem;left:0.748046875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZuXGoLEHIiZcGnlc8ye0BZ9FknVyxz2 { width:17.374rem;height:4.5rem;top:6.75rem;left:0.6875rem;font-size:0.75rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #R0zkN112Wxo6Iessq6Eotl4V0vueycFT { width:8.75rem;height:2.1875rem;top:12.75rem;left:0.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDvuVdL2y8DT9A7KUPIUczGmVoF4FhuK { display:block; }
 }@media only screen and (max-width: 763px) { #TtmerMVUbPePaTL0avsEmdItmASPoTs1 { width:9.875rem;height:2.1875rem;top:12.75rem;left:9.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IL9dg3VzdN0M8M3Tz7y95U019ExBNUpq { display:block; }
 }@media only screen and (max-width: 763px) { #i9SuLgwCRIxbdGPHb5UlXpRw1PCve2bc { width:16.875rem;height:3.125rem;top:16.875rem;left:1.5625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #t0cHqabaQp3HSCpR09cfXQL1By9mtgKi { display:block; }
 }@media only screen and (max-width: 763px) { #qUPrc4vV2OeCfeV6JNit3Tzuqz83ILel { display:block; }#qUPrc4vV2OeCfeV6JNit3Tzuqz83ILel > .row .container { width:20rem;height:4.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OvrsfxVAnybuatZ687q32UJSAwHkSBqG { width:14.8125rem;height:1.21875rem;top:1.28125rem;left:2.59375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7ghUMG0L6kpR3Xg2CcvVzcrXDRbVe7M { display:block; }#O7ghUMG0L6kpR3Xg2CcvVzcrXDRbVe7M > .row .container { width:20rem;height:9.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WvFilVDza33i7CiHI3wU5gc1v13Bm5Tw { width:6.25rem;height:3.0625rem;top:1.5rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQfRSMlcwt1tUB4B6Q0ihNLNBie9sk3W { width:6.25rem;height:3.0625rem;top:1.5rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wg4o97dcThd0GqqS2hlB1HFE7BsJA9C0 { width:6.25rem;height:3.0625rem;top:5.125rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTHhCakMUoQUX3qI944uvpeRW74Naq7v { width:6.25rem;height:3.0625rem;top:5.125rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ca5N8JoUCsFAEeUHAneHuRUp9ftMpIDi { display:block; }#Ca5N8JoUCsFAEeUHAneHuRUp9ftMpIDi > .row .container { width:20rem;height:27.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ITo43iGH1KMayL3SSdHfqWR6eR1xTJZG { width:8.0625rem;height:8.0625rem;top:2.5rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhpWBXbB9TGrh4RuKatRE6TXncpL8UtZ { width:18rem;height:12.12375rem;top:12.625rem;left:1rem;font-size:0.75rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #UarIMlCXOduQTBQLBAn9KIR9185CK2Rv { width:9.3125rem;height:3.25rem;top:2.5rem;left:0.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFUx68co5xARrsienUpuFBki9g01gOQP { display:none; }#fFUx68co5xARrsienUpuFBki9g01gOQP > .row .container { width:20rem;height:12.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Tmts6cpOU2TeF6tI23R73Xh9cv5lnmad { width:14.8125rem;height:2.4375rem;top:1.28125rem;left:2.59375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSSRFMe5zxQZFmNRfr3AF3kWikQyaMxe { width:6.25rem;height:6.25rem;top:4.96875rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSuX42v4P7TMJpsxrwkbH4LPcdwcmdAK { display:none; }#xSuX42v4P7TMJpsxrwkbH4LPcdwcmdAK > .row .container { width:20rem;height:154.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #B5wGptADyOiFteMBuWqlTmF5Jiu24rwG { width:3.75rem;height:3.75rem;top:70.25rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkpoTElniSTkW2PsvASPA0qZ8kWHLW0T { width:3.75rem;height:1.7871125rem;top:71.4375rem;left:4.375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r4wMlrgEqtbKxOLRaz3p8GQibfCxyXJh { width:17.125rem;height:1.75rem;top:81.6875rem;left:1.1875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Gdd2VSSkvTTm6z2Gaf7eBMFrbIbrutcI { width:17.8125rem;height:5.52344375rem;top:86rem;left:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwbxxdXlKRG9upkVvcFOBkSuDiUe6nE1 { width:17.8125rem;height:5.52344375rem;top:117.875rem;left:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJ13nPRhD4SgVrFa46tWSemkKdce1qBR { width:10.25rem;height:10.25rem;top:100.1875rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRJANFW25qC6MLuOL8SUyuWP6maF1FJd { width:17.0625rem;height:1.75rem;top:111.9375rem;left:1rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OsB5tlb3KaG1PPkG37W3hwXxud3EBsLr { width:3.75rem;height:3.75rem;top:99.1875rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTKX9efz3NAAtdXdINF0fdsDyoT4OIZG { width:3.75rem;height:1.7871125rem;top:100.25rem;left:4.3125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #unELEHHFUwuB5eMHctekvx0MMzJJeSdB { width:17.0625rem;height:1.6621125rem;top:114.0625rem;left:1rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vTNoODEflEswzE7tNXXy2r4lOg9cfi0Z { width:17.06175rem;height:1.6621125rem;top:83.375rem;left:1rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nKWul5UnmUbITTU4FlM9GmQPwBkazbqK { width:10.1875rem;height:10.1875rem;top:70.5625rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnFAfUeARV2TtQW2447dumvxABxBCEL9 { width:10.5rem;height:10.5rem;top:9.625rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FB2iOQJcngnLD9k0JS3EbCeoN6nF0LAL { width:1.811525rem;height:1.811525rem;top:33.75rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzSWZwrpAMxBAVKxPqaiksJ6wyKyp20L { display:block; }
 }@media only screen and (max-width: 763px) { #WXsEwzJmP74TJnlbzRaA4onMBkJQnCVw { width:1.8125rem;height:1.8125rem;top:33.6875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGaTS6CbErfbaTfTdALXb1hFfGgG4NhL { display:block; }
 }@media only screen and (max-width: 763px) { #FI9ZAJ3JQaQTLVozumdX1lnKEoOiUJB1 { width:17.8125rem;height:5.52344375rem;top:25.4375rem;left:1.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqcr6FB4xOn18z5T6GxXep72MHsIMBku { width:17.06175rem;height:1.6621125rem;top:22.625rem;left:1.0625rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KJQxDOLIJgeqK8bJF50Ube6ksLHHAMAI { width:1.811525rem;height:1.811525rem;top:33.75rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrL4J2Lwgg7DuXKczboJoqWhka3NsA7h { display:block; }
 }@media only screen and (max-width: 763px) { #BixgOJ4pi75p9HmWpcI5GHwEifItqFcW { width:17.8125rem;height:5.52344375rem;top:56.6875rem;left:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT19129pQyf5S6FZGfXhQnhPWTW5OD8O { width:10.375rem;height:10.375rem;top:39.8125rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVZ3m7c5GpVLk4n3BVCzZmwLMtDXxdnX { width:17.06175rem;height:1.6621125rem;top:53.8125rem;left:1rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hRvFXd53ZLl4puNtkH9z5H7hGatHT7vD { width:3.75rem;height:3.75rem;top:9.5rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPvnT45NTtfz0qnKHfLUJaFTAy8pDLTa { width:3.75rem;height:3.75rem;top:38.9375rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yc7tzfSapxOGo79gvrexubDMVEV2GBV2 { width:3.75rem;height:1.7871125rem;top:10.5rem;left:4.25rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BSr8wu84lp4ybfRD6hz7JJOBGvC4J61K { width:17.125rem;height:1.75rem;top:20.9375rem;left:1.0625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wh0oqz0PPIqd4Bqfut3Kpnh48mPaMCIK { width:17.06175rem;height:1.75rem;top:51.6875rem;left:1rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s2DlpNEbbVWVUDwBCW7Dq7NyQEpoRPmz { width:3.75rem;height:1.7871125rem;top:40rem;left:4.3125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mAxHBONcvBQ3J3MgWzOQscrxh3CSbL0k { width:20rem;height:10.7988125rem;top:2.4677734375rem;left:0rem;font-size:2.25rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #scZOhhKPlD78WS0CCrwk1K4JrrAwqZvB { width:9.25rem;height:2.5rem;top:124.6484375rem;left:5.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #igcfOHalCMIKexcxmFuZs8XoWcI7kT27 { display:block; }
 }@media only screen and (max-width: 763px) { #kNziw7RndJZSR6TBKzSuNIuzA3nD3eiU { width:1.875rem;height:1.875rem;top:148.2734375rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWmORHsrMsqXgxtSGaOiaGwCeoQr3Sgf { display:block; }
 }@media only screen and (max-width: 763px) { #rWAU9OmTadFktHvaoXSFC4dGRBiVA1DR { width:1.875rem;height:1.875rem;top:151.3984375rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dAtiqChmfto072TmgXv9qiB0zK9dQXBd { display:block; }
 }@media only screen and (max-width: 763px) { #XaLnPHRTNwused35Wq2hpJRL2eFZZHcH { width:1.8125rem;height:1.8125rem;top:145.2109375rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMkTgmponf3X4JwTwLWPlliTr7gTvuMo { display:block; }
 }@media only screen and (max-width: 763px) { #lJ3hZrDVNAT5TtPcTVkeouSr8vqbhG1A { width:9.25rem;height:2.5rem;top:141.4609375rem;left:5.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uemGa35rLtrM9wfBDikhMkWKsc1ROMBp { display:block; }
 }@media only screen and (max-width: 763px) { #Lrh6LlsL11C3B209z4zEQmIh0HF35Zqt { width:1.875rem;height:1.875rem;top:135.2109375rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXWSigPT8CvRKLCmNDNbDmBa5Lvg64oV { display:block; }
 }@media only screen and (max-width: 763px) { #l63L76VH2D6eapUOm89ePfky22PCsLhu { width:1.875rem;height:1.875rem;top:138.3359375rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAy1c9PrfkwHio2EfpDLFIWII7BTaL6I { display:block; }
 }@media only screen and (max-width: 763px) { #exucxi6wmMn691mpXahFU7ClVGGvMDJR { width:1.8125rem;height:1.8125rem;top:132.1484375rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gONnPwnW38Edn6c3O95BXFoHz2ZAcZuM { display:block; }
 }@media only screen and (max-width: 763px) { #m6VS6Ts8IvrZktRp3c7QDRQMCbXO9PNa { width:9.25rem;height:2.5rem;top:128.3984375rem;left:5.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkPdw2avS2TAwfOHQlpSqVeVkay6METU { display:block; }
 }@media only screen and (max-width: 763px) { #ywbgoZXZ2pDDnsrpht72ZdbTNHDmJlJS { display:none; }#ywbgoZXZ2pDDnsrpht72ZdbTNHDmJlJS > .row .container { width:20rem;height:131.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Kc1ry81RwcCXcOCgEx6yWNDd1tFewlKI { width:3.75rem;height:3.75rem;top:70.25rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4S2twwLem9HOzJi7elJGJkcR0FkKJeR { width:3.75rem;height:1.7871125rem;top:71.4375rem;left:4.375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hFPuTwFNcL6cTivVHksb23G3PHh5zMoJ { width:17.125rem;height:1.75rem;top:81.6875rem;left:1.1875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UUHpen1ox2p9lJO3fkI9gshZlLcoA4su { width:17.8125rem;height:5.52344375rem;top:86rem;left:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgkkV1B7NeFPlN6XkzfqHqTHuN9JK7bd { width:17.06175rem;height:1.6621125rem;top:83.375rem;left:1rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fVs3l3n6k8oV5fCXNTmQbRrVfpPBDxUp { width:10.1875rem;height:10.1875rem;top:70.5625rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSRKNDT0sWkSD1x2aahfw0kKWVfBwr2O { width:10.5rem;height:10.5rem;top:9.625rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVnxEfea99dMDKwl0BainHSiiFiSxqxA { width:17.8125rem;height:5.52344375rem;top:25.4375rem;left:1.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkX4TpiEKDnoDk5uuunebCcT2a8lsTGV { width:17.06175rem;height:1.6621125rem;top:22.625rem;left:1.0625rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TuGVN4f2C8H7TTVWvnV8yNfEBuv5yJEn { width:17.8125rem;height:5.52344375rem;top:56.6875rem;left:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLLPlgNPlJNmxv4oFDNW9yswZugnHPTy { width:10.375rem;height:10.375rem;top:39.8125rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfK4PEWSyp747nIVypwHD5HsrubOZymO { width:17.06175rem;height:1.6621125rem;top:53.8125rem;left:1rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dsO9T1InsuSZzsx8o99U63AABIVzZZgI { width:3.75rem;height:3.75rem;top:9.5rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yr8OCOQinWZIP7HpnmEDiMdoTAtEc9Ke { width:3.75rem;height:3.75rem;top:38.9375rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yeJQoxRde1mKpWZ8KodvdBiCM8EPBUCG { width:3.75rem;height:1.7871125rem;top:10.5rem;left:4.25rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yw1OkEqsFvRo3D2u0t6PZhhGW1HcaJ3M { width:17.125rem;height:1.75rem;top:20.9375rem;left:1.0625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mSV62EFynsXfJ9QRTku6J8zlZQbx7Ery { width:17.06175rem;height:1.75rem;top:51.6875rem;left:1rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sTqMdVxK0POqtbWocFmXZc68zERQgnDX { width:3.75rem;height:1.7871125rem;top:40rem;left:4.3125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iko4CHoJoyOBUipTB26sAyaGtvOrDDc4 { display:block; }#iko4CHoJoyOBUipTB26sAyaGtvOrDDc4 > .row .container { width:20rem;height:56.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WAeSITmrdMRa03HHOTpdbJsJLthwTNwA { width:14.6875rem;height:3.75rem;top:1.6875rem;left:1.125rem;font-size:1.5625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #T8qeotV9nnzZTKVuVTAT88HTnfVOPdGB { width:15.625rem;height:2.436525rem;top:8.24951171875rem;left:3.468017578125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuldTQCdLcONzlh9CHelQHhJJlUrXruN { width:13.0615rem;height:2.436525rem;top:12.125rem;left:3.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMtq5OiBo1H9aaPRa21hxkLM9TtB1hw9 { width:12.4365rem;height:2.436525rem;top:16.0625rem;left:3.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhSwgrvqUzb417xTcl8tARzI8T9ZktZs { width:15.49925rem;height:2.436525rem;top:20.2666015625rem;left:3.341552734375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZNQTs07JpLHHFrvHkQzSB0coATwE1Bc { width:14.24925rem;height:2.436525rem;top:28.425537109375rem;left:3.468017578125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrZmLLF9DHbPIMdM4H5MJmeJ6nDwaeV5 { width:13.562rem;height:2.436525rem;top:24.3154296875rem;left:3.468017578125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwK01U2JfHQxqlwCNKAvyJe5Xvcgyc3i { width:11.31225rem;height:2.436525rem;top:34.375rem;left:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBsUqlBdBJvWcWqqmTR7qIpZzy2K0Qq6 { width:15.1875rem;height:1.9494625rem;top:38.625rem;left:2.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHMDxJqCJSdKxfiiIlt9l3GwkX7ZEN0X { width:13.81225rem;height:1.9494625rem;top:41.5625rem;left:2.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #do0TF2aA0lTlrbihrqLMeg1BPwLKyTgy { width:10.06225rem;height:0.97473125rem;top:47.5625rem;left:2.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJcM3lpTkZczBq4SNiA8XIZvPp0HqOSI { width:13.62425rem;height:1.9494625rem;top:44.5625rem;left:2.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZ6hIIvCaU9tXUCzRHeDkGFyQXlmoHDf { width:13.6865rem;height:0.97473125rem;top:52.5rem;left:2.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtdXKSWw9rPVgR1f23cpBNQq0G67a2TF { width:11.1875rem;height:0.97473125rem;top:50rem;left:2.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycDVHyECnzZTLQ88u9yr44bT1hhhqJka { display:flex;width:1.5625rem;height:1.5625rem;top:8.25rem;left:1.125rem; }
 }@media only screen and (max-width: 763px) { #oNFyhXOhGri5RWKSxa725wlyUNRJN6Hn { display:flex;width:1.5625rem;height:1.5625rem;top:12.125rem;left:1.125rem; }
 }@media only screen and (max-width: 763px) { #DegUnkMZrFpuKeyhr20BrpGDka2w8rf8 { display:flex;width:1.5625rem;height:1.5625rem;top:16.1875rem;left:1.0625rem; }
 }@media only screen and (max-width: 763px) { #wtD1AGqbLXiVwnaAXGXXuo7V73QUCIMs { display:flex;width:1.5625rem;height:1.5625rem;top:20.2666015625rem;left:1.124267578125rem; }
 }@media only screen and (max-width: 763px) { #KsMdm8aw5HIVOMOriBXu42iQvx5vPumh { display:flex;width:1.5625rem;height:1.5625rem;top:24.3154296875rem;left:1.124267578125rem; }
 }@media only screen and (max-width: 763px) { #wIMnM5etHGZo0Inft5gdkZWv9CVqi4iz { display:flex;width:1.5625rem;height:1.5625rem;top:28.425537109375rem;left:1.124267578125rem; }
 }@media only screen and (max-width: 763px) { #AuB2VLCyQN39wXwXfsnP2FxRfOH3LKdJ { display:flex;width:0.9375rem;height:0.9375rem;top:38.75rem;left:1.1875rem; }
 }@media only screen and (max-width: 763px) { #Jgr5CdBoCw8eLJRnOQ4gyPCMNpRk8UEP { display:flex;width:0.9375rem;height:0.9375rem;top:41.6875rem;left:1.1875rem; }
 }@media only screen and (max-width: 763px) { #auTwwG7eUBlZtZ2GlEntcCRgASV1RUQH { display:flex;width:0.9375rem;height:0.9375rem;top:44.5625rem;left:1.1875rem; }
 }@media only screen and (max-width: 763px) { #tE2S8nKOaTr1I0F1ahB8z40gunzQuVml { display:flex;width:0.9375rem;height:0.9375rem;top:47.625rem;left:1.1875rem; }
 }@media only screen and (max-width: 763px) { #b5Pvr72enmFdpwVCFscWqMst3nNTQvW8 { display:flex;width:0.9375rem;height:0.9375rem;top:49.9375rem;left:1.1875rem; }
 }@media only screen and (max-width: 763px) { #cu0oS6Ex9refaiA9TZLauXnhmlT7SsqD { display:flex;width:0.9375rem;height:0.9375rem;top:52.5rem;left:1.1875rem; }
 }@media only screen and (max-width: 763px) { #BhMztVaS5OUA0Zn1cmfvZwuDQvZ9g8x4 { width:6.8115rem;height:6.8115rem;top:30.61181640625rem;left:12.484619140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmTOx4Op8bfazGbJEp412fkMvPIczfsS { width:16.875rem;height:3.125rem;top:37.25rem;left:1.5625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ec3GITK6MzBUT60UhTZTV1eTht5RrCdk { display:block; }
 }@media only screen and (max-width: 763px) { #x3RXGHQNlXSVniGyqV8SVcNVLWrlRRTS { display:block; }#x3RXGHQNlXSVniGyqV8SVcNVLWrlRRTS > .row .container { width:20rem;height:42.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FJOBMpV4HygKCdBs3sAEryy9GMbGKZaM { width:13.31175rem;height:1.5625rem;top:6.644287109375rem;left:1.99951171875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqXzuzKpmCl7qVZgRMaKO5ZnDdzxSpEd { width:6.375rem;height:2.5rem;top:10.4365234375rem;left:1.6240234375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvEEPri0afTc80HymM88tCa8DzM7618t { display:block; }
 }@media only screen and (max-width: 763px) { #nQFmTrTxT9rtpaB7GTTIEmQDdWLwg5B2 { width:3.4375rem;height:2.5rem;top:10.4365234375rem;left:9.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OoFddmBVbtgalWN7ZE5JN5tarenTtTbA { display:block; }
 }@media only screen and (max-width: 763px) { #cvJFbaVhAcyBmLgvqgHv3CmoCaeyFCWM { width:13rem;height:2.5rem;top:16.8115234375rem;left:1.6865234375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fu2nDQSs3gBP39X4x2rqPOKT5wS7CUP1 { display:block; }
 }@media only screen and (max-width: 763px) { #aTdppKBQ1BrfG8d8P2GV4IWFcTd86XVv { width:8.8125rem;height:2.5rem;top:13.6240234375rem;left:1.7490234375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPfVHGHkZEvRnOV7sGnhDxH5qpHNUWNx { display:block; }
 }@media only screen and (max-width: 763px) { #mxdOOIMrKuLKboaK4bmKKPNoIOWQR1qd { width:12.6245rem;height:1.5625rem;top:20.875rem;left:2.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGtw13xhw1n69gJBuPtEhSn6fAqJh5am { width:6.6875rem;height:2.5rem;top:24.5rem;left:2.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDzIWZsLc5NmnAqvfURIoJTyCdoIrppG { display:block; }
 }@media only screen and (max-width: 763px) { #IDbAUxQrXtk4BkpDU2DUImhd27S7XTtv { width:5.3125rem;height:2.5rem;top:24.5rem;left:10.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1ODFsNAcfUdI5kWTtEqHJBTLr1mEAXS { display:block; }
 }@media only screen and (max-width: 763px) { #re1Lw6JZZovqHbThRk4HivTsp04qRJuW { width:7.4375rem;height:2.5rem;top:27rem;left:1.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTQgxA3b7xaU2yzt4k4pgMmhwkdB5Pmk { display:block; }
 }@media only screen and (max-width: 763px) { #WfAKdLCR1vHlsfp4EneA2tiV13x4MDaV { width:4.5625rem;height:2.5rem;top:27rem;left:10.6875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZtlCC8ix1T4P2zA9RG29XOOOABOLXrbH { display:block; }
 }@media only screen and (max-width: 763px) { #KOH31Z3ufm8bLvcMKZpReAkN8pHJtE6J { width:9.624rem;height:1.5625rem;top:31.25rem;left:2.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFS2NqFHsNVTm8tHhPkHD70mHTHMQ0V7 { width:6.31225rem;height:2.5rem;top:37.6875rem;left:11.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VP5UGu26J5Fltea193h4V2uf9usuidIu { display:block; }
 }@media only screen and (max-width: 763px) { #hXOXKeV0oA67xXw4aEahU0dWaClrCc6o { width:7.875rem;height:2.5rem;top:34.5rem;left:2.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfTvv54S22GQa7BgQwGESt1DONoSqFHS { display:block; }
 }@media only screen and (max-width: 763px) { #nwQhPkOzP4XINRaqi0sJblQTEAv5atoW { width:2.87475625rem;height:2.5rem;top:34.5rem;left:11.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMu0UnmBqLQkFAx3DmuHf2uuxIMnMsxK { display:block; }
 }@media only screen and (max-width: 763px) { #f1xSKT6KeqdL79FxLuxSohVGTQKZu3xh { width:8.4375rem;height:2.5rem;top:37.6875rem;left:2.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVH4crpqxkbZBBWNrG16d362uZ2ly21i { display:block; }
 }@media only screen and (max-width: 763px) { #iTpxpZcx3OnBqOhg2PnCTMpmdDmsONTt { width:11rem;height:2.5rem;top:2.061767578125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuokL4ioz8gqW1M19SW7zD0PWi0GWLvp { display:block; }#NuokL4ioz8gqW1M19SW7zD0PWi0GWLvp > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mZz5n43DAaStBSKgTXaVeRJNVwGiiOkR { width:13.562rem;height:2.8125rem;top:2rem;left:3.25rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #uCTu3u3M0TlbVnJX7fhNJRrXvGCfXOUh { width:15.625rem;height:2.5rem;top:5.8125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWVwRZudGy6xUyhViOdDLoqqPkvI84Xz { display:block; }
 }