.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;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-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[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:254,243,223;--color-primary-1:253,214,148;--color-primary-2:251,172,41;--color-primary-3:126,86,21;--color-primary-4:38,26,6;--color-secondary-0:254,249,228;--color-secondary-1:250,235,166;--color-secondary-2:245,215,77;--color-secondary-3:123,108,39;--color-secondary-4:37,32,12;--color-tertiary-0:255,255,255;--color-tertiary-1:229,181,179;--color-tertiary-2:169,8,0;--color-tertiary-3:85,4,0;--color-tertiary-4:17,1,0;--headlines-font-family:"lato";--paragraphs-font-family:"lato"; }@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:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));background-size:cover !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row .container { background-color: transparent; background-image: none; }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row .container > .video-iframe-container { display: none; }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row > .video-iframe-container { display: none; }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .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); }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row .container { border-width: 0; border-radius: 0; }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row .container { font-size:0.875rem;font-family:arial;height:4.8125rem;width:75rem;position:relative;display:block; }#OxDf8of0DqXvf3eaEFS8ZCM1JlNynTwU { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.3125rem;width:9.8125rem;top:0.84375rem;left:32.593128204346rem;overflow:hidden;display:block; }
#oTRacGVhykuoRWKdnJ0T5vX7p3KwfUv7 { color:#a90800;display:block;width:13.1875rem;position:absolute;font-family:lato;font-size:1.75rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.625rem;left:61.8125rem;height:2.275rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aTOWMuPFTd6meCTEO6I0TAQHRW7yBKr9 { color:#411400;display:block;width:11.625rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:0.625rem;left:61.8125rem;height:1.38125rem;text-align:left;text-align-last:left;display:block; }
#e65bK77Fx1y2qbKbXk4TGxVAOBGwCwWA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:1.0137499570846rem;left:58.691246032715rem; }
#omDQ3EHOdoqJOEUaLKIc1B1uI5Wv3ioQ { position:absolute;display:block;z-index:15016;height:3.75rem;width:20rem;top:0.53125rem;left:0rem;display:block; }
#aJ3L873GEMT9PiBRJuEzQ4UnC1VthbJp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/95a4940f-0e28-41c8-8d6a-0f5a508b12be/img.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aJ3L873GEMT9PiBRJuEzQ4UnC1VthbJp.adaptive-delivery-prevent-bg, #aJ3L873GEMT9PiBRJuEzQ4UnC1VthbJp.lazyload, #aJ3L873GEMT9PiBRJuEzQ4UnC1VthbJp.lazyloading { background-image: none; }#aJ3L873GEMT9PiBRJuEzQ4UnC1VthbJp > .row .container { background-color: transparent; background-image: none; }#aJ3L873GEMT9PiBRJuEzQ4UnC1VthbJp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(23,8,0,0.86); }#aJ3L873GEMT9PiBRJuEzQ4UnC1VthbJp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aJ3L873GEMT9PiBRJuEzQ4UnC1VthbJp > .row .container > .video-iframe-container { display: none; }#aJ3L873GEMT9PiBRJuEzQ4UnC1VthbJp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(23,8,0,0.86); }#aJ3L873GEMT9PiBRJuEzQ4UnC1VthbJp > .row > .video-iframe-container { display: none; }#aJ3L873GEMT9PiBRJuEzQ4UnC1VthbJp > .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); }#aJ3L873GEMT9PiBRJuEzQ4UnC1VthbJp > .row .container { border-width: 0; border-radius: 0; }#aJ3L873GEMT9PiBRJuEzQ4UnC1VthbJp::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aJ3L873GEMT9PiBRJuEzQ4UnC1VthbJp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aJ3L873GEMT9PiBRJuEzQ4UnC1VthbJp > .row .container { font-size:0.875rem;font-family:arial;height:60.25rem;width:75rem;position:relative;display:block; }#EEFmD2TbxmTBqo0FvFQsuKWD3apwRDFv { color:#ffb500;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:15.25rem;left:0rem;height:2.84375rem;text-align:center;text-align-last:center;display:block; }
#xMaqnJvvA7y0B1c3w1S6R4VludEnmO6L { color:rgba(var(--color-tertiary-0),1);display:block;width:56.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.6875rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:17.875rem;left:9.125rem;height:10.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nTKu05ZTGFZhkzNFonTlWHI8xhgtxLMX { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:5.625rem;top:0.59375rem;left:34.6875rem;overflow:hidden;display:none; }
#aPQwW3eNVa9qt2kuEzqHAUaTHNHrqq7h { color:rgba(var(--color-tertiary-0),1);display:block;width:26.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:4.3125rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:37.1875rem;left:24.375rem;height:6.46875rem;text-align:center;text-align-last:center;display:block; }
#RryWtE5fpodZM5FxJf0rNwqtdL3fAVDJ { color:rgba(var(--color-tertiary-0),1);display:block;width:19.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:36rem;left:27.6875rem;height:2.34375rem;text-align:center;text-align-last:center;display:block; }
#pKXA2ggU0keNdQMsMSsn01aL67bRv2JT { color:rgba(var(--color-tertiary-0),1);display:block;width:7.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:42.375rem;left:33.8125rem;height:2.34375rem;text-align:center;text-align-last:center;display:block; }
#T2imHbKmmo8FtG7wh9xFZ96Hybnnts3c { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.25rem;width:41.25rem;top:32.984375rem;left:16.875rem;overflow:hidden;display:block; }
#IPLlOAi6ckB83XSlF69kyCA3InnoL4CT { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:18.5rem;top:31.125rem;left:28.25rem;overflow:hidden;display:block; }
#uZry2N83NhI8RlcNT4BwTwR7KFBeIIBz { color:#a90800;display:block;width:9.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.1875rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:31.0625rem;left:35.0625rem;height:3.28125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XzUK4gFwJpxCb5wXkvNoDrzWonWzwy9y { color:#411400;display:block;width:5.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15014;line-height:1;letter-spacing:0;top:31.75rem;left:30.125rem;height:1.875rem;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wT5qNP5vr4gROcpnZ2f5TpCuTO5o0RHw { color:#ffb500;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:15.25rem;left:0rem;height:2.84375rem;text-align:center;text-align-last:center;display:none; }
#CiwJD9f1bpiGOL1k4840BNye6ycgL0Gh { color:rgba(var(--color-tertiary-0),1);display:block;width:26.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:4.3125rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:37.1875rem;left:24.375rem;height:6.46875rem;text-align:center;text-align-last:center;display:none; }
#bfmmWGC0B1s2q2QmaVq596Szt4bzA1Sh { box-sizing:content-box;height:17.375rem;width:18.125rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.250001907349rem;left:0.3125rem;display:none; }
#FBmTvL8FEFg53f6ZDToZs83XHDtbpn1E { position:absolute;display:block;z-index:15015;height:3.75rem;width:20rem;top:46.3125rem;left:27.5rem;display:block; }
#vQ8RN3d9XpJ5gOZIClfqMWkLiWx6ilF1 { color:rgba(var(--color-tertiary-0),1);display:block;width:51.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:51.375rem;left:11.875rem;height:2.90625rem;text-align:center;text-align-last:center;display:block; }
#gLTk1RKxLwq6STM7xNgAonTUE26nFIUh { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#X93GJQTv8crHHuIsygsVOiIBW370hKH4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#a90800;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#X93GJQTv8crHHuIsygsVOiIBW370hKH4 > .row .container { background-color: transparent; background-image: none; }#X93GJQTv8crHHuIsygsVOiIBW370hKH4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X93GJQTv8crHHuIsygsVOiIBW370hKH4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X93GJQTv8crHHuIsygsVOiIBW370hKH4 > .row .container > .video-iframe-container { display: none; }#X93GJQTv8crHHuIsygsVOiIBW370hKH4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X93GJQTv8crHHuIsygsVOiIBW370hKH4 > .row > .video-iframe-container { display: none; }#X93GJQTv8crHHuIsygsVOiIBW370hKH4 > .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); }#X93GJQTv8crHHuIsygsVOiIBW370hKH4 > .row .container { border-width: 0; border-radius: 0; }#X93GJQTv8crHHuIsygsVOiIBW370hKH4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X93GJQTv8crHHuIsygsVOiIBW370hKH4 > .row .container { font-size:0.875rem;font-family:arial;height:3.5rem;width:75rem;position:relative;display:block; }#RpDqBFfSzoz9bMcpVGqrxRfsTDmJaFTG { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:0.855827331543rem;left:0rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f7f7;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti > .row .container { background-color: transparent; background-image: none; }#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti > .row .container > .video-iframe-container { display: none; }#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti > .row > .video-iframe-container { display: none; }#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti > .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); }#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti > .row .container { border-width: 0; border-radius: 0; }#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti > .row .container { font-size:0.875rem;font-family:arial;height:13.3125rem;width:75rem;position:relative;display:block; }#dJy1P35pr3ApafLs3ouor4NIh8Ugc4mq { color:#411400;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:5.5rem;left:0rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#fWvwxryxLMrDLFAW1a6kC7UaHRw3MNva { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.0625rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:6.5368728637694rem;left:0rem;height:6.09375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rT2lQu8HGR5oTMNRxCDE2EPNpyAzTBcl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f7f7;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rT2lQu8HGR5oTMNRxCDE2EPNpyAzTBcl > .row .container { background-color: transparent; background-image: none; }#rT2lQu8HGR5oTMNRxCDE2EPNpyAzTBcl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rT2lQu8HGR5oTMNRxCDE2EPNpyAzTBcl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rT2lQu8HGR5oTMNRxCDE2EPNpyAzTBcl > .row .container > .video-iframe-container { display: none; }#rT2lQu8HGR5oTMNRxCDE2EPNpyAzTBcl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rT2lQu8HGR5oTMNRxCDE2EPNpyAzTBcl > .row > .video-iframe-container { display: none; }#rT2lQu8HGR5oTMNRxCDE2EPNpyAzTBcl > .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); }#rT2lQu8HGR5oTMNRxCDE2EPNpyAzTBcl > .row .container { border-width: 0; border-radius: 0; }#rT2lQu8HGR5oTMNRxCDE2EPNpyAzTBcl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rT2lQu8HGR5oTMNRxCDE2EPNpyAzTBcl > .row .container { font-size:0.875rem;font-family:arial;height:35.9375rem;width:75rem;position:relative;display:block; }#c1NTG9keQqN8eGJwCOt9y8yISvsFq1u9 { box-sizing:content-box;height:7.625rem;width:36.875rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.805000305176rem;left:0rem;display:block; }
#AwOhCdT5toUMqQROoTTc0JfmpMQk7qe6 { color:#25282b;display:block;width:23.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:31.125rem;left:1rem;height:2.6rem;text-align:left;text-align-last:left;display:block; }
#ArNBm214zzxfkPPqlKy7ncy75FEdDJtn { color:#a90800;display:block;width:18.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15013;line-height:1.2;letter-spacing:0;top:29.0625rem;left:1rem;height:1.65rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yNGPgMDKWodUde5GPbUuGH2wpHTaF2Mt { box-sizing:content-box;height:26.75rem;width:36.875rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/c4779640-84cf-47cf-ad56-a9a4f1dd9236/magnific_centodecoxinhas_2994470410.jpeg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.0550000001676rem;left:0rem;display:block; }#yNGPgMDKWodUde5GPbUuGH2wpHTaF2Mt.adaptive-delivery-prevent-bg, #yNGPgMDKWodUde5GPbUuGH2wpHTaF2Mt.lazyload, #yNGPgMDKWodUde5GPbUuGH2wpHTaF2Mt.lazyloading { background-image: none; }
#F0wcWNCdoHFtUP0qXpy8hzyUiKRFpdCt { box-sizing:content-box;height:7.625rem;width:36.875rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.875rem;left:38.125rem;display:block; }
#f5JAAzFnmdh6Ko4wUn5ZvcS0pkS9tXxA { color:#25282b;display:block;width:23.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:31.1875rem;left:39.125rem;height:2.6rem;text-align:left;text-align-last:left;display:block; }
#Ds6P1vWPCeiWXLHFaMf01Ld57JV9pdKK { color:#a90800;display:block;width:18.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15018;line-height:1.2;letter-spacing:0;top:29.125rem;left:39.125rem;height:1.65rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tXUk6VoG731S2ceHAFKTv3cThi2uN3E8 { box-sizing:content-box;height:26.75rem;width:36.875rem;position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/35a752cc-3fd0-4887-9012-68610b11a9e8/magnific_centodebolinhadequeij_2994473884.jpeg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.125rem;left:38.125rem;display:block; }#tXUk6VoG731S2ceHAFKTv3cThi2uN3E8.adaptive-delivery-prevent-bg, #tXUk6VoG731S2ceHAFKTv3cThi2uN3E8.lazyload, #tXUk6VoG731S2ceHAFKTv3cThi2uN3E8.lazyloading { background-image: none; }
#wtwIgvkskhcVOdraEpUwO8AJI2LKs1bS { position:absolute;display:block;z-index:15016;height:3.75rem;width:10.5625rem;top:30.549716949463rem;left:25.107955932618rem;display:block; }
#TU7NcPG6hWlOMTpsLTGA55ugkBMG3GF4 { position:absolute;display:block;z-index:15017;height:3.75rem;width:10.5625rem;top:30.549716949463rem;left:63.1875rem;display:block; }
#k22Ziz78xHHteInCWkiywB1pUQgXDgDi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f7f7;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#k22Ziz78xHHteInCWkiywB1pUQgXDgDi > .row .container { background-color: transparent; background-image: none; }#k22Ziz78xHHteInCWkiywB1pUQgXDgDi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k22Ziz78xHHteInCWkiywB1pUQgXDgDi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k22Ziz78xHHteInCWkiywB1pUQgXDgDi > .row .container > .video-iframe-container { display: none; }#k22Ziz78xHHteInCWkiywB1pUQgXDgDi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k22Ziz78xHHteInCWkiywB1pUQgXDgDi > .row > .video-iframe-container { display: none; }#k22Ziz78xHHteInCWkiywB1pUQgXDgDi > .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); }#k22Ziz78xHHteInCWkiywB1pUQgXDgDi > .row .container { border-width: 0; border-radius: 0; }#k22Ziz78xHHteInCWkiywB1pUQgXDgDi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k22Ziz78xHHteInCWkiywB1pUQgXDgDi > .row .container { font-size:0.875rem;font-family:arial;height:35.9375rem;width:75rem;position:relative;display:block; }#ipqQPiqKkDhGnRP4xQHQuZGnI7XxMkPy { box-sizing:content-box;height:7.625rem;width:36.875rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.805000305176rem;left:0rem;display:block; }
#NvykRyAQo6NFpRv06J5T6aO40uSM10Ak { color:#25282b;display:block;width:23.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:31.125rem;left:1rem;height:2.6rem;text-align:left;text-align-last:left;display:block; }
#SrnTPr0bhwX2TA6mt1FwnyfKviAZ1QPS { color:#a90800;display:block;width:18.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15013;line-height:1.2;letter-spacing:0;top:29.0625rem;left:1rem;height:1.65rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dVTgfGxyBdXrGeDC0RL4Pq7cIHPin7Sz { box-sizing:content-box;height:26.75rem;width:36.875rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/57c5c2d5-4521-4b97-b09d-37a4a870e8ba/magnific_centodekibecomqueijo_2994480231.jpeg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.0550000001676rem;left:0rem;display:block; }#dVTgfGxyBdXrGeDC0RL4Pq7cIHPin7Sz.adaptive-delivery-prevent-bg, #dVTgfGxyBdXrGeDC0RL4Pq7cIHPin7Sz.lazyload, #dVTgfGxyBdXrGeDC0RL4Pq7cIHPin7Sz.lazyloading { background-image: none; }
#fQQHxitSUDRLdes544eU5Bstnv8ZUkD1 { box-sizing:content-box;height:7.625rem;width:36.875rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.875rem;left:38.125rem;display:block; }
#uXynIy6eF55L8WJOvu00RKwpKALAOVgp { color:#25282b;display:block;width:23.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:31.1875rem;left:39.125rem;height:2.6rem;text-align:left;text-align-last:left;display:block; }
#xO8xculrrCNRBMwB6GOavT9kzEQ2PTpE { color:#a90800;display:block;width:18.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15018;line-height:1.2;letter-spacing:0;top:29.125rem;left:39.125rem;height:1.65rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BUKPFIsg70km0QiTFfsr8TN9clmEXIXS { box-sizing:content-box;height:26.75rem;width:36.875rem;position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/c30f0d1e-5a5f-449f-8119-789af872092d/magnific_centodemedalhaodesals_2994487826.jpeg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.125rem;left:38.125rem;display:block; }#BUKPFIsg70km0QiTFfsr8TN9clmEXIXS.adaptive-delivery-prevent-bg, #BUKPFIsg70km0QiTFfsr8TN9clmEXIXS.lazyload, #BUKPFIsg70km0QiTFfsr8TN9clmEXIXS.lazyloading { background-image: none; }
#iNnQ6gT6UbcbbPPWvT4E3vlJr7r50iUz { position:absolute;display:block;z-index:15018;height:3.75rem;width:10.5625rem;top:30.5625rem;left:25.125rem;display:block; }
#h5bDLlIyRgm6Qba06EfEdwlbiIsRMMSu { position:absolute;display:block;z-index:15019;height:3.75rem;width:10.5625rem;top:30.5625rem;left:63.1875rem;display:block; }
#PzAQo57IkSnzGErhWG8fagUpGxT6N3bS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f7f7;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PzAQo57IkSnzGErhWG8fagUpGxT6N3bS > .row .container { background-color: transparent; background-image: none; }#PzAQo57IkSnzGErhWG8fagUpGxT6N3bS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PzAQo57IkSnzGErhWG8fagUpGxT6N3bS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PzAQo57IkSnzGErhWG8fagUpGxT6N3bS > .row .container > .video-iframe-container { display: none; }#PzAQo57IkSnzGErhWG8fagUpGxT6N3bS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PzAQo57IkSnzGErhWG8fagUpGxT6N3bS > .row > .video-iframe-container { display: none; }#PzAQo57IkSnzGErhWG8fagUpGxT6N3bS > .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); }#PzAQo57IkSnzGErhWG8fagUpGxT6N3bS > .row .container { border-width: 0; border-radius: 0; }#PzAQo57IkSnzGErhWG8fagUpGxT6N3bS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PzAQo57IkSnzGErhWG8fagUpGxT6N3bS > .row .container { font-size:0.875rem;font-family:arial;height:35.9375rem;width:75rem;position:relative;display:block; }#am5RbuHGw45X819fkRJ9RoLuEH1QeQNQ { box-sizing:content-box;height:7.625rem;width:36.875rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.805000305176rem;left:0rem;display:block; }
#QrAg7lIUGWc3DS3OuQ3XrA1Atb9JkLQM { color:#25282b;display:block;width:21.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:31.125rem;left:1rem;height:2.6rem;text-align:left;text-align-last:left;display:block; }
#sg5kHFCB8MKD0WdAH8KSMIKDxVtWiu5D { color:#a90800;display:block;width:18.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15013;line-height:1.2;letter-spacing:0;top:29.0625rem;left:1rem;height:1.65rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mT9XNu27bBz8PaMvlIXdp0nnRx5QQPFc { box-sizing:content-box;height:26.75rem;width:36.875rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/34fecce6-d00e-4566-bd1f-14a83e030145/travesseirodepizza.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.0550000001676rem;left:0rem;display:block; }#mT9XNu27bBz8PaMvlIXdp0nnRx5QQPFc.adaptive-delivery-prevent-bg, #mT9XNu27bBz8PaMvlIXdp0nnRx5QQPFc.lazyload, #mT9XNu27bBz8PaMvlIXdp0nnRx5QQPFc.lazyloading { background-image: none; }
#M9v2dNqxDwJ188s7RG9NMcTP51A3N9Qs { box-sizing:content-box;height:7.625rem;width:36.875rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.875rem;left:38.125rem;display:block; }
#VDoT5HNrAEToLaefa8LTLdPXhp3obLAd { color:#25282b;display:block;width:19.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:31.1875rem;left:39.125003814698rem;height:2.6rem;text-align:left;text-align-last:left;display:block; }
#KbTkrXD83y9mpBxlaM5Ja3RCbrImKxS9 { color:#a90800;display:block;width:18.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15018;line-height:1.2;letter-spacing:0;top:29.125rem;left:39.125rem;height:1.65rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xmS1AgtsQuI8bFADl3CyG7HRG383rbF3 { box-sizing:content-box;height:26.75rem;width:36.875rem;position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/e7fad692-de4d-4f37-8ffe-ccc7ea8516a8/balaozinhadepizza.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.125rem;left:38.125rem;display:block; }#xmS1AgtsQuI8bFADl3CyG7HRG383rbF3.adaptive-delivery-prevent-bg, #xmS1AgtsQuI8bFADl3CyG7HRG383rbF3.lazyload, #xmS1AgtsQuI8bFADl3CyG7HRG383rbF3.lazyloading { background-image: none; }
#gJNZLcTg9IQzUqM9ZQ8kbOACSsXAo4cd { position:absolute;display:block;z-index:15020;height:3.75rem;width:10.5625rem;top:29.75rem;left:25.125rem;display:block; }
#pGPrPXQ69o3KAMDui4Ux4Z43XlJLWikC { position:absolute;display:block;z-index:15021;height:3.75rem;width:10.5625rem;top:29.75rem;left:63.1875rem;display:block; }
#cKSqkIiuJcyy8SxkpUTvhoRAxqLSuLWh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f7f7;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cKSqkIiuJcyy8SxkpUTvhoRAxqLSuLWh > .row .container { background-color: transparent; background-image: none; }#cKSqkIiuJcyy8SxkpUTvhoRAxqLSuLWh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cKSqkIiuJcyy8SxkpUTvhoRAxqLSuLWh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cKSqkIiuJcyy8SxkpUTvhoRAxqLSuLWh > .row .container > .video-iframe-container { display: none; }#cKSqkIiuJcyy8SxkpUTvhoRAxqLSuLWh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cKSqkIiuJcyy8SxkpUTvhoRAxqLSuLWh > .row > .video-iframe-container { display: none; }#cKSqkIiuJcyy8SxkpUTvhoRAxqLSuLWh > .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); }#cKSqkIiuJcyy8SxkpUTvhoRAxqLSuLWh > .row .container { border-width: 0; border-radius: 0; }#cKSqkIiuJcyy8SxkpUTvhoRAxqLSuLWh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cKSqkIiuJcyy8SxkpUTvhoRAxqLSuLWh > .row .container { font-size:0.875rem;font-family:arial;height:39.625rem;width:75rem;position:relative;display:block; }#mJ8c52KyGrVccDhtE4UdqhL4oLCReT8B { box-sizing:content-box;height:7.625rem;width:36.875rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.805000305176rem;left:0rem;display:block; }
#Q8rATfGcEuXihPyBXT7swp8bkgVOLTUE { color:#25282b;display:block;width:22.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:31.125rem;left:1rem;height:2.6rem;text-align:left;text-align-last:left;display:block; }
#TxgktCUqOeEf1dT6mTp6LMyFzEqZFCuy { color:#a90800;display:block;width:18.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15013;line-height:1.2;letter-spacing:0;top:29.0625rem;left:1rem;height:1.65rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RCC6HmtMkWzITyA8T8GvcSBrlm4xoVbq { box-sizing:content-box;height:26.75rem;width:36.875rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/da0ee3c5-703c-4984-8947-cad4b2d46832/croquete.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.0550000001676rem;left:0rem;display:block; }#RCC6HmtMkWzITyA8T8GvcSBrlm4xoVbq.adaptive-delivery-prevent-bg, #RCC6HmtMkWzITyA8T8GvcSBrlm4xoVbq.lazyload, #RCC6HmtMkWzITyA8T8GvcSBrlm4xoVbq.lazyloading { background-image: none; }
#MF632scAcCqhJq29fGbB1Ifz83SiQg3o { box-sizing:content-box;height:7.625rem;width:36.875rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.875rem;left:38.125rem;display:block; }
#WfxwfcZiDTWeMC1MbBih0OVAaUgFyuGm { color:#25282b;display:block;width:20.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:31.1875rem;left:39.125003814698rem;height:2.6rem;text-align:left;text-align-last:left;display:block; }
#B7iflxeMgh0Iuw3Oba5JIEbapw4EXAT1 { color:#a90800;display:block;width:18.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15018;line-height:1.2;letter-spacing:0;top:29.125rem;left:39.125rem;height:1.65rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Tt9bCh8LKGsy7kKoowEvT6lZgX3qhDJW { box-sizing:content-box;height:26.75rem;width:36.875rem;position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b5a6a5b3-0552-4448-a374-6c9091c1fdfd/magnific_centodeminichurroscom_2994478355.jpeg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.125rem;left:38.125rem;display:block; }#Tt9bCh8LKGsy7kKoowEvT6lZgX3qhDJW.adaptive-delivery-prevent-bg, #Tt9bCh8LKGsy7kKoowEvT6lZgX3qhDJW.lazyload, #Tt9bCh8LKGsy7kKoowEvT6lZgX3qhDJW.lazyloading { background-image: none; }
#qqbrL1W6nITyw2vo7iWLKXsuBdG8gQTt { position:absolute;display:block;z-index:15022;height:3.75rem;width:10.5625rem;top:29.75rem;left:25.125rem;display:block; }
#TB0lIfQfNISz3J7gBvhCs8GoPGsCAc5e { position:absolute;display:block;z-index:15023;height:3.75rem;width:10.5625rem;top:29.75rem;left:63.1875rem;display:block; }
#X12zaa7KpI8rizKmRAsBhM2z9wW8edNR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e9120f;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#X12zaa7KpI8rizKmRAsBhM2z9wW8edNR > .row .container { background-color: transparent; background-image: none; }#X12zaa7KpI8rizKmRAsBhM2z9wW8edNR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X12zaa7KpI8rizKmRAsBhM2z9wW8edNR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X12zaa7KpI8rizKmRAsBhM2z9wW8edNR > .row .container > .video-iframe-container { display: none; }#X12zaa7KpI8rizKmRAsBhM2z9wW8edNR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X12zaa7KpI8rizKmRAsBhM2z9wW8edNR > .row > .video-iframe-container { display: none; }#X12zaa7KpI8rizKmRAsBhM2z9wW8edNR > .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); }#X12zaa7KpI8rizKmRAsBhM2z9wW8edNR > .row .container { border-width: 0; border-radius: 0; }#X12zaa7KpI8rizKmRAsBhM2z9wW8edNR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X12zaa7KpI8rizKmRAsBhM2z9wW8edNR > .row .container { font-size:0.875rem;font-family:arial;height:6.875rem;width:75rem;position:relative;display:block; }#soa9wzqfs9oWeSzN9UaKDA8ee98p7lO1 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:17.5rem;top:0rem;left:9.8125rem;overflow:hidden;display:block; }
#xCVZ724TrZ1olPbq4mSGtTiTPy4Nyar3 { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:18.0625rem;top:0rem;left:27.3125rem;overflow:hidden;display:block; }
#fZwNan6ZKyOlwTstSDfS1hQGmRtUGAdI { background-color:#ffb500;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#411400;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.8125rem;height:3.125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:1.875rem;left:48.3125rem;display:block; }
#ArDkvgd6swbreTCnHrixqxVMAWeS3nac { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sHM2WLBGsfhmD7ARzTZEXwAh1JSLVJGL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sHM2WLBGsfhmD7ARzTZEXwAh1JSLVJGL > .row .container { background-color: transparent; background-image: none; }#sHM2WLBGsfhmD7ARzTZEXwAh1JSLVJGL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sHM2WLBGsfhmD7ARzTZEXwAh1JSLVJGL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sHM2WLBGsfhmD7ARzTZEXwAh1JSLVJGL > .row .container > .video-iframe-container { display: none; }#sHM2WLBGsfhmD7ARzTZEXwAh1JSLVJGL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sHM2WLBGsfhmD7ARzTZEXwAh1JSLVJGL > .row > .video-iframe-container { display: none; }#sHM2WLBGsfhmD7ARzTZEXwAh1JSLVJGL > .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); }#sHM2WLBGsfhmD7ARzTZEXwAh1JSLVJGL > .row .container { border-width: 0; border-radius: 0; }#sHM2WLBGsfhmD7ARzTZEXwAh1JSLVJGL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sHM2WLBGsfhmD7ARzTZEXwAh1JSLVJGL > .row .container { font-size:0.875rem;font-family:arial;height:17.75rem;width:75rem;position:relative;display:block; }#SaFWpLUxKH89sfCXvVtNJXL3u1ZO6FVf { color:rgba(var(--color-tertiary-4),1);display:block;width:35.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:3.375rem;left:12.0625rem;height:4.9rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#o7UWxpgxC6oB9F7g2LADPuyzHHqJZ6Hr { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:75rem;top:10.6875rem;left:0rem;display:block; }
#MBqPihQ6zTT4dw6hgv86GJEgGaAsmbRJ { position:absolute;display:block;z-index:15026;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.0625rem;width:10.4375rem;top:2.6875rem;left:0rem;overflow:hidden;display:block; }
#moibO5T0A6N47OhAZ4kKwhQXfOUfIbsx { color:rgba(var(--color-tertiary-4),1);display:block;width:11.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15017;line-height:1.4;letter-spacing:0;top:3.375rem;left:53.5rem;height:1.05rem;font-style:normal;display:block; }
#lQDM1Q0gCgRaZTLMJ39SDk9T0uPoqPvv { color:rgba(var(--color-tertiary-4),1);display:block;width:21.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:5.1875rem;left:53.5rem;height:2.45rem;font-style:normal;display:block; }
#phdFJR5vJnXGRVOB3H2sXa5QacL3SBxv { color:rgba(var(--color-tertiary-4),1);display:block;width:35.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:12.5625rem;left:12.0625rem;height:1.225rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#lApTEDKknTU9c5ZkzmDfpOJ46znc3dWC { color:rgba(var(--color-tertiary-4),1);display:block;width:2.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15018;line-height:1.4;letter-spacing:0;top:12.5625rem;left:53.5rem;height:1.225rem;font-style:normal;display:block; }
#HbxBb7cTg9eryZMaMVoOg4bMtUha0JKh { color:rgba(var(--color-tertiary-4),1);display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:12.5625rem;left:56rem;height:1.225rem;font-style:normal;display:block; }
#VIGzTMJkMeWwhE2TKho2DceFRKel8ix6 { color:rgba(var(--color-tertiary-4),1);display:block;width:35.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:12.5625rem;left:12.0625rem;height:1.225rem;font-style:normal;text-align:justify;text-align-last:initial;display:none; }
#HJRd4t8kaAxKV64FyC38sMixeSpGMiub { border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HJRd4t8kaAxKV64FyC38sMixeSpGMiub > .row .container { background-color: transparent; background-image: none; }#HJRd4t8kaAxKV64FyC38sMixeSpGMiub::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HJRd4t8kaAxKV64FyC38sMixeSpGMiub > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HJRd4t8kaAxKV64FyC38sMixeSpGMiub > .row .container > .video-iframe-container { display: none; }#HJRd4t8kaAxKV64FyC38sMixeSpGMiub > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HJRd4t8kaAxKV64FyC38sMixeSpGMiub > .row > .video-iframe-container { display: none; }#HJRd4t8kaAxKV64FyC38sMixeSpGMiub > .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); }#HJRd4t8kaAxKV64FyC38sMixeSpGMiub > .row .container { border-width: 0; border-radius: 0; }#HJRd4t8kaAxKV64FyC38sMixeSpGMiub > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HJRd4t8kaAxKV64FyC38sMixeSpGMiub > .row .container { font-size:0.875rem;font-family:arial;height:3.46rem;width:75rem;position:relative;display:block; }#QTp9lltvhNqKHBx0oPnAQ5w6hdofbaqF { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:1.1175003051757rem;left:0rem;height:1.225rem;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) { #JLpHocrdkBCzowpGz4hxtn2XbsGm74zu { display:block; }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OxDf8of0DqXvf3eaEFS8ZCM1JlNynTwU { width:9.8125rem;height:10.3125rem;top:0.8125rem;left:18.968128204346rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTRacGVhykuoRWKdnJ0T5vX7p3KwfUv7 { width:13.1875rem;height:2.25rem;top:1.625rem;left:34.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTOWMuPFTd6meCTEO6I0TAQHRW7yBKr9 { width:11.625rem;height:1.375rem;top:0.625rem;left:36.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e65bK77Fx1y2qbKbXk4TGxVAOBGwCwWA { width:2.8125rem;height:2.8125rem;top:1rem;left:44.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #omDQ3EHOdoqJOEUaLKIc1B1uI5Wv3ioQ { width:20rem;height:3.75rem;top:0.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJ3L873GEMT9PiBRJuEzQ4UnC1VthbJp { display:block; }#aJ3L873GEMT9PiBRJuEzQ4UnC1VthbJp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EEFmD2TbxmTBqo0FvFQsuKWD3apwRDFv { top:15.25rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMaqnJvvA7y0B1c3w1S6R4VludEnmO6L { top:17.875rem;left:0rem;width:47.75rem;height:10.3125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTKu05ZTGFZhkzNFonTlWHI8xhgtxLMX { width:5.625rem;height:5.9375rem;top:0.5625rem;left:21.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #aPQwW3eNVa9qt2kuEzqHAUaTHNHrqq7h { top:37.1875rem;left:10.75rem;width:26.3125rem;height:6.4375rem;font-size:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RryWtE5fpodZM5FxJf0rNwqtdL3fAVDJ { top:36rem;left:14.0625rem;width:19.625rem;height:2.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKXA2ggU0keNdQMsMSsn01aL67bRv2JT { top:42.375rem;left:20.1875rem;width:7.4375rem;height:2.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2imHbKmmo8FtG7wh9xFZ96Hybnnts3c { width:41.25rem;height:15.25rem;top:32.9375rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPLlOAi6ckB83XSlF69kyCA3InnoL4CT { width:18.5rem;height:4rem;top:31.125rem;left:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZry2N83NhI8RlcNT4BwTwR7KFBeIIBz { top:31.0625rem;left:21.4375rem;width:9.6875rem;height:3.25rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzUK4gFwJpxCb5wXkvNoDrzWonWzwy9y { top:31.75rem;left:16.5rem;width:5.125rem;height:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wT5qNP5vr4gROcpnZ2f5TpCuTO5o0RHw { top:15.25rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #CiwJD9f1bpiGOL1k4840BNye6ycgL0Gh { top:26.3125rem;left:0rem;width:11.9375rem;height:3.1875rem;font-size:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bfmmWGC0B1s2q2QmaVq596Szt4bzA1Sh { width:18.125rem;height:17.375rem;top:14.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #FBmTvL8FEFg53f6ZDToZs83XHDtbpn1E { width:20rem;height:3.75rem;top:46.3125rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQ8RN3d9XpJ5gOZIClfqMWkLiWx6ilF1 { top:51.375rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLTk1RKxLwq6STM7xNgAonTUE26nFIUh { width:18.75rem;height:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #X93GJQTv8crHHuIsygsVOiIBW370hKH4 { display:block; }#X93GJQTv8crHHuIsygsVOiIBW370hKH4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RpDqBFfSzoz9bMcpVGqrxRfsTDmJaFTG { top:0.8125rem;left:0rem;width:47.75rem;height:1.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti { display:block; }#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dJy1P35pr3ApafLs3ouor4NIh8Ugc4mq { top:5.5rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWvwxryxLMrDLFAW1a6kC7UaHRw3MNva { top:6.5rem;left:0rem;width:47.75rem;height:6.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rT2lQu8HGR5oTMNRxCDE2EPNpyAzTBcl { display:block; }#rT2lQu8HGR5oTMNRxCDE2EPNpyAzTBcl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c1NTG9keQqN8eGJwCOt9y8yISvsFq1u9 { width:36.875rem;height:7.625rem;top:27.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwOhCdT5toUMqQROoTTc0JfmpMQk7qe6 { top:31.125rem;left:0rem;width:23.3125rem;height:2.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArNBm214zzxfkPPqlKy7ncy75FEdDJtn { top:29.0625rem;left:0rem;width:18.125rem;height:1.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNGPgMDKWodUde5GPbUuGH2wpHTaF2Mt { width:36.875rem;height:26.75rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0wcWNCdoHFtUP0qXpy8hzyUiKRFpdCt { width:36.875rem;height:7.625rem;top:27.875rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5JAAzFnmdh6Ko4wUn5ZvcS0pkS9tXxA { top:31.125rem;left:23.875rem;width:23.3125rem;height:2.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ds6P1vWPCeiWXLHFaMf01Ld57JV9pdKK { top:29.0625rem;left:23.875rem;width:18.125rem;height:1.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXUk6VoG731S2ceHAFKTv3cThi2uN3E8 { width:36.875rem;height:26.75rem;top:1.125rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtwIgvkskhcVOdraEpUwO8AJI2LKs1bS { width:10.5625rem;height:3.75rem;top:30.5rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TU7NcPG6hWlOMTpsLTGA55ugkBMG3GF4 { width:10.5625rem;height:3.75rem;top:30.5rem;left:37.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k22Ziz78xHHteInCWkiywB1pUQgXDgDi { display:block; }#k22Ziz78xHHteInCWkiywB1pUQgXDgDi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ipqQPiqKkDhGnRP4xQHQuZGnI7XxMkPy { width:36.875rem;height:7.625rem;top:27.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvykRyAQo6NFpRv06J5T6aO40uSM10Ak { top:31.125rem;left:0rem;width:23.3125rem;height:2.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SrnTPr0bhwX2TA6mt1FwnyfKviAZ1QPS { top:29.0625rem;left:0rem;width:18.125rem;height:1.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVTgfGxyBdXrGeDC0RL4Pq7cIHPin7Sz { width:36.875rem;height:26.75rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQQHxitSUDRLdes544eU5Bstnv8ZUkD1 { width:36.875rem;height:7.625rem;top:27.875rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXynIy6eF55L8WJOvu00RKwpKALAOVgp { top:31.1875rem;left:23.875rem;width:23.3125rem;height:2.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xO8xculrrCNRBMwB6GOavT9kzEQ2PTpE { top:29.125rem;left:23.875rem;width:18.125rem;height:1.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUKPFIsg70km0QiTFfsr8TN9clmEXIXS { width:36.875rem;height:26.75rem;top:1.125rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNnQ6gT6UbcbbPPWvT4E3vlJr7r50iUz { width:10.5625rem;height:3.75rem;top:30.5625rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5bDLlIyRgm6Qba06EfEdwlbiIsRMMSu { width:10.5625rem;height:3.75rem;top:30.5625rem;left:37.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzAQo57IkSnzGErhWG8fagUpGxT6N3bS { display:block; }#PzAQo57IkSnzGErhWG8fagUpGxT6N3bS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #am5RbuHGw45X819fkRJ9RoLuEH1QeQNQ { width:36.875rem;height:7.625rem;top:27.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrAg7lIUGWc3DS3OuQ3XrA1Atb9JkLQM { top:31.125rem;left:0rem;width:21.9375rem;height:2.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sg5kHFCB8MKD0WdAH8KSMIKDxVtWiu5D { top:29.0625rem;left:0rem;width:18.125rem;height:1.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mT9XNu27bBz8PaMvlIXdp0nnRx5QQPFc { width:36.875rem;height:26.75rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9v2dNqxDwJ188s7RG9NMcTP51A3N9Qs { width:36.875rem;height:7.625rem;top:27.875rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDoT5HNrAEToLaefa8LTLdPXhp3obLAd { top:31.1875rem;left:23.875rem;width:19.9375rem;height:2.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbTkrXD83y9mpBxlaM5Ja3RCbrImKxS9 { top:29.125rem;left:23.875rem;width:18.125rem;height:1.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmS1AgtsQuI8bFADl3CyG7HRG383rbF3 { width:36.875rem;height:26.75rem;top:1.125rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJNZLcTg9IQzUqM9ZQ8kbOACSsXAo4cd { width:10.5625rem;height:3.75rem;top:29.75rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGPrPXQ69o3KAMDui4Ux4Z43XlJLWikC { width:10.5625rem;height:3.75rem;top:29.75rem;left:37.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKSqkIiuJcyy8SxkpUTvhoRAxqLSuLWh { display:block; }#cKSqkIiuJcyy8SxkpUTvhoRAxqLSuLWh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mJ8c52KyGrVccDhtE4UdqhL4oLCReT8B { width:36.875rem;height:7.625rem;top:27.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8rATfGcEuXihPyBXT7swp8bkgVOLTUE { top:31.125rem;left:0rem;width:22.75rem;height:2.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxgktCUqOeEf1dT6mTp6LMyFzEqZFCuy { top:29.0625rem;left:0rem;width:18.125rem;height:1.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCC6HmtMkWzITyA8T8GvcSBrlm4xoVbq { width:36.875rem;height:26.75rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MF632scAcCqhJq29fGbB1Ifz83SiQg3o { width:36.875rem;height:7.625rem;top:27.875rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfxwfcZiDTWeMC1MbBih0OVAaUgFyuGm { top:31.1875rem;left:23.875rem;width:20.125rem;height:2.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7iflxeMgh0Iuw3Oba5JIEbapw4EXAT1 { top:29.125rem;left:23.875rem;width:18.125rem;height:1.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tt9bCh8LKGsy7kKoowEvT6lZgX3qhDJW { width:36.875rem;height:26.75rem;top:1.125rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqbrL1W6nITyw2vo7iWLKXsuBdG8gQTt { width:10.5625rem;height:3.75rem;top:29.75rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TB0lIfQfNISz3J7gBvhCs8GoPGsCAc5e { width:10.5625rem;height:3.75rem;top:29.75rem;left:37.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X12zaa7KpI8rizKmRAsBhM2z9wW8edNR { display:block; }#X12zaa7KpI8rizKmRAsBhM2z9wW8edNR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #soa9wzqfs9oWeSzN9UaKDA8ee98p7lO1 { width:17.5rem;height:6.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCVZ724TrZ1olPbq4mSGtTiTPy4Nyar3 { width:18.0625rem;height:6.875rem;top:0rem;left:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZwNan6ZKyOlwTstSDfS1hQGmRtUGAdI { width:16.8125rem;height:3.125rem;top:1.875rem;left:30.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArDkvgd6swbreTCnHrixqxVMAWeS3nac { display:block; }
 }@media only screen and (max-width: 763px) { #sHM2WLBGsfhmD7ARzTZEXwAh1JSLVJGL { display:block; }#sHM2WLBGsfhmD7ARzTZEXwAh1JSLVJGL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SaFWpLUxKH89sfCXvVtNJXL3u1ZO6FVf { top:3.375rem;left:0rem;width:35.8125rem;height:4.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7UWxpgxC6oB9F7g2LADPuyzHHqJZ6Hr { top:10.6875rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBqPihQ6zTT4dw6hgv86GJEgGaAsmbRJ { width:10.4375rem;height:11.0625rem;top:2.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #moibO5T0A6N47OhAZ4kKwhQXfOUfIbsx { top:3.375rem;left:35.9375rem;width:11.8125rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQDM1Q0gCgRaZTLMJ39SDk9T0uPoqPvv { top:5.1875rem;left:26.375rem;width:21.375rem;height:2.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #phdFJR5vJnXGRVOB3H2sXa5QacL3SBxv { top:12.5625rem;left:0rem;width:35.8125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lApTEDKknTU9c5ZkzmDfpOJ46znc3dWC { top:12.5625rem;left:39.875rem;width:2.9375rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbxBb7cTg9eryZMaMVoOg4bMtUha0JKh { top:12.5625rem;left:39rem;width:8.75rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VIGzTMJkMeWwhE2TKho2DceFRKel8ix6 { top:18.375rem;left:0rem;width:20rem;height:1.875rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HJRd4t8kaAxKV64FyC38sMixeSpGMiub { display:block; }#HJRd4t8kaAxKV64FyC38sMixeSpGMiub > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QTp9lltvhNqKHBx0oPnAQ5w6hdofbaqF { top:1.0625rem;left:0rem;width:47.75rem;height:1.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:rgba(var(--color-primary-2),1);background-image:none;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #JLpHocrdkBCzowpGz4hxtn2XbsGm74zu { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;z-index:auto;display:block; }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row .container { background-color: transparent; background-image: none; }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row .container > .video-iframe-container { display: none; }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row > .video-iframe-container { display: none; }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .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); }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row .container { width:20rem;height:0.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OxDf8of0DqXvf3eaEFS8ZCM1JlNynTwU { width:5.625rem;height:5.9375rem;top:0.625rem;left:7.1875001192094rem;display:none; }
 }@media only screen and (max-width: 763px) { #oTRacGVhykuoRWKdnJ0T5vX7p3KwfUv7 { width:13.1875rem;height:auto;top:1.625rem;left:3.375rem;text-align:right;text-align-last:right;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #aTOWMuPFTd6meCTEO6I0TAQHRW7yBKr9 { width:11.625rem;height:auto;top:0.625rem;left:4.1875rem;text-align:right;text-align-last:right;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #e65bK77Fx1y2qbKbXk4TGxVAOBGwCwWA { display:flex;width:2.8125rem;height:2.8125rem;top:5.625rem;left:8.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #omDQ3EHOdoqJOEUaLKIc1B1uI5Wv3ioQ { width:20rem;height:3.75rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #aJ3L873GEMT9PiBRJuEzQ4UnC1VthbJp { background-color:#e58f00;background-image:url("https://images.assets-landingi.com/uc/34dddb91-22e0-422c-9916-c6f2a80c56af/imd123.png");background-position:bottom 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;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aJ3L873GEMT9PiBRJuEzQ4UnC1VthbJp.adaptive-delivery-prevent-bg, #aJ3L873GEMT9PiBRJuEzQ4UnC1VthbJp.lazyload, #aJ3L873GEMT9PiBRJuEzQ4UnC1VthbJp.lazyloading { background-image: none; }#aJ3L873GEMT9PiBRJuEzQ4UnC1VthbJp > .row .container { background-color: transparent; background-image: none; }#aJ3L873GEMT9PiBRJuEzQ4UnC1VthbJp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aJ3L873GEMT9PiBRJuEzQ4UnC1VthbJp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aJ3L873GEMT9PiBRJuEzQ4UnC1VthbJp > .row .container > .video-iframe-container { display: none; }#aJ3L873GEMT9PiBRJuEzQ4UnC1VthbJp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aJ3L873GEMT9PiBRJuEzQ4UnC1VthbJp > .row > .video-iframe-container { display: none; }#aJ3L873GEMT9PiBRJuEzQ4UnC1VthbJp > .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); }#aJ3L873GEMT9PiBRJuEzQ4UnC1VthbJp > .row .container { border-width: 0; border-radius: 0; }#aJ3L873GEMT9PiBRJuEzQ4UnC1VthbJp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aJ3L873GEMT9PiBRJuEzQ4UnC1VthbJp > .row .container { width:20rem;height:54.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EEFmD2TbxmTBqo0FvFQsuKWD3apwRDFv { width:20rem;height:0;top:2.8125rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #xMaqnJvvA7y0B1c3w1S6R4VludEnmO6L { width:20rem;height:7.875rem;top:8.3125rem;left:0rem;font-size:2.625rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #nTKu05ZTGFZhkzNFonTlWHI8xhgtxLMX { width:6.125rem;height:6.5rem;top:0.6875rem;left:6.9375001192094rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #aPQwW3eNVa9qt2kuEzqHAUaTHNHrqq7h { width:20rem;height:0;top:23.125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #RryWtE5fpodZM5FxJf0rNwqtdL3fAVDJ { width:19.625rem;height:1.5rem;top:23.875rem;left:0.3125rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #pKXA2ggU0keNdQMsMSsn01aL67bRv2JT { width:6.125rem;height:1.875rem;top:25.8125rem;left:13rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T2imHbKmmo8FtG7wh9xFZ96Hybnnts3c { width:20rem;height:9.5rem;top:42.125rem;left:0rem;box-shadow: 0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-0),1) ;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #IPLlOAi6ckB83XSlF69kyCA3InnoL4CT { width:15.875rem;height:4rem;top:19.5rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZry2N83NhI8RlcNT4BwTwR7KFBeIIBz { width:9.6875rem;height:3rem;top:19.5625rem;left:7.5625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XzUK4gFwJpxCb5wXkvNoDrzWonWzwy9y { width:5.125rem;height:1.875rem;top:20.125rem;left:3rem;font-size:0.9375rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #wT5qNP5vr4gROcpnZ2f5TpCuTO5o0RHw { width:20rem;height:1.3rem;top:16.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15007;color:#411400;display:block; }
 }@media only screen and (max-width: 763px) { #CiwJD9f1bpiGOL1k4840BNye6ycgL0Gh { width:11.9375rem;height:3.1875rem;top:25.125rem;left:1.0625rem;font-size:2.125rem;text-align:center;text-align-last:center;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #bfmmWGC0B1s2q2QmaVq596Szt4bzA1Sh { width:20rem;height:11.75rem;top:21.125rem;left:0rem;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),1);background-image:none;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBmTvL8FEFg53f6ZDToZs83XHDtbpn1E { width:20rem;height:3.75rem;top:31.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQ8RN3d9XpJ5gOZIClfqMWkLiWx6ilF1 { width:17.875rem;height:1.2rem;top:29.0625rem;left:1.0625rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #gLTk1RKxLwq6STM7xNgAonTUE26nFIUh { top:28.375rem;left:1.375rem;width:17.5rem;height:0.0625rem;z-index:15016;background-color:rgba(var(--color-tertiary-0),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #X93GJQTv8crHHuIsygsVOiIBW370hKH4 { display:none; }#X93GJQTv8crHHuIsygsVOiIBW370hKH4 > .row .container { width:20rem;height:2.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RpDqBFfSzoz9bMcpVGqrxRfsTDmJaFTG { width:20rem;height:0;top:1.25rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti { display:block; }#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti > .row .container { width:20rem;height:8.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dJy1P35pr3ApafLs3ouor4NIh8Ugc4mq { width:20rem;height:2.1125rem;top:3.5rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWvwxryxLMrDLFAW1a6kC7UaHRw3MNva { width:20rem;height:3.1875rem;top:5rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rT2lQu8HGR5oTMNRxCDE2EPNpyAzTBcl { display:block; }#rT2lQu8HGR5oTMNRxCDE2EPNpyAzTBcl > .row .container { width:20rem;height:49.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c1NTG9keQqN8eGJwCOt9y8yISvsFq1u9 { width:20rem;height:6.9375rem;top:15.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwOhCdT5toUMqQROoTTc0JfmpMQk7qe6 { width:18.75rem;height:1.95rem;top:17.875rem;left:0.5rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ArNBm214zzxfkPPqlKy7ncy75FEdDJtn { width:20rem;height:1.65rem;top:16.25rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yNGPgMDKWodUde5GPbUuGH2wpHTaF2Mt { width:20rem;height:14.375rem;top:1.25rem;left:0rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/c4779640-84cf-47cf-ad56-a9a4f1dd9236/magnific_centodecoxinhas_2994470410.jpeg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#yNGPgMDKWodUde5GPbUuGH2wpHTaF2Mt.adaptive-delivery-prevent-bg, #yNGPgMDKWodUde5GPbUuGH2wpHTaF2Mt.lazyload, #yNGPgMDKWodUde5GPbUuGH2wpHTaF2Mt.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #F0wcWNCdoHFtUP0qXpy8hzyUiKRFpdCt { width:20rem;height:7.625rem;top:40.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5JAAzFnmdh6Ko4wUn5ZvcS0pkS9tXxA { width:18.5rem;height:1.95rem;top:42.900569915771rem;left:0.75rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ds6P1vWPCeiWXLHFaMf01Ld57JV9pdKK { width:20rem;height:1.65rem;top:41.061790466309rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tXUk6VoG731S2ceHAFKTv3cThi2uN3E8 { width:20rem;height:14.375rem;top:25.6875rem;left:0rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/35a752cc-3fd0-4887-9012-68610b11a9e8/magnific_centodebolinhadequeij_2994473884.jpeg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#tXUk6VoG731S2ceHAFKTv3cThi2uN3E8.adaptive-delivery-prevent-bg, #tXUk6VoG731S2ceHAFKTv3cThi2uN3E8.lazyload, #tXUk6VoG731S2ceHAFKTv3cThi2uN3E8.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #wtwIgvkskhcVOdraEpUwO8AJI2LKs1bS { width:10.5625rem;height:3.75rem;top:20.448155403137rem;left:4.7187501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #TU7NcPG6hWlOMTpsLTGA55ugkBMG3GF4 { width:10.5625rem;height:3.75rem;top:45.473722457886rem;left:4.7187501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #k22Ziz78xHHteInCWkiywB1pUQgXDgDi { display:block; }#k22Ziz78xHHteInCWkiywB1pUQgXDgDi > .row .container { width:20rem;height:49.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ipqQPiqKkDhGnRP4xQHQuZGnI7XxMkPy { width:20rem;height:6.9375rem;top:15.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvykRyAQo6NFpRv06J5T6aO40uSM10Ak { width:17.25rem;height:1.95rem;top:18.419746398926rem;left:1.3750001192093rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SrnTPr0bhwX2TA6mt1FwnyfKviAZ1QPS { width:20rem;height:1.65rem;top:16.770599365234rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dVTgfGxyBdXrGeDC0RL4Pq7cIHPin7Sz { width:20rem;height:14.375rem;top:1.25rem;left:0rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/57c5c2d5-4521-4b97-b09d-37a4a870e8ba/magnific_centodekibecomqueijo_2994480231.jpeg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#dVTgfGxyBdXrGeDC0RL4Pq7cIHPin7Sz.adaptive-delivery-prevent-bg, #dVTgfGxyBdXrGeDC0RL4Pq7cIHPin7Sz.lazyload, #dVTgfGxyBdXrGeDC0RL4Pq7cIHPin7Sz.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #fQQHxitSUDRLdes544eU5Bstnv8ZUkD1 { width:20rem;height:7.625rem;top:40.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXynIy6eF55L8WJOvu00RKwpKALAOVgp { width:17.125rem;height:1.95rem;top:43.4375rem;left:1.4375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xO8xculrrCNRBMwB6GOavT9kzEQ2PTpE { width:20rem;height:1.65rem;top:41.8125rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BUKPFIsg70km0QiTFfsr8TN9clmEXIXS { width:20rem;height:14.375rem;top:26.5rem;left:0rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/c30f0d1e-5a5f-449f-8119-789af872092d/magnific_centodemedalhaodesals_2994487826.jpeg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#BUKPFIsg70km0QiTFfsr8TN9clmEXIXS.adaptive-delivery-prevent-bg, #BUKPFIsg70km0QiTFfsr8TN9clmEXIXS.lazyload, #BUKPFIsg70km0QiTFfsr8TN9clmEXIXS.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #iNnQ6gT6UbcbbPPWvT4E3vlJr7r50iUz { width:10.5625rem;height:3.75rem;top:20.992899894714rem;left:4.7187501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5bDLlIyRgm6Qba06EfEdwlbiIsRMMSu { width:10.5625rem;height:3.75rem;top:46.010653495789rem;left:4.7187501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzAQo57IkSnzGErhWG8fagUpGxT6N3bS { display:block; }#PzAQo57IkSnzGErhWG8fagUpGxT6N3bS > .row .container { width:20rem;height:50rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #am5RbuHGw45X819fkRJ9RoLuEH1QeQNQ { width:20rem;height:6.9375rem;top:15.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrAg7lIUGWc3DS3OuQ3XrA1Atb9JkLQM { width:16.4375rem;height:1.95rem;top:18.419036865234rem;left:1.7812501192093rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sg5kHFCB8MKD0WdAH8KSMIKDxVtWiu5D { width:20rem;height:1.65rem;top:16.77059173584rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mT9XNu27bBz8PaMvlIXdp0nnRx5QQPFc { width:20rem;height:14.375rem;top:1.25rem;left:0rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/2fdf3585-d7cb-458d-8327-8ec4916dc919/magnific_centodetravesseirinhod_2994482121.jpeg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#mT9XNu27bBz8PaMvlIXdp0nnRx5QQPFc.adaptive-delivery-prevent-bg, #mT9XNu27bBz8PaMvlIXdp0nnRx5QQPFc.lazyload, #mT9XNu27bBz8PaMvlIXdp0nnRx5QQPFc.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #M9v2dNqxDwJ188s7RG9NMcTP51A3N9Qs { width:20rem;height:7.625rem;top:40.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDoT5HNrAEToLaefa8LTLdPXhp3obLAd { width:16.0625rem;height:1.95rem;top:43.5625rem;left:2rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KbTkrXD83y9mpBxlaM5Ja3RCbrImKxS9 { width:20rem;height:1.65rem;top:41.9375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xmS1AgtsQuI8bFADl3CyG7HRG383rbF3 { width:20rem;height:14.375rem;top:26rem;left:0rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/facea8da-1b38-47fc-be82-718348a45932/magnific_centodebalaozinhodepi_2994482468.jpeg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#xmS1AgtsQuI8bFADl3CyG7HRG383rbF3.adaptive-delivery-prevent-bg, #xmS1AgtsQuI8bFADl3CyG7HRG383rbF3.lazyload, #xmS1AgtsQuI8bFADl3CyG7HRG383rbF3.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #gJNZLcTg9IQzUqM9ZQ8kbOACSsXAo4cd { width:10.5625rem;height:3.75rem;top:20.992188453674rem;left:4.7187501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGPrPXQ69o3KAMDui4Ux4Z43XlJLWikC { width:10.5625rem;height:3.75rem;top:46.125rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKSqkIiuJcyy8SxkpUTvhoRAxqLSuLWh { display:block; }#cKSqkIiuJcyy8SxkpUTvhoRAxqLSuLWh > .row .container { width:20rem;height:53.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mJ8c52KyGrVccDhtE4UdqhL4oLCReT8B { width:20rem;height:6.9375rem;top:15.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8rATfGcEuXihPyBXT7swp8bkgVOLTUE { width:17.0625rem;height:1.95rem;top:18.119318008423rem;left:1.4687501192093rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TxgktCUqOeEf1dT6mTp6LMyFzEqZFCuy { width:20rem;height:1.65rem;top:16.514917373658rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RCC6HmtMkWzITyA8T8GvcSBrlm4xoVbq { width:20rem;height:14.375rem;top:1.25rem;left:0rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/846b49ed-f6fb-42f9-9034-804b4c78705e/magnific_centodecroquetedecala_2994485835.jpeg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#RCC6HmtMkWzITyA8T8GvcSBrlm4xoVbq.adaptive-delivery-prevent-bg, #RCC6HmtMkWzITyA8T8GvcSBrlm4xoVbq.lazyload, #RCC6HmtMkWzITyA8T8GvcSBrlm4xoVbq.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #MF632scAcCqhJq29fGbB1Ifz83SiQg3o { width:20rem;height:7.625rem;top:40.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfxwfcZiDTWeMC1MbBih0OVAaUgFyuGm { width:15.0625rem;height:1.95rem;top:43.5rem;left:2.5rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B7iflxeMgh0Iuw3Oba5JIEbapw4EXAT1 { width:20rem;height:1.65rem;top:41.5625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tt9bCh8LKGsy7kKoowEvT6lZgX3qhDJW { width:20rem;height:14.375rem;top:26.3125rem;left:0rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b5a6a5b3-0552-4448-a374-6c9091c1fdfd/magnific_centodeminichurroscom_2994478355.jpeg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Tt9bCh8LKGsy7kKoowEvT6lZgX3qhDJW.adaptive-delivery-prevent-bg, #Tt9bCh8LKGsy7kKoowEvT6lZgX3qhDJW.lazyload, #Tt9bCh8LKGsy7kKoowEvT6lZgX3qhDJW.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #qqbrL1W6nITyw2vo7iWLKXsuBdG8gQTt { width:10.5625rem;height:3.75rem;top:21.317472457886rem;left:4.7187501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #TB0lIfQfNISz3J7gBvhCs8GoPGsCAc5e { width:10.5625rem;height:3.75rem;top:46.75rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #X12zaa7KpI8rizKmRAsBhM2z9wW8edNR { display:block; }#X12zaa7KpI8rizKmRAsBhM2z9wW8edNR > .row .container { width:20rem;height:7.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #soa9wzqfs9oWeSzN9UaKDA8ee98p7lO1 { width:10rem;height:3.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCVZ724TrZ1olPbq4mSGtTiTPy4Nyar3 { width:10.3125rem;height:3.8125rem;top:0rem;left:10.000000119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZwNan6ZKyOlwTstSDfS1hQGmRtUGAdI { width:20rem;height:3.125rem;top:3.75rem;left:0rem;font-size:1.125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #ArDkvgd6swbreTCnHrixqxVMAWeS3nac { display:block; }
 }@media only screen and (max-width: 763px) { #sHM2WLBGsfhmD7ARzTZEXwAh1JSLVJGL { display:block; }#sHM2WLBGsfhmD7ARzTZEXwAh1JSLVJGL > .row .container { width:20rem;height:25.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SaFWpLUxKH89sfCXvVtNJXL3u1ZO6FVf { width:12.1875rem;height:7.5625rem;top:3.25rem;left:7.8125rem;font-size:0.6875rem;text-align:justify;text-align-last:initial;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #o7UWxpgxC6oB9F7g2LADPuyzHHqJZ6Hr { width:20rem;height:0.0625rem;top:12.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBqPihQ6zTT4dw6hgv86GJEgGaAsmbRJ { width:7.0625rem;height:7.5rem;top:3.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #moibO5T0A6N47OhAZ4kKwhQXfOUfIbsx { width:11.8125rem;height:1.05rem;top:13.8125rem;left:4.0625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lQDM1Q0gCgRaZTLMJ39SDk9T0uPoqPvv { width:20rem;height:1.65rem;top:15.5rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #phdFJR5vJnXGRVOB3H2sXa5QacL3SBxv { width:20rem;height:0;top:58.6rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #lApTEDKknTU9c5ZkzmDfpOJ46znc3dWC { width:2.9375rem;height:0;top:62.3rem;left:8.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #HbxBb7cTg9eryZMaMVoOg4bMtUha0JKh { width:8.75rem;height:0;top:64.775rem;left:5.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #VIGzTMJkMeWwhE2TKho2DceFRKel8ix6 { width:20rem;height:1.925rem;top:18.375rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;z-index:15015;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #HJRd4t8kaAxKV64FyC38sMixeSpGMiub { display:block; }#HJRd4t8kaAxKV64FyC38sMixeSpGMiub > .row .container { width:20rem;height:3.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QTp9lltvhNqKHBx0oPnAQ5w6hdofbaqF { width:20rem;height:0.75625rem;top:1.1643753051757rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }