.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:245,243,239;--color-primary-1:221,217,201;--color-primary-2:187,178,147;--color-primary-3:94,89,74;--color-primary-4:28,27,22;--color-secondary-0:255,255,255;--color-secondary-1:227,227,227;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:0,0,0;--color-tertiary-0:255,255,255;--color-tertiary-1:253,253,253;--color-tertiary-2:121,121,116;--color-tertiary-3:88,88,81;--color-tertiary-4:0,0,0;--headlines-font-family:"Merriweather";--paragraphs-font-family:"Merriweather"; }@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); }#gPuHbSsTDsrqI0oEl4NSZDLgKA3VTwI6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#gPuHbSsTDsrqI0oEl4NSZDLgKA3VTwI6 > .row .container { background-color: transparent; background-image: none; }#gPuHbSsTDsrqI0oEl4NSZDLgKA3VTwI6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gPuHbSsTDsrqI0oEl4NSZDLgKA3VTwI6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gPuHbSsTDsrqI0oEl4NSZDLgKA3VTwI6 > .row .container > .video-iframe-container { display: none; }#gPuHbSsTDsrqI0oEl4NSZDLgKA3VTwI6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gPuHbSsTDsrqI0oEl4NSZDLgKA3VTwI6 > .row > .video-iframe-container { display: none; }#gPuHbSsTDsrqI0oEl4NSZDLgKA3VTwI6 > .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); }#gPuHbSsTDsrqI0oEl4NSZDLgKA3VTwI6 > .row .container { border-width: 0; border-radius: 0; }#gPuHbSsTDsrqI0oEl4NSZDLgKA3VTwI6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gPuHbSsTDsrqI0oEl4NSZDLgKA3VTwI6 > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:block; }#SyRpxWlze8w7knhaW1VasbhkCLEiLIHD { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:18.125rem;top:1.03125rem;left:0rem;overflow:hidden;display:block; }
#t5GpEkbLsw7oAU70KB4xGXG8ewwkMMSl { background-color:rgba(var(--color-secondary-0),0);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: none;box-sizing:border-box;color:rgba(var(--color-tertiary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:quicksand;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.74925rem;height:1.43590625rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:1.5rem;left:25.0625rem;display:block; }
#RI4exmFzsobkEmtXFgGJA7RROPb5vOzD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#n2GQ6Prry84BEE67GhTrFUhHEsWGfFfT { background-color:rgba(var(--color-secondary-0),0);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: none;box-sizing:border-box;color:rgba(var(--color-tertiary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:quicksand;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.9361625rem;height:1.43500625rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:1.4693648815155rem;left:35.030563354493rem;display:block; }
#Sn1N2M7aKRRJw4pTJDJh8W5zrOFb4kUG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XoMtBzIAvWdETCNDbZm2euSFwgaPxNbh { background-color:rgba(var(--color-secondary-0),0);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: none;box-sizing:border-box;color:rgba(var(--color-tertiary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:quicksand;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.24925rem;height:1.43590625rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:1.4684606790543rem;left:41.812248229981rem;display:block; }
#g0TdhRUDmGXlEeaRDUU4Ec7hHNL2zLQ1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PEpVhGOAGWD16plCvGPQuBXsigLcFgXc { background-color:rgba(var(--color-primary-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: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:quicksand;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.1239375rem;height:2.6240625rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:0.875rem;left:61.9375rem;display:block; }
#ukKBVRyvpDIykPPcfPPzT4f1aF76tzU4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GTHASLt4BPvkkunRvpALck62f9ykiv8u { background-color:rgba(var(--color-tertiary-3),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#GTHASLt4BPvkkunRvpALck62f9ykiv8u > .row .container { background-color: transparent; background-image: none; }#GTHASLt4BPvkkunRvpALck62f9ykiv8u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GTHASLt4BPvkkunRvpALck62f9ykiv8u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GTHASLt4BPvkkunRvpALck62f9ykiv8u > .row .container > .video-iframe-container { display: none; }#GTHASLt4BPvkkunRvpALck62f9ykiv8u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GTHASLt4BPvkkunRvpALck62f9ykiv8u > .row > .video-iframe-container { display: none; }#GTHASLt4BPvkkunRvpALck62f9ykiv8u > .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); }#GTHASLt4BPvkkunRvpALck62f9ykiv8u > .row .container { border-width: 0; border-radius: 0; }#GTHASLt4BPvkkunRvpALck62f9ykiv8u > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GTHASLt4BPvkkunRvpALck62f9ykiv8u > .row .container { font-size:0.875rem;font-family:arial;height:49.9375rem;width:75rem;overflow:visible;position:relative;display:block; }#oTBnawmtevUqtguTq502wAeMaXIImnEC { color:rgba(var(--color-tertiary-0),1);display:block;width:42.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:29.125rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Xo740PURlm49s8k4TvBLpelOhrL7ntB6 { color:rgba(var(--color-tertiary-0),1);display:block;width:31.4375rem;position:absolute;font-family:quicksand;font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:36.311847209931rem;left:0rem;height:3.2487rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#K76vGw67LHQtnnu8PkxIJH4UO8a1SO9s { background-color:rgba(var(--color-primary-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: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:quicksand;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:41.249183654785rem;left:0rem;display:block; }
#x0Tbc0F0kmbrDUW4QTI1gm3efpGTBSnZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TGgH9Z9pLMaThIEFoPHRv9h0wCPgeEDb { position:absolute;display:block;z-index:15002;height:50.25rem;width:75rem;top:-0.3125rem;left:0rem;display:block; }
#PWkrvRLRUGu6Pxh0uDGtd512bhB7RgPH { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top: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:4.9375rem;width:18.1875rem;top:39.488929748535rem;left:56.750484466552rem;overflow:hidden;display:block; }
#EkS6fkFpg9iRfdNuxBNSOaIlaNeeTVlR { background-color:transparent;background-image:url("https://images.assets-landingi.com/ULKHmY82/Mask_Group_3.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#EkS6fkFpg9iRfdNuxBNSOaIlaNeeTVlR.adaptive-delivery-prevent-bg, #EkS6fkFpg9iRfdNuxBNSOaIlaNeeTVlR.lazyload, #EkS6fkFpg9iRfdNuxBNSOaIlaNeeTVlR.lazyloading { background-image: none; }#EkS6fkFpg9iRfdNuxBNSOaIlaNeeTVlR > .row .container { border-width: 0; border-radius: 0; }#EkS6fkFpg9iRfdNuxBNSOaIlaNeeTVlR::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#EkS6fkFpg9iRfdNuxBNSOaIlaNeeTVlR > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#EkS6fkFpg9iRfdNuxBNSOaIlaNeeTVlR > .row .container { font-size:0.875rem;font-family:arial;height:48.125rem;width:75rem;overflow:visible;position:relative;display:none; }#dSaH6efN9cl4gNSQi20ZDnINRCVOpEIk { color:rgba(var(--color-tertiary-0),1);display:block;width:42.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:normal;z-index:15004;line-height:1.4;letter-spacing:0;top:10.1875rem;left:22.125rem;height:6.6494375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lyKBT1hmZUXoydvEbDgpcxpvBGSsv9FS { color:rgba(var(--color-tertiary-0),1);display:block;width:26.6875rem;position:absolute;font-family:quicksand;font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:24rem;left:24.15625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#A30xcnsH0TMkmBTZwDWeMs9SbGvH8KTU { background-color:rgba(var(--color-primary-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: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:quicksand;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.4375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:29.999998092651rem;left:0rem;display:none; }
#uohfNnuckTsGsqX4s4hFkqmk4FWn2HPy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#owHo4TuWq9XuPOedD5MeGxB6UE9kEruR { position:absolute;display:block;z-index:15006;height:36.1865rem;width:75rem;top:5.6875rem;left:0rem;display:none; }
#xOyKmR2gz8cRvXTeshkrSa1rC7SapRRg { position:relative;display:none; }#xOyKmR2gz8cRvXTeshkrSa1rC7SapRRg { border-width: 0; border-radius: 0; }#xOyKmR2gz8cRvXTeshkrSa1rC7SapRRg > .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; }#xOyKmR2gz8cRvXTeshkrSa1rC7SapRRg > .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:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#gPUCu52mNC3tEkqzRD6tvruie0SutiVV { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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:17.75rem;width:65.0625rem;display:none; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-primary-2),0.16);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:8.75rem;width:75rem;overflow:visible;position:relative;display:block; }#UgwfyQ7NSZCV1JtFydnaAhA4la5DG8Qv { 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.125rem;width:3.125rem;top:0.875rem;left:10.625rem;overflow:hidden;display:block; }
#sCvm2BwI9vq60SmuVGeOiyAtgslaQ0OQ { 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.125rem;width:3.125rem;top:0.875rem;left:18.125rem;overflow:hidden;display:block; }
#fgOiZFk2f25ZMkktGQFnAeeGzRyoVr5C { color:rgba(var(--color-tertiary-3),1);display:block;width:7.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:4.625rem;left:0rem;height:2.199075rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wvZCF2AUQgkAwxQx4q4w6AbbGXKOk04W { color:rgba(var(--color-tertiary-3),1);display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;top:4.625rem;left:10.625rem;height:2.199075rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#f9rCKie4TvmZ9i7fGaP4sKfzkq5tINoy { color:rgba(var(--color-tertiary-3),1);display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15009;line-height:1.1;letter-spacing:0;top:4.625rem;left:18.125rem;height:2.199075rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bk8Gpe2tc8bwfwcqcg6dNXdpm0ciFWuc { 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.125rem;width:3.125rem;top:0.875rem;left:34.9375rem;overflow:hidden;display:block; }
#GqZnfQLlnnUNCSH6XOgikutPVChPnpZ5 { color:rgba(var(--color-tertiary-3),1);display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15011;line-height:1.1;letter-spacing:0;top:4.625rem;left:34.9375rem;height:2.199075rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BToSSUUPZkzbAec296HTXRTDSb5LeKkw { 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.4375rem;width:3.4375rem;top:0.875rem;left:43.6875rem;overflow:hidden;display:block; }
#FIkrTRPJy0kcwClzExTkghlFS4wslEM8 { color:rgba(var(--color-tertiary-3),1);display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15012;line-height:1.1;letter-spacing:0;top:4.625rem;left:43.6875rem;height:2.199075rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Gb9lpNki6Wt2mLShHhToSpq7e2f48S9d { 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:3.125rem;width:3.125rem;top:0.875rem;left:0rem;overflow:hidden;display:block; }
#f6snf2ATCu7g7W54dMzW9uTnmur5U70P { 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.0625rem;width:3.125rem;top:0.9375rem;left:27.375rem;overflow:hidden;display:block; }
#P940ZVvTQpP0CaglFHne8C62QwDCrPnC { color:rgba(var(--color-tertiary-3),1);display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15012;line-height:1.1;letter-spacing:0;top:4.625rem;left:27.375rem;height:2.199075rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nhUVuuPc7itxu4kctKz8Qnm2zbZDEZiu { position:relative;display:block; }#nhUVuuPc7itxu4kctKz8Qnm2zbZDEZiu { background-color: transparent; background-image: none; }#nhUVuuPc7itxu4kctKz8Qnm2zbZDEZiu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nhUVuuPc7itxu4kctKz8Qnm2zbZDEZiu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nhUVuuPc7itxu4kctKz8Qnm2zbZDEZiu > .row .container > .video-iframe-container { display: none; }#nhUVuuPc7itxu4kctKz8Qnm2zbZDEZiu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nhUVuuPc7itxu4kctKz8Qnm2zbZDEZiu > .row > .video-iframe-container { display: none; }#nhUVuuPc7itxu4kctKz8Qnm2zbZDEZiu > .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); }#nhUVuuPc7itxu4kctKz8Qnm2zbZDEZiu { border-width: 0; border-radius: 0; }#nhUVuuPc7itxu4kctKz8Qnm2zbZDEZiu > .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; }#nhUVuuPc7itxu4kctKz8Qnm2zbZDEZiu > .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:41.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#vuoykdIfCQKfu48fRgy1mlzTkCordfhX { color:#47697d;display:block;width:33.3119375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:4.875rem;left:0rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#CgZPzRltId6g6BcSSKggThTzWS3JvN3L { position:absolute;display:block;z-index:15007;height:17.374rem;width:36.0615rem;top:4.875rem;left:38.9384765625rem;display:block; }
#lZbJx1QI1I8vgLgPEkp0guwOAJ4I5U2f { background-color:rgba(var(--color-primary-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: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:quicksand;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.2498125rem;height:3.43695625rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:33.749277114868rem;left:0rem;display:block; }
#i2QHfKEygKKsNE88EhTqXXkSFK9xsUQa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uFq5HidD13Jk6ETkdITqGnImALRTbXh3 { color:rgba(var(--color-tertiary-3),1);display:block;width:34.749375rem;position:absolute;font-family:quicksand;font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:12.597654342651rem;left:0rem;height:19.000625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IqmqxSW3WJNOze4d4T8S4oZqrSmaBveH { background-color:rgba(var(--color-tertiary-0),0.16);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#IqmqxSW3WJNOze4d4T8S4oZqrSmaBveH > .row .container { background-color: transparent; background-image: none; }#IqmqxSW3WJNOze4d4T8S4oZqrSmaBveH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IqmqxSW3WJNOze4d4T8S4oZqrSmaBveH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IqmqxSW3WJNOze4d4T8S4oZqrSmaBveH > .row .container > .video-iframe-container { display: none; }#IqmqxSW3WJNOze4d4T8S4oZqrSmaBveH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IqmqxSW3WJNOze4d4T8S4oZqrSmaBveH > .row > .video-iframe-container { display: none; }#IqmqxSW3WJNOze4d4T8S4oZqrSmaBveH > .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); }#IqmqxSW3WJNOze4d4T8S4oZqrSmaBveH > .row .container { border-width: 0; border-radius: 0; }#IqmqxSW3WJNOze4d4T8S4oZqrSmaBveH > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#IqmqxSW3WJNOze4d4T8S4oZqrSmaBveH > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;overflow:visible;position:relative;display:block; }#nbUer7eDTrbDO1Ldts2XoenX9QL8a0AB { color:rgba(var(--color-tertiary-3),1);display:block;width:37.3743125rem;position:absolute;font-family:quicksand;font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:13.860857963562rem;left:18.812393188476rem;height:2.923175rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#e9HJaubsU80h7vXvHLVfox0NpZOfWJnQ { color:#47697d;display:block;width:38.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:7.1875rem;left:18.3125rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#wZgQEKryQdtVkoLoT2TuL3PNGkaeqGT2 { position:relative;display:block; }#wZgQEKryQdtVkoLoT2TuL3PNGkaeqGT2 { background-color: transparent; background-image: none; }#wZgQEKryQdtVkoLoT2TuL3PNGkaeqGT2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wZgQEKryQdtVkoLoT2TuL3PNGkaeqGT2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wZgQEKryQdtVkoLoT2TuL3PNGkaeqGT2 > .row .container > .video-iframe-container { display: none; }#wZgQEKryQdtVkoLoT2TuL3PNGkaeqGT2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wZgQEKryQdtVkoLoT2TuL3PNGkaeqGT2 > .row > .video-iframe-container { display: none; }#wZgQEKryQdtVkoLoT2TuL3PNGkaeqGT2 > .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); }#wZgQEKryQdtVkoLoT2TuL3PNGkaeqGT2 { border-width: 0; border-radius: 0; }#wZgQEKryQdtVkoLoT2TuL3PNGkaeqGT2 > .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; }#wZgQEKryQdtVkoLoT2TuL3PNGkaeqGT2 > .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:59.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Lka1SDNEJOzfk4fmQJci1OaSryDZWnMQ { color:rgba(var(--color-tertiary-3),1);display:block;width:22rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:5.19873046875rem;left:5.81103515625rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#kRXywcPTeI7FMe6orKxawfftGTdGSMvw { color:rgba(var(--color-tertiary-3),1);display:block;width:25.8745rem;position:absolute;font-family:quicksand;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:8.4365234375rem;left:5.8115234375rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CAa3kdE81Sb8HOC1SLQ1bIBbmdaF97XA { position:absolute;display:block;z-index:15010;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.6870125rem;width:2.1245125rem;top:14.830078125rem;left:5.81103515625rem;overflow:hidden;display:block; }
#T1p4SNid2A9ODxVTdDNU4TFL6gKG2X7v { color:rgba(var(--color-tertiary-3),1);display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:14.698892593384rem;left:8.87451171875rem;height:1.94986875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xfypTE2xtXgRN4rcvlVr7tr3IVrFVXNp { position:absolute;display:block;z-index:15014;height:21.3736875rem;width:32.3111875rem;top:26.747232437134rem;left:2.5935859680176rem;display:block; }
#TFGQuJM0TyVpuqwgTKd6WJ8AomfT7OAy { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),0.16);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:3.75rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:3.75rem;box-shadow: none;height:53.75rem;width:37rem;top:1.6862030029297rem;left:0rem;display:block; }
#nDBOXO5qNuqwqC0FbQKsAMTX9QFf19I7 { color:rgba(var(--color-tertiary-3),1);display:block;width:19.749375rem;position:absolute;font-family:quicksand;font-size:0.9375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:18.875rem;left:5.8125rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#I2f0JaVilqGZyJLqAJEtTSiGCnSFiKbb { background-color:rgba(var(--color-primary-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.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:quicksand;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.0625rem;height:3.4375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:20.74951171875rem;left:5.8121757507324rem;display:block; }
#qVAqCCBGIhuUT3cdKwZ1Q6SwFp4lWGed { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Nn3Myzk2Mt7FrW82GV4u9MvLd1v0s4L4 { color:rgba(var(--color-tertiary-3),1);display:block;width:25.9375rem;position:absolute;font-family:quicksand;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:8.43603515625rem;left:42.53173828125rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#m0dvhnucixhory5uh7EdDnTSZent7tM0 { color:rgba(var(--color-tertiary-3),1);display:block;width:27.4360625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:5.19873046875rem;left:42.53173828125rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Dbqk7He78KozNqigcHalb4IrOzDMVu6g { 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.6870125rem;width:2.1245125rem;top:14.830078125rem;left:42.53173828125rem;overflow:hidden;display:block; }
#QBETO3i3kTQesrrX814xlqsbAbihStmd { color:rgba(var(--color-tertiary-3),1);display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:14.69873046875rem;left:45.3642578125rem;height:1.94986875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GHL3p5CKmwh55gwCDgGi2E2JZzG4m6GD { color:rgba(var(--color-tertiary-3),1);display:block;width:4.9370125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:15.185546875rem;left:54.843914031983rem;height:0.9749375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#r8TNq95e2ZumsnUTX0q3t67CQflA9yf6 { background-color:rgba(var(--color-primary-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.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:quicksand;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.25rem;height:3.4375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:20.74951171875rem;left:42.499996185302rem;display:block; }
#aaidXb9CenKi0TlgaX82I1gEy2PUSvyV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#stD3xyeZNsHn3SsRJXb7UOM2M8w26dTa { color:rgba(var(--color-tertiary-3),1);display:block;width:19.749375rem;position:absolute;font-family:quicksand;font-size:0.9375rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:18.875rem;left:42.5rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kEnhb1NgsrA1CUp9aPw15mmZQ53w0nWe { position:absolute;display:block;z-index:15015;height:21.25rem;width:31.9995rem;top:26.093749046326rem;left:40.248207092285rem;display:block; }
#rBmVsz642G8hrN25HqKxeDKiTgJICXZd { position:absolute;display:block;z-index:15002;background-color:rgba(71,105,125,0.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:3.75rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:3.75rem;box-shadow: none;height:53.75rem;width:36.9995rem;top:1.6861972808838rem;left:38.001300811767rem;display:block; }
#pmksQFyZmvT1JTFPbJrHABIWeK6t8k5K { color:rgba(var(--color-tertiary-3),1);display:block;width:4.9370125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:14.698081970215rem;left:63.498699188231rem;height:1.94986875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iBWiPdTd0Ei8qruOnewNdW7CQTE71RCG { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:1.7495125rem;width:1.7495125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:14.798179626465rem;left:61.187496185302rem; }
#TV2QTbm21Pr2Z5nXAcG1QLkTmkP46ztS { color:rgba(var(--color-tertiary-3),1);display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:14.698892593384rem;left:19.363605499267rem;height:1.94986875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zhMUJuiMBGsnwFfXJwMgRQ2yhRf3p4gM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:14.642578125rem;left:17.0400390625rem; }
#DQA5TOMzt09uLW62STNdwaOHEQEpOh9N { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:1.7495125rem;width:1.7495125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:14.798179626465rem;left:52.498531341552rem; }
#HiHdv8dGHiuoqsNsmWiB4FhWJoSQHneQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#HiHdv8dGHiuoqsNsmWiB4FhWJoSQHneQ > .row .container { background-color: transparent; background-image: none; }#HiHdv8dGHiuoqsNsmWiB4FhWJoSQHneQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HiHdv8dGHiuoqsNsmWiB4FhWJoSQHneQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HiHdv8dGHiuoqsNsmWiB4FhWJoSQHneQ > .row .container > .video-iframe-container { display: none; }#HiHdv8dGHiuoqsNsmWiB4FhWJoSQHneQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HiHdv8dGHiuoqsNsmWiB4FhWJoSQHneQ > .row > .video-iframe-container { display: none; }#HiHdv8dGHiuoqsNsmWiB4FhWJoSQHneQ > .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); }#HiHdv8dGHiuoqsNsmWiB4FhWJoSQHneQ > .row .container { border-width: 0; border-radius: 0; }#HiHdv8dGHiuoqsNsmWiB4FhWJoSQHneQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HiHdv8dGHiuoqsNsmWiB4FhWJoSQHneQ > .row .container { font-size:0.875rem;font-family:arial;height:44.4375rem;width:75rem;position:relative;display:block; }#oTNzIKCzzBfrm4JM33TNsCigCKIvmCzA { color:#47697d;display:block;width:22rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:9.1875rem;left:5.8115234375rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#sPepQ9PlpyTyv3cbJgMaRzdHqI7zPlCU { color:#585851;display:block;width:25.8745rem;position:absolute;font-family:quicksand;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:13.625rem;left:5.8125rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WHfSP8g9N7vWQrGnbB123emxoOqpbDTT { color:#585851;display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:22.41845703125rem;left:5.8115234375rem;height:0.9749375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WumXSEa5mwGv0QJuqVfN2ElLBSEB8Vv7 { color:#585851;display:block;width:4.749025rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:22.41845703125rem;left:14.68798828125rem;height:1.94986875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#J4ZlGOxRFilfAJkMeXbgUlZXOvgHDoNM { position:absolute;display:block;z-index:15001;background-color:#ffffff;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:3.75rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:3.75rem;box-shadow: none;height:31.5625rem;width:75rem;top:5.4375rem;left:0rem;display:block; }
#ThrD0FOgZ4yT533OfGmqEi25vyfvSAJb { color:#585851;display:block;width:19.749rem;position:absolute;font-family:quicksand;font-size:0.9375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:28.0625rem;left:5.8125rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rD7EKoTvC9Pw1f6eSF5CVSAZSZmfkiiP { background-color:#bbb293;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.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:quicksand;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:3.4375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:30.4375rem;left:5.8125rem;display:block; }
#eGLPt2DH6vCB6pKBJImmVcaOoBB2ddfI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eqrUW5p8WznDMDW0LC5EgRkq79IRRXtq { position:absolute;display:block;z-index:15015;height:21.25rem;width:31.9986875rem;top:9.1875rem;left:40.25rem;display:block; }
#QCnf7RxcOBP9PP6XUqZTOU7yQV6iM9kA { color:#585851;display:block;width:4.749025rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:22.41845703125rem;left:22.25048828125rem;height:0.9749375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WhIFSGrBRfUUOxtfooU45uQbyMgZgr7d { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:1.7495125rem;width:1.7495125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:20rem;left:5.8125rem; }
#fHRkdTNLXmA65eanMDoektlsvkeIpalm { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:1.7495125rem;width:1.7495125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:20rem;left:14.68798828125rem; }
#xQyiDuSvwqRqzqnSzBHcBPnm06ToxaXC { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:1.7495125rem;width:1.7495125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:20rem;left:22.25048828125rem; }
#wfbJtNInfCss8ObtywcShzNTySCsSy6m { background-color:transparent;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#wfbJtNInfCss8ObtywcShzNTySCsSy6m > .row .container { background-color: transparent; background-image: none; }#wfbJtNInfCss8ObtywcShzNTySCsSy6m::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wfbJtNInfCss8ObtywcShzNTySCsSy6m > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wfbJtNInfCss8ObtywcShzNTySCsSy6m > .row .container > .video-iframe-container { display: none; }#wfbJtNInfCss8ObtywcShzNTySCsSy6m > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wfbJtNInfCss8ObtywcShzNTySCsSy6m > .row > .video-iframe-container { display: none; }#wfbJtNInfCss8ObtywcShzNTySCsSy6m > .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); }#wfbJtNInfCss8ObtywcShzNTySCsSy6m > .row .container { border-width: 0; border-radius: 0; }#wfbJtNInfCss8ObtywcShzNTySCsSy6m > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#wfbJtNInfCss8ObtywcShzNTySCsSy6m > .row .container { font-size:0.875rem;font-family:arial;height:18.25rem;width:75rem;overflow:visible;position:relative;display:block; }#T8lvdsz8PALs9eU4Cy4AXJsnll6GSSyS { 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.75rem;width:3.75rem;top:7.25rem;left:14rem;overflow:hidden;display:block; }
#sJlp6OXgbX6hnNBETwJycR9au1kZSSVF { 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:3.75rem;top:7.25rem;left:22.0625rem;overflow:hidden;display:block; }
#xW3WVO9Nldh9GZcQ1uKshGg3pKMriZ8G { color:rgba(var(--color-tertiary-3),1);display:block;width:7.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:12.75rem;left:3.0625rem;height:0.893375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FkEqPHX5gbwSc7sTi1f5LGPvAu2ZTnyT { color:rgba(var(--color-tertiary-3),1);display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:12.5625rem;left:12.75rem;height:1.05613125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FVkIwg4glwTsstZZ0fdrIQJNbuvZGHTX { color:rgba(var(--color-tertiary-3),1);display:block;width:6.624375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:12.667280197144rem;left:20.624458312988rem;height:1.05613125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BTLgBpwWT2DclTcIdsAoULLxwqefLINo { 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:3.75rem;width:3.75rem;top:7.25rem;left:29.8125rem;overflow:hidden;display:block; }
#RQlzPDM1fHN06mE5PZ2NKRVbMTBNR5oC { color:rgba(var(--color-tertiary-3),1);display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;top:12.749567031861rem;left:28.561740875244rem;height:1.78548125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZGTk6h7CV4DITu301mmzVNf9DqbsOGWu { 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:3.75rem;top:7.25rem;left:38.5625rem;overflow:hidden;display:block; }
#UUPxHd8hDumgXQc9JecfWftIP7U2CUWx { color:rgba(var(--color-tertiary-3),1);display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15011;line-height:1.1;letter-spacing:0;top:12.747201919556rem;left:37.311805725097rem;height:0.893375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#A4coWCAVxuGJWRQSrsr89nHpRocWv18d { 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:7.25rem;left:46.5625rem;overflow:hidden;display:block; }
#OMn4ZO0UUNWcr574m3prtU1az0lupwMf { color:rgba(var(--color-tertiary-3),1);display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15012;line-height:1.1;letter-spacing:0;top:12.747201919556rem;left:45.311485290528rem;height:1.78548125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XcMzynanuIfUQ8J5NMuJxqE94lJrZxHt { 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:3.75rem;width:3.75rem;top:7.25rem;left:4.9375rem;overflow:hidden;display:block; }
#bXHGBSx4Jr1ECJQ6WU2cWpokkdy48Wao { 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:7.25rem;left:64.375rem;overflow:hidden;display:block; }
#yTGo3DzPG0L1dwhMo5B7M0LNTA2m5N9L { 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:7.25rem;left:54.625rem;overflow:hidden;display:block; }
#pATxod0P4qJ2XWctdV1wGAMoTAuQiQhk { color:rgba(var(--color-tertiary-3),1);display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15013;line-height:1.1;letter-spacing:0;top:12.747201919556rem;left:53.374229431153rem;height:1.78548125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pytcms7flDvUwbI4BVar4iIDwXEIFvCV { color:rgba(var(--color-tertiary-3),1);display:block;width:11.2494375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15014;line-height:1.1;letter-spacing:0;top:12.749567031861rem;left:61.18616104126rem;height:1.78548125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TnHhJS3eg26VB9o9Fzzv1hmTRIPJs7WW { color:rgba(var(--color-tertiary-3),1);display:block;width:38.3748125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:1.8098945617676rem;left:18.311359405517rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ubRGDbeQW7pKTcItXOdtw7CpE5Ht9MK7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),0.16);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; }#ubRGDbeQW7pKTcItXOdtw7CpE5Ht9MK7 > .row .container { background-color: transparent; background-image: none; }#ubRGDbeQW7pKTcItXOdtw7CpE5Ht9MK7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ubRGDbeQW7pKTcItXOdtw7CpE5Ht9MK7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ubRGDbeQW7pKTcItXOdtw7CpE5Ht9MK7 > .row .container > .video-iframe-container { display: none; }#ubRGDbeQW7pKTcItXOdtw7CpE5Ht9MK7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ubRGDbeQW7pKTcItXOdtw7CpE5Ht9MK7 > .row > .video-iframe-container { display: none; }#ubRGDbeQW7pKTcItXOdtw7CpE5Ht9MK7 > .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); }#ubRGDbeQW7pKTcItXOdtw7CpE5Ht9MK7 > .row .container { border-width: 0; border-radius: 0; }#ubRGDbeQW7pKTcItXOdtw7CpE5Ht9MK7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ubRGDbeQW7pKTcItXOdtw7CpE5Ht9MK7 > .row .container { font-size:0.875rem;font-family:arial;height:36.1875rem;width:75rem;position:relative;display:block; }#xJ8iPrJJsAOXWRhoecf9em6VSnGcTRIy { color:rgba(var(--color-tertiary-3),1);display:block;width:56.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.3125rem;left:9.375rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#x2GRp5XmEq2JlFZ6cQzA4hwcDUByuJMx { background-color:rgba(var(--color-primary-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: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:quicksand;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.2495rem;height:3.43595625rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:27.717239379882rem;left:29.374828338623rem;display:block; }
#ziuM5so6AzSCSo4XnZu9vJvBmCDUZhu0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xuZp3flm0GgDFnaKzKR7uJBLss19qdrC { color:rgba(var(--color-tertiary-3),1);display:block;width:56.25rem;position:absolute;font-family:quicksand;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:9.125rem;left:9.375rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#MviCqkhvK7EBhRzIrs1o7zq3itXgwwdi { 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:13.4996875rem;width:17.7494375rem;top:22.686227798462rem;left:8.8113327026369rem;overflow:hidden;display:block; }
#K1plxMeyRnKRVdkODsX2r7z5ysQFXkJn { color:rgba(var(--color-tertiary-3),1);display:block;width:56.25rem;position:absolute;font-family:quicksand;font-size:0.9375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:11.875rem;left:9.375rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#SkQ53fUWeJ2xgk1EBruMXTQ8TmClu5qv { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:15.5625rem;left:21.625rem;overflow:hidden;display:block; }
#RxkBJqaWh7abI5QhSufp1cCsudAKXHcu { color:rgba(var(--color-tertiary-3),1);display:block;width:10.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;top:20.5625rem;left:18.0625rem;height:1.0995375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#f2fLNs65byaEI82l7HAvsmo9IhvA1ocZ { color:rgba(var(--color-tertiary-3),1);display:block;width:13rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;top:20.5625rem;left:31.625rem;height:1.0995375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vkNpLPILePxTlLcsvoe4mqOfwO5ZTq0k { 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:3.75rem;top:15.5625rem;left:36.25rem;overflow:hidden;display:block; }
#n5ONgZfTpJdciUn9OLiIg8OQECtrmQc6 { color:rgba(var(--color-tertiary-3),1);display:block;width:9.4998125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15012;line-height:1.1;letter-spacing:0;top:20.562057495118rem;left:47.498912811279rem;height:1.0995375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Hp1Q6ZvuZWGi7ViCyE0qEqmrI1kkcvSz { 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.5625rem;left:50.375rem;overflow:hidden;display:block; }
#yOSVT9Wo7VPRhsvhMHEAH7pPJN4Odb13 { position:relative;display:block; }#yOSVT9Wo7VPRhsvhMHEAH7pPJN4Odb13 { background-color: transparent; background-image: none; }#yOSVT9Wo7VPRhsvhMHEAH7pPJN4Odb13::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yOSVT9Wo7VPRhsvhMHEAH7pPJN4Odb13 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yOSVT9Wo7VPRhsvhMHEAH7pPJN4Odb13 > .row .container > .video-iframe-container { display: none; }#yOSVT9Wo7VPRhsvhMHEAH7pPJN4Odb13 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yOSVT9Wo7VPRhsvhMHEAH7pPJN4Odb13 > .row > .video-iframe-container { display: none; }#yOSVT9Wo7VPRhsvhMHEAH7pPJN4Odb13 > .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); }#yOSVT9Wo7VPRhsvhMHEAH7pPJN4Odb13 { border-width: 0; border-radius: 0; }#yOSVT9Wo7VPRhsvhMHEAH7pPJN4Odb13 > .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; }#yOSVT9Wo7VPRhsvhMHEAH7pPJN4Odb13 > .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:38.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#RNguM8HgSU0A9TCUlzFLhZrUTyFM4ATQ { position:absolute;display:block;z-index:15007;height:21.6865rem;width:34.624rem;top:6.5625rem;left:38.9375rem;display:block; }
#E0okvakzHVxJ78OrnIeHPEx1p6kGeUge { color:#47697d;display:block;width:35.2485rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:4.3113288879394rem;left:0rem;height:7.1996875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#MyxEdvT6XqFHePpfEu9pc6KEET6pb63l { color:rgba(var(--color-tertiary-3),1);display:block;width:28.125rem;position:absolute;font-family:quicksand;font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:13.74783039093rem;left:0rem;height:19.000625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#w8lQn8RlxVwy3o4TMlf79FaU1bDW8KM1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),0.16);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; }#w8lQn8RlxVwy3o4TMlf79FaU1bDW8KM1 > .row .container { background-color: transparent; background-image: none; }#w8lQn8RlxVwy3o4TMlf79FaU1bDW8KM1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w8lQn8RlxVwy3o4TMlf79FaU1bDW8KM1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w8lQn8RlxVwy3o4TMlf79FaU1bDW8KM1 > .row .container > .video-iframe-container { display: none; }#w8lQn8RlxVwy3o4TMlf79FaU1bDW8KM1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w8lQn8RlxVwy3o4TMlf79FaU1bDW8KM1 > .row > .video-iframe-container { display: none; }#w8lQn8RlxVwy3o4TMlf79FaU1bDW8KM1 > .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); }#w8lQn8RlxVwy3o4TMlf79FaU1bDW8KM1 > .row .container { border-width: 0; border-radius: 0; }#w8lQn8RlxVwy3o4TMlf79FaU1bDW8KM1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w8lQn8RlxVwy3o4TMlf79FaU1bDW8KM1 > .row .container { font-size:0.875rem;font-family:arial;height:32.5rem;width:75rem;position:relative;display:block; }#z6Z3TJ0zc32QBHiGuQ04Xm6CuXA1sdvT { color:rgba(var(--color-tertiary-3),1);display:block;width:30.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.1241760253906rem;left:6.624351501465rem;height:5.8496125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#yPSdC7QdW0UaHaXAWLtfKovTOelg0o8Z { 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:13.4996875rem;width:17.7494375rem;top:6.1220703125rem;left:30.4365234375rem;overflow:hidden;display:block; }
#q4C6HDdtxtXOD9HMCoM6wWCJfpEfVhMy { background-color:rgba(var(--color-secondary-0),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: none;box-sizing:border-box;color:rgba(var(--color-tertiary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:quicksand;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.2495rem;height:3.43424375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:11.8125rem;left:53.1875rem;display:block; }
#Wqtrr9KR7koiFKqBRxHtJiMtzRHXTrw5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZVMED9LHeTfnhzII6LplVWHAo3vS4dU4 { background-color:rgba(var(--color-secondary-0),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: none;box-sizing:border-box;color:rgba(var(--color-tertiary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:quicksand;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.2495rem;height:3.43253125rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:16.125rem;left:53.1875rem;display:block; }
#JJR9ncegkeUhiyqJdthAlAMOd2M7JrLV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZzHyRemJ7EPUhlMdRys2sBGMO2A3tp4U { color:rgba(var(--color-tertiary-3),1);display:block;width:23.25rem;position:absolute;font-family:quicksand;font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:11.5rem;left:6.625rem;height:2.923175rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#s8uNkGxEooBU2hr13GwWcyJrlH6emrQ1 { color:rgba(var(--color-tertiary-3),1);display:block;width:21.4998125rem;position:absolute;font-family:quicksand;font-size:1.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:18.75rem;left:6.6875rem;height:3.57584375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#enIqXaA5ipuGbQvNdMufMRl5XBSOAd2b { color:rgba(var(--color-tertiary-3),1);display:block;width:22.12425rem;position:absolute;font-family:quicksand;font-size:1.375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:4.75rem;left:50.3125rem;height:5.36376875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#QV0ltwkS6Hvp56AwKWTq48nnWMkweUJX { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d7e92abc-84f6-4181-a6ed-34dd86314280/Tuffati.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:3.75rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:3.75rem;display:block; }#QV0ltwkS6Hvp56AwKWTq48nnWMkweUJX.adaptive-delivery-prevent-bg, #QV0ltwkS6Hvp56AwKWTq48nnWMkweUJX.lazyload, #QV0ltwkS6Hvp56AwKWTq48nnWMkweUJX.lazyloading { background-image: none; }#QV0ltwkS6Hvp56AwKWTq48nnWMkweUJX > .row .container { background-color: transparent; background-image: none; }#QV0ltwkS6Hvp56AwKWTq48nnWMkweUJX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.45); }#QV0ltwkS6Hvp56AwKWTq48nnWMkweUJX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QV0ltwkS6Hvp56AwKWTq48nnWMkweUJX > .row .container > .video-iframe-container { display: none; }#QV0ltwkS6Hvp56AwKWTq48nnWMkweUJX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.45); }#QV0ltwkS6Hvp56AwKWTq48nnWMkweUJX > .row > .video-iframe-container { display: none; }#QV0ltwkS6Hvp56AwKWTq48nnWMkweUJX > .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); }#QV0ltwkS6Hvp56AwKWTq48nnWMkweUJX > .row .container { border-width: 0; border-radius: 0; }#QV0ltwkS6Hvp56AwKWTq48nnWMkweUJX::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:3.75rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:3.75rem; }#QV0ltwkS6Hvp56AwKWTq48nnWMkweUJX > .row > .video-iframe-container { border-top-left-radius:3.75rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:3.75rem; }#QV0ltwkS6Hvp56AwKWTq48nnWMkweUJX > .row .container { font-size:0.875rem;font-family:arial;height:43.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#Ecx2OKmTF2qUidgQQipkmQCZ5FHOhhwz { color:rgba(var(--color-tertiary-0),1);display:block;width:51.999375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:8.1243133544925rem;left:10.873252868653rem;height:7.4739375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#nzRhKd6oXDTp9cWOGyWFSBAWpzz6qJ6P { color:rgba(var(--color-tertiary-1),1);display:block;width:39.8125rem;position:absolute;font-family:quicksand;font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:17.25rem;left:17.625rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#VDqW6qxesSZLQTgRsVGTxozLkNWv0AUS { background-color:rgba(var(--color-primary-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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:quicksand;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:24rem;left:29.4375rem;display:block; }
#BFgVw1ok5zeKKwsDl0VTnSdOZTrv7S6u { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MC3MIBJ0KG4Atx7XanHcCEQwDxeKUaP8 { color:rgba(var(--color-tertiary-1),1);display:block;width:5.125rem;position:absolute;font-family:quicksand;font-size:2rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:35.25rem;left:33rem;height:2.6001rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#MXai44tuOwf8Cq8ddIHIQyJ8VJw6FTU9 { color:rgba(var(--color-tertiary-1),1);display:block;width:15.4375rem;position:absolute;font-family:quicksand;font-size:0.9375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:37.875rem;left:33rem;height:1.21889375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#sKxWwqXzlKKOHtia4SzNtGPnHE02a00D { 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:3.75rem;width:3.75rem;top:35.25rem;left:28.75rem;overflow:hidden;display:block; }
#QEOuCEdnQI8HRMacNyOAbXAy9WTX85hu { 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:5rem;width:7.0625rem;top:35.25rem;left:6.5rem;overflow:hidden;display:block; }
#ulWFKBHspsulUN8wXd59iw3LOtMQeypW { color:rgba(var(--color-tertiary-1),1);display:block;width:15.4375rem;position:absolute;font-family:quicksand;font-size:0.9375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:38.1875rem;left:12.75rem;height:1.21889375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#bvKbcUtosVplZONbfg1xRELiXC3iauJ6 { color:rgba(var(--color-tertiary-1),1);display:block;width:13.5rem;position:absolute;font-family:quicksand;font-size:2rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:35.5625rem;left:12.75rem;height:2.6001rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#reffWa3FBSBg1cU26u0VTz0qT7JQcCp5 { color:rgba(var(--color-tertiary-1),1);display:block;width:3.9375rem;position:absolute;font-family:quicksand;font-size:2rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:35.25rem;left:54.375rem;height:2.6001rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#CWn4VcyWHizixxB7RbctGoBiybBAHIac { color:rgba(var(--color-tertiary-1),1);display:block;width:13.1875rem;position:absolute;font-family:quicksand;font-size:0.9375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:37.875rem;left:54.375rem;height:1.21889375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#vNHh33bE9AyVavKS8cPeqb0aJJPWZzZs { 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:3.75rem;width:4rem;top:35.375rem;left:48.9375rem;overflow:hidden;display:block; }
#GVLI733rByNKZ2IsO1581F0ub0m4sMoA { position:absolute;display:block;z-index:15018;background-color:#e3e3e3;background-image:none;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.125rem;width:61.8125rem;top:34.0625rem;left:7.0625rem;display:block; }
#XOCZTx9Bi6cdDz6HaTcACidPA95xKHcO { position:absolute;display:block;z-index:15019;background-color:#e3e3e3;background-image:none;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.125rem;width:61.8125rem;top:40.8125rem;left:7.0625rem;display:block; }
#PiTcUc23Mw1saX8cAoBlDo452g3mfi33 { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-secondary-4),0.26);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:6.75rem;width:61.8125rem;top:34.125rem;left:7.0625rem;display:block; }
#S4FMb0hTyOHZ0cN6lz4K7OwC5yDWz3Tx { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-secondary-1),0);background-image:url("https://images.assets-landingi.com/uc/2b18d13d-0f9c-4b1e-801e-95db68b56ef3/tripadvisor.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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:1.625rem;width:7.9375rem;top:36rem;left:18.0625rem;display:block; }#S4FMb0hTyOHZ0cN6lz4K7OwC5yDWz3Tx.adaptive-delivery-prevent-bg, #S4FMb0hTyOHZ0cN6lz4K7OwC5yDWz3Tx.lazyload, #S4FMb0hTyOHZ0cN6lz4K7OwC5yDWz3Tx.lazyloading { background-image: none; }
#qCwOewgoL5q8UKKLpZZLry1NycUmA2mm { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-secondary-1),0);background-image:url("https://images.assets-landingi.com/uc/406e4932-47a6-4e73-ae61-6fc355adabff/google.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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:1.625rem;width:7.4375rem;top:35.75rem;left:38.125rem;display:block; }#qCwOewgoL5q8UKKLpZZLry1NycUmA2mm.adaptive-delivery-prevent-bg, #qCwOewgoL5q8UKKLpZZLry1NycUmA2mm.lazyload, #qCwOewgoL5q8UKKLpZZLry1NycUmA2mm.lazyloading { background-image: none; }
#PIrN9uOMhBdmxkJPIkUJLhrPTHg3Za9c { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-secondary-1),0);background-image:url("https://images.assets-landingi.com/uc/2b18d13d-0f9c-4b1e-801e-95db68b56ef3/tripadvisor.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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:1.625rem;width:7.9375rem;top:35.75rem;left:58.3125rem;display:block; }#PIrN9uOMhBdmxkJPIkUJLhrPTHg3Za9c.adaptive-delivery-prevent-bg, #PIrN9uOMhBdmxkJPIkUJLhrPTHg3Za9c.lazyload, #PIrN9uOMhBdmxkJPIkUJLhrPTHg3Za9c.lazyloading { background-image: none; }
#dabvJy35yNa3p2CxKqeluvXT2IW9wVrI { position:relative;display:block; }#dabvJy35yNa3p2CxKqeluvXT2IW9wVrI { background-color: transparent; background-image: none; }#dabvJy35yNa3p2CxKqeluvXT2IW9wVrI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dabvJy35yNa3p2CxKqeluvXT2IW9wVrI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dabvJy35yNa3p2CxKqeluvXT2IW9wVrI > .row .container > .video-iframe-container { display: none; }#dabvJy35yNa3p2CxKqeluvXT2IW9wVrI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dabvJy35yNa3p2CxKqeluvXT2IW9wVrI > .row > .video-iframe-container { display: none; }#dabvJy35yNa3p2CxKqeluvXT2IW9wVrI > .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); }#dabvJy35yNa3p2CxKqeluvXT2IW9wVrI { border-width: 0; border-radius: 0; }#dabvJy35yNa3p2CxKqeluvXT2IW9wVrI > .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; }#dabvJy35yNa3p2CxKqeluvXT2IW9wVrI > .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:27.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ZfiW8DEB1T2EadkVFZ8cGtg1xRFzeQrc { color:#47697d;display:block;width:39.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.5550308227539rem;left:14.750274658203rem;height:3.8981125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#nA7bT6B4dTRIRIn0ygurIWqBT4bv5LyM { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5289d589-c087-4d18-9e5e-f34bee96c6bb/Appartamenti.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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:quicksand;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:4.375rem;text-decoration:none;z-index:15006;text-align:left;text-align-last:left;top:10.25rem;left:0.625rem;display:block; }#nA7bT6B4dTRIRIn0ygurIWqBT4bv5LyM.adaptive-delivery-prevent-bg, #nA7bT6B4dTRIRIn0ygurIWqBT4bv5LyM.lazyload, #nA7bT6B4dTRIRIn0ygurIWqBT4bv5LyM.lazyloading { background-image: none; }
#D74y1CQrmnBGwm0n4LnoHE0uBKJNnXem { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zXyHWe1dCDOG5NT06LwC8TgOJslfavyq { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/159868aa-cf84-4551-832e-fa2b65e4320a/Famiglia.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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:quicksand;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:4.375rem;text-decoration:none;z-index:15007;text-align:left;text-align-last:left;top:10.25rem;left:19.375rem;display:block; }#zXyHWe1dCDOG5NT06LwC8TgOJslfavyq.adaptive-delivery-prevent-bg, #zXyHWe1dCDOG5NT06LwC8TgOJslfavyq.lazyload, #zXyHWe1dCDOG5NT06LwC8TgOJslfavyq.lazyloading { background-image: none; }
#TTgL6BVm3T1K50Me7vLkK0NgKwCyRq9G { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#u3qWhyUTOgnTgGeMXUPAOU9LyumrfuuO { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2f4f2951-6987-4fd0-91a5-4c662f1a5861/Servizi.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:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:quicksand;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:4.375rem;text-decoration:none;z-index:15008;text-align:left;text-align-last:left;top:10.25rem;left:38.125rem;display:block; }#u3qWhyUTOgnTgGeMXUPAOU9LyumrfuuO.adaptive-delivery-prevent-bg, #u3qWhyUTOgnTgGeMXUPAOU9LyumrfuuO.lazyload, #u3qWhyUTOgnTgGeMXUPAOU9LyumrfuuO.lazyloading { background-image: none; }
#KL1JwEyZdx601463bsNIn3do1RZ0srX7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qIIOhvn6vnAfnUiEqU2gWXc3Q8ZzGIKD { background-color:rgba(var(--color-secondary-0),0.67);background-image:url("https://images.assets-landingi.com/uc/9c40bba2-e8e7-4798-959f-8fb593c8c2f6/Gallery.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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:quicksand;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.499rem;height:4.3745125rem;text-decoration:none;z-index:15008;text-align:left;text-align-last:left;top:16.1875rem;left:19.375rem;display:block; }#qIIOhvn6vnAfnUiEqU2gWXc3Q8ZzGIKD.adaptive-delivery-prevent-bg, #qIIOhvn6vnAfnUiEqU2gWXc3Q8ZzGIKD.lazyload, #qIIOhvn6vnAfnUiEqU2gWXc3Q8ZzGIKD.lazyloading { background-image: none; }
#iMuuFeduWmpKmZkAOq6DaVtGiAqszufM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fbcc5NJCbdPg02LaUsxEcQstwpXEXg6e { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d9fe31ab-099f-4381-bea6-a3334aac9853/Offerte.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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:quicksand;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.499rem;height:4.3745125rem;text-decoration:none;z-index:15009;text-align:left;text-align-last:left;top:16.1875rem;left:38.125rem;display:block; }#fbcc5NJCbdPg02LaUsxEcQstwpXEXg6e.adaptive-delivery-prevent-bg, #fbcc5NJCbdPg02LaUsxEcQstwpXEXg6e.lazyload, #fbcc5NJCbdPg02LaUsxEcQstwpXEXg6e.lazyloading { background-image: none; }
#nKJLkH6kKZsTsbOAS6CVHUvJEyGqTsMH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DAsHF0APHX7un23DcBq2bcMXpKaO1FRv { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7a16a338-f933-484d-bb04-7dc4d97919ce/Bibione.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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:quicksand;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:4.375rem;text-decoration:none;z-index:15009;text-align:left;text-align-last:left;top:16.1875rem;left:56.875rem;display:block; }#DAsHF0APHX7un23DcBq2bcMXpKaO1FRv.adaptive-delivery-prevent-bg, #DAsHF0APHX7un23DcBq2bcMXpKaO1FRv.lazyload, #DAsHF0APHX7un23DcBq2bcMXpKaO1FRv.lazyloading { background-image: none; }
#oLuFKgBMnSTVSp3lZo20KkkpSW4HKPWg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#K6rZLkTRuZeQiFTg7ane6PDR4DewiEt5 { position:relative;display:block; }#K6rZLkTRuZeQiFTg7ane6PDR4DewiEt5 { background-color: transparent; background-image: none; }#K6rZLkTRuZeQiFTg7ane6PDR4DewiEt5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K6rZLkTRuZeQiFTg7ane6PDR4DewiEt5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K6rZLkTRuZeQiFTg7ane6PDR4DewiEt5 > .row .container > .video-iframe-container { display: none; }#K6rZLkTRuZeQiFTg7ane6PDR4DewiEt5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K6rZLkTRuZeQiFTg7ane6PDR4DewiEt5 > .row > .video-iframe-container { display: none; }#K6rZLkTRuZeQiFTg7ane6PDR4DewiEt5 > .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); }#K6rZLkTRuZeQiFTg7ane6PDR4DewiEt5 { border-width: 0; border-radius: 0; }#K6rZLkTRuZeQiFTg7ane6PDR4DewiEt5 > .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; }#K6rZLkTRuZeQiFTg7ane6PDR4DewiEt5 > .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:22.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#aUQ52Q3R1DFFXBGwhIyaqTV01vrrgQ25 { 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:20.0625rem;width:30.375rem;top:1.1875rem;left:22.25rem;overflow:hidden;display:block; }
#ZzAhmDXdyNwgNFSCXgtAd2AEOukvL6Em { color:rgba(var(--color-tertiary-3),1);display:block;width:20.3741875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:7.6240406036375rem;left:54.499897003174rem;height:3.29915625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#SUCzaFEBlT6zb3fCyVl6rZIobO3irgqt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:11.9375rem;left:54.5rem; }
#SUCzaFEBlT6zb3fCyVl6rZIobO3irgqt > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.9375rem; }#RVzwgPCmA2ZTNy7iCOPBDu3rBSTNinyB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:11.75rem;left:58.4375rem; }
#RVzwgPCmA2ZTNy7iCOPBDu3rBSTNinyB > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.3125rem; }#M1J7U2yw4FbXNLoOF8B86PyhyEpLCIsR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:11.75rem;left:62.875rem; }
#M1J7U2yw4FbXNLoOF8B86PyhyEpLCIsR > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.3125rem; }#QCip3OEZ6spewXE4Ry65xwCbeMCaqQTm { color:rgba(var(--color-tertiary-3),1);display:block;width:18.125rem;position:absolute;font-family:quicksand;font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:6.3125rem;left:2.0625rem;height:10.122075rem;text-align:right;text-align-last:right;display:block; }
#bnMdslhxi94pXD3PoR1AaAyT18fpamn7 { position:absolute;display:block;z-index:14994;background-color:rgba(var(--color-primary-2),0.16);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:3.75rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:3.75rem;box-shadow: none;height:22.810875rem;width:75rem;top:1.7166137695312E-5rem;left:0rem;display:block; }
#pWaghaaPX8h0BJpkz7LsgkhZtUOBNOtw { position:relative;display:block; }#pWaghaaPX8h0BJpkz7LsgkhZtUOBNOtw { background-color: transparent; background-image: none; }#pWaghaaPX8h0BJpkz7LsgkhZtUOBNOtw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pWaghaaPX8h0BJpkz7LsgkhZtUOBNOtw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pWaghaaPX8h0BJpkz7LsgkhZtUOBNOtw > .row .container > .video-iframe-container { display: none; }#pWaghaaPX8h0BJpkz7LsgkhZtUOBNOtw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pWaghaaPX8h0BJpkz7LsgkhZtUOBNOtw > .row > .video-iframe-container { display: none; }#pWaghaaPX8h0BJpkz7LsgkhZtUOBNOtw > .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); }#pWaghaaPX8h0BJpkz7LsgkhZtUOBNOtw { border-width: 0; border-radius: 0; }#pWaghaaPX8h0BJpkz7LsgkhZtUOBNOtw > .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; }#pWaghaaPX8h0BJpkz7LsgkhZtUOBNOtw > .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:9.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#D9GWPiz1zzMzTLWE5f0h0DK2fT4Zlb8T { color:rgba(var(--color-tertiary-4),1);display:block;width:11.625rem;position:absolute;font-family:quicksand;font-size:0.9375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:6.1435546875rem;left:27.0625rem;height:1.21889375rem;display:block; }
#TBzdayKqpqKXBqLhNMwUrmC0COQeEA9T { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:quicksand;font-size:0.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.7216796875rem;left:0rem;height:3.1665rem;text-align:center;text-align-last:center;display:block; }
#HibNU37tP4qRwvRlT38td91wpB1sO3pc { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#47697d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:quicksand;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.1875rem;height:1.1875rem;text-decoration:none;z-index:15002;text-align:left;text-align-last:left;top:6.1583404541016rem;left:38.687290191651rem;display:block; }
#XVFJODd8tf973EReKElJVTZTrFalczS3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UJ5TMMqXuxqDtovTuiD2QTqQPat3AWrZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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;z-index:auto;display:none; }#UJ5TMMqXuxqDtovTuiD2QTqQPat3AWrZ > .row .container { border-width: 0; border-radius: 0; }#UJ5TMMqXuxqDtovTuiD2QTqQPat3AWrZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UJ5TMMqXuxqDtovTuiD2QTqQPat3AWrZ > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:none; }#Pr0SII0VOI1EnEqET8IhOSd46hCOvLtw { background-color:rgba(var(--color-primary-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: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:quicksand;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.1875rem;height:3.125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:0.625rem;left:60.8125rem;display:block; }
#HD21AaNwLN3fC3H7a0gC2U0Wz66hZBMN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#t9znTaJVGKPPNLaxZ73u5iGSFXXTHiDi { position:relative;display:block; }#t9znTaJVGKPPNLaxZ73u5iGSFXXTHiDi { background-color: transparent; background-image: none; }#t9znTaJVGKPPNLaxZ73u5iGSFXXTHiDi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t9znTaJVGKPPNLaxZ73u5iGSFXXTHiDi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t9znTaJVGKPPNLaxZ73u5iGSFXXTHiDi > .row .container > .video-iframe-container { display: none; }#t9znTaJVGKPPNLaxZ73u5iGSFXXTHiDi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t9znTaJVGKPPNLaxZ73u5iGSFXXTHiDi > .row > .video-iframe-container { display: none; }#t9znTaJVGKPPNLaxZ73u5iGSFXXTHiDi > .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); }#t9znTaJVGKPPNLaxZ73u5iGSFXXTHiDi { border-width: 0; border-radius: 0; }#t9znTaJVGKPPNLaxZ73u5iGSFXXTHiDi > .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; }#t9znTaJVGKPPNLaxZ73u5iGSFXXTHiDi > .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:9.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #gPuHbSsTDsrqI0oEl4NSZDLgKA3VTwI6 { display:block; }#gPuHbSsTDsrqI0oEl4NSZDLgKA3VTwI6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SyRpxWlze8w7knhaW1VasbhkCLEiLIHD { top:1rem;left:0rem;width:18.125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5GpEkbLsw7oAU70KB4xGXG8ewwkMMSl { width:8.6875rem;height:1.375rem;top:1.5rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RI4exmFzsobkEmtXFgGJA7RROPb5vOzD { display:block; }
 }@media only screen and (max-width: 763px) { #n2GQ6Prry84BEE67GhTrFUhHEsWGfFfT { width:4.875rem;height:1.375rem;top:1.4375rem;left:21.343063354493rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sn1N2M7aKRRJw4pTJDJh8W5zrOFb4kUG { display:block; }
 }@media only screen and (max-width: 763px) { #XoMtBzIAvWdETCNDbZm2euSFwgaPxNbh { width:8.1875rem;height:1.375rem;top:1.4375rem;left:23.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0TdhRUDmGXlEeaRDUU4Ec7hHNL2zLQ1 { display:block; }
 }@media only screen and (max-width: 763px) { #PEpVhGOAGWD16plCvGPQuBXsigLcFgXc { width:13.0625rem;height:2.5625rem;top:0.875rem;left:34.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukKBVRyvpDIykPPcfPPzT4f1aF76tzU4 { display:block; }
 }@media only screen and (max-width: 763px) { #GTHASLt4BPvkkunRvpALck62f9ykiv8u { display:block; }#GTHASLt4BPvkkunRvpALck62f9ykiv8u > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oTBnawmtevUqtguTq502wAeMaXIImnEC { top:29.0625rem;left:0rem;width:42rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xo740PURlm49s8k4TvBLpelOhrL7ntB6 { top:36.25rem;left:0rem;width:31.4375rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K76vGw67LHQtnnu8PkxIJH4UO8a1SO9s { width:16.25rem;height:3.4375rem;top:41.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0Tbc0F0kmbrDUW4QTI1gm3efpGTBSnZ { display:block; }
 }@media only screen and (max-width: 763px) { #TGgH9Z9pLMaThIEFoPHRv9h0wCPgeEDb { top:-0.3125rem;left:0rem;width:47.75rem;height:50.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWkrvRLRUGu6Pxh0uDGtd512bhB7RgPH { top:39.4375rem;left:29.5rem;width:18.1875rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkS6fkFpg9iRfdNuxBNSOaIlaNeeTVlR { display:none; }#EkS6fkFpg9iRfdNuxBNSOaIlaNeeTVlR > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dSaH6efN9cl4gNSQi20ZDnINRCVOpEIk { top:23.1875rem;left:0rem;width:19.5625rem;height:;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyKBT1hmZUXoydvEbDgpcxpvBGSsv9FS { top:28.375rem;left:0rem;width:19.9375rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A30xcnsH0TMkmBTZwDWeMs9SbGvH8KTU { width:16.25rem;height:3.4375rem;top:29.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #uohfNnuckTsGsqX4s4hFkqmk4FWn2HPy { display:block; }
 }@media only screen and (max-width: 763px) { #owHo4TuWq9XuPOedD5MeGxB6UE9kEruR { top:5.6875rem;left:0rem;width:47.75rem;height:36.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xOyKmR2gz8cRvXTeshkrSa1rC7SapRRg { display:none; }#xOyKmR2gz8cRvXTeshkrSa1rC7SapRRg > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gPUCu52mNC3tEkqzRD6tvruie0SutiVV { width:47.75rem;height:13.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UgwfyQ7NSZCV1JtFydnaAhA4la5DG8Qv { top:0.875rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCvm2BwI9vq60SmuVGeOiyAtgslaQ0OQ { top:0.875rem;left:4.5rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgOiZFk2f25ZMkktGQFnAeeGzRyoVr5C { top:4.5625rem;left:0rem;width:7.4375rem;height:2.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvZCF2AUQgkAwxQx4q4w6AbbGXKOk04W { top:4.5625rem;left:0rem;width:6.25rem;height:2.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9rCKie4TvmZ9i7fGaP4sKfzkq5tINoy { top:4.5625rem;left:4.4992790222168rem;width:6.25rem;height:2.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bk8Gpe2tc8bwfwcqcg6dNXdpm0ciFWuc { top:0.875rem;left:21.3125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqZnfQLlnnUNCSH6XOgikutPVChPnpZ5 { top:4.5625rem;left:21.312427520752rem;width:6.25rem;height:2.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BToSSUUPZkzbAec296HTXRTDSb5LeKkw { top:0.875rem;left:30.0625rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIkrTRPJy0kcwClzExTkghlFS4wslEM8 { top:4.5625rem;left:30.061702728271rem;width:6.25rem;height:2.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gb9lpNki6Wt2mLShHhToSpq7e2f48S9d { top:0.875rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6snf2ATCu7g7W54dMzW9uTnmur5U70P { top:0.9375rem;left:13.75rem;width:3.125rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P940ZVvTQpP0CaglFHne8C62QwDCrPnC { top:4.5625rem;left:13.749496459961rem;width:6.25rem;height:2.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhUVuuPc7itxu4kctKz8Qnm2zbZDEZiu { display:block; }#nhUVuuPc7itxu4kctKz8Qnm2zbZDEZiu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vuoykdIfCQKfu48fRgy1mlzTkCordfhX { top:4.8125rem;left:0rem;width:33.25rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgZPzRltId6g6BcSSKggThTzWS3JvN3L { top:4.875rem;left:11.75rem;width:36rem;height:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZbJx1QI1I8vgLgPEkp0guwOAJ4I5U2f { width:16.1875rem;height:3.375rem;top:33.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2QHfKEygKKsNE88EhTqXXkSFK9xsUQa { display:block; }
 }@media only screen and (max-width: 763px) { #uFq5HidD13Jk6ETkdITqGnImALRTbXh3 { top:12.5625rem;left:0rem;width:34.6875rem;height:19rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqmqxSW3WJNOze4d4T8S4oZqrSmaBveH { display:block; }#IqmqxSW3WJNOze4d4T8S4oZqrSmaBveH > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nbUer7eDTrbDO1Ldts2XoenX9QL8a0AB { top:13.8125rem;left:5.1873931884766rem;width:37.3125rem;height:2.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9HJaubsU80h7vXvHLVfox0NpZOfWJnQ { top:7.125rem;left:4.6873550415039rem;width:38.3125rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZgQEKryQdtVkoLoT2TuL3PNGkaeqGT2 { display:block; }#wZgQEKryQdtVkoLoT2TuL3PNGkaeqGT2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lka1SDNEJOzfk4fmQJci1OaSryDZWnMQ { top:5.1875rem;left:0rem;width:21.9375rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRXywcPTeI7FMe6orKxawfftGTdGSMvw { top:8.375rem;left:0rem;width:25.8125rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAa3kdE81Sb8HOC1SLQ1bIBbmdaF97XA { top:14.8125rem;left:0rem;width:2.0625rem;height:1.637770209048rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1p4SNid2A9ODxVTdDNU4TFL6gKG2X7v { top:14.6875rem;left:2.06201171875rem;width:6.25rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfypTE2xtXgRN4rcvlVr7tr3IVrFVXNp { top:26.6875rem;left:0rem;width:32.25rem;height:21.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFGQuJM0TyVpuqwgTKd6WJ8AomfT7OAy { top:1.625rem;left:0rem;width:37rem;height:53.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDBOXO5qNuqwqC0FbQKsAMTX9QFf19I7 { top:18.8125rem;left:0rem;width:19.6875rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2f0JaVilqGZyJLqAJEtTSiGCnSFiKbb { width:25.0625rem;height:3.4375rem;top:20.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVAqCCBGIhuUT3cdKwZ1Q6SwFp4lWGed { display:block; }
 }@media only screen and (max-width: 763px) { #Nn3Myzk2Mt7FrW82GV4u9MvLd1v0s4L4 { top:8.375rem;left:21.8125rem;width:25.9375rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0dvhnucixhory5uh7EdDnTSZent7tM0 { top:5.1875rem;left:20.375rem;width:27.375rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dbqk7He78KozNqigcHalb4IrOzDMVu6g { top:14.8125rem;left:23.875rem;width:2.0625rem;height:1.637770209048rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBETO3i3kTQesrrX814xlqsbAbihStmd { top:14.6875rem;left:24.926265716552rem;width:6.25rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHL3p5CKmwh55gwCDgGi2E2JZzG4m6GD { top:15.125rem;left:34.406414031983rem;width:4.875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8TNq95e2ZumsnUTX0q3t67CQflA9yf6 { width:25.25rem;height:3.4375rem;top:20.6875rem;left:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aaidXb9CenKi0TlgaX82I1gEy2PUSvyV { display:block; }
 }@media only screen and (max-width: 763px) { #stD3xyeZNsHn3SsRJXb7UOM2M8w26dTa { top:18.8125rem;left:23.875rem;width:19.6875rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kEnhb1NgsrA1CUp9aPw15mmZQ53w0nWe { top:26.0625rem;left:15.75rem;width:31.9375rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBmVsz642G8hrN25HqKxeDKiTgJICXZd { top:1.625rem;left:10.8125rem;width:36.9375rem;height:53.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmksQFyZmvT1JTFPbJrHABIWeK6t8k5K { top:14.6875rem;left:42.875rem;width:4.875rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBWiPdTd0Ei8qruOnewNdW7CQTE71RCG { top:14.75rem;left:40.749996185302rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TV2QTbm21Pr2Z5nXAcG1QLkTmkP46ztS { top:14.6875rem;left:12.551105499267rem;width:6.25rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhMUJuiMBGsnwFfXJwMgRQ2yhRf3p4gM { top:14.625rem;left:10.2275390625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQA5TOMzt09uLW62STNdwaOHEQEpOh9N { top:14.75rem;left:32.061031341552rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HiHdv8dGHiuoqsNsmWiB4FhWJoSQHneQ { display:block; }#HiHdv8dGHiuoqsNsmWiB4FhWJoSQHneQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oTNzIKCzzBfrm4JM33TNsCigCKIvmCzA { top:9.125rem;left:0rem;width:21.9375rem;height:;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPepQ9PlpyTyv3cbJgMaRzdHqI7zPlCU { top:13.5625rem;left:0rem;width:25.8125rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHfSP8g9N7vWQrGnbB123emxoOqpbDTT { top:22.375rem;left:0rem;width:6.25rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WumXSEa5mwGv0QJuqVfN2ElLBSEB8Vv7 { top:22.375rem;left:7.875rem;width:4.6875rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4ZlGOxRFilfAJkMeXbgUlZXOvgHDoNM { top:5.4375rem;left:0rem;width:47.75rem;height:31.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThrD0FOgZ4yT533OfGmqEi25vyfvSAJb { top:28rem;left:0rem;width:19.6875rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rD7EKoTvC9Pw1f6eSF5CVSAZSZmfkiiP { width:18.125rem;height:3.4375rem;top:30.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGLPt2DH6vCB6pKBJImmVcaOoBB2ddfI { display:block; }
 }@media only screen and (max-width: 763px) { #eqrUW5p8WznDMDW0LC5EgRkq79IRRXtq { top:9.1875rem;left:15.8125rem;width:31.9375rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCnf7RxcOBP9PP6XUqZTOU7yQV6iM9kA { top:22.375rem;left:15.437664031983rem;width:4.6875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhIFSGrBRfUUOxtfooU45uQbyMgZgr7d { top:20rem;left:0rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHRkdTNLXmA65eanMDoektlsvkeIpalm { top:20rem;left:7.875rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQyiDuSvwqRqzqnSzBHcBPnm06ToxaXC { top:20rem;left:15.4375rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfbJtNInfCss8ObtywcShzNTySCsSy6m { display:block; }#wfbJtNInfCss8ObtywcShzNTySCsSy6m > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T8lvdsz8PALs9eU4Cy4AXJsnll6GSSyS { top:7.25rem;left:0.375rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJlp6OXgbX6hnNBETwJycR9au1kZSSVF { top:7.25rem;left:8.4375rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xW3WVO9Nldh9GZcQ1uKshGg3pKMriZ8G { top:12.6875rem;left:0rem;width:7.4375rem;height:0.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkEqPHX5gbwSc7sTi1f5LGPvAu2ZTnyT { top:12.5rem;left:0rem;width:6.25rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVkIwg4glwTsstZZ0fdrIQJNbuvZGHTX { top:12.625rem;left:6.9994583129881rem;width:6.5625rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTLgBpwWT2DclTcIdsAoULLxwqefLINo { top:7.25rem;left:16.1875rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQlzPDM1fHN06mE5PZ2NKRVbMTBNR5oC { top:12.6875rem;left:14.936740875244rem;width:6.25rem;height:1.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGTk6h7CV4DITu301mmzVNf9DqbsOGWu { top:7.25rem;left:24.9375rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUPxHd8hDumgXQc9JecfWftIP7U2CUWx { top:12.6875rem;left:23.686016082764rem;width:6.25rem;height:0.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4coWCAVxuGJWRQSrsr89nHpRocWv18d { top:7.25rem;left:32.9375rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMn4ZO0UUNWcr574m3prtU1az0lupwMf { top:12.6875rem;left:31.685695648193rem;width:6.25rem;height:1.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcMzynanuIfUQ8J5NMuJxqE94lJrZxHt { top:7.25rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXHGBSx4Jr1ECJQ6WU2cWpokkdy48Wao { top:7.25rem;left:44rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTGo3DzPG0L1dwhMo5B7M0LNTA2m5N9L { top:7.25rem;left:41rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pATxod0P4qJ2XWctdV1wGAMoTAuQiQhk { top:12.6875rem;left:39.74866104126rem;width:6.25rem;height:1.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pytcms7flDvUwbI4BVar4iIDwXEIFvCV { top:12.6875rem;left:36.5625rem;width:11.1875rem;height:1.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnHhJS3eg26VB9o9Fzzv1hmTRIPJs7WW { top:1.75rem;left:4.685546875rem;width:38.3125rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubRGDbeQW7pKTcItXOdtw7CpE5Ht9MK7 { display:block; }#ubRGDbeQW7pKTcItXOdtw7CpE5Ht9MK7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xJ8iPrJJsAOXWRhoecf9em6VSnGcTRIy { top:4.25rem;left:0rem;width:47.75rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2GRp5XmEq2JlFZ6cQzA4hwcDUByuJMx { width:16.1875rem;height:3.375rem;top:27.6875rem;left:15.749828338623rem;display:block; }
 }@media only screen and (max-width: 763px) { #ziuM5so6AzSCSo4XnZu9vJvBmCDUZhu0 { display:block; }
 }@media only screen and (max-width: 763px) { #xuZp3flm0GgDFnaKzKR7uJBLss19qdrC { top:9.0625rem;left:0rem;width:47.75rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MviCqkhvK7EBhRzIrs1o7zq3itXgwwdi { top:22.625rem;left:0rem;width:17.6875rem;height:13.45257970323rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1plxMeyRnKRVdkODsX2r7z5ysQFXkJn { top:11.8125rem;left:0rem;width:47.75rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkQ53fUWeJ2xgk1EBruMXTQ8TmClu5qv { top:15.5625rem;left:8rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxkBJqaWh7abI5QhSufp1cCsudAKXHcu { top:20.5rem;left:4.4368858337403rem;width:10.9375rem;height:1.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2fLNs65byaEI82l7HAvsmo9IhvA1ocZ { top:20.5rem;left:17.999347686767rem;width:12.9375rem;height:1.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkNpLPILePxTlLcsvoe4mqOfwO5ZTq0k { top:15.5625rem;left:22.625rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5ONgZfTpJdciUn9OLiIg8OQECtrmQc6 { top:20.5rem;left:33.873912811279rem;width:9.4375rem;height:1.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hp1Q6ZvuZWGi7ViCyE0qEqmrI1kkcvSz { top:15.5625rem;left:36.75rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOSVT9Wo7VPRhsvhMHEAH7pPJN4Odb13 { display:block; }#yOSVT9Wo7VPRhsvhMHEAH7pPJN4Odb13 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RNguM8HgSU0A9TCUlzFLhZrUTyFM4ATQ { top:6.5625rem;left:13.1875rem;width:34.5625rem;height:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0okvakzHVxJ78OrnIeHPEx1p6kGeUge { top:4.25rem;left:0rem;width:35.1875rem;height:7.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MyxEdvT6XqFHePpfEu9pc6KEET6pb63l { top:13.6875rem;left:0rem;width:28.125rem;height:19rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8lQn8RlxVwy3o4TMlf79FaU1bDW8KM1 { display:block; }#w8lQn8RlxVwy3o4TMlf79FaU1bDW8KM1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z6Z3TJ0zc32QBHiGuQ04Xm6CuXA1sdvT { top:4.0625rem;left:0rem;width:30.1875rem;height:5.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPSdC7QdW0UaHaXAWLtfKovTOelg0o8Z { top:6.0625rem;left:16.8115234375rem;width:17.6875rem;height:13.452226181757rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4C6HDdtxtXOD9HMCoM6wWCJfpEfVhMy { width:16.1875rem;height:3.375rem;top:11.8125rem;left:31.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wqtrr9KR7koiFKqBRxHtJiMtzRHXTrw5 { display:block; }
 }@media only screen and (max-width: 763px) { #ZVMED9LHeTfnhzII6LplVWHAo3vS4dU4 { width:16.1875rem;height:3.375rem;top:16.125rem;left:31.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJR9ncegkeUhiyqJdthAlAMOd2M7JrLV { display:block; }
 }@media only screen and (max-width: 763px) { #ZzHyRemJ7EPUhlMdRys2sBGMO2A3tp4U { top:11.5rem;left:0rem;width:23.1875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8uNkGxEooBU2hr13GwWcyJrlH6emrQ1 { top:18.75rem;left:0rem;width:21.4375rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #enIqXaA5ipuGbQvNdMufMRl5XBSOAd2b { top:4.75rem;left:25.6875rem;width:22.0625rem;height:5.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QV0ltwkS6Hvp56AwKWTq48nnWMkweUJX { display:block; }#QV0ltwkS6Hvp56AwKWTq48nnWMkweUJX > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ecx2OKmTF2qUidgQQipkmQCZ5FHOhhwz { top:8.0625rem;left:0rem;width:47.75rem;height:7.4375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzRhKd6oXDTp9cWOGyWFSBAWpzz6qJ6P { top:17.1875rem;left:3.999382019043rem;width:39.75rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDqW6qxesSZLQTgRsVGTxozLkNWv0AUS { width:16.25rem;height:3.4375rem;top:24rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFgVw1ok5zeKKwsDl0VTnSdOZTrv7S6u { display:block; }
 }@media only screen and (max-width: 763px) { #MC3MIBJ0KG4Atx7XanHcCEQwDxeKUaP8 { top:35.25rem;left:19.375rem;width:5.125rem;height:2.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXai44tuOwf8Cq8ddIHIQyJ8VJw6FTU9 { top:37.875rem;left:19.375rem;width:15.4375rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKxWwqXzlKKOHtia4SzNtGPnHE02a00D { top:35.25rem;left:15.125rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEOuCEdnQI8HRMacNyOAbXAy9WTX85hu { top:35.25rem;left:0rem;width:7.0625rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulWFKBHspsulUN8wXd59iw3LOtMQeypW { top:38.1875rem;left:0rem;width:15.4375rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvKbcUtosVplZONbfg1xRELiXC3iauJ6 { top:35.5625rem;left:0rem;width:13.5rem;height:2.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #reffWa3FBSBg1cU26u0VTz0qT7JQcCp5 { top:35.25rem;left:40.75rem;width:3.9375rem;height:2.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWn4VcyWHizixxB7RbctGoBiybBAHIac { top:37.875rem;left:34.5625rem;width:13.1875rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNHh33bE9AyVavKS8cPeqb0aJJPWZzZs { top:35.375rem;left:35.3125rem;width:4rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVLI733rByNKZ2IsO1581F0ub0m4sMoA { top:34.0625rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOCZTx9Bi6cdDz6HaTcACidPA95xKHcO { top:40.8125rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiTcUc23Mw1saX8cAoBlDo452g3mfi33 { top:34.125rem;left:0rem;width:47.75rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4FMb0hTyOHZ0cN6lz4K7OwC5yDWz3Tx { top:36rem;left:4.4375rem;width:7.9375rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCwOewgoL5q8UKKLpZZLry1NycUmA2mm { top:35.75rem;left:24.5rem;width:7.4375rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PIrN9uOMhBdmxkJPIkUJLhrPTHg3Za9c { top:35.75rem;left:39.8125rem;width:7.9375rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dabvJy35yNa3p2CxKqeluvXT2IW9wVrI { display:block; }#dabvJy35yNa3p2CxKqeluvXT2IW9wVrI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZfiW8DEB1T2EadkVFZ8cGtg1xRFzeQrc { top:3.5rem;left:1.1252746582031rem;width:39.3125rem;height:3.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nA7bT6B4dTRIRIn0ygurIWqBT4bv5LyM { width:17.5rem;height:4.375rem;top:10.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D74y1CQrmnBGwm0n4LnoHE0uBKJNnXem { display:block; }
 }@media only screen and (max-width: 763px) { #zXyHWe1dCDOG5NT06LwC8TgOJslfavyq { width:17.5rem;height:4.375rem;top:10.25rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTgL6BVm3T1K50Me7vLkK0NgKwCyRq9G { display:block; }
 }@media only screen and (max-width: 763px) { #u3qWhyUTOgnTgGeMXUPAOU9LyumrfuuO { width:17.5rem;height:4.375rem;top:10.25rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KL1JwEyZdx601463bsNIn3do1RZ0srX7 { display:block; }
 }@media only screen and (max-width: 763px) { #qIIOhvn6vnAfnUiEqU2gWXc3Q8ZzGIKD { width:17.4375rem;height:4.3125rem;top:16.1875rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMuuFeduWmpKmZkAOq6DaVtGiAqszufM { display:block; }
 }@media only screen and (max-width: 763px) { #fbcc5NJCbdPg02LaUsxEcQstwpXEXg6e { width:17.4375rem;height:4.3125rem;top:16.1875rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKJLkH6kKZsTsbOAS6CVHUvJEyGqTsMH { display:block; }
 }@media only screen and (max-width: 763px) { #DAsHF0APHX7un23DcBq2bcMXpKaO1FRv { width:17.5rem;height:4.375rem;top:16.1875rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLuFKgBMnSTVSp3lZo20KkkpSW4HKPWg { display:block; }
 }@media only screen and (max-width: 763px) { #K6rZLkTRuZeQiFTg7ane6PDR4DewiEt5 { display:block; }#K6rZLkTRuZeQiFTg7ane6PDR4DewiEt5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aUQ52Q3R1DFFXBGwhIyaqTV01vrrgQ25 { top:1.1875rem;left:0rem;width:30.375rem;height:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzAhmDXdyNwgNFSCXgtAd2AEOukvL6Em { top:7.5625rem;left:27.4375rem;width:20.3125rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUCzaFEBlT6zb3fCyVl6rZIobO3irgqt { top:11.9375rem;left:34.0625rem;width:1.6875rem;height:1.9375rem;display:block; }
#SUCzaFEBlT6zb3fCyVl6rZIobO3irgqt > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.9375rem; } }@media only screen and (max-width: 763px) { #RVzwgPCmA2ZTNy7iCOPBDu3rBSTNinyB { top:11.75rem;left:38rem;width:2.1875rem;height:2.3125rem;display:block; }
#RVzwgPCmA2ZTNy7iCOPBDu3rBSTNinyB > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.3125rem; } }@media only screen and (max-width: 763px) { #M1J7U2yw4FbXNLoOF8B86PyhyEpLCIsR { top:11.75rem;left:42.4375rem;width:2.1875rem;height:2.3125rem;display:block; }
#M1J7U2yw4FbXNLoOF8B86PyhyEpLCIsR > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.3125rem; } }@media only screen and (max-width: 763px) { #QCip3OEZ6spewXE4Ry65xwCbeMCaqQTm { top:6.3125rem;left:0rem;width:18.125rem;height:10.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnMdslhxi94pXD3PoR1AaAyT18fpamn7 { top:0rem;left:0rem;width:47.75rem;height:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWaghaaPX8h0BJpkz7LsgkhZtUOBNOtw { display:block; }#pWaghaaPX8h0BJpkz7LsgkhZtUOBNOtw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D9GWPiz1zzMzTLWE5f0h0DK2fT4Zlb8T { top:6.125rem;left:13.4375rem;width:11.625rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBzdayKqpqKXBqLhNMwUrmC0COQeEA9T { top:1.6875rem;left:0rem;width:47.75rem;height:3.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HibNU37tP4qRwvRlT38td91wpB1sO3pc { width:13.1875rem;height:1.1875rem;top:6.125rem;left:25.062290191651rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVFJODd8tf973EReKElJVTZTrFalczS3 { display:block; }
 }@media only screen and (max-width: 763px) { #UJ5TMMqXuxqDtovTuiD2QTqQPat3AWrZ { display:block; }#UJ5TMMqXuxqDtovTuiD2QTqQPat3AWrZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pr0SII0VOI1EnEqET8IhOSd46hCOvLtw { width:14.1875rem;height:3.125rem;top:0.625rem;left:33.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HD21AaNwLN3fC3H7a0gC2U0Wz66hZBMN { display:block; }
 }@media only screen and (max-width: 763px) { #t9znTaJVGKPPNLaxZ73u5iGSFXXTHiDi { display:block; }#t9znTaJVGKPPNLaxZ73u5iGSFXXTHiDi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #gPuHbSsTDsrqI0oEl4NSZDLgKA3VTwI6 { position:relative;z-index:auto;display:block; }#gPuHbSsTDsrqI0oEl4NSZDLgKA3VTwI6 > .row .container { width:20rem;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SyRpxWlze8w7knhaW1VasbhkCLEiLIHD { width:13.9375rem;height:1.875rem;top:1.09375rem;left:3.03125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #t5GpEkbLsw7oAU70KB4xGXG8ewwkMMSl { width:8.6875rem;height:1.375rem;top:1.5rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #RI4exmFzsobkEmtXFgGJA7RROPb5vOzD { display:block; }
 }@media only screen and (max-width: 763px) { #n2GQ6Prry84BEE67GhTrFUhHEsWGfFfT { width:4.875rem;height:1.375rem;top:1.4375rem;left:7.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Sn1N2M7aKRRJw4pTJDJh8W5zrOFb4kUG { display:block; }
 }@media only screen and (max-width: 763px) { #XoMtBzIAvWdETCNDbZm2euSFwgaPxNbh { width:8.1875rem;height:1.375rem;top:1.4375rem;left:5.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #g0TdhRUDmGXlEeaRDUU4Ec7hHNL2zLQ1 { display:block; }
 }@media only screen and (max-width: 763px) { #PEpVhGOAGWD16plCvGPQuBXsigLcFgXc { width:13.0625rem;height:2.5625rem;top:4.2176569335937rem;left:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ukKBVRyvpDIykPPcfPPzT4f1aF76tzU4 { display:block; }
 }@media only screen and (max-width: 763px) { #GTHASLt4BPvkkunRvpALck62f9ykiv8u { display:none; }#GTHASLt4BPvkkunRvpALck62f9ykiv8u { border-width: 0; border-radius: 0; }#GTHASLt4BPvkkunRvpALck62f9ykiv8u > .row .container::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:3.75rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:3.75rem; }#GTHASLt4BPvkkunRvpALck62f9ykiv8u > .row .container > .video-iframe-container { border-top-left-radius:3.75rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:3.75rem; }#GTHASLt4BPvkkunRvpALck62f9ykiv8u > .row .container { width:20rem;height:50rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/056b83f9-58a9-458c-a7d5-790b4f4610ff/OST047521.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:3.75rem;position:relative;display:none; }#GTHASLt4BPvkkunRvpALck62f9ykiv8u > .row .container.adaptive-delivery-prevent-bg, #GTHASLt4BPvkkunRvpALck62f9ykiv8u > .row .container.lazyload, #GTHASLt4BPvkkunRvpALck62f9ykiv8u > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #oTBnawmtevUqtguTq502wAeMaXIImnEC { width:17.8125rem;height:6.1875rem;top:7.6875rem;left:0rem;font-size:1.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Xo740PURlm49s8k4TvBLpelOhrL7ntB6 { width:20rem;height:3.7119125rem;top:17.4375rem;left:0rem;font-size:1.125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #K76vGw67LHQtnnu8PkxIJH4UO8a1SO9s { width:16.25rem;height:3.4375rem;top:22.39925rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0Tbc0F0kmbrDUW4QTI1gm3efpGTBSnZ { display:block; }
 }@media only screen and (max-width: 763px) { #TGgH9Z9pLMaThIEFoPHRv9h0wCPgeEDb { width:20rem;height:50.25rem;top:-0.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PWkrvRLRUGu6Pxh0uDGtd512bhB7RgPH { width:18.1875rem;height:4.9375rem;top:27.08675rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkS6fkFpg9iRfdNuxBNSOaIlaNeeTVlR { background-color:transparent;background-image:none;display:block; }#EkS6fkFpg9iRfdNuxBNSOaIlaNeeTVlR > .row .container { background-color: transparent; background-image: none; }#EkS6fkFpg9iRfdNuxBNSOaIlaNeeTVlR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EkS6fkFpg9iRfdNuxBNSOaIlaNeeTVlR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EkS6fkFpg9iRfdNuxBNSOaIlaNeeTVlR > .row .container > .video-iframe-container { display: none; }#EkS6fkFpg9iRfdNuxBNSOaIlaNeeTVlR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EkS6fkFpg9iRfdNuxBNSOaIlaNeeTVlR > .row > .video-iframe-container { display: none; }#EkS6fkFpg9iRfdNuxBNSOaIlaNeeTVlR > .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); }#EkS6fkFpg9iRfdNuxBNSOaIlaNeeTVlR > .row .container { width:20rem;height:40.1871875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dSaH6efN9cl4gNSQi20ZDnINRCVOpEIk { width:19.624375rem;height:6.3940625rem;top:21.809013366699rem;left:0rem;font-size:1.9375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #lyKBT1hmZUXoydvEbDgpcxpvBGSsv9FS { width:19.999625rem;height:3.2986125rem;top:29.649522066116rem;left:0rem;font-size:1rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #A30xcnsH0TMkmBTZwDWeMs9SbGvH8KTU { width:16.25rem;height:3.4375rem;top:33.937986373901rem;left:0rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #uohfNnuckTsGsqX4s4hFkqmk4FWn2HPy { display:block; }
 }@media only screen and (max-width: 763px) { #owHo4TuWq9XuPOedD5MeGxB6UE9kEruR { width:20rem;height:40.1875rem;top:0rem;left:0rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #xOyKmR2gz8cRvXTeshkrSa1rC7SapRRg { background-color:#47697d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xOyKmR2gz8cRvXTeshkrSa1rC7SapRRg > .row .container { background-color: transparent; background-image: none; }#xOyKmR2gz8cRvXTeshkrSa1rC7SapRRg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xOyKmR2gz8cRvXTeshkrSa1rC7SapRRg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xOyKmR2gz8cRvXTeshkrSa1rC7SapRRg > .row .container > .video-iframe-container { display: none; }#xOyKmR2gz8cRvXTeshkrSa1rC7SapRRg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xOyKmR2gz8cRvXTeshkrSa1rC7SapRRg > .row > .video-iframe-container { display: none; }#xOyKmR2gz8cRvXTeshkrSa1rC7SapRRg > .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); }#xOyKmR2gz8cRvXTeshkrSa1rC7SapRRg > .row .container { border-width: 0; border-radius: 0; }#xOyKmR2gz8cRvXTeshkrSa1rC7SapRRg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xOyKmR2gz8cRvXTeshkrSa1rC7SapRRg > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gPUCu52mNC3tEkqzRD6tvruie0SutiVV { top:0.8740234375rem;left:5.3125rem;width:9.375rem;height:2.5625rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:10.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UgwfyQ7NSZCV1JtFydnaAhA4la5DG8Qv { width:1.875rem;height:1.875rem;top:0.9375rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCvm2BwI9vq60SmuVGeOiyAtgslaQ0OQ { width:1.875rem;height:1.875rem;top:1rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgOiZFk2f25ZMkktGQFnAeeGzRyoVr5C { width:6.6875rem;height:1.6503875rem;top:3.25rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvZCF2AUQgkAwxQx4q4w6AbbGXKOk04W { width:3.875rem;height:1.6503875rem;top:3.25rem;left:7.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9rCKie4TvmZ9i7fGaP4sKfzkq5tINoy { width:5.1875rem;height:1.6503875rem;top:3.25rem;left:14.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bk8Gpe2tc8bwfwcqcg6dNXdpm0ciFWuc { width:2.1875rem;height:2.1875rem;top:5.6875rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqZnfQLlnnUNCSH6XOgikutPVChPnpZ5 { width:4.9375rem;height:1.6503875rem;top:8rem;left:7.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BToSSUUPZkzbAec296HTXRTDSb5LeKkw { width:2rem;height:2rem;top:5.8125rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIkrTRPJy0kcwClzExTkghlFS4wslEM8 { width:3.125rem;height:1.6503875rem;top:8rem;left:14.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gb9lpNki6Wt2mLShHhToSpq7e2f48S9d { width:2.1875rem;height:2.1875rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6snf2ATCu7g7W54dMzW9uTnmur5U70P { width:2.1875rem;height:2.0625rem;top:5.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P940ZVvTQpP0CaglFHne8C62QwDCrPnC { width:5.5rem;height:1.6503875rem;top:8rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhUVuuPc7itxu4kctKz8Qnm2zbZDEZiu { display:block; }#nhUVuuPc7itxu4kctKz8Qnm2zbZDEZiu > .row .container { width:20rem;height:65.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vuoykdIfCQKfu48fRgy1mlzTkCordfhX { width:20rem;height:5.8496125rem;top:3.75rem;left:0rem;font-size:1.625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #CgZPzRltId6g6BcSSKggThTzWS3JvN3L { width:20rem;height:17.3125rem;top:44.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZbJx1QI1I8vgLgPEkp0guwOAJ4I5U2f { width:16.2498125rem;height:3.43695625rem;top:36.999057769776rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2QHfKEygKKsNE88EhTqXXkSFK9xsUQa { display:block; }
 }@media only screen and (max-width: 763px) { #uFq5HidD13Jk6ETkdITqGnImALRTbXh3 { width:19.999625rem;height:24.2293125rem;top:11.170796394348rem;left:0rem;font-size:1.0625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #IqmqxSW3WJNOze4d4T8S4oZqrSmaBveH { display:block; }#IqmqxSW3WJNOze4d4T8S4oZqrSmaBveH > .row .container { width:20rem;height:15.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nbUer7eDTrbDO1Ldts2XoenX9QL8a0AB { width:19.999625rem;height:5.1009125rem;top:6.9001379013063rem;left:0rem;font-size:1.0625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #e9HJaubsU80h7vXvHLVfox0NpZOfWJnQ { width:19.999625rem;height:4.951175rem;top:0.87438583374025rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZgQEKryQdtVkoLoT2TuL3PNGkaeqGT2 { display:block; }#wZgQEKryQdtVkoLoT2TuL3PNGkaeqGT2 > .row .container { width:20rem;height:94.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lka1SDNEJOzfk4fmQJci1OaSryDZWnMQ { width:16.624375rem;height:1.4615875rem;top:3.8110504150391rem;left:1.68701171875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRXywcPTeI7FMe6orKxawfftGTdGSMvw { width:16.624375rem;height:4.87305rem;top:6.1246719360351rem;left:1.68701171875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAa3kdE81Sb8HOC1SLQ1bIBbmdaF97XA { width:2.062175rem;height:1.62435rem;top:12.635904312134rem;left:1.68701171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1p4SNid2A9ODxVTdDNU4TFL6gKG2X7v { width:5.187175rem;height:3.41064375rem;top:12.3125rem;left:4.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfypTE2xtXgRN4rcvlVr7tr3IVrFVXNp { width:19.998375rem;height:12.5rem;top:24.029132843017rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFGQuJM0TyVpuqwgTKd6WJ8AomfT7OAy { width:20rem;height:39.375rem;top:1.748046875rem;left:0rem;z-index:14997;border-top-left-radius:1.875rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDBOXO5qNuqwqC0FbQKsAMTX9QFf19I7 { width:20rem;height:1.2182625rem;top:16.8125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I2f0JaVilqGZyJLqAJEtTSiGCnSFiKbb { width:17.4373125rem;height:3.4375rem;top:19.715982437134rem;left:1.2801105976105rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVAqCCBGIhuUT3cdKwZ1Q6SwFp4lWGed { display:block; }
 }@media only screen and (max-width: 763px) { #Nn3Myzk2Mt7FrW82GV4u9MvLd1v0s4L4 { width:15.374375rem;height:6.09130625rem;top:51.561685562134rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0dvhnucixhory5uh7EdDnTSZent7tM0 { width:16.687rem;height:1.4615875rem;top:48.25rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dbqk7He78KozNqigcHalb4IrOzDMVu6g { width:2.062175rem;height:1.63655625rem;top:58.629556655884rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBETO3i3kTQesrrX814xlqsbAbihStmd { width:6.25rem;height:2.2737625rem;top:58.3125rem;left:4.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHL3p5CKmwh55gwCDgGi2E2JZzG4m6GD { width:3.49935rem;height:1.13688125rem;top:58.3125rem;left:13.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8TNq95e2ZumsnUTX0q3t67CQflA9yf6 { width:17.5rem;height:3.4375rem;top:69.4375rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aaidXb9CenKi0TlgaX82I1gEy2PUSvyV { display:block; }
 }@media only screen and (max-width: 763px) { #stD3xyeZNsHn3SsRJXb7UOM2M8w26dTa { width:19.6875rem;height:1.2182625rem;top:67.25rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kEnhb1NgsrA1CUp9aPw15mmZQ53w0nWe { width:19.9991875rem;height:12.5rem;top:74.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBmVsz642G8hrN25HqKxeDKiTgJICXZd { width:20rem;height:47.0625rem;top:45.0625rem;left:0rem;z-index:14997;border-top-left-radius:1.875rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmksQFyZmvT1JTFPbJrHABIWeK6t8k5K { width:4.874675rem;height:2.2737625rem;top:62.1875rem;left:3.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBWiPdTd0Ei8qruOnewNdW7CQTE71RCG { display:flex;width:1.6870125rem;height:1.6870125rem;top:62.479654312134rem;left:1.25rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #TV2QTbm21Pr2Z5nXAcG1QLkTmkP46ztS { width:6.25rem;height:3.41064375rem;top:12.3125rem;left:13.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhMUJuiMBGsnwFfXJwMgRQ2yhRf3p4gM { display:flex;width:1.875rem;height:1.875rem;top:12.5rem;left:10.5625rem; }
 }@media only screen and (max-width: 763px) { #DQA5TOMzt09uLW62STNdwaOHEQEpOh9N { display:flex;width:1.6875rem;height:1.6875rem;top:58.0625rem;left:11.0625rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #HiHdv8dGHiuoqsNsmWiB4FhWJoSQHneQ { display:block; }#HiHdv8dGHiuoqsNsmWiB4FhWJoSQHneQ > .row .container { width:20rem;height:54.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oTNzIKCzzBfrm4JM33TNsCigCKIvmCzA { width:16.624375rem;height:1.4615875rem;top:7.0621747970581rem;left:1.68701171875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPepQ9PlpyTyv3cbJgMaRzdHqI7zPlCU { width:16.624375rem;height:4.87305rem;top:9.4368491172788rem;left:1.68701171875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHfSP8g9N7vWQrGnbB123emxoOqpbDTT { width:5.187175rem;height:1.13688125rem;top:16.125rem;left:4rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WumXSEa5mwGv0QJuqVfN2ElLBSEB8Vv7 { width:3.125rem;height:2.2737625rem;top:18.75rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4ZlGOxRFilfAJkMeXbgUlZXOvgHDoNM { width:20rem;height:45.9375rem;top:3.56201171875rem;left:0rem;z-index:14997;border-top-left-radius:1.875rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThrD0FOgZ4yT533OfGmqEi25vyfvSAJb { width:20rem;height:1.2182625rem;top:22.9375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rD7EKoTvC9Pw1f6eSF5CVSAZSZmfkiiP { width:17.5rem;height:3.4375rem;top:25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGLPt2DH6vCB6pKBJImmVcaOoBB2ddfI { display:block; }
 }@media only screen and (max-width: 763px) { #eqrUW5p8WznDMDW0LC5EgRkq79IRRXtq { width:19.9991875rem;height:12.5rem;top:30.187173843384rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCnf7RxcOBP9PP6XUqZTOU7yQV6iM9kA { width:4.6875rem;height:1.13688125rem;top:19.3125rem;left:13.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhIFSGrBRfUUOxtfooU45uQbyMgZgr7d { display:flex;width:1.6870125rem;height:1.6870125rem;top:15.875rem;left:1.6875rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #fHRkdTNLXmA65eanMDoektlsvkeIpalm { display:flex;width:1.6870125rem;height:1.6870125rem;top:19.0625rem;left:1.4375rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #xQyiDuSvwqRqzqnSzBHcBPnm06ToxaXC { display:flex;width:1.6870125rem;height:1.6870125rem;top:19.0625rem;left:11.0625rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #wfbJtNInfCss8ObtywcShzNTySCsSy6m { display:block; }#wfbJtNInfCss8ObtywcShzNTySCsSy6m > .row .container { width:20rem;height:37.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T8lvdsz8PALs9eU4Cy4AXJsnll6GSSyS { width:3.125rem;height:3.125rem;top:6.9375rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJlp6OXgbX6hnNBETwJycR9au1kZSSVF { width:3.125rem;height:3.125rem;top:14rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xW3WVO9Nldh9GZcQ1uKshGg3pKMriZ8G { width:7.5rem;height:1.0310875rem;top:10.375rem;left:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkEqPHX5gbwSc7sTi1f5LGPvAu2ZTnyT { width:6.25rem;height:1.21889375rem;top:10.8125rem;left:11.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVkIwg4glwTsstZZ0fdrIQJNbuvZGHTX { width:6.25rem;height:1.21889375rem;top:17.875rem;left:1.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTLgBpwWT2DclTcIdsAoULLxwqefLINo { width:3.125rem;height:3.125rem;top:14rem;left:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQlzPDM1fHN06mE5PZ2NKRVbMTBNR5oC { width:6.25rem;height:2.0625rem;top:17.4375rem;left:11.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGTk6h7CV4DITu301mmzVNf9DqbsOGWu { width:3.125rem;height:3.125rem;top:21.0625rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUPxHd8hDumgXQc9JecfWftIP7U2CUWx { width:6.25rem;height:1.0310875rem;top:24.5rem;left:1.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4coWCAVxuGJWRQSrsr89nHpRocWv18d { width:3.125rem;height:3.125rem;top:21.0625rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMn4ZO0UUNWcr574m3prtU1az0lupwMf { width:6.25rem;height:2.0625rem;top:24.5rem;left:11.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcMzynanuIfUQ8J5NMuJxqE94lJrZxHt { width:3.125rem;height:3.125rem;top:6.9375rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXHGBSx4Jr1ECJQ6WU2cWpokkdy48Wao { width:3.125rem;height:3.125rem;top:28.125rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTGo3DzPG0L1dwhMo5B7M0LNTA2m5N9L { width:3.125rem;height:3.125rem;top:28.125rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pATxod0P4qJ2XWctdV1wGAMoTAuQiQhk { width:6.25rem;height:2.0625rem;top:31.5625rem;left:1.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pytcms7flDvUwbI4BVar4iIDwXEIFvCV { width:7.5rem;height:3.0932625rem;top:31.5625rem;left:10.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnHhJS3eg26VB9o9Fzzv1hmTRIPJs7WW { width:19.9995rem;height:3.30078125rem;top:1.5625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ubRGDbeQW7pKTcItXOdtw7CpE5Ht9MK7 { display:block; }#ubRGDbeQW7pKTcItXOdtw7CpE5Ht9MK7 > .row .container { width:20rem;height:35.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xJ8iPrJJsAOXWRhoecf9em6VSnGcTRIy { width:20rem;height:2.11263125rem;top:3.4375rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #x2GRp5XmEq2JlFZ6cQzA4hwcDUByuJMx { width:15.9369375rem;height:2.9993125rem;top:29.427987098694rem;left:2.0299840569496rem;display:block; }
 }@media only screen and (max-width: 763px) { #ziuM5so6AzSCSo4XnZu9vJvBmCDUZhu0 { display:block; }
 }@media only screen and (max-width: 763px) { #xuZp3flm0GgDFnaKzKR7uJBLss19qdrC { width:18.686625rem;height:2.69856875rem;top:8.2841796875rem;left:0.6552734375rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #MviCqkhvK7EBhRzIrs1o7zq3itXgwwdi { width:17.6875rem;height:13.45257970323rem;top:22.625rem;left:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #K1plxMeyRnKRVdkODsX2r7z5ysQFXkJn { width:19.999rem;height:2.25rem;top:12.49609375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #SkQ53fUWeJ2xgk1EBruMXTQ8TmClu5qv { width:3.125rem;height:3.125rem;top:18.53125rem;left:2.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxkBJqaWh7abI5QhSufp1cCsudAKXHcu { width:4.625rem;height:1.78548125rem;top:23.5029296875rem;left:1.28125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2fLNs65byaEI82l7HAvsmo9IhvA1ocZ { width:5.625rem;height:0.893375rem;top:23.056640625rem;left:7.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkNpLPILePxTlLcsvoe4mqOfwO5ZTq0k { width:3.125rem;height:3.125rem;top:18.53125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5ONgZfTpJdciUn9OLiIg8OQECtrmQc6 { width:5.4375rem;height:1.78548125rem;top:23.056640625rem;left:13.748046875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hp1Q6ZvuZWGi7ViCyE0qEqmrI1kkcvSz { width:3.125rem;height:3.125rem;top:18.53125rem;left:14.904296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOSVT9Wo7VPRhsvhMHEAH7pPJN4Odb13 { display:block; }#yOSVT9Wo7VPRhsvhMHEAH7pPJN4Odb13 > .row .container { width:20rem;height:51.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RNguM8HgSU0A9TCUlzFLhZrUTyFM4ATQ { width:19.999625rem;height:16.6241875rem;top:32.427299499512rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0okvakzHVxJ78OrnIeHPEx1p6kGeUge { width:19.999625rem;height:6.6015625rem;top:1.7487831115723rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MyxEdvT6XqFHePpfEu9pc6KEET6pb63l { width:19.999625rem;height:20.403625rem;top:10.198748588562rem;left:0rem;font-size:1.0625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #w8lQn8RlxVwy3o4TMlf79FaU1bDW8KM1 { display:block; }#w8lQn8RlxVwy3o4TMlf79FaU1bDW8KM1 > .row .container { width:20rem;height:39.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z6Z3TJ0zc32QBHiGuQ04Xm6CuXA1sdvT { width:20rem;height:6.337875rem;top:3.125rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #yPSdC7QdW0UaHaXAWLtfKovTOelg0o8Z { width:17.6875rem;height:13.452226181757rem;top:6.0625rem;left:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #q4C6HDdtxtXOD9HMCoM6wWCJfpEfVhMy { width:16.1875rem;height:3.375rem;top:26.25rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wqtrr9KR7koiFKqBRxHtJiMtzRHXTrw5 { display:block; }
 }@media only screen and (max-width: 763px) { #ZVMED9LHeTfnhzII6LplVWHAo3vS4dU4 { width:16.1875rem;height:3.375rem;top:30.9375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJR9ncegkeUhiyqJdthAlAMOd2M7JrLV { display:block; }
 }@media only screen and (max-width: 763px) { #ZzHyRemJ7EPUhlMdRys2sBGMO2A3tp4U { width:19.999625rem;height:2.69856875rem;top:16.875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #s8uNkGxEooBU2hr13GwWcyJrlH6emrQ1 { width:19.999625rem;height:2.69856875rem;top:20.8125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #enIqXaA5ipuGbQvNdMufMRl5XBSOAd2b { width:19.999625rem;height:4.04785rem;top:11.5625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #QV0ltwkS6Hvp56AwKWTq48nnWMkweUJX { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9160401b-0eaa-4d9d-a9a3-a9f06619fd9a/Tuffatimobile.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:3.75rem;display:block; }#QV0ltwkS6Hvp56AwKWTq48nnWMkweUJX.adaptive-delivery-prevent-bg, #QV0ltwkS6Hvp56AwKWTq48nnWMkweUJX.lazyload, #QV0ltwkS6Hvp56AwKWTq48nnWMkweUJX.lazyloading { background-image: none; }#QV0ltwkS6Hvp56AwKWTq48nnWMkweUJX > .row .container { background-color: transparent; background-image: none; }#QV0ltwkS6Hvp56AwKWTq48nnWMkweUJX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#QV0ltwkS6Hvp56AwKWTq48nnWMkweUJX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QV0ltwkS6Hvp56AwKWTq48nnWMkweUJX > .row .container > .video-iframe-container { display: none; }#QV0ltwkS6Hvp56AwKWTq48nnWMkweUJX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#QV0ltwkS6Hvp56AwKWTq48nnWMkweUJX > .row > .video-iframe-container { display: none; }#QV0ltwkS6Hvp56AwKWTq48nnWMkweUJX > .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); }#QV0ltwkS6Hvp56AwKWTq48nnWMkweUJX > .row .container { border-width: 0; border-radius: 0; }#QV0ltwkS6Hvp56AwKWTq48nnWMkweUJX::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:3.75rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:3.75rem; }#QV0ltwkS6Hvp56AwKWTq48nnWMkweUJX > .row > .video-iframe-container { border-top-left-radius:3.75rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:3.75rem; }#QV0ltwkS6Hvp56AwKWTq48nnWMkweUJX > .row .container { width:20rem;height:56.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ecx2OKmTF2qUidgQQipkmQCZ5FHOhhwz { width:19.9985625rem;height:8.6979375rem;top:5.4365234375rem;left:0rem;font-size:1.8125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #nzRhKd6oXDTp9cWOGyWFSBAWpzz6qJ6P { width:19.9998125rem;height:3.41064375rem;top:15.374006271363rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDqW6qxesSZLQTgRsVGTxozLkNWv0AUS { width:14.185875rem;height:3.43595625rem;top:20.18571472168rem;left:2.9065584540367rem;font-size:1.25rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFgVw1ok5zeKKwsDl0VTnSdOZTrv7S6u { display:block; }
 }@media only screen and (max-width: 763px) { #MC3MIBJ0KG4Atx7XanHcCEQwDxeKUaP8 { width:5.124025rem;height:2.11263125rem;top:45.4375rem;left:6.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXai44tuOwf8Cq8ddIHIQyJ8VJw6FTU9 { width:12.625rem;height:1.1375125rem;top:47.25rem;left:6.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKxWwqXzlKKOHtia4SzNtGPnHE02a00D { width:3.75rem;height:3.75rem;top:44.875rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEOuCEdnQI8HRMacNyOAbXAy9WTX85hu { width:7.0625rem;height:4.9995125rem;top:40rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulWFKBHspsulUN8wXd59iw3LOtMQeypW { width:13.0625rem;height:1.1375125rem;top:42.6875rem;left:6.4375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bvKbcUtosVplZONbfg1xRELiXC3iauJ6 { width:4.75rem;height:2.11263125rem;top:40.6875rem;left:6.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #reffWa3FBSBg1cU26u0VTz0qT7JQcCp5 { width:3.9370125rem;height:2.11263125rem;top:50.0625rem;left:6.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWn4VcyWHizixxB7RbctGoBiybBAHIac { width:12.5625rem;height:1.1375125rem;top:51.875rem;left:6.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNHh33bE9AyVavKS8cPeqb0aJJPWZzZs { width:4rem;height:3.7495125rem;top:49.4375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVLI733rByNKZ2IsO1581F0ub0m4sMoA { width:20rem;height:0.125rem;top:39.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOCZTx9Bi6cdDz6HaTcACidPA95xKHcO { width:20rem;height:0.125rem;top:54.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiTcUc23Mw1saX8cAoBlDo452g3mfi33 { width:20rem;height:14.6875rem;top:39.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4FMb0hTyOHZ0cN6lz4K7OwC5yDWz3Tx { width:8.375rem;height:1.4375rem;top:50.4375rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCwOewgoL5q8UKKLpZZLry1NycUmA2mm { width:8.9375rem;height:1.4375rem;top:45.8125rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PIrN9uOMhBdmxkJPIkUJLhrPTHg3Za9c { width:7.875rem;height:1.4375rem;top:41.1875rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dabvJy35yNa3p2CxKqeluvXT2IW9wVrI { display:block; }#dabvJy35yNa3p2CxKqeluvXT2IW9wVrI > .row .container { width:20rem;height:34.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZfiW8DEB1T2EadkVFZ8cGtg1xRFzeQrc { width:19.9998125rem;height:6.171875rem;top:2.93603515625rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nA7bT6B4dTRIRIn0ygurIWqBT4bv5LyM { width:17.125rem;height:3.4375rem;top:10.1875rem;left:1.46875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D74y1CQrmnBGwm0n4LnoHE0uBKJNnXem { display:block; }
 }@media only screen and (max-width: 763px) { #zXyHWe1dCDOG5NT06LwC8TgOJslfavyq { width:17.125rem;height:3.4375rem;top:14.1875rem;left:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTgL6BVm3T1K50Me7vLkK0NgKwCyRq9G { display:block; }
 }@media only screen and (max-width: 763px) { #u3qWhyUTOgnTgGeMXUPAOU9LyumrfuuO { width:17.1875rem;height:3.4375rem;top:18.1875rem;left:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KL1JwEyZdx601463bsNIn3do1RZ0srX7 { display:block; }
 }@media only screen and (max-width: 763px) { #qIIOhvn6vnAfnUiEqU2gWXc3Q8ZzGIKD { width:17.0625rem;height:3.4375rem;top:26.1875rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMuuFeduWmpKmZkAOq6DaVtGiAqszufM { display:block; }
 }@media only screen and (max-width: 763px) { #fbcc5NJCbdPg02LaUsxEcQstwpXEXg6e { width:17.0625rem;height:3.4375rem;top:30.125rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKJLkH6kKZsTsbOAS6CVHUvJEyGqTsMH { display:block; }
 }@media only screen and (max-width: 763px) { #DAsHF0APHX7un23DcBq2bcMXpKaO1FRv { width:17.125rem;height:3.4375rem;top:22.1875rem;left:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLuFKgBMnSTVSp3lZo20KkkpSW4HKPWg { display:block; }
 }@media only screen and (max-width: 763px) { #K6rZLkTRuZeQiFTg7ane6PDR4DewiEt5 { display:block; }#K6rZLkTRuZeQiFTg7ane6PDR4DewiEt5 > .row .container { width:20rem;height:37.371440917969rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aUQ52Q3R1DFFXBGwhIyaqTV01vrrgQ25 { width:17.6875rem;height:11.25rem;top:17.3125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzAhmDXdyNwgNFSCXgtAd2AEOukvL6Em { width:9.9369375rem;height:2.4746125rem;top:30.89363861084rem;left:5.0310103297234rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SUCzaFEBlT6zb3fCyVl6rZIobO3irgqt { display:flex;width:1.6867125rem;height:1.93685rem;top:34.061470031738rem;left:5.8747941851616rem; }
#SUCzaFEBlT6zb3fCyVl6rZIobO3irgqt > img { max-width: 100%;max-height:100%; width:1.6867125rem; height:1.93685rem; } }@media only screen and (max-width: 763px) { #RVzwgPCmA2ZTNy7iCOPBDu3rBSTNinyB { display:flex;width:2.1869875rem;height:2.31205625rem;top:33.873012542724rem;left:8.9055644869806rem; }
#RVzwgPCmA2ZTNy7iCOPBDu3rBSTNinyB > img { max-width: 100%;max-height:100%; width:2.1869875rem; height:2.31205625rem; } }@media only screen and (max-width: 763px) { #M1J7U2yw4FbXNLoOF8B86PyhyEpLCIsR { display:flex;width:2.1869875rem;height:2.31205625rem;top:33.873012542724rem;left:12.123937785626rem; }
#M1J7U2yw4FbXNLoOF8B86PyhyEpLCIsR > img { max-width: 100%;max-height:100%; width:2.1869875rem; height:2.31205625rem; } }@media only screen and (max-width: 763px) { #QCip3OEZ6spewXE4Ry65xwCbeMCaqQTm { width:17.6875rem;height:10.122075rem;top:7.1875rem;left:1.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bnMdslhxi94pXD3PoR1AaAyT18fpamn7 { width:19.9998125rem;height:34.0623125rem;top:3.3100252151489rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWaghaaPX8h0BJpkz7LsgkhZtUOBNOtw { display:block; }#pWaghaaPX8h0BJpkz7LsgkhZtUOBNOtw > .row .container { width:20rem;height:11.0213234375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D9GWPiz1zzMzTLWE5f0h0DK2fT4Zlb8T { width:12.436625rem;height:1.05615rem;top:7.9058742523194rem;left:3.7811815142631rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TBzdayKqpqKXBqLhNMwUrmC0COQeEA9T { width:19.9991875rem;height:4.22200625rem;top:2.6030960083008rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HibNU37tP4qRwvRlT38td91wpB1sO3pc { width:12.936rem;height:2.06191875rem;top:8.9603900909425rem;left:3.5319010615349rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XVFJODd8tf973EReKElJVTZTrFalczS3 { display:block; }
 }@media only screen and (max-width: 763px) { #UJ5TMMqXuxqDtovTuiD2QTqQPat3AWrZ { position:relative;z-index:auto;background-color:#ffffff;background-image:none;display:block; }#UJ5TMMqXuxqDtovTuiD2QTqQPat3AWrZ > .row .container { background-color: transparent; background-image: none; }#UJ5TMMqXuxqDtovTuiD2QTqQPat3AWrZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UJ5TMMqXuxqDtovTuiD2QTqQPat3AWrZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UJ5TMMqXuxqDtovTuiD2QTqQPat3AWrZ > .row .container > .video-iframe-container { display: none; }#UJ5TMMqXuxqDtovTuiD2QTqQPat3AWrZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UJ5TMMqXuxqDtovTuiD2QTqQPat3AWrZ > .row > .video-iframe-container { display: none; }#UJ5TMMqXuxqDtovTuiD2QTqQPat3AWrZ > .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); }#UJ5TMMqXuxqDtovTuiD2QTqQPat3AWrZ > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pr0SII0VOI1EnEqET8IhOSd46hCOvLtw { width:12.5rem;height:2.8125rem;top:0.15589141845703rem;left:3.7498193383217rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HD21AaNwLN3fC3H7a0gC2U0Wz66hZBMN { display:block; }
 }@media only screen and (max-width: 763px) { #t9znTaJVGKPPNLaxZ73u5iGSFXXTHiDi { display:block; }#t9znTaJVGKPPNLaxZ73u5iGSFXXTHiDi > .row .container { width:20rem;height:10.9375rem;position:relative;display:block; } }