.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: 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); }#f599cmhJD8vT8ZnAhMi4v0wo1A0k7Zr0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#de2923;background-image:none;position:relative;display:block; }#f599cmhJD8vT8ZnAhMi4v0wo1A0k7Zr0 > .row .container { background-color: transparent; background-image: none; }#f599cmhJD8vT8ZnAhMi4v0wo1A0k7Zr0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f599cmhJD8vT8ZnAhMi4v0wo1A0k7Zr0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f599cmhJD8vT8ZnAhMi4v0wo1A0k7Zr0 > .row .container > .video-iframe-container { display: none; }#f599cmhJD8vT8ZnAhMi4v0wo1A0k7Zr0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f599cmhJD8vT8ZnAhMi4v0wo1A0k7Zr0 > .row > .video-iframe-container { display: none; }#f599cmhJD8vT8ZnAhMi4v0wo1A0k7Zr0 > .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); }#f599cmhJD8vT8ZnAhMi4v0wo1A0k7Zr0 > .row .container { border-width: 0; border-radius: 0; }#f599cmhJD8vT8ZnAhMi4v0wo1A0k7Zr0 > .row > .video-iframe-container {  }#f599cmhJD8vT8ZnAhMi4v0wo1A0k7Zr0 > .row .container { font-size:0.875rem;font-family:arial;height:3.375rem;width:75rem;position:relative;display:block; }#hfAJdN6Ud7I4ztxE0d9VBsQACasX8JZk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/712d99f3-06c1-4f9d-8fc6-3b1bf32524e2/FundoDesktop.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#hfAJdN6Ud7I4ztxE0d9VBsQACasX8JZk.adaptive-delivery-prevent-bg, #hfAJdN6Ud7I4ztxE0d9VBsQACasX8JZk.lazyload, #hfAJdN6Ud7I4ztxE0d9VBsQACasX8JZk.lazyloading { background-image: none; }#hfAJdN6Ud7I4ztxE0d9VBsQACasX8JZk > .row .container { background-color: transparent; background-image: none; }#hfAJdN6Ud7I4ztxE0d9VBsQACasX8JZk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.76); }#hfAJdN6Ud7I4ztxE0d9VBsQACasX8JZk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hfAJdN6Ud7I4ztxE0d9VBsQACasX8JZk > .row .container > .video-iframe-container { display: none; }#hfAJdN6Ud7I4ztxE0d9VBsQACasX8JZk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.76); }#hfAJdN6Ud7I4ztxE0d9VBsQACasX8JZk > .row > .video-iframe-container { display: none; }#hfAJdN6Ud7I4ztxE0d9VBsQACasX8JZk > .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); }#hfAJdN6Ud7I4ztxE0d9VBsQACasX8JZk > .row .container { border-width: 0; border-radius: 0; }#hfAJdN6Ud7I4ztxE0d9VBsQACasX8JZk::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#hfAJdN6Ud7I4ztxE0d9VBsQACasX8JZk > .row > .video-iframe-container {  }#hfAJdN6Ud7I4ztxE0d9VBsQACasX8JZk > .row .container { font-size:0.875rem;font-family:arial;height:40.875rem;width:75rem;position:relative;display:block; }#f3xNrs4idBRb8t1HmLuBtxPa05NUrMv2 { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.5625rem;width:12.1875rem;top:0.85546875rem;left:0rem;overflow:hidden;display:block; }
#aWV6Gxy1bKqNTUqKC8MG5Bs7akbCaNhk { color:#000000;display:block;width:39.8125rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:5.9990234375rem;left:17.9375rem;height:2.2744125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#roevEWTxFnfdWO1x771yS3kMSfPkZBPP { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:5rem;top:22.125rem;left:3.75rem;display:none; }
#GK6s7SUgS3yJamKi4MtuCsnWd2Jlaz2s { box-sizing:content-box;color:#ffb901;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100034;top:10.125rem;left:30.875rem;display:block; }
#SwRrLEwpNfZEWT7WgOaoihvrmE9KGHIC { box-sizing:content-box;color:#ffb901;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100035;top:10.125rem;left:32.5625rem;display:block; }
#LGtRrUKOdLyVs12cMr08QT56hsX9ALl2 { box-sizing:content-box;color:#ffb901;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100036;top:10.125rem;left:34.3125rem;display:block; }
#qxnZJgEHVTV0e1zrIyMNE4qdnsxTmQk2 { box-sizing:content-box;color:#ffb901;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100037;top:10.125rem;left:36.0625rem;display:block; }
#EQfAaVQpAduXZHfWCP31ALtUUvp07i7k { box-sizing:content-box;color:#ffb901;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100038;top:10.125rem;left:37.8125rem;display:block; }
#oRQTDKwffybTdXlhhR9n7ePXTbC5VHtF { position:absolute;display:block;z-index:100074;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2rem;width:1.9375rem;top:10.125rem;left:17.9375rem;overflow:hidden;display:block; }
#fENlnOFeKb9eHEKG702xpPQTezQ4MGwK { color:#ffffff;display:block;width:13.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:100045;line-height:1.3;letter-spacing:0;top:10.3125rem;left:20.25rem;height:1.29980625rem;font-style:normal;display:block; }
#tn8nNr1q640g038cZTL5B99oDZPkVArN { position:absolute;display:block;z-index:100076;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:3.4375rem;width:3.4375rem;top:9.5625rem;left:0rem;overflow:hidden;display:block; }
#QGGgozilJJv6ZzEHd8io8Hg5DFVzCnTF { position:absolute;display:block;z-index:100078;height:22.625rem;width:40.625rem;top:12.8125rem;left:17.9375rem;display:block; }
#Tbl6gVno7Tcs7zaUANhqbk15528vEax8 { position:absolute;display:block;z-index:100078;height:22.625rem;width:40.625rem;top:10.3125rem;left:17.9375rem;display:none; }
#VQ6HtWRAXdJecDB1VlVmBWz1wryVhBo6 { color:#ffffff;display:block;width:43.0625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100085;line-height:1.3;letter-spacing:0;top:2rem;left:16.3125rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#yQcG0nJNlySuCTBmyT4EfNdOZvk38xt3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100099;opacity:1;top:36.25rem;left:17.9375rem; }
#yQcG0nJNlySuCTBmyT4EfNdOZvk38xt3 > img { max-width: 100%;max-height:100%; }#gMxhdwXKDtGDCNVIKgNMzB5AQ6LdxoD3 { color:#ffffff;display:block;width:9.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:100097;line-height:1.3;letter-spacing:0;top:36.5rem;left:20.1875rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XS9TrnObFsdOKW2rlagKW5bR4AkBnB05 { color:#ffffff;display:block;width:9.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:100096;line-height:1.3;letter-spacing:0;top:36.5rem;left:47.0625rem;height:1.29980625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#rLVMeTToJ7cv921QMdKvdZOCvr0EfFrG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100097;opacity:1;top:36.25rem;left:56.875rem; }
#rLVMeTToJ7cv921QMdKvdZOCvr0EfFrG > img { max-width: 100%;max-height:100%; }#ilpDKSbfIVroiZRZ9teanG0ZagXXWp2p { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/74d4012c-981b-420b-bb87-3b889a2bbff4/BGUNIVERSO.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#ilpDKSbfIVroiZRZ9teanG0ZagXXWp2p.adaptive-delivery-prevent-bg, #ilpDKSbfIVroiZRZ9teanG0ZagXXWp2p.lazyload, #ilpDKSbfIVroiZRZ9teanG0ZagXXWp2p.lazyloading { background-image: none; }#ilpDKSbfIVroiZRZ9teanG0ZagXXWp2p > .row .container { background-color: transparent; background-image: none; }#ilpDKSbfIVroiZRZ9teanG0ZagXXWp2p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.54); }#ilpDKSbfIVroiZRZ9teanG0ZagXXWp2p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ilpDKSbfIVroiZRZ9teanG0ZagXXWp2p > .row .container > .video-iframe-container { display: none; }#ilpDKSbfIVroiZRZ9teanG0ZagXXWp2p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.54); }#ilpDKSbfIVroiZRZ9teanG0ZagXXWp2p > .row > .video-iframe-container { display: none; }#ilpDKSbfIVroiZRZ9teanG0ZagXXWp2p > .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); }#ilpDKSbfIVroiZRZ9teanG0ZagXXWp2p > .row .container { border-width: 0; border-radius: 0; }#ilpDKSbfIVroiZRZ9teanG0ZagXXWp2p::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#ilpDKSbfIVroiZRZ9teanG0ZagXXWp2p > .row > .video-iframe-container {  }#ilpDKSbfIVroiZRZ9teanG0ZagXXWp2p > .row .container { font-size:0.875rem;font-family:arial;height:16.4375rem;width:75rem;position:relative;display:block; }#QcG7Pxl2irFSpEguQdLvAnyQm9MiJB08 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/712d99f3-06c1-4f9d-8fc6-3b1bf32524e2/FundoDesktop.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#QcG7Pxl2irFSpEguQdLvAnyQm9MiJB08.adaptive-delivery-prevent-bg, #QcG7Pxl2irFSpEguQdLvAnyQm9MiJB08.lazyload, #QcG7Pxl2irFSpEguQdLvAnyQm9MiJB08.lazyloading { background-image: none; }#QcG7Pxl2irFSpEguQdLvAnyQm9MiJB08 > .row .container { background-color: transparent; background-image: none; }#QcG7Pxl2irFSpEguQdLvAnyQm9MiJB08::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.76); }#QcG7Pxl2irFSpEguQdLvAnyQm9MiJB08 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QcG7Pxl2irFSpEguQdLvAnyQm9MiJB08 > .row .container > .video-iframe-container { display: none; }#QcG7Pxl2irFSpEguQdLvAnyQm9MiJB08 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.76); }#QcG7Pxl2irFSpEguQdLvAnyQm9MiJB08 > .row > .video-iframe-container { display: none; }#QcG7Pxl2irFSpEguQdLvAnyQm9MiJB08 > .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); }#QcG7Pxl2irFSpEguQdLvAnyQm9MiJB08 > .row .container { border-width: 0; border-radius: 0; }#QcG7Pxl2irFSpEguQdLvAnyQm9MiJB08::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#QcG7Pxl2irFSpEguQdLvAnyQm9MiJB08 > .row > .video-iframe-container {  }#QcG7Pxl2irFSpEguQdLvAnyQm9MiJB08 > .row .container { font-size:0.875rem;font-family:arial;height:36.5625rem;width:75rem;position:relative;display:block; }#oeUNuEgxkFryxAlS7UXmMXPvFo9CvkxW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1a1a1a;background-image:none;position:relative;display:none; }#oeUNuEgxkFryxAlS7UXmMXPvFo9CvkxW > .row .container { border-width: 0; border-radius: 0; }#oeUNuEgxkFryxAlS7UXmMXPvFo9CvkxW > .row > .video-iframe-container {  }#oeUNuEgxkFryxAlS7UXmMXPvFo9CvkxW > .row .container { font-size:0.875rem;font-family:arial;height:12.625rem;width:75rem;position:relative;display:none; }#hk5IFe9LfMKdAgMFDffIenuu6ELzA2nR { background-color:transparent;background-image: -webkit-linear-gradient(216deg, #ff6000, #ff004c);background-image: -moz-linear-gradient(216deg, #ff6000, #ff004c);background-image: -ms-linear-gradient(216deg, #ff6000, #ff004c);background-image: -o-linear-gradient(216deg, #ff6000, #ff004c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6000', endColorstr='#ff004c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6000', endColorstr='#ff004c' );";background-image: linear-gradient(216deg, #ff6000, #ff004c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 1.75rem #b7b7b7 ;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:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.5rem;height:4.8125rem;text-decoration:none;z-index:100001;text-align:center;text-align-last:center;top:4.21875rem;left:22.750003814698rem;display:block; }
#x7r2FkuQ0u0TpaJCOo74lx5GfSJF3kPk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Rk5axCW5x4yr7A52vw5NJxkFlKm3uhgt { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.125rem;width:12.0625rem;top:0.9375rem;left:13.770183563233rem;overflow:hidden;display:block; }
#vCts33pOFX2BywBp90Q3NTnP30XX0JFS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/712d99f3-06c1-4f9d-8fc6-3b1bf32524e2/FundoDesktop.webp");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:none; }#vCts33pOFX2BywBp90Q3NTnP30XX0JFS.adaptive-delivery-prevent-bg, #vCts33pOFX2BywBp90Q3NTnP30XX0JFS.lazyload, #vCts33pOFX2BywBp90Q3NTnP30XX0JFS.lazyloading { background-image: none; }#vCts33pOFX2BywBp90Q3NTnP30XX0JFS > .row .container { border-width: 0; border-radius: 0; }#vCts33pOFX2BywBp90Q3NTnP30XX0JFS::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#vCts33pOFX2BywBp90Q3NTnP30XX0JFS > .row > .video-iframe-container {  }#vCts33pOFX2BywBp90Q3NTnP30XX0JFS > .row .container { font-size:0.875rem;font-family:arial;height:97.5rem;width:75rem;position:relative;display:none; }#evkLcPyPnysziMBDqHpWHrm8A5kio9dH { position:absolute;display:block;z-index:100000;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;height:16.25rem;width:16.875rem;top:3.375rem;left:29rem;overflow:hidden;display:block; }
#zpM5WsG5wPt4MNLmNwLOPkH3qKw6MDo4 { position:absolute;display:block;z-index:100106;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.1875rem;width:11.4375rem;top:1.2623698711395rem;left:31.781253814698rem;overflow:hidden;display:block; }
#AfRGzQGR0u2T1SgJnAUAultcTVhZ2t3N { color:#ffffff;display:block;width:17rem;position:absolute;font-family:"montserrat 900";font-size:1rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:9.1998701095581rem;left:29.000003814698rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kxWckuftbzPpVXTtBoFSeqH1QhgUv3X5 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:11.125rem;left:31.3125rem;height:3.8994125rem;text-align:center;text-align-last:center;display:block; }
#kWDf1MPenMPf6xFtaC67Iw5Hib56h9RO { background-color:transparent;background-image: -webkit-linear-gradient(216deg, #ff6000, #ff004c);background-image: -moz-linear-gradient(216deg, #ff6000, #ff004c);background-image: -ms-linear-gradient(216deg, #ff6000, #ff004c);background-image: -o-linear-gradient(216deg, #ff6000, #ff004c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6000', endColorstr='#ff004c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6000', endColorstr='#ff004c' );";background-image: linear-gradient(216deg, #ff6000, #ff004c);background-size:auto !important;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-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:14.0625rem;height:3.4375rem;text-decoration:none;z-index:100012;text-align:center;text-align-last:center;top:15.8125rem;left:30.468753814698rem;display:block; }
#lDX8I81t8VuIER6fqX7ivZgKukI3dSHc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#klV3IMKCGkANfxgCv12NcM0cey4vHBoq { position:absolute;display:block;z-index:100001;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;height:16.25rem;width:16.875rem;top:3.5625rem;left:54rem;overflow:hidden;display:block; }
#dymSmL8EUh2ldCdvUpfOWtRdl8JXNpqT { position:absolute;display:block;z-index:100090;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.875rem;width:11.875rem;top:1.408203125rem;left:56.562503814698rem;overflow:hidden;display:block; }
#VFl85Zla2GELLMRf8VMpf74q9dmEMreC { color:#ffffff;display:block;width:10.6875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:100016;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:11.3125rem;left:57.125rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#O5Cuo6gfNsbIRrdiu7Ni1EuDDERdvXek { background-color:transparent;background-image: -webkit-linear-gradient(216deg, #ff6000, #ff004c);background-image: -moz-linear-gradient(216deg, #ff6000, #ff004c);background-image: -ms-linear-gradient(216deg, #ff6000, #ff004c);background-image: -o-linear-gradient(216deg, #ff6000, #ff004c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6000', endColorstr='#ff004c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6000', endColorstr='#ff004c' );";background-image: linear-gradient(216deg, #ff6000, #ff004c);background-size:auto !important;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-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:14.0625rem;height:3.4375rem;text-decoration:none;z-index:100017;text-align:center;text-align-last:center;top:15.8125rem;left:55.468753814698rem;display:block; }
#STPDCTHXiIgbXG2k8h6727ox6cUAyTSt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#lMGlhOWyOQ0mQrMUNabZlThTHWFrpIZt { color:#ffffff;display:block;width:17rem;position:absolute;font-family:"montserrat 900";font-size:1rem;font-weight:700;z-index:100015;line-height:1.3;letter-spacing:0;top:9.4375rem;left:54.0625rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LFPcDQ5MpyytaCv6oRninClOB1lqzEiN { position:absolute;display:block;z-index:99999;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;height:16.25rem;width:16.875rem;top:3.375rem;left:4rem;overflow:hidden;display:block; }
#D6hk3u7ua4q21WALKtAaLerqSTqMnFSa { position:absolute;display:block;z-index:100098;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.875rem;width:11.875rem;top:1.408203125rem;left:6.5625rem;overflow:hidden;display:block; }
#xmC2FPLGirUtipgVDt61reIeaIcl8AAD { z-index:100002;top:15.625rem;left:5.46875rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #ff6000, #ff004c);background-image: -moz-linear-gradient(216deg, #ff6000, #ff004c);background-image: -ms-linear-gradient(216deg, #ff6000, #ff004c);background-image: -o-linear-gradient(216deg, #ff6000, #ff004c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6000', endColorstr='#ff004c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6000', endColorstr='#ff004c' );";background-image: linear-gradient(216deg, #ff6000, #ff004c);background-size:auto !important;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:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#tHZewPs6gfe9a9tWtstO6ysFxzoZpmvk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Da3RWr1xLE2mmNuF7ctdeC3J5EqQ6hTg { color:#ffffff;display:block;width:10.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.3125rem #000000;top:11.240234375rem;left:7.0625rem;height:3.8994125rem;text-align:center;text-align-last:center;display:block; }
#yGpSg7iXUGMn23PDHwFqUyWzTbTH7RfH { color:#ffffff;display:block;width:17rem;position:absolute;font-family:"montserrat 900";font-size:1rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:9.556640625rem;left:4rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kzXUCuCuHVEqlsm6uKsAgLkSBL486NR9 { position:absolute;display:block;z-index:100002;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;height:16.25rem;width:16.875rem;top:25rem;left:16.4375rem;overflow:hidden;display:block; }
#qwFpMIDc4ZRrmFVhNvDOcM84ahgbRrwn { position:absolute;display:block;z-index:100030;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.875rem;width:11.875rem;top:23.0625rem;left:19.25rem;overflow:hidden;display:block; }
#mbQhqFm0el0tekq76n3ca9aDrv3xb0V0 { color:#ffffff;display:block;width:17rem;position:absolute;font-family:"montserrat 900";font-size:1rem;font-weight:700;z-index:100020;line-height:1.3;letter-spacing:0;top:31.5rem;left:16.4375rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hdnlZlxs4rP1ayLZJ9o615nADcwWc4Ei { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:100021;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:33.3125rem;left:18.625rem;height:3.8994125rem;text-align:center;text-align-last:center;display:block; }
#pnC8zxPS7CR83P1qKnZerA727T3iCP2H { background-color:transparent;background-image: -webkit-linear-gradient(216deg, #ff6000, #ff004c);background-image: -moz-linear-gradient(216deg, #ff6000, #ff004c);background-image: -ms-linear-gradient(216deg, #ff6000, #ff004c);background-image: -o-linear-gradient(216deg, #ff6000, #ff004c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6000', endColorstr='#ff004c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6000', endColorstr='#ff004c' );";background-image: linear-gradient(216deg, #ff6000, #ff004c);background-size:auto !important;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-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:14.0625rem;height:3.4375rem;text-decoration:none;z-index:100022;text-align:center;text-align-last:center;top:37.2109375rem;left:18.1875rem;display:block; }
#KHp9goizKbh5ZZ734taoLyE5ppxeSLWS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#KEBWITms9JnrX4e26TIeENSBbZbeEP9i { position:absolute;display:block;z-index:100032;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.875rem;width:11.875rem;top:22.8125rem;left:44.4375rem;overflow:hidden;display:block; }
#gM6rlGzPurDmHdAUi046pW5wmCts8QHx { position:absolute;display:block;z-index:100003;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;height:16.25rem;width:16.875rem;top:25.0625rem;left:41.375rem;overflow:hidden;display:block; }
#vOgN01VqR9hssflNRu4oV33f35kRVxFJ { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:"montserrat 900";font-size:1rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:31.1875rem;left:41.437503814698rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K3O13cF12Cc0ncs7CfikxGGwhyb7a1Zx { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:33.0625rem;left:43.6875rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#vqfZQSTXxtJGNQr8IrcCxuw4ZsyC7S5z { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ff6000, #ff004c);background-image: -moz-linear-gradient(180deg, #ff6000, #ff004c);background-image: -ms-linear-gradient(180deg, #ff6000, #ff004c);background-image: -o-linear-gradient(180deg, #ff6000, #ff004c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6000', endColorstr='#ff004c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6000', endColorstr='#ff004c' );";background-image: linear-gradient(180deg, #ff6000, #ff004c);background-size:auto !important;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-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:14.0625rem;height:3.4375rem;text-decoration:none;z-index:100012;text-align:center;text-align-last:center;top:37.2109375rem;left:43.062503814698rem;display:block; }
#Z32tlnxc0mdEST9S3NhJLNwPRlXoFLlJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#vJT8RERDukif2ysULnXSr2AO9U7MDlXS { position:absolute;display:block;z-index:100072;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.75rem;width:9.5625rem;top:45.03125rem;left:3.5rem;overflow:hidden;display:block; }
#EfrCfHdkJmyB40WyNo7hsxgkL7O5Zxxu { position:absolute;display:block;z-index:100072;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5625rem;width:9.3125rem;top:44.6875rem;left:41.062503814698rem;overflow:hidden;display:block; }
#LfySQ8gKsXqHfX5A9a6wvKQF2hgu8q3L { position:absolute;display:block;z-index:99998;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;height:12.5rem;width:25.1875rem;top:45.28125rem;left:8.3125rem;overflow:hidden;display:block; }
#yAG8oUSDtX0UEEZrhQDrPKmirSF5UQmc { position:absolute;display:block;z-index:99999;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;height:12.5rem;width:25.1875rem;top:44.71875rem;left:45.875003814698rem;overflow:hidden;display:block; }
#vkIfIW7cTCOxhUBqpD36isyrhLD4LGBn { color:#ffffff;display:block;width:20.9375rem;position:absolute;font-family:"montserrat 900";font-size:1rem;font-weight:700;z-index:100021;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:45.9375rem;left:12.375rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kMuT5TvtQRDkWxO9ptFvHTh3XgzT7HuZ { color:#ffffff;display:block;width:20.9375rem;position:absolute;font-family:"montserrat 900";font-size:1rem;font-weight:700;z-index:100022;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:45.25rem;left:50.062503814698rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kIBsyXs8iT5NZE8uvxlnTMJgBDyo4QcS { position:absolute;display:block;z-index:100082;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.125rem;width:8.5625rem;top:63.81250190735rem;left:3.6875rem;overflow:hidden;display:block; }
#RiolBhK6p9WfvcgVnnOZUqLd73ExrLyT { position:absolute;display:block;z-index:100004;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;height:12.5rem;width:25.1875rem;top:63.3125rem;left:8.4375rem;overflow:hidden;display:block; }
#JVWN0QbeFQ59uTNxi0HFZNHWGiBDSd5W { color:#ffffff;display:block;width:20.9375rem;position:absolute;font-family:"montserrat 900";font-size:1rem;font-weight:700;z-index:100027;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:63.9375rem;left:12.5rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AAiSKAu00uGAR0NT7wqWnTbTC8R0vIm9 { position:absolute;display:block;z-index:100082;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.125rem;width:8.625rem;top:63.31250190735rem;left:41.218753814698rem;overflow:hidden;display:block; }
#zRNKBtwxyB0IiFgFSQDz6uyJA62aDIKP { position:absolute;display:block;z-index:100005;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;height:12.5rem;width:25.1875rem;top:62.75rem;left:46rem;overflow:hidden;display:block; }
#V9M7b0ehX0GQfsouD3eZqDuHchOIicZ2 { color:#ffffff;display:block;width:20.9375rem;position:absolute;font-family:"montserrat 900";font-size:1rem;font-weight:700;z-index:100028;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:63.25rem;left:50.1875rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QDKxp0CBXsEF0CUohS3pVAKJkuDDsKk4 { background-color:transparent;background-image: -webkit-linear-gradient(216deg, #ff6000, #ff004c);background-image: -moz-linear-gradient(216deg, #ff6000, #ff004c);background-image: -ms-linear-gradient(216deg, #ff6000, #ff004c);background-image: -o-linear-gradient(216deg, #ff6000, #ff004c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6000', endColorstr='#ff004c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6000', endColorstr='#ff004c' );";background-image: linear-gradient(216deg, #ff6000, #ff004c);background-size:auto !important;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-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:14.0625rem;height:3.4375rem;text-decoration:none;z-index:100013;text-align:center;text-align-last:center;top:53.9375rem;left:15.625rem;display:block; }
#J9QAFGdV5kx98tVlUM8gyrTIOZE3REBa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Ik6zzxOfCziG6WrAACE3om9zL3QJE1qM { background-color:transparent;background-image: -webkit-linear-gradient(216deg, #ff6000, #ff004c);background-image: -moz-linear-gradient(216deg, #ff6000, #ff004c);background-image: -ms-linear-gradient(216deg, #ff6000, #ff004c);background-image: -o-linear-gradient(216deg, #ff6000, #ff004c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6000', endColorstr='#ff004c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6000', endColorstr='#ff004c' );";background-image: linear-gradient(216deg, #ff6000, #ff004c);background-size:auto !important;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-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:"montserrat black";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;z-index:100014;text-align:center;text-align-last:center;top:53.29296875rem;left:51.937503814698rem;display:block; }
#ocA9VZkGDqX7M5hhEriMGPKBtZ09dAdn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#czuce9ozv3Z5bpm3nnAySt2z8dXI70Eq { background-color:transparent;background-image: -webkit-linear-gradient(216deg, #ff6000, #ff004c);background-image: -moz-linear-gradient(216deg, #ff6000, #ff004c);background-image: -ms-linear-gradient(216deg, #ff6000, #ff004c);background-image: -o-linear-gradient(216deg, #ff6000, #ff004c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6000', endColorstr='#ff004c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6000', endColorstr='#ff004c' );";background-image: linear-gradient(216deg, #ff6000, #ff004c);background-size:auto !important;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-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:14.0625rem;height:3.4375rem;text-decoration:none;z-index:100015;text-align:center;text-align-last:center;top:72rem;left:15.625rem;display:block; }
#iCyN7rVANuMCALXL5fsKEqzcMzTFHmZT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#SFaQEQGbUEBzSuU4GlTFINPQih1nPvuD { background-color:transparent;background-image: -webkit-linear-gradient(216deg, #ff6000, #ff004c);background-image: -moz-linear-gradient(216deg, #ff6000, #ff004c);background-image: -ms-linear-gradient(216deg, #ff6000, #ff004c);background-image: -o-linear-gradient(216deg, #ff6000, #ff004c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6000', endColorstr='#ff004c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6000', endColorstr='#ff004c' );";background-image: linear-gradient(216deg, #ff6000, #ff004c);background-size:auto !important;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-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:14.0625rem;height:3.4375rem;text-decoration:none;z-index:100016;text-align:center;text-align-last:center;top:71.4375rem;left:53.812503814698rem;display:block; }
#S66or1KszxI9T4J0umv7OJANTEy8kw8G { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#fA0CnmiNkxOTTZ8yfG0lZXbcuyRS9Ngl { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:49.019533157349rem;left:16.09375rem;height:3.8994125rem;text-align:center;text-align-last:center;display:block; }
#ecMnBkkl7IXkfTVCOZBLo2ouWhuWfgCa { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:100013;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:49.01953125rem;left:54.281253814698rem;height:3.8994125rem;text-align:center;text-align-last:center;display:block; }
#V6XbC8q4q2f5iZBDcJQcFakamhHcGmL5 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:100014;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:67.699871063231rem;left:16.09375rem;height:3.8994125rem;text-align:center;text-align-last:center;display:block; }
#Bb1NKnAhJOinEItNa8WtKE2cxeMRy7tW { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:100015;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:66.536460876462rem;left:54.281253814698rem;height:3.8994125rem;text-align:center;text-align-last:center;display:block; }
#ur4LXVPvJECkVKKk03It93s56rec5ixS { position:absolute;display:block;z-index:100102;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.125rem;width:11.5625rem;top:83.4375rem;left:21.25rem;overflow:hidden;display:block; }
#TxrJqRZtykLypcQSszxiIt2EkuDSpTC7 { position:absolute;display:block;z-index:100009;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;height:12.5rem;width:25.1875rem;top:81.1875rem;left:27.0625rem;overflow:hidden;display:block; }
#e3e6FlXLelLTAVGVlOVQELzVMB0mHdLs { color:#ffffff;display:block;width:20.9375rem;position:absolute;font-family:"montserrat 900";font-size:1rem;font-weight:700;z-index:100032;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:82.37500190735rem;left:31.312503814698rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gn9fEFPw1bBhXryDHHBGI21ffCUuUXRF { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:100019;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:85.37500190735rem;left:34.718753814698rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#sF13J0buXCFeU9scDUFgwyoGqOXVcDwO { background-color:transparent;background-image: -webkit-linear-gradient(216deg, #ff6000, #ff004c);background-image: -moz-linear-gradient(216deg, #ff6000, #ff004c);background-image: -ms-linear-gradient(216deg, #ff6000, #ff004c);background-image: -o-linear-gradient(216deg, #ff6000, #ff004c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6000', endColorstr='#ff004c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6000', endColorstr='#ff004c' );";background-image: linear-gradient(216deg, #ff6000, #ff004c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;z-index:100020;text-align:center;text-align-last:center;top:89.697921752931rem;left:34.562503814698rem;display:block; }
#nHUv4KPeydzR47NUR6bZpffeb4K1Fu9G { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#NBy61CaELk3KWIT1g6I4xa5VsDx7TTTL { position:absolute;display:block;z-index:100097;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;height:8.75rem;width:12.125rem;top:83.125rem;left:21rem;display:block; }
#PAX3m9rwzo8TZPzpCna2DZeXwTWUa9aP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#PAX3m9rwzo8TZPzpCna2DZeXwTWUa9aP > .row .container { background-color: transparent; background-image: none; }#PAX3m9rwzo8TZPzpCna2DZeXwTWUa9aP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PAX3m9rwzo8TZPzpCna2DZeXwTWUa9aP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PAX3m9rwzo8TZPzpCna2DZeXwTWUa9aP > .row .container > .video-iframe-container { display: none; }#PAX3m9rwzo8TZPzpCna2DZeXwTWUa9aP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PAX3m9rwzo8TZPzpCna2DZeXwTWUa9aP > .row > .video-iframe-container { display: none; }#PAX3m9rwzo8TZPzpCna2DZeXwTWUa9aP > .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); }#PAX3m9rwzo8TZPzpCna2DZeXwTWUa9aP > .row .container { border-width: 0; border-radius: 0; }#PAX3m9rwzo8TZPzpCna2DZeXwTWUa9aP > .row > .video-iframe-container {  }#PAX3m9rwzo8TZPzpCna2DZeXwTWUa9aP > .row .container { font-size:0.875rem;font-family:arial;height:51.9375rem;width:75rem;position:relative;display:block; }#bipgRXTBl2hhkcs1l6mIx6IXr61sMO4F { position:absolute;display:block;z-index:100012;height:36.9375rem;width:55.9375rem;top:8.5625rem;left:0rem;display:block; }
#wMQnl5THzuP15rmECmRpik8xbEverKTo { color:#313131;display:block;width:36.8125rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:100013;line-height:1.3;letter-spacing:0;top:4.25rem;left:0rem;height:1.7875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yvGFl1e9lRL94yBPagvcWubhHZXFu4pO { position:absolute;display:block;z-index:100014;background-color:transparent;background-image:none;border-top:0;border-left:0.1875rem solid #000000;border-right:0;border-bottom:0;height:39.625rem;width:0.5rem;top:8.5625rem;left:58.375rem;display:block; }
#nBqDrGvphqleITHs0eiKF50qaZpE5Zh3 { color:#313131;display:block;width:15.5625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:100014;line-height:1.3;letter-spacing:0;top:4.40625rem;left:59.4375rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wdXAXvpRovsldmIK7bDKewkftkTopSCw { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.625rem;width:15.375rem;top:8.5625rem;left:59.5rem;display:block; }
#TNIEGKul8kIkwCzENDkuLXD9NWKNnTRm { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.625rem;width:15.375rem;top:18.25rem;left:59.625rem;display:block; }
#pMsM0XzC0EThFlZlkEKOaaznHuC03hN2 { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.625rem;width:15.375rem;top:27.875rem;left:59.625rem;display:block; }
#NNW3ipowKEpFHedwnDFpatTT4d9df3sE { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.625rem;width:15.375rem;top:37.5rem;left:59.625rem;display:block; }
#u3ykrr2yq7wisH3WCqQshMRrRWnpHlWv { background-color:transparent;background-image:none;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"muli black";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.875rem;height:2.6875rem;text-decoration:none;z-index:99999;text-align:center;text-align-last:center;top:3.78125rem;left:45.125rem;display:block; }
#lrAH6tlybMfrF7fGZ5NTJfeN6acqqfJV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#wUVUgeBdr0SqbLCcllFeQl8VPwETA70c { box-sizing:content-box;color:#000000;font-size:2.0625rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100000;top:3.625rem;left:41.75rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #f599cmhJD8vT8ZnAhMi4v0wo1A0k7Zr0 { display:block; }#f599cmhJD8vT8ZnAhMi4v0wo1A0k7Zr0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hfAJdN6Ud7I4ztxE0d9VBsQACasX8JZk { display:block; }#hfAJdN6Ud7I4ztxE0d9VBsQACasX8JZk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f3xNrs4idBRb8t1HmLuBtxPa05NUrMv2 { width:7.1875rem;height:4.4375rem;top:3.3125rem;left:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWV6Gxy1bKqNTUqKC8MG5Bs7akbCaNhk { width:39.8125rem;height:1.625rem;top:8.375rem;left:6.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #roevEWTxFnfdWO1x771yS3kMSfPkZBPP { width:12.5rem;height:5rem;top:22.125rem;left:0rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #GK6s7SUgS3yJamKi4MtuCsnWd2Jlaz2s { width:2.125rem;height:2.125rem;top:23.6875rem;left:19.5rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SwRrLEwpNfZEWT7WgOaoihvrmE9KGHIC { width:2.125rem;height:2.125rem;top:23.6875rem;left:21.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGtRrUKOdLyVs12cMr08QT56hsX9ALl2 { width:2.125rem;height:2.125rem;top:23.6875rem;left:23.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxnZJgEHVTV0e1zrIyMNE4qdnsxTmQk2 { width:2.125rem;height:2.125rem;top:23.6875rem;left:25.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQfAaVQpAduXZHfWCP31ALtUUvp07i7k { width:2.125rem;height:2.125rem;top:23.6875rem;left:28rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRQTDKwffybTdXlhhR9n7ePXTbC5VHtF { width:1.9375rem;height:2rem;top:10.125rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fENlnOFeKb9eHEKG702xpPQTezQ4MGwK { width:13.4375rem;height:1.29980625rem;top:10.3125rem;left:6.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tn8nNr1q640g038cZTL5B99oDZPkVArN { width:3.4375rem;height:3.4375rem;top:9.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGGgozilJJv6ZzEHd8io8Hg5DFVzCnTF { width:40.625rem;height:22.625rem;top:12.8125rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tbl6gVno7Tcs7zaUANhqbk15528vEax8 { width:40.625rem;height:22.625rem;top:10.3125rem;left:4.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VQ6HtWRAXdJecDB1VlVmBWz1wryVhBo6 { width:43.0625rem;height:1.625rem;top:2rem;left:2.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQcG0nJNlySuCTBmyT4EfNdOZvk38xt3 { width:1.75rem;height:1.75rem;top:36.25rem;left:4.3125rem;display:block; }
#yQcG0nJNlySuCTBmyT4EfNdOZvk38xt3 > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #gMxhdwXKDtGDCNVIKgNMzB5AQ6LdxoD3 { width:9.3125rem;height:1.25rem;top:36.5rem;left:6.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XS9TrnObFsdOKW2rlagKW5bR4AkBnB05 { width:9.3125rem;height:1.25rem;top:36.5rem;left:33.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLVMeTToJ7cv921QMdKvdZOCvr0EfFrG { width:1.75rem;height:1.75rem;top:36.25rem;left:43.25rem;display:block; }
#rLVMeTToJ7cv921QMdKvdZOCvr0EfFrG > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #ilpDKSbfIVroiZRZ9teanG0ZagXXWp2p { display:block; }#ilpDKSbfIVroiZRZ9teanG0ZagXXWp2p > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QcG7Pxl2irFSpEguQdLvAnyQm9MiJB08 { display:block; }#QcG7Pxl2irFSpEguQdLvAnyQm9MiJB08 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oeUNuEgxkFryxAlS7UXmMXPvFo9CvkxW { display:none; }#oeUNuEgxkFryxAlS7UXmMXPvFo9CvkxW > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hk5IFe9LfMKdAgMFDffIenuu6ELzA2nR { width:29.5rem;height:4.8125rem;top:4.1875rem;left:9.1250038146975rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7r2FkuQ0u0TpaJCOo74lx5GfSJF3kPk { display:block; }
 }@media only screen and (max-width: 763px) { #Rk5axCW5x4yr7A52vw5NJxkFlKm3uhgt { width:12.0625rem;height:10.125rem;top:0.9375rem;left:0.14518356323243rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCts33pOFX2BywBp90Q3NTnP30XX0JFS { display:none; }#vCts33pOFX2BywBp90Q3NTnP30XX0JFS > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #evkLcPyPnysziMBDqHpWHrm8A5kio9dH { width:16.875rem;height:16.25rem;top:3.375rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpM5WsG5wPt4MNLmNwLOPkH3qKw6MDo4 { width:11.4375rem;height:8.1875rem;top:1.25rem;left:18.093753814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfRGzQGR0u2T1SgJnAUAultcTVhZ2t3N { width:17rem;height:1.29948125rem;top:9.1875rem;left:14.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxWckuftbzPpVXTtBoFSeqH1QhgUv3X5 { width:12.5rem;height:3.8984375rem;top:11.125rem;left:17.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWDf1MPenMPf6xFtaC67Iw5Hib56h9RO { width:14.0625rem;height:3.4375rem;top:15.8125rem;left:16.781253814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDX8I81t8VuIER6fqX7ivZgKukI3dSHc { display:block; }
 }@media only screen and (max-width: 763px) { #klV3IMKCGkANfxgCv12NcM0cey4vHBoq { width:16.875rem;height:16.25rem;top:3.5625rem;left:30.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dymSmL8EUh2ldCdvUpfOWtRdl8JXNpqT { width:11.875rem;height:8.875rem;top:1.375rem;left:33.750003814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFl85Zla2GELLMRf8VMpf74q9dmEMreC { width:10.6875rem;height:2.59895625rem;top:11.3125rem;left:34.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5Cuo6gfNsbIRrdiu7Ni1EuDDERdvXek { width:14.0625rem;height:3.4375rem;top:15.8125rem;left:32.656253814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #STPDCTHXiIgbXG2k8h6727ox6cUAyTSt { display:block; }
 }@media only screen and (max-width: 763px) { #lMGlhOWyOQ0mQrMUNabZlThTHWFrpIZt { width:17rem;height:1.29948125rem;top:9.4375rem;left:30.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFPcDQ5MpyytaCv6oRninClOB1lqzEiN { width:16.875rem;height:16.25rem;top:3.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6hk3u7ua4q21WALKtAaLerqSTqMnFSa { width:11.875rem;height:8.875rem;top:1.375rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmC2FPLGirUtipgVDt61reIeaIcl8AAD { top:15.625rem;left:0.90625rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHZewPs6gfe9a9tWtstO6ysFxzoZpmvk { display:block; }
 }@media only screen and (max-width: 763px) { #Da3RWr1xLE2mmNuF7ctdeC3J5EqQ6hTg { width:10.875rem;height:3.875rem;top:11.1875rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGpSg7iXUGMn23PDHwFqUyWzTbTH7RfH { width:17rem;height:1.29948125rem;top:9.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzXUCuCuHVEqlsm6uKsAgLkSBL486NR9 { width:16.875rem;height:16.25rem;top:25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwFpMIDc4ZRrmFVhNvDOcM84ahgbRrwn { width:11.875rem;height:8.875rem;top:23.0625rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbQhqFm0el0tekq76n3ca9aDrv3xb0V0 { width:17rem;height:1.29948125rem;top:31.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdnlZlxs4rP1ayLZJ9o615nADcwWc4Ei { width:12.5rem;height:3.8984375rem;top:33.3125rem;left:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnC8zxPS7CR83P1qKnZerA727T3iCP2H { width:14.0625rem;height:3.4375rem;top:37.1875rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHp9goizKbh5ZZ734taoLyE5ppxeSLWS { display:block; }
 }@media only screen and (max-width: 763px) { #KEBWITms9JnrX4e26TIeENSBbZbeEP9i { width:11.875rem;height:8.875rem;top:22.8125rem;left:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gM6rlGzPurDmHdAUi046pW5wmCts8QHx { width:16.875rem;height:16.25rem;top:25.0625rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOgN01VqR9hssflNRu4oV33f35kRVxFJ { width:16.875rem;height:1.29948125rem;top:31.1875rem;left:13.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3O13cF12Cc0ncs7CfikxGGwhyb7a1Zx { width:12.5rem;height:2.59895625rem;top:33.0625rem;left:19.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqfZQSTXxtJGNQr8IrcCxuw4ZsyC7S5z { width:14.0625rem;height:3.4375rem;top:37.1875rem;left:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z32tlnxc0mdEST9S3NhJLNwPRlXoFLlJ { display:block; }
 }@media only screen and (max-width: 763px) { #vJT8RERDukif2ysULnXSr2AO9U7MDlXS { width:9.5625rem;height:12.75rem;top:45rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfrCfHdkJmyB40WyNo7hsxgkL7O5Zxxu { width:9.3125rem;height:12.5625rem;top:44.6875rem;left:22.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfySQ8gKsXqHfX5A9a6wvKQF2hgu8q3L { width:25.1875rem;height:12.5rem;top:45.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAG8oUSDtX0UEEZrhQDrPKmirSF5UQmc { width:25.1875rem;height:12.5rem;top:44.6875rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkIfIW7cTCOxhUBqpD36isyrhLD4LGBn { width:20.9375rem;height:2.111975rem;top:45.9375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMuT5TvtQRDkWxO9ptFvHTh3XgzT7HuZ { width:20.9375rem;height:2.111975rem;top:45.25rem;left:26.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIBsyXs8iT5NZE8uvxlnTMJgBDyo4QcS { width:8.5625rem;height:12.125rem;top:63.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RiolBhK6p9WfvcgVnnOZUqLd73ExrLyT { width:25.1875rem;height:12.5rem;top:63.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVWN0QbeFQ59uTNxi0HFZNHWGiBDSd5W { width:20.9375rem;height:2.111975rem;top:63.9375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAiSKAu00uGAR0NT7wqWnTbTC8R0vIm9 { width:8.625rem;height:12.125rem;top:63.3125rem;left:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRNKBtwxyB0IiFgFSQDz6uyJA62aDIKP { width:25.1875rem;height:12.5rem;top:62.75rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9M7b0ehX0GQfsouD3eZqDuHchOIicZ2 { width:20.9375rem;height:2.111975rem;top:63.25rem;left:26.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDKxp0CBXsEF0CUohS3pVAKJkuDDsKk4 { width:14.0625rem;height:3.4375rem;top:53.9375rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9QAFGdV5kx98tVlUM8gyrTIOZE3REBa { display:block; }
 }@media only screen and (max-width: 763px) { #Ik6zzxOfCziG6WrAACE3om9zL3QJE1qM { width:14.0625rem;height:3.4375rem;top:53.25rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocA9VZkGDqX7M5hhEriMGPKBtZ09dAdn { display:block; }
 }@media only screen and (max-width: 763px) { #czuce9ozv3Z5bpm3nnAySt2z8dXI70Eq { width:14.0625rem;height:3.4375rem;top:72rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCyN7rVANuMCALXL5fsKEqzcMzTFHmZT { display:block; }
 }@media only screen and (max-width: 763px) { #SFaQEQGbUEBzSuU4GlTFINPQih1nPvuD { width:14.0625rem;height:3.4375rem;top:71.4375rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #S66or1KszxI9T4J0umv7OJANTEy8kw8G { display:block; }
 }@media only screen and (max-width: 763px) { #fA0CnmiNkxOTTZ8yfG0lZXbcuyRS9Ngl { width:12.5rem;height:2.11198125rem;top:49rem;left:3.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecMnBkkl7IXkfTVCOZBLo2ouWhuWfgCa { width:12.5rem;height:2.11198125rem;top:49rem;left:31.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6XbC8q4q2f5iZBDcJQcFakamhHcGmL5 { width:12.5rem;height:2.11198125rem;top:67.6875rem;left:3.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bb1NKnAhJOinEItNa8WtKE2cxeMRy7tW { width:12.5rem;height:2.11198125rem;top:66.5rem;left:31.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ur4LXVPvJECkVKKk03It93s56rec5ixS { width:11.5625rem;height:8.125rem;top:83.4375rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxrJqRZtykLypcQSszxiIt2EkuDSpTC7 { width:25.1875rem;height:12.5rem;top:81.1875rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3e6FlXLelLTAVGVlOVQELzVMB0mHdLs { width:20.9375rem;height:1.0559875rem;top:82.375rem;left:10.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gn9fEFPw1bBhXryDHHBGI21ffCUuUXRF { width:12.5rem;height:2.11198125rem;top:85.375rem;left:19.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sF13J0buXCFeU9scDUFgwyoGqOXVcDwO { width:14.0625rem;height:3.4375rem;top:89.6875rem;left:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHUv4KPeydzR47NUR6bZpffeb4K1Fu9G { display:block; }
 }@media only screen and (max-width: 763px) { #NBy61CaELk3KWIT1g6I4xa5VsDx7TTTL { width:12.125rem;height:8.75rem;top:83.125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PAX3m9rwzo8TZPzpCna2DZeXwTWUa9aP { display:block; }#PAX3m9rwzo8TZPzpCna2DZeXwTWUa9aP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bipgRXTBl2hhkcs1l6mIx6IXr61sMO4F { width:47.75rem;height:36.9375rem;top:8.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMQnl5THzuP15rmECmRpik8xbEverKTo { width:36.8125rem;height:1.75rem;top:4.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvGFl1e9lRL94yBPagvcWubhHZXFu4pO { width:0.5rem;height:39.625rem;top:8.5625rem;left:44.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #nBqDrGvphqleITHs0eiKF50qaZpE5Zh3 { width:15.5625rem;height:1.4375rem;top:4.375rem;left:32rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wdXAXvpRovsldmIK7bDKewkftkTopSCw { width:15.375rem;height:8.625rem;top:8.5625rem;left:32.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TNIEGKul8kIkwCzENDkuLXD9NWKNnTRm { width:15.375rem;height:8.625rem;top:18.25rem;left:32.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #pMsM0XzC0EThFlZlkEKOaaznHuC03hN2 { width:15.375rem;height:8.625rem;top:27.875rem;left:32.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #NNW3ipowKEpFHedwnDFpatTT4d9df3sE { width:15.375rem;height:8.625rem;top:37.5rem;left:32.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #u3ykrr2yq7wisH3WCqQshMRrRWnpHlWv { width:10.875rem;height:2.6875rem;top:3.75rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrAH6tlybMfrF7fGZ5NTJfeN6acqqfJV { display:block; }
 }@media only screen and (max-width: 763px) { #wUVUgeBdr0SqbLCcllFeQl8VPwETA70c { width:3rem;height:3rem;top:3.625rem;left:28.125rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;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); } }@media only screen and (max-width: 763px) { #f599cmhJD8vT8ZnAhMi4v0wo1A0k7Zr0 { display:block; }#f599cmhJD8vT8ZnAhMi4v0wo1A0k7Zr0 > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hfAJdN6Ud7I4ztxE0d9VBsQACasX8JZk { background-color:#1c1c1c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#hfAJdN6Ud7I4ztxE0d9VBsQACasX8JZk > .row .container { background-color: transparent; background-image: none; }#hfAJdN6Ud7I4ztxE0d9VBsQACasX8JZk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hfAJdN6Ud7I4ztxE0d9VBsQACasX8JZk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hfAJdN6Ud7I4ztxE0d9VBsQACasX8JZk > .row .container > .video-iframe-container { display: none; }#hfAJdN6Ud7I4ztxE0d9VBsQACasX8JZk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hfAJdN6Ud7I4ztxE0d9VBsQACasX8JZk > .row > .video-iframe-container { display: none; }#hfAJdN6Ud7I4ztxE0d9VBsQACasX8JZk > .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); }#hfAJdN6Ud7I4ztxE0d9VBsQACasX8JZk > .row .container { border-width: 0; border-radius: 0; }#hfAJdN6Ud7I4ztxE0d9VBsQACasX8JZk > .row > .video-iframe-container {  }#hfAJdN6Ud7I4ztxE0d9VBsQACasX8JZk > .row .container { width:20rem;height:33.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f3xNrs4idBRb8t1HmLuBtxPa05NUrMv2 { width:6.5rem;height:3.9375rem;top:3.6875rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWV6Gxy1bKqNTUqKC8MG5Bs7akbCaNhk { width:19.9375rem;height:3.25rem;top:8.8125rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #roevEWTxFnfdWO1x771yS3kMSfPkZBPP { top:30.1875rem;left:1.875rem;width:16.25rem;height:1.94921875rem;z-index:100019;color:#808080;font-size:0.75rem;text-align:center;text-align-last:center;font-family:raleway;display:block; }
 }@media only screen and (max-width: 763px) { #GK6s7SUgS3yJamKi4MtuCsnWd2Jlaz2s { width:1.25rem;height:1.25rem;top:13.75rem;left:12.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SwRrLEwpNfZEWT7WgOaoihvrmE9KGHIC { width:1.25rem;height:1.25rem;top:13.75rem;left:14.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGtRrUKOdLyVs12cMr08QT56hsX9ALl2 { width:1.25rem;height:1.25rem;top:13.75rem;left:15.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxnZJgEHVTV0e1zrIyMNE4qdnsxTmQk2 { width:1.25rem;height:1.25rem;top:13.75rem;left:16.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQfAaVQpAduXZHfWCP31ALtUUvp07i7k { width:1.25rem;height:1.25rem;top:13.75rem;left:17.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRQTDKwffybTdXlhhR9n7ePXTbC5VHtF { width:1.9375rem;height:2rem;top:13.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fENlnOFeKb9eHEKG702xpPQTezQ4MGwK { width:13.4375rem;height:1.29980625rem;top:13.75rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tn8nNr1q640g038cZTL5B99oDZPkVArN { width:2rem;height:2rem;top:5.6875rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGGgozilJJv6ZzEHd8io8Hg5DFVzCnTF { width:20rem;height:11.25rem;top:13.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tbl6gVno7Tcs7zaUANhqbk15528vEax8 { width:20rem;height:11.25rem;top:15.94921875rem;left:0rem;z-index:100079;display:block; }
 }@media only screen and (max-width: 763px) { #VQ6HtWRAXdJecDB1VlVmBWz1wryVhBo6 { width:20rem;height:2.2734375rem;top:0.69921875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQcG0nJNlySuCTBmyT4EfNdOZvk38xt3 { width:1.75rem;height:1.75rem;top:27.662109375rem;left:0rem;display:block; }
#yQcG0nJNlySuCTBmyT4EfNdOZvk38xt3 > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #gMxhdwXKDtGDCNVIKgNMzB5AQ6LdxoD3 { width:9.3125rem;height:0.9746125rem;top:28.048828125rem;left:2.125rem;font-size:0.75rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #XS9TrnObFsdOKW2rlagKW5bR4AkBnB05 { width:9.3125rem;height:0.9746125rem;top:28.048828125rem;left:8.4375rem;font-size:0.75rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #rLVMeTToJ7cv921QMdKvdZOCvr0EfFrG { width:1.75rem;height:1.75rem;top:27.662109375rem;left:18.25rem;font-size:0.9375rem;display:block; }
#rLVMeTToJ7cv921QMdKvdZOCvr0EfFrG > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #ilpDKSbfIVroiZRZ9teanG0ZagXXWp2p { display:block; }#ilpDKSbfIVroiZRZ9teanG0ZagXXWp2p > .row .container { width:20rem;height:33.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QcG7Pxl2irFSpEguQdLvAnyQm9MiJB08 { background-color:#1c1c1c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#QcG7Pxl2irFSpEguQdLvAnyQm9MiJB08 > .row .container { background-color: transparent; background-image: none; }#QcG7Pxl2irFSpEguQdLvAnyQm9MiJB08::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QcG7Pxl2irFSpEguQdLvAnyQm9MiJB08 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QcG7Pxl2irFSpEguQdLvAnyQm9MiJB08 > .row .container > .video-iframe-container { display: none; }#QcG7Pxl2irFSpEguQdLvAnyQm9MiJB08 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QcG7Pxl2irFSpEguQdLvAnyQm9MiJB08 > .row > .video-iframe-container { display: none; }#QcG7Pxl2irFSpEguQdLvAnyQm9MiJB08 > .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); }#QcG7Pxl2irFSpEguQdLvAnyQm9MiJB08 > .row .container { border-width: 0; border-radius: 0; }#QcG7Pxl2irFSpEguQdLvAnyQm9MiJB08 > .row > .video-iframe-container {  }#QcG7Pxl2irFSpEguQdLvAnyQm9MiJB08 > .row .container { width:20rem;height:71.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oeUNuEgxkFryxAlS7UXmMXPvFo9CvkxW { display:none; }#oeUNuEgxkFryxAlS7UXmMXPvFo9CvkxW > .row .container { width:20rem;height:11.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hk5IFe9LfMKdAgMFDffIenuu6ELzA2nR { width:19rem;height:3.375rem;top:5.75rem;left:0.5rem;z-index:100003;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7r2FkuQ0u0TpaJCOo74lx5GfSJF3kPk { display:block; }
 }@media only screen and (max-width: 763px) { #Rk5axCW5x4yr7A52vw5NJxkFlKm3uhgt { width:7.625rem;height:6.375rem;top:0.5625rem;left:6.1875002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCts33pOFX2BywBp90Q3NTnP30XX0JFS { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/712d99f3-06c1-4f9d-8fc6-3b1bf32524e2/FundoDesktop.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:none; }#vCts33pOFX2BywBp90Q3NTnP30XX0JFS.adaptive-delivery-prevent-bg, #vCts33pOFX2BywBp90Q3NTnP30XX0JFS.lazyload, #vCts33pOFX2BywBp90Q3NTnP30XX0JFS.lazyloading { background-image: none; }#vCts33pOFX2BywBp90Q3NTnP30XX0JFS > .row .container { width:20rem;height:191.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #evkLcPyPnysziMBDqHpWHrm8A5kio9dH { width:16.875rem;height:16.25rem;top:26.875rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpM5WsG5wPt4MNLmNwLOPkH3qKw6MDo4 { width:11.25rem;height:8.0625rem;top:25.3125rem;left:4.3750002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfRGzQGR0u2T1SgJnAUAultcTVhZ2t3N { width:16.9375rem;height:1.3rem;top:33.375rem;left:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxWckuftbzPpVXTtBoFSeqH1QhgUv3X5 { width:16.75rem;height:3.8984375rem;top:35.1875rem;left:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWDf1MPenMPf6xFtaC67Iw5Hib56h9RO { width:13.4375rem;height:3.0625rem;top:39.625rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDX8I81t8VuIER6fqX7ivZgKukI3dSHc { display:block; }
 }@media only screen and (max-width: 763px) { #klV3IMKCGkANfxgCv12NcM0cey4vHBoq { width:16.875rem;height:16.25rem;top:46.625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dymSmL8EUh2ldCdvUpfOWtRdl8JXNpqT { width:11.25rem;height:8.4375rem;top:45.0625rem;left:4.3750002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFl85Zla2GELLMRf8VMpf74q9dmEMreC { width:10.6875rem;height:2.59895625rem;top:55.0625rem;left:4.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5Cuo6gfNsbIRrdiu7Ni1EuDDERdvXek { width:13.4375rem;height:3.0625rem;top:58.8125rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #STPDCTHXiIgbXG2k8h6727ox6cUAyTSt { display:block; }
 }@media only screen and (max-width: 763px) { #lMGlhOWyOQ0mQrMUNabZlThTHWFrpIZt { width:17rem;height:1.3rem;top:53.1875rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFPcDQ5MpyytaCv6oRninClOB1lqzEiN { width:16.875rem;height:16.25rem;top:6.5rem;left:1.5000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6hk3u7ua4q21WALKtAaLerqSTqMnFSa { width:11.25rem;height:8.4375rem;top:4.9375rem;left:4.3750002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmC2FPLGirUtipgVDt61reIeaIcl8AAD { top:18.916667938233rem;left:3.2812502980233rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHZewPs6gfe9a9tWtstO6ysFxzoZpmvk { display:block; }
 }@media only screen and (max-width: 763px) { #Da3RWr1xLE2mmNuF7ctdeC3J5EqQ6hTg { width:14.1875rem;height:2.59895625rem;top:15.30078125rem;left:2.9062500596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGpSg7iXUGMn23PDHwFqUyWzTbTH7RfH { width:17rem;height:1.3rem;top:13.3125rem;left:1.5000000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzXUCuCuHVEqlsm6uKsAgLkSBL486NR9 { width:16.875rem;height:16.25rem;top:66.25rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwFpMIDc4ZRrmFVhNvDOcM84ahgbRrwn { width:11.25rem;height:8.4375rem;top:64.6875rem;left:4.3750002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbQhqFm0el0tekq76n3ca9aDrv3xb0V0 { width:16.9375rem;height:1.3rem;top:72.5625rem;left:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdnlZlxs4rP1ayLZJ9o615nADcwWc4Ei { width:16.25rem;height:2.59895625rem;top:74.4375rem;left:1.8750000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnC8zxPS7CR83P1qKnZerA727T3iCP2H { width:13.4375rem;height:3.0625rem;top:78.3125rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHp9goizKbh5ZZ734taoLyE5ppxeSLWS { display:block; }
 }@media only screen and (max-width: 763px) { #KEBWITms9JnrX4e26TIeENSBbZbeEP9i { width:11.25rem;height:8.4375rem;top:85.375rem;left:4.3750002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #gM6rlGzPurDmHdAUi046pW5wmCts8QHx { width:16.875rem;height:16.25rem;top:87rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOgN01VqR9hssflNRu4oV33f35kRVxFJ { width:17rem;height:1.3rem;top:93.5625rem;left:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3O13cF12Cc0ncs7CfikxGGwhyb7a1Zx { width:12.5rem;height:2.59895625rem;top:95.4375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqfZQSTXxtJGNQr8IrcCxuw4ZsyC7S5z { width:13.4375rem;height:3.0625rem;top:98.875rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z32tlnxc0mdEST9S3NhJLNwPRlXoFLlJ { display:block; }
 }@media only screen and (max-width: 763px) { #vJT8RERDukif2ysULnXSr2AO9U7MDlXS { width:7.375rem;height:9.625rem;top:107rem;left:1.1250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfrCfHdkJmyB40WyNo7hsxgkL7O5Zxxu { width:7.375rem;height:10.0625rem;top:123.48698425293rem;left:11.624348938465rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfySQ8gKsXqHfX5A9a6wvKQF2hgu8q3L { width:20rem;height:11.875rem;top:108.94271087646rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAG8oUSDtX0UEEZrhQDrPKmirSF5UQmc { width:20rem;height:11.875rem;top:125.92448043823rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkIfIW7cTCOxhUBqpD36isyrhLD4LGBn { width:11.4375rem;height:2.111975rem;top:109.31771087646rem;left:8.0000002980231rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMuT5TvtQRDkWxO9ptFvHTh3XgzT7HuZ { width:11.4375rem;height:2.111975rem;top:126.17448425293rem;left:0.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIBsyXs8iT5NZE8uvxlnTMJgBDyo4QcS { width:6.8125rem;height:9.625rem;top:141.42448043823rem;left:1.1250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #RiolBhK6p9WfvcgVnnOZUqLd73ExrLyT { width:20rem;height:11.875rem;top:143.04948043823rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVWN0QbeFQ59uTNxi0HFZNHWGiBDSd5W { width:11.1875rem;height:2.111975rem;top:143.537109375rem;left:7.9375002980231rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAiSKAu00uGAR0NT7wqWnTbTC8R0vIm9 { width:6.8125rem;height:9.625rem;top:158.9609375rem;left:11.905598938465rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRNKBtwxyB0IiFgFSQDz6uyJA62aDIKP { width:20rem;height:11.875rem;top:161.0859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9M7b0ehX0GQfsouD3eZqDuHchOIicZ2 { width:11.8125rem;height:2.111975rem;top:161.4609375rem;left:0.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDKxp0CBXsEF0CUohS3pVAKJkuDDsKk4 { width:13.4375rem;height:3.0625rem;top:117.00000762939rem;left:3.2812502980233rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9QAFGdV5kx98tVlUM8gyrTIOZE3REBa { display:block; }
 }@media only screen and (max-width: 763px) { #Ik6zzxOfCziG6WrAACE3om9zL3QJE1qM { width:13.4375rem;height:3.0625rem;top:133.54948043823rem;left:3.2812502980233rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocA9VZkGDqX7M5hhEriMGPKBtZ09dAdn { display:block; }
 }@media only screen and (max-width: 763px) { #czuce9ozv3Z5bpm3nnAySt2z8dXI70Eq { width:13.4375rem;height:3.0625rem;top:150.98698949814rem;left:3.2812502980233rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCyN7rVANuMCALXL5fsKEqzcMzTFHmZT { display:block; }
 }@media only screen and (max-width: 763px) { #SFaQEQGbUEBzSuU4GlTFINPQih1nPvuD { width:13.4375rem;height:3.0625rem;top:169.22917747497rem;left:3.2812502980233rem;display:block; }
 }@media only screen and (max-width: 763px) { #S66or1KszxI9T4J0umv7OJANTEy8kw8G { display:block; }
 }@media only screen and (max-width: 763px) { #fA0CnmiNkxOTTZ8yfG0lZXbcuyRS9Ngl { width:11.375rem;height:3.16796875rem;top:112.5234375rem;left:7.686848938465rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecMnBkkl7IXkfTVCOZBLo2ouWhuWfgCa { width:10.3125rem;height:3.16796875rem;top:129.34505462646rem;left:1.5000000596046rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6XbC8q4q2f5iZBDcJQcFakamhHcGmL5 { width:9.5rem;height:3.16796875rem;top:146.87174606323rem;left:9.0625002980231rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bb1NKnAhJOinEItNa8WtKE2cxeMRy7tW { width:10.8125rem;height:3.16796875rem;top:164.818359375rem;left:1.1250000596046rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ur4LXVPvJECkVKKk03It93s56rec5ixS { width:8rem;height:5.5rem;top:177.63151550293rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxrJqRZtykLypcQSszxiIt2EkuDSpTC7 { width:20rem;height:11.875rem;top:178.81250572204rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3e6FlXLelLTAVGVlOVQELzVMB0mHdLs { width:8.375rem;height:2.1125rem;top:179.88802146912rem;left:9.8125002980231rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gn9fEFPw1bBhXryDHHBGI21ffCUuUXRF { width:10.3125rem;height:2.1125rem;top:183.31901168823rem;left:8.749348938465rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sF13J0buXCFeU9scDUFgwyoGqOXVcDwO { width:13.4375rem;height:3.0625rem;top:186.93750572204rem;left:3.3125002980233rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHUv4KPeydzR47NUR6bZpffeb4K1Fu9G { display:block; }
 }@media only screen and (max-width: 763px) { #NBy61CaELk3KWIT1g6I4xa5VsDx7TTTL { width:8.3125rem;height:5.875rem;top:177.44402122497rem;left:0.43750005960464rem;display:block; }
 }@media only screen and (max-width: 763px) { #PAX3m9rwzo8TZPzpCna2DZeXwTWUa9aP { display:block; }#PAX3m9rwzo8TZPzpCna2DZeXwTWUa9aP > .row .container { width:20rem;height:54.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bipgRXTBl2hhkcs1l6mIx6IXr61sMO4F { width:20rem;height:41.125rem;top:9rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMQnl5THzuP15rmECmRpik8xbEverKTo { width:18.8125rem;height:3.25rem;top:4.8125rem;left:0.59375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yvGFl1e9lRL94yBPagvcWubhHZXFu4pO { width:0.625rem;height:50.25rem;top:32.875rem;left:9.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #nBqDrGvphqleITHs0eiKF50qaZpE5Zh3 { width:15.5625rem;height:0;top:28.75rem;left:2.1875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wdXAXvpRovsldmIK7bDKewkftkTopSCw { height:8.625rem;width:15.375rem;top:84.375rem;left:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TNIEGKul8kIkwCzENDkuLXD9NWKNnTRm { height:8.625rem;width:15.375rem;top:18.25rem;left:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pMsM0XzC0EThFlZlkEKOaaznHuC03hN2 { height:8.625rem;width:15.375rem;top:27.875rem;left:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NNW3ipowKEpFHedwnDFpatTT4d9df3sE { height:8.625rem;width:15.375rem;top:37.5rem;left:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #u3ykrr2yq7wisH3WCqQshMRrRWnpHlWv { width:9.375rem;height:2.5rem;top:1.1875rem;left:5.3125rem;font-size:1.125rem;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrAH6tlybMfrF7fGZ5NTJfeN6acqqfJV { display:block; }
 }@media only screen and (max-width: 763px) { #wUVUgeBdr0SqbLCcllFeQl8VPwETA70c { top:1.375rem;left:2.625rem;width:2.125rem;height:2.125rem;z-index:100026;color:#000000;font-size:1.4375rem;display:block; }
 }