.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:255,247,220;--color-primary-1:255,231,153;--color-primary-2:241,196,15;--color-primary-3:233,181,1;--color-primary-4:48,39,3;--color-secondary-0:226,223,231;--color-secondary-1:159,149,177;--color-secondary-2:63,43,98;--color-secondary-3:32,22,49;--color-secondary-4:9,6,15;--color-tertiary-0:255,255,255;--color-tertiary-1:86,81,83;--color-tertiary-2:56,56,56;--color-tertiary-3:16,16,16;--color-tertiary-4:0,0,0;--headlines-font-family:"Gotham Narrow";--paragraphs-font-family:"gotham narrow"; }body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hULeLKzIod100Z2dGO4y1OTKWuxvuTay { position:relative;z-index:auto;display:block; }#hULeLKzIod100Z2dGO4y1OTKWuxvuTay { background-color: transparent; background-image: none; }#hULeLKzIod100Z2dGO4y1OTKWuxvuTay::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hULeLKzIod100Z2dGO4y1OTKWuxvuTay > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hULeLKzIod100Z2dGO4y1OTKWuxvuTay > .row .container > .video-iframe-container { display: none; }#hULeLKzIod100Z2dGO4y1OTKWuxvuTay > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hULeLKzIod100Z2dGO4y1OTKWuxvuTay > .row > .video-iframe-container { display: none; }#hULeLKzIod100Z2dGO4y1OTKWuxvuTay > .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); }#hULeLKzIod100Z2dGO4y1OTKWuxvuTay { border-width: 0; border-radius: 0; }#hULeLKzIod100Z2dGO4y1OTKWuxvuTay > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#hULeLKzIod100Z2dGO4y1OTKWuxvuTay > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:4.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Od7JQHIttffL1aZRSkhhtr6UpTQplq89 .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#Od7JQHIttffL1aZRSkhhtr6UpTQplq89 .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0.35625rem;padding-right:0.31625rem;padding-bottom:0.35625rem;padding-left:0.31625rem;display:block;align-items:center;width:1.896875rem;min-width:1.896875rem;height:1.915625rem;position:relative;font-family:"open sans";font-size:1.425625rem;font-weight:700;line-height:30.65px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Od7JQHIttffL1aZRSkhhtr6UpTQplq89 .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-4),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.2225rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.52875rem;height:0.7575rem;position:relative;font-family:"open sans";font-size:0.534375rem;font-weight:400;line-height:12.12px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#Od7JQHIttffL1aZRSkhhtr6UpTQplq89 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:14.125rem;height:3.608125rem;padding-top:0.445625rem;padding-right:0.451875rem;padding-bottom:0.445625rem;padding-left:0.451875rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:23.015625rem;z-index:15014; }
#Od7JQHIttffL1aZRSkhhtr6UpTQplq89 #JiaRVTlhsyRxx9mIytxhwRxTH4HLicyX { display:flex;position:relative;top:0rem;left:0rem; }
#Od7JQHIttffL1aZRSkhhtr6UpTQplq89 #PKrTQ7dLZzcA37nTxDKUarDqeVyssAZL { width:auto; }
#Od7JQHIttffL1aZRSkhhtr6UpTQplq89 #c9fAL95aP4xJUFfvD3a7vQT4AS0P7T8a {  }
#Od7JQHIttffL1aZRSkhhtr6UpTQplq89 #gV8ZQkkK58Mzu9Kra8MhWApOFwHVTXpM { display:flex;position:relative;top:0rem;left:0rem; }
#Od7JQHIttffL1aZRSkhhtr6UpTQplq89 #CZWGbu76hBZCSmHdFbdLskthVHZrtFTW {  }
#Od7JQHIttffL1aZRSkhhtr6UpTQplq89 #IMePpWRPeK1XwU935VJqkdNWXA7xtepz {  }
#Od7JQHIttffL1aZRSkhhtr6UpTQplq89 #MnoTxfQs8to6R4A5M4lubXPVs9d7PXcL { display:flex;position:relative;top:0rem;left:0rem; }
#Od7JQHIttffL1aZRSkhhtr6UpTQplq89 #SPwIxH3AoFiF9vq1NWv8y7AT3i802EsO {  }
#Od7JQHIttffL1aZRSkhhtr6UpTQplq89 #nT05W9azCWrQToeVI9Dsw32vRds8UWgM {  }
#Od7JQHIttffL1aZRSkhhtr6UpTQplq89 #KTEB1WHrvzohmw9MnNl0z8AfAX7Rcydc { display:flex;position:relative;top:0rem;left:0rem; }
#Od7JQHIttffL1aZRSkhhtr6UpTQplq89 #w60GBegzZbaM8dFThVNuSgMTtu1VfPlo {  }
#Od7JQHIttffL1aZRSkhhtr6UpTQplq89 #DA2nZo2Sqg1s31kt6icIFS8HZ3TwnqV0 {  }
#rzELENaWHishuLuhqJdubZSIyTC6B4JA { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:6.25rem;top:0.75rem;left:46.4375rem;overflow:hidden;display:block; }
#kKAnvLKoO27uQTt8QQFp2282ZGCsdtXi { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:7.875rem;top:0.5rem;left:3.0625rem;overflow:hidden;display:block; }
#HV4uTo7eezo0R05zz6dGOUfvSuBK5o86 { background-color:rgba(var(--color-tertiary-2),0);background-image:url("https://images.assets-landingi.com/uc/b86f9bf6-10ef-4a67-9515-e5c158ee5a31/YOGATON.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#HV4uTo7eezo0R05zz6dGOUfvSuBK5o86.adaptive-delivery-prevent-bg, #HV4uTo7eezo0R05zz6dGOUfvSuBK5o86.lazyload, #HV4uTo7eezo0R05zz6dGOUfvSuBK5o86.lazyloading { background-image: none; }#HV4uTo7eezo0R05zz6dGOUfvSuBK5o86 > .row .container { background-color: transparent; background-image: none; }#HV4uTo7eezo0R05zz6dGOUfvSuBK5o86::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HV4uTo7eezo0R05zz6dGOUfvSuBK5o86 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HV4uTo7eezo0R05zz6dGOUfvSuBK5o86 > .row .container > .video-iframe-container { display: none; }#HV4uTo7eezo0R05zz6dGOUfvSuBK5o86 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HV4uTo7eezo0R05zz6dGOUfvSuBK5o86 > .row > .video-iframe-container { display: none; }#HV4uTo7eezo0R05zz6dGOUfvSuBK5o86 > .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); }#HV4uTo7eezo0R05zz6dGOUfvSuBK5o86 > .row .container { border-width: 0; border-radius: 0; }#HV4uTo7eezo0R05zz6dGOUfvSuBK5o86 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HV4uTo7eezo0R05zz6dGOUfvSuBK5o86 > .row .container { font-size:0.875rem;font-family:arial;height:36.1875rem;width:60rem;overflow:visible;position:relative;display:block; }#qVQTJUOozPZTXPq0mwGuQNXLaKmpDZmh { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.0625rem;height:2.75rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:28.75rem;left:23.15625rem;display:block; }
#AhVps406mDUUmDJyTb5hbuPeOrpqNHBv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ATzwT0kvcAadmbiHFVKvzLdeQXzZ00up { color:rgba(var(--color-tertiary-0),1);display:block;width:24.125rem;position:absolute;font-family:"ostrich sans";font-size:2.75rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:22.4375rem;left:17.9375rem;height:3.57470625rem;text-align:center;text-align-last:center;display:block; }
#PbLKQEoO0wkS3BCwvRcXhnmOqLc0SZL9 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.0625rem;width:22.75rem;top:2.5625rem;left:3.1875rem;overflow:hidden;display:none; }
#hF6tkuxnFSCbwIcICRiTBAXh4snnmfWz { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/d4e0ee36-c126-48e8-8fb8-07c315e397b2/YOGATON14.preview.flip.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#hF6tkuxnFSCbwIcICRiTBAXh4snnmfWz.adaptive-delivery-prevent-bg, #hF6tkuxnFSCbwIcICRiTBAXh4snnmfWz.lazyload, #hF6tkuxnFSCbwIcICRiTBAXh4snnmfWz.lazyloading { background-image: none; }#hF6tkuxnFSCbwIcICRiTBAXh4snnmfWz > .row .container { background-color: transparent; background-image: none; }#hF6tkuxnFSCbwIcICRiTBAXh4snnmfWz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hF6tkuxnFSCbwIcICRiTBAXh4snnmfWz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hF6tkuxnFSCbwIcICRiTBAXh4snnmfWz > .row .container > .video-iframe-container { display: none; }#hF6tkuxnFSCbwIcICRiTBAXh4snnmfWz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hF6tkuxnFSCbwIcICRiTBAXh4snnmfWz > .row > .video-iframe-container { display: none; }#hF6tkuxnFSCbwIcICRiTBAXh4snnmfWz > .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); }#hF6tkuxnFSCbwIcICRiTBAXh4snnmfWz > .row .container { border-width: 0; border-radius: 0; }#hF6tkuxnFSCbwIcICRiTBAXh4snnmfWz > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#hF6tkuxnFSCbwIcICRiTBAXh4snnmfWz > .row .container { font-size:0.875rem;font-family:arial;height:53.9375rem;width:60rem;overflow:visible;position:relative;display:block; }#vtBLLEcvgoXO6QPHTTTgh1LiTKWtJqe9 { color:rgba(var(--color-tertiary-0),0.7);display:block;width:23rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:8.03125rem;left:19.4375rem;height:4.78125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 .widget-form-header {  }
#GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.75rem;font-weight:bold;color:#909090;width:17.6875rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left; }
#GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 .widget-input-text { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.6875rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 .widget-input-text {padding-top: 0; padding-bottom: 0;}#GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 .widget-textarea { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.6875rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.6875rem;box-sizing:border-box;height:2.5rem;color:#646464;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 .widget-input-select {padding-top: 0; padding-bottom: 0;}#GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 .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:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.0625rem;font-weight:bold;color:#f2f9ff;width:17.6875rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 .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.6875rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:16.5rem;overflow:hidden;font-style:normal; }
#GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 .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; }
#GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 .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.5; }
#GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 .widget-container:first-of-type{padding-top:0;}#GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 .widget-container:last-of-type{padding-bottom:0;}#GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.6875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(var(--color-tertiary-4),0.15) ;left:20.84375rem;top:14.875rem;z-index:15003;position:absolute; }
#GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.6875rem;display:block;vertical-align:top; }
#GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.6875rem;line-height:1.3;font-weight:700;color:#909090;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 {display:block;}#GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.6875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(var(--color-tertiary-4),0.15) ;left:20.84375rem;top:14.875rem;z-index:15003;position:absolute; }
#GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 #UpfAgDRwTF6N76eOl2zNBH3qGKOB5SUt { position:relative; }
#GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 #tp9GQbF0fJ5eUFwiGOddgA28HZTs9Epv { position:relative;display:block; }
#GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 #uLtHNFCOBe0TsJ3gLoAuVMauei6qTomk { position:relative; }
#GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 #E20f7cPkFFsG9fnmh4n1Mo6UTRDU4f7U { position:relative; }
#GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 #eh6ffwbL6VcV0tPadKgqV0ILRndoW6Zl { position:relative;display:block; }
#GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 #x0Da71Xbi4qWtVAGBRDApgO9TTAkLhsb { position:relative; }
#GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 #HKknA8qXJsqvUKX0PahBuGWVcLE2M2oM { position:relative; }
#GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 #z13rCexhbyEuPKx4fk9iLUWeFSSHyzTK { position:relative;display:block; }
#GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 #oXX5wIP39tpcIGrV1VtufJRQWDoFTMVB { position:relative; }
#GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 #kyMOVeAluVeDTMd3hTJ1UtUtwXJr7UOw { position:relative; }
#GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 #ufwiDR7pbgZxRtoT5tmBWb5XnzyzyKHa { position:relative;display:block; }
#GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 #PU7rZr431JKPWksH62XfcDw0WN4uKAFk { position:relative; }
#GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 #fesAGq68n8yDdItXxwroWtFdbxxhspQ4 { position:relative; }
#GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 #rXAZFyoQrtrhMCfKRfWCH3INt5R3hEKC { position:relative;display:block; }
#GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 #VRx6rTnPqAiRTWb5n1gLlBCQ0vSmnipX { position:relative; }
#GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 #wX3qg55nKLOGXHHSJffPgA1hX2d89bRu { position:relative; }
#GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 #OITzL5sM4KV8VliuyZVlAfGXt8GlhScn { position:relative; }
#L2er0JyvSiP2RudkCgIr4zQM7BkJiR5A { color:rgba(var(--color-secondary-2),1);display:block;width:39.625rem;position:absolute;font-family:"ostrich sans";font-size:4.6875rem;font-weight:400;z-index:15009;line-height:1;letter-spacing:0;top:3.1875rem;left:11.8125rem;height:4.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KxTi1mgcTM5wEC65rN9FM3zy3rgDSbXe { 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:40.125rem;width:17.1875rem;top:3.1875rem;left:42.8125rem;overflow:hidden;display:block; }
#RWTSkBfahwAlHhbpCmsrdWeUVkn4lTb1 { 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:38.875rem;width:60rem;display:none; }
#k2b7GseNTTN8fQkM9Uh8hSxtLTh5Br6D { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#k2b7GseNTTN8fQkM9Uh8hSxtLTh5Br6D > .row .container { background-color: transparent; background-image: none; }#k2b7GseNTTN8fQkM9Uh8hSxtLTh5Br6D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k2b7GseNTTN8fQkM9Uh8hSxtLTh5Br6D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k2b7GseNTTN8fQkM9Uh8hSxtLTh5Br6D > .row .container > .video-iframe-container { display: none; }#k2b7GseNTTN8fQkM9Uh8hSxtLTh5Br6D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k2b7GseNTTN8fQkM9Uh8hSxtLTh5Br6D > .row > .video-iframe-container { display: none; }#k2b7GseNTTN8fQkM9Uh8hSxtLTh5Br6D > .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); }#k2b7GseNTTN8fQkM9Uh8hSxtLTh5Br6D > .row .container { border-width: 0; border-radius: 0; }#k2b7GseNTTN8fQkM9Uh8hSxtLTh5Br6D > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k2b7GseNTTN8fQkM9Uh8hSxtLTh5Br6D > .row .container { font-size:0.875rem;font-family:arial;height:39.375rem;width:60rem;position:relative;display:block; }#npR9VawbRP31OOT7lQG1tt89IVOl0eXd { color:rgba(var(--color-tertiary-0),0.7);display:block;width:56.5625rem;position:absolute;font-family:"gotham book2";font-size:0.9375rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:7.8125rem;left:2.75rem;height:5.625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#kkysTNKBnqClT7vPAzMktRh10gZzEhvN { color:rgba(var(--color-tertiary-0),1);display:block;width:15.375rem;position:absolute;font-family:"ostrich sans";font-size:2.8125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:4.9375rem;left:22.3125rem;height:7.3125rem;display:block; }
#b056yClODGIaNityFFK7dvty8Avoq8Mg { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:16.125rem;width:28.8125rem;top:19.5625rem;left:15.59375rem;display:block; }
#xdRPGCOUCx3U45nakbLXhDkTTRKvyy46 { position:absolute;display:block;z-index:15000;background-color:rgba(244,244,244,0.59);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:12.5rem;width:59.5rem;top:3.4375rem;left:0.5rem;display:block; }
#CUgQNJWVVB2F6Or7WULnpcm9bIszJEtu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/61d5faa2-c7c3-4b71-87c0-744f9400513a/YOGATON13.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CUgQNJWVVB2F6Or7WULnpcm9bIszJEtu.adaptive-delivery-prevent-bg, #CUgQNJWVVB2F6Or7WULnpcm9bIszJEtu.lazyload, #CUgQNJWVVB2F6Or7WULnpcm9bIszJEtu.lazyloading { background-image: none; }#CUgQNJWVVB2F6Or7WULnpcm9bIszJEtu > .row .container { background-color: transparent; background-image: none; }#CUgQNJWVVB2F6Or7WULnpcm9bIszJEtu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CUgQNJWVVB2F6Or7WULnpcm9bIszJEtu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CUgQNJWVVB2F6Or7WULnpcm9bIszJEtu > .row .container > .video-iframe-container { display: none; }#CUgQNJWVVB2F6Or7WULnpcm9bIszJEtu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CUgQNJWVVB2F6Or7WULnpcm9bIszJEtu > .row > .video-iframe-container { display: none; }#CUgQNJWVVB2F6Or7WULnpcm9bIszJEtu > .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); }#CUgQNJWVVB2F6Or7WULnpcm9bIszJEtu > .row .container { border-width: 0; border-radius: 0; }#CUgQNJWVVB2F6Or7WULnpcm9bIszJEtu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CUgQNJWVVB2F6Or7WULnpcm9bIszJEtu > .row .container { font-size:0.875rem;font-family:arial;height:26.4375rem;width:60rem;position:relative;display:block; }#vrU7WeXEZmZTZUhZBxqKNEvWR86Z0Z95 { color:rgba(var(--color-tertiary-2),1);display:block;width:15.1875rem;position:absolute;font-family:"gotham book2";font-size:1.1875rem;font-weight:400;z-index:15006;line-height:1;letter-spacing:0;top:16.40625rem;left:0rem;height:3.5625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#HhhLydOv0mh95WfKbrO2Ja7IkVJfCKbc { color:rgba(var(--color-tertiary-2),1);display:block;width:14.125rem;position:absolute;font-family:"gotham book2";font-size:1.1875rem;font-weight:400;z-index:15008;line-height:1;letter-spacing:0;top:16.40625rem;left:15rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#mO916Bdu6JpW1QErxsoAo7grX2VGfZv7 { color:rgba(var(--color-tertiary-2),1);display:block;width:11.9375rem;position:absolute;font-family:"gotham book2";font-size:1.1875rem;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;top:16.287109375rem;left:31.53125rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#AmZnz5ITKOTwEaEOE1FwSal5ReaVPF7k { color:rgba(var(--color-tertiary-2),1);display:block;width:9.9375rem;position:absolute;font-family:"gotham book2";font-size:1.1875rem;font-weight:400;z-index:15009;line-height:1;letter-spacing:0;top:16.40625rem;left:47.53125rem;height:2.375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#JeR8cezL4rzJHEN13ZZnWtngcoo1fTkQ { position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.8125rem;border-top-right-radius:7.8125rem;border-bottom-left-radius:7.8125rem;border-bottom-right-radius:7.8125rem;box-shadow: none;height:7.5rem;width:7.5rem;top:8rem;left:33.75rem;display:block; }
#LVBT6vL6LLB0kOAUAg6ab8LsT3pUUGFa { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:4.875rem;font-weight:400;line-height:1;height:7rem;width:7rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15034;top:8.25rem;left:49rem;display:block; }
#aM5cT3XzadEGykE6ehbObMhT0D1bRuIV { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:4.0625rem;font-weight:400;line-height:1;height:5.875rem;width:5.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15033;top:8.8125rem;left:34.5625rem;display:block; }
#eOhF7OyUOG06zC7p1iIhNZM3gm6GETx1 { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:4.75rem;font-weight:400;line-height:1;height:6.8125rem;width:6.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15032;top:8.5rem;left:19.125rem;display:block; }
#Gx8qtfy5KuVRQAAvwIG6txFFfR1LJZ3C { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:4.1875rem;font-weight:400;line-height:1;height:6rem;width:6rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15031;top:8.75rem;left:4.5rem;display:block; }
#XCmhvuU6AsdhRnMemIBAMArldTfMuXza { position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.8125rem;border-top-right-radius:7.8125rem;border-bottom-left-radius:7.8125rem;border-bottom-right-radius:7.8125rem;box-shadow: none;height:7.5rem;width:7.5rem;top:8rem;left:3.75rem;display:block; }
#do5M4q9DH034aC9OGuXP88W7S96NuDvo { position:absolute;display:block;z-index:15031;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.8125rem;border-top-right-radius:7.8125rem;border-bottom-left-radius:7.8125rem;border-bottom-right-radius:7.8125rem;box-shadow: none;height:7.5rem;width:7.5rem;top:8rem;left:18.75rem;display:block; }
#pfsgtm9ORTr3dleMb0tuRWrqWBTBmdBg { position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.8125rem;border-top-right-radius:7.8125rem;border-bottom-left-radius:7.8125rem;border-bottom-right-radius:7.8125rem;box-shadow: none;height:7.5rem;width:7.5rem;top:8.25rem;left:48.75rem;display:block; }
#I38O9V154c48kxoJzzq6wKZ7hasL8hdP { position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.8125rem;border-top-right-radius:7.8125rem;border-bottom-left-radius:7.8125rem;border-bottom-right-radius:7.8125rem;box-shadow: none;height:7.5rem;width:7.5rem;top:8rem;left:3.75rem;display:none; }
#nvfXq9T8toA2M9BlVdygRAwVEJ8GA9NT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nvfXq9T8toA2M9BlVdygRAwVEJ8GA9NT > .row .container { background-color: transparent; background-image: none; }#nvfXq9T8toA2M9BlVdygRAwVEJ8GA9NT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nvfXq9T8toA2M9BlVdygRAwVEJ8GA9NT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nvfXq9T8toA2M9BlVdygRAwVEJ8GA9NT > .row .container > .video-iframe-container { display: none; }#nvfXq9T8toA2M9BlVdygRAwVEJ8GA9NT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nvfXq9T8toA2M9BlVdygRAwVEJ8GA9NT > .row > .video-iframe-container { display: none; }#nvfXq9T8toA2M9BlVdygRAwVEJ8GA9NT > .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); }#nvfXq9T8toA2M9BlVdygRAwVEJ8GA9NT > .row .container { border-width: 0; border-radius: 0; }#nvfXq9T8toA2M9BlVdygRAwVEJ8GA9NT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nvfXq9T8toA2M9BlVdygRAwVEJ8GA9NT > .row .container { font-size:0.875rem;font-family:arial;height:32.8125rem;width:60rem;position:relative;display:block; }#fV57nav7Q8fto1hlC2TQA625czrXWfD7 { color:rgba(var(--color-tertiary-0),0.7);display:block;width:25.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15005;line-height:1.2;letter-spacing:0;top:5.0625rem;left:5.8125rem;height:1.42480625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#qsZESaWfBmynfqnJ0TQw5avZnKI7DWoN { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.25rem;height:2.75rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:27.875rem;left:9.875rem;display:block; }
#sgL1MhinzlVMbTsDTdXgl9lZX17xFbll { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#o4g7xNV4aLzR9JXVGiABaHNcCG9XySrJ { color:rgba(var(--color-tertiary-0),0.7);display:block;width:25.625rem;position:absolute;font-family:"gotham book2";font-size:1.0625rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:0.8125rem;left:2.1875rem;height:21.673325rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#FmP95SV20a6Sb0UKo3e52Cc8294JOr2H { 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:14.5rem;width:27.875rem;top:6.4873046875rem;left:31.0625rem;overflow:hidden;display:block; }
#LTvczBchLs89o73WV6DaU5AKP2DwhXJD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LTvczBchLs89o73WV6DaU5AKP2DwhXJD > .row .container { background-color: transparent; background-image: none; }#LTvczBchLs89o73WV6DaU5AKP2DwhXJD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LTvczBchLs89o73WV6DaU5AKP2DwhXJD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LTvczBchLs89o73WV6DaU5AKP2DwhXJD > .row .container > .video-iframe-container { display: none; }#LTvczBchLs89o73WV6DaU5AKP2DwhXJD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LTvczBchLs89o73WV6DaU5AKP2DwhXJD > .row > .video-iframe-container { display: none; }#LTvczBchLs89o73WV6DaU5AKP2DwhXJD > .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); }#LTvczBchLs89o73WV6DaU5AKP2DwhXJD > .row .container { border-width: 0; border-radius: 0; }#LTvczBchLs89o73WV6DaU5AKP2DwhXJD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LTvczBchLs89o73WV6DaU5AKP2DwhXJD > .row .container { font-size:0.875rem;font-family:arial;height:12.5rem;width:60rem;position:relative;display:block; }#yA7JH3Awh7gzmoUBKi5ah4g9V73dniiT { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.374025rem;width:11.1230625rem;top:1.9375rem;left:2.3125rem;overflow:hidden;display:block; }
#oDDyf04NwCCVQausU4dnmKh14uvaybkd { color:rgba(var(--color-tertiary-1),1);display:block;width:29.1875rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:1.9375rem;left:15.40625rem;height:5.84765625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#BTPsXNQrhtwfz6RmLzTPklr7ePGTZmE1 { display:block;width:24rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;top:8.5rem;left:16.5625rem;height:1.3808625rem;font-style:normal;display:block; }
#gceO6irBq45vRhtFALZTWgH75FolVDeD { box-sizing:content-box;color:rgba(var(--color-secondary-2),1);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:15048;top:7.8125rem;left:3.3125rem;display:block; }
#LMKhRC2VlqmfS6KdnAIqaJT5QKABaKV9 { box-sizing:content-box;color:rgba(var(--color-secondary-2),1);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:15050;top:7.8125rem;left:9.5rem;display:block; }
#Xo3P9MP4CgoFVQcT85lcDJUqPFHHupUl { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:12.5rem;top:1.1865234375rem;left:45.5625rem;overflow:hidden;display:block; }
#oJ70HQSQAFFhkfUqSzU38vC5XlxEHdxf { box-sizing:content-box;color:rgba(var(--color-secondary-2),1);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:15051;top:7.78515625rem;left:51.15625rem;display:block; }
#dycc9vtSVEpwhxTs4ToJx6UHVqMFFFt8 { display:block;width:24rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:9.880859375rem;left:21.625rem;height:1.3808625rem;font-style:normal;display:block; }
#cuD0E3T28lSINMah0hpbG1xFJQKoexSL { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:6.25rem;top:0.75rem;left:46.4375rem;overflow:hidden;display:none; }
#KJwI7PCCFRJS6QS5JTb9dz4XSVH6mEQc { background-color:#f1efe6;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#KJwI7PCCFRJS6QS5JTb9dz4XSVH6mEQc > .row .container { border-width: 0; border-radius: 0; }#KJwI7PCCFRJS6QS5JTb9dz4XSVH6mEQc > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#KJwI7PCCFRJS6QS5JTb9dz4XSVH6mEQc > .row .container { font-size:0.875rem;font-family:arial;height:22rem;width:60rem;overflow:visible;position:relative;display:none; }#X4CLGsfK09EvspEIPP7LyPi3fae2uuch { color:rgba(var(--color-tertiary-0),0.7);display:block;width:24.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:4.6875rem;left:3.5625rem;height:9.5625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#DnTInwGP4FNnfJ4qJpQTGOicgruNpdLr { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-2),0.49));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-2),0.49));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-2),0.49));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-2),0.49));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-2),0.49)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-2),0.49)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-2),0.49));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.25rem;height:2.75rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:14.625rem;left:10.5rem;display:block; }
#J4ZRcqX6aaMvou805BsRTTdRC8NyaNBn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QuPGdbPdT7FouUV4EwRS1GWPAdq0tanA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#QuPGdbPdT7FouUV4EwRS1GWPAdq0tanA > .row .container { border-width: 0; border-radius: 0; }#QuPGdbPdT7FouUV4EwRS1GWPAdq0tanA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QuPGdbPdT7FouUV4EwRS1GWPAdq0tanA > .row .container { font-size:0.875rem;font-family:arial;height:29.0625rem;width:60rem;position:relative;display:none; }#WOmdmW7lnidTWres9wha5EmHTr0xtUtD { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:1.0625rem;left:1.25rem;overflow:hidden;display:block; }
#Lsfw6kMoNHHQs8ZirDbPAvW3tsq7xsed { position:absolute;display:block;z-index:15056;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:1.125rem;left:46.25rem;overflow:hidden;display:block; }
#i3QaKrmH5H4scS29Lw5HrlkNZA7Vqvgy { position:absolute;display:block;z-index:15057;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:1.0625rem;left:16.25rem;overflow:hidden;display:block; }
#zWG3t5oGsbAnnTLKoNOwSG4TTwPi6ZWf { position:absolute;display:block;z-index:15058;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:1.0625rem;left:31.25rem;overflow:hidden;display:block; }
#Mc0hZo7ZTsXRPi83dANnIoSvWeKKBbfd { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.8125rem;border-top-right-radius:7.8125rem;border-bottom-left-radius:7.8125rem;border-bottom-right-radius:7.8125rem;box-shadow: none;height:13.125rem;width:13.125rem;top:0.8125rem;left:0.9375rem;display:block; }
#IP9OH7ZtuDeazdTqR8oGC8gauO1LKaQD { position:absolute;display:block;z-index:15029;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.8125rem;border-top-right-radius:7.8125rem;border-bottom-left-radius:7.8125rem;border-bottom-right-radius:7.8125rem;box-shadow: none;height:13.125rem;width:13.125rem;top:0.8125rem;left:45.9375rem;display:block; }
#BJNpnxL9zgm9V0b4DXSdCmnNDxwJ9ZsD { position:absolute;display:block;z-index:15030;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.8125rem;border-top-right-radius:7.8125rem;border-bottom-left-radius:7.8125rem;border-bottom-right-radius:7.8125rem;box-shadow: none;height:13.125rem;width:13.125rem;top:0.8125rem;left:15.9375rem;display:block; }
#IfB5JfnpOvThaaKf1rqe0bddDh9Sc3ec { position:absolute;display:block;z-index:15031;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.8125rem;border-top-right-radius:7.8125rem;border-bottom-left-radius:7.8125rem;border-bottom-right-radius:7.8125rem;box-shadow: none;height:13.125rem;width:13.125rem;top:0.8125rem;left:30.9375rem;display:block; }
#rNkZbZENInw2nuUnCeZEStqIEps5nwRa { color:rgba(var(--color-tertiary-2),1);display:block;width:8.5rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:400;z-index:15007;line-height:1;letter-spacing:0;top:15.5625rem;left:3.25rem;height:1.375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#p4WIQ5gMJADiRA0w7ndIgh2suZHPRhU9 { color:rgba(var(--color-tertiary-2),1);display:block;width:10.8125rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:400;z-index:15009;line-height:1;letter-spacing:0;top:14.875rem;left:17.09375rem;height:2.75rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#VE6UaI07u61PBORPKJbBUPiprpHZ7tVP { color:rgba(var(--color-tertiary-2),1);display:block;width:12.0625rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:400;z-index:15010;line-height:1;letter-spacing:0;top:14.875rem;left:31.46875rem;height:2.75rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#HcxRhgNnnPeEwVL4JSI4DUGdsWGeBdtn { color:rgba(var(--color-tertiary-4),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15059;line-height:1.3;letter-spacing:0;top:19.6875rem;left:0.375rem;height:2.986325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lZmDlQ4ECKxeaHcNOThLT3nolXbsVQcs { color:rgba(var(--color-tertiary-4),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15060;line-height:1.3;letter-spacing:0;top:19.5rem;left:15.375rem;height:2.986325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uLtXWmTh3GqDFtrViOGX5l5vLix1DTBb { color:rgba(var(--color-tertiary-4),1);display:block;width:13.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15061;line-height:1.3;letter-spacing:0;top:19.5rem;left:30.71875rem;height:2.986325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FWPByzcu1yxKoXCifWg4UUUMJ4wN48VT { color:rgba(var(--color-tertiary-2),1);display:block;width:8.5rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:400;z-index:15008;line-height:1;letter-spacing:0;top:14.875rem;left:48.25rem;height:2.75rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#LM6pQXuSTIet4g5h7a4AIHT21fV8Cky5 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15062;line-height:1.3;letter-spacing:0;top:19.5625rem;left:45.375rem;height:2.986325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#z7xUCFm75tr97yhV2TL9zFBo6xPE8i1h { color:rgba(var(--color-tertiary-2),1);display:block;width:12.4375rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:400;z-index:15009;line-height:1;letter-spacing:0;top:22.375rem;left:16.375rem;height:4.75rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#vnbGgDx2QQK5vf3yB5C9Bmq1a0kSiSOI { color:rgba(var(--color-tertiary-2),1);display:block;width:12.3125rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:400;z-index:15010;line-height:1;letter-spacing:0;top:22.375rem;left:31.34375rem;height:3.5625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#myXxH33KpBELloIyBtpX1Zw5umCTnXmC { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5625rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:400;z-index:15011;line-height:1;letter-spacing:0;top:22.8125rem;left:46.21875rem;height:2.375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#s6ik1fzmVeGMsCIacF9J9hCtSR1skmE3 { color:rgba(var(--color-tertiary-2),1);display:block;width:9.875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15012;line-height:1;letter-spacing:0;top:22.5625rem;left:2.5625rem;height:2.5rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#WRq92RLTu55iLsJo3bwJyD3nhH5ckD4a { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:7.8125rem;width:12.875rem;top:19rem;left:1.0625rem;display:block; }
#FUVMH2oFSyQnCdZNMLM37NgxnT3LoZWU { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:7.8125rem;width:12.875rem;top:19rem;left:16.0625rem;display:block; }
#SfgQhm5My3S8foRFsOXHzaK8vsNAGLq0 { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-2),0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:7.8125rem;width:12.875rem;top:19rem;left:31.0625rem;display:block; }
#pAmPM0MmtPEll0nUOQB0Qb56QkVZz923 { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-2),0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:7.8125rem;width:12.875rem;top:19rem;left:46.0625rem;display:block; }
#FwA4irMwJvy74ukxQysd0gmT5ITwJFq7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-3),0.11), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-3),0.11), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-3),0.11), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-3),0.11), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),0.11)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),0.11)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-3),0.11), rgba(var(--color-tertiary-0),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#FwA4irMwJvy74ukxQysd0gmT5ITwJFq7 > .row .container { border-width: 0; border-radius: 0; }#FwA4irMwJvy74ukxQysd0gmT5ITwJFq7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FwA4irMwJvy74ukxQysd0gmT5ITwJFq7 > .row .container { font-size:0.875rem;font-family:arial;height:29.1875rem;width:60rem;position:relative;display:none; }#WMllU05ceSViTh3iHkhhVWpGpeAmtLmg { color:rgba(var(--color-tertiary-3),1);display:block;width:20.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:300;z-index:15010;line-height:1.1;letter-spacing:0;top:5.875rem;left:4.0625rem;height:1.71875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#GomdwCwDJd3SVIBh69mqyiswRDx6KrIx { color:rgba(var(--color-tertiary-3),1);display:block;width:19.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:300;z-index:15011;line-height:1.1;letter-spacing:0;top:2.0625rem;left:7.1875rem;height:1.71875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#koKRLiWsE9wpz9vMChkOocTAWpiyaEmh { color:rgba(var(--color-tertiary-3),1);display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:300;z-index:15011;line-height:1.1;letter-spacing:0;top:7.625rem;left:4.0625rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#dIMebhKxzuHUNT8BvVc4whby6GnUPAz9 { color:rgba(var(--color-tertiary-3),1);display:block;width:25.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:300;z-index:15012;line-height:1.1;letter-spacing:0;top:9.4375rem;left:4.0625rem;height:3.4375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#g7y0unMKH52qrakygTJydmWsKLS5HlgX { color:rgba(var(--color-tertiary-3),1);display:block;width:20.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:300;z-index:15013;line-height:1.1;letter-spacing:0;top:11.25rem;left:4.0625rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#XivNmSRfBTbv6sJvGUiG1MwxPAK0X6ge { color:rgba(var(--color-tertiary-3),1);display:block;width:20.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:300;z-index:15014;line-height:1.1;letter-spacing:0;top:13.125rem;left:4.0625rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Dxeh5T6TvHmgvQUK1Mfr9OZmHVaJrwPm { position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:2.5625rem;width:21.875rem;top:1.625rem;left:5.0625rem;display:block; }
#c55qd0goMADa0lOPA3RxRcuVDpFk8JXc { color:rgba(var(--color-tertiary-3),1);display:block;width:24.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:300;z-index:15019;line-height:1.1;letter-spacing:0;top:9.5rem;left:34.0625rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#MTUMBvOO0nC8q2ahsb7skhGzSRwZvKOk { color:rgba(var(--color-tertiary-3),1);display:block;width:21.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:300;z-index:15020;line-height:1.1;letter-spacing:0;top:12.75rem;left:34.0625rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#vqlsEKnHUtuDF6UHkwGq3I6C0zDAvHwm { color:rgba(var(--color-tertiary-3),1);display:block;width:22.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:300;z-index:15021;line-height:1.1;letter-spacing:0;top:14.625rem;left:34.0625rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#AOlHGThSOVSad71RcFQiZLqvn8g7UHlx { color:rgba(var(--color-tertiary-3),1);display:block;width:23.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:300;z-index:15017;line-height:1.1;letter-spacing:0;top:5.9375rem;left:34.0625rem;height:1.71875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#S4mdkGMRZLNuKiZ5PnLIv3mldTG8r4DJ { color:rgba(var(--color-tertiary-3),1);display:block;width:25.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:300;z-index:15018;line-height:1.1;letter-spacing:0;top:7.6875rem;left:34.0625rem;height:1.71875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#TOXiLhTKKdbV0D0iUURbqQU4alqBcecL { position:absolute;display:block;z-index:15016;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:2.5625rem;width:22.5rem;top:1.625rem;left:33.75rem;display:block; }
#wmhR2fOuqcH75hInU6B22n5uMEVdmN4m { color:rgba(var(--color-tertiary-3),1);display:block;width:16.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:300;z-index:15018;line-height:1.1;letter-spacing:0;top:2.0625rem;left:36.5625rem;height:3.4375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#B7V9yhOrbwTiT93mo3P9Kl8abXGD6o2W { color:rgba(var(--color-tertiary-3),1);display:block;width:20.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:300;z-index:15015;line-height:1.1;letter-spacing:0;top:14.875rem;left:4.0625rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#NNdo8lK2a95mttc9J2ucoOnKoq5PFodX { color:rgba(var(--color-tertiary-3),1);display:block;width:22.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:300;z-index:15016;line-height:1.1;letter-spacing:0;top:16.5625rem;left:4.0625rem;height:1.71875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#v2HtT8zH4vTJTm9C4CgTDIFIgAbgfvAX { color:rgba(var(--color-tertiary-3),1);display:block;width:20.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:300;z-index:15017;line-height:1.1;letter-spacing:0;top:18.25rem;left:4.0625rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#q1fvVux32D3F4pDEWofsWI1Bn783Rnh3 { color:rgba(var(--color-tertiary-3),1);display:block;width:20.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:300;z-index:15018;line-height:1.1;letter-spacing:0;top:19.9375rem;left:4.0625rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#XnqDhTwvOZQzIA7QTTMWRKq33vTuIbKG { color:rgba(var(--color-tertiary-3),1);display:block;width:21.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:300;z-index:15019;line-height:1.1;letter-spacing:0;top:21.625rem;left:4.0625rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#y8fi9NrfQRm4LIK0iKbQTBvF5T6zXZCq { color:rgba(var(--color-tertiary-3),1);display:block;width:21.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:300;z-index:15020;line-height:1.1;letter-spacing:0;top:26.4375rem;left:34.0625rem;height:3.4375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Vi1USpiTLtmRu1ztapEi1PQp0T5NoxS4 { color:rgba(var(--color-tertiary-3),1);display:block;width:20.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:300;z-index:15022;line-height:1.1;letter-spacing:0;top:16.25rem;left:34.0625rem;height:5.15625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#CaTh5kZ4Bk9PqTILlOurZ2vfE1i8Dtb6 { color:rgba(var(--color-tertiary-3),1);display:block;width:24.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:300;z-index:15023;line-height:1.1;letter-spacing:0;top:21.375rem;left:34.0625rem;height:1.71875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#OU9i3Bv6rg2Kvvv0enEQDylseTzZ9x2z { color:rgba(var(--color-tertiary-3),1);display:block;width:23.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:300;z-index:15024;line-height:1.1;letter-spacing:0;top:19.6875rem;left:34.0625rem;height:1.71875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#PAobHOo2foJO0irMnUI8LwuBMQGtTvCg { color:rgba(var(--color-tertiary-3),1);display:block;width:20.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:300;z-index:15025;line-height:1.1;letter-spacing:0;top:23.0625rem;left:34.0625rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#uvvTRH9K1eaTZamWztkvKA1NdwrMw8Ef { color:rgba(var(--color-tertiary-3),1);display:block;width:20.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:300;z-index:15026;line-height:1.1;letter-spacing:0;top:24.75rem;left:34.0625rem;height:1.71875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#sEm6TwwUzieqx9DKMcePGJ0Tohmayg1v { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#sEm6TwwUzieqx9DKMcePGJ0Tohmayg1v > .row .container { border-width: 0; border-radius: 0; }#sEm6TwwUzieqx9DKMcePGJ0Tohmayg1v > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sEm6TwwUzieqx9DKMcePGJ0Tohmayg1v > .row .container { font-size:0.875rem;font-family:arial;height:6.875rem;width:60rem;position:relative;display:none; }#FmVLftgEhawaLBiRe9ERHSWwq2CBSiqA { color:rgba(var(--color-tertiary-4),1);display:block;width:32.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.6875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.71875rem;left:13.625rem;height:6.9863125rem;font-style:normal;display:block; }
#ykJKvTg84hwLztoaf8m9u0KdeDMJnT86 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-3),0.12));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-3),0.12));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-3),0.12));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-3),0.12));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-primary-3),0.12)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-primary-3),0.12)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-3),0.12));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#ykJKvTg84hwLztoaf8m9u0KdeDMJnT86 > .row .container { border-width: 0; border-radius: 0; }#ykJKvTg84hwLztoaf8m9u0KdeDMJnT86 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ykJKvTg84hwLztoaf8m9u0KdeDMJnT86 > .row .container { font-size:0.875rem;font-family:arial;height:13.75rem;width:60rem;position:relative;display:none; }#wq5RnOaLTcsco6uJ5tfzNtvDTRxxEH6l { color:rgba(var(--color-tertiary-2),1);display:block;width:8.5rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15006;line-height:1;letter-spacing:0;top:4.375rem;left:3.25rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#qHG7vCcUThrD3bSVeVRtTLntHcf5GKQG { color:rgba(var(--color-tertiary-2),1);display:block;width:9.125rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15008;line-height:1;letter-spacing:0;top:5.125rem;left:17.9375rem;height:3.875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#oxD4RJoD8SPEHt6AJsUImqr8TWGxSzPA { color:rgba(var(--color-tertiary-2),1);display:block;width:9.875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15008;line-height:1;letter-spacing:0;top:4.375rem;left:32.5625rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#aN0kTkbid8No89eNQoTSCXRvRegAnZya { color:rgba(var(--color-tertiary-2),1);display:block;width:9.9375rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:5.3125rem;left:47.53125rem;height:3.1484375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#kSBWTUoOrEHBxbZcQz50QvwK1GXnAIw1 { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-2),0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:7.8125rem;width:12.875rem;top:2.96875rem;left:1.0625rem;display:block; }
#qxH5Q8n7DyaLWDDtVR6NxwcO81N56fJX { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:7.8125rem;width:12.875rem;top:2.96875rem;left:16.0625rem;display:block; }
#fnsFAJMqtPamVBmlyh7OS38R8sZU4THW { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:7.8125rem;width:12.875rem;top:2.96875rem;left:31.0625rem;display:block; }
#nzF8X6nMGFQlAITWcmVQ4WuwLR7DngXV { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-2),0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:7.8125rem;width:12.875rem;top:2.96875rem;left:46.0625rem;display:block; }
#tJUCgd2ueLvSMB2HPvzvFzkD79NdW2e3 { position:absolute;display:block;z-index:15023;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.875rem;width:4.875rem;top:2.0625rem;left:11.0625rem;overflow:hidden;display:block; }
#oHJWxo1g4bGGKy3SLaWrr6EaTirGpeNX { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:4.875rem;top:2.0625rem;left:26.0625rem;overflow:hidden;display:block; }
#bdVMqPp5y6xFVFg1O04m6tletTaowJRn { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:4.875rem;top:2.0625rem;left:41.0625rem;overflow:hidden;display:block; }
#TRKT4FZIDFxTGvrX04s3ZFIinAJdQDrS { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:4.875rem;top:2.0625rem;left:56.125rem;overflow:hidden;display:block; }
#I7kTSSWXMuPVohuSnLCxXztXlEITlGlC { position:relative;display:none; }#I7kTSSWXMuPVohuSnLCxXztXlEITlGlC { border-width: 0; border-radius: 0; }#I7kTSSWXMuPVohuSnLCxXztXlEITlGlC > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#I7kTSSWXMuPVohuSnLCxXztXlEITlGlC > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:13.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#qTxOgyotTINlvhwK9frSNUcLGB0zmeWb { color:rgba(var(--color-tertiary-3),1);display:block;width:13.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;top:5.625rem;left:0rem;height:2.75rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#SDPcUnI7exxciBpJLKtbvlTQTTrVOSK6 { color:rgba(var(--color-tertiary-3),1);display:block;width:10.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:300;z-index:15009;line-height:1;letter-spacing:0;top:2rem;left:0rem;height:4.5rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#h671rCHTffoqJTQRMdsLQJZwCEU1tlwV { color:rgba(var(--color-tertiary-3),1);display:block;width:13.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:5.8125rem;left:15rem;height:2.75rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#WV8Tc9LPItqkONeqlJ46bFKWi0V6KbOc { color:rgba(var(--color-tertiary-3),1);display:block;width:10.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:300;z-index:15011;line-height:1;letter-spacing:0;top:2.1875rem;left:15rem;height:3rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#A36PA5xeF14ul4eG3Upi5m6IHKLGn9Bh { box-sizing:content-box;color:#0e9ae5;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;display:none; }
#dr6WbDNgIKsVts34FOmQEfzVfyvHfdtn { box-sizing:content-box;color:#0e9ae5;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;display:none; }
@media only screen and (max-width: 959px) { body { position:relative;background-color:transparent;background-image:url("https://images.assets-landingi.com/T1isdnZE/wertyu.jpg");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 959px) { #hULeLKzIod100Z2dGO4y1OTKWuxvuTay { display:block; }#hULeLKzIod100Z2dGO4y1OTKWuxvuTay > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #Od7JQHIttffL1aZRSkhhtr6UpTQplq89 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Od7JQHIttffL1aZRSkhhtr6UpTQplq89 .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#Od7JQHIttffL1aZRSkhhtr6UpTQplq89 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#Od7JQHIttffL1aZRSkhhtr6UpTQplq89 { display:flex;width:18rem;height:5.0625rem;top:0rem;left:16.890625rem; }
 }@media only screen and (max-width: 959px) { #Od7JQHIttffL1aZRSkhhtr6UpTQplq89 #JiaRVTlhsyRxx9mIytxhwRxTH4HLicyX { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 959px) { #Od7JQHIttffL1aZRSkhhtr6UpTQplq89 #PKrTQ7dLZzcA37nTxDKUarDqeVyssAZL {  }
 }@media only screen and (max-width: 959px) { #Od7JQHIttffL1aZRSkhhtr6UpTQplq89 #c9fAL95aP4xJUFfvD3a7vQT4AS0P7T8a {  }
 }@media only screen and (max-width: 959px) { #Od7JQHIttffL1aZRSkhhtr6UpTQplq89 #gV8ZQkkK58Mzu9Kra8MhWApOFwHVTXpM { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 959px) { #Od7JQHIttffL1aZRSkhhtr6UpTQplq89 #CZWGbu76hBZCSmHdFbdLskthVHZrtFTW {  }
 }@media only screen and (max-width: 959px) { #Od7JQHIttffL1aZRSkhhtr6UpTQplq89 #IMePpWRPeK1XwU935VJqkdNWXA7xtepz {  }
 }@media only screen and (max-width: 959px) { #Od7JQHIttffL1aZRSkhhtr6UpTQplq89 #MnoTxfQs8to6R4A5M4lubXPVs9d7PXcL { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 959px) { #Od7JQHIttffL1aZRSkhhtr6UpTQplq89 #SPwIxH3AoFiF9vq1NWv8y7AT3i802EsO {  }
 }@media only screen and (max-width: 959px) { #Od7JQHIttffL1aZRSkhhtr6UpTQplq89 #nT05W9azCWrQToeVI9Dsw32vRds8UWgM {  }
 }@media only screen and (max-width: 959px) { #Od7JQHIttffL1aZRSkhhtr6UpTQplq89 #KTEB1WHrvzohmw9MnNl0z8AfAX7Rcydc { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 959px) { #Od7JQHIttffL1aZRSkhhtr6UpTQplq89 #w60GBegzZbaM8dFThVNuSgMTtu1VfPlo {  }
 }@media only screen and (max-width: 959px) { #Od7JQHIttffL1aZRSkhhtr6UpTQplq89 #DA2nZo2Sqg1s31kt6icIFS8HZ3TwnqV0 {  }
 }@media only screen and (max-width: 959px) { #rzELENaWHishuLuhqJdubZSIyTC6B4JA { width:8.75rem;height:4.75rem;top:26.59375rem;left:15rem;display:block; }
 }@media only screen and (max-width: 959px) { #kKAnvLKoO27uQTt8QQFp2282ZGCsdtXi { width:7.8125rem;height:3.75rem;top:3.1875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #HV4uTo7eezo0R05zz6dGOUfvSuBK5o86 { background-color:transparent;background-image:url("https://images.assets-landingi.com/Q43S8HCP/Yoga_fondo_dia_inter.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HV4uTo7eezo0R05zz6dGOUfvSuBK5o86.adaptive-delivery-prevent-bg, #HV4uTo7eezo0R05zz6dGOUfvSuBK5o86.lazyload, #HV4uTo7eezo0R05zz6dGOUfvSuBK5o86.lazyloading { background-image: none; }#HV4uTo7eezo0R05zz6dGOUfvSuBK5o86 > .row .container { background-color: transparent; background-image: none; }#HV4uTo7eezo0R05zz6dGOUfvSuBK5o86::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HV4uTo7eezo0R05zz6dGOUfvSuBK5o86 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HV4uTo7eezo0R05zz6dGOUfvSuBK5o86 > .row .container > .video-iframe-container { display: none; }#HV4uTo7eezo0R05zz6dGOUfvSuBK5o86 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HV4uTo7eezo0R05zz6dGOUfvSuBK5o86 > .row > .video-iframe-container { display: none; }#HV4uTo7eezo0R05zz6dGOUfvSuBK5o86 > .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); }#HV4uTo7eezo0R05zz6dGOUfvSuBK5o86 > .row .container { border-width: 0; border-radius: 0; }#HV4uTo7eezo0R05zz6dGOUfvSuBK5o86 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HV4uTo7eezo0R05zz6dGOUfvSuBK5o86 > .row .container { width:47.75rem;height:34.1875rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #qVQTJUOozPZTXPq0mwGuQNXLaKmpDZmh { width:10.25rem;height:2.75rem;top:18.25rem;left:24.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #AhVps406mDUUmDJyTb5hbuPeOrpqNHBv { display:block; }
 }@media only screen and (max-width: 959px) { #ATzwT0kvcAadmbiHFVKvzLdeQXzZ00up { width:24.125rem;height:3.5625rem;top:22.4375rem;left:11.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #PbLKQEoO0wkS3BCwvRcXhnmOqLc0SZL9 { width:22.75rem;height:9.0625rem;top:2.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 959px) { #hF6tkuxnFSCbwIcICRiTBAXh4snnmfWz { display:block; }#hF6tkuxnFSCbwIcICRiTBAXh4snnmfWz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #vtBLLEcvgoXO6QPHTTTgh1LiTKWtJqe9 { width:23rem;height:4.75rem;top:8rem;left:13.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 .widget-regular-label { display:block; }
#GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7  { width:17.6875rem;height:auto;top:3.65625rem;left:24.4375rem; }
#GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 {display:block;}#GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 { width:17.6875rem;height:auto;top:3.65625rem;left:24.4375rem; }
 }@media only screen and (max-width: 959px) { #GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 #UpfAgDRwTF6N76eOl2zNBH3qGKOB5SUt {  }
 }@media only screen and (max-width: 959px) { #GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 #tp9GQbF0fJ5eUFwiGOddgA28HZTs9Epv { display:block; }
 }@media only screen and (max-width: 959px) { #GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 #uLtHNFCOBe0TsJ3gLoAuVMauei6qTomk {  }
 }@media only screen and (max-width: 959px) { #GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 #E20f7cPkFFsG9fnmh4n1Mo6UTRDU4f7U {  }
 }@media only screen and (max-width: 959px) { #GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 #eh6ffwbL6VcV0tPadKgqV0ILRndoW6Zl { display:block; }
 }@media only screen and (max-width: 959px) { #GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 #x0Da71Xbi4qWtVAGBRDApgO9TTAkLhsb {  }
 }@media only screen and (max-width: 959px) { #GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 #HKknA8qXJsqvUKX0PahBuGWVcLE2M2oM {  }
 }@media only screen and (max-width: 959px) { #GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 #z13rCexhbyEuPKx4fk9iLUWeFSSHyzTK { display:block; }
 }@media only screen and (max-width: 959px) { #GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 #oXX5wIP39tpcIGrV1VtufJRQWDoFTMVB {  }
 }@media only screen and (max-width: 959px) { #GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 #kyMOVeAluVeDTMd3hTJ1UtUtwXJr7UOw {  }
 }@media only screen and (max-width: 959px) { #GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 #ufwiDR7pbgZxRtoT5tmBWb5XnzyzyKHa { display:block; }
 }@media only screen and (max-width: 959px) { #GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 #PU7rZr431JKPWksH62XfcDw0WN4uKAFk {  }
 }@media only screen and (max-width: 959px) { #GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 #fesAGq68n8yDdItXxwroWtFdbxxhspQ4 {  }
 }@media only screen and (max-width: 959px) { #GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 #rXAZFyoQrtrhMCfKRfWCH3INt5R3hEKC { display:block; }
 }@media only screen and (max-width: 959px) { #GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 #VRx6rTnPqAiRTWb5n1gLlBCQ0vSmnipX {  }
 }@media only screen and (max-width: 959px) { #GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 #wX3qg55nKLOGXHHSJffPgA1hX2d89bRu {  }
 }@media only screen and (max-width: 959px) { #GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 #OITzL5sM4KV8VliuyZVlAfGXt8GlhScn {  }
 }@media only screen and (max-width: 959px) { #L2er0JyvSiP2RudkCgIr4zQM7BkJiR5A { width:39.625rem;height:4.6875rem;top:3.1875rem;left:5.6875rem;font-size:4.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #KxTi1mgcTM5wEC65rN9FM3zy3rgDSbXe { width:17.1875rem;height:40.125rem;top:3.1875rem;left:30.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #RWTSkBfahwAlHhbpCmsrdWeUVkn4lTb1 { width:47.75rem;height:30.9375rem;display:none; }
 }@media only screen and (max-width: 959px) { #k2b7GseNTTN8fQkM9Uh8hSxtLTh5Br6D { display:block; }#k2b7GseNTTN8fQkM9Uh8hSxtLTh5Br6D > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #npR9VawbRP31OOT7lQG1tt89IVOl0eXd { width:47.75rem;height:5.625rem;top:7.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #kkysTNKBnqClT7vPAzMktRh10gZzEhvN { width:15.375rem;height:3.625rem;top:4.9375rem;left:16.1875rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #b056yClODGIaNityFFK7dvty8Avoq8Mg { width:28.8125rem;height:16.125rem;top:0.75rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #xdRPGCOUCx3U45nakbLXhDkTTRKvyy46 { width:47.75rem;height:12.5rem;top:3.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #CUgQNJWVVB2F6Or7WULnpcm9bIszJEtu { display:block; }#CUgQNJWVVB2F6Or7WULnpcm9bIszJEtu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #vrU7WeXEZmZTZUhZBxqKNEvWR86Z0Z95 { width:10.5625rem;height:3.5625rem;top:9.0625rem;left:0.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #HhhLydOv0mh95WfKbrO2Ja7IkVJfCKbc { width:11.0625rem;height:3.5625rem;top:9.1875rem;left:12.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #mO916Bdu6JpW1QErxsoAo7grX2VGfZv7 { width:11.0625rem;height:3.75rem;top:9.1875rem;left:24.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #AmZnz5ITKOTwEaEOE1FwSal5ReaVPF7k { width:9.9375rem;height:2.375rem;top:9.375rem;left:36.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #JeR8cezL4rzJHEN13ZZnWtngcoo1fTkQ { width:7.5rem;height:7.5rem;top:8rem;left:26.09375rem;display:block; }
 }@media only screen and (max-width: 959px) { #LVBT6vL6LLB0kOAUAg6ab8LsT3pUUGFa { width:7rem;height:7rem;top:8.25rem;left:38.28125rem;font-size:4.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #aM5cT3XzadEGykE6ehbObMhT0D1bRuIV { width:5.875rem;height:5.875rem;top:8.8125rem;left:26.90625rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #eOhF7OyUOG06zC7p1iIhNZM3gm6GETx1 { width:6.8125rem;height:6.8125rem;top:8.5rem;left:14.53125rem;font-size:4.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #Gx8qtfy5KuVRQAAvwIG6txFFfR1LJZ3C { width:6rem;height:6rem;top:8.75rem;left:2.96875rem;font-size:4.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #XCmhvuU6AsdhRnMemIBAMArldTfMuXza { width:7.5rem;height:7.5rem;top:8rem;left:2.21875rem;display:block; }
 }@media only screen and (max-width: 959px) { #do5M4q9DH034aC9OGuXP88W7S96NuDvo { width:7.5rem;height:7.5rem;top:8rem;left:14.15625rem;display:block; }
 }@media only screen and (max-width: 959px) { #pfsgtm9ORTr3dleMb0tuRWrqWBTBmdBg { width:7.5rem;height:7.5rem;top:8.25rem;left:38.03125rem;display:block; }
 }@media only screen and (max-width: 959px) { #I38O9V154c48kxoJzzq6wKZ7hasL8hdP { width:7.5rem;height:7.5rem;top:8rem;left:2.21875rem;display:none; }
 }@media only screen and (max-width: 959px) { #nvfXq9T8toA2M9BlVdygRAwVEJ8GA9NT { display:block; }#nvfXq9T8toA2M9BlVdygRAwVEJ8GA9NT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #fV57nav7Q8fto1hlC2TQA625czrXWfD7 { width:25.625rem;height:1.375rem;top:5.0625rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 959px) { #qsZESaWfBmynfqnJ0TQw5avZnKI7DWoN { width:10.25rem;height:2.75rem;top:18.25rem;left:24.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #sgL1MhinzlVMbTsDTdXgl9lZX17xFbll { display:block; }
 }@media only screen and (max-width: 959px) { #o4g7xNV4aLzR9JXVGiABaHNcCG9XySrJ { width:25.625rem;height:24.25rem;top:0.8125rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 959px) { #FmP95SV20a6Sb0UKo3e52Cc8294JOr2H { width:27.875rem;height:14.5rem;top:6.4375rem;left:19.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #LTvczBchLs89o73WV6DaU5AKP2DwhXJD { display:block; }#LTvczBchLs89o73WV6DaU5AKP2DwhXJD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #yA7JH3Awh7gzmoUBKi5ah4g9V73dniiT { width:7.8125rem;height:3.75rem;top:3.1875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #oDDyf04NwCCVQausU4dnmKh14uvaybkd { width:29.1875rem;height:5.625rem;top:2.25rem;left:9.28125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #BTPsXNQrhtwfz6RmLzTPklr7ePGTZmE1 { width:22.5rem;height:1.25rem;top:8.9375rem;left:11.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #gceO6irBq45vRhtFALZTWgH75FolVDeD { width:3.125rem;height:3.125rem;top:10.125rem;left:23.78125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #LMKhRC2VlqmfS6KdnAIqaJT5QKABaKV9 { width:3.125rem;height:3.125rem;top:10.125rem;left:20.65625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #Xo3P9MP4CgoFVQcT85lcDJUqPFHHupUl { width:9.375rem;height:5.0625rem;top:2.625rem;left:38.256465517241rem;display:block; }
 }@media only screen and (max-width: 959px) { #oJ70HQSQAFFhkfUqSzU38vC5XlxEHdxf { width:3.125rem;height:3.125rem;top:10.125rem;left:20.65625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #dycc9vtSVEpwhxTs4ToJx6UHVqMFFFt8 { width:22.5rem;height:1.25rem;top:8.9375rem;left:11.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #cuD0E3T28lSINMah0hpbG1xFJQKoexSL { width:8.75rem;height:4.75rem;top:26.59375rem;left:15rem;display:none; }
 }@media only screen and (max-width: 959px) { #KJwI7PCCFRJS6QS5JTb9dz4XSVH6mEQc { display:block; }#KJwI7PCCFRJS6QS5JTb9dz4XSVH6mEQc > .row .container { width:47.75rem;height:18.9375rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #X4CLGsfK09EvspEIPP7LyPi3fae2uuch { width:24.125rem;height:9.375rem;top:4.6875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #DnTInwGP4FNnfJ4qJpQTGOicgruNpdLr { width:10.25rem;height:2.75rem;top:14.625rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #J4ZRcqX6aaMvou805BsRTTdRC8NyaNBn { display:block; }
 }@media only screen and (max-width: 959px) { #QuPGdbPdT7FouUV4EwRS1GWPAdq0tanA { display:block; }#QuPGdbPdT7FouUV4EwRS1GWPAdq0tanA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #WOmdmW7lnidTWres9wha5EmHTr0xtUtD { width:12.5rem;height:12.5rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #Lsfw6kMoNHHQs8ZirDbPAvW3tsq7xsed { width:12.5rem;height:12.5rem;top:1.125rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #i3QaKrmH5H4scS29Lw5HrlkNZA7Vqvgy { width:12.5rem;height:12.5rem;top:1.0625rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #zWG3t5oGsbAnnTLKoNOwSG4TTwPi6ZWf { width:12.5rem;height:12.5rem;top:1.0625rem;left:23.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #Mc0hZo7ZTsXRPi83dANnIoSvWeKKBbfd { width:13.125rem;height:13.125rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #IP9OH7ZtuDeazdTqR8oGC8gauO1LKaQD { width:13.125rem;height:13.125rem;top:0.8125rem;left:34.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #BJNpnxL9zgm9V0b4DXSdCmnNDxwJ9ZsD { width:13.125rem;height:13.125rem;top:0.8125rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #IfB5JfnpOvThaaKf1rqe0bddDh9Sc3ec { width:13.125rem;height:13.125rem;top:0.8125rem;left:22.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #rNkZbZENInw2nuUnCeZEStqIEps5nwRa { width:8.5rem;height:1.375rem;top:15.5625rem;left:1.71875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #p4WIQ5gMJADiRA0w7ndIgh2suZHPRhU9 { width:10.8125rem;height:2.75rem;top:14.875rem;left:12.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #VE6UaI07u61PBORPKJbBUPiprpHZ7tVP { width:12.0625rem;height:2.75rem;top:14.875rem;left:23.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #HcxRhgNnnPeEwVL4JSI4DUGdsWGeBdtn { width:14.25rem;height:2.875rem;top:19.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #lZmDlQ4ECKxeaHcNOThLT3nolXbsVQcs { width:14.25rem;height:2.875rem;top:19.5rem;left:9.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #uLtXWmTh3GqDFtrViOGX5l5vLix1DTBb { width:13.5625rem;height:2.875rem;top:19.5rem;left:22.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #FWPByzcu1yxKoXCifWg4UUUMJ4wN48VT { width:8.5rem;height:2.75rem;top:14.875rem;left:37.53125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #LM6pQXuSTIet4g5h7a4AIHT21fV8Cky5 { width:14.25rem;height:2.875rem;top:19.5625rem;left:33.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #z7xUCFm75tr97yhV2TL9zFBo6xPE8i1h { width:12.4375rem;height:3.5625rem;top:22.375rem;left:11.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #vnbGgDx2QQK5vf3yB5C9Bmq1a0kSiSOI { width:12.3125rem;height:3.5625rem;top:22.375rem;left:23.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #myXxH33KpBELloIyBtpX1Zw5umCTnXmC { width:12.5625rem;height:2.375rem;top:22.8125rem;left:35.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #s6ik1fzmVeGMsCIacF9J9hCtSR1skmE3 { width:9.875rem;height:2.5rem;top:22.5625rem;left:1.03125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #WRq92RLTu55iLsJo3bwJyD3nhH5ckD4a { width:12.875rem;height:7.8125rem;top:19rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #FUVMH2oFSyQnCdZNMLM37NgxnT3LoZWU { width:12.875rem;height:7.8125rem;top:19rem;left:11rem;display:block; }
 }@media only screen and (max-width: 959px) { #SfgQhm5My3S8foRFsOXHzaK8vsNAGLq0 { width:12.875rem;height:7.8125rem;top:19rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #pAmPM0MmtPEll0nUOQB0Qb56QkVZz923 { width:12.875rem;height:7.8125rem;top:19rem;left:34.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #FwA4irMwJvy74ukxQysd0gmT5ITwJFq7 { display:block; }#FwA4irMwJvy74ukxQysd0gmT5ITwJFq7 > .row .container { width:47.75rem;height:26.4375rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #WMllU05ceSViTh3iHkhhVWpGpeAmtLmg { width:20.5rem;height:1.4375rem;top:5.875rem;left:2.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #GomdwCwDJd3SVIBh69mqyiswRDx6KrIx { width:19.6875rem;height:1.6875rem;top:2.0625rem;left:4.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #koKRLiWsE9wpz9vMChkOocTAWpiyaEmh { width:21.375rem;height:1.4375rem;top:7.625rem;left:2.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #dIMebhKxzuHUNT8BvVc4whby6GnUPAz9 { width:25.375rem;height:1.4375rem;top:9.4375rem;left:2.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #g7y0unMKH52qrakygTJydmWsKLS5HlgX { width:20.5rem;height:1.4375rem;top:11.25rem;left:2.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #XivNmSRfBTbv6sJvGUiG1MwxPAK0X6ge { width:20.5rem;height:1.4375rem;top:13.125rem;left:2.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #Dxeh5T6TvHmgvQUK1Mfr9OZmHVaJrwPm { width:21.875rem;height:2.5625rem;top:1.625rem;left:2rem;display:block; }
 }@media only screen and (max-width: 959px) { #c55qd0goMADa0lOPA3RxRcuVDpFk8JXc { width:22.9375rem;height:2.875rem;top:8.6875rem;left:24.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #MTUMBvOO0nC8q2ahsb7skhGzSRwZvKOk { width:21.875rem;height:1.4375rem;top:11.4375rem;left:24.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #vqlsEKnHUtuDF6UHkwGq3I6C0zDAvHwm { width:22.8125rem;height:1.4375rem;top:12.8125rem;left:24.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #AOlHGThSOVSad71RcFQiZLqvn8g7UHlx { width:23.375rem;height:1.4375rem;top:5.9375rem;left:24.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #S4mdkGMRZLNuKiZ5PnLIv3mldTG8r4DJ { width:22.9375rem;height:1.4375rem;top:7.3125rem;left:24.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #TOXiLhTKKdbV0D0iUURbqQU4alqBcecL { width:22.5rem;height:2.5625rem;top:1.625rem;left:24.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #wmhR2fOuqcH75hInU6B22n5uMEVdmN4m { width:16.875rem;height:1.6875rem;top:2.0625rem;left:27.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #B7V9yhOrbwTiT93mo3P9Kl8abXGD6o2W { width:20.5rem;height:1.4375rem;top:14.875rem;left:2.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #NNdo8lK2a95mttc9J2ucoOnKoq5PFodX { width:22.0625rem;height:1.4375rem;top:16.5625rem;left:2.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #v2HtT8zH4vTJTm9C4CgTDIFIgAbgfvAX { width:20.5rem;height:1.4375rem;top:18.25rem;left:2.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #q1fvVux32D3F4pDEWofsWI1Bn783Rnh3 { width:20.5rem;height:1.4375rem;top:19.9375rem;left:2.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #XnqDhTwvOZQzIA7QTTMWRKq33vTuIbKG { width:21.875rem;height:1.4375rem;top:21.625rem;left:2.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #y8fi9NrfQRm4LIK0iKbQTBvF5T6zXZCq { width:21.875rem;height:1.4375rem;top:24.125rem;left:24.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #Vi1USpiTLtmRu1ztapEi1PQp0T5NoxS4 { width:20.25rem;height:2.875rem;top:14.4375rem;left:24.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #CaTh5kZ4Bk9PqTILlOurZ2vfE1i8Dtb6 { width:24.0625rem;height:1.4375rem;top:19.0625rem;left:24.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #OU9i3Bv6rg2Kvvv0enEQDylseTzZ9x2z { width:23.625rem;height:1.4375rem;top:17.375rem;left:24.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #PAobHOo2foJO0irMnUI8LwuBMQGtTvCg { width:20.5rem;height:1.4375rem;top:20.75rem;left:24.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #uvvTRH9K1eaTZamWztkvKA1NdwrMw8Ef { width:20.5rem;height:1.4375rem;top:22.4375rem;left:24.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #sEm6TwwUzieqx9DKMcePGJ0Tohmayg1v { display:block; }#sEm6TwwUzieqx9DKMcePGJ0Tohmayg1v > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #FmVLftgEhawaLBiRe9ERHSWwq2CBSiqA { width:32.75rem;height:2.625rem;top:1.6875rem;left:7.5rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #ykJKvTg84hwLztoaf8m9u0KdeDMJnT86 { display:block; }#ykJKvTg84hwLztoaf8m9u0KdeDMJnT86 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #wq5RnOaLTcsco6uJ5tfzNtvDTRxxEH6l { width:8.5rem;height:3.75rem;top:5.6875rem;left:1.34375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #qHG7vCcUThrD3bSVeVRtTLntHcf5GKQG { width:9.125rem;height:3.8125rem;top:5.8125rem;left:13.21875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #oxD4RJoD8SPEHt6AJsUImqr8TWGxSzPA { width:9.875rem;height:5rem;top:5.0625rem;left:24.53125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #aN0kTkbid8No89eNQoTSCXRvRegAnZya { width:9.9375rem;height:3.125rem;top:6rem;left:36.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #kSBWTUoOrEHBxbZcQz50QvwK1GXnAIw1 { width:11.5625rem;height:7rem;top:3.6875rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #qxH5Q8n7DyaLWDDtVR6NxwcO81N56fJX { width:11.375rem;height:6.875rem;top:3.6875rem;left:12.22256097561rem;display:block; }
 }@media only screen and (max-width: 959px) { #fnsFAJMqtPamVBmlyh7OS38R8sZU4THW { width:11.1875rem;height:6.75rem;top:3.75rem;left:24.242378048781rem;display:block; }
 }@media only screen and (max-width: 959px) { #nzF8X6nMGFQlAITWcmVQ4WuwLR7DngXV { width:11.5rem;height:6.9375rem;top:3.6875rem;left:36.118902439024rem;display:block; }
 }@media only screen and (max-width: 959px) { #tJUCgd2ueLvSMB2HPvzvFzkD79NdW2e3 { width:2.9375rem;height:2.9375rem;top:4.4375rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #oHJWxo1g4bGGKy3SLaWrr6EaTirGpeNX { width:2.75rem;height:2.75rem;top:4.375rem;left:20.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #bdVMqPp5y6xFVFg1O04m6tletTaowJRn { width:3rem;height:3rem;top:3.8125rem;left:32.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #TRKT4FZIDFxTGvrX04s3ZFIinAJdQDrS { width:2.8125rem;height:2.8125rem;top:4rem;left:44.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #I7kTSSWXMuPVohuSnLCxXztXlEITlGlC { display:none; }#I7kTSSWXMuPVohuSnLCxXztXlEITlGlC > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 959px) { #qTxOgyotTINlvhwK9frSNUcLGB0zmeWb { width:13.75rem;height:;top:5.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #SDPcUnI7exxciBpJLKtbvlTQTTrVOSK6 { width:14.4375rem;height:;top:1.375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #h671rCHTffoqJTQRMdsLQJZwCEU1tlwV { width:13.75rem;height:;top:11.1875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #WV8Tc9LPItqkONeqlJ46bFKWi0V6KbOc { width:10.625rem;height:3rem;top:2.1875rem;left:11.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #A36PA5xeF14ul4eG3Upi5m6IHKLGn9Bh { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 959px) { #dr6WbDNgIKsVts34FOmQEfzVfyvHfdtn { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #hULeLKzIod100Z2dGO4y1OTKWuxvuTay { position:relative;z-index:auto;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hULeLKzIod100Z2dGO4y1OTKWuxvuTay > .row .container { background-color: transparent; background-image: none; }#hULeLKzIod100Z2dGO4y1OTKWuxvuTay::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hULeLKzIod100Z2dGO4y1OTKWuxvuTay > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hULeLKzIod100Z2dGO4y1OTKWuxvuTay > .row .container > .video-iframe-container { display: none; }#hULeLKzIod100Z2dGO4y1OTKWuxvuTay > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hULeLKzIod100Z2dGO4y1OTKWuxvuTay > .row > .video-iframe-container { display: none; }#hULeLKzIod100Z2dGO4y1OTKWuxvuTay > .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); }#hULeLKzIod100Z2dGO4y1OTKWuxvuTay > .row .container { border-width: 0; border-radius: 0; }#hULeLKzIod100Z2dGO4y1OTKWuxvuTay > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hULeLKzIod100Z2dGO4y1OTKWuxvuTay > .row .container { width:20rem;height:3.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Od7JQHIttffL1aZRSkhhtr6UpTQplq89 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#Od7JQHIttffL1aZRSkhhtr6UpTQplq89 .widget-text.counter-number { padding-top:0.195rem;padding-right:0.1725rem;padding-bottom:0.195rem;padding-left:0.1725rem;width:1.03625rem;min-width:1.03625rem;height:1.046875rem;font-size:0.77875rem;line-height:16.75px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#Od7JQHIttffL1aZRSkhhtr6UpTQplq89 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.121875rem;margin-right:0;margin-bottom:0;margin-left:0;width:1.381875rem;height:0.41375rem;font-size:0.291875rem;line-height:6.62px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#Od7JQHIttffL1aZRSkhhtr6UpTQplq89 { display:flex;width:9.5rem;height:1.9725rem;top:0.7626953125rem;left:5.0703125rem;padding-top:0.17375rem;padding-right:0.178125rem;padding-bottom:0.17375rem;padding-left:0.178125rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #Od7JQHIttffL1aZRSkhhtr6UpTQplq89 #JiaRVTlhsyRxx9mIytxhwRxTH4HLicyX { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Od7JQHIttffL1aZRSkhhtr6UpTQplq89 #PKrTQ7dLZzcA37nTxDKUarDqeVyssAZL {  }
 }@media only screen and (max-width: 763px) { #Od7JQHIttffL1aZRSkhhtr6UpTQplq89 #c9fAL95aP4xJUFfvD3a7vQT4AS0P7T8a {  }
 }@media only screen and (max-width: 763px) { #Od7JQHIttffL1aZRSkhhtr6UpTQplq89 #gV8ZQkkK58Mzu9Kra8MhWApOFwHVTXpM { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Od7JQHIttffL1aZRSkhhtr6UpTQplq89 #CZWGbu76hBZCSmHdFbdLskthVHZrtFTW {  }
 }@media only screen and (max-width: 763px) { #Od7JQHIttffL1aZRSkhhtr6UpTQplq89 #IMePpWRPeK1XwU935VJqkdNWXA7xtepz {  }
 }@media only screen and (max-width: 763px) { #Od7JQHIttffL1aZRSkhhtr6UpTQplq89 #MnoTxfQs8to6R4A5M4lubXPVs9d7PXcL { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Od7JQHIttffL1aZRSkhhtr6UpTQplq89 #SPwIxH3AoFiF9vq1NWv8y7AT3i802EsO {  }
 }@media only screen and (max-width: 763px) { #Od7JQHIttffL1aZRSkhhtr6UpTQplq89 #nT05W9azCWrQToeVI9Dsw32vRds8UWgM {  }
 }@media only screen and (max-width: 763px) { #Od7JQHIttffL1aZRSkhhtr6UpTQplq89 #KTEB1WHrvzohmw9MnNl0z8AfAX7Rcydc { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Od7JQHIttffL1aZRSkhhtr6UpTQplq89 #w60GBegzZbaM8dFThVNuSgMTtu1VfPlo {  }
 }@media only screen and (max-width: 763px) { #Od7JQHIttffL1aZRSkhhtr6UpTQplq89 #DA2nZo2Sqg1s31kt6icIFS8HZ3TwnqV0 {  }
 }@media only screen and (max-width: 763px) { #rzELENaWHishuLuhqJdubZSIyTC6B4JA { width:3.25rem;height:1.625rem;top:1.0625rem;left:15.930091594828rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKAnvLKoO27uQTt8QQFp2282ZGCsdtXi { width:3.6875rem;height:1.625rem;top:1rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HV4uTo7eezo0R05zz6dGOUfvSuBK5o86 { background-color:#f8f4e9;background-image:url("https://images.assets-landingi.com/uc/0fb455f5-87f8-44d9-bacb-27f6a917d616/YOGATONInstagramstory.png");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#HV4uTo7eezo0R05zz6dGOUfvSuBK5o86.adaptive-delivery-prevent-bg, #HV4uTo7eezo0R05zz6dGOUfvSuBK5o86.lazyload, #HV4uTo7eezo0R05zz6dGOUfvSuBK5o86.lazyloading { background-image: none; }#HV4uTo7eezo0R05zz6dGOUfvSuBK5o86 > .row .container { background-color: transparent; background-image: none; }#HV4uTo7eezo0R05zz6dGOUfvSuBK5o86::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HV4uTo7eezo0R05zz6dGOUfvSuBK5o86 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HV4uTo7eezo0R05zz6dGOUfvSuBK5o86 > .row .container > .video-iframe-container { display: none; }#HV4uTo7eezo0R05zz6dGOUfvSuBK5o86 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HV4uTo7eezo0R05zz6dGOUfvSuBK5o86 > .row > .video-iframe-container { display: none; }#HV4uTo7eezo0R05zz6dGOUfvSuBK5o86 > .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); }#HV4uTo7eezo0R05zz6dGOUfvSuBK5o86 > .row .container { width:20rem;height:38.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qVQTJUOozPZTXPq0mwGuQNXLaKmpDZmh { width:16.0625rem;height:2.75rem;top:29.75rem;left:1.96875rem;z-index:15009;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhVps406mDUUmDJyTb5hbuPeOrpqNHBv { display:block; }
 }@media only screen and (max-width: 763px) { #ATzwT0kvcAadmbiHFVKvzLdeQXzZ00up { width:8.5625rem;height:1.70605625rem;top:22.138671875rem;left:10.5rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PbLKQEoO0wkS3BCwvRcXhnmOqLc0SZL9 { width:20rem;height:7.9668125rem;top:15.484375rem;left:0rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #hF6tkuxnFSCbwIcICRiTBAXh4snnmfWz { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/d4e0ee36-c126-48e8-8fb8-07c315e397b2/YOGATON14.preview.flip.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#hF6tkuxnFSCbwIcICRiTBAXh4snnmfWz.adaptive-delivery-prevent-bg, #hF6tkuxnFSCbwIcICRiTBAXh4snnmfWz.lazyload, #hF6tkuxnFSCbwIcICRiTBAXh4snnmfWz.lazyloading { background-image: none; }#hF6tkuxnFSCbwIcICRiTBAXh4snnmfWz > .row .container { background-color: transparent; background-image: none; }#hF6tkuxnFSCbwIcICRiTBAXh4snnmfWz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hF6tkuxnFSCbwIcICRiTBAXh4snnmfWz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hF6tkuxnFSCbwIcICRiTBAXh4snnmfWz > .row .container > .video-iframe-container { display: none; }#hF6tkuxnFSCbwIcICRiTBAXh4snnmfWz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hF6tkuxnFSCbwIcICRiTBAXh4snnmfWz > .row > .video-iframe-container { display: none; }#hF6tkuxnFSCbwIcICRiTBAXh4snnmfWz > .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); }#hF6tkuxnFSCbwIcICRiTBAXh4snnmfWz > .row .container { width:20rem;height:48.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vtBLLEcvgoXO6QPHTTTgh1LiTKWtJqe9 { width:18.8125rem;height:2.2734375rem;top:5.65625rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 .widget-form-header {  }
#GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.75rem;font-weight:bold;color:#909090;width:11.8125rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left; }
#GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 .widget-input-text { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:11.8125rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 .widget-input-text {padding-top: 0; padding-bottom: 0;}#GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 .widget-textarea { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:11.8125rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:11.8125rem;box-sizing:border-box;height:2.5rem;color:#646464;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 .widget-input-select {padding-top: 0; padding-bottom: 0;}#GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 .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:transparent;background-image: -webkit-linear-gradient(180deg, #a350f1, #2f0358);background-image: -moz-linear-gradient(180deg, #a350f1, #2f0358);background-image: -ms-linear-gradient(180deg, #a350f1, #2f0358);background-image: -o-linear-gradient(180deg, #a350f1, #2f0358);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a350f1', endColorstr='#2f0358' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a350f1', endColorstr='#2f0358' );";background-image: linear-gradient(180deg, #a350f1, #2f0358);background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:0.9375rem;font-weight:bold;color:#f2f9ff;width:11.8125rem;height:3.4375rem;font-family:"open sans";overflow:hidden; }
#GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 .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.6875rem;font-weight:300;color:#000000;vertical-align:top;width:10.625rem;overflow:hidden;font-style:normal; }
#GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 .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; }
#GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 .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.5; }
#GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 .widget-container:first-of-type{padding-top:0;}#GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 .widget-container:last-of-type{padding-bottom:0;}#GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:13.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(0,0,0,0.15) ;left:2.84375rem;top:7.1875rem;z-index:15002; }
#GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:11.8125rem;display:block;vertical-align:top; }
#GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:2rem;line-height:1.3;font-weight:700;color:#3c3c3b;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 {display:block;}#GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:13.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(0,0,0,0.15) ;left:2.84375rem;top:7.1875rem;z-index:15002; }
 }@media only screen and (max-width: 763px) { #GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 #UpfAgDRwTF6N76eOl2zNBH3qGKOB5SUt {  }
 }@media only screen and (max-width: 763px) { #GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 #tp9GQbF0fJ5eUFwiGOddgA28HZTs9Epv { display:block; }
 }@media only screen and (max-width: 763px) { #GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 #uLtHNFCOBe0TsJ3gLoAuVMauei6qTomk {  }
 }@media only screen and (max-width: 763px) { #GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 #E20f7cPkFFsG9fnmh4n1Mo6UTRDU4f7U {  }
 }@media only screen and (max-width: 763px) { #GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 #eh6ffwbL6VcV0tPadKgqV0ILRndoW6Zl { display:block; }
 }@media only screen and (max-width: 763px) { #GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 #x0Da71Xbi4qWtVAGBRDApgO9TTAkLhsb {  }
 }@media only screen and (max-width: 763px) { #GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 #HKknA8qXJsqvUKX0PahBuGWVcLE2M2oM {  }
 }@media only screen and (max-width: 763px) { #GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 #z13rCexhbyEuPKx4fk9iLUWeFSSHyzTK { display:block; }
 }@media only screen and (max-width: 763px) { #GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 #oXX5wIP39tpcIGrV1VtufJRQWDoFTMVB {  }
 }@media only screen and (max-width: 763px) { #GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 #kyMOVeAluVeDTMd3hTJ1UtUtwXJr7UOw {  }
 }@media only screen and (max-width: 763px) { #GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 #ufwiDR7pbgZxRtoT5tmBWb5XnzyzyKHa { display:block; }
 }@media only screen and (max-width: 763px) { #GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 #PU7rZr431JKPWksH62XfcDw0WN4uKAFk {  }
 }@media only screen and (max-width: 763px) { #GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 #fesAGq68n8yDdItXxwroWtFdbxxhspQ4 {  }
 }@media only screen and (max-width: 763px) { #GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 #rXAZFyoQrtrhMCfKRfWCH3INt5R3hEKC { display:block; }
 }@media only screen and (max-width: 763px) { #GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 #VRx6rTnPqAiRTWb5n1gLlBCQ0vSmnipX {  }
 }@media only screen and (max-width: 763px) { #GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 #wX3qg55nKLOGXHHSJffPgA1hX2d89bRu {  }
 }@media only screen and (max-width: 763px) { #GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 #OITzL5sM4KV8VliuyZVlAfGXt8GlhScn {  }
 }@media only screen and (max-width: 763px) { #L2er0JyvSiP2RudkCgIr4zQM7BkJiR5A { width:20rem;height:2.0625rem;top:2.71875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #KxTi1mgcTM5wEC65rN9FM3zy3rgDSbXe { width:9.9375rem;height:23.3125rem;top:13rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RWTSkBfahwAlHhbpCmsrdWeUVkn4lTb1 { top:33.25rem;left:0rem;width:20rem;height:12.9375rem;z-index:15011;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #k2b7GseNTTN8fQkM9Uh8hSxtLTh5Br6D { display:block; }#k2b7GseNTTN8fQkM9Uh8hSxtLTh5Br6D > .row .container { width:20rem;height:31.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #npR9VawbRP31OOT7lQG1tt89IVOl0eXd { width:16.5rem;height:14.625rem;top:5.162109375rem;left:1.5rem;text-align:left;text-align-last:left;font-size:0.9375rem;line-height:1.3;color:rgba(50,7,79,0.7);display:block; }
 }@media only screen and (max-width: 763px) { #kkysTNKBnqClT7vPAzMktRh10gZzEhvN { width:13.5rem;height:2.5996125rem;top:2.5625rem;left:1.5rem;font-size:2rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #b056yClODGIaNityFFK7dvty8Avoq8Mg { height:10.1875rem;width:18.3125rem;top:18.6826171875rem;left:0.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdRPGCOUCx3U45nakbLXhDkTTRKvyy46 { width:20rem;height:31.4375rem;top:-0.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUgQNJWVVB2F6Or7WULnpcm9bIszJEtu { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/6944d16a-c354-4d7c-84fa-16a350792bba/YOGATONInstagramstory2.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#CUgQNJWVVB2F6Or7WULnpcm9bIszJEtu.adaptive-delivery-prevent-bg, #CUgQNJWVVB2F6Or7WULnpcm9bIszJEtu.lazyload, #CUgQNJWVVB2F6Or7WULnpcm9bIszJEtu.lazyloading { background-image: none; }#CUgQNJWVVB2F6Or7WULnpcm9bIszJEtu > .row .container { background-color: transparent; background-image: none; }#CUgQNJWVVB2F6Or7WULnpcm9bIszJEtu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CUgQNJWVVB2F6Or7WULnpcm9bIszJEtu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CUgQNJWVVB2F6Or7WULnpcm9bIszJEtu > .row .container > .video-iframe-container { display: none; }#CUgQNJWVVB2F6Or7WULnpcm9bIszJEtu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CUgQNJWVVB2F6Or7WULnpcm9bIszJEtu > .row > .video-iframe-container { display: none; }#CUgQNJWVVB2F6Or7WULnpcm9bIszJEtu > .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); }#CUgQNJWVVB2F6Or7WULnpcm9bIszJEtu > .row .container { width:20rem;height:34.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vrU7WeXEZmZTZUhZBxqKNEvWR86Z0Z95 { width:7.6875rem;height:4.25rem;top:8.3125rem;left:1.125rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhhLydOv0mh95WfKbrO2Ja7IkVJfCKbc { width:8.4375rem;height:4.25rem;top:8.3125rem;left:10.65625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mO916Bdu6JpW1QErxsoAo7grX2VGfZv7 { width:9.875rem;height:4.673825rem;top:29.4375rem;left:9.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmZnz5ITKOTwEaEOE1FwSal5ReaVPF7k { width:9.9375rem;height:2.125rem;top:29.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JeR8cezL4rzJHEN13ZZnWtngcoo1fTkQ { width:5.375rem;height:5.375rem;top:45.3125rem;left:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #LVBT6vL6LLB0kOAUAg6ab8LsT3pUUGFa { top:22.0625rem;left:2.3125rem;width:5rem;height:5rem;z-index:15031;color:#ffffff;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aM5cT3XzadEGykE6ehbObMhT0D1bRuIV { top:22.125rem;left:12.625rem;width:4.875rem;height:4.875rem;z-index:15032;font-size:3.375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #eOhF7OyUOG06zC7p1iIhNZM3gm6GETx1 { top:1.3125rem;left:12.1875rem;width:4.8125rem;height:4.8125rem;z-index:15033;color:#ffffff;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gx8qtfy5KuVRQAAvwIG6txFFfR1LJZ3C { top:1.75rem;left:3.25rem;width:4.25rem;height:4.25rem;z-index:15034;color:#ffffff;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCmhvuU6AsdhRnMemIBAMArldTfMuXza { width:7.5rem;height:7.5rem;top:20.8125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #do5M4q9DH034aC9OGuXP88W7S96NuDvo { width:7.5rem;height:7.5rem;top:0.125rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfsgtm9ORTr3dleMb0tuRWrqWBTBmdBg { width:7.5rem;height:7.5rem;top:0rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I38O9V154c48kxoJzzq6wKZ7hasL8hdP { width:7.5rem;height:7.5rem;top:20.8125rem;left:11.3125rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #nvfXq9T8toA2M9BlVdygRAwVEJ8GA9NT { display:block; }#nvfXq9T8toA2M9BlVdygRAwVEJ8GA9NT > .row .container { width:20rem;height:43.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fV57nav7Q8fto1hlC2TQA625czrXWfD7 { width:20rem;height:0.95605625rem;top:2.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15004;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #qsZESaWfBmynfqnJ0TQw5avZnKI7DWoN { width:9.0625rem;height:2.5625rem;top:39.8125rem;left:5.46875rem;z-index:15009;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgL1MhinzlVMbTsDTdXgl9lZX17xFbll { display:block; }
 }@media only screen and (max-width: 763px) { #o4g7xNV4aLzR9JXVGiABaHNcCG9XySrJ { width:17.25rem;height:26.76948125rem;top:0rem;left:1.375rem;text-align:left;text-align-last:left;font-size:1.0625rem;z-index:15004;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #FmP95SV20a6Sb0UKo3e52Cc8294JOr2H { width:18.875rem;height:9.75rem;top:27.8125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTvczBchLs89o73WV6DaU5AKP2DwhXJD { display:block; }#LTvczBchLs89o73WV6DaU5AKP2DwhXJD > .row .container { width:20rem;height:26.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yA7JH3Awh7gzmoUBKi5ah4g9V73dniiT { width:4.25rem;height:2rem;top:1.1875rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDDyf04NwCCVQausU4dnmKh14uvaybkd { width:19.0625rem;height:9.746125rem;top:3.78125rem;left:0.46875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTPsXNQrhtwfz6RmLzTPklr7ePGTZmE1 { width:20rem;height:2.5996125rem;top:15.5244140625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gceO6irBq45vRhtFALZTWgH75FolVDeD { width:3.125rem;height:3.125rem;top:18.0625rem;left:5.0625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMKhRC2VlqmfS6KdnAIqaJT5QKABaKV9 { width:3.125rem;height:3.125rem;top:18.0625rem;left:11.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xo3P9MP4CgoFVQcT85lcDJUqPFHHupUl { width:12.5rem;height:6.875rem;top:25.375rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #oJ70HQSQAFFhkfUqSzU38vC5XlxEHdxf { width:3.125rem;height:3.125rem;top:23.0869140625rem;left:10.5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dycc9vtSVEpwhxTs4ToJx6UHVqMFFFt8 { width:20rem;height:1.29980625rem;top:21.787109375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuD0E3T28lSINMah0hpbG1xFJQKoexSL { width:3.625rem;height:1.9375rem;top:1.21875rem;left:12.6875rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #KJwI7PCCFRJS6QS5JTb9dz4XSVH6mEQc { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/Jf3I07N8/Yoga_Online_Interac_Celu.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:none; }#KJwI7PCCFRJS6QS5JTb9dz4XSVH6mEQc.adaptive-delivery-prevent-bg, #KJwI7PCCFRJS6QS5JTb9dz4XSVH6mEQc.lazyload, #KJwI7PCCFRJS6QS5JTb9dz4XSVH6mEQc.lazyloading { background-image: none; }#KJwI7PCCFRJS6QS5JTb9dz4XSVH6mEQc > .row .container { width:20rem;height:38.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #X4CLGsfK09EvspEIPP7LyPi3fae2uuch { width:18.125rem;height:7.95703125rem;top:24.375rem;left:0.875rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #DnTInwGP4FNnfJ4qJpQTGOicgruNpdLr { width:10.25rem;height:2.75rem;top:33.875rem;left:4.875rem;z-index:15009;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4ZRcqX6aaMvou805BsRTTdRC8NyaNBn { display:block; }
 }@media only screen and (max-width: 763px) { #QuPGdbPdT7FouUV4EwRS1GWPAdq0tanA { display:none; }#QuPGdbPdT7FouUV4EwRS1GWPAdq0tanA > .row .container { width:20rem;height:106.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WOmdmW7lnidTWres9wha5EmHTr0xtUtD { width:12.5rem;height:12.5rem;top:1.46875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lsfw6kMoNHHQs8ZirDbPAvW3tsq7xsed { width:12.5rem;height:12.5rem;top:80.5rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3QaKrmH5H4scS29Lw5HrlkNZA7Vqvgy { width:12.5rem;height:12.5rem;top:26.8125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWG3t5oGsbAnnTLKoNOwSG4TTwPi6ZWf { width:12.5rem;height:12.5rem;top:53.5rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mc0hZo7ZTsXRPi83dANnIoSvWeKKBbfd { width:13.125rem;height:13.125rem;top:1.25rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IP9OH7ZtuDeazdTqR8oGC8gauO1LKaQD { width:13.125rem;height:13.125rem;top:80.1875rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJNpnxL9zgm9V0b4DXSdCmnNDxwJ9ZsD { width:13.125rem;height:13.125rem;top:26.5625rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfB5JfnpOvThaaKf1rqe0bddDh9Sc3ec { width:13.125rem;height:13.125rem;top:53.25rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNkZbZENInw2nuUnCeZEStqIEps5nwRa { width:8.5rem;height:1.375rem;top:15.125rem;left:5.75rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4WIQ5gMJADiRA0w7ndIgh2suZHPRhU9 { width:10.8125rem;height:2.75rem;top:40.4375rem;left:4.625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VE6UaI07u61PBORPKJbBUPiprpHZ7tVP { width:12.0625rem;height:2.75rem;top:67.3125rem;left:4rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcxRhgNnnPeEwVL4JSI4DUGdsWGeBdtn { width:10.0625rem;height:2.986325rem;top:17.8125rem;left:4.8125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lZmDlQ4ECKxeaHcNOThLT3nolXbsVQcs { width:8.4375rem;height:2.986325rem;top:44.0625rem;left:5.6875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uLtXWmTh3GqDFtrViOGX5l5vLix1DTBb { width:9rem;height:2.986325rem;top:70.875rem;left:5.5rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FWPByzcu1yxKoXCifWg4UUUMJ4wN48VT { width:8.5rem;height:2.75rem;top:94.4375rem;left:5.875rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LM6pQXuSTIet4g5h7a4AIHT21fV8Cky5 { width:8.4375rem;height:2.986325rem;top:98.3125rem;left:5.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z7xUCFm75tr97yhV2TL9zFBo6xPE8i1h { width:12.4375rem;height:3.5625rem;top:46.875rem;left:3.8125rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnbGgDx2QQK5vf3yB5C9Bmq1a0kSiSOI { width:12.0625rem;height:3.5625rem;top:73.6875rem;left:4rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #myXxH33KpBELloIyBtpX1Zw5umCTnXmC { width:11.75rem;height:2.375rem;top:101.125rem;left:3.9375rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6ik1fzmVeGMsCIacF9J9hCtSR1skmE3 { width:8.375rem;height:2.5rem;top:21.375rem;left:5.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRq92RLTu55iLsJo3bwJyD3nhH5ckD4a { width:12.875rem;height:7.8125rem;top:17.125rem;left:3.5625rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #FUVMH2oFSyQnCdZNMLM37NgxnT3LoZWU { width:12.875rem;height:7.8125rem;top:43.625rem;left:3.5625rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #SfgQhm5My3S8foRFsOXHzaK8vsNAGLq0 { width:12.875rem;height:7.8125rem;top:70.4375rem;left:3.5625rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #pAmPM0MmtPEll0nUOQB0Qb56QkVZz923 { width:12.875rem;height:7.8125rem;top:97.4375rem;left:3.5625rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #FwA4irMwJvy74ukxQysd0gmT5ITwJFq7 { background-color:transparent;background-image: -webkit-linear-gradient(266deg, rgba(233,181,1,0.11), #ffffff);background-image: -moz-linear-gradient(266deg, rgba(233,181,1,0.11), #ffffff);background-image: -ms-linear-gradient(266deg, rgba(233,181,1,0.11), #ffffff);background-image: -o-linear-gradient(266deg, rgba(233,181,1,0.11), #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9b5011c', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9b5011c', endColorstr='#ffffff' );";background-image: linear-gradient(266deg, rgba(233,181,1,0.11), #ffffff);background-size:auto !important;display:none; }#FwA4irMwJvy74ukxQysd0gmT5ITwJFq7 > .row .container { width:20rem;height:48.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WMllU05ceSViTh3iHkhhVWpGpeAmtLmg { width:11.5rem;height:1.4433625rem;top:5.25rem;left:1.0625rem;text-align:left;text-align-last:left;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GomdwCwDJd3SVIBh69mqyiswRDx6KrIx { width:15.625rem;height:1.71875rem;top:2.375rem;left:2.25rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #koKRLiWsE9wpz9vMChkOocTAWpiyaEmh { width:11.125rem;height:1.4433625rem;top:6.75rem;left:1.0625rem;text-align:left;text-align-last:left;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIMebhKxzuHUNT8BvVc4whby6GnUPAz9 { width:18.5625rem;height:2.88671875rem;top:8.25rem;left:1.0625rem;text-align:left;text-align-last:left;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7y0unMKH52qrakygTJydmWsKLS5HlgX { width:19.875rem;height:1.4433625rem;top:11.125rem;left:1rem;text-align:left;text-align-last:left;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XivNmSRfBTbv6sJvGUiG1MwxPAK0X6ge { width:18rem;height:1.4433625rem;top:12.625rem;left:1rem;text-align:left;text-align-last:left;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dxeh5T6TvHmgvQUK1Mfr9OZmHVaJrwPm { width:20rem;height:2.5625rem;top:1.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c55qd0goMADa0lOPA3RxRcuVDpFk8JXc { width:17.9375rem;height:2.88671875rem;top:30.25rem;left:1.03125rem;text-align:left;text-align-last:left;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTUMBvOO0nC8q2ahsb7skhGzSRwZvKOk { width:17.875rem;height:1.4433625rem;top:33.125rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqlsEKnHUtuDF6UHkwGq3I6C0zDAvHwm { width:19.125rem;height:1.4433625rem;top:34.6875rem;left:0.875rem;text-align:left;text-align-last:left;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOlHGThSOVSad71RcFQiZLqvn8g7UHlx { width:19.0625rem;height:1.4433625rem;top:26rem;left:1.0625rem;text-align:left;text-align-last:left;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4mdkGMRZLNuKiZ5PnLIv3mldTG8r4DJ { width:18.0625rem;height:2.88671875rem;top:27.375rem;left:0.96875rem;text-align:left;text-align-last:left;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOXiLhTKKdbV0D0iUURbqQU4alqBcecL { width:20rem;height:2.5625rem;top:22.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmhR2fOuqcH75hInU6B22n5uMEVdmN4m { width:16.875rem;height:1.71875rem;top:22.6875rem;left:1.625rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7V9yhOrbwTiT93mo3P9Kl8abXGD6o2W { width:19.4375rem;height:1.4433625rem;top:14.125rem;left:1.0625rem;text-align:left;text-align-last:left;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNdo8lK2a95mttc9J2ucoOnKoq5PFodX { width:18.4375rem;height:1.4433625rem;top:15.625rem;left:1.125rem;text-align:left;text-align-last:left;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2HtT8zH4vTJTm9C4CgTDIFIgAbgfvAX { width:16.625rem;height:1.4433625rem;top:17.125rem;left:1rem;text-align:left;text-align-last:left;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1fvVux32D3F4pDEWofsWI1Bn783Rnh3 { width:17.4375rem;height:1.4433625rem;top:18.625rem;left:1.0625rem;text-align:left;text-align-last:left;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnqDhTwvOZQzIA7QTTMWRKq33vTuIbKG { width:19.0625rem;height:1.4433625rem;top:20.125rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8fi9NrfQRm4LIK0iKbQTBvF5T6zXZCq { width:18.5rem;height:1.4433625rem;top:44.75rem;left:1.0625rem;text-align:left;text-align-last:left;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vi1USpiTLtmRu1ztapEi1PQp0T5NoxS4 { width:17.1875rem;height:2.88671875rem;top:36.125rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CaTh5kZ4Bk9PqTILlOurZ2vfE1i8Dtb6 { width:18.6875rem;height:1.4433625rem;top:40.4375rem;left:1.0625rem;text-align:left;text-align-last:left;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OU9i3Bv6rg2Kvvv0enEQDylseTzZ9x2z { width:18.8125rem;height:1.4433625rem;top:39rem;left:1rem;text-align:left;text-align-last:left;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PAobHOo2foJO0irMnUI8LwuBMQGtTvCg { width:17.9375rem;height:1.4433625rem;top:41.875rem;left:1.0625rem;text-align:left;text-align-last:left;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvvTRH9K1eaTZamWztkvKA1NdwrMw8Ef { width:17.0625rem;height:1.4433625rem;top:43.3125rem;left:1.0625rem;text-align:left;text-align-last:left;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEm6TwwUzieqx9DKMcePGJ0Tohmayg1v { display:none; }#sEm6TwwUzieqx9DKMcePGJ0Tohmayg1v > .row .container { width:20rem;height:5.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FmVLftgEhawaLBiRe9ERHSWwq2CBSiqA { width:20rem;height:5.361325rem;top:0.5625rem;left:0rem;font-size:2.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ykJKvTg84hwLztoaf8m9u0KdeDMJnT86 { display:none; }#ykJKvTg84hwLztoaf8m9u0KdeDMJnT86 > .row .container { width:20rem;height:42.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wq5RnOaLTcsco6uJ5tfzNtvDTRxxEH6l { width:8.5rem;height:3.75rem;top:3.28125rem;left:5.75rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHG7vCcUThrD3bSVeVRtTLntHcf5GKQG { width:9.125rem;height:3.8125rem;top:13.8125rem;left:5.4375rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxD4RJoD8SPEHt6AJsUImqr8TWGxSzPA { width:9.875rem;height:5rem;top:23.5rem;left:5.0625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aN0kTkbid8No89eNQoTSCXRvRegAnZya { width:9.9375rem;height:3.1484375rem;top:34.25rem;left:5.0625rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSBWTUoOrEHBxbZcQz50QvwK1GXnAIw1 { width:12.875rem;height:7.8125rem;top:1.25rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxH5Q8n7DyaLWDDtVR6NxwcO81N56fJX { width:12.875rem;height:7.8125rem;top:11.625rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnsFAJMqtPamVBmlyh7OS38R8sZU4THW { width:12.875rem;height:7.8125rem;top:22.0625rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzF8X6nMGFQlAITWcmVQ4WuwLR7DngXV { width:12.875rem;height:7.8125rem;top:31.9375rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJUCgd2ueLvSMB2HPvzvFzkD79NdW2e3 { width:4.875rem;height:4.875rem;top:0.625rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHJWxo1g4bGGKy3SLaWrr6EaTirGpeNX { width:4.875rem;height:4.875rem;top:11.625rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdVMqPp5y6xFVFg1O04m6tletTaowJRn { width:4.875rem;height:4.875rem;top:22.0625rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRKT4FZIDFxTGvrX04s3ZFIinAJdQDrS { width:4.875rem;height:4.875rem;top:31.9375rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7kTSSWXMuPVohuSnLCxXztXlEITlGlC { display:none; }#I7kTSSWXMuPVohuSnLCxXztXlEITlGlC > .row .container { width:20rem;height:14.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qTxOgyotTINlvhwK9frSNUcLGB0zmeWb { width:13.75rem;height:2.75rem;top:5.625rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #SDPcUnI7exxciBpJLKtbvlTQTTrVOSK6 { width:14.4375rem;height:3rem;top:1.375rem;left:2.78125rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #h671rCHTffoqJTQRMdsLQJZwCEU1tlwV { width:13.75rem;height:2.75rem;top:9.9375rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #WV8Tc9LPItqkONeqlJ46bFKWi0V6KbOc { width:10.625rem;height:0;top:10.375rem;left:4.6875rem;text-align:center;text-align-last:center;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #A36PA5xeF14ul4eG3Upi5m6IHKLGn9Bh { top:5.4375rem;left:2.5625rem;width:3.125rem;height:3.125rem;z-index:15012;color:#f1c40f;display:block; }
 }@media only screen and (max-width: 763px) { #dr6WbDNgIKsVts34FOmQEfzVfyvHfdtn { top:9.75rem;left:2.5625rem;width:3.125rem;height:3.125rem;z-index:15013;color:#f1c40f;display:block; }
 }