.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(0,0,0,0.84);background-image:url("https://images.assets-landingi.com/CqunQOi2/Yoga_%284%29.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .row > .video-iframe-container { display: none; }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .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); }#d8kRWQVdwEmXtsWIaQGdwSbFtcETXPpO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f541b941-e684-45ea-96c8-f5ebe042b378/WhatsAppImage20250904at121809.jpeg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#d8kRWQVdwEmXtsWIaQGdwSbFtcETXPpO.adaptive-delivery-prevent-bg, #d8kRWQVdwEmXtsWIaQGdwSbFtcETXPpO.lazyload, #d8kRWQVdwEmXtsWIaQGdwSbFtcETXPpO.lazyloading { background-image: none; }#d8kRWQVdwEmXtsWIaQGdwSbFtcETXPpO > .row .container { background-color: transparent; background-image: none; }#d8kRWQVdwEmXtsWIaQGdwSbFtcETXPpO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d8kRWQVdwEmXtsWIaQGdwSbFtcETXPpO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d8kRWQVdwEmXtsWIaQGdwSbFtcETXPpO > .row .container > .video-iframe-container { display: none; }#d8kRWQVdwEmXtsWIaQGdwSbFtcETXPpO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d8kRWQVdwEmXtsWIaQGdwSbFtcETXPpO > .row > .video-iframe-container { display: none; }#d8kRWQVdwEmXtsWIaQGdwSbFtcETXPpO > .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); }#d8kRWQVdwEmXtsWIaQGdwSbFtcETXPpO > .row .container { border-width: 0; border-radius: 0; }#d8kRWQVdwEmXtsWIaQGdwSbFtcETXPpO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#d8kRWQVdwEmXtsWIaQGdwSbFtcETXPpO > .row .container { font-size:0.875rem;font-family:"open sans";height:42.6875rem;width:60rem;position:relative;display:block; }#ECfGyPEAM7GJS2W1h7qUL5300p1XSrfz { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:10.0625rem;top:0.5625rem;left:9.3125rem;overflow:hidden;display:block; }
#pxcsvEHI3wJIGgfAUVLyDP4OFFHb5e2Q { color:#ffffff;display:block;width:25.6875rem;position:absolute;font-family:lato;font-size:4.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:5.5625rem;left:1.5rem;height:5.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uD73COTyzrGXeNw4tEqAPsB26UDyK1yL { color:#ffffff;display:block;width:28.625rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:11.0625rem;left:0rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZmgawSDEy4QqhN00ZsJJnhzLtxib9ONl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0e8d83;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZmgawSDEy4QqhN00ZsJJnhzLtxib9ONl > .row .container { background-color: transparent; background-image: none; }#ZmgawSDEy4QqhN00ZsJJnhzLtxib9ONl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZmgawSDEy4QqhN00ZsJJnhzLtxib9ONl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZmgawSDEy4QqhN00ZsJJnhzLtxib9ONl > .row .container > .video-iframe-container { display: none; }#ZmgawSDEy4QqhN00ZsJJnhzLtxib9ONl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZmgawSDEy4QqhN00ZsJJnhzLtxib9ONl > .row > .video-iframe-container { display: none; }#ZmgawSDEy4QqhN00ZsJJnhzLtxib9ONl > .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); }#ZmgawSDEy4QqhN00ZsJJnhzLtxib9ONl > .row .container { border-width: 0; border-radius: 0; }#ZmgawSDEy4QqhN00ZsJJnhzLtxib9ONl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZmgawSDEy4QqhN00ZsJJnhzLtxib9ONl > .row .container { font-size:0.875rem;font-family:"open sans";height:7.25rem;width:60rem;position:relative;display:block; }#lDe2vUo4yJHaayeRNrXtPFRCIWh2wCq5 { background-color:#ed8a01;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:2.6875rem;border-top-right-radius:2.6875rem;border-bottom-left-radius:2.6875rem;border-bottom-right-radius:2.6875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:1.90625rem;left:21.25rem;display:block; }
#gdw5Bxbqr0TCLtPmATo9XwtoH86WUg0M { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wTSUNmHO0IWqBHvD6e5xIOniJyES12hJ { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wTSUNmHO0IWqBHvD6e5xIOniJyES12hJ > .row .container { background-color: transparent; background-image: none; }#wTSUNmHO0IWqBHvD6e5xIOniJyES12hJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wTSUNmHO0IWqBHvD6e5xIOniJyES12hJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wTSUNmHO0IWqBHvD6e5xIOniJyES12hJ > .row .container > .video-iframe-container { display: none; }#wTSUNmHO0IWqBHvD6e5xIOniJyES12hJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wTSUNmHO0IWqBHvD6e5xIOniJyES12hJ > .row > .video-iframe-container { display: none; }#wTSUNmHO0IWqBHvD6e5xIOniJyES12hJ > .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); }#wTSUNmHO0IWqBHvD6e5xIOniJyES12hJ > .row .container { border-width: 0; border-radius: 0; }#wTSUNmHO0IWqBHvD6e5xIOniJyES12hJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wTSUNmHO0IWqBHvD6e5xIOniJyES12hJ > .row .container { font-size:0.875rem;font-family:"open sans";height:35.0625rem;width:60rem;position:relative;display:block; }#OnrASSvnrymr6oWM2TqmDBe4PmHAanOl { color:#ffffff;display:block;width:29.75rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:10.21875rem;left:0.125rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#l5Jd0b8cnME4857A20Jx5gnRZNh75ysP { display:block;width:24.125rem;position:absolute;font-family:lato;font-size:2.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.4375rem;left:3.125rem;height:2.875rem;color:#ffffff;font-style:normal;text-align:center;text-align-last:center;display:block; }
#osO0JsqyLNR9n9p0T3NrLnONC7qobK0q { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:5.5rem;left:40.09375rem;height:;display:block; }
#tZPAlBGHhrEOGL2u121But17OBKzRT39 { color:#5b4e44;display:block;width:21.6875rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:3.125rem;left:35.5rem;height:27.625rem;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; }
#RtSMBXZWPBAPFW3F4h5AXJ59qWVDn28r { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:2.8125rem;top:4.34375rem;left:31.28125rem;overflow:hidden;display:block; }
#UAFRSO3SyqIdrTrr5TTrgqdxQUweIRL1 { box-sizing:content-box;color:#ffb300;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:block;z-index:15008;top:15.3125rem;left:13.4375rem;display:block; }
#JLizslMtK2bWg0QOFp6eiNpFEt6xFg4u { color:#ffffff;display:block;width:18.625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:19.78125rem;left:5.6875rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qLBUykxOa2QrEGp73P0NcnLN8e5XbRLW { position:absolute;display:block;z-index:15001;background-color:#0e8d83;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.625rem;width:24.1875rem;top:3.46875rem;left:3.125rem;display:block; }
#wfwJ0bux0abR22kV858RTKUX70G7twk6 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:2.8125rem;top:10.09375rem;left:31.28125rem;overflow:hidden;display:block; }
#coiyt1u3fKlMw6mss3nIoUtFeyQuExTO { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:2.8125rem;top:16.06875038147rem;left:31.28125rem;overflow:hidden;display:block; }
#szp032VQHhbROZ1HnFLR9bK3iUgCKHaT { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:2.8125rem;top:21.81875038147rem;left:31.28125rem;overflow:hidden;display:block; }
#EP7V7aHq3Kkcg2nakuZO72E92ES008rw { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:2.8125rem;top:27.63125038147rem;left:31.28125rem;overflow:hidden;display:block; }
#gwyWhDz3hNtkFaDnW0HvDM5fag8gOCy7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fff4d9;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gwyWhDz3hNtkFaDnW0HvDM5fag8gOCy7 > .row .container { background-color: transparent; background-image: none; }#gwyWhDz3hNtkFaDnW0HvDM5fag8gOCy7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gwyWhDz3hNtkFaDnW0HvDM5fag8gOCy7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gwyWhDz3hNtkFaDnW0HvDM5fag8gOCy7 > .row .container > .video-iframe-container { display: none; }#gwyWhDz3hNtkFaDnW0HvDM5fag8gOCy7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gwyWhDz3hNtkFaDnW0HvDM5fag8gOCy7 > .row > .video-iframe-container { display: none; }#gwyWhDz3hNtkFaDnW0HvDM5fag8gOCy7 > .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); }#gwyWhDz3hNtkFaDnW0HvDM5fag8gOCy7 > .row .container { border-width: 0; border-radius: 0; }#gwyWhDz3hNtkFaDnW0HvDM5fag8gOCy7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gwyWhDz3hNtkFaDnW0HvDM5fag8gOCy7 > .row .container { font-size:0.875rem;font-family:arial;height:29.25rem;width:60rem;position:relative;display:block; }#iTuD5Qwsfu82b8NDm4OrgNWXFoe12y98 { color:#565656;display:block;width:15rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:9.21249961853rem;left:2.5rem;height:12.5rem;text-align:center;text-align-last:center;display:block; }
#o6dKR7rN072Ln0sdw4xbf37PM6puorQQ { color:#0e8d83;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:3.5rem;left:3.75rem;height:3.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HVeoya54Z953G04SgnlMgF0NIL025AG7 { color:#0e8d83;display:block;width:15.1875rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:3.5rem;left:22.40625rem;height:3.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HeGEAvuhKHfnID8wtw3J8wKx042rtg5J { color:#565656;display:block;width:15.375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:9.862500190735rem;left:22.3125rem;height:11.25rem;text-align:center;text-align-last:center;display:block; }
#ixmbgLI2Urly3uqToI07fnDaizCrw3Ji { color:#565656;display:block;width:16.3125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:9.21249961853rem;left:41.84375rem;height:12.5rem;text-align:center;text-align-last:center;display:block; }
#oKZrXMplsLkRU1z1PsN1qAkKv5ebQxiU { color:#0e8d83;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:3.5rem;left:43.75rem;height:3.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vkGBipp2ppreSraoEo9GIEVbWvITK4kB { box-sizing:content-box;color:#ffb300;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:block;z-index:15004;top:23.8125rem;left:8.4375rem;display:block; }
#a4TeJFmL0uGMrXVS7TcqbmGv8v4UOQwE { box-sizing:content-box;color:#ffb300;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:block;z-index:15005;top:23.8125rem;left:28.4375rem;display:block; }
#CKKGDHEuLFL1vaz0Z8sSTTyV6Etx48R5 { box-sizing:content-box;color:#ffb300;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:block;z-index:15006;top:23.8125rem;left:48.4375rem;display:block; }
#ioG6uIdJZM3dQS0VTdgv8vTZssTs5Q9z { position:absolute;display:block;z-index:15010;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.6875rem;width:0.6875rem;top:4.0625rem;left:19.65625rem;display:block; }
#PryJwL2KToLRVXtypDM0lGWr7LRQfuLl { position:absolute;display:block;z-index:15011;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.6875rem;width:0.6875rem;top:4.0625rem;left:39.6875rem;display:block; }
#mF8cB5BGG8LlvEHGeJ1LlfwxHdzPXvSn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mF8cB5BGG8LlvEHGeJ1LlfwxHdzPXvSn > .row .container { background-color: transparent; background-image: none; }#mF8cB5BGG8LlvEHGeJ1LlfwxHdzPXvSn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mF8cB5BGG8LlvEHGeJ1LlfwxHdzPXvSn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mF8cB5BGG8LlvEHGeJ1LlfwxHdzPXvSn > .row .container > .video-iframe-container { display: none; }#mF8cB5BGG8LlvEHGeJ1LlfwxHdzPXvSn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mF8cB5BGG8LlvEHGeJ1LlfwxHdzPXvSn > .row > .video-iframe-container { display: none; }#mF8cB5BGG8LlvEHGeJ1LlfwxHdzPXvSn > .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); }#mF8cB5BGG8LlvEHGeJ1LlfwxHdzPXvSn > .row .container { border-width: 0; border-radius: 0; }#mF8cB5BGG8LlvEHGeJ1LlfwxHdzPXvSn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mF8cB5BGG8LlvEHGeJ1LlfwxHdzPXvSn > .row .container { font-size:0.875rem;font-family:arial;height:13.1875rem;width:60rem;position:relative;display:block; }#z8KUKSNxo8ZsDSTPbLc1Q23Byw4f866y { color:#0e8d83;display:block;width:49.6875rem;position:absolute;font-family:lato;font-size:1.4375rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:4.6937503814697rem;left:5.15625rem;height:1.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WzQtpilSHo9wRVlTac4L85gocrsi7iSH { color:#565656;display:block;width:44.125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:7.06875038147rem;left:7.9375rem;height:1.25rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#uDK5XToKrOSylrhWX2SLJaB5Nkqd7Afr { color:#0e8d83;display:block;width:44.125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:2.8187503814698rem;left:7.9375rem;height:1.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dhokLw6svlAVqF7hidTHLEWqaxAh2F5n { color:#0e8d83;display:block;width:44.125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:9.19375038147rem;left:7.9375rem;height:1.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qEPRsHEfKby8qOKp6IVFv6UqDAdri6aT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/HgFO1L2e/foto_landing_ssy.png");background-position:top center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qEPRsHEfKby8qOKp6IVFv6UqDAdri6aT.adaptive-delivery-prevent-bg, #qEPRsHEfKby8qOKp6IVFv6UqDAdri6aT.lazyload, #qEPRsHEfKby8qOKp6IVFv6UqDAdri6aT.lazyloading { background-image: none; }#qEPRsHEfKby8qOKp6IVFv6UqDAdri6aT > .row .container { background-color: transparent; background-image: none; }#qEPRsHEfKby8qOKp6IVFv6UqDAdri6aT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qEPRsHEfKby8qOKp6IVFv6UqDAdri6aT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qEPRsHEfKby8qOKp6IVFv6UqDAdri6aT > .row .container > .video-iframe-container { display: none; }#qEPRsHEfKby8qOKp6IVFv6UqDAdri6aT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qEPRsHEfKby8qOKp6IVFv6UqDAdri6aT > .row > .video-iframe-container { display: none; }#qEPRsHEfKby8qOKp6IVFv6UqDAdri6aT > .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); }#qEPRsHEfKby8qOKp6IVFv6UqDAdri6aT > .row .container { border-width: 0; border-radius: 0; }#qEPRsHEfKby8qOKp6IVFv6UqDAdri6aT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qEPRsHEfKby8qOKp6IVFv6UqDAdri6aT > .row .container { font-size:0.875rem;font-family:arial;height:31.9375rem;width:60rem;position:relative;display:block; }#iIATQF90mmpWt9KBiWRlkSmotPw2kIO9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#iIATQF90mmpWt9KBiWRlkSmotPw2kIO9 > .row .container { background-color: transparent; background-image: none; }#iIATQF90mmpWt9KBiWRlkSmotPw2kIO9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iIATQF90mmpWt9KBiWRlkSmotPw2kIO9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iIATQF90mmpWt9KBiWRlkSmotPw2kIO9 > .row .container > .video-iframe-container { display: none; }#iIATQF90mmpWt9KBiWRlkSmotPw2kIO9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iIATQF90mmpWt9KBiWRlkSmotPw2kIO9 > .row > .video-iframe-container { display: none; }#iIATQF90mmpWt9KBiWRlkSmotPw2kIO9 > .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); }#iIATQF90mmpWt9KBiWRlkSmotPw2kIO9 > .row .container { border-width: 0; border-radius: 0; }#iIATQF90mmpWt9KBiWRlkSmotPw2kIO9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iIATQF90mmpWt9KBiWRlkSmotPw2kIO9 > .row .container { font-size:0.875rem;font-family:arial;height:23.4375rem;width:60rem;position:relative;display:block; }#poMr9VEaADOAcG1JJ6SGViUBCTB6u8D3 { color:#000000;display:block;width:19.5rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:11rem;left:6.8125rem;height:4.5rem;display:block; }
#eD5GTH3fnHuhKS7N9ukkDDB1haZIo6yU { color:#000000;display:block;width:20.5rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:16.25rem;left:6.8125rem;height:1.125rem;font-style:normal;display:block; }
#qpbTDmhBIEqP26zyDlT6quVnbbpWrfr7 { color:#000000;display:block;width:20.0625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:10.75rem;left:36.1875rem;height:5.625rem;display:block; }
#RhmNqUhT2mcpMK61GzVQM90uCfJ86nZl { color:#000000;display:block;width:20.5rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:17rem;left:36.1875rem;height:1.125rem;font-style:normal;display:block; }
#r1cTufaqs8wcMxQNTaKJKaFMGOysMQiH { display:block;width:25.875rem;position:absolute;font-family:lato;font-size:3.0625rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:2.25rem;left:17.1875rem;height:3.9375rem;font-style:normal;color:rgba(121,121,121,0.67);text-align:center;text-align-last:center;display:block; }
#Te2ud24Z1iB4UcMn6LHyS5aGivwFBgHl { display:block;width:4.6875rem;position:absolute;font-family:lato;font-size:3.0625rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:9.125rem;left:2.1875rem;height:3.9375rem;font-style:normal;color:rgba(121,121,121,0.67);text-align:center;text-align-last:center;display:block; }
#ceKJt2LUw2TsX68JgdED9MsFmp6XFtyF { display:block;width:4.6875rem;position:absolute;font-family:lato;font-size:3.0625rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:9.125rem;left:31.5625rem;height:3.9375rem;font-style:normal;color:rgba(121,121,121,0.67);text-align:center;text-align-last:center;display:block; }
#DR2Lw2qtr7v2AWAnd93iDdTw639rc00G { position:absolute;display:block;z-index:14999;background-color:rgba(227,227,227,0.6);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.5625rem;width:27rem;top:8.5rem;left:1.71875rem;display:block; }
#TMqxyWSkw0dkUfXVrUrhKiOtDbtcdIWZ { position:absolute;display:block;z-index:14998;background-color:rgba(227,227,227,0.6);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.5625rem;width:27rem;top:8.5rem;left:31.28125rem;display:block; }
#LgOptSxsIsmOM7F2EnyiI0xTbl7bFsDR { box-sizing:content-box;color:#ffb300;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:block;z-index:15008;top:15.3125rem;left:13.4375rem;display:none; }
#DPcG4VToheZ0Q8xfUbWPnAgdeTVySkJh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0e8d83;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DPcG4VToheZ0Q8xfUbWPnAgdeTVySkJh > .row .container { background-color: transparent; background-image: none; }#DPcG4VToheZ0Q8xfUbWPnAgdeTVySkJh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DPcG4VToheZ0Q8xfUbWPnAgdeTVySkJh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DPcG4VToheZ0Q8xfUbWPnAgdeTVySkJh > .row .container > .video-iframe-container { display: none; }#DPcG4VToheZ0Q8xfUbWPnAgdeTVySkJh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DPcG4VToheZ0Q8xfUbWPnAgdeTVySkJh > .row > .video-iframe-container { display: none; }#DPcG4VToheZ0Q8xfUbWPnAgdeTVySkJh > .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); }#DPcG4VToheZ0Q8xfUbWPnAgdeTVySkJh > .row .container { border-width: 0; border-radius: 0; }#DPcG4VToheZ0Q8xfUbWPnAgdeTVySkJh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DPcG4VToheZ0Q8xfUbWPnAgdeTVySkJh > .row .container { font-size:0.875rem;font-family:"open sans";height:34.125rem;width:60rem;position:relative;display:block; }#Sp9RL9GJvyD3iaFsac1kKkV11mf8TpNk { display:block;width:30.6875rem;position:absolute;font-family:lato;font-size:3.0625rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:2.875rem;left:14.65625rem;height:3.9375rem;font-style:normal;color:#ffffff;text-align:center;text-align-last:center;display:block; }
#ANJs6waly8rc4P6y7abnMI0bTZnmglZn { box-sizing:content-box;color:#ffb300;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:block;z-index:15008;top:15.3125rem;left:13.4375rem;display:none; }
#p2XqKyVAVT0GkqFI3L6JRPJInOEfreK1 { color:#ffffff;display:block;width:26rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:14rem;left:17rem;height:11.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aOodrPNdayeCbpBnH6XMChcyRlqraQKO { background-color:#ed8a01;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:2.6875rem;border-top-right-radius:2.6875rem;border-bottom-left-radius:2.6875rem;border-bottom-right-radius:2.6875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:28.125rem;left:20.125rem;display:block; }
#FvblGrWr4Kcw2N5wqArFbbOJWu1AcrWC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#B6NfkhnJchkx2PUsJJTWbZQteuMIbhaL { color:#ffffff;display:block;width:15.125rem;position:absolute;font-family:montserrat;font-size:2.4375rem;font-weight:400;z-index:15027;line-height:1.1;letter-spacing:0;top:8.8125rem;left:21.3125rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QcIuiaQ2yBWLA42ndDhTRdc9zJNpf4yX { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#32293f;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QcIuiaQ2yBWLA42ndDhTRdc9zJNpf4yX > .row .container { background-color: transparent; background-image: none; }#QcIuiaQ2yBWLA42ndDhTRdc9zJNpf4yX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QcIuiaQ2yBWLA42ndDhTRdc9zJNpf4yX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QcIuiaQ2yBWLA42ndDhTRdc9zJNpf4yX > .row .container > .video-iframe-container { display: none; }#QcIuiaQ2yBWLA42ndDhTRdc9zJNpf4yX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QcIuiaQ2yBWLA42ndDhTRdc9zJNpf4yX > .row > .video-iframe-container { display: none; }#QcIuiaQ2yBWLA42ndDhTRdc9zJNpf4yX > .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); }#QcIuiaQ2yBWLA42ndDhTRdc9zJNpf4yX > .row .container { border-width: 0; border-radius: 0; }#QcIuiaQ2yBWLA42ndDhTRdc9zJNpf4yX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QcIuiaQ2yBWLA42ndDhTRdc9zJNpf4yX > .row .container { font-size:0.875rem;font-family:"open sans";height:4.4375rem;width:60rem;position:relative;display:block; }#PdNcIf3Ue2s9oiNSckL5mIfhmlpg9TzG { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:6.8125rem;top:0.75rem;left:46.34375rem;overflow:hidden;display:block; }
#rrRn83uqwr0JdUmhnJTX5HJr5sxQ8pnV { box-sizing:content-box;color:#ffffff;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:block;z-index:15003;top:0.625rem;left:7.6875rem;display:block; }
#LmbcQqx6VtP0NPzQV3BVan05MXmDUHHi { box-sizing:content-box;color:#ffffff;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:block;z-index:15000;top:0.625rem;left:10.8125rem;display:block; }
#fM5GZTi3e0DTSmNhKTsRbqpbN4dArWQS { box-sizing:content-box;color:#ffffff;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:block;z-index:15002;top:0.625rem;left:13.9375rem;display:block; }
@media only screen and (max-width: 763px) { body { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/OzP7j3np/background_22.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .row > .video-iframe-container { display: none; }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .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) { #d8kRWQVdwEmXtsWIaQGdwSbFtcETXPpO { display:block; }#d8kRWQVdwEmXtsWIaQGdwSbFtcETXPpO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ECfGyPEAM7GJS2W1h7qUL5300p1XSrfz { width:10.0625rem;height:4.25rem;top:0.5625rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxcsvEHI3wJIGgfAUVLyDP4OFFHb5e2Q { width:25.6875rem;height:5.5rem;top:5.5625rem;left:0rem;font-size:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uD73COTyzrGXeNw4tEqAPsB26UDyK1yL { width:28.625rem;height:2.4375rem;top:11.0625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmgawSDEy4QqhN00ZsJJnhzLtxib9ONl { display:block; }#ZmgawSDEy4QqhN00ZsJJnhzLtxib9ONl > .row .container { width:47.75rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lDe2vUo4yJHaayeRNrXtPFRCIWh2wCq5 { width:17.5rem;height:3.4375rem;top:1.875rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdw5Bxbqr0TCLtPmATo9XwtoH86WUg0M { display:block; }
 }@media only screen and (max-width: 763px) { #wTSUNmHO0IWqBHvD6e5xIOniJyES12hJ { display:block; }#wTSUNmHO0IWqBHvD6e5xIOniJyES12hJ > .row .container { width:47.75rem;height:17.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OnrASSvnrymr6oWM2TqmDBe4PmHAanOl { width:29.75rem;height:3.375rem;top:10.1875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5Jd0b8cnME4857A20Jx5gnRZNh75ysP { width:23.875rem;height:2.25rem;top:3.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #osO0JsqyLNR9n9p0T3NrLnONC7qobK0q { width:12.5rem;height:;top:5.5rem;left:30.90625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZPAlBGHhrEOGL2u121But17OBKzRT39 { width:21.6875rem;height:28.25rem;top:3.125rem;left:26.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtSMBXZWPBAPFW3F4h5AXJ59qWVDn28r { width:2.8125rem;height:2.75rem;top:4.3125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAFRSO3SyqIdrTrr5TTrgqdxQUweIRL1 { width:3.125rem;height:3.125rem;top:15.3125rem;left:10.375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLizslMtK2bWg0QOFp6eiNpFEt6xFg4u { width:18.625rem;height:;top:19.75rem;left:2.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLBUykxOa2QrEGp73P0NcnLN8e5XbRLW { width:24.1875rem;height:27.625rem;top:3.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfwJ0bux0abR22kV858RTKUX70G7twk6 { width:2.8125rem;height:2.75rem;top:10.0625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #coiyt1u3fKlMw6mss3nIoUtFeyQuExTO { width:2.8125rem;height:2.75rem;top:16.0625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #szp032VQHhbROZ1HnFLR9bK3iUgCKHaT { width:2.8125rem;height:2.75rem;top:21.8125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EP7V7aHq3Kkcg2nakuZO72E92ES008rw { width:2.8125rem;height:2.75rem;top:27.625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwyWhDz3hNtkFaDnW0HvDM5fag8gOCy7 { display:block; }#gwyWhDz3hNtkFaDnW0HvDM5fag8gOCy7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iTuD5Qwsfu82b8NDm4OrgNWXFoe12y98 { width:15rem;height:13rem;top:9.1875rem;left:0.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6dKR7rN072Ln0sdw4xbf37PM6puorQQ { width:12.5rem;height:3.875rem;top:3.5rem;left:1.6875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVeoya54Z953G04SgnlMgF0NIL025AG7 { width:15.1875rem;height:3.875rem;top:3.5rem;left:16.21875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HeGEAvuhKHfnID8wtw3J8wKx042rtg5J { width:15.375rem;height:11.6875rem;top:9.8125rem;left:16.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixmbgLI2Urly3uqToI07fnDaizCrw3Ji { width:16.3125rem;height:13rem;top:9.1875rem;left:31.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKZrXMplsLkRU1z1PsN1qAkKv5ebQxiU { width:12.5rem;height:3.875rem;top:3.5rem;left:33.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkGBipp2ppreSraoEo9GIEVbWvITK4kB { width:3.125rem;height:3.125rem;top:23.8125rem;left:6.375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4TeJFmL0uGMrXVS7TcqbmGv8v4UOQwE { width:3.125rem;height:3.125rem;top:23.8125rem;left:22.25rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKKGDHEuLFL1vaz0Z8sSTTyV6Etx48R5 { width:3.125rem;height:3.125rem;top:23.8125rem;left:38.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ioG6uIdJZM3dQS0VTdgv8vTZssTs5Q9z { width:0.6875rem;height:21.6875rem;top:4.0625rem;left:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PryJwL2KToLRVXtypDM0lGWr7LRQfuLl { width:0.6875rem;height:21.6875rem;top:4.0625rem;left:31.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mF8cB5BGG8LlvEHGeJ1LlfwxHdzPXvSn { display:block; }#mF8cB5BGG8LlvEHGeJ1LlfwxHdzPXvSn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z8KUKSNxo8ZsDSTPbLc1Q23Byw4f866y { width:47.75rem;height:1.8125rem;top:4.6875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzQtpilSHo9wRVlTac4L85gocrsi7iSH { width:44.125rem;height:1.25rem;top:7.0625rem;left:1.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDK5XToKrOSylrhWX2SLJaB5Nkqd7Afr { width:44.125rem;height:1.25rem;top:2.8125rem;left:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhokLw6svlAVqF7hidTHLEWqaxAh2F5n { width:44.125rem;height:1.25rem;top:9.1875rem;left:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEPRsHEfKby8qOKp6IVFv6UqDAdri6aT { display:block; }#qEPRsHEfKby8qOKp6IVFv6UqDAdri6aT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iIATQF90mmpWt9KBiWRlkSmotPw2kIO9 { display:block; }#iIATQF90mmpWt9KBiWRlkSmotPw2kIO9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #poMr9VEaADOAcG1JJ6SGViUBCTB6u8D3 { width:19.5rem;height:4.5625rem;top:11rem;left:3.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eD5GTH3fnHuhKS7N9ukkDDB1haZIo6yU { width:20.5rem;height:1.125rem;top:16.25rem;left:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpbTDmhBIEqP26zyDlT6quVnbbpWrfr7 { width:20.0625rem;height:5.6875rem;top:10.75rem;left:27rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhmNqUhT2mcpMK61GzVQM90uCfJ86nZl { width:20.5rem;height:1.125rem;top:17rem;left:27rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1cTufaqs8wcMxQNTaKJKaFMGOysMQiH { width:19.875rem;height:4.4375rem;top:2.1875rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Te2ud24Z1iB4UcMn6LHyS5aGivwFBgHl { width:19.875rem;height:4.4375rem;top:2.1875rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceKJt2LUw2TsX68JgdED9MsFmp6XFtyF { width:19.875rem;height:4.4375rem;top:2.1875rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DR2Lw2qtr7v2AWAnd93iDdTw639rc00G { width:27rem;height:11.5625rem;top:8.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMqxyWSkw0dkUfXVrUrhKiOtDbtcdIWZ { width:27rem;height:11.5625rem;top:8.5rem;left:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgOptSxsIsmOM7F2EnyiI0xTbl7bFsDR { width:3.125rem;height:3.125rem;top:15.3125rem;left:10.375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DPcG4VToheZ0Q8xfUbWPnAgdeTVySkJh { display:block; }#DPcG4VToheZ0Q8xfUbWPnAgdeTVySkJh > .row .container { width:47.75rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sp9RL9GJvyD3iaFsac1kKkV11mf8TpNk { width:19.875rem;height:4.4375rem;top:2.1875rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANJs6waly8rc4P6y7abnMI0bTZnmglZn { width:3.125rem;height:3.125rem;top:15.3125rem;left:10.375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #p2XqKyVAVT0GkqFI3L6JRPJInOEfreK1 { width:26rem;height:11.8125rem;top:14rem;left:10.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOodrPNdayeCbpBnH6XMChcyRlqraQKO { width:17.5rem;height:3.4375rem;top:28.125rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvblGrWr4Kcw2N5wqArFbbOJWu1AcrWC { display:block; }
 }@media only screen and (max-width: 763px) { #B6NfkhnJchkx2PUsJJTWbZQteuMIbhaL { width:15.125rem;height:2.625rem;top:8.8125rem;left:15.1875rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcIuiaQ2yBWLA42ndDhTRdc9zJNpf4yX { display:block; }#QcIuiaQ2yBWLA42ndDhTRdc9zJNpf4yX > .row .container { width:47.75rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PdNcIf3Ue2s9oiNSckL5mIfhmlpg9TzG { width:6.8125rem;height:2.875rem;top:0.75rem;left:40.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrRn83uqwr0JdUmhnJTX5HJr5sxQ8pnV { width:3.125rem;height:3.125rem;top:2.0625rem;left:40rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmbcQqx6VtP0NPzQV3BVan05MXmDUHHi { width:3.125rem;height:3.125rem;top:2.0625rem;left:34.25rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fM5GZTi3e0DTSmNhKTsRbqpbN4dArWQS { width:3.125rem;height:3.125rem;top:2.0625rem;left:42.75rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/fQObTcby/Yoga_%283%29_%281%29.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:fixed;background-size:contain !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .row > .video-iframe-container { display: none; }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .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) { #d8kRWQVdwEmXtsWIaQGdwSbFtcETXPpO { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/f541b941-e684-45ea-96c8-f5ebe042b378/WhatsAppImage20250904at121809.jpeg");background-position:bottom right !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;z-index:auto;display:block; }#d8kRWQVdwEmXtsWIaQGdwSbFtcETXPpO.adaptive-delivery-prevent-bg, #d8kRWQVdwEmXtsWIaQGdwSbFtcETXPpO.lazyload, #d8kRWQVdwEmXtsWIaQGdwSbFtcETXPpO.lazyloading { background-image: none; }#d8kRWQVdwEmXtsWIaQGdwSbFtcETXPpO > .row .container { background-color: transparent; background-image: none; }#d8kRWQVdwEmXtsWIaQGdwSbFtcETXPpO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d8kRWQVdwEmXtsWIaQGdwSbFtcETXPpO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d8kRWQVdwEmXtsWIaQGdwSbFtcETXPpO > .row .container > .video-iframe-container { display: none; }#d8kRWQVdwEmXtsWIaQGdwSbFtcETXPpO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d8kRWQVdwEmXtsWIaQGdwSbFtcETXPpO > .row > .video-iframe-container { display: none; }#d8kRWQVdwEmXtsWIaQGdwSbFtcETXPpO > .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); }#d8kRWQVdwEmXtsWIaQGdwSbFtcETXPpO > .row .container { width:20rem;height:21.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ECfGyPEAM7GJS2W1h7qUL5300p1XSrfz { width:4.3125rem;height:1.8125rem;top:1.375rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxcsvEHI3wJIGgfAUVLyDP4OFFHb5e2Q { width:20rem;height:3.875rem;top:4.4375rem;left:0rem;font-size:3.875rem;line-height:1;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #uD73COTyzrGXeNw4tEqAPsB26UDyK1yL { width:20rem;height:1.625rem;top:9.0625rem;left:0rem;font-size:1.625rem;line-height:1;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ZmgawSDEy4QqhN00ZsJJnhzLtxib9ONl { display:block; }#ZmgawSDEy4QqhN00ZsJJnhzLtxib9ONl > .row .container { width:20rem;height:6.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lDe2vUo4yJHaayeRNrXtPFRCIWh2wCq5 { width:17.5rem;height:3.4375rem;top:1.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdw5Bxbqr0TCLtPmATo9XwtoH86WUg0M { display:block; }
 }@media only screen and (max-width: 763px) { #wTSUNmHO0IWqBHvD6e5xIOniJyES12hJ { background-color:#ffffff;background-image:none;display:block; }#wTSUNmHO0IWqBHvD6e5xIOniJyES12hJ > .row .container { background-color: transparent; background-image: none; }#wTSUNmHO0IWqBHvD6e5xIOniJyES12hJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wTSUNmHO0IWqBHvD6e5xIOniJyES12hJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wTSUNmHO0IWqBHvD6e5xIOniJyES12hJ > .row .container > .video-iframe-container { display: none; }#wTSUNmHO0IWqBHvD6e5xIOniJyES12hJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wTSUNmHO0IWqBHvD6e5xIOniJyES12hJ > .row > .video-iframe-container { display: none; }#wTSUNmHO0IWqBHvD6e5xIOniJyES12hJ > .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); }#wTSUNmHO0IWqBHvD6e5xIOniJyES12hJ > .row .container { width:20rem;height:55.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OnrASSvnrymr6oWM2TqmDBe4PmHAanOl { width:18.4375rem;height:3.125rem;top:3.9375rem;left:0.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5Jd0b8cnME4857A20Jx5gnRZNh75ysP { width:20rem;height:2.2rem;top:2.71875rem;left:0rem;line-height:1.1;font-size:2rem;text-align:center;text-align-last:center;font-family:"gotham narrow";font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #osO0JsqyLNR9n9p0T3NrLnONC7qobK0q { width:12.5rem;height:0;top:22.625rem;left:3.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #tZPAlBGHhrEOGL2u121But17OBKzRT39 { width:13.4375rem;height:28.875rem;top:24.1875rem;left:5.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtSMBXZWPBAPFW3F4h5AXJ59qWVDn28r { width:2.8125rem;height:2.75rem;top:25.3125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAFRSO3SyqIdrTrr5TTrgqdxQUweIRL1 { width:3.125rem;height:3.125rem;top:7.03125rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLizslMtK2bWg0QOFp6eiNpFEt6xFg4u { width:13.1875rem;height:10.0625rem;top:10.64999961853rem;left:3.40625rem;font-size:1.0625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #qLBUykxOa2QrEGp73P0NcnLN8e5XbRLW { width:17.25rem;height:20.3125rem;top:2.3125rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfwJ0bux0abR22kV858RTKUX70G7twk6 { width:2.8125rem;height:2.75rem;top:31.375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #coiyt1u3fKlMw6mss3nIoUtFeyQuExTO { width:2.8125rem;height:2.75rem;top:37.3125rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #szp032VQHhbROZ1HnFLR9bK3iUgCKHaT { width:2.8125rem;height:2.75rem;top:43.25rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EP7V7aHq3Kkcg2nakuZO72E92ES008rw { width:2.8125rem;height:2.75rem;top:49.25rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwyWhDz3hNtkFaDnW0HvDM5fag8gOCy7 { background-color:#fff4d9;background-image:none;display:block; }#gwyWhDz3hNtkFaDnW0HvDM5fag8gOCy7 > .row .container { background-color: transparent; background-image: none; }#gwyWhDz3hNtkFaDnW0HvDM5fag8gOCy7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gwyWhDz3hNtkFaDnW0HvDM5fag8gOCy7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gwyWhDz3hNtkFaDnW0HvDM5fag8gOCy7 > .row .container > .video-iframe-container { display: none; }#gwyWhDz3hNtkFaDnW0HvDM5fag8gOCy7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gwyWhDz3hNtkFaDnW0HvDM5fag8gOCy7 > .row > .video-iframe-container { display: none; }#gwyWhDz3hNtkFaDnW0HvDM5fag8gOCy7 > .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); }#gwyWhDz3hNtkFaDnW0HvDM5fag8gOCy7 > .row .container { width:20rem;height:74.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iTuD5Qwsfu82b8NDm4OrgNWXFoe12y98 { width:15rem;height:10.6875rem;top:6.7750015258787rem;left:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6dKR7rN072Ln0sdw4xbf37PM6puorQQ { width:12.5rem;height:4.375rem;top:1.5rem;left:3.75rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVeoya54Z953G04SgnlMgF0NIL025AG7 { width:15.1875rem;height:4.375rem;top:25.025001525879rem;left:2.375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HeGEAvuhKHfnID8wtw3J8wKx042rtg5J { width:15.375rem;height:11.25rem;top:30.6125rem;left:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixmbgLI2Urly3uqToI07fnDaizCrw3Ji { width:16.3125rem;height:12.5rem;top:55.337501525879rem;left:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKZrXMplsLkRU1z1PsN1qAkKv5ebQxiU { width:12.5rem;height:4.375rem;top:49.8125rem;left:3.75rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkGBipp2ppreSraoEo9GIEVbWvITK4kB { width:3.125rem;height:3.125rem;top:18.525001525879rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4TeJFmL0uGMrXVS7TcqbmGv8v4UOQwE { width:3.125rem;height:3.125rem;top:43.5625rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKKGDHEuLFL1vaz0Z8sSTTyV6Etx48R5 { width:3.125rem;height:3.125rem;top:69.587501525881rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ioG6uIdJZM3dQS0VTdgv8vTZssTs5Q9z { width:14.125rem;height:0.6875rem;top:22.89999961853rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PryJwL2KToLRVXtypDM0lGWr7LRQfuLl { width:13.9375rem;height:0.6875rem;top:47.82187461853rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #mF8cB5BGG8LlvEHGeJ1LlfwxHdzPXvSn { display:block; }#mF8cB5BGG8LlvEHGeJ1LlfwxHdzPXvSn > .row .container { width:20rem;height:15.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z8KUKSNxo8ZsDSTPbLc1Q23Byw4f866y { width:17.25rem;height:5.4375rem;top:3.9875001907349rem;left:1.375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzQtpilSHo9wRVlTac4L85gocrsi7iSH { width:20rem;height:1.125rem;top:10.28125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDK5XToKrOSylrhWX2SLJaB5Nkqd7Afr { width:20rem;height:1.25rem;top:2rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhokLw6svlAVqF7hidTHLEWqaxAh2F5n { width:20rem;height:1.25rem;top:12.331250190735rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEPRsHEfKby8qOKp6IVFv6UqDAdri6aT { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/HgFO1L2e/foto_landing_ssy.png");background-position:top center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:cover !important;display:block; }#qEPRsHEfKby8qOKp6IVFv6UqDAdri6aT.adaptive-delivery-prevent-bg, #qEPRsHEfKby8qOKp6IVFv6UqDAdri6aT.lazyload, #qEPRsHEfKby8qOKp6IVFv6UqDAdri6aT.lazyloading { background-image: none; }#qEPRsHEfKby8qOKp6IVFv6UqDAdri6aT > .row .container { background-color: transparent; background-image: none; }#qEPRsHEfKby8qOKp6IVFv6UqDAdri6aT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qEPRsHEfKby8qOKp6IVFv6UqDAdri6aT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qEPRsHEfKby8qOKp6IVFv6UqDAdri6aT > .row .container > .video-iframe-container { display: none; }#qEPRsHEfKby8qOKp6IVFv6UqDAdri6aT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qEPRsHEfKby8qOKp6IVFv6UqDAdri6aT > .row > .video-iframe-container { display: none; }#qEPRsHEfKby8qOKp6IVFv6UqDAdri6aT > .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); }#qEPRsHEfKby8qOKp6IVFv6UqDAdri6aT > .row .container { width:20rem;height:12.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iIATQF90mmpWt9KBiWRlkSmotPw2kIO9 { display:block; }#iIATQF90mmpWt9KBiWRlkSmotPw2kIO9 > .row .container { width:20rem;height:34.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #poMr9VEaADOAcG1JJ6SGViUBCTB6u8D3 { width:15.125rem;height:4.6875rem;top:10.88125038147rem;left:2.4375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eD5GTH3fnHuhKS7N9ukkDDB1haZIo6yU { width:14.5625rem;height:1.125rem;top:16.13125038147rem;left:2.71875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qpbTDmhBIEqP26zyDlT6quVnbbpWrfr7 { width:14.75rem;height:5.625rem;top:24.199996948243rem;left:2.4375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RhmNqUhT2mcpMK61GzVQM90uCfJ86nZl { width:20rem;height:1.125rem;top:30.487503051757rem;left:0.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r1cTufaqs8wcMxQNTaKJKaFMGOysMQiH { width:20rem;height:2.1875rem;top:1.8125rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Te2ud24Z1iB4UcMn6LHyS5aGivwFBgHl { width:4.6875rem;height:2.1875rem;top:8.4375rem;left:7.5rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ceKJt2LUw2TsX68JgdED9MsFmp6XFtyF { width:4.6875rem;height:2.1875rem;top:21.5625rem;left:7.65625rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DR2Lw2qtr7v2AWAnd93iDdTw639rc00G { width:20rem;height:11.5625rem;top:7.8187561035156rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMqxyWSkw0dkUfXVrUrhKiOtDbtcdIWZ { width:20rem;height:12.6875rem;top:20.631256103516rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgOptSxsIsmOM7F2EnyiI0xTbl7bFsDR { width:3.125rem;height:3.125rem;top:3.4906234741211rem;left:8.4375rem;font-size:2.1875rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #DPcG4VToheZ0Q8xfUbWPnAgdeTVySkJh { display:block; }#DPcG4VToheZ0Q8xfUbWPnAgdeTVySkJh > .row .container { width:20rem;height:29rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sp9RL9GJvyD3iaFsac1kKkV11mf8TpNk { width:16.625rem;height:1.9375rem;top:3.6875rem;left:1.6875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ANJs6waly8rc4P6y7abnMI0bTZnmglZn { width:3.125rem;height:3.125rem;top:0rem;left:8.4375rem;font-size:2.1875rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #p2XqKyVAVT0GkqFI3L6JRPJInOEfreK1 { width:20rem;height:11.5rem;top:10.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #aOodrPNdayeCbpBnH6XMChcyRlqraQKO { width:17.5rem;height:3.4375rem;top:24rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvblGrWr4Kcw2N5wqArFbbOJWu1AcrWC { display:block; }
 }@media only screen and (max-width: 763px) { #B6NfkhnJchkx2PUsJJTWbZQteuMIbhaL { width:15.125rem;height:2.0625rem;top:7.6875rem;left:2.4375rem;text-align:center;text-align-last:center;font-size:1.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #QcIuiaQ2yBWLA42ndDhTRdc9zJNpf4yX { display:block; }#QcIuiaQ2yBWLA42ndDhTRdc9zJNpf4yX > .row .container { width:20rem;height:4.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PdNcIf3Ue2s9oiNSckL5mIfhmlpg9TzG { width:4.5625rem;height:2rem;top:1.375rem;left:13.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrRn83uqwr0JdUmhnJTX5HJr5sxQ8pnV { width:1.875rem;height:1.875rem;top:1.4375rem;left:1.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmbcQqx6VtP0NPzQV3BVan05MXmDUHHi { width:1.875rem;height:1.875rem;top:1.4375rem;left:3.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fM5GZTi3e0DTSmNhKTsRbqpbN4dArWQS { width:1.875rem;height:1.875rem;top:1.4375rem;left:5.1875rem;font-size:1.3125rem;display:block; }
 }