.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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); }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e01783;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; }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo > .row .container { background-color: transparent; background-image: none; }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo > .row .container > .video-iframe-container { display: none; }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo > .row > .video-iframe-container { display: none; }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo > .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); }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo > .row .container { border-width: 0; border-radius: 0; }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo > .row .container { font-size:14px;font-family:arial;height:671px;width:960px;position:relative;display:block; }#OGT9rGHpodEF3rwDx5tpcrsrke85zhCg { color:#f5eb00;display:block;width:478px;position:absolute;font-family:roboto;font-size:43px;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;top:163px;left:0px;height:157.781px;display:block; }
#nGIZTkkzpfWxni6h7bBBzHH6tTryRgTL { color:#ffffff;display:block;width:457px;position:absolute;font-family:roboto;font-size:16px;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:338.8203125px;left:0px;height:51.1875px;display:block; }
#nM8aQn8PoENO5ZiarrDKT6mnuiiuugCv { background-color:#f5eb00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-sizing:border-box;color:#283031;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:roboto;font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:267px;height:65px;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:518.9140625px;left:0px;display:block; }
#BR5gMCtvsFyq0OoEcORGXWFXwZBB30iv { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#eqMooDHRC9wuTu8coV1E3pJwcN34G2uW { 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;height:124px;width:239px;top:26px;left:0px;overflow:hidden;display:block; }
#dtS6TkSPwZHvCzG2IGT4s5luE7xDAQvM { color:#ffffff;display:block;width:465px;position:absolute;font-family:roboto;font-size:16px;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:417.2265625px;left:0px;height:76.7812px;display:block; }
#gHf67PkqCAVe6uZm0U3qRM1wvPsVkmaJ { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:449px;width:210px;top:148.9140625px;left:610.578125px;overflow:hidden;display:block; }
#JBQKg8aTF3fvLGeKbXlQPTB5SzOaLwJA { position:relative;display:block; }#JBQKg8aTF3fvLGeKbXlQPTB5SzOaLwJA { background-color: transparent; background-image: none; }#JBQKg8aTF3fvLGeKbXlQPTB5SzOaLwJA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JBQKg8aTF3fvLGeKbXlQPTB5SzOaLwJA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JBQKg8aTF3fvLGeKbXlQPTB5SzOaLwJA > .row .container > .video-iframe-container { display: none; }#JBQKg8aTF3fvLGeKbXlQPTB5SzOaLwJA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JBQKg8aTF3fvLGeKbXlQPTB5SzOaLwJA > .row > .video-iframe-container { display: none; }#JBQKg8aTF3fvLGeKbXlQPTB5SzOaLwJA > .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); }#JBQKg8aTF3fvLGeKbXlQPTB5SzOaLwJA { border-width: 0; border-radius: 0; }#JBQKg8aTF3fvLGeKbXlQPTB5SzOaLwJA > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#JBQKg8aTF3fvLGeKbXlQPTB5SzOaLwJA > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:158px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#paTqEpAoMWzgmgZk4qE6NDglTtl9nyVu { color:#e01783;display:block;width:829px;position:absolute;font-family:roboto;font-size:26px;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:40px;left:65.5px;height:72.7969px;text-align:center;text-align-last:center;display:block; }
#dTL38f0HbAv1yiiOzNbuZXvhAxPDAR2h { position:relative;display:block; }#dTL38f0HbAv1yiiOzNbuZXvhAxPDAR2h { background-color: transparent; background-image: none; }#dTL38f0HbAv1yiiOzNbuZXvhAxPDAR2h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dTL38f0HbAv1yiiOzNbuZXvhAxPDAR2h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dTL38f0HbAv1yiiOzNbuZXvhAxPDAR2h > .row .container > .video-iframe-container { display: none; }#dTL38f0HbAv1yiiOzNbuZXvhAxPDAR2h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dTL38f0HbAv1yiiOzNbuZXvhAxPDAR2h > .row > .video-iframe-container { display: none; }#dTL38f0HbAv1yiiOzNbuZXvhAxPDAR2h > .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); }#dTL38f0HbAv1yiiOzNbuZXvhAxPDAR2h { border-width: 0; border-radius: 0; }#dTL38f0HbAv1yiiOzNbuZXvhAxPDAR2h > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#dTL38f0HbAv1yiiOzNbuZXvhAxPDAR2h > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:437px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#uxt0NWkwBOvlMGPafoy6Zfoxo5UsFH6D { color:#283031;display:block;width:429px;position:absolute;font-family:roboto;font-size:16px;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:82px;left:0px;height:127.969px;display:block; }
#vTudtMVgIzesGKt56wrpLSoIP6bBUrgw { background-color:#e01783;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:roboto;font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:251px;height:65px;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:254px;left:0px;display:block; }
#ae0ZbBhLXfT7RxAgbS5MRQuh8v8pxexl { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#ZNLUKoDTyNOK2oyLJHlAr55cz3uzTzuo { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;height:261px;width:468px;top:82px;left:480px;display:block; }
#RNzdCqRPXygRTSM2gekmgvMSceu7x83w { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5eb00;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; }#RNzdCqRPXygRTSM2gekmgvMSceu7x83w > .row .container { background-color: transparent; background-image: none; }#RNzdCqRPXygRTSM2gekmgvMSceu7x83w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RNzdCqRPXygRTSM2gekmgvMSceu7x83w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RNzdCqRPXygRTSM2gekmgvMSceu7x83w > .row .container > .video-iframe-container { display: none; }#RNzdCqRPXygRTSM2gekmgvMSceu7x83w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RNzdCqRPXygRTSM2gekmgvMSceu7x83w > .row > .video-iframe-container { display: none; }#RNzdCqRPXygRTSM2gekmgvMSceu7x83w > .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); }#RNzdCqRPXygRTSM2gekmgvMSceu7x83w > .row .container { border-width: 0; border-radius: 0; }#RNzdCqRPXygRTSM2gekmgvMSceu7x83w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RNzdCqRPXygRTSM2gekmgvMSceu7x83w > .row .container { font-size:14px;font-family:arial;height:576px;width:960px;position:relative;display:block; }#BP0N1MNw9uEy5KNAoLslKJ7OO07o6dnN { color:#283031;display:block;width:422px;position:absolute;font-family:roboto;font-size:16px;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:211.59375px;left:0px;height:;overflow:hidden;display:block; }#BP0N1MNw9uEy5KNAoLslKJ7OO07o6dnN li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#BP0N1MNw9uEy5KNAoLslKJ7OO07o6dnN li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/89406933-f459-428b-b506-9dae88ac9ee3/Splat_Hero_Pink_tight.png); }
#CEBOfQn8yGW7sAfkGkckaPgNfeh1lpBq { color:#283031;display:block;width:438px;position:absolute;font-family:roboto;font-size:26px;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:66px;left:0px;height:117px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nPTOCfzhq4uWb9v3EVJN4qxetuzhKrR4 { color:#000000;display:block;width:346px;position:absolute;font-family:roboto;font-size:18px;font-weight:700;z-index:15004;line-height:1.7;letter-spacing:0;top:66px;left:610px;height:30.5938px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mzU5KWbNsin8wNN4hMH7X1ZmfsOu5gCo { color:#000000;display:block;width:347px;position:absolute;font-family:roboto;font-size:18px;font-weight:700;z-index:15005;line-height:1.7;letter-spacing:0;top:194px;left:610px;height:61.1875px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yGiS8FbUy2XnE9PomLokcaFFezGGVvx9 { color:#000000;display:block;width:346px;position:absolute;font-family:roboto;font-size:18px;font-weight:700;z-index:15006;line-height:1.7;letter-spacing:0;top:330px;left:610px;height:61.1875px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hcTo5nJaF4MJudoiQw5M0mOZCHSqJfBx { color:#000000;display:block;width:350px;position:absolute;font-family:roboto;font-size:16px;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:98px;left:610px;height:51.1875px;display:block; }
#i1cbidSQPPD3eRvkgcC04T7VRCZT3Np9 { color:#000000;display:block;width:350px;position:absolute;font-family:roboto;font-size:16px;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:224px;left:610px;height:51.1875px;display:block; }
#vFy8LDfOFaF252hnKqSJ0aKW4n3WiDJv { color:#000000;display:block;width:350px;position:absolute;font-family:roboto;font-size:16px;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:396px;left:610px;height:51.1875px;display:block; }
#ICorBc0XDpxTlJCiMtaQpAiL8cUsPdPy { position:absolute;display:block;z-index:15035;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;height:210px;width:402px;top:567.1875px;left:165px;overflow:hidden;display:block; }
#GQbBcSvyfedgTS346Z39ekkXmw58TPsi { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:54px;width:54px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:77px;left:525.5px; }
#bdUmE6vcOilaqNTKnwP0gKwyLarzLVxg { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:54px;width:54px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:194px;left:525.5px; }
#nzP5ZRFKumIMNLTJs1PwvNx2zHuBZhzI { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:54px;width:54px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:333.59375px;left:525.5px; }
#X8Fhyo0hTT1Phlfn2ehVw1X7IsvEPFhS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e01783;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; }#X8Fhyo0hTT1Phlfn2ehVw1X7IsvEPFhS > .row .container { background-color: transparent; background-image: none; }#X8Fhyo0hTT1Phlfn2ehVw1X7IsvEPFhS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X8Fhyo0hTT1Phlfn2ehVw1X7IsvEPFhS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X8Fhyo0hTT1Phlfn2ehVw1X7IsvEPFhS > .row .container > .video-iframe-container { display: none; }#X8Fhyo0hTT1Phlfn2ehVw1X7IsvEPFhS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X8Fhyo0hTT1Phlfn2ehVw1X7IsvEPFhS > .row > .video-iframe-container { display: none; }#X8Fhyo0hTT1Phlfn2ehVw1X7IsvEPFhS > .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); }#X8Fhyo0hTT1Phlfn2ehVw1X7IsvEPFhS > .row .container { border-width: 0; border-radius: 0; }#X8Fhyo0hTT1Phlfn2ehVw1X7IsvEPFhS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X8Fhyo0hTT1Phlfn2ehVw1X7IsvEPFhS > .row .container { font-size:14px;font-family:arial;height:473px;width:960px;position:relative;display:block; }#V7amm2WwRiKN3fiz5dD0Vsma5W9LyzDE { color:#f5eb00;display:block;width:229px;position:absolute;font-family:roboto;font-size:18px;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:194.296875px;left:485.5px;height:27px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OKWggIAJ186T0KblkFNfrRUFcF2rPlEV { color:#f5eb00;display:block;width:229px;position:absolute;font-family:roboto;font-size:18px;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:194.296875px;left:720px;height:27px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#U77KEbzD7G4bIqiv51aAohx03UauwVgt { position:absolute;display:block;z-index:15033;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;height:146px;width:218px;top:0px;left:731px;overflow:hidden;display:block; }
#l6nLH03hSKkvEnl0fQfkfdAzoZNCprqi { color:#f5eb00;display:block;width:229px;position:absolute;font-family:roboto;font-size:18px;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:194.296875px;left:245.5px;height:27px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eUWTf5ZiAtD8Tw6BB96uPeenAyyqDTBI { color:#f5eb00;display:block;width:196px;position:absolute;font-family:roboto;font-size:26px;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:50px;left:0px;height:117px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lixQam6nPsQR3hq75bLOk38Cv9SLAxab { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:65px;width:65px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:40.5px;left:567.5px; }
#lETdL6Vl8gikZrxsNmncy7yApOqOu8bR { color:#ffffff;display:block;width:219px;position:absolute;font-family:roboto;font-size:16px;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:251px;left:730.5px;height:153.562px;text-align:center;text-align-last:center;display:block; }
#RORWzN7pL0wyLmJaaHOek7kAJZVDHiIb { color:#ffffff;display:block;width:219px;position:absolute;font-family:roboto;font-size:16px;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:251px;left:490.5px;height:153.562px;text-align:center;text-align-last:center;display:block; }
#w46kLbeS8cGf25TxtuvS3r6etc6scUuz { color:#ffffff;display:block;width:215px;position:absolute;font-family:roboto;font-size:16px;font-weight:normal;z-index:15008;line-height:1.6;letter-spacing:0;top:251px;left:252.5px;height:102.375px;text-align:center;text-align-last:center;display:block; }
#Tml5PTT2qMyHZl2E7ddpBhvFcvf0Tu5p { 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; }#Tml5PTT2qMyHZl2E7ddpBhvFcvf0Tu5p > .row .container { background-color: transparent; background-image: none; }#Tml5PTT2qMyHZl2E7ddpBhvFcvf0Tu5p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tml5PTT2qMyHZl2E7ddpBhvFcvf0Tu5p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tml5PTT2qMyHZl2E7ddpBhvFcvf0Tu5p > .row .container > .video-iframe-container { display: none; }#Tml5PTT2qMyHZl2E7ddpBhvFcvf0Tu5p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tml5PTT2qMyHZl2E7ddpBhvFcvf0Tu5p > .row > .video-iframe-container { display: none; }#Tml5PTT2qMyHZl2E7ddpBhvFcvf0Tu5p > .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); }#Tml5PTT2qMyHZl2E7ddpBhvFcvf0Tu5p > .row .container { border-width: 0; border-radius: 0; }#Tml5PTT2qMyHZl2E7ddpBhvFcvf0Tu5p > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tml5PTT2qMyHZl2E7ddpBhvFcvf0Tu5p > .row .container { font-size:14px;font-family:arial;height:95px;width:960px;position:relative;display:block; }#QCd9zd1BbhyvypHgxNZlHEPfKFkZD7Ku { color:#e01783;display:block;width:954px;position:absolute;font-family:roboto;font-size:26px;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:28px;left:0px;height:39px;text-align:center;text-align-last:center;display:block; }
#g59SvChVlv9fxKsTUGDsHtzAfWITTGSg { 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; }#g59SvChVlv9fxKsTUGDsHtzAfWITTGSg > .row .container { background-color: transparent; background-image: none; }#g59SvChVlv9fxKsTUGDsHtzAfWITTGSg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g59SvChVlv9fxKsTUGDsHtzAfWITTGSg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g59SvChVlv9fxKsTUGDsHtzAfWITTGSg > .row .container > .video-iframe-container { display: none; }#g59SvChVlv9fxKsTUGDsHtzAfWITTGSg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g59SvChVlv9fxKsTUGDsHtzAfWITTGSg > .row > .video-iframe-container { display: none; }#g59SvChVlv9fxKsTUGDsHtzAfWITTGSg > .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); }#g59SvChVlv9fxKsTUGDsHtzAfWITTGSg > .row .container { border-width: 0; border-radius: 0; }#g59SvChVlv9fxKsTUGDsHtzAfWITTGSg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g59SvChVlv9fxKsTUGDsHtzAfWITTGSg > .row .container { font-size:14px;font-family:arial;height:584px;width:960px;position:relative;display:block; }#h1b92wx3kViocbohZc3vAHW6sry25mxC { color:#283031;display:block;width:300px;position:absolute;font-family:roboto;font-size:20px;font-weight:700;z-index:15005;line-height:1.7;letter-spacing:0;top:231px;left:10px;height:34px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uG9Hm2qXqAZ96pE7yogN8Tv6JShVqy8w { color:#283031;display:block;width:275px;position:absolute;font-family:roboto;font-size:16px;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:292px;left:22.5px;height:204.75px;text-align:center;text-align-last:center;display:block; }
#OsR71B022CAWiUKHB6WHoTaQvWNL5kWp { color:#283031;display:block;width:273px;position:absolute;font-family:roboto;font-size:16px;font-weight:normal;z-index:15008;line-height:1.6;letter-spacing:0;top:292px;left:343.5px;height:179.156px;text-align:center;text-align-last:center;display:block; }
#EbV2mgTNXugp0NK5rVmW8LocneTqVTfH { color:#283031;display:block;width:303px;position:absolute;font-family:roboto;font-size:20px;font-weight:700;z-index:15008;line-height:1.7;letter-spacing:0;top:231px;left:328.5px;height:34px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FQerGOSdtxnE9PMnNk6T9b4iZezuPaVq { color:#283031;display:block;width:268px;position:absolute;font-family:roboto;font-size:16px;font-weight:normal;z-index:15011;line-height:1.6;letter-spacing:0;top:292px;left:666px;height:102.375px;text-align:center;text-align-last:center;display:block; }
#WrdFdIk4wfMB9CqXzC4VLiiFH6vvlnsT { color:#283031;display:block;width:293px;position:absolute;font-family:roboto;font-size:20px;font-weight:700;z-index:15011;line-height:1.7;letter-spacing:0;top:231px;left:667px;height:34px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uOCvRDdApX4vLPhL24KsUaXHwtk0u3ez { position:absolute;display:block;z-index:15012;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;height:181px;width:242px;top:33px;left:679px;overflow:hidden;display:block; }
#ogJRhFklPJJqaUbNVnTpy2ifJ8K9zS5G { position:absolute;display:block;z-index:15013;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;height:134px;width:239px;top:56.5px;left:360.5px;overflow:hidden;display:block; }
#maNK5LaPc3UPFDiJg702SxmoAm8CNlvT { position:absolute;display:block;z-index:15014;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;height:113px;width:203px;top:67px;left:58.5px;overflow:hidden;display:block; }
#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e01783;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; }#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee > .row .container { background-color: transparent; background-image: none; }#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee > .row .container > .video-iframe-container { display: none; }#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee > .row > .video-iframe-container { display: none; }#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee > .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); }#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee > .row .container { border-width: 0; border-radius: 0; }#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee > .row .container { font-size:14px;font-family:arial;height:392px;width:960px;position:relative;display:block; }#oN3698tMHLnCCgTVHnewdPf39eG6Rhyy { color:#ffffff;display:block;width:960px;position:absolute;font-family:roboto;font-size:45px;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:77px;left:0px;height:68px;text-align:center;text-align-last:center;display:block; }
#WcECkAavzr56UUrMgcUNqeT7QRdz09Vk { color:#ffffff;display:block;width:774px;position:absolute;font-family:roboto;font-size:16px;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:170.40625px;left:93px;height:51.1875px;text-align:center;text-align-last:center;display:block; }
#rVHN7s92T9ua7dKwcAIfOzfiDs7hMHro { background-color:#f5eb00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:2px solid #4ecdc4;border-left:2px solid #4ecdc4;border-right:2px solid #4ecdc4;border-bottom:2px solid #4ecdc4;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-sizing:border-box;color:#283031;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:roboto;font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:201px;height:65px;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:250px;left:379.5px;display:block; }
#ZU59H9p7CUvcXXF0z2bAseuGxwdZMWRp { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo { display:block; }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OGT9rGHpodEF3rwDx5tpcrsrke85zhCg { top:163px;left:0px;width:478px;height:155px;font-size:43px;display:block; }
 }@media only screen and (max-width: 763px) { #nGIZTkkzpfWxni6h7bBBzHH6tTryRgTL { top:338px;left:0px;width:457px;height:51px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #nM8aQn8PoENO5ZiarrDKT6mnuiiuugCv { width:267px;height:65px;top:518px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #BR5gMCtvsFyq0OoEcORGXWFXwZBB30iv { display:block; }
 }@media only screen and (max-width: 763px) { #eqMooDHRC9wuTu8coV1E3pJwcN34G2uW { top:26px;left:0px;width:239px;height:124px;display:block; }
 }@media only screen and (max-width: 763px) { #dtS6TkSPwZHvCzG2IGT4s5luE7xDAQvM { top:417px;left:0px;width:465px;height:76px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #gHf67PkqCAVe6uZm0U3qRM1wvPsVkmaJ { top:148px;left:512.578125px;width:210px;height:449px;display:block; }
 }@media only screen and (max-width: 763px) { #JBQKg8aTF3fvLGeKbXlQPTB5SzOaLwJA { display:block; }#JBQKg8aTF3fvLGeKbXlQPTB5SzOaLwJA > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #paTqEpAoMWzgmgZk4qE6NDglTtl9nyVu { top:40px;left:0px;width:764px;height:72px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #dTL38f0HbAv1yiiOzNbuZXvhAxPDAR2h { display:block; }#dTL38f0HbAv1yiiOzNbuZXvhAxPDAR2h > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uxt0NWkwBOvlMGPafoy6Zfoxo5UsFH6D { top:82px;left:0px;width:429px;height:127px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #vTudtMVgIzesGKt56wrpLSoIP6bBUrgw { width:251px;height:65px;top:254px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ae0ZbBhLXfT7RxAgbS5MRQuh8v8pxexl { display:block; }
 }@media only screen and (max-width: 763px) { #ZNLUKoDTyNOK2oyLJHlAr55cz3uzTzuo { top:82px;left:296px;width:468px;height:261px;display:block; }
 }@media only screen and (max-width: 763px) { #RNzdCqRPXygRTSM2gekmgvMSceu7x83w { display:block; }#RNzdCqRPXygRTSM2gekmgvMSceu7x83w > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BP0N1MNw9uEy5KNAoLslKJ7OO07o6dnN { top:211px;left:0px;width:422px;height:;font-size:16px;display:block; }#BP0N1MNw9uEy5KNAoLslKJ7OO07o6dnN li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/89406933-f459-428b-b506-9dae88ac9ee3/Splat_Hero_Pink_tight.png); }
 }@media only screen and (max-width: 763px) { #CEBOfQn8yGW7sAfkGkckaPgNfeh1lpBq { top:66px;left:0px;width:438px;height:117px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #nPTOCfzhq4uWb9v3EVJN4qxetuzhKrR4 { top:66px;left:418px;width:346px;height:30px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #mzU5KWbNsin8wNN4hMH7X1ZmfsOu5gCo { top:194px;left:417px;width:347px;height:30px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #yGiS8FbUy2XnE9PomLokcaFFezGGVvx9 { top:330px;left:418px;width:346px;height:61px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #hcTo5nJaF4MJudoiQw5M0mOZCHSqJfBx { top:98px;left:414px;width:350px;height:51px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #i1cbidSQPPD3eRvkgcC04T7VRCZT3Np9 { top:224px;left:414px;width:350px;height:51px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #vFy8LDfOFaF252hnKqSJ0aKW4n3WiDJv { top:396px;left:414px;width:350px;height:51px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ICorBc0XDpxTlJCiMtaQpAiL8cUsPdPy { top:567px;left:0px;width:402px;height:210px;display:block; }
 }@media only screen and (max-width: 763px) { #GQbBcSvyfedgTS346Z39ekkXmw58TPsi { top:77px;left:382px;width:54px;height:54px;display:block; }
 }@media only screen and (max-width: 763px) { #bdUmE6vcOilaqNTKnwP0gKwyLarzLVxg { top:194px;left:382px;width:54px;height:54px;display:block; }
 }@media only screen and (max-width: 763px) { #nzP5ZRFKumIMNLTJs1PwvNx2zHuBZhzI { top:333px;left:382px;width:54px;height:54px;display:block; }
 }@media only screen and (max-width: 763px) { #X8Fhyo0hTT1Phlfn2ehVw1X7IsvEPFhS { display:block; }#X8Fhyo0hTT1Phlfn2ehVw1X7IsvEPFhS > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V7amm2WwRiKN3fiz5dD0Vsma5W9LyzDE { top:194px;left:344px;width:229px;height:27px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #OKWggIAJ186T0KblkFNfrRUFcF2rPlEV { top:194px;left:535px;width:229px;height:27px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #U77KEbzD7G4bIqiv51aAohx03UauwVgt { top:0px;left:546px;width:218px;height:146px;display:block; }
 }@media only screen and (max-width: 763px) { #l6nLH03hSKkvEnl0fQfkfdAzoZNCprqi { top:194px;left:153px;width:229px;height:27px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #eUWTf5ZiAtD8Tw6BB96uPeenAyyqDTBI { top:50px;left:0px;width:196px;height:78px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #lixQam6nPsQR3hq75bLOk38Cv9SLAxab { top:40px;left:445px;width:65px;height:65px;display:block; }
 }@media only screen and (max-width: 763px) { #lETdL6Vl8gikZrxsNmncy7yApOqOu8bR { top:251px;left:545px;width:219px;height:153px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #RORWzN7pL0wyLmJaaHOek7kAJZVDHiIb { top:251px;left:354px;width:219px;height:153px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #w46kLbeS8cGf25TxtuvS3r6etc6scUuz { top:251px;left:167px;width:215px;height:102px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Tml5PTT2qMyHZl2E7ddpBhvFcvf0Tu5p { display:block; }#Tml5PTT2qMyHZl2E7ddpBhvFcvf0Tu5p > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QCd9zd1BbhyvypHgxNZlHEPfKFkZD7Ku { top:28px;left:0px;width:764px;height:39px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #g59SvChVlv9fxKsTUGDsHtzAfWITTGSg { display:block; }#g59SvChVlv9fxKsTUGDsHtzAfWITTGSg > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h1b92wx3kViocbohZc3vAHW6sry25mxC { top:231px;left:0px;width:300px;height:34px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #uG9Hm2qXqAZ96pE7yogN8Tv6JShVqy8w { top:292px;left:0px;width:275px;height:204px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #OsR71B022CAWiUKHB6WHoTaQvWNL5kWp { top:292px;left:235px;width:273px;height:179px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #EbV2mgTNXugp0NK5rVmW8LocneTqVTfH { top:231px;left:205px;width:303px;height:34px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #FQerGOSdtxnE9PMnNk6T9b4iZezuPaVq { top:292px;left:494px;width:268px;height:102px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #WrdFdIk4wfMB9CqXzC4VLiiFH6vvlnsT { top:231px;left:469px;width:293px;height:34px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #uOCvRDdApX4vLPhL24KsUaXHwtk0u3ez { top:33px;left:514px;width:242px;height:181px;display:block; }
 }@media only screen and (max-width: 763px) { #ogJRhFklPJJqaUbNVnTpy2ifJ8K9zS5G { top:56px;left:261.5px;width:239px;height:134px;display:block; }
 }@media only screen and (max-width: 763px) { #maNK5LaPc3UPFDiJg702SxmoAm8CNlvT { top:67px;left:25.5px;width:203px;height:113px;display:block; }
 }@media only screen and (max-width: 763px) { #CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee { display:block; }#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oN3698tMHLnCCgTVHnewdPf39eG6Rhyy { top:77px;left:0px;width:764px;height:67px;font-size:45px;display:block; }
 }@media only screen and (max-width: 763px) { #WcECkAavzr56UUrMgcUNqeT7QRdz09Vk { top:170px;left:0px;width:764px;height:51px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #rVHN7s92T9ua7dKwcAIfOzfiDs7hMHro { width:201px;height:65px;top:250px;left:281.5px;display:block; }
 }@media only screen and (max-width: 763px) { #ZU59H9p7CUvcXXF0z2bAseuGxwdZMWRp { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo { display:block; }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo > .row .container { width:320px;height:1077px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OGT9rGHpodEF3rwDx5tpcrsrke85zhCg { width:320px;height:90px;top:92px;left:0px;font-size:30px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nGIZTkkzpfWxni6h7bBBzHH6tTryRgTL { width:277px;height:100.781px;top:199px;left:21.5px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nM8aQn8PoENO5ZiarrDKT6mnuiiuugCv { width:208px;height:65px;top:313.296875px;left:56px;display:block; }
 }@media only screen and (max-width: 763px) { #BR5gMCtvsFyq0OoEcORGXWFXwZBB30iv { display:block; }
 }@media only screen and (max-width: 763px) { #eqMooDHRC9wuTu8coV1E3pJwcN34G2uW { width:74px;height:42px;top:24px;left:80px;display:block; }
 }@media only screen and (max-width: 763px) { #dtS6TkSPwZHvCzG2IGT4s5luE7xDAQvM { width:320px;height:0;top:398.296875px;left:0px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gHf67PkqCAVe6uZm0U3qRM1wvPsVkmaJ { width:210px;height:449px;top:495.070275px;left:55px;display:block; }
 }@media only screen and (max-width: 763px) { #JBQKg8aTF3fvLGeKbXlQPTB5SzOaLwJA { display:block; }#JBQKg8aTF3fvLGeKbXlQPTB5SzOaLwJA > .row .container { width:320px;height:85px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #paTqEpAoMWzgmgZk4qE6NDglTtl9nyVu { width:320px;height:39px;top:24px;left:0px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #dTL38f0HbAv1yiiOzNbuZXvhAxPDAR2h { display:block; }#dTL38f0HbAv1yiiOzNbuZXvhAxPDAR2h > .row .container { width:320px;height:911.4615384615385px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uxt0NWkwBOvlMGPafoy6Zfoxo5UsFH6D { width:291px;height:268.75px;top:338px;left:16.5px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vTudtMVgIzesGKt56wrpLSoIP6bBUrgw { width:208px;height:65px;top:628px;left:56px;display:block; }
 }@media only screen and (max-width: 763px) { #ae0ZbBhLXfT7RxAgbS5MRQuh8v8pxexl { display:block; }
 }@media only screen and (max-width: 763px) { #ZNLUKoDTyNOK2oyLJHlAr55cz3uzTzuo { height:178.46153846154px;width:320px;top:713px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #RNzdCqRPXygRTSM2gekmgvMSceu7x83w { display:block; }#RNzdCqRPXygRTSM2gekmgvMSceu7x83w > .row .container { width:320px;height:1330.1641791044776px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BP0N1MNw9uEy5KNAoLslKJ7OO07o6dnN { width:320px;height:221.562px;top:114px;left:0px;font-size:16px;display:block; }#BP0N1MNw9uEy5KNAoLslKJ7OO07o6dnN li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/89406933-f459-428b-b506-9dae88ac9ee3/Splat_Hero_Pink_tight.png); }
 }@media only screen and (max-width: 763px) { #CEBOfQn8yGW7sAfkGkckaPgNfeh1lpBq { width:261px;height:78px;top:19px;left:29.5px;font-size:26px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nPTOCfzhq4uWb9v3EVJN4qxetuzhKrR4 { width:320px;height:30.5938px;top:415px;left:0px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mzU5KWbNsin8wNN4hMH7X1ZmfsOu5gCo { width:320px;height:30.5938px;top:605px;left:0px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yGiS8FbUy2XnE9PomLokcaFFezGGVvx9 { width:320px;height:30.5938px;top:804px;left:0px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hcTo5nJaF4MJudoiQw5M0mOZCHSqJfBx { width:317px;height:67.1875px;top:444px;left:0px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i1cbidSQPPD3eRvkgcC04T7VRCZT3Np9 { width:320px;height:67.1875px;top:635px;left:0px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vFy8LDfOFaF252hnKqSJ0aKW4n3WiDJv { width:320px;height:67.1875px;top:834px;left:0px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ICorBc0XDpxTlJCiMtaQpAiL8cUsPdPy { width:320px;height:167.16417910448px;top:921px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #GQbBcSvyfedgTS346Z39ekkXmw58TPsi { display:flex;width:54px;height:54px;top:1108.1641791045px;left:133px; }
 }@media only screen and (max-width: 763px) { #bdUmE6vcOilaqNTKnwP0gKwyLarzLVxg { display:flex;width:54px;height:54px;top:1182.1641791045px;left:133px; }
 }@media only screen and (max-width: 763px) { #nzP5ZRFKumIMNLTJs1PwvNx2zHuBZhzI { display:flex;width:54px;height:54px;top:1256.1641791045px;left:133px; }
 }@media only screen and (max-width: 763px) { #X8Fhyo0hTT1Phlfn2ehVw1X7IsvEPFhS { display:block; }#X8Fhyo0hTT1Phlfn2ehVw1X7IsvEPFhS > .row .container { width:320px;height:1192px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V7amm2WwRiKN3fiz5dD0Vsma5W9LyzDE { width:85px;height:48px;top:131px;left:158px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #OKWggIAJ186T0KblkFNfrRUFcF2rPlEV { width:66px;height:48px;top:131px;left:248px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #U77KEbzD7G4bIqiv51aAohx03UauwVgt { width:218px;height:146px;top:763.93px;left:51px;display:block; }
 }@media only screen and (max-width: 763px) { #l6nLH03hSKkvEnl0fQfkfdAzoZNCprqi { width:229px;height:0;top:336px;left:45px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #eUWTf5ZiAtD8Tw6BB96uPeenAyyqDTBI { width:196px;height:0;top:199px;left:62px;font-size:26px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lixQam6nPsQR3hq75bLOk38Cv9SLAxab { display:flex;width:65px;height:65px;top:505.375px;left:127px; }
 }@media only screen and (max-width: 763px) { #lETdL6Vl8gikZrxsNmncy7yApOqOu8bR { width:219px;height:0;top:929.93px;left:50px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #RORWzN7pL0wyLmJaaHOek7kAJZVDHiIb { width:219px;height:0;top:590.375px;left:50px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #w46kLbeS8cGf25TxtuvS3r6etc6scUuz { width:215px;height:0;top:383px;left:52px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Tml5PTT2qMyHZl2E7ddpBhvFcvf0Tu5p { display:block; }#Tml5PTT2qMyHZl2E7ddpBhvFcvf0Tu5p > .row .container { width:320px;height:70px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QCd9zd1BbhyvypHgxNZlHEPfKFkZD7Ku { width:320px;height:39px;top:20px;left:0px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #g59SvChVlv9fxKsTUGDsHtzAfWITTGSg { display:block; }#g59SvChVlv9fxKsTUGDsHtzAfWITTGSg > .row .container { width:320px;height:1753px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h1b92wx3kViocbohZc3vAHW6sry25mxC { width:300px;height:34px;top:211px;left:10px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #uG9Hm2qXqAZ96pE7yogN8Tv6JShVqy8w { width:275px;height:100.781px;top:259px;left:22px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #OsR71B022CAWiUKHB6WHoTaQvWNL5kWp { width:273px;height:100.781px;top:670px;left:24px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #EbV2mgTNXugp0NK5rVmW8LocneTqVTfH { width:303px;height:34px;top:625px;left:9px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #FQerGOSdtxnE9PMnNk6T9b4iZezuPaVq { width:268px;height:100.781px;top:1078px;left:27px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #WrdFdIk4wfMB9CqXzC4VLiiFH6vvlnsT { width:293px;height:34px;top:1031px;left:14px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #uOCvRDdApX4vLPhL24KsUaXHwtk0u3ez { width:242px;height:181px;top:1485px;left:39px;display:block; }
 }@media only screen and (max-width: 763px) { #ogJRhFklPJJqaUbNVnTpy2ifJ8K9zS5G { width:239px;height:134px;top:1331px;left:40px;display:block; }
 }@media only screen and (max-width: 763px) { #maNK5LaPc3UPFDiJg702SxmoAm8CNlvT { width:203px;height:113px;top:1198px;left:58px;display:block; }
 }@media only screen and (max-width: 763px) { #CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee { background-color:transparent;background-image:url("https://images.assets-landingi.com/YGvdihCe/Family3mob.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee.adaptive-delivery-prevent-bg, #CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee.lazyload, #CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee.lazyloading { background-image: none; }#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee > .row .container { background-color: transparent; background-image: none; }#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.35); }#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee > .row .container > .video-iframe-container { display: none; }#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.35); }#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee > .row > .video-iframe-container { display: none; }#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee > .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); }#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee > .row .container { width:320px;height:562px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oN3698tMHLnCCgTVHnewdPf39eG6Rhyy { width:320px;height:96px;top:108px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #WcECkAavzr56UUrMgcUNqeT7QRdz09Vk { width:312px;height:100.781px;top:225px;left:3px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #rVHN7s92T9ua7dKwcAIfOzfiDs7hMHro { width:201px;height:65px;top:366px;left:60.5px;display:block; }
 }@media only screen and (max-width: 763px) { #ZU59H9p7CUvcXXF0z2bAseuGxwdZMWRp { display:block; }
 }