.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:252,218,230;--color-primary-1:245,130,172;--color-primary-2:234,5,88;--color-primary-3:117,3,44;--color-primary-4:35,1,13;--color-secondary-0:224,224,224;--color-secondary-1:153,153,153;--color-secondary-2:51,51,51;--color-secondary-3:26,26,26;--color-secondary-4:8,8,8;--color-tertiary-0:255,255,255;--color-tertiary-1:240,240,240;--color-tertiary-2:204,204,204;--color-tertiary-3:102,102,102;--color-tertiary-4:20,20,20;--headlines-font-family:"Montserrat";--paragraphs-font-family:"Montserrat"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);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); }#bX6WACN0GOZlahgItZisnvBJTTGeeML5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1c0b839e-aa02-47c7-b119-57c0c397c538/Fondo.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;display:block; }#bX6WACN0GOZlahgItZisnvBJTTGeeML5.adaptive-delivery-prevent-bg, #bX6WACN0GOZlahgItZisnvBJTTGeeML5.lazyload, #bX6WACN0GOZlahgItZisnvBJTTGeeML5.lazyloading { background-image: none; }#bX6WACN0GOZlahgItZisnvBJTTGeeML5 > .row .container { background-color: transparent; background-image: none; }#bX6WACN0GOZlahgItZisnvBJTTGeeML5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bX6WACN0GOZlahgItZisnvBJTTGeeML5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bX6WACN0GOZlahgItZisnvBJTTGeeML5 > .row .container > .video-iframe-container { display: none; }#bX6WACN0GOZlahgItZisnvBJTTGeeML5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bX6WACN0GOZlahgItZisnvBJTTGeeML5 > .row > .video-iframe-container { display: none; }#bX6WACN0GOZlahgItZisnvBJTTGeeML5 > .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); }#bX6WACN0GOZlahgItZisnvBJTTGeeML5 > .row .container { border-width: 0; border-radius: 0; }#bX6WACN0GOZlahgItZisnvBJTTGeeML5 > .row > .video-iframe-container { border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem; }#bX6WACN0GOZlahgItZisnvBJTTGeeML5 > .row .container { font-size:0.875rem;font-family:arial;height:49.1875rem;width:75rem;position:relative;display:block; }#giuFLVUoOTl5CN37ZxDMu26ptbPaxgDD { background-color:rgba(var(--color-tertiary-0),1);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:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;font-style:normal;line-height:.4;overflow:hidden;position:absolute;width:26.0625rem;height:3.5625rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:24.25rem;left:24.46875rem;display:block; }
#X7QVFETzdnTuyJFKn8FvOTP92lo9NJTm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#crNTrVLFPNWC61T1EtQU52EIx02b6gIA { color:rgba(var(--color-tertiary-0),1);display:block;width:22.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:14.8125rem;left:26.3125rem;height:2.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PsF7WJJZ46iRtmNfXJ55nNfQzq7Gk67u { color:rgba(var(--color-primary-0),1);display:block;width:8.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.6875rem;font-weight:400;z-index:15084;line-height:1.3;letter-spacing:0;top:28.9375rem;left:33.3125rem;height:0.89355625rem;font-style:normal;display:block; }
#Vt1J0kQ6BiVedGb654AT5qB5GTNKS07d { position:absolute;display:block;z-index:15028;border-bottom:0;border-left:0;border-right:0;border-top: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:1.8125rem;width:2.3125rem;top:42.8125rem;left:7.125rem;overflow:hidden;display:block; }
#ZNTCkbi8HRkOUDWSuPrcgZ092ybmlQSc { color:rgba(var(--color-tertiary-0),1);display:block;width:13rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15020;line-height:1.2;letter-spacing:0;top:42.0625rem;left:10.25rem;height:1.6499rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#IqRAVMqcCZChHeuBQmDQ9xUiC04B8D1D { color:rgba(var(--color-tertiary-0),1);display:block;width:10.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15024;line-height:1.2;letter-spacing:0;top:42.125rem;left:33.6875rem;height:3.298825rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#ymHDFrIHSTtX3CLXxIVcJR3I1Vd09R1A { position:absolute;display:block;z-index:15028;border-bottom:0;border-left:0;border-right:0;border-top: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:1.875rem;width:1.75rem;top:42.8125rem;left:30.875rem;overflow:hidden;display:block; }
#H17fclvSoNJ63sx6ecAkNluQG7sw3yny { position:absolute;display:block;z-index:15029;border-bottom:0;border-left:0;border-right:0;border-top: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:1.25rem;width:1.3125rem;top:43.75rem;left:17.0625rem;overflow:hidden;display:block; }
#EDA02pKw9dLC4pf7vaRZEq7gU8TImuKp { color:rgba(var(--color-tertiary-0),1);display:block;width:1.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:43.9375rem;left:15.25rem;height:1.29980625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#IVwnhwfnPoBMGezPs4UZng3PAD2e4QkZ { color:rgba(var(--color-tertiary-0),1);display:block;width:5.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:43.6875rem;left:10.25rem;height:1.7871125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#eJZRTxVLR8gKdwT07HopoPnGMMATBoHd { color:rgba(var(--color-tertiary-0),1);display:block;width:18.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15022;line-height:1.2;letter-spacing:0;top:42.125rem;left:53.375rem;height:3.298825rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#nzsw4ZHbmqwlDkHyGBk6rQpOJMObBB8T { position:absolute;display:block;z-index:15029;border-bottom:0;border-left:0;border-right:0;border-top: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:1.6875rem;width:1.875rem;top:42.9375rem;left:50.25rem;overflow:hidden;display:block; }
#cyqXebRpBEHKQ2Xk93mT4SVVQ1axUlxs { box-sizing:content-box;height:5.6875rem;width:40.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15087;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);top:17.4375rem;left:17.15625rem;display:block; }
#BZtmrSn5OHcKgM6dnh5vDcPAfoh1C8vJ { position:absolute;display:block;z-index:15088;height:6.6875rem;width:41.1875rem;top:19.125rem;left:16.90625rem;display:block; }
#VrAPIvHdiyWxZNI7qV7y0wwGT56Buk8c { color:rgba(var(--color-tertiary-0),1);display:block;width:39rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15021;line-height:01;letter-spacing:0;top:37.25rem;left:19.40625rem;height:1.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#W0ef8dz1xVQa3wT2a9fIq80H3mL3Te5G { position:absolute;display:block;z-index:15089;border-bottom:0;border-left:0;border-right:0;border-top: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:3.8125rem;width:17.375rem;top:2.75rem;left:28.8125rem;overflow:hidden;display:block; }
#LFbftK9vQoEnFqpaNw98ZVzFo3NQJi5o { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),0.4);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; }#LFbftK9vQoEnFqpaNw98ZVzFo3NQJi5o > .row .container { background-color: transparent; background-image: none; }#LFbftK9vQoEnFqpaNw98ZVzFo3NQJi5o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LFbftK9vQoEnFqpaNw98ZVzFo3NQJi5o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LFbftK9vQoEnFqpaNw98ZVzFo3NQJi5o > .row .container > .video-iframe-container { display: none; }#LFbftK9vQoEnFqpaNw98ZVzFo3NQJi5o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LFbftK9vQoEnFqpaNw98ZVzFo3NQJi5o > .row > .video-iframe-container { display: none; }#LFbftK9vQoEnFqpaNw98ZVzFo3NQJi5o > .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); }#LFbftK9vQoEnFqpaNw98ZVzFo3NQJi5o > .row .container { border-width: 0; border-radius: 0; }#LFbftK9vQoEnFqpaNw98ZVzFo3NQJi5o > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LFbftK9vQoEnFqpaNw98ZVzFo3NQJi5o > .row .container { font-size:0.875rem;font-family:arial;height:21.6875rem;width:75rem;position:relative;display:block; }#n9UaiHZEaXSffXvfkQTMJ826vxkkX5Eo { color:rgba(var(--color-secondary-2),1);display:block;width:10.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15025;line-height:1.2;letter-spacing:0;top:11.6875rem;left:15.9375rem;height:3.298825rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#gptSrymEOw8WPnyNwPs91rirPEf9HQtm { color:rgba(var(--color-secondary-2),1);display:block;width:13.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15027;line-height:1.2;letter-spacing:0;top:11.625rem;left:52.625rem;height:1.6494125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#uLePOH7xqk74dTDCTdthXcefhiTWtXrH { color:rgba(var(--color-secondary-2),1);display:block;width:2.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15026;line-height:1.2;letter-spacing:0;top:11.75rem;left:12.75rem;height:3.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#trbcer0wNo9EGTNcQo57bSoZkIkHL0hK { color:rgba(var(--color-secondary-2),1);display:block;width:2.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15027;line-height:1.2;letter-spacing:0;top:11.75rem;left:29.6875rem;height:3.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#SeXwicx5C5CkToqAFIFbfRxGpgqZ6hdz { color:rgba(var(--color-secondary-2),1);display:block;width:2.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15028;line-height:1.2;letter-spacing:0;top:11.5rem;left:49.25rem;height:3.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#cNBFSfBdnLZMoKtwb2AcZ4DPOOs8wC5a { color:rgba(var(--color-primary-2),1);display:block;width:54.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15020;line-height:01;letter-spacing:0;top:6.25rem;left:10.0625rem;height:2.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ndmOlFwDuBIo7XouvQ24TmKTFQ7zexAS { color:rgba(var(--color-secondary-2),1);display:block;width:11rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15029;line-height:1.2;letter-spacing:0;top:13.25rem;left:52.625rem;height:1.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Ed4acoDQBCVfiNnF1unrrOCPrN5NDZcC { color:rgba(var(--color-secondary-2),1);display:block;width:13.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15028;line-height:1.2;letter-spacing:0;top:11.6240234375rem;left:33.75rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#QJMzWJo5n9ozLKx9rzCzUSJZIVVnC5Xa { position:relative;display:block; }#QJMzWJo5n9ozLKx9rzCzUSJZIVVnC5Xa { background-color: transparent; background-image: none; }#QJMzWJo5n9ozLKx9rzCzUSJZIVVnC5Xa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QJMzWJo5n9ozLKx9rzCzUSJZIVVnC5Xa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QJMzWJo5n9ozLKx9rzCzUSJZIVVnC5Xa > .row .container > .video-iframe-container { display: none; }#QJMzWJo5n9ozLKx9rzCzUSJZIVVnC5Xa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QJMzWJo5n9ozLKx9rzCzUSJZIVVnC5Xa > .row > .video-iframe-container { display: none; }#QJMzWJo5n9ozLKx9rzCzUSJZIVVnC5Xa > .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); }#QJMzWJo5n9ozLKx9rzCzUSJZIVVnC5Xa { border-width: 0; border-radius: 0; }#QJMzWJo5n9ozLKx9rzCzUSJZIVVnC5Xa > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#QJMzWJo5n9ozLKx9rzCzUSJZIVVnC5Xa > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:16.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#PfxHi873htp7HFGrba17EkShFqn7C34S { color:rgba(var(--color-primary-2),1);display:block;width:33.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15026;line-height:1.1;letter-spacing:0;top:3.0625rem;left:20.9375rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#qeFJDUxZU3O8tNN0m6AFRzN31DZslULl { position:absolute;display:block;z-index:15034;border-bottom:0;border-left:0;border-right:0;border-top: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:6.3125rem;width:13.125rem;top:7.25rem;left:22.8125rem;overflow:hidden;display:block; }
#X4EdQspEnHC3xukpy1piRoisHuFUABZ5 { position:absolute;display:block;z-index:15035;border-bottom:0;border-left:0;border-right:0;border-top: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:6.3125rem;width:13.875rem;top:7.1875rem;left:38.0625rem;overflow:hidden;display:block; }
#oewiBI5J9SKhVQpKA20J6ksgQouECT3s { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/c70f1e87-2cf4-480c-836d-3d10f4af4ea9/noun_260080.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#oewiBI5J9SKhVQpKA20J6ksgQouECT3s.adaptive-delivery-prevent-bg, #oewiBI5J9SKhVQpKA20J6ksgQouECT3s.lazyload, #oewiBI5J9SKhVQpKA20J6ksgQouECT3s.lazyloading { background-image: none; }#oewiBI5J9SKhVQpKA20J6ksgQouECT3s > .row .container { background-color: transparent; background-image: none; }#oewiBI5J9SKhVQpKA20J6ksgQouECT3s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oewiBI5J9SKhVQpKA20J6ksgQouECT3s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oewiBI5J9SKhVQpKA20J6ksgQouECT3s > .row .container > .video-iframe-container { display: none; }#oewiBI5J9SKhVQpKA20J6ksgQouECT3s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oewiBI5J9SKhVQpKA20J6ksgQouECT3s > .row > .video-iframe-container { display: none; }#oewiBI5J9SKhVQpKA20J6ksgQouECT3s > .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); }#oewiBI5J9SKhVQpKA20J6ksgQouECT3s > .row .container { border-width: 0; border-radius: 0; }#oewiBI5J9SKhVQpKA20J6ksgQouECT3s > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oewiBI5J9SKhVQpKA20J6ksgQouECT3s > .row .container { font-size:0.875rem;font-family:arial;height:49.375rem;width:75rem;position:relative;display:block; }#pwfmsBFhqcrlEMcXfivfMgfCIlkOe1s6 { color:rgba(var(--color-primary-2),1);display:block;width:40.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15019;line-height:01;letter-spacing:0;top:3.4140625rem;left:17.091796875rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#VFTvpAGk9vMppR0TnOaHFNVuu1qqVAvM { color:rgba(var(--color-tertiary-4),1);display:block;width:42.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15084;line-height:1.3;letter-spacing:0;top:9.8515625rem;left:16.060546875rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#ctNEyE8wP0uuDDBPu94SozTPnbNbkqhf { position:relative;display:block; }#ctNEyE8wP0uuDDBPu94SozTPnbNbkqhf { background-color: transparent; background-image: none; }#ctNEyE8wP0uuDDBPu94SozTPnbNbkqhf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ctNEyE8wP0uuDDBPu94SozTPnbNbkqhf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ctNEyE8wP0uuDDBPu94SozTPnbNbkqhf > .row .container > .video-iframe-container { display: none; }#ctNEyE8wP0uuDDBPu94SozTPnbNbkqhf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ctNEyE8wP0uuDDBPu94SozTPnbNbkqhf > .row > .video-iframe-container { display: none; }#ctNEyE8wP0uuDDBPu94SozTPnbNbkqhf > .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); }#ctNEyE8wP0uuDDBPu94SozTPnbNbkqhf { border-width: 0; border-radius: 0; }#ctNEyE8wP0uuDDBPu94SozTPnbNbkqhf > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ctNEyE8wP0uuDDBPu94SozTPnbNbkqhf > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:43.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Kndpgk3IcTZu63Jy0HQTkOa2XNHlP6u2 { box-sizing:content-box;height:24.3125rem;width:12.75rem;position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-primary-4),0.2);background-image:url("https://images.assets-landingi.com/tZx1lNmbCxw/unsplash/vitaliy-zamedyanskiy-tZx1lNmbCxw-photo-1585164917550-6f73d03dc019.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:10.5625rem;left:7.5625rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: none;display:block; }#Kndpgk3IcTZu63Jy0HQTkOa2XNHlP6u2.adaptive-delivery-prevent-bg, #Kndpgk3IcTZu63Jy0HQTkOa2XNHlP6u2.lazyload, #Kndpgk3IcTZu63Jy0HQTkOa2XNHlP6u2.lazyloading { background-image: none; }
#RVKnG3gwl9wET6s1ZQZrLJRyP7xqTrEP { box-sizing:content-box;height:15rem;width:12.75rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-4),0.5));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-4),0.5));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-4),0.5));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-4),0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-4),0.5)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-4),0.5)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-4),0.5));background-size:cover !important;top:19.875rem;left:7.5625rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#VwNhPBoF7AUMvlUofX6mJABSCRmqMowM { color:rgba(var(--color-tertiary-0),1);display:block;width:11.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:26.125rem;left:8.25rem;height:3.16845625rem;font-style:normal;display:block; }
#bHhlBhuVHqxPdpS4cRdyO4mTcuxneS2I { color:rgba(var(--color-tertiary-0),0.8);display:block;width:8.1855625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:29.1875rem;left:8.4375rem;height:1.13720625rem;font-style:normal;display:block; }
#tNgDZ8LUSZfsyV82zXGNUaC60nm3Idhg { box-sizing:content-box;height:24.375rem;width:12.75rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-4),0.2);background-image:url("https://images.assets-landingi.com/uc/031198b4-0cd3-4662-909a-d1ef1ecbdd43/5.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:10.5rem;left:24.0625rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: none;display:block; }#tNgDZ8LUSZfsyV82zXGNUaC60nm3Idhg.adaptive-delivery-prevent-bg, #tNgDZ8LUSZfsyV82zXGNUaC60nm3Idhg.lazyload, #tNgDZ8LUSZfsyV82zXGNUaC60nm3Idhg.lazyloading { background-image: none; }
#tzKMBTU2cMpLQwh9adi1OJq2qZDWqrNf { box-sizing:content-box;height:15rem;width:12.75rem;position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-4),0.5));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-4),0.5));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-4),0.5));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-4),0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-4),0.5)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-4),0.5)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-4),0.5));background-size:cover !important;top:19.875rem;left:24.0625rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#dtscl6nO5eWRWufag5bkaZXmyyIEeD7r { color:rgba(var(--color-tertiary-0),1);display:block;width:11.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:26.125rem;left:24.75rem;height:3.16845625rem;font-style:normal;display:block; }
#EZ2R8DbKOwQaw8nqEEQhgaCULCNnNDuo { color:rgba(var(--color-tertiary-0),0.8);display:block;width:8.1855625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15043;line-height:1.3;letter-spacing:0;top:29.1875rem;left:24.9375rem;height:1.13720625rem;font-style:normal;display:block; }
#TVKbyGqoLFTP2aogbZAQsIeFD8p78WHW { z-index:15081;top:32.0625rem;left:8.125rem;background-color:rgba(var(--color-tertiary-0),1);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:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#ea0558;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.06228125rem;height:2.25rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#zCG5hHHG7gFiq1BDcOQL1CcdnoiG2m7o { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hrAVMbIbiGqvT2bOZTTq8ZbifhBFEhgX { z-index:15082;top:32.0625rem;left:24.75rem;background-color:rgba(var(--color-tertiary-0),1);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:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#ea0558;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.06228125rem;height:2.25rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#AeOl7goDZTqEknB2pPA3tcmAT9Dx0t6t { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qAeAq0dJxTOWPAh5ceZ2UTgq4cbLRlTK { box-sizing:content-box;height:24.375rem;width:12.75rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-4),0.2);background-image:url("https://images.assets-landingi.com/S0hS0HfH_B8/unsplash/l-a-l-a-s-z-a-S0hS0HfH_B8-photo-1537799943037-f5da89a65689.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:10.5625rem;left:39.25rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: none;display:block; }#qAeAq0dJxTOWPAh5ceZ2UTgq4cbLRlTK.adaptive-delivery-prevent-bg, #qAeAq0dJxTOWPAh5ceZ2UTgq4cbLRlTK.lazyload, #qAeAq0dJxTOWPAh5ceZ2UTgq4cbLRlTK.lazyloading { background-image: none; }
#xSeZIuNRLOkU8QWNvaz0sU2Pkdf7tnG2 { color:rgba(var(--color-tertiary-0),1);display:block;width:11.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:26.125rem;left:39.9375rem;height:3.16845625rem;font-style:normal;display:block; }
#NVhh9X9qlKvGxfhJJvdF5zONaTcrvJ71 { color:rgba(var(--color-tertiary-0),0.8);display:block;width:8.1855625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15049;line-height:1.3;letter-spacing:0;top:29.1875rem;left:40.125rem;height:1.13720625rem;font-style:normal;display:block; }
#iLA4hXzJtR40ZdPlUN6tuTTqlSU6aMQF { box-sizing:content-box;height:15rem;width:12.75rem;position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-4),0.78));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-4),0.78));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-4),0.78));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-4),0.78));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-4),0.78)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-4),0.78)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-4),0.78));background-size:cover !important;top:19.9375rem;left:39.25rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#t6wumlBBvbp1RFwTJdyIXaEKAEAvQHOJ { color:rgba(var(--color-primary-2),1);display:block;width:48.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15019;line-height:1.1;letter-spacing:0;top:5.375rem;left:14.1865234375rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ULtk2LnaaiLOFFTd9npmSh7RB8tNWczK { z-index:15082;top:32.0625rem;left:39.9375rem;background-color:rgba(var(--color-tertiary-0),1);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:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#ea0558;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.06185rem;height:2.25rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Luex9xI89ng541GXPhGJd6s4XprhUp2y { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kEiNTFNs7EicSNoufkUGXGFqXTwDIF10 { box-sizing:content-box;height:24.3125rem;width:12.75rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-primary-4),0.2);background-image:url("https://images.assets-landingi.com/8FastCJ6y30/unsplash/yovan-verma-8FastCJ6y30-photo-1553455427-c38fa28dc586.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:10.5625rem;left:54.5rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: none;display:block; }#kEiNTFNs7EicSNoufkUGXGFqXTwDIF10.adaptive-delivery-prevent-bg, #kEiNTFNs7EicSNoufkUGXGFqXTwDIF10.lazyload, #kEiNTFNs7EicSNoufkUGXGFqXTwDIF10.lazyloading { background-image: none; }
#TqdywoZ5wISbtWl1x98r7sd3QCl93uF3 { box-sizing:content-box;height:15rem;width:12.75rem;position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-4),0.78));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-4),0.78));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-4),0.78));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-4),0.78));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-4),0.78)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-4),0.78)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-4),0.78));background-size:cover !important;top:19.875rem;left:54.5rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#a3CHkAhLfOuGSo4G2lqnk61k2Gtu4z7g { color:rgba(var(--color-tertiary-0),1);display:block;width:11.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:700;z-index:15053;line-height:1.3;letter-spacing:0;top:26.0625rem;left:55.1875rem;height:3.16845625rem;font-style:normal;display:block; }
#Z2sS4IOC8yXlbkSLteRVXXhfgBgzlTGs { color:rgba(var(--color-tertiary-0),0.8);display:block;width:8.1855625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15054;line-height:1.3;letter-spacing:0;top:29.125rem;left:55.375rem;height:1.13720625rem;font-style:normal;display:block; }
#Fd7yGh0DubFrelrn3ZhvJIp2QBvWvuvv { z-index:15087;top:32rem;left:55.1875rem;background-color:rgba(var(--color-tertiary-0),1);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:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#ea0558;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.06185rem;height:2.25rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#bRsXDoT4T39UMmREguBnVDwtirqrTwSE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vK7EFr7GJz0KdfpsvW0tuqVgEXl7t3oG { background-color:rgba(var(--color-primary-2),1);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:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;font-style:normal;line-height:.4;overflow:hidden;position:absolute;width:20.5625rem;height:3.5625rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:37.3125rem;left:27.9990234375rem;display:block; }
#CHmgLItelEQzk8nfHTZpNoXeIQMTihXg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TMTDJ5FRO3BXPMT2RX6AxkH3qJ08adPg { background-color:rgba(var(--color-primary-1),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top: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:rgba(var(--color-tertiary-0),0.13);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:24.4375rem;text-decoration:none;z-index:15089;text-align:center;text-align-last:center;top:10.5rem;left:7.5625rem;display:block; }
#gaXcn9CKFKp7sPli0BPmr7ExHSS4QTph { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#k2mX9xRWPztQvFCK851dOTzRHnnuwsNc { background-color:rgba(var(--color-tertiary-4),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top: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:rgba(var(--color-tertiary-0),0.13);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:24.4375rem;text-decoration:none;z-index:15090;text-align:center;text-align-last:center;top:10.5rem;left:24.0625rem;display:block; }
#JJmR8sTBDDzgVCW6X0dGqGhUppaBAw5Z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#d8Qv1c7gQipPUdwOtE1wkz3cnqQUmhFe { background-color:rgba(var(--color-secondary-1),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top: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:rgba(var(--color-tertiary-0),0.13);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:24.4375rem;text-decoration:none;z-index:15091;text-align:center;text-align-last:center;top:10.5rem;left:39.25rem;display:block; }
#TmFwBBDZfsRd158Ku57fcBZAzOzO7zdS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uAKsf1WF2T96Td33dMSz2pH7sKImN0m8 { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top: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:rgba(var(--color-tertiary-0),0.13);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:24.4375rem;text-decoration:none;z-index:15092;text-align:center;text-align-last:center;top:10.5rem;left:54.5rem;display:block; }
#gdsRbLSmnPmDrphJg9qqqu4RTGBw6IoU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BymomK9TqcyIqZ8lPkT7hL63nxkXEgmo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#313131;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; }#BymomK9TqcyIqZ8lPkT7hL63nxkXEgmo > .row .container { background-color: transparent; background-image: none; }#BymomK9TqcyIqZ8lPkT7hL63nxkXEgmo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BymomK9TqcyIqZ8lPkT7hL63nxkXEgmo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BymomK9TqcyIqZ8lPkT7hL63nxkXEgmo > .row .container > .video-iframe-container { display: none; }#BymomK9TqcyIqZ8lPkT7hL63nxkXEgmo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BymomK9TqcyIqZ8lPkT7hL63nxkXEgmo > .row > .video-iframe-container { display: none; }#BymomK9TqcyIqZ8lPkT7hL63nxkXEgmo > .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); }#BymomK9TqcyIqZ8lPkT7hL63nxkXEgmo > .row .container { border-width: 0; border-radius: 0; }#BymomK9TqcyIqZ8lPkT7hL63nxkXEgmo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BymomK9TqcyIqZ8lPkT7hL63nxkXEgmo > .row .container { font-size:0.875rem;font-family:arial;height:21.5rem;width:75rem;position:relative;display:block; }#UnDnOoI0ToG2FHoxcDnnNaVsd32ZTnwX { color:#ffffff;display:block;width:8.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.625rem;left:7.46875rem;height:1.3rem;display:block; }
#IVM8T4R11yxgiFR01ZhoVzQtMQgKa34U { color:#999999;display:block;width:10.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.6240234375rem;left:22.65625rem;height:1.3rem;display:block; }
#yP5UVLfGpA5OWeyQR2w7sxfr0EIFbr8R { color:#999999;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.6240234375rem;left:36.84375rem;height:1.3rem;display:block; }
#eHQWWIGOMkOrHGFvKbHrMWeptgmt6eDa { color:#d1c4c4;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:2.625rem;left:52.53125rem;height:1.3rem;display:block; }
#ciV2nQWHWBAutLC6N1Mk8WboaQTFTwLO { 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:2.875rem;width:1.875rem;top:4.7109375rem;left:52.53125rem;overflow:hidden;display:block; }
#CMf20T5mnSUrRIcwhPCyI2FAcKawgZHz { color:#999999;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:4.84765625rem;left:55.25rem;height:2.4375rem;display:block; }
#XS2E7UBA5zTnl8WfPPgHuXSJKgaLWTTD { color:#999999;display:block;width:9.625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:4.8984375rem;left:7.5rem;height:4.90625rem;display:block; }
#ARfmKHEpuJ1MVFPv43P2t85dfDk7T7dD { color:#999999;display:block;width:9.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:11.51171875rem;left:7.46875rem;height:1.3rem;display:block; }
#RwUhObsKsJOg5GQsseBqv7wL56TiVGVa { color:#999999;display:block;width:12.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:11.51171875rem;left:22.53125rem;height:1.3rem;display:block; }
#Vn07bhc6ds955BwuRaiq3QV59NwuM7Cc { color:#999999;display:block;width:12.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:11.5rem;left:36.875rem;height:1.3rem;display:block; }
#LirJWgCVViCR5aFRnSSEhEtRwhqKnsii { position:absolute;display:block;z-index:15008;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.1875rem;width:12.5rem;top:13.3125rem;left:36.1875rem;overflow:hidden;display:block; }
#NLT5s5NnebTh5nJkDryLTLT7UuTfk3yp { color:#999999;display:block;width:12.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:11.5rem;left:52.40625rem;height:1.3rem;display:block; }
#MBaeEIfPXTb1ifQDTKyvbd3ewuZLPyBv { 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:2.375rem;width:2.375rem;top:13.3125rem;left:51.84375rem;overflow:hidden;display:block; }
#zskCMJuCZ1d9kFBGwLiFeiqz4Ng8VdAW { position:absolute;display:block;z-index:15010;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:2rem;width:1.875rem;top:13.3125rem;left:54.375rem;overflow:hidden;display:block; }
#phQBChuRh4XsAKOubf76kSrsGs0Bk4tk { position:absolute;display:block;z-index:15011;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:2rem;width:1.875rem;top:13.3125rem;left:56.875rem;overflow:hidden;display:block; }
#blxU9biWXfOl9OLr2qcECWRW8zoluVbP { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:1.875rem;top:13.3125rem;left:59.375rem;overflow:hidden;display:block; }
#zp80NZCATtk4H355SpNiO1LqbNqIbw3Z { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:1.875rem;top:15.5rem;left:51.875rem;overflow:hidden;display:block; }
#rEDzHdid8PzV4RKmcQdkzVG0Lz5klUGH { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:1.875rem;top:15.5rem;left:54.375rem;overflow:hidden;display:block; }
#m6Q0qr9tCSH40Q4d7nvdviDx7ZnT4eM2 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:1.875rem;top:15.5rem;left:56.875rem;overflow:hidden;display:block; }
#wlR4MANTfSwcJmQUgtwatAbbFyS7oBZE { color:#ffffff;display:block;width:3.0625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:13.3125rem;left:7.46875rem;height:1.21875rem;display:block; }
#kbKnPntq4ZXQaL4nykeWaSgrF1OX0g95 { color:#999999;display:block;width:4.75rem;position:absolute;font-family:montserrat;font-size:0.6875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:14.703125rem;left:7.46875rem;height:0.89375rem;display:block; }
#PLQW8WHGtZdJWM9EnCf2NOatefzaImKn { color:#ffffff;display:block;width:8rem;position:absolute;font-family:montserrat;font-size:0.6875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:14.677734375rem;left:11.71875rem;height:0.89375rem;display:block; }
#zCKeWyaiZruJTFFCXtC9X4CK1aD0TVvP { position:absolute;display:block;z-index:15015;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:2rem;width:2rem;top:14.90625rem;left:21.875rem;overflow:hidden;display:block; }
#l2wIr1fGkh09CE5dw8QJKTkxTbx3x2DV { position:absolute;display:block;z-index:15016;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:2rem;width:2rem;top:12.9365234375rem;left:21.875rem;overflow:hidden;display:block; }
#XBVCqCdsLE4EXk3zsz0fe8LAvKuFhNSt { color:#999999;display:block;width:4.375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:13.3125rem;left:23.875rem;height:1.21875rem;display:block; }
#RzDq9tqSgIkUQ0Wx2FHn4Jde69HbrdzO { color:#999999;display:block;width:6.25rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:15.296875rem;left:23.875rem;height:1.21875rem;display:block; }
#Hr2DfTNNCFp0tblGO6HTVlDKThz6zlmW { position:absolute;display:block;z-index:15017;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:1.5625rem;width:6.25rem;top:13.1240234375rem;left:10.15625rem;overflow:hidden;display:block; }
#usoA0SyTHfeKNHmdPwvwsmZJeH0sKVDt { color:#999999;display:block;width:9.625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:4.8984375rem;left:22.53125rem;height:3.65625rem;display:block; }
#J34Nt8V7L822RTdM7g9LPoZxONn7wGIw { color:#999999;display:block;width:9.625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:4.875rem;left:36.875rem;height:6.125rem;display:block; }
#teNqe3Uwv0wQTPFeh2D4c0BaOluRrtzE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#teNqe3Uwv0wQTPFeh2D4c0BaOluRrtzE > .row .container { background-color: transparent; background-image: none; }#teNqe3Uwv0wQTPFeh2D4c0BaOluRrtzE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#teNqe3Uwv0wQTPFeh2D4c0BaOluRrtzE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#teNqe3Uwv0wQTPFeh2D4c0BaOluRrtzE > .row .container > .video-iframe-container { display: none; }#teNqe3Uwv0wQTPFeh2D4c0BaOluRrtzE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#teNqe3Uwv0wQTPFeh2D4c0BaOluRrtzE > .row > .video-iframe-container { display: none; }#teNqe3Uwv0wQTPFeh2D4c0BaOluRrtzE > .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); }#teNqe3Uwv0wQTPFeh2D4c0BaOluRrtzE > .row .container { border-width: 0; border-radius: 0; }#teNqe3Uwv0wQTPFeh2D4c0BaOluRrtzE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#teNqe3Uwv0wQTPFeh2D4c0BaOluRrtzE > .row .container { font-size:0.875rem;font-family:arial;height:4rem;width:75rem;position:relative;display:block; }#Mog3AatezoAsi3lhcAWq0KvTynETovrm { color:#ffffff;display:block;width:29.5625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15012;line-height:1.6;letter-spacing:0;top:1.1103515625rem;left:37.75rem;height:1.4rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ys9SH2RunDsrF00xLEDttbV47AnA5Lvi { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:6.625rem;top:1.375rem;left:6.875rem;overflow:hidden;display:block; }
#L6MohPtJOG9i9gwTtp9u4CN57H8d6GX5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);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; }#L6MohPtJOG9i9gwTtp9u4CN57H8d6GX5 > .row .container { background-color: transparent; background-image: none; }#L6MohPtJOG9i9gwTtp9u4CN57H8d6GX5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L6MohPtJOG9i9gwTtp9u4CN57H8d6GX5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L6MohPtJOG9i9gwTtp9u4CN57H8d6GX5 > .row .container > .video-iframe-container { display: none; }#L6MohPtJOG9i9gwTtp9u4CN57H8d6GX5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L6MohPtJOG9i9gwTtp9u4CN57H8d6GX5 > .row > .video-iframe-container { display: none; }#L6MohPtJOG9i9gwTtp9u4CN57H8d6GX5 > .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); }#L6MohPtJOG9i9gwTtp9u4CN57H8d6GX5 > .row .container { border-width: 0; border-radius: 0; }#L6MohPtJOG9i9gwTtp9u4CN57H8d6GX5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L6MohPtJOG9i9gwTtp9u4CN57H8d6GX5 > .row .container { font-size:0.875rem;font-family:arial;height:176.25rem;width:75rem;position:relative;display:block; }#iQmvcqQuFKEz3xJBrE4lpJq8FPGLIfhB { color:rgba(var(--color-tertiary-0),1);display:block;width:22.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.3125rem;left:7.5625rem;height:2.1125rem;text-align:left;text-align-last:left;display:block; }
#wGSE9HATd4MU5msvCMJNp3kVXEvWJ9On { color:rgba(var(--color-tertiary-0),1);display:block;width:63.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:5.0693359375rem;left:7.5625rem;height:116.953325rem;display:block; }
#Bixz4XV7aH7g5h4TCqJe9X7Coxry1Oum { color:rgba(var(--color-tertiary-0),1);display:block;width:49.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:122.9375rem;left:7.5625rem;height:1.05615rem;display:block; }
#oe2JJ1xq5eKBceD3yAiwXK9T65STUFkh { color:rgba(var(--color-tertiary-0),1);display:block;width:49.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:138.125rem;left:7.5625rem;height:0.9746125rem;display:block; }
#Z3T1Qxgs7VzqIiD9JN83icfUXaXUXN4d { color:rgba(var(--color-tertiary-0),1);display:block;width:65.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:140.3125rem;left:7.5625rem;height:33.95510625rem;display:block; }
#mR5FW0VPkT9HtC2P0vbtGGUencaktT0m { color:rgba(var(--color-tertiary-4),1);display:block;width:49.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:125rem;left:7.5625rem;height:1.05615rem;display:block; }
#Mi29LEOOAbsASHtQvbHFJWwVgU7moWkN { color:rgba(var(--color-tertiary-4),1);display:block;width:49.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:127rem;left:7.5625rem;height:1.05615rem;display:block; }
#wemPOLFrMKGRd09cQt4LGu7MuAOKZ4Fn { color:rgba(var(--color-tertiary-4),1);display:block;width:49.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:129.1875rem;left:7.5625rem;height:1.05615rem;display:block; }
#KbqSJVzwpX8lySTtkSeh3zsranxaZT19 { color:rgba(var(--color-tertiary-4),1);display:block;width:49.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:131.375rem;left:7.5625rem;height:1.05615rem;display:block; }
#ICs1fRyskGTgTRU0BoU7sh3btKcfKwMh { color:rgba(var(--color-tertiary-4),1);display:block;width:49.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:133.5625rem;left:7.5625rem;height:1.05615rem;display:block; }
#oJ4NEitii0zM61xKey4rEIQAXSTHGcOP { color:rgba(var(--color-tertiary-4),1);display:block;width:49.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:135.8125rem;left:7.5625rem;height:1.05615rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #bX6WACN0GOZlahgItZisnvBJTTGeeML5 { display:block; }#bX6WACN0GOZlahgItZisnvBJTTGeeML5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #giuFLVUoOTl5CN37ZxDMu26ptbPaxgDD { width:26.0625rem;height:3.5625rem;top:24.25rem;left:10.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7QVFETzdnTuyJFKn8FvOTP92lo9NJTm { display:block; }
 }@media only screen and (max-width: 763px) { #crNTrVLFPNWC61T1EtQU52EIx02b6gIA { top:14.8125rem;left:12.6875rem;width:22.375rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PsF7WJJZ46iRtmNfXJ55nNfQzq7Gk67u { top:28.9375rem;left:19.6875rem;width:8.375rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vt1J0kQ6BiVedGb654AT5qB5GTNKS07d { top:42.8125rem;left:0rem;width:2.3125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNTCkbi8HRkOUDWSuPrcgZ092ybmlQSc { top:42.0625rem;left:0rem;width:13rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqRAVMqcCZChHeuBQmDQ9xUiC04B8D1D { top:42.125rem;left:20.0625rem;width:10.4375rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymHDFrIHSTtX3CLXxIVcJR3I1Vd09R1A { top:42.8125rem;left:17.25rem;width:1.8125rem;height:1.9419642857143rem;display:block; }
 }@media only screen and (max-width: 763px) { #H17fclvSoNJ63sx6ecAkNluQG7sw3yny { top:43.75rem;left:3.4375rem;width:1.3125rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDA02pKw9dLC4pf7vaRZEq7gU8TImuKp { top:43.9375rem;left:1.625rem;width:1.625rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVwnhwfnPoBMGezPs4UZng3PAD2e4QkZ { top:43.6875rem;left:0rem;width:5.4375rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJZRTxVLR8gKdwT07HopoPnGMMATBoHd { top:42.125rem;left:28.9375rem;width:18.8125rem;height:3.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzsw4ZHbmqwlDkHyGBk6rQpOJMObBB8T { top:42.9375rem;left:36.625rem;width:1.875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cyqXebRpBEHKQ2Xk93mT4SVVQ1axUlxs { top:17.4375rem;left:3.53125rem;width:40.5625rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZtmrSn5OHcKgM6dnh5vDcPAfoh1C8vJ { top:19.125rem;left:3.28125rem;width:41.1875rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrAPIvHdiyWxZNI7qV7y0wwGT56Buk8c { top:37.25rem;left:5.78125rem;width:39rem;height:1.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0ef8dz1xVQa3wT2a9fIq80H3mL3Te5G { top:2.75rem;left:15.1875rem;width:17.375rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFbftK9vQoEnFqpaNw98ZVzFo3NQJi5o { display:block; }#LFbftK9vQoEnFqpaNw98ZVzFo3NQJi5o > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n9UaiHZEaXSffXvfkQTMJ826vxkkX5Eo { top:11.6875rem;left:2.3125rem;width:10.4375rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gptSrymEOw8WPnyNwPs91rirPEf9HQtm { top:11.625rem;left:34.5625rem;width:13.1875rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLePOH7xqk74dTDCTdthXcefhiTWtXrH { top:11.75rem;left:0rem;width:2.5rem;height:3.75rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #trbcer0wNo9EGTNcQo57bSoZkIkHL0hK { top:11.75rem;left:16.0625rem;width:2.5rem;height:3.75rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SeXwicx5C5CkToqAFIFbfRxGpgqZ6hdz { top:11.5rem;left:35.625rem;width:2.4375rem;height:3.75rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNBFSfBdnLZMoKtwb2AcZ4DPOOs8wC5a { top:6.25rem;left:0rem;width:47.75rem;height:2.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndmOlFwDuBIo7XouvQ24TmKTFQ7zexAS { top:13.25rem;left:36.75rem;width:11rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ed4acoDQBCVfiNnF1unrrOCPrN5NDZcC { top:11.5625rem;left:20.125rem;width:13.1875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJMzWJo5n9ozLKx9rzCzUSJZIVVnC5Xa { display:block; }#QJMzWJo5n9ozLKx9rzCzUSJZIVVnC5Xa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PfxHi873htp7HFGrba17EkShFqn7C34S { top:3.0625rem;left:7.3125rem;width:33.1875rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeFJDUxZU3O8tNN0m6AFRzN31DZslULl { top:7.25rem;left:9.1875rem;width:13.125rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4EdQspEnHC3xukpy1piRoisHuFUABZ5 { top:7.1875rem;left:24.4375rem;width:13.875rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oewiBI5J9SKhVQpKA20J6ksgQouECT3s { display:block; }#oewiBI5J9SKhVQpKA20J6ksgQouECT3s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pwfmsBFhqcrlEMcXfivfMgfCIlkOe1s6 { top:3.375rem;left:3.466796875rem;width:40.8125rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFTvpAGk9vMppR0TnOaHFNVuu1qqVAvM { top:9.8125rem;left:2.435546875rem;width:42.875rem;height:2.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctNEyE8wP0uuDDBPu94SozTPnbNbkqhf { display:block; }#ctNEyE8wP0uuDDBPu94SozTPnbNbkqhf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kndpgk3IcTZu63Jy0HQTkOa2XNHlP6u2 { width:12.75rem;height:24.3125rem;top:10.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVKnG3gwl9wET6s1ZQZrLJRyP7xqTrEP { width:12.75rem;height:15rem;top:19.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwNhPBoF7AUMvlUofX6mJABSCRmqMowM { top:26.125rem;left:0rem;width:11.3125rem;height:3.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHhlBhuVHqxPdpS4cRdyO4mTcuxneS2I { top:29.1875rem;left:0rem;width:8.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNgDZ8LUSZfsyV82zXGNUaC60nm3Idhg { width:12.75rem;height:24.375rem;top:10.5rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzKMBTU2cMpLQwh9adi1OJq2qZDWqrNf { width:12.75rem;height:15rem;top:19.875rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtscl6nO5eWRWufag5bkaZXmyyIEeD7r { top:26.125rem;left:11.125rem;width:11.5rem;height:3.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZ2R8DbKOwQaw8nqEEQhgaCULCNnNDuo { top:29.1875rem;left:11.3125rem;width:8.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVKbyGqoLFTP2aogbZAQsIeFD8p78WHW { top:32.0625rem;left:0rem;width:6rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCG5hHHG7gFiq1BDcOQL1CcdnoiG2m7o { display:block; }
 }@media only screen and (max-width: 763px) { #hrAVMbIbiGqvT2bOZTTq8ZbifhBFEhgX { top:32.0625rem;left:11.125rem;width:6rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AeOl7goDZTqEknB2pPA3tcmAT9Dx0t6t { display:block; }
 }@media only screen and (max-width: 763px) { #qAeAq0dJxTOWPAh5ceZ2UTgq4cbLRlTK { width:12.75rem;height:24.375rem;top:10.5625rem;left:25.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSeZIuNRLOkU8QWNvaz0sU2Pkdf7tnG2 { top:26.125rem;left:26.3125rem;width:11.1875rem;height:3.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVhh9X9qlKvGxfhJJvdF5zONaTcrvJ71 { top:29.1875rem;left:26.5rem;width:8.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLA4hXzJtR40ZdPlUN6tuTTqlSU6aMQF { width:12.75rem;height:15rem;top:19.9375rem;left:25.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6wumlBBvbp1RFwTJdyIXaEKAEAvQHOJ { top:5.375rem;left:0rem;width:47.75rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULtk2LnaaiLOFFTd9npmSh7RB8tNWczK { top:32.0625rem;left:26.3125rem;width:6rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Luex9xI89ng541GXPhGJd6s4XprhUp2y { display:block; }
 }@media only screen and (max-width: 763px) { #kEiNTFNs7EicSNoufkUGXGFqXTwDIF10 { width:12.75rem;height:24.3125rem;top:10.5625rem;left:35rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqdywoZ5wISbtWl1x98r7sd3QCl93uF3 { width:12.75rem;height:15rem;top:19.875rem;left:35rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3CHkAhLfOuGSo4G2lqnk61k2Gtu4z7g { top:26.0625rem;left:36.5625rem;width:11.1875rem;height:3.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2sS4IOC8yXlbkSLteRVXXhfgBgzlTGs { top:29.125rem;left:39.625rem;width:8.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fd7yGh0DubFrelrn3ZhvJIp2QBvWvuvv { top:32rem;left:41.5625rem;width:6rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRsXDoT4T39UMmREguBnVDwtirqrTwSE { display:block; }
 }@media only screen and (max-width: 763px) { #vK7EFr7GJz0KdfpsvW0tuqVgEXl7t3oG { width:20.5625rem;height:3.5625rem;top:37.3125rem;left:14.3740234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHmgLItelEQzk8nfHTZpNoXeIQMTihXg { display:block; }
 }@media only screen and (max-width: 763px) { #TMTDJ5FRO3BXPMT2RX6AxkH3qJ08adPg { width:12.75rem;height:24.4375rem;top:10.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gaXcn9CKFKp7sPli0BPmr7ExHSS4QTph { display:block; }
 }@media only screen and (max-width: 763px) { #k2mX9xRWPztQvFCK851dOTzRHnnuwsNc { width:12.75rem;height:24.4375rem;top:10.5rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJmR8sTBDDzgVCW6X0dGqGhUppaBAw5Z { display:block; }
 }@media only screen and (max-width: 763px) { #d8Qv1c7gQipPUdwOtE1wkz3cnqQUmhFe { width:12.75rem;height:24.4375rem;top:10.5rem;left:25.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmFwBBDZfsRd158Ku57fcBZAzOzO7zdS { display:block; }
 }@media only screen and (max-width: 763px) { #uAKsf1WF2T96Td33dMSz2pH7sKImN0m8 { width:12.75rem;height:24.4375rem;top:10.5rem;left:35rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdsRbLSmnPmDrphJg9qqqu4RTGBw6IoU { display:block; }
 }@media only screen and (max-width: 763px) { #BymomK9TqcyIqZ8lPkT7hL63nxkXEgmo { display:none; }#BymomK9TqcyIqZ8lPkT7hL63nxkXEgmo > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UnDnOoI0ToG2FHoxcDnnNaVsd32ZTnwX { top:2.625rem;left:0rem;width:8.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVM8T4R11yxgiFR01ZhoVzQtMQgKa34U { top:2.5625rem;left:9.03125rem;width:10.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yP5UVLfGpA5OWeyQR2w7sxfr0EIFbr8R { top:2.5625rem;left:23.21875rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHQWWIGOMkOrHGFvKbHrMWeptgmt6eDa { top:2.625rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ciV2nQWHWBAutLC6N1Mk8WboaQTFTwLO { top:4.6875rem;left:38.90625rem;width:1.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMf20T5mnSUrRIcwhPCyI2FAcKawgZHz { top:4.8125rem;left:35.25rem;width:12.5rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XS2E7UBA5zTnl8WfPPgHuXSJKgaLWTTD { top:4.875rem;left:0rem;width:9.625rem;height:4.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARfmKHEpuJ1MVFPv43P2t85dfDk7T7dD { top:11.5rem;left:0rem;width:9.375rem;height:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwUhObsKsJOg5GQsseBqv7wL56TiVGVa { top:11.5rem;left:8.90625rem;width:12.25rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vn07bhc6ds955BwuRaiq3QV59NwuM7Cc { top:11.5rem;left:23.25rem;width:12.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LirJWgCVViCR5aFRnSSEhEtRwhqKnsii { top:13.3125rem;left:22.5625rem;width:12.5rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLT5s5NnebTh5nJkDryLTLT7UuTfk3yp { top:11.5rem;left:35.5rem;width:12.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBaeEIfPXTb1ifQDTKyvbd3ewuZLPyBv { top:13.3125rem;left:38.21875rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zskCMJuCZ1d9kFBGwLiFeiqz4Ng8VdAW { top:13.3125rem;left:40.75rem;width:1.875rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #phQBChuRh4XsAKOubf76kSrsGs0Bk4tk { top:13.3125rem;left:43.25rem;width:1.875rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #blxU9biWXfOl9OLr2qcECWRW8zoluVbP { top:13.3125rem;left:45.75rem;width:1.875rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zp80NZCATtk4H355SpNiO1LqbNqIbw3Z { top:15.5rem;left:38.25rem;width:1.875rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEDzHdid8PzV4RKmcQdkzVG0Lz5klUGH { top:15.5rem;left:40.75rem;width:1.875rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6Q0qr9tCSH40Q4d7nvdviDx7ZnT4eM2 { top:15.5rem;left:43.25rem;width:1.875rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlR4MANTfSwcJmQUgtwatAbbFyS7oBZE { top:13.3125rem;left:0rem;width:3.0625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbKnPntq4ZXQaL4nykeWaSgrF1OX0g95 { top:14.6875rem;left:0rem;width:4.75rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLQW8WHGtZdJWM9EnCf2NOatefzaImKn { top:14.625rem;left:0rem;width:8rem;height:;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCKeWyaiZruJTFFCXtC9X4CK1aD0TVvP { top:14.875rem;left:8.25rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2wIr1fGkh09CE5dw8QJKTkxTbx3x2DV { top:12.875rem;left:8.25rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBVCqCdsLE4EXk3zsz0fe8LAvKuFhNSt { top:13.3125rem;left:10.25rem;width:4.375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzDq9tqSgIkUQ0Wx2FHn4Jde69HbrdzO { top:15.25rem;left:10.25rem;width:6.25rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hr2DfTNNCFp0tblGO6HTVlDKThz6zlmW { top:13.0625rem;left:0rem;width:6.25rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #usoA0SyTHfeKNHmdPwvwsmZJeH0sKVDt { top:4.875rem;left:8.90625rem;width:9.625rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J34Nt8V7L822RTdM7g9LPoZxONn7wGIw { top:4.875rem;left:23.25rem;width:9.625rem;height:6.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #teNqe3Uwv0wQTPFeh2D4c0BaOluRrtzE { display:block; }#teNqe3Uwv0wQTPFeh2D4c0BaOluRrtzE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mog3AatezoAsi3lhcAWq0KvTynETovrm { top:1.0625rem;left:18.1875rem;width:29.5625rem;height:1.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ys9SH2RunDsrF00xLEDttbV47AnA5Lvi { top:1.375rem;left:0rem;width:6.625rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6MohPtJOG9i9gwTtp9u4CN57H8d6GX5 { display:block; }#L6MohPtJOG9i9gwTtp9u4CN57H8d6GX5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iQmvcqQuFKEz3xJBrE4lpJq8FPGLIfhB { top:2.3125rem;left:0rem;width:22.125rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGSE9HATd4MU5msvCMJNp3kVXEvWJ9On { top:5.0625rem;left:0rem;width:47.75rem;height:116.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bixz4XV7aH7g5h4TCqJe9X7Coxry1Oum { top:122.9375rem;left:0rem;width:47.75rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oe2JJ1xq5eKBceD3yAiwXK9T65STUFkh { top:138.125rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3T1Qxgs7VzqIiD9JN83icfUXaXUXN4d { top:140.3125rem;left:0rem;width:47.75rem;height:33.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mR5FW0VPkT9HtC2P0vbtGGUencaktT0m { top:125rem;left:0rem;width:47.75rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mi29LEOOAbsASHtQvbHFJWwVgU7moWkN { top:127rem;left:0rem;width:47.75rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wemPOLFrMKGRd09cQt4LGu7MuAOKZ4Fn { top:129.1875rem;left:0rem;width:47.75rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbqSJVzwpX8lySTtkSeh3zsranxaZT19 { top:131.375rem;left:0rem;width:47.75rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICs1fRyskGTgTRU0BoU7sh3btKcfKwMh { top:133.5625rem;left:0rem;width:47.75rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJ4NEitii0zM61xKey4rEIQAXSTHGcOP { top:135.8125rem;left:0rem;width:47.75rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #bX6WACN0GOZlahgItZisnvBJTTGeeML5 { background-color:#ea0558;background-image:url("https://images.assets-landingi.com/uc/8171e2d1-2c51-4c2e-9b8a-ce6ed83cbdf5/Recurso4.png");background-position:bottom 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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bX6WACN0GOZlahgItZisnvBJTTGeeML5.adaptive-delivery-prevent-bg, #bX6WACN0GOZlahgItZisnvBJTTGeeML5.lazyload, #bX6WACN0GOZlahgItZisnvBJTTGeeML5.lazyloading { background-image: none; }#bX6WACN0GOZlahgItZisnvBJTTGeeML5 > .row .container { background-color: transparent; background-image: none; }#bX6WACN0GOZlahgItZisnvBJTTGeeML5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bX6WACN0GOZlahgItZisnvBJTTGeeML5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bX6WACN0GOZlahgItZisnvBJTTGeeML5 > .row .container > .video-iframe-container { display: none; }#bX6WACN0GOZlahgItZisnvBJTTGeeML5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bX6WACN0GOZlahgItZisnvBJTTGeeML5 > .row > .video-iframe-container { display: none; }#bX6WACN0GOZlahgItZisnvBJTTGeeML5 > .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); }#bX6WACN0GOZlahgItZisnvBJTTGeeML5 > .row .container { border-width: 0; border-radius: 0; }#bX6WACN0GOZlahgItZisnvBJTTGeeML5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bX6WACN0GOZlahgItZisnvBJTTGeeML5 > .row .container { width:20rem;height:58.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #giuFLVUoOTl5CN37ZxDMu26ptbPaxgDD { width:18.375rem;height:2.8125rem;top:21.3125rem;left:0.8125rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:rgba(var(--color-primary-2),1);font-size:1.125rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #X7QVFETzdnTuyJFKn8FvOTP92lo9NJTm { display:block; }
 }@media only screen and (max-width: 763px) { #crNTrVLFPNWC61T1EtQU52EIx02b6gIA { width:11.125rem;height:2.75rem;top:13.1875rem;left:4.4375rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #PsF7WJJZ46iRtmNfXJ55nNfQzq7Gk67u { width:8.1855625rem;height:0.8125rem;top:25.125rem;left:5.9375rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Vt1J0kQ6BiVedGb654AT5qB5GTNKS07d { width:1.5625rem;height:1.25rem;top:36.625rem;left:9.25rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ZNTCkbi8HRkOUDWSuPrcgZ092ybmlQSc { width:8.8125rem;height:1.19970625rem;top:38.1875rem;left:5.625rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #IqRAVMqcCZChHeuBQmDQ9xUiC04B8D1D { width:6.8125rem;height:2.19921875rem;top:52.1875rem;left:6.625rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #ymHDFrIHSTtX3CLXxIVcJR3I1Vd09R1A { width:1.3125rem;height:1.375rem;top:50.4375rem;left:9.34375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #H17fclvSoNJ63sx6ecAkNluQG7sw3yny { width:1.125rem;height:1.0625rem;top:39.4375rem;left:11.75rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #EDA02pKw9dLC4pf7vaRZEq7gU8TImuKp { width:1.625rem;height:1.03125rem;top:39.625rem;left:10.125rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.1;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #IVwnhwfnPoBMGezPs4UZng3PAD2e4QkZ { width:2.9375rem;height:1.0996125rem;top:39.5625rem;left:7.125rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #eJZRTxVLR8gKdwT07HopoPnGMMATBoHd { width:10.25rem;height:3.298825rem;top:44.8125rem;left:4.875rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #nzsw4ZHbmqwlDkHyGBk6rQpOJMObBB8T { width:1.4375rem;height:1.25rem;top:43rem;left:9.3125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #cyqXebRpBEHKQ2Xk93mT4SVVQ1axUlxs { width:19.875rem;height:3.625rem;top:16.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZtmrSn5OHcKgM6dnh5vDcPAfoh1C8vJ { width:18.875rem;height:4rem;top:17.375rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrAPIvHdiyWxZNI7qV7y0wwGT56Buk8c { width:17.5625rem;height:2.75rem;top:31.9765625rem;left:1.34375rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #W0ef8dz1xVQa3wT2a9fIq80H3mL3Te5G { width:13.4375rem;height:2.9375rem;top:3.3125rem;left:3.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFbftK9vQoEnFqpaNw98ZVzFo3NQJi5o { background-color:rgba(var(--color-tertiary-1),0.31);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LFbftK9vQoEnFqpaNw98ZVzFo3NQJi5o > .row .container { background-color: transparent; background-image: none; }#LFbftK9vQoEnFqpaNw98ZVzFo3NQJi5o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LFbftK9vQoEnFqpaNw98ZVzFo3NQJi5o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LFbftK9vQoEnFqpaNw98ZVzFo3NQJi5o > .row .container > .video-iframe-container { display: none; }#LFbftK9vQoEnFqpaNw98ZVzFo3NQJi5o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LFbftK9vQoEnFqpaNw98ZVzFo3NQJi5o > .row > .video-iframe-container { display: none; }#LFbftK9vQoEnFqpaNw98ZVzFo3NQJi5o > .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); }#LFbftK9vQoEnFqpaNw98ZVzFo3NQJi5o > .row .container { border-width: 0; border-radius: 0; }#LFbftK9vQoEnFqpaNw98ZVzFo3NQJi5o > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LFbftK9vQoEnFqpaNw98ZVzFo3NQJi5o > .row .container { width:20rem;height:22.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n9UaiHZEaXSffXvfkQTMJ826vxkkX5Eo { width:10.5rem;height:2.19921875rem;top:9.1875rem;left:4.625rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #gptSrymEOw8WPnyNwPs91rirPEf9HQtm { width:10rem;height:1.0996125rem;top:18.9619140625rem;left:5rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #uLePOH7xqk74dTDCTdthXcefhiTWtXrH { width:2.5rem;height:2.19921875rem;top:9.5rem;left:4.125rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #trbcer0wNo9EGTNcQo57bSoZkIkHL0hK { width:2.5rem;height:2.19921875rem;top:14.1875rem;left:4.125rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #SeXwicx5C5CkToqAFIFbfRxGpgqZ6hdz { width:2.4375rem;height:2.19921875rem;top:19.125rem;left:4.1875rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #cNBFSfBdnLZMoKtwb2AcZ4DPOOs8wC5a { width:19.75rem;height:4.125rem;top:2.75rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #ndmOlFwDuBIo7XouvQ24TmKTFQ7zexAS { width:9rem;height:1.0996125rem;top:20.0615234375rem;left:5.8125rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Ed4acoDQBCVfiNnF1unrrOCPrN5NDZcC { width:13.1875rem;height:2.19921875rem;top:14rem;left:3.40625rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #QJMzWJo5n9ozLKx9rzCzUSJZIVVnC5Xa { display:block; }#QJMzWJo5n9ozLKx9rzCzUSJZIVVnC5Xa > .row .container { width:20rem;height:14.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PfxHi873htp7HFGrba17EkShFqn7C34S { width:17.25rem;height:4.125rem;top:2.3125rem;left:1.375rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #qeFJDUxZU3O8tNN0m6AFRzN31DZslULl { width:8.0625rem;height:3.5rem;top:8.5rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4EdQspEnHC3xukpy1piRoisHuFUABZ5 { width:8.4375rem;height:3.4375rem;top:8.53125rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oewiBI5J9SKhVQpKA20J6ksgQouECT3s { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/cc4ce460-7ab8-41e5-85e0-4871e8ee80a1/fondo.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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#oewiBI5J9SKhVQpKA20J6ksgQouECT3s.adaptive-delivery-prevent-bg, #oewiBI5J9SKhVQpKA20J6ksgQouECT3s.lazyload, #oewiBI5J9SKhVQpKA20J6ksgQouECT3s.lazyloading { background-image: none; }#oewiBI5J9SKhVQpKA20J6ksgQouECT3s > .row .container { background-color: transparent; background-image: none; }#oewiBI5J9SKhVQpKA20J6ksgQouECT3s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oewiBI5J9SKhVQpKA20J6ksgQouECT3s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oewiBI5J9SKhVQpKA20J6ksgQouECT3s > .row .container > .video-iframe-container { display: none; }#oewiBI5J9SKhVQpKA20J6ksgQouECT3s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oewiBI5J9SKhVQpKA20J6ksgQouECT3s > .row > .video-iframe-container { display: none; }#oewiBI5J9SKhVQpKA20J6ksgQouECT3s > .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); }#oewiBI5J9SKhVQpKA20J6ksgQouECT3s > .row .container { border-width: 0; border-radius: 0; }#oewiBI5J9SKhVQpKA20J6ksgQouECT3s > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oewiBI5J9SKhVQpKA20J6ksgQouECT3s > .row .container { width:20rem;height:38.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pwfmsBFhqcrlEMcXfivfMgfCIlkOe1s6 { width:20rem;height:6.1875rem;top:3.08203125rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #VFTvpAGk9vMppR0TnOaHFNVuu1qqVAvM { width:19.6875rem;height:4.875rem;top:10.7001953125rem;left:0.15625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ctNEyE8wP0uuDDBPu94SozTPnbNbkqhf { display:block; }#ctNEyE8wP0uuDDBPu94SozTPnbNbkqhf > .row .container { width:20rem;height:58.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kndpgk3IcTZu63Jy0HQTkOa2XNHlP6u2 { width:20rem;height:10rem;top:8.1875rem;left:0rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #RVKnG3gwl9wET6s1ZQZrLJRyP7xqTrEP { width:20rem;height:10rem;top:8.1875rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(3deg, rgba(33,23,71,0.5), rgba(0,0,0,0));background-image: -moz-linear-gradient(3deg, rgba(33,23,71,0.5), rgba(0,0,0,0));background-image: -ms-linear-gradient(3deg, rgba(33,23,71,0.5), rgba(0,0,0,0));background-image: -o-linear-gradient(3deg, rgba(33,23,71,0.5), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2117477f', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2117477f', endColorstr='#00000000' );";background-image: linear-gradient(3deg, rgba(33,23,71,0.5), rgba(0,0,0,0));background-size:cover !important;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #VwNhPBoF7AUMvlUofX6mJABSCRmqMowM { width:8.125rem;height:2.4375rem;top:10.625rem;left:1.5625rem;font-size:1.875rem;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #bHhlBhuVHqxPdpS4cRdyO4mTcuxneS2I { width:8.125rem;height:1.1375rem;top:12.8125rem;left:1.5625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tNgDZ8LUSZfsyV82zXGNUaC60nm3Idhg { width:20rem;height:10rem;top:19.4375rem;left:0rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #tzKMBTU2cMpLQwh9adi1OJq2qZDWqrNf { width:13.5rem;height:10rem;top:19.437500476837rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(91deg, rgba(33,23,71,0.5), rgba(0,0,0,0));background-image: -moz-linear-gradient(91deg, rgba(33,23,71,0.5), rgba(0,0,0,0));background-image: -ms-linear-gradient(91deg, rgba(33,23,71,0.5), rgba(0,0,0,0));background-image: -o-linear-gradient(91deg, rgba(33,23,71,0.5), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2117477f', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2117477f', endColorstr='#00000000' );";background-image: linear-gradient(91deg, rgba(33,23,71,0.5), rgba(0,0,0,0));background-size:cover !important;display:block; }
 }@media only screen and (max-width: 763px) { #dtscl6nO5eWRWufag5bkaZXmyyIEeD7r { width:8.125rem;height:2.4375rem;top:22rem;left:1.5625rem;font-size:1.875rem;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #EZ2R8DbKOwQaw8nqEEQhgaCULCNnNDuo { width:8.125rem;height:1.1375rem;top:24.3125rem;left:1.5625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TVKbyGqoLFTP2aogbZAQsIeFD8p78WHW { top:15.5rem;left:1.5625rem;width:6.0625rem;height:2rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #zCG5hHHG7gFiq1BDcOQL1CcdnoiG2m7o { display:block; }
 }@media only screen and (max-width: 763px) { #hrAVMbIbiGqvT2bOZTTq8ZbifhBFEhgX { top:26.6875rem;left:1.5625rem;width:6.0625rem;height:2rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #AeOl7goDZTqEknB2pPA3tcmAT9Dx0t6t { display:block; }
 }@media only screen and (max-width: 763px) { #qAeAq0dJxTOWPAh5ceZ2UTgq4cbLRlTK { width:20rem;height:10rem;top:30.375rem;left:0rem;box-shadow: none;background-color:rgba(var(--color-primary-4),0.2);background-image:url("https://images.assets-landingi.com/S0hS0HfH_B8/unsplash/l-a-l-a-s-z-a-S0hS0HfH_B8-photo-1537799943037-f5da89a65689.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#qAeAq0dJxTOWPAh5ceZ2UTgq4cbLRlTK.adaptive-delivery-prevent-bg, #qAeAq0dJxTOWPAh5ceZ2UTgq4cbLRlTK.lazyload, #qAeAq0dJxTOWPAh5ceZ2UTgq4cbLRlTK.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #xSeZIuNRLOkU8QWNvaz0sU2Pkdf7tnG2 { width:11.1875rem;height:2.4375rem;top:32.5625rem;left:1.5625rem;font-size:1.875rem;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #NVhh9X9qlKvGxfhJJvdF5zONaTcrvJ71 { width:8.125rem;height:1.1375rem;top:34.8125rem;left:1.5625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iLA4hXzJtR40ZdPlUN6tuTTqlSU6aMQF { width:20rem;height:10.0625rem;top:30.375rem;left:0rem;box-shadow: none;background-color:transparent;background-image: -webkit-linear-gradient(219deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-4),0.56));background-image: -moz-linear-gradient(219deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-4),0.56));background-image: -ms-linear-gradient(219deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-4),0.56));background-image: -o-linear-gradient(219deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-4),0.56));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-4),0.56)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-4),0.56)' );";background-image: linear-gradient(219deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-4),0.56));background-size:cover !important;display:block; }
 }@media only screen and (max-width: 763px) { #t6wumlBBvbp1RFwTJdyIXaEKAEAvQHOJ { width:20rem;height:4.125rem;top:3.25rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #ULtk2LnaaiLOFFTd9npmSh7RB8tNWczK { top:37.4375rem;left:1.5625rem;width:6rem;height:2.25rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Luex9xI89ng541GXPhGJd6s4XprhUp2y { display:block; }
 }@media only screen and (max-width: 763px) { #kEiNTFNs7EicSNoufkUGXGFqXTwDIF10 { width:20rem;height:10rem;top:41.425001144409rem;left:0rem;box-shadow: none;background-color:rgba(var(--color-primary-4),0.2);background-image:url("https://images.assets-landingi.com/8FastCJ6y30/unsplash/yovan-verma-8FastCJ6y30-photo-1553455427-c38fa28dc586.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#kEiNTFNs7EicSNoufkUGXGFqXTwDIF10.adaptive-delivery-prevent-bg, #kEiNTFNs7EicSNoufkUGXGFqXTwDIF10.lazyload, #kEiNTFNs7EicSNoufkUGXGFqXTwDIF10.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #TqdywoZ5wISbtWl1x98r7sd3QCl93uF3 { width:10.1875rem;height:10rem;top:41.425000190735rem;left:0rem;box-shadow: none;background-color:transparent;background-image: -webkit-linear-gradient(260deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-4),0.56));background-image: -moz-linear-gradient(260deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-4),0.56));background-image: -ms-linear-gradient(260deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-4),0.56));background-image: -o-linear-gradient(260deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-4),0.56));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-4),0.56)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-4),0.56)' );";background-image: linear-gradient(260deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-4),0.56));background-size:cover !important;display:block; }
 }@media only screen and (max-width: 763px) { #a3CHkAhLfOuGSo4G2lqnk61k2Gtu4z7g { width:11.1875rem;height:2.4375rem;top:43.5rem;left:1.5625rem;font-size:1.875rem;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #Z2sS4IOC8yXlbkSLteRVXXhfgBgzlTGs { width:8.125rem;height:1.1375rem;top:45.875rem;left:1.5625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Fd7yGh0DubFrelrn3ZhvJIp2QBvWvuvv { top:48.375001907349rem;left:1.5625rem;width:6rem;height:2.25rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #bRsXDoT4T39UMmREguBnVDwtirqrTwSE { display:block; }
 }@media only screen and (max-width: 763px) { #vK7EFr7GJz0KdfpsvW0tuqVgEXl7t3oG { width:13.1875rem;height:2.3125rem;top:53.1748046875rem;left:3.40625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:rgba(var(--color-tertiary-0),1);font-size:1.125rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #CHmgLItelEQzk8nfHTZpNoXeIQMTihXg { display:block; }
 }@media only screen and (max-width: 763px) { #TMTDJ5FRO3BXPMT2RX6AxkH3qJ08adPg { width:20rem;height:10rem;top:8.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gaXcn9CKFKp7sPli0BPmr7ExHSS4QTph { display:block; }
 }@media only screen and (max-width: 763px) { #k2mX9xRWPztQvFCK851dOTzRHnnuwsNc { width:20rem;height:10rem;top:19.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJmR8sTBDDzgVCW6X0dGqGhUppaBAw5Z { display:block; }
 }@media only screen and (max-width: 763px) { #d8Qv1c7gQipPUdwOtE1wkz3cnqQUmhFe { width:20rem;height:10.0625rem;top:30.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmFwBBDZfsRd158Ku57fcBZAzOzO7zdS { display:block; }
 }@media only screen and (max-width: 763px) { #uAKsf1WF2T96Td33dMSz2pH7sKImN0m8 { width:20rem;height:10rem;top:41.4248046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdsRbLSmnPmDrphJg9qqqu4RTGBw6IoU { display:block; }
 }@media only screen and (max-width: 763px) { #BymomK9TqcyIqZ8lPkT7hL63nxkXEgmo { display:block; }#BymomK9TqcyIqZ8lPkT7hL63nxkXEgmo > .row .container { width:20rem;height:13.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UnDnOoI0ToG2FHoxcDnnNaVsd32ZTnwX { width:8.75rem;height:0;top:1.25rem;left:5.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #IVM8T4R11yxgiFR01ZhoVzQtMQgKa34U { width:10.375rem;height:0;top:3.79980625rem;left:4.8125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #yP5UVLfGpA5OWeyQR2w7sxfr0EIFbr8R { width:12.5rem;height:0;top:6.3496125rem;left:3.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #eHQWWIGOMkOrHGFvKbHrMWeptgmt6eDa { width:12.5rem;height:0;top:8.89941875rem;left:3.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ciV2nQWHWBAutLC6N1Mk8WboaQTFTwLO { width:1.875rem;height:2.875rem;top:29.855475rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #CMf20T5mnSUrRIcwhPCyI2FAcKawgZHz { width:12.5rem;height:0;top:33.980475rem;left:3.75rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XS2E7UBA5zTnl8WfPPgHuXSJKgaLWTTD { width:9.625rem;height:0;top:11.449225rem;left:5.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ARfmKHEpuJ1MVFPv43P2t85dfDk7T7dD { width:9.375rem;height:0;top:37.667975rem;left:5.3125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #RwUhObsKsJOg5GQsseBqv7wL56TiVGVa { width:17.4375rem;height:1.3rem;top:0.875rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vn07bhc6ds955BwuRaiq3QV59NwuM7Cc { width:12.25rem;height:0;top:42.7675875rem;left:3.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #LirJWgCVViCR5aFRnSSEhEtRwhqKnsii { width:12.5rem;height:5.1875rem;top:66.4043125rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #NLT5s5NnebTh5nJkDryLTLT7UuTfk3yp { width:12.25rem;height:1.3rem;top:8.0625rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBaeEIfPXTb1ifQDTKyvbd3ewuZLPyBv { width:2.5rem;height:2.5rem;top:9.9375rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zskCMJuCZ1d9kFBGwLiFeiqz4Ng8VdAW { width:1.875rem;height:2rem;top:9.9375rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #phQBChuRh4XsAKOubf76kSrsGs0Bk4tk { width:1.875rem;height:2rem;top:9.9375rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #blxU9biWXfOl9OLr2qcECWRW8zoluVbP { width:1.875rem;height:2rem;top:9.9375rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zp80NZCATtk4H355SpNiO1LqbNqIbw3Z { width:1.875rem;height:2rem;top:9.9375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEDzHdid8PzV4RKmcQdkzVG0Lz5klUGH { width:1.875rem;height:2rem;top:9.9375rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6Q0qr9tCSH40Q4d7nvdviDx7ZnT4eM2 { width:1.875rem;height:2rem;top:9.9375rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlR4MANTfSwcJmQUgtwatAbbFyS7oBZE { width:3.0625rem;height:0;top:48.0556765625rem;left:4.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #kbKnPntq4ZXQaL4nykeWaSgrF1OX0g95 { width:4.75rem;height:0;top:53.14845rem;left:7.625rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PLQW8WHGtZdJWM9EnCf2NOatefzaImKn { width:8rem;height:0;top:55.29200625rem;left:6rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zCKeWyaiZruJTFFCXtC9X4CK1aD0TVvP { width:2rem;height:2rem;top:2.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2wIr1fGkh09CE5dw8QJKTkxTbx3x2DV { width:2rem;height:2rem;top:4.8125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBVCqCdsLE4EXk3zsz0fe8LAvKuFhNSt { width:4.375rem;height:1.21875rem;top:2.625rem;left:3.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzDq9tqSgIkUQ0Wx2FHn4Jde69HbrdzO { width:9.875rem;height:1.21875rem;top:5rem;left:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hr2DfTNNCFp0tblGO6HTVlDKThz6zlmW { width:6.25rem;height:1.5625rem;top:47.8672rem;left:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #usoA0SyTHfeKNHmdPwvwsmZJeH0sKVDt { width:9.625rem;height:0;top:89.466796875rem;left:5.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #J34Nt8V7L822RTdM7g9LPoZxONn7wGIw { width:9.625rem;height:0;top:94.341796875rem;left:5.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #teNqe3Uwv0wQTPFeh2D4c0BaOluRrtzE { display:block; }#teNqe3Uwv0wQTPFeh2D4c0BaOluRrtzE > .row .container { width:20rem;height:7.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mog3AatezoAsi3lhcAWq0KvTynETovrm { width:15.625rem;height:1.94921875rem;top:3.20703125rem;left:2.1875rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ys9SH2RunDsrF00xLEDttbV47AnA5Lvi { width:6.25rem;height:1rem;top:1.75rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6MohPtJOG9i9gwTtp9u4CN57H8d6GX5 { display:block; }#L6MohPtJOG9i9gwTtp9u4CN57H8d6GX5 > .row .container { width:20rem;height:404rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iQmvcqQuFKEz3xJBrE4lpJq8FPGLIfhB { width:20rem;height:1.625rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGSE9HATd4MU5msvCMJNp3kVXEvWJ9On { width:20rem;height:258.6375875rem;top:3.796875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bixz4XV7aH7g5h4TCqJe9X7Coxry1Oum { width:20rem;height:1.13720625rem;top:263.5rem;left:0rem;font-size:0.875rem;color:rgba(var(--color-primary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #oe2JJ1xq5eKBceD3yAiwXK9T65STUFkh { width:20rem;height:3.16699375rem;top:284.9375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3T1Qxgs7VzqIiD9JN83icfUXaXUXN4d { width:20rem;height:110.844725rem;top:290.0625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mR5FW0VPkT9HtC2P0vbtGGUencaktT0m { width:20rem;height:2.2744125rem;top:265.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mi29LEOOAbsASHtQvbHFJWwVgU7moWkN { width:20rem;height:2.2744125rem;top:268.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wemPOLFrMKGRd09cQt4LGu7MuAOKZ4Fn { width:20rem;height:2.2744125rem;top:271.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbqSJVzwpX8lySTtkSeh3zsranxaZT19 { width:20rem;height:2.2744125rem;top:274.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICs1fRyskGTgTRU0BoU7sh3btKcfKwMh { width:20rem;height:2.2744125rem;top:278.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJ4NEitii0zM61xKey4rEIQAXSTHGcOP { width:20rem;height:2.2744125rem;top:281.25rem;left:0rem;font-size:0.875rem;display:block; }
 }