.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;
}
.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-input-select option {
  color: #000;
}
.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 {
  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:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;top:0rem;left:0rem;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FMvZTOeHdAVdl44ZgvxQwVdEzhJQcPBM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#FMvZTOeHdAVdl44ZgvxQwVdEzhJQcPBM > .row .container { background-color: transparent; background-image: none; }#FMvZTOeHdAVdl44ZgvxQwVdEzhJQcPBM::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FMvZTOeHdAVdl44ZgvxQwVdEzhJQcPBM > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FMvZTOeHdAVdl44ZgvxQwVdEzhJQcPBM > .row .container > .video-iframe-container { display: none; }#FMvZTOeHdAVdl44ZgvxQwVdEzhJQcPBM > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FMvZTOeHdAVdl44ZgvxQwVdEzhJQcPBM > .row > .video-iframe-container { display: none; }#FMvZTOeHdAVdl44ZgvxQwVdEzhJQcPBM > .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); }#FMvZTOeHdAVdl44ZgvxQwVdEzhJQcPBM > .row .container { border-width: 0; border-radius: 0; }#FMvZTOeHdAVdl44ZgvxQwVdEzhJQcPBM > .row .container { font-size:0.875rem;font-family:arial;height:49.0625rem;width:75rem;position:relative;display:block; }#r1X3snFQ3G4OTU8Qsz7cHKMi9KT2i0Z5 { color:#33383c;display:block;width:23.4375rem;position:absolute;font-family:montserrat;font-size:2.625rem;font-weight:300;z-index:100010;line-height:1.2;letter-spacing:0;top:14.25rem;left:5.25rem;height:6.2998125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tQhkMTHImh7Sl5CbNeudXRql0xm8qqcH { color:#ffffff;display:block;width:27.0625rem;position:absolute;font-family:archivo;font-size:1.125rem;font-weight:300;z-index:100004;line-height:1.8;letter-spacing:0;top:35.25rem;left:18.125rem;height:2.0874rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uX2ltmTGExPKNhAkl5pwfnDqw926wXJQ { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.0625rem;width:14.75rem;top:0.96484375rem;left:2.1875rem;overflow:hidden;display:block; }
#BmewTowqTnzOIQ4KPgzg9BgsghmDIVqt { position:absolute;display:block;z-index:100003;background-color:#3333ff;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;height:32.625rem;width:30rem;top:8.96484375rem;left:41.25rem;display:block; }
#UiJb1xEEIVuJggtykRnzlaQSTpoTrMeg { color:#33383c;display:block;width:22.4375rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;top:24.36181640625rem;left:45.03125rem;height:1.83105625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xo8FNpkJ66Fke7Os0QgRC4gAEKkVdcUd { color:#ffffff;display:block;width:24.1875rem;position:absolute;font-family:archivo;font-size:1.4375rem;font-weight:300;z-index:100005;line-height:1.7;letter-spacing:0;top:21.75rem;left:5.25rem;height:2.4433625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zdZem4mQAIFJ8U2QDzToDR4VuuDwb9qK { position:absolute;display:block;z-index:100012;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0rem;border-top-right-radius:3.4375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:3.4375rem;height:32.625rem;width:37.375rem;top:9.02734375rem;left:0rem;display:block; }
#obHMR0dQ580LV5zvQ8DfsWSr9wyxZcK2 { color:#33383c;display:block;width:25.9375rem;position:absolute;font-family:montserrat;font-size:12.375rem;font-weight:700;z-index:100011;line-height:1.4;letter-spacing:0;top:21.75rem;left:5.0625rem;height:17.3246875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Elerr0TuhVvbKccRg1kIlr2sNRzPkGZE { color:#33383c;display:block;width:4.5rem;position:absolute;font-family:montserrat;font-size:4.375rem;font-weight:700;z-index:100012;line-height:1.4;letter-spacing:0;top:25.125rem;left:21.75rem;height:6.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iqEpBdQkNzlH8cdJXZfpG6UtO0USNVns { color:#33383c;display:block;width:12.0625rem;position:absolute;font-family:montserrat;font-size:4.375rem;font-weight:700;z-index:100013;line-height:1.4;letter-spacing:0;top:29.3125rem;left:21.75rem;height:6.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EHZnfiDFBK1dSQT5RVCzzINLcPvheULs { color:#33383c;display:block;width:6.5rem;position:absolute;font-family:montserrat;font-size:2.625rem;font-weight:700;z-index:100014;line-height:1.4;letter-spacing:0;top:34.1875rem;left:26.25rem;height:3.67480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rWDfcErbt5GR21MdiDctXJtyTb4kxVHt { color:#33383c;display:block;width:38.9375rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:300;z-index:100014;line-height:1.4;letter-spacing:0;top:2.5rem;left:18.46875rem;height:8.4619375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#REXkE4Aew6mJtZemoFZDOa9ZeP7WlRUr { position:absolute;display:block;z-index:100013;background-color:#3333ff;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:2.9375rem;width:8.25rem;top:2.4375rem;left:33.34375rem;display:none; }
#UIHoVHbmrreVZN0w09GTWMuB2mozUJCB { position:absolute;display:block;z-index:100013;background-color:#3333ff;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:2.9375rem;width:8.25rem;top:2.4375rem;left:33.34375rem;display:none; }
#ftlPN54xbb7wwpe2cVGBAJIkHex9QTyV { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.625rem;width:11.5625rem;top:7.6494140625rem;left:43.1875rem;overflow:hidden;display:none; }
#fcCb9K1TiafdeT75cXSNRa23s5que9vk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/Zs9Y4Eqf/hexwave.gif");background-position:top center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#fcCb9K1TiafdeT75cXSNRa23s5que9vk.adaptive-delivery-prevent-bg, #fcCb9K1TiafdeT75cXSNRa23s5que9vk.lazyload, #fcCb9K1TiafdeT75cXSNRa23s5que9vk.lazyloading { background-image: none; }#fcCb9K1TiafdeT75cXSNRa23s5que9vk > .row .container { background-color: transparent; background-image: none; }#fcCb9K1TiafdeT75cXSNRa23s5que9vk::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fcCb9K1TiafdeT75cXSNRa23s5que9vk > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fcCb9K1TiafdeT75cXSNRa23s5que9vk > .row .container > .video-iframe-container { display: none; }#fcCb9K1TiafdeT75cXSNRa23s5que9vk > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fcCb9K1TiafdeT75cXSNRa23s5que9vk > .row > .video-iframe-container { display: none; }#fcCb9K1TiafdeT75cXSNRa23s5que9vk > .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); }#fcCb9K1TiafdeT75cXSNRa23s5que9vk > .row .container { border-width: 0; border-radius: 0; }#fcCb9K1TiafdeT75cXSNRa23s5que9vk > .row .container { font-size:0.875rem;font-family:arial;height:33.3125rem;width:75rem;position:relative;display:block; }#tiaIGPWA11B92XSureFcK724qELFbZUe { color:#33383c;display:block;width:38.9375rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:300;z-index:100014;line-height:1.4;letter-spacing:0;top:2.5rem;left:18.46875rem;height:8.4619375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aRDKgefmV4pF9uB7aXGOQWEqJUOwogaz { position:absolute;display:block;z-index:100013;background-color:#3333ff;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:2.9375rem;width:8.25rem;top:2.4375rem;left:33.34375rem;display:block; }
#BgkooiC1OdaKeO3COxEZGaa97bJOyvke { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.625rem;width:11.5625rem;top:7.6494140625rem;left:43.1875rem;overflow:hidden;display:block; }
#IVow4l1rH5wnzBriVExgQkgck43wvXLF { z-index:100001;top:13.65625rem;left:29.3125rem;background-color:transparent;background-image:none;border-top:0.125rem solid #12cc94;border-left:0.125rem solid #12cc94;border-right:0.125rem solid #12cc94;border-bottom:0.125rem solid #12cc94;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-sizing:border-box;color:#12cc94;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:archivo;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.375rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#T7oPTRcIIcU9V6w2PdKRFBRnmnJ2rP80 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#rQPsHQmye2f99f5uTCTvwc0WfkOmerdC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#rQPsHQmye2f99f5uTCTvwc0WfkOmerdC > .row .container { background-color: transparent; background-image: none; }#rQPsHQmye2f99f5uTCTvwc0WfkOmerdC::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rQPsHQmye2f99f5uTCTvwc0WfkOmerdC > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rQPsHQmye2f99f5uTCTvwc0WfkOmerdC > .row .container > .video-iframe-container { display: none; }#rQPsHQmye2f99f5uTCTvwc0WfkOmerdC > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rQPsHQmye2f99f5uTCTvwc0WfkOmerdC > .row > .video-iframe-container { display: none; }#rQPsHQmye2f99f5uTCTvwc0WfkOmerdC > .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); }#rQPsHQmye2f99f5uTCTvwc0WfkOmerdC > .row .container { border-width: 0; border-radius: 0; }#rQPsHQmye2f99f5uTCTvwc0WfkOmerdC > .row .container { font-size:0.875rem;font-family:arial;height:35.875rem;width:75rem;position:relative;display:block; }#B8E1uINkZMGwJetr4Udx90wtSyclRGWF { color:#ff76e2;display:block;width:17.7480625rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:700;z-index:100001;line-height:1.2;letter-spacing:0;top:17.3125rem;left:1.9375rem;height:1.63720625rem;font-style:normal;display:block; }
#euX86RPgTT6N03csXwguiQtdctizrAVP { box-sizing:content-box;color:#ff76e2;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100007;top:20.0625rem;left:2.6875rem;display:block; }
#yLB2RzLa6KCeLP0sEvp8yGidLnTkfWp3 { color:#ffffff;display:block;width:10.625rem;position:absolute;font-family:archivo;font-size:0.875rem;font-weight:normal;z-index:100002;line-height:1.1;letter-spacing:0;top:20.25rem;left:4.75rem;height:9.0991rem;display:block; }
#lzem3ozH9M17TIzbILiAUJEy4ZhtTlgk { box-sizing:content-box;color:#ff76e2;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100008;top:21.875rem;left:2.6875rem;display:block; }
#J4BSyPyih5rpeusqcC9NUcBOR0LBe6pB { box-sizing:content-box;color:#ff76e2;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100009;top:23.9375rem;left:2.75rem;display:block; }
#wwbRlAo5nQUJIwATaXOBvnznI6tzOK63 { box-sizing:content-box;color:#ff76e2;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100010;top:25.8125rem;left:2.75rem;display:block; }
#lTr8snsuOsP41Zo6LQFUC6QraaRsyCa5 { box-sizing:content-box;color:#ff76e2;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100011;top:27.75rem;left:2.75rem;display:block; }
#Tzs4Xv1z21GiThqnH14qNUgPlZ02TOMP { box-sizing:content-box;color:#5cc885;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100008;top:12.1875rem;left:9.5rem;display:none; }
#ag4vr2G1Au5ekcHmIiqIJMHthRd3TVpN { color:#33383c;display:block;width:47.75rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:300;z-index:100014;line-height:1.6;letter-spacing:0;top:4.125rem;left:14rem;height:3.19970625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aEKKIBXtvWyzi09c5sxIzTIXLVNJsoci { position:absolute;display:block;z-index:100000;background-color:#0e0e0e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ff7059;border-left:0.0625rem solid #ff7059;border-right:0.0625rem solid #ff7059;border-bottom:0.0625rem solid #ff7059;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.375rem 0.25rem 0.375rem rgba(0,0,0,0.97) ;height:21.0625rem;width:16.9375rem;top:14.205078125rem;left:19.06396484375rem;display:block; }
#PhaIDoIh2XeZag676LeZtkynN9wAF3w4 { position:absolute;display:block;z-index:100001;background-color:#0e0e0e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #8a6df1;border-left:0.0625rem solid #8a6df1;border-right:0.0625rem solid #8a6df1;border-bottom:0.0625rem solid #8a6df1;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.375rem 0.25rem 0.375rem rgba(0,0,0,0.97) ;height:21.0625rem;width:16.9375rem;top:14.205078125rem;left:38.75rem;display:block; }
#aU5cOMk3I5kq4zQNTacTk6pGqHAlJGhN { position:absolute;display:block;z-index:100002;background-color:#0e0e0e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #00cc7e;border-left:0.0625rem solid #00cc7e;border-right:0.0625rem solid #00cc7e;border-bottom:0.0625rem solid #00cc7e;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.375rem 0.25rem 0.375rem rgba(0,0,0,0.97) ;height:21.0625rem;width:16.9375rem;top:14.205078125rem;left:57.9375rem;display:block; }
#mnTEO7IqLmsNvARxV5yQEtfozK1s1EwZ { color:#000000;display:block;width:12.8125rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:700;z-index:100002;line-height:1.2;letter-spacing:0;top:17.3125rem;left:21.18896484375rem;height:1.63720625rem;font-style:normal;display:block; }
#a01s58eHgGUyvOR0MMALGhsDyoNOHa3U { color:#ffffff;display:block;width:13.3125rem;position:absolute;font-family:archivo;font-size:0.875rem;font-weight:normal;z-index:100003;line-height:1.1;letter-spacing:0;top:20.25rem;left:22.28125rem;height:9.0991rem;display:block; }
#uppCENVc3ID7K7DOnPTHf9IEHvmC5n1T { box-sizing:content-box;color:#ff7059;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100008;top:19.9375rem;left:20.34375rem;display:block; }
#wGgkpXextSCRhOgrfCMLQWP6kpG5hQa5 { box-sizing:content-box;color:#ff7059;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100009;top:21.875rem;left:20.31396484375rem;display:block; }
#llQO2TUnyH6BkTEkpwivEGWRq8HLysSx { box-sizing:content-box;color:#ff7059;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100010;top:23.8125rem;left:20.31396484375rem;display:block; }
#oIWCx3bGwTeWKolrImNhUDGyQWdlyM9l { box-sizing:content-box;color:#ff7059;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100011;top:25.75rem;left:20.31396484375rem;display:block; }
#u7oa2N9QzPfR88fRLepVnTmFxOBF3xoP { box-sizing:content-box;color:#ff7059;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100012;top:27.625rem;left:20.31396484375rem;display:block; }
#e1BlytqRApdvIMkLOpT64UidFmThMeAV { color:#33383c;display:block;width:37.375rem;position:absolute;font-family:archivo;font-size:1.0625rem;font-weight:300;z-index:100015;line-height:1.6;letter-spacing:0;top:8.3125rem;left:18.375rem;height:1.69970625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sS17bJT0Oly683FfBBaE4HHUvsQAuNxE { color:#000000;display:block;width:12.8125rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:700;z-index:100003;line-height:1.2;letter-spacing:0;top:17.3125rem;left:40.8125rem;height:1.63720625rem;font-style:normal;display:block; }
#NAfP5zF1CKLo1SEHK6ouoF9faHDIyDGP { color:#ffffff;display:block;width:13.3125rem;position:absolute;font-family:archivo;font-size:0.875rem;font-weight:normal;z-index:100004;line-height:1.1;letter-spacing:0;top:20.375rem;left:42.75rem;height:9.0991rem;display:block; }
#hzRKv4Z6QAc2yiE0TPMUxu3AlXeHvKsJ { box-sizing:content-box;color:#8a6df1;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100009;top:20.25rem;left:40.75rem;display:block; }
#T0QETsQ8troNpyLXRFxPBwJxvX5gnJ4Z { box-sizing:content-box;color:#8a6df1;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100010;top:22.125rem;left:40.75rem;display:block; }
#OtiaCNGFroN9XfBuwX4SJBcubx2A9Rbm { box-sizing:content-box;color:#8a6df1;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100011;top:24rem;left:40.75rem;display:block; }
#x40TC96iO3ttLOKkeISWHLQTrfuNB3JD { box-sizing:content-box;color:#8a6df1;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100012;top:25.875rem;left:40.75rem;display:block; }
#PIWs5OZOhgrqgDXoQPeHn9gsN1oKu0g2 { box-sizing:content-box;color:#8a6df1;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100013;top:27.8125rem;left:40.75rem;display:block; }
#MMRJofs2fATTCNA7KwRFJWUm8iXeRdF7 { color:#000000;display:block;width:12.8125rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:700;z-index:100004;line-height:1.2;letter-spacing:0;top:16.9375rem;left:60.375rem;height:3.3369125rem;font-style:normal;display:block; }
#QswzGoOfhcgyqMEDECa7w1nmymRLB5yc { color:#ffffff;display:block;width:9.75rem;position:absolute;font-family:archivo;font-size:0.875rem;font-weight:normal;z-index:100005;line-height:1.1;letter-spacing:0;top:20.625rem;left:62.375rem;height:9.0991rem;display:block; }
#qIBxVFpmavH9QBOCNThv3rMSkTD1H5n9 { box-sizing:content-box;color:#00cc7e;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100009;top:20.4375rem;left:60.375rem;display:block; }
#ikNTtqRHno5QiK5nRIevLuWNIBJtWFAt { box-sizing:content-box;color:#00cc7e;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100010;top:22.375rem;left:60.375rem;display:block; }
#d3NPzTn50b8iVxySPItKO6n8KOITmtUO { box-sizing:content-box;color:#00cc7e;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100011;top:24.40625rem;left:60.4375rem;display:block; }
#cBNe3ItGo5P83Jo8UiFXk6mkoTuMnisX { box-sizing:content-box;color:#00cc7e;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100012;top:26.28125rem;left:60.4375rem;display:block; }
#kWtAD2Chuni0epUGe5o8oJbHoXyI2OZT { box-sizing:content-box;color:#00cc7e;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100013;top:28.125rem;left:60.5rem;display:block; }
#ZTN9GFnTVAyZE5c15crlXxcMIJCrBXCc { z-index:100003;top:31.9375rem;left:1.09375rem;background-color:#ff76e2;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:archivo;font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.875rem;height:2.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#x5uwDqe9sfsoSdKBy2krF2lyhCags35y { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#HGnR8WiXKE1L0VfybiC1rEXnMvUdh4Sb { z-index:100004;top:31.9375rem;left:20.15625rem;background-color:#ff7059;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:archivo;font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.875rem;height:2.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#hETGu1UIVmydpVhQiTKQ09H9gopmyfQK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#PI9t2wUTMqVQN8k6hgLrVmlziiORgaaQ { z-index:100005;top:31.9375rem;left:39.96875rem;background-color:#8a6df1;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:archivo;font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.875rem;height:2.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#O6IlzQqtJXmXe8KXUuCzw1mrU29POguS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Hs0Xoxu2HXJMxBX1F4ggZzOJnSPsiTV9 { z-index:100006;top:31.9375rem;left:59.15625rem;background-color:#00cc7e;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:archivo;font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.875rem;height:2.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#oc5lR0IuU9t8256RxExNz6Bs4sFGexwT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#FyHNFXfNt76ENwQsMSJsh3hw3weTG82L { color:#ff76e2;display:block;width:16.9375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:100002;line-height:1.2;letter-spacing:0;top:30.28564453125rem;left:0rem;height:1.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gtTq3FPo7Ie4UFcTT3BpufnplBTqrppg { position:absolute;display:block;z-index:99999;background-color:#0e0e0e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ff76e2;border-left:0.0625rem solid #ff76e2;border-right:0.0625rem solid #ff76e2;border-bottom:0.0625rem solid #ff76e2;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.375rem 0.25rem 0.375rem rgba(0,0,0,0.97) ;height:21.0625rem;width:16.9375rem;top:14.392578125rem;left:0rem;display:block; }
#eELbUTTXLVLri0fxyUaJpea0pfAoN0OV { color:#ff76e2;display:block;width:16.9375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:100003;line-height:1.2;letter-spacing:0;top:30.41064453125rem;left:19.125rem;height:1.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TswwDrmR25lqTLLQt9x1DNttqWfTwrHP { color:#ff76e2;display:block;width:16.9375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:100004;line-height:1.2;letter-spacing:0;top:30.41064453125rem;left:38.9375rem;height:1.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AcSGeK4lqRgAPOQFclkmzMZ0M8yey0xS { color:#ff76e2;display:block;width:16.9375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:100005;line-height:1.2;letter-spacing:0;top:30.38720703125rem;left:58.0625rem;height:1.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TE6imlrfGKRlCNeT7GW2G9FFHf4e5VfH { box-sizing:content-box;color:#ff7059;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100012;top:27.625rem;left:20.31396484375rem;display:none; }
#R9TFOtzyeERhVArbIA7PGBov6noCXvQa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#R9TFOtzyeERhVArbIA7PGBov6noCXvQa > .row .container { background-color: transparent; background-image: none; }#R9TFOtzyeERhVArbIA7PGBov6noCXvQa::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#R9TFOtzyeERhVArbIA7PGBov6noCXvQa > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#R9TFOtzyeERhVArbIA7PGBov6noCXvQa > .row .container > .video-iframe-container { display: none; }#R9TFOtzyeERhVArbIA7PGBov6noCXvQa > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#R9TFOtzyeERhVArbIA7PGBov6noCXvQa > .row > .video-iframe-container { display: none; }#R9TFOtzyeERhVArbIA7PGBov6noCXvQa > .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); }#R9TFOtzyeERhVArbIA7PGBov6noCXvQa > .row .container { border-width: 0; border-radius: 0; }#R9TFOtzyeERhVArbIA7PGBov6noCXvQa > .row .container { font-size:0.875rem;font-family:arial;height:27.0625rem;width:75rem;position:relative;display:block; }#k5Jvb54yZiEmVZbyvwxPZxN3t4tzxmah { box-sizing:content-box;color:#5cc885;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100008;top:12.1875rem;left:9.5rem;display:none; }
#hzH70yaaMbTI7WI3trwnU4NqPHJ4sfzx { position:absolute;display:block;z-index:100002;background-color:#0e0e0e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #00cc7e;border-left:0.0625rem solid #00cc7e;border-right:0.0625rem solid #00cc7e;border-bottom:0.0625rem solid #00cc7e;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.375rem 0.25rem 0.375rem rgba(0,0,0,0.97) ;height:21.0625rem;width:16.9375rem;top:2.34375rem;left:38.875rem;display:block; }
#se6IvJ4is8lisV6PoUNmESvPRf1tmGFO { color:#ffbe00;display:block;width:14.25rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:700;z-index:100003;line-height:1.2;letter-spacing:0;top:4.56201171875rem;left:20.4375rem;height:3.3369125rem;font-style:normal;display:block; }
#U1gI9yfLFCmTbyPXFUfIfVtUHqpeU5QZ { color:#ffffff;display:block;width:13.3125rem;position:absolute;font-family:archivo;font-size:0.875rem;font-weight:normal;z-index:100004;line-height:1.1;letter-spacing:0;top:9.1875rem;left:22.4375rem;height:9.0991rem;display:block; }
#ahSflemxHSykQ92sLI3fTMnOe8fJUTb7 { box-sizing:content-box;color:#ffbe00;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100009;top:9.0625rem;left:20.4375rem;display:block; }
#OU1mwIPFMA1v21Vvd8MrShDOZ16L1aTp { box-sizing:content-box;color:#ffbe00;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100010;top:10.9375rem;left:20.4375rem;display:block; }
#hrwCAFyXzBxQoS2ZsdB6yQdHr3cWQBB9 { box-sizing:content-box;color:#ffbe00;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100011;top:12.8125rem;left:20.4375rem;display:block; }
#wrJIJnb97eRFHxJ2PD4W1kvMzrX9IuBu { box-sizing:content-box;color:#ffbe00;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100012;top:14.75rem;left:20.4375rem;display:block; }
#LVDVHG2yh048TKqylI0mz01fCRkmtUrf { box-sizing:content-box;color:#ffbe00;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100013;top:16.5625rem;left:20.4375rem;display:block; }
#UzzKTq1iMI0R02HQUXwLfDU1clW7tw8u { color:#000000;display:block;width:12.8125rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:700;z-index:100004;line-height:1.2;letter-spacing:0;top:5rem;left:41.1875rem;height:3.3369125rem;font-style:normal;display:block; }
#wDiHBbWbmT8U5RqSNfoDTNRumkC2mvE5 { color:#ffffff;display:block;width:9.75rem;position:absolute;font-family:archivo;font-size:0.875rem;font-weight:normal;z-index:100005;line-height:1.1;letter-spacing:0;top:8.625rem;left:43.4375rem;height:9.0991rem;display:block; }
#c1mTDWrB1Vin1gXPM09oViBLtqhFWuB8 { box-sizing:content-box;color:#00cc7e;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100009;top:8.5rem;left:41.1875rem;display:block; }
#WT04BtvMoqsK6rbXbVbSncoabBAuOZAA { box-sizing:content-box;color:#00cc7e;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100010;top:10.3125rem;left:41.1875rem;display:block; }
#IsFpFIvgWEsMexEeFmuZI5anMiwnTPhI { box-sizing:content-box;color:#00cc7e;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100011;top:12.25rem;left:41.25rem;display:block; }
#o61lr9w7MmVdp04ELfWu440I5IRNXLzA { box-sizing:content-box;color:#00cc7e;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100012;top:14.1875rem;left:41.25rem;display:block; }
#PuPUtlXJuwJQFGSCWJRxrPWegymPRWEk { box-sizing:content-box;color:#00cc7e;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100013;top:16.0625rem;left:41.3125rem;display:block; }
#hQT9zJIX0eZOvR0mB0UNoDU5ibUM2Tt4 { position:absolute;display:block;z-index:100001;background-color:#0e0e0e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffbe00;border-left:0.0625rem solid #ffbe00;border-right:0.0625rem solid #ffbe00;border-bottom:0.0625rem solid #ffbe00;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.375rem 0.25rem 0.375rem rgba(0,0,0,0.97) ;height:21.0625rem;width:16.9375rem;top:2.5rem;left:19.03125rem;display:block; }
#vO51OXNBRZeKplcAOIwTdeZMdvZTIAlT { z-index:100005;top:20.1875rem;left:20.125rem;background-color:#ffbe00;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:archivo;font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.875rem;height:2.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Q3hPqUPIPpRovrbEUOrZwmMTTJnIdEKB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#d27nKMcIFQFtJPCdUa2SpZaXxMwwlC9f { z-index:100007;top:20.25rem;left:39.96875rem;background-color:#00cc7e;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:archivo;font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.875rem;height:2.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#enByEmh9wsK8w61rWZlqihOinwF7BfsT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#CqImBdghm0VOmB7GVky40HBi8wDCSOCI { color:#ff76e2;display:block;width:16.9375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:100004;line-height:1.2;letter-spacing:0;top:18.66064453125rem;left:19rem;height:1.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yQcXwd8FvAOZiEFalDHrrQVJizr899Oy { color:#ff76e2;display:block;width:16.9375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:100005;line-height:1.2;letter-spacing:0;top:18.78564453125rem;left:38.9375rem;height:1.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dMdWTbDaOT5IaAp84I1tkmVoKa1V3gvv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#3333ff;background-image:none;position:relative;display:block; }#dMdWTbDaOT5IaAp84I1tkmVoKa1V3gvv > .row .container { background-color: transparent; background-image: none; }#dMdWTbDaOT5IaAp84I1tkmVoKa1V3gvv::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dMdWTbDaOT5IaAp84I1tkmVoKa1V3gvv > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dMdWTbDaOT5IaAp84I1tkmVoKa1V3gvv > .row .container > .video-iframe-container { display: none; }#dMdWTbDaOT5IaAp84I1tkmVoKa1V3gvv > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dMdWTbDaOT5IaAp84I1tkmVoKa1V3gvv > .row > .video-iframe-container { display: none; }#dMdWTbDaOT5IaAp84I1tkmVoKa1V3gvv > .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); }#dMdWTbDaOT5IaAp84I1tkmVoKa1V3gvv > .row .container { border-width: 0; border-radius: 0; }#dMdWTbDaOT5IaAp84I1tkmVoKa1V3gvv > .row .container { font-size:0.875rem;font-family:arial;height:47.25rem;width:75rem;position:relative;display:block; }#LcR01u4n7xMtn3HgGQW4rsbJXAaApTy2 { box-sizing:content-box;color:#5cc885;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100008;top:12.1875rem;left:9.5rem;display:none; }
#eNp44prOT3rINFFeUJgVchuHQfklTfh1 { color:#33383c;display:block;width:47.75rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:300;z-index:100014;line-height:1.6;letter-spacing:0;top:3.375rem;left:14.0625rem;height:3.19970625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Zb5EeEACSD9vyGt1fOZxJUDgDQ8k1nht { color:#33383c;display:block;width:37.375rem;position:absolute;font-family:archivo;font-size:1.0625rem;font-weight:300;z-index:100015;line-height:1.6;letter-spacing:0;top:7.375rem;left:18.625rem;height:1.69970625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VuzpXg7XPHG8U6PDfsV2y2t7fcrZmSTK { color:#000000;display:block;width:14.9350625rem;position:absolute;font-family:montserrat;font-size:3.8125rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:16.75rem;left:11.4375rem;height:5.01855625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sqCec7LCL9kOnTMIJmPZwrLCpcpy3AV0 { color:#ffffff;display:block;width:9.0625rem;position:absolute;font-family:archivo;font-size:0.9375rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:17.25rem;left:24.875rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KrMDuJps6113J1CzhpRiZ5fh2BMAqdSo { color:#ffffff;display:block;width:14.9375rem;position:absolute;font-family:"open sans";font-size:0.625rem;font-weight:normal;z-index:100013;line-height:1.3;letter-spacing:0;top:20.9375rem;left:22rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#AmTcWvTpnReJgpF6fr0PAexXif2bhtWt { position:absolute;display:block;z-index:100003;background-color:#2424fb;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:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem #1411fd ;height:10.375rem;width:23.6875rem;top:14.125rem;left:13.25rem;display:block; }
#wGfMmB5A1I10wXw3tXLiyJRRICGDtRaS { position:absolute;display:block;z-index:100004;background-color:#2424fb;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:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem #1411fd ;height:10.375rem;width:24.625rem;top:14rem;left:38.1875rem;display:block; }
#BdndQupV9XpRP1zafNMaNQqdqTkVS9ui { color:#000000;display:block;width:14.9350625rem;position:absolute;font-family:montserrat;font-size:3.8125rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:16.6875rem;left:36.4375rem;height:5.01855625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bEK3INGHsRPZFPILirM6Qcad87aVQIXp { color:#000000;display:block;width:15.375rem;position:absolute;font-family:archivo;font-size:0.8125rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:21.3125rem;left:36.1875rem;height:1.0563125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tzNi0vlgZzSZTLcSmoMAcQANPunUl0ne { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:archivo;font-size:1.3125rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:18.5rem;left:45rem;height:1.76855625rem;text-align:center;text-align-last:center;display:block; }
#a0tTaB7fLR7kU9NMRGXp1F6JiI64b8Jm { position:absolute;display:block;z-index:100005;background-color:#2424fb;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:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem #1411fd ;height:10.375rem;width:24.1875rem;top:25.9375rem;left:12.875rem;display:block; }
#Ia7QDKB0VTTb2fTT7csKirahaLPEXkad { color:#000000;display:block;width:14.9350625rem;position:absolute;font-family:montserrat;font-size:3.8125rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:28.3125rem;left:11.125rem;height:5.01855625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Hxy37b0TOyLEOd2flhRoEPg82uPdo4T7 { color:#000000;display:block;width:15.375rem;position:absolute;font-family:archivo;font-size:0.8125rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:32.6875rem;left:10.875rem;height:1.0563125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fsAtU1mMLcHWI9lzLh1EDdPWrbs9Ix2i { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:archivo;font-size:1.3125rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:30.25rem;left:19.375rem;height:1.76855625rem;text-align:center;text-align-last:center;display:block; }
#KCvFbsSIbgeI4e0b3aK4hq5e8IBGq00A { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:32rem;left:22.25rem;height:0.9746125rem;text-align:center;text-align-last:center;display:block; }
#FyKPyScWlRWBk6Jxt7b7qNuMm5Ulu9Ny { color:#000000;display:block;width:14.9350625rem;position:absolute;font-family:montserrat;font-size:3.8125rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:27.8125rem;left:36.1875rem;height:5.01855625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#esu239ZZuwOiqZpStmO47NnywxHgy6mC { color:#000000;display:block;width:15.375rem;position:absolute;font-family:archivo;font-size:0.8125rem;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;top:32.4375rem;left:35.9375rem;height:1.0563125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Fi610VJOgCLVk2c2ntsP3u6BB3oPURaq { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:archivo;font-size:1.3125rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:30.25rem;left:43.75rem;height:1.76855625rem;text-align:center;text-align-last:center;display:block; }
#rTF2ITuprsPtJEkVQRt9vTtI89wbecVT { position:absolute;display:block;z-index:100006;background-color:#2424fb;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:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem #1411fd ;height:10.375rem;width:24.1875rem;top:25.9375rem;left:38.3125rem;display:block; }
#mtGfeMx6QySU4gyqStFC35cQlqwlaAy9 { z-index:100002;top:39.6435546875rem;left:29.75rem;background-color:#ffffff;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:archivo;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.375rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#cbAexyzCNkHiXsUXGBiKhRPwMFs5755T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#P1PkvbkQtKqGAcbG3zWiWzKaEAvPzTtO { position:absolute;display:block;z-index:100004;background-color:#2424fb;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:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem #1411fd ;height:10.375rem;width:24.625rem;top:14rem;left:38.1875rem;display:none; }
#VgwmBIzVNumJddPQK0Uxk08FzTXcMTUM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#VgwmBIzVNumJddPQK0Uxk08FzTXcMTUM > .row .container { background-color: transparent; background-image: none; }#VgwmBIzVNumJddPQK0Uxk08FzTXcMTUM::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VgwmBIzVNumJddPQK0Uxk08FzTXcMTUM > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VgwmBIzVNumJddPQK0Uxk08FzTXcMTUM > .row .container > .video-iframe-container { display: none; }#VgwmBIzVNumJddPQK0Uxk08FzTXcMTUM > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VgwmBIzVNumJddPQK0Uxk08FzTXcMTUM > .row > .video-iframe-container { display: none; }#VgwmBIzVNumJddPQK0Uxk08FzTXcMTUM > .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); }#VgwmBIzVNumJddPQK0Uxk08FzTXcMTUM > .row .container { border-width: 0; border-radius: 0; }#VgwmBIzVNumJddPQK0Uxk08FzTXcMTUM > .row .container { font-size:0.875rem;font-family:arial;height:33.9375rem;width:75rem;position:relative;display:block; }#zriIFb69q4mrNSxBAmOx465wXs3XnD48 { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.875rem;width:5.125rem;top:11.9375rem;left:16.9375rem;overflow:hidden;display:block; }
#nRae1QOxrT8BG0ofqNkTa9nVJIeL8OQW { color:#e4e4e4;display:block;width:8.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:12.9375rem;left:21.9375rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NwRutTPf8l8e6H2JhERvKCWpcDGhhJxQ { color:#e4e4e4;display:block;width:19.9375rem;position:absolute;font-family:archivo;font-size:0.875rem;font-weight:700;z-index:100011;line-height:1.7;letter-spacing:0;top:18rem;left:16.9375rem;height:7.499025rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#US7Av2fmJvvhAXutWTlsMnk5paqEKd7b { color:#e4e4e4;display:block;width:7.3125rem;position:absolute;font-family:archivo;font-size:0.8125rem;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;top:14.4375rem;left:23rem;height:1.0563125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EZ49QE1eD8mQann5kKaa4eAdQ5Qzyk02 { color:#e4e4e4;display:block;width:19.8125rem;position:absolute;font-family:archivo;font-size:0.875rem;font-weight:700;z-index:100012;line-height:1.7;letter-spacing:0;top:18.125rem;left:41.625rem;height:7.4365rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eFd9BTd5tMHBmTAVQyitgW5bHOi1UCTp { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.125rem;width:5.125rem;top:11.75rem;left:41.625rem;overflow:hidden;display:block; }
#XO4E0IvC3TvyshBxmQS3oL3QNdkG3y48 { color:#e4e4e4;display:block;width:8.6875rem;position:absolute;font-family:archivo;font-size:1rem;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;top:13rem;left:47.75rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CdSVOwE2FkUn391MSGLAw1c0oZrfEHt0 { color:#e4e4e4;display:block;width:7.3125rem;position:absolute;font-family:archivo;font-size:0.75rem;font-weight:700;z-index:100012;line-height:1.3;letter-spacing:0;top:14.375rem;left:47.75rem;height:0.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#H7IFghozV3gvB0Kp7m3nf1hiTq48GeCF { color:#33383c;display:block;width:47.75rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:300;z-index:100015;line-height:1.6;letter-spacing:0;top:3.19091796875rem;left:13.625rem;height:3.19970625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#t3vBDZwRGbU9MpRKvrMt5HgTFRsAgPqS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff76e2;background-image:none;position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#t3vBDZwRGbU9MpRKvrMt5HgTFRsAgPqS > .row .container { background-color: transparent; background-image: none; }#t3vBDZwRGbU9MpRKvrMt5HgTFRsAgPqS::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#t3vBDZwRGbU9MpRKvrMt5HgTFRsAgPqS > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#t3vBDZwRGbU9MpRKvrMt5HgTFRsAgPqS > .row .container > .video-iframe-container { display: none; }#t3vBDZwRGbU9MpRKvrMt5HgTFRsAgPqS > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#t3vBDZwRGbU9MpRKvrMt5HgTFRsAgPqS > .row > .video-iframe-container { display: none; }#t3vBDZwRGbU9MpRKvrMt5HgTFRsAgPqS > .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); }#t3vBDZwRGbU9MpRKvrMt5HgTFRsAgPqS > .row .container { border-width: 0; border-radius: 0; }#t3vBDZwRGbU9MpRKvrMt5HgTFRsAgPqS > .row .container { font-size:0.875rem;font-family:arial;height:4.5625rem;width:75rem;position:relative;display:block; }#HhKPJDPlRS9UmoSkI1uH2O4yu3iXr5WV { color:#000000;display:block;width:27.0625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:1.46875rem;left:4.6875rem;height:1.625rem;font-style:normal;display:block; }
#MMLAwQ675XmkgIaRbMklQIrUXNMh88F7 { background-color:#3333ff;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:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;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.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.875rem;height:2.75rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;top:0.90625rem;left:54.625rem;display:block; }
#dRw1ROix4zI91Kqa37Zen4TRQ8JebNDZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #FMvZTOeHdAVdl44ZgvxQwVdEzhJQcPBM { display:block; }#FMvZTOeHdAVdl44ZgvxQwVdEzhJQcPBM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r1X3snFQ3G4OTU8Qsz7cHKMi9KT2i0Z5 { top:14.25rem;left:0rem;width:23.4375rem;height:6.25rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQhkMTHImh7Sl5CbNeudXRql0xm8qqcH { top:35.25rem;left:0rem;width:27.0625rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uX2ltmTGExPKNhAkl5pwfnDqw926wXJQ { top:0.9375rem;left:0rem;width:14.75rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmewTowqTnzOIQ4KPgzg9BgsghmDIVqt { top:8.9375rem;left:17.625rem;width:30.125rem;height:32.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UiJb1xEEIVuJggtykRnzlaQSTpoTrMeg { top:24.3125rem;left:24.59375rem;width:22.4375rem;height:1.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xo8FNpkJ66Fke7Os0QgRC4gAEKkVdcUd { top:21.75rem;left:0rem;width:24.1875rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdZem4mQAIFJ8U2QDzToDR4VuuDwb9qK { top:9rem;left:0rem;width:37.375rem;height:32.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #obHMR0dQ580LV5zvQ8DfsWSr9wyxZcK2 { top:21.75rem;left:0rem;width:25.9375rem;height:17.3125rem;font-size:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Elerr0TuhVvbKccRg1kIlr2sNRzPkGZE { top:25.125rem;left:14.9375rem;width:4.5rem;height:6.125rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqEpBdQkNzlH8cdJXZfpG6UtO0USNVns { top:29.3125rem;left:11.8125rem;width:12.0625rem;height:6.125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHZnfiDFBK1dSQT5RVCzzINLcPvheULs { top:34.1875rem;left:11.8125rem;width:6.5rem;height:3.6875rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWDfcErbt5GR21MdiDctXJtyTb4kxVHt { top:2.5rem;left:4.84375rem;width:38.9375rem;height:8.4375rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #REXkE4Aew6mJtZemoFZDOa9ZeP7WlRUr { top:2.4375rem;left:19.71875rem;width:8.25rem;height:2.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UIHoVHbmrreVZN0w09GTWMuB2mozUJCB { top:2.4375rem;left:19.71875rem;width:8.25rem;height:2.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ftlPN54xbb7wwpe2cVGBAJIkHex9QTyV { top:7.625rem;left:29.5625rem;width:11.5625rem;height:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #fcCb9K1TiafdeT75cXSNRa23s5que9vk { display:block; }#fcCb9K1TiafdeT75cXSNRa23s5que9vk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tiaIGPWA11B92XSureFcK724qELFbZUe { top:2.5rem;left:4.84375rem;width:38.9375rem;height:8.4375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRDKgefmV4pF9uB7aXGOQWEqJUOwogaz { top:2.4375rem;left:19.71875rem;width:8.25rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgkooiC1OdaKeO3COxEZGaa97bJOyvke { top:7.625rem;left:29.5625rem;width:11.5625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVow4l1rH5wnzBriVExgQkgck43wvXLF { top:13.625rem;left:15.6875rem;width:16.375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7oPTRcIIcU9V6w2PdKRFBRnmnJ2rP80 { display:block; }
 }@media only screen and (max-width: 763px) { #rQPsHQmye2f99f5uTCTvwc0WfkOmerdC { display:block; }#rQPsHQmye2f99f5uTCTvwc0WfkOmerdC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B8E1uINkZMGwJetr4Udx90wtSyclRGWF { top:17.3125rem;left:0rem;width:17.6875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #euX86RPgTT6N03csXwguiQtdctizrAVP { top:20.0625rem;left:0rem;width:1.3125rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLB2RzLa6KCeLP0sEvp8yGidLnTkfWp3 { top:20.25rem;left:0rem;width:10.625rem;height:9.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzem3ozH9M17TIzbILiAUJEy4ZhtTlgk { top:21.875rem;left:0rem;width:1.3125rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4BSyPyih5rpeusqcC9NUcBOR0LBe6pB { top:23.9375rem;left:0rem;width:1.3125rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwbRlAo5nQUJIwATaXOBvnznI6tzOK63 { top:25.8125rem;left:0rem;width:1.3125rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTr8snsuOsP41Zo6LQFUC6QraaRsyCa5 { top:27.75rem;left:0rem;width:1.3125rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tzs4Xv1z21GiThqnH14qNUgPlZ02TOMP { top:12.1875rem;left:2.6875rem;width:1.3125rem;height:1.375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ag4vr2G1Au5ekcHmIiqIJMHthRd3TVpN { top:4.125rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEKKIBXtvWyzi09c5sxIzTIXLVNJsoci { top:14.1875rem;left:6.8125rem;width:16.9375rem;height:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhaIDoIh2XeZag676LeZtkynN9wAF3w4 { top:14.1875rem;left:23.875rem;width:16.9375rem;height:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aU5cOMk3I5kq4zQNTacTk6pGqHAlJGhN { top:14.1875rem;left:30.6875rem;width:16.9375rem;height:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnTEO7IqLmsNvARxV5yQEtfozK1s1EwZ { top:17.3125rem;left:11.0625rem;width:12.8125rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a01s58eHgGUyvOR0MMALGhsDyoNOHa3U { top:20.25rem;left:10.5625rem;width:13.3125rem;height:9.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uppCENVc3ID7K7DOnPTHf9IEHvmC5n1T { top:19.9375rem;left:13.53125rem;width:1.3125rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGgkpXextSCRhOgrfCMLQWP6kpG5hQa5 { top:21.875rem;left:13.50146484375rem;width:1.3125rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #llQO2TUnyH6BkTEkpwivEGWRq8HLysSx { top:23.8125rem;left:13.50146484375rem;width:1.3125rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oIWCx3bGwTeWKolrImNhUDGyQWdlyM9l { top:25.75rem;left:13.50146484375rem;width:1.3125rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7oa2N9QzPfR88fRLepVnTmFxOBF3xoP { top:27.625rem;left:13.50146484375rem;width:1.3125rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1BlytqRApdvIMkLOpT64UidFmThMeAV { top:8.3125rem;left:0rem;width:37.375rem;height:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sS17bJT0Oly683FfBBaE4HHUvsQAuNxE { top:17.3125rem;left:23.875rem;width:12.8125rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAfP5zF1CKLo1SEHK6ouoF9faHDIyDGP { top:20.375rem;left:23.875rem;width:13.3125rem;height:9.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzRKv4Z6QAc2yiE0TPMUxu3AlXeHvKsJ { top:20.25rem;left:23.875rem;width:1.3125rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0QETsQ8troNpyLXRFxPBwJxvX5gnJ4Z { top:22.125rem;left:23.875rem;width:1.3125rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtiaCNGFroN9XfBuwX4SJBcubx2A9Rbm { top:24rem;left:23.875rem;width:1.3125rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x40TC96iO3ttLOKkeISWHLQTrfuNB3JD { top:25.875rem;left:23.875rem;width:1.3125rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PIWs5OZOhgrqgDXoQPeHn9gsN1oKu0g2 { top:27.8125rem;left:23.875rem;width:1.3125rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMRJofs2fATTCNA7KwRFJWUm8iXeRdF7 { top:16.9375rem;left:34.9375rem;width:12.8125rem;height:3.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QswzGoOfhcgyqMEDECa7w1nmymRLB5yc { top:20.625rem;left:38rem;width:9.75rem;height:9.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIBxVFpmavH9QBOCNThv3rMSkTD1H5n9 { top:20.4375rem;left:39.9375rem;width:1.3125rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikNTtqRHno5QiK5nRIevLuWNIBJtWFAt { top:22.375rem;left:39.9375rem;width:1.3125rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3NPzTn50b8iVxySPItKO6n8KOITmtUO { top:24.375rem;left:40rem;width:1.3125rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBNe3ItGo5P83Jo8UiFXk6mkoTuMnisX { top:26.25rem;left:40rem;width:1.3125rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWtAD2Chuni0epUGe5o8oJbHoXyI2OZT { top:28.125rem;left:40.0625rem;width:1.3125rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTN9GFnTVAyZE5c15crlXxcMIJCrBXCc { top:31.9375rem;left:0rem;width:14.875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5uwDqe9sfsoSdKBy2krF2lyhCags35y { display:block; }
 }@media only screen and (max-width: 763px) { #HGnR8WiXKE1L0VfybiC1rEXnMvUdh4Sb { top:31.9375rem;left:9rem;width:14.875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hETGu1UIVmydpVhQiTKQ09H9gopmyfQK { display:block; }
 }@media only screen and (max-width: 763px) { #PI9t2wUTMqVQN8k6hgLrVmlziiORgaaQ { top:31.9375rem;left:23.875rem;width:14.875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6IlzQqtJXmXe8KXUuCzw1mrU29POguS { display:block; }
 }@media only screen and (max-width: 763px) { #Hs0Xoxu2HXJMxBX1F4ggZzOJnSPsiTV9 { top:31.9375rem;left:32.875rem;width:14.875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oc5lR0IuU9t8256RxExNz6Bs4sFGexwT { display:block; }
 }@media only screen and (max-width: 763px) { #FyHNFXfNt76ENwQsMSJsh3hw3weTG82L { top:30.25rem;left:0rem;width:16.9375rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtTq3FPo7Ie4UFcTT3BpufnplBTqrppg { top:14.375rem;left:0rem;width:16.9375rem;height:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eELbUTTXLVLri0fxyUaJpea0pfAoN0OV { top:30.375rem;left:6.9375rem;width:16.9375rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TswwDrmR25lqTLLQt9x1DNttqWfTwrHP { top:30.375rem;left:23.875rem;width:16.9375rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcSGeK4lqRgAPOQFclkmzMZ0M8yey0xS { top:30.375rem;left:30.8125rem;width:16.9375rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TE6imlrfGKRlCNeT7GW2G9FFHf4e5VfH { top:27.625rem;left:13.50146484375rem;width:1.3125rem;height:1.375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #R9TFOtzyeERhVArbIA7PGBov6noCXvQa { display:block; }#R9TFOtzyeERhVArbIA7PGBov6noCXvQa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k5Jvb54yZiEmVZbyvwxPZxN3t4tzxmah { top:12.1875rem;left:2.6875rem;width:1.3125rem;height:1.375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hzH70yaaMbTI7WI3trwnU4NqPHJ4sfzx { top:2.3125rem;left:23.875rem;width:16.9375rem;height:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #se6IvJ4is8lisV6PoUNmESvPRf1tmGFO { top:4.5rem;left:9.625rem;width:14.25rem;height:3.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1gI9yfLFCmTbyPXFUfIfVtUHqpeU5QZ { top:9.1875rem;left:10.5625rem;width:13.3125rem;height:9.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahSflemxHSykQ92sLI3fTMnOe8fJUTb7 { top:9.0625rem;left:13.625rem;width:1.3125rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OU1mwIPFMA1v21Vvd8MrShDOZ16L1aTp { top:10.9375rem;left:13.625rem;width:1.3125rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrwCAFyXzBxQoS2ZsdB6yQdHr3cWQBB9 { top:12.8125rem;left:13.625rem;width:1.3125rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrJIJnb97eRFHxJ2PD4W1kvMzrX9IuBu { top:14.75rem;left:13.625rem;width:1.3125rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVDVHG2yh048TKqylI0mz01fCRkmtUrf { top:16.5625rem;left:13.625rem;width:1.3125rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzzKTq1iMI0R02HQUXwLfDU1clW7tw8u { top:5rem;left:23.875rem;width:12.8125rem;height:3.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDiHBbWbmT8U5RqSNfoDTNRumkC2mvE5 { top:8.625rem;left:23.875rem;width:9.75rem;height:9.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1mTDWrB1Vin1gXPM09oViBLtqhFWuB8 { top:8.5rem;left:23.875rem;width:1.3125rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WT04BtvMoqsK6rbXbVbSncoabBAuOZAA { top:10.3125rem;left:23.875rem;width:1.3125rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IsFpFIvgWEsMexEeFmuZI5anMiwnTPhI { top:12.25rem;left:23.875rem;width:1.3125rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o61lr9w7MmVdp04ELfWu440I5IRNXLzA { top:14.1875rem;left:23.875rem;width:1.3125rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PuPUtlXJuwJQFGSCWJRxrPWegymPRWEk { top:16.0625rem;left:23.875rem;width:1.3125rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQT9zJIX0eZOvR0mB0UNoDU5ibUM2Tt4 { top:2.5rem;left:6.8125rem;width:16.9375rem;height:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vO51OXNBRZeKplcAOIwTdeZMdvZTIAlT { top:20.1875rem;left:9rem;width:14.875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3hPqUPIPpRovrbEUOrZwmMTTJnIdEKB { display:block; }
 }@media only screen and (max-width: 763px) { #d27nKMcIFQFtJPCdUa2SpZaXxMwwlC9f { top:20.25rem;left:23.875rem;width:14.875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #enByEmh9wsK8w61rWZlqihOinwF7BfsT { display:block; }
 }@media only screen and (max-width: 763px) { #CqImBdghm0VOmB7GVky40HBi8wDCSOCI { top:18.625rem;left:6.9375rem;width:16.9375rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQcXwd8FvAOZiEFalDHrrQVJizr899Oy { top:18.75rem;left:23.875rem;width:16.9375rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMdWTbDaOT5IaAp84I1tkmVoKa1V3gvv { display:block; }#dMdWTbDaOT5IaAp84I1tkmVoKa1V3gvv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LcR01u4n7xMtn3HgGQW4rsbJXAaApTy2 { top:12.1875rem;left:2.6875rem;width:1.3125rem;height:1.375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #eNp44prOT3rINFFeUJgVchuHQfklTfh1 { top:3.375rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zb5EeEACSD9vyGt1fOZxJUDgDQ8k1nht { top:7.375rem;left:0rem;width:37.375rem;height:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VuzpXg7XPHG8U6PDfsV2y2t7fcrZmSTK { top:16.75rem;left:4.625rem;width:14.875rem;height:5rem;font-size:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqCec7LCL9kOnTMIJmPZwrLCpcpy3AV0 { top:17.25rem;left:14.8125rem;width:9.0625rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrMDuJps6113J1CzhpRiZ5fh2BMAqdSo { top:20.9375rem;left:8.9375rem;width:14.9375rem;height:1.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmTcWvTpnReJgpF6fr0PAexXif2bhtWt { top:14.125rem;left:0.1875rem;width:23.6875rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGfMmB5A1I10wXw3tXLiyJRRICGDtRaS { top:14rem;left:23.125rem;width:24.625rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BdndQupV9XpRP1zafNMaNQqdqTkVS9ui { top:16.6875rem;left:9rem;width:14.875rem;height:5rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEK3INGHsRPZFPILirM6Qcad87aVQIXp { top:21.3125rem;left:8.5rem;width:15.375rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzNi0vlgZzSZTLcSmoMAcQANPunUl0ne { top:18.5rem;left:24.5625rem;width:18.75rem;height:1.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0tTaB7fLR7kU9NMRGXp1F6JiI64b8Jm { top:25.9375rem;left:0rem;width:24.1875rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ia7QDKB0VTTb2fTT7csKirahaLPEXkad { top:28.3125rem;left:4.3125rem;width:14.875rem;height:5rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hxy37b0TOyLEOd2flhRoEPg82uPdo4T7 { top:32.6875rem;left:4.0625rem;width:15.375rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsAtU1mMLcHWI9lzLh1EDdPWrbs9Ix2i { top:30.25rem;left:5.125rem;width:18.75rem;height:1.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCvFbsSIbgeI4e0b3aK4hq5e8IBGq00A { top:32rem;left:11.375rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyKPyScWlRWBk6Jxt7b7qNuMm5Ulu9Ny { top:27.8125rem;left:9rem;width:14.875rem;height:5rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #esu239ZZuwOiqZpStmO47NnywxHgy6mC { top:32.4375rem;left:8.5rem;width:15.375rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fi610VJOgCLVk2c2ntsP3u6BB3oPURaq { top:30.25rem;left:23.875rem;width:18.75rem;height:1.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTF2ITuprsPtJEkVQRt9vTtI89wbecVT { top:25.9375rem;left:23.5625rem;width:24.1875rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtGfeMx6QySU4gyqStFC35cQlqwlaAy9 { top:39.625rem;left:7.5rem;width:16.375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbAexyzCNkHiXsUXGBiKhRPwMFs5755T { display:block; }
 }@media only screen and (max-width: 763px) { #P1PkvbkQtKqGAcbG3zWiWzKaEAvPzTtO { top:14rem;left:23.125rem;width:24.625rem;height:10.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VgwmBIzVNumJddPQK0Uxk08FzTXcMTUM { display:block; }#VgwmBIzVNumJddPQK0Uxk08FzTXcMTUM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zriIFb69q4mrNSxBAmOx465wXs3XnD48 { top:11.9375rem;left:3.3125rem;width:5.125rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRae1QOxrT8BG0ofqNkTa9nVJIeL8OQW { top:12.9375rem;left:8.3125rem;width:8.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwRutTPf8l8e6H2JhERvKCWpcDGhhJxQ { top:18rem;left:3.3125rem;width:19.9375rem;height:7.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #US7Av2fmJvvhAXutWTlsMnk5paqEKd7b { top:14.4375rem;left:9.375rem;width:7.3125rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZ49QE1eD8mQann5kKaa4eAdQ5Qzyk02 { top:18.125rem;left:27.9375rem;width:19.8125rem;height:7.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFd9BTd5tMHBmTAVQyitgW5bHOi1UCTp { top:11.75rem;left:28rem;width:5.125rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XO4E0IvC3TvyshBxmQS3oL3QNdkG3y48 { top:13rem;left:34.125rem;width:8.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdSVOwE2FkUn391MSGLAw1c0oZrfEHt0 { top:14.375rem;left:34.125rem;width:7.3125rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7IFghozV3gvB0Kp7m3nf1hiTq48GeCF { top:3.1875rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3vBDZwRGbU9MpRKvrMt5HgTFRsAgPqS { display:block; }#t3vBDZwRGbU9MpRKvrMt5HgTFRsAgPqS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HhKPJDPlRS9UmoSkI1uH2O4yu3iXr5WV { top:1.4375rem;left:0rem;width:27.0625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMLAwQ675XmkgIaRbMklQIrUXNMh88F7 { width:12.875rem;height:2.75rem;top:0.875rem;left:34.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRw1ROix4zI91Kqa37Zen4TRQ8JebNDZ { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #FMvZTOeHdAVdl44ZgvxQwVdEzhJQcPBM { display:block; }#FMvZTOeHdAVdl44ZgvxQwVdEzhJQcPBM > .row .container { width:20rem;height:89.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r1X3snFQ3G4OTU8Qsz7cHKMi9KT2i0Z5 { width:12.5625rem;height:4.54980625rem;top:7.6875rem;left:2.21875rem;font-size:1.625rem;color:#ffffff;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #tQhkMTHImh7Sl5CbNeudXRql0xm8qqcH { width:10.375rem;height:1.5249rem;top:24.3125rem;left:8.375rem;font-size:0.8125rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #uX2ltmTGExPKNhAkl5pwfnDqw926wXJQ { width:10.6875rem;height:5.5rem;top:2.8125rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #BmewTowqTnzOIQ4KPgzg9BgsghmDIVqt { width:20rem;height:30.1875rem;top:30.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UiJb1xEEIVuJggtykRnzlaQSTpoTrMeg { width:18.6875rem;height:1.48730625rem;top:32.625rem;left:0.6875rem;font-size:1.0625rem;color:#ffffff;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #xo8FNpkJ66Fke7Os0QgRC4gAEKkVdcUd { width:17.625rem;height:1.3125rem;top:12.9375rem;left:2.375rem;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #zdZem4mQAIFJ8U2QDzToDR4VuuDwb9qK { width:19.875rem;height:28.75rem;top:0rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #obHMR0dQ580LV5zvQ8DfsWSr9wyxZcK2 { width:18rem;height:14.349625rem;top:12.2373046875rem;left:2rem;font-size:10.25rem;color:#ffffff;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Elerr0TuhVvbKccRg1kIlr2sNRzPkGZE { width:3.1875rem;height:4.5249rem;top:16.65478515625rem;left:15.625rem;font-size:3.1875rem;color:#ffffff;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #iqEpBdQkNzlH8cdJXZfpG6UtO0USNVns { width:4.5rem;height:2.5371125rem;top:20.64990234375rem;left:15.09375rem;font-size:1.8125rem;color:#ffffff;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #EHZnfiDFBK1dSQT5RVCzzINLcPvheULs { width:4.4375rem;height:2.79980625rem;top:23.70556640625rem;left:14.3125rem;font-size:2rem;color:#ffffff;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #rWDfcErbt5GR21MdiDctXJtyTb4kxVHt { width:20rem;height:16.7988125rem;top:72rem;left:0rem;font-size:2rem;color:#ffffff;line-height:1.4;z-index:100015;display:block; }
 }@media only screen and (max-width: 763px) { #REXkE4Aew6mJtZemoFZDOa9ZeP7WlRUr { width:8.5625rem;height:2.9375rem;top:74.7353515625rem;left:1.125rem;z-index:100014;display:none; }
 }@media only screen and (max-width: 763px) { #UIHoVHbmrreVZN0w09GTWMuB2mozUJCB { width:8.5625rem;height:2.9375rem;top:74.7353515625rem;left:1.0625rem;z-index:100014;display:block; }
 }@media only screen and (max-width: 763px) { #ftlPN54xbb7wwpe2cVGBAJIkHex9QTyV { width:11.5625rem;height:0.625rem;top:82.7353515625rem;left:8.4375rem;z-index:100016;display:block; }
 }@media only screen and (max-width: 763px) { #fcCb9K1TiafdeT75cXSNRa23s5que9vk { background-color:#000000;background-image:url("https://images.assets-landingi.com/Zs9Y4Eqf/hexwave.gif");background-position:top center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:cover !important;display:block; }#fcCb9K1TiafdeT75cXSNRa23s5que9vk.adaptive-delivery-prevent-bg, #fcCb9K1TiafdeT75cXSNRa23s5que9vk.lazyload, #fcCb9K1TiafdeT75cXSNRa23s5que9vk.lazyloading { background-image: none; }#fcCb9K1TiafdeT75cXSNRa23s5que9vk > .row .container { background-color: transparent; background-image: none; }#fcCb9K1TiafdeT75cXSNRa23s5que9vk::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fcCb9K1TiafdeT75cXSNRa23s5que9vk > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fcCb9K1TiafdeT75cXSNRa23s5que9vk > .row .container > .video-iframe-container { display: none; }#fcCb9K1TiafdeT75cXSNRa23s5que9vk > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fcCb9K1TiafdeT75cXSNRa23s5que9vk > .row > .video-iframe-container { display: none; }#fcCb9K1TiafdeT75cXSNRa23s5que9vk > .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); }#fcCb9K1TiafdeT75cXSNRa23s5que9vk > .row .container { width:20rem;height:21.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tiaIGPWA11B92XSureFcK724qELFbZUe { width:20rem;height:0;top:1.25rem;left:0rem;font-size:2rem;color:#ffffff;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #aRDKgefmV4pF9uB7aXGOQWEqJUOwogaz { width:8.5625rem;height:2.9375rem;top:3.9853515625rem;left:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #BgkooiC1OdaKeO3COxEZGaa97bJOyvke { width:11.5625rem;height:0.625rem;top:23.4858125rem;left:4.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #IVow4l1rH5wnzBriVExgQkgck43wvXLF { top:1.0478515625rem;left:1.8125rem;width:16.375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7oPTRcIIcU9V6w2PdKRFBRnmnJ2rP80 { display:block; }
 }@media only screen and (max-width: 763px) { #rQPsHQmye2f99f5uTCTvwc0WfkOmerdC { display:block; }#rQPsHQmye2f99f5uTCTvwc0WfkOmerdC > .row .container { width:20rem;height:106.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B8E1uINkZMGwJetr4Udx90wtSyclRGWF { width:11.5rem;height:1.3496125rem;top:19.125rem;left:3.3125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #euX86RPgTT6N03csXwguiQtdctizrAVP { width:1.936525rem;height:1.99805rem;top:8.3125rem;left:3.875rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yLB2RzLa6KCeLP0sEvp8yGidLnTkfWp3 { width:10.8125rem;height:9.0991rem;top:22.5625rem;left:5.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzem3ozH9M17TIzbILiAUJEy4ZhtTlgk { width:1.3125rem;height:1.375rem;top:24.1875rem;left:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4BSyPyih5rpeusqcC9NUcBOR0LBe6pB { width:1.3125rem;height:1.375rem;top:26.1875rem;left:3.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwbRlAo5nQUJIwATaXOBvnznI6tzOK63 { width:1.3125rem;height:1.375rem;top:28.125rem;left:3.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTr8snsuOsP41Zo6LQFUC6QraaRsyCa5 { width:1.3125rem;height:1.375rem;top:30.125rem;left:3.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tzs4Xv1z21GiThqnH14qNUgPlZ02TOMP { width:1.3125rem;height:1.375rem;top:22.375rem;left:3.75rem;font-size:0.9375rem;z-index:100009;color:#ff76e2;display:block; }
 }@media only screen and (max-width: 763px) { #ag4vr2G1Au5ekcHmIiqIJMHthRd3TVpN { width:20rem;height:8.4619375rem;top:2.7998046875rem;left:0rem;font-size:2rem;color:#ffffff;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #aEKKIBXtvWyzi09c5sxIzTIXLVNJsoci { width:16.9375rem;height:21.0625rem;top:39.0625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhaIDoIh2XeZag676LeZtkynN9wAF3w4 { width:16.9375rem;height:21.0625rem;top:61.9375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aU5cOMk3I5kq4zQNTacTk6pGqHAlJGhN { width:16.9375rem;height:21.0625rem;top:84.4375rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnTEO7IqLmsNvARxV5yQEtfozK1s1EwZ { width:12.8125rem;height:1.3496125rem;top:42.1875rem;left:3.625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #a01s58eHgGUyvOR0MMALGhsDyoNOHa3U { width:13.3125rem;height:9.0991rem;top:45.125rem;left:5.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uppCENVc3ID7K7DOnPTHf9IEHvmC5n1T { width:1.3125rem;height:1.375rem;top:44.9375rem;left:3.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGgkpXextSCRhOgrfCMLQWP6kpG5hQa5 { width:1.3125rem;height:1.375rem;top:46.9189453125rem;left:3.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #llQO2TUnyH6BkTEkpwivEGWRq8HLysSx { width:1.3125rem;height:1.375rem;top:48.78125rem;left:3.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oIWCx3bGwTeWKolrImNhUDGyQWdlyM9l { width:1.3125rem;height:1.375rem;top:57.2939453125rem;left:2.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7oa2N9QzPfR88fRLepVnTmFxOBF3xoP { width:1.3125rem;height:1.375rem;top:50.65625rem;left:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1BlytqRApdvIMkLOpT64UidFmThMeAV { width:20rem;height:1.48730625rem;top:12.88720703125rem;left:0rem;font-size:1.0625rem;color:#ffffff;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #sS17bJT0Oly683FfBBaE4HHUvsQAuNxE { width:12.8125rem;height:1.3496125rem;top:65.0625rem;left:3.4375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NAfP5zF1CKLo1SEHK6ouoF9faHDIyDGP { width:13.3125rem;height:9.0991rem;top:68.125rem;left:5.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzRKv4Z6QAc2yiE0TPMUxu3AlXeHvKsJ { width:1.3125rem;height:1.375rem;top:68rem;left:3.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0QETsQ8troNpyLXRFxPBwJxvX5gnJ4Z { width:1.3125rem;height:1.375rem;top:69.875rem;left:3.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtiaCNGFroN9XfBuwX4SJBcubx2A9Rbm { width:1.3125rem;height:1.375rem;top:71.75rem;left:3.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x40TC96iO3ttLOKkeISWHLQTrfuNB3JD { width:1.3125rem;height:1.375rem;top:73.625rem;left:3.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PIWs5OZOhgrqgDXoQPeHn9gsN1oKu0g2 { width:1.3125rem;height:1.375rem;top:75.5625rem;left:3.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMRJofs2fATTCNA7KwRFJWUm8iXeRdF7 { width:12.8125rem;height:2.699225rem;top:87.1875rem;left:3.9375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QswzGoOfhcgyqMEDECa7w1nmymRLB5yc { width:9.75rem;height:9.0991rem;top:90.875rem;left:5.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIBxVFpmavH9QBOCNThv3rMSkTD1H5n9 { width:1.3125rem;height:1.375rem;top:90.6875rem;left:3.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikNTtqRHno5QiK5nRIevLuWNIBJtWFAt { width:1.3125rem;height:1.375rem;top:92.625rem;left:3.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3NPzTn50b8iVxySPItKO6n8KOITmtUO { width:1.3125rem;height:1.375rem;top:94.625rem;left:4rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBNe3ItGo5P83Jo8UiFXk6mkoTuMnisX { width:1.3125rem;height:1.375rem;top:96.5rem;left:4rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWtAD2Chuni0epUGe5o8oJbHoXyI2OZT { width:1.3125rem;height:1.375rem;top:98.375rem;left:4.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTN9GFnTVAyZE5c15crlXxcMIJCrBXCc { top:34.2490234375rem;left:2.5625rem;width:14.875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5uwDqe9sfsoSdKBy2krF2lyhCags35y { display:block; }
 }@media only screen and (max-width: 763px) { #HGnR8WiXKE1L0VfybiC1rEXnMvUdh4Sb { top:56.8125rem;left:2.5625rem;width:14.875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hETGu1UIVmydpVhQiTKQ09H9gopmyfQK { display:block; }
 }@media only screen and (max-width: 763px) { #PI9t2wUTMqVQN8k6hgLrVmlziiORgaaQ { top:79.6875rem;left:2.5625rem;width:14.875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6IlzQqtJXmXe8KXUuCzw1mrU29POguS { display:block; }
 }@media only screen and (max-width: 763px) { #Hs0Xoxu2HXJMxBX1F4ggZzOJnSPsiTV9 { top:102.1875rem;left:2.6875rem;width:14.875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oc5lR0IuU9t8256RxExNz6Bs4sFGexwT { display:block; }
 }@media only screen and (max-width: 763px) { #FyHNFXfNt76ENwQsMSJsh3hw3weTG82L { width:16.9375rem;height:1.04980625rem;top:32.59814453125rem;left:1.53125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gtTq3FPo7Ie4UFcTT3BpufnplBTqrppg { width:16.875rem;height:20.875rem;top:16.6875rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eELbUTTXLVLri0fxyUaJpea0pfAoN0OV { width:16.9375rem;height:1.04980625rem;top:55rem;left:1.53125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TswwDrmR25lqTLLQt9x1DNttqWfTwrHP { width:16.9375rem;height:1.04980625rem;top:78.125rem;left:1.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AcSGeK4lqRgAPOQFclkmzMZ0M8yey0xS { width:16.9375rem;height:1.04980625rem;top:100.625rem;left:1.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TE6imlrfGKRlCNeT7GW2G9FFHf4e5VfH { width:1.3125rem;height:1.375rem;top:52.53125rem;left:3.125rem;font-size:0.9375rem;z-index:100013;display:block; }
 }@media only screen and (max-width: 763px) { #R9TFOtzyeERhVArbIA7PGBov6noCXvQa { display:block; }#R9TFOtzyeERhVArbIA7PGBov6noCXvQa > .row .container { width:20rem;height:47.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k5Jvb54yZiEmVZbyvwxPZxN3t4tzxmah { width:1.3125rem;height:1.375rem;top:5.75rem;left:1.375rem;font-size:0.9375rem;z-index:100009;display:none; }
 }@media only screen and (max-width: 763px) { #hzH70yaaMbTI7WI3trwnU4NqPHJ4sfzx { width:16.9375rem;height:21.0625rem;top:23.5rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #se6IvJ4is8lisV6PoUNmESvPRf1tmGFO { width:14.25rem;height:2.69921875rem;top:2.8125rem;left:2.875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #U1gI9yfLFCmTbyPXFUfIfVtUHqpeU5QZ { width:13.3125rem;height:9.0991rem;top:7.4375rem;left:4.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahSflemxHSykQ92sLI3fTMnOe8fJUTb7 { width:1.3125rem;height:1.375rem;top:7.3125rem;left:2.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OU1mwIPFMA1v21Vvd8MrShDOZ16L1aTp { width:1.3125rem;height:1.375rem;top:9.1875rem;left:2.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrwCAFyXzBxQoS2ZsdB6yQdHr3cWQBB9 { width:1.3125rem;height:1.375rem;top:11.0625rem;left:2.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrJIJnb97eRFHxJ2PD4W1kvMzrX9IuBu { width:1.3125rem;height:1.375rem;top:13rem;left:2.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVDVHG2yh048TKqylI0mz01fCRkmtUrf { width:1.3125rem;height:1.375rem;top:14.8125rem;left:2.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzzKTq1iMI0R02HQUXwLfDU1clW7tw8u { width:12.8125rem;height:2.699225rem;top:26.125rem;left:3.8125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wDiHBbWbmT8U5RqSNfoDTNRumkC2mvE5 { width:9.75rem;height:9.0991rem;top:29.75rem;left:6.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1mTDWrB1Vin1gXPM09oViBLtqhFWuB8 { width:1.3125rem;height:1.375rem;top:29.625rem;left:3.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WT04BtvMoqsK6rbXbVbSncoabBAuOZAA { width:1.3125rem;height:1.375rem;top:31.4375rem;left:3.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IsFpFIvgWEsMexEeFmuZI5anMiwnTPhI { width:1.3125rem;height:1.375rem;top:33.375rem;left:3.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o61lr9w7MmVdp04ELfWu440I5IRNXLzA { width:1.3125rem;height:1.375rem;top:35.3125rem;left:3.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PuPUtlXJuwJQFGSCWJRxrPWegymPRWEk { width:1.3125rem;height:1.375rem;top:37.1875rem;left:3.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQT9zJIX0eZOvR0mB0UNoDU5ibUM2Tt4 { width:16.9375rem;height:21.0625rem;top:0.75rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vO51OXNBRZeKplcAOIwTdeZMdvZTIAlT { top:18.4375rem;left:2.5625rem;width:14.875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3hPqUPIPpRovrbEUOrZwmMTTJnIdEKB { display:block; }
 }@media only screen and (max-width: 763px) { #d27nKMcIFQFtJPCdUa2SpZaXxMwwlC9f { top:41.375rem;left:2.625rem;width:14.875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #enByEmh9wsK8w61rWZlqihOinwF7BfsT { display:block; }
 }@media only screen and (max-width: 763px) { #CqImBdghm0VOmB7GVky40HBi8wDCSOCI { width:16.9375rem;height:1.04980625rem;top:16.75rem;left:1.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yQcXwd8FvAOZiEFalDHrrQVJizr899Oy { width:16.9375rem;height:1.04980625rem;top:39.9375rem;left:1.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dMdWTbDaOT5IaAp84I1tkmVoKa1V3gvv { display:block; }#dMdWTbDaOT5IaAp84I1tkmVoKa1V3gvv > .row .container { width:20rem;height:72.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LcR01u4n7xMtn3HgGQW4rsbJXAaApTy2 { width:1.3125rem;height:1.375rem;top:5.75rem;left:1.375rem;font-size:0.9375rem;z-index:100009;display:none; }
 }@media only screen and (max-width: 763px) { #eNp44prOT3rINFFeUJgVchuHQfklTfh1 { width:20rem;height:8.4619375rem;top:2.625rem;left:0rem;font-size:2rem;color:#ffffff;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Zb5EeEACSD9vyGt1fOZxJUDgDQ8k1nht { width:20rem;height:1.48730625rem;top:12.375rem;left:0rem;font-size:1.0625rem;color:#ffffff;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #VuzpXg7XPHG8U6PDfsV2y2t7fcrZmSTK { width:6.25rem;height:4.0625rem;top:20rem;left:2.375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqCec7LCL9kOnTMIJmPZwrLCpcpy3AV0 { width:8.4375rem;height:2.3369125rem;top:20rem;left:9.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrMDuJps6113J1CzhpRiZ5fh2BMAqdSo { width:6.25rem;height:3.25rem;top:22.875rem;left:11.0625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmTcWvTpnReJgpF6fr0PAexXif2bhtWt { width:20rem;height:10.375rem;top:16.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGfMmB5A1I10wXw3tXLiyJRRICGDtRaS { width:20rem;height:10.375rem;top:41.1044921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BdndQupV9XpRP1zafNMaNQqdqTkVS9ui { width:7.625rem;height:4.30615rem;top:31.951171875rem;left:1.6875rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEK3INGHsRPZFPILirM6Qcad87aVQIXp { width:10.3125rem;height:1.05615rem;top:36.2568359375rem;left:0.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzNi0vlgZzSZTLcSmoMAcQANPunUl0ne { width:8.125rem;height:3.4121125rem;top:44.1357421875rem;left:10.09375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0tTaB7fLR7kU9NMRGXp1F6JiI64b8Jm { width:20rem;height:10.375rem;top:28.9169921875rem;left:0rem;z-index:100001;display:block; }
 }@media only screen and (max-width: 763px) { #Ia7QDKB0VTTb2fTT7csKirahaLPEXkad { width:6.6875rem;height:4.0625rem;top:43.8232421875rem;left:2.15625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hxy37b0TOyLEOd2flhRoEPg82uPdo4T7 { width:9.25rem;height:1.05615rem;top:48.1357421875rem;left:0.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsAtU1mMLcHWI9lzLh1EDdPWrbs9Ix2i { width:10.125rem;height:3.4121125rem;top:32.90673828125rem;left:9.09375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCvFbsSIbgeI4e0b3aK4hq5e8IBGq00A { width:11.625rem;height:0.9746125rem;top:48.0478515625rem;left:8.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyKPyScWlRWBk6Jxt7b7qNuMm5Ulu9Ny { width:7.5rem;height:4.0625rem;top:56.0419921875rem;left:1.75rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #esu239ZZuwOiqZpStmO47NnywxHgy6mC { width:6.3125rem;height:1.05615rem;top:59.7919921875rem;left:2.34375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fi610VJOgCLVk2c2ntsP3u6BB3oPURaq { width:10.125rem;height:1.76855625rem;top:58.0234375rem;left:9.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTF2ITuprsPtJEkVQRt9vTtI89wbecVT { width:20rem;height:10.375rem;top:80.91701875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #mtGfeMx6QySU4gyqStFC35cQlqwlaAy9 { top:65.6044921875rem;left:1.8125rem;width:16.375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbAexyzCNkHiXsUXGBiKhRPwMFs5755T { display:block; }
 }@media only screen and (max-width: 763px) { #P1PkvbkQtKqGAcbG3zWiWzKaEAvPzTtO { width:20rem;height:10.375rem;top:53.1669921875rem;left:0rem;z-index:100005;display:block; }
 }@media only screen and (max-width: 763px) { #VgwmBIzVNumJddPQK0Uxk08FzTXcMTUM { display:block; }#VgwmBIzVNumJddPQK0Uxk08FzTXcMTUM > .row .container { width:20rem;height:49.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zriIFb69q4mrNSxBAmOx465wXs3XnD48 { width:5.125rem;height:4.875rem;top:11.5625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRae1QOxrT8BG0ofqNkTa9nVJIeL8OQW { width:8.6875rem;height:1.29980625rem;top:12.5rem;left:5.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NwRutTPf8l8e6H2JhERvKCWpcDGhhJxQ { width:19.125rem;height:7.499025rem;top:17.125rem;left:0.625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #US7Av2fmJvvhAXutWTlsMnk5paqEKd7b { width:7.3125rem;height:1.05615rem;top:14rem;left:5.375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EZ49QE1eD8mQann5kKaa4eAdQ5Qzyk02 { width:18.1875rem;height:8.9238125rem;top:33.75rem;left:1.125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eFd9BTd5tMHBmTAVQyitgW5bHOi1UCTp { width:5.125rem;height:5.125rem;top:27.3125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XO4E0IvC3TvyshBxmQS3oL3QNdkG3y48 { width:8.6875rem;height:1.29980625rem;top:28.5rem;left:6.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CdSVOwE2FkUn391MSGLAw1c0oZrfEHt0 { width:7.3125rem;height:1.05615rem;top:30rem;left:6.5rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H7IFghozV3gvB0Kp7m3nf1hiTq48GeCF { width:20rem;height:8.4619375rem;top:1.35009765625rem;left:0rem;font-size:2rem;color:#ffffff;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #t3vBDZwRGbU9MpRKvrMt5HgTFRsAgPqS { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#t3vBDZwRGbU9MpRKvrMt5HgTFRsAgPqS > .row .container { width:20rem;height:6.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HhKPJDPlRS9UmoSkI1uH2O4yu3iXr5WV { width:7.9375rem;height:2.4619125rem;top:1.1875rem;left:1.1875rem;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #MMLAwQ675XmkgIaRbMklQIrUXNMh88F7 { width:8.4375rem;height:2.4375rem;top:1.21875rem;left:10.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRw1ROix4zI91Kqa37Zen4TRQ8JebNDZ { display:block; }
 }