.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:255,221,227;--color-primary-1:255,142,160;--color-primary-2:255,28,65;--color-primary-3:128,14,33;--color-primary-4:38,4,10;--color-secondary-0:219,220,241;--color-secondary-1:135,140,209;--color-secondary-2:15,24,163;--color-secondary-3:8,12,82;--color-secondary-4:2,4,24;--color-tertiary-0:218,218,222;--color-tertiary-1:130,133,147;--color-tertiary-2:5,11,38;--color-tertiary-3:3,6,19;--color-tertiary-4:1,2,6;--headlines-font-family:"ubuntu";--paragraphs-font-family:"ubuntu"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1eba988f-c85d-4d75-8c47-26dd4828d63b/fondo1.jpg");background-position:center !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;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:relative;z-index:auto;display:block; }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ.adaptive-delivery-prevent-bg, #Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ.lazyload, #Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ.lazyloading { background-image: none; }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row .container { background-color: transparent; background-image: none; }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.42); }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row .container > .video-iframe-container { display: none; }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.42); }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row > .video-iframe-container { display: none; }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .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); }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row .container { border-width: 0; border-radius: 0; }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row .container { width:60rem;height:40.625rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#UqhSSrqSTsiWV6lZOCH9d7vb3oIItGpV { color:#ffffff;display:block;width:31.0625rem;position:absolute;font-family:roboto;font-size:2.25rem;font-weight:300;z-index:15000;line-height:1.2;letter-spacing:0;top:5.2470703125rem;left:0rem;height:5.3994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ReABEcnJyRgJeFUs6ycZIITo2d5AeTVW { color:#ffffff;display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:300;z-index:15001;line-height:1.8;letter-spacing:0;top:22.57421875rem;left:0.59375rem;height:3.0371125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rSW25klX2mztxy5sWBeRusJLaMgIrtgw { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.9375rem;width:19.6875rem;top:12.15234375rem;left:5.6875rem;overflow:hidden;display:block; }
#AZSA4w2RJO2Idux3rm3VVrnU0o8G7F6d { color:#ea5a0b;display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.8;letter-spacing:0;top:35.9375rem;left:0rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OtnWgWPUGuHd5fpnTohf5VNbnTP8DfVi { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;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:15020;text-align:center;text-align-last:center;top:30.5rem;left:36.0625rem;display:block; }
#bMJIV7Zf1O0yVWwNGPNJ4GX5OcmRpEJK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LE2BAVCrCZqIht37ooX6t12p216w3fcQ { position:absolute;display:block;z-index:15021;height:23.75rem;width:27.5rem;top:2.1845703125rem;left:31.0625rem;display:block; }
#Bo7IwkGT3to9wJK5HBpieakKvQmWbSIB { color:#ffffff;display:block;width:27.5625rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:28.8369140625rem;left:31.0625rem;height:1.7246125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CEOlNwGl0L63fgT1FBLDo1HPfHJwUE9J { color:#ffffff;display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15002;line-height:1.8;letter-spacing:0;top:25.611328125rem;left:0rem;height:1.79980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#woeDds7X9LlsHTdeZTPGtaweS33OXyet { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row .container { background-color: transparent; background-image: none; }#woeDds7X9LlsHTdeZTPGtaweS33OXyet::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row .container > .video-iframe-container { display: none; }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row > .video-iframe-container { display: none; }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .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); }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row .container { border-width: 0; border-radius: 0; }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row .container { font-size:0.875rem;font-family:arial;height:9.4375rem;width:60rem;position:relative;display:block; }#xayqe8GDrG4tEyIzMAOImG0qgTMw0LL5 { color:#ea5a0b;display:block;width:59.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:2.9375rem;left:0rem;height:2.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Z7JAZxJpkCPklhZMnsKcTv0RAwNi6CZd { position:absolute;display:block;z-index:15006;background-color:#ff5335;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;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:49.6875rem;top:0.98828125rem;left:5.15625rem;display:block; }
#RJrKyQbwJFyfNdL7B68fgI65WIsH1l5b { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RJrKyQbwJFyfNdL7B68fgI65WIsH1l5b > .row .container { background-color: transparent; background-image: none; }#RJrKyQbwJFyfNdL7B68fgI65WIsH1l5b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RJrKyQbwJFyfNdL7B68fgI65WIsH1l5b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RJrKyQbwJFyfNdL7B68fgI65WIsH1l5b > .row .container > .video-iframe-container { display: none; }#RJrKyQbwJFyfNdL7B68fgI65WIsH1l5b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RJrKyQbwJFyfNdL7B68fgI65WIsH1l5b > .row > .video-iframe-container { display: none; }#RJrKyQbwJFyfNdL7B68fgI65WIsH1l5b > .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); }#RJrKyQbwJFyfNdL7B68fgI65WIsH1l5b > .row .container { border-width: 0; border-radius: 0; }#RJrKyQbwJFyfNdL7B68fgI65WIsH1l5b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RJrKyQbwJFyfNdL7B68fgI65WIsH1l5b > .row .container { font-size:0.875rem;font-family:arial;height:14.875rem;width:60rem;position:relative;display:block; }#hiZdrvT12VT1oi9Bi1zvx0SvFggmkOVS { color:rgba(var(--color-tertiary-2),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:10.00390625rem;left:1.34375rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Tn9dZx08aR8TbknADpEIbEx416rG9JiB { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);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;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:14.0625rem;top:13.9375rem;left:0rem;display:block; }
#Q7cE6FAwCcewXW0CWoEmsrS24HJaJ4ON { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-2),1);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;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:14.0625rem;top:13.9375rem;left:15.503124237061rem;display:block; }
#WcWGQZVvdryOHIhydiblBRQTm5PHOaVR { color:rgba(var(--color-tertiary-2),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:10.00390625rem;left:16.8125rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xluPv9mJUIybRgSIVJ6UDJXnVCiB9fFH { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-2),1);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;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:14.0625rem;top:13.9375rem;left:30.5rem;display:block; }
#JWUIc7s83DQkxMIZMJ3MPlOFePWP929p { color:rgba(var(--color-tertiary-2),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:10.00390625rem;left:31.8125rem;height:2.923825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Wr4N2eDmdZwKfPW8syKovGTc3vO5d47U { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-secondary-2),1);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;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:14.0625rem;top:13.9375rem;left:45.4375rem;display:block; }
#ktcvzbX4BqxKt5QyRN1JD1DoqgQhCpfl { color:rgba(var(--color-tertiary-2),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:10.00390625rem;left:46.8125rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xerJlqTtpRfQmNZwi2tFVdt90eEnq73w { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.875rem;width:14.0625rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#aWgJAJViIToyqTxryQtWAgO0OEEFw70h { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.6875rem;width:14rem;top:0rem;left:15.5029296875rem;overflow:hidden;display:block; }
#fTz6zTT7PH5AvziofaWBMmfN92dFzLek { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.6875rem;width:14rem;top:0rem;left:30.5rem;overflow:hidden;display:block; }
#TanaeVdM2XZSeTPTi9Wio6vA42qqNFll { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.6875rem;width:14rem;top:0rem;left:45.5rem;overflow:hidden;display:block; }
#SFrRKGO58T8RBB4BG7qGgl5nN964i8Eu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SFrRKGO58T8RBB4BG7qGgl5nN964i8Eu > .row .container { background-color: transparent; background-image: none; }#SFrRKGO58T8RBB4BG7qGgl5nN964i8Eu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SFrRKGO58T8RBB4BG7qGgl5nN964i8Eu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SFrRKGO58T8RBB4BG7qGgl5nN964i8Eu > .row .container > .video-iframe-container { display: none; }#SFrRKGO58T8RBB4BG7qGgl5nN964i8Eu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SFrRKGO58T8RBB4BG7qGgl5nN964i8Eu > .row > .video-iframe-container { display: none; }#SFrRKGO58T8RBB4BG7qGgl5nN964i8Eu > .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); }#SFrRKGO58T8RBB4BG7qGgl5nN964i8Eu > .row .container { border-width: 0; border-radius: 0; }#SFrRKGO58T8RBB4BG7qGgl5nN964i8Eu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SFrRKGO58T8RBB4BG7qGgl5nN964i8Eu > .row .container { font-size:0.875rem;font-family:arial;height:15.5625rem;width:60rem;position:relative;display:block; }#pIts6sGbTNmfatH9WKb3K8JRQbb4iv3o { color:rgba(var(--color-tertiary-2),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:11.375rem;left:1.40625rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZydX3czZNmBT5cVuvgbXbP6OHDLiCqPW { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-2),1);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;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:14.0625rem;top:14.5625rem;left:0.0625rem;display:block; }
#TKwWOAmcy9TcSJKHlDG1wpJLWt3cNGHf { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-2),1);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;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:14.0625rem;top:14.5625rem;left:15.503124237061rem;display:block; }
#dEtUWsCEvbQBfCddc6cJLoLPITMNBiWw { color:rgba(var(--color-tertiary-2),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:11.375rem;left:16.8125rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lSzk3oSxfrDiS6w6wBEC5PCazMX5wZkL { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-secondary-2),1);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;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:14.0625rem;top:14.5625rem;left:30.4375rem;display:block; }
#Ei018nxz6D8NcclkWWygrwCA0etAyuTa { color:rgba(var(--color-tertiary-2),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:11.375rem;left:31.8125rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xTott1K17IbMC4TPhu6cXfRbssWAMHc2 { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.6875rem;width:14rem;top:0.625rem;left:0rem;overflow:hidden;display:block; }
#PI9b5TXTMGVnpp3t8hPrirNdkLT83Uf2 { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.6875rem;width:14rem;top:0.625rem;left:30.5rem;overflow:hidden;display:block; }
#wdoXsdTtptdO5qxFGaqFQncaTqTnQR5e { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.6875rem;width:14rem;top:0.625rem;left:15.5rem;overflow:hidden;display:block; }
#y2DAAgn9Z0bqr0iEPM6GpMZUT3DlqCRx { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.6875rem;width:14rem;top:0.625rem;left:45.5rem;overflow:hidden;display:block; }
#IECKXeTlw61nh2W78PNm5GfXJEPW9KPX { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);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;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:14.0625rem;top:14.5625rem;left:45.4404296875rem;display:block; }
#UOCysk2mz3G3BQlsdpiLBp4noph6RTMb { color:rgba(var(--color-tertiary-2),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:11.375rem;left:46.9375rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sNApNtGWthzpRXef2AqZ65Fry1N8Of07 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sNApNtGWthzpRXef2AqZ65Fry1N8Of07 > .row .container { background-color: transparent; background-image: none; }#sNApNtGWthzpRXef2AqZ65Fry1N8Of07::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sNApNtGWthzpRXef2AqZ65Fry1N8Of07 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sNApNtGWthzpRXef2AqZ65Fry1N8Of07 > .row .container > .video-iframe-container { display: none; }#sNApNtGWthzpRXef2AqZ65Fry1N8Of07 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sNApNtGWthzpRXef2AqZ65Fry1N8Of07 > .row > .video-iframe-container { display: none; }#sNApNtGWthzpRXef2AqZ65Fry1N8Of07 > .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); }#sNApNtGWthzpRXef2AqZ65Fry1N8Of07 > .row .container { border-width: 0; border-radius: 0; }#sNApNtGWthzpRXef2AqZ65Fry1N8Of07 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sNApNtGWthzpRXef2AqZ65Fry1N8Of07 > .row .container { font-size:0.875rem;font-family:arial;height:12.1875rem;width:60rem;position:relative;display:block; }#BOcC4KlBbF4awdo3SQ60iMR5grF09IwK { color:#ff5335;display:block;width:59.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:4.375rem;left:0.060367584228516rem;height:2.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#c7kL0dpPm0B0svL8TTqbSQw31B6xk9pq { color:#848484;display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.8;letter-spacing:0;top:8.6390266418456rem;left:-0.094106674194338rem;height:2.0249rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QfIf4EeXyPxe8TuC6RyvB8rpvO9XsGx8 { position:absolute;display:block;z-index:15005;background-color:#ff5335;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;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:49.6875rem;top:0.6875rem;left:5.15625rem;display:block; }
#c4ucQBZ522qA97V8QqfHuWQ0OyJyqfDu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#c4ucQBZ522qA97V8QqfHuWQ0OyJyqfDu > .row .container { background-color: transparent; background-image: none; }#c4ucQBZ522qA97V8QqfHuWQ0OyJyqfDu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c4ucQBZ522qA97V8QqfHuWQ0OyJyqfDu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c4ucQBZ522qA97V8QqfHuWQ0OyJyqfDu > .row .container > .video-iframe-container { display: none; }#c4ucQBZ522qA97V8QqfHuWQ0OyJyqfDu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c4ucQBZ522qA97V8QqfHuWQ0OyJyqfDu > .row > .video-iframe-container { display: none; }#c4ucQBZ522qA97V8QqfHuWQ0OyJyqfDu > .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); }#c4ucQBZ522qA97V8QqfHuWQ0OyJyqfDu > .row .container { border-width: 0; border-radius: 0; }#c4ucQBZ522qA97V8QqfHuWQ0OyJyqfDu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#c4ucQBZ522qA97V8QqfHuWQ0OyJyqfDu > .row .container { font-size:0.875rem;font-family:arial;height:26.8125rem;width:60rem;position:relative;display:block; }#MkiIBWiIOtWvZ490TJCTSMxlt6mDyqFy { color:rgba(var(--color-tertiary-2),1);display:block;width:16.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15002;line-height:1.7;letter-spacing:0;top:22.833984375rem;left:21.59375rem;height:1.69970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WyQyxQQPxb4KmyLMI319TyHDEit1TqNr { color:rgba(var(--color-tertiary-2),1);display:block;width:16.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15004;line-height:1.7;letter-spacing:0;top:22.833984375rem;left:41.625rem;height:1.69970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#b8RXe7Ba6lk35L9ciUzW4FfI3APUH2Ib { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22rem;width:19.9375rem;top:0rem;left:20rem;overflow:hidden;display:block; }
#h8iMxWElaQDpNu5wPOuOgbfa9qE0hOap { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.0625rem;width:20rem;top:0rem;left:40rem;overflow:hidden;display:block; }
#p0oCC7VM9aA6rPstBTsrf6n2UbvaCxMS { color:rgba(var(--color-tertiary-2),1);display:block;width:16.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15000;line-height:1.7;letter-spacing:0;top:22.833984375rem;left:1.59375rem;height:1.69970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TOmrAm1eST14CWoiFqXgXlsLvotledL2 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22rem;width:19.9375rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#dmLxQRsNphf9ICbmfwXg1BTgVuiOUJhp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.75);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dmLxQRsNphf9ICbmfwXg1BTgVuiOUJhp > .row .container { background-color: transparent; background-image: none; }#dmLxQRsNphf9ICbmfwXg1BTgVuiOUJhp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dmLxQRsNphf9ICbmfwXg1BTgVuiOUJhp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dmLxQRsNphf9ICbmfwXg1BTgVuiOUJhp > .row .container > .video-iframe-container { display: none; }#dmLxQRsNphf9ICbmfwXg1BTgVuiOUJhp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dmLxQRsNphf9ICbmfwXg1BTgVuiOUJhp > .row > .video-iframe-container { display: none; }#dmLxQRsNphf9ICbmfwXg1BTgVuiOUJhp > .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); }#dmLxQRsNphf9ICbmfwXg1BTgVuiOUJhp > .row .container { border-width: 0; border-radius: 0; }#dmLxQRsNphf9ICbmfwXg1BTgVuiOUJhp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dmLxQRsNphf9ICbmfwXg1BTgVuiOUJhp > .row .container { font-size:0.875rem;font-family:arial;height:27.8125rem;width:60rem;position:relative;display:block; }#Kpez91P3lUuNPTLJ2pB3aZgx12IfXQK2 { color:#ff5335;display:block;width:29.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:5.875rem;left:30.0625rem;height:2.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dMbbybiFK5MI5Ln7Z1s6CmcVmBqUqXZ5 { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;top:10.625rem;left:31.625rem; }
#kgdlv1rdh99TWJwVvTmax7lwUhVOSrsM { color:#848484;display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.8;letter-spacing:0;top:10.625rem;left:35.0625rem;height:12.146475rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#s8Tsa20P6hR19F0dNTcZK2itfh0M2Fwg { position:absolute;display:block;z-index:15021;height:21.3125rem;width:21.25rem;top:3.25rem;left:5.15625rem;display:block; }
#luMwI3cO8goQLWFbd141Vbhl20QTHboF { position:absolute;display:block;z-index:15004;background-color:#ff5335;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;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:49.6875rem;top:1rem;left:5.15625rem;display:block; }
#IaPOXzDnpkbz6l1hFhdJXTU94fTJdm69 { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#mduGolamDMVup4nemO4tcUDsapywbN8I { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mduGolamDMVup4nemO4tcUDsapywbN8I > .row .container { background-color: transparent; background-image: none; }#mduGolamDMVup4nemO4tcUDsapywbN8I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mduGolamDMVup4nemO4tcUDsapywbN8I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mduGolamDMVup4nemO4tcUDsapywbN8I > .row .container > .video-iframe-container { display: none; }#mduGolamDMVup4nemO4tcUDsapywbN8I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mduGolamDMVup4nemO4tcUDsapywbN8I > .row > .video-iframe-container { display: none; }#mduGolamDMVup4nemO4tcUDsapywbN8I > .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); }#mduGolamDMVup4nemO4tcUDsapywbN8I > .row .container { border-width: 0; border-radius: 0; }#mduGolamDMVup4nemO4tcUDsapywbN8I > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mduGolamDMVup4nemO4tcUDsapywbN8I > .row .container { font-size:0.875rem;font-family:arial;height:28rem;width:60rem;position:relative;display:block; }#i48LyAczzdmVDHyIZpd9LSWhQLklFTd4 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:2.75rem;left:10rem;display:block; }
#T4MpAbTnvHk3OLLyEL8uL20Lfnu3T1cG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e8e7e7;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#T4MpAbTnvHk3OLLyEL8uL20Lfnu3T1cG > .row .container { background-color: transparent; background-image: none; }#T4MpAbTnvHk3OLLyEL8uL20Lfnu3T1cG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4MpAbTnvHk3OLLyEL8uL20Lfnu3T1cG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4MpAbTnvHk3OLLyEL8uL20Lfnu3T1cG > .row .container > .video-iframe-container { display: none; }#T4MpAbTnvHk3OLLyEL8uL20Lfnu3T1cG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4MpAbTnvHk3OLLyEL8uL20Lfnu3T1cG > .row > .video-iframe-container { display: none; }#T4MpAbTnvHk3OLLyEL8uL20Lfnu3T1cG > .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); }#T4MpAbTnvHk3OLLyEL8uL20Lfnu3T1cG > .row .container { border-width: 0; border-radius: 0; }#T4MpAbTnvHk3OLLyEL8uL20Lfnu3T1cG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T4MpAbTnvHk3OLLyEL8uL20Lfnu3T1cG > .row .container { font-size:0.875rem;font-family:arial;height:10.5625rem;width:60rem;position:relative;display:block; }#igu4giDXUx7TImir7oDSheH7vsqa1zaU { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.6875rem;width:12.75rem;top:2.96875rem;left:23.625rem;overflow:hidden;display:block; }
#ZQJN0B65IT794yBWUtCG8agsUAtd1mwR { position:absolute;display:block;z-index:15001;height:6.8125rem;width:12.1875rem;top:3.75rem;left:47.8125rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ { display:block; }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UqhSSrqSTsiWV6lZOCH9d7vb3oIItGpV { width:31.0625rem;height:5.375rem;top:5.1875rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ReABEcnJyRgJeFUs6ycZIITo2d5AeTVW { width:30rem;height:3rem;top:22.5625rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSW25klX2mztxy5sWBeRusJLaMgIrtgw { top:12.125rem;left:0rem;width:19.6875rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZSA4w2RJO2Idux3rm3VVrnU0o8G7F6d { width:47.75rem;height:4.5rem;top:35.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtnWgWPUGuHd5fpnTohf5VNbnTP8DfVi { width:17.5rem;height:3.4375rem;top:30.5rem;left:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMJIV7Zf1O0yVWwNGPNJ4GX5OcmRpEJK { display:block; }
 }@media only screen and (max-width: 763px) { #LE2BAVCrCZqIht37ooX6t12p216w3fcQ { top:2.125rem;left:20.25rem;width:27.5rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bo7IwkGT3to9wJK5HBpieakKvQmWbSIB { width:27.5625rem;height:1.6875rem;top:28.8125rem;left:20.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEOlNwGl0L63fgT1FBLDo1HPfHJwUE9J { width:30rem;height:1.75rem;top:25.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #woeDds7X9LlsHTdeZTPGtaweS33OXyet { display:block; }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xayqe8GDrG4tEyIzMAOImG0qgTMw0LL5 { width:47.75rem;height:2.375rem;top:2.9375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7JAZxJpkCPklhZMnsKcTv0RAwNi6CZd { width:47.75rem;height:0.125rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJrKyQbwJFyfNdL7B68fgI65WIsH1l5b { display:block; }#RJrKyQbwJFyfNdL7B68fgI65WIsH1l5b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hiZdrvT12VT1oi9Bi1zvx0SvFggmkOVS { width:11.375rem;height:1.4375rem;top:10rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tn9dZx08aR8TbknADpEIbEx416rG9JiB { width:14.0625rem;height:0.125rem;top:13.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7cE6FAwCcewXW0CWoEmsrS24HJaJ4ON { width:14.0625rem;height:0.125rem;top:13.9375rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcWGQZVvdryOHIhydiblBRQTm5PHOaVR { width:11.375rem;height:1.4375rem;top:10rem;left:12.21875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xluPv9mJUIybRgSIVJ6UDJXnVCiB9fFH { width:14.0625rem;height:0.125rem;top:13.9375rem;left:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWUIc7s83DQkxMIZMJ3MPlOFePWP929p { width:11.375rem;height:2.875rem;top:10rem;left:24.15625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wr4N2eDmdZwKfPW8syKovGTc3vO5d47U { width:14.0625rem;height:0.125rem;top:13.9375rem;left:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktcvzbX4BqxKt5QyRN1JD1DoqgQhCpfl { width:11.375rem;height:1.4375rem;top:10rem;left:36.09375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xerJlqTtpRfQmNZwi2tFVdt90eEnq73w { top:0rem;left:0rem;width:14.0625rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWgJAJViIToyqTxryQtWAgO0OEEFw70h { top:0rem;left:0rem;width:14rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTz6zTT7PH5AvziofaWBMmfN92dFzLek { top:0rem;left:21.8125rem;width:14rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TanaeVdM2XZSeTPTi9Wio6vA42qqNFll { top:0rem;left:33.75rem;width:14rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFrRKGO58T8RBB4BG7qGgl5nN964i8Eu { display:block; }#SFrRKGO58T8RBB4BG7qGgl5nN964i8Eu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pIts6sGbTNmfatH9WKb3K8JRQbb4iv3o { width:11.375rem;height:1.4375rem;top:11.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZydX3czZNmBT5cVuvgbXbP6OHDLiCqPW { width:14.0625rem;height:0.125rem;top:14.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKwWOAmcy9TcSJKHlDG1wpJLWt3cNGHf { width:14.0625rem;height:0.125rem;top:14.5625rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEtUWsCEvbQBfCddc6cJLoLPITMNBiWw { width:11.375rem;height:1.4375rem;top:11.375rem;left:12.21875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSzk3oSxfrDiS6w6wBEC5PCazMX5wZkL { width:14.0625rem;height:0.125rem;top:14.5625rem;left:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ei018nxz6D8NcclkWWygrwCA0etAyuTa { width:11.375rem;height:1.4375rem;top:11.375rem;left:24.15625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTott1K17IbMC4TPhu6cXfRbssWAMHc2 { top:0.625rem;left:0rem;width:14rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PI9b5TXTMGVnpp3t8hPrirNdkLT83Uf2 { top:0.625rem;left:21.8125rem;width:14rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdoXsdTtptdO5qxFGaqFQncaTqTnQR5e { top:0.625rem;left:9.875rem;width:14rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2DAAgn9Z0bqr0iEPM6GpMZUT3DlqCRx { top:0.625rem;left:33.75rem;width:14rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IECKXeTlw61nh2W78PNm5GfXJEPW9KPX { width:14.0625rem;height:0.125rem;top:14.5625rem;left:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOCysk2mz3G3BQlsdpiLBp4noph6RTMb { width:11.375rem;height:1.4375rem;top:11.375rem;left:36.21875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNApNtGWthzpRXef2AqZ65Fry1N8Of07 { display:block; }#sNApNtGWthzpRXef2AqZ65Fry1N8Of07 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BOcC4KlBbF4awdo3SQ60iMR5grF09IwK { width:47.75rem;height:2.375rem;top:4.375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7kL0dpPm0B0svL8TTqbSQw31B6xk9pq { width:47.75rem;height:2rem;top:8.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfIf4EeXyPxe8TuC6RyvB8rpvO9XsGx8 { width:47.75rem;height:0.125rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4ucQBZ522qA97V8QqfHuWQ0OyJyqfDu { display:block; }#c4ucQBZ522qA97V8QqfHuWQ0OyJyqfDu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MkiIBWiIOtWvZ490TJCTSMxlt6mDyqFy { width:16.8125rem;height:1.6875rem;top:22.8125rem;left:14.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyQyxQQPxb4KmyLMI319TyHDEit1TqNr { width:16.8125rem;height:1.6875rem;top:22.8125rem;left:30.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8RXe7Ba6lk35L9ciUzW4FfI3APUH2Ib { width:19.9375rem;height:22rem;top:0rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8iMxWElaQDpNu5wPOuOgbfa9qE0hOap { width:20rem;height:22.0625rem;top:0rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0oCC7VM9aA6rPstBTsrf6n2UbvaCxMS { width:16.8125rem;height:1.6875rem;top:22.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOmrAm1eST14CWoiFqXgXlsLvotledL2 { width:19.9375rem;height:22rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmLxQRsNphf9ICbmfwXg1BTgVuiOUJhp { display:block; }#dmLxQRsNphf9ICbmfwXg1BTgVuiOUJhp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kpez91P3lUuNPTLJ2pB3aZgx12IfXQK2 { width:29.9375rem;height:2.375rem;top:5.875rem;left:17.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMbbybiFK5MI5Ln7Z1s6CmcVmBqUqXZ5 { width:4.375rem;height:4.375rem;top:10.625rem;left:25.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgdlv1rdh99TWJwVvTmax7lwUhVOSrsM { width:25rem;height:12.125rem;top:10.625rem;left:22.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8Tsa20P6hR19F0dNTcZK2itfh0M2Fwg { top:3.25rem;left:0rem;width:21.25rem;height:21.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #luMwI3cO8goQLWFbd141Vbhl20QTHboF { width:47.75rem;height:0.125rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IaPOXzDnpkbz6l1hFhdJXTU94fTJdm69 { display:none; }
 }@media only screen and (max-width: 763px) { #mduGolamDMVup4nemO4tcUDsapywbN8I { display:block; }#mduGolamDMVup4nemO4tcUDsapywbN8I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i48LyAczzdmVDHyIZpd9LSWhQLklFTd4 { top:2.75rem;left:3.875rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4MpAbTnvHk3OLLyEL8uL20Lfnu3T1cG { display:block; }#T4MpAbTnvHk3OLLyEL8uL20Lfnu3T1cG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #igu4giDXUx7TImir7oDSheH7vsqa1zaU { top:2.9375rem;left:17.5rem;width:12.75rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQJN0B65IT794yBWUtCG8agsUAtd1mwR { top:3.75rem;left:35.5625rem;width:12.1875rem;height:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1eba988f-c85d-4d75-8c47-26dd4828d63b/fondo1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;z-index:auto;display:block; }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ.adaptive-delivery-prevent-bg, #Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ.lazyload, #Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ.lazyloading { background-image: none; }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row .container { background-color: transparent; background-image: none; }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.68); }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row .container > .video-iframe-container { display: none; }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.68); }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row > .video-iframe-container { display: none; }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .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); }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row .container { width:20rem;height:84.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UqhSSrqSTsiWV6lZOCH9d7vb3oIItGpV { width:17.4375rem;height:3.5996125rem;top:2.373046875rem;left:1.28125rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ReABEcnJyRgJeFUs6ycZIITo2d5AeTVW { width:18.75rem;height:1.40625rem;top:17.40625rem;left:0.625rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #rSW25klX2mztxy5sWBeRusJLaMgIrtgw { width:19.6875rem;height:8.9375rem;top:7.0615234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZSA4w2RJO2Idux3rm3VVrnU0o8G7F6d { width:17.1875rem;height:4.21875rem;top:53.8125rem;left:1.4375rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #OtnWgWPUGuHd5fpnTohf5VNbnTP8DfVi { width:17.5rem;height:3.4375rem;top:61.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMJIV7Zf1O0yVWwNGPNJ4GX5OcmRpEJK { display:block; }
 }@media only screen and (max-width: 763px) { #LE2BAVCrCZqIht37ooX6t12p216w3fcQ { width:20rem;height:23.75rem;top:28.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bo7IwkGT3to9wJK5HBpieakKvQmWbSIB { width:20rem;height:1.7246125rem;top:60.25rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #CEOlNwGl0L63fgT1FBLDo1HPfHJwUE9J { width:20rem;height:3rem;top:19rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #woeDds7X9LlsHTdeZTPGtaweS33OXyet { display:block; }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row .container { width:20rem;height:6.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xayqe8GDrG4tEyIzMAOImG0qgTMw0LL5 { width:20rem;height:1.5rem;top:2.5rem;left:0.013671875rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7JAZxJpkCPklhZMnsKcTv0RAwNi6CZd { width:20rem;height:0.125rem;top:5.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJrKyQbwJFyfNdL7B68fgI65WIsH1l5b { display:block; }#RJrKyQbwJFyfNdL7B68fgI65WIsH1l5b > .row .container { width:20rem;height:58.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hiZdrvT12VT1oi9Bi1zvx0SvFggmkOVS { width:11rem;height:1.29980625rem;top:10.38671875rem;left:4.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tn9dZx08aR8TbknADpEIbEx416rG9JiB { width:14.0625rem;height:0.125rem;top:12.3125rem;left:2.96875rem;background-color:#ff5335;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Q7cE6FAwCcewXW0CWoEmsrS24HJaJ4ON { width:14.0625rem;height:0.125rem;top:27rem;left:2.96875rem;background-color:#ff5335;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #WcWGQZVvdryOHIhydiblBRQTm5PHOaVR { width:11rem;height:1.29980625rem;top:24.88671875rem;left:4.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xluPv9mJUIybRgSIVJ6UDJXnVCiB9fFH { width:14.0625rem;height:0.125rem;top:43.375rem;left:3.0625rem;background-color:#ff5335;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #JWUIc7s83DQkxMIZMJ3MPlOFePWP929p { width:11rem;height:2.5996125rem;top:40rem;left:4.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Wr4N2eDmdZwKfPW8syKovGTc3vO5d47U { width:14.0625rem;height:0.125rem;top:58.125rem;left:3.03125rem;background-color:#ff5335;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #ktcvzbX4BqxKt5QyRN1JD1DoqgQhCpfl { width:11rem;height:1.29980625rem;top:56rem;left:4.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xerJlqTtpRfQmNZwi2tFVdt90eEnq73w { width:14.0625rem;height:9.875rem;top:0rem;left:2.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWgJAJViIToyqTxryQtWAgO0OEEFw70h { width:14rem;height:9.6875rem;top:14.4375rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTz6zTT7PH5AvziofaWBMmfN92dFzLek { width:14rem;height:9.6875rem;top:28.875rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #TanaeVdM2XZSeTPTi9Wio6vA42qqNFll { width:14rem;height:9.6875rem;top:45.1123046875rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFrRKGO58T8RBB4BG7qGgl5nN964i8Eu { display:block; }#SFrRKGO58T8RBB4BG7qGgl5nN964i8Eu > .row .container { width:20rem;height:59.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pIts6sGbTNmfatH9WKb3K8JRQbb4iv3o { width:11rem;height:1.29980625rem;top:11.94921875rem;left:4.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZydX3czZNmBT5cVuvgbXbP6OHDLiCqPW { width:14.0625rem;height:0.125rem;top:14rem;left:2.9375rem;background-color:#ff5335;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #TKwWOAmcy9TcSJKHlDG1wpJLWt3cNGHf { width:14.0625rem;height:0.125rem;top:28.625rem;left:3rem;background-color:#ff5335;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #dEtUWsCEvbQBfCddc6cJLoLPITMNBiWw { width:11rem;height:1.29980625rem;top:26.57421875rem;left:4.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lSzk3oSxfrDiS6w6wBEC5PCazMX5wZkL { width:14.0625rem;height:0.125rem;top:43.3125rem;left:2.9375rem;background-color:#ff1c41;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Ei018nxz6D8NcclkWWygrwCA0etAyuTa { width:11rem;height:1.29980625rem;top:41.25rem;left:4.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xTott1K17IbMC4TPhu6cXfRbssWAMHc2 { width:14rem;height:9.6875rem;top:1.5625rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #PI9b5TXTMGVnpp3t8hPrirNdkLT83Uf2 { width:14rem;height:9.6875rem;top:30.625rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdoXsdTtptdO5qxFGaqFQncaTqTnQR5e { width:14rem;height:9.6875rem;top:15.8125rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2DAAgn9Z0bqr0iEPM6GpMZUT3DlqCRx { width:14rem;height:9.6875rem;top:44.6875rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #IECKXeTlw61nh2W78PNm5GfXJEPW9KPX { width:14.0625rem;height:0.125rem;top:57.98730625rem;left:2.9375rem;background-color:#ff5335;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #UOCysk2mz3G3BQlsdpiLBp4noph6RTMb { width:11.375rem;height:1.29980625rem;top:55.4375rem;left:4.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sNApNtGWthzpRXef2AqZ65Fry1N8Of07 { display:block; }#sNApNtGWthzpRXef2AqZ65Fry1N8Of07 > .row .container { width:20rem;height:8.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BOcC4KlBbF4awdo3SQ60iMR5grF09IwK { width:20rem;height:1.5rem;top:0.5625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c7kL0dpPm0B0svL8TTqbSQw31B6xk9pq { width:18.75rem;height:4.72265625rem;top:3.25rem;left:0.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QfIf4EeXyPxe8TuC6RyvB8rpvO9XsGx8 { width:20rem;height:0.125rem;top:7.91015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4ucQBZ522qA97V8QqfHuWQ0OyJyqfDu { display:block; }#c4ucQBZ522qA97V8QqfHuWQ0OyJyqfDu > .row .container { width:20rem;height:50.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MkiIBWiIOtWvZ490TJCTSMxlt6mDyqFy { width:16.8125rem;height:1.69921875rem;top:31.1875rem;left:1.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WyQyxQQPxb4KmyLMI319TyHDEit1TqNr { width:16.8125rem;height:1.69921875rem;top:47.375rem;left:1.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b8RXe7Ba6lk35L9ciUzW4FfI3APUH2Ib { width:11.75rem;height:12.9375rem;top:17.5rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8iMxWElaQDpNu5wPOuOgbfa9qE0hOap { width:11.75rem;height:12.9375rem;top:33.75rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0oCC7VM9aA6rPstBTsrf6n2UbvaCxMS { width:16.8125rem;height:1.69921875rem;top:14.75rem;left:1.59375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TOmrAm1eST14CWoiFqXgXlsLvotledL2 { width:11.75rem;height:12.9375rem;top:1.1875rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmLxQRsNphf9ICbmfwXg1BTgVuiOUJhp { display:block; }#dmLxQRsNphf9ICbmfwXg1BTgVuiOUJhp > .row .container { width:20rem;height:42.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kpez91P3lUuNPTLJ2pB3aZgx12IfXQK2 { width:8.875rem;height:1.5rem;top:2.5625rem;left:7.3125rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dMbbybiFK5MI5Ln7Z1s6CmcVmBqUqXZ5 { width:3.75rem;height:3.75rem;top:1.4375rem;left:3.875rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgdlv1rdh99TWJwVvTmax7lwUhVOSrsM { width:20rem;height:9.4453125rem;top:5.1875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s8Tsa20P6hR19F0dNTcZK2itfh0M2Fwg { width:18.1875rem;height:20.125rem;top:5.8125rem;left:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #luMwI3cO8goQLWFbd141Vbhl20QTHboF { width:20rem;height:0.125rem;top:0.65625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IaPOXzDnpkbz6l1hFhdJXTU94fTJdm69 { top:15.625rem;left:0.625rem;width:18.75rem;height:25rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #mduGolamDMVup4nemO4tcUDsapywbN8I { display:block; }#mduGolamDMVup4nemO4tcUDsapywbN8I > .row .container { width:20rem;height:13.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i48LyAczzdmVDHyIZpd9LSWhQLklFTd4 { height:11.25rem;width:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4MpAbTnvHk3OLLyEL8uL20Lfnu3T1cG { display:block; }#T4MpAbTnvHk3OLLyEL8uL20Lfnu3T1cG > .row .container { width:20rem;height:7.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #igu4giDXUx7TImir7oDSheH7vsqa1zaU { width:10.5rem;height:4.75rem;top:1.0625rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQJN0B65IT794yBWUtCG8agsUAtd1mwR { width:12.1875rem;height:6.8125rem;top:0rem;left:7.8125rem;display:block; }
 }