.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#br1hLCxJDTRnt90LZ7pprK1CMaiJag8X { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;z-index:auto;display:block; }#br1hLCxJDTRnt90LZ7pprK1CMaiJag8X > .row .container { background-color: transparent; background-image: none; }#br1hLCxJDTRnt90LZ7pprK1CMaiJag8X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#br1hLCxJDTRnt90LZ7pprK1CMaiJag8X > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#br1hLCxJDTRnt90LZ7pprK1CMaiJag8X > .row .container > .video-iframe-container { display: none; }#br1hLCxJDTRnt90LZ7pprK1CMaiJag8X > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#br1hLCxJDTRnt90LZ7pprK1CMaiJag8X > .row > .video-iframe-container { display: none; }#br1hLCxJDTRnt90LZ7pprK1CMaiJag8X > .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); }#br1hLCxJDTRnt90LZ7pprK1CMaiJag8X > .row .container { border-width: 0; border-radius: 0; }#br1hLCxJDTRnt90LZ7pprK1CMaiJag8X > .row > .video-iframe-container {  }#br1hLCxJDTRnt90LZ7pprK1CMaiJag8X > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:block; }#nTo9Qzc1wWPVsupSa6fzEoIcHACZBEO8 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:0.9375rem;left:72.5rem; }
#nTo9Qzc1wWPVsupSa6fzEoIcHACZBEO8 > img { max-width: 100%;max-height:100%; }#V5igNcHXzmA0CvKukeWuxEFRVnSBZy9M { background-color:#e97645;background-image:none;background-position:top left !important;background-repeat: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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.9375rem;height:2.8125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:0.78125rem;left:56.4384765625rem;display:block; }
#Aw512bTbMHmE7EObJT99T5e6PKt3Nz3C { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#l34q4mnFyX07cFCH3ryaOJdLBbRN8UiP { background-color:#e97645;background-image:none;background-position:top left !important;background-repeat: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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.125rem;height:2.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:0.40576171875rem;left:60.374755859375rem;display:none; }
#hCGR2T01Tf8TxMHfPIHT0vtKTzXqCOTi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QCWxHeHuRFs5Ibimm9v4CIg74CXvcb3E { background-color:#e97645;background-image:none;background-position:top left !important;background-repeat: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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.125rem;height:2.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:0.40576171875rem;left:60.374755859375rem;display:none; }
#ABOfrxozAQKa9Q1x7NLATUciM3Le3f7m { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lUi5F62oWBwQfQ9vCehrpxfsr9kzhuF3 { background-color:#e97645;background-image:none;background-position:top left !important;background-repeat: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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.125rem;height:2.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:0.40576171875rem;left:60.374755859375rem;display:none; }
#XrxvrKlAHUmTpCtCpusqEihETxO3dm0F { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5a78ee7e-7819-4fdd-b261-371eadc44aad/Yoga03.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyloading { background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(41,41,41,0.65); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(41,41,41,0.65); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container {  }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:0.875rem;font-family:arial;height:39.4375rem;width:75rem;position:relative;display:block; }#QxwgD9TX0qH5DJzfHP4351gt2cSkgFBt { color:#ffffff;display:block;width:64.125rem;position:absolute;font-family:"open sans";font-size:5.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:14.6875rem;left:5.4375rem;height:7.6373125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZGOtNxoCgQVipG6xXxx4B4wWK0R20U30 { color:#ffffff;display:block;width:37.25rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:22.25rem;left:18.875rem;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;display:block; }
#zeMNwOPLLpBTpa5P2lKqyMdlU0Cn90WR { color:#e97645;display:block;width:48.624875rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:12.4375rem;left:13.1875rem;height:2.2749rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qr650bDgMqy1luQHoKeq296O5QGOU4ft { background-color:transparent;background-image:none;border-top:0.125rem solid #e97645;border-left:0.125rem solid #e97645;border-right:0.125rem solid #e97645;border-bottom:0.125rem solid #e97645;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-sizing:border-box;color:#e97645;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.9375rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:30.4375rem;left:27.0625rem;display:block; }
#RfJvyIEyz4qET8zPFxu0KmT2gSX5hTvM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nxqb1L9sOfA1RQ1ZNNPhHbyGfNw01SGZ { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.5625rem;width:18.4375rem;top:5.5625rem;left:28.3125rem;overflow:hidden;display:block; }
#EGKtrSyMZJf9DWefy8B843xJ0ENZk6zi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e97645;background-image:none;position:relative;display:block; }#EGKtrSyMZJf9DWefy8B843xJ0ENZk6zi > .row .container { background-color: transparent; background-image: none; }#EGKtrSyMZJf9DWefy8B843xJ0ENZk6zi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EGKtrSyMZJf9DWefy8B843xJ0ENZk6zi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EGKtrSyMZJf9DWefy8B843xJ0ENZk6zi > .row .container > .video-iframe-container { display: none; }#EGKtrSyMZJf9DWefy8B843xJ0ENZk6zi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EGKtrSyMZJf9DWefy8B843xJ0ENZk6zi > .row > .video-iframe-container { display: none; }#EGKtrSyMZJf9DWefy8B843xJ0ENZk6zi > .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); }#EGKtrSyMZJf9DWefy8B843xJ0ENZk6zi > .row .container { border-width: 0; border-radius: 0; }#EGKtrSyMZJf9DWefy8B843xJ0ENZk6zi > .row > .video-iframe-container {  }#EGKtrSyMZJf9DWefy8B843xJ0ENZk6zi > .row .container { font-size:0.875rem;font-family:arial;height:38.0625rem;width:75rem;position:relative;display:block; }#oLqMxlptSEmtexZRHOlsDCDMXIK8TaDC { color:#ffffff;display:block;width:33.75rem;position:absolute;font-family:"open sans";font-size:3.875rem;font-weight:normal;z-index:15004;line-height:1;letter-spacing:0;top:5.1875rem;left:5.875rem;height:11.625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eVhveOMQq0IGB5HfTbrpEh3GtrnWwnL1 { color:#ffffff;display:block;width:28.125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:17.625rem;left:5.875rem;height:;display:block; }#eVhveOMQq0IGB5HfTbrpEh3GtrnWwnL1 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#eVhveOMQq0IGB5HfTbrpEh3GtrnWwnL1 li:before{  }
#xCNgdMmgUzdQsRzloadAEiSeKW9zCMDP { background-color:#ffffff;background-image:none;border-top:0.125rem solid #e97645;border-left:0.125rem solid #e97645;border-right:0.125rem solid #e97645;border-bottom:0.125rem solid #e97645;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-sizing:border-box;color:#e97645;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.5635rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:29.5rem;left:5.875rem;display:block; }
#sdCPX1hy2o9oIMZ95hTt9S5wtIM9eykP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DB8kTNbMotomFhO4GT8r31UfbEGWXOwo { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:30.4375rem;width:30.4375rem;top:3.40625rem;left:40.4375rem;overflow:hidden;display:block; }
#A6KkCuxMgeP0XKtCkE6UOBEMLcZvRO6V { position:relative;display:block; }#A6KkCuxMgeP0XKtCkE6UOBEMLcZvRO6V { background-color: transparent; background-image: none; }#A6KkCuxMgeP0XKtCkE6UOBEMLcZvRO6V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A6KkCuxMgeP0XKtCkE6UOBEMLcZvRO6V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A6KkCuxMgeP0XKtCkE6UOBEMLcZvRO6V > .row .container > .video-iframe-container { display: none; }#A6KkCuxMgeP0XKtCkE6UOBEMLcZvRO6V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A6KkCuxMgeP0XKtCkE6UOBEMLcZvRO6V > .row > .video-iframe-container { display: none; }#A6KkCuxMgeP0XKtCkE6UOBEMLcZvRO6V > .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); }#A6KkCuxMgeP0XKtCkE6UOBEMLcZvRO6V { border-width: 0; border-radius: 0; }#A6KkCuxMgeP0XKtCkE6UOBEMLcZvRO6V > .row .container > .video-iframe-container {  }#A6KkCuxMgeP0XKtCkE6UOBEMLcZvRO6V > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:38.875rem;width:75rem;position:relative;display:block; }#FUzTIhaOsVf12ugbsUnSRVMax9Xu8TdZ { color:#e97645;display:block;width:22.9375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:10.1875rem;left:41.5625rem;height:1.625rem;display:block; }
#eiU2rcwADm8gOWJHb3STPSdCcKz6n1sB { color:#777777;display:block;width:23.1875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:26.875rem;left:8.0625rem;height:1.4624rem;display:block; }
#XE8VXFZHrdRRqcqE3PQUr13ochCWKgmr { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.062255875rem;width:23.75rem;top:15.1875rem;left:8.4375rem;display:block; }
#p5N3ilyz4hEJi3fpDFCXURnm5R1muLrV { color:#777777;display:block;width:23.562rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:35.1875rem;left:8.0625rem;height:1.4624rem;display:block; }
#Q1HZ9f301xBwrQ9Xvc2DelESyIrNR9kX { position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:25rem;top:28.9375rem;left:8.0625rem;display:block; }
#vPvgalxifHPGQ0so701JqDzIAnGtcwTB { color:#777777;display:block;width:23.562rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:13.1875rem;left:8.25rem;height:1.4624rem;display:block; }
#txXimODvp9C6wivWMl9IQTk6dIqap7nt { position:absolute;display:block;z-index:15010;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:25rem;top:31.625rem;left:8.0625rem;display:block; }
#zZGTICumW1htrSueQyyI9wIuBpFBRSqn { position:absolute;display:block;z-index:15012;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:25rem;top:34.375rem;left:8.0625rem;display:block; }
#ykgJ2DkHgFEMtqGMqnCguOhSvTXn4hZW { color:#777777;display:block;width:22.6245rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:32.1875rem;left:8.0625rem;height:1.4624rem;display:block; }
#pqrqumTaZ6l9DW5mQPCMn08zgvNKZQec { color:#e97645;display:block;width:27.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:10.1875rem;left:8.25rem;height:1.625rem;display:block; }
#QtnXtlRMg34vTQuXbk27P7PZZVnkMMKy { position:absolute;display:block;z-index:15013;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.062255875rem;width:25rem;top:16.6875rem;left:41.5625rem;display:block; }
#oRp1Xsnq7fKWMzftGpOcoIruzNPuHAHf { color:#555555;display:block;width:25.062rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;top:7.5625rem;left:41.5625rem;height:2.3999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rGkAQu3w5sNgZ6PO2SC0FcmfMqJXZsbU { color:#777777;display:block;width:23.5610625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:13rem;left:8.25rem;height:1.4624rem;display:block; }
#zTS02f3b5BXOet2MWLTHs8DnL8Xqdh5X { color:#777777;display:block;width:23.5605625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:16rem;left:8.25rem;height:1.4624rem;display:block; }
#giw4vRExHcnSmJzRtsfTd7c1JTFABBE0 { color:#555555;display:block;width:25.061625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:normal;z-index:15003;line-height:1.2;letter-spacing:0;top:7.625rem;left:8.25rem;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;display:block; }
#aLA5wXgTadE5EThCkGJdBE2QxFS24Thp { color:#555555;display:block;width:25.0610625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:normal;z-index:15004;line-height:1.2;letter-spacing:0;top:23.375rem;left:8.0625rem;height:2.3999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#duC7IVuOHa0s1O7ztNQ3yG3eBwLqLxsw { color:#777777;display:block;width:26rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:29.625rem;left:8.0625rem;height:1.4624rem;display:block; }
#q4rT3qFT3uPDHKrtBt7QTnrmm5JWmqHF { color:#777777;display:block;width:25.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:14.6875rem;left:41.5625rem;height:1.4624rem;display:block; }
#pC6uo3SMNMrAwfu3sRVxZDDzf7cituwo { color:#777777;display:block;width:25.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:17.4375rem;left:41.5625rem;height:1.4624rem;display:block; }
#lkEhStoJ6z80mFfFx3IAeVPlFbXlaaVx { position:absolute;display:block;z-index:15014;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.062255875rem;width:25rem;top:19.5625rem;left:41.5625rem;display:block; }
#ecPprWmnI1lCSUF6Tynue8U3D47xFAGe { color:#777777;display:block;width:25.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:20.1875rem;left:41.5625rem;height:1.4624rem;display:block; }
#TJCZ3hpUT4FdEEaio9f1TwWuJ1surQ6O { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 1.5625rem rgba(0,0,0,0.1) ;height:14rem;width:30rem;top:5.4375rem;left:5.625rem;display:block; }
#iJI2MDUOfD7FxSsoMrO4BwCP9F96cWxP { color:#e97645;display:block;width:23.0615rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:11.8125rem;left:41.5625rem;height:1.625rem;display:block; }
#TqXZPoQdiIX22hhKZUSfZTqfeqngUCvg { color:#555555;display:block;width:24.9375rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:normal;z-index:15005;line-height:1.2;letter-spacing:0;top:28.125rem;left:41.5rem;height:2.3999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#m5n7BXQg0TwggW1penOQJh3pO7c6TJLb { color:#e97645;display:block;width:25.3125rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:31.25rem;left:41.5625rem;height:1.54358125rem;display:block; }
#BTDJ8NzDNER2epOURERT0XbpAPZzQnvm { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 1.5625rem rgba(0,0,0,0.1) ;height:18.5625rem;width:30.3125rem;top:5.375rem;left:39.0625rem;display:block; }
#B7BO04dAvhLqDxZHDNIoLqld4ve61JdP { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 1.5625rem rgba(0,0,0,0.1) ;height:17.4375rem;width:30rem;top:21.3125rem;left:5.625rem;display:block; }
#d1OHs1Zs2OqggSKWU9xlknMouomCVNrH { position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 1.5625rem rgba(0,0,0,0.1) ;height:9.375rem;width:30.3125rem;top:25.875rem;left:38.9375rem;display:block; }
#NZEZ5semyJ0ddcnMe8N57dmTFzSkFTg8 { position:absolute;display:block;z-index:15013;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.062255875rem;width:25rem;top:16.6875rem;left:41.5625rem;display:none; }
#zofrMzHQ4lTTSFVUc5Mk998t0IGUsxo0 { position:relative;display:block; }#zofrMzHQ4lTTSFVUc5Mk998t0IGUsxo0 { background-color: transparent; background-image: none; }#zofrMzHQ4lTTSFVUc5Mk998t0IGUsxo0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zofrMzHQ4lTTSFVUc5Mk998t0IGUsxo0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zofrMzHQ4lTTSFVUc5Mk998t0IGUsxo0 > .row .container > .video-iframe-container { display: none; }#zofrMzHQ4lTTSFVUc5Mk998t0IGUsxo0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zofrMzHQ4lTTSFVUc5Mk998t0IGUsxo0 > .row > .video-iframe-container { display: none; }#zofrMzHQ4lTTSFVUc5Mk998t0IGUsxo0 > .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); }#zofrMzHQ4lTTSFVUc5Mk998t0IGUsxo0 { border-width: 0; border-radius: 0; }#zofrMzHQ4lTTSFVUc5Mk998t0IGUsxo0 > .row .container > .video-iframe-container {  }#zofrMzHQ4lTTSFVUc5Mk998t0IGUsxo0 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:40.5625rem;width:75rem;position:relative;display:block; }#iaq0XLwM7sG98MbnwSC0GJ4TpZc8N0vV { color:#555555;display:block;width:29.812rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:normal;z-index:15001;line-height:1.2;letter-spacing:0;top:5.537109375rem;left:5.467529296875rem;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;display:block; }
#ENlJ2f52prETu2Zg23KnaRBAyqqCVXBI { color:#ffffff;display:block;width:17.875rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:normal;z-index:15002;line-height:1;letter-spacing:0;top:7.375rem;left:48.875rem;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;display:block; }
#buWKh5h4bvURfiqBiWf4baK9t2uERNdU { color:rgba(255,255,255,0.8);display:block;width:23.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:12.25rem;left:43.375rem;height:2.798825rem;font-style:normal;display:block; }
#UPbcuJUfddxEU9lSzfXylznREGnmerCb { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.0625rem;width:5.0625rem;top:6.9990234375rem;left:43.25rem;overflow:hidden;display:block; }
#trvo3aVUHXELAUreq5LrgPtCCVwOdWQM { color:#777777;display:block;width:28.125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:9.43701171875rem;left:5.46728515625rem;height:7.3095625rem;display:block; }
#GMH4eX9DZmxfLzruiwIJfHeCTs9rGhaQ { position:absolute;display:block;z-index:15000;background-color:#e97645;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;height:33.0625rem;width:29.125rem;top:5.0625rem;left:40.25rem;display:block; }
#e3MZescU73Fuf4WrmcI5C94rsGqBVz6M .widget-form-header {  }
#e3MZescU73Fuf4WrmcI5C94rsGqBVz6M .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:400;color:#ffffff;width:23.1875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal;line-height:1.6;overflow:hidden; }
#e3MZescU73Fuf4WrmcI5C94rsGqBVz6M .widget-input-text { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;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:23.1875rem;box-sizing:border-box;height:2.6875rem;color:#ffffff;font-size:1rem;overflow:hidden;font-family:"open sans"; }
#e3MZescU73Fuf4WrmcI5C94rsGqBVz6M .widget-input-text {padding-top: 0; padding-bottom: 0;}#e3MZescU73Fuf4WrmcI5C94rsGqBVz6M .widget-textarea { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;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:23.1875rem;box-sizing:border-box;height:4.375rem;color:#ffffff;font-size:1rem;overflow:hidden;font-family:"open sans"; }
#e3MZescU73Fuf4WrmcI5C94rsGqBVz6M .widget-input-select { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;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:23.1875rem;box-sizing:border-box;height:2.5rem;color:rgba(255,255,255,0.75);font-family:"open sans";font-size:1rem;overflow:hidden; }
#e3MZescU73Fuf4WrmcI5C94rsGqBVz6M .widget-input-select {padding-top: 0; padding-bottom: 0;}#e3MZescU73Fuf4WrmcI5C94rsGqBVz6M .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#e3MZescU73Fuf4WrmcI5C94rsGqBVz6M .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#e3MZescU73Fuf4WrmcI5C94rsGqBVz6M .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:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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:1.125rem;font-weight:400;color:#e7764c;width:23.1875rem;height:3.4375rem;font-family:"open sans";overflow:hidden;font-style:normal; }
#e3MZescU73Fuf4WrmcI5C94rsGqBVz6M [class*="-text"]:-moz-placeholder { color:rgba(255,255,255,0.75);font-family:"open sans";font-size:1rem; }
#e3MZescU73Fuf4WrmcI5C94rsGqBVz6M [class*="-text"]::-moz-placeholder { color:rgba(255,255,255,0.75);font-family:"open sans";font-size:1rem; }
#e3MZescU73Fuf4WrmcI5C94rsGqBVz6M [class*="-text"]:-ms-input-placeholder { color:rgba(255,255,255,0.75);font-family:"open sans";font-size:1rem; }
#e3MZescU73Fuf4WrmcI5C94rsGqBVz6M [class*="-text"]::-webkit-input-placeholder { color:rgba(255,255,255,0.75);font-family:"open sans";font-size:1rem; }
#e3MZescU73Fuf4WrmcI5C94rsGqBVz6M .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:21.8125rem;overflow:hidden;font-style:normal; }
#e3MZescU73Fuf4WrmcI5C94rsGqBVz6M .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; }
#e3MZescU73Fuf4WrmcI5C94rsGqBVz6M .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#e3MZescU73Fuf4WrmcI5C94rsGqBVz6M .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#e3MZescU73Fuf4WrmcI5C94rsGqBVz6M .widget-container:first-of-type{padding-top:0;}#e3MZescU73Fuf4WrmcI5C94rsGqBVz6M .widget-container:last-of-type{padding-bottom:0;}#e3MZescU73Fuf4WrmcI5C94rsGqBVz6M  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.1875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15011;position:absolute;top:14.662109375rem;left:42.21875rem; }
#e3MZescU73Fuf4WrmcI5C94rsGqBVz6M .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:23.1875rem; }
#e3MZescU73Fuf4WrmcI5C94rsGqBVz6M .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#e3MZescU73Fuf4WrmcI5C94rsGqBVz6M {display:block;}#e3MZescU73Fuf4WrmcI5C94rsGqBVz6M { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.1875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15011;position:absolute;top:14.662109375rem;left:42.21875rem; }
#e3MZescU73Fuf4WrmcI5C94rsGqBVz6M #k2QgrxBVB02GZGlUOoh9NfqHLeHwgKvW { position:relative; }
#e3MZescU73Fuf4WrmcI5C94rsGqBVz6M #APyHtt0b6t0arpMyWBt0XdPwvAoIcyyh { position:relative;display:block; }
#e3MZescU73Fuf4WrmcI5C94rsGqBVz6M #r5OO225RyDdsSbdPZVBlbgFwawyg6kVD { position:relative; }
#e3MZescU73Fuf4WrmcI5C94rsGqBVz6M #WM8tV9p6IMMX4GaTS5tlRQQ5d1FCeo9k { position:relative; }
#e3MZescU73Fuf4WrmcI5C94rsGqBVz6M #BQeNOQmPpMunV9i7m5ffvNiKgpUpDpwe { position:relative;display:block; }
#e3MZescU73Fuf4WrmcI5C94rsGqBVz6M #amMTBfGpubZpRftRP0tgZd27fJQJ8zZI { position:relative; }
#e3MZescU73Fuf4WrmcI5C94rsGqBVz6M #SbeQSsesDoClJbQ7nVpPIuMAcsOSZA8n { position:relative; }
#e3MZescU73Fuf4WrmcI5C94rsGqBVz6M #rIChVTIXn2RGsT5A9AbSb8iiToNwW4yC { position:relative;display:block; }
#e3MZescU73Fuf4WrmcI5C94rsGqBVz6M #T0IwtFqsrKU2fHUyV0So4mMxtX22ElC4 { position:relative; }
#e3MZescU73Fuf4WrmcI5C94rsGqBVz6M #pU9oU6TH6kdK1h9W8MsckgduALeKKC27 { position:relative; }
#e3MZescU73Fuf4WrmcI5C94rsGqBVz6M #cbuTG7F4PKnFHsDeJuaHpWp62spisdSx { position:relative;display:block; }
#e3MZescU73Fuf4WrmcI5C94rsGqBVz6M #bpTRO9ZRetOUf3yiemMvFcX4R7BL0C3w { position:relative; }
#e3MZescU73Fuf4WrmcI5C94rsGqBVz6M #bFEbAtNuWArie5PERPux5p8JgRJgu8g0 { position:relative; }
#e3MZescU73Fuf4WrmcI5C94rsGqBVz6M #IunENGir5eN9yh6qtw58fdPi6J4CfuyZ { position:relative; }
#MkW51cbqb4dsaO8Ku6qTVtE0nUrLPL9h { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.5610625rem;width:17.1875rem;top:17.8134765625rem;left:5.46728515625rem;overflow:hidden;display:block; }
#C0UlHyUUykd8Kf7HTmsh0qPWytUh8Gxh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/c56addf3-aab7-41d7-846a-19cb178c4db2/YogaFade03.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;display:block; }#C0UlHyUUykd8Kf7HTmsh0qPWytUh8Gxh.adaptive-delivery-prevent-bg, #C0UlHyUUykd8Kf7HTmsh0qPWytUh8Gxh.lazyload, #C0UlHyUUykd8Kf7HTmsh0qPWytUh8Gxh.lazyloading { background-image: none; }#C0UlHyUUykd8Kf7HTmsh0qPWytUh8Gxh > .row .container { background-color: transparent; background-image: none; }#C0UlHyUUykd8Kf7HTmsh0qPWytUh8Gxh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C0UlHyUUykd8Kf7HTmsh0qPWytUh8Gxh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C0UlHyUUykd8Kf7HTmsh0qPWytUh8Gxh > .row .container > .video-iframe-container { display: none; }#C0UlHyUUykd8Kf7HTmsh0qPWytUh8Gxh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C0UlHyUUykd8Kf7HTmsh0qPWytUh8Gxh > .row > .video-iframe-container { display: none; }#C0UlHyUUykd8Kf7HTmsh0qPWytUh8Gxh > .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); }#C0UlHyUUykd8Kf7HTmsh0qPWytUh8Gxh > .row .container { border-width: 0; border-radius: 0; }#C0UlHyUUykd8Kf7HTmsh0qPWytUh8Gxh > .row > .video-iframe-container {  }#C0UlHyUUykd8Kf7HTmsh0qPWytUh8Gxh > .row .container { font-size:0.875rem;font-family:arial;height:69.8125rem;width:75rem;position:relative;display:block; }#fuOMRquVn6eF8VgG1qsSToJdGQfTBLwF { color:#e97645;display:block;width:49.5rem;position:absolute;font-family:"open sans";font-size:3.875rem;font-weight:normal;z-index:15007;line-height:1.2;letter-spacing:0;top:13.5rem;left:12.75rem;height:4.6499rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZSy647sC0Mx2CdzTJ08w4wauTplZFOwT { color:#777777;display:block;width:54.5625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:18.625rem;left:10.25rem;height:2.923825rem;text-align:center;text-align-last:center;display:block; }
#oAU8SzEhohk11Pd4SNWh7NAFhZ68dTEQ { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.3745rem;width:16.3745rem;top:5.9375rem;left:22.375rem;overflow:hidden;display:block; }
#FQzqbzHGWg3R04SG03Hlwt6B9bMWwIVc { color:#777777;display:block;width:54.5625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:22.375rem;left:10.1875rem;height:2.923825rem;text-align:center;text-align-last:center;display:block; }
#If8EnuaMJ08Vmwxp6tOLiITKFvGrbpzo { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.625rem;width:11.5rem;top:6.4375rem;left:41.1875rem;overflow:hidden;display:block; }
#TioV8iqJnznr8TUC4uXZr9e92KgXQXxi { position:relative;display:block; }#TioV8iqJnznr8TUC4uXZr9e92KgXQXxi { background-color: transparent; background-image: none; }#TioV8iqJnznr8TUC4uXZr9e92KgXQXxi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TioV8iqJnznr8TUC4uXZr9e92KgXQXxi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TioV8iqJnznr8TUC4uXZr9e92KgXQXxi > .row .container > .video-iframe-container { display: none; }#TioV8iqJnznr8TUC4uXZr9e92KgXQXxi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TioV8iqJnznr8TUC4uXZr9e92KgXQXxi > .row > .video-iframe-container { display: none; }#TioV8iqJnznr8TUC4uXZr9e92KgXQXxi > .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); }#TioV8iqJnznr8TUC4uXZr9e92KgXQXxi { border-width: 0; border-radius: 0; }#TioV8iqJnznr8TUC4uXZr9e92KgXQXxi > .row .container > .video-iframe-container {  }#TioV8iqJnznr8TUC4uXZr9e92KgXQXxi > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:33.1875rem;width:75rem;position:relative;display:block; }#aC1e6NUKS1ByoSA55PRRTJ4PB9T9qfUq { color:#777777;display:block;width:31.624125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:12.874755859375rem;left:2.374267578125rem;height:22.0390625rem;display:block; }
#mlq1wpbeSoKocmfEMdC8aL6dZTiBTK8N { color:#555555;display:block;width:31.62475rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:normal;z-index:15004;line-height:1.2;letter-spacing:0;top:8.3612060546875rem;left:2.3724365234375rem;height:2.3999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dUdfdcTgVi5eEIeU6qq05mgT5N0Qv7BW { color:#e97645;display:block;width:35.375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:5.811767578125rem;left:2.3736572265625rem;height:1.625rem;display:block; }
#oJdUaN1A8kMmqHJl0ooHFuIWQh2FnBE7 { color:#777777;display:block;width:15.875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:15.1875rem;left:53.5625rem;height:12.59375rem;text-align:left;text-align-last:left;display:block; }
#rUMCo9D6DvKp54vrKS3ZTGdd1SLChTLa { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.5625rem rgba(0,0,0,0.1) ;height:17.1875rem;width:21rem;top:12.875rem;left:50.9375rem;display:block; }
#IvabrCaME498ywAxdzPqvc7H9RCQfRc6 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5625rem;width:12.5625rem;top:6.5rem;left:40.5625rem;overflow:hidden;display:block; }
#m1TTb8RU07d4a5clTA1cTT1ru5yr47Ju { color:#777777;display:block;width:12.8125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:7.9375rem;left:53.6875rem;height:3.25rem;text-align:left;text-align-last:left;display:block; }
#PqbCH1ElpxQOnXrSq0Gi9k2CsHBzxR4T { color:#777777;display:block;width:31.624125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:16.923828125rem;left:2.374267578125rem;height:9.121125rem;display:block; }#PqbCH1ElpxQOnXrSq0Gi9k2CsHBzxR4T li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#PqbCH1ElpxQOnXrSq0Gi9k2CsHBzxR4T li:before{  }
#UqErlmnDNpK9TnKTdGIQNQor3W6Ccol4 { color:#777777;display:block;width:31.624125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:12.874755859375rem;left:2.374267578125rem;height:20.47118125rem;display:none; }
#zXdWT2ADN6ySVV7beuaietXopABsk8xC { position:relative;display:block; }#zXdWT2ADN6ySVV7beuaietXopABsk8xC { background-color: transparent; background-image: none; }#zXdWT2ADN6ySVV7beuaietXopABsk8xC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zXdWT2ADN6ySVV7beuaietXopABsk8xC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zXdWT2ADN6ySVV7beuaietXopABsk8xC > .row .container > .video-iframe-container { display: none; }#zXdWT2ADN6ySVV7beuaietXopABsk8xC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zXdWT2ADN6ySVV7beuaietXopABsk8xC > .row > .video-iframe-container { display: none; }#zXdWT2ADN6ySVV7beuaietXopABsk8xC > .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); }#zXdWT2ADN6ySVV7beuaietXopABsk8xC { border-width: 0; border-radius: 0; }#zXdWT2ADN6ySVV7beuaietXopABsk8xC > .row .container > .video-iframe-container {  }#zXdWT2ADN6ySVV7beuaietXopABsk8xC > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:10.0625rem;width:75rem;position:relative;display:block; }#VrBXUJzSqHW0oMPMNWRDbIx9sFAwKuk0 { color:#555555;display:block;width:31.625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:normal;z-index:15006;line-height:1.2;letter-spacing:0;top:5.6875rem;left:21.6875rem;height:2.3999rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uMOq6652wxn2kvErbPVSRbi2uxOPqzdx { color:#cccccc;display:block;width:33.0625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:8.33642578125rem;left:20.96875rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#dLngKVhNEgxT6VMHGV2s9opq6tbMlpNR { position:relative;display:none; }#dLngKVhNEgxT6VMHGV2s9opq6tbMlpNR { border-width: 0; border-radius: 0; }#dLngKVhNEgxT6VMHGV2s9opq6tbMlpNR > .row .container > .video-iframe-container {  }#dLngKVhNEgxT6VMHGV2s9opq6tbMlpNR > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:14.25rem;width:75rem;position:relative;display:none; }#JhdWvzRq1cC8ERSZTkFGmEOp4iftesiq { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#FIXCgvcUHwOl4D0f87bkbu69Q2LxZ7As { color:#cccccc;display:block;width:33.0625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:8.33642578125rem;left:20.96875rem;height:1.625rem;text-align:center;text-align-last:center;display:none; }
#kZuGZcVW3emko1OKZUfF7dUOhUlhEbkX { color:#555555;display:block;width:31.625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:normal;z-index:15006;line-height:1.2;letter-spacing:0;top:5.6875rem;left:21.6875rem;height:2.3999rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#ZmzX0tUH4sJf0C7XwUeF9O8a664As7mX { position:relative;display:block; }#ZmzX0tUH4sJf0C7XwUeF9O8a664As7mX { background-color: transparent; background-image: none; }#ZmzX0tUH4sJf0C7XwUeF9O8a664As7mX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZmzX0tUH4sJf0C7XwUeF9O8a664As7mX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZmzX0tUH4sJf0C7XwUeF9O8a664As7mX > .row .container > .video-iframe-container { display: none; }#ZmzX0tUH4sJf0C7XwUeF9O8a664As7mX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZmzX0tUH4sJf0C7XwUeF9O8a664As7mX > .row > .video-iframe-container { display: none; }#ZmzX0tUH4sJf0C7XwUeF9O8a664As7mX > .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); }#ZmzX0tUH4sJf0C7XwUeF9O8a664As7mX { border-width: 0; border-radius: 0; }#ZmzX0tUH4sJf0C7XwUeF9O8a664As7mX > .row .container > .video-iframe-container {  }#ZmzX0tUH4sJf0C7XwUeF9O8a664As7mX > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:23.9375rem;width:75rem;position:relative;display:block; }#X0ZQq1gNKm7XVoM8pzeCbyT6goo0xuCv { color:#cccccc;display:block;width:11.3125rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:300;z-index:15005;line-height:1.2;letter-spacing:0;top:4.1875rem;left:2.25rem;height:1.6499rem;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; }
#eMUIHCPZfwD9v3zS7XxMxElJ0VKIZ5E2 { color:#e97645;display:block;width:14rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:6.375rem;left:2.25rem;height:1.7871125rem;display:block; }
#mm0TRoQBvis8hzPeJMdeu91fEt7x3ida { color:#777777;display:block;width:14rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:8.5625rem;left:2.25rem;height:11.6953125rem;font-style:normal;display:block; }
#N6VTmOJlqcQ1JHyrfVoHGwyWBQB99taR { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.5625rem rgba(0,0,0,0.1) ;height:20.625rem;width:23.25rem;top:1.9375rem;left:0rem;display:block; }
#v4iNqEyqUlDBIiwIxEQ97e6p4RDfxohA { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.375rem;width:3.125rem;top:4.1875rem;left:18.03125rem;overflow:hidden;display:block; }
#klDJGWHDs1GWWyzALOXblyyhUxpEZo6y { color:#e97645;display:block;width:13.25rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:6.375rem;left:28.125rem;height:1.7871125rem;display:block; }
#foIemJCL5kkDeVoTP0XEy24Qo6BVfIiA { color:#777777;display:block;width:13.4375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:8.5478515625rem;left:28.125rem;height:11.6953125rem;font-style:normal;display:block; }
#sAXZvC4M356SaURQeIvHQE8ohJkTo9E8 { position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.5625rem rgba(0,0,0,0.1) ;height:20.625rem;width:23.25rem;top:1.9375rem;left:25.875rem;display:block; }
#Sio9ZhpvGaFVec9ITxT8iGkvucNlw0aB { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.375rem;width:4.375rem;top:4.1875rem;left:42.625rem;overflow:hidden;display:block; }
#lPre0sbgImXJINa9bV1n2SPvKTpbyOIO { color:#cccccc;display:block;width:11.3125rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:300;z-index:15010;line-height:1.2;letter-spacing:0;top:4.1875rem;left:28.125rem;height:1.6499rem;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; }
#TpDMTi1HATALA3rwnCmN6OThFohqh7gp { color:#777777;display:block;width:18.8125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:8.499755859375rem;left:53.999633789062rem;height:11.6953125rem;font-style:normal;display:block; }
#q4gbVZpBbuqkPrGA3l8XSXgOMbbqPoVv { position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.5625rem rgba(0,0,0,0.1) ;height:20.625rem;width:23.25rem;top:1.9375rem;left:51.75rem;display:block; }
#nyW6AXaqabVnUWavOr256E729ziArPFT { color:#e97645;display:block;width:13.25rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:6.3125rem;left:54rem;height:1.7871125rem;display:block; }
#nKtEv3xaME0stZgrQtrnZtdbTLNiPpgP { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.3125rem;width:4.5625rem;top:4.1875rem;left:68.323517628206rem;overflow:hidden;display:block; }
#ut51GwftttnN9qGT6KcoodGy145Rt7Nr { color:#cccccc;display:block;width:11.3125rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:300;z-index:15015;line-height:1.2;letter-spacing:0;top:4.1875rem;left:54rem;height:1.6499rem;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; }
#TeSNKSTPWtcplipWoVSImdgnpsKghOVN { position:relative;display:block; }#TeSNKSTPWtcplipWoVSImdgnpsKghOVN { background-color: transparent; background-image: none; }#TeSNKSTPWtcplipWoVSImdgnpsKghOVN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TeSNKSTPWtcplipWoVSImdgnpsKghOVN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TeSNKSTPWtcplipWoVSImdgnpsKghOVN > .row .container > .video-iframe-container { display: none; }#TeSNKSTPWtcplipWoVSImdgnpsKghOVN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TeSNKSTPWtcplipWoVSImdgnpsKghOVN > .row > .video-iframe-container { display: none; }#TeSNKSTPWtcplipWoVSImdgnpsKghOVN > .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); }#TeSNKSTPWtcplipWoVSImdgnpsKghOVN { border-width: 0; border-radius: 0; }#TeSNKSTPWtcplipWoVSImdgnpsKghOVN > .row .container > .video-iframe-container {  }#TeSNKSTPWtcplipWoVSImdgnpsKghOVN > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:25.125rem;width:75rem;position:relative;display:block; }#BouTkag67NXOdWCXZVTKchUMW3uMtGTH { color:#cccccc;display:block;width:11.3125rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:300;z-index:15005;line-height:1.2;letter-spacing:0;top:3.375rem;left:2.25rem;height:1.6499rem;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; }
#wohfK6Rtlr5qIXTRuGT4n50BFaxCbsC5 { color:#e97645;display:block;width:13.25rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:5.5625rem;left:2.25rem;height:1.7871125rem;display:block; }
#whLAp1EMn3aLdBHBfSpuzGsznCarBQIF { color:#777777;display:block;width:16.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:7.76611328125rem;left:2.249755859375rem;height:10.233375rem;font-style:normal;display:block; }
#L9Ac4qNHWzpVCgskwfbRfz5DbvEHaz1y { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.5625rem rgba(0,0,0,0.1) ;height:20.625rem;width:23.25rem;top:1.125rem;left:0rem;display:block; }
#dkPb7HD89Cw6nmGFi8nlRclRKOo7rM9z { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.6875rem;width:4.0625rem;top:3.375rem;left:16.96875rem;overflow:hidden;display:block; }
#EiL7Hke1ulGZFr8ghktiRliCgs4r89ls { color:#e97645;display:block;width:13.25rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:5.5rem;left:28.125rem;height:3.57421875rem;display:block; }
#BwzRJHdT5Ph3cZxtumZyVE1blxEUforF { color:#777777;display:block;width:18.875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:9.422607421875rem;left:28.125rem;height:10.233375rem;font-style:normal;display:block; }
#sQtnxFJEAG4tM8Sp7WZMQC9OAznUiQRM { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.9375rem;width:4.375rem;top:3.375rem;left:42.6875rem;overflow:hidden;display:block; }
#Sf9lJnhV3LuKK3VdhOUEvnuTm6cHG4tW { color:#cccccc;display:block;width:11.3125rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:300;z-index:15010;line-height:1.2;letter-spacing:0;top:3.375rem;left:28.125rem;height:1.6499rem;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; }
#y3yLy4Rp5fCSmfouCTL2cVHMtVT05Ug2 { color:#777777;display:block;width:20.249625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:9.2889404296875rem;left:53.999633789062rem;height:10.233375rem;font-style:normal;display:block; }
#nEMauF5sm02VKnZsCgapSGBbPRC5asKJ { position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.5625rem rgba(0,0,0,0.1) ;height:20.625rem;width:23.25rem;top:1.125rem;left:51.75rem;display:block; }
#pRKMkbZy2LV8fTiCUqf3zudvaHsB4Z1Z { color:#e97645;display:block;width:13.25rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:5.5625rem;left:54rem;height:3.57421875rem;display:block; }
#Id6VHAQ0c1WVSb2WNWdiGzvweSa8QnoA { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.8125rem;width:4.375rem;top:3.375rem;left:68.5rem;overflow:hidden;display:block; }
#PchptiKtKei3GdsR5KW1RUgJAxZVXzWa { color:#cccccc;display:block;width:11.3125rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:300;z-index:15015;line-height:1.2;letter-spacing:0;top:3.375rem;left:54rem;height:1.6499rem;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; }
#mdDT4kzPhDmErSQXLI9iswXkGqmTgRf1 { position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.5625rem rgba(0,0,0,0.1) ;height:20.625rem;width:23.2495rem;top:1.1248779296875rem;left:25.874633789062rem;display:block; }
#FigVDCvZM6sAcTELqVy0DLidGyUAEBJT { border-top:0.0625rem solid #cecece;border-left:0.625rem solid rgba(0,0,0,0);border-right:0.625rem solid rgba(0,0,0,0);border-bottom:0.625rem solid rgba(0,0,0,0);background-color:#ffffff;background-image:none;position:relative;display:block; }#FigVDCvZM6sAcTELqVy0DLidGyUAEBJT > .row .container { background-color: transparent; background-image: none; }#FigVDCvZM6sAcTELqVy0DLidGyUAEBJT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FigVDCvZM6sAcTELqVy0DLidGyUAEBJT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FigVDCvZM6sAcTELqVy0DLidGyUAEBJT > .row .container > .video-iframe-container { display: none; }#FigVDCvZM6sAcTELqVy0DLidGyUAEBJT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FigVDCvZM6sAcTELqVy0DLidGyUAEBJT > .row > .video-iframe-container { display: none; }#FigVDCvZM6sAcTELqVy0DLidGyUAEBJT > .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); }#FigVDCvZM6sAcTELqVy0DLidGyUAEBJT > .row .container { border-width: 0; border-radius: 0; }#FigVDCvZM6sAcTELqVy0DLidGyUAEBJT > .row > .video-iframe-container {  }#FigVDCvZM6sAcTELqVy0DLidGyUAEBJT > .row .container { font-size:0.875rem;font-family:arial;height:4.6875rem;width:75rem;position:relative;display:block; }#kkgOaQ5CH7ycLooVxfxJyH1m924pMpi4 { color:#b7b7b7;display:block;width:54.5625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:1.8623046875rem;left:10.21875rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#minWlgT2bH4otZgAegS4kFP9WrBZ1XUZ { color:#ffffff;display:block;width:25.25rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:0.75rem;left:46.1875rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ynEBpEBCFs7fdEyfNTGp6LGDZ7nTKDt7 { position:relative;display:none; }#ynEBpEBCFs7fdEyfNTGp6LGDZ7nTKDt7 { border-width: 0; border-radius: 0; }#ynEBpEBCFs7fdEyfNTGp6LGDZ7nTKDt7 > .row .container > .video-iframe-container {  }#ynEBpEBCFs7fdEyfNTGp6LGDZ7nTKDt7 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:32.75rem;width:75rem;position:relative;display:none; }#GRDemkKe66EGx7m0N2QzBgwhpdx0H72m { background-color:transparent;background-image:none;border-top:0.125rem solid #e5e5e5;border-left:0.125rem solid #e5e5e5;border-right:0.125rem solid #e5e5e5;border-bottom:0.125rem solid #e5e5e5;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-sizing:border-box;color:#777777;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.5625rem;height:3.4375rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:24.5rem;left:0rem;display:block; }
#VTiRZ8sgsu8J7Ihn0ONvBfTwM596ydHI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xJSb5EpUDOe3gO77JT7enQ9cGMQLKTVk { background-color:transparent;background-image:none;border-top:0.125rem solid #e5e5e5;border-left:0.125rem solid #e5e5e5;border-right:0.125rem solid #e5e5e5;border-bottom:0.125rem solid #e5e5e5;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-sizing:border-box;color:#777777;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.5625rem;height:3.4375rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:15.5rem;left:0rem;display:block; }
#eSSl5TtXSguto8oy1zTSWXnHHiWxIKBL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dhJ8W2mKwh8qKiTgFCbZQRvZa51dTmbA { background-color:transparent;background-image:none;border-top:0.125rem solid #e5e5e5;border-left:0.125rem solid #e5e5e5;border-right:0.125rem solid #e5e5e5;border-bottom:0.125rem solid #e5e5e5;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-sizing:border-box;color:#777777;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.5625rem;height:3.4375rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:20rem;left:0rem;display:block; }
#N04ninh4zcq4lkd5X8xcEwxhBzCA7GLl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uaynFxLDrGC12nbcZp86asreJ7zRmWiB { box-sizing:content-box;color:#777777;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15022;top:20.625rem;left:6.8125rem;display:block; }
#bf603tuip5b1rhTkCzGCX2OMxSaXUlaO { box-sizing:content-box;color:#777777;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15020;top:16.25rem;left:7.4375rem;display:block; }
#iWIAiNLnqi3NdJR2kqT0ehyderTSVUo2 { color:#777777;display:block;width:24.9375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:9.25rem;left:0rem;height:4.38720625rem;font-style:normal;display:block; }
#F4upeug2N3SgqlafTagLQJQOWNVHmTcS { box-sizing:content-box;color:#777777;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15024;top:25.125rem;left:4.375rem;display:block; }
#NHKTWzvPchqve2BZB5ZDeKi17aCWhJOc { color:#555555;display:block;width:27.8125rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:normal;z-index:15012;line-height:1.2;letter-spacing:0;top:6.375rem;left:0rem;height:2.4624rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#R6QSzQybKmderGHws1KMJhLpe531DMxt { color:#e97645;display:block;width:23.6875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:4.625rem;left:0rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #br1hLCxJDTRnt90LZ7pprK1CMaiJag8X { display:block; }#br1hLCxJDTRnt90LZ7pprK1CMaiJag8X > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nTo9Qzc1wWPVsupSa6fzEoIcHACZBEO8 { width:2.5rem;height:2.5rem;top:0.9375rem;left:45.25rem;display:block; }
#nTo9Qzc1wWPVsupSa6fzEoIcHACZBEO8 > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #V5igNcHXzmA0CvKukeWuxEFRVnSBZy9M { width:14.9375rem;height:2.8125rem;top:0.75rem;left:32.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aw512bTbMHmE7EObJT99T5e6PKt3Nz3C { display:block; }
 }@media only screen and (max-width: 763px) { #l34q4mnFyX07cFCH3ryaOJdLBbRN8UiP { width:7.125rem;height:2.4375rem;top:0.375rem;left:40.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #hCGR2T01Tf8TxMHfPIHT0vtKTzXqCOTi { display:block; }
 }@media only screen and (max-width: 763px) { #QCWxHeHuRFs5Ibimm9v4CIg74CXvcb3E { width:7.125rem;height:2.4375rem;top:0.375rem;left:40.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ABOfrxozAQKa9Q1x7NLATUciM3Le3f7m { display:block; }
 }@media only screen and (max-width: 763px) { #lUi5F62oWBwQfQ9vCehrpxfsr9kzhuF3 { width:7.125rem;height:2.4375rem;top:0.375rem;left:40.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #XrxvrKlAHUmTpCtCpusqEihETxO3dm0F { display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QxwgD9TX0qH5DJzfHP4351gt2cSkgFBt { width:47.75rem;height:4.54980625rem;top:14.6875rem;left:0rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGOtNxoCgQVipG6xXxx4B4wWK0R20U30 { width:37.25rem;height:;top:22.25rem;left:5.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeMNwOPLLpBTpa5P2lKqyMdlU0Cn90WR { width:47.75rem;height:1.70605625rem;top:12.4375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qr650bDgMqy1luQHoKeq296O5QGOU4ft { width:20.9375rem;height:3.4375rem;top:30.4375rem;left:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RfJvyIEyz4qET8zPFxu0KmT2gSX5hTvM { display:block; }
 }@media only screen and (max-width: 763px) { #nxqb1L9sOfA1RQ1ZNNPhHbyGfNw01SGZ { width:18.4375rem;height:3.5625rem;top:5.5625rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGKtrSyMZJf9DWefy8B843xJ0ENZk6zi { display:block; }#EGKtrSyMZJf9DWefy8B843xJ0ENZk6zi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oLqMxlptSEmtexZRHOlsDCDMXIK8TaDC { width:33.75rem;height:11.625rem;top:5.1875rem;left:0rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVhveOMQq0IGB5HfTbrpEh3GtrnWwnL1 { width:28.125rem;height:;top:17.625rem;left:0rem;font-size:1.125rem;display:block; }#eVhveOMQq0IGB5HfTbrpEh3GtrnWwnL1 li:before{  }
 }@media only screen and (max-width: 763px) { #xCNgdMmgUzdQsRzloadAEiSeKW9zCMDP { width:18.5625rem;height:3.4375rem;top:29.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdCPX1hy2o9oIMZ95hTt9S5wtIM9eykP { display:block; }
 }@media only screen and (max-width: 763px) { #DB8kTNbMotomFhO4GT8r31UfbEGWXOwo { width:30.4375rem;height:30.4375rem;top:3.375rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6KkCuxMgeP0XKtCkE6UOBEMLcZvRO6V { display:block; }#A6KkCuxMgeP0XKtCkE6UOBEMLcZvRO6V > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FUzTIhaOsVf12ugbsUnSRVMax9Xu8TdZ { width:22.9375rem;height:1.625rem;top:10.1875rem;left:24.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eiU2rcwADm8gOWJHb3STPSdCcKz6n1sB { width:23.1875rem;height:1.4624rem;top:26.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XE8VXFZHrdRRqcqE3PQUr13ochCWKgmr { width:23.75rem;height:0;top:15.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5N3ilyz4hEJi3fpDFCXURnm5R1muLrV { width:23.5rem;height:1.4624rem;top:35.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1HZ9f301xBwrQ9Xvc2DelESyIrNR9kX { width:25rem;height:0.0625rem;top:28.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPvgalxifHPGQ0so701JqDzIAnGtcwTB { width:23.5rem;height:1.4624rem;top:13.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #txXimODvp9C6wivWMl9IQTk6dIqap7nt { width:25rem;height:0.0625rem;top:31.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZGTICumW1htrSueQyyI9wIuBpFBRSqn { width:25rem;height:0.0625rem;top:34.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykgJ2DkHgFEMtqGMqnCguOhSvTXn4hZW { width:22.5625rem;height:1.4624rem;top:32.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqrqumTaZ6l9DW5mQPCMn08zgvNKZQec { width:27.5rem;height:1.625rem;top:10.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtnXtlRMg34vTQuXbk27P7PZZVnkMMKy { width:25rem;height:0;top:16.6875rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRp1Xsnq7fKWMzftGpOcoIruzNPuHAHf { width:25rem;height:2.3999rem;top:7.5625rem;left:22.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGkAQu3w5sNgZ6PO2SC0FcmfMqJXZsbU { width:23.5rem;height:2.92480625rem;top:13rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTS02f3b5BXOet2MWLTHs8DnL8Xqdh5X { width:23.5rem;height:1.4624rem;top:16rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #giw4vRExHcnSmJzRtsfTd7c1JTFABBE0 { width:25rem;height:2.3999rem;top:7.625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLA5wXgTadE5EThCkGJdBE2QxFS24Thp { width:25rem;height:2.3999rem;top:23.375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #duC7IVuOHa0s1O7ztNQ3yG3eBwLqLxsw { width:26rem;height:1.4624rem;top:29.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4rT3qFT3uPDHKrtBt7QTnrmm5JWmqHF { width:25.625rem;height:1.4624rem;top:14.6875rem;left:22.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pC6uo3SMNMrAwfu3sRVxZDDzf7cituwo { width:25.625rem;height:1.4624rem;top:17.4375rem;left:22.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkEhStoJ6z80mFfFx3IAeVPlFbXlaaVx { width:25rem;height:0;top:19.5625rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecPprWmnI1lCSUF6Tynue8U3D47xFAGe { width:25.625rem;height:1.4624rem;top:20.1875rem;left:22.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJCZ3hpUT4FdEEaio9f1TwWuJ1surQ6O { width:30rem;height:14rem;top:5.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJI2MDUOfD7FxSsoMrO4BwCP9F96cWxP { width:23rem;height:1.625rem;top:11.8125rem;left:24.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqXZPoQdiIX22hhKZUSfZTqfeqngUCvg { width:24.9375rem;height:2.3999rem;top:28.125rem;left:22.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5n7BXQg0TwggW1penOQJh3pO7c6TJLb { width:25.3125rem;height:1.625rem;top:31.25rem;left:22.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTDJ8NzDNER2epOURERT0XbpAPZzQnvm { width:30.3125rem;height:18.5625rem;top:5.375rem;left:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7BO04dAvhLqDxZHDNIoLqld4ve61JdP { width:30rem;height:17.4375rem;top:21.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1OHs1Zs2OqggSKWU9xlknMouomCVNrH { width:30.3125rem;height:9.375rem;top:25.875rem;left:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZEZ5semyJ0ddcnMe8N57dmTFzSkFTg8 { width:25rem;height:0;top:16.6875rem;left:22.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #zofrMzHQ4lTTSFVUc5Mk998t0IGUsxo0 { display:block; }#zofrMzHQ4lTTSFVUc5Mk998t0IGUsxo0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iaq0XLwM7sG98MbnwSC0GJ4TpZc8N0vV { width:29.75rem;height:;top:5.5rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENlJ2f52prETu2Zg23KnaRBAyqqCVXBI { width:17.875rem;height:4rem;top:7.375rem;left:29.875rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #buWKh5h4bvURfiqBiWf4baK9t2uERNdU { width:23.375rem;height:2.75rem;top:12.25rem;left:24.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPbcuJUfddxEU9lSzfXylznREGnmerCb { width:5.0625rem;height:5.0625rem;top:6.9375rem;left:29.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #trvo3aVUHXELAUreq5LrgPtCCVwOdWQM { width:28.125rem;height:7.25rem;top:9.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMH4eX9DZmxfLzruiwIJfHeCTs9rGhaQ { width:29.125rem;height:33.0625rem;top:5.0625rem;left:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3MZescU73Fuf4WrmcI5C94rsGqBVz6M .widget-regular-label { width:23.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#e3MZescU73Fuf4WrmcI5C94rsGqBVz6M .widget-input-text { width:23.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#e3MZescU73Fuf4WrmcI5C94rsGqBVz6M .widget-input-text {padding-top: 0; padding-bottom: 0;}#e3MZescU73Fuf4WrmcI5C94rsGqBVz6M .widget-textarea { width:23.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#e3MZescU73Fuf4WrmcI5C94rsGqBVz6M .widget-input-select { width:23.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#e3MZescU73Fuf4WrmcI5C94rsGqBVz6M .widget-input-select {padding-top: 0; padding-bottom: 0;}#e3MZescU73Fuf4WrmcI5C94rsGqBVz6M .widget-input-button { width:23.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#e3MZescU73Fuf4WrmcI5C94rsGqBVz6M .widget-checkbox-label { width:21.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#e3MZescU73Fuf4WrmcI5C94rsGqBVz6M  { width:23.1875rem;height:auto;top:14.625rem;left:22.0625rem; }
#e3MZescU73Fuf4WrmcI5C94rsGqBVz6M .radio-container { width:23.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#e3MZescU73Fuf4WrmcI5C94rsGqBVz6M {display:block;}#e3MZescU73Fuf4WrmcI5C94rsGqBVz6M { width:23.1875rem;height:auto;top:14.625rem;left:22.0625rem; }
 }@media only screen and (max-width: 763px) { #e3MZescU73Fuf4WrmcI5C94rsGqBVz6M #k2QgrxBVB02GZGlUOoh9NfqHLeHwgKvW {  }
 }@media only screen and (max-width: 763px) { #e3MZescU73Fuf4WrmcI5C94rsGqBVz6M #APyHtt0b6t0arpMyWBt0XdPwvAoIcyyh { display:block; }
 }@media only screen and (max-width: 763px) { #e3MZescU73Fuf4WrmcI5C94rsGqBVz6M #r5OO225RyDdsSbdPZVBlbgFwawyg6kVD {  }
 }@media only screen and (max-width: 763px) { #e3MZescU73Fuf4WrmcI5C94rsGqBVz6M #WM8tV9p6IMMX4GaTS5tlRQQ5d1FCeo9k {  }
 }@media only screen and (max-width: 763px) { #e3MZescU73Fuf4WrmcI5C94rsGqBVz6M #BQeNOQmPpMunV9i7m5ffvNiKgpUpDpwe { display:block; }
 }@media only screen and (max-width: 763px) { #e3MZescU73Fuf4WrmcI5C94rsGqBVz6M #amMTBfGpubZpRftRP0tgZd27fJQJ8zZI {  }
 }@media only screen and (max-width: 763px) { #e3MZescU73Fuf4WrmcI5C94rsGqBVz6M #SbeQSsesDoClJbQ7nVpPIuMAcsOSZA8n {  }
 }@media only screen and (max-width: 763px) { #e3MZescU73Fuf4WrmcI5C94rsGqBVz6M #rIChVTIXn2RGsT5A9AbSb8iiToNwW4yC { display:block; }
 }@media only screen and (max-width: 763px) { #e3MZescU73Fuf4WrmcI5C94rsGqBVz6M #T0IwtFqsrKU2fHUyV0So4mMxtX22ElC4 {  }
 }@media only screen and (max-width: 763px) { #e3MZescU73Fuf4WrmcI5C94rsGqBVz6M #pU9oU6TH6kdK1h9W8MsckgduALeKKC27 {  }
 }@media only screen and (max-width: 763px) { #e3MZescU73Fuf4WrmcI5C94rsGqBVz6M #cbuTG7F4PKnFHsDeJuaHpWp62spisdSx { display:block; }
 }@media only screen and (max-width: 763px) { #e3MZescU73Fuf4WrmcI5C94rsGqBVz6M #bpTRO9ZRetOUf3yiemMvFcX4R7BL0C3w {  }
 }@media only screen and (max-width: 763px) { #e3MZescU73Fuf4WrmcI5C94rsGqBVz6M #bFEbAtNuWArie5PERPux5p8JgRJgu8g0 {  }
 }@media only screen and (max-width: 763px) { #e3MZescU73Fuf4WrmcI5C94rsGqBVz6M #IunENGir5eN9yh6qtw58fdPi6J4CfuyZ {  }
 }@media only screen and (max-width: 763px) { #MkW51cbqb4dsaO8Ku6qTVtE0nUrLPL9h { width:17.1875rem;height:19.5610625rem;top:17.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0UlHyUUykd8Kf7HTmsh0qPWytUh8Gxh { display:block; }#C0UlHyUUykd8Kf7HTmsh0qPWytUh8Gxh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fuOMRquVn6eF8VgG1qsSToJdGQfTBLwF { width:47.75rem;height:3.1499rem;top:13.5rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSy647sC0Mx2CdzTJ08w4wauTplZFOwT { width:47.75rem;height:2.875rem;top:18.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAU8SzEhohk11Pd4SNWh7NAFhZ68dTEQ { width:16.3125rem;height:6.3500595456213rem;top:5.9375rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQzqbzHGWg3R04SG03Hlwt6B9bMWwIVc { width:47.75rem;height:2.92480625rem;top:22.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #If8EnuaMJ08Vmwxp6tOLiITKFvGrbpzo { width:11.5rem;height:5.625rem;top:6.4375rem;left:27.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TioV8iqJnznr8TUC4uXZr9e92KgXQXxi { display:block; }#TioV8iqJnznr8TUC4uXZr9e92KgXQXxi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aC1e6NUKS1ByoSA55PRRTJ4PB9T9qfUq { width:31.5625rem;height:22.0458875rem;top:12.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlq1wpbeSoKocmfEMdC8aL6dZTiBTK8N { width:31.5625rem;height:2.3999rem;top:8.3125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUdfdcTgVi5eEIeU6qq05mgT5N0Qv7BW { width:35.375rem;height:1.625rem;top:5.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJdUaN1A8kMmqHJl0ooHFuIWQh2FnBE7 { width:15.875rem;height:12.597625rem;top:15.1875rem;left:31.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUMCo9D6DvKp54vrKS3ZTGdd1SLChTLa { width:21rem;height:17.1875rem;top:12.875rem;left:26.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvabrCaME498ywAxdzPqvc7H9RCQfRc6 { width:12.5625rem;height:12.5625rem;top:6.5rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1TTb8RU07d4a5clTA1cTT1ru5yr47Ju { width:12.8125rem;height:3.25rem;top:7.9375rem;left:33.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqbCH1ElpxQOnXrSq0Gi9k2CsHBzxR4T { width:31.5625rem;height:9.1235625rem;top:16.875rem;left:0rem;font-size:1.125rem;display:block; }#PqbCH1ElpxQOnXrSq0Gi9k2CsHBzxR4T li:before{  }
 }@media only screen and (max-width: 763px) { #UqErlmnDNpK9TnKTdGIQNQor3W6Ccol4 { width:20rem;height:19rem;top:12.4375rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zXdWT2ADN6ySVV7beuaietXopABsk8xC { display:block; }#zXdWT2ADN6ySVV7beuaietXopABsk8xC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VrBXUJzSqHW0oMPMNWRDbIx9sFAwKuk0 { width:31.625rem;height:2.3999rem;top:5.6875rem;left:8.0625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMOq6652wxn2kvErbPVSRbi2uxOPqzdx { width:33.0625rem;height:1.625rem;top:8.3125rem;left:7.34375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLngKVhNEgxT6VMHGV2s9opq6tbMlpNR { display:block; }#dLngKVhNEgxT6VMHGV2s9opq6tbMlpNR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JhdWvzRq1cC8ERSZTkFGmEOp4iftesiq { width:38.75rem;height:21.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #FIXCgvcUHwOl4D0f87bkbu69Q2LxZ7As { width:33.0625rem;height:1.625rem;top:8.3125rem;left:7.34375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #kZuGZcVW3emko1OKZUfF7dUOhUlhEbkX { width:31.625rem;height:;top:5.6875rem;left:8.0625rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZmzX0tUH4sJf0C7XwUeF9O8a664As7mX { display:block; }#ZmzX0tUH4sJf0C7XwUeF9O8a664As7mX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X0ZQq1gNKm7XVoM8pzeCbyT6goo0xuCv { width:11.3125rem;height:1.6499rem;top:4.1875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMUIHCPZfwD9v3zS7XxMxElJ0VKIZ5E2 { width:14rem;height:1.7871125rem;top:6.375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mm0TRoQBvis8hzPeJMdeu91fEt7x3ida { width:13.9375rem;height:11.69925rem;top:8.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6VTmOJlqcQ1JHyrfVoHGwyWBQB99taR { width:23.25rem;height:20.625rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4iNqEyqUlDBIiwIxEQ97e6p4RDfxohA { width:3.125rem;height:4.375rem;top:4.1875rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #klDJGWHDs1GWWyzALOXblyyhUxpEZo6y { width:13.25rem;height:1.7871125rem;top:6.375rem;left:15.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #foIemJCL5kkDeVoTP0XEy24Qo6BVfIiA { width:13.4375rem;height:11.69925rem;top:8.5rem;left:15.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAXZvC4M356SaURQeIvHQE8ohJkTo9E8 { width:23.25rem;height:20.625rem;top:1.9375rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sio9ZhpvGaFVec9ITxT8iGkvucNlw0aB { width:4.375rem;height:3.375rem;top:4.1875rem;left:27.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPre0sbgImXJINa9bV1n2SPvKTpbyOIO { width:11.3125rem;height:1.6499rem;top:4.1875rem;left:15.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpDMTi1HATALA3rwnCmN6OThFohqh7gp { width:18.8125rem;height:11.69925rem;top:8.4375rem;left:28.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4gbVZpBbuqkPrGA3l8XSXgOMbbqPoVv { width:23.25rem;height:20.625rem;top:1.9375rem;left:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyW6AXaqabVnUWavOr256E729ziArPFT { width:13.25rem;height:1.7871125rem;top:6.3125rem;left:31.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKtEv3xaME0stZgrQtrnZtdbTLNiPpgP { width:4.5625rem;height:3.3125rem;top:4.1875rem;left:43.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ut51GwftttnN9qGT6KcoodGy145Rt7Nr { width:11.3125rem;height:1.6499rem;top:4.1875rem;left:31.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeSNKSTPWtcplipWoVSImdgnpsKghOVN { display:block; }#TeSNKSTPWtcplipWoVSImdgnpsKghOVN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BouTkag67NXOdWCXZVTKchUMW3uMtGTH { width:11.3125rem;height:1.6499rem;top:3.375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wohfK6Rtlr5qIXTRuGT4n50BFaxCbsC5 { width:13.25rem;height:1.7871125rem;top:5.5625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #whLAp1EMn3aLdBHBfSpuzGsznCarBQIF { width:16.625rem;height:11.69925rem;top:7.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9Ac4qNHWzpVCgskwfbRfz5DbvEHaz1y { width:23.25rem;height:20.625rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkPb7HD89Cw6nmGFi8nlRclRKOo7rM9z { width:4.0625rem;height:3.6875rem;top:3.375rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EiL7Hke1ulGZFr8ghktiRliCgs4r89ls { width:13.1875rem;height:3.57421875rem;top:5.4375rem;left:15.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwzRJHdT5Ph3cZxtumZyVE1blxEUforF { width:18.875rem;height:10.2368125rem;top:9.375rem;left:15.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQtnxFJEAG4tM8Sp7WZMQC9OAznUiQRM { width:4.375rem;height:3.9375rem;top:3.375rem;left:27.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sf9lJnhV3LuKK3VdhOUEvnuTm6cHG4tW { width:11.3125rem;height:1.6499rem;top:3.375rem;left:15.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3yLy4Rp5fCSmfouCTL2cVHMtVT05Ug2 { width:20.1875rem;height:10.2368125rem;top:9.25rem;left:27.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEMauF5sm02VKnZsCgapSGBbPRC5asKJ { width:23.25rem;height:20.625rem;top:1.125rem;left:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRKMkbZy2LV8fTiCUqf3zudvaHsB4Z1Z { width:13.1875rem;height:3.57421875rem;top:5.5rem;left:31.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Id6VHAQ0c1WVSb2WNWdiGzvweSa8QnoA { width:4.375rem;height:3.8125rem;top:3.375rem;left:43.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PchptiKtKei3GdsR5KW1RUgJAxZVXzWa { width:11.3125rem;height:1.6499rem;top:3.375rem;left:31.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdDT4kzPhDmErSQXLI9iswXkGqmTgRf1 { width:23.1875rem;height:20.625rem;top:1.0625rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FigVDCvZM6sAcTELqVy0DLidGyUAEBJT { display:block; }#FigVDCvZM6sAcTELqVy0DLidGyUAEBJT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kkgOaQ5CH7ycLooVxfxJyH1m924pMpi4 { width:47.75rem;height:1.4624rem;top:1.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #minWlgT2bH4otZgAegS4kFP9WrBZ1XUZ { width:25.25rem;height:1.4624rem;top:0.75rem;left:22.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynEBpEBCFs7fdEyfNTGp6LGDZ7nTKDt7 { display:none; }#ynEBpEBCFs7fdEyfNTGp6LGDZ7nTKDt7 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GRDemkKe66EGx7m0N2QzBgwhpdx0H72m { width:26.5625rem;height:3.4375rem;top:24.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTiRZ8sgsu8J7Ihn0ONvBfTwM596ydHI { display:block; }
 }@media only screen and (max-width: 763px) { #xJSb5EpUDOe3gO77JT7enQ9cGMQLKTVk { width:26.5625rem;height:3.4375rem;top:15.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSSl5TtXSguto8oy1zTSWXnHHiWxIKBL { display:block; }
 }@media only screen and (max-width: 763px) { #dhJ8W2mKwh8qKiTgFCbZQRvZa51dTmbA { width:26.5625rem;height:3.4375rem;top:20rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N04ninh4zcq4lkd5X8xcEwxhBzCA7GLl { display:block; }
 }@media only screen and (max-width: 763px) { #uaynFxLDrGC12nbcZp86asreJ7zRmWiB { width:2.25rem;height:2.25rem;top:20.625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bf603tuip5b1rhTkCzGCX2OMxSaXUlaO { width:2.125rem;height:2.125rem;top:16.25rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWIAiNLnqi3NdJR2kqT0ehyderTSVUo2 { width:24.9375rem;height:4.375rem;top:9.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4upeug2N3SgqlafTagLQJQOWNVHmTcS { width:2rem;height:2rem;top:25.125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHKTWzvPchqve2BZB5ZDeKi17aCWhJOc { width:27.8125rem;height:2.4375rem;top:6.375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6QSzQybKmderGHws1KMJhLpe531DMxt { width:23.6875rem;height:1.625rem;top:4.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #br1hLCxJDTRnt90LZ7pprK1CMaiJag8X { position:relative;z-index:auto;background-color:#ffffff;background-image:none;display:block; }#br1hLCxJDTRnt90LZ7pprK1CMaiJag8X > .row .container { background-color: transparent; background-image: none; }#br1hLCxJDTRnt90LZ7pprK1CMaiJag8X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#br1hLCxJDTRnt90LZ7pprK1CMaiJag8X > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#br1hLCxJDTRnt90LZ7pprK1CMaiJag8X > .row .container > .video-iframe-container { display: none; }#br1hLCxJDTRnt90LZ7pprK1CMaiJag8X > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#br1hLCxJDTRnt90LZ7pprK1CMaiJag8X > .row > .video-iframe-container { display: none; }#br1hLCxJDTRnt90LZ7pprK1CMaiJag8X > .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); }#br1hLCxJDTRnt90LZ7pprK1CMaiJag8X > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nTo9Qzc1wWPVsupSa6fzEoIcHACZBEO8 { width:2.5rem;height:2.5rem;top:0.4375rem;left:8.75rem;font-size:1.75rem;display:block; }
#nTo9Qzc1wWPVsupSa6fzEoIcHACZBEO8 > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #V5igNcHXzmA0CvKukeWuxEFRVnSBZy9M { width:7.0625rem;height:2.375rem;top:6rem;left:6.4375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Aw512bTbMHmE7EObJT99T5e6PKt3Nz3C { display:block; }
 }@media only screen and (max-width: 763px) { #l34q4mnFyX07cFCH3ryaOJdLBbRN8UiP { width:16.5rem;height:2.5rem;top:3.3125rem;left:1.75rem;font-size:1rem;z-index:15006;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #hCGR2T01Tf8TxMHfPIHT0vtKTzXqCOTi { display:block; }
 }@media only screen and (max-width: 763px) { #QCWxHeHuRFs5Ibimm9v4CIg74CXvcb3E { width:4.5625rem;height:2.4375rem;top:0.5rem;left:2.8125rem;font-size:0.875rem;z-index:15007;color:#555555;background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ABOfrxozAQKa9Q1x7NLATUciM3Le3f7m { display:block; }
 }@media only screen and (max-width: 763px) { #lUi5F62oWBwQfQ9vCehrpxfsr9kzhuF3 { width:3.875rem;height:2.4375rem;top:0.5rem;left:12.3125rem;font-size:0.875rem;z-index:15008;color:#555555;background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #XrxvrKlAHUmTpCtCpusqEihETxO3dm0F { display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5a78ee7e-7819-4fdd-b261-371eadc44aad/Yoga03.png");background-position:center !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;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyloading { background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(41,41,41,0.65); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(41,41,41,0.65); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container {  }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:37rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QxwgD9TX0qH5DJzfHP4351gt2cSkgFBt { width:20rem;height:7rem;top:12.5rem;left:0rem;font-size:3.5rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #ZGOtNxoCgQVipG6xXxx4B4wWK0R20U30 { width:17.9375rem;height:4.72411875rem;top:20.1875rem;left:1.03125rem;font-size:1.3125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #zeMNwOPLLpBTpa5P2lKqyMdlU0Cn90WR { width:20rem;height:1.70605625rem;top:10.875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qr650bDgMqy1luQHoKeq296O5QGOU4ft { width:18.312rem;height:3.125rem;top:28.03564453125rem;left:0.8427734375rem;font-size:1.125rem;border-top:0.0625rem solid #e97645;border-left:0.0625rem solid #e97645;border-right:0.0625rem solid #e97645;border-bottom:0.0625rem solid #e97645;display:block; }
 }@media only screen and (max-width: 763px) { #RfJvyIEyz4qET8zPFxu0KmT2gSX5hTvM { display:block; }
 }@media only screen and (max-width: 763px) { #nxqb1L9sOfA1RQ1ZNNPhHbyGfNw01SGZ { width:14.0625rem;height:2.8125rem;top:4.6875rem;left:2.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGKtrSyMZJf9DWefy8B843xJ0ENZk6zi { display:block; }#EGKtrSyMZJf9DWefy8B843xJ0ENZk6zi > .row .container { width:20rem;height:50.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oLqMxlptSEmtexZRHOlsDCDMXIK8TaDC { width:20rem;height:4.00024375rem;top:21.9375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVhveOMQq0IGB5HfTbrpEh3GtrnWwnL1 { width:18.375rem;height:15.874rem;top:26.5625rem;left:1.625rem;font-size:1.125rem;z-index:14999;display:block; }#eVhveOMQq0IGB5HfTbrpEh3GtrnWwnL1 li:before{  }
 }@media only screen and (max-width: 763px) { #xCNgdMmgUzdQsRzloadAEiSeKW9zCMDP { width:18.312rem;height:3.125rem;top:43.68603515625rem;left:0.8427734375rem;font-size:1.125rem;border-top:0.0625rem solid #e97645;border-left:0.0625rem solid #e97645;border-right:0.0625rem solid #e97645;border-bottom:0.0625rem solid #e97645;display:block; }
 }@media only screen and (max-width: 763px) { #sdCPX1hy2o9oIMZ95hTt9S5wtIM9eykP { display:block; }
 }@media only screen and (max-width: 763px) { #DB8kTNbMotomFhO4GT8r31UfbEGWXOwo { width:17.9375rem;height:17.9375rem;top:3.5rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6KkCuxMgeP0XKtCkE6UOBEMLcZvRO6V { display:block; }#A6KkCuxMgeP0XKtCkE6UOBEMLcZvRO6V > .row .container { width:20rem;height:80rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FUzTIhaOsVf12ugbsUnSRVMax9Xu8TdZ { width:16.25rem;height:1.625rem;top:27.5625rem;left:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eiU2rcwADm8gOWJHb3STPSdCcKz6n1sB { width:16.25rem;height:2.92480625rem;top:51.125rem;left:1.875rem;font-size:1.125rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #XE8VXFZHrdRRqcqE3PQUr13ochCWKgmr { width:16.25rem;height:0.0616455rem;top:16.375rem;left:1.875rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #p5N3ilyz4hEJi3fpDFCXURnm5R1muLrV { width:16.25rem;height:1.4624rem;top:63.0625rem;left:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1HZ9f301xBwrQ9Xvc2DelESyIrNR9kX { width:16.25rem;height:0.062255875rem;top:54.5rem;left:1.875rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #vPvgalxifHPGQ0so701JqDzIAnGtcwTB { width:20rem;height:1.4624rem;top:6.9375rem;left:0rem;font-size:1.125rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #txXimODvp9C6wivWMl9IQTk6dIqap7nt { width:16.25rem;height:0.0625rem;top:58.5rem;left:1.875rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #zZGTICumW1htrSueQyyI9wIuBpFBRSqn { width:16.25rem;height:0.062255875rem;top:62.5rem;left:1.875rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #ykgJ2DkHgFEMtqGMqnCguOhSvTXn4hZW { width:16.25rem;height:2.92480625rem;top:59.0625rem;left:1.875rem;font-size:1.125rem;z-index:14988;display:block; }
 }@media only screen and (max-width: 763px) { #pqrqumTaZ6l9DW5mQPCMn08zgvNKZQec { width:16.312rem;height:1.625rem;top:10.1875rem;left:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtnXtlRMg34vTQuXbk27P7PZZVnkMMKy { width:16.25rem;height:0.0625rem;top:35rem;left:1.875rem;z-index:14993;background-color:#e3e3e3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #oRp1Xsnq7fKWMzftGpOcoIruzNPuHAHf { width:16.25rem;height:2.3999rem;top:25.0625rem;left:1.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGkAQu3w5sNgZ6PO2SC0FcmfMqJXZsbU { width:15.3125rem;height:2.92480625rem;top:12.75rem;left:1.875rem;font-size:1.125rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #zTS02f3b5BXOet2MWLTHs8DnL8Xqdh5X { width:16.6875rem;height:1.4624rem;top:17.0625rem;left:1.875rem;font-size:1.125rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #giw4vRExHcnSmJzRtsfTd7c1JTFABBE0 { width:14.4375rem;height:4.3994125rem;top:5.3125rem;left:1.875rem;font-size:2rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #aLA5wXgTadE5EThCkGJdBE2QxFS24Thp { width:16.25rem;height:2.3999rem;top:48.125rem;left:1.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #duC7IVuOHa0s1O7ztNQ3yG3eBwLqLxsw { width:16.25rem;height:2.92480625rem;top:55.1875rem;left:1.875rem;font-size:1.125rem;z-index:14987;display:block; }
 }@media only screen and (max-width: 763px) { #q4rT3qFT3uPDHKrtBt7QTnrmm5JWmqHF { width:16.25rem;height:2.92480625rem;top:31.5625rem;left:1.875rem;font-size:1.125rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #pC6uo3SMNMrAwfu3sRVxZDDzf7cituwo { width:16.25rem;height:2.92480625rem;top:35.5625rem;left:1.875rem;font-size:1.125rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #lkEhStoJ6z80mFfFx3IAeVPlFbXlaaVx { width:20rem;height:0;top:26.1875rem;left:0rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #ecPprWmnI1lCSUF6Tynue8U3D47xFAGe { width:16.25rem;height:2.92480625rem;top:39.4375rem;left:1.9375rem;font-size:1.125rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #TJCZ3hpUT4FdEEaio9f1TwWuJ1surQ6O { width:20rem;height:16.625rem;top:3.625rem;left:0rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #iJI2MDUOfD7FxSsoMrO4BwCP9F96cWxP { width:16.25rem;height:1.625rem;top:29.1875rem;left:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqXZPoQdiIX22hhKZUSfZTqfeqngUCvg { width:15.4375rem;height:4.3994125rem;top:68.625rem;left:1.875rem;font-size:2rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #m5n7BXQg0TwggW1penOQJh3pO7c6TJLb { width:16.25rem;height:1.625rem;top:73.4375rem;left:1.875rem;font-size:1.25rem;color:#e97645;display:block; }
 }@media only screen and (max-width: 763px) { #BTDJ8NzDNER2epOURERT0XbpAPZzQnvm { width:20rem;height:21.0625rem;top:23.1875rem;left:0rem;z-index:14990;display:block; }
 }@media only screen and (max-width: 763px) { #B7BO04dAvhLqDxZHDNIoLqld4ve61JdP { width:20rem;height:19.875rem;top:46.4375rem;left:0rem;z-index:14986;display:block; }
 }@media only screen and (max-width: 763px) { #d1OHs1Zs2OqggSKWU9xlknMouomCVNrH { width:20rem;height:9.875rem;top:67rem;left:0rem;z-index:14989;display:block; }
 }@media only screen and (max-width: 763px) { #NZEZ5semyJ0ddcnMe8N57dmTFzSkFTg8 { width:16.25rem;height:0.0625rem;top:38.875rem;left:1.875rem;z-index:14994;background-color:#e3e3e3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #zofrMzHQ4lTTSFVUc5Mk998t0IGUsxo0 { display:block; }#zofrMzHQ4lTTSFVUc5Mk998t0IGUsxo0 > .row .container { width:20rem;height:80.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iaq0XLwM7sG98MbnwSC0GJ4TpZc8N0vV { width:20rem;height:4.79980625rem;top:20.5rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ENlJ2f52prETu2Zg23KnaRBAyqqCVXBI { width:16.125rem;height:6.00036875rem;top:43.5625rem;left:1.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #buWKh5h4bvURfiqBiWf4baK9t2uERNdU { width:16.1235625rem;height:4.38720625rem;top:50rem;left:1.9375rem;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #UPbcuJUfddxEU9lSzfXylznREGnmerCb { width:3.375rem;height:3.375rem;top:43.5625rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #trvo3aVUHXELAUreq5LrgPtCCVwOdWQM { width:20rem;height:8.7744375rem;top:27.0625rem;left:0rem;font-size:1.125rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #GMH4eX9DZmxfLzruiwIJfHeCTs9rGhaQ { width:20rem;height:37.875rem;top:40.875rem;left:0rem;z-index:14990;display:block; }
 }@media only screen and (max-width: 763px) { #e3MZescU73Fuf4WrmcI5C94rsGqBVz6M .widget-regular-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#e3MZescU73Fuf4WrmcI5C94rsGqBVz6M .widget-input-text { width:16.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-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;height:2.8125rem; }
#e3MZescU73Fuf4WrmcI5C94rsGqBVz6M .widget-input-text {padding-top: 0; padding-bottom: 0;}#e3MZescU73Fuf4WrmcI5C94rsGqBVz6M .widget-textarea { width:16.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-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; }
#e3MZescU73Fuf4WrmcI5C94rsGqBVz6M .widget-input-select { width:16.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-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;height:2.8125rem; }
#e3MZescU73Fuf4WrmcI5C94rsGqBVz6M .widget-input-select {padding-top: 0; padding-bottom: 0;}#e3MZescU73Fuf4WrmcI5C94rsGqBVz6M .widget-input-button { width:16.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left: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;height:3.125rem; }
#e3MZescU73Fuf4WrmcI5C94rsGqBVz6M .widget-checkbox-label { width:14.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#e3MZescU73Fuf4WrmcI5C94rsGqBVz6M .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.125rem;padding-left:0; }
#e3MZescU73Fuf4WrmcI5C94rsGqBVz6M .widget-container:first-of-type{padding-top:0;}#e3MZescU73Fuf4WrmcI5C94rsGqBVz6M .widget-container:last-of-type{padding-bottom:0;}#e3MZescU73Fuf4WrmcI5C94rsGqBVz6M  { width:16.25rem;height:auto;top:53.8125rem;left:0.625rem;z-index:14991; }
#e3MZescU73Fuf4WrmcI5C94rsGqBVz6M .radio-container { width:16.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#e3MZescU73Fuf4WrmcI5C94rsGqBVz6M {display:block;}#e3MZescU73Fuf4WrmcI5C94rsGqBVz6M { width:16.25rem;height:auto;top:53.8125rem;left:0.625rem;z-index:14991; }
 }@media only screen and (max-width: 763px) { #e3MZescU73Fuf4WrmcI5C94rsGqBVz6M #k2QgrxBVB02GZGlUOoh9NfqHLeHwgKvW {  }
 }@media only screen and (max-width: 763px) { #e3MZescU73Fuf4WrmcI5C94rsGqBVz6M #APyHtt0b6t0arpMyWBt0XdPwvAoIcyyh { display:block; }
 }@media only screen and (max-width: 763px) { #e3MZescU73Fuf4WrmcI5C94rsGqBVz6M #r5OO225RyDdsSbdPZVBlbgFwawyg6kVD {  }
 }@media only screen and (max-width: 763px) { #e3MZescU73Fuf4WrmcI5C94rsGqBVz6M #WM8tV9p6IMMX4GaTS5tlRQQ5d1FCeo9k {  }
 }@media only screen and (max-width: 763px) { #e3MZescU73Fuf4WrmcI5C94rsGqBVz6M #BQeNOQmPpMunV9i7m5ffvNiKgpUpDpwe { display:block; }
 }@media only screen and (max-width: 763px) { #e3MZescU73Fuf4WrmcI5C94rsGqBVz6M #amMTBfGpubZpRftRP0tgZd27fJQJ8zZI {  }
 }@media only screen and (max-width: 763px) { #e3MZescU73Fuf4WrmcI5C94rsGqBVz6M #SbeQSsesDoClJbQ7nVpPIuMAcsOSZA8n {  }
 }@media only screen and (max-width: 763px) { #e3MZescU73Fuf4WrmcI5C94rsGqBVz6M #rIChVTIXn2RGsT5A9AbSb8iiToNwW4yC { display:block; }
 }@media only screen and (max-width: 763px) { #e3MZescU73Fuf4WrmcI5C94rsGqBVz6M #T0IwtFqsrKU2fHUyV0So4mMxtX22ElC4 {  }
 }@media only screen and (max-width: 763px) { #e3MZescU73Fuf4WrmcI5C94rsGqBVz6M #pU9oU6TH6kdK1h9W8MsckgduALeKKC27 {  }
 }@media only screen and (max-width: 763px) { #e3MZescU73Fuf4WrmcI5C94rsGqBVz6M #cbuTG7F4PKnFHsDeJuaHpWp62spisdSx { display:block; }
 }@media only screen and (max-width: 763px) { #e3MZescU73Fuf4WrmcI5C94rsGqBVz6M #bpTRO9ZRetOUf3yiemMvFcX4R7BL0C3w {  }
 }@media only screen and (max-width: 763px) { #e3MZescU73Fuf4WrmcI5C94rsGqBVz6M #bFEbAtNuWArie5PERPux5p8JgRJgu8g0 {  }
 }@media only screen and (max-width: 763px) { #e3MZescU73Fuf4WrmcI5C94rsGqBVz6M #IunENGir5eN9yh6qtw58fdPi6J4CfuyZ {  }
 }@media only screen and (max-width: 763px) { #MkW51cbqb4dsaO8Ku6qTVtE0nUrLPL9h { width:15.3125rem;height:17.3735625rem;top:1.599609375rem;left:2.34375rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #C0UlHyUUykd8Kf7HTmsh0qPWytUh8Gxh { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/c56addf3-aab7-41d7-846a-19cb178c4db2/YogaFade03.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#C0UlHyUUykd8Kf7HTmsh0qPWytUh8Gxh.adaptive-delivery-prevent-bg, #C0UlHyUUykd8Kf7HTmsh0qPWytUh8Gxh.lazyload, #C0UlHyUUykd8Kf7HTmsh0qPWytUh8Gxh.lazyloading { background-image: none; }#C0UlHyUUykd8Kf7HTmsh0qPWytUh8Gxh > .row .container { background-color: transparent; background-image: none; }#C0UlHyUUykd8Kf7HTmsh0qPWytUh8Gxh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C0UlHyUUykd8Kf7HTmsh0qPWytUh8Gxh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C0UlHyUUykd8Kf7HTmsh0qPWytUh8Gxh > .row .container > .video-iframe-container { display: none; }#C0UlHyUUykd8Kf7HTmsh0qPWytUh8Gxh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C0UlHyUUykd8Kf7HTmsh0qPWytUh8Gxh > .row > .video-iframe-container { display: none; }#C0UlHyUUykd8Kf7HTmsh0qPWytUh8Gxh > .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); }#C0UlHyUUykd8Kf7HTmsh0qPWytUh8Gxh > .row .container { width:20rem;height:46.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fuOMRquVn6eF8VgG1qsSToJdGQfTBLwF { width:20rem;height:5.25024375rem;top:8.560546875rem;left:0rem;font-size:2.625rem;line-height:1;z-index:15001;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZSy647sC0Mx2CdzTJ08w4wauTplZFOwT { width:18.8125rem;height:10.2368125rem;top:14.5625rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #oAU8SzEhohk11Pd4SNWh7NAFhZ68dTEQ { width:10.123875rem;height:3.686525rem;top:3.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQzqbzHGWg3R04SG03Hlwt6B9bMWwIVc { width:18.75rem;height:7.312rem;top:25.375rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #If8EnuaMJ08Vmwxp6tOLiITKFvGrbpzo { width:6.74925rem;height:3.31176875rem;top:4.125rem;left:11.625rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #TioV8iqJnznr8TUC4uXZr9e92KgXQXxi { display:block; }#TioV8iqJnznr8TUC4uXZr9e92KgXQXxi > .row .container { width:20rem;height:63.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aC1e6NUKS1ByoSA55PRRTJ4PB9T9qfUq { width:20rem;height:25.1952875rem;top:11.79931875rem;left:0rem;font-size:1.125rem;z-index:15002;display:none; }
 }@media only screen and (max-width: 763px) { #mlq1wpbeSoKocmfEMdC8aL6dZTiBTK8N { width:20rem;height:4.79980625rem;top:6.9375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUdfdcTgVi5eEIeU6qq05mgT5N0Qv7BW { width:18.9995rem;height:3.25rem;top:3.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJdUaN1A8kMmqHJl0ooHFuIWQh2FnBE7 { width:15.8730625rem;height:11.69925rem;top:49.9375rem;left:2.0625rem;font-size:1.125rem;z-index:15001;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #rUMCo9D6DvKp54vrKS3ZTGdd1SLChTLa { width:20rem;height:23.75rem;top:39.75rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #IvabrCaME498ywAxdzPqvc7H9RCQfRc6 { width:10.4360625rem;height:10.4360625rem;top:34.5625rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1TTb8RU07d4a5clTA1cTT1ru5yr47Ju { width:12.8125rem;height:3.25rem;top:46.4375rem;left:2.0625rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PqbCH1ElpxQOnXrSq0Gi9k2CsHBzxR4T { width:18.5625rem;height:8.9238125rem;top:15.8125rem;left:1.4375rem;font-size:1.125rem;z-index:15002;line-height:1.1;display:block; }#PqbCH1ElpxQOnXrSq0Gi9k2CsHBzxR4T li:not(:first-child){ padding-top:0.375rem;padding-right:0;padding-bottom:0;padding-left:0; }#PqbCH1ElpxQOnXrSq0Gi9k2CsHBzxR4T li:before{  }
 }@media only screen and (max-width: 763px) { #UqErlmnDNpK9TnKTdGIQNQor3W6Ccol4 { width:20rem;height:19.01121875rem;top:12.375rem;left:0rem;font-size:1.125rem;z-index:15001;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #zXdWT2ADN6ySVV7beuaietXopABsk8xC { display:block; }#zXdWT2ADN6ySVV7beuaietXopABsk8xC > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VrBXUJzSqHW0oMPMNWRDbIx9sFAwKuk0 { width:20rem;height:2.3999rem;top:5.75rem;left:0rem;font-size:2rem;z-index:15006;display:none; }
 }@media only screen and (max-width: 763px) { #uMOq6652wxn2kvErbPVSRbi2uxOPqzdx { width:18.812rem;height:3.25rem;top:8.375rem;left:0.5625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #dLngKVhNEgxT6VMHGV2s9opq6tbMlpNR { display:block; }#dLngKVhNEgxT6VMHGV2s9opq6tbMlpNR > .row .container { width:20rem;height:40.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JhdWvzRq1cC8ERSZTkFGmEOp4iftesiq { top:4.5625rem;left:0rem;width:20rem;height:27.5rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #FIXCgvcUHwOl4D0f87bkbu69Q2LxZ7As { width:18.8115rem;height:3.25rem;top:2.39892578125rem;left:0.59375rem;font-size:1.25rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #kZuGZcVW3emko1OKZUfF7dUOhUlhEbkX { width:20rem;height:2.3999rem;top:0rem;left:0rem;font-size:2rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #ZmzX0tUH4sJf0C7XwUeF9O8a664As7mX { display:none; }#ZmzX0tUH4sJf0C7XwUeF9O8a664As7mX > .row .container { width:20rem;height:68.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #X0ZQq1gNKm7XVoM8pzeCbyT6goo0xuCv { width:11.311625rem;height:1.6499rem;top:1.661376953125rem;left:2.249755859375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMUIHCPZfwD9v3zS7XxMxElJ0VKIZ5E2 { width:12.8125rem;height:3.0249rem;top:4.3365478515625rem;left:2.249755859375rem;font-size:1.375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #mm0TRoQBvis8hzPeJMdeu91fEt7x3ida { width:15.499875rem;height:10.2368125rem;top:7.874755859375rem;left:2.249755859375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6VTmOJlqcQ1JHyrfVoHGwyWBQB99taR { width:20rem;height:20.68725rem;top:1.25rem;left:0rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #v4iNqEyqUlDBIiwIxEQ97e6p4RDfxohA { width:2.5rem;height:3.49975625rem;top:3.24951171875rem;left:15.310668945312rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #klDJGWHDs1GWWyzALOXblyyhUxpEZo6y { width:13.2495rem;height:1.7871125rem;top:27.623880859375rem;left:2.2503662109375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #foIemJCL5kkDeVoTP0XEy24Qo6BVfIiA { width:15.3125rem;height:10.2368125rem;top:29.796732421875rem;left:2.2503662109375rem;font-size:1.125rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #sAXZvC4M356SaURQeIvHQE8ohJkTo9E8 { width:20rem;height:19.562375rem;top:23.186625rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #Sio9ZhpvGaFVec9ITxT8iGkvucNlw0aB { width:3.4375rem;height:2.56225625rem;top:25.123291015625rem;left:15.062255859375rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #lPre0sbgImXJINa9bV1n2SPvKTpbyOIO { width:11.31225rem;height:1.6499rem;top:25.436380859375rem;left:2.2503662109375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpDMTi1HATALA3rwnCmN6OThFohqh7gp { width:15.562125rem;height:14.624rem;top:50.560875rem;left:2.249755859375rem;font-size:1.125rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #q4gbVZpBbuqkPrGA3l8XSXgOMbbqPoVv { width:20rem;height:23.4375rem;top:43.998375rem;left:0rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #nyW6AXaqabVnUWavOr256E729ziArPFT { width:13.2495rem;height:1.7871125rem;top:48.373375rem;left:2.249755859375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKtEv3xaME0stZgrQtrnZtdbTLNiPpgP { width:3.4375rem;height:2.436525rem;top:45.99853515625rem;left:15.310668945312rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #ut51GwftttnN9qGT6KcoodGy145Rt7Nr { width:11.31225rem;height:1.6499rem;top:46.248130859375rem;left:2.249755859375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeSNKSTPWtcplipWoVSImdgnpsKghOVN { display:none; }#TeSNKSTPWtcplipWoVSImdgnpsKghOVN > .row .container { width:20rem;height:83.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BouTkag67NXOdWCXZVTKchUMW3uMtGTH { width:11.31225rem;height:1.6499rem;top:3.499755859375rem;left:2.249755859375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wohfK6Rtlr5qIXTRuGT4n50BFaxCbsC5 { width:13.2495rem;height:1.7871125rem;top:5.687255859375rem;left:2.249755859375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #whLAp1EMn3aLdBHBfSpuzGsznCarBQIF { width:15.562125rem;height:11.69925rem;top:7.8912353515625rem;left:2.249755859375rem;font-size:1.125rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #L9Ac4qNHWzpVCgskwfbRfz5DbvEHaz1y { width:20rem;height:20.437rem;top:1.25rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #dkPb7HD89Cw6nmGFi8nlRclRKOo7rM9z { width:3.125rem;height:2.749025rem;top:2.9498291015625rem;left:15.498046875rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #EiL7Hke1ulGZFr8ghktiRliCgs4r89ls { width:13.2495rem;height:3.57421875rem;top:27.311375rem;left:2.2503662109375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwzRJHdT5Ph3cZxtumZyVE1blxEUforF { width:15.499875rem;height:13.161625rem;top:31.234104492188rem;left:2.2503662109375rem;font-size:1.125rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #sQtnxFJEAG4tM8Sp7WZMQC9OAznUiQRM { width:3.4375rem;height:3.061525rem;top:25.185546875rem;left:15.498046875rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #Sf9lJnhV3LuKK3VdhOUEvnuTm6cHG4tW { width:11.31225rem;height:1.6499rem;top:25.186130859375rem;left:2.2503662109375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3yLy4Rp5fCSmfouCTL2cVHMtVT05Ug2 { width:15.437rem;height:16.0864375rem;top:58.0625rem;left:2.25rem;font-size:1.125rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #nEMauF5sm02VKnZsCgapSGBbPRC5asKJ { width:20rem;height:26.31225rem;top:49.875rem;left:0rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #pRKMkbZy2LV8fTiCUqf3zudvaHsB4Z1Z { width:13.2495rem;height:3.57421875rem;top:54.3125rem;left:2.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Id6VHAQ0c1WVSb2WNWdiGzvweSa8QnoA { width:3.4375rem;height:2.9370125rem;top:52.124633789062rem;left:14.435424804688rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #PchptiKtKei3GdsR5KW1RUgJAxZVXzWa { width:11.31225rem;height:1.6499rem;top:52.125rem;left:2.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdDT4kzPhDmErSQXLI9iswXkGqmTgRf1 { width:20rem;height:23.374625rem;top:22.936375rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #FigVDCvZM6sAcTELqVy0DLidGyUAEBJT { display:block; }#FigVDCvZM6sAcTELqVy0DLidGyUAEBJT > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kkgOaQ5CH7ycLooVxfxJyH1m924pMpi4 { width:15.99975rem;height:2.92480625rem;top:1.25rem;left:2rem;font-size:1.125rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #minWlgT2bH4otZgAegS4kFP9WrBZ1XUZ { width:11.8125rem;height:2.92480625rem;top:2.19970703125rem;left:2rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ynEBpEBCFs7fdEyfNTGp6LGDZ7nTKDt7 { display:none; }#ynEBpEBCFs7fdEyfNTGp6LGDZ7nTKDt7 > .row .container { width:20rem;height:41.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GRDemkKe66EGx7m0N2QzBgwhpdx0H72m { width:18.75rem;height:3.4375rem;top:33.52441875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTiRZ8sgsu8J7Ihn0ONvBfTwM596ydHI { display:block; }
 }@media only screen and (max-width: 763px) { #xJSb5EpUDOe3gO77JT7enQ9cGMQLKTVk { width:18.75rem;height:3.4375rem;top:17.27441875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSSl5TtXSguto8oy1zTSWXnHHiWxIKBL { display:block; }
 }@media only screen and (max-width: 763px) { #dhJ8W2mKwh8qKiTgFCbZQRvZa51dTmbA { width:18.75rem;height:3.4375rem;top:25.33691875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N04ninh4zcq4lkd5X8xcEwxhBzCA7GLl { display:block; }
 }@media only screen and (max-width: 763px) { #uaynFxLDrGC12nbcZp86asreJ7zRmWiB { width:2.25rem;height:2.25rem;top:30.02441875rem;left:8.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bf603tuip5b1rhTkCzGCX2OMxSaXUlaO { width:2.125rem;height:2.125rem;top:21.96191875rem;left:8.9375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWIAiNLnqi3NdJR2kqT0ehyderTSVUo2 { width:20rem;height:5.8496125rem;top:10.17480625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4upeug2N3SgqlafTagLQJQOWNVHmTcS { width:2rem;height:2rem;top:38.21191875rem;left:9rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHKTWzvPchqve2BZB5ZDeKi17aCWhJOc { width:20rem;height:4.79980625rem;top:4.125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6QSzQybKmderGHws1KMJhLpe531DMxt { width:20rem;height:1.625rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }