.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
@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;position:relative;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); }#ZzKrM6tlx8EigT9uxpPoHUfSCM45T6W8 { border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #fb78b6;background-color:#17000a;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#ZzKrM6tlx8EigT9uxpPoHUfSCM45T6W8 > .row .container { background-color: transparent; background-image: none; }#ZzKrM6tlx8EigT9uxpPoHUfSCM45T6W8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZzKrM6tlx8EigT9uxpPoHUfSCM45T6W8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZzKrM6tlx8EigT9uxpPoHUfSCM45T6W8 > .row .container > .video-iframe-container { display: none; }#ZzKrM6tlx8EigT9uxpPoHUfSCM45T6W8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZzKrM6tlx8EigT9uxpPoHUfSCM45T6W8 > .row > .video-iframe-container { display: none; }#ZzKrM6tlx8EigT9uxpPoHUfSCM45T6W8 > .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); }#ZzKrM6tlx8EigT9uxpPoHUfSCM45T6W8 > .row .container { border-width: 0; border-radius: 0; }#ZzKrM6tlx8EigT9uxpPoHUfSCM45T6W8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZzKrM6tlx8EigT9uxpPoHUfSCM45T6W8 > .row .container { font-size:0.875rem;font-family:arial;height:5.3125rem;width:75rem;position:relative;display:block; }#FQ9Un6JawKmLW1pE79lLNvwVONO14CMl { background-color:transparent;background-image:none;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:#fb78b6;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.6875rem;height:2.1875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.5625rem;left:52.875rem;display:block; }
#yBHPd6WDTBVnxPb3kdmy0vfOQ9ATV5Gu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#M8H5CsupkoNOnk7Q5JP3b45kGDMqo2wx { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#fb78b6;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.0625rem;height:2.1875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.5625rem;left:37.9375rem;display:block; }
#PskaPmfoI8QmhzVPyfhxRGviqmeTlfxu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hSatqUTewq4CKdb3gUmAqXa1kXR5WCdy { background-color:transparent;background-image:none;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:#fb78b6;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12rem;height:2.1875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.5625rem;left:63rem;display:block; }
#dVunNVJvDvm42bXqBycobaCerZyiwyCI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#u7U2vvDRQBVIswqJrPLwEVWQSGErLFpw { 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.625rem;width:9.9375rem;top:0.84375rem;left:0rem;overflow:hidden;display:block; }
#h1DCFgzmNhfTzdM6v27Cbz7w5lSCbZyp { background-color:#fb78b6;background-image:none;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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5625rem;height:2.1875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.5625rem;left:13.25rem;display:block; }
#B3kiUCwbS6iNZRXgTTyZgzMJVbEhphpv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fSh5zb523PJtIWTn7Ut2eEgVEd7TDgi2 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:12.5rem;width:12.5rem;display:none; }
#cSJCeRzDkCtPitt1XEzByHADsOmTyetK { position:absolute;display:block;z-index:15085;height:2.625rem;width:9.625rem;top:1.34375rem;left:0rem;display:block; }
#A0AVRRPuggVKyEsUHZUA1oFLFIOZxhOI { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:12.5rem;width:12.5rem;display:none; }
#w9L80lVSeinoDRUg5Zkk30UmSnRhqTP1 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:12.5rem;width:12.5rem;display:none; }
#UchDT4iIyn8m4AP8TnTn5MUSyZCbNmRJ { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:12.5rem;width:12.5rem;display:none; }
#Nd5aEbfW9DnU6XgBxJcdZWzOvXEsGoME { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:12.5rem;width:12.5rem;display:none; }
#sbKWh46ZCrTlEM8pIzQ1JJaBNTZPrpCL { background-color:transparent;background-image:none;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:#fb78b6;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.6875rem;height:2.1875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.5625rem;left:43.125rem;display:block; }
#PfmJHU4vFtZ6pDR8MQu7bkbG0lsbWTmp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uHiA5CnJxGduevFESX8ilSorucDMV2Tn { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:12.5rem;width:12.5rem;display:none; }
#qltHA7NAVTT6TRKU8zRTm9cE2zUwSIfS { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#fb78b6;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.625rem;height:2.1875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.5625rem;left:26rem;display:block; }
#yVzyRcISANZLqgNrl3qZFntTvJWmzMdS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zuUmX9n5aUHTdsV6PqeXXDNKdIb7LgNW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#zuUmX9n5aUHTdsV6PqeXXDNKdIb7LgNW > .row .container { background-color: transparent; background-image: none; }#zuUmX9n5aUHTdsV6PqeXXDNKdIb7LgNW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zuUmX9n5aUHTdsV6PqeXXDNKdIb7LgNW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zuUmX9n5aUHTdsV6PqeXXDNKdIb7LgNW > .row .container > .video-iframe-container { display: none; }#zuUmX9n5aUHTdsV6PqeXXDNKdIb7LgNW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zuUmX9n5aUHTdsV6PqeXXDNKdIb7LgNW > .row > .video-iframe-container { display: none; }#zuUmX9n5aUHTdsV6PqeXXDNKdIb7LgNW > .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); }#zuUmX9n5aUHTdsV6PqeXXDNKdIb7LgNW > .row .container { border-width: 0; border-radius: 0; }#zuUmX9n5aUHTdsV6PqeXXDNKdIb7LgNW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zuUmX9n5aUHTdsV6PqeXXDNKdIb7LgNW > .row .container { font-size:0.875rem;font-family:arial;height:5.3125rem;width:75rem;position:relative;display:block; }#NG4B2k0goydGisVeGtdscZy73fNdRDAD { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:12.5rem;width:12.5rem;display:none; }
#kyStBTzNO8rxhxukyBRax5Dkzdy5naub { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffd7f8;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; }#kyStBTzNO8rxhxukyBRax5Dkzdy5naub > .row .container { background-color: transparent; background-image: none; }#kyStBTzNO8rxhxukyBRax5Dkzdy5naub::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kyStBTzNO8rxhxukyBRax5Dkzdy5naub > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kyStBTzNO8rxhxukyBRax5Dkzdy5naub > .row .container > .video-iframe-container { display: none; }#kyStBTzNO8rxhxukyBRax5Dkzdy5naub > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kyStBTzNO8rxhxukyBRax5Dkzdy5naub > .row > .video-iframe-container { display: none; }#kyStBTzNO8rxhxukyBRax5Dkzdy5naub > .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); }#kyStBTzNO8rxhxukyBRax5Dkzdy5naub > .row .container { border-width: 0; border-radius: 0; }#kyStBTzNO8rxhxukyBRax5Dkzdy5naub > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kyStBTzNO8rxhxukyBRax5Dkzdy5naub > .row .container { font-size:0.875rem;font-family:arial;height:7rem;width:75rem;position:relative;display:block; }#kNmyvdrbdwHiO9aNmZeufBc9wwEoSpIk { color:#ffffff;display:block;width:31.9375rem;position:absolute;font-family:arial;font-size:2.9375rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.5625rem rgba(255,0,158,0.65);top:1.6875rem;left:21.375rem;height:3.9746125rem;text-align:center;text-align-last:center;display:block; }
#elH1iOrNo7szAyU1qPQZVp9DStqtEum2 { position:absolute;display:block;z-index:15021;background-color:#fb78b6;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0rem 0.5rem #fb78b6 ;height:5.4375rem;width:58rem;top:1.5rem;left:8.5rem;display:block; }
#uhLv3D7DNBHadhXnhW98pTbxvmsBZ9L8 { color:#ffffff;display:block;width:26.0625rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:15081;line-height:1.3;letter-spacing:0;top:5.130859375rem;left:24.3125rem;height:1.54345625rem;text-align:center;text-align-last:center;display:block; }
#byB5IoiNpI7GH9q3NPdq2w6Q1NlTbngU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffd7f8, #ffffff);background-image: -moz-linear-gradient(180deg, #ffd7f8, #ffffff);background-image: -ms-linear-gradient(180deg, #ffd7f8, #ffffff);background-image: -o-linear-gradient(180deg, #ffd7f8, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd7f8', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd7f8', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #ffd7f8, #ffffff);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; }#byB5IoiNpI7GH9q3NPdq2w6Q1NlTbngU > .row .container { background-color: transparent; background-image: none; }#byB5IoiNpI7GH9q3NPdq2w6Q1NlTbngU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#byB5IoiNpI7GH9q3NPdq2w6Q1NlTbngU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#byB5IoiNpI7GH9q3NPdq2w6Q1NlTbngU > .row .container > .video-iframe-container { display: none; }#byB5IoiNpI7GH9q3NPdq2w6Q1NlTbngU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#byB5IoiNpI7GH9q3NPdq2w6Q1NlTbngU > .row > .video-iframe-container { display: none; }#byB5IoiNpI7GH9q3NPdq2w6Q1NlTbngU > .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); }#byB5IoiNpI7GH9q3NPdq2w6Q1NlTbngU > .row .container { border-width: 0; border-radius: 0; }#byB5IoiNpI7GH9q3NPdq2w6Q1NlTbngU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#byB5IoiNpI7GH9q3NPdq2w6Q1NlTbngU > .row .container { font-size:0.875rem;font-family:arial;height:15rem;width:75rem;position:relative;display:block; }#xQ6SJT26hhtXEsxPRBSimVelE5u2TDEn { position:absolute;display:block;z-index:14999;background-color:rgba(255,255,255,0.7);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 0.625rem rgba(251,120,182,0.39) ;height:13.625rem;width:58rem;top:0rem;left:8.5rem;display:block; }
#swlZJg1APxQTK5qr3XGVEN9M6clF0MIX { color:#000000;display:block;width:54.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15080;line-height:1.3;letter-spacing:0;top:6.6181640625rem;left:10.25rem;height:3.89941875rem;text-align:center;text-align-last:center;display:none; }
#lzREIEH8ZTAGPH1niNQ35DEAByNgbGdB { color:#000000;display:block;width:54.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15080;line-height:1.3;letter-spacing:0;top:0.6806640625rem;left:10.25rem;height:;text-align:center;text-align-last:center;display:block; }
#KVQHMW2JSQRtGVs6GF85NNMJXpydpACC { color:#000000;display:block;width:56rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:normal;z-index:15081;line-height:1.3;letter-spacing:0;top:1.26953125rem;left:9.5rem;height:10.39844375rem;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;display:block; }
#AI0di69rhiX1JlZ84aVCfcb9TDSM6OzA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#AI0di69rhiX1JlZ84aVCfcb9TDSM6OzA > .row .container { background-color: transparent; background-image: none; }#AI0di69rhiX1JlZ84aVCfcb9TDSM6OzA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AI0di69rhiX1JlZ84aVCfcb9TDSM6OzA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AI0di69rhiX1JlZ84aVCfcb9TDSM6OzA > .row .container > .video-iframe-container { display: none; }#AI0di69rhiX1JlZ84aVCfcb9TDSM6OzA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AI0di69rhiX1JlZ84aVCfcb9TDSM6OzA > .row > .video-iframe-container { display: none; }#AI0di69rhiX1JlZ84aVCfcb9TDSM6OzA > .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); }#AI0di69rhiX1JlZ84aVCfcb9TDSM6OzA > .row .container { border-width: 0; border-radius: 0; }#AI0di69rhiX1JlZ84aVCfcb9TDSM6OzA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AI0di69rhiX1JlZ84aVCfcb9TDSM6OzA > .row .container { font-size:0.875rem;font-family:arial;height:6.4375rem;width:75rem;position:relative;display:block; }#aMtRkl1ldMsXNODQ9MUHD0DsLGEyCBEd { background-color:#fb78b6;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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.6875rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:1.8125rem;left:23.15625rem;display:block; }
#N9QVe3R3SWquwl0TcUw7usvCpRXgca22 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qPRsCEwzT2BpxZnzQwPvHRHs9ovR24Uf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6a0c5;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; }#qPRsCEwzT2BpxZnzQwPvHRHs9ovR24Uf > .row .container { background-color: transparent; background-image: none; }#qPRsCEwzT2BpxZnzQwPvHRHs9ovR24Uf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qPRsCEwzT2BpxZnzQwPvHRHs9ovR24Uf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qPRsCEwzT2BpxZnzQwPvHRHs9ovR24Uf > .row .container > .video-iframe-container { display: none; }#qPRsCEwzT2BpxZnzQwPvHRHs9ovR24Uf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qPRsCEwzT2BpxZnzQwPvHRHs9ovR24Uf > .row > .video-iframe-container { display: none; }#qPRsCEwzT2BpxZnzQwPvHRHs9ovR24Uf > .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); }#qPRsCEwzT2BpxZnzQwPvHRHs9ovR24Uf > .row .container { border-width: 0; border-radius: 0; }#qPRsCEwzT2BpxZnzQwPvHRHs9ovR24Uf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qPRsCEwzT2BpxZnzQwPvHRHs9ovR24Uf > .row .container { font-size:0.875rem;font-family:arial;height:125.875rem;width:75rem;position:relative;display:block; }#omSa9MlDNX6xS7LhDxURrwpVyLBWUInR { position:absolute;display:block;z-index:15046;background-color:#ffffff;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:73.875rem;top:95.4375rem;left:0.9375rem;display:block; }
#UDzxt28DM85A4G0d6VARhv61VU7Xa8UM { color:#000000;display:block;width:37.6875rem;position:absolute;font-family:arial;font-size:2.4375rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:85.4375rem;left:18.9375rem;height:6.5869125rem;text-align:left;text-align-last:left;display:block; }
#ZwGhaTgykIsNbCp85WZBiVoisTChWTfU { position:absolute;display:block;z-index:15044;background-color:#ffffff;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:73.875rem;top:47.875rem;left:0.6875rem;display:block; }
#f4C3OBvwFecV4h5OeM1d8VdaqaT7i4fM { color:#000000;display:block;width:30.9375rem;position:absolute;font-family:arial;font-size:2.4375rem;font-weight:normal;z-index:15074;line-height:1.3;letter-spacing:0;top:35.6435546875rem;left:18.9375rem;height:9.88036875rem;text-align:left;text-align-last:left;display:block; }
#TKnNAZ6Cnn9kDoVmON1v2g01V4xccWg5 { position:absolute;display:block;z-index:15033;background-color:#ffffff;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:73.875rem;top:32.1875rem;left:0.5rem;display:block; }
#fGA7W3JANyrCwpuBWynul2J8ycnNZzfD { color:#000000;display:block;width:42.125rem;position:absolute;font-family:arial;font-size:2.9375rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:22.96240234375rem;left:16.8125rem;height:3.9746125rem;text-align:center;text-align-last:center;display:block; }
#MV4aZczuW2c82mN2bzIpu2Ju0wwpfsXh { background-color:#fb78b6;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:"open sans";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:15060;text-align:center;text-align-last:center;top:38.5rem;left:51.3125rem;display:block; }
#QdTggb2Uv2Wh0FezJr4yTsWHqsLShVPV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bGFgUZ5xVmitcB5PXMvtcegvHOSfTFZh { background-color:#fb78b6;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:"open sans";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:15061;text-align:center;text-align-last:center;top:86.21875rem;left:51.3125rem;display:block; }
#mZkCFcLDbm6JaTcN2O8sWpp9CiqsdsxA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#n6TdlLvqHmLX7JuCBrVE3FsF5TPIQQR5 { color:#000000;display:block;width:18.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15072;line-height:1.3;letter-spacing:0;top:34.34375rem;left:18.9375rem;height:1.29980625rem;display:block; }
#PbrmpJKBeLmkKTNIoG9ZhGEU3ZcMwOcg { color:#000000;display:block;width:32.1875rem;position:absolute;font-family:arial;font-size:2.0625rem;font-weight:normal;z-index:15051;line-height:1.3;letter-spacing:0;top:113.326171875rem;left:18.9375rem;height:8.41845625rem;text-align:left;text-align-last:left;display:block; }
#eZ2vCpweFNGP0E4ETv76WPR8TlM8HQnV { background-color:#fb78b6;background-image:none;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:"open sans";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:15066;text-align:center;text-align-last:center;top:114.544921875rem;left:51.3125rem;display:block; }
#UMnUd93x1ZK3TL9PoUTdTUvN1RX4tHeX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ue2S0hiNaCXuoCm6TErwkIhCISNiWTIH { color:#000000;display:block;width:32.1875rem;position:absolute;font-family:arial;font-size:2.0625rem;font-weight:normal;z-index:15050;line-height:1.3;letter-spacing:0;top:53.1318359375rem;left:18.6875rem;height:8.41845625rem;text-align:left;text-align-last:left;display:block; }
#S4WKo3RqvTnfZ5GEZ5KQDKn5dBfs1Au1 { color:#000000;display:block;width:17.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15076;line-height:1.3;letter-spacing:0;top:51.89453125rem;left:18.6875rem;height:1.29980625rem;display:block; }
#SsumRssM00ykpMAxiTDXctAObK7E6SxN { position:absolute;display:block;z-index:15078;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:19.625rem;width:35.25rem;top:2.5625rem;left:19.875rem;overflow:hidden;display:block; }
#ishdHiQNF3GSWKgMhPkAzgEB7gEJR6BT { color:#000000;display:block;width:18.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15073;line-height:1.3;letter-spacing:0;top:84.25rem;left:18.9375rem;height:1.29980625rem;display:block; }
#M0JvM5CGtn9Muy3WktiTc3S3fedTyrER { color:#000000;display:block;width:17.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15074;line-height:1.3;letter-spacing:0;top:111.4375rem;left:18.9375rem;height:1.29980625rem;display:block; }
#ou0NZh5HUTcHedkF37D2EVTE7JIay3Tx { color:#000000;display:block;width:70.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15079;line-height:1.3;letter-spacing:0;top:26.875rem;left:2.09375rem;height:3.8994125rem;text-align:center;text-align-last:center;display:block; }
#rS6RBJyFFw4hb4Ss1tffD2wpEniUuUks { position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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.0625rem 0.0625rem 0.8125rem #fb78b6 ;height:121.625rem;width:74.5625rem;top:2rem;left:0.25rem;display:block; }
#cSrPfqtSSUGoV4uZGDggz2q7s7EJ75v0 { position:absolute;display:block;z-index:15080;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:19rem;width:19rem;top:30.71875rem;left:0rem;overflow:hidden;display:block; }
#TXgxLBr7N94UOny5nZBzJJ58pVS1sJsl { position:absolute;display:block;z-index:15081;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:19rem;width:19rem;top:78.125rem;left:0.25rem;overflow:hidden;display:block; }
#Zf81rBqBbafoxMDZ8pfIcZbz7PqQQwvP { position:absolute;display:block;z-index:15082;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:19rem;width:19rem;top:46.7998046875rem;left:0rem;overflow:hidden;display:block; }
#zyWqSS4QRTlPDnvbfQgHzc4yaUsP7NOL { position:absolute;display:block;z-index:15083;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:19rem;width:19rem;top:106.763671875rem;left:0rem;overflow:hidden;display:block; }
#aWmcw2TGwXmaIsTz44teR2TwIyNXHaAx { position:absolute;display:block;z-index:15045;background-color:#ffffff;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:73.875rem;top:80.1875rem;left:0.5625rem;display:block; }
#zgGLbhw0TC2X3zilZFywS3Tu4k2aGp7Z { position:absolute;display:block;z-index:15085;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:19rem;width:19rem;top:62.4375rem;left:0.1875rem;overflow:hidden;display:block; }
#qISAA9PIuIbcQtSoZTBBtmZPiiTqF89A { color:#000000;display:block;width:37.6875rem;position:absolute;font-family:arial;font-size:2.4375rem;font-weight:normal;z-index:15049;line-height:1.3;letter-spacing:0;top:68.125rem;left:18.9375rem;height:6.5869125rem;text-align:left;text-align-last:left;display:block; }
#Vlz5Rc8lMGbTlr4Z7A8Ax3AZAuwBXIqP { color:#000000;display:block;width:18.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15077;line-height:1.3;letter-spacing:0;top:66.875rem;left:18.6875rem;height:1.29980625rem;display:block; }
#x9C66Vdidi19vCtztxZxZEGTn9bIXwk0 { background-color:#fb78b6;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:"open sans";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:15065;text-align:center;text-align-last:center;top:70.21875rem;left:51.3125rem;display:block; }
#UT5ir5xgPfrpixQTIhng0WdEE3AnIIka { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nUGI4VBJoKp4okZaFSATfLTlkT83etR4 { color:#000000;display:block;width:45.8125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15078;line-height:1.3;letter-spacing:0;top:74.5625rem;left:19.1875rem;height:2.4375rem;display:block; }
#IFSdMpeIgppwGur5uEFnu3gTwrRG1NtT { position:absolute;display:block;z-index:15086;background-color:#ffffff;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:73.875rem;top:109.1875rem;left:0.5625rem;display:block; }
#cQigwVXAFNWpgnNNPJRMmLtIzXL7TiSt { background-color:#fb78b6;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:"open sans";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:15066;text-align:center;text-align-last:center;top:100.21875rem;left:51.3125rem;display:block; }
#R0ItByReCmvwZktAlZKEE0cq1gJPl0mC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sRR4o93TaF54IuF4hUcQzdrvSsHbeUaf { color:#000000;display:block;width:27.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15078;line-height:1.3;letter-spacing:0;top:97.5625rem;left:18.6875rem;height:1.29980625rem;display:block; }
#TIMMr82PD3BKkVTpzDJNVLDhFc3cGmQv { position:absolute;display:block;z-index:15082;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:19rem;width:19rem;top:92.4375rem;left:0rem;overflow:hidden;display:block; }
#hLTgyRQtKVcwa8TwgwNObz850KpoXWvW { color:#000000;display:block;width:37.6875rem;position:absolute;font-family:arial;font-size:2.4375rem;font-weight:normal;z-index:15047;line-height:1.3;letter-spacing:0;top:98.8125rem;left:18.4375rem;height:9.75536875rem;text-align:left;text-align-last:left;display:block; }
#Wc6VRd6wCzAFhUSrqTNNUXNUmTFo6gCh { color:#000000;display:block;width:48.5625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15079;line-height:1.3;letter-spacing:0;top:105.125rem;left:18.6875rem;height:2.4375rem;display:block; }
#FUHA6LWx8FbiOgOCFooKsh2MgMzIRT0T { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffc3e3, #ffffff);background-image: -moz-linear-gradient(90deg, #ffc3e3, #ffffff);background-image: -ms-linear-gradient(90deg, #ffc3e3, #ffffff);background-image: -o-linear-gradient(90deg, #ffc3e3, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc3e3', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc3e3', endColorstr='#ffffff' );";background-image: linear-gradient(90deg, #ffc3e3, #ffffff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:13.75rem;width:48.4375rem;top:95.5625rem;left:25.75rem;display:block; }
#i1DxVSsRvCFqOPzxpEHDa1a0Tw1JDO7b { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffffff, #ffc3e3);background-image: -moz-linear-gradient(90deg, #ffffff, #ffc3e3);background-image: -ms-linear-gradient(90deg, #ffffff, #ffc3e3);background-image: -o-linear-gradient(90deg, #ffffff, #ffc3e3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffc3e3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffc3e3' );";background-image: linear-gradient(90deg, #ffffff, #ffc3e3);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0rem;box-shadow: none;height:13.8125rem;width:24.9375rem;top:95.5625rem;left:0.8125rem;display:block; }
#i12DeAnqhueb4udqhnXRohfJu5VTiNS2 { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(94deg, #ffc3e3, #ffffff);background-image: -moz-linear-gradient(94deg, #ffc3e3, #ffffff);background-image: -ms-linear-gradient(94deg, #ffc3e3, #ffffff);background-image: -o-linear-gradient(94deg, #ffc3e3, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc3e3', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc3e3', endColorstr='#ffffff' );";background-image: linear-gradient(94deg, #ffc3e3, #ffffff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:32.25rem;width:48.4375rem;top:47.9375rem;left:26.3125rem;display:block; }
#UsOL8c0Ir2QPt3qbPTNNHpvN5C0rTaHd { position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(95deg, #ffffff, #ffc3e3);background-image: -moz-linear-gradient(95deg, #ffffff, #ffc3e3);background-image: -ms-linear-gradient(95deg, #ffffff, #ffc3e3);background-image: -o-linear-gradient(95deg, #ffffff, #ffc3e3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffc3e3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffc3e3' );";background-image: linear-gradient(95deg, #ffffff, #ffc3e3);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0rem;box-shadow: none;height:32.1875rem;width:24.9375rem;top:48rem;left:1.375rem;display:block; }
#ukbUCx7oENFo6fnUQTwNmWisgxCPMMyM { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #fb78b6, #ffffff);background-image: -moz-linear-gradient(90deg, #fb78b6, #ffffff);background-image: -ms-linear-gradient(90deg, #fb78b6, #ffffff);background-image: -o-linear-gradient(90deg, #fb78b6, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb78b6', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb78b6', endColorstr='#ffffff' );";background-image: linear-gradient(90deg, #fb78b6, #ffffff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:91.125rem;width:47.875rem;top:32.3125rem;left:26.3125rem;display:block; }
#czOA5VbxLItFAhJKqqkduIQTAhDsyvLF { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffffff, #fb78b6);background-image: -moz-linear-gradient(90deg, #ffffff, #fb78b6);background-image: -ms-linear-gradient(90deg, #ffffff, #fb78b6);background-image: -o-linear-gradient(90deg, #ffffff, #fb78b6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fb78b6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fb78b6' );";background-image: linear-gradient(90deg, #ffffff, #fb78b6);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0rem;box-shadow: none;height:91.125rem;width:24.9375rem;top:32.3125rem;left:1.4375rem;display:block; }
#PoMZhuse5CRSqmPFGNzywp6XAB8TC12T { position:absolute;display:block;z-index:15045;background-color:#ffffff;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:73.875rem;top:64rem;left:0.5625rem;display:block; }
#rgxK5nTSWpT9Psq8qAi7tUpZHxrlxfUZ { background-color:#fb78b6;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:"open sans";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:15087;text-align:center;text-align-last:center;top:55.6787109375rem;left:51.3125rem;display:block; }
#U6T6U3yGINvTmtlJ4kJnfDUWOhOwgqtx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zNkdmbpfmeiSOho1zAcIvAeTpd0Q91ZT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;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; }#zNkdmbpfmeiSOho1zAcIvAeTpd0Q91ZT > .row .container { background-color: transparent; background-image: none; }#zNkdmbpfmeiSOho1zAcIvAeTpd0Q91ZT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zNkdmbpfmeiSOho1zAcIvAeTpd0Q91ZT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zNkdmbpfmeiSOho1zAcIvAeTpd0Q91ZT > .row .container > .video-iframe-container { display: none; }#zNkdmbpfmeiSOho1zAcIvAeTpd0Q91ZT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zNkdmbpfmeiSOho1zAcIvAeTpd0Q91ZT > .row > .video-iframe-container { display: none; }#zNkdmbpfmeiSOho1zAcIvAeTpd0Q91ZT > .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); }#zNkdmbpfmeiSOho1zAcIvAeTpd0Q91ZT > .row .container { border-width: 0; border-radius: 0; }#zNkdmbpfmeiSOho1zAcIvAeTpd0Q91ZT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zNkdmbpfmeiSOho1zAcIvAeTpd0Q91ZT > .row .container { font-size:0.875rem;font-family:arial;height:10rem;width:75rem;position:relative;display:block; }#hCZcSMmD4kUvI6JHdT8VcwTT18cQt1N4 { color:#000000;display:block;width:75rem;position:absolute;font-family:"titillium web";font-size:1.5rem;font-weight:400;z-index:15027;line-height:1.5;letter-spacing:0;top:0.5rem;left:0rem;height:9rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#PQrUgr9oUbfh4sUrwCe2tiV4EwqtT7oV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2c2c2c;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; }#PQrUgr9oUbfh4sUrwCe2tiV4EwqtT7oV > .row .container { background-color: transparent; background-image: none; }#PQrUgr9oUbfh4sUrwCe2tiV4EwqtT7oV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PQrUgr9oUbfh4sUrwCe2tiV4EwqtT7oV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PQrUgr9oUbfh4sUrwCe2tiV4EwqtT7oV > .row .container > .video-iframe-container { display: none; }#PQrUgr9oUbfh4sUrwCe2tiV4EwqtT7oV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PQrUgr9oUbfh4sUrwCe2tiV4EwqtT7oV > .row > .video-iframe-container { display: none; }#PQrUgr9oUbfh4sUrwCe2tiV4EwqtT7oV > .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); }#PQrUgr9oUbfh4sUrwCe2tiV4EwqtT7oV > .row .container { border-width: 0; border-radius: 0; }#PQrUgr9oUbfh4sUrwCe2tiV4EwqtT7oV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PQrUgr9oUbfh4sUrwCe2tiV4EwqtT7oV > .row .container { font-size:0.875rem;font-family:arial;height:49.375rem;width:75rem;position:relative;display:block; }#hT0ZQF9BNCzMKQTUIwFCB62AZCAMaMTL { position:absolute;display:block;z-index:15004;background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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.0625rem 0.0625rem 0.8125rem rgba(255,255,255,0.06) ;height:45.3125rem;width:59.375rem;top:2.03125rem;left:7.8125rem;display:block; }
#ZNogOxOT1dwURZ494FKKMIvBZR9P9WMU { color:#d5d5d5;display:block;width:62.875rem;position:absolute;font-family:arial;font-size:2.8125rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:3.125rem;left:6.0625rem;height:3.8125rem;text-align:center;text-align-last:center;display:block; }
#mLWdnEEsEItAXWrX4XirGW85q635IIpD { position:absolute;display:block;z-index:15027;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.1875rem;width:51.9375rem;top:8.03125rem;left:11.34375rem;overflow:hidden;display:block; }
#ulEa0FhEhx7GemI1RkbEs6m0msBvGvv9 { background-color:#fb78b6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #fb78b6;border-left:0.0625rem solid #fb78b6;border-right:0.0625rem solid #fb78b6;border-bottom:0.0625rem solid #fb78b6;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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.25rem;height:3.4375rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:42.625rem;left:24.875rem;display:block; }
#vxgHTZTrpyyX4TzMrJkSvIXTiulnzWn5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PKOCSOtc2merT9gCT7pgIb8mT1gObT7a { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#PKOCSOtc2merT9gCT7pgIb8mT1gObT7a > .row .container { background-color: transparent; background-image: none; }#PKOCSOtc2merT9gCT7pgIb8mT1gObT7a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PKOCSOtc2merT9gCT7pgIb8mT1gObT7a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PKOCSOtc2merT9gCT7pgIb8mT1gObT7a > .row .container > .video-iframe-container { display: none; }#PKOCSOtc2merT9gCT7pgIb8mT1gObT7a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PKOCSOtc2merT9gCT7pgIb8mT1gObT7a > .row > .video-iframe-container { display: none; }#PKOCSOtc2merT9gCT7pgIb8mT1gObT7a > .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); }#PKOCSOtc2merT9gCT7pgIb8mT1gObT7a > .row .container { border-width: 0; border-radius: 0; }#PKOCSOtc2merT9gCT7pgIb8mT1gObT7a > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PKOCSOtc2merT9gCT7pgIb8mT1gObT7a > .row .container { font-size:0.875rem;font-family:arial;height:43.9375rem;width:75rem;position:relative;display:block; }#ARBWbxgNyeWnkzG773rv0qSJTgSiBOcz { 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:18.8125rem;width:26.75rem;top:8.46875rem;left:46.586261578736rem;overflow:hidden;display:block; }
#JsKSmEl5QqelnSkrwUNJSZB6CSTCR0oZ { position:absolute;display:block;z-index:15001;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:18.8125rem;width:26.625rem;top:8.46875rem;left:1.78125rem;overflow:hidden;display:block; }
#gtmNkAlIrMoKxzbVfEq5xRVxe96i9J0U { color:#000000;display:block;width:75rem;position:absolute;font-family:arial;font-size:3.0625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.08203125rem;left:0rem;height:3.98095625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sLhPwPTtxDEJnhRhIb7IRtp10vWZkmhz { background-color:#fec7d4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffd700;border-left:0.125rem solid #ffd700;border-right:0.125rem solid #ffd700;border-bottom:0.125rem solid #ffd700;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;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:arial;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:15003;text-align:center;text-align-last:center;top:31.15625rem;left:51.2109375rem;display:block; }
#JPMr3btd0dmvJcst3lwIzte8N81qvtFM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fFSgaLfmBvUJfSDqig6soH9VtLIrWJKx { background-color:#f3e7d6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffd700;border-left:0.125rem solid #ffd700;border-right:0.125rem solid #ffd700;border-bottom:0.125rem solid #ffd700;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;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:arial;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:15004;text-align:center;text-align-last:center;top:31.15625rem;left:6.34375rem;display:block; }
#ynlKapP14d6C2piipyuWxZMWRKaMTqHd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BhybWBwkqAzeXGXmK2yncZ4KPgy0BkoI { color:#000000;display:block;width:46.5rem;position:absolute;font-family:"times new roman";font-size:1.75rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:4.24951171875rem;left:14.25rem;height:2.2749rem;text-align:center;text-align-last:center;display:block; }
#aDkEd9mecHSrkT48fnfZAHS3TiRMBVET { background-color:#e0c2f0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffd700;border-left:0.125rem solid #ffd700;border-right:0.125rem solid #ffd700;border-bottom:0.125rem solid #ffd700;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;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:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:38.78125rem;left:26.5rem;display:block; }
#yadtZtQ92fW9MM5gwDa0ECTkl2pAAJ6A { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sCNmsTNvGyeq8ltckVHTBBsqd8F5FriA { color:#000000;display:block;width:46.5rem;position:absolute;font-family:"times new roman";font-size:1.0625rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:6.21142578125rem;left:14.25rem;height:1.3808625rem;text-align:center;text-align-last:center;display:block; }
#gGOVp6PEOryuArSVutAw23e3CHa67yAS { 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:18.8125rem;width:13.25rem;top:8.34375rem;left:30.875rem;overflow:hidden;display:block; }
#O4as5yLLrSgSybbHPxEDWNzTtOEThDgB { background-color:#fae5bc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffd700;border-left:0.125rem solid #ffd700;border-right:0.125rem solid #ffd700;border-bottom:0.125rem solid #ffd700;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;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:arial;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.25rem;height:3.0625rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:31.34375rem;left:31.375rem;display:block; }
#M6cxItxzC4uEuM7FZKuliBnaQ4RmQoJ5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ORG5chXIeMWBQ6svcXPmZLq4LNapuec3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#ORG5chXIeMWBQ6svcXPmZLq4LNapuec3 > .row .container { background-color: transparent; background-image: none; }#ORG5chXIeMWBQ6svcXPmZLq4LNapuec3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ORG5chXIeMWBQ6svcXPmZLq4LNapuec3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ORG5chXIeMWBQ6svcXPmZLq4LNapuec3 > .row .container > .video-iframe-container { display: none; }#ORG5chXIeMWBQ6svcXPmZLq4LNapuec3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ORG5chXIeMWBQ6svcXPmZLq4LNapuec3 > .row > .video-iframe-container { display: none; }#ORG5chXIeMWBQ6svcXPmZLq4LNapuec3 > .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); }#ORG5chXIeMWBQ6svcXPmZLq4LNapuec3 > .row .container { border-width: 0; border-radius: 0; }#ORG5chXIeMWBQ6svcXPmZLq4LNapuec3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ORG5chXIeMWBQ6svcXPmZLq4LNapuec3 > .row .container { font-size:0.875rem;font-family:arial;height:60.0625rem;width:75rem;position:relative;display:block; }#OwqwAXOokKVXkx8fbBvds5q2qasC3pKz { position:absolute;display:block;z-index:15004;background-color:#ffeffe;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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.0625rem 0.0625rem 0.8125rem rgba(0,0,0,0.23) ;height:55.6875rem;width:74.5625rem;top:3.28125rem;left:0.21875rem;display:block; }
#vLpfMKTiTmg7M30ZSzfnsQKmS62HOydk { color:#000000;display:block;width:62.875rem;position:absolute;font-family:arial;font-size:2.8125rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:4.90625rem;left:6.0625rem;height:3.8125rem;text-align:center;text-align-last:center;display:block; }
#cN6lXO22oQNxAWeAvNX6P3GG1imXAeiN { position:absolute;display:block;z-index:15027;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:44.1875rem;width:44.1875rem;top:9.09375rem;left:15.40625rem;overflow:hidden;display:block; }
#JxSrPE4pVwA8MNGU7SfGQck7yw88QQP9 { background-color:#ff7bc8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #fb78b6;border-left:0.125rem solid #fb78b6;border-right:0.125rem solid #fb78b6;border-bottom:0.125rem solid #fb78b6;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:"open sans";font-size:1.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.375rem;height:3.4375rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:54.25rem;left:23.8125rem;display:block; }
#h8WzBuKJUvGNq5Nw36psJ7FLsXaCAVwl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rSozu86TuzhN3VIzlL50ncQiuGcPTs3I { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f8f8;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; }#rSozu86TuzhN3VIzlL50ncQiuGcPTs3I > .row .container { background-color: transparent; background-image: none; }#rSozu86TuzhN3VIzlL50ncQiuGcPTs3I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rSozu86TuzhN3VIzlL50ncQiuGcPTs3I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rSozu86TuzhN3VIzlL50ncQiuGcPTs3I > .row .container > .video-iframe-container { display: none; }#rSozu86TuzhN3VIzlL50ncQiuGcPTs3I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rSozu86TuzhN3VIzlL50ncQiuGcPTs3I > .row > .video-iframe-container { display: none; }#rSozu86TuzhN3VIzlL50ncQiuGcPTs3I > .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); }#rSozu86TuzhN3VIzlL50ncQiuGcPTs3I > .row .container { border-width: 0; border-radius: 0; }#rSozu86TuzhN3VIzlL50ncQiuGcPTs3I > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rSozu86TuzhN3VIzlL50ncQiuGcPTs3I > .row .container { font-size:0.875rem;font-family:arial;height:23.625rem;width:75rem;position:relative;display:block; }#Jhf4H8zpFLslOCQxJarIn7xHdnqPVnxa { color:#000000;display:block;width:27.3125rem;position:absolute;font-family:"times new roman";font-size:2.125rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:10.400390625rem;left:23.84375rem;height:2.76220625rem;text-align:left;text-align-last:left;display:block; }
#XCBPUGiqwhyAHp2J3opKMifP4hyUhVqC { background-color:#fb87b6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;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:"open sans";font-size:1.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.375rem;height:3.4375rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:10.0625rem;left:53.5625rem;display:block; }
#o2A2cpQrFqoDalyeUF1K5dBtMpact5Pf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#n1hXwVl4Vux8IIxIef0UHd0TGERKmGtx { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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.0625rem 0.0625rem 0.8125rem rgba(0,0,0,0.23) ;height:20.125rem;width:74.5625rem;top:1.625rem;left:0.25rem;display:block; }
#DvzNt6pXpJZ8MMeS6sLCnbZV3UDJgDvV { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;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: none;height:19.4375rem;width:19.4375rem;top:2.0625rem;left:3.1875rem;overflow:hidden;display:block; }
#OsFFW9144zWFCDixUoA2HGhd9lLBK2SL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#333232;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; }#OsFFW9144zWFCDixUoA2HGhd9lLBK2SL > .row .container { background-color: transparent; background-image: none; }#OsFFW9144zWFCDixUoA2HGhd9lLBK2SL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OsFFW9144zWFCDixUoA2HGhd9lLBK2SL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OsFFW9144zWFCDixUoA2HGhd9lLBK2SL > .row .container > .video-iframe-container { display: none; }#OsFFW9144zWFCDixUoA2HGhd9lLBK2SL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OsFFW9144zWFCDixUoA2HGhd9lLBK2SL > .row > .video-iframe-container { display: none; }#OsFFW9144zWFCDixUoA2HGhd9lLBK2SL > .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); }#OsFFW9144zWFCDixUoA2HGhd9lLBK2SL > .row .container { border-width: 0; border-radius: 0; }#OsFFW9144zWFCDixUoA2HGhd9lLBK2SL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OsFFW9144zWFCDixUoA2HGhd9lLBK2SL > .row .container { font-size:0.875rem;font-family:arial;height:3.25rem;width:75rem;position:relative;display:block; }#R25T6tVaVyVyv776SIzbM1voCqCptrRZ { color:#797979;display:block;width:22.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1rem;left:26.03125rem;height:1.29980625rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ZzKrM6tlx8EigT9uxpPoHUfSCM45T6W8 { display:block; }#ZzKrM6tlx8EigT9uxpPoHUfSCM45T6W8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FQ9Un6JawKmLW1pE79lLNvwVONO14CMl { width:9.6875rem;height:2.1875rem;top:1.5625rem;left:38.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBHPd6WDTBVnxPb3kdmy0vfOQ9ATV5Gu { display:block; }
 }@media only screen and (max-width: 763px) { #M8H5CsupkoNOnk7Q5JP3b45kGDMqo2wx { width:5.0625rem;height:2.1875rem;top:1.5625rem;left:24.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PskaPmfoI8QmhzVPyfhxRGviqmeTlfxu { display:block; }
 }@media only screen and (max-width: 763px) { #hSatqUTewq4CKdb3gUmAqXa1kXR5WCdy { width:12rem;height:2.1875rem;top:1.5625rem;left:35.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVunNVJvDvm42bXqBycobaCerZyiwyCI { display:block; }
 }@media only screen and (max-width: 763px) { #u7U2vvDRQBVIswqJrPLwEVWQSGErLFpw { width:9.9375rem;height:3.625rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1DCFgzmNhfTzdM6v27Cbz7w5lSCbZyp { width:11.5625rem;height:2.1875rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3kiUCwbS6iNZRXgTTyZgzMJVbEhphpv { display:block; }
 }@media only screen and (max-width: 763px) { #fSh5zb523PJtIWTn7Ut2eEgVEd7TDgi2 { display:none; }
 }@media only screen and (max-width: 763px) { #cSJCeRzDkCtPitt1XEzByHADsOmTyetK { top:1.3125rem;left:0rem;width:9.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0AVRRPuggVKyEsUHZUA1oFLFIOZxhOI { display:none; }
 }@media only screen and (max-width: 763px) { #w9L80lVSeinoDRUg5Zkk30UmSnRhqTP1 { display:none; }
 }@media only screen and (max-width: 763px) { #UchDT4iIyn8m4AP8TnTn5MUSyZCbNmRJ { display:none; }
 }@media only screen and (max-width: 763px) { #Nd5aEbfW9DnU6XgBxJcdZWzOvXEsGoME { display:none; }
 }@media only screen and (max-width: 763px) { #sbKWh46ZCrTlEM8pIzQ1JJaBNTZPrpCL { width:9.6875rem;height:2.1875rem;top:1.5625rem;left:29.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PfmJHU4vFtZ6pDR8MQu7bkbG0lsbWTmp { display:block; }
 }@media only screen and (max-width: 763px) { #uHiA5CnJxGduevFESX8ilSorucDMV2Tn { display:none; }
 }@media only screen and (max-width: 763px) { #qltHA7NAVTT6TRKU8zRTm9cE2zUwSIfS { width:11.625rem;height:2.1875rem;top:1.5625rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVzyRcISANZLqgNrl3qZFntTvJWmzMdS { display:block; }
 }@media only screen and (max-width: 763px) { #zuUmX9n5aUHTdsV6PqeXXDNKdIb7LgNW { display:block; }#zuUmX9n5aUHTdsV6PqeXXDNKdIb7LgNW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NG4B2k0goydGisVeGtdscZy73fNdRDAD { display:none; }
 }@media only screen and (max-width: 763px) { #kyStBTzNO8rxhxukyBRax5Dkzdy5naub { display:block; }#kyStBTzNO8rxhxukyBRax5Dkzdy5naub > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kNmyvdrbdwHiO9aNmZeufBc9wwEoSpIk { top:1.6875rem;left:7.75rem;width:31.9375rem;height:3.8125rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #elH1iOrNo7szAyU1qPQZVp9DStqtEum2 { top:1.5rem;left:0rem;width:47.75rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhLv3D7DNBHadhXnhW98pTbxvmsBZ9L8 { top:5.125rem;left:10.6875rem;width:26.0625rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #byB5IoiNpI7GH9q3NPdq2w6Q1NlTbngU { display:block; }#byB5IoiNpI7GH9q3NPdq2w6Q1NlTbngU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xQ6SJT26hhtXEsxPRBSimVelE5u2TDEn { top:0rem;left:0rem;width:47.75rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #swlZJg1APxQTK5qr3XGVEN9M6clF0MIX { top:2.1875rem;left:0rem;width:19.25rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #lzREIEH8ZTAGPH1niNQ35DEAByNgbGdB { top:0.625rem;left:0rem;width:47.75rem;height:;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVQHMW2JSQRtGVs6GF85NNMJXpydpACC { top:1.25rem;left:0rem;width:47.75rem;height:10.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #AI0di69rhiX1JlZ84aVCfcb9TDSM6OzA { display:block; }#AI0di69rhiX1JlZ84aVCfcb9TDSM6OzA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aMtRkl1ldMsXNODQ9MUHD0DsLGEyCBEd { width:28.6875rem;height:3.4375rem;top:1.8125rem;left:9.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9QVe3R3SWquwl0TcUw7usvCpRXgca22 { display:block; }
 }@media only screen and (max-width: 763px) { #qPRsCEwzT2BpxZnzQwPvHRHs9ovR24Uf { display:block; }#qPRsCEwzT2BpxZnzQwPvHRHs9ovR24Uf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #omSa9MlDNX6xS7LhDxURrwpVyLBWUInR { top:95.4375rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDzxt28DM85A4G0d6VARhv61VU7Xa8UM { top:85.4375rem;left:5.3125rem;width:37.6875rem;height:6.3125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwGhaTgykIsNbCp85WZBiVoisTChWTfU { top:47.875rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4C3OBvwFecV4h5OeM1d8VdaqaT7i4fM { top:35.625rem;left:3.4375rem;width:30.9375rem;height:9.5rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKnNAZ6Cnn9kDoVmON1v2g01V4xccWg5 { top:32.1875rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGA7W3JANyrCwpuBWynul2J8ycnNZzfD { top:22.9375rem;left:3.1875rem;width:42.125rem;height:3.9375rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MV4aZczuW2c82mN2bzIpu2Ju0wwpfsXh { width:17.5rem;height:3.4375rem;top:38.5rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdTggb2Uv2Wh0FezJr4yTsWHqsLShVPV { display:block; }
 }@media only screen and (max-width: 763px) { #bGFgUZ5xVmitcB5PXMvtcegvHOSfTFZh { width:17.5rem;height:3.4375rem;top:86.1875rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZkCFcLDbm6JaTcN2O8sWpp9CiqsdsxA { display:block; }
 }@media only screen and (max-width: 763px) { #n6TdlLvqHmLX7JuCBrVE3FsF5TPIQQR5 { top:34.3125rem;left:5.3125rem;width:18.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbrmpJKBeLmkKTNIoG9ZhGEU3ZcMwOcg { top:113.3125rem;left:5.3125rem;width:32.1875rem;height:8.375rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZ2vCpweFNGP0E4ETv76WPR8TlM8HQnV { width:17.5rem;height:3.4375rem;top:114.5rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMnUd93x1ZK3TL9PoUTdTUvN1RX4tHeX { display:block; }
 }@media only screen and (max-width: 763px) { #Ue2S0hiNaCXuoCm6TErwkIhCISNiWTIH { top:53.125rem;left:5.0625rem;width:32.1875rem;height:8.375rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4WKo3RqvTnfZ5GEZ5KQDKn5dBfs1Au1 { top:51.875rem;left:5.0625rem;width:17.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SsumRssM00ykpMAxiTDXctAObK7E6SxN { top:2.5625rem;left:6.25rem;width:35.25rem;height:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ishdHiQNF3GSWKgMhPkAzgEB7gEJR6BT { top:84.25rem;left:5.3125rem;width:18.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0JvM5CGtn9Muy3WktiTc3S3fedTyrER { top:111.4375rem;left:5.3125rem;width:17.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ou0NZh5HUTcHedkF37D2EVTE7JIay3Tx { top:26.875rem;left:0rem;width:47.75rem;height:3.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rS6RBJyFFw4hb4Ss1tffD2wpEniUuUks { top:2rem;left:0rem;width:47.75rem;height:121.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSrPfqtSSUGoV4uZGDggz2q7s7EJ75v0 { top:30.6875rem;left:0rem;width:19rem;height:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXgxLBr7N94UOny5nZBzJJ58pVS1sJsl { top:78.125rem;left:0rem;width:19rem;height:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zf81rBqBbafoxMDZ8pfIcZbz7PqQQwvP { top:46.75rem;left:0rem;width:19rem;height:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyWqSS4QRTlPDnvbfQgHzc4yaUsP7NOL { top:106.75rem;left:0rem;width:19rem;height:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWmcw2TGwXmaIsTz44teR2TwIyNXHaAx { top:80.1875rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgGLbhw0TC2X3zilZFywS3Tu4k2aGp7Z { top:62.4375rem;left:0rem;width:19rem;height:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #qISAA9PIuIbcQtSoZTBBtmZPiiTqF89A { top:68.125rem;left:5.3125rem;width:37.6875rem;height:6.3125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vlz5Rc8lMGbTlr4Z7A8Ax3AZAuwBXIqP { top:66.875rem;left:5.0625rem;width:18.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9C66Vdidi19vCtztxZxZEGTn9bIXwk0 { width:17.5rem;height:3.4375rem;top:70.1875rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UT5ir5xgPfrpixQTIhng0WdEE3AnIIka { display:block; }
 }@media only screen and (max-width: 763px) { #nUGI4VBJoKp4okZaFSATfLTlkT83etR4 { top:74.5625rem;left:1.9375rem;width:45.8125rem;height:2.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFSdMpeIgppwGur5uEFnu3gTwrRG1NtT { top:109.1875rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQigwVXAFNWpgnNNPJRMmLtIzXL7TiSt { width:17.5rem;height:3.4375rem;top:100.1875rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0ItByReCmvwZktAlZKEE0cq1gJPl0mC { display:block; }
 }@media only screen and (max-width: 763px) { #sRR4o93TaF54IuF4hUcQzdrvSsHbeUaf { top:97.5625rem;left:5.0625rem;width:27.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIMMr82PD3BKkVTpzDJNVLDhFc3cGmQv { top:92.4375rem;left:0rem;width:19rem;height:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLTgyRQtKVcwa8TwgwNObz850KpoXWvW { top:98.8125rem;left:4.8125rem;width:37.6875rem;height:9.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wc6VRd6wCzAFhUSrqTNNUXNUmTFo6gCh { top:105.125rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUHA6LWx8FbiOgOCFooKsh2MgMzIRT0T { top:95.5625rem;left:0rem;width:47.75rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1DxVSsRvCFqOPzxpEHDa1a0Tw1JDO7b { top:95.5625rem;left:0rem;width:24.9375rem;height:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i12DeAnqhueb4udqhnXRohfJu5VTiNS2 { top:47.9375rem;left:0rem;width:47.75rem;height:32.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsOL8c0Ir2QPt3qbPTNNHpvN5C0rTaHd { top:48rem;left:0rem;width:24.9375rem;height:32.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukbUCx7oENFo6fnUQTwNmWisgxCPMMyM { top:32.3125rem;left:0rem;width:47.75rem;height:91.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #czOA5VbxLItFAhJKqqkduIQTAhDsyvLF { top:32.3125rem;left:0rem;width:24.9375rem;height:91.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PoMZhuse5CRSqmPFGNzywp6XAB8TC12T { top:64rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgxK5nTSWpT9Psq8qAi7tUpZHxrlxfUZ { width:17.5rem;height:3.4375rem;top:55.625rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6T6U3yGINvTmtlJ4kJnfDUWOhOwgqtx { display:block; }
 }@media only screen and (max-width: 763px) { #zNkdmbpfmeiSOho1zAcIvAeTpd0Q91ZT { display:block; }#zNkdmbpfmeiSOho1zAcIvAeTpd0Q91ZT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hCZcSMmD4kUvI6JHdT8VcwTT18cQt1N4 { top:0.5rem;left:0rem;width:47.75rem;height:9rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQrUgr9oUbfh4sUrwCe2tiV4EwqtT7oV { display:block; }#PQrUgr9oUbfh4sUrwCe2tiV4EwqtT7oV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hT0ZQF9BNCzMKQTUIwFCB62AZCAMaMTL { top:2rem;left:0rem;width:47.75rem;height:45.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNogOxOT1dwURZ494FKKMIvBZR9P9WMU { top:3.125rem;left:0rem;width:47.75rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLWdnEEsEItAXWrX4XirGW85q635IIpD { top:8rem;left:0rem;width:47.625rem;height:30.431859205776rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulEa0FhEhx7GemI1RkbEs6m0msBvGvv9 { width:25.25rem;height:3.4375rem;top:42.625rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxgHTZTrpyyX4TzMrJkSvIXTiulnzWn5 { display:block; }
 }@media only screen and (max-width: 763px) { #PKOCSOtc2merT9gCT7pgIb8mT1gObT7a { display:block; }#PKOCSOtc2merT9gCT7pgIb8mT1gObT7a > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ARBWbxgNyeWnkzG773rv0qSJTgSiBOcz { top:8.4375rem;left:21rem;width:26.75rem;height:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JsKSmEl5QqelnSkrwUNJSZB6CSTCR0oZ { top:8.4375rem;left:0rem;width:26.625rem;height:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtmNkAlIrMoKxzbVfEq5xRVxe96i9J0U { top:1.0625rem;left:0rem;width:47.75rem;height:3.9375rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLhPwPTtxDEJnhRhIb7IRtp10vWZkmhz { width:17.5rem;height:3.4375rem;top:31.125rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPMr3btd0dmvJcst3lwIzte8N81qvtFM { display:block; }
 }@media only screen and (max-width: 763px) { #fFSgaLfmBvUJfSDqig6soH9VtLIrWJKx { width:17.5rem;height:3.4375rem;top:31.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynlKapP14d6C2piipyuWxZMWRKaMTqHd { display:block; }
 }@media only screen and (max-width: 763px) { #BhybWBwkqAzeXGXmK2yncZ4KPgy0BkoI { top:4.1875rem;left:0rem;width:46.5rem;height:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDkEd9mecHSrkT48fnfZAHS3TiRMBVET { width:22rem;height:3.4375rem;top:38.75rem;left:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #yadtZtQ92fW9MM5gwDa0ECTkl2pAAJ6A { display:block; }
 }@media only screen and (max-width: 763px) { #sCNmsTNvGyeq8ltckVHTBBsqd8F5FriA { top:6.1875rem;left:0rem;width:46.5rem;height:1.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGOVp6PEOryuArSVutAw23e3CHa67yAS { top:8.3125rem;left:10.625rem;width:13.25rem;height:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4as5yLLrSgSybbHPxEDWNzTtOEThDgB { width:12.25rem;height:3.0625rem;top:31.3125rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6cxItxzC4uEuM7FZKuliBnaQ4RmQoJ5 { display:block; }
 }@media only screen and (max-width: 763px) { #ORG5chXIeMWBQ6svcXPmZLq4LNapuec3 { display:block; }#ORG5chXIeMWBQ6svcXPmZLq4LNapuec3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OwqwAXOokKVXkx8fbBvds5q2qasC3pKz { top:3.25rem;left:0rem;width:47.75rem;height:55.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLpfMKTiTmg7M30ZSzfnsQKmS62HOydk { top:4.875rem;left:0rem;width:47.75rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cN6lXO22oQNxAWeAvNX6P3GG1imXAeiN { top:9.0625rem;left:1.78125rem;width:44.1875rem;height:44.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxSrPE4pVwA8MNGU7SfGQck7yw88QQP9 { width:27.375rem;height:3.4375rem;top:54.25rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8WzBuKJUvGNq5Nw36psJ7FLsXaCAVwl { display:block; }
 }@media only screen and (max-width: 763px) { #rSozu86TuzhN3VIzlL50ncQiuGcPTs3I { display:block; }#rSozu86TuzhN3VIzlL50ncQiuGcPTs3I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jhf4H8zpFLslOCQxJarIn7xHdnqPVnxa { top:10.375rem;left:10.21875rem;width:27.3125rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCBPUGiqwhyAHp2J3opKMifP4hyUhVqC { width:15.375rem;height:3.4375rem;top:10.0625rem;left:32.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2A2cpQrFqoDalyeUF1K5dBtMpact5Pf { display:block; }
 }@media only screen and (max-width: 763px) { #n1hXwVl4Vux8IIxIef0UHd0TGERKmGtx { top:1.625rem;left:0rem;width:47.75rem;height:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvzNt6pXpJZ8MMeS6sLCnbZV3UDJgDvV { top:2.0625rem;left:0rem;width:19.4375rem;height:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsFFW9144zWFCDixUoA2HGhd9lLBK2SL { display:block; }#OsFFW9144zWFCDixUoA2HGhd9lLBK2SL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R25T6tVaVyVyv776SIzbM1voCqCptrRZ { top:1rem;left:12.40625rem;width:22.9375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ZzKrM6tlx8EigT9uxpPoHUfSCM45T6W8 { position:relative;z-index:auto;display:block; }#ZzKrM6tlx8EigT9uxpPoHUfSCM45T6W8 > .row .container { width:20rem;height:21.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FQ9Un6JawKmLW1pE79lLNvwVONO14CMl { width:9.375rem;height:2.1875rem;top:11.5625rem;left:3.84375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yBHPd6WDTBVnxPb3kdmy0vfOQ9ATV5Gu { display:block; }
 }@media only screen and (max-width: 763px) { #M8H5CsupkoNOnk7Q5JP3b45kGDMqo2wx { width:10.6875rem;height:1.75rem;top:9.4375rem;left:3.84375rem;background-color:transparent;background-image:none;color:#fb78b6;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PskaPmfoI8QmhzVPyfhxRGviqmeTlfxu { display:block; }
 }@media only screen and (max-width: 763px) { #hSatqUTewq4CKdb3gUmAqXa1kXR5WCdy { width:12.6875rem;height:2.1875rem;top:16.0625rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVunNVJvDvm42bXqBycobaCerZyiwyCI { display:block; }
 }@media only screen and (max-width: 763px) { #u7U2vvDRQBVIswqJrPLwEVWQSGErLFpw { width:11.6875rem;height:4.375rem;top:0.875rem;left:4.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1DCFgzmNhfTzdM6v27Cbz7w5lSCbZyp { width:10.3125rem;height:1.6875rem;top:6.6875rem;left:3.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3kiUCwbS6iNZRXgTTyZgzMJVbEhphpv { display:block; }
 }@media only screen and (max-width: 763px) { #fSh5zb523PJtIWTn7Ut2eEgVEd7TDgi2 { top:16rem;left:3.5625rem;width:12.875rem;height:0.0625rem;z-index:15007;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#484848;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #cSJCeRzDkCtPitt1XEzByHADsOmTyetK { width:20rem;height:2.5rem;top:1.8125rem;left:0rem;z-index:15085;display:block; }
 }@media only screen and (max-width: 763px) { #A0AVRRPuggVKyEsUHZUA1oFLFIOZxhOI { top:13.8125rem;left:3.5625rem;width:12.875rem;height:0.0625rem;z-index:15008;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#484848;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #w9L80lVSeinoDRUg5Zkk30UmSnRhqTP1 { top:18.0625rem;left:3.5625rem;width:12.875rem;height:0.0625rem;z-index:15008;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#484848;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #UchDT4iIyn8m4AP8TnTn5MUSyZCbNmRJ { top:9.09375rem;left:3.5625rem;width:12.875rem;height:0.0625rem;z-index:15009;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#484848;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Nd5aEbfW9DnU6XgBxJcdZWzOvXEsGoME { top:5.9375rem;left:3.5625rem;width:12.875rem;height:0.125rem;z-index:15009;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#484848;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #sbKWh46ZCrTlEM8pIzQ1JJaBNTZPrpCL { width:11.0625rem;height:2.1875rem;top:13.8125rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PfmJHU4vFtZ6pDR8MQu7bkbG0lsbWTmp { display:block; }
 }@media only screen and (max-width: 763px) { #uHiA5CnJxGduevFESX8ilSorucDMV2Tn { top:11.453125rem;left:3.5625rem;width:12.875rem;height:0.0625rem;z-index:15009;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#484848;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #qltHA7NAVTT6TRKU8zRTm9cE2zUwSIfS { width:11.625rem;height:2.1875rem;top:18.4375rem;left:3.84375rem;background-color:transparent;background-image:none;color:#fb78b6;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yVzyRcISANZLqgNrl3qZFntTvJWmzMdS { display:block; }
 }@media only screen and (max-width: 763px) { #zuUmX9n5aUHTdsV6PqeXXDNKdIb7LgNW { position:relative;z-index:auto;display:none; }#zuUmX9n5aUHTdsV6PqeXXDNKdIb7LgNW > .row .container { width:20rem;height:8.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NG4B2k0goydGisVeGtdscZy73fNdRDAD { top:4.9375rem;left:3.5625rem;width:12.875rem;height:0.125rem;z-index:15007;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kyStBTzNO8rxhxukyBRax5Dkzdy5naub { background-color:#ffffff;background-image:none;display:block; }#kyStBTzNO8rxhxukyBRax5Dkzdy5naub > .row .container { background-color: transparent; background-image: none; }#kyStBTzNO8rxhxukyBRax5Dkzdy5naub::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kyStBTzNO8rxhxukyBRax5Dkzdy5naub > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kyStBTzNO8rxhxukyBRax5Dkzdy5naub > .row .container > .video-iframe-container { display: none; }#kyStBTzNO8rxhxukyBRax5Dkzdy5naub > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kyStBTzNO8rxhxukyBRax5Dkzdy5naub > .row > .video-iframe-container { display: none; }#kyStBTzNO8rxhxukyBRax5Dkzdy5naub > .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); }#kyStBTzNO8rxhxukyBRax5Dkzdy5naub > .row .container { width:20rem;height:7.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kNmyvdrbdwHiO9aNmZeufBc9wwEoSpIk { width:20rem;height:2.20605625rem;top:0.9345703125rem;left:0rem;font-size:1.625rem;z-index:15032;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #elH1iOrNo7szAyU1qPQZVp9DStqtEum2 { width:20rem;height:5.625rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhLv3D7DNBHadhXnhW98pTbxvmsBZ9L8 { width:20rem;height:2.92480625rem;top:3.046875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #byB5IoiNpI7GH9q3NPdq2w6Q1NlTbngU { background-color:#ffffff;background-image:none;display:block; }#byB5IoiNpI7GH9q3NPdq2w6Q1NlTbngU > .row .container { background-color: transparent; background-image: none; }#byB5IoiNpI7GH9q3NPdq2w6Q1NlTbngU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#byB5IoiNpI7GH9q3NPdq2w6Q1NlTbngU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#byB5IoiNpI7GH9q3NPdq2w6Q1NlTbngU > .row .container > .video-iframe-container { display: none; }#byB5IoiNpI7GH9q3NPdq2w6Q1NlTbngU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#byB5IoiNpI7GH9q3NPdq2w6Q1NlTbngU > .row > .video-iframe-container { display: none; }#byB5IoiNpI7GH9q3NPdq2w6Q1NlTbngU > .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); }#byB5IoiNpI7GH9q3NPdq2w6Q1NlTbngU > .row .container { width:20rem;height:11.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xQ6SJT26hhtXEsxPRBSimVelE5u2TDEn { width:20rem;height:7.1875rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #swlZJg1APxQTK5qr3XGVEN9M6clF0MIX { width:19.25rem;height:0.9746125rem;top:2.1875rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:15081;display:block; }
 }@media only screen and (max-width: 763px) { #lzREIEH8ZTAGPH1niNQ35DEAByNgbGdB { width:19.25rem;height:0;top:6.1875rem;left:0.375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #KVQHMW2JSQRtGVs6GF85NNMJXpydpACC { width:20rem;height:10.5rem;top:0.71875rem;left:0rem;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #AI0di69rhiX1JlZ84aVCfcb9TDSM6OzA { background-color:#efefef;background-image:none;display:block; }#AI0di69rhiX1JlZ84aVCfcb9TDSM6OzA > .row .container { background-color: transparent; background-image: none; }#AI0di69rhiX1JlZ84aVCfcb9TDSM6OzA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AI0di69rhiX1JlZ84aVCfcb9TDSM6OzA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AI0di69rhiX1JlZ84aVCfcb9TDSM6OzA > .row .container > .video-iframe-container { display: none; }#AI0di69rhiX1JlZ84aVCfcb9TDSM6OzA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AI0di69rhiX1JlZ84aVCfcb9TDSM6OzA > .row > .video-iframe-container { display: none; }#AI0di69rhiX1JlZ84aVCfcb9TDSM6OzA > .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); }#AI0di69rhiX1JlZ84aVCfcb9TDSM6OzA > .row .container { width:20rem;height:5.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aMtRkl1ldMsXNODQ9MUHD0DsLGEyCBEd { width:20rem;height:3.4375rem;top:1.1875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9QVe3R3SWquwl0TcUw7usvCpRXgca22 { display:block; }
 }@media only screen and (max-width: 763px) { #qPRsCEwzT2BpxZnzQwPvHRHs9ovR24Uf { background-color:#efefef;background-image:none;display:block; }#qPRsCEwzT2BpxZnzQwPvHRHs9ovR24Uf > .row .container { background-color: transparent; background-image: none; }#qPRsCEwzT2BpxZnzQwPvHRHs9ovR24Uf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qPRsCEwzT2BpxZnzQwPvHRHs9ovR24Uf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qPRsCEwzT2BpxZnzQwPvHRHs9ovR24Uf > .row .container > .video-iframe-container { display: none; }#qPRsCEwzT2BpxZnzQwPvHRHs9ovR24Uf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qPRsCEwzT2BpxZnzQwPvHRHs9ovR24Uf > .row > .video-iframe-container { display: none; }#qPRsCEwzT2BpxZnzQwPvHRHs9ovR24Uf > .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); }#qPRsCEwzT2BpxZnzQwPvHRHs9ovR24Uf > .row .container { width:20rem;height:167rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #omSa9MlDNX6xS7LhDxURrwpVyLBWUInR { width:20rem;height:0.125rem;top:116.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDzxt28DM85A4G0d6VARhv61VU7Xa8UM { width:20rem;height:5.0625rem;top:96.8125rem;left:0rem;font-size:1.875rem;z-index:15032;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZwGhaTgykIsNbCp85WZBiVoisTChWTfU { width:20rem;height:0.125rem;top:46.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4C3OBvwFecV4h5OeM1d8VdaqaT7i4fM { width:20rem;height:12.65625rem;top:21.375rem;left:0rem;font-size:1.875rem;z-index:15032;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TKnNAZ6Cnn9kDoVmON1v2g01V4xccWg5 { width:20rem;height:0.125rem;top:21.0625rem;left:0rem;z-index:15034;background-color:#dedede;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #fGA7W3JANyrCwpuBWynul2J8ycnNZzfD { width:20rem;height:4.4121125rem;top:12.1337890625rem;left:0rem;font-size:1.625rem;z-index:15032;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MV4aZczuW2c82mN2bzIpu2Ju0wwpfsXh { width:17.5rem;height:3.4375rem;top:42.3125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdTggb2Uv2Wh0FezJr4yTsWHqsLShVPV { display:block; }
 }@media only screen and (max-width: 763px) { #bGFgUZ5xVmitcB5PXMvtcegvHOSfTFZh { width:17.5rem;height:3.4375rem;top:114.8125rem;left:1.25rem;z-index:15085;display:block; }
 }@media only screen and (max-width: 763px) { #mZkCFcLDbm6JaTcN2O8sWpp9CiqsdsxA { display:block; }
 }@media only screen and (max-width: 763px) { #n6TdlLvqHmLX7JuCBrVE3FsF5TPIQQR5 { width:16.9375rem;height:1.29980625rem;top:29.0625rem;left:1.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PbrmpJKBeLmkKTNIoG9ZhGEU3ZcMwOcg { width:20rem;height:4.81786875rem;top:143.25rem;left:0rem;font-size:1.1875rem;z-index:15032;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eZ2vCpweFNGP0E4ETv76WPR8TlM8HQnV { width:17.5rem;height:3.4375rem;top:161.125rem;left:1.25rem;z-index:15087;display:block; }
 }@media only screen and (max-width: 763px) { #UMnUd93x1ZK3TL9PoUTdTUvN1RX4tHeX { display:block; }
 }@media only screen and (max-width: 763px) { #Ue2S0hiNaCXuoCm6TErwkIhCISNiWTIH { width:20rem;height:4.81786875rem;top:47.1875rem;left:0rem;font-size:1.1875rem;z-index:15032;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S4WKo3RqvTnfZ5GEZ5KQDKn5dBfs1Au1 { width:17.1875rem;height:1.29980625rem;top:51.75rem;left:1.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SsumRssM00ykpMAxiTDXctAObK7E6SxN { width:20rem;height:11.134751773049rem;top:0.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ishdHiQNF3GSWKgMhPkAzgEB7gEJR6BT { width:18.625rem;height:1.29980625rem;top:101.875rem;left:0.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M0JvM5CGtn9Muy3WktiTc3S3fedTyrER { width:16.8125rem;height:1.29980625rem;top:148.25rem;left:1.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ou0NZh5HUTcHedkF37D2EVTE7JIay3Tx { width:20rem;height:5.6875rem;top:14.6640625rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rS6RBJyFFw4hb4Ss1tffD2wpEniUuUks { width:20rem;height:166.0625rem;top:0.125rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #cSrPfqtSSUGoV4uZGDggz2q7s7EJ75v0 { width:19rem;height:19rem;top:26.8125rem;left:0.5rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #TXgxLBr7N94UOny5nZBzJJ58pVS1sJsl { width:19rem;height:19rem;top:99.5625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zf81rBqBbafoxMDZ8pfIcZbz7PqQQwvP { width:19rem;height:19rem;top:49.3125rem;left:0.5rem;z-index:15088;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #zyWqSS4QRTlPDnvbfQgHzc4yaUsP7NOL { width:19rem;height:19rem;top:145.75rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWmcw2TGwXmaIsTz44teR2TwIyNXHaAx { width:20rem;height:0.125rem;top:96.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgGLbhw0TC2X3zilZFywS3Tu4k2aGp7Z { width:19rem;height:19rem;top:72.4375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qISAA9PIuIbcQtSoZTBBtmZPiiTqF89A { width:20rem;height:4.511725rem;top:70rem;left:0rem;font-size:1.6875rem;z-index:15032;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Vlz5Rc8lMGbTlr4Z7A8Ax3AZAuwBXIqP { width:17.375rem;height:1.29980625rem;top:74.75rem;left:1.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x9C66Vdidi19vCtztxZxZEGTn9bIXwk0 { width:17.5rem;height:3.4375rem;top:87.75rem;left:1.25rem;z-index:15085;display:block; }
 }@media only screen and (max-width: 763px) { #UT5ir5xgPfrpixQTIhng0WdEE3AnIIka { display:block; }
 }@media only screen and (max-width: 763px) { #nUGI4VBJoKp4okZaFSATfLTlkT83etR4 { width:20rem;height:3.8984375rem;top:91.6875rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IFSdMpeIgppwGur5uEFnu3gTwrRG1NtT { width:20rem;height:0.125rem;top:142.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQigwVXAFNWpgnNNPJRMmLtIzXL7TiSt { width:17.5rem;height:3.4375rem;top:138.125rem;left:1.25rem;z-index:15085;display:block; }
 }@media only screen and (max-width: 763px) { #R0ItByReCmvwZktAlZKEE0cq1gJPl0mC { display:block; }
 }@media only screen and (max-width: 763px) { #sRR4o93TaF54IuF4hUcQzdrvSsHbeUaf { width:18.625rem;height:1.29980625rem;top:124.9375rem;left:0.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TIMMr82PD3BKkVTpzDJNVLDhFc3cGmQv { width:19rem;height:19rem;top:123.125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLTgyRQtKVcwa8TwgwNObz850KpoXWvW { width:20rem;height:7.5rem;top:119.5625rem;left:0rem;font-size:1.875rem;z-index:15032;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Wc6VRd6wCzAFhUSrqTNNUXNUmTFo6gCh { width:20rem;height:0;top:219.5625rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #FUHA6LWx8FbiOgOCFooKsh2MgMzIRT0T { width:20rem;height:49.9375rem;top:46.5rem;left:0rem;background-color:rgba(255,204,228,0.86);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #i1DxVSsRvCFqOPzxpEHDa1a0Tw1JDO7b { width:20rem;height:22.25rem;top:139.625rem;left:0rem;z-index:14998;background-color:rgba(255,204,228,0.86);background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #i12DeAnqhueb4udqhnXRohfJu5VTiNS2 { width:20rem;height:16.625rem;top:246.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #UsOL8c0Ir2QPt3qbPTNNHpvN5C0rTaHd { width:20rem;height:22.9375rem;top:119.125rem;left:0rem;background-color:rgba(255,204,228,0.86);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ukbUCx7oENFo6fnUQTwNmWisgxCPMMyM { width:20rem;height:91.125rem;top:32.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #czOA5VbxLItFAhJKqqkduIQTAhDsyvLF { width:20rem;height:188.0625rem;top:21.0625rem;left:0rem;z-index:14998;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffb9d9, #ffffff);background-image: -moz-linear-gradient(90deg, #ffb9d9, #ffffff);background-image: -ms-linear-gradient(90deg, #ffb9d9, #ffffff);background-image: -o-linear-gradient(90deg, #ffb9d9, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb9d9', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb9d9', endColorstr='#ffffff' );";background-image: linear-gradient(90deg, #ffb9d9, #ffffff);background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #PoMZhuse5CRSqmPFGNzywp6XAB8TC12T { width:20rem;height:0.125rem;top:69.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgxK5nTSWpT9Psq8qAi7tUpZHxrlxfUZ { width:17.5rem;height:3.4375rem;top:64.8125rem;left:1.25rem;z-index:15089;display:block; }
 }@media only screen and (max-width: 763px) { #U6T6U3yGINvTmtlJ4kJnfDUWOhOwgqtx { display:block; }
 }@media only screen and (max-width: 763px) { #zNkdmbpfmeiSOho1zAcIvAeTpd0Q91ZT { background-color:#ffffff;background-image:none;display:block; }#zNkdmbpfmeiSOho1zAcIvAeTpd0Q91ZT > .row .container { background-color: transparent; background-image: none; }#zNkdmbpfmeiSOho1zAcIvAeTpd0Q91ZT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zNkdmbpfmeiSOho1zAcIvAeTpd0Q91ZT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zNkdmbpfmeiSOho1zAcIvAeTpd0Q91ZT > .row .container > .video-iframe-container { display: none; }#zNkdmbpfmeiSOho1zAcIvAeTpd0Q91ZT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zNkdmbpfmeiSOho1zAcIvAeTpd0Q91ZT > .row > .video-iframe-container { display: none; }#zNkdmbpfmeiSOho1zAcIvAeTpd0Q91ZT > .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); }#zNkdmbpfmeiSOho1zAcIvAeTpd0Q91ZT > .row .container { width:20rem;height:10.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hCZcSMmD4kUvI6JHdT8VcwTT18cQt1N4 { width:20rem;height:9rem;top:1.25rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQrUgr9oUbfh4sUrwCe2tiV4EwqtT7oV { background-color:#2c2c2c;background-image:none;display:block; }#PQrUgr9oUbfh4sUrwCe2tiV4EwqtT7oV > .row .container { background-color: transparent; background-image: none; }#PQrUgr9oUbfh4sUrwCe2tiV4EwqtT7oV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PQrUgr9oUbfh4sUrwCe2tiV4EwqtT7oV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PQrUgr9oUbfh4sUrwCe2tiV4EwqtT7oV > .row .container > .video-iframe-container { display: none; }#PQrUgr9oUbfh4sUrwCe2tiV4EwqtT7oV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PQrUgr9oUbfh4sUrwCe2tiV4EwqtT7oV > .row > .video-iframe-container { display: none; }#PQrUgr9oUbfh4sUrwCe2tiV4EwqtT7oV > .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); }#PQrUgr9oUbfh4sUrwCe2tiV4EwqtT7oV > .row .container { width:20rem;height:25.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hT0ZQF9BNCzMKQTUIwFCB62AZCAMaMTL { width:20rem;height:22.8125rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNogOxOT1dwURZ494FKKMIvBZR9P9WMU { width:20rem;height:8.0800625rem;top:1.625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLWdnEEsEItAXWrX4XirGW85q635IIpD { width:18.875rem;height:12.0625rem;top:7.44921875rem;left:0.34375rem;overflow:hidden;border-top:0.0625rem solid #fb78b6;border-left:0.0625rem solid #fb78b6;border-right:0.0625rem solid #fb78b6;border-bottom:0.0625rem solid #fb78b6;display:block; }
 }@media only screen and (max-width: 763px) { #ulEa0FhEhx7GemI1RkbEs6m0msBvGvv9 { width:19rem;height:2.875rem;top:20.375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxgHTZTrpyyX4TzMrJkSvIXTiulnzWn5 { display:block; }
 }@media only screen and (max-width: 763px) { #PKOCSOtc2merT9gCT7pgIb8mT1gObT7a { display:block; }#PKOCSOtc2merT9gCT7pgIb8mT1gObT7a > .row .container { width:20rem;height:38.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ARBWbxgNyeWnkzG773rv0qSJTgSiBOcz { width:9.875rem;height:6.875rem;top:21.1875rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JsKSmEl5QqelnSkrwUNJSZB6CSTCR0oZ { width:10.125rem;height:6.875rem;top:21.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtmNkAlIrMoKxzbVfEq5xRVxe96i9J0U { width:20rem;height:2.76171875rem;top:1.25rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sLhPwPTtxDEJnhRhIb7IRtp10vWZkmhz { width:6.4375rem;height:2.75rem;top:29.125rem;left:11.875rem;font-size:0.8125rem;border-top:0.125rem solid #ffd700;border-left:0.125rem solid #ffd700;border-right:0.125rem solid #ffd700;border-bottom:0.125rem solid #ffd700;display:block; }
 }@media only screen and (max-width: 763px) { #JPMr3btd0dmvJcst3lwIzte8N81qvtFM { display:block; }
 }@media only screen and (max-width: 763px) { #fFSgaLfmBvUJfSDqig6soH9VtLIrWJKx { width:6.375rem;height:2.75rem;top:29.125rem;left:1.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynlKapP14d6C2piipyuWxZMWRKaMTqHd { display:block; }
 }@media only screen and (max-width: 763px) { #BhybWBwkqAzeXGXmK2yncZ4KPgy0BkoI { width:20rem;height:1.4624rem;top:2.443359375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDkEd9mecHSrkT48fnfZAHS3TiRMBVET { width:16.0625rem;height:2.75rem;top:34rem;left:1.96875rem;font-size:0.8125rem;z-index:15005;color:#000000;background-color:#e0c2f0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #yadtZtQ92fW9MM5gwDa0ECTkl2pAAJ6A { display:block; }
 }@media only screen and (max-width: 763px) { #sCNmsTNvGyeq8ltckVHTBBsqd8F5FriA { width:20rem;height:0.9746125rem;top:3.78125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGOVp6PEOryuArSVutAw23e3CHa67yAS { width:6.75rem;height:9.625rem;top:6.125rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4as5yLLrSgSybbHPxEDWNzTtOEThDgB { width:7.125rem;height:2.5rem;top:16.625rem;left:6.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6cxItxzC4uEuM7FZKuliBnaQ4RmQoJ5 { display:block; }
 }@media only screen and (max-width: 763px) { #ORG5chXIeMWBQ6svcXPmZLq4LNapuec3 { background-color:#efefef;background-image:none;display:block; }#ORG5chXIeMWBQ6svcXPmZLq4LNapuec3 > .row .container { background-color: transparent; background-image: none; }#ORG5chXIeMWBQ6svcXPmZLq4LNapuec3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ORG5chXIeMWBQ6svcXPmZLq4LNapuec3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ORG5chXIeMWBQ6svcXPmZLq4LNapuec3 > .row .container > .video-iframe-container { display: none; }#ORG5chXIeMWBQ6svcXPmZLq4LNapuec3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ORG5chXIeMWBQ6svcXPmZLq4LNapuec3 > .row > .video-iframe-container { display: none; }#ORG5chXIeMWBQ6svcXPmZLq4LNapuec3 > .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); }#ORG5chXIeMWBQ6svcXPmZLq4LNapuec3 > .row .container { width:20rem;height:30.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OwqwAXOokKVXkx8fbBvds5q2qasC3pKz { width:20rem;height:28.6875rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLpfMKTiTmg7M30ZSzfnsQKmS62HOydk { width:20rem;height:2.6933625rem;top:1.625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #cN6lXO22oQNxAWeAvNX6P3GG1imXAeiN { width:20rem;height:20rem;top:4.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxSrPE4pVwA8MNGU7SfGQck7yw88QQP9 { width:18.75rem;height:3.4375rem;top:25.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8WzBuKJUvGNq5Nw36psJ7FLsXaCAVwl { display:block; }
 }@media only screen and (max-width: 763px) { #rSozu86TuzhN3VIzlL50ncQiuGcPTs3I { background-color:#efefef;background-image:none;display:block; }#rSozu86TuzhN3VIzlL50ncQiuGcPTs3I > .row .container { background-color: transparent; background-image: none; }#rSozu86TuzhN3VIzlL50ncQiuGcPTs3I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rSozu86TuzhN3VIzlL50ncQiuGcPTs3I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rSozu86TuzhN3VIzlL50ncQiuGcPTs3I > .row .container > .video-iframe-container { display: none; }#rSozu86TuzhN3VIzlL50ncQiuGcPTs3I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rSozu86TuzhN3VIzlL50ncQiuGcPTs3I > .row > .video-iframe-container { display: none; }#rSozu86TuzhN3VIzlL50ncQiuGcPTs3I > .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); }#rSozu86TuzhN3VIzlL50ncQiuGcPTs3I > .row .container { width:20rem;height:31.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jhf4H8zpFLslOCQxJarIn7xHdnqPVnxa { width:15.5rem;height:4.875rem;top:17.875rem;left:2.25rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XCBPUGiqwhyAHp2J3opKMifP4hyUhVqC { width:15.375rem;height:3.4375rem;top:23.625rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2A2cpQrFqoDalyeUF1K5dBtMpact5Pf { display:block; }
 }@media only screen and (max-width: 763px) { #n1hXwVl4Vux8IIxIef0UHd0TGERKmGtx { width:20rem;height:28.3125rem;top:1.1875rem;left:0rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #DvzNt6pXpJZ8MMeS6sLCnbZV3UDJgDvV { width:20rem;height:20rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsFFW9144zWFCDixUoA2HGhd9lLBK2SL { background-color:#acacac;background-image:none;display:block; }#OsFFW9144zWFCDixUoA2HGhd9lLBK2SL > .row .container { background-color: transparent; background-image: none; }#OsFFW9144zWFCDixUoA2HGhd9lLBK2SL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OsFFW9144zWFCDixUoA2HGhd9lLBK2SL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OsFFW9144zWFCDixUoA2HGhd9lLBK2SL > .row .container > .video-iframe-container { display: none; }#OsFFW9144zWFCDixUoA2HGhd9lLBK2SL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OsFFW9144zWFCDixUoA2HGhd9lLBK2SL > .row > .video-iframe-container { display: none; }#OsFFW9144zWFCDixUoA2HGhd9lLBK2SL > .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); }#OsFFW9144zWFCDixUoA2HGhd9lLBK2SL > .row .container { width:20rem;height:3.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R25T6tVaVyVyv776SIzbM1voCqCptrRZ { width:20rem;height:1.13720625rem;top:1.125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }