.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:255,217,217;--color-primary-1:255,128,128;--color-primary-2:255,0,0;--color-primary-3:128,0,0;--color-primary-4:38,0,0;--color-secondary-0:250,219,220;--color-secondary-1:239,136,140;--color-secondary-2:222,16,24;--color-secondary-3:111,8,12;--color-secondary-4:33,2,4;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Bree Serif";--paragraphs-font-family:"Bree Serif"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.93);background-image:url("https://images.assets-landingi.com/uc/f8809741-6dc4-464f-8f76-5bcad26c4116/trevi.jpg");background-position:bottom 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; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyloading { background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:0.875rem;font-family:arial;height:38.5rem;width:60rem;position:relative;display:block; }#EvWkmPgvDsWkHHl5NmVnJ0M2kEk8codH { position:relative;display:block; }#EvWkmPgvDsWkHHl5NmVnJ0M2kEk8codH { background-color: transparent; background-image: none; }#EvWkmPgvDsWkHHl5NmVnJ0M2kEk8codH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EvWkmPgvDsWkHHl5NmVnJ0M2kEk8codH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EvWkmPgvDsWkHHl5NmVnJ0M2kEk8codH > .row .container > .video-iframe-container { display: none; }#EvWkmPgvDsWkHHl5NmVnJ0M2kEk8codH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EvWkmPgvDsWkHHl5NmVnJ0M2kEk8codH > .row > .video-iframe-container { display: none; }#EvWkmPgvDsWkHHl5NmVnJ0M2kEk8codH > .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); }#EvWkmPgvDsWkHHl5NmVnJ0M2kEk8codH { border-width: 0; border-radius: 0; }#EvWkmPgvDsWkHHl5NmVnJ0M2kEk8codH > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#EvWkmPgvDsWkHHl5NmVnJ0M2kEk8codH > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:15.1875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#T5lHE0RMJWKqUeMm2L8nk9JLffUKAn0i { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-2),0.6);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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(var(--color-tertiary-4),0.5) ;height:12.4375rem;width:35.125rem;top:1.375rem;left:12.4375rem;display:block; }
#geKPBTgin32TB1x9GVmOxdPBvE7IVXsb { color:rgba(var(--color-tertiary-0),1);display:block;width:30.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3.4375rem;left:14.625rem;height:8.28515625rem;text-align:center;text-align-last:center;display:block; }
#BxMFxGDiptO4GMhzWSUHH5iFKbuv1NRS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),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; }#BxMFxGDiptO4GMhzWSUHH5iFKbuv1NRS > .row .container { background-color: transparent; background-image: none; }#BxMFxGDiptO4GMhzWSUHH5iFKbuv1NRS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BxMFxGDiptO4GMhzWSUHH5iFKbuv1NRS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BxMFxGDiptO4GMhzWSUHH5iFKbuv1NRS > .row .container > .video-iframe-container { display: none; }#BxMFxGDiptO4GMhzWSUHH5iFKbuv1NRS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BxMFxGDiptO4GMhzWSUHH5iFKbuv1NRS > .row > .video-iframe-container { display: none; }#BxMFxGDiptO4GMhzWSUHH5iFKbuv1NRS > .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); }#BxMFxGDiptO4GMhzWSUHH5iFKbuv1NRS > .row .container { border-width: 0; border-radius: 0; }#BxMFxGDiptO4GMhzWSUHH5iFKbuv1NRS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BxMFxGDiptO4GMhzWSUHH5iFKbuv1NRS > .row .container { font-size:0.875rem;font-family:arial;height:53.0625rem;width:60rem;position:relative;display:block; }#U6VI8KFCXHkmIkVFuPPzt736Ln9uhKAw { color:rgba(var(--color-tertiary-4),1);display:block;width:41.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.94921875rem;left:8.1875rem;height:29.25rem;text-align:center;text-align-last:center;display:block; }
#xnKyeMaVquaiEQzzMEwfL5dRKuJX6NDv { position:absolute;display:block;z-index:15001;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: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.5) ;height:14.9375rem;width:22.0625rem;top:35rem;left:4.625rem;overflow:hidden;display:block; }
#Ce0BIN8Qz3ECPShNJgSvq5KH46v33MpT { position:absolute;display:block;z-index:15002;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: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.5) ;height:14.875rem;width:22.375rem;top:35.0625rem;left:33.0625rem;overflow:hidden;display:block; }
#mpuxF3sOBOCu3ALNWkfVmx78SCtHMTpH { position:absolute;display:block;z-index:14999;background-color:#92c5e1;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.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:4.625rem;width:24.3125rem;top:43.6875rem;left:8.1875rem;display:block; }
#EwH0ndaVQ8BI102TvcoGJXbHlLAtJhrl { position:absolute;display:block;z-index:14998;background-color:#e6db05;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.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:5.75rem;width:5.75rem;top:39.625rem;left:30.75rem;display:block; }
#iBL27tXrkcHg412U1gfbPEpZxeVdOJSy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/UWNjehbu/Italy_Doodles_bf_s.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#iBL27tXrkcHg412U1gfbPEpZxeVdOJSy.adaptive-delivery-prevent-bg, #iBL27tXrkcHg412U1gfbPEpZxeVdOJSy.lazyload, #iBL27tXrkcHg412U1gfbPEpZxeVdOJSy.lazyloading { background-image: none; }#iBL27tXrkcHg412U1gfbPEpZxeVdOJSy > .row .container { background-color: transparent; background-image: none; }#iBL27tXrkcHg412U1gfbPEpZxeVdOJSy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.96); }#iBL27tXrkcHg412U1gfbPEpZxeVdOJSy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iBL27tXrkcHg412U1gfbPEpZxeVdOJSy > .row .container > .video-iframe-container { display: none; }#iBL27tXrkcHg412U1gfbPEpZxeVdOJSy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.96); }#iBL27tXrkcHg412U1gfbPEpZxeVdOJSy > .row > .video-iframe-container { display: none; }#iBL27tXrkcHg412U1gfbPEpZxeVdOJSy > .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); }#iBL27tXrkcHg412U1gfbPEpZxeVdOJSy > .row .container { border-width: 0; border-radius: 0; }#iBL27tXrkcHg412U1gfbPEpZxeVdOJSy::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; }#iBL27tXrkcHg412U1gfbPEpZxeVdOJSy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iBL27tXrkcHg412U1gfbPEpZxeVdOJSy > .row .container { font-size:0.875rem;font-family:arial;height:44.8125rem;width:60rem;position:relative;display:block; }#XVs1FUr6yO0MWOASW3avc9qJC1P4vq9c { color:rgba(var(--color-tertiary-4),1);display:block;width:15.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:9.5rem;left:17.625rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#TIucCIceyTkto736lFUSM07VSaS08Pq2 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:8.90625rem;left:10.3125rem;overflow:hidden;display:block; }
#JM8F74awCaTxW6IdGMxQz221K2tbM9B3 { 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:3.75rem;width:3.75rem;top:15.59375rem;left:10.3125rem;overflow:hidden;display:block; }
#yBFyP9PQWGm12EC4JtCCuh1B42B97Qo8 { 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:3.75rem;top:22.15625rem;left:10.3125rem;overflow:hidden;display:block; }
#I6n84IRa1JLuTXXBph5BGfa18v7KQUUO { 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:3.75rem;top:28.96875rem;left:10.3125rem;overflow:hidden;display:block; }
#Hyhi0zk7iFsTxQbhsCnKAatsu0cd2yM5 { position:absolute;display:block;z-index:15008;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:3.75rem;top:35.65625rem;left:10.3125rem;overflow:hidden;display:block; }
#ipKLH38Nqo9pFpJLm1mH5xBUmp32V25s { background-color:#409c4e;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.5) ;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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.4375rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:9.0625rem;left:38.5rem;display:block; }
#eiJxLSAzT1hGRiGmpwJwviiydrceDe8i { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rdTcxsAkcffTA5at3bzTBhIsgTPUSqGK { background-color:#d9083e;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.5) ;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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.4375rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:15.75rem;left:38.5rem;display:block; }
#sNRQ2NVILKcXQex1zsJtiVmXAZRgruZC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UpLBFF0KCqSt62Xw83KMTlboyLGAATdp { background-color:#d9083e;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.5) ;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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.4375rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:22.3125rem;left:38.5rem;display:block; }
#Gi6JhfWI9JBVNdEI2xDrVSWImtoFBfkt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HSNe9TbBQvMPMfVkoKqVnUxRs4Aldz66 { background-color:#d9083e;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 1.25rem #5d5d5d ;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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.4375rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:29.125rem;left:38.5rem;display:block; }
#GmCeCkbJOiPe6h2ZTPWPJNXHJxMcC4Ky { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KvwRNDDRgUOINmE44Mt4nrxCUOzco2IA { background-color:#d9083e;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.5) ;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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.4375rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:35.8125rem;left:38.5rem;display:block; }
#aoFvQl8669NOPbxSwRKU4vlxFHggmShN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HVhrliAUUune7IuZzu7SnEt0yEApln7w { color:rgba(var(--color-tertiary-4),1);display:block;width:13.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:16.1875rem;left:18.75rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#ChTfUacrqPSxdTUEho1hHqLgoDSir2BZ { color:rgba(var(--color-tertiary-4),1);display:block;width:10.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:29.5625rem;left:20.03125rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#kdwmLhFdZKcQL7SIrHmElZ2XHTmB7xRp { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:22.75rem;left:18.34375rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#ZU1TbpJntRIFXZoHHCRhS5nqr6Om7umu { color:rgba(var(--color-tertiary-4),1);display:block;width:18.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:36.40625rem;left:15.875rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#MQeGq5BiAT3RDFR6iWTKd8loOsLkH7VW { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:1.8125rem;left:23.75rem;height:2.2744125rem;display:block; }
#HHxiMe57tG8gqOphDwb1OoSBsBA8tFmM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/UWNjehbu/Italy_Doodles_bf_s.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#HHxiMe57tG8gqOphDwb1OoSBsBA8tFmM.adaptive-delivery-prevent-bg, #HHxiMe57tG8gqOphDwb1OoSBsBA8tFmM.lazyload, #HHxiMe57tG8gqOphDwb1OoSBsBA8tFmM.lazyloading { background-image: none; }#HHxiMe57tG8gqOphDwb1OoSBsBA8tFmM > .row .container { border-width: 0; border-radius: 0; }#HHxiMe57tG8gqOphDwb1OoSBsBA8tFmM::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; }#HHxiMe57tG8gqOphDwb1OoSBsBA8tFmM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HHxiMe57tG8gqOphDwb1OoSBsBA8tFmM > .row .container { font-size:0.875rem;font-family:arial;height:40.9375rem;width:60rem;position:relative;display:none; }#Lmsq6MF9fzQ1732wT3oe6kLfDTMaaTfn { color:rgba(var(--color-tertiary-4),1);display:block;width:32rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:8.5rem;left:14rem;height:25.57985rem;text-align:center;text-align-last:center;display:block; }
#HG60HdrT3JCGBCdcT5yZtXrUSZm9rb3e { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),0.77);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:30.4375rem;width:41.5625rem;top:8.5rem;left:9.25rem;display:block; }
#o3Ok8b3XnOGvSGIekPUvTooN1NNcsMtU { color:rgba(var(--color-tertiary-4),1);display:block;width:23.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:2.2490234375rem;left:18.09375rem;height:4.55078125rem;text-align:center;text-align-last:center;display:block; }
#TZ9Tngq2CwQ8PbVID2yFlyqFodlEtBsp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/UWNjehbu/Italy_Doodles_bf_s.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TZ9Tngq2CwQ8PbVID2yFlyqFodlEtBsp.adaptive-delivery-prevent-bg, #TZ9Tngq2CwQ8PbVID2yFlyqFodlEtBsp.lazyload, #TZ9Tngq2CwQ8PbVID2yFlyqFodlEtBsp.lazyloading { background-image: none; }#TZ9Tngq2CwQ8PbVID2yFlyqFodlEtBsp > .row .container { background-color: transparent; background-image: none; }#TZ9Tngq2CwQ8PbVID2yFlyqFodlEtBsp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(253,253,253,0.96); }#TZ9Tngq2CwQ8PbVID2yFlyqFodlEtBsp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZ9Tngq2CwQ8PbVID2yFlyqFodlEtBsp > .row .container > .video-iframe-container { display: none; }#TZ9Tngq2CwQ8PbVID2yFlyqFodlEtBsp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(253,253,253,0.96); }#TZ9Tngq2CwQ8PbVID2yFlyqFodlEtBsp > .row > .video-iframe-container { display: none; }#TZ9Tngq2CwQ8PbVID2yFlyqFodlEtBsp > .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); }#TZ9Tngq2CwQ8PbVID2yFlyqFodlEtBsp > .row .container { border-width: 0; border-radius: 0; }#TZ9Tngq2CwQ8PbVID2yFlyqFodlEtBsp::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; }#TZ9Tngq2CwQ8PbVID2yFlyqFodlEtBsp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TZ9Tngq2CwQ8PbVID2yFlyqFodlEtBsp > .row .container { font-size:0.875rem;font-family:arial;height:40.9375rem;width:60rem;position:relative;display:block; }#CLDVE5xGuzunquFEd8vzvZJ2XQvU7HTG { color:rgba(var(--color-tertiary-4),1);display:block;width:32rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:8.5rem;left:17.875rem;height:27.29691875rem;text-align:center;text-align-last:center;display:block; }
#rlVUSz5Fw2kfXTR19zpOLXZqcPruSytt { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),0.77);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:30.4375rem;width:41.5625rem;top:8.5rem;left:9.25rem;display:block; }
#NfG0tGMwCOoKCVLUe27c34WzZN3anapW { 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:5.25rem;width:4.0625rem;top:12.500001430511rem;left:11.375rem;overflow:hidden;display:block; }
#VN2pVCohNhVGXWdK52rJDxWNbHEoQT9t { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1875rem;width:4.0625rem;top:22.375rem;left:11.375rem;overflow:hidden;display:block; }
#qngH8S7dAbrFcPzOXeVub6ncDC77zaw3 { 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:5.1875rem;width:4.0625rem;top:32.156247377396rem;left:11.375rem;overflow:hidden;display:block; }
#xO87INQhGTe9WdnR4hobqeDwNxOoLU8O { color:rgba(var(--color-tertiary-4),1);display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:1.8740234375rem;left:27.71875rem;height:2.2753875rem;display:block; }
#fJyhkIGhmdKXfEQksMrqhgcM94rn0ZZs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),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:none; }#fJyhkIGhmdKXfEQksMrqhgcM94rn0ZZs > .row .container { border-width: 0; border-radius: 0; }#fJyhkIGhmdKXfEQksMrqhgcM94rn0ZZs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fJyhkIGhmdKXfEQksMrqhgcM94rn0ZZs > .row .container { font-size:0.875rem;font-family:arial;height:186.125rem;width:60rem;position:relative;display:none; }#mNUWNIZIUvJqbo6FMUynZkaOorUuKUas { color:rgba(var(--color-tertiary-4),1);display:block;width:15.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:16.25rem;left:22.28125rem;height:0;text-align:center;text-align-last:center;display:none; }
#yKk0qMGZehVrxrE6oZQRoRbZNfoRT5bR { 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:13.5625rem;width:21.3125rem;top:0.875rem;left:19.34375rem;overflow:hidden;display:block; }
#l2ixf3TVdGyJ9yMzDdPqrrCtOJTfia1H { color:rgba(var(--color-tertiary-4),1);display:block;width:31.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:20.4375rem;left:14.25rem;height:0;text-align:center;text-align-last:center;display:none; }
#aABGBRx8WTTqZO29kXeQcNvmGws4TeBw { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:40rem;width:60rem;display:none; }
#KnLb0s5VrRJo450pGXDJ1uv6XPBgzrDb { color:rgba(var(--color-tertiary-4),1);display:block;width:31.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:46.21484375rem;left:14.21875rem;height:0;text-align:center;text-align-last:center;display:none; }
#qhx3QzfposRSpPVfTBpPdA0i42rwposN { color:rgba(var(--color-tertiary-4),1);display:block;width:31.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:72.83984375rem;left:14.21875rem;height:0;text-align:center;text-align-last:center;display:none; }
#yocJy5HA268rFUW3p0EBntGfWCJPG0xe { color:rgba(var(--color-tertiary-4),1);display:block;width:31.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:99.90234375rem;left:14.21875rem;height:0;text-align:center;text-align-last:center;display:none; }
#c1tde1HnzSecdyic9y0b7EoqbeHFDXEE { color:rgba(var(--color-tertiary-4),1);display:block;width:31.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:125.08984375rem;left:14.21875rem;height:0;text-align:center;text-align-last:center;display:none; }
#dvuv2zM3fork2zpK0eAt3eJp4uIVIDDt { color:rgba(var(--color-tertiary-4),1);display:block;width:22.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:146.42500305176rem;left:17.831251144409rem;height:0;text-align:center;text-align-last:center;display:none; }
#LFiLDrHKoZpMf9UJOtNTAlw2100DPrHO { color:rgba(var(--color-tertiary-4),1);display:block;width:31.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:153.65234661102rem;left:14.21875rem;height:0;text-align:center;text-align-last:center;display:none; }
#Q38NKneu9U4gukdRdJV6LsDNPDBzkR9x { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),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:none; }#Q38NKneu9U4gukdRdJV6LsDNPDBzkR9x > .row .container { border-width: 0; border-radius: 0; }#Q38NKneu9U4gukdRdJV6LsDNPDBzkR9x > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Q38NKneu9U4gukdRdJV6LsDNPDBzkR9x > .row .container { font-size:0.875rem;font-family:arial;height:173.25rem;width:60rem;position:relative;display:none; }#ErTK5gN8lGCi8094bpuuB6f9FJN1xiJ1 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:16.25rem;left:22.28125rem;height:2.2744125rem;text-align:center;text-align-last:center;display:block; }
#NDWr29r162SGtsqG5lLKIVmTgusa6dqC { 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:13.5625rem;width:21.3125rem;top:0.875rem;left:19.34375rem;overflow:hidden;display:block; }
#RpxZJnfR2WBXhhmIgOQ55wFV8JEWW0dT { color:rgba(var(--color-tertiary-4),1);display:block;width:31.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:20.4375rem;left:14.25rem;height:113.9579125rem;text-align:center;text-align-last:center;display:block; }
#GINsU7473MsFxy3GquXTbgLvirXxTJRi { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:40rem;width:60rem;display:none; }
#CU7812cpgJIbEntMlWgMDoQ1rHxiW5a2 { color:rgba(var(--color-tertiary-4),1);display:block;width:22.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:133.9521484375rem;left:18.5625rem;height:4.55rem;text-align:center;text-align-last:center;display:block; }
#HxFf67NAHvdZR4FXHTRiiUHNpFtWmxTh { color:rgba(var(--color-tertiary-4),1);display:block;width:31.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:138.4375rem;left:14.21875rem;height:31.7587625rem;text-align:center;text-align-last:center;display:block; }
#CkoPP8ZhTebaTfrMR82BuOoCBaxevT9A { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/ZSObNknC/olasznyelviskola_s.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CkoPP8ZhTebaTfrMR82BuOoCBaxevT9A.adaptive-delivery-prevent-bg, #CkoPP8ZhTebaTfrMR82BuOoCBaxevT9A.lazyload, #CkoPP8ZhTebaTfrMR82BuOoCBaxevT9A.lazyloading { background-image: none; }#CkoPP8ZhTebaTfrMR82BuOoCBaxevT9A > .row .container { background-color: transparent; background-image: none; }#CkoPP8ZhTebaTfrMR82BuOoCBaxevT9A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.9); }#CkoPP8ZhTebaTfrMR82BuOoCBaxevT9A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CkoPP8ZhTebaTfrMR82BuOoCBaxevT9A > .row .container > .video-iframe-container { display: none; }#CkoPP8ZhTebaTfrMR82BuOoCBaxevT9A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.9); }#CkoPP8ZhTebaTfrMR82BuOoCBaxevT9A > .row > .video-iframe-container { display: none; }#CkoPP8ZhTebaTfrMR82BuOoCBaxevT9A > .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); }#CkoPP8ZhTebaTfrMR82BuOoCBaxevT9A > .row .container { border-width: 0; border-radius: 0; }#CkoPP8ZhTebaTfrMR82BuOoCBaxevT9A::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; }#CkoPP8ZhTebaTfrMR82BuOoCBaxevT9A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CkoPP8ZhTebaTfrMR82BuOoCBaxevT9A > .row .container { font-size:0.875rem;font-family:arial;height:61.4375rem;width:60rem;position:relative;display:block; }#v3kEWOZARLXERV5cDf8kILF3OQ59VGJB { color:rgba(var(--color-tertiary-4),1);display:block;width:16.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.125rem;left:21.8125rem;height:2.35546875rem;text-align:center;text-align-last:center;display:block; }
#fdwlIrhGa5OrO1VEoB3Ofh4tJ3rvninz { color:rgba(var(--color-tertiary-4),1);display:block;width:42.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:6.193359375rem;left:8.90625rem;height:52.5rem;display:block; }
#V5E06wpbJ0XnT7f6AirNQrivTAyg7QMv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.97);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; }#V5E06wpbJ0XnT7f6AirNQrivTAyg7QMv > .row .container { background-color: transparent; background-image: none; }#V5E06wpbJ0XnT7f6AirNQrivTAyg7QMv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V5E06wpbJ0XnT7f6AirNQrivTAyg7QMv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V5E06wpbJ0XnT7f6AirNQrivTAyg7QMv > .row .container > .video-iframe-container { display: none; }#V5E06wpbJ0XnT7f6AirNQrivTAyg7QMv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V5E06wpbJ0XnT7f6AirNQrivTAyg7QMv > .row > .video-iframe-container { display: none; }#V5E06wpbJ0XnT7f6AirNQrivTAyg7QMv > .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); }#V5E06wpbJ0XnT7f6AirNQrivTAyg7QMv > .row .container { border-width: 0; border-radius: 0; }#V5E06wpbJ0XnT7f6AirNQrivTAyg7QMv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V5E06wpbJ0XnT7f6AirNQrivTAyg7QMv > .row .container { font-size:0.875rem;font-family:arial;height:17.6875rem;width:60rem;position:relative;display:block; }#H2nicZT7yTNGPchgtgHUrOe0eswlTbSR { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.5) ;height:15.8125rem;width:35.25rem;top:1.3125rem;left:12.5625rem;overflow:hidden;display:block; }
#CpyQwKGI226C0avEv7WiX5XpniV6irqH { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-secondary-2),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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.5) ;height:12.5rem;width:12.5rem;top:2.9375rem;left:37.6875rem;display:block; }
#ZkLawHLXkKfF1cRRleLhICF3q5lJw1Lp { position:absolute;display:block;z-index:14999;background-color:#109452;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.5) ;height:12.5rem;width:12.5rem;top:2.9375rem;left:9.875rem;display:block; }
#LNLOzuqW4Pe1qvAoEi76y4yVGk57fl5t { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.97);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; }#LNLOzuqW4Pe1qvAoEi76y4yVGk57fl5t > .row .container { background-color: transparent; background-image: none; }#LNLOzuqW4Pe1qvAoEi76y4yVGk57fl5t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LNLOzuqW4Pe1qvAoEi76y4yVGk57fl5t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LNLOzuqW4Pe1qvAoEi76y4yVGk57fl5t > .row .container > .video-iframe-container { display: none; }#LNLOzuqW4Pe1qvAoEi76y4yVGk57fl5t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LNLOzuqW4Pe1qvAoEi76y4yVGk57fl5t > .row > .video-iframe-container { display: none; }#LNLOzuqW4Pe1qvAoEi76y4yVGk57fl5t > .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); }#LNLOzuqW4Pe1qvAoEi76y4yVGk57fl5t > .row .container { border-width: 0; border-radius: 0; }#LNLOzuqW4Pe1qvAoEi76y4yVGk57fl5t > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LNLOzuqW4Pe1qvAoEi76y4yVGk57fl5t > .row .container { font-size:0.875rem;font-family:arial;height:7.75rem;width:60rem;position:relative;display:block; }#x0lMsSKQo7fIgoOLmA0wRO1xv7PWJwbT { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:3.625rem;left:8.75rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#SaismOpS4OFOWA4KRf3UCQAeQyizUUXK { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3.625rem;left:38.75rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EvWkmPgvDsWkHHl5NmVnJ0M2kEk8codH { display:block; }#EvWkmPgvDsWkHHl5NmVnJ0M2kEk8codH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T5lHE0RMJWKqUeMm2L8nk9JLffUKAn0i { top:1.375rem;left:6.3125rem;width:35.125rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #geKPBTgin32TB1x9GVmOxdPBvE7IVXsb { top:3.4375rem;left:8.5rem;width:30.75rem;height:8.25rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxMFxGDiptO4GMhzWSUHH5iFKbuv1NRS { display:block; }#BxMFxGDiptO4GMhzWSUHH5iFKbuv1NRS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U6VI8KFCXHkmIkVFuPPzt736Ln9uhKAw { top:2.9375rem;left:2.062255859375rem;width:41.5625rem;height:29.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnKyeMaVquaiEQzzMEwfL5dRKuJX6NDv { top:35rem;left:0rem;width:22.0625rem;height:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ce0BIN8Qz3ECPShNJgSvq5KH46v33MpT { top:35.0625rem;left:25.375rem;width:22.375rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpuxF3sOBOCu3ALNWkfVmx78SCtHMTpH { top:43.6875rem;left:2.0625rem;width:24.3125rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwH0ndaVQ8BI102TvcoGJXbHlLAtJhrl { top:39.625rem;left:24.625rem;width:5.75rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBL27tXrkcHg412U1gfbPEpZxeVdOJSy { display:block; }#iBL27tXrkcHg412U1gfbPEpZxeVdOJSy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XVs1FUr6yO0MWOASW3avc9qJC1P4vq9c { top:9.5rem;left:11.5rem;width:15.4375rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIucCIceyTkto736lFUSM07VSaS08Pq2 { top:8.875rem;left:4.1875rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JM8F74awCaTxW6IdGMxQz221K2tbM9B3 { top:15.5625rem;left:4.1875rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBFyP9PQWGm12EC4JtCCuh1B42B97Qo8 { top:22.125rem;left:4.1875rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6n84IRa1JLuTXXBph5BGfa18v7KQUUO { top:28.9375rem;left:4.1875rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hyhi0zk7iFsTxQbhsCnKAatsu0cd2yM5 { top:35.625rem;left:4.1875rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipKLH38Nqo9pFpJLm1mH5xBUmp32V25s { width:12.4375rem;height:3.4375rem;top:9.0625rem;left:32.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eiJxLSAzT1hGRiGmpwJwviiydrceDe8i { display:block; }
 }@media only screen and (max-width: 763px) { #rdTcxsAkcffTA5at3bzTBhIsgTPUSqGK { width:12.4375rem;height:3.4375rem;top:15.75rem;left:32.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNRQ2NVILKcXQex1zsJtiVmXAZRgruZC { display:block; }
 }@media only screen and (max-width: 763px) { #UpLBFF0KCqSt62Xw83KMTlboyLGAATdp { width:12.4375rem;height:3.4375rem;top:22.3125rem;left:32.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gi6JhfWI9JBVNdEI2xDrVSWImtoFBfkt { display:block; }
 }@media only screen and (max-width: 763px) { #HSNe9TbBQvMPMfVkoKqVnUxRs4Aldz66 { width:12.4375rem;height:3.4375rem;top:29.125rem;left:32.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmCeCkbJOiPe6h2ZTPWPJNXHJxMcC4Ky { display:block; }
 }@media only screen and (max-width: 763px) { #KvwRNDDRgUOINmE44Mt4nrxCUOzco2IA { width:12.4375rem;height:3.4375rem;top:35.8125rem;left:32.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aoFvQl8669NOPbxSwRKU4vlxFHggmShN { display:block; }
 }@media only screen and (max-width: 763px) { #HVhrliAUUune7IuZzu7SnEt0yEApln7w { top:16.1875rem;left:12.625rem;width:13.1875rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChTfUacrqPSxdTUEho1hHqLgoDSir2BZ { top:29.5625rem;left:13.90625rem;width:10.625rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdwmLhFdZKcQL7SIrHmElZ2XHTmB7xRp { top:22.75rem;left:12.21875rem;width:14rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZU1TbpJntRIFXZoHHCRhS5nqr6Om7umu { top:36.375rem;left:9.75rem;width:18.9375rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQeGq5BiAT3RDFR6iWTKd8loOsLkH7VW { top:1.8125rem;left:17.625rem;width:12.5rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHxiMe57tG8gqOphDwb1OoSBsBA8tFmM { display:none; }#HHxiMe57tG8gqOphDwb1OoSBsBA8tFmM > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Lmsq6MF9fzQ1732wT3oe6kLfDTMaaTfn { top:8.5rem;left:7.875rem;width:32rem;height:25.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HG60HdrT3JCGBCdcT5yZtXrUSZm9rb3e { top:8.5rem;left:3.125rem;width:41.5625rem;height:30.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3Ok8b3XnOGvSGIekPUvTooN1NNcsMtU { top:2.1875rem;left:11.96875rem;width:23.8125rem;height:4.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZ9Tngq2CwQ8PbVID2yFlyqFodlEtBsp { display:block; }#TZ9Tngq2CwQ8PbVID2yFlyqFodlEtBsp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CLDVE5xGuzunquFEd8vzvZJ2XQvU7HTG { top:8.5rem;left:11.75rem;width:32rem;height:27.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlVUSz5Fw2kfXTR19zpOLXZqcPruSytt { top:8.5rem;left:3.125rem;width:41.5625rem;height:30.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfG0tGMwCOoKCVLUe27c34WzZN3anapW { top:12.5rem;left:5.25rem;width:4.0625rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VN2pVCohNhVGXWdK52rJDxWNbHEoQT9t { top:22.375rem;left:5.25rem;width:4.0625rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qngH8S7dAbrFcPzOXeVub6ncDC77zaw3 { top:32.125rem;left:5.25rem;width:4.0625rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xO87INQhGTe9WdnR4hobqeDwNxOoLU8O { top:1.8125rem;left:21.59375rem;width:12.3125rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJyhkIGhmdKXfEQksMrqhgcM94rn0ZZs { display:none; }#fJyhkIGhmdKXfEQksMrqhgcM94rn0ZZs > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mNUWNIZIUvJqbo6FMUynZkaOorUuKUas { top:16.25rem;left:16.15625rem;width:15.4375rem;height:2.25rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #yKk0qMGZehVrxrE6oZQRoRbZNfoRT5bR { top:0.875rem;left:13.21875rem;width:21.3125rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2ixf3TVdGyJ9yMzDdPqrrCtOJTfia1H { top:20.4375rem;left:8.125rem;width:31.5625rem;height:24.25rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #aABGBRx8WTTqZO29kXeQcNvmGws4TeBw { width:47.75rem;height:31.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KnLb0s5VrRJo450pGXDJ1uv6XPBgzrDb { top:46.1875rem;left:8.09375rem;width:31.5625rem;height:24.25rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qhx3QzfposRSpPVfTBpPdA0i42rwposN { top:72.8125rem;left:8.09375rem;width:31.5625rem;height:22.375rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yocJy5HA268rFUW3p0EBntGfWCJPG0xe { top:99.875rem;left:8.09375rem;width:31.5625rem;height:22.375rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #c1tde1HnzSecdyic9y0b7EoqbeHFDXEE { top:125.0625rem;left:8.09375rem;width:31.5625rem;height:22.375rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dvuv2zM3fork2zpK0eAt3eJp4uIVIDDt { top:146.375rem;left:11.706251144409rem;width:22.875rem;height:4.5rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #LFiLDrHKoZpMf9UJOtNTAlw2100DPrHO { top:153.625rem;left:8.09375rem;width:31.5625rem;height:31.75rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q38NKneu9U4gukdRdJV6LsDNPDBzkR9x { display:none; }#Q38NKneu9U4gukdRdJV6LsDNPDBzkR9x > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ErTK5gN8lGCi8094bpuuB6f9FJN1xiJ1 { top:16.25rem;left:16.15625rem;width:15.4375rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDWr29r162SGtsqG5lLKIVmTgusa6dqC { top:0.875rem;left:13.21875rem;width:21.3125rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpxZJnfR2WBXhhmIgOQ55wFV8JEWW0dT { top:20.4375rem;left:8.125rem;width:31.5625rem;height:110.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GINsU7473MsFxy3GquXTbgLvirXxTJRi { width:47.75rem;height:31.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CU7812cpgJIbEntMlWgMDoQ1rHxiW5a2 { top:133.9375rem;left:12.4375rem;width:22.875rem;height:4.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxFf67NAHvdZR4FXHTRiiUHNpFtWmxTh { top:138.4375rem;left:8.09375rem;width:31.5625rem;height:30.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkoPP8ZhTebaTfrMR82BuOoCBaxevT9A { display:block; }#CkoPP8ZhTebaTfrMR82BuOoCBaxevT9A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v3kEWOZARLXERV5cDf8kILF3OQ59VGJB { top:2.125rem;left:15.6875rem;width:16.375rem;height:2.3125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdwlIrhGa5OrO1VEoB3Ofh4tJ3rvninz { top:6.1875rem;left:2.78125rem;width:42.1875rem;height:52.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5E06wpbJ0XnT7f6AirNQrivTAyg7QMv { display:block; }#V5E06wpbJ0XnT7f6AirNQrivTAyg7QMv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H2nicZT7yTNGPchgtgHUrOe0eswlTbSR { top:1.3125rem;left:6.4375rem;width:35.25rem;height:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpyQwKGI226C0avEv7WiX5XpniV6irqH { top:2.9375rem;left:31.5625rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkLawHLXkKfF1cRRleLhICF3q5lJw1Lp { top:2.9375rem;left:3.75rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNLOzuqW4Pe1qvAoEi76y4yVGk57fl5t { display:block; }#LNLOzuqW4Pe1qvAoEi76y4yVGk57fl5t > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x0lMsSKQo7fIgoOLmA0wRO1xv7PWJwbT { top:3.625rem;left:5.6875rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SaismOpS4OFOWA4KRf3UCQAeQyizUUXK { top:3.625rem;left:29.5625rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:12.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EvWkmPgvDsWkHHl5NmVnJ0M2kEk8codH { display:block; }#EvWkmPgvDsWkHHl5NmVnJ0M2kEk8codH > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T5lHE0RMJWKqUeMm2L8nk9JLffUKAn0i { width:20rem;height:5rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #geKPBTgin32TB1x9GVmOxdPBvE7IVXsb { width:20rem;height:3.0859375rem;top:2.5rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxMFxGDiptO4GMhzWSUHH5iFKbuv1NRS { display:block; }#BxMFxGDiptO4GMhzWSUHH5iFKbuv1NRS > .row .container { width:20rem;height:51.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U6VI8KFCXHkmIkVFuPPzt736Ln9uhKAw { width:18.75rem;height:35.902325rem;top:0.8125rem;left:0.625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xnKyeMaVquaiEQzzMEwfL5dRKuJX6NDv { width:20rem;height:13.5rem;top:38.04296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ce0BIN8Qz3ECPShNJgSvq5KH46v33MpT { width:20rem;height:13.2958125rem;top:44.02187538147rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #mpuxF3sOBOCu3ALNWkfVmx78SCtHMTpH { width:20rem;height:4.625rem;top:40.771875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #EwH0ndaVQ8BI102TvcoGJXbHlLAtJhrl { width:5.75rem;height:5.75rem;top:46.646875rem;left:7.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #iBL27tXrkcHg412U1gfbPEpZxeVdOJSy { display:block; }#iBL27tXrkcHg412U1gfbPEpZxeVdOJSy > .row .container { width:20rem;height:57.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XVs1FUr6yO0MWOASW3avc9qJC1P4vq9c { width:15.4375rem;height:2.6rem;top:5.84375rem;left:2.28125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TIucCIceyTkto736lFUSM07VSaS08Pq2 { width:3.75rem;height:3.75rem;top:5.25rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JM8F74awCaTxW6IdGMxQz221K2tbM9B3 { width:3.75rem;height:3.75rem;top:15.6875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBFyP9PQWGm12EC4JtCCuh1B42B97Qo8 { width:3.75rem;height:3.75rem;top:26.9375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6n84IRa1JLuTXXBph5BGfa18v7KQUUO { width:3.75rem;height:3.75rem;top:38.3125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hyhi0zk7iFsTxQbhsCnKAatsu0cd2yM5 { width:3.75rem;height:3.75rem;top:48.125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipKLH38Nqo9pFpJLm1mH5xBUmp32V25s { width:12.4375rem;height:3.4375rem;top:9.724609375rem;left:3.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eiJxLSAzT1hGRiGmpwJwviiydrceDe8i { display:block; }
 }@media only screen and (max-width: 763px) { #rdTcxsAkcffTA5at3bzTBhIsgTPUSqGK { width:12.4375rem;height:3.4375rem;top:20.0625rem;left:3.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNRQ2NVILKcXQex1zsJtiVmXAZRgruZC { display:block; }
 }@media only screen and (max-width: 763px) { #UpLBFF0KCqSt62Xw83KMTlboyLGAATdp { width:12.4375rem;height:3.4375rem;top:31.375rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gi6JhfWI9JBVNdEI2xDrVSWImtoFBfkt { display:block; }
 }@media only screen and (max-width: 763px) { #HSNe9TbBQvMPMfVkoKqVnUxRs4Aldz66 { width:12.4375rem;height:3.4375rem;top:42.625rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmCeCkbJOiPe6h2ZTPWPJNXHJxMcC4Ky { display:block; }
 }@media only screen and (max-width: 763px) { #KvwRNDDRgUOINmE44Mt4nrxCUOzco2IA { width:12.4375rem;height:3.4375rem;top:52.4375rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aoFvQl8669NOPbxSwRKU4vlxFHggmShN { display:block; }
 }@media only screen and (max-width: 763px) { #HVhrliAUUune7IuZzu7SnEt0yEApln7w { width:13.1875rem;height:2.6rem;top:16.28125rem;left:3.40625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ChTfUacrqPSxdTUEho1hHqLgoDSir2BZ { width:10.625rem;height:2.6rem;top:38.9375rem;left:4.6875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kdwmLhFdZKcQL7SIrHmElZ2XHTmB7xRp { width:14rem;height:2.6rem;top:27.5625rem;left:3rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZU1TbpJntRIFXZoHHCRhS5nqr6Om7umu { width:15.9375rem;height:2.6rem;top:48.75rem;left:3.3125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MQeGq5BiAT3RDFR6iWTKd8loOsLkH7VW { width:12.5rem;height:2.275rem;top:1.0625rem;left:3.75rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HHxiMe57tG8gqOphDwb1OoSBsBA8tFmM { display:none; }#HHxiMe57tG8gqOphDwb1OoSBsBA8tFmM > .row .container { width:20rem;height:34.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Lmsq6MF9fzQ1732wT3oe6kLfDTMaaTfn { width:18.75rem;height:27.625rem;top:4.8125rem;left:0.625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HG60HdrT3JCGBCdcT5yZtXrUSZm9rb3e { width:20rem;height:30.1875rem;top:4.28125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3Ok8b3XnOGvSGIekPUvTooN1NNcsMtU { width:12.5rem;height:2.275rem;top:1.25rem;left:3.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZ9Tngq2CwQ8PbVID2yFlyqFodlEtBsp { display:block; }#TZ9Tngq2CwQ8PbVID2yFlyqFodlEtBsp > .row .container { width:20rem;height:34.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CLDVE5xGuzunquFEd8vzvZJ2XQvU7HTG { width:18.75rem;height:27.61716875rem;top:4.8125rem;left:0.625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rlVUSz5Fw2kfXTR19zpOLXZqcPruSytt { width:20rem;height:30.1875rem;top:4.28125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfG0tGMwCOoKCVLUe27c34WzZN3anapW { width:1.875rem;height:2.4375rem;top:5.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VN2pVCohNhVGXWdK52rJDxWNbHEoQT9t { width:1.875rem;height:2.4375rem;top:14.09375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qngH8S7dAbrFcPzOXeVub6ncDC77zaw3 { width:1.9375rem;height:2.5rem;top:24.90625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xO87INQhGTe9WdnR4hobqeDwNxOoLU8O { width:12.5rem;height:2.275rem;top:1.25rem;left:3.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJyhkIGhmdKXfEQksMrqhgcM94rn0ZZs { display:none; }#fJyhkIGhmdKXfEQksMrqhgcM94rn0ZZs > .row .container { width:20rem;height:200.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mNUWNIZIUvJqbo6FMUynZkaOorUuKUas { width:12.5rem;height:1.86875rem;top:15.2270625rem;left:3.75rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #yKk0qMGZehVrxrE6oZQRoRbZNfoRT5bR { width:20rem;height:12.727272727272rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2ixf3TVdGyJ9yMzDdPqrrCtOJTfia1H { width:20rem;height:28.03125rem;top:18.345831298828rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #aABGBRx8WTTqZO29kXeQcNvmGws4TeBw { top:188.125rem;left:0rem;width:20rem;height:13.25rem;z-index:15002;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #KnLb0s5VrRJo450pGXDJ1uv6XPBgzrDb { width:20rem;height:28.03125rem;top:44.5rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #qhx3QzfposRSpPVfTBpPdA0i42rwposN { width:20rem;height:26.1625rem;top:73.8125rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #yocJy5HA268rFUW3p0EBntGfWCJPG0xe { width:20rem;height:26.1625rem;top:101.1875rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #c1tde1HnzSecdyic9y0b7EoqbeHFDXEE { width:20rem;height:26.1625rem;top:128.625rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #dvuv2zM3fork2zpK0eAt3eJp4uIVIDDt { width:20rem;height:3.7375rem;top:156rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #LFiLDrHKoZpMf9UJOtNTAlw2100DPrHO { width:20rem;height:39.24375rem;top:161rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Q38NKneu9U4gukdRdJV6LsDNPDBzkR9x { display:none; }#Q38NKneu9U4gukdRdJV6LsDNPDBzkR9x > .row .container { width:20rem;height:207.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ErTK5gN8lGCi8094bpuuB6f9FJN1xiJ1 { width:12.5rem;height:1.8125rem;top:15.2270625rem;left:3.75rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NDWr29r162SGtsqG5lLKIVmTgusa6dqC { width:20rem;height:12.727272727272rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpxZJnfR2WBXhhmIgOQ55wFV8JEWW0dT { width:20rem;height:126.875rem;top:18.345831298828rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GINsU7473MsFxy3GquXTbgLvirXxTJRi { top:188.125rem;left:0rem;width:20rem;height:13.25rem;z-index:15002;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #CU7812cpgJIbEntMlWgMDoQ1rHxiW5a2 { width:20rem;height:3.625rem;top:145.220703125rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HxFf67NAHvdZR4FXHTRiiUHNpFtWmxTh { width:20rem;height:36.25rem;top:149.783203125rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CkoPP8ZhTebaTfrMR82BuOoCBaxevT9A { display:block; }#CkoPP8ZhTebaTfrMR82BuOoCBaxevT9A > .row .container { width:20rem;height:67.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v3kEWOZARLXERV5cDf8kILF3OQ59VGJB { width:12.5rem;height:1.86875rem;top:1.25rem;left:3.75rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fdwlIrhGa5OrO1VEoB3Ofh4tJ3rvninz { width:18.75rem;height:61.924775rem;top:3.9619140625rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V5E06wpbJ0XnT7f6AirNQrivTAyg7QMv { display:block; }#V5E06wpbJ0XnT7f6AirNQrivTAyg7QMv > .row .container { width:20rem;height:9.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H2nicZT7yTNGPchgtgHUrOe0eswlTbSR { width:16rem;height:7.125rem;top:1.1875rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpyQwKGI226C0avEv7WiX5XpniV6irqH { width:5.75rem;height:5.75rem;top:1.875rem;left:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkLawHLXkKfF1cRRleLhICF3q5lJw1Lp { width:6.125rem;height:6.125rem;top:1.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNLOzuqW4Pe1qvAoEi76y4yVGk57fl5t { display:block; }#LNLOzuqW4Pe1qvAoEi76y4yVGk57fl5t > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x0lMsSKQo7fIgoOLmA0wRO1xv7PWJwbT { width:12.5rem;height:1.3rem;top:1.25rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SaismOpS4OFOWA4KRf3UCQAeQyizUUXK { width:12.5rem;height:1.3rem;top:3.8rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }