.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:0,237,255;--color-primary-1:0,255,134;--color-primary-2:60,157,158;--color-primary-3:0,179,154;--color-primary-4:15,121,83;--color-secondary-0:217,179,145;--color-secondary-1:206,120,84;--color-secondary-2:242,138,46;--color-secondary-3:240,160,7;--color-secondary-4:67,34,20;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:Montserrat Jr;--paragraphs-font-family:Poppins; }@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:#a8e8cd;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yyS1I2TxOemMw6s7UpD9mi26Jan0XTb8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ca0707;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; }#yyS1I2TxOemMw6s7UpD9mi26Jan0XTb8 > .row .container { border-width: 0; border-radius: 0; }#yyS1I2TxOemMw6s7UpD9mi26Jan0XTb8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yyS1I2TxOemMw6s7UpD9mi26Jan0XTb8 > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:75rem;position:relative;display:none; }#oFEIPfV2gLvOinyEW4vFOi5ywsEGlnTD { color:rgba(var(--color-tertiary-4),1);display:block;width:38.0625rem;position:absolute;font-family:"montserrat 900";font-size:2.1875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-0),0.5);top:0.890625rem;left:11.541667938233rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#O2vmAoz54hn2ntkV37N3hi6T9T7a7IOF .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#O2vmAoz54hn2ntkV37N3hi6T9T7a7IOF .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0.35375rem;padding-right:0.300625rem;padding-bottom:0.35375rem;padding-left:0.300625rem;display:block;align-items:center;width:1.805625rem;min-width:1.805625rem;height:1.89875rem;position:relative;font-family:"open sans";font-size:1.413125rem;font-weight:700;line-height:30.38px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#O2vmAoz54hn2ntkV37N3hi6T9T7a7IOF .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.22125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.4075rem;height:0.750625rem;position:relative;font-family:"open sans";font-size:0.530625rem;font-weight:400;line-height:12.01px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#O2vmAoz54hn2ntkV37N3hi6T9T7a7IOF { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:13.625rem;height:3.578125rem;padding-top:0.44125rem;padding-right:0.43rem;padding-bottom:0.44125rem;padding-left:0.43rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0.125rem;left:49.5625rem;z-index:15001; }
#O2vmAoz54hn2ntkV37N3hi6T9T7a7IOF #OclLPJI0kNyX3VtgNglv43fn446h5Bfp { display:flex;position:relative;top:0rem;left:0rem; }
#O2vmAoz54hn2ntkV37N3hi6T9T7a7IOF #KCTRGRQ85bc2XHC6wfbC74eNH1uQtysp { width:auto; }
#O2vmAoz54hn2ntkV37N3hi6T9T7a7IOF #HqsDXGAT6RxfEzOKV01M5TsVXoDMT3vG {  }
#O2vmAoz54hn2ntkV37N3hi6T9T7a7IOF #t2SKeUxcypTIkG6QlRniDmgsSxw70OhW { display:flex;position:relative;top:0rem;left:0rem; }
#O2vmAoz54hn2ntkV37N3hi6T9T7a7IOF #QtTaaCxM49Pr4r6mW7L9WphpzkauG0Np {  }
#O2vmAoz54hn2ntkV37N3hi6T9T7a7IOF #Ud3UBHH8TMPhldmmHikBT2LUrR4p77wA {  }
#O2vmAoz54hn2ntkV37N3hi6T9T7a7IOF #wX3wRXTMufXiqdCzXW78dSPOn6zWkzoe { display:flex;position:relative;top:0rem;left:0rem; }
#O2vmAoz54hn2ntkV37N3hi6T9T7a7IOF #hAevgLsnOMTxRBxCqmyOkAscPrEPa1Ht {  }
#O2vmAoz54hn2ntkV37N3hi6T9T7a7IOF #PBF426u5nRZhKphsmicBMyk8xxNBlT21 {  }
#O2vmAoz54hn2ntkV37N3hi6T9T7a7IOF #zqNN60JQSmVJCehkh22IMt3Q0HQlWpdS { display:flex;position:relative;top:0rem;left:0rem; }
#O2vmAoz54hn2ntkV37N3hi6T9T7a7IOF #KbGcdNa88mlQM1D9zQzVuvPE8ObV4460 {  }
#O2vmAoz54hn2ntkV37N3hi6T9T7a7IOF #nxyKZ2Z83P8btTrtUTMbWqM4iATVu6Mx {  }
#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/3ad85eb6-2f02-451c-b36f-f3db256798f5/Jejum_01.gif");background-position:bottom 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; }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz.adaptive-delivery-prevent-bg, #Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz.lazyload, #Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz.lazyloading { background-image: none; }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz > .row .container { background-color: transparent; background-image: none; }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz > .row .container > .video-iframe-container { display: none; }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz > .row > .video-iframe-container { display: none; }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz > .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); }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz > .row .container { border-width: 0; border-radius: 0; }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz > .row .container { font-size:0.875rem;font-family:arial;height:38.75rem;width:75rem;position:relative;display:block; }#Teci2cKfZBczzmUcvViMMUSs3MbfRen7 { 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:8.5rem;width:30.375rem;top:2.8125rem;left:8.5201835632325rem;overflow:hidden;display:block; }
#zcX2P9LSDp4qbMrfBBzS8A2aslV3T0RE { color:#494446;display:block;width:43.375rem;position:absolute;font-family:"open sans";font-size:2.0625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:12.672526359558rem;left:8.5201835632325rem;height:13.40575rem;display:block; }
#eFTQT043h9uKFNKH4L9bhkDrrOPXMhh8 { background-color:transparent;background-image: -webkit-linear-gradient(197deg, rgba(var(--color-secondary-3),1), #57b4b5);background-image: -moz-linear-gradient(197deg, rgba(var(--color-secondary-3),1), #57b4b5);background-image: -ms-linear-gradient(197deg, rgba(var(--color-secondary-3),1), #57b4b5);background-image: -o-linear-gradient(197deg, rgba(var(--color-secondary-3),1), #57b4b5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='#57b4b5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='#57b4b5' );";background-image: linear-gradient(197deg, rgba(var(--color-secondary-3),1), #57b4b5);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.8;overflow:hidden;position:absolute;width:24.25rem;height:4.75rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:28.375rem;left:8.5201835632325rem;display:block; }
#dLseaV0FU1TXXJLzHrV0rOn7nO4kk0SS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qXzmgRchlExnxOmv8bQnTRxbMHKeApaT { 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:62.5rem;width:49.8125rem;display:none; }
#zpkDkkZaSJBqx0kLdcoGKoEMWadf5SNn { position:absolute;display:block;z-index:15051;background-color:rgba(var(--color-primary-3),1);background-image:none;border-top:0.125rem solid rgba(var(--color-primary-3),1);border-left:0.125rem solid rgba(var(--color-primary-3),1);border-right:0.125rem solid rgba(var(--color-primary-3),1);border-bottom:0.125rem solid rgba(var(--color-primary-3),1);border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:9.375rem;width:12.5625rem;top:36.75rem;left:4.375rem;display:block; }
#VgLXHcao3Vs42PlwLqL4qSCEyTG6fs4C { position:absolute;display:block;z-index:15048;background-color:rgba(var(--color-primary-3),1);background-image:none;border-top:0.125rem solid rgba(var(--color-primary-3),1);border-left:0.125rem solid rgba(var(--color-primary-3),1);border-right:0.125rem solid rgba(var(--color-primary-3),1);border-bottom:0.125rem solid rgba(var(--color-primary-3),1);border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:9.375rem;width:12.5625rem;top:36.75rem;left:18rem;display:block; }
#f1kR015WGLU7CWtl0KwHfJIsumzJ4zTi { position:absolute;display:block;z-index:15049;background-color:rgba(var(--color-primary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:9.375rem;width:12.5625rem;top:36.75rem;left:31.375rem;display:block; }
#t2S9GmF6U5XNwZdU0zfGUGZmLVW5sawN { position:absolute;display:block;z-index:15050;background-color:rgba(var(--color-primary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:9.375rem;width:12.5625rem;top:36.75rem;left:44.75rem;display:block; }
#WHlwlfdMsvlaIO7lI3HsNBAllhgGff0m { position:absolute;display:block;z-index:15051;background-color:rgba(var(--color-primary-3),1);background-image:none;border-top:0.125rem solid rgba(var(--color-primary-3),1);border-left:0.125rem solid rgba(var(--color-primary-3),1);border-right:0.125rem solid rgba(var(--color-primary-3),1);border-bottom:0.125rem solid rgba(var(--color-primary-3),1);border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:9.375rem;width:12.5625rem;top:36.75rem;left:58.0625rem;display:block; }
#v2yPO8XRiTDGzblT8GiEU3yATXg0K8hg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15060;opacity:1;top:38.125rem;left:9.21875rem; }
#qR7qRhygVlwVt26cMgzCgJxU6rNQ0nzO { box-sizing:content-box;color:#5d92ff;font-size:2.4375rem;font-weight:400;line-height:1;height:3.5rem;width:3.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15057;opacity:1;top:37.9375rem;left:22.656253814698rem; }
#UPJtIfNkRIHmSQBCa10gBk3mdcoLqRGA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15059;opacity:1;top:38.125rem;left:36.218753814698rem; }
#U6xEK936rswBSulnyfO52lTaON0IuZ1l { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15058;opacity:1;top:38.25rem;left:49.593753814698rem; }
#UJxqCbJSDENc9uL89XxJxkZ8khwE9TV9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15059;opacity:1;top:38.25rem;left:63.0312538147rem; }
#T31QWMNBKfTg8GeBnU5TdePg1qlw1sbd { color:rgba(var(--color-tertiary-0),1);display:block;width:8.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15052;line-height:1.3;letter-spacing:0;top:2.9375rem;left:6.4375rem;height:2.92448125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#hiTzIpGDTawFWEkHq5zpZP0UTWJCTNWN { color:rgba(var(--color-tertiary-0),1);display:block;width:8.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15049;line-height:1.3;letter-spacing:0;top:3.66796875rem;left:20.15625rem;height:2.924475rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#zLJKCSfdVKDMfurNC04FdnSImaE3mmHs { color:rgba(var(--color-tertiary-0),1);display:block;width:8.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15050;line-height:.9;letter-spacing:0;top:4.1178398132324rem;left:33.593753814698rem;height:2.0247375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#z4go3OhH6lnH29IkZAeRAV8moWsUrgX3 { color:rgba(var(--color-tertiary-0),1);display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15051;line-height:.9;letter-spacing:0;top:4.1178398132324rem;left:48.125003814698rem;height:2.0247375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#a3yZ6ERhPpqtSWPsFAgcVfPwFaruxfWJ { color:rgba(var(--color-tertiary-0),1);display:block;width:9.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15051;line-height:1;letter-spacing:0;top:4.005859375rem;left:59.875003814698rem;height:2.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#hQ61VNtwDb6Ms31fVpFW82CKFkCgV4mQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffebe6;background-image:url("https://images.assets-landingi.com/uc/dcca362b-0588-4fd6-ae37-4fa3388c36c1/Jejum_02.gif");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; }#hQ61VNtwDb6Ms31fVpFW82CKFkCgV4mQ.adaptive-delivery-prevent-bg, #hQ61VNtwDb6Ms31fVpFW82CKFkCgV4mQ.lazyload, #hQ61VNtwDb6Ms31fVpFW82CKFkCgV4mQ.lazyloading { background-image: none; }#hQ61VNtwDb6Ms31fVpFW82CKFkCgV4mQ > .row .container { background-color: transparent; background-image: none; }#hQ61VNtwDb6Ms31fVpFW82CKFkCgV4mQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hQ61VNtwDb6Ms31fVpFW82CKFkCgV4mQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hQ61VNtwDb6Ms31fVpFW82CKFkCgV4mQ > .row .container > .video-iframe-container { display: none; }#hQ61VNtwDb6Ms31fVpFW82CKFkCgV4mQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hQ61VNtwDb6Ms31fVpFW82CKFkCgV4mQ > .row > .video-iframe-container { display: none; }#hQ61VNtwDb6Ms31fVpFW82CKFkCgV4mQ > .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); }#hQ61VNtwDb6Ms31fVpFW82CKFkCgV4mQ > .row .container { border-width: 0; border-radius: 0; }#hQ61VNtwDb6Ms31fVpFW82CKFkCgV4mQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hQ61VNtwDb6Ms31fVpFW82CKFkCgV4mQ > .row .container { font-size:0.875rem;font-family:arial;height:41.5rem;width:75rem;position:relative;display:block; }#fvtks7oydnoQm7NUHXdwv3QV6DWriG82 { color:#25282a;display:block;width:34.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:11.875rem;left:20.15625rem;height:2.03125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nx0QZphChyyp1nfomeQoHWhT3VnZd8dX { color:#25282a;display:block;width:69.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1.2;letter-spacing:0;top:14.65625rem;left:2.625rem;height:25.6426rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#cDSRG2fgrRAoP9r9d6Ngwx4fnPucbObS { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:7.625rem;width:41.25rem;top:40.9375rem;left:17rem;display:block; }
#z0fxRFvvEemp5AS9eADPSG8WWRoC4gIe { color:rgba(var(--color-tertiary-0),1);display:block;width:8.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15052;line-height:1.3;letter-spacing:0;top:2.9375rem;left:6.4375rem;height:2.92480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Ue3Tuu3tVrG2c2z6KJiMDEyqm5pFh4wy { color:rgba(var(--color-tertiary-0),1);display:block;width:8.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15049;line-height:1.3;letter-spacing:0;top:3.66796875rem;left:20.15625rem;height:2.9248rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#HgILkK7grUQ4PlKHcTtIPpNzBb2ZeNmO { color:rgba(var(--color-tertiary-0),1);display:block;width:8.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15050;line-height:.9;letter-spacing:0;top:4.1178398132324rem;left:33.593753814698rem;height:2.0244125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#T03c9XdPLlliZBDnl0Tgf5AFGop7eSNu { color:rgba(var(--color-tertiary-0),1);display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15051;line-height:.9;letter-spacing:0;top:4.1178398132324rem;left:48.125003814698rem;height:2.0244125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#uP8BLgn4rdb5I0Rf5nNK7CGJtx9RI4Pe { color:rgba(var(--color-tertiary-0),1);display:block;width:9.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15051;line-height:1;letter-spacing:0;top:4.005859375rem;left:59.875003814698rem;height:2.25043125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#CtSD1liFphvuKKrucsWT10hxlUCyORBa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/6b3fb538-178e-4020-b7d9-196f19186dd2/Jejum_03.gif");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; }#CtSD1liFphvuKKrucsWT10hxlUCyORBa.adaptive-delivery-prevent-bg, #CtSD1liFphvuKKrucsWT10hxlUCyORBa.lazyload, #CtSD1liFphvuKKrucsWT10hxlUCyORBa.lazyloading { background-image: none; }#CtSD1liFphvuKKrucsWT10hxlUCyORBa > .row .container { background-color: transparent; background-image: none; }#CtSD1liFphvuKKrucsWT10hxlUCyORBa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CtSD1liFphvuKKrucsWT10hxlUCyORBa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CtSD1liFphvuKKrucsWT10hxlUCyORBa > .row .container > .video-iframe-container { display: none; }#CtSD1liFphvuKKrucsWT10hxlUCyORBa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CtSD1liFphvuKKrucsWT10hxlUCyORBa > .row > .video-iframe-container { display: none; }#CtSD1liFphvuKKrucsWT10hxlUCyORBa > .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); }#CtSD1liFphvuKKrucsWT10hxlUCyORBa > .row .container { border-width: 0; border-radius: 0; }#CtSD1liFphvuKKrucsWT10hxlUCyORBa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CtSD1liFphvuKKrucsWT10hxlUCyORBa > .row .container { font-size:0.875rem;font-family:arial;height:38.1875rem;width:75rem;position:relative;display:block; }#XMRbUByqzvEVgJX5KPS8pSwhm0rofXsz { color:#fb3128;display:block;width:34.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:9.3125rem;left:20.15625rem;height:3.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fMuN0rleVARDsXX1At0NN0EfyF9nSvhw { position:absolute;display:block;z-index:15012;background-color:transparent;background-image:none;border-top:0.125rem solid #ff5954;border-left:0.125rem solid #ff5954;border-right:0.125rem solid #ff5954;border-bottom:0.125rem solid #ff5954;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:4.6875rem;width:49.375rem;top:14.5rem;left:12.8125rem;display:block; }
#piHBCT3ElWRSgIqF2TPEZX8hpnbGzZlf { position:absolute;display:block;z-index:15021;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.125rem;width:2.125rem;top:15.375rem;left:13.8125rem;overflow:hidden;display:block; }
#XEk4grRhtIJl5ysUeqLTDtVfRvOZeFgJ { position:absolute;display:block;z-index:15013;background-color:transparent;background-image:none;border-top:0.125rem solid #ff5954;border-left:0.125rem solid #ff5954;border-right:0.125rem solid #ff5954;border-bottom:0.125rem solid #ff5954;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:4.6875rem;width:49.375rem;top:20.4375rem;left:12.8125rem;display:block; }
#xU2ovv8s1ciiJTJ7tMtER0lwtNiCbvKt { color:#494446;display:block;width:44.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:15.375rem;left:16.875rem;height:2.92480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#CwlKyKyzVeAsf3VsyLNe6tv3PF5wQqyV { position:absolute;display:block;z-index:15022;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.125rem;width:2.125rem;top:21.3125rem;left:13.8125rem;overflow:hidden;display:block; }
#Q61nbbV5aooq6Wz9Re8dqIca3KXMkOUu { color:#494446;display:block;width:44.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:21.3125rem;left:16.875rem;height:2.92480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#xRAvcw0fz8SZTvXavuJQDhaC70Jx6wUa { position:absolute;display:block;z-index:15011;background-color:transparent;background-image:none;border-top:0.125rem solid #ff5954;border-left:0.125rem solid #ff5954;border-right:0.125rem solid #ff5954;border-bottom:0.125rem solid #ff5954;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:10.8125rem;width:49.375rem;top:26.0625rem;left:12.8125rem;display:block; }
#nXwS9aQQeu6m065g9Zo4Tef6m7GgcdyJ { position:absolute;display:block;z-index:15020;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.125rem;width:2.125rem;top:27.625rem;left:13.8125rem;overflow:hidden;display:block; }
#UrpIWhubpx2Uuc3XVqBJkzUFT0PQ7WXh { color:#494446;display:block;width:44.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:27.625rem;left:16.875rem;height:7.312rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#yStg0k76nOPeEGEkNsnG5UdoudDwuluT { color:#25282a;display:block;width:38.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:0.125rem;left:18.4375rem;height:6.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#JmUsuEK0LDXKUf2JnXBfyTrF2KGK7gEZ { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:7.625rem;width:41.25rem;top:41.4375rem;left:18.875rem;display:none; }
#w785SOzC7MH4Jz0S55qBPxR7aDOuiySK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/bb79502e-5624-4338-9a9d-6cf1f4f2ce4e/Jejum_04.gif");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; }#w785SOzC7MH4Jz0S55qBPxR7aDOuiySK.adaptive-delivery-prevent-bg, #w785SOzC7MH4Jz0S55qBPxR7aDOuiySK.lazyload, #w785SOzC7MH4Jz0S55qBPxR7aDOuiySK.lazyloading { background-image: none; }#w785SOzC7MH4Jz0S55qBPxR7aDOuiySK > .row .container { background-color: transparent; background-image: none; }#w785SOzC7MH4Jz0S55qBPxR7aDOuiySK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w785SOzC7MH4Jz0S55qBPxR7aDOuiySK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w785SOzC7MH4Jz0S55qBPxR7aDOuiySK > .row .container > .video-iframe-container { display: none; }#w785SOzC7MH4Jz0S55qBPxR7aDOuiySK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w785SOzC7MH4Jz0S55qBPxR7aDOuiySK > .row > .video-iframe-container { display: none; }#w785SOzC7MH4Jz0S55qBPxR7aDOuiySK > .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); }#w785SOzC7MH4Jz0S55qBPxR7aDOuiySK > .row .container { border-width: 0; border-radius: 0; }#w785SOzC7MH4Jz0S55qBPxR7aDOuiySK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w785SOzC7MH4Jz0S55qBPxR7aDOuiySK > .row .container { font-size:0.875rem;font-family:arial;height:31.25rem;width:75rem;position:relative;display:block; }#BxvwDvkITei3Gi8CO17PKt2pqNkcQLqu { position:absolute;display:block;z-index:15015;background-color:transparent;background-image:none;border-top:0.125rem solid #ff5954;border-left:0.125rem solid #ff5954;border-right:0.125rem solid #ff5954;border-bottom:0.125rem solid #ff5954;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:6.5rem;width:49.375rem;top:0rem;left:12.6875rem;display:block; }
#dwTf0iDNxW8TAhO7iOQTLOMnCQgJsR6A { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:2.125rem;top:0.9375rem;left:13.6875rem;overflow:hidden;display:block; }
#p8zLg9ZA54Tn1xAiEmITOdwfvxwp9ip1 { color:#494446;display:block;width:44.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:0.9375rem;left:16.75rem;height:4.38720625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#LuEtdTeZli7qhQv2bdLIy4W4Ji0kqdbn { position:absolute;display:block;z-index:15016;background-color:transparent;background-image:none;border-top:0.125rem solid #ff5954;border-left:0.125rem solid #ff5954;border-right:0.125rem solid #ff5954;border-bottom:0.125rem solid #ff5954;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:6.5rem;width:49.375rem;top:7.8125rem;left:12.6875rem;display:block; }
#qpWd8Jk5tZHgsuTT4VDSclqO6m6WD3Vb { color:#494446;display:block;width:44.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:8.75rem;left:16.75rem;height:4.38720625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#MAMA23f3NXGIKUvH2Pl7FnBfk1P7a6si { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:2.125rem;top:8.75rem;left:13.6875rem;overflow:hidden;display:block; }
#r4uIiNoJxWyavG7K6MoeHK8Q0ZIFAcSk { position:absolute;display:block;z-index:15017;background-color:rgba(0,0,0,0);background-image:none;border-top:0.125rem solid #ff5954;border-left:0.125rem solid #ff5954;border-right:0.125rem solid #ff5954;border-bottom:0.125rem solid #ff5954;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:6.5rem;width:49.375rem;top:15.625rem;left:12.6875rem;display:block; }
#QTt44e8sEkUdvFhODTNC02BFeEW4h1b2 { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:2.125rem;top:16.5625rem;left:13.6875rem;overflow:hidden;display:block; }
#P50mdSo8iWisWTIWlIn8xqwrmScPnXER { position:absolute;display:block;z-index:15018;background-color:rgba(0,0,0,0);background-image:none;border-top:0.125rem solid #ff5954;border-left:0.125rem solid #ff5954;border-right:0.125rem solid #ff5954;border-bottom:0.125rem solid #ff5954;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:5.1242875rem;width:49.375rem;top:23.3125rem;left:12.6875rem;display:block; }
#xJVRefkXvLRhJHEVhfT9BykksTogVMit { color:#494446;display:block;width:44.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:16.5625rem;left:16.75rem;height:4.38720625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#xuEwwNSvr75tenHbvVZrg6zCGrB6XhnF { color:#494446;display:block;width:44.9369375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:24.375rem;left:16.25rem;height:2.92480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#i3fb2OH4pgShdqLzbiuqeT8ipbydIQAx { position:absolute;display:block;z-index:15027;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.12446875rem;width:2.12446875rem;top:24.375rem;left:13.625rem;overflow:hidden;display:block; }
#TDmedUAqu8ytBQX1o1hSvDAgQFK1UMDM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/444c9c03-d659-4ee1-9eb5-f3923f82459d/Jejum_05.gif");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; }#TDmedUAqu8ytBQX1o1hSvDAgQFK1UMDM.adaptive-delivery-prevent-bg, #TDmedUAqu8ytBQX1o1hSvDAgQFK1UMDM.lazyload, #TDmedUAqu8ytBQX1o1hSvDAgQFK1UMDM.lazyloading { background-image: none; }#TDmedUAqu8ytBQX1o1hSvDAgQFK1UMDM > .row .container { background-color: transparent; background-image: none; }#TDmedUAqu8ytBQX1o1hSvDAgQFK1UMDM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TDmedUAqu8ytBQX1o1hSvDAgQFK1UMDM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TDmedUAqu8ytBQX1o1hSvDAgQFK1UMDM > .row .container > .video-iframe-container { display: none; }#TDmedUAqu8ytBQX1o1hSvDAgQFK1UMDM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TDmedUAqu8ytBQX1o1hSvDAgQFK1UMDM > .row > .video-iframe-container { display: none; }#TDmedUAqu8ytBQX1o1hSvDAgQFK1UMDM > .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); }#TDmedUAqu8ytBQX1o1hSvDAgQFK1UMDM > .row .container { border-width: 0; border-radius: 0; }#TDmedUAqu8ytBQX1o1hSvDAgQFK1UMDM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TDmedUAqu8ytBQX1o1hSvDAgQFK1UMDM > .row .container { font-size:0.875rem;font-family:arial;height:39.1875rem;width:75rem;position:relative;display:block; }#snmsqRPgz6yevTltb5gmivK2rVwT4fxw { color:#494446;display:block;width:25.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:2.9375rem;left:15.9375rem;height:5.84911875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ofCUecFf3F9w4JzGwD83nXBdBQZTH83m { color:#494446;display:block;width:31.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15023;line-height:1.4;letter-spacing:0;top:10.930990219116rem;left:12.875rem;height:17.32183125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#p6fNcpuOiPyvDm2chyGyM44TgbkFEuX8 { background-color:transparent;background-image: -webkit-linear-gradient(197deg, rgba(var(--color-secondary-3),1), #57b4b5);background-image: -moz-linear-gradient(197deg, rgba(var(--color-secondary-3),1), #57b4b5);background-image: -ms-linear-gradient(197deg, rgba(var(--color-secondary-3),1), #57b4b5);background-image: -o-linear-gradient(197deg, rgba(var(--color-secondary-3),1), #57b4b5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='#57b4b5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='#57b4b5' );";background-image: linear-gradient(197deg, rgba(var(--color-secondary-3),1), #57b4b5);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.8;overflow:hidden;position:absolute;width:24.25rem;height:3.625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:30.9375rem;left:16.65625rem;display:block; }
#m1DE6KlADcJ4LqNvRv3V4ZBF31D7tZpb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#u81O82f9y7BPuDQ4oaIyJZzD43wr7f5i { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27rem;width:25.5rem;top:37rem;left:10.5625rem;overflow:hidden;display:block; }
#S9J16fWneDQRh5scpJVeqBz0VF4rv5FR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/2f452a3b-3094-461f-ada7-862c41e3807b/Jejum_06.gif");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; }#S9J16fWneDQRh5scpJVeqBz0VF4rv5FR.adaptive-delivery-prevent-bg, #S9J16fWneDQRh5scpJVeqBz0VF4rv5FR.lazyload, #S9J16fWneDQRh5scpJVeqBz0VF4rv5FR.lazyloading { background-image: none; }#S9J16fWneDQRh5scpJVeqBz0VF4rv5FR > .row .container { background-color: transparent; background-image: none; }#S9J16fWneDQRh5scpJVeqBz0VF4rv5FR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S9J16fWneDQRh5scpJVeqBz0VF4rv5FR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S9J16fWneDQRh5scpJVeqBz0VF4rv5FR > .row .container > .video-iframe-container { display: none; }#S9J16fWneDQRh5scpJVeqBz0VF4rv5FR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S9J16fWneDQRh5scpJVeqBz0VF4rv5FR > .row > .video-iframe-container { display: none; }#S9J16fWneDQRh5scpJVeqBz0VF4rv5FR > .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); }#S9J16fWneDQRh5scpJVeqBz0VF4rv5FR > .row .container { border-width: 0; border-radius: 0; }#S9J16fWneDQRh5scpJVeqBz0VF4rv5FR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S9J16fWneDQRh5scpJVeqBz0VF4rv5FR > .row .container { font-size:0.875rem;font-family:arial;height:28.25rem;width:75rem;position:relative;display:block; }#adLRnHiw3JugNoH561yyA12iBbtlGSqP { color:#8600ba;display:block;width:28.1875rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:3.9375rem;left:39.031253814698rem;height:2.4375rem;display:block; }
#HpqFt7ie1lcTiXsTurTZ4bdiemvyAmoC { color:#494446;display:block;width:27.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:9.46875rem;left:39.312503814698rem;height:14.624rem;display:block; }
#iAogKg3bhNB7eMkC2MQNhPZrzVpBGTKn { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15rem;width:19.75rem;top:18.9375rem;left:11.75rem;overflow:hidden;display:block; }
#eTHTDCslISNTp3XX4i65WSs5hIhVFf41 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.375rem;width:24.9375rem;top:37.6875rem;left:11.25rem;overflow:hidden;display:none; }
#W1b8ycMInO86W8wKld4i0XJ0zaAJq5F1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/83db9449-2be9-442c-9cfb-e372d930641a/Jejum_07.gif");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; }#W1b8ycMInO86W8wKld4i0XJ0zaAJq5F1.adaptive-delivery-prevent-bg, #W1b8ycMInO86W8wKld4i0XJ0zaAJq5F1.lazyload, #W1b8ycMInO86W8wKld4i0XJ0zaAJq5F1.lazyloading { background-image: none; }#W1b8ycMInO86W8wKld4i0XJ0zaAJq5F1 > .row .container { background-color: transparent; background-image: none; }#W1b8ycMInO86W8wKld4i0XJ0zaAJq5F1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W1b8ycMInO86W8wKld4i0XJ0zaAJq5F1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W1b8ycMInO86W8wKld4i0XJ0zaAJq5F1 > .row .container > .video-iframe-container { display: none; }#W1b8ycMInO86W8wKld4i0XJ0zaAJq5F1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W1b8ycMInO86W8wKld4i0XJ0zaAJq5F1 > .row > .video-iframe-container { display: none; }#W1b8ycMInO86W8wKld4i0XJ0zaAJq5F1 > .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); }#W1b8ycMInO86W8wKld4i0XJ0zaAJq5F1 > .row .container { border-width: 0; border-radius: 0; }#W1b8ycMInO86W8wKld4i0XJ0zaAJq5F1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W1b8ycMInO86W8wKld4i0XJ0zaAJq5F1 > .row .container { font-size:0.875rem;font-family:arial;height:39.6875rem;width:75rem;position:relative;display:block; }#EuLHLSQwtZTJ4JutgaJ51rX0n7rWzcos { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.3125rem;width:13.6875rem;top:1.0625rem;left:47.25rem;overflow:hidden;display:block; }
#giTwUsbWvLea5NVmG4ANJROcSlmw26GL { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.874375rem;width:0.8737rem;top:3.875rem;left:46.4375rem;overflow:hidden;display:block; }
#V9JPpFKfV2svToPsJHL93PNJhLDmdKXG { color:#494446;display:block;width:30.4355625rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:5.28125rem;left:12.3125rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#K9TVmTcA2uBlpEVnLpSR6wCecrHwSTII { color:rgba(var(--color-tertiary-0),1);display:block;width:26.9980625rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:15.75rem;left:24.0625rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#MuwdJzUCfNgyhHubL4H5am8nASmk8NSg { position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(248deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(248deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(248deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(248deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(248deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:3.75rem;width:60rem;top:15.0625rem;left:7.5625rem;display:block; }
#RSkp2sIZg9Pxr0uEHQePWxMmX2Req8mI { position:absolute;display:block;z-index:15005;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:24.0625rem;width:60rem;top:14.9375rem;left:7.4375rem;display:block; }
#QUAmgoztwXvhDhXtPoTQatQKkF2pLazr { color:#494446;display:block;width:53.8125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:20.9375rem;left:10.625rem;height:15.74708125rem;text-align:left;text-align-last:left;display:block; }
#QN9uS2vP9iyyc9BZdaqL4qbVxq32r8Ef { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/13928083-593d-4f5e-9382-19a76d438d8f/Jejum_08.gif");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; }#QN9uS2vP9iyyc9BZdaqL4qbVxq32r8Ef.adaptive-delivery-prevent-bg, #QN9uS2vP9iyyc9BZdaqL4qbVxq32r8Ef.lazyload, #QN9uS2vP9iyyc9BZdaqL4qbVxq32r8Ef.lazyloading { background-image: none; }#QN9uS2vP9iyyc9BZdaqL4qbVxq32r8Ef > .row .container { background-color: transparent; background-image: none; }#QN9uS2vP9iyyc9BZdaqL4qbVxq32r8Ef::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QN9uS2vP9iyyc9BZdaqL4qbVxq32r8Ef > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QN9uS2vP9iyyc9BZdaqL4qbVxq32r8Ef > .row .container > .video-iframe-container { display: none; }#QN9uS2vP9iyyc9BZdaqL4qbVxq32r8Ef > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QN9uS2vP9iyyc9BZdaqL4qbVxq32r8Ef > .row > .video-iframe-container { display: none; }#QN9uS2vP9iyyc9BZdaqL4qbVxq32r8Ef > .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); }#QN9uS2vP9iyyc9BZdaqL4qbVxq32r8Ef > .row .container { border-width: 0; border-radius: 0; }#QN9uS2vP9iyyc9BZdaqL4qbVxq32r8Ef > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QN9uS2vP9iyyc9BZdaqL4qbVxq32r8Ef > .row .container { font-size:0.875rem;font-family:arial;height:41.25rem;width:75rem;position:relative;display:block; }#gqnblLWOAuikJ97SXxxrk7iFTSqUW67e { color:#494446;display:block;width:55.499375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:6.9375rem;left:9.8125rem;height:22.045875rem;text-align:left;text-align-last:left;display:block; }
#v4DvehdaVoqXHBR6CLlJiv8kHZXioCb9 { position:absolute;display:block;z-index:15004;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:30.8125rem;width:60rem;top:1.8125rem;left:7.4375rem;display:block; }
#m0LhMFvD3SBgvexWCpUGmCXAAS2iZxpa { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:2.5rem;left:7.5625rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#Ww4dA1dc04xLTThUteNVk0eaQzowT4ut { position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(248deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-0),1));background-image: -moz-linear-gradient(248deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-0),1));background-image: -ms-linear-gradient(248deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-0),1));background-image: -o-linear-gradient(248deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-0),1)' );";background-image: linear-gradient(248deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:3.75rem;width:60rem;top:1.9375rem;left:7.5625rem;display:block; }
#PfV44CHsLezs9NAdInqrVpXi74M3wUbZ { background-color:transparent;background-image: -webkit-linear-gradient(197deg, rgba(var(--color-secondary-3),1), #57b4b5);background-image: -moz-linear-gradient(197deg, rgba(var(--color-secondary-3),1), #57b4b5);background-image: -ms-linear-gradient(197deg, rgba(var(--color-secondary-3),1), #57b4b5);background-image: -o-linear-gradient(197deg, rgba(var(--color-secondary-3),1), #57b4b5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='#57b4b5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='#57b4b5' );";background-image: linear-gradient(197deg, rgba(var(--color-secondary-3),1), #57b4b5);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.8;overflow:hidden;position:absolute;width:24.25rem;height:3.625rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:35.0625rem;left:25.375003814698rem;display:block; }
#T7ZqwywnkumpbHtJRoruBNkKO1MGc3E1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pqdp7ny0626Bhg7LdbrZ1BaezNoyMVLK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/b5a03a06-e1ad-4097-9419-4b2471a08540/Jejum_09.gif");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; }#pqdp7ny0626Bhg7LdbrZ1BaezNoyMVLK.adaptive-delivery-prevent-bg, #pqdp7ny0626Bhg7LdbrZ1BaezNoyMVLK.lazyload, #pqdp7ny0626Bhg7LdbrZ1BaezNoyMVLK.lazyloading { background-image: none; }#pqdp7ny0626Bhg7LdbrZ1BaezNoyMVLK > .row .container { background-color: transparent; background-image: none; }#pqdp7ny0626Bhg7LdbrZ1BaezNoyMVLK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pqdp7ny0626Bhg7LdbrZ1BaezNoyMVLK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pqdp7ny0626Bhg7LdbrZ1BaezNoyMVLK > .row .container > .video-iframe-container { display: none; }#pqdp7ny0626Bhg7LdbrZ1BaezNoyMVLK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pqdp7ny0626Bhg7LdbrZ1BaezNoyMVLK > .row > .video-iframe-container { display: none; }#pqdp7ny0626Bhg7LdbrZ1BaezNoyMVLK > .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); }#pqdp7ny0626Bhg7LdbrZ1BaezNoyMVLK > .row .container { border-width: 0; border-radius: 0; }#pqdp7ny0626Bhg7LdbrZ1BaezNoyMVLK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pqdp7ny0626Bhg7LdbrZ1BaezNoyMVLK > .row .container { font-size:0.875rem;font-family:arial;height:40.5625rem;width:75rem;position:relative;display:block; }#Wl0PpuB7eSOohmvfTkvTZa9Ft03TWTTy { color:#494446;display:block;width:33.5625rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:1.1875rem;left:20.71875rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#QXXZxVbR7TAHFCy4Ke811TAlZVlypktB { color:#494446;display:block;width:56.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:8.4375rem;left:9.25rem;height:10.2368125rem;text-align:left;text-align-last:left;display:block; }
#JvTSyoZ4tRl0CdO8IfvT63FuPiW6ovyR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:21.125rem;left:14.375rem; }
#uGTd2PXfQZ3G29oo5VuD36vBTK5F7knN { position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f20530;border-left:0.0625rem solid #f20530;border-right:0.0625rem solid #f20530;border-bottom:0.0625rem solid #f20530;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:17.8125rem;width:13.375rem;top:19.8125rem;left:9.1875rem;display:block; }
#KgBwoNFWXDBVn2UFE9b9J50JkvcRzVTV { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(75deg, #8200ff, rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(75deg, #8200ff, rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(75deg, #8200ff, rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(75deg, #8200ff, rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(75deg, #8200ff, rgba(var(--color-primary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:8.5625rem;top:25.625001192093rem;left:11.65625rem;display:block; }
#hDTOGFdUES1oMBTVAuDqdG5ikxquX9T3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:21.125rem;left:28.8125rem; }
#nGVcnaaeqn9JmeIu03K45Ag2mZBMMWIU { position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f20530;border-left:0.0625rem solid #f20530;border-right:0.0625rem solid #f20530;border-bottom:0.0625rem solid #f20530;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:17.6875rem;width:13.375rem;top:19.9375rem;left:23.625rem;display:block; }
#Vrrr5le76MvK0RUFzh64q8VO9MwcTNnU { position:absolute;display:block;z-index:15032;background-color:transparent;background-image: -webkit-linear-gradient(75deg, #8200ff, rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(75deg, #8200ff, rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(75deg, #8200ff, rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(75deg, #8200ff, rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(75deg, #8200ff, rgba(var(--color-primary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:8.5625rem;top:25.625rem;left:26.125rem;display:block; }
#owS5eUkQkfI0JEPmtqBxNuZxOlUVOeW0 { color:rgba(var(--color-tertiary-0),1);display:block;width:10.8125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:29.125001192093rem;left:10.53125rem;height:6.09375rem;text-align:center;text-align-last:center;display:block; }
#M0rE1GvUK5xTVkMbkNnpzkBfOCPq9hwt { color:rgba(var(--color-tertiary-0),1);display:block;width:10.8125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:29.125rem;left:25rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#oqANCA46TEzLTuDHUTH1ExOFMANAP5vn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:21.125rem;left:42.875rem; }
#VKBIapTrZuhvBrJElozpcC4TTTnSU46n { position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f20530;border-left:0.0625rem solid #f20530;border-right:0.0625rem solid #f20530;border-bottom:0.0625rem solid #f20530;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:17.6875rem;width:13.375rem;top:19.9375rem;left:38rem;display:block; }
#IzH4iZ4bt5mBsZDLI84DFWqF0zm3eiJR { position:absolute;display:block;z-index:15032;background-color:transparent;background-image: -webkit-linear-gradient(75deg, #8200ff, rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(75deg, #8200ff, rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(75deg, #8200ff, rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(75deg, #8200ff, rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(75deg, #8200ff, rgba(var(--color-primary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:8.5625rem;top:25.625rem;left:40.1875rem;display:block; }
#a3eEfeo6bpov6UWXCiqhPWGVDIHr3d46 { color:rgba(var(--color-tertiary-0),1);display:block;width:11.125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:26.75rem;left:38.875rem;height:8.53125rem;text-align:center;text-align-last:center;display:block; }
#d8JEbTmI6r0X92WcCOu4UCg33tXnN3Qn { position:absolute;display:block;z-index:15033;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f20530;border-left:0.0625rem solid #f20530;border-right:0.0625rem solid #f20530;border-bottom:0.0625rem solid #f20530;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:17.6875rem;width:13.375rem;top:19.874359130859rem;left:52.333332061767rem;display:block; }
#CgyBELyQJ5ozTHURg6ZiZHLeQ2A2KMCV { color:rgba(var(--color-tertiary-0),1);display:block;width:11.125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:27.9375rem;left:53.5625rem;height:7.3125rem;text-align:center;text-align-last:center;display:block; }
#bEptgSlDXmk4TGTBDnFenJP4XrJmJiGx { position:absolute;display:block;z-index:15036;background-color:transparent;background-image: -webkit-linear-gradient(75deg, #8200ff, rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(75deg, #8200ff, rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(75deg, #8200ff, rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(75deg, #8200ff, rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(75deg, #8200ff, rgba(var(--color-primary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:8.5625rem;top:25.625rem;left:54.875rem;display:block; }
#O0b0dAoUsBoEWpyhlQbwlP2foaNqw7yc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:21.125rem;left:57.5625rem; }
#zA0UDNHWqEMHAb1n18VmsI5PGqcZxRMz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/00845ccf-59a8-4f26-a1e8-5265ea67cb11/Jejum_10.gif");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; }#zA0UDNHWqEMHAb1n18VmsI5PGqcZxRMz.adaptive-delivery-prevent-bg, #zA0UDNHWqEMHAb1n18VmsI5PGqcZxRMz.lazyload, #zA0UDNHWqEMHAb1n18VmsI5PGqcZxRMz.lazyloading { background-image: none; }#zA0UDNHWqEMHAb1n18VmsI5PGqcZxRMz > .row .container { background-color: transparent; background-image: none; }#zA0UDNHWqEMHAb1n18VmsI5PGqcZxRMz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zA0UDNHWqEMHAb1n18VmsI5PGqcZxRMz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zA0UDNHWqEMHAb1n18VmsI5PGqcZxRMz > .row .container > .video-iframe-container { display: none; }#zA0UDNHWqEMHAb1n18VmsI5PGqcZxRMz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zA0UDNHWqEMHAb1n18VmsI5PGqcZxRMz > .row > .video-iframe-container { display: none; }#zA0UDNHWqEMHAb1n18VmsI5PGqcZxRMz > .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); }#zA0UDNHWqEMHAb1n18VmsI5PGqcZxRMz > .row .container { border-width: 0; border-radius: 0; }#zA0UDNHWqEMHAb1n18VmsI5PGqcZxRMz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zA0UDNHWqEMHAb1n18VmsI5PGqcZxRMz > .row .container { font-size:0.875rem;font-family:arial;height:41rem;width:75rem;position:relative;display:block; }#cvbUrQGTCnyzGTrQSZsrzm54v0rxHNc3 { color:#494446;display:block;width:56.875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.4;letter-spacing:0;top:0.81380271911619rem;left:9.0625rem;height:39.36765625rem;text-align:left;text-align-last:left;display:block; }
#WAO7I7UX5Ln6ndcTMFWQTrgCTJzgDkkM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/514b946c-c4c4-4542-8ea3-9719b8b9a602/Jejum_11.gif");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; }#WAO7I7UX5Ln6ndcTMFWQTrgCTJzgDkkM.adaptive-delivery-prevent-bg, #WAO7I7UX5Ln6ndcTMFWQTrgCTJzgDkkM.lazyload, #WAO7I7UX5Ln6ndcTMFWQTrgCTJzgDkkM.lazyloading { background-image: none; }#WAO7I7UX5Ln6ndcTMFWQTrgCTJzgDkkM > .row .container { background-color: transparent; background-image: none; }#WAO7I7UX5Ln6ndcTMFWQTrgCTJzgDkkM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WAO7I7UX5Ln6ndcTMFWQTrgCTJzgDkkM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WAO7I7UX5Ln6ndcTMFWQTrgCTJzgDkkM > .row .container > .video-iframe-container { display: none; }#WAO7I7UX5Ln6ndcTMFWQTrgCTJzgDkkM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WAO7I7UX5Ln6ndcTMFWQTrgCTJzgDkkM > .row > .video-iframe-container { display: none; }#WAO7I7UX5Ln6ndcTMFWQTrgCTJzgDkkM > .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); }#WAO7I7UX5Ln6ndcTMFWQTrgCTJzgDkkM > .row .container { border-width: 0; border-radius: 0; }#WAO7I7UX5Ln6ndcTMFWQTrgCTJzgDkkM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WAO7I7UX5Ln6ndcTMFWQTrgCTJzgDkkM > .row .container { font-size:0.875rem;font-family:"montserrat 900";height:55.9375rem;width:75rem;position:relative;display:block; }#hb2TsTsvg4432qsJa7K1CMoaZynPCzEF { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(42deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-0),1));background-image: -moz-linear-gradient(42deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-0),1));background-image: -ms-linear-gradient(42deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-0),1));background-image: -o-linear-gradient(42deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-0),1)' );";background-image: linear-gradient(42deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:47rem;width:56.125rem;top:7.125rem;left:9.125rem;display:block; }
#rQ6f0sQW44my9nN3Hx0ID5Vp1iDUfiJn { color:rgba(var(--color-tertiary-0),1);display:block;width:38.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:8.6250004768369rem;left:10.75rem;height:13.999rem;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; }
#TuE3g1gOEw4e4kDMCPacN87TV9ldgobR { color:#494446;display:block;width:11.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:400;z-index:15042;line-height:1.2;letter-spacing:0;top:2.8115234375rem;left:9.125rem;height:;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; }
#DmtrcvbH6Bb8SEgnR4mB3G5kST9h8qFb { color:rgba(var(--color-tertiary-0),1);display:block;width:37.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:24.000001430511rem;left:10.75rem;height:6.9995rem;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; }
#qbvRozRCsGD3r83hHA3FCCwUQE94TP7l { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.5rem;width:14.375rem;top:8.5rem;left:7.5rem;overflow:hidden;display:none; }
#ryEcRBGNHt2gQyTDHkdSxu9C8LSBBttv { color:#a92d2b;display:block;width:32.75rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:2.1865234375rem;left:20.75rem;height:4.0625rem;font-style:normal;display:block; }
#d2Lql92dRmJp6onfOUBwxWo7wIQQXL2V { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.1875rem;width:21.875rem;top:4.3111979961395rem;left:47.250003814698rem;overflow:hidden;display:block; }
#XJM4TTpeGeHpPUT7PiOONnbkR0AL43AE { color:rgba(var(--color-tertiary-0),1);display:block;width:37.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:32.1875rem;left:10.75rem;height:8.3994375rem;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; }
#hb6zKQdGGkknNQrgd9LayxGg4S0b4dv0 { color:rgba(var(--color-tertiary-0),1);display:block;width:52.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:42.624351501465rem;left:10.75rem;height:5.5996125rem;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; }
#h1qJWH12SdNfhHhM6zHGZhv063WAsDxT { color:rgba(var(--color-tertiary-0),1);display:block;width:52.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:49.3125rem;left:10.9375rem;height:2.79980625rem;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; }
#zSxPxEtwbDe3ZhiuxqcDOpiRoU5TM7aq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/e8ea619f-e318-4030-9f6b-9042009b0358/Jejum_12.jpg");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; }#zSxPxEtwbDe3ZhiuxqcDOpiRoU5TM7aq.adaptive-delivery-prevent-bg, #zSxPxEtwbDe3ZhiuxqcDOpiRoU5TM7aq.lazyload, #zSxPxEtwbDe3ZhiuxqcDOpiRoU5TM7aq.lazyloading { background-image: none; }#zSxPxEtwbDe3ZhiuxqcDOpiRoU5TM7aq > .row .container { background-color: transparent; background-image: none; }#zSxPxEtwbDe3ZhiuxqcDOpiRoU5TM7aq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zSxPxEtwbDe3ZhiuxqcDOpiRoU5TM7aq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zSxPxEtwbDe3ZhiuxqcDOpiRoU5TM7aq > .row .container > .video-iframe-container { display: none; }#zSxPxEtwbDe3ZhiuxqcDOpiRoU5TM7aq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zSxPxEtwbDe3ZhiuxqcDOpiRoU5TM7aq > .row > .video-iframe-container { display: none; }#zSxPxEtwbDe3ZhiuxqcDOpiRoU5TM7aq > .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); }#zSxPxEtwbDe3ZhiuxqcDOpiRoU5TM7aq > .row .container { border-width: 0; border-radius: 0; }#zSxPxEtwbDe3ZhiuxqcDOpiRoU5TM7aq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zSxPxEtwbDe3ZhiuxqcDOpiRoU5TM7aq > .row .container { font-size:0.875rem;font-family:arial;height:54.5rem;width:75rem;position:relative;display:block; }#T7TvhccNZ3oPXtZtGT1Dyc1mnZy4NAfP { background-color:transparent;background-image: -webkit-linear-gradient(160deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(160deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(160deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(160deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(160deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: 0.0625rem 0.0625rem 1rem rgba(var(--color-tertiary-4),0.12) ;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.8125rem;height:3.8125rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:40.400000572204rem;left:39.6875rem;display:none; }
#KVWT900se8f2QJzLMZ5TQzSTe8HcDKnZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ouBSXgs31A0H1gLXC6uXaMxaF86vfoGz { color:rgba(var(--color-tertiary-0),1);display:block;width:23.1875rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:400;z-index:15046;line-height:1.1;letter-spacing:0;top:11.125rem;left:27.1875rem;height:3.8rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#zwsfQwVWFaWSKy1ZDNMkIcdMHBUpD8Pt { color:#494446;display:block;width:20.3125rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:700;z-index:14969;line-height:1.5;letter-spacing:0;top:1.1875rem;left:27.5rem;height:3.28125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#o1AIqGvaMmiKO8BgqStqLN7xhpwe2XUL { position:absolute;display:block;z-index:14995;background-color:rgba(var(--color-secondary-4),0.83);background-image:none;border-top:0.125rem solid rgba(178,178,178,0.77);border-left:0.125rem solid rgba(178,178,178,0.77);border-right:0.125rem solid rgba(178,178,178,0.77);border-bottom:0.125rem solid rgba(178,178,178,0.77);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:40.125rem;width:32.125rem;top:11.375rem;left:32.5625rem;display:block; }
#LzqbexnQJcBZW6OXKDUAT2LkwqbQOWBG { color:#ff0000;display:block;width:17.75rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:400;z-index:15035;line-height:1.1;letter-spacing:0;top:14.5rem;left:41.75rem;height:1.51236875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#R6KXM6TkFN7esxRhzzlMaQlh70DIqLsf { 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:6.75rem;width:24.625rem;top:16rem;left:37rem;overflow:hidden;display:block; }
#k49VKW81N0tZhMlrG2vTzyDkxqTZQNVm { color:rgba(var(--color-tertiary-0),1);display:block;width:29.5rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:400;z-index:15034;line-height:1.1;letter-spacing:0;top:24.875rem;left:34rem;height:1.4433625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#w7sfrw8PZotI4N62dD9vJawnBotn78BH { color:#6209c3;display:block;width:13.625rem;position:absolute;font-family:montserrat;font-size:8.625rem;font-weight:700;z-index:14998;line-height:1.3;letter-spacing:0;top:25.9375rem;left:41.9375rem;height:11.212375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sog21GzDhwV8PcMG46rsnmgM9r33X81T { color:rgba(var(--color-primary-3),1);display:block;width:3.375rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:30.5625rem;left:40rem;height:1.94986875rem;font-style:normal;display:block; }
#RH37wJk3bSkT0SLiwFEJztEVmWTZ71zq { color:rgba(var(--color-primary-3),1);display:block;width:2.0625rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:400;z-index:15048;line-height:1.3;letter-spacing:0;top:32.0625rem;left:40.125rem;height:1.94986875rem;font-style:normal;display:block; }
#TB9Mp6el6P2V6xCMT1DABF6KTpDeHxxT { color:#6209c3;display:block;width:3.1875rem;position:absolute;font-family:montserrat;font-size:1.9375rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:28.125rem;left:54.1875rem;height:2.51855625rem;font-style:normal;display:block; }
#Jl48sQc1eGRuqcsnMgfAK8LCmFpPDT3X { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.0625rem solid #ff5b5b;border-left:0.0625rem solid #ff5b5b;border-right:0.0625rem solid #ff5b5b;border-bottom:0.0625rem solid #ff5b5b;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:2.5rem;width:21.5rem;top:36.1875rem;left:38.5625rem;display:block; }
#GLwzlOM1fJ6yIXPTwA433RVKPah3cSWM { color:rgba(var(--color-tertiary-0),1);display:block;width:21.5625rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:400;z-index:15052;line-height:1.3;letter-spacing:0;top:36.75rem;left:38.5625rem;height:1.54345625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ryNtoB4kuJCmdGm3DPe0TQTRWCl53INk { background-color:transparent;background-image: -webkit-linear-gradient(160deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(160deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(160deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(160deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(160deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: 0.0625rem 0.0625rem 1rem #8dffc1 ;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.8125rem;height:3.8125rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:40.5625rem;left:35.3125rem;display:block; }
#s6ExyvCBwLLR5C0ON9RyNhEA48K4cPGl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tKXgRNdPoDJ9HT7mLIFGBmagFBKXQxrp { color:rgba(var(--color-tertiary-0),1);display:block;width:5.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:46.6875rem;left:57.9375rem;height:2.599825rem;font-style:italic;display:block; }
#EQNylXsMTBVvAmtDDmJ0kTcJCuaKD9ML { box-sizing:content-box;color:#ff7f00;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15031;top:46.625rem;left:55.625rem;display:block; }
#LbHQtywmt4gcDghJxkvqaWS3hO9yZUBk { box-sizing:content-box;color:#ff7f00;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15030;top:46.625rem;left:42.1875rem;display:block; }
#WqmbnUuzM4gbiWOCW9kmXBHaI4X4dpeG { color:rgba(var(--color-tertiary-0),1);display:block;width:4.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15026;line-height:1.3;letter-spacing:0;top:46.6875rem;left:37.5rem;height:2.599825rem;font-style:italic;display:block; }
#nPiW7n59wOBilsypAvq0rqlOXaG2xiQh { box-sizing:content-box;color:#ff7f00;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15029;top:46.5625rem;left:34.5625rem;display:block; }
#BAwWKh5TTyOlBUKqThFE4Td8n7vpQVVB { color:rgba(var(--color-tertiary-0),1);display:block;width:10.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:46.8125rem;left:44.875rem;height:2.599825rem;font-style:italic;display:block; }
#aLPn8MN98SX8HyDKGUhESA1eA254JqvF { position:absolute;display:block;z-index:14996;background-color:rgba(var(--color-secondary-1),0.83);background-image:none;border-top:0.125rem solid rgba(178,178,178,0.77);border-left:0.125rem solid rgba(178,178,178,0.77);border-right:0.125rem solid rgba(178,178,178,0.77);border-bottom:0.125rem solid rgba(178,178,178,0.77);border-top-left-radius:0.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0rem;box-shadow: none;height:36.8125rem;width:22.1875rem;top:13.1875rem;left:10.25rem;display:block; }
#xPaDJpiAOpoiNNIe23ypOOnqe6T9Fbii { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5625rem;width:9.125rem;top:18.6875rem;left:16.875rem;overflow:hidden;display:block; }
#dGTfKonKehhsUCRUmytmnw6xie78g6vS { color:rgba(var(--color-tertiary-0),1);display:block;width:19.5rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:30.125rem;left:11.6875rem;height:1.94970625rem;text-align:left;text-align-last:left;display:block; }
#MagXTbZTbm5KkX83cc8Z6ZIRmBpASVrx { color:rgba(var(--color-tertiary-0),1);display:block;width:17.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:34.125rem;left:12.5rem;height:12.599125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ngySzCFU2irarGS7WvEkWV4BdZozkoVU { color:#494446;display:block;width:46.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:5.0625rem;left:14.375rem;height:5.1494125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; } #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection *:focus-visible, #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection input[type="text"]:focus-visible, #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection input[type="email"]:focus-visible, #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection input[type="tel"]:focus-visible, #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection textarea:focus-visible { outline: none; } #JLOyuZHJcCEDtptBUDuHALU2FvbH4LAS > .row .container { background-color: transparent; background-image: none; }#JLOyuZHJcCEDtptBUDuHALU2FvbH4LAS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JLOyuZHJcCEDtptBUDuHALU2FvbH4LAS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JLOyuZHJcCEDtptBUDuHALU2FvbH4LAS > .row .container > .video-iframe-container { display: none; }#JLOyuZHJcCEDtptBUDuHALU2FvbH4LAS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JLOyuZHJcCEDtptBUDuHALU2FvbH4LAS > .row > .video-iframe-container { display: none; }#JLOyuZHJcCEDtptBUDuHALU2FvbH4LAS > .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); }#JLOyuZHJcCEDtptBUDuHALU2FvbH4LAS > .row .container { border-width: 0; border-radius: 0; }#JLOyuZHJcCEDtptBUDuHALU2FvbH4LAS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JLOyuZHJcCEDtptBUDuHALU2FvbH4LAS > .row .container { font-size:0.875rem;font-family:arial;height:11.4375rem;width:75rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #yyS1I2TxOemMw6s7UpD9mi26Jan0XTb8 { display:block; }#yyS1I2TxOemMw6s7UpD9mi26Jan0XTb8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oFEIPfV2gLvOinyEW4vFOi5ywsEGlnTD { top:0.875rem;left:0rem;width:38.0625rem;height:2.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2vmAoz54hn2ntkV37N3hi6T9T7a7IOF .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#O2vmAoz54hn2ntkV37N3hi6T9T7a7IOF .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#O2vmAoz54hn2ntkV37N3hi6T9T7a7IOF .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#O2vmAoz54hn2ntkV37N3hi6T9T7a7IOF { display:flex;width:18rem;height:5.0625rem;top:0.3125rem;left:34.125rem; }
 }@media only screen and (max-width: 763px) { #O2vmAoz54hn2ntkV37N3hi6T9T7a7IOF #OclLPJI0kNyX3VtgNglv43fn446h5Bfp { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #O2vmAoz54hn2ntkV37N3hi6T9T7a7IOF #KCTRGRQ85bc2XHC6wfbC74eNH1uQtysp {  }
 }@media only screen and (max-width: 763px) { #O2vmAoz54hn2ntkV37N3hi6T9T7a7IOF #HqsDXGAT6RxfEzOKV01M5TsVXoDMT3vG {  }
 }@media only screen and (max-width: 763px) { #O2vmAoz54hn2ntkV37N3hi6T9T7a7IOF #t2SKeUxcypTIkG6QlRniDmgsSxw70OhW { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #O2vmAoz54hn2ntkV37N3hi6T9T7a7IOF #QtTaaCxM49Pr4r6mW7L9WphpzkauG0Np {  }
 }@media only screen and (max-width: 763px) { #O2vmAoz54hn2ntkV37N3hi6T9T7a7IOF #Ud3UBHH8TMPhldmmHikBT2LUrR4p77wA {  }
 }@media only screen and (max-width: 763px) { #O2vmAoz54hn2ntkV37N3hi6T9T7a7IOF #wX3wRXTMufXiqdCzXW78dSPOn6zWkzoe { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #O2vmAoz54hn2ntkV37N3hi6T9T7a7IOF #hAevgLsnOMTxRBxCqmyOkAscPrEPa1Ht {  }
 }@media only screen and (max-width: 763px) { #O2vmAoz54hn2ntkV37N3hi6T9T7a7IOF #PBF426u5nRZhKphsmicBMyk8xxNBlT21 {  }
 }@media only screen and (max-width: 763px) { #O2vmAoz54hn2ntkV37N3hi6T9T7a7IOF #zqNN60JQSmVJCehkh22IMt3Q0HQlWpdS { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #O2vmAoz54hn2ntkV37N3hi6T9T7a7IOF #KbGcdNa88mlQM1D9zQzVuvPE8ObV4460 {  }
 }@media only screen and (max-width: 763px) { #O2vmAoz54hn2ntkV37N3hi6T9T7a7IOF #nxyKZ2Z83P8btTrtUTMbWqM4iATVu6Mx {  }
 }@media only screen and (max-width: 763px) { #Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz { display:block; }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Teci2cKfZBczzmUcvViMMUSs3MbfRen7 { top:2.8125rem;left:0rem;width:30.375rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcX2P9LSDp4qbMrfBBzS8A2aslV3T0RE { top:12.625rem;left:0rem;width:43.375rem;height:13.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFTQT043h9uKFNKH4L9bhkDrrOPXMhh8 { width:24.25rem;height:4.75rem;top:28.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLseaV0FU1TXXJLzHrV0rOn7nO4kk0SS { display:block; }
 }@media only screen and (max-width: 763px) { #qXzmgRchlExnxOmv8bQnTRxbMHKeApaT { width:38.0625rem;height:47.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #zpkDkkZaSJBqx0kLdcoGKoEMWadf5SNn { top:36.75rem;left:0rem;width:12.5625rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgLXHcao3Vs42PlwLqL4qSCEyTG6fs4C { top:36.75rem;left:4.375rem;width:12.5625rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1kR015WGLU7CWtl0KwHfJIsumzJ4zTi { top:36.75rem;left:17.75rem;width:12.5625rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2S9GmF6U5XNwZdU0zfGUGZmLVW5sawN { top:36.75rem;left:31.125rem;width:12.5625rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHlwlfdMsvlaIO7lI3HsNBAllhgGff0m { top:36.75rem;left:34.9375rem;width:12.5625rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2yPO8XRiTDGzblT8GiEU3yATXg0K8hg { top:38.125rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qR7qRhygVlwVt26cMgzCgJxU6rNQ0nzO { top:37.9375rem;left:9.0312538146975rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPJtIfNkRIHmSQBCa10gBk3mdcoLqRGA { top:38.125rem;left:22.593753814698rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6xEK936rswBSulnyfO52lTaON0IuZ1l { top:38.25rem;left:35.968753814698rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJxqCbJSDENc9uL89XxJxkZ8khwE9TV9 { top:38.25rem;left:44.875rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T31QWMNBKfTg8GeBnU5TdePg1qlw1sbd { top:2.9375rem;left:0rem;width:8.6875rem;height:2.875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hiTzIpGDTawFWEkHq5zpZP0UTWJCTNWN { top:3.625rem;left:6.53125rem;width:8.6875rem;height:2.875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zLJKCSfdVKDMfurNC04FdnSImaE3mmHs { top:4.0625rem;left:19.968753814698rem;width:8.0625rem;height:2rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #z4go3OhH6lnH29IkZAeRAV8moWsUrgX3 { top:4.0625rem;left:34.500003814698rem;width:6.25rem;height:2rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #a3yZ6ERhPpqtSWPsFAgcVfPwFaruxfWJ { top:4rem;left:38.4375rem;width:9.3125rem;height:2.25rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hQ61VNtwDb6Ms31fVpFW82CKFkCgV4mQ { display:block; }#hQ61VNtwDb6Ms31fVpFW82CKFkCgV4mQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fvtks7oydnoQm7NUHXdwv3QV6DWriG82 { top:11.875rem;left:6.53125rem;width:34.6875rem;height:2rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nx0QZphChyyp1nfomeQoHWhT3VnZd8dX { top:14.625rem;left:0rem;width:47.75rem;height:25.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDSRG2fgrRAoP9r9d6Ngwx4fnPucbObS { top:40.9375rem;left:3.375rem;width:41.25rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0fxRFvvEemp5AS9eADPSG8WWRoC4gIe { top:2.9375rem;left:0rem;width:8.6875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ue3Tuu3tVrG2c2z6KJiMDEyqm5pFh4wy { top:3.625rem;left:6.53125rem;width:8.6875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgILkK7grUQ4PlKHcTtIPpNzBb2ZeNmO { top:4.0625rem;left:19.968753814698rem;width:8.0625rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T03c9XdPLlliZBDnl0Tgf5AFGop7eSNu { top:4.0625rem;left:34.500003814698rem;width:6.25rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uP8BLgn4rdb5I0Rf5nNK7CGJtx9RI4Pe { top:4rem;left:38.4375rem;width:9.3125rem;height:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtSD1liFphvuKKrucsWT10hxlUCyORBa { display:block; }#CtSD1liFphvuKKrucsWT10hxlUCyORBa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XMRbUByqzvEVgJX5KPS8pSwhm0rofXsz { top:9.3125rem;left:6.53125rem;width:34.6875rem;height:3.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMuN0rleVARDsXX1At0NN0EfyF9nSvhw { top:14.5rem;left:0rem;width:47.5rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #piHBCT3ElWRSgIqF2TPEZX8hpnbGzZlf { top:15.375rem;left:0.1875rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEk4grRhtIJl5ysUeqLTDtVfRvOZeFgJ { top:20.4375rem;left:0rem;width:47.5rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xU2ovv8s1ciiJTJ7tMtER0lwtNiCbvKt { top:15.375rem;left:2.8125rem;width:44.9375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwlKyKyzVeAsf3VsyLNe6tv3PF5wQqyV { top:21.3125rem;left:0.1875rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q61nbbV5aooq6Wz9Re8dqIca3KXMkOUu { top:21.3125rem;left:2.8125rem;width:44.9375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRAvcw0fz8SZTvXavuJQDhaC70Jx6wUa { top:26.0625rem;left:0rem;width:47.5rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXwS9aQQeu6m065g9Zo4Tef6m7GgcdyJ { top:27.625rem;left:0.1875rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrpIWhubpx2Uuc3XVqBJkzUFT0PQ7WXh { top:27.625rem;left:2.8125rem;width:44.9375rem;height:7.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yStg0k76nOPeEGEkNsnG5UdoudDwuluT { top:0.125rem;left:4.8125rem;width:38.0625rem;height:6.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmUsuEK0LDXKUf2JnXBfyTrF2KGK7gEZ { top:41.4375rem;left:5.25rem;width:41.25rem;height:7.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #w785SOzC7MH4Jz0S55qBPxR7aDOuiySK { display:block; }#w785SOzC7MH4Jz0S55qBPxR7aDOuiySK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BxvwDvkITei3Gi8CO17PKt2pqNkcQLqu { top:0rem;left:0rem;width:47.5rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwTf0iDNxW8TAhO7iOQTLOMnCQgJsR6A { top:0.9375rem;left:0.0625rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8zLg9ZA54Tn1xAiEmITOdwfvxwp9ip1 { top:0.9375rem;left:2.8125rem;width:44.9375rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LuEtdTeZli7qhQv2bdLIy4W4Ji0kqdbn { top:7.8125rem;left:0rem;width:47.5rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpWd8Jk5tZHgsuTT4VDSclqO6m6WD3Vb { top:8.75rem;left:2.8125rem;width:44.9375rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAMA23f3NXGIKUvH2Pl7FnBfk1P7a6si { top:8.75rem;left:0.0625rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4uIiNoJxWyavG7K6MoeHK8Q0ZIFAcSk { top:15.625rem;left:0rem;width:47.5rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTt44e8sEkUdvFhODTNC02BFeEW4h1b2 { top:16.5625rem;left:0.0625rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P50mdSo8iWisWTIWlIn8xqwrmScPnXER { top:23.3125rem;left:0rem;width:47.5rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJVRefkXvLRhJHEVhfT9BykksTogVMit { top:16.5625rem;left:2.8125rem;width:44.9375rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuEwwNSvr75tenHbvVZrg6zCGrB6XhnF { top:24.375rem;left:2.625rem;width:44.875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3fb2OH4pgShdqLzbiuqeT8ipbydIQAx { top:24.375rem;left:0rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDmedUAqu8ytBQX1o1hSvDAgQFK1UMDM { display:block; }#TDmedUAqu8ytBQX1o1hSvDAgQFK1UMDM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #snmsqRPgz6yevTltb5gmivK2rVwT4fxw { top:2.9375rem;left:0rem;width:25.6875rem;height:5.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofCUecFf3F9w4JzGwD83nXBdBQZTH83m { top:10.875rem;left:0rem;width:31.8125rem;height:17.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6fNcpuOiPyvDm2chyGyM44TgbkFEuX8 { width:24.25rem;height:3.625rem;top:30.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1DE6KlADcJ4LqNvRv3V4ZBF31D7tZpb { display:block; }
 }@media only screen and (max-width: 763px) { #u81O82f9y7BPuDQ4oaIyJZzD43wr7f5i { top:37rem;left:0rem;width:25.5rem;height:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9J16fWneDQRh5scpJVeqBz0VF4rv5FR { display:block; }#S9J16fWneDQRh5scpJVeqBz0VF4rv5FR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #adLRnHiw3JugNoH561yyA12iBbtlGSqP { top:3.9375rem;left:19.5625rem;width:28.1875rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpqFt7ie1lcTiXsTurTZ4bdiemvyAmoC { top:9.4375rem;left:20.125rem;width:27.625rem;height:14.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAogKg3bhNB7eMkC2MQNhPZrzVpBGTKn { top:18.9375rem;left:0rem;width:19.75rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTHTDCslISNTp3XX4i65WSs5hIhVFf41 { top:37.6875rem;left:0rem;width:24.9375rem;height:26.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #W1b8ycMInO86W8wKld4i0XJ0zaAJq5F1 { display:block; }#W1b8ycMInO86W8wKld4i0XJ0zaAJq5F1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EuLHLSQwtZTJ4JutgaJ51rX0n7rWzcos { top:1.0625rem;left:33.625rem;width:13.6875rem;height:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #giTwUsbWvLea5NVmG4ANJROcSlmw26GL { top:3.875rem;left:32.8125rem;width:0.8125rem;height:9.1827053765594rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9JPpFKfV2svToPsJHL93PNJhLDmdKXG { top:5.25rem;left:0rem;width:30.375rem;height:4.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9TVmTcA2uBlpEVnLpSR6wCecrHwSTII { top:15.75rem;left:10.4375rem;width:26.9375rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuwdJzUCfNgyhHubL4H5am8nASmk8NSg { top:15.0625rem;left:0rem;width:47.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSkp2sIZg9Pxr0uEHQePWxMmX2Req8mI { top:14.9375rem;left:0rem;width:47.5rem;height:24.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUAmgoztwXvhDhXtPoTQatQKkF2pLazr { top:20.9375rem;left:0rem;width:47.75rem;height:15.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QN9uS2vP9iyyc9BZdaqL4qbVxq32r8Ef { display:block; }#QN9uS2vP9iyyc9BZdaqL4qbVxq32r8Ef > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gqnblLWOAuikJ97SXxxrk7iFTSqUW67e { top:6.9375rem;left:0rem;width:47.75rem;height:22rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4DvehdaVoqXHBR6CLlJiv8kHZXioCb9 { top:1.8125rem;left:0rem;width:47.5rem;height:30.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0LhMFvD3SBgvexWCpUGmCXAAS2iZxpa { top:2.5rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ww4dA1dc04xLTThUteNVk0eaQzowT4ut { top:1.9375rem;left:0rem;width:47.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PfV44CHsLezs9NAdInqrVpXi74M3wUbZ { width:24.25rem;height:3.625rem;top:35.0625rem;left:11.750003814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7ZqwywnkumpbHtJRoruBNkKO1MGc3E1 { display:block; }
 }@media only screen and (max-width: 763px) { #pqdp7ny0626Bhg7LdbrZ1BaezNoyMVLK { display:block; }#pqdp7ny0626Bhg7LdbrZ1BaezNoyMVLK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wl0PpuB7eSOohmvfTkvTZa9Ft03TWTTy { top:1.1875rem;left:7.09375rem;width:33.5625rem;height:4.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXXZxVbR7TAHFCy4Ke811TAlZVlypktB { top:8.4375rem;left:0rem;width:47.75rem;height:10.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvTSyoZ4tRl0CdO8IfvT63FuPiW6ovyR { top:21.125rem;left:0.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGTd2PXfQZ3G29oo5VuD36vBTK5F7knN { top:19.8125rem;left:0rem;width:13.375rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KgBwoNFWXDBVn2UFE9b9J50JkvcRzVTV { top:25.625rem;left:0rem;width:8.5625rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDTOGFdUES1oMBTVAuDqdG5ikxquX9T3 { top:21.125rem;left:15.1875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGVcnaaeqn9JmeIu03K45Ag2mZBMMWIU { top:19.9375rem;left:10rem;width:13.375rem;height:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vrrr5le76MvK0RUFzh64q8VO9MwcTNnU { top:25.625rem;left:12.5rem;width:8.5625rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #owS5eUkQkfI0JEPmtqBxNuZxOlUVOeW0 { top:29.125rem;left:0rem;width:10.8125rem;height:6.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0rE1GvUK5xTVkMbkNnpzkBfOCPq9hwt { top:29.125rem;left:11.375rem;width:10.8125rem;height:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqANCA46TEzLTuDHUTH1ExOFMANAP5vn { top:21.125rem;left:29.25rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKBIapTrZuhvBrJElozpcC4TTTnSU46n { top:19.9375rem;left:24.375rem;width:13.375rem;height:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzH4iZ4bt5mBsZDLI84DFWqF0zm3eiJR { top:25.625rem;left:26.5625rem;width:8.5625rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3eEfeo6bpov6UWXCiqhPWGVDIHr3d46 { top:26.75rem;left:25.25rem;width:11.125rem;height:8.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8JEbTmI6r0X92WcCOu4UCg33tXnN3Qn { top:19.8125rem;left:34.25rem;width:13.375rem;height:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgyBELyQJ5ozTHURg6ZiZHLeQ2A2KMCV { top:27.9375rem;left:36.625rem;width:11.125rem;height:7.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEptgSlDXmk4TGTBDnFenJP4XrJmJiGx { top:25.625rem;left:39.1875rem;width:8.5625rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0b0dAoUsBoEWpyhlQbwlP2foaNqw7yc { top:21.125rem;left:43.9375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zA0UDNHWqEMHAb1n18VmsI5PGqcZxRMz { display:block; }#zA0UDNHWqEMHAb1n18VmsI5PGqcZxRMz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cvbUrQGTCnyzGTrQSZsrzm54v0rxHNc3 { top:0.8125rem;left:0rem;width:47.75rem;height:39.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAO7I7UX5Ln6ndcTMFWQTrgCTJzgDkkM { display:block; }#WAO7I7UX5Ln6ndcTMFWQTrgCTJzgDkkM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hb2TsTsvg4432qsJa7K1CMoaZynPCzEF { width:47.75rem;height:47rem;top:7.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQ6f0sQW44my9nN3Hx0ID5Vp1iDUfiJn { width:38.25rem;height:13.9375rem;top:8.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuE3g1gOEw4e4kDMCPacN87TV9ldgobR { width:11.625rem;height:2.8125rem;top:2.75rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmtrcvbH6Bb8SEgnR4mB3G5kST9h8qFb { width:37.25rem;height:6.9375rem;top:24rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbvRozRCsGD3r83hHA3FCCwUQE94TP7l { width:14.375rem;height:19.5rem;top:8.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryEcRBGNHt2gQyTDHkdSxu9C8LSBBttv { width:32.75rem;height:4.0625rem;top:2.125rem;left:7.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2Lql92dRmJp6onfOUBwxWo7wIQQXL2V { top:4.25rem;left:25.875rem;width:21.875rem;height:37.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJM4TTpeGeHpPUT7PiOONnbkR0AL43AE { width:37.375rem;height:8.375rem;top:32.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hb6zKQdGGkknNQrgd9LayxGg4S0b4dv0 { width:47.75rem;height:5.5625rem;top:42.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1qJWH12SdNfhHhM6zHGZhv063WAsDxT { width:47.75rem;height:2.75rem;top:49.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSxPxEtwbDe3ZhiuxqcDOpiRoU5TM7aq { display:none; }#zSxPxEtwbDe3ZhiuxqcDOpiRoU5TM7aq > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #T7TvhccNZ3oPXtZtGT1Dyc1mnZy4NAfP { width:27.8125rem;height:3.8125rem;top:41rem;left:19.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KVWT900se8f2QJzLMZ5TQzSTe8HcDKnZ { display:block; }
 }@media only screen and (max-width: 763px) { #ouBSXgs31A0H1gLXC6uXaMxaF86vfoGz { width:17.6875rem;height:3rem;top:11.125rem;left:13.5625rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #zwsfQwVWFaWSKy1ZDNMkIcdMHBUpD8Pt { width:20.3125rem;height:3.25rem;top:1.1875rem;left:13.875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1AIqGvaMmiKO8BgqStqLN7xhpwe2XUL { width:32.125rem;height:40.125rem;top:11.375rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzqbexnQJcBZW6OXKDUAT2LkwqbQOWBG { width:17.75rem;height:1.5rem;top:14.5rem;left:28.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6KXM6TkFN7esxRhzzlMaQlh70DIqLsf { top:16rem;left:23.125rem;width:24.625rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #k49VKW81N0tZhMlrG2vTzyDkxqTZQNVm { width:29.5rem;height:1.4375rem;top:24.875rem;left:18.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7sfrw8PZotI4N62dD9vJawnBotn78BH { width:13.625rem;height:11.1875rem;top:25.9375rem;left:28.3125rem;font-size:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sog21GzDhwV8PcMG46rsnmgM9r33X81T { width:3.375rem;height:1.9375rem;top:30.5625rem;left:26.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RH37wJk3bSkT0SLiwFEJztEVmWTZ71zq { width:2.0625rem;height:1.9375rem;top:32.0625rem;left:26.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TB9Mp6el6P2V6xCMT1DABF6KTpDeHxxT { width:3.125rem;height:2.5rem;top:28.125rem;left:40.562285423279rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jl48sQc1eGRuqcsnMgfAK8LCmFpPDT3X { width:21.5rem;height:2.5rem;top:36.1875rem;left:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLwzlOM1fJ6yIXPTwA433RVKPah3cSWM { width:21.5625rem;height:1.5rem;top:36.75rem;left:24.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryNtoB4kuJCmdGm3DPe0TQTRWCl53INk { width:27.8125rem;height:3.8125rem;top:40.5625rem;left:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6ExyvCBwLLR5C0ON9RyNhEA48K4cPGl { display:block; }
 }@media only screen and (max-width: 763px) { #tKXgRNdPoDJ9HT7mLIFGBmagFBKXQxrp { width:5.5625rem;height:2.5625rem;top:46.6875rem;left:42.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQNylXsMTBVvAmtDDmJ0kTcJCuaKD9ML { width:2.75rem;height:2.75rem;top:46.625rem;left:42rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbHQtywmt4gcDghJxkvqaWS3hO9yZUBk { width:2.75rem;height:2.75rem;top:46.625rem;left:28.5625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqmbnUuzM4gbiWOCW9kmXBHaI4X4dpeG { width:4.75rem;height:2.5625rem;top:46.6875rem;left:23.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPiW7n59wOBilsypAvq0rqlOXaG2xiQh { width:2.75rem;height:2.75rem;top:46.5625rem;left:20.9375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAwWKh5TTyOlBUKqThFE4Td8n7vpQVVB { width:10.6875rem;height:2.5625rem;top:46.8125rem;left:31.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLPn8MN98SX8HyDKGUhESA1eA254JqvF { width:22.1875rem;height:36.8125rem;top:13.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPaDJpiAOpoiNNIe23ypOOnqe6T9Fbii { top:18.6875rem;left:3.25rem;width:9.125rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGTfKonKehhsUCRUmytmnw6xie78g6vS { top:30.125rem;left:0rem;width:19.5rem;height:1.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MagXTbZTbm5KkX83cc8Z6ZIRmBpASVrx { width:17.9375rem;height:12.5625rem;top:34.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngySzCFU2irarGS7WvEkWV4BdZozkoVU { width:46.5625rem;height:5.0625rem;top:5.0625rem;left:0.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection { display:block; } #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection *:focus-visible, #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection input[type="text"]:focus-visible, #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection input[type="email"]:focus-visible, #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection input[type="tel"]:focus-visible, #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection textarea:focus-visible { outline: none; } #JLOyuZHJcCEDtptBUDuHALU2FvbH4LAS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #yyS1I2TxOemMw6s7UpD9mi26Jan0XTb8 { display:none; }#yyS1I2TxOemMw6s7UpD9mi26Jan0XTb8 > .row .container { width:20rem;height:8.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #oFEIPfV2gLvOinyEW4vFOi5ywsEGlnTD { width:20rem;height:3.41145625rem;top:4.1985678672791rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2vmAoz54hn2ntkV37N3hi6T9T7a7IOF .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#O2vmAoz54hn2ntkV37N3hi6T9T7a7IOF .widget-text.counter-number { padding-top:0.36rem;padding-right:0.313125rem;padding-bottom:0.36rem;padding-left:0.313125rem;width:1.878125rem;min-width:1.878125rem;height:1.93625rem;font-size:1.440625rem;line-height:30.98px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#O2vmAoz54hn2ntkV37N3hi6T9T7a7IOF .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.225rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.50375rem;height:0.765625rem;font-size:0.540625rem;line-height:12.25px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#O2vmAoz54hn2ntkV37N3hi6T9T7a7IOF { display:flex;width:12.875rem;height:3.5625rem;top:0rem;left:3.2539063096046rem;padding-top:0.318125rem;padding-right:0.3075rem;padding-bottom:0.318125rem;padding-left:0.3075rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #O2vmAoz54hn2ntkV37N3hi6T9T7a7IOF #OclLPJI0kNyX3VtgNglv43fn446h5Bfp { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #O2vmAoz54hn2ntkV37N3hi6T9T7a7IOF #KCTRGRQ85bc2XHC6wfbC74eNH1uQtysp {  }
 }@media only screen and (max-width: 763px) { #O2vmAoz54hn2ntkV37N3hi6T9T7a7IOF #HqsDXGAT6RxfEzOKV01M5TsVXoDMT3vG {  }
 }@media only screen and (max-width: 763px) { #O2vmAoz54hn2ntkV37N3hi6T9T7a7IOF #t2SKeUxcypTIkG6QlRniDmgsSxw70OhW { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #O2vmAoz54hn2ntkV37N3hi6T9T7a7IOF #QtTaaCxM49Pr4r6mW7L9WphpzkauG0Np {  }
 }@media only screen and (max-width: 763px) { #O2vmAoz54hn2ntkV37N3hi6T9T7a7IOF #Ud3UBHH8TMPhldmmHikBT2LUrR4p77wA {  }
 }@media only screen and (max-width: 763px) { #O2vmAoz54hn2ntkV37N3hi6T9T7a7IOF #wX3wRXTMufXiqdCzXW78dSPOn6zWkzoe { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #O2vmAoz54hn2ntkV37N3hi6T9T7a7IOF #hAevgLsnOMTxRBxCqmyOkAscPrEPa1Ht {  }
 }@media only screen and (max-width: 763px) { #O2vmAoz54hn2ntkV37N3hi6T9T7a7IOF #PBF426u5nRZhKphsmicBMyk8xxNBlT21 {  }
 }@media only screen and (max-width: 763px) { #O2vmAoz54hn2ntkV37N3hi6T9T7a7IOF #zqNN60JQSmVJCehkh22IMt3Q0HQlWpdS { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #O2vmAoz54hn2ntkV37N3hi6T9T7a7IOF #KbGcdNa88mlQM1D9zQzVuvPE8ObV4460 {  }
 }@media only screen and (max-width: 763px) { #O2vmAoz54hn2ntkV37N3hi6T9T7a7IOF #nxyKZ2Z83P8btTrtUTMbWqM4iATVu6Mx {  }
 }@media only screen and (max-width: 763px) { #Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/c1643422-b0a6-4ea1-8105-7cfc91c2c85f/Prancheta6.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz.adaptive-delivery-prevent-bg, #Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz.lazyload, #Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz.lazyloading { background-image: none; }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz > .row .container { background-color: transparent; background-image: none; }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz > .row .container > .video-iframe-container { display: none; }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz > .row > .video-iframe-container { display: none; }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz > .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); }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz > .row .container { width:20rem;height:69.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Teci2cKfZBczzmUcvViMMUSs3MbfRen7 { width:20rem;height:5.5967078189301rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcX2P9LSDp4qbMrfBBzS8A2aslV3T0RE { width:20rem;height:11.375rem;top:23.971355438233rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #eFTQT043h9uKFNKH4L9bhkDrrOPXMhh8 { width:19rem;height:3.5rem;top:36.346355438233rem;left:0.50000005960464rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLseaV0FU1TXXJLzHrV0rOn7nO4kk0SS { display:block; }
 }@media only screen and (max-width: 763px) { #qXzmgRchlExnxOmv8bQnTRxbMHKeApaT { top:5.125rem;left:1.5312500596046rem;width:16.9375rem;height:21.3125rem;z-index:15004;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #zpkDkkZaSJBqx0kLdcoGKoEMWadf5SNn { width:8.5625rem;height:7.125rem;top:40.5625rem;left:0.5rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgLXHcao3Vs42PlwLqL4qSCEyTG6fs4C { width:8.5625rem;height:7.125rem;top:40.561850547791rem;left:10.729167282581rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1kR015WGLU7CWtl0KwHfJIsumzJ4zTi { width:8.5625rem;height:7.125rem;top:49.408205986023rem;left:0.50000005960464rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2S9GmF6U5XNwZdU0zfGUGZmLVW5sawN { width:8.5625rem;height:7.125rem;top:49.407553672791rem;left:10.979167282581rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHlwlfdMsvlaIO7lI3HsNBAllhgGff0m { width:12.5625rem;height:9.375rem;top:58rem;left:3.625rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2yPO8XRiTDGzblT8GiEU3yATXg0K8hg { display:flex;width:3.125rem;height:3.125rem;top:41.250000953674rem;left:3.3437502980233rem;font-size:1.875rem; }
 }@media only screen and (max-width: 763px) { #qR7qRhygVlwVt26cMgzCgJxU6rNQ0nzO { display:flex;width:3.5rem;height:3.5rem;top:41.061850547791rem;left:13.385417282581rem;font-size:1.9375rem; }
 }@media only screen and (max-width: 763px) { #UPJtIfNkRIHmSQBCa10gBk3mdcoLqRGA { display:flex;width:2.875rem;height:2.875rem;top:49.720053672791rem;left:3.4687502980233rem;font-size:1.9375rem; }
 }@media only screen and (max-width: 763px) { #U6xEK936rswBSulnyfO52lTaON0IuZ1l { display:flex;width:2.875rem;height:2.875rem;top:49.716799736023rem;left:13.697917282581rem;font-size:1.8125rem; }
 }@media only screen and (max-width: 763px) { #UJxqCbJSDENc9uL89XxJxkZ8khwE9TV9 { display:flex;width:2.875rem;height:2.875rem;top:59.5rem;left:8.5625rem;font-size:1.9375rem; }
 }@media only screen and (max-width: 763px) { #T31QWMNBKfTg8GeBnU5TdePg1qlw1sbd { width:8.6875rem;height:1.21875rem;top:45.250000953674rem;left:0.50000005960464rem;font-size:0.9375rem;z-index:15053;display:block; }
 }@media only screen and (max-width: 763px) { #hiTzIpGDTawFWEkHq5zpZP0UTWJCTNWN { width:8.6875rem;height:2.4375rem;top:44.686850547791rem;left:10.854167282581rem;font-size:0.9375rem;z-index:15050;display:block; }
 }@media only screen and (max-width: 763px) { #zLJKCSfdVKDMfurNC04FdnSImaE3mmHs { width:8.6875rem;height:1.6875rem;top:53.175784111023rem;left:0.50000005960464rem;font-size:0.9375rem;z-index:15051;display:block; }
 }@media only screen and (max-width: 763px) { #z4go3OhH6lnH29IkZAeRAV8moWsUrgX3 { width:6.25rem;height:0.84375rem;top:54.060549736023rem;left:12.010417282581rem;font-size:0.9375rem;z-index:15052;display:block; }
 }@media only screen and (max-width: 763px) { #a3yZ6ERhPpqtSWPsFAgcVfPwFaruxfWJ { width:9.3125rem;height:1.875rem;top:63.6875rem;left:5.375rem;font-size:0.9375rem;z-index:15052;display:block; }
 }@media only screen and (max-width: 763px) { #hQ61VNtwDb6Ms31fVpFW82CKFkCgV4mQ { background-color:#ffebe6;background-image:url("https://images.assets-landingi.com/uc/75a7e7a5-e402-42cf-981b-12feaa00df0d/Prancheta7.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#hQ61VNtwDb6Ms31fVpFW82CKFkCgV4mQ.adaptive-delivery-prevent-bg, #hQ61VNtwDb6Ms31fVpFW82CKFkCgV4mQ.lazyload, #hQ61VNtwDb6Ms31fVpFW82CKFkCgV4mQ.lazyloading { background-image: none; }#hQ61VNtwDb6Ms31fVpFW82CKFkCgV4mQ > .row .container { background-color: transparent; background-image: none; }#hQ61VNtwDb6Ms31fVpFW82CKFkCgV4mQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hQ61VNtwDb6Ms31fVpFW82CKFkCgV4mQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hQ61VNtwDb6Ms31fVpFW82CKFkCgV4mQ > .row .container > .video-iframe-container { display: none; }#hQ61VNtwDb6Ms31fVpFW82CKFkCgV4mQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hQ61VNtwDb6Ms31fVpFW82CKFkCgV4mQ > .row > .video-iframe-container { display: none; }#hQ61VNtwDb6Ms31fVpFW82CKFkCgV4mQ > .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); }#hQ61VNtwDb6Ms31fVpFW82CKFkCgV4mQ > .row .container { width:20rem;height:50.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fvtks7oydnoQm7NUHXdwv3QV6DWriG82 { width:20rem;height:2.375rem;top:1.375rem;left:0rem;font-size:1.1875rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #nx0QZphChyyp1nfomeQoHWhT3VnZd8dX { width:20rem;height:44.39516875rem;top:5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDSRG2fgrRAoP9r9d6Ngwx4fnPucbObS { width:20rem;height:9.375rem;top:87.5rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #z0fxRFvvEemp5AS9eADPSG8WWRoC4gIe { width:8.6875rem;height:0;top:74.8945rem;left:1rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ue3Tuu3tVrG2c2z6KJiMDEyqm5pFh4wy { width:8.6875rem;height:0;top:75.48825rem;left:10.3125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HgILkK7grUQ4PlKHcTtIPpNzBb2ZeNmO { width:8.0625rem;height:0;top:80.11325rem;left:2.53125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #T03c9XdPLlliZBDnl0Tgf5AFGop7eSNu { width:6.25rem;height:0;top:80.55075rem;left:11.21875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #uP8BLgn4rdb5I0Rf5nNK7CGJtx9RI4Pe { width:9.3125rem;height:0;top:83.36325rem;left:5.34375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #CtSD1liFphvuKKrucsWT10hxlUCyORBa { display:block; }#CtSD1liFphvuKKrucsWT10hxlUCyORBa > .row .container { width:20rem;height:41.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XMRbUByqzvEVgJX5KPS8pSwhm0rofXsz { width:20rem;height:3.5625rem;top:11.25rem;left:0rem;font-size:1.1875rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #fMuN0rleVARDsXX1At0NN0EfyF9nSvhw { width:19.75rem;height:6.6875rem;top:16.0625rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #piHBCT3ElWRSgIqF2TPEZX8hpnbGzZlf { width:2.125rem;height:2.125rem;top:6.9375rem;left:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #XEk4grRhtIJl5ysUeqLTDtVfRvOZeFgJ { width:19.75rem;height:4.6875rem;top:24.125rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xU2ovv8s1ciiJTJ7tMtER0lwtNiCbvKt { width:19.0625rem;height:4.54948125rem;top:17.25rem;left:0.4375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CwlKyKyzVeAsf3VsyLNe6tv3PF5wQqyV { width:2.125rem;height:2.125rem;top:13.125rem;left:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q61nbbV5aooq6Wz9Re8dqIca3KXMkOUu { width:18.5rem;height:3.65625rem;top:24.75rem;left:0.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xRAvcw0fz8SZTvXavuJQDhaC70Jx6wUa { width:19.75rem;height:10.875rem;top:29.875rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXwS9aQQeu6m065g9Zo4Tef6m7GgcdyJ { width:2.125rem;height:2.125rem;top:19.009767532349rem;left:1.0000000596046rem;display:none; }
 }@media only screen and (max-width: 763px) { #UrpIWhubpx2Uuc3XVqBJkzUFT0PQ7WXh { width:19.3125rem;height:10.2363125rem;top:30.3125rem;left:0.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yStg0k76nOPeEGEkNsnG5UdoudDwuluT { width:19.125rem;height:7.3125rem;top:0.75rem;left:0.4375rem;font-size:0.9375rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #JmUsuEK0LDXKUf2JnXBfyTrF2KGK7gEZ { width:20rem;height:9.375rem;top:0rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #w785SOzC7MH4Jz0S55qBPxR7aDOuiySK { display:block; }#w785SOzC7MH4Jz0S55qBPxR7aDOuiySK > .row .container { width:20rem;height:27.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BxvwDvkITei3Gi8CO17PKt2pqNkcQLqu { width:19.75rem;height:6.5rem;top:0.625rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwTf0iDNxW8TAhO7iOQTLOMnCQgJsR6A { width:2.125rem;height:2.125rem;top:2.1875rem;left:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #p8zLg9ZA54Tn1xAiEmITOdwfvxwp9ip1 { width:20rem;height:4.54948125rem;top:1.875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LuEtdTeZli7qhQv2bdLIy4W4Ji0kqdbn { width:19.75rem;height:6.5rem;top:8.25rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpWd8Jk5tZHgsuTT4VDSclqO6m6WD3Vb { width:20rem;height:5.68685rem;top:9rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MAMA23f3NXGIKUvH2Pl7FnBfk1P7a6si { width:2.125rem;height:2.125rem;top:10.1875rem;left:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #r4uIiNoJxWyavG7K6MoeHK8Q0ZIFAcSk { width:19.75rem;height:6rem;top:15.9375rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTt44e8sEkUdvFhODTNC02BFeEW4h1b2 { width:2.125rem;height:2.125rem;top:18.1875rem;left:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #P50mdSo8iWisWTIWlIn8xqwrmScPnXER { width:19.75rem;height:3.6875rem;top:22.875rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJVRefkXvLRhJHEVhfT9BykksTogVMit { width:20rem;height:5.68685rem;top:16.21875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xuEwwNSvr75tenHbvVZrg6zCGrB6XhnF { width:19.25rem;height:2.2747375rem;top:23.8125rem;left:0.375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i3fb2OH4pgShdqLzbiuqeT8ipbydIQAx { width:2.0625rem;height:2.0625rem;top:26.3125rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TDmedUAqu8ytBQX1o1hSvDAgQFK1UMDM { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/78dbd282-8b8e-4267-af05-524ad23be648/Prancheta9.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#TDmedUAqu8ytBQX1o1hSvDAgQFK1UMDM.adaptive-delivery-prevent-bg, #TDmedUAqu8ytBQX1o1hSvDAgQFK1UMDM.lazyload, #TDmedUAqu8ytBQX1o1hSvDAgQFK1UMDM.lazyloading { background-image: none; }#TDmedUAqu8ytBQX1o1hSvDAgQFK1UMDM > .row .container { background-color: transparent; background-image: none; }#TDmedUAqu8ytBQX1o1hSvDAgQFK1UMDM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TDmedUAqu8ytBQX1o1hSvDAgQFK1UMDM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TDmedUAqu8ytBQX1o1hSvDAgQFK1UMDM > .row .container > .video-iframe-container { display: none; }#TDmedUAqu8ytBQX1o1hSvDAgQFK1UMDM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TDmedUAqu8ytBQX1o1hSvDAgQFK1UMDM > .row > .video-iframe-container { display: none; }#TDmedUAqu8ytBQX1o1hSvDAgQFK1UMDM > .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); }#TDmedUAqu8ytBQX1o1hSvDAgQFK1UMDM > .row .container { width:20rem;height:25.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #snmsqRPgz6yevTltb5gmivK2rVwT4fxw { width:20rem;height:3.5625rem;top:1.25rem;left:0rem;font-size:1.1875rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #ofCUecFf3F9w4JzGwD83nXBdBQZTH83m { width:20rem;height:14.6952875rem;top:6.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6fNcpuOiPyvDm2chyGyM44TgbkFEuX8 { width:19rem;height:3.625rem;top:21.4375rem;left:0.50000005960464rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1DE6KlADcJ4LqNvRv3V4ZBF31D7tZpb { display:block; }
 }@media only screen and (max-width: 763px) { #u81O82f9y7BPuDQ4oaIyJZzD43wr7f5i { width:20rem;height:21.152375rem;top:24.796224594116rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #S9J16fWneDQRh5scpJVeqBz0VF4rv5FR { display:block; }#S9J16fWneDQRh5scpJVeqBz0VF4rv5FR > .row .container { width:20rem;height:43.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #adLRnHiw3JugNoH561yyA12iBbtlGSqP { width:20rem;height:4.875rem;top:24.812500953674rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HpqFt7ie1lcTiXsTurTZ4bdiemvyAmoC { width:20rem;height:11.3736875rem;top:30.562500953674rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iAogKg3bhNB7eMkC2MQNhPZrzVpBGTKn { width:13.4375rem;height:10.1875rem;top:15.250000953674rem;left:2.3125000596046rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #eTHTDCslISNTp3XX4i65WSs5hIhVFf41 { width:17.875rem;height:18.9375rem;top:1.357421875rem;left:1.0625000596046rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #W1b8ycMInO86W8wKld4i0XJ0zaAJq5F1 { display:block; }#W1b8ycMInO86W8wKld4i0XJ0zaAJq5F1 > .row .container { width:20rem;height:48.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EuLHLSQwtZTJ4JutgaJ51rX0n7rWzcos { width:13.6875rem;height:13.3125rem;top:6.78125rem;left:2.5416668057442rem;display:block; }
 }@media only screen and (max-width: 763px) { #giTwUsbWvLea5NVmG4ANJROcSlmw26GL { width:0.8125rem;height:9.1823125rem;top:8.845703125rem;left:2.5416668057442rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9JPpFKfV2svToPsJHL93PNJhLDmdKXG { width:20rem;height:6.09375rem;top:0.6875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9TVmTcA2uBlpEVnLpSR6wCecrHwSTII { width:17.8125rem;height:1.625rem;top:21.697917938233rem;left:1.0937500596046rem;font-size:1.25rem;color:#a92d2b;display:block; }
 }@media only screen and (max-width: 763px) { #MuwdJzUCfNgyhHubL4H5am8nASmk8NSg { width:19.75rem;height:4.25rem;top:20.385437011719rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSkp2sIZg9Pxr0uEHQePWxMmX2Req8mI { width:19.75rem;height:27.125rem;top:20.229187011719rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUAmgoztwXvhDhXtPoTQatQKkF2pLazr { width:20rem;height:22.0429875rem;top:24.760417938233rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QN9uS2vP9iyyc9BZdaqL4qbVxq32r8Ef { display:block; }#QN9uS2vP9iyyc9BZdaqL4qbVxq32r8Ef > .row .container { width:20rem;height:41.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gqnblLWOAuikJ97SXxxrk7iFTSqUW67e { width:20rem;height:31.83980625rem;top:4.0149745941162rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v4DvehdaVoqXHBR6CLlJiv8kHZXioCb9 { width:19.75rem;height:36.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0LhMFvD3SBgvexWCpUGmCXAAS2iZxpa { width:20rem;height:3.25rem;top:0.375rem;left:0rem;font-size:1.25rem;color:#a92d2b;display:block; }
 }@media only screen and (max-width: 763px) { #Ww4dA1dc04xLTThUteNVk0eaQzowT4ut { width:19.75rem;height:3.75rem;top:0.125rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PfV44CHsLezs9NAdInqrVpXi74M3wUbZ { width:19rem;height:3.625rem;top:37.3125rem;left:0.50000005960464rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7ZqwywnkumpbHtJRoruBNkKO1MGc3E1 { display:block; }
 }@media only screen and (max-width: 763px) { #pqdp7ny0626Bhg7LdbrZ1BaezNoyMVLK { display:block; }#pqdp7ny0626Bhg7LdbrZ1BaezNoyMVLK > .row .container { width:20rem;height:65rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wl0PpuB7eSOohmvfTkvTZa9Ft03TWTTy { width:20rem;height:5.361325rem;top:1.25rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QXXZxVbR7TAHFCy4Ke811TAlZVlypktB { width:20rem;height:13.6484375rem;top:7.9375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JvTSyoZ4tRl0CdO8IfvT63FuPiW6ovyR { display:flex;width:3.125rem;height:3.125rem;top:23.798829555511rem;left:3.1979168057442rem; }
 }@media only screen and (max-width: 763px) { #uGTd2PXfQZ3G29oo5VuD36vBTK5F7knN { width:9.4375rem;height:14.875rem;top:23.208333969116rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KgBwoNFWXDBVn2UFE9b9J50JkvcRzVTV { width:8.5625rem;height:0.3125rem;top:44.375001907349rem;left:10.957682907581rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #hDTOGFdUES1oMBTVAuDqdG5ikxquX9T3 { display:flex;width:3.125rem;height:3.125rem;top:23.798829555511rem;left:13.937500298023rem; }
 }@media only screen and (max-width: 763px) { #nGVcnaaeqn9JmeIu03K45Ag2mZBMMWIU { width:9.4375rem;height:14.875rem;top:23.207682609558rem;left:10.478515923023rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vrrr5le76MvK0RUFzh64q8VO9MwcTNnU { width:8.5625rem;height:0.3125rem;top:44.375001907349rem;left:0.47916668653488rem;display:block; }
 }@media only screen and (max-width: 763px) { #owS5eUkQkfI0JEPmtqBxNuZxOlUVOeW0 { width:7.25rem;height:9.096375rem;top:28.132163047791rem;left:1.1354166865349rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M0rE1GvUK5xTVkMbkNnpzkBfOCPq9hwt { width:9.25rem;height:3.8984375rem;top:29.729167938233rem;left:10.624348938465rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oqANCA46TEzLTuDHUTH1ExOFMANAP5vn { display:flex;width:3.125rem;height:3.125rem;top:40.500002861023rem;left:3.1979168057442rem; }
 }@media only screen and (max-width: 763px) { #VKBIapTrZuhvBrJElozpcC4TTTnSU46n { width:9.4375rem;height:24.25rem;top:39.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzH4iZ4bt5mBsZDLI84DFWqF0zm3eiJR { width:8.5625rem;height:0.3125rem;top:27.298830032349rem;left:11.218750298023rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3eEfeo6bpov6UWXCiqhPWGVDIHr3d46 { width:7.5rem;height:16.89325rem;top:45.625rem;left:1.0104166865349rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d8JEbTmI6r0X92WcCOu4UCg33tXnN3Qn { width:9.4375rem;height:24.25rem;top:39.750002861023rem;left:10.478515923023rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgyBELyQJ5ozTHURg6ZiZHLeQ2A2KMCV { width:7.625rem;height:14.29425rem;top:45.625rem;left:11.426432907581rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bEptgSlDXmk4TGTBDnFenJP4XrJmJiGx { width:8.5625rem;height:0.3125rem;top:27.298830032349rem;left:0.47916668653488rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0b0dAoUsBoEWpyhlQbwlP2foaNqw7yc { display:flex;width:3.125rem;height:3.125rem;top:40.500002861023rem;left:13.676432907581rem; }
 }@media only screen and (max-width: 763px) { #zA0UDNHWqEMHAb1n18VmsI5PGqcZxRMz { display:block; }#zA0UDNHWqEMHAb1n18VmsI5PGqcZxRMz > .row .container { width:20rem;height:49.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cvbUrQGTCnyzGTrQSZsrzm54v0rxHNc3 { width:20rem;height:48.98436875rem;top:0.62500190734863rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WAO7I7UX5Ln6ndcTMFWQTrgCTJzgDkkM { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c8d2ffe0-1df2-4414-954f-5eb20edd125d/Prancheta8.preview.flip.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#WAO7I7UX5Ln6ndcTMFWQTrgCTJzgDkkM.adaptive-delivery-prevent-bg, #WAO7I7UX5Ln6ndcTMFWQTrgCTJzgDkkM.lazyload, #WAO7I7UX5Ln6ndcTMFWQTrgCTJzgDkkM.lazyloading { background-image: none; }#WAO7I7UX5Ln6ndcTMFWQTrgCTJzgDkkM > .row .container { background-color: transparent; background-image: none; }#WAO7I7UX5Ln6ndcTMFWQTrgCTJzgDkkM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.37); }#WAO7I7UX5Ln6ndcTMFWQTrgCTJzgDkkM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WAO7I7UX5Ln6ndcTMFWQTrgCTJzgDkkM > .row .container > .video-iframe-container { display: none; }#WAO7I7UX5Ln6ndcTMFWQTrgCTJzgDkkM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.37); }#WAO7I7UX5Ln6ndcTMFWQTrgCTJzgDkkM > .row > .video-iframe-container { display: none; }#WAO7I7UX5Ln6ndcTMFWQTrgCTJzgDkkM > .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); }#WAO7I7UX5Ln6ndcTMFWQTrgCTJzgDkkM > .row .container { width:20rem;height:109.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hb2TsTsvg4432qsJa7K1CMoaZynPCzEF { width:20rem;height:186rem;top:0.12497472763061rem;left:0rem;z-index:15000;background-color:rgba(0,0,0,0);background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }
 }@media only screen and (max-width: 763px) { #rQ6f0sQW44my9nN3Hx0ID5Vp1iDUfiJn { width:16.875rem;height:26.941375rem;top:36.65625rem;left:1.5625000596046rem;font-size:0.875rem;color:#494446;display:block; }
 }@media only screen and (max-width: 763px) { #TuE3g1gOEw4e4kDMCPacN87TV9ldgobR { width:7.5rem;height:2.4375rem;top:0.6875rem;left:6.2500002980231rem;font-size:1.875rem;color:#484848;line-height:1.3;text-align:center;text-align-last:center;font-family:"open sans";font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #DmtrcvbH6Bb8SEgnR4mB3G5kST9h8qFb { width:17.625rem;height:11.0215rem;top:64.471355438231rem;left:1.5625000596046rem;font-size:0.875rem;z-index:15047;color:#494446;display:block; }
 }@media only screen and (max-width: 763px) { #qbvRozRCsGD3r83hHA3FCCwUQE94TP7l { width:14.375rem;height:19.5rem;top:34.1875rem;left:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ryEcRBGNHt2gQyTDHkdSxu9C8LSBBttv { width:20rem;height:2.03125rem;top:3.125rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;color:#494446;display:block; }
 }@media only screen and (max-width: 763px) { #d2Lql92dRmJp6onfOUBwxWo7wIQQXL2V { width:18.8125rem;height:31.5rem;top:5.15625rem;left:0.59375005960464rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJM4TTpeGeHpPUT7PiOONnbkR0AL43AE { width:17.625rem;height:14.6953125rem;top:75.492843627931rem;left:1.5625000596046rem;font-size:0.875rem;z-index:15047;color:#494446;display:block; }
 }@media only screen and (max-width: 763px) { #hb6zKQdGGkknNQrgd9LayxGg4S0b4dv0 { width:17.5625rem;height:11.0215rem;top:90.875005722044rem;left:1.5625000596046rem;font-size:0.875rem;z-index:15001;color:#494446;display:block; }
 }@media only screen and (max-width: 763px) { #h1qJWH12SdNfhHhM6zHGZhv063WAsDxT { width:17.0625rem;height:6.12305rem;top:102.50000572204rem;left:1.5625000596046rem;font-size:0.875rem;z-index:15001;color:#494446;display:block; }
 }@media only screen and (max-width: 763px) { #zSxPxEtwbDe3ZhiuxqcDOpiRoU5TM7aq { background-color:#6f05ec;background-image:url("https://images.assets-landingi.com/uc/c8d2ffe0-1df2-4414-954f-5eb20edd125d/Prancheta8.preview.flip.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#zSxPxEtwbDe3ZhiuxqcDOpiRoU5TM7aq.adaptive-delivery-prevent-bg, #zSxPxEtwbDe3ZhiuxqcDOpiRoU5TM7aq.lazyload, #zSxPxEtwbDe3ZhiuxqcDOpiRoU5TM7aq.lazyloading { background-image: none; }#zSxPxEtwbDe3ZhiuxqcDOpiRoU5TM7aq > .row .container { background-color: transparent; background-image: none; }#zSxPxEtwbDe3ZhiuxqcDOpiRoU5TM7aq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zSxPxEtwbDe3ZhiuxqcDOpiRoU5TM7aq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zSxPxEtwbDe3ZhiuxqcDOpiRoU5TM7aq > .row .container > .video-iframe-container { display: none; }#zSxPxEtwbDe3ZhiuxqcDOpiRoU5TM7aq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zSxPxEtwbDe3ZhiuxqcDOpiRoU5TM7aq > .row > .video-iframe-container { display: none; }#zSxPxEtwbDe3ZhiuxqcDOpiRoU5TM7aq > .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); }#zSxPxEtwbDe3ZhiuxqcDOpiRoU5TM7aq > .row .container { width:20rem;height:68.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T7TvhccNZ3oPXtZtGT1Dyc1mnZy4NAfP { width:19rem;height:3.8125rem;top:51.5625rem;left:0rem;font-size:0.9375rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #KVWT900se8f2QJzLMZ5TQzSTe8HcDKnZ { display:block; }
 }@media only screen and (max-width: 763px) { #ouBSXgs31A0H1gLXC6uXaMxaF86vfoGz { width:17.6875rem;height:3.0247375rem;top:17.25rem;left:1.1875rem;font-size:1.375rem;z-index:15047;display:block; }
 }@media only screen and (max-width: 763px) { #zwsfQwVWFaWSKy1ZDNMkIcdMHBUpD8Pt { width:18.75rem;height:1.85611875rem;top:0.8125rem;left:0.625rem;font-size:1.6875rem;line-height:1.1;z-index:15053;color:#f28a2e;display:block; }
 }@media only screen and (max-width: 763px) { #o1AIqGvaMmiKO8BgqStqLN7xhpwe2XUL { width:19.875rem;height:36rem;top:11.75rem;left:0rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #LzqbexnQJcBZW6OXKDUAT2LkwqbQOWBG { width:17.75rem;height:1.0996125rem;top:14.375rem;left:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6KXM6TkFN7esxRhzzlMaQlh70DIqLsf { width:14.9375rem;height:4.1875rem;top:12.3125rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k49VKW81N0tZhMlrG2vTzyDkxqTZQNVm { width:18.25rem;height:1.0996125rem;top:22.625rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7sfrw8PZotI4N62dD9vJawnBotn78BH { width:20rem;height:8.287125rem;top:23.75rem;left:0rem;font-size:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sog21GzDhwV8PcMG46rsnmgM9r33X81T { width:3.375rem;height:1.4622375rem;top:27.125rem;left:3.6875rem;font-size:1.125rem;font-family:montserrat;color:#00b39a;display:block; }
 }@media only screen and (max-width: 763px) { #RH37wJk3bSkT0SLiwFEJztEVmWTZ71zq { width:2.0625rem;height:1.625rem;top:28.625rem;left:3.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TB9Mp6el6P2V6xCMT1DABF6KTpDeHxxT { width:3.1875rem;height:2.11198125rem;top:25.375rem;left:14.3125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jl48sQc1eGRuqcsnMgfAK8LCmFpPDT3X { width:17.25rem;height:2.125rem;top:31.25rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLwzlOM1fJ6yIXPTwA433RVKPah3cSWM { width:17rem;height:1.13736875rem;top:31.8125rem;left:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryNtoB4kuJCmdGm3DPe0TQTRWCl53INk { width:18.5rem;height:4rem;top:34.375rem;left:0.8125rem;font-size:1.5625rem;line-height:1;background-color:transparent;background-image: -webkit-linear-gradient(160deg, #ffbe00, #ec6f00);background-image: -moz-linear-gradient(160deg, #ffbe00, #ec6f00);background-image: -ms-linear-gradient(160deg, #ffbe00, #ec6f00);background-image: -o-linear-gradient(160deg, #ffbe00, #ec6f00);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbe00', endColorstr='#ec6f00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbe00', endColorstr='#ec6f00' );";background-image: linear-gradient(160deg, #ffbe00, #ec6f00);background-size:auto !important;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #s6ExyvCBwLLR5C0ON9RyNhEA48K4cPGl { display:block; }
 }@media only screen and (max-width: 763px) { #tKXgRNdPoDJ9HT7mLIFGBmagFBKXQxrp { width:5.5625rem;height:2.11198125rem;top:42.1875rem;left:13.4375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EQNylXsMTBVvAmtDDmJ0kTcJCuaKD9ML { width:2.75rem;height:2.75rem;top:39.5rem;left:14.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbHQtywmt4gcDghJxkvqaWS3hO9yZUBk { width:2.75rem;height:2.75rem;top:39.1875rem;left:8.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqmbnUuzM4gbiWOCW9kmXBHaI4X4dpeG { width:4.75rem;height:2.11198125rem;top:42.5rem;left:0.9375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nPiW7n59wOBilsypAvq0rqlOXaG2xiQh { width:2.75rem;height:2.75rem;top:39.5rem;left:2.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAwWKh5TTyOlBUKqThFE4Td8n7vpQVVB { width:4.875rem;height:4.22395625rem;top:41.6875rem;left:7.1875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aLPn8MN98SX8HyDKGUhESA1eA254JqvF { width:19.75rem;height:19.4375rem;top:47.9375rem;left:0rem;z-index:14992;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPaDJpiAOpoiNNIe23ypOOnqe6T9Fbii { width:6.5625rem;height:6.875rem;top:49.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGTfKonKehhsUCRUmytmnw6xie78g6vS { width:13.75rem;height:4.0625rem;top:50.75rem;left:6.25rem;font-size:1.5625rem;text-align:center;text-align-last:center;color:#d9b391;display:block; }
 }@media only screen and (max-width: 763px) { #MagXTbZTbm5KkX83cc8Z6ZIRmBpASVrx { width:18.625rem;height:8.57225rem;top:57.375rem;left:0.6875rem;font-size:0.875rem;z-index:15047;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ngySzCFU2irarGS7WvEkWV4BdZozkoVU { width:18.5rem;height:6.09375rem;top:4.4375rem;left:0.75rem;font-size:0.9375rem;z-index:15047;color:#494446;display:block; }
 }@media only screen and (max-width: 763px) { #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection { display:block; } #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection *:focus-visible, #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection input[type="text"]:focus-visible, #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection input[type="email"]:focus-visible, #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection input[type="tel"]:focus-visible, #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection textarea:focus-visible { outline: none; } #JLOyuZHJcCEDtptBUDuHALU2FvbH4LAS > .row .container { width:20rem;height:25.3125rem;position:relative;display:block; } }