.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/af251958-cbce-4734-ac6a-91e1a4c73e85/blurhospital.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IPdtBtuSd13ETvPvb5Nfyq4pCwd1Ws28 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#IPdtBtuSd13ETvPvb5Nfyq4pCwd1Ws28 > .row .container { background-color: transparent; background-image: none; }#IPdtBtuSd13ETvPvb5Nfyq4pCwd1Ws28::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IPdtBtuSd13ETvPvb5Nfyq4pCwd1Ws28 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IPdtBtuSd13ETvPvb5Nfyq4pCwd1Ws28 > .row .container > .video-iframe-container { display: none; }#IPdtBtuSd13ETvPvb5Nfyq4pCwd1Ws28 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IPdtBtuSd13ETvPvb5Nfyq4pCwd1Ws28 > .row > .video-iframe-container { display: none; }#IPdtBtuSd13ETvPvb5Nfyq4pCwd1Ws28 > .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); }#IPdtBtuSd13ETvPvb5Nfyq4pCwd1Ws28 > .row .container { border-width: 0; border-radius: 0; }#IPdtBtuSd13ETvPvb5Nfyq4pCwd1Ws28 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IPdtBtuSd13ETvPvb5Nfyq4pCwd1Ws28 > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#Lag8EXSBU1DLwuZcQMXWI37zmvb1mfnR { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ff6b6b, #ffd35c);background-image: -moz-linear-gradient(90deg, #ff6b6b, #ffd35c);background-image: -ms-linear-gradient(90deg, #ff6b6b, #ffd35c);background-image: -o-linear-gradient(90deg, #ff6b6b, #ffd35c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6b6b', endColorstr='#ffd35c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6b6b', endColorstr='#ffd35c' );";background-image: linear-gradient(90deg, #ff6b6b, #ffd35c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#005b5c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.4375rem;text-decoration:none;z-index:15042;text-align:center;text-align-last:center;top:1.40625rem;left:59.4375rem;display:block; }
#wCc79vLTiU3eSM8i7Sr2Ce1gbKQEcZpG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uOyKOkctzfQUEqQDmTvOIzFx2Bf5g0pi { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:10.1875rem;top:0.9375rem;left:0.625rem;overflow:hidden;display:block; }
#rXBHs8vMHEI8wGRhlFT5pkvyk0SefvQ7 { color:#ffffff;display:block;width:8.75rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:15017;line-height:1.1;letter-spacing:0;top:2.5625rem;left:26.4375rem;height:1.16796875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#oH2Ps82lvaDRqZdT7OR8PqwKL3C4Jv0T { color:#ffffff;display:block;width:8.75rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:15018;line-height:1.1;letter-spacing:0;top:2.5625rem;left:35.1875rem;height:1.16796875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lLuP1MehyUgWil9btuEEtLOwIuqmhNEy { color:#ffffff;display:block;width:4.5625rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:2.5625rem;left:52.6875rem;height:1.16796875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gfgWpSAJAukaGLKDOpcbznHk8Zuizzb0 { color:#ffffff;display:block;width:7.1875rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:15018;line-height:1.1;letter-spacing:0;top:2.5625rem;left:19.3125rem;height:1.16796875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UD68NvbQ1Fbwph16s0I8S7XamT4kf4lO { color:#ffffff;display:block;width:8.75rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:15019;line-height:1.1;letter-spacing:0;top:2.541015625rem;left:43.9375rem;height:1.16796875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gSO7XAMI17mwmpTGKxIsOXbHo7rhyXEE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ebd5cf;background-image:url("https://images.assets-landingi.com/uc/cb47dc59-8cc1-4d09-a108-9f656ffeb2b7/CAPADESKTOP.png");background-position:top 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; }#gSO7XAMI17mwmpTGKxIsOXbHo7rhyXEE.adaptive-delivery-prevent-bg, #gSO7XAMI17mwmpTGKxIsOXbHo7rhyXEE.lazyload, #gSO7XAMI17mwmpTGKxIsOXbHo7rhyXEE.lazyloading { background-image: none; }#gSO7XAMI17mwmpTGKxIsOXbHo7rhyXEE > .row .container { background-color: transparent; background-image: none; }#gSO7XAMI17mwmpTGKxIsOXbHo7rhyXEE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gSO7XAMI17mwmpTGKxIsOXbHo7rhyXEE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gSO7XAMI17mwmpTGKxIsOXbHo7rhyXEE > .row .container > .video-iframe-container { display: none; }#gSO7XAMI17mwmpTGKxIsOXbHo7rhyXEE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gSO7XAMI17mwmpTGKxIsOXbHo7rhyXEE > .row > .video-iframe-container { display: none; }#gSO7XAMI17mwmpTGKxIsOXbHo7rhyXEE > .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); }#gSO7XAMI17mwmpTGKxIsOXbHo7rhyXEE > .row .container { border-width: 0; border-radius: 0; }#gSO7XAMI17mwmpTGKxIsOXbHo7rhyXEE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gSO7XAMI17mwmpTGKxIsOXbHo7rhyXEE > .row .container { font-size:0.875rem;font-family:arial;height:50rem;width:75rem;position:relative;display:block; }#bDOtDsI6i2aW88lDJxovP5S8Eo3hcAZO { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #4daf50, #4a8b13);background-image: -moz-linear-gradient(180deg, #4daf50, #4a8b13);background-image: -ms-linear-gradient(180deg, #4daf50, #4a8b13);background-image: -o-linear-gradient(180deg, #4daf50, #4a8b13);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4daf50', endColorstr='#4a8b13' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4daf50', endColorstr='#4a8b13' );";background-image: linear-gradient(180deg, #4daf50, #4a8b13);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.25rem;height:4rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:37.0625rem;left:0rem;display:none; }
#DOU7rTRUsm7XyLLqOeTxXwmbRNDcImDt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TJPNaotpPzMH6Idr73UBCeivp65EZ9KQ { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ff6b6b, #ffd35c);background-image: -moz-linear-gradient(90deg, #ff6b6b, #ffd35c);background-image: -ms-linear-gradient(90deg, #ff6b6b, #ffd35c);background-image: -o-linear-gradient(90deg, #ff6b6b, #ffd35c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6b6b', endColorstr='#ffd35c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6b6b', endColorstr='#ffd35c' );";background-image: linear-gradient(90deg, #ff6b6b, #ffd35c);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: 0.125rem 0.125rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#005b5c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:3.75rem;text-decoration:none;z-index:15041;text-align:center;text-align-last:center;top:39.5rem;left:2.5625rem;display:block; }
#RAz7aCyVRM8QEhv3fmZI6C1zRxlqZknw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uKOGiDLMU8C4Wf5kUvrcR2b9f1xHSMvd { color:#000000;display:block;width:33.75rem;position:absolute;font-family:aboreto;font-size:4.75rem;font-weight:400;z-index:15012;line-height:1.1;letter-spacing:0;top:7.08984375rem;left:0rem;height:15.6738125rem;text-align:left;text-align-last:left;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:none; }
#iaql9wcW2i2Fbs1lX9aqWxXnrcmxWEDC { color:#000000;display:block;width:32.6875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.7;letter-spacing:0;top:23.25rem;left:2.5625rem;height:13.38476875rem;text-align:left;text-align-last:left;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; }
#d4SnRtRRT4uIFWzdg1vAkyWcMnfR0pFX { display:block;width:33.5rem;position:absolute;font-family:"josefin sans";font-size:3rem;font-weight:700;z-index:15008;line-height:1.3;top:11.125rem;left:2.5625rem;background-color:transparent;background-image:none;height:11.698225rem;color:#ffffff;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IocLLTpOROEh8H1THmSDmpI8vcI4HGWh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#333333;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; }#IocLLTpOROEh8H1THmSDmpI8vcI4HGWh > .row .container { background-color: transparent; background-image: none; }#IocLLTpOROEh8H1THmSDmpI8vcI4HGWh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IocLLTpOROEh8H1THmSDmpI8vcI4HGWh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IocLLTpOROEh8H1THmSDmpI8vcI4HGWh > .row .container > .video-iframe-container { display: none; }#IocLLTpOROEh8H1THmSDmpI8vcI4HGWh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IocLLTpOROEh8H1THmSDmpI8vcI4HGWh > .row > .video-iframe-container { display: none; }#IocLLTpOROEh8H1THmSDmpI8vcI4HGWh > .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); }#IocLLTpOROEh8H1THmSDmpI8vcI4HGWh > .row .container { border-width: 0; border-radius: 0; }#IocLLTpOROEh8H1THmSDmpI8vcI4HGWh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IocLLTpOROEh8H1THmSDmpI8vcI4HGWh > .row .container { font-size:0.875rem;font-family:arial;height:0.4375rem;width:75rem;position:relative;display:block; }#CaXDuZBIPcpUfERXUrPlFD5vnWzuTolg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #126d62, #3db39e);background-image: -moz-linear-gradient(90deg, #126d62, #3db39e);background-image: -ms-linear-gradient(90deg, #126d62, #3db39e);background-image: -o-linear-gradient(90deg, #126d62, #3db39e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#126d62', endColorstr='#3db39e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#126d62', endColorstr='#3db39e' );";background-image: linear-gradient(90deg, #126d62, #3db39e);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; }#CaXDuZBIPcpUfERXUrPlFD5vnWzuTolg > .row .container { background-color: transparent; background-image: none; }#CaXDuZBIPcpUfERXUrPlFD5vnWzuTolg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CaXDuZBIPcpUfERXUrPlFD5vnWzuTolg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CaXDuZBIPcpUfERXUrPlFD5vnWzuTolg > .row .container > .video-iframe-container { display: none; }#CaXDuZBIPcpUfERXUrPlFD5vnWzuTolg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CaXDuZBIPcpUfERXUrPlFD5vnWzuTolg > .row > .video-iframe-container { display: none; }#CaXDuZBIPcpUfERXUrPlFD5vnWzuTolg > .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); }#CaXDuZBIPcpUfERXUrPlFD5vnWzuTolg > .row .container { border-width: 0; border-radius: 0; }#CaXDuZBIPcpUfERXUrPlFD5vnWzuTolg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CaXDuZBIPcpUfERXUrPlFD5vnWzuTolg > .row .container { font-size:0.875rem;font-family:arial;height:34.6875rem;width:75rem;position:relative;display:block; }#WXkzc9g8uEaDsMPFfh7d2RsnxmKorfd1 { 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:2.1875rem;width:19.375rem;display:none; }
#Mvams4M9I0FWoKS333ycJ50bPta5p4bC { 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:34.0625rem;width:49.9375rem;display:none; }
#wRxyQD56H04AGyS02TQlhcVN69GSsoTK { color:#232323;display:block;width:75rem;position:absolute;font-family:"josefin sans";font-size:2.625rem;font-weight:400;z-index:15011;line-height:1.2;letter-spacing:0;top:5.25rem;left:0rem;height:3.2119125rem;font-style:normal;text-align:center;text-align-last:center;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; }
#BLG5P1EAi1Ln8kW4p6bL8OJqI9vHg2Cl { box-sizing:content-box;height:9.75rem;width:14.375rem;position:absolute;display:block;z-index:14994;background-color:#ffffff;background-image:none;top:10.1875rem;left:0rem;border-top:0.0625rem solid #1b9c85;border-left:0.0625rem solid #1b9c85;border-right:0.0625rem solid #1b9c85;border-bottom:0.0625rem solid #1b9c85;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#MgNZabFLQmeQu4XusSy2tusaR4ue19Tu { box-sizing:content-box;height:9.75rem;width:14.375rem;position:absolute;display:block;z-index:14995;background-color:#ffffff;background-image:none;top:10.1875rem;left:15.125rem;border-top:0.0625rem solid #1b9c85;border-left:0.0625rem solid #1b9c85;border-right:0.0625rem solid #1b9c85;border-bottom:0.0625rem solid #1b9c85;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#KKiaQ5noNFVKzmd7BErNgVReGOQ9TgBg { box-sizing:content-box;height:9.75rem;width:14.375rem;position:absolute;display:block;z-index:14996;background-color:#ffffff;background-image:none;top:10.1875rem;left:30.25rem;border-top:0.0625rem solid #1b9c85;border-left:0.0625rem solid #1b9c85;border-right:0.0625rem solid #1b9c85;border-bottom:0.0625rem solid #1b9c85;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#czaFyCpZ1le8EoIdtTHpFroTHBUy0i7F { box-sizing:content-box;height:9.75rem;width:14.375rem;position:absolute;display:block;z-index:14997;background-color:#ffffff;background-image:none;top:10.1875rem;left:60.5rem;border-top:0.0625rem solid #1b9c85;border-left:0.0625rem solid #1b9c85;border-right:0.0625rem solid #1b9c85;border-bottom:0.0625rem solid #1b9c85;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#pt08118sJed7u5Hgd3nbHoOsrPv1kKFg { box-sizing:content-box;height:9.75rem;width:14.375rem;position:absolute;display:block;z-index:14996;background-color:#ffffff;background-image:none;top:10.1875rem;left:45.375rem;border-top:0.0625rem solid #1b9c85;border-left:0.0625rem solid #1b9c85;border-right:0.0625rem solid #1b9c85;border-bottom:0.0625rem solid #1b9c85;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#EGuiBwhBx52uybbnmtFp9HgryRIRfUHe { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ff6b6b, #ffd35c);background-image: -moz-linear-gradient(90deg, #ff6b6b, #ffd35c);background-image: -ms-linear-gradient(90deg, #ff6b6b, #ffd35c);background-image: -o-linear-gradient(90deg, #ff6b6b, #ffd35c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6b6b', endColorstr='#ffd35c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6b6b', endColorstr='#ffd35c' );";background-image: linear-gradient(90deg, #ff6b6b, #ffd35c);background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.64) ;box-sizing:border-box;color:#005b5c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:3.75rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:26.625rem;left:27.5rem;display:block; }
#ihDT11AJsaNsVHzrye0ZdqKxOB2RFEpm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#koZ6SUJ7kDWSUmiUQMhLpbzQTAHiUTkx { color:#232323;display:block;width:13.1875rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15072;line-height:1.5;letter-spacing:0;top:14.75rem;left:0.65625rem;height:4.21875rem;font-style:normal;text-align:center;text-align-last:center;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; }
#aqTiz3I5DvhF81Wg5SFwBGmT7OrDymtI { color:#232323;display:block;width:12.25rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15073;line-height:1.5;letter-spacing:0;top:14.75rem;left:16.25rem;height:4.21875rem;font-style:normal;text-align:center;text-align-last:center;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; }
#Z3S9CNdrEV2XsyFtVq4UGQFZxJDCVTec { color:#232323;display:block;width:12.1875rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15074;line-height:1.5;letter-spacing:0;top:14.75rem;left:31.40625rem;height:4.21875rem;font-style:normal;text-align:center;text-align-last:center;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; }
#WTCvvnFfcSkD2BCl6hrAx9ozoe2bTpdv { color:#232323;display:block;width:12.1875rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15075;line-height:1.5;letter-spacing:0;top:14.75rem;left:46.53125rem;height:4.21875rem;font-style:normal;text-align:center;text-align-last:center;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; }
#chVFab8ByHxpxk3pQciHwpSyCcKvTWF2 { color:#232323;display:block;width:12.1875rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15076;line-height:1.5;letter-spacing:0;top:14.75rem;left:61.65625rem;height:4.21875rem;font-style:normal;text-align:center;text-align-last:center;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; }
#HICiKc88RRgRWBKZnIbTma3P9dqvhK9n { color:#232323;display:block;width:39.0625rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:700;z-index:15075;line-height:1.6;letter-spacing:0;top:21.0625rem;left:17.96875rem;height:3.3984375rem;font-style:normal;text-align:center;text-align-last:center;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; }
#CCXIx6B3NUrH72yo0GXP6OfUzbZ4ORAv { position:absolute;display:block;z-index:15077;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:11.59375rem;left:5.84375rem;overflow:hidden;display:block; }
#P4zM5DKSsSqJTR11UNxlmBkVdE8h9Daq { position:absolute;display:block;z-index:15078;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:11.59375rem;left:20.96875rem;overflow:hidden;display:block; }
#B6wTaeJxuBftIsa6yudogNbapouIlEWH { position:absolute;display:block;z-index:15079;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.4375rem;width:3.4375rem;top:11.375rem;left:35.78125rem;overflow:hidden;display:block; }
#dsHKnDvVIEobfHurkeCrv0kwVeZR9Eww { position:absolute;display:block;z-index:15080;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:11.59375rem;left:51.21875rem;overflow:hidden;display:block; }
#ztuMBTfFAyln1KGezs5nPH5PlPfOqz1E { position:absolute;display:block;z-index:15081;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:2.125rem;top:11.5625rem;left:66.65625rem;overflow:hidden;display:block; }
#CcW8QWb8kXqFVdWfdtbEX4dU19KDP5A7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:url("https://images.assets-landingi.com/uc/aa621725-1d22-4491-81c0-46c001665499/filtro.png");background-position:top left !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; }#CcW8QWb8kXqFVdWfdtbEX4dU19KDP5A7.adaptive-delivery-prevent-bg, #CcW8QWb8kXqFVdWfdtbEX4dU19KDP5A7.lazyload, #CcW8QWb8kXqFVdWfdtbEX4dU19KDP5A7.lazyloading { background-image: none; }#CcW8QWb8kXqFVdWfdtbEX4dU19KDP5A7 > .row .container { background-color: transparent; background-image: none; }#CcW8QWb8kXqFVdWfdtbEX4dU19KDP5A7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CcW8QWb8kXqFVdWfdtbEX4dU19KDP5A7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CcW8QWb8kXqFVdWfdtbEX4dU19KDP5A7 > .row .container > .video-iframe-container { display: none; }#CcW8QWb8kXqFVdWfdtbEX4dU19KDP5A7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CcW8QWb8kXqFVdWfdtbEX4dU19KDP5A7 > .row > .video-iframe-container { display: none; }#CcW8QWb8kXqFVdWfdtbEX4dU19KDP5A7 > .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); }#CcW8QWb8kXqFVdWfdtbEX4dU19KDP5A7 > .row .container { border-width: 0; border-radius: 0; }#CcW8QWb8kXqFVdWfdtbEX4dU19KDP5A7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CcW8QWb8kXqFVdWfdtbEX4dU19KDP5A7 > .row .container { font-size:0.875rem;font-family:arial;height:65.3125rem;width:75rem;position:relative;display:block; }#u6mTig2SDsR6yNMZTvVh62GuSHhWTTLS { position:absolute;display:block;z-index:15050;height:23.6875rem;width:46.875rem;top:2.5712509155274rem;left:1.5625rem;display:none; }
#cdyIQuUREllGeQ55yhDV78fdT4ylz9vP { color:#232323;display:block;width:75rem;position:absolute;font-family:"josefin sans";font-size:2.625rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:6.25rem;left:0rem;height:3.2119125rem;font-style:normal;text-align:center;text-align-last:center;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; }
#X8fsQB6lJJMuNKn6yLluxc64zzXqvxWC { box-sizing:content-box;height:19.75rem;width:75rem;position:absolute;display:block;z-index:15068;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/645bce42-a6b7-4977-a2f0-81014641e3e3/cosmetologistafazendotratamentofacialeaplicandomascarafacial.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:9.9375rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#X8fsQB6lJJMuNKn6yLluxc64zzXqvxWC.adaptive-delivery-prevent-bg, #X8fsQB6lJJMuNKn6yLluxc64zzXqvxWC.lazyload, #X8fsQB6lJJMuNKn6yLluxc64zzXqvxWC.lazyloading { background-image: none; }
#TEqXuiD7qpBLVHpGtQegoXWWTc5FzAph { box-sizing:content-box;height:9.75rem;width:24.0625rem;position:absolute;display:block;z-index:14993;background-color:#ffffff;background-image:none;top:30.8125rem;left:0rem;border-top:0.0625rem solid #0c727a;border-left:0.0625rem solid #0c727a;border-right:0.0625rem solid #0c727a;border-bottom:0.0625rem solid #0c727a;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#NecJTXHtpyTVNUvznW6GCvDZXSFI3IeT { color:#232323;display:block;width:21.6875rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:15070;line-height:1.5;letter-spacing:0;top:34.875rem;left:1.4375rem;height:3.9375rem;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; }
#vEmASchr3mfFTbdTJflX3ZSv0wVEdgTG { color:#232323;display:block;width:21.6875rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15067;line-height:1.2;letter-spacing:0;top:32.875rem;left:1.4375rem;height:1.5rem;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; }
#mhPrLWobdsyJq3ZGSLFheZSX7rw3obck { box-sizing:content-box;height:9.75rem;width:24.0625rem;position:absolute;display:block;z-index:14997;background-color:#0c727a;background-image:none;top:30.875rem;left:25.5rem;border-top:0.0625rem solid #0c727a;border-left:0.0625rem solid #0c727a;border-right:0.0625rem solid #0c727a;border-bottom:0.0625rem solid #0c727a;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#UB7cB55ogCXT3NhxycPs1gPrcA657QBD { color:#232323;display:block;width:21.6875rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:15074;line-height:1.5;letter-spacing:0;top:34.9375rem;left:26.9375rem;height:3.9375rem;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; }
#DWXFAP3zAHf89S3vQpXwCJ4sTGgQhDSD { color:#232323;display:block;width:21.6875rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15070;line-height:1.2;letter-spacing:0;top:32.875rem;left:27rem;height:1.5rem;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; }
#TtgMnD0TTv3lCPm1e3wgyFSc5aqTLqv5 { box-sizing:content-box;height:9.75rem;width:24.0625rem;position:absolute;display:block;z-index:14997;background-color:#ffffff;background-image:none;top:30.875rem;left:50.9375rem;border-top:0.0625rem solid #0c727a;border-left:0.0625rem solid #0c727a;border-right:0.0625rem solid #0c727a;border-bottom:0.0625rem solid #0c727a;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#ZHRJirlNcbg2H0IMc8BnIX5NbO0enwKK { color:#232323;display:block;width:21.9375rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:15074;line-height:1.5;letter-spacing:0;top:34.9375rem;left:52.0625rem;height:3.9375rem;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; }
#q4t42bxnlGxWB00GObtQpiaHO9fSb6Gt { color:#232323;display:block;width:21.6875rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15070;line-height:1.2;letter-spacing:0;top:32.875rem;left:52.0625rem;height:1.5rem;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; }
#BeDhWyRpEXAUWXcTqdGIX4sqxd3sdw9p { box-sizing:content-box;height:9.75rem;width:24.0625rem;position:absolute;display:block;z-index:15005;background-color:#0c727a;background-image:none;top:41.8125rem;left:12.75rem;border-top:0.0625rem solid #0c727a;border-left:0.0625rem solid #0c727a;border-right:0.0625rem solid #0c727a;border-bottom:0.0625rem solid #0c727a;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#ldmOvqXbDbsBwfHUTRuQb7IPfkP5TBgN { color:#232323;display:block;width:21.6875rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:15082;line-height:1.5;letter-spacing:0;top:45.75rem;left:14rem;height:3.9375rem;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; }
#wPh4hPJ82N25C0mVx8qHICSsIMBw4QBk { color:#232323;display:block;width:21.6875rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15078;line-height:1.2;letter-spacing:0;top:43.8125rem;left:14rem;height:1.5rem;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; }
#f89b7Ng0gCgw6bTQUbJab5TWPy6nCZpy { box-sizing:content-box;height:9.75rem;width:24.0625rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;top:41.8125rem;left:38.1875rem;border-top:0.0625rem solid #0c727a;border-left:0.0625rem solid #0c727a;border-right:0.0625rem solid #0c727a;border-bottom:0.0625rem solid #0c727a;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#ba4rUt9e8wcr09fM9SOvot3vTAJTmpsT { color:#232323;display:block;width:21.6875rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:15082;line-height:1.5;letter-spacing:0;top:45.75rem;left:39.4375rem;height:3.9375rem;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; }
#cf5Ko6x7r3OitNvtP5kCoJ9zUxReDgqr { color:#232323;display:block;width:21.6875rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15078;line-height:1.2;letter-spacing:0;top:43.8125rem;left:39.4375rem;height:1.5rem;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; }
#fmWR5ACEfw8ZpVFa8P9afylV2uLoUQvT { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ff6b6b, #ffd35c);background-image: -moz-linear-gradient(90deg, #ff6b6b, #ffd35c);background-image: -ms-linear-gradient(90deg, #ff6b6b, #ffd35c);background-image: -o-linear-gradient(90deg, #ff6b6b, #ffd35c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6b6b', endColorstr='#ffd35c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6b6b', endColorstr='#ffd35c' );";background-image: linear-gradient(90deg, #ff6b6b, #ffd35c);background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.64) ;box-sizing:border-box;color:#005b5c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:3.75rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:55.3125rem;left:27.5rem;display:block; }
#KSRq0T78pGP6VbGs3aPKOPzNTk3LVh0d { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uhJoyl2TDvmpSbT2HMoQC0SQcZd0r6PM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1e4f45;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; }#uhJoyl2TDvmpSbT2HMoQC0SQcZd0r6PM > .row .container { background-color: transparent; background-image: none; }#uhJoyl2TDvmpSbT2HMoQC0SQcZd0r6PM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uhJoyl2TDvmpSbT2HMoQC0SQcZd0r6PM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uhJoyl2TDvmpSbT2HMoQC0SQcZd0r6PM > .row .container > .video-iframe-container { display: none; }#uhJoyl2TDvmpSbT2HMoQC0SQcZd0r6PM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uhJoyl2TDvmpSbT2HMoQC0SQcZd0r6PM > .row > .video-iframe-container { display: none; }#uhJoyl2TDvmpSbT2HMoQC0SQcZd0r6PM > .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); }#uhJoyl2TDvmpSbT2HMoQC0SQcZd0r6PM > .row .container { border-width: 0; border-radius: 0; }#uhJoyl2TDvmpSbT2HMoQC0SQcZd0r6PM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uhJoyl2TDvmpSbT2HMoQC0SQcZd0r6PM > .row .container { font-size:0.875rem;font-family:arial;height:8.5rem;width:75rem;position:relative;display:block; }#qwZJNCyFNaJ8USIlpny3aPuhuXbkszPW { color:#232323;display:block;width:33.125rem;position:absolute;font-family:"josefin sans";font-size:1.3125rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:3.5rem;left:9.125rem;height:1.57421875rem;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; }
#pTfJ3cUuUdccIpyADa9Lb3FHtmZOSd6O { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ff6b6b, #ffd35c);background-image: -moz-linear-gradient(90deg, #ff6b6b, #ffd35c);background-image: -ms-linear-gradient(90deg, #ff6b6b, #ffd35c);background-image: -o-linear-gradient(90deg, #ff6b6b, #ffd35c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6b6b', endColorstr='#ffd35c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6b6b', endColorstr='#ffd35c' );";background-image: linear-gradient(90deg, #ff6b6b, #ffd35c);background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.64) ;box-sizing:border-box;color:#0c727a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.9375rem;height:3.125rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:2.6875rem;left:50.5rem;display:block; }
#RR2T5R6NEwTnQMBflKyc7dcR6gxPzasW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QciqhMyOqBfP2Pb7byeCi8l94irfTFv9 { box-sizing:content-box;height:4.6875rem;width:63.9375rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #2e8b73, #d8a24a);background-image: -moz-linear-gradient(90deg, #2e8b73, #d8a24a);background-image: -ms-linear-gradient(90deg, #2e8b73, #d8a24a);background-image: -o-linear-gradient(90deg, #2e8b73, #d8a24a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e8b73', endColorstr='#d8a24a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e8b73', endColorstr='#d8a24a' );";background-image: linear-gradient(90deg, #2e8b73, #d8a24a);background-size:auto !important;top:1.9375rem;left:5.5625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#IFvKQlFZkRo2T6MVywZuECnlyxu6WbJQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:url("https://images.assets-landingi.com/uc/aa621725-1d22-4491-81c0-46c001665499/filtro.png");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; }#IFvKQlFZkRo2T6MVywZuECnlyxu6WbJQ.adaptive-delivery-prevent-bg, #IFvKQlFZkRo2T6MVywZuECnlyxu6WbJQ.lazyload, #IFvKQlFZkRo2T6MVywZuECnlyxu6WbJQ.lazyloading { background-image: none; }#IFvKQlFZkRo2T6MVywZuECnlyxu6WbJQ > .row .container { background-color: transparent; background-image: none; }#IFvKQlFZkRo2T6MVywZuECnlyxu6WbJQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IFvKQlFZkRo2T6MVywZuECnlyxu6WbJQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IFvKQlFZkRo2T6MVywZuECnlyxu6WbJQ > .row .container > .video-iframe-container { display: none; }#IFvKQlFZkRo2T6MVywZuECnlyxu6WbJQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IFvKQlFZkRo2T6MVywZuECnlyxu6WbJQ > .row > .video-iframe-container { display: none; }#IFvKQlFZkRo2T6MVywZuECnlyxu6WbJQ > .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); }#IFvKQlFZkRo2T6MVywZuECnlyxu6WbJQ > .row .container { border-width: 0; border-radius: 0; }#IFvKQlFZkRo2T6MVywZuECnlyxu6WbJQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IFvKQlFZkRo2T6MVywZuECnlyxu6WbJQ > .row .container { font-size:0.875rem;font-family:arial;height:29.1875rem;width:75rem;position:relative;display:block; }#DIOmphMxTDagvMUqTQPIF5oZPBIWxlyl { position:absolute;display:block;z-index:15050;height:23.6875rem;width:46.875rem;top:2.5712509155274rem;left:1.5625rem;display:none; }
#eSq2gQUFapqs6typ7XkTqEFAa0B0RhCi { color:#232323;display:block;width:75rem;position:absolute;font-family:"josefin sans";font-size:2.625rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:6.4375rem;left:0rem;height:3.2119125rem;font-style:normal;text-align:center;text-align-last:center;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; }
#oorcbOQTG7xaGQHbmhhxOHKdfRrial1y { position:absolute;display:block;z-index:15019;height:11.25rem;width:75rem;top:10.375rem;left:0rem;display:block; }
#iOVJ51bMCZv72Insdh0cqy5hTuy7Id7A { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(46,139,115,0.5), rgba(46,139,115,0.65));background-image: -moz-linear-gradient(180deg, rgba(46,139,115,0.5), rgba(46,139,115,0.65));background-image: -ms-linear-gradient(180deg, rgba(46,139,115,0.5), rgba(46,139,115,0.65));background-image: -o-linear-gradient(180deg, rgba(46,139,115,0.5), rgba(46,139,115,0.65));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e8b737f', endColorstr='#2e8b73a5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e8b737f', endColorstr='#2e8b73a5' );";background-image: linear-gradient(180deg, rgba(46,139,115,0.5), rgba(46,139,115,0.65));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; }#iOVJ51bMCZv72Insdh0cqy5hTuy7Id7A > .row .container { background-color: transparent; background-image: none; }#iOVJ51bMCZv72Insdh0cqy5hTuy7Id7A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iOVJ51bMCZv72Insdh0cqy5hTuy7Id7A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iOVJ51bMCZv72Insdh0cqy5hTuy7Id7A > .row .container > .video-iframe-container { display: none; }#iOVJ51bMCZv72Insdh0cqy5hTuy7Id7A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iOVJ51bMCZv72Insdh0cqy5hTuy7Id7A > .row > .video-iframe-container { display: none; }#iOVJ51bMCZv72Insdh0cqy5hTuy7Id7A > .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); }#iOVJ51bMCZv72Insdh0cqy5hTuy7Id7A > .row .container { border-width: 0; border-radius: 0; }#iOVJ51bMCZv72Insdh0cqy5hTuy7Id7A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iOVJ51bMCZv72Insdh0cqy5hTuy7Id7A > .row .container { font-size:0.875rem;font-family:arial;height:40.875rem;width:75rem;position:relative;display:block; }#ttk9gbI19vbWH4KbOqM5QnP2BzJkhOrZ { color:#232323;display:block;width:36.625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:11.25rem;left:8.5625rem;height:17.81640625rem;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; }
#X4O4GhgLryaygkJG8KJBWvvsTNmLtTIg { position:absolute;display:block;z-index:15010;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/7c28d9d5-9c54-45f9-aca3-73563b94bd77/IMG_3752.JPG");background-position:top 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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:32.1875rem;width:21.5rem;top:4.375rem;left:46.625rem;display:block; }#X4O4GhgLryaygkJG8KJBWvvsTNmLtTIg.adaptive-delivery-prevent-bg, #X4O4GhgLryaygkJG8KJBWvvsTNmLtTIg.lazyload, #X4O4GhgLryaygkJG8KJBWvvsTNmLtTIg.lazyloading { background-image: none; }
#JKFFmCMK7F93bZsbCvh5d8LvgCN6n36X { box-sizing:content-box;height:32.1875rem;width:39.75rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:4.375rem;left:6.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#THunW8dMia64NGsVheBSdNMoUL0FWCHG { color:#232323;display:block;width:25.4375rem;position:absolute;font-family:"josefin sans";font-size:2.625rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:6.6875rem;left:8.5625rem;height:3.2119125rem;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; }
#WDaKraxsR0m4dCnoMpbkEfOEK18knwpN { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ff6b6b, #ffd35c);background-image: -moz-linear-gradient(90deg, #ff6b6b, #ffd35c);background-image: -ms-linear-gradient(90deg, #ff6b6b, #ffd35c);background-image: -o-linear-gradient(90deg, #ff6b6b, #ffd35c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6b6b', endColorstr='#ffd35c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6b6b', endColorstr='#ffd35c' );";background-image: linear-gradient(90deg, #ff6b6b, #ffd35c);background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.64) ;box-sizing:border-box;color:#0c727a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:3.75rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:30.25rem;left:8.5625rem;display:block; }
#hENcKpwQh0XN0MLUfKHi8GFRKptC0tvK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Q9cAa17eOfZOuFQITdWHAihF6UMvcbib { color:#232323;display:block;width:25.4375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.2;letter-spacing:0;top:9.25rem;left:8.5625rem;height:1.3496125rem;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; }
#p9h7GkpTs5Bp0oDAS5Z9GTlB8QdmEqXm { color:#232323;display:block;width:35.9375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:11.9375rem;left:9.25rem;height:17.31640625rem;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:none; }
#tlDhZoUtxLXScUs6NJmVoFoZsOaCl0RP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(top, #d9efe7, #bfe0d4);background-image: -moz-linear-gradient(top, #d9efe7, #bfe0d4);background-image: -ms-linear-gradient(top, #d9efe7, #bfe0d4);background-image: -o-linear-gradient(top, #d9efe7, #bfe0d4);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9efe7', endColorstr='#bfe0d4' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9efe7', endColorstr='#bfe0d4' );";background-image: linear-gradient(to bottom, #d9efe7, #bfe0d4);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; }#tlDhZoUtxLXScUs6NJmVoFoZsOaCl0RP > .row .container { background-color: transparent; background-image: none; }#tlDhZoUtxLXScUs6NJmVoFoZsOaCl0RP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tlDhZoUtxLXScUs6NJmVoFoZsOaCl0RP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tlDhZoUtxLXScUs6NJmVoFoZsOaCl0RP > .row .container > .video-iframe-container { display: none; }#tlDhZoUtxLXScUs6NJmVoFoZsOaCl0RP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tlDhZoUtxLXScUs6NJmVoFoZsOaCl0RP > .row > .video-iframe-container { display: none; }#tlDhZoUtxLXScUs6NJmVoFoZsOaCl0RP > .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); }#tlDhZoUtxLXScUs6NJmVoFoZsOaCl0RP > .row .container { border-width: 0; border-radius: 0; }#tlDhZoUtxLXScUs6NJmVoFoZsOaCl0RP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tlDhZoUtxLXScUs6NJmVoFoZsOaCl0RP > .row .container { font-size:0.875rem;font-family:arial;height:36.5625rem;width:75rem;position:relative;display:block; }#KmPwRsZME1xN9ILTFJV9if71HoyAECoC { position:absolute;display:block;z-index:15050;height:23.6875rem;width:46.875rem;top:2.5712509155274rem;left:1.5625rem;display:none; }
#gGIZ2p40z5cBsl3LHogpbXc8w4U9qJPz { color:#232323;display:block;width:75rem;position:absolute;font-family:"josefin sans";font-size:2.625rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:4.0625rem;left:0rem;height:3.2119125rem;font-style:normal;text-align:center;text-align-last:center;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; }
#fXDkhl8L5cFyA3wEP8nr3TboSNDGE1lJ .accordion-element-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;flex-direction:column;align-items:center;background-color:#ffffff;background-image:none;vertical-align:top;border-top:0.0625rem solid #2e8b73;border-left:0.0625rem solid #2e8b73;border-right:0.0625rem solid #2e8b73;border-bottom:0.0625rem solid #2e8b73; }
#fXDkhl8L5cFyA3wEP8nr3TboSNDGE1lJ .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#fXDkhl8L5cFyA3wEP8nr3TboSNDGE1lJ .accordion-heading-text { display:block;position:relative;width:100%;font-family:"josefin sans";font-weight:400;font-size:1.25rem;color:#333333;font-style:normal;height:auto; }
#fXDkhl8L5cFyA3wEP8nr3TboSNDGE1lJ .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:poppins;color:#666666;line-height:1.4;overflow:hidden;height:auto;font-weight:300;font-style:normal; }
#fXDkhl8L5cFyA3wEP8nr3TboSNDGE1lJ .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_9deb78312a453193b4ebe03197c6115fbd6bad5c.svg");background-size:contain !important; }#fXDkhl8L5cFyA3wEP8nr3TboSNDGE1lJ .accordion-trigger.adaptive-delivery-prevent-bg, #fXDkhl8L5cFyA3wEP8nr3TboSNDGE1lJ .accordion-trigger.lazyload, #fXDkhl8L5cFyA3wEP8nr3TboSNDGE1lJ .accordion-trigger.lazyloading { background-image: none; }
#fXDkhl8L5cFyA3wEP8nr3TboSNDGE1lJ { box-sizing:content-box;height:auto;width:60rem;position:absolute;display:flex;flex-direction:column;gap:0.375rem;z-index:15051;background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:7.1875rem;left:6.25rem;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; }
#fXDkhl8L5cFyA3wEP8nr3TboSNDGE1lJ #zP1CFiM1gk20nvJT0ZQk8VPFdHoVgg1I { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#fXDkhl8L5cFyA3wEP8nr3TboSNDGE1lJ #LyZ8iGsAHgG3BxsTcFrNHMyzsVA77mV0 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#fXDkhl8L5cFyA3wEP8nr3TboSNDGE1lJ #Jf5nfVdv00qJAAEU7kT9DX6lZ8M3TQ59 { display:block;position:relative; }
#fXDkhl8L5cFyA3wEP8nr3TboSNDGE1lJ #TBJ6MTz2iXE2xZr2k9rHkzPlmDgO0Vyx {  }
#fXDkhl8L5cFyA3wEP8nr3TboSNDGE1lJ #lxOn4g13JMyXaTRw7Xfmukel5Jv2dGTD {  }
#fXDkhl8L5cFyA3wEP8nr3TboSNDGE1lJ #pNFsw4IVhRCDlIBD0azdXTtZT9hIuCiz { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#fXDkhl8L5cFyA3wEP8nr3TboSNDGE1lJ #P2EXqlH3yQBRhaTk2yOxUsQB8T7LOIIa { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#fXDkhl8L5cFyA3wEP8nr3TboSNDGE1lJ #TIPzIWzIoy8GqV8T0V4w3rWHd2rshW9A { display:block;position:relative; }
#fXDkhl8L5cFyA3wEP8nr3TboSNDGE1lJ #gE7MqVT72Lo0MTwkwqDvFWIa19D32lmy {  }
#fXDkhl8L5cFyA3wEP8nr3TboSNDGE1lJ #ZVexcQJ0Pi9p8l1gXsFfNnqwWTpfL31i { display:none; }
#fXDkhl8L5cFyA3wEP8nr3TboSNDGE1lJ #p9Gxm2bng9QJNdXef4FQkmTHtgktgNGB { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#fXDkhl8L5cFyA3wEP8nr3TboSNDGE1lJ #TroVL2iVLQUWBF82s1WC4BpFyR3TLIkV { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#fXDkhl8L5cFyA3wEP8nr3TboSNDGE1lJ #SrTTaJAF2p18D3uKmwbLIR2DdAxXclVr { display:block;position:relative; }
#fXDkhl8L5cFyA3wEP8nr3TboSNDGE1lJ #wO9CRJ1LK1neCsI4HmMN6HfyIb93TTTd {  }
#fXDkhl8L5cFyA3wEP8nr3TboSNDGE1lJ #tgJra33uwgvTMAKZAErzC7p4d297xcF7 { display:none; }
#fXDkhl8L5cFyA3wEP8nr3TboSNDGE1lJ #mDC1m9ETd8RXT9xXyc1FutD25R6tB7Da { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#fXDkhl8L5cFyA3wEP8nr3TboSNDGE1lJ #MdihL5T5SAH5THy9aAuDb8abCBhnqyUR { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#fXDkhl8L5cFyA3wEP8nr3TboSNDGE1lJ #RDAlQyq6RABw18puQoTq8oU8NU1g4XZU { display:block;position:relative; }
#fXDkhl8L5cFyA3wEP8nr3TboSNDGE1lJ #sXHeTQNcCf9KbuZftqo2WvMoxlTbtoNN {  }
#fXDkhl8L5cFyA3wEP8nr3TboSNDGE1lJ #XlOHF5HhCX5O0GhUOkpOLnnqta5CRh1q { display:none; }
#fXDkhl8L5cFyA3wEP8nr3TboSNDGE1lJ #V93a4pRgg6B4zgh8CWO6GHtRXLTiDoKa { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#fXDkhl8L5cFyA3wEP8nr3TboSNDGE1lJ #XXJvG3VKDT0oKw2hT5xK2IBnZHdIvSwA { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#fXDkhl8L5cFyA3wEP8nr3TboSNDGE1lJ #x3T9RFxWmDeGrmx4OeLyihdTbp0D24VO { display:block;position:relative; }
#fXDkhl8L5cFyA3wEP8nr3TboSNDGE1lJ #UiQite58oHM0VwnEcmeF10fATvV0bHyq {  }
#fXDkhl8L5cFyA3wEP8nr3TboSNDGE1lJ #rk69okTtRLIoIIfh0yRABTZGKpFWen8K { display:none; }
#ZPKgwOeSusPmtHEJtu0mV0NEmT3zkAZQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1e4f45;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; }#ZPKgwOeSusPmtHEJtu0mV0NEmT3zkAZQ > .row .container { background-color: transparent; background-image: none; }#ZPKgwOeSusPmtHEJtu0mV0NEmT3zkAZQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZPKgwOeSusPmtHEJtu0mV0NEmT3zkAZQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZPKgwOeSusPmtHEJtu0mV0NEmT3zkAZQ > .row .container > .video-iframe-container { display: none; }#ZPKgwOeSusPmtHEJtu0mV0NEmT3zkAZQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZPKgwOeSusPmtHEJtu0mV0NEmT3zkAZQ > .row > .video-iframe-container { display: none; }#ZPKgwOeSusPmtHEJtu0mV0NEmT3zkAZQ > .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); }#ZPKgwOeSusPmtHEJtu0mV0NEmT3zkAZQ > .row .container { border-width: 0; border-radius: 0; }#ZPKgwOeSusPmtHEJtu0mV0NEmT3zkAZQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZPKgwOeSusPmtHEJtu0mV0NEmT3zkAZQ > .row .container { font-size:0.875rem;font-family:arial;height:3.25rem;width:75rem;position:relative;display:block; }#JyqhnI43gyLzmZJi788tM3dNFZ5fVuOt { color:#000000;display:block;width:75rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15026;line-height:1.7;letter-spacing:0;top:0.828125rem;left:0rem;height:1.59375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#F3USq1bMKxzGbWTMxhuxsoFZGqslmvZn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#F3USq1bMKxzGbWTMxhuxsoFZGqslmvZn > .row .container { border-width: 0; border-radius: 0; }#F3USq1bMKxzGbWTMxhuxsoFZGqslmvZn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F3USq1bMKxzGbWTMxhuxsoFZGqslmvZn > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:none; }#NsnlgOnsb3LP2Xy6apoyvhfzAAHxHN6p { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #4daf50, #4a8b13);background-image: -moz-linear-gradient(180deg, #4daf50, #4a8b13);background-image: -ms-linear-gradient(180deg, #4daf50, #4a8b13);background-image: -o-linear-gradient(180deg, #4daf50, #4a8b13);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4daf50', endColorstr='#4a8b13' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4daf50', endColorstr='#4a8b13' );";background-image: linear-gradient(180deg, #4daf50, #4a8b13);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.25rem;height:4rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:37.0625rem;left:0rem;display:none; }
#LFe3hz7hS0rdiyRDlwi7nQUME1Cq9TNa { 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) { #IPdtBtuSd13ETvPvb5Nfyq4pCwd1Ws28 { display:block; }#IPdtBtuSd13ETvPvb5Nfyq4pCwd1Ws28 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lag8EXSBU1DLwuZcQMXWI37zmvb1mfnR { width:15rem;height:3.4375rem;top:1.375rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCc79vLTiU3eSM8i7Sr2Ce1gbKQEcZpG { display:block; }
 }@media only screen and (max-width: 763px) { #uOyKOkctzfQUEqQDmTvOIzFx2Bf5g0pi { width:10.1875rem;height:4.375rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXBHs8vMHEI8wGRhlFT5pkvyk0SefvQ7 { width:8.75rem;height:1.125rem;top:2.5625rem;left:12.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oH2Ps82lvaDRqZdT7OR8PqwKL3C4Jv0T { width:8.75rem;height:1.125rem;top:2.5625rem;left:21.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLuP1MehyUgWil9btuEEtLOwIuqmhNEy { width:4.5625rem;height:1.125rem;top:2.5625rem;left:39.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfgWpSAJAukaGLKDOpcbznHk8Zuizzb0 { width:7.1875rem;height:1.125rem;top:2.5625rem;left:5.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UD68NvbQ1Fbwph16s0I8S7XamT4kf4lO { width:8.75rem;height:1.125rem;top:2.5rem;left:30.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSO7XAMI17mwmpTGKxIsOXbHo7rhyXEE { display:block; }#gSO7XAMI17mwmpTGKxIsOXbHo7rhyXEE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bDOtDsI6i2aW88lDJxovP5S8Eo3hcAZO { width:23.25rem;height:4rem;top:37.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #DOU7rTRUsm7XyLLqOeTxXwmbRNDcImDt { display:block; }
 }@media only screen and (max-width: 763px) { #TJPNaotpPzMH6Idr73UBCeivp65EZ9KQ { width:20rem;height:3.75rem;top:39.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAz7aCyVRM8QEhv3fmZI6C1zRxlqZknw { display:block; }
 }@media only screen and (max-width: 763px) { #uKOGiDLMU8C4Wf5kUvrcR2b9f1xHSMvd { width:20rem;height:;top:2rem;left:0rem;font-size:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #iaql9wcW2i2Fbs1lX9aqWxXnrcmxWEDC { width:32.6875rem;height:13.375rem;top:23.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4SnRtRRT4uIFWzdg1vAkyWcMnfR0pFX { background-color:transparent;background-image:none;font-size:2.9375rem;height:2.9375rem;left:0.625rem;top:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IocLLTpOROEh8H1THmSDmpI8vcI4HGWh { display:block; }#IocLLTpOROEh8H1THmSDmpI8vcI4HGWh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CaXDuZBIPcpUfERXUrPlFD5vnWzuTolg { display:block; }#CaXDuZBIPcpUfERXUrPlFD5vnWzuTolg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WXkzc9g8uEaDsMPFfh7d2RsnxmKorfd1 { width:19.375rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Mvams4M9I0FWoKS333ycJ50bPta5p4bC { width:47.75rem;height:32.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #wRxyQD56H04AGyS02TQlhcVN69GSsoTK { width:29.5625rem;height:28.6875rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLG5P1EAi1Ln8kW4p6bL8OJqI9vHg2Cl { width:14.375rem;height:9.75rem;top:10.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgNZabFLQmeQu4XusSy2tusaR4ue19Tu { width:14.375rem;height:9.75rem;top:10.1875rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKiaQ5noNFVKzmd7BErNgVReGOQ9TgBg { width:14.375rem;height:9.75rem;top:10.1875rem;left:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #czaFyCpZ1le8EoIdtTHpFroTHBUy0i7F { width:14.375rem;height:9.75rem;top:10.1875rem;left:33.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pt08118sJed7u5Hgd3nbHoOsrPv1kKFg { width:14.375rem;height:9.75rem;top:10.1875rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGuiBwhBx52uybbnmtFp9HgryRIRfUHe { width:20rem;height:3.75rem;top:26.625rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihDT11AJsaNsVHzrye0ZdqKxOB2RFEpm { display:block; }
 }@media only screen and (max-width: 763px) { #koZ6SUJ7kDWSUmiUQMhLpbzQTAHiUTkx { width:29.5625rem;height:28.6875rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqTiz3I5DvhF81Wg5SFwBGmT7OrDymtI { width:29.5625rem;height:28.6875rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3S9CNdrEV2XsyFtVq4UGQFZxJDCVTec { width:29.5625rem;height:28.6875rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTCvvnFfcSkD2BCl6hrAx9ozoe2bTpdv { width:29.5625rem;height:28.6875rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #chVFab8ByHxpxk3pQciHwpSyCcKvTWF2 { width:29.5625rem;height:28.6875rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HICiKc88RRgRWBKZnIbTma3P9dqvhK9n { width:29.5625rem;height:28.6875rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCXIx6B3NUrH72yo0GXP6OfUzbZ4ORAv { width:2.8125rem;height:2.8125rem;top:11.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4zM5DKSsSqJTR11UNxlmBkVdE8h9Daq { width:2.8125rem;height:2.8125rem;top:11.5625rem;left:7.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6wTaeJxuBftIsa6yudogNbapouIlEWH { width:3.4375rem;height:3.4375rem;top:11.375rem;left:22.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsHKnDvVIEobfHurkeCrv0kwVeZR9Eww { width:2.8125rem;height:2.8125rem;top:11.5625rem;left:37.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztuMBTfFAyln1KGezs5nPH5PlPfOqz1E { width:2.125rem;height:2.875rem;top:11.5625rem;left:45.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcW8QWb8kXqFVdWfdtbEX4dU19KDP5A7 { display:block; }#CcW8QWb8kXqFVdWfdtbEX4dU19KDP5A7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u6mTig2SDsR6yNMZTvVh62GuSHhWTTLS { width:46.875rem;height:23.6875rem;top:2.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #cdyIQuUREllGeQ55yhDV78fdT4ylz9vP { width:29.5625rem;height:28.6875rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8fsQB6lJJMuNKn6yLluxc64zzXqvxWC { width:47.75rem;height:19.75rem;top:9.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEqXuiD7qpBLVHpGtQegoXWWTc5FzAph { width:24.0625rem;height:9.75rem;top:30.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NecJTXHtpyTVNUvznW6GCvDZXSFI3IeT { width:29.5625rem;height:28.6875rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEmASchr3mfFTbdTJflX3ZSv0wVEdgTG { width:29.5625rem;height:28.6875rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhPrLWobdsyJq3ZGSLFheZSX7rw3obck { width:24.0625rem;height:9.75rem;top:30.875rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UB7cB55ogCXT3NhxycPs1gPrcA657QBD { width:29.5625rem;height:28.6875rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWXFAP3zAHf89S3vQpXwCJ4sTGgQhDSD { width:29.5625rem;height:28.6875rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtgMnD0TTv3lCPm1e3wgyFSc5aqTLqv5 { width:24.0625rem;height:9.75rem;top:30.875rem;left:23.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHRJirlNcbg2H0IMc8BnIX5NbO0enwKK { width:29.5625rem;height:28.6875rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4t42bxnlGxWB00GObtQpiaHO9fSb6Gt { width:29.5625rem;height:28.6875rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BeDhWyRpEXAUWXcTqdGIX4sqxd3sdw9p { width:24.0625rem;height:9.75rem;top:41.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldmOvqXbDbsBwfHUTRuQb7IPfkP5TBgN { width:29.5625rem;height:28.6875rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPh4hPJ82N25C0mVx8qHICSsIMBw4QBk { width:29.5625rem;height:28.6875rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f89b7Ng0gCgw6bTQUbJab5TWPy6nCZpy { width:24.0625rem;height:9.75rem;top:41.8125rem;left:23.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ba4rUt9e8wcr09fM9SOvot3vTAJTmpsT { width:29.5625rem;height:28.6875rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cf5Ko6x7r3OitNvtP5kCoJ9zUxReDgqr { width:29.5625rem;height:28.6875rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmWR5ACEfw8ZpVFa8P9afylV2uLoUQvT { width:20rem;height:3.75rem;top:55.3125rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSRq0T78pGP6VbGs3aPKOPzNTk3LVh0d { display:block; }
 }@media only screen and (max-width: 763px) { #uhJoyl2TDvmpSbT2HMoQC0SQcZd0r6PM { display:block; }#uhJoyl2TDvmpSbT2HMoQC0SQcZd0r6PM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qwZJNCyFNaJ8USIlpny3aPuhuXbkszPW { width:29.5625rem;height:28.6875rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTfJ3cUuUdccIpyADa9Lb3FHtmZOSd6O { width:15.9375rem;height:3.125rem;top:2.6875rem;left:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RR2T5R6NEwTnQMBflKyc7dcR6gxPzasW { display:block; }
 }@media only screen and (max-width: 763px) { #QciqhMyOqBfP2Pb7byeCi8l94irfTFv9 { width:47.75rem;height:4.6875rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFvKQlFZkRo2T6MVywZuECnlyxu6WbJQ { display:block; }#IFvKQlFZkRo2T6MVywZuECnlyxu6WbJQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DIOmphMxTDagvMUqTQPIF5oZPBIWxlyl { width:46.875rem;height:23.6875rem;top:2.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #eSq2gQUFapqs6typ7XkTqEFAa0B0RhCi { width:29.5625rem;height:28.6875rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oorcbOQTG7xaGQHbmhhxOHKdfRrial1y { width:47.75rem;height:11.25rem;top:10.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOVJ51bMCZv72Insdh0cqy5hTuy7Id7A { display:block; }#iOVJ51bMCZv72Insdh0cqy5hTuy7Id7A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ttk9gbI19vbWH4KbOqM5QnP2BzJkhOrZ { width:29.5625rem;height:28.6875rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4O4GhgLryaygkJG8KJBWvvsTNmLtTIg { width:21.5rem;height:32.1875rem;top:4.375rem;left:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKFFmCMK7F93bZsbCvh5d8LvgCN6n36X { width:39.75rem;height:32.1875rem;top:4.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #THunW8dMia64NGsVheBSdNMoUL0FWCHG { width:29.5625rem;height:28.6875rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDaKraxsR0m4dCnoMpbkEfOEK18knwpN { width:20rem;height:3.75rem;top:30.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hENcKpwQh0XN0MLUfKHi8GFRKptC0tvK { display:block; }
 }@media only screen and (max-width: 763px) { #Q9cAa17eOfZOuFQITdWHAihF6UMvcbib { width:29.5625rem;height:28.6875rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9h7GkpTs5Bp0oDAS5Z9GTlB8QdmEqXm { width:29.5625rem;height:28.6875rem;top:1.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #tlDhZoUtxLXScUs6NJmVoFoZsOaCl0RP { display:block; }#tlDhZoUtxLXScUs6NJmVoFoZsOaCl0RP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KmPwRsZME1xN9ILTFJV9if71HoyAECoC { width:46.875rem;height:23.6875rem;top:2.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gGIZ2p40z5cBsl3LHogpbXc8w4U9qJPz { width:29.5625rem;height:28.6875rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXDkhl8L5cFyA3wEP8nr3TboSNDGE1lJ .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#fXDkhl8L5cFyA3wEP8nr3TboSNDGE1lJ { display:flex;height:auto;width:45.25rem;top:7.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fXDkhl8L5cFyA3wEP8nr3TboSNDGE1lJ #zP1CFiM1gk20nvJT0ZQk8VPFdHoVgg1I {  }
 }@media only screen and (max-width: 763px) { #fXDkhl8L5cFyA3wEP8nr3TboSNDGE1lJ #LyZ8iGsAHgG3BxsTcFrNHMyzsVA77mV0 {  }
 }@media only screen and (max-width: 763px) { #fXDkhl8L5cFyA3wEP8nr3TboSNDGE1lJ #Jf5nfVdv00qJAAEU7kT9DX6lZ8M3TQ59 {  }
 }@media only screen and (max-width: 763px) { #fXDkhl8L5cFyA3wEP8nr3TboSNDGE1lJ #TBJ6MTz2iXE2xZr2k9rHkzPlmDgO0Vyx {  }
 }@media only screen and (max-width: 763px) { #fXDkhl8L5cFyA3wEP8nr3TboSNDGE1lJ #lxOn4g13JMyXaTRw7Xfmukel5Jv2dGTD {  }
 }@media only screen and (max-width: 763px) { #fXDkhl8L5cFyA3wEP8nr3TboSNDGE1lJ #pNFsw4IVhRCDlIBD0azdXTtZT9hIuCiz {  }
 }@media only screen and (max-width: 763px) { #fXDkhl8L5cFyA3wEP8nr3TboSNDGE1lJ #P2EXqlH3yQBRhaTk2yOxUsQB8T7LOIIa {  }
 }@media only screen and (max-width: 763px) { #fXDkhl8L5cFyA3wEP8nr3TboSNDGE1lJ #TIPzIWzIoy8GqV8T0V4w3rWHd2rshW9A {  }
 }@media only screen and (max-width: 763px) { #fXDkhl8L5cFyA3wEP8nr3TboSNDGE1lJ #gE7MqVT72Lo0MTwkwqDvFWIa19D32lmy {  }
 }@media only screen and (max-width: 763px) { #fXDkhl8L5cFyA3wEP8nr3TboSNDGE1lJ #ZVexcQJ0Pi9p8l1gXsFfNnqwWTpfL31i {  }
 }@media only screen and (max-width: 763px) { #fXDkhl8L5cFyA3wEP8nr3TboSNDGE1lJ #p9Gxm2bng9QJNdXef4FQkmTHtgktgNGB {  }
 }@media only screen and (max-width: 763px) { #fXDkhl8L5cFyA3wEP8nr3TboSNDGE1lJ #TroVL2iVLQUWBF82s1WC4BpFyR3TLIkV {  }
 }@media only screen and (max-width: 763px) { #fXDkhl8L5cFyA3wEP8nr3TboSNDGE1lJ #SrTTaJAF2p18D3uKmwbLIR2DdAxXclVr {  }
 }@media only screen and (max-width: 763px) { #fXDkhl8L5cFyA3wEP8nr3TboSNDGE1lJ #wO9CRJ1LK1neCsI4HmMN6HfyIb93TTTd {  }
 }@media only screen and (max-width: 763px) { #fXDkhl8L5cFyA3wEP8nr3TboSNDGE1lJ #tgJra33uwgvTMAKZAErzC7p4d297xcF7 {  }
 }@media only screen and (max-width: 763px) { #fXDkhl8L5cFyA3wEP8nr3TboSNDGE1lJ #mDC1m9ETd8RXT9xXyc1FutD25R6tB7Da {  }
 }@media only screen and (max-width: 763px) { #fXDkhl8L5cFyA3wEP8nr3TboSNDGE1lJ #MdihL5T5SAH5THy9aAuDb8abCBhnqyUR {  }
 }@media only screen and (max-width: 763px) { #fXDkhl8L5cFyA3wEP8nr3TboSNDGE1lJ #RDAlQyq6RABw18puQoTq8oU8NU1g4XZU {  }
 }@media only screen and (max-width: 763px) { #fXDkhl8L5cFyA3wEP8nr3TboSNDGE1lJ #sXHeTQNcCf9KbuZftqo2WvMoxlTbtoNN {  }
 }@media only screen and (max-width: 763px) { #fXDkhl8L5cFyA3wEP8nr3TboSNDGE1lJ #XlOHF5HhCX5O0GhUOkpOLnnqta5CRh1q {  }
 }@media only screen and (max-width: 763px) { #fXDkhl8L5cFyA3wEP8nr3TboSNDGE1lJ #V93a4pRgg6B4zgh8CWO6GHtRXLTiDoKa {  }
 }@media only screen and (max-width: 763px) { #fXDkhl8L5cFyA3wEP8nr3TboSNDGE1lJ #XXJvG3VKDT0oKw2hT5xK2IBnZHdIvSwA {  }
 }@media only screen and (max-width: 763px) { #fXDkhl8L5cFyA3wEP8nr3TboSNDGE1lJ #x3T9RFxWmDeGrmx4OeLyihdTbp0D24VO {  }
 }@media only screen and (max-width: 763px) { #fXDkhl8L5cFyA3wEP8nr3TboSNDGE1lJ #UiQite58oHM0VwnEcmeF10fATvV0bHyq {  }
 }@media only screen and (max-width: 763px) { #fXDkhl8L5cFyA3wEP8nr3TboSNDGE1lJ #rk69okTtRLIoIIfh0yRABTZGKpFWen8K {  }
 }@media only screen and (max-width: 763px) { #ZPKgwOeSusPmtHEJtu0mV0NEmT3zkAZQ { display:block; }#ZPKgwOeSusPmtHEJtu0mV0NEmT3zkAZQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JyqhnI43gyLzmZJi788tM3dNFZ5fVuOt { width:47.75rem;height:1.5625rem;top:0.8125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3USq1bMKxzGbWTMxhuxsoFZGqslmvZn { display:none; }#F3USq1bMKxzGbWTMxhuxsoFZGqslmvZn > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NsnlgOnsb3LP2Xy6apoyvhfzAAHxHN6p { width:23.25rem;height:4rem;top:37.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #LFe3hz7hS0rdiyRDlwi7nQUME1Cq9TNa { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/af251958-cbce-4734-ac6a-91e1a4c73e85/blurhospital.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #IPdtBtuSd13ETvPvb5Nfyq4pCwd1Ws28 { position:relative;z-index:auto;background-color:#ffffff;background-image:none;display:block; }#IPdtBtuSd13ETvPvb5Nfyq4pCwd1Ws28 > .row .container { background-color: transparent; background-image: none; }#IPdtBtuSd13ETvPvb5Nfyq4pCwd1Ws28::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IPdtBtuSd13ETvPvb5Nfyq4pCwd1Ws28 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IPdtBtuSd13ETvPvb5Nfyq4pCwd1Ws28 > .row .container > .video-iframe-container { display: none; }#IPdtBtuSd13ETvPvb5Nfyq4pCwd1Ws28 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IPdtBtuSd13ETvPvb5Nfyq4pCwd1Ws28 > .row > .video-iframe-container { display: none; }#IPdtBtuSd13ETvPvb5Nfyq4pCwd1Ws28 > .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); }#IPdtBtuSd13ETvPvb5Nfyq4pCwd1Ws28 > .row .container { width:20rem;height:4.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lag8EXSBU1DLwuZcQMXWI37zmvb1mfnR { width:15.625rem;height:3.4375rem;top:4.8125rem;left:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wCc79vLTiU3eSM8i7Sr2Ce1gbKQEcZpG { display:block; }
 }@media only screen and (max-width: 763px) { #uOyKOkctzfQUEqQDmTvOIzFx2Bf5g0pi { width:8.625rem;height:3.625rem;top:0.53125rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXBHs8vMHEI8wGRhlFT5pkvyk0SefvQ7 { width:6.25rem;height:0;top:9.5rem;left:6.875rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #oH2Ps82lvaDRqZdT7OR8PqwKL3C4Jv0T { width:8.75rem;height:auto;top:2.5625rem;left:5.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #lLuP1MehyUgWil9btuEEtLOwIuqmhNEy { width:4.5625rem;height:auto;top:2.5625rem;left:7.6875rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #gfgWpSAJAukaGLKDOpcbznHk8Zuizzb0 { width:7.1875rem;height:auto;top:2.5625rem;left:6.375rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #UD68NvbQ1Fbwph16s0I8S7XamT4kf4lO { width:8.75rem;height:auto;top:2.5rem;left:5.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #gSO7XAMI17mwmpTGKxIsOXbHo7rhyXEE { background-color:#ebd5cf;background-image:url("https://images.assets-landingi.com/uc/58c4356a-cf26-40ce-b9a3-ad68533f8f85/CAPAMOBILE.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gSO7XAMI17mwmpTGKxIsOXbHo7rhyXEE.adaptive-delivery-prevent-bg, #gSO7XAMI17mwmpTGKxIsOXbHo7rhyXEE.lazyload, #gSO7XAMI17mwmpTGKxIsOXbHo7rhyXEE.lazyloading { background-image: none; }#gSO7XAMI17mwmpTGKxIsOXbHo7rhyXEE > .row .container { background-color: transparent; background-image: none; }#gSO7XAMI17mwmpTGKxIsOXbHo7rhyXEE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gSO7XAMI17mwmpTGKxIsOXbHo7rhyXEE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gSO7XAMI17mwmpTGKxIsOXbHo7rhyXEE > .row .container > .video-iframe-container { display: none; }#gSO7XAMI17mwmpTGKxIsOXbHo7rhyXEE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gSO7XAMI17mwmpTGKxIsOXbHo7rhyXEE > .row > .video-iframe-container { display: none; }#gSO7XAMI17mwmpTGKxIsOXbHo7rhyXEE > .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); }#gSO7XAMI17mwmpTGKxIsOXbHo7rhyXEE > .row .container { border-width: 0; border-radius: 0; }#gSO7XAMI17mwmpTGKxIsOXbHo7rhyXEE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gSO7XAMI17mwmpTGKxIsOXbHo7rhyXEE > .row .container { width:20rem;height:49.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bDOtDsI6i2aW88lDJxovP5S8Eo3hcAZO { width:20rem;height:3.75rem;top:39.6875rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DOU7rTRUsm7XyLLqOeTxXwmbRNDcImDt { display:block; }
 }@media only screen and (max-width: 763px) { #TJPNaotpPzMH6Idr73UBCeivp65EZ9KQ { width:18.125rem;height:3.4375rem;top:42.875rem;left:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAz7aCyVRM8QEhv3fmZI6C1zRxlqZknw { display:block; }
 }@media only screen and (max-width: 763px) { #uKOGiDLMU8C4Wf5kUvrcR2b9f1xHSMvd { width:20rem;height:0;top:2rem;left:0rem;text-align:center;text-align-last:center;font-size:2.25rem;z-index:15013;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #iaql9wcW2i2Fbs1lX9aqWxXnrcmxWEDC { width:18.875rem;height:13.38571875rem;top:8.75rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.7;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #d4SnRtRRT4uIFWzdg1vAkyWcMnfR0pFX { background-color:transparent;background-image:none;width:18.875rem;left:0.5625rem;font-size:1.6875rem;top:1.8125rem;text-align:center;text-align-last:center;height:6.58008125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #IocLLTpOROEh8H1THmSDmpI8vcI4HGWh { display:block; }#IocLLTpOROEh8H1THmSDmpI8vcI4HGWh > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CaXDuZBIPcpUfERXUrPlFD5vnWzuTolg { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #126d62, #3db39e);background-image: -moz-linear-gradient(90deg, #126d62, #3db39e);background-image: -ms-linear-gradient(90deg, #126d62, #3db39e);background-image: -o-linear-gradient(90deg, #126d62, #3db39e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#126d62', endColorstr='#3db39e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#126d62', endColorstr='#3db39e' );";background-image: linear-gradient(90deg, #126d62, #3db39e);background-size:cover !important;display:block; }#CaXDuZBIPcpUfERXUrPlFD5vnWzuTolg > .row .container { background-color: transparent; background-image: none; }#CaXDuZBIPcpUfERXUrPlFD5vnWzuTolg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CaXDuZBIPcpUfERXUrPlFD5vnWzuTolg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CaXDuZBIPcpUfERXUrPlFD5vnWzuTolg > .row .container > .video-iframe-container { display: none; }#CaXDuZBIPcpUfERXUrPlFD5vnWzuTolg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CaXDuZBIPcpUfERXUrPlFD5vnWzuTolg > .row > .video-iframe-container { display: none; }#CaXDuZBIPcpUfERXUrPlFD5vnWzuTolg > .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); }#CaXDuZBIPcpUfERXUrPlFD5vnWzuTolg > .row .container { width:20rem;height:73.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WXkzc9g8uEaDsMPFfh7d2RsnxmKorfd1 { top:54.875rem;left:0.3125rem;width:19.375rem;height:2.1875rem;z-index:15078;overflow:hidden;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Mvams4M9I0FWoKS333ycJ50bPta5p4bC { top:76rem;left:0rem;width:20rem;height:13.625rem;z-index:14993;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #wRxyQD56H04AGyS02TQlhcVN69GSsoTK { width:15.6875rem;height:3.4375rem;top:3.1875rem;left:2.15625rem;text-align:center;text-align-last:center;font-size:1.5625rem;z-index:14998;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #BLG5P1EAi1Ln8kW4p6bL8OJqI9vHg2Cl { width:17.5rem;height:8.3125rem;top:8.25rem;left:1.1875rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #MgNZabFLQmeQu4XusSy2tusaR4ue19Tu { width:17.5rem;height:8.875rem;top:17.9375rem;left:1.25rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #KKiaQ5noNFVKzmd7BErNgVReGOQ9TgBg { width:17.5rem;height:8.1875rem;top:28.3125rem;left:1.1875rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #czaFyCpZ1le8EoIdtTHpFroTHBUy0i7F { width:17.5rem;height:9.75rem;top:48.125rem;left:1.1875rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #pt08118sJed7u5Hgd3nbHoOsrPv1kKFg { width:17.5rem;height:8.375rem;top:38.0625rem;left:1.1875rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #EGuiBwhBx52uybbnmtFp9HgryRIRfUHe { width:18.125rem;height:3.4375rem;top:65.75rem;left:0.9375rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ff6b6b, #ffd35c);background-image: -moz-linear-gradient(90deg, #ff6b6b, #ffd35c);background-image: -ms-linear-gradient(90deg, #ff6b6b, #ffd35c);background-image: -o-linear-gradient(90deg, #ff6b6b, #ffd35c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6b6b', endColorstr='#ffd35c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6b6b', endColorstr='#ffd35c' );";background-image: linear-gradient(90deg, #ff6b6b, #ffd35c);background-size:cover !important;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihDT11AJsaNsVHzrye0ZdqKxOB2RFEpm { display:block; }
 }@media only screen and (max-width: 763px) { #koZ6SUJ7kDWSUmiUQMhLpbzQTAHiUTkx { width:15.625rem;height:2.8125rem;top:12.6875rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:14998;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #aqTiz3I5DvhF81Wg5SFwBGmT7OrDymtI { width:15.625rem;height:2.8125rem;top:22.8125rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:14998;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Z3S9CNdrEV2XsyFtVq4UGQFZxJDCVTec { width:15.625rem;height:2.8125rem;top:32.625rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:14998;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #WTCvvnFfcSkD2BCl6hrAx9ozoe2bTpdv { width:15.625rem;height:2.8125rem;top:42.59375rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:14998;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #chVFab8ByHxpxk3pQciHwpSyCcKvTWF2 { width:14.125rem;height:4.21875rem;top:52.625rem;left:2.9375rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:14998;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #HICiKc88RRgRWBKZnIbTma3P9dqvhK9n { width:18.9375rem;height:3.9375rem;top:60.6875rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:14998;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #CCXIx6B3NUrH72yo0GXP6OfUzbZ4ORAv { width:2.8125rem;height:2.8125rem;top:9.3125rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4zM5DKSsSqJTR11UNxlmBkVdE8h9Daq { width:2.8125rem;height:2.8125rem;top:19.25rem;left:8.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6wTaeJxuBftIsa6yudogNbapouIlEWH { width:3.4375rem;height:3.4375rem;top:29rem;left:8.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsHKnDvVIEobfHurkeCrv0kwVeZR9Eww { width:2.8125rem;height:2.8125rem;top:39.1875rem;left:8.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztuMBTfFAyln1KGezs5nPH5PlPfOqz1E { width:2.125rem;height:2.875rem;top:49.1875rem;left:8.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcW8QWb8kXqFVdWfdtbEX4dU19KDP5A7 { display:block; }#CcW8QWb8kXqFVdWfdtbEX4dU19KDP5A7 > .row .container { width:20rem;height:92.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u6mTig2SDsR6yNMZTvVh62GuSHhWTTLS { width:20rem;height:20rem;top:8.625rem;left:0rem;z-index:15051;display:none; }
 }@media only screen and (max-width: 763px) { #cdyIQuUREllGeQ55yhDV78fdT4ylz9vP { width:14.1875rem;height:3.4375rem;top:3.458984375rem;left:2.90625rem;text-align:center;text-align-last:center;font-size:1.5625rem;z-index:14998;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #X8fsQB6lJJMuNKn6yLluxc64zzXqvxWC { width:20rem;height:15.625rem;top:7.833984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEqXuiD7qpBLVHpGtQegoXWWTc5FzAph { width:19.875rem;height:10.625rem;top:24.875rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #NecJTXHtpyTVNUvznW6GCvDZXSFI3IeT { width:17.0625rem;height:6.5625rem;top:27.736328125rem;left:1.46875rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:14998;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #vEmASchr3mfFTbdTJflX3ZSv0wVEdgTG { width:18.3125rem;height:1.3496125rem;top:26.38671875rem;left:0.84375rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:14998;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #mhPrLWobdsyJq3ZGSLFheZSX7rw3obck { width:19.875rem;height:9.75rem;top:36.8125rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #UB7cB55ogCXT3NhxycPs1gPrcA657QBD { width:16.625rem;height:5.25rem;top:39.8125rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:14998;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #DWXFAP3zAHf89S3vQpXwCJ4sTGgQhDSD { width:18.3125rem;height:1.3496125rem;top:38.5625rem;left:0.875rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:14998;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #TtgMnD0TTv3lCPm1e3wgyFSc5aqTLqv5 { width:19.875rem;height:9.75rem;top:48rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #ZHRJirlNcbg2H0IMc8BnIX5NbO0enwKK { width:16.875rem;height:5.25rem;top:51.0625rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:14998;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #q4t42bxnlGxWB00GObtQpiaHO9fSb6Gt { width:18.3125rem;height:1.3496125rem;top:49.8125rem;left:0.875rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:14998;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #BeDhWyRpEXAUWXcTqdGIX4sqxd3sdw9p { width:19.875rem;height:9.125rem;top:59.3125rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #ldmOvqXbDbsBwfHUTRuQb7IPfkP5TBgN { width:17.3125rem;height:3.9375rem;top:62.6875rem;left:1.375rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:14998;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #wPh4hPJ82N25C0mVx8qHICSsIMBw4QBk { width:18.3125rem;height:1.3496125rem;top:61.375rem;left:0.875rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:14998;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #f89b7Ng0gCgw6bTQUbJab5TWPy6nCZpy { width:19.875rem;height:9.75rem;top:70.125rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #ba4rUt9e8wcr09fM9SOvot3vTAJTmpsT { width:16rem;height:5.25rem;top:73.0625rem;left:2rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:14998;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #cf5Ko6x7r3OitNvtP5kCoJ9zUxReDgqr { width:18.125rem;height:1.3496125rem;top:71.75rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:14998;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #fmWR5ACEfw8ZpVFa8P9afylV2uLoUQvT { width:18.125rem;height:3.4375rem;top:83.021484375rem;left:0.9375rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ff6b6b, #ffd35c);background-image: -moz-linear-gradient(90deg, #ff6b6b, #ffd35c);background-image: -ms-linear-gradient(90deg, #ff6b6b, #ffd35c);background-image: -o-linear-gradient(90deg, #ff6b6b, #ffd35c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6b6b', endColorstr='#ffd35c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6b6b', endColorstr='#ffd35c' );";background-image: linear-gradient(90deg, #ff6b6b, #ffd35c);background-size:cover !important;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSRq0T78pGP6VbGs3aPKOPzNTk3LVh0d { display:block; }
 }@media only screen and (max-width: 763px) { #uhJoyl2TDvmpSbT2HMoQC0SQcZd0r6PM { display:block; }#uhJoyl2TDvmpSbT2HMoQC0SQcZd0r6PM > .row .container { width:20rem;height:12.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qwZJNCyFNaJ8USIlpny3aPuhuXbkszPW { width:16.5625rem;height:2.923825rem;top:2.5625rem;left:1.75rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:14998;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #pTfJ3cUuUdccIpyADa9Lb3FHtmZOSd6O { width:18.125rem;height:3.4375rem;top:6.125rem;left:0.9375rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ff6b6b, #ffd35c);background-image: -moz-linear-gradient(90deg, #ff6b6b, #ffd35c);background-image: -ms-linear-gradient(90deg, #ff6b6b, #ffd35c);background-image: -o-linear-gradient(90deg, #ff6b6b, #ffd35c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6b6b', endColorstr='#ffd35c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6b6b', endColorstr='#ffd35c' );";background-image: linear-gradient(90deg, #ff6b6b, #ffd35c);background-size:cover !important;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RR2T5R6NEwTnQMBflKyc7dcR6gxPzasW { display:block; }
 }@media only screen and (max-width: 763px) { #QciqhMyOqBfP2Pb7byeCi8l94irfTFv9 { width:20rem;height:10rem;top:1.0625rem;left:0rem;z-index:14997;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #2e8b73, #d8a24a);background-image: -moz-linear-gradient(180deg, #2e8b73, #d8a24a);background-image: -ms-linear-gradient(180deg, #2e8b73, #d8a24a);background-image: -o-linear-gradient(180deg, #2e8b73, #d8a24a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e8b73', endColorstr='#d8a24a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e8b73', endColorstr='#d8a24a' );";background-image: linear-gradient(180deg, #2e8b73, #d8a24a);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #IFvKQlFZkRo2T6MVywZuECnlyxu6WbJQ { display:block; }#IFvKQlFZkRo2T6MVywZuECnlyxu6WbJQ > .row .container { width:20rem;height:38.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DIOmphMxTDagvMUqTQPIF5oZPBIWxlyl { width:20rem;height:20rem;top:28.75rem;left:0rem;z-index:15051;display:none; }
 }@media only screen and (max-width: 763px) { #eSq2gQUFapqs6typ7XkTqEFAa0B0RhCi { width:20rem;height:3.125rem;top:4.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;z-index:14998;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #oorcbOQTG7xaGQHbmhhxOHKdfRrial1y { width:20rem;height:26.75rem;top:7.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOVJ51bMCZv72Insdh0cqy5hTuy7Id7A { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(46,139,115,0.8), rgba(46,139,115,0.75));background-image: -moz-linear-gradient(180deg, rgba(46,139,115,0.8), rgba(46,139,115,0.75));background-image: -ms-linear-gradient(180deg, rgba(46,139,115,0.8), rgba(46,139,115,0.75));background-image: -o-linear-gradient(180deg, rgba(46,139,115,0.8), rgba(46,139,115,0.75));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e8b73cc', endColorstr='#2e8b73bf' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e8b73cc', endColorstr='#2e8b73bf' );";background-image: linear-gradient(180deg, rgba(46,139,115,0.8), rgba(46,139,115,0.75));background-size:cover !important;display:block; }#iOVJ51bMCZv72Insdh0cqy5hTuy7Id7A > .row .container { background-color: transparent; background-image: none; }#iOVJ51bMCZv72Insdh0cqy5hTuy7Id7A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iOVJ51bMCZv72Insdh0cqy5hTuy7Id7A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iOVJ51bMCZv72Insdh0cqy5hTuy7Id7A > .row .container > .video-iframe-container { display: none; }#iOVJ51bMCZv72Insdh0cqy5hTuy7Id7A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iOVJ51bMCZv72Insdh0cqy5hTuy7Id7A > .row > .video-iframe-container { display: none; }#iOVJ51bMCZv72Insdh0cqy5hTuy7Id7A > .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); }#iOVJ51bMCZv72Insdh0cqy5hTuy7Id7A > .row .container { width:20rem;height:61.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ttk9gbI19vbWH4KbOqM5QnP2BzJkhOrZ { width:17.6875rem;height:0;top:8.53515625rem;left:1.46875rem;text-align:center;text-align-last:center;font-size:1rem;z-index:14998;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #X4O4GhgLryaygkJG8KJBWvvsTNmLtTIg { width:19.375rem;height:21.5625rem;top:34.1875rem;left:0.3125rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/7c28d9d5-9c54-45f9-aca3-73563b94bd77/IMG_3752.JPG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#X4O4GhgLryaygkJG8KJBWvvsTNmLtTIg.adaptive-delivery-prevent-bg, #X4O4GhgLryaygkJG8KJBWvvsTNmLtTIg.lazyload, #X4O4GhgLryaygkJG8KJBWvvsTNmLtTIg.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #JKFFmCMK7F93bZsbCvh5d8LvgCN6n36X { width:19.375rem;height:31.8125rem;top:2.375rem;left:0.3125rem;z-index:14997;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) { #THunW8dMia64NGsVheBSdNMoUL0FWCHG { width:20rem;height:1.5625rem;top:4.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;z-index:14998;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #WDaKraxsR0m4dCnoMpbkEfOEK18knwpN { width:18.125rem;height:3.4375rem;top:54.5625rem;left:0.9375rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ff6b6b, #ffd35c);background-image: -moz-linear-gradient(90deg, #ff6b6b, #ffd35c);background-image: -ms-linear-gradient(90deg, #ff6b6b, #ffd35c);background-image: -o-linear-gradient(90deg, #ff6b6b, #ffd35c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6b6b', endColorstr='#ffd35c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6b6b', endColorstr='#ffd35c' );";background-image: linear-gradient(90deg, #ff6b6b, #ffd35c);background-size:cover !important;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hENcKpwQh0XN0MLUfKHi8GFRKptC0tvK { display:block; }
 }@media only screen and (max-width: 763px) { #Q9cAa17eOfZOuFQITdWHAihF6UMvcbib { width:20rem;height:1.29980625rem;top:6rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;z-index:14998;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #p9h7GkpTs5Bp0oDAS5Z9GTlB8QdmEqXm { width:17.25rem;height:24.9375rem;top:7.5rem;left:1.375rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:14999;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #tlDhZoUtxLXScUs6NJmVoFoZsOaCl0RP { background-color:transparent;background-image: -webkit-linear-gradient(top, #d9efe7, #bfe0d4);background-image: -moz-linear-gradient(top, #d9efe7, #bfe0d4);background-image: -ms-linear-gradient(top, #d9efe7, #bfe0d4);background-image: -o-linear-gradient(top, #d9efe7, #bfe0d4);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9efe7', endColorstr='#bfe0d4' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9efe7', endColorstr='#bfe0d4' );";background-image: linear-gradient(to bottom, #d9efe7, #bfe0d4);background-size:cover !important;display:block; }#tlDhZoUtxLXScUs6NJmVoFoZsOaCl0RP > .row .container { background-color: transparent; background-image: none; }#tlDhZoUtxLXScUs6NJmVoFoZsOaCl0RP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tlDhZoUtxLXScUs6NJmVoFoZsOaCl0RP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tlDhZoUtxLXScUs6NJmVoFoZsOaCl0RP > .row .container > .video-iframe-container { display: none; }#tlDhZoUtxLXScUs6NJmVoFoZsOaCl0RP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tlDhZoUtxLXScUs6NJmVoFoZsOaCl0RP > .row > .video-iframe-container { display: none; }#tlDhZoUtxLXScUs6NJmVoFoZsOaCl0RP > .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); }#tlDhZoUtxLXScUs6NJmVoFoZsOaCl0RP > .row .container { width:20rem;height:47.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KmPwRsZME1xN9ILTFJV9if71HoyAECoC { width:20rem;height:20rem;top:28.75rem;left:0rem;z-index:15051;display:none; }
 }@media only screen and (max-width: 763px) { #gGIZ2p40z5cBsl3LHogpbXc8w4U9qJPz { width:20rem;height:1.5625rem;top:4.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;z-index:14998;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #fXDkhl8L5cFyA3wEP8nr3TboSNDGE1lJ .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#fXDkhl8L5cFyA3wEP8nr3TboSNDGE1lJ .accordion-heading-text { line-height:1.3;overflow:hidden;height:auto;font-size:1rem; }
#fXDkhl8L5cFyA3wEP8nr3TboSNDGE1lJ .accordion-desc-text { font-size:0.875rem;height:auto;text-align:left;text-align-last:left; }
#fXDkhl8L5cFyA3wEP8nr3TboSNDGE1lJ { display:flex;height:auto;width:17.5rem;top:5.9375rem;left:0rem;gap:0.5rem; }
 }@media only screen and (max-width: 763px) { #fXDkhl8L5cFyA3wEP8nr3TboSNDGE1lJ #zP1CFiM1gk20nvJT0ZQk8VPFdHoVgg1I {  }
 }@media only screen and (max-width: 763px) { #fXDkhl8L5cFyA3wEP8nr3TboSNDGE1lJ #LyZ8iGsAHgG3BxsTcFrNHMyzsVA77mV0 {  }
 }@media only screen and (max-width: 763px) { #fXDkhl8L5cFyA3wEP8nr3TboSNDGE1lJ #Jf5nfVdv00qJAAEU7kT9DX6lZ8M3TQ59 {  }
 }@media only screen and (max-width: 763px) { #fXDkhl8L5cFyA3wEP8nr3TboSNDGE1lJ #TBJ6MTz2iXE2xZr2k9rHkzPlmDgO0Vyx {  }
 }@media only screen and (max-width: 763px) { #fXDkhl8L5cFyA3wEP8nr3TboSNDGE1lJ #lxOn4g13JMyXaTRw7Xfmukel5Jv2dGTD {  }
 }@media only screen and (max-width: 763px) { #fXDkhl8L5cFyA3wEP8nr3TboSNDGE1lJ #pNFsw4IVhRCDlIBD0azdXTtZT9hIuCiz {  }
 }@media only screen and (max-width: 763px) { #fXDkhl8L5cFyA3wEP8nr3TboSNDGE1lJ #P2EXqlH3yQBRhaTk2yOxUsQB8T7LOIIa {  }
 }@media only screen and (max-width: 763px) { #fXDkhl8L5cFyA3wEP8nr3TboSNDGE1lJ #TIPzIWzIoy8GqV8T0V4w3rWHd2rshW9A {  }
 }@media only screen and (max-width: 763px) { #fXDkhl8L5cFyA3wEP8nr3TboSNDGE1lJ #gE7MqVT72Lo0MTwkwqDvFWIa19D32lmy {  }
 }@media only screen and (max-width: 763px) { #fXDkhl8L5cFyA3wEP8nr3TboSNDGE1lJ #ZVexcQJ0Pi9p8l1gXsFfNnqwWTpfL31i {  }
 }@media only screen and (max-width: 763px) { #fXDkhl8L5cFyA3wEP8nr3TboSNDGE1lJ #p9Gxm2bng9QJNdXef4FQkmTHtgktgNGB {  }
 }@media only screen and (max-width: 763px) { #fXDkhl8L5cFyA3wEP8nr3TboSNDGE1lJ #TroVL2iVLQUWBF82s1WC4BpFyR3TLIkV {  }
 }@media only screen and (max-width: 763px) { #fXDkhl8L5cFyA3wEP8nr3TboSNDGE1lJ #SrTTaJAF2p18D3uKmwbLIR2DdAxXclVr {  }
 }@media only screen and (max-width: 763px) { #fXDkhl8L5cFyA3wEP8nr3TboSNDGE1lJ #wO9CRJ1LK1neCsI4HmMN6HfyIb93TTTd {  }
 }@media only screen and (max-width: 763px) { #fXDkhl8L5cFyA3wEP8nr3TboSNDGE1lJ #tgJra33uwgvTMAKZAErzC7p4d297xcF7 {  }
 }@media only screen and (max-width: 763px) { #fXDkhl8L5cFyA3wEP8nr3TboSNDGE1lJ #mDC1m9ETd8RXT9xXyc1FutD25R6tB7Da {  }
 }@media only screen and (max-width: 763px) { #fXDkhl8L5cFyA3wEP8nr3TboSNDGE1lJ #MdihL5T5SAH5THy9aAuDb8abCBhnqyUR {  }
 }@media only screen and (max-width: 763px) { #fXDkhl8L5cFyA3wEP8nr3TboSNDGE1lJ #RDAlQyq6RABw18puQoTq8oU8NU1g4XZU {  }
 }@media only screen and (max-width: 763px) { #fXDkhl8L5cFyA3wEP8nr3TboSNDGE1lJ #sXHeTQNcCf9KbuZftqo2WvMoxlTbtoNN {  }
 }@media only screen and (max-width: 763px) { #fXDkhl8L5cFyA3wEP8nr3TboSNDGE1lJ #XlOHF5HhCX5O0GhUOkpOLnnqta5CRh1q {  }
 }@media only screen and (max-width: 763px) { #fXDkhl8L5cFyA3wEP8nr3TboSNDGE1lJ #V93a4pRgg6B4zgh8CWO6GHtRXLTiDoKa {  }
 }@media only screen and (max-width: 763px) { #fXDkhl8L5cFyA3wEP8nr3TboSNDGE1lJ #XXJvG3VKDT0oKw2hT5xK2IBnZHdIvSwA {  }
 }@media only screen and (max-width: 763px) { #fXDkhl8L5cFyA3wEP8nr3TboSNDGE1lJ #x3T9RFxWmDeGrmx4OeLyihdTbp0D24VO {  }
 }@media only screen and (max-width: 763px) { #fXDkhl8L5cFyA3wEP8nr3TboSNDGE1lJ #UiQite58oHM0VwnEcmeF10fATvV0bHyq {  }
 }@media only screen and (max-width: 763px) { #fXDkhl8L5cFyA3wEP8nr3TboSNDGE1lJ #rk69okTtRLIoIIfh0yRABTZGKpFWen8K {  }
 }@media only screen and (max-width: 763px) { #ZPKgwOeSusPmtHEJtu0mV0NEmT3zkAZQ { background-color:#1e4f45;background-image:none;display:block; }#ZPKgwOeSusPmtHEJtu0mV0NEmT3zkAZQ > .row .container { background-color: transparent; background-image: none; }#ZPKgwOeSusPmtHEJtu0mV0NEmT3zkAZQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZPKgwOeSusPmtHEJtu0mV0NEmT3zkAZQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZPKgwOeSusPmtHEJtu0mV0NEmT3zkAZQ > .row .container > .video-iframe-container { display: none; }#ZPKgwOeSusPmtHEJtu0mV0NEmT3zkAZQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZPKgwOeSusPmtHEJtu0mV0NEmT3zkAZQ > .row > .video-iframe-container { display: none; }#ZPKgwOeSusPmtHEJtu0mV0NEmT3zkAZQ > .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); }#ZPKgwOeSusPmtHEJtu0mV0NEmT3zkAZQ > .row .container { width:20rem;height:11.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JyqhnI43gyLzmZJi788tM3dNFZ5fVuOt { width:20rem;height:2.2734375rem;top:1.123046875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #F3USq1bMKxzGbWTMxhuxsoFZGqslmvZn { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#F3USq1bMKxzGbWTMxhuxsoFZGqslmvZn { background-color: transparent; background-image: none; }#F3USq1bMKxzGbWTMxhuxsoFZGqslmvZn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F3USq1bMKxzGbWTMxhuxsoFZGqslmvZn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F3USq1bMKxzGbWTMxhuxsoFZGqslmvZn > .row .container > .video-iframe-container { display: none; }#F3USq1bMKxzGbWTMxhuxsoFZGqslmvZn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F3USq1bMKxzGbWTMxhuxsoFZGqslmvZn > .row > .video-iframe-container { display: none; }#F3USq1bMKxzGbWTMxhuxsoFZGqslmvZn > .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); }#F3USq1bMKxzGbWTMxhuxsoFZGqslmvZn > .row .container { width:20rem;height:3.6875rem;background-color:transparent;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NsnlgOnsb3LP2Xy6apoyvhfzAAHxHN6p { width:18.75rem;height:3.125rem;top:0.25rem;left:0.625rem;font-size:1.125rem;z-index:15015;background-color:#d4977b;background-image:url("https://images.assets-landingi.com/uc/7f0fa001-25b5-44bf-934d-c6e051ba1307/SemTtulo3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }#NsnlgOnsb3LP2Xy6apoyvhfzAAHxHN6p.adaptive-delivery-prevent-bg, #NsnlgOnsb3LP2Xy6apoyvhfzAAHxHN6p.lazyload, #NsnlgOnsb3LP2Xy6apoyvhfzAAHxHN6p.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #LFe3hz7hS0rdiyRDlwi7nQUME1Cq9TNa { display:block; }
 }