.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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top: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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/4b416e82-061a-406b-b078-18dd9865d005/LandingPagedoOhMyGoldExperience2025PrVenda3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:14px;font-family:arial;height:731px;width:960px;overflow:visible;position:relative;display:block; }#wVJW2tQwAEzyJMA0bp7OekQreSEvXMFx { 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;box-shadow: none;height:197.988px;width:296.992px;top:110.17578125px;left:46.15234375px;overflow:hidden;display:block; }
#NhsnS6FvVuDMAggeEBsearVBWa4KIwTF { 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;box-shadow: none;height:153.984px;width:415px;top:323.0078125px;left:0px;overflow:hidden;display:block; }
#OemcFTW5e6VRgne656Py4hXDXz83htHG { color:#ffffff;display:block;width:394px;position:absolute;font-family:montserrat;font-size:18px;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:486.3671875px;left:15.15625px;height:70.2083px;display:block; }
#bRzFblosMswK1GiKAEzTXoBR2dWubTiE { 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;box-shadow: none;height:688px;width:535px;top:30.44921875px;left:546.38688082524px;overflow:hidden;display:block; }
#BU6pdfbnobkyO7m8brdwlphiZGvETlyQ { 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;box-shadow: none;height:50px;width:960px;top:680.9765625px;left:0px;overflow:hidden;display:block; }
#dZAnTVa8f9ZW2COSWsWcO4EUTfUv5dDv { position:absolute;display:block;z-index:14999;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:414px;width:414px;top:87.421875px;left:634.47265625px;overflow:hidden;display:block; }
#HEnxv5lNUuv12HD0Ofoe9srvwkvaOKPr { position:absolute;display:block;z-index:14998;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:499px;width:499px;top:362.46875px;left:451.921875px;overflow:hidden;display:block; }
#BCVd2wBCX3mwxNDScNteBnHNZvmeb92U { background-color:#b31e43;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:010px;border-top-right-radius:010px;border-bottom-left-radius:010px;border-bottom-right-radius:010px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:arial;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:396.973px;height:55px;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:584.43359375px;left:9.00390625px;display:block; }
#Kwsi87vNUon6FpZUDJA2z7iFQH6tgJOZ { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#NLWxdOMLEEO0Jxx0pGuXT7GPg8oHJAC3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/0f6ddeea-b953-43c5-8e2f-a2976af15fc8/LandingPagedoOhMyGoldExperience2025PrVenda7.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; }#NLWxdOMLEEO0Jxx0pGuXT7GPg8oHJAC3.adaptive-delivery-prevent-bg, #NLWxdOMLEEO0Jxx0pGuXT7GPg8oHJAC3.lazyload, #NLWxdOMLEEO0Jxx0pGuXT7GPg8oHJAC3.lazyloading { background-image: none; }#NLWxdOMLEEO0Jxx0pGuXT7GPg8oHJAC3 > .row .container { background-color: transparent; background-image: none; }#NLWxdOMLEEO0Jxx0pGuXT7GPg8oHJAC3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NLWxdOMLEEO0Jxx0pGuXT7GPg8oHJAC3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NLWxdOMLEEO0Jxx0pGuXT7GPg8oHJAC3 > .row .container > .video-iframe-container { display: none; }#NLWxdOMLEEO0Jxx0pGuXT7GPg8oHJAC3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NLWxdOMLEEO0Jxx0pGuXT7GPg8oHJAC3 > .row > .video-iframe-container { display: none; }#NLWxdOMLEEO0Jxx0pGuXT7GPg8oHJAC3 > .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); }#NLWxdOMLEEO0Jxx0pGuXT7GPg8oHJAC3 > .row .container { border-width: 0; border-radius: 0; }#NLWxdOMLEEO0Jxx0pGuXT7GPg8oHJAC3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NLWxdOMLEEO0Jxx0pGuXT7GPg8oHJAC3 > .row .container { font-size:14px;font-family:arial;height:570px;width:960px;position:relative;display:block; }#ZcrKxUORloobC4GgPv3OuX33MmGQRugX { 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;box-shadow: none;height:93.9844px;width:640.996px;top:63.4765625px;left:319.00390625px;overflow:hidden;display:block; }
#lAyDQadoK9Pd8drGM7xsB2bp5eBZlz81 { color:#ffffff;display:block;width:408.984px;position:absolute;font-family:montserrat;font-size:20px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:177.4609375px;left:551.015625px;height:51.9792px;text-align:right;text-align-last:right;display:block; }
#ezvPR1vygksNPIWTacdxzrkgdKesst1R { color:#ffffff;display:block;width:500px;position:absolute;font-family:montserrat;font-size:20px;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:266.4375px;left:459px;height:103.958px;text-align:right;text-align-last:right;display:block; }
#kKRz8aD3IcMkKIbuE3GhLiDWyeboxngb { color:#d8aa62;display:block;width:356px;position:absolute;font-family:montserrat;font-size:24px;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:408.4375px;left:603.0078125px;height:93.5417px;text-align:right;text-align-last:right;display:block; }
#ZzWqsRFD7yf0C0yLV8TTrrx25p6T41Mv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/7ae3eea5-a2ee-4e98-90f0-6a09ccb9e316/LandingPagedoOhMyGoldExperience2025PrVenda10.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; }#ZzWqsRFD7yf0C0yLV8TTrrx25p6T41Mv.adaptive-delivery-prevent-bg, #ZzWqsRFD7yf0C0yLV8TTrrx25p6T41Mv.lazyload, #ZzWqsRFD7yf0C0yLV8TTrrx25p6T41Mv.lazyloading { background-image: none; }#ZzWqsRFD7yf0C0yLV8TTrrx25p6T41Mv > .row .container { background-color: transparent; background-image: none; }#ZzWqsRFD7yf0C0yLV8TTrrx25p6T41Mv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZzWqsRFD7yf0C0yLV8TTrrx25p6T41Mv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZzWqsRFD7yf0C0yLV8TTrrx25p6T41Mv > .row .container > .video-iframe-container { display: none; }#ZzWqsRFD7yf0C0yLV8TTrrx25p6T41Mv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZzWqsRFD7yf0C0yLV8TTrrx25p6T41Mv > .row > .video-iframe-container { display: none; }#ZzWqsRFD7yf0C0yLV8TTrrx25p6T41Mv > .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); }#ZzWqsRFD7yf0C0yLV8TTrrx25p6T41Mv > .row .container { border-width: 0; border-radius: 0; }#ZzWqsRFD7yf0C0yLV8TTrrx25p6T41Mv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZzWqsRFD7yf0C0yLV8TTrrx25p6T41Mv > .row .container { font-size:14px;font-family:arial;height:587px;width:960px;position:relative;display:block; }#ZcUxO4SolecSM6ePnKAKbh8PJilCGrz7 { 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;box-shadow: none;height:225.977px;width:696.973px;top:54.947998046875px;left:0px;overflow:hidden;display:block; }
#DyG2OcGuI4m4d5U0kCk812xKy9TU4eHH { color:#ffffff;display:block;width:573.976px;position:absolute;font-family:montserrat;font-size:20px;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:301.96179199219px;left:17px;height:51.9792px;text-align:left;text-align-last:left;display:block; }
#OOOPJxadbSOsvCq3wbPe3mMGSNbmOb0g { color:#ffffff;display:block;width:540.99px;position:absolute;font-family:montserrat;font-size:20px;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:390.9375px;left:17px;height:103.958px;text-align:left;text-align-last:left;display:block; }
#woIzvShThgwKmhohl1VWbUwDXqmM0JTL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/79d9ac8d-c744-4059-a488-21a67a10cb82/LandingPagedoOhMyGoldExperience2025PrVenda22.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; }#woIzvShThgwKmhohl1VWbUwDXqmM0JTL.adaptive-delivery-prevent-bg, #woIzvShThgwKmhohl1VWbUwDXqmM0JTL.lazyload, #woIzvShThgwKmhohl1VWbUwDXqmM0JTL.lazyloading { background-image: none; }#woIzvShThgwKmhohl1VWbUwDXqmM0JTL > .row .container { background-color: transparent; background-image: none; }#woIzvShThgwKmhohl1VWbUwDXqmM0JTL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#woIzvShThgwKmhohl1VWbUwDXqmM0JTL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#woIzvShThgwKmhohl1VWbUwDXqmM0JTL > .row .container > .video-iframe-container { display: none; }#woIzvShThgwKmhohl1VWbUwDXqmM0JTL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#woIzvShThgwKmhohl1VWbUwDXqmM0JTL > .row > .video-iframe-container { display: none; }#woIzvShThgwKmhohl1VWbUwDXqmM0JTL > .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); }#woIzvShThgwKmhohl1VWbUwDXqmM0JTL > .row .container { border-width: 0; border-radius: 0; }#woIzvShThgwKmhohl1VWbUwDXqmM0JTL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#woIzvShThgwKmhohl1VWbUwDXqmM0JTL > .row .container { font-size:14px;font-family:arial;height:520px;width:960px;position:relative;display:block; }#CxVp4AiskfTavP5xagwsNhrIslUfTa3h { 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;box-shadow: none;height:132.988px;width:868.984px;top:48.4765625px;left:45.5078125px;overflow:hidden;display:block; }
#TLFwPBmBwVAfuCsJbT8SFRw7bif5sQo0 { 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;box-shadow: none;height:265px;width:251.992px;top:198.359375px;left:45.48828125px;overflow:hidden;display:block; }
#VVGtGd8SBkXd344IMbguR7uEDD8uZ3UE { position:absolute;display:block;z-index:15002;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:265px;width:252.988px;top:198.359375px;left:353.49609375px;overflow:hidden;display:block; }
#FKr9y5phGQunvuf0SN5Iz7rCfLvhQUcr { 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;box-shadow: none;height:266.992px;width:255px;top:197.3828125px;left:660.703125px;overflow:hidden;display:block; }
#qqR0oI9xDZ5M6FKenhTrwDvZLJgGZMnz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/5bc4fef1-0496-47e1-883a-5ec59f19615d/LandingPagedoOhMyGoldExperience2025PrVenda17.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; }#qqR0oI9xDZ5M6FKenhTrwDvZLJgGZMnz.adaptive-delivery-prevent-bg, #qqR0oI9xDZ5M6FKenhTrwDvZLJgGZMnz.lazyload, #qqR0oI9xDZ5M6FKenhTrwDvZLJgGZMnz.lazyloading { background-image: none; }#qqR0oI9xDZ5M6FKenhTrwDvZLJgGZMnz > .row .container { background-color: transparent; background-image: none; }#qqR0oI9xDZ5M6FKenhTrwDvZLJgGZMnz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qqR0oI9xDZ5M6FKenhTrwDvZLJgGZMnz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qqR0oI9xDZ5M6FKenhTrwDvZLJgGZMnz > .row .container > .video-iframe-container { display: none; }#qqR0oI9xDZ5M6FKenhTrwDvZLJgGZMnz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qqR0oI9xDZ5M6FKenhTrwDvZLJgGZMnz > .row > .video-iframe-container { display: none; }#qqR0oI9xDZ5M6FKenhTrwDvZLJgGZMnz > .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); }#qqR0oI9xDZ5M6FKenhTrwDvZLJgGZMnz > .row .container { border-width: 0; border-radius: 0; }#qqR0oI9xDZ5M6FKenhTrwDvZLJgGZMnz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qqR0oI9xDZ5M6FKenhTrwDvZLJgGZMnz > .row .container { font-size:14px;font-family:arial;height:531px;width:960px;position:relative;display:block; }#toZGk5KLJDNrFx0xpD1hyDO7O3UfuLzx { 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;box-shadow: none;height:96px;width:635px;top:61.23046875px;left:0px;overflow:hidden;display:block; }
#FCD526mpkpcaxxKPD7qtWzzdLlS6JAbq { 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;box-shadow: none;height:250.996px;width:751.992px;top:200.4296875px;left:0px;overflow:hidden;display:block; }
#pMCVh4oTDVs2oZwUai2GwpPx6Lcr8TJk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#pMCVh4oTDVs2oZwUai2GwpPx6Lcr8TJk > .row .container { background-color: transparent; background-image: none; }#pMCVh4oTDVs2oZwUai2GwpPx6Lcr8TJk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pMCVh4oTDVs2oZwUai2GwpPx6Lcr8TJk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pMCVh4oTDVs2oZwUai2GwpPx6Lcr8TJk > .row .container > .video-iframe-container { display: none; }#pMCVh4oTDVs2oZwUai2GwpPx6Lcr8TJk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pMCVh4oTDVs2oZwUai2GwpPx6Lcr8TJk > .row > .video-iframe-container { display: none; }#pMCVh4oTDVs2oZwUai2GwpPx6Lcr8TJk > .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); }#pMCVh4oTDVs2oZwUai2GwpPx6Lcr8TJk > .row .container { border-width: 0; border-radius: 0; }#pMCVh4oTDVs2oZwUai2GwpPx6Lcr8TJk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pMCVh4oTDVs2oZwUai2GwpPx6Lcr8TJk > .row .container { font-size:14px;font-family:arial;height:986px;width:960px;position:relative;display:block; }#WM3eZoW9upCnGaD5skbUIFdA1T96V0mc { 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;box-shadow: none;height:170px;width:428.984px;top:24.00390625px;left:265.48828125px;overflow:hidden;display:block; }
#FHLUJWl4WLwkxUfNwLvU45TtclXX2szC { 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;box-shadow: none;height:615.996px;width:345.996px;top:208.9931640625px;left:101.92361450195px;overflow:hidden;display:block; }
#o6JCt7GAhVpPCnUTOcVA4hERNLb83JHM { position:absolute;display:block;z-index:15002;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:617px;width:348px;top:207.98608398438px;left:514.96185302734px;overflow:hidden;display:block; }
#V42eE0CLehW0KEhk8FZPJFKLiNtpygCk { color:#ffffff;display:block;width:478.969px;position:absolute;font-family:montserrat;font-size:20px;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:881.9375px;left:240.5px;height:51.9792px;text-align:center;text-align-last:center;display:block; }
#wZAXKWuGKPfBPQ09IC15UJMRqk0tr7DS { position:absolute;display:block;z-index:14999;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:407.986px;width:407.986px;top:208.99307250977px;left:484.93060302734px;overflow:hidden;display:block; }
#k6SgbxWgKFmdQyPeUz57GUp8EgE53QBI { 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;box-shadow: none;height:407.986px;width:407.986px;top:208.99307250977px;left:70.885437011719px;overflow:hidden;display:block; }
#foZwtDDvTVwOKCP181O5i78sJIfHHV30 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#foZwtDDvTVwOKCP181O5i78sJIfHHV30 > .row .container { background-color: transparent; background-image: none; }#foZwtDDvTVwOKCP181O5i78sJIfHHV30::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#foZwtDDvTVwOKCP181O5i78sJIfHHV30 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#foZwtDDvTVwOKCP181O5i78sJIfHHV30 > .row .container > .video-iframe-container { display: none; }#foZwtDDvTVwOKCP181O5i78sJIfHHV30 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#foZwtDDvTVwOKCP181O5i78sJIfHHV30 > .row > .video-iframe-container { display: none; }#foZwtDDvTVwOKCP181O5i78sJIfHHV30 > .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); }#foZwtDDvTVwOKCP181O5i78sJIfHHV30 > .row .container { border-width: 0; border-radius: 0; }#foZwtDDvTVwOKCP181O5i78sJIfHHV30 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#foZwtDDvTVwOKCP181O5i78sJIfHHV30 > .row .container { font-size:14px;font-family:arial;height:1550px;width:960px;position:relative;display:block; }#JoXTB3n9LpfSf7wUlTTxXwxyTA9uWpdT { position:absolute;display:block;z-index:14998;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:456px;width:456px;top:15.0234375px;left:240.984375px;overflow:hidden;display:block; }
#wiEkVrEF0bonkZzRamGpirtCw6NUQrpe { background-color:#b31e43;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:010px;border-top-right-radius:010px;border-bottom-left-radius:010px;border-bottom-right-radius:010px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:arial;font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:470.99px;height:52.9688px;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1413.9583740234px;left:244.49658203125px;display:block; }
#Pwus7PtI3J7L524ALsQQfn7kOlh6CDKD { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#Iqfv0nNda6ZepGpZmJQs7lzo7R7KXSdP { 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;box-shadow: none;height:1483.96px;width:536.997px;top:15.017150878906px;left:211.49307250977px;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wVJW2tQwAEzyJMA0bp7OekQreSEvXMFx { top:110px;left:0px;width:296px;height:197.32668893438px;display:block; }
 }@media only screen and (max-width: 763px) { #NhsnS6FvVuDMAggeEBsearVBWa4KIwTF { top:323px;left:0px;width:415px;height:153.984px;display:block; }
 }@media only screen and (max-width: 763px) { #OemcFTW5e6VRgne656Py4hXDXz83htHG { top:486px;left:0px;width:394px;height:70px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #bRzFblosMswK1GiKAEzTXoBR2dWubTiE { top:30px;left:229px;width:535px;height:688px;display:block; }
 }@media only screen and (max-width: 763px) { #BU6pdfbnobkyO7m8brdwlphiZGvETlyQ { top:680px;left:0px;width:764px;height:39.791666666667px;display:block; }
 }@media only screen and (max-width: 763px) { #dZAnTVa8f9ZW2COSWsWcO4EUTfUv5dDv { top:87px;left:350px;width:414px;height:414px;display:block; }
 }@media only screen and (max-width: 763px) { #HEnxv5lNUuv12HD0Ofoe9srvwkvaOKPr { top:362px;left:265px;width:499px;height:499px;display:block; }
 }@media only screen and (max-width: 763px) { #BCVd2wBCX3mwxNDScNteBnHNZvmeb92U { width:396px;height:55px;top:584px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Kwsi87vNUon6FpZUDJA2z7iFQH6tgJOZ { display:block; }
 }@media only screen and (max-width: 763px) { #NLWxdOMLEEO0Jxx0pGuXT7GPg8oHJAC3 { display:block; }#NLWxdOMLEEO0Jxx0pGuXT7GPg8oHJAC3 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZcrKxUORloobC4GgPv3OuX33MmGQRugX { top:63px;left:124px;width:640px;height:93.838364045953px;display:block; }
 }@media only screen and (max-width: 763px) { #lAyDQadoK9Pd8drGM7xsB2bp5eBZlz81 { top:177px;left:356px;width:408px;height:51px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #ezvPR1vygksNPIWTacdxzrkgdKesst1R { top:266px;left:247px;width:500px;height:104px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #kKRz8aD3IcMkKIbuE3GhLiDWyeboxngb { top:408px;left:409px;width:355px;height:93px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #ZzWqsRFD7yf0C0yLV8TTrrx25p6T41Mv { display:block; }#ZzWqsRFD7yf0C0yLV8TTrrx25p6T41Mv > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZcUxO4SolecSM6ePnKAKbh8PJilCGrz7 { top:54px;left:0px;width:696px;height:225.66009624628px;display:block; }
 }@media only screen and (max-width: 763px) { #DyG2OcGuI4m4d5U0kCk812xKy9TU4eHH { top:301px;left:0px;width:573px;height:51px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #OOOPJxadbSOsvCq3wbPe3mMGSNbmOb0g { top:390px;left:0px;width:540px;height:103px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #woIzvShThgwKmhohl1VWbUwDXqmM0JTL { display:block; }#woIzvShThgwKmhohl1VWbUwDXqmM0JTL > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CxVp4AiskfTavP5xagwsNhrIslUfTa3h { top:48px;left:0px;width:764px;height:116.92140706848px;display:block; }
 }@media only screen and (max-width: 763px) { #TLFwPBmBwVAfuCsJbT8SFRw7bif5sQo0 { top:198px;left:0px;width:251px;height:263.95679227912px;display:block; }
 }@media only screen and (max-width: 763px) { #VVGtGd8SBkXd344IMbguR7uEDD8uZ3UE { top:198px;left:255.49609375px;width:252px;height:263.96508925325px;display:block; }
 }@media only screen and (max-width: 763px) { #FKr9y5phGQunvuf0SN5Iz7rCfLvhQUcr { top:197px;left:509px;width:255px;height:266.992px;display:block; }
 }@media only screen and (max-width: 763px) { #qqR0oI9xDZ5M6FKenhTrwDvZLJgGZMnz { display:block; }#qqR0oI9xDZ5M6FKenhTrwDvZLJgGZMnz > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #toZGk5KLJDNrFx0xpD1hyDO7O3UfuLzx { top:61px;left:0px;width:635px;height:96px;display:block; }
 }@media only screen and (max-width: 763px) { #FCD526mpkpcaxxKPD7qtWzzdLlS6JAbq { top:200px;left:0px;width:751px;height:250.66489537123px;display:block; }
 }@media only screen and (max-width: 763px) { #pMCVh4oTDVs2oZwUai2GwpPx6Lcr8TJk { display:block; }#pMCVh4oTDVs2oZwUai2GwpPx6Lcr8TJk > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WM3eZoW9upCnGaD5skbUIFdA1T96V0mc { top:24px;left:167.48828125px;width:428px;height:169.61005538668px;display:block; }
 }@media only screen and (max-width: 763px) { #FHLUJWl4WLwkxUfNwLvU45TtclXX2szC { top:208px;left:3.9236145019531px;width:345px;height:614.22743431891px;display:block; }
 }@media only screen and (max-width: 763px) { #o6JCt7GAhVpPCnUTOcVA4hERNLb83JHM { top:207px;left:416px;width:348px;height:617.02182271701px;display:block; }
 }@media only screen and (max-width: 763px) { #V42eE0CLehW0KEhk8FZPJFKLiNtpygCk { top:881px;left:142.5px;width:478px;height:52px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #wZAXKWuGKPfBPQ09IC15UJMRqk0tr7DS { top:208px;left:356px;width:407px;height:407px;display:block; }
 }@media only screen and (max-width: 763px) { #k6SgbxWgKFmdQyPeUz57GUp8EgE53QBI { top:208px;left:0px;width:407px;height:407px;display:block; }
 }@media only screen and (max-width: 763px) { #foZwtDDvTVwOKCP181O5i78sJIfHHV30 { display:block; }#foZwtDDvTVwOKCP181O5i78sJIfHHV30 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JoXTB3n9LpfSf7wUlTTxXwxyTA9uWpdT { top:15px;left:142.984375px;width:456px;height:456px;display:block; }
 }@media only screen and (max-width: 763px) { #wiEkVrEF0bonkZzRamGpirtCw6NUQrpe { width:470px;height:52px;top:1413px;left:146.49658203125px;display:block; }
 }@media only screen and (max-width: 763px) { #Pwus7PtI3J7L524ALsQQfn7kOlh6CDKD { display:block; }
 }@media only screen and (max-width: 763px) { #Iqfv0nNda6ZepGpZmJQs7lzo7R7KXSdP { top:15px;left:113.49307250977px;width:536px;height:1481.2048484442px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/4b416e82-061a-406b-b078-18dd9865d005/LandingPagedoOhMyGoldExperience2025PrVenda3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:320px;height:876.35510253906px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wVJW2tQwAEzyJMA0bp7OekQreSEvXMFx { width:190.957px;height:126.953px;top:38.958335876465px;left:64.513890266418px;display:block; }
 }@media only screen and (max-width: 763px) { #NhsnS6FvVuDMAggeEBsearVBWa4KIwTF { width:278.984px;height:101.992px;top:180.24305725098px;left:20.503472328186px;display:block; }
 }@media only screen and (max-width: 763px) { #OemcFTW5e6VRgne656Py4hXDXz83htHG { width:264.98px;height:72.7083px;top:296.97918701172px;left:27.500000953674px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bRzFblosMswK1GiKAEzTXoBR2dWubTiE { width:319.98px;height:411.504px;top:448.79260826111px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #BU6pdfbnobkyO7m8brdwlphiZGvETlyQ { width:319.98px;height:16.6406px;top:860.35510253906px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #dZAnTVa8f9ZW2COSWsWcO4EUTfUv5dDv { width:320px;height:320px;top:539.37499237061px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #HEnxv5lNUuv12HD0Ofoe9srvwkvaOKPr { width:319.992px;height:319.992px;top:555.953125px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #BCVd2wBCX3mwxNDScNteBnHNZvmeb92U { width:303.965px;height:54.9805px;top:386.96530151367px;left:8.003472328186px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #Kwsi87vNUon6FpZUDJA2z7iFQH6tgJOZ { display:block; }
 }@media only screen and (max-width: 763px) { #NLWxdOMLEEO0Jxx0pGuXT7GPg8oHJAC3 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0f6ddeea-b953-43c5-8e2f-a2976af15fc8/LandingPagedoOhMyGoldExperience2025PrVenda7.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#NLWxdOMLEEO0Jxx0pGuXT7GPg8oHJAC3.adaptive-delivery-prevent-bg, #NLWxdOMLEEO0Jxx0pGuXT7GPg8oHJAC3.lazyload, #NLWxdOMLEEO0Jxx0pGuXT7GPg8oHJAC3.lazyloading { background-image: none; }#NLWxdOMLEEO0Jxx0pGuXT7GPg8oHJAC3 > .row .container { background-color: transparent; background-image: none; }#NLWxdOMLEEO0Jxx0pGuXT7GPg8oHJAC3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.45); }#NLWxdOMLEEO0Jxx0pGuXT7GPg8oHJAC3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NLWxdOMLEEO0Jxx0pGuXT7GPg8oHJAC3 > .row .container > .video-iframe-container { display: none; }#NLWxdOMLEEO0Jxx0pGuXT7GPg8oHJAC3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.45); }#NLWxdOMLEEO0Jxx0pGuXT7GPg8oHJAC3 > .row > .video-iframe-container { display: none; }#NLWxdOMLEEO0Jxx0pGuXT7GPg8oHJAC3 > .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); }#NLWxdOMLEEO0Jxx0pGuXT7GPg8oHJAC3 > .row .container { border-width: 0; border-radius: 0; }#NLWxdOMLEEO0Jxx0pGuXT7GPg8oHJAC3::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; }#NLWxdOMLEEO0Jxx0pGuXT7GPg8oHJAC3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NLWxdOMLEEO0Jxx0pGuXT7GPg8oHJAC3 > .row .container { width:320px;height:385px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZcrKxUORloobC4GgPv3OuX33MmGQRugX { width:320px;height:46.9062px;top:35px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #lAyDQadoK9Pd8drGM7xsB2bp5eBZlz81 { width:286px;height:36.4062px;top:95.890625px;left:34px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #ezvPR1vygksNPIWTacdxzrkgdKesst1R { width:296px;height:91.0156px;top:161.765625px;left:24px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #kKRz8aD3IcMkKIbuE3GhLiDWyeboxngb { width:271px;height:70.1953px;top:276.5px;left:49px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #ZzWqsRFD7yf0C0yLV8TTrrx25p6T41Mv { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7ae3eea5-a2ee-4e98-90f0-6a09ccb9e316/LandingPagedoOhMyGoldExperience2025PrVenda10.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#ZzWqsRFD7yf0C0yLV8TTrrx25p6T41Mv.adaptive-delivery-prevent-bg, #ZzWqsRFD7yf0C0yLV8TTrrx25p6T41Mv.lazyload, #ZzWqsRFD7yf0C0yLV8TTrrx25p6T41Mv.lazyloading { background-image: none; }#ZzWqsRFD7yf0C0yLV8TTrrx25p6T41Mv > .row .container { background-color: transparent; background-image: none; }#ZzWqsRFD7yf0C0yLV8TTrrx25p6T41Mv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.58); }#ZzWqsRFD7yf0C0yLV8TTrrx25p6T41Mv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZzWqsRFD7yf0C0yLV8TTrrx25p6T41Mv > .row .container > .video-iframe-container { display: none; }#ZzWqsRFD7yf0C0yLV8TTrrx25p6T41Mv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.58); }#ZzWqsRFD7yf0C0yLV8TTrrx25p6T41Mv > .row > .video-iframe-container { display: none; }#ZzWqsRFD7yf0C0yLV8TTrrx25p6T41Mv > .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); }#ZzWqsRFD7yf0C0yLV8TTrrx25p6T41Mv > .row .container { width:320px;height:390px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZcUxO4SolecSM6ePnKAKbh8PJilCGrz7 { width:320px;height:103.734px;top:41px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #DyG2OcGuI4m4d5U0kCk812xKy9TU4eHH { width:319.984px;height:54.6094px;top:177.21875px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #OOOPJxadbSOsvCq3wbPe3mMGSNbmOb0g { width:319.984px;height:91.0156px;top:256.59375px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #woIzvShThgwKmhohl1VWbUwDXqmM0JTL { display:block; }#woIzvShThgwKmhohl1VWbUwDXqmM0JTL > .row .container { width:320px;height:955px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CxVp4AiskfTavP5xagwsNhrIslUfTa3h { width:320px;height:48.9688px;top:22px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #TLFwPBmBwVAfuCsJbT8SFRw7bif5sQo0 { width:251px;height:263.95656746449px;top:88.9609px;left:34px;display:block; }
 }@media only screen and (max-width: 763px) { #VVGtGd8SBkXd344IMbguR7uEDD8uZ3UE { width:252px;height:263.95332511147px;top:372.9139px;left:34px;display:block; }
 }@media only screen and (max-width: 763px) { #FKr9y5phGQunvuf0SN5Iz7rCfLvhQUcr { width:255px;height:266.977px;top:656.8669px;left:32px;display:block; }
 }@media only screen and (max-width: 763px) { #qqR0oI9xDZ5M6FKenhTrwDvZLJgGZMnz { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7ae3eea5-a2ee-4e98-90f0-6a09ccb9e316/LandingPagedoOhMyGoldExperience2025PrVenda10.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#qqR0oI9xDZ5M6FKenhTrwDvZLJgGZMnz.adaptive-delivery-prevent-bg, #qqR0oI9xDZ5M6FKenhTrwDvZLJgGZMnz.lazyload, #qqR0oI9xDZ5M6FKenhTrwDvZLJgGZMnz.lazyloading { background-image: none; }#qqR0oI9xDZ5M6FKenhTrwDvZLJgGZMnz > .row .container { background-color: transparent; background-image: none; }#qqR0oI9xDZ5M6FKenhTrwDvZLJgGZMnz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.28); }#qqR0oI9xDZ5M6FKenhTrwDvZLJgGZMnz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qqR0oI9xDZ5M6FKenhTrwDvZLJgGZMnz > .row .container > .video-iframe-container { display: none; }#qqR0oI9xDZ5M6FKenhTrwDvZLJgGZMnz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.28); }#qqR0oI9xDZ5M6FKenhTrwDvZLJgGZMnz > .row > .video-iframe-container { display: none; }#qqR0oI9xDZ5M6FKenhTrwDvZLJgGZMnz > .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); }#qqR0oI9xDZ5M6FKenhTrwDvZLJgGZMnz > .row .container { width:320px;height:240px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #toZGk5KLJDNrFx0xpD1hyDO7O3UfuLzx { width:254px;height:37px;top:34px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #FCD526mpkpcaxxKPD7qtWzzdLlS6JAbq { width:320px;height:105px;top:97.359375px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #pMCVh4oTDVs2oZwUai2GwpPx6Lcr8TJk { display:block; }#pMCVh4oTDVs2oZwUai2GwpPx6Lcr8TJk > .row .container { width:320px;height:1322px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WM3eZoW9upCnGaD5skbUIFdA1T96V0mc { width:270px;height:106px;top:21px;left:25px;display:block; }
 }@media only screen and (max-width: 763px) { #FHLUJWl4WLwkxUfNwLvU45TtclXX2szC { width:319.984px;height:569.719px;top:100.9765625px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #o6JCt7GAhVpPCnUTOcVA4hERNLb83JHM { width:319.984px;height:567.312px;top:670.68359375px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #V42eE0CLehW0KEhk8FZPJFKLiNtpygCk { width:286.992px;height:36.4062px;top:1260.80078125px;left:16.484375px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #wZAXKWuGKPfBPQ09IC15UJMRqk0tr7DS { width:319.984px;height:319.984px;top:682.5px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #k6SgbxWgKFmdQyPeUz57GUp8EgE53QBI { width:320px;height:320px;top:126.97265625px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #foZwtDDvTVwOKCP181O5i78sJIfHHV30 { display:block; }#foZwtDDvTVwOKCP181O5i78sJIfHHV30 > .row .container { width:320px;height:895px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JoXTB3n9LpfSf7wUlTTxXwxyTA9uWpdT { width:266px;height:266px;top:15px;left:18px;display:block; }
 }@media only screen and (max-width: 763px) { #wiEkVrEF0bonkZzRamGpirtCw6NUQrpe { width:288px;height:41px;top:829.28125px;left:15.9765625px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #Pwus7PtI3J7L524ALsQQfn7kOlh6CDKD { display:block; }
 }@media only screen and (max-width: 763px) { #Iqfv0nNda6ZepGpZmJQs7lzo7R7KXSdP { width:319.969px;height:884.297px;top:0px;left:0px;display:block; }
 }