.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/32a710b4-7299-44a4-babf-a32b75f15808/cabealho.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz.adaptive-delivery-prevent-bg, #Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz.lazyload, #Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz.lazyloading { background-image: none; }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz > .row .container { background-color: transparent; background-image: none; }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz > .row .container > .video-iframe-container { display: none; }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz > .row > .video-iframe-container { display: none; }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz > .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); }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz > .row .container { border-width: 0; border-radius: 0; }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz > .row > .video-iframe-container {  }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz > .row .container { font-size:0.875rem;font-family:arial;height:50.25rem;width:75rem;position:relative;display:block; }#CAKXArqz1T7vThpqOp62TlcSLpWhyh0c { position:absolute;display:block;z-index:100019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.4375rem;width:11.1875rem;top:1.125rem;left:15.03125rem;overflow:hidden;display:block; }
#ygQbwTKGu78Vk5BtI8bTeSfK17qsGU0A { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:"open sans";font-size:3.1875rem;font-weight:700;z-index:100020;line-height:1.3;letter-spacing:0;text-shadow:0.1875rem 0.1875rem 0.3125rem rgba(255,255,255,0.5);top:7.0436201095581rem;left:10.9375rem;height:4.14323125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DGaVlXMTorvTlSl4HtZT91y3cVU4kDOX { color:#ffffff;display:block;width:28.375rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:700;z-index:100022;line-height:1.3;letter-spacing:0;top:12.5625rem;left:6.875rem;height:4.2239625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dyJXqBJWeQFMhzfLrbMO5Bguf7TJtzop { position:absolute;display:block;z-index:100024;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;height:2rem;width:20rem;top:19.3125rem;left:10.625rem;display:block; }
#eVIpuLGUWSfSiDv4NpiNEld2G4D0JxMk { color:#464646;display:block;width:19.75rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:100028;line-height:1.3;letter-spacing:0;top:19.4375rem;left:10.75rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H8qJ3Bc4uKcWNP1ffkR9f9mRx8hWTv33 { color:#ffffff;display:block;width:26rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:100029;line-height:1.3;letter-spacing:0;top:22.25rem;left:7.625rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zwLyXCIB9BtUid5Hi1Ueg0pBn2pD3Dtw { position:absolute;display:block;z-index:100018;background-color:transparent;background-image: -webkit-linear-gradient(93deg, rgba(121,121,121,0.5), rgba(203,208,218,0.5));background-image: -moz-linear-gradient(93deg, rgba(121,121,121,0.5), rgba(203,208,218,0.5));background-image: -ms-linear-gradient(93deg, rgba(121,121,121,0.5), rgba(203,208,218,0.5));background-image: -o-linear-gradient(93deg, rgba(121,121,121,0.5), rgba(203,208,218,0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f797979', endColorstr='#7fcbd0da' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f797979', endColorstr='#7fcbd0da' );";background-image: linear-gradient(93deg, rgba(121,121,121,0.5), rgba(203,208,218,0.5));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: -0.25rem 0.1875rem 1rem rgba(255,255,255,0.5) ;height:23.8125rem;width:29.4375rem;top:25.1875rem;left:5.9375rem;display:block; }
#bEGVP5XXItEwnLgRUvcegk2EkBp4c5b6 { color:#ffffff;display:block;width:26.8125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:100030;line-height:1.3;letter-spacing:0;top:26.1875rem;left:7.25rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iNNsRTGAAFDCuPaxTEW5sipEUv4ZS5Ip { color:#ffffff;display:block;width:26.8125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:100031;line-height:1.3;letter-spacing:0;top:30.9375rem;left:7.25rem;height:17.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#stW2UOa6TxlVppy5f3XGaWTzZ8PmcHTx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#stW2UOa6TxlVppy5f3XGaWTzZ8PmcHTx > .row .container { background-color: transparent; background-image: none; }#stW2UOa6TxlVppy5f3XGaWTzZ8PmcHTx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#stW2UOa6TxlVppy5f3XGaWTzZ8PmcHTx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#stW2UOa6TxlVppy5f3XGaWTzZ8PmcHTx > .row .container > .video-iframe-container { display: none; }#stW2UOa6TxlVppy5f3XGaWTzZ8PmcHTx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#stW2UOa6TxlVppy5f3XGaWTzZ8PmcHTx > .row > .video-iframe-container { display: none; }#stW2UOa6TxlVppy5f3XGaWTzZ8PmcHTx > .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); }#stW2UOa6TxlVppy5f3XGaWTzZ8PmcHTx > .row .container { border-width: 0; border-radius: 0; }#stW2UOa6TxlVppy5f3XGaWTzZ8PmcHTx > .row > .video-iframe-container {  }#stW2UOa6TxlVppy5f3XGaWTzZ8PmcHTx > .row .container { font-size:0.875rem;font-family:arial;height:31.1875rem;width:75rem;position:relative;display:block; }#z0HfCQ8Q6tZsAt6pa3TbSg6SyTaqay6r { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:26.0625rem;width:36.0625rem;top:30.062502861023rem;left:7.5rem;overflow:hidden;display:none; }
#sf3GyVVKBvQUXXgswqTfoJJzkH6q2WhF { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:31.125rem;width:35.0625rem;top:1.125rem;left:2.375rem;overflow:hidden;display:block; }
#sMvZ9O3hsB63mWN0OPnLum7477U3xFHZ { color:#ffffff;display:block;width:31.4375rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:3.63671875rem;left:40.311719894409rem;height:4.22395625rem;font-style:normal;display:block; }
#suPNlF3RzZtHnPw0nFtePH9ETV9v2xxm { color:#000000;display:block;width:31.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:9.5rem;left:40.186719894409rem;height:7.796875rem;display:block; }
#oTUbTzK9O8c5cObxMys5TNdw4vHkEIWm { z-index:100001;top:20.6875rem;left:40.311719894409rem;background-color:#7700fd;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.875rem;height:3.375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#xIKg5DxEUTEpOUSl877Kbq5uMTSWO7nC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#gNGfNuLasTcHEype6uMDk1ITiEE9IOVb { position:relative;display:block; }#gNGfNuLasTcHEype6uMDk1ITiEE9IOVb { background-color: transparent; background-image: none; }#gNGfNuLasTcHEype6uMDk1ITiEE9IOVb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gNGfNuLasTcHEype6uMDk1ITiEE9IOVb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gNGfNuLasTcHEype6uMDk1ITiEE9IOVb > .row .container > .video-iframe-container { display: none; }#gNGfNuLasTcHEype6uMDk1ITiEE9IOVb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gNGfNuLasTcHEype6uMDk1ITiEE9IOVb > .row > .video-iframe-container { display: none; }#gNGfNuLasTcHEype6uMDk1ITiEE9IOVb > .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); }#gNGfNuLasTcHEype6uMDk1ITiEE9IOVb { border-width: 0; border-radius: 0; }#gNGfNuLasTcHEype6uMDk1ITiEE9IOVb > .row .container > .video-iframe-container {  }#gNGfNuLasTcHEype6uMDk1ITiEE9IOVb > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:7.3125rem;width:75rem;position:relative;display:block; }#XQkFTwFzWswoLpyklWkS7yl3vE8wM5lo { color:#000000;display:block;width:33.375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:1.9125003814698rem;left:20.8125rem;height:1.95rem;text-align:center;text-align-last:center;display:block; }
#cGdN2clcuIWe3BNDADPyXZJWXGUchinR { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:3.8625011444092rem;left:31.25rem;height:2.275rem;display:block; }
#Ed1Xq0FV0WPu1we1LiX5w8XO9lzEzmES { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#Ed1Xq0FV0WPu1we1LiX5w8XO9lzEzmES.adaptive-delivery-prevent-bg, #Ed1Xq0FV0WPu1we1LiX5w8XO9lzEzmES.lazyload, #Ed1Xq0FV0WPu1we1LiX5w8XO9lzEzmES.lazyloading { background-image: none; }#Ed1Xq0FV0WPu1we1LiX5w8XO9lzEzmES > .row .container { background-color: transparent; background-image: none; }#Ed1Xq0FV0WPu1we1LiX5w8XO9lzEzmES::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ed1Xq0FV0WPu1we1LiX5w8XO9lzEzmES > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ed1Xq0FV0WPu1we1LiX5w8XO9lzEzmES > .row .container > .video-iframe-container { display: none; }#Ed1Xq0FV0WPu1we1LiX5w8XO9lzEzmES > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ed1Xq0FV0WPu1we1LiX5w8XO9lzEzmES > .row > .video-iframe-container { display: none; }#Ed1Xq0FV0WPu1we1LiX5w8XO9lzEzmES > .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); }#Ed1Xq0FV0WPu1we1LiX5w8XO9lzEzmES > .row .container { border-width: 0; border-radius: 0; }#Ed1Xq0FV0WPu1we1LiX5w8XO9lzEzmES > .row > .video-iframe-container {  }#Ed1Xq0FV0WPu1we1LiX5w8XO9lzEzmES > .row .container { font-size:0.875rem;font-family:arial;height:21.625rem;width:75rem;position:relative;display:block; }#XT0TLNDK8QuBWICVygDXJCFmDOJT2AT2 { display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:100001;line-height:1.3;letter-spacing:0;top:6.4375rem;left:3.125rem;height:1.7875rem;text-align:center;text-align-last:center;font-style:normal;color:#373534;display:block; }
#DCd22TgOT6xZzs2L6Ha2oToQA29MwDzJ { display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:100002;line-height:1.8;letter-spacing:0;top:9.6242198944094rem;left:3.125rem;height:7.874375rem;text-align:center;text-align-last:center;font-style:normal;color:#615d5d;display:block; }
#utIkb1WEuKZcLdxBrX1rrINn95FwG4qW { display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:6.4375rem;left:21.875rem;height:1.7875rem;text-align:center;text-align-last:center;font-style:normal;color:#373534;display:block; }
#v3roIyMlZ6i5l18NPDuAE7VmTk644wZ4 { display:block;width:12.875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:100005;line-height:1.8;letter-spacing:0;top:9.6242198944094rem;left:21.875rem;height:9.44925rem;text-align:center;text-align-last:center;font-style:normal;color:#615d5d;display:block; }
#uJzVoPifcT6EIGD6Z4AZiXOd62h5JbiJ { display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:100007;line-height:1.3;letter-spacing:0;top:6.4375rem;left:40.5625rem;height:1.7875rem;text-align:center;text-align-last:center;font-style:normal;color:#373534;display:block; }
#uwOc3rhRTTPDXn113RA3vlc9OlNy2091 { display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:100008;line-height:1.8;letter-spacing:0;top:10.1875rem;left:40.5625rem;height:6.3rem;text-align:center;text-align-last:center;font-style:normal;color:#615d5d;display:block; }
#sCxRQxUEsqaCS3OyRywLrr47Q64czt6E { display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:100010;line-height:1.3;letter-spacing:0;top:6.4375rem;left:59.3125rem;height:1.7875rem;text-align:center;text-align-last:center;font-style:normal;color:#373534;display:block; }
#ZzxBs2MCL9cimCHC7GTBVDxiASyRUveA { display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:100011;line-height:1.8;letter-spacing:0;top:10.398435592651rem;left:59.3125rem;height:6.3rem;text-align:center;text-align-last:center;font-style:normal;color:#615d5d;display:block; }
#bB0L5oMPqOLICnu6cIy3unhiHM1qoZf8 { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5rem;width:5rem;top:0.8125rem;left:6.875rem;overflow:hidden;display:block; }
#Bt8ky9lqcQhURsUt7ydXaTtVK56Pu1ch { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.625rem;width:4.5625rem;top:1rem;left:25.8125rem;overflow:hidden;display:block; }
#XxW8vGuCRsmFIH9S7mng5f3yzMBtOq8B { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.375rem;width:4.3125rem;top:1.125rem;left:44.6875rem;overflow:hidden;display:block; }
#ik1mCqLLN36CkR3MV9Thbp9eUQMbTXZH { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4rem;width:4rem;top:1.3125rem;left:63.5625rem;overflow:hidden;display:block; }
#Boez72H6fADs4Pu9NaF87Z2hrqX2ameJ { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.6875rem;height:5.0625rem;text-decoration:none;z-index:100017;text-align:center;text-align-last:center;top:0.78125rem;left:25.25rem;display:block; }
#Nra6uN5FWaeNw8IkKL9HtvHUPNbkKe44 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#xIPTQrqpGkF2psWef1Aa6EWOLv5K7yQO { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.6875rem;height:5.0625rem;text-decoration:none;z-index:100018;text-align:center;text-align-last:center;top:0.78125rem;left:44rem;display:block; }
#hO6swiFGfiKK629bnvRhHRd63wFKOZB1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#s8JcPBb07WrqWJv3FrUlDg35ZKM2Ml7P { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.6875rem;height:5.0625rem;text-decoration:none;z-index:100019;text-align:center;text-align-last:center;top:0.78125rem;left:62.75rem;display:block; }
#T4BK5WFL7M8XOywCV9RPIMNvUTThcCFC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#mQJitr0D3JcFJhV9nJx9ZgTOhDblF1kK { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.6875rem;height:5.0625rem;text-decoration:none;z-index:100016;text-align:center;text-align-last:center;top:0.78125rem;left:6.5rem;display:block; }
#esSndIHwbIJrlZ0dEdMpUhovKW94XFin { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#spvrVkUyV3CFgfQqzIJelJUrzp5QOWq8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#spvrVkUyV3CFgfQqzIJelJUrzp5QOWq8 > .row .container { background-color: transparent; background-image: none; }#spvrVkUyV3CFgfQqzIJelJUrzp5QOWq8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#spvrVkUyV3CFgfQqzIJelJUrzp5QOWq8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#spvrVkUyV3CFgfQqzIJelJUrzp5QOWq8 > .row .container > .video-iframe-container { display: none; }#spvrVkUyV3CFgfQqzIJelJUrzp5QOWq8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#spvrVkUyV3CFgfQqzIJelJUrzp5QOWq8 > .row > .video-iframe-container { display: none; }#spvrVkUyV3CFgfQqzIJelJUrzp5QOWq8 > .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); }#spvrVkUyV3CFgfQqzIJelJUrzp5QOWq8 > .row .container { border-width: 0; border-radius: 0; }#spvrVkUyV3CFgfQqzIJelJUrzp5QOWq8 > .row > .video-iframe-container {  }#spvrVkUyV3CFgfQqzIJelJUrzp5QOWq8 > .row .container { font-size:0.875rem;font-family:arial;height:11.4375rem;width:75rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz { display:block; }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CAKXArqz1T7vThpqOp62TlcSLpWhyh0c { width:11.1875rem;height:5.4375rem;top:1.125rem;left:1.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygQbwTKGu78Vk5BtI8bTeSfK17qsGU0A { width:19.375rem;height:4.125rem;top:7rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGaVlXMTorvTlSl4HtZT91y3cVU4kDOX { width:28.375rem;height:4.25rem;top:12.5625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyJXqBJWeQFMhzfLrbMO5Bguf7TJtzop { width:20rem;height:2rem;top:19.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVIpuLGUWSfSiDv4NpiNEld2G4D0JxMk { width:19.75rem;height:1.75rem;top:19.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8qJ3Bc4uKcWNP1ffkR9f9mRx8hWTv33 { width:26rem;height:1.1875rem;top:22.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwLyXCIB9BtUid5Hi1Ueg0pBn2pD3Dtw { width:29.4375rem;height:23.8125rem;top:25.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEGVP5XXItEwnLgRUvcegk2EkBp4c5b6 { width:26.8125rem;height:3.625rem;top:26.1875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNNsRTGAAFDCuPaxTEW5sipEUv4ZS5Ip { width:26.8125rem;height:17.0625rem;top:30.9375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #stW2UOa6TxlVppy5f3XGaWTzZ8PmcHTx { display:block; }#stW2UOa6TxlVppy5f3XGaWTzZ8PmcHTx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z0HfCQ8Q6tZsAt6pa3TbSg6SyTaqay6r { width:36.0625rem;height:26.0625rem;top:30.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #sf3GyVVKBvQUXXgswqTfoJJzkH6q2WhF { width:35.0625rem;height:31.125rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMvZ9O3hsB63mWN0OPnLum7477U3xFHZ { width:31.4375rem;height:4.1875rem;top:3.625rem;left:16.3125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #suPNlF3RzZtHnPw0nFtePH9ETV9v2xxm { width:31.6875rem;height:7.75rem;top:9.5rem;left:16.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTUbTzK9O8c5cObxMys5TNdw4vHkEIWm { top:20.6875rem;left:19.875rem;width:27.875rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIKg5DxEUTEpOUSl877Kbq5uMTSWO7nC { display:block; }
 }@media only screen and (max-width: 763px) { #gNGfNuLasTcHEype6uMDk1ITiEE9IOVb { display:block; }#gNGfNuLasTcHEype6uMDk1ITiEE9IOVb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XQkFTwFzWswoLpyklWkS7yl3vE8wM5lo { width:33.375rem;height:1.9375rem;top:1.875rem;left:7.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGdN2clcuIWe3BNDADPyXZJWXGUchinR { width:12.5rem;height:2.25rem;top:3.8125rem;left:17.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ed1Xq0FV0WPu1we1LiX5w8XO9lzEzmES { display:block; }#Ed1Xq0FV0WPu1we1LiX5w8XO9lzEzmES > .row .container { width:47.75rem;height:14.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XT0TLNDK8QuBWICVygDXJCFmDOJT2AT2 { width:10.625rem;height:1.75rem;top:5.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCd22TgOT6xZzs2L6Ha2oToQA29MwDzJ { width:10.625rem;height:6.25rem;top:8.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #utIkb1WEuKZcLdxBrX1rrINn95FwG4qW { width:10.625rem;height:1.75rem;top:5.5625rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3roIyMlZ6i5l18NPDuAE7VmTk644wZ4 { width:10.625rem;height:6.25rem;top:8.0625rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJzVoPifcT6EIGD6Z4AZiXOd62h5JbiJ { width:10.625rem;height:1.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwOc3rhRTTPDXn113RA3vlc9OlNy2091 { width:10.625rem;height:6.25rem;top:8.0625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCxRQxUEsqaCS3OyRywLrr47Q64czt6E { width:10.625rem;height:1.75rem;top:5.5625rem;left:36.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzxBs2MCL9cimCHC7GTBVDxiASyRUveA { width:10.625rem;height:6.25rem;top:8.0625rem;left:36.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bB0L5oMPqOLICnu6cIy3unhiHM1qoZf8 { width:5rem;height:5rem;top:0.8125rem;left:3.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bt8ky9lqcQhURsUt7ydXaTtVK56Pu1ch { width:4.5625rem;height:4.625rem;top:1rem;left:15.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxW8vGuCRsmFIH9S7mng5f3yzMBtOq8B { width:4.3125rem;height:4.375rem;top:1.125rem;left:27.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ik1mCqLLN36CkR3MV9Thbp9eUQMbTXZH { width:4rem;height:4rem;top:1.3125rem;left:39.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Boez72H6fADs4Pu9NaF87Z2hrqX2ameJ { width:5.6875rem;height:5.0625rem;top:0.75rem;left:15.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nra6uN5FWaeNw8IkKL9HtvHUPNbkKe44 { display:block; }
 }@media only screen and (max-width: 763px) { #xIPTQrqpGkF2psWef1Aa6EWOLv5K7yQO { width:5.6875rem;height:5.0625rem;top:0.75rem;left:26.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hO6swiFGfiKK629bnvRhHRd63wFKOZB1 { display:block; }
 }@media only screen and (max-width: 763px) { #s8JcPBb07WrqWJv3FrUlDg35ZKM2Ml7P { width:5.6875rem;height:5.0625rem;top:0.75rem;left:38.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4BK5WFL7M8XOywCV9RPIMNvUTThcCFC { display:block; }
 }@media only screen and (max-width: 763px) { #mQJitr0D3JcFJhV9nJx9ZgTOhDblF1kK { width:5.6875rem;height:5.0625rem;top:0.75rem;left:3.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #esSndIHwbIJrlZ0dEdMpUhovKW94XFin { display:block; }
 }@media only screen and (max-width: 763px) { #spvrVkUyV3CFgfQqzIJelJUrzp5QOWq8 { display:block; }#spvrVkUyV3CFgfQqzIJelJUrzp5QOWq8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/c6463623-44a8-46f0-b6a5-d270183d40cf/cabealjomobile.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz.adaptive-delivery-prevent-bg, #Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz.lazyload, #Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz.lazyloading { background-image: none; }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz > .row .container { background-color: transparent; background-image: none; }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz > .row .container > .video-iframe-container { display: none; }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz > .row > .video-iframe-container { display: none; }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz > .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); }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz > .row .container { width:20rem;height:59.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CAKXArqz1T7vThpqOp62TlcSLpWhyh0c { width:11.1875rem;height:5.4375rem;top:19.875rem;left:4.4062502980232rem;display:none; }
 }@media only screen and (max-width: 763px) { #ygQbwTKGu78Vk5BtI8bTeSfK17qsGU0A { width:19.375rem;height:2.84375rem;top:19.375rem;left:0.3125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGaVlXMTorvTlSl4HtZT91y3cVU4kDOX { width:20rem;height:3.0872375rem;top:23.625rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dyJXqBJWeQFMhzfLrbMO5Bguf7TJtzop { width:20rem;height:2rem;top:28.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVIpuLGUWSfSiDv4NpiNEld2G4D0JxMk { width:19.75rem;height:1.625rem;top:28.6875rem;left:0.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8qJ3Bc4uKcWNP1ffkR9f9mRx8hWTv33 { width:20rem;height:1.21875rem;top:31.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwLyXCIB9BtUid5Hi1Ueg0pBn2pD3Dtw { width:20rem;height:23.8125rem;top:34.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEGVP5XXItEwnLgRUvcegk2EkBp4c5b6 { width:20rem;height:3.16796875rem;top:35.25rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNNsRTGAAFDCuPaxTEW5sipEUv4ZS5Ip { width:20rem;height:16.895825rem;top:40rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #stW2UOa6TxlVppy5f3XGaWTzZ8PmcHTx { background-color:#ffffff;background-image:none;display:block; }#stW2UOa6TxlVppy5f3XGaWTzZ8PmcHTx > .row .container { background-color: transparent; background-image: none; }#stW2UOa6TxlVppy5f3XGaWTzZ8PmcHTx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#stW2UOa6TxlVppy5f3XGaWTzZ8PmcHTx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#stW2UOa6TxlVppy5f3XGaWTzZ8PmcHTx > .row .container > .video-iframe-container { display: none; }#stW2UOa6TxlVppy5f3XGaWTzZ8PmcHTx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#stW2UOa6TxlVppy5f3XGaWTzZ8PmcHTx > .row > .video-iframe-container { display: none; }#stW2UOa6TxlVppy5f3XGaWTzZ8PmcHTx > .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); }#stW2UOa6TxlVppy5f3XGaWTzZ8PmcHTx > .row .container { width:20rem;height:35.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z0HfCQ8Q6tZsAt6pa3TbSg6SyTaqay6r { width:20rem;height:14.5rem;top:79.625rem;left:0rem;z-index:100000;display:none; }
 }@media only screen and (max-width: 763px) { #sf3GyVVKBvQUXXgswqTfoJJzkH6q2WhF { width:18.5rem;height:16.375rem;top:16.96249961853rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMvZ9O3hsB63mWN0OPnLum7477U3xFHZ { width:17.75rem;height:4.63125rem;top:1.4375rem;left:1.125rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #suPNlF3RzZtHnPw0nFtePH9ETV9v2xxm { width:18.25rem;height:10.2363125rem;top:7.0625rem;left:0.875rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #oTUbTzK9O8c5cObxMys5TNdw4vHkEIWm { top:30.686717987061rem;left:2.1562501192093rem;width:15.6875rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIKg5DxEUTEpOUSl877Kbq5uMTSWO7nC { display:block; }
 }@media only screen and (max-width: 763px) { #gNGfNuLasTcHEype6uMDk1ITiEE9IOVb { display:block; }#gNGfNuLasTcHEype6uMDk1ITiEE9IOVb > .row .container { width:20rem;height:7.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XQkFTwFzWswoLpyklWkS7yl3vE8wM5lo { width:20rem;height:3.57421875rem;top:1.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGdN2clcuIWe3BNDADPyXZJWXGUchinR { width:12.5rem;height:2.2747375rem;top:4.75rem;left:3.7499998807907rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ed1Xq0FV0WPu1we1LiX5w8XO9lzEzmES { display:block; }#Ed1Xq0FV0WPu1we1LiX5w8XO9lzEzmES > .row .container { width:20rem;height:44.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XT0TLNDK8QuBWICVygDXJCFmDOJT2AT2 { width:13.75rem;height:1.7871125rem;top:3.0625rem;left:5.6249998807907rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCd22TgOT6xZzs2L6Ha2oToQA29MwDzJ { width:18.375rem;height:4.7246125rem;top:6.3125rem;left:0.8125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #utIkb1WEuKZcLdxBrX1rrINn95FwG4qW { width:7.375rem;height:1.7871125rem;top:12.8125rem;left:6.375rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3roIyMlZ6i5l18NPDuAE7VmTk644wZ4 { width:18.125rem;height:6.2995rem;top:16.25rem;left:1rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJzVoPifcT6EIGD6Z4AZiXOd62h5JbiJ { width:7.5rem;height:1.7871125rem;top:25.4375rem;left:6.25rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwOc3rhRTTPDXn113RA3vlc9OlNy2091 { width:18.4375rem;height:4.7246125rem;top:28.8125rem;left:0.8125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCxRQxUEsqaCS3OyRywLrr47Q64czt6E { width:7.125rem;height:1.7871125rem;top:35.125rem;left:5.625rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzxBs2MCL9cimCHC7GTBVDxiASyRUveA { width:18rem;height:4.7246125rem;top:38.5rem;left:1rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bB0L5oMPqOLICnu6cIy3unhiHM1qoZf8 { width:3.75rem;height:3.75rem;top:2.0625rem;left:1.3742188215256rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bt8ky9lqcQhURsUt7ydXaTtVK56Pu1ch { width:4.1875rem;height:4.25rem;top:11.5625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxW8vGuCRsmFIH9S7mng5f3yzMBtOq8B { width:4.3125rem;height:4.375rem;top:24.125000715256rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ik1mCqLLN36CkR3MV9Thbp9eUQMbTXZH { width:4rem;height:4rem;top:34rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Boez72H6fADs4Pu9NaF87Z2hrqX2ameJ { width:4.6875rem;height:5.125rem;top:11.125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nra6uN5FWaeNw8IkKL9HtvHUPNbkKe44 { display:block; }
 }@media only screen and (max-width: 763px) { #xIPTQrqpGkF2psWef1Aa6EWOLv5K7yQO { width:5.6875rem;height:5.0625rem;top:23.781250715256rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hO6swiFGfiKK629bnvRhHRd63wFKOZB1 { display:block; }
 }@media only screen and (max-width: 763px) { #s8JcPBb07WrqWJv3FrUlDg35ZKM2Ml7P { width:4.875rem;height:5.0625rem;top:33.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4BK5WFL7M8XOywCV9RPIMNvUTThcCFC { display:block; }
 }@media only screen and (max-width: 763px) { #mQJitr0D3JcFJhV9nJx9ZgTOhDblF1kK { width:5.6875rem;height:5.0625rem;top:1.40625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #esSndIHwbIJrlZ0dEdMpUhovKW94XFin { display:block; }
 }@media only screen and (max-width: 763px) { #spvrVkUyV3CFgfQqzIJelJUrzp5QOWq8 { display:block; }#spvrVkUyV3CFgfQqzIJelJUrzp5QOWq8 > .row .container { width:20rem;height:25.3125rem;position:relative;display:block; } }