.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;
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0px;left:0px;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UXSS3tAftzaAqQXqdkxh5PZgRVxCeUyy { position:relative;display:block; }#UXSS3tAftzaAqQXqdkxh5PZgRVxCeUyy { background-color: transparent; background-image: none; }#UXSS3tAftzaAqQXqdkxh5PZgRVxCeUyy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UXSS3tAftzaAqQXqdkxh5PZgRVxCeUyy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UXSS3tAftzaAqQXqdkxh5PZgRVxCeUyy > .row .container > .video-iframe-container { display: none; }#UXSS3tAftzaAqQXqdkxh5PZgRVxCeUyy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UXSS3tAftzaAqQXqdkxh5PZgRVxCeUyy > .row > .video-iframe-container { display: none; }#UXSS3tAftzaAqQXqdkxh5PZgRVxCeUyy > .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); }#UXSS3tAftzaAqQXqdkxh5PZgRVxCeUyy { border-width: 0; border-radius: 0; }#UXSS3tAftzaAqQXqdkxh5PZgRVxCeUyy > .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; }#UXSS3tAftzaAqQXqdkxh5PZgRVxCeUyy > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/a68a0787-e6be-46b7-b087-0b1a0a9220b5/TOY_DES_EL_2024_HUB_BTS_IMG_bZ4X_7.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:14px;font-family:arial;height:710px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#UXSS3tAftzaAqQXqdkxh5PZgRVxCeUyy > .row .container.adaptive-delivery-prevent-bg, #UXSS3tAftzaAqQXqdkxh5PZgRVxCeUyy > .row .container.lazyload, #UXSS3tAftzaAqQXqdkxh5PZgRVxCeUyy > .row .container.lazyloading { background-image: none; }#PXVERnpMtkEhkVq7rylWDv4SOWzxxO6M { box-sizing:content-box;height:432px;width:1200px;position:absolute;display:block;z-index:14990;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0.73), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0.73), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0.73), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0.73), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ba000000', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ba000000', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(0,0,0,0.73), rgba(0,0,0,0));background-size:auto !important;top:0px;left:0px;display:block; }
#r2nyn2TbF7Vwsx14xuFVOWKqR5GWuRKL .widget-form-header {  }
#r2nyn2TbF7Vwsx14xuFVOWKqR5GWuRKL .widget-regular-label { height:auto;display:block;font-family:arial;font-size:14px;font-weight:400;color:#000000;width:365px;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal;line-height:1.8;overflow:hidden; }
#r2nyn2TbF7Vwsx14xuFVOWKqR5GWuRKL .widget-input-text { border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;background-color:#f3f3f3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:365px;box-sizing:border-box;height:41px;color:#6a6b70;font-size:14px;overflow:hidden;font-family:arial; }
#r2nyn2TbF7Vwsx14xuFVOWKqR5GWuRKL .widget-input-text {padding-top: 0; padding-bottom: 0;}#r2nyn2TbF7Vwsx14xuFVOWKqR5GWuRKL .widget-textarea { border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;background-color:#f3f3f3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:365px;box-sizing:border-box;height:70px;color:#6a6b70;font-size:14px;overflow:hidden;font-family:arial; }
#r2nyn2TbF7Vwsx14xuFVOWKqR5GWuRKL .widget-input-select { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:365px;box-sizing:border-box;height:40px;color:#161616;font-family:arial;font-size:14px;overflow:hidden; }
#r2nyn2TbF7Vwsx14xuFVOWKqR5GWuRKL .widget-input-select {padding-top: 0; padding-bottom: 0;}#r2nyn2TbF7Vwsx14xuFVOWKqR5GWuRKL .widget-input-checkbox { width:16px;height:16px;box-sizing:border-box;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px; }
#r2nyn2TbF7Vwsx14xuFVOWKqR5GWuRKL .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#r2nyn2TbF7Vwsx14xuFVOWKqR5GWuRKL .widget-input-button { border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;background-color:#ff0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:226px;margin-bottom:4px;margin-left:0;display:block;box-sizing:border-box;font-size:18px;font-weight:bold;color:#ffffff;width:182px;height:50px;font-family:arial;overflow:hidden;line-height:1.5; }
#r2nyn2TbF7Vwsx14xuFVOWKqR5GWuRKL [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:arial;font-size:14px; }
#r2nyn2TbF7Vwsx14xuFVOWKqR5GWuRKL [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:arial;font-size:14px; }
#r2nyn2TbF7Vwsx14xuFVOWKqR5GWuRKL [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:arial;font-size:14px; }
#r2nyn2TbF7Vwsx14xuFVOWKqR5GWuRKL [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:arial;font-size:14px; }
#r2nyn2TbF7Vwsx14xuFVOWKqR5GWuRKL .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:arial;line-height:1.3;font-size:12px;font-weight:300;color:#000000;vertical-align:top;width:343px;overflow:hidden;font-style:normal; }
#r2nyn2TbF7Vwsx14xuFVOWKqR5GWuRKL .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;vertical-align:middle; }
#r2nyn2TbF7Vwsx14xuFVOWKqR5GWuRKL .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:18px;vertical-align:middle;font-family:arial;font-size:12px;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#r2nyn2TbF7Vwsx14xuFVOWKqR5GWuRKL .widget-container { padding-top:4px;padding-right:0;padding-bottom:4px;padding-left:0;width:100%;font-size:0;height:auto; }
#r2nyn2TbF7Vwsx14xuFVOWKqR5GWuRKL .widget-container:first-of-type{padding-top:0;}#r2nyn2TbF7Vwsx14xuFVOWKqR5GWuRKL .widget-container:last-of-type{padding-bottom:0;}#r2nyn2TbF7Vwsx14xuFVOWKqR5GWuRKL  { background-color:#ffffff;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:365px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-left-radius:16px;border-top-right-radius:16px;border-bottom-left-radius:16px;border-bottom-right-radius:16px;position:absolute;top:53.734375px;left:737.5px; }
#r2nyn2TbF7Vwsx14xuFVOWKqR5GWuRKL .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:365px; }
#r2nyn2TbF7Vwsx14xuFVOWKqR5GWuRKL .widget-info-text { display:block;height:auto;font-family:arial;font-size:17px;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#r2nyn2TbF7Vwsx14xuFVOWKqR5GWuRKL {display:block;}#r2nyn2TbF7Vwsx14xuFVOWKqR5GWuRKL { background-color:#ffffff;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:365px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-left-radius:16px;border-top-right-radius:16px;border-bottom-left-radius:16px;border-bottom-right-radius:16px;position:absolute;top:53.734375px;left:737.5px; }
#r2nyn2TbF7Vwsx14xuFVOWKqR5GWuRKL #zyhg0zx4VI1He6uRLmtD8ba0TnPTputq { position:relative;display:block;z-index:15000; }
#r2nyn2TbF7Vwsx14xuFVOWKqR5GWuRKL #o2aZLTsyFWK3FI8xeqFMJUhMfVFD7tFi { position:relative;display:block;z-index:15000; }
#r2nyn2TbF7Vwsx14xuFVOWKqR5GWuRKL #syAskLepiXKq3vFbg4hugKhfXJ7wCSm2 { position:relative; }
#r2nyn2TbF7Vwsx14xuFVOWKqR5GWuRKL #dTpMz8EbuTtlfuO0K2CVTlAIQLllP8Tt { position:relative;display:block; }
#r2nyn2TbF7Vwsx14xuFVOWKqR5GWuRKL #HEOR3uASdTdIX60aEC5rKvF3rrlXAsWm { position:relative; }
#r2nyn2TbF7Vwsx14xuFVOWKqR5GWuRKL #Wg3m9X2rdZt6pOxQauQBRn6w6fFrSkWN { position:relative; }
#r2nyn2TbF7Vwsx14xuFVOWKqR5GWuRKL #tF28iOEEXmWzGxzHhDuQKpOke7OqMsz9 { position:relative;display:block; }
#r2nyn2TbF7Vwsx14xuFVOWKqR5GWuRKL #r6kBT0zhOv7tsc8hXsbMF1U7wzNctgdp { position:relative; }
#r2nyn2TbF7Vwsx14xuFVOWKqR5GWuRKL #TTekhZct2bm4W2N6yFUxyqWkCK9hkrzl { position:relative; }
#r2nyn2TbF7Vwsx14xuFVOWKqR5GWuRKL #qOepuQAt9y850fIxMFNuK7rEA3BJ2CNa { position:relative;display:block; }
#r2nyn2TbF7Vwsx14xuFVOWKqR5GWuRKL #tH0T4IsVhL19l1KublFWwbCQScfgWUub { position:relative; }
#r2nyn2TbF7Vwsx14xuFVOWKqR5GWuRKL #FBZGiFPK3v1AqaSrpE6wZeVv2cqAw9ru { position:relative; }
#r2nyn2TbF7Vwsx14xuFVOWKqR5GWuRKL #XcqqoytQpFeNTtwTHyD757v5qC28h85i { position:relative;z-index:2; }
#r2nyn2TbF7Vwsx14xuFVOWKqR5GWuRKL #LofZTWhbVHnGbImOPtv1n30OLwOwWI72 { position:relative; }
#r2nyn2TbF7Vwsx14xuFVOWKqR5GWuRKL #Oe9xT3Tt93wNCJntBv8r98epnSWiEviB { position:relative; }
#r2nyn2TbF7Vwsx14xuFVOWKqR5GWuRKL #TbWNAOtw5zWvSxNHdUyMm60araNTMMft { position:relative; }
#F1MC1ov1EPL6Mzxy2HcKDy6npPTb5mFk { color:#000000;display:block;width:472px;position:absolute;font-family:arial;font-size:50px;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:191px;left:80.5px;height:130px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#p7RVXktK67bWIZdnFfa2SrH2ECZel0DG { box-sizing:content-box;height:103px;width:407px;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;top:528px;left:736.5px;border-top-right-radius:16px;border-bottom-right-radius:16px;border-bottom-left-radius:16px;border-top-left-radius:16px;display:block; }
#FOeXW5fMbQocXiz8JVWosiuPAGJ2RQyH { color:#000000;display:block;width:394px;position:absolute;font-family:arial;font-size:21px;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:546.78125px;left:750.5px;height:54.6px;display:block; }
#hpSMLCwKpf5EPn7p141lVQ0NSSFl1Cfe { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:81px;width:307px;top:64px;left:80.5px;overflow:hidden;display:block; }
#olXGo6L9Ac8hsskutvD905x32oTv99ry { box-sizing:content-box;height:10px;width:1000px;position:absolute;display:block;z-index:15006;background-color:#ff0000;background-image:none;top:0px;left:200px;display:block; }
#PVKkNTKBy9sPgNBglTd31tlqIsgHHs1O { position:relative;display:block; }#PVKkNTKBy9sPgNBglTd31tlqIsgHHs1O { background-color: transparent; background-image: none; }#PVKkNTKBy9sPgNBglTd31tlqIsgHHs1O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PVKkNTKBy9sPgNBglTd31tlqIsgHHs1O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PVKkNTKBy9sPgNBglTd31tlqIsgHHs1O > .row .container > .video-iframe-container { display: none; }#PVKkNTKBy9sPgNBglTd31tlqIsgHHs1O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PVKkNTKBy9sPgNBglTd31tlqIsgHHs1O > .row > .video-iframe-container { display: none; }#PVKkNTKBy9sPgNBglTd31tlqIsgHHs1O > .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); }#PVKkNTKBy9sPgNBglTd31tlqIsgHHs1O { border-width: 0; border-radius: 0; }#PVKkNTKBy9sPgNBglTd31tlqIsgHHs1O > .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; }#PVKkNTKBy9sPgNBglTd31tlqIsgHHs1O > .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:26px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#seIm6rTMyaRC4sOOoOrmcDM9MRa67VNh { position:relative;display:block; }#seIm6rTMyaRC4sOOoOrmcDM9MRa67VNh { background-color: transparent; background-image: none; }#seIm6rTMyaRC4sOOoOrmcDM9MRa67VNh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#seIm6rTMyaRC4sOOoOrmcDM9MRa67VNh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#seIm6rTMyaRC4sOOoOrmcDM9MRa67VNh > .row .container > .video-iframe-container { display: none; }#seIm6rTMyaRC4sOOoOrmcDM9MRa67VNh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#seIm6rTMyaRC4sOOoOrmcDM9MRa67VNh > .row > .video-iframe-container { display: none; }#seIm6rTMyaRC4sOOoOrmcDM9MRa67VNh > .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); }#seIm6rTMyaRC4sOOoOrmcDM9MRa67VNh { border-width: 0; border-radius: 0; }#seIm6rTMyaRC4sOOoOrmcDM9MRa67VNh > .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; }#seIm6rTMyaRC4sOOoOrmcDM9MRa67VNh > .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:539px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#J9PguGchy4HoDWPbz4UnVUNluBVlV9qe { color:#000000;display:block;width:466px;position:absolute;font-family:arial;font-size:28px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:47px;left:61.5px;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aFoB74CFCcatxAuwB6cHyLpJSoMrDDTn { color:#000000;display:block;width:466px;position:absolute;font-family:arial;font-size:18px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:130px;left:67px;height:23.4px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gCLkt8TVwwnlzXvGpg1Aqb3ACot9TiHE { 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:475px;width:478px;top:31px;left:661px;overflow:hidden;display:block; }
#ol4vqfW869BObfJxhTqu4E80EKGaw8km { box-sizing:content-box;height:40px;width:40px;position:absolute;border-top-right-radius:600px;border-bottom-right-radius:600px;border-bottom-left-radius:600px;border-top-left-radius:600px;display:block;z-index:15003;background-color:#ff0000;background-image:none;top:185px;left:61.5px;display:block; }
#ZkwDqXnc7lTFCTNcROQdGZ8FNowmyT9x { box-sizing:content-box;height:40px;width:40px;position:absolute;border-top-right-radius:600px;border-bottom-right-radius:600px;border-bottom-left-radius:600px;border-top-left-radius:600px;display:block;z-index:15004;background-color:#ff0000;background-image:none;top:285px;left:61.5px;display:block; }
#ffSSE8HKlSWdWFGsXHZ03R0GGELdPMeN { box-sizing:content-box;height:40px;width:40px;position:absolute;border-top-right-radius:600px;border-bottom-right-radius:600px;border-bottom-left-radius:600px;border-top-left-radius:600px;display:block;z-index:15005;background-color:#ff0000;background-image:none;top:402px;left:61.5px;display:block; }
#fA1NRWJSdb5wEebg1aZ60DVmxRAsdbWW { color:#000000;display:block;width:311px;position:absolute;font-family:arial;font-size:14px;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:196px;left:122.5px;height:72.8px;text-align:left;text-align-last:left;display:block; }
#TId50h5SUeb23DUTHggHVRLeTL4bdNVS { box-sizing:content-box;height:201px;width:3px;position:absolute;display:block;z-index:15007;background-color:#ff0040;background-image:none;top:204px;left:80px;display:block; }
#IAROX2Q7PQL8Do13TNS2hIXm56ccI0LS { color:#000000;display:block;width:324px;position:absolute;font-family:arial;font-size:14px;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:295.125px;left:122.5px;height:91px;display:block; }
#GLg3TdXK8XmTzrgAFH9FoImmF9Jr7QTZ { color:#000000;display:block;width:324px;position:absolute;font-family:arial;font-size:14px;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:411.0625px;left:122px;height:54.6px;display:block; }
#ysU8LVEcKUyh8nts23GO9JfznxwPEEoK { color:#000000;display:block;width:39px;position:absolute;font-family:arial;font-size:16px;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:194.59375px;left:62px;height:20.8px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Sy0tPMVoqFH8R7cAxaUERStMTweArABW { color:#000000;display:block;width:39px;position:absolute;font-family:arial;font-size:16px;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:294.59375px;left:61.5px;height:20.8px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xe2INphrslaFXMz29kzcSlw0Wg4p7WXR { color:#000000;display:block;width:39px;position:absolute;font-family:arial;font-size:16px;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:412.59375px;left:61.5px;height:20.8px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xCDmErm8aJP0r1FIOLCuLobVqkqEB4Bu { position:relative;display:block; }#xCDmErm8aJP0r1FIOLCuLobVqkqEB4Bu { background-color: transparent; background-image: none; }#xCDmErm8aJP0r1FIOLCuLobVqkqEB4Bu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xCDmErm8aJP0r1FIOLCuLobVqkqEB4Bu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xCDmErm8aJP0r1FIOLCuLobVqkqEB4Bu > .row .container > .video-iframe-container { display: none; }#xCDmErm8aJP0r1FIOLCuLobVqkqEB4Bu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xCDmErm8aJP0r1FIOLCuLobVqkqEB4Bu > .row > .video-iframe-container { display: none; }#xCDmErm8aJP0r1FIOLCuLobVqkqEB4Bu > .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); }#xCDmErm8aJP0r1FIOLCuLobVqkqEB4Bu { border-width: 0; border-radius: 0; }#xCDmErm8aJP0r1FIOLCuLobVqkqEB4Bu > .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; }#xCDmErm8aJP0r1FIOLCuLobVqkqEB4Bu > .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:26px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#HsUS5cwTHCttx8WXAZ6x2XrstimnT2l4 { position:relative;display:block; }#HsUS5cwTHCttx8WXAZ6x2XrstimnT2l4 { background-color: transparent; background-image: none; }#HsUS5cwTHCttx8WXAZ6x2XrstimnT2l4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HsUS5cwTHCttx8WXAZ6x2XrstimnT2l4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HsUS5cwTHCttx8WXAZ6x2XrstimnT2l4 > .row .container > .video-iframe-container { display: none; }#HsUS5cwTHCttx8WXAZ6x2XrstimnT2l4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HsUS5cwTHCttx8WXAZ6x2XrstimnT2l4 > .row > .video-iframe-container { display: none; }#HsUS5cwTHCttx8WXAZ6x2XrstimnT2l4 > .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); }#HsUS5cwTHCttx8WXAZ6x2XrstimnT2l4 { border-width: 0; border-radius: 0; }#HsUS5cwTHCttx8WXAZ6x2XrstimnT2l4 > .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; }#HsUS5cwTHCttx8WXAZ6x2XrstimnT2l4 > .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:852px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#AdH0gDg9p62yLJWMMnSRBbT4QAlNw7FO { 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:599px;width:474px;top:31px;left:57px;overflow:hidden;display:block; }
#lntKRUALonv2CgcWeLMdAtg8G6a5xTNZ { box-sizing:content-box;height:230px;width:474px;position:absolute;display:block;z-index:15001;background-color:#2c3f4d;background-image:none;top:621px;left:57px;display:block; }
#vrqcsqzw3pnlnpgShBRkKT1Zo740UC1u { color:#000000;display:block;width:408px;position:absolute;font-family:arial;font-size:14px;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:653px;left:90px;height:18.2px;display:block; }
#bJnktrEbnWTLEG2lBTIEPz2AGKqwA27k { color:#000000;display:block;width:315px;position:absolute;font-family:arial;font-size:14px;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:687.90625px;left:90px;height:18.2px;display:block; }
#FuybLNwBlKLxpzwXgmrGgmRJ1NlXkLMt { color:#000000;display:block;width:315px;position:absolute;font-family:arial;font-size:14px;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:750.625px;left:90px;height:36.4px;display:block; }
#AP2R7bsxk6EdD8gpQWAFyrriTdo06uKa { color:#000000;display:block;width:466px;position:absolute;font-family:arial;font-size:28px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:88px;left:667px;height:109.2px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vxu4aDCa5MstXInMS3NnFDSSunl1b2Mx { color:#000000;display:block;width:468px;position:absolute;font-family:arial;font-size:14px;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:221px;left:666px;height:72.8px;display:block; }
#Upva6Sz59aLyzGHJapuSuQPvvkDCH6py { color:#000000;display:block;width:444px;position:absolute;font-family:arial;font-size:14px;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:320px;left:685px;height:54.6px;display:block; }
#ohMQqtTAaUXQ1zAdTZ1W8lQ5FqE8VoW8 { color:#000000;display:block;width:444px;position:absolute;font-family:arial;font-size:14px;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:390.5625px;left:684px;height:54.6px;display:block; }
#xJ3UdJXTpweNNOzJh8vkuaKC3iUF0N7e { color:#000000;display:block;width:444px;position:absolute;font-family:arial;font-size:14px;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:461.125px;left:685px;height:72.8px;display:block; }
#fLoat8V1s0CMG8wZBNwTon31MWW4Gb9d { color:#000000;display:block;width:444px;position:absolute;font-family:arial;font-size:14px;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:548.875px;left:685px;height:36.4px;display:block; }
#Ww2evDeuy6hGJiHE4wp113n5TUnvVIxT { box-sizing:content-box;height:55px;width:3px;position:absolute;display:block;z-index:15012;background-color:#ff0041;background-image:none;top:319.78125px;left:667px;display:block; }
#rIaZa8yVWRONlMVPP9lU92auyX0dTPmN { box-sizing:content-box;height:55px;width:3px;position:absolute;display:block;z-index:15013;background-color:#ff0041;background-image:none;top:390.34375px;left:667px;display:block; }
#XVv98aZX1O2G4iNO6LNAPUXoD5dIMwF3 { box-sizing:content-box;height:73px;width:3px;position:absolute;display:block;z-index:15014;background-color:#ff0041;background-image:none;top:461px;left:666px;display:block; }
#Cahe7c3W203kqedrZBDp6XCdq6CkrVeZ { box-sizing:content-box;height:36px;width:3px;position:absolute;display:block;z-index:15015;background-color:#ff0041;background-image:none;top:549px;left:666px;display:block; }
#fhmOTGJpmCwvNNGluqeIR2l6BdJ4qbUG { background-color:#ff0000;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:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:arial;font-size:14px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:253px;height:52px;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:654.89999389648px;left:667.00003051758px;display:block; }
#AeHgoWpTOn0BafArenJCRluzE8A3z4vt { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#pUTITX5h09JclniCbwAfxsBkPWTkfz4Z { color:#000000;display:block;width:315px;position:absolute;font-family:arial;font-size:14px;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:720.46875px;left:90px;height:36.4px;display:block; }
#MrGFRSe7kn4v7y7DeTBl5AZyocbM5I87 { background-color:#ff0000;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:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:arial;font-size:15px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:211px;height:23px;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:798.23333740234px;left:90px;display:block; }
#OzTf53cguVoEr67t3zT1NE1ZJ5apBfpM { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #UXSS3tAftzaAqQXqdkxh5PZgRVxCeUyy { display:block; }#UXSS3tAftzaAqQXqdkxh5PZgRVxCeUyy > .row .container { width:764px;height:673px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #PXVERnpMtkEhkVq7rylWDv4SOWzxxO6M { width:764px;height:447px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 1199px) { #r2nyn2TbF7Vwsx14xuFVOWKqR5GWuRKL .widget-regular-label { width:276px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#r2nyn2TbF7Vwsx14xuFVOWKqR5GWuRKL .widget-input-text { width:276px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#r2nyn2TbF7Vwsx14xuFVOWKqR5GWuRKL .widget-input-text {padding-top: 0; padding-bottom: 0;}#r2nyn2TbF7Vwsx14xuFVOWKqR5GWuRKL .widget-textarea { width:276px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#r2nyn2TbF7Vwsx14xuFVOWKqR5GWuRKL .widget-input-select { width:276px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#r2nyn2TbF7Vwsx14xuFVOWKqR5GWuRKL .widget-input-select {padding-top: 0; padding-bottom: 0;}#r2nyn2TbF7Vwsx14xuFVOWKqR5GWuRKL .widget-input-button { width:138px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#r2nyn2TbF7Vwsx14xuFVOWKqR5GWuRKL .widget-checkbox-label { width:254px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#r2nyn2TbF7Vwsx14xuFVOWKqR5GWuRKL  { width:276px;height:auto;top:34.375px;left:426px; }
#r2nyn2TbF7Vwsx14xuFVOWKqR5GWuRKL .radio-container { width:276px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#r2nyn2TbF7Vwsx14xuFVOWKqR5GWuRKL {display:block;}#r2nyn2TbF7Vwsx14xuFVOWKqR5GWuRKL { width:276px;height:auto;top:34.375px;left:426px; }
 }@media only screen and (max-width: 1199px) { #r2nyn2TbF7Vwsx14xuFVOWKqR5GWuRKL #zyhg0zx4VI1He6uRLmtD8ba0TnPTputq {  }
 }@media only screen and (max-width: 1199px) { #r2nyn2TbF7Vwsx14xuFVOWKqR5GWuRKL #o2aZLTsyFWK3FI8xeqFMJUhMfVFD7tFi {  }
 }@media only screen and (max-width: 1199px) { #r2nyn2TbF7Vwsx14xuFVOWKqR5GWuRKL #syAskLepiXKq3vFbg4hugKhfXJ7wCSm2 {  }
 }@media only screen and (max-width: 1199px) { #r2nyn2TbF7Vwsx14xuFVOWKqR5GWuRKL #dTpMz8EbuTtlfuO0K2CVTlAIQLllP8Tt { display:block; }
 }@media only screen and (max-width: 1199px) { #r2nyn2TbF7Vwsx14xuFVOWKqR5GWuRKL #HEOR3uASdTdIX60aEC5rKvF3rrlXAsWm {  }
 }@media only screen and (max-width: 1199px) { #r2nyn2TbF7Vwsx14xuFVOWKqR5GWuRKL #Wg3m9X2rdZt6pOxQauQBRn6w6fFrSkWN {  }
 }@media only screen and (max-width: 1199px) { #r2nyn2TbF7Vwsx14xuFVOWKqR5GWuRKL #tF28iOEEXmWzGxzHhDuQKpOke7OqMsz9 { display:block; }
 }@media only screen and (max-width: 1199px) { #r2nyn2TbF7Vwsx14xuFVOWKqR5GWuRKL #r6kBT0zhOv7tsc8hXsbMF1U7wzNctgdp {  }
 }@media only screen and (max-width: 1199px) { #r2nyn2TbF7Vwsx14xuFVOWKqR5GWuRKL #TTekhZct2bm4W2N6yFUxyqWkCK9hkrzl {  }
 }@media only screen and (max-width: 1199px) { #r2nyn2TbF7Vwsx14xuFVOWKqR5GWuRKL #qOepuQAt9y850fIxMFNuK7rEA3BJ2CNa { display:block; }
 }@media only screen and (max-width: 1199px) { #r2nyn2TbF7Vwsx14xuFVOWKqR5GWuRKL #tH0T4IsVhL19l1KublFWwbCQScfgWUub {  }
 }@media only screen and (max-width: 1199px) { #r2nyn2TbF7Vwsx14xuFVOWKqR5GWuRKL #FBZGiFPK3v1AqaSrpE6wZeVv2cqAw9ru {  }
 }@media only screen and (max-width: 1199px) { #r2nyn2TbF7Vwsx14xuFVOWKqR5GWuRKL #XcqqoytQpFeNTtwTHyD757v5qC28h85i {  }
 }@media only screen and (max-width: 1199px) { #r2nyn2TbF7Vwsx14xuFVOWKqR5GWuRKL #LofZTWhbVHnGbImOPtv1n30OLwOwWI72 {  }
 }@media only screen and (max-width: 1199px) { #r2nyn2TbF7Vwsx14xuFVOWKqR5GWuRKL #Oe9xT3Tt93wNCJntBv8r98epnSWiEviB {  }
 }@media only screen and (max-width: 1199px) { #r2nyn2TbF7Vwsx14xuFVOWKqR5GWuRKL #TbWNAOtw5zWvSxNHdUyMm60araNTMMft {  }
 }@media only screen and (max-width: 1199px) { #F1MC1ov1EPL6Mzxy2HcKDy6npPTb5mFk { width:389px;height:106px;top:209.671875px;left:20px;font-size:41px;display:block; }
 }@media only screen and (max-width: 1199px) { #p7RVXktK67bWIZdnFfa2SrH2ECZel0DG { width:316px;height:73px;top:560px;left:426px;display:block; }
 }@media only screen and (max-width: 1199px) { #FOeXW5fMbQocXiz8JVWosiuPAGJ2RQyH { width:304px;height:40px;top:572.0625px;left:434px;font-size:16px;display:block; }
 }@media only screen and (max-width: 1199px) { #hpSMLCwKpf5EPn7p141lVQ0NSSFl1Cfe { width:289px;height:75px;top:79px;left:20px;display:block; }
 }@media only screen and (max-width: 1199px) { #olXGo6L9Ac8hsskutvD905x32oTv99ry { width:764px;height:10px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 1199px) { #PVKkNTKBy9sPgNBglTd31tlqIsgHHs1O { display:block; }#PVKkNTKBy9sPgNBglTd31tlqIsgHHs1O > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #seIm6rTMyaRC4sOOoOrmcDM9MRa67VNh { display:block; }#seIm6rTMyaRC4sOOoOrmcDM9MRa67VNh > .row .container { width:764px;height:481px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #J9PguGchy4HoDWPbz4UnVUNluBVlV9qe { width:466px;height:;top:47px;left:0px;font-size:28px;display:block; }
 }@media only screen and (max-width: 1199px) { #aFoB74CFCcatxAuwB6cHyLpJSoMrDDTn { width:466px;height:23px;top:130px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 1199px) { #gCLkt8TVwwnlzXvGpg1Aqb3ACot9TiHE { width:315px;height:313px;top:47px;left:427px;display:block; }
 }@media only screen and (max-width: 1199px) { #ol4vqfW869BObfJxhTqu4E80EKGaw8km { width:40px;height:40px;top:185px;left:0px;display:block; }
 }@media only screen and (max-width: 1199px) { #ZkwDqXnc7lTFCTNcROQdGZ8FNowmyT9x { width:40px;height:40px;top:285px;left:0px;display:block; }
 }@media only screen and (max-width: 1199px) { #ffSSE8HKlSWdWFGsXHZ03R0GGELdPMeN { width:40px;height:40px;top:389px;left:0px;display:block; }
 }@media only screen and (max-width: 1199px) { #fA1NRWJSdb5wEebg1aZ60DVmxRAsdbWW { width:324px;height:72px;top:194px;left:59px;font-size:14px;display:block; }
 }@media only screen and (max-width: 1199px) { #TId50h5SUeb23DUTHggHVRLeTL4bdNVS { width:3px;height:177px;top:214.5px;left:18.5px;display:block; }
 }@media only screen and (max-width: 1199px) { #IAROX2Q7PQL8Do13TNS2hIXm56ccI0LS { width:324px;height:90px;top:285px;left:59px;font-size:14px;display:block; }
 }@media only screen and (max-width: 1199px) { #GLg3TdXK8XmTzrgAFH9FoImmF9Jr7QTZ { width:324px;height:54px;top:399px;left:59px;font-size:14px;display:block; }
 }@media only screen and (max-width: 1199px) { #ysU8LVEcKUyh8nts23GO9JfznxwPEEoK { width:39px;height:20px;top:194px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 1199px) { #Sy0tPMVoqFH8R7cAxaUERStMTweArABW { width:39px;height:20px;top:294px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 1199px) { #xe2INphrslaFXMz29kzcSlw0Wg4p7WXR { width:39px;height:20px;top:398px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 1199px) { #xCDmErm8aJP0r1FIOLCuLobVqkqEB4Bu { display:block; }#xCDmErm8aJP0r1FIOLCuLobVqkqEB4Bu > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #HsUS5cwTHCttx8WXAZ6x2XrstimnT2l4 { display:block; }#HsUS5cwTHCttx8WXAZ6x2XrstimnT2l4 > .row .container { width:764px;height:759px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #AdH0gDg9p62yLJWMMnSRBbT4QAlNw7FO { width:282px;height:357px;top:18.5625px;left:0px;display:block; }
 }@media only screen and (max-width: 1199px) { #lntKRUALonv2CgcWeLMdAtg8G6a5xTNZ { width:282px;height:390px;top:368px;left:0px;display:block; }
 }@media only screen and (max-width: 1199px) { #vrqcsqzw3pnlnpgShBRkKT1Zo740UC1u { width:255px;height:18px;top:411.125px;left:10px;font-size:14px;display:block; }
 }@media only screen and (max-width: 1199px) { #bJnktrEbnWTLEG2lBTIEPz2AGKqwA27k { width:262px;height:18px;top:449.3125px;left:10px;font-size:14px;display:block; }
 }@media only screen and (max-width: 1199px) { #FuybLNwBlKLxpzwXgmrGgmRJ1NlXkLMt { width:252px;height:54px;top:533.71875px;left:10px;font-size:14px;display:block; }
 }@media only screen and (max-width: 1199px) { #AP2R7bsxk6EdD8gpQWAFyrriTdo06uKa { width:458px;height:108px;top:58px;left:306px;font-size:28px;display:block; }
 }@media only screen and (max-width: 1199px) { #vxu4aDCa5MstXInMS3NnFDSSunl1b2Mx { width:459px;height:72px;top:183px;left:305px;font-size:14px;display:block; }
 }@media only screen and (max-width: 1199px) { #Upva6Sz59aLyzGHJapuSuQPvvkDCH6py { width:444px;height:54px;top:285px;left:320px;font-size:14px;display:block; }
 }@media only screen and (max-width: 1199px) { #ohMQqtTAaUXQ1zAdTZ1W8lQ5FqE8VoW8 { width:444px;height:54px;top:359.5625px;left:320px;font-size:14px;display:block; }
 }@media only screen and (max-width: 1199px) { #xJ3UdJXTpweNNOzJh8vkuaKC3iUF0N7e { width:444px;height:72px;top:437.75px;left:320px;font-size:14px;display:block; }
 }@media only screen and (max-width: 1199px) { #fLoat8V1s0CMG8wZBNwTon31MWW4Gb9d { width:444px;height:36px;top:530.5px;left:320px;font-size:14px;display:block; }
 }@media only screen and (max-width: 1199px) { #Ww2evDeuy6hGJiHE4wp113n5TUnvVIxT { width:3px;height:55px;top:284.78125px;left:306px;display:block; }
 }@media only screen and (max-width: 1199px) { #rIaZa8yVWRONlMVPP9lU92auyX0dTPmN { width:3px;height:55px;top:360px;left:306px;display:block; }
 }@media only screen and (max-width: 1199px) { #XVv98aZX1O2G4iNO6LNAPUXoD5dIMwF3 { width:3px;height:73px;top:435.34375px;left:306px;display:block; }
 }@media only screen and (max-width: 1199px) { #Cahe7c3W203kqedrZBDp6XCdq6CkrVeZ { width:3px;height:36px;top:530.28125px;left:306px;display:block; }
 }@media only screen and (max-width: 1199px) { #fhmOTGJpmCwvNNGluqeIR2l6BdJ4qbUG { width:253px;height:52px;top:643px;left:306px;display:block; }
 }@media only screen and (max-width: 1199px) { #AeHgoWpTOn0BafArenJCRluzE8A3z4vt { display:block; }
 }@media only screen and (max-width: 1199px) { #pUTITX5h09JclniCbwAfxsBkPWTkfz4Z { width:262px;height:36px;top:487.5px;left:10px;font-size:14px;display:block; }
 }@media only screen and (max-width: 1199px) { #MrGFRSe7kn4v7y7DeTBl5AZyocbM5I87 { width:211px;height:23px;top:798px;left:0px;display:block; }
 }@media only screen and (max-width: 1199px) { #OzTf53cguVoEr67t3zT1NE1ZJ5apBfpM { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #UXSS3tAftzaAqQXqdkxh5PZgRVxCeUyy { display:block; }#UXSS3tAftzaAqQXqdkxh5PZgRVxCeUyy { background-color: transparent; background-image: none; }#UXSS3tAftzaAqQXqdkxh5PZgRVxCeUyy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UXSS3tAftzaAqQXqdkxh5PZgRVxCeUyy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UXSS3tAftzaAqQXqdkxh5PZgRVxCeUyy > .row .container > .video-iframe-container { display: none; }#UXSS3tAftzaAqQXqdkxh5PZgRVxCeUyy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UXSS3tAftzaAqQXqdkxh5PZgRVxCeUyy > .row > .video-iframe-container { display: none; }#UXSS3tAftzaAqQXqdkxh5PZgRVxCeUyy > .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); }#UXSS3tAftzaAqQXqdkxh5PZgRVxCeUyy > .row .container { width:320px;height:1028px;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/a68a0787-e6be-46b7-b087-0b1a0a9220b5/TOY_DES_EL_2024_HUB_BTS_IMG_bZ4X_7.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#UXSS3tAftzaAqQXqdkxh5PZgRVxCeUyy > .row .container.adaptive-delivery-prevent-bg, #UXSS3tAftzaAqQXqdkxh5PZgRVxCeUyy > .row .container.lazyload, #UXSS3tAftzaAqQXqdkxh5PZgRVxCeUyy > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #PXVERnpMtkEhkVq7rylWDv4SOWzxxO6M { width:320px;height:299px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #r2nyn2TbF7Vwsx14xuFVOWKqR5GWuRKL .widget-regular-label { width:260px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#r2nyn2TbF7Vwsx14xuFVOWKqR5GWuRKL .widget-input-text { width:260px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#r2nyn2TbF7Vwsx14xuFVOWKqR5GWuRKL .widget-input-text {padding-top: 0; padding-bottom: 0;}#r2nyn2TbF7Vwsx14xuFVOWKqR5GWuRKL .widget-textarea { width:260px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#r2nyn2TbF7Vwsx14xuFVOWKqR5GWuRKL .widget-input-select { width:260px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#r2nyn2TbF7Vwsx14xuFVOWKqR5GWuRKL .widget-input-select {padding-top: 0; padding-bottom: 0;}#r2nyn2TbF7Vwsx14xuFVOWKqR5GWuRKL .widget-input-button { width:130px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#r2nyn2TbF7Vwsx14xuFVOWKqR5GWuRKL .widget-checkbox-label { width:238px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#r2nyn2TbF7Vwsx14xuFVOWKqR5GWuRKL  { width:260px;height:auto;top:458.1875px;left:10px; }
#r2nyn2TbF7Vwsx14xuFVOWKqR5GWuRKL .radio-container { width:260px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#r2nyn2TbF7Vwsx14xuFVOWKqR5GWuRKL {display:block;}#r2nyn2TbF7Vwsx14xuFVOWKqR5GWuRKL { width:260px;height:auto;top:458.1875px;left:10px; }
 }@media only screen and (max-width: 763px) { #r2nyn2TbF7Vwsx14xuFVOWKqR5GWuRKL #zyhg0zx4VI1He6uRLmtD8ba0TnPTputq {  }
 }@media only screen and (max-width: 763px) { #r2nyn2TbF7Vwsx14xuFVOWKqR5GWuRKL #o2aZLTsyFWK3FI8xeqFMJUhMfVFD7tFi {  }
 }@media only screen and (max-width: 763px) { #r2nyn2TbF7Vwsx14xuFVOWKqR5GWuRKL #syAskLepiXKq3vFbg4hugKhfXJ7wCSm2 {  }
 }@media only screen and (max-width: 763px) { #r2nyn2TbF7Vwsx14xuFVOWKqR5GWuRKL #dTpMz8EbuTtlfuO0K2CVTlAIQLllP8Tt {  }
 }@media only screen and (max-width: 763px) { #r2nyn2TbF7Vwsx14xuFVOWKqR5GWuRKL #HEOR3uASdTdIX60aEC5rKvF3rrlXAsWm {  }
 }@media only screen and (max-width: 763px) { #r2nyn2TbF7Vwsx14xuFVOWKqR5GWuRKL #Wg3m9X2rdZt6pOxQauQBRn6w6fFrSkWN {  }
 }@media only screen and (max-width: 763px) { #r2nyn2TbF7Vwsx14xuFVOWKqR5GWuRKL #tF28iOEEXmWzGxzHhDuQKpOke7OqMsz9 {  }
 }@media only screen and (max-width: 763px) { #r2nyn2TbF7Vwsx14xuFVOWKqR5GWuRKL #r6kBT0zhOv7tsc8hXsbMF1U7wzNctgdp {  }
 }@media only screen and (max-width: 763px) { #r2nyn2TbF7Vwsx14xuFVOWKqR5GWuRKL #TTekhZct2bm4W2N6yFUxyqWkCK9hkrzl {  }
 }@media only screen and (max-width: 763px) { #r2nyn2TbF7Vwsx14xuFVOWKqR5GWuRKL #qOepuQAt9y850fIxMFNuK7rEA3BJ2CNa {  }
 }@media only screen and (max-width: 763px) { #r2nyn2TbF7Vwsx14xuFVOWKqR5GWuRKL #tH0T4IsVhL19l1KublFWwbCQScfgWUub {  }
 }@media only screen and (max-width: 763px) { #r2nyn2TbF7Vwsx14xuFVOWKqR5GWuRKL #FBZGiFPK3v1AqaSrpE6wZeVv2cqAw9ru {  }
 }@media only screen and (max-width: 763px) { #r2nyn2TbF7Vwsx14xuFVOWKqR5GWuRKL #XcqqoytQpFeNTtwTHyD757v5qC28h85i {  }
 }@media only screen and (max-width: 763px) { #r2nyn2TbF7Vwsx14xuFVOWKqR5GWuRKL #LofZTWhbVHnGbImOPtv1n30OLwOwWI72 {  }
 }@media only screen and (max-width: 763px) { #r2nyn2TbF7Vwsx14xuFVOWKqR5GWuRKL #Oe9xT3Tt93wNCJntBv8r98epnSWiEviB {  }
 }@media only screen and (max-width: 763px) { #r2nyn2TbF7Vwsx14xuFVOWKqR5GWuRKL #TbWNAOtw5zWvSxNHdUyMm60araNTMMft {  }
 }@media only screen and (max-width: 763px) { #F1MC1ov1EPL6Mzxy2HcKDy6npPTb5mFk { width:296px;height:72px;top:182px;left:12px;font-size:28px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p7RVXktK67bWIZdnFfa2SrH2ECZel0DG { width:299px;height:159px;top:282.6875px;left:10.5px;display:block; }
 }@media only screen and (max-width: 763px) { #FOeXW5fMbQocXiz8JVWosiuPAGJ2RQyH { width:265px;height:112px;top:307px;left:27.5px;font-size:22px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hpSMLCwKpf5EPn7p141lVQ0NSSFl1Cfe { width:295px;height:75px;top:57.75px;left:12px;display:block; }
 }@media only screen and (max-width: 763px) { #olXGo6L9Ac8hsskutvD905x32oTv99ry { width:320px;height:10px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #PVKkNTKBy9sPgNBglTd31tlqIsgHHs1O { display:block; }#PVKkNTKBy9sPgNBglTd31tlqIsgHHs1O > .row .container { width:320px;height:26px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #seIm6rTMyaRC4sOOoOrmcDM9MRa67VNh { display:block; }#seIm6rTMyaRC4sOOoOrmcDM9MRa67VNh > .row .container { width:320px;height:1070px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J9PguGchy4HoDWPbz4UnVUNluBVlV9qe { width:320px;height:108px;top:20px;left:0px;font-size:28px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aFoB74CFCcatxAuwB6cHyLpJSoMrDDTn { width:320px;height:46px;top:149.172px;left:0px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gCLkt8TVwwnlzXvGpg1Aqb3ACot9TiHE { width:320px;height:317.953px;top:747.1875px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ol4vqfW869BObfJxhTqu4E80EKGaw8km { width:40px;height:40px;top:215.9376px;left:140px;display:block; }
 }@media only screen and (max-width: 763px) { #ZkwDqXnc7lTFCTNcROQdGZ8FNowmyT9x { width:40px;height:40px;top:380.6875px;left:140px;display:block; }
 }@media only screen and (max-width: 763px) { #ffSSE8HKlSWdWFGsXHZ03R0GGELdPMeN { width:40px;height:40px;top:592.8125px;left:140px;display:block; }
 }@media only screen and (max-width: 763px) { #fA1NRWJSdb5wEebg1aZ60DVmxRAsdbWW { width:285px;height:90px;top:265.9375px;left:17.5px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TId50h5SUeb23DUTHggHVRLeTL4bdNVS { width:3px;height:201px;top:534.6876px;left:158px;display:none; }
 }@media only screen and (max-width: 763px) { #IAROX2Q7PQL8Do13TNS2hIXm56ccI0LS { width:285px;height:126px;top:432.6875px;left:18.5px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GLg3TdXK8XmTzrgAFH9FoImmF9Jr7QTZ { width:279px;height:72px;top:643.21875px;left:20.5px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ysU8LVEcKUyh8nts23GO9JfznxwPEEoK { width:39px;height:20px;top:225.53125px;left:140.5px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Sy0tPMVoqFH8R7cAxaUERStMTweArABW { width:39px;height:20px;top:391.6875px;left:140.5px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #xe2INphrslaFXMz29kzcSlw0Wg4p7WXR { width:39px;height:20px;top:603.40625px;left:141.5px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #xCDmErm8aJP0r1FIOLCuLobVqkqEB4Bu { display:block; }#xCDmErm8aJP0r1FIOLCuLobVqkqEB4Bu > .row .container { width:320px;height:26px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HsUS5cwTHCttx8WXAZ6x2XrstimnT2l4 { display:block; }#HsUS5cwTHCttx8WXAZ6x2XrstimnT2l4 > .row .container { width:320px;height:1646.46875px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AdH0gDg9p62yLJWMMnSRBbT4QAlNw7FO { width:320px;height:405.094px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #lntKRUALonv2CgcWeLMdAtg8G6a5xTNZ { width:320px;height:220px;top:1363.46875px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #vrqcsqzw3pnlnpgShBRkKT1Zo740UC1u { width:320px;height:18px;top:1392px;left:0.5px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bJnktrEbnWTLEG2lBTIEPz2AGKqwA27k { width:320px;height:18px;top:1428.1875px;left:0px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FuybLNwBlKLxpzwXgmrGgmRJ1NlXkLMt { width:320px;height:36px;top:1491.75px;left:0px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AP2R7bsxk6EdD8gpQWAFyrriTdo06uKa { width:285px;height:144px;top:419.1875px;left:17.5px;font-size:28px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vxu4aDCa5MstXInMS3NnFDSSunl1b2Mx { width:285px;height:108px;top:588.640625px;left:17.5px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Upva6Sz59aLyzGHJapuSuQPvvkDCH6py { width:273px;height:72px;top:716.578125px;left:29.5px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #ohMQqtTAaUXQ1zAdTZ1W8lQ5FqE8VoW8 { width:275px;height:90px;top:809.328125px;left:30px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #xJ3UdJXTpweNNOzJh8vkuaKC3iUF0N7e { width:277px;height:126px;top:920.265625px;left:27.5px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #fLoat8V1s0CMG8wZBNwTon31MWW4Gb9d { width:277px;height:72px;top:1067.5625px;left:26.5px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #Ww2evDeuy6hGJiHE4wp113n5TUnvVIxT { width:3px;height:73px;top:716.453125px;left:15.5px;display:block; }
 }@media only screen and (max-width: 763px) { #rIaZa8yVWRONlMVPP9lU92auyX0dTPmN { width:3px;height:91px;top:809.296875px;left:15px;display:block; }
 }@media only screen and (max-width: 763px) { #XVv98aZX1O2G4iNO6LNAPUXoD5dIMwF3 { width:3px;height:127px;top:920.40625px;left:15.5px;display:block; }
 }@media only screen and (max-width: 763px) { #Cahe7c3W203kqedrZBDp6XCdq6CkrVeZ { width:3px;height:73px;top:1067.4375px;left:15.5px;display:block; }
 }@media only screen and (max-width: 763px) { #fhmOTGJpmCwvNNGluqeIR2l6BdJ4qbUG { width:283px;height:52px;top:1252.328125px;left:18px;display:block; }
 }@media only screen and (max-width: 763px) { #AeHgoWpTOn0BafArenJCRluzE8A3z4vt { display:block; }
 }@media only screen and (max-width: 763px) { #pUTITX5h09JclniCbwAfxsBkPWTkfz4Z { width:315px;height:36px;top:1464.375px;left:2.5px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MrGFRSe7kn4v7y7DeTBl5AZyocbM5I87 { width:211px;height:23px;top:1603.46875px;left:54px;display:block; }
 }@media only screen and (max-width: 763px) { #OzTf53cguVoEr67t3zT1NE1ZJ5apBfpM { display:block; }
 }