.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-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);
}
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-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;
  }
}
body { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/V02YO7eu/ayur_dia.png");background-position:top right;background-repeat:no-repeat;background-attachment:fixed;background-size:cover;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(255,255,255,0.52);background-image:url("https://images.assets-landingi.com/V02YO7eu/ayur_dia.png");background-position:top right;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:14px;font-family:arial;height:730px;width:960px;overflow:visible;position:relative;display:block; }#PNmmpoPFK11kiQFyh6TtN7aPD2tp8rOt { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:254px;width:538px;top:84px;left:0px;overflow:hidden;display:block; }
#zaSMU2oRE7AsK6F3nD8sNHadLwrDJZgn { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:112px;width:112px;top:503px;left:213px;overflow:hidden;display:block; }
#AnO5n1EvtJc8qBrRossFZ7aXTvLMQZC1 { color:rgba(255,255,255,0.7);display:block;width:345px;position:absolute;font-family:"gotham narrow";font-size:28px;font-weight:300;z-index:100004;line-height:1.2;letter-spacing:0;top:337px;left:92px;height:66px;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; }
#q4kkdJb44VoSBziVfZUUeaowrxp4Pzaa { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #d40f47, rgba(212,15,71,0.4));background-image: -moz-linear-gradient(180deg, #d40f47, rgba(212,15,71,0.4));background-image: -ms-linear-gradient(180deg, #d40f47, rgba(212,15,71,0.4));background-image: -o-linear-gradient(180deg, #d40f47, rgba(212,15,71,0.4));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d40f47', endColorstr='#66d40f47' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d40f47', endColorstr='#66d40f47' );";background-image: linear-gradient(180deg, #d40f47, rgba(212,15,71,0.4));border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"gotham narrow";font-size:15px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:164px;height:44px;text-decoration:none;z-index:100009;text-align:center;text-align-last:center;top:428px;left:272px;display:block; }
#bP5BKUiiiLCP9r4hf2VkJTTLasIbl7Tn { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#mdXBMguqXxmhCBfrxy0NJVd36ynAImeE { position:absolute;display:block;z-index:100052;border-top:0;border-left:0;border-right:0;border-bottom:0;height:107px;width:107px;top:513px;left:103px;overflow:hidden;display:block; }
#xXMR6yQ8HwpXTZdxZ6EWIDV3cgG7F7w9 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,190,138,0.59), #fa9343);background-image: -moz-linear-gradient(180deg, rgba(255,190,138,0.59), #fa9343);background-image: -ms-linear-gradient(180deg, rgba(255,190,138,0.59), #fa9343);background-image: -o-linear-gradient(180deg, rgba(255,190,138,0.59), #fa9343);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#96ffbe8a', endColorstr='#fa9343' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#96ffbe8a', endColorstr='#fa9343' );";background-image: linear-gradient(180deg, rgba(255,190,138,0.59), #fa9343);border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"gotham narrow";font-size:15px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:164px;height:44px;text-decoration:none;z-index:100009;text-align:center;text-align-last:center;top:428px;left:93px;display:block; }
#bAIVC26TKdrbyISTKTXMxSHWNJX5QfeP { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#UTLnkk1wuBZebAwGzvmBpDqpSOJ2VdiT { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:47px;width:99px;top:538px;left:327px;overflow:hidden;display:block; }
#hwbFGPBmyTIpRHrhaJdDXmOJbrsswGQh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#hwbFGPBmyTIpRHrhaJdDXmOJbrsswGQh > .row .container { background-color: transparent; background-image: none; }#hwbFGPBmyTIpRHrhaJdDXmOJbrsswGQh::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hwbFGPBmyTIpRHrhaJdDXmOJbrsswGQh > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hwbFGPBmyTIpRHrhaJdDXmOJbrsswGQh > .row .container > .video-iframe-container { display: none; }#hwbFGPBmyTIpRHrhaJdDXmOJbrsswGQh > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hwbFGPBmyTIpRHrhaJdDXmOJbrsswGQh > .row > .video-iframe-container { display: none; }#hwbFGPBmyTIpRHrhaJdDXmOJbrsswGQh > .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); }#hwbFGPBmyTIpRHrhaJdDXmOJbrsswGQh > .row .container { border-width: 0; border-radius: 0; }#hwbFGPBmyTIpRHrhaJdDXmOJbrsswGQh > .row .container { font-size:14px;font-family:arial;height:113px;width:960px;position:relative;display:block; }#gKsVTuTgUgcyraOhlKB79Gh3Wx9onAWV { color:#000000;display:block;width:374px;position:absolute;font-family:"gotham narrow";font-size:43px;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:29px;left:280.5px;height:55px;font-style:normal;display:block; }
#CUgQNJWVVB2F6Or7WULnpcm9bIszJEtu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#CUgQNJWVVB2F6Or7WULnpcm9bIszJEtu > .row .container { background-color: transparent; background-image: none; }#CUgQNJWVVB2F6Or7WULnpcm9bIszJEtu::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CUgQNJWVVB2F6Or7WULnpcm9bIszJEtu > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CUgQNJWVVB2F6Or7WULnpcm9bIszJEtu > .row .container > .video-iframe-container { display: none; }#CUgQNJWVVB2F6Or7WULnpcm9bIszJEtu > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CUgQNJWVVB2F6Or7WULnpcm9bIszJEtu > .row > .video-iframe-container { display: none; }#CUgQNJWVVB2F6Or7WULnpcm9bIszJEtu > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CUgQNJWVVB2F6Or7WULnpcm9bIszJEtu > .row .container { border-width: 0; border-radius: 0; }#CUgQNJWVVB2F6Or7WULnpcm9bIszJEtu > .row .container { font-size:14px;font-family:arial;height:220px;width:960px;position:relative;display:block; }#vrU7WeXEZmZTZUhZBxqKNEvWR86Z0Z95 { color:#383838;display:block;width:243px;position:absolute;font-family:lato;font-size:19px;font-weight:400;z-index:100006;line-height:1;letter-spacing:0;top:140px;left:0px;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; }
#HhhLydOv0mh95WfKbrO2Ja7IkVJfCKbc { color:#383838;display:block;width:226px;position:absolute;font-family:lato;font-size:19px;font-weight:400;z-index:100008;line-height:1;letter-spacing:0;top:140px;left:247px;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#mO916Bdu6JpW1QErxsoAo7grX2VGfZv7 { color:#383838;display:block;width:191px;position:absolute;font-family:lato;font-size:19px;font-weight:400;z-index:100008;line-height:1.1;letter-spacing:0;top:139px;left:504.5px;height:40px;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#AmZnz5ITKOTwEaEOE1FwSal5ReaVPF7k { color:#383838;display:block;width:159px;position:absolute;font-family:lato;font-size:19px;font-weight:400;z-index:100009;line-height:1;letter-spacing:0;top:140px;left:760.5px;height:38px;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; }
#LMRcRgKcrvg3U0pWTx9BN7GQbq5G34u9 { position:absolute;display:block;z-index:100027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(250,147,67,0.55), rgba(250,147,67,0.7));background-image: -moz-linear-gradient(180deg, rgba(250,147,67,0.55), rgba(250,147,67,0.7));background-image: -ms-linear-gradient(180deg, rgba(250,147,67,0.55), rgba(250,147,67,0.7));background-image: -o-linear-gradient(180deg, rgba(250,147,67,0.55), rgba(250,147,67,0.7));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8cfa9343', endColorstr='#b2fa9343' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8cfa9343', endColorstr='#b2fa9343' );";background-image: linear-gradient(180deg, rgba(250,147,67,0.55), rgba(250,147,67,0.7));border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:125px;border-top-right-radius:125px;border-bottom-left-radius:125px;border-bottom-right-radius:125px;height:84px;width:84px;top:35px;left:78px;display:block; }
#JKHwmn047zUvfSCaPdapM4cDAW6MOGrd { position:absolute;display:block;z-index:100028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(250,147,67,0.55), rgba(250,147,67,0.7));background-image: -moz-linear-gradient(180deg, rgba(250,147,67,0.55), rgba(250,147,67,0.7));background-image: -ms-linear-gradient(180deg, rgba(250,147,67,0.55), rgba(250,147,67,0.7));background-image: -o-linear-gradient(180deg, rgba(250,147,67,0.55), rgba(250,147,67,0.7));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8cfa9343', endColorstr='#b2fa9343' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8cfa9343', endColorstr='#b2fa9343' );";background-image: linear-gradient(180deg, rgba(250,147,67,0.55), rgba(250,147,67,0.7));border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:125px;border-top-right-radius:125px;border-bottom-left-radius:125px;border-bottom-right-radius:125px;height:84px;width:84px;top:35px;left:318px;display:block; }
#JeR8cezL4rzJHEN13ZZnWtngcoo1fTkQ { position:absolute;display:block;z-index:100029;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(250,147,67,0.55), rgba(250,147,67,0.7));background-image: -moz-linear-gradient(180deg, rgba(250,147,67,0.55), rgba(250,147,67,0.7));background-image: -ms-linear-gradient(180deg, rgba(250,147,67,0.55), rgba(250,147,67,0.7));background-image: -o-linear-gradient(180deg, rgba(250,147,67,0.55), rgba(250,147,67,0.7));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8cfa9343', endColorstr='#b2fa9343' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8cfa9343', endColorstr='#b2fa9343' );";background-image: linear-gradient(180deg, rgba(250,147,67,0.55), rgba(250,147,67,0.7));border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:125px;border-top-right-radius:125px;border-bottom-left-radius:125px;border-bottom-right-radius:125px;height:84px;width:84px;top:35px;left:558px;display:block; }
#BQwKgDOk5cWCthg0xR9JoT74mWnRUBT3 { position:absolute;display:block;z-index:100030;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(250,147,67,0.55), rgba(250,147,67,0.7));background-image: -moz-linear-gradient(180deg, rgba(250,147,67,0.55), rgba(250,147,67,0.7));background-image: -ms-linear-gradient(180deg, rgba(250,147,67,0.55), rgba(250,147,67,0.7));background-image: -o-linear-gradient(180deg, rgba(250,147,67,0.55), rgba(250,147,67,0.7));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8cfa9343', endColorstr='#b2fa9343' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8cfa9343', endColorstr='#b2fa9343' );";background-image: linear-gradient(180deg, rgba(250,147,67,0.55), rgba(250,147,67,0.7));border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:125px;border-top-right-radius:125px;border-bottom-left-radius:125px;border-bottom-right-radius:125px;height:84px;width:84px;top:35px;left:798px;display:block; }
#LVBT6vL6LLB0kOAUAg6ab8LsT3pUUGFa { box-sizing:content-box;color:#ffffff;font-size:49px;font-weight:400;line-height:1;height:70px;width:70px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100034;top:42px;left:805px;display:block; }
#aM5cT3XzadEGykE6ehbObMhT0D1bRuIV { box-sizing:content-box;color:#ffffff;font-size:47px;font-weight:400;line-height:1;height:68px;width:68px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100033;top:47px;left:568px;display:block; }
#eOhF7OyUOG06zC7p1iIhNZM3gm6GETx1 { box-sizing:content-box;color:#ffffff;font-size:50px;font-weight:400;line-height:1;height:72px;width:72px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100032;top:43px;left:324px;display:block; }
#Gx8qtfy5KuVRQAAvwIG6txFFfR1LJZ3C { box-sizing:content-box;color:#ffffff;font-size:43px;font-weight:400;line-height:1;height:62px;width:62px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100031;top:45px;left:91px;display:block; }
#nvfXq9T8toA2M9BlVdygRAwVEJ8GA9NT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.5);background-image:none;position:relative;display:block; }#nvfXq9T8toA2M9BlVdygRAwVEJ8GA9NT > .row .container { background-color: transparent; background-image: none; }#nvfXq9T8toA2M9BlVdygRAwVEJ8GA9NT::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nvfXq9T8toA2M9BlVdygRAwVEJ8GA9NT > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nvfXq9T8toA2M9BlVdygRAwVEJ8GA9NT > .row .container > .video-iframe-container { display: none; }#nvfXq9T8toA2M9BlVdygRAwVEJ8GA9NT > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nvfXq9T8toA2M9BlVdygRAwVEJ8GA9NT > .row > .video-iframe-container { display: none; }#nvfXq9T8toA2M9BlVdygRAwVEJ8GA9NT > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nvfXq9T8toA2M9BlVdygRAwVEJ8GA9NT > .row .container { border-width: 0; border-radius: 0; }#nvfXq9T8toA2M9BlVdygRAwVEJ8GA9NT > .row .container { font-size:14px;font-family:arial;height:395px;width:960px;position:relative;display:block; }#fV57nav7Q8fto1hlC2TQA625czrXWfD7 { color:rgba(255,255,255,0.7);display:block;width:410px;position:absolute;font-family:"gotham narrow";font-size:19px;font-weight:300;z-index:100005;line-height:1.2;letter-spacing:0;top:81px;left:93px;height:22px;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; }
#o4g7xNV4aLzR9JXVGiABaHNcCG9XySrJ { color:rgba(255,255,255,0.7);display:block;width:434px;position:absolute;font-family:"gotham narrow";font-size:17px;font-weight:300;z-index:100006;line-height:1.2;letter-spacing:0;top:34px;left:23px;height:200px;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ibzTUe83T7V8VUzNRKZF53E6Gwv7LA9a { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:258px;width:461px;top:45px;left:489.5px;display:block; }
#hZ2ONEPuOxeQ6CtXHMHkZduLfSNbMeB6 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,190,138,0.59), #fa9343);background-image: -moz-linear-gradient(180deg, rgba(255,190,138,0.59), #fa9343);background-image: -ms-linear-gradient(180deg, rgba(255,190,138,0.59), #fa9343);background-image: -o-linear-gradient(180deg, rgba(255,190,138,0.59), #fa9343);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#96ffbe8a', endColorstr='#fa9343' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#96ffbe8a', endColorstr='#fa9343' );";background-image: linear-gradient(180deg, rgba(255,190,138,0.59), #fa9343);border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"gotham narrow";font-size:15px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:164px;height:44px;text-decoration:none;z-index:100008;text-align:center;text-align-last:center;top:331px;left:158px;display:block; }
#SwiJloqGFgbrw7tCNwbqCc983aiMy0kZ { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#OtWoy9K9ZKeG1rhqpepzZM80sFmTBxEV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#OtWoy9K9ZKeG1rhqpepzZM80sFmTBxEV > .row .container { background-color: transparent; background-image: none; }#OtWoy9K9ZKeG1rhqpepzZM80sFmTBxEV::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OtWoy9K9ZKeG1rhqpepzZM80sFmTBxEV > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OtWoy9K9ZKeG1rhqpepzZM80sFmTBxEV > .row .container > .video-iframe-container { display: none; }#OtWoy9K9ZKeG1rhqpepzZM80sFmTBxEV > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OtWoy9K9ZKeG1rhqpepzZM80sFmTBxEV > .row > .video-iframe-container { display: none; }#OtWoy9K9ZKeG1rhqpepzZM80sFmTBxEV > .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); }#OtWoy9K9ZKeG1rhqpepzZM80sFmTBxEV > .row .container { border-width: 0; border-radius: 0; }#OtWoy9K9ZKeG1rhqpepzZM80sFmTBxEV > .row .container { font-size:14px;font-family:arial;height:110px;width:960px;position:relative;display:block; }#ovMKTONPUX8PxVIO7BWepv0vDbsWGNnp { color:#000000;display:block;width:550px;position:absolute;font-family:"gotham narrow";font-size:43px;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;top:27.5px;left:205px;height:55px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Hx68hnRLwlshWQGBTX21Jq4gMeiohxa4 { color:#000000;display:block;width:556px;position:absolute;font-family:"gotham narrow";font-size:43px;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:27.5px;left:202px;height:55px;font-style:normal;display:none; }
#asrtsecH3ofwGkdZdNRLF8hul009aNsX { color:#000000;display:block;width:550px;position:absolute;font-family:"gotham narrow";font-size:43px;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;top:27.5px;left:205px;height:55px;font-style:normal;text-align:center;text-align-last:center;display:none; }
#U2icrAMopTGIKUWiW5uThhV2NJogVtLq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.5);background-image:none;position:relative;display:block; }#U2icrAMopTGIKUWiW5uThhV2NJogVtLq > .row .container { background-color: transparent; background-image: none; }#U2icrAMopTGIKUWiW5uThhV2NJogVtLq::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#U2icrAMopTGIKUWiW5uThhV2NJogVtLq > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#U2icrAMopTGIKUWiW5uThhV2NJogVtLq > .row .container > .video-iframe-container { display: none; }#U2icrAMopTGIKUWiW5uThhV2NJogVtLq > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#U2icrAMopTGIKUWiW5uThhV2NJogVtLq > .row > .video-iframe-container { display: none; }#U2icrAMopTGIKUWiW5uThhV2NJogVtLq > .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); }#U2icrAMopTGIKUWiW5uThhV2NJogVtLq > .row .container { border-width: 0; border-radius: 0; }#U2icrAMopTGIKUWiW5uThhV2NJogVtLq > .row .container { font-size:14px;font-family:arial;height:383px;width:960px;position:relative;display:block; }#IeUuKzwT9au3DnaF49e4Dsiod9rPZhMT { color:#383838;display:block;width:136px;position:absolute;font-family:lato;font-size:22px;font-weight:400;z-index:100007;line-height:1;letter-spacing:0;top:244px;left:412px;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; }
#XCdEveDq6T5wTTrCsTT5IuVvHfX4311h { position:absolute;display:block;z-index:100006;background-color:rgba(250,147,67,0.6);background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;height:77px;width:206px;top:281px;left:377px;display:block; }
#SGUcvrOI2xIkclTmuXhmBrTGsSim2LAX { color:#383838;display:block;width:158px;position:absolute;font-family:lato;font-size:20px;font-weight:400;z-index:100012;line-height:1;letter-spacing:0;top:299.5px;left:401px;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; }
#A1TGJRsVCGh8BiU5or8r2QlocDI86CfL { position:absolute;display:block;z-index:100028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(250,147,67,0.55), rgba(250,147,67,0.7));background-image: -moz-linear-gradient(180deg, rgba(250,147,67,0.55), rgba(250,147,67,0.7));background-image: -ms-linear-gradient(180deg, rgba(250,147,67,0.55), rgba(250,147,67,0.7));background-image: -o-linear-gradient(180deg, rgba(250,147,67,0.55), rgba(250,147,67,0.7));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8cfa9343', endColorstr='#b2fa9343' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8cfa9343', endColorstr='#b2fa9343' );";background-image: linear-gradient(180deg, rgba(250,147,67,0.55), rgba(250,147,67,0.7));border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:125px;border-top-right-radius:125px;border-bottom-left-radius:125px;border-bottom-right-radius:125px;height:210px;width:210px;top:19px;left:374px;display:block; }
#RCux3nEtIrsHzIi9TzxSSXTMv2B8UTlk { position:absolute;display:block;z-index:100055;border-top:0;border-left:0;border-right:0;border-bottom:0;height:200px;width:200px;top:23px;left:379px;overflow:hidden;display:block; }
#FEikyGVy9TSsPS602Qexkkz5x970L99B { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.5);background-image:none;position:relative;display:none; }#FEikyGVy9TSsPS602Qexkkz5x970L99B > .row .container { border-width: 0; border-radius: 0; }#FEikyGVy9TSsPS602Qexkkz5x970L99B > .row .container { font-size:14px;font-family:arial;height:490px;width:960px;position:relative;display:none; }#ItCCd5UyOaurHwpxiJWNyAb09D1PSA0M { position:absolute;display:block;z-index:100057;border-top:0;border-left:0;border-right:0;border-bottom:0;height:200px;width:200px;top:40px;left:380px;overflow:hidden;display:block; }
#NTk04LxBFRRSa2qMLUVs60zbdpOOkGrh { position:absolute;display:block;z-index:100030;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(250,147,67,0.55), rgba(250,147,67,0.7));background-image: -moz-linear-gradient(180deg, rgba(250,147,67,0.55), rgba(250,147,67,0.7));background-image: -ms-linear-gradient(180deg, rgba(250,147,67,0.55), rgba(250,147,67,0.7));background-image: -o-linear-gradient(180deg, rgba(250,147,67,0.55), rgba(250,147,67,0.7));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8cfa9343', endColorstr='#b2fa9343' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8cfa9343', endColorstr='#b2fa9343' );";background-image: linear-gradient(180deg, rgba(250,147,67,0.55), rgba(250,147,67,0.7));border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:125px;border-top-right-radius:125px;border-bottom-left-radius:125px;border-bottom-right-radius:125px;height:210px;width:210px;top:36px;left:375px;display:block; }
#GePzShe0SH9zBSs8abyJz6bvGFaDmZ6t { position:absolute;display:block;z-index:100007;background-color:rgba(250,147,67,0.6);background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;height:125px;width:206px;top:328px;left:377px;display:block; }
#LqpnZe6cXG6kfq9fMchf7GKuawN0g5vB { color:#000000;display:block;width:228px;position:absolute;font-family:"gotham narrow";font-size:18px;font-weight:700;z-index:100060;line-height:1.3;letter-spacing:0;top:336px;left:366px;height:46px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nV8WQxTEHZpWtNZrrB535TZJU43MTsZQ { color:#383838;display:block;width:173px;position:absolute;font-family:lato;font-size:22px;font-weight:400;z-index:100009;line-height:1;letter-spacing:0;top:262px;left:393.5px;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; }
#TAgdTtUiyoudmufpt8fANlBqFENTAkIt { color:#383838;display:block;width:199px;position:absolute;font-family:lato;font-size:19px;font-weight:400;z-index:100009;line-height:1;letter-spacing:0;top:382px;left:381px;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; }
#erDTGmSnhK9IrdUcu10PIC0ApPepcfdZ { position:absolute;display:block;z-index:100056;border-top:0;border-left:0;border-right:0;border-bottom:0;height:200px;width:200px;top:41px;left:700px;overflow:hidden;display:block; }
#srJisaDICN3a0ekPVnmgmTUrplmZTCLC { position:absolute;display:block;z-index:100029;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(250,147,67,0.55), rgba(250,147,67,0.7));background-image: -moz-linear-gradient(180deg, rgba(250,147,67,0.55), rgba(250,147,67,0.7));background-image: -ms-linear-gradient(180deg, rgba(250,147,67,0.55), rgba(250,147,67,0.7));background-image: -o-linear-gradient(180deg, rgba(250,147,67,0.55), rgba(250,147,67,0.7));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8cfa9343', endColorstr='#b2fa9343' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8cfa9343', endColorstr='#b2fa9343' );";background-image: linear-gradient(180deg, rgba(250,147,67,0.55), rgba(250,147,67,0.7));border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:125px;border-top-right-radius:125px;border-bottom-left-radius:125px;border-bottom-right-radius:125px;height:210px;width:210px;top:36px;left:695px;display:block; }
#PMLvBWCHwlU6BhRRetvZM8yNtm5TccCM { color:#383838;display:block;width:136px;position:absolute;font-family:lato;font-size:22px;font-weight:400;z-index:100008;line-height:1;letter-spacing:0;top:262px;left:732px;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; }
#UTezUlxC70WAh5SU0uuU0GTygMtu4eEJ { position:absolute;display:block;z-index:100009;background-color:rgba(250,147,67,0.6);background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;height:125px;width:206px;top:328px;left:697px;display:block; }
#NoiD1hOdWITTMOwzF1NmfonwZRxMiQKb { color:#000000;display:block;width:228px;position:absolute;font-family:"gotham narrow";font-size:18px;font-weight:700;z-index:100062;line-height:1.3;letter-spacing:0;top:337px;left:686px;height:46px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Tr4qzIXk18rTAeMcW9JcVnp9sMEv5Ko1 { color:#383838;display:block;width:201px;position:absolute;font-family:lato;font-size:19px;font-weight:400;z-index:100011;line-height:1;letter-spacing:0;top:389px;left:700px;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; }
#cD1TXGEMsV3qzFRNENzIt4IHyOWQkZKE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#cD1TXGEMsV3qzFRNENzIt4IHyOWQkZKE > .row .container { background-color: transparent; background-image: none; }#cD1TXGEMsV3qzFRNENzIt4IHyOWQkZKE::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cD1TXGEMsV3qzFRNENzIt4IHyOWQkZKE > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cD1TXGEMsV3qzFRNENzIt4IHyOWQkZKE > .row .container > .video-iframe-container { display: none; }#cD1TXGEMsV3qzFRNENzIt4IHyOWQkZKE > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cD1TXGEMsV3qzFRNENzIt4IHyOWQkZKE > .row > .video-iframe-container { display: none; }#cD1TXGEMsV3qzFRNENzIt4IHyOWQkZKE > .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); }#cD1TXGEMsV3qzFRNENzIt4IHyOWQkZKE > .row .container { border-width: 0; border-radius: 0; }#cD1TXGEMsV3qzFRNENzIt4IHyOWQkZKE > .row .container { font-size:14px;font-family:arial;height:113px;width:960px;position:relative;display:block; }#CFkVg2Aw1yMirTAJtgtGcT8sVTTq5WRh { color:#000000;display:block;width:340px;position:absolute;font-family:"gotham narrow";font-size:43px;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:29px;left:310px;height:55px;font-style:normal;display:block; }
#qrAIXJHkvCIQMT2Tefct6UWomLMySZLv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#qrAIXJHkvCIQMT2Tefct6UWomLMySZLv > .row .container { background-color: transparent; background-image: none; }#qrAIXJHkvCIQMT2Tefct6UWomLMySZLv::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qrAIXJHkvCIQMT2Tefct6UWomLMySZLv > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qrAIXJHkvCIQMT2Tefct6UWomLMySZLv > .row .container > .video-iframe-container { display: none; }#qrAIXJHkvCIQMT2Tefct6UWomLMySZLv > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qrAIXJHkvCIQMT2Tefct6UWomLMySZLv > .row > .video-iframe-container { display: none; }#qrAIXJHkvCIQMT2Tefct6UWomLMySZLv > .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); }#qrAIXJHkvCIQMT2Tefct6UWomLMySZLv > .row .container { border-width: 0; border-radius: 0; }#qrAIXJHkvCIQMT2Tefct6UWomLMySZLv > .row .container { font-size:14px;font-family:arial;height:708px;width:960px;position:relative;display:block; }#GomdwCwDJd3SVIBh69mqyiswRDx6KrIx { color:#101010;display:block;width:315px;position:absolute;font-family:"gotham narrow";font-size:25px;font-weight:300;z-index:100011;line-height:1.1;letter-spacing:0;top:37px;left:309px;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; }
#Dxeh5T6TvHmgvQUK1Mfr9OZmHVaJrwPm { position:absolute;display:block;z-index:100009;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffcea2, rgba(250,147,67,0.95));background-image: -moz-linear-gradient(180deg, #ffcea2, rgba(250,147,67,0.95));background-image: -ms-linear-gradient(180deg, #ffcea2, rgba(250,147,67,0.95));background-image: -o-linear-gradient(180deg, #ffcea2, rgba(250,147,67,0.95));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcea2', endColorstr='#f2fa9343' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcea2', endColorstr='#f2fa9343' );";background-image: linear-gradient(180deg, #ffcea2, rgba(250,147,67,0.95));border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;height:41px;width:350px;top:30px;left:291px;display:block; }
#Lyclnf9Dtq7H4UBxCnPdnMH8FTvzxBb1 { position:absolute;display:block;z-index:100082;border-top:0;border-left:0;border-right:0;border-bottom:0;height:40px;width:40px;top:634px;left:261px;overflow:hidden;display:block; }
#J2zr5aSMCuM1pUx5xllak50EEQcrChyU { color:#101010;display:block;width:550px;position:absolute;font-family:"gotham narrow";font-size:25px;font-weight:300;z-index:100083;line-height:1.1;letter-spacing:0;top:647px;left:305px;height:27px;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#iHuAtUZhITnfHFG7xsGJ33lcIEsaoPSp { position:absolute;display:block;z-index:100081;border-top:0;border-left:0;border-right:0;border-bottom:0;height:40px;width:40px;top:592px;left:259px;overflow:hidden;display:block; }
#v4KCgVCS0VhUcvPgqJ1eTnnM5z89XNO1 { color:#101010;display:block;width:585px;position:absolute;font-family:"gotham narrow";font-size:25px;font-weight:300;z-index:100081;line-height:1.1;letter-spacing:0;top:601px;left:305px;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#i47i7pztgPuVanaSaZTIS1PUy9q3OdHh { color:#101010;display:block;width:550px;position:absolute;font-family:"gotham narrow";font-size:25px;font-weight:300;z-index:100079;line-height:1.1;letter-spacing:0;top:560px;left:306px;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#KbbIRTz2mzvK0sDIyoTkKgzdDo2qR1Nr { position:absolute;display:block;z-index:100079;border-top:0;border-left:0;border-right:0;border-bottom:0;height:40px;width:40px;top:549px;left:260px;overflow:hidden;display:block; }
#SiU96KMaJ5BIcBNc0xJpQbcIbRroR8AQ { color:#101010;display:block;width:550px;position:absolute;font-family:"gotham narrow";font-size:25px;font-weight:300;z-index:100077;line-height:1.1;letter-spacing:0;top:513px;left:307px;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#TTf2nlkDBnLVzuRVgV5B3xXaWM5T0dkt { position:absolute;display:block;z-index:100080;border-top:0;border-left:0;border-right:0;border-bottom:0;height:40px;width:40px;top:499px;left:261px;overflow:hidden;display:block; }
#OKwyaykdaxdiB4qnbgfGKtbn92CSOnTp { color:#101010;display:block;width:550px;position:absolute;font-family:"gotham narrow";font-size:25px;font-weight:300;z-index:100075;line-height:1.1;letter-spacing:0;top:467px;left:307px;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#L68GPPETbtaZv9vFx9qGZpvUR4NOZfI0 { position:absolute;display:block;z-index:100078;border-top:0;border-left:0;border-right:0;border-bottom:0;height:40px;width:40px;top:454px;left:261px;overflow:hidden;display:block; }
#EIXlCaAG8NA18pT3wILrgKeUh672rGvS { color:#101010;display:block;width:604px;position:absolute;font-family:"gotham narrow";font-size:25px;font-weight:300;z-index:100074;line-height:1.1;letter-spacing:0;top:424px;left:307px;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#DWlpqZ9gynAzwuZpzK3z9rdz3UubgER5 { position:absolute;display:block;z-index:100077;border-top:0;border-left:0;border-right:0;border-bottom:0;height:40px;width:40px;top:411px;left:261px;overflow:hidden;display:block; }
#HBEsNM53yLvio31oyq8gwsRXPKqCGB1L { color:#101010;display:block;width:552px;position:absolute;font-family:"gotham narrow";font-size:25px;font-weight:300;z-index:100073;line-height:1.1;letter-spacing:0;top:381px;left:306px;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#RCUTIJTp7tGv0En982zcCiXG4eVeuwn6 { color:#101010;display:block;width:594px;position:absolute;font-family:"gotham narrow";font-size:25px;font-weight:300;z-index:100072;line-height:1.1;letter-spacing:0;top:341px;left:305px;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#idBsKiwOy2rXrIoWQ1S1uzkp7tB27KfK { position:absolute;display:block;z-index:100074;border-top:0;border-left:0;border-right:0;border-bottom:0;height:40px;width:40px;top:329px;left:260px;overflow:hidden;display:block; }
#E1sXuECJUgJ2Pw4C3HHpmKiEmD0GpfpO { position:absolute;display:block;z-index:100076;border-top:0;border-left:0;border-right:0;border-bottom:0;height:40px;width:40px;top:369px;left:261px;overflow:hidden;display:block; }
#Ly6a6hQmuZ3Foo8sFoBpV2xoHfZ0T39x { color:#101010;display:block;width:550px;position:absolute;font-family:"gotham narrow";font-size:25px;font-weight:300;z-index:100071;line-height:1.1;letter-spacing:0;top:301px;left:305px;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ZityNe7fm4SbSvVD5k1lT88XiVrL97Rv { position:absolute;display:block;z-index:100075;border-top:0;border-left:0;border-right:0;border-bottom:0;height:40px;width:40px;top:288px;left:262px;overflow:hidden;display:block; }
#Br6LustfgVvUXTTVIJQrR9GFZkGkKbEu { color:#101010;display:block;width:498px;position:absolute;font-family:"gotham narrow";font-size:25px;font-weight:300;z-index:100070;line-height:1.1;letter-spacing:0;top:259px;left:305px;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#qgmhmSNiURPZJuRDZrQG9CxrGm8hXzbU { position:absolute;display:block;z-index:100073;border-top:0;border-left:0;border-right:0;border-bottom:0;height:40px;width:40px;top:247px;left:262px;overflow:hidden;display:block; }
#CztsPPzrJHmZnAFIRUqdaqiOnp4sh60B { color:#101010;display:block;width:422px;position:absolute;font-family:"gotham narrow";font-size:25px;font-weight:300;z-index:100069;line-height:1.1;letter-spacing:0;top:218px;left:305px;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#UwVweGLxErViNJMHSBuSrrPM0FmKzhXS { position:absolute;display:block;z-index:100072;border-top:0;border-left:0;border-right:0;border-bottom:0;height:40px;width:40px;top:206px;left:262px;overflow:hidden;display:block; }
#swQASc8qivgb5KUuxu6JtQbfFrNbfCxB { color:#101010;display:block;width:445px;position:absolute;font-family:"gotham narrow";font-size:25px;font-weight:300;z-index:100068;line-height:1.1;letter-spacing:0;top:179px;left:305px;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#T4rcy6f3Tg1EAmWWrvcPZvkHE4GusknZ { color:#101010;display:block;width:429px;position:absolute;font-family:"gotham narrow";font-size:25px;font-weight:300;z-index:100067;line-height:1.1;letter-spacing:0;top:140px;left:309px;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#NU1dkTbJVPnfAEQFCeFe6IPmRbVKEElI { color:#101010;display:block;width:484px;position:absolute;font-family:"gotham narrow";font-size:25px;font-weight:300;z-index:100066;line-height:1.1;letter-spacing:0;top:100px;left:309px;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#CfyIHhkPWC1SM3OAWJwiNKFCld1r69PX { position:absolute;display:block;z-index:100070;border-top:0;border-left:0;border-right:0;border-bottom:0;height:38px;width:38px;top:127px;left:262px;overflow:hidden;display:block; }
#WSelOh44It3ec5Z2d1zUtA3dB13t8ET6 { position:absolute;display:block;z-index:100071;border-top:0;border-left:0;border-right:0;border-bottom:0;height:40px;width:40px;top:167px;left:262px;overflow:hidden;display:block; }
#beAinQ28486HfODwX1fAsKgeQRyURVtI { position:absolute;display:block;z-index:100069;border-top:0;border-left:0;border-right:0;border-bottom:0;height:40px;width:40px;top:86px;left:262px;overflow:hidden;display:block; }
#hF6tkuxnFSCbwIcICRiTBAXh4snnmfWz { background-color:rgba(255,255,255,0.5);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#hF6tkuxnFSCbwIcICRiTBAXh4snnmfWz > .row .container { background-color: transparent; background-image: none; }#hF6tkuxnFSCbwIcICRiTBAXh4snnmfWz::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hF6tkuxnFSCbwIcICRiTBAXh4snnmfWz > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hF6tkuxnFSCbwIcICRiTBAXh4snnmfWz > .row .container > .video-iframe-container { display: none; }#hF6tkuxnFSCbwIcICRiTBAXh4snnmfWz > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hF6tkuxnFSCbwIcICRiTBAXh4snnmfWz > .row > .video-iframe-container { display: none; }#hF6tkuxnFSCbwIcICRiTBAXh4snnmfWz > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hF6tkuxnFSCbwIcICRiTBAXh4snnmfWz > .row .container { border-width: 0; border-radius: 0; }#hF6tkuxnFSCbwIcICRiTBAXh4snnmfWz > .row .container { font-size:14px;font-family:arial;height:480px;width:960px;overflow:visible;position:relative;display:block; }#vtBLLEcvgoXO6QPHTTTgh1LiTKWtJqe9 { color:rgba(255,255,255,0.7);display:block;width:368px;position:absolute;font-family:"gotham narrow";font-size:17px;font-weight:300;z-index:100004;line-height:1.5;letter-spacing:0;top:247px;left:84px;height:50px;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 .widget-form-header {  }
#GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:12px;font-weight:bold;color:#383838;width:297px;padding-top:0;padding-right:0;padding-bottom:5px;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left; }
#GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 .widget-input-text { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:1px solid #d6d4d4;border-left:0;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0;display:block;width:297px;box-sizing:border-box;height:41px;color:#2e2e2e;font-size:14px;overflow:hidden;font-family:"open sans";vertical-align:top; }
#GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 .widget-input-text {padding-top: 0; padding-bottom: 0;}#GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 .widget-textarea { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:1px solid #d6d4d4;border-left:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0;display:block;width:297px;box-sizing:border-box;height:70px;color:#2e2e2e;font-size:14px;overflow:hidden;font-family:"open sans";vertical-align:top; }
#GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:1px solid #d6d4d4;border-left:0;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0;display:block;width:297px;box-sizing:border-box;height:40px;color:#646464;font-family:"open sans";font-size:14px;overflow:hidden;vertical-align:top; }
#GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 .widget-input-select {padding-top: 0; padding-bottom: 0;}#GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 .widget-input-checkbox { width:16px;height:16px;box-sizing:border-box;margin-top:0px;margin-right:3px;margin-bottom:0px;margin-left:0;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top; }
#GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 .widget-input-button { border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,190,138,0.59), #fa9343);background-image: -moz-linear-gradient(180deg, rgba(255,190,138,0.59), #fa9343);background-image: -ms-linear-gradient(180deg, rgba(255,190,138,0.59), #fa9343);background-image: -o-linear-gradient(180deg, rgba(255,190,138,0.59), #fa9343);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#96ffbe8a', endColorstr='#fa9343' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#96ffbe8a', endColorstr='#fa9343' );";background-image: linear-gradient(180deg, rgba(255,190,138,0.59), #fa9343);background-size:initial;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:42px;margin-left:42px;margin-bottom:4px;display:block;box-sizing:border-box;font-size:17px;font-weight:bold;color:#f2f9ff;width:213px;height:44px;font-family:"gotham narrow";overflow:hidden; }
#GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:14px; }
#GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:14px; }
#GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:14px; }
#GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:14px; }
#GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;height:auto;font-family:"open sans";line-height:1.3;font-size:11px;font-weight:300;color:#000000;vertical-align:top;width:277px;overflow:hidden;font-style:normal; }
#GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0px;margin-right:3px;margin-bottom:0px;margin-left:3px;vertical-align:middle; }
#GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 .widget-radio-label { display:inline;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;box-sizing:border-box;height:18px;vertical-align:middle;font-family:"open sans";font-size:12px;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5; }
#GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 .widget-container { padding-top:0;padding-left:0px;padding-right:0px;padding-bottom:0;width:100%;font-size:0px;height:auto; }
#GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 .widget-container:first-of-type{padding-top:0;}#GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 .widget-container:last-of-type{padding-bottom:0;}#GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7  { background-color:#ffffff;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:297px;height:auto;border-top:1px solid #d40f47;border-left:1px solid #d40f47;border-right:1px solid #d40f47;border-bottom:1px solid #d40f47;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 1px 2px 10px rgba(0,0,0,0.15) ;left:547px;top:53px;z-index:100003;position:absolute; }
#GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 .radio-container { margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0;width:297px;display:block;vertical-align:top; }
#GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:11px;line-height:1.3;font-weight:700;color:#909090;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;text-align:left;text-align-last:left; }
#GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 {display:block;}#GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 { background-color:#ffffff;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:297px;height:auto;border-top:1px solid #d40f47;border-left:1px solid #d40f47;border-right:1px solid #d40f47;border-bottom:1px solid #d40f47;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 1px 2px 10px rgba(0,0,0,0.15) ;left:547px;top:53px;z-index:100003;position:absolute; }
#GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 #UpfAgDRwTF6N76eOl2zNBH3qGKOB5SUt { position:relative; }
#GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 #tp9GQbF0fJ5eUFwiGOddgA28HZTs9Epv { position:relative; }
#GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 #uLtHNFCOBe0TsJ3gLoAuVMauei6qTomk { position:relative; }
#GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 #E20f7cPkFFsG9fnmh4n1Mo6UTRDU4f7U { position:relative; }
#GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 #eh6ffwbL6VcV0tPadKgqV0ILRndoW6Zl { position:relative; }
#GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 #x0Da71Xbi4qWtVAGBRDApgO9TTAkLhsb { position:relative; }
#GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 #HKknA8qXJsqvUKX0PahBuGWVcLE2M2oM { position:relative; }
#GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 #z13rCexhbyEuPKx4fk9iLUWeFSSHyzTK { position:relative; }
#GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 #oXX5wIP39tpcIGrV1VtufJRQWDoFTMVB { position:relative; }
#GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 #kyMOVeAluVeDTMd3hTJ1UtUtwXJr7UOw { position:relative; }
#GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 #ufwiDR7pbgZxRtoT5tmBWb5XnzyzyKHa { position:relative; }
#GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 #PU7rZr431JKPWksH62XfcDw0WN4uKAFk { position:relative; }
#GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 #OcllNWvUyMaZ45BCafM7IMfgrs5RcoFx { position:relative; }
#GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 #r0mHyvKJKGlcRElp396hI0gF89UogJkk { position:relative;z-index:2; }
#GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 #xmFRVpPzXZbbemckn4mU5Xca9tU1MZM9 { position:relative; }
#GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 #wX3qg55nKLOGXHHSJffPgA1hX2d89bRu { position:relative; }
#GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 #OITzL5sM4KV8VliuyZVlAfGXt8GlhScn { position:relative; }
#L2er0JyvSiP2RudkCgIr4zQM7BkJiR5A { color:#080f1f;display:block;width:302px;position:absolute;font-family:"gotham narrow";font-size:46px;font-weight:300;z-index:100009;line-height:1;letter-spacing:0;top:145px;left:117px;height:92px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#d3JoJwMNsR3EKuJ6JrUDb8DsE707INpG { position:absolute;display:block;z-index:100002;background-color:#e74b3e;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;height:28px;width:88px;top:307px;left:224px;display:block; }
#CzMm9NG0TG4vBft2EQ1Hk9Mf82FO93H6 { color:rgba(255,255,255,0.7);display:block;width:368px;position:absolute;font-family:"gotham narrow";font-size:17px;font-weight:300;z-index:100005;line-height:1.5;letter-spacing:0;top:308px;left:84px;height:25px;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; }
#ezFLaXqluiT1IXIO7A8ETCT21dUhXDox { color:#080f1f;display:block;width:302px;position:absolute;font-family:"gotham narrow";font-size:46px;font-weight:300;z-index:100009;line-height:1;letter-spacing:0;top:146px;left:117px;height:92px;text-align:center;text-align-last:center;font-style:normal;display:none; }
#xbF4L5KSreZ8elamgTRC4vRe418QOfL7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#xbF4L5KSreZ8elamgTRC4vRe418QOfL7 > .row .container { background-color: transparent; background-image: none; }#xbF4L5KSreZ8elamgTRC4vRe418QOfL7::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xbF4L5KSreZ8elamgTRC4vRe418QOfL7 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xbF4L5KSreZ8elamgTRC4vRe418QOfL7 > .row .container > .video-iframe-container { display: none; }#xbF4L5KSreZ8elamgTRC4vRe418QOfL7 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xbF4L5KSreZ8elamgTRC4vRe418QOfL7 > .row > .video-iframe-container { display: none; }#xbF4L5KSreZ8elamgTRC4vRe418QOfL7 > .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); }#xbF4L5KSreZ8elamgTRC4vRe418QOfL7 > .row .container { border-width: 0; border-radius: 0; }#xbF4L5KSreZ8elamgTRC4vRe418QOfL7 > .row .container { font-size:14px;font-family:arial;height:113px;width:960px;position:relative;display:block; }#WAFm1EQHTGdWRuM1ZEwVvUEGvK2eTMwP { color:#000000;display:block;width:677px;position:absolute;font-family:"gotham narrow";font-size:43px;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:29px;left:167px;height:55px;font-style:normal;display:block; }
#KJwI7PCCFRJS6QS5JTb9dz4XSVH6mEQc { background-color:#f1efe6;background-image:url("https://images.assets-landingi.com/J2JIctdF/fondo_dia_del_ayur.jpg");background-position:center;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#KJwI7PCCFRJS6QS5JTb9dz4XSVH6mEQc > .row .container { background-color: transparent; background-image: none; }#KJwI7PCCFRJS6QS5JTb9dz4XSVH6mEQc::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KJwI7PCCFRJS6QS5JTb9dz4XSVH6mEQc > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KJwI7PCCFRJS6QS5JTb9dz4XSVH6mEQc > .row .container > .video-iframe-container { display: none; }#KJwI7PCCFRJS6QS5JTb9dz4XSVH6mEQc > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KJwI7PCCFRJS6QS5JTb9dz4XSVH6mEQc > .row > .video-iframe-container { display: none; }#KJwI7PCCFRJS6QS5JTb9dz4XSVH6mEQc > .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); }#KJwI7PCCFRJS6QS5JTb9dz4XSVH6mEQc > .row .container { border-width: 0; border-radius: 0; }#KJwI7PCCFRJS6QS5JTb9dz4XSVH6mEQc > .row .container { font-size:14px;font-family:arial;height:537px;width:960px;overflow:visible;position:relative;display:block; }#X4CLGsfK09EvspEIPP7LyPi3fae2uuch { color:rgba(255,255,255,0.7);display:block;width:446px;position:absolute;font-family:"gotham narrow";font-size:33px;font-weight:300;z-index:100004;line-height:1.5;letter-spacing:0;top:9px;left:42px;height:49px;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; }
#aga9UTuIbNWwS1R10SDhfQ9hkvDtRb5X { color:rgba(255,255,255,0.7);display:block;width:446px;position:absolute;font-family:"gotham narrow";font-size:20px;font-weight:300;z-index:100005;line-height:1.5;letter-spacing:0;top:88.5px;left:27px;height:30px;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; }
#MTFeKLXSWBmzLpvB60Ndhn8ZGJfEtfrQ { color:rgba(255,255,255,0.7);display:block;width:476px;position:absolute;font-family:"gotham narrow";font-size:17px;font-weight:300;z-index:100005;line-height:1.5;letter-spacing:0;top:57px;left:27px;height:25px;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#FskL17Bq2VNfQ7EGls4IyTnTtextza2p { color:rgba(255,255,255,0.7);display:block;width:446px;position:absolute;font-family:"gotham narrow";font-size:17px;font-weight:300;z-index:100006;line-height:1.5;letter-spacing:0;top:314px;left:27px;height:50px;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#T6ncszQVkJ7eMnT6QIp9o5vRGD289AT2 { color:rgba(255,255,255,0.7);display:block;width:466px;position:absolute;font-family:"gotham narrow";font-size:17px;font-weight:300;z-index:100006;line-height:1.5;letter-spacing:0;top:128px;left:51px;height:150px;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ChdJhGKX1lPohfDzPpfhVxBVeBIpDfL0 { box-sizing:content-box;color:#fa9343;font-size:28px;font-weight:400;line-height:1;height:40px;width:40px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100012;top:119px;left:15px;display:block; }
#xlftWPUTExi8PG8nCFv7VH2iNxE7bIuJ { box-sizing:content-box;color:#fa9343;font-size:28px;font-weight:400;line-height:1;height:40px;width:40px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100013;top:193px;left:15px;display:block; }
#Tptt0hgnHcrTiMDnPMJ1XGL0kRy4iD7A { color:rgba(255,255,255,0.7);display:block;width:475px;position:absolute;font-family:"gotham narrow";font-size:17px;font-weight:300;z-index:100007;line-height:1.5;letter-spacing:0;top:364px;left:27px;height:100px;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#unIvlzMZclRXWPTz7KV7TyLG0pEyFIIS { color:rgba(255,255,255,0.7);display:block;width:446px;position:absolute;font-family:"gotham narrow";font-size:20px;font-weight:300;z-index:100007;line-height:1.5;letter-spacing:0;top:284px;left:27px;height:30px;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; }
#VrBSv42QvoxobpUtNF6wNuoziysI21yc { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,190,138,0.59), #fa9343);background-image: -moz-linear-gradient(180deg, rgba(255,190,138,0.59), #fa9343);background-image: -ms-linear-gradient(180deg, rgba(255,190,138,0.59), #fa9343);background-image: -o-linear-gradient(180deg, rgba(255,190,138,0.59), #fa9343);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#96ffbe8a', endColorstr='#fa9343' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#96ffbe8a', endColorstr='#fa9343' );";background-image: linear-gradient(180deg, rgba(255,190,138,0.59), #fa9343);border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"gotham narrow";font-size:15px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:164px;height:44px;text-decoration:none;z-index:100009;text-align:center;text-align-last:center;top:474px;left:168px;display:block; }
#NmEH4lDTpvVRCkQi5s74Xru7LOgrfn1M { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#sEm6TwwUzieqx9DKMcePGJ0Tohmayg1v { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:none; }#sEm6TwwUzieqx9DKMcePGJ0Tohmayg1v > .row .container { border-width: 0; border-radius: 0; }#sEm6TwwUzieqx9DKMcePGJ0Tohmayg1v > .row .container { font-size:14px;font-family:arial;height:110px;width:960px;position:relative;display:none; }#FmVLftgEhawaLBiRe9ERHSWwq2CBSiqA { color:#000000;display:block;width:524px;position:absolute;font-family:"gotham narrow";font-size:43px;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:27.5px;left:218px;height:55px;font-style:normal;display:block; }
#ykJKvTg84hwLztoaf8m9u0KdeDMJnT86 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, rgba(233,181,1,0.12));background-image: -moz-linear-gradient(180deg, #ffffff, rgba(233,181,1,0.12));background-image: -ms-linear-gradient(180deg, #ffffff, rgba(233,181,1,0.12));background-image: -o-linear-gradient(180deg, #ffffff, rgba(233,181,1,0.12));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#1ee9b501' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#1ee9b501' );";background-image: linear-gradient(180deg, #ffffff, rgba(233,181,1,0.12));position:relative;display:none; }#ykJKvTg84hwLztoaf8m9u0KdeDMJnT86 > .row .container { border-width: 0; border-radius: 0; }#ykJKvTg84hwLztoaf8m9u0KdeDMJnT86 > .row .container { font-size:14px;font-family:arial;height:220px;width:960px;position:relative;display:none; }#wq5RnOaLTcsco6uJ5tfzNtvDTRxxEH6l { color:#383838;display:block;width:136px;position:absolute;font-family:lato;font-size:20px;font-weight:400;z-index:100006;line-height:1;letter-spacing:0;top:70px;left:52px;height:60px;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#qHG7vCcUThrD3bSVeVRtTLntHcf5GKQG { color:#383838;display:block;width:146px;position:absolute;font-family:lato;font-size:20px;font-weight:400;z-index:100008;line-height:1;letter-spacing:0;top:82px;left:287px;height:64px;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#oxD4RJoD8SPEHt6AJsUImqr8TWGxSzPA { color:#383838;display:block;width:158px;position:absolute;font-family:lato;font-size:20px;font-weight:400;z-index:100008;line-height:1;letter-spacing:0;top:70px;left:521px;height:80px;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#aN0kTkbid8No89eNQoTSCXRvRegAnZya { color:#383838;display:block;width:159px;position:absolute;font-family:lato;font-size:21px;font-weight:400;z-index:100009;line-height:1.2;letter-spacing:0;top:85px;left:760.5px;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; }
#kSBWTUoOrEHBxbZcQz50QvwK1GXnAIw1 { position:absolute;display:block;z-index:100005;background-color:rgba(241,196,15,0.5);background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;height:125px;width:206px;top:47.5px;left:17px;display:block; }
#qxH5Q8n7DyaLWDDtVR6NxwcO81N56fJX { position:absolute;display:block;z-index:100006;background-color:rgba(241,196,15,0.5);background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;height:125px;width:206px;top:47.5px;left:257px;display:block; }
#fnsFAJMqtPamVBmlyh7OS38R8sZU4THW { position:absolute;display:block;z-index:100007;background-color:rgba(241,196,15,0.5);background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;height:125px;width:206px;top:47.5px;left:497px;display:block; }
#nzF8X6nMGFQlAITWcmVQ4WuwLR7DngXV { position:absolute;display:block;z-index:100008;background-color:rgba(241,196,15,0.5);background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;height:125px;width:206px;top:47.5px;left:737px;display:block; }
#tJUCgd2ueLvSMB2HPvzvFzkD79NdW2e3 { position:absolute;display:block;z-index:100023;border-top:0;border-left:0;border-right:0;border-bottom:0;height:78px;width:78px;top:33px;left:177px;overflow:hidden;display:block; }
#oHJWxo1g4bGGKy3SLaWrr6EaTirGpeNX { position:absolute;display:block;z-index:100024;border-top:0;border-left:0;border-right:0;border-bottom:0;height:78px;width:78px;top:33px;left:417px;overflow:hidden;display:block; }
#bdVMqPp5y6xFVFg1O04m6tletTaowJRn { position:absolute;display:block;z-index:100025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:78px;width:78px;top:33px;left:657px;overflow:hidden;display:block; }
#TRKT4FZIDFxTGvrX04s3ZFIinAJdQDrS { position:absolute;display:block;z-index:100026;border-top:0;border-left:0;border-right:0;border-bottom:0;height:78px;width:78px;top:33px;left:898px;overflow:hidden;display:block; }
#vKpZxy4LT1xda0UEDNkwZzl2lG9TcZ73 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#vKpZxy4LT1xda0UEDNkwZzl2lG9TcZ73 > .row .container { background-color: transparent; background-image: none; }#vKpZxy4LT1xda0UEDNkwZzl2lG9TcZ73::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vKpZxy4LT1xda0UEDNkwZzl2lG9TcZ73 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vKpZxy4LT1xda0UEDNkwZzl2lG9TcZ73 > .row .container > .video-iframe-container { display: none; }#vKpZxy4LT1xda0UEDNkwZzl2lG9TcZ73 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vKpZxy4LT1xda0UEDNkwZzl2lG9TcZ73 > .row > .video-iframe-container { display: none; }#vKpZxy4LT1xda0UEDNkwZzl2lG9TcZ73 > .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); }#vKpZxy4LT1xda0UEDNkwZzl2lG9TcZ73 > .row .container { border-width: 0; border-radius: 0; }#vKpZxy4LT1xda0UEDNkwZzl2lG9TcZ73 > .row .container { font-size:14px;font-family:raleway;height:123px;width:960px;position:relative;display:block; }#doS4x8hNyLeZbdNRxUvkLDuAFMhRSZHP { box-sizing:content-box;color:#d40f47;font-size:30px;font-weight:400;line-height:1;height:43px;width:43px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100000;top:34px;left:646px;display:block; }
#QTTWi8EWVhPpv8LtA8yoAFiLHMSRXQ1J { box-sizing:content-box;color:#d40f47;font-size:32px;font-weight:400;line-height:1;height:47px;width:47px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100001;top:33px;left:683px;display:block; }
#f8ktTrk49eMqZTy8IFFHFCxcuvSXUkV9 { box-sizing:content-box;color:#d40f47;font-size:32px;font-weight:400;line-height:1;height:47px;width:47px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100002;top:33px;left:724px;display:block; }
#bRI97TB7Ow48ZyHb7EN8WfGlTpXc4xby { box-sizing:content-box;color:#d40f47;font-size:33px;font-weight:400;line-height:1;height:48px;width:48px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100003;top:33px;left:763px;display:block; }
#H1m1XNZk5BylrTIWKWlKEObG1zMHN1mP { color:#163f39;display:block;width:200px;position:absolute;font-family:"gotham narrow";font-size:16px;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:72px;left:650px;height:20px;display:block; }
#cmCmLTDErlfH7emXZyUETO4q0qn0FeFq { box-sizing:content-box;color:#d40f47;font-size:33px;font-weight:400;line-height:1;height:48px;width:48px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:32px;left:177px;display:block; }
#hMipKKhuBpc5cTdxnIGi2ZIMAtUp4URl { color:#163f39;display:block;width:258px;position:absolute;font-family:"gotham narrow";font-size:16px;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:72px;left:120px;height:20px;text-align:center;text-align-last:center;display:block; }
#IeIB6QOQvhit2xvo6eqkcA51RxvUnnH8 { box-sizing:content-box;color:#d40f47;font-size:33px;font-weight:400;line-height:1;height:48px;width:48px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100008;top:32px;left:213px;display:block; }
#otzEWFUsRTQJhZJQEGy6JG1T2X23yppG { position:absolute;display:block;z-index:99999;border-top:0;border-left:0;border-right:0;border-bottom:0;height:56px;width:113px;top:33px;left:7px;overflow:hidden;display:block; }
#PGNXIKLb5NNhyQsnRLb5eZtBiWezEG1R { position:absolute;display:block;z-index:99998;border-top:0;border-left:0;border-right:0;border-bottom:0;height:60px;width:124px;top:33px;left:830px;overflow:hidden;display:block; }
#wxOsuRMqPi5MkdFJfsafLvd2T4LVu76W { box-sizing:content-box;color:#d40f47;font-size:34px;font-weight:400;line-height:1;height:49px;width:49px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100002;top:32px;left:250px;display:block; }
@media only screen and (max-width: 959px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 959px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #PNmmpoPFK11kiQFyh6TtN7aPD2tp8rOt { width:538px;height:254px;top:84px;left:0px;display:block; }
 }@media only screen and (max-width: 959px) { #zaSMU2oRE7AsK6F3nD8sNHadLwrDJZgn { width:112px;height:112px;top:503px;left:115px;display:block; }
 }@media only screen and (max-width: 959px) { #AnO5n1EvtJc8qBrRossFZ7aXTvLMQZC1 { width:345px;height:66px;top:337px;left:0px;font-size:21px;display:none; }
 }@media only screen and (max-width: 959px) { #q4kkdJb44VoSBziVfZUUeaowrxp4Pzaa { width:164px;height:44px;top:428px;left:174px;display:block; }
 }@media only screen and (max-width: 959px) { #bP5BKUiiiLCP9r4hf2VkJTTLasIbl7Tn { display:block; }
 }@media only screen and (max-width: 959px) { #mdXBMguqXxmhCBfrxy0NJVd36ynAImeE { width:107px;height:107px;top:513px;left:5px;display:block; }
 }@media only screen and (max-width: 959px) { #xXMR6yQ8HwpXTZdxZ6EWIDV3cgG7F7w9 { width:164px;height:44px;top:428px;left:0px;display:block; }
 }@media only screen and (max-width: 959px) { #bAIVC26TKdrbyISTKTXMxSHWNJX5QfeP { display:block; }
 }@media only screen and (max-width: 959px) { #UTLnkk1wuBZebAwGzvmBpDqpSOJ2VdiT { width:99px;height:47px;top:538px;left:229px;display:block; }
 }@media only screen and (max-width: 959px) { #hwbFGPBmyTIpRHrhaJdDXmOJbrsswGQh { display:block; }#hwbFGPBmyTIpRHrhaJdDXmOJbrsswGQh > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #gKsVTuTgUgcyraOhlKB79Gh3Wx9onAWV { width:374px;height:42px;top:29px;left:182.5px;font-size:33px;display:block; }
 }@media only screen and (max-width: 959px) { #CUgQNJWVVB2F6Or7WULnpcm9bIszJEtu { display:block; }#CUgQNJWVVB2F6Or7WULnpcm9bIszJEtu > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #vrU7WeXEZmZTZUhZBxqKNEvWR86Z0Z95 { width:191px;height:;top:140px;left:0px;font-size:19px;display:block; }
 }@media only screen and (max-width: 959px) { #HhhLydOv0mh95WfKbrO2Ja7IkVJfCKbc { width:190px;height:57px;top:140px;left:192px;font-size:19px;display:block; }
 }@media only screen and (max-width: 959px) { #mO916Bdu6JpW1QErxsoAo7grX2VGfZv7 { width:191px;height:60px;top:139px;left:382px;font-size:19px;display:block; }
 }@media only screen and (max-width: 959px) { #AmZnz5ITKOTwEaEOE1FwSal5ReaVPF7k { width:159px;height:38px;top:140px;left:589px;font-size:19px;display:block; }
 }@media only screen and (max-width: 959px) { #LMRcRgKcrvg3U0pWTx9BN7GQbq5G34u9 { width:84px;height:84px;top:35px;left:53.5px;display:block; }
 }@media only screen and (max-width: 959px) { #JKHwmn047zUvfSCaPdapM4cDAW6MOGrd { width:84px;height:84px;top:35px;left:244.5px;display:block; }
 }@media only screen and (max-width: 959px) { #JeR8cezL4rzJHEN13ZZnWtngcoo1fTkQ { width:84px;height:84px;top:35px;left:435.5px;display:block; }
 }@media only screen and (max-width: 959px) { #BQwKgDOk5cWCthg0xR9JoT74mWnRUBT3 { width:84px;height:84px;top:35px;left:626.5px;display:block; }
 }@media only screen and (max-width: 959px) { #LVBT6vL6LLB0kOAUAg6ab8LsT3pUUGFa { width:70px;height:70px;top:42px;left:633.5px;font-size:49px;display:block; }
 }@media only screen and (max-width: 959px) { #aM5cT3XzadEGykE6ehbObMhT0D1bRuIV { width:68px;height:68px;top:47px;left:445.5px;font-size:47px;display:block; }
 }@media only screen and (max-width: 959px) { #eOhF7OyUOG06zC7p1iIhNZM3gm6GETx1 { width:72px;height:72px;top:43px;left:250.5px;font-size:50px;display:block; }
 }@media only screen and (max-width: 959px) { #Gx8qtfy5KuVRQAAvwIG6txFFfR1LJZ3C { width:62px;height:62px;top:45px;left:66.5px;font-size:43px;display:block; }
 }@media only screen and (max-width: 959px) { #nvfXq9T8toA2M9BlVdygRAwVEJ8GA9NT { display:block; }#nvfXq9T8toA2M9BlVdygRAwVEJ8GA9NT > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #fV57nav7Q8fto1hlC2TQA625czrXWfD7 { width:410px;height:22px;top:81px;left:0px;font-size:17px;display:none; }
 }@media only screen and (max-width: 959px) { #o4g7xNV4aLzR9JXVGiABaHNcCG9XySrJ { width:434px;height:200px;top:34px;left:0px;font-size:17px;display:none; }
 }@media only screen and (max-width: 959px) { #ibzTUe83T7V8VUzNRKZF53E6Gwv7LA9a { width:381px;height:212px;top:45px;left:383px;display:block; }
 }@media only screen and (max-width: 959px) { #hZ2ONEPuOxeQ6CtXHMHkZduLfSNbMeB6 { width:164px;height:44px;top:331px;left:109px;display:block; }
 }@media only screen and (max-width: 959px) { #SwiJloqGFgbrw7tCNwbqCc983aiMy0kZ { display:block; }
 }@media only screen and (max-width: 959px) { #OtWoy9K9ZKeG1rhqpepzZM80sFmTBxEV { display:block; }#OtWoy9K9ZKeG1rhqpepzZM80sFmTBxEV > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #ovMKTONPUX8PxVIO7BWepv0vDbsWGNnp { width:550px;height:42px;top:27px;left:107px;font-size:33px;display:block; }
 }@media only screen and (max-width: 959px) { #Hx68hnRLwlshWQGBTX21Jq4gMeiohxa4 { width:320px;height:84px;top:38px;left:0px;font-size:33px;display:none; }
 }@media only screen and (max-width: 959px) { #asrtsecH3ofwGkdZdNRLF8hul009aNsX { width:550px;height:55px;top:27px;left:107px;font-size:33px;display:none; }
 }@media only screen and (max-width: 959px) { #U2icrAMopTGIKUWiW5uThhV2NJogVtLq { display:block; }#U2icrAMopTGIKUWiW5uThhV2NJogVtLq > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #IeUuKzwT9au3DnaF49e4Dsiod9rPZhMT { width:136px;height:22px;top:244px;left:314px;font-size:22px;display:block; }
 }@media only screen and (max-width: 959px) { #XCdEveDq6T5wTTrCsTT5IuVvHfX4311h { width:206px;height:77px;top:281px;left:279px;display:block; }
 }@media only screen and (max-width: 959px) { #SGUcvrOI2xIkclTmuXhmBrTGsSim2LAX { width:158px;height:40px;top:299px;left:303px;font-size:20px;display:block; }
 }@media only screen and (max-width: 959px) { #A1TGJRsVCGh8BiU5or8r2QlocDI86CfL { width:210px;height:210px;top:19px;left:276px;display:block; }
 }@media only screen and (max-width: 959px) { #RCux3nEtIrsHzIi9TzxSSXTMv2B8UTlk { width:200px;height:200px;top:23px;left:281px;display:block; }
 }@media only screen and (max-width: 959px) { #FEikyGVy9TSsPS602Qexkkz5x970L99B { display:none; }#FEikyGVy9TSsPS602Qexkkz5x970L99B > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 959px) { #ItCCd5UyOaurHwpxiJWNyAb09D1PSA0M { width:200px;height:200px;top:40px;left:281px;display:block; }
 }@media only screen and (max-width: 959px) { #NTk04LxBFRRSa2qMLUVs60zbdpOOkGrh { width:210px;height:210px;top:36px;left:276px;display:block; }
 }@media only screen and (max-width: 959px) { #GePzShe0SH9zBSs8abyJz6bvGFaDmZ6t { width:206px;height:125px;top:328px;left:278px;display:block; }
 }@media only screen and (max-width: 959px) { #LqpnZe6cXG6kfq9fMchf7GKuawN0g5vB { width:228px;height:46px;top:336px;left:267px;font-size:18px;display:block; }
 }@media only screen and (max-width: 959px) { #nV8WQxTEHZpWtNZrrB535TZJU43MTsZQ { width:173px;height:;top:262px;left:294.5px;font-size:22px;display:block; }
 }@media only screen and (max-width: 959px) { #TAgdTtUiyoudmufpt8fANlBqFENTAkIt { width:199px;height:;top:382px;left:282px;font-size:19px;display:block; }
 }@media only screen and (max-width: 959px) { #erDTGmSnhK9IrdUcu10PIC0ApPepcfdZ { width:200px;height:200px;top:41px;left:535px;display:block; }
 }@media only screen and (max-width: 959px) { #srJisaDICN3a0ekPVnmgmTUrplmZTCLC { width:210px;height:210px;top:36px;left:530px;display:block; }
 }@media only screen and (max-width: 959px) { #PMLvBWCHwlU6BhRRetvZM8yNtm5TccCM { width:136px;height:;top:262px;left:567px;font-size:22px;display:block; }
 }@media only screen and (max-width: 959px) { #UTezUlxC70WAh5SU0uuU0GTygMtu4eEJ { width:206px;height:125px;top:328px;left:532px;display:block; }
 }@media only screen and (max-width: 959px) { #NoiD1hOdWITTMOwzF1NmfonwZRxMiQKb { width:228px;height:46px;top:337px;left:521px;font-size:18px;display:block; }
 }@media only screen and (max-width: 959px) { #Tr4qzIXk18rTAeMcW9JcVnp9sMEv5Ko1 { width:201px;height:;top:389px;left:535px;font-size:19px;display:block; }
 }@media only screen and (max-width: 959px) { #cD1TXGEMsV3qzFRNENzIt4IHyOWQkZKE { display:block; }#cD1TXGEMsV3qzFRNENzIt4IHyOWQkZKE > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #CFkVg2Aw1yMirTAJtgtGcT8sVTTq5WRh { width:340px;height:42px;top:29px;left:212px;font-size:33px;display:block; }
 }@media only screen and (max-width: 959px) { #qrAIXJHkvCIQMT2Tefct6UWomLMySZLv { display:block; }#qrAIXJHkvCIQMT2Tefct6UWomLMySZLv > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #GomdwCwDJd3SVIBh69mqyiswRDx6KrIx { width:315px;height:54px;top:37px;left:211px;font-size:25px;display:block; }
 }@media only screen and (max-width: 959px) { #Dxeh5T6TvHmgvQUK1Mfr9OZmHVaJrwPm { width:350px;height:41px;top:30px;left:193px;display:block; }
 }@media only screen and (max-width: 959px) { #Lyclnf9Dtq7H4UBxCnPdnMH8FTvzxBb1 { width:40px;height:40px;top:634px;left:163px;display:block; }
 }@media only screen and (max-width: 959px) { #J2zr5aSMCuM1pUx5xllak50EEQcrChyU { width:550px;height:;top:647px;left:207px;font-size:19px;display:block; }
 }@media only screen and (max-width: 959px) { #iHuAtUZhITnfHFG7xsGJ33lcIEsaoPSp { width:40px;height:40px;top:592px;left:161px;display:block; }
 }@media only screen and (max-width: 959px) { #v4KCgVCS0VhUcvPgqJ1eTnnM5z89XNO1 { width:585px;height:;top:601px;left:179px;font-size:19px;display:block; }
 }@media only screen and (max-width: 959px) { #i47i7pztgPuVanaSaZTIS1PUy9q3OdHh { width:550px;height:;top:560px;left:208px;font-size:19px;display:block; }
 }@media only screen and (max-width: 959px) { #KbbIRTz2mzvK0sDIyoTkKgzdDo2qR1Nr { width:40px;height:40px;top:549px;left:162px;display:block; }
 }@media only screen and (max-width: 959px) { #SiU96KMaJ5BIcBNc0xJpQbcIbRroR8AQ { width:550px;height:;top:513px;left:209px;font-size:19px;display:block; }
 }@media only screen and (max-width: 959px) { #TTf2nlkDBnLVzuRVgV5B3xXaWM5T0dkt { width:40px;height:40px;top:499px;left:163px;display:block; }
 }@media only screen and (max-width: 959px) { #OKwyaykdaxdiB4qnbgfGKtbn92CSOnTp { width:550px;height:;top:467px;left:209px;font-size:19px;display:block; }
 }@media only screen and (max-width: 959px) { #L68GPPETbtaZv9vFx9qGZpvUR4NOZfI0 { width:40px;height:40px;top:454px;left:163px;display:block; }
 }@media only screen and (max-width: 959px) { #EIXlCaAG8NA18pT3wILrgKeUh672rGvS { width:604px;height:;top:424px;left:160px;font-size:19px;display:block; }
 }@media only screen and (max-width: 959px) { #DWlpqZ9gynAzwuZpzK3z9rdz3UubgER5 { width:40px;height:40px;top:411px;left:163px;display:block; }
 }@media only screen and (max-width: 959px) { #HBEsNM53yLvio31oyq8gwsRXPKqCGB1L { width:552px;height:;top:381px;left:208px;font-size:19px;display:block; }
 }@media only screen and (max-width: 959px) { #RCUTIJTp7tGv0En982zcCiXG4eVeuwn6 { width:594px;height:;top:341px;left:170px;font-size:19px;display:block; }
 }@media only screen and (max-width: 959px) { #idBsKiwOy2rXrIoWQ1S1uzkp7tB27KfK { width:40px;height:40px;top:329px;left:162px;display:block; }
 }@media only screen and (max-width: 959px) { #E1sXuECJUgJ2Pw4C3HHpmKiEmD0GpfpO { width:40px;height:40px;top:369px;left:163px;display:block; }
 }@media only screen and (max-width: 959px) { #Ly6a6hQmuZ3Foo8sFoBpV2xoHfZ0T39x { width:550px;height:;top:301px;left:207px;font-size:19px;display:block; }
 }@media only screen and (max-width: 959px) { #ZityNe7fm4SbSvVD5k1lT88XiVrL97Rv { width:40px;height:40px;top:288px;left:164px;display:block; }
 }@media only screen and (max-width: 959px) { #Br6LustfgVvUXTTVIJQrR9GFZkGkKbEu { width:498px;height:;top:259px;left:207px;font-size:19px;display:block; }
 }@media only screen and (max-width: 959px) { #qgmhmSNiURPZJuRDZrQG9CxrGm8hXzbU { width:40px;height:40px;top:247px;left:164px;display:block; }
 }@media only screen and (max-width: 959px) { #CztsPPzrJHmZnAFIRUqdaqiOnp4sh60B { width:422px;height:;top:218px;left:207px;font-size:19px;display:block; }
 }@media only screen and (max-width: 959px) { #UwVweGLxErViNJMHSBuSrrPM0FmKzhXS { width:40px;height:40px;top:206px;left:164px;display:block; }
 }@media only screen and (max-width: 959px) { #swQASc8qivgb5KUuxu6JtQbfFrNbfCxB { width:445px;height:;top:179px;left:207px;font-size:19px;display:block; }
 }@media only screen and (max-width: 959px) { #T4rcy6f3Tg1EAmWWrvcPZvkHE4GusknZ { width:429px;height:;top:140px;left:211px;font-size:19px;display:block; }
 }@media only screen and (max-width: 959px) { #NU1dkTbJVPnfAEQFCeFe6IPmRbVKEElI { width:484px;height:;top:100px;left:211px;font-size:19px;display:block; }
 }@media only screen and (max-width: 959px) { #CfyIHhkPWC1SM3OAWJwiNKFCld1r69PX { width:38px;height:38px;top:127px;left:164px;display:block; }
 }@media only screen and (max-width: 959px) { #WSelOh44It3ec5Z2d1zUtA3dB13t8ET6 { width:40px;height:40px;top:167px;left:164px;display:block; }
 }@media only screen and (max-width: 959px) { #beAinQ28486HfODwX1fAsKgeQRyURVtI { width:40px;height:40px;top:86px;left:164px;display:block; }
 }@media only screen and (max-width: 959px) { #hF6tkuxnFSCbwIcICRiTBAXh4snnmfWz { display:block; }#hF6tkuxnFSCbwIcICRiTBAXh4snnmfWz > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #vtBLLEcvgoXO6QPHTTTgh1LiTKWtJqe9 { width:368px;height:50px;top:247px;left:0px;font-size:17px;display:block; }
 }@media only screen and (max-width: 959px) { #GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 .widget-checkbox-label { width:277px; }
#GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7  { width:297px;height:auto;top:53px;left:404px; }
#GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 {display:block;}#GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 { width:297px;height:auto;top:53px;left:404px; }
 }@media only screen and (max-width: 959px) { #GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 #UpfAgDRwTF6N76eOl2zNBH3qGKOB5SUt {  }
 }@media only screen and (max-width: 959px) { #GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 #tp9GQbF0fJ5eUFwiGOddgA28HZTs9Epv {  }
 }@media only screen and (max-width: 959px) { #GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 #uLtHNFCOBe0TsJ3gLoAuVMauei6qTomk {  }
 }@media only screen and (max-width: 959px) { #GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 #E20f7cPkFFsG9fnmh4n1Mo6UTRDU4f7U {  }
 }@media only screen and (max-width: 959px) { #GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 #eh6ffwbL6VcV0tPadKgqV0ILRndoW6Zl {  }
 }@media only screen and (max-width: 959px) { #GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 #x0Da71Xbi4qWtVAGBRDApgO9TTAkLhsb {  }
 }@media only screen and (max-width: 959px) { #GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 #HKknA8qXJsqvUKX0PahBuGWVcLE2M2oM {  }
 }@media only screen and (max-width: 959px) { #GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 #z13rCexhbyEuPKx4fk9iLUWeFSSHyzTK {  }
 }@media only screen and (max-width: 959px) { #GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 #oXX5wIP39tpcIGrV1VtufJRQWDoFTMVB {  }
 }@media only screen and (max-width: 959px) { #GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 #kyMOVeAluVeDTMd3hTJ1UtUtwXJr7UOw {  }
 }@media only screen and (max-width: 959px) { #GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 #ufwiDR7pbgZxRtoT5tmBWb5XnzyzyKHa {  }
 }@media only screen and (max-width: 959px) { #GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 #PU7rZr431JKPWksH62XfcDw0WN4uKAFk {  }
 }@media only screen and (max-width: 959px) { #GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 #OcllNWvUyMaZ45BCafM7IMfgrs5RcoFx {  }
 }@media only screen and (max-width: 959px) { #GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 #r0mHyvKJKGlcRElp396hI0gF89UogJkk {  }
 }@media only screen and (max-width: 959px) { #GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 #xmFRVpPzXZbbemckn4mU5Xca9tU1MZM9 {  }
 }@media only screen and (max-width: 959px) { #GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 #wX3qg55nKLOGXHHSJffPgA1hX2d89bRu {  }
 }@media only screen and (max-width: 959px) { #GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 #OITzL5sM4KV8VliuyZVlAfGXt8GlhScn {  }
 }@media only screen and (max-width: 959px) { #L2er0JyvSiP2RudkCgIr4zQM7BkJiR5A { width:302px;height:62px;top:145px;left:19px;font-size:31px;display:block; }
 }@media only screen and (max-width: 959px) { #d3JoJwMNsR3EKuJ6JrUDb8DsE707INpG { width:88px;height:28px;top:307px;left:126px;display:block; }
 }@media only screen and (max-width: 959px) { #CzMm9NG0TG4vBft2EQ1Hk9Mf82FO93H6 { width:343px;height:25px;top:308.5px;left:-2px;font-size:17px;display:block; }
 }@media only screen and (max-width: 959px) { #ezFLaXqluiT1IXIO7A8ETCT21dUhXDox { width:320px;height:68px;top:15px;left:0px;font-size:31px;display:none; }
 }@media only screen and (max-width: 959px) { #xbF4L5KSreZ8elamgTRC4vRe418QOfL7 { display:block; }#xbF4L5KSreZ8elamgTRC4vRe418QOfL7 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #WAFm1EQHTGdWRuM1ZEwVvUEGvK2eTMwP { width:677px;height:42px;top:29px;left:69px;font-size:33px;display:block; }
 }@media only screen and (max-width: 959px) { #KJwI7PCCFRJS6QS5JTb9dz4XSVH6mEQc { display:block; }#KJwI7PCCFRJS6QS5JTb9dz4XSVH6mEQc > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #X4CLGsfK09EvspEIPP7LyPi3fae2uuch { width:446px;height:36px;top:9px;left:0px;font-size:24px;display:block; }
 }@media only screen and (max-width: 959px) { #aga9UTuIbNWwS1R10SDhfQ9hkvDtRb5X { width:446px;height:31px;top:88px;left:0px;font-size:21px;display:block; }
 }@media only screen and (max-width: 959px) { #MTFeKLXSWBmzLpvB60Ndhn8ZGJfEtfrQ { width:476px;height:25px;top:57px;left:0px;font-size:17px;display:block; }
 }@media only screen and (max-width: 959px) { #FskL17Bq2VNfQ7EGls4IyTnTtextza2p { width:446px;height:48px;top:314px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 959px) { #T6ncszQVkJ7eMnT6QIp9o5vRGD289AT2 { width:466px;height:120px;top:128px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 959px) { #ChdJhGKX1lPohfDzPpfhVxBVeBIpDfL0 { width:40px;height:40px;top:119px;left:0px;font-size:28px;display:block; }
 }@media only screen and (max-width: 959px) { #xlftWPUTExi8PG8nCFv7VH2iNxE7bIuJ { width:40px;height:40px;top:193px;left:0px;font-size:28px;display:block; }
 }@media only screen and (max-width: 959px) { #Tptt0hgnHcrTiMDnPMJ1XGL0kRy4iD7A { width:475px;height:96px;top:364px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 959px) { #unIvlzMZclRXWPTz7KV7TyLG0pEyFIIS { width:446px;height:31px;top:284px;left:0px;font-size:21px;display:block; }
 }@media only screen and (max-width: 959px) { #VrBSv42QvoxobpUtNF6wNuoziysI21yc { width:164px;height:44px;top:474px;left:70px;display:block; }
 }@media only screen and (max-width: 959px) { #NmEH4lDTpvVRCkQi5s74Xru7LOgrfn1M { display:block; }
 }@media only screen and (max-width: 959px) { #sEm6TwwUzieqx9DKMcePGJ0Tohmayg1v { display:none; }#sEm6TwwUzieqx9DKMcePGJ0Tohmayg1v > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 959px) { #FmVLftgEhawaLBiRe9ERHSWwq2CBSiqA { width:524px;height:42px;top:27px;left:120px;font-size:33px;display:block; }
 }@media only screen and (max-width: 959px) { #ykJKvTg84hwLztoaf8m9u0KdeDMJnT86 { display:none; }#ykJKvTg84hwLztoaf8m9u0KdeDMJnT86 > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 959px) { #wq5RnOaLTcsco6uJ5tfzNtvDTRxxEH6l { width:136px;height:;top:70px;left:27.5px;font-size:20px;display:block; }
 }@media only screen and (max-width: 959px) { #qHG7vCcUThrD3bSVeVRtTLntHcf5GKQG { width:146px;height:61px;top:82px;left:213.5px;font-size:19px;display:block; }
 }@media only screen and (max-width: 959px) { #oxD4RJoD8SPEHt6AJsUImqr8TWGxSzPA { width:158px;height:;top:70px;left:398.5px;font-size:20px;display:block; }
 }@media only screen and (max-width: 959px) { #aN0kTkbid8No89eNQoTSCXRvRegAnZya { width:159px;height:;top:85px;left:589px;font-size:21px;display:block; }
 }@media only screen and (max-width: 959px) { #kSBWTUoOrEHBxbZcQz50QvwK1GXnAIw1 { width:206px;height:125px;top:47px;left:0px;display:block; }
 }@media only screen and (max-width: 959px) { #qxH5Q8n7DyaLWDDtVR6NxwcO81N56fJX { width:206px;height:125px;top:47px;left:176px;display:block; }
 }@media only screen and (max-width: 959px) { #fnsFAJMqtPamVBmlyh7OS38R8sZU4THW { width:206px;height:125px;top:47px;left:367px;display:block; }
 }@media only screen and (max-width: 959px) { #nzF8X6nMGFQlAITWcmVQ4WuwLR7DngXV { width:206px;height:125px;top:47px;left:558px;display:block; }
 }@media only screen and (max-width: 959px) { #tJUCgd2ueLvSMB2HPvzvFzkD79NdW2e3 { width:78px;height:78px;top:33px;left:113px;display:block; }
 }@media only screen and (max-width: 959px) { #oHJWxo1g4bGGKy3SLaWrr6EaTirGpeNX { width:78px;height:78px;top:33px;left:304px;display:block; }
 }@media only screen and (max-width: 959px) { #bdVMqPp5y6xFVFg1O04m6tletTaowJRn { width:78px;height:78px;top:33px;left:495px;display:block; }
 }@media only screen and (max-width: 959px) { #TRKT4FZIDFxTGvrX04s3ZFIinAJdQDrS { width:78px;height:78px;top:33px;left:683px;display:block; }
 }@media only screen and (max-width: 959px) { #vKpZxy4LT1xda0UEDNkwZzl2lG9TcZ73 { display:block; }#vKpZxy4LT1xda0UEDNkwZzl2lG9TcZ73 > .row .container { width:764px;height:140px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #doS4x8hNyLeZbdNRxUvkLDuAFMhRSZHP { width:50px;height:50px;top:33px;left:537px;font-size:35px;display:block; }
 }@media only screen and (max-width: 959px) { #QTTWi8EWVhPpv8LtA8yoAFiLHMSRXQ1J { width:50px;height:50px;top:33px;left:205px;font-size:35px;display:block; }
 }@media only screen and (max-width: 959px) { #f8ktTrk49eMqZTy8IFFHFCxcuvSXUkV9 { width:50px;height:50px;top:33px;left:443px;font-size:35px;display:block; }
 }@media only screen and (max-width: 959px) { #bRI97TB7Ow48ZyHb7EN8WfGlTpXc4xby { width:50px;height:50px;top:33px;left:393px;font-size:35px;display:block; }
 }@media only screen and (max-width: 959px) { #H1m1XNZk5BylrTIWKWlKEObG1zMHN1mP { width:200px;height:20px;top:91px;left:413px;font-size:16px;display:block; }
 }@media only screen and (max-width: 959px) { #cmCmLTDErlfH7emXZyUETO4q0qn0FeFq { width:50px;height:50px;top:33px;left:305px;font-size:35px;display:block; }
 }@media only screen and (max-width: 959px) { #hMipKKhuBpc5cTdxnIGi2ZIMAtUp4URl { width:258px;height:18px;top:92px;left:146px;font-size:14px;display:block; }
 }@media only screen and (max-width: 959px) { #IeIB6QOQvhit2xvo6eqkcA51RxvUnnH8 { width:50px;height:50px;top:33px;left:255px;font-size:35px;display:block; }
 }@media only screen and (max-width: 959px) { #otzEWFUsRTQJhZJQEGy6JG1T2X23yppG { width:113px;height:56px;top:42px;left:33px;display:block; }
 }@media only screen and (max-width: 959px) { #PGNXIKLb5NNhyQsnRLb5eZtBiWezEG1R { width:124px;height:60px;top:33px;left:640px;display:block; }
 }@media only screen and (max-width: 959px) { #wxOsuRMqPi5MkdFJfsafLvd2T4LVu76W { width:50px;height:50px;top:33px;left:488px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#f8f4e9;background-image:url("https://images.assets-landingi.com/GPFtlJsZ/fondo_dia_del_ayur_mobil.jpg");background-position:top right;background-repeat:no-repeat;background-attachment:fixed;background-size:cover;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:320px;height:681px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PNmmpoPFK11kiQFyh6TtN7aPD2tp8rOt { width:268px;height:127px;top:240px;left:26px;display:block; }
 }@media only screen and (max-width: 763px) { #zaSMU2oRE7AsK6F3nD8sNHadLwrDJZgn { width:91px;height:91px;top:534px;left:114.5px;z-index:99998;display:block; }
 }@media only screen and (max-width: 763px) { #AnO5n1EvtJc8qBrRossFZ7aXTvLMQZC1 { width:273px;height:36px;top:399px;left:23.5px;text-align:center;text-align-last:center;font-size:21px;z-index:100004;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #q4kkdJb44VoSBziVfZUUeaowrxp4Pzaa { width:144px;height:41px;top:474px;left:167px;z-index:100009;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #bP5BKUiiiLCP9r4hf2VkJTTLasIbl7Tn { display:block; }
 }@media only screen and (max-width: 763px) { #mdXBMguqXxmhCBfrxy0NJVd36ynAImeE { width:95px;height:95px;top:534px;left:21px;display:block; }
 }@media only screen and (max-width: 763px) { #xXMR6yQ8HwpXTZdxZ6EWIDV3cgG7F7w9 { width:144px;height:41px;top:474px;left:9px;z-index:100010;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #bAIVC26TKdrbyISTKTXMxSHWNJX5QfeP { display:block; }
 }@media only screen and (max-width: 763px) { #UTLnkk1wuBZebAwGzvmBpDqpSOJ2VdiT { width:86px;height:40px;top:561px;left:213px;display:block; }
 }@media only screen and (max-width: 763px) { #hwbFGPBmyTIpRHrhaJdDXmOJbrsswGQh { display:block; }#hwbFGPBmyTIpRHrhaJdDXmOJbrsswGQh > .row .container { width:320px;height:86px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gKsVTuTgUgcyraOhlKB79Gh3Wx9onAWV { width:320px;height:42px;top:24px;left:0px;font-size:33px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CUgQNJWVVB2F6Or7WULnpcm9bIszJEtu { display:block; }#CUgQNJWVVB2F6Or7WULnpcm9bIszJEtu > .row .container { width:320px;height:475px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vrU7WeXEZmZTZUhZBxqKNEvWR86Z0Z95 { width:123px;height:76px;top:57px;left:19px;text-align:center;text-align-last:center;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #HhhLydOv0mh95WfKbrO2Ja7IkVJfCKbc { width:165px;height:51px;top:144px;left:155px;text-align:center;text-align-last:center;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #mO916Bdu6JpW1QErxsoAo7grX2VGfZv7 { width:158px;height:60px;top:272px;left:1px;text-align:center;text-align-last:center;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #AmZnz5ITKOTwEaEOE1FwSal5ReaVPF7k { width:159px;height:38px;top:344px;left:157px;text-align:center;text-align-last:center;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #LMRcRgKcrvg3U0pWTx9BN7GQbq5G34u9 { width:86px;height:86px;top:57px;left:195px;display:block; }
 }@media only screen and (max-width: 763px) { #JKHwmn047zUvfSCaPdapM4cDAW6MOGrd { width:86px;height:86px;top:143px;left:37px;display:block; }
 }@media only screen and (max-width: 763px) { #JeR8cezL4rzJHEN13ZZnWtngcoo1fTkQ { width:86px;height:86px;top:252px;left:190px;display:block; }
 }@media only screen and (max-width: 763px) { #BQwKgDOk5cWCthg0xR9JoT74mWnRUBT3 { width:86px;height:86px;top:332px;left:38px;display:block; }
 }@media only screen and (max-width: 763px) { #LVBT6vL6LLB0kOAUAg6ab8LsT3pUUGFa { top:335px;left:41px;width:80px;height:80px;z-index:100031;color:#ffffff;font-size:56px;display:block; }
 }@media only screen and (max-width: 763px) { #aM5cT3XzadEGykE6ehbObMhT0D1bRuIV { top:260px;left:198px;width:78px;height:78px;z-index:100032;font-size:54px;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #eOhF7OyUOG06zC7p1iIhNZM3gm6GETx1 { top:148px;left:42px;width:77px;height:77px;z-index:100033;color:#ffffff;font-size:53px;display:block; }
 }@media only screen and (max-width: 763px) { #Gx8qtfy5KuVRQAAvwIG6txFFfR1LJZ3C { top:65px;left:206px;width:68px;height:68px;z-index:100034;color:#ffffff;font-size:47px;display:block; }
 }@media only screen and (max-width: 763px) { #nvfXq9T8toA2M9BlVdygRAwVEJ8GA9NT { display:block; }#nvfXq9T8toA2M9BlVdygRAwVEJ8GA9NT > .row .container { width:320px;height:559px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fV57nav7Q8fto1hlC2TQA625czrXWfD7 { width:320px;height:15px;top:264px;left:0px;text-align:center;text-align-last:center;font-size:17px;z-index:100004;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #o4g7xNV4aLzR9JXVGiABaHNcCG9XySrJ { width:320px;height:252px;top:20px;left:0px;text-align:center;text-align-last:center;font-size:17px;z-index:100004;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #ibzTUe83T7V8VUzNRKZF53E6Gwv7LA9a { height:179.062px;width:320px;top:360px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #hZ2ONEPuOxeQ6CtXHMHkZduLfSNbMeB6 { width:145px;height:41px;top:299px;left:87px;z-index:100010;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #SwiJloqGFgbrw7tCNwbqCc983aiMy0kZ { display:block; }
 }@media only screen and (max-width: 763px) { #OtWoy9K9ZKeG1rhqpepzZM80sFmTBxEV { display:block; }#OtWoy9K9ZKeG1rhqpepzZM80sFmTBxEV > .row .container { width:320px;height:122px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ovMKTONPUX8PxVIO7BWepv0vDbsWGNnp { width:320px;height:0;top:27px;left:0px;font-size:33px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Hx68hnRLwlshWQGBTX21Jq4gMeiohxa4 { width:320px;height:0;top:19px;left:0px;font-size:33px;text-align:center;text-align-last:center;z-index:100004;display:none; }
 }@media only screen and (max-width: 763px) { #asrtsecH3ofwGkdZdNRLF8hul009aNsX { width:320px;height:84px;top:19px;left:0px;font-size:33px;text-align:center;text-align-last:center;z-index:100004;display:block; }
 }@media only screen and (max-width: 763px) { #U2icrAMopTGIKUWiW5uThhV2NJogVtLq { display:block; }#U2icrAMopTGIKUWiW5uThhV2NJogVtLq > .row .container { width:320px;height:380px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IeUuKzwT9au3DnaF49e4Dsiod9rPZhMT { width:136px;height:22px;top:242px;left:92px;text-align:center;text-align-last:center;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #XCdEveDq6T5wTTrCsTT5IuVvHfX4311h { width:206px;height:76px;top:274px;left:57px;z-index:100005;display:block; }
 }@media only screen and (max-width: 763px) { #SGUcvrOI2xIkclTmuXhmBrTGsSim2LAX { width:134px;height:40px;top:290px;left:93px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #A1TGJRsVCGh8BiU5or8r2QlocDI86CfL { width:210px;height:210px;top:20px;left:55px;display:block; }
 }@media only screen and (max-width: 763px) { #RCux3nEtIrsHzIi9TzxSSXTMv2B8UTlk { width:200px;height:200px;top:23.5px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #FEikyGVy9TSsPS602Qexkkz5x970L99B { display:none; }#FEikyGVy9TSsPS602Qexkkz5x970L99B > .row .container { width:320px;height:1280px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ItCCd5UyOaurHwpxiJWNyAb09D1PSA0M { width:200px;height:200px;top:429px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #NTk04LxBFRRSa2qMLUVs60zbdpOOkGrh { width:210px;height:210px;top:425px;left:55px;display:block; }
 }@media only screen and (max-width: 763px) { #GePzShe0SH9zBSs8abyJz6bvGFaDmZ6t { width:206px;height:125px;top:698px;left:57px;z-index:100006;display:block; }
 }@media only screen and (max-width: 763px) { #LqpnZe6cXG6kfq9fMchf7GKuawN0g5vB { width:135px;height:46px;top:705px;left:91px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nV8WQxTEHZpWtNZrrB535TZJU43MTsZQ { width:173px;height:44px;top:647px;left:74px;text-align:center;text-align-last:center;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #TAgdTtUiyoudmufpt8fANlBqFENTAkIt { width:199px;height:57px;top:750px;left:61px;text-align:center;text-align-last:center;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #erDTGmSnhK9IrdUcu10PIC0ApPepcfdZ { width:200px;height:200px;top:855px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #srJisaDICN3a0ekPVnmgmTUrplmZTCLC { width:210px;height:210px;top:850px;left:55px;display:block; }
 }@media only screen and (max-width: 763px) { #PMLvBWCHwlU6BhRRetvZM8yNtm5TccCM { width:136px;height:44px;top:1078px;left:94px;text-align:center;text-align-last:center;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #UTezUlxC70WAh5SU0uuU0GTygMtu4eEJ { width:206px;height:125px;top:1126px;left:57px;z-index:100008;display:block; }
 }@media only screen and (max-width: 763px) { #NoiD1hOdWITTMOwzF1NmfonwZRxMiQKb { width:135px;height:46px;top:1140px;left:90px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tr4qzIXk18rTAeMcW9JcVnp9sMEv5Ko1 { width:188px;height:38px;top:1185px;left:63px;text-align:center;text-align-last:center;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #cD1TXGEMsV3qzFRNENzIt4IHyOWQkZKE { display:block; }#cD1TXGEMsV3qzFRNENzIt4IHyOWQkZKE > .row .container { width:320px;height:96px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CFkVg2Aw1yMirTAJtgtGcT8sVTTq5WRh { width:320px;height:42px;top:27px;left:0px;font-size:33px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qrAIXJHkvCIQMT2Tefct6UWomLMySZLv { display:block; }#qrAIXJHkvCIQMT2Tefct6UWomLMySZLv > .row .container { width:320px;height:1588px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GomdwCwDJd3SVIBh69mqyiswRDx6KrIx { width:317px;height:27px;top:36px;left:0px;text-align:center;text-align-last:center;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #Dxeh5T6TvHmgvQUK1Mfr9OZmHVaJrwPm { width:320px;height:41px;top:29px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Lyclnf9Dtq7H4UBxCnPdnMH8FTvzxBb1 { width:40px;height:40px;top:1468px;left:140px;z-index:99998;display:block; }
 }@media only screen and (max-width: 763px) { #J2zr5aSMCuM1pUx5xllak50EEQcrChyU { width:320px;height:40px;top:1528px;left:0px;text-align:center;text-align-last:center;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #iHuAtUZhITnfHFG7xsGJ33lcIEsaoPSp { width:40px;height:40px;top:1348px;left:140px;z-index:99998;display:block; }
 }@media only screen and (max-width: 763px) { #v4KCgVCS0VhUcvPgqJ1eTnnM5z89XNO1 { width:320px;height:40px;top:1408px;left:0px;text-align:center;text-align-last:center;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #i47i7pztgPuVanaSaZTIS1PUy9q3OdHh { width:320px;height:20px;top:1308px;left:0px;text-align:center;text-align-last:center;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #KbbIRTz2mzvK0sDIyoTkKgzdDo2qR1Nr { width:40px;height:40px;top:1248px;left:140px;z-index:99998;display:block; }
 }@media only screen and (max-width: 763px) { #SiU96KMaJ5BIcBNc0xJpQbcIbRroR8AQ { width:320px;height:40px;top:1188px;left:0px;text-align:center;text-align-last:center;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #TTf2nlkDBnLVzuRVgV5B3xXaWM5T0dkt { width:40px;height:40px;top:1128px;left:140px;z-index:99998;display:block; }
 }@media only screen and (max-width: 763px) { #OKwyaykdaxdiB4qnbgfGKtbn92CSOnTp { width:320px;height:20px;top:1088px;left:0px;text-align:center;text-align-last:center;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #L68GPPETbtaZv9vFx9qGZpvUR4NOZfI0 { width:40px;height:40px;top:1028px;left:140px;z-index:99998;display:block; }
 }@media only screen and (max-width: 763px) { #EIXlCaAG8NA18pT3wILrgKeUh672rGvS { width:320px;height:40px;top:967px;left:0px;text-align:center;text-align-last:center;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #DWlpqZ9gynAzwuZpzK3z9rdz3UubgER5 { width:40px;height:40px;top:915px;left:140px;z-index:99998;display:block; }
 }@media only screen and (max-width: 763px) { #HBEsNM53yLvio31oyq8gwsRXPKqCGB1L { width:320px;height:20px;top:868px;left:0px;text-align:center;text-align-last:center;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #RCUTIJTp7tGv0En982zcCiXG4eVeuwn6 { width:320px;height:40px;top:748px;left:0px;text-align:center;text-align-last:center;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #idBsKiwOy2rXrIoWQ1S1uzkp7tB27KfK { width:40px;height:40px;top:688px;left:140px;z-index:99998;display:block; }
 }@media only screen and (max-width: 763px) { #E1sXuECJUgJ2Pw4C3HHpmKiEmD0GpfpO { width:40px;height:40px;top:808px;left:140px;z-index:99998;display:block; }
 }@media only screen and (max-width: 763px) { #Ly6a6hQmuZ3Foo8sFoBpV2xoHfZ0T39x { width:320px;height:20px;top:648px;left:0px;text-align:center;text-align-last:center;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #ZityNe7fm4SbSvVD5k1lT88XiVrL97Rv { width:40px;height:40px;top:588px;left:140px;z-index:99998;display:block; }
 }@media only screen and (max-width: 763px) { #Br6LustfgVvUXTTVIJQrR9GFZkGkKbEu { width:320px;height:20px;top:548px;left:0px;text-align:center;text-align-last:center;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #qgmhmSNiURPZJuRDZrQG9CxrGm8hXzbU { width:40px;height:40px;top:488px;left:140px;z-index:99998;display:block; }
 }@media only screen and (max-width: 763px) { #CztsPPzrJHmZnAFIRUqdaqiOnp4sh60B { width:320px;height:20px;top:448px;left:0px;text-align:center;text-align-last:center;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #UwVweGLxErViNJMHSBuSrrPM0FmKzhXS { width:40px;height:40px;top:388px;left:140px;z-index:99998;display:block; }
 }@media only screen and (max-width: 763px) { #swQASc8qivgb5KUuxu6JtQbfFrNbfCxB { width:320px;height:20px;top:348px;left:0px;text-align:center;text-align-last:center;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #T4rcy6f3Tg1EAmWWrvcPZvkHE4GusknZ { width:320px;height:20px;top:248px;left:0px;text-align:center;text-align-last:center;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #NU1dkTbJVPnfAEQFCeFe6IPmRbVKEElI { width:320px;height:20px;top:150px;left:0px;text-align:center;text-align-last:center;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #CfyIHhkPWC1SM3OAWJwiNKFCld1r69PX { width:38px;height:38px;top:190px;left:141px;z-index:99998;display:block; }
 }@media only screen and (max-width: 763px) { #WSelOh44It3ec5Z2d1zUtA3dB13t8ET6 { width:40px;height:40px;top:288px;left:140px;z-index:99998;display:block; }
 }@media only screen and (max-width: 763px) { #beAinQ28486HfODwX1fAsKgeQRyURVtI { width:40px;height:40px;top:90px;left:140px;z-index:99998;display:block; }
 }@media only screen and (max-width: 763px) { #hF6tkuxnFSCbwIcICRiTBAXh4snnmfWz { background-color:#ffffff;background-image:none;display:block; }#hF6tkuxnFSCbwIcICRiTBAXh4snnmfWz > .row .container { background-color: transparent; background-image: none; }#hF6tkuxnFSCbwIcICRiTBAXh4snnmfWz::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hF6tkuxnFSCbwIcICRiTBAXh4snnmfWz > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hF6tkuxnFSCbwIcICRiTBAXh4snnmfWz > .row .container > .video-iframe-container { display: none; }#hF6tkuxnFSCbwIcICRiTBAXh4snnmfWz > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hF6tkuxnFSCbwIcICRiTBAXh4snnmfWz > .row > .video-iframe-container { display: none; }#hF6tkuxnFSCbwIcICRiTBAXh4snnmfWz > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hF6tkuxnFSCbwIcICRiTBAXh4snnmfWz > .row .container { width:320px;height:610px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vtBLLEcvgoXO6QPHTTTgh1LiTKWtJqe9 { width:301px;height:36px;top:90.5px;left:15px;text-align:center;text-align-last:center;font-size:14px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 .widget-form-header {  }
#GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:12px;font-weight:bold;color:#909090;width:243px;padding-top:0px;padding-right:0px;padding-bottom:5px;padding-left:0px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left; }
#GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 .widget-input-text { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:1px solid #d6d4d4;border-left:0;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;width:243px;box-sizing:border-box;height:41px;color:#161616;font-size:14px;overflow:hidden;font-family:"open sans";vertical-align:top; }
#GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 .widget-input-text {padding-top: 0; padding-bottom: 0;}#GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 .widget-textarea { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:1px solid #d6d4d4;border-left:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;width:243px;box-sizing:border-box;height:70px;color:#161616;font-size:14px;overflow:hidden;font-family:"open sans";vertical-align:top; }
#GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:1px solid #d6d4d4;border-left:0;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;width:243px;box-sizing:border-box;height:40px;color:#646464;font-family:"open sans";font-size:14px;overflow:hidden;vertical-align:top; }
#GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 .widget-input-select {padding-top: 0; padding-bottom: 0;}#GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 .widget-input-checkbox { width:16px;height:16px;box-sizing:border-box;margin-top:0px;margin-right:3px;margin-bottom:0px;margin-left:0px;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top; }
#GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 .widget-input-button { border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,190,138,0.77), #fa9343);background-image: -moz-linear-gradient(180deg, rgba(255,190,138,0.77), #fa9343);background-image: -ms-linear-gradient(180deg, rgba(255,190,138,0.77), #fa9343);background-image: -o-linear-gradient(180deg, rgba(255,190,138,0.77), #fa9343);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c4ffbe8a', endColorstr='#fa9343' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c4ffbe8a', endColorstr='#fa9343' );";background-image: linear-gradient(180deg, rgba(255,190,138,0.77), #fa9343);background-size:initial;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:33px;margin-left:33px;margin-bottom:4px;display:block;box-sizing:border-box;font-size:15px;font-weight:bold;color:#f2f9ff;width:177px;height:43px;font-family:"open sans";overflow:hidden; }
#GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:14px; }
#GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:14px; }
#GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:14px; }
#GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:14px; }
#GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;height:auto;font-family:"open sans";line-height:1.3;font-size:11px;font-weight:300;color:#000000;vertical-align:top;width:223px;overflow:hidden;font-style:normal; }
#GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0px;margin-right:3px;margin-bottom:0px;margin-left:3px;vertical-align:middle; }
#GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 .widget-radio-label { display:inline;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;box-sizing:border-box;height:18px;vertical-align:middle;font-family:"open sans";font-size:12px;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5; }
#GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 .widget-container { padding-top:0;padding-left:0px;padding-right:0px;padding-bottom:0;width:100%;font-size:0px;height:auto; }
#GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 .widget-container:first-of-type{padding-top:0;}#GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 .widget-container:last-of-type{padding-bottom:0;}#GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7  { background-color:#ffffff;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:243px;height:auto;border-top:1px solid #d40f47;border-left:1px solid #d40f47;border-right:1px solid #d40f47;border-bottom:1px solid #d40f47;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 1px 2px 10px rgba(0,0,0,0.15) ;left:18.5px;top:176px;z-index:100002; }
#GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 .radio-container { margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;width:243px;display:block;vertical-align:top; }
#GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:32px;line-height:1.3;font-weight:700;color:#3c3c3b;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;text-align:left;text-align-last:left; }
#GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 {display:block;}#GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 { background-color:#ffffff;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:243px;height:auto;border-top:1px solid #d40f47;border-left:1px solid #d40f47;border-right:1px solid #d40f47;border-bottom:1px solid #d40f47;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 1px 2px 10px rgba(0,0,0,0.15) ;left:18.5px;top:176px;z-index:100002; }
 }@media only screen and (max-width: 763px) { #GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 #UpfAgDRwTF6N76eOl2zNBH3qGKOB5SUt {  }
 }@media only screen and (max-width: 763px) { #GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 #tp9GQbF0fJ5eUFwiGOddgA28HZTs9Epv {  }
 }@media only screen and (max-width: 763px) { #GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 #uLtHNFCOBe0TsJ3gLoAuVMauei6qTomk {  }
 }@media only screen and (max-width: 763px) { #GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 #E20f7cPkFFsG9fnmh4n1Mo6UTRDU4f7U {  }
 }@media only screen and (max-width: 763px) { #GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 #eh6ffwbL6VcV0tPadKgqV0ILRndoW6Zl {  }
 }@media only screen and (max-width: 763px) { #GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 #x0Da71Xbi4qWtVAGBRDApgO9TTAkLhsb {  }
 }@media only screen and (max-width: 763px) { #GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 #HKknA8qXJsqvUKX0PahBuGWVcLE2M2oM {  }
 }@media only screen and (max-width: 763px) { #GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 #z13rCexhbyEuPKx4fk9iLUWeFSSHyzTK {  }
 }@media only screen and (max-width: 763px) { #GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 #oXX5wIP39tpcIGrV1VtufJRQWDoFTMVB {  }
 }@media only screen and (max-width: 763px) { #GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 #kyMOVeAluVeDTMd3hTJ1UtUtwXJr7UOw {  }
 }@media only screen and (max-width: 763px) { #GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 #ufwiDR7pbgZxRtoT5tmBWb5XnzyzyKHa {  }
 }@media only screen and (max-width: 763px) { #GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 #PU7rZr431JKPWksH62XfcDw0WN4uKAFk {  }
 }@media only screen and (max-width: 763px) { #GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 #OcllNWvUyMaZ45BCafM7IMfgrs5RcoFx {  }
 }@media only screen and (max-width: 763px) { #GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 #r0mHyvKJKGlcRElp396hI0gF89UogJkk {  }
 }@media only screen and (max-width: 763px) { #GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 #xmFRVpPzXZbbemckn4mU5Xca9tU1MZM9 {  }
 }@media only screen and (max-width: 763px) { #GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 #wX3qg55nKLOGXHHSJffPgA1hX2d89bRu {  }
 }@media only screen and (max-width: 763px) { #GlkNoNLuimRtygnpGUS97lsmrEZ1b0c7 #OITzL5sM4KV8VliuyZVlAfGXt8GlhScn {  }
 }@media only screen and (max-width: 763px) { #L2er0JyvSiP2RudkCgIr4zQM7BkJiR5A { width:320px;height:0;top:9.5px;left:0px;text-align:center;text-align-last:center;font-size:31px;line-height:1.1;color:#58073f;display:none; }
 }@media only screen and (max-width: 763px) { #d3JoJwMNsR3EKuJ6JrUDb8DsE707INpG { width:76px;height:22px;top:130px;left:123px;display:block; }
 }@media only screen and (max-width: 763px) { #CzMm9NG0TG4vBft2EQ1Hk9Mf82FO93H6 { width:138px;height:18px;top:132px;left:91px;text-align:center;text-align-last:center;font-size:14px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ezFLaXqluiT1IXIO7A8ETCT21dUhXDox { width:320px;height:68px;top:15px;left:0px;text-align:center;text-align-last:center;font-size:31px;line-height:1.1;color:#58073f;z-index:100010;display:block; }
 }@media only screen and (max-width: 763px) { #xbF4L5KSreZ8elamgTRC4vRe418QOfL7 { display:block; }#xbF4L5KSreZ8elamgTRC4vRe418QOfL7 > .row .container { width:320px;height:96px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WAFm1EQHTGdWRuM1ZEwVvUEGvK2eTMwP { width:320px;height:84px;top:5px;left:0px;font-size:33px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KJwI7PCCFRJS6QS5JTb9dz4XSVH6mEQc { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/J2JIctdF/fondo_dia_del_ayur.jpg");background-position:top center;background-repeat:no-repeat;background-attachment:fixed;background-size:cover;display:block; }#KJwI7PCCFRJS6QS5JTb9dz4XSVH6mEQc > .row .container { background-color: transparent; background-image: none; }#KJwI7PCCFRJS6QS5JTb9dz4XSVH6mEQc::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KJwI7PCCFRJS6QS5JTb9dz4XSVH6mEQc > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KJwI7PCCFRJS6QS5JTb9dz4XSVH6mEQc > .row .container > .video-iframe-container { display: none; }#KJwI7PCCFRJS6QS5JTb9dz4XSVH6mEQc > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KJwI7PCCFRJS6QS5JTb9dz4XSVH6mEQc > .row > .video-iframe-container { display: none; }#KJwI7PCCFRJS6QS5JTb9dz4XSVH6mEQc > .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); }#KJwI7PCCFRJS6QS5JTb9dz4XSVH6mEQc > .row .container { width:320px;height:632px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X4CLGsfK09EvspEIPP7LyPi3fae2uuch { width:320px;height:31px;top:14px;left:0px;text-align:center;text-align-last:center;font-size:24px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #aga9UTuIbNWwS1R10SDhfQ9hkvDtRb5X { width:320px;height:27px;top:118px;left:0px;text-align:center;text-align-last:center;font-size:21px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #MTFeKLXSWBmzLpvB60Ndhn8ZGJfEtfrQ { width:320px;height:44px;top:45px;left:0px;text-align:left;text-align-last:left;font-size:17px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #FskL17Bq2VNfQ7EGls4IyTnTtextza2p { width:320px;height:40px;top:384px;left:0px;text-align:left;text-align-last:left;font-size:16px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #T6ncszQVkJ7eMnT6QIp9o5vRGD289AT2 { width:283px;height:160px;top:156px;left:37px;text-align:left;text-align-last:left;font-size:16px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ChdJhGKX1lPohfDzPpfhVxBVeBIpDfL0 { width:40px;height:40px;top:144px;left:0px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #xlftWPUTExi8PG8nCFv7VH2iNxE7bIuJ { width:40px;height:40px;top:223px;left:0px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #Tptt0hgnHcrTiMDnPMJ1XGL0kRy4iD7A { width:320px;height:120px;top:424px;left:0px;text-align:left;text-align-last:left;font-size:16px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #unIvlzMZclRXWPTz7KV7TyLG0pEyFIIS { width:320px;height:27px;top:338px;left:0px;text-align:center;text-align-last:center;font-size:21px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #VrBSv42QvoxobpUtNF6wNuoziysI21yc { width:164px;height:44px;top:556px;left:78px;z-index:100010;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #NmEH4lDTpvVRCkQi5s74Xru7LOgrfn1M { display:block; }
 }@media only screen and (max-width: 763px) { #sEm6TwwUzieqx9DKMcePGJ0Tohmayg1v { display:none; }#sEm6TwwUzieqx9DKMcePGJ0Tohmayg1v > .row .container { width:320px;height:95px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FmVLftgEhawaLBiRe9ERHSWwq2CBSiqA { width:320px;height:84px;top:9px;left:0px;font-size:33px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ykJKvTg84hwLztoaf8m9u0KdeDMJnT86 { display:none; }#ykJKvTg84hwLztoaf8m9u0KdeDMJnT86 > .row .container { width:320px;height:676px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wq5RnOaLTcsco6uJ5tfzNtvDTRxxEH6l { width:136px;height:60px;top:52.5px;left:92px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #qHG7vCcUThrD3bSVeVRtTLntHcf5GKQG { width:146px;height:61px;top:221px;left:87px;text-align:center;text-align-last:center;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #oxD4RJoD8SPEHt6AJsUImqr8TWGxSzPA { width:158px;height:80px;top:376px;left:81px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #aN0kTkbid8No89eNQoTSCXRvRegAnZya { width:159px;height:50px;top:548px;left:81px;text-align:center;text-align-last:center;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #kSBWTUoOrEHBxbZcQz50QvwK1GXnAIw1 { width:206px;height:125px;top:20px;left:57px;display:block; }
 }@media only screen and (max-width: 763px) { #qxH5Q8n7DyaLWDDtVR6NxwcO81N56fJX { width:206px;height:125px;top:186px;left:57px;display:block; }
 }@media only screen and (max-width: 763px) { #fnsFAJMqtPamVBmlyh7OS38R8sZU4THW { width:206px;height:125px;top:353px;left:57px;display:block; }
 }@media only screen and (max-width: 763px) { #nzF8X6nMGFQlAITWcmVQ4WuwLR7DngXV { width:206px;height:125px;top:511px;left:57px;display:block; }
 }@media only screen and (max-width: 763px) { #tJUCgd2ueLvSMB2HPvzvFzkD79NdW2e3 { width:78px;height:78px;top:10px;left:199px;display:block; }
 }@media only screen and (max-width: 763px) { #oHJWxo1g4bGGKy3SLaWrr6EaTirGpeNX { width:78px;height:78px;top:186px;left:199px;display:block; }
 }@media only screen and (max-width: 763px) { #bdVMqPp5y6xFVFg1O04m6tletTaowJRn { width:78px;height:78px;top:353px;left:210px;display:block; }
 }@media only screen and (max-width: 763px) { #TRKT4FZIDFxTGvrX04s3ZFIinAJdQDrS { width:78px;height:78px;top:511px;left:210px;display:block; }
 }@media only screen and (max-width: 763px) { #vKpZxy4LT1xda0UEDNkwZzl2lG9TcZ73 { display:block; }#vKpZxy4LT1xda0UEDNkwZzl2lG9TcZ73 > .row .container { width:320px;height:182px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #doS4x8hNyLeZbdNRxUvkLDuAFMhRSZHP { width:50px;height:50px;top:96px;left:128px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #QTTWi8EWVhPpv8LtA8yoAFiLHMSRXQ1J { width:50px;height:50px;top:96px;left:242px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #f8ktTrk49eMqZTy8IFFHFCxcuvSXUkV9 { width:50px;height:50px;top:96px;left:204px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #bRI97TB7Ow48ZyHb7EN8WfGlTpXc4xby { width:50px;height:50px;top:96px;left:167px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #H1m1XNZk5BylrTIWKWlKEObG1zMHN1mP { width:150px;height:19px;top:140px;left:131px;text-align:right;text-align-last:right;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #cmCmLTDErlfH7emXZyUETO4q0qn0FeFq { width:50px;height:50px;top:22px;left:130px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #hMipKKhuBpc5cTdxnIGi2ZIMAtUp4URl { width:190px;height:18px;top:66px;left:130px;text-align:right;text-align-last:right;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #IeIB6QOQvhit2xvo6eqkcA51RxvUnnH8 { width:50px;height:50px;top:22px;left:169px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #otzEWFUsRTQJhZJQEGy6JG1T2X23yppG { width:107px;height:54px;top:28px;left:12px;display:block; }
 }@media only screen and (max-width: 763px) { #PGNXIKLb5NNhyQsnRLb5eZtBiWezEG1R { width:111px;height:55px;top:96px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #wxOsuRMqPi5MkdFJfsafLvd2T4LVu76W { width:50px;height:50px;top:22px;left:206px;font-size:35px;display:block; }
 }