.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:221,218,218;--color-primary-1:141,132,133;--color-primary-2:26,9,11;--color-primary-3:13,5,6;--color-primary-4:4,1,2;--color-secondary-0:243,230,222;--color-secondary-1:239,226,215;--color-secondary-2:197,132,92;--color-secondary-3:182,101,51;--color-secondary-4:39,26,18;--color-tertiary-0:255,255,255;--color-tertiary-1:239,226,215;--color-tertiary-2:197,132,92;--color-tertiary-3:182,101,51;--color-tertiary-4:0,0,0;--headlines-font-family:"Sackers";--paragraphs-font-family:"Sackers"; }@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:rgba(var(--color-tertiary-0),1);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); }#EvMDt2Tn9w2vSD6BcVQFEng4EGR1beDM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5c814860-5d17-4196-a8b9-4430465692c3/Untitled3.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; }#EvMDt2Tn9w2vSD6BcVQFEng4EGR1beDM.adaptive-delivery-prevent-bg, #EvMDt2Tn9w2vSD6BcVQFEng4EGR1beDM.lazyload, #EvMDt2Tn9w2vSD6BcVQFEng4EGR1beDM.lazyloading { background-image: none; }#EvMDt2Tn9w2vSD6BcVQFEng4EGR1beDM > .row .container { background-color: transparent; background-image: none; }#EvMDt2Tn9w2vSD6BcVQFEng4EGR1beDM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.43); }#EvMDt2Tn9w2vSD6BcVQFEng4EGR1beDM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EvMDt2Tn9w2vSD6BcVQFEng4EGR1beDM > .row .container > .video-iframe-container { display: none; }#EvMDt2Tn9w2vSD6BcVQFEng4EGR1beDM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.43); }#EvMDt2Tn9w2vSD6BcVQFEng4EGR1beDM > .row > .video-iframe-container { display: none; }#EvMDt2Tn9w2vSD6BcVQFEng4EGR1beDM > .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); }#EvMDt2Tn9w2vSD6BcVQFEng4EGR1beDM > .row .container { border-width: 0; border-radius: 0; }#EvMDt2Tn9w2vSD6BcVQFEng4EGR1beDM::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; }#EvMDt2Tn9w2vSD6BcVQFEng4EGR1beDM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EvMDt2Tn9w2vSD6BcVQFEng4EGR1beDM > .row .container { font-size:0.875rem;font-family:arial;height:50rem;width:75rem;position:relative;display:block; }#c8mpPQns4e8er1N4vddwJpXQP7WKTVAo { color:rgba(var(--color-tertiary-1),1);display:block;width:26.5rem;position:absolute;font-family:"playfair display";font-size:2.1875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:29.125rem;left:24.25rem;height:5.5rem;text-align:center;text-align-last:center;display:block; }
#QifEBTZuqNxsNm2mm74OaKludVKhaJnC { background-color:rgba(var(--color-secondary-3),1);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:rgba(var(--color-secondary-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.55325rem;height:3.490725rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:37.25rem;left:27.6875rem;display:block; }
#D8bkNbS9kNSt7f6MXnFTLlHDwyz4fX8u { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#e66FuFOaB0qvvwAHt5PC4VfN7S56AJRL { 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:19.375rem;left:33.125rem;overflow:hidden;display:block; }
#nZXFekGteBI0hvWPWB8rddU8kyIb51Lu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nZXFekGteBI0hvWPWB8rddU8kyIb51Lu > .row .container { background-color: transparent; background-image: none; }#nZXFekGteBI0hvWPWB8rddU8kyIb51Lu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nZXFekGteBI0hvWPWB8rddU8kyIb51Lu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nZXFekGteBI0hvWPWB8rddU8kyIb51Lu > .row .container > .video-iframe-container { display: none; }#nZXFekGteBI0hvWPWB8rddU8kyIb51Lu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nZXFekGteBI0hvWPWB8rddU8kyIb51Lu > .row > .video-iframe-container { display: none; }#nZXFekGteBI0hvWPWB8rddU8kyIb51Lu > .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); }#nZXFekGteBI0hvWPWB8rddU8kyIb51Lu > .row .container { border-width: 0; border-radius: 0; }#nZXFekGteBI0hvWPWB8rddU8kyIb51Lu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nZXFekGteBI0hvWPWB8rddU8kyIb51Lu > .row .container { font-size:0.875rem;font-family:arial;height:15.5625rem;width:75rem;position:relative;display:block; }#wDrmQPOQwyvMvtdTFC43g2mhn2LWT8OD { color:rgba(var(--color-tertiary-1),1);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:10.5rem;display:block; }
#cHIeSpqwUKuyFCdLvwleyDBJdKX9kvpp { color:rgba(var(--color-tertiary-1),1);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; }
#A5U1PEM2p6KtsAP2yHkLNpEb0nROlipM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#A5U1PEM2p6KtsAP2yHkLNpEb0nROlipM.adaptive-delivery-prevent-bg, #A5U1PEM2p6KtsAP2yHkLNpEb0nROlipM.lazyload, #A5U1PEM2p6KtsAP2yHkLNpEb0nROlipM.lazyloading { background-image: none; }#A5U1PEM2p6KtsAP2yHkLNpEb0nROlipM > .row .container { background-color: transparent; background-image: none; }#A5U1PEM2p6KtsAP2yHkLNpEb0nROlipM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A5U1PEM2p6KtsAP2yHkLNpEb0nROlipM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A5U1PEM2p6KtsAP2yHkLNpEb0nROlipM > .row .container > .video-iframe-container { display: none; }#A5U1PEM2p6KtsAP2yHkLNpEb0nROlipM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A5U1PEM2p6KtsAP2yHkLNpEb0nROlipM > .row > .video-iframe-container { display: none; }#A5U1PEM2p6KtsAP2yHkLNpEb0nROlipM > .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); }#A5U1PEM2p6KtsAP2yHkLNpEb0nROlipM > .row .container { border-width: 0; border-radius: 0; }#A5U1PEM2p6KtsAP2yHkLNpEb0nROlipM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#A5U1PEM2p6KtsAP2yHkLNpEb0nROlipM > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:75rem;position:relative;display:block; }#TM3Cv0eb93Te0TsIkqu3lo8iNgEAhXfp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TM3Cv0eb93Te0TsIkqu3lo8iNgEAhXfp > .row .container { background-color: transparent; background-image: none; }#TM3Cv0eb93Te0TsIkqu3lo8iNgEAhXfp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TM3Cv0eb93Te0TsIkqu3lo8iNgEAhXfp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TM3Cv0eb93Te0TsIkqu3lo8iNgEAhXfp > .row .container > .video-iframe-container { display: none; }#TM3Cv0eb93Te0TsIkqu3lo8iNgEAhXfp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TM3Cv0eb93Te0TsIkqu3lo8iNgEAhXfp > .row > .video-iframe-container { display: none; }#TM3Cv0eb93Te0TsIkqu3lo8iNgEAhXfp > .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); }#TM3Cv0eb93Te0TsIkqu3lo8iNgEAhXfp > .row .container { border-width: 0; border-radius: 0; }#TM3Cv0eb93Te0TsIkqu3lo8iNgEAhXfp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TM3Cv0eb93Te0TsIkqu3lo8iNgEAhXfp > .row .container { font-size:0.875rem;font-family:arial;height:23.875rem;width:75rem;position:relative;display:block; }#fwH4lVCxpQVFTpWpoXgBdEZNMTzckMq6 { color:rgba(var(--color-tertiary-1),1);display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#EMEE8yFTuuRXsQxPy3w5yJ1l4bfGZ3zq { color:rgba(var(--color-tertiary-1),1);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:5.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ETVqK1IcSUBAepx6XzuWcgxkoVr104Ro { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ETVqK1IcSUBAepx6XzuWcgxkoVr104Ro > .row .container { background-color: transparent; background-image: none; }#ETVqK1IcSUBAepx6XzuWcgxkoVr104Ro::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETVqK1IcSUBAepx6XzuWcgxkoVr104Ro > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETVqK1IcSUBAepx6XzuWcgxkoVr104Ro > .row .container > .video-iframe-container { display: none; }#ETVqK1IcSUBAepx6XzuWcgxkoVr104Ro > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETVqK1IcSUBAepx6XzuWcgxkoVr104Ro > .row > .video-iframe-container { display: none; }#ETVqK1IcSUBAepx6XzuWcgxkoVr104Ro > .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); }#ETVqK1IcSUBAepx6XzuWcgxkoVr104Ro > .row .container { border-width: 0; border-radius: 0; }#ETVqK1IcSUBAepx6XzuWcgxkoVr104Ro > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ETVqK1IcSUBAepx6XzuWcgxkoVr104Ro > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#pvQJMLKrGTULkcvArbJIOKBNznq0d0TI { 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; }
#xc6LICyHfH3vwk2InKSxJ2Z2Ek4Xmdgz { 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; }
#RCI5OiPhPct2qu8BByz12OWq8GEScuuo { color:rgba(var(--color-tertiary-1),1);display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:14.3125rem;left:11.125rem;height:2.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qnWGEI3TTsiJmw8nPBa4QqyGzdsy0FB0 { 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; }
#uJNMbyhbTVKTO7GZbWM3fLF7DrsB64u4 { 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; }
#TTVtOB05mZT4LgVewlmXzUcc5X9B76Ns { color:rgba(var(--color-tertiary-1),1);display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:14.3125rem;left:48.625rem;height:2.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BO5cOG0fuLFkFTo39o1ZeIaTThTugC6W { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BO5cOG0fuLFkFTo39o1ZeIaTThTugC6W > .row .container { background-color: transparent; background-image: none; }#BO5cOG0fuLFkFTo39o1ZeIaTThTugC6W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BO5cOG0fuLFkFTo39o1ZeIaTThTugC6W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BO5cOG0fuLFkFTo39o1ZeIaTThTugC6W > .row .container > .video-iframe-container { display: none; }#BO5cOG0fuLFkFTo39o1ZeIaTThTugC6W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BO5cOG0fuLFkFTo39o1ZeIaTThTugC6W > .row > .video-iframe-container { display: none; }#BO5cOG0fuLFkFTo39o1ZeIaTThTugC6W > .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); }#BO5cOG0fuLFkFTo39o1ZeIaTThTugC6W > .row .container { border-width: 0; border-radius: 0; }#BO5cOG0fuLFkFTo39o1ZeIaTThTugC6W > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BO5cOG0fuLFkFTo39o1ZeIaTThTugC6W > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#nqifAW9EoRvTIg9ytJ7hfTGSCv2BUgGk { 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; }
#gvFQ7kkyiuXv9CXZrdvJulwyqJRiozc7 { color:rgba(var(--color-tertiary-1),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:14.3125rem;left:10.8125rem;height:4.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yyJHZe7XMckqIT8OFX3lzI5vhbmQudDQ { 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; }
#BNDTSQkTl1XqheE0XBioBM9VwMXDvips { 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; }
#atNDKDo0Cy5b57qNsXpnTBFn4MVggBzv { 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; }
#bchspSTQJLF7GqFuuvw6v7hu8T5DKKAV { color:rgba(var(--color-tertiary-1),1);display:block;width:10.7498125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:14.3125rem;left:50.875rem;height:2.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SF7nJRf4xVB1GNKM5OQiQXWXdTGWHJOT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SF7nJRf4xVB1GNKM5OQiQXWXdTGWHJOT > .row .container { background-color: transparent; background-image: none; }#SF7nJRf4xVB1GNKM5OQiQXWXdTGWHJOT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SF7nJRf4xVB1GNKM5OQiQXWXdTGWHJOT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SF7nJRf4xVB1GNKM5OQiQXWXdTGWHJOT > .row .container > .video-iframe-container { display: none; }#SF7nJRf4xVB1GNKM5OQiQXWXdTGWHJOT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SF7nJRf4xVB1GNKM5OQiQXWXdTGWHJOT > .row > .video-iframe-container { display: none; }#SF7nJRf4xVB1GNKM5OQiQXWXdTGWHJOT > .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); }#SF7nJRf4xVB1GNKM5OQiQXWXdTGWHJOT > .row .container { border-width: 0; border-radius: 0; }#SF7nJRf4xVB1GNKM5OQiQXWXdTGWHJOT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SF7nJRf4xVB1GNKM5OQiQXWXdTGWHJOT > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#AvtorSgEmKO6bEmgPe2AGCNHUAZXThZo { 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.875rem; }
#Ewc7U1zTMcSN0aAZWC8mI8Nem2Xk7kJF { color:rgba(var(--color-tertiary-1),1);display:block;width:17.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:14.375rem;left:28.8125rem;height:2.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#h2SC54o4ikme3QXTAwdMRxnlOWIZdIGZ { 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.75rem;overflow:hidden;display:block; }
#lcPgS36JMF8mzwgcA875t2AxLqEhGNel { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lcPgS36JMF8mzwgcA875t2AxLqEhGNel > .row .container { background-color: transparent; background-image: none; }#lcPgS36JMF8mzwgcA875t2AxLqEhGNel::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lcPgS36JMF8mzwgcA875t2AxLqEhGNel > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lcPgS36JMF8mzwgcA875t2AxLqEhGNel > .row .container > .video-iframe-container { display: none; }#lcPgS36JMF8mzwgcA875t2AxLqEhGNel > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lcPgS36JMF8mzwgcA875t2AxLqEhGNel > .row > .video-iframe-container { display: none; }#lcPgS36JMF8mzwgcA875t2AxLqEhGNel > .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); }#lcPgS36JMF8mzwgcA875t2AxLqEhGNel > .row .container { border-width: 0; border-radius: 0; }#lcPgS36JMF8mzwgcA875t2AxLqEhGNel > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lcPgS36JMF8mzwgcA875t2AxLqEhGNel > .row .container { font-size:0.875rem;font-family:arial;height:8.375rem;width:75rem;position:relative;display:block; }#RtzL8eAbTxahotUT08I4oEWh5BbDEPDk { background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size: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; }
#hVG77cA3kz9XTU4s64P8SZTWw2rPTT2c { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lLkHND7xa3pzXNl9iL1DEHaXx8c3gsNe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),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; }#lLkHND7xa3pzXNl9iL1DEHaXx8c3gsNe > .row .container { background-color: transparent; background-image: none; }#lLkHND7xa3pzXNl9iL1DEHaXx8c3gsNe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lLkHND7xa3pzXNl9iL1DEHaXx8c3gsNe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lLkHND7xa3pzXNl9iL1DEHaXx8c3gsNe > .row .container > .video-iframe-container { display: none; }#lLkHND7xa3pzXNl9iL1DEHaXx8c3gsNe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lLkHND7xa3pzXNl9iL1DEHaXx8c3gsNe > .row > .video-iframe-container { display: none; }#lLkHND7xa3pzXNl9iL1DEHaXx8c3gsNe > .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); }#lLkHND7xa3pzXNl9iL1DEHaXx8c3gsNe > .row .container { border-width: 0; border-radius: 0; }#lLkHND7xa3pzXNl9iL1DEHaXx8c3gsNe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lLkHND7xa3pzXNl9iL1DEHaXx8c3gsNe > .row .container { font-size:0.875rem;font-family:arial;height:13.375rem;width:75rem;position:relative;display:block; }#uWWJpW5St7dA10qp9veBA7eqVpMUts5d { color:rgba(var(--color-primary-2),1);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.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TAtbCD0PL04f76BB5CPFT6hfpovUGaev { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),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; }#TAtbCD0PL04f76BB5CPFT6hfpovUGaev > .row .container { background-color: transparent; background-image: none; }#TAtbCD0PL04f76BB5CPFT6hfpovUGaev::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TAtbCD0PL04f76BB5CPFT6hfpovUGaev > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TAtbCD0PL04f76BB5CPFT6hfpovUGaev > .row .container > .video-iframe-container { display: none; }#TAtbCD0PL04f76BB5CPFT6hfpovUGaev > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TAtbCD0PL04f76BB5CPFT6hfpovUGaev > .row > .video-iframe-container { display: none; }#TAtbCD0PL04f76BB5CPFT6hfpovUGaev > .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); }#TAtbCD0PL04f76BB5CPFT6hfpovUGaev > .row .container { border-width: 0; border-radius: 0; }#TAtbCD0PL04f76BB5CPFT6hfpovUGaev > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TAtbCD0PL04f76BB5CPFT6hfpovUGaev > .row .container { font-size:0.875rem;font-family:arial;height:29.375rem;width:75rem;position:relative;display:block; }#ueJGiMmfRPmN9amWQxa1T4hOCxQZDKlH { color:rgba(var(--color-tertiary-3),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#AnJR5KMoTsxAh2nHxDyqkHR4MwXkE462 { 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:19.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#K9yUiNTpkX8mxO8zCQzez0wqHHIKXZed { color:rgba(var(--color-tertiary-3),1);display:block;width:10.0625rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#PKpvsWkhuxsFoZoZbwqQTtiupoUmR8RD { 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:15.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dFE2uVHk1ZFWTfve7Tb9K9VCD4cwO4NE { color:rgba(var(--color-tertiary-3),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#of0RicG3s7PdMlIk2eqVf9Gw9RdzKold { color:rgba(var(--color-tertiary-3),1);display:block;width:10.625rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#ow3Ou6RvZ2m23SVT3EdGSUdOlNu7bOEW { 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:8.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#klyGlFUVJxKNcDycTadMnqHhTGfArepD { 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:14rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eii76mCGyvhU4zrby5ILzQtxnKSzCBdk { 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; }
#pP8QLJTaaUqOavtdk7kTbb6vq7FkrTTP { 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; }
#kCmt9JC3WRT2PJS2Nn1UgEgJMsokQ0mI { 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; }
#QllzpDNJxfWkK6Pn69lFH4Vcg5TnV8Eu { 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; }
#q540uv5RDbycKPTk3G65sWlwQ4ymx038 { 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; }
#cburJT9szV5ueDe36eQDoI8NpnOdZhyv { 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; }
#WHtPAZTW8i1E1TR6eUxJsV0OJrSzdoWB { 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; }
#lg95SnN1Dae9dygxhzigOIJ19doxxO3w { 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; }
#kGsB8mKmSBmygu2rd43arrTpvhMs5QN8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),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; }#kGsB8mKmSBmygu2rd43arrTpvhMs5QN8 > .row .container { background-color: transparent; background-image: none; }#kGsB8mKmSBmygu2rd43arrTpvhMs5QN8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kGsB8mKmSBmygu2rd43arrTpvhMs5QN8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kGsB8mKmSBmygu2rd43arrTpvhMs5QN8 > .row .container > .video-iframe-container { display: none; }#kGsB8mKmSBmygu2rd43arrTpvhMs5QN8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kGsB8mKmSBmygu2rd43arrTpvhMs5QN8 > .row > .video-iframe-container { display: none; }#kGsB8mKmSBmygu2rd43arrTpvhMs5QN8 > .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); }#kGsB8mKmSBmygu2rd43arrTpvhMs5QN8 > .row .container { border-width: 0; border-radius: 0; }#kGsB8mKmSBmygu2rd43arrTpvhMs5QN8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kGsB8mKmSBmygu2rd43arrTpvhMs5QN8 > .row .container { font-size:0.875rem;font-family:arial;height:6.5625rem;width:75rem;position:relative;display:block; }#Cb95u876ME6zIAuQxoglWzqCg3a1FbeQ { background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size: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; }
#HOC5zzqGxx9Ixn2k8f7EpMVxIgihNIg1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wro9B8LdKRyrNvo13eTJO2B2xrgoHlnJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-3),1);background-image:url("https://images.assets-landingi.com/uc/7958e0c0-f7d5-4565-82f1-9c9e4766cf8d/Untitled1.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; }#wro9B8LdKRyrNvo13eTJO2B2xrgoHlnJ.adaptive-delivery-prevent-bg, #wro9B8LdKRyrNvo13eTJO2B2xrgoHlnJ.lazyload, #wro9B8LdKRyrNvo13eTJO2B2xrgoHlnJ.lazyloading { background-image: none; }#wro9B8LdKRyrNvo13eTJO2B2xrgoHlnJ > .row .container { background-color: transparent; background-image: none; }#wro9B8LdKRyrNvo13eTJO2B2xrgoHlnJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wro9B8LdKRyrNvo13eTJO2B2xrgoHlnJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wro9B8LdKRyrNvo13eTJO2B2xrgoHlnJ > .row .container > .video-iframe-container { display: none; }#wro9B8LdKRyrNvo13eTJO2B2xrgoHlnJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wro9B8LdKRyrNvo13eTJO2B2xrgoHlnJ > .row > .video-iframe-container { display: none; }#wro9B8LdKRyrNvo13eTJO2B2xrgoHlnJ > .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); }#wro9B8LdKRyrNvo13eTJO2B2xrgoHlnJ > .row .container { border-width: 0; border-radius: 0; }#wro9B8LdKRyrNvo13eTJO2B2xrgoHlnJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wro9B8LdKRyrNvo13eTJO2B2xrgoHlnJ > .row .container { font-size:0.875rem;font-family:arial;height:29.6875rem;width:75rem;position:relative;display:block; }#x8PcR7FnkB7suZwE0aFTpeiGDtIkbCNJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#x8PcR7FnkB7suZwE0aFTpeiGDtIkbCNJ > .row .container { background-color: transparent; background-image: none; }#x8PcR7FnkB7suZwE0aFTpeiGDtIkbCNJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x8PcR7FnkB7suZwE0aFTpeiGDtIkbCNJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x8PcR7FnkB7suZwE0aFTpeiGDtIkbCNJ > .row .container > .video-iframe-container { display: none; }#x8PcR7FnkB7suZwE0aFTpeiGDtIkbCNJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x8PcR7FnkB7suZwE0aFTpeiGDtIkbCNJ > .row > .video-iframe-container { display: none; }#x8PcR7FnkB7suZwE0aFTpeiGDtIkbCNJ > .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); }#x8PcR7FnkB7suZwE0aFTpeiGDtIkbCNJ > .row .container { border-width: 0; border-radius: 0; }#x8PcR7FnkB7suZwE0aFTpeiGDtIkbCNJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x8PcR7FnkB7suZwE0aFTpeiGDtIkbCNJ > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#UmUNCHBnEVrRQ982Qh2MxnafxGhX8S3F { color:rgba(var(--color-tertiary-1),1);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; }
#TiteRlNHKDhUp5MMWvewwUinvLyOm3Lq { color:rgba(var(--color-tertiary-1),1);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.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#exV0uOdMDlfaXp2d5AGw4MtfABeoPkfo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#exV0uOdMDlfaXp2d5AGw4MtfABeoPkfo > .row .container { background-color: transparent; background-image: none; }#exV0uOdMDlfaXp2d5AGw4MtfABeoPkfo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#exV0uOdMDlfaXp2d5AGw4MtfABeoPkfo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#exV0uOdMDlfaXp2d5AGw4MtfABeoPkfo > .row .container > .video-iframe-container { display: none; }#exV0uOdMDlfaXp2d5AGw4MtfABeoPkfo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#exV0uOdMDlfaXp2d5AGw4MtfABeoPkfo > .row > .video-iframe-container { display: none; }#exV0uOdMDlfaXp2d5AGw4MtfABeoPkfo > .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); }#exV0uOdMDlfaXp2d5AGw4MtfABeoPkfo > .row .container { border-width: 0; border-radius: 0; }#exV0uOdMDlfaXp2d5AGw4MtfABeoPkfo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#exV0uOdMDlfaXp2d5AGw4MtfABeoPkfo > .row .container { font-size:0.875rem;font-family:arial;height:26.875rem;width:75rem;position:relative;display:block; }#To7n3EIRJxGktiE1vM9JBT2h6JSGX9zF { 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; }
#M1cThbaGFqZDL7Sv4Oh7tbcM3EWMSQ4m { 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; }#M1cThbaGFqZDL7Sv4Oh7tbcM3EWMSQ4m.adaptive-delivery-prevent-bg, #M1cThbaGFqZDL7Sv4Oh7tbcM3EWMSQ4m.lazyload, #M1cThbaGFqZDL7Sv4Oh7tbcM3EWMSQ4m.lazyloading { background-image: none; }
#M1cThbaGFqZDL7Sv4Oh7tbcM3EWMSQ4m::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; }#M1cThbaGFqZDL7Sv4Oh7tbcM3EWMSQ4m::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0); }#RGXcpvaOyJ26ePVsB592zoVSqxEdZFcf { 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; }
#Qxxtgtdz2LTTQxHcyyaMs0tlmTLEudXi { 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; }#Qxxtgtdz2LTTQxHcyyaMs0tlmTLEudXi.adaptive-delivery-prevent-bg, #Qxxtgtdz2LTTQxHcyyaMs0tlmTLEudXi.lazyload, #Qxxtgtdz2LTTQxHcyyaMs0tlmTLEudXi.lazyloading { background-image: none; }
#Qxxtgtdz2LTTQxHcyyaMs0tlmTLEudXi::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; }#Qxxtgtdz2LTTQxHcyyaMs0tlmTLEudXi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0); }#OqKWS1mX19BCzb19bi2S85OHJo6phwAG { 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; }#OqKWS1mX19BCzb19bi2S85OHJo6phwAG.adaptive-delivery-prevent-bg, #OqKWS1mX19BCzb19bi2S85OHJo6phwAG.lazyload, #OqKWS1mX19BCzb19bi2S85OHJo6phwAG.lazyloading { background-image: none; }
#OqKWS1mX19BCzb19bi2S85OHJo6phwAG::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; }#OqKWS1mX19BCzb19bi2S85OHJo6phwAG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0); }#Vmu5IARA44KpQuQCFyRZPXVfOWbuHCQT { 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; }
#ds09sqFA300EkFwTI2ltuCsZwKl8QNnD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ds09sqFA300EkFwTI2ltuCsZwKl8QNnD > .row .container { background-color: transparent; background-image: none; }#ds09sqFA300EkFwTI2ltuCsZwKl8QNnD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ds09sqFA300EkFwTI2ltuCsZwKl8QNnD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ds09sqFA300EkFwTI2ltuCsZwKl8QNnD > .row .container > .video-iframe-container { display: none; }#ds09sqFA300EkFwTI2ltuCsZwKl8QNnD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ds09sqFA300EkFwTI2ltuCsZwKl8QNnD > .row > .video-iframe-container { display: none; }#ds09sqFA300EkFwTI2ltuCsZwKl8QNnD > .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); }#ds09sqFA300EkFwTI2ltuCsZwKl8QNnD > .row .container { border-width: 0; border-radius: 0; }#ds09sqFA300EkFwTI2ltuCsZwKl8QNnD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ds09sqFA300EkFwTI2ltuCsZwKl8QNnD > .row .container { font-size:0.875rem;font-family:arial;height:26.875rem;width:75rem;position:relative;display:block; }#kE1KDJ1AzhT8T5SqClcGlhb6ibodEf4z { 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; }
#dVlsNfAyF5iFZXzG62cGwsMXsySTHnQT { 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; }#dVlsNfAyF5iFZXzG62cGwsMXsySTHnQT.adaptive-delivery-prevent-bg, #dVlsNfAyF5iFZXzG62cGwsMXsySTHnQT.lazyload, #dVlsNfAyF5iFZXzG62cGwsMXsySTHnQT.lazyloading { background-image: none; }
#dVlsNfAyF5iFZXzG62cGwsMXsySTHnQT::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; }#dVlsNfAyF5iFZXzG62cGwsMXsySTHnQT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0); }#a2AigOr9VdvJFrTDgDlVDhAqNMp4ampp { 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; }
#Wbv1zb99yfdcQb42tpGXTBAHXEr3RCiA { 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; }#Wbv1zb99yfdcQb42tpGXTBAHXEr3RCiA.adaptive-delivery-prevent-bg, #Wbv1zb99yfdcQb42tpGXTBAHXEr3RCiA.lazyload, #Wbv1zb99yfdcQb42tpGXTBAHXEr3RCiA.lazyloading { background-image: none; }
#Wbv1zb99yfdcQb42tpGXTBAHXEr3RCiA::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; }#Wbv1zb99yfdcQb42tpGXTBAHXEr3RCiA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0); }#VesKdTtX85yzk01Az0e74uLN3KZDkdKB { 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; }#VesKdTtX85yzk01Az0e74uLN3KZDkdKB.adaptive-delivery-prevent-bg, #VesKdTtX85yzk01Az0e74uLN3KZDkdKB.lazyload, #VesKdTtX85yzk01Az0e74uLN3KZDkdKB.lazyloading { background-image: none; }
#VesKdTtX85yzk01Az0e74uLN3KZDkdKB::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; }#VesKdTtX85yzk01Az0e74uLN3KZDkdKB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0); }#vh2oa8psku5QTRRFIndNT7nPqgZWQsbs { 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; }
#TEBAzalHqMFol1JRVHXEcFPU0idxmsOC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TEBAzalHqMFol1JRVHXEcFPU0idxmsOC > .row .container { background-color: transparent; background-image: none; }#TEBAzalHqMFol1JRVHXEcFPU0idxmsOC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TEBAzalHqMFol1JRVHXEcFPU0idxmsOC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TEBAzalHqMFol1JRVHXEcFPU0idxmsOC > .row .container > .video-iframe-container { display: none; }#TEBAzalHqMFol1JRVHXEcFPU0idxmsOC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TEBAzalHqMFol1JRVHXEcFPU0idxmsOC > .row > .video-iframe-container { display: none; }#TEBAzalHqMFol1JRVHXEcFPU0idxmsOC > .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); }#TEBAzalHqMFol1JRVHXEcFPU0idxmsOC > .row .container { border-width: 0; border-radius: 0; }#TEBAzalHqMFol1JRVHXEcFPU0idxmsOC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TEBAzalHqMFol1JRVHXEcFPU0idxmsOC > .row .container { font-size:0.875rem;font-family:arial;height:26.875rem;width:75rem;position:relative;display:block; }#g3LJLUm0PbqbRyFuMafhd1IIWuISFsUz { 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; }
#rUICzI4nGn4BHP7elTRM99qWOUdWEuXz { 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; }
#mUbQcOWHeF04gS149HcgfWrTLv1Oypgh { 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; }#mUbQcOWHeF04gS149HcgfWrTLv1Oypgh.adaptive-delivery-prevent-bg, #mUbQcOWHeF04gS149HcgfWrTLv1Oypgh.lazyload, #mUbQcOWHeF04gS149HcgfWrTLv1Oypgh.lazyloading { background-image: none; }
#mUbQcOWHeF04gS149HcgfWrTLv1Oypgh::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; }#mUbQcOWHeF04gS149HcgfWrTLv1Oypgh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0); }#S4CTSo3ACSTslwC8dAc2hL7IRbRPaWsL { 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; }#S4CTSo3ACSTslwC8dAc2hL7IRbRPaWsL.adaptive-delivery-prevent-bg, #S4CTSo3ACSTslwC8dAc2hL7IRbRPaWsL.lazyload, #S4CTSo3ACSTslwC8dAc2hL7IRbRPaWsL.lazyloading { background-image: none; }
#S4CTSo3ACSTslwC8dAc2hL7IRbRPaWsL::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; }#S4CTSo3ACSTslwC8dAc2hL7IRbRPaWsL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0); }#G9Vc6EBS4nlloENHGCJEVTbMmMcmb4ly { 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; }
#AXZBnkTfW3FsXNLM0ddFKsm2ctxZQcEo { 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; }#AXZBnkTfW3FsXNLM0ddFKsm2ctxZQcEo.adaptive-delivery-prevent-bg, #AXZBnkTfW3FsXNLM0ddFKsm2ctxZQcEo.lazyload, #AXZBnkTfW3FsXNLM0ddFKsm2ctxZQcEo.lazyloading { background-image: none; }
#AXZBnkTfW3FsXNLM0ddFKsm2ctxZQcEo::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; }#AXZBnkTfW3FsXNLM0ddFKsm2ctxZQcEo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0); }#isK17ALSGzpokQkPSvyUhKxdREqPareu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#isK17ALSGzpokQkPSvyUhKxdREqPareu > .row .container { background-color: transparent; background-image: none; }#isK17ALSGzpokQkPSvyUhKxdREqPareu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#isK17ALSGzpokQkPSvyUhKxdREqPareu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#isK17ALSGzpokQkPSvyUhKxdREqPareu > .row .container > .video-iframe-container { display: none; }#isK17ALSGzpokQkPSvyUhKxdREqPareu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#isK17ALSGzpokQkPSvyUhKxdREqPareu > .row > .video-iframe-container { display: none; }#isK17ALSGzpokQkPSvyUhKxdREqPareu > .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); }#isK17ALSGzpokQkPSvyUhKxdREqPareu > .row .container { border-width: 0; border-radius: 0; }#isK17ALSGzpokQkPSvyUhKxdREqPareu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#isK17ALSGzpokQkPSvyUhKxdREqPareu > .row .container { font-size:0.875rem;font-family:arial;height:26.875rem;width:75rem;position:relative;display:block; }#ro1hLHwTWtZ2r9TwmyFiMyuOXlIT90kF { 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; }
#eV4KfN1G7OwdwsXc2cypIlynIq6TqtXV { 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; }#eV4KfN1G7OwdwsXc2cypIlynIq6TqtXV.adaptive-delivery-prevent-bg, #eV4KfN1G7OwdwsXc2cypIlynIq6TqtXV.lazyload, #eV4KfN1G7OwdwsXc2cypIlynIq6TqtXV.lazyloading { background-image: none; }
#eV4KfN1G7OwdwsXc2cypIlynIq6TqtXV::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; }#eV4KfN1G7OwdwsXc2cypIlynIq6TqtXV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0); }#wAHSqq7yxVWyPCcZ15VP19pEIVeAVyJE { 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; }
#flvTsR0AOwT5WLaEVs7QAvC4OWFSycG9 { 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; }#flvTsR0AOwT5WLaEVs7QAvC4OWFSycG9.adaptive-delivery-prevent-bg, #flvTsR0AOwT5WLaEVs7QAvC4OWFSycG9.lazyload, #flvTsR0AOwT5WLaEVs7QAvC4OWFSycG9.lazyloading { background-image: none; }
#flvTsR0AOwT5WLaEVs7QAvC4OWFSycG9::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; }#flvTsR0AOwT5WLaEVs7QAvC4OWFSycG9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0); }#kR5PbECK7G03urflQXFQ6O73SKRH6VES { 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; }#kR5PbECK7G03urflQXFQ6O73SKRH6VES.adaptive-delivery-prevent-bg, #kR5PbECK7G03urflQXFQ6O73SKRH6VES.lazyload, #kR5PbECK7G03urflQXFQ6O73SKRH6VES.lazyloading { background-image: none; }
#kR5PbECK7G03urflQXFQ6O73SKRH6VES::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; }#kR5PbECK7G03urflQXFQ6O73SKRH6VES::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0); }#MPBO8zd8y0c1BzSSkyoOkrAqxF2C5IFm { 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; }
#RXWin9vcdTul8TsgflfMCZ9m2WrUi3Tz { 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; }#RXWin9vcdTul8TsgflfMCZ9m2WrUi3Tz.adaptive-delivery-prevent-bg, #RXWin9vcdTul8TsgflfMCZ9m2WrUi3Tz.lazyload, #RXWin9vcdTul8TsgflfMCZ9m2WrUi3Tz.lazyloading { background-image: none; }#RXWin9vcdTul8TsgflfMCZ9m2WrUi3Tz > .row .container { background-color: transparent; background-image: none; }#RXWin9vcdTul8TsgflfMCZ9m2WrUi3Tz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.71); }#RXWin9vcdTul8TsgflfMCZ9m2WrUi3Tz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RXWin9vcdTul8TsgflfMCZ9m2WrUi3Tz > .row .container > .video-iframe-container { display: none; }#RXWin9vcdTul8TsgflfMCZ9m2WrUi3Tz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.71); }#RXWin9vcdTul8TsgflfMCZ9m2WrUi3Tz > .row > .video-iframe-container { display: none; }#RXWin9vcdTul8TsgflfMCZ9m2WrUi3Tz > .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); }#RXWin9vcdTul8TsgflfMCZ9m2WrUi3Tz > .row .container { border-width: 0; border-radius: 0; }#RXWin9vcdTul8TsgflfMCZ9m2WrUi3Tz::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; }#RXWin9vcdTul8TsgflfMCZ9m2WrUi3Tz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RXWin9vcdTul8TsgflfMCZ9m2WrUi3Tz > .row .container { font-size:0.875rem;font-family:arial;height:59.25rem;width:75rem;position:relative;display:block; }#vt0XQA9TxbIXTCSb1vm8LufTSlNlfTMM .widget-form-header { font-size:0.875rem; }
#vt0XQA9TxbIXTCSb1vm8LufTSlNlfTMM .widget-regular-label { height:auto;display:block;font-family:poppins;font-size:0.875rem;font-weight:400;color:rgba(var(--color-primary-2),1);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; }
#vt0XQA9TxbIXTCSb1vm8LufTSlNlfTMM .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 rgba(var(--color-secondary-3),1);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; }
#vt0XQA9TxbIXTCSb1vm8LufTSlNlfTMM .widget-input-text {padding-top: 0; padding-bottom: 0;}#vt0XQA9TxbIXTCSb1vm8LufTSlNlfTMM .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 rgba(var(--color-secondary-3),1);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; }
#vt0XQA9TxbIXTCSb1vm8LufTSlNlfTMM .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; }
#vt0XQA9TxbIXTCSb1vm8LufTSlNlfTMM .widget-input-select {padding-top: 0; padding-bottom: 0;}#vt0XQA9TxbIXTCSb1vm8LufTSlNlfTMM .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; }
#vt0XQA9TxbIXTCSb1vm8LufTSlNlfTMM .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#vt0XQA9TxbIXTCSb1vm8LufTSlNlfTMM .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:rgba(var(--color-tertiary-3),1);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:rgba(var(--color-tertiary-0),1);width:9.375rem;height:2.1875rem;font-family:var(--paragraphs-font-family);overflow:hidden;font-style:normal;text-align:center;text-align-last:center;line-height:.1; }
#vt0XQA9TxbIXTCSb1vm8LufTSlNlfTMM [class*="-text"]:-moz-placeholder { color:rgba(var(--color-primary-2),0.2);font-family:poppins;font-size:0.75rem;text-align:left;text-align-last:left; }
#vt0XQA9TxbIXTCSb1vm8LufTSlNlfTMM [class*="-text"]::-moz-placeholder { color:rgba(var(--color-primary-2),0.2);font-family:poppins;font-size:0.75rem;text-align:left;text-align-last:left; }
#vt0XQA9TxbIXTCSb1vm8LufTSlNlfTMM [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-primary-2),0.2);font-family:poppins;font-size:0.75rem;text-align:left;text-align-last:left; }
#vt0XQA9TxbIXTCSb1vm8LufTSlNlfTMM [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-primary-2),0.2);font-family:poppins;font-size:0.75rem;text-align:left;text-align-last:left; }
#vt0XQA9TxbIXTCSb1vm8LufTSlNlfTMM .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:rgba(var(--color-tertiary-4),1);vertical-align:top;width:22.25rem;overflow:hidden;font-style:normal;float:none; }
#vt0XQA9TxbIXTCSb1vm8LufTSlNlfTMM .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; }
#vt0XQA9TxbIXTCSb1vm8LufTSlNlfTMM .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; }
#vt0XQA9TxbIXTCSb1vm8LufTSlNlfTMM .widget-container { padding-top:0.125rem;padding-right:0;padding-bottom:0.0625rem;padding-left:0;width:100%;font-size:0;height:auto; }
#vt0XQA9TxbIXTCSb1vm8LufTSlNlfTMM .widget-container:first-of-type{padding-top:0;}#vt0XQA9TxbIXTCSb1vm8LufTSlNlfTMM .widget-container:last-of-type{padding-bottom:0;}#vt0XQA9TxbIXTCSb1vm8LufTSlNlfTMM  { 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.060546875rem;left:43.28125rem;font-size:0.875rem; }
#vt0XQA9TxbIXTCSb1vm8LufTSlNlfTMM .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:23.4375rem;display:block;vertical-align:top; }
#vt0XQA9TxbIXTCSb1vm8LufTSlNlfTMM .widget-info-text { display:block;height:auto;font-family:montserrat;font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#vt0XQA9TxbIXTCSb1vm8LufTSlNlfTMM {display:block;}#vt0XQA9TxbIXTCSb1vm8LufTSlNlfTMM { 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.060546875rem;left:43.28125rem;font-size:0.875rem; }
#vt0XQA9TxbIXTCSb1vm8LufTSlNlfTMM #FOiStLXwfgc6v5qipwdUKxiAldmJoCtq { position:relative; }
#vt0XQA9TxbIXTCSb1vm8LufTSlNlfTMM #T4ony5P9Tb8lvM2TlXgy2ouMhGxXiCcD { position:relative;display:block; }
#vt0XQA9TxbIXTCSb1vm8LufTSlNlfTMM #XIJlz0Bt4JQoRCN4ANUAP5kmewAxK8BU { position:relative; }
#vt0XQA9TxbIXTCSb1vm8LufTSlNlfTMM #W0RJ68fzH1WlNoR0xiiPJDTnMwVdv9t4 { position:relative; }
#vt0XQA9TxbIXTCSb1vm8LufTSlNlfTMM #DkyqzwwPEGEcJCb3dBcdJ7BV76PFTCsV { position:relative;display:block; }
#vt0XQA9TxbIXTCSb1vm8LufTSlNlfTMM #ENcLTUy41wDuIibIwdy6PsFb4Nf5W2r0 { position:relative; }
#vt0XQA9TxbIXTCSb1vm8LufTSlNlfTMM #mcbSKX0LHoDmNvudJQRee5JC2v7InrqZ { position:relative; }
#vt0XQA9TxbIXTCSb1vm8LufTSlNlfTMM #GNBnVkvJbDtz83aTgflWqA7n1trb7pxt { position:relative;display:block; }
#vt0XQA9TxbIXTCSb1vm8LufTSlNlfTMM #pumbyosURQ3tr5kGwKCPiMtty0VPxT6x { position:relative; }
#vt0XQA9TxbIXTCSb1vm8LufTSlNlfTMM #akyIFHM1gg91xa8XaQ1tLiXdXB9Al175 { position:relative; }
#vt0XQA9TxbIXTCSb1vm8LufTSlNlfTMM #pUGie4fL50o4fA9Xhc5EdfgAmQfO8ero { position:relative;display:block; }
#vt0XQA9TxbIXTCSb1vm8LufTSlNlfTMM #QTGRvl5WBZtUPU9aw3TnRLXpBd6RcCxX { position:relative; }
#vt0XQA9TxbIXTCSb1vm8LufTSlNlfTMM #b5vTSDiQc6rSoDLu0L2zMTcDOSCzCySf { position:relative; }
#vt0XQA9TxbIXTCSb1vm8LufTSlNlfTMM #Io91MrVZWFUEGFtls1XHz91xT1z4FEni { position:relative;display:block; }
#vt0XQA9TxbIXTCSb1vm8LufTSlNlfTMM #GDNoulfQ4J5rTplf8mSA59OI0566QbhG { position:relative; }
#vt0XQA9TxbIXTCSb1vm8LufTSlNlfTMM #ZJkWdN4hdl3aMcxrrEn4PKLSE2OhRqUp { position:relative; }
#vt0XQA9TxbIXTCSb1vm8LufTSlNlfTMM #CVdxOFEiOOPDWawdsmuBbWThRodTzMdJ { position:relative;display:block; }
#vt0XQA9TxbIXTCSb1vm8LufTSlNlfTMM #SppSlfMK1zwpQmuZrAcpTWvk9pPkZTry { position:relative; }
#vt0XQA9TxbIXTCSb1vm8LufTSlNlfTMM #H94lUw4TQdbN8uEpEBZ3M5dXnIMpypJZ { position:relative; }
#vt0XQA9TxbIXTCSb1vm8LufTSlNlfTMM #oCGehx0TlMTDt2yTVkifXC8NwGaGcSmr { position:relative;display:block; }
#vt0XQA9TxbIXTCSb1vm8LufTSlNlfTMM #JJ24XHKwShRqlXE1qXC6zpBXWxo8i9hy { position:relative; }
#gsAkGsRRuKy5ruhqeXsI6NuhEiHTbwL4 { position:relative;display:block; }
#fW0DkpCPloW9566bFbO0DFD7fs1ngIsv { position:relative;display:block; }
#bI0pPnc14APGZ35GlJEDVaO9THqCN0x6 { position:relative;display:block; }
#WF30NkFpSrLsRkVCZm4I50WCxRCTITbw { position:relative;display:block; }
#CDMPiTJ4Hm0iqD9OMirW1OawOWSlpggg { position:relative;display:block; }
#vt0XQA9TxbIXTCSb1vm8LufTSlNlfTMM #EgQfDhdqRnDAJRvRB5Xn6ws7DpOUUtfx { position:relative; }
#vt0XQA9TxbIXTCSb1vm8LufTSlNlfTMM #y0CnX055KTulThSITIxupwlrB3zZ8JfS { position:relative; }
#d62ba1TTrr82Z8qcirZin5chbeP5srAr { 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; }
#L5EpHsrsMK2qHQq63Qw6FRBvwmhPnRv5 { color:rgba(var(--color-tertiary-3),1);display:block;width:15.49925rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:5.37353515625rem;left:48.49853515625rem;height:3.5rem;text-align:center;text-align-last:center;display:block; }
#xTufqVT4zkr4CBGLUdxZXBMxfL0JGw76 { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:53.4375rem;width:28.625rem;top:1.937255859375rem;left:41.937255859375rem;display:block; }
#ICnIypJvg0NQq7lpTblCaKJVsDr0FUDl { color:rgba(var(--color-tertiary-1),1);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:27.5615234375rem;left:10.4375rem;height:7rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dRuynDP2ThpTO2NTCrCTbaNxAiKmQ6aI { 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; }
#FBQzHLUC3K79eZ5QPJbVEf2TPL9ofDST { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FBQzHLUC3K79eZ5QPJbVEf2TPL9ofDST > .row .container { background-color: transparent; background-image: none; }#FBQzHLUC3K79eZ5QPJbVEf2TPL9ofDST::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FBQzHLUC3K79eZ5QPJbVEf2TPL9ofDST > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FBQzHLUC3K79eZ5QPJbVEf2TPL9ofDST > .row .container > .video-iframe-container { display: none; }#FBQzHLUC3K79eZ5QPJbVEf2TPL9ofDST > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FBQzHLUC3K79eZ5QPJbVEf2TPL9ofDST > .row > .video-iframe-container { display: none; }#FBQzHLUC3K79eZ5QPJbVEf2TPL9ofDST > .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); }#FBQzHLUC3K79eZ5QPJbVEf2TPL9ofDST > .row .container { border-width: 0; border-radius: 0; }#FBQzHLUC3K79eZ5QPJbVEf2TPL9ofDST > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FBQzHLUC3K79eZ5QPJbVEf2TPL9ofDST > .row .container { font-size:0.875rem;font-family:arial;height:16.5625rem;width:75rem;position:relative;display:block; }#D0DP6szF8uEtTGt58iIwPCX8r6ntH8f1 { color:rgba(var(--color-tertiary-0),1);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:2.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LX5WSixaWFxJ2rMuLWFmiqldoTeW5u9K { color:rgba(var(--color-tertiary-0),1);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:2.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fUhkagzmTmZ2namkT9EOpziGCttT3PwQ { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),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; }
#iqJpqsZXH0Er6t86NscuvVKqy0rsZtiM { 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) { #EvMDt2Tn9w2vSD6BcVQFEng4EGR1beDM { display:block; }#EvMDt2Tn9w2vSD6BcVQFEng4EGR1beDM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c8mpPQns4e8er1N4vddwJpXQP7WKTVAo { top:29.125rem;left:10.625rem;width:26.5rem;height:5.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QifEBTZuqNxsNm2mm74OaKludVKhaJnC { width:19.5rem;height:3.4375rem;top:37.25rem;left:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8bkNbS9kNSt7f6MXnFTLlHDwyz4fX8u { display:block; }
 }@media only screen and (max-width: 763px) { #e66FuFOaB0qvvwAHt5PC4VfN7S56AJRL { top:19.375rem;left:19.5rem;width:8.75rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZXFekGteBI0hvWPWB8rddU8kyIb51Lu { display:block; }#nZXFekGteBI0hvWPWB8rddU8kyIb51Lu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wDrmQPOQwyvMvtdTFC43g2mhn2LWT8OD { top:4.25rem;left:24.3125rem;width:23.4375rem;height:6.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHIeSpqwUKuyFCdLvwleyDBJdKX9kvpp { top:5.5rem;left:0rem;width:18.3125rem;height:4.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5U1PEM2p6KtsAP2yHkLNpEb0nROlipM { display:block; }#A5U1PEM2p6KtsAP2yHkLNpEb0nROlipM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TM3Cv0eb93Te0TsIkqu3lo8iNgEAhXfp { display:block; }#TM3Cv0eb93Te0TsIkqu3lo8iNgEAhXfp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fwH4lVCxpQVFTpWpoXgBdEZNMTzckMq6 { 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) { #EMEE8yFTuuRXsQxPy3w5yJ1l4bfGZ3zq { top:12.75rem;left:2.1875rem;width:43.375rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETVqK1IcSUBAepx6XzuWcgxkoVr104Ro { display:block; }#ETVqK1IcSUBAepx6XzuWcgxkoVr104Ro > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pvQJMLKrGTULkcvArbJIOKBNznq0d0TI { top:1.875rem;left:7.1875rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xc6LICyHfH3vwk2InKSxJ2Z2Ek4Xmdgz { top:11.1875rem;left:10.375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCI5OiPhPct2qu8BByz12OWq8GEScuuo { top:14.3125rem;left:4.3125rem;width:15.25rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnWGEI3TTsiJmw8nPBa4QqyGzdsy0FB0 { top:1.875rem;left:31.0625rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJNMbyhbTVKTO7GZbWM3fLF7DrsB64u4 { top:11.1875rem;left:34.25rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTVtOB05mZT4LgVewlmXzUcc5X9B76Ns { top:14.3125rem;left:28.1875rem;width:15.25rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BO5cOG0fuLFkFTo39o1ZeIaTThTugC6W { display:block; }#BO5cOG0fuLFkFTo39o1ZeIaTThTugC6W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nqifAW9EoRvTIg9ytJ7hfTGSCv2BUgGk { top:11.1875rem;left:10.3125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvFQ7kkyiuXv9CXZrdvJulwyqJRiozc7 { top:14.25rem;left:3.9991321563721rem;width:15.9375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyJHZe7XMckqIT8OFX3lzI5vhbmQudDQ { top:1.875rem;left:7.1875rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNDTSQkTl1XqheE0XBioBM9VwMXDvips { top:1.875rem;left:31.125rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #atNDKDo0Cy5b57qNsXpnTBFn4MVggBzv { top:11.1875rem;left:34.25rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bchspSTQJLF7GqFuuvw6v7hu8T5DKKAV { top:14.3125rem;left:30.4375rem;width:10.6875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SF7nJRf4xVB1GNKM5OQiQXWXdTGWHJOT { display:block; }#SF7nJRf4xVB1GNKM5OQiQXWXdTGWHJOT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AvtorSgEmKO6bEmgPe2AGCNHUAZXThZo { top:11.3125rem;left:20.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ewc7U1zTMcSN0aAZWC8mI8Nem2Xk7kJF { top:14.375rem;left:6.625rem;width:17.1875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2SC54o4ikme3QXTAwdMRxnlOWIZdIGZ { top:1.8125rem;left:14.5rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcPgS36JMF8mzwgcA875t2AxLqEhGNel { display:block; }#lcPgS36JMF8mzwgcA875t2AxLqEhGNel > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RtzL8eAbTxahotUT08I4oEWh5BbDEPDk { width:17.5rem;height:3.125rem;top:2.5rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVG77cA3kz9XTU4s64P8SZTWw2rPTT2c { display:block; }
 }@media only screen and (max-width: 763px) { #lLkHND7xa3pzXNl9iL1DEHaXx8c3gsNe { display:block; }#lLkHND7xa3pzXNl9iL1DEHaXx8c3gsNe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uWWJpW5St7dA10qp9veBA7eqVpMUts5d { 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) { #TAtbCD0PL04f76BB5CPFT6hfpovUGaev { display:block; }#TAtbCD0PL04f76BB5CPFT6hfpovUGaev > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ueJGiMmfRPmN9amWQxa1T4hOCxQZDKlH { top:6.125rem;left:0rem;width:12.5rem;height:2.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnJR5KMoTsxAh2nHxDyqkHR4MwXkE462 { top:12.875rem;left:0rem;width:12.5rem;height:12.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9yUiNTpkX8mxO8zCQzez0wqHHIKXZed { 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) { #PKpvsWkhuxsFoZoZbwqQTtiupoUmR8RD { 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) { #dFE2uVHk1ZFWTfve7Tb9K9VCD4cwO4NE { 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) { #of0RicG3s7PdMlIk2eqVf9Gw9RdzKold { 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) { #ow3Ou6RvZ2m23SVT3EdGSUdOlNu7bOEW { 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) { #klyGlFUVJxKNcDycTadMnqHhTGfArepD { 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) { #eii76mCGyvhU4zrby5ILzQtxnKSzCBdk { top:9.375rem;left:11.9375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pP8QLJTaaUqOavtdk7kTbb6vq7FkrTTP { top:9.375rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCmt9JC3WRT2PJS2Nn1UgEgJMsokQ0mI { top:9.375rem;left:23.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QllzpDNJxfWkK6Pn69lFH4Vcg5TnV8Eu { top:9.375rem;left:35.8125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q540uv5RDbycKPTk3G65sWlwQ4ymx038 { top:2.4375rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cburJT9szV5ueDe36eQDoI8NpnOdZhyv { top:2.4375rem;left:11.9375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHtPAZTW8i1E1TR6eUxJsV0OJrSzdoWB { top:2.4375rem;left:23.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lg95SnN1Dae9dygxhzigOIJ19doxxO3w { top:2.4375rem;left:35.8125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGsB8mKmSBmygu2rd43arrTpvhMs5QN8 { display:block; }#kGsB8mKmSBmygu2rd43arrTpvhMs5QN8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cb95u876ME6zIAuQxoglWzqCg3a1FbeQ { width:17.5rem;height:3.125rem;top:1.6875rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOC5zzqGxx9Ixn2k8f7EpMVxIgihNIg1 { display:block; }
 }@media only screen and (max-width: 763px) { #wro9B8LdKRyrNvo13eTJO2B2xrgoHlnJ { display:block; }#wro9B8LdKRyrNvo13eTJO2B2xrgoHlnJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x8PcR7FnkB7suZwE0aFTpeiGDtIkbCNJ { display:block; }#x8PcR7FnkB7suZwE0aFTpeiGDtIkbCNJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UmUNCHBnEVrRQ982Qh2MxnafxGhX8S3F { 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) { #TiteRlNHKDhUp5MMWvewwUinvLyOm3Lq { top:10rem;left:9.625rem;width:28.5rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #exV0uOdMDlfaXp2d5AGw4MtfABeoPkfo { display:block; }#exV0uOdMDlfaXp2d5AGw4MtfABeoPkfo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #To7n3EIRJxGktiE1vM9JBT2h6JSGX9zF { top:21rem;left:2.1875rem;width:11.5rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1cThbaGFqZDL7Sv4Oh7tbcM3EWMSQ4m { top:0.3125rem;left:0rem;width:19.375rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGXcpvaOyJ26ePVsB592zoVSqxEdZFcf { top:21.5rem;left:19.6875rem;width:8.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qxxtgtdz2LTTQxHcyyaMs0tlmTLEudXi { top:0.3125rem;left:12.375rem;width:19.375rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqKWS1mX19BCzb19bi2S85OHJo6phwAG { top:0.3125rem;left:28.25rem;width:19.375rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vmu5IARA44KpQuQCFyRZPXVfOWbuHCQT { top:21.25rem;left:34.5625rem;width:10.25rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ds09sqFA300EkFwTI2ltuCsZwKl8QNnD { display:block; }#ds09sqFA300EkFwTI2ltuCsZwKl8QNnD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kE1KDJ1AzhT8T5SqClcGlhb6ibodEf4z { top:21.25rem;left:3.375rem;width:9.0625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVlsNfAyF5iFZXzG62cGwsMXsySTHnQT { top:0.25rem;left:0rem;width:19.375rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2AigOr9VdvJFrTDgDlVDhAqNMp4ampp { top:21.25rem;left:18.1875rem;width:11.25rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wbv1zb99yfdcQb42tpGXTBAHXEr3RCiA { top:0.25rem;left:12.375rem;width:19.375rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VesKdTtX85yzk01Az0e74uLN3KZDkdKB { top:0.25rem;left:28.25rem;width:19.375rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vh2oa8psku5QTRRFIndNT7nPqgZWQsbs { top:21.1875rem;left:35.0625rem;width:9.25rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEBAzalHqMFol1JRVHXEcFPU0idxmsOC { display:block; }#TEBAzalHqMFol1JRVHXEcFPU0idxmsOC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g3LJLUm0PbqbRyFuMafhd1IIWuISFsUz { top:21.5625rem;left:2.5rem;width:10.8125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUICzI4nGn4BHP7elTRM99qWOUdWEuXz { top:20.3125rem;left:21.5rem;width:4.5625rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUbQcOWHeF04gS149HcgfWrTLv1Oypgh { top:0.25rem;left:12.375rem;width:19.375rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4CTSo3ACSTslwC8dAc2hL7IRbRPaWsL { top:0.25rem;left:28.25rem;width:19.375rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9Vc6EBS4nlloENHGCJEVTbMmMcmb4ly { top:20.9375rem;left:35rem;width:9.375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXZBnkTfW3FsXNLM0ddFKsm2ctxZQcEo { top:0.3125rem;left:0rem;width:19.375rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #isK17ALSGzpokQkPSvyUhKxdREqPareu { display:block; }#isK17ALSGzpokQkPSvyUhKxdREqPareu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ro1hLHwTWtZ2r9TwmyFiMyuOXlIT90kF { top:21.375rem;left:3.3125rem;width:9.1875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eV4KfN1G7OwdwsXc2cypIlynIq6TqtXV { top:0.3125rem;left:0rem;width:19.375rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAHSqq7yxVWyPCcZ15VP19pEIVeAVyJE { top:21.6875rem;left:18.8125rem;width:10rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #flvTsR0AOwT5WLaEVs7QAvC4OWFSycG9 { top:0.3125rem;left:12.375rem;width:19.375rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kR5PbECK7G03urflQXFQ6O73SKRH6VES { top:0.3125rem;left:28.25rem;width:19.375rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPBO8zd8y0c1BzSSkyoOkrAqxF2C5IFm { top:21.125rem;left:36.4375rem;width:6.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXWin9vcdTul8TsgflfMCZ9m2WrUi3Tz { display:block; }#RXWin9vcdTul8TsgflfMCZ9m2WrUi3Tz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vt0XQA9TxbIXTCSb1vm8LufTSlNlfTMM .widget-regular-label { width:23.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#vt0XQA9TxbIXTCSb1vm8LufTSlNlfTMM .widget-input-text { width:23.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vt0XQA9TxbIXTCSb1vm8LufTSlNlfTMM .widget-input-text {padding-top: 0; padding-bottom: 0;}#vt0XQA9TxbIXTCSb1vm8LufTSlNlfTMM .widget-textarea { width:23.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vt0XQA9TxbIXTCSb1vm8LufTSlNlfTMM .widget-input-select { width:23.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vt0XQA9TxbIXTCSb1vm8LufTSlNlfTMM .widget-input-select {padding-top: 0; padding-bottom: 0;}#vt0XQA9TxbIXTCSb1vm8LufTSlNlfTMM .widget-input-button { width:9.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:7rem; }
#vt0XQA9TxbIXTCSb1vm8LufTSlNlfTMM .widget-checkbox-label { width:22.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#vt0XQA9TxbIXTCSb1vm8LufTSlNlfTMM  { width:23.4375rem;height:auto;top:12rem;left:21.8125rem; }
#vt0XQA9TxbIXTCSb1vm8LufTSlNlfTMM .radio-container { width:23.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vt0XQA9TxbIXTCSb1vm8LufTSlNlfTMM {display:block;}#vt0XQA9TxbIXTCSb1vm8LufTSlNlfTMM { width:23.4375rem;height:auto;top:12rem;left:21.8125rem; }
 }@media only screen and (max-width: 763px) { #vt0XQA9TxbIXTCSb1vm8LufTSlNlfTMM #FOiStLXwfgc6v5qipwdUKxiAldmJoCtq {  }
 }@media only screen and (max-width: 763px) { #vt0XQA9TxbIXTCSb1vm8LufTSlNlfTMM #T4ony5P9Tb8lvM2TlXgy2ouMhGxXiCcD {  }
 }@media only screen and (max-width: 763px) { #vt0XQA9TxbIXTCSb1vm8LufTSlNlfTMM #XIJlz0Bt4JQoRCN4ANUAP5kmewAxK8BU {  }
 }@media only screen and (max-width: 763px) { #vt0XQA9TxbIXTCSb1vm8LufTSlNlfTMM #W0RJ68fzH1WlNoR0xiiPJDTnMwVdv9t4 {  }
 }@media only screen and (max-width: 763px) { #vt0XQA9TxbIXTCSb1vm8LufTSlNlfTMM #DkyqzwwPEGEcJCb3dBcdJ7BV76PFTCsV {  }
 }@media only screen and (max-width: 763px) { #vt0XQA9TxbIXTCSb1vm8LufTSlNlfTMM #ENcLTUy41wDuIibIwdy6PsFb4Nf5W2r0 {  }
 }@media only screen and (max-width: 763px) { #vt0XQA9TxbIXTCSb1vm8LufTSlNlfTMM #mcbSKX0LHoDmNvudJQRee5JC2v7InrqZ {  }
 }@media only screen and (max-width: 763px) { #vt0XQA9TxbIXTCSb1vm8LufTSlNlfTMM #GNBnVkvJbDtz83aTgflWqA7n1trb7pxt {  }
 }@media only screen and (max-width: 763px) { #vt0XQA9TxbIXTCSb1vm8LufTSlNlfTMM #pumbyosURQ3tr5kGwKCPiMtty0VPxT6x {  }
 }@media only screen and (max-width: 763px) { #vt0XQA9TxbIXTCSb1vm8LufTSlNlfTMM #akyIFHM1gg91xa8XaQ1tLiXdXB9Al175 {  }
 }@media only screen and (max-width: 763px) { #vt0XQA9TxbIXTCSb1vm8LufTSlNlfTMM #pUGie4fL50o4fA9Xhc5EdfgAmQfO8ero {  }
 }@media only screen and (max-width: 763px) { #vt0XQA9TxbIXTCSb1vm8LufTSlNlfTMM #QTGRvl5WBZtUPU9aw3TnRLXpBd6RcCxX {  }
 }@media only screen and (max-width: 763px) { #vt0XQA9TxbIXTCSb1vm8LufTSlNlfTMM #b5vTSDiQc6rSoDLu0L2zMTcDOSCzCySf {  }
 }@media only screen and (max-width: 763px) { #vt0XQA9TxbIXTCSb1vm8LufTSlNlfTMM #Io91MrVZWFUEGFtls1XHz91xT1z4FEni {  }
 }@media only screen and (max-width: 763px) { #vt0XQA9TxbIXTCSb1vm8LufTSlNlfTMM #GDNoulfQ4J5rTplf8mSA59OI0566QbhG {  }
 }@media only screen and (max-width: 763px) { #vt0XQA9TxbIXTCSb1vm8LufTSlNlfTMM #ZJkWdN4hdl3aMcxrrEn4PKLSE2OhRqUp {  }
 }@media only screen and (max-width: 763px) { #vt0XQA9TxbIXTCSb1vm8LufTSlNlfTMM #CVdxOFEiOOPDWawdsmuBbWThRodTzMdJ {  }
 }@media only screen and (max-width: 763px) { #vt0XQA9TxbIXTCSb1vm8LufTSlNlfTMM #SppSlfMK1zwpQmuZrAcpTWvk9pPkZTry {  }
 }@media only screen and (max-width: 763px) { #vt0XQA9TxbIXTCSb1vm8LufTSlNlfTMM #H94lUw4TQdbN8uEpEBZ3M5dXnIMpypJZ {  }
 }@media only screen and (max-width: 763px) { #vt0XQA9TxbIXTCSb1vm8LufTSlNlfTMM #oCGehx0TlMTDt2yTVkifXC8NwGaGcSmr {  }
 }@media only screen and (max-width: 763px) { #vt0XQA9TxbIXTCSb1vm8LufTSlNlfTMM #JJ24XHKwShRqlXE1qXC6zpBXWxo8i9hy {  }
 }@media only screen and (max-width: 763px) { #gsAkGsRRuKy5ruhqeXsI6NuhEiHTbwL4 { display:block; }
 }@media only screen and (max-width: 763px) { #fW0DkpCPloW9566bFbO0DFD7fs1ngIsv { display:block; }
 }@media only screen and (max-width: 763px) { #bI0pPnc14APGZ35GlJEDVaO9THqCN0x6 { display:block; }
 }@media only screen and (max-width: 763px) { #WF30NkFpSrLsRkVCZm4I50WCxRCTITbw { display:block; }
 }@media only screen and (max-width: 763px) { #CDMPiTJ4Hm0iqD9OMirW1OawOWSlpggg { display:block; }
 }@media only screen and (max-width: 763px) { #vt0XQA9TxbIXTCSb1vm8LufTSlNlfTMM #EgQfDhdqRnDAJRvRB5Xn6ws7DpOUUtfx {  }
 }@media only screen and (max-width: 763px) { #vt0XQA9TxbIXTCSb1vm8LufTSlNlfTMM #y0CnX055KTulThSITIxupwlrB3zZ8JfS {  }
 }@media only screen and (max-width: 763px) { #d62ba1TTrr82Z8qcirZin5chbeP5srAr { top:22.875rem;left:1.3125rem;width:21.25rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5EpHsrsMK2qHQq63Qw6FRBvwmhPnRv5 { top:5.3125rem;left:28.06103515625rem;width:15.4375rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTufqVT4zkr4CBGLUdxZXBMxfL0JGw76 { top:1.875rem;left:19.125rem;width:28.625rem;height:53.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICnIypJvg0NQq7lpTblCaKJVsDr0FUDl { top:27.5rem;left:3.625rem;width:16.5625rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRuynDP2ThpTO2NTCrCTbaNxAiKmQ6aI { top:15.25rem;left:8.75rem;width:6.4375rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBQzHLUC3K79eZ5QPJbVEf2TPL9ofDST { display:block; }#FBQzHLUC3K79eZ5QPJbVEf2TPL9ofDST > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D0DP6szF8uEtTGt58iIwPCX8r6ntH8f1 { top:12.5625rem;left:12.9375rem;width:21.875rem;height:1rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LX5WSixaWFxJ2rMuLWFmiqldoTeW5u9K { top:14rem;left:10rem;width:27.8125rem;height:0.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUhkagzmTmZ2namkT9EOpziGCttT3PwQ { top:10.625rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqJpqsZXH0Er6t86NscuvVKqy0rsZtiM { 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) { #EvMDt2Tn9w2vSD6BcVQFEng4EGR1beDM { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5c814860-5d17-4196-a8b9-4430465692c3/Untitled3.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#EvMDt2Tn9w2vSD6BcVQFEng4EGR1beDM.adaptive-delivery-prevent-bg, #EvMDt2Tn9w2vSD6BcVQFEng4EGR1beDM.lazyload, #EvMDt2Tn9w2vSD6BcVQFEng4EGR1beDM.lazyloading { background-image: none; }#EvMDt2Tn9w2vSD6BcVQFEng4EGR1beDM > .row .container { background-color: transparent; background-image: none; }#EvMDt2Tn9w2vSD6BcVQFEng4EGR1beDM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(26,9,11,0.5); }#EvMDt2Tn9w2vSD6BcVQFEng4EGR1beDM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EvMDt2Tn9w2vSD6BcVQFEng4EGR1beDM > .row .container > .video-iframe-container { display: none; }#EvMDt2Tn9w2vSD6BcVQFEng4EGR1beDM > .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); }#EvMDt2Tn9w2vSD6BcVQFEng4EGR1beDM > .row > .video-iframe-container { display: none; }#EvMDt2Tn9w2vSD6BcVQFEng4EGR1beDM > .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); }#EvMDt2Tn9w2vSD6BcVQFEng4EGR1beDM > .row .container { width:20rem;height:30.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c8mpPQns4e8er1N4vddwJpXQP7WKTVAo { width:17.375rem;height:3.57421875rem;top:20.76220703125rem;left:1.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QifEBTZuqNxsNm2mm74OaKludVKhaJnC { width:14.375rem;height:2.5625rem;top:25.625rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8bkNbS9kNSt7f6MXnFTLlHDwyz4fX8u { display:block; }
 }@media only screen and (max-width: 763px) { #e66FuFOaB0qvvwAHt5PC4VfN7S56AJRL { width:5.25rem;height:4.3125rem;top:14.625rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZXFekGteBI0hvWPWB8rddU8kyIb51Lu { display:block; }#nZXFekGteBI0hvWPWB8rddU8kyIb51Lu > .row .container { width:20rem;height:17.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wDrmQPOQwyvMvtdTFC43g2mhn2LWT8OD { width:17.125rem;height:7.8003125rem;top:7.25rem;left:1.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHIeSpqwUKuyFCdLvwleyDBJdKX9kvpp { width:15.375rem;height:3.75rem;top:2.1875rem;left:1.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5U1PEM2p6KtsAP2yHkLNpEb0nROlipM { display:block; }#A5U1PEM2p6KtsAP2yHkLNpEb0nROlipM > .row .container { width:20rem;height:13.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TM3Cv0eb93Te0TsIkqu3lo8iNgEAhXfp { display:block; }#TM3Cv0eb93Te0TsIkqu3lo8iNgEAhXfp > .row .container { width:20rem;height:15.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fwH4lVCxpQVFTpWpoXgBdEZNMTzckMq6 { width:11.75rem;height:2.76041875rem;top:2.375rem;left:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMEE8yFTuuRXsQxPy3w5yJ1l4bfGZ3zq { width:20rem;height:6.50025rem;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) { #ETVqK1IcSUBAepx6XzuWcgxkoVr104Ro { display:block; }#ETVqK1IcSUBAepx6XzuWcgxkoVr104Ro > .row .container { width:20rem;height:34.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pvQJMLKrGTULkcvArbJIOKBNznq0d0TI { width:9.375rem;height:9.375rem;top:1.25rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xc6LICyHfH3vwk2InKSxJ2Z2Ek4Xmdgz { display:flex;width:3.125rem;height:3.125rem;top:10.5625rem;left:8.4375019073488rem; }
 }@media only screen and (max-width: 763px) { #RCI5OiPhPct2qu8BByz12OWq8GEScuuo { width:15.25rem;height:2.599825rem;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) { #qnWGEI3TTsiJmw8nPBa4QqyGzdsy0FB0 { width:9.375rem;height:9.375rem;top:18.78683125rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJNMbyhbTVKTO7GZbWM3fLF7DrsB64u4 { display:flex;width:3.125rem;height:3.125rem;top:28.09933125rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #TTVtOB05mZT4LgVewlmXzUcc5X9B76Ns { width:15.25rem;height:2.599825rem;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) { #BO5cOG0fuLFkFTo39o1ZeIaTThTugC6W { display:block; }#BO5cOG0fuLFkFTo39o1ZeIaTThTugC6W > .row .container { width:20rem;height:38.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nqifAW9EoRvTIg9ytJ7hfTGSCv2BUgGk { display:flex;width:3.125rem;height:3.125rem;top:11.8125rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #gvFQ7kkyiuXv9CXZrdvJulwyqJRiozc7 { width:10.75rem;height:3.8997375rem;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) { #yyJHZe7XMckqIT8OFX3lzI5vhbmQudDQ { width:9.375rem;height:9.375rem;top:2.5rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNDTSQkTl1XqheE0XBioBM9VwMXDvips { width:9.375rem;height:9.375rem;top:21.5625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #atNDKDo0Cy5b57qNsXpnTBFn4MVggBzv { display:flex;width:3.125rem;height:3.125rem;top:30.875rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #bchspSTQJLF7GqFuuvw6v7hu8T5DKKAV { width:10.75rem;height:2.599825rem;top:34rem;left:4.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SF7nJRf4xVB1GNKM5OQiQXWXdTGWHJOT { display:block; }#SF7nJRf4xVB1GNKM5OQiQXWXdTGWHJOT > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AvtorSgEmKO6bEmgPe2AGCNHUAZXThZo { display:flex;width:3.125rem;height:3.125rem;top:11.3125rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #Ewc7U1zTMcSN0aAZWC8mI8Nem2Xk7kJF { width:11.25rem;height:2.599825rem;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) { #h2SC54o4ikme3QXTAwdMRxnlOWIZdIGZ { width:9.375rem;height:9.375rem;top:2rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcPgS36JMF8mzwgcA875t2AxLqEhGNel { display:block; }#lcPgS36JMF8mzwgcA875t2AxLqEhGNel > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RtzL8eAbTxahotUT08I4oEWh5BbDEPDk { 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) { #hVG77cA3kz9XTU4s64P8SZTWw2rPTT2c { display:block; }
 }@media only screen and (max-width: 763px) { #lLkHND7xa3pzXNl9iL1DEHaXx8c3gsNe { background-color:rgba(239,226,215,0.3);background-image:none;display:block; }#lLkHND7xa3pzXNl9iL1DEHaXx8c3gsNe > .row .container { background-color: transparent; background-image: none; }#lLkHND7xa3pzXNl9iL1DEHaXx8c3gsNe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lLkHND7xa3pzXNl9iL1DEHaXx8c3gsNe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lLkHND7xa3pzXNl9iL1DEHaXx8c3gsNe > .row .container > .video-iframe-container { display: none; }#lLkHND7xa3pzXNl9iL1DEHaXx8c3gsNe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lLkHND7xa3pzXNl9iL1DEHaXx8c3gsNe > .row > .video-iframe-container { display: none; }#lLkHND7xa3pzXNl9iL1DEHaXx8c3gsNe > .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); }#lLkHND7xa3pzXNl9iL1DEHaXx8c3gsNe > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uWWJpW5St7dA10qp9veBA7eqVpMUts5d { width:17.75rem;height:2.03125rem;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) { #TAtbCD0PL04f76BB5CPFT6hfpovUGaev { background-color:rgba(239,226,215,0.3);background-image:none;display:block; }#TAtbCD0PL04f76BB5CPFT6hfpovUGaev > .row .container { background-color: transparent; background-image: none; }#TAtbCD0PL04f76BB5CPFT6hfpovUGaev::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TAtbCD0PL04f76BB5CPFT6hfpovUGaev > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TAtbCD0PL04f76BB5CPFT6hfpovUGaev > .row .container > .video-iframe-container { display: none; }#TAtbCD0PL04f76BB5CPFT6hfpovUGaev > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TAtbCD0PL04f76BB5CPFT6hfpovUGaev > .row > .video-iframe-container { display: none; }#TAtbCD0PL04f76BB5CPFT6hfpovUGaev > .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); }#TAtbCD0PL04f76BB5CPFT6hfpovUGaev > .row .container { width:20rem;height:72.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ueJGiMmfRPmN9amWQxa1T4hOCxQZDKlH { width:12.5rem;height:2.75rem;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) { #AnJR5KMoTsxAh2nHxDyqkHR4MwXkE462 { width:18.5rem;height:5.99500625rem;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) { #K9yUiNTpkX8mxO8zCQzez0wqHHIKXZed { width:12.5rem;height:2.75rem;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) { #PKpvsWkhuxsFoZoZbwqQTtiupoUmR8RD { width:18.25rem;height:4.79600625rem;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) { #dFE2uVHk1ZFWTfve7Tb9K9VCD4cwO4NE { width:12.5rem;height:2.75rem;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) { #of0RicG3s7PdMlIk2eqVf9Gw9RdzKold { width:12.5rem;height:2.75rem;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) { #ow3Ou6RvZ2m23SVT3EdGSUdOlNu7bOEW { width:13.625rem;height:3.59700625rem;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) { #klyGlFUVJxKNcDycTadMnqHhTGfArepD { width:18.6875rem;height:4.79600625rem;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) { #eii76mCGyvhU4zrby5ILzQtxnKSzCBdk { display:flex;width:3.125rem;height:3.125rem;top:28.0625rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #pP8QLJTaaUqOavtdk7kTbb6vq7FkrTTP { display:flex;width:3.125rem;height:3.125rem;top:8.8125rem;left:8.5rem; }
 }@media only screen and (max-width: 763px) { #kCmt9JC3WRT2PJS2Nn1UgEgJMsokQ0mI { display:flex;width:3.125rem;height:3.125rem;top:46.125rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #QllzpDNJxfWkK6Pn69lFH4Vcg5TnV8Eu { display:flex;width:3.125rem;height:3.125rem;top:63rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #q540uv5RDbycKPTk3G65sWlwQ4ymx038 { width:3.125rem;height:3.125rem;top:1.8482151031494rem;left:8.4375005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #cburJT9szV5ueDe36eQDoI8NpnOdZhyv { width:3.125rem;height:3.125rem;top:21.098216056824rem;left:8.4375005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHtPAZTW8i1E1TR6eUxJsV0OJrSzdoWB { width:3.125rem;height:3.125rem;top:39.160714149475rem;left:8.9107146859169rem;display:block; }
 }@media only screen and (max-width: 763px) { #lg95SnN1Dae9dygxhzigOIJ19doxxO3w { width:3.125rem;height:3.125rem;top:56.035715103149rem;left:8.4375005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGsB8mKmSBmygu2rd43arrTpvhMs5QN8 { background-color:rgba(239,226,215,0.3);background-image:none;display:block; }#kGsB8mKmSBmygu2rd43arrTpvhMs5QN8 > .row .container { background-color: transparent; background-image: none; }#kGsB8mKmSBmygu2rd43arrTpvhMs5QN8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kGsB8mKmSBmygu2rd43arrTpvhMs5QN8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kGsB8mKmSBmygu2rd43arrTpvhMs5QN8 > .row .container > .video-iframe-container { display: none; }#kGsB8mKmSBmygu2rd43arrTpvhMs5QN8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kGsB8mKmSBmygu2rd43arrTpvhMs5QN8 > .row > .video-iframe-container { display: none; }#kGsB8mKmSBmygu2rd43arrTpvhMs5QN8 > .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); }#kGsB8mKmSBmygu2rd43arrTpvhMs5QN8 > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cb95u876ME6zIAuQxoglWzqCg3a1FbeQ { 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) { #HOC5zzqGxx9Ixn2k8f7EpMVxIgihNIg1 { display:block; }
 }@media only screen and (max-width: 763px) { #wro9B8LdKRyrNvo13eTJO2B2xrgoHlnJ { background-color:#b66533;background-image:url("https://images.assets-landingi.com/uc/7958e0c0-f7d5-4565-82f1-9c9e4766cf8d/Untitled1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#wro9B8LdKRyrNvo13eTJO2B2xrgoHlnJ.adaptive-delivery-prevent-bg, #wro9B8LdKRyrNvo13eTJO2B2xrgoHlnJ.lazyload, #wro9B8LdKRyrNvo13eTJO2B2xrgoHlnJ.lazyloading { background-image: none; }#wro9B8LdKRyrNvo13eTJO2B2xrgoHlnJ > .row .container { background-color: transparent; background-image: none; }#wro9B8LdKRyrNvo13eTJO2B2xrgoHlnJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wro9B8LdKRyrNvo13eTJO2B2xrgoHlnJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wro9B8LdKRyrNvo13eTJO2B2xrgoHlnJ > .row .container > .video-iframe-container { display: none; }#wro9B8LdKRyrNvo13eTJO2B2xrgoHlnJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wro9B8LdKRyrNvo13eTJO2B2xrgoHlnJ > .row > .video-iframe-container { display: none; }#wro9B8LdKRyrNvo13eTJO2B2xrgoHlnJ > .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); }#wro9B8LdKRyrNvo13eTJO2B2xrgoHlnJ > .row .container { width:20rem;height:14.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x8PcR7FnkB7suZwE0aFTpeiGDtIkbCNJ { display:block; }#x8PcR7FnkB7suZwE0aFTpeiGDtIkbCNJ > .row .container { width:20rem;height:13.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UmUNCHBnEVrRQ982Qh2MxnafxGhX8S3F { width:18.375rem;height:2.03125rem;top:2.4375rem;left:0.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiteRlNHKDhUp5MMWvewwUinvLyOm3Lq { width:17.1875rem;height:3.90014375rem;top:5.5rem;left:1.4375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #exV0uOdMDlfaXp2d5AGw4MtfABeoPkfo { display:block; }#exV0uOdMDlfaXp2d5AGw4MtfABeoPkfo > .row .container { width:20rem;height:49.43684387207rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #To7n3EIRJxGktiE1vM9JBT2h6JSGX9zF { width:11.5rem;height:3.1875rem;top:11.847657203674rem;left:4.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1cThbaGFqZDL7Sv4Oh7tbcM3EWMSQ4m { 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; }#M1cThbaGFqZDL7Sv4Oh7tbcM3EWMSQ4m.adaptive-delivery-prevent-bg, #M1cThbaGFqZDL7Sv4Oh7tbcM3EWMSQ4m.lazyload, #M1cThbaGFqZDL7Sv4Oh7tbcM3EWMSQ4m.lazyloading { background-image: none; }
#M1cThbaGFqZDL7Sv4Oh7tbcM3EWMSQ4m::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) { #RGXcpvaOyJ26ePVsB592zoVSqxEdZFcf { width:10.125rem;height:2.75rem;top:28.535716056824rem;left:4.9375000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qxxtgtdz2LTTQxHcyyaMs0tlmTLEudXi { 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; }#Qxxtgtdz2LTTQxHcyyaMs0tlmTLEudXi.adaptive-delivery-prevent-bg, #Qxxtgtdz2LTTQxHcyyaMs0tlmTLEudXi.lazyload, #Qxxtgtdz2LTTQxHcyyaMs0tlmTLEudXi.lazyloading { background-image: none; }
#Qxxtgtdz2LTTQxHcyyaMs0tlmTLEudXi::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) { #OqKWS1mX19BCzb19bi2S85OHJo6phwAG { 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; }#OqKWS1mX19BCzb19bi2S85OHJo6phwAG.adaptive-delivery-prevent-bg, #OqKWS1mX19BCzb19bi2S85OHJo6phwAG.lazyload, #OqKWS1mX19BCzb19bi2S85OHJo6phwAG.lazyloading { background-image: none; }
#OqKWS1mX19BCzb19bi2S85OHJo6phwAG::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) { #Vmu5IARA44KpQuQCFyRZPXVfOWbuHCQT { width:10.25rem;height:2.6875rem;top:44.999999046326rem;left:4.8750000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #ds09sqFA300EkFwTI2ltuCsZwKl8QNnD { display:block; }#ds09sqFA300EkFwTI2ltuCsZwKl8QNnD > .row .container { width:20rem;height:48.81184387207rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kE1KDJ1AzhT8T5SqClcGlhb6ibodEf4z { width:9.5625rem;height:2.6875rem;top:11.722654342651rem;left:5.2187500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVlsNfAyF5iFZXzG62cGwsMXsySTHnQT { 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; }#dVlsNfAyF5iFZXzG62cGwsMXsySTHnQT.adaptive-delivery-prevent-bg, #dVlsNfAyF5iFZXzG62cGwsMXsySTHnQT.lazyload, #dVlsNfAyF5iFZXzG62cGwsMXsySTHnQT.lazyloading { background-image: none; }
#dVlsNfAyF5iFZXzG62cGwsMXsySTHnQT::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) { #a2AigOr9VdvJFrTDgDlVDhAqNMp4ampp { width:11.25rem;height:2.5625rem;top:28.098215103149rem;left:4.3750000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wbv1zb99yfdcQb42tpGXTBAHXEr3RCiA { 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; }#Wbv1zb99yfdcQb42tpGXTBAHXEr3RCiA.adaptive-delivery-prevent-bg, #Wbv1zb99yfdcQb42tpGXTBAHXEr3RCiA.lazyload, #Wbv1zb99yfdcQb42tpGXTBAHXEr3RCiA.lazyloading { background-image: none; }
#Wbv1zb99yfdcQb42tpGXTBAHXEr3RCiA::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) { #VesKdTtX85yzk01Az0e74uLN3KZDkdKB { 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; }#VesKdTtX85yzk01Az0e74uLN3KZDkdKB.adaptive-delivery-prevent-bg, #VesKdTtX85yzk01Az0e74uLN3KZDkdKB.lazyload, #VesKdTtX85yzk01Az0e74uLN3KZDkdKB.lazyloading { background-image: none; }
#VesKdTtX85yzk01Az0e74uLN3KZDkdKB::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) { #vh2oa8psku5QTRRFIndNT7nPqgZWQsbs { width:9.25rem;height:2.625rem;top:44.437503576279rem;left:5.3750000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEBAzalHqMFol1JRVHXEcFPU0idxmsOC { display:block; }#TEBAzalHqMFol1JRVHXEcFPU0idxmsOC > .row .container { width:20rem;height:51.999786376953rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g3LJLUm0PbqbRyFuMafhd1IIWuISFsUz { width:10.8125rem;height:2.5rem;top:15.098213195801rem;left:4.5937500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUICzI4nGn4BHP7elTRM99qWOUdWEuXz { width:4.5625rem;height:5rem;top:28.848215103149rem;left:7.7187505364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUbQcOWHeF04gS149HcgfWrTLv1Oypgh { 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; }#mUbQcOWHeF04gS149HcgfWrTLv1Oypgh.adaptive-delivery-prevent-bg, #mUbQcOWHeF04gS149HcgfWrTLv1Oypgh.lazyload, #mUbQcOWHeF04gS149HcgfWrTLv1Oypgh.lazyloading { background-image: none; }
#mUbQcOWHeF04gS149HcgfWrTLv1Oypgh::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) { #S4CTSo3ACSTslwC8dAc2hL7IRbRPaWsL { 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; }#S4CTSo3ACSTslwC8dAc2hL7IRbRPaWsL.adaptive-delivery-prevent-bg, #S4CTSo3ACSTslwC8dAc2hL7IRbRPaWsL.lazyload, #S4CTSo3ACSTslwC8dAc2hL7IRbRPaWsL.lazyloading { background-image: none; }
#S4CTSo3ACSTslwC8dAc2hL7IRbRPaWsL::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) { #G9Vc6EBS4nlloENHGCJEVTbMmMcmb4ly { width:9.375rem;height:3.75rem;top:45.1875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXZBnkTfW3FsXNLM0ddFKsm2ctxZQcEo { 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; }#AXZBnkTfW3FsXNLM0ddFKsm2ctxZQcEo.adaptive-delivery-prevent-bg, #AXZBnkTfW3FsXNLM0ddFKsm2ctxZQcEo.lazyload, #AXZBnkTfW3FsXNLM0ddFKsm2ctxZQcEo.lazyloading { background-image: none; }
#AXZBnkTfW3FsXNLM0ddFKsm2ctxZQcEo::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) { #isK17ALSGzpokQkPSvyUhKxdREqPareu { display:block; }#isK17ALSGzpokQkPSvyUhKxdREqPareu > .row .container { width:20rem;height:48.811828613281rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ro1hLHwTWtZ2r9TwmyFiMyuOXlIT90kF { width:9.1875rem;height:2.875rem;top:11.561370849609rem;left:5.4062500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #eV4KfN1G7OwdwsXc2cypIlynIq6TqtXV { 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; }#eV4KfN1G7OwdwsXc2cypIlynIq6TqtXV.adaptive-delivery-prevent-bg, #eV4KfN1G7OwdwsXc2cypIlynIq6TqtXV.lazyload, #eV4KfN1G7OwdwsXc2cypIlynIq6TqtXV.lazyloading { background-image: none; }
#eV4KfN1G7OwdwsXc2cypIlynIq6TqtXV::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) { #wAHSqq7yxVWyPCcZ15VP19pEIVeAVyJE { width:10rem;height:2.3125rem;top:27.1875rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #flvTsR0AOwT5WLaEVs7QAvC4OWFSycG9 { 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; }#flvTsR0AOwT5WLaEVs7QAvC4OWFSycG9.adaptive-delivery-prevent-bg, #flvTsR0AOwT5WLaEVs7QAvC4OWFSycG9.lazyload, #flvTsR0AOwT5WLaEVs7QAvC4OWFSycG9.lazyloading { background-image: none; }
#flvTsR0AOwT5WLaEVs7QAvC4OWFSycG9::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) { #kR5PbECK7G03urflQXFQ6O73SKRH6VES { 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; }#kR5PbECK7G03urflQXFQ6O73SKRH6VES.adaptive-delivery-prevent-bg, #kR5PbECK7G03urflQXFQ6O73SKRH6VES.lazyload, #kR5PbECK7G03urflQXFQ6O73SKRH6VES.lazyloading { background-image: none; }
#kR5PbECK7G03urflQXFQ6O73SKRH6VES::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) { #MPBO8zd8y0c1BzSSkyoOkrAqxF2C5IFm { width:6.9375rem;height:3.6875rem;top:42.125rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXWin9vcdTul8TsgflfMCZ9m2WrUi3Tz { display:block; }#RXWin9vcdTul8TsgflfMCZ9m2WrUi3Tz > .row .container { width:20rem;height:67.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vt0XQA9TxbIXTCSb1vm8LufTSlNlfTMM .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; }
#vt0XQA9TxbIXTCSb1vm8LufTSlNlfTMM .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vt0XQA9TxbIXTCSb1vm8LufTSlNlfTMM .widget-input-text {padding-top: 0; padding-bottom: 0;}#vt0XQA9TxbIXTCSb1vm8LufTSlNlfTMM .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vt0XQA9TxbIXTCSb1vm8LufTSlNlfTMM .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vt0XQA9TxbIXTCSb1vm8LufTSlNlfTMM .widget-input-select {padding-top: 0; padding-bottom: 0;}#vt0XQA9TxbIXTCSb1vm8LufTSlNlfTMM .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; }
#vt0XQA9TxbIXTCSb1vm8LufTSlNlfTMM .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#vt0XQA9TxbIXTCSb1vm8LufTSlNlfTMM .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0; }
#vt0XQA9TxbIXTCSb1vm8LufTSlNlfTMM .widget-container:first-of-type{padding-top:0;}#vt0XQA9TxbIXTCSb1vm8LufTSlNlfTMM .widget-container:last-of-type{padding-bottom:0;}#vt0XQA9TxbIXTCSb1vm8LufTSlNlfTMM  { width:17.5rem;height:auto;top:25.75rem;left:0rem; }
#vt0XQA9TxbIXTCSb1vm8LufTSlNlfTMM .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vt0XQA9TxbIXTCSb1vm8LufTSlNlfTMM {display:block;}#vt0XQA9TxbIXTCSb1vm8LufTSlNlfTMM { width:17.5rem;height:auto;top:25.75rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #vt0XQA9TxbIXTCSb1vm8LufTSlNlfTMM #FOiStLXwfgc6v5qipwdUKxiAldmJoCtq {  }
 }@media only screen and (max-width: 763px) { #vt0XQA9TxbIXTCSb1vm8LufTSlNlfTMM #T4ony5P9Tb8lvM2TlXgy2ouMhGxXiCcD {  }
 }@media only screen and (max-width: 763px) { #vt0XQA9TxbIXTCSb1vm8LufTSlNlfTMM #XIJlz0Bt4JQoRCN4ANUAP5kmewAxK8BU {  }
 }@media only screen and (max-width: 763px) { #vt0XQA9TxbIXTCSb1vm8LufTSlNlfTMM #W0RJ68fzH1WlNoR0xiiPJDTnMwVdv9t4 {  }
 }@media only screen and (max-width: 763px) { #vt0XQA9TxbIXTCSb1vm8LufTSlNlfTMM #DkyqzwwPEGEcJCb3dBcdJ7BV76PFTCsV {  }
 }@media only screen and (max-width: 763px) { #vt0XQA9TxbIXTCSb1vm8LufTSlNlfTMM #ENcLTUy41wDuIibIwdy6PsFb4Nf5W2r0 {  }
 }@media only screen and (max-width: 763px) { #vt0XQA9TxbIXTCSb1vm8LufTSlNlfTMM #mcbSKX0LHoDmNvudJQRee5JC2v7InrqZ {  }
 }@media only screen and (max-width: 763px) { #vt0XQA9TxbIXTCSb1vm8LufTSlNlfTMM #GNBnVkvJbDtz83aTgflWqA7n1trb7pxt {  }
 }@media only screen and (max-width: 763px) { #vt0XQA9TxbIXTCSb1vm8LufTSlNlfTMM #pumbyosURQ3tr5kGwKCPiMtty0VPxT6x {  }
 }@media only screen and (max-width: 763px) { #vt0XQA9TxbIXTCSb1vm8LufTSlNlfTMM #akyIFHM1gg91xa8XaQ1tLiXdXB9Al175 {  }
 }@media only screen and (max-width: 763px) { #vt0XQA9TxbIXTCSb1vm8LufTSlNlfTMM #pUGie4fL50o4fA9Xhc5EdfgAmQfO8ero {  }
 }@media only screen and (max-width: 763px) { #vt0XQA9TxbIXTCSb1vm8LufTSlNlfTMM #QTGRvl5WBZtUPU9aw3TnRLXpBd6RcCxX {  }
 }@media only screen and (max-width: 763px) { #vt0XQA9TxbIXTCSb1vm8LufTSlNlfTMM #b5vTSDiQc6rSoDLu0L2zMTcDOSCzCySf {  }
 }@media only screen and (max-width: 763px) { #vt0XQA9TxbIXTCSb1vm8LufTSlNlfTMM #Io91MrVZWFUEGFtls1XHz91xT1z4FEni {  }
 }@media only screen and (max-width: 763px) { #vt0XQA9TxbIXTCSb1vm8LufTSlNlfTMM #GDNoulfQ4J5rTplf8mSA59OI0566QbhG {  }
 }@media only screen and (max-width: 763px) { #vt0XQA9TxbIXTCSb1vm8LufTSlNlfTMM #ZJkWdN4hdl3aMcxrrEn4PKLSE2OhRqUp {  }
 }@media only screen and (max-width: 763px) { #vt0XQA9TxbIXTCSb1vm8LufTSlNlfTMM #CVdxOFEiOOPDWawdsmuBbWThRodTzMdJ {  }
 }@media only screen and (max-width: 763px) { #vt0XQA9TxbIXTCSb1vm8LufTSlNlfTMM #SppSlfMK1zwpQmuZrAcpTWvk9pPkZTry {  }
 }@media only screen and (max-width: 763px) { #vt0XQA9TxbIXTCSb1vm8LufTSlNlfTMM #H94lUw4TQdbN8uEpEBZ3M5dXnIMpypJZ {  }
 }@media only screen and (max-width: 763px) { #vt0XQA9TxbIXTCSb1vm8LufTSlNlfTMM #oCGehx0TlMTDt2yTVkifXC8NwGaGcSmr {  }
 }@media only screen and (max-width: 763px) { #vt0XQA9TxbIXTCSb1vm8LufTSlNlfTMM #JJ24XHKwShRqlXE1qXC6zpBXWxo8i9hy {  }
 }@media only screen and (max-width: 763px) { #gsAkGsRRuKy5ruhqeXsI6NuhEiHTbwL4 { display:block; }
 }@media only screen and (max-width: 763px) { #fW0DkpCPloW9566bFbO0DFD7fs1ngIsv { display:block; }
 }@media only screen and (max-width: 763px) { #bI0pPnc14APGZ35GlJEDVaO9THqCN0x6 { display:block; }
 }@media only screen and (max-width: 763px) { #WF30NkFpSrLsRkVCZm4I50WCxRCTITbw { display:block; }
 }@media only screen and (max-width: 763px) { #CDMPiTJ4Hm0iqD9OMirW1OawOWSlpggg { display:block; }
 }@media only screen and (max-width: 763px) { #vt0XQA9TxbIXTCSb1vm8LufTSlNlfTMM #EgQfDhdqRnDAJRvRB5Xn6ws7DpOUUtfx {  }
 }@media only screen and (max-width: 763px) { #vt0XQA9TxbIXTCSb1vm8LufTSlNlfTMM #y0CnX055KTulThSITIxupwlrB3zZ8JfS {  }
 }@media only screen and (max-width: 763px) { #d62ba1TTrr82Z8qcirZin5chbeP5srAr { width:16.1875rem;height:2.5625rem;top:7.3125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5EpHsrsMK2qHQq63Qw6FRBvwmhPnRv5 { width:14.875rem;height:3.57421875rem;top:19.25rem;left:2.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTufqVT4zkr4CBGLUdxZXBMxfL0JGw76 { width:20rem;height:50.1875rem;top:16.436767578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICnIypJvg0NQq7lpTblCaKJVsDr0FUDl { width:17.75rem;height:2.6001rem;top:10.75rem;left:1.125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dRuynDP2ThpTO2NTCrCTbaNxAiKmQ6aI { width:3.8125rem;height:3.8125rem;top:2.25rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBQzHLUC3K79eZ5QPJbVEf2TPL9ofDST { background-color:#1a090b;background-image:none;display:block; }#FBQzHLUC3K79eZ5QPJbVEf2TPL9ofDST > .row .container { background-color: transparent; background-image: none; }#FBQzHLUC3K79eZ5QPJbVEf2TPL9ofDST::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FBQzHLUC3K79eZ5QPJbVEf2TPL9ofDST > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FBQzHLUC3K79eZ5QPJbVEf2TPL9ofDST > .row .container > .video-iframe-container { display: none; }#FBQzHLUC3K79eZ5QPJbVEf2TPL9ofDST > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FBQzHLUC3K79eZ5QPJbVEf2TPL9ofDST > .row > .video-iframe-container { display: none; }#FBQzHLUC3K79eZ5QPJbVEf2TPL9ofDST > .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); }#FBQzHLUC3K79eZ5QPJbVEf2TPL9ofDST > .row .container { width:20rem;height:13.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D0DP6szF8uEtTGt58iIwPCX8r6ntH8f1 { width:15.625rem;height:0.8125rem;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) { #LX5WSixaWFxJ2rMuLWFmiqldoTeW5u9K { width:20rem;height:0.8125rem;top:10.3125rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUhkagzmTmZ2namkT9EOpziGCttT3PwQ { width:20rem;height:0.0625rem;top:10.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #iqJpqsZXH0Er6t86NscuvVKqy0rsZtiM { width:9.3125rem;height:9.3125rem;top:0rem;left:5.375rem;display:block; }
 }