.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0px;left:0px;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:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ca36c2c8-507d-4e72-805d-471599d25db2/postada_parque.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#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 > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:14px;font-family:arial;height:1092px;width:960px;overflow:visible;position:relative;display:block; }#zN0on6GGSchu3FUJsJIHHvlGpqwBW7Un { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:43.9931px;width:40.9896px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:19px;left:906px; }
#zN0on6GGSchu3FUJsJIHHvlGpqwBW7Un > img { max-width: 100%;max-height:100%; }#bhptp2PC6eQTX216ixoA1IW6MqKNSvxd { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:40px;width:36.9792px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:22px;left:778px; }
#bhptp2PC6eQTX216ixoA1IW6MqKNSvxd > img { max-width: 100%;max-height:100%; }#ZMzGWn4ZUP3znbDTMOnSeLRcpIWpTCPx { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:35.9896px;width:40px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:22px;left:840px; }
#ZMzGWn4ZUP3znbDTMOnSeLRcpIWpTCPx > img { max-width: 100%;max-height:100%; }#ChylH5JOifce0PAoftKZkQFza4umsDaT { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:194px;width:960px;top:115.95486450195px;left:0px;overflow:hidden;display:block; }
#w61f8xfdRwdC5KBQI77huZAo8uwcrExK { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:195px;width:960px;display:none; }
#GG6XRbLRRxbt4T5gqMLypZ56Ea66qzqm { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:122px;width:122px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:897px;left:419px; }
#tJREBmgOygpOlWrIylscuJ0Ze57qQet8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#53322d;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tJREBmgOygpOlWrIylscuJ0Ze57qQet8 > .row .container { background-color: transparent; background-image: none; }#tJREBmgOygpOlWrIylscuJ0Ze57qQet8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tJREBmgOygpOlWrIylscuJ0Ze57qQet8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tJREBmgOygpOlWrIylscuJ0Ze57qQet8 > .row .container > .video-iframe-container { display: none; }#tJREBmgOygpOlWrIylscuJ0Ze57qQet8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tJREBmgOygpOlWrIylscuJ0Ze57qQet8 > .row > .video-iframe-container { display: none; }#tJREBmgOygpOlWrIylscuJ0Ze57qQet8 > .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); }#tJREBmgOygpOlWrIylscuJ0Ze57qQet8 > .row .container { border-width: 0; border-radius: 0; }#tJREBmgOygpOlWrIylscuJ0Ze57qQet8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tJREBmgOygpOlWrIylscuJ0Ze57qQet8 > .row .container { font-size:14px;font-family:arial;height:524px;width:960px;position:relative;display:block; }#LDyTnRaqo1tFDs7KKC5lhJ0RyAuIvI5a { box-sizing:content-box;height:200px;width:315.99px;position:absolute;display:block;z-index:14999;background-color:#000000;background-image:none;top:19px;left:127px;border-top:7px solid #f68926;border-left:7px solid #f68926;border-right:7px solid #f68926;border-bottom:7px solid #f68926;border-top-right-radius:28px;border-bottom-right-radius:28px;border-bottom-left-radius:28px;border-top-left-radius:28px;display:block; }
#TcbOll7spHavmfMylbzzzgzGyKlNrATE { color:#ffffff;display:block;width:241.962px;position:absolute;font-family:"league spartan";font-size:31px;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:138px;left:171px;height:40.3px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UCfvzFwrH1u7A1dkAA27001VVZRvLDDe { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:27.9688px;width:20.9896px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:175px;left:234px; }
#gfXlxvwmvPGHsqNfc8czvcKFn2tNqBgd { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:68px;width:68px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:71px;left:257.984375px; }
#gfXlxvwmvPGHsqNfc8czvcKFn2tNqBgd > img { max-width: 100%;max-height:100%; }#W9WEwLv9qA6JX8T3dSRXQC8CW4ksSSdx { color:#ffffff;display:block;width:105px;position:absolute;font-family:arial;font-size:16px;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:181px;left:259px;height:20.7969px;display:block; }
#o7GlcIxnBAc2Nx2Da1pAO7ZfGcJMtf0d { box-sizing:content-box;height:200px;width:315.99px;position:absolute;display:block;z-index:15001;background-color:#000000;background-image:none;top:279px;left:314px;border-top:7px solid #f68926;border-left:7px solid #f68926;border-right:7px solid #f68926;border-bottom:7px solid #f68926;border-top-right-radius:28px;border-bottom-right-radius:28px;border-bottom-left-radius:28px;border-top-left-radius:28px;display:block; }
#GdKx8JeCgai1Q7FIlXcX1hCW7fcDgdJM { color:#ffffff;display:block;width:240px;position:absolute;font-family:"league spartan";font-size:31px;font-weight:normal;z-index:15017;line-height:1;letter-spacing:0;top:409px;left:359px;height:31px;text-align:center;text-align-last:center;display:block; }
#BnkiT1oGlWazLPEJbNTyGqpimrQPOHtI { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:27.9688px;width:20.9896px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:442px;left:417px; }
#tlwh2IndgMQm6guTGA5Do43kVe8c1Hkq { color:#ffffff;display:block;width:105px;position:absolute;font-family:arial;font-size:16px;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:446px;left:443px;height:20.7969px;display:block; }
#VD2LaKW4fvLHQ4BCz7cUCkqGTawyKPlk { box-sizing:content-box;height:200px;width:315.99px;position:absolute;display:block;z-index:15000;background-color:#000000;background-image:none;top:19px;left:563px;border-top:7px solid #f68926;border-left:7px solid #f68926;border-right:7px solid #f68926;border-bottom:7px solid #f68926;border-top-right-radius:28px;border-bottom-right-radius:28px;border-bottom-left-radius:28px;border-top-left-radius:28px;display:block; }
#JJ9ZR5KNeXKr0bWwe86L0uga2TmW5Sx9 { color:#ffffff;display:block;width:248.976px;position:absolute;font-family:"league spartan";font-size:31px;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:138px;left:603px;height:40.3px;text-align:center;text-align-last:center;display:block; }
#EfRRAUduAzg1yaUoVze1ttPkyU2Cqyuy { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:27.9688px;width:20.9896px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:178px;left:665px; }
#uCBTq7TziDwvWIsuBBTyvsMEpFQrfczw { color:#ffffff;display:block;width:105px;position:absolute;font-family:arial;font-size:16px;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:182px;left:689px;height:20.7969px;display:block; }
#gHHG1c3ihsTJm9Cy92DMN5LIn406s0sZ { color:#a0fd03;display:block;width:241.961px;position:absolute;font-family:"league spartan";font-size:31px;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:35.6953125px;left:171.0078125px;height:40.3px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IgFGEp4MttTUsXT4DzeTeqN51gvPTnsV { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:68px;width:68px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:70.799987792969px;left:693.78125px; }
#IgFGEp4MttTUsXT4DzeTeqN51gvPTnsV > img { max-width: 100%;max-height:100%; }#vqTsF8lJmzpA78Df6TcgSgPEvk4Naq6l { color:#a0fd03;display:block;width:241.956px;position:absolute;font-family:"league spartan";font-size:31px;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:35.6875px;left:606.80627441406px;height:40.3px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sTvlRFhBxeQKFUNFNFq5Ndvfst9MTBWX { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:68px;width:68px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:328px;left:446px; }
#sTvlRFhBxeQKFUNFNFq5Ndvfst9MTBWX > img { max-width: 100%;max-height:100%; }#zyTn5EbITJlCz0txxTFFvvq8TTUJHJbq { color:#a0fd03;display:block;width:241.956px;position:absolute;font-family:"league spartan";font-size:31px;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:35.6875px;left:606.80627441406px;height:40.3px;text-align:center;text-align-last:center;font-style:normal;display:none; }
#zl6EwyVBSAX8OF7prP1JXF6MNcErXG8P { background-color:#31261f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zl6EwyVBSAX8OF7prP1JXF6MNcErXG8P > .row .container { background-color: transparent; background-image: none; }#zl6EwyVBSAX8OF7prP1JXF6MNcErXG8P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zl6EwyVBSAX8OF7prP1JXF6MNcErXG8P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zl6EwyVBSAX8OF7prP1JXF6MNcErXG8P > .row .container > .video-iframe-container { display: none; }#zl6EwyVBSAX8OF7prP1JXF6MNcErXG8P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zl6EwyVBSAX8OF7prP1JXF6MNcErXG8P > .row > .video-iframe-container { display: none; }#zl6EwyVBSAX8OF7prP1JXF6MNcErXG8P > .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); }#zl6EwyVBSAX8OF7prP1JXF6MNcErXG8P > .row .container { border-width: 0; border-radius: 0; }#zl6EwyVBSAX8OF7prP1JXF6MNcErXG8P > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zl6EwyVBSAX8OF7prP1JXF6MNcErXG8P > .row .container { width:960px;height:706px;font-size:14px;font-family:"open sans";position:relative;display:block; }#TGRBPBz3fvuxIEBpbmh4hgL9qfg0ekP9 { color:#ffffff;display:block;width:558px;position:absolute;font-family:"league spartan";font-size:38px;font-weight:300;z-index:15004;line-height:1.2;letter-spacing:0;top:35.312530517578px;left:30.954864501953px;height:91.1875px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ad7tufhRSUwgauo01FCRrzuRuTO06lpC .widget-form-header {  }
#ad7tufhRSUwgauo01FCRrzuRuTO06lpC .widget-regular-label { height:auto;display:block;font-family:"league spartan";font-size:17px;font-weight:bold;color:#2e241c;width:259px;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; }
#ad7tufhRSUwgauo01FCRrzuRuTO06lpC .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:0;margin-bottom:4px;margin-left:0;display:block;width:259px;box-sizing:border-box;height:41px;color:#161616;font-size:14px;overflow:hidden;font-family:"open sans";vertical-align:top; }
#ad7tufhRSUwgauo01FCRrzuRuTO06lpC .widget-input-text {padding-top: 0; padding-bottom: 0;}#ad7tufhRSUwgauo01FCRrzuRuTO06lpC .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:0;margin-bottom:4px;margin-left:0;display:block;width:259px;box-sizing:border-box;height:70px;color:#161616;font-size:14px;overflow:hidden;font-family:"open sans";vertical-align:top; }
#ad7tufhRSUwgauo01FCRrzuRuTO06lpC .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:0;margin-bottom:4px;margin-left:0;display:block;width:259px;box-sizing:border-box;height:40px;color:#646464;font-family:"league spartan";font-size:18px;overflow:hidden;vertical-align:top; }
#ad7tufhRSUwgauo01FCRrzuRuTO06lpC .widget-input-select {padding-top: 0; padding-bottom: 0;}#ad7tufhRSUwgauo01FCRrzuRuTO06lpC .widget-input-checkbox { width:16px;height:16px;box-sizing:border-box;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:0;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top; }
#ad7tufhRSUwgauo01FCRrzuRuTO06lpC .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#ad7tufhRSUwgauo01FCRrzuRuTO06lpC .widget-input-button { border-top-left-radius:42px;border-top-right-radius:42px;border-bottom-left-radius:42px;border-bottom-right-radius:42px;background-color:#2e1e14;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;box-sizing:border-box;font-size:15px;font-weight:bold;color:#f2f9ff;width:259px;height:55px;font-family:"open sans";overflow:hidden; }
#ad7tufhRSUwgauo01FCRrzuRuTO06lpC [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"league spartan";font-size:17px; }
#ad7tufhRSUwgauo01FCRrzuRuTO06lpC [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"league spartan";font-size:17px; }
#ad7tufhRSUwgauo01FCRrzuRuTO06lpC [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"league spartan";font-size:17px; }
#ad7tufhRSUwgauo01FCRrzuRuTO06lpC [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"league spartan";font-size:17px; }
#ad7tufhRSUwgauo01FCRrzuRuTO06lpC .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"league spartan";line-height:1.3;font-size:13px;font-weight:300;color:#000000;vertical-align:top;width:239px;overflow:hidden;font-style:normal; }
#ad7tufhRSUwgauo01FCRrzuRuTO06lpC .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;vertical-align:middle; }
#ad7tufhRSUwgauo01FCRrzuRuTO06lpC .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;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; }
#ad7tufhRSUwgauo01FCRrzuRuTO06lpC .widget-container { padding-top:8px;padding-right:0;padding-bottom:7px;padding-left:0;width:100%;font-size:0;height:auto; }
#ad7tufhRSUwgauo01FCRrzuRuTO06lpC .widget-container:first-of-type{padding-top:0;}#ad7tufhRSUwgauo01FCRrzuRuTO06lpC .widget-container:last-of-type{padding-bottom:0;}#ad7tufhRSUwgauo01FCRrzuRuTO06lpC  { background-color:#ead0be;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:259px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;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:605.98956298828px;top:145.17358398438px;z-index:15012;position:absolute; }
#ad7tufhRSUwgauo01FCRrzuRuTO06lpC .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:259px;display:block;vertical-align:top; }
#ad7tufhRSUwgauo01FCRrzuRuTO06lpC .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:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#ad7tufhRSUwgauo01FCRrzuRuTO06lpC {display:block;}#ad7tufhRSUwgauo01FCRrzuRuTO06lpC { background-color:#ead0be;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:259px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;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:605.98956298828px;top:145.17358398438px;z-index:15012;position:absolute; }
#ad7tufhRSUwgauo01FCRrzuRuTO06lpC #NESHZMPWnFKCJrWtTLEtFBad7fdhk4rW { position:relative; }
#ad7tufhRSUwgauo01FCRrzuRuTO06lpC #cWD8cchBvfOy70cAJqPZfNiH5damNtvV { position:relative;display:block; }
#ad7tufhRSUwgauo01FCRrzuRuTO06lpC #COpiQbm2P9N9VTbdSk4H1k9nycVapqkA { position:relative; }
#ad7tufhRSUwgauo01FCRrzuRuTO06lpC #QEgbJEXRTyHNbGFKaneK6bRXhXnpQNy4 { position:relative; }
#ad7tufhRSUwgauo01FCRrzuRuTO06lpC #slMezTSbDFcKZNMDqn67f2aXcvTnuQkT { position:relative;display:block; }
#ad7tufhRSUwgauo01FCRrzuRuTO06lpC #w33iCT8oSR1vZZZEupa4wyeLMVQhfCCa { position:relative; }
#ad7tufhRSUwgauo01FCRrzuRuTO06lpC #QNpsuLNbUKyqiKhX1nJiwwbiA5ML5OPB { position:relative; }
#ad7tufhRSUwgauo01FCRrzuRuTO06lpC #Z6gn92leDl10u1Lnfcxltzpp9Ms1GkZE { position:relative;display:block; }
#ad7tufhRSUwgauo01FCRrzuRuTO06lpC #pEBJNZ0pQHFdkq6NX4K2ISuO9W9SDDxF { position:relative; }
#ad7tufhRSUwgauo01FCRrzuRuTO06lpC #dablJV2PLLI4FZ2H4CcNQ65S8A0DCCOq { position:relative; }
#ad7tufhRSUwgauo01FCRrzuRuTO06lpC #iOsvn4pZG74XTM4g1uQTWsqGxLfdCrdh { position:relative;display:block; }
#ad7tufhRSUwgauo01FCRrzuRuTO06lpC #VKiaAyMl5T54W5yfdbNZlJIiUgJAyssG { position:relative; }
#ad7tufhRSUwgauo01FCRrzuRuTO06lpC #sbIW1CIIkLGSlLsGUTDeSUzwwlySe3se { position:relative; }
#ad7tufhRSUwgauo01FCRrzuRuTO06lpC #a9vV7zmn6FGPp8rpVaB549z0NXErS6So { position:relative;z-index:2; }
#ad7tufhRSUwgauo01FCRrzuRuTO06lpC #eCFWu1vfWL0LtHQJ3VzbZTqg2zEv35B0 { position:relative; }
#ad7tufhRSUwgauo01FCRrzuRuTO06lpC #qsZ3iWfEuH7J462mgCNpiivZcV96ysTE { position:relative; }
#ad7tufhRSUwgauo01FCRrzuRuTO06lpC #eMrLvsgqImhaQsB0GDOEE3Tyf49X3gK0 { position:relative; }
#XmGof927fOnbZvfqrq2uKO1BeD0bpe0c { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:539px;width:539px;top:126.49304199219px;left:20.954864501953px;overflow:hidden;display:block; }
#wkdOyStLAac1uhNk7wJC15NUwTzAFxCv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#31261f;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wkdOyStLAac1uhNk7wJC15NUwTzAFxCv > .row .container { background-color: transparent; background-image: none; }#wkdOyStLAac1uhNk7wJC15NUwTzAFxCv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wkdOyStLAac1uhNk7wJC15NUwTzAFxCv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wkdOyStLAac1uhNk7wJC15NUwTzAFxCv > .row .container > .video-iframe-container { display: none; }#wkdOyStLAac1uhNk7wJC15NUwTzAFxCv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wkdOyStLAac1uhNk7wJC15NUwTzAFxCv > .row > .video-iframe-container { display: none; }#wkdOyStLAac1uhNk7wJC15NUwTzAFxCv > .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); }#wkdOyStLAac1uhNk7wJC15NUwTzAFxCv > .row .container { border-width: 0; border-radius: 0; }#wkdOyStLAac1uhNk7wJC15NUwTzAFxCv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wkdOyStLAac1uhNk7wJC15NUwTzAFxCv > .row .container { font-size:14px;font-family:arial;height:180px;width:960px;position:relative;display:block; }#N65TXUFFJFPK2t63yPAcE160Ufan2PfT { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:90px;width:80px;top:34.941040039062px;left:719.98263549805px;overflow:hidden;display:block; }
#Z6sod5Z9IOB0fTT451qkP0yt0wsEazuw { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:72.9948px;width:115px;top:40.963500976562px;left:845px;overflow:hidden;display:block; }
#DcGQb5gJaPpa7lN65y73yw2v9vy5eqdB { color:#ffffff;display:block;width:335px;position:absolute;font-family:"league spartan";font-size:21px;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:71.3359375px;left:231.9609375px;height:54.5938px;text-align:center;text-align-last:center;display:block; }
#B0JAftiK1CEfTVpfR4kZifcWoEHgPhTM { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:173.976px;width:173.976px;top:6.0242614746094px;left:0px;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zN0on6GGSchu3FUJsJIHHvlGpqwBW7Un { top:19px;left:724px;width:40px;height:43px;display:block; }
#zN0on6GGSchu3FUJsJIHHvlGpqwBW7Un > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #bhptp2PC6eQTX216ixoA1IW6MqKNSvxd { top:22px;left:680px;width:36px;height:40px;display:block; }
#bhptp2PC6eQTX216ixoA1IW6MqKNSvxd > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #ZMzGWn4ZUP3znbDTMOnSeLRcpIWpTCPx { top:22px;left:724px;width:40px;height:35px;display:block; }
#ZMzGWn4ZUP3znbDTMOnSeLRcpIWpTCPx > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #ChylH5JOifce0PAoftKZkQFza4umsDaT { top:115px;left:0px;width:764px;height:154.39166666667px;display:block; }
 }@media only screen and (max-width: 763px) { #w61f8xfdRwdC5KBQI77huZAo8uwcrExK { width:764px;height:155px;display:none; }
 }@media only screen and (max-width: 763px) { #GG6XRbLRRxbt4T5gqMLypZ56Ea66qzqm { top:897px;left:321px;width:122px;height:122px;display:block; }
 }@media only screen and (max-width: 763px) { #tJREBmgOygpOlWrIylscuJ0Ze57qQet8 { display:block; }#tJREBmgOygpOlWrIylscuJ0Ze57qQet8 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LDyTnRaqo1tFDs7KKC5lhJ0RyAuIvI5a { top:19px;left:0px;width:315px;height:200px;display:block; }
 }@media only screen and (max-width: 763px) { #TcbOll7spHavmfMylbzzzgzGyKlNrATE { top:138px;left:13px;width:241px;height:40px;font-size:31px;display:block; }
 }@media only screen and (max-width: 763px) { #UCfvzFwrH1u7A1dkAA27001VVZRvLDDe { top:175px;left:201px;width:20px;height:27px;display:block; }
 }@media only screen and (max-width: 763px) { #gfXlxvwmvPGHsqNfc8czvcKFn2tNqBgd { top:71px;left:186px;width:68px;height:68px;display:block; }
#gfXlxvwmvPGHsqNfc8czvcKFn2tNqBgd > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #W9WEwLv9qA6JX8T3dSRXQC8CW4ksSSdx { top:181px;left:149px;width:105px;height:20px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #o7GlcIxnBAc2Nx2Da1pAO7ZfGcJMtf0d { top:279px;left:0px;width:315px;height:200px;display:block; }
 }@media only screen and (max-width: 763px) { #GdKx8JeCgai1Q7FIlXcX1hCW7fcDgdJM { top:409px;left:260px;width:240px;height:31px;font-size:31px;display:block; }
 }@media only screen and (max-width: 763px) { #BnkiT1oGlWazLPEJbNTyGqpimrQPOHtI { top:442px;left:318px;width:20px;height:27px;display:block; }
 }@media only screen and (max-width: 763px) { #tlwh2IndgMQm6guTGA5Do43kVe8c1Hkq { top:446px;left:344px;width:105px;height:20px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #VD2LaKW4fvLHQ4BCz7cUCkqGTawyKPlk { top:19px;left:179px;width:315px;height:200px;display:block; }
 }@media only screen and (max-width: 763px) { #JJ9ZR5KNeXKr0bWwe86L0uga2TmW5Sx9 { top:138px;left:260px;width:248px;height:40px;font-size:31px;display:block; }
 }@media only screen and (max-width: 763px) { #EfRRAUduAzg1yaUoVze1ttPkyU2Cqyuy { top:178px;left:508px;width:20px;height:27px;display:block; }
 }@media only screen and (max-width: 763px) { #uCBTq7TziDwvWIsuBBTyvsMEpFQrfczw { top:182px;left:524px;width:105px;height:20px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #gHHG1c3ihsTJm9Cy92DMN5LIn406s0sZ { top:35px;left:13px;width:241px;height:40px;font-size:31px;display:block; }
 }@media only screen and (max-width: 763px) { #IgFGEp4MttTUsXT4DzeTeqN51gvPTnsV { top:70px;left:528.78125px;width:68px;height:68px;display:block; }
#IgFGEp4MttTUsXT4DzeTeqN51gvPTnsV > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #vqTsF8lJmzpA78Df6TcgSgPEvk4Naq6l { top:35px;left:267px;width:241px;height:40px;font-size:31px;display:block; }
 }@media only screen and (max-width: 763px) { #sTvlRFhBxeQKFUNFNFq5Ndvfst9MTBWX { top:328px;left:347px;width:68px;height:68px;display:block; }
#sTvlRFhBxeQKFUNFNFq5Ndvfst9MTBWX > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #zyTn5EbITJlCz0txxTFFvvq8TTUJHJbq { top:35px;left:267px;width:241px;height:40px;font-size:31px;display:none; }
 }@media only screen and (max-width: 763px) { #zl6EwyVBSAX8OF7prP1JXF6MNcErXG8P { display:block; }#zl6EwyVBSAX8OF7prP1JXF6MNcErXG8P > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TGRBPBz3fvuxIEBpbmh4hgL9qfg0ekP9 { width:558px;height:91px;top:35px;left:0px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #ad7tufhRSUwgauo01FCRrzuRuTO06lpC .widget-regular-label { display:block;width:259px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ad7tufhRSUwgauo01FCRrzuRuTO06lpC .widget-input-text { width:259px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#ad7tufhRSUwgauo01FCRrzuRuTO06lpC .widget-input-text {padding-top: 0; padding-bottom: 0;}#ad7tufhRSUwgauo01FCRrzuRuTO06lpC .widget-textarea { width:259px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#ad7tufhRSUwgauo01FCRrzuRuTO06lpC .widget-input-select { width:259px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#ad7tufhRSUwgauo01FCRrzuRuTO06lpC .widget-input-select {padding-top: 0; padding-bottom: 0;}#ad7tufhRSUwgauo01FCRrzuRuTO06lpC .widget-input-button { width:259px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#ad7tufhRSUwgauo01FCRrzuRuTO06lpC .widget-checkbox-label { width:240px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ad7tufhRSUwgauo01FCRrzuRuTO06lpC  { width:259px;height:auto;top:145px;left:465px; }
#ad7tufhRSUwgauo01FCRrzuRuTO06lpC .radio-container { width:259px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#ad7tufhRSUwgauo01FCRrzuRuTO06lpC {display:block;}#ad7tufhRSUwgauo01FCRrzuRuTO06lpC { width:259px;height:auto;top:145px;left:465px; }
 }@media only screen and (max-width: 763px) { #ad7tufhRSUwgauo01FCRrzuRuTO06lpC #NESHZMPWnFKCJrWtTLEtFBad7fdhk4rW {  }
 }@media only screen and (max-width: 763px) { #ad7tufhRSUwgauo01FCRrzuRuTO06lpC #cWD8cchBvfOy70cAJqPZfNiH5damNtvV { display:block; }
 }@media only screen and (max-width: 763px) { #ad7tufhRSUwgauo01FCRrzuRuTO06lpC #COpiQbm2P9N9VTbdSk4H1k9nycVapqkA {  }
 }@media only screen and (max-width: 763px) { #ad7tufhRSUwgauo01FCRrzuRuTO06lpC #QEgbJEXRTyHNbGFKaneK6bRXhXnpQNy4 {  }
 }@media only screen and (max-width: 763px) { #ad7tufhRSUwgauo01FCRrzuRuTO06lpC #slMezTSbDFcKZNMDqn67f2aXcvTnuQkT { display:block; }
 }@media only screen and (max-width: 763px) { #ad7tufhRSUwgauo01FCRrzuRuTO06lpC #w33iCT8oSR1vZZZEupa4wyeLMVQhfCCa {  }
 }@media only screen and (max-width: 763px) { #ad7tufhRSUwgauo01FCRrzuRuTO06lpC #QNpsuLNbUKyqiKhX1nJiwwbiA5ML5OPB {  }
 }@media only screen and (max-width: 763px) { #ad7tufhRSUwgauo01FCRrzuRuTO06lpC #Z6gn92leDl10u1Lnfcxltzpp9Ms1GkZE { display:block; }
 }@media only screen and (max-width: 763px) { #ad7tufhRSUwgauo01FCRrzuRuTO06lpC #pEBJNZ0pQHFdkq6NX4K2ISuO9W9SDDxF {  }
 }@media only screen and (max-width: 763px) { #ad7tufhRSUwgauo01FCRrzuRuTO06lpC #dablJV2PLLI4FZ2H4CcNQ65S8A0DCCOq {  }
 }@media only screen and (max-width: 763px) { #ad7tufhRSUwgauo01FCRrzuRuTO06lpC #iOsvn4pZG74XTM4g1uQTWsqGxLfdCrdh { display:block; }
 }@media only screen and (max-width: 763px) { #ad7tufhRSUwgauo01FCRrzuRuTO06lpC #VKiaAyMl5T54W5yfdbNZlJIiUgJAyssG {  }
 }@media only screen and (max-width: 763px) { #ad7tufhRSUwgauo01FCRrzuRuTO06lpC #sbIW1CIIkLGSlLsGUTDeSUzwwlySe3se {  }
 }@media only screen and (max-width: 763px) { #ad7tufhRSUwgauo01FCRrzuRuTO06lpC #a9vV7zmn6FGPp8rpVaB549z0NXErS6So { z-index:2; }
 }@media only screen and (max-width: 763px) { #ad7tufhRSUwgauo01FCRrzuRuTO06lpC #eCFWu1vfWL0LtHQJ3VzbZTqg2zEv35B0 {  }
 }@media only screen and (max-width: 763px) { #ad7tufhRSUwgauo01FCRrzuRuTO06lpC #qsZ3iWfEuH7J462mgCNpiivZcV96ysTE {  }
 }@media only screen and (max-width: 763px) { #ad7tufhRSUwgauo01FCRrzuRuTO06lpC #eMrLvsgqImhaQsB0GDOEE3Tyf49X3gK0 {  }
 }@media only screen and (max-width: 763px) { #XmGof927fOnbZvfqrq2uKO1BeD0bpe0c { top:126px;left:0px;width:539px;height:539px;display:block; }
 }@media only screen and (max-width: 763px) { #wkdOyStLAac1uhNk7wJC15NUwTzAFxCv { display:block; }#wkdOyStLAac1uhNk7wJC15NUwTzAFxCv > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N65TXUFFJFPK2t63yPAcE160Ufan2PfT { top:34px;left:554.98263549805px;width:80px;height:90px;display:block; }
 }@media only screen and (max-width: 763px) { #Z6sod5Z9IOB0fTT451qkP0yt0wsEazuw { top:40px;left:647px;width:115px;height:72.9948px;display:block; }
 }@media only screen and (max-width: 763px) { #DcGQb5gJaPpa7lN65y73yw2v9vy5eqdB { top:71px;left:0px;width:335px;height:54px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #B0JAftiK1CEfTVpfR4kZifcWoEHgPhTM { top:6px;left:0px;width:173px;height:173px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ca36c2c8-507d-4e72-805d-471599d25db2/postada_parque.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#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:680px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zN0on6GGSchu3FUJsJIHHvlGpqwBW7Un { display:flex;width:28.9931px;height:35px;top:17px;left:187px; }
#zN0on6GGSchu3FUJsJIHHvlGpqwBW7Un > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #bhptp2PC6eQTX216ixoA1IW6MqKNSvxd { display:flex;width:25.9983px;height:30px;top:19px;left:103px; }
#bhptp2PC6eQTX216ixoA1IW6MqKNSvxd > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #ZMzGWn4ZUP3znbDTMOnSeLRcpIWpTCPx { display:flex;width:28px;height:29px;top:20px;left:141px; }
#ZMzGWn4ZUP3znbDTMOnSeLRcpIWpTCPx > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #ChylH5JOifce0PAoftKZkQFza4umsDaT { width:251px;height:51px;top:71.996531486511px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #w61f8xfdRwdC5KBQI77huZAo8uwcrExK { top:86.97917175293px;left:0px;width:320px;height:65px;z-index:15005;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #GG6XRbLRRxbt4T5gqMLypZ56Ea66qzqm { display:flex;width:69px;height:69px;top:575.9765625px;left:128.9921875px; }
 }@media only screen and (max-width: 763px) { #tJREBmgOygpOlWrIylscuJ0Ze57qQet8 { display:block; }#tJREBmgOygpOlWrIylscuJ0Ze57qQet8 > .row .container { width:320px;height:538px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LDyTnRaqo1tFDs7KKC5lhJ0RyAuIvI5a { width:185px;height:116.997px;top:32px;left:69px;display:block; }
 }@media only screen and (max-width: 763px) { #TcbOll7spHavmfMylbzzzgzGyKlNrATE { width:128.976px;height:18.2px;top:105px;left:103px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UCfvzFwrH1u7A1dkAA27001VVZRvLDDe { display:flex;width:20px;height:26.9792px;top:121px;left:110px; }
 }@media only screen and (max-width: 763px) { #gfXlxvwmvPGHsqNfc8czvcKFn2tNqBgd { display:flex;width:46px;height:46px;top:57px;left:148px; }
#gfXlxvwmvPGHsqNfc8czvcKFn2tNqBgd > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #W9WEwLv9qA6JX8T3dSRXQC8CW4ksSSdx { width:110.99px;height:18.2px;top:127px;left:123px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o7GlcIxnBAc2Nx2Da1pAO7ZfGcJMtf0d { width:180.99px;height:115.99px;top:359px;left:71px;display:block; }
 }@media only screen and (max-width: 763px) { #GdKx8JeCgai1Q7FIlXcX1hCW7fcDgdJM { width:150.99px;height:14.0017px;top:429px;left:92px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BnkiT1oGlWazLPEJbNTyGqpimrQPOHtI { display:flex;width:20px;height:26.9792px;top:442px;left:110px; }
 }@media only screen and (max-width: 763px) { #tlwh2IndgMQm6guTGA5Do43kVe8c1Hkq { width:105px;height:18.2px;top:448px;left:127px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VD2LaKW4fvLHQ4BCz7cUCkqGTawyKPlk { width:180.99px;height:115.99px;top:193px;left:71px;display:block; }
 }@media only screen and (max-width: 763px) { #JJ9ZR5KNeXKr0bWwe86L0uga2TmW5Sx9 { width:155px;height:18.2px;top:266px;left:88px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EfRRAUduAzg1yaUoVze1ttPkyU2Cqyuy { display:flex;width:20px;height:26.9792px;top:283px;left:109px; }
 }@media only screen and (max-width: 763px) { #uCBTq7TziDwvWIsuBBTyvsMEpFQrfczw { width:105px;height:18.2px;top:288px;left:124px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gHHG1c3ihsTJm9Cy92DMN5LIn406s0sZ { width:187px;height:18.2px;top:41px;left:77px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IgFGEp4MttTUsXT4DzeTeqN51gvPTnsV { display:flex;width:45px;height:45px;top:219.79999923706px;left:144.5px; }
#IgFGEp4MttTUsXT4DzeTeqN51gvPTnsV > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #vqTsF8lJmzpA78Df6TcgSgPEvk4Naq6l { width:175px;height:18.1953px;top:202.40000534058px;left:80.799999237061px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sTvlRFhBxeQKFUNFNFq5Ndvfst9MTBWX { display:flex;width:41px;height:41px;top:389px;left:148px; }
#sTvlRFhBxeQKFUNFNFq5Ndvfst9MTBWX > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #zyTn5EbITJlCz0txxTFFvvq8TTUJHJbq { width:175px;height:18.1953px;top:371.8125px;left:81px;font-size:14px;text-align:center;text-align-last:center;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #zl6EwyVBSAX8OF7prP1JXF6MNcErXG8P { background-color:#31261f;background-image:none;display:block; }#zl6EwyVBSAX8OF7prP1JXF6MNcErXG8P > .row .container { background-color: transparent; background-image: none; }#zl6EwyVBSAX8OF7prP1JXF6MNcErXG8P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zl6EwyVBSAX8OF7prP1JXF6MNcErXG8P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zl6EwyVBSAX8OF7prP1JXF6MNcErXG8P > .row .container > .video-iframe-container { display: none; }#zl6EwyVBSAX8OF7prP1JXF6MNcErXG8P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zl6EwyVBSAX8OF7prP1JXF6MNcErXG8P > .row > .video-iframe-container { display: none; }#zl6EwyVBSAX8OF7prP1JXF6MNcErXG8P > .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); }#zl6EwyVBSAX8OF7prP1JXF6MNcErXG8P > .row .container { width:320px;height:980px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TGRBPBz3fvuxIEBpbmh4hgL9qfg0ekP9 { width:282.969px;height:72.0052px;top:27.96875px;left:18.506946563721px;text-align:center;text-align-last:center;font-size:24px;font-family:"league spartan";line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #ad7tufhRSUwgauo01FCRrzuRuTO06lpC .widget-regular-label { display:block;width:249px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ad7tufhRSUwgauo01FCRrzuRuTO06lpC .widget-input-text { width:249px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#ad7tufhRSUwgauo01FCRrzuRuTO06lpC .widget-input-text {padding-top: 0; padding-bottom: 0;}#ad7tufhRSUwgauo01FCRrzuRuTO06lpC .widget-textarea { width:249px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#ad7tufhRSUwgauo01FCRrzuRuTO06lpC .widget-input-select { width:249px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#ad7tufhRSUwgauo01FCRrzuRuTO06lpC .widget-input-select {padding-top: 0; padding-bottom: 0;}#ad7tufhRSUwgauo01FCRrzuRuTO06lpC .widget-input-button { width:249px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#ad7tufhRSUwgauo01FCRrzuRuTO06lpC .widget-checkbox-label { width:230px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ad7tufhRSUwgauo01FCRrzuRuTO06lpC  { width:248.976px;height:auto;top:467.95140457153px;left:15.503475189209px; }
#ad7tufhRSUwgauo01FCRrzuRuTO06lpC .radio-container { width:249px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#ad7tufhRSUwgauo01FCRrzuRuTO06lpC {display:block;}#ad7tufhRSUwgauo01FCRrzuRuTO06lpC { width:248.976px;height:auto;top:467.95140457153px;left:15.503475189209px; }
 }@media only screen and (max-width: 763px) { #ad7tufhRSUwgauo01FCRrzuRuTO06lpC #NESHZMPWnFKCJrWtTLEtFBad7fdhk4rW {  }
 }@media only screen and (max-width: 763px) { #ad7tufhRSUwgauo01FCRrzuRuTO06lpC #cWD8cchBvfOy70cAJqPZfNiH5damNtvV { display:block; }
 }@media only screen and (max-width: 763px) { #ad7tufhRSUwgauo01FCRrzuRuTO06lpC #COpiQbm2P9N9VTbdSk4H1k9nycVapqkA {  }
 }@media only screen and (max-width: 763px) { #ad7tufhRSUwgauo01FCRrzuRuTO06lpC #QEgbJEXRTyHNbGFKaneK6bRXhXnpQNy4 {  }
 }@media only screen and (max-width: 763px) { #ad7tufhRSUwgauo01FCRrzuRuTO06lpC #slMezTSbDFcKZNMDqn67f2aXcvTnuQkT { display:block; }
 }@media only screen and (max-width: 763px) { #ad7tufhRSUwgauo01FCRrzuRuTO06lpC #w33iCT8oSR1vZZZEupa4wyeLMVQhfCCa {  }
 }@media only screen and (max-width: 763px) { #ad7tufhRSUwgauo01FCRrzuRuTO06lpC #QNpsuLNbUKyqiKhX1nJiwwbiA5ML5OPB {  }
 }@media only screen and (max-width: 763px) { #ad7tufhRSUwgauo01FCRrzuRuTO06lpC #Z6gn92leDl10u1Lnfcxltzpp9Ms1GkZE { display:block; }
 }@media only screen and (max-width: 763px) { #ad7tufhRSUwgauo01FCRrzuRuTO06lpC #pEBJNZ0pQHFdkq6NX4K2ISuO9W9SDDxF {  }
 }@media only screen and (max-width: 763px) { #ad7tufhRSUwgauo01FCRrzuRuTO06lpC #dablJV2PLLI4FZ2H4CcNQ65S8A0DCCOq {  }
 }@media only screen and (max-width: 763px) { #ad7tufhRSUwgauo01FCRrzuRuTO06lpC #iOsvn4pZG74XTM4g1uQTWsqGxLfdCrdh { display:block; }
 }@media only screen and (max-width: 763px) { #ad7tufhRSUwgauo01FCRrzuRuTO06lpC #VKiaAyMl5T54W5yfdbNZlJIiUgJAyssG {  }
 }@media only screen and (max-width: 763px) { #ad7tufhRSUwgauo01FCRrzuRuTO06lpC #sbIW1CIIkLGSlLsGUTDeSUzwwlySe3se {  }
 }@media only screen and (max-width: 763px) { #ad7tufhRSUwgauo01FCRrzuRuTO06lpC #a9vV7zmn6FGPp8rpVaB549z0NXErS6So { z-index:2; }
 }@media only screen and (max-width: 763px) { #ad7tufhRSUwgauo01FCRrzuRuTO06lpC #eCFWu1vfWL0LtHQJ3VzbZTqg2zEv35B0 {  }
 }@media only screen and (max-width: 763px) { #ad7tufhRSUwgauo01FCRrzuRuTO06lpC #qsZ3iWfEuH7J462mgCNpiivZcV96ysTE {  }
 }@media only screen and (max-width: 763px) { #ad7tufhRSUwgauo01FCRrzuRuTO06lpC #eMrLvsgqImhaQsB0GDOEE3Tyf49X3gK0 {  }
 }@media only screen and (max-width: 763px) { #XmGof927fOnbZvfqrq2uKO1BeD0bpe0c { width:320px;height:320px;top:127.13542556763px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #wkdOyStLAac1uhNk7wJC15NUwTzAFxCv { background-color:#31261f;background-image:none;display:block; }#wkdOyStLAac1uhNk7wJC15NUwTzAFxCv > .row .container { background-color: transparent; background-image: none; }#wkdOyStLAac1uhNk7wJC15NUwTzAFxCv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wkdOyStLAac1uhNk7wJC15NUwTzAFxCv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wkdOyStLAac1uhNk7wJC15NUwTzAFxCv > .row .container > .video-iframe-container { display: none; }#wkdOyStLAac1uhNk7wJC15NUwTzAFxCv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wkdOyStLAac1uhNk7wJC15NUwTzAFxCv > .row > .video-iframe-container { display: none; }#wkdOyStLAac1uhNk7wJC15NUwTzAFxCv > .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); }#wkdOyStLAac1uhNk7wJC15NUwTzAFxCv > .row .container { width:320px;height:475px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N65TXUFFJFPK2t63yPAcE160Ufan2PfT { width:83.9931px;height:93.9931px;top:161.96179199219px;left:117.98611450195px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Z6sod5Z9IOB0fTT451qkP0yt0wsEazuw { width:100px;height:62.9688px;top:279.98266601562px;left:110px;display:block; }
 }@media only screen and (max-width: 763px) { #DcGQb5gJaPpa7lN65y73yw2v9vy5eqdB { width:320px;height:52px;top:371px;left:0px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B0JAftiK1CEfTVpfR4kZifcWoEHgPhTM { width:200px;height:202.986px;top:0px;left:60px;display:block; }
 }