.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;
}
.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;
}body { background-color:transparent;background-image:none;position:relative;display:block; }
#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .row > .video-iframe-container { display: none; }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pbLvyU0uPfXAhafy8AeHGJ7Qp989yAUQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/1PNeWzk4/Copia_de_YOGA_EN_VIVO_banner_MEMBRESIAcampan_a_2021.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#pbLvyU0uPfXAhafy8AeHGJ7Qp989yAUQ.adaptive-delivery-prevent-bg, #pbLvyU0uPfXAhafy8AeHGJ7Qp989yAUQ.lazyload, #pbLvyU0uPfXAhafy8AeHGJ7Qp989yAUQ.lazyloading { background-image: none; }#pbLvyU0uPfXAhafy8AeHGJ7Qp989yAUQ > .row .container { background-color: transparent; background-image: none; }#pbLvyU0uPfXAhafy8AeHGJ7Qp989yAUQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pbLvyU0uPfXAhafy8AeHGJ7Qp989yAUQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pbLvyU0uPfXAhafy8AeHGJ7Qp989yAUQ > .row .container > .video-iframe-container { display: none; }#pbLvyU0uPfXAhafy8AeHGJ7Qp989yAUQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pbLvyU0uPfXAhafy8AeHGJ7Qp989yAUQ > .row > .video-iframe-container { display: none; }#pbLvyU0uPfXAhafy8AeHGJ7Qp989yAUQ > .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); }#pbLvyU0uPfXAhafy8AeHGJ7Qp989yAUQ > .row .container { border-width: 0; border-radius: 0; }#pbLvyU0uPfXAhafy8AeHGJ7Qp989yAUQ > .row > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#pbLvyU0uPfXAhafy8AeHGJ7Qp989yAUQ > .row .container { font-size:0.875rem;font-family:arial;height:51.25rem;width:60rem;position:relative;display:block; }#Hw3GIiNuwByHgDSES1u4Fe3XZE5sR6gU { display:block;width:25.125rem;position:absolute;font-family:ubuntu;font-size:2.375rem;font-weight:700;z-index:100000;line-height:1;letter-spacing:0;top:3.1875rem;left:32.4375rem;height:4.75rem;color:#605468;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aTOWAC8pMZgW8h0IgmGpFsSAL4ls1iCc .widget-form-header {  }
#aTOWAC8pMZgW8h0IgmGpFsSAL4ls1iCc .widget-regular-label { height:auto;display:none;font-family:ubuntu;font-size:0.875rem;font-weight:bold;color:#19232e;width:22.5rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#aTOWAC8pMZgW8h0IgmGpFsSAL4ls1iCc .widget-input-text { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:transparent;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:initial !important;border-bottom:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-top: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:22.5rem;box-sizing:border-box;height:3.125rem;color:#ffffff;font-size:1rem;overflow:hidden;font-family:ubuntu;vertical-align:top; }
#aTOWAC8pMZgW8h0IgmGpFsSAL4ls1iCc .widget-input-text {padding-top: 0; padding-bottom: 0;}#aTOWAC8pMZgW8h0IgmGpFsSAL4ls1iCc .widget-textarea { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:transparent;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:initial !important;border-bottom:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-top: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:22.5rem;box-sizing:border-box;height:4.375rem;color:#ffffff;font-size:1rem;overflow:hidden;font-family:ubuntu;vertical-align:top; }
#aTOWAC8pMZgW8h0IgmGpFsSAL4ls1iCc .widget-input-select { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:initial !important;border-bottom:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-top: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:22.5rem;box-sizing:border-box;height:3.125rem;color:#ffffff;font-family:ubuntu;font-size:1rem;overflow:hidden;vertical-align:top; }
#aTOWAC8pMZgW8h0IgmGpFsSAL4ls1iCc .widget-input-select {padding-top: 0; padding-bottom: 0;}#aTOWAC8pMZgW8h0IgmGpFsSAL4ls1iCc .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#aTOWAC8pMZgW8h0IgmGpFsSAL4ls1iCc .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#aTOWAC8pMZgW8h0IgmGpFsSAL4ls1iCc .widget-input-button { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:#12dfb6;background-image:none;background-position:top left !important;background-repeat:repeat !important;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.5625rem;font-weight:bold;color:#540f95;width:22.5rem;height:3.4375rem;font-family:ubuntu;overflow:hidden; }#aTOWAC8pMZgW8h0IgmGpFsSAL4ls1iCc .widget-input-button.adaptive-delivery-prevent-bg, #aTOWAC8pMZgW8h0IgmGpFsSAL4ls1iCc .widget-input-button.lazyload, #aTOWAC8pMZgW8h0IgmGpFsSAL4ls1iCc .widget-input-button.lazyloading { background-image: none; }
#aTOWAC8pMZgW8h0IgmGpFsSAL4ls1iCc [class*="-text"]:-moz-placeholder { color:#ffffff;font-family:ubuntu;font-size:1rem; }
#aTOWAC8pMZgW8h0IgmGpFsSAL4ls1iCc [class*="-text"]::-moz-placeholder { color:#ffffff;font-family:ubuntu;font-size:1rem; }
#aTOWAC8pMZgW8h0IgmGpFsSAL4ls1iCc [class*="-text"]:-ms-input-placeholder { color:#ffffff;font-family:ubuntu;font-size:1rem; }
#aTOWAC8pMZgW8h0IgmGpFsSAL4ls1iCc [class*="-text"]::-webkit-input-placeholder { color:#ffffff;font-family:ubuntu;font-size:1rem; }
#aTOWAC8pMZgW8h0IgmGpFsSAL4ls1iCc .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:ubuntu;font-size:0.8125rem;font-weight:400;color:#ffffff;vertical-align:top;width:21.4375rem;overflow:hidden;font-style:normal; }
#aTOWAC8pMZgW8h0IgmGpFsSAL4ls1iCc .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:top; }
#aTOWAC8pMZgW8h0IgmGpFsSAL4ls1iCc .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:top;font-family:ubuntu;font-size:0.8125rem;font-weight:400;color:#ffffff;overflow:hidden;font-style:normal;line-height:1.3; }
#aTOWAC8pMZgW8h0IgmGpFsSAL4ls1iCc .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#aTOWAC8pMZgW8h0IgmGpFsSAL4ls1iCc .widget-container:first-of-type{padding-top:0;}#aTOWAC8pMZgW8h0IgmGpFsSAL4ls1iCc .widget-container:last-of-type{padding-bottom:0;}#aTOWAC8pMZgW8h0IgmGpFsSAL4ls1iCc  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100002;position:absolute;top:0rem;left:0rem; }
#aTOWAC8pMZgW8h0IgmGpFsSAL4ls1iCc .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:22.5rem;display:block;vertical-align:top; }
#aTOWAC8pMZgW8h0IgmGpFsSAL4ls1iCc .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:0.8125rem;line-height:1.3;font-weight:300;color:#19232e;vertical-align:top;overflow:hidden;font-style:normal; }
#aTOWAC8pMZgW8h0IgmGpFsSAL4ls1iCc {display:block;}#aTOWAC8pMZgW8h0IgmGpFsSAL4ls1iCc { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100002;position:absolute;top:0rem;left:0rem;display:none; }
#aTOWAC8pMZgW8h0IgmGpFsSAL4ls1iCc #BGsxQ1V5ymdeJlO8rNfeEGE6lVFA7c8x { position:relative; }
#aTOWAC8pMZgW8h0IgmGpFsSAL4ls1iCc #XaqmiUbwlUSOVrpHzJzMUs6ertBiObCJ { position:relative; }
#aTOWAC8pMZgW8h0IgmGpFsSAL4ls1iCc #BW6otvWphRaTMDpv4OzrMUNVnJqA8mXx { position:relative; }
#aTOWAC8pMZgW8h0IgmGpFsSAL4ls1iCc #TGdbWJIEPqSLASM3MTtwGSztZxulO6au { position:relative; }
#aTOWAC8pMZgW8h0IgmGpFsSAL4ls1iCc #LC8N0WwCVTxyKXKr2mHnQ97BMqJUlwkm { position:relative; }
#aTOWAC8pMZgW8h0IgmGpFsSAL4ls1iCc #scfAW6qpama16i1xm3TwKiGHpF95XnEA { position:relative; }
#aTOWAC8pMZgW8h0IgmGpFsSAL4ls1iCc #JtMZVSyEnuer6TvHWwEMEWHtaVQrMr2L { position:relative; }
#aTOWAC8pMZgW8h0IgmGpFsSAL4ls1iCc #z3JdRUK86BCPgP3VSLSKln0MoHrbGVkz { position:relative; }
#aTOWAC8pMZgW8h0IgmGpFsSAL4ls1iCc #xQXelsAel4XziT6CC3BTkbMaA8Kh7gIR { position:relative; }
#aTOWAC8pMZgW8h0IgmGpFsSAL4ls1iCc #NnhXshOglxyEyPKv26MDMvE5gqLwNXVo { position:relative; }
#aTOWAC8pMZgW8h0IgmGpFsSAL4ls1iCc #TuvxGZmTOiolp2OuXCn7hXyFzJGd8tSZ { position:relative; }
#aTOWAC8pMZgW8h0IgmGpFsSAL4ls1iCc #MNW4pSZnJi4M4e1wpv6FefG6lweThHQ1 { position:relative; }
#aTOWAC8pMZgW8h0IgmGpFsSAL4ls1iCc #W4Uiqx6ZGTz9IacyUL9oKqTPKTTUnGNZ { position:relative; }
#aTOWAC8pMZgW8h0IgmGpFsSAL4ls1iCc #GPW4v4hK9hUbos0AGFzHJ9nxV3BFXtMr { position:relative; }
#ai4tTofo4dXH7FgPaX4bgH6y36tUD2S7 { display:block;width:27.125rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:400;z-index:100001;line-height:1.3;letter-spacing:0;top:9.5625rem;left:0.75rem;height:2.5rem;color:#ffffff;font-style:normal;text-align:center;text-align-last:center;display:none; }
#NcPXSxNisNsVLuD7CKXqySOBJspJTKiB { display:block;width:25rem;position:absolute;font-family:ubuntu;font-size:1.75rem;font-weight:400;z-index:100001;line-height:1.3;letter-spacing:0;top:6.375rem;left:2.25rem;height:2.25rem;color:#ffffff;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Tegs967S1bdeB1Rz2l5s6QGDLNGBTn08 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:8.25rem;border-top-right-radius:8.25rem;border-bottom-left-radius:8.25rem;border-bottom-right-radius:8.25rem;background-color:rgba(223,99,99,0.74);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:8.8125rem;width:29.0625rem;position:absolute;display:block;z-index:99998;top:1.5625rem;left:30.5rem;display:block; }
#oTQg1M61DOKX8SMVtLeNvt2bW53TZfGt .widget-form-header {  }
#oTQg1M61DOKX8SMVtLeNvt2bW53TZfGt .widget-regular-label { height:auto;display:none;font-family:ubuntu;font-size:0.875rem;font-weight:bold;color:#19232e;width:22.5rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#oTQg1M61DOKX8SMVtLeNvt2bW53TZfGt .widget-input-text { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:transparent;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:initial !important;border-bottom:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-top: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:22.5rem;box-sizing:border-box;height:3.125rem;color:#ffffff;font-size:1rem;overflow:hidden;font-family:ubuntu;vertical-align:top; }
#oTQg1M61DOKX8SMVtLeNvt2bW53TZfGt .widget-input-text {padding-top: 0; padding-bottom: 0;}#oTQg1M61DOKX8SMVtLeNvt2bW53TZfGt .widget-textarea { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:transparent;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:initial !important;border-bottom:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-top: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:22.5rem;box-sizing:border-box;height:4.375rem;color:#ffffff;font-size:1rem;overflow:hidden;font-family:ubuntu;vertical-align:top; }
#oTQg1M61DOKX8SMVtLeNvt2bW53TZfGt .widget-input-select { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:initial !important;border-bottom:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-top: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:22.5rem;box-sizing:border-box;height:3.125rem;color:#ffffff;font-family:ubuntu;font-size:1rem;overflow:hidden;vertical-align:top; }
#oTQg1M61DOKX8SMVtLeNvt2bW53TZfGt .widget-input-select {padding-top: 0; padding-bottom: 0;}#oTQg1M61DOKX8SMVtLeNvt2bW53TZfGt .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#oTQg1M61DOKX8SMVtLeNvt2bW53TZfGt .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#oTQg1M61DOKX8SMVtLeNvt2bW53TZfGt .widget-input-button { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:#df6363;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.5625rem;font-weight:bold;color:#ededed;width:22.5rem;height:3.3125rem;font-family:ubuntu;overflow:hidden; }
#oTQg1M61DOKX8SMVtLeNvt2bW53TZfGt [class*="-text"]:-moz-placeholder { color:#ffffff;font-family:ubuntu;font-size:1rem; }
#oTQg1M61DOKX8SMVtLeNvt2bW53TZfGt [class*="-text"]::-moz-placeholder { color:#ffffff;font-family:ubuntu;font-size:1rem; }
#oTQg1M61DOKX8SMVtLeNvt2bW53TZfGt [class*="-text"]:-ms-input-placeholder { color:#ffffff;font-family:ubuntu;font-size:1rem; }
#oTQg1M61DOKX8SMVtLeNvt2bW53TZfGt [class*="-text"]::-webkit-input-placeholder { color:#ffffff;font-family:ubuntu;font-size:1rem; }
#oTQg1M61DOKX8SMVtLeNvt2bW53TZfGt .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:ubuntu;font-size:0.8125rem;font-weight:400;color:#ffffff;vertical-align:top;width:21.4375rem;overflow:hidden;font-style:normal; }
#oTQg1M61DOKX8SMVtLeNvt2bW53TZfGt .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:top; }
#oTQg1M61DOKX8SMVtLeNvt2bW53TZfGt .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:top;font-family:ubuntu;font-size:0.8125rem;font-weight:400;color:#ffffff;overflow:hidden;font-style:normal;line-height:1.3; }
#oTQg1M61DOKX8SMVtLeNvt2bW53TZfGt .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#oTQg1M61DOKX8SMVtLeNvt2bW53TZfGt .widget-container:first-of-type{padding-top:0;}#oTQg1M61DOKX8SMVtLeNvt2bW53TZfGt .widget-container:last-of-type{padding-bottom:0;}#oTQg1M61DOKX8SMVtLeNvt2bW53TZfGt  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100004;position:absolute;top:13.0625rem;left:32.5rem; }
#oTQg1M61DOKX8SMVtLeNvt2bW53TZfGt .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:22.5rem;display:block;vertical-align:top; }
#oTQg1M61DOKX8SMVtLeNvt2bW53TZfGt .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:0.8125rem;line-height:1.3;font-weight:300;color:#19232e;vertical-align:top;overflow:hidden;font-style:normal; }
#oTQg1M61DOKX8SMVtLeNvt2bW53TZfGt {display:block;}#oTQg1M61DOKX8SMVtLeNvt2bW53TZfGt { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100004;position:absolute;top:13.0625rem;left:32.5rem; }
#oTQg1M61DOKX8SMVtLeNvt2bW53TZfGt #AAkP1sVlBuNNfqNt8C6Txu05kUlrFTIk { position:relative; }
#oTQg1M61DOKX8SMVtLeNvt2bW53TZfGt #usr1Ogyg8EellGbPhgSGr8idZVeQs5eC { position:relative; }
#oTQg1M61DOKX8SMVtLeNvt2bW53TZfGt #MtPyxgvEpMZpLtKCEnP4UTNi9TBOpHnA { position:relative; }
#oTQg1M61DOKX8SMVtLeNvt2bW53TZfGt #mfZNsfiNZvZD9flrPlnUzUGPq9IaskID { position:relative; }
#oTQg1M61DOKX8SMVtLeNvt2bW53TZfGt #zJQ7VZneiLXZRh38LIlp6skHAit7X5Ku { position:relative; }
#oTQg1M61DOKX8SMVtLeNvt2bW53TZfGt #p0C3wK9pAtfxiWOUIw4EJyNbKtOmsUOo { position:relative; }
#oTQg1M61DOKX8SMVtLeNvt2bW53TZfGt #ZQ8wDJhkTzPZXSUF3ZzvXFPQF1GhNOZd { position:relative; }
#oTQg1M61DOKX8SMVtLeNvt2bW53TZfGt #iT9uGksmRSC3hvhlym1cP2W3MaQfV3Ic { position:relative; }
#oTQg1M61DOKX8SMVtLeNvt2bW53TZfGt #SMnXlzIM5TwnKERAS9whC5zqyDfSsR1D { position:relative; }
#oTQg1M61DOKX8SMVtLeNvt2bW53TZfGt #kv2VXGeu12e3eR5rVl1iMBSqgewz9dDw { position:relative; }
#oTQg1M61DOKX8SMVtLeNvt2bW53TZfGt #aynmVZaLXBLzQr3IFqZtzH0A7yJsm0dC { position:relative; }
#oTQg1M61DOKX8SMVtLeNvt2bW53TZfGt #HuT3NaQfcA4W81aKgqR5p7TPtUU9LfK9 { position:relative; }
#oTQg1M61DOKX8SMVtLeNvt2bW53TZfGt #m0koMG2yNlVCsU0Fst7kz8DgF8TDQ8o5 { position:relative; }
#oTQg1M61DOKX8SMVtLeNvt2bW53TZfGt #N740x8Wp65aZtC3VAvlcQdBZ5TEOD6L7 { position:relative; }
#oTQg1M61DOKX8SMVtLeNvt2bW53TZfGt #pUkScIBWyHZALOqSiPxGTPsIPGChxhGK { position:relative; }
#oTQg1M61DOKX8SMVtLeNvt2bW53TZfGt #mM0XqQOMiwpT7fJ0KRUJeQgMnhknNnmA { position:relative; }
#oTQg1M61DOKX8SMVtLeNvt2bW53TZfGt #ENsT4KNZ7kbABg7NxlzhSzMEqd3dJzKM { position:relative; }
#i9n0kJNRcpM6DV1ktgTi0cIC5XGu6urf { display:block;width:18.5625rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;height:1.625rem;top:8.1875rem;left:35.71875rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
#w21g6z6ROdzn36ohkdaLREdtJULTQ0cc { display:block;width:30rem;position:absolute;font-family:ubuntu;font-size:2.625rem;font-weight:700;z-index:100000;line-height:1;letter-spacing:0;top:2.25rem;left:30rem;height:0;color:#ffffff;font-style:normal;text-align:center;text-align-last:center;display:none; }
#nMH44pfEt1DDyK5rwaTh87607JnpGtUi { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(104,93,95,0.4);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:28.875rem;width:27.4375rem;position:absolute;display:block;z-index:99997;top:12.09375rem;left:31.28125rem;display:block; }
#amp2XMfS8ppwHeR0ZygGnLIivWoQsypC { color:#000000;display:block;width:14.5rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:1rem;top:5.625rem;left:2.75rem;display:none; }
#ort70F6QZoMq7eX32XXrR1P9TePP6ue8 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:4.0625rem;width:10.5rem;position:absolute;display:block;z-index:100015;top:44.25rem;left:39.75rem;overflow:hidden;display:block; }
#f1olvFB280GioxODBAEp0DUJ4FwSzguK { display:block;width:14.75rem;position:absolute;font-family:ubuntu;font-size:1.5rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:12.125rem;left:38.375rem;height:0;color:#df6363;font-style:normal;display:block; }
#v2X00QgxT0MpDoIpWClL7X7MTmB50W2v { display:block;width:14.75rem;position:absolute;font-family:ubuntu;font-size:1.5rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:9.1875rem;left:36.9375rem;height:0;color:#df6363;font-style:normal;display:none; }
#RyTiC9WpF6M4SJ61Sp2sLZ4eTxZdw4o8 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#RyTiC9WpF6M4SJ61Sp2sLZ4eTxZdw4o8 > .row .container { background-color: transparent; background-image: none; }#RyTiC9WpF6M4SJ61Sp2sLZ4eTxZdw4o8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RyTiC9WpF6M4SJ61Sp2sLZ4eTxZdw4o8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RyTiC9WpF6M4SJ61Sp2sLZ4eTxZdw4o8 > .row .container > .video-iframe-container { display: none; }#RyTiC9WpF6M4SJ61Sp2sLZ4eTxZdw4o8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RyTiC9WpF6M4SJ61Sp2sLZ4eTxZdw4o8 > .row > .video-iframe-container { display: none; }#RyTiC9WpF6M4SJ61Sp2sLZ4eTxZdw4o8 > .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); }#RyTiC9WpF6M4SJ61Sp2sLZ4eTxZdw4o8 > .row .container { border-width: 0; border-radius: 0; }#RyTiC9WpF6M4SJ61Sp2sLZ4eTxZdw4o8 > .row > .video-iframe-container {  }#RyTiC9WpF6M4SJ61Sp2sLZ4eTxZdw4o8 > .row .container { font-size:0.875rem;font-family:arial;height:25rem;width:60rem;position:relative;display:block; }#WrVo9KsH94fuqLgiE8DXK9KUbqPinUaH { display:block;width:28.375rem;position:absolute;font-family:ubuntu;font-size:1.75rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:3rem;left:0.75rem;height:2.2744125rem;color:#5115b0;font-style:normal;display:block; }
#Ttfk1czWRZ8bHIdzcSnVvGcXMlfhzMIB { display:block;width:31.9375rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:400;z-index:100003;line-height:1.4;letter-spacing:0;top:6.3125rem;left:0.75rem;height:9.6875rem;color:#646464;font-style:normal;display:block; }#Ttfk1czWRZ8bHIdzcSnVvGcXMlfhzMIB li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Ttfk1czWRZ8bHIdzcSnVvGcXMlfhzMIB li:before{ content: "\2003"; background-image: url(//new.landingi.com/uploads/3bdc07ab6e93c9c38c5a/pictures/d42d977161507b91ad02cfbd4379a447.png); }
#X2HiDHRa05GsmF9hVT2kKOc6vWnsoMl2 { display:block;width:19.25rem;position:absolute;font-family:ubuntu;font-size:1.75rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:3rem;left:38.8125rem;height:2.2744125rem;color:#df6363;font-style:normal;display:block; }
#F6l3eO65DdNy3X4AMJ7NVwbETN2DGfaM { box-sizing:content-box;color:#df6363;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100006;top:2.57421875rem;left:35.6875rem;display:block; }
#mK7Vr9XPl3ldZOEnQ28T67zKTEhVcqUS { background-color:#df6363;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100007;text-align:center;text-align-last:center;top:19rem;left:21.25rem;display:block; }
#LQV7mH1vxsSvZI9PxD7u6x0dxyhZRzX5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#WTWibb1dT0W0G212T0H95rdOrH9VMGMu { display:block;width:26rem;position:absolute;font-family:ubuntu;font-size:1.3125rem;font-weight:400;z-index:100004;line-height:1.4;letter-spacing:0;top:6.5625rem;left:34rem;height:;color:#646464;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#dkqtSKLkKx8IyL9kqoNnmn5bw7e9X1UH { position:relative;display:block; }#dkqtSKLkKx8IyL9kqoNnmn5bw7e9X1UH { background-color: transparent; background-image: none; }#dkqtSKLkKx8IyL9kqoNnmn5bw7e9X1UH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dkqtSKLkKx8IyL9kqoNnmn5bw7e9X1UH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dkqtSKLkKx8IyL9kqoNnmn5bw7e9X1UH > .row .container > .video-iframe-container { display: none; }#dkqtSKLkKx8IyL9kqoNnmn5bw7e9X1UH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dkqtSKLkKx8IyL9kqoNnmn5bw7e9X1UH > .row > .video-iframe-container { display: none; }#dkqtSKLkKx8IyL9kqoNnmn5bw7e9X1UH > .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); }#dkqtSKLkKx8IyL9kqoNnmn5bw7e9X1UH { border-width: 0; border-radius: 0; }#dkqtSKLkKx8IyL9kqoNnmn5bw7e9X1UH > .row .container > .video-iframe-container {  }#dkqtSKLkKx8IyL9kqoNnmn5bw7e9X1UH > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#df6363;background-image:none;font-size:0.875rem;font-family:arial;height:4.375rem;width:60rem;position:relative;display:block; }#dg2PzfBtguqhmNZGdZqQT3qRk43D7sSS { display:block;width:22.125rem;position:absolute;font-family:ubuntu;font-size:2.125rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:0.8125rem;left:18.9375rem;height:5.5234375rem;color:#fff4dc;font-style:normal;display:block; }
#wTSUNmHO0IWqBHvD6e5xIOniJyES12hJ { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#wTSUNmHO0IWqBHvD6e5xIOniJyES12hJ > .row .container { background-color: transparent; background-image: none; }#wTSUNmHO0IWqBHvD6e5xIOniJyES12hJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wTSUNmHO0IWqBHvD6e5xIOniJyES12hJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wTSUNmHO0IWqBHvD6e5xIOniJyES12hJ > .row .container > .video-iframe-container { display: none; }#wTSUNmHO0IWqBHvD6e5xIOniJyES12hJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wTSUNmHO0IWqBHvD6e5xIOniJyES12hJ > .row > .video-iframe-container { display: none; }#wTSUNmHO0IWqBHvD6e5xIOniJyES12hJ > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wTSUNmHO0IWqBHvD6e5xIOniJyES12hJ > .row .container { border-width: 0; border-radius: 0; }#wTSUNmHO0IWqBHvD6e5xIOniJyES12hJ > .row > .video-iframe-container {  }#wTSUNmHO0IWqBHvD6e5xIOniJyES12hJ > .row .container { font-size:0.875rem;font-family:arial;height:20.5625rem;width:60rem;position:relative;display:block; }#Bxg7iyHHc5AgM0wJITvT2WMaTFzyKLzF { display:block;width:30rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:normal;z-index:100001;line-height:1.5;letter-spacing:0;top:3.25rem;left:3.9375rem;height:1.875rem;color:#646464;text-align:justify;text-align-last:initial;display:block; }
#Q4nAQRBQuKz9D5zxHtXaGK1rm77t3GU1 { display:block;width:27.5625rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:400;z-index:100004;line-height:1.4;letter-spacing:0;top:5.75rem;left:0.6875rem;height:11.358375rem;color:#646464;font-style:normal;display:block; }#Q4nAQRBQuKz9D5zxHtXaGK1rm77t3GU1 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Q4nAQRBQuKz9D5zxHtXaGK1rm77t3GU1 li:before{ content: "\2003"; background-image: url(//new.landingi.com/uploads/3bdc07ab6e93c9c38c5a/pictures/d42d977161507b91ad02cfbd4379a447.png); }
#zSAzaSVIzvuo0lUmf75UpO29vUB48EwT { box-sizing:content-box;color:#df6363;font-size:2.25rem;font-weight:400;line-height:1;height:3.25rem;width:3.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100007;top:2.5625rem;left:0.75rem;display:block; }
#l8InrA4pVTTQJnbhkSQRkWNVBJQuGb7F { display:block;width:27.5625rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:400;z-index:100005;line-height:1.4;letter-spacing:0;top:5.75rem;left:32.375rem;height:11.670875rem;color:#646464;font-style:normal;text-align:left;text-align-last:left;display:block; }#l8InrA4pVTTQJnbhkSQRkWNVBJQuGb7F li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#l8InrA4pVTTQJnbhkSQRkWNVBJQuGb7F li:before{ content: "\2003"; background-image: url(//new.landingi.com/uploads/3bdc07ab6e93c9c38c5a/pictures/d42d977161507b91ad02cfbd4379a447.png); }
#AqHSTIc7Agfc6TZ6nK6WZJd7MztGWoZn { box-sizing:content-box;color:#df6363;font-size:2.25rem;font-weight:400;line-height:1;height:3.25rem;width:3.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100008;top:2.5625rem;left:31.6875rem;display:block; }
#nIuxLTLzESWby37okQngg1eFs4JugNTA { display:block;width:25.125rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:normal;z-index:100002;line-height:1.5;letter-spacing:0;top:3.25rem;left:34.875rem;height:1.875rem;color:#646464;text-align:justify;text-align-last:initial;display:block; }
#DPcG4VToheZ0Q8xfUbWPnAgdeTVySkJh { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(223,99,99,0.96);background-image:none;position:relative;display:block; }#DPcG4VToheZ0Q8xfUbWPnAgdeTVySkJh > .row .container { background-color: transparent; background-image: none; }#DPcG4VToheZ0Q8xfUbWPnAgdeTVySkJh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DPcG4VToheZ0Q8xfUbWPnAgdeTVySkJh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DPcG4VToheZ0Q8xfUbWPnAgdeTVySkJh > .row .container > .video-iframe-container { display: none; }#DPcG4VToheZ0Q8xfUbWPnAgdeTVySkJh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DPcG4VToheZ0Q8xfUbWPnAgdeTVySkJh > .row > .video-iframe-container { display: none; }#DPcG4VToheZ0Q8xfUbWPnAgdeTVySkJh > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DPcG4VToheZ0Q8xfUbWPnAgdeTVySkJh > .row .container { border-width: 0; border-radius: 0; }#DPcG4VToheZ0Q8xfUbWPnAgdeTVySkJh > .row > .video-iframe-container {  }#DPcG4VToheZ0Q8xfUbWPnAgdeTVySkJh > .row .container { font-size:0.875rem;font-family:arial;height:11.25rem;width:60rem;position:relative;display:block; }#Sp9RL9GJvyD3iaFsac1kKkV11mf8TpNk { display:block;width:35.4375rem;position:absolute;font-family:ubuntu;font-size:1.75rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:1.75rem;left:0rem;height:2.2744125rem;font-style:normal;color:#5115b0;display:block; }
#JoqpPawbsp8DJ7gTPwEPCVGkrhmtcaCR { display:block;width:35.4375rem;position:absolute;font-family:ubuntu;font-size:1.75rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:1.125rem;left:3.6875rem;height:2.2744125rem;font-style:normal;color:#f0eef4;display:block; }
#i5TbavcJTGAnfGs9P3T7ye9hxdE7dcHf { box-sizing:content-box;color:#f1eef6;font-size:2.5625rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100000;top:0.375rem;left:0rem;display:block; }
#iToPaPkQuz70fC51NQeEW8dHgATmzFnt { display:block;width:51.8125rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:4rem;left:3.6875rem;height:6.499025rem;font-style:italic;color:#ffffff;text-align:justify;text-align-last:initial;display:block; }
#WPoBeKkDLfFtfGV0ED43T73ddfHKZdmN { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;display:none; }#WPoBeKkDLfFtfGV0ED43T73ddfHKZdmN > .row .container { border-width: 0; border-radius: 0; }#WPoBeKkDLfFtfGV0ED43T73ddfHKZdmN > .row > .video-iframe-container {  }#WPoBeKkDLfFtfGV0ED43T73ddfHKZdmN > .row .container { font-size:0.875rem;font-family:arial;height:4.8125rem;width:60rem;position:relative;display:none; }#dsPFBDO0tJ5amBLiTfD0VtSUl09Bw3K0 { box-sizing:content-box;color:#e57090;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100006;top:1.1875rem;left:0.6875rem;display:block; }
#RrGatgmFwWEcTn13MQtCbRdAqWdF12ER { display:block;width:35.4375rem;position:absolute;font-family:ubuntu;font-size:1.75rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:1.625rem;left:4.4375rem;height:2.25rem;font-style:normal;color:#540f95;display:block; }
#eBwn4i6uKRwUmnALo3SRuB0xJ2J5oKZH { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(255,255,255,0.8);background-image:none;position:relative;display:none; }#eBwn4i6uKRwUmnALo3SRuB0xJ2J5oKZH > .row .container { border-width: 0; border-radius: 0; }#eBwn4i6uKRwUmnALo3SRuB0xJ2J5oKZH > .row > .video-iframe-container {  }#eBwn4i6uKRwUmnALo3SRuB0xJ2J5oKZH > .row .container { font-size:0.875rem;font-family:arial;height:13.9375rem;width:60rem;position:relative;display:none; }#mGiXX4sPgNs1VUEeL164Aoh4f9zVdeLC { border-bottom:0;border-left:0;border-right:0;border-top: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;background-color:#08ac8c;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:11.3125rem;width:27rem;position:absolute;display:block;z-index:100000;top:1.4375rem;left:1.375rem;display:block; }
#EfiyTHWItUvRWP9WXu2XW4NHtssB4urg { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#540f95;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:0.125rem;width:20.25rem;position:absolute;display:block;z-index:100004;top:4.25rem;left:4.875rem;display:block; }
#Ty9msHLByU0bnlnbEsqbO9s4tJK31gXq { display:block;width:20.25rem;position:absolute;font-family:ubuntu;font-size:1.4375rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:2.125rem;left:4.875rem;height:1.8125rem;font-style:normal;color:#ffffff;text-align:center;text-align-last:center;display:block; }
#Up9AvqMWFpAolIENekL5Ie7iGKVs332n { box-sizing:content-box;color:#5115b0;font-size:2.0625rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100003;top:1.4375rem;left:4.875rem;display:block; }
#zHTDxgGo7BspRLmqSaBi0nFAEc6F2lt9 { display:block;width:20.25rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:400;z-index:100002;line-height:1.3;letter-spacing:0;top:4.875rem;left:4.875rem;height:5rem;font-style:italic;color:#ffffff;text-align:justify;text-align-last:initial;display:block; }
#yNqVMFkX0t3ysy6kzky4AIMqT4ASnw4d { box-sizing:content-box;color:#540f95;font-size:3.4375rem;font-weight:400;line-height:1;height:4.9375rem;width:4.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:7.9375rem;left:30.3125rem;display:block; }
#X3qpkgtz1d6I06XymdNie0vr29D1csgq { box-sizing:content-box;color:#540f95;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100006;top:7.3125rem;left:30.625rem;display:block; }
#rs6TbaHOCR8DqS50TLXVZmKGwFmxyV0J { box-sizing:content-box;color:#540f95;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100007;top:7.3125rem;left:29.125rem;display:block; }
#vTCTqDulpV75egUneur23JbSODZ47zRF { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(255,255,255,0.8);background-image:none;position:relative;display:none; }#vTCTqDulpV75egUneur23JbSODZ47zRF > .row .container { border-width: 0; border-radius: 0; }#vTCTqDulpV75egUneur23JbSODZ47zRF > .row > .video-iframe-container {  }#vTCTqDulpV75egUneur23JbSODZ47zRF > .row .container { font-size:0.875rem;font-family:arial;height:13.1875rem;width:60rem;position:relative;display:none; }#bvc7vQfI7chdphQZgamTTNvxEvcIMNPw { border-bottom:0;border-left:0;border-right:0;border-top: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;background-color:#08ac8c;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:11.3125rem;width:27rem;position:absolute;display:block;z-index:100000;top:0.75rem;left:31.5625rem;display:block; }
#Fs6eOyQFXgnVPccbJ2RSydiLHyhX4NnS { display:block;width:20.25rem;position:absolute;font-family:ubuntu;font-size:0.9375rem;font-weight:400;z-index:100002;line-height:1.3;letter-spacing:0;top:4.0625rem;left:35.0625rem;height:7.125rem;font-style:italic;color:#ffffff;text-align:justify;text-align-last:initial;display:block; }
#OUWaCyuiLvpewbqxHM0pTxZHBZGxpVPk { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#540f95;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:0.125rem;width:20.25rem;position:absolute;display:block;z-index:100004;top:3.5625rem;left:35.0625rem;display:block; }
#hlo3ccZmqs1qv1dthTArero8uTJ9CryH { display:block;width:20.25rem;position:absolute;font-family:ubuntu;font-size:1.4375rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:1.4375rem;left:37.6875rem;height:1.8125rem;font-style:normal;color:#ffffff;display:block; }
#PKJ6Ct2DxFABUG5RrJVdhbKtHV27218M { box-sizing:content-box;color:#5115b0;font-size:2.0625rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100002;top:0.75rem;left:34.6875rem;display:block; }
#bb2Erq6c9evo6ZlXRCTPJB4izXvtQ8g2 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#bb2Erq6c9evo6ZlXRCTPJB4izXvtQ8g2 > .row .container { background-color: transparent; background-image: none; }#bb2Erq6c9evo6ZlXRCTPJB4izXvtQ8g2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bb2Erq6c9evo6ZlXRCTPJB4izXvtQ8g2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bb2Erq6c9evo6ZlXRCTPJB4izXvtQ8g2 > .row .container > .video-iframe-container { display: none; }#bb2Erq6c9evo6ZlXRCTPJB4izXvtQ8g2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bb2Erq6c9evo6ZlXRCTPJB4izXvtQ8g2 > .row > .video-iframe-container { display: none; }#bb2Erq6c9evo6ZlXRCTPJB4izXvtQ8g2 > .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); }#bb2Erq6c9evo6ZlXRCTPJB4izXvtQ8g2 > .row .container { border-width: 0; border-radius: 0; }#bb2Erq6c9evo6ZlXRCTPJB4izXvtQ8g2 > .row > .video-iframe-container {  }#bb2Erq6c9evo6ZlXRCTPJB4izXvtQ8g2 > .row .container { font-size:0.875rem;font-family:arial;height:6.625rem;width:60rem;position:relative;display:block; }#kPHFxoaavmLLlBRflazKsJipbOHCVMqH { box-sizing:content-box;color:#df6363;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100000;top:1.75rem;left:51.9375rem;display:block; }
#PUGaSKthMbhuuBUK72y0LChCzkwgV63K { box-sizing:content-box;color:#df6363;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100001;top:1.75rem;left:48.875rem;display:block; }
#ELKFUHgIFbOTrGXENXX7cbnA2k5AEFGt { box-sizing:content-box;color:#df6363;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100002;top:1.75rem;left:55rem;display:block; }
#wkHcaw9TqCrMQvwWFilgTcodwl4wePuK { display:block;width:35.0625rem;position:absolute;font-family:ral;font-size:1rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:2.9375rem;left:1rem;height:1.29980625rem;display:block; }
@media only screen and (max-width: 959px) { body { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/OzP7j3np/background_22.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .row > .video-iframe-container { display: none; }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 959px) { #pbLvyU0uPfXAhafy8AeHGJ7Qp989yAUQ { display:block; }#pbLvyU0uPfXAhafy8AeHGJ7Qp989yAUQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #Hw3GIiNuwByHgDSES1u4Fe3XZE5sR6gU { width:26.1875rem;height:5rem;top:0.75rem;left:-1.125rem;font-size:2.5rem;display:none; }
 }@media only screen and (max-width: 959px) { #aTOWAC8pMZgW8h0IgmGpFsSAL4ls1iCc .widget-regular-label { width:21.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto; }
#aTOWAC8pMZgW8h0IgmGpFsSAL4ls1iCc .widget-input-text { width:21.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aTOWAC8pMZgW8h0IgmGpFsSAL4ls1iCc .widget-input-text {padding-top: 0; padding-bottom: 0;}#aTOWAC8pMZgW8h0IgmGpFsSAL4ls1iCc .widget-textarea { width:21.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aTOWAC8pMZgW8h0IgmGpFsSAL4ls1iCc .widget-input-select { width:21.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aTOWAC8pMZgW8h0IgmGpFsSAL4ls1iCc .widget-input-select {padding-top: 0; padding-bottom: 0;}#aTOWAC8pMZgW8h0IgmGpFsSAL4ls1iCc .widget-input-button { width:21.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aTOWAC8pMZgW8h0IgmGpFsSAL4ls1iCc .widget-checkbox-label { width:20.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#aTOWAC8pMZgW8h0IgmGpFsSAL4ls1iCc  { width:21.375rem;height:auto;top:14.3125rem;left:0rem; }
#aTOWAC8pMZgW8h0IgmGpFsSAL4ls1iCc .radio-container { width:21.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aTOWAC8pMZgW8h0IgmGpFsSAL4ls1iCc {display:block;}#aTOWAC8pMZgW8h0IgmGpFsSAL4ls1iCc { width:21.375rem;height:auto;top:14.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 959px) { #aTOWAC8pMZgW8h0IgmGpFsSAL4ls1iCc #BGsxQ1V5ymdeJlO8rNfeEGE6lVFA7c8x {  }
 }@media only screen and (max-width: 959px) { #aTOWAC8pMZgW8h0IgmGpFsSAL4ls1iCc #XaqmiUbwlUSOVrpHzJzMUs6ertBiObCJ {  }
 }@media only screen and (max-width: 959px) { #aTOWAC8pMZgW8h0IgmGpFsSAL4ls1iCc #BW6otvWphRaTMDpv4OzrMUNVnJqA8mXx {  }
 }@media only screen and (max-width: 959px) { #aTOWAC8pMZgW8h0IgmGpFsSAL4ls1iCc #TGdbWJIEPqSLASM3MTtwGSztZxulO6au {  }
 }@media only screen and (max-width: 959px) { #aTOWAC8pMZgW8h0IgmGpFsSAL4ls1iCc #LC8N0WwCVTxyKXKr2mHnQ97BMqJUlwkm {  }
 }@media only screen and (max-width: 959px) { #aTOWAC8pMZgW8h0IgmGpFsSAL4ls1iCc #scfAW6qpama16i1xm3TwKiGHpF95XnEA {  }
 }@media only screen and (max-width: 959px) { #aTOWAC8pMZgW8h0IgmGpFsSAL4ls1iCc #JtMZVSyEnuer6TvHWwEMEWHtaVQrMr2L {  }
 }@media only screen and (max-width: 959px) { #aTOWAC8pMZgW8h0IgmGpFsSAL4ls1iCc #z3JdRUK86BCPgP3VSLSKln0MoHrbGVkz {  }
 }@media only screen and (max-width: 959px) { #aTOWAC8pMZgW8h0IgmGpFsSAL4ls1iCc #xQXelsAel4XziT6CC3BTkbMaA8Kh7gIR {  }
 }@media only screen and (max-width: 959px) { #aTOWAC8pMZgW8h0IgmGpFsSAL4ls1iCc #NnhXshOglxyEyPKv26MDMvE5gqLwNXVo {  }
 }@media only screen and (max-width: 959px) { #aTOWAC8pMZgW8h0IgmGpFsSAL4ls1iCc #TuvxGZmTOiolp2OuXCn7hXyFzJGd8tSZ {  }
 }@media only screen and (max-width: 959px) { #aTOWAC8pMZgW8h0IgmGpFsSAL4ls1iCc #MNW4pSZnJi4M4e1wpv6FefG6lweThHQ1 {  }
 }@media only screen and (max-width: 959px) { #aTOWAC8pMZgW8h0IgmGpFsSAL4ls1iCc #W4Uiqx6ZGTz9IacyUL9oKqTPKTTUnGNZ {  }
 }@media only screen and (max-width: 959px) { #aTOWAC8pMZgW8h0IgmGpFsSAL4ls1iCc #GPW4v4hK9hUbos0AGFzHJ9nxV3BFXtMr {  }
 }@media only screen and (max-width: 959px) { #ai4tTofo4dXH7FgPaX4bgH6y36tUD2S7 { width:23.875rem;height:2.5rem;top:9.3125rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 959px) { #NcPXSxNisNsVLuD7CKXqySOBJspJTKiB { width:26.1875rem;height:3.0625rem;top:5.75rem;left:-1.125rem;font-size:2.375rem;display:none; }
 }@media only screen and (max-width: 959px) { #Tegs967S1bdeB1Rz2l5s6QGDLNGBTn08 { width:29.0625rem;height:8.8125rem;top:1.5625rem;left:18.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #oTQg1M61DOKX8SMVtLeNvt2bW53TZfGt .widget-regular-label { width:21.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto; }
#oTQg1M61DOKX8SMVtLeNvt2bW53TZfGt .widget-input-text { width:21.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#oTQg1M61DOKX8SMVtLeNvt2bW53TZfGt .widget-input-text {padding-top: 0; padding-bottom: 0;}#oTQg1M61DOKX8SMVtLeNvt2bW53TZfGt .widget-textarea { width:21.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#oTQg1M61DOKX8SMVtLeNvt2bW53TZfGt .widget-input-select { width:21.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#oTQg1M61DOKX8SMVtLeNvt2bW53TZfGt .widget-input-select {padding-top: 0; padding-bottom: 0;}#oTQg1M61DOKX8SMVtLeNvt2bW53TZfGt .widget-input-button { width:21.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#oTQg1M61DOKX8SMVtLeNvt2bW53TZfGt .widget-checkbox-label { width:20.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#oTQg1M61DOKX8SMVtLeNvt2bW53TZfGt  { width:21.375rem;height:auto;top:11.6875rem;left:0.125rem; }
#oTQg1M61DOKX8SMVtLeNvt2bW53TZfGt .radio-container { width:21.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#oTQg1M61DOKX8SMVtLeNvt2bW53TZfGt {display:block;}#oTQg1M61DOKX8SMVtLeNvt2bW53TZfGt { width:21.375rem;height:auto;top:11.6875rem;left:0.125rem; }
 }@media only screen and (max-width: 959px) { #oTQg1M61DOKX8SMVtLeNvt2bW53TZfGt #AAkP1sVlBuNNfqNt8C6Txu05kUlrFTIk {  }
 }@media only screen and (max-width: 959px) { #oTQg1M61DOKX8SMVtLeNvt2bW53TZfGt #usr1Ogyg8EellGbPhgSGr8idZVeQs5eC {  }
 }@media only screen and (max-width: 959px) { #oTQg1M61DOKX8SMVtLeNvt2bW53TZfGt #MtPyxgvEpMZpLtKCEnP4UTNi9TBOpHnA {  }
 }@media only screen and (max-width: 959px) { #oTQg1M61DOKX8SMVtLeNvt2bW53TZfGt #mfZNsfiNZvZD9flrPlnUzUGPq9IaskID {  }
 }@media only screen and (max-width: 959px) { #oTQg1M61DOKX8SMVtLeNvt2bW53TZfGt #zJQ7VZneiLXZRh38LIlp6skHAit7X5Ku {  }
 }@media only screen and (max-width: 959px) { #oTQg1M61DOKX8SMVtLeNvt2bW53TZfGt #p0C3wK9pAtfxiWOUIw4EJyNbKtOmsUOo {  }
 }@media only screen and (max-width: 959px) { #oTQg1M61DOKX8SMVtLeNvt2bW53TZfGt #ZQ8wDJhkTzPZXSUF3ZzvXFPQF1GhNOZd {  }
 }@media only screen and (max-width: 959px) { #oTQg1M61DOKX8SMVtLeNvt2bW53TZfGt #iT9uGksmRSC3hvhlym1cP2W3MaQfV3Ic {  }
 }@media only screen and (max-width: 959px) { #oTQg1M61DOKX8SMVtLeNvt2bW53TZfGt #SMnXlzIM5TwnKERAS9whC5zqyDfSsR1D {  }
 }@media only screen and (max-width: 959px) { #oTQg1M61DOKX8SMVtLeNvt2bW53TZfGt #kv2VXGeu12e3eR5rVl1iMBSqgewz9dDw {  }
 }@media only screen and (max-width: 959px) { #oTQg1M61DOKX8SMVtLeNvt2bW53TZfGt #aynmVZaLXBLzQr3IFqZtzH0A7yJsm0dC {  }
 }@media only screen and (max-width: 959px) { #oTQg1M61DOKX8SMVtLeNvt2bW53TZfGt #HuT3NaQfcA4W81aKgqR5p7TPtUU9LfK9 {  }
 }@media only screen and (max-width: 959px) { #oTQg1M61DOKX8SMVtLeNvt2bW53TZfGt #m0koMG2yNlVCsU0Fst7kz8DgF8TDQ8o5 {  }
 }@media only screen and (max-width: 959px) { #oTQg1M61DOKX8SMVtLeNvt2bW53TZfGt #N740x8Wp65aZtC3VAvlcQdBZ5TEOD6L7 {  }
 }@media only screen and (max-width: 959px) { #oTQg1M61DOKX8SMVtLeNvt2bW53TZfGt #pUkScIBWyHZALOqSiPxGTPsIPGChxhGK {  }
 }@media only screen and (max-width: 959px) { #oTQg1M61DOKX8SMVtLeNvt2bW53TZfGt #mM0XqQOMiwpT7fJ0KRUJeQgMnhknNnmA {  }
 }@media only screen and (max-width: 959px) { #oTQg1M61DOKX8SMVtLeNvt2bW53TZfGt #ENsT4KNZ7kbABg7NxlzhSzMEqd3dJzKM {  }
 }@media only screen and (max-width: 959px) { #i9n0kJNRcpM6DV1ktgTi0cIC5XGu6urf { width:18.5625rem;height:1.625rem;top:8.1875rem;left:26.53125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 959px) { #w21g6z6ROdzn36ohkdaLREdtJULTQ0cc { width:23.625rem;height:2.5rem;top:4.125rem;left:0.125rem;font-size:2.5rem;z-index:100001;display:block; }
 }@media only screen and (max-width: 959px) { #nMH44pfEt1DDyK5rwaTh87607JnpGtUi { width:27.4375rem;height:28.875rem;top:12.0625rem;left:20.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #amp2XMfS8ppwHeR0ZygGnLIivWoQsypC { width:14.5rem;height:1rem;top:5.625rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 959px) { #ort70F6QZoMq7eX32XXrR1P9TePP6ue8 { width:10.5rem;height:4.0625rem;top:44.25rem;left:30.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #f1olvFB280GioxODBAEp0DUJ4FwSzguK { width:14.125rem;height:1.94970625rem;top:1.8125rem;left:28.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #v2X00QgxT0MpDoIpWClL7X7MTmB50W2v { width:14.125rem;height:1.94970625rem;top:1.8125rem;left:28.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #RyTiC9WpF6M4SJ61Sp2sLZ4eTxZdw4o8 { display:block; }#RyTiC9WpF6M4SJ61Sp2sLZ4eTxZdw4o8 > .row .container { width:47.75rem;height:15.6875rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #WrVo9KsH94fuqLgiE8DXK9KUbqPinUaH { width:21.875rem;height:4.54980625rem;top:1.375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #Ttfk1czWRZ8bHIdzcSnVvGcXMlfhzMIB { width:21.875rem;height:14.9375rem;top:6.5rem;left:1.375rem;display:block; }#Ttfk1czWRZ8bHIdzcSnVvGcXMlfhzMIB li:before{ content: "\2003"; background-image: url(//new.landingi.com/uploads/3bdc07ab6e93c9c38c5a/pictures/d42d977161507b91ad02cfbd4379a447.png); }
 }@media only screen and (max-width: 959px) { #X2HiDHRa05GsmF9hVT2kKOc6vWnsoMl2 { width:14.125rem;height:2.3374rem;top:1.8125rem;left:28.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #F6l3eO65DdNy3X4AMJ7NVwbETN2DGfaM { width:3.125rem;height:3.125rem;top:1.375rem;left:25.5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #mK7Vr9XPl3ldZOEnQ28T67zKTEhVcqUS { width:17.5rem;height:3.4375rem;top:19rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #LQV7mH1vxsSvZI9PxD7u6x0dxyhZRzX5 { display:block; }
 }@media only screen and (max-width: 959px) { #WTWibb1dT0W0G212T0H95rdOrH9VMGMu { width:21.875rem;height:8.75rem;top:5.921875rem;left:25.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #dkqtSKLkKx8IyL9kqoNnmn5bw7e9X1UH { display:block; }#dkqtSKLkKx8IyL9kqoNnmn5bw7e9X1UH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #dg2PzfBtguqhmNZGdZqQT3qRk43D7sSS { width:23.875rem;height:5.5869125rem;top:3.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #wTSUNmHO0IWqBHvD6e5xIOniJyES12hJ { display:block; }#wTSUNmHO0IWqBHvD6e5xIOniJyES12hJ > .row .container { width:47.75rem;height:26.375rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #Bxg7iyHHc5AgM0wJITvT2WMaTFzyKLzF { width:23.875rem;height:1.875rem;top:8.5625rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #Q4nAQRBQuKz9D5zxHtXaGK1rm77t3GU1 { width:21.875rem;height:12.76175rem;top:12.375rem;left:1rem;display:block; }#Q4nAQRBQuKz9D5zxHtXaGK1rm77t3GU1 li:before{ content: "\2003"; background-image: url(//new.landingi.com/uploads/3bdc07ab6e93c9c38c5a/pictures/d42d977161507b91ad02cfbd4379a447.png); }
 }@media only screen and (max-width: 959px) { #zSAzaSVIzvuo0lUmf75UpO29vUB48EwT { width:3.25rem;height:3.25rem;top:7.875rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #l8InrA4pVTTQJnbhkSQRkWNVBJQuGb7F { width:21.875rem;height:11.6743125rem;top:12.4375rem;left:24.875rem;display:block; }#l8InrA4pVTTQJnbhkSQRkWNVBJQuGb7F li:before{ content: "\2003"; background-image: url(//new.landingi.com/uploads/3bdc07ab6e93c9c38c5a/pictures/d42d977161507b91ad02cfbd4379a447.png); }
 }@media only screen and (max-width: 959px) { #AqHSTIc7Agfc6TZ6nK6WZJd7MztGWoZn { width:3.25rem;height:3.25rem;top:7.6875rem;left:24.1875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #nIuxLTLzESWby37okQngg1eFs4JugNTA { width:20.4375rem;height:1.875rem;top:8.375rem;left:27.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #DPcG4VToheZ0Q8xfUbWPnAgdeTVySkJh { display:block; }#DPcG4VToheZ0Q8xfUbWPnAgdeTVySkJh > .row .container { width:47.75rem;height:9.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #Sp9RL9GJvyD3iaFsac1kKkV11mf8TpNk { width:19.875rem;height:2.3374rem;top:2.1875rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #JoqpPawbsp8DJ7gTPwEPCVGkrhmtcaCR { width:19.875rem;height:2.3374rem;top:0rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #i5TbavcJTGAnfGs9P3T7ye9hxdE7dcHf { width:3.6875rem;height:3.6875rem;top:0.8125rem;left:0.125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #iToPaPkQuz70fC51NQeEW8dHgATmzFnt { width:40.75rem;height:7.79880625rem;top:2.1875rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #WPoBeKkDLfFtfGV0ED43T73ddfHKZdmN { display:block; }#WPoBeKkDLfFtfGV0ED43T73ddfHKZdmN > .row .container { width:47.75rem;height:4.9375rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #dsPFBDO0tJ5amBLiTfD0VtSUl09Bw3K0 { width:3.125rem;height:3.125rem;top:0.75rem;left:0.5625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #RrGatgmFwWEcTn13MQtCbRdAqWdF12ER { width:19.875rem;height:2.3374rem;top:1.1875rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #eBwn4i6uKRwUmnALo3SRuB0xJ2J5oKZH { display:block; }#eBwn4i6uKRwUmnALo3SRuB0xJ2J5oKZH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #mGiXX4sPgNs1VUEeL164Aoh4f9zVdeLC { width:23.875rem;height:11.3125rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #EfiyTHWItUvRWP9WXu2XW4NHtssB4urg { width:20.25rem;height:0.125rem;top:3.6875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #Ty9msHLByU0bnlnbEsqbO9s4tJK31gXq { width:20.25rem;height:1.86865rem;top:1.5625rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #Up9AvqMWFpAolIENekL5Ie7iGKVs332n { width:3.6875rem;height:3.6875rem;top:1.625rem;left:0.0625rem;font-size:2.5625rem;display:none; }
 }@media only screen and (max-width: 959px) { #zHTDxgGo7BspRLmqSaBi0nFAEc6F2lt9 { width:19.3125rem;height:5.19921875rem;top:4.3125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #yNqVMFkX0t3ysy6kzky4AIMqT4ASnw4d { width:4.9375rem;height:4.9375rem;top:7.9375rem;left:23.875rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #X3qpkgtz1d6I06XymdNie0vr29D1csgq { width:3.125rem;height:3.125rem;top:7.3125rem;left:23.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #rs6TbaHOCR8DqS50TLXVZmKGwFmxyV0J { width:3.125rem;height:3.125rem;top:7.3125rem;left:20.75rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #vTCTqDulpV75egUneur23JbSODZ47zRF { display:block; }#vTCTqDulpV75egUneur23JbSODZ47zRF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #bvc7vQfI7chdphQZgamTTNvxEvcIMNPw { width:23.875rem;height:11.3125rem;top:0.75rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #Fs6eOyQFXgnVPccbJ2RSydiLHyhX4NnS { width:19.25rem;height:7.3125rem;top:4.1875rem;left:26.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #OUWaCyuiLvpewbqxHM0pTxZHBZGxpVPk { width:20.25rem;height:0.125rem;top:3.5625rem;left:25.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #hlo3ccZmqs1qv1dthTArero8uTJ9CryH { width:21.125rem;height:1.86865rem;top:1.4375rem;left:25.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 959px) { #PKJ6Ct2DxFABUG5RrJVdhbKtHV27218M { width:3.6875rem;height:3.6875rem;top:1.625rem;left:0.0625rem;font-size:2.5625rem;display:none; }
 }@media only screen and (max-width: 959px) { #bb2Erq6c9evo6ZlXRCTPJB4izXvtQ8g2 { display:block; }#bb2Erq6c9evo6ZlXRCTPJB4izXvtQ8g2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #kPHFxoaavmLLlBRflazKsJipbOHCVMqH { width:3.125rem;height:3.125rem;top:1.8125rem;left:38.3125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #PUGaSKthMbhuuBUK72y0LChCzkwgV63K { width:3.125rem;height:3.125rem;top:1.8125rem;left:35.1875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #ELKFUHgIFbOTrGXENXX7cbnA2k5AEFGt { width:3.125rem;height:3.125rem;top:1.8125rem;left:41.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #wkHcaw9TqCrMQvwWFilgTcodwl4wePuK { width:35.0625rem;height:1.29980625rem;top:2.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { background-color:transparent;background-image:url("https://images.assets-landingi.com/JANo9zAB/Copia_de_Copia_de_Copia_de_Copia_de_Copia_de_Taller_Sri_Sri_Yoga_.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:fixed;background-size:contain !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb::before {     content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .row > .video-iframe-container { display: none; }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #pbLvyU0uPfXAhafy8AeHGJ7Qp989yAUQ { display:block; }#pbLvyU0uPfXAhafy8AeHGJ7Qp989yAUQ { background-color: transparent; background-image: none; }#pbLvyU0uPfXAhafy8AeHGJ7Qp989yAUQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pbLvyU0uPfXAhafy8AeHGJ7Qp989yAUQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pbLvyU0uPfXAhafy8AeHGJ7Qp989yAUQ > .row .container > .video-iframe-container { display: none; }#pbLvyU0uPfXAhafy8AeHGJ7Qp989yAUQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pbLvyU0uPfXAhafy8AeHGJ7Qp989yAUQ > .row > .video-iframe-container { display: none; }#pbLvyU0uPfXAhafy8AeHGJ7Qp989yAUQ > .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); }#pbLvyU0uPfXAhafy8AeHGJ7Qp989yAUQ { border-width: 0; border-radius: 0; }#pbLvyU0uPfXAhafy8AeHGJ7Qp989yAUQ > .row .container > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#pbLvyU0uPfXAhafy8AeHGJ7Qp989yAUQ > .row .container { width:20rem;height:46.1875rem;background-color:rgba(104,93,95,0.82);background-image:url("https://images.assets-landingi.com/uc/be844ef2-d8e6-400c-972c-3a35f7ba8df0/YOga.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;position:relative;display:block; }#pbLvyU0uPfXAhafy8AeHGJ7Qp989yAUQ > .row .container.adaptive-delivery-prevent-bg, #pbLvyU0uPfXAhafy8AeHGJ7Qp989yAUQ > .row .container.lazyload, #pbLvyU0uPfXAhafy8AeHGJ7Qp989yAUQ > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #Hw3GIiNuwByHgDSES1u4Fe3XZE5sR6gU { width:20rem;height:4.875rem;top:1.4375rem;left:0rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTOWAC8pMZgW8h0IgmGpFsSAL4ls1iCc .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none; }
#aTOWAC8pMZgW8h0IgmGpFsSAL4ls1iCc .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aTOWAC8pMZgW8h0IgmGpFsSAL4ls1iCc .widget-input-text {padding-top: 0; padding-bottom: 0;}#aTOWAC8pMZgW8h0IgmGpFsSAL4ls1iCc .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aTOWAC8pMZgW8h0IgmGpFsSAL4ls1iCc .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aTOWAC8pMZgW8h0IgmGpFsSAL4ls1iCc .widget-input-select {padding-top: 0; padding-bottom: 0;}#aTOWAC8pMZgW8h0IgmGpFsSAL4ls1iCc .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aTOWAC8pMZgW8h0IgmGpFsSAL4ls1iCc .widget-checkbox-label { width:16.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#aTOWAC8pMZgW8h0IgmGpFsSAL4ls1iCc  { width:17.5rem;height:undefined;left:0.125rem;z-index:100004; }
#aTOWAC8pMZgW8h0IgmGpFsSAL4ls1iCc .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aTOWAC8pMZgW8h0IgmGpFsSAL4ls1iCc {display:block;}#aTOWAC8pMZgW8h0IgmGpFsSAL4ls1iCc { width:17.5rem;height:undefined;left:0.125rem;z-index:100004;display:none; }
 }@media only screen and (max-width: 763px) { #aTOWAC8pMZgW8h0IgmGpFsSAL4ls1iCc #BGsxQ1V5ymdeJlO8rNfeEGE6lVFA7c8x {  }
 }@media only screen and (max-width: 763px) { #aTOWAC8pMZgW8h0IgmGpFsSAL4ls1iCc #XaqmiUbwlUSOVrpHzJzMUs6ertBiObCJ {  }
 }@media only screen and (max-width: 763px) { #aTOWAC8pMZgW8h0IgmGpFsSAL4ls1iCc #BW6otvWphRaTMDpv4OzrMUNVnJqA8mXx {  }
 }@media only screen and (max-width: 763px) { #aTOWAC8pMZgW8h0IgmGpFsSAL4ls1iCc #TGdbWJIEPqSLASM3MTtwGSztZxulO6au {  }
 }@media only screen and (max-width: 763px) { #aTOWAC8pMZgW8h0IgmGpFsSAL4ls1iCc #LC8N0WwCVTxyKXKr2mHnQ97BMqJUlwkm {  }
 }@media only screen and (max-width: 763px) { #aTOWAC8pMZgW8h0IgmGpFsSAL4ls1iCc #scfAW6qpama16i1xm3TwKiGHpF95XnEA {  }
 }@media only screen and (max-width: 763px) { #aTOWAC8pMZgW8h0IgmGpFsSAL4ls1iCc #JtMZVSyEnuer6TvHWwEMEWHtaVQrMr2L {  }
 }@media only screen and (max-width: 763px) { #aTOWAC8pMZgW8h0IgmGpFsSAL4ls1iCc #z3JdRUK86BCPgP3VSLSKln0MoHrbGVkz {  }
 }@media only screen and (max-width: 763px) { #aTOWAC8pMZgW8h0IgmGpFsSAL4ls1iCc #xQXelsAel4XziT6CC3BTkbMaA8Kh7gIR {  }
 }@media only screen and (max-width: 763px) { #aTOWAC8pMZgW8h0IgmGpFsSAL4ls1iCc #NnhXshOglxyEyPKv26MDMvE5gqLwNXVo {  }
 }@media only screen and (max-width: 763px) { #aTOWAC8pMZgW8h0IgmGpFsSAL4ls1iCc #TuvxGZmTOiolp2OuXCn7hXyFzJGd8tSZ {  }
 }@media only screen and (max-width: 763px) { #aTOWAC8pMZgW8h0IgmGpFsSAL4ls1iCc #MNW4pSZnJi4M4e1wpv6FefG6lweThHQ1 {  }
 }@media only screen and (max-width: 763px) { #aTOWAC8pMZgW8h0IgmGpFsSAL4ls1iCc #W4Uiqx6ZGTz9IacyUL9oKqTPKTTUnGNZ {  }
 }@media only screen and (max-width: 763px) { #aTOWAC8pMZgW8h0IgmGpFsSAL4ls1iCc #GPW4v4hK9hUbos0AGFzHJ9nxV3BFXtMr {  }
 }@media only screen and (max-width: 763px) { #ai4tTofo4dXH7FgPaX4bgH6y36tUD2S7 { width:20rem;height:2.25rem;top:10.5625rem;left:0rem;font-size:0.875rem;z-index:100002;display:none; }
 }@media only screen and (max-width: 763px) { #NcPXSxNisNsVLuD7CKXqySOBJspJTKiB { width:20rem;height:2.25rem;top:10.0625rem;left:0rem;font-size:1.75rem;z-index:100002;display:none; }
 }@media only screen and (max-width: 763px) { #Tegs967S1bdeB1Rz2l5s6QGDLNGBTn08 { width:20rem;height:7.5rem;top:39.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #oTQg1M61DOKX8SMVtLeNvt2bW53TZfGt .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none; }
#oTQg1M61DOKX8SMVtLeNvt2bW53TZfGt .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#oTQg1M61DOKX8SMVtLeNvt2bW53TZfGt .widget-input-text {padding-top: 0; padding-bottom: 0;}#oTQg1M61DOKX8SMVtLeNvt2bW53TZfGt .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#oTQg1M61DOKX8SMVtLeNvt2bW53TZfGt .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#oTQg1M61DOKX8SMVtLeNvt2bW53TZfGt .widget-input-select {padding-top: 0; padding-bottom: 0;}#oTQg1M61DOKX8SMVtLeNvt2bW53TZfGt .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#df6363;background-image:none; }
#oTQg1M61DOKX8SMVtLeNvt2bW53TZfGt .widget-checkbox-label { width:16.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#oTQg1M61DOKX8SMVtLeNvt2bW53TZfGt .widget-container { padding-top:0.4375rem;padding-right:0;padding-bottom:0.4375rem;padding-left:0; }
#oTQg1M61DOKX8SMVtLeNvt2bW53TZfGt .widget-container:first-of-type{padding-top:0;}#oTQg1M61DOKX8SMVtLeNvt2bW53TZfGt .widget-container:last-of-type{padding-bottom:0;}#oTQg1M61DOKX8SMVtLeNvt2bW53TZfGt  { width:17.5rem;height:auto;top:10.1875rem;left:0rem; }
#oTQg1M61DOKX8SMVtLeNvt2bW53TZfGt .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#oTQg1M61DOKX8SMVtLeNvt2bW53TZfGt {display:block;}#oTQg1M61DOKX8SMVtLeNvt2bW53TZfGt { width:17.5rem;height:auto;top:10.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oTQg1M61DOKX8SMVtLeNvt2bW53TZfGt #AAkP1sVlBuNNfqNt8C6Txu05kUlrFTIk {  }
 }@media only screen and (max-width: 763px) { #oTQg1M61DOKX8SMVtLeNvt2bW53TZfGt #usr1Ogyg8EellGbPhgSGr8idZVeQs5eC {  }
 }@media only screen and (max-width: 763px) { #oTQg1M61DOKX8SMVtLeNvt2bW53TZfGt #MtPyxgvEpMZpLtKCEnP4UTNi9TBOpHnA {  }
 }@media only screen and (max-width: 763px) { #oTQg1M61DOKX8SMVtLeNvt2bW53TZfGt #mfZNsfiNZvZD9flrPlnUzUGPq9IaskID {  }
 }@media only screen and (max-width: 763px) { #oTQg1M61DOKX8SMVtLeNvt2bW53TZfGt #zJQ7VZneiLXZRh38LIlp6skHAit7X5Ku {  }
 }@media only screen and (max-width: 763px) { #oTQg1M61DOKX8SMVtLeNvt2bW53TZfGt #p0C3wK9pAtfxiWOUIw4EJyNbKtOmsUOo {  }
 }@media only screen and (max-width: 763px) { #oTQg1M61DOKX8SMVtLeNvt2bW53TZfGt #ZQ8wDJhkTzPZXSUF3ZzvXFPQF1GhNOZd {  }
 }@media only screen and (max-width: 763px) { #oTQg1M61DOKX8SMVtLeNvt2bW53TZfGt #iT9uGksmRSC3hvhlym1cP2W3MaQfV3Ic {  }
 }@media only screen and (max-width: 763px) { #oTQg1M61DOKX8SMVtLeNvt2bW53TZfGt #SMnXlzIM5TwnKERAS9whC5zqyDfSsR1D {  }
 }@media only screen and (max-width: 763px) { #oTQg1M61DOKX8SMVtLeNvt2bW53TZfGt #kv2VXGeu12e3eR5rVl1iMBSqgewz9dDw {  }
 }@media only screen and (max-width: 763px) { #oTQg1M61DOKX8SMVtLeNvt2bW53TZfGt #aynmVZaLXBLzQr3IFqZtzH0A7yJsm0dC {  }
 }@media only screen and (max-width: 763px) { #oTQg1M61DOKX8SMVtLeNvt2bW53TZfGt #HuT3NaQfcA4W81aKgqR5p7TPtUU9LfK9 {  }
 }@media only screen and (max-width: 763px) { #oTQg1M61DOKX8SMVtLeNvt2bW53TZfGt #m0koMG2yNlVCsU0Fst7kz8DgF8TDQ8o5 {  }
 }@media only screen and (max-width: 763px) { #oTQg1M61DOKX8SMVtLeNvt2bW53TZfGt #N740x8Wp65aZtC3VAvlcQdBZ5TEOD6L7 {  }
 }@media only screen and (max-width: 763px) { #oTQg1M61DOKX8SMVtLeNvt2bW53TZfGt #pUkScIBWyHZALOqSiPxGTPsIPGChxhGK {  }
 }@media only screen and (max-width: 763px) { #oTQg1M61DOKX8SMVtLeNvt2bW53TZfGt #mM0XqQOMiwpT7fJ0KRUJeQgMnhknNnmA {  }
 }@media only screen and (max-width: 763px) { #oTQg1M61DOKX8SMVtLeNvt2bW53TZfGt #ENsT4KNZ7kbABg7NxlzhSzMEqd3dJzKM {  }
 }@media only screen and (max-width: 763px) { #i9n0kJNRcpM6DV1ktgTi0cIC5XGu6urf { top:8.1875rem;left:0.6875rem;width:18.5625rem;height:auto;z-index:100015;font-family:ubuntu;font-size:1rem;color:#fff4dc;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; }
 }@media only screen and (max-width: 763px) { #w21g6z6ROdzn36ohkdaLREdtJULTQ0cc { width:20rem;height:0;left:0.125rem;font-size:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #nMH44pfEt1DDyK5rwaTh87607JnpGtUi { width:20rem;height:19.375rem;top:28.218750476837rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #amp2XMfS8ppwHeR0ZygGnLIivWoQsypC { top:7.375rem;left:2.75rem;width:14.5rem;height:1.05615rem;z-index:100016;font-size:0.8125rem;color:#f8efef;display:block; }
 }@media only screen and (max-width: 763px) { #ort70F6QZoMq7eX32XXrR1P9TePP6ue8 { width:10.5rem;height:4.0625rem;top:41.375rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1olvFB280GioxODBAEp0DUJ4FwSzguK { width:14.75rem;height:1.4375rem;top:7.3125rem;left:2.625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #v2X00QgxT0MpDoIpWClL7X7MTmB50W2v { width:14.75rem;height:1.4619125rem;top:9.125rem;left:2.625rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:99988;display:none; }
 }@media only screen and (max-width: 763px) { #RyTiC9WpF6M4SJ61Sp2sLZ4eTxZdw4o8 { display:block; }#RyTiC9WpF6M4SJ61Sp2sLZ4eTxZdw4o8 > .row .container { width:20rem;height:42.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WrVo9KsH94fuqLgiE8DXK9KUbqPinUaH { width:20rem;height:4.548825rem;top:0.4375rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ttfk1czWRZ8bHIdzcSnVvGcXMlfhzMIB { width:20rem;height:10.733375rem;top:5.9375rem;left:0rem;font-size:1rem;display:block; }#Ttfk1czWRZ8bHIdzcSnVvGcXMlfhzMIB li:before{ content: "\2003"; background-image: url(//new.landingi.com/uploads/3bdc07ab6e93c9c38c5a/pictures/d42d977161507b91ad02cfbd4379a447.png); }
 }@media only screen and (max-width: 763px) { #X2HiDHRa05GsmF9hVT2kKOc6vWnsoMl2 { width:13.25rem;height:4.548825rem;top:19.794921875rem;left:3.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F6l3eO65DdNy3X4AMJ7NVwbETN2DGfaM { width:3.125rem;height:3.125rem;top:16.669921875rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mK7Vr9XPl3ldZOEnQ28T67zKTEhVcqUS { width:17.5rem;height:3.4375rem;top:35.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQV7mH1vxsSvZI9PxD7u6x0dxyhZRzX5 { display:block; }
 }@media only screen and (max-width: 763px) { #WTWibb1dT0W0G212T0H95rdOrH9VMGMu { width:20rem;height:9.97266875rem;top:24.46484375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkqtSKLkKx8IyL9kqoNnmn5bw7e9X1UH { display:block; }#dkqtSKLkKx8IyL9kqoNnmn5bw7e9X1UH > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dg2PzfBtguqhmNZGdZqQT3qRk43D7sSS { width:16.125rem;height:3.7119125rem;top:1.71875rem;left:1.9375rem;line-height:1.1;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTSUNmHO0IWqBHvD6e5xIOniJyES12hJ { display:block; }#wTSUNmHO0IWqBHvD6e5xIOniJyES12hJ > .row .container { width:20rem;height:40.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bxg7iyHHc5AgM0wJITvT2WMaTFzyKLzF { width:13.6875rem;height:1.875rem;top:2.0625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4nAQRBQuKz9D5zxHtXaGK1rm77t3GU1 { width:20rem;height:15.556625rem;top:5.125rem;left:0rem;display:block; }#Q4nAQRBQuKz9D5zxHtXaGK1rm77t3GU1 li:before{ content: "\2003"; background-image: url(//new.landingi.com/uploads/3bdc07ab6e93c9c38c5a/pictures/d42d977161507b91ad02cfbd4379a447.png); }
 }@media only screen and (max-width: 763px) { #zSAzaSVIzvuo0lUmf75UpO29vUB48EwT { width:3.25rem;height:3.25rem;top:1.3125rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8InrA4pVTTQJnbhkSQRkWNVBJQuGb7F { width:20rem;height:11.670875rem;top:25.625rem;left:0rem;display:block; }#l8InrA4pVTTQJnbhkSQRkWNVBJQuGb7F li:before{ content: "\2003"; background-image: url(//new.landingi.com/uploads/3bdc07ab6e93c9c38c5a/pictures/d42d977161507b91ad02cfbd4379a447.png); }
 }@media only screen and (max-width: 763px) { #AqHSTIc7Agfc6TZ6nK6WZJd7MztGWoZn { width:3.25rem;height:3.25rem;top:22.375rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIuxLTLzESWby37okQngg1eFs4JugNTA { width:14.0625rem;height:1.875rem;top:23.0625rem;left:2.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DPcG4VToheZ0Q8xfUbWPnAgdeTVySkJh { display:block; }#DPcG4VToheZ0Q8xfUbWPnAgdeTVySkJh > .row .container { width:20rem;height:14.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sp9RL9GJvyD3iaFsac1kKkV11mf8TpNk { width:16.5625rem;height:2.2744125rem;top:0.3125rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JoqpPawbsp8DJ7gTPwEPCVGkrhmtcaCR { width:16.5rem;height:2.03125rem;top:1.25rem;left:3.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5TbavcJTGAnfGs9P3T7ye9hxdE7dcHf { width:3.0625rem;height:3.125rem;top:0.75rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iToPaPkQuz70fC51NQeEW8dHgATmzFnt { width:18.5rem;height:9.500975rem;top:4.625rem;left:0.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPoBeKkDLfFtfGV0ED43T73ddfHKZdmN { display:none; }#WPoBeKkDLfFtfGV0ED43T73ddfHKZdmN > .row .container { width:20rem;height:5.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dsPFBDO0tJ5amBLiTfD0VtSUl09Bw3K0 { width:3.125rem;height:3.125rem;top:0.25rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrGatgmFwWEcTn13MQtCbRdAqWdF12ER { width:20rem;height:2.1875rem;top:2.8125rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eBwn4i6uKRwUmnALo3SRuB0xJ2J5oKZH { display:none; }#eBwn4i6uKRwUmnALo3SRuB0xJ2J5oKZH > .row .container { width:20rem;height:11.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mGiXX4sPgNs1VUEeL164Aoh4f9zVdeLC { width:20rem;height:8.5rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfiyTHWItUvRWP9WXu2XW4NHtssB4urg { width:20rem;height:0.125rem;top:4.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ty9msHLByU0bnlnbEsqbO9s4tJK31gXq { width:20rem;height:1.25rem;top:2.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Up9AvqMWFpAolIENekL5Ie7iGKVs332n { width:3.0625rem;height:3.125rem;left:0.03125rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zHTDxgGo7BspRLmqSaBi0nFAEc6F2lt9 { width:18.875rem;height:3.75rem;top:5.1875rem;left:0.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNqVMFkX0t3ysy6kzky4AIMqT4ASnw4d { width:4.9375rem;height:4.9375rem;top:7.9375rem;left:7.5rem;font-size:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #X3qpkgtz1d6I06XymdNie0vr29D1csgq { width:3.125rem;height:3.125rem;top:7.3125rem;left:8.4375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rs6TbaHOCR8DqS50TLXVZmKGwFmxyV0J { width:3.125rem;height:3.125rem;top:7.3125rem;left:8.4375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vTCTqDulpV75egUneur23JbSODZ47zRF { display:none; }#vTCTqDulpV75egUneur23JbSODZ47zRF > .row .container { width:20rem;height:12.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bvc7vQfI7chdphQZgamTTNvxEvcIMNPw { width:20rem;height:9.5rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fs6eOyQFXgnVPccbJ2RSydiLHyhX4NnS { width:18.375rem;height:4.6875rem;top:5.4375rem;left:0.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUWaCyuiLvpewbqxHM0pTxZHBZGxpVPk { width:20rem;height:0.125rem;top:4.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlo3ccZmqs1qv1dthTArero8uTJ9CryH { width:20rem;height:1.75rem;top:2.4375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKJ6Ct2DxFABUG5RrJVdhbKtHV27218M { width:3.0625rem;height:3.125rem;left:0.03125rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bb2Erq6c9evo6ZlXRCTPJB4izXvtQ8g2 { display:block; }#bb2Erq6c9evo6ZlXRCTPJB4izXvtQ8g2 > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kPHFxoaavmLLlBRflazKsJipbOHCVMqH { width:3.125rem;height:3.125rem;top:6.25rem;left:6.5625rem;font-size:2.1875rem;color:#df6363;display:block; }
 }@media only screen and (max-width: 763px) { #PUGaSKthMbhuuBUK72y0LChCzkwgV63K { width:3.125rem;height:3.125rem;top:6.25rem;left:3.4375rem;font-size:2.1875rem;color:#df6363;display:block; }
 }@media only screen and (max-width: 763px) { #ELKFUHgIFbOTrGXENXX7cbnA2k5AEFGt { width:3.125rem;height:3.125rem;top:6.25rem;left:9.6875rem;font-size:2.1875rem;color:#df6363;display:block; }
 }@media only screen and (max-width: 763px) { #wkHcaw9TqCrMQvwWFilgTcodwl4wePuK { width:20rem;height:2.5996125rem;top:2.8125rem;left:0.0625rem;text-align:center;text-align-last:center;display:block; }
 }