.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#fdedf3;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); }#T7yZVTTGeTr8ynwSrt0qZ7iPWnLCnTq2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdedf3;background-image:url("https://images.assets-landingi.com/uc/754ebf51-9dc7-4ac2-b922-25b50042ab25/BandasLanding.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#T7yZVTTGeTr8ynwSrt0qZ7iPWnLCnTq2.adaptive-delivery-prevent-bg, #T7yZVTTGeTr8ynwSrt0qZ7iPWnLCnTq2.lazyload, #T7yZVTTGeTr8ynwSrt0qZ7iPWnLCnTq2.lazyloading { background-image: none; }#T7yZVTTGeTr8ynwSrt0qZ7iPWnLCnTq2 > .row .container { background-color: transparent; background-image: none; }#T7yZVTTGeTr8ynwSrt0qZ7iPWnLCnTq2::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#T7yZVTTGeTr8ynwSrt0qZ7iPWnLCnTq2 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#T7yZVTTGeTr8ynwSrt0qZ7iPWnLCnTq2 > .row .container > .video-iframe-container { display: none; }#T7yZVTTGeTr8ynwSrt0qZ7iPWnLCnTq2 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#T7yZVTTGeTr8ynwSrt0qZ7iPWnLCnTq2 > .row > .video-iframe-container { display: none; }#T7yZVTTGeTr8ynwSrt0qZ7iPWnLCnTq2 > .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); }#T7yZVTTGeTr8ynwSrt0qZ7iPWnLCnTq2 > .row .container { border-width: 0; border-radius: 0; }#T7yZVTTGeTr8ynwSrt0qZ7iPWnLCnTq2 > .row .container { font-size:0.875rem;font-family:arial;height:53.875rem;width:75rem;position:relative;display:block; }#PgqTkv6fTLP17a0vhw87stWsOmWEOOBW { color:#000000;display:block;width:75rem;position:absolute;font-family:brown;font-size:15.0625rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:9.8359375rem;left:0rem;height:19.5810625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Kkfa5qkH6BFfVwbd808bTBbGGfy6KTqO .widget-form-header { font-size:1rem; }
#Kkfa5qkH6BFfVwbd808bTBbGGfy6KTqO .widget-regular-label { height:auto;display:none;font-family:brown;font-size:1rem;font-weight:400;color:#000000;width:29.0625rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;font-style:normal;line-height:1.8;text-align:left;text-align-last:left;vertical-align:top; }
#Kkfa5qkH6BFfVwbd808bTBbGGfy6KTqO .widget-input-text { background-color:transparent;background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:29.0625rem;box-sizing:border-box;height:3.375rem;color:#000000;font-size:0.875rem;overflow:hidden;font-family:brown;vertical-align:top; }
#Kkfa5qkH6BFfVwbd808bTBbGGfy6KTqO .widget-input-text {padding-top: 0; padding-bottom: 0;}#Kkfa5qkH6BFfVwbd808bTBbGGfy6KTqO .widget-textarea { background-color:transparent;background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:29.0625rem;box-sizing:border-box;height:4.375rem;color:#000000;font-size:0.875rem;overflow:hidden;font-family:brown;vertical-align:top; }
#Kkfa5qkH6BFfVwbd808bTBbGGfy6KTqO .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:29.0625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#Kkfa5qkH6BFfVwbd808bTBbGGfy6KTqO .widget-input-select {padding-top: 0; padding-bottom: 0;}#Kkfa5qkH6BFfVwbd808bTBbGGfy6KTqO .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#Kkfa5qkH6BFfVwbd808bTBbGGfy6KTqO .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#Kkfa5qkH6BFfVwbd808bTBbGGfy6KTqO .widget-input-button { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#fff8f8;width:29.0625rem;height:3.125rem;font-family:brown;overflow:hidden; }
#Kkfa5qkH6BFfVwbd808bTBbGGfy6KTqO [class*="-text"]:-moz-placeholder { color:#000000;font-family:brown;font-size:0.875rem; }
#Kkfa5qkH6BFfVwbd808bTBbGGfy6KTqO [class*="-text"]::-moz-placeholder { color:#000000;font-family:brown;font-size:0.875rem; }
#Kkfa5qkH6BFfVwbd808bTBbGGfy6KTqO [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:brown;font-size:0.875rem; }
#Kkfa5qkH6BFfVwbd808bTBbGGfy6KTqO [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:brown;font-size:0.875rem; }
#Kkfa5qkH6BFfVwbd808bTBbGGfy6KTqO .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:lato;line-height:1.2;font-size:0.875rem;font-weight:300;color:#000000;vertical-align:top;width:27.875rem;overflow:hidden;font-style:normal;float:none; }
#Kkfa5qkH6BFfVwbd808bTBbGGfy6KTqO .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#Kkfa5qkH6BFfVwbd808bTBbGGfy6KTqO .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#Kkfa5qkH6BFfVwbd808bTBbGGfy6KTqO .widget-container { padding-top:0.125rem;padding-right:0;padding-bottom:0.0625rem;padding-left:0;width:100%;font-size:0;height:auto; }
#Kkfa5qkH6BFfVwbd808bTBbGGfy6KTqO .widget-container:first-of-type{padding-top:0;}#Kkfa5qkH6BFfVwbd808bTBbGGfy6KTqO .widget-container:last-of-type{padding-bottom:0;}#Kkfa5qkH6BFfVwbd808bTBbGGfy6KTqO  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:29.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100008;position:absolute;top:34.8671875rem;left:21.71875rem;font-size:1rem; }
#Kkfa5qkH6BFfVwbd808bTBbGGfy6KTqO .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:29.0625rem;display:block;vertical-align:top; }
#Kkfa5qkH6BFfVwbd808bTBbGGfy6KTqO .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Kkfa5qkH6BFfVwbd808bTBbGGfy6KTqO {display:block;}#Kkfa5qkH6BFfVwbd808bTBbGGfy6KTqO { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:29.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100008;position:absolute;top:34.8671875rem;left:21.71875rem;font-size:1rem; }
#pdkI3yersMDI8WSI3xTMLr2OmCEICTsg { position:relative;display:block; }
#bbuOVEak22gluvl1N4IkkTIPQPKakxAf { position:relative;display:block; }
#EWQSxAShKFhvR66glCdgGTdc61cKtHtt { position:relative;display:block; }
#EGC32OTlLsiNzzIeVi5K050C3pb0btME { position:relative;display:block; }
#WbI0kevgi2tONDDHmG17HWIGsf9kGTF5 { position:relative;display:block; }
#xrW1N2h8ZrNg7TwPxk0WXWFnX65wdFkO { position:relative;display:block; }
#TIdlRthLfsEzy05TKuXqJimvKvFilz27 { position:relative;display:block; }
#BnuftuStJNPGQlLSiClFvaDPkXcWfiSD { position:relative;display:block; }
#Kkfa5qkH6BFfVwbd808bTBbGGfy6KTqO #T0TGA5WcN2wSik1JoWZksdxXZivhepSx { position:relative; }
#Kkfa5qkH6BFfVwbd808bTBbGGfy6KTqO #KD8hksdtEGOuWKLTOOQPuJheitdL1Wu9 { position:relative; }
#C3QOCggWVoOop4Q3iTkTZDEu1TouX22e { color:#000000;display:block;width:75rem;position:absolute;font-family:brown;font-size:1.875rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:26.66845703125rem;left:0rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#m7L3ViubMuQnefHZiWuHhX8LAR1U5xDg { color:#000000;display:block;width:27.25rem;position:absolute;font-family:brown;font-size:1.375rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:29.35595703125rem;left:23.875rem;height:1.7871125rem;text-align:center;text-align-last:center;display:block; }
#BoW6mVuRkR4GNEZXkT2oeuNX20L0sDUm { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.625rem;width:11rem;top:5.86767578125rem;left:32rem;overflow:hidden;display:block; }
#We5kI2EadqICkvKmymBpRLH8ST3EM3xz { color:#000000;display:block;width:75rem;position:absolute;font-family:brown;font-size:3.75rem;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:19.5625rem;left:0rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Aqz0xOWn0Vw9tkaO7a7QDUm5N0epExoo { color:#000000;display:block;width:75rem;position:absolute;font-family:brown;font-size:3.75rem;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:19.5625rem;left:0rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#hqTfXCTbPi4wWlHUB3FhTKM7pNeOQFNC { color:#000000;display:block;width:75rem;position:absolute;font-family:brown;font-size:1.875rem;font-weight:400;z-index:100006;line-height:1.3;letter-spacing:0;top:8.6875rem;left:0rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Nm5TSD9uXTAE25sTQqZa9K5yghpyuaup { color:#000000;display:block;width:27.25rem;position:absolute;font-family:brown;font-size:2.5rem;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:31.73095703125rem;left:23.875rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#cA5E4vw9KU38XheLX5FXRrRuzq2Md2N3 { border-top:0.0625rem solid #000000;border-left:0;border-right:0;border-bottom:0;background-color:#fdedf3;background-image:none;position:relative;z-index:auto;display:block; }#cA5E4vw9KU38XheLX5FXRrRuzq2Md2N3 > .row .container { background-color: transparent; background-image: none; }#cA5E4vw9KU38XheLX5FXRrRuzq2Md2N3::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cA5E4vw9KU38XheLX5FXRrRuzq2Md2N3 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cA5E4vw9KU38XheLX5FXRrRuzq2Md2N3 > .row .container > .video-iframe-container { display: none; }#cA5E4vw9KU38XheLX5FXRrRuzq2Md2N3 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cA5E4vw9KU38XheLX5FXRrRuzq2Md2N3 > .row > .video-iframe-container { display: none; }#cA5E4vw9KU38XheLX5FXRrRuzq2Md2N3 > .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); }#cA5E4vw9KU38XheLX5FXRrRuzq2Md2N3 > .row .container { border-width: 0; border-radius: 0; }#cA5E4vw9KU38XheLX5FXRrRuzq2Md2N3 > .row .container { font-size:0.875rem;font-family:arial;height:7.1875rem;width:75rem;position:relative;display:block; }#O7nwMcAU891HphATJSX7t0cuy2uVa3Pr { 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:3.1875rem;left:33.9375rem;overflow:hidden;display:block; }
#wpp0TOy8QWqT98QBD0aFcflJpTzc6CQB { 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:3.1875rem;left:36.4375rem;overflow:hidden;display:block; }
#exf9CSZSCyUf2gAKd2A24DXeSAaUkbXC { 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:3.0625rem;left:38.8125rem;overflow:hidden;display:block; }
#HR7sgmnlTRFCqwknigexs6HOW6PrkKW2 { color:#000000;display:block;width:75rem;position:absolute;font-family:brown;font-size:0.875rem;font-weight:400;z-index:100024;line-height:1.3;letter-spacing:0;top:5.625rem;left:0rem;height:1.13720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Gz5M0D1cEiDEKPteMFSpoMaGObmtIp7C { position:absolute;display:block;z-index:100025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.75rem;width:7.5625rem;top:0.8125rem;left:33.71875rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #T7yZVTTGeTr8ynwSrt0qZ7iPWnLCnTq2 { display:block; }#T7yZVTTGeTr8ynwSrt0qZ7iPWnLCnTq2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PgqTkv6fTLP17a0vhw87stWsOmWEOOBW { top:9.8125rem;left:0rem;width:47.75rem;height:19.5625rem;font-size:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kkfa5qkH6BFfVwbd808bTBbGGfy6KTqO .widget-regular-label { width:29.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Kkfa5qkH6BFfVwbd808bTBbGGfy6KTqO .widget-input-text { width:29.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Kkfa5qkH6BFfVwbd808bTBbGGfy6KTqO .widget-input-text {padding-top: 0; padding-bottom: 0;}#Kkfa5qkH6BFfVwbd808bTBbGGfy6KTqO .widget-textarea { width:29.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Kkfa5qkH6BFfVwbd808bTBbGGfy6KTqO .widget-input-select { width:29.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Kkfa5qkH6BFfVwbd808bTBbGGfy6KTqO .widget-input-select {padding-top: 0; padding-bottom: 0;}#Kkfa5qkH6BFfVwbd808bTBbGGfy6KTqO .widget-input-button { width:29.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Kkfa5qkH6BFfVwbd808bTBbGGfy6KTqO .widget-checkbox-label { width:27.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Kkfa5qkH6BFfVwbd808bTBbGGfy6KTqO  { width:29.0625rem;height:auto;top:34.8125rem;left:8.09375rem; }
#Kkfa5qkH6BFfVwbd808bTBbGGfy6KTqO .radio-container { width:29.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Kkfa5qkH6BFfVwbd808bTBbGGfy6KTqO {display:block;}#Kkfa5qkH6BFfVwbd808bTBbGGfy6KTqO { width:29.0625rem;height:auto;top:34.8125rem;left:8.09375rem; }
 }@media only screen and (max-width: 763px) { #pdkI3yersMDI8WSI3xTMLr2OmCEICTsg { display:block; }
 }@media only screen and (max-width: 763px) { #bbuOVEak22gluvl1N4IkkTIPQPKakxAf { display:block; }
 }@media only screen and (max-width: 763px) { #EWQSxAShKFhvR66glCdgGTdc61cKtHtt { display:block; }
 }@media only screen and (max-width: 763px) { #EGC32OTlLsiNzzIeVi5K050C3pb0btME { display:block; }
 }@media only screen and (max-width: 763px) { #WbI0kevgi2tONDDHmG17HWIGsf9kGTF5 { display:block; }
 }@media only screen and (max-width: 763px) { #xrW1N2h8ZrNg7TwPxk0WXWFnX65wdFkO { display:block; }
 }@media only screen and (max-width: 763px) { #TIdlRthLfsEzy05TKuXqJimvKvFilz27 { display:block; }
 }@media only screen and (max-width: 763px) { #BnuftuStJNPGQlLSiClFvaDPkXcWfiSD { display:block; }
 }@media only screen and (max-width: 763px) { #Kkfa5qkH6BFfVwbd808bTBbGGfy6KTqO #T0TGA5WcN2wSik1JoWZksdxXZivhepSx {  }
 }@media only screen and (max-width: 763px) { #Kkfa5qkH6BFfVwbd808bTBbGGfy6KTqO #KD8hksdtEGOuWKLTOOQPuJheitdL1Wu9 {  }
 }@media only screen and (max-width: 763px) { #C3QOCggWVoOop4Q3iTkTZDEu1TouX22e { top:26.625rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7L3ViubMuQnefHZiWuHhX8LAR1U5xDg { top:29.3125rem;left:10.25rem;width:27.25rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BoW6mVuRkR4GNEZXkT2oeuNX20L0sDUm { top:5.8125rem;left:18.375rem;width:11rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #We5kI2EadqICkvKmymBpRLH8ST3EM3xz { top:14.5rem;left:0rem;width:20rem;height:2.875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Aqz0xOWn0Vw9tkaO7a7QDUm5N0epExoo { top:14.625rem;left:0rem;width:20rem;height:6.5rem;font-size:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #hqTfXCTbPi4wWlHUB3FhTKM7pNeOQFNC { top:8.6875rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nm5TSD9uXTAE25sTQqZa9K5yghpyuaup { top:31.6875rem;left:10.25rem;width:27.25rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cA5E4vw9KU38XheLX5FXRrRuzq2Md2N3 { display:block; }#cA5E4vw9KU38XheLX5FXRrRuzq2Md2N3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O7nwMcAU891HphATJSX7t0cuy2uVa3Pr { top:3.1875rem;left:20.3125rem;width:1.875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpp0TOy8QWqT98QBD0aFcflJpTzc6CQB { top:3.1875rem;left:22.8125rem;width:1.9375rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #exf9CSZSCyUf2gAKd2A24DXeSAaUkbXC { top:3.0625rem;left:25.1875rem;width:2.125rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HR7sgmnlTRFCqwknigexs6HOW6PrkKW2 { top:5.625rem;left:0rem;width:47.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gz5M0D1cEiDEKPteMFSpoMaGObmtIp7C { top:0.8125rem;left:20.09375rem;width:7.5625rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #T7yZVTTGeTr8ynwSrt0qZ7iPWnLCnTq2 { background-color:#fdedf3;background-image:url("https://images.assets-landingi.com/uc/860c4c56-0549-4af0-ae33-5a0e8ce3b389/BandasLandingmobile.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#T7yZVTTGeTr8ynwSrt0qZ7iPWnLCnTq2.adaptive-delivery-prevent-bg, #T7yZVTTGeTr8ynwSrt0qZ7iPWnLCnTq2.lazyload, #T7yZVTTGeTr8ynwSrt0qZ7iPWnLCnTq2.lazyloading { background-image: none; }#T7yZVTTGeTr8ynwSrt0qZ7iPWnLCnTq2 > .row .container { background-color: transparent; background-image: none; }#T7yZVTTGeTr8ynwSrt0qZ7iPWnLCnTq2::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#T7yZVTTGeTr8ynwSrt0qZ7iPWnLCnTq2 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#T7yZVTTGeTr8ynwSrt0qZ7iPWnLCnTq2 > .row .container > .video-iframe-container { display: none; }#T7yZVTTGeTr8ynwSrt0qZ7iPWnLCnTq2 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#T7yZVTTGeTr8ynwSrt0qZ7iPWnLCnTq2 > .row > .video-iframe-container { display: none; }#T7yZVTTGeTr8ynwSrt0qZ7iPWnLCnTq2 > .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); }#T7yZVTTGeTr8ynwSrt0qZ7iPWnLCnTq2 > .row .container { width:20rem;height:41.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PgqTkv6fTLP17a0vhw87stWsOmWEOOBW { width:20rem;height:0;top:13.875rem;left:0rem;font-size:2.625rem;text-align:center;text-align-last:center;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #Kkfa5qkH6BFfVwbd808bTBbGGfy6KTqO .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;line-height:1;overflow:hidden;height:auto; }
#Kkfa5qkH6BFfVwbd808bTBbGGfy6KTqO .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.5rem; }
#Kkfa5qkH6BFfVwbd808bTBbGGfy6KTqO .widget-input-text {padding-top: 0; padding-bottom: 0;}#Kkfa5qkH6BFfVwbd808bTBbGGfy6KTqO .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Kkfa5qkH6BFfVwbd808bTBbGGfy6KTqO .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Kkfa5qkH6BFfVwbd808bTBbGGfy6KTqO .widget-input-select {padding-top: 0; padding-bottom: 0;}#Kkfa5qkH6BFfVwbd808bTBbGGfy6KTqO .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.5rem;font-size:1.125rem;overflow:hidden;text-align:center;text-align-last:center; }
#Kkfa5qkH6BFfVwbd808bTBbGGfy6KTqO .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.625rem;overflow:hidden;height:auto; }
#Kkfa5qkH6BFfVwbd808bTBbGGfy6KTqO  { width:17.5rem;height:auto;top:21.1875rem;left:0rem; }
#Kkfa5qkH6BFfVwbd808bTBbGGfy6KTqO .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Kkfa5qkH6BFfVwbd808bTBbGGfy6KTqO {display:block;}#Kkfa5qkH6BFfVwbd808bTBbGGfy6KTqO { width:17.5rem;height:auto;top:21.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pdkI3yersMDI8WSI3xTMLr2OmCEICTsg { display:block; }
 }@media only screen and (max-width: 763px) { #bbuOVEak22gluvl1N4IkkTIPQPKakxAf { display:block; }
 }@media only screen and (max-width: 763px) { #EWQSxAShKFhvR66glCdgGTdc61cKtHtt { display:block; }
 }@media only screen and (max-width: 763px) { #EGC32OTlLsiNzzIeVi5K050C3pb0btME { display:block; }
 }@media only screen and (max-width: 763px) { #WbI0kevgi2tONDDHmG17HWIGsf9kGTF5 { display:block; }
 }@media only screen and (max-width: 763px) { #xrW1N2h8ZrNg7TwPxk0WXWFnX65wdFkO { display:block; }
 }@media only screen and (max-width: 763px) { #TIdlRthLfsEzy05TKuXqJimvKvFilz27 { display:block; }
 }@media only screen and (max-width: 763px) { #BnuftuStJNPGQlLSiClFvaDPkXcWfiSD { display:block; }
 }@media only screen and (max-width: 763px) { #Kkfa5qkH6BFfVwbd808bTBbGGfy6KTqO #T0TGA5WcN2wSik1JoWZksdxXZivhepSx {  }
 }@media only screen and (max-width: 763px) { #Kkfa5qkH6BFfVwbd808bTBbGGfy6KTqO #KD8hksdtEGOuWKLTOOQPuJheitdL1Wu9 {  }
 }@media only screen and (max-width: 763px) { #C3QOCggWVoOop4Q3iTkTZDEu1TouX22e { width:20rem;height:1.625rem;top:16.125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m7L3ViubMuQnefHZiWuHhX8LAR1U5xDg { width:17.25rem;height:3.25rem;top:32.5rem;left:1.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BoW6mVuRkR4GNEZXkT2oeuNX20L0sDUm { width:9.375rem;height:1.375rem;top:4.4375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #We5kI2EadqICkvKmymBpRLH8ST3EM3xz { width:20rem;height:1.375rem;top:7.0625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.1;z-index:100006;display:block; }
 }@media only screen and (max-width: 763px) { #Aqz0xOWn0Vw9tkaO7a7QDUm5N0epExoo { width:20rem;height:7.5rem;top:8.875rem;left:0rem;font-size:7.5rem;text-align:center;text-align-last:center;line-height:1;z-index:100007;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #hqTfXCTbPi4wWlHUB3FhTKM7pNeOQFNC { width:20rem;height:auto;top:8.6875rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #Nm5TSD9uXTAE25sTQqZa9K5yghpyuaup { width:20rem;height:2.5996125rem;top:18.41845703125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #cA5E4vw9KU38XheLX5FXRrRuzq2Md2N3 { position:relative;z-index:auto;display:block; }#cA5E4vw9KU38XheLX5FXRrRuzq2Md2N3 { border-width: 0; border-radius: 0; }#cA5E4vw9KU38XheLX5FXRrRuzq2Md2N3 > .row .container { width:20rem;height:8.6875rem;border-top:0.0625rem solid #000000;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O7nwMcAU891HphATJSX7t0cuy2uVa3Pr { width:2.6875rem;height:2.5625rem;top:3.25rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpp0TOy8QWqT98QBD0aFcflJpTzc6CQB { width:2.5rem;height:2.375rem;top:3.3125rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #exf9CSZSCyUf2gAKd2A24DXeSAaUkbXC { width:3.1875rem;height:3.0625rem;top:3rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HR7sgmnlTRFCqwknigexs6HOW6PrkKW2 { width:20rem;height:1.13671875rem;top:6.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gz5M0D1cEiDEKPteMFSpoMaGObmtIp7C { width:10.875rem;height:2.8125rem;top:0.57421875rem;left:4.5625rem;display:block; }
 }