.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0px;left:0px;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B2KSzUBOOHSked0r9vhNE14s98IBk6Bm { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#B2KSzUBOOHSked0r9vhNE14s98IBk6Bm > .row .container { background-color: transparent; background-image: none; }#B2KSzUBOOHSked0r9vhNE14s98IBk6Bm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B2KSzUBOOHSked0r9vhNE14s98IBk6Bm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B2KSzUBOOHSked0r9vhNE14s98IBk6Bm > .row .container > .video-iframe-container { display: none; }#B2KSzUBOOHSked0r9vhNE14s98IBk6Bm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B2KSzUBOOHSked0r9vhNE14s98IBk6Bm > .row > .video-iframe-container { display: none; }#B2KSzUBOOHSked0r9vhNE14s98IBk6Bm > .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); }#B2KSzUBOOHSked0r9vhNE14s98IBk6Bm > .row .container { border-width: 0; border-radius: 0; }#B2KSzUBOOHSked0r9vhNE14s98IBk6Bm > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#B2KSzUBOOHSked0r9vhNE14s98IBk6Bm > .row .container { font-size:14px;font-family:arial;height:80px;width:1200px;overflow:visible;position:relative;display:block; }#i54b0tr5S1fXLKdPb7TJk8bDO7TFwZyg { position:absolute;display:block;z-index:15000;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;height:40px;width:123px;top:20px;left:538.48751831055px;overflow:hidden;display:block; }
#VUmQ2uJAqJKO2EWPP5aO4N5igw8Ua76q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,115,152,0.6);background-image:url("https://images.assets-landingi.com/uc/cab37e93-be5a-4f71-a922-bc63e7251440/NOBELBRLPObrigado.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#VUmQ2uJAqJKO2EWPP5aO4N5igw8Ua76q.adaptive-delivery-prevent-bg, #VUmQ2uJAqJKO2EWPP5aO4N5igw8Ua76q.lazyload, #VUmQ2uJAqJKO2EWPP5aO4N5igw8Ua76q.lazyloading { background-image: none; }#VUmQ2uJAqJKO2EWPP5aO4N5igw8Ua76q > .row .container { background-color: transparent; background-image: none; }#VUmQ2uJAqJKO2EWPP5aO4N5igw8Ua76q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VUmQ2uJAqJKO2EWPP5aO4N5igw8Ua76q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VUmQ2uJAqJKO2EWPP5aO4N5igw8Ua76q > .row .container > .video-iframe-container { display: none; }#VUmQ2uJAqJKO2EWPP5aO4N5igw8Ua76q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VUmQ2uJAqJKO2EWPP5aO4N5igw8Ua76q > .row > .video-iframe-container { display: none; }#VUmQ2uJAqJKO2EWPP5aO4N5igw8Ua76q > .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); }#VUmQ2uJAqJKO2EWPP5aO4N5igw8Ua76q > .row .container { border-width: 0; border-radius: 0; }#VUmQ2uJAqJKO2EWPP5aO4N5igw8Ua76q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VUmQ2uJAqJKO2EWPP5aO4N5igw8Ua76q > .row .container { font-size:14px;font-family:arial;height:636px;width:1200px;position:relative;display:block; }#Iv68izom2tOlGhxONCfmV7muOTFN7aJO { position:absolute;display:block;z-index:15000;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;height:555.995px;width:389.988px;top:79.986129760742px;left:37.986114501953px;overflow:hidden;display:block; }
#XSK3ToxV1LOnvmu3WtiTs9fNf1PxugWF { color:#ffffff;display:block;width:428px;position:absolute;font-family:"mark pro";font-size:72px;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;text-shadow:0 0 25px rgba(0,0,0,0.15);top:164px;left:600px;height:72px;font-style:normal;display:block; }
#URc4Hau1ZZhAyxJQflUWsQzdDVDPAccX { color:#30302f;display:block;width:287px;position:absolute;font-family:"mark pro";font-size:22px;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:255px;left:609px;height:48.375px;font-style:normal;display:block; }
#mGmH4weGVN6NihavoUfwyE8rw4TOs2Fh { position:absolute;display:block;z-index:15003;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;height:80.9954px;width:359.988px;top:513px;left:600px;overflow:hidden;display:block; }
#R7eT8Wnc3W1Do5csJ3b5QbAVJegKcMz7 { position:absolute;display:block;z-index:15004;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;height:31.9907px;width:219.988px;top:389px;left:600px;overflow:hidden;display:block; }
#ka85iXfaGBtkCqeUxKUvOHMl6plZDIoA { position:relative;display:block; }#ka85iXfaGBtkCqeUxKUvOHMl6plZDIoA { background-color: transparent; background-image: none; }#ka85iXfaGBtkCqeUxKUvOHMl6plZDIoA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ka85iXfaGBtkCqeUxKUvOHMl6plZDIoA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ka85iXfaGBtkCqeUxKUvOHMl6plZDIoA > .row .container > .video-iframe-container { display: none; }#ka85iXfaGBtkCqeUxKUvOHMl6plZDIoA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ka85iXfaGBtkCqeUxKUvOHMl6plZDIoA > .row > .video-iframe-container { display: none; }#ka85iXfaGBtkCqeUxKUvOHMl6plZDIoA > .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); }#ka85iXfaGBtkCqeUxKUvOHMl6plZDIoA { border-width: 0; border-radius: 0; }#ka85iXfaGBtkCqeUxKUvOHMl6plZDIoA > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ka85iXfaGBtkCqeUxKUvOHMl6plZDIoA > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:540px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#wOQoKh8LixceV5V505KOlEAKQ6xz0T8T { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:336px;width:600px;top:106px;left:599.98751831055px;display:block; }
#a6S4guQCl4CJmKlqDN7dOHoJWyMcK7Wu { color:#ff5f30;display:block;width:377px;position:absolute;font-family:"arial black";font-size:34px;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;top:187.98751831055px;left:100px;height:68.0093px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#whtXSqT4PVWkDMkG66A7afeo98QxEIq4 { color:#000000;display:block;width:294px;position:absolute;font-family:roboto;font-size:16px;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:277px;left:100px;height:83.1481px;display:block; }
#Oh7dOoRAOiSUXhqDHhdkcDTfQCLOdc4P { position:absolute;display:block;z-index:15003;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;height:40px;width:346px;top:105.98751831055px;left:100px;overflow:hidden;display:block; }
#FFwQ3ynhuDDbnLOeN5qcpCVB6m3gANsn { position:absolute;display:block;z-index:15004;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;height:25px;width:353px;top:417.79998779297px;left:100px;overflow:hidden;display:block; }
#EzWpTq5THeDCdJIkwzp60OG6ZvR1rrMR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/cab37e93-be5a-4f71-a922-bc63e7251440/NOBELBRLPObrigado.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !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; }#EzWpTq5THeDCdJIkwzp60OG6ZvR1rrMR.adaptive-delivery-prevent-bg, #EzWpTq5THeDCdJIkwzp60OG6ZvR1rrMR.lazyload, #EzWpTq5THeDCdJIkwzp60OG6ZvR1rrMR.lazyloading { background-image: none; }#EzWpTq5THeDCdJIkwzp60OG6ZvR1rrMR > .row .container { background-color: transparent; background-image: none; }#EzWpTq5THeDCdJIkwzp60OG6ZvR1rrMR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(224,62,82,0.7); }#EzWpTq5THeDCdJIkwzp60OG6ZvR1rrMR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EzWpTq5THeDCdJIkwzp60OG6ZvR1rrMR > .row .container > .video-iframe-container { display: none; }#EzWpTq5THeDCdJIkwzp60OG6ZvR1rrMR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(224,62,82,0.7); }#EzWpTq5THeDCdJIkwzp60OG6ZvR1rrMR > .row > .video-iframe-container { display: none; }#EzWpTq5THeDCdJIkwzp60OG6ZvR1rrMR > .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); }#EzWpTq5THeDCdJIkwzp60OG6ZvR1rrMR > .row .container { border-width: 0; border-radius: 0; }#EzWpTq5THeDCdJIkwzp60OG6ZvR1rrMR::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; }#EzWpTq5THeDCdJIkwzp60OG6ZvR1rrMR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EzWpTq5THeDCdJIkwzp60OG6ZvR1rrMR > .row .container { font-size:14px;font-family:arial;height:160px;width:1200px;position:relative;display:block; }#JslJkwqoScwwv3iQVewRGZCxzpygf3gu { color:#fdfdfd;display:block;width:557px;position:absolute;font-family:"mark pro";font-size:40px;font-weight:400;z-index:15000;line-height:1;letter-spacing:0;text-shadow:0 0 30px rgba(0,0,0,0.15);top:40px;left:321.48751831055px;height:80px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BHTeVvn5nzK2fNNO7cxwPOIbPFhG8OXF { position:relative;display:block; }#BHTeVvn5nzK2fNNO7cxwPOIbPFhG8OXF { background-color: transparent; background-image: none; }#BHTeVvn5nzK2fNNO7cxwPOIbPFhG8OXF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BHTeVvn5nzK2fNNO7cxwPOIbPFhG8OXF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BHTeVvn5nzK2fNNO7cxwPOIbPFhG8OXF > .row .container > .video-iframe-container { display: none; }#BHTeVvn5nzK2fNNO7cxwPOIbPFhG8OXF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BHTeVvn5nzK2fNNO7cxwPOIbPFhG8OXF > .row > .video-iframe-container { display: none; }#BHTeVvn5nzK2fNNO7cxwPOIbPFhG8OXF > .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); }#BHTeVvn5nzK2fNNO7cxwPOIbPFhG8OXF { border-width: 0; border-radius: 0; }#BHTeVvn5nzK2fNNO7cxwPOIbPFhG8OXF > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#BHTeVvn5nzK2fNNO7cxwPOIbPFhG8OXF > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:440px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#osHlARD2TZhpraKpZiPkbDvfSC10QEan { position:absolute;display:block;z-index:15000;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;height:249px;width:400px;top:95.499923706055px;left:100px;overflow:hidden;display:block; }
#aiTed6UR3oAhUWnDUVb6bte9RD6nvXF8 { color:#e03e52;display:block;width:381px;position:absolute;font-family:"mark pro";font-size:32px;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:55px;left:660px;height:64.0046px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#AWx4zfDJLZTSJztFWUCe5IOrzzl4D8et { color:#000000;display:block;width:371px;position:absolute;font-family:"mark pro";font-size:16px;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:157px;left:660px;height:228.6573px;display:block; }
#RtdZRbpLl0TiX4QhyacnLt2ExzuRCFUK { position:relative;display:block; }#RtdZRbpLl0TiX4QhyacnLt2ExzuRCFUK { background-color: transparent; background-image: none; }#RtdZRbpLl0TiX4QhyacnLt2ExzuRCFUK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RtdZRbpLl0TiX4QhyacnLt2ExzuRCFUK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RtdZRbpLl0TiX4QhyacnLt2ExzuRCFUK > .row .container > .video-iframe-container { display: none; }#RtdZRbpLl0TiX4QhyacnLt2ExzuRCFUK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RtdZRbpLl0TiX4QhyacnLt2ExzuRCFUK > .row > .video-iframe-container { display: none; }#RtdZRbpLl0TiX4QhyacnLt2ExzuRCFUK > .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); }#RtdZRbpLl0TiX4QhyacnLt2ExzuRCFUK { border-width: 0; border-radius: 0; }#RtdZRbpLl0TiX4QhyacnLt2ExzuRCFUK > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#RtdZRbpLl0TiX4QhyacnLt2ExzuRCFUK > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:440px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#cmZp7HaC8gsUfGCu1JF6tnHBafkeRcJI { color:#e03e52;display:block;width:381px;position:absolute;font-family:"mark pro";font-size:32px;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:46px;left:100px;height:64.0046px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#SwT4emLrxCakExoos47d9x579lOAUVsd { color:#000000;display:block;width:371px;position:absolute;font-family:"mark pro";font-size:16px;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:148px;left:100px;height:249.4443px;display:block; }
#b1D0mUutVMTmSc2RBQygzav8KR0wyDAH { position:absolute;display:block;z-index:15000;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;height:249px;width:398px;top:95.499969482422px;left:660px;overflow:hidden;display:block; }
#CUow56NLdLl2Ocaq82ACRU2yJ96FaZ36 { position:relative;display:block; }#CUow56NLdLl2Ocaq82ACRU2yJ96FaZ36 { background-color: transparent; background-image: none; }#CUow56NLdLl2Ocaq82ACRU2yJ96FaZ36::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CUow56NLdLl2Ocaq82ACRU2yJ96FaZ36 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CUow56NLdLl2Ocaq82ACRU2yJ96FaZ36 > .row .container > .video-iframe-container { display: none; }#CUow56NLdLl2Ocaq82ACRU2yJ96FaZ36 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CUow56NLdLl2Ocaq82ACRU2yJ96FaZ36 > .row > .video-iframe-container { display: none; }#CUow56NLdLl2Ocaq82ACRU2yJ96FaZ36 > .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); }#CUow56NLdLl2Ocaq82ACRU2yJ96FaZ36 { border-width: 0; border-radius: 0; }#CUow56NLdLl2Ocaq82ACRU2yJ96FaZ36 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#CUow56NLdLl2Ocaq82ACRU2yJ96FaZ36 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:440px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#JKDhw3UyUEIaOneT0RhR0RBlqgQW6Tqh { position:absolute;display:block;z-index:15000;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;height:249px;width:398px;top:95.5px;left:100px;overflow:hidden;display:block; }
#dROTwV1v56bWfqbCoVFJ2bx2ZiT80pfX { color:#e03e52;display:block;width:381px;position:absolute;font-family:"mark pro";font-size:32px;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:67px;left:660px;height:64.0046px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#SVTk49mlwfE98FNnNAlABsAvizSBJUd2 { color:#000000;display:block;width:386px;position:absolute;font-family:"mark pro";font-size:16px;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:169px;left:660px;height:83.1481px;display:block; }
#vEIpLyxpanHRFW7UcSV8LA812KzBMP4Q { background-color:transparent;background-image:none;border-top:1px solid #e03e52;border-left:1px solid #e03e52;border-right:1px solid #e03e52;border-bottom:1px solid #e03e52;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-sizing:border-box;color:#e03e52;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"mark pro";font-size:18px;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:273.6px;height:48.6px;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:297px;left:660px;display:block; }
#MTLgB6R9IviqTkHUzLzcRg1sA2y2v6TP { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#CIRVVT23TCJTLPpCbCn03h8dOZxGTu16 { position:relative;display:block; }#CIRVVT23TCJTLPpCbCn03h8dOZxGTu16 { background-color: transparent; background-image: none; }#CIRVVT23TCJTLPpCbCn03h8dOZxGTu16::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CIRVVT23TCJTLPpCbCn03h8dOZxGTu16 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CIRVVT23TCJTLPpCbCn03h8dOZxGTu16 > .row .container > .video-iframe-container { display: none; }#CIRVVT23TCJTLPpCbCn03h8dOZxGTu16 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CIRVVT23TCJTLPpCbCn03h8dOZxGTu16 > .row > .video-iframe-container { display: none; }#CIRVVT23TCJTLPpCbCn03h8dOZxGTu16 > .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); }#CIRVVT23TCJTLPpCbCn03h8dOZxGTu16 { border-width: 0; border-radius: 0; }#CIRVVT23TCJTLPpCbCn03h8dOZxGTu16 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#CIRVVT23TCJTLPpCbCn03h8dOZxGTu16 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:444px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#XaLnoCAU9uLk6bnK4WgUNpfr4qH7p1dN { color:#e03e52;display:block;width:472px;position:absolute;font-family:"mark pro";font-size:52px;font-weight:700;z-index:15013;line-height:1;letter-spacing:0;top:102px;left:364px;height:52.0023px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vOWpmI0qa0qrUNlT9vNc6JchhBQTkWRo { color:#000000;display:block;width:417px;position:absolute;font-family:"mark pro";font-size:16px;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:171px;left:391px;height:71.9792px;text-align:center;text-align-last:center;display:block; }
#htp8IFTxDx4wZbfhWgTpDoIHFV1cPEvR { background-color:transparent;background-image:none;border-top:1px solid #e03e52;border-left:1px solid #e03e52;border-right:1px solid #e03e52;border-bottom:1px solid #e03e52;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-sizing:border-box;color:#e03e52;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"mark pro";font-size:18px;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:275.2px;height:50.2px;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:292px;left:462px;display:block; }
#M6MIf7kdSnRlMMdnEX6Tek6Zl3q5OPxP { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#N9WsLPk6ZrKHvRStb6XQpqaT4RvTwCeV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#30302f;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; }#N9WsLPk6ZrKHvRStb6XQpqaT4RvTwCeV > .row .container { background-color: transparent; background-image: none; }#N9WsLPk6ZrKHvRStb6XQpqaT4RvTwCeV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N9WsLPk6ZrKHvRStb6XQpqaT4RvTwCeV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N9WsLPk6ZrKHvRStb6XQpqaT4RvTwCeV > .row .container > .video-iframe-container { display: none; }#N9WsLPk6ZrKHvRStb6XQpqaT4RvTwCeV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N9WsLPk6ZrKHvRStb6XQpqaT4RvTwCeV > .row > .video-iframe-container { display: none; }#N9WsLPk6ZrKHvRStb6XQpqaT4RvTwCeV > .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); }#N9WsLPk6ZrKHvRStb6XQpqaT4RvTwCeV > .row .container { border-width: 0; border-radius: 0; }#N9WsLPk6ZrKHvRStb6XQpqaT4RvTwCeV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N9WsLPk6ZrKHvRStb6XQpqaT4RvTwCeV > .row .container { font-size:14px;font-family:arial;height:100px;width:1200px;position:relative;display:block; }#mzS8aJwXFLdZH716wVA7bF5wJ1nudRQo { position:absolute;display:block;z-index:15001;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;height:40px;width:123px;top:30px;left:40px;overflow:hidden;display:block; }
#ZANiu0HPBTyEP5vPnt5Si0qnugbyQyVL { color:#ffffff;display:block;width:557px;position:absolute;font-family:"mark pro";font-size:14px;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:40.90625px;left:421px;height:18.206px;text-align:right;text-align-last:right;display:block; }
#TQghKTbuhoxCpX52gRKMQl0cq0OkoUGt { position:absolute;display:block;z-index:15003;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;height:35px;width:35px;top:32.5px;left:1017px;overflow:hidden;display:block; }
#MtcRCf3qDVGUxeOAOCbuFGZOOe5tTlPi { position:absolute;display:block;z-index:15004;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;height:35px;width:35px;top:32.5px;left:1071px;overflow:hidden;display:block; }
#a4JWwldinA85pGtsSuDzHA0ndOVwryGs { position:absolute;display:block;z-index:15005;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;height:35px;width:35px;top:32.5px;left:1125px;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #B2KSzUBOOHSked0r9vhNE14s98IBk6Bm { display:block; }#B2KSzUBOOHSked0r9vhNE14s98IBk6Bm > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i54b0tr5S1fXLKdPb7TJk8bDO7TFwZyg { width:123px;height:40px;top:20px;left:320.48751831055px;display:block; }
 }@media only screen and (max-width: 763px) { #VUmQ2uJAqJKO2EWPP5aO4N5igw8Ua76q { display:block; }#VUmQ2uJAqJKO2EWPP5aO4N5igw8Ua76q > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Iv68izom2tOlGhxONCfmV7muOTFN7aJO { width:389px;height:554.5864359929px;top:79px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #XSK3ToxV1LOnvmu3WtiTs9fNf1PxugWF { width:427px;height:72px;top:164px;left:336px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #URc4Hau1ZZhAyxJQflUWsQzdDVDPAccX { width:286px;height:48px;top:255px;left:382px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #mGmH4weGVN6NihavoUfwyE8rw4TOs2Fh { width:359px;height:80.773105214618px;top:513px;left:382px;display:block; }
 }@media only screen and (max-width: 763px) { #R7eT8Wnc3W1Do5csJ3b5QbAVJegKcMz7 { width:219px;height:31.847024837718px;top:389px;left:382px;display:block; }
 }@media only screen and (max-width: 763px) { #ka85iXfaGBtkCqeUxKUvOHMl6plZDIoA { display:block; }#ka85iXfaGBtkCqeUxKUvOHMl6plZDIoA > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wOQoKh8LixceV5V505KOlEAKQ6xz0T8T { width:600px;height:336px;top:106px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #a6S4guQCl4CJmKlqDN7dOHoJWyMcK7Wu { width:377px;height:68px;top:187px;left:0px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #whtXSqT4PVWkDMkG66A7afeo98QxEIq4 { width:294px;height:83px;top:277px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Oh7dOoRAOiSUXhqDHhdkcDTfQCLOdc4P { width:346px;height:40px;top:105px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #FFwQ3ynhuDDbnLOeN5qcpCVB6m3gANsn { width:353px;height:25px;top:418px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #EzWpTq5THeDCdJIkwzp60OG6ZvR1rrMR { display:block; }#EzWpTq5THeDCdJIkwzp60OG6ZvR1rrMR > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JslJkwqoScwwv3iQVewRGZCxzpygf3gu { width:557px;height:;top:40px;left:103.48751831055px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #BHTeVvn5nzK2fNNO7cxwPOIbPFhG8OXF { display:block; }#BHTeVvn5nzK2fNNO7cxwPOIbPFhG8OXF > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #osHlARD2TZhpraKpZiPkbDvfSC10QEan { width:400px;height:249px;top:95px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #aiTed6UR3oAhUWnDUVb6bte9RD6nvXF8 { width:381px;height:64px;top:55px;left:382px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #AWx4zfDJLZTSJztFWUCe5IOrzzl4D8et { width:371px;height:228px;top:157px;left:382px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #RtdZRbpLl0TiX4QhyacnLt2ExzuRCFUK { display:block; }#RtdZRbpLl0TiX4QhyacnLt2ExzuRCFUK > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cmZp7HaC8gsUfGCu1JF6tnHBafkeRcJI { width:381px;height:;top:46px;left:0px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #SwT4emLrxCakExoos47d9x579lOAUVsd { width:371px;height:249px;top:148px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #b1D0mUutVMTmSc2RBQygzav8KR0wyDAH { width:398px;height:249px;top:95px;left:366px;display:block; }
 }@media only screen and (max-width: 763px) { #CUow56NLdLl2Ocaq82ACRU2yJ96FaZ36 { display:block; }#CUow56NLdLl2Ocaq82ACRU2yJ96FaZ36 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JKDhw3UyUEIaOneT0RhR0RBlqgQW6Tqh { width:398px;height:249px;top:95px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #dROTwV1v56bWfqbCoVFJ2bx2ZiT80pfX { width:381px;height:64px;top:67px;left:382px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #SVTk49mlwfE98FNnNAlABsAvizSBJUd2 { width:386px;height:83px;top:169px;left:378px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #vEIpLyxpanHRFW7UcSV8LA812KzBMP4Q { width:273px;height:48px;top:297px;left:382px;display:block; }
 }@media only screen and (max-width: 763px) { #MTLgB6R9IviqTkHUzLzcRg1sA2y2v6TP { display:block; }
 }@media only screen and (max-width: 763px) { #CIRVVT23TCJTLPpCbCn03h8dOZxGTu16 { display:block; }#CIRVVT23TCJTLPpCbCn03h8dOZxGTu16 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XaLnoCAU9uLk6bnK4WgUNpfr4qH7p1dN { width:472px;height:52px;top:102px;left:146px;font-size:52px;display:block; }
 }@media only screen and (max-width: 763px) { #vOWpmI0qa0qrUNlT9vNc6JchhBQTkWRo { width:417px;height:72px;top:171px;left:172.99996948242px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #htp8IFTxDx4wZbfhWgTpDoIHFV1cPEvR { width:275px;height:50px;top:292px;left:244px;display:block; }
 }@media only screen and (max-width: 763px) { #M6MIf7kdSnRlMMdnEX6Tek6Zl3q5OPxP { display:block; }
 }@media only screen and (max-width: 763px) { #N9WsLPk6ZrKHvRStb6XQpqaT4RvTwCeV { display:block; }#N9WsLPk6ZrKHvRStb6XQpqaT4RvTwCeV > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mzS8aJwXFLdZH716wVA7bF5wJ1nudRQo { width:123px;height:40px;top:30px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ZANiu0HPBTyEP5vPnt5Si0qnugbyQyVL { width:557px;height:18px;top:40px;left:203px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #TQghKTbuhoxCpX52gRKMQl0cq0OkoUGt { width:35px;height:35px;top:32px;left:729px;display:block; }
 }@media only screen and (max-width: 763px) { #MtcRCf3qDVGUxeOAOCbuFGZOOe5tTlPi { width:35px;height:35px;top:32px;left:729px;display:block; }
 }@media only screen and (max-width: 763px) { #a4JWwldinA85pGtsSuDzHA0ndOVwryGs { width:35px;height:35px;top:32px;left:729px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #B2KSzUBOOHSked0r9vhNE14s98IBk6Bm { position:relative;z-index:auto;display:block; }#B2KSzUBOOHSked0r9vhNE14s98IBk6Bm > .row .container { width:320px;height:100px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i54b0tr5S1fXLKdPb7TJk8bDO7TFwZyg { width:123px;height:40px;top:30px;left:98.499998092651px;display:block; }
 }@media only screen and (max-width: 763px) { #VUmQ2uJAqJKO2EWPP5aO4N5igw8Ua76q { background-color:#cc0000;background-image:url("https://images.assets-landingi.com/uc/cab37e93-be5a-4f71-a922-bc63e7251440/NOBELBRLPObrigado.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VUmQ2uJAqJKO2EWPP5aO4N5igw8Ua76q.adaptive-delivery-prevent-bg, #VUmQ2uJAqJKO2EWPP5aO4N5igw8Ua76q.lazyload, #VUmQ2uJAqJKO2EWPP5aO4N5igw8Ua76q.lazyloading { background-image: none; }#VUmQ2uJAqJKO2EWPP5aO4N5igw8Ua76q > .row .container { background-color: transparent; background-image: none; }#VUmQ2uJAqJKO2EWPP5aO4N5igw8Ua76q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VUmQ2uJAqJKO2EWPP5aO4N5igw8Ua76q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VUmQ2uJAqJKO2EWPP5aO4N5igw8Ua76q > .row .container > .video-iframe-container { display: none; }#VUmQ2uJAqJKO2EWPP5aO4N5igw8Ua76q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VUmQ2uJAqJKO2EWPP5aO4N5igw8Ua76q > .row > .video-iframe-container { display: none; }#VUmQ2uJAqJKO2EWPP5aO4N5igw8Ua76q > .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); }#VUmQ2uJAqJKO2EWPP5aO4N5igw8Ua76q > .row .container { width:320px;height:535px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Iv68izom2tOlGhxONCfmV7muOTFN7aJO { width:235px;height:335px;top:200px;left:42.500001907349px;display:block; }
 }@media only screen and (max-width: 763px) { #XSK3ToxV1LOnvmu3WtiTs9fNf1PxugWF { width:320px;height:40px;top:77px;left:0px;font-size:40px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #URc4Hau1ZZhAyxJQflUWsQzdDVDPAccX { width:227px;height:39.6px;top:138px;left:47px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mGmH4weGVN6NihavoUfwyE8rw4TOs2Fh { width:258px;height:57px;top:306.66250610352px;left:31.000001907349px;display:none; }
 }@media only screen and (max-width: 763px) { #R7eT8Wnc3W1Do5csJ3b5QbAVJegKcMz7 { width:164px;height:24px;top:220px;left:77.999998092651px;display:none; }
 }@media only screen and (max-width: 763px) { #ka85iXfaGBtkCqeUxKUvOHMl6plZDIoA { display:block; }#ka85iXfaGBtkCqeUxKUvOHMl6plZDIoA > .row .container { width:320px;height:560px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wOQoKh8LixceV5V505KOlEAKQ6xz0T8T { height:179.2px;width:320px;top:282.85003662109px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #a6S4guQCl4CJmKlqDN7dOHoJWyMcK7Wu { width:320px;height:56px;top:108.98751831055px;left:0px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #whtXSqT4PVWkDMkG66A7afeo98QxEIq4 { width:294px;height:83.1876px;top:176.97500610352px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Oh7dOoRAOiSUXhqDHhdkcDTfQCLOdc4P { width:241px;height:28px;top:47px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #FFwQ3ynhuDDbnLOeN5qcpCVB6m3gANsn { width:320px;height:22.662889518414px;top:497.1875px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #EzWpTq5THeDCdJIkwzp60OG6ZvR1rrMR { display:block; }#EzWpTq5THeDCdJIkwzp60OG6ZvR1rrMR > .row .container { width:320px;height:120px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JslJkwqoScwwv3iQVewRGZCxzpygf3gu { width:320px;height:52px;top:34px;left:0px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #BHTeVvn5nzK2fNNO7cxwPOIbPFhG8OXF { display:block; }#BHTeVvn5nzK2fNNO7cxwPOIbPFhG8OXF > .row .container { width:320px;height:640px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #osHlARD2TZhpraKpZiPkbDvfSC10QEan { width:320px;height:199.2px;top:40px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #aiTed6UR3oAhUWnDUVb6bte9RD6nvXF8 { width:320px;height:52px;top:259.20001220703px;left:0px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #AWx4zfDJLZTSJztFWUCe5IOrzzl4D8et { width:320px;height:249.5627px;top:331.20001220703px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #RtdZRbpLl0TiX4QhyacnLt2ExzuRCFUK { display:block; }#RtdZRbpLl0TiX4QhyacnLt2ExzuRCFUK > .row .container { width:320px;height:680px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cmZp7HaC8gsUfGCu1JF6tnHBafkeRcJI { width:320px;height:52px;top:260.20001220703px;left:0px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #SwT4emLrxCakExoos47d9x579lOAUVsd { width:320px;height:291.1561px;top:332.20001220703px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #b1D0mUutVMTmSc2RBQygzav8KR0wyDAH { width:320px;height:200.20100502513px;top:40px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #CUow56NLdLl2Ocaq82ACRU2yJ96FaZ36 { display:block; }#CUow56NLdLl2Ocaq82ACRU2yJ96FaZ36 > .row .container { width:320px;height:580px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JKDhw3UyUEIaOneT0RhR0RBlqgQW6Tqh { width:320px;height:200.20100502513px;top:40px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #dROTwV1v56bWfqbCoVFJ2bx2ZiT80pfX { width:320px;height:52px;top:260.2px;left:0px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #SVTk49mlwfE98FNnNAlABsAvizSBJUd2 { width:320px;height:103.9844px;top:332.20001220703px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #vEIpLyxpanHRFW7UcSV8LA812KzBMP4Q { width:273px;height:48px;top:470.20001220703px;left:23.500001907349px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #MTLgB6R9IviqTkHUzLzcRg1sA2y2v6TP { display:block; }
 }@media only screen and (max-width: 763px) { #CIRVVT23TCJTLPpCbCn03h8dOZxGTu16 { display:block; }#CIRVVT23TCJTLPpCbCn03h8dOZxGTu16 > .row .container { width:320px;height:340px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XaLnoCAU9uLk6bnK4WgUNpfr4qH7p1dN { width:320px;height:32px;top:41px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #vOWpmI0qa0qrUNlT9vNc6JchhBQTkWRo { width:320px;height:96px;top:93px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #htp8IFTxDx4wZbfhWgTpDoIHFV1cPEvR { width:275px;height:50px;top:209px;left:22px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #M6MIf7kdSnRlMMdnEX6Tek6Zl3q5OPxP { display:block; }
 }@media only screen and (max-width: 763px) { #N9WsLPk6ZrKHvRStb6XQpqaT4RvTwCeV { display:block; }#N9WsLPk6ZrKHvRStb6XQpqaT4RvTwCeV > .row .container { width:320px;height:258px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mzS8aJwXFLdZH716wVA7bF5wJ1nudRQo { width:123px;height:40px;top:50px;left:101.99999809265px;display:block; }
 }@media only screen and (max-width: 763px) { #ZANiu0HPBTyEP5vPnt5Si0qnugbyQyVL { width:278px;height:41.6px;top:119px;left:21.000001907349px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TQghKTbuhoxCpX52gRKMQl0cq0OkoUGt { width:35px;height:35px;top:180px;left:88px;display:block; }
 }@media only screen and (max-width: 763px) { #MtcRCf3qDVGUxeOAOCbuFGZOOe5tTlPi { width:35px;height:35px;top:180px;left:142px;display:block; }
 }@media only screen and (max-width: 763px) { #a4JWwldinA85pGtsSuDzHA0ndOVwryGs { width:35px;height:35px;top:180px;left:197px;display:block; }
 }