.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.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 {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;top:0rem;left:0rem;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); }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#7957dd;background-image:url("https://images.assets-landingi.com/uc/1addc132-cb04-46ce-8d97-b268cb9acc69/Fella.png");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;display:block; }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A.adaptive-delivery-prevent-bg, #D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A.lazyload, #D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A.lazyloading { background-image: none; }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A > .row .container { background-color: transparent; background-image: none; }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A > .row .container > .video-iframe-container { display: none; }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A > .row > .video-iframe-container { display: none; }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A > .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); }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A > .row .container { border-width: 0; border-radius: 0; }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A > .row > .video-iframe-container {  }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A > .row .container { font-size:0.875rem;font-family:arial;height:42.9375rem;width:75rem;position:relative;display:block; }#xwIDH3xIA9kZkkd0F0qgo9MXT1FLTL3O { position:absolute;display:block;z-index:100001;background-color:transparent;background-image:url("https://images.assets-landingi.com/fec3broQ/LOGO_LANDING.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.25rem;width:8.25rem;top:0rem;left:5.625rem;display:block; }#xwIDH3xIA9kZkkd0F0qgo9MXT1FLTL3O.adaptive-delivery-prevent-bg, #xwIDH3xIA9kZkkd0F0qgo9MXT1FLTL3O.lazyload, #xwIDH3xIA9kZkkd0F0qgo9MXT1FLTL3O.lazyloading { background-image: none; }
#BCg8a4MOi4RKMfpMFZZRBbWDDPgGu94F { color:#ffffff;display:block;width:30.5rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:300;z-index:100004;line-height:1.3;letter-spacing:0;top:17.25rem;left:5.625rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#R1mO8O30ZfFlJwEvppLsm8XAw54K0UFX { color:#fd7ffb;display:block;width:20.8125rem;position:absolute;font-family:rubik;font-size:1.625rem;font-weight:400;z-index:100008;line-height:1.2;letter-spacing:0;top:8.76123046875rem;left:5.625rem;height:1.94970625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#qBM6eLKyLmMWTvlI7BoL7wrqTLGhoNGb { color:#ffffff;display:block;width:35.875rem;position:absolute;font-family:rubik;font-size:3.875rem;font-weight:400;z-index:100009;line-height:1.1;letter-spacing:0;top:10.71044921875rem;left:5.625rem;height:4.26220625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#vuPTEmmCaSvDDABxsNT5DAsf8MI7ID9x { position:absolute;display:block;z-index:100000;height:6.8125rem;width:6.1875rem;top:0rem;left:68.8125rem;display:block; }
#PnJ7FxiGlBHAouziHPwO9NQqBPmHgQ3o { color:#ffffff;display:block;width:20.8125rem;position:absolute;font-family:rubik;font-size:1.625rem;font-weight:400;z-index:100008;line-height:1.2;letter-spacing:0;top:15.3125rem;left:5.625rem;height:1.94970625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#FxPxlHKwHTkxKPZGFQp4RL2AhsxaWoMM { color:#ffffff;display:block;width:11.625rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:300;z-index:100004;line-height:1.3;letter-spacing:0;top:25.25rem;left:17.6875rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KaDhU1GKMDpX2LxMnpwLdDEorEiA7quz { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:300;z-index:100004;line-height:1.3;letter-spacing:0;top:25.375rem;left:38.4375rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KWApibgVw6krroir8tLyIlbwZUDvoNLe { color:#717171;display:block;width:11.75rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:22rem;left:17.6875rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QPc4N5yuZX7TDEFb9givmGnDhfTDB2rc { color:#717171;display:block;width:15.625rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:22.0625rem;left:38.4375rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RBwwmVnyJIZrvEiLy3xlEcZe8PqlgyBH { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;height:6.25rem;width:6.25rem;top:22.125rem;left:5.625rem;display:block; }
#pPBwRm453fb6nZMT81x7udUeVRHBiLwc { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;height:6.25rem;width:6.25rem;top:22.125rem;left:10.75rem;display:block; }
#T7v15Xm1P9cTLXb4qC0KpcAr8i3TPI6C { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;height:6.25rem;width:6.25rem;top:22rem;left:31.25rem;display:block; }
#KpNvlmJMBeEI0asC6Nzafl0tieQLGBwz { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:300;z-index:100010;line-height:1.2;letter-spacing:0;top:30.63134765625rem;left:21.9375rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#AdcT2SKkQg2uV1Fv1xmer7cWGS3mvelh { background-color:#72da62;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: 0rem 0.3125rem 0.9375rem rgba(114,218,98,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.875rem;height:3.4375rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:30.375rem;left:5.625rem;display:block; }
#aqeri3cZwNytleRw0Em8gaGuusI79ips { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#wHeH7Fr7Nw9upfp4XgAkn4xzG2rraaMA { color:rgba(255,255,255,0.65);display:block;width:40.125rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:300;z-index:100012;line-height:1.5;letter-spacing:0;top:36.1875rem;left:5.625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#lTVaSFei44wTaD3MVoCH40hUKdO7MSyT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#lTVaSFei44wTaD3MVoCH40hUKdO7MSyT > .row .container { background-color: transparent; background-image: none; }#lTVaSFei44wTaD3MVoCH40hUKdO7MSyT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lTVaSFei44wTaD3MVoCH40hUKdO7MSyT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lTVaSFei44wTaD3MVoCH40hUKdO7MSyT > .row .container > .video-iframe-container { display: none; }#lTVaSFei44wTaD3MVoCH40hUKdO7MSyT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lTVaSFei44wTaD3MVoCH40hUKdO7MSyT > .row > .video-iframe-container { display: none; }#lTVaSFei44wTaD3MVoCH40hUKdO7MSyT > .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); }#lTVaSFei44wTaD3MVoCH40hUKdO7MSyT > .row .container { border-width: 0; border-radius: 0; }#lTVaSFei44wTaD3MVoCH40hUKdO7MSyT > .row > .video-iframe-container {  }#lTVaSFei44wTaD3MVoCH40hUKdO7MSyT > .row .container { font-size:0.875rem;font-family:arial;height:73.8125rem;width:75rem;position:relative;display:block; }#OZguPQE6C6dSDUJKxlOt6aTgfgPOLrGu { color:#717171;display:block;width:31.875rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:400;z-index:100011;line-height:1.5;letter-spacing:0;top:13rem;left:3.9375rem;height:12rem;font-style:normal;display:block; }
#pPcdRXGdIhb9LsIImCFNhti42st7e7PP { color:#7954de;display:block;width:30.375rem;position:absolute;font-family:rubik;font-size:1.75rem;font-weight:400;z-index:100012;line-height:1.2;letter-spacing:0;top:7.5625rem;left:3.9375rem;height:4.19921875rem;font-style:normal;display:block; }
#FwkIQ0fIc7IFGVImI7o7PGT4qn9ryWvq { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/0e11acd3-a194-4421-9dec-52a5e591d522/Medi.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 2.5rem 3.125rem rgba(113,113,113,0.5) ;height:20.3125rem;width:30.3125rem;top:6.5rem;left:44.6875rem;display:block; }#FwkIQ0fIc7IFGVImI7o7PGT4qn9ryWvq.adaptive-delivery-prevent-bg, #FwkIQ0fIc7IFGVImI7o7PGT4qn9ryWvq.lazyload, #FwkIQ0fIc7IFGVImI7o7PGT4qn9ryWvq.lazyloading { background-image: none; }
#l9LLWnuJUqdCouRs06qQthu2RMCcAVH5 { position:absolute;display:block;z-index:99999;background-color:#ffffff;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.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0rem 4.0625rem rgba(113,113,113,0.15) ;height:27.1875rem;width:17.5rem;top:38rem;left:0rem;display:block; }
#RviCfIm8KleqxrOfuTqm1BobCLwl76rk { color:#717171;display:block;width:13.625rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:400;z-index:100002;line-height:1.5;letter-spacing:0;top:48.4375rem;left:2.125rem;height:13.5rem;font-style:normal;display:block; }
#m4C1SNF9BJFC7w6UALQTres6aRFooBnT { color:#4d4d4d;display:block;width:13.25rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:400;z-index:100004;line-height:1.2;letter-spacing:0;top:45rem;left:2.125rem;height:3.1494125rem;font-style:normal;display:block; }
#pZrdFlZu5fBiEQH9zLQaTPWmlCyOua1S { color:#7954de;display:block;width:30.375rem;position:absolute;font-family:rubik;font-size:1.75rem;font-weight:400;z-index:100012;line-height:1.2;letter-spacing:0;top:33.4375rem;left:22.3125rem;height:2.0996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NdJ9Eu6yPqLBCAEIeI0LlEqwa1W2CWPl { position:absolute;display:block;z-index:99998;background-color:#ffffff;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.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0rem 4.0625rem rgba(113,113,113,0.15) ;height:27.1875rem;width:17.5rem;top:38rem;left:19.125rem;display:block; }
#DSEw2ye94WZ55sl74yMzaNDEzyWLTUol { color:#717171;display:block;width:13.1875rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:400;z-index:100002;line-height:1.5;letter-spacing:0;top:46.875rem;left:21.0625rem;height:12rem;font-style:normal;display:block; }
#cbn9FEW4K3awL4FVdwoOf2X004hkS9V3 { color:#4d4d4d;display:block;width:13.25rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:45rem;left:21.0625rem;height:1.70605625rem;font-style:normal;display:block; }
#ObMMpmsXta9Lrm74bdZ1FdUyCrCTQcHx { position:absolute;display:block;z-index:99997;background-color:#ffffff;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.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0rem 4.0625rem rgba(113,113,113,0.15) ;height:27.1875rem;width:17.5rem;top:38rem;left:38.375rem;display:block; }
#kLB2tkTATGAJKhtJIA21cbc5xJu98OL4 { color:#717171;display:block;width:13rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:400;z-index:100002;line-height:1.5;letter-spacing:0;top:50.0625rem;left:40.4375rem;height:10.5rem;font-style:normal;display:block; }
#ZiFuzmuNqoI9PyZasnCHyvqDFc0npqnZ { color:#4d4d4d;display:block;width:13.25rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:400;z-index:100004;line-height:1.2;letter-spacing:0;top:45rem;left:40.5rem;height:3.1494125rem;font-style:normal;display:block; }
#MDStQRsWdctH8ahni3mteqMDG1xVcTZr { color:#717171;display:block;width:13.5625rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:400;z-index:100002;line-height:1.5;letter-spacing:0;top:48.5625rem;left:59.5625rem;height:13.5rem;font-style:normal;display:block; }
#JknLFk1vCw3Ay67x2nXQtZ6WFbrkGSaD { color:#4d4d4d;display:block;width:13.25rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:400;z-index:100004;line-height:1.2;letter-spacing:0;top:45rem;left:59.625rem;height:3.1494125rem;font-style:normal;display:block; }
#G6PB0TK0fwUmCMuFSv8FiPQhX333dT36 { position:absolute;display:block;z-index:99996;background-color:#ffffff;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.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0rem 4.0625rem rgba(113,113,113,0.15) ;height:27.1875rem;width:17.5rem;top:37.6875rem;left:57.5rem;display:block; }
#TPxcgtv0fvEcbCQSAUKIsSvSOgkZodo4 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.6875rem;width:4.6875rem;top:39.6875rem;left:1.5rem;display:block; }
#F67QA75kZvssHagPBtLt580y1LivMka9 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.6875rem;width:4.6875rem;top:39.9375rem;left:20.8125rem;display:block; }
#ft4ZwZXGWKAOGIyikKd9sTUVdFRfG7OZ { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.3125rem;width:5.3125rem;top:39.6875rem;left:40.1875rem;display:block; }
#m13LyEmUWVaG6OfBrvDpfzku0PslssIi { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.6875rem;width:4.6875rem;top:39.6875rem;left:58.9375rem;display:block; }
#JKVvgfysJfJ6EvfRiAED5TTSTK1epkFs { background-color:#72da62;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: 0rem 0.3125rem 0.9375rem #72da62 ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.875rem;height:3.4375rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:67.8125rem;left:30.0625rem;display:block; }
#u8QQI1B02CICkzUL6UAJ85ShoyPeR3zW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#QllbEhD9olLLbVWfLntehhwfbtreUkKq { color:#717171;display:block;width:24.875rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:72.125rem;left:25.0625rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ghQCmrV1Fv8HJ4qEDOTf2B8CxMfCB5us { position:relative;display:block; }#ghQCmrV1Fv8HJ4qEDOTf2B8CxMfCB5us { background-color: transparent; background-image: none; }#ghQCmrV1Fv8HJ4qEDOTf2B8CxMfCB5us::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ghQCmrV1Fv8HJ4qEDOTf2B8CxMfCB5us > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ghQCmrV1Fv8HJ4qEDOTf2B8CxMfCB5us > .row .container > .video-iframe-container { display: none; }#ghQCmrV1Fv8HJ4qEDOTf2B8CxMfCB5us > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ghQCmrV1Fv8HJ4qEDOTf2B8CxMfCB5us > .row > .video-iframe-container { display: none; }#ghQCmrV1Fv8HJ4qEDOTf2B8CxMfCB5us > .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); }#ghQCmrV1Fv8HJ4qEDOTf2B8CxMfCB5us { border-width: 0; border-radius: 0; }#ghQCmrV1Fv8HJ4qEDOTf2B8CxMfCB5us > .row .container > .video-iframe-container {  }#ghQCmrV1Fv8HJ4qEDOTf2B8CxMfCB5us > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:29.6875rem;width:75rem;position:relative;display:block; }#w0d4d72Kw0CStfbmcHiwq3Wt5IJiLz1Q { color:#717171;display:block;width:16.875rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:400;z-index:100011;line-height:1.5;letter-spacing:0;top:11.1875rem;left:37.5rem;height:12rem;font-style:normal;display:block; }
#vML5xnIWod3mdOTqc9mZW10nTmbHL8eL { color:#7954de;display:block;width:16.875rem;position:absolute;font-family:rubik;font-size:1.75rem;font-weight:400;z-index:100012;line-height:1.2;letter-spacing:0;top:6.375rem;left:37.5rem;height:2.0996125rem;font-style:normal;display:block; }
#wxH9l4Xl2TanTeFOTK4BdHlzImry6PNL { color:#7954de;display:block;width:16.8125rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:400;z-index:100012;line-height:1.2;letter-spacing:0;top:8.375rem;left:37.5625rem;height:2.3994125rem;font-style:normal;display:block; }
#aKXDDGRLPmyqxQFWrI0PAckHfwM9oZQv { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 2.5rem 3.125rem rgba(121,84,222,0.25) ;height:16.9375rem;width:30.3125rem;top:6.375rem;left:3.59375rem;display:block; }
#lSQHc8dyrbsJHkfRG7lOiKLIT8krpKq2 { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/65d20cfa-2c14-4614-954b-8eacd59f24cb/Navratri1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 2.5rem 3.125rem rgba(113,113,113,0.5) ;height:12.3125rem;width:18.5625rem;top:6.375rem;left:56.4375rem;display:block; }#lSQHc8dyrbsJHkfRG7lOiKLIT8krpKq2.adaptive-delivery-prevent-bg, #lSQHc8dyrbsJHkfRG7lOiKLIT8krpKq2.lazyload, #lSQHc8dyrbsJHkfRG7lOiKLIT8krpKq2.lazyloading { background-image: none; }
#H7Vs3OrggtVApFwrt1uIbs5i5cpBSS0A { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#7954de;background-image:none;position:relative;display:block; }#H7Vs3OrggtVApFwrt1uIbs5i5cpBSS0A > .row .container { background-color: transparent; background-image: none; }#H7Vs3OrggtVApFwrt1uIbs5i5cpBSS0A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H7Vs3OrggtVApFwrt1uIbs5i5cpBSS0A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H7Vs3OrggtVApFwrt1uIbs5i5cpBSS0A > .row .container > .video-iframe-container { display: none; }#H7Vs3OrggtVApFwrt1uIbs5i5cpBSS0A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H7Vs3OrggtVApFwrt1uIbs5i5cpBSS0A > .row > .video-iframe-container { display: none; }#H7Vs3OrggtVApFwrt1uIbs5i5cpBSS0A > .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); }#H7Vs3OrggtVApFwrt1uIbs5i5cpBSS0A > .row .container { border-width: 0; border-radius: 0; }#H7Vs3OrggtVApFwrt1uIbs5i5cpBSS0A > .row > .video-iframe-container {  }#H7Vs3OrggtVApFwrt1uIbs5i5cpBSS0A > .row .container { font-size:0.875rem;font-family:arial;height:24.375rem;width:75rem;position:relative;display:block; }#CC8PLuNbRRRnMC6C3R5609WMDv3Hcet7 { color:#ffffff;display:block;width:45.5625rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:300;z-index:100011;line-height:1.5;letter-spacing:0;top:12.6875rem;left:14.75rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#S4XAXGDU2ETrn2xRXP679TQGrVfruHtH { color:#ffffff;display:block;width:36.0625rem;position:absolute;font-family:rubik;font-size:3.875rem;font-weight:400;z-index:100009;line-height:1;letter-spacing:0;top:8.875rem;left:19.5rem;height:3.875rem;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; }
#fO3yBLT5q117xdqQNkO4v2tKvoZ2Pkhg { color:#ff7afd;display:block;width:20.8125rem;position:absolute;font-family:rubik;font-size:1.625rem;font-weight:400;z-index:100008;line-height:1.2;letter-spacing:0;top:6.375rem;left:27.125rem;height:1.94970625rem;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; }
#iepyRrmnrb5aRNT4bicSkCWha18deeLn { color:#ff7afd;display:block;width:32.4375rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:400;z-index:100012;line-height:1.3;letter-spacing:0;top:17.3125rem;left:21.28125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WQuEcK71kUzhaS0wXUQm5i1RP4k266rf { position:absolute;display:block;z-index:100001;background-color:rgba(227,227,227,0.75);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;height:0.0625rem;width:9.375rem;top:15.875rem;left:32.8125rem;display:block; }
#HSwwxaEMO3VgHHBAAPPnS8q7U9ZilgtW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#7954de;background-image:none;position:relative;display:block; }#HSwwxaEMO3VgHHBAAPPnS8q7U9ZilgtW > .row .container { background-color: transparent; background-image: none; }#HSwwxaEMO3VgHHBAAPPnS8q7U9ZilgtW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HSwwxaEMO3VgHHBAAPPnS8q7U9ZilgtW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HSwwxaEMO3VgHHBAAPPnS8q7U9ZilgtW > .row .container > .video-iframe-container { display: none; }#HSwwxaEMO3VgHHBAAPPnS8q7U9ZilgtW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HSwwxaEMO3VgHHBAAPPnS8q7U9ZilgtW > .row > .video-iframe-container { display: none; }#HSwwxaEMO3VgHHBAAPPnS8q7U9ZilgtW > .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); }#HSwwxaEMO3VgHHBAAPPnS8q7U9ZilgtW > .row .container { border-width: 0; border-radius: 0; }#HSwwxaEMO3VgHHBAAPPnS8q7U9ZilgtW > .row > .video-iframe-container {  }#HSwwxaEMO3VgHHBAAPPnS8q7U9ZilgtW > .row .container { font-size:0.875rem;font-family:arial;height:35.5rem;width:75rem;position:relative;display:block; }#i3VTvLS0E9xgKDfDkG7uvOMVlyHgfiKN { color:#717171;display:block;width:10rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:300;z-index:100004;line-height:1.3;letter-spacing:0;top:2.5625rem;left:21.0625rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lpiVLSxNXr7fJhI7bl2lgH558Z7knQZm { color:#717171;display:block;width:14.5rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:2.5625rem;left:6.375rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MtVWUEIBmTDVkat95iv0Hiw0z9TqbvbK { color:#717171;display:block;width:25.9375rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:9.0625rem;left:43.6875rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xdmyFSk2IhQarh4QuuNe17L0n0mt5lhL { color:#717171;display:block;width:24.4375rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:7.4375rem;left:43.6875rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mobH8NkVSRxcViH16AarAbOZuzO7Ahvh { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;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;height:0.0625rem;width:24.6875rem;top:6.5625rem;left:43.75rem;display:block; }
#hV3mOlxI8lKoTaDWK2y74SZeqq8IA1QG { color:#717171;display:block;width:17.6875rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:300;z-index:100004;line-height:1.3;letter-spacing:0;top:9.0625rem;left:50.8125rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#T5wZEmDUtlAVVC2yWh1gDLnzGhAwTQyx { position:absolute;display:block;z-index:99999;background-color:#ffffff;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.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:29.375rem;width:31.25rem;top:0rem;left:3.0625rem;display:block; }
#EKFA7CvClDzNL5CepVHS6x8oKmvNym43 { color:#717171;display:block;width:17.5rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:300;z-index:100004;line-height:1.3;letter-spacing:0;top:9.125rem;left:13.625rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#o5nSykcbETSRks1qTfUVIGLNJZzF4aRO { color:#717171;display:block;width:8.5625rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:9.125rem;left:6.25rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Msc0o0HlRQqGeJ4Z4zF48aa4vQilURbX { color:#717171;display:block;width:11.0625rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:300;z-index:100012;line-height:1.3;letter-spacing:0;top:2.5625rem;left:57.5rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iOz0z9TrhqOvnZvtiUgtps6CDzlwm657 { color:#717171;display:block;width:11.125rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:2.5625rem;left:43.5625rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MQ2ffvT8JcTSWTAPowFswXJD1Lw8fobW { color:#717171;display:block;width:26.375rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:7.625rem;left:6.125rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uf6Zn0nMOLl9AJh55ZedWqBvoeeuqWIf { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;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;height:0.0625rem;width:24.6875rem;top:6.6875rem;left:6.3125rem;display:block; }
#KT9WaXxD7pxB9TFSvlTP4cFJZA9INwos .widget-form-header {  }
#KT9WaXxD7pxB9TFSvlTP4cFJZA9INwos .widget-regular-label { height:auto;display:block;font-family:rubik;font-size:1rem;font-weight:400;color:#717171;width:24.8125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal;overflow:hidden; }
#KT9WaXxD7pxB9TFSvlTP4cFJZA9INwos .widget-input-text { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:24.8125rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#KT9WaXxD7pxB9TFSvlTP4cFJZA9INwos .widget-input-text {padding-top: 0; padding-bottom: 0;}#KT9WaXxD7pxB9TFSvlTP4cFJZA9INwos .widget-textarea { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:24.8125rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#KT9WaXxD7pxB9TFSvlTP4cFJZA9INwos .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:24.8125rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden; }
#KT9WaXxD7pxB9TFSvlTP4cFJZA9INwos .widget-input-select {padding-top: 0; padding-bottom: 0;}#KT9WaXxD7pxB9TFSvlTP4cFJZA9INwos .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#KT9WaXxD7pxB9TFSvlTP4cFJZA9INwos .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#KT9WaXxD7pxB9TFSvlTP4cFJZA9INwos .widget-input-button { border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:#72da62;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:400;color:#ffffff;width:24.8125rem;height:3.4375rem;font-family:rubik;overflow:hidden;font-style:normal; }
#KT9WaXxD7pxB9TFSvlTP4cFJZA9INwos [class*="-text"]:-moz-placeholder { color:#717171;font-family:"open sans";font-size:1rem; }
#KT9WaXxD7pxB9TFSvlTP4cFJZA9INwos [class*="-text"]::-moz-placeholder { color:#717171;font-family:"open sans";font-size:1rem; }
#KT9WaXxD7pxB9TFSvlTP4cFJZA9INwos [class*="-text"]:-ms-input-placeholder { color:#717171;font-family:"open sans";font-size:1rem; }
#KT9WaXxD7pxB9TFSvlTP4cFJZA9INwos [class*="-text"]::-webkit-input-placeholder { color:#717171;font-family:"open sans";font-size:1rem; }
#KT9WaXxD7pxB9TFSvlTP4cFJZA9INwos .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:23.4375rem;overflow:hidden;font-style:normal; }
#KT9WaXxD7pxB9TFSvlTP4cFJZA9INwos .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#KT9WaXxD7pxB9TFSvlTP4cFJZA9INwos .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#KT9WaXxD7pxB9TFSvlTP4cFJZA9INwos .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#KT9WaXxD7pxB9TFSvlTP4cFJZA9INwos .widget-container:first-of-type{padding-top:0;}#KT9WaXxD7pxB9TFSvlTP4cFJZA9INwos .widget-container:last-of-type{padding-bottom:0;}#KT9WaXxD7pxB9TFSvlTP4cFJZA9INwos  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:24.8125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100010;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;position:absolute;top:11.5625rem;left:5rem; }
#KT9WaXxD7pxB9TFSvlTP4cFJZA9INwos .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:24.8125rem; }
#KT9WaXxD7pxB9TFSvlTP4cFJZA9INwos .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#KT9WaXxD7pxB9TFSvlTP4cFJZA9INwos {display:block;}#KT9WaXxD7pxB9TFSvlTP4cFJZA9INwos { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:24.8125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100010;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;position:absolute;top:11.5625rem;left:5rem; }
#KT9WaXxD7pxB9TFSvlTP4cFJZA9INwos #AVv645fzDOBkgRcVC5icuJOhWyqlDoCt { position:relative; }
#KT9WaXxD7pxB9TFSvlTP4cFJZA9INwos #viRIBmpEBhy0oc86aTgJAkgEAIGXS85h { position:relative; }
#KT9WaXxD7pxB9TFSvlTP4cFJZA9INwos #ZxHmk4GrwiTdIKo9cAQETkTUx2mpmdri { position:relative; }
#KT9WaXxD7pxB9TFSvlTP4cFJZA9INwos #agZLB8Tzm5XznX2wbOXHQCaSt9wXHGOE { position:relative; }
#KT9WaXxD7pxB9TFSvlTP4cFJZA9INwos #MKCuDJNa98r8QHaIPaqR0CBzFgO9ltoX { position:relative; }
#KT9WaXxD7pxB9TFSvlTP4cFJZA9INwos #uZWGtsXr1eiWBlfJHyehIgfv9LtGC6C2 { position:relative; }
#KT9WaXxD7pxB9TFSvlTP4cFJZA9INwos #cMfed3XUHUkOMckURBLOUU6MFvLmmuCC { position:relative; }
#KT9WaXxD7pxB9TFSvlTP4cFJZA9INwos #PQJsTkucsyaZDADn1RRHU1TToOWJPcs8 { position:relative; }
#KT9WaXxD7pxB9TFSvlTP4cFJZA9INwos #AdEbX2fdP5AmdNizsF0qQohak6y6TonZ { position:relative; }
#KT9WaXxD7pxB9TFSvlTP4cFJZA9INwos #cvkwuoisOa1fOONckD4IePxKpELcxfU9 { position:relative; }
#KT9WaXxD7pxB9TFSvlTP4cFJZA9INwos #HJlaEb5V4DsRl1CH8mGkSIfzmvJGLFR5 { position:relative; }
#eB3bV7DTz9Bofio6ihARlTr1iagC12Su { position:absolute;display:block;z-index:99998;background-color:#ffffff;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.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:29.375rem;width:31.25rem;top:0rem;left:40.5625rem;display:block; }
#mHdLZfi5VADcHnM9hLBLC4RqnpISKCTu .widget-form-header {  }
#mHdLZfi5VADcHnM9hLBLC4RqnpISKCTu .widget-regular-label { height:auto;display:block;font-family:rubik;font-size:1rem;font-weight:400;color:#717171;width:24.8125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal;overflow:hidden; }
#mHdLZfi5VADcHnM9hLBLC4RqnpISKCTu .widget-input-text { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:24.8125rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#mHdLZfi5VADcHnM9hLBLC4RqnpISKCTu .widget-input-text {padding-top: 0; padding-bottom: 0;}#mHdLZfi5VADcHnM9hLBLC4RqnpISKCTu .widget-textarea { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:24.8125rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#mHdLZfi5VADcHnM9hLBLC4RqnpISKCTu .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:24.8125rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden; }
#mHdLZfi5VADcHnM9hLBLC4RqnpISKCTu .widget-input-select {padding-top: 0; padding-bottom: 0;}#mHdLZfi5VADcHnM9hLBLC4RqnpISKCTu .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#mHdLZfi5VADcHnM9hLBLC4RqnpISKCTu .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#mHdLZfi5VADcHnM9hLBLC4RqnpISKCTu .widget-input-button { border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:#72da62;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:400;color:#ffffff;width:24.8125rem;height:3.4375rem;font-family:rubik;overflow:hidden;font-style:normal; }
#mHdLZfi5VADcHnM9hLBLC4RqnpISKCTu [class*="-text"]:-moz-placeholder { color:#717171;font-family:"open sans";font-size:1rem; }
#mHdLZfi5VADcHnM9hLBLC4RqnpISKCTu [class*="-text"]::-moz-placeholder { color:#717171;font-family:"open sans";font-size:1rem; }
#mHdLZfi5VADcHnM9hLBLC4RqnpISKCTu [class*="-text"]:-ms-input-placeholder { color:#717171;font-family:"open sans";font-size:1rem; }
#mHdLZfi5VADcHnM9hLBLC4RqnpISKCTu [class*="-text"]::-webkit-input-placeholder { color:#717171;font-family:"open sans";font-size:1rem; }
#mHdLZfi5VADcHnM9hLBLC4RqnpISKCTu .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:23.4375rem;overflow:hidden;font-style:normal; }
#mHdLZfi5VADcHnM9hLBLC4RqnpISKCTu .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#mHdLZfi5VADcHnM9hLBLC4RqnpISKCTu .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#mHdLZfi5VADcHnM9hLBLC4RqnpISKCTu .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#mHdLZfi5VADcHnM9hLBLC4RqnpISKCTu .widget-container:first-of-type{padding-top:0;}#mHdLZfi5VADcHnM9hLBLC4RqnpISKCTu .widget-container:last-of-type{padding-bottom:0;}#mHdLZfi5VADcHnM9hLBLC4RqnpISKCTu  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:24.8125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100011;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;position:absolute;top:11.5625rem;left:42.5625rem; }
#mHdLZfi5VADcHnM9hLBLC4RqnpISKCTu .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:24.8125rem; }
#mHdLZfi5VADcHnM9hLBLC4RqnpISKCTu .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#mHdLZfi5VADcHnM9hLBLC4RqnpISKCTu {display:block;}#mHdLZfi5VADcHnM9hLBLC4RqnpISKCTu { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:24.8125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100011;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;position:absolute;top:11.5625rem;left:42.5625rem; }
#mHdLZfi5VADcHnM9hLBLC4RqnpISKCTu #QtSGDZy5rOfCDZwvXHbd6TnuAemXFTN6 { position:relative; }
#mHdLZfi5VADcHnM9hLBLC4RqnpISKCTu #VvWyqyEWb9uxpRfOpVuCztmCQzXAx21o { position:relative; }
#mHdLZfi5VADcHnM9hLBLC4RqnpISKCTu #Gl8NiEJXXxMrdLHn0Adc0XzeyBDoPHB3 { position:relative; }
#mHdLZfi5VADcHnM9hLBLC4RqnpISKCTu #MxTXrGWKczMcKTEE2MS3odByskt3Tfoy { position:relative; }
#mHdLZfi5VADcHnM9hLBLC4RqnpISKCTu #W3qOXBvivp1MuQ99PIxU8eTMJVG1UC5p { position:relative; }
#mHdLZfi5VADcHnM9hLBLC4RqnpISKCTu #Tzl2qEJ5tkQfE27KtTBhlTrc4NhZptp0 { position:relative; }
#mHdLZfi5VADcHnM9hLBLC4RqnpISKCTu #yrALtKTrAiftJtdfkovEngNQN0pRDzwv { position:relative; }
#mHdLZfi5VADcHnM9hLBLC4RqnpISKCTu #uQRSxgDbzBDeMkX2ARlWukSohzJbqCTH { position:relative; }
#mHdLZfi5VADcHnM9hLBLC4RqnpISKCTu #JLbpBBp8qNIdovmfkARPspMIpqtWPcO3 { position:relative; }
#mHdLZfi5VADcHnM9hLBLC4RqnpISKCTu #aTtBLpdFgkDJ0hJIBqvIP6zHfC7bltfo { position:relative; }
#mHdLZfi5VADcHnM9hLBLC4RqnpISKCTu #tsLq5BWI6edluMJPeB3fZ5ncWtED5ULI { position:relative; }
#Db548NUrBds3HkGVpXal77R2VnMwF6B8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/faa88581-60b3-40de-a39a-e26be3398662/tobyhoos440415unsplash.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#Db548NUrBds3HkGVpXal77R2VnMwF6B8.adaptive-delivery-prevent-bg, #Db548NUrBds3HkGVpXal77R2VnMwF6B8.lazyload, #Db548NUrBds3HkGVpXal77R2VnMwF6B8.lazyloading { background-image: none; }#Db548NUrBds3HkGVpXal77R2VnMwF6B8 > .row .container { background-color: transparent; background-image: none; }#Db548NUrBds3HkGVpXal77R2VnMwF6B8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.65); }#Db548NUrBds3HkGVpXal77R2VnMwF6B8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Db548NUrBds3HkGVpXal77R2VnMwF6B8 > .row .container > .video-iframe-container { display: none; }#Db548NUrBds3HkGVpXal77R2VnMwF6B8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.65); }#Db548NUrBds3HkGVpXal77R2VnMwF6B8 > .row > .video-iframe-container { display: none; }#Db548NUrBds3HkGVpXal77R2VnMwF6B8 > .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); }#Db548NUrBds3HkGVpXal77R2VnMwF6B8 > .row .container { border-width: 0; border-radius: 0; }#Db548NUrBds3HkGVpXal77R2VnMwF6B8::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#Db548NUrBds3HkGVpXal77R2VnMwF6B8 > .row > .video-iframe-container {  }#Db548NUrBds3HkGVpXal77R2VnMwF6B8 > .row .container { font-size:0.875rem;font-family:arial;height:39.1875rem;width:75rem;position:relative;display:block; }#rgQ39886aodFgSOC4a6EoWCFCl8ll3IF { color:#ffffff;display:block;width:75rem;position:absolute;font-family:rubik;font-size:2.25rem;font-weight:400;z-index:100006;line-height:1.3;letter-spacing:0;top:5.5rem;left:0rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#qTeoaUQX9maeTy8veXGRQPNZn9ZNlXiF { position:absolute;display:block;z-index:100004;background-color:#ffffff;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.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0rem 4.0625rem rgba(113,113,113,0.15) ;height:19.375rem;width:22.1875rem;top:12.9375rem;left:0rem;display:block; }
#TIiNIrhCOgBqGs0oGWqC67agH8OUGUw7 { color:#717171;display:block;width:17.4375rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:400;z-index:100005;line-height:1.5;letter-spacing:0;top:19.5625rem;left:2.1875rem;height:10.5rem;font-style:normal;display:block; }
#kWSkSPMET0C597NNeOZidK4noeFh9old { color:#4d4d4d;display:block;width:13.25rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:400;z-index:100007;line-height:1.3;letter-spacing:0;top:17.625rem;left:2.1875rem;height:1.70605625rem;font-style:normal;display:block; }
#I7qMy4KCaTDOG5kHIMUxJe5RGE8Pw44C { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;height:7.125rem;width:7.1875rem;top:9.125rem;left:2.3125rem;overflow:hidden;display:block; }
#uOD5xIBZF49qG122kP1Q5VARyoH7mdGQ { position:absolute;display:block;z-index:100008;background-color:#ffffff;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.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0rem 4.0625rem rgba(113,113,113,0.15) ;height:19.375rem;width:22.1875rem;top:13rem;left:26.4375rem;display:block; }
#Trbtgqkw8h2pddghzxSThhWNSPGTgdSz { color:#717171;display:block;width:17.125rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:400;z-index:100009;line-height:1.5;letter-spacing:0;top:19.625rem;left:28.875rem;height:9rem;font-style:normal;display:block; }
#mqMnkfavQFq0HTbdmeSuFVuopCqpvHAI { color:#4d4d4d;display:block;width:13.25rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:400;z-index:100011;line-height:1.3;letter-spacing:0;top:17.625rem;left:28.75rem;height:1.70605625rem;font-style:normal;display:block; }
#ylUruQqJq4QquiJuKsvAqHZ5fvO20DxZ { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;height:7rem;width:7.1875rem;top:9.1875rem;left:28.875rem;overflow:hidden;display:block; }
#Sz5uVUxcdIXDEwBsaH3KrQhKCs3kZMD4 { position:absolute;display:block;z-index:100008;background-color:#ffffff;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.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0rem 4.0625rem rgba(113,113,113,0.15) ;height:19.375rem;width:22.1875rem;top:13rem;left:52.8125rem;display:block; }
#sIuI0t5loGn6L3fpPmb6fZT4G4qzOnCP { color:#717171;display:block;width:16.9375rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:400;z-index:100009;line-height:1.5;letter-spacing:0;top:19.875rem;left:55.375rem;height:6rem;font-style:normal;display:block; }
#uPUtDt9iFWfNzkd0oAPTn8hlKp3CIr1V { color:#4d4d4d;display:block;width:13.25rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:400;z-index:100011;line-height:1.3;letter-spacing:0;top:17.875rem;left:55.25rem;height:1.70605625rem;font-style:normal;display:block; }
#N2Ns1KabuCkPfJrvANmTsFRHEV4hZSmx { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;height:7.1875rem;width:6.8125rem;top:9.1875rem;left:55.1875rem;overflow:hidden;display:block; }
#HdvDr6TVonMJC9KKZ67oXUrWeGTRqAnz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#HdvDr6TVonMJC9KKZ67oXUrWeGTRqAnz > .row .container { background-color: transparent; background-image: none; }#HdvDr6TVonMJC9KKZ67oXUrWeGTRqAnz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HdvDr6TVonMJC9KKZ67oXUrWeGTRqAnz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HdvDr6TVonMJC9KKZ67oXUrWeGTRqAnz > .row .container > .video-iframe-container { display: none; }#HdvDr6TVonMJC9KKZ67oXUrWeGTRqAnz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HdvDr6TVonMJC9KKZ67oXUrWeGTRqAnz > .row > .video-iframe-container { display: none; }#HdvDr6TVonMJC9KKZ67oXUrWeGTRqAnz > .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); }#HdvDr6TVonMJC9KKZ67oXUrWeGTRqAnz > .row .container { border-width: 0; border-radius: 0; }#HdvDr6TVonMJC9KKZ67oXUrWeGTRqAnz > .row > .video-iframe-container {  }#HdvDr6TVonMJC9KKZ67oXUrWeGTRqAnz > .row .container { font-size:0.875rem;font-family:arial;height:9.5rem;width:75rem;position:relative;display:block; }#Nf7aGzit0Vnr9mFy3Do3iqLpL3pQFOkm { color:#7954de;display:block;width:45.875rem;position:absolute;font-family:rubik;font-size:2.25rem;font-weight:400;z-index:100006;line-height:1.3;letter-spacing:0;top:6.443359375rem;left:14.5625rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ABb3hPaSaERuibIRDHnZWUlRootXU9PK { position:relative;display:block; }#ABb3hPaSaERuibIRDHnZWUlRootXU9PK { background-color: transparent; background-image: none; }#ABb3hPaSaERuibIRDHnZWUlRootXU9PK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ABb3hPaSaERuibIRDHnZWUlRootXU9PK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ABb3hPaSaERuibIRDHnZWUlRootXU9PK > .row .container > .video-iframe-container { display: none; }#ABb3hPaSaERuibIRDHnZWUlRootXU9PK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ABb3hPaSaERuibIRDHnZWUlRootXU9PK > .row > .video-iframe-container { display: none; }#ABb3hPaSaERuibIRDHnZWUlRootXU9PK > .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); }#ABb3hPaSaERuibIRDHnZWUlRootXU9PK { border-width: 0; border-radius: 0; }#ABb3hPaSaERuibIRDHnZWUlRootXU9PK > .row .container > .video-iframe-container {  }#ABb3hPaSaERuibIRDHnZWUlRootXU9PK > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:25.6875rem;width:75rem;position:relative;display:block; }#huDAvqh1tciNUoSTPI3dbKxpWDWy4982 { color:#4d4d4d;display:block;width:13.25rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:16.48046875rem;left:9.5rem;height:1.70605625rem;font-style:normal;display:block; }
#PdkQRNpWuoaTdxbDQexxCUNQqrmqbG9w { color:#717171;display:block;width:13.625rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:400;z-index:100002;line-height:1.5;letter-spacing:0;top:5.1875rem;left:9.5rem;height:10.5rem;font-style:normal;display:block; }
#hBDvb5spyR46l2Rh0mw34prUXPamK3ZF { position:absolute;display:block;z-index:100001;background-color:#ffffff;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.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0rem 4.0625rem rgba(113,113,113,0.15) ;height:18.4375rem;width:17.5rem;top:1.625rem;left:7.5625rem;display:block; }
#NA6bzqkT3zPNmHn7KGhQr7NccOLyHlyP { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1rem;width:6.25rem;top:3.4375rem;left:9.5rem;overflow:hidden;display:block; }
#OWB7RLhaMyo8yWo4UM84TEfBCaQp8Tgs { color:#4d4d4d;display:block;width:13.1875rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:400;z-index:100009;line-height:1.3;letter-spacing:0;top:13.35595703125rem;left:30.6875rem;height:1.70605625rem;font-style:normal;display:block; }
#wZoab3uZPdZgVMErCtAZqV89STieiQpB { color:#717171;display:block;width:13.625rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:400;z-index:100007;line-height:1.5;letter-spacing:0;top:5.1875rem;left:30.6875rem;height:7.5rem;font-style:normal;display:block; }
#PCU2470TTfGGRb3fGTuMxCHBGn7QTieI { position:absolute;display:block;z-index:100006;background-color:#ffffff;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.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0rem 4.0625rem rgba(113,113,113,0.15) ;height:18.4375rem;width:17.5rem;top:1.625rem;left:28.75rem;display:block; }
#eM3XumTKhsTz0fB3CEisqhMesUD3W9ch { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.0625rem;width:6.25rem;top:3.4375rem;left:30.6875rem;overflow:hidden;display:block; }
#vAeuE9uzH3NJLSiRZe0u3KQrrSGnkQCT { color:#4d4d4d;display:block;width:13.25rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:400;z-index:100014;line-height:1.3;letter-spacing:0;top:16.48046875rem;left:51.9375rem;height:1.70605625rem;font-style:normal;display:block; }
#MIBP6ng6V9DoObFm0uaxmDTI1ntQ6Ts6 { color:#717171;display:block;width:13.625rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:400;z-index:100012;line-height:1.5;letter-spacing:0;top:5rem;left:51.9375rem;height:10.5rem;font-style:normal;display:block; }
#Ak95Jw08x61WeKs5WAABd2U8khh9Loxo { position:absolute;display:block;z-index:100011;background-color:#ffffff;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.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0rem 4.0625rem rgba(113,113,113,0.15) ;height:18.4375rem;width:17.5rem;top:1.375rem;left:50rem;display:block; }
#rIcWvHZlUG48M05zk8UGEunHbPDcOqF1 { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1rem;width:6.25rem;top:3.25rem;left:51.9375rem;overflow:hidden;display:block; }
#LqfGSoBCCXGM007t70Lq6wQN0RqgIUWv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#LqfGSoBCCXGM007t70Lq6wQN0RqgIUWv > .row .container { background-color: transparent; background-image: none; }#LqfGSoBCCXGM007t70Lq6wQN0RqgIUWv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LqfGSoBCCXGM007t70Lq6wQN0RqgIUWv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LqfGSoBCCXGM007t70Lq6wQN0RqgIUWv > .row .container > .video-iframe-container { display: none; }#LqfGSoBCCXGM007t70Lq6wQN0RqgIUWv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LqfGSoBCCXGM007t70Lq6wQN0RqgIUWv > .row > .video-iframe-container { display: none; }#LqfGSoBCCXGM007t70Lq6wQN0RqgIUWv > .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); }#LqfGSoBCCXGM007t70Lq6wQN0RqgIUWv > .row .container { border-width: 0; border-radius: 0; }#LqfGSoBCCXGM007t70Lq6wQN0RqgIUWv > .row > .video-iframe-container {  }#LqfGSoBCCXGM007t70Lq6wQN0RqgIUWv > .row .container { font-size:0.875rem;font-family:arial;height:24.75rem;width:75rem;position:relative;display:block; }#PC9DECaAAWktml8Kb95e8u041JAMpwLJ { position:absolute;display:block;z-index:100001;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/5658b3a6-61dd-49ea-bd6f-5ece0bf6434b/Meditando1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 2.5rem 3.125rem rgba(113,113,113,0.5) ;height:20.3125rem;width:30.3125rem;top:1.25rem;left:3.25rem;display:block; }#PC9DECaAAWktml8Kb95e8u041JAMpwLJ.adaptive-delivery-prevent-bg, #PC9DECaAAWktml8Kb95e8u041JAMpwLJ.lazyload, #PC9DECaAAWktml8Kb95e8u041JAMpwLJ.lazyloading { background-image: none; }
#FpAnHQkzvq9Zv41JMDTKUOG3SCWLbr4y { color:#4d4d4d;display:block;width:29.75rem;position:absolute;font-family:rubik;font-size:2.25rem;font-weight:400;z-index:100006;line-height:1.3;letter-spacing:0;top:4.3125rem;left:41rem;height:2.92480625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Nlw4ADWTAVtsAIuWTTpNrMaVUfZFEBfB { color:#717171;display:block;width:26.8125rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:400;z-index:100000;line-height:1.4;letter-spacing:0;top:11.5rem;left:41rem;height:6.9995125rem;font-style:normal;display:block; }
#xdP77oUq7zPKJTuptbhVQQpNoRZXcGWk { color:#7954de;display:block;width:21.375rem;position:absolute;font-family:rubik;font-size:1.1875rem;font-weight:400;z-index:100008;line-height:1.4;letter-spacing:0;top:7.25rem;left:41rem;height:3.32421875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#DDBu8aM3m8o1NmsIAfy5P3LyhuilGKlQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#DDBu8aM3m8o1NmsIAfy5P3LyhuilGKlQ > .row .container { background-color: transparent; background-image: none; }#DDBu8aM3m8o1NmsIAfy5P3LyhuilGKlQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DDBu8aM3m8o1NmsIAfy5P3LyhuilGKlQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DDBu8aM3m8o1NmsIAfy5P3LyhuilGKlQ > .row .container > .video-iframe-container { display: none; }#DDBu8aM3m8o1NmsIAfy5P3LyhuilGKlQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DDBu8aM3m8o1NmsIAfy5P3LyhuilGKlQ > .row > .video-iframe-container { display: none; }#DDBu8aM3m8o1NmsIAfy5P3LyhuilGKlQ > .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); }#DDBu8aM3m8o1NmsIAfy5P3LyhuilGKlQ > .row .container { border-width: 0; border-radius: 0; }#DDBu8aM3m8o1NmsIAfy5P3LyhuilGKlQ > .row > .video-iframe-container {  }#DDBu8aM3m8o1NmsIAfy5P3LyhuilGKlQ > .row .container { font-size:0.875rem;font-family:arial;height:9.75rem;width:75rem;position:relative;display:block; }#lx021ao3EunHlHAB1UTNhuTrlmJFDpdZ { color:#898989;display:block;width:26.8125rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:5.6875rem;left:0rem;height:1.13720625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#anTEW9JsW5nTrfW6JgmGaSTwpTlmisex { position:absolute;display:block;z-index:100006;background-color:#ffffff;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.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(77,77,77,0.15) ;height:21.25rem;width:24.125rem;top:0rem;left:44.1875rem;display:none; }
#QTFrzbKS30KNeiHV0dw6JmvRmrx0GW6D { color:#4d4d4d;display:block;width:19.75rem;position:absolute;font-family:rubik;font-size:2.25rem;font-weight:400;z-index:100013;line-height:1.1;letter-spacing:0;top:2.4375rem;left:46.6875rem;height:4.94921875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#hhODvffe90zryf4bULBQLwFSAb3NqcrC { color:#717171;display:block;width:18.375rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:400;z-index:100013;line-height:1.2;letter-spacing:0;top:7.9375rem;left:46.6875rem;height:4.798825rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#Z0KLCp10EPqQSvUZ7eGrb6qgO25hhSZZ { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:100014;text-align:center;text-align-last:center;display:none; }
#ySOxCzC4Jf2EISLDaFbHrliChrqURCEv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#yASIPaWuyuLwI6QgMgCNU5wfeiRvxWvD { 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:100000;opacity:1;top:15.25rem;left:51.0625rem;display:none; }
#NnnCIpar6AN4dxiqLEseqIgRXTbwnsNB { position:absolute;display:block;z-index:100004;background-color:transparent;background-image:url("https://images.assets-landingi.com/fH39MX1D/transparente_logo_negro_y_amarillo_aol_01.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.125rem;width:9.125rem;top:0rem;left:65.875rem;display:block; }#NnnCIpar6AN4dxiqLEseqIgRXTbwnsNB.adaptive-delivery-prevent-bg, #NnnCIpar6AN4dxiqLEseqIgRXTbwnsNB.lazyload, #NnnCIpar6AN4dxiqLEseqIgRXTbwnsNB.lazyloading { background-image: none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A { display:block; }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xwIDH3xIA9kZkkd0F0qgo9MXT1FLTL3O { width:8.25rem;height:8.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCg8a4MOi4RKMfpMFZZRBbWDDPgGu94F { width:30.5rem;height:3.25rem;top:17.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1mO8O30ZfFlJwEvppLsm8XAw54K0UFX { width:12.8125rem;height:;top:8.75rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBM6eLKyLmMWTvlI7BoL7wrqTLGhoNGb { width:35.875rem;height:4.25rem;top:10.6875rem;left:0rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuPTEmmCaSvDDABxsNT5DAsf8MI7ID9x { width:6.1875rem;height:6.8125rem;top:0rem;left:41.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #PnJ7FxiGlBHAouziHPwO9NQqBPmHgQ3o { width:20.8125rem;height:1.9375rem;top:15.3125rem;left:0rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FxPxlHKwHTkxKPZGFQp4RL2AhsxaWoMM { width:11.625rem;height:3.25rem;top:25.25rem;left:4.0625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #KaDhU1GKMDpX2LxMnpwLdDEorEiA7quz { width:15.625rem;height:1.625rem;top:25.375rem;left:24.8125rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #KWApibgVw6krroir8tLyIlbwZUDvoNLe { width:11.75rem;height:3.25rem;top:22rem;left:4.0625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #QPc4N5yuZX7TDEFb9givmGnDhfTDB2rc { width:15.625rem;height:3.25rem;top:22.0625rem;left:24.8125rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #RBwwmVnyJIZrvEiLy3xlEcZe8PqlgyBH { width:6.25rem;height:6.25rem;top:22.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #pPBwRm453fb6nZMT81x7udUeVRHBiLwc { width:6.25rem;height:6.25rem;top:22.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #T7v15Xm1P9cTLXb4qC0KpcAr8i3TPI6C { width:6.25rem;height:6.25rem;top:22rem;left:17.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #KpNvlmJMBeEI0asC6Nzafl0tieQLGBwz { width:14.875rem;height:3rem;top:30.625rem;left:8.3125rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #AdcT2SKkQg2uV1Fv1xmer7cWGS3mvelh { width:14.875rem;height:3.4375rem;top:30.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqeri3cZwNytleRw0Em8gaGuusI79ips { display:block; }
 }@media only screen and (max-width: 763px) { #wHeH7Fr7Nw9upfp4XgAkn4xzG2rraaMA { width:40.125rem;height:1.875rem;top:36.1875rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #lTVaSFei44wTaD3MVoCH40hUKdO7MSyT { display:block; }#lTVaSFei44wTaD3MVoCH40hUKdO7MSyT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OZguPQE6C6dSDUJKxlOt6aTgfgPOLrGu { width:31.875rem;height:12rem;top:13rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPcdRXGdIhb9LsIImCFNhti42st7e7PP { width:30.375rem;height:4.1875rem;top:7.5625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwkIQ0fIc7IFGVImI7o7PGT4qn9ryWvq { width:30.3125rem;height:20.3125rem;top:6.5rem;left:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9LLWnuJUqdCouRs06qQthu2RMCcAVH5 { width:17.5rem;height:27.1875rem;top:38rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RviCfIm8KleqxrOfuTqm1BobCLwl76rk { width:13.625rem;height:13.5rem;top:48.4375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #m4C1SNF9BJFC7w6UALQTres6aRFooBnT { width:13.25rem;height:3.125rem;top:45rem;left:0rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pZrdFlZu5fBiEQH9zLQaTPWmlCyOua1S { width:30.375rem;height:2.0625rem;top:33.4375rem;left:8.6875rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #NdJ9Eu6yPqLBCAEIeI0LlEqwa1W2CWPl { width:17.5rem;height:27.1875rem;top:38rem;left:5.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #DSEw2ye94WZ55sl74yMzaNDEzyWLTUol { width:13.1875rem;height:13.5rem;top:46.875rem;left:7.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #cbn9FEW4K3awL4FVdwoOf2X004hkS9V3 { width:13.25rem;height:1.6875rem;top:45rem;left:7.4375rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ObMMpmsXta9Lrm74bdZ1FdUyCrCTQcHx { width:17.5rem;height:27.1875rem;top:38rem;left:24.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #kLB2tkTATGAJKhtJIA21cbc5xJu98OL4 { width:13rem;height:10.5rem;top:50.0625rem;left:26.8125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZiFuzmuNqoI9PyZasnCHyvqDFc0npqnZ { width:13.25rem;height:4.6875rem;top:45rem;left:26.875rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MDStQRsWdctH8ahni3mteqMDG1xVcTZr { width:13.5625rem;height:13.5rem;top:48.5625rem;left:34.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #JknLFk1vCw3Ay67x2nXQtZ6WFbrkGSaD { width:13.25rem;height:3.125rem;top:45rem;left:34.5rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #G6PB0TK0fwUmCMuFSv8FiPQhX333dT36 { width:17.5rem;height:27.1875rem;top:37.6875rem;left:30.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #TPxcgtv0fvEcbCQSAUKIsSvSOgkZodo4 { width:4.6875rem;height:4.6875rem;top:39.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #F67QA75kZvssHagPBtLt580y1LivMka9 { width:4.6875rem;height:4.6875rem;top:39.9375rem;left:7.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ft4ZwZXGWKAOGIyikKd9sTUVdFRfG7OZ { width:5.3125rem;height:5.3125rem;top:39.6875rem;left:26.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #m13LyEmUWVaG6OfBrvDpfzku0PslssIi { width:4.6875rem;height:4.6875rem;top:39.6875rem;left:43.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JKVvgfysJfJ6EvfRiAED5TTSTK1epkFs { width:14.875rem;height:3.4375rem;top:67.8125rem;left:16.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #u8QQI1B02CICkzUL6UAJ85ShoyPeR3zW { display:block; }
 }@media only screen and (max-width: 763px) { #QllbEhD9olLLbVWfLntehhwfbtreUkKq { width:24.875rem;height:1.625rem;top:72.125rem;left:11.4375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ghQCmrV1Fv8HJ4qEDOTf2B8CxMfCB5us { display:block; }#ghQCmrV1Fv8HJ4qEDOTf2B8CxMfCB5us > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w0d4d72Kw0CStfbmcHiwq3Wt5IJiLz1Q { width:16.875rem;height:12rem;top:11.1875rem;left:23.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #vML5xnIWod3mdOTqc9mZW10nTmbHL8eL { width:16.875rem;height:2.0625rem;top:6.375rem;left:23.875rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #wxH9l4Xl2TanTeFOTK4BdHlzImry6PNL { width:16.8125rem;height:2.375rem;top:8.375rem;left:23.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #aKXDDGRLPmyqxQFWrI0PAckHfwM9oZQv { width:30.3125rem;height:16.9375rem;top:6.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lSQHc8dyrbsJHkfRG7lOiKLIT8krpKq2 { width:18.5625rem;height:12.3125rem;top:6.375rem;left:29.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #H7Vs3OrggtVApFwrt1uIbs5i5cpBSS0A { display:block; }#H7Vs3OrggtVApFwrt1uIbs5i5cpBSS0A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CC8PLuNbRRRnMC6C3R5609WMDv3Hcet7 { width:45.5625rem;height:1.875rem;top:12.6875rem;left:1.125rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #S4XAXGDU2ETrn2xRXP679TQGrVfruHtH { width:36.0625rem;height:3.875rem;top:8.875rem;left:5.875rem;font-size:3.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fO3yBLT5q117xdqQNkO4v2tKvoZ2Pkhg { width:20.8125rem;height:1.9375rem;top:6.375rem;left:13.5rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #iepyRrmnrb5aRNT4bicSkCWha18deeLn { width:32.4375rem;height:3.25rem;top:17.3125rem;left:7.65625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #WQuEcK71kUzhaS0wXUQm5i1RP4k266rf { width:9.375rem;height:0.0625rem;top:15.875rem;left:19.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HSwwxaEMO3VgHHBAAPPnS8q7U9ZilgtW { display:block; }#HSwwxaEMO3VgHHBAAPPnS8q7U9ZilgtW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i3VTvLS0E9xgKDfDkG7uvOMVlyHgfiKN { width:10rem;height:3.25rem;top:2.5625rem;left:13.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #lpiVLSxNXr7fJhI7bl2lgH558Z7knQZm { width:14.5rem;height:3.25rem;top:2.5625rem;left:0rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MtVWUEIBmTDVkat95iv0Hiw0z9TqbvbK { width:25.9375rem;height:;top:9.0625rem;left:21.8125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #xdmyFSk2IhQarh4QuuNe17L0n0mt5lhL { width:24.4375rem;height:1.625rem;top:7.4375rem;left:23.3125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #mobH8NkVSRxcViH16AarAbOZuzO7Ahvh { width:24.6875rem;height:0.0625rem;top:6.5625rem;left:23.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #hV3mOlxI8lKoTaDWK2y74SZeqq8IA1QG { width:17.6875rem;height:;top:9.0625rem;left:30.0625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #T5wZEmDUtlAVVC2yWh1gDLnzGhAwTQyx { width:31.25rem;height:29.375rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #EKFA7CvClDzNL5CepVHS6x8oKmvNym43 { width:17.5rem;height:;top:9.125rem;left:6.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #o5nSykcbETSRks1qTfUVIGLNJZzF4aRO { width:8.5625rem;height:;top:9.125rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Msc0o0HlRQqGeJ4Z4zF48aa4vQilURbX { width:11.0625rem;height:1.625rem;top:2.5625rem;left:36.6875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #iOz0z9TrhqOvnZvtiUgtps6CDzlwm657 { width:11.125rem;height:3.25rem;top:2.5625rem;left:23.875rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MQ2ffvT8JcTSWTAPowFswXJD1Lw8fobW { width:26.375rem;height:1.625rem;top:7.625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #uf6Zn0nMOLl9AJh55ZedWqBvoeeuqWIf { width:24.6875rem;height:0.0625rem;top:6.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KT9WaXxD7pxB9TFSvlTP4cFJZA9INwos .widget-regular-label { width:24.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#KT9WaXxD7pxB9TFSvlTP4cFJZA9INwos .widget-input-text { width:24.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KT9WaXxD7pxB9TFSvlTP4cFJZA9INwos .widget-input-text {padding-top: 0; padding-bottom: 0;}#KT9WaXxD7pxB9TFSvlTP4cFJZA9INwos .widget-textarea { width:24.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KT9WaXxD7pxB9TFSvlTP4cFJZA9INwos .widget-input-select { width:24.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KT9WaXxD7pxB9TFSvlTP4cFJZA9INwos .widget-input-select {padding-top: 0; padding-bottom: 0;}#KT9WaXxD7pxB9TFSvlTP4cFJZA9INwos .widget-input-button { width:24.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KT9WaXxD7pxB9TFSvlTP4cFJZA9INwos .widget-checkbox-label { width:23.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#KT9WaXxD7pxB9TFSvlTP4cFJZA9INwos  { width:24.8125rem;height:auto;top:11.5625rem;left:0rem; }
#KT9WaXxD7pxB9TFSvlTP4cFJZA9INwos .radio-container { width:24.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KT9WaXxD7pxB9TFSvlTP4cFJZA9INwos {display:block;}#KT9WaXxD7pxB9TFSvlTP4cFJZA9INwos { width:24.8125rem;height:auto;top:11.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KT9WaXxD7pxB9TFSvlTP4cFJZA9INwos #AVv645fzDOBkgRcVC5icuJOhWyqlDoCt {  }
 }@media only screen and (max-width: 763px) { #KT9WaXxD7pxB9TFSvlTP4cFJZA9INwos #viRIBmpEBhy0oc86aTgJAkgEAIGXS85h {  }
 }@media only screen and (max-width: 763px) { #KT9WaXxD7pxB9TFSvlTP4cFJZA9INwos #ZxHmk4GrwiTdIKo9cAQETkTUx2mpmdri {  }
 }@media only screen and (max-width: 763px) { #KT9WaXxD7pxB9TFSvlTP4cFJZA9INwos #agZLB8Tzm5XznX2wbOXHQCaSt9wXHGOE {  }
 }@media only screen and (max-width: 763px) { #KT9WaXxD7pxB9TFSvlTP4cFJZA9INwos #MKCuDJNa98r8QHaIPaqR0CBzFgO9ltoX {  }
 }@media only screen and (max-width: 763px) { #KT9WaXxD7pxB9TFSvlTP4cFJZA9INwos #uZWGtsXr1eiWBlfJHyehIgfv9LtGC6C2 {  }
 }@media only screen and (max-width: 763px) { #KT9WaXxD7pxB9TFSvlTP4cFJZA9INwos #cMfed3XUHUkOMckURBLOUU6MFvLmmuCC {  }
 }@media only screen and (max-width: 763px) { #KT9WaXxD7pxB9TFSvlTP4cFJZA9INwos #PQJsTkucsyaZDADn1RRHU1TToOWJPcs8 {  }
 }@media only screen and (max-width: 763px) { #KT9WaXxD7pxB9TFSvlTP4cFJZA9INwos #AdEbX2fdP5AmdNizsF0qQohak6y6TonZ {  }
 }@media only screen and (max-width: 763px) { #KT9WaXxD7pxB9TFSvlTP4cFJZA9INwos #cvkwuoisOa1fOONckD4IePxKpELcxfU9 {  }
 }@media only screen and (max-width: 763px) { #KT9WaXxD7pxB9TFSvlTP4cFJZA9INwos #HJlaEb5V4DsRl1CH8mGkSIfzmvJGLFR5 {  }
 }@media only screen and (max-width: 763px) { #eB3bV7DTz9Bofio6ihARlTr1iagC12Su { width:31.25rem;height:29.375rem;top:0rem;left:16.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #mHdLZfi5VADcHnM9hLBLC4RqnpISKCTu .widget-regular-label { width:24.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#mHdLZfi5VADcHnM9hLBLC4RqnpISKCTu .widget-input-text { width:24.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mHdLZfi5VADcHnM9hLBLC4RqnpISKCTu .widget-input-text {padding-top: 0; padding-bottom: 0;}#mHdLZfi5VADcHnM9hLBLC4RqnpISKCTu .widget-textarea { width:24.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mHdLZfi5VADcHnM9hLBLC4RqnpISKCTu .widget-input-select { width:24.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mHdLZfi5VADcHnM9hLBLC4RqnpISKCTu .widget-input-select {padding-top: 0; padding-bottom: 0;}#mHdLZfi5VADcHnM9hLBLC4RqnpISKCTu .widget-input-button { width:24.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mHdLZfi5VADcHnM9hLBLC4RqnpISKCTu .widget-checkbox-label { width:23.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#mHdLZfi5VADcHnM9hLBLC4RqnpISKCTu  { width:24.8125rem;height:auto;top:11.5625rem;left:20.4375rem; }
#mHdLZfi5VADcHnM9hLBLC4RqnpISKCTu .radio-container { width:24.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mHdLZfi5VADcHnM9hLBLC4RqnpISKCTu {display:block;}#mHdLZfi5VADcHnM9hLBLC4RqnpISKCTu { width:24.8125rem;height:auto;top:11.5625rem;left:20.4375rem; }
 }@media only screen and (max-width: 763px) { #mHdLZfi5VADcHnM9hLBLC4RqnpISKCTu #QtSGDZy5rOfCDZwvXHbd6TnuAemXFTN6 {  }
 }@media only screen and (max-width: 763px) { #mHdLZfi5VADcHnM9hLBLC4RqnpISKCTu #VvWyqyEWb9uxpRfOpVuCztmCQzXAx21o {  }
 }@media only screen and (max-width: 763px) { #mHdLZfi5VADcHnM9hLBLC4RqnpISKCTu #Gl8NiEJXXxMrdLHn0Adc0XzeyBDoPHB3 {  }
 }@media only screen and (max-width: 763px) { #mHdLZfi5VADcHnM9hLBLC4RqnpISKCTu #MxTXrGWKczMcKTEE2MS3odByskt3Tfoy {  }
 }@media only screen and (max-width: 763px) { #mHdLZfi5VADcHnM9hLBLC4RqnpISKCTu #W3qOXBvivp1MuQ99PIxU8eTMJVG1UC5p {  }
 }@media only screen and (max-width: 763px) { #mHdLZfi5VADcHnM9hLBLC4RqnpISKCTu #Tzl2qEJ5tkQfE27KtTBhlTrc4NhZptp0 {  }
 }@media only screen and (max-width: 763px) { #mHdLZfi5VADcHnM9hLBLC4RqnpISKCTu #yrALtKTrAiftJtdfkovEngNQN0pRDzwv {  }
 }@media only screen and (max-width: 763px) { #mHdLZfi5VADcHnM9hLBLC4RqnpISKCTu #uQRSxgDbzBDeMkX2ARlWukSohzJbqCTH {  }
 }@media only screen and (max-width: 763px) { #mHdLZfi5VADcHnM9hLBLC4RqnpISKCTu #JLbpBBp8qNIdovmfkARPspMIpqtWPcO3 {  }
 }@media only screen and (max-width: 763px) { #mHdLZfi5VADcHnM9hLBLC4RqnpISKCTu #aTtBLpdFgkDJ0hJIBqvIP6zHfC7bltfo {  }
 }@media only screen and (max-width: 763px) { #mHdLZfi5VADcHnM9hLBLC4RqnpISKCTu #tsLq5BWI6edluMJPeB3fZ5ncWtED5ULI {  }
 }@media only screen and (max-width: 763px) { #Db548NUrBds3HkGVpXal77R2VnMwF6B8 { display:block; }#Db548NUrBds3HkGVpXal77R2VnMwF6B8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rgQ39886aodFgSOC4a6EoWCFCl8ll3IF { width:47.75rem;height:;top:5.5rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTeoaUQX9maeTy8veXGRQPNZn9ZNlXiF { width:22.1875rem;height:19.375rem;top:12.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIiNIrhCOgBqGs0oGWqC67agH8OUGUw7 { width:17.4375rem;height:10.5rem;top:19.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWSkSPMET0C597NNeOZidK4noeFh9old { width:13.25rem;height:1.6875rem;top:17.625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7qMy4KCaTDOG5kHIMUxJe5RGE8Pw44C { width:7.1875rem;height:7.125rem;top:9.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOD5xIBZF49qG122kP1Q5VARyoH7mdGQ { width:22.1875rem;height:19.375rem;top:13rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Trbtgqkw8h2pddghzxSThhWNSPGTgdSz { width:17.125rem;height:10.5rem;top:19.625rem;left:15.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqMnkfavQFq0HTbdmeSuFVuopCqpvHAI { width:13.25rem;height:1.6875rem;top:17.625rem;left:15.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylUruQqJq4QquiJuKsvAqHZ5fvO20DxZ { width:7.1875rem;height:7rem;top:9.1875rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sz5uVUxcdIXDEwBsaH3KrQhKCs3kZMD4 { width:22.1875rem;height:19.375rem;top:13rem;left:25.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #sIuI0t5loGn6L3fpPmb6fZT4G4qzOnCP { width:16.9375rem;height:6rem;top:19.875rem;left:30.8125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #uPUtDt9iFWfNzkd0oAPTn8hlKp3CIr1V { width:13.25rem;height:1.6875rem;top:17.875rem;left:34.5rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #N2Ns1KabuCkPfJrvANmTsFRHEV4hZSmx { width:6.8125rem;height:7.1875rem;top:9.1875rem;left:40.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HdvDr6TVonMJC9KKZ67oXUrWeGTRqAnz { display:block; }#HdvDr6TVonMJC9KKZ67oXUrWeGTRqAnz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nf7aGzit0Vnr9mFy3Do3iqLpL3pQFOkm { width:45.875rem;height:2.875rem;top:6.4375rem;left:0.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABb3hPaSaERuibIRDHnZWUlRootXU9PK { display:block; }#ABb3hPaSaERuibIRDHnZWUlRootXU9PK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #huDAvqh1tciNUoSTPI3dbKxpWDWy4982 { width:13.25rem;height:1.6875rem;top:16.4375rem;left:2.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PdkQRNpWuoaTdxbDQexxCUNQqrmqbG9w { width:15.5625rem;height:9rem;top:4.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBDvb5spyR46l2Rh0mw34prUXPamK3ZF { width:17.5rem;height:18.4375rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NA6bzqkT3zPNmHn7KGhQr7NccOLyHlyP { width:6.25rem;height:1rem;top:3.4375rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWB7RLhaMyo8yWo4UM84TEfBCaQp8Tgs { width:13.1875rem;height:1.6875rem;top:13.3125rem;left:17rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZoab3uZPdZgVMErCtAZqV89STieiQpB { width:13.625rem;height:7.5rem;top:25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCU2470TTfGGRb3fGTuMxCHBGn7QTieI { width:17.5rem;height:18.4375rem;top:1.625rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eM3XumTKhsTz0fB3CEisqhMesUD3W9ch { width:6.25rem;height:1.0625rem;top:3.4375rem;left:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAeuE9uzH3NJLSiRZe0u3KQrrSGnkQCT { width:13.25rem;height:1.6875rem;top:16.4375rem;left:31.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIBP6ng6V9DoObFm0uaxmDTI1ntQ6Ts6 { width:15.375rem;height:9rem;top:42rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ak95Jw08x61WeKs5WAABd2U8khh9Loxo { width:17.5rem;height:18.4375rem;top:1.375rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIcWvHZlUG48M05zk8UGEunHbPDcOqF1 { width:6.25rem;height:1rem;top:3.25rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqfGSoBCCXGM007t70Lq6wQN0RqgIUWv { display:block; }#LqfGSoBCCXGM007t70Lq6wQN0RqgIUWv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PC9DECaAAWktml8Kb95e8u041JAMpwLJ { width:30.3125rem;height:20.3125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpAnHQkzvq9Zv41JMDTKUOG3SCWLbr4y { width:29.75rem;height:2.875rem;top:4.3125rem;left:18rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nlw4ADWTAVtsAIuWTTpNrMaVUfZFEBfB { width:26.8125rem;height:6.9375rem;top:11.5rem;left:20.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdP77oUq7zPKJTuptbhVQQpNoRZXcGWk { width:21.375rem;height:3.3125rem;top:7.25rem;left:26.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDBu8aM3m8o1NmsIAfy5P3LyhuilGKlQ { display:block; }#DDBu8aM3m8o1NmsIAfy5P3LyhuilGKlQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lx021ao3EunHlHAB1UTNhuTrlmJFDpdZ { width:26.8125rem;height:1.125rem;top:5.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #anTEW9JsW5nTrfW6JgmGaSTwpTlmisex { width:24.125rem;height:21.25rem;top:0rem;left:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTFrzbKS30KNeiHV0dw6JmvRmrx0GW6D { width:19.75rem;height:4.9375rem;top:2.4375rem;left:26.25rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhODvffe90zryf4bULBQLwFSAb3NqcrC { width:18.375rem;height:4.75rem;top:7.9375rem;left:26.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z0KLCp10EPqQSvUZ7eGrb6qgO25hhSZZ { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #ySOxCzC4Jf2EISLDaFbHrliChrqURCEv { display:block; }
 }@media only screen and (max-width: 763px) { #yASIPaWuyuLwI6QgMgCNU5wfeiRvxWvD { width:3.125rem;height:3.125rem;top:15.25rem;left:30.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #NnnCIpar6AN4dxiqLEseqIgRXTbwnsNB { width:9.125rem;height:9.125rem;top:0rem;left:38.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#7951e0;background-image:none;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); } }@media only screen and (max-width: 763px) { #D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1addc132-cb04-46ce-8d97-b268cb9acc69/Fella.png");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A.adaptive-delivery-prevent-bg, #D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A.lazyload, #D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A.lazyloading { background-image: none; }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A > .row .container { background-color: transparent; background-image: none; }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(121,74,227,0.5); }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A > .row .container > .video-iframe-container { display: none; }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(121,74,227,0.5); }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A > .row > .video-iframe-container { display: none; }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A > .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); }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A > .row > .video-iframe-container {  }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A > .row .container { width:20rem;height:46.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xwIDH3xIA9kZkkd0F0qgo9MXT1FLTL3O { width:7.0625rem;height:7.0625rem;top:0rem;left:0rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/fec3broQ/LOGO_LANDING.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#xwIDH3xIA9kZkkd0F0qgo9MXT1FLTL3O.adaptive-delivery-prevent-bg, #xwIDH3xIA9kZkkd0F0qgo9MXT1FLTL3O.lazyload, #xwIDH3xIA9kZkkd0F0qgo9MXT1FLTL3O.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #BCg8a4MOi4RKMfpMFZZRBbWDDPgGu94F { width:18.0625rem;height:2.5996125rem;top:17.38671875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;font-weight:300;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #R1mO8O30ZfFlJwEvppLsm8XAw54K0UFX { width:15.25rem;height:1.57470625rem;top:7.3125rem;left:0rem;font-size:1.3125rem;text-align:left;text-align-last:left;color:#ff7afd;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #qBM6eLKyLmMWTvlI7BoL7wrqTLGhoNGb { width:19.9375rem;height:5.75rem;top:9.33642578125rem;left:0rem;font-size:2.875rem;text-align:left;text-align-last:left;color:#ffffff;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #vuPTEmmCaSvDDABxsNT5DAsf8MI7ID9x { top:0rem;left:15.25rem;width:4.75rem;height:4.75rem;z-index:100010;display:block; }
 }@media only screen and (max-width: 763px) { #PnJ7FxiGlBHAouziHPwO9NQqBPmHgQ3o { width:17.0625rem;height:1.57470625rem;top:15.75rem;left:0rem;font-size:1.3125rem;text-align:left;text-align-last:left;color:#ffffff;z-index:100009;display:block; }
 }@media only screen and (max-width: 763px) { #FxPxlHKwHTkxKPZGFQp4RL2AhsxaWoMM { width:9.5rem;height:2.5996125rem;top:23.75rem;left:9.9375rem;font-size:1rem;text-align:left;text-align-last:left;font-weight:300;font-style:normal;color:#ffffff;z-index:100005;display:block; }
 }@media only screen and (max-width: 763px) { #KaDhU1GKMDpX2LxMnpwLdDEorEiA7quz { width:9.5rem;height:1.29980625rem;top:29.6875rem;left:9.9375rem;font-size:1rem;text-align:left;text-align-last:left;font-weight:300;font-style:normal;color:#ffffff;z-index:100006;display:block; }
 }@media only screen and (max-width: 763px) { #KWApibgVw6krroir8tLyIlbwZUDvoNLe { width:9.5rem;height:2.5996125rem;top:21.0625rem;left:9.9375rem;font-size:1rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;color:#ffffff;z-index:100006;display:block; }
 }@media only screen and (max-width: 763px) { #QPc4N5yuZX7TDEFb9givmGnDhfTDB2rc { width:9.5rem;height:2.5996125rem;top:27.1875rem;left:9.9375rem;font-size:1rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;color:#ffffff;z-index:100007;display:block; }
 }@media only screen and (max-width: 763px) { #RBwwmVnyJIZrvEiLy3xlEcZe8PqlgyBH { top:21.0625rem;left:0rem;width:5.3125rem;height:5.3125rem;z-index:100013;overflow:hidden;border-top-left-radius:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPBwRm453fb6nZMT81x7udUeVRHBiLwc { top:21.224609375rem;left:4.03125rem;width:5.1875rem;height:5.1875rem;z-index:100012;overflow:hidden;border-top-left-radius:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7v15Xm1P9cTLXb4qC0KpcAr8i3TPI6C { top:27.1123046875rem;left:3.90625rem;width:5.3125rem;height:5.3125rem;z-index:100014;overflow:hidden;border-top-left-radius:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpNvlmJMBeEI0asC6Nzafl0tieQLGBwz { width:10rem;height:2.3994125rem;top:37.57421875rem;left:0.28125rem;font-size:1rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal;color:#ffffff;z-index:100015;display:block; }
 }@media only screen and (max-width: 763px) { #AdcT2SKkQg2uV1Fv1xmer7cWGS3mvelh { width:10.5625rem;height:3.125rem;top:34.13671875rem;left:0rem;font-size:1.125rem;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: 0rem 0.3125rem 0.9375rem rgba(110,220,91,0.5) ;background-color:#6edc5b;background-image:none;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #aqeri3cZwNytleRw0Em8gaGuusI79ips { display:block; }
 }@media only screen and (max-width: 763px) { #wHeH7Fr7Nw9upfp4XgAkn4xzG2rraaMA { width:14.125rem;height:2.2744125rem;top:41.53564453125rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;color:rgba(255,255,255,0.6);font-weight:300;font-style:normal;line-height:1.3;z-index:100002;display:block; }
 }@media only screen and (max-width: 763px) { #lTVaSFei44wTaD3MVoCH40hUKdO7MSyT { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#lTVaSFei44wTaD3MVoCH40hUKdO7MSyT > .row .container { background-color: transparent; background-image: none; }#lTVaSFei44wTaD3MVoCH40hUKdO7MSyT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lTVaSFei44wTaD3MVoCH40hUKdO7MSyT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lTVaSFei44wTaD3MVoCH40hUKdO7MSyT > .row .container > .video-iframe-container { display: none; }#lTVaSFei44wTaD3MVoCH40hUKdO7MSyT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lTVaSFei44wTaD3MVoCH40hUKdO7MSyT > .row > .video-iframe-container { display: none; }#lTVaSFei44wTaD3MVoCH40hUKdO7MSyT > .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); }#lTVaSFei44wTaD3MVoCH40hUKdO7MSyT > .row .container { border-width: 0; border-radius: 0; }#lTVaSFei44wTaD3MVoCH40hUKdO7MSyT > .row > .video-iframe-container {  }#lTVaSFei44wTaD3MVoCH40hUKdO7MSyT > .row .container { width:20rem;height:170.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OZguPQE6C6dSDUJKxlOt6aTgfgPOLrGu { width:20rem;height:21rem;top:14.5rem;left:0rem;font-size:1rem;font-weight:400;font-style:normal;font-family:rubik;z-index:100021;display:block; }
 }@media only screen and (max-width: 763px) { #pPcdRXGdIhb9LsIImCFNhti42st7e7PP { width:16.25rem;height:8.3984375rem;top:5.0625rem;left:0rem;font-size:1.75rem;line-height:1.2;font-family:rubik;font-weight:400;font-style:normal;color:#7954de;display:block; }
 }@media only screen and (max-width: 763px) { #FwkIQ0fIc7IFGVImI7o7PGT4qn9ryWvq { width:20rem;height:13rem;top:38.375rem;left:0rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/0e11acd3-a194-4421-9dec-52a5e591d522/Medi.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#FwkIQ0fIc7IFGVImI7o7PGT4qn9ryWvq.adaptive-delivery-prevent-bg, #FwkIQ0fIc7IFGVImI7o7PGT4qn9ryWvq.lazyload, #FwkIQ0fIc7IFGVImI7o7PGT4qn9ryWvq.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #l9LLWnuJUqdCouRs06qQthu2RMCcAVH5 { width:20rem;height:21.5rem;top:65.375rem;left:0rem;z-index:100004;display:block; }
 }@media only screen and (max-width: 763px) { #RviCfIm8KleqxrOfuTqm1BobCLwl76rk { width:16.25rem;height:10.5rem;top:74.3125rem;left:2rem;font-size:1rem;text-align:left;text-align-last:left;font-family:rubik;font-weight:400;font-style:normal;z-index:100005;display:block; }
 }@media only screen and (max-width: 763px) { #m4C1SNF9BJFC7w6UALQTres6aRFooBnT { width:15.875rem;height:1.57470625rem;top:72.2001953125rem;left:2rem;font-size:1.3125rem;text-align:left;text-align-last:left;font-family:rubik;font-weight:400;font-style:normal;z-index:100007;display:block; }
 }@media only screen and (max-width: 763px) { #pZrdFlZu5fBiEQH9zLQaTPWmlCyOua1S { width:15rem;height:4.54980625rem;top:59.4013671875rem;left:0rem;font-size:1.75rem;line-height:1.3;font-family:rubik;font-weight:400;font-style:normal;color:#7954de;z-index:100013;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NdJ9Eu6yPqLBCAEIeI0LlEqwa1W2CWPl { width:20rem;height:20.9375rem;top:88.75rem;left:0rem;z-index:100007;display:block; }
 }@media only screen and (max-width: 763px) { #DSEw2ye94WZ55sl74yMzaNDEzyWLTUol { width:16.25rem;height:10.5rem;top:97.3125rem;left:2rem;font-size:1rem;text-align:left;text-align-last:left;font-family:rubik;font-weight:400;font-style:normal;z-index:100008;display:block; }
 }@media only screen and (max-width: 763px) { #cbn9FEW4K3awL4FVdwoOf2X004hkS9V3 { width:15.875rem;height:1.70605625rem;top:95.1875rem;left:2rem;font-size:1.3125rem;text-align:left;text-align-last:left;font-family:rubik;font-weight:400;font-style:normal;z-index:100010;display:block; }
 }@media only screen and (max-width: 763px) { #ObMMpmsXta9Lrm74bdZ1FdUyCrCTQcHx { width:20rem;height:20.4375rem;top:111.5625rem;left:0rem;z-index:99995;display:block; }
 }@media only screen and (max-width: 763px) { #kLB2tkTATGAJKhtJIA21cbc5xJu98OL4 { width:16.25rem;height:9rem;top:121.125rem;left:2rem;font-size:1rem;text-align:left;text-align-last:left;font-family:rubik;font-weight:400;font-style:normal;z-index:99996;display:block; }
 }@media only screen and (max-width: 763px) { #ZiFuzmuNqoI9PyZasnCHyvqDFc0npqnZ { width:15.875rem;height:3.1494125rem;top:117.375rem;left:2rem;font-size:1.3125rem;text-align:left;text-align-last:left;font-family:rubik;font-weight:400;font-style:normal;z-index:99997;display:block; }
 }@media only screen and (max-width: 763px) { #MDStQRsWdctH8ahni3mteqMDG1xVcTZr { width:16.25rem;height:12rem;top:142.5625rem;left:2rem;font-size:1rem;text-align:left;text-align-last:left;font-family:rubik;font-weight:400;font-style:normal;z-index:100014;display:block; }
 }@media only screen and (max-width: 763px) { #JknLFk1vCw3Ay67x2nXQtZ6WFbrkGSaD { width:15.875rem;height:1.57470625rem;top:140.5rem;left:2rem;font-size:1.3125rem;text-align:left;text-align-last:left;font-family:rubik;font-weight:400;font-style:normal;z-index:100016;display:block; }
 }@media only screen and (max-width: 763px) { #G6PB0TK0fwUmCMuFSv8FiPQhX333dT36 { width:20rem;height:22.5rem;top:133.875rem;left:0rem;z-index:99999;display:block; }
 }@media only screen and (max-width: 763px) { #TPxcgtv0fvEcbCQSAUKIsSvSOgkZodo4 { top:66.92822265625rem;left:1.5625rem;width:4.6875rem;height:4.6875rem;z-index:100017;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #F67QA75kZvssHagPBtLt580y1LivMka9 { top:90.375rem;left:1.5625rem;width:4.6875rem;height:4.6875rem;z-index:100018;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ft4ZwZXGWKAOGIyikKd9sTUVdFRfG7OZ { top:112.8125rem;left:1.75rem;width:4.6875rem;height:4.6875rem;z-index:100019;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #m13LyEmUWVaG6OfBrvDpfzku0PslssIi { top:135.5625rem;left:1.5625rem;width:4.6875rem;height:4.6875rem;z-index:100020;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #JKVvgfysJfJ6EvfRiAED5TTSTK1epkFs { width:20rem;height:3.125rem;top:157.3125rem;left:0rem;font-size:1.125rem;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: 0rem 0.3125rem 0.9375rem rgba(110,220,91,0.5) ;background-color:#6edc5b;background-image:none;text-align:center;text-align-last:center;font-weight:400;font-style:normal;z-index:100008;display:block; }
 }@media only screen and (max-width: 763px) { #u8QQI1B02CICkzUL6UAJ85ShoyPeR3zW { display:block; }
 }@media only screen and (max-width: 763px) { #QllbEhD9olLLbVWfLntehhwfbtreUkKq { width:13.5625rem;height:2.5996125rem;top:162rem;left:3.375rem;font-size:1rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;color:#717171;z-index:100017;display:block; }
 }@media only screen and (max-width: 763px) { #ghQCmrV1Fv8HJ4qEDOTf2B8CxMfCB5us { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#ghQCmrV1Fv8HJ4qEDOTf2B8CxMfCB5us > .row .container { background-color: transparent; background-image: none; }#ghQCmrV1Fv8HJ4qEDOTf2B8CxMfCB5us::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ghQCmrV1Fv8HJ4qEDOTf2B8CxMfCB5us > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ghQCmrV1Fv8HJ4qEDOTf2B8CxMfCB5us > .row .container > .video-iframe-container { display: none; }#ghQCmrV1Fv8HJ4qEDOTf2B8CxMfCB5us > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ghQCmrV1Fv8HJ4qEDOTf2B8CxMfCB5us > .row > .video-iframe-container { display: none; }#ghQCmrV1Fv8HJ4qEDOTf2B8CxMfCB5us > .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); }#ghQCmrV1Fv8HJ4qEDOTf2B8CxMfCB5us > .row .container { border-width: 0; border-radius: 0; }#ghQCmrV1Fv8HJ4qEDOTf2B8CxMfCB5us > .row > .video-iframe-container {  }#ghQCmrV1Fv8HJ4qEDOTf2B8CxMfCB5us > .row .container { width:20rem;height:52.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w0d4d72Kw0CStfbmcHiwq3Wt5IJiLz1Q { width:20rem;height:12rem;top:21.1875rem;left:0rem;font-size:1rem;font-weight:400;font-style:normal;font-family:rubik;z-index:100001;display:block; }
 }@media only screen and (max-width: 763px) { #vML5xnIWod3mdOTqc9mZW10nTmbHL8eL { width:20rem;height:2.2749rem;top:15.8125rem;left:0rem;font-size:1.75rem;line-height:1.3;font-family:rubik;font-weight:400;font-style:normal;color:#7954de;z-index:100020;display:block; }
 }@media only screen and (max-width: 763px) { #wxH9l4Xl2TanTeFOTK4BdHlzImry6PNL { width:20rem;height:2.5996125rem;top:18.19921875rem;left:0rem;font-size:1rem;line-height:1.3;font-family:rubik;font-weight:400;font-style:normal;color:#7954de;z-index:100021;display:block; }
 }@media only screen and (max-width: 763px) { #aKXDDGRLPmyqxQFWrI0PAckHfwM9oZQv { height:11.25rem;width:20rem;top:34.8125rem;left:0rem;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 2.5rem 3.125rem rgba(121,84,222,0.25) ;display:block; }
 }@media only screen and (max-width: 763px) { #lSQHc8dyrbsJHkfRG7lOiKLIT8krpKq2 { width:20rem;height:13rem;top:0.625rem;left:0rem;z-index:100003;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/65d20cfa-2c14-4614-954b-8eacd59f24cb/Navratri1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#lSQHc8dyrbsJHkfRG7lOiKLIT8krpKq2.adaptive-delivery-prevent-bg, #lSQHc8dyrbsJHkfRG7lOiKLIT8krpKq2.lazyload, #lSQHc8dyrbsJHkfRG7lOiKLIT8krpKq2.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #H7Vs3OrggtVApFwrt1uIbs5i5cpBSS0A { display:block; }#H7Vs3OrggtVApFwrt1uIbs5i5cpBSS0A > .row .container { width:20rem;height:23.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CC8PLuNbRRRnMC6C3R5609WMDv3Hcet7 { width:20rem;height:2.5996125rem;top:14rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;color:#ffffff;font-weight:300;font-style:normal;line-height:1.3;z-index:100002;display:block; }
 }@media only screen and (max-width: 763px) { #S4XAXGDU2ETrn2xRXP679TQGrVfruHtH { width:17.8125rem;height:5.17480625rem;top:8.1875rem;left:1.09375rem;font-size:2.875rem;text-align:center;text-align-last:center;color:#ffffff;line-height:.9;z-index:100011;display:block; }
 }@media only screen and (max-width: 763px) { #fO3yBLT5q117xdqQNkO4v2tKvoZ2Pkhg { width:15.25rem;height:1.57470625rem;top:5.98828125rem;left:2.375rem;font-size:1.3125rem;text-align:center;text-align-last:center;color:#ff7afd;font-weight:300;font-style:normal;z-index:100010;display:block; }
 }@media only screen and (max-width: 763px) { #iepyRrmnrb5aRNT4bicSkCWha18deeLn { width:17.6875rem;height:3.8994125rem;top:19.1875rem;left:1.15625rem;font-size:1rem;text-align:center;text-align-last:center;color:#ff7afd;font-weight:300;font-style:normal;line-height:1.3;z-index:100002;display:block; }
 }@media only screen and (max-width: 763px) { #WQuEcK71kUzhaS0wXUQm5i1RP4k266rf { top:17.875rem;left:5.3125rem;width:9.375rem;height:0.0625rem;z-index:100027;background-color:rgba(255,255,255,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #HSwwxaEMO3VgHHBAAPPnS8q7U9ZilgtW { background-color:#7954de;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#HSwwxaEMO3VgHHBAAPPnS8q7U9ZilgtW > .row .container { background-color: transparent; background-image: none; }#HSwwxaEMO3VgHHBAAPPnS8q7U9ZilgtW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HSwwxaEMO3VgHHBAAPPnS8q7U9ZilgtW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HSwwxaEMO3VgHHBAAPPnS8q7U9ZilgtW > .row .container > .video-iframe-container { display: none; }#HSwwxaEMO3VgHHBAAPPnS8q7U9ZilgtW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HSwwxaEMO3VgHHBAAPPnS8q7U9ZilgtW > .row > .video-iframe-container { display: none; }#HSwwxaEMO3VgHHBAAPPnS8q7U9ZilgtW > .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); }#HSwwxaEMO3VgHHBAAPPnS8q7U9ZilgtW > .row .container { border-width: 0; border-radius: 0; }#HSwwxaEMO3VgHHBAAPPnS8q7U9ZilgtW > .row > .video-iframe-container {  }#HSwwxaEMO3VgHHBAAPPnS8q7U9ZilgtW > .row .container { width:20rem;height:71.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i3VTvLS0E9xgKDfDkG7uvOMVlyHgfiKN { width:16.8125rem;height:1.19970625rem;top:10rem;left:2rem;font-size:1rem;text-align:left;text-align-last:left;font-weight:300;font-style:normal;color:#717171;z-index:99998;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #lpiVLSxNXr7fJhI7bl2lgH558Z7knQZm { width:11.625rem;height:3.4121125rem;top:5.375rem;left:2rem;font-size:1.3125rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;color:#717171;z-index:100013;display:block; }
 }@media only screen and (max-width: 763px) { #MtVWUEIBmTDVkat95iv0Hiw0z9TqbvbK { width:5.875rem;height:1.19970625rem;top:45.9375rem;left:2rem;font-size:1rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;color:#717171;z-index:100015;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #xdmyFSk2IhQarh4QuuNe17L0n0mt5lhL { width:4.625rem;height:1.29980625rem;top:12.5rem;left:2.0625rem;font-size:1rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;color:#717171;z-index:100016;display:block; }
 }@media only screen and (max-width: 763px) { #mobH8NkVSRxcViH16AarAbOZuzO7Ahvh { top:9.25rem;left:2.0625rem;width:15.625rem;height:0.0625rem;z-index:100019;background-color:rgba(113,113,113,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #hV3mOlxI8lKoTaDWK2y74SZeqq8IA1QG { width:16rem;height:1.19970625rem;top:47.25rem;left:2rem;font-size:1rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;color:#717171;z-index:100016;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #T5wZEmDUtlAVVC2yWh1gDLnzGhAwTQyx { width:19.875rem;height:30.5625rem;top:3.125rem;left:0rem;z-index:99995;border-top:0.0625rem solid rgba(255,255,255,0.5);border-left:0.0625rem solid rgba(255,255,255,0.5);border-right:0.0625rem solid rgba(255,255,255,0.5);border-bottom:0.0625rem solid rgba(255,255,255,0.5);background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #EKFA7CvClDzNL5CepVHS6x8oKmvNym43 { width:13.875rem;height:1.19970625rem;top:15.0625rem;left:2rem;font-size:1rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;color:#717171;z-index:100024;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #o5nSykcbETSRks1qTfUVIGLNJZzF4aRO { width:5.875rem;height:1.19970625rem;top:13.75rem;left:2rem;font-size:1rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;color:#717171;z-index:100023;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Msc0o0HlRQqGeJ4Z4zF48aa4vQilURbX { width:16.8125rem;height:;top:42.125rem;left:2rem;font-size:1rem;text-align:left;text-align-last:left;font-weight:300;font-style:normal;color:#717171;z-index:100020;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #iOz0z9TrhqOvnZvtiUgtps6CDzlwm657 { width:11.625rem;height:;top:37.5rem;left:2rem;font-size:1.3125rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;color:#717171;z-index:100021;display:block; }
 }@media only screen and (max-width: 763px) { #MQ2ffvT8JcTSWTAPowFswXJD1Lw8fobW { width:4.625rem;height:1.29980625rem;top:44.625rem;left:2.0625rem;font-size:1rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;color:#717171;z-index:100024;display:block; }
 }@media only screen and (max-width: 763px) { #uf6Zn0nMOLl9AJh55ZedWqBvoeeuqWIf { top:41.375rem;left:2.0625rem;width:15.625rem;height:0.0625rem;z-index:100027;background-color:rgba(113,113,113,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #KT9WaXxD7pxB9TFSvlTP4cFJZA9INwos .widget-regular-label { width:15.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#KT9WaXxD7pxB9TFSvlTP4cFJZA9INwos .widget-input-text { width:15.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KT9WaXxD7pxB9TFSvlTP4cFJZA9INwos .widget-input-text {padding-top: 0; padding-bottom: 0;}#KT9WaXxD7pxB9TFSvlTP4cFJZA9INwos .widget-textarea { width:15.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KT9WaXxD7pxB9TFSvlTP4cFJZA9INwos .widget-input-select { width:15.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KT9WaXxD7pxB9TFSvlTP4cFJZA9INwos .widget-input-select {padding-top: 0; padding-bottom: 0;}#KT9WaXxD7pxB9TFSvlTP4cFJZA9INwos .widget-input-button { width:15.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.3125rem;overflow:hidden; }
#KT9WaXxD7pxB9TFSvlTP4cFJZA9INwos [class*="-text"]:-moz-placeholder { font-family:rubik; }
#KT9WaXxD7pxB9TFSvlTP4cFJZA9INwos [class*="-text"]::-moz-placeholder { font-family:rubik; }
#KT9WaXxD7pxB9TFSvlTP4cFJZA9INwos [class*="-text"]:-ms-input-placeholder { font-family:rubik; }
#KT9WaXxD7pxB9TFSvlTP4cFJZA9INwos [class*="-text"]::-webkit-input-placeholder { font-family:rubik; }
#KT9WaXxD7pxB9TFSvlTP4cFJZA9INwos .widget-checkbox-label { width:14.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#KT9WaXxD7pxB9TFSvlTP4cFJZA9INwos  { width:15.9375rem;height:auto;top:16.41162109375rem;left:0.78125rem; }
#KT9WaXxD7pxB9TFSvlTP4cFJZA9INwos .radio-container { width:15.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KT9WaXxD7pxB9TFSvlTP4cFJZA9INwos {display:block;}#KT9WaXxD7pxB9TFSvlTP4cFJZA9INwos { width:15.9375rem;height:auto;top:16.41162109375rem;left:0.78125rem; }
 }@media only screen and (max-width: 763px) { #KT9WaXxD7pxB9TFSvlTP4cFJZA9INwos #AVv645fzDOBkgRcVC5icuJOhWyqlDoCt {  }
 }@media only screen and (max-width: 763px) { #KT9WaXxD7pxB9TFSvlTP4cFJZA9INwos #viRIBmpEBhy0oc86aTgJAkgEAIGXS85h {  }
 }@media only screen and (max-width: 763px) { #KT9WaXxD7pxB9TFSvlTP4cFJZA9INwos #ZxHmk4GrwiTdIKo9cAQETkTUx2mpmdri {  }
 }@media only screen and (max-width: 763px) { #KT9WaXxD7pxB9TFSvlTP4cFJZA9INwos #agZLB8Tzm5XznX2wbOXHQCaSt9wXHGOE {  }
 }@media only screen and (max-width: 763px) { #KT9WaXxD7pxB9TFSvlTP4cFJZA9INwos #MKCuDJNa98r8QHaIPaqR0CBzFgO9ltoX {  }
 }@media only screen and (max-width: 763px) { #KT9WaXxD7pxB9TFSvlTP4cFJZA9INwos #uZWGtsXr1eiWBlfJHyehIgfv9LtGC6C2 {  }
 }@media only screen and (max-width: 763px) { #KT9WaXxD7pxB9TFSvlTP4cFJZA9INwos #cMfed3XUHUkOMckURBLOUU6MFvLmmuCC {  }
 }@media only screen and (max-width: 763px) { #KT9WaXxD7pxB9TFSvlTP4cFJZA9INwos #PQJsTkucsyaZDADn1RRHU1TToOWJPcs8 {  }
 }@media only screen and (max-width: 763px) { #KT9WaXxD7pxB9TFSvlTP4cFJZA9INwos #AdEbX2fdP5AmdNizsF0qQohak6y6TonZ {  }
 }@media only screen and (max-width: 763px) { #KT9WaXxD7pxB9TFSvlTP4cFJZA9INwos #cvkwuoisOa1fOONckD4IePxKpELcxfU9 {  }
 }@media only screen and (max-width: 763px) { #KT9WaXxD7pxB9TFSvlTP4cFJZA9INwos #HJlaEb5V4DsRl1CH8mGkSIfzmvJGLFR5 {  }
 }@media only screen and (max-width: 763px) { #eB3bV7DTz9Bofio6ihARlTr1iagC12Su { width:20rem;height:31rem;top:35.0625rem;left:0rem;z-index:99994;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #mHdLZfi5VADcHnM9hLBLC4RqnpISKCTu .widget-regular-label { width:15.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#mHdLZfi5VADcHnM9hLBLC4RqnpISKCTu .widget-input-text { width:15.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mHdLZfi5VADcHnM9hLBLC4RqnpISKCTu .widget-input-text {padding-top: 0; padding-bottom: 0;}#mHdLZfi5VADcHnM9hLBLC4RqnpISKCTu .widget-textarea { width:15.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mHdLZfi5VADcHnM9hLBLC4RqnpISKCTu .widget-input-select { width:15.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mHdLZfi5VADcHnM9hLBLC4RqnpISKCTu .widget-input-select {padding-top: 0; padding-bottom: 0;}#mHdLZfi5VADcHnM9hLBLC4RqnpISKCTu .widget-input-button { width:15.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.3125rem;overflow:hidden; }
#mHdLZfi5VADcHnM9hLBLC4RqnpISKCTu [class*="-text"]:-moz-placeholder { font-family:rubik; }
#mHdLZfi5VADcHnM9hLBLC4RqnpISKCTu [class*="-text"]::-moz-placeholder { font-family:rubik; }
#mHdLZfi5VADcHnM9hLBLC4RqnpISKCTu [class*="-text"]:-ms-input-placeholder { font-family:rubik; }
#mHdLZfi5VADcHnM9hLBLC4RqnpISKCTu [class*="-text"]::-webkit-input-placeholder { font-family:rubik; }
#mHdLZfi5VADcHnM9hLBLC4RqnpISKCTu .widget-checkbox-label { width:14.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#mHdLZfi5VADcHnM9hLBLC4RqnpISKCTu  { width:15.9375rem;height:auto;top:48.8125rem;left:0.78125rem; }
#mHdLZfi5VADcHnM9hLBLC4RqnpISKCTu .radio-container { width:15.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mHdLZfi5VADcHnM9hLBLC4RqnpISKCTu {display:block;}#mHdLZfi5VADcHnM9hLBLC4RqnpISKCTu { width:15.9375rem;height:auto;top:48.8125rem;left:0.78125rem; }
 }@media only screen and (max-width: 763px) { #mHdLZfi5VADcHnM9hLBLC4RqnpISKCTu #QtSGDZy5rOfCDZwvXHbd6TnuAemXFTN6 {  }
 }@media only screen and (max-width: 763px) { #mHdLZfi5VADcHnM9hLBLC4RqnpISKCTu #VvWyqyEWb9uxpRfOpVuCztmCQzXAx21o {  }
 }@media only screen and (max-width: 763px) { #mHdLZfi5VADcHnM9hLBLC4RqnpISKCTu #Gl8NiEJXXxMrdLHn0Adc0XzeyBDoPHB3 {  }
 }@media only screen and (max-width: 763px) { #mHdLZfi5VADcHnM9hLBLC4RqnpISKCTu #MxTXrGWKczMcKTEE2MS3odByskt3Tfoy {  }
 }@media only screen and (max-width: 763px) { #mHdLZfi5VADcHnM9hLBLC4RqnpISKCTu #W3qOXBvivp1MuQ99PIxU8eTMJVG1UC5p {  }
 }@media only screen and (max-width: 763px) { #mHdLZfi5VADcHnM9hLBLC4RqnpISKCTu #Tzl2qEJ5tkQfE27KtTBhlTrc4NhZptp0 {  }
 }@media only screen and (max-width: 763px) { #mHdLZfi5VADcHnM9hLBLC4RqnpISKCTu #yrALtKTrAiftJtdfkovEngNQN0pRDzwv {  }
 }@media only screen and (max-width: 763px) { #mHdLZfi5VADcHnM9hLBLC4RqnpISKCTu #uQRSxgDbzBDeMkX2ARlWukSohzJbqCTH {  }
 }@media only screen and (max-width: 763px) { #mHdLZfi5VADcHnM9hLBLC4RqnpISKCTu #JLbpBBp8qNIdovmfkARPspMIpqtWPcO3 {  }
 }@media only screen and (max-width: 763px) { #mHdLZfi5VADcHnM9hLBLC4RqnpISKCTu #aTtBLpdFgkDJ0hJIBqvIP6zHfC7bltfo {  }
 }@media only screen and (max-width: 763px) { #mHdLZfi5VADcHnM9hLBLC4RqnpISKCTu #tsLq5BWI6edluMJPeB3fZ5ncWtED5ULI {  }
 }@media only screen and (max-width: 763px) { #Db548NUrBds3HkGVpXal77R2VnMwF6B8 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/faa88581-60b3-40de-a39a-e26be3398662/tobyhoos440415unsplash.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Db548NUrBds3HkGVpXal77R2VnMwF6B8.adaptive-delivery-prevent-bg, #Db548NUrBds3HkGVpXal77R2VnMwF6B8.lazyload, #Db548NUrBds3HkGVpXal77R2VnMwF6B8.lazyloading { background-image: none; }#Db548NUrBds3HkGVpXal77R2VnMwF6B8 > .row .container { background-color: transparent; background-image: none; }#Db548NUrBds3HkGVpXal77R2VnMwF6B8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.42); }#Db548NUrBds3HkGVpXal77R2VnMwF6B8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Db548NUrBds3HkGVpXal77R2VnMwF6B8 > .row .container > .video-iframe-container { display: none; }#Db548NUrBds3HkGVpXal77R2VnMwF6B8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.42); }#Db548NUrBds3HkGVpXal77R2VnMwF6B8 > .row > .video-iframe-container { display: none; }#Db548NUrBds3HkGVpXal77R2VnMwF6B8 > .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); }#Db548NUrBds3HkGVpXal77R2VnMwF6B8 > .row .container { width:20rem;height:75.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rgQ39886aodFgSOC4a6EoWCFCl8ll3IF { width:18.1875rem;height:4.54980625rem;top:4.875rem;left:0rem;font-size:1.75rem;color:#ffffff;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qTeoaUQX9maeTy8veXGRQPNZn9ZNlXiF { width:20rem;height:17.625rem;top:13.7734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIiNIrhCOgBqGs0oGWqC67agH8OUGUw7 { width:15.6875rem;height:10.3984375rem;top:19.1875rem;left:2.1875rem;font-size:1rem;text-align:left;text-align-last:left;font-family:rubik;font-weight:400;font-style:normal;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #kWSkSPMET0C597NNeOZidK4noeFh9old { width:13.25rem;height:1.70605625rem;top:17.3125rem;left:2.1875rem;font-size:1.3125rem;text-align:left;text-align-last:left;font-family:rubik;font-weight:400;font-style:normal;color:#7954de;display:block; }
 }@media only screen and (max-width: 763px) { #I7qMy4KCaTDOG5kHIMUxJe5RGE8Pw44C { width:5.9375rem;height:5.9375rem;top:10.57421875rem;left:2.1875rem;overflow:hidden;border-top-left-radius:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOD5xIBZF49qG122kP1Q5VARyoH7mdGQ { width:20rem;height:16.5625rem;top:35.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Trbtgqkw8h2pddghzxSThhWNSPGTgdSz { width:15.9375rem;height:9.098625rem;top:41.3125rem;left:2.1875rem;font-size:1rem;text-align:left;text-align-last:left;font-family:rubik;font-weight:400;font-style:normal;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #mqMnkfavQFq0HTbdmeSuFVuopCqpvHAI { width:13.25rem;height:1.70605625rem;top:39.4375rem;left:2.1875rem;font-size:1.3125rem;text-align:left;text-align-last:left;font-family:rubik;font-weight:400;font-style:normal;color:#7954de;display:block; }
 }@media only screen and (max-width: 763px) { #ylUruQqJq4QquiJuKsvAqHZ5fvO20DxZ { width:5.9375rem;height:5.75rem;top:32.625rem;left:2.1875rem;overflow:hidden;border-top-left-radius:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sz5uVUxcdIXDEwBsaH3KrQhKCs3kZMD4 { width:20rem;height:13.875rem;top:56.5625rem;left:0rem;z-index:100001;display:block; }
 }@media only screen and (max-width: 763px) { #sIuI0t5loGn6L3fpPmb6fZT4G4qzOnCP { width:15.5rem;height:6.499rem;top:61.9375rem;left:2.1875rem;font-size:1rem;text-align:left;text-align-last:left;font-family:rubik;font-weight:400;font-style:normal;z-index:100002;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #uPUtDt9iFWfNzkd0oAPTn8hlKp3CIr1V { width:13.25rem;height:1.70605625rem;top:60.3125rem;left:2.1875rem;font-size:1.3125rem;text-align:left;text-align-last:left;font-family:rubik;font-weight:400;font-style:normal;color:#7954de;z-index:100003;display:block; }
 }@media only screen and (max-width: 763px) { #N2Ns1KabuCkPfJrvANmTsFRHEV4hZSmx { width:5.625rem;height:5.9375rem;top:53.5rem;left:2.1875rem;z-index:100016;overflow:hidden;border-top-left-radius:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdvDr6TVonMJC9KKZ67oXUrWeGTRqAnz { display:block; }#HdvDr6TVonMJC9KKZ67oXUrWeGTRqAnz > .row .container { width:20rem;height:7.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nf7aGzit0Vnr9mFy3Do3iqLpL3pQFOkm { width:16.125rem;height:2.2749rem;top:4.7880859375rem;left:0rem;font-size:1.75rem;text-align:left;text-align-last:left;color:#7954de;display:block; }
 }@media only screen and (max-width: 763px) { #ABb3hPaSaERuibIRDHnZWUlRootXU9PK { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#ABb3hPaSaERuibIRDHnZWUlRootXU9PK > .row .container { background-color: transparent; background-image: none; }#ABb3hPaSaERuibIRDHnZWUlRootXU9PK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ABb3hPaSaERuibIRDHnZWUlRootXU9PK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ABb3hPaSaERuibIRDHnZWUlRootXU9PK > .row .container > .video-iframe-container { display: none; }#ABb3hPaSaERuibIRDHnZWUlRootXU9PK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ABb3hPaSaERuibIRDHnZWUlRootXU9PK > .row > .video-iframe-container { display: none; }#ABb3hPaSaERuibIRDHnZWUlRootXU9PK > .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); }#ABb3hPaSaERuibIRDHnZWUlRootXU9PK > .row .container { border-width: 0; border-radius: 0; }#ABb3hPaSaERuibIRDHnZWUlRootXU9PK > .row > .video-iframe-container {  }#ABb3hPaSaERuibIRDHnZWUlRootXU9PK > .row .container { width:20rem;height:55rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #huDAvqh1tciNUoSTPI3dbKxpWDWy4982 { width:13.625rem;height:1.29980625rem;top:14.9375rem;left:2.0625rem;font-size:1rem;text-align:left;text-align-last:left;font-family:rubik;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #PdkQRNpWuoaTdxbDQexxCUNQqrmqbG9w { width:15.5625rem;height:9rem;top:5.1875rem;left:2.1875rem;font-size:1rem;text-align:left;text-align-last:left;font-family:rubik;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #hBDvb5spyR46l2Rh0mw34prUXPamK3ZF { width:20rem;height:16.9375rem;top:1.3125rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #NA6bzqkT3zPNmHn7KGhQr7NccOLyHlyP { width:6.25rem;height:1.0625rem;top:3.4375rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWB7RLhaMyo8yWo4UM84TEfBCaQp8Tgs { width:13.25rem;height:1.3808625rem;top:32.5625rem;left:2.125rem;font-size:1.0625rem;text-align:left;text-align-last:left;font-family:rubik;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #wZoab3uZPdZgVMErCtAZqV89STieiQpB { width:15.5rem;height:7.5rem;top:24.375rem;left:2.1875rem;font-size:1rem;text-align:left;text-align-last:left;font-family:rubik;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #PCU2470TTfGGRb3fGTuMxCHBGn7QTieI { width:20rem;height:15.8125rem;top:20.25rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #eM3XumTKhsTz0fB3CEisqhMesUD3W9ch { width:6.25rem;height:1.0625rem;top:22.625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAeuE9uzH3NJLSiRZe0u3KQrrSGnkQCT { width:13.1875rem;height:1.29980625rem;top:51.7001953125rem;left:2.28125rem;font-size:1rem;text-align:left;text-align-last:left;font-family:rubik;font-weight:400;font-style:normal;z-index:99998;display:block; }
 }@media only screen and (max-width: 763px) { #MIBP6ng6V9DoObFm0uaxmDTI1ntQ6Ts6 { width:15.375rem;height:9rem;top:42rem;left:2.125rem;font-size:1rem;text-align:left;text-align-last:left;font-family:rubik;font-weight:400;font-style:normal;z-index:99999;display:block; }
 }@media only screen and (max-width: 763px) { #Ak95Jw08x61WeKs5WAABd2U8khh9Loxo { width:20rem;height:16.75rem;top:38.0625rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:99997;display:block; }
 }@media only screen and (max-width: 763px) { #rIcWvHZlUG48M05zk8UGEunHbPDcOqF1 { width:6.25rem;height:1.0625rem;top:40.25rem;left:2.125rem;z-index:100000;display:block; }
 }@media only screen and (max-width: 763px) { #LqfGSoBCCXGM007t70Lq6wQN0RqgIUWv { background-color:#ffffff;background-image:none;display:block; }#LqfGSoBCCXGM007t70Lq6wQN0RqgIUWv > .row .container { background-color: transparent; background-image: none; }#LqfGSoBCCXGM007t70Lq6wQN0RqgIUWv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LqfGSoBCCXGM007t70Lq6wQN0RqgIUWv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LqfGSoBCCXGM007t70Lq6wQN0RqgIUWv > .row .container > .video-iframe-container { display: none; }#LqfGSoBCCXGM007t70Lq6wQN0RqgIUWv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LqfGSoBCCXGM007t70Lq6wQN0RqgIUWv > .row > .video-iframe-container { display: none; }#LqfGSoBCCXGM007t70Lq6wQN0RqgIUWv > .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); }#LqfGSoBCCXGM007t70Lq6wQN0RqgIUWv > .row .container { width:20rem;height:43.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PC9DECaAAWktml8Kb95e8u041JAMpwLJ { width:20rem;height:13rem;top:7rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpAnHQkzvq9Zv41JMDTKUOG3SCWLbr4y { width:16.625rem;height:2.2749rem;top:22.375rem;left:0rem;font-size:1.75rem;color:#7954de;z-index:100011;display:block; }
 }@media only screen and (max-width: 763px) { #Nlw4ADWTAVtsAIuWTTpNrMaVUfZFEBfB { width:20rem;height:9.79931875rem;top:28.125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;font-family:rubik;display:block; }
 }@media only screen and (max-width: 763px) { #xdP77oUq7zPKJTuptbhVQQpNoRZXcGWk { width:16.625rem;height:2.79980625rem;top:24.5625rem;left:0rem;font-size:1rem;color:#7954de;z-index:100012;display:block; }
 }@media only screen and (max-width: 763px) { #DDBu8aM3m8o1NmsIAfy5P3LyhuilGKlQ { display:block; }#DDBu8aM3m8o1NmsIAfy5P3LyhuilGKlQ > .row .container { width:20rem;height:28.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lx021ao3EunHlHAB1UTNhuTrlmJFDpdZ { width:20rem;height:1.13720625rem;top:26.6875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #anTEW9JsW5nTrfW6JgmGaSTwpTlmisex { width:20rem;height:19.75rem;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:99996;display:block; }
 }@media only screen and (max-width: 763px) { #QTFrzbKS30KNeiHV0dw6JmvRmrx0GW6D { width:15.4375rem;height:3.8496125rem;top:2.4375rem;left:2.3125rem;font-size:1.75rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;color:#4d4d4d;z-index:100000;display:block; }
 }@media only screen and (max-width: 763px) { #hhODvffe90zryf4bULBQLwFSAb3NqcrC { width:15.4375rem;height:5.9985375rem;top:7.125rem;left:2.3125rem;font-size:1rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;z-index:99999;display:block; }
 }@media only screen and (max-width: 763px) { #Z0KLCp10EPqQSvUZ7eGrb6qgO25hhSZZ { top:14.125rem;left:2.3125rem;width:15.875rem;height:3.125rem;z-index:99997;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:#25d366;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:rubik;font-weight:400;font-style:normal;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySOxCzC4Jf2EISLDaFbHrliChrqURCEv { display:block; }
 }@media only screen and (max-width: 763px) { #yASIPaWuyuLwI6QgMgCNU5wfeiRvxWvD { top:14.75rem;left:4.5rem;width:1.875rem;height:1.875rem;z-index:99998;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnnCIpar6AN4dxiqLEseqIgRXTbwnsNB { width:7.5rem;height:7.5rem;top:20.75rem;left:6.25rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/fH39MX1D/transparente_logo_negro_y_amarillo_aol_01.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#NnnCIpar6AN4dxiqLEseqIgRXTbwnsNB.adaptive-delivery-prevent-bg, #NnnCIpar6AN4dxiqLEseqIgRXTbwnsNB.lazyload, #NnnCIpar6AN4dxiqLEseqIgRXTbwnsNB.lazyloading { background-image: none; }
 }