.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#w3Tu4Reu9lCgTtgk52itKM6ct4cPT4Fx { position:relative;display:block; }#w3Tu4Reu9lCgTtgk52itKM6ct4cPT4Fx { background-color: transparent; background-image: none; }#w3Tu4Reu9lCgTtgk52itKM6ct4cPT4Fx::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#w3Tu4Reu9lCgTtgk52itKM6ct4cPT4Fx > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#w3Tu4Reu9lCgTtgk52itKM6ct4cPT4Fx > .row .container > .video-iframe-container { display: none; }#w3Tu4Reu9lCgTtgk52itKM6ct4cPT4Fx > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#w3Tu4Reu9lCgTtgk52itKM6ct4cPT4Fx > .row > .video-iframe-container { display: none; }#w3Tu4Reu9lCgTtgk52itKM6ct4cPT4Fx > .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); }#w3Tu4Reu9lCgTtgk52itKM6ct4cPT4Fx { border-width: 0; border-radius: 0; }#w3Tu4Reu9lCgTtgk52itKM6ct4cPT4Fx > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:4.625rem;width:60rem;position:relative;display:block; }#R8fAD379rzoi2nJeuCLZATzQbEkTVTRC { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3rem;width:19.625rem;display:none; }
#NiFe8t7Sz6dXIc0BGD2WmHsy7BTXadGL { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.5625rem;width:11.3125rem;top:1.53125rem;left:24.34375rem;overflow:hidden;display:block; }
#fQNkZZoyKGJJpnbOphhCoN6M8HQpscLR { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:brown;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;display:none; }
#uuQnBSQ0J6oiyOvsyPpt1xxTfdDD77LQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#MgMENIVGg2IvNSLpNHq4H5zGOMTC8rdQ { position:relative;display:none; }#MgMENIVGg2IvNSLpNHq4H5zGOMTC8rdQ { border-width: 0; border-radius: 0; }#MgMENIVGg2IvNSLpNHq4H5zGOMTC8rdQ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:none; }#NrrRXlBbtA7hBcAFc4MasuXG5FzgqCQK .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#NrrRXlBbtA7hBcAFc4MasuXG5FzgqCQK .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;color:#000000;padding-top:0.86125rem;padding-right:0.76375rem;padding-bottom:0.86125rem;padding-left:0.76375rem;display:block;align-items:center;width:4.58375rem;min-width:4.58375rem;height:4.63rem;position:relative;font-family:brown;font-size:3.445625rem;font-weight:700;line-height:74.08px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#NrrRXlBbtA7hBcAFc4MasuXG5FzgqCQK .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.538125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:6.111875rem;height:1.830625rem;position:relative;font-family:brown;font-size:1.291875rem;font-weight:400;line-height:29.29px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#NrrRXlBbtA7hBcAFc4MasuXG5FzgqCQK { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#fdedf3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:flex;justify-content:space-between;width:21.3125rem;height:8.72125rem;padding-top:1.076875rem;padding-right:1.09125rem;padding-bottom:1.076875rem;padding-left:1.09125rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:35.87548828125rem;left:14.689453125rem;z-index:100002; }
#NrrRXlBbtA7hBcAFc4MasuXG5FzgqCQK #brxOxbXFIpJQZ5UGKU2LX56OwMrAfnRF { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#NrrRXlBbtA7hBcAFc4MasuXG5FzgqCQK #yQAoBDTQTRXGTu2oKdawrHIkdZFctuTU { width:auto; }
#NrrRXlBbtA7hBcAFc4MasuXG5FzgqCQK #ow3EltTkKDtGTr6T524JMioADGorHf0f {  }
#NrrRXlBbtA7hBcAFc4MasuXG5FzgqCQK #wGcV0x4PfrakmsfVXWBNDGgpHxtgA9oB { display:flex;position:relative;top:0rem;left:0rem; }
#NrrRXlBbtA7hBcAFc4MasuXG5FzgqCQK #UT0iqU3nm13L7xT9PDKgAsH72lU0x9gH {  }
#NrrRXlBbtA7hBcAFc4MasuXG5FzgqCQK #oGAoIQUNueMlD2SdpbLH8pho4M59h96p {  }
#NrrRXlBbtA7hBcAFc4MasuXG5FzgqCQK #rDVzwqPihrxCTuAAn3DRwROBpbwAQvnk { display:flex;position:relative;top:0rem;left:0rem; }
#NrrRXlBbtA7hBcAFc4MasuXG5FzgqCQK #bPErTmqCfJCxfTRU0JoTExSskMvPTRLa {  }
#NrrRXlBbtA7hBcAFc4MasuXG5FzgqCQK #wQzWsuT8RUQcHQWLuLcz8cWpdVc7FbRZ {  }
#NrrRXlBbtA7hBcAFc4MasuXG5FzgqCQK #FfTIsnNJ6DmklaRiIFoXZNeJTxRhSt9J { display:flex;position:relative;top:0rem;left:0rem; }
#NrrRXlBbtA7hBcAFc4MasuXG5FzgqCQK #KBXIwHGGgxp0mvHiTHPgdzTBwiz5RC6Z {  }
#NrrRXlBbtA7hBcAFc4MasuXG5FzgqCQK #hOSJxngdBzTyJz3THT4hVlfWus9n2dhJ {  }
#hvc7r0ssZrBXffiCbwvSgGXDCVuqQa6G { color:#000000;display:block;width:60rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:33.875rem;left:0rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#PJ99p1TorET6QSMCmPMlO8hBk9qZT9A1 { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:brown;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;display:none; }
#kG94DpPAhiFX5V7HsRadi1kKqRsUX9z2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#FOqhuCM5LzBuJ3CVl9JVGwIaKh69TDcg { position:relative;display:none; }#FOqhuCM5LzBuJ3CVl9JVGwIaKh69TDcg { border-width: 0; border-radius: 0; }#FOqhuCM5LzBuJ3CVl9JVGwIaKh69TDcg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#fdedf3;background-image:url("https://images.assets-landingi.com/uc/754ebf51-9dc7-4ac2-b922-25b50042ab25/BandasLanding.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:"open sans";height:46.75rem;width:60rem;overflow:visible;position:relative;display:none; }#t7DarOtGpdW0173VSfOhTK5WhdmCJUQU { background-color:#000000;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;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:brown;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;top:29.34375rem;left:21.25rem;display:block; }
#L6TINl6LDaFTDGeycegfJ3JTKWlhrQ70 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#LatbxdKHGMbeUoDsJUurFmJPF9wrg1gh { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.3125rem;width:25.5625rem;top:10.6875rem;left:17.21875rem;overflow:hidden;display:block; }
#k3bEFC5N74EhecdseEPh6iItBXlpbRg3 { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:brown;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;display:none; }
#Hg8HTqfm4mdUgz8PBo1WnmkLTIiqTGmE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#UQ5MtomVeKsirc9MxfKZvDNEfi08SMJk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff7562;background-image:none;position:relative;display:block; }#UQ5MtomVeKsirc9MxfKZvDNEfi08SMJk > .row .container { background-color: transparent; background-image: none; }#UQ5MtomVeKsirc9MxfKZvDNEfi08SMJk::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UQ5MtomVeKsirc9MxfKZvDNEfi08SMJk > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UQ5MtomVeKsirc9MxfKZvDNEfi08SMJk > .row .container > .video-iframe-container { display: none; }#UQ5MtomVeKsirc9MxfKZvDNEfi08SMJk > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UQ5MtomVeKsirc9MxfKZvDNEfi08SMJk > .row > .video-iframe-container { display: none; }#UQ5MtomVeKsirc9MxfKZvDNEfi08SMJk > .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); }#UQ5MtomVeKsirc9MxfKZvDNEfi08SMJk > .row .container { border-width: 0; border-radius: 0; }#UQ5MtomVeKsirc9MxfKZvDNEfi08SMJk > .row .container { font-size:0.875rem;font-family:arial;height:13.75rem;width:60rem;position:relative;display:block; }#czusFvpuFz9LR0T4fKQCZtcWD4yBCr8n .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#czusFvpuFz9LR0T4fKQCZtcWD4yBCr8n .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;color:#000000;padding-top:0.683125rem;padding-right:0.605625rem;padding-bottom:0.683125rem;padding-left:0.605625rem;display:block;align-items:center;width:3.635625rem;min-width:3.635625rem;height:3.671875rem;position:relative;font-family:"open sans";font-size:2.7325rem;font-weight:700;line-height:58.75px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#czusFvpuFz9LR0T4fKQCZtcWD4yBCr8n .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.426875rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.8475rem;height:1.451875rem;position:relative;font-family:"open sans";font-size:1.025rem;font-weight:400;line-height:23.23px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#czusFvpuFz9LR0T4fKQCZtcWD4yBCr8n { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ff7562;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:flex;justify-content:space-between;width:17.5625rem;height:6.9165rem;padding-top:0.85375rem;padding-right:0.865625rem;padding-bottom:0.85375rem;padding-left:0.865625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:5.0625rem;left:20.3525390625rem;z-index:100000; }
#czusFvpuFz9LR0T4fKQCZtcWD4yBCr8n #dRORIyJfHE0Na2hnp71wcgbI14xzNspO { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#czusFvpuFz9LR0T4fKQCZtcWD4yBCr8n #KrCfHzKpqzTs4JJHkOo2b3o1VVKTU2ac { width:auto; }
#czusFvpuFz9LR0T4fKQCZtcWD4yBCr8n #fwrwOvRorLAbBxf6ZUvNgt3qT6cRcDmu {  }
#czusFvpuFz9LR0T4fKQCZtcWD4yBCr8n #Dp26H8CJGtPxiEFWTFKHM80pv4EUTNrs { display:flex;position:relative;top:0rem;left:0rem; }
#czusFvpuFz9LR0T4fKQCZtcWD4yBCr8n #PzVKtULGea1p2HTzKOs2NUrkOeh46BVM {  }
#czusFvpuFz9LR0T4fKQCZtcWD4yBCr8n #TkKVOV6REZnz3OVRkFCCXTX9JbARQNTd {  }
#czusFvpuFz9LR0T4fKQCZtcWD4yBCr8n #AWZ1y0s0o3XJR0dsQFB2BOb00KFJ569c { display:flex;position:relative;top:0rem;left:0rem; }
#czusFvpuFz9LR0T4fKQCZtcWD4yBCr8n #CzMLVsTHhlW7AZrAUexMmf15cTTt0TIx {  }
#czusFvpuFz9LR0T4fKQCZtcWD4yBCr8n #oqsfSoQ3d6BTABydUPkRZTzAKUyBh137 {  }
#czusFvpuFz9LR0T4fKQCZtcWD4yBCr8n #TDK7Kb6HSsTErQBUevTTODdHqvcTaS2q { display:flex;position:relative;top:0rem;left:0rem; }
#czusFvpuFz9LR0T4fKQCZtcWD4yBCr8n #ie4TDrKC3uZdvTVPXQe3hB0kAc1hKhJB {  }
#czusFvpuFz9LR0T4fKQCZtcWD4yBCr8n #Bhqzz32NEtw4TsRP0a74pyLSTTT5Dhfa {  }
#wUh9DBPFhKy91vhzpTbbc6oxeyOl5ghH { color:#ffffff;display:block;width:60rem;position:absolute;font-family:brown;font-size:2.0625rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:1.75rem;left:0rem;height:2.68115rem;text-align:center;text-align-last:center;display:block; }
#d80p6Qu2JlNMh1PcSbGMDiDRnwc9xNI1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fde9e6;background-image:url("https://images.assets-landingi.com/uc/754ebf51-9dc7-4ac2-b922-25b50042ab25/BandasLanding.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#d80p6Qu2JlNMh1PcSbGMDiDRnwc9xNI1.adaptive-delivery-prevent-bg, #d80p6Qu2JlNMh1PcSbGMDiDRnwc9xNI1.lazyload, #d80p6Qu2JlNMh1PcSbGMDiDRnwc9xNI1.lazyloading { background-image: none; }#d80p6Qu2JlNMh1PcSbGMDiDRnwc9xNI1 > .row .container { background-color: transparent; background-image: none; }#d80p6Qu2JlNMh1PcSbGMDiDRnwc9xNI1::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#d80p6Qu2JlNMh1PcSbGMDiDRnwc9xNI1 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#d80p6Qu2JlNMh1PcSbGMDiDRnwc9xNI1 > .row .container > .video-iframe-container { display: none; }#d80p6Qu2JlNMh1PcSbGMDiDRnwc9xNI1 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#d80p6Qu2JlNMh1PcSbGMDiDRnwc9xNI1 > .row > .video-iframe-container { display: none; }#d80p6Qu2JlNMh1PcSbGMDiDRnwc9xNI1 > .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); }#d80p6Qu2JlNMh1PcSbGMDiDRnwc9xNI1 > .row .container { border-width: 0; border-radius: 0; }#d80p6Qu2JlNMh1PcSbGMDiDRnwc9xNI1 > .row .container { font-size:0.875rem;font-family:arial;height:34.0625rem;width:60rem;position:relative;display:block; }#kk8FiltsSWMXSD626kdOId6K2CWWAb8S { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.3125rem;width:25.5625rem;top:9.25rem;left:17.21875rem;overflow:hidden;display:block; }
#TH09NpS8qIBqqdJpTTm2on91MpCCNnHK { background-color:#ff7562;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;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:brown;font-size:1.625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.75rem;height:4rem;text-decoration:none;z-index:100013;text-align:center;text-align-last:center;top:27.9375rem;left:19.625rem;display:block; }
#AuvFXU474T51kmmvgU3gI61Whaw3lS0I { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#kJttQM5yvliUwqrI0vsOxdf7hr8G9F7W { position:relative;display:block; }#kJttQM5yvliUwqrI0vsOxdf7hr8G9F7W { background-color: transparent; background-image: none; }#kJttQM5yvliUwqrI0vsOxdf7hr8G9F7W::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kJttQM5yvliUwqrI0vsOxdf7hr8G9F7W > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kJttQM5yvliUwqrI0vsOxdf7hr8G9F7W > .row .container > .video-iframe-container { display: none; }#kJttQM5yvliUwqrI0vsOxdf7hr8G9F7W > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kJttQM5yvliUwqrI0vsOxdf7hr8G9F7W > .row > .video-iframe-container { display: none; }#kJttQM5yvliUwqrI0vsOxdf7hr8G9F7W > .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); }#kJttQM5yvliUwqrI0vsOxdf7hr8G9F7W { border-width: 0; border-radius: 0; }#kJttQM5yvliUwqrI0vsOxdf7hr8G9F7W > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:4.375rem;width:60rem;position:relative;display:block; }#S4kNFrOyopS9TV3kNtvCGc0IPCF9NRyG { color:#000000;display:block;width:60rem;position:absolute;font-family:brown;font-size:1.5625rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:1.212890625rem;left:0rem;height:2.125rem;text-align:center;text-align-last:center;display:block; }
#Xoa9I4a0JVrE989F6Sg2gkTrNh4XCiBB { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:brown;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;display:none; }
#Qr6yoL4TCMKwf6lZpaP6yePIAeMToWol { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#bdFh3g3XkNidAiprtTWEGSd5waPL4ToZ { position:relative;display:block; }#bdFh3g3XkNidAiprtTWEGSd5waPL4ToZ { background-color: transparent; background-image: none; }#bdFh3g3XkNidAiprtTWEGSd5waPL4ToZ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bdFh3g3XkNidAiprtTWEGSd5waPL4ToZ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bdFh3g3XkNidAiprtTWEGSd5waPL4ToZ > .row .container > .video-iframe-container { display: none; }#bdFh3g3XkNidAiprtTWEGSd5waPL4ToZ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bdFh3g3XkNidAiprtTWEGSd5waPL4ToZ > .row > .video-iframe-container { display: none; }#bdFh3g3XkNidAiprtTWEGSd5waPL4ToZ > .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); }#bdFh3g3XkNidAiprtTWEGSd5waPL4ToZ { border-width: 0; border-radius: 0; }#bdFh3g3XkNidAiprtTWEGSd5waPL4ToZ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:14.4375rem;width:60rem;position:relative;display:block; }#HOfrbhLPnZtFdkBaIProlSQOr8xnrp5n { background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:3.125rem;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:brown;font-size:0.75rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8125rem;height:2.0625rem;text-decoration:none;z-index:100011;text-align:center;text-align-last:center;top:1rem;left:0.75rem;display:block; }
#Elg1utiDQgSiUWIgJtLE4sn2H6ee7bZF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#bZyiWbn80xZ2014XnMzalf7BudnOVTy6 { color:#000000;display:block;width:13.875rem;position:absolute;font-family:brown;font-size:1.3125rem;font-weight:normal;z-index:100013;line-height:1.3;letter-spacing:0;top:4.1875rem;left:30.625rem;height:1.70605625rem;text-align:center;text-align-last:center;display:block; }
#ZCg4u0lRqrKkiy5vGaKJPJTHxEoqclnP { color:#000000;display:block;width:13.5625rem;position:absolute;font-family:brown;font-size:1.3125rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:4.1875rem;left:0.8125rem;height:1.70605625rem;text-align:center;text-align-last:center;display:block; }
#gGysh3t0UJTnv9SuWyOu4RqKJlt8EA28 { color:#000000;display:block;width:11.8125rem;position:absolute;font-family:brown;font-size:1.3125rem;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:4.1875rem;left:16.625rem;height:1.70605625rem;text-align:center;text-align-last:center;display:block; }
#BcHz9ySsFRNBGTaWDluIw5SooZETyPkw { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.6875rem;width:13.6875rem;top:0.0625rem;left:0.6875rem;overflow:hidden;display:block; }
#wTQVhWdGOw1ppkUxVWO5gTEmBi1yzzAG { position:absolute;display:block;z-index:100007;background-color:#fdedf3;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:13.75rem;width:13.75rem;top:0rem;left:0.625rem;display:block; }
#S3lHUQ99d68IGP3UHr4ig4OmlKlkKhQl { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.6875rem;width:13.75rem;top:0.0625rem;left:15.6875rem;overflow:hidden;display:block; }
#Ju0W5MTmLQ6aR7z1e0x9K8JQqCiI2pZp { position:absolute;display:block;z-index:100008;background-color:#fdedf3;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:13.6875rem;width:13.6875rem;top:0.0625rem;left:15.6875rem;display:block; }
#OkTWtr8FD5E54EHOkglag6pUrK259Ve4 { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.75rem;width:13.8125rem;top:0.0625rem;left:30.625rem;overflow:hidden;display:block; }
#tVTbkKiEducmZDLBc0Bn55qDGstXSJG2 { position:absolute;display:block;z-index:100009;background-color:#fdedf3;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:13.6875rem;width:13.6875rem;top:0.0625rem;left:30.6875rem;display:block; }
#LxuTEyWxIVz1RIdHQ8Q4zudoCNP3qASW { position:absolute;display:block;z-index:99997;background-color:#fdedf3;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:13.6875rem;width:13.6875rem;top:0.0625rem;left:45.6875rem;display:block; }
#X9zpbAJihCZiZxViO3OSD2E9MZtyTu93 { position:absolute;display:block;z-index:99998;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.6875rem;width:13.75rem;top:0.0625rem;left:45.625rem;overflow:hidden;display:block; }
#W3st0uOc8b7k7kVhK9J6f0O3TwOu0kux { color:#000000;display:block;width:11.8125rem;position:absolute;font-family:brown;font-size:1.3125rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:4.1875rem;left:46.625rem;height:1.70605625rem;text-align:center;text-align-last:center;display:block; }
#uL92axyxgT7V2Jp1X96aO6ZLQ43R0Emc { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:0rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:0rem;box-sizing:border-box;color:#fde9e6;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:brown;font-size:0.75rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8125rem;height:2.0625rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:1rem;left:50.5625rem;display:block; }
#eIfP1kZf96ixWbAqBNPCIpZfc6IFcBWg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#pLLDiyvATlGWiiU9tsDG82B5cCMigFDy { background-color:#ff7562;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;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:brown;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.8125rem;height:2.1875rem;text-decoration:none;z-index:100012;text-align:center;text-align-last:center;top:6.5625rem;left:47.09375rem;display:block; }
#lpqTp9WmBZVXmAthIdfABH7vufXRml1x { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#JOQaRlbdZa0I9B8HJC0rFgXn6ZOUdO27 { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:0rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:0rem;box-sizing:border-box;color:#fde9e6;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:brown;font-size:0.75rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.1875rem;height:2.0625rem;text-decoration:none;z-index:100014;text-align:center;text-align-last:center;top:1rem;left:36.25rem;display:block; }
#vFMzVLy39k0pMMnLyAhTiTcUTv70aXhE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#B8m6OT7eJOHTM3xv0N2a0Aer1yNSD7Pi { background-color:#ff7562;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;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:brown;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.8125rem;height:2.1875rem;text-decoration:none;z-index:100012;text-align:center;text-align-last:center;top:6.5625rem;left:47.09375rem;display:none; }
#ITZCWu3wceRPJ28Usxwq5KUO8yL0WxHo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#zgua2rgJDC9e5aaCxLIMbBbdVMygTsK7 { background-color:#ff7562;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;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:brown;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.8125rem;height:2.1875rem;text-decoration:none;z-index:100012;text-align:center;text-align-last:center;top:6.5625rem;left:47.09375rem;display:none; }
#fJwqplBAmlQWnLR4D3XzCw0NOlRNGD8G { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#gQUvBqST6nJMAikhiTLHxKv9p7tFgntf { background-color:#ff7562;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;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:brown;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.8125rem;height:2.1875rem;text-decoration:none;z-index:100012;text-align:center;text-align-last:center;top:6.5625rem;left:47.09375rem;display:none; }
#WTffDanfrT9BF4CukrKITPyDDdHN0ZkP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#hZNxaX5TsKTFGBuioV5piBEOvxFf89dT { background-color:#ff7562;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;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:brown;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.8125rem;height:2.1875rem;text-decoration:none;z-index:100013;text-align:center;text-align-last:center;top:6.5625rem;left:32.09375rem;display:block; }
#CG34kGAT4e9i1wGESp4nM8VmShtMVFTn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#AUrg6Sp7dfFMHgqAGPVHzlKGFT6PkDgW { background-color:#ff7562;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;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:brown;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.8125rem;height:2.1875rem;text-decoration:none;z-index:100014;text-align:center;text-align-last:center;top:6.5625rem;left:17.09375rem;display:block; }
#CHflS9rPdpTKvmC5Q4oEK4ED7by98Ido { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#d3LpGT6XpNcumDhN5A3UEJH031Zy6bui { background-color:#ff7562;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;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:brown;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.8125rem;height:2.1875rem;text-decoration:none;z-index:100015;text-align:center;text-align-last:center;top:6.5625rem;left:2.09375rem;display:block; }
#fmkBMHy4kRP2KZxRTaZA1TKdTH3Lfcb7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#knxnWVcZIfvdek5uT2xA7OxKaI4Lpo4f { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:brown;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;display:none; }
#M4sE5PoPQ5rPvbyFvJfGqzkPr5JQTJku { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#T9ExdK6qGoDfuNUdpxTVrynZul4QNVlN { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:brown;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;display:none; }
#TZqioiFFfb17z1dJEDMecACnXMAIoQzD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#AZ2xxcbBLnMCAp9IHotplNdZrhhHcars { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:brown;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;display:none; }
#dyzTyBCEI4iRSsDAAR8CI21uhMakTqgv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#QIRP8QxdZs0a5DoJq8O3Tu7kyT7u5byV { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:brown;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;display:none; }
#fJgOMBPB1VvJF3LSUuIRwKGEvMpKctbw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#fv5qFUaVL1kE8o1Ic3ReCMTZWavwZhve { position:relative;display:none; }#fv5qFUaVL1kE8o1Ic3ReCMTZWavwZhve { border-width: 0; border-radius: 0; }#fv5qFUaVL1kE8o1Ic3ReCMTZWavwZhve > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:none; }#n8SH1fBHVzggtDXsbTcho3PpJ4X5vVpm { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.8125rem;width:16.125rem;top:0.875rem;left:21.9375rem;overflow:hidden;display:none; }
#NPZKHmcRrJSRiEbidTzTadk2TBq8DFIB { background-color:#000000;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;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:brown;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100001;text-align:center;text-align-last:center;top:12.1875rem;left:21.25rem;display:none; }
#Ch39RNWcaicvopJXhBwpPTo0HNg1Mq9Z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#hiwAUwWIZZHuPfr7d83eKd0s2BTOqttv { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:brown;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;display:none; }
#Sv8x3CqwXxTnFW8JC6H6DyLzaiUCilwz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#qie7T9040SxWvZASTJ359VVvc4ITGDUW { position:relative;display:none; }#qie7T9040SxWvZASTJ359VVvc4ITGDUW { border-width: 0; border-radius: 0; }#qie7T9040SxWvZASTJ359VVvc4ITGDUW > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:29.25rem;width:60rem;position:relative;display:none; }#e4gqZUDKLdKL69ITrzE3yyIP42o8I8ST { color:#000000;display:block;width:60rem;position:absolute;font-family:brown;font-size:1.8125rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:1.103515625rem;left:0rem;height:0;text-align:center;text-align-last:center;display:none; }
#qlNbHHgRyOoiO4wgNTpF4voJzV4nQTvX { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:70.3125rem;width:46.3125rem;display:none; }
#H3HoHtvQScwNTSv02P0VmH0qfC3ylgQW { color:#000000;display:block;width:9.25rem;position:absolute;font-family:brown;font-size:1rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:1.25rem;top:22rem;left:0rem;display:none; }
#TXcaJgDX2FaEaTFhQkrcGciygzcbmgBU { background-color:#000000;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;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:brown;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100001;text-align:center;text-align-last:center;top:13.25rem;left:21.25rem;display:none; }
#Di9quWq6FAueF4ytlBBGGSc1SsOGbGth { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#sMbAaRAk58ilqT9QRRNm7ZTJyLxlZ4qI { color:#000000;display:block;width:9.25rem;position:absolute;font-family:brown;font-size:1rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:1.25rem;top:7.5rem;left:10.75rem;display:none; }
#GAct1SJ64J6GoaRp1JpuwGiBIRc61s8T { background-color:#000000;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;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:brown;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100001;text-align:center;text-align-last:center;top:13.25rem;left:21.25rem;display:none; }
#XUcdEk09rFHPcbObZ2sUVdTFIRw96MIU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#NrNf9Bmf1Jlf9mUTBQlIq0EJHObQd0pv { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:70.3125rem;width:46.3125rem;display:none; }
#i9hrvskN3TU1Bwaz4Bwg72wwOZNnsBSH { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:70.3125rem;width:46.3125rem;display:none; }
#Gkmm4Q0JudNpEquKlaQdEF93QnsifBlK { background-color:#000000;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;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:brown;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100001;text-align:center;text-align-last:center;top:13.25rem;left:21.25rem;display:none; }
#XfeFx9hQpO3lhJqKiQDOqzdWXeaeWVOq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ASoBWFrbRVpH7ulEsuXxzE7gca4VW2X8 { color:#000000;display:block;width:9.25rem;position:absolute;font-family:brown;font-size:1rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:2.5625rem;top:43.625rem;left:10.75rem;display:none; }
#QJiw09NKIb8n3gWBq1DByT0t6dcltssK { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:70.3125rem;width:46.3125rem;display:none; }
#qAhAyHRHhFNGnd1cNEJDl4k6CxMSshot { color:#000000;display:block;width:9.25rem;position:absolute;font-family:brown;font-size:1rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:2.5625rem;top:26.625rem;left:10.75rem;display:none; }
#QMdywvTd7ubQns3LXRECqx91aIJ8FfqG { background-color:#000000;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;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:brown;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100001;text-align:center;text-align-last:center;top:13.25rem;left:21.25rem;display:none; }
#urPQZHhmdNSTkMnFFLR3q70S4X6aPo6O { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#XhAHapVEGyNeq7CshCxS6oXX7DUr2r13 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:70.3125rem;width:46.3125rem;display:none; }
#cwuTb0kr4gRpzbxfmbEu4iZTW26Tnzc4 { background-color:#000000;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;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:brown;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100001;text-align:center;text-align-last:center;top:13.25rem;left:21.25rem;display:none; }
#tFehPcoSxn8gaqtAX9PF0vtmdumtGn9L { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#XRVUTMFJfXeETtFwKTlo05LTTINLpaUT { color:#000000;display:block;width:9.25rem;position:absolute;font-family:brown;font-size:1rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:1.25rem;top:43.625rem;left:0rem;display:none; }
#eocDgOlDurJuadNmKRV7WUsmvxnHIlAA { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:70.3125rem;width:46.3125rem;display:none; }
#DKtyVDUXugHxTmN8t70q2zBQ3c9A4sOz { color:#000000;display:block;width:9.25rem;position:absolute;font-family:brown;font-size:1rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:2.5625rem;top:28.4375rem;left:0.125rem;display:none; }
#qVgqTaEpbgXQXBBs1ZKkuwTUK7XkFyb9 { background-color:#000000;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;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:brown;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100001;text-align:center;text-align-last:center;top:13.25rem;left:21.25rem;display:none; }
#QL8nHaT4ZNJhAks6frfzPteh13fAB1w7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#oA9O6uxO2QeI9hC5n6W8MRLts1aer8xV { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:brown;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;display:none; }
#U4ceIzzS7kt1ZCk1pieEJItEoIVDgbnh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#mK4wLL9FogLnT2CD6olVoPBrJTDiby9G { position:relative;display:block; }#mK4wLL9FogLnT2CD6olVoPBrJTDiby9G { background-color: transparent; background-image: none; }#mK4wLL9FogLnT2CD6olVoPBrJTDiby9G::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mK4wLL9FogLnT2CD6olVoPBrJTDiby9G > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mK4wLL9FogLnT2CD6olVoPBrJTDiby9G > .row .container > .video-iframe-container { display: none; }#mK4wLL9FogLnT2CD6olVoPBrJTDiby9G > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mK4wLL9FogLnT2CD6olVoPBrJTDiby9G > .row > .video-iframe-container { display: none; }#mK4wLL9FogLnT2CD6olVoPBrJTDiby9G > .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); }#mK4wLL9FogLnT2CD6olVoPBrJTDiby9G { border-width: 0; border-radius: 0; }#mK4wLL9FogLnT2CD6olVoPBrJTDiby9G > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:7.9375rem;width:60rem;position:relative;display:block; }#eCXvdMv6LGizhuTgEgo7VGFE1KtOGsXX { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.6875rem;width:18.75rem;top:1.3125rem;left:20.625rem;overflow:hidden;display:block; }
#TWauQesyQ5oG6ZxDhqpLH13DBubsvTyx { color:#000000;display:block;width:43.1875rem;position:absolute;font-family:brown;font-size:1.0625rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:4rem;left:8.40625rem;height:2.76171875rem;text-align:center;text-align-last:center;display:block; }
#La727CIk5VFqVnTrv1PPlWATmBlTze3c { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.6875rem;width:18.75rem;top:1.3125rem;left:20.625rem;overflow:hidden;display:none; }
#ZZTQp0gM95kcBPlOkcic0KxF98wteyf4 { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:brown;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;display:none; }
#saF5a1vvNp6xQW2ciiiEmgqQZNvWbdVk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#TAugOFpcUCUwBw1Plszv6eX7FnRW9PHN { position:relative;display:block; }#TAugOFpcUCUwBw1Plszv6eX7FnRW9PHN { background-color: transparent; background-image: none; }#TAugOFpcUCUwBw1Plszv6eX7FnRW9PHN::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TAugOFpcUCUwBw1Plszv6eX7FnRW9PHN > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TAugOFpcUCUwBw1Plszv6eX7FnRW9PHN > .row .container > .video-iframe-container { display: none; }#TAugOFpcUCUwBw1Plszv6eX7FnRW9PHN > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TAugOFpcUCUwBw1Plszv6eX7FnRW9PHN > .row > .video-iframe-container { display: none; }#TAugOFpcUCUwBw1Plszv6eX7FnRW9PHN > .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); }#TAugOFpcUCUwBw1Plszv6eX7FnRW9PHN { border-width: 0; border-radius: 0; }#TAugOFpcUCUwBw1Plszv6eX7FnRW9PHN > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:13.75rem;width:60rem;position:relative;display:block; }#DuVJUMGOgStpZo8rlh1S7cwD1rJ6riCP { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.375rem;width:7.375rem;top:1.3125rem;left:3.8125rem;overflow:hidden;display:block; }
#hqMUcaDp1KNBHXFxyZJGoCuIBh3LGx2a { color:#000000;display:block;width:13.1875rem;position:absolute;font-family:brown;font-size:1rem;font-weight:300;z-index:100004;line-height:1.3;letter-spacing:0;top:9.76171875rem;left:0.90625rem;height:2.7246125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WJnaNVV2c3WkQALNT0sgdUtPfAhvRDMy { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.375rem;width:7.375rem;top:1.3125rem;left:18.8125rem;overflow:hidden;display:block; }
#EHQpuS9ChFMhUa8CeCBPkmTpRio3uqw9 { color:#000000;display:block;width:14.1875rem;position:absolute;font-family:brown;font-size:1rem;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:9.76171875rem;left:15.40625rem;height:2.7246125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aTZS37irzS32khPuqh6MiTGtLlIQ1NQJ { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.375rem;width:7.375rem;top:1.3125rem;left:33.8125rem;overflow:hidden;display:block; }
#TgcinWxh4maNBT3MQwSrdNkuLLSPN7Hx { color:#000000;display:block;width:14.1875rem;position:absolute;font-family:brown;font-size:1rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:9.76171875rem;left:30.40625rem;height:2.7246125rem;text-align:center;text-align-last:center;display:block; }
#N7XiSPFWcZEii9AmPqGTfHQAve9mx69z { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.375rem;width:7.375rem;top:1.3125rem;left:48.8125rem;overflow:hidden;display:block; }
#GFngwgm7VvpZUMpxDds2iqqxyzEwVHLI { color:#000000;display:block;width:14.1875rem;position:absolute;font-family:brown;font-size:1rem;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:9.76171875rem;left:45.40625rem;height:2.7246125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wTXk4ALWXySyZvZwN24gg0H92zuNn3mB { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:brown;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;display:none; }
#xxNfuUThbpMsnTbZbqd9br6dkcfMB60I { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#wkAgli1VDM35UeEygAu1PuUxhkx8hRzB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fde9e6;background-image:url("https://images.assets-landingi.com/uc/754ebf51-9dc7-4ac2-b922-25b50042ab25/BandasLanding.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#wkAgli1VDM35UeEygAu1PuUxhkx8hRzB.adaptive-delivery-prevent-bg, #wkAgli1VDM35UeEygAu1PuUxhkx8hRzB.lazyload, #wkAgli1VDM35UeEygAu1PuUxhkx8hRzB.lazyloading { background-image: none; }#wkAgli1VDM35UeEygAu1PuUxhkx8hRzB > .row .container { background-color: transparent; background-image: none; }#wkAgli1VDM35UeEygAu1PuUxhkx8hRzB::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wkAgli1VDM35UeEygAu1PuUxhkx8hRzB > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wkAgli1VDM35UeEygAu1PuUxhkx8hRzB > .row .container > .video-iframe-container { display: none; }#wkAgli1VDM35UeEygAu1PuUxhkx8hRzB > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wkAgli1VDM35UeEygAu1PuUxhkx8hRzB > .row > .video-iframe-container { display: none; }#wkAgli1VDM35UeEygAu1PuUxhkx8hRzB > .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); }#wkAgli1VDM35UeEygAu1PuUxhkx8hRzB > .row .container { border-width: 0; border-radius: 0; }#wkAgli1VDM35UeEygAu1PuUxhkx8hRzB > .row .container { font-size:0.875rem;font-family:arial;height:27.3125rem;width:60rem;position:relative;display:block; }#Z7aWt4FdZDAnPVrsDhbThrIZXBpovWJJ { background-color:#ff7562;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;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:brown;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100001;text-align:center;text-align-last:center;top:12.6875rem;left:19.5rem;display:block; }
#s6cSOAval6xksN2pyQSxbGai4ltE1sBp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#gHZxOBxpw7G7azDi5TFIZ4ndQ7qIml1q { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.5rem;width:17.3125rem;top:0.625rem;left:19.626096491228rem;overflow:hidden;display:block; }
#cVm2MO4dxeDWNT1bvFHRPDMH2ADedX83 { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:brown;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;display:none; }
#DKP6hTZ745QwJsKn9Uv23PGeOeoC9tN5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#SkgXmgbr0zawDZb0SBgpyarXcvHaarvH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;z-index:auto;display:block; }#SkgXmgbr0zawDZb0SBgpyarXcvHaarvH > .row .container { background-color: transparent; background-image: none; }#SkgXmgbr0zawDZb0SBgpyarXcvHaarvH::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#SkgXmgbr0zawDZb0SBgpyarXcvHaarvH > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#SkgXmgbr0zawDZb0SBgpyarXcvHaarvH > .row .container > .video-iframe-container { display: none; }#SkgXmgbr0zawDZb0SBgpyarXcvHaarvH > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#SkgXmgbr0zawDZb0SBgpyarXcvHaarvH > .row > .video-iframe-container { display: none; }#SkgXmgbr0zawDZb0SBgpyarXcvHaarvH > .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); }#SkgXmgbr0zawDZb0SBgpyarXcvHaarvH > .row .container { border-width: 0; border-radius: 0; }#SkgXmgbr0zawDZb0SBgpyarXcvHaarvH > .row .container { font-size:0.875rem;font-family:arial;height:6.5625rem;width:60rem;position:relative;display:block; }#cOpelqp64BrNrdk95yhpomTkRfMkaG86 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.6875rem;width:1.875rem;top:1.5rem;left:26.5rem;overflow:hidden;display:block; }
#DI83FwtykFHvuGKEm3mVFKgl8Z2cz5TN { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.6875rem;width:1.9375rem;top:1.5rem;left:29rem;overflow:hidden;display:block; }
#hLOKUrGuE5Msfvnrm0EkH6o2CP67I5og { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2rem;width:2.125rem;top:1.375rem;left:31.375rem;overflow:hidden;display:block; }
#KcgAxZt0SeeHaTULObUQhla1TrUvJF53 { color:#000000;display:block;width:60rem;position:absolute;font-family:brown;font-size:0.875rem;font-weight:400;z-index:100024;line-height:1.3;letter-spacing:0;top:4rem;left:0rem;height:1.13720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #w3Tu4Reu9lCgTtgk52itKM6ct4cPT4Fx { display:none; }#w3Tu4Reu9lCgTtgk52itKM6ct4cPT4Fx > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #R8fAD379rzoi2nJeuCLZATzQbEkTVTRC { width:19.625rem;height:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #NiFe8t7Sz6dXIc0BGD2WmHsy7BTXadGL { top:1.5rem;left:18.21875rem;width:11.3125rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQNkZZoyKGJJpnbOphhCoN6M8HQpscLR { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #uuQnBSQ0J6oiyOvsyPpt1xxTfdDD77LQ { display:block; }
 }@media only screen and (max-width: 763px) { #MgMENIVGg2IvNSLpNHq4H5zGOMTC8rdQ { display:none; }#MgMENIVGg2IvNSLpNHq4H5zGOMTC8rdQ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NrrRXlBbtA7hBcAFc4MasuXG5FzgqCQK .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#NrrRXlBbtA7hBcAFc4MasuXG5FzgqCQK .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#NrrRXlBbtA7hBcAFc4MasuXG5FzgqCQK .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#NrrRXlBbtA7hBcAFc4MasuXG5FzgqCQK { display:flex;width:13.5rem;height:5.0625rem;top:3rem;left:6.939453125rem; }
 }@media only screen and (max-width: 763px) { #NrrRXlBbtA7hBcAFc4MasuXG5FzgqCQK #brxOxbXFIpJQZ5UGKU2LX56OwMrAfnRF { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NrrRXlBbtA7hBcAFc4MasuXG5FzgqCQK #yQAoBDTQTRXGTu2oKdawrHIkdZFctuTU {  }
 }@media only screen and (max-width: 763px) { #NrrRXlBbtA7hBcAFc4MasuXG5FzgqCQK #ow3EltTkKDtGTr6T524JMioADGorHf0f {  }
 }@media only screen and (max-width: 763px) { #NrrRXlBbtA7hBcAFc4MasuXG5FzgqCQK #wGcV0x4PfrakmsfVXWBNDGgpHxtgA9oB { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NrrRXlBbtA7hBcAFc4MasuXG5FzgqCQK #UT0iqU3nm13L7xT9PDKgAsH72lU0x9gH {  }
 }@media only screen and (max-width: 763px) { #NrrRXlBbtA7hBcAFc4MasuXG5FzgqCQK #oGAoIQUNueMlD2SdpbLH8pho4M59h96p {  }
 }@media only screen and (max-width: 763px) { #NrrRXlBbtA7hBcAFc4MasuXG5FzgqCQK #rDVzwqPihrxCTuAAn3DRwROBpbwAQvnk { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NrrRXlBbtA7hBcAFc4MasuXG5FzgqCQK #bPErTmqCfJCxfTRU0JoTExSskMvPTRLa {  }
 }@media only screen and (max-width: 763px) { #NrrRXlBbtA7hBcAFc4MasuXG5FzgqCQK #wQzWsuT8RUQcHQWLuLcz8cWpdVc7FbRZ {  }
 }@media only screen and (max-width: 763px) { #NrrRXlBbtA7hBcAFc4MasuXG5FzgqCQK #FfTIsnNJ6DmklaRiIFoXZNeJTxRhSt9J { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NrrRXlBbtA7hBcAFc4MasuXG5FzgqCQK #KBXIwHGGgxp0mvHiTHPgdzTBwiz5RC6Z {  }
 }@media only screen and (max-width: 763px) { #NrrRXlBbtA7hBcAFc4MasuXG5FzgqCQK #hOSJxngdBzTyJz3THT4hVlfWus9n2dhJ {  }
 }@media only screen and (max-width: 763px) { #hvc7r0ssZrBXffiCbwvSgGXDCVuqQa6G { top:33.875rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJ99p1TorET6QSMCmPMlO8hBk9qZT9A1 { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #kG94DpPAhiFX5V7HsRadi1kKqRsUX9z2 { display:block; }
 }@media only screen and (max-width: 763px) { #FOqhuCM5LzBuJ3CVl9JVGwIaKh69TDcg { display:none; }#FOqhuCM5LzBuJ3CVl9JVGwIaKh69TDcg > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t7DarOtGpdW0173VSfOhTK5WhdmCJUQU { width:17.5rem;height:3.4375rem;top:29.3125rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6TINl6LDaFTDGeycegfJ3JTKWlhrQ70 { display:block; }
 }@media only screen and (max-width: 763px) { #LatbxdKHGMbeUoDsJUurFmJPF9wrg1gh { top:10.6875rem;left:11.09375rem;width:25.5625rem;height:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3bEFC5N74EhecdseEPh6iItBXlpbRg3 { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #Hg8HTqfm4mdUgz8PBo1WnmkLTIiqTGmE { display:block; }
 }@media only screen and (max-width: 763px) { #UQ5MtomVeKsirc9MxfKZvDNEfi08SMJk { display:block; }#UQ5MtomVeKsirc9MxfKZvDNEfi08SMJk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #czusFvpuFz9LR0T4fKQCZtcWD4yBCr8n .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#czusFvpuFz9LR0T4fKQCZtcWD4yBCr8n .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#czusFvpuFz9LR0T4fKQCZtcWD4yBCr8n .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#czusFvpuFz9LR0T4fKQCZtcWD4yBCr8n { display:flex;width:13.5rem;height:5.0625rem;top:8.25rem;left:10.4462890625rem; }
 }@media only screen and (max-width: 763px) { #czusFvpuFz9LR0T4fKQCZtcWD4yBCr8n #dRORIyJfHE0Na2hnp71wcgbI14xzNspO { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #czusFvpuFz9LR0T4fKQCZtcWD4yBCr8n #KrCfHzKpqzTs4JJHkOo2b3o1VVKTU2ac {  }
 }@media only screen and (max-width: 763px) { #czusFvpuFz9LR0T4fKQCZtcWD4yBCr8n #fwrwOvRorLAbBxf6ZUvNgt3qT6cRcDmu {  }
 }@media only screen and (max-width: 763px) { #czusFvpuFz9LR0T4fKQCZtcWD4yBCr8n #Dp26H8CJGtPxiEFWTFKHM80pv4EUTNrs { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #czusFvpuFz9LR0T4fKQCZtcWD4yBCr8n #PzVKtULGea1p2HTzKOs2NUrkOeh46BVM {  }
 }@media only screen and (max-width: 763px) { #czusFvpuFz9LR0T4fKQCZtcWD4yBCr8n #TkKVOV6REZnz3OVRkFCCXTX9JbARQNTd {  }
 }@media only screen and (max-width: 763px) { #czusFvpuFz9LR0T4fKQCZtcWD4yBCr8n #AWZ1y0s0o3XJR0dsQFB2BOb00KFJ569c { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #czusFvpuFz9LR0T4fKQCZtcWD4yBCr8n #CzMLVsTHhlW7AZrAUexMmf15cTTt0TIx {  }
 }@media only screen and (max-width: 763px) { #czusFvpuFz9LR0T4fKQCZtcWD4yBCr8n #oqsfSoQ3d6BTABydUPkRZTzAKUyBh137 {  }
 }@media only screen and (max-width: 763px) { #czusFvpuFz9LR0T4fKQCZtcWD4yBCr8n #TDK7Kb6HSsTErQBUevTTODdHqvcTaS2q { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #czusFvpuFz9LR0T4fKQCZtcWD4yBCr8n #ie4TDrKC3uZdvTVPXQe3hB0kAc1hKhJB {  }
 }@media only screen and (max-width: 763px) { #czusFvpuFz9LR0T4fKQCZtcWD4yBCr8n #Bhqzz32NEtw4TsRP0a74pyLSTTT5Dhfa {  }
 }@media only screen and (max-width: 763px) { #wUh9DBPFhKy91vhzpTbbc6oxeyOl5ghH { top:1.75rem;left:0rem;width:47.75rem;height:2.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d80p6Qu2JlNMh1PcSbGMDiDRnwc9xNI1 { display:block; }#d80p6Qu2JlNMh1PcSbGMDiDRnwc9xNI1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kk8FiltsSWMXSD626kdOId6K2CWWAb8S { top:9.25rem;left:11.09375rem;width:25.5625rem;height:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TH09NpS8qIBqqdJpTTm2on91MpCCNnHK { width:20.75rem;height:4rem;top:27.9375rem;left:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AuvFXU474T51kmmvgU3gI61Whaw3lS0I { display:block; }
 }@media only screen and (max-width: 763px) { #kJttQM5yvliUwqrI0vsOxdf7hr8G9F7W { display:block; }#kJttQM5yvliUwqrI0vsOxdf7hr8G9F7W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S4kNFrOyopS9TV3kNtvCGc0IPCF9NRyG { top:1.1875rem;left:0rem;width:47.75rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xoa9I4a0JVrE989F6Sg2gkTrNh4XCiBB { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #Qr6yoL4TCMKwf6lZpaP6yePIAeMToWol { display:block; }
 }@media only screen and (max-width: 763px) { #bdFh3g3XkNidAiprtTWEGSd5waPL4ToZ { display:block; }#bdFh3g3XkNidAiprtTWEGSd5waPL4ToZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HOfrbhLPnZtFdkBaIProlSQOr8xnrp5n { width:8.8125rem;height:2.0625rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Elg1utiDQgSiUWIgJtLE4sn2H6ee7bZF { display:block; }
 }@media only screen and (max-width: 763px) { #bZyiWbn80xZ2014XnMzalf7BudnOVTy6 { top:4.1875rem;left:21.9375rem;width:13.875rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCg4u0lRqrKkiy5vGaKJPJTHxEoqclnP { top:4.1875rem;left:0rem;width:13.5625rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGysh3t0UJTnv9SuWyOu4RqKJlt8EA28 { top:4.1875rem;left:12.03125rem;width:11.8125rem;height:1.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcHz9ySsFRNBGTaWDluIw5SooZETyPkw { top:0.0625rem;left:0rem;width:13.6875rem;height:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTQVhWdGOw1ppkUxVWO5gTEmBi1yzzAG { top:0rem;left:0rem;width:13.75rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3lHUQ99d68IGP3UHr4ig4OmlKlkKhQl { top:0.0625rem;left:10.125rem;width:13.75rem;height:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ju0W5MTmLQ6aR7z1e0x9K8JQqCiI2pZp { top:0.0625rem;left:10.1875rem;width:13.6875rem;height:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkTWtr8FD5E54EHOkglag6pUrK259Ve4 { top:0.0625rem;left:22rem;width:13.8125rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVTbkKiEducmZDLBc0Bn55qDGstXSJG2 { top:0.0625rem;left:22.125rem;width:13.6875rem;height:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxuTEyWxIVz1RIdHQ8Q4zudoCNP3qASW { top:0.0625rem;left:34.0625rem;width:13.6875rem;height:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9zpbAJihCZiZxViO3OSD2E9MZtyTu93 { top:0.0625rem;left:34rem;width:13.75rem;height:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3st0uOc8b7k7kVhK9J6f0O3TwOu0kux { top:4.1875rem;left:35.90625rem;width:11.8125rem;height:1.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uL92axyxgT7V2Jp1X96aO6ZLQ43R0Emc { width:8.8125rem;height:2.0625rem;top:1rem;left:38.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIfP1kZf96ixWbAqBNPCIpZfc6IFcBWg { display:block; }
 }@media only screen and (max-width: 763px) { #pLLDiyvATlGWiiU9tsDG82B5cCMigFDy { width:10.8125rem;height:2.1875rem;top:6.5625rem;left:36.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpqTp9WmBZVXmAthIdfABH7vufXRml1x { display:block; }
 }@media only screen and (max-width: 763px) { #JOQaRlbdZa0I9B8HJC0rFgXn6ZOUdO27 { width:8.1875rem;height:2.0625rem;top:1rem;left:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFMzVLy39k0pMMnLyAhTiTcUTv70aXhE { display:block; }
 }@media only screen and (max-width: 763px) { #B8m6OT7eJOHTM3xv0N2a0Aer1yNSD7Pi { width:10.8125rem;height:2.1875rem;top:6.5625rem;left:36.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ITZCWu3wceRPJ28Usxwq5KUO8yL0WxHo { display:block; }
 }@media only screen and (max-width: 763px) { #zgua2rgJDC9e5aaCxLIMbBbdVMygTsK7 { width:10.8125rem;height:2.1875rem;top:6.5625rem;left:36.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #fJwqplBAmlQWnLR4D3XzCw0NOlRNGD8G { display:block; }
 }@media only screen and (max-width: 763px) { #gQUvBqST6nJMAikhiTLHxKv9p7tFgntf { width:10.8125rem;height:2.1875rem;top:6.5625rem;left:36.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #WTffDanfrT9BF4CukrKITPyDDdHN0ZkP { display:block; }
 }@media only screen and (max-width: 763px) { #hZNxaX5TsKTFGBuioV5piBEOvxFf89dT { width:10.8125rem;height:2.1875rem;top:6.5625rem;left:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CG34kGAT4e9i1wGESp4nM8VmShtMVFTn { display:block; }
 }@media only screen and (max-width: 763px) { #AUrg6Sp7dfFMHgqAGPVHzlKGFT6PkDgW { width:10.8125rem;height:2.1875rem;top:6.5625rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHflS9rPdpTKvmC5Q4oEK4ED7by98Ido { display:block; }
 }@media only screen and (max-width: 763px) { #d3LpGT6XpNcumDhN5A3UEJH031Zy6bui { width:10.8125rem;height:2.1875rem;top:6.5625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmkBMHy4kRP2KZxRTaZA1TKdTH3Lfcb7 { display:block; }
 }@media only screen and (max-width: 763px) { #knxnWVcZIfvdek5uT2xA7OxKaI4Lpo4f { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #M4sE5PoPQ5rPvbyFvJfGqzkPr5JQTJku { display:block; }
 }@media only screen and (max-width: 763px) { #T9ExdK6qGoDfuNUdpxTVrynZul4QNVlN { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #TZqioiFFfb17z1dJEDMecACnXMAIoQzD { display:block; }
 }@media only screen and (max-width: 763px) { #AZ2xxcbBLnMCAp9IHotplNdZrhhHcars { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #dyzTyBCEI4iRSsDAAR8CI21uhMakTqgv { display:block; }
 }@media only screen and (max-width: 763px) { #QIRP8QxdZs0a5DoJq8O3Tu7kyT7u5byV { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #fJgOMBPB1VvJF3LSUuIRwKGEvMpKctbw { display:block; }
 }@media only screen and (max-width: 763px) { #fv5qFUaVL1kE8o1Ic3ReCMTZWavwZhve { display:none; }#fv5qFUaVL1kE8o1Ic3ReCMTZWavwZhve > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #n8SH1fBHVzggtDXsbTcho3PpJ4X5vVpm { top:0.875rem;left:15.8125rem;width:16.125rem;height:10.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NPZKHmcRrJSRiEbidTzTadk2TBq8DFIB { width:17.5rem;height:3.4375rem;top:12.1875rem;left:15.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ch39RNWcaicvopJXhBwpPTo0HNg1Mq9Z { display:block; }
 }@media only screen and (max-width: 763px) { #hiwAUwWIZZHuPfr7d83eKd0s2BTOqttv { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #Sv8x3CqwXxTnFW8JC6H6DyLzaiUCilwz { display:block; }
 }@media only screen and (max-width: 763px) { #qie7T9040SxWvZASTJ359VVvc4ITGDUW { display:block; }#qie7T9040SxWvZASTJ359VVvc4ITGDUW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e4gqZUDKLdKL69ITrzE3yyIP42o8I8ST { top:1.0625rem;left:0rem;width:47.75rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlNbHHgRyOoiO4wgNTpF4voJzV4nQTvX { width:46.3125rem;height:70.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #H3HoHtvQScwNTSv02P0VmH0qfC3ylgQW { top:22rem;left:0rem;width:9.25rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #TXcaJgDX2FaEaTFhQkrcGciygzcbmgBU { width:17.5rem;height:3.4375rem;top:13.25rem;left:15.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Di9quWq6FAueF4ytlBBGGSc1SsOGbGth { display:block; }
 }@media only screen and (max-width: 763px) { #sMbAaRAk58ilqT9QRRNm7ZTJyLxlZ4qI { top:7.5rem;left:4.625rem;width:9.25rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #GAct1SJ64J6GoaRp1JpuwGiBIRc61s8T { width:17.5rem;height:3.4375rem;top:13.25rem;left:15.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XUcdEk09rFHPcbObZ2sUVdTFIRw96MIU { display:block; }
 }@media only screen and (max-width: 763px) { #NrNf9Bmf1Jlf9mUTBQlIq0EJHObQd0pv { width:46.3125rem;height:70.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #i9hrvskN3TU1Bwaz4Bwg72wwOZNnsBSH { width:46.3125rem;height:70.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Gkmm4Q0JudNpEquKlaQdEF93QnsifBlK { width:17.5rem;height:3.4375rem;top:13.25rem;left:15.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XfeFx9hQpO3lhJqKiQDOqzdWXeaeWVOq { display:block; }
 }@media only screen and (max-width: 763px) { #ASoBWFrbRVpH7ulEsuXxzE7gca4VW2X8 { top:43.625rem;left:4.625rem;width:9.25rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #QJiw09NKIb8n3gWBq1DByT0t6dcltssK { width:46.3125rem;height:70.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qAhAyHRHhFNGnd1cNEJDl4k6CxMSshot { top:26.625rem;left:4.625rem;width:9.25rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #QMdywvTd7ubQns3LXRECqx91aIJ8FfqG { width:17.5rem;height:3.4375rem;top:13.25rem;left:15.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #urPQZHhmdNSTkMnFFLR3q70S4X6aPo6O { display:block; }
 }@media only screen and (max-width: 763px) { #XhAHapVEGyNeq7CshCxS6oXX7DUr2r13 { width:46.3125rem;height:70.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cwuTb0kr4gRpzbxfmbEu4iZTW26Tnzc4 { width:17.5rem;height:3.4375rem;top:13.25rem;left:15.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tFehPcoSxn8gaqtAX9PF0vtmdumtGn9L { display:block; }
 }@media only screen and (max-width: 763px) { #XRVUTMFJfXeETtFwKTlo05LTTINLpaUT { top:43.625rem;left:0rem;width:9.25rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #eocDgOlDurJuadNmKRV7WUsmvxnHIlAA { width:46.3125rem;height:70.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DKtyVDUXugHxTmN8t70q2zBQ3c9A4sOz { top:28.4375rem;left:0rem;width:9.25rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #qVgqTaEpbgXQXBBs1ZKkuwTUK7XkFyb9 { width:17.5rem;height:3.4375rem;top:13.25rem;left:15.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QL8nHaT4ZNJhAks6frfzPteh13fAB1w7 { display:block; }
 }@media only screen and (max-width: 763px) { #oA9O6uxO2QeI9hC5n6W8MRLts1aer8xV { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #U4ceIzzS7kt1ZCk1pieEJItEoIVDgbnh { display:block; }
 }@media only screen and (max-width: 763px) { #mK4wLL9FogLnT2CD6olVoPBrJTDiby9G { display:block; }#mK4wLL9FogLnT2CD6olVoPBrJTDiby9G > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eCXvdMv6LGizhuTgEgo7VGFE1KtOGsXX { top:1.3125rem;left:14.5rem;width:18.75rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWauQesyQ5oG6ZxDhqpLH13DBubsvTyx { top:4rem;left:2.28125rem;width:43.1875rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #La727CIk5VFqVnTrv1PPlWATmBlTze3c { top:1.3125rem;left:14.5rem;width:18.75rem;height:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZZTQp0gM95kcBPlOkcic0KxF98wteyf4 { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #saF5a1vvNp6xQW2ciiiEmgqQZNvWbdVk { display:block; }
 }@media only screen and (max-width: 763px) { #TAugOFpcUCUwBw1Plszv6eX7FnRW9PHN { display:block; }#TAugOFpcUCUwBw1Plszv6eX7FnRW9PHN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DuVJUMGOgStpZo8rlh1S7cwD1rJ6riCP { top:1.3125rem;left:2.28125rem;width:7.375rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqMUcaDp1KNBHXFxyZJGoCuIBh3LGx2a { top:9.75rem;left:0rem;width:13.1875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJnaNVV2c3WkQALNT0sgdUtPfAhvRDMy { top:1.3125rem;left:14.21875rem;width:7.375rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHQpuS9ChFMhUa8CeCBPkmTpRio3uqw9 { top:9.75rem;left:9.6875rem;width:14.1875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTZS37irzS32khPuqh6MiTGtLlIQ1NQJ { top:1.3125rem;left:26.15625rem;width:7.375rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgcinWxh4maNBT3MQwSrdNkuLLSPN7Hx { top:9.75rem;left:21.625rem;width:14.1875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7XiSPFWcZEii9AmPqGTfHQAve9mx69z { top:1.3125rem;left:38.09375rem;width:7.375rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFngwgm7VvpZUMpxDds2iqqxyzEwVHLI { top:9.75rem;left:33.5625rem;width:14.1875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTXk4ALWXySyZvZwN24gg0H92zuNn3mB { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #xxNfuUThbpMsnTbZbqd9br6dkcfMB60I { display:block; }
 }@media only screen and (max-width: 763px) { #wkAgli1VDM35UeEygAu1PuUxhkx8hRzB { display:block; }#wkAgli1VDM35UeEygAu1PuUxhkx8hRzB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z7aWt4FdZDAnPVrsDhbThrIZXBpovWJJ { width:17.5rem;height:3.4375rem;top:12.6875rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6cSOAval6xksN2pyQSxbGai4ltE1sBp { display:block; }
 }@media only screen and (max-width: 763px) { #gHZxOBxpw7G7azDi5TFIZ4ndQ7qIml1q { top:0.625rem;left:13.501096491228rem;width:17.3125rem;height:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVm2MO4dxeDWNT1bvFHRPDMH2ADedX83 { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #DKP6hTZ745QwJsKn9Uv23PGeOeoC9tN5 { display:block; }
 }@media only screen and (max-width: 763px) { #SkgXmgbr0zawDZb0SBgpyarXcvHaarvH { display:none; }#SkgXmgbr0zawDZb0SBgpyarXcvHaarvH > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #cOpelqp64BrNrdk95yhpomTkRfMkaG86 { top:1.5rem;left:20.375rem;width:1.875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DI83FwtykFHvuGKEm3mVFKgl8Z2cz5TN { top:1.5rem;left:22.875rem;width:1.875rem;height:1.6332699920312rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLOKUrGuE5Msfvnrm0EkH6o2CP67I5og { top:1.375rem;left:25.25rem;width:2.0625rem;height:1.9409259444466rem;display:block; }
 }@media only screen and (max-width: 763px) { #KcgAxZt0SeeHaTULObUQhla1TrUvJF53 { top:4rem;left:0rem;width:47.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #w3Tu4Reu9lCgTtgk52itKM6ct4cPT4Fx { display:block; }#w3Tu4Reu9lCgTtgk52itKM6ct4cPT4Fx > .row .container { width:20rem;height:2.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R8fAD379rzoi2nJeuCLZATzQbEkTVTRC { top:0.5625rem;left:5.5625rem;width:8.875rem;height:1.3125rem;z-index:100000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #NiFe8t7Sz6dXIc0BGD2WmHsy7BTXadGL { width:11.3125rem;height:1.5625rem;top:3.125rem;left:4.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fQNkZZoyKGJJpnbOphhCoN6M8HQpscLR { top:0rem;left:0rem;width:20rem;height:2.5625rem;z-index:100005;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #uuQnBSQ0J6oiyOvsyPpt1xxTfdDD77LQ { display:block; }
 }@media only screen and (max-width: 763px) { #MgMENIVGg2IvNSLpNHq4H5zGOMTC8rdQ { background-color:#ff7562;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#MgMENIVGg2IvNSLpNHq4H5zGOMTC8rdQ > .row .container { background-color: transparent; background-image: none; }#MgMENIVGg2IvNSLpNHq4H5zGOMTC8rdQ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MgMENIVGg2IvNSLpNHq4H5zGOMTC8rdQ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MgMENIVGg2IvNSLpNHq4H5zGOMTC8rdQ > .row .container > .video-iframe-container { display: none; }#MgMENIVGg2IvNSLpNHq4H5zGOMTC8rdQ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MgMENIVGg2IvNSLpNHq4H5zGOMTC8rdQ > .row > .video-iframe-container { display: none; }#MgMENIVGg2IvNSLpNHq4H5zGOMTC8rdQ > .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); }#MgMENIVGg2IvNSLpNHq4H5zGOMTC8rdQ > .row .container { border-width: 0; border-radius: 0; }#MgMENIVGg2IvNSLpNHq4H5zGOMTC8rdQ > .row .container { width:20rem;height:8.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NrrRXlBbtA7hBcAFc4MasuXG5FzgqCQK .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#NrrRXlBbtA7hBcAFc4MasuXG5FzgqCQK .widget-text.counter-number { padding-top:0.344375rem;padding-right:0.37rem;padding-bottom:0.344375rem;padding-left:0.37rem;width:2.21125rem;min-width:2.21125rem;height:1.851875rem;font-size:1.376875rem;line-height:29.63px;top:0rem;left:0rem;background-color:#ffffff;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0;font-family:"open sans";font-weight:700;font-style:normal; }
#NrrRXlBbtA7hBcAFc4MasuXG5FzgqCQK .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.215625rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.949375rem;height:0.728125rem;font-size:0.516875rem;line-height:11.65px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0;color:#ffffff; }
#NrrRXlBbtA7hBcAFc4MasuXG5FzgqCQK { display:flex;width:11.875rem;height:3.484375rem;top:2.46923828125rem;left:3.1416015625rem;background-color:#ff7562;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;padding-top:0.741875rem;padding-right:0.92rem;padding-bottom:0.741875rem;padding-left:0.92rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #NrrRXlBbtA7hBcAFc4MasuXG5FzgqCQK #brxOxbXFIpJQZ5UGKU2LX56OwMrAfnRF { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NrrRXlBbtA7hBcAFc4MasuXG5FzgqCQK #yQAoBDTQTRXGTu2oKdawrHIkdZFctuTU {  }
 }@media only screen and (max-width: 763px) { #NrrRXlBbtA7hBcAFc4MasuXG5FzgqCQK #ow3EltTkKDtGTr6T524JMioADGorHf0f {  }
 }@media only screen and (max-width: 763px) { #NrrRXlBbtA7hBcAFc4MasuXG5FzgqCQK #wGcV0x4PfrakmsfVXWBNDGgpHxtgA9oB { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NrrRXlBbtA7hBcAFc4MasuXG5FzgqCQK #UT0iqU3nm13L7xT9PDKgAsH72lU0x9gH {  }
 }@media only screen and (max-width: 763px) { #NrrRXlBbtA7hBcAFc4MasuXG5FzgqCQK #oGAoIQUNueMlD2SdpbLH8pho4M59h96p {  }
 }@media only screen and (max-width: 763px) { #NrrRXlBbtA7hBcAFc4MasuXG5FzgqCQK #rDVzwqPihrxCTuAAn3DRwROBpbwAQvnk { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NrrRXlBbtA7hBcAFc4MasuXG5FzgqCQK #bPErTmqCfJCxfTRU0JoTExSskMvPTRLa {  }
 }@media only screen and (max-width: 763px) { #NrrRXlBbtA7hBcAFc4MasuXG5FzgqCQK #wQzWsuT8RUQcHQWLuLcz8cWpdVc7FbRZ {  }
 }@media only screen and (max-width: 763px) { #NrrRXlBbtA7hBcAFc4MasuXG5FzgqCQK #FfTIsnNJ6DmklaRiIFoXZNeJTxRhSt9J { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NrrRXlBbtA7hBcAFc4MasuXG5FzgqCQK #KBXIwHGGgxp0mvHiTHPgdzTBwiz5RC6Z {  }
 }@media only screen and (max-width: 763px) { #NrrRXlBbtA7hBcAFc4MasuXG5FzgqCQK #hOSJxngdBzTyJz3THT4hVlfWus9n2dhJ {  }
 }@media only screen and (max-width: 763px) { #hvc7r0ssZrBXffiCbwvSgGXDCVuqQa6G { width:20rem;height:1.625rem;top:0.8125rem;left:0rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #PJ99p1TorET6QSMCmPMlO8hBk9qZT9A1 { top:0rem;left:0rem;width:20rem;height:8rem;z-index:100004;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #kG94DpPAhiFX5V7HsRadi1kKqRsUX9z2 { display:block; }
 }@media only screen and (max-width: 763px) { #FOqhuCM5LzBuJ3CVl9JVGwIaKh69TDcg { display:block; }#FOqhuCM5LzBuJ3CVl9JVGwIaKh69TDcg > .row .container { width:20rem;height:0.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#fdedf3;background-image:url("https://images.assets-landingi.com/uc/860c4c56-0549-4af0-ae33-5a0e8ce3b389/BandasLandingmobile.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:20.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t7DarOtGpdW0173VSfOhTK5WhdmCJUQU { width:14.9375rem;height:2.75rem;top:15.9375rem;left:2.53125rem;color:#ffffff;background-color:#ff7562;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #L6TINl6LDaFTDGeycegfJ3JTKWlhrQ70 { display:block; }
 }@media only screen and (max-width: 763px) { #LatbxdKHGMbeUoDsJUurFmJPF9wrg1gh { width:17.1875rem;height:11.5625rem;top:3.6142578125rem;left:1.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3bEFC5N74EhecdseEPh6iItBXlpbRg3 { top:0rem;left:0rem;width:20rem;height:20.5625rem;z-index:100005;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Hg8HTqfm4mdUgz8PBo1WnmkLTIiqTGmE { display:block; }
 }@media only screen and (max-width: 763px) { #UQ5MtomVeKsirc9MxfKZvDNEfi08SMJk { display:none; }#UQ5MtomVeKsirc9MxfKZvDNEfi08SMJk > .row .container { width:20rem;height:20.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #czusFvpuFz9LR0T4fKQCZtcWD4yBCr8n .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#czusFvpuFz9LR0T4fKQCZtcWD4yBCr8n .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#czusFvpuFz9LR0T4fKQCZtcWD4yBCr8n .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#czusFvpuFz9LR0T4fKQCZtcWD4yBCr8n { display:flex;width:13.5rem;height:5.0625rem;top:8.25rem;left:0.125rem; }
 }@media only screen and (max-width: 763px) { #czusFvpuFz9LR0T4fKQCZtcWD4yBCr8n #dRORIyJfHE0Na2hnp71wcgbI14xzNspO { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #czusFvpuFz9LR0T4fKQCZtcWD4yBCr8n #KrCfHzKpqzTs4JJHkOo2b3o1VVKTU2ac {  }
 }@media only screen and (max-width: 763px) { #czusFvpuFz9LR0T4fKQCZtcWD4yBCr8n #fwrwOvRorLAbBxf6ZUvNgt3qT6cRcDmu {  }
 }@media only screen and (max-width: 763px) { #czusFvpuFz9LR0T4fKQCZtcWD4yBCr8n #Dp26H8CJGtPxiEFWTFKHM80pv4EUTNrs { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #czusFvpuFz9LR0T4fKQCZtcWD4yBCr8n #PzVKtULGea1p2HTzKOs2NUrkOeh46BVM {  }
 }@media only screen and (max-width: 763px) { #czusFvpuFz9LR0T4fKQCZtcWD4yBCr8n #TkKVOV6REZnz3OVRkFCCXTX9JbARQNTd {  }
 }@media only screen and (max-width: 763px) { #czusFvpuFz9LR0T4fKQCZtcWD4yBCr8n #AWZ1y0s0o3XJR0dsQFB2BOb00KFJ569c { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #czusFvpuFz9LR0T4fKQCZtcWD4yBCr8n #CzMLVsTHhlW7AZrAUexMmf15cTTt0TIx {  }
 }@media only screen and (max-width: 763px) { #czusFvpuFz9LR0T4fKQCZtcWD4yBCr8n #oqsfSoQ3d6BTABydUPkRZTzAKUyBh137 {  }
 }@media only screen and (max-width: 763px) { #czusFvpuFz9LR0T4fKQCZtcWD4yBCr8n #TDK7Kb6HSsTErQBUevTTODdHqvcTaS2q { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #czusFvpuFz9LR0T4fKQCZtcWD4yBCr8n #ie4TDrKC3uZdvTVPXQe3hB0kAc1hKhJB {  }
 }@media only screen and (max-width: 763px) { #czusFvpuFz9LR0T4fKQCZtcWD4yBCr8n #Bhqzz32NEtw4TsRP0a74pyLSTTT5Dhfa {  }
 }@media only screen and (max-width: 763px) { #wUh9DBPFhKy91vhzpTbbc6oxeyOl5ghH { width:20rem;height:0;top:16.27rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #d80p6Qu2JlNMh1PcSbGMDiDRnwc9xNI1 { display:none; }#d80p6Qu2JlNMh1PcSbGMDiDRnwc9xNI1 > .row .container { width:20rem;height:21.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #kk8FiltsSWMXSD626kdOId6K2CWWAb8S { width:20rem;height:13.545232273839rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TH09NpS8qIBqqdJpTTm2on91MpCCNnHK { width:19rem;height:4rem;top:16.0449375rem;left:0.5rem;font-size:1.25rem;background-color:#ff7562;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #AuvFXU474T51kmmvgU3gI61Whaw3lS0I { display:block; }
 }@media only screen and (max-width: 763px) { #kJttQM5yvliUwqrI0vsOxdf7hr8G9F7W { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#kJttQM5yvliUwqrI0vsOxdf7hr8G9F7W > .row .container { background-color: transparent; background-image: none; }#kJttQM5yvliUwqrI0vsOxdf7hr8G9F7W::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kJttQM5yvliUwqrI0vsOxdf7hr8G9F7W > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kJttQM5yvliUwqrI0vsOxdf7hr8G9F7W > .row .container > .video-iframe-container { display: none; }#kJttQM5yvliUwqrI0vsOxdf7hr8G9F7W > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kJttQM5yvliUwqrI0vsOxdf7hr8G9F7W > .row > .video-iframe-container { display: none; }#kJttQM5yvliUwqrI0vsOxdf7hr8G9F7W > .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); }#kJttQM5yvliUwqrI0vsOxdf7hr8G9F7W > .row .container { border-width: 0; border-radius: 0; }#kJttQM5yvliUwqrI0vsOxdf7hr8G9F7W > .row .container { width:20rem;height:5.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S4kNFrOyopS9TV3kNtvCGc0IPCF9NRyG { width:20rem;height:3.8994125rem;top:0.8310546875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xoa9I4a0JVrE989F6Sg2gkTrNh4XCiBB { top:0rem;left:0rem;width:20rem;height:5.5625rem;z-index:100007;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Qr6yoL4TCMKwf6lZpaP6yePIAeMToWol { display:block; }
 }@media only screen and (max-width: 763px) { #bdFh3g3XkNidAiprtTWEGSd5waPL4ToZ { display:block; }#bdFh3g3XkNidAiprtTWEGSd5waPL4ToZ > .row .container { width:20rem;height:84.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HOfrbhLPnZtFdkBaIProlSQOr8xnrp5n { width:11.25rem;height:2.375rem;top:43.5625rem;left:0rem;font-size:0.9375rem;background-color:#000000;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Elg1utiDQgSiUWIgJtLE4sn2H6ee7bZF { display:block; }
 }@media only screen and (max-width: 763px) { #bZyiWbn80xZ2014XnMzalf7BudnOVTy6 { width:20rem;height:2.4375rem;top:6.625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCg4u0lRqrKkiy5vGaKJPJTHxEoqclnP { width:20rem;height:2.4375rem;top:48.375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGysh3t0UJTnv9SuWyOu4RqKJlt8EA28 { width:20rem;height:2.4375rem;top:27.6875rem;left:0.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcHz9ySsFRNBGTaWDluIw5SooZETyPkw { width:20rem;height:20rem;top:42.125rem;left:0rem;z-index:99995;display:block; }
 }@media only screen and (max-width: 763px) { #wTQVhWdGOw1ppkUxVWO5gTEmBi1yzzAG { width:20rem;height:20.0625rem;top:42.125rem;left:0rem;z-index:99994;display:block; }
 }@media only screen and (max-width: 763px) { #S3lHUQ99d68IGP3UHr4ig4OmlKlkKhQl { width:20rem;height:20rem;top:21rem;left:0rem;z-index:100008;display:block; }
 }@media only screen and (max-width: 763px) { #Ju0W5MTmLQ6aR7z1e0x9K8JQqCiI2pZp { width:20rem;height:20rem;top:21rem;left:0rem;z-index:99996;background-color:#fdedf3;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #OkTWtr8FD5E54EHOkglag6pUrK259Ve4 { width:20rem;height:19.875rem;top:0rem;left:0rem;z-index:100005;display:block; }
 }@media only screen and (max-width: 763px) { #tVTbkKiEducmZDLBc0Bn55qDGstXSJG2 { width:20rem;height:20rem;top:63.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxuTEyWxIVz1RIdHQ8Q4zudoCNP3qASW { width:20rem;height:19.9375rem;top:0rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9zpbAJihCZiZxViO3OSD2E9MZtyTu93 { width:20rem;height:19.9375rem;top:63.1875rem;left:0rem;z-index:100010;display:block; }
 }@media only screen and (max-width: 763px) { #W3st0uOc8b7k7kVhK9J6f0O3TwOu0kux { width:20rem;height:2.4375rem;top:70.25rem;left:0rem;font-size:1.875rem;z-index:100015;display:block; }
 }@media only screen and (max-width: 763px) { #uL92axyxgT7V2Jp1X96aO6ZLQ43R0Emc { width:10.875rem;height:2.3125rem;top:1.875rem;left:9rem;font-size:0.9375rem;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #eIfP1kZf96ixWbAqBNPCIpZfc6IFcBWg { display:block; }
 }@media only screen and (max-width: 763px) { #pLLDiyvATlGWiiU9tsDG82B5cCMigFDy { width:14.375rem;height:2.8125rem;top:9.8125rem;left:2.8125rem;font-size:1.25rem;background-color:#ff7562;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #lpqTp9WmBZVXmAthIdfABH7vufXRml1x { display:block; }
 }@media only screen and (max-width: 763px) { #JOQaRlbdZa0I9B8HJC0rFgXn6ZOUdO27 { width:11.25rem;height:2.375rem;top:65.6875rem;left:8.75rem;font-size:0.9375rem;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #vFMzVLy39k0pMMnLyAhTiTcUTv70aXhE { display:block; }
 }@media only screen and (max-width: 763px) { #B8m6OT7eJOHTM3xv0N2a0Aer1yNSD7Pi { width:14.375rem;height:2.8125rem;top:30.75rem;left:2.8125rem;font-size:1.25rem;background-color:#ff7562;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:100013;display:block; }
 }@media only screen and (max-width: 763px) { #ITZCWu3wceRPJ28Usxwq5KUO8yL0WxHo { display:block; }
 }@media only screen and (max-width: 763px) { #zgua2rgJDC9e5aaCxLIMbBbdVMygTsK7 { width:14.375rem;height:2.8125rem;top:51.4375rem;left:2.6875rem;font-size:1.25rem;background-color:#ff7562;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:100014;display:block; }
 }@media only screen and (max-width: 763px) { #fJwqplBAmlQWnLR4D3XzCw0NOlRNGD8G { display:block; }
 }@media only screen and (max-width: 763px) { #gQUvBqST6nJMAikhiTLHxKv9p7tFgntf { width:14.375rem;height:2.8125rem;top:73.0625rem;left:2.6875rem;font-size:1.25rem;background-color:#ff7562;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:100015;display:block; }
 }@media only screen and (max-width: 763px) { #WTffDanfrT9BF4CukrKITPyDDdHN0ZkP { display:block; }
 }@media only screen and (max-width: 763px) { #hZNxaX5TsKTFGBuioV5piBEOvxFf89dT { width:10.8125rem;height:2.1875rem;top:6.5625rem;left:4.5625rem;font-size:1.25rem;background-color:#ff7562;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #CG34kGAT4e9i1wGESp4nM8VmShtMVFTn { display:block; }
 }@media only screen and (max-width: 763px) { #AUrg6Sp7dfFMHgqAGPVHzlKGFT6PkDgW { width:10.8125rem;height:2.1875rem;top:6.5625rem;left:4.5625rem;font-size:1.25rem;background-color:#ff7562;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #CHflS9rPdpTKvmC5Q4oEK4ED7by98Ido { display:block; }
 }@media only screen and (max-width: 763px) { #d3LpGT6XpNcumDhN5A3UEJH031Zy6bui { width:10.8125rem;height:2.1875rem;top:6.5625rem;left:4.5625rem;font-size:1.25rem;background-color:#ff7562;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #fmkBMHy4kRP2KZxRTaZA1TKdTH3Lfcb7 { display:block; }
 }@media only screen and (max-width: 763px) { #knxnWVcZIfvdek5uT2xA7OxKaI4Lpo4f { top:0rem;left:0rem;width:20rem;height:21rem;z-index:100016;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #M4sE5PoPQ5rPvbyFvJfGqzkPr5JQTJku { display:block; }
 }@media only screen and (max-width: 763px) { #T9ExdK6qGoDfuNUdpxTVrynZul4QNVlN { top:20.9375rem;left:0rem;width:20rem;height:21rem;z-index:100017;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #TZqioiFFfb17z1dJEDMecACnXMAIoQzD { display:block; }
 }@media only screen and (max-width: 763px) { #AZ2xxcbBLnMCAp9IHotplNdZrhhHcars { top:42.125rem;left:0rem;width:20rem;height:21rem;z-index:100018;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #dyzTyBCEI4iRSsDAAR8CI21uhMakTqgv { display:block; }
 }@media only screen and (max-width: 763px) { #QIRP8QxdZs0a5DoJq8O3Tu7kyT7u5byV { top:63.0625rem;left:0rem;width:20rem;height:21rem;z-index:100019;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #fJgOMBPB1VvJF3LSUuIRwKGEvMpKctbw { display:block; }
 }@media only screen and (max-width: 763px) { #fv5qFUaVL1kE8o1Ic3ReCMTZWavwZhve { background-color:#fdedf3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#fv5qFUaVL1kE8o1Ic3ReCMTZWavwZhve > .row .container { background-color: transparent; background-image: none; }#fv5qFUaVL1kE8o1Ic3ReCMTZWavwZhve::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fv5qFUaVL1kE8o1Ic3ReCMTZWavwZhve > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fv5qFUaVL1kE8o1Ic3ReCMTZWavwZhve > .row .container > .video-iframe-container { display: none; }#fv5qFUaVL1kE8o1Ic3ReCMTZWavwZhve > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fv5qFUaVL1kE8o1Ic3ReCMTZWavwZhve > .row > .video-iframe-container { display: none; }#fv5qFUaVL1kE8o1Ic3ReCMTZWavwZhve > .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); }#fv5qFUaVL1kE8o1Ic3ReCMTZWavwZhve > .row .container { border-width: 0; border-radius: 0; }#fv5qFUaVL1kE8o1Ic3ReCMTZWavwZhve > .row .container { width:20rem;height:18.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n8SH1fBHVzggtDXsbTcho3PpJ4X5vVpm { width:17rem;height:11.4375rem;top:1.0625rem;left:1.5rem;z-index:100006;display:block; }
 }@media only screen and (max-width: 763px) { #NPZKHmcRrJSRiEbidTzTadk2TBq8DFIB { width:17.5rem;height:3.4375rem;top:13.25rem;left:1.25rem;z-index:100002;background-color:#ff7562;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Ch39RNWcaicvopJXhBwpPTo0HNg1Mq9Z { display:block; }
 }@media only screen and (max-width: 763px) { #hiwAUwWIZZHuPfr7d83eKd0s2BTOqttv { top:0rem;left:0rem;width:20rem;height:18.3125rem;z-index:100020;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Sv8x3CqwXxTnFW8JC6H6DyLzaiUCilwz { display:block; }
 }@media only screen and (max-width: 763px) { #qie7T9040SxWvZASTJ359VVvc4ITGDUW { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/860c4c56-0549-4af0-ae33-5a0e8ce3b389/BandasLandingmobile.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#qie7T9040SxWvZASTJ359VVvc4ITGDUW.adaptive-delivery-prevent-bg, #qie7T9040SxWvZASTJ359VVvc4ITGDUW.lazyload, #qie7T9040SxWvZASTJ359VVvc4ITGDUW.lazyloading { background-image: none; }#qie7T9040SxWvZASTJ359VVvc4ITGDUW > .row .container { background-color: transparent; background-image: none; }#qie7T9040SxWvZASTJ359VVvc4ITGDUW::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qie7T9040SxWvZASTJ359VVvc4ITGDUW > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qie7T9040SxWvZASTJ359VVvc4ITGDUW > .row .container > .video-iframe-container { display: none; }#qie7T9040SxWvZASTJ359VVvc4ITGDUW > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qie7T9040SxWvZASTJ359VVvc4ITGDUW > .row > .video-iframe-container { display: none; }#qie7T9040SxWvZASTJ359VVvc4ITGDUW > .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); }#qie7T9040SxWvZASTJ359VVvc4ITGDUW > .row .container { border-width: 0; border-radius: 0; }#qie7T9040SxWvZASTJ359VVvc4ITGDUW > .row .container { width:20rem;height:65.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e4gqZUDKLdKL69ITrzE3yyIP42o8I8ST { width:14.9375rem;height:4.7119125rem;top:6.0625rem;left:2.53125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlNbHHgRyOoiO4wgNTpF4voJzV4nQTvX { top:26.875rem;left:10.625rem;width:9.375rem;height:14.25rem;z-index:100001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #H3HoHtvQScwNTSv02P0VmH0qfC3ylgQW { top:28.4375rem;left:10.75rem;width:9.25rem;height:1.29980625rem;z-index:100003;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TXcaJgDX2FaEaTFhQkrcGciygzcbmgBU { width:9.375rem;height:2.25rem;top:38.3125rem;left:10.625rem;z-index:100002;font-size:0.875rem;background-color:#ff7562;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Di9quWq6FAueF4ytlBBGGSc1SsOGbGth { display:block; }
 }@media only screen and (max-width: 763px) { #sMbAaRAk58ilqT9QRRNm7ZTJyLxlZ4qI { top:11.9375rem;left:10.75rem;width:9.25rem;height:1.29980625rem;z-index:100004;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GAct1SJ64J6GoaRp1JpuwGiBIRc61s8T { width:9.375rem;height:2.25rem;top:22.5625rem;left:10.625rem;z-index:100003;font-size:0.875rem;background-color:#ff7562;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #XUcdEk09rFHPcbObZ2sUVdTFIRw96MIU { display:block; }
 }@media only screen and (max-width: 763px) { #NrNf9Bmf1Jlf9mUTBQlIq0EJHObQd0pv { top:11.25rem;left:10.625rem;width:9.375rem;height:14.25rem;z-index:100002;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #i9hrvskN3TU1Bwaz4Bwg72wwOZNnsBSH { top:42.75rem;left:10.625rem;width:9.375rem;height:14.25rem;z-index:100002;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Gkmm4Q0JudNpEquKlaQdEF93QnsifBlK { width:9.375rem;height:2.25rem;top:54.1875rem;left:10.625rem;z-index:100003;font-size:0.875rem;background-color:#ff7562;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #XfeFx9hQpO3lhJqKiQDOqzdWXeaeWVOq { display:block; }
 }@media only screen and (max-width: 763px) { #ASoBWFrbRVpH7ulEsuXxzE7gca4VW2X8 { top:43.625rem;left:10.75rem;width:9.25rem;height:2.5996125rem;z-index:100004;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QJiw09NKIb8n3gWBq1DByT0t6dcltssK { top:11.25rem;left:0rem;width:9.375rem;height:14.25rem;z-index:100003;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #qAhAyHRHhFNGnd1cNEJDl4k6CxMSshot { top:11.9375rem;left:0.125rem;width:9.25rem;height:2.5996125rem;z-index:100005;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QMdywvTd7ubQns3LXRECqx91aIJ8FfqG { width:9.375rem;height:2.25rem;top:22.5625rem;left:0rem;z-index:100004;font-size:0.875rem;background-color:#ff7562;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #urPQZHhmdNSTkMnFFLR3q70S4X6aPo6O { display:block; }
 }@media only screen and (max-width: 763px) { #XhAHapVEGyNeq7CshCxS6oXX7DUr2r13 { top:42.75rem;left:0rem;width:9.375rem;height:14.25rem;z-index:100003;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #cwuTb0kr4gRpzbxfmbEu4iZTW26Tnzc4 { width:9.375rem;height:2.25rem;top:54.1875rem;left:0rem;z-index:100004;font-size:0.875rem;background-color:#ff7562;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #tFehPcoSxn8gaqtAX9PF0vtmdumtGn9L { display:block; }
 }@media only screen and (max-width: 763px) { #XRVUTMFJfXeETtFwKTlo05LTTINLpaUT { top:43.625rem;left:0rem;width:9.25rem;height:1.29980625rem;z-index:100005;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eocDgOlDurJuadNmKRV7WUsmvxnHIlAA { top:26.875rem;left:0rem;width:9.375rem;height:14.25rem;z-index:100004;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #DKtyVDUXugHxTmN8t70q2zBQ3c9A4sOz { top:27.78759765625rem;left:0rem;width:9.25rem;height:2.5996125rem;z-index:100006;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qVgqTaEpbgXQXBBs1ZKkuwTUK7XkFyb9 { width:9.375rem;height:2.25rem;top:38.3125rem;left:0rem;z-index:100005;font-size:0.875rem;background-color:#ff7562;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #QL8nHaT4ZNJhAks6frfzPteh13fAB1w7 { display:block; }
 }@media only screen and (max-width: 763px) { #oA9O6uxO2QeI9hC5n6W8MRLts1aer8xV { top:0rem;left:0rem;width:20rem;height:65.0625rem;z-index:100021;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #U4ceIzzS7kt1ZCk1pieEJItEoIVDgbnh { display:block; }
 }@media only screen and (max-width: 763px) { #mK4wLL9FogLnT2CD6olVoPBrJTDiby9G { display:block; }#mK4wLL9FogLnT2CD6olVoPBrJTDiby9G > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eCXvdMv6LGizhuTgEgo7VGFE1KtOGsXX { width:18.75rem;height:1.6875rem;top:0.6875rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TWauQesyQ5oG6ZxDhqpLH13DBubsvTyx { width:20rem;height:5.5234375rem;top:3.8125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #La727CIk5VFqVnTrv1PPlWATmBlTze3c { width:18.75rem;height:1.6875rem;top:1.3125rem;left:0.625rem;z-index:100001;display:block; }
 }@media only screen and (max-width: 763px) { #ZZTQp0gM95kcBPlOkcic0KxF98wteyf4 { top:0rem;left:0rem;width:20rem;height:10.3125rem;z-index:100022;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #saF5a1vvNp6xQW2ciiiEmgqQZNvWbdVk { display:block; }
 }@media only screen and (max-width: 763px) { #TAugOFpcUCUwBw1Plszv6eX7FnRW9PHN { display:block; }#TAugOFpcUCUwBw1Plszv6eX7FnRW9PHN > .row .container { width:20rem;height:25.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DuVJUMGOgStpZo8rlh1S7cwD1rJ6riCP { width:7.375rem;height:7.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqMUcaDp1KNBHXFxyZJGoCuIBh3LGx2a { width:11.3125rem;height:2.5996125rem;top:2.38720703125rem;left:8.6875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WJnaNVV2c3WkQALNT0sgdUtPfAhvRDMy { width:7.375rem;height:7.375rem;top:6.3125rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHQpuS9ChFMhUa8CeCBPkmTpRio3uqw9 { width:11.3125rem;height:2.5996125rem;top:8.69970703125rem;left:0rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #aTZS37irzS32khPuqh6MiTGtLlIQ1NQJ { width:7.375rem;height:7.375rem;top:11.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgcinWxh4maNBT3MQwSrdNkuLLSPN7Hx { width:11.25rem;height:2.5996125rem;top:14.07470703125rem;left:8.75rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #N7XiSPFWcZEii9AmPqGTfHQAve9mx69z { width:7.375rem;height:7.375rem;top:17.6875rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFngwgm7VvpZUMpxDds2iqqxyzEwVHLI { width:11.1875rem;height:2.5996125rem;top:20.07470703125rem;left:0rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #wTXk4ALWXySyZvZwN24gg0H92zuNn3mB { top:0rem;left:0rem;width:20rem;height:25.3125rem;z-index:100023;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #xxNfuUThbpMsnTbZbqd9br6dkcfMB60I { display:block; }
 }@media only screen and (max-width: 763px) { #wkAgli1VDM35UeEygAu1PuUxhkx8hRzB { background-color:#fdedf3;background-image:url("https://images.assets-landingi.com/uc/754ebf51-9dc7-4ac2-b922-25b50042ab25/BandasLanding.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#wkAgli1VDM35UeEygAu1PuUxhkx8hRzB.adaptive-delivery-prevent-bg, #wkAgli1VDM35UeEygAu1PuUxhkx8hRzB.lazyload, #wkAgli1VDM35UeEygAu1PuUxhkx8hRzB.lazyloading { background-image: none; }#wkAgli1VDM35UeEygAu1PuUxhkx8hRzB > .row .container { background-color: transparent; background-image: none; }#wkAgli1VDM35UeEygAu1PuUxhkx8hRzB::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wkAgli1VDM35UeEygAu1PuUxhkx8hRzB > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wkAgli1VDM35UeEygAu1PuUxhkx8hRzB > .row .container > .video-iframe-container { display: none; }#wkAgli1VDM35UeEygAu1PuUxhkx8hRzB > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wkAgli1VDM35UeEygAu1PuUxhkx8hRzB > .row > .video-iframe-container { display: none; }#wkAgli1VDM35UeEygAu1PuUxhkx8hRzB > .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); }#wkAgli1VDM35UeEygAu1PuUxhkx8hRzB > .row .container { width:20rem;height:27.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z7aWt4FdZDAnPVrsDhbThrIZXBpovWJJ { width:17.5rem;height:3.4375rem;top:17.625rem;left:1.25rem;background-color:#ff7562;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #s6cSOAval6xksN2pyQSxbGai4ltE1sBp { display:block; }
 }@media only screen and (max-width: 763px) { #gHZxOBxpw7G7azDi5TFIZ4ndQ7qIml1q { width:17.875rem;height:12rem;top:4.375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVm2MO4dxeDWNT1bvFHRPDMH2ADedX83 { top:0rem;left:0rem;width:20rem;height:27.625rem;z-index:100024;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #DKP6hTZ745QwJsKn9Uv23PGeOeoC9tN5 { display:block; }
 }@media only screen and (max-width: 763px) { #SkgXmgbr0zawDZb0SBgpyarXcvHaarvH { position:relative;z-index:auto;display:block; }#SkgXmgbr0zawDZb0SBgpyarXcvHaarvH > .row .container { width:20rem;height:8.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cOpelqp64BrNrdk95yhpomTkRfMkaG86 { width:2.6875rem;height:2.5625rem;top:1.8125rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DI83FwtykFHvuGKEm3mVFKgl8Z2cz5TN { width:2.5rem;height:2.375rem;top:1.875rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLOKUrGuE5Msfvnrm0EkH6o2CP67I5og { width:3.1875rem;height:3.0625rem;top:1.5625rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KcgAxZt0SeeHaTULObUQhla1TrUvJF53 { width:20rem;height:1.13720625rem;top:5.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }