.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#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); }#SPAF0v528ig2zcsxzN2CHeaNtxJ5cuqS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#050505;background-image:none;position:relative;display:block; }#SPAF0v528ig2zcsxzN2CHeaNtxJ5cuqS > .row .container { background-color: transparent; background-image: none; }#SPAF0v528ig2zcsxzN2CHeaNtxJ5cuqS::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#SPAF0v528ig2zcsxzN2CHeaNtxJ5cuqS > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#SPAF0v528ig2zcsxzN2CHeaNtxJ5cuqS > .row .container > .video-iframe-container { display: none; }#SPAF0v528ig2zcsxzN2CHeaNtxJ5cuqS > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#SPAF0v528ig2zcsxzN2CHeaNtxJ5cuqS > .row > .video-iframe-container { display: none; }#SPAF0v528ig2zcsxzN2CHeaNtxJ5cuqS > .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); }#SPAF0v528ig2zcsxzN2CHeaNtxJ5cuqS > .row .container { border-width: 0; border-radius: 0; }#SPAF0v528ig2zcsxzN2CHeaNtxJ5cuqS > .row .container { font-size:0.875rem;font-family:arial;height:5.0625rem;width:60rem;position:relative;display:block; }#Nd7Jl2HypQn6svZXWpyxEpncLNc8J0gf { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4rem;width:27.5rem;top:0.53125rem;left:14.937501907349rem;overflow:hidden;display:block; }
#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2a2a2a;background-image:url("https://images.assets-landingi.com/uc/c26c5fd2-bce5-47dd-a083-19edd420ce13/KV_Campanha_Xguide_Vermelho_1920x1080.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW.adaptive-delivery-prevent-bg, #b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW.lazyload, #b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW.lazyloading { background-image: none; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row .container { background-color: transparent; background-image: none; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row .container > .video-iframe-container { display: none; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row > .video-iframe-container { display: none; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .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); }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row .container { border-width: 0; border-radius: 0; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row .container { font-size:0.875rem;font-family:arial;height:32.5rem;width:60rem;position:relative;display:block; }#m6eTlbu5faaGykeOTogy8CtixdTPf0kn { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:32.75rem;width:44.0625rem;top:-0.125rem;left:-4.9265077285156rem;overflow:hidden;display:block; }
#BXi5Iq1wHcPIVwCWp8TXfv7b2EMJi2Pk { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.8125rem;width:20.375rem;top:18.9375rem;left:36.71022605896rem;overflow:hidden;display:block; }
#wMXeTNTVaJUkrPQWWvrdwinHqBER1o5z { color:#d7282f;display:block;width:14.8125rem;position:absolute;font-family:oswald;font-size:1.75rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:21.3125rem;left:36.71022605896rem;height:4.549rem;text-align:left;text-align-last:left;display:block; }
#B7WzrHHqspR0PdV7sgyySx8kyVilWiu7 { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.5625rem;width:29.875rem;top:2.4375rem;left:30.125001907349rem;overflow:hidden;display:block; }
#iT9JgyFehpQTt9z939zAnUlRzVK8tCvD { color:#d7282f;display:block;width:6rem;position:absolute;font-family:oswald;font-size:1.4375rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:9.0127849578856rem;left:30.125001907349rem;height:3.7358rem;text-align:left;text-align-last:left;display:block; }
#LKQUzhGE9J0TxoQtW44wenODPstoPMvU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(238deg, #454545, #0b0b0b);background-image: -moz-linear-gradient(238deg, #454545, #0b0b0b);background-image: -ms-linear-gradient(238deg, #454545, #0b0b0b);background-image: -o-linear-gradient(238deg, #454545, #0b0b0b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#454545', endColorstr='#0b0b0b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#454545', endColorstr='#0b0b0b' );";background-image: linear-gradient(238deg, #454545, #0b0b0b);background-size:auto !important;position:relative;display:block; }#LKQUzhGE9J0TxoQtW44wenODPstoPMvU > .row .container { background-color: transparent; background-image: none; }#LKQUzhGE9J0TxoQtW44wenODPstoPMvU::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LKQUzhGE9J0TxoQtW44wenODPstoPMvU > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LKQUzhGE9J0TxoQtW44wenODPstoPMvU > .row .container > .video-iframe-container { display: none; }#LKQUzhGE9J0TxoQtW44wenODPstoPMvU > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LKQUzhGE9J0TxoQtW44wenODPstoPMvU > .row > .video-iframe-container { display: none; }#LKQUzhGE9J0TxoQtW44wenODPstoPMvU > .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); }#LKQUzhGE9J0TxoQtW44wenODPstoPMvU > .row .container { border-width: 0; border-radius: 0; }#LKQUzhGE9J0TxoQtW44wenODPstoPMvU > .row .container { font-size:0.875rem;font-family:arial;height:54.125rem;width:60rem;position:relative;display:block; }#CqpnZSq1fGO8yN4Hc7d4KcxztKZJT311 { position:absolute;display:block;z-index:100017;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 0.875rem rgba(0,0,0,0.18) ;height:48.6875rem;width:28rem;top:0.59027862548828rem;left:31.75rem;display:block; }
#gMtsb7ldUQ6dOKSv2vOQwakoFvWesJD3 { position:absolute;display:block;z-index:100017;height:19.561625rem;width:26.5625rem;top:5.7779960632324rem;left:32.693363189698rem;display:block; }
#TclEeN8OtXHbgptbCMzrkNgoImnVdNhS { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25.75rem;width:25.75rem;top:28.312718391419rem;left:0rem;overflow:hidden;display:block; }
#HZnwubh1tPXDSDk4wsQHgiS2QTuTaDav { color:#000000;display:block;width:26.3748125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100019;line-height:1.3;letter-spacing:0;top:1.8812103271484rem;left:33.311431884766rem;height:1.298825rem;display:block; }
#nNSilHvAzgXzKmHkSHNCr0N6o80tkBwD { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.8125rem;width:9.375rem;top:1.8804244995118rem;left:3.1868515014649rem;overflow:hidden;display:block; }
#x7QEApb0NZguT7QvSLtRv1KVyFgElEAF { color:#d7282f;display:block;width:20.686875rem;position:absolute;font-family:oswald;font-size:1.4375rem;font-weight:normal;z-index:100000;line-height:1.5;letter-spacing:0;top:8.8454861640931rem;left:3.1868515014649rem;height:17.2443125rem;text-align:left;text-align-last:left;display:block; }
#RGmUwtwz3EtZgzt4CuCFW3WnvwTkxQEX { position:absolute;display:block;z-index:100000;height:21.75rem;width:38.75rem;display:none; }
#iomrhyaL0xGUvQ6AsiANc1cXGxRJBpgT { color:#000000;display:block;width:26.3748125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100019;line-height:1.3;letter-spacing:0;top:1.8815116882324rem;left:33.624134063721rem;height:1.298825rem;display:none; }
#PnsvuKnQlETqETE1xoi8OT74pDUKfiX6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d7282f;background-image:none;position:relative;display:block; }#PnsvuKnQlETqETE1xoi8OT74pDUKfiX6 > .row .container { background-color: transparent; background-image: none; }#PnsvuKnQlETqETE1xoi8OT74pDUKfiX6::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PnsvuKnQlETqETE1xoi8OT74pDUKfiX6 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PnsvuKnQlETqETE1xoi8OT74pDUKfiX6 > .row .container > .video-iframe-container { display: none; }#PnsvuKnQlETqETE1xoi8OT74pDUKfiX6 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PnsvuKnQlETqETE1xoi8OT74pDUKfiX6 > .row > .video-iframe-container { display: none; }#PnsvuKnQlETqETE1xoi8OT74pDUKfiX6 > .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); }#PnsvuKnQlETqETE1xoi8OT74pDUKfiX6 > .row .container { border-width: 0; border-radius: 0; }#PnsvuKnQlETqETE1xoi8OT74pDUKfiX6 > .row .container { font-size:0.875rem;font-family:arial;height:1.4375rem;width:60rem;position:relative;display:block; }#uqZmKXhSEe2b2iIlqu0Gly0bt8DHdBxG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/c26c5fd2-bce5-47dd-a083-19edd420ce13/KV_Campanha_Xguide_Vermelho_1920x1080.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#uqZmKXhSEe2b2iIlqu0Gly0bt8DHdBxG.adaptive-delivery-prevent-bg, #uqZmKXhSEe2b2iIlqu0Gly0bt8DHdBxG.lazyload, #uqZmKXhSEe2b2iIlqu0Gly0bt8DHdBxG.lazyloading { background-image: none; }#uqZmKXhSEe2b2iIlqu0Gly0bt8DHdBxG > .row .container { background-color: transparent; background-image: none; }#uqZmKXhSEe2b2iIlqu0Gly0bt8DHdBxG::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uqZmKXhSEe2b2iIlqu0Gly0bt8DHdBxG > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uqZmKXhSEe2b2iIlqu0Gly0bt8DHdBxG > .row .container > .video-iframe-container { display: none; }#uqZmKXhSEe2b2iIlqu0Gly0bt8DHdBxG > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uqZmKXhSEe2b2iIlqu0Gly0bt8DHdBxG > .row > .video-iframe-container { display: none; }#uqZmKXhSEe2b2iIlqu0Gly0bt8DHdBxG > .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); }#uqZmKXhSEe2b2iIlqu0Gly0bt8DHdBxG > .row .container { border-width: 0; border-radius: 0; }#uqZmKXhSEe2b2iIlqu0Gly0bt8DHdBxG > .row .container { font-size:0.875rem;font-family:arial;height:31.375rem;width:60rem;position:relative;display:block; }#pF3lkdZSszzvgzHceOr09zgf80W3zGWO { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:35rem;width:35rem;top:-3.7651722659302rem;left:24.860049940186rem;overflow:hidden;display:block; }
#acyiKTDnyTgak5MfhCJRa2cu5agqfEko { color:#eff7fa;display:block;width:19.4998125rem;position:absolute;font-family:oswald;font-size:2.125rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:1.3313789367676rem;left:2.5477447509766rem;height:2.76278125rem;font-style:normal;display:block; }
#SiNIMsQ1dyaFodnzDSa8NdaGuKvtmeTi { color:#eff7fa;display:block;width:21.4995625rem;position:absolute;font-family:oswald;font-size:1.3125rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:7.20703125rem;left:2.5477447509766rem;height:;display:block; }#SiNIMsQ1dyaFodnzDSa8NdaGuKvtmeTi li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#SiNIMsQ1dyaFodnzDSa8NdaGuKvtmeTi li:before{  }
#PBpvV3ltWedbrXA1ttKdi6H8VFip8QiQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d7282f;background-image:url("https://images.assets-landingi.com/uc/0fe81619-1c95-4322-9c1c-a90a41d415eb/xguidefundo.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#PBpvV3ltWedbrXA1ttKdi6H8VFip8QiQ.adaptive-delivery-prevent-bg, #PBpvV3ltWedbrXA1ttKdi6H8VFip8QiQ.lazyload, #PBpvV3ltWedbrXA1ttKdi6H8VFip8QiQ.lazyloading { background-image: none; }#PBpvV3ltWedbrXA1ttKdi6H8VFip8QiQ > .row .container { background-color: transparent; background-image: none; }#PBpvV3ltWedbrXA1ttKdi6H8VFip8QiQ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PBpvV3ltWedbrXA1ttKdi6H8VFip8QiQ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PBpvV3ltWedbrXA1ttKdi6H8VFip8QiQ > .row .container > .video-iframe-container { display: none; }#PBpvV3ltWedbrXA1ttKdi6H8VFip8QiQ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PBpvV3ltWedbrXA1ttKdi6H8VFip8QiQ > .row > .video-iframe-container { display: none; }#PBpvV3ltWedbrXA1ttKdi6H8VFip8QiQ > .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); }#PBpvV3ltWedbrXA1ttKdi6H8VFip8QiQ > .row .container { border-width: 0; border-radius: 0; }#PBpvV3ltWedbrXA1ttKdi6H8VFip8QiQ > .row .container { font-size:0.875rem;font-family:arial;height:21.625rem;width:60rem;position:relative;display:block; }#RyBVUoE4E7EdcCZNsU9FPeUnwtWO5JKW { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.625rem;width:24.375rem;top:4rem;left:4.8125rem;display:block; }
#BwmNB4r08duJsGIkn0ulsc6Fhe5G7eAh { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.625rem;width:24.375rem;top:4rem;left:30.75rem;display:block; }
#BuvDs1V7KgT0bMtLqSRySTDC6iu3ate0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/c26c5fd2-bce5-47dd-a083-19edd420ce13/KV_Campanha_Xguide_Vermelho_1920x1080.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#BuvDs1V7KgT0bMtLqSRySTDC6iu3ate0.adaptive-delivery-prevent-bg, #BuvDs1V7KgT0bMtLqSRySTDC6iu3ate0.lazyload, #BuvDs1V7KgT0bMtLqSRySTDC6iu3ate0.lazyloading { background-image: none; }#BuvDs1V7KgT0bMtLqSRySTDC6iu3ate0 > .row .container { background-color: transparent; background-image: none; }#BuvDs1V7KgT0bMtLqSRySTDC6iu3ate0::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BuvDs1V7KgT0bMtLqSRySTDC6iu3ate0 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BuvDs1V7KgT0bMtLqSRySTDC6iu3ate0 > .row .container > .video-iframe-container { display: none; }#BuvDs1V7KgT0bMtLqSRySTDC6iu3ate0 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BuvDs1V7KgT0bMtLqSRySTDC6iu3ate0 > .row > .video-iframe-container { display: none; }#BuvDs1V7KgT0bMtLqSRySTDC6iu3ate0 > .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); }#BuvDs1V7KgT0bMtLqSRySTDC6iu3ate0 > .row .container { border-width: 0; border-radius: 0; }#BuvDs1V7KgT0bMtLqSRySTDC6iu3ate0 > .row .container { font-size:0.875rem;font-family:arial;height:31.0625rem;width:60rem;position:relative;display:block; }#zFN1MovWu4UrXEkGzmE0Wql5cktE5mF0 { position:absolute;display:block;z-index:100000;height:14.3125rem;width:24.5rem;top:5.1237030029297rem;left:29.239368438721rem;display:block; }
#mVVIEIrEBHHMk7TgvpedKxG80D2wFHZe { color:#eff7fa;display:block;width:13.6869375rem;position:absolute;font-family:oswald;font-size:2.125rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:1.0622844696045rem;left:34.645183563233rem;height:2.76278125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#noiUpi2xWgVHNmiyhrVR4PDFTTPBTUcb { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.5625rem;width:16.124125rem;top:3.7554264068604rem;left:6.1078567504883rem;overflow:hidden;display:block; }
#oJ2DPIWa2mAcREyD1TkHFbNyiiOldM17 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#oJ2DPIWa2mAcREyD1TkHFbNyiiOldM17 > .row .container { background-color: transparent; background-image: none; }#oJ2DPIWa2mAcREyD1TkHFbNyiiOldM17::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#oJ2DPIWa2mAcREyD1TkHFbNyiiOldM17 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#oJ2DPIWa2mAcREyD1TkHFbNyiiOldM17 > .row .container > .video-iframe-container { display: none; }#oJ2DPIWa2mAcREyD1TkHFbNyiiOldM17 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#oJ2DPIWa2mAcREyD1TkHFbNyiiOldM17 > .row > .video-iframe-container { display: none; }#oJ2DPIWa2mAcREyD1TkHFbNyiiOldM17 > .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); }#oJ2DPIWa2mAcREyD1TkHFbNyiiOldM17 > .row .container { border-width: 0; border-radius: 0; }#oJ2DPIWa2mAcREyD1TkHFbNyiiOldM17 > .row .container { font-size:0.875rem;font-family:arial;height:6.5625rem;width:60rem;position:relative;display:block; }#xP7rkhdNL9eJXDRzkb9PvhT5SLFFB7Hq { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.125rem;width:2.125rem;top:2.1875rem;left:12.1875rem;overflow:hidden;display:block; }
#HzpeJz2WaVUJCVdaMsTKWBLfQpSGtRa0 { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.0625rem;width:2.125rem;top:2.25rem;left:15.5rem;overflow:hidden;display:block; }
#METVS5TlMMc220pE8Tm31QudGKthefBU { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.125rem;width:2.125rem;top:2.1875rem;left:8.8125rem;overflow:hidden;display:block; }
#X5bcGzO292EfBwwymch6ieNA8FcUKVXw { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4rem;width:27.5rem;top:1.3125rem;left:31.0625rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #SPAF0v528ig2zcsxzN2CHeaNtxJ5cuqS { display:block; }#SPAF0v528ig2zcsxzN2CHeaNtxJ5cuqS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nd7Jl2HypQn6svZXWpyxEpncLNc8J0gf { width:27.5rem;height:4rem;top:0.5rem;left:8.8125019073488rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW { display:block; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m6eTlbu5faaGykeOTogy8CtixdTPf0kn { width:44.0625rem;height:32.75rem;top:-0.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXi5Iq1wHcPIVwCWp8TXfv7b2EMJi2Pk { width:20.375rem;height:1.8125rem;top:18.9375rem;left:27.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMXeTNTVaJUkrPQWWvrdwinHqBER1o5z { width:14.8125rem;height:4.5rem;top:21.3125rem;left:30.58522605896rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7WzrHHqspR0PdV7sgyySx8kyVilWiu7 { width:29.875rem;height:11.5625rem;top:2.4375rem;left:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iT9JgyFehpQTt9z939zAnUlRzVK8tCvD { width:6rem;height:3.6875rem;top:9rem;left:24.000001907349rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKQUzhGE9J0TxoQtW44wenODPstoPMvU { display:block; }#LKQUzhGE9J0TxoQtW44wenODPstoPMvU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CqpnZSq1fGO8yN4Hc7d4KcxztKZJT311 { top:0.5625rem;left:19.625rem;width:28rem;height:48.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMtsb7ldUQ6dOKSv2vOQwakoFvWesJD3 { width:26.5625rem;height:19.5rem;top:5.75rem;left:21.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TclEeN8OtXHbgptbCMzrkNgoImnVdNhS { width:25.75rem;height:25.75rem;top:28.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HZnwubh1tPXDSDk4wsQHgiS2QTuTaDav { width:26.3125rem;height:0;top:1.875rem;left:21.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #nNSilHvAzgXzKmHkSHNCr0N6o80tkBwD { width:9.375rem;height:2.8125rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7QEApb0NZguT7QvSLtRv1KVyFgElEAF { width:20.625rem;height:17.1875rem;top:8.8125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGmUwtwz3EtZgzt4CuCFW3WnvwTkxQEX { width:38.75rem;height:21.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #iomrhyaL0xGUvQ6AsiANc1cXGxRJBpgT { width:26.3125rem;height:0;top:1.875rem;left:21.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #PnsvuKnQlETqETE1xoi8OT74pDUKfiX6 { display:block; }#PnsvuKnQlETqETE1xoi8OT74pDUKfiX6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uqZmKXhSEe2b2iIlqu0Gly0bt8DHdBxG { display:block; }#uqZmKXhSEe2b2iIlqu0Gly0bt8DHdBxG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pF3lkdZSszzvgzHceOr09zgf80W3zGWO { width:35rem;height:35rem;top:-3.75rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #acyiKTDnyTgak5MfhCJRa2cu5agqfEko { width:19.4375rem;height:2.75rem;top:1.3125rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SiNIMsQ1dyaFodnzDSa8NdaGuKvtmeTi { width:21.4375rem;height:;top:7.1875rem;left:0rem;font-size:1.3125rem;display:block; }#SiNIMsQ1dyaFodnzDSa8NdaGuKvtmeTi li:before{  }
 }@media only screen and (max-width: 763px) { #PBpvV3ltWedbrXA1ttKdi6H8VFip8QiQ { display:block; }#PBpvV3ltWedbrXA1ttKdi6H8VFip8QiQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RyBVUoE4E7EdcCZNsU9FPeUnwtWO5JKW { width:24.375rem;height:13.624125rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwmNB4r08duJsGIkn0ulsc6Fhe5G7eAh { width:24.375rem;height:13.624125rem;top:4rem;left:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BuvDs1V7KgT0bMtLqSRySTDC6iu3ate0 { display:block; }#BuvDs1V7KgT0bMtLqSRySTDC6iu3ate0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zFN1MovWu4UrXEkGzmE0Wql5cktE5mF0 { width:24.5rem;height:14.3125rem;top:5.0625rem;left:23.114368438721rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVVIEIrEBHHMk7TgvpedKxG80D2wFHZe { width:13.625rem;height:2.75rem;top:1rem;left:28.520183563233rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #noiUpi2xWgVHNmiyhrVR4PDFTTPBTUcb { width:16.0625rem;height:21.480090004884rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJ2DPIWa2mAcREyD1TkHFbNyiiOldM17 { display:block; }#oJ2DPIWa2mAcREyD1TkHFbNyiiOldM17 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xP7rkhdNL9eJXDRzkb9PvhT5SLFFB7Hq { width:2.0625rem;height:2.0625rem;top:2.1875rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HzpeJz2WaVUJCVdaMsTKWBLfQpSGtRa0 { width:2.0625rem;height:2.0021689245841rem;top:2.25rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #METVS5TlMMc220pE8Tm31QudGKthefBU { width:2.0625rem;height:2.0625rem;top:2.1875rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5bcGzO292EfBwwymch6ieNA8FcUKVXw { width:27.5rem;height:4rem;top:1.3125rem;left:20.25rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #SPAF0v528ig2zcsxzN2CHeaNtxJ5cuqS { display:block; }#SPAF0v528ig2zcsxzN2CHeaNtxJ5cuqS > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nd7Jl2HypQn6svZXWpyxEpncLNc8J0gf { width:20rem;height:2.9087045454545rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW { background-color:#2a2a2a;background-image:none;display:block; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row .container { background-color: transparent; background-image: none; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row .container > .video-iframe-container { display: none; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row > .video-iframe-container { display: none; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .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); }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row .container { width:20rem;height:30.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m6eTlbu5faaGykeOTogy8CtixdTPf0kn { width:20rem;height:14.864375rem;top:8.6638851165769rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXi5Iq1wHcPIVwCWp8TXfv7b2EMJi2Pk { width:20rem;height:1.778652367835rem;top:21.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMXeTNTVaJUkrPQWWvrdwinHqBER1o5z { width:14.8123125rem;height:4.549rem;top:24.6875rem;left:2.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7WzrHHqspR0PdV7sgyySx8kyVilWiu7 { width:20rem;height:7.7398125rem;top:0.92507123947144rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iT9JgyFehpQTt9z939zAnUlRzVK8tCvD { width:5.99935rem;height:3.7358rem;top:6.4151277542112rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKQUzhGE9J0TxoQtW44wenODPstoPMvU { background-color:#2a2a2a;background-image:none;display:block; }#LKQUzhGE9J0TxoQtW44wenODPstoPMvU > .row .container { background-color: transparent; background-image: none; }#LKQUzhGE9J0TxoQtW44wenODPstoPMvU::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LKQUzhGE9J0TxoQtW44wenODPstoPMvU > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LKQUzhGE9J0TxoQtW44wenODPstoPMvU > .row .container > .video-iframe-container { display: none; }#LKQUzhGE9J0TxoQtW44wenODPstoPMvU > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LKQUzhGE9J0TxoQtW44wenODPstoPMvU > .row > .video-iframe-container { display: none; }#LKQUzhGE9J0TxoQtW44wenODPstoPMvU > .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); }#LKQUzhGE9J0TxoQtW44wenODPstoPMvU > .row .container { width:20rem;height:95.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CqpnZSq1fGO8yN4Hc7d4KcxztKZJT311 { width:20rem;height:71.686875rem;top:23.436611652374rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMtsb7ldUQ6dOKSv2vOQwakoFvWesJD3 { width:20rem;height:31.436625rem;top:28.310545444489rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TclEeN8OtXHbgptbCMzrkNgoImnVdNhS { width:20rem;height:20rem;top:76.54732rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HZnwubh1tPXDSDk4wsQHgiS2QTuTaDav { width:17.874625rem;height:0;top:24.260475635529rem;left:1.0617896914482rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #nNSilHvAzgXzKmHkSHNCr0N6o80tkBwD { width:6.4373125rem;height:1.875rem;top:0.69868469238281rem;left:6.1239343285561rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7QEApb0NZguT7QvSLtRv1KVyFgElEAF { width:20rem;height:17.2443125rem;top:4.7363300323486rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGmUwtwz3EtZgzt4CuCFW3WnvwTkxQEX { top:28.234196782112rem;left:1.3742898106575rem;width:17.249625rem;height:21.7498125rem;z-index:100020;display:block; }
 }@media only screen and (max-width: 763px) { #iomrhyaL0xGUvQ6AsiANc1cXGxRJBpgT { width:17.87375rem;height:2.59765625rem;top:24.033201694489rem;left:1.0617896914482rem;font-size:1rem;text-align:center;text-align-last:center;z-index:100020;display:block; }
 }@media only screen and (max-width: 763px) { #PnsvuKnQlETqETE1xoi8OT74pDUKfiX6 { display:block; }#PnsvuKnQlETqETE1xoi8OT74pDUKfiX6 > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uqZmKXhSEe2b2iIlqu0Gly0bt8DHdBxG { display:block; }#uqZmKXhSEe2b2iIlqu0Gly0bt8DHdBxG > .row .container { width:20rem;height:38.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pF3lkdZSszzvgzHceOr09zgf80W3zGWO { width:12.6873125rem;height:12.6873125rem;top:25.996980309486rem;left:3.6550069451332rem;display:block; }
 }@media only screen and (max-width: 763px) { #acyiKTDnyTgak5MfhCJRa2cu5agqfEko { width:19.436875rem;height:2.59943125rem;top:1.25rem;left:0.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #SiNIMsQ1dyaFodnzDSa8NdaGuKvtmeTi { width:20rem;height:19.69725rem;top:5.09874375rem;left:0rem;font-size:1.3125rem;display:block; }#SiNIMsQ1dyaFodnzDSa8NdaGuKvtmeTi li:before{  }
 }@media only screen and (max-width: 763px) { #PBpvV3ltWedbrXA1ttKdi6H8VFip8QiQ { display:block; }#PBpvV3ltWedbrXA1ttKdi6H8VFip8QiQ > .row .container { width:20rem;height:28.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RyBVUoE4E7EdcCZNsU9FPeUnwtWO5JKW { height:11.179333333333rem;width:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwmNB4r08duJsGIkn0ulsc6Fhe5G7eAh { height:11.179333333333rem;width:20rem;top:13.678375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BuvDs1V7KgT0bMtLqSRySTDC6iu3ate0 { display:block; }#BuvDs1V7KgT0bMtLqSRySTDC6iu3ate0 > .row .container { width:20rem;height:58.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zFN1MovWu4UrXEkGzmE0Wql5cktE5mF0 { width:20rem;height:14.3125rem;top:27.82880625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVVIEIrEBHHMk7TgvpedKxG80D2wFHZe { width:13.624125rem;height:2.59943125rem;top:23.9800625rem;left:3.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #noiUpi2xWgVHNmiyhrVR4PDFTTPBTUcb { width:16.0625rem;height:21.480090004884rem;top:1.25rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJ2DPIWa2mAcREyD1TkHFbNyiiOldM17 { display:block; }#oJ2DPIWa2mAcREyD1TkHFbNyiiOldM17 > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xP7rkhdNL9eJXDRzkb9PvhT5SLFFB7Hq { width:2.06163125rem;height:2.06163125rem;top:0.8087730407715rem;left:8.9683948159219rem;display:block; }
 }@media only screen and (max-width: 763px) { #HzpeJz2WaVUJCVdaMsTKWBLfQpSGtRa0 { width:2.06163125rem;height:2.00195rem;top:0.83984375rem;left:14.686611711979rem;display:block; }
 }@media only screen and (max-width: 763px) { #METVS5TlMMc220pE8Tm31QudGKthefBU { width:2.06163125rem;height:2.06163125rem;top:0.8087730407715rem;left:2.9367895722389rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5bcGzO292EfBwwymch6ieNA8FcUKVXw { width:20rem;height:2.9079875rem;top:4.1885643005371rem;left:0rem;display:block; }
 }