.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:216,239,251;--color-primary-1:139,206,242;--color-primary-2:62,174,234;--color-primary-3:14,154,229;--color-primary-4:0,96,171;--color-secondary-0:252,245,217;--color-secondary-1:245,222,128;--color-secondary-2:235,189,0;--color-secondary-3:118,95,0;--color-secondary-4:35,28,0;--color-tertiary-0:255,255,255;--color-tertiary-1:155,155,155;--color-tertiary-2:50,50,50;--color-tertiary-3:22,22,22;--color-tertiary-4:0,0,0;--headlines-font-family:"Manrope";--paragraphs-font-family:"manrope"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dQJrgBhdFZXLnodLmlXRUok22XiKxwJJ { border-top:0rem none rgba(0,0,0,0);border-left:0.625rem solid rgba(0,0,0,0);border-right:0.625rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid #f5f5f5;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; }#dQJrgBhdFZXLnodLmlXRUok22XiKxwJJ > .row .container { background-color: transparent; background-image: none; }#dQJrgBhdFZXLnodLmlXRUok22XiKxwJJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dQJrgBhdFZXLnodLmlXRUok22XiKxwJJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dQJrgBhdFZXLnodLmlXRUok22XiKxwJJ > .row .container > .video-iframe-container { display: none; }#dQJrgBhdFZXLnodLmlXRUok22XiKxwJJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dQJrgBhdFZXLnodLmlXRUok22XiKxwJJ > .row > .video-iframe-container { display: none; }#dQJrgBhdFZXLnodLmlXRUok22XiKxwJJ > .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); }#dQJrgBhdFZXLnodLmlXRUok22XiKxwJJ > .row .container { border-width: 0; border-radius: 0; }#dQJrgBhdFZXLnodLmlXRUok22XiKxwJJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dQJrgBhdFZXLnodLmlXRUok22XiKxwJJ > .row .container { font-size:0.875rem;font-family:arial;height:5.5625rem;width:75rem;position:relative;display:block; }#sN4h7EZzSnpPrXogVNBcVFB7TZ2Uhs2n { position:absolute;display:block;z-index:15017;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:0.125rem;top:2.25rem;left:45.9375rem;display:none; }
#W8CkdaeJv4wsiEM78Oi9eQ7c5EGXmvN0 { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),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:12.8125rem;height:2.75rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:1.75rem;left:61.0625rem;display:block; }
#ezoQFzyzXW4KiXZzQGOGTascmILRUCQe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FzSGVzTcmcsMAPOyCSmNJPAwzX3Af0pe { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:8.5rem;top:1.1875rem;left:0.25rem;overflow:hidden;display:none; }
#Nz7TPZzX4xUG8BvREsG1q0QQrurnzxzA { color:rgba(var(--color-primary-4),1);display:block;width:8.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:2.5rem;left:51.0625rem;height:1.21875rem;font-style:normal;display:block; }
#XuTFCkdmfpDdfSudptvhGDGVaVqglIlW { position:absolute;display:block;z-index:15020;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/542727b2-9ee3-4e38-974a-215a69537d57/ic_phone.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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1rem;width:1rem;top:2.625rem;left:49.6875rem;display:block; }#XuTFCkdmfpDdfSudptvhGDGVaVqglIlW.adaptive-delivery-prevent-bg, #XuTFCkdmfpDdfSudptvhGDGVaVqglIlW.lazyload, #XuTFCkdmfpDdfSudptvhGDGVaVqglIlW.lazyloading { background-image: none; }
#NNWt3SWf9ftdL0Um5LRIT2MnWoSpZHWV { position:absolute;display:block;z-index:15019;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.8125rem;width:10.3125rem;top:0.84375rem;left:0rem;overflow:hidden;display:block; }
#hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0f6471fd-f560-49f9-8ff9-57b61546a3c7/Sergioiglesiasphoto_Skillers_Shooting_UAX_20217614.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC.adaptive-delivery-prevent-bg, #hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC.lazyload, #hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC.lazyloading { background-image: none; }#hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC > .row .container { background-color: transparent; background-image: none; }#hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,63,112,0.48); }#hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC > .row .container > .video-iframe-container { display: none; }#hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,63,112,0.48); }#hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC > .row > .video-iframe-container { display: none; }#hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC > .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); }#hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC > .row .container { border-width: 0; border-radius: 0; }#hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC > .row .container { font-size:0.875rem;font-family:arial;height:46.4375rem;width:75rem;position:relative;display:block; }#T2LcvDC1oCqd8xyO3ytlzJ95m0hQbobM { color:rgba(var(--color-tertiary-0),1);display:block;width:45.68725rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.0625rem;font-weight:700;z-index:15001;line-height:1.4;letter-spacing:0;top:11.5625rem;left:0rem;height:12.8625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#t4TvypLa025SdzOPpz72a8nCztyFWlLZ { color:rgba(var(--color-tertiary-0),1);display:block;width:43.0615rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:31.690673828125rem;left:0rem;height:7.35rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dXRADEACPpKw5nWLify8FGfcuZ5MfE9d { 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:41.3125rem;width:75rem;display:none; }
#NeEaM5qAW56wwaRotLXX6GKbTEeTNGIZ { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-4),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.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:2rem;width:45.1875rem;top:3.3125rem;left:1.25rem;display:none; }
#S2yL0z6bDelqXfG231QmhGeX9TViG8Ht { color:rgba(var(--color-tertiary-4),1);display:block;width:19.0625rem;position:absolute;font-family:"pt sans";font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.375rem;top:34.125rem;left:0.375rem;display:none; }
#I2o45qqFyNhoHOS0ksiGzn7woCawa8lD { color:rgba(var(--color-tertiary-1),1);display:block;width:4.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:6.5rem;left:5rem;height:1.31303125rem;font-style:normal;display:none; }
#VFeDWJ0beV1rZeOsmzoVSBLSMgFVH5lT { color:rgba(var(--color-tertiary-3),1);display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15003;line-height:1.5;letter-spacing:0;top:8.0625rem;left:5rem;height:1.40625rem;font-style:normal;display:none; }
#i9QbIxLo185cShHen2OR5x0f0CaatCBL { color:rgba(var(--color-tertiary-1),1);display:block;width:7.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:6.5rem;left:21.6875rem;height:1.31303125rem;font-style:normal;display:none; }
#zU5FDXQiWgPxqTdatLRKThp32uAszlQ6 { color:rgba(var(--color-tertiary-3),1);display:block;width:8.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:8.0625rem;left:21.6875rem;height:1.40625rem;font-style:normal;display:none; }
#DGssnmDr7LXnL1cWbr4blCTt7tyMERiv { color:rgba(var(--color-tertiary-3),1);display:block;width:8.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:8.0625rem;left:13.5rem;height:1.40625rem;font-style:normal;display:none; }
#kXJx1WzMFsWkwNmXGmTT59IEZydy1O15 { color:rgba(var(--color-tertiary-1),1);display:block;width:8.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:6.5rem;left:13.25rem;height:1.31303125rem;font-style:normal;display:none; }
#MtQUkoNMD6szPigduJuDXGuL4KMxg4fP { color:rgba(var(--color-tertiary-3),1);display:block;width:8.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:8.0625rem;left:31.375rem;height:1.40625rem;font-style:normal;display:none; }
#IMpSvtPUJm0fbUuvhu0ZdlkIcsQdkInD { color:rgba(var(--color-tertiary-1),1);display:block;width:7.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:6.5rem;left:31.375rem;height:1.31303125rem;font-style:normal;display:none; }
#rkNgDNwvHe3Ph4wkWbqlUXDCDPiNTla4 { color:rgba(var(--color-tertiary-4),1);display:block;width:44.561625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:2.2513008117676rem;left:18.736110687256rem;height:2.2721375rem;display:none; }
#owRxPllOUJTsnERggzLs1xaTcv5ctEn8 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:12.5rem;width:12.5rem;display:none; }
#tc6TvQFktZHpmgWXKcJ4hLo6Zvh36TPd { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-4),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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:5.375rem;width:23.8125rem;top:12.175000190735rem;left:51.187500953674rem;display:block; }
#EB6Fnned7vTlgBxPrmzvpBOIcDzZd6xL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.934375rem;width:1.934375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:13.220313072204rem;left:52.687500953674rem; }
#gfe1VA3bmbBl5NxS1J8AHeaoywwy9WTG { color:rgba(var(--color-tertiary-0),1);display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:13.090624809265rem;left:55.562500953674rem;height:2.19375rem;font-style:normal;display:block; }
#L78o51vJpbo284HiPpsNTe9Xrem822pt { color:rgba(var(--color-tertiary-0),1);display:block;width:15.870375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:15.75rem;left:55.5625rem;height:1.21875rem;font-style:normal;display:block; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-form-header { font-size:0.8125rem; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-regular-label { height:auto;display:block;font-family:glober;font-size:0.8125rem;font-weight:400;color:#004e91;width:21.25rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;line-height:1.4;font-style:normal;text-align:left;text-align-last:left;vertical-align:top; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.25rem;box-sizing:border-box;height:3.125rem;color:#616161;font-size:0.875rem;overflow:hidden;font-family:"pt sans";vertical-align:top;font-weight:400;font-style:normal; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-input-text {padding-top: 0; padding-bottom: 0;}#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.25rem;box-sizing:border-box;height:4.375rem;color:#616161;font-size:0.875rem;overflow:hidden;font-family:"pt sans";vertical-align:top;font-weight:400;font-style:normal; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-input-select { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.25rem;box-sizing:border-box;height:3.125rem;color:#616161;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;vertical-align:top;font-weight:400;font-style:normal; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-input-select {padding-top: 0; padding-bottom: 0;}#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-input-button { border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:21.25rem;height:3.125rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH [class*="-text"]:-moz-placeholder { color:#616161;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH [class*="-text"]::-moz-placeholder { color:#616161;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH [class*="-text"]:-ms-input-placeholder { color:#616161;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH [class*="-text"]::-webkit-input-placeholder { color:#616161;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:400;color:#787878;vertical-align:top;width:20rem;overflow:hidden;font-style:normal;float:none; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:glober;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-3),1);overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-container:first-of-type{padding-top:0;}#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-container:last-of-type{padding-bottom:0;}#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH  { background-color:#f5f5f5;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15016;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:17.5rem;left:51.25rem;font-size:0.8125rem; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21.25rem;display:block;vertical-align:top; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-info-text { display:block;height:auto;font-family:glober;font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH {display:block;}#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH { background-color:#f5f5f5;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15016;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:17.5rem;left:51.25rem;font-size:0.8125rem; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #OLhv2Nl8cNFlRgWOHsyrNnBxuBlL6pKi { position:relative; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #bJRzUlMNgRTcwyO0a4vI2m0e1HVMC0TH { position:relative;display:none; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #t7Ab8puUfurBKqMhJgwNoegfHBHFKAoR { position:relative; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #ecq8eEm8m2MMrS5fkGnA1wJXWXwrHOcR { position:relative; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #nZ5A9sdLip6WViPAF4dBOMF3TcD9yE3q { position:relative;display:none; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #rfyDVUTDxRGvNHH2phUgcfOu3fe1rWSC { position:relative; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #a4WtPyUiLg3BibxEl3IpekQ0PPnm1SIH { position:relative; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #kETuFaynHVi8tzZlBu3KnUS76SAaVUva { position:relative;display:none; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #TzXkCxWurFFmftPAmvxDk8W5VJzxmpls { position:relative; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #e5nwxUNQNy2s9RLPndcNh2h56eVmwmU2 { position:relative; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #JUuxpbcpSpCTTZ6GImPTAtKHTPplJXEU { position:relative;display:none; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #lzhMEB7vGZZRN5sKmPK8f4h16ziS0L8i { position:relative; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #izFpUV8PNCqbpt3eTOt1khyzsCEq0p1x { position:relative; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #Vc3Jsv3IiJV7UVWa6QxxGFgUxKS85MHd { position:relative;display:none; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #amLi028QdHzWAsKIDfXqVfWxs7TDcQGb { position:relative; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #olXQrNmI1TTCQpXsPGcmEV33VF2HlbMn { position:relative; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #K8MtTSTdoTZ6qD5ntncxnM2Ssn2Z5oEk { position:relative;display:none; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #PGIXOlRTMxeDWsEhd5Hv7V9yDVMfo5pe { position:relative; }
#RsDo3wWEknVzvLQ3poBUlpf0nPea249r { position:relative;display:block; }
#cSZWZt49l3GEEyEgVRET0fQlOM2fFPRg { position:relative;display:block; }
#OzrLaPyD9mVy4ztTSsKdnFZfNico4mpw { position:relative;display:block; }
#N6gSOZ9WyoQfxn8gUwIEAta2TeCz9IXd { position:relative;display:block; }
#HvcLwPPfrxdfz6CrEmOXg2ALaFp5VTEz { position:relative;display:block; }
#mOrktEbqK7dy1zSLQsZu13PQU23QOMxG { position:relative;display:block; }
#mQTcV89FNT4mtu95dX7u0D78cVnKEbkW { position:relative;display:block; }
#oTxlLdELF7gCFWWIdikZ7mSuMvFJGwJT { position:relative;display:block; }
#TqgolmIELPpWuLiiRHlwpoV478gtC8q4 { position:relative;display:block; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #JSronTc7tJw6xKTQU8DAM3bR9iRLmFaJ { position:relative; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #L1SOQgnGyneiTQepF1TaRuepHd2r22i7 { position:relative;z-index:2; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #XE5N7W9nRc4lJNOAZTHU1DSmv9cQFZcv { position:relative; }
#nPARNIliaDK42ocvvSZZ9HOZeQIuwtRo { position:relative;display:block; }
#blghTGcrhvLGcaegIA7BWBlPzGvktdyi { position:relative;display:block; }
#MiXopfhkh9XfiOHAWN6pnsl8rqeOhHpt { position:relative;display:block; }
#KdfpSO9DlfSSi2ysR7dFDC3dQkw0qzsy { position:relative;display:block; }
#CikPrskhMOCP9OM7dd9TmaFcM87lCEXy { position:relative;display:block; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #Qdgo18nrhpTkHsaQkB3s8tqEOZTO1ZkS { position:relative; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #rG69J9MG4aO90PzALZ3Z1KWQLOct540J { position:relative;z-index:2; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #c8feNIL9CgKBh8ENfUQESuuU6DpvIgZ0 { position:relative; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #uyy9WQxW318TVMBBMyZAKQF8gAIFNOwX { position:relative; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #sLFcZoVfA6VTvpCchSGBF4b4taQN9Hz2 { position:relative;z-index:2; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #TOSP2s6xoWaRt4MeWNDLx3vECITkhqHL { position:relative; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #v8Fa6tKq6O1TGCCEHthF4Z399LNwq5r9 { position:relative; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #cIgppsrFw9t0awAmy9oUOnMKuLt049CH { position:relative; }
#q9gzVW49PxU6F07OPIZP485cBxbPcAhb { position:relative;display:block; }#q9gzVW49PxU6F07OPIZP485cBxbPcAhb { background-color: transparent; background-image: none; }#q9gzVW49PxU6F07OPIZP485cBxbPcAhb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q9gzVW49PxU6F07OPIZP485cBxbPcAhb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q9gzVW49PxU6F07OPIZP485cBxbPcAhb > .row .container > .video-iframe-container { display: none; }#q9gzVW49PxU6F07OPIZP485cBxbPcAhb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q9gzVW49PxU6F07OPIZP485cBxbPcAhb > .row > .video-iframe-container { display: none; }#q9gzVW49PxU6F07OPIZP485cBxbPcAhb > .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); }#q9gzVW49PxU6F07OPIZP485cBxbPcAhb { border-width: 0; border-radius: 0; }#q9gzVW49PxU6F07OPIZP485cBxbPcAhb > .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; }#q9gzVW49PxU6F07OPIZP485cBxbPcAhb > .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:12.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#wScoqgZndNvDwKVD9ww6L1765v3QCGbf { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-4),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.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:2rem;width:39.8125rem;top:3.9990234375rem;left:1.25rem;display:block; }
#R5gwDu78MtI3SLEugIaOTUs3zLIyJAsT { color:rgba(var(--color-tertiary-1),1);display:block;width:4.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:7.1875rem;left:5rem;height:1.3125rem;font-style:normal;display:block; }
#rASdh7T2Z0zU1n0ley3LULhEbflA0IiL { color:rgba(var(--color-tertiary-3),1);display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15003;line-height:1.5;letter-spacing:0;top:8.75rem;left:5rem;height:1.40625rem;font-style:normal;display:block; }
#PGTa5bnO32vQFlbq7IMSWvKDnNg9SIaD { color:rgba(var(--color-tertiary-3),1);display:block;width:8.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:8.75rem;left:14.875rem;height:1.40625rem;font-style:normal;display:block; }
#F74Q9K120TaXtZT1vxCXnAqvA0yx3QMn { color:rgba(var(--color-tertiary-1),1);display:block;width:8.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:7.1875rem;left:14.625rem;height:1.3125rem;font-style:normal;display:block; }
#xOXzoKZyTGvsrZrs3bmBXpUgMd1Tofmu { color:rgba(var(--color-tertiary-3),1);display:block;width:8.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:8.75rem;left:23.3125rem;height:1.40625rem;font-style:normal;display:block; }
#XASm2oC0nBnWks03z7ltztgvIb8c6L43 { color:rgba(var(--color-tertiary-1),1);display:block;width:7.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:7.1875rem;left:23.3125rem;height:1.3125rem;font-style:normal;display:block; }
#Vv6rglgytmPb2cTHlD2XTRDNcHM5DQFW { color:rgba(var(--color-tertiary-3),1);display:block;width:8.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:8.75rem;left:33rem;height:1.40625rem;font-style:normal;display:block; }
#Zmo94nRWVqcL4fcVRfwaFb0WSkOAcout { color:rgba(var(--color-tertiary-1),1);display:block;width:7.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:7.1875rem;left:33rem;height:1.3125rem;font-style:normal;display:block; }
#h3ImdlNCtd41R7R6kMfER5d9F73f9IbN { color:rgba(var(--color-tertiary-0),1);display:block;width:37rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:4.249267578125rem;left:2.5rem;height:1.59375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GVdC6koRRir7UUEcrW0Xdst4TKlW27rh { color:rgba(var(--color-tertiary-4),1);display:block;width:14.9375rem;position:absolute;font-family:"pt sans";font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.875rem;top:2.5rem;left:1.4375rem;display:none; }
#SSf5Ue7Izhvf5plT79CAtwNTegd9aB8i { color:rgba(var(--color-tertiary-4),1);display:block;width:39.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:0.93505859375rem;left:1.5625rem;height:2.275rem;display:block; }
#Q2MyfzQzEkUtF0A9Ehq2VcSl2p51wAb3 { position:relative;display:block; }#Q2MyfzQzEkUtF0A9Ehq2VcSl2p51wAb3 { background-color: transparent; background-image: none; }#Q2MyfzQzEkUtF0A9Ehq2VcSl2p51wAb3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q2MyfzQzEkUtF0A9Ehq2VcSl2p51wAb3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q2MyfzQzEkUtF0A9Ehq2VcSl2p51wAb3 > .row .container > .video-iframe-container { display: none; }#Q2MyfzQzEkUtF0A9Ehq2VcSl2p51wAb3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q2MyfzQzEkUtF0A9Ehq2VcSl2p51wAb3 > .row > .video-iframe-container { display: none; }#Q2MyfzQzEkUtF0A9Ehq2VcSl2p51wAb3 > .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); }#Q2MyfzQzEkUtF0A9Ehq2VcSl2p51wAb3 { border-width: 0; border-radius: 0; }#Q2MyfzQzEkUtF0A9Ehq2VcSl2p51wAb3 > .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; }#Q2MyfzQzEkUtF0A9Ehq2VcSl2p51wAb3 > .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:6.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#SeWx8lrcreiVgCzquBgXzU41P18ck9DC { color:rgba(var(--color-tertiary-3),1);display:block;width:15.745875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.39013671875rem;left:1.25rem;height:2.35625rem;font-style:normal;display:block; }
#MSyvKEOk6SCu4RxWiDp36oAd4NGEiwpE { color:rgba(var(--color-tertiary-0),1);display:block;width:15.8734375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:0.0625rem;left:54rem;height:1.21875rem;font-style:normal;display:block; }
#KbrTVzsoaVq47Kdv6uSIGRIGKuBDNlDI { color:rgba(var(--color-tertiary-0),1);display:block;width:15.8709375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:1.9375rem;left:54.9375rem;height:1.21875rem;font-style:normal;display:none; }
#KQ1zvg6WuDnQBni6VbvFiQixgbMtXfTz { position:relative;display:block; }#KQ1zvg6WuDnQBni6VbvFiQixgbMtXfTz { background-color: transparent; background-image: none; }#KQ1zvg6WuDnQBni6VbvFiQixgbMtXfTz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KQ1zvg6WuDnQBni6VbvFiQixgbMtXfTz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KQ1zvg6WuDnQBni6VbvFiQixgbMtXfTz > .row .container > .video-iframe-container { display: none; }#KQ1zvg6WuDnQBni6VbvFiQixgbMtXfTz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KQ1zvg6WuDnQBni6VbvFiQixgbMtXfTz > .row > .video-iframe-container { display: none; }#KQ1zvg6WuDnQBni6VbvFiQixgbMtXfTz > .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); }#KQ1zvg6WuDnQBni6VbvFiQixgbMtXfTz { border-width: 0; border-radius: 0; }#KQ1zvg6WuDnQBni6VbvFiQixgbMtXfTz > .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; }#KQ1zvg6WuDnQBni6VbvFiQixgbMtXfTz > .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:14.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#qmgzQqgANqIU5TIEsVLQp5wSN3o6rJnc { color:rgba(var(--color-tertiary-3),1);display:block;width:18.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:6.9375rem;left:2.5rem;height:4.21875rem;font-style:normal;display:block; }
#TO3Sc3V7PzCwoPGKIeEoeQXpFWbETR5c { color:rgba(var(--color-tertiary-3),1);display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:4.5rem;left:2.5rem;height:1.625rem;font-style:normal;display:block; }
#xgpDuF616hUMTWpTuFgORfa500DHHzo9 { color:rgba(var(--color-primary-4),1);display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.4375rem;left:2.5rem;height:2.35625rem;font-style:normal;display:block; }
#qtmCsXcCDt34LtO7UDWtyiBIi1JGIOmy { color:rgba(var(--color-primary-4),1);display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:1.25rem;left:28.875rem;height:2.35625rem;font-style:normal;display:block; }
#Tx6yxdAs0azmu3iqcmVBK3iRr0PdQ7L3 { color:rgba(var(--color-tertiary-3),1);display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:4.3125rem;left:28.875rem;height:1.625rem;font-style:normal;display:block; }
#NCffuFW6opc9HIdppXTw2koh6A7CyrLP { color:rgba(var(--color-tertiary-3),1);display:block;width:18.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:6.5625rem;left:28.875rem;height:4.21875rem;font-style:normal;display:block; }
#Sq4RJT42UTRyJ4tIbaMw46Je4Hukhvpc { color:rgba(var(--color-primary-4),1);display:block;width:20.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:1.4375rem;left:54.250001907349rem;height:2.35625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#L4wBISelvsPp1oHbDw27TCugtX7tJmRB { color:rgba(var(--color-tertiary-3),1);display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:4.5rem;left:54.375rem;height:1.625rem;font-style:normal;display:block; }
#ZnvWMMyPJUBF3RPECr0F1tUdRtnWXaMP { color:rgba(var(--color-tertiary-3),1);display:block;width:18.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:6.9375rem;left:54.1875rem;height:4.21875rem;font-style:normal;display:block; }
#stHMfSdHg9bOQPqmXOeO0VoDIFaio0ry { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#stHMfSdHg9bOQPqmXOeO0VoDIFaio0ry > .row .container { background-color: transparent; background-image: none; }#stHMfSdHg9bOQPqmXOeO0VoDIFaio0ry::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#stHMfSdHg9bOQPqmXOeO0VoDIFaio0ry > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#stHMfSdHg9bOQPqmXOeO0VoDIFaio0ry > .row .container > .video-iframe-container { display: none; }#stHMfSdHg9bOQPqmXOeO0VoDIFaio0ry > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#stHMfSdHg9bOQPqmXOeO0VoDIFaio0ry > .row > .video-iframe-container { display: none; }#stHMfSdHg9bOQPqmXOeO0VoDIFaio0ry > .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); }#stHMfSdHg9bOQPqmXOeO0VoDIFaio0ry > .row .container { border-width: 0; border-radius: 0; }#stHMfSdHg9bOQPqmXOeO0VoDIFaio0ry > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#stHMfSdHg9bOQPqmXOeO0VoDIFaio0ry > .row .container { font-size:0.875rem;font-family:arial;height:33.25rem;width:75rem;position:relative;display:block; }#eD4dxymv6OzBCSFqRTG8M0GbJcMkHdFV { color:rgba(var(--color-tertiary-0),1);display:block;width:37.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.5791015625rem;left:0rem;height:12.675rem;font-style:normal;display:block; }
#E1kP11HwxCsM1rUNShpsb12ha2DuThca { color:rgba(var(--color-tertiary-0),1);display:block;width:36.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:18.312324523926rem;left:0rem;height:8.4375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#TbuShoBrQb4hWhUkdBy2tMvoHTrk12vC { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;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:12.4663125rem;height:2.40405rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:28.12255859375rem;left:0rem;display:block; }
#lLe4RXo73p43udmtJS3XiTlfQRQcFzGb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#deVio8xEGPHCnElAISePRMPENnFUOBaf { color:rgba(var(--color-tertiary-0),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15018;line-height:1.5;letter-spacing:0;top:10.625rem;left:40.3125rem;height:4.21875rem;font-style:normal;display:block; }
#CN3vS3HtyBUymgJZ76Fpez6v05B08Hpm { color:rgba(var(--color-tertiary-0),1);display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15019;line-height:1.5;letter-spacing:0;top:6.875rem;left:40.3125rem;height:3.75rem;font-style:normal;display:block; }
#wwpxvvvGeIvJml2Uf2hWBE0Rfi7bMb4e { color:rgba(var(--color-tertiary-0),1);display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15020;line-height:1.5;letter-spacing:0;top:10.625rem;left:59.0625rem;height:2.8125rem;font-style:normal;display:block; }
#bUNKkagm1wLZ4dwhbJJJSfVb1GmRMcWM { color:rgba(var(--color-tertiary-0),1);display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15021;line-height:1.5;letter-spacing:0;top:6.875rem;left:59.0625rem;height:1.875rem;font-style:normal;display:block; }
#Ws8hkQkDbnlEQZUT6RiD0khPvuQezXhW { color:rgba(var(--color-tertiary-0),1);display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15023;line-height:1.5;letter-spacing:0;top:21.25rem;left:40.125rem;height:1.875rem;font-style:normal;display:block; }
#xSHxk27gV2xXaOfoxAxhocS1BfCKTg46 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15025;line-height:1.5;letter-spacing:0;top:21.25rem;left:59.1875rem;height:1.875rem;font-style:normal;display:block; }
#ibqnvPP6LSQtTwa7IW6had56Bx2kzCrq { position:absolute;display:block;z-index:15032;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1981e142-c127-4298-bd8e-e94398361ede/ic_Claustro.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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:2.8125rem;top:3.5625rem;left:40.3125rem;display:block; }#ibqnvPP6LSQtTwa7IW6had56Bx2kzCrq.adaptive-delivery-prevent-bg, #ibqnvPP6LSQtTwa7IW6had56Bx2kzCrq.lazyload, #ibqnvPP6LSQtTwa7IW6had56Bx2kzCrq.lazyloading { background-image: none; }
#cb29L7mDnCkSii9vTOJBIh6JxGLmWVRJ { position:absolute;display:block;z-index:15033;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4211c3be-bb18-4f14-989f-8195ce99f249/ic_diploma.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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:2.8125rem;top:3.5625rem;left:58.5625rem;display:block; }#cb29L7mDnCkSii9vTOJBIh6JxGLmWVRJ.adaptive-delivery-prevent-bg, #cb29L7mDnCkSii9vTOJBIh6JxGLmWVRJ.lazyload, #cb29L7mDnCkSii9vTOJBIh6JxGLmWVRJ.lazyloading { background-image: none; }
#bvAqlBcRP4JhdZLR8edV1tIsFlTJo8O2 { position:absolute;display:block;z-index:15034;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/64275fcf-a2be-49d3-afa1-3134f8c57830/ic_handshake.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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:2.8125rem;top:18.3125rem;left:40.4375rem;display:block; }#bvAqlBcRP4JhdZLR8edV1tIsFlTJo8O2.adaptive-delivery-prevent-bg, #bvAqlBcRP4JhdZLR8edV1tIsFlTJo8O2.lazyload, #bvAqlBcRP4JhdZLR8edV1tIsFlTJo8O2.lazyloading { background-image: none; }
#wZkThZgcvz2F4OfpFeGS8hIJnQ42KWmg { position:absolute;display:block;z-index:15035;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/440a47bb-e030-4916-90a8-83a93d566780/ic_maleta.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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:2.625rem;top:18.125rem;left:59.0625rem;display:block; }#wZkThZgcvz2F4OfpFeGS8hIJnQ42KWmg.adaptive-delivery-prevent-bg, #wZkThZgcvz2F4OfpFeGS8hIJnQ42KWmg.lazyload, #wZkThZgcvz2F4OfpFeGS8hIJnQ42KWmg.lazyloading { background-image: none; }
#o1U56yIs2fAhCOQ9FbiPBVH0O8PvkXgE { color:rgba(var(--color-tertiary-0),1);display:block;width:15.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15022;line-height:1.5;letter-spacing:0;top:23.25rem;left:40.3125rem;height:4.21875rem;font-style:normal;display:block; }
#p13CB44FhI89y53IRfZUTwT7S2BxDK8N { color:rgba(var(--color-tertiary-0),1);display:block;width:16.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15024;line-height:1.5;letter-spacing:0;top:23.125rem;left:59.0625rem;height:7.03125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#khXil18mlf11F9k5gt2TkwvQcFkNT58f { position:relative;display:block; }#khXil18mlf11F9k5gt2TkwvQcFkNT58f { background-color: transparent; background-image: none; }#khXil18mlf11F9k5gt2TkwvQcFkNT58f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#khXil18mlf11F9k5gt2TkwvQcFkNT58f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#khXil18mlf11F9k5gt2TkwvQcFkNT58f > .row .container > .video-iframe-container { display: none; }#khXil18mlf11F9k5gt2TkwvQcFkNT58f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#khXil18mlf11F9k5gt2TkwvQcFkNT58f > .row > .video-iframe-container { display: none; }#khXil18mlf11F9k5gt2TkwvQcFkNT58f > .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); }#khXil18mlf11F9k5gt2TkwvQcFkNT58f { border-width: 0; border-radius: 0; }#khXil18mlf11F9k5gt2TkwvQcFkNT58f > .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; }#khXil18mlf11F9k5gt2TkwvQcFkNT58f > .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:8.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#N0LlTy34vo1ByNrrN5yi5nRiLAu9wwQk { color:rgba(var(--color-tertiary-3),1);display:block;width:18.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.8125rem;left:1.1875rem;height:2.35625rem;font-style:normal;display:block; }
#SrhXw3ktg7FCmyOfOreSZNMblvyalRcx { color:rgba(var(--color-tertiary-3),1);display:block;width:47.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:5.8125rem;left:1.1875rem;height:1.40625rem;font-style:normal;display:block; }
#K6JPEIMvNhfloctCMnOSwRG17FVRF4BN { position:relative;display:block; }#K6JPEIMvNhfloctCMnOSwRG17FVRF4BN { background-color: transparent; background-image: none; }#K6JPEIMvNhfloctCMnOSwRG17FVRF4BN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K6JPEIMvNhfloctCMnOSwRG17FVRF4BN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K6JPEIMvNhfloctCMnOSwRG17FVRF4BN > .row .container > .video-iframe-container { display: none; }#K6JPEIMvNhfloctCMnOSwRG17FVRF4BN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K6JPEIMvNhfloctCMnOSwRG17FVRF4BN > .row > .video-iframe-container { display: none; }#K6JPEIMvNhfloctCMnOSwRG17FVRF4BN > .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); }#K6JPEIMvNhfloctCMnOSwRG17FVRF4BN { border-width: 0; border-radius: 0; }#K6JPEIMvNhfloctCMnOSwRG17FVRF4BN > .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; }#K6JPEIMvNhfloctCMnOSwRG17FVRF4BN > .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:15.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Q9mgGh1WEz9v3Jmc35bmETWPzgONKo2o { color:rgba(var(--color-primary-4),1);display:block;width:21.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.4375rem;left:1.5625rem;height:2.11263125rem;font-style:normal;display:block; }
#UWRV8zfyAH5yJmk1z3vkUGOsIhS8XOnf { color:rgba(var(--color-tertiary-3),1);display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:8.5rem;left:26.5625rem;height:5.625rem;font-style:normal;display:block; }
#ylcoLIdEneJpe1PZLNaDV2zIi9DNp4Bp { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:12.5rem;width:12.5rem;display:none; }
#deEx7e4Fetcz2ZV9vlq6WNCzEQbAgpFV { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:12.5rem;width:12.5rem;display:none; }
#XJ693TdathOzIZVoo9BThvHdF0h3Usny { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:12.5rem;width:12.5rem;display:none; }
#exarITFCqgz1kxi7gr94sIoPTxoOaDGf { color:rgba(var(--color-tertiary-3),1);display:block;width:18.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:8.5rem;left:1.5625rem;height:5.625rem;font-style:normal;display:block; }
#EciThTtHIbvw1VGKS6DQ8pD03bZSNdDT { color:rgba(var(--color-primary-4),1);display:block;width:21.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.4375rem;left:26.5625rem;height:2.11263125rem;font-style:normal;display:block; }
#rICfx6JBM63HAn9xyKZugTP4sThvRqXm { color:rgba(var(--color-tertiary-3),1);display:block;width:18.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:8.4375rem;left:51.5625rem;height:5.625rem;font-style:normal;display:block; }
#lNJMHZxVTzQuEJtNBw4Bgv4kZ7hsf6wS { color:rgba(var(--color-primary-4),1);display:block;width:23.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:1.4375rem;left:51.5625rem;height:2.11263125rem;font-style:normal;display:block; }
#laTzi7aRIoz1xyDp3Cw0aLSFerqtwfVi { position:absolute;display:block;z-index:15011;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1e3efb25-ecc2-4ff2-87db-56cc972e342d/uranking.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:6.125rem;top:4.6875rem;left:26.5625rem;display:block; }#laTzi7aRIoz1xyDp3Cw0aLSFerqtwfVi.adaptive-delivery-prevent-bg, #laTzi7aRIoz1xyDp3Cw0aLSFerqtwfVi.lazyload, #laTzi7aRIoz1xyDp3Cw0aLSFerqtwfVi.lazyloading { background-image: none; }
#qQuMtV9ke8y4bsKsumddLguJATGDXMOO { position:absolute;display:block;z-index:15013;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3eef5184-4184-44c0-bd52-c48cfd9637bc/forbeslogo01.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:7.25rem;top:5.0607633590698rem;left:1.5625rem;display:block; }#qQuMtV9ke8y4bsKsumddLguJATGDXMOO.adaptive-delivery-prevent-bg, #qQuMtV9ke8y4bsKsumddLguJATGDXMOO.lazyload, #qQuMtV9ke8y4bsKsumddLguJATGDXMOO.lazyloading { background-image: none; }
#FSFtsBiscM1cPmTs9xARl6woxvXqkFT0 { position:absolute;display:block;z-index:15012;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/005d7d0f-9247-4e9a-8b16-f6700234480a/logo_coordenadas.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:9.6875rem;top:4.6875rem;left:51.5625rem;display:block; }#FSFtsBiscM1cPmTs9xARl6woxvXqkFT0.adaptive-delivery-prevent-bg, #FSFtsBiscM1cPmTs9xARl6woxvXqkFT0.lazyload, #FSFtsBiscM1cPmTs9xARl6woxvXqkFT0.lazyloading { background-image: none; }
#EZLfHvGxdbDD7xJEO4dTlbh5Ts81p0AQ { position:relative;display:block; }#EZLfHvGxdbDD7xJEO4dTlbh5Ts81p0AQ { background-color: transparent; background-image: none; }#EZLfHvGxdbDD7xJEO4dTlbh5Ts81p0AQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EZLfHvGxdbDD7xJEO4dTlbh5Ts81p0AQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EZLfHvGxdbDD7xJEO4dTlbh5Ts81p0AQ > .row .container > .video-iframe-container { display: none; }#EZLfHvGxdbDD7xJEO4dTlbh5Ts81p0AQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EZLfHvGxdbDD7xJEO4dTlbh5Ts81p0AQ > .row > .video-iframe-container { display: none; }#EZLfHvGxdbDD7xJEO4dTlbh5Ts81p0AQ > .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); }#EZLfHvGxdbDD7xJEO4dTlbh5Ts81p0AQ { border-width: 0; border-radius: 0; }#EZLfHvGxdbDD7xJEO4dTlbh5Ts81p0AQ > .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; }#EZLfHvGxdbDD7xJEO4dTlbh5Ts81p0AQ > .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.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#zlprJknkbBGaiPdoz1G7Q5b5i0w7FQ2Z { color:rgba(var(--color-tertiary-3),1);display:block;width:35.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.4375rem;left:1.3125rem;height:2.35625rem;font-style:normal;display:block; }
#Zrlf0nRNxuulOeFAM8icp6UcopT7NlO7 { color:rgba(var(--color-tertiary-3),1);display:block;width:40.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:5.5625rem;left:1.375rem;height:2.8125rem;font-style:normal;display:block; }
#eUKAETea5mzDNN0KiVsArzb7KT1VQems { position:absolute;display:block;z-index:15008;background-color:#f5f5f5;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.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.5rem;width:12.8125rem;top:10.625rem;left:1.375rem;display:block; }
#NKWtdQbrEXaKVvVQx0TT14DVooPWCQl6 { position:absolute;display:block;z-index:15009;background-color:#f5f5f5;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.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.5rem;width:12.8125rem;top:10.625rem;left:16.1875rem;display:block; }
#m0Glk9Bqbzzb6G3oOXcBG5NdzAfBpQnK { position:absolute;display:block;z-index:15010;background-color:#f5f5f5;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.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.5rem;width:12.8125rem;top:10.625rem;left:46.0625rem;display:block; }
#Iz10pqKR58B3SBF2JuOOFsCLd6OIcnqr { position:absolute;display:block;z-index:15011;background-color:#f5f5f5;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.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.5rem;width:12.8125rem;top:10.625rem;left:60.8125rem;display:block; }
#Vxoadhn38fvoK30odwPmPThCILIGIJzE { position:absolute;display:block;z-index:15010;background-color:#f5f5f5;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.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.5rem;width:12.8125rem;top:10.125rem;left:60.375rem;display:none; }
#TZghtPHvhS2sW4ZO1G3QnQUoSP2UqR4e { position:absolute;display:block;z-index:15025;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.93676875rem;width:10.68725rem;top:11.375rem;left:2.375rem;overflow:hidden;display:block; }
#H5eA4Ps8iogCduSJT8ofTIgZd4XvFPuu { position:absolute;display:block;z-index:15024;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.31176875rem;width:8.6865rem;top:11.75rem;left:18.25rem;overflow:hidden;display:block; }
#FSVNSxIB27UQzSslevEUBVg6U0b61HP9 { position:absolute;display:block;z-index:15021;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/b1c1aef9-b86b-4458-8b0b-3f64f9e8079e/INDECOSMETICS.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.62446875rem;width:9.4993125rem;top:11.0625rem;left:47.6875rem;display:block; }#FSVNSxIB27UQzSslevEUBVg6U0b61HP9.adaptive-delivery-prevent-bg, #FSVNSxIB27UQzSslevEUBVg6U0b61HP9.lazyload, #FSVNSxIB27UQzSslevEUBVg6U0b61HP9.lazyloading { background-image: none; }
#IKNBgQus4rsTW6khXBn1LgGusgizt635 { position:absolute;display:block;z-index:15020;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/f224b894-e672-4fae-b6f0-f441d36a1dfb/ALSLIFESCIENCES.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:10.8114375rem;top:10.6875rem;left:61.8125rem;display:block; }#IKNBgQus4rsTW6khXBn1LgGusgizt635.adaptive-delivery-prevent-bg, #IKNBgQus4rsTW6khXBn1LgGusgizt635.lazyload, #IKNBgQus4rsTW6khXBn1LgGusgizt635.lazyloading { background-image: none; }
#V1clEeI5rSEf6rxoEfsLoLfd8rhP3iAy { position:absolute;display:block;z-index:15011;background-color:#f5f5f5;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.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.49926875rem;width:12.8125rem;top:10.625rem;left:31.1875rem;display:block; }
#mUJS1Ca871QRJaAAdTrQSEsUx1rdshZ8 { position:absolute;display:block;z-index:15026;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.5620125rem;width:11.12425rem;top:11.5625rem;left:32rem;overflow:hidden;display:block; }
#zdLr9JauD2wbI4hLEnUxHlvkcPgtspsX { position:relative;display:block; }#zdLr9JauD2wbI4hLEnUxHlvkcPgtspsX { background-color: transparent; background-image: none; }#zdLr9JauD2wbI4hLEnUxHlvkcPgtspsX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zdLr9JauD2wbI4hLEnUxHlvkcPgtspsX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zdLr9JauD2wbI4hLEnUxHlvkcPgtspsX > .row .container > .video-iframe-container { display: none; }#zdLr9JauD2wbI4hLEnUxHlvkcPgtspsX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zdLr9JauD2wbI4hLEnUxHlvkcPgtspsX > .row > .video-iframe-container { display: none; }#zdLr9JauD2wbI4hLEnUxHlvkcPgtspsX > .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); }#zdLr9JauD2wbI4hLEnUxHlvkcPgtspsX { border-width: 0; border-radius: 0; }#zdLr9JauD2wbI4hLEnUxHlvkcPgtspsX > .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; }#zdLr9JauD2wbI4hLEnUxHlvkcPgtspsX > .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:32.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#zFWzZ8vvrgKhmcawhPHDboycXC1pfBoX { color:rgba(var(--color-tertiary-3),1);display:block;width:30.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:5.88623046875rem;left:1.25rem;height:7.06875rem;font-style:normal;display:block; }
#fRTMsqWmHq8MMFkfnmggarzlzMtCJEDK { color:rgba(var(--color-tertiary-1),1);display:block;width:12rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:1.40625rem;left:1.25rem;height:1.40625rem;font-style:normal;display:block; }
#owAGnvaJCZr3vJKCd94RpyPT3W8KlRFe { color:rgba(var(--color-tertiary-3),1);display:block;width:27.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:15.125rem;left:1.25rem;height:5.625rem;font-style:normal;display:block; }
#zTRHfnaTKeObE6alZ96TNOoKxlRSQIfJ { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid #f5f5f5;border-left:0.0625rem solid #f5f5f5;border-right:0.0625rem solid #f5f5f5;border-bottom:0.0625rem solid #f5f5f5;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.625rem rgba(28,31,40,0.1) ;height:12.3125rem;width:11.375rem;top:3.1875rem;left:37.375rem;display:block; }
#HJrUi5i8vxQZTz6IGWVVuUeAwEeHfy4R { position:absolute;display:block;z-index:15022;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5d2a63d9-4123-4116-a55e-ec5a67af69ce/ic_maleta.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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.56225625rem;width:2.56225625rem;top:18.32763671875rem;left:64.6240234375rem;display:block; }#HJrUi5i8vxQZTz6IGWVVuUeAwEeHfy4R.adaptive-delivery-prevent-bg, #HJrUi5i8vxQZTz6IGWVVuUeAwEeHfy4R.lazyload, #HJrUi5i8vxQZTz6IGWVVuUeAwEeHfy4R.lazyloading { background-image: none; }
#xSFO332NIvFB3BkDau29BLJUhENlyWQM { color:rgba(var(--color-tertiary-3),1);display:block;width:9.4993125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:8.125rem;left:38.375rem;height:3.9375rem;font-style:normal;display:block; }
#hTfryJTwTo50etJoQQWFMTqszrPV42pL { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid #f5f5f5;border-left:0.0625rem solid #f5f5f5;border-right:0.0625rem solid #f5f5f5;border-bottom:0.0625rem solid #f5f5f5;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.625rem rgba(28,31,40,0.1) ;height:12.25rem;width:11.375rem;top:3.1875rem;left:50.4375rem;display:block; }
#cTvR7KTB9xDrPzxC7IeQBaklnzHft2UG { color:rgba(var(--color-tertiary-3),1);display:block;width:11.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:8.187255859375rem;left:51.06201171875rem;height:3.9375rem;font-style:normal;display:block; }
#icM3cNVNKngcK4kR687Tmkne6q6wTU0q { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid #f5f5f5;border-left:0.0625rem solid #f5f5f5;border-right:0.0625rem solid #f5f5f5;border-bottom:0.0625rem solid #f5f5f5;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.625rem rgba(28,31,40,0.1) ;height:12.0625rem;width:11.375rem;top:3.1875rem;left:63.5rem;display:block; }
#WqFvKWTZIeMMfkU8iw3NuAPDJJiO59WL { color:rgba(var(--color-tertiary-3),1);display:block;width:10.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:8.0625rem;left:64.625rem;height:3.9375rem;font-style:normal;display:block; }
#qTVKC9QxZRMCQrh27ZkxPU7U3XhMJvNS { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid #f5f5f5;border-left:0.0625rem solid #f5f5f5;border-right:0.0625rem solid #f5f5f5;border-bottom:0.0625rem solid #f5f5f5;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.625rem rgba(28,31,40,0.1) ;height:12.25rem;width:11.375rem;top:16.875rem;left:37.5rem;display:block; }
#EGKXvxltMy9o2I9RIPlbk3WgM9K27ZQK { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid #f5f5f5;border-left:0.0625rem solid #f5f5f5;border-right:0.0625rem solid #f5f5f5;border-bottom:0.0625rem solid #f5f5f5;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.625rem rgba(28,31,40,0.1) ;height:12.0625rem;width:11.4375rem;top:16.875rem;left:50.5625rem;display:block; }
#Z0sfT0V45KroZptvrkL9VXTQBdQHGdRr { color:rgba(var(--color-tertiary-3),1);display:block;width:10.5615rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:21.749267578125rem;left:38.42041015625rem;height:5.25rem;font-style:normal;display:block; }
#GyLIq4U5MRkg6atA1Z9B6Xgkf5hL8xo6 { color:rgba(var(--color-tertiary-3),1);display:block;width:10.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15019;line-height:1.5;letter-spacing:0;top:21.75rem;left:51.3125rem;height:3.9375rem;font-style:normal;display:block; }
#NTHFxyKq68XEGKU8Aa9zIb0n3ESPT7Kc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.37426875rem;width:2.37426875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:18.32763671875rem;left:51.312255859375rem; }
#yGSIP3pKZmrTMUrcemRMg0Dv5qq1rMtE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:4.75rem;left:51.5625rem; }
#ibeRDkzLXZTaUQLHp2sMLcTStTX9iFkf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:4.6875rem;left:64.375rem; }
#TokXyqSPVkUuFL1ShTMWGwTrUa0r3Sav { color:rgba(var(--color-tertiary-3),1);display:block;width:27.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:21.65625rem;left:1.25rem;height:1.40625rem;font-style:normal;display:block; }
#sBdqnBkn7fIDnhaPr0ABnnf7il7XAgGL { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid #f5f5f5;border-left:0.0625rem solid #f5f5f5;border-right:0.0625rem solid #f5f5f5;border-bottom:0.0625rem solid #f5f5f5;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.625rem rgba(28,31,40,0.1) ;height:11.625rem;width:11.4375rem;top:17.3125rem;left:63.625rem;display:block; }
#bmTxrTAnB2xRgq4R1PLemaE1n5MWgq7H { color:rgba(var(--color-tertiary-3),1);display:block;width:10.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15022;line-height:1.5;letter-spacing:0;top:21.75rem;left:64.375rem;height:3.9375rem;font-style:normal;display:block; }
#tXTvlxagBRuxdvAayPhVTzp782uox7KL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.56225625rem;width:2.56225625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:18.09326171875rem;left:38.3740234375rem; }
#UQO5SAKitP12O3yUULf8BL56M25gtH3W { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.436525rem;width:2.436525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:4.6240234375rem;left:38.3740234375rem; }
#C3BFiveVQpBCkzEAt19vWg8D42rMIGr9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:url("https://images.assets-landingi.com/uc/0cc73ac2-1eda-4002-8f24-65471d39cb5c/container.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#C3BFiveVQpBCkzEAt19vWg8D42rMIGr9.adaptive-delivery-prevent-bg, #C3BFiveVQpBCkzEAt19vWg8D42rMIGr9.lazyload, #C3BFiveVQpBCkzEAt19vWg8D42rMIGr9.lazyloading { background-image: none; }#C3BFiveVQpBCkzEAt19vWg8D42rMIGr9 > .row .container { background-color: transparent; background-image: none; }#C3BFiveVQpBCkzEAt19vWg8D42rMIGr9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C3BFiveVQpBCkzEAt19vWg8D42rMIGr9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C3BFiveVQpBCkzEAt19vWg8D42rMIGr9 > .row .container > .video-iframe-container { display: none; }#C3BFiveVQpBCkzEAt19vWg8D42rMIGr9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C3BFiveVQpBCkzEAt19vWg8D42rMIGr9 > .row > .video-iframe-container { display: none; }#C3BFiveVQpBCkzEAt19vWg8D42rMIGr9 > .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); }#C3BFiveVQpBCkzEAt19vWg8D42rMIGr9 > .row .container { border-width: 0; border-radius: 0; }#C3BFiveVQpBCkzEAt19vWg8D42rMIGr9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#C3BFiveVQpBCkzEAt19vWg8D42rMIGr9 > .row .container { font-size:0.875rem;font-family:arial;height:11.8125rem;width:75rem;position:relative;display:block; }#r9Mzpcq0D1o4ykCuJuN7cW6wWmXWQbVt { color:rgba(var(--color-tertiary-0),1);display:block;width:29.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.46875rem;left:3.5rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#r5Xd46niXtETR2eaZOuKVUVePIh0GNa9 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:12.5rem;width:12.5rem;display:none; }
#XypyxpcgJZZ0OzcevpT937lmLJfoBuMe { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:12.5rem;width:12.5rem;display:none; }
#FgFh8Vm84Qfc3gakvA0JXsEm4ilwpoZ2 { position:relative;display:block; }#FgFh8Vm84Qfc3gakvA0JXsEm4ilwpoZ2 { background-color: transparent; background-image: none; }#FgFh8Vm84Qfc3gakvA0JXsEm4ilwpoZ2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FgFh8Vm84Qfc3gakvA0JXsEm4ilwpoZ2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FgFh8Vm84Qfc3gakvA0JXsEm4ilwpoZ2 > .row .container > .video-iframe-container { display: none; }#FgFh8Vm84Qfc3gakvA0JXsEm4ilwpoZ2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FgFh8Vm84Qfc3gakvA0JXsEm4ilwpoZ2 > .row > .video-iframe-container { display: none; }#FgFh8Vm84Qfc3gakvA0JXsEm4ilwpoZ2 > .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); }#FgFh8Vm84Qfc3gakvA0JXsEm4ilwpoZ2 { border-width: 0; border-radius: 0; }#FgFh8Vm84Qfc3gakvA0JXsEm4ilwpoZ2 > .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; }#FgFh8Vm84Qfc3gakvA0JXsEm4ilwpoZ2 > .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:21.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#zWfGiFHCZZxvJTW9dtsT7ZVko1rznDQz { color:rgba(var(--color-tertiary-3),1);display:block;width:29.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:5.499267578125rem;left:1.124267578125rem;height:2.35625rem;font-style:normal;display:block; }
#BidLl4iklG1V5ZDJSb9ckZ2mTy5kCQ3y { color:rgba(var(--color-tertiary-1),1);display:block;width:13.2495rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:1.99951171875rem;left:1.124267578125rem;height:1.40625rem;font-style:normal;display:block; }
#T0QbWGLwUmt94FEgEdWTfnv1TBmJcSXx { color:rgba(var(--color-tertiary-3),1);display:block;width:28.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:9.560546875rem;left:1.124267578125rem;height:4.21875rem;font-style:normal;display:block; }
#cFVe7x2OVfZMnFEnVFSr5ByhsA4LmdtD { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;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:14.3125rem;height:2.75rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:17.25rem;left:1.125rem;display:block; }
#cK1N08f1N1kzUAhU1b3q5Q7TtC3fyzdH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vFQoX4DKh72owKq4zMlQ3VN5y1FNGhBt { position:absolute;display:block;z-index:15021;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/a862fe13-51f1-4f77-af34-feaead02c983/img1.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.5rem;border-top-right-radius:0rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0rem;box-shadow: none;height:7.5625rem;width:12.5rem;top:2rem;left:37.375rem;display:block; }#vFQoX4DKh72owKq4zMlQ3VN5y1FNGhBt.adaptive-delivery-prevent-bg, #vFQoX4DKh72owKq4zMlQ3VN5y1FNGhBt.lazyload, #vFQoX4DKh72owKq4zMlQ3VN5y1FNGhBt.lazyloading { background-image: none; }
#Dmek4sPMgZ228tPL1TClByyPITxGViww { color:rgba(var(--color-tertiary-3),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:3.25rem;left:51.25rem;height:4.21875rem;font-style:normal;display:block; }
#r3FvspIDTHF2PA79MTzcX1MBQwh5OkXr { position:absolute;display:block;z-index:15023;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/c0a9e6ee-a0bf-4100-9d31-64861811ba7d/IMG.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.5rem;border-top-right-radius:0rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0rem;box-shadow: none;height:7.5625rem;width:12.5rem;top:12rem;left:37.375rem;display:block; }#r3FvspIDTHF2PA79MTzcX1MBQwh5OkXr.adaptive-delivery-prevent-bg, #r3FvspIDTHF2PA79MTzcX1MBQwh5OkXr.lazyload, #r3FvspIDTHF2PA79MTzcX1MBQwh5OkXr.lazyloading { background-image: none; }
#ELTkMHaM2BKtnEt7VKnupFgOVVggz5da { color:rgba(var(--color-tertiary-3),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:13.3125rem;left:51.25rem;height:4.21875rem;font-style:normal;display:block; }
#dpBT48zryeXV9eMyGNN5RDuT9V0Dgy4X { position:relative;display:block; }#dpBT48zryeXV9eMyGNN5RDuT9V0Dgy4X { background-color: transparent; background-image: none; }#dpBT48zryeXV9eMyGNN5RDuT9V0Dgy4X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dpBT48zryeXV9eMyGNN5RDuT9V0Dgy4X > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dpBT48zryeXV9eMyGNN5RDuT9V0Dgy4X > .row .container > .video-iframe-container { display: none; }#dpBT48zryeXV9eMyGNN5RDuT9V0Dgy4X > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dpBT48zryeXV9eMyGNN5RDuT9V0Dgy4X > .row > .video-iframe-container { display: none; }#dpBT48zryeXV9eMyGNN5RDuT9V0Dgy4X > .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); }#dpBT48zryeXV9eMyGNN5RDuT9V0Dgy4X { border-width: 0; border-radius: 0; }#dpBT48zryeXV9eMyGNN5RDuT9V0Dgy4X > .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; }#dpBT48zryeXV9eMyGNN5RDuT9V0Dgy4X > .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:32.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TvxRPIsQnBvqrugTrKdDWmUmoIuV27pH { color:rgba(var(--color-tertiary-3),1);display:block;width:29.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.125rem;left:38.812255859375rem;height:4.7125rem;font-style:normal;display:block; }
#Oo36mxfmTV8Dx9Vnz7AJogwM2wa7XcW4 { color:rgba(var(--color-tertiary-3),1);display:block;width:31.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:9.123046875rem;left:38.8115234375rem;height:2.8125rem;font-style:normal;display:block; }
#QCMkILoroQHGl5FhTZ4XosW1qhi81U4V { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;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:14.28025rem;height:2.717775rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:26.76513671875rem;left:40.12451171875rem;display:block; }
#JBorqyhAdTcsuRALpPuqGI0lCI8Oficb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QSpL7JphkMgz3m6aeB3DAxswpl7UAbFE { color:rgba(var(--color-tertiary-3),1);display:block;width:29.812rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:12.87353515625rem;left:38.812255859375rem;height:12.0625rem;font-style:normal;display:block; }#QSpL7JphkMgz3m6aeB3DAxswpl7UAbFE li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#QSpL7JphkMgz3m6aeB3DAxswpl7UAbFE li:before{  }
#Cbs5OvilVfI5ZJEw8TfTCnitTZ1FTFvK { position:absolute;display:block;z-index:15019;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b0693f3d-019e-49fb-b731-cac05584252c/Sergioiglesiasphoto_Skillers_Shooting_UAX_20217758.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:25.9375rem;width:35.3125rem;top:3.125rem;left:1.09375rem;display:block; }#Cbs5OvilVfI5ZJEw8TfTCnitTZ1FTFvK.adaptive-delivery-prevent-bg, #Cbs5OvilVfI5ZJEw8TfTCnitTZ1FTFvK.lazyload, #Cbs5OvilVfI5ZJEw8TfTCnitTZ1FTFvK.lazyloading { background-image: none; }
#N3mpMUm42FGHv4ptFHvXzQWq9JKOTM8B { 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; }#N3mpMUm42FGHv4ptFHvXzQWq9JKOTM8B > .row .container { background-color: transparent; background-image: none; }#N3mpMUm42FGHv4ptFHvXzQWq9JKOTM8B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N3mpMUm42FGHv4ptFHvXzQWq9JKOTM8B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N3mpMUm42FGHv4ptFHvXzQWq9JKOTM8B > .row .container > .video-iframe-container { display: none; }#N3mpMUm42FGHv4ptFHvXzQWq9JKOTM8B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N3mpMUm42FGHv4ptFHvXzQWq9JKOTM8B > .row > .video-iframe-container { display: none; }#N3mpMUm42FGHv4ptFHvXzQWq9JKOTM8B > .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); }#N3mpMUm42FGHv4ptFHvXzQWq9JKOTM8B > .row .container { border-width: 0; border-radius: 0; }#N3mpMUm42FGHv4ptFHvXzQWq9JKOTM8B > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N3mpMUm42FGHv4ptFHvXzQWq9JKOTM8B > .row .container { font-size:0.875rem;font-family:arial;height:26.875rem;width:75rem;position:relative;display:block; }#BLVfxRBI0WODseL9yMBT0i3fMGsgTqS2 { color:#003f70;display:block;width:35.81175rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.436279296875rem;left:1.25rem;height:2.4375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JVaVLrEqehiZDgedhVOGcLJ1rE6GJ4Mo { color:rgba(var(--color-tertiary-2),1);display:block;width:32.68675rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:8.2421875rem;left:1.25rem;height:7.8rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#LMXWh2o2bi5uTu6NawgqNvm69yQInJEz { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:22.8125rem;width:34.3115rem;top:2.03125rem;left:39.25048828125rem;overflow:hidden;display:block; }
#DhDEBdt18LQ8PIymS67XDuHrKEEmNkZ1 { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),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:15.40575rem;height:2.65551875rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:20.496826171875rem;left:1.25rem;display:block; }
#asOdQguqRk7R92Es98ugPhs5Q70eFQ7o { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JxfR36FwfqwGMZQfy1eMOIEUCiSMT2kc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-3),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; }#JxfR36FwfqwGMZQfy1eMOIEUCiSMT2kc > .row .container { background-color: transparent; background-image: none; }#JxfR36FwfqwGMZQfy1eMOIEUCiSMT2kc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JxfR36FwfqwGMZQfy1eMOIEUCiSMT2kc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JxfR36FwfqwGMZQfy1eMOIEUCiSMT2kc > .row .container > .video-iframe-container { display: none; }#JxfR36FwfqwGMZQfy1eMOIEUCiSMT2kc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JxfR36FwfqwGMZQfy1eMOIEUCiSMT2kc > .row > .video-iframe-container { display: none; }#JxfR36FwfqwGMZQfy1eMOIEUCiSMT2kc > .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); }#JxfR36FwfqwGMZQfy1eMOIEUCiSMT2kc > .row .container { border-width: 0; border-radius: 0; }#JxfR36FwfqwGMZQfy1eMOIEUCiSMT2kc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JxfR36FwfqwGMZQfy1eMOIEUCiSMT2kc > .row .container { font-size:0.875rem;font-family:arial;height:11.25rem;width:75rem;position:relative;display:block; }#CKUkwDCOUGlcqzvsQKtH39CrX4VfgLlz { color:rgba(var(--color-tertiary-0),1);display:block;width:56.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:6.875rem;left:1.25rem;height:1.3125rem;font-style:normal;display:block; }
#zhQKTLprrHM0mvxIqE9FJ3ikVuS0ye6r { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1875rem;width:10.9375rem;top:1.375rem;left:1.25rem;overflow:hidden;display:none; }
#SUlDtpkEdqRzFnlIiDcWhGu91RON859M { position:absolute;display:block;z-index:15003;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.8125rem;width:10.3125rem;top:2.281494140625rem;left:0.687255859375rem;overflow:hidden;display:block; }
#QHHNwTVpOTJL1bul3DOGhMhbMV4tUn6p { 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:none; }#QHHNwTVpOTJL1bul3DOGhMhbMV4tUn6p > .row .container { border-width: 0; border-radius: 0; }#QHHNwTVpOTJL1bul3DOGhMhbMV4tUn6p > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QHHNwTVpOTJL1bul3DOGhMhbMV4tUn6p > .row .container { font-size:0.875rem;font-family:arial;height:27.875rem;width:75rem;position:relative;display:none; }#hNCn30ObK11qT9yreOl1VyBCgs3eGDXT { color:#003f70;display:block;width:10.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:2.562255859375rem;left:0rem;height:2.4375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TCVeTHcyrQtAOZKk5f7290Z4P251BxXM { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-tertiary-0),1);background-image:none;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: 0rem 0rem 0.625rem rgba(var(--color-tertiary-4),0.1) ;height:20.5rem;width:37.5rem;top:4.9986991882324rem;left:20rem;display:block; }
#RNzvN1LGx7SlDhVCfmvggKuGh5rLNML0 { color:#003f70;display:block;width:27.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:6.875rem;left:21rem;height:1.949575rem;text-align:left;text-align-last:left;display:block; }
#VvuRtfunl5UOJutWfm9HsHLLRf59vBfE { color:rgba(var(--color-primary-4),1);display:block;width:35.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:9.8125rem;left:21rem;height:2.2745rem;text-align:left;text-align-last:left;display:block; }
#hTEKJlgCSTSBLLfxlSzQF0LKuSA4z2ii { color:rgba(var(--color-tertiary-3),1);display:block;width:34.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:13.0625rem;left:21.1875rem;height:10.2365rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lSonULuv5ok0riFSA1F4vnocS4F1CoaO { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;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:14.3125rem;height:2.75rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:27.8125rem;left:39.71875rem;display:none; }
#LPLfioeB1hhlX6AVTwZg2Cb5eP3qZDBr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VBvuTmzJOCqyOE1nGMWo54B05JvqknkT { 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:none; }#VBvuTmzJOCqyOE1nGMWo54B05JvqknkT > .row .container { border-width: 0; border-radius: 0; }#VBvuTmzJOCqyOE1nGMWo54B05JvqknkT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VBvuTmzJOCqyOE1nGMWo54B05JvqknkT > .row .container { font-size:0.875rem;font-family:arial;height:47.1875rem;width:75rem;position:relative;display:none; }#hDV4T8anVW29CtoxrPRnhot3GAgw0FGT { color:#003f70;display:block;width:10.9375rem;position:absolute;font-family:"pt sans";font-size:1.875rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:2.562255859375rem;left:0rem;height:2.4375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gl2POuOymaBEvEruDUdx7ebxmQHGrvkH { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-tertiary-0),1);background-image:none;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: 0rem 0rem 0.625rem rgba(var(--color-tertiary-4),0.1) ;height:16.6875rem;width:45.1875rem;top:7.0625rem;left:0rem;display:block; }
#rTJfO3PVLiUK2pv1n4yT0BmaLmobuy4m { color:#003f70;display:block;width:27.25rem;position:absolute;font-family:"pt sans";font-size:1.5rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:8.25rem;left:1.1875rem;height:1.9504625rem;text-align:left;text-align-last:left;display:block; }
#sBZyKrXTJVMrXLnTsg7RSH4Spb7c4vUT { color:#003f70;display:block;width:35.5rem;position:absolute;font-family:"pt sans";font-size:0.875rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:10.857421875rem;left:1.1875rem;height:1.13725rem;text-align:left;text-align-last:left;display:block; }
#hoGtvff7O6UNZx16oWVWXVnSpnk5uNRc { color:rgba(var(--color-tertiary-2),1);display:block;width:40.5625rem;position:absolute;font-family:"pt sans";font-size:1.125rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:13.3212890625rem;left:1.1875rem;height:8.7730625rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#OEmPp21Kh1UMUNizZlEhRFuqPErqWtQi { color:#003f70;display:block;width:27.25rem;position:absolute;font-family:"pt sans";font-size:1.5rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:27.3125rem;left:1.1875rem;height:1.9504625rem;text-align:left;text-align-last:left;display:block; }
#oDy5d0VgB9ryWRc4iOpUDpTo2eJfR3qT { color:#003f70;display:block;width:38.375rem;position:absolute;font-family:"pt sans";font-size:0.875rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:29.9375rem;left:1.1875rem;height:2.2745rem;text-align:left;text-align-last:left;display:block; }
#pGd3oA8vTqMNELk9ilsJDh1pKQJ0ZcWC { color:rgba(var(--color-tertiary-2),1);display:block;width:40.5625rem;position:absolute;font-family:"pt sans";font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:33.1875rem;left:1.1875rem;height:8.7730625rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#kPf5V3htPBddn74QVTX0OZW7fiIhC5dN { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-tertiary-0),1);background-image:none;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: 0rem 0rem 0.625rem rgba(var(--color-tertiary-4),0.1) ;height:17.5rem;width:45.25rem;top:25.875rem;left:-0.0625rem;display:block; }
#UlIHQwyknIdr9tmzH2EpOkQRk5TqrWt0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#222222;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:none; }#UlIHQwyknIdr9tmzH2EpOkQRk5TqrWt0 > .row .container { border-width: 0; border-radius: 0; }#UlIHQwyknIdr9tmzH2EpOkQRk5TqrWt0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UlIHQwyknIdr9tmzH2EpOkQRk5TqrWt0 > .row .container { font-size:0.875rem;font-family:arial;height:11.8125rem;width:75rem;position:relative;display:none; }#Xbf2A6pGHzvI5yf9Hne5vlCAr4XTTSe5 { position:absolute;display:block;z-index:15001;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.875rem;width:12.75rem;top:1.73046875rem;left:1.3671875rem;overflow:hidden;display:block; }
#Dru3LOyvr9qtbD5kkLK8X3p7oZrXgova { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:0.125rem;top:0.625rem;left:72.0625rem;display:none; }
#kId6EU5fzPPE665BBehyI6dJcmw7zO9V { color:rgba(var(--color-tertiary-4),1);display:block;width:31.1875rem;position:absolute;font-family:glober;font-size:0.8125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:6.9314231872556rem;left:0rem;height:4.22265rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#kqtimVM38TOvM23FAc4Zkwwk5s0LwNGb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),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;bottom:0rem;left:0rem;right:0rem;display:none; }#kqtimVM38TOvM23FAc4Zkwwk5s0LwNGb > .row .container { border-width: 0; border-radius: 0; }#kqtimVM38TOvM23FAc4Zkwwk5s0LwNGb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kqtimVM38TOvM23FAc4Zkwwk5s0LwNGb > .row .container { font-size:0.875rem;font-family:arial;height:2.9375rem;width:75rem;position:relative;display:none; }#L84VSDol9Gwf2xnmnUxTwd14dqq0q1LP { background-color:#0e9ae5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-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:glober;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#BZyaq8pnRNASXeetGhQ6Ddy5rC6rrXz3 { 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) { #dQJrgBhdFZXLnodLmlXRUok22XiKxwJJ { display:block; }#dQJrgBhdFZXLnodLmlXRUok22XiKxwJJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sN4h7EZzSnpPrXogVNBcVFB7TZ2Uhs2n { top:2.25rem;left:32.3125rem;width:0.125rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #W8CkdaeJv4wsiEM78Oi9eQ7c5EGXmvN0 { width:12.8125rem;height:2.75rem;top:1.75rem;left:34.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezoQFzyzXW4KiXZzQGOGTascmILRUCQe { display:block; }
 }@media only screen and (max-width: 763px) { #FzSGVzTcmcsMAPOyCSmNJPAwzX3Af0pe { width:8.5rem;height:3.0625rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nz7TPZzX4xUG8BvREsG1q0QQrurnzxzA { top:2.5rem;left:37.4375rem;width:8.3125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XuTFCkdmfpDdfSudptvhGDGVaVqglIlW { top:2.625rem;left:36.0625rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNWt3SWf9ftdL0Um5LRIT2MnWoSpZHWV { width:10.3125rem;height:3.8125rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC { display:block; }#hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T2LcvDC1oCqd8xyO3ytlzJ95m0hQbobM { width:45.625rem;height:12.8125rem;top:11.5625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4TvypLa025SdzOPpz72a8nCztyFWlLZ { width:43rem;height:7.3125rem;top:31.6875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXRADEACPpKw5nWLify8FGfcuZ5MfE9d { width:47.75rem;height:26.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NeEaM5qAW56wwaRotLXX6GKbTEeTNGIZ { top:3.3125rem;left:0rem;width:45.1875rem;height:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #S2yL0z6bDelqXfG231QmhGeX9TViG8Ht { top:34.125rem;left:0rem;width:19.0625rem;height:1.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #I2o45qqFyNhoHOS0ksiGzn7woCawa8lD { top:6.5rem;left:0rem;width:4.5625rem;height:1.3125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VFeDWJ0beV1rZeOsmzoVSBLSMgFVH5lT { top:38.8125rem;left:0rem;width:4.5625rem;height:2.8125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #i9QbIxLo185cShHen2OR5x0f0CaatCBL { top:6.5rem;left:8.0625rem;width:7.25rem;height:1.3125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zU5FDXQiWgPxqTdatLRKThp32uAszlQ6 { top:8.0625rem;left:8.0625rem;width:8.1875rem;height:1.375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #DGssnmDr7LXnL1cWbr4blCTt7tyMERiv { top:8.0625rem;left:0rem;width:8.1875rem;height:1.375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #kXJx1WzMFsWkwNmXGmTT59IEZydy1O15 { top:6.5rem;left:0rem;width:8.6875rem;height:1.3125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MtQUkoNMD6szPigduJuDXGuL4KMxg4fP { top:8.0625rem;left:17.75rem;width:8.1875rem;height:1.375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #IMpSvtPUJm0fbUuvhu0ZdlkIcsQdkInD { top:6.5rem;left:17.75rem;width:7.25rem;height:1.3125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rkNgDNwvHe3Ph4wkWbqlUXDCDPiNTla4 { top:27.8125rem;left:0rem;width:20rem;height:3.875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #owRxPllOUJTsnERggzLs1xaTcv5ctEn8 { display:none; }
 }@media only screen and (max-width: 763px) { #tc6TvQFktZHpmgWXKcJ4hLo6Zvh36TPd { top:12.125rem;left:23.9375rem;width:23.8125rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EB6Fnned7vTlgBxPrmzvpBOIcDzZd6xL { top:13.1875rem;left:39.062500953674rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfe1VA3bmbBl5NxS1J8AHeaoywwy9WTG { top:13.0625rem;left:29.5625rem;width:18.1875rem;height:2.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L78o51vJpbo284HiPpsNTe9Xrem822pt { top:15.75rem;left:31.9375rem;width:15.8125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-regular-label { width:19.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-input-text { width:19.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-input-text {padding-top: 0; padding-bottom: 0;}#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-textarea { width:19.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-input-select { width:19.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-input-select {padding-top: 0; padding-bottom: 0;}#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-input-button { width:19.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-checkbox-label { width:18.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH  { width:19.75rem;height:auto;top:16.25rem;left:25.5rem; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .radio-container { width:19.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH {display:block;}#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH { width:19.75rem;height:auto;top:16.25rem;left:25.5rem; }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #OLhv2Nl8cNFlRgWOHsyrNnBxuBlL6pKi {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #bJRzUlMNgRTcwyO0a4vI2m0e1HVMC0TH { display:none; }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #t7Ab8puUfurBKqMhJgwNoegfHBHFKAoR {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #ecq8eEm8m2MMrS5fkGnA1wJXWXwrHOcR {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #nZ5A9sdLip6WViPAF4dBOMF3TcD9yE3q { display:none; }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #rfyDVUTDxRGvNHH2phUgcfOu3fe1rWSC {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #a4WtPyUiLg3BibxEl3IpekQ0PPnm1SIH {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #kETuFaynHVi8tzZlBu3KnUS76SAaVUva { display:none; }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #TzXkCxWurFFmftPAmvxDk8W5VJzxmpls {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #e5nwxUNQNy2s9RLPndcNh2h56eVmwmU2 {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #JUuxpbcpSpCTTZ6GImPTAtKHTPplJXEU { display:none; }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #lzhMEB7vGZZRN5sKmPK8f4h16ziS0L8i {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #izFpUV8PNCqbpt3eTOt1khyzsCEq0p1x {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #Vc3Jsv3IiJV7UVWa6QxxGFgUxKS85MHd { display:none; }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #amLi028QdHzWAsKIDfXqVfWxs7TDcQGb {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #olXQrNmI1TTCQpXsPGcmEV33VF2HlbMn {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #K8MtTSTdoTZ6qD5ntncxnM2Ssn2Z5oEk { display:none; }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #PGIXOlRTMxeDWsEhd5Hv7V9yDVMfo5pe {  }
 }@media only screen and (max-width: 763px) { #RsDo3wWEknVzvLQ3poBUlpf0nPea249r { display:block; }
 }@media only screen and (max-width: 763px) { #cSZWZt49l3GEEyEgVRET0fQlOM2fFPRg { display:block; }
 }@media only screen and (max-width: 763px) { #OzrLaPyD9mVy4ztTSsKdnFZfNico4mpw { display:block; }
 }@media only screen and (max-width: 763px) { #N6gSOZ9WyoQfxn8gUwIEAta2TeCz9IXd { display:block; }
 }@media only screen and (max-width: 763px) { #HvcLwPPfrxdfz6CrEmOXg2ALaFp5VTEz { display:block; }
 }@media only screen and (max-width: 763px) { #mOrktEbqK7dy1zSLQsZu13PQU23QOMxG { display:block; }
 }@media only screen and (max-width: 763px) { #mQTcV89FNT4mtu95dX7u0D78cVnKEbkW { display:block; }
 }@media only screen and (max-width: 763px) { #oTxlLdELF7gCFWWIdikZ7mSuMvFJGwJT { display:block; }
 }@media only screen and (max-width: 763px) { #TqgolmIELPpWuLiiRHlwpoV478gtC8q4 { display:block; }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #JSronTc7tJw6xKTQU8DAM3bR9iRLmFaJ {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #L1SOQgnGyneiTQepF1TaRuepHd2r22i7 {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #XE5N7W9nRc4lJNOAZTHU1DSmv9cQFZcv {  }
 }@media only screen and (max-width: 763px) { #nPARNIliaDK42ocvvSZZ9HOZeQIuwtRo { display:block; }
 }@media only screen and (max-width: 763px) { #blghTGcrhvLGcaegIA7BWBlPzGvktdyi { display:block; }
 }@media only screen and (max-width: 763px) { #MiXopfhkh9XfiOHAWN6pnsl8rqeOhHpt { display:block; }
 }@media only screen and (max-width: 763px) { #KdfpSO9DlfSSi2ysR7dFDC3dQkw0qzsy { display:block; }
 }@media only screen and (max-width: 763px) { #CikPrskhMOCP9OM7dd9TmaFcM87lCEXy { display:block; }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #Qdgo18nrhpTkHsaQkB3s8tqEOZTO1ZkS {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #rG69J9MG4aO90PzALZ3Z1KWQLOct540J {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #c8feNIL9CgKBh8ENfUQESuuU6DpvIgZ0 {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #uyy9WQxW318TVMBBMyZAKQF8gAIFNOwX {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #sLFcZoVfA6VTvpCchSGBF4b4taQN9Hz2 {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #TOSP2s6xoWaRt4MeWNDLx3vECITkhqHL {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #v8Fa6tKq6O1TGCCEHthF4Z399LNwq5r9 {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #cIgppsrFw9t0awAmy9oUOnMKuLt049CH {  }
 }@media only screen and (max-width: 763px) { #q9gzVW49PxU6F07OPIZP485cBxbPcAhb { display:block; }#q9gzVW49PxU6F07OPIZP485cBxbPcAhb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wScoqgZndNvDwKVD9ww6L1765v3QCGbf { top:3.9375rem;left:0rem;width:39.8125rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5gwDu78MtI3SLEugIaOTUs3zLIyJAsT { top:7.1875rem;left:0rem;width:4.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rASdh7T2Z0zU1n0ley3LULhEbflA0IiL { top:8.75rem;left:0rem;width:5.625rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGTa5bnO32vQFlbq7IMSWvKDnNg9SIaD { top:8.75rem;left:1.25rem;width:8.125rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F74Q9K120TaXtZT1vxCXnAqvA0yx3QMn { top:7.1875rem;left:1rem;width:8.625rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOXzoKZyTGvsrZrs3bmBXpUgMd1Tofmu { top:8.75rem;left:9.6875rem;width:8.125rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XASm2oC0nBnWks03z7ltztgvIb8c6L43 { top:7.1875rem;left:9.6875rem;width:7.1875rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vv6rglgytmPb2cTHlD2XTRDNcHM5DQFW { top:8.75rem;left:19.375rem;width:8.125rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zmo94nRWVqcL4fcVRfwaFb0WSkOAcout { top:7.1875rem;left:19.375rem;width:7.1875rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3ImdlNCtd41R7R6kMfER5d9F73f9IbN { top:4.1875rem;left:0rem;width:37rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVdC6koRRir7UUEcrW0Xdst4TKlW27rh { top:2.5rem;left:0rem;width:14.9375rem;height:2.875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SSf5Ue7Izhvf5plT79CAtwNTegd9aB8i { top:0.875rem;left:0rem;width:39.8125rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2MyfzQzEkUtF0A9Ehq2VcSl2p51wAb3 { display:block; }#Q2MyfzQzEkUtF0A9Ehq2VcSl2p51wAb3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SeWx8lrcreiVgCzquBgXzU41P18ck9DC { top:2.375rem;left:0rem;width:15.6875rem;height:2.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSyvKEOk6SCu4RxWiDp36oAd4NGEiwpE { top:0.0625rem;left:31.9375rem;width:15.8125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbrTVzsoaVq47Kdv6uSIGRIGKuBDNlDI { top:1.9375rem;left:31.9375rem;width:15.8125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQ1zvg6WuDnQBni6VbvFiQixgbMtXfTz { display:block; }#KQ1zvg6WuDnQBni6VbvFiQixgbMtXfTz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qmgzQqgANqIU5TIEsVLQp5wSN3o6rJnc { top:6.9375rem;left:0rem;width:18.8125rem;height:4.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TO3Sc3V7PzCwoPGKIeEoeQXpFWbETR5c { top:4.5rem;left:0rem;width:15.75rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgpDuF616hUMTWpTuFgORfa500DHHzo9 { top:1.4375rem;left:0rem;width:15.75rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtmCsXcCDt34LtO7UDWtyiBIi1JGIOmy { top:1.25rem;left:15.875rem;width:15.75rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tx6yxdAs0azmu3iqcmVBK3iRr0PdQ7L3 { top:4.3125rem;left:15.875rem;width:15.75rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCffuFW6opc9HIdppXTw2koh6A7CyrLP { top:6.5625rem;left:13rem;width:18.75rem;height:4.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sq4RJT42UTRyJ4tIbaMw46Je4Hukhvpc { top:1.4375rem;left:22.9375rem;width:20.625rem;height:2.375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4wBISelvsPp1oHbDw27TCugtX7tJmRB { top:4.5rem;left:31.75rem;width:15.75rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnvWMMyPJUBF3RPECr0F1tUdRtnWXaMP { top:6.9375rem;left:28.8125rem;width:18.8125rem;height:4.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #stHMfSdHg9bOQPqmXOeO0VoDIFaio0ry { display:block; }#stHMfSdHg9bOQPqmXOeO0VoDIFaio0ry > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eD4dxymv6OzBCSFqRTG8M0GbJcMkHdFV { top:3.5625rem;left:0rem;width:37.25rem;height:12.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1kP11HwxCsM1rUNShpsb12ha2DuThca { top:18.25rem;left:0rem;width:36.875rem;height:8.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbuShoBrQb4hWhUkdBy2tMvoHTrk12vC { width:12.4375rem;height:2.375rem;top:28.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLe4RXo73p43udmtJS3XiTlfQRQcFzGb { display:block; }
 }@media only screen and (max-width: 763px) { #deVio8xEGPHCnElAISePRMPENnFUOBaf { top:10.625rem;left:26.6875rem;width:14.1875rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CN3vS3HtyBUymgJZ76Fpez6v05B08Hpm { top:6.875rem;left:26.6875rem;width:15.3125rem;height:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwpxvvvGeIvJml2Uf2hWBE0Rfi7bMb4e { top:10.625rem;left:33.3125rem;width:14.4375rem;height:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUNKkagm1wLZ4dwhbJJJSfVb1GmRMcWM { top:6.875rem;left:32.4375rem;width:15.3125rem;height:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ws8hkQkDbnlEQZUT6RiD0khPvuQezXhW { top:21.25rem;left:26.5rem;width:15.3125rem;height:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSHxk27gV2xXaOfoxAxhocS1BfCKTg46 { top:21.25rem;left:32.4375rem;width:15.3125rem;height:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibqnvPP6LSQtTwa7IW6had56Bx2kzCrq { top:3.5625rem;left:26.6875rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cb29L7mDnCkSii9vTOJBIh6JxGLmWVRJ { top:3.5625rem;left:44.9375rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvAqlBcRP4JhdZLR8edV1tIsFlTJo8O2 { top:18.3125rem;left:26.8125rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZkThZgcvz2F4OfpFeGS8hIJnQ42KWmg { top:18.125rem;left:45.1875rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1U56yIs2fAhCOQ9FbiPBVH0O8PvkXgE { top:23.25rem;left:26.6875rem;width:15.5rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p13CB44FhI89y53IRfZUTwT7S2BxDK8N { top:23.125rem;left:31.6875rem;width:16.0625rem;height:8.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #khXil18mlf11F9k5gt2TkwvQcFkNT58f { display:block; }#khXil18mlf11F9k5gt2TkwvQcFkNT58f > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N0LlTy34vo1ByNrrN5yi5nRiLAu9wwQk { top:2.8125rem;left:0rem;width:18.6875rem;height:2.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SrhXw3ktg7FCmyOfOreSZNMblvyalRcx { top:5.8125rem;left:0rem;width:47.6875rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6JPEIMvNhfloctCMnOSwRG17FVRF4BN { display:block; }#K6JPEIMvNhfloctCMnOSwRG17FVRF4BN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q9mgGh1WEz9v3Jmc35bmETWPzgONKo2o { top:1.4375rem;left:0rem;width:21.5rem;height:2.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWRV8zfyAH5yJmk1z3vkUGOsIhS8XOnf { top:8.5rem;left:14.125rem;width:17.625rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylcoLIdEneJpe1PZLNaDV2zIi9DNp4Bp { display:none; }
 }@media only screen and (max-width: 763px) { #deEx7e4Fetcz2ZV9vlq6WNCzEQbAgpFV { display:none; }
 }@media only screen and (max-width: 763px) { #XJ693TdathOzIZVoo9BThvHdF0h3Usny { display:none; }
 }@media only screen and (max-width: 763px) { #exarITFCqgz1kxi7gr94sIoPTxoOaDGf { top:8.5rem;left:0rem;width:18.8125rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EciThTtHIbvw1VGKS6DQ8pD03bZSNdDT { top:1.4375rem;left:10.5625rem;width:21.1875rem;height:2.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rICfx6JBM63HAn9xyKZugTP4sThvRqXm { top:8.4375rem;left:28.8125rem;width:18.8125rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNJMHZxVTzQuEJtNBw4Bgv4kZ7hsf6wS { top:1.4375rem;left:24.1875rem;width:23.4375rem;height:2.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #laTzi7aRIoz1xyDp3Cw0aLSFerqtwfVi { top:4.6875rem;left:15.875rem;width:6.125rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQuMtV9ke8y4bsKsumddLguJATGDXMOO { top:5rem;left:0rem;width:7.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSFtsBiscM1cPmTs9xARl6woxvXqkFT0 { top:4.6875rem;left:31.75rem;width:9.6875rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZLfHvGxdbDD7xJEO4dTlbh5Ts81p0AQ { display:block; }#EZLfHvGxdbDD7xJEO4dTlbh5Ts81p0AQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zlprJknkbBGaiPdoz1G7Q5b5i0w7FQ2Z { top:2.4375rem;left:0rem;width:35.8125rem;height:2.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zrlf0nRNxuulOeFAM8icp6UcopT7NlO7 { top:5.5625rem;left:0rem;width:40.5625rem;height:4.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUKAETea5mzDNN0KiVsArzb7KT1VQems { top:10.625rem;left:0rem;width:12.8125rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKWtdQbrEXaKVvVQx0TT14DVooPWCQl6 { top:10.625rem;left:2.5625rem;width:12.8125rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0Glk9Bqbzzb6G3oOXcBG5NdzAfBpQnK { top:10.625rem;left:32.4375rem;width:12.8125rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iz10pqKR58B3SBF2JuOOFsCLd6OIcnqr { top:10.625rem;left:34.9375rem;width:12.8125rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vxoadhn38fvoK30odwPmPThCILIGIJzE { top:10.125rem;left:34.9375rem;width:12.8125rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZghtPHvhS2sW4ZO1G3QnQUoSP2UqR4e { top:11.375rem;left:0rem;width:10.625rem;height:3.9138382622986rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5eA4Ps8iogCduSJT8ofTIgZd4XvFPuu { top:11.75rem;left:4.625rem;width:8.625rem;height:3.2883215873769rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSVNSxIB27UQzSslevEUBVg6U0b61HP9 { top:11.0625rem;left:34.0625rem;width:9.4375rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKNBgQus4rsTW6khXBn1LgGusgizt635 { top:10.6875rem;left:37rem;width:10.75rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1clEeI5rSEf6rxoEfsLoLfd8rhP3iAy { top:10.625rem;left:17.5625rem;width:12.8125rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUJS1Ca871QRJaAAdTrQSEsUx1rdshZ8 { top:11.5625rem;left:18.375rem;width:11.0625rem;height:3.5422399965166rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdLr9JauD2wbI4hLEnUxHlvkcPgtspsX { display:block; }#zdLr9JauD2wbI4hLEnUxHlvkcPgtspsX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zFWzZ8vvrgKhmcawhPHDboycXC1pfBoX { top:5.875rem;left:0rem;width:30.9375rem;height:7.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRTMsqWmHq8MMFkfnmggarzlzMtCJEDK { top:1.375rem;left:0rem;width:12rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #owAGnvaJCZr3vJKCd94RpyPT3W8KlRFe { top:15.125rem;left:0rem;width:27.8125rem;height:5.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTRHfnaTKeObE6alZ96TNOoKxlRSQIfJ { top:3.1875rem;left:12.4375rem;width:11.3125rem;height:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJrUi5i8vxQZTz6IGWVVuUeAwEeHfy4R { top:18.3125rem;left:44.1865234375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSFO332NIvFB3BkDau29BLJUhENlyWQM { top:8.125rem;left:23.875rem;width:9.4375rem;height:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTfryJTwTo50etJoQQWFMTqszrPV42pL { top:3.1875rem;left:30rem;width:11.3125rem;height:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTvR7KTB9xDrPzxC7IeQBaklnzHft2UG { top:8.125rem;left:30.62451171875rem;width:11.125rem;height:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #icM3cNVNKngcK4kR687Tmkne6q6wTU0q { top:3.1875rem;left:36.3125rem;width:11.3125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqFvKWTZIeMMfkU8iw3NuAPDJJiO59WL { top:8.0625rem;left:37.75rem;width:10rem;height:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTVKC9QxZRMCQrh27ZkxPU7U3XhMJvNS { top:16.875rem;left:23.875rem;width:11.3125rem;height:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGKXvxltMy9o2I9RIPlbk3WgM9K27ZQK { top:16.875rem;left:30.125rem;width:11.375rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0sfT0V45KroZptvrkL9VXTQBdQHGdRr { top:21.6875rem;left:23.875rem;width:10.5rem;height:6.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GyLIq4U5MRkg6atA1Z9B6Xgkf5hL8xo6 { top:21.75rem;left:30.875rem;width:10.4375rem;height:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTHFxyKq68XEGKU8Aa9zIb0n3ESPT7Kc { top:18.3125rem;left:30.874755859375rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGSIP3pKZmrTMUrcemRMg0Dv5qq1rMtE { top:4.75rem;left:31.125rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibeRDkzLXZTaUQLHp2sMLcTStTX9iFkf { top:4.6875rem;left:43.9375rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TokXyqSPVkUuFL1ShTMWGwTrUa0r3Sav { top:21.625rem;left:0rem;width:27.8125rem;height:2.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBdqnBkn7fIDnhaPr0ABnnf7il7XAgGL { top:17.3125rem;left:36.25rem;width:11.375rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmTxrTAnB2xRgq4R1PLemaE1n5MWgq7H { top:21.75rem;left:37.3125rem;width:10.4375rem;height:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXTvlxagBRuxdvAayPhVTzp782uox7KL { top:18.0625rem;left:23.875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQO5SAKitP12O3yUULf8BL56M25gtH3W { top:4.5625rem;left:23.875rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3BFiveVQpBCkzEAt19vWg8D42rMIGr9 { display:block; }#C3BFiveVQpBCkzEAt19vWg8D42rMIGr9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r9Mzpcq0D1o4ykCuJuN7cW6wWmXWQbVt { top:3.4375rem;left:0rem;width:29.75rem;height:4.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5Xd46niXtETR2eaZOuKVUVePIh0GNa9 { display:none; }
 }@media only screen and (max-width: 763px) { #XypyxpcgJZZ0OzcevpT937lmLJfoBuMe { display:none; }
 }@media only screen and (max-width: 763px) { #FgFh8Vm84Qfc3gakvA0JXsEm4ilwpoZ2 { display:block; }#FgFh8Vm84Qfc3gakvA0JXsEm4ilwpoZ2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zWfGiFHCZZxvJTW9dtsT7ZVko1rznDQz { top:5.4375rem;left:0rem;width:29.0625rem;height:2.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BidLl4iklG1V5ZDJSb9ckZ2mTy5kCQ3y { top:1.9375rem;left:0rem;width:13.1875rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0QbWGLwUmt94FEgEdWTfnv1TBmJcSXx { top:9.5rem;left:0rem;width:28.125rem;height:5.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFVe7x2OVfZMnFEnVFSr5ByhsA4LmdtD { width:14.1875rem;height:2.625rem;top:17.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cK1N08f1N1kzUAhU1b3q5Q7TtC3fyzdH { display:block; }
 }@media only screen and (max-width: 763px) { #vFQoX4DKh72owKq4zMlQ3VN5y1FNGhBt { top:2rem;left:11.375rem;width:12.5rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dmek4sPMgZ228tPL1TClByyPITxGViww { top:3.25rem;left:25.25rem;width:22.5rem;height:5.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3FvspIDTHF2PA79MTzcX1MBQwh5OkXr { top:12rem;left:11.375rem;width:12.5rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELTkMHaM2BKtnEt7VKnupFgOVVggz5da { top:13.3125rem;left:25.25rem;width:22.5rem;height:4.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpBT48zryeXV9eMyGNN5RDuT9V0Dgy4X { display:block; }#dpBT48zryeXV9eMyGNN5RDuT9V0Dgy4X > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TvxRPIsQnBvqrugTrKdDWmUmoIuV27pH { top:3.125rem;left:18.6875rem;width:29.0625rem;height:4.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oo36mxfmTV8Dx9Vnz7AJogwM2wa7XcW4 { top:9.0625rem;left:16.4375rem;width:31.3125rem;height:2.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCMkILoroQHGl5FhTZ4XosW1qhi81U4V { width:14.25rem;height:2.6875rem;top:26.75rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBorqyhAdTcsuRALpPuqGI0lCI8Oficb { display:block; }
 }@media only screen and (max-width: 763px) { #QSpL7JphkMgz3m6aeB3DAxswpl7UAbFE { top:12.8125rem;left:17.9375rem;width:29.75rem;height:12rem;font-size:0.9375rem;display:block; }#QSpL7JphkMgz3m6aeB3DAxswpl7UAbFE li:before{  }
 }@media only screen and (max-width: 763px) { #Cbs5OvilVfI5ZJEw8TfTCnitTZ1FTFvK { top:3.125rem;left:0rem;width:35.3125rem;height:25.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3mpMUm42FGHv4ptFHvXzQWq9JKOTM8B { display:block; }#N3mpMUm42FGHv4ptFHvXzQWq9JKOTM8B > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BLVfxRBI0WODseL9yMBT0i3fMGsgTqS2 { top:3.375rem;left:0rem;width:35.75rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVaVLrEqehiZDgedhVOGcLJ1rE6GJ4Mo { top:8.1875rem;left:0rem;width:32.625rem;height:10.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMXWh2o2bi5uTu6NawgqNvm69yQInJEz { top:2rem;left:13.4375rem;width:34.25rem;height:22.771610830188rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhDEBdt18LQ8PIymS67XDuHrKEEmNkZ1 { width:15.375rem;height:2.625rem;top:20.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #asOdQguqRk7R92Es98ugPhs5Q70eFQ7o { display:block; }
 }@media only screen and (max-width: 763px) { #JxfR36FwfqwGMZQfy1eMOIEUCiSMT2kc { display:block; }#JxfR36FwfqwGMZQfy1eMOIEUCiSMT2kc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CKUkwDCOUGlcqzvsQKtH39CrX4VfgLlz { top:6.875rem;left:0rem;width:47.75rem;height:1.3125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhQKTLprrHM0mvxIqE9FJ3ikVuS0ye6r { width:10.9375rem;height:5.1875rem;top:1.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #SUlDtpkEdqRzFnlIiDcWhGu91RON859M { width:10.3125rem;height:3.8125rem;top:2.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHHNwTVpOTJL1bul3DOGhMhbMV4tUn6p { display:block; }#QHHNwTVpOTJL1bul3DOGhMhbMV4tUn6p > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hNCn30ObK11qT9yreOl1VyBCgs3eGDXT { top:2.5rem;left:0rem;width:10.9375rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCVeTHcyrQtAOZKk5f7290Z4P251BxXM { top:4.9375rem;left:6.375rem;width:37.5rem;height:20.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNzvN1LGx7SlDhVCfmvggKuGh5rLNML0 { top:6.875rem;left:7.3746452331544rem;width:27.1875rem;height:1.9375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvuRtfunl5UOJutWfm9HsHLLRf59vBfE { top:9.75rem;left:7.3746452331544rem;width:35.4375rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTEKJlgCSTSBLLfxlSzQF0LKuSA4z2ii { top:13rem;left:7.5619659423825rem;width:34.5625rem;height:10.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSonULuv5ok0riFSA1F4vnocS4F1CoaO { width:14.3125rem;height:2.75rem;top:27.8125rem;left:23.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LPLfioeB1hhlX6AVTwZg2Cb5eP3qZDBr { display:block; }
 }@media only screen and (max-width: 763px) { #VBvuTmzJOCqyOE1nGMWo54B05JvqknkT { display:block; }#VBvuTmzJOCqyOE1nGMWo54B05JvqknkT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hDV4T8anVW29CtoxrPRnhot3GAgw0FGT { top:2.5rem;left:0rem;width:10.9375rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gl2POuOymaBEvEruDUdx7ebxmQHGrvkH { top:7.0625rem;left:0rem;width:45.1875rem;height:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTJfO3PVLiUK2pv1n4yT0BmaLmobuy4m { top:8.25rem;left:0rem;width:27.25rem;height:1.9375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBZyKrXTJVMrXLnTsg7RSH4Spb7c4vUT { top:10.8125rem;left:0rem;width:35.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hoGtvff7O6UNZx16oWVWXVnSpnk5uNRc { top:13.3125rem;left:0rem;width:40.5625rem;height:8.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OEmPp21Kh1UMUNizZlEhRFuqPErqWtQi { top:27.3125rem;left:0rem;width:27.25rem;height:1.9375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDy5d0VgB9ryWRc4iOpUDpTo2eJfR3qT { top:29.9375rem;left:0rem;width:38.375rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGd3oA8vTqMNELk9ilsJDh1pKQJ0ZcWC { top:33.1875rem;left:0rem;width:40.5625rem;height:8.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPf5V3htPBddn74QVTX0OZW7fiIhC5dN { top:25.875rem;left:0rem;width:45.25rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UlIHQwyknIdr9tmzH2EpOkQRk5TqrWt0 { display:block; }#UlIHQwyknIdr9tmzH2EpOkQRk5TqrWt0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xbf2A6pGHzvI5yf9Hne5vlCAr4XTTSe5 { width:12.75rem;height:3.875rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dru3LOyvr9qtbD5kkLK8X3p7oZrXgova { top:1.25rem;left:47.625rem;width:0.125rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kId6EU5fzPPE665BBehyI6dJcmw7zO9V { top:6.875rem;left:0rem;width:31.125rem;height:4.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqtimVM38TOvM23FAc4Zkwwk5s0LwNGb { display:block; }#kqtimVM38TOvM23FAc4Zkwwk5s0LwNGb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L84VSDol9Gwf2xnmnUxTwd14dqq0q1LP { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #BZyaq8pnRNASXeetGhQ6Ddy5rC6rrXz3 { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #dQJrgBhdFZXLnodLmlXRUok22XiKxwJJ { position:relative;z-index:auto;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dQJrgBhdFZXLnodLmlXRUok22XiKxwJJ > .row .container { background-color: transparent; background-image: none; }#dQJrgBhdFZXLnodLmlXRUok22XiKxwJJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dQJrgBhdFZXLnodLmlXRUok22XiKxwJJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dQJrgBhdFZXLnodLmlXRUok22XiKxwJJ > .row .container > .video-iframe-container { display: none; }#dQJrgBhdFZXLnodLmlXRUok22XiKxwJJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dQJrgBhdFZXLnodLmlXRUok22XiKxwJJ > .row > .video-iframe-container { display: none; }#dQJrgBhdFZXLnodLmlXRUok22XiKxwJJ > .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); }#dQJrgBhdFZXLnodLmlXRUok22XiKxwJJ > .row .container { border-width: 0; border-radius: 0; }#dQJrgBhdFZXLnodLmlXRUok22XiKxwJJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dQJrgBhdFZXLnodLmlXRUok22XiKxwJJ > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sN4h7EZzSnpPrXogVNBcVFB7TZ2Uhs2n { width:0.125rem;height:1.875rem;top:0rem;left:10.46875rem;z-index:15018;display:none; }
 }@media only screen and (max-width: 763px) { #W8CkdaeJv4wsiEM78Oi9eQ7c5EGXmvN0 { width:12.8125rem;height:2.75rem;top:1.75rem;left:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ezoQFzyzXW4KiXZzQGOGTascmILRUCQe { display:block; }
 }@media only screen and (max-width: 763px) { #FzSGVzTcmcsMAPOyCSmNJPAwzX3Af0pe { width:8.5rem;height:3.0625rem;top:1.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Nz7TPZzX4xUG8BvREsG1q0QQrurnzxzA { width:8.3125rem;height:0;top:5.90625rem;left:6.65625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XuTFCkdmfpDdfSudptvhGDGVaVqglIlW { width:1rem;height:1rem;top:6rem;left:5.03125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NNWt3SWf9ftdL0Um5LRIT2MnWoSpZHWV { width:10.249rem;height:3.81225625rem;top:0.74951171875rem;left:4.874267578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC { display:block; }#hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC { background-color: transparent; background-image: none; }#hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC > .row .container > .video-iframe-container { display: none; }#hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC > .row > .video-iframe-container { display: none; }#hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC > .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); }#hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC { border-width: 0; border-radius: 0; }#hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC > .row .container { width:20rem;height:94.375rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T2LcvDC1oCqd8xyO3ytlzJ95m0hQbobM { width:20rem;height:6.5625rem;top:0rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;color:#0060ab;display:block; }
 }@media only screen and (max-width: 763px) { #t4TvypLa025SdzOPpz72a8nCztyFWlLZ { width:20rem;height:6.75rem;top:7.685546875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.2;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #dXRADEACPpKw5nWLify8FGfcuZ5MfE9d { top:15.6875rem;left:0rem;width:20rem;height:10.9375rem;z-index:15032;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #NeEaM5qAW56wwaRotLXX6GKbTEeTNGIZ { width:20rem;height:3.4375rem;top:33.0625rem;left:0rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #S2yL0z6bDelqXfG231QmhGeX9TViG8Ht { top:34.1875rem;left:0.4375rem;width:19.12475rem;height:1.38125rem;z-index:15012;font-size:1.0625rem;color:#ffffff;font-family:manrope;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I2o45qqFyNhoHOS0ksiGzn7woCawa8lD { width:4.5625rem;height:1.31303125rem;top:37.4375rem;left:3.625rem;font-size:0.875rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #VFeDWJ0beV1rZeOsmzoVSBLSMgFVH5lT { width:5.3125rem;height:1.40625rem;top:39rem;left:3.625rem;font-size:0.9375rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #i9QbIxLo185cShHen2OR5x0f0CaatCBL { width:3.18714375rem;height:1.31303125rem;top:41.875rem;left:3.625rem;font-size:0.875rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #zU5FDXQiWgPxqTdatLRKThp32uAszlQ6 { width:4.3125rem;height:1.40625rem;top:43.875rem;left:3.625rem;font-size:0.9375rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #DGssnmDr7LXnL1cWbr4blCTt7tyMERiv { width:6.25rem;height:1.40625rem;top:39rem;left:12.125rem;font-size:0.9375rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #kXJx1WzMFsWkwNmXGmTT59IEZydy1O15 { width:5.875rem;height:1.31303125rem;top:37.4375rem;left:11.875rem;font-size:0.875rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #MtQUkoNMD6szPigduJuDXGuL4KMxg4fP { width:3.75rem;height:1.40625rem;top:43.875rem;left:12.125rem;font-size:0.9375rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #IMpSvtPUJm0fbUuvhu0ZdlkIcsQdkInD { width:3.81214375rem;height:1.31303125rem;top:41.875rem;left:12.125rem;font-size:0.875rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #rkNgDNwvHe3Ph4wkWbqlUXDCDPiNTla4 { width:20rem;height:3.9rem;top:27.8125rem;left:0rem;font-size:0.75rem;z-index:15013;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #owRxPllOUJTsnERggzLs1xaTcv5ctEn8 { top:15.6875rem;left:10rem;width:10rem;height:10.874rem;z-index:15038;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c3c98015-ed8a-449a-bfd4-2fae9f7102b7/X.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#owRxPllOUJTsnERggzLs1xaTcv5ctEn8.adaptive-delivery-prevent-bg, #owRxPllOUJTsnERggzLs1xaTcv5ctEn8.lazyload, #owRxPllOUJTsnERggzLs1xaTcv5ctEn8.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #tc6TvQFktZHpmgWXKcJ4hLo6Zvh36TPd { width:20rem;height:5.875rem;top:48.125rem;left:0rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EB6Fnned7vTlgBxPrmzvpBOIcDzZd6xL { display:flex;width:1.875rem;height:1.875rem;top:49.59375rem;left:0.99921876192094rem; }
 }@media only screen and (max-width: 763px) { #gfe1VA3bmbBl5NxS1J8AHeaoywwy9WTG { width:16.0625rem;height:2.1125rem;top:49.35000038147rem;left:3.5484376549721rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L78o51vJpbo284HiPpsNTe9Xrem822pt { width:15.810125rem;height:1.1375rem;top:51.875rem;left:3.8007813096046rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-input-text {padding-top: 0; padding-bottom: 0;}#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-input-select {padding-top: 0; padding-bottom: 0;}#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH  { width:17.5rem;height:auto;top:57.5rem;left:0rem; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH {display:block;}#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH { width:17.5rem;height:auto;top:53.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #OLhv2Nl8cNFlRgWOHsyrNnBxuBlL6pKi {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #bJRzUlMNgRTcwyO0a4vI2m0e1HVMC0TH { display:none; }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #t7Ab8puUfurBKqMhJgwNoegfHBHFKAoR {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #ecq8eEm8m2MMrS5fkGnA1wJXWXwrHOcR {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #nZ5A9sdLip6WViPAF4dBOMF3TcD9yE3q { display:none; }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #rfyDVUTDxRGvNHH2phUgcfOu3fe1rWSC {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #a4WtPyUiLg3BibxEl3IpekQ0PPnm1SIH {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #kETuFaynHVi8tzZlBu3KnUS76SAaVUva { display:none; }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #TzXkCxWurFFmftPAmvxDk8W5VJzxmpls {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #e5nwxUNQNy2s9RLPndcNh2h56eVmwmU2 {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #JUuxpbcpSpCTTZ6GImPTAtKHTPplJXEU { display:none; }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #lzhMEB7vGZZRN5sKmPK8f4h16ziS0L8i {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #izFpUV8PNCqbpt3eTOt1khyzsCEq0p1x {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #Vc3Jsv3IiJV7UVWa6QxxGFgUxKS85MHd { display:none; }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #amLi028QdHzWAsKIDfXqVfWxs7TDcQGb {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #olXQrNmI1TTCQpXsPGcmEV33VF2HlbMn {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #K8MtTSTdoTZ6qD5ntncxnM2Ssn2Z5oEk { display:none; }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #PGIXOlRTMxeDWsEhd5Hv7V9yDVMfo5pe {  }
 }@media only screen and (max-width: 763px) { #RsDo3wWEknVzvLQ3poBUlpf0nPea249r { display:block; }
 }@media only screen and (max-width: 763px) { #cSZWZt49l3GEEyEgVRET0fQlOM2fFPRg { display:block; }
 }@media only screen and (max-width: 763px) { #OzrLaPyD9mVy4ztTSsKdnFZfNico4mpw { display:block; }
 }@media only screen and (max-width: 763px) { #N6gSOZ9WyoQfxn8gUwIEAta2TeCz9IXd { display:block; }
 }@media only screen and (max-width: 763px) { #HvcLwPPfrxdfz6CrEmOXg2ALaFp5VTEz { display:block; }
 }@media only screen and (max-width: 763px) { #mOrktEbqK7dy1zSLQsZu13PQU23QOMxG { display:block; }
 }@media only screen and (max-width: 763px) { #mQTcV89FNT4mtu95dX7u0D78cVnKEbkW { display:block; }
 }@media only screen and (max-width: 763px) { #oTxlLdELF7gCFWWIdikZ7mSuMvFJGwJT { display:block; }
 }@media only screen and (max-width: 763px) { #TqgolmIELPpWuLiiRHlwpoV478gtC8q4 { display:block; }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #JSronTc7tJw6xKTQU8DAM3bR9iRLmFaJ {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #L1SOQgnGyneiTQepF1TaRuepHd2r22i7 {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #XE5N7W9nRc4lJNOAZTHU1DSmv9cQFZcv {  }
 }@media only screen and (max-width: 763px) { #nPARNIliaDK42ocvvSZZ9HOZeQIuwtRo { display:block; }
 }@media only screen and (max-width: 763px) { #blghTGcrhvLGcaegIA7BWBlPzGvktdyi { display:block; }
 }@media only screen and (max-width: 763px) { #MiXopfhkh9XfiOHAWN6pnsl8rqeOhHpt { display:block; }
 }@media only screen and (max-width: 763px) { #KdfpSO9DlfSSi2ysR7dFDC3dQkw0qzsy { display:block; }
 }@media only screen and (max-width: 763px) { #CikPrskhMOCP9OM7dd9TmaFcM87lCEXy { display:block; }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #Qdgo18nrhpTkHsaQkB3s8tqEOZTO1ZkS {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #rG69J9MG4aO90PzALZ3Z1KWQLOct540J {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #c8feNIL9CgKBh8ENfUQESuuU6DpvIgZ0 {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #uyy9WQxW318TVMBBMyZAKQF8gAIFNOwX {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #sLFcZoVfA6VTvpCchSGBF4b4taQN9Hz2 {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #TOSP2s6xoWaRt4MeWNDLx3vECITkhqHL {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #v8Fa6tKq6O1TGCCEHthF4Z399LNwq5r9 {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #cIgppsrFw9t0awAmy9oUOnMKuLt049CH {  }
 }@media only screen and (max-width: 763px) { #q9gzVW49PxU6F07OPIZP485cBxbPcAhb { display:none; }#q9gzVW49PxU6F07OPIZP485cBxbPcAhb > .row .container { width:20rem;height:18.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wScoqgZndNvDwKVD9ww6L1765v3QCGbf { width:20rem;height:3.4375rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5gwDu78MtI3SLEugIaOTUs3zLIyJAsT { width:4.5625rem;height:1.31303125rem;top:6.5625rem;left:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rASdh7T2Z0zU1n0ley3LULhEbflA0IiL { width:4.5625rem;height:1.40625rem;top:8.0625rem;left:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGTa5bnO32vQFlbq7IMSWvKDnNg9SIaD { width:6.25rem;height:1.40625rem;top:8.0625rem;left:12.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F74Q9K120TaXtZT1vxCXnAqvA0yx3QMn { width:5.875rem;height:1.31303125rem;top:6.5625rem;left:12.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOXzoKZyTGvsrZrs3bmBXpUgMd1Tofmu { width:8.1875rem;height:1.40625rem;top:12.625rem;left:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XASm2oC0nBnWks03z7ltztgvIb8c6L43 { width:3.1875rem;height:1.31303125rem;top:11.125rem;left:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vv6rglgytmPb2cTHlD2XTRDNcHM5DQFW { width:3.75rem;height:1.40625rem;top:12.6875rem;left:12.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zmo94nRWVqcL4fcVRfwaFb0WSkOAcout { width:3.8125rem;height:1.31303125rem;top:11.1875rem;left:12.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3ImdlNCtd41R7R6kMfER5d9F73f9IbN { width:18.75rem;height:0;top:2.671875rem;left:0.625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #GVdC6koRRir7UUEcrW0Xdst4TKlW27rh { top:2.55078125rem;left:2.125rem;width:15.5625rem;height:1.46218125rem;z-index:15010;font-size:1.125rem;color:#ffffff;font-family:manrope;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SSf5Ue7Izhvf5plT79CAtwNTegd9aB8i { width:20rem;height:4.54426875rem;top:10.092230796814rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2MyfzQzEkUtF0A9Ehq2VcSl2p51wAb3 { display:block; }#Q2MyfzQzEkUtF0A9Ehq2VcSl2p51wAb3 > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SeWx8lrcreiVgCzquBgXzU41P18ck9DC { width:15.6875rem;height:1.7875rem;top:2.1875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSyvKEOk6SCu4RxWiDp36oAd4NGEiwpE { width:15.8125rem;height:0;top:58.875007152558rem;left:2.7492188215256rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KbrTVzsoaVq47Kdv6uSIGRIGKuBDNlDI { width:15.8123125rem;height:0;top:5.2246125rem;left:2.0625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KQ1zvg6WuDnQBni6VbvFiQixgbMtXfTz { display:block; }#KQ1zvg6WuDnQBni6VbvFiQixgbMtXfTz > .row .container { width:20rem;height:12.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qmgzQqgANqIU5TIEsVLQp5wSN3o6rJnc { width:18.8125rem;height:auto;top:6.9375rem;left:0.5625rem;font-size:0.9375rem;color:#161616;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #TO3Sc3V7PzCwoPGKIeEoeQXpFWbETR5c { width:10rem;height:1.21875rem;top:2.1312503814698rem;left:7.3125003576281rem;font-size:0.9375rem;color:#161616;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xgpDuF616hUMTWpTuFgORfa500DHHzo9 { width:3.625rem;height:2.35625rem;top:1.5625rem;left:0.75rem;font-size:1.8125rem;color:#0060ab;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qtmCsXcCDt34LtO7UDWtyiBIi1JGIOmy { width:7.3125rem;height:2.35625rem;top:5.26171875rem;left:0rem;font-size:1.8125rem;color:#0060ab;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tx6yxdAs0azmu3iqcmVBK3iRr0PdQ7L3 { width:11.625rem;height:1.21875rem;top:5.830078125rem;left:7.3125rem;font-size:0.9375rem;color:#161616;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NCffuFW6opc9HIdppXTw2koh6A7CyrLP { width:18.75rem;height:auto;top:6.5625rem;left:0.625rem;font-size:0.9375rem;color:#161616;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Sq4RJT42UTRyJ4tIbaMw46Je4Hukhvpc { width:9.0625rem;height:2.2753875rem;top:8.89218711853rem;left:0.75rem;font-size:1.75rem;color:#0060ab;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #L4wBISelvsPp1oHbDw27TCugtX7tJmRB { width:8.5625rem;height:1.21875rem;top:9.42031288147rem;left:6.4875000715256rem;font-size:0.9375rem;color:#161616;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZnvWMMyPJUBF3RPECr0F1tUdRtnWXaMP { width:18.8125rem;height:auto;top:6.9375rem;left:0.5625rem;font-size:0.9375rem;color:#161616;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #stHMfSdHg9bOQPqmXOeO0VoDIFaio0ry { display:block; }#stHMfSdHg9bOQPqmXOeO0VoDIFaio0ry > .row .container { width:20rem;height:68.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eD4dxymv6OzBCSFqRTG8M0GbJcMkHdFV { width:20rem;height:8.4rem;top:1.25rem;left:0rem;font-size:1.5rem;line-height:1.4;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E1kP11HwxCsM1rUNShpsb12ha2DuThca { width:20rem;height:13.125rem;top:10.921875rem;left:0rem;font-size:0.875rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TbuShoBrQb4hWhUkdBy2tMvoHTrk12vC { width:12.33325rem;height:2.27099375rem;top:24.613037109375rem;left:3.814697265625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLe4RXo73p43udmtJS3XiTlfQRQcFzGb { display:block; }
 }@media only screen and (max-width: 763px) { #deVio8xEGPHCnElAISePRMPENnFUOBaf { width:20rem;height:2.625rem;top:32.6875rem;left:0rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #CN3vS3HtyBUymgJZ76Fpez6v05B08Hpm { width:15.375rem;height:1.40625rem;top:30.3125rem;left:0rem;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #wwpxvvvGeIvJml2Uf2hWBE0Rfi7bMb4e { width:20rem;height:2.625rem;top:41.625rem;left:0rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #bUNKkagm1wLZ4dwhbJJJSfVb1GmRMcWM { width:15.375rem;height:1.40625rem;top:39.375rem;left:0rem;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Ws8hkQkDbnlEQZUT6RiD0khPvuQezXhW { width:15.375rem;height:1.40625rem;top:48.4375rem;left:0rem;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #xSHxk27gV2xXaOfoxAxhocS1BfCKTg46 { width:15.375rem;height:1.40625rem;top:59.125rem;left:0rem;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ibqnvPP6LSQtTwa7IW6had56Bx2kzCrq { width:2.8125rem;height:2.8125rem;top:27.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cb29L7mDnCkSii9vTOJBIh6JxGLmWVRJ { width:2.8125rem;height:2.8125rem;top:36.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvAqlBcRP4JhdZLR8edV1tIsFlTJo8O2 { width:2.8125rem;height:2.8125rem;top:45.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZkThZgcvz2F4OfpFeGS8hIJnQ42KWmg { width:2.625rem;height:2.625rem;top:55.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1U56yIs2fAhCOQ9FbiPBVH0O8PvkXgE { width:19.75rem;height:3.9375rem;top:50.5625rem;left:0rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #p13CB44FhI89y53IRfZUTwT7S2BxDK8N { width:19.9369375rem;height:5.25rem;top:61.5rem;left:0rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #khXil18mlf11F9k5gt2TkwvQcFkNT58f { display:block; }#khXil18mlf11F9k5gt2TkwvQcFkNT58f > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N0LlTy34vo1ByNrrN5yi5nRiLAu9wwQk { width:18.375rem;height:1.7875rem;top:1.75rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SrhXw3ktg7FCmyOfOreSZNMblvyalRcx { width:18.1875rem;height:4.21875rem;top:4.1875rem;left:0rem;font-size:0.9375rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #K6JPEIMvNhfloctCMnOSwRG17FVRF4BN { display:block; }#K6JPEIMvNhfloctCMnOSwRG17FVRF4BN > .row .container { width:20rem;height:33.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q9mgGh1WEz9v3Jmc35bmETWPzgONKo2o { width:10.125rem;height:2.625rem;top:2.4375rem;left:8.9999993443487rem;font-size:1.3125rem;color:#0060ab;text-align:right;text-align-last:right;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #UWRV8zfyAH5yJmk1z3vkUGOsIhS8XOnf { width:18.0625rem;height:3.9375rem;top:16.718750953674rem;left:0.96788197755812rem;font-size:0.875rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #ylcoLIdEneJpe1PZLNaDV2zIi9DNp4Bp { top:1.5625rem;left:-0.0625rem;width:20rem;height:9.0625rem;z-index:15001;background-color:transparent;background-image:none;border-top:0.0625rem solid #f5f5f5;border-left:0.0625rem solid #f5f5f5;border-right:0.0625rem solid #f5f5f5;border-bottom:0.0625rem solid #f5f5f5;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #deEx7e4Fetcz2ZV9vlq6WNCzEQbAgpFV { top:12.083984375rem;left:0rem;width:20rem;height:9.0625rem;z-index:15000;background-color:transparent;background-image:none;border-top:0.0625rem solid #f5f5f5;border-left:0.0625rem solid #f5f5f5;border-right:0.0625rem solid #f5f5f5;border-bottom:0.0625rem solid #f5f5f5;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJ693TdathOzIZVoo9BThvHdF0h3Usny { top:22.125rem;left:0rem;width:20rem;height:9.0625rem;z-index:14999;background-color:transparent;background-image:none;border-top:0.0625rem solid #f5f5f5;border-left:0.0625rem solid #f5f5f5;border-right:0.0625rem solid #f5f5f5;border-bottom:0.0625rem solid #f5f5f5;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #exarITFCqgz1kxi7gr94sIoPTxoOaDGf { width:17.8125rem;height:5.25rem;top:6.1805562973022rem;left:1.0928819775581rem;font-size:0.875rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #EciThTtHIbvw1VGKS6DQ8pD03bZSNdDT { width:10.6875rem;height:2.625rem;top:13rem;left:8.6874993443487rem;font-size:1.3125rem;color:#0060ab;text-align:right;text-align-last:right;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #rICfx6JBM63HAn9xyKZugTP4sThvRqXm { width:17.625rem;height:5.25rem;top:26.125rem;left:1.1875rem;font-size:0.875rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #lNJMHZxVTzQuEJtNBw4Bgv4kZ7hsf6wS { width:10rem;height:2.625rem;top:23.134546279908rem;left:9.3749993443487rem;font-size:1.3125rem;color:#0060ab;line-height:1;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #laTzi7aRIoz1xyDp3Cw0aLSFerqtwfVi { width:5.25rem;height:2.875rem;top:12.875000953674rem;left:0.96788197755812rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQuMtV9ke8y4bsKsumddLguJATGDXMOO { width:5.8125rem;height:1.5rem;top:3rem;left:0.96788197755812rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSFtsBiscM1cPmTs9xARl6woxvXqkFT0 { width:6.875rem;height:2.4375rem;top:23.134561538696rem;left:1.2491319775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZLfHvGxdbDD7xJEO4dTlbh5Ts81p0AQ { display:block; }#EZLfHvGxdbDD7xJEO4dTlbh5Ts81p0AQ > .row .container { width:20rem;height:24.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zlprJknkbBGaiPdoz1G7Q5b5i0w7FQ2Z { width:20rem;height:3.575rem;top:1.5rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zrlf0nRNxuulOeFAM8icp6UcopT7NlO7 { width:20rem;height:7.03125rem;top:6.1875rem;left:0rem;font-size:0.9375rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #eUKAETea5mzDNN0KiVsArzb7KT1VQems { width:9.375rem;height:4.0625rem;top:13.636285305023rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKWtdQbrEXaKVvVQx0TT14DVooPWCQl6 { width:9.375rem;height:4.0625rem;top:18.562499523163rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0Glk9Bqbzzb6G3oOXcBG5NdzAfBpQnK { width:9.375rem;height:4.0625rem;top:18.562499523163rem;left:10.624132454395rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iz10pqKR58B3SBF2JuOOFsCLd6OIcnqr { width:9.375rem;height:4.0625rem;top:13.636285305023rem;left:10.624132454395rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vxoadhn38fvoK30odwPmPThCILIGIJzE { width:12.8125rem;height:4.0625rem;top:23.6875rem;left:3.625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #TZghtPHvhS2sW4ZO1G3QnQUoSP2UqR4e { width:8.374rem;height:2.99926875rem;top:13.807373046875rem;left:0.499267578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5eA4Ps8iogCduSJT8ofTIgZd4XvFPuu { width:8.187125rem;height:3.125rem;top:14.104225679301rem;left:11.217151224613rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSVNSxIB27UQzSslevEUBVg6U0b61HP9 { width:8.2483125rem;height:3.93676875rem;top:18.624267578125rem;left:0.562744140625rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/f224b894-e672-4fae-b6f0-f441d36a1dfb/ALSLIFESCIENCES.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:none; }#FSVNSxIB27UQzSslevEUBVg6U0b61HP9.adaptive-delivery-prevent-bg, #FSVNSxIB27UQzSslevEUBVg6U0b61HP9.lazyload, #FSVNSxIB27UQzSslevEUBVg6U0b61HP9.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #IKNBgQus4rsTW6khXBn1LgGusgizt635 { width:7.562125rem;height:3.68696875rem;top:18.993251800537rem;left:11.529651224613rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/b1c1aef9-b86b-4458-8b0b-3f64f9e8079e/INDECOSMETICS.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#IKNBgQus4rsTW6khXBn1LgGusgizt635.adaptive-delivery-prevent-bg, #IKNBgQus4rsTW6khXBn1LgGusgizt635.lazyload, #IKNBgQus4rsTW6khXBn1LgGusgizt635.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #V1clEeI5rSEf6rxoEfsLoLfd8rhP3iAy { width:10.9375rem;height:4.24926875rem;top:23.375rem;left:4.5625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #mUJS1Ca871QRJaAAdTrQSEsUx1rdshZ8 { width:9.0625rem;height:2.436525rem;top:19.375rem;left:0.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdLr9JauD2wbI4hLEnUxHlvkcPgtspsX { display:block; }#zdLr9JauD2wbI4hLEnUxHlvkcPgtspsX > .row .container { width:20rem;height:51.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zFWzZ8vvrgKhmcawhPHDboycXC1pfBoX { width:20rem;height:5.3625rem;top:3.624267578125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRTMsqWmHq8MMFkfnmggarzlzMtCJEDK { width:9.25rem;height:1.31303125rem;top:1.1250076293945rem;left:0rem;font-size:0.875rem;color:#9b9b9b;display:block; }
 }@media only screen and (max-width: 763px) { #owAGnvaJCZr3vJKCd94RpyPT3W8KlRFe { width:20rem;height:8.4375rem;top:9.625rem;left:0rem;font-size:0.9375rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #zTRHfnaTKeObE6alZ96TNOoKxlRSQIfJ { width:19.875rem;height:3.4375rem;top:23.5625rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #HJrUi5i8vxQZTz6IGWVVuUeAwEeHfy4R { width:2.436525rem;height:2.436525rem;top:24.125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSFO332NIvFB3BkDau29BLJUhENlyWQM { width:15.5625rem;height:2.275rem;top:24.1875rem;left:4.0625rem;font-size:0.875rem;color:#161616;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #hTfryJTwTo50etJoQQWFMTqszrPV42pL { width:20rem;height:3.625rem;top:27.9375rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #cTvR7KTB9xDrPzxC7IeQBaklnzHft2UG { width:15.8125rem;height:2.625rem;top:28.3125rem;left:4.3125rem;font-size:0.875rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #icM3cNVNKngcK4kR687Tmkne6q6wTU0q { width:19.875rem;height:3.4375rem;top:32.6875rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #WqFvKWTZIeMMfkU8iw3NuAPDJJiO59WL { width:13.6875rem;height:2.625rem;top:33.1875rem;left:4.125rem;font-size:0.875rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #qTVKC9QxZRMCQrh27ZkxPU7U3XhMJvNS { width:19.9375rem;height:4.125rem;top:37.1875rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #EGKXvxltMy9o2I9RIPlbk3WgM9K27ZQK { width:19.875rem;height:3.4375rem;top:42.25rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Z0sfT0V45KroZptvrkL9VXTQBdQHGdRr { width:16.0618125rem;height:3.4125rem;top:37.625rem;left:3.9375rem;font-size:0.875rem;color:#161616;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #GyLIq4U5MRkg6atA1Z9B6Xgkf5hL8xo6 { width:15.999625rem;height:2.625rem;top:42.6875rem;left:4rem;font-size:0.875rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #NTHFxyKq68XEGKU8Aa9zIb0n3ESPT7Kc { display:flex;width:2.1875rem;height:2.1875rem;top:38.25rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #yGSIP3pKZmrTMUrcemRMg0Dv5qq1rMtE { display:flex;width:2.3120125rem;height:2.3120125rem;top:28.6875rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #ibeRDkzLXZTaUQLHp2sMLcTStTX9iFkf { display:flex;width:2.1875rem;height:2.1875rem;top:33.375rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #TokXyqSPVkUuFL1ShTMWGwTrUa0r3Sav { width:20rem;height:2.8125rem;top:19.25rem;left:0rem;font-size:0.9375rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #sBdqnBkn7fIDnhaPr0ABnnf7il7XAgGL { width:20.125rem;height:3.625rem;top:46.875rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #bmTxrTAnB2xRgq4R1PLemaE1n5MWgq7H { width:15.9375rem;height:2.625rem;top:47.5rem;left:4.0625rem;font-size:0.875rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #tXTvlxagBRuxdvAayPhVTzp782uox7KL { display:flex;width:2.5rem;height:2.5rem;top:47.5rem;left:0.75rem; }
 }@media only screen and (max-width: 763px) { #UQO5SAKitP12O3yUULf8BL56M25gtH3W { display:flex;width:2.375rem;height:2.375rem;top:42.875rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #C3BFiveVQpBCkzEAt19vWg8D42rMIGr9 { background-color:#0060ab;background-image:url("https://images.assets-landingi.com/uc/0cc73ac2-1eda-4002-8f24-65471d39cb5c/container.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#C3BFiveVQpBCkzEAt19vWg8D42rMIGr9.adaptive-delivery-prevent-bg, #C3BFiveVQpBCkzEAt19vWg8D42rMIGr9.lazyload, #C3BFiveVQpBCkzEAt19vWg8D42rMIGr9.lazyloading { background-image: none; }#C3BFiveVQpBCkzEAt19vWg8D42rMIGr9 > .row .container { background-color: transparent; background-image: none; }#C3BFiveVQpBCkzEAt19vWg8D42rMIGr9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C3BFiveVQpBCkzEAt19vWg8D42rMIGr9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C3BFiveVQpBCkzEAt19vWg8D42rMIGr9 > .row .container > .video-iframe-container { display: none; }#C3BFiveVQpBCkzEAt19vWg8D42rMIGr9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C3BFiveVQpBCkzEAt19vWg8D42rMIGr9 > .row > .video-iframe-container { display: none; }#C3BFiveVQpBCkzEAt19vWg8D42rMIGr9 > .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); }#C3BFiveVQpBCkzEAt19vWg8D42rMIGr9 > .row .container { width:20rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r9Mzpcq0D1o4ykCuJuN7cW6wWmXWQbVt { width:20rem;height:3.575rem;top:4.494140625rem;left:0rem;font-size:1.375rem;line-height:1.3;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r5Xd46niXtETR2eaZOuKVUVePIh0GNa9 { top:0rem;left:0rem;width:12rem;height:2.1875rem;z-index:15009;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f1102877-a877-49ee-897b-7c8480f0b23e/pattern1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#r5Xd46niXtETR2eaZOuKVUVePIh0GNa9.adaptive-delivery-prevent-bg, #r5Xd46niXtETR2eaZOuKVUVePIh0GNa9.lazyload, #r5Xd46niXtETR2eaZOuKVUVePIh0GNa9.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #XypyxpcgJZZ0OzcevpT937lmLJfoBuMe { top:10.125rem;left:7.6875rem;width:12.3125rem;height:2.375rem;z-index:15010;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ba91a520-85e3-4fe0-9394-0ab9449dc394/pattern.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#XypyxpcgJZZ0OzcevpT937lmLJfoBuMe.adaptive-delivery-prevent-bg, #XypyxpcgJZZ0OzcevpT937lmLJfoBuMe.lazyload, #XypyxpcgJZZ0OzcevpT937lmLJfoBuMe.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #FgFh8Vm84Qfc3gakvA0JXsEm4ilwpoZ2 { display:block; }#FgFh8Vm84Qfc3gakvA0JXsEm4ilwpoZ2 > .row .container { width:20rem;height:49.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zWfGiFHCZZxvJTW9dtsT7ZVko1rznDQz { width:20rem;height:3.575rem;top:3.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BidLl4iklG1V5ZDJSb9ckZ2mTy5kCQ3y { width:12.0625rem;height:1.31303125rem;top:0.9375rem;left:0rem;font-size:0.875rem;color:#9b9b9b;display:block; }
 }@media only screen and (max-width: 763px) { #T0QbWGLwUmt94FEgEdWTfnv1TBmJcSXx { width:20rem;height:7.03125rem;top:7.8125rem;left:0rem;font-size:0.9375rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #cFVe7x2OVfZMnFEnVFSr5ByhsA4LmdtD { width:19.96875rem;height:2.717775rem;top:45.435791015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cK1N08f1N1kzUAhU1b3q5Q7TtC3fyzdH { display:block; }
 }@media only screen and (max-width: 763px) { #vFQoX4DKh72owKq4zMlQ3VN5y1FNGhBt { width:20rem;height:6.25rem;top:15.6875rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/a862fe13-51f1-4f77-af34-feaead02c983/img1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#vFQoX4DKh72owKq4zMlQ3VN5y1FNGhBt.adaptive-delivery-prevent-bg, #vFQoX4DKh72owKq4zMlQ3VN5y1FNGhBt.lazyload, #vFQoX4DKh72owKq4zMlQ3VN5y1FNGhBt.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Dmek4sPMgZ228tPL1TClByyPITxGViww { width:20rem;height:5.625rem;top:23.1875rem;left:0rem;font-size:0.9375rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #r3FvspIDTHF2PA79MTzcX1MBQwh5OkXr { width:20rem;height:6.25rem;top:30.9375rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELTkMHaM2BKtnEt7VKnupFgOVVggz5da { width:20rem;height:5.625rem;top:38.4375rem;left:0rem;font-size:0.9375rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #dpBT48zryeXV9eMyGNN5RDuT9V0Dgy4X { display:block; }#dpBT48zryeXV9eMyGNN5RDuT9V0Dgy4X > .row .container { width:20rem;height:47.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TvxRPIsQnBvqrugTrKdDWmUmoIuV27pH { width:20rem;height:5.3625rem;top:13.9375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oo36mxfmTV8Dx9Vnz7AJogwM2wa7XcW4 { width:20rem;height:4.21875rem;top:20.1875rem;left:0rem;font-size:0.9375rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #QCMkILoroQHGl5FhTZ4XosW1qhi81U4V { width:19.7941875rem;height:2.54443125rem;top:45rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBorqyhAdTcsuRALpPuqGI0lCI8Oficb { display:block; }
 }@media only screen and (max-width: 763px) { #QSpL7JphkMgz3m6aeB3DAxswpl7UAbFE { width:20rem;height:18.625rem;top:25.125rem;left:0rem;font-size:0.9375rem;color:#161616;display:block; }#QSpL7JphkMgz3m6aeB3DAxswpl7UAbFE li:before{  }
 }@media only screen and (max-width: 763px) { #Cbs5OvilVfI5ZJEw8TfTCnitTZ1FTFvK { width:20rem;height:12.4375rem;top:0rem;left:-0.49031275971131rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b0693f3d-019e-49fb-b731-cac05584252c/Sergioiglesiasphoto_Skillers_Shooting_UAX_20217758.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Cbs5OvilVfI5ZJEw8TfTCnitTZ1FTFvK.adaptive-delivery-prevent-bg, #Cbs5OvilVfI5ZJEw8TfTCnitTZ1FTFvK.lazyload, #Cbs5OvilVfI5ZJEw8TfTCnitTZ1FTFvK.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #N3mpMUm42FGHv4ptFHvXzQWq9JKOTM8B { display:block; }#N3mpMUm42FGHv4ptFHvXzQWq9JKOTM8B > .row .container { width:20rem;height:38.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BLVfxRBI0WODseL9yMBT0i3fMGsgTqS2 { width:20rem;height:3.9rem;top:15.6875rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JVaVLrEqehiZDgedhVOGcLJ1rE6GJ4Mo { width:20rem;height:12.1875rem;top:20.875rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LMXWh2o2bi5uTu6NawgqNvm69yQInJEz { width:20rem;height:13.321625rem;top:0.87497901916506rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhDEBdt18LQ8PIymS67XDuHrKEEmNkZ1 { width:20rem;height:2.625rem;top:34.306640625rem;left:-0.06298828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #asOdQguqRk7R92Es98ugPhs5Q70eFQ7o { display:block; }
 }@media only screen and (max-width: 763px) { #JxfR36FwfqwGMZQfy1eMOIEUCiSMT2kc { display:block; }#JxfR36FwfqwGMZQfy1eMOIEUCiSMT2kc > .row .container { width:20rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CKUkwDCOUGlcqzvsQKtH39CrX4VfgLlz { width:17.24975rem;height:3.09375rem;top:6.748046875rem;left:1.373291015625rem;font-size:0.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #zhQKTLprrHM0mvxIqE9FJ3ikVuS0ye6r { width:10.9375rem;height:5.1875rem;top:7.84375rem;left:4.53125rem;z-index:15003;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #SUlDtpkEdqRzFnlIiDcWhGu91RON859M { width:10.3125rem;height:3.81225625rem;top:2.1875rem;left:0.560302734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHHNwTVpOTJL1bul3DOGhMhbMV4tUn6p { display:none; }#QHHNwTVpOTJL1bul3DOGhMhbMV4tUn6p > .row .container { width:20rem;height:35.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hNCn30ObK11qT9yreOl1VyBCgs3eGDXT { width:10.9375rem;height:1.9504625rem;top:1.312255859375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TCVeTHcyrQtAOZKk5f7290Z4P251BxXM { width:20rem;height:26.1875rem;top:4.375rem;left:0rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #RNzvN1LGx7SlDhVCfmvggKuGh5rLNML0 { width:19.8748125rem;height:1.724075rem;top:5.5593032836914rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #VvuRtfunl5UOJutWfm9HsHLLRf59vBfE { width:20rem;height:4.54900625rem;top:8.5617895126344rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hTEKJlgCSTSBLLfxlSzQF0LKuSA4z2ii { width:20rem;height:14.287125rem;top:14.624465942382rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #lSonULuv5ok0riFSA1F4vnocS4F1CoaO { width:19.743426125rem;height:2.493788625rem;top:31.998401641846rem;left:0rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #LPLfioeB1hhlX6AVTwZg2Cb5eP3qZDBr { display:block; }
 }@media only screen and (max-width: 763px) { #VBvuTmzJOCqyOE1nGMWo54B05JvqknkT { display:none; }#VBvuTmzJOCqyOE1nGMWo54B05JvqknkT > .row .container { width:20rem;height:67.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hDV4T8anVW29CtoxrPRnhot3GAgw0FGT { width:10.9375rem;height:1.9494625rem;top:1.312255859375rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gl2POuOymaBEvEruDUdx7ebxmQHGrvkH { width:20rem;height:30.9375rem;top:4.3125rem;left:0rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #rTJfO3PVLiUK2pv1n4yT0BmaLmobuy4m { width:18.875rem;height:3.44921875rem;top:5.8125rem;left:1.125rem;font-size:1.4375rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #sBZyKrXTJVMrXLnTsg7RSH4Spb7c4vUT { width:17.1875rem;height:3.41064375rem;top:10rem;left:0.9990234375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hoGtvff7O6UNZx16oWVWXVnSpnk5uNRc { width:18.2495rem;height:19.004875rem;top:14.4375rem;left:0.875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OEmPp21Kh1UMUNizZlEhRFuqPErqWtQi { width:18.6875rem;height:1.8684875rem;top:37.875rem;left:0.875rem;font-size:1.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oDy5d0VgB9ryWRc4iOpUDpTo2eJfR3qT { width:18.3125rem;height:4.547525rem;top:40.4375rem;left:0.875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pGd3oA8vTqMNELk9ilsJDh1pKQJ0ZcWC { width:17.8125rem;height:19.004875rem;top:46.125rem;left:1.125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kPf5V3htPBddn74QVTX0OZW7fiIhC5dN { width:20rem;height:29.75rem;top:36.375rem;left:0rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #UlIHQwyknIdr9tmzH2EpOkQRk5TqrWt0 { background-color:#222222;background-image:none;display:none; }#UlIHQwyknIdr9tmzH2EpOkQRk5TqrWt0 > .row .container { width:20rem;height:12.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Xbf2A6pGHzvI5yf9Hne5vlCAr4XTTSe5 { width:13.25rem;height:4.125rem;top:1.3411445617676rem;left:3.9680991768837rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dru3LOyvr9qtbD5kkLK8X3p7oZrXgova { width:0.125rem;height:1.875rem;top:1.25rem;left:9.9375rem;z-index:15018;display:none; }
 }@media only screen and (max-width: 763px) { #kId6EU5fzPPE665BBehyI6dJcmw7zO9V { width:20rem;height:5.27831875rem;top:6.2141914367676rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqtimVM38TOvM23FAc4Zkwwk5s0LwNGb { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;background-color:transparent;background-image:none;display:block; }#kqtimVM38TOvM23FAc4Zkwwk5s0LwNGb > .row .container { background-color: transparent; background-image: none; }#kqtimVM38TOvM23FAc4Zkwwk5s0LwNGb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kqtimVM38TOvM23FAc4Zkwwk5s0LwNGb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kqtimVM38TOvM23FAc4Zkwwk5s0LwNGb > .row .container > .video-iframe-container { display: none; }#kqtimVM38TOvM23FAc4Zkwwk5s0LwNGb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kqtimVM38TOvM23FAc4Zkwwk5s0LwNGb > .row > .video-iframe-container { display: none; }#kqtimVM38TOvM23FAc4Zkwwk5s0LwNGb > .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); }#kqtimVM38TOvM23FAc4Zkwwk5s0LwNGb > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L84VSDol9Gwf2xnmnUxTwd14dqq0q1LP { top:0.6853675842285rem;left:0rem;width:19.87571025rem;height:3.62571025rem;z-index:15000;background-color:#0060ab;background-image:none;font-weight:700;font-style:normal;font-size:1.125rem;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;color:#ffffff;border-top:0;border-left:0;border-right:0;border-bottom:0;font-family:manrope;display:block; }
 }@media only screen and (max-width: 763px) { #BZyaq8pnRNASXeetGhQ6Ddy5rC6rrXz3 { display:block; }
 }