.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sJDLzEO5NH8Du58lOqgkdoEn4CZeESCk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/507eca72-f7eb-4ad5-9328-42ed551b25e6/11.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; }#sJDLzEO5NH8Du58lOqgkdoEn4CZeESCk.adaptive-delivery-prevent-bg, #sJDLzEO5NH8Du58lOqgkdoEn4CZeESCk.lazyload, #sJDLzEO5NH8Du58lOqgkdoEn4CZeESCk.lazyloading { background-image: none; }#sJDLzEO5NH8Du58lOqgkdoEn4CZeESCk > .row .container { background-color: transparent; background-image: none; }#sJDLzEO5NH8Du58lOqgkdoEn4CZeESCk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(26,9,11,0.43); }#sJDLzEO5NH8Du58lOqgkdoEn4CZeESCk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sJDLzEO5NH8Du58lOqgkdoEn4CZeESCk > .row .container > .video-iframe-container { display: none; }#sJDLzEO5NH8Du58lOqgkdoEn4CZeESCk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(26,9,11,0.43); }#sJDLzEO5NH8Du58lOqgkdoEn4CZeESCk > .row > .video-iframe-container { display: none; }#sJDLzEO5NH8Du58lOqgkdoEn4CZeESCk > .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); }#sJDLzEO5NH8Du58lOqgkdoEn4CZeESCk > .row .container { border-width: 0; border-radius: 0; }#sJDLzEO5NH8Du58lOqgkdoEn4CZeESCk::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; }#sJDLzEO5NH8Du58lOqgkdoEn4CZeESCk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sJDLzEO5NH8Du58lOqgkdoEn4CZeESCk > .row .container { font-size:0.875rem;font-family:arial;height:50rem;width:75rem;position:relative;display:block; }#QzLOrnmBuQ7geucNg6CErv58GzE1X1Qu { color:#efe2d7;display:block;width:27.1875rem;position:absolute;font-family:"playfair display";font-size:2.1875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:26.625rem;left:23.906251907349rem;height:5.6666665rem;text-align:center;text-align-last:center;display:block; }
#XzX1ytvhcm1DZztXxU5bkoHftQAbiERT { background-color:#b66533;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#efe2d7;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sackers;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.552084rem;height:3.48958325rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:38.9375rem;left:27.723958969116rem;display:block; }
#G0hA3UNWmpSi6DshmLBmrBEAZa3Ose4x { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JZlp3posU0ZWm1GwnVeJ0RFvThgQPiRw { 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:7.25rem;width:8.75rem;top:17.5625rem;left:33.125001907349rem;overflow:hidden;display:block; }
#CyXkfuiTbSDk1eKPgLCyM7w16TzEUwTm { color:#b66533;display:block;width:27.1875rem;position:absolute;font-family:"playfair display";font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:34rem;left:23.906251907349rem;height:3.16666675rem;text-align:center;text-align-last:center;display:block; }
#JgecxUQ7KrOl38izQKEpTEBC3H33rVKW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1a090b;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; }#JgecxUQ7KrOl38izQKEpTEBC3H33rVKW > .row .container { background-color: transparent; background-image: none; }#JgecxUQ7KrOl38izQKEpTEBC3H33rVKW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JgecxUQ7KrOl38izQKEpTEBC3H33rVKW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JgecxUQ7KrOl38izQKEpTEBC3H33rVKW > .row .container > .video-iframe-container { display: none; }#JgecxUQ7KrOl38izQKEpTEBC3H33rVKW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JgecxUQ7KrOl38izQKEpTEBC3H33rVKW > .row > .video-iframe-container { display: none; }#JgecxUQ7KrOl38izQKEpTEBC3H33rVKW > .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); }#JgecxUQ7KrOl38izQKEpTEBC3H33rVKW > .row .container { border-width: 0; border-radius: 0; }#JgecxUQ7KrOl38izQKEpTEBC3H33rVKW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JgecxUQ7KrOl38izQKEpTEBC3H33rVKW > .row .container { font-size:0.875rem;font-family:arial;height:15.5625rem;width:75rem;position:relative;display:block; }#l6vC98IRWl36QDcFrcnKiFOtbm9IXIOi { color:#efe2d7;display:block;width:23.4375rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:4.28125rem;left:39.125rem;height:8rem;display:block; }
#zit7OS2fZ5kyVmBCDOWSAEiiN6KpwHkq { color:#efe2d7;display:block;width:18.3125rem;position:absolute;font-family:"playfair display";font-size:1.875rem;font-weight:normal;z-index:15003;line-height:1.2;letter-spacing:0;top:5.53125rem;left:11.375rem;height:4.5rem;text-align:left;text-align-last:left;display:block; }
#rOIuhGWnDwTI4HGBhghkPLdv8HnOPtk4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/90452425-4cef-42d2-8521-1e3137e93196/Cpiade1003__MG_0116_.jpg");background-position:top 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; }#rOIuhGWnDwTI4HGBhghkPLdv8HnOPtk4.adaptive-delivery-prevent-bg, #rOIuhGWnDwTI4HGBhghkPLdv8HnOPtk4.lazyload, #rOIuhGWnDwTI4HGBhghkPLdv8HnOPtk4.lazyloading { background-image: none; }#rOIuhGWnDwTI4HGBhghkPLdv8HnOPtk4 > .row .container { background-color: transparent; background-image: none; }#rOIuhGWnDwTI4HGBhghkPLdv8HnOPtk4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rOIuhGWnDwTI4HGBhghkPLdv8HnOPtk4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rOIuhGWnDwTI4HGBhghkPLdv8HnOPtk4 > .row .container > .video-iframe-container { display: none; }#rOIuhGWnDwTI4HGBhghkPLdv8HnOPtk4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rOIuhGWnDwTI4HGBhghkPLdv8HnOPtk4 > .row > .video-iframe-container { display: none; }#rOIuhGWnDwTI4HGBhghkPLdv8HnOPtk4 > .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); }#rOIuhGWnDwTI4HGBhghkPLdv8HnOPtk4 > .row .container { border-width: 0; border-radius: 0; }#rOIuhGWnDwTI4HGBhghkPLdv8HnOPtk4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rOIuhGWnDwTI4HGBhghkPLdv8HnOPtk4 > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:75rem;position:relative;display:block; }#VhJKTRG8bldkrtDntZ8GOTsIcO48Juqx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1a090b;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; }#VhJKTRG8bldkrtDntZ8GOTsIcO48Juqx > .row .container { background-color: transparent; background-image: none; }#VhJKTRG8bldkrtDntZ8GOTsIcO48Juqx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VhJKTRG8bldkrtDntZ8GOTsIcO48Juqx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VhJKTRG8bldkrtDntZ8GOTsIcO48Juqx > .row .container > .video-iframe-container { display: none; }#VhJKTRG8bldkrtDntZ8GOTsIcO48Juqx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VhJKTRG8bldkrtDntZ8GOTsIcO48Juqx > .row > .video-iframe-container { display: none; }#VhJKTRG8bldkrtDntZ8GOTsIcO48Juqx > .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); }#VhJKTRG8bldkrtDntZ8GOTsIcO48Juqx > .row .container { border-width: 0; border-radius: 0; }#VhJKTRG8bldkrtDntZ8GOTsIcO48Juqx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VhJKTRG8bldkrtDntZ8GOTsIcO48Juqx > .row .container { font-size:0.875rem;font-family:arial;height:23.875rem;width:75rem;position:relative;display:block; }#KtT5NvDy0XofZcWDCiyzSGATErrvp9co { color:#efe2d7;display:block;width:19.375rem;position:absolute;font-family:sackers;font-size:1.5625rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:6.375rem;left:27.8125rem;height:4rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JLKeI2LEXAXp1Z1a8VWSTzCkoSC45ra8 { color:#efe2d7;display:block;width:43.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:12.75rem;left:15.8125rem;height:4.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XKVMcHHC14qWTCTLBlyu4UwvTNIfbmLW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1a090b;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; }#XKVMcHHC14qWTCTLBlyu4UwvTNIfbmLW > .row .container { background-color: transparent; background-image: none; }#XKVMcHHC14qWTCTLBlyu4UwvTNIfbmLW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XKVMcHHC14qWTCTLBlyu4UwvTNIfbmLW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XKVMcHHC14qWTCTLBlyu4UwvTNIfbmLW > .row .container > .video-iframe-container { display: none; }#XKVMcHHC14qWTCTLBlyu4UwvTNIfbmLW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XKVMcHHC14qWTCTLBlyu4UwvTNIfbmLW > .row > .video-iframe-container { display: none; }#XKVMcHHC14qWTCTLBlyu4UwvTNIfbmLW > .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); }#XKVMcHHC14qWTCTLBlyu4UwvTNIfbmLW > .row .container { border-width: 0; border-radius: 0; }#XKVMcHHC14qWTCTLBlyu4UwvTNIfbmLW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XKVMcHHC14qWTCTLBlyu4UwvTNIfbmLW > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#PyaVb6TJJ8XMSqVM6vTFDk0VT3DmITl5 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:9.375rem;width:9.375rem;top:1.875rem;left:14rem;overflow:hidden;display:block; }
#fpnq1lXzwsWWdIJv0lh1Ep5FG0i3h6bb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:11.1875rem;left:17.1875rem; }
#vkJgNH7ZTpBebicAhcEDwKomVppZ909t { color:#efe2d7;display:block;width:15.25rem;position:absolute;font-family:sackers;font-size:1rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:14.3125rem;left:11.125rem;height:2.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kRCZynwFvggbKRTa40tkwrJJau6x0h2C { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:9.375rem;width:9.375rem;top:1.875rem;left:51.5rem;overflow:hidden;display:block; }
#DVpixs6k3JA020752OhgSK49SxWHyK87 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:11.1875rem;left:54.6875rem; }
#otuZ97Ca0wqszcGnAU0I3U6ZpiwlPoab { color:#efe2d7;display:block;width:15.25rem;position:absolute;font-family:sackers;font-size:1rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:14.3125rem;left:48.625rem;height:2.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Fnc1cLiPb82gJMu0isa39rh7NzzdzSoe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1a090b;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; }#Fnc1cLiPb82gJMu0isa39rh7NzzdzSoe > .row .container { background-color: transparent; background-image: none; }#Fnc1cLiPb82gJMu0isa39rh7NzzdzSoe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fnc1cLiPb82gJMu0isa39rh7NzzdzSoe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fnc1cLiPb82gJMu0isa39rh7NzzdzSoe > .row .container > .video-iframe-container { display: none; }#Fnc1cLiPb82gJMu0isa39rh7NzzdzSoe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fnc1cLiPb82gJMu0isa39rh7NzzdzSoe > .row > .video-iframe-container { display: none; }#Fnc1cLiPb82gJMu0isa39rh7NzzdzSoe > .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); }#Fnc1cLiPb82gJMu0isa39rh7NzzdzSoe > .row .container { border-width: 0; border-radius: 0; }#Fnc1cLiPb82gJMu0isa39rh7NzzdzSoe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Fnc1cLiPb82gJMu0isa39rh7NzzdzSoe > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#aIuDSM57E3liCTE1xeOHRfBgfu2rzKwP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:11.1875rem;left:17.125rem; }
#HsN8qiMs2sIMudly6c8PdXDNQo3RqEfZ { color:#efe2d7;display:block;width:15.9375rem;position:absolute;font-family:sackers;font-size:1rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:14.3125rem;left:10.8125rem;height:2.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yHdhTATfFOaBEeSgEZf9KulTh01c3qas { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:9.375rem;width:9.375rem;top:1.875rem;left:14rem;overflow:hidden;display:block; }
#BTC3D7SJzxNgMiey8QXZEgU9gTdKe7c4 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:9.375rem;width:9.375rem;top:1.875rem;left:51.5625rem;overflow:hidden;display:block; }
#buoheADP6hNpAKDmzfXuMndEfLvwLdVN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:11.1875rem;left:54.6875rem; }
#lSQbn4kNAE9TX3tEPxUFDxFAbV7VpoaZ { color:#efe2d7;display:block;width:10.7498125rem;position:absolute;font-family:sackers;font-size:1rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:14.3125rem;left:50.875rem;height:2.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NnPkLDpmqaVe6nnmarDSnBaks8q7KuBP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1a090b;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; }#NnPkLDpmqaVe6nnmarDSnBaks8q7KuBP > .row .container { background-color: transparent; background-image: none; }#NnPkLDpmqaVe6nnmarDSnBaks8q7KuBP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NnPkLDpmqaVe6nnmarDSnBaks8q7KuBP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NnPkLDpmqaVe6nnmarDSnBaks8q7KuBP > .row .container > .video-iframe-container { display: none; }#NnPkLDpmqaVe6nnmarDSnBaks8q7KuBP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NnPkLDpmqaVe6nnmarDSnBaks8q7KuBP > .row > .video-iframe-container { display: none; }#NnPkLDpmqaVe6nnmarDSnBaks8q7KuBP > .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); }#NnPkLDpmqaVe6nnmarDSnBaks8q7KuBP > .row .container { border-width: 0; border-radius: 0; }#NnPkLDpmqaVe6nnmarDSnBaks8q7KuBP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NnPkLDpmqaVe6nnmarDSnBaks8q7KuBP > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#mWD2yT3JT5pp50feGrSroCifqWO9Dsv6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:11.3125rem;left:35.9375rem; }
#heK4xaboL1ZSWXrKB17lJIOZ38VxhAJ0 { color:#efe2d7;display:block;width:17.25rem;position:absolute;font-family:sackers;font-size:1rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:14.375rem;left:28.875rem;height:2.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Z1mFdVp4rwpx8M1ThBdLCMLUXeaDf9MN { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:9.375rem;width:9.375rem;top:1.8125rem;left:32.8125rem;overflow:hidden;display:block; }
#y5zqKMUkfNygRaxeFMZBOQq1ZAuTP2hF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1a090b;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; }#y5zqKMUkfNygRaxeFMZBOQq1ZAuTP2hF > .row .container { background-color: transparent; background-image: none; }#y5zqKMUkfNygRaxeFMZBOQq1ZAuTP2hF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y5zqKMUkfNygRaxeFMZBOQq1ZAuTP2hF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y5zqKMUkfNygRaxeFMZBOQq1ZAuTP2hF > .row .container > .video-iframe-container { display: none; }#y5zqKMUkfNygRaxeFMZBOQq1ZAuTP2hF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y5zqKMUkfNygRaxeFMZBOQq1ZAuTP2hF > .row > .video-iframe-container { display: none; }#y5zqKMUkfNygRaxeFMZBOQq1ZAuTP2hF > .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); }#y5zqKMUkfNygRaxeFMZBOQq1ZAuTP2hF > .row .container { border-width: 0; border-radius: 0; }#y5zqKMUkfNygRaxeFMZBOQq1ZAuTP2hF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#y5zqKMUkfNygRaxeFMZBOQq1ZAuTP2hF > .row .container { font-size:0.875rem;font-family:arial;height:8.375rem;width:75rem;position:relative;display:block; }#keSIDkiDmhonZhRm42c7bhk5aVZvvdI9 { background-color:#b66533;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sackers;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:2.5312480926514rem;left:28.75rem;display:block; }
#mJs5GuUTWUpmEJeBEfwmOSGs4xmrAH0U { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GVXbyPD56kT7CMicadsD0Z593GF0Vsb7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(239,226,215,0.2);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; }#GVXbyPD56kT7CMicadsD0Z593GF0Vsb7 > .row .container { background-color: transparent; background-image: none; }#GVXbyPD56kT7CMicadsD0Z593GF0Vsb7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GVXbyPD56kT7CMicadsD0Z593GF0Vsb7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GVXbyPD56kT7CMicadsD0Z593GF0Vsb7 > .row .container > .video-iframe-container { display: none; }#GVXbyPD56kT7CMicadsD0Z593GF0Vsb7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GVXbyPD56kT7CMicadsD0Z593GF0Vsb7 > .row > .video-iframe-container { display: none; }#GVXbyPD56kT7CMicadsD0Z593GF0Vsb7 > .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); }#GVXbyPD56kT7CMicadsD0Z593GF0Vsb7 > .row .container { border-width: 0; border-radius: 0; }#GVXbyPD56kT7CMicadsD0Z593GF0Vsb7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GVXbyPD56kT7CMicadsD0Z593GF0Vsb7 > .row .container { font-size:0.875rem;font-family:arial;height:13.375rem;width:75rem;position:relative;display:block; }#P2zFn5FRCsTP4KxH4dTQwq9LFbBzJ77W { color:#1a090b;display:block;width:22.4375rem;position:absolute;font-family:"playfair display";font-size:2.8125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:4.859375rem;left:26.25rem;height:3.58333325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xs9Vw4dRqgtqBkRE7lHV62gKRq4VUOOM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(239,226,215,0.2);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; }#xs9Vw4dRqgtqBkRE7lHV62gKRq4VUOOM > .row .container { background-color: transparent; background-image: none; }#xs9Vw4dRqgtqBkRE7lHV62gKRq4VUOOM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xs9Vw4dRqgtqBkRE7lHV62gKRq4VUOOM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xs9Vw4dRqgtqBkRE7lHV62gKRq4VUOOM > .row .container > .video-iframe-container { display: none; }#xs9Vw4dRqgtqBkRE7lHV62gKRq4VUOOM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xs9Vw4dRqgtqBkRE7lHV62gKRq4VUOOM > .row > .video-iframe-container { display: none; }#xs9Vw4dRqgtqBkRE7lHV62gKRq4VUOOM > .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); }#xs9Vw4dRqgtqBkRE7lHV62gKRq4VUOOM > .row .container { border-width: 0; border-radius: 0; }#xs9Vw4dRqgtqBkRE7lHV62gKRq4VUOOM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xs9Vw4dRqgtqBkRE7lHV62gKRq4VUOOM > .row .container { font-size:0.875rem;font-family:arial;height:29.375rem;width:75rem;position:relative;display:block; }#dnAauxRaKseeRp4PT3aL5WG0RgLU78E1 { color:#b66533;display:block;width:12.5rem;position:absolute;font-family:sackers;font-size:1.1875rem;font-weight:400;z-index:15000;line-height:1.1;letter-spacing:0;top:6.1529026031494rem;left:3.125rem;height:2.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lTm25D04m5eXXy8mOepwnaJ6mLJlIa7c { color:#0e0e0e;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15001;line-height:1.6;letter-spacing:0;top:12.9169921875rem;left:3.125rem;height:12rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zer60QtTwQQ1hO689leSw8Xe6To75DsT { color:#b66533;display:block;width:10.0625rem;position:absolute;font-family:sackers;font-size:1.1875rem;font-weight:400;z-index:15001;line-height:1.1;letter-spacing:0;top:6.15234375rem;left:21.875rem;height:2.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cWmvl9tnDMUv8LrWVZC4Ja5ZPSEbrwhn { color:#0e0e0e;display:block;width:12.4375rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:12.917412757874rem;left:21.875rem;height:9.333333rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#On4PtN4f1tmgiodveXkxc96Re1ttuRa2 { color:#b66533;display:block;width:10.75rem;position:absolute;font-family:sackers;font-size:1.1875rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;top:6.15234375rem;left:40.625rem;height:2.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wrxNbAr8mSp9R3LAmIKFM6I8LsIpiP2L { color:#b66533;display:block;width:10.625rem;position:absolute;font-family:sackers;font-size:1.1875rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:6.1529026031494rem;left:59.375rem;height:2.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FCUWdZ1C3r6ZTUInrG9MEKDlzzsGKHQC { color:#0e0e0e;display:block;width:12.0625rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:12.917412757874rem;left:40.625rem;height:5.3333335rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dsMUIrVblJiWSOOARZyJuy31aJVCPCTT { color:#0e0e0e;display:block;width:12.5625rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:12.917412757874rem;left:59.3125rem;height:9.333333rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eQ3Jp2DNwBnrkEDnTrcO4JrpCBEgSII0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:.15;top:9.4029026031494rem;left:21.875rem; }
#pCOdaMrUu3ReKJMzd9xOrF7zvdDbUTUs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:.15;top:9.4029026031494rem;left:3.125rem; }
#bid40Ali62cEL8OfnVOirT65UzooNaIR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:.15;top:9.4029026031494rem;left:40.625rem; }
#cG1k8CqC0AGd8JUKv4NDxsaTwSPrh0SF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:.15;top:9.4029026031494rem;left:59.375rem; }
#taPJygxpPl8oOuit6lJSO6wvK33ZNGXy { position:absolute;display:block;z-index:15014;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:1.875rem;width:1.875rem;top:2.4386138916016rem;left:3.125rem;overflow:hidden;display:block; }
#EopmfHeBbtqA9qxKbZuMt7vr20iz3you { 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:1.875rem;width:1.875rem;top:2.4386138916016rem;left:21.875rem;overflow:hidden;display:block; }
#pDXMNSd7QmGLxoG2UQOpxeFeG5dB0Gp6 { position:absolute;display:block;z-index:15016;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:1.875rem;width:1.875rem;top:2.4386138916016rem;left:40.625rem;overflow:hidden;display:block; }
#kBtbAIWhykJrVpykezJxwuXazSl80G2w { position:absolute;display:block;z-index:15017;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:1.875rem;width:1.875rem;top:2.4386138916016rem;left:59.375rem;overflow:hidden;display:block; }
#csGdDoDAPotexfeLNcNgDGaADr8EgpeA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(239,226,215,0.2);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; }#csGdDoDAPotexfeLNcNgDGaADr8EgpeA > .row .container { background-color: transparent; background-image: none; }#csGdDoDAPotexfeLNcNgDGaADr8EgpeA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#csGdDoDAPotexfeLNcNgDGaADr8EgpeA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#csGdDoDAPotexfeLNcNgDGaADr8EgpeA > .row .container > .video-iframe-container { display: none; }#csGdDoDAPotexfeLNcNgDGaADr8EgpeA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#csGdDoDAPotexfeLNcNgDGaADr8EgpeA > .row > .video-iframe-container { display: none; }#csGdDoDAPotexfeLNcNgDGaADr8EgpeA > .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); }#csGdDoDAPotexfeLNcNgDGaADr8EgpeA > .row .container { border-width: 0; border-radius: 0; }#csGdDoDAPotexfeLNcNgDGaADr8EgpeA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#csGdDoDAPotexfeLNcNgDGaADr8EgpeA > .row .container { font-size:0.875rem;font-family:arial;height:6.5625rem;width:75rem;position:relative;display:block; }#i6eGDHHcuuoMF7RWTo2e6mTOPmPG8hfO { background-color:#b66533;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sackers;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.71875rem;left:28.75rem;display:block; }
#heMIlu8qHcKHVQMztnuJxP0lpdb8QeJV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZkxZT47KJT6Unbq8urHmqrKQOUTmrrPX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#b66533;background-image:url("https://images.assets-landingi.com/uc/24a700fe-c643-4b6a-8743-f6ac66216055/2.png");background-position:top 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; }#ZkxZT47KJT6Unbq8urHmqrKQOUTmrrPX.adaptive-delivery-prevent-bg, #ZkxZT47KJT6Unbq8urHmqrKQOUTmrrPX.lazyload, #ZkxZT47KJT6Unbq8urHmqrKQOUTmrrPX.lazyloading { background-image: none; }#ZkxZT47KJT6Unbq8urHmqrKQOUTmrrPX > .row .container { background-color: transparent; background-image: none; }#ZkxZT47KJT6Unbq8urHmqrKQOUTmrrPX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZkxZT47KJT6Unbq8urHmqrKQOUTmrrPX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZkxZT47KJT6Unbq8urHmqrKQOUTmrrPX > .row .container > .video-iframe-container { display: none; }#ZkxZT47KJT6Unbq8urHmqrKQOUTmrrPX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZkxZT47KJT6Unbq8urHmqrKQOUTmrrPX > .row > .video-iframe-container { display: none; }#ZkxZT47KJT6Unbq8urHmqrKQOUTmrrPX > .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); }#ZkxZT47KJT6Unbq8urHmqrKQOUTmrrPX > .row .container { border-width: 0; border-radius: 0; }#ZkxZT47KJT6Unbq8urHmqrKQOUTmrrPX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZkxZT47KJT6Unbq8urHmqrKQOUTmrrPX > .row .container { font-size:0.875rem;font-family:arial;height:29.6875rem;width:75rem;position:relative;display:block; }#Rowz8He5TEXF7kJ5dqft69oi7zHAb1fn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1a090b;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; }#Rowz8He5TEXF7kJ5dqft69oi7zHAb1fn > .row .container { background-color: transparent; background-image: none; }#Rowz8He5TEXF7kJ5dqft69oi7zHAb1fn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rowz8He5TEXF7kJ5dqft69oi7zHAb1fn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rowz8He5TEXF7kJ5dqft69oi7zHAb1fn > .row .container > .video-iframe-container { display: none; }#Rowz8He5TEXF7kJ5dqft69oi7zHAb1fn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rowz8He5TEXF7kJ5dqft69oi7zHAb1fn > .row > .video-iframe-container { display: none; }#Rowz8He5TEXF7kJ5dqft69oi7zHAb1fn > .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); }#Rowz8He5TEXF7kJ5dqft69oi7zHAb1fn > .row .container { border-width: 0; border-radius: 0; }#Rowz8He5TEXF7kJ5dqft69oi7zHAb1fn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Rowz8He5TEXF7kJ5dqft69oi7zHAb1fn > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#WxtPhBRi7li3I68ewfpbUEqh8OTvoOdz { color:#efe2d7;display:block;width:24.1875rem;position:absolute;font-family:"playfair display";font-size:2.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:5.5625rem;left:25.375rem;height:2.75rem;text-align:center;text-align-last:center;display:block; }
#bztLmlALSmcuuB6cBbTHT7ftbya2XRPD { color:#efe2d7;display:block;width:28.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:10rem;left:23.25rem;height:3.16666675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rZzUbaHg6k9LMc72VJW0JBDrgdZqzXwL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1a090b;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; }#rZzUbaHg6k9LMc72VJW0JBDrgdZqzXwL > .row .container { background-color: transparent; background-image: none; }#rZzUbaHg6k9LMc72VJW0JBDrgdZqzXwL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rZzUbaHg6k9LMc72VJW0JBDrgdZqzXwL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rZzUbaHg6k9LMc72VJW0JBDrgdZqzXwL > .row .container > .video-iframe-container { display: none; }#rZzUbaHg6k9LMc72VJW0JBDrgdZqzXwL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rZzUbaHg6k9LMc72VJW0JBDrgdZqzXwL > .row > .video-iframe-container { display: none; }#rZzUbaHg6k9LMc72VJW0JBDrgdZqzXwL > .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); }#rZzUbaHg6k9LMc72VJW0JBDrgdZqzXwL > .row .container { border-width: 0; border-radius: 0; }#rZzUbaHg6k9LMc72VJW0JBDrgdZqzXwL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rZzUbaHg6k9LMc72VJW0JBDrgdZqzXwL > .row .container { font-size:0.875rem;font-family:arial;height:26.875rem;width:75rem;position:relative;display:block; }#tXV2SVQsLFxkOH3wPQoW2WUEtDDwGgLg { 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:3.1875rem;width:11.5rem;top:21.000000953674rem;left:6.75rem;overflow:hidden;display:block; }
#ETEAf1f5RL8wKMqbGtHVlniW4I7asaqT { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d85e4240-463b-4784-b35e-1271dd601140/contemporaneo.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:18.75rem;width:19.375rem;top:0.3125rem;left:2.8125rem;display:block; }#ETEAf1f5RL8wKMqbGtHVlniW4I7asaqT.adaptive-delivery-prevent-bg, #ETEAf1f5RL8wKMqbGtHVlniW4I7asaqT.lazyload, #ETEAf1f5RL8wKMqbGtHVlniW4I7asaqT.lazyloading { background-image: none; }
#ETEAf1f5RL8wKMqbGtHVlniW4I7asaqT::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#ETEAf1f5RL8wKMqbGtHVlniW4I7asaqT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LKLKWR4OhtcEPRN7IKeWHlVzxM5sCryk { 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:2.1875rem;width:8.1875rem;top:21.500000953674rem;left:33.375rem;overflow:hidden;display:block; }
#aLKJ2dTyOzb115pIEHwtdmi9AzXXwgyp { position:absolute;display:block;z-index:15003;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/89969ea8-cdae-4abd-8806-ad7a71405871/traffo.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:18.75rem;width:19.375rem;top:0.3125rem;left:27.8125rem;display:block; }#aLKJ2dTyOzb115pIEHwtdmi9AzXXwgyp.adaptive-delivery-prevent-bg, #aLKJ2dTyOzb115pIEHwtdmi9AzXXwgyp.lazyload, #aLKJ2dTyOzb115pIEHwtdmi9AzXXwgyp.lazyloading { background-image: none; }
#aLKJ2dTyOzb115pIEHwtdmi9AzXXwgyp::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#aLKJ2dTyOzb115pIEHwtdmi9AzXXwgyp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P8l82JCzg0x6bAsOFHy6z6FnJbo9F2bu { position:absolute;display:block;z-index:15006;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e2d9f1c7-b63b-41bc-ba40-3fcb56100b4e/casaitaim.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:18.75rem;width:19.375rem;top:0.3125rem;left:52.8125rem;display:block; }#P8l82JCzg0x6bAsOFHy6z6FnJbo9F2bu.adaptive-delivery-prevent-bg, #P8l82JCzg0x6bAsOFHy6z6FnJbo9F2bu.lazyload, #P8l82JCzg0x6bAsOFHy6z6FnJbo9F2bu.lazyloading { background-image: none; }
#P8l82JCzg0x6bAsOFHy6z6FnJbo9F2bu::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#P8l82JCzg0x6bAsOFHy6z6FnJbo9F2bu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IeVwXX61RVM8qvTKvwLPQ5NX0vn1JRS4 { position:absolute;display:block;z-index:15007;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:2.6875rem;width:10.25rem;top:21.250000953674rem;left:57.375rem;overflow:hidden;display:block; }
#AtG1fhFsZUZMQJPXxt4D0eUPwH7XBwHF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1a090b;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; }#AtG1fhFsZUZMQJPXxt4D0eUPwH7XBwHF > .row .container { background-color: transparent; background-image: none; }#AtG1fhFsZUZMQJPXxt4D0eUPwH7XBwHF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AtG1fhFsZUZMQJPXxt4D0eUPwH7XBwHF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AtG1fhFsZUZMQJPXxt4D0eUPwH7XBwHF > .row .container > .video-iframe-container { display: none; }#AtG1fhFsZUZMQJPXxt4D0eUPwH7XBwHF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AtG1fhFsZUZMQJPXxt4D0eUPwH7XBwHF > .row > .video-iframe-container { display: none; }#AtG1fhFsZUZMQJPXxt4D0eUPwH7XBwHF > .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); }#AtG1fhFsZUZMQJPXxt4D0eUPwH7XBwHF > .row .container { border-width: 0; border-radius: 0; }#AtG1fhFsZUZMQJPXxt4D0eUPwH7XBwHF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AtG1fhFsZUZMQJPXxt4D0eUPwH7XBwHF > .row .container { font-size:0.875rem;font-family:arial;height:26.875rem;width:75rem;position:relative;display:block; }#dEuuFcfmFPB0TKTQT8HqCC26BMJPbOZx { 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:2.5rem;width:9.0625rem;top:21.281251907349rem;left:7.9375rem;overflow:hidden;display:block; }
#goTiq9ZMymfN1EdCxJq2tipPfoVMcPwy { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/12c39922-3da3-449f-b93e-af2e698bac6e/casabisutti.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:18.75rem;width:19.375rem;top:0.31249904632568rem;left:2.8125rem;display:block; }#goTiq9ZMymfN1EdCxJq2tipPfoVMcPwy.adaptive-delivery-prevent-bg, #goTiq9ZMymfN1EdCxJq2tipPfoVMcPwy.lazyload, #goTiq9ZMymfN1EdCxJq2tipPfoVMcPwy.lazyloading { background-image: none; }
#goTiq9ZMymfN1EdCxJq2tipPfoVMcPwy::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#goTiq9ZMymfN1EdCxJq2tipPfoVMcPwy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a7XPeCEkwcpCMutV3zHudAEGyUwCdN4T { 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:2.5625rem;width:11.25rem;top:21.250000953674rem;left:31.875rem;overflow:hidden;display:block; }
#vbbHhuAfTD4nMqTn4leUtT5DXTTTf881 { position:absolute;display:block;z-index:15003;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/332d4efb-87f7-43a0-b6f2-2cb5d730506a/boulevardjk.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:18.75rem;width:19.375rem;top:0.31249904632568rem;left:27.8125rem;display:block; }#vbbHhuAfTD4nMqTn4leUtT5DXTTTf881.adaptive-delivery-prevent-bg, #vbbHhuAfTD4nMqTn4leUtT5DXTTTf881.lazyload, #vbbHhuAfTD4nMqTn4leUtT5DXTTTf881.lazyloading { background-image: none; }
#vbbHhuAfTD4nMqTn4leUtT5DXTTTf881::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#vbbHhuAfTD4nMqTn4leUtT5DXTTTf881::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kI6TqaMCIO6C3evw4IEKf7cEGSEUC5uQ { position:absolute;display:block;z-index:15006;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/68e221d6-aa9d-4076-ba5b-187c5c16e703/viale441.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:18.75rem;width:19.375rem;top:0.31249904632568rem;left:52.8125rem;display:block; }#kI6TqaMCIO6C3evw4IEKf7cEGSEUC5uQ.adaptive-delivery-prevent-bg, #kI6TqaMCIO6C3evw4IEKf7cEGSEUC5uQ.lazyload, #kI6TqaMCIO6C3evw4IEKf7cEGSEUC5uQ.lazyloading { background-image: none; }
#kI6TqaMCIO6C3evw4IEKf7cEGSEUC5uQ::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#kI6TqaMCIO6C3evw4IEKf7cEGSEUC5uQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yiuK67snCGKHvOr0uzA73AZgVPQy5w98 { position:absolute;display:block;z-index:15007;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:2.625rem;width:9.25rem;top:21.218751907349rem;left:57.875rem;overflow:hidden;display:block; }
#H5wrH7HSXIZGNFWD9I14bo1MKnkSaZ3w { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1a090b;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; }#H5wrH7HSXIZGNFWD9I14bo1MKnkSaZ3w > .row .container { background-color: transparent; background-image: none; }#H5wrH7HSXIZGNFWD9I14bo1MKnkSaZ3w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H5wrH7HSXIZGNFWD9I14bo1MKnkSaZ3w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H5wrH7HSXIZGNFWD9I14bo1MKnkSaZ3w > .row .container > .video-iframe-container { display: none; }#H5wrH7HSXIZGNFWD9I14bo1MKnkSaZ3w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H5wrH7HSXIZGNFWD9I14bo1MKnkSaZ3w > .row > .video-iframe-container { display: none; }#H5wrH7HSXIZGNFWD9I14bo1MKnkSaZ3w > .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); }#H5wrH7HSXIZGNFWD9I14bo1MKnkSaZ3w > .row .container { border-width: 0; border-radius: 0; }#H5wrH7HSXIZGNFWD9I14bo1MKnkSaZ3w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H5wrH7HSXIZGNFWD9I14bo1MKnkSaZ3w > .row .container { font-size:0.875rem;font-family:arial;height:26.875rem;width:75rem;position:relative;display:block; }#t60HWJyKrHEy29PN01vG09yVIfXfUhTA { position:absolute;display:block;z-index:15024;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:2.5rem;width:10.8125rem;top:21.5625rem;left:7.0625rem;overflow:hidden;display:block; }
#iLTFhSQAmCZC9GbHfomDNwDGTJ1c6xxu { 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:5rem;width:4.5625rem;top:20.3125rem;left:35.1875rem;overflow:hidden;display:block; }
#i7hXxToCPVPE7Ge7q0c7pidTaV6A359C { position:absolute;display:block;z-index:15003;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ce12df51-575d-4729-b5ac-391b5949ff57/casadoator.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:18.75rem;width:19.375rem;top:0.31249809265137rem;left:27.8125rem;display:block; }#i7hXxToCPVPE7Ge7q0c7pidTaV6A359C.adaptive-delivery-prevent-bg, #i7hXxToCPVPE7Ge7q0c7pidTaV6A359C.lazyload, #i7hXxToCPVPE7Ge7q0c7pidTaV6A359C.lazyloading { background-image: none; }
#i7hXxToCPVPE7Ge7q0c7pidTaV6A359C::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#i7hXxToCPVPE7Ge7q0c7pidTaV6A359C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xD8Pmq4M5mlPUeGzVDGw2k9HefKERlQP { position:absolute;display:block;z-index:15006;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/bc6e7ff6-ad78-4bd2-8de6-db081c9aa2e9/cardosodemelo.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:18.75rem;width:19.375rem;top:0.31249809265137rem;left:52.8125rem;display:block; }#xD8Pmq4M5mlPUeGzVDGw2k9HefKERlQP.adaptive-delivery-prevent-bg, #xD8Pmq4M5mlPUeGzVDGw2k9HefKERlQP.lazyload, #xD8Pmq4M5mlPUeGzVDGw2k9HefKERlQP.lazyloading { background-image: none; }
#xD8Pmq4M5mlPUeGzVDGw2k9HefKERlQP::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#xD8Pmq4M5mlPUeGzVDGw2k9HefKERlQP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eT7EhTvhKmasN52rQfhlSFGONyWCDdSG { position:absolute;display:block;z-index:15007;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:3.75rem;width:9.375rem;top:20.9375rem;left:57.8125rem;overflow:hidden;display:block; }
#qgdBXv9P5vXQF1hfTszPqyBKKp3XM6Hy { position:absolute;display:block;z-index:15003;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/89beb4c5-dac8-4f33-9030-9fdbfe720fb3/zeroonze.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:18.75rem;width:19.375rem;top:0.3125rem;left:2.8125rem;display:block; }#qgdBXv9P5vXQF1hfTszPqyBKKp3XM6Hy.adaptive-delivery-prevent-bg, #qgdBXv9P5vXQF1hfTszPqyBKKp3XM6Hy.lazyload, #qgdBXv9P5vXQF1hfTszPqyBKKp3XM6Hy.lazyloading { background-image: none; }
#qgdBXv9P5vXQF1hfTszPqyBKKp3XM6Hy::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#qgdBXv9P5vXQF1hfTszPqyBKKp3XM6Hy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zM6H3CJDbB14ULyy0cG2Qwx7rdIdiOer { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1a090b;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; }#zM6H3CJDbB14ULyy0cG2Qwx7rdIdiOer > .row .container { background-color: transparent; background-image: none; }#zM6H3CJDbB14ULyy0cG2Qwx7rdIdiOer::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zM6H3CJDbB14ULyy0cG2Qwx7rdIdiOer > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zM6H3CJDbB14ULyy0cG2Qwx7rdIdiOer > .row .container > .video-iframe-container { display: none; }#zM6H3CJDbB14ULyy0cG2Qwx7rdIdiOer > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zM6H3CJDbB14ULyy0cG2Qwx7rdIdiOer > .row > .video-iframe-container { display: none; }#zM6H3CJDbB14ULyy0cG2Qwx7rdIdiOer > .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); }#zM6H3CJDbB14ULyy0cG2Qwx7rdIdiOer > .row .container { border-width: 0; border-radius: 0; }#zM6H3CJDbB14ULyy0cG2Qwx7rdIdiOer > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zM6H3CJDbB14ULyy0cG2Qwx7rdIdiOer > .row .container { font-size:0.875rem;font-family:arial;height:26.875rem;width:75rem;position:relative;display:block; }#CzBnPCgpeVTBDqEyEc7xs1mBTuyuKbIO { 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:2.875rem;width:9.1875rem;top:21.436939239502rem;left:7.875rem;overflow:hidden;display:block; }
#xSUxJ6CqJnAwOmovt0JWULpWhdKcLdgJ { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3c67e28d-9baa-4d71-8188-902665d2af40/berrini.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:18.75rem;width:19.375rem;top:0.3125rem;left:2.8125rem;display:block; }#xSUxJ6CqJnAwOmovt0JWULpWhdKcLdgJ.adaptive-delivery-prevent-bg, #xSUxJ6CqJnAwOmovt0JWULpWhdKcLdgJ.lazyload, #xSUxJ6CqJnAwOmovt0JWULpWhdKcLdgJ.lazyloading { background-image: none; }
#xSUxJ6CqJnAwOmovt0JWULpWhdKcLdgJ::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#xSUxJ6CqJnAwOmovt0JWULpWhdKcLdgJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R4LdwmZ1RKofEnn8JBJqZDGyGwqEym2c { 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:2.3125rem;width:10rem;top:21.718748092651rem;left:32.5rem;overflow:hidden;display:block; }
#UWzJc2PamSzNF6vIG895IntAiAPXNF3e { position:absolute;display:block;z-index:15003;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/59c62b8d-44cb-4c25-bd91-e38f0fbaaa2b/tenerife.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:18.75rem;width:19.375rem;top:0.3125rem;left:27.8125rem;display:block; }#UWzJc2PamSzNF6vIG895IntAiAPXNF3e.adaptive-delivery-prevent-bg, #UWzJc2PamSzNF6vIG895IntAiAPXNF3e.lazyload, #UWzJc2PamSzNF6vIG895IntAiAPXNF3e.lazyloading { background-image: none; }
#UWzJc2PamSzNF6vIG895IntAiAPXNF3e::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#UWzJc2PamSzNF6vIG895IntAiAPXNF3e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TAdkMOkITQTh9xat4gaTpNwapfFlbzdw { position:absolute;display:block;z-index:15006;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b7da09b6-0514-4dc5-8e3f-aa483688aa9d/gomesdecarvalho.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:18.75rem;width:19.375rem;top:0.3125rem;left:52.8125rem;display:block; }#TAdkMOkITQTh9xat4gaTpNwapfFlbzdw.adaptive-delivery-prevent-bg, #TAdkMOkITQTh9xat4gaTpNwapfFlbzdw.lazyload, #TAdkMOkITQTh9xat4gaTpNwapfFlbzdw.lazyloading { background-image: none; }
#TAdkMOkITQTh9xat4gaTpNwapfFlbzdw::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#TAdkMOkITQTh9xat4gaTpNwapfFlbzdw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nTHv4FaLbsDcP6Pgd6TuwJiz15Lzuuw4 { position:absolute;display:block;z-index:15007;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:3.4375rem;width:6.5rem;top:21.155136108399rem;left:59.25rem;overflow:hidden;display:block; }
#d5IkaHvDXL0a9ecw62cn8t6wFA69z586 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f14e4eef-30d2-41a1-a5b5-c68103f1a875/CpiadeR6_28476.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#d5IkaHvDXL0a9ecw62cn8t6wFA69z586.adaptive-delivery-prevent-bg, #d5IkaHvDXL0a9ecw62cn8t6wFA69z586.lazyload, #d5IkaHvDXL0a9ecw62cn8t6wFA69z586.lazyloading { background-image: none; }#d5IkaHvDXL0a9ecw62cn8t6wFA69z586 > .row .container { background-color: transparent; background-image: none; }#d5IkaHvDXL0a9ecw62cn8t6wFA69z586::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(26,9,11,0.71); }#d5IkaHvDXL0a9ecw62cn8t6wFA69z586 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d5IkaHvDXL0a9ecw62cn8t6wFA69z586 > .row .container > .video-iframe-container { display: none; }#d5IkaHvDXL0a9ecw62cn8t6wFA69z586 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(26,9,11,0.71); }#d5IkaHvDXL0a9ecw62cn8t6wFA69z586 > .row > .video-iframe-container { display: none; }#d5IkaHvDXL0a9ecw62cn8t6wFA69z586 > .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); }#d5IkaHvDXL0a9ecw62cn8t6wFA69z586 > .row .container { border-width: 0; border-radius: 0; }#d5IkaHvDXL0a9ecw62cn8t6wFA69z586::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; }#d5IkaHvDXL0a9ecw62cn8t6wFA69z586 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#d5IkaHvDXL0a9ecw62cn8t6wFA69z586 > .row .container { font-size:0.875rem;font-family:arial;height:57.75rem;width:75rem;position:relative;display:block; }#Vb47gi51E9mX77m04GNLFnXlrDSQiSs7 .widget-form-header { font-size:0.875rem; }
#Vb47gi51E9mX77m04GNLFnXlrDSQiSs7 .widget-regular-label { height:auto;display:block;font-family:poppins;font-size:0.875rem;font-weight:400;color:#1a090b;width:23.4375rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top;font-style:normal;overflow:hidden;line-height:1.3; }
#Vb47gi51E9mX77m04GNLFnXlrDSQiSs7 .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #b66533;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:23.4375rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:poppins;vertical-align:top;text-align:left;text-align-last:left; }
#Vb47gi51E9mX77m04GNLFnXlrDSQiSs7 .widget-input-text {padding-top: 0; padding-bottom: 0;}#Vb47gi51E9mX77m04GNLFnXlrDSQiSs7 .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #b66533;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:23.4375rem;box-sizing:border-box;height:4.8125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:poppins;vertical-align:top;text-align:left;text-align-last:left; }
#Vb47gi51E9mX77m04GNLFnXlrDSQiSs7 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:23.4375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:montserrat;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#Vb47gi51E9mX77m04GNLFnXlrDSQiSs7 .widget-input-select {padding-top: 0; padding-bottom: 0;}#Vb47gi51E9mX77m04GNLFnXlrDSQiSs7 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#Vb47gi51E9mX77m04GNLFnXlrDSQiSs7 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#Vb47gi51E9mX77m04GNLFnXlrDSQiSs7 .widget-input-button { border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;background-color:#b66533;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:7rem;margin-bottom:0.25rem;margin-left:7rem;display:block;box-sizing:border-box;font-size:0.9375rem;font-weight:400;color:#ffffff;width:9.375rem;height:2.1875rem;font-family:sackers;overflow:hidden;font-style:normal;text-align:center;text-align-last:center;line-height:.1; }
#Vb47gi51E9mX77m04GNLFnXlrDSQiSs7 [class*="-text"]:-moz-placeholder { color:rgba(26,9,11,0.2);font-family:poppins;font-size:0.75rem;text-align:left;text-align-last:left; }
#Vb47gi51E9mX77m04GNLFnXlrDSQiSs7 [class*="-text"]::-moz-placeholder { color:rgba(26,9,11,0.2);font-family:poppins;font-size:0.75rem;text-align:left;text-align-last:left; }
#Vb47gi51E9mX77m04GNLFnXlrDSQiSs7 [class*="-text"]:-ms-input-placeholder { color:rgba(26,9,11,0.2);font-family:poppins;font-size:0.75rem;text-align:left;text-align-last:left; }
#Vb47gi51E9mX77m04GNLFnXlrDSQiSs7 [class*="-text"]::-webkit-input-placeholder { color:rgba(26,9,11,0.2);font-family:poppins;font-size:0.75rem;text-align:left;text-align-last:left; }
#Vb47gi51E9mX77m04GNLFnXlrDSQiSs7 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:montserrat;line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:22.25rem;overflow:hidden;font-style:normal;float:none; }
#Vb47gi51E9mX77m04GNLFnXlrDSQiSs7 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#Vb47gi51E9mX77m04GNLFnXlrDSQiSs7 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:montserrat;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#Vb47gi51E9mX77m04GNLFnXlrDSQiSs7 .widget-container { padding-top:0.125rem;padding-right:0;padding-bottom:0.0625rem;padding-left:0;width:100%;font-size:0;height:auto; }
#Vb47gi51E9mX77m04GNLFnXlrDSQiSs7 .widget-container:first-of-type{padding-top:0;}#Vb47gi51E9mX77m04GNLFnXlrDSQiSs7 .widget-container:last-of-type{padding-bottom:0;}#Vb47gi51E9mX77m04GNLFnXlrDSQiSs7  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.4375rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15002;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;position:absolute;top:12.623718261719rem;left:43.248697280884rem;font-size:0.875rem; }
#Vb47gi51E9mX77m04GNLFnXlrDSQiSs7 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:23.4375rem;display:block;vertical-align:top; }
#Vb47gi51E9mX77m04GNLFnXlrDSQiSs7 .widget-info-text { display:block;height:auto;font-family:montserrat;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Vb47gi51E9mX77m04GNLFnXlrDSQiSs7 {display:block;}#Vb47gi51E9mX77m04GNLFnXlrDSQiSs7 { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.4375rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15002;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;position:absolute;top:12.623718261719rem;left:43.248697280884rem;font-size:0.875rem; }
#Vb47gi51E9mX77m04GNLFnXlrDSQiSs7 #kTT36If4Z91MihTERxrPnV1C7kWtfstD { position:relative; }
#Vb47gi51E9mX77m04GNLFnXlrDSQiSs7 #xmxuoGoNpRaPo5Seg8ITrcQMp8QlX473 { position:relative;display:block; }
#Vb47gi51E9mX77m04GNLFnXlrDSQiSs7 #kcpPlCn3oQMT8EyqUHu59Eir8a0KRXdv { position:relative; }
#Vb47gi51E9mX77m04GNLFnXlrDSQiSs7 #OakH5JmebouCJT3hfE2xN2fACaaAbg4d { position:relative; }
#Vb47gi51E9mX77m04GNLFnXlrDSQiSs7 #yT2Tc7hIgVMwfa20donPIPhCTuR26v0s { position:relative;display:block; }
#Vb47gi51E9mX77m04GNLFnXlrDSQiSs7 #bVLveKmHcGNrziV812oXvbZEEo1HP7vk { position:relative; }
#Vb47gi51E9mX77m04GNLFnXlrDSQiSs7 #ffzPlGuAJ9BTF85MHGU8e8EyOoLWb0mQ { position:relative; }
#Vb47gi51E9mX77m04GNLFnXlrDSQiSs7 #LKewnWRa3obMcbpiEpTfJ0E1QdhVcdOV { position:relative;display:block; }
#Vb47gi51E9mX77m04GNLFnXlrDSQiSs7 #y2ymSb7GBAg5nnMV5mKwMNBy5g42tMGO { position:relative; }
#Vb47gi51E9mX77m04GNLFnXlrDSQiSs7 #io7KIxTqXgEsTzDlliNfu8pbflGZSbVA { position:relative; }
#Vb47gi51E9mX77m04GNLFnXlrDSQiSs7 #kBsS2fvyQlpukz672qfg2f1DL4JPayuL { position:relative;display:block; }
#Vb47gi51E9mX77m04GNLFnXlrDSQiSs7 #Mne1Tc8iOg7xeT6wkITBtNWFNRK7ar7x { position:relative; }
#Vb47gi51E9mX77m04GNLFnXlrDSQiSs7 #XSsxcvFZ8aBl5XBiALMae0y8iJaffWMf { position:relative; }
#Vb47gi51E9mX77m04GNLFnXlrDSQiSs7 #K55kpnTW0eRf5HUgBhppnTQIfQIe9FMc { position:relative;display:block; }
#Vb47gi51E9mX77m04GNLFnXlrDSQiSs7 #NBvQtUcUzFF1SABJIEWlC4BSTbGWFh3t { position:relative; }
#Vb47gi51E9mX77m04GNLFnXlrDSQiSs7 #FWQbNMgFGiE6X4IxDrbQ2gxiteMTGhM0 { position:relative; }
#Vb47gi51E9mX77m04GNLFnXlrDSQiSs7 #yZlUPFvQFNQfvQOF4BaHbyxTHufVpguM { position:relative;display:block; }
#Vb47gi51E9mX77m04GNLFnXlrDSQiSs7 #aJmvtEtZ8GoTAcuSCDo9hbiFf83EDJvd { position:relative; }
#Vb47gi51E9mX77m04GNLFnXlrDSQiSs7 #TQTcwfSxMXBf3TKfCxl6efJQ9uR5q7Dd { position:relative; }
#Vb47gi51E9mX77m04GNLFnXlrDSQiSs7 #hU0NrzBpvWMUw4wTJiJ2I9apXDtzITwm { position:relative;display:block; }
#Vb47gi51E9mX77m04GNLFnXlrDSQiSs7 #vSf882HE6B0E5rW5ecI0LPfvRABgZQ9z { position:relative; }
#v1FkEP72PBUi4OAgFrs3nIcFVE3ehDXM { position:relative;display:block; }
#qBxB7vQ2ElynvEoyAImcqVi0wogXxQTq { position:relative;display:block; }
#HMtRTdXV2zXrTf5hh47leWdGXiVKrPqw { position:relative;display:block; }
#UinNFaiAsJ0tedJR6aTu4aJ323GLQc2t { position:relative;display:block; }
#zJTCDmrLLKT6WyNdpOLPDhHASZ5KhBWy { position:relative;display:block; }
#Vb47gi51E9mX77m04GNLFnXlrDSQiSs7 #WRXc3po4Fw2s6nF5h3lFkm4k528tEFif { position:relative; }
#Vb47gi51E9mX77m04GNLFnXlrDSQiSs7 #JHS4brHt9STTWar5m3KdxtdRIoo7xstX { position:relative; }
#HBVr2C2M1D9uI4LQZpShN2tPmxusJIeE { 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:3.75rem;width:21.25rem;top:22.875rem;left:8.125rem;overflow:hidden;display:block; }
#OAExuR0v9yGVtzoQyKJCk6CapsNeKgvf { color:#b66533;display:block;width:15.5rem;position:absolute;font-family:sackers;font-size:1.375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:6.5625rem;left:48.5rem;height:3.5rem;text-align:center;text-align-last:center;display:block; }
#cGyibEIXAWOwaKT28iTrSNS8myHsMVu0 { position:absolute;display:block;z-index:15001;background-color:#efe2d7;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:49.4375rem;width:28.625rem;top:4.1875rem;left:41.9375rem;display:block; }
#RcN1B2CGrlIq1JvloLIAuRMFJrCOxtK2 { color:#efe2d7;display:block;width:16.5625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:28.144561767578rem;left:10.46875rem;height:11.083333625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#adqXGfga5FeW5HrvH97z5w3CvvKbn2GA { 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:6.4375rem;width:6.4375rem;top:15.25rem;left:15.5625rem;overflow:hidden;display:block; }
#oW5EChTkrk2icy0FagT7WrIX0p435Ett { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1a090b;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; }#oW5EChTkrk2icy0FagT7WrIX0p435Ett > .row .container { background-color: transparent; background-image: none; }#oW5EChTkrk2icy0FagT7WrIX0p435Ett::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oW5EChTkrk2icy0FagT7WrIX0p435Ett > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oW5EChTkrk2icy0FagT7WrIX0p435Ett > .row .container > .video-iframe-container { display: none; }#oW5EChTkrk2icy0FagT7WrIX0p435Ett > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oW5EChTkrk2icy0FagT7WrIX0p435Ett > .row > .video-iframe-container { display: none; }#oW5EChTkrk2icy0FagT7WrIX0p435Ett > .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); }#oW5EChTkrk2icy0FagT7WrIX0p435Ett > .row .container { border-width: 0; border-radius: 0; }#oW5EChTkrk2icy0FagT7WrIX0p435Ett > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oW5EChTkrk2icy0FagT7WrIX0p435Ett > .row .container { font-size:0.875rem;font-family:arial;height:16.5625rem;width:75rem;position:relative;display:block; }#JlIiq1ATWAel4Jlkvxo4iqECIMuQ6U2x { color:#ffffff;display:block;width:21.875rem;position:absolute;font-family:poppins;font-size:0.8125rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:12.5625rem;left:26.5625rem;height:1rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nV9O1i5Gp2qdaaaq3fGDs6Hogq3x37TP { color:#ffffff;display:block;width:27.8125rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:14rem;left:23.625rem;height:0.9166666875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T4rstdebPv9fBTW7DFHMo8hBm9h4Tn6v { position:absolute;display:block;z-index:15011;background-color:rgba(255,255,255,0.31);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:57.5rem;top:10.625rem;left:8.75rem;display:block; }
#tn6Z7GxRlikUA5Gx7x7N72eH14QhJVBE { 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:10.375rem;width:10.375rem;top:0rem;left:32.25rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #sJDLzEO5NH8Du58lOqgkdoEn4CZeESCk { display:block; }#sJDLzEO5NH8Du58lOqgkdoEn4CZeESCk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QzLOrnmBuQ7geucNg6CErv58GzE1X1Qu { top:26.625rem;left:10.281251907349rem;width:27.1875rem;height:5.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzX1ytvhcm1DZztXxU5bkoHftQAbiERT { width:19.5rem;height:3.4375rem;top:38.9375rem;left:14.098958969116rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0hA3UNWmpSi6DshmLBmrBEAZa3Ose4x { display:block; }
 }@media only screen and (max-width: 763px) { #JZlp3posU0ZWm1GwnVeJ0RFvThgQPiRw { top:17.5625rem;left:19.500001907349rem;width:8.75rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyXkfuiTbSDk1eKPgLCyM7w16TzEUwTm { top:34rem;left:10.281251907349rem;width:27.1875rem;height:3.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgecxUQ7KrOl38izQKEpTEBC3H33rVKW { display:block; }#JgecxUQ7KrOl38izQKEpTEBC3H33rVKW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l6vC98IRWl36QDcFrcnKiFOtbm9IXIOi { top:4.25rem;left:24.3125rem;width:23.4375rem;height:8rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zit7OS2fZ5kyVmBCDOWSAEiiN6KpwHkq { top:5.5rem;left:0rem;width:18.3125rem;height:4.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOIuhGWnDwTI4HGBhghkPLdv8HnOPtk4 { display:block; }#rOIuhGWnDwTI4HGBhghkPLdv8HnOPtk4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VhJKTRG8bldkrtDntZ8GOTsIcO48Juqx { display:block; }#VhJKTRG8bldkrtDntZ8GOTsIcO48Juqx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KtT5NvDy0XofZcWDCiyzSGATErrvp9co { top:6.375rem;left:14.1875rem;width:19.375rem;height:4.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLKeI2LEXAXp1Z1a8VWSTzCkoSC45ra8 { top:12.75rem;left:2.1875rem;width:43.375rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKVMcHHC14qWTCTLBlyu4UwvTNIfbmLW { display:block; }#XKVMcHHC14qWTCTLBlyu4UwvTNIfbmLW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PyaVb6TJJ8XMSqVM6vTFDk0VT3DmITl5 { top:1.875rem;left:7.1875rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpnq1lXzwsWWdIJv0lh1Ep5FG0i3h6bb { top:11.1875rem;left:10.375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkJgNH7ZTpBebicAhcEDwKomVppZ909t { top:14.3125rem;left:4.3125rem;width:15.25rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRCZynwFvggbKRTa40tkwrJJau6x0h2C { top:1.875rem;left:31.0625rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVpixs6k3JA020752OhgSK49SxWHyK87 { top:11.1875rem;left:34.25rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #otuZ97Ca0wqszcGnAU0I3U6ZpiwlPoab { top:14.3125rem;left:28.1875rem;width:15.25rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fnc1cLiPb82gJMu0isa39rh7NzzdzSoe { display:block; }#Fnc1cLiPb82gJMu0isa39rh7NzzdzSoe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aIuDSM57E3liCTE1xeOHRfBgfu2rzKwP { top:11.1875rem;left:10.3125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HsN8qiMs2sIMudly6c8PdXDNQo3RqEfZ { top:14.25rem;left:3.9991321563721rem;width:15.9375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHdhTATfFOaBEeSgEZf9KulTh01c3qas { top:1.875rem;left:7.1875rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTC3D7SJzxNgMiey8QXZEgU9gTdKe7c4 { top:1.875rem;left:31.125rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #buoheADP6hNpAKDmzfXuMndEfLvwLdVN { top:11.1875rem;left:34.25rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSQbn4kNAE9TX3tEPxUFDxFAbV7VpoaZ { top:14.3125rem;left:30.4375rem;width:10.6875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnPkLDpmqaVe6nnmarDSnBaks8q7KuBP { display:block; }#NnPkLDpmqaVe6nnmarDSnBaks8q7KuBP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mWD2yT3JT5pp50feGrSroCifqWO9Dsv6 { top:11.3125rem;left:20.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #heK4xaboL1ZSWXrKB17lJIOZ38VxhAJ0 { top:14.375rem;left:6.625rem;width:17.1875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1mFdVp4rwpx8M1ThBdLCMLUXeaDf9MN { top:1.8125rem;left:14.5rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5zqKMUkfNygRaxeFMZBOQq1ZAuTP2hF { display:block; }#y5zqKMUkfNygRaxeFMZBOQq1ZAuTP2hF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #keSIDkiDmhonZhRm42c7bhk5aVZvvdI9 { width:17.5rem;height:3.125rem;top:2.5rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJs5GuUTWUpmEJeBEfwmOSGs4xmrAH0U { display:block; }
 }@media only screen and (max-width: 763px) { #GVXbyPD56kT7CMicadsD0Z593GF0Vsb7 { display:block; }#GVXbyPD56kT7CMicadsD0Z593GF0Vsb7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P2zFn5FRCsTP4KxH4dTQwq9LFbBzJ77W { top:4.8125rem;left:12.625rem;width:22.4375rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xs9Vw4dRqgtqBkRE7lHV62gKRq4VUOOM { display:block; }#xs9Vw4dRqgtqBkRE7lHV62gKRq4VUOOM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dnAauxRaKseeRp4PT3aL5WG0RgLU78E1 { top:6.125rem;left:0rem;width:12.5rem;height:2.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTm25D04m5eXXy8mOepwnaJ6mLJlIa7c { top:12.875rem;left:0rem;width:12.5rem;height:12.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zer60QtTwQQ1hO689leSw8Xe6To75DsT { top:6.125rem;left:11.9375rem;width:10.0625rem;height:2.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWmvl9tnDMUv8LrWVZC4Ja5ZPSEbrwhn { top:12.875rem;left:11.4375rem;width:12.4375rem;height:9.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #On4PtN4f1tmgiodveXkxc96Re1ttuRa2 { top:6.125rem;left:23.875rem;width:10.75rem;height:2.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrxNbAr8mSp9R3LAmIKFM6I8LsIpiP2L { top:6.125rem;left:35.8125rem;width:10.625rem;height:2.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCUWdZ1C3r6ZTUInrG9MEKDlzzsGKHQC { top:12.875rem;left:23.75rem;width:12.0625rem;height:5.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsMUIrVblJiWSOOARZyJuy31aJVCPCTT { top:12.875rem;left:35.1875rem;width:12.5625rem;height:9.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQ3Jp2DNwBnrkEDnTrcO4JrpCBEgSII0 { top:9.375rem;left:11.9375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCOdaMrUu3ReKJMzd9xOrF7zvdDbUTUs { top:9.375rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bid40Ali62cEL8OfnVOirT65UzooNaIR { top:9.375rem;left:23.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cG1k8CqC0AGd8JUKv4NDxsaTwSPrh0SF { top:9.375rem;left:35.8125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #taPJygxpPl8oOuit6lJSO6wvK33ZNGXy { top:2.4375rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EopmfHeBbtqA9qxKbZuMt7vr20iz3you { top:2.4375rem;left:11.9375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDXMNSd7QmGLxoG2UQOpxeFeG5dB0Gp6 { top:2.4375rem;left:23.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBtbAIWhykJrVpykezJxwuXazSl80G2w { top:2.4375rem;left:35.8125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #csGdDoDAPotexfeLNcNgDGaADr8EgpeA { display:block; }#csGdDoDAPotexfeLNcNgDGaADr8EgpeA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i6eGDHHcuuoMF7RWTo2e6mTOPmPG8hfO { width:17.5rem;height:3.125rem;top:1.6875rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #heMIlu8qHcKHVQMztnuJxP0lpdb8QeJV { display:block; }
 }@media only screen and (max-width: 763px) { #ZkxZT47KJT6Unbq8urHmqrKQOUTmrrPX { display:block; }#ZkxZT47KJT6Unbq8urHmqrKQOUTmrrPX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rowz8He5TEXF7kJ5dqft69oi7zHAb1fn { display:block; }#Rowz8He5TEXF7kJ5dqft69oi7zHAb1fn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WxtPhBRi7li3I68ewfpbUEqh8OTvoOdz { top:5.5625rem;left:11.75rem;width:24.1875rem;height:2.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bztLmlALSmcuuB6cBbTHT7ftbya2XRPD { top:10rem;left:9.6250019073488rem;width:28.5rem;height:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZzUbaHg6k9LMc72VJW0JBDrgdZqzXwL { display:block; }#rZzUbaHg6k9LMc72VJW0JBDrgdZqzXwL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tXV2SVQsLFxkOH3wPQoW2WUEtDDwGgLg { top:21rem;left:2.1875rem;width:11.5rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETEAf1f5RL8wKMqbGtHVlniW4I7asaqT { top:0.3125rem;left:0rem;width:19.375rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKLKWR4OhtcEPRN7IKeWHlVzxM5sCryk { top:21.5rem;left:19.6875rem;width:8.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLKJ2dTyOzb115pIEHwtdmi9AzXXwgyp { top:0.3125rem;left:12.375rem;width:19.375rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8l82JCzg0x6bAsOFHy6z6FnJbo9F2bu { top:0.3125rem;left:28.25rem;width:19.375rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeVwXX61RVM8qvTKvwLPQ5NX0vn1JRS4 { top:21.25rem;left:34.5625rem;width:10.25rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtG1fhFsZUZMQJPXxt4D0eUPwH7XBwHF { display:block; }#AtG1fhFsZUZMQJPXxt4D0eUPwH7XBwHF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dEuuFcfmFPB0TKTQT8HqCC26BMJPbOZx { top:21.25rem;left:3.375rem;width:9.0625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #goTiq9ZMymfN1EdCxJq2tipPfoVMcPwy { top:0.25rem;left:0rem;width:19.375rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7XPeCEkwcpCMutV3zHudAEGyUwCdN4T { top:21.25rem;left:18.1875rem;width:11.25rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbbHhuAfTD4nMqTn4leUtT5DXTTTf881 { top:0.25rem;left:12.375rem;width:19.375rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kI6TqaMCIO6C3evw4IEKf7cEGSEUC5uQ { top:0.25rem;left:28.25rem;width:19.375rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yiuK67snCGKHvOr0uzA73AZgVPQy5w98 { top:21.1875rem;left:35.0625rem;width:9.25rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5wrH7HSXIZGNFWD9I14bo1MKnkSaZ3w { display:block; }#H5wrH7HSXIZGNFWD9I14bo1MKnkSaZ3w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t60HWJyKrHEy29PN01vG09yVIfXfUhTA { top:21.5625rem;left:2.5rem;width:10.8125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLTFhSQAmCZC9GbHfomDNwDGTJ1c6xxu { top:20.3125rem;left:21.5rem;width:4.5625rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7hXxToCPVPE7Ge7q0c7pidTaV6A359C { top:0.25rem;left:12.375rem;width:19.375rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xD8Pmq4M5mlPUeGzVDGw2k9HefKERlQP { top:0.25rem;left:28.25rem;width:19.375rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eT7EhTvhKmasN52rQfhlSFGONyWCDdSG { top:20.9375rem;left:35rem;width:9.375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgdBXv9P5vXQF1hfTszPqyBKKp3XM6Hy { top:0.3125rem;left:0rem;width:19.375rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zM6H3CJDbB14ULyy0cG2Qwx7rdIdiOer { display:block; }#zM6H3CJDbB14ULyy0cG2Qwx7rdIdiOer > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CzBnPCgpeVTBDqEyEc7xs1mBTuyuKbIO { top:21.375rem;left:3.3125rem;width:9.1875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSUxJ6CqJnAwOmovt0JWULpWhdKcLdgJ { top:0.3125rem;left:0rem;width:19.375rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4LdwmZ1RKofEnn8JBJqZDGyGwqEym2c { top:21.6875rem;left:18.8125rem;width:10rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWzJc2PamSzNF6vIG895IntAiAPXNF3e { top:0.3125rem;left:12.375rem;width:19.375rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAdkMOkITQTh9xat4gaTpNwapfFlbzdw { top:0.3125rem;left:28.25rem;width:19.375rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTHv4FaLbsDcP6Pgd6TuwJiz15Lzuuw4 { top:21.125rem;left:36.4375rem;width:6.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5IkaHvDXL0a9ecw62cn8t6wFA69z586 { display:block; }#d5IkaHvDXL0a9ecw62cn8t6wFA69z586 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vb47gi51E9mX77m04GNLFnXlrDSQiSs7 .widget-regular-label { width:23.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Vb47gi51E9mX77m04GNLFnXlrDSQiSs7 .widget-input-text { width:23.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Vb47gi51E9mX77m04GNLFnXlrDSQiSs7 .widget-input-text {padding-top: 0; padding-bottom: 0;}#Vb47gi51E9mX77m04GNLFnXlrDSQiSs7 .widget-textarea { width:23.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Vb47gi51E9mX77m04GNLFnXlrDSQiSs7 .widget-input-select { width:23.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Vb47gi51E9mX77m04GNLFnXlrDSQiSs7 .widget-input-select {padding-top: 0; padding-bottom: 0;}#Vb47gi51E9mX77m04GNLFnXlrDSQiSs7 .widget-input-button { width:9.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:7rem; }
#Vb47gi51E9mX77m04GNLFnXlrDSQiSs7 .widget-checkbox-label { width:22.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Vb47gi51E9mX77m04GNLFnXlrDSQiSs7  { width:23.4375rem;height:auto;top:12.5625rem;left:21.8125rem; }
#Vb47gi51E9mX77m04GNLFnXlrDSQiSs7 .radio-container { width:23.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Vb47gi51E9mX77m04GNLFnXlrDSQiSs7 {display:block;}#Vb47gi51E9mX77m04GNLFnXlrDSQiSs7 { width:23.4375rem;height:auto;top:12.5625rem;left:21.8125rem; }
 }@media only screen and (max-width: 763px) { #Vb47gi51E9mX77m04GNLFnXlrDSQiSs7 #kTT36If4Z91MihTERxrPnV1C7kWtfstD {  }
 }@media only screen and (max-width: 763px) { #Vb47gi51E9mX77m04GNLFnXlrDSQiSs7 #xmxuoGoNpRaPo5Seg8ITrcQMp8QlX473 {  }
 }@media only screen and (max-width: 763px) { #Vb47gi51E9mX77m04GNLFnXlrDSQiSs7 #kcpPlCn3oQMT8EyqUHu59Eir8a0KRXdv {  }
 }@media only screen and (max-width: 763px) { #Vb47gi51E9mX77m04GNLFnXlrDSQiSs7 #OakH5JmebouCJT3hfE2xN2fACaaAbg4d {  }
 }@media only screen and (max-width: 763px) { #Vb47gi51E9mX77m04GNLFnXlrDSQiSs7 #yT2Tc7hIgVMwfa20donPIPhCTuR26v0s {  }
 }@media only screen and (max-width: 763px) { #Vb47gi51E9mX77m04GNLFnXlrDSQiSs7 #bVLveKmHcGNrziV812oXvbZEEo1HP7vk {  }
 }@media only screen and (max-width: 763px) { #Vb47gi51E9mX77m04GNLFnXlrDSQiSs7 #ffzPlGuAJ9BTF85MHGU8e8EyOoLWb0mQ {  }
 }@media only screen and (max-width: 763px) { #Vb47gi51E9mX77m04GNLFnXlrDSQiSs7 #LKewnWRa3obMcbpiEpTfJ0E1QdhVcdOV {  }
 }@media only screen and (max-width: 763px) { #Vb47gi51E9mX77m04GNLFnXlrDSQiSs7 #y2ymSb7GBAg5nnMV5mKwMNBy5g42tMGO {  }
 }@media only screen and (max-width: 763px) { #Vb47gi51E9mX77m04GNLFnXlrDSQiSs7 #io7KIxTqXgEsTzDlliNfu8pbflGZSbVA {  }
 }@media only screen and (max-width: 763px) { #Vb47gi51E9mX77m04GNLFnXlrDSQiSs7 #kBsS2fvyQlpukz672qfg2f1DL4JPayuL {  }
 }@media only screen and (max-width: 763px) { #Vb47gi51E9mX77m04GNLFnXlrDSQiSs7 #Mne1Tc8iOg7xeT6wkITBtNWFNRK7ar7x {  }
 }@media only screen and (max-width: 763px) { #Vb47gi51E9mX77m04GNLFnXlrDSQiSs7 #XSsxcvFZ8aBl5XBiALMae0y8iJaffWMf {  }
 }@media only screen and (max-width: 763px) { #Vb47gi51E9mX77m04GNLFnXlrDSQiSs7 #K55kpnTW0eRf5HUgBhppnTQIfQIe9FMc {  }
 }@media only screen and (max-width: 763px) { #Vb47gi51E9mX77m04GNLFnXlrDSQiSs7 #NBvQtUcUzFF1SABJIEWlC4BSTbGWFh3t {  }
 }@media only screen and (max-width: 763px) { #Vb47gi51E9mX77m04GNLFnXlrDSQiSs7 #FWQbNMgFGiE6X4IxDrbQ2gxiteMTGhM0 {  }
 }@media only screen and (max-width: 763px) { #Vb47gi51E9mX77m04GNLFnXlrDSQiSs7 #yZlUPFvQFNQfvQOF4BaHbyxTHufVpguM {  }
 }@media only screen and (max-width: 763px) { #Vb47gi51E9mX77m04GNLFnXlrDSQiSs7 #aJmvtEtZ8GoTAcuSCDo9hbiFf83EDJvd {  }
 }@media only screen and (max-width: 763px) { #Vb47gi51E9mX77m04GNLFnXlrDSQiSs7 #TQTcwfSxMXBf3TKfCxl6efJQ9uR5q7Dd {  }
 }@media only screen and (max-width: 763px) { #Vb47gi51E9mX77m04GNLFnXlrDSQiSs7 #hU0NrzBpvWMUw4wTJiJ2I9apXDtzITwm {  }
 }@media only screen and (max-width: 763px) { #Vb47gi51E9mX77m04GNLFnXlrDSQiSs7 #vSf882HE6B0E5rW5ecI0LPfvRABgZQ9z {  }
 }@media only screen and (max-width: 763px) { #v1FkEP72PBUi4OAgFrs3nIcFVE3ehDXM { display:block; }
 }@media only screen and (max-width: 763px) { #qBxB7vQ2ElynvEoyAImcqVi0wogXxQTq { display:block; }
 }@media only screen and (max-width: 763px) { #HMtRTdXV2zXrTf5hh47leWdGXiVKrPqw { display:block; }
 }@media only screen and (max-width: 763px) { #UinNFaiAsJ0tedJR6aTu4aJ323GLQc2t { display:block; }
 }@media only screen and (max-width: 763px) { #zJTCDmrLLKT6WyNdpOLPDhHASZ5KhBWy { display:block; }
 }@media only screen and (max-width: 763px) { #Vb47gi51E9mX77m04GNLFnXlrDSQiSs7 #WRXc3po4Fw2s6nF5h3lFkm4k528tEFif {  }
 }@media only screen and (max-width: 763px) { #Vb47gi51E9mX77m04GNLFnXlrDSQiSs7 #JHS4brHt9STTWar5m3KdxtdRIoo7xstX {  }
 }@media only screen and (max-width: 763px) { #HBVr2C2M1D9uI4LQZpShN2tPmxusJIeE { top:22.875rem;left:1.3125rem;width:21.25rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAExuR0v9yGVtzoQyKJCk6CapsNeKgvf { top:6.5625rem;left:28.0625rem;width:15.4375rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGyibEIXAWOwaKT28iTrSNS8myHsMVu0 { top:4.1875rem;left:19.125rem;width:28.5625rem;height:49.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcN1B2CGrlIq1JvloLIAuRMFJrCOxtK2 { top:28.125rem;left:3.65625rem;width:16.5625rem;height:11.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #adqXGfga5FeW5HrvH97z5w3CvvKbn2GA { top:15.25rem;left:8.75rem;width:6.4375rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oW5EChTkrk2icy0FagT7WrIX0p435Ett { display:block; }#oW5EChTkrk2icy0FagT7WrIX0p435Ett > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JlIiq1ATWAel4Jlkvxo4iqECIMuQ6U2x { top:12.5625rem;left:12.9375rem;width:21.875rem;height:1rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nV9O1i5Gp2qdaaaq3fGDs6Hogq3x37TP { top:14rem;left:10rem;width:27.8125rem;height:0.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4rstdebPv9fBTW7DFHMo8hBm9h4Tn6v { top:10.625rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tn6Z7GxRlikUA5Gx7x7N72eH14QhJVBE { top:0rem;left:18.625rem;width:10.375rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #sJDLzEO5NH8Du58lOqgkdoEn4CZeESCk { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e7a229ea-d56c-41df-880b-ca2a9de2a9d9/Designsemnome.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sJDLzEO5NH8Du58lOqgkdoEn4CZeESCk.adaptive-delivery-prevent-bg, #sJDLzEO5NH8Du58lOqgkdoEn4CZeESCk.lazyload, #sJDLzEO5NH8Du58lOqgkdoEn4CZeESCk.lazyloading { background-image: none; }#sJDLzEO5NH8Du58lOqgkdoEn4CZeESCk > .row .container { background-color: transparent; background-image: none; }#sJDLzEO5NH8Du58lOqgkdoEn4CZeESCk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(26,9,11,0.5); }#sJDLzEO5NH8Du58lOqgkdoEn4CZeESCk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sJDLzEO5NH8Du58lOqgkdoEn4CZeESCk > .row .container > .video-iframe-container { display: none; }#sJDLzEO5NH8Du58lOqgkdoEn4CZeESCk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(26,9,11,0.5); }#sJDLzEO5NH8Du58lOqgkdoEn4CZeESCk > .row > .video-iframe-container { display: none; }#sJDLzEO5NH8Du58lOqgkdoEn4CZeESCk > .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); }#sJDLzEO5NH8Du58lOqgkdoEn4CZeESCk > .row .container { border-width: 0; border-radius: 0; }#sJDLzEO5NH8Du58lOqgkdoEn4CZeESCk::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; }#sJDLzEO5NH8Du58lOqgkdoEn4CZeESCk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sJDLzEO5NH8Du58lOqgkdoEn4CZeESCk > .row .container { width:20rem;height:33.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QzLOrnmBuQ7geucNg6CErv58GzE1X1Qu { width:17.375rem;height:3.5rem;top:20.76220703125rem;left:1.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzX1ytvhcm1DZztXxU5bkoHftQAbiERT { width:14.375rem;height:2.5625rem;top:25.625rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0hA3UNWmpSi6DshmLBmrBEAZa3Ose4x { display:block; }
 }@media only screen and (max-width: 763px) { #JZlp3posU0ZWm1GwnVeJ0RFvThgQPiRw { width:5.25rem;height:4.3125rem;top:14.625rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyXkfuiTbSDk1eKPgLCyM7w16TzEUwTm { width:20rem;height:3.16666675rem;top:29.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgecxUQ7KrOl38izQKEpTEBC3H33rVKW { display:block; }#JgecxUQ7KrOl38izQKEpTEBC3H33rVKW > .row .container { width:20rem;height:18.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l6vC98IRWl36QDcFrcnKiFOtbm9IXIOi { width:18rem;height:10rem;top:7rem;left:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zit7OS2fZ5kyVmBCDOWSAEiiN6KpwHkq { width:15.375rem;height:3.66666675rem;top:2.20703125rem;left:1rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOIuhGWnDwTI4HGBhghkPLdv8HnOPtk4 { display:block; }#rOIuhGWnDwTI4HGBhghkPLdv8HnOPtk4 > .row .container { width:20rem;height:13.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VhJKTRG8bldkrtDntZ8GOTsIcO48Juqx { display:block; }#VhJKTRG8bldkrtDntZ8GOTsIcO48Juqx > .row .container { width:20rem;height:15.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KtT5NvDy0XofZcWDCiyzSGATErrvp9co { width:11.75rem;height:2.66666675rem;top:2.375rem;left:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLKeI2LEXAXp1Z1a8VWSTzCkoSC45ra8 { width:20rem;height:6.25rem;top:6.75rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XKVMcHHC14qWTCTLBlyu4UwvTNIfbmLW { display:block; }#XKVMcHHC14qWTCTLBlyu4UwvTNIfbmLW > .row .container { width:20rem;height:34.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PyaVb6TJJ8XMSqVM6vTFDk0VT3DmITl5 { width:9.375rem;height:9.375rem;top:1.25rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpnq1lXzwsWWdIJv0lh1Ep5FG0i3h6bb { display:flex;width:3.125rem;height:3.125rem;top:10.5625rem;left:8.4375019073488rem; }
 }@media only screen and (max-width: 763px) { #vkJgNH7ZTpBebicAhcEDwKomVppZ909t { width:15.25rem;height:2.5rem;top:13.687499046326rem;left:2.3750000596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kRCZynwFvggbKRTa40tkwrJJau6x0h2C { width:9.375rem;height:9.375rem;top:18.78683125rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVpixs6k3JA020752OhgSK49SxWHyK87 { display:flex;width:3.125rem;height:3.125rem;top:28.09933125rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #otuZ97Ca0wqszcGnAU0I3U6ZpiwlPoab { width:15.25rem;height:2.5rem;top:31.224331021309rem;left:2.3750000596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Fnc1cLiPb82gJMu0isa39rh7NzzdzSoe { display:block; }#Fnc1cLiPb82gJMu0isa39rh7NzzdzSoe > .row .container { width:20rem;height:38.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aIuDSM57E3liCTE1xeOHRfBgfu2rzKwP { display:flex;width:3.125rem;height:3.125rem;top:11.8125rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #HsN8qiMs2sIMudly6c8PdXDNQo3RqEfZ { width:10.75rem;height:3.75rem;top:14.9375rem;left:4.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yHdhTATfFOaBEeSgEZf9KulTh01c3qas { width:9.375rem;height:9.375rem;top:2.5rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTC3D7SJzxNgMiey8QXZEgU9gTdKe7c4 { width:9.375rem;height:9.375rem;top:21.5625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #buoheADP6hNpAKDmzfXuMndEfLvwLdVN { display:flex;width:3.125rem;height:3.125rem;top:30.875rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #lSQbn4kNAE9TX3tEPxUFDxFAbV7VpoaZ { width:10.75rem;height:2.5rem;top:34rem;left:4.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NnPkLDpmqaVe6nnmarDSnBaks8q7KuBP { display:block; }#NnPkLDpmqaVe6nnmarDSnBaks8q7KuBP > .row .container { width:20rem;height:18.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mWD2yT3JT5pp50feGrSroCifqWO9Dsv6 { display:flex;width:3.125rem;height:3.125rem;top:11.3125rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #heK4xaboL1ZSWXrKB17lJIOZ38VxhAJ0 { width:11.25rem;height:2.5rem;top:14.4375rem;left:4.375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z1mFdVp4rwpx8M1ThBdLCMLUXeaDf9MN { width:9.375rem;height:9.375rem;top:2rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5zqKMUkfNygRaxeFMZBOQq1ZAuTP2hF { display:block; }#y5zqKMUkfNygRaxeFMZBOQq1ZAuTP2hF > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #keSIDkiDmhonZhRm42c7bhk5aVZvvdI9 { width:15rem;height:2.25rem;top:1.25rem;left:2.5rem;font-size:0.875rem;line-height:0;display:block; }
 }@media only screen and (max-width: 763px) { #mJs5GuUTWUpmEJeBEfwmOSGs4xmrAH0U { display:block; }
 }@media only screen and (max-width: 763px) { #GVXbyPD56kT7CMicadsD0Z593GF0Vsb7 { background-color:rgba(239,226,215,0.3);background-image:none;display:block; }#GVXbyPD56kT7CMicadsD0Z593GF0Vsb7 > .row .container { background-color: transparent; background-image: none; }#GVXbyPD56kT7CMicadsD0Z593GF0Vsb7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GVXbyPD56kT7CMicadsD0Z593GF0Vsb7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GVXbyPD56kT7CMicadsD0Z593GF0Vsb7 > .row .container > .video-iframe-container { display: none; }#GVXbyPD56kT7CMicadsD0Z593GF0Vsb7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GVXbyPD56kT7CMicadsD0Z593GF0Vsb7 > .row > .video-iframe-container { display: none; }#GVXbyPD56kT7CMicadsD0Z593GF0Vsb7 > .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); }#GVXbyPD56kT7CMicadsD0Z593GF0Vsb7 > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P2zFn5FRCsTP4KxH4dTQwq9LFbBzJ77W { width:17.75rem;height:2rem;top:1.6875rem;left:1.125rem;font-size:1.5625rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;color:#803d23;display:block; }
 }@media only screen and (max-width: 763px) { #xs9Vw4dRqgtqBkRE7lHV62gKRq4VUOOM { background-color:rgba(239,226,215,0.3);background-image:none;display:block; }#xs9Vw4dRqgtqBkRE7lHV62gKRq4VUOOM > .row .container { background-color: transparent; background-image: none; }#xs9Vw4dRqgtqBkRE7lHV62gKRq4VUOOM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xs9Vw4dRqgtqBkRE7lHV62gKRq4VUOOM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xs9Vw4dRqgtqBkRE7lHV62gKRq4VUOOM > .row .container > .video-iframe-container { display: none; }#xs9Vw4dRqgtqBkRE7lHV62gKRq4VUOOM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xs9Vw4dRqgtqBkRE7lHV62gKRq4VUOOM > .row > .video-iframe-container { display: none; }#xs9Vw4dRqgtqBkRE7lHV62gKRq4VUOOM > .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); }#xs9Vw4dRqgtqBkRE7lHV62gKRq4VUOOM > .row .container { width:20rem;height:72.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dnAauxRaKseeRp4PT3aL5WG0RgLU78E1 { width:12.5rem;height:2.66666675rem;top:5.5625rem;left:3.8125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lTm25D04m5eXXy8mOepwnaJ6mLJlIa7c { width:18.5rem;height:5.8333335rem;top:11.9375rem;left:0.75rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zer60QtTwQQ1hO689leSw8Xe6To75DsT { width:12.5rem;height:2.66666675rem;top:24.8125rem;left:3.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cWmvl9tnDMUv8LrWVZC4Ja5ZPSEbrwhn { width:18.25rem;height:4.6666665rem;top:31.1875rem;left:0.875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #On4PtN4f1tmgiodveXkxc96Re1ttuRa2 { width:12.5rem;height:2.66666675rem;top:42.875rem;left:3.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wrxNbAr8mSp9R3LAmIKFM6I8LsIpiP2L { width:12.5rem;height:2.66666675rem;top:59.75rem;left:3.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FCUWdZ1C3r6ZTUInrG9MEKDlzzsGKHQC { width:13.625rem;height:3.5rem;top:49.25rem;left:3.1875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dsMUIrVblJiWSOOARZyJuy31aJVCPCTT { width:18.6875rem;height:4.6666665rem;top:66.125rem;left:0.6875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eQ3Jp2DNwBnrkEDnTrcO4JrpCBEgSII0 { display:flex;width:3.125rem;height:3.125rem;top:28.0625rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #pCOdaMrUu3ReKJMzd9xOrF7zvdDbUTUs { display:flex;width:3.125rem;height:3.125rem;top:8.8125rem;left:8.5rem; }
 }@media only screen and (max-width: 763px) { #bid40Ali62cEL8OfnVOirT65UzooNaIR { display:flex;width:3.125rem;height:3.125rem;top:46.125rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #cG1k8CqC0AGd8JUKv4NDxsaTwSPrh0SF { display:flex;width:3.125rem;height:3.125rem;top:63rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #taPJygxpPl8oOuit6lJSO6wvK33ZNGXy { width:3.125rem;height:3.125rem;top:1.8482151031494rem;left:8.4375005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #EopmfHeBbtqA9qxKbZuMt7vr20iz3you { width:3.125rem;height:3.125rem;top:21.098216056824rem;left:8.4375005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDXMNSd7QmGLxoG2UQOpxeFeG5dB0Gp6 { width:3.125rem;height:3.125rem;top:39.160714149475rem;left:8.9107146859169rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBtbAIWhykJrVpykezJxwuXazSl80G2w { width:3.125rem;height:3.125rem;top:56.035715103149rem;left:8.4375005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #csGdDoDAPotexfeLNcNgDGaADr8EgpeA { background-color:rgba(239,226,215,0.3);background-image:none;display:block; }#csGdDoDAPotexfeLNcNgDGaADr8EgpeA > .row .container { background-color: transparent; background-image: none; }#csGdDoDAPotexfeLNcNgDGaADr8EgpeA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#csGdDoDAPotexfeLNcNgDGaADr8EgpeA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#csGdDoDAPotexfeLNcNgDGaADr8EgpeA > .row .container > .video-iframe-container { display: none; }#csGdDoDAPotexfeLNcNgDGaADr8EgpeA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#csGdDoDAPotexfeLNcNgDGaADr8EgpeA > .row > .video-iframe-container { display: none; }#csGdDoDAPotexfeLNcNgDGaADr8EgpeA > .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); }#csGdDoDAPotexfeLNcNgDGaADr8EgpeA > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i6eGDHHcuuoMF7RWTo2e6mTOPmPG8hfO { width:13.3125rem;height:2.25rem;top:1.25rem;left:3.3125rem;font-size:0.8125rem;line-height:0;display:block; }
 }@media only screen and (max-width: 763px) { #heMIlu8qHcKHVQMztnuJxP0lpdb8QeJV { display:block; }
 }@media only screen and (max-width: 763px) { #ZkxZT47KJT6Unbq8urHmqrKQOUTmrrPX { background-color:#b66533;background-image:url("https://images.assets-landingi.com/uc/507eca72-f7eb-4ad5-9328-42ed551b25e6/11.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#ZkxZT47KJT6Unbq8urHmqrKQOUTmrrPX.adaptive-delivery-prevent-bg, #ZkxZT47KJT6Unbq8urHmqrKQOUTmrrPX.lazyload, #ZkxZT47KJT6Unbq8urHmqrKQOUTmrrPX.lazyloading { background-image: none; }#ZkxZT47KJT6Unbq8urHmqrKQOUTmrrPX > .row .container { background-color: transparent; background-image: none; }#ZkxZT47KJT6Unbq8urHmqrKQOUTmrrPX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZkxZT47KJT6Unbq8urHmqrKQOUTmrrPX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZkxZT47KJT6Unbq8urHmqrKQOUTmrrPX > .row .container > .video-iframe-container { display: none; }#ZkxZT47KJT6Unbq8urHmqrKQOUTmrrPX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZkxZT47KJT6Unbq8urHmqrKQOUTmrrPX > .row > .video-iframe-container { display: none; }#ZkxZT47KJT6Unbq8urHmqrKQOUTmrrPX > .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); }#ZkxZT47KJT6Unbq8urHmqrKQOUTmrrPX > .row .container { width:20rem;height:14.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rowz8He5TEXF7kJ5dqft69oi7zHAb1fn { display:block; }#Rowz8He5TEXF7kJ5dqft69oi7zHAb1fn > .row .container { width:20rem;height:13.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WxtPhBRi7li3I68ewfpbUEqh8OTvoOdz { width:18.375rem;height:2rem;top:3.125rem;left:0.78125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bztLmlALSmcuuB6cBbTHT7ftbya2XRPD { width:17.1875rem;height:2.5rem;top:7.9348754882812rem;left:1.40625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rZzUbaHg6k9LMc72VJW0JBDrgdZqzXwL { display:block; }#rZzUbaHg6k9LMc72VJW0JBDrgdZqzXwL > .row .container { width:20rem;height:49.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tXV2SVQsLFxkOH3wPQoW2WUEtDDwGgLg { width:11.5rem;height:3.1875rem;top:11.847657203674rem;left:4.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETEAf1f5RL8wKMqbGtHVlniW4I7asaqT { width:19.375rem;height:15.625rem;top:1.25rem;left:0.3125rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d85e4240-463b-4784-b35e-1271dd601140/contemporaneo.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#ETEAf1f5RL8wKMqbGtHVlniW4I7asaqT.adaptive-delivery-prevent-bg, #ETEAf1f5RL8wKMqbGtHVlniW4I7asaqT.lazyload, #ETEAf1f5RL8wKMqbGtHVlniW4I7asaqT.lazyloading { background-image: none; }
#ETEAf1f5RL8wKMqbGtHVlniW4I7asaqT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(26,9,11,0.4); } }@media only screen and (max-width: 763px) { #LKLKWR4OhtcEPRN7IKeWHlVzxM5sCryk { width:10.125rem;height:2.75rem;top:28.535716056824rem;left:4.9375000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLKJ2dTyOzb115pIEHwtdmi9AzXXwgyp { width:19.375rem;height:15.625rem;top:17.5rem;left:0.3125rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/89969ea8-cdae-4abd-8806-ad7a71405871/traffo.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#aLKJ2dTyOzb115pIEHwtdmi9AzXXwgyp.adaptive-delivery-prevent-bg, #aLKJ2dTyOzb115pIEHwtdmi9AzXXwgyp.lazyload, #aLKJ2dTyOzb115pIEHwtdmi9AzXXwgyp.lazyloading { background-image: none; }
#aLKJ2dTyOzb115pIEHwtdmi9AzXXwgyp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(26,9,11,0.4); } }@media only screen and (max-width: 763px) { #P8l82JCzg0x6bAsOFHy6z6FnJbo9F2bu { width:19.375rem;height:15.625rem;top:33.8125rem;left:0.3125rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e2d9f1c7-b63b-41bc-ba40-3fcb56100b4e/casaitaim.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#P8l82JCzg0x6bAsOFHy6z6FnJbo9F2bu.adaptive-delivery-prevent-bg, #P8l82JCzg0x6bAsOFHy6z6FnJbo9F2bu.lazyload, #P8l82JCzg0x6bAsOFHy6z6FnJbo9F2bu.lazyloading { background-image: none; }
#P8l82JCzg0x6bAsOFHy6z6FnJbo9F2bu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(26,9,11,0.4); } }@media only screen and (max-width: 763px) { #IeVwXX61RVM8qvTKvwLPQ5NX0vn1JRS4 { width:10.25rem;height:2.6875rem;top:44.999999046326rem;left:4.8750000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtG1fhFsZUZMQJPXxt4D0eUPwH7XBwHF { display:block; }#AtG1fhFsZUZMQJPXxt4D0eUPwH7XBwHF > .row .container { width:20rem;height:48.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dEuuFcfmFPB0TKTQT8HqCC26BMJPbOZx { width:9.5625rem;height:2.6875rem;top:11.722654342651rem;left:5.2187500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #goTiq9ZMymfN1EdCxJq2tipPfoVMcPwy { width:19.375rem;height:15.625rem;top:0.625rem;left:0.3125rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/12c39922-3da3-449f-b93e-af2e698bac6e/casabisutti.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#goTiq9ZMymfN1EdCxJq2tipPfoVMcPwy.adaptive-delivery-prevent-bg, #goTiq9ZMymfN1EdCxJq2tipPfoVMcPwy.lazyload, #goTiq9ZMymfN1EdCxJq2tipPfoVMcPwy.lazyloading { background-image: none; }
#goTiq9ZMymfN1EdCxJq2tipPfoVMcPwy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(26,9,11,0.4); } }@media only screen and (max-width: 763px) { #a7XPeCEkwcpCMutV3zHudAEGyUwCdN4T { width:11.25rem;height:2.5625rem;top:28.098215103149rem;left:4.3750000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbbHhuAfTD4nMqTn4leUtT5DXTTTf881 { width:19.375rem;height:15.625rem;top:16.875rem;left:0.3125rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/332d4efb-87f7-43a0-b6f2-2cb5d730506a/boulevardjk.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#vbbHhuAfTD4nMqTn4leUtT5DXTTTf881.adaptive-delivery-prevent-bg, #vbbHhuAfTD4nMqTn4leUtT5DXTTTf881.lazyload, #vbbHhuAfTD4nMqTn4leUtT5DXTTTf881.lazyloading { background-image: none; }
#vbbHhuAfTD4nMqTn4leUtT5DXTTTf881::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(26,9,11,0.4); } }@media only screen and (max-width: 763px) { #kI6TqaMCIO6C3evw4IEKf7cEGSEUC5uQ { width:19.375rem;height:15.625rem;top:33.1875rem;left:0.3125rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/68e221d6-aa9d-4076-ba5b-187c5c16e703/viale441.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#kI6TqaMCIO6C3evw4IEKf7cEGSEUC5uQ.adaptive-delivery-prevent-bg, #kI6TqaMCIO6C3evw4IEKf7cEGSEUC5uQ.lazyload, #kI6TqaMCIO6C3evw4IEKf7cEGSEUC5uQ.lazyloading { background-image: none; }
#kI6TqaMCIO6C3evw4IEKf7cEGSEUC5uQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(26,9,11,0.4); } }@media only screen and (max-width: 763px) { #yiuK67snCGKHvOr0uzA73AZgVPQy5w98 { width:9.25rem;height:2.625rem;top:44.437503576279rem;left:5.3750000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5wrH7HSXIZGNFWD9I14bo1MKnkSaZ3w { display:block; }#H5wrH7HSXIZGNFWD9I14bo1MKnkSaZ3w > .row .container { width:20rem;height:52.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t60HWJyKrHEy29PN01vG09yVIfXfUhTA { width:10.8125rem;height:2.5rem;top:15.098213195801rem;left:4.5937500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLTFhSQAmCZC9GbHfomDNwDGTJ1c6xxu { width:4.5625rem;height:5rem;top:28.848215103149rem;left:7.7187505364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7hXxToCPVPE7Ge7q0c7pidTaV6A359C { width:19.375rem;height:15.625rem;top:20.0625rem;left:0.3125rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ce12df51-575d-4729-b5ac-391b5949ff57/casadoator.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#i7hXxToCPVPE7Ge7q0c7pidTaV6A359C.adaptive-delivery-prevent-bg, #i7hXxToCPVPE7Ge7q0c7pidTaV6A359C.lazyload, #i7hXxToCPVPE7Ge7q0c7pidTaV6A359C.lazyloading { background-image: none; }
#i7hXxToCPVPE7Ge7q0c7pidTaV6A359C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(26,9,11,0.4); } }@media only screen and (max-width: 763px) { #xD8Pmq4M5mlPUeGzVDGw2k9HefKERlQP { width:19.375rem;height:15.625rem;top:36.375rem;left:0.3125rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/bc6e7ff6-ad78-4bd2-8de6-db081c9aa2e9/cardosodemelo.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#xD8Pmq4M5mlPUeGzVDGw2k9HefKERlQP.adaptive-delivery-prevent-bg, #xD8Pmq4M5mlPUeGzVDGw2k9HefKERlQP.lazyload, #xD8Pmq4M5mlPUeGzVDGw2k9HefKERlQP.lazyloading { background-image: none; }
#xD8Pmq4M5mlPUeGzVDGw2k9HefKERlQP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(26,9,11,0.4); } }@media only screen and (max-width: 763px) { #eT7EhTvhKmasN52rQfhlSFGONyWCDdSG { width:9.375rem;height:3.75rem;top:45.1875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgdBXv9P5vXQF1hfTszPqyBKKp3XM6Hy { width:19.375rem;height:18.75rem;top:0.6875rem;left:0.3125rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/89beb4c5-dac8-4f33-9030-9fdbfe720fb3/zeroonze.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#qgdBXv9P5vXQF1hfTszPqyBKKp3XM6Hy.adaptive-delivery-prevent-bg, #qgdBXv9P5vXQF1hfTszPqyBKKp3XM6Hy.lazyload, #qgdBXv9P5vXQF1hfTszPqyBKKp3XM6Hy.lazyloading { background-image: none; }
#qgdBXv9P5vXQF1hfTszPqyBKKp3XM6Hy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(26,9,11,0.4); } }@media only screen and (max-width: 763px) { #zM6H3CJDbB14ULyy0cG2Qwx7rdIdiOer { display:block; }#zM6H3CJDbB14ULyy0cG2Qwx7rdIdiOer > .row .container { width:20rem;height:48.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CzBnPCgpeVTBDqEyEc7xs1mBTuyuKbIO { width:9.1875rem;height:2.875rem;top:11.561370849609rem;left:5.4062500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSUxJ6CqJnAwOmovt0JWULpWhdKcLdgJ { width:19.375rem;height:15.625rem;top:0.625rem;left:0.3125rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3c67e28d-9baa-4d71-8188-902665d2af40/berrini.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#xSUxJ6CqJnAwOmovt0JWULpWhdKcLdgJ.adaptive-delivery-prevent-bg, #xSUxJ6CqJnAwOmovt0JWULpWhdKcLdgJ.lazyload, #xSUxJ6CqJnAwOmovt0JWULpWhdKcLdgJ.lazyloading { background-image: none; }
#xSUxJ6CqJnAwOmovt0JWULpWhdKcLdgJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(26,9,11,0.4); } }@media only screen and (max-width: 763px) { #R4LdwmZ1RKofEnn8JBJqZDGyGwqEym2c { width:10rem;height:2.3125rem;top:27.1875rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWzJc2PamSzNF6vIG895IntAiAPXNF3e { width:19.375rem;height:15.625rem;top:16.875rem;left:0.3125rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/59c62b8d-44cb-4c25-bd91-e38f0fbaaa2b/tenerife.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#UWzJc2PamSzNF6vIG895IntAiAPXNF3e.adaptive-delivery-prevent-bg, #UWzJc2PamSzNF6vIG895IntAiAPXNF3e.lazyload, #UWzJc2PamSzNF6vIG895IntAiAPXNF3e.lazyloading { background-image: none; }
#UWzJc2PamSzNF6vIG895IntAiAPXNF3e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(26,9,11,0.4); } }@media only screen and (max-width: 763px) { #TAdkMOkITQTh9xat4gaTpNwapfFlbzdw { width:19.375rem;height:15.625rem;top:33.1875rem;left:0.3125rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b7da09b6-0514-4dc5-8e3f-aa483688aa9d/gomesdecarvalho.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#TAdkMOkITQTh9xat4gaTpNwapfFlbzdw.adaptive-delivery-prevent-bg, #TAdkMOkITQTh9xat4gaTpNwapfFlbzdw.lazyload, #TAdkMOkITQTh9xat4gaTpNwapfFlbzdw.lazyloading { background-image: none; }
#TAdkMOkITQTh9xat4gaTpNwapfFlbzdw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(26,9,11,0.4); } }@media only screen and (max-width: 763px) { #nTHv4FaLbsDcP6Pgd6TuwJiz15Lzuuw4 { width:6.9375rem;height:3.6875rem;top:42.125rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5IkaHvDXL0a9ecw62cn8t6wFA69z586 { display:block; }#d5IkaHvDXL0a9ecw62cn8t6wFA69z586 > .row .container { width:20rem;height:67.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vb47gi51E9mX77m04GNLFnXlrDSQiSs7 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.6875rem;overflow:hidden;height:auto; }
#Vb47gi51E9mX77m04GNLFnXlrDSQiSs7 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Vb47gi51E9mX77m04GNLFnXlrDSQiSs7 .widget-input-text {padding-top: 0; padding-bottom: 0;}#Vb47gi51E9mX77m04GNLFnXlrDSQiSs7 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Vb47gi51E9mX77m04GNLFnXlrDSQiSs7 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Vb47gi51E9mX77m04GNLFnXlrDSQiSs7 .widget-input-select {padding-top: 0; padding-bottom: 0;}#Vb47gi51E9mX77m04GNLFnXlrDSQiSs7 .widget-input-button { width:7rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:5.25rem;line-height:0;overflow:hidden; }
#Vb47gi51E9mX77m04GNLFnXlrDSQiSs7 .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Vb47gi51E9mX77m04GNLFnXlrDSQiSs7 .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0; }
#Vb47gi51E9mX77m04GNLFnXlrDSQiSs7 .widget-container:first-of-type{padding-top:0;}#Vb47gi51E9mX77m04GNLFnXlrDSQiSs7 .widget-container:last-of-type{padding-bottom:0;}#Vb47gi51E9mX77m04GNLFnXlrDSQiSs7  { width:17.5rem;height:auto;top:25.75rem;left:0rem; }
#Vb47gi51E9mX77m04GNLFnXlrDSQiSs7 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Vb47gi51E9mX77m04GNLFnXlrDSQiSs7 {display:block;}#Vb47gi51E9mX77m04GNLFnXlrDSQiSs7 { width:17.5rem;height:auto;top:25.75rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Vb47gi51E9mX77m04GNLFnXlrDSQiSs7 #kTT36If4Z91MihTERxrPnV1C7kWtfstD {  }
 }@media only screen and (max-width: 763px) { #Vb47gi51E9mX77m04GNLFnXlrDSQiSs7 #xmxuoGoNpRaPo5Seg8ITrcQMp8QlX473 {  }
 }@media only screen and (max-width: 763px) { #Vb47gi51E9mX77m04GNLFnXlrDSQiSs7 #kcpPlCn3oQMT8EyqUHu59Eir8a0KRXdv {  }
 }@media only screen and (max-width: 763px) { #Vb47gi51E9mX77m04GNLFnXlrDSQiSs7 #OakH5JmebouCJT3hfE2xN2fACaaAbg4d {  }
 }@media only screen and (max-width: 763px) { #Vb47gi51E9mX77m04GNLFnXlrDSQiSs7 #yT2Tc7hIgVMwfa20donPIPhCTuR26v0s {  }
 }@media only screen and (max-width: 763px) { #Vb47gi51E9mX77m04GNLFnXlrDSQiSs7 #bVLveKmHcGNrziV812oXvbZEEo1HP7vk {  }
 }@media only screen and (max-width: 763px) { #Vb47gi51E9mX77m04GNLFnXlrDSQiSs7 #ffzPlGuAJ9BTF85MHGU8e8EyOoLWb0mQ {  }
 }@media only screen and (max-width: 763px) { #Vb47gi51E9mX77m04GNLFnXlrDSQiSs7 #LKewnWRa3obMcbpiEpTfJ0E1QdhVcdOV {  }
 }@media only screen and (max-width: 763px) { #Vb47gi51E9mX77m04GNLFnXlrDSQiSs7 #y2ymSb7GBAg5nnMV5mKwMNBy5g42tMGO {  }
 }@media only screen and (max-width: 763px) { #Vb47gi51E9mX77m04GNLFnXlrDSQiSs7 #io7KIxTqXgEsTzDlliNfu8pbflGZSbVA {  }
 }@media only screen and (max-width: 763px) { #Vb47gi51E9mX77m04GNLFnXlrDSQiSs7 #kBsS2fvyQlpukz672qfg2f1DL4JPayuL {  }
 }@media only screen and (max-width: 763px) { #Vb47gi51E9mX77m04GNLFnXlrDSQiSs7 #Mne1Tc8iOg7xeT6wkITBtNWFNRK7ar7x {  }
 }@media only screen and (max-width: 763px) { #Vb47gi51E9mX77m04GNLFnXlrDSQiSs7 #XSsxcvFZ8aBl5XBiALMae0y8iJaffWMf {  }
 }@media only screen and (max-width: 763px) { #Vb47gi51E9mX77m04GNLFnXlrDSQiSs7 #K55kpnTW0eRf5HUgBhppnTQIfQIe9FMc {  }
 }@media only screen and (max-width: 763px) { #Vb47gi51E9mX77m04GNLFnXlrDSQiSs7 #NBvQtUcUzFF1SABJIEWlC4BSTbGWFh3t {  }
 }@media only screen and (max-width: 763px) { #Vb47gi51E9mX77m04GNLFnXlrDSQiSs7 #FWQbNMgFGiE6X4IxDrbQ2gxiteMTGhM0 {  }
 }@media only screen and (max-width: 763px) { #Vb47gi51E9mX77m04GNLFnXlrDSQiSs7 #yZlUPFvQFNQfvQOF4BaHbyxTHufVpguM {  }
 }@media only screen and (max-width: 763px) { #Vb47gi51E9mX77m04GNLFnXlrDSQiSs7 #aJmvtEtZ8GoTAcuSCDo9hbiFf83EDJvd {  }
 }@media only screen and (max-width: 763px) { #Vb47gi51E9mX77m04GNLFnXlrDSQiSs7 #TQTcwfSxMXBf3TKfCxl6efJQ9uR5q7Dd {  }
 }@media only screen and (max-width: 763px) { #Vb47gi51E9mX77m04GNLFnXlrDSQiSs7 #hU0NrzBpvWMUw4wTJiJ2I9apXDtzITwm {  }
 }@media only screen and (max-width: 763px) { #Vb47gi51E9mX77m04GNLFnXlrDSQiSs7 #vSf882HE6B0E5rW5ecI0LPfvRABgZQ9z {  }
 }@media only screen and (max-width: 763px) { #v1FkEP72PBUi4OAgFrs3nIcFVE3ehDXM { display:block; }
 }@media only screen and (max-width: 763px) { #qBxB7vQ2ElynvEoyAImcqVi0wogXxQTq { display:block; }
 }@media only screen and (max-width: 763px) { #HMtRTdXV2zXrTf5hh47leWdGXiVKrPqw { display:block; }
 }@media only screen and (max-width: 763px) { #UinNFaiAsJ0tedJR6aTu4aJ323GLQc2t { display:block; }
 }@media only screen and (max-width: 763px) { #zJTCDmrLLKT6WyNdpOLPDhHASZ5KhBWy { display:block; }
 }@media only screen and (max-width: 763px) { #Vb47gi51E9mX77m04GNLFnXlrDSQiSs7 #WRXc3po4Fw2s6nF5h3lFkm4k528tEFif {  }
 }@media only screen and (max-width: 763px) { #Vb47gi51E9mX77m04GNLFnXlrDSQiSs7 #JHS4brHt9STTWar5m3KdxtdRIoo7xstX {  }
 }@media only screen and (max-width: 763px) { #HBVr2C2M1D9uI4LQZpShN2tPmxusJIeE { width:16.1875rem;height:2.5625rem;top:5.5625rem;left:1.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAExuR0v9yGVtzoQyKJCk6CapsNeKgvf { width:14.875rem;height:3.5rem;top:21.25rem;left:2.53125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGyibEIXAWOwaKT28iTrSNS8myHsMVu0 { width:20rem;height:47.0625rem;top:19.248687744141rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcN1B2CGrlIq1JvloLIAuRMFJrCOxtK2 { width:17.75rem;height:6.25rem;top:10.518249511719rem;left:1.125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #adqXGfga5FeW5HrvH97z5w3CvvKbn2GA { width:3.8125rem;height:3.8125rem;top:1.8333435058594rem;left:8.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oW5EChTkrk2icy0FagT7WrIX0p435Ett { background-color:#1a090b;background-image:none;display:block; }#oW5EChTkrk2icy0FagT7WrIX0p435Ett > .row .container { background-color: transparent; background-image: none; }#oW5EChTkrk2icy0FagT7WrIX0p435Ett::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oW5EChTkrk2icy0FagT7WrIX0p435Ett > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oW5EChTkrk2icy0FagT7WrIX0p435Ett > .row .container > .video-iframe-container { display: none; }#oW5EChTkrk2icy0FagT7WrIX0p435Ett > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oW5EChTkrk2icy0FagT7WrIX0p435Ett > .row > .video-iframe-container { display: none; }#oW5EChTkrk2icy0FagT7WrIX0p435Ett > .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); }#oW5EChTkrk2icy0FagT7WrIX0p435Ett > .row .container { width:20rem;height:13.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JlIiq1ATWAel4Jlkvxo4iqECIMuQ6U2x { width:15.625rem;height:1.833333375rem;top:9.3125rem;left:2.1875rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nV9O1i5Gp2qdaaaq3fGDs6Hogq3x37TP { width:20rem;height:1.833333375rem;top:10.3125rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4rstdebPv9fBTW7DFHMo8hBm9h4Tn6v { width:20rem;height:0.0625rem;top:10.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #tn6Z7GxRlikUA5Gx7x7N72eH14QhJVBE { width:9.3125rem;height:9.3125rem;top:0rem;left:5.375rem;display:block; }
 }