.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:409px;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:409px;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:409px;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:409px;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:204px;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:407px;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:430px;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:64px;left:695.5px; }
#r2nyn2TbF7Vwsx14xuFVOWKqR5GWuRKL .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:409px; }
#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:430px;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:64px;left:695.5px; }
#r2nyn2TbF7Vwsx14xuFVOWKqR5GWuRKL #syAskLepiXKq3vFbg4hugKhfXJ7wCSm2 { position:relative; }
#r2nyn2TbF7Vwsx14xuFVOWKqR5GWuRKL #dTpMz8EbuTtlfuO0K2CVTlAIQLllP8Tt { position:relative;display:block; }
#r2nyn2TbF7Vwsx14xuFVOWKqR5GWuRKL #HEOR3uASdTdIX60aEC5rKvF3rrlXAsWm { position:relative; }
#r2nyn2TbF7Vwsx14xuFVOWKqR5GWuRKL #yZxgJPTrv4Pyl8pnhywHnP6sfnuTpMtL { position:relative; }
#r2nyn2TbF7Vwsx14xuFVOWKqR5GWuRKL #kffA75E6OvKwdLlT0VVaQV59PnlWDWUX { position:relative;display:block; }
#r2nyn2TbF7Vwsx14xuFVOWKqR5GWuRKL #fhAwz8bTXZgPSrpyh0tP53dCnIEZTnWx { position:relative; }
#r2nyn2TbF7Vwsx14xuFVOWKqR5GWuRKL #PNTaaxkZi8qoGeh6K2k6lHtGK0oO7lMi { position:relative; }
#r2nyn2TbF7Vwsx14xuFVOWKqR5GWuRKL #ldoZtmkruFMe486zI40d2i7Ksya2s3TI { position:relative;display:block; }
#r2nyn2TbF7Vwsx14xuFVOWKqR5GWuRKL #UeRiMhdJ9W3J6fLVeAii6m1cGiDOMO9K { 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:190px;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:123px;width:448px;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;top:511.578125px;left:695.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:408px;position:absolute;font-family:arial;font-size:21px;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:529.78125px;left:719px;height:54.5938px;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; }
#T5vycqtAxdFQgUpbTVSfE0T0qbHeTd2S { color:#000000;display:block;width:415px;position:absolute;font-family:arial;font-size:14px;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:593.375px;left:719.5px;height:18.2px;font-style:normal;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:549px;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; }
#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:256.59375px;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:333.59375px;left:61.5px;display:block; }
#fA1NRWJSdb5wEebg1aZ60DVmxRAsdbWW { color:#000000;display:block;width:324px;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:54.6px;display:block; }
#TId50h5SUeb23DUTHggHVRLeTL4bdNVS { box-sizing:content-box;height:150px;width:3px;position:absolute;display:block;z-index:15007;background-color:#ff0040;background-image:none;top:207px;left:79px;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:268.125px;left:122.5px;height:54.6px;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:345.4375px;left:122.5px;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.7969px;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:268.1875px;left:61.5px;height:20.7969px;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:344.1875px;left:61.5px;height:20.8px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lntKRUALonv2CgcWeLMdAtg8G6a5xTNZ { box-sizing:content-box;height:231px;width:479px;position:absolute;display:block;z-index:15002;background-color:#2c3f4d;background-image:none;top:316.84375px;left:660.5px;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:351.8125px;left:696px;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:391.8125px;left:696px;height:18.2px;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:421.625px;left:696px;height:36.4px;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:454px;left:696px;height:36.4px;display:block; }
#DXO0FZrwmvALt2Cb2PQLclu8PGA4lJyT { box-sizing:content-box;height:285px;width:479px;position:absolute;display:block;z-index:15003;background-color:#2c3f4d;background-image:url("https://images.assets-landingi.com/uc/f639ef55-0f9e-48b4-b275-4a5585182a70/CSUV3001a_251.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:31.984375px;left:660.5px;display:block; }#DXO0FZrwmvALt2Cb2PQLclu8PGA4lJyT.adaptive-delivery-prevent-bg, #DXO0FZrwmvALt2Cb2PQLclu8PGA4lJyT.lazyload, #DXO0FZrwmvALt2Cb2PQLclu8PGA4lJyT.lazyloading { background-image: none; }
#tTS906ixpQGis4SXhg7T1oezHubi6ww9 { color:#000000;display:block;width:498px;position:absolute;font-family:arial;font-size:14px;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:452.8125px;left:67px;height:18.2px;display:block; }
#TGRw5TyOcWfaIAzZOfkL0L56HfaEfXhU { color:#000000;display:block;width:12px;position:absolute;font-family:arial;font-size:14px;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:454.71875px;left:54.5px;height:18.2px;display:block; }
#rwc8ddcuddrdFavTN5xWVEao5hUesA12 { 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:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:221px;height:39px;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:500.40002441406px;left:696px;display:block; }
#mZmyUlsOTK70VgKt0q9sTb3ZbauiuLL0 { 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:320px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#r2nyn2TbF7Vwsx14xuFVOWKqR5GWuRKL .widget-input-text { width:320px;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:320px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#r2nyn2TbF7Vwsx14xuFVOWKqR5GWuRKL .widget-input-select { width:320px;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:160px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#r2nyn2TbF7Vwsx14xuFVOWKqR5GWuRKL .widget-checkbox-label { width:298px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#r2nyn2TbF7Vwsx14xuFVOWKqR5GWuRKL  { width:320px;height:auto;top:67.640625px;left:382px; }
#r2nyn2TbF7Vwsx14xuFVOWKqR5GWuRKL .radio-container { width:320px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#r2nyn2TbF7Vwsx14xuFVOWKqR5GWuRKL {display:block;}#r2nyn2TbF7Vwsx14xuFVOWKqR5GWuRKL { width:320px;height:auto;top:67.640625px;left:382px; }
 }@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 #yZxgJPTrv4Pyl8pnhywHnP6sfnuTpMtL {  }
 }@media only screen and (max-width: 1199px) { #r2nyn2TbF7Vwsx14xuFVOWKqR5GWuRKL #kffA75E6OvKwdLlT0VVaQV59PnlWDWUX {  }
 }@media only screen and (max-width: 1199px) { #r2nyn2TbF7Vwsx14xuFVOWKqR5GWuRKL #fhAwz8bTXZgPSrpyh0tP53dCnIEZTnWx {  }
 }@media only screen and (max-width: 1199px) { #r2nyn2TbF7Vwsx14xuFVOWKqR5GWuRKL #PNTaaxkZi8qoGeh6K2k6lHtGK0oO7lMi {  }
 }@media only screen and (max-width: 1199px) { #r2nyn2TbF7Vwsx14xuFVOWKqR5GWuRKL #ldoZtmkruFMe486zI40d2i7Ksya2s3TI {  }
 }@media only screen and (max-width: 1199px) { #r2nyn2TbF7Vwsx14xuFVOWKqR5GWuRKL #UeRiMhdJ9W3J6fLVeAii6m1cGiDOMO9K {  }
 }@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:361px;height:159.891px;top:209.671875px;left:20px;font-size:41px;display:block; }
 }@media only screen and (max-width: 1199px) { #p7RVXktK67bWIZdnFfa2SrH2ECZel0DG { width:360px;height:99px;top:534px;left:382px;display:block; }
 }@media only screen and (max-width: 1199px) { #FOeXW5fMbQocXiz8JVWosiuPAGJ2RQyH { width:338px;height:41.5938px;top:552.3125px;left:396px;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) { #T5vycqtAxdFQgUpbTVSfE0T0qbHeTd2S { width:304px;height:18.1875px;top:600.90625px;left:396px;font-size:14px;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;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:23.3906px;top:130px;left:0px;font-size:18px;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:256px;left:0px;display:block; }
 }@media only screen and (max-width: 1199px) { #ffSSE8HKlSWdWFGsXHZ03R0GGELdPMeN { width:40px;height:40px;top:332px;left:0px;display:block; }
 }@media only screen and (max-width: 1199px) { #fA1NRWJSdb5wEebg1aZ60DVmxRAsdbWW { width:324px;height:54.5625px;top:194px;left:59px;font-size:14px;display:block; }
 }@media only screen and (max-width: 1199px) { #TId50h5SUeb23DUTHggHVRLeTL4bdNVS { width:3px;height:150px;top:214.5px;left:18.5px;display:block; }
 }@media only screen and (max-width: 1199px) { #IAROX2Q7PQL8Do13TNS2hIXm56ccI0LS { width:324px;height:54.5625px;top:265.53125px;left:59px;font-size:14px;display:block; }
 }@media only screen and (max-width: 1199px) { #GLg3TdXK8XmTzrgAFH9FoImmF9Jr7QTZ { width:324px;height:54.5625px;top:343.9375px;left:59px;font-size:14px;display:block; }
 }@media only screen and (max-width: 1199px) { #ysU8LVEcKUyh8nts23GO9JfznxwPEEoK { width:39px;height:20.7969px;top:195px;left:1px;font-size:16px;display:block; }
 }@media only screen and (max-width: 1199px) { #Sy0tPMVoqFH8R7cAxaUERStMTweArABW { width:39px;height:20.7969px;top:266px;left:1px;font-size:16px;display:block; }
 }@media only screen and (max-width: 1199px) { #xe2INphrslaFXMz29kzcSlw0Wg4p7WXR { width:39px;height:20.7969px;top:344.1875px;left:1px;font-size:16px;display:block; }
 }@media only screen and (max-width: 1199px) { #lntKRUALonv2CgcWeLMdAtg8G6a5xTNZ { width:363px;height:190px;top:358px;left:381.5px;display:block; }
 }@media only screen and (max-width: 1199px) { #vrqcsqzw3pnlnpgShBRkKT1Zo740UC1u { width:255px;height:18.1875px;top:374.90625px;left:408px;font-size:14px;display:block; }
 }@media only screen and (max-width: 1199px) { #bJnktrEbnWTLEG2lBTIEPz2AGKqwA27k { width:262px;height:18.1875px;top:404px;left:408px;font-size:14px;display:block; }
 }@media only screen and (max-width: 1199px) { #pUTITX5h09JclniCbwAfxsBkPWTkfz4Z { width:262px;height:36.375px;top:434.34375px;left:408px;font-size:14px;display:block; }
 }@media only screen and (max-width: 1199px) { #FuybLNwBlKLxpzwXgmrGgmRJ1NlXkLMt { width:310px;height:36.375px;top:467.71875px;left:408px;font-size:14px;display:block; }
 }@media only screen and (max-width: 1199px) { #DXO0FZrwmvALt2Cb2PQLclu8PGA4lJyT { width:362px;height:334px;top:26.28125px;left:382px;display:block; }
 }@media only screen and (max-width: 1199px) { #tTS906ixpQGis4SXhg7T1oezHubi6ww9 { width:324px;height:36.375px;top:455.8125px;left:59px;font-size:14px;display:block; }
 }@media only screen and (max-width: 1199px) { #TGRw5TyOcWfaIAzZOfkL0L56HfaEfXhU { width:10px;height:18.1875px;top:455.8125px;left:49px;font-size:14px;display:block; }
 }@media only screen and (max-width: 1199px) { #rwc8ddcuddrdFavTN5xWVEao5hUesA12 { width:221px;height:39px;top:500px;left:382px;display:block; }
 }@media only screen and (max-width: 1199px) { #mZmyUlsOTK70VgKt0q9sTb3ZbauiuLL0 { 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:957px;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 #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 #yZxgJPTrv4Pyl8pnhywHnP6sfnuTpMtL {  }
 }@media only screen and (max-width: 763px) { #r2nyn2TbF7Vwsx14xuFVOWKqR5GWuRKL #kffA75E6OvKwdLlT0VVaQV59PnlWDWUX {  }
 }@media only screen and (max-width: 763px) { #r2nyn2TbF7Vwsx14xuFVOWKqR5GWuRKL #fhAwz8bTXZgPSrpyh0tP53dCnIEZTnWx {  }
 }@media only screen and (max-width: 763px) { #r2nyn2TbF7Vwsx14xuFVOWKqR5GWuRKL #PNTaaxkZi8qoGeh6K2k6lHtGK0oO7lMi {  }
 }@media only screen and (max-width: 763px) { #r2nyn2TbF7Vwsx14xuFVOWKqR5GWuRKL #ldoZtmkruFMe486zI40d2i7Ksya2s3TI {  }
 }@media only screen and (max-width: 763px) { #r2nyn2TbF7Vwsx14xuFVOWKqR5GWuRKL #UeRiMhdJ9W3J6fLVeAii6m1cGiDOMO9K {  }
 }@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:72.8px;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:114.4px;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) { #T5vycqtAxdFQgUpbTVSfE0T0qbHeTd2S { width:320px;height:18.2px;top:937.7185px;left:0px;font-size:14px;text-align:center;text-align-last:center;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:1402px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J9PguGchy4HoDWPbz4UnVUNluBVlV9qe { width:320px;height:109.2px;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:46.8px;top:149.172px;left:0px;font-size:18px;text-align:center;text-align-last:center;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:363.6875px;left:140px;display:block; }
 }@media only screen and (max-width: 763px) { #ffSSE8HKlSWdWFGsXHZ03R0GGELdPMeN { width:40px;height:40px;top:535.8125px;left:140px;display:block; }
 }@media only screen and (max-width: 763px) { #fA1NRWJSdb5wEebg1aZ60DVmxRAsdbWW { width:297px;height:54.6px;top:265.9375px;left:12.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:488.6876px;left:158px;display:none; }
 }@media only screen and (max-width: 763px) { #IAROX2Q7PQL8Do13TNS2hIXm56ccI0LS { width:298px;height:72.8px;top:413.6875px;left:10.5px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GLg3TdXK8XmTzrgAFH9FoImmF9Jr7QTZ { width:320px;height:54.6px;top:590.21875px;left:1.5px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ysU8LVEcKUyh8nts23GO9JfznxwPEEoK { width:39px;height:20.7969px;top:225.53125px;left:140.5px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Sy0tPMVoqFH8R7cAxaUERStMTweArABW { width:39px;height:20.7969px;top:374.6875px;left:141px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #xe2INphrslaFXMz29kzcSlw0Wg4p7WXR { width:39px;height:20.7969px;top:548.40625px;left:141.5px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #lntKRUALonv2CgcWeLMdAtg8G6a5xTNZ { width:320px;height:228px;top:1089.1875px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #vrqcsqzw3pnlnpgShBRkKT1Zo740UC1u { width:320px;height:18.2px;top:1109.375px;left:0px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bJnktrEbnWTLEG2lBTIEPz2AGKqwA27k { width:320px;height:18.2px;top:1136.1875px;left:0px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pUTITX5h09JclniCbwAfxsBkPWTkfz4Z { width:315px;height:36.4px;top:1172.5px;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:36.4px;top:1204.875px;left:0px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DXO0FZrwmvALt2Cb2PQLclu8PGA4lJyT { width:320px;height:314px;top:776.1875px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #tTS906ixpQGis4SXhg7T1oezHubi6ww9 { width:280px;height:36.4px;top:694.921875px;left:21px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TGRw5TyOcWfaIAzZOfkL0L56HfaEfXhU { width:12px;height:18.2px;top:695.84375px;left:20.5px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rwc8ddcuddrdFavTN5xWVEao5hUesA12 { width:182px;height:31px;top:1278.9833374023px;left:49px;display:block; }
 }@media only screen and (max-width: 763px) { #mZmyUlsOTK70VgKt0q9sTb3ZbauiuLL0 { display:block; }
 }