.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:214,242,249;--color-primary-1:133,215,238;--color-primary-2:52,189,227;--color-primary-3:14,154,229;--color-primary-4:29,94,185;--color-secondary-0:255,131,0;--color-secondary-1:255,200,0;--color-secondary-2:255,189,0;--color-secondary-3:229,76,14;--color-secondary-4:217,167,11;--color-tertiary-0:255,255,255;--color-tertiary-1:179,179,179;--color-tertiary-2:114,114,114;--color-tertiary-3:55,55,55;--color-tertiary-4:0,0,0;--headlines-font-family:Roboto;--paragraphs-font-family:Roboto; }@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:url("https://images.assets-landingi.com/uc/9a96600b-f173-404f-b80f-a2355fbcdebd/bannergraficagutierres.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ > .row > .video-iframe-container { display: none; }#ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ > .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); }#TtZXum0GKLW0kyAUZxpl7poudoHFMaC7 { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #5d92ff;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#TtZXum0GKLW0kyAUZxpl7poudoHFMaC7 > .row .container { background-color: transparent; background-image: none; }#TtZXum0GKLW0kyAUZxpl7poudoHFMaC7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TtZXum0GKLW0kyAUZxpl7poudoHFMaC7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TtZXum0GKLW0kyAUZxpl7poudoHFMaC7 > .row .container > .video-iframe-container { display: none; }#TtZXum0GKLW0kyAUZxpl7poudoHFMaC7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TtZXum0GKLW0kyAUZxpl7poudoHFMaC7 > .row > .video-iframe-container { display: none; }#TtZXum0GKLW0kyAUZxpl7poudoHFMaC7 > .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); }#TtZXum0GKLW0kyAUZxpl7poudoHFMaC7 > .row .container { border-width: 0; border-radius: 0; }#TtZXum0GKLW0kyAUZxpl7poudoHFMaC7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TtZXum0GKLW0kyAUZxpl7poudoHFMaC7 > .row .container { font-size:0.875rem;font-family:arial;height:4.9375rem;width:75rem;position:relative;display:block; }#oPQIi7ZF2dhwqdnl0BTAz4Cv2SHTPGk4 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.37456875rem;width:13.624125rem;top:0.78125005960463rem;left:0rem;overflow:hidden;display:block; }
#lOlFegz4PmQOReTTrJPGk2Ivyu9kyHX3 { background-color:#0e9ae5;background-image: -webkit-linear-gradient(top, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),1));background-image: -moz-linear-gradient(top, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),1));background-image: -ms-linear-gradient(top, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),1));background-image: -o-linear-gradient(top, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-4),1)' );";background-image: linear-gradient(to bottom, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.3125rem;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:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.875rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:0.59353303909302rem;left:56.875rem;display:none; }
#aAg9PqML32vbK95TfzP2ORFd96ZIBuHI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sFvuIXq0PxmxBTzIcorAU9WyOy5kJkBq { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:3.75rem;width:16.875rem;top:0.59353303909302rem;left:57.138671875rem;overflow:hidden;display:none; }
#BUnMOkeFzvX95GypEKw4QfZpAKADkvET { background-color:rgba(var(--color-primary-3),1);background-image:url("https://images.assets-landingi.com/uc/636d638b-7a22-4d9a-8712-999a8e954ae4/whazap.gif");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:3.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:0.906033039093rem;left:43.621964454651rem;display:none; }#BUnMOkeFzvX95GypEKw4QfZpAKADkvET.adaptive-delivery-prevent-bg, #BUnMOkeFzvX95GypEKw4QfZpAKADkvET.lazyload, #BUnMOkeFzvX95GypEKw4QfZpAKADkvET.lazyloading { background-image: none; }
#ccORa9btsg11NLBpDNDNdALLn4rZa8IV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qXEs10hVZemDtTxATd9zL9nymLbES9ry { color:rgba(var(--color-tertiary-3),1);display:block;width:13.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:1.8125rem;left:61.75rem;height:2.275rem;font-style:normal;display:block; }
#MuWJuZAElWhUxVSLoTmWsI5TaQ4exvAi { color:rgba(var(--color-tertiary-3),1);display:block;width:11.625rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:1rem;left:61.9375rem;height:0.975rem;font-style:normal;display:block; }
#k6MKWfMoVJ4AmIrKFme9PTBFBUaTs2Zx { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-0),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-0),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-0),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-secondary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-secondary-0),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-0),1));background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.5625rem;height:3.4375rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:0.75rem;left:45.9375rem;display:block; }
#DtrhFmVM80BcptDqPDBpfMKi2DuRPwa8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HDkarCDLBKfTwZPxVCmIKBdT2oAT3rM1 { background-color:transparent;background-image: -webkit-linear-gradient(277deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),0.89));background-image: -moz-linear-gradient(277deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),0.89));background-image: -ms-linear-gradient(277deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),0.89));background-image: -o-linear-gradient(277deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),0.89));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),0.89)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),0.89)' );";background-image: linear-gradient(277deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),0.89));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; }#HDkarCDLBKfTwZPxVCmIKBdT2oAT3rM1 > .row .container { background-color: transparent; background-image: none; }#HDkarCDLBKfTwZPxVCmIKBdT2oAT3rM1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HDkarCDLBKfTwZPxVCmIKBdT2oAT3rM1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HDkarCDLBKfTwZPxVCmIKBdT2oAT3rM1 > .row .container > .video-iframe-container { display: none; }#HDkarCDLBKfTwZPxVCmIKBdT2oAT3rM1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HDkarCDLBKfTwZPxVCmIKBdT2oAT3rM1 > .row > .video-iframe-container { display: none; }#HDkarCDLBKfTwZPxVCmIKBdT2oAT3rM1 > .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); }#HDkarCDLBKfTwZPxVCmIKBdT2oAT3rM1 > .row .container { border-width: 0; border-radius: 0; }#HDkarCDLBKfTwZPxVCmIKBdT2oAT3rM1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HDkarCDLBKfTwZPxVCmIKBdT2oAT3rM1 > .row .container { width:75rem;height:63.8125rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#T4mud081SrPc2otpFtWoPb8ZnM5SLkID { color:rgba(var(--color-tertiary-0),1);display:block;width:34.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:300;z-index:15001;line-height:1.2;letter-spacing:0;top:15.625rem;left:0rem;height:2.625rem;font-style:normal;display:block; }
#mOngVUdXhEwCcARDo9lrJ4WWu4VkTn5U { color:#05213a;display:block;width:34.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:27.8125rem;left:0rem;height:8.77275rem;font-style:normal;display:block; }
#LlmEbx3Rhk46SV4DPD58Iw5L5sb1Qv3W { background-color:#0e9ae5;background-image: -webkit-linear-gradient(top, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),1));background-image: -moz-linear-gradient(top, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),1));background-image: -ms-linear-gradient(top, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),1));background-image: -o-linear-gradient(top, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-4),1)' );";background-image: linear-gradient(to bottom, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.875rem;height:3.75rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:31.812067985534rem;left:0.061847686767578rem;display:none; }
#yA4GOriRT1L8rOzTzXnBlaIi1qNC1Raf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ooT77T3aLx6TlM68WTOSyAyxT3Rmn8vK { background-color:rgba(var(--color-primary-3),1);background-image:url("https://images.assets-landingi.com/uc/636d638b-7a22-4d9a-8712-999a8e954ae4/whazap.gif");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.875rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:34.9375rem;left:0.5625rem;display:none; }#ooT77T3aLx6TlM68WTOSyAyxT3Rmn8vK.adaptive-delivery-prevent-bg, #ooT77T3aLx6TlM68WTOSyAyxT3Rmn8vK.lazyload, #ooT77T3aLx6TlM68WTOSyAyxT3Rmn8vK.lazyloading { background-image: none; }
#fxWGus6IRkmP1x9WoCKLEdiB931BIKzx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VgLQQHGqA1Syu68vQ0QvhSoAqARH1seJ { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:3.75rem;width:16.875rem;top:29.8125rem;left:0rem;overflow:hidden;display:none; }
#gfvnmLz5210io4fUkIwgq08MZ5Abg4A1 { background-color:rgba(var(--color-secondary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.875rem;height:3.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:34.9375rem;left:18.125rem;display:none; }
#MByqHvPTgaQycdUJG7ppsoMTqQk6kzZi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zCKBeMwz0uBgQAOie9mW4QM9STGrIO8O { position:absolute;display:block;z-index:15007;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:30.0625rem;width:35.8125rem;top:16.25rem;left:39.1875rem;overflow:hidden;display:block; }
#LcHaBuElMhHoktLnQUeRa7QVNtTcnRHi { color:rgba(var(--color-tertiary-0),1);display:block;width:37.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:300;z-index:15002;line-height:1.2;letter-spacing:0;top:17.6875rem;left:0rem;height:4.5rem;font-style:normal;display:block; }
#JQFsJMn7Br3yaefwHg8ihLEpEVLoZa81 { color:rgba(var(--color-tertiary-0),1);display:block;width:34.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:300;z-index:15003;line-height:1.2;letter-spacing:0;top:21.1875rem;left:0rem;height:4.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SrJQERpb9iRbOawbNTJcTZVc2lmIROCh { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-0),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-0),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-0),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-secondary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-secondary-0),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-0),1));background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:3.875rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:40.5rem;left:0rem;display:block; }
#bteKac5uD5MHc1GhbPTkcEHauQhFTgAT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xCPSrdDnvkJrMiWEzE2vuglotThIdsPM { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:6.25rem;width:18.125rem;top:53.25rem;left:19.0625rem;display:block; }
#BF6rveVx90NH1c8KByKeJSALqKmcBLcq { color:rgba(var(--color-tertiary-1),1);display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:57.312502384186rem;left:19.0625rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JF2vauRIomi68PKxhQlX1gNZqBCAi9Zy { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:6.25rem;width:18.125rem;top:53.25rem;left:0.3125rem;display:block; }
#o28zo2Jqt9bAJ3TAvNCa3Lzfv3JzuDk0 { color:rgba(var(--color-tertiary-1),1);display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:57.312502384186rem;left:0.3125rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Mo2BmyfNfiNAxwAbcVFhMSGPmXCQP6Z7 { color:rgba(var(--color-primary-4),1);display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:54rem;left:19.0625rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AtTbm4sx2oNw010B3TvSSxI5eJZ6XgQP { color:rgba(var(--color-primary-4),1);display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:54rem;left:0.3125rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wncKTK2hgRi63vGJ06lPvyfD5nonmvgn { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:6.25rem;width:18.125rem;top:53.25rem;left:37.8125rem;display:block; }
#q7hzqnEXV1RUCTl6NmRuTNOUDidzE46L { color:rgba(var(--color-tertiary-1),1);display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:57.312502384186rem;left:37.8125rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#niyl7XFDoPRxSVyF4Hc3gezxcQz7QtOn { color:rgba(var(--color-primary-4),1);display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:54rem;left:37.8125rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qiTUi06mJS3vnqbiMe9oCkT1HtyAQWDQ { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:6.25rem;width:18.125rem;top:53.25rem;left:56.625rem;display:block; }
#oOlfTGmL4m8EKsTShGlXkIXAAbc4KF6H { color:rgba(var(--color-tertiary-1),1);display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:57.312502384186rem;left:56.625rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BtKDnG0rIQBP68KAv2WTPsgiIIET4eEB { color:rgba(var(--color-primary-4),1);display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:54rem;left:56.625rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),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; }#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh > .row .container { background-color: transparent; background-image: none; }#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh > .row .container > .video-iframe-container { display: none; }#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh > .row > .video-iframe-container { display: none; }#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh > .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); }#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh > .row .container { border-width: 0; border-radius: 0; }#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh > .row .container { font-size:0.875rem;font-family:arial;height:12.375rem;width:75rem;position:relative;display:block; }#RTi8sPG0utu7otG939LGdE3BZ7zttx6l { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:6.4375114440919rem;left:0rem;height:3.4125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#V6EV6FBTV4iS8P0CQLiK6ter7zqR0kfS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),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; }#V6EV6FBTV4iS8P0CQLiK6ter7zqR0kfS > .row .container { background-color: transparent; background-image: none; }#V6EV6FBTV4iS8P0CQLiK6ter7zqR0kfS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V6EV6FBTV4iS8P0CQLiK6ter7zqR0kfS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V6EV6FBTV4iS8P0CQLiK6ter7zqR0kfS > .row .container > .video-iframe-container { display: none; }#V6EV6FBTV4iS8P0CQLiK6ter7zqR0kfS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V6EV6FBTV4iS8P0CQLiK6ter7zqR0kfS > .row > .video-iframe-container { display: none; }#V6EV6FBTV4iS8P0CQLiK6ter7zqR0kfS > .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); }#V6EV6FBTV4iS8P0CQLiK6ter7zqR0kfS > .row .container { border-width: 0; border-radius: 0; }#V6EV6FBTV4iS8P0CQLiK6ter7zqR0kfS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V6EV6FBTV4iS8P0CQLiK6ter7zqR0kfS > .row .container { font-size:0.875rem;font-family:arial;height:29.75rem;width:75rem;position:relative;display:block; }#ntukgIn4aiS8iGTB6aWp6512qXASL2Ti { color:rgba(var(--color-tertiary-4),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:17.875008583069rem;left:0.625rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fQ1P6nkaXruN8slfxEUlGPg3Wlix5KIZ { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:0.9375rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:15rem;height:3.0625rem;text-decoration:none;z-index:15110;text-align:center;text-align-last:center;top:23.812500953674rem;left:5rem;display:block; }
#pd6FkQdxznG9gVs4Ao1n9uhfK2L8IcXz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#S9S0rFLV2nRAUzSmDcUgiJes26yR4hD8 { position:absolute;display:block;z-index:15014;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.4) ;height:28.6875rem;width:24.375rem;top:9.5367431640625E-7rem;left:0rem;display:block; }
#ucpwLmNLI6CRf1eL53Mo4qRhMxJWK76z { position:absolute;display:block;z-index:15043;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/5acb3eca-8b77-4fa7-ae85-e24428495de5/WhatsAppImage20210805at092659.jpeg");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:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:16.375rem;width:24.375rem;top:0rem;left:0rem;display:block; }#ucpwLmNLI6CRf1eL53Mo4qRhMxJWK76z.adaptive-delivery-prevent-bg, #ucpwLmNLI6CRf1eL53Mo4qRhMxJWK76z.lazyload, #ucpwLmNLI6CRf1eL53Mo4qRhMxJWK76z.lazyloading { background-image: none; }
#uFrfE8ZTffDc9CWveaXcZvEpXuSBtZdm { color:rgba(var(--color-tertiary-2),1);display:block;width:20.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15014;line-height:1.2;letter-spacing:0;top:20.312502861023rem;left:2.0625rem;height:2.1rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#e6QVJQlwNVawAEZ84LCLQ2hnnZcNFaXD { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:0.9375rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:15rem;height:3.0625rem;text-decoration:none;z-index:15115;text-align:center;text-align-last:center;top:23.812500953674rem;left:30.3125rem;display:block; }
#f9oLUhqgRrZrpg5OZUnwB0ladbv7RCFr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xkB11QDqAxixTToWcTe4LIXSChSRvPu9 { position:absolute;display:block;z-index:15019;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.4) ;height:28.6875rem;width:24.375rem;top:9.5367431640625E-7rem;left:25.3125rem;display:block; }
#Lx31gB3OzBTGdW3xOm94lcnLpNaf65Ic { color:rgba(var(--color-tertiary-2),1);display:block;width:20.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15019;line-height:1.2;letter-spacing:0;top:20.312500953674rem;left:27.375rem;height:2.1rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wuKtF2aehKPHTdTuwuLOed2C1duKnB5K { color:rgba(var(--color-tertiary-4),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:17.875000953674rem;left:25.9375rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Cxyia0LeRdZfEhA5L2AvbfHQf78zwJnC { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:0.9375rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:15rem;height:3.0625rem;text-decoration:none;z-index:15120;text-align:center;text-align-last:center;top:23.812500953674rem;left:55.625rem;display:block; }
#ngPu30Lnpo9liOEcTbsI3qZLDRRdJEyU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SOgW9UN16ndTCapTT7zTTFGer1O6Gvqz { position:absolute;display:block;z-index:15024;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.4) ;height:28.6875rem;width:24.375rem;top:9.5367431640625E-7rem;left:50.625rem;display:block; }
#vEI2vOo1uTVGMSRGktfe0mofeTmwZUx9 { color:rgba(var(--color-tertiary-2),1);display:block;width:20.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15024;line-height:1.2;letter-spacing:0;top:20.312500953674rem;left:52.6875rem;height:2.1rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H1WmNC2qNIeIz4zraitOz8ET0uJc4wHf { color:rgba(var(--color-tertiary-4),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:17.875000953674rem;left:51.25rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dgTJPEiTaXCNe87Pbt818l75IIHRvrLw { position:absolute;display:block;z-index:15045;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/714daae6-14b0-43c3-8a22-e4108bbbe6d0/Screenshot_3.png");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:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:16.375rem;width:24.375rem;top:0rem;left:25.3125rem;display:block; }#dgTJPEiTaXCNe87Pbt818l75IIHRvrLw.adaptive-delivery-prevent-bg, #dgTJPEiTaXCNe87Pbt818l75IIHRvrLw.lazyload, #dgTJPEiTaXCNe87Pbt818l75IIHRvrLw.lazyloading { background-image: none; }
#cvF0CGb9lT1AS3Schd1mSiiOGKqpobnX { position:absolute;display:block;z-index:15047;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/ab24d20e-ce70-4396-b11d-05e8492c9b77/WhatsAppImage20210805at0926581.jpeg");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:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:16.375rem;width:24.375rem;top:0rem;left:50.625rem;display:block; }#cvF0CGb9lT1AS3Schd1mSiiOGKqpobnX.adaptive-delivery-prevent-bg, #cvF0CGb9lT1AS3Schd1mSiiOGKqpobnX.lazyload, #cvF0CGb9lT1AS3Schd1mSiiOGKqpobnX.lazyloading { background-image: none; }
#VsXokaCISekKdORFVhov8oJukdmJgiA4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),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; }#VsXokaCISekKdORFVhov8oJukdmJgiA4 > .row .container { background-color: transparent; background-image: none; }#VsXokaCISekKdORFVhov8oJukdmJgiA4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VsXokaCISekKdORFVhov8oJukdmJgiA4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VsXokaCISekKdORFVhov8oJukdmJgiA4 > .row .container > .video-iframe-container { display: none; }#VsXokaCISekKdORFVhov8oJukdmJgiA4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VsXokaCISekKdORFVhov8oJukdmJgiA4 > .row > .video-iframe-container { display: none; }#VsXokaCISekKdORFVhov8oJukdmJgiA4 > .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); }#VsXokaCISekKdORFVhov8oJukdmJgiA4 > .row .container { border-width: 0; border-radius: 0; }#VsXokaCISekKdORFVhov8oJukdmJgiA4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VsXokaCISekKdORFVhov8oJukdmJgiA4 > .row .container { font-size:0.875rem;font-family:arial;height:33.5625rem;width:75rem;position:relative;display:block; }#QBfMv9TlbW1gNdTPHh5ZpMDoIAT6AJqq { color:rgba(var(--color-tertiary-4),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:17.875008583069rem;left:0.625rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LwtQW4ak4vDkiPtGOFyIx6uxa8nnORR6 { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:0.9375rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:15rem;height:3.0625rem;text-decoration:none;z-index:15110;text-align:center;text-align-last:center;top:23.812500953674rem;left:5rem;display:block; }
#eyXF10dOD8GksBcw7qVwhOc96tf41NZZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NBZyOpSB0J0iOTtqQ2TCx6UKy04pisdq { position:absolute;display:block;z-index:15014;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.4) ;height:28.6875rem;width:24.375rem;top:9.5367431640625E-7rem;left:0rem;display:block; }
#ncdUKctKypRi7R6dToGd6SxAr2lCEzOQ { color:rgba(var(--color-tertiary-2),1);display:block;width:20.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15014;line-height:1.2;letter-spacing:0;top:20.312502861023rem;left:2.0625rem;height:2.1rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#I4xilB4AWeaCCP0SdwzSmkexhp6S6G0k { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:0.9375rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:15rem;height:3.0625rem;text-decoration:none;z-index:15115;text-align:center;text-align-last:center;top:23.812500953674rem;left:30.3125rem;display:block; }
#a8EActkhdK4sDF0uL0zE6Abp9wlnktWw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SOyBGxWM21hBoUCV3EJOsbxf1fMLX7wM { position:absolute;display:block;z-index:15019;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.4) ;height:28.6875rem;width:24.375rem;top:9.5367431640625E-7rem;left:25.3125rem;display:block; }
#pK1nyRzGkX9DtA4s7WN1cMpDV9Ln5LTS { color:rgba(var(--color-tertiary-2),1);display:block;width:20.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15019;line-height:1.2;letter-spacing:0;top:20.312500953674rem;left:27.375rem;height:2.1rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#swADuEACLQqV43AUU5NshLNWCHXirMWw { color:rgba(var(--color-tertiary-4),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:17.875000953674rem;left:25.9375rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#l7CnSaag4zThkk7zvyCwvRF0OBUDXDCV { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:0.9375rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:15rem;height:3.0625rem;text-decoration:none;z-index:15120;text-align:center;text-align-last:center;top:23.812500953674rem;left:55.625rem;display:block; }
#PIoIHyzCQqnLifIWJ38ZagIBCoP5qgNr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kek71Fnb7TUXvhaR65Gb5Z6nAKJ1fJZE { position:absolute;display:block;z-index:15024;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.4) ;height:28.6875rem;width:24.375rem;top:9.5367431640625E-7rem;left:50.625rem;display:block; }
#yJeXWfFZ8NSvaMcxPZ6eM945aMhCnKMi { color:rgba(var(--color-tertiary-2),1);display:block;width:20.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15024;line-height:1.2;letter-spacing:0;top:20.312500953674rem;left:52.6875rem;height:2.1rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bqiV5syEhk6Uq2IakkCn9mRQTWQcJZkK { color:rgba(var(--color-tertiary-4),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:17.875000953674rem;left:51.25rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SfQzlQGgZDkrTQHcs82oXvHTbgGTy4br { position:absolute;display:block;z-index:15043;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/6afb5ee1-1946-426f-b162-e96777d38503/WhatsAppImage20210805at0927001.jpeg");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:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:16.375rem;width:24.375rem;top:0rem;left:0rem;display:block; }#SfQzlQGgZDkrTQHcs82oXvHTbgGTy4br.adaptive-delivery-prevent-bg, #SfQzlQGgZDkrTQHcs82oXvHTbgGTy4br.lazyload, #SfQzlQGgZDkrTQHcs82oXvHTbgGTy4br.lazyloading { background-image: none; }
#JOyN5P5ed6oTfV81AqcwJfO7yMDi2nTv { position:absolute;display:block;z-index:15045;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/94586d56-f630-4f6b-bf4c-7f8a8369ae91/WhatsAppImage20210805at092658.jpeg");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:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:16.375rem;width:24.375rem;top:0rem;left:25.3125rem;display:block; }#JOyN5P5ed6oTfV81AqcwJfO7yMDi2nTv.adaptive-delivery-prevent-bg, #JOyN5P5ed6oTfV81AqcwJfO7yMDi2nTv.lazyload, #JOyN5P5ed6oTfV81AqcwJfO7yMDi2nTv.lazyloading { background-image: none; }
#u8IJbMisHVuJ5M5MbxsseuRfc80Jv6hC { position:absolute;display:block;z-index:15047;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/3c5a75be-5a20-4b08-986c-5f6eaed02d9e/WhatsAppImage20210805at0927002.jpeg");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:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:16.375rem;width:24.375rem;top:0rem;left:50.625rem;display:block; }#u8IJbMisHVuJ5M5MbxsseuRfc80Jv6hC.adaptive-delivery-prevent-bg, #u8IJbMisHVuJ5M5MbxsseuRfc80Jv6hC.lazyload, #u8IJbMisHVuJ5M5MbxsseuRfc80Jv6hC.lazyloading { background-image: none; }
#six3sdnBoz7aLypuURtn1FaZ976JMu8k { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),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; }#six3sdnBoz7aLypuURtn1FaZ976JMu8k > .row .container { background-color: transparent; background-image: none; }#six3sdnBoz7aLypuURtn1FaZ976JMu8k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#six3sdnBoz7aLypuURtn1FaZ976JMu8k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#six3sdnBoz7aLypuURtn1FaZ976JMu8k > .row .container > .video-iframe-container { display: none; }#six3sdnBoz7aLypuURtn1FaZ976JMu8k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#six3sdnBoz7aLypuURtn1FaZ976JMu8k > .row > .video-iframe-container { display: none; }#six3sdnBoz7aLypuURtn1FaZ976JMu8k > .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); }#six3sdnBoz7aLypuURtn1FaZ976JMu8k > .row .container { border-width: 0; border-radius: 0; }#six3sdnBoz7aLypuURtn1FaZ976JMu8k > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#six3sdnBoz7aLypuURtn1FaZ976JMu8k > .row .container { font-size:0.875rem;font-family:arial;height:7.25rem;width:75rem;position:relative;display:block; }#Iy5TRMndpZR6r919Ti1auzZVkbwb19Vz { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:3.6875rem;left:0rem;height:3.4125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qeL1dc9Kw1IVqU0JxLDCuJAlW5uUoER9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),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; }#qeL1dc9Kw1IVqU0JxLDCuJAlW5uUoER9 > .row .container { background-color: transparent; background-image: none; }#qeL1dc9Kw1IVqU0JxLDCuJAlW5uUoER9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qeL1dc9Kw1IVqU0JxLDCuJAlW5uUoER9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qeL1dc9Kw1IVqU0JxLDCuJAlW5uUoER9 > .row .container > .video-iframe-container { display: none; }#qeL1dc9Kw1IVqU0JxLDCuJAlW5uUoER9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qeL1dc9Kw1IVqU0JxLDCuJAlW5uUoER9 > .row > .video-iframe-container { display: none; }#qeL1dc9Kw1IVqU0JxLDCuJAlW5uUoER9 > .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); }#qeL1dc9Kw1IVqU0JxLDCuJAlW5uUoER9 > .row .container { border-width: 0; border-radius: 0; }#qeL1dc9Kw1IVqU0JxLDCuJAlW5uUoER9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qeL1dc9Kw1IVqU0JxLDCuJAlW5uUoER9 > .row .container { font-size:0.875rem;font-family:arial;height:50.25rem;width:75rem;position:relative;display:block; }#m3nWwgVXv79Po1we8daHDFz6x7c489yK { position:absolute;display:block;z-index:15000;height:29.874rem;width:75rem;top:1.4052734375rem;left:0rem;display:block; }
#p45oiEBltowsmsGWNT1I81fazWy9Dghp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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; }#p45oiEBltowsmsGWNT1I81fazWy9Dghp > .row .container { background-color: transparent; background-image: none; }#p45oiEBltowsmsGWNT1I81fazWy9Dghp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p45oiEBltowsmsGWNT1I81fazWy9Dghp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p45oiEBltowsmsGWNT1I81fazWy9Dghp > .row .container > .video-iframe-container { display: none; }#p45oiEBltowsmsGWNT1I81fazWy9Dghp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p45oiEBltowsmsGWNT1I81fazWy9Dghp > .row > .video-iframe-container { display: none; }#p45oiEBltowsmsGWNT1I81fazWy9Dghp > .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); }#p45oiEBltowsmsGWNT1I81fazWy9Dghp > .row .container { border-width: 0; border-radius: 0; }#p45oiEBltowsmsGWNT1I81fazWy9Dghp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p45oiEBltowsmsGWNT1I81fazWy9Dghp > .row .container { font-size:0.875rem;font-family:arial;height:17.6875rem;width:75rem;position:relative;display:block; }#feuUJe8JCGU1DN32nzhodyVIRFnw6T0l { color:#d32150;display:block;width:11.25rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:3rem;left:18.6875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nCF0nZNqEL7QtdKs1UAVNFFkw5m6D6f1 { position:absolute;display:block;z-index:15021;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:3.125rem;top:5.25rem;left:18.6875rem;display:block; }
#pwTJKnfc3Edb8e5E29S1nCy8z0hU5BTF { color:rgba(var(--color-tertiary-4),1);display:block;width:10.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15022;line-height:1.5;letter-spacing:0;top:6.5rem;left:20.8125rem;height:1.40625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#S9kRVTziTkl5gCxi0TA8APMIFim6eZBM { color:rgba(var(--color-tertiary-4),1);display:block;width:13.5625rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:400;z-index:15028;line-height:1.5;letter-spacing:0;top:6.8744773864744rem;left:39.811981201172rem;height:1.40625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hWg1Vy9wIQh5qatFycbf7NWOIT4fIMbD { color:rgba(var(--color-tertiary-4),1);display:block;width:13.9375rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:400;z-index:15029;line-height:1.5;letter-spacing:0;top:9.5927085876462rem;left:40.124481201172rem;height:1.40625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#S1bPSdBBZZm9ps3des86kzkzGy5JQ0xl { color:#d32150;display:block;width:16.4375rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:3rem;left:37.5625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QGfn010t6uSosOKMgCx4g75rySLH0cLZ { position:absolute;display:block;z-index:15029;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:3.125rem;top:5.25rem;left:37.5625rem;display:block; }
#yhhOxfptia80MNpk0qRl1eBXF8Xk6Gk9 { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15031;top:6.4375rem;left:37.561462402344rem;display:block; }
#qoL9RaltlAUC4ePg85V2GBDp44hCF0vb { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15032;top:9.1239585876462rem;left:37.561462402344rem;display:block; }
#drIocX7eCQ0T4CTpVErz1soeoIZ3IWrG { position:absolute;display:block;z-index:15035;background-color:#e21c21;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:3.125rem;top:5.25rem;left:57.5625rem;display:none; }
#nyBHpaNgh1clBwLCIu5NS6lJGssfsTfC { color:#d32150;display:block;width:16.4375rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:3rem;left:57.5625rem;height:1.597225rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#yJeONz3atB1Zkyspbvi3W86TNL9tFRGC { color:rgba(var(--color-tertiary-4),1);display:block;width:16.1875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15029;line-height:1.5;letter-spacing:0;top:6.1875rem;left:57.5625rem;height:6.9444375rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#y0Ev5fsOTepTR02OCG1XBvS3cZkKqg1A { color:#d32150;display:block;width:16.4375rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:2.6875rem;left:56.3125rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#i5mCf463F3IDXeTotuGF7CTVZVFmR3Ci { position:absolute;display:block;z-index:15031;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:3.125rem;top:4.9375rem;left:56.3125rem;display:block; }
#eePPRmakvTVdAVByBcuCl7SFLBfZT9ut { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15023;line-height:1.5;letter-spacing:0;top:11.125rem;left:20.5625rem;height:1.40625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dcdduGG2oknwDxyZ8h4Llrozk6TF60AT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:11rem;left:18.75rem; }
#cRVetlOMUpnFPHp4R73tzVwqUMTIEC2L { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:6.5rem;left:56.25rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hxhtg3fTokrnazcDF2P1x59unzqrIMSD { color:rgba(var(--color-tertiary-0),1);display:block;width:16.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:6.6239585876462rem;left:0rem;height:6.09375rem;font-style:normal;display:block; }
#OhRs40pGzhn47b41RIFnHie5UqKoXTXw { color:#d32150;display:block;width:11.25rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:2.6875rem;left:0rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VPluAObCp5EF5KleGR7zlrd8nRfCPHLy { position:absolute;display:block;z-index:15023;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:3.125rem;top:4.9375rem;left:0rem;display:block; }
#zuVCU0p6HQdwgW5WpidUw1aL4Xs4ydUT { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15026;top:8.4375rem;left:18.5625rem;display:block; }
#nATCS2lAGG9vkr8M9uw1F8uA73TxyTzn { color:rgba(var(--color-tertiary-4),1);display:block;width:10.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15024;line-height:1.5;letter-spacing:0;top:8.875rem;left:20.8125rem;height:1.40625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uZpfTyxKu553knG02H35JbITo99gFT7z { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:6.421875rem;left:18.875rem; }
#OQPEomdF8ukEXr3fnUfbokVl3yPhn0Ji { position:relative;display:none; }#OQPEomdF8ukEXr3fnUfbokVl3yPhn0Ji { border-width: 0; border-radius: 0; }#OQPEomdF8ukEXr3fnUfbokVl3yPhn0Ji > .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; }#OQPEomdF8ukEXr3fnUfbokVl3yPhn0Ji > .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:18.75rem;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:none; }#aERvT4ux8tyc32dwBcpiy00TAnAm1aZA { background-color:#0e9ae5;background-image: -webkit-linear-gradient(top, #ff2780, #df005f);background-image: -moz-linear-gradient(top, #ff2780, #df005f);background-image: -ms-linear-gradient(top, #ff2780, #df005f);background-image: -o-linear-gradient(top, #ff2780, #df005f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff2780', endColorstr='#df005f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff2780', endColorstr='#df005f' );";background-image: linear-gradient(to bottom, #ff2780, #df005f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.875rem;height:3.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:5.625rem;left:55.0625rem;display:none; }
#QTHhHX5d2Z6LOqLIoIDX10TmrF1CcWl8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ALAccR3TNa3CKsXsXXT1cI5J8vKCwAqJ { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-0),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-0),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-0),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-secondary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-secondary-0),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-0),1));background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:3.875rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:37.1875rem;left:0rem;display:none; }
#BQAEmlivGGnFtoUr3QWCqwvNWKWIgKsA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TtZXum0GKLW0kyAUZxpl7poudoHFMaC7 { display:block; }#TtZXum0GKLW0kyAUZxpl7poudoHFMaC7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oPQIi7ZF2dhwqdnl0BTAz4Cv2SHTPGk4 { width:13.5625rem;height:3.3593048120063rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOlFegz4PmQOReTTrJPGk2Ivyu9kyHX3 { width:16.875rem;height:3.75rem;top:0.5625rem;left:30.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAg9PqML32vbK95TfzP2ORFd96ZIBuHI { display:block; }
 }@media only screen and (max-width: 763px) { #sFvuIXq0PxmxBTzIcorAU9WyOy5kJkBq { width:16.875rem;height:3.75rem;top:0.5625rem;left:30.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUnMOkeFzvX95GypEKw4QfZpAKADkvET { width:14.375rem;height:3.125rem;top:0.875rem;left:29.996964454651rem;display:none; }
 }@media only screen and (max-width: 763px) { #ccORa9btsg11NLBpDNDNdALLn4rZa8IV { display:block; }
 }@media only screen and (max-width: 763px) { #qXEs10hVZemDtTxATd9zL9nymLbES9ry { width:13.25rem;height:2.25rem;top:1.8125rem;left:34.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuWJuZAElWhUxVSLoTmWsI5TaQ4exvAi { width:11.625rem;height:0.9375rem;top:1rem;left:36.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6MKWfMoVJ4AmIrKFme9PTBFBUaTs2Zx { width:14.5625rem;height:3.4375rem;top:0.75rem;left:32.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DtrhFmVM80BcptDqPDBpfMKi2DuRPwa8 { display:block; }
 }@media only screen and (max-width: 763px) { #HDkarCDLBKfTwZPxVCmIKBdT2oAT3rM1 { display:block; }#HDkarCDLBKfTwZPxVCmIKBdT2oAT3rM1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T4mud081SrPc2otpFtWoPb8ZnM5SLkID { width:26.125rem;height:10.5rem;top:6.5625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOngVUdXhEwCcARDo9lrJ4WWu4VkTn5U { width:34.125rem;height:8.75rem;top:27.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlmEbx3Rhk46SV4DPD58Iw5L5sb1Qv3W { width:16.875rem;height:3.75rem;top:31.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yA4GOriRT1L8rOzTzXnBlaIi1qNC1Raf { display:block; }
 }@media only screen and (max-width: 763px) { #ooT77T3aLx6TlM68WTOSyAyxT3Rmn8vK { width:16.875rem;height:3.75rem;top:34.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #fxWGus6IRkmP1x9WoCKLEdiB931BIKzx { display:block; }
 }@media only screen and (max-width: 763px) { #VgLQQHGqA1Syu68vQ0QvhSoAqARH1seJ { width:16.875rem;height:3.75rem;top:29.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfvnmLz5210io4fUkIwgq08MZ5Abg4A1 { width:16.875rem;height:3.75rem;top:34.9375rem;left:4.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #MByqHvPTgaQycdUJG7ppsoMTqQk6kzZi { display:block; }
 }@media only screen and (max-width: 763px) { #zCKBeMwz0uBgQAOie9mW4QM9STGrIO8O { width:35.8125rem;height:30.0625rem;top:16.25rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcHaBuElMhHoktLnQUeRa7QVNtTcnRHi { width:26.125rem;height:10.5rem;top:6.5625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQFsJMn7Br3yaefwHg8ihLEpEVLoZa81 { width:26.125rem;height:10.5rem;top:6.5625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SrJQERpb9iRbOawbNTJcTZVc2lmIROCh { width:20rem;height:3.875rem;top:40.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bteKac5uD5MHc1GhbPTkcEHauQhFTgAT { display:block; }
 }@media only screen and (max-width: 763px) { #xCPSrdDnvkJrMiWEzE2vuglotThIdsPM { width:18.125rem;height:6.25rem;top:53.25rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BF6rveVx90NH1c8KByKeJSALqKmcBLcq { width:18.125rem;height:1.1875rem;top:57.3125rem;left:5.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JF2vauRIomi68PKxhQlX1gNZqBCAi9Zy { width:18.125rem;height:6.25rem;top:53.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o28zo2Jqt9bAJ3TAvNCa3Lzfv3JzuDk0 { width:18.125rem;height:1.1875rem;top:57.3125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mo2BmyfNfiNAxwAbcVFhMSGPmXCQP6Z7 { width:18.125rem;height:3.625rem;top:54rem;left:5.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtTbm4sx2oNw010B3TvSSxI5eJZ6XgQP { width:18.125rem;height:3.625rem;top:54rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wncKTK2hgRi63vGJ06lPvyfD5nonmvgn { width:18.125rem;height:6.25rem;top:53.25rem;left:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7hzqnEXV1RUCTl6NmRuTNOUDidzE46L { width:18.125rem;height:1.1875rem;top:57.3125rem;left:24.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #niyl7XFDoPRxSVyF4Hc3gezxcQz7QtOn { width:18.125rem;height:3.625rem;top:54rem;left:24.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qiTUi06mJS3vnqbiMe9oCkT1HtyAQWDQ { width:18.125rem;height:6.25rem;top:53.25rem;left:29.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOlfTGmL4m8EKsTShGlXkIXAAbc4KF6H { width:18.125rem;height:1.1875rem;top:57.3125rem;left:29.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtKDnG0rIQBP68KAv2WTPsgiIIET4eEB { width:18.125rem;height:3.625rem;top:54rem;left:29.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh { display:block; }#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RTi8sPG0utu7otG939LGdE3BZ7zttx6l { width:47.75rem;height:3.375rem;top:6.4375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6EV6FBTV4iS8P0CQLiK6ter7zqR0kfS { display:block; }#V6EV6FBTV4iS8P0CQLiK6ter7zqR0kfS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ntukgIn4aiS8iGTB6aWp6512qXASL2Ti { top:17.875rem;left:0rem;width:23.75rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQ1P6nkaXruN8slfxEUlGPg3Wlix5KIZ { width:15rem;height:3.0625rem;top:23.8125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pd6FkQdxznG9gVs4Ao1n9uhfK2L8IcXz { display:block; }
 }@media only screen and (max-width: 763px) { #S9S0rFLV2nRAUzSmDcUgiJes26yR4hD8 { top:0rem;left:0rem;width:24.375rem;height:28.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucpwLmNLI6CRf1eL53Mo4qRhMxJWK76z { width:24.375rem;height:16.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFrfE8ZTffDc9CWveaXcZvEpXuSBtZdm { width:12.9375rem;height:1.5625rem;top:8.0625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6QVJQlwNVawAEZ84LCLQ2hnnZcNFaXD { width:15rem;height:3.0625rem;top:23.8125rem;left:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9oLUhqgRrZrpg5OZUnwB0ladbv7RCFr { display:block; }
 }@media only screen and (max-width: 763px) { #xkB11QDqAxixTToWcTe4LIXSChSRvPu9 { top:0rem;left:7.375rem;width:24.375rem;height:28.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lx31gB3OzBTGdW3xOm94lcnLpNaf65Ic { width:12.9375rem;height:1.5625rem;top:8.0625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wuKtF2aehKPHTdTuwuLOed2C1duKnB5K { top:17.875rem;left:8rem;width:23.75rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cxyia0LeRdZfEhA5L2AvbfHQf78zwJnC { width:15rem;height:3.0625rem;top:23.8125rem;left:32.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngPu30Lnpo9liOEcTbsI3qZLDRRdJEyU { display:block; }
 }@media only screen and (max-width: 763px) { #SOgW9UN16ndTCapTT7zTTFGer1O6Gvqz { top:0rem;left:23.25rem;width:24.375rem;height:28.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEI2vOo1uTVGMSRGktfe0mofeTmwZUx9 { width:12.9375rem;height:1.5625rem;top:8.0625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1WmNC2qNIeIz4zraitOz8ET0uJc4wHf { top:17.875rem;left:23.875rem;width:23.75rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgTJPEiTaXCNe87Pbt818l75IIHRvrLw { width:24.375rem;height:16.375rem;top:0rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvF0CGb9lT1AS3Schd1mSiiOGKqpobnX { width:24.375rem;height:16.375rem;top:0rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsXokaCISekKdORFVhov8oJukdmJgiA4 { display:block; }#VsXokaCISekKdORFVhov8oJukdmJgiA4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QBfMv9TlbW1gNdTPHh5ZpMDoIAT6AJqq { top:17.875rem;left:0rem;width:23.75rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwtQW4ak4vDkiPtGOFyIx6uxa8nnORR6 { width:15rem;height:3.0625rem;top:23.8125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyXF10dOD8GksBcw7qVwhOc96tf41NZZ { display:block; }
 }@media only screen and (max-width: 763px) { #NBZyOpSB0J0iOTtqQ2TCx6UKy04pisdq { top:0rem;left:0rem;width:24.375rem;height:28.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncdUKctKypRi7R6dToGd6SxAr2lCEzOQ { width:12.9375rem;height:1.5625rem;top:8.0625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4xilB4AWeaCCP0SdwzSmkexhp6S6G0k { width:15rem;height:3.0625rem;top:23.8125rem;left:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8EActkhdK4sDF0uL0zE6Abp9wlnktWw { display:block; }
 }@media only screen and (max-width: 763px) { #SOyBGxWM21hBoUCV3EJOsbxf1fMLX7wM { top:0rem;left:7.375rem;width:24.375rem;height:28.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pK1nyRzGkX9DtA4s7WN1cMpDV9Ln5LTS { width:12.9375rem;height:1.5625rem;top:8.0625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #swADuEACLQqV43AUU5NshLNWCHXirMWw { top:17.875rem;left:8rem;width:23.75rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7CnSaag4zThkk7zvyCwvRF0OBUDXDCV { width:15rem;height:3.0625rem;top:23.8125rem;left:32.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PIoIHyzCQqnLifIWJ38ZagIBCoP5qgNr { display:block; }
 }@media only screen and (max-width: 763px) { #kek71Fnb7TUXvhaR65Gb5Z6nAKJ1fJZE { top:0rem;left:23.25rem;width:24.375rem;height:28.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJeXWfFZ8NSvaMcxPZ6eM945aMhCnKMi { width:12.9375rem;height:1.5625rem;top:8.0625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqiV5syEhk6Uq2IakkCn9mRQTWQcJZkK { top:17.875rem;left:23.875rem;width:23.75rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfQzlQGgZDkrTQHcs82oXvHTbgGTy4br { width:24.375rem;height:16.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOyN5P5ed6oTfV81AqcwJfO7yMDi2nTv { width:24.375rem;height:16.375rem;top:0rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8IJbMisHVuJ5M5MbxsseuRfc80Jv6hC { width:24.375rem;height:16.375rem;top:0rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #six3sdnBoz7aLypuURtn1FaZ976JMu8k { display:block; }#six3sdnBoz7aLypuURtn1FaZ976JMu8k > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Iy5TRMndpZR6r919Ti1auzZVkbwb19Vz { width:47.75rem;height:3.375rem;top:3.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeL1dc9Kw1IVqU0JxLDCuJAlW5uUoER9 { display:block; }#qeL1dc9Kw1IVqU0JxLDCuJAlW5uUoER9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m3nWwgVXv79Po1we8daHDFz6x7c489yK { width:47.75rem;height:29.8125rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p45oiEBltowsmsGWNT1I81fazWy9Dghp { display:block; }#p45oiEBltowsmsGWNT1I81fazWy9Dghp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #feuUJe8JCGU1DN32nzhodyVIRFnw6T0l { top:3rem;left:0rem;width:11.25rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCF0nZNqEL7QtdKs1UAVNFFkw5m6D6f1 { width:3.125rem;height:0.0625rem;top:5.25rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwTJKnfc3Edb8e5E29S1nCy8z0hU5BTF { top:6.5rem;left:11.9375rem;width:10.625rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9kRVTziTkl5gCxi0TA8APMIFim6eZBM { top:6.8125rem;left:22.25rem;width:13.5625rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWg1Vy9wIQh5qatFycbf7NWOIT4fIMbD { top:9.5625rem;left:21.875rem;width:13.9375rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1bPSdBBZZm9ps3des86kzkzGy5JQ0xl { top:3rem;left:19.375rem;width:16.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGfn010t6uSosOKMgCx4g75rySLH0cLZ { width:3.125rem;height:0.0625rem;top:5.25rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhhOxfptia80MNpk0qRl1eBXF8Xk6Gk9 { width:2.25rem;height:2.25rem;top:6.4375rem;left:23.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qoL9RaltlAUC4ePg85V2GBDp44hCF0vb { width:2.25rem;height:2.25rem;top:9.0625rem;left:23.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #drIocX7eCQ0T4CTpVErz1soeoIZ3IWrG { width:3.125rem;height:0.0625rem;top:5.25rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyBHpaNgh1clBwLCIu5NS6lJGssfsTfC { top:3rem;left:31.3125rem;width:16.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJeONz3atB1Zkyspbvi3W86TNL9tFRGC { top:6.1875rem;left:31.5625rem;width:16.1875rem;height:7.03125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0Ev5fsOTepTR02OCG1XBvS3cZkKqg1A { top:2.6875rem;left:31.3125rem;width:16.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5mCf463F3IDXeTotuGF7CTVZVFmR3Ci { width:3.125rem;height:0;top:4.9375rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eePPRmakvTVdAVByBcuCl7SFLBfZT9ut { top:11.125rem;left:9.875rem;width:14rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcdduGG2oknwDxyZ8h4Llrozk6TF60AT { width:1.6875rem;height:1.6875rem;top:11rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRVetlOMUpnFPHp4R73tzVwqUMTIEC2L { top:6.5rem;left:30.1875rem;width:17.5625rem;height:4.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxhtg3fTokrnazcDF2P1x59unzqrIMSD { width:40.3125rem;height:4.875rem;top:9.75rem;left:3.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OhRs40pGzhn47b41RIFnHie5UqKoXTXw { top:2.6875rem;left:0rem;width:11.25rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPluAObCp5EF5KleGR7zlrd8nRfCPHLy { width:3.125rem;height:0.0625rem;top:4.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuVCU0p6HQdwgW5WpidUw1aL4Xs4ydUT { width:2.25rem;height:2.25rem;top:8.4375rem;left:9.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nATCS2lAGG9vkr8M9uw1F8uA73TxyTzn { top:8.875rem;left:11.9375rem;width:10.625rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZpfTyxKu553knG02H35JbITo99gFT7z { width:1.5625rem;height:1.5625rem;top:6.375rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQPEomdF8ukEXr3fnUfbokVl3yPhn0Ji { display:none; }#OQPEomdF8ukEXr3fnUfbokVl3yPhn0Ji > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #aERvT4ux8tyc32dwBcpiy00TAnAm1aZA { width:16.875rem;height:3.75rem;top:5.625rem;left:30.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QTHhHX5d2Z6LOqLIoIDX10TmrF1CcWl8 { display:block; }
 }@media only screen and (max-width: 763px) { #ALAccR3TNa3CKsXsXXT1cI5J8vKCwAqJ { width:20rem;height:3.875rem;top:37.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #BQAEmlivGGnFtoUr3QWCqwvNWKWIgKsA { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TtZXum0GKLW0kyAUZxpl7poudoHFMaC7 { position:relative;z-index:auto;display:block; }#TtZXum0GKLW0kyAUZxpl7poudoHFMaC7 > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oPQIi7ZF2dhwqdnl0BTAz4Cv2SHTPGk4 { width:13.5625rem;height:3.359375rem;top:1.1328125rem;left:3.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOlFegz4PmQOReTTrJPGk2Ivyu9kyHX3 { width:16.875rem;height:3.75rem;top:12.73438125rem;left:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #aAg9PqML32vbK95TfzP2ORFd96ZIBuHI { display:block; }
 }@media only screen and (max-width: 763px) { #sFvuIXq0PxmxBTzIcorAU9WyOy5kJkBq { width:16.875rem;height:3.75rem;top:5.859375rem;left:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #BUnMOkeFzvX95GypEKw4QfZpAKADkvET { width:14.375rem;height:3.125rem;top:0.875rem;left:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ccORa9btsg11NLBpDNDNdALLn4rZa8IV { display:block; }
 }@media only screen and (max-width: 763px) { #qXEs10hVZemDtTxATd9zL9nymLbES9ry { width:13.25rem;height:auto;top:1.8125rem;left:3.375rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #MuWJuZAElWhUxVSLoTmWsI5TaQ4exvAi { width:11.625rem;height:auto;top:1rem;left:4.1875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #k6MKWfMoVJ4AmIrKFme9PTBFBUaTs2Zx { width:14.5625rem;height:3.4375rem;top:0.75rem;left:2.6875rem;z-index:15025;background-color:#5d92ff;background-image:url("https://images.assets-landingi.com/uc/e9aec283-a6d4-4010-be28-05856170345f/EXPSEC.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#k6MKWfMoVJ4AmIrKFme9PTBFBUaTs2Zx.adaptive-delivery-prevent-bg, #k6MKWfMoVJ4AmIrKFme9PTBFBUaTs2Zx.lazyload, #k6MKWfMoVJ4AmIrKFme9PTBFBUaTs2Zx.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #DtrhFmVM80BcptDqPDBpfMKi2DuRPwa8 { display:block; }
 }@media only screen and (max-width: 763px) { #HDkarCDLBKfTwZPxVCmIKBdT2oAT3rM1 { background-color:transparent;background-image: -webkit-linear-gradient(277deg, #34bde3, #1d5eb9);background-image: -moz-linear-gradient(277deg, #34bde3, #1d5eb9);background-image: -ms-linear-gradient(277deg, #34bde3, #1d5eb9);background-image: -o-linear-gradient(277deg, #34bde3, #1d5eb9);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#34bde3', endColorstr='#1d5eb9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#34bde3', endColorstr='#1d5eb9' );";background-image: linear-gradient(277deg, #34bde3, #1d5eb9);background-size:cover !important;display:block; }#HDkarCDLBKfTwZPxVCmIKBdT2oAT3rM1 > .row .container { background-color: transparent; background-image: none; }#HDkarCDLBKfTwZPxVCmIKBdT2oAT3rM1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HDkarCDLBKfTwZPxVCmIKBdT2oAT3rM1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HDkarCDLBKfTwZPxVCmIKBdT2oAT3rM1 > .row .container > .video-iframe-container { display: none; }#HDkarCDLBKfTwZPxVCmIKBdT2oAT3rM1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HDkarCDLBKfTwZPxVCmIKBdT2oAT3rM1 > .row > .video-iframe-container { display: none; }#HDkarCDLBKfTwZPxVCmIKBdT2oAT3rM1 > .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); }#HDkarCDLBKfTwZPxVCmIKBdT2oAT3rM1 > .row .container { width:20rem;height:56.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T4mud081SrPc2otpFtWoPb8ZnM5SLkID { width:20rem;height:2.25rem;top:2.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOngVUdXhEwCcARDo9lrJ4WWu4VkTn5U { width:17.5rem;height:9rem;top:11.750000476837rem;left:1.2500001192093rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.2;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #LlmEbx3Rhk46SV4DPD58Iw5L5sb1Qv3W { width:17.5rem;height:3.75rem;top:33.061633110046rem;left:1.2500000596046rem;display:none; }
 }@media only screen and (max-width: 763px) { #yA4GOriRT1L8rOzTzXnBlaIi1qNC1Raf { display:block; }
 }@media only screen and (max-width: 763px) { #ooT77T3aLx6TlM68WTOSyAyxT3Rmn8vK { width:16.875rem;height:3.75rem;top:39.5625rem;left:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #fxWGus6IRkmP1x9WoCKLEdiB931BIKzx { display:block; }
 }@media only screen and (max-width: 763px) { #VgLQQHGqA1Syu68vQ0QvhSoAqARH1seJ { width:16.875rem;height:3.75rem;top:30.373266220092rem;left:1.5625000596046rem;display:none; }
 }@media only screen and (max-width: 763px) { #gfvnmLz5210io4fUkIwgq08MZ5Abg4A1 { width:16.875rem;height:3.75rem;top:39.436851501465rem;left:1.5625000596046rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #MByqHvPTgaQycdUJG7ppsoMTqQk6kzZi { display:block; }
 }@media only screen and (max-width: 763px) { #zCKBeMwz0uBgQAOie9mW4QM9STGrIO8O { width:20rem;height:16.75rem;top:24.500000476837rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #LcHaBuElMhHoktLnQUeRa7QVNtTcnRHi { width:20rem;height:2.55rem;top:4.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQFsJMn7Br3yaefwHg8ihLEpEVLoZa81 { width:20rem;height:2.55rem;top:7.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SrJQERpb9iRbOawbNTJcTZVc2lmIROCh { width:18.997375rem;height:3.75rem;top:47.310417175293rem;left:0.50052082538605rem;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffc800, #ff8300);background-image: -moz-linear-gradient(90deg, #ffc800, #ff8300);background-image: -ms-linear-gradient(90deg, #ffc800, #ff8300);background-image: -o-linear-gradient(90deg, #ffc800, #ff8300);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc800', endColorstr='#ff8300' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc800', endColorstr='#ff8300' );";background-image: linear-gradient(90deg, #ffc800, #ff8300);background-size:cover !important;display:none; }
 }@media only screen and (max-width: 763px) { #bteKac5uD5MHc1GhbPTkcEHauQhFTgAT { display:block; }
 }@media only screen and (max-width: 763px) { #xCPSrdDnvkJrMiWEzE2vuglotThIdsPM { width:9.6875rem;height:4.375rem;top:43.5rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BF6rveVx90NH1c8KByKeJSALqKmcBLcq { width:9.6875rem;height:0.97443125rem;top:46.25rem;left:10.3125rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JF2vauRIomi68PKxhQlX1gNZqBCAi9Zy { width:9.6875rem;height:4.375rem;top:43.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o28zo2Jqt9bAJ3TAvNCa3Lzfv3JzuDk0 { width:9.6875rem;height:0.97443125rem;top:46.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mo2BmyfNfiNAxwAbcVFhMSGPmXCQP6Z7 { width:9.6875rem;height:1.949575rem;top:44.375rem;left:10.3125rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtTbm4sx2oNw010B3TvSSxI5eJZ6XgQP { width:9.6875rem;height:1.949575rem;top:44.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wncKTK2hgRi63vGJ06lPvyfD5nonmvgn { width:9.6875rem;height:4.375rem;top:48.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7hzqnEXV1RUCTl6NmRuTNOUDidzE46L { width:9.6875rem;height:0.97443125rem;top:51.125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #niyl7XFDoPRxSVyF4Hc3gezxcQz7QtOn { width:9.6875rem;height:1.949575rem;top:49.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qiTUi06mJS3vnqbiMe9oCkT1HtyAQWDQ { width:9.6875rem;height:4.375rem;top:48.5rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOlfTGmL4m8EKsTShGlXkIXAAbc4KF6H { width:9.6875rem;height:0.97443125rem;top:51.125rem;left:10.3125rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtKDnG0rIQBP68KAv2WTPsgiIIET4eEB { width:9.6875rem;height:1.949575rem;top:49.25rem;left:10.3125rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh { display:block; }#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh > .row .container { width:20rem;height:9rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RTi8sPG0utu7otG939LGdE3BZ7zttx6l { width:20rem;height:4.225rem;top:2.4177093505859rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6EV6FBTV4iS8P0CQLiK6ter7zqR0kfS { display:block; }#V6EV6FBTV4iS8P0CQLiK6ter7zqR0kfS > .row .container { width:20rem;height:56.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ntukgIn4aiS8iGTB6aWp6512qXASL2Ti { width:20rem;height:1.03125rem;top:10.625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #fQ1P6nkaXruN8slfxEUlGPg3Wlix5KIZ { width:17.5rem;height:2.1875rem;top:15.003644943238rem;left:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pd6FkQdxznG9gVs4Ao1n9uhfK2L8IcXz { display:block; }
 }@media only screen and (max-width: 763px) { #S9S0rFLV2nRAUzSmDcUgiJes26yR4hD8 { width:20rem;height:17.8125rem;top:0.59583282470703rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #ucpwLmNLI6CRf1eL53Mo4qRhMxJWK76z { width:20rem;height:8.75rem;top:0.5625rem;left:0rem;z-index:15006;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFrfE8ZTffDc9CWveaXcZvEpXuSBtZdm { width:17.8125rem;height:1.8rem;top:12.281250953674rem;left:1.09375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6QVJQlwNVawAEZ84LCLQ2hnnZcNFaXD { width:17.5rem;height:2.1875rem;top:53.157814025879rem;left:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9oLUhqgRrZrpg5OZUnwB0ladbv7RCFr { display:block; }
 }@media only screen and (max-width: 763px) { #xkB11QDqAxixTToWcTe4LIXSChSRvPu9 { width:20rem;height:17.8125rem;top:38.750000834465rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lx31gB3OzBTGdW3xOm94lcnLpNaf65Ic { width:18.9375rem;height:1.8rem;top:50.405731201172rem;left:0.53125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wuKtF2aehKPHTdTuwuLOed2C1duKnB5K { width:20rem;height:1.03125rem;top:48.750003814698rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Cxyia0LeRdZfEhA5L2AvbfHQf78zwJnC { width:17.5rem;height:2.1875rem;top:34.0625rem;left:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngPu30Lnpo9liOEcTbsI3qZLDRRdJEyU { display:block; }
 }@media only screen and (max-width: 763px) { #SOgW9UN16ndTCapTT7zTTFGer1O6Gvqz { width:20rem;height:17.8125rem;top:19.6875rem;left:0rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #vEI2vOo1uTVGMSRGktfe0mofeTmwZUx9 { width:20rem;height:1.8rem;top:31.3125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1WmNC2qNIeIz4zraitOz8ET0uJc4wHf { width:20rem;height:1.03125rem;top:29.6875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #dgTJPEiTaXCNe87Pbt818l75IIHRvrLw { width:20rem;height:8.75rem;top:38.750001788139rem;left:0rem;z-index:15024;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvF0CGb9lT1AS3Schd1mSiiOGKqpobnX { width:20rem;height:8.75rem;top:19.6875rem;left:0rem;z-index:15006;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/ab24d20e-ce70-4396-b11d-05e8492c9b77/WhatsAppImage20210805at0926581.jpeg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#cvF0CGb9lT1AS3Schd1mSiiOGKqpobnX.adaptive-delivery-prevent-bg, #cvF0CGb9lT1AS3Schd1mSiiOGKqpobnX.lazyload, #cvF0CGb9lT1AS3Schd1mSiiOGKqpobnX.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #VsXokaCISekKdORFVhov8oJukdmJgiA4 { display:block; }#VsXokaCISekKdORFVhov8oJukdmJgiA4 > .row .container { width:20rem;height:42.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QBfMv9TlbW1gNdTPHh5ZpMDoIAT6AJqq { width:8.75rem;height:2.0625rem;top:12.190626144409rem;left:0.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #LwtQW4ak4vDkiPtGOFyIx6uxa8nnORR6 { width:8.125rem;height:2.1875rem;top:18.753126144409rem;left:0.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyXF10dOD8GksBcw7qVwhOc96tf41NZZ { display:block; }
 }@media only screen and (max-width: 763px) { #NBZyOpSB0J0iOTtqQ2TCx6UKy04pisdq { width:9.6875rem;height:20.875rem;top:1.2526035308838rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #ncdUKctKypRi7R6dToGd6SxAr2lCEzOQ { width:8.1875rem;height:3rem;top:14.785938262939rem;left:0.84375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4xilB4AWeaCCP0SdwzSmkexhp6S6G0k { width:8.75rem;height:2.1875rem;top:18.752605438233rem;left:10.781250953674rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8EActkhdK4sDF0uL0zE6Abp9wlnktWw { display:block; }
 }@media only screen and (max-width: 763px) { #SOyBGxWM21hBoUCV3EJOsbxf1fMLX7wM { width:9.6875rem;height:20.875rem;top:1.2510414123535rem;left:10.312500953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #pK1nyRzGkX9DtA4s7WN1cMpDV9Ln5LTS { width:8.75rem;height:3rem;top:14.785938262939rem;left:10.781250953674rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #swADuEACLQqV43AUU5NshLNWCHXirMWw { width:5.75rem;height:2.0625rem;top:12.190626144409rem;left:12.217708587646rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #l7CnSaag4zThkk7zvyCwvRF0OBUDXDCV { width:17.5rem;height:2.1875rem;top:37.8125rem;left:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PIoIHyzCQqnLifIWJ38ZagIBCoP5qgNr { display:block; }
 }@media only screen and (max-width: 763px) { #kek71Fnb7TUXvhaR65Gb5Z6nAKJ1fJZE { width:20rem;height:17.8125rem;top:23.375rem;left:0rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #yJeXWfFZ8NSvaMcxPZ6eM945aMhCnKMi { width:17.25rem;height:1.8rem;top:35.0625rem;left:1.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqiV5syEhk6Uq2IakkCn9mRQTWQcJZkK { width:20rem;height:1.03125rem;top:33.375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #SfQzlQGgZDkrTQHcs82oXvHTbgGTy4br { width:9.6875rem;height:9.6875rem;top:1.2531251907349rem;left:0rem;z-index:15006;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOyN5P5ed6oTfV81AqcwJfO7yMDi2nTv { width:9.6875rem;height:9.6875rem;top:1.25rem;left:10.312500953674rem;z-index:15024;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8IJbMisHVuJ5M5MbxsseuRfc80Jv6hC { width:20rem;height:8.75rem;top:23.375rem;left:0rem;z-index:15006;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #six3sdnBoz7aLypuURtn1FaZ976JMu8k { display:block; }#six3sdnBoz7aLypuURtn1FaZ976JMu8k > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Iy5TRMndpZR6r919Ti1auzZVkbwb19Vz { width:18.75rem;height:4.875rem;top:3.4375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeL1dc9Kw1IVqU0JxLDCuJAlW5uUoER9 { display:block; }#qeL1dc9Kw1IVqU0JxLDCuJAlW5uUoER9 > .row .container { width:20rem;height:84.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m3nWwgVXv79Po1we8daHDFz6x7c489yK { width:20rem;height:29.8125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p45oiEBltowsmsGWNT1I81fazWy9Dghp { display:block; }#p45oiEBltowsmsGWNT1I81fazWy9Dghp > .row .container { width:20rem;height:49.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #feuUJe8JCGU1DN32nzhodyVIRFnw6T0l { width:16.4375rem;height:1.625rem;top:1.6875rem;left:1.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCF0nZNqEL7QtdKs1UAVNFFkw5m6D6f1 { width:3.125rem;height:0.0625rem;top:3.5625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwTJKnfc3Edb8e5E29S1nCy8z0hU5BTF { width:10.625rem;height:1.5rem;top:4.125rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9kRVTziTkl5gCxi0TA8APMIFim6eZBM { width:13.5625rem;height:1.5rem;top:16.375rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWg1Vy9wIQh5qatFycbf7NWOIT4fIMbD { width:13.9375rem;height:1.5rem;top:18.25rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1bPSdBBZZm9ps3des86kzkzGy5JQ0xl { width:16.4375rem;height:1.625rem;top:12.5625rem;left:0.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGfn010t6uSosOKMgCx4g75rySLH0cLZ { width:3.125rem;height:0.0625rem;top:14.9375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhhOxfptia80MNpk0qRl1eBXF8Xk6Gk9 { width:2.25rem;height:2.25rem;top:16rem;left:0.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qoL9RaltlAUC4ePg85V2GBDp44hCF0vb { width:2.25rem;height:2.25rem;top:18.25rem;left:0.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #drIocX7eCQ0T4CTpVErz1soeoIZ3IWrG { width:3.125rem;height:0.0625rem;top:33.9375rem;left:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nyBHpaNgh1clBwLCIu5NS6lJGssfsTfC { width:16.4375rem;height:1.597225rem;top:31.625rem;left:1.8125rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #yJeONz3atB1Zkyspbvi3W86TNL9tFRGC { width:16.0625rem;height:7.2916625rem;top:36.5rem;left:1.8125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #y0Ev5fsOTepTR02OCG1XBvS3cZkKqg1A { width:16.3748125rem;height:1.625rem;top:23.75rem;left:1.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5mCf463F3IDXeTotuGF7CTVZVFmR3Ci { width:3.125rem;height:0.125rem;top:26.3125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eePPRmakvTVdAVByBcuCl7SFLBfZT9ut { width:14rem;height:1.5rem;top:6rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcdduGG2oknwDxyZ8h4Llrozk6TF60AT { display:flex;width:1.6875rem;height:1.6875rem;top:6rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #cRVetlOMUpnFPHp4R73tzVwqUMTIEC2L { width:14.875rem;height:4.225rem;top:27.5rem;left:1.0625rem;font-size:0.8125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #hxhtg3fTokrnazcDF2P1x59unzqrIMSD { width:18.75rem;height:4.54829375rem;top:37rem;left:1.0625rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhRs40pGzhn47b41RIFnHie5UqKoXTXw { width:11.25rem;height:1.625rem;top:33.8125rem;left:1.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPluAObCp5EF5KleGR7zlrd8nRfCPHLy { width:3.125rem;height:0.0625rem;top:36.0625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuVCU0p6HQdwgW5WpidUw1aL4Xs4ydUT { width:2.25rem;height:2.25rem;top:7.6875rem;left:0.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nATCS2lAGG9vkr8M9uw1F8uA73TxyTzn { width:10.625rem;height:1.5rem;top:8.0625rem;left:2.6250002384186rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZpfTyxKu553knG02H35JbITo99gFT7z { display:flex;width:1.5625rem;height:1.5625rem;top:4.0937504768372rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #OQPEomdF8ukEXr3fnUfbokVl3yPhn0Ji { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#OQPEomdF8ukEXr3fnUfbokVl3yPhn0Ji { background-color: transparent; background-image: none; }#OQPEomdF8ukEXr3fnUfbokVl3yPhn0Ji::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OQPEomdF8ukEXr3fnUfbokVl3yPhn0Ji > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OQPEomdF8ukEXr3fnUfbokVl3yPhn0Ji > .row .container > .video-iframe-container { display: none; }#OQPEomdF8ukEXr3fnUfbokVl3yPhn0Ji > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OQPEomdF8ukEXr3fnUfbokVl3yPhn0Ji > .row > .video-iframe-container { display: none; }#OQPEomdF8ukEXr3fnUfbokVl3yPhn0Ji > .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); }#OQPEomdF8ukEXr3fnUfbokVl3yPhn0Ji > .row .container { width:20rem;height:4rem;background-color:transparent;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aERvT4ux8tyc32dwBcpiy00TAnAm1aZA { width:20rem;height:3.75rem;top:3.764102935791rem;left:0rem;z-index:15008;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#0e9ae5;background-image: -webkit-linear-gradient(top, #ffbd00, #d9a70b);background-image: -moz-linear-gradient(top, #ffbd00, #d9a70b);background-image: -ms-linear-gradient(top, #ffbd00, #d9a70b);background-image: -o-linear-gradient(top, #ffbd00, #d9a70b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbd00', endColorstr='#d9a70b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbd00', endColorstr='#d9a70b' );";background-image: linear-gradient(to bottom, #ffbd00, #d9a70b);background-size:auto !important;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QTHhHX5d2Z6LOqLIoIDX10TmrF1CcWl8 { display:block; }
 }@media only screen and (max-width: 763px) { #ALAccR3TNa3CKsXsXXT1cI5J8vKCwAqJ { width:18.996875rem;height:3.75rem;top:0rem;left:0.50104165077209rem;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffc800, #ff8300);background-image: -moz-linear-gradient(90deg, #ffc800, #ff8300);background-image: -ms-linear-gradient(90deg, #ffc800, #ff8300);background-image: -o-linear-gradient(90deg, #ffc800, #ff8300);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc800', endColorstr='#ff8300' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc800', endColorstr='#ff8300' );";background-image: linear-gradient(90deg, #ffc800, #ff8300);background-size:cover !important;display:block; }
 }@media only screen and (max-width: 763px) { #BQAEmlivGGnFtoUr3QWCqwvNWKWIgKsA { display:block; }
 }