.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;
}
.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-input-select option {
  color: #000;
}
.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 {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#f7de8c;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hnkmdU7LTwFbD9FNu7VydSFekJ3F8JGZ { position:relative;display:none; }#hnkmdU7LTwFbD9FNu7VydSFekJ3F8JGZ { border-width: 0; border-radius: 0; }#hnkmdU7LTwFbD9FNu7VydSFekJ3F8JGZ > .row .container > .video-iframe-container {  }#hnkmdU7LTwFbD9FNu7VydSFekJ3F8JGZ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:none; }#V0BZ5GvNSe2SobLeKHEXtfKCOtmKXdVg { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.1875rem;width:26rem;display:block; }
#TrmlM22SLivySdMSDc5qs9II6qO5yyup { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;display:none; }
#SvzyBXlUuMhynUruGiCNUWZ0TF6gGWMf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#qutC4fuFH6L5VaBdCgmOGRo7T0p5TZbo { position:relative;display:block; }#qutC4fuFH6L5VaBdCgmOGRo7T0p5TZbo { background-color: transparent; background-image: none; }#qutC4fuFH6L5VaBdCgmOGRo7T0p5TZbo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qutC4fuFH6L5VaBdCgmOGRo7T0p5TZbo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qutC4fuFH6L5VaBdCgmOGRo7T0p5TZbo > .row .container > .video-iframe-container { display: none; }#qutC4fuFH6L5VaBdCgmOGRo7T0p5TZbo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qutC4fuFH6L5VaBdCgmOGRo7T0p5TZbo > .row > .video-iframe-container { display: none; }#qutC4fuFH6L5VaBdCgmOGRo7T0p5TZbo > .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); }#qutC4fuFH6L5VaBdCgmOGRo7T0p5TZbo { border-width: 0; border-radius: 0; }#qutC4fuFH6L5VaBdCgmOGRo7T0p5TZbo > .row .container > .video-iframe-container {  }#qutC4fuFH6L5VaBdCgmOGRo7T0p5TZbo > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7de8c;background-image:url("https://images.assets-landingi.com/uc/fff212d9-6c52-4d9f-bb42-00476583d566/Victoria20.png");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;font-size:0.875rem;font-family:arial;height:38.5rem;width:60rem;position:relative;display:block; }#qutC4fuFH6L5VaBdCgmOGRo7T0p5TZbo > .row .container.adaptive-delivery-prevent-bg, #qutC4fuFH6L5VaBdCgmOGRo7T0p5TZbo > .row .container.lazyload, #qutC4fuFH6L5VaBdCgmOGRo7T0p5TZbo > .row .container.lazyloading { background-image: none; }#lvgHuoMmxuPdyyZ0Nm1MP1dsfiUtyFFK { color:#000000;display:block;width:19.0625rem;position:absolute;font-family:canela;font-size:2.3125rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:14.8125rem;left:4.875rem;height:3.0058625rem;display:block; }
#yTfkTX6a8wEpcMQBSw1UBNWvJt6TOpI6 { color:#000000;display:block;width:19.0625rem;position:absolute;font-family:brown;font-size:1.625rem;font-weight:normal;z-index:100001;line-height:1.2;letter-spacing:0;top:18.75rem;left:4.875rem;height:3.8994125rem;display:block; }
#qDdslsAxKZxEoHE7wVG46Z6DpfRAWsbN { background-color:#000000;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:brown;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100002;text-align:center;text-align-last:center;top:24.875rem;left:4.875rem;display:block; }
#ByySJUwBKEv1ouRWD0dEimzgmTwZwn5M { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#biHQtvLGf38S3oMJPT3pbywCNvbJGAKA { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.75rem;width:10.375rem;top:1.875rem;left:24.8125rem;overflow:hidden;display:block; }
#KEiTAdLI2577n4bn8X1a2g4cL1CTG4d8 { position:relative;display:none; }#KEiTAdLI2577n4bn8X1a2g4cL1CTG4d8 { border-width: 0; border-radius: 0; }#KEiTAdLI2577n4bn8X1a2g4cL1CTG4d8 > .row .container > .video-iframe-container {  }#KEiTAdLI2577n4bn8X1a2g4cL1CTG4d8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:none; }#OJpmx9rrz3LVKDRDeTb4bKT1c0T3vvyr { color:#000000;display:block;width:15.4375rem;position:absolute;font-family:dosis;font-size:1.25rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:4.0625rem;top:2.1875rem;left:2.3125rem;display:none; }
#Tm1zln2n2BD3USszlmOemRgXC0ttFK2n { color:#000000;display:block;width:20rem;position:absolute;font-family:dosis;font-size:2.25rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:2.4375rem;top:0.9375rem;left:0rem;display:none; }
#UxmMKKUrTeroEZD2FdDVWmUiNCku4CWC { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;display:none; }
#Fd8Rc7AtCM9R0m9cJcK1ROKFusTCb2tT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#vTZgaVT7an9hKkZWFL3T1GATVy7cszNO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/12f2cbe6-0ad2-4fbe-b8dd-2221d857a978/BANNER_ES_DESK.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#vTZgaVT7an9hKkZWFL3T1GATVy7cszNO.adaptive-delivery-prevent-bg, #vTZgaVT7an9hKkZWFL3T1GATVy7cszNO.lazyload, #vTZgaVT7an9hKkZWFL3T1GATVy7cszNO.lazyloading { background-image: none; }#vTZgaVT7an9hKkZWFL3T1GATVy7cszNO > .row .container { background-color: transparent; background-image: none; }#vTZgaVT7an9hKkZWFL3T1GATVy7cszNO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vTZgaVT7an9hKkZWFL3T1GATVy7cszNO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vTZgaVT7an9hKkZWFL3T1GATVy7cszNO > .row .container > .video-iframe-container { display: none; }#vTZgaVT7an9hKkZWFL3T1GATVy7cszNO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vTZgaVT7an9hKkZWFL3T1GATVy7cszNO > .row > .video-iframe-container { display: none; }#vTZgaVT7an9hKkZWFL3T1GATVy7cszNO > .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); }#vTZgaVT7an9hKkZWFL3T1GATVy7cszNO > .row .container { border-width: 0; border-radius: 0; }#vTZgaVT7an9hKkZWFL3T1GATVy7cszNO > .row > .video-iframe-container {  }#vTZgaVT7an9hKkZWFL3T1GATVy7cszNO > .row .container { font-size:0.875rem;font-family:arial;height:4.9375rem;width:60rem;position:relative;display:block; }#hniNKdQU09AT69XdHRuPbKv6GdK2QmpM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#hniNKdQU09AT69XdHRuPbKv6GdK2QmpM > .row .container { background-color: transparent; background-image: none; }#hniNKdQU09AT69XdHRuPbKv6GdK2QmpM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hniNKdQU09AT69XdHRuPbKv6GdK2QmpM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hniNKdQU09AT69XdHRuPbKv6GdK2QmpM > .row .container > .video-iframe-container { display: none; }#hniNKdQU09AT69XdHRuPbKv6GdK2QmpM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hniNKdQU09AT69XdHRuPbKv6GdK2QmpM > .row > .video-iframe-container { display: none; }#hniNKdQU09AT69XdHRuPbKv6GdK2QmpM > .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); }#hniNKdQU09AT69XdHRuPbKv6GdK2QmpM > .row .container { border-width: 0; border-radius: 0; }#hniNKdQU09AT69XdHRuPbKv6GdK2QmpM > .row > .video-iframe-container {  }#hniNKdQU09AT69XdHRuPbKv6GdK2QmpM > .row .container { font-size:0.875rem;font-family:arial;height:28.1875rem;width:60rem;position:relative;display:block; }#oTmMPMUSx4BSznzmKbmGT0A03kh3yw4C { color:#000000;display:block;width:30.5625rem;position:absolute;font-family:brown;font-size:1.1875rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:9.7294875rem;top:9.9375rem;left:23rem;display:block; }
#eUTZTCHuRys1RyT6sid4S7pWsTLwe7PT { color:#000000;display:block;width:26.875rem;position:absolute;font-family:brown;font-size:2.0625rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:5.36230625rem;top:3.6875rem;left:23rem;display:block; }
#OUh0E1D2DA8PxfRWxhdp7q08ZffG8h9z { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.125rem;width:11.4375rem;top:1.4375rem;left:6.98583984375rem;overflow:hidden;display:block; }
#DkJVpnbv9JkKa9rVVL04nA34GToW2LWa { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:4.5rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;top:18.5625rem;left:21.625rem;display:none; }
#RlrAHQ6Oh3BQGHenRhEqzQp9JJiB0FKU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#PohoGB83khcVxGiTvESSwCq85xOgHiFs { background-color:#000000;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:brown;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100003;text-align:center;text-align-last:center;top:21.0625rem;left:23rem;display:block; }
#mXosJrm1ptEEEK6hXIBH2G3ipueNvPZK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#FRSu0w9mIknqVQKLhsiLPdMZAGwaL6fS { position:relative;display:none; }#FRSu0w9mIknqVQKLhsiLPdMZAGwaL6fS { border-width: 0; border-radius: 0; }#FRSu0w9mIknqVQKLhsiLPdMZAGwaL6fS > .row .container > .video-iframe-container {  }#FRSu0w9mIknqVQKLhsiLPdMZAGwaL6fS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:none; }#zTNV44ARNxH7FKV7F1U1P8QA7vSoAnDl { color:#000000;display:block;width:10rem;position:absolute;font-family:dosis;font-size:1rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:2.5996125rem;top:5.75rem;left:1.0625rem;display:block; }
#N0FZPkk9VEvn2SIWCaLO0om1RdKzx9yb { color:#000000;display:block;width:10.0625rem;position:absolute;font-family:dosis;font-size:1rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:2.5996125rem;top:7.875rem;left:1.0625rem;display:block; }
#cLUb87tFMytn56zyMo879psPsDvD9AZa { color:#000000;display:block;width:10rem;position:absolute;font-family:dosis;font-size:1rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:2.5996125rem;top:13.25rem;left:0.9375rem;display:block; }
#WlgHJTEb389V6uFkLsQpGzzvOOih1Cg5 { color:#000000;display:block;width:8.625rem;position:absolute;font-family:dosis;font-size:1rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:2.5996125rem;top:18.6875rem;left:1.1875rem;display:block; }
#T2IMayy1T5ucSCmbybn2NeERUdVqn5Q9 { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#XmDLBHC5Tm3rvrbficN0wQZGhVeBUJzE { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:block; }
#hfDaBvqqxtgGrPbCr37NriauXWq7MZTp { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:block; }
#W44PBr0LhTleczlN51fDrtmtfiZ568UZ { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#SVGV0MerDGU9qJLq2o7GUTwqk54tKEfn { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;display:none; }
#r57xE0TinukA88nb79pMbETh0FeMty8W { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#BAOFXErGtu69isnvckH8xl2XNW0ooExt { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:4.5rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;top:18.5625rem;left:21.625rem;display:none; }
#xAtyyshP7bb0s4QbxTl5IATxSH5iEVgx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#NW7MlCtODPt4vMxK7E6TSVAzXui2LLTL { position:relative;display:none; }#NW7MlCtODPt4vMxK7E6TSVAzXui2LLTL { border-width: 0; border-radius: 0; }#NW7MlCtODPt4vMxK7E6TSVAzXui2LLTL > .row .container > .video-iframe-container {  }#NW7MlCtODPt4vMxK7E6TSVAzXui2LLTL > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:none; }#i35rmCLywXHGPMgvEDlrOXmP7OcUomNl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:none; }#i35rmCLywXHGPMgvEDlrOXmP7OcUomNl > .row .container { border-width: 0; border-radius: 0; }#i35rmCLywXHGPMgvEDlrOXmP7OcUomNl > .row > .video-iframe-container {  }#i35rmCLywXHGPMgvEDlrOXmP7OcUomNl > .row .container { font-size:0.875rem;font-family:arial;height:32.3125rem;width:60rem;position:relative;display:none; }#L6qfm3oiDkhifSqX2JVcIT3sJUZZws9U { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;display:none; }
#OqgwbR6mVVXkHQInORHM1QO2zX3QgEv5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Jt2wpCLsXWzImvLMa1MRSZ7BU7qdtRPJ { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:26.9375rem;width:20.6875rem;top:1.875rem;left:2.1875rem;display:block; }
#xrfndIgdrEdXeJt1Su7EB6N7gSQC1Al2 { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:4.5rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;top:18.5625rem;left:21.625rem;display:none; }
#mmLThS7a55yH8zgiaIKEsOR3u9vAuPtz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#r1U6wWMybnKAuNufeOVtx0uU9VwieqlN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:none; }#r1U6wWMybnKAuNufeOVtx0uU9VwieqlN > .row .container { border-width: 0; border-radius: 0; }#r1U6wWMybnKAuNufeOVtx0uU9VwieqlN > .row > .video-iframe-container {  }#r1U6wWMybnKAuNufeOVtx0uU9VwieqlN > .row .container { font-size:0.875rem;font-family:arial;height:22.625rem;width:60rem;position:relative;display:none; }#ihl2SXf3yidI9tu1ag15h7iCcXaIaeAT { color:#000000;display:block;width:32.5625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:100017;line-height:1.3;letter-spacing:0;top:8.625rem;left:14.5625rem;height:2.5996125rem;font-style:normal;display:block; }
#pQQQryZEbSwUWb8lMMAdaXDSO1iJn4yp { color:#000000;display:block;width:32.5625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:100017;line-height:1.3;letter-spacing:0;top:8.625rem;left:14.5625rem;height:2.5996125rem;font-style:normal;display:none; }
#l1d3EoJgqpS5HPzxfMNi3rrLDgcOBG8H { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#Nl6atIzehPOMQQwcs1yQrONTvyR4Zv7X { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;display:none; }
#kdozo4slhrXLw6ltFJ0ywS5ahOhzxPnu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#RiXRsUU8BMfm8nmdVvPt4v5PZW6wyp7O { color:#000000;display:block;width:32.5625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:100017;line-height:1.3;letter-spacing:0;top:8.625rem;left:14.5625rem;height:2.5996125rem;font-style:normal;display:none; }
#JumtTr8fg7v3B9WUnMXnZAMkEOAzQTpP { color:#000000;display:block;width:32.5625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:100017;line-height:1.3;letter-spacing:0;top:8.625rem;left:14.5625rem;height:2.5996125rem;font-style:normal;display:none; }#JumtTr8fg7v3B9WUnMXnZAMkEOAzQTpP li:before{  }
#dxrKZfGRoqCB63VClFeFOcL1F9MLOT9K { color:#000000;display:block;width:32.5625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:100017;line-height:1.3;letter-spacing:0;top:8.625rem;left:14.5625rem;height:2.5996125rem;font-style:normal;display:none; }#dxrKZfGRoqCB63VClFeFOcL1F9MLOT9K li:before{  }
#xZeP2SFgTZnbt957nxkmLGJDZWzMTe9P { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:92.125rem;width:31.125rem;display:none; }
#GvFWxzIOErzS1XZ1MwnQKb7lLldFCsJl { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:92.125rem;width:31.125rem;display:none; }
#PVPTy9X5zeObLzeJTbu8aNwn9rbsbkF0 { color:#000000;display:block;width:32.5625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:100017;line-height:1.3;letter-spacing:0;top:8.625rem;left:14.5625rem;height:2.5996125rem;font-style:normal;display:none; }
#bSoF77FZVd4FoR555vnf0sv8y1WZ9rfi { color:#000000;display:block;width:32.5625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:100017;line-height:1.3;letter-spacing:0;top:8.625rem;left:14.5625rem;height:2.5996125rem;font-style:normal;display:none; }
#bpggAzI7BJlqNo2MW5voE3CPylUVU8mF { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:4.5rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;top:18.5625rem;left:21.625rem;display:none; }
#RThi6BNVKo18MPRo3ThNSzZwhIc5tpqS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#zohS3khQthIltdbsyELTHVnD2c6lITQI { position:relative;display:none; }#zohS3khQthIltdbsyELTHVnD2c6lITQI { border-width: 0; border-radius: 0; }#zohS3khQthIltdbsyELTHVnD2c6lITQI > .row .container > .video-iframe-container {  }#zohS3khQthIltdbsyELTHVnD2c6lITQI > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:7.25rem;width:60rem;position:relative;display:none; }#w6kyCTHOT1neEmZvJd8HyIzk7WNALSyx { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.9375rem;width:23.9375rem;top:1rem;left:18rem;overflow:hidden;display:block; }
#EDWwG6EM3J7JRuswnfAslie6UmPpBKG0 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:37.5rem;width:37.5rem;display:none; }
#udhIHTx2yIkWrKNMygL478qm4Mk8yuDZ { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:37.5rem;width:37.5rem;display:none; }
#MawXrpz0VT9BBCc0OuCSgx1E3csxxt2X { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:37.5rem;width:37.5rem;display:none; }
#S10c00ToIc5Ckh84U7TBxvKwcVAE5pBr { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;display:none; }
#TimWZa9AoXVCkkFzDhWtMfn7wGEITDqs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#nqbDcySBJUO9d6q2mThMmJcSSQsbl01d { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:none;position:relative;display:block; }#nqbDcySBJUO9d6q2mThMmJcSSQsbl01d > .row .container { background-color: transparent; background-image: none; }#nqbDcySBJUO9d6q2mThMmJcSSQsbl01d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nqbDcySBJUO9d6q2mThMmJcSSQsbl01d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nqbDcySBJUO9d6q2mThMmJcSSQsbl01d > .row .container > .video-iframe-container { display: none; }#nqbDcySBJUO9d6q2mThMmJcSSQsbl01d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nqbDcySBJUO9d6q2mThMmJcSSQsbl01d > .row > .video-iframe-container { display: none; }#nqbDcySBJUO9d6q2mThMmJcSSQsbl01d > .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); }#nqbDcySBJUO9d6q2mThMmJcSSQsbl01d > .row .container { border-width: 0; border-radius: 0; }#nqbDcySBJUO9d6q2mThMmJcSSQsbl01d > .row > .video-iframe-container {  }#nqbDcySBJUO9d6q2mThMmJcSSQsbl01d > .row .container { font-size:0.875rem;font-family:arial;height:35.1875rem;width:60rem;position:relative;display:block; }#TzBai7i7pVTC4mVTbuhzziK516H3FK3E { position:absolute;display:block;z-index:100008;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.9375rem;width:0.0625rem;top:31.3125rem;left:19.6875rem;display:block; }
#FI0oJ0oThM9WLm46pJtqIKfSuvitBTwc { color:#000000;display:block;width:60rem;position:absolute;font-family:brown;font-size:1.75rem;font-weight:700;z-index:100012;line-height:1.5;letter-spacing:0;top:2.00244140625rem;left:0rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oysf7aSH6izFBSGTil744Znbqhn6reoh { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.6875rem;width:7.4375rem;top:7.08251953125rem;left:26.28125rem;overflow:hidden;display:block; }
#d7JJeNZzNPBi8o3AkZvLQ7GRpWv7cTvE { color:#000000;display:block;width:20.0625rem;position:absolute;font-family:brown;font-size:1.125rem;font-weight:400;z-index:100006;line-height:1.6;letter-spacing:0;top:9.0927734375rem;left:19.96875rem;height:1.86230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VWXTMZwzFoTwdukSaz763VvE01nMvIXa { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.1875rem;width:6.9375rem;top:11.46142578125rem;left:26.53125rem;overflow:hidden;display:block; }
#JC0zVTXDGxlkqmbErKfJUXFcfLdgeLc1 { color:#000000;display:block;width:60rem;position:absolute;font-family:brown;font-size:1.375rem;font-weight:400;z-index:100006;line-height:1.6;letter-spacing:0;top:4.88330078125rem;left:0rem;height:2.19970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vW7ZQ0zzA9Ph8TW1dZKbCrJyvEaAkt8D { position:absolute;display:block;z-index:100028;height:15.9375rem;width:36.875rem;top:15.4375rem;left:11.5625rem;display:block; }
#dovtNkL9wdMicI1QTWDNe4vcqn3COPFx { position:relative;display:none; }#dovtNkL9wdMicI1QTWDNe4vcqn3COPFx { border-width: 0; border-radius: 0; }#dovtNkL9wdMicI1QTWDNe4vcqn3COPFx > .row .container > .video-iframe-container {  }#dovtNkL9wdMicI1QTWDNe4vcqn3COPFx > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:none; }#hT0VkSPpn3kIDudz1zGJ7i5OZeOQXmS2 { color:#000000;display:block;width:20rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:3.875rem;top:1.0625rem;left:0rem;display:none; }
#psM1hzNxMbTccyHsrh1CnCPsFf9odHii { color:#000000;display:block;width:20rem;position:absolute;font-family:dosis;font-size:2.5rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:2.25rem;top:6.625rem;left:0rem;display:none; }
#RGMrSlGsZRAazAinSAykCXoXFbu3vXJc { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.375rem;width:1.75rem;display:none; }
#xxZv5z9g8Xe5WbN49OOMMWURGNyU37sw { color:#000000;display:block;width:15.1875rem;position:absolute;font-family:dosis;font-size:0.875rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:3.375rem;top:8.8125rem;left:5rem;display:none; }
#naOcn2RRJV6ngUmvhbEOdFDQSOsvuPTz { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.375rem;width:1.75rem;display:none; }
#eXmHmsTlXdB7Tlprvn65MbucfTeToh6W { color:#000000;display:block;width:15.1875rem;position:absolute;font-family:dosis;font-size:0.875rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:4.5rem;top:13.25rem;left:0rem;display:none; }
#vtgpQZGLbAIC2oCPKdGZmO8igWQeVxcK { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.4375rem;width:23.8125rem;display:none; }
#RaV0w7yEy2UMcuFiL8lDxOFEpeBsaTzr { color:#000000;display:block;width:15rem;position:absolute;font-family:dosis;font-size:0.875rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:2.25rem;top:20.0625rem;left:5rem;display:none; }
#zI60bRdhehD5GKhIWS3cHoE1lNBhGEQf { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.375rem;width:1.75rem;display:none; }
#inAFWoBUTDOq1AocsFBhGpHAlBe5Bxuk { color:#000000;display:block;width:14.9375rem;position:absolute;font-family:dosis;font-size:0.875rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:3.375rem;top:23.6875rem;left:0rem;display:none; }
#f3EBKkPsx5ryN1aC0gIb42RV0GlPDtnD { color:#000000;display:block;width:15.125rem;position:absolute;font-family:dosis;font-size:0.875rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:2.25rem;top:28.5625rem;left:4.875rem;display:none; }
#d6bgFmNNmxvODfPMduZcKeQbG3cxdUBy { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.8125rem;width:1.25rem;display:none; }
#BTmzgmamDu8GJV9oLrLl4kwuVtHelduB { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;display:none; }
#znCWeT9ZZqzTpT19Vs6ML43e6hvPiZ9i { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#SKEv6J10l70ZpcQ7RyaVwdVSku5kcMNM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;z-index:auto;display:block; }#SKEv6J10l70ZpcQ7RyaVwdVSku5kcMNM > .row .container { background-color: transparent; background-image: none; }#SKEv6J10l70ZpcQ7RyaVwdVSku5kcMNM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SKEv6J10l70ZpcQ7RyaVwdVSku5kcMNM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SKEv6J10l70ZpcQ7RyaVwdVSku5kcMNM > .row .container > .video-iframe-container { display: none; }#SKEv6J10l70ZpcQ7RyaVwdVSku5kcMNM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SKEv6J10l70ZpcQ7RyaVwdVSku5kcMNM > .row > .video-iframe-container { display: none; }#SKEv6J10l70ZpcQ7RyaVwdVSku5kcMNM > .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); }#SKEv6J10l70ZpcQ7RyaVwdVSku5kcMNM > .row .container { border-width: 0; border-radius: 0; }#SKEv6J10l70ZpcQ7RyaVwdVSku5kcMNM > .row > .video-iframe-container {  }#SKEv6J10l70ZpcQ7RyaVwdVSku5kcMNM > .row .container { font-size:0.875rem;font-family:arial;height:6.5625rem;width:60rem;position:relative;display:block; }#C4MpQDAQIhrzsMaZTh2rgeM0NxpKNtet { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.6875rem;width:1.875rem;top:1.3125rem;left:26.5rem;overflow:hidden;display:block; }
#UnInq9hxfg3xVRow1pCBFdzMeZmlL5Gi { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.6875rem;width:1.9375rem;top:1.3125rem;left:29rem;overflow:hidden;display:block; }
#wLsmmkTtEQAqWGttJnCq9xU28BKwTW5L { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2rem;width:2.125rem;top:1.1875rem;left:31.375rem;overflow:hidden;display:block; }
#lu0SoX6veQnPdaydBwTEU21ykhQyyb9A { color:#000000;display:block;width:60rem;position:absolute;font-family:brown;font-size:0.875rem;font-weight:400;z-index:100024;line-height:1.3;letter-spacing:0;top:4.0244140625rem;left:0.0625rem;height:1.13720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JknFfV3k9GTOgFh9TeSyfGoOJcbEAU3G { position:relative;display:none; }#JknFfV3k9GTOgFh9TeSyfGoOJcbEAU3G { border-width: 0; border-radius: 0; }#JknFfV3k9GTOgFh9TeSyfGoOJcbEAU3G > .row .container > .video-iframe-container {  }#JknFfV3k9GTOgFh9TeSyfGoOJcbEAU3G > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:none; }#J7FRU5SmQ3sEtVk6mGzgoby7R2VMeUgM { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;display:none; }
#Q94iBhETpvfLLB8PerriiW5EWJtoDWy5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#tk6gH7cEuD7tHLrdwLdgiGeqDgEcQhKe { position:relative;display:none; }#tk6gH7cEuD7tHLrdwLdgiGeqDgEcQhKe { border-width: 0; border-radius: 0; }#tk6gH7cEuD7tHLrdwLdgiGeqDgEcQhKe > .row .container > .video-iframe-container {  }#tk6gH7cEuD7tHLrdwLdgiGeqDgEcQhKe > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:none; }#Xw7SkkMkloDStVqa7cag24wEQyTmeX3s { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;z-index:auto;display:none; }#Xw7SkkMkloDStVqa7cag24wEQyTmeX3s > .row .container { border-width: 0; border-radius: 0; }#Xw7SkkMkloDStVqa7cag24wEQyTmeX3s > .row > .video-iframe-container {  }#Xw7SkkMkloDStVqa7cag24wEQyTmeX3s > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:none; }#geptP9A6Edq4vJSBXwbJgBLHTiVZiT8t { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;display:none; }
#UDAbRx6D7WOb1TqJdK5rONZ7hcZXD4PL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#OBrzeWBUPcsZq91iHly6KKtFFEwNVT86 { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;display:none; }
#lXoH87Qxfc3D7Em42cnzgLFhuswL1sBh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#xeIKw2ftvpsHz4BPO1vccRktTknA6cas { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.125rem;width:6.5625rem;top:3.8125rem;left:1.25rem;overflow:hidden;display:block; }
#oHH4VKE8f9E20EQy1e3CREPW3faJAxsR { color:#000000;display:block;width:12.5rem;position:absolute;font-family:dosis;font-size:0.9375rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:3.625rem;top:1rem;left:6.875rem;display:none; }
#TIlXCCEfawmCBeXgBkSDB90TvHfFHnyb { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;display:none; }
#SC7OIRFLSMBrny8ySzkExKydOAzRXmAe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #hnkmdU7LTwFbD9FNu7VydSFekJ3F8JGZ { display:none; }#hnkmdU7LTwFbD9FNu7VydSFekJ3F8JGZ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #V0BZ5GvNSe2SobLeKHEXtfKCOtmKXdVg { width:26rem;height:4.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TrmlM22SLivySdMSDc5qs9II6qO5yyup { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #SvzyBXlUuMhynUruGiCNUWZ0TF6gGWMf { display:block; }
 }@media only screen and (max-width: 763px) { #qutC4fuFH6L5VaBdCgmOGRo7T0p5TZbo { display:block; }#qutC4fuFH6L5VaBdCgmOGRo7T0p5TZbo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lvgHuoMmxuPdyyZ0Nm1MP1dsfiUtyFFK { top:14.8125rem;left:0rem;width:19.0625rem;height:3rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTfkTX6a8wEpcMQBSw1UBNWvJt6TOpI6 { top:18.75rem;left:0rem;width:19.0625rem;height:3.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDdslsAxKZxEoHE7wVG46Z6DpfRAWsbN { width:17.5rem;height:3.4375rem;top:24.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByySJUwBKEv1ouRWD0dEimzgmTwZwn5M { display:block; }
 }@media only screen and (max-width: 763px) { #biHQtvLGf38S3oMJPT3pbywCNvbJGAKA { top:1.875rem;left:18.6875rem;width:10.375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEiTAdLI2577n4bn8X1a2g4cL1CTG4d8 { display:none; }#KEiTAdLI2577n4bn8X1a2g4cL1CTG4d8 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OJpmx9rrz3LVKDRDeTb4bKT1c0T3vvyr { top:2.1875rem;left:0rem;width:15.4375rem;height:4.0625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tm1zln2n2BD3USszlmOemRgXC0ttFK2n { top:0.9375rem;left:0rem;width:20rem;height:2.4375rem;font-size:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #UxmMKKUrTeroEZD2FdDVWmUiNCku4CWC { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #Fd8Rc7AtCM9R0m9cJcK1ROKFusTCb2tT { display:block; }
 }@media only screen and (max-width: 763px) { #vTZgaVT7an9hKkZWFL3T1GATVy7cszNO { display:block; }#vTZgaVT7an9hKkZWFL3T1GATVy7cszNO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hniNKdQU09AT69XdHRuPbKv6GdK2QmpM { display:none; }#hniNKdQU09AT69XdHRuPbKv6GdK2QmpM > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #oTmMPMUSx4BSznzmKbmGT0A03kh3yw4C { top:9.9375rem;left:16.875rem;width:30.5625rem;height:9.25rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #eUTZTCHuRys1RyT6sid4S7pWsTLwe7PT { top:3.6875rem;left:16.875rem;width:26.875rem;height:5.3125rem;font-size:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #OUh0E1D2DA8PxfRWxhdp7q08ZffG8h9z { top:1.4375rem;left:0.86083984375rem;width:11.4375rem;height:23.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DkJVpnbv9JkKa9rVVL04nA34GToW2LWa { width:17.5rem;height:4.5rem;top:18.5625rem;left:15.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #RlrAHQ6Oh3BQGHenRhEqzQp9JJiB0FKU { display:block; }
 }@media only screen and (max-width: 763px) { #PohoGB83khcVxGiTvESSwCq85xOgHiFs { width:17.5rem;height:3.4375rem;top:21.0625rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXosJrm1ptEEEK6hXIBH2G3ipueNvPZK { display:block; }
 }@media only screen and (max-width: 763px) { #FRSu0w9mIknqVQKLhsiLPdMZAGwaL6fS { display:none; }#FRSu0w9mIknqVQKLhsiLPdMZAGwaL6fS > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zTNV44ARNxH7FKV7F1U1P8QA7vSoAnDl { top:5.75rem;left:0rem;width:10rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #N0FZPkk9VEvn2SIWCaLO0om1RdKzx9yb { top:7.875rem;left:0rem;width:10.0625rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #cLUb87tFMytn56zyMo879psPsDvD9AZa { top:13.25rem;left:0rem;width:10rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #WlgHJTEb389V6uFkLsQpGzzvOOih1Cg5 { top:18.6875rem;left:0rem;width:8.625rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #T2IMayy1T5ucSCmbybn2NeERUdVqn5Q9 { display:none; }
 }@media only screen and (max-width: 763px) { #XmDLBHC5Tm3rvrbficN0wQZGhVeBUJzE { display:none; }
 }@media only screen and (max-width: 763px) { #hfDaBvqqxtgGrPbCr37NriauXWq7MZTp { display:none; }
 }@media only screen and (max-width: 763px) { #W44PBr0LhTleczlN51fDrtmtfiZ568UZ { display:none; }
 }@media only screen and (max-width: 763px) { #SVGV0MerDGU9qJLq2o7GUTwqk54tKEfn { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #r57xE0TinukA88nb79pMbETh0FeMty8W { display:block; }
 }@media only screen and (max-width: 763px) { #BAOFXErGtu69isnvckH8xl2XNW0ooExt { width:17.5rem;height:4.5rem;top:18.5625rem;left:15.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #xAtyyshP7bb0s4QbxTl5IATxSH5iEVgx { display:block; }
 }@media only screen and (max-width: 763px) { #NW7MlCtODPt4vMxK7E6TSVAzXui2LLTL { display:none; }#NW7MlCtODPt4vMxK7E6TSVAzXui2LLTL > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #i35rmCLywXHGPMgvEDlrOXmP7OcUomNl { display:none; }#i35rmCLywXHGPMgvEDlrOXmP7OcUomNl > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #L6qfm3oiDkhifSqX2JVcIT3sJUZZws9U { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #OqgwbR6mVVXkHQInORHM1QO2zX3QgEv5 { display:block; }
 }@media only screen and (max-width: 763px) { #Jt2wpCLsXWzImvLMa1MRSZ7BU7qdtRPJ { width:20.6875rem;height:26.9375rem;top:1.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xrfndIgdrEdXeJt1Su7EB6N7gSQC1Al2 { width:17.5rem;height:4.5rem;top:18.5625rem;left:15.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #mmLThS7a55yH8zgiaIKEsOR3u9vAuPtz { display:block; }
 }@media only screen and (max-width: 763px) { #r1U6wWMybnKAuNufeOVtx0uU9VwieqlN { display:none; }#r1U6wWMybnKAuNufeOVtx0uU9VwieqlN > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ihl2SXf3yidI9tu1ag15h7iCcXaIaeAT { top:7.5rem;left:0rem;width:18.25rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQQQryZEbSwUWb8lMMAdaXDSO1iJn4yp { top:15.125rem;left:0rem;width:18.25rem;height:4.5rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #l1d3EoJgqpS5HPzxfMNi3rrLDgcOBG8H { display:none; }
 }@media only screen and (max-width: 763px) { #Nl6atIzehPOMQQwcs1yQrONTvyR4Zv7X { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #kdozo4slhrXLw6ltFJ0ywS5ahOhzxPnu { display:block; }
 }@media only screen and (max-width: 763px) { #RiXRsUU8BMfm8nmdVvPt4v5PZW6wyp7O { top:17.125rem;left:0rem;width:18.25rem;height:2.5625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #JumtTr8fg7v3B9WUnMXnZAMkEOAzQTpP { top:23.1875rem;left:1.8125rem;width:12.0625rem;height:;font-size:1rem;display:none; }#JumtTr8fg7v3B9WUnMXnZAMkEOAzQTpP li:before{  }
 }@media only screen and (max-width: 763px) { #dxrKZfGRoqCB63VClFeFOcL1F9MLOT9K { top:48.9375rem;left:1.8125rem;width:12.0625rem;height:;font-size:1rem;display:none; }#dxrKZfGRoqCB63VClFeFOcL1F9MLOT9K li:before{  }
 }@media only screen and (max-width: 763px) { #xZeP2SFgTZnbt957nxkmLGJDZWzMTe9P { width:31.125rem;height:92.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GvFWxzIOErzS1XZ1MwnQKb7lLldFCsJl { width:31.125rem;height:92.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PVPTy9X5zeObLzeJTbu8aNwn9rbsbkF0 { top:22.1875rem;left:0rem;width:18.25rem;height:1.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #bSoF77FZVd4FoR555vnf0sv8y1WZ9rfi { top:47.375rem;left:2.5625rem;width:11.3125rem;height:1.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #bpggAzI7BJlqNo2MW5voE3CPylUVU8mF { width:17.5rem;height:4.5rem;top:18.5625rem;left:15.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #RThi6BNVKo18MPRo3ThNSzZwhIc5tpqS { display:block; }
 }@media only screen and (max-width: 763px) { #zohS3khQthIltdbsyELTHVnD2c6lITQI { display:none; }#zohS3khQthIltdbsyELTHVnD2c6lITQI > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #w6kyCTHOT1neEmZvJd8HyIzk7WNALSyx { top:1rem;left:11.875rem;width:23.9375rem;height:1.9367382421875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDWwG6EM3J7JRuswnfAslie6UmPpBKG0 { width:37.5rem;height:37.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #udhIHTx2yIkWrKNMygL478qm4Mk8yuDZ { width:37.5rem;height:37.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #MawXrpz0VT9BBCc0OuCSgx1E3csxxt2X { width:37.5rem;height:37.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #S10c00ToIc5Ckh84U7TBxvKwcVAE5pBr { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #TimWZa9AoXVCkkFzDhWtMfn7wGEITDqs { display:block; }
 }@media only screen and (max-width: 763px) { #nqbDcySBJUO9d6q2mThMmJcSSQsbl01d { display:none; }#nqbDcySBJUO9d6q2mThMmJcSSQsbl01d > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TzBai7i7pVTC4mVTbuhzziK516H3FK3E { width:0;height:0.9375rem;top:31.3125rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FI0oJ0oThM9WLm46pJtqIKfSuvitBTwc { width:47.75rem;height:2.625rem;top:2rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oysf7aSH6izFBSGTil744Znbqhn6reoh { top:7.0625rem;left:20.15625rem;width:7.4375rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7JJeNZzNPBi8o3AkZvLQ7GRpWv7cTvE { width:20.0625rem;height:1.75rem;top:9.0625rem;left:13.84375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWXTMZwzFoTwdukSaz763VvE01nMvIXa { top:11.4375rem;left:20.40625rem;width:6.9375rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JC0zVTXDGxlkqmbErKfJUXFcfLdgeLc1 { width:47.75rem;height:2.1875rem;top:4.875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vW7ZQ0zzA9Ph8TW1dZKbCrJyvEaAkt8D { top:15.4375rem;left:5.4375rem;width:36.875rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dovtNkL9wdMicI1QTWDNe4vcqn3COPFx { display:none; }#dovtNkL9wdMicI1QTWDNe4vcqn3COPFx > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hT0VkSPpn3kIDudz1zGJ7i5OZeOQXmS2 { top:1.0625rem;left:0rem;width:20rem;height:3.875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #psM1hzNxMbTccyHsrh1CnCPsFf9odHii { top:6.625rem;left:0rem;width:20rem;height:2.25rem;font-size:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #RGMrSlGsZRAazAinSAykCXoXFbu3vXJc { width:1.75rem;height:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xxZv5z9g8Xe5WbN49OOMMWURGNyU37sw { top:8.8125rem;left:0rem;width:15.1875rem;height:3.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #naOcn2RRJV6ngUmvhbEOdFDQSOsvuPTz { width:1.75rem;height:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #eXmHmsTlXdB7Tlprvn65MbucfTeToh6W { top:13.25rem;left:0rem;width:15.1875rem;height:4.5rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vtgpQZGLbAIC2oCPKdGZmO8igWQeVxcK { width:23.8125rem;height:19.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RaV0w7yEy2UMcuFiL8lDxOFEpeBsaTzr { top:20.0625rem;left:0rem;width:15rem;height:2.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zI60bRdhehD5GKhIWS3cHoE1lNBhGEQf { width:1.75rem;height:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #inAFWoBUTDOq1AocsFBhGpHAlBe5Bxuk { top:23.6875rem;left:0rem;width:14.9375rem;height:3.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #f3EBKkPsx5ryN1aC0gIb42RV0GlPDtnD { top:28.5625rem;left:0rem;width:15.125rem;height:2.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #d6bgFmNNmxvODfPMduZcKeQbG3cxdUBy { width:1.25rem;height:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #BTmzgmamDu8GJV9oLrLl4kwuVtHelduB { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #znCWeT9ZZqzTpT19Vs6ML43e6hvPiZ9i { display:block; }
 }@media only screen and (max-width: 763px) { #SKEv6J10l70ZpcQ7RyaVwdVSku5kcMNM { display:block; }#SKEv6J10l70ZpcQ7RyaVwdVSku5kcMNM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C4MpQDAQIhrzsMaZTh2rgeM0NxpKNtet { top:1.3125rem;left:20.375rem;width:1.875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnInq9hxfg3xVRow1pCBFdzMeZmlL5Gi { top:1.3125rem;left:22.875rem;width:1.9375rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLsmmkTtEQAqWGttJnCq9xU28BKwTW5L { top:1.1875rem;left:25.25rem;width:2.125rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lu0SoX6veQnPdaydBwTEU21ykhQyyb9A { top:4rem;left:0rem;width:47.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JknFfV3k9GTOgFh9TeSyfGoOJcbEAU3G { display:none; }#JknFfV3k9GTOgFh9TeSyfGoOJcbEAU3G > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #J7FRU5SmQ3sEtVk6mGzgoby7R2VMeUgM { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #Q94iBhETpvfLLB8PerriiW5EWJtoDWy5 { display:block; }
 }@media only screen and (max-width: 763px) { #tk6gH7cEuD7tHLrdwLdgiGeqDgEcQhKe { display:none; }#tk6gH7cEuD7tHLrdwLdgiGeqDgEcQhKe > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Xw7SkkMkloDStVqa7cag24wEQyTmeX3s { display:none; }#Xw7SkkMkloDStVqa7cag24wEQyTmeX3s > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #geptP9A6Edq4vJSBXwbJgBLHTiVZiT8t { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #UDAbRx6D7WOb1TqJdK5rONZ7hcZXD4PL { display:block; }
 }@media only screen and (max-width: 763px) { #OBrzeWBUPcsZq91iHly6KKtFFEwNVT86 { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #lXoH87Qxfc3D7Em42cnzgLFhuswL1sBh { display:block; }
 }@media only screen and (max-width: 763px) { #xeIKw2ftvpsHz4BPO1vccRktTknA6cas { top:3.8125rem;left:0rem;width:6.5625rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHH4VKE8f9E20EQy1e3CREPW3faJAxsR { top:1rem;left:0.75rem;width:12.5rem;height:3.625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TIlXCCEfawmCBeXgBkSDB90TvHfFHnyb { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #SC7OIRFLSMBrny8ySzkExKydOAzRXmAe { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;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); } }@media only screen and (max-width: 763px) { #hnkmdU7LTwFbD9FNu7VydSFekJ3F8JGZ { display:block; }#hnkmdU7LTwFbD9FNu7VydSFekJ3F8JGZ { background-color: transparent; background-image: none; }#hnkmdU7LTwFbD9FNu7VydSFekJ3F8JGZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hnkmdU7LTwFbD9FNu7VydSFekJ3F8JGZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hnkmdU7LTwFbD9FNu7VydSFekJ3F8JGZ > .row .container > .video-iframe-container { display: none; }#hnkmdU7LTwFbD9FNu7VydSFekJ3F8JGZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hnkmdU7LTwFbD9FNu7VydSFekJ3F8JGZ > .row > .video-iframe-container { display: none; }#hnkmdU7LTwFbD9FNu7VydSFekJ3F8JGZ > .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); }#hnkmdU7LTwFbD9FNu7VydSFekJ3F8JGZ > .row .container { width:20rem;height:2.5625rem;background-color:#ffffff;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V0BZ5GvNSe2SobLeKHEXtfKCOtmKXdVg { top:0.84375rem;left:7.28125rem;width:5.4375rem;height:0.8125rem;z-index:100000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TrmlM22SLivySdMSDc5qs9II6qO5yyup { top:0rem;left:0rem;width:20rem;height:2.5625rem;z-index:100001;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #SvzyBXlUuMhynUruGiCNUWZ0TF6gGWMf { display:block; }
 }@media only screen and (max-width: 763px) { #qutC4fuFH6L5VaBdCgmOGRo7T0p5TZbo { display:none; }#qutC4fuFH6L5VaBdCgmOGRo7T0p5TZbo > .row .container { width:20rem;height:49.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lvgHuoMmxuPdyyZ0Nm1MP1dsfiUtyFFK { width:19.0625rem;height:auto;top:14.8125rem;left:0.4375rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #yTfkTX6a8wEpcMQBSw1UBNWvJt6TOpI6 { width:19.0625rem;height:auto;top:18.75rem;left:0.4375rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #qDdslsAxKZxEoHE7wVG46Z6DpfRAWsbN { width:17.5rem;height:3.4375rem;top:24.875rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ByySJUwBKEv1ouRWD0dEimzgmTwZwn5M { display:block; }
 }@media only screen and (max-width: 763px) { #biHQtvLGf38S3oMJPT3pbywCNvbJGAKA { width:10.375rem;height:1.75rem;top:1.25rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEiTAdLI2577n4bn8X1a2g4cL1CTG4d8 { background-color:#fadd9b;background-image:url("https://images.assets-landingi.com/uc/cf35015d-c4d2-4075-9fff-dccf7bfa117b/CABECERA5.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#KEiTAdLI2577n4bn8X1a2g4cL1CTG4d8.adaptive-delivery-prevent-bg, #KEiTAdLI2577n4bn8X1a2g4cL1CTG4d8.lazyload, #KEiTAdLI2577n4bn8X1a2g4cL1CTG4d8.lazyloading { background-image: none; }#KEiTAdLI2577n4bn8X1a2g4cL1CTG4d8 > .row .container { background-color: transparent; background-image: none; }#KEiTAdLI2577n4bn8X1a2g4cL1CTG4d8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KEiTAdLI2577n4bn8X1a2g4cL1CTG4d8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KEiTAdLI2577n4bn8X1a2g4cL1CTG4d8 > .row .container > .video-iframe-container { display: none; }#KEiTAdLI2577n4bn8X1a2g4cL1CTG4d8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KEiTAdLI2577n4bn8X1a2g4cL1CTG4d8 > .row > .video-iframe-container { display: none; }#KEiTAdLI2577n4bn8X1a2g4cL1CTG4d8 > .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); }#KEiTAdLI2577n4bn8X1a2g4cL1CTG4d8 > .row .container { border-width: 0; border-radius: 0; }#KEiTAdLI2577n4bn8X1a2g4cL1CTG4d8 > .row > .video-iframe-container {  }#KEiTAdLI2577n4bn8X1a2g4cL1CTG4d8 > .row .container { width:20rem;height:33.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OJpmx9rrz3LVKDRDeTb4bKT1c0T3vvyr { top:6.3125rem;left:0rem;width:20rem;height:3rem;z-index:99998;font-family:brown;text-align:center;text-align-last:center;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Tm1zln2n2BD3USszlmOemRgXC0ttFK2n { top:2.63720703125rem;left:0rem;width:20rem;height:2.92480625rem;z-index:99999;font-family:canela;text-align:center;text-align-last:center;font-size:2.25rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #UxmMKKUrTeroEZD2FdDVWmUiNCku4CWC { top:0rem;left:0rem;width:20rem;height:33.625rem;z-index:100013;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Fd8Rc7AtCM9R0m9cJcK1ROKFusTCb2tT { display:block; }
 }@media only screen and (max-width: 763px) { #vTZgaVT7an9hKkZWFL3T1GATVy7cszNO { display:block; }#vTZgaVT7an9hKkZWFL3T1GATVy7cszNO > .row .container { width:20rem;height:2.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hniNKdQU09AT69XdHRuPbKv6GdK2QmpM { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#hniNKdQU09AT69XdHRuPbKv6GdK2QmpM > .row .container { background-color: transparent; background-image: none; }#hniNKdQU09AT69XdHRuPbKv6GdK2QmpM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hniNKdQU09AT69XdHRuPbKv6GdK2QmpM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hniNKdQU09AT69XdHRuPbKv6GdK2QmpM > .row .container > .video-iframe-container { display: none; }#hniNKdQU09AT69XdHRuPbKv6GdK2QmpM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hniNKdQU09AT69XdHRuPbKv6GdK2QmpM > .row > .video-iframe-container { display: none; }#hniNKdQU09AT69XdHRuPbKv6GdK2QmpM > .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); }#hniNKdQU09AT69XdHRuPbKv6GdK2QmpM > .row .container { border-width: 0; border-radius: 0; }#hniNKdQU09AT69XdHRuPbKv6GdK2QmpM > .row > .video-iframe-container {  }#hniNKdQU09AT69XdHRuPbKv6GdK2QmpM > .row .container { width:20rem;height:23.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oTmMPMUSx4BSznzmKbmGT0A03kh3yw4C { top:7.013671875rem;left:8.25rem;width:11.75rem;height:15.189425rem;z-index:100001;font-family:brown;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUTZTCHuRys1RyT6sid4S7pWsTLwe7PT { top:1rem;left:0rem;width:20rem;height:4.3496125rem;z-index:100002;text-align:center;text-align-last:center;font-family:brown;font-size:1.8125rem;font-weight:400;font-style:normal;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #OUh0E1D2DA8PxfRWxhdp7q08ZffG8h9z { width:7.4375rem;height:16.4375rem;top:5.01025390625rem;left:0rem;overflow:hidden;z-index:100001;display:block; }
 }@media only screen and (max-width: 763px) { #DkJVpnbv9JkKa9rVVL04nA34GToW2LWa { top:0rem;left:0rem;width:20rem;height:23.5625rem;z-index:100012;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #RlrAHQ6Oh3BQGHenRhEqzQp9JJiB0FKU { display:block; }
 }@media only screen and (max-width: 763px) { #PohoGB83khcVxGiTvESSwCq85xOgHiFs { width:17.5rem;height:3.4375rem;top:21.0625rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #mXosJrm1ptEEEK6hXIBH2G3ipueNvPZK { display:block; }
 }@media only screen and (max-width: 763px) { #FRSu0w9mIknqVQKLhsiLPdMZAGwaL6fS { background-color:#ffe9a9;background-image:url("https://images.assets-landingi.com/uc/d6a4c8a5-9400-4a9f-83c6-096adf612e80/resultados.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#FRSu0w9mIknqVQKLhsiLPdMZAGwaL6fS.adaptive-delivery-prevent-bg, #FRSu0w9mIknqVQKLhsiLPdMZAGwaL6fS.lazyload, #FRSu0w9mIknqVQKLhsiLPdMZAGwaL6fS.lazyloading { background-image: none; }#FRSu0w9mIknqVQKLhsiLPdMZAGwaL6fS > .row .container { background-color: transparent; background-image: none; }#FRSu0w9mIknqVQKLhsiLPdMZAGwaL6fS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FRSu0w9mIknqVQKLhsiLPdMZAGwaL6fS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FRSu0w9mIknqVQKLhsiLPdMZAGwaL6fS > .row .container > .video-iframe-container { display: none; }#FRSu0w9mIknqVQKLhsiLPdMZAGwaL6fS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FRSu0w9mIknqVQKLhsiLPdMZAGwaL6fS > .row > .video-iframe-container { display: none; }#FRSu0w9mIknqVQKLhsiLPdMZAGwaL6fS > .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); }#FRSu0w9mIknqVQKLhsiLPdMZAGwaL6fS > .row .container { border-width: 0; border-radius: 0; }#FRSu0w9mIknqVQKLhsiLPdMZAGwaL6fS > .row > .video-iframe-container {  }#FRSu0w9mIknqVQKLhsiLPdMZAGwaL6fS > .row .container { width:20rem;height:30.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zTNV44ARNxH7FKV7F1U1P8QA7vSoAnDl { top:5.755859375rem;left:0.375rem;width:11.4375rem;height:1.29980625rem;z-index:100011;font-family:brown;font-weight:400;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #N0FZPkk9VEvn2SIWCaLO0om1RdKzx9yb { top:9.125rem;left:1.0625rem;width:10.0625rem;height:2.5996125rem;z-index:100012;font-family:brown;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #cLUb87tFMytn56zyMo879psPsDvD9AZa { top:14.5rem;left:0.9375rem;width:7.5625rem;height:2.5996125rem;z-index:100013;font-family:brown;font-size:1rem;font-weight:400;font-style:normal;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #WlgHJTEb389V6uFkLsQpGzzvOOih1Cg5 { top:19.9375rem;left:1.1875rem;width:7.9375rem;height:2.5996125rem;z-index:100014;font-family:brown;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #T2IMayy1T5ucSCmbybn2NeERUdVqn5Q9 { top:12.9375rem;left:0rem;width:12rem;height:5.3125rem;z-index:100009;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;display:block; }
 }@media only screen and (max-width: 763px) { #XmDLBHC5Tm3rvrbficN0wQZGhVeBUJzE { top:5.0625rem;left:0rem;width:12.125rem;height:2.6875rem;z-index:100009;background-color:#000000;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;display:block; }
 }@media only screen and (max-width: 763px) { #hfDaBvqqxtgGrPbCr37NriauXWq7MZTp { top:7.5625rem;left:0rem;width:12rem;height:5.3125rem;z-index:100010;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;display:block; }
 }@media only screen and (max-width: 763px) { #W44PBr0LhTleczlN51fDrtmtfiZ568UZ { top:18.3125rem;left:0rem;width:12rem;height:5.3125rem;z-index:100010;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;display:block; }
 }@media only screen and (max-width: 763px) { #SVGV0MerDGU9qJLq2o7GUTwqk54tKEfn { top:0rem;left:0rem;width:20rem;height:1.25rem;z-index:100011;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #r57xE0TinukA88nb79pMbETh0FeMty8W { display:block; }
 }@media only screen and (max-width: 763px) { #BAOFXErGtu69isnvckH8xl2XNW0ooExt { top:0rem;left:0rem;width:20rem;height:30.25rem;z-index:100013;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #xAtyyshP7bb0s4QbxTl5IATxSH5iEVgx { display:block; }
 }@media only screen and (max-width: 763px) { #NW7MlCtODPt4vMxK7E6TSVAzXui2LLTL { display:block; }#NW7MlCtODPt4vMxK7E6TSVAzXui2LLTL > .row .container { width:20rem;height:0.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i35rmCLywXHGPMgvEDlrOXmP7OcUomNl { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#i35rmCLywXHGPMgvEDlrOXmP7OcUomNl > .row .container { background-color: transparent; background-image: none; }#i35rmCLywXHGPMgvEDlrOXmP7OcUomNl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i35rmCLywXHGPMgvEDlrOXmP7OcUomNl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i35rmCLywXHGPMgvEDlrOXmP7OcUomNl > .row .container > .video-iframe-container { display: none; }#i35rmCLywXHGPMgvEDlrOXmP7OcUomNl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i35rmCLywXHGPMgvEDlrOXmP7OcUomNl > .row > .video-iframe-container { display: none; }#i35rmCLywXHGPMgvEDlrOXmP7OcUomNl > .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); }#i35rmCLywXHGPMgvEDlrOXmP7OcUomNl > .row .container { border-width: 0; border-radius: 0; }#i35rmCLywXHGPMgvEDlrOXmP7OcUomNl > .row > .video-iframe-container {  }#i35rmCLywXHGPMgvEDlrOXmP7OcUomNl > .row .container { width:20rem;height:26.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L6qfm3oiDkhifSqX2JVcIT3sJUZZws9U { top:0rem;left:0rem;width:20rem;height:2.125rem;z-index:100010;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #OqgwbR6mVVXkHQInORHM1QO2zX3QgEv5 { display:block; }
 }@media only screen and (max-width: 763px) { #Jt2wpCLsXWzImvLMa1MRSZ7BU7qdtRPJ { top:0rem;left:0rem;width:20rem;height:26rem;z-index:100011;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #xrfndIgdrEdXeJt1Su7EB6N7gSQC1Al2 { top:0rem;left:0rem;width:20rem;height:25.9375rem;z-index:100014;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #mmLThS7a55yH8zgiaIKEsOR3u9vAuPtz { display:block; }
 }@media only screen and (max-width: 763px) { #r1U6wWMybnKAuNufeOVtx0uU9VwieqlN { background-color:#fdfeff;background-image:url("https://images.assets-landingi.com/uc/e7d91eb8-7fc2-4b0e-9c9f-8ffaf3041570/TEXTURA1.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#r1U6wWMybnKAuNufeOVtx0uU9VwieqlN.adaptive-delivery-prevent-bg, #r1U6wWMybnKAuNufeOVtx0uU9VwieqlN.lazyload, #r1U6wWMybnKAuNufeOVtx0uU9VwieqlN.lazyloading { background-image: none; }#r1U6wWMybnKAuNufeOVtx0uU9VwieqlN > .row .container { background-color: transparent; background-image: none; }#r1U6wWMybnKAuNufeOVtx0uU9VwieqlN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r1U6wWMybnKAuNufeOVtx0uU9VwieqlN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r1U6wWMybnKAuNufeOVtx0uU9VwieqlN > .row .container > .video-iframe-container { display: none; }#r1U6wWMybnKAuNufeOVtx0uU9VwieqlN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r1U6wWMybnKAuNufeOVtx0uU9VwieqlN > .row > .video-iframe-container { display: none; }#r1U6wWMybnKAuNufeOVtx0uU9VwieqlN > .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); }#r1U6wWMybnKAuNufeOVtx0uU9VwieqlN > .row .container { border-width: 0; border-radius: 0; }#r1U6wWMybnKAuNufeOVtx0uU9VwieqlN > .row > .video-iframe-container {  }#r1U6wWMybnKAuNufeOVtx0uU9VwieqlN > .row .container { width:20rem;height:82rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ihl2SXf3yidI9tu1ag15h7iCcXaIaeAT { width:18.25rem;height:6.499rem;top:7.5rem;left:0.875rem;font-size:1rem;font-family:brown;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pQQQryZEbSwUWb8lMMAdaXDSO1iJn4yp { width:18.25rem;height:4.5498rem;top:2.0625rem;left:0.875rem;font-size:1.75rem;font-family:brown;font-weight:700;font-style:normal;text-align:center;text-align-last:center;z-index:100018;display:block; }
 }@media only screen and (max-width: 763px) { #l1d3EoJgqpS5HPzxfMNi3rrLDgcOBG8H { top:15.4375rem;left:3.5625rem;width:12.875rem;height:0.1875rem;z-index:100019;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Nl6atIzehPOMQQwcs1yQrONTvyR4Zv7X { top:-0.0625rem;left:0rem;width:20rem;height:82rem;z-index:100009;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #kdozo4slhrXLw6ltFJ0ywS5ahOhzxPnu { display:block; }
 }@media only screen and (max-width: 763px) { #RiXRsUU8BMfm8nmdVvPt4v5PZW6wyp7O { width:18.25rem;height:3.25rem;top:17.125rem;left:0.875rem;font-size:1.25rem;font-family:brown;font-weight:400;font-style:normal;text-align:center;text-align-last:center;z-index:100018;display:block; }
 }@media only screen and (max-width: 763px) { #JumtTr8fg7v3B9WUnMXnZAMkEOAzQTpP { width:12.0625rem;height:20.4345625rem;top:24.3125rem;left:7.9375rem;font-size:1rem;font-family:brown;font-weight:400;font-style:normal;text-align:left;text-align-last:left;z-index:100019;display:block; }#JumtTr8fg7v3B9WUnMXnZAMkEOAzQTpP li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#JumtTr8fg7v3B9WUnMXnZAMkEOAzQTpP li:before{  }
 }@media only screen and (max-width: 763px) { #dxrKZfGRoqCB63VClFeFOcL1F9MLOT9K { width:12.0625rem;height:30.7831875rem;top:49.96728515625rem;left:7.9375rem;font-size:1rem;font-family:brown;font-weight:400;font-style:normal;text-align:left;text-align-last:left;z-index:100020;display:block; }#dxrKZfGRoqCB63VClFeFOcL1F9MLOT9K li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#dxrKZfGRoqCB63VClFeFOcL1F9MLOT9K li:before{  }
 }@media only screen and (max-width: 763px) { #xZeP2SFgTZnbt957nxkmLGJDZWzMTe9P { top:54.4833984375rem;left:0.875rem;width:6.625rem;height:19.75rem;z-index:100021;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #GvFWxzIOErzS1XZ1MwnQKb7lLldFCsJl { top:24.654296875rem;left:0rem;width:6.625rem;height:19.75rem;z-index:100022;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #PVPTy9X5zeObLzeJTbu8aNwn9rbsbkF0 { width:11.3125rem;height:1.625rem;top:22.1875rem;left:7.875rem;font-size:1.25rem;font-family:brown;font-weight:400;font-style:normal;text-align:left;text-align-last:left;z-index:100019;display:block; }
 }@media only screen and (max-width: 763px) { #bSoF77FZVd4FoR555vnf0sv8y1WZ9rfi { width:11.3125rem;height:1.625rem;top:47.40478515625rem;left:8.6875rem;font-size:1.25rem;font-family:brown;font-weight:400;font-style:normal;text-align:left;text-align-last:left;z-index:100020;display:block; }
 }@media only screen and (max-width: 763px) { #bpggAzI7BJlqNo2MW5voE3CPylUVU8mF { top:0rem;left:0rem;width:20rem;height:82rem;z-index:100023;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #RThi6BNVKo18MPRo3ThNSzZwhIc5tpqS { display:block; }
 }@media only screen and (max-width: 763px) { #zohS3khQthIltdbsyELTHVnD2c6lITQI { display:block; }#zohS3khQthIltdbsyELTHVnD2c6lITQI > .row .container { width:20rem;height:11.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w6kyCTHOT1neEmZvJd8HyIzk7WNALSyx { width:20rem;height:1.6181625rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDWwG6EM3J7JRuswnfAslie6UmPpBKG0 { top:4.7421875rem;left:0rem;width:6.1875rem;height:6.1875rem;z-index:100001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #udhIHTx2yIkWrKNMygL478qm4Mk8yuDZ { top:4.7421875rem;left:6.90625rem;width:6.1875rem;height:6.1875rem;z-index:100002;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #MawXrpz0VT9BBCc0OuCSgx1E3csxxt2X { top:4.7421875rem;left:13.8125rem;width:6.1875rem;height:6.1875rem;z-index:100003;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #S10c00ToIc5Ckh84U7TBxvKwcVAE5pBr { top:-0.0625rem;left:0rem;width:20rem;height:11.875rem;z-index:100008;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #TimWZa9AoXVCkkFzDhWtMfn7wGEITDqs { display:block; }
 }@media only screen and (max-width: 763px) { #nqbDcySBJUO9d6q2mThMmJcSSQsbl01d { display:block; }#nqbDcySBJUO9d6q2mThMmJcSSQsbl01d > .row .container { width:20rem;height:38.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TzBai7i7pVTC4mVTbuhzziK516H3FK3E { width:0.0625rem;height:0.9375rem;top:37.921875rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FI0oJ0oThM9WLm46pJtqIKfSuvitBTwc { width:20rem;height:4.04980625rem;top:1.44921875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #oysf7aSH6izFBSGTil744Znbqhn6reoh { width:10.875rem;height:2.5625rem;top:9.99706875rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7JJeNZzNPBi8o3AkZvLQ7GRpWv7cTvE { width:20rem;height:1.79980625rem;top:13.80956875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWXTMZwzFoTwdukSaz763VvE01nMvIXa { width:6.0625rem;height:2rem;top:15.6083984375rem;left:6.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JC0zVTXDGxlkqmbErKfJUXFcfLdgeLc1 { width:20rem;height:2.19970625rem;top:7.859375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vW7ZQ0zzA9Ph8TW1dZKbCrJyvEaAkt8D { width:20rem;height:16.5625rem;top:20.109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dovtNkL9wdMicI1QTWDNe4vcqn3COPFx { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#dovtNkL9wdMicI1QTWDNe4vcqn3COPFx > .row .container { background-color: transparent; background-image: none; }#dovtNkL9wdMicI1QTWDNe4vcqn3COPFx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dovtNkL9wdMicI1QTWDNe4vcqn3COPFx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dovtNkL9wdMicI1QTWDNe4vcqn3COPFx > .row .container > .video-iframe-container { display: none; }#dovtNkL9wdMicI1QTWDNe4vcqn3COPFx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dovtNkL9wdMicI1QTWDNe4vcqn3COPFx > .row > .video-iframe-container { display: none; }#dovtNkL9wdMicI1QTWDNe4vcqn3COPFx > .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); }#dovtNkL9wdMicI1QTWDNe4vcqn3COPFx > .row .container { border-width: 0; border-radius: 0; }#dovtNkL9wdMicI1QTWDNe4vcqn3COPFx > .row > .video-iframe-container {  }#dovtNkL9wdMicI1QTWDNe4vcqn3COPFx > .row .container { width:20rem;height:34.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hT0VkSPpn3kIDudz1zGJ7i5OZeOQXmS2 { top:1.44970703125rem;left:2.28125rem;width:15.4375rem;height:2.92480625rem;z-index:100001;font-family:brown;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #psM1hzNxMbTccyHsrh1CnCPsFf9odHii { top:4.0625rem;left:0rem;width:20rem;height:3.25rem;z-index:100002;font-family:canela;text-align:center;text-align-last:center;font-size:2.5rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #RGMrSlGsZRAazAinSAykCXoXFbu3vXJc { top:8.5rem;left:0.1875rem;width:4.5rem;height:3.5625rem;z-index:100003;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #xxZv5z9g8Xe5WbN49OOMMWURGNyU37sw { top:8.6875rem;left:5rem;width:15.1875rem;height:3.41161875rem;z-index:100002;font-family:brown;text-align:left;text-align-last:left;font-size:0.875rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #naOcn2RRJV6ngUmvhbEOdFDQSOsvuPTz { top:14.125rem;left:15.6875rem;width:4rem;height:3.1875rem;z-index:100002;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #eXmHmsTlXdB7Tlprvn65MbucfTeToh6W { top:13.5625rem;left:0rem;width:15.1875rem;height:4.548825rem;z-index:100003;font-family:brown;text-align:right;text-align-last:right;font-size:0.875rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #vtgpQZGLbAIC2oCPKdGZmO8igWQeVxcK { top:19.5rem;left:0.375rem;width:3.875rem;height:3.125rem;z-index:100007;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #RaV0w7yEy2UMcuFiL8lDxOFEpeBsaTzr { top:19.9375rem;left:5rem;width:15rem;height:2.2744125rem;z-index:100004;font-family:brown;text-align:left;text-align-last:left;font-size:0.875rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #zI60bRdhehD5GKhIWS3cHoE1lNBhGEQf { top:23.9375rem;left:16.1875rem;width:3.8125rem;height:2.875rem;z-index:100001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #inAFWoBUTDOq1AocsFBhGpHAlBe5Bxuk { top:23.6875rem;left:0rem;width:14.9375rem;height:3.41161875rem;z-index:100005;font-family:brown;text-align:right;text-align-last:right;font-size:0.875rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #f3EBKkPsx5ryN1aC0gIb42RV0GlPDtnD { top:29.1875rem;left:4.875rem;width:15.125rem;height:2.2744125rem;z-index:100006;font-family:brown;text-align:left;text-align-last:left;font-size:0.875rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #d6bgFmNNmxvODfPMduZcKeQbG3cxdUBy { top:27.75rem;left:0.875rem;width:3.125rem;height:5.0625rem;z-index:100002;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #BTmzgmamDu8GJV9oLrLl4kwuVtHelduB { top:0rem;left:0rem;width:20rem;height:34.625rem;z-index:100008;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #znCWeT9ZZqzTpT19Vs6ML43e6hvPiZ9i { display:block; }
 }@media only screen and (max-width: 763px) { #SKEv6J10l70ZpcQ7RyaVwdVSku5kcMNM { position:relative;z-index:auto;display:block; }#SKEv6J10l70ZpcQ7RyaVwdVSku5kcMNM > .row .container { width:20rem;height:8.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C4MpQDAQIhrzsMaZTh2rgeM0NxpKNtet { width:2.6875rem;height:2.5625rem;top:1.8125rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnInq9hxfg3xVRow1pCBFdzMeZmlL5Gi { width:2.5rem;height:2.375rem;top:1.875rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLsmmkTtEQAqWGttJnCq9xU28BKwTW5L { width:3.1875rem;height:3.0625rem;top:1.5625rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lu0SoX6veQnPdaydBwTEU21ykhQyyb9A { width:20rem;height:1.13720625rem;top:5.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JknFfV3k9GTOgFh9TeSyfGoOJcbEAU3G { display:block; }#JknFfV3k9GTOgFh9TeSyfGoOJcbEAU3G > .row .container { width:20rem;height:6rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J7FRU5SmQ3sEtVk6mGzgoby7R2VMeUgM { top:-0.03125rem;left:0rem;width:20rem;height:5.875rem;z-index:100002;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Q94iBhETpvfLLB8PerriiW5EWJtoDWy5 { display:block; }
 }@media only screen and (max-width: 763px) { #tk6gH7cEuD7tHLrdwLdgiGeqDgEcQhKe { background-color:#ffe9a9;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#tk6gH7cEuD7tHLrdwLdgiGeqDgEcQhKe > .row .container { background-color: transparent; background-image: none; }#tk6gH7cEuD7tHLrdwLdgiGeqDgEcQhKe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tk6gH7cEuD7tHLrdwLdgiGeqDgEcQhKe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tk6gH7cEuD7tHLrdwLdgiGeqDgEcQhKe > .row .container > .video-iframe-container { display: none; }#tk6gH7cEuD7tHLrdwLdgiGeqDgEcQhKe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tk6gH7cEuD7tHLrdwLdgiGeqDgEcQhKe > .row > .video-iframe-container { display: none; }#tk6gH7cEuD7tHLrdwLdgiGeqDgEcQhKe > .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); }#tk6gH7cEuD7tHLrdwLdgiGeqDgEcQhKe > .row .container { border-width: 0; border-radius: 0; }#tk6gH7cEuD7tHLrdwLdgiGeqDgEcQhKe > .row > .video-iframe-container {  }#tk6gH7cEuD7tHLrdwLdgiGeqDgEcQhKe > .row .container { width:20rem;height:4.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xw7SkkMkloDStVqa7cag24wEQyTmeX3s { position:fixed;z-index:199999;background-color:#ffe9a9;background-image:none;bottom:0rem;left:0rem;right:0rem;display:block; }#Xw7SkkMkloDStVqa7cag24wEQyTmeX3s > .row .container { background-color: transparent; background-image: none; }#Xw7SkkMkloDStVqa7cag24wEQyTmeX3s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xw7SkkMkloDStVqa7cag24wEQyTmeX3s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xw7SkkMkloDStVqa7cag24wEQyTmeX3s > .row .container > .video-iframe-container { display: none; }#Xw7SkkMkloDStVqa7cag24wEQyTmeX3s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xw7SkkMkloDStVqa7cag24wEQyTmeX3s > .row > .video-iframe-container { display: none; }#Xw7SkkMkloDStVqa7cag24wEQyTmeX3s > .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); }#Xw7SkkMkloDStVqa7cag24wEQyTmeX3s > .row .container { width:20rem;height:8.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #geptP9A6Edq4vJSBXwbJgBLHTiVZiT8t { top:5.125rem;left:6.875rem;width:13.125rem;height:2.5rem;z-index:100002;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:brown;font-weight:400;font-style:normal;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDAbRx6D7WOb1TqJdK5rONZ7hcZXD4PL { display:block; }
 }@media only screen and (max-width: 763px) { #OBrzeWBUPcsZq91iHly6KKtFFEwNVT86 { top:0rem;left:0rem;width:20rem;height:1rem;z-index:100003;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #lXoH87Qxfc3D7Em42cnzgLFhuswL1sBh { display:block; }
 }@media only screen and (max-width: 763px) { #xeIKw2ftvpsHz4BPO1vccRktTknA6cas { width:3.25rem;height:6.9375rem;top:0.96875rem;left:1.9375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #oHH4VKE8f9E20EQy1e3CREPW3faJAxsR { top:1rem;left:6.875rem;width:12.5rem;height:3.65625rem;z-index:100002;font-family:brown;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIlXCCEfawmCBeXgBkSDB90TvHfFHnyb { top:0rem;left:0rem;width:20rem;height:8.875rem;z-index:100003;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #SC7OIRFLSMBrny8ySzkExKydOAzRXmAe { display:block; }
 }