.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;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ > .row > .video-iframe-container { display: none; }#ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ > .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); }#iX7pHJHmyzSdv6eS2THRZhzInO0d9EmL { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/017ebcef-c1b2-469c-adb3-a6ca6df6553a/1.jpg");background-position:center right !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:cover !important;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#iX7pHJHmyzSdv6eS2THRZhzInO0d9EmL.adaptive-delivery-prevent-bg, #iX7pHJHmyzSdv6eS2THRZhzInO0d9EmL.lazyload, #iX7pHJHmyzSdv6eS2THRZhzInO0d9EmL.lazyloading { background-image: none; }#iX7pHJHmyzSdv6eS2THRZhzInO0d9EmL > .row .container { background-color: transparent; background-image: none; }#iX7pHJHmyzSdv6eS2THRZhzInO0d9EmL::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iX7pHJHmyzSdv6eS2THRZhzInO0d9EmL > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iX7pHJHmyzSdv6eS2THRZhzInO0d9EmL > .row .container > .video-iframe-container { display: none; }#iX7pHJHmyzSdv6eS2THRZhzInO0d9EmL > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iX7pHJHmyzSdv6eS2THRZhzInO0d9EmL > .row > .video-iframe-container { display: none; }#iX7pHJHmyzSdv6eS2THRZhzInO0d9EmL > .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); }#iX7pHJHmyzSdv6eS2THRZhzInO0d9EmL > .row .container { border-width: 0; border-radius: 0; }#iX7pHJHmyzSdv6eS2THRZhzInO0d9EmL > .row .container { font-size:0.875rem;font-family:"open sans";height:56.875rem;width:60rem;overflow:visible;position:relative;display:block; }#ZM31lQMPBqqQHX6I3mKLQOCswbW7hTBB { background-color:#896aff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.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:dosis;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.8;overflow:hidden;position:absolute;width:16.875rem;height:3.25rem;text-decoration:none;z-index:100009;text-align:center;text-align-last:center;top:26.0625rem;left:9.78125rem;display:block; }
#WllnTdHR1X5qooCpUoaSV8ZNf05iyIwO { display:block;position:relative;top:50%;width:100%;z-index:100000;display:block; }
#LmaTJKy8WbeRbhQuOFOoeTxq9IqS5l37 { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:7.5625rem;top:2.5625rem;left:3.1875rem;overflow:hidden;display:block; }
#yEmO7tSP7TZD9Q1SJFUzLD3kzg0PtdF2 { color:#664c8e;display:block;width:33.9375rem;position:absolute;font-family:gotham;font-size:8.0625rem;font-weight:700;z-index:100012;line-height:.8;letter-spacing:0;top:9.875rem;left:3.1875rem;height:6.4496875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#THp6Dqc42eOkNcc0S764PPbnWKArTyHV { color:#5c3b90;display:block;width:25.125rem;position:absolute;font-family:dosis;font-size:2.25rem;font-weight:400;z-index:100013;line-height:.8;letter-spacing:0;top:7.5rem;left:5.65625rem;height:1.79980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#u2drwVyWwszMhL1SvHOFMRgyblx0AxEo { color:#5115b0;display:block;width:27.1875rem;position:absolute;font-family:dosis;font-size:1.5625rem;font-weight:400;z-index:100016;line-height:.9;letter-spacing:0;top:17.625rem;left:4.625rem;height:1.40625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zyplnQANd3wMO3h9pcWgENyw8UJ5RfPE { color:#896aff;display:block;width:26.1875rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:31.8125rem;left:5.125rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Iq9Qy6gA0uufJdFB02FdZN20mOPthHJZ { color:#1f223b;display:block;width:29.375rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:400;z-index:100017;line-height:.9;letter-spacing:0;top:20.03125rem;left:3.53125rem;height:2.025rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DFziCrVrtXa0MBrXysiBPT7RhkKnynJz { color:#5115b0;display:block;width:27.1875rem;position:absolute;font-family:dosis;font-size:1.5625rem;font-weight:400;z-index:100016;line-height:.9;letter-spacing:0;top:17.5625rem;left:7.5625009536744rem;height:1.40625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#MWIPkCc8mNHizzUEX68THbhdpF5kd8o8 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f5f5f5;background-image:none;position:relative;display:block; }#MWIPkCc8mNHizzUEX68THbhdpF5kd8o8 > .row .container { background-color: transparent; background-image: none; }#MWIPkCc8mNHizzUEX68THbhdpF5kd8o8::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MWIPkCc8mNHizzUEX68THbhdpF5kd8o8 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MWIPkCc8mNHizzUEX68THbhdpF5kd8o8 > .row .container > .video-iframe-container { display: none; }#MWIPkCc8mNHizzUEX68THbhdpF5kd8o8 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MWIPkCc8mNHizzUEX68THbhdpF5kd8o8 > .row > .video-iframe-container { display: none; }#MWIPkCc8mNHizzUEX68THbhdpF5kd8o8 > .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); }#MWIPkCc8mNHizzUEX68THbhdpF5kd8o8 > .row .container { border-width: 0; border-radius: 0; }#MWIPkCc8mNHizzUEX68THbhdpF5kd8o8 > .row .container { font-size:0.875rem;font-family:arial;height:56.5625rem;width:60rem;position:relative;display:block; }#adIdaMqblkUXGB96ds2G356kGobcuUtG .widget-form-header {  }
#adIdaMqblkUXGB96ds2G356kGobcuUtG .widget-regular-label { height:auto;display:block;font-family:"gotham book";font-size:1.125rem;font-weight:400;color:#333232;width:32.1875rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#adIdaMqblkUXGB96ds2G356kGobcuUtG .widget-input-text { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:32.1875rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#adIdaMqblkUXGB96ds2G356kGobcuUtG .widget-input-text {padding-top: 0; padding-bottom: 0;}#adIdaMqblkUXGB96ds2G356kGobcuUtG .widget-textarea { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:32.1875rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#adIdaMqblkUXGB96ds2G356kGobcuUtG .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:32.1875rem;box-sizing:border-box;height:2.5rem;color:#646464;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#adIdaMqblkUXGB96ds2G356kGobcuUtG .widget-input-select {padding-top: 0; padding-bottom: 0;}#adIdaMqblkUXGB96ds2G356kGobcuUtG .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#adIdaMqblkUXGB96ds2G356kGobcuUtG .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#adIdaMqblkUXGB96ds2G356kGobcuUtG .widget-input-button { border-top-left-radius:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.625rem;background-color:#896aff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:400;color:#f2f9ff;width:32.1875rem;height:3.4375rem;font-family:"gotham book";overflow:hidden;font-style:normal; }
#adIdaMqblkUXGB96ds2G356kGobcuUtG [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#adIdaMqblkUXGB96ds2G356kGobcuUtG [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#adIdaMqblkUXGB96ds2G356kGobcuUtG [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#adIdaMqblkUXGB96ds2G356kGobcuUtG [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#adIdaMqblkUXGB96ds2G356kGobcuUtG .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.6875rem;font-weight:300;color:#000000;vertical-align:top;width:31rem;overflow:hidden;font-style:normal; }
#adIdaMqblkUXGB96ds2G356kGobcuUtG .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#adIdaMqblkUXGB96ds2G356kGobcuUtG .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:2.625rem;vertical-align:middle;font-family:"proxima nova";font-size:1rem;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:2.6; }
#adIdaMqblkUXGB96ds2G356kGobcuUtG .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#adIdaMqblkUXGB96ds2G356kGobcuUtG .widget-container:first-of-type{padding-top:0;}#adIdaMqblkUXGB96ds2G356kGobcuUtG .widget-container:last-of-type{padding-bottom:0;}#adIdaMqblkUXGB96ds2G356kGobcuUtG  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:32.1875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(0,0,0,0.15) ;left:12.65625rem;top:12.114585876465rem;z-index:100003;position:absolute; }
#adIdaMqblkUXGB96ds2G356kGobcuUtG .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:32.1875rem;display:block;vertical-align:top; }
#adIdaMqblkUXGB96ds2G356kGobcuUtG .widget-info-text { display:block;height:auto;font-family:dosis;font-size:1rem;line-height:1.3;font-weight:700;color:#666464;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#adIdaMqblkUXGB96ds2G356kGobcuUtG {display:block;}#adIdaMqblkUXGB96ds2G356kGobcuUtG { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:32.1875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(0,0,0,0.15) ;left:12.65625rem;top:12.114585876465rem;z-index:100003;position:absolute; }
#adIdaMqblkUXGB96ds2G356kGobcuUtG #x1RO5s8ChXkgST67tywhK7fbBwhil9RC { position:relative; }
#adIdaMqblkUXGB96ds2G356kGobcuUtG #zXo4CQvHN8f8lFZ3UnTKmt4AnL7hTLtm { position:relative; }
#adIdaMqblkUXGB96ds2G356kGobcuUtG #e3Ga033hCmNgW8Zaa5MW8bBT427FqBHO { position:relative; }
#adIdaMqblkUXGB96ds2G356kGobcuUtG #JKHCDc4U3VglPV64ZRac0lxOw1EXrT2w { position:relative; }
#adIdaMqblkUXGB96ds2G356kGobcuUtG #gEpl5yI3bEpGfzpuILJiZEsFapWa5Xpn { position:relative; }
#adIdaMqblkUXGB96ds2G356kGobcuUtG #vQxMKGPu8MQsRaKQ1aQVzDIsuyJwaS9v { position:relative; }
#adIdaMqblkUXGB96ds2G356kGobcuUtG #RA1gztTRdg7BhkC7WqzXw353q6LyF177 { position:relative; }
#adIdaMqblkUXGB96ds2G356kGobcuUtG #rEAZgMeDqQwkhVqQpE9ygnceh8RI40gT { position:relative; }
#adIdaMqblkUXGB96ds2G356kGobcuUtG #XX9qDC2tsNoGGeLGFWox5ETimOwJPAVx { position:relative; }
#adIdaMqblkUXGB96ds2G356kGobcuUtG #MWTHCuJHB3AWRJnySEMrvCCvDn0Brtqm { position:relative; }
#adIdaMqblkUXGB96ds2G356kGobcuUtG #IIkIS8wyi4IyEU1ZG3PTT5PGyTWgLBeW { position:relative; }
#adIdaMqblkUXGB96ds2G356kGobcuUtG #aBk9Qt5T0wT3GQ5R24CODsP4HrFDum19 { position:relative; }
#adIdaMqblkUXGB96ds2G356kGobcuUtG #I9F6RrsHbAtOMVo0NHD67qE7rwLMcISW { position:relative; }
#adIdaMqblkUXGB96ds2G356kGobcuUtG #megagcR0KV2gDRuAq5XGC11E8Hz01O0p { position:relative; }
#adIdaMqblkUXGB96ds2G356kGobcuUtG #iqqZ1Mtnvue4yGTopMzC8lFUeOV8M8ra { position:relative; }
#adIdaMqblkUXGB96ds2G356kGobcuUtG #WP8Bs5noUQNTLWnWCnzdc90Fb0Du7szQ { position:relative; }
#adIdaMqblkUXGB96ds2G356kGobcuUtG #chw7VKReps4o8DHwyZRo6aa2ppgX0LBK { position:relative; }
#adIdaMqblkUXGB96ds2G356kGobcuUtG #xOXIoepvZVSfoKXhyXcx8SorCv1Vw2vb { position:relative; }
#adIdaMqblkUXGB96ds2G356kGobcuUtG #UFLNNN40H8BfHdk26tZiTRyOiIxTvylk { position:relative;display:block;z-index:100000; }
#adIdaMqblkUXGB96ds2G356kGobcuUtG #PVoXd4TMSKzeCItUuNpQ2qzI4U5AxLm4 { position:relative;display:block;z-index:100000; }
#adIdaMqblkUXGB96ds2G356kGobcuUtG #iZOpBvTKeZthdgrTTILvOnQ1XT3av6G6 { position:relative; }
#adIdaMqblkUXGB96ds2G356kGobcuUtG #LMmPNWRepxg9967VsH9gK6XQO5wOOo7p { position:relative; }
#WcaFN0Hu9lm61SwXUSoD7THxpzDFoz7z { color:#000000;display:block;width:48.5625rem;position:absolute;font-family:dosis;font-size:1.375rem;font-weight:400;z-index:100015;line-height:1;letter-spacing:0;top:7.75rem;left:5.71875rem;height:1.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wt7CJr475iOacqgQsMkUx2542FMsKSq5 { box-sizing:content-box;color:#ff00a9;font-size:1.5625rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100011;top:2.8125rem;left:28.84375rem;display:block; }
#tk3WpQX7NF5exk3Nyo7iv40e4PH2c6HG { color:#000000;display:block;width:46.375rem;position:absolute;font-family:dosis;font-size:1.75rem;font-weight:700;z-index:100016;line-height:1;letter-spacing:0;top:5.125rem;left:6.8125rem;height:1.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#d7phEg4Pg4Ww8sIl3dBvZ7Ll7uTILHPy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#d7phEg4Pg4Ww8sIl3dBvZ7Ll7uTILHPy > .row .container { background-color: transparent; background-image: none; }#d7phEg4Pg4Ww8sIl3dBvZ7Ll7uTILHPy::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#d7phEg4Pg4Ww8sIl3dBvZ7Ll7uTILHPy > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#d7phEg4Pg4Ww8sIl3dBvZ7Ll7uTILHPy > .row .container > .video-iframe-container { display: none; }#d7phEg4Pg4Ww8sIl3dBvZ7Ll7uTILHPy > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#d7phEg4Pg4Ww8sIl3dBvZ7Ll7uTILHPy > .row > .video-iframe-container { display: none; }#d7phEg4Pg4Ww8sIl3dBvZ7Ll7uTILHPy > .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); }#d7phEg4Pg4Ww8sIl3dBvZ7Ll7uTILHPy > .row .container { border-width: 0; border-radius: 0; }#d7phEg4Pg4Ww8sIl3dBvZ7Ll7uTILHPy > .row .container { font-size:0.875rem;font-family:arial;height:69.1875rem;width:60rem;position:relative;display:block; }#AyEnyZc6Al0TJQcu3f6M4wCMnO5opeuU { color:#ffffff;display:block;width:22.5625rem;position:absolute;font-family:dosis;font-size:1.0625rem;font-weight:400;z-index:100005;line-height:1.2;letter-spacing:0;top:9.5625rem;left:33.750000953674rem;height:1.275rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CVzCX7pEptsTmZ9lhi2hFwz587Nd0WZ8 { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:3.75rem;top:42.15625rem;left:21.28125rem;overflow:hidden;display:block; }
#BWzBSHn8ofgAApqkcwrdU0BJPT2SNnGB { box-sizing:content-box;color:#00bae5;font-size:8.125rem;font-weight:400;line-height:1;height:11.6875rem;width:11.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100001;top:38.1875rem;left:17.3125rem;display:block; }
#bb2gO1qlQp5sydFUVyDqz34fruILf3w1 { position:absolute;display:block;z-index:100021;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.125rem;width:5.125rem;top:41.4375rem;left:34.9375rem;overflow:hidden;display:block; }
#P2v5Mm14tau9E7rHpbN9DR2fktXU3W3C { position:absolute;display:block;z-index:100019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.125rem;width:4.125rem;top:41.9375rem;left:49.53125rem;overflow:hidden;display:block; }
#E6rbCSCXondzI4MXIfwWT9QwtEzNiDIF { color:#000000;display:block;width:11.375rem;position:absolute;font-family:dosis;font-size:1.5rem;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;top:48.8125rem;left:17.5rem;height:1.94986875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gDqtVJTU4SeBvg7PO9FXiFHhIuxcUcpM { color:#000000;display:block;width:10.5rem;position:absolute;font-family:dosis;font-size:1.0625rem;font-weight:400;z-index:100010;line-height:1.7;letter-spacing:0;top:53.287109375rem;left:18.21875rem;height:12.64375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#COTaVCqw0IbMK007U3lqUAcH3yUM4JhV { color:#000000;display:block;width:11.375rem;position:absolute;font-family:dosis;font-size:1.5rem;font-weight:700;z-index:100012;line-height:1.3;letter-spacing:0;top:48.875rem;left:31.8125rem;height:1.94986875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#e06WZruQHef5FzunRrtb8UU2QJfcsWmK { color:#000000;display:block;width:11.5625rem;position:absolute;font-family:dosis;font-size:1.1875rem;font-weight:400;z-index:100011;line-height:1.6;letter-spacing:0;top:53.91015625rem;left:31.71875rem;height:11.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XJhu7XrJVQJEL2H12Jbc1JGlfKHmTn7v { position:absolute;display:block;z-index:99995;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;height:13.75rem;width:12.1875rem;top:52.625rem;left:17.5rem;display:block; }
#Wrsouy0W8k8cRA4bQFAL04225FyNIfQ9 { color:#540f95;display:block;width:9.8125rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:400;z-index:100009;line-height:1.6;letter-spacing:0;top:53.890625rem;left:4.46875rem;height:10.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mhU7RvqHDCNONsAInwQklNvi1XiOIUqv { color:#000000;display:block;width:11.375rem;position:absolute;font-family:dosis;font-size:1.5rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:47.836588859558rem;left:3.6875rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#L4z7IJTmDPKUHSMZ34Cg9rfQhROhNarQ { color:#540f95;display:block;width:10.6875rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:400;z-index:100011;line-height:1.4;letter-spacing:0;top:53.625rem;left:46.25rem;height:12.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HRoVlQ4qncl06T7dP1qexyqS5nRGzi8o { color:#c60bdf;display:block;width:11.375rem;position:absolute;font-family:dosis;font-size:1.25rem;font-weight:700;z-index:100013;line-height:1.3;letter-spacing:0;top:49.0625rem;left:45.9375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#z8ZwWJx8UqoE1q2mb5m94zozMhTxzp1g { color:#ffffff;display:block;width:30.75rem;position:absolute;font-family:dosis;font-size:2.875rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:5.8125rem;left:29.25rem;height:3.73730625rem;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;font-style:normal;display:block; }
#T15fRR5NX3Vr0kOHsp0q6cn3b6R91Vho { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.875rem;width:4.875rem;top:41.5rem;left:7.1875rem;overflow:hidden;display:block; }
#mlysU2vZy9xEkKyOy2GfxRTBeyWJSln1 { position:absolute;display:block;z-index:99996;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;height:13.75rem;width:12.1875rem;top:52.625rem;left:3.4375rem;display:block; }
#lnCxvnzDDhvklpgfbHRKoXH0Q9tpvDOb { position:absolute;display:block;z-index:99997;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;height:13.75rem;width:12.1875rem;top:52.625rem;left:31.375rem;display:block; }
#xybRRD0GTD6Ov6zoz5gnHuRknEUaUllu { position:absolute;display:block;z-index:99998;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;height:13.75rem;width:12.1875rem;top:52.625rem;left:45.4375rem;display:block; }
#awwwe49guVdlqVqkobkMmB7hVG59FLrv { color:#00bae5;display:block;width:26.25rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:4.25rem;left:33.75rem;height:1.625rem;display:block; }
#hX0ch28GluIqfzdAg634T4M5DlxSZzxO { color:#555555;display:block;width:26.375rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:normal;z-index:100008;line-height:1.2;letter-spacing:0;top:14.875rem;left:33.625rem;height:2.25rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#M0AG0JOL2L83lA5wghcHU5mn4u2DAc8c { color:#777777;display:block;width:24.6875rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:normal;z-index:100010;line-height:1.4;letter-spacing:0;top:17.125rem;left:33.75rem;height:7.875rem;display:block; }
#XThTEb0cHBLpcUmIJtTbCSCHu4eocKV7 { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:28.125rem;width:22.3125rem;top:5.8125rem;left:2.25rem;overflow:hidden;display:block; }
#IoCPJRBi1SAqPQBDpOucyylLdyNVnf0i { box-sizing:content-box;color:#00bae5;font-size:8.125rem;font-weight:400;line-height:1;height:11.6875rem;width:11.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100002;top:38.1875rem;left:3.625rem;display:block; }
#qBkN70UgJsexRuryub7hocrHPJPUqRFO { box-sizing:content-box;color:#00bae5;font-size:8.125rem;font-weight:400;line-height:1;height:11.6875rem;width:11.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100003;top:38.1875rem;left:31.6875rem;display:block; }
#HZUqKXzIDfdy5eL3be7E71AsSC49ZFlH { box-sizing:content-box;color:#00bae5;font-size:8.125rem;font-weight:400;line-height:1;height:11.6875rem;width:11.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100004;top:38.1875rem;left:45.75rem;display:block; }
#dyDkIT9VVT1Tl3G4VfrsIBzarP3SQwrT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:none; }#dyDkIT9VVT1Tl3G4VfrsIBzarP3SQwrT > .row .container { border-width: 0; border-radius: 0; }#dyDkIT9VVT1Tl3G4VfrsIBzarP3SQwrT > .row .container { font-size:0.875rem;font-family:arial;height:40.4375rem;width:60rem;position:relative;display:none; }#LfqlkhBaWLCSSWy7Iy5aL6BnIisG4Pdv { display:block;width:10.875rem;position:absolute;font-family:dosis;font-size:3.3125rem;font-weight:400;z-index:100014;line-height:1.4;letter-spacing:0;top:31rem;left:25.125rem;height:4.63736875rem;color:#384a59;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tqU9lpgFAaTVoJdKAMTU817HO9teTIk4 { display:block;width:22.1875rem;position:absolute;font-family:dosis;font-size:1.0625rem;font-weight:400;z-index:100013;line-height:1.4;letter-spacing:0;top:25.0625rem;left:19.5rem;height:1.48730625rem;color:#540f95;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WdEgS7NuEIi5UILC8pbf6TNooVVOGf0d { box-sizing:content-box;color:#f43e02;font-size:10.1875rem;font-weight:400;line-height:1;height:14.625rem;width:14.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100014;top:9.4375rem;left:22.6875rem;display:block; }
#egSoKX6kDaEwbI1eOHlFAvoDQ7TnTgpC { display:block;width:5.4375rem;position:absolute;font-family:dosis;font-size:1.25rem;font-weight:300;z-index:100014;line-height:1.2;letter-spacing:0;top:15.25rem;left:27.3125rem;height:3rem;color:#384a59;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cc0VdhXv12fNKWivU8FliCyxTWB6mfL6 { display:block;width:31.75rem;position:absolute;font-family:dosis;font-size:3.1875rem;font-weight:400;z-index:100010;line-height:1.4;letter-spacing:0;top:21.4375rem;left:16.4375rem;height:4.4622375rem;color:#384a59;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vWTTT7wc01OPNVRdRPD1Twd3K9e71nXV { display:block;width:10.875rem;position:absolute;font-family:dosis;font-size:2.1875rem;font-weight:400;z-index:100015;line-height:1.4;letter-spacing:0;top:28rem;left:25.125rem;height:3.0625rem;color:#384a59;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#q2AICHkdHdFZcbzKrkX0V8Bsxa3ZbMaT { display:block;width:35.125rem;position:absolute;font-family:dosis;font-size:3.1875rem;font-weight:300;z-index:100000;line-height:.9;letter-spacing:0;top:3.7646484375rem;left:13rem;height:5.736975rem;text-align:center;text-align-last:center;font-style:normal;color:#384a59;display:block; }
#u2rTaklxUBqmIeS9gCaLWvIsH66SiHgD { display:block;width:46.5625rem;position:absolute;font-family:dosis;font-size:1.6875rem;font-weight:300;z-index:100003;line-height:.9;letter-spacing:0;top:36.25rem;left:7.875rem;height:1.51855625rem;text-align:center;text-align-last:center;font-style:normal;color:#384a59;display:block; }
#uFQ00OBRr9tQmZ83rxgZwTp8H98QwyFI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.18);background-image:url("https://images.assets-landingi.com/Q8Kozfy2/Topo_Guruji_Landing_sem_titulo.png");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:none; }#uFQ00OBRr9tQmZ83rxgZwTp8H98QwyFI.adaptive-delivery-prevent-bg, #uFQ00OBRr9tQmZ83rxgZwTp8H98QwyFI.lazyload, #uFQ00OBRr9tQmZ83rxgZwTp8H98QwyFI.lazyloading { background-image: none; }#uFQ00OBRr9tQmZ83rxgZwTp8H98QwyFI > .row .container { border-width: 0; border-radius: 0; }#uFQ00OBRr9tQmZ83rxgZwTp8H98QwyFI > .row .container { font-size:0.875rem;font-family:arial;height:55rem;width:60rem;position:relative;display:none; }#foPJwKqPEhBrfXcVhJGoV2fgFUJUMdt8 { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.375rem;width:8.5rem;top:3.125rem;left:7.1875rem;overflow:hidden;display:block; }
#m1nNdpGfs06d2eBE8Ll249Xlf2K4NbBD { color:#ffffff;display:block;width:26.1875rem;position:absolute;font-family:dosis;font-size:2.125rem;font-weight:normal;z-index:100023;line-height:1.3;letter-spacing:0;top:7.4375rem;left:7.1875rem;height:2.76236875rem;display:block; }
#T5ByrvoeuGeDCwhTsyqTR1o95ZactTvG { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25.5625rem;width:25.5625rem;top:7.4375rem;left:6.15625rem;overflow:hidden;display:block; }
#D7VRUtdgNgSSAxMw3xJ8ZCDXM80G5feE { color:#ffffff;display:block;width:24.875rem;position:absolute;font-family:dosis;font-size:2.125rem;font-weight:700;z-index:100025;line-height:1.3;letter-spacing:0;top:30.30078125rem;left:13.09375rem;height:2.76236875rem;font-style:normal;display:block; }
#E2676JhopbPZdidTW1rAZrGIa9T6sL6p { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#E2676JhopbPZdidTW1rAZrGIa9T6sL6p > .row .container { background-color: transparent; background-image: none; }#E2676JhopbPZdidTW1rAZrGIa9T6sL6p::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#E2676JhopbPZdidTW1rAZrGIa9T6sL6p > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#E2676JhopbPZdidTW1rAZrGIa9T6sL6p > .row .container > .video-iframe-container { display: none; }#E2676JhopbPZdidTW1rAZrGIa9T6sL6p > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#E2676JhopbPZdidTW1rAZrGIa9T6sL6p > .row > .video-iframe-container { display: none; }#E2676JhopbPZdidTW1rAZrGIa9T6sL6p > .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); }#E2676JhopbPZdidTW1rAZrGIa9T6sL6p > .row .container { border-width: 0; border-radius: 0; }#E2676JhopbPZdidTW1rAZrGIa9T6sL6p > .row .container { font-size:0.875rem;font-family:arial;height:42.5625rem;width:60rem;position:relative;display:block; }#qBMTcI1I1OHlRZXaF4wRnksa72drczX7 { color:#666666;display:block;width:27.375rem;position:absolute;font-family:dosis;font-size:3.4375rem;font-weight:300;z-index:100013;line-height:1;letter-spacing:0;top:1.75rem;left:1.3125rem;height:6.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fUT7agFzNuD6aKzvJJ4aTJ5d2h0CCknk { color:#ffffff;display:block;width:22.8125rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:700;z-index:100011;line-height:1.2;letter-spacing:0;top:11.375rem;left:3.59375rem;height:2.7rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AQfz9Mp1PyfQTmg7SZ045vOR5D8ey5TX { color:#666666;display:block;width:20rem;position:absolute;font-family:dosis;font-size:1.25rem;font-weight:300;z-index:100013;line-height:1.5;letter-spacing:0;top:16.625rem;left:6.0625rem;height:15rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#R2OGONG2tQtlBnUJc26ZD1yisiWtegrJ { box-sizing:content-box;color:#fdc320;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1875rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100015;top:15.9375rem;left:3.9375rem;display:block; }
#fpBlEGs7W4FoHoV3r00BA40lBsFCIrnp { box-sizing:content-box;color:#fdc320;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1875rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100016;top:17.875rem;left:3.9375rem;display:block; }
#WeGcAFqWRQcleaKGpSJkJTmOgd4qntmF { box-sizing:content-box;color:#fdc320;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1875rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100017;top:19.6875rem;left:4rem;display:block; }
#OqPR0enIK1TqgLCR85Vi8mLJsX1kMeac { box-sizing:content-box;color:#fdc320;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1875rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100018;top:23.4375rem;left:4.125rem;display:block; }
#eXuUhWmtByITnVXiKlVTphkaenoUar6B { box-sizing:content-box;color:#fdc320;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1875rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100020;top:27.1875rem;left:4.1875rem;display:block; }
#TcZuJRadPF4v75aRLvMn4X5zQZsvXQqA { color:#ffffff;display:block;width:22.375rem;position:absolute;font-family:dosis;font-size:1.8125rem;font-weight:300;z-index:100012;line-height:1.2;letter-spacing:0;top:22.875rem;left:33.8125rem;height:13.05rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RGR0h5acf08hkEwHBaPy0kiyLxqTtF25 { position:absolute;display:block;z-index:100021;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.25rem;width:28.9375rem;top:2.4375rem;left:30.5625rem;display:block; }
#Vvsu41rXkVue3w5V0g9GfpCTl3bTbN1O { box-sizing:content-box;color:#fdc320;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1875rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100015;top:13.375rem;left:3.4375rem;display:none; }
#f5IuWQGgFXGH8pVDtFF7sBptL66WMAcV { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/lRVQV6I5/photo-1464746133101-a2c3f88e0dd9.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#f5IuWQGgFXGH8pVDtFF7sBptL66WMAcV.adaptive-delivery-prevent-bg, #f5IuWQGgFXGH8pVDtFF7sBptL66WMAcV.lazyload, #f5IuWQGgFXGH8pVDtFF7sBptL66WMAcV.lazyloading { background-image: none; }#f5IuWQGgFXGH8pVDtFF7sBptL66WMAcV > .row .container { background-color: transparent; background-image: none; }#f5IuWQGgFXGH8pVDtFF7sBptL66WMAcV::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#f5IuWQGgFXGH8pVDtFF7sBptL66WMAcV > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#f5IuWQGgFXGH8pVDtFF7sBptL66WMAcV > .row .container > .video-iframe-container { display: none; }#f5IuWQGgFXGH8pVDtFF7sBptL66WMAcV > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#f5IuWQGgFXGH8pVDtFF7sBptL66WMAcV > .row > .video-iframe-container { display: none; }#f5IuWQGgFXGH8pVDtFF7sBptL66WMAcV > .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); }#f5IuWQGgFXGH8pVDtFF7sBptL66WMAcV > .row .container { border-width: 0; border-radius: 0; }#f5IuWQGgFXGH8pVDtFF7sBptL66WMAcV > .row .container { font-size:0.875rem;font-family:arial;height:77.375rem;width:60rem;position:relative;display:block; }#AHTghF8sW9prdSGIyym5CHlpdTJQVkfw { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.375rem;width:9rem;top:2.375rem;left:4.75rem;overflow:hidden;display:block; }
#TTB6muvFe7uKAImhMihDEzbzAEQ1ZvJH { color:#ffffff;display:block;width:29.5rem;position:absolute;font-family:dosis;font-size:2.3125rem;font-weight:700;z-index:100004;line-height:.8;letter-spacing:0;top:7.9609375rem;left:4.75rem;height:;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UA1LTgQdWsFlooL69MyqdmvLIaqUknPL { color:#ffffff;display:block;width:12.8125rem;position:absolute;font-family:dosis;font-size:2.0625rem;font-weight:700;z-index:100007;line-height:1.1;letter-spacing:0;top:13.4375rem;left:4.75rem;height:2.26875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZzPwd1AK0UdLkKB9des5gKlAnO9bOdkX { color:#ffffff;display:block;width:17.1875rem;position:absolute;font-family:"proxima nova";font-size:1.5rem;font-weight:normal;z-index:100008;line-height:1.1;letter-spacing:0;top:15.7060546875rem;left:4.75rem;height:1.65rem;text-align:left;text-align-last:left;display:block; }
#TGMyd2bZpupNQD0O7q7KH7kJZTQDZbzu { color:#ffffff;display:block;width:12.8125rem;position:absolute;font-family:dosis;font-size:2.0625rem;font-weight:700;z-index:100008;line-height:1.1;letter-spacing:0;top:19.9375rem;left:4.75rem;height:2.26875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#g8T4Hft0JSn9t5AnPGyqdwHIueEmvBb9 { color:#ffffff;display:block;width:20.625rem;position:absolute;font-family:"proxima nova";font-size:1.5rem;font-weight:normal;z-index:100009;line-height:1.1;letter-spacing:0;top:22.2060546875rem;left:4.75rem;height:1.65rem;text-align:left;text-align-last:left;display:block; }
#nlITUlHUsIua66SH9yTZDUW7g8dyxPC3 { color:#ffffff;display:block;width:12.8125rem;position:absolute;font-family:dosis;font-size:2.0625rem;font-weight:700;z-index:100009;line-height:1.1;letter-spacing:0;top:26.4375rem;left:4.75rem;height:2.26875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aQBTCr2kKROG36nz6GmdSX3IuoWn0v7J { color:#ffffff;display:block;width:13.25rem;position:absolute;font-family:"proxima nova";font-size:1.5rem;font-weight:normal;z-index:100009;line-height:1.1;letter-spacing:0;top:28.6875rem;left:4.75rem;height:1.65rem;text-align:left;text-align-last:left;display:block; }
#DaaQEPqk956utNo81c5bh0mfCWdUbooZ { color:#777777;display:block;width:12.8125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:14.875rem;left:39.75rem;height:3.25rem;text-align:left;text-align-last:left;display:block; }
#Shf0i0KrEfPVCuGRtONr3hxNDmSmLanT { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5625rem;width:12.5625rem;top:2.375rem;left:37.125rem;overflow:hidden;display:block; }
#ciM8Do1iMpwTGF3tvlI2dvAXQLTc6l1c { position:absolute;display:block;z-index:100007;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.5625rem rgba(0,0,0,0.1) ;height:17.1875rem;width:21rem;top:14rem;left:37.125rem;display:block; }
#WbWpR1GXCxXGplPhprLviIg5ENFPt2wl { color:#777777;display:block;width:15.875rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:normal;z-index:100011;line-height:1.4;letter-spacing:0;top:18.0625rem;left:39.75rem;height:11.025rem;text-align:left;text-align-last:left;display:block; }
#Z54V0n6Gy7XpMT9xfDOdORQBsJUTT8mr { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.0625rem;width:27.8125rem;top:36.75rem;left:16.5625rem;overflow:hidden;display:block; }
#TfH4faxmDIl6aeAXL70W0GPEDH8Iqwny { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.8125rem;width:29.9375rem;top:47.25rem;left:15.5rem;display:block; }
#sRhv4eksIwbkdyczQkHRgTssOErVaeBQ { color:#ffffff;display:block;width:28.4375rem;position:absolute;font-family:dosis;font-size:2.0625rem;font-weight:700;z-index:100010;line-height:1.1;letter-spacing:0;top:35.7939453125rem;left:15.78125rem;height:2.26875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LnTdV1fafToz4Lef2qBvPOymQlcXAVTE { position:relative;display:block; }#LnTdV1fafToz4Lef2qBvPOymQlcXAVTE { background-color: transparent; background-image: none; }#LnTdV1fafToz4Lef2qBvPOymQlcXAVTE::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LnTdV1fafToz4Lef2qBvPOymQlcXAVTE > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LnTdV1fafToz4Lef2qBvPOymQlcXAVTE > .row .container > .video-iframe-container { display: none; }#LnTdV1fafToz4Lef2qBvPOymQlcXAVTE > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LnTdV1fafToz4Lef2qBvPOymQlcXAVTE > .row > .video-iframe-container { display: none; }#LnTdV1fafToz4Lef2qBvPOymQlcXAVTE > .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); }#LnTdV1fafToz4Lef2qBvPOymQlcXAVTE { border-width: 0; border-radius: 0; }#LnTdV1fafToz4Lef2qBvPOymQlcXAVTE > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:26.875rem;width:60rem;position:relative;display:block; }#lRv0MZTEq0DXuseRBNxQmDztd0HCoO6J { background-color:transparent;background-image:none;border-top:0.125rem solid #e5e5e5;border-left:0.125rem solid #e5e5e5;border-right:0.125rem solid #e5e5e5;border-bottom:0.125rem solid #e5e5e5;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-sizing:border-box;color:#777777;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.5625rem;height:3.4375rem;text-decoration:none;z-index:100021;text-align:center;text-align-last:center;top:15.3125rem;left:2.25rem;display:block; }
#EBsdh7dykVB0znLmNwT22qWVpd4Jb2Z0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#vm6zVcFH3azwi5kwtgaGzqIDRteaWFkK { box-sizing:content-box;color:#777777;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100022;top:15.90625rem;left:3.25rem;display:block; }
#IrtK7fpvp18ZQeLQrNoqATElWW8QJcb9 { color:#777777;display:block;width:24.9375rem;position:absolute;font-family:dosis;font-size:1.3125rem;font-weight:400;z-index:100011;line-height:1.3;letter-spacing:0;top:9.25rem;left:2.25rem;height:5.11875rem;font-style:normal;display:block; }
#JdKdpm84hLxaWssiHswrGHLgViwX1cdG { color:#555555;display:block;width:27.8125rem;position:absolute;font-family:dosis;font-size:2.1875rem;font-weight:normal;z-index:100012;line-height:1.2;letter-spacing:0;top:6.375rem;left:2.25rem;height:2.625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#r4Lg373GJs1EM2rQEDAQ00KBTTF0rlUg { color:#00bae5;display:block;width:23.6875rem;position:absolute;font-family:dosis;font-size:1.5625rem;font-weight:normal;z-index:100013;line-height:1.3;letter-spacing:0;top:3.78125rem;left:2.25rem;height:2.03125rem;text-align:left;text-align-last:left;display:block; }
#rZHuCgJJallOMTw4MgQismyOsLV0qbTv { position:absolute;display:block;z-index:100023;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.25rem;width:3.0625rem;top:22.5595703125rem;left:2.09375rem;overflow:hidden;display:block; }
#Oqtbw4XZw5WFcFBbqVG8FA10ebfQ4Rd0 { color:#827e7f;display:block;width:37.3125rem;position:absolute;font-family:dosis;font-size:1.3125rem;font-weight:normal;z-index:100013;line-height:1.2;letter-spacing:0;top:23.2978515625rem;left:5.5rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #iX7pHJHmyzSdv6eS2THRZhzInO0d9EmL { display:none; }#iX7pHJHmyzSdv6eS2THRZhzInO0d9EmL > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZM31lQMPBqqQHX6I3mKLQOCswbW7hTBB { width:16.875rem;height:3.25rem;top:26.0625rem;left:3.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WllnTdHR1X5qooCpUoaSV8ZNf05iyIwO { display:block; }
 }@media only screen and (max-width: 763px) { #LmaTJKy8WbeRbhQuOFOoeTxq9IqS5l37 { width:7.5625rem;height:3.75rem;top:2.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yEmO7tSP7TZD9Q1SJFUzLD3kzg0PtdF2 { width:33.9375rem;height:6.4375rem;top:9.875rem;left:0rem;font-size:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #THp6Dqc42eOkNcc0S764PPbnWKArTyHV { width:25.125rem;height:1.75rem;top:7.5rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2drwVyWwszMhL1SvHOFMRgyblx0AxEo { width:27.1875rem;height:1.375rem;top:17.625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyplnQANd3wMO3h9pcWgENyw8UJ5RfPE { width:26.1875rem;height:;top:31.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iq9Qy6gA0uufJdFB02FdZN20mOPthHJZ { width:29.375rem;height:2.0625rem;top:20rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFziCrVrtXa0MBrXysiBPT7RhkKnynJz { width:16.3125rem;height:;top:13.375rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #MWIPkCc8mNHizzUEX68THbhdpF5kd8o8 { display:block; }#MWIPkCc8mNHizzUEX68THbhdpF5kd8o8 > .row .container { width:47.75rem;height:63.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #adIdaMqblkUXGB96ds2G356kGobcuUtG .widget-checkbox-label { width:21.625rem; }
#adIdaMqblkUXGB96ds2G356kGobcuUtG  { width:32.1875rem;height:auto; }
#adIdaMqblkUXGB96ds2G356kGobcuUtG {display:block;}#adIdaMqblkUXGB96ds2G356kGobcuUtG { width:32.1875rem;height:auto; }
 }@media only screen and (max-width: 763px) { #adIdaMqblkUXGB96ds2G356kGobcuUtG #x1RO5s8ChXkgST67tywhK7fbBwhil9RC {  }
 }@media only screen and (max-width: 763px) { #adIdaMqblkUXGB96ds2G356kGobcuUtG #zXo4CQvHN8f8lFZ3UnTKmt4AnL7hTLtm {  }
 }@media only screen and (max-width: 763px) { #adIdaMqblkUXGB96ds2G356kGobcuUtG #e3Ga033hCmNgW8Zaa5MW8bBT427FqBHO {  }
 }@media only screen and (max-width: 763px) { #adIdaMqblkUXGB96ds2G356kGobcuUtG #JKHCDc4U3VglPV64ZRac0lxOw1EXrT2w {  }
 }@media only screen and (max-width: 763px) { #adIdaMqblkUXGB96ds2G356kGobcuUtG #gEpl5yI3bEpGfzpuILJiZEsFapWa5Xpn {  }
 }@media only screen and (max-width: 763px) { #adIdaMqblkUXGB96ds2G356kGobcuUtG #vQxMKGPu8MQsRaKQ1aQVzDIsuyJwaS9v {  }
 }@media only screen and (max-width: 763px) { #adIdaMqblkUXGB96ds2G356kGobcuUtG #RA1gztTRdg7BhkC7WqzXw353q6LyF177 {  }
 }@media only screen and (max-width: 763px) { #adIdaMqblkUXGB96ds2G356kGobcuUtG #rEAZgMeDqQwkhVqQpE9ygnceh8RI40gT {  }
 }@media only screen and (max-width: 763px) { #adIdaMqblkUXGB96ds2G356kGobcuUtG #XX9qDC2tsNoGGeLGFWox5ETimOwJPAVx {  }
 }@media only screen and (max-width: 763px) { #adIdaMqblkUXGB96ds2G356kGobcuUtG #MWTHCuJHB3AWRJnySEMrvCCvDn0Brtqm {  }
 }@media only screen and (max-width: 763px) { #adIdaMqblkUXGB96ds2G356kGobcuUtG #IIkIS8wyi4IyEU1ZG3PTT5PGyTWgLBeW {  }
 }@media only screen and (max-width: 763px) { #adIdaMqblkUXGB96ds2G356kGobcuUtG #aBk9Qt5T0wT3GQ5R24CODsP4HrFDum19 {  }
 }@media only screen and (max-width: 763px) { #adIdaMqblkUXGB96ds2G356kGobcuUtG #I9F6RrsHbAtOMVo0NHD67qE7rwLMcISW {  }
 }@media only screen and (max-width: 763px) { #adIdaMqblkUXGB96ds2G356kGobcuUtG #megagcR0KV2gDRuAq5XGC11E8Hz01O0p {  }
 }@media only screen and (max-width: 763px) { #adIdaMqblkUXGB96ds2G356kGobcuUtG #iqqZ1Mtnvue4yGTopMzC8lFUeOV8M8ra {  }
 }@media only screen and (max-width: 763px) { #adIdaMqblkUXGB96ds2G356kGobcuUtG #WP8Bs5noUQNTLWnWCnzdc90Fb0Du7szQ {  }
 }@media only screen and (max-width: 763px) { #adIdaMqblkUXGB96ds2G356kGobcuUtG #chw7VKReps4o8DHwyZRo6aa2ppgX0LBK {  }
 }@media only screen and (max-width: 763px) { #adIdaMqblkUXGB96ds2G356kGobcuUtG #xOXIoepvZVSfoKXhyXcx8SorCv1Vw2vb {  }
 }@media only screen and (max-width: 763px) { #adIdaMqblkUXGB96ds2G356kGobcuUtG #UFLNNN40H8BfHdk26tZiTRyOiIxTvylk {  }
 }@media only screen and (max-width: 763px) { #adIdaMqblkUXGB96ds2G356kGobcuUtG #PVoXd4TMSKzeCItUuNpQ2qzI4U5AxLm4 {  }
 }@media only screen and (max-width: 763px) { #adIdaMqblkUXGB96ds2G356kGobcuUtG #iZOpBvTKeZthdgrTTILvOnQ1XT3av6G6 {  }
 }@media only screen and (max-width: 763px) { #adIdaMqblkUXGB96ds2G356kGobcuUtG #LMmPNWRepxg9967VsH9gK6XQO5wOOo7p {  }
 }@media only screen and (max-width: 763px) { #WcaFN0Hu9lm61SwXUSoD7THxpzDFoz7z { width:47.75rem;height:1.375rem;top:7.75rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wt7CJr475iOacqgQsMkUx2542FMsKSq5 { width:2.3125rem;height:2.3125rem;top:2.8125rem;left:22.71875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tk3WpQX7NF5exk3Nyo7iv40e4PH2c6HG { width:46.375rem;height:1.75rem;top:5.125rem;left:0.68750095367431rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7phEg4Pg4Ww8sIl3dBvZ7Ll7uTILHPy { display:block; }#d7phEg4Pg4Ww8sIl3dBvZ7Ll7uTILHPy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AyEnyZc6Al0TJQcu3f6M4wCMnO5opeuU { width:22.5625rem;height:1.25rem;top:9.5625rem;left:25.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVzCX7pEptsTmZ9lhi2hFwz587Nd0WZ8 { width:3.75rem;height:3.75rem;top:42.125rem;left:15.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWzBSHn8ofgAApqkcwrdU0BJPT2SNnGB { width:11.6875rem;height:11.6875rem;top:38.1875rem;left:11.1875rem;font-size:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bb2gO1qlQp5sydFUVyDqz34fruILf3w1 { width:5.125rem;height:5.125rem;top:41.4375rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2v5Mm14tau9E7rHpbN9DR2fktXU3W3C { width:4.125rem;height:4.125rem;top:41.9375rem;left:43.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6rbCSCXondzI4MXIfwWT9QwtEzNiDIF { width:11.375rem;height:1.9375rem;top:48.8125rem;left:11.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDqtVJTU4SeBvg7PO9FXiFHhIuxcUcpM { width:10.5rem;height:12.625rem;top:53.25rem;left:12.09375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #COTaVCqw0IbMK007U3lqUAcH3yUM4JhV { width:11.375rem;height:1.9375rem;top:48.875rem;left:25.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #e06WZruQHef5FzunRrtb8UU2QJfcsWmK { width:11.5625rem;height:11.375rem;top:53.875rem;left:25.59375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJhu7XrJVQJEL2H12Jbc1JGlfKHmTn7v { width:12.1875rem;height:13.75rem;top:52.625rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wrsouy0W8k8cRA4bQFAL04225FyNIfQ9 { width:9.8125rem;height:10.75rem;top:53.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhU7RvqHDCNONsAInwQklNvi1XiOIUqv { width:11.375rem;height:3.875rem;top:47.8125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4z7IJTmDPKUHSMZ34Cg9rfQhROhNarQ { width:10.6875rem;height:12.5625rem;top:53.625rem;left:37.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRoVlQ4qncl06T7dP1qexyqS5nRGzi8o { width:11.375rem;height:1.625rem;top:49.0625rem;left:36.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8ZwWJx8UqoE1q2mb5m94zozMhTxzp1g { width:30.75rem;height:3.6875rem;top:5.8125rem;left:17rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T15fRR5NX3Vr0kOHsp0q6cn3b6R91Vho { width:4.875rem;height:4.875rem;top:41.5rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlysU2vZy9xEkKyOy2GfxRTBeyWJSln1 { width:12.1875rem;height:13.75rem;top:52.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnCxvnzDDhvklpgfbHRKoXH0Q9tpvDOb { width:12.1875rem;height:13.75rem;top:52.625rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xybRRD0GTD6Ov6zoz5gnHuRknEUaUllu { width:12.1875rem;height:13.75rem;top:52.625rem;left:35.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #awwwe49guVdlqVqkobkMmB7hVG59FLrv { width:26.25rem;height:1.625rem;top:4.25rem;left:21.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hX0ch28GluIqfzdAg634T4M5DlxSZzxO { width:26.375rem;height:2.25rem;top:14.875rem;left:21.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0AG0JOL2L83lA5wghcHU5mn4u2DAc8c { width:24.6875rem;height:7.8125rem;top:17.125rem;left:23.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XThTEb0cHBLpcUmIJtTbCSCHu4eocKV7 { width:22.3125rem;height:28.125rem;top:5.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IoCPJRBi1SAqPQBDpOucyylLdyNVnf0i { width:11.6875rem;height:11.6875rem;top:38.1875rem;left:0rem;font-size:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBkN70UgJsexRuryub7hocrHPJPUqRFO { width:11.6875rem;height:11.6875rem;top:38.1875rem;left:25.5625rem;font-size:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZUqKXzIDfdy5eL3be7E71AsSC49ZFlH { width:11.6875rem;height:11.6875rem;top:38.1875rem;left:36.0625rem;font-size:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyDkIT9VVT1Tl3G4VfrsIBzarP3SQwrT { display:block; }#dyDkIT9VVT1Tl3G4VfrsIBzarP3SQwrT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LfqlkhBaWLCSSWy7Iy5aL6BnIisG4Pdv { width:21.1875rem;height:3.0625rem;top:3.9375rem;left:24.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqU9lpgFAaTVoJdKAMTU817HO9teTIk4 { width:21.1875rem;height:4.6875rem;top:3.9375rem;left:24.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdEgS7NuEIi5UILC8pbf6TNooVVOGf0d { width:14.625rem;height:14.625rem;top:9.4375rem;left:9.25rem;font-size:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #egSoKX6kDaEwbI1eOHlFAvoDQ7TnTgpC { width:21.1875rem;height:1.1875rem;top:3.9375rem;left:24.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cc0VdhXv12fNKWivU8FliCyxTWB6mfL6 { width:21rem;height:5rem;top:3.919563293457rem;left:1.5500710606575rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWTTT7wc01OPNVRdRPD1Twd3K9e71nXV { width:21.1875rem;height:3.0625rem;top:3.9375rem;left:24.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2AICHkdHdFZcbzKrkX0V8Bsxa3ZbMaT { width:29.124625rem;height:6.8181875rem;top:2.40234375rem;left:9.3110795617106rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2rTaklxUBqmIeS9gCaLWvIsH66SiHgD { width:29.124625rem;height:6.8181875rem;top:2.40234375rem;left:9.3110795617106rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFQ00OBRr9tQmZ83rxgZwTp8H98QwyFI { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/lRVQV6I5/photo-1464746133101-a2c3f88e0dd9.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#uFQ00OBRr9tQmZ83rxgZwTp8H98QwyFI.adaptive-delivery-prevent-bg, #uFQ00OBRr9tQmZ83rxgZwTp8H98QwyFI.lazyload, #uFQ00OBRr9tQmZ83rxgZwTp8H98QwyFI.lazyloading { background-image: none; }#uFQ00OBRr9tQmZ83rxgZwTp8H98QwyFI > .row .container { background-color: transparent; background-image: none; }#uFQ00OBRr9tQmZ83rxgZwTp8H98QwyFI::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uFQ00OBRr9tQmZ83rxgZwTp8H98QwyFI > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uFQ00OBRr9tQmZ83rxgZwTp8H98QwyFI > .row .container > .video-iframe-container { display: none; }#uFQ00OBRr9tQmZ83rxgZwTp8H98QwyFI > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uFQ00OBRr9tQmZ83rxgZwTp8H98QwyFI > .row > .video-iframe-container { display: none; }#uFQ00OBRr9tQmZ83rxgZwTp8H98QwyFI > .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); }#uFQ00OBRr9tQmZ83rxgZwTp8H98QwyFI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #foPJwKqPEhBrfXcVhJGoV2fgFUJUMdt8 { width:8.5rem;height:3.375rem;top:3.125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1nNdpGfs06d2eBE8Ll249Xlf2K4NbBD { width:26.1875rem;height:2.75rem;top:7.4375rem;left:1.0625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5ByrvoeuGeDCwhTsyqTR1o95ZactTvG { width:25.5625rem;height:25.5625rem;top:7.4375rem;left:0.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7VRUtdgNgSSAxMw3xJ8ZCDXM80G5feE { width:24.875rem;height:2.75rem;top:30.25rem;left:6.96875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2676JhopbPZdidTW1rAZrGIa9T6sL6p { display:block; }#E2676JhopbPZdidTW1rAZrGIa9T6sL6p > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qBMTcI1I1OHlRZXaF4wRnksa72drczX7 { width:27.375rem;height:6.875rem;top:1.75rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUT7agFzNuD6aKzvJJ4aTJ5d2h0CCknk { width:22.8125rem;height:2.6875rem;top:11.375rem;left:0.53125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQfz9Mp1PyfQTmg7SZ045vOR5D8ey5TX { width:20rem;height:15rem;top:16.625rem;left:3rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2OGONG2tQtlBnUJc26ZD1yisiWtegrJ { width:2.5rem;height:3.1875rem;top:15.9375rem;left:0.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpBlEGs7W4FoHoV3r00BA40lBsFCIrnp { width:2.5rem;height:3.1875rem;top:17.875rem;left:0.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WeGcAFqWRQcleaKGpSJkJTmOgd4qntmF { width:2.5rem;height:3.1875rem;top:19.6875rem;left:0.9375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqPR0enIK1TqgLCR85Vi8mLJsX1kMeac { width:2.5rem;height:3.1875rem;top:23.4375rem;left:1.0625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXuUhWmtByITnVXiKlVTphkaenoUar6B { width:2.5rem;height:3.1875rem;top:27.1875rem;left:1.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcZuJRadPF4v75aRLvMn4X5zQZsvXQqA { width:22.375rem;height:13rem;top:22.875rem;left:24.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGR0h5acf08hkEwHBaPy0kiyLxqTtF25 { width:28.9375rem;height:16.25rem;top:2.4375rem;left:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vvsu41rXkVue3w5V0g9GfpCTl3bTbN1O { width:2.5rem;height:3.1875rem;top:13.375rem;left:0.375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #f5IuWQGgFXGH8pVDtFF7sBptL66WMAcV { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/lRVQV6I5/photo-1464746133101-a2c3f88e0dd9.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#f5IuWQGgFXGH8pVDtFF7sBptL66WMAcV.adaptive-delivery-prevent-bg, #f5IuWQGgFXGH8pVDtFF7sBptL66WMAcV.lazyload, #f5IuWQGgFXGH8pVDtFF7sBptL66WMAcV.lazyloading { background-image: none; }#f5IuWQGgFXGH8pVDtFF7sBptL66WMAcV > .row .container { background-color: transparent; background-image: none; }#f5IuWQGgFXGH8pVDtFF7sBptL66WMAcV::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#f5IuWQGgFXGH8pVDtFF7sBptL66WMAcV > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#f5IuWQGgFXGH8pVDtFF7sBptL66WMAcV > .row .container > .video-iframe-container { display: none; }#f5IuWQGgFXGH8pVDtFF7sBptL66WMAcV > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#f5IuWQGgFXGH8pVDtFF7sBptL66WMAcV > .row > .video-iframe-container { display: none; }#f5IuWQGgFXGH8pVDtFF7sBptL66WMAcV > .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); }#f5IuWQGgFXGH8pVDtFF7sBptL66WMAcV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AHTghF8sW9prdSGIyym5CHlpdTJQVkfw { width:9rem;height:3.375rem;top:2.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTB6muvFe7uKAImhMihDEzbzAEQ1ZvJH { top:7.9375rem;left:0rem;width:29.5rem;height:3.6875rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UA1LTgQdWsFlooL69MyqdmvLIaqUknPL { top:13.4375rem;left:0rem;width:12.8125rem;height:2.25rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzPwd1AK0UdLkKB9des5gKlAnO9bOdkX { top:15.6875rem;left:0rem;width:17.1875rem;height:1.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGMyd2bZpupNQD0O7q7KH7kJZTQDZbzu { top:19.9375rem;left:0rem;width:12.8125rem;height:2.25rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8T4Hft0JSn9t5AnPGyqdwHIueEmvBb9 { top:22.1875rem;left:0rem;width:20.625rem;height:1.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlITUlHUsIua66SH9yTZDUW7g8dyxPC3 { top:26.4375rem;left:0rem;width:12.8125rem;height:2.25rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQBTCr2kKROG36nz6GmdSX3IuoWn0v7J { top:28.6875rem;left:0rem;width:13.25rem;height:1.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DaaQEPqk956utNo81c5bh0mfCWdUbooZ { width:12.8125rem;height:3.25rem;top:14.875rem;left:33.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Shf0i0KrEfPVCuGRtONr3hxNDmSmLanT { width:12.5625rem;height:12.5625rem;top:2.375rem;left:31rem;display:block; }
 }@media only screen and (max-width: 763px) { #ciM8Do1iMpwTGF3tvlI2dvAXQLTc6l1c { width:21rem;height:17.1875rem;top:14rem;left:26.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbWpR1GXCxXGplPhprLviIg5ENFPt2wl { width:15.875rem;height:11rem;top:18.0625rem;left:31.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z54V0n6Gy7XpMT9xfDOdORQBsJUTT8mr { width:27.8125rem;height:11.0625rem;top:36.75rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfH4faxmDIl6aeAXL70W0GPEDH8Iqwny { width:29.9375rem;height:16.8125rem;top:47.25rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRhv4eksIwbkdyczQkHRgTssOErVaeBQ { top:35.75rem;left:9.65625rem;width:28.4375rem;height:2.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnTdV1fafToz4Lef2qBvPOymQlcXAVTE { display:block; }#LnTdV1fafToz4Lef2qBvPOymQlcXAVTE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lRv0MZTEq0DXuseRBNxQmDztd0HCoO6J { width:26.5625rem;height:3.4375rem;top:15.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBsdh7dykVB0znLmNwT22qWVpd4Jb2Z0 { display:block; }
 }@media only screen and (max-width: 763px) { #vm6zVcFH3azwi5kwtgaGzqIDRteaWFkK { width:2.25rem;height:2.25rem;top:15.875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrtK7fpvp18ZQeLQrNoqATElWW8QJcb9 { width:24.9375rem;height:5.0625rem;top:9.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdKdpm84hLxaWssiHswrGHLgViwX1cdG { width:27.8125rem;height:2.625rem;top:6.375rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4Lg373GJs1EM2rQEDAQ00KBTTF0rlUg { width:23.6875rem;height:2rem;top:3.75rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZHuCgJJallOMTw4MgQismyOsLV0qbTv { width:3.0625rem;height:2.25rem;top:22.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oqtbw4XZw5WFcFBbqVG8FA10ebfQ4Rd0 { width:37.3125rem;height:;top:23.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-image:url("https://images.assets-landingi.com/cq1mavs3/taller_cumple_g.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ > .row > .video-iframe-container { display: none; }#ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ > .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) { #iX7pHJHmyzSdv6eS2THRZhzInO0d9EmL { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b1431f33-2044-4663-b0fe-6adc16f9bd71/12345678.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#iX7pHJHmyzSdv6eS2THRZhzInO0d9EmL.adaptive-delivery-prevent-bg, #iX7pHJHmyzSdv6eS2THRZhzInO0d9EmL.lazyload, #iX7pHJHmyzSdv6eS2THRZhzInO0d9EmL.lazyloading { background-image: none; }#iX7pHJHmyzSdv6eS2THRZhzInO0d9EmL > .row .container { background-color: transparent; background-image: none; }#iX7pHJHmyzSdv6eS2THRZhzInO0d9EmL::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iX7pHJHmyzSdv6eS2THRZhzInO0d9EmL > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iX7pHJHmyzSdv6eS2THRZhzInO0d9EmL > .row .container > .video-iframe-container { display: none; }#iX7pHJHmyzSdv6eS2THRZhzInO0d9EmL > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iX7pHJHmyzSdv6eS2THRZhzInO0d9EmL > .row > .video-iframe-container { display: none; }#iX7pHJHmyzSdv6eS2THRZhzInO0d9EmL > .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); }#iX7pHJHmyzSdv6eS2THRZhzInO0d9EmL > .row .container { border-width: 0; border-radius: 0; }#iX7pHJHmyzSdv6eS2THRZhzInO0d9EmL > .row .container { width:20rem;height:80.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZM31lQMPBqqQHX6I3mKLQOCswbW7hTBB { width:16.5625rem;height:3.5rem;top:69.50000190735rem;left:2.2500000596046rem;font-size:1.3125rem;background-color:#896aff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffffff;font-family:dosis;display:block; }
 }@media only screen and (max-width: 763px) { #WllnTdHR1X5qooCpUoaSV8ZNf05iyIwO { display:block; }
 }@media only screen and (max-width: 763px) { #LmaTJKy8WbeRbhQuOFOoeTxq9IqS5l37 { width:4.8125rem;height:2.4375rem;top:1.73046875rem;left:7.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yEmO7tSP7TZD9Q1SJFUzLD3kzg0PtdF2 { width:17.3125rem;height:4.4624rem;top:5.4674482345581rem;left:0rem;font-size:5.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #THp6Dqc42eOkNcc0S764PPbnWKArTyHV { width:18.75rem;height:1.29980625rem;top:4.16796875rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u2drwVyWwszMhL1SvHOFMRgyblx0AxEo { width:16.3125rem;height:1.01855625rem;top:10.4375rem;left:1.8437500596046rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zyplnQANd3wMO3h9pcWgENyw8UJ5RfPE { width:20rem;height:2.4375rem;top:73.87500190735rem;left:0rem;font-size:0.9375rem;color:#3f5256;display:block; }
 }@media only screen and (max-width: 763px) { #Iq9Qy6gA0uufJdFB02FdZN20mOPthHJZ { width:20rem;height:2.0869125rem;top:11.799478530884rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DFziCrVrtXa0MBrXysiBPT7RhkKnynJz { width:16.3125rem;height:;top:13.375rem;left:2.5000000596046rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:100017;display:block; }
 }@media only screen and (max-width: 763px) { #MWIPkCc8mNHizzUEX68THbhdpF5kd8o8 { background-color:#ffffff;background-image:none;display:block; }#MWIPkCc8mNHizzUEX68THbhdpF5kd8o8 > .row .container { background-color: transparent; background-image: none; }#MWIPkCc8mNHizzUEX68THbhdpF5kd8o8::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MWIPkCc8mNHizzUEX68THbhdpF5kd8o8 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MWIPkCc8mNHizzUEX68THbhdpF5kd8o8 > .row .container > .video-iframe-container { display: none; }#MWIPkCc8mNHizzUEX68THbhdpF5kd8o8 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MWIPkCc8mNHizzUEX68THbhdpF5kd8o8 > .row > .video-iframe-container { display: none; }#MWIPkCc8mNHizzUEX68THbhdpF5kd8o8 > .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); }#MWIPkCc8mNHizzUEX68THbhdpF5kd8o8 > .row .container { width:20rem;height:60.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #adIdaMqblkUXGB96ds2G356kGobcuUtG .widget-form-header {  }
#adIdaMqblkUXGB96ds2G356kGobcuUtG .widget-regular-label { height:auto;display:block;font-family:dosis;font-size:1.25rem;font-weight:bold;color:#1c1b1c;width:17.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;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left; }
#adIdaMqblkUXGB96ds2G356kGobcuUtG .widget-input-text { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#adIdaMqblkUXGB96ds2G356kGobcuUtG .widget-input-text {padding-top: 0; padding-bottom: 0;}#adIdaMqblkUXGB96ds2G356kGobcuUtG .widget-textarea { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#adIdaMqblkUXGB96ds2G356kGobcuUtG .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5rem;color:#646464;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#adIdaMqblkUXGB96ds2G356kGobcuUtG .widget-input-select {padding-top: 0; padding-bottom: 0;}#adIdaMqblkUXGB96ds2G356kGobcuUtG .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#adIdaMqblkUXGB96ds2G356kGobcuUtG .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#adIdaMqblkUXGB96ds2G356kGobcuUtG .widget-input-button { border-top-left-radius:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.625rem;background-color:#896aff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:0.9375rem;font-weight:bold;color:#f2f9ff;width:17.5rem;height:3.4375rem;font-family:"open sans";overflow:hidden; }
#adIdaMqblkUXGB96ds2G356kGobcuUtG [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#adIdaMqblkUXGB96ds2G356kGobcuUtG [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#adIdaMqblkUXGB96ds2G356kGobcuUtG [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#adIdaMqblkUXGB96ds2G356kGobcuUtG [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#adIdaMqblkUXGB96ds2G356kGobcuUtG .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.6875rem;font-weight:300;color:#000000;vertical-align:top;width:16.3125rem;overflow:hidden;font-style:normal; }
#adIdaMqblkUXGB96ds2G356kGobcuUtG .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#adIdaMqblkUXGB96ds2G356kGobcuUtG .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:2.5625rem;vertical-align:middle;font-family:"gotham narrow book";font-size:0.8125rem;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:2.7; }
#adIdaMqblkUXGB96ds2G356kGobcuUtG .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0;width:100%;font-size:0;height:auto; }
#adIdaMqblkUXGB96ds2G356kGobcuUtG .widget-container:first-of-type{padding-top:0;}#adIdaMqblkUXGB96ds2G356kGobcuUtG .widget-container:last-of-type{padding-bottom:0;}#adIdaMqblkUXGB96ds2G356kGobcuUtG  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(0,0,0,0.15) ;left:0rem;top:14.40625rem;z-index:100002; }
#adIdaMqblkUXGB96ds2G356kGobcuUtG .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem;display:block;vertical-align:top; }
#adIdaMqblkUXGB96ds2G356kGobcuUtG .widget-info-text { display:block;height:auto;font-family:dosis;font-size:1.0625rem;line-height:1.3;font-weight:700;color:#3c3c3b;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#adIdaMqblkUXGB96ds2G356kGobcuUtG {display:block;}#adIdaMqblkUXGB96ds2G356kGobcuUtG { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(0,0,0,0.15) ;left:0rem;top:14.40625rem;z-index:100002; }
 }@media only screen and (max-width: 763px) { #adIdaMqblkUXGB96ds2G356kGobcuUtG #x1RO5s8ChXkgST67tywhK7fbBwhil9RC {  }
 }@media only screen and (max-width: 763px) { #adIdaMqblkUXGB96ds2G356kGobcuUtG #zXo4CQvHN8f8lFZ3UnTKmt4AnL7hTLtm {  }
 }@media only screen and (max-width: 763px) { #adIdaMqblkUXGB96ds2G356kGobcuUtG #e3Ga033hCmNgW8Zaa5MW8bBT427FqBHO {  }
 }@media only screen and (max-width: 763px) { #adIdaMqblkUXGB96ds2G356kGobcuUtG #JKHCDc4U3VglPV64ZRac0lxOw1EXrT2w {  }
 }@media only screen and (max-width: 763px) { #adIdaMqblkUXGB96ds2G356kGobcuUtG #gEpl5yI3bEpGfzpuILJiZEsFapWa5Xpn {  }
 }@media only screen and (max-width: 763px) { #adIdaMqblkUXGB96ds2G356kGobcuUtG #vQxMKGPu8MQsRaKQ1aQVzDIsuyJwaS9v {  }
 }@media only screen and (max-width: 763px) { #adIdaMqblkUXGB96ds2G356kGobcuUtG #RA1gztTRdg7BhkC7WqzXw353q6LyF177 {  }
 }@media only screen and (max-width: 763px) { #adIdaMqblkUXGB96ds2G356kGobcuUtG #rEAZgMeDqQwkhVqQpE9ygnceh8RI40gT {  }
 }@media only screen and (max-width: 763px) { #adIdaMqblkUXGB96ds2G356kGobcuUtG #XX9qDC2tsNoGGeLGFWox5ETimOwJPAVx {  }
 }@media only screen and (max-width: 763px) { #adIdaMqblkUXGB96ds2G356kGobcuUtG #MWTHCuJHB3AWRJnySEMrvCCvDn0Brtqm {  }
 }@media only screen and (max-width: 763px) { #adIdaMqblkUXGB96ds2G356kGobcuUtG #IIkIS8wyi4IyEU1ZG3PTT5PGyTWgLBeW {  }
 }@media only screen and (max-width: 763px) { #adIdaMqblkUXGB96ds2G356kGobcuUtG #aBk9Qt5T0wT3GQ5R24CODsP4HrFDum19 {  }
 }@media only screen and (max-width: 763px) { #adIdaMqblkUXGB96ds2G356kGobcuUtG #I9F6RrsHbAtOMVo0NHD67qE7rwLMcISW {  }
 }@media only screen and (max-width: 763px) { #adIdaMqblkUXGB96ds2G356kGobcuUtG #megagcR0KV2gDRuAq5XGC11E8Hz01O0p {  }
 }@media only screen and (max-width: 763px) { #adIdaMqblkUXGB96ds2G356kGobcuUtG #iqqZ1Mtnvue4yGTopMzC8lFUeOV8M8ra {  }
 }@media only screen and (max-width: 763px) { #adIdaMqblkUXGB96ds2G356kGobcuUtG #WP8Bs5noUQNTLWnWCnzdc90Fb0Du7szQ {  }
 }@media only screen and (max-width: 763px) { #adIdaMqblkUXGB96ds2G356kGobcuUtG #chw7VKReps4o8DHwyZRo6aa2ppgX0LBK {  }
 }@media only screen and (max-width: 763px) { #adIdaMqblkUXGB96ds2G356kGobcuUtG #xOXIoepvZVSfoKXhyXcx8SorCv1Vw2vb {  }
 }@media only screen and (max-width: 763px) { #adIdaMqblkUXGB96ds2G356kGobcuUtG #UFLNNN40H8BfHdk26tZiTRyOiIxTvylk {  }
 }@media only screen and (max-width: 763px) { #adIdaMqblkUXGB96ds2G356kGobcuUtG #PVoXd4TMSKzeCItUuNpQ2qzI4U5AxLm4 {  }
 }@media only screen and (max-width: 763px) { #adIdaMqblkUXGB96ds2G356kGobcuUtG #iZOpBvTKeZthdgrTTILvOnQ1XT3av6G6 {  }
 }@media only screen and (max-width: 763px) { #adIdaMqblkUXGB96ds2G356kGobcuUtG #LMmPNWRepxg9967VsH9gK6XQO5wOOo7p {  }
 }@media only screen and (max-width: 763px) { #WcaFN0Hu9lm61SwXUSoD7THxpzDFoz7z { width:14.75rem;height:3.9375rem;top:7.765625rem;left:2.625rem;font-size:1.3125rem;font-family:dosis;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #wt7CJr475iOacqgQsMkUx2542FMsKSq5 { width:2.3125rem;height:2.3125rem;top:2.75rem;left:8.84375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tk3WpQX7NF5exk3Nyo7iv40e4PH2c6HG { width:20rem;height:1.3125rem;top:5.9375rem;left:0rem;font-size:1.3125rem;font-family:dosis;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #d7phEg4Pg4Ww8sIl3dBvZ7Ll7uTILHPy { display:block; }#d7phEg4Pg4Ww8sIl3dBvZ7Ll7uTILHPy > .row .container { width:20rem;height:187.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AyEnyZc6Al0TJQcu3f6M4wCMnO5opeuU { width:20rem;height:3rem;top:28.84375rem;left:0rem;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.2;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CVzCX7pEptsTmZ9lhi2hFwz587Nd0WZ8 { width:4.3125rem;height:4.3125rem;top:94.9375rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWzBSHn8ofgAApqkcwrdU0BJPT2SNnGB { width:11.6875rem;height:11.6875rem;top:154.8125rem;left:4.1875rem;font-size:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bb2gO1qlQp5sydFUVyDqz34fruILf3w1 { width:4.125rem;height:4.125rem;top:158.625rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2v5Mm14tau9E7rHpbN9DR2fktXU3W3C { width:4.5rem;height:4.5rem;top:124.6875rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6rbCSCXondzI4MXIfwWT9QwtEzNiDIF { width:11.375rem;height:2.5996125rem;top:102rem;left:4.3125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gDqtVJTU4SeBvg7PO9FXiFHhIuxcUcpM { width:13.5rem;height:11.15625rem;top:106.625rem;left:3.25rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #COTaVCqw0IbMK007U3lqUAcH3yUM4JhV { width:15.25rem;height:2.5996125rem;top:165.6875rem;left:2.375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e06WZruQHef5FzunRrtb8UU2QJfcsWmK { width:11.5625rem;height:12rem;top:170.75rem;left:4.25rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XJhu7XrJVQJEL2H12Jbc1JGlfKHmTn7v { width:14.0625rem;height:15.6875rem;top:73.625rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wrsouy0W8k8cRA4bQFAL04225FyNIfQ9 { width:11.6875rem;height:10.2607375rem;top:76.37109375rem;left:4.15625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mhU7RvqHDCNONsAInwQklNvi1XiOIUqv { width:18.375rem;height:2.5996125rem;top:70.25rem;left:0.81250005960463rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L4z7IJTmDPKUHSMZ34Cg9rfQhROhNarQ { width:14rem;height:11.9609375rem;top:139.5625rem;left:2.8125rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HRoVlQ4qncl06T7dP1qexyqS5nRGzi8o { width:13.125rem;height:4.875rem;top:132.0625rem;left:3.4375rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z8ZwWJx8UqoE1q2mb5m94zozMhTxzp1g { width:16.0625rem;height:2.0625rem;top:58.5087890625rem;left:1.96875rem;font-size:1.875rem;font-weight:400;font-style:normal;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #T15fRR5NX3Vr0kOHsp0q6cn3b6R91Vho { width:5.625rem;height:5.625rem;top:63.1962890625rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlysU2vZy9xEkKyOy2GfxRTBeyWJSln1 { width:14.375rem;height:13.3125rem;top:105.5625rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnCxvnzDDhvklpgfbHRKoXH0Q9tpvDOb { width:14.625rem;height:16.5625rem;top:168.875rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xybRRD0GTD6Ov6zoz5gnHuRknEUaUllu { width:14.75rem;height:14.125rem;top:138.4375rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #awwwe49guVdlqVqkobkMmB7hVG59FLrv { width:20rem;height:1.625rem;top:33.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hX0ch28GluIqfzdAg634T4M5DlxSZzxO { width:20rem;height:4.5rem;top:36.1875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0AG0JOL2L83lA5wghcHU5mn4u2DAc8c { width:20rem;height:11.0854375rem;top:41.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XThTEb0cHBLpcUmIJtTbCSCHu4eocKV7 { width:20rem;height:25.2099375rem;top:1.3837890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IoCPJRBi1SAqPQBDpOucyylLdyNVnf0i { width:11.6875rem;height:11.6875rem;top:91.5625rem;left:4.1875rem;font-size:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBkN70UgJsexRuryub7hocrHPJPUqRFO { width:11.6875rem;height:11.6875rem;top:60.1650390625rem;left:3.875rem;font-size:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZUqKXzIDfdy5eL3be7E71AsSC49ZFlH { width:11.6875rem;height:11.6875rem;top:121.125rem;left:4.1875rem;font-size:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyDkIT9VVT1Tl3G4VfrsIBzarP3SQwrT { display:none; }#dyDkIT9VVT1Tl3G4VfrsIBzarP3SQwrT > .row .container { width:20rem;height:33.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LfqlkhBaWLCSSWy7Iy5aL6BnIisG4Pdv { width:13.5rem;height:3.67480625rem;top:22.8984375rem;left:3.25rem;text-align:center;text-align-last:center;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqU9lpgFAaTVoJdKAMTU817HO9teTIk4 { width:12.3125rem;height:1.04980625rem;top:19rem;left:3.84375rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #WdEgS7NuEIi5UILC8pbf6TNooVVOGf0d { width:12.8125rem;height:12.8125rem;top:6.1875rem;left:3.59375rem;font-size:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #egSoKX6kDaEwbI1eOHlFAvoDQ7TnTgpC { width:4rem;height:2.25rem;top:11.46875rem;left:8rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cc0VdhXv12fNKWivU8FliCyxTWB6mfL6 { width:19.6875rem;height:2.0996125rem;top:16.9619140625rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWTTT7wc01OPNVRdRPD1Twd3K9e71nXV { width:10.875rem;height:2.7122375rem;top:20.1875rem;left:4.5625rem;text-align:center;text-align-last:center;font-size:1.9375rem;font-family:"bree bold";font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #q2AICHkdHdFZcbzKrkX0V8Bsxa3ZbMaT { width:20rem;height:3.486975rem;top:3.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2rTaklxUBqmIeS9gCaLWvIsH66SiHgD { width:20rem;height:4.5546875rem;top:27.82324375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFQ00OBRr9tQmZ83rxgZwTp8H98QwyFI { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/d0a2e24f-3dac-4aa3-8d41-23277f6ec4da/celphone2.png");background-position:top center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#uFQ00OBRr9tQmZ83rxgZwTp8H98QwyFI.adaptive-delivery-prevent-bg, #uFQ00OBRr9tQmZ83rxgZwTp8H98QwyFI.lazyload, #uFQ00OBRr9tQmZ83rxgZwTp8H98QwyFI.lazyloading { background-image: none; }#uFQ00OBRr9tQmZ83rxgZwTp8H98QwyFI > .row .container { border-width: 0; border-radius: 0; }#uFQ00OBRr9tQmZ83rxgZwTp8H98QwyFI > .row .container { width:20rem;height:57rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #foPJwKqPEhBrfXcVhJGoV2fgFUJUMdt8 { width:6.625rem;height:2.625rem;top:0.75rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1nNdpGfs06d2eBE8Ll249Xlf2K4NbBD { width:18.375rem;height:2.35611875rem;top:3.375rem;left:0.8125rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T5ByrvoeuGeDCwhTsyqTR1o95ZactTvG { width:19.125rem;height:19.125rem;top:3.375rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7VRUtdgNgSSAxMw3xJ8ZCDXM80G5feE { width:20rem;height:2.35611875rem;top:19.58203125rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E2676JhopbPZdidTW1rAZrGIa9T6sL6p { display:block; }#E2676JhopbPZdidTW1rAZrGIa9T6sL6p > .row .container { width:20rem;height:60rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qBMTcI1I1OHlRZXaF4wRnksa72drczX7 { width:20rem;height:2rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUT7agFzNuD6aKzvJJ4aTJ5d2h0CCknk { width:20rem;height:2.25rem;top:6.6015625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQfz9Mp1PyfQTmg7SZ045vOR5D8ey5TX { width:15rem;height:20.39845rem;top:9.8125rem;left:4.125rem;text-align:left;text-align-last:left;font-size:1.0625rem;line-height:2.4;display:block; }
 }@media only screen and (max-width: 763px) { #R2OGONG2tQtlBnUJc26ZD1yisiWtegrJ { width:2.6875rem;height:3.1875rem;top:11.9375rem;left:1.5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpBlEGs7W4FoHoV3r00BA40lBsFCIrnp { width:2.5rem;height:3.1875rem;top:17.875rem;left:8.75rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WeGcAFqWRQcleaKGpSJkJTmOgd4qntmF { width:2.5rem;height:3.1875rem;top:17.0625rem;left:1.6875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqPR0enIK1TqgLCR85Vi8mLJsX1kMeac { width:2.5rem;height:3.1875rem;top:21.9375rem;left:1.6875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXuUhWmtByITnVXiKlVTphkaenoUar6B { width:2.5rem;height:3.1875rem;top:27.0625rem;left:1.6875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcZuJRadPF4v75aRLvMn4X5zQZsvXQqA { width:16.5rem;height:9.44825rem;top:45.25rem;left:1.75rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGR0h5acf08hkEwHBaPy0kiyLxqTtF25 { height:11.2305rem;width:20rem;top:32.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vvsu41rXkVue3w5V0g9GfpCTl3bTbN1O { width:2.6875rem;height:3.1875rem;top:9.5rem;left:1.5rem;font-size:2.1875rem;z-index:100016;display:block; }
 }@media only screen and (max-width: 763px) { #f5IuWQGgFXGH8pVDtFF7sBptL66WMAcV { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/7e2b9314-9b93-4fc2-a2e4-e7d468328191/FlyerYogaton2022.png");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#f5IuWQGgFXGH8pVDtFF7sBptL66WMAcV.adaptive-delivery-prevent-bg, #f5IuWQGgFXGH8pVDtFF7sBptL66WMAcV.lazyload, #f5IuWQGgFXGH8pVDtFF7sBptL66WMAcV.lazyloading { background-image: none; }#f5IuWQGgFXGH8pVDtFF7sBptL66WMAcV > .row .container { background-color: transparent; background-image: none; }#f5IuWQGgFXGH8pVDtFF7sBptL66WMAcV::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#f5IuWQGgFXGH8pVDtFF7sBptL66WMAcV > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#f5IuWQGgFXGH8pVDtFF7sBptL66WMAcV > .row .container > .video-iframe-container { display: none; }#f5IuWQGgFXGH8pVDtFF7sBptL66WMAcV > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#f5IuWQGgFXGH8pVDtFF7sBptL66WMAcV > .row > .video-iframe-container { display: none; }#f5IuWQGgFXGH8pVDtFF7sBptL66WMAcV > .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); }#f5IuWQGgFXGH8pVDtFF7sBptL66WMAcV > .row .container { width:20rem;height:106.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AHTghF8sW9prdSGIyym5CHlpdTJQVkfw { width:7rem;height:2.625rem;top:1.3125rem;left:6.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTB6muvFe7uKAImhMihDEzbzAEQ1ZvJH { width:20rem;height:4.1621125rem;top:6.1171875rem;left:0rem;font-size:2.3125rem;text-align:center;text-align-last:center;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #UA1LTgQdWsFlooL69MyqdmvLIaqUknPL { width:12.8125rem;height:2.19986875rem;top:33.3125rem;left:3.59375rem;font-size:2rem;text-align:center;text-align-last:center;font-family:"source sans pro";color:#3f3c3c;display:block; }
 }@media only screen and (max-width: 763px) { #ZzPwd1AK0UdLkKB9des5gKlAnO9bOdkX { width:17.1875rem;height:4.4619125rem;top:35.51171875rem;left:1.125rem;font-size:2rem;text-align:center;text-align-last:center;font-family:"source sans pro";color:#3f3c3c;display:block; }
 }@media only screen and (max-width: 763px) { #TGMyd2bZpupNQD0O7q7KH7kJZTQDZbzu { width:12.8125rem;height:2.19986875rem;top:12.78515625rem;left:3.59375rem;font-size:2rem;text-align:center;text-align-last:center;font-family:"source sans pro";color:#3f3c3c;display:block; }
 }@media only screen and (max-width: 763px) { #g8T4Hft0JSn9t5AnPGyqdwHIueEmvBb9 { width:20rem;height:4.4619125rem;top:14.984375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;font-family:"source sans pro";color:#3f3c3c;display:block; }
 }@media only screen and (max-width: 763px) { #nlITUlHUsIua66SH9yTZDUW7g8dyxPC3 { width:12.8125rem;height:2.19986875rem;top:23.1953125rem;left:3.65625rem;font-size:2rem;text-align:center;text-align-last:center;font-family:"source sans pro";color:#3f3c3c;display:block; }
 }@media only screen and (max-width: 763px) { #aQBTCr2kKROG36nz6GmdSX3IuoWn0v7J { width:13.25rem;height:4.4619125rem;top:25.39453125rem;left:3.375rem;font-size:2rem;text-align:center;text-align-last:center;font-family:"source sans pro";color:#3f3c3c;display:block; }
 }@media only screen and (max-width: 763px) { #DaaQEPqk956utNo81c5bh0mfCWdUbooZ { width:12.8125rem;height:3.25rem;top:58.3125rem;left:2.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Shf0i0KrEfPVCuGRtONr3hxNDmSmLanT { width:12.5625rem;height:12.5625rem;top:45.76953125rem;left:3.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ciM8Do1iMpwTGF3tvlI2dvAXQLTc6l1c { width:20rem;height:17.1875rem;top:57.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbWpR1GXCxXGplPhprLviIg5ENFPt2wl { width:15.875rem;height:11.0854375rem;top:61.5rem;left:2.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z54V0n6Gy7XpMT9xfDOdORQBsJUTT8mr { width:20rem;height:7.985375rem;top:82.81640625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfH4faxmDIl6aeAXL70W0GPEDH8Iqwny { height:11.25rem;width:20rem;top:93.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRhv4eksIwbkdyczQkHRgTssOErVaeBQ { width:20rem;height:1.7871125rem;top:82.10546875rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;font-family:dosis;color:#3f3c3c;display:block; }
 }@media only screen and (max-width: 763px) { #LnTdV1fafToz4Lef2qBvPOymQlcXAVTE { display:block; }#LnTdV1fafToz4Lef2qBvPOymQlcXAVTE > .row .container { width:20rem;height:35.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lRv0MZTEq0DXuseRBNxQmDztd0HCoO6J { width:18.75rem;height:3.4375rem;top:17.3994140625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBsdh7dykVB0znLmNwT22qWVpd4Jb2Z0 { display:block; }
 }@media only screen and (max-width: 763px) { #vm6zVcFH3azwi5kwtgaGzqIDRteaWFkK { width:2.25rem;height:2.25rem;top:17.9931640625rem;left:2.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrtK7fpvp18ZQeLQrNoqATElWW8QJcb9 { width:20rem;height:4.38720625rem;top:10.17480625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdKdpm84hLxaWssiHswrGHLgViwX1cdG { width:20rem;height:4.79980625rem;top:4.125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4Lg373GJs1EM2rQEDAQ00KBTTF0rlUg { width:20rem;height:1.625rem;top:2.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZHuCgJJallOMTw4MgQismyOsLV0qbTv { width:3.25rem;height:2.375rem;top:26.1494140625rem;left:7.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oqtbw4XZw5WFcFBbqVG8FA10ebfQ4Rd0 { width:16.125rem;height:3.2119125rem;top:29.5244140625rem;left:1.9375rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }