.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:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#voZw1tRwhiXHAXoIgboNCA9ZpIT2UQyx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0e0b0c;background-image:url("https://images.assets-landingi.com/uc/41dac5e0-c3a0-4cbe-9d81-b63c860991dd/topamari.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !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; }#voZw1tRwhiXHAXoIgboNCA9ZpIT2UQyx.adaptive-delivery-prevent-bg, #voZw1tRwhiXHAXoIgboNCA9ZpIT2UQyx.lazyload, #voZw1tRwhiXHAXoIgboNCA9ZpIT2UQyx.lazyloading { background-image: none; }#voZw1tRwhiXHAXoIgboNCA9ZpIT2UQyx > .row .container { background-color: transparent; background-image: none; }#voZw1tRwhiXHAXoIgboNCA9ZpIT2UQyx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#voZw1tRwhiXHAXoIgboNCA9ZpIT2UQyx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#voZw1tRwhiXHAXoIgboNCA9ZpIT2UQyx > .row .container > .video-iframe-container { display: none; }#voZw1tRwhiXHAXoIgboNCA9ZpIT2UQyx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#voZw1tRwhiXHAXoIgboNCA9ZpIT2UQyx > .row > .video-iframe-container { display: none; }#voZw1tRwhiXHAXoIgboNCA9ZpIT2UQyx > .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); }#voZw1tRwhiXHAXoIgboNCA9ZpIT2UQyx > .row .container { border-width: 0; border-radius: 0; }#voZw1tRwhiXHAXoIgboNCA9ZpIT2UQyx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#voZw1tRwhiXHAXoIgboNCA9ZpIT2UQyx > .row .container { font-size:14px;font-family:arial;height:690px;width:1200px;position:relative;display:block; }#hX7K60QfpvTym8cgTEVb2M2fdPWPpbBX { position:absolute;display:block;z-index:15020;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:130px;width:130px;top:45px;left:227px;overflow:hidden;display:block; }
#FwaykbFXTNcUCuJhmaowlt7MdJx6SCP4 { color:#ffffff;display:block;width:328px;position:absolute;font-family:georgia;font-size:27px;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:206px;left:128px;height:35.0938px;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LFn1EoSerPWqcgB5hZEGi9x8OvEhDpV6 { color:#ffffff;display:block;width:436px;position:absolute;font-family:georgia;font-size:27px;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:241.09375px;left:74px;height:35.0938px;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gokpDSvOrQqdRIZuBvJ519CsaVs83Mb8 { color:#dc8461;display:block;width:372px;position:absolute;font-family:georgia;font-size:24px;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:306px;left:106px;height:57.5938px;font-style:italic;text-align:center;text-align-last:center;display:block; }
#AEV0Bs9hy1u15lR5XLzOBFxFwHzd1cD3 { color:#ffffff;display:block;width:421px;position:absolute;font-family:"work sans";font-size:18px;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:376px;left:82px;height:151.172px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#a6n8zxUXVUosy91DVlpGDDbc2eBOhNMR { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffaa8d, #b25432);background-image: -moz-linear-gradient(180deg, #ffaa8d, #b25432);background-image: -ms-linear-gradient(180deg, #ffaa8d, #b25432);background-image: -o-linear-gradient(180deg, #ffaa8d, #b25432);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaa8d', endColorstr='#b25432' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaa8d', endColorstr='#b25432' );";background-image: linear-gradient(180deg, #ffaa8d, #b25432);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;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:"work sans";font-size:16px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:200px;height:55px;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:548.1640625px;left:192px;display:block; }
#B8RgxuVX0huy90gISU9IGyVytUTf2thw { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#CwsnLFldcWM51Rqc1Ui3fefzN5l0ns5T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/60e5f2d5-bc74-4154-b38b-00c5e2e82f44/backvirentis.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#CwsnLFldcWM51Rqc1Ui3fefzN5l0ns5T.adaptive-delivery-prevent-bg, #CwsnLFldcWM51Rqc1Ui3fefzN5l0ns5T.lazyload, #CwsnLFldcWM51Rqc1Ui3fefzN5l0ns5T.lazyloading { background-image: none; }#CwsnLFldcWM51Rqc1Ui3fefzN5l0ns5T > .row .container { background-color: transparent; background-image: none; }#CwsnLFldcWM51Rqc1Ui3fefzN5l0ns5T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CwsnLFldcWM51Rqc1Ui3fefzN5l0ns5T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CwsnLFldcWM51Rqc1Ui3fefzN5l0ns5T > .row .container > .video-iframe-container { display: none; }#CwsnLFldcWM51Rqc1Ui3fefzN5l0ns5T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CwsnLFldcWM51Rqc1Ui3fefzN5l0ns5T > .row > .video-iframe-container { display: none; }#CwsnLFldcWM51Rqc1Ui3fefzN5l0ns5T > .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); }#CwsnLFldcWM51Rqc1Ui3fefzN5l0ns5T > .row .container { border-width: 0; border-radius: 0; }#CwsnLFldcWM51Rqc1Ui3fefzN5l0ns5T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CwsnLFldcWM51Rqc1Ui3fefzN5l0ns5T > .row .container { font-size:14px;font-family:arial;height:650px;width:1200px;position:relative;display:block; }#TDkThrZm6Ha7JsmITmBCNzmoeNCnayaG { 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:90px;width:202px;top:38px;left:89px;overflow:hidden;display:block; }
#A7c38TcT9Ba6Ahu7ttsGORhVOqKiLETV { color:#dc8461;display:block;width:345px;position:absolute;font-family:georgia;font-size:20px;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:151px;left:17.5px;height:26px;font-style:italic;text-align:center;text-align-last:center;display:block; }
#NcslD10Rx6uNF6yJKMXhvonzOl8xAGch { color:#2c4056;display:block;width:319px;position:absolute;font-family:"work sans";font-size:18px;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:186px;left:26px;height:93.6px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DA36Ee9aK7ZLZH6ssyD4mVpyG3zdyTVD { position:absolute;display:block;z-index:15011;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:572px;width:214px;top:94px;left:940px;overflow:hidden;display:block; }
#awKVuLSlWrbQTyAeMEzMASNT80TiGv5s { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#15375c;background-image:url("https://images.assets-landingi.com/uc/d06c382f-195f-4c35-b1d1-5d30285a2133/backinverum.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !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; }#awKVuLSlWrbQTyAeMEzMASNT80TiGv5s.adaptive-delivery-prevent-bg, #awKVuLSlWrbQTyAeMEzMASNT80TiGv5s.lazyload, #awKVuLSlWrbQTyAeMEzMASNT80TiGv5s.lazyloading { background-image: none; }#awKVuLSlWrbQTyAeMEzMASNT80TiGv5s > .row .container { background-color: transparent; background-image: none; }#awKVuLSlWrbQTyAeMEzMASNT80TiGv5s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#awKVuLSlWrbQTyAeMEzMASNT80TiGv5s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#awKVuLSlWrbQTyAeMEzMASNT80TiGv5s > .row .container > .video-iframe-container { display: none; }#awKVuLSlWrbQTyAeMEzMASNT80TiGv5s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#awKVuLSlWrbQTyAeMEzMASNT80TiGv5s > .row > .video-iframe-container { display: none; }#awKVuLSlWrbQTyAeMEzMASNT80TiGv5s > .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); }#awKVuLSlWrbQTyAeMEzMASNT80TiGv5s > .row .container { border-width: 0; border-radius: 0; }#awKVuLSlWrbQTyAeMEzMASNT80TiGv5s > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#awKVuLSlWrbQTyAeMEzMASNT80TiGv5s > .row .container { font-size:14px;font-family:arial;height:650px;width:1200px;position:relative;display:block; }#xuGBAPUlgIMuK8UBDW09tB0zoLTn61bU { 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:87px;width:202px;top:378px;left:890px;overflow:hidden;display:block; }
#R2L6bCEHoOC2dW5KyeLqZcBJaNi3iPOQ { color:#ffffff;display:block;width:319px;position:absolute;font-family:"work sans";font-size:18px;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:520px;left:832px;height:93.5938px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#M8g4pEe6W5TZ7mgnmLfBRHJN98Grn6qK { color:#dc8461;display:block;width:359px;position:absolute;font-family:georgia;font-size:20px;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:485px;left:811.5px;height:26px;font-style:italic;text-align:center;text-align-last:center;display:block; }
#Wq1P6Ny41MSqDwPanOe8z7FZLhu4ncT8 { position:absolute;display:block;z-index:15012;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:573px;width:215px;top:94px;left:45px;overflow:hidden;display:block; }
#maTJrI1cZFCOJMxJDdEIThgi1RA6n5wb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#455e12;background-image:url("https://images.assets-landingi.com/uc/54e2e35f-a314-438a-9894-842dafe5a91d/virentisdesktop.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#maTJrI1cZFCOJMxJDdEIThgi1RA6n5wb.adaptive-delivery-prevent-bg, #maTJrI1cZFCOJMxJDdEIThgi1RA6n5wb.lazyload, #maTJrI1cZFCOJMxJDdEIThgi1RA6n5wb.lazyloading { background-image: none; }#maTJrI1cZFCOJMxJDdEIThgi1RA6n5wb > .row .container { background-color: transparent; background-image: none; }#maTJrI1cZFCOJMxJDdEIThgi1RA6n5wb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#maTJrI1cZFCOJMxJDdEIThgi1RA6n5wb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#maTJrI1cZFCOJMxJDdEIThgi1RA6n5wb > .row .container > .video-iframe-container { display: none; }#maTJrI1cZFCOJMxJDdEIThgi1RA6n5wb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#maTJrI1cZFCOJMxJDdEIThgi1RA6n5wb > .row > .video-iframe-container { display: none; }#maTJrI1cZFCOJMxJDdEIThgi1RA6n5wb > .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); }#maTJrI1cZFCOJMxJDdEIThgi1RA6n5wb > .row .container { border-width: 0; border-radius: 0; }#maTJrI1cZFCOJMxJDdEIThgi1RA6n5wb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#maTJrI1cZFCOJMxJDdEIThgi1RA6n5wb > .row .container { font-size:14px;font-family:arial;height:650px;width:1200px;position:relative;display:block; }#DMC8c5xKNRdBWXnwZZwxTfTo1Wy4pSbM { 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:557px;width:371px;top:35px;left:713.5px;overflow:hidden;display:block; }
#RxKFz6Q9d9FXP8hQhLJVTMPnN1yPrKWu { color:#000000;display:block;width:279px;position:absolute;font-family:georgia;font-size:17px;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:231.6953125px;left:759.5px;height:110.469px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hCzqcsl2R5451dSuqr8eq8BJMwswSsSz { color:#000000;display:block;width:265px;position:absolute;font-family:georgia;font-size:17px;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:351.671875px;left:766.5px;height:110.469px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#r4oLInp0r4Zpg6AJJ28kPCNP0CwlUnsl { position:absolute;display:block;z-index:15015;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:90px;width:202px;top:119px;left:798px;overflow:hidden;display:block; }
#CAO1DipmfoVfv7ZIABLfQsSMnJzHX0U2 { position:absolute;display:block;z-index:15012;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:560px;width:373px;top:37px;left:712px;overflow:hidden;display:block; }
#ZN7zVHtMQvWLDKqssMEhTJUD3aQwM86Z { position:absolute;display:block;z-index:15019;height:25px;width:192px;top:471.16668701172px;left:803px;display:block; }
#gEbrsWyfHH5VnRdUS6InediioihTTU9m { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1d120d;background-image:url("https://images.assets-landingi.com/uc/a22c4a3f-37a5-4c1f-b38f-3497d5a76d5e/inverum2desktop.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#gEbrsWyfHH5VnRdUS6InediioihTTU9m.adaptive-delivery-prevent-bg, #gEbrsWyfHH5VnRdUS6InediioihTTU9m.lazyload, #gEbrsWyfHH5VnRdUS6InediioihTTU9m.lazyloading { background-image: none; }#gEbrsWyfHH5VnRdUS6InediioihTTU9m > .row .container { background-color: transparent; background-image: none; }#gEbrsWyfHH5VnRdUS6InediioihTTU9m::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gEbrsWyfHH5VnRdUS6InediioihTTU9m > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gEbrsWyfHH5VnRdUS6InediioihTTU9m > .row .container > .video-iframe-container { display: none; }#gEbrsWyfHH5VnRdUS6InediioihTTU9m > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gEbrsWyfHH5VnRdUS6InediioihTTU9m > .row > .video-iframe-container { display: none; }#gEbrsWyfHH5VnRdUS6InediioihTTU9m > .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); }#gEbrsWyfHH5VnRdUS6InediioihTTU9m > .row .container { border-width: 0; border-radius: 0; }#gEbrsWyfHH5VnRdUS6InediioihTTU9m > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gEbrsWyfHH5VnRdUS6InediioihTTU9m > .row .container { font-size:14px;font-family:arial;height:650px;width:1200px;position:relative;display:block; }#MH8bd5bkcPigetEO3etQuzIkm8ZNLGtz { position:absolute;display:block;z-index:15006;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:557px;width:371px;top:38px;left:720px;overflow:hidden;display:block; }
#fgxvmcZUWJs6NJWshLQc0OEPZO0q9rvO { position:absolute;display:block;z-index:15018;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:562px;width:374px;top:37px;left:719px;overflow:hidden;display:block; }
#GQX7tKoFdWB4mZ1y58cGVU0flki1ohcN { color:#000000;display:block;width:265px;position:absolute;font-family:georgia;font-size:17px;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:316px;left:773px;height:132.562px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hT9kkiRLnFS3FNfXywWMQLWupgx2fFve { color:#000000;display:block;width:279px;position:absolute;font-family:georgia;font-size:17px;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:236px;left:766px;height:66.2812px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lfcVxqr2cfrCTg9LkKgqkJX1sFIOhOT2 { position:absolute;display:block;z-index:15021;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:87px;width:202px;top:129px;left:805px;overflow:hidden;display:block; }
#loNGqFfrWwHKfQvuS7PRF6mf8XWnORrW { position:absolute;display:block;z-index:15020;height:25px;width:192px;top:472px;left:805px;display:block; }
#hpOEsPUTPerycahFfSTrkbeU3H9mBqJP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/5aa1e720-78bb-4a36-9acf-4af39d15b8b3/bottigliadesktop.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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; }#hpOEsPUTPerycahFfSTrkbeU3H9mBqJP.adaptive-delivery-prevent-bg, #hpOEsPUTPerycahFfSTrkbeU3H9mBqJP.lazyload, #hpOEsPUTPerycahFfSTrkbeU3H9mBqJP.lazyloading { background-image: none; }#hpOEsPUTPerycahFfSTrkbeU3H9mBqJP > .row .container { background-color: transparent; background-image: none; }#hpOEsPUTPerycahFfSTrkbeU3H9mBqJP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hpOEsPUTPerycahFfSTrkbeU3H9mBqJP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hpOEsPUTPerycahFfSTrkbeU3H9mBqJP > .row .container > .video-iframe-container { display: none; }#hpOEsPUTPerycahFfSTrkbeU3H9mBqJP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hpOEsPUTPerycahFfSTrkbeU3H9mBqJP > .row > .video-iframe-container { display: none; }#hpOEsPUTPerycahFfSTrkbeU3H9mBqJP > .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); }#hpOEsPUTPerycahFfSTrkbeU3H9mBqJP > .row .container { border-width: 0; border-radius: 0; }#hpOEsPUTPerycahFfSTrkbeU3H9mBqJP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hpOEsPUTPerycahFfSTrkbeU3H9mBqJP > .row .container { font-size:14px;font-family:arial;height:650px;width:1200px;position:relative;display:block; }#hLt480T5NV0xoOA65S95bx6oV389HTxh { color:#dc8461;display:block;width:279px;position:absolute;font-family:georgia;font-size:27px;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:159.0859375px;left:815px;height:35.0938px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nx8wgaoZnpcfTICas7nDE0r025Knkw7E { color:#ffffff;display:block;width:306px;position:absolute;font-family:"work sans";font-size:17px;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:208.1875px;left:815px;height:44.1875px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FG9Uf5XJssvTMsAVNQKLIICp9DOCPDf2 { box-sizing:content-box;height:15px;width:15px;position:absolute;border-top-right-radius:600px;border-bottom-right-radius:600px;border-bottom-left-radius:600px;border-top-left-radius:600px;display:block;z-index:15022;background-color:#e3e3e3;background-image:none;top:193.1796875px;left:601.5px;display:block; }
#HqHWfHsTHi9ppryA30y3N2LNV0TaiRKi { box-sizing:content-box;height:1px;width:295px;position:absolute;display:block;z-index:15023;background-color:#e3e3e3;background-image:none;top:199.6875px;left:607.5px;display:block; }
#NQFZfdDWVvteop5qxoTPXtu4bwAudeFt { box-sizing:content-box;height:15px;width:15px;position:absolute;border-top-right-radius:600px;border-bottom-right-radius:600px;border-bottom-left-radius:600px;border-top-left-radius:600px;display:block;z-index:15024;background-color:#e3e3e3;background-image:none;top:547.765625px;left:764px;display:block; }
#xwLrunq6fK72rBxl5TQLAhh8IpL27whe { color:#dc8461;display:block;width:201px;position:absolute;font-family:georgia;font-size:27px;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:428.8984375px;left:68px;height:35.0938px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#rIieXxTJAa1hy3g8H1xw8HznnwDn1rld { color:#ffffff;display:block;width:245px;position:absolute;font-family:"work sans";font-size:17px;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:478px;left:25px;height:44.1875px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#D85oISENHQd6u4TwInpLxof6KdREaTHZ { color:#ffffff;display:block;width:346px;position:absolute;font-family:"work sans";font-size:18px;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:150.6875px;left:60px;height:125.977px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TaIdHB7TBDvk0QFr77sI8HRKAKlhV1Nu { color:#dc8461;display:block;width:348px;position:absolute;font-family:georgia;font-size:24px;font-weight:400;z-index:15012;line-height:1.2;letter-spacing:0;top:77px;left:59px;height:57.5938px;font-style:italic;text-align:center;text-align-last:center;display:block; }
#Va1gsDsTzDTFTKwmRdfQQ09VKwmy3BaL { box-sizing:content-box;height:15px;width:15px;position:absolute;border-top-right-radius:600px;border-bottom-right-radius:600px;border-bottom-left-radius:600px;border-top-left-radius:600px;display:block;z-index:15024;background-color:#e3e3e3;background-image:none;top:463px;left:476px;display:block; }
#lh2nPsQdwTPN8dXbQkolMxlkv3Zsw2FT { box-sizing:content-box;height:1px;width:295px;position:absolute;display:block;z-index:15025;background-color:#e3e3e3;background-image:none;top:470px;left:181px;display:block; }
#z4grI1dOOlVaAyzwH6iJ0SmgWSmpBG8a { color:#dc8461;display:block;width:194px;position:absolute;font-family:georgia;font-size:27px;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:513.6640625px;left:941px;height:35.0938px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uru96lqEsmVKrOpc9R3O1lSTyhV4BBBs { color:#ffffff;display:block;width:219px;position:absolute;font-family:"work sans";font-size:17px;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:562.765625px;left:941.5px;height:22.0938px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FrwHHBq5LnBJ1IGOqgoMcMKeQOEUk6tA { box-sizing:content-box;height:1px;width:320px;position:absolute;display:block;z-index:15024;background-color:#e3e3e3;background-image:none;top:554.765625px;left:778px;display:block; }
#NaEVckmE19Gha0bK8LlHN3pZGTod8lFc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/2bf8d7d3-33d7-4dfa-9ab6-7f33a1842f28/bicchieredesktop.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#NaEVckmE19Gha0bK8LlHN3pZGTod8lFc.adaptive-delivery-prevent-bg, #NaEVckmE19Gha0bK8LlHN3pZGTod8lFc.lazyload, #NaEVckmE19Gha0bK8LlHN3pZGTod8lFc.lazyloading { background-image: none; }#NaEVckmE19Gha0bK8LlHN3pZGTod8lFc > .row .container { background-color: transparent; background-image: none; }#NaEVckmE19Gha0bK8LlHN3pZGTod8lFc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NaEVckmE19Gha0bK8LlHN3pZGTod8lFc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NaEVckmE19Gha0bK8LlHN3pZGTod8lFc > .row .container > .video-iframe-container { display: none; }#NaEVckmE19Gha0bK8LlHN3pZGTod8lFc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NaEVckmE19Gha0bK8LlHN3pZGTod8lFc > .row > .video-iframe-container { display: none; }#NaEVckmE19Gha0bK8LlHN3pZGTod8lFc > .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); }#NaEVckmE19Gha0bK8LlHN3pZGTod8lFc > .row .container { border-width: 0; border-radius: 0; }#NaEVckmE19Gha0bK8LlHN3pZGTod8lFc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NaEVckmE19Gha0bK8LlHN3pZGTod8lFc > .row .container { font-size:14px;font-family:arial;height:650px;width:1200px;position:relative;display:block; }#Eo5C5xncXecNM3KWH130V8Ra96IJph5t { position:absolute;display:block;z-index:15021;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:130px;width:130px;top:71px;left:797px;overflow:hidden;display:block; }
#hzymLKFA6pzWMiIVy0pTDDd2pecBKTll { color:#ffffff;display:block;width:399px;position:absolute;font-family:"work sans";font-size:18px;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:314px;left:662.5px;height:100.781px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yF4roXexrrnnvH0DfxTlSmgU8uTUe9Gi { color:#dc8461;display:block;width:408px;position:absolute;font-family:georgia;font-size:27px;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:233px;left:658px;height:70.1875px;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#s7GQK26VSAHMB01FaTN9wqSkUFFc9Fad { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffaa8d, #b25432);background-image: -moz-linear-gradient(180deg, #ffaa8d, #b25432);background-image: -ms-linear-gradient(180deg, #ffaa8d, #b25432);background-image: -o-linear-gradient(180deg, #ffaa8d, #b25432);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaa8d', endColorstr='#b25432' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaa8d', endColorstr='#b25432' );";background-image: linear-gradient(180deg, #ffaa8d, #b25432);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;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:"work sans";font-size:16px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:200px;height:55px;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:452px;left:765.5px;display:block; }
#nBZ3UQ6nh7XhV04MgFT3UOzw7EUkANwM { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#zh56Eil4DUwK8xD0Jge2PX6aslJyQ5Nn { position:relative;display:block; }#zh56Eil4DUwK8xD0Jge2PX6aslJyQ5Nn { background-color: transparent; background-image: none; }#zh56Eil4DUwK8xD0Jge2PX6aslJyQ5Nn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zh56Eil4DUwK8xD0Jge2PX6aslJyQ5Nn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zh56Eil4DUwK8xD0Jge2PX6aslJyQ5Nn > .row .container > .video-iframe-container { display: none; }#zh56Eil4DUwK8xD0Jge2PX6aslJyQ5Nn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zh56Eil4DUwK8xD0Jge2PX6aslJyQ5Nn > .row > .video-iframe-container { display: none; }#zh56Eil4DUwK8xD0Jge2PX6aslJyQ5Nn > .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); }#zh56Eil4DUwK8xD0Jge2PX6aslJyQ5Nn { border-width: 0; border-radius: 0; }#zh56Eil4DUwK8xD0Jge2PX6aslJyQ5Nn > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zh56Eil4DUwK8xD0Jge2PX6aslJyQ5Nn > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;font-size:14px;font-family:arial;height:594px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#FLsUw0g2FZ3518ksFH5iXkaPV71fhaJH { color:#ffffff;display:block;width:686px;position:absolute;font-family:georgia;font-size:37px;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:14px;left:257px;height:40.6953px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#R2Do2t9IDRgTNiDLbeywR3Oe5BeSXJrg { position:absolute;display:block;z-index:15001;height:500px;width:1200px;top:81px;left:0px;display:block; }
#OSMkBTD1q10RTk5NZcEv3ZeiE8IdAetn { 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; }#OSMkBTD1q10RTk5NZcEv3ZeiE8IdAetn > .row .container { background-color: transparent; background-image: none; }#OSMkBTD1q10RTk5NZcEv3ZeiE8IdAetn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OSMkBTD1q10RTk5NZcEv3ZeiE8IdAetn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OSMkBTD1q10RTk5NZcEv3ZeiE8IdAetn > .row .container > .video-iframe-container { display: none; }#OSMkBTD1q10RTk5NZcEv3ZeiE8IdAetn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OSMkBTD1q10RTk5NZcEv3ZeiE8IdAetn > .row > .video-iframe-container { display: none; }#OSMkBTD1q10RTk5NZcEv3ZeiE8IdAetn > .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); }#OSMkBTD1q10RTk5NZcEv3ZeiE8IdAetn > .row .container { border-width: 0; border-radius: 0; }#OSMkBTD1q10RTk5NZcEv3ZeiE8IdAetn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OSMkBTD1q10RTk5NZcEv3ZeiE8IdAetn > .row .container { font-size:14px;font-family:arial;height:75px;width:1200px;position:relative;display:block; }#KA3A4I2u1uSZ3SiKFEmZoOnHrZym5Un7 { 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:67px;width:100px;top:3px;left:550px;overflow:hidden;display:block; }
#IJEhdIKWrnZwOwGS849oX2mA3e8SZXyK { 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; }#IJEhdIKWrnZwOwGS849oX2mA3e8SZXyK > .row .container { background-color: transparent; background-image: none; }#IJEhdIKWrnZwOwGS849oX2mA3e8SZXyK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IJEhdIKWrnZwOwGS849oX2mA3e8SZXyK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IJEhdIKWrnZwOwGS849oX2mA3e8SZXyK > .row .container > .video-iframe-container { display: none; }#IJEhdIKWrnZwOwGS849oX2mA3e8SZXyK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IJEhdIKWrnZwOwGS849oX2mA3e8SZXyK > .row > .video-iframe-container { display: none; }#IJEhdIKWrnZwOwGS849oX2mA3e8SZXyK > .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); }#IJEhdIKWrnZwOwGS849oX2mA3e8SZXyK > .row .container { border-width: 0; border-radius: 0; }#IJEhdIKWrnZwOwGS849oX2mA3e8SZXyK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IJEhdIKWrnZwOwGS849oX2mA3e8SZXyK > .row .container { font-size:14px;font-family:arial;height:96px;width:1200px;position:relative;display:block; }#f3GdCJtvgEe8vFchkffRkTrEm6mL8ETE { color:#ffffff;display:block;width:272px;position:absolute;font-family:"work sans";font-size:15px;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:41px;left:764px;height:39px;text-align:center;text-align-last:center;display:block; }
#cZEicN0sLkxQuWVq55pTJ47lX9h4CcOp { color:#ffffff;display:block;width:200px;position:absolute;font-family:"work sans";font-size:15px;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:11px;left:800px;height:19.5px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zy0xiE9Ew3GOfLsLTvUquDTsPa4sPd5P { color:#ffffff;display:block;width:272px;position:absolute;font-family:"work sans";font-size:15px;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:41px;left:178px;height:39px;text-align:center;text-align-last:center;display:block; }
#ouXTKiQi0ezV3I5W7Kw6OqLyOT3r5ZsD { color:#ffffff;display:block;width:340px;position:absolute;font-family:"work sans";font-size:15px;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:11px;left:144px;height:19.5px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pkFLfd93E0Zdbx4EvM7RIWqCDlr10tuW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ececec;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; }#pkFLfd93E0Zdbx4EvM7RIWqCDlr10tuW > .row .container { background-color: transparent; background-image: none; }#pkFLfd93E0Zdbx4EvM7RIWqCDlr10tuW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pkFLfd93E0Zdbx4EvM7RIWqCDlr10tuW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pkFLfd93E0Zdbx4EvM7RIWqCDlr10tuW > .row .container > .video-iframe-container { display: none; }#pkFLfd93E0Zdbx4EvM7RIWqCDlr10tuW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pkFLfd93E0Zdbx4EvM7RIWqCDlr10tuW > .row > .video-iframe-container { display: none; }#pkFLfd93E0Zdbx4EvM7RIWqCDlr10tuW > .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); }#pkFLfd93E0Zdbx4EvM7RIWqCDlr10tuW > .row .container { border-width: 0; border-radius: 0; }#pkFLfd93E0Zdbx4EvM7RIWqCDlr10tuW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pkFLfd93E0Zdbx4EvM7RIWqCDlr10tuW > .row .container { font-size:14px;font-family:arial;height:50px;width:1200px;position:relative;display:block; }#TMmnvv156DT2cTDsU2XMnnqirTCp9ntp { position:absolute;display:block;z-index:15010;height:19px;width:1158px;top:16.5px;left:22px;display:block; }
#gtnb4GOy0CgKs9LAstDTikOHhR1965kc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#gtnb4GOy0CgKs9LAstDTikOHhR1965kc > .row .container { background-color: transparent; background-image: none; }#gtnb4GOy0CgKs9LAstDTikOHhR1965kc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gtnb4GOy0CgKs9LAstDTikOHhR1965kc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gtnb4GOy0CgKs9LAstDTikOHhR1965kc > .row .container > .video-iframe-container { display: none; }#gtnb4GOy0CgKs9LAstDTikOHhR1965kc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gtnb4GOy0CgKs9LAstDTikOHhR1965kc > .row > .video-iframe-container { display: none; }#gtnb4GOy0CgKs9LAstDTikOHhR1965kc > .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); }#gtnb4GOy0CgKs9LAstDTikOHhR1965kc > .row .container { border-width: 0; border-radius: 0; }#gtnb4GOy0CgKs9LAstDTikOHhR1965kc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gtnb4GOy0CgKs9LAstDTikOHhR1965kc > .row .container { font-size:14px;font-family:arial;height:38px;width:1200px;position:relative;display:block; }#KHpdhb7FOShHfgKB4T3I1RmGJ0zox1Vp { color:#000000;display:block;width:200px;position:absolute;font-family:"work sans";font-size:14px;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:5.90625px;left:500px;height:18.1953px;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #voZw1tRwhiXHAXoIgboNCA9ZpIT2UQyx { display:block; }#voZw1tRwhiXHAXoIgboNCA9ZpIT2UQyx > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hX7K60QfpvTym8cgTEVb2M2fdPWPpbBX { top:45px;left:9px;width:130px;height:130px;display:block; }
 }@media only screen and (max-width: 763px) { #FwaykbFXTNcUCuJhmaowlt7MdJx6SCP4 { top:206px;left:0px;width:328px;height:35px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #LFn1EoSerPWqcgB5hZEGi9x8OvEhDpV6 { top:241px;left:0px;width:436px;height:35px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #gokpDSvOrQqdRIZuBvJ519CsaVs83Mb8 { top:306px;left:0px;width:372px;height:57px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #AEV0Bs9hy1u15lR5XLzOBFxFwHzd1cD3 { top:376px;left:0px;width:421px;height:151px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #a6n8zxUXVUosy91DVlpGDDbc2eBOhNMR { width:200px;height:55px;top:548px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #B8RgxuVX0huy90gISU9IGyVytUTf2thw { display:block; }
 }@media only screen and (max-width: 763px) { #CwsnLFldcWM51Rqc1Ui3fefzN5l0ns5T { display:block; }#CwsnLFldcWM51Rqc1Ui3fefzN5l0ns5T > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TDkThrZm6Ha7JsmITmBCNzmoeNCnayaG { top:38px;left:0px;width:202px;height:90px;display:block; }
 }@media only screen and (max-width: 763px) { #A7c38TcT9Ba6Ahu7ttsGORhVOqKiLETV { top:151px;left:0px;width:345px;height:26px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #NcslD10Rx6uNF6yJKMXhvonzOl8xAGch { top:186px;left:0px;width:319px;height:93px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #DA36Ee9aK7ZLZH6ssyD4mVpyG3zdyTVD { top:94px;left:549px;width:214px;height:572px;display:block; }
 }@media only screen and (max-width: 763px) { #awKVuLSlWrbQTyAeMEzMASNT80TiGv5s { display:block; }#awKVuLSlWrbQTyAeMEzMASNT80TiGv5s > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xuGBAPUlgIMuK8UBDW09tB0zoLTn61bU { top:378px;left:562px;width:202px;height:87px;display:block; }
 }@media only screen and (max-width: 763px) { #R2L6bCEHoOC2dW5KyeLqZcBJaNi3iPOQ { top:520px;left:445px;width:319px;height:93px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #M8g4pEe6W5TZ7mgnmLfBRHJN98Grn6qK { top:485px;left:405px;width:359px;height:26px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #Wq1P6Ny41MSqDwPanOe8z7FZLhu4ncT8 { top:94px;left:0px;width:215px;height:573px;display:block; }
 }@media only screen and (max-width: 763px) { #maTJrI1cZFCOJMxJDdEIThgi1RA6n5wb { display:block; }#maTJrI1cZFCOJMxJDdEIThgi1RA6n5wb > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DMC8c5xKNRdBWXnwZZwxTfTo1Wy4pSbM { top:35px;left:393px;width:371px;height:557px;display:block; }
 }@media only screen and (max-width: 763px) { #RxKFz6Q9d9FXP8hQhLJVTMPnN1yPrKWu { top:231px;left:485px;width:279px;height:110px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #hCzqcsl2R5451dSuqr8eq8BJMwswSsSz { top:351px;left:499px;width:265px;height:110px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #r4oLInp0r4Zpg6AJJ28kPCNP0CwlUnsl { top:119px;left:562px;width:202px;height:90px;display:block; }
 }@media only screen and (max-width: 763px) { #CAO1DipmfoVfv7ZIABLfQsSMnJzHX0U2 { top:37px;left:391px;width:373px;height:560px;display:block; }
 }@media only screen and (max-width: 763px) { #ZN7zVHtMQvWLDKqssMEhTJUD3aQwM86Z { top:471px;left:572px;width:192px;height:25px;display:block; }
 }@media only screen and (max-width: 763px) { #gEbrsWyfHH5VnRdUS6InediioihTTU9m { display:block; }#gEbrsWyfHH5VnRdUS6InediioihTTU9m > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MH8bd5bkcPigetEO3etQuzIkm8ZNLGtz { top:38px;left:393px;width:371px;height:557px;display:block; }
 }@media only screen and (max-width: 763px) { #fgxvmcZUWJs6NJWshLQc0OEPZO0q9rvO { top:37px;left:390px;width:374px;height:562px;display:block; }
 }@media only screen and (max-width: 763px) { #GQX7tKoFdWB4mZ1y58cGVU0flki1ohcN { top:316px;left:499px;width:265px;height:132px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #hT9kkiRLnFS3FNfXywWMQLWupgx2fFve { top:236px;left:485px;width:279px;height:66px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #lfcVxqr2cfrCTg9LkKgqkJX1sFIOhOT2 { top:129px;left:562px;width:202px;height:87px;display:block; }
 }@media only screen and (max-width: 763px) { #loNGqFfrWwHKfQvuS7PRF6mf8XWnORrW { top:472px;left:572px;width:192px;height:25px;display:block; }
 }@media only screen and (max-width: 763px) { #hpOEsPUTPerycahFfSTrkbeU3H9mBqJP { display:block; }#hpOEsPUTPerycahFfSTrkbeU3H9mBqJP > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hLt480T5NV0xoOA65S95bx6oV389HTxh { top:159px;left:485px;width:279px;height:35px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #nx8wgaoZnpcfTICas7nDE0r025Knkw7E { top:208px;left:458px;width:306px;height:44px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #FG9Uf5XJssvTMsAVNQKLIICp9DOCPDf2 { top:193px;left:383.5px;width:15px;height:15px;display:block; }
 }@media only screen and (max-width: 763px) { #HqHWfHsTHi9ppryA30y3N2LNV0TaiRKi { top:199px;left:389.5px;width:295px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #NQFZfdDWVvteop5qxoTPXtu4bwAudeFt { top:547px;left:546px;width:15px;height:15px;display:block; }
 }@media only screen and (max-width: 763px) { #xwLrunq6fK72rBxl5TQLAhh8IpL27whe { top:428px;left:0px;width:201px;height:35px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #rIieXxTJAa1hy3g8H1xw8HznnwDn1rld { top:478px;left:0px;width:245px;height:44px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #D85oISENHQd6u4TwInpLxof6KdREaTHZ { top:150px;left:0px;width:346px;height:125px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #TaIdHB7TBDvk0QFr77sI8HRKAKlhV1Nu { top:77px;left:0px;width:348px;height:57px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #Va1gsDsTzDTFTKwmRdfQQ09VKwmy3BaL { top:463px;left:258px;width:15px;height:15px;display:block; }
 }@media only screen and (max-width: 763px) { #lh2nPsQdwTPN8dXbQkolMxlkv3Zsw2FT { top:470px;left:0px;width:295px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #z4grI1dOOlVaAyzwH6iJ0SmgWSmpBG8a { top:513px;left:570px;width:194px;height:35px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #uru96lqEsmVKrOpc9R3O1lSTyhV4BBBs { top:562px;left:545px;width:219px;height:22px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #FrwHHBq5LnBJ1IGOqgoMcMKeQOEUk6tA { top:554px;left:444px;width:320px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #NaEVckmE19Gha0bK8LlHN3pZGTod8lFc { display:block; }#NaEVckmE19Gha0bK8LlHN3pZGTod8lFc > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Eo5C5xncXecNM3KWH130V8Ra96IJph5t { top:71px;left:579px;width:130px;height:130px;display:block; }
 }@media only screen and (max-width: 763px) { #hzymLKFA6pzWMiIVy0pTDDd2pecBKTll { top:314px;left:365px;width:399px;height:100px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #yF4roXexrrnnvH0DfxTlSmgU8uTUe9Gi { top:233px;left:356px;width:408px;height:70px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #s7GQK26VSAHMB01FaTN9wqSkUFFc9Fad { width:200px;height:55px;top:452px;left:547.5px;display:block; }
 }@media only screen and (max-width: 763px) { #nBZ3UQ6nh7XhV04MgFT3UOzw7EUkANwM { display:block; }
 }@media only screen and (max-width: 763px) { #zh56Eil4DUwK8xD0Jge2PX6aslJyQ5Nn { display:block; }#zh56Eil4DUwK8xD0Jge2PX6aslJyQ5Nn > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FLsUw0g2FZ3518ksFH5iXkaPV71fhaJH { top:14px;left:39px;width:686px;height:40px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #R2Do2t9IDRgTNiDLbeywR3Oe5BeSXJrg { top:81px;left:0px;width:764px;height:500px;display:block; }
 }@media only screen and (max-width: 763px) { #OSMkBTD1q10RTk5NZcEv3ZeiE8IdAetn { display:block; }#OSMkBTD1q10RTk5NZcEv3ZeiE8IdAetn > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KA3A4I2u1uSZ3SiKFEmZoOnHrZym5Un7 { top:3px;left:332px;width:100px;height:67px;display:block; }
 }@media only screen and (max-width: 763px) { #IJEhdIKWrnZwOwGS849oX2mA3e8SZXyK { display:block; }#IJEhdIKWrnZwOwGS849oX2mA3e8SZXyK > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f3GdCJtvgEe8vFchkffRkTrEm6mL8ETE { top:41px;left:437px;width:272px;height:38px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #cZEicN0sLkxQuWVq55pTJ47lX9h4CcOp { top:11px;left:473px;width:200px;height:19px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #zy0xiE9Ew3GOfLsLTvUquDTsPa4sPd5P { top:41px;left:69px;width:272px;height:39px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #ouXTKiQi0ezV3I5W7Kw6OqLyOT3r5ZsD { top:11px;left:35px;width:340px;height:19px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #pkFLfd93E0Zdbx4EvM7RIWqCDlr10tuW { display:block; }#pkFLfd93E0Zdbx4EvM7RIWqCDlr10tuW > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TMmnvv156DT2cTDsU2XMnnqirTCp9ntp { top:16px;left:0px;width:764px;height:19px;display:block; }
 }@media only screen and (max-width: 763px) { #gtnb4GOy0CgKs9LAstDTikOHhR1965kc { display:block; }#gtnb4GOy0CgKs9LAstDTikOHhR1965kc > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KHpdhb7FOShHfgKB4T3I1RmGJ0zox1Vp { top:5px;left:282px;width:200px;height:18px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #voZw1tRwhiXHAXoIgboNCA9ZpIT2UQyx { background-color:#00000d;background-image:url("https://images.assets-landingi.com/uc/569c34cb-dbd2-4a00-aa1f-8322224261c1/mobiletopamari.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#voZw1tRwhiXHAXoIgboNCA9ZpIT2UQyx.adaptive-delivery-prevent-bg, #voZw1tRwhiXHAXoIgboNCA9ZpIT2UQyx.lazyload, #voZw1tRwhiXHAXoIgboNCA9ZpIT2UQyx.lazyloading { background-image: none; }#voZw1tRwhiXHAXoIgboNCA9ZpIT2UQyx > .row .container { background-color: transparent; background-image: none; }#voZw1tRwhiXHAXoIgboNCA9ZpIT2UQyx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#voZw1tRwhiXHAXoIgboNCA9ZpIT2UQyx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#voZw1tRwhiXHAXoIgboNCA9ZpIT2UQyx > .row .container > .video-iframe-container { display: none; }#voZw1tRwhiXHAXoIgboNCA9ZpIT2UQyx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#voZw1tRwhiXHAXoIgboNCA9ZpIT2UQyx > .row > .video-iframe-container { display: none; }#voZw1tRwhiXHAXoIgboNCA9ZpIT2UQyx > .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); }#voZw1tRwhiXHAXoIgboNCA9ZpIT2UQyx > .row .container { width:320px;height:938px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hX7K60QfpvTym8cgTEVb2M2fdPWPpbBX { width:110px;height:110px;top:23px;left:105px;display:block; }
 }@media only screen and (max-width: 763px) { #FwaykbFXTNcUCuJhmaowlt7MdJx6SCP4 { width:320px;height:28.7969px;top:155px;left:0px;font-size:24px;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #LFn1EoSerPWqcgB5hZEGi9x8OvEhDpV6 { width:320px;height:25.1953px;top:183.796875px;left:1.5px;font-size:21px;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #gokpDSvOrQqdRIZuBvJ519CsaVs83Mb8 { width:320px;height:60px;top:226px;left:0px;font-size:25px;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #AEV0Bs9hy1u15lR5XLzOBFxFwHzd1cD3 { width:314px;height:187.188px;top:295px;left:3px;font-size:18px;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #a6n8zxUXVUosy91DVlpGDDbc2eBOhNMR { width:200px;height:65px;top:517px;left:57px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #B8RgxuVX0huy90gISU9IGyVytUTf2thw { display:block; }
 }@media only screen and (max-width: 763px) { #CwsnLFldcWM51Rqc1Ui3fefzN5l0ns5T { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/5fded002-6dd7-4124-b0a3-c6d5a5172409/mobilebackvirentis.jpg");background-position:bottom 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CwsnLFldcWM51Rqc1Ui3fefzN5l0ns5T.adaptive-delivery-prevent-bg, #CwsnLFldcWM51Rqc1Ui3fefzN5l0ns5T.lazyload, #CwsnLFldcWM51Rqc1Ui3fefzN5l0ns5T.lazyloading { background-image: none; }#CwsnLFldcWM51Rqc1Ui3fefzN5l0ns5T > .row .container { background-color: transparent; background-image: none; }#CwsnLFldcWM51Rqc1Ui3fefzN5l0ns5T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CwsnLFldcWM51Rqc1Ui3fefzN5l0ns5T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CwsnLFldcWM51Rqc1Ui3fefzN5l0ns5T > .row .container > .video-iframe-container { display: none; }#CwsnLFldcWM51Rqc1Ui3fefzN5l0ns5T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CwsnLFldcWM51Rqc1Ui3fefzN5l0ns5T > .row > .video-iframe-container { display: none; }#CwsnLFldcWM51Rqc1Ui3fefzN5l0ns5T > .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); }#CwsnLFldcWM51Rqc1Ui3fefzN5l0ns5T > .row .container { border-width: 0; border-radius: 0; }#CwsnLFldcWM51Rqc1Ui3fefzN5l0ns5T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CwsnLFldcWM51Rqc1Ui3fefzN5l0ns5T > .row .container { width:320px;height:709px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TDkThrZm6Ha7JsmITmBCNzmoeNCnayaG { width:202px;height:90px;top:30px;left:59px;display:block; }
 }@media only screen and (max-width: 763px) { #A7c38TcT9Ba6Ahu7ttsGORhVOqKiLETV { width:304px;height:55.1875px;top:146.9921875px;left:8px;font-size:23px;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #NcslD10Rx6uNF6yJKMXhvonzOl8xAGch { width:319px;height:93.5938px;top:205.1796875px;left:0px;font-size:18px;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #DA36Ee9aK7ZLZH6ssyD4mVpyG3zdyTVD { width:149px;height:398px;top:307px;left:85px;display:block; }
 }@media only screen and (max-width: 763px) { #awKVuLSlWrbQTyAeMEzMASNT80TiGv5s { background-color:#1f3b5d;background-image:url("https://images.assets-landingi.com/uc/e6e82685-7fd9-4a6c-8fc6-bc8be1aa6444/mobilebackinverum.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#awKVuLSlWrbQTyAeMEzMASNT80TiGv5s.adaptive-delivery-prevent-bg, #awKVuLSlWrbQTyAeMEzMASNT80TiGv5s.lazyload, #awKVuLSlWrbQTyAeMEzMASNT80TiGv5s.lazyloading { background-image: none; }#awKVuLSlWrbQTyAeMEzMASNT80TiGv5s > .row .container { background-color: transparent; background-image: none; }#awKVuLSlWrbQTyAeMEzMASNT80TiGv5s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#awKVuLSlWrbQTyAeMEzMASNT80TiGv5s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#awKVuLSlWrbQTyAeMEzMASNT80TiGv5s > .row .container > .video-iframe-container { display: none; }#awKVuLSlWrbQTyAeMEzMASNT80TiGv5s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#awKVuLSlWrbQTyAeMEzMASNT80TiGv5s > .row > .video-iframe-container { display: none; }#awKVuLSlWrbQTyAeMEzMASNT80TiGv5s > .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); }#awKVuLSlWrbQTyAeMEzMASNT80TiGv5s > .row .container { width:320px;height:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xuGBAPUlgIMuK8UBDW09tB0zoLTn61bU { width:202px;height:87px;top:442px;left:59px;display:block; }
 }@media only screen and (max-width: 763px) { #R2L6bCEHoOC2dW5KyeLqZcBJaNi3iPOQ { width:319px;height:93.5938px;top:615px;left:0px;font-size:18px;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #M8g4pEe6W5TZ7mgnmLfBRHJN98Grn6qK { width:320px;height:55.1875px;top:551px;left:0px;font-size:23px;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Wq1P6Ny41MSqDwPanOe8z7FZLhu4ncT8 { width:150px;height:399px;top:35px;left:85px;display:block; }
 }@media only screen and (max-width: 763px) { #maTJrI1cZFCOJMxJDdEIThgi1RA6n5wb { background-color:#455e12;background-image:url("https://images.assets-landingi.com/uc/127ca141-8fef-4e0c-8956-abb353d8c150/virentismobile.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#maTJrI1cZFCOJMxJDdEIThgi1RA6n5wb.adaptive-delivery-prevent-bg, #maTJrI1cZFCOJMxJDdEIThgi1RA6n5wb.lazyload, #maTJrI1cZFCOJMxJDdEIThgi1RA6n5wb.lazyloading { background-image: none; }#maTJrI1cZFCOJMxJDdEIThgi1RA6n5wb > .row .container { background-color: transparent; background-image: none; }#maTJrI1cZFCOJMxJDdEIThgi1RA6n5wb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#maTJrI1cZFCOJMxJDdEIThgi1RA6n5wb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#maTJrI1cZFCOJMxJDdEIThgi1RA6n5wb > .row .container > .video-iframe-container { display: none; }#maTJrI1cZFCOJMxJDdEIThgi1RA6n5wb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#maTJrI1cZFCOJMxJDdEIThgi1RA6n5wb > .row > .video-iframe-container { display: none; }#maTJrI1cZFCOJMxJDdEIThgi1RA6n5wb > .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); }#maTJrI1cZFCOJMxJDdEIThgi1RA6n5wb > .row .container { width:320px;height:959px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DMC8c5xKNRdBWXnwZZwxTfTo1Wy4pSbM { width:320px;height:480.43126684636px;top:9px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #RxKFz6Q9d9FXP8hQhLJVTMPnN1yPrKWu { width:237px;height:103.984px;top:197px;left:42px;font-size:16px;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #hCzqcsl2R5451dSuqr8eq8BJMwswSsSz { width:232px;height:124.781px;top:313px;left:44px;font-size:16px;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #r4oLInp0r4Zpg6AJJ28kPCNP0CwlUnsl { width:190px;height:84px;top:95px;left:65px;display:block; }
 }@media only screen and (max-width: 763px) { #CAO1DipmfoVfv7ZIABLfQsSMnJzHX0U2 { width:318px;height:478px;top:12px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ZN7zVHtMQvWLDKqssMEhTJUD3aQwM86Z { width:192px;height:25px;top:510px;left:64px;display:block; }
 }@media only screen and (max-width: 763px) { #gEbrsWyfHH5VnRdUS6InediioihTTU9m { background-color:#1d120d;background-image:url("https://images.assets-landingi.com/uc/a1ae0b77-d98e-44aa-894f-aca00761435f/inverummobile.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#gEbrsWyfHH5VnRdUS6InediioihTTU9m.adaptive-delivery-prevent-bg, #gEbrsWyfHH5VnRdUS6InediioihTTU9m.lazyload, #gEbrsWyfHH5VnRdUS6InediioihTTU9m.lazyloading { background-image: none; }#gEbrsWyfHH5VnRdUS6InediioihTTU9m > .row .container { background-color: transparent; background-image: none; }#gEbrsWyfHH5VnRdUS6InediioihTTU9m::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gEbrsWyfHH5VnRdUS6InediioihTTU9m > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gEbrsWyfHH5VnRdUS6InediioihTTU9m > .row .container > .video-iframe-container { display: none; }#gEbrsWyfHH5VnRdUS6InediioihTTU9m > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gEbrsWyfHH5VnRdUS6InediioihTTU9m > .row > .video-iframe-container { display: none; }#gEbrsWyfHH5VnRdUS6InediioihTTU9m > .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); }#gEbrsWyfHH5VnRdUS6InediioihTTU9m > .row .container { width:320px;height:730px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MH8bd5bkcPigetEO3etQuzIkm8ZNLGtz { width:320px;height:480.43126684636px;top:21px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #fgxvmcZUWJs6NJWshLQc0OEPZO0q9rvO { width:320px;height:480.85561497326px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #GQX7tKoFdWB4mZ1y58cGVU0flki1ohcN { width:238px;height:124.781px;top:294.71875px;left:41px;font-size:16px;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #hT9kkiRLnFS3FNfXywWMQLWupgx2fFve { width:231px;height:62.3906px;top:217px;left:44.5px;font-size:16px;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #lfcVxqr2cfrCTg9LkKgqkJX1sFIOhOT2 { width:202px;height:87px;top:105px;left:59px;display:block; }
 }@media only screen and (max-width: 763px) { #loNGqFfrWwHKfQvuS7PRF6mf8XWnORrW { width:192px;height:25px;top:521.43px;left:64px;display:block; }
 }@media only screen and (max-width: 763px) { #hpOEsPUTPerycahFfSTrkbeU3H9mBqJP { background-color:#0b0713;background-image:url("https://images.assets-landingi.com/uc/afc04b6e-fa2e-4f84-89d6-8783c98d6f62/bottigliamobile.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#hpOEsPUTPerycahFfSTrkbeU3H9mBqJP.adaptive-delivery-prevent-bg, #hpOEsPUTPerycahFfSTrkbeU3H9mBqJP.lazyload, #hpOEsPUTPerycahFfSTrkbeU3H9mBqJP.lazyloading { background-image: none; }#hpOEsPUTPerycahFfSTrkbeU3H9mBqJP > .row .container { background-color: transparent; background-image: none; }#hpOEsPUTPerycahFfSTrkbeU3H9mBqJP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hpOEsPUTPerycahFfSTrkbeU3H9mBqJP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hpOEsPUTPerycahFfSTrkbeU3H9mBqJP > .row .container > .video-iframe-container { display: none; }#hpOEsPUTPerycahFfSTrkbeU3H9mBqJP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hpOEsPUTPerycahFfSTrkbeU3H9mBqJP > .row > .video-iframe-container { display: none; }#hpOEsPUTPerycahFfSTrkbeU3H9mBqJP > .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); }#hpOEsPUTPerycahFfSTrkbeU3H9mBqJP > .row .container { width:320px;height:852px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hLt480T5NV0xoOA65S95bx6oV389HTxh { width:279px;height:33.7969px;top:244px;left:13px;font-size:26px;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #nx8wgaoZnpcfTICas7nDE0r025Knkw7E { width:277px;height:41.5938px;top:279px;left:22px;font-size:16px;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #FG9Uf5XJssvTMsAVNQKLIICp9DOCPDf2 { width:15px;height:15px;top:319.6875px;left:152.5px;display:none; }
 }@media only screen and (max-width: 763px) { #HqHWfHsTHi9ppryA30y3N2LNV0TaiRKi { width:295px;height:1px;top:343.2817px;left:12px;display:none; }
 }@media only screen and (max-width: 763px) { #NQFZfdDWVvteop5qxoTPXtu4bwAudeFt { width:15px;height:15px;top:598.5631px;left:152px;display:none; }
 }@media only screen and (max-width: 763px) { #xwLrunq6fK72rBxl5TQLAhh8IpL27whe { width:201px;height:33.7969px;top:331px;left:59px;font-size:26px;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #rIieXxTJAa1hy3g8H1xw8HznnwDn1rld { width:245px;height:41.5938px;top:366px;left:38px;font-size:16px;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #D85oISENHQd6u4TwInpLxof6KdREaTHZ { width:305px;height:116.992px;top:100px;left:7.5px;font-size:18px;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #TaIdHB7TBDvk0QFr77sI8HRKAKlhV1Nu { width:320px;height:57.5938px;top:28px;left:0px;font-size:24px;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Va1gsDsTzDTFTKwmRdfQQ09VKwmy3BaL { width:15px;height:15px;top:420px;left:152.5px;display:none; }
 }@media only screen and (max-width: 763px) { #lh2nPsQdwTPN8dXbQkolMxlkv3Zsw2FT { width:295px;height:1px;top:480.9693px;left:12px;display:none; }
 }@media only screen and (max-width: 763px) { #z4grI1dOOlVaAyzwH6iJ0SmgWSmpBG8a { width:194px;height:33.7969px;top:424px;left:63px;font-size:26px;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #uru96lqEsmVKrOpc9R3O1lSTyhV4BBBs { width:219px;height:20.7969px;top:459px;left:51px;font-size:16px;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #FrwHHBq5LnBJ1IGOqgoMcMKeQOEUk6tA { width:320px;height:1px;top:688.6569px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #NaEVckmE19Gha0bK8LlHN3pZGTod8lFc { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/63fff3bf-ac61-4062-b5fe-c43a7cf864f0/bicchieremobile.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#NaEVckmE19Gha0bK8LlHN3pZGTod8lFc.adaptive-delivery-prevent-bg, #NaEVckmE19Gha0bK8LlHN3pZGTod8lFc.lazyload, #NaEVckmE19Gha0bK8LlHN3pZGTod8lFc.lazyloading { background-image: none; }#NaEVckmE19Gha0bK8LlHN3pZGTod8lFc > .row .container { background-color: transparent; background-image: none; }#NaEVckmE19Gha0bK8LlHN3pZGTod8lFc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NaEVckmE19Gha0bK8LlHN3pZGTod8lFc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NaEVckmE19Gha0bK8LlHN3pZGTod8lFc > .row .container > .video-iframe-container { display: none; }#NaEVckmE19Gha0bK8LlHN3pZGTod8lFc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NaEVckmE19Gha0bK8LlHN3pZGTod8lFc > .row > .video-iframe-container { display: none; }#NaEVckmE19Gha0bK8LlHN3pZGTod8lFc > .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); }#NaEVckmE19Gha0bK8LlHN3pZGTod8lFc > .row .container { width:320px;height:619px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Eo5C5xncXecNM3KWH130V8Ra96IJph5t { width:100px;height:100px;top:36px;left:110px;display:block; }
 }@media only screen and (max-width: 763px) { #hzymLKFA6pzWMiIVy0pTDDd2pecBKTll { width:309px;height:135px;top:267px;left:6px;font-size:18px;text-align:center;text-align-last:center;line-height:1.5;text-shadow:1px 1px 3px #000000;display:block; }
 }@media only screen and (max-width: 763px) { #yF4roXexrrnnvH0DfxTlSmgU8uTUe9Gi { width:299px;height:100.781px;top:156px;left:11px;font-size:28px;text-align:center;text-align-last:center;line-height:1.2;text-shadow:2px 2px 3px #000000;display:block; }
 }@media only screen and (max-width: 763px) { #s7GQK26VSAHMB01FaTN9wqSkUFFc9Fad { width:200px;height:55px;top:437px;left:60px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #nBZ3UQ6nh7XhV04MgFT3UOzw7EUkANwM { display:block; }
 }@media only screen and (max-width: 763px) { #zh56Eil4DUwK8xD0Jge2PX6aslJyQ5Nn { display:block; }#zh56Eil4DUwK8xD0Jge2PX6aslJyQ5Nn > .row .container { width:320px;height:597px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FLsUw0g2FZ3518ksFH5iXkaPV71fhaJH { width:254px;height:57.1875px;top:5.6875px;left:33px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #R2Do2t9IDRgTNiDLbeywR3Oe5BeSXJrg { width:320px;height:525px;top:69.6875px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #OSMkBTD1q10RTk5NZcEv3ZeiE8IdAetn { display:block; }#OSMkBTD1q10RTk5NZcEv3ZeiE8IdAetn > .row .container { width:320px;height:77px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KA3A4I2u1uSZ3SiKFEmZoOnHrZym5Un7 { width:90px;height:60px;top:7.5px;left:115px;display:block; }
 }@media only screen and (max-width: 763px) { #IJEhdIKWrnZwOwGS849oX2mA3e8SZXyK { display:block; }#IJEhdIKWrnZwOwGS849oX2mA3e8SZXyK > .row .container { width:320px;height:164px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f3GdCJtvgEe8vFchkffRkTrEm6mL8ETE { width:272px;height:39px;top:112px;left:24px;font-size:15px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cZEicN0sLkxQuWVq55pTJ47lX9h4CcOp { width:200px;height:19.5px;top:89px;left:60px;font-size:15px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zy0xiE9Ew3GOfLsLTvUquDTsPa4sPd5P { width:272px;height:39px;top:37px;left:24px;font-size:15px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ouXTKiQi0ezV3I5W7Kw6OqLyOT3r5ZsD { width:260px;height:19.5px;top:9px;left:30px;font-size:15px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pkFLfd93E0Zdbx4EvM7RIWqCDlr10tuW { display:block; }#pkFLfd93E0Zdbx4EvM7RIWqCDlr10tuW > .row .container { width:320px;height:106px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TMmnvv156DT2cTDsU2XMnnqirTCp9ntp { width:320px;height:19px;top:23.5px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #gtnb4GOy0CgKs9LAstDTikOHhR1965kc { display:block; }#gtnb4GOy0CgKs9LAstDTikOHhR1965kc > .row .container { width:320px;height:51px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KHpdhb7FOShHfgKB4T3I1RmGJ0zox1Vp { width:200px;height:18.1953px;top:15px;left:60px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }