.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:9.375rem;width:60rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#IEJB16F9HTzOeASCF44pHy1Sbzxu5B8Z { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:18.0625rem;top:2.03125rem;left:20.96875rem;overflow:hidden;display:block; }
#CSKZHPTp4DKv2eqvDcd6mFdB3keUp373 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2c2544;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CSKZHPTp4DKv2eqvDcd6mFdB3keUp373 > .row .container { background-color: transparent; background-image: none; }#CSKZHPTp4DKv2eqvDcd6mFdB3keUp373::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CSKZHPTp4DKv2eqvDcd6mFdB3keUp373 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CSKZHPTp4DKv2eqvDcd6mFdB3keUp373 > .row .container > .video-iframe-container { display: none; }#CSKZHPTp4DKv2eqvDcd6mFdB3keUp373 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CSKZHPTp4DKv2eqvDcd6mFdB3keUp373 > .row > .video-iframe-container { display: none; }#CSKZHPTp4DKv2eqvDcd6mFdB3keUp373 > .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); }#CSKZHPTp4DKv2eqvDcd6mFdB3keUp373 > .row .container { border-width: 0; border-radius: 0; }#CSKZHPTp4DKv2eqvDcd6mFdB3keUp373 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CSKZHPTp4DKv2eqvDcd6mFdB3keUp373 > .row .container { font-size:0.875rem;font-family:arial;height:35.4375rem;width:60rem;position:relative;display:block; }#Jm4FfFMrKXg8ndVrUU2KIzN4d22bV2F7 { color:#d70480;display:block;width:36.875rem;position:absolute;font-family:poppins;font-size:3.75rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.6875rem;left:11.5625rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hgUybCsyXuFWGQWIEyNUCfB4fBxB8fEa { color:#ffffff;display:block;width:45.6875rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:300;z-index:15001;line-height:1.4;letter-spacing:0;top:11.4375rem;left:7.15625rem;height:10.058625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ARbBFfhWMHVSZtxnViZqAJ4cl6NiPTen { color:#ffffff;display:block;width:34.5rem;position:absolute;font-family:poppins;font-size:2.1875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:24.5625rem;left:12.75rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#v4L1oIbTtXhqFge2w8LT4EJp9nvH6pce { color:#d70480;display:block;width:27.875rem;position:absolute;font-family:poppins;font-size:2.1875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:27.5625rem;left:15.9375rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RTSlPHJ2DQLmxSPKBmXZTQX7ku2ZyFEe { border-top:0.1875rem solid #201938;border-left:0.1875rem solid #201938;border-right:0.1875rem solid #201938;border-bottom:0.1875rem solid #201938;background-color:#2c2544;background-image:url("https://images.assets-landingi.com/uc/5e24d1ca-a717-4248-b82f-cd21fc312815/Placa_Fondo_Cover_Forma_16x9.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RTSlPHJ2DQLmxSPKBmXZTQX7ku2ZyFEe.adaptive-delivery-prevent-bg, #RTSlPHJ2DQLmxSPKBmXZTQX7ku2ZyFEe.lazyload, #RTSlPHJ2DQLmxSPKBmXZTQX7ku2ZyFEe.lazyloading { background-image: none; }#RTSlPHJ2DQLmxSPKBmXZTQX7ku2ZyFEe > .row .container { background-color: transparent; background-image: none; }#RTSlPHJ2DQLmxSPKBmXZTQX7ku2ZyFEe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTSlPHJ2DQLmxSPKBmXZTQX7ku2ZyFEe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTSlPHJ2DQLmxSPKBmXZTQX7ku2ZyFEe > .row .container > .video-iframe-container { display: none; }#RTSlPHJ2DQLmxSPKBmXZTQX7ku2ZyFEe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTSlPHJ2DQLmxSPKBmXZTQX7ku2ZyFEe > .row > .video-iframe-container { display: none; }#RTSlPHJ2DQLmxSPKBmXZTQX7ku2ZyFEe > .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); }#RTSlPHJ2DQLmxSPKBmXZTQX7ku2ZyFEe > .row .container { border-width: 0; border-radius: 0; }#RTSlPHJ2DQLmxSPKBmXZTQX7ku2ZyFEe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RTSlPHJ2DQLmxSPKBmXZTQX7ku2ZyFEe > .row .container { font-size:0.875rem;font-family:arial;height:46.3125rem;width:60rem;position:relative;display:block; }#IBrg8EybTm2MrITuyJWlFBGuixDAB9PR { color:#d70480;display:block;width:36.875rem;position:absolute;font-family:poppins;font-size:3.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.125rem;left:11.5625rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#i6OlB3PFMSbskKS5pCzaPtSxWNUttO30 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15002;background-color:transparent;background-image:none;top:19.8125rem;left:2.5625rem;border-top:0.125rem solid #d70480;border-left:0.125rem solid #d70480;border-right:0.125rem solid #d70480;border-bottom:0.125rem solid #d70480;display:block; }
#pZSyABBZSPZgNpz8aTqAGZpQ8gAZ9LgW { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:25.1875rem;left:2.5625rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LzTB2r39Mm5ggwp3MLiDWWImEe5ZqC3J { box-sizing:content-box;height:9.1875rem;width:9.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15003;background-color:transparent;background-image:none;top:16.3125rem;left:15.356971153846rem;border-top:0.125rem solid #d70480;border-left:0.125rem solid #d70480;border-right:0.125rem solid #d70480;border-bottom:0.125rem solid #d70480;display:block; }
#U8Fu3FZS4yTD9rCaX6Ih8QzdwqkJKsI8 { color:#ffffff;display:block;width:8.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:20.0625rem;left:15.29443359375rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OVITOaTtoeVAwlmcQxgSLRA6gqkXuqXf { box-sizing:content-box;height:9.625rem;width:9.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15004;background-color:transparent;background-image:none;top:9.5625rem;left:23.3125rem;border-top:0.125rem solid #d70480;border-left:0.125rem solid #d70480;border-right:0.125rem solid #d70480;border-bottom:0.125rem solid #d70480;display:block; }
#CJ2GyT7cCxqZ7gOXQAS9ROuim4zCEbhz { color:#ffffff;display:block;width:9.6875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:13.728515625rem;left:23.40625rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Z6ht2iqwiOEwd095tGDNZHTXPIqyO5Qy { box-sizing:content-box;height:11.375rem;width:11.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15005;background-color:transparent;background-image:none;top:12.9375rem;left:34.875rem;border-top:0.125rem solid #d70480;border-left:0.125rem solid #d70480;border-right:0.125rem solid #d70480;border-bottom:0.125rem solid #d70480;display:block; }
#v87h8SEKymtplT3rWAAH84Q6Zutgw9rD { color:#ffffff;display:block;width:9.6875rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:18.08740234375rem;left:35.875rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Iwzkk7XVmGiS3cK2tNVgaku8J014zHdH { box-sizing:content-box;height:11.5rem;width:11.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15006;background-color:transparent;background-image:none;top:17.03125rem;left:46.4375rem;border-top:0.125rem solid #d70480;border-left:0.125rem solid #d70480;border-right:0.125rem solid #d70480;border-bottom:0.125rem solid #d70480;display:block; }
#t4TuWD99fSU8Juuorxk2Es0wVe0gzKF8 { color:#ffffff;display:block;width:9.6875rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:21.9375rem;left:47.4375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#O1KPRrVxNmv9vPsOwxL1Qg60pqrQPd2f { box-sizing:content-box;height:11.5625rem;width:11.4375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15005;background-color:transparent;background-image:none;top:19.8125rem;left:24.79443359375rem;border-top:0.125rem solid #d70480;border-left:0.125rem solid #d70480;border-right:0.125rem solid #d70480;border-bottom:0.125rem solid #d70480;display:block; }
#ULNxiucr8hpswPdCagd3WTrFfR9lpMrE { color:#ffffff;display:block;width:9.6875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:25.1005859375rem;left:25.84375rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CAzrrR9wtMxdWE8uEffTIsTt03TGq3k7 { box-sizing:content-box;height:11.25rem;width:11.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15004;background-color:transparent;background-image:none;top:27.625rem;left:13.91943359375rem;border-top:0.125rem solid #d70480;border-left:0.125rem solid #d70480;border-right:0.125rem solid #d70480;border-bottom:0.125rem solid #d70480;display:block; }
#APCfnA6npHZtaHwgUgTJdUOSoBwmJ4NT { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:32.5625rem;left:13.82568359375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CGT58NRPzPgBHo35ceOTxM5cT5h0ndUI { box-sizing:content-box;height:9.9375rem;width:10.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15005;background-color:transparent;background-image:none;top:32.4375rem;left:26.26318359375rem;border-top:0.125rem solid #d70480;border-left:0.125rem solid #d70480;border-right:0.125rem solid #d70480;border-bottom:0.125rem solid #d70480;display:block; }
#TK3tCTe6g6qTeWFyyw0CZOS0QCzLTdCT { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:36.71875rem;left:24.79443359375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aJa4Sl82qPbOS2oTRfGrsg3DDM3PvTd9 { box-sizing:content-box;height:11.1875rem;width:11.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15006;background-color:transparent;background-image:none;top:25.5rem;left:36.625rem;border-top:0.125rem solid #d70480;border-left:0.125rem solid #d70480;border-right:0.125rem solid #d70480;border-bottom:0.125rem solid #d70480;display:block; }
#iqmAvJqoXEud9HiLSnlSBkstyB1KUTOz { color:#ffffff;display:block;width:9.6875rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:30.4375rem;left:37.8125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W9RfEthuzUeF4XM79tfJzwLIvIydW6VI { color:rgba(215,4,128,0.5);display:block;width:14.6875rem;position:absolute;font-family:"vc henrietta";font-size:3.0625rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:18.3125rem;left:76.125rem;height:3.98046875rem;display:block; }
#GFMRLvNDkn0V8dRIqJwtITyWJxzL7ukl { position:relative;display:block; }#GFMRLvNDkn0V8dRIqJwtITyWJxzL7ukl { background-color: transparent; background-image: none; }#GFMRLvNDkn0V8dRIqJwtITyWJxzL7ukl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GFMRLvNDkn0V8dRIqJwtITyWJxzL7ukl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GFMRLvNDkn0V8dRIqJwtITyWJxzL7ukl > .row .container > .video-iframe-container { display: none; }#GFMRLvNDkn0V8dRIqJwtITyWJxzL7ukl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GFMRLvNDkn0V8dRIqJwtITyWJxzL7ukl > .row > .video-iframe-container { display: none; }#GFMRLvNDkn0V8dRIqJwtITyWJxzL7ukl > .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); }#GFMRLvNDkn0V8dRIqJwtITyWJxzL7ukl { border-width: 0; border-radius: 0; }#GFMRLvNDkn0V8dRIqJwtITyWJxzL7ukl > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#GFMRLvNDkn0V8dRIqJwtITyWJxzL7ukl > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:37.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#mRTabS9ErRIRutRadDK2PkUT3DCbsmHF { color:#d70480;display:block;width:36.875rem;position:absolute;font-family:poppins;font-size:3.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.6875rem;left:10.75rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OkFTdUdEO56dV0PT3JIToKm9bbiGzWnR { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25rem;width:58.9375rem;top:9.5625rem;left:0.70261548913044rem;overflow:hidden;display:block; }
#LKUZKGLCZtkyUTrlVKzx3rxNzZLqVdTR { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.25rem;width:19.1875rem;display:none; }
#blUTJ9DsAgOy79Kvd0FWMdZzAi1xhciW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#blUTJ9DsAgOy79Kvd0FWMdZzAi1xhciW > .row .container { background-color: transparent; background-image: none; }#blUTJ9DsAgOy79Kvd0FWMdZzAi1xhciW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#blUTJ9DsAgOy79Kvd0FWMdZzAi1xhciW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#blUTJ9DsAgOy79Kvd0FWMdZzAi1xhciW > .row .container > .video-iframe-container { display: none; }#blUTJ9DsAgOy79Kvd0FWMdZzAi1xhciW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#blUTJ9DsAgOy79Kvd0FWMdZzAi1xhciW > .row > .video-iframe-container { display: none; }#blUTJ9DsAgOy79Kvd0FWMdZzAi1xhciW > .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); }#blUTJ9DsAgOy79Kvd0FWMdZzAi1xhciW > .row .container { border-width: 0; border-radius: 0; }#blUTJ9DsAgOy79Kvd0FWMdZzAi1xhciW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#blUTJ9DsAgOy79Kvd0FWMdZzAi1xhciW > .row .container { font-size:0.875rem;font-family:arial;height:12rem;width:60rem;position:relative;display:block; }#fHTT0v2gPdcZDdVkdK1JotmKlxXdCa7q { color:#d70480;display:block;width:13.75rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:4.375rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SOm8FrqFhkWSzKHKp2NSqhr0p0O8w51a { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:5.75rem;top:3.9375rem;left:30.125rem;overflow:hidden;display:block; }
#eZ9RBe0Oz8VFU229afU6RIJN2CkwrNf5 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.375rem;width:6.375rem;top:2.8125rem;left:18.6875rem;overflow:hidden;display:block; }
#TyxCfosGhKhPm2JZcq5PsCyxkTuELpS6 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:6.375rem;top:4.4375rem;left:41.125rem;overflow:hidden;display:block; }
#fLnr0KrWPDmad8sg3M4UF5Jw0i2pX9sK { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:5.6875rem;top:4.4375rem;left:52.1875rem;overflow:hidden;display:block; }
#clyLRdM6oPyTiUW1SC2dWxqbcyue8Tko { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2c2544;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#clyLRdM6oPyTiUW1SC2dWxqbcyue8Tko > .row .container { background-color: transparent; background-image: none; }#clyLRdM6oPyTiUW1SC2dWxqbcyue8Tko::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#clyLRdM6oPyTiUW1SC2dWxqbcyue8Tko > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#clyLRdM6oPyTiUW1SC2dWxqbcyue8Tko > .row .container > .video-iframe-container { display: none; }#clyLRdM6oPyTiUW1SC2dWxqbcyue8Tko > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#clyLRdM6oPyTiUW1SC2dWxqbcyue8Tko > .row > .video-iframe-container { display: none; }#clyLRdM6oPyTiUW1SC2dWxqbcyue8Tko > .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); }#clyLRdM6oPyTiUW1SC2dWxqbcyue8Tko > .row .container { border-width: 0; border-radius: 0; }#clyLRdM6oPyTiUW1SC2dWxqbcyue8Tko > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#clyLRdM6oPyTiUW1SC2dWxqbcyue8Tko > .row .container { font-size:0.875rem;font-family:arial;height:23.0625rem;width:60rem;position:relative;display:block; }#DIqcnNelz52DIK0kkLRkErO3aehr2EVT { color:#d70480;display:block;width:43.125rem;position:absolute;font-family:poppins;font-size:3.8125rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;top:3.9375rem;left:8.4375rem;height:8.38675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AfCkcngwISZmMHmd6IeTX5Xmp6U0chT6 { background-color:#d70480;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:14.0625rem;left:21.25rem;display:block; }
#ChRzghet5ciUu67msKVWv0RXfZu6O96M { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RDXGcF59dcMg7P6pfWW38klTdxwUaJCS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2c2544;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RDXGcF59dcMg7P6pfWW38klTdxwUaJCS > .row .container { background-color: transparent; background-image: none; }#RDXGcF59dcMg7P6pfWW38klTdxwUaJCS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RDXGcF59dcMg7P6pfWW38klTdxwUaJCS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RDXGcF59dcMg7P6pfWW38klTdxwUaJCS > .row .container > .video-iframe-container { display: none; }#RDXGcF59dcMg7P6pfWW38klTdxwUaJCS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RDXGcF59dcMg7P6pfWW38klTdxwUaJCS > .row > .video-iframe-container { display: none; }#RDXGcF59dcMg7P6pfWW38klTdxwUaJCS > .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); }#RDXGcF59dcMg7P6pfWW38klTdxwUaJCS > .row .container { border-width: 0; border-radius: 0; }#RDXGcF59dcMg7P6pfWW38klTdxwUaJCS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RDXGcF59dcMg7P6pfWW38klTdxwUaJCS > .row .container { font-size:0.875rem;font-family:arial;height:7.375rem;width:60rem;position:relative;display:block; }#ghLHJo70GUsZAbaOn7DNkP1iU0NGNBfG { color:#ffffff;display:block;width:18rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.1875rem;left:0rem;height:2.61230625rem;display:block; }
#r8BsrAnIWFTqGRObA5HH5FcJtTmPpXHz { color:#ffffff;display:block;width:10.6875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.1875rem;left:20.25rem;height:2.5996125rem;display:block; }
#CP53AQZ20qpS8vXfJN4PZNdknmDv8TP4 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:2.8125rem;top:2.08740234375rem;left:41.9375rem;overflow:hidden;display:block; }
#CqQfDN6tRZ9wN9iKilzqVf8ikdOQPubE { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:2.8125rem;top:2.08740234375rem;left:45.5rem;overflow:hidden;display:block; }
#LhDaEFlZiAsthA0J17A9ccJ5OntLGxec { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:2.8125rem;top:2.08740234375rem;left:49rem;overflow:hidden;display:block; }
#N5WhdLHa5OkZBs1JHOOvk3H3nucUCwwd { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:2.8125rem;top:2.08740234375rem;left:52.9375rem;overflow:hidden;display:block; }
#VzxqUEAGgmaM6vRCWmqpI3hWtzfmHshR { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:2.8125rem;top:2.08740234375rem;left:57.1875rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IEJB16F9HTzOeASCF44pHy1Sbzxu5B8Z { top:2rem;left:14.84375rem;width:18.0625rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSKZHPTp4DKv2eqvDcd6mFdB3keUp373 { display:block; }#CSKZHPTp4DKv2eqvDcd6mFdB3keUp373 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jm4FfFMrKXg8ndVrUU2KIzN4d22bV2F7 { top:3.6875rem;left:5.4375rem;width:36.875rem;height:4.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgUybCsyXuFWGQWIEyNUCfB4fBxB8fEa { top:11.4375rem;left:1.03125rem;width:45.6875rem;height:10rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARbBFfhWMHVSZtxnViZqAJ4cl6NiPTen { top:24.5625rem;left:6.625rem;width:34.5rem;height:2.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4L1oIbTtXhqFge2w8LT4EJp9nvH6pce { top:27.5625rem;left:9.8125rem;width:27.875rem;height:2.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTSlPHJ2DQLmxSPKBmXZTQX7ku2ZyFEe { display:block; }#RTSlPHJ2DQLmxSPKBmXZTQX7ku2ZyFEe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IBrg8EybTm2MrITuyJWlFBGuixDAB9PR { top:3.125rem;left:5.4375rem;width:36.875rem;height:4.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6OlB3PFMSbskKS5pCzaPtSxWNUttO30 { top:19.8125rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZSyABBZSPZgNpz8aTqAGZpQ8gAZ9LgW { top:25.1875rem;left:0rem;width:12.5rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzTB2r39Mm5ggwp3MLiDWWImEe5ZqC3J { top:16.3125rem;left:9.2319711538462rem;width:9.1875rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8Fu3FZS4yTD9rCaX6Ih8QzdwqkJKsI8 { top:20.0625rem;left:9.16943359375rem;width:8.875rem;height:1.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVITOaTtoeVAwlmcQxgSLRA6gqkXuqXf { top:9.5625rem;left:17.1875rem;width:9.625rem;height:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJ2GyT7cCxqZ7gOXQAS9ROuim4zCEbhz { top:13.6875rem;left:17.28125rem;width:9.6875rem;height:1.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6ht2iqwiOEwd095tGDNZHTXPIqyO5Qy { top:12.9375rem;left:28.75rem;width:11.375rem;height:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v87h8SEKymtplT3rWAAH84Q6Zutgw9rD { top:18.0625rem;left:29.75rem;width:9.6875rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iwzkk7XVmGiS3cK2tNVgaku8J014zHdH { top:17rem;left:36rem;width:11.5rem;height:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4TuWD99fSU8Juuorxk2Es0wVe0gzKF8 { top:21.9375rem;left:38.0625rem;width:9.6875rem;height:1.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1KPRrVxNmv9vPsOwxL1Qg60pqrQPd2f { top:19.8125rem;left:18.66943359375rem;width:11.4375rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULNxiucr8hpswPdCagd3WTrFfR9lpMrE { top:25.0625rem;left:19.71875rem;width:9.6875rem;height:1.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAzrrR9wtMxdWE8uEffTIsTt03TGq3k7 { top:27.625rem;left:7.79443359375rem;width:11.25rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #APCfnA6npHZtaHwgUgTJdUOSoBwmJ4NT { top:32.5625rem;left:7.70068359375rem;width:12.5rem;height:1.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGT58NRPzPgBHo35ceOTxM5cT5h0ndUI { top:32.4375rem;left:20.13818359375rem;width:10.1875rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TK3tCTe6g6qTeWFyyw0CZOS0QCzLTdCT { top:36.6875rem;left:18.66943359375rem;width:12.5rem;height:1.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJa4Sl82qPbOS2oTRfGrsg3DDM3PvTd9 { top:25.5rem;left:30.5rem;width:11.5625rem;height:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqmAvJqoXEud9HiLSnlSBkstyB1KUTOz { top:30.4375rem;left:31.6875rem;width:9.6875rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9RfEthuzUeF4XM79tfJzwLIvIydW6VI { top:18.9375rem;left:33.0625rem;width:14.6875rem;height:3.9375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFMRLvNDkn0V8dRIqJwtITyWJxzL7ukl { display:block; }#GFMRLvNDkn0V8dRIqJwtITyWJxzL7ukl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mRTabS9ErRIRutRadDK2PkUT3DCbsmHF { top:2.6875rem;left:4.625rem;width:36.875rem;height:4.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkFTdUdEO56dV0PT3JIToKm9bbiGzWnR { top:9.5625rem;left:0rem;width:47.75rem;height:20.254506892895rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKUZKGLCZtkyUTrlVKzx3rxNzZLqVdTR { width:19.1875rem;height:29.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #blUTJ9DsAgOy79Kvd0FWMdZzAi1xhciW { display:block; }#blUTJ9DsAgOy79Kvd0FWMdZzAi1xhciW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fHTT0v2gPdcZDdVkdK1JotmKlxXdCa7q { top:4.375rem;left:0rem;width:13.75rem;height:3.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOm8FrqFhkWSzKHKp2NSqhr0p0O8w51a { top:3.9375rem;left:24rem;width:5.75rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZ9RBe0Oz8VFU229afU6RIJN2CkwrNf5 { top:2.8125rem;left:12.5625rem;width:6.375rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyxCfosGhKhPm2JZcq5PsCyxkTuELpS6 { top:4.4375rem;left:35rem;width:6.375rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLnr0KrWPDmad8sg3M4UF5Jw0i2pX9sK { top:4.4375rem;left:42.0625rem;width:5.6875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #clyLRdM6oPyTiUW1SC2dWxqbcyue8Tko { display:block; }#clyLRdM6oPyTiUW1SC2dWxqbcyue8Tko > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DIqcnNelz52DIK0kkLRkErO3aehr2EVT { top:3.9375rem;left:2.3125rem;width:43.125rem;height:8.375rem;font-size:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfCkcngwISZmMHmd6IeTX5Xmp6U0chT6 { width:17.5rem;height:3.4375rem;top:14.0625rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChRzghet5ciUu67msKVWv0RXfZu6O96M { display:block; }
 }@media only screen and (max-width: 763px) { #RDXGcF59dcMg7P6pfWW38klTdxwUaJCS { display:block; }#RDXGcF59dcMg7P6pfWW38klTdxwUaJCS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ghLHJo70GUsZAbaOn7DNkP1iU0NGNBfG { top:2.1875rem;left:0rem;width:18rem;height:2.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8BsrAnIWFTqGRObA5HH5FcJtTmPpXHz { top:2.1875rem;left:14.125rem;width:10.6875rem;height:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CP53AQZ20qpS8vXfJN4PZNdknmDv8TP4 { top:2.0625rem;left:35.8125rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqQfDN6tRZ9wN9iKilzqVf8ikdOQPubE { top:2.0625rem;left:39.375rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhDaEFlZiAsthA0J17A9ccJ5OntLGxec { top:2.0625rem;left:42.875rem;width:2.8125rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5WhdLHa5OkZBs1JHOOvk3H3nucUCwwd { top:2.0625rem;left:44.9375rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzxqUEAGgmaM6vRCWmqpI3hWtzfmHshR { top:2.0625rem;left:44.9375rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IEJB16F9HTzOeASCF44pHy1Sbzxu5B8Z { width:11.8125rem;height:3.4375rem;top:0.9375rem;left:4.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSKZHPTp4DKv2eqvDcd6mFdB3keUp373 { display:block; }#CSKZHPTp4DKv2eqvDcd6mFdB3keUp373 > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jm4FfFMrKXg8ndVrUU2KIzN4d22bV2F7 { width:20rem;height:2.11230625rem;top:1.25rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgUybCsyXuFWGQWIEyNUCfB4fBxB8fEa { width:20rem;height:6.8203125rem;top:4.599609375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARbBFfhWMHVSZtxnViZqAJ4cl6NiPTen { width:20rem;height:1.54345625rem;top:13.375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4L1oIbTtXhqFge2w8LT4EJp9nvH6pce { width:20rem;height:1.54345625rem;top:14.9375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTSlPHJ2DQLmxSPKBmXZTQX7ku2ZyFEe { display:block; }#RTSlPHJ2DQLmxSPKBmXZTQX7ku2ZyFEe > .row .container { width:20rem;height:34.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IBrg8EybTm2MrITuyJWlFBGuixDAB9PR { width:20rem;height:2.11230625rem;top:1.25rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6OlB3PFMSbskKS5pCzaPtSxWNUttO30 { width:7.25rem;height:6.9375rem;top:4.5rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZSyABBZSPZgNpz8aTqAGZpQ8gAZ9LgW { width:7.5625rem;height:1.29994375rem;top:7.4375rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzTB2r39Mm5ggwp3MLiDWWImEe5ZqC3J { width:5.4375rem;height:5.4375rem;top:17.75rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8Fu3FZS4yTD9rCaX6Ih8QzdwqkJKsI8 { width:5rem;height:0.9748875rem;top:20.106119155884rem;left:6.40625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVITOaTtoeVAwlmcQxgSLRA6gqkXuqXf { width:5rem;height:5rem;top:8.2776699066163rem;left:14.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJ2GyT7cCxqZ7gOXQAS9ROuim4zCEbhz { width:5.9375rem;height:1.05615rem;top:10.375rem;left:14.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6ht2iqwiOEwd095tGDNZHTXPIqyO5Qy { width:6.875rem;height:6.6875rem;top:21rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v87h8SEKymtplT3rWAAH84Q6Zutgw9rD { width:6.125rem;height:1.29994375rem;top:23.81884765625rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iwzkk7XVmGiS3cK2tNVgaku8J014zHdH { width:7.0625rem;height:7.0625rem;top:12.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4TuWD99fSU8Juuorxk2Es0wVe0gzKF8 { width:6.625rem;height:1.05615rem;top:15.25rem;left:0.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1KPRrVxNmv9vPsOwxL1Qg60pqrQPd2f { width:5.375rem;height:5.5625rem;top:4.1057944297791rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULNxiucr8hpswPdCagd3WTrFfR9lpMrE { width:7.1875rem;height:1.05615rem;top:19.103515863419rem;left:12.687500953674rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAzrrR9wtMxdWE8uEffTIsTt03TGq3k7 { width:7rem;height:7rem;top:15.9375rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #APCfnA6npHZtaHwgUgTJdUOSoBwmJ4NT { width:5.375rem;height:0.9748875rem;top:12.606306314468rem;left:8.61607170105rem;font-size:0.75rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #CGT58NRPzPgBHo35ceOTxM5cT5h0ndUI { width:5.375rem;height:5.375rem;top:10.375000238419rem;left:8.49107170105rem;display:block; }
 }@media only screen and (max-width: 763px) { #TK3tCTe6g6qTeWFyyw0CZOS0QCzLTdCT { width:6rem;height:0.9749375rem;top:6.5247402191163rem;left:9rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJa4Sl82qPbOS2oTRfGrsg3DDM3PvTd9 { width:6.25rem;height:6.25rem;top:23.3125rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqmAvJqoXEud9HiLSnlSBkstyB1KUTOz { width:6.1875rem;height:1.137275rem;top:26.087890625rem;left:8rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9RfEthuzUeF4XM79tfJzwLIvIydW6VI { width:7.6875rem;height:2.11230625rem;top:31.0625rem;left:6.125rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #GFMRLvNDkn0V8dRIqJwtITyWJxzL7ukl { display:block; }#GFMRLvNDkn0V8dRIqJwtITyWJxzL7ukl > .row .container { width:20rem;height:34.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mRTabS9ErRIRutRadDK2PkUT3DCbsmHF { width:20rem;height:2.11230625rem;top:1.25rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkFTdUdEO56dV0PT3JIToKm9bbiGzWnR { width:14.875rem;height:6.375rem;top:4.599609375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #LKUZKGLCZtkyUTrlVKzx3rxNzZLqVdTR { top:4.625rem;left:0.375rem;width:19.0625rem;height:29.125rem;z-index:15004;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #blUTJ9DsAgOy79Kvd0FWMdZzAi1xhciW { display:block; }#blUTJ9DsAgOy79Kvd0FWMdZzAi1xhciW > .row .container { width:20rem;height:9.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fHTT0v2gPdcZDdVkdK1JotmKlxXdCa7q { width:13.75rem;height:2.11230625rem;top:1.25rem;left:3.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOm8FrqFhkWSzKHKp2NSqhr0p0O8w51a { width:3.875rem;height:2.75rem;top:4.5rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZ9RBe0Oz8VFU229afU6RIJN2CkwrNf5 { width:2.9375rem;height:2.9375rem;top:4.375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyxCfosGhKhPm2JZcq5PsCyxkTuELpS6 { width:4.8125rem;height:2.3125rem;top:4.6875rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLnr0KrWPDmad8sg3M4UF5Jw0i2pX9sK { width:4.5rem;height:2.4375rem;top:4.625rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #clyLRdM6oPyTiUW1SC2dWxqbcyue8Tko { display:block; }#clyLRdM6oPyTiUW1SC2dWxqbcyue8Tko > .row .container { width:20rem;height:10.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DIqcnNelz52DIK0kkLRkErO3aehr2EVT { width:20rem;height:3.57421875rem;top:1.5625rem;left:0rem;font-size:1.625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #AfCkcngwISZmMHmd6IeTX5Xmp6U0chT6 { width:12.4375rem;height:2.375rem;top:6.4853515625rem;left:3.78125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChRzghet5ciUu67msKVWv0RXfZu6O96M { display:block; }
 }@media only screen and (max-width: 763px) { #RDXGcF59dcMg7P6pfWW38klTdxwUaJCS { display:block; }#RDXGcF59dcMg7P6pfWW38klTdxwUaJCS > .row .container { width:20rem;height:13.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ghLHJo70GUsZAbaOn7DNkP1iU0NGNBfG { width:18rem;height:2.46875rem;top:1.9375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8BsrAnIWFTqGRObA5HH5FcJtTmPpXHz { width:18rem;height:2.5996125rem;top:5.32470703125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CP53AQZ20qpS8vXfJN4PZNdknmDv8TP4 { width:2.8125rem;height:2.8125rem;top:9.25rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqQfDN6tRZ9wN9iKilzqVf8ikdOQPubE { width:2.8125rem;height:2.8125rem;top:9.25rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhDaEFlZiAsthA0J17A9ccJ5OntLGxec { width:2.8125rem;height:2.75rem;top:9.25rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5WhdLHa5OkZBs1JHOOvk3H3nucUCwwd { width:2.8125rem;height:2.8125rem;top:9.25rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzxqUEAGgmaM6vRCWmqpI3hWtzfmHshR { width:2.8125rem;height:2.8125rem;top:9.25rem;left:15.6875rem;display:block; }
 }