.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:224,228,234;--color-primary-1:163,174,192;--color-primary-2:102,120,150;--color-primary-3:61,72,90;--color-primary-4:0,30,80;--color-secondary-0:255,255,255;--color-secondary-1:255,255,255;--color-secondary-2:255,255,255;--color-secondary-3:128,128,128;--color-secondary-4:38,38,38;--color-tertiary-0:255,255,255;--color-tertiary-1:163,174,192;--color-tertiary-2:102,120,150;--color-tertiary-3:61,72,90;--color-tertiary-4:0,30,80;--headlines-font-family:"VW Head";--paragraphs-font-family:"VW Head"; }@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); }#vUZ9TEi6iX3qEsPyaJbTauumPan1S2hi { z-index:auto;position:relative;display:block; }#vUZ9TEi6iX3qEsPyaJbTauumPan1S2hi { background-color: transparent; background-image: none; }#vUZ9TEi6iX3qEsPyaJbTauumPan1S2hi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vUZ9TEi6iX3qEsPyaJbTauumPan1S2hi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vUZ9TEi6iX3qEsPyaJbTauumPan1S2hi > .row .container > .video-iframe-container { display: none; }#vUZ9TEi6iX3qEsPyaJbTauumPan1S2hi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vUZ9TEi6iX3qEsPyaJbTauumPan1S2hi > .row > .video-iframe-container { display: none; }#vUZ9TEi6iX3qEsPyaJbTauumPan1S2hi > .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); }#vUZ9TEi6iX3qEsPyaJbTauumPan1S2hi { border-width: 0; border-radius: 0; }#vUZ9TEi6iX3qEsPyaJbTauumPan1S2hi > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vUZ9TEi6iX3qEsPyaJbTauumPan1S2hi > .row .container { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/84db0970-b706-4cc1-9121-a32faa549d2d/VolkswagenZenDaybanner1625x650.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;font-size:0.875rem;font-family:arial;height:30rem;width:75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;overflow:visible;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#vUZ9TEi6iX3qEsPyaJbTauumPan1S2hi > .row .container.adaptive-delivery-prevent-bg, #vUZ9TEi6iX3qEsPyaJbTauumPan1S2hi > .row .container.lazyload, #vUZ9TEi6iX3qEsPyaJbTauumPan1S2hi > .row .container.lazyloading { background-image: none; }#fh4fnZSHaf1zuHsOV4EFDmekPpC9eBBe { position:relative;display:block; }#fh4fnZSHaf1zuHsOV4EFDmekPpC9eBBe { background-color: transparent; background-image: none; }#fh4fnZSHaf1zuHsOV4EFDmekPpC9eBBe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fh4fnZSHaf1zuHsOV4EFDmekPpC9eBBe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fh4fnZSHaf1zuHsOV4EFDmekPpC9eBBe > .row .container > .video-iframe-container { display: none; }#fh4fnZSHaf1zuHsOV4EFDmekPpC9eBBe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fh4fnZSHaf1zuHsOV4EFDmekPpC9eBBe > .row > .video-iframe-container { display: none; }#fh4fnZSHaf1zuHsOV4EFDmekPpC9eBBe > .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); }#fh4fnZSHaf1zuHsOV4EFDmekPpC9eBBe { border-width: 0; border-radius: 0; }#fh4fnZSHaf1zuHsOV4EFDmekPpC9eBBe > .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; }#fh4fnZSHaf1zuHsOV4EFDmekPpC9eBBe > .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.5625rem;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; }#TEBCe6bAFi5xRn1ZKEffLc927zEaA20k { color:rgba(var(--color-tertiary-4),1);display:block;width:49.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:4.337890625rem;left:12.75rem;height:2.2749rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qaZG87gTXePXTQzgl6AsbIIZpLdaxy54 { color:rgba(var(--color-tertiary-4),1);display:block;width:56.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:8.181640625rem;left:9.34375rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OKJ45nZpsm98wz3KzKs27JbFCSXfFI50 { position:relative;display:block; }#OKJ45nZpsm98wz3KzKs27JbFCSXfFI50 { background-color: transparent; background-image: none; }#OKJ45nZpsm98wz3KzKs27JbFCSXfFI50::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OKJ45nZpsm98wz3KzKs27JbFCSXfFI50 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OKJ45nZpsm98wz3KzKs27JbFCSXfFI50 > .row .container > .video-iframe-container { display: none; }#OKJ45nZpsm98wz3KzKs27JbFCSXfFI50 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OKJ45nZpsm98wz3KzKs27JbFCSXfFI50 > .row > .video-iframe-container { display: none; }#OKJ45nZpsm98wz3KzKs27JbFCSXfFI50 > .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); }#OKJ45nZpsm98wz3KzKs27JbFCSXfFI50 { border-width: 0; border-radius: 0; }#OKJ45nZpsm98wz3KzKs27JbFCSXfFI50 > .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; }#OKJ45nZpsm98wz3KzKs27JbFCSXfFI50 > .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:35.5rem;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; }#UDxTlBqwn36uDD2p7Td7Qo4CyLE5g3Rl { 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:21rem;width:37.375rem;top:0rem;left:37.518564356436rem;overflow:hidden;display:block; }
#rKgVLs5fmsDedwgUlM1wzgqRN9qFDFhS { color:rgba(var(--color-tertiary-4),1);display:block;width:26.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:0.8125rem;left:0rem;height:2.92480625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#elq6blKUTqnSqeVIPNpyN62g9VJAp5Xv { color:rgba(var(--color-tertiary-4),1);display:block;width:26.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:5.125rem;left:0rem;height:2.9248rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LaTxiTbsweZrGn4IIgdrhEI24S7DpZLI { color:rgba(var(--color-tertiary-4),1);display:block;width:26.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:9.8125rem;left:0rem;height:7.312rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#huhx648x5HHseNOucTJWgpw9HmeOLqVE { color:rgba(var(--color-tertiary-4),1);display:block;width:26.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:19.0625rem;left:0rem;height:5.84960625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bvw5fXvRUWJ8DHboHxKJEiPRimUgPEox { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;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:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:2.4375rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:27.5625rem;left:0rem;display:block; }
#HsUd5qzI0soD5shfGXgucZOgwDOhKTCV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yeTaqoB0IfZZXVICXlxrN14iefSEVQKI { position:relative;display:block; }#yeTaqoB0IfZZXVICXlxrN14iefSEVQKI { background-color: transparent; background-image: none; }#yeTaqoB0IfZZXVICXlxrN14iefSEVQKI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yeTaqoB0IfZZXVICXlxrN14iefSEVQKI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yeTaqoB0IfZZXVICXlxrN14iefSEVQKI > .row .container > .video-iframe-container { display: none; }#yeTaqoB0IfZZXVICXlxrN14iefSEVQKI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yeTaqoB0IfZZXVICXlxrN14iefSEVQKI > .row > .video-iframe-container { display: none; }#yeTaqoB0IfZZXVICXlxrN14iefSEVQKI > .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); }#yeTaqoB0IfZZXVICXlxrN14iefSEVQKI { border-width: 0; border-radius: 0; }#yeTaqoB0IfZZXVICXlxrN14iefSEVQKI > .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; }#yeTaqoB0IfZZXVICXlxrN14iefSEVQKI > .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:4.9375rem;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; }#rK3JH1AUI0u8OQwRHOyVlW3Kp5x3QUiP { position:relative;display:block; }#rK3JH1AUI0u8OQwRHOyVlW3Kp5x3QUiP { background-color: transparent; background-image: none; }#rK3JH1AUI0u8OQwRHOyVlW3Kp5x3QUiP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rK3JH1AUI0u8OQwRHOyVlW3Kp5x3QUiP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rK3JH1AUI0u8OQwRHOyVlW3Kp5x3QUiP > .row .container > .video-iframe-container { display: none; }#rK3JH1AUI0u8OQwRHOyVlW3Kp5x3QUiP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rK3JH1AUI0u8OQwRHOyVlW3Kp5x3QUiP > .row > .video-iframe-container { display: none; }#rK3JH1AUI0u8OQwRHOyVlW3Kp5x3QUiP > .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); }#rK3JH1AUI0u8OQwRHOyVlW3Kp5x3QUiP { border-width: 0; border-radius: 0; }#rK3JH1AUI0u8OQwRHOyVlW3Kp5x3QUiP > .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; }#rK3JH1AUI0u8OQwRHOyVlW3Kp5x3QUiP > .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:57.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; }#JUvs26VcNbO0rwsQrUP0OpbPLwePKAlG .widget-form-header {  }
#JUvs26VcNbO0rwsQrUP0OpbPLwePKAlG .widget-regular-label { height:auto;display:block;font-family:seat;font-size:0.875rem;font-weight:300;color:#000000;width:65.6875rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal;line-height:1.8;overflow:hidden;text-align:left;text-align-last:left;vertical-align:top; }
#JUvs26VcNbO0rwsQrUP0OpbPLwePKAlG .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:65.6875rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial;vertical-align:top; }
#JUvs26VcNbO0rwsQrUP0OpbPLwePKAlG .widget-input-text {padding-top: 0; padding-bottom: 0;}#JUvs26VcNbO0rwsQrUP0OpbPLwePKAlG .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:65.6875rem;box-sizing:border-box;height:4.5rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial;vertical-align:top; }
#JUvs26VcNbO0rwsQrUP0OpbPLwePKAlG .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:65.6875rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-family:"vw text";font-size:0.875rem;overflow:hidden;vertical-align:top;font-weight:300;font-style:normal; }
#JUvs26VcNbO0rwsQrUP0OpbPLwePKAlG .widget-input-select {padding-top: 0; padding-bottom: 0;}#JUvs26VcNbO0rwsQrUP0OpbPLwePKAlG .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#JUvs26VcNbO0rwsQrUP0OpbPLwePKAlG .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#JUvs26VcNbO0rwsQrUP0OpbPLwePKAlG .widget-input-button { border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;background-color:rgba(var(--color-tertiary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:14.75rem;margin-bottom:0.25rem;margin-left:14.75rem;display:block;box-sizing:border-box;font-size:0.9375rem;font-weight:300;color:rgba(var(--color-secondary-0),1);width:36.125rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden;font-style:normal; }
#JUvs26VcNbO0rwsQrUP0OpbPLwePKAlG [class*="-text"]:-moz-placeholder { color:#000000;font-family:"vw text";font-size:0.875rem;font-weight:300;font-style:normal; }
#JUvs26VcNbO0rwsQrUP0OpbPLwePKAlG [class*="-text"]::-moz-placeholder { color:#000000;font-family:"vw text";font-size:0.875rem;font-weight:300;font-style:normal; }
#JUvs26VcNbO0rwsQrUP0OpbPLwePKAlG [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:"vw text";font-size:0.875rem;font-weight:300;font-style:normal; }
#JUvs26VcNbO0rwsQrUP0OpbPLwePKAlG [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:"vw text";font-size:0.875rem;font-weight:300;font-style:normal; }
#JUvs26VcNbO0rwsQrUP0OpbPLwePKAlG .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"vw text";line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:64.4375rem;overflow:hidden;font-style:normal;float:none; }
#JUvs26VcNbO0rwsQrUP0OpbPLwePKAlG .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#JUvs26VcNbO0rwsQrUP0OpbPLwePKAlG .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:seat;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#JUvs26VcNbO0rwsQrUP0OpbPLwePKAlG .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#JUvs26VcNbO0rwsQrUP0OpbPLwePKAlG .widget-container:first-of-type{padding-top:0;}#JUvs26VcNbO0rwsQrUP0OpbPLwePKAlG .widget-container:last-of-type{padding-bottom:0;}#JUvs26VcNbO0rwsQrUP0OpbPLwePKAlG  { background-color:rgba(var(--color-tertiary-0),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:65.6875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15007;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:8.875rem;left:3.40625rem; }
#JUvs26VcNbO0rwsQrUP0OpbPLwePKAlG .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:65.6875rem;display:block;vertical-align:top; }
#JUvs26VcNbO0rwsQrUP0OpbPLwePKAlG .widget-info-text { display:block;height:auto;font-family:arial;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#JUvs26VcNbO0rwsQrUP0OpbPLwePKAlG {display:block;}#JUvs26VcNbO0rwsQrUP0OpbPLwePKAlG { background-color:rgba(var(--color-tertiary-0),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:65.6875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15007;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:8.875rem;left:3.40625rem; }
#JUvs26VcNbO0rwsQrUP0OpbPLwePKAlG #o7kvLewZL5Vz3K8AD7wwSl3wpSWXfiJe { position:relative; }
#JUvs26VcNbO0rwsQrUP0OpbPLwePKAlG #sDEzqcqiRyb9DCX2kd20UsQcx7kwJ8Pl { position:relative;display:none; }
#JUvs26VcNbO0rwsQrUP0OpbPLwePKAlG #BcOH407oJKrt4gb0u8GcK0UCZfGKhUPS { position:relative; }
#JUvs26VcNbO0rwsQrUP0OpbPLwePKAlG #dTGTGHRr8tA6LsgbgSVPSvceeRIthNLT { position:relative; }
#JUvs26VcNbO0rwsQrUP0OpbPLwePKAlG #vypvPq99FbJEUuFxmW9eD3TzIbo9VgG9 { position:relative;display:none; }
#JUvs26VcNbO0rwsQrUP0OpbPLwePKAlG #NduimkvaGWnTB9ulKTq1GtG4DtTTcxOt { position:relative; }
#JUvs26VcNbO0rwsQrUP0OpbPLwePKAlG #knhlq9b4yEMWvV8ss7VKkDdvmQTxNRpn { position:relative; }
#JUvs26VcNbO0rwsQrUP0OpbPLwePKAlG #WtgvlivhEyXeMHfKTGpWIiSAuyToDQoS { position:relative;display:none; }
#JUvs26VcNbO0rwsQrUP0OpbPLwePKAlG #UzTlzmpPxB0g87eMV9F3L2GcD0pO1fa1 { position:relative; }
#JUvs26VcNbO0rwsQrUP0OpbPLwePKAlG #d7OrQfo9E8TPci2maCTgPTA3ycVNTgIB { position:relative; }
#JUvs26VcNbO0rwsQrUP0OpbPLwePKAlG #gDyfycxzrgSMVHecf5stPmwIwCqxagn7 { position:relative;display:none; }
#JUvs26VcNbO0rwsQrUP0OpbPLwePKAlG #E7F97ivIemwskz7MSAEdhkATGNlVw7Te { position:relative; }
#JUvs26VcNbO0rwsQrUP0OpbPLwePKAlG #Cb4KJXDZqemTadqUdMGSGdMFIeiy5IdX { position:relative; }
#JUvs26VcNbO0rwsQrUP0OpbPLwePKAlG #ENFr1FFBrb1CK2lLmOfIDtFoMezKcv8b { position:relative;display:none; }
#JUvs26VcNbO0rwsQrUP0OpbPLwePKAlG #RuoXh2oa4NX0gsohV5FRK6CptIr2Rznm { position:relative; }
#JUvs26VcNbO0rwsQrUP0OpbPLwePKAlG #WmQ2V3U2BTz88DrdP4lGIwmhveGAfW3M { position:relative; }
#JUvs26VcNbO0rwsQrUP0OpbPLwePKAlG #W5LmOtIvecrwQPPrllL1UO025PuwixKt { position:relative;z-index:2; }
#JUvs26VcNbO0rwsQrUP0OpbPLwePKAlG #NOA88l14eeK4ivPhzQMq1gDiG06G52qM { position:relative; }
#JUvs26VcNbO0rwsQrUP0OpbPLwePKAlG #sKWADNQ6DEPtPXCgqqlgaVuSwETfBmtf { position:relative; }
#JUvs26VcNbO0rwsQrUP0OpbPLwePKAlG #kyH3dMCZuT8l7bMdamsJQ0Oe49FyVGXV { position:relative;z-index:2; }
#JUvs26VcNbO0rwsQrUP0OpbPLwePKAlG #LP6QoKlPADVhsuDhIGBkfx1k9wg5Ivq4 { position:relative; }
#btfEJ7FP8gdAw9sL1xUQWPSDZwNpScs9 { position:relative;display:block; }
#d3BTGUbOdpzyfk8piestty8xzzGRDBKC { position:relative;display:block; }
#udIXi4PeTq4LlZ9W8T2KLLXGrTEHuaVC { position:relative;display:block; }
#JUvs26VcNbO0rwsQrUP0OpbPLwePKAlG #HixcRN9aaK5XgVEZ3Rrb7lIJqKwusgVN { position:relative; }
#JUvs26VcNbO0rwsQrUP0OpbPLwePKAlG #q2XzvpR7vssp2X3birStgzQ1IgXWGATm { position:relative; }
#JMMVVVb3samnENgdw2SqmFMF5tls3Knt { color:rgba(var(--color-tertiary-4),1);display:block;width:49.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:4.09375rem;left:12.75rem;height:2.2749rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HGb96VVsSqms0seLMPcCkmp11n6x5nm5 { color:#003466;display:block;width:13.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:49.25rem;left:40.25rem;height:2.2744125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#appm8h68JvRFs1nT9wapJikXFvbnOKZJ { color:#003466;display:block;width:10.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:47.9375rem;left:41.5rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#De7JwmZLOcPuEEebWTrysu000bUWbnkJ { color:#003466;display:block;width:13.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:49.1875rem;left:21.375rem;height:2.2744125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zCg1XsLXQpm80XZ1iWpfORUTC2M38Itn { color:#003466;display:block;width:10.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:47.875rem;left:22.625rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rwxPxorvGKBSMGV1lITnpFvi9kUWMm3n { color:rgba(var(--color-tertiary-4),1);display:block;width:49.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:43.28125rem;left:12.75rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aOXo88HFAUUcWXTZ75HJcMcJxeuxkypR { box-sizing:content-box;height:4.0625rem;width:0.125rem;position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-primary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:47.52392578125rem;left:37.4375rem;display:block; }
#XPL5A8Tt5BnVIhVEVqHUePdS6fu9PgFb { position:relative;display:none; }#XPL5A8Tt5BnVIhVEVqHUePdS6fu9PgFb { border-width: 0; border-radius: 0; }#XPL5A8Tt5BnVIhVEVqHUePdS6fu9PgFb > .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; }#XPL5A8Tt5BnVIhVEVqHUePdS6fu9PgFb > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/4f7a1dd5-4a24-4c9d-a94b-57e6a113e4f3/vwgolfgte.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:32.0625rem;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; }#XPL5A8Tt5BnVIhVEVqHUePdS6fu9PgFb > .row .container.adaptive-delivery-prevent-bg, #XPL5A8Tt5BnVIhVEVqHUePdS6fu9PgFb > .row .container.lazyload, #XPL5A8Tt5BnVIhVEVqHUePdS6fu9PgFb > .row .container.lazyloading { background-image: none; }#tAxLBMKITuvdSbo8vf4SNqVMiixnpaxb { position:relative;display:none; }#tAxLBMKITuvdSbo8vf4SNqVMiixnpaxb { border-width: 0; border-radius: 0; }#tAxLBMKITuvdSbo8vf4SNqVMiixnpaxb > .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; }#tAxLBMKITuvdSbo8vf4SNqVMiixnpaxb > .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:11.0625rem;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; }#sczdMyXdN8svX6vL0rp6O83eJxMTLTRw { color:rgba(var(--color-tertiary-4),1);display:block;width:26.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:4.91845703125rem;left:24.125rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rL9Jq5oNJn3xfoDETPbl3uookepkaMfe { position:relative;display:none; }#rL9Jq5oNJn3xfoDETPbl3uookepkaMfe { border-width: 0; border-radius: 0; }#rL9Jq5oNJn3xfoDETPbl3uookepkaMfe > .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; }#rL9Jq5oNJn3xfoDETPbl3uookepkaMfe > .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:62.5625rem;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; }#Wbym8M02MVnPoC88WETI07gwpgDzIU6F { color:rgba(var(--color-tertiary-4),1);display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15032;line-height:1.3;letter-spacing:0;top:19.48828125rem;left:3.5rem;height:3.574225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BNQTozwXAq4bPbvM4xriBkfVJSugFEdB { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;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:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.625rem;height:2.4375rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:36.5625rem;left:8.1875rem;display:block; }
#BefohnTtTmTAPX8Qgv4ynxgfGgw3zTJI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mhAShVBiPEsAnE5iQOAiTb9Vw61rDWJs { color:rgba(var(--color-tertiary-4),1);display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:13.6875rem;left:3.5rem;height:1.13720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FNr4x2QyIHfmEdAIsO4LHWHt6PigJv9s { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.875rem;width:21.1875rem;top:0rem;left:2.375rem;overflow:hidden;display:block; }
#N3t9GxsW96qlTWvJuPDf2atoS5A4pIOb { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;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:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.625rem;height:2.4375rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:24.0625rem;left:33.1875rem;display:block; }
#h1BfPQFNAXQ02RdN81fKBpGdAGol1ODi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fNUkPD3f5l1FdWxn0bP8rDLpRcnlI2rE { color:rgba(var(--color-tertiary-4),1);display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15034;line-height:1.3;letter-spacing:0;top:13.625rem;left:28.5rem;height:1.13720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qBkvFpwSt93auyeePkrgVdKHzXCW03Ze { position:absolute;display:block;z-index:15030;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:11.875rem;width:21.1875rem;top:0rem;left:26.90625rem;overflow:hidden;display:block; }
#NbNT1ddumoVTINrnuzFQVPZDPG9toVzF { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;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:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.625rem;height:2.4375rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:24.0625rem;left:58.1875rem;display:block; }
#XEqZ3UGEHlmBqKsv9g8HNaphVTMx7brs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NDtWK9qmgvLQ8dOT3Oo8HWgXy9i4UaoI { color:rgba(var(--color-tertiary-4),1);display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15047;line-height:1.3;letter-spacing:0;top:14.875rem;left:53.5rem;height:3.574225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QtOzerRsnCWXCG5HlrIMC8KxeLLMqTKi { color:rgba(var(--color-tertiary-4),1);display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15042;line-height:1.3;letter-spacing:0;top:13.75rem;left:53.5rem;height:1.13720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#roXhdWmo4iGozgDBrM7xNv6sVamkntqd { position:absolute;display:block;z-index:15036;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:11.875rem;width:21.0625rem;top:0rem;left:51.96875rem;overflow:hidden;display:block; }
#BLa9gmeMstuTEedQA2WO3ngoKmJPt1cf { color:rgba(var(--color-tertiary-4),1);display:block;width:20.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.5rem;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:42.0625rem;left:2.375rem;height:16.89745rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XtNhvJ2lnU0kwCZzBkrPGl99TTXDWcGa { color:rgba(var(--color-tertiary-4),1);display:block;width:20.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.5rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:42.0625rem;left:27.375rem;height:17.5473875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OoRAp0DwxlAqx6hAz7EvNu3RoyMv2fz9 { color:rgba(var(--color-tertiary-4),1);display:block;width:23.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.5rem;font-weight:300;z-index:15030;line-height:1.3;letter-spacing:0;top:40.875rem;left:50.96875rem;height:11.698225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PoQTHQLq15wnBEtSk2IMmFNTxTUAK4TX { color:rgba(var(--color-tertiary-4),1);display:block;width:20.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15041;line-height:1.3;letter-spacing:0;top:14.82421875rem;left:2.40625rem;height:3.574225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GCr8mlagWKr2R57f6Mceh70AAiHX9ZcX { color:rgba(var(--color-tertiary-4),1);display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15034;line-height:1.3;letter-spacing:0;top:19.48828125rem;left:28.5rem;height:3.574225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hlSKVPRiPZmO9y3sThK4JDI2FmAhyRRE { color:rgba(var(--color-tertiary-4),1);display:block;width:20.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15043;line-height:1.3;letter-spacing:0;top:14.875rem;left:27.4375rem;height:3.574225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Xrv4HTUHlWkQEuZsdhg49dDhhP9yuw1f { color:rgba(var(--color-tertiary-4),1);display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15044;line-height:1.3;letter-spacing:0;top:31.875rem;left:53.5rem;height:3.574225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Kn1IF8UeWMZzABG9s1KlvyhLi4d5LDKf { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;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:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.625rem;height:2.4375rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:36.5rem;left:58.1875rem;display:block; }
#RAx8o3zq5Zx8lZ624MFBprWia5BTTPD0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#a3mpfGbHV1nTT08vPRlvzn9MnJGhnZUr { color:rgba(var(--color-tertiary-4),1);display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15039;line-height:1.3;letter-spacing:0;top:30.75rem;left:53.5rem;height:1.13720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H2iRRdaz8pc9flTEW4iloQg0Amivs3GQ { color:rgba(var(--color-tertiary-4),1);display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:30.75rem;left:3.5rem;height:1.13720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bomyMCsxRiHghKOWU7lVG0TgM3HO516w { color:rgba(var(--color-tertiary-4),1);display:block;width:20.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15043;line-height:1.3;letter-spacing:0;top:31.875rem;left:2.4375rem;height:3.574225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#M9EeefX4blZ7v31h3ZfvtBbH3dGmnwzN { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;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:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.625rem;height:2.4375rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:24.0625rem;left:8.1875rem;display:block; }
#QppsUqDP0JJydztqDpT6No1prX7dkcub { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BO0rPXgZwmb5P5zIBrOpLH1BL6F7JxVv { color:rgba(var(--color-tertiary-4),1);display:block;width:20.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15046;line-height:1.3;letter-spacing:0;top:31.9375rem;left:27.4375rem;height:3.574225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Uy1HnEhmF2PnS4HlpArx313XI8XyQOol { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;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:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.625rem;height:2.4375rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:36.625rem;left:33.1875rem;display:block; }
#a3pLRmiGwu3lEPpWhLS4zFny3TgIiqRF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#J7oWGkDtZtGUnueTpFx76dLKX0HCr2P3 { color:rgba(var(--color-tertiary-4),1);display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15032;line-height:1.3;letter-spacing:0;top:30.8125rem;left:28.5rem;height:1.13720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#d0MH9Fry5bQqe46tzuc1xWTAtIiveCzR { position:relative;display:none; }#d0MH9Fry5bQqe46tzuc1xWTAtIiveCzR { border-width: 0; border-radius: 0; }#d0MH9Fry5bQqe46tzuc1xWTAtIiveCzR > .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; }#d0MH9Fry5bQqe46tzuc1xWTAtIiveCzR > .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:23.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:none; }#g85htbaKvWbtApFr0ihfikdPKC5n7arN { color:rgba(var(--color-tertiary-4),1);display:block;width:20.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.5rem;font-weight:300;z-index:15033;line-height:1.3;letter-spacing:0;top:15.25rem;left:14.625rem;height:3.2495125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BMHknyd1pcaE92hZ3t6usmsrU5zzw9Wk { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;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:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.625rem;height:2.4375rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:9.6875rem;left:20.4375rem;display:block; }
#HEV7wH9QNqFMifZRnGaqaPt9XRITLnDJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sefGempvMt3PQpocFpdK8nw1CWN5Lruw { color:rgba(var(--color-tertiary-4),1);display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15042;line-height:1.3;letter-spacing:0;top:5.0625rem;left:15.75rem;height:3.574225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#slnXdstQxDxqNtt3MSOqCC1TWevhs1r0 { color:rgba(var(--color-tertiary-4),1);display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15047;line-height:1.3;letter-spacing:0;top:3.1875rem;left:15.75rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GLUiO8hrqf7CKSKU0BQbiie0TzmSgvVt { color:rgba(var(--color-tertiary-4),1);display:block;width:20.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.5rem;font-weight:300;z-index:15037;line-height:1.3;letter-spacing:0;top:15.25rem;left:40rem;height:3.2495125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#F6ZOWCJ0o35bxCftnAUZzpXFzz7KO7Qs { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;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:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.625rem;height:2.4375rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:9.6875rem;left:45.8125rem;display:block; }
#fe5qdtnvVGFErH7KgUwckSxXcT34u9RT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wW4lyM0ITHyxlVpTHZ6A06464FzozUWu { color:rgba(var(--color-tertiary-4),1);display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15046;line-height:1.3;letter-spacing:0;top:5.0625rem;left:41.125rem;height:3.574225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#atLsGpcqWikMzUU0elg2edTawg1crz0G { color:rgba(var(--color-tertiary-4),1);display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:3.1875rem;left:41.125rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CTionESgaf7PDBJ3o9xGk80BsULHiqoC { position:relative;display:none; }#CTionESgaf7PDBJ3o9xGk80BsULHiqoC { border-width: 0; border-radius: 0; }#CTionESgaf7PDBJ3o9xGk80BsULHiqoC > .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; }#CTionESgaf7PDBJ3o9xGk80BsULHiqoC > .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:67.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:none; }#OqkNvhiza31KS1imJrQilWatAG0AUzWO { color:rgba(var(--color-tertiary-4),1);display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15032;line-height:1.3;letter-spacing:0;top:14.8125rem;left:3.5rem;height:3.574225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LzREhn4mzbFVMUMJZTZXkbMhvleBPrET { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;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:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.625rem;height:2.4375rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:25.625rem;left:8.1875rem;display:block; }
#dAzkvmxAOOEdqWu6APMv6MgumVGmnUCv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MIuPxrF7mwED0RC3ZeuDO1ly5mOHsbzr { color:rgba(var(--color-tertiary-4),1);display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:13.6875rem;left:3.5rem;height:1.13720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#laTaGOXysIVWfbZVkxs2OvCt62QnyG5A { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.875rem;width:21.1875rem;top:0rem;left:2.375rem;overflow:hidden;display:block; }
#ysmAkPvll6kWtZ1JDdNkrBhTNBVp1DMi { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;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:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.625rem;height:2.4375rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:25.625rem;left:33.1875rem;display:block; }
#VtL7FWqq0uDpoFiRai2GdVHAD29boRr6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zUSTTADis6PP1sWBNyheKTClGZdEUAO3 { color:rgba(var(--color-tertiary-4),1);display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15039;line-height:1.3;letter-spacing:0;top:14.75rem;left:28.5rem;height:3.574225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZvqEUT1TgrXJZ7wR4RI864DoTT4SFTUi { color:rgba(var(--color-tertiary-4),1);display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15034;line-height:1.3;letter-spacing:0;top:13.625rem;left:28.5rem;height:1.13720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wfLc19TClmyaiV39VThrvHcNz3B9e8cP { position:absolute;display:block;z-index:15030;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:11.875rem;width:21.1875rem;top:0rem;left:26.90625rem;overflow:hidden;display:block; }
#dKLayIyQGaTMECeKGqc3EHmJRRTRVSQ3 { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;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:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.625rem;height:2.4375rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:25.625rem;left:58.1875rem;display:block; }
#i3qDgAxIFJqEnQLycnAI8vI1tSrE2EWf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Z0aSg1m1JK97e2XI6xuBh57n6Nf0e0Q5 { color:rgba(var(--color-tertiary-4),1);display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15042;line-height:1.3;letter-spacing:0;top:13.75rem;left:53.5rem;height:1.13720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UUEJLTW3d7lHvQZxqM06S4gCnHHZudRJ { position:absolute;display:block;z-index:15036;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:11.8125rem;width:21.0625rem;top:0rem;left:51.96875rem;overflow:hidden;display:block; }
#B04PFcgT5BbDVNceKhw70oKHZQRVOAlp { color:rgba(var(--color-tertiary-4),1);display:block;width:20.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.5rem;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:42.625rem;left:2.375rem;height:12.9980375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QrBWL92CCLXbUWPoFQ9cBJJZyEXwMEUH { color:rgba(var(--color-tertiary-4),1);display:block;width:20.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.5rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:42.625rem;left:27.34375rem;height:13.647975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WJ5P7kTIWAo7PgL9rHKB95XfTwOD6AsM { color:rgba(var(--color-tertiary-4),1);display:block;width:23.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.5rem;font-weight:300;z-index:15030;line-height:1.3;letter-spacing:0;top:42.94873046875rem;left:50.96875rem;height:21.4468rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nDvK28yT0Q8TUq9IXZz4B4OH2QbhT6nh { color:rgba(var(--color-tertiary-4),1);display:block;width:19.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15035;line-height:1.3;letter-spacing:0;top:14.8125rem;left:52.9375rem;height:3.57421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KDlW79x5wpi4skkzzVbV24WEEBNOutE8 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15036;line-height:1.3;letter-spacing:0;top:20.21875rem;left:53.375rem;height:3.57421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zv3slnkzidDI9L4rkQJ6wZo5VOCLSqZ3 { color:rgba(var(--color-tertiary-4),1);display:block;width:20.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15047;line-height:1.3;letter-spacing:0;top:32.26171875rem;left:2.03125rem;height:3.574225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sSJT5BK4gSLtShOUmAWTE9VNS5TA4dcL { color:rgba(var(--color-tertiary-4),1);display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15042;line-height:1.3;letter-spacing:0;top:31.125rem;left:3.5rem;height:1.13720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iRlg6sPuFXmiB9mgNI5RqDQlITLU4nNT { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;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:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.625rem;height:2.4375rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:36.875rem;left:8.1875rem;display:block; }
#kwbRrTtMUNgtzzfMyDzuu25BaJRic3zh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TTxEtGzemnlINMSBN1HZgJSvCEFuWdQB { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;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:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.625rem;height:2.4375rem;text-decoration:none;z-index:15041;text-align:center;text-align-last:center;top:36.875rem;left:33.1875rem;display:block; }
#qpumX5Q52tCFNB3UxrcRoQQzC6BOkuTX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tCcHJnUTLO7Poa01fkJKeR6c5key2sFD { color:rgba(var(--color-tertiary-4),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:32.26171875rem;left:26.25rem;height:3.574225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TvVaxgVtZJ156FBSIeVmmgCvcCzOIIao { color:rgba(var(--color-tertiary-4),1);display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15045;line-height:1.3;letter-spacing:0;top:31.125rem;left:28.5rem;height:1.13720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Hvo0qQPkfoQdJisLC7T14VFy3mItW1Bh { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;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:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.625rem;height:2.4375rem;text-decoration:none;z-index:15044;text-align:center;text-align-last:center;top:36.875rem;left:58.1875rem;display:block; }
#LkQIDM9fsND6LRF8PDWA4GJhNcChCAtV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hZEo0hKo7tSxbqXWmgiWVxw4vgnsk2vi { color:rgba(var(--color-tertiary-4),1);display:block;width:20.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15053;line-height:1.3;letter-spacing:0;top:32.25rem;left:52.0625rem;height:3.574225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kAB7ITwGVnbTE01vHiw0Kq0WuHwn2Qqh { color:rgba(var(--color-tertiary-4),1);display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15048;line-height:1.3;letter-spacing:0;top:31.125rem;left:53.5rem;height:1.13720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rfrcLdDaPFyfOWCDoE85FRXhPlh5yZ4M { position:relative;display:none; }#rfrcLdDaPFyfOWCDoE85FRXhPlh5yZ4M { border-width: 0; border-radius: 0; }#rfrcLdDaPFyfOWCDoE85FRXhPlh5yZ4M > .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; }#rfrcLdDaPFyfOWCDoE85FRXhPlh5yZ4M > .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:11.0625rem;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; }#GKBWKXMpoL2K2W72Z9HXqIpBxbwiyO1N { color:rgba(var(--color-tertiary-4),1);display:block;width:26.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:4.91845703125rem;left:24.125rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oA4GxdmOloT3aq9qmxJ8pdGQlo4pi2D1 { position:relative;display:none; }#oA4GxdmOloT3aq9qmxJ8pdGQlo4pi2D1 { border-width: 0; border-radius: 0; }#oA4GxdmOloT3aq9qmxJ8pdGQlo4pi2D1 > .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; }#oA4GxdmOloT3aq9qmxJ8pdGQlo4pi2D1 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/72b0165d-08bd-4287-8e05-d5c106ed883e/vwtiguanphev2.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:32.0625rem;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; }#oA4GxdmOloT3aq9qmxJ8pdGQlo4pi2D1 > .row .container.adaptive-delivery-prevent-bg, #oA4GxdmOloT3aq9qmxJ8pdGQlo4pi2D1 > .row .container.lazyload, #oA4GxdmOloT3aq9qmxJ8pdGQlo4pi2D1 > .row .container.lazyloading { background-image: none; }#eTQV4LoomWILuCmtHJcF4tUa3fz3Nvga { position:relative;display:none; }#eTQV4LoomWILuCmtHJcF4tUa3fz3Nvga { border-width: 0; border-radius: 0; }#eTQV4LoomWILuCmtHJcF4tUa3fz3Nvga > .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; }#eTQV4LoomWILuCmtHJcF4tUa3fz3Nvga > .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:23.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:none; }#PgyaEIipei5Zv815dZHGIMrdAQKSCIAe { color:rgba(var(--color-tertiary-4),1);display:block;width:20.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.5rem;font-weight:300;z-index:15033;line-height:1.3;letter-spacing:0;top:15.25rem;left:14.625rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PRnRRC8PRnP6Et85DWSZbbMcxwHJEsw4 { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;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:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.625rem;height:2.4375rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:9.6875rem;left:20.4375rem;display:block; }
#uHk9VVq4sNLAHOeDaPNVBe3eqIwcWCDl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NoLBvHsi7kuZy4RW0FNM7TiesTL7zipA { color:rgba(var(--color-tertiary-4),1);display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15042;line-height:1.3;letter-spacing:0;top:5.0625rem;left:15.75rem;height:3.574225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HD64benWbnvul9L5RqfvW8X41lPXPRme { color:rgba(var(--color-tertiary-4),1);display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15047;line-height:1.3;letter-spacing:0;top:3.1875rem;left:15.75rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KRJbkgX9TTEh6S2Hs28pVGcnd4DdBHcc { color:rgba(var(--color-tertiary-4),1);display:block;width:20.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.5rem;font-weight:300;z-index:15037;line-height:1.3;letter-spacing:0;top:15.25rem;left:40rem;height:3.2495125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sxHeeekk1t7SiT6uOntasL0iTxFVTfNJ { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;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:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.625rem;height:2.4375rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:9.6875rem;left:45.8125rem;display:block; }
#OrhmcGPZnwredAEiP0KZ7i0nug0U859i { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Eg8iQTLCOpXEifJymJuQ5MHK6kFQSMs0 { color:rgba(var(--color-tertiary-4),1);display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15046;line-height:1.3;letter-spacing:0;top:5.0625rem;left:41.125rem;height:3.574225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WOBc1T2HsP7Lh7aR1EpNqt1ElsBizErs { color:rgba(var(--color-tertiary-4),1);display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:3.1875rem;left:41.125rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#u7txWpIuVucVq1LVMFn6ap8LDRkb7hvD { position:relative;display:none; }#u7txWpIuVucVq1LVMFn6ap8LDRkb7hvD { border-width: 0; border-radius: 0; }#u7txWpIuVucVq1LVMFn6ap8LDRkb7hvD > .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; }#u7txWpIuVucVq1LVMFn6ap8LDRkb7hvD > .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:11.0625rem;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; }#qkDTwgWRaeRKc3wEk3fZhnF7pW4Qbfrs { color:rgba(var(--color-tertiary-4),1);display:block;width:33.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:4.54345703125rem;left:20.59375rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cfUOaWeBp79dJE6QrLyDgrB4WPyqBoVZ { position:relative;display:none; }#cfUOaWeBp79dJE6QrLyDgrB4WPyqBoVZ { border-width: 0; border-radius: 0; }#cfUOaWeBp79dJE6QrLyDgrB4WPyqBoVZ > .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; }#cfUOaWeBp79dJE6QrLyDgrB4WPyqBoVZ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/086da234-33ce-4ec6-8217-629a04b97c74/TY0007_RANGE_BEACH_PSO4k1.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:32.0625rem;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; }#cfUOaWeBp79dJE6QrLyDgrB4WPyqBoVZ > .row .container.adaptive-delivery-prevent-bg, #cfUOaWeBp79dJE6QrLyDgrB4WPyqBoVZ > .row .container.lazyload, #cfUOaWeBp79dJE6QrLyDgrB4WPyqBoVZ > .row .container.lazyloading { background-image: none; }#g5vERQUaE4ZwV3hPx36tN7haWR3vHzZe { position:relative;display:none; }#g5vERQUaE4ZwV3hPx36tN7haWR3vHzZe { border-width: 0; border-radius: 0; }#g5vERQUaE4ZwV3hPx36tN7haWR3vHzZe > .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; }#g5vERQUaE4ZwV3hPx36tN7haWR3vHzZe > .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:23.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:none; }#Jeh2p43sPJ5HSKiWtgcF1LcpbTHqAELU { color:rgba(var(--color-tertiary-4),1);display:block;width:20.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.5rem;font-weight:300;z-index:15033;line-height:1.3;letter-spacing:0;top:15.25rem;left:14.625rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xN7rioRPsVUzXWvX8rUQPShZvHInuMW1 { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;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:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.625rem;height:2.4375rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:9.6875rem;left:20.4375rem;display:block; }
#iPckRfkeklozAChlwvaThyKRTiZpzf3v { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#imxDmMbk4OFNT0Q1wsG4JeEXMo46xczD { color:rgba(var(--color-tertiary-4),1);display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15042;line-height:1.3;letter-spacing:0;top:5.0625rem;left:15.75rem;height:3.574225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#c7ZRqQSMzPB7aJLtzxaSR60Xfix2mM1P { color:rgba(var(--color-tertiary-4),1);display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15047;line-height:1.3;letter-spacing:0;top:3.1875rem;left:15.75rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AUzChOfPASwWbGxSQF56XGDsD6zFQM3A { color:rgba(var(--color-tertiary-4),1);display:block;width:20.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.5rem;font-weight:300;z-index:15037;line-height:1.3;letter-spacing:0;top:15.25rem;left:40rem;height:3.2495125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#V3VoRmLJJdSk88eDhEyOsy3JoiBUAbHT { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;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:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.625rem;height:2.4375rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:9.6875rem;left:45.8125rem;display:block; }
#VaVwuN2iyV34xTooOgrdlGyPtNFtx6Vs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DksNpWR8ceyxnmh2qTDKAINCZ7wA4iNW { color:rgba(var(--color-tertiary-4),1);display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15046;line-height:1.3;letter-spacing:0;top:5.0625rem;left:41.125rem;height:3.574225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#z5awamqrQhE8HaEeuLGWQXX5aV9Ps63I { color:rgba(var(--color-tertiary-4),1);display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:3.1875rem;left:41.125rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EBDoINtzkkhB7mODzrKghcs6TsQhLrk2 { position:relative;display:none; }#EBDoINtzkkhB7mODzrKghcs6TsQhLrk2 { border-width: 0; border-radius: 0; }#EBDoINtzkkhB7mODzrKghcs6TsQhLrk2 > .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; }#EBDoINtzkkhB7mODzrKghcs6TsQhLrk2 > .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:11.0625rem;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; }#nyLm69VSmNDu3aX7s8I1TXoc7zO2c8AO { color:rgba(var(--color-tertiary-4),1);display:block;width:33.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:4.54345703125rem;left:20.59375rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qnLV83wxxZUzMH4AP5O8l6NqTShyvNpo { position:relative;display:none; }#qnLV83wxxZUzMH4AP5O8l6NqTShyvNpo { border-width: 0; border-radius: 0; }#qnLV83wxxZUzMH4AP5O8l6NqTShyvNpo > .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; }#qnLV83wxxZUzMH4AP5O8l6NqTShyvNpo > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/ed3827b3-073c-4a58-955e-0a09c718b7d5/hpbvwnovopassat_a.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:32.0625rem;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; }#qnLV83wxxZUzMH4AP5O8l6NqTShyvNpo > .row .container.adaptive-delivery-prevent-bg, #qnLV83wxxZUzMH4AP5O8l6NqTShyvNpo > .row .container.lazyload, #qnLV83wxxZUzMH4AP5O8l6NqTShyvNpo > .row .container.lazyloading { background-image: none; }#ApOvLt9G2GRllGZU857lc0Op8JNnKsVp { position:relative;display:none; }#ApOvLt9G2GRllGZU857lc0Op8JNnKsVp { border-width: 0; border-radius: 0; }#ApOvLt9G2GRllGZU857lc0Op8JNnKsVp > .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; }#ApOvLt9G2GRllGZU857lc0Op8JNnKsVp > .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:29.0625rem;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; }#ligfNyhTWBbDzbXokeCeTpSg3HmyIlPU { color:rgba(var(--color-tertiary-4),1);display:block;width:20.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.5rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:15.625rem;left:27.34375rem;height:3.2495125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yvo9tTQA5fQaugHLLZOO8pgrlOsLbt89 { color:rgba(var(--color-tertiary-4),1);display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15030;line-height:1.3;letter-spacing:0;top:13.6875rem;left:3.5rem;height:1.13720625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#yHhlKCiQBg0JiM7Q3QWbmqzM5NA6lTZH { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;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:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.625rem;height:2.4375rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:10.0625rem;left:33.1875rem;display:block; }
#qTgobxleNlMKTeTSbB1TusM2FXCwg7b7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kBRikJ9MWzvxtRG9DqtFw8LaDZs2VbET { color:rgba(var(--color-tertiary-4),1);display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15038;line-height:1.3;letter-spacing:0;top:5.4375rem;left:28.5rem;height:3.574225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DBQJudiAx3b9L3yafCB9HJMsgrezKL2D { color:rgba(var(--color-tertiary-4),1);display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15033;line-height:1.3;letter-spacing:0;top:13.8125rem;left:28.5rem;height:1.13720625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#n513iLDZZxcszZ7JfMVvtpG6lSa95dZk { color:rgba(var(--color-tertiary-4),1);display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15036;line-height:1.3;letter-spacing:0;top:13.75rem;left:53.5rem;height:1.13720625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#nNeIzUboGcBNNnuBS3kUSkx733MsN7eV { color:rgba(var(--color-tertiary-4),1);display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15043;line-height:1.3;letter-spacing:0;top:3.58740234375rem;left:28.5rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rTcTwVQbdu8CPg1muByJfTIxsnLzs9rg { position:relative;display:none; }#rTcTwVQbdu8CPg1muByJfTIxsnLzs9rg { border-width: 0; border-radius: 0; }#rTcTwVQbdu8CPg1muByJfTIxsnLzs9rg > .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; }#rTcTwVQbdu8CPg1muByJfTIxsnLzs9rg > .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:11.0625rem;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; }#FXSxr1F3TpMnFveIn1tZqlJbEBo6VI6y { color:rgba(var(--color-tertiary-4),1);display:block;width:29.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:4.85595703125rem;left:22.96875rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H95oJH98P547eoeOiV2BT9crMDPqHnlO { position:relative;display:none; }#H95oJH98P547eoeOiV2BT9crMDPqHnlO { border-width: 0; border-radius: 0; }#H95oJH98P547eoeOiV2BT9crMDPqHnlO > .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; }#H95oJH98P547eoeOiV2BT9crMDPqHnlO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/c7528c4a-cb80-40e5-8d52-8e6f0a5964c8/hodrn2lbglsrdi54mbtu.format_auto.avif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:32.0625rem;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; }#H95oJH98P547eoeOiV2BT9crMDPqHnlO > .row .container.adaptive-delivery-prevent-bg, #H95oJH98P547eoeOiV2BT9crMDPqHnlO > .row .container.lazyload, #H95oJH98P547eoeOiV2BT9crMDPqHnlO > .row .container.lazyloading { background-image: none; }#NMs8Qm9aTRU0rJavLsL7CWCaH8eJOzMT { position:relative;display:none; }#NMs8Qm9aTRU0rJavLsL7CWCaH8eJOzMT { border-width: 0; border-radius: 0; }#NMs8Qm9aTRU0rJavLsL7CWCaH8eJOzMT > .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; }#NMs8Qm9aTRU0rJavLsL7CWCaH8eJOzMT > .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:23.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:none; }#TMGyOtDztIVVVczoZ8zR99cRJap9mauX { color:rgba(var(--color-tertiary-4),1);display:block;width:20.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.5rem;font-weight:300;z-index:15033;line-height:1.3;letter-spacing:0;top:15.25rem;left:14.625rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qNoZRTIINUwMP8vqPatVztwduZbebkJK { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;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:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.625rem;height:2.4375rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:9.6875rem;left:20.4375rem;display:block; }
#zW1RVoCTg2mRehpf9eOWMtWxbIsZ7TD0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LC8oQW74vZaAUw3dPEm8nLwv90R5lirn { color:rgba(var(--color-tertiary-4),1);display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15042;line-height:1.3;letter-spacing:0;top:5.0625rem;left:15.75rem;height:3.574225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#giIkAEADafWK7mXIe2Mb2uqwNlGiZGMG { color:rgba(var(--color-tertiary-4),1);display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15047;line-height:1.3;letter-spacing:0;top:3.1875rem;left:15.75rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ok8yP9nqUmhtL2y8f0ArMJEFpxoBwL0I { color:rgba(var(--color-tertiary-4),1);display:block;width:20.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.5rem;font-weight:300;z-index:15037;line-height:1.3;letter-spacing:0;top:15.25rem;left:40rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BMasmuk4HZiXMIki1JdlsQGOckml5AAA { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;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:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.625rem;height:2.4375rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:9.6875rem;left:45.8125rem;display:block; }
#LKeMOkJ4kCzRdeZRPsVUu9g109ZXWsWk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZNDwTcJ4Vy8WcEzZpZWeTpBSSZlZ9Qnx { color:rgba(var(--color-tertiary-4),1);display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15046;line-height:1.3;letter-spacing:0;top:5.0625rem;left:41.125rem;height:3.574225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#m6Tq6dhgSFT7GefVEGh9a0NS2JJVUyfi { color:rgba(var(--color-tertiary-4),1);display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:3.1875rem;left:41.125rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CZTwAB3AJvHbfZ876UzQFTQHpTvbZG3K { position:relative;display:none; }#CZTwAB3AJvHbfZ876UzQFTQHpTvbZG3K { border-width: 0; border-radius: 0; }#CZTwAB3AJvHbfZ876UzQFTQHpTvbZG3K > .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; }#CZTwAB3AJvHbfZ876UzQFTQHpTvbZG3K > .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:32.5625rem;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; }#qGM3Bq5nMmr32z2Vw0ih6NRIGqLZx63E { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;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:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.625rem;height:2.4375rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:19.375rem;left:33.1875rem;display:block; }
#QaXktmmSatq2mn06IzMQTSM9fXGTHDUx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ErZrhaHRU2voAzdDNK8DJOSUkUIJL2qi { color:rgba(var(--color-tertiary-4),1);display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15039;line-height:1.3;letter-spacing:0;top:14.75rem;left:28.5rem;height:3.574225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#prJzB9ToeQHNTGTnqSTT5psA947ZJKTn { color:rgba(var(--color-tertiary-4),1);display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15034;line-height:1.3;letter-spacing:0;top:13.625rem;left:28.5rem;height:1.13720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oUTfVWZwSGzQZg9BhTsl3AFio91rMeFW { position:absolute;display:block;z-index:15030;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:11.875rem;width:21.1875rem;top:0rem;left:26.90625rem;overflow:hidden;display:block; }
#GSyuiQbxBQyinSNqkvOosHpLw4P4Smz9 { color:rgba(var(--color-tertiary-4),1);display:block;width:20.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.5rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:24.921875rem;left:27.34375rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uhBGqyNxPpH2tqfndyFDRK8v5wbrEJmD { position:relative;display:none; }#uhBGqyNxPpH2tqfndyFDRK8v5wbrEJmD { border-width: 0; border-radius: 0; }#uhBGqyNxPpH2tqfndyFDRK8v5wbrEJmD > .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; }#uhBGqyNxPpH2tqfndyFDRK8v5wbrEJmD > .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:11.0625rem;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; }#xsaWAAdLopiLsWTAc2wSqEATvUpM5QVe { color:rgba(var(--color-tertiary-4),1);display:block;width:29.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:4.85595703125rem;left:22.96875rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VBa8QfO4T7AktKCyhcHfOtoDbKKpMGE3 { position:relative;display:none; }#VBa8QfO4T7AktKCyhcHfOtoDbKKpMGE3 { border-width: 0; border-radius: 0; }#VBa8QfO4T7AktKCyhcHfOtoDbKKpMGE3 > .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; }#VBa8QfO4T7AktKCyhcHfOtoDbKKpMGE3 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/4063457b-5a98-48b8-8992-2ba41ab21286/gl64784kcpia.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:32.0625rem;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; }#VBa8QfO4T7AktKCyhcHfOtoDbKKpMGE3 > .row .container.adaptive-delivery-prevent-bg, #VBa8QfO4T7AktKCyhcHfOtoDbKKpMGE3 > .row .container.lazyload, #VBa8QfO4T7AktKCyhcHfOtoDbKKpMGE3 > .row .container.lazyloading { background-image: none; }#Hy53QQMm6cmxawiQTvE0ike27xoaNVLp { position:relative;display:none; }#Hy53QQMm6cmxawiQTvE0ike27xoaNVLp { border-width: 0; border-radius: 0; }#Hy53QQMm6cmxawiQTvE0ike27xoaNVLp > .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; }#Hy53QQMm6cmxawiQTvE0ike27xoaNVLp > .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:25.875rem;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; }#CUqxMOAmakofTZb1ryHbf6cAOeG4M0MD { color:rgba(var(--color-tertiary-4),1);display:block;width:20.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.5rem;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:15.625rem;left:1.6875rem;height:6.499rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AkqoFOMS0fn1MoOTZRbUdMWWgAwQO6aJ { color:rgba(var(--color-tertiary-4),1);display:block;width:20.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.5rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:15.625rem;left:27.34375rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XcAWGkVQPsiQvK5nsQ4lfxKlofxrohqg { color:rgba(var(--color-tertiary-4),1);display:block;width:23.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.5rem;font-weight:300;z-index:15030;line-height:1.3;letter-spacing:0;top:15.625rem;left:50.25rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gritIb6INs1pPB08Nu0HidxzrxSu1bby { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;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:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.625rem;height:2.4375rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:9.9375rem;left:8.1875rem;display:block; }
#TlGPGlUbQFIxWLC10mFSo1HipcyC3ZXU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#p7b9gcEgixgJmUCPaZ6gH0tgMk6Rhgqe { color:rgba(var(--color-tertiary-4),1);display:block;width:23.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15035;line-height:1.3;letter-spacing:0;top:5.4375rem;left:0.59375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AeFzKotWVVSwpzuainPI68uBoz56lZa5 { color:rgba(var(--color-tertiary-4),1);display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15030;line-height:1.3;letter-spacing:0;top:13.6875rem;left:3.5rem;height:1.13720625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#vTzksMiz0AUNJTGJ2yEq8GVSo5NtqeBU { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;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:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.625rem;height:2.4375rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:10.0625rem;left:33.1875rem;display:block; }
#CssT2BUEFO6cR54IPmtvBcBoIPeaevOe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#g4NGkpyxKX7BxA6Z74nrvAsvgCZOiaJD { color:rgba(var(--color-tertiary-4),1);display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15038;line-height:1.3;letter-spacing:0;top:5.4375rem;left:26.1875rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#i1u85T0ASZrMErmbJqDnFnueX6zW1oRq { color:rgba(var(--color-tertiary-4),1);display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15033;line-height:1.3;letter-spacing:0;top:13.8125rem;left:28.5rem;height:1.13720625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#JoJdPL5mD6TpJFbFl6fi3J6VHADdEU9n { color:rgba(var(--color-tertiary-4),1);display:block;width:21.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15041;line-height:1.3;letter-spacing:0;top:5.4375rem;left:51.84375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XiLMQdWeZ5hJlmpKplA5txai9TJzpOx6 { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;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:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.625rem;height:2.4375rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:10rem;left:58.1875rem;display:block; }
#tQNKwUPMCa20G6TW06BmMPwU9HXt8gDt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#s335uMN1odVWGypF5fwEflDBxM7s137Z { color:rgba(var(--color-tertiary-4),1);display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15036;line-height:1.3;letter-spacing:0;top:13.75rem;left:53.5rem;height:1.13720625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#VJngKSxsffMAT7GKZxuNy7SXI34S7MD2 { color:rgba(var(--color-tertiary-4),1);display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15042;line-height:1.3;letter-spacing:0;top:3.58740234375rem;left:53.5rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#a0cRSmKk05shDeyPzJwlNkxqUTvUhpSG { color:rgba(var(--color-tertiary-4),1);display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15043;line-height:1.3;letter-spacing:0;top:3.58740234375rem;left:28.5rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#h267oOoHGE5MuRAsuIvVcayEzzZFloTT { color:rgba(var(--color-tertiary-4),1);display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15044;line-height:1.3;letter-spacing:0;top:3.58740234375rem;left:3.5rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UXpoATCGRhBJyOitwwvBvyUsuJ7QyR6l { position:relative;display:none; }#UXpoATCGRhBJyOitwwvBvyUsuJ7QyR6l { border-width: 0; border-radius: 0; }#UXpoATCGRhBJyOitwwvBvyUsuJ7QyR6l > .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; }#UXpoATCGRhBJyOitwwvBvyUsuJ7QyR6l > .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:23.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; }#Hd9KlpdK6X7IdurasRsKrB7o8sbO7p1L { color:rgba(var(--color-tertiary-4),1);display:block;width:20.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.5rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:15.625rem;left:27.34375rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mPDkCUVKQ2XsJdGB1du0Omr4BhmiBVqH { color:rgba(var(--color-tertiary-4),1);display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15030;line-height:1.3;letter-spacing:0;top:13.6875rem;left:3.5rem;height:1.13720625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#D0JywWFZfwt15LRiTxcveCECViN8swNu { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;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:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.625rem;height:2.4375rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:10.0625rem;left:33.1875rem;display:block; }
#RLHJf7pGTJ2dkKt4SJ6QX2TynX4xqyVW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#srFMpmHTHQbf8aDzUdaESeJF9gT2Cd3Z { color:rgba(var(--color-tertiary-4),1);display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15038;line-height:1.3;letter-spacing:0;top:5.4375rem;left:26.1875rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qFlKbWMgqBGU1oys7tcgpENCD9isftgC { color:rgba(var(--color-tertiary-4),1);display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15033;line-height:1.3;letter-spacing:0;top:13.8125rem;left:28.5rem;height:1.13720625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ihXz1JytiG1KScuNKEZiTbrpfOZzLdcn { color:rgba(var(--color-tertiary-4),1);display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15036;line-height:1.3;letter-spacing:0;top:13.75rem;left:53.5rem;height:1.13720625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#qmC885CfTXyg6BEwNS3Ae9QNvJmHCwd1 { color:rgba(var(--color-tertiary-4),1);display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15043;line-height:1.3;letter-spacing:0;top:3.58740234375rem;left:28.5rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tC1AbCsdZ8TOXl19UqK559SLZJWcVNxl { position:relative;display:none; }#tC1AbCsdZ8TOXl19UqK559SLZJWcVNxl { border-width: 0; border-radius: 0; }#tC1AbCsdZ8TOXl19UqK559SLZJWcVNxl > .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; }#tC1AbCsdZ8TOXl19UqK559SLZJWcVNxl > .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:11.0625rem;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; }#ILhlJ4ZwbtbbHDU0AmitsTMCr6sZ2cob { color:rgba(var(--color-tertiary-4),1);display:block;width:29.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:4.85595703125rem;left:22.96875rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ub2PDAMhTluT5DSK2dUzxaGAl75amAv8 { position:relative;display:none; }#Ub2PDAMhTluT5DSK2dUzxaGAl75amAv8 { border-width: 0; border-radius: 0; }#Ub2PDAMhTluT5DSK2dUzxaGAl75amAv8 > .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; }#Ub2PDAMhTluT5DSK2dUzxaGAl75amAv8 > .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:4.9375rem;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; }#PxBJq9F04UmoFdw78cxVP2mvpZz2zTDT { position:relative;display:none; }#PxBJq9F04UmoFdw78cxVP2mvpZz2zTDT { border-width: 0; border-radius: 0; }#PxBJq9F04UmoFdw78cxVP2mvpZz2zTDT > .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; }#PxBJq9F04UmoFdw78cxVP2mvpZz2zTDT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/91369497-81c6-412f-b208-fde0928e0bad/vwid3hpb.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:32.0625rem;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; }#PxBJq9F04UmoFdw78cxVP2mvpZz2zTDT > .row .container.adaptive-delivery-prevent-bg, #PxBJq9F04UmoFdw78cxVP2mvpZz2zTDT > .row .container.lazyload, #PxBJq9F04UmoFdw78cxVP2mvpZz2zTDT > .row .container.lazyloading { background-image: none; }#BZQ2gKPKMmsRwNSJSaRldDwEuG8cHFTv { position:relative;display:none; }#BZQ2gKPKMmsRwNSJSaRldDwEuG8cHFTv { border-width: 0; border-radius: 0; }#BZQ2gKPKMmsRwNSJSaRldDwEuG8cHFTv > .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; }#BZQ2gKPKMmsRwNSJSaRldDwEuG8cHFTv > .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:23.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:none; }#xFc4wfEGpTtxxnDwpqkPtpbvhS7VKlTl { color:rgba(var(--color-tertiary-4),1);display:block;width:20.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.5rem;font-weight:300;z-index:15033;line-height:1.3;letter-spacing:0;top:15.25rem;left:14.625rem;height:5.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fK4bTvxAP4XTcBQARxs3c4HoVBWNvxqC { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;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:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.625rem;height:2.4375rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:11.5rem;left:20.5rem;display:block; }
#GvlqWRHIZTxUxeONk2PSnv3h9Fwyg2cm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WSIh1TTADTI6sVtTTUV4eQLV2iBa5VKl { color:rgba(var(--color-tertiary-4),1);display:block;width:18.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15042;line-height:1.3;letter-spacing:0;top:4.875rem;left:15.59375rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CCGTeoXNnHUQG9dDTh8z6hn0JQTBmkVG { color:rgba(var(--color-tertiary-4),1);display:block;width:20.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.5rem;font-weight:300;z-index:15037;line-height:1.3;letter-spacing:0;top:15.25rem;left:40rem;height:6.499rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lBUcTW6x3TG9Z2gvSOOJq29fTC3UUfGC { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;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:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.625rem;height:2.4375rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:11.5rem;left:45.875rem;display:block; }
#wVyCF2FOLbv5GqTWXrrBZN6MILQA65Qa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PiX1alSuQXw1aNCWvPCxki7MzuD5FO2S { color:rgba(var(--color-tertiary-4),1);display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15046;line-height:1.3;letter-spacing:0;top:5.0625rem;left:41.125rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HARqMhU3ahnBFgCspml47Hg4zbxi0unE { color:rgba(var(--color-tertiary-4),1);display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:3.1875rem;left:41.125rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bVXz5N6P7HIzchZzqiNSDwaHAKuc6cHR { position:relative;display:none; }#bVXz5N6P7HIzchZzqiNSDwaHAKuc6cHR { border-width: 0; border-radius: 0; }#bVXz5N6P7HIzchZzqiNSDwaHAKuc6cHR > .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; }#bVXz5N6P7HIzchZzqiNSDwaHAKuc6cHR > .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:11.0625rem;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; }#AkKCUzxg4c2O2uTA6Sh9GaiytyVDqvg1 { color:rgba(var(--color-tertiary-4),1);display:block;width:39.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:4.73095703125rem;left:17.90625rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aTvbwVcJK1FJySgT1gu4WQHfTd3g1m3S { position:relative;display:none; }#aTvbwVcJK1FJySgT1gu4WQHfTd3g1m3S { border-width: 0; border-radius: 0; }#aTvbwVcJK1FJySgT1gu4WQHfTd3g1m3S > .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; }#aTvbwVcJK1FJySgT1gu4WQHfTd3g1m3S > .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.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; }#iNsDZgur0W7k8TOdXuVNaOAHOkJckxoi { color:rgba(var(--color-tertiary-4),1);display:block;width:20.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.5rem;font-weight:300;z-index:15033;line-height:1.3;letter-spacing:0;top:15.25rem;left:14.625rem;height:3.8994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NWFlU5STLh0eGbCzMWGM1Dz8dIume5ly { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;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:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.625rem;height:2.4375rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:11.5rem;left:20.5rem;display:block; }
#QmQDJ0lF9rQ7EZeZNk2Wfbs7Ct47HQ3y { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lX1Aty7cdWqbreZ1g2ad6T7oqoBomxxs { color:rgba(var(--color-tertiary-4),1);display:block;width:18.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15042;line-height:1.3;letter-spacing:0;top:4.875rem;left:15.59375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#h9zVRgMksgFQsKsGAtApkFoLM3bHakTD { color:rgba(var(--color-tertiary-4),1);display:block;width:20.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.5rem;font-weight:300;z-index:15037;line-height:1.3;letter-spacing:0;top:15.25rem;left:40rem;height:6.499rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#N1LVqkyxVqUmsR2Kbs43xkrpWVmywE5P { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;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:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.625rem;height:2.4375rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:11.5rem;left:45.875rem;display:block; }
#pMcNBk11VVDMLs2WKUls0y85N46rFIFi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#C5JBX4cyVHvE9ANswToGxncmPkafrI1v { color:rgba(var(--color-tertiary-4),1);display:block;width:24.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15046;line-height:1.3;letter-spacing:0;top:4.9375rem;left:37.96875rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LiCyBglikWUJTM4s2eo3hfIuwbLLCSUa { color:rgba(var(--color-tertiary-4),1);display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:3.1875rem;left:41.125rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xhHnM9lwndLoR4Q3LX3TRVp40QDOdSQ2 { color:rgba(var(--color-tertiary-4),1);display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15052;line-height:1.3;letter-spacing:0;top:3.14990234375rem;left:15.78125rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wnsCpc9Sy4atx98awFtlVhnykp63FgBv { position:relative;display:none; }#wnsCpc9Sy4atx98awFtlVhnykp63FgBv { border-width: 0; border-radius: 0; }#wnsCpc9Sy4atx98awFtlVhnykp63FgBv > .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; }#wnsCpc9Sy4atx98awFtlVhnykp63FgBv > .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:11.0625rem;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; }#LJLyA2TqmkZfEpIt2Ecm4rktxKVbvMei { color:rgba(var(--color-tertiary-4),1);display:block;width:39.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:4.73095703125rem;left:17.90625rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BQPcXJRzh9DgpIdnhJrDCXi4WE7S1Lhn { position:relative;display:none; }#BQPcXJRzh9DgpIdnhJrDCXi4WE7S1Lhn { border-width: 0; border-radius: 0; }#BQPcXJRzh9DgpIdnhJrDCXi4WE7S1Lhn > .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; }#BQPcXJRzh9DgpIdnhJrDCXi4WE7S1Lhn > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/d3560196-fcf5-43c6-b14e-e20777f11cc0/tayron.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:32.0625rem;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; }#BQPcXJRzh9DgpIdnhJrDCXi4WE7S1Lhn > .row .container.adaptive-delivery-prevent-bg, #BQPcXJRzh9DgpIdnhJrDCXi4WE7S1Lhn > .row .container.lazyload, #BQPcXJRzh9DgpIdnhJrDCXi4WE7S1Lhn > .row .container.lazyloading { background-image: none; }#Tg4Pa1Nl2ixGpxEpZa5CUS9O5BTGZfkE { position:relative;display:none; }#Tg4Pa1Nl2ixGpxEpZa5CUS9O5BTGZfkE { border-width: 0; border-radius: 0; }#Tg4Pa1Nl2ixGpxEpZa5CUS9O5BTGZfkE > .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; }#Tg4Pa1Nl2ixGpxEpZa5CUS9O5BTGZfkE > .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.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; }#hTQGNdXoLHrrmMcPlS7RlKgPdr5KsLdq { color:rgba(var(--color-tertiary-4),1);display:block;width:20.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.5rem;font-weight:300;z-index:15033;line-height:1.3;letter-spacing:0;top:15.25rem;left:14.625rem;height:6.499rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C0ECFZSrWG2vUTMwv2OcRX9uQmDc7n18 { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;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:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.625rem;height:2.4375rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:11.5rem;left:20.5rem;display:block; }
#e6RoHkHQximgCx6K2DQz1kfyBuwTqQFO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Muwut3kLwXFmeId3dhnTcPkWDBV16Nme { color:rgba(var(--color-tertiary-4),1);display:block;width:23.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15042;line-height:1.3;letter-spacing:0;top:4.9375rem;left:13rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eicILivlt4AoEeUaJe4X1eEg2Qm8q7ih { color:rgba(var(--color-tertiary-4),1);display:block;width:20.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.5rem;font-weight:300;z-index:15037;line-height:1.3;letter-spacing:0;top:15.25rem;left:40rem;height:3.2495125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EXkVm024F9vfTqfz9CCJIJEJnTDWCdOn { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;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:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.625rem;height:2.4375rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:11.5rem;left:45.875rem;display:block; }
#rillz9mcsmJBycfl9dNBNmuFlwNdBpXR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nHrAOzdsTbcbTtqQqcyZ919DomqCufvX { color:rgba(var(--color-tertiary-4),1);display:block;width:24.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15046;line-height:1.3;letter-spacing:0;top:4.9375rem;left:37.96875rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ztkJHFWHda7npoTSTwRi2z60wBk8ntF4 { color:rgba(var(--color-tertiary-4),1);display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:3.1875rem;left:41.125rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Tr3xmuxlUpbSqXbo4ELcFIAtHrC8mqdk { color:rgba(var(--color-tertiary-4),1);display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15052;line-height:1.3;letter-spacing:0;top:3.14990234375rem;left:15.78125rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PwN471y1Ox4w6AW8iGON16gv0Nt7202b { position:relative;display:none; }#PwN471y1Ox4w6AW8iGON16gv0Nt7202b { border-width: 0; border-radius: 0; }#PwN471y1Ox4w6AW8iGON16gv0Nt7202b > .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; }#PwN471y1Ox4w6AW8iGON16gv0Nt7202b > .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:11.0625rem;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; }#X931greyUURWFW705ZTnsNRsb8lzOpUc { color:rgba(var(--color-tertiary-4),1);display:block;width:39.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:4.73095703125rem;left:17.90625rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kuMZy1bi4yPWCL07zIo3R8XOqUKNusZX { position:relative;display:none; }#kuMZy1bi4yPWCL07zIo3R8XOqUKNusZX { border-width: 0; border-radius: 0; }#kuMZy1bi4yPWCL07zIo3R8XOqUKNusZX > .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; }#kuMZy1bi4yPWCL07zIo3R8XOqUKNusZX > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/e48982ab-a483-42f8-a704-365191adbf8f/hpbvwid4.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:32.0625rem;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; }#kuMZy1bi4yPWCL07zIo3R8XOqUKNusZX > .row .container.adaptive-delivery-prevent-bg, #kuMZy1bi4yPWCL07zIo3R8XOqUKNusZX > .row .container.lazyload, #kuMZy1bi4yPWCL07zIo3R8XOqUKNusZX > .row .container.lazyloading { background-image: none; }#A7Mquk9fyfD4Ls9AuoNW8ZWbcF44pLv3 { position:relative;display:none; }#A7Mquk9fyfD4Ls9AuoNW8ZWbcF44pLv3 { border-width: 0; border-radius: 0; }#A7Mquk9fyfD4Ls9AuoNW8ZWbcF44pLv3 > .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; }#A7Mquk9fyfD4Ls9AuoNW8ZWbcF44pLv3 > .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.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; }#U1hPUGaT2wO3zIrN34eM7owXodHVAfKn { color:rgba(var(--color-tertiary-4),1);display:block;width:20.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.5rem;font-weight:300;z-index:15033;line-height:1.3;letter-spacing:0;top:15.25rem;left:14.625rem;height:6.499rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QczHpwHUWz5iAO6e2EXOvH153XUDLFmd { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;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:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.625rem;height:2.4375rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:11.5rem;left:20.5rem;display:block; }
#gn2ykTWuaIodtPZpo76uxpqwJ3thlXqI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qzgwqlg9UT5CBr8QpAToSeHiC6UQsJb4 { color:rgba(var(--color-tertiary-4),1);display:block;width:23.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15042;line-height:1.3;letter-spacing:0;top:4.9375rem;left:13rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#I6pnW6oCf99bEFkT0ZpBevQ5rtiDRfwN { color:rgba(var(--color-tertiary-4),1);display:block;width:20.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.5rem;font-weight:300;z-index:15037;line-height:1.3;letter-spacing:0;top:15.25rem;left:40rem;height:5.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NpwCIG7ShcKpLD4ggIuLumQxJk4GRUdW { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;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:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.625rem;height:2.4375rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:11.5rem;left:45.875rem;display:block; }
#SSuDXSCqOPsAUJlO8Hax9edu9GNEfe5N { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HAeILPpNTUnOioxRG0BUGzqBTe3d8EhN { color:rgba(var(--color-tertiary-4),1);display:block;width:19.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15046;line-height:1.3;letter-spacing:0;top:4.9375rem;left:40.4375rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xczvPLQ8RtTsRUDWwtF1RC1iMFA7mE0s { color:rgba(var(--color-tertiary-4),1);display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15052;line-height:1.3;letter-spacing:0;top:3.14990234375rem;left:15.78125rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iwKqQf8lilQL0XLKllk4mqLKMZZQx3d6 { position:relative;display:none; }#iwKqQf8lilQL0XLKllk4mqLKMZZQx3d6 { border-width: 0; border-radius: 0; }#iwKqQf8lilQL0XLKllk4mqLKMZZQx3d6 > .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; }#iwKqQf8lilQL0XLKllk4mqLKMZZQx3d6 > .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:11.0625rem;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; }#JT0dToBDqeq8xDlx4g7uv6vBVzrDIg8x { color:rgba(var(--color-tertiary-4),1);display:block;width:39.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:4.73095703125rem;left:17.90625rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wcVHXbvrJ0gXBRZmdHb05B8rJslQaTuZ { position:relative;display:none; }#wcVHXbvrJ0gXBRZmdHb05B8rJslQaTuZ { border-width: 0; border-radius: 0; }#wcVHXbvrJ0gXBRZmdHb05B8rJslQaTuZ > .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; }#wcVHXbvrJ0gXBRZmdHb05B8rJslQaTuZ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/41b16b2f-c839-4e84-a32c-3950c7d5d03e/id5.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:32.0625rem;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; }#wcVHXbvrJ0gXBRZmdHb05B8rJslQaTuZ > .row .container.adaptive-delivery-prevent-bg, #wcVHXbvrJ0gXBRZmdHb05B8rJslQaTuZ > .row .container.lazyload, #wcVHXbvrJ0gXBRZmdHb05B8rJslQaTuZ > .row .container.lazyloading { background-image: none; }#mZiks41tkgokcN1BRBLC57KLQuT82n4d { position:relative;display:none; }#mZiks41tkgokcN1BRBLC57KLQuT82n4d { border-width: 0; border-radius: 0; }#mZiks41tkgokcN1BRBLC57KLQuT82n4d > .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; }#mZiks41tkgokcN1BRBLC57KLQuT82n4d > .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.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; }#Md3qFbgd268VtzoiwJ67WUkbMhbbb8Qk { color:rgba(var(--color-tertiary-4),1);display:block;width:20.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.5rem;font-weight:300;z-index:15033;line-height:1.3;letter-spacing:0;top:15.25rem;left:14.625rem;height:6.499rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ciw2y54NTClnwMtwCr6cEyVosa2UgohV { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;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:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.625rem;height:2.4375rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:11.5rem;left:20.5rem;display:block; }
#h3zTViODoHpFJ5Oibt9audQvDdqp2R23 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HkXzSJdM2IoTbKdwzTWT0OfqKlOueZ1g { color:rgba(var(--color-tertiary-4),1);display:block;width:23.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15042;line-height:1.3;letter-spacing:0;top:4.9375rem;left:13rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JKIWnExgMIQ06Cm1KAcTrwMTIOluzTwI { color:rgba(var(--color-tertiary-4),1);display:block;width:20.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.5rem;font-weight:300;z-index:15037;line-height:1.3;letter-spacing:0;top:15.25rem;left:40rem;height:6.49901875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PwbXWrckaW7GSgO5b0ixBspQuFLbkC1x { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;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:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.625rem;height:2.4375rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:11.5rem;left:45.875rem;display:block; }
#DupmLVffVgKcErDmXpPy6o9DxlWw5XLe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TZWctLwdsZE6N4VrMTQsXfVdTm0hpkUW { color:rgba(var(--color-tertiary-4),1);display:block;width:19.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15046;line-height:1.3;letter-spacing:0;top:4.9375rem;left:40.4375rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#STTSDug7oeeLpAN7eSqdRIWDMzrVE5tf { color:rgba(var(--color-tertiary-4),1);display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15052;line-height:1.3;letter-spacing:0;top:3.14990234375rem;left:15.78125rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RlEA70hWbSQmDWUbJqFPDgDgEWs9a3Bf { position:relative;display:none; }#RlEA70hWbSQmDWUbJqFPDgDgEWs9a3Bf { border-width: 0; border-radius: 0; }#RlEA70hWbSQmDWUbJqFPDgDgEWs9a3Bf > .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; }#RlEA70hWbSQmDWUbJqFPDgDgEWs9a3Bf > .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:11.0625rem;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; }#B9CUdZK6AWGIhK51AALOuhOykULiAVUU { color:rgba(var(--color-tertiary-4),1);display:block;width:39.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:4.73095703125rem;left:17.90625rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ccR02pqU5wlD8Pba7P7qP1VUSbv6x2Jb { position:relative;display:none; }#ccR02pqU5wlD8Pba7P7qP1VUSbv6x2Jb { border-width: 0; border-radius: 0; }#ccR02pqU5wlD8Pba7P7qP1VUSbv6x2Jb > .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; }#ccR02pqU5wlD8Pba7P7qP1VUSbv6x2Jb > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/14a4d4e4-7e17-4286-b414-c54ea18ebce9/vwid7tourerhpb.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:32.0625rem;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; }#ccR02pqU5wlD8Pba7P7qP1VUSbv6x2Jb > .row .container.adaptive-delivery-prevent-bg, #ccR02pqU5wlD8Pba7P7qP1VUSbv6x2Jb > .row .container.lazyload, #ccR02pqU5wlD8Pba7P7qP1VUSbv6x2Jb > .row .container.lazyloading { background-image: none; }#Xy6vKwZqiKmh8H1X6qDRrqu0vRpLkCAb { position:relative;display:none; }#Xy6vKwZqiKmh8H1X6qDRrqu0vRpLkCAb { border-width: 0; border-radius: 0; }#Xy6vKwZqiKmh8H1X6qDRrqu0vRpLkCAb > .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; }#Xy6vKwZqiKmh8H1X6qDRrqu0vRpLkCAb > .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.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; }#dD4gz24FKCmdxUS0C6a6FRFq2qsB6HNg { color:rgba(var(--color-tertiary-4),1);display:block;width:20.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.5rem;font-weight:300;z-index:15033;line-height:1.3;letter-spacing:0;top:15.25rem;left:14.625rem;height:5.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lTALiDz0GufLqMHtdcrp63DKbxDrHBcN { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;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:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.625rem;height:2.4375rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:11.5rem;left:20.5rem;display:block; }
#NJqPe0seJvT4u7cv3bhgmkdvAcRBN1QS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EzQIVglkAwndTvJR3oDWuane9NOzNwRk { color:rgba(var(--color-tertiary-4),1);display:block;width:23.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15042;line-height:1.3;letter-spacing:0;top:4.9375rem;left:13rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TBqbLQTNRXAdpBJry2EswTyBZJMpMLDx { color:rgba(var(--color-tertiary-4),1);display:block;width:20.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.5rem;font-weight:300;z-index:15037;line-height:1.3;letter-spacing:0;top:15.25rem;left:40rem;height:6.499rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XJS2Dd3uVh1vrpbPK2P9UC0nsTDdEWN6 { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;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:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.625rem;height:2.4375rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:11.5rem;left:45.875rem;display:block; }
#QgJFy1qXdGeLEITlmPmtHhXpbQt38CuM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qWhTI7KayI2iAJk9PxGUhs7IVyMiTnqJ { color:rgba(var(--color-tertiary-4),1);display:block;width:19.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15046;line-height:1.3;letter-spacing:0;top:4.9375rem;left:40.4375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GFARCRdHePAZVFxcDWNO16wASgDcaJqZ { color:rgba(var(--color-tertiary-4),1);display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15052;line-height:1.3;letter-spacing:0;top:3.14990234375rem;left:15.78125rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DaXwW4TGO5ThSza9W1nCN20Kc09Kp9lg { position:relative;display:none; }#DaXwW4TGO5ThSza9W1nCN20Kc09Kp9lg { border-width: 0; border-radius: 0; }#DaXwW4TGO5ThSza9W1nCN20Kc09Kp9lg > .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; }#DaXwW4TGO5ThSza9W1nCN20Kc09Kp9lg > .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:11.0625rem;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; }#FAx8iMDtqRzVpcazoMoKhu0hB3gcSAXU { color:rgba(var(--color-tertiary-4),1);display:block;width:39.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:4.73095703125rem;left:17.90625rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KHIH49ZLxNo16es1y2GFbaKWLXM8JT3S { position:relative;display:none; }#KHIH49ZLxNo16es1y2GFbaKWLXM8JT3S { border-width: 0; border-radius: 0; }#KHIH49ZLxNo16es1y2GFbaKWLXM8JT3S > .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; }#KHIH49ZLxNo16es1y2GFbaKWLXM8JT3S > .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:25.875rem;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; }#PMk58KTCunyEmgmtALIaPvorcnI0Wy9B { color:rgba(var(--color-tertiary-4),1);display:block;width:20.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.5rem;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:15.625rem;left:1.6875rem;height:6.499rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MdIG77iHhsQdgnCOD779riADxHxVGXfC { color:rgba(var(--color-tertiary-4),1);display:block;width:20.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.5rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:15.625rem;left:27.34375rem;height:3.8994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mZeAIeQO8bv9dhyQ1iyMHkJ6gvpnz6lI { color:rgba(var(--color-tertiary-4),1);display:block;width:23.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.5rem;font-weight:300;z-index:15030;line-height:1.3;letter-spacing:0;top:15.625rem;left:50.25rem;height:3.2495125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ivmPAwkoKtTSxNUqG7u8iMupkTsxEu7t { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;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:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.625rem;height:2.4375rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:9.9375rem;left:8.1875rem;display:block; }
#kzv8CKNGeMsixrSkfepKgqCpbmhmOPxa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sRgqSu5bCqMpWyfDdp6O7XkTJpoAEXms { color:rgba(var(--color-tertiary-4),1);display:block;width:23.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15035;line-height:1.3;letter-spacing:0;top:5.4375rem;left:0.59375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TGNG4uoFTnMSSfeWm3CUJ9Tu3aCNI5ya { color:rgba(var(--color-tertiary-4),1);display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15030;line-height:1.3;letter-spacing:0;top:13.6875rem;left:3.5rem;height:1.13720625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#kTMN30KRmPzCo7Tf2g7QRf2d96uAfqXg { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;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:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.625rem;height:2.4375rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:10.0625rem;left:33.1875rem;display:block; }
#mWshRmtgFUnUoFKBcG8ULQxFMQomx0M2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ydHFHAUF4JAmyVnZAFLBuw5CMXFnrWn4 { color:rgba(var(--color-tertiary-4),1);display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15038;line-height:1.3;letter-spacing:0;top:5.4375rem;left:26.1875rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wRUZPe0TE8GZ2T1Q65385Bp7SgiXxkPD { color:rgba(var(--color-tertiary-4),1);display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15033;line-height:1.3;letter-spacing:0;top:13.8125rem;left:28.5rem;height:1.13720625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#OTvm8DoBbTmTnpm7Il2iXBDwTfnTn55t { color:rgba(var(--color-tertiary-4),1);display:block;width:21.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15041;line-height:1.3;letter-spacing:0;top:5.4375rem;left:51.84375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Tzxkwg1snGk1QdfeEpRc4UxR4iW4RE42 { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;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:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.625rem;height:2.4375rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:10rem;left:58.1875rem;display:block; }
#J6egR8gQ3Q13GXCQb5su3XrUTF4qKpNH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rf9z3pNPBbfXucihZxvn9u6EUh8TckFS { color:rgba(var(--color-tertiary-4),1);display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15036;line-height:1.3;letter-spacing:0;top:13.75rem;left:53.5rem;height:1.13720625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#DD5DRBpnkt2OngJvoEDT02dAIcv7T43u { color:rgba(var(--color-tertiary-4),1);display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15042;line-height:1.3;letter-spacing:0;top:3.58740234375rem;left:53.5rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hWCdStfxiexo0uA1Isip4eBT11l0BMLi { color:rgba(var(--color-tertiary-4),1);display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15043;line-height:1.3;letter-spacing:0;top:3.58740234375rem;left:28.5rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qPRFU4AWxB5PnKGIKD4KOvGnSEDcyVvL { color:rgba(var(--color-tertiary-4),1);display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15044;line-height:1.3;letter-spacing:0;top:3.58740234375rem;left:3.5rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AmduTSiUO4TSa4GEbMOKeN0Nw22WpSOr { position:relative;display:none; }#AmduTSiUO4TSa4GEbMOKeN0Nw22WpSOr { border-width: 0; border-radius: 0; }#AmduTSiUO4TSa4GEbMOKeN0Nw22WpSOr > .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; }#AmduTSiUO4TSa4GEbMOKeN0Nw22WpSOr > .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:36.8125rem;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; }#fuZapPlsTfZfwbyNOon0s1i2ZsqID8Up { color:rgba(var(--color-tertiary-4),1);display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15032;line-height:1.3;letter-spacing:0;top:14.8125rem;left:3.5rem;height:3.574225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tNTghvOhvhmQHNoB5t2Z8wEFFftR82NU { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;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:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.625rem;height:2.4375rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:20.5625rem;left:8.25rem;display:block; }
#f8nWCC3VAs52sNHtAx0xLToEtiT7Zu6p { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wmNu0vq3kuxhSvr6TCeTGcJOxNUCJMcM { color:rgba(var(--color-tertiary-4),1);display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:13.6875rem;left:3.5rem;height:1.13720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#clQSLepCiioXIrPWWnQJAyTN1dFPZOnW { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.875rem;width:21.375rem;top:0rem;left:1.8125rem;overflow:hidden;display:block; }
#bbCzTUWcVJrKxdG52ug71kJGD6S7ZKpu { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;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:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.625rem;height:2.4375rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:20.5625rem;left:33.25rem;display:block; }
#n2yy2l3wDFhlkcS6TOPA51EWDCl2p9ep { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#F7KgdoHBTmTlPXTTpeCFzVBBFMbmmwqN { color:rgba(var(--color-tertiary-4),1);display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15039;line-height:1.3;letter-spacing:0;top:14.75rem;left:28.5rem;height:3.574225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rMqnM5XLKHevloW8BET9iQgVgJ1kZRan { color:rgba(var(--color-tertiary-4),1);display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15034;line-height:1.3;letter-spacing:0;top:13.625rem;left:28.5rem;height:1.13720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NMIoac3qQMoBZx5AJyJaWTCuoE4VEulb { position:absolute;display:block;z-index:15030;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:11.875rem;width:21.1875rem;top:0rem;left:26.90625rem;overflow:hidden;display:block; }
#xqGxQEUIEg2DuJWgiiA6W4WNpV2lyK80 { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;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:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.625rem;height:2.4375rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:20.5625rem;left:58.25rem;display:block; }
#MAiSLcvmMI1aqTb1mnnF21uC7SnDOMTL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cksssLi1G6WopFRbn7y2kTZ9v0w84mAM { color:rgba(var(--color-tertiary-4),1);display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15042;line-height:1.3;letter-spacing:0;top:13.75rem;left:53.5rem;height:1.13720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pXa6brTUQuQgx6feHhUP8Ipy8cQzGd3T { position:absolute;display:block;z-index:15036;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:11.8125rem;width:21.0625rem;top:0rem;left:51.96875rem;overflow:hidden;display:block; }
#nsh2AHhbz8baG7qDfPLVDJseIxhn8lr8 { color:rgba(var(--color-tertiary-4),1);display:block;width:20.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.5rem;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:26.375rem;left:2.3125rem;height:5.84911875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kqUkIkrtE33MTu2cCTe0uGuLzxXupKlx { color:rgba(var(--color-tertiary-4),1);display:block;width:20.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.5rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:26.125rem;left:27.4375rem;height:5.84911875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K0MBGlyM1iKhM7h4SrwLSi5gnF3TvnUq { color:rgba(var(--color-tertiary-4),1);display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15040;line-height:1.3;letter-spacing:0;top:14.8125rem;left:53.5rem;height:3.574225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E61e50EkT18PwZuoS9fPTafCddZWBiKL { color:rgba(var(--color-tertiary-4),1);display:block;width:20.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.5rem;font-weight:300;z-index:15030;line-height:1.3;letter-spacing:0;top:26.0498046875rem;left:52.0625rem;height:6.49901875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qbg78DuxET7Gid5RxSgI5Bs2GgzpbFCh { position:relative;display:none; }#qbg78DuxET7Gid5RxSgI5Bs2GgzpbFCh { border-width: 0; border-radius: 0; }#qbg78DuxET7Gid5RxSgI5Bs2GgzpbFCh > .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; }#qbg78DuxET7Gid5RxSgI5Bs2GgzpbFCh > .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:67.25rem;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; }#WUV0gPMih3CS9LPuEutNePIayn4VUcn0 { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;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:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.625rem;height:2.4375rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:20.5625rem;left:8.25rem;display:block; }
#DFJZ5xkdKXLTMaWyfcXVs4vqmDmHfJKO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wTX3zksvmg1VFh6IiKmWcOw05ZAEOAZ8 { color:rgba(var(--color-tertiary-4),1);display:block;width:20.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15039;line-height:1.3;letter-spacing:0;top:14.8125rem;left:2.5rem;height:3.574225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ou23wdAzTlD401DKm28Zh2cQKrTRv8vF { color:rgba(var(--color-tertiary-4),1);display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15034;line-height:1.3;letter-spacing:0;top:13.625rem;left:3.5rem;height:1.13720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rd2axcMQ73k7PnvRgHpbbHUIbiHXThM0 { position:absolute;display:block;z-index:15030;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:11.875rem;width:21.1875rem;top:0rem;left:1.9375rem;overflow:hidden;display:block; }
#WUbtmwSqhFhURxpVUNSqcsWdmMPSORh8 { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;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:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.625rem;height:2.4375rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:20.5625rem;left:33.25rem;display:block; }
#N2Qne6Ct7OXHKqnMUah5IA5dsTBx6WQa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Qdab6eLh3byCIy7oXzcXhr8GrrtmL9Lv { color:rgba(var(--color-tertiary-4),1);display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15042;line-height:1.3;letter-spacing:0;top:13.75rem;left:28.5rem;height:1.13720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UnhJaLRvf9XTbObfdPJ1c5B4qBRChePJ { position:absolute;display:block;z-index:15036;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:11.8125rem;width:21.0625rem;top:0rem;left:27rem;overflow:hidden;display:block; }
#wW9bsATQrrynKs3B4lbyzKUUeETMTR9m { color:rgba(var(--color-tertiary-4),1);display:block;width:20.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.5rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:37.8125rem;left:2.4375rem;height:10.39843125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lHLCkbF8kvde53SJTTnTTACk5gPAesUa { color:rgba(var(--color-tertiary-4),1);display:block;width:20.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15040;line-height:1.3;letter-spacing:0;top:14.8125rem;left:27.375rem;height:3.574225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BOUTX3yDAVP2suw9ihR30lM0SqclVuRe { color:rgba(var(--color-tertiary-4),1);display:block;width:20.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.5rem;font-weight:300;z-index:15030;line-height:1.3;letter-spacing:0;top:38.0625rem;left:27.375rem;height:9.09863125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BLRJ6BrMVvpdk55Hi6C12VMfD4ClvLLI { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;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:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.625rem;height:2.4375rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:32.875rem;left:8.25rem;display:block; }
#FdAbDXRd4aPIZLkEuTMOXH7Tu0WMR23z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RJ82T27BAthNqz7ZPlCcns7caOKI3Elg { color:rgba(var(--color-tertiary-4),1);display:block;width:20.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15042;line-height:1.3;letter-spacing:0;top:27.125rem;left:2.5rem;height:3.574225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GKDZvTEmpwLVnGQPpZfqkEyWx7KxNReM { color:rgba(var(--color-tertiary-4),1);display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15037;line-height:1.3;letter-spacing:0;top:25.9375rem;left:3.5rem;height:1.13720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#h9vXTphUUAwis7HbR5yVX6Tx7zuvZocA { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;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:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.625rem;height:2.4375rem;text-decoration:none;z-index:15036;text-align:center;text-align-last:center;top:32.9375rem;left:33.25rem;display:block; }
#wTRhhDWVbfgIrtws3pV6lVbe53KG4xzU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TKiqb0C0Ur1QoZH0IRO9hHMz4hkEcnTd { color:rgba(var(--color-tertiary-4),1);display:block;width:20.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15045;line-height:1.3;letter-spacing:0;top:27.1875rem;left:27.5rem;height:3.574225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JJoxBWfWPEl2CyyhNQzVHIhe3LnmkcMK { color:rgba(var(--color-tertiary-4),1);display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15040;line-height:1.3;letter-spacing:0;top:26rem;left:28.5rem;height:1.13720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wPQ0xFxAUOSQ0bvlWlPrU8cITXrhfubN { color:rgba(var(--color-tertiary-4),1);display:block;width:20.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.5rem;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:48.2099609375rem;left:52.125rem;height:15.59765625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Bug0CqnlnQv7CKMB7tuko3lBLSRzAqIz { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;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:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.625rem;height:2.4375rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:43.0625rem;left:58.1875rem;display:block; }
#uu2o7CVrRIUE2eTuVW8RTTEMhZtHcBQO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RfgDmnhzkDn6DeUeUJLqRO6C8NLUKb9k { color:rgba(var(--color-tertiary-4),1);display:block;width:23rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15037;line-height:1.3;letter-spacing:0;top:37.8125rem;left:51rem;height:3.574225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xcMv6FHbx1zeSHruluPotfq2AlsaBsSS { color:rgba(var(--color-tertiary-4),1);display:block;width:23rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15036;line-height:1.3;letter-spacing:0;top:32.306640625rem;left:51rem;height:3.574225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#byK7zRJ8oATUkiFuzmISmFhzryvH6tZI { color:rgba(var(--color-tertiary-4),1);display:block;width:23rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15035;line-height:1.3;letter-spacing:0;top:27.125rem;left:51rem;height:3.574225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zAT4msBBlT0Um6yU80qAJEZfnSlW004c { color:rgba(var(--color-tertiary-4),1);display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15030;line-height:1.3;letter-spacing:0;top:26.05078125rem;left:53.5rem;height:1.13720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E1vwT7GTe5WSm4WZMedS3hoq061TEtGn { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;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:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.625rem;height:2.4375rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:20.5625rem;left:58.75rem;display:block; }
#DInkmkEmMZKAtwEtcTWwM6lqZvhOTTii { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oTqSWEW3q7XHT5C7S4b7Bps1iwH3M8W7 { color:rgba(var(--color-tertiary-4),1);display:block;width:23rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15032;line-height:1.3;letter-spacing:0;top:14.8125rem;left:51.5rem;height:3.574225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VK8urEMFP8IIdmdFuhiJ3bDxayy84XXd { color:rgba(var(--color-tertiary-4),1);display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:13.6875rem;left:54rem;height:1.13720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bm7IXZzMzwcVHXNPB2RZTrAQ2cTPt189 { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.875rem;width:21.125rem;top:0rem;left:52.3125rem;overflow:hidden;display:block; }
#aK0DDt0zE5TXb2hXCVAlRhIOTFnxBR1G { position:relative;display:none; }#aK0DDt0zE5TXb2hXCVAlRhIOTFnxBR1G { border-width: 0; border-radius: 0; }#aK0DDt0zE5TXb2hXCVAlRhIOTFnxBR1G > .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; }#aK0DDt0zE5TXb2hXCVAlRhIOTFnxBR1G > .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:63.375rem;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; }#kgT1EwLxGlVnl39PL4SUDpIaCbGmDL5W { position:absolute;display:block;z-index:15030;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:11.875rem;width:21.1875rem;top:0rem;left:1.9375rem;overflow:hidden;display:block; }
#azRsTSeUEZT535PMHOB41ObQJgCTilnr { color:rgba(var(--color-tertiary-4),1);display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15034;line-height:1.3;letter-spacing:0;top:13.625rem;left:3.5rem;height:1.13720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#h9DnScV4tkS4nhvBB1HE5FivxGEZPOGK { color:rgba(var(--color-tertiary-4),1);display:block;width:20.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15039;line-height:1.3;letter-spacing:0;top:14.8125rem;left:2.5rem;height:3.574225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#L3bRICS0hpEnTu52g16lJlroBPsT6lQH { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;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:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.625rem;height:2.4375rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:20.5625rem;left:8.25rem;display:block; }
#eZ24NMXVX5qUFsnIyUkxIka4RsKf37qw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#USTpaCelVEz17N4ofNByV3qRQ8DV4c65 { color:rgba(var(--color-tertiary-4),1);display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15037;line-height:1.3;letter-spacing:0;top:25.9375rem;left:3.5rem;height:1.13720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fmrHnWJk7TTtEKx7TAqVFnkLx9T2rfXM { color:rgba(var(--color-tertiary-4),1);display:block;width:20.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15042;line-height:1.3;letter-spacing:0;top:27.125rem;left:2.5rem;height:3.574225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BMq0e95LBRllIT8q9LWcTNwzXZShX0HQ { color:rgba(var(--color-tertiary-4),1);display:block;width:20.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15043;line-height:1.3;letter-spacing:0;top:32.3125rem;left:2.5rem;height:3.574225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#e9nl9VrmLNKt2m6POD0ba02JHub7d7E6 { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;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:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.625rem;height:2.4375rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:37.125rem;left:8.1875rem;display:block; }
#ycIKBgqhS9w8vxTordLMhT29LTWsv8bc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iZFehR67TGR0nvIlyBDqz6fz3tMQXeh8 { color:rgba(var(--color-tertiary-4),1);display:block;width:20.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.5rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:43.5rem;left:2.5rem;height:14.94774375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#czsd4GZCZBfTOV42IKVty87BPCWEcsCK { position:absolute;display:block;z-index:15036;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:11.8125rem;width:21.0625rem;top:0rem;left:27.0625rem;overflow:hidden;display:block; }
#qBkJw4KGy9kruvacw8Htm1E6vLKyQezX { color:rgba(var(--color-tertiary-4),1);display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15042;line-height:1.3;letter-spacing:0;top:13.75rem;left:28.5625rem;height:1.13720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yHaK3FT6ONyIhNTC6VhJtRHbO9XW3ZP5 { color:rgba(var(--color-tertiary-4),1);display:block;width:20.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15040;line-height:1.3;letter-spacing:0;top:14.8125rem;left:27.4375rem;height:3.574225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tfnbFMHJLpDmpMw8LodAO5AKPZAw2Tnb { color:rgba(var(--color-tertiary-4),1);display:block;width:20.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15041;line-height:1.3;letter-spacing:0;top:20.5625rem;left:27.4375rem;height:3.574225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hX9E9h73OZVKsmp50WfqIXL4ucGpBNoS { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;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:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.625rem;height:2.4375rem;text-decoration:none;z-index:15036;text-align:center;text-align-last:center;top:37.125rem;left:33.1875rem;display:block; }
#cOK0L1h5EgygcfntZL9huTBbydWwKoB9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#s0JE0BTXGdzrKhKETMaSrQaIHDC5fZzP { color:rgba(var(--color-tertiary-4),1);display:block;width:21.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.5rem;font-weight:300;z-index:15030;line-height:1.3;letter-spacing:0;top:43.5rem;left:26.875rem;height:11.0483375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#D0dyRQJHafFdxom1mskgcnSWbnkkTTb1 { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.875rem;width:21.125rem;top:0rem;left:51.9375rem;overflow:hidden;display:block; }
#gKkonfJGHLIlfooLt4cm1xOJPbZqC7xO { color:rgba(var(--color-tertiary-4),1);display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:13.6875rem;left:53.5rem;height:1.13720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tW5QgwdCImrAcEc0U5iUowkfuUCL7ehb { color:rgba(var(--color-tertiary-4),1);display:block;width:23rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15032;line-height:1.3;letter-spacing:0;top:14.8125rem;left:51rem;height:3.574225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ADtOMitUKXI2DoAnWZhtTUtBo3mIdsnb { color:rgba(var(--color-tertiary-4),1);display:block;width:23rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15033;line-height:1.3;letter-spacing:0;top:20.5625rem;left:51rem;height:3.574225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fNc6hWIWSJWlcV0pdyTmm9OeMTZQKs78 { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;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:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.625rem;height:2.4375rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:37.125rem;left:58.1875rem;display:block; }
#rsDncTDl1QT2rw19P9zOkTeJr1251TSm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qBpOe14omUBzoo5eB0K9oVuK3URCVzuy { color:rgba(var(--color-tertiary-4),1);display:block;width:20.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.5rem;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:43.5rem;left:52.125rem;height:11.0483375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ispu2AH8pOPnGFTiFa4SJFrayTkLVr78 { position:relative;display:none; }#Ispu2AH8pOPnGFTiFa4SJFrayTkLVr78 { border-width: 0; border-radius: 0; }#Ispu2AH8pOPnGFTiFa4SJFrayTkLVr78 > .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; }#Ispu2AH8pOPnGFTiFa4SJFrayTkLVr78 > .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:48.3125rem;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; }#ASseKJglKdbATAXgdMWGR0H78bTwovMz { color:rgba(var(--color-tertiary-4),1);display:block;width:20.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15039;line-height:1.3;letter-spacing:0;top:14.8125rem;left:2.5rem;height:3.574225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WpklZJh4oTk8i5gGEKTVJPeXPhoPCgwz { color:rgba(var(--color-tertiary-4),1);display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15034;line-height:1.3;letter-spacing:0;top:13.73828125rem;left:3.5rem;height:1.13720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#U6kFmRuaJai87dgJ3wUMt1rgLX2TLgIh { position:absolute;display:block;z-index:15030;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:11.875rem;width:21.1875rem;top:0rem;left:1.9375rem;overflow:hidden;display:block; }
#a3r3as4oM8kTPkQkcJwIpSO6owfx2TO5 { color:rgba(var(--color-tertiary-4),1);display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15042;line-height:1.3;letter-spacing:0;top:13.75rem;left:28.5rem;height:1.13720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LmnB1WtMrhckAiNcdPgnXM5Ud5t7MnA8 { position:absolute;display:block;z-index:15036;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:11.8125rem;width:21.0625rem;top:0rem;left:27rem;overflow:hidden;display:block; }
#BZehI1qyDXak0NPfNm98Idob3DMsRBVx { color:rgba(var(--color-tertiary-4),1);display:block;width:20.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.5rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:32.1875rem;left:2.125rem;height:11.0483375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#g85tDivv9UWJPqaOglRUcFSTvKIqErUw { color:rgba(var(--color-tertiary-4),1);display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15040;line-height:1.3;letter-spacing:0;top:14.8125rem;left:26.1875rem;height:3.574225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NiDQxxmUtrGzTVHwu102a9re1oquGzPm { color:rgba(var(--color-tertiary-4),1);display:block;width:21.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.5rem;font-weight:300;z-index:15030;line-height:1.3;letter-spacing:0;top:32.1875rem;left:26.75rem;height:5.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nkvR41mPeIh13tMHBG7TwwcOATqyN5AN { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;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:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.625rem;height:2.4375rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:25.875rem;left:8.1875rem;display:block; }
#p184vwfXVx7EHsQgdlkTipvfARGUZuuu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oRpsVTvtC86zCdi1EL4rWuLLzVwxtHOI { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;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:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.625rem;height:2.4375rem;text-decoration:none;z-index:15036;text-align:center;text-align-last:center;top:25.875rem;left:33.0625rem;display:block; }
#TxR8Wz4mOisLQudTZUcSUUlq9TlJue97 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rcprJuFBhKut7XOqP71yUSEdZGrlqn94 { color:rgba(var(--color-tertiary-4),1);display:block;width:20.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15040;line-height:1.3;letter-spacing:0;top:20.5625rem;left:2.5rem;height:3.574225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#X3FfK3DSWzWxo8PUbU61TPGQ06DvWL7H { color:rgba(var(--color-tertiary-4),1);display:block;width:20.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.5rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:32.1875rem;left:52.15625rem;height:5.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cS3KSLAbF61hc0VaCg8Ry5xbZMNATbhF { color:rgba(var(--color-tertiary-4),1);display:block;width:20.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15039;line-height:1.3;letter-spacing:0;top:14.8125rem;left:52.5rem;height:3.574225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ABrTwpEsBTXCmSSnrLLrVJK7BBwXfeRM { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;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:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.625rem;height:2.4375rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:25.875rem;left:58.1875rem;display:block; }
#bIa0M9Cgm3TJVieyiOA9zNGdyUKpN36c { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zLva1MO5wR1BkUD04lxSNQGpnTCtHxIm { color:rgba(var(--color-tertiary-4),1);display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15034;line-height:1.3;letter-spacing:0;top:13.625rem;left:53.5rem;height:1.13720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#F4q8qWRBGkHSZ1TWA8srhQWq9T8Bun6c { position:absolute;display:block;z-index:15030;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:11.875rem;width:21.1875rem;top:0rem;left:51.9375rem;overflow:hidden;display:block; }
#Fc8OBPSVJT5pQVITaQwxNT8DJvGnJl62 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),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; }#Fc8OBPSVJT5pQVITaQwxNT8DJvGnJl62 > .row .container { background-color: transparent; background-image: none; }#Fc8OBPSVJT5pQVITaQwxNT8DJvGnJl62::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fc8OBPSVJT5pQVITaQwxNT8DJvGnJl62 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fc8OBPSVJT5pQVITaQwxNT8DJvGnJl62 > .row .container > .video-iframe-container { display: none; }#Fc8OBPSVJT5pQVITaQwxNT8DJvGnJl62 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fc8OBPSVJT5pQVITaQwxNT8DJvGnJl62 > .row > .video-iframe-container { display: none; }#Fc8OBPSVJT5pQVITaQwxNT8DJvGnJl62 > .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); }#Fc8OBPSVJT5pQVITaQwxNT8DJvGnJl62 > .row .container { border-width: 0; border-radius: 0; }#Fc8OBPSVJT5pQVITaQwxNT8DJvGnJl62 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Fc8OBPSVJT5pQVITaQwxNT8DJvGnJl62 > .row .container { font-size:0.875rem;font-family:arial;height:16.0625rem;width:75rem;position:relative;display:block; }#bT9acGhIIf3VW1e1l6RJHkuetvxEPHfd { 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.625rem;width:6.3125rem;top:6.875rem;left:34.375rem;overflow:hidden;display:block; }
#VvMPadzLHTorQO635qiXi7spiWS8L7EC { color:rgba(var(--color-tertiary-0),1);display:block;width:19.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:12.125rem;left:27.6875rem;height:0.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CAilAXpMPQygarxVJ1Fqtzu6psVuLvsh { color:rgba(var(--color-tertiary-0),1);display:block;width:43.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:3.1875rem;left:15.8125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #vUZ9TEi6iX3qEsPyaJbTauumPan1S2hi { display:block; }#vUZ9TEi6iX3qEsPyaJbTauumPan1S2hi > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fh4fnZSHaf1zuHsOV4EFDmekPpC9eBBe { display:none; }#fh4fnZSHaf1zuHsOV4EFDmekPpC9eBBe > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TEBCe6bAFi5xRn1ZKEffLc927zEaA20k { top:4.3125rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qaZG87gTXePXTQzgl6AsbIIZpLdaxy54 { top:8.125rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKJ45nZpsm98wz3KzKs27JbFCSXfFI50 { display:block; }#OKJ45nZpsm98wz3KzKs27JbFCSXfFI50 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UDxTlBqwn36uDD2p7Td7Qo4CyLE5g3Rl { top:0rem;left:0rem;width:37.375rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKgVLs5fmsDedwgUlM1wzgqRN9qFDFhS { top:0.8125rem;left:0rem;width:26.375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #elq6blKUTqnSqeVIPNpyN62g9VJAp5Xv { top:5.125rem;left:0rem;width:26.375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LaTxiTbsweZrGn4IIgdrhEI24S7DpZLI { top:9.8125rem;left:0rem;width:26.375rem;height:7.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #huhx648x5HHseNOucTJWgpw9HmeOLqVE { top:19.0625rem;left:0rem;width:26.375rem;height:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvw5fXvRUWJ8DHboHxKJEiPRimUgPEox { width:13.75rem;height:2.4375rem;top:27.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HsUd5qzI0soD5shfGXgucZOgwDOhKTCV { display:block; }
 }@media only screen and (max-width: 763px) { #yeTaqoB0IfZZXVICXlxrN14iefSEVQKI { display:block; }#yeTaqoB0IfZZXVICXlxrN14iefSEVQKI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rK3JH1AUI0u8OQwRHOyVlW3Kp5x3QUiP { display:block; }#rK3JH1AUI0u8OQwRHOyVlW3Kp5x3QUiP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JUvs26VcNbO0rwsQrUP0OpbPLwePKAlG .widget-regular-label { width:45.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#JUvs26VcNbO0rwsQrUP0OpbPLwePKAlG .widget-input-text { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#JUvs26VcNbO0rwsQrUP0OpbPLwePKAlG .widget-input-text {padding-top: 0; padding-bottom: 0;}#JUvs26VcNbO0rwsQrUP0OpbPLwePKAlG .widget-textarea { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#JUvs26VcNbO0rwsQrUP0OpbPLwePKAlG .widget-input-select { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#JUvs26VcNbO0rwsQrUP0OpbPLwePKAlG .widget-input-select {padding-top: 0; padding-bottom: 0;}#JUvs26VcNbO0rwsQrUP0OpbPLwePKAlG .widget-input-button { width:24.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:10.1875rem; }
#JUvs26VcNbO0rwsQrUP0OpbPLwePKAlG .widget-checkbox-label { width:44rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#JUvs26VcNbO0rwsQrUP0OpbPLwePKAlG  { width:45.25rem;height:26.6875rem;top:8.875rem;left:0rem; }
#JUvs26VcNbO0rwsQrUP0OpbPLwePKAlG .radio-container { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#JUvs26VcNbO0rwsQrUP0OpbPLwePKAlG {display:block;}#JUvs26VcNbO0rwsQrUP0OpbPLwePKAlG { width:45.25rem;height:26.6875rem;top:8.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #JUvs26VcNbO0rwsQrUP0OpbPLwePKAlG #o7kvLewZL5Vz3K8AD7wwSl3wpSWXfiJe {  }
 }@media only screen and (max-width: 763px) { #JUvs26VcNbO0rwsQrUP0OpbPLwePKAlG #sDEzqcqiRyb9DCX2kd20UsQcx7kwJ8Pl {  }
 }@media only screen and (max-width: 763px) { #JUvs26VcNbO0rwsQrUP0OpbPLwePKAlG #BcOH407oJKrt4gb0u8GcK0UCZfGKhUPS {  }
 }@media only screen and (max-width: 763px) { #JUvs26VcNbO0rwsQrUP0OpbPLwePKAlG #dTGTGHRr8tA6LsgbgSVPSvceeRIthNLT {  }
 }@media only screen and (max-width: 763px) { #JUvs26VcNbO0rwsQrUP0OpbPLwePKAlG #vypvPq99FbJEUuFxmW9eD3TzIbo9VgG9 {  }
 }@media only screen and (max-width: 763px) { #JUvs26VcNbO0rwsQrUP0OpbPLwePKAlG #NduimkvaGWnTB9ulKTq1GtG4DtTTcxOt {  }
 }@media only screen and (max-width: 763px) { #JUvs26VcNbO0rwsQrUP0OpbPLwePKAlG #knhlq9b4yEMWvV8ss7VKkDdvmQTxNRpn {  }
 }@media only screen and (max-width: 763px) { #JUvs26VcNbO0rwsQrUP0OpbPLwePKAlG #WtgvlivhEyXeMHfKTGpWIiSAuyToDQoS {  }
 }@media only screen and (max-width: 763px) { #JUvs26VcNbO0rwsQrUP0OpbPLwePKAlG #UzTlzmpPxB0g87eMV9F3L2GcD0pO1fa1 {  }
 }@media only screen and (max-width: 763px) { #JUvs26VcNbO0rwsQrUP0OpbPLwePKAlG #d7OrQfo9E8TPci2maCTgPTA3ycVNTgIB {  }
 }@media only screen and (max-width: 763px) { #JUvs26VcNbO0rwsQrUP0OpbPLwePKAlG #gDyfycxzrgSMVHecf5stPmwIwCqxagn7 {  }
 }@media only screen and (max-width: 763px) { #JUvs26VcNbO0rwsQrUP0OpbPLwePKAlG #E7F97ivIemwskz7MSAEdhkATGNlVw7Te {  }
 }@media only screen and (max-width: 763px) { #JUvs26VcNbO0rwsQrUP0OpbPLwePKAlG #Cb4KJXDZqemTadqUdMGSGdMFIeiy5IdX {  }
 }@media only screen and (max-width: 763px) { #JUvs26VcNbO0rwsQrUP0OpbPLwePKAlG #ENFr1FFBrb1CK2lLmOfIDtFoMezKcv8b {  }
 }@media only screen and (max-width: 763px) { #JUvs26VcNbO0rwsQrUP0OpbPLwePKAlG #RuoXh2oa4NX0gsohV5FRK6CptIr2Rznm {  }
 }@media only screen and (max-width: 763px) { #JUvs26VcNbO0rwsQrUP0OpbPLwePKAlG #WmQ2V3U2BTz88DrdP4lGIwmhveGAfW3M {  }
 }@media only screen and (max-width: 763px) { #JUvs26VcNbO0rwsQrUP0OpbPLwePKAlG #W5LmOtIvecrwQPPrllL1UO025PuwixKt {  }
 }@media only screen and (max-width: 763px) { #JUvs26VcNbO0rwsQrUP0OpbPLwePKAlG #NOA88l14eeK4ivPhzQMq1gDiG06G52qM {  }
 }@media only screen and (max-width: 763px) { #JUvs26VcNbO0rwsQrUP0OpbPLwePKAlG #sKWADNQ6DEPtPXCgqqlgaVuSwETfBmtf {  }
 }@media only screen and (max-width: 763px) { #JUvs26VcNbO0rwsQrUP0OpbPLwePKAlG #kyH3dMCZuT8l7bMdamsJQ0Oe49FyVGXV {  }
 }@media only screen and (max-width: 763px) { #JUvs26VcNbO0rwsQrUP0OpbPLwePKAlG #LP6QoKlPADVhsuDhIGBkfx1k9wg5Ivq4 {  }
 }@media only screen and (max-width: 763px) { #btfEJ7FP8gdAw9sL1xUQWPSDZwNpScs9 { display:block; }
 }@media only screen and (max-width: 763px) { #d3BTGUbOdpzyfk8piestty8xzzGRDBKC { display:block; }
 }@media only screen and (max-width: 763px) { #udIXi4PeTq4LlZ9W8T2KLLXGrTEHuaVC { display:block; }
 }@media only screen and (max-width: 763px) { #JUvs26VcNbO0rwsQrUP0OpbPLwePKAlG #HixcRN9aaK5XgVEZ3Rrb7lIJqKwusgVN {  }
 }@media only screen and (max-width: 763px) { #JUvs26VcNbO0rwsQrUP0OpbPLwePKAlG #q2XzvpR7vssp2X3birStgzQ1IgXWGATm {  }
 }@media only screen and (max-width: 763px) { #JMMVVVb3samnENgdw2SqmFMF5tls3Knt { top:4.0625rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGb96VVsSqms0seLMPcCkmp11n6x5nm5 { top:49.25rem;left:26.625rem;width:13.375rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #appm8h68JvRFs1nT9wapJikXFvbnOKZJ { top:47.9375rem;left:27.875rem;width:10.8125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #De7JwmZLOcPuEEebWTrysu000bUWbnkJ { top:49.1875rem;left:7.75rem;width:13.375rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCg1XsLXQpm80XZ1iWpfORUTC2M38Itn { top:47.875rem;left:9rem;width:10.8125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwxPxorvGKBSMGV1lITnpFvi9kUWMm3n { top:43.25rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOXo88HFAUUcWXTZ75HJcMcJxeuxkypR { top:47.5rem;left:23.8125rem;width:0.125rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPL5A8Tt5BnVIhVEVqHUePdS6fu9PgFb { display:block; }#XPL5A8Tt5BnVIhVEVqHUePdS6fu9PgFb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tAxLBMKITuvdSbo8vf4SNqVMiixnpaxb { display:block; }#tAxLBMKITuvdSbo8vf4SNqVMiixnpaxb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sczdMyXdN8svX6vL0rp6O83eJxMTLTRw { top:4.875rem;left:10.5rem;width:26.75rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rL9Jq5oNJn3xfoDETPbl3uookepkaMfe { display:block; }#rL9Jq5oNJn3xfoDETPbl3uookepkaMfe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wbym8M02MVnPoC88WETI07gwpgDzIU6F { top:19.4375rem;left:0rem;width:18rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNQTozwXAq4bPbvM4xriBkfVJSugFEdB { width:8.625rem;height:2.4375rem;top:36.5625rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BefohnTtTmTAPX8Qgv4ynxgfGgw3zTJI { display:block; }
 }@media only screen and (max-width: 763px) { #mhAShVBiPEsAnE5iQOAiTb9Vw61rDWJs { top:13.6875rem;left:0rem;width:18rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNr4x2QyIHfmEdAIsO4LHWHt6PigJv9s { top:0rem;left:0rem;width:21.1875rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3t9GxsW96qlTWvJuPDf2atoS5A4pIOb { width:8.625rem;height:2.4375rem;top:24.0625rem;left:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1BfPQFNAXQ02RdN81fKBpGdAGol1ODi { display:block; }
 }@media only screen and (max-width: 763px) { #fNUkPD3f5l1FdWxn0bP8rDLpRcnlI2rE { top:13.625rem;left:13.75rem;width:18rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBkvFpwSt93auyeePkrgVdKHzXCW03Ze { top:0rem;left:10.5625rem;width:21.1875rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbNT1ddumoVTINrnuzFQVPZDPG9toVzF { width:8.625rem;height:2.4375rem;top:24.0625rem;left:35.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEqZ3UGEHlmBqKsv9g8HNaphVTMx7brs { display:block; }
 }@media only screen and (max-width: 763px) { #NDtWK9qmgvLQ8dOT3Oo8HWgXy9i4UaoI { top:14.875rem;left:29.625rem;width:18rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtOzerRsnCWXCG5HlrIMC8KxeLLMqTKi { top:13.75rem;left:29.625rem;width:18rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #roXhdWmo4iGozgDBrM7xNv6sVamkntqd { top:0rem;left:26.5625rem;width:21.0625rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLa9gmeMstuTEedQA2WO3ngoKmJPt1cf { top:42.0625rem;left:0rem;width:20.25rem;height:16.875rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XtNhvJ2lnU0kwCZzBkrPGl99TTXDWcGa { top:42.0625rem;left:11.4375rem;width:20.3125rem;height:17.5rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OoRAp0DwxlAqx6hAz7EvNu3RoyMv2fz9 { top:40.875rem;left:24.5625rem;width:23.0625rem;height:11.6875rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PoQTHQLq15wnBEtSk2IMmFNTxTUAK4TX { top:14.8125rem;left:0rem;width:20.1875rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCr8mlagWKr2R57f6Mceh70AAiHX9ZcX { top:19.4375rem;left:13.75rem;width:18rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlSKVPRiPZmO9y3sThK4JDI2FmAhyRRE { top:14.875rem;left:11.5625rem;width:20.1875rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xrv4HTUHlWkQEuZsdhg49dDhhP9yuw1f { top:31.875rem;left:29.625rem;width:18rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kn1IF8UeWMZzABG9s1KlvyhLi4d5LDKf { width:8.625rem;height:2.4375rem;top:36.5rem;left:35.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAx8o3zq5Zx8lZ624MFBprWia5BTTPD0 { display:block; }
 }@media only screen and (max-width: 763px) { #a3mpfGbHV1nTT08vPRlvzn9MnJGhnZUr { top:30.75rem;left:29.625rem;width:18rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2iRRdaz8pc9flTEW4iloQg0Amivs3GQ { top:30.75rem;left:0rem;width:18rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bomyMCsxRiHghKOWU7lVG0TgM3HO516w { top:31.875rem;left:0rem;width:20.1875rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9EeefX4blZ7v31h3ZfvtBbH3dGmnwzN { width:8.625rem;height:2.4375rem;top:24.0625rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QppsUqDP0JJydztqDpT6No1prX7dkcub { display:block; }
 }@media only screen and (max-width: 763px) { #BO0rPXgZwmb5P5zIBrOpLH1BL6F7JxVv { top:31.9375rem;left:11.5625rem;width:20.1875rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uy1HnEhmF2PnS4HlpArx313XI8XyQOol { width:8.625rem;height:2.4375rem;top:36.625rem;left:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3pLRmiGwu3lEPpWhLS4zFny3TgIiqRF { display:block; }
 }@media only screen and (max-width: 763px) { #J7oWGkDtZtGUnueTpFx76dLKX0HCr2P3 { top:30.8125rem;left:13.75rem;width:18rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0MH9Fry5bQqe46tzuc1xWTAtIiveCzR { display:block; }#d0MH9Fry5bQqe46tzuc1xWTAtIiveCzR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g85htbaKvWbtApFr0ihfikdPKC5n7arN { top:15.25rem;left:3.5625rem;width:20.3125rem;height:3.1875rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMHknyd1pcaE92hZ3t6usmsrU5zzw9Wk { width:8.625rem;height:2.4375rem;top:9.6875rem;left:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEV7wH9QNqFMifZRnGaqaPt9XRITLnDJ { display:block; }
 }@media only screen and (max-width: 763px) { #sefGempvMt3PQpocFpdK8nw1CWN5Lruw { top:5.0625rem;left:5.875rem;width:18rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #slnXdstQxDxqNtt3MSOqCC1TWevhs1r0 { top:3.1875rem;left:5.875rem;width:18rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLUiO8hrqf7CKSKU0BQbiie0TzmSgvVt { top:15.25rem;left:23.875rem;width:20.3125rem;height:3.1875rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6ZOWCJ0o35bxCftnAUZzpXFzz7KO7Qs { width:8.625rem;height:2.4375rem;top:9.6875rem;left:25.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fe5qdtnvVGFErH7KgUwckSxXcT34u9RT { display:block; }
 }@media only screen and (max-width: 763px) { #wW4lyM0ITHyxlVpTHZ6A06464FzozUWu { top:5.0625rem;left:23.875rem;width:18rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #atLsGpcqWikMzUU0elg2edTawg1crz0G { top:3.1875rem;left:23.875rem;width:18rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTionESgaf7PDBJ3o9xGk80BsULHiqoC { display:block; }#CTionESgaf7PDBJ3o9xGk80BsULHiqoC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OqkNvhiza31KS1imJrQilWatAG0AUzWO { top:14.8125rem;left:0rem;width:18rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzREhn4mzbFVMUMJZTZXkbMhvleBPrET { width:8.625rem;height:2.4375rem;top:25.625rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dAzkvmxAOOEdqWu6APMv6MgumVGmnUCv { display:block; }
 }@media only screen and (max-width: 763px) { #MIuPxrF7mwED0RC3ZeuDO1ly5mOHsbzr { top:13.6875rem;left:0rem;width:18rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #laTaGOXysIVWfbZVkxs2OvCt62QnyG5A { top:0rem;left:0rem;width:21.1875rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysmAkPvll6kWtZ1JDdNkrBhTNBVp1DMi { width:8.625rem;height:2.4375rem;top:25.625rem;left:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VtL7FWqq0uDpoFiRai2GdVHAD29boRr6 { display:block; }
 }@media only screen and (max-width: 763px) { #zUSTTADis6PP1sWBNyheKTClGZdEUAO3 { top:14.75rem;left:13.75rem;width:18rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvqEUT1TgrXJZ7wR4RI864DoTT4SFTUi { top:13.625rem;left:13.75rem;width:18rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfLc19TClmyaiV39VThrvHcNz3B9e8cP { top:0rem;left:10.5625rem;width:21.1875rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKLayIyQGaTMECeKGqc3EHmJRRTRVSQ3 { width:8.625rem;height:2.4375rem;top:25.625rem;left:35.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3qDgAxIFJqEnQLycnAI8vI1tSrE2EWf { display:block; }
 }@media only screen and (max-width: 763px) { #Z0aSg1m1JK97e2XI6xuBh57n6Nf0e0Q5 { top:13.75rem;left:29.625rem;width:18rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUEJLTW3d7lHvQZxqM06S4gCnHHZudRJ { top:0rem;left:26.5625rem;width:21.0625rem;height:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B04PFcgT5BbDVNceKhw70oKHZQRVOAlp { top:42.625rem;left:0rem;width:20.25rem;height:12.9375rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrBWL92CCLXbUWPoFQ9cBJJZyEXwMEUH { top:42.625rem;left:11.4375rem;width:20.3125rem;height:13.625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJ5P7kTIWAo7PgL9rHKB95XfTwOD6AsM { top:42.9375rem;left:24.5625rem;width:23.0625rem;height:21.4375rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDvK28yT0Q8TUq9IXZz4B4OH2QbhT6nh { top:14.8125rem;left:28.5rem;width:19.125rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDlW79x5wpi4skkzzVbV24WEEBNOutE8 { top:20.1875rem;left:30.75rem;width:16.875rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zv3slnkzidDI9L4rkQJ6wZo5VOCLSqZ3 { top:32.25rem;left:0rem;width:20.9375rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSJT5BK4gSLtShOUmAWTE9VNS5TA4dcL { top:31.125rem;left:0rem;width:18rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRlg6sPuFXmiB9mgNI5RqDQlITLU4nNT { width:8.625rem;height:2.4375rem;top:36.875rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwbRrTtMUNgtzzfMyDzuu25BaJRic3zh { display:block; }
 }@media only screen and (max-width: 763px) { #TTxEtGzemnlINMSBN1HZgJSvCEFuWdQB { width:8.625rem;height:2.4375rem;top:36.875rem;left:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpumX5Q52tCFNB3UxrcRoQQzC6BOkuTX { display:block; }
 }@media only screen and (max-width: 763px) { #tCcHJnUTLO7Poa01fkJKeR6c5key2sFD { top:32.25rem;left:9.25rem;width:22.5rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvVaxgVtZJ156FBSIeVmmgCvcCzOIIao { top:31.125rem;left:13.75rem;width:18rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hvo0qQPkfoQdJisLC7T14VFy3mItW1Bh { width:8.625rem;height:2.4375rem;top:36.875rem;left:35.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkQIDM9fsND6LRF8PDWA4GJhNcChCAtV { display:block; }
 }@media only screen and (max-width: 763px) { #hZEo0hKo7tSxbqXWmgiWVxw4vgnsk2vi { top:32.25rem;left:26.6875rem;width:20.9375rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kAB7ITwGVnbTE01vHiw0Kq0WuHwn2Qqh { top:31.125rem;left:29.625rem;width:18rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfrcLdDaPFyfOWCDoE85FRXhPlh5yZ4M { display:block; }#rfrcLdDaPFyfOWCDoE85FRXhPlh5yZ4M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GKBWKXMpoL2K2W72Z9HXqIpBxbwiyO1N { top:4.875rem;left:10.5rem;width:26.75rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oA4GxdmOloT3aq9qmxJ8pdGQlo4pi2D1 { display:block; }#oA4GxdmOloT3aq9qmxJ8pdGQlo4pi2D1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eTQV4LoomWILuCmtHJcF4tUa3fz3Nvga { display:block; }#eTQV4LoomWILuCmtHJcF4tUa3fz3Nvga > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PgyaEIipei5Zv815dZHGIMrdAQKSCIAe { top:15.25rem;left:3.5625rem;width:20.3125rem;height:2.5625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRnRRC8PRnP6Et85DWSZbbMcxwHJEsw4 { width:8.625rem;height:2.4375rem;top:9.6875rem;left:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHk9VVq4sNLAHOeDaPNVBe3eqIwcWCDl { display:block; }
 }@media only screen and (max-width: 763px) { #NoLBvHsi7kuZy4RW0FNM7TiesTL7zipA { top:5.0625rem;left:5.875rem;width:18rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HD64benWbnvul9L5RqfvW8X41lPXPRme { top:3.1875rem;left:5.875rem;width:18rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRJbkgX9TTEh6S2Hs28pVGcnd4DdBHcc { top:15.25rem;left:23.875rem;width:20.3125rem;height:3.1875rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxHeeekk1t7SiT6uOntasL0iTxFVTfNJ { width:8.625rem;height:2.4375rem;top:9.6875rem;left:25.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OrhmcGPZnwredAEiP0KZ7i0nug0U859i { display:block; }
 }@media only screen and (max-width: 763px) { #Eg8iQTLCOpXEifJymJuQ5MHK6kFQSMs0 { top:5.0625rem;left:23.875rem;width:18rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOBc1T2HsP7Lh7aR1EpNqt1ElsBizErs { top:3.1875rem;left:23.875rem;width:18rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7txWpIuVucVq1LVMFn6ap8LDRkb7hvD { display:block; }#u7txWpIuVucVq1LVMFn6ap8LDRkb7hvD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qkDTwgWRaeRKc3wEk3fZhnF7pW4Qbfrs { top:4.5rem;left:6.96875rem;width:33.8125rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfUOaWeBp79dJE6QrLyDgrB4WPyqBoVZ { display:block; }#cfUOaWeBp79dJE6QrLyDgrB4WPyqBoVZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g5vERQUaE4ZwV3hPx36tN7haWR3vHzZe { display:block; }#g5vERQUaE4ZwV3hPx36tN7haWR3vHzZe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jeh2p43sPJ5HSKiWtgcF1LcpbTHqAELU { top:15.25rem;left:3.5625rem;width:20.3125rem;height:2.5625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xN7rioRPsVUzXWvX8rUQPShZvHInuMW1 { width:8.625rem;height:2.4375rem;top:9.6875rem;left:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPckRfkeklozAChlwvaThyKRTiZpzf3v { display:block; }
 }@media only screen and (max-width: 763px) { #imxDmMbk4OFNT0Q1wsG4JeEXMo46xczD { top:5.0625rem;left:5.875rem;width:18rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7ZRqQSMzPB7aJLtzxaSR60Xfix2mM1P { top:3.1875rem;left:5.875rem;width:18rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUzChOfPASwWbGxSQF56XGDsD6zFQM3A { top:15.25rem;left:23.875rem;width:20.3125rem;height:3.1875rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3VoRmLJJdSk88eDhEyOsy3JoiBUAbHT { width:8.625rem;height:2.4375rem;top:9.6875rem;left:25.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VaVwuN2iyV34xTooOgrdlGyPtNFtx6Vs { display:block; }
 }@media only screen and (max-width: 763px) { #DksNpWR8ceyxnmh2qTDKAINCZ7wA4iNW { top:5.0625rem;left:23.875rem;width:18rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5awamqrQhE8HaEeuLGWQXX5aV9Ps63I { top:3.1875rem;left:23.875rem;width:18rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBDoINtzkkhB7mODzrKghcs6TsQhLrk2 { display:block; }#EBDoINtzkkhB7mODzrKghcs6TsQhLrk2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nyLm69VSmNDu3aX7s8I1TXoc7zO2c8AO { top:4.5rem;left:6.96875rem;width:33.8125rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnLV83wxxZUzMH4AP5O8l6NqTShyvNpo { display:block; }#qnLV83wxxZUzMH4AP5O8l6NqTShyvNpo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ApOvLt9G2GRllGZU857lc0Op8JNnKsVp { display:block; }#ApOvLt9G2GRllGZU857lc0Op8JNnKsVp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ligfNyhTWBbDzbXokeCeTpSg3HmyIlPU { top:15.625rem;left:11.4375rem;width:20.3125rem;height:3.1875rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvo9tTQA5fQaugHLLZOO8pgrlOsLbt89 { top:13.6875rem;left:0rem;width:18rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHhlKCiQBg0JiM7Q3QWbmqzM5NA6lTZH { width:8.625rem;height:2.4375rem;top:10.0625rem;left:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTgobxleNlMKTeTSbB1TusM2FXCwg7b7 { display:block; }
 }@media only screen and (max-width: 763px) { #kBRikJ9MWzvxtRG9DqtFw8LaDZs2VbET { top:5.4375rem;left:13.75rem;width:18rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBQJudiAx3b9L3yafCB9HJMsgrezKL2D { top:13.8125rem;left:13.75rem;width:18rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n513iLDZZxcszZ7JfMVvtpG6lSa95dZk { top:13.75rem;left:29.625rem;width:18rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNeIzUboGcBNNnuBS3kUSkx733MsN7eV { top:3.5625rem;left:13.75rem;width:18rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTcTwVQbdu8CPg1muByJfTIxsnLzs9rg { display:block; }#rTcTwVQbdu8CPg1muByJfTIxsnLzs9rg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FXSxr1F3TpMnFveIn1tZqlJbEBo6VI6y { top:4.8125rem;left:9.34375rem;width:29.0625rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H95oJH98P547eoeOiV2BT9crMDPqHnlO { display:block; }#H95oJH98P547eoeOiV2BT9crMDPqHnlO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NMs8Qm9aTRU0rJavLsL7CWCaH8eJOzMT { display:block; }#NMs8Qm9aTRU0rJavLsL7CWCaH8eJOzMT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TMGyOtDztIVVVczoZ8zR99cRJap9mauX { top:15.25rem;left:3.5625rem;width:20.3125rem;height:2.5625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNoZRTIINUwMP8vqPatVztwduZbebkJK { width:8.625rem;height:2.4375rem;top:9.6875rem;left:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zW1RVoCTg2mRehpf9eOWMtWxbIsZ7TD0 { display:block; }
 }@media only screen and (max-width: 763px) { #LC8oQW74vZaAUw3dPEm8nLwv90R5lirn { top:5.0625rem;left:5.875rem;width:18rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #giIkAEADafWK7mXIe2Mb2uqwNlGiZGMG { top:3.1875rem;left:5.875rem;width:18rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ok8yP9nqUmhtL2y8f0ArMJEFpxoBwL0I { top:15.25rem;left:23.875rem;width:20.3125rem;height:2.5625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMasmuk4HZiXMIki1JdlsQGOckml5AAA { width:8.625rem;height:2.4375rem;top:9.6875rem;left:25.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKeMOkJ4kCzRdeZRPsVUu9g109ZXWsWk { display:block; }
 }@media only screen and (max-width: 763px) { #ZNDwTcJ4Vy8WcEzZpZWeTpBSSZlZ9Qnx { top:5.0625rem;left:23.875rem;width:18rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6Tq6dhgSFT7GefVEGh9a0NS2JJVUyfi { top:3.1875rem;left:23.875rem;width:18rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZTwAB3AJvHbfZ876UzQFTQHpTvbZG3K { display:block; }#CZTwAB3AJvHbfZ876UzQFTQHpTvbZG3K > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qGM3Bq5nMmr32z2Vw0ih6NRIGqLZx63E { width:8.625rem;height:2.4375rem;top:19.375rem;left:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QaXktmmSatq2mn06IzMQTSM9fXGTHDUx { display:block; }
 }@media only screen and (max-width: 763px) { #ErZrhaHRU2voAzdDNK8DJOSUkUIJL2qi { top:14.75rem;left:13.75rem;width:18rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #prJzB9ToeQHNTGTnqSTT5psA947ZJKTn { top:13.625rem;left:13.75rem;width:18rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUTfVWZwSGzQZg9BhTsl3AFio91rMeFW { top:0rem;left:10.5625rem;width:21.1875rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSyuiQbxBQyinSNqkvOosHpLw4P4Smz9 { top:24.875rem;left:11.4375rem;width:20.3125rem;height:2.5625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhBGqyNxPpH2tqfndyFDRK8v5wbrEJmD { display:block; }#uhBGqyNxPpH2tqfndyFDRK8v5wbrEJmD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xsaWAAdLopiLsWTAc2wSqEATvUpM5QVe { top:4.8125rem;left:9.34375rem;width:29.0625rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBa8QfO4T7AktKCyhcHfOtoDbKKpMGE3 { display:block; }#VBa8QfO4T7AktKCyhcHfOtoDbKKpMGE3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hy53QQMm6cmxawiQTvE0ike27xoaNVLp { display:block; }#Hy53QQMm6cmxawiQTvE0ike27xoaNVLp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CUqxMOAmakofTZb1ryHbf6cAOeG4M0MD { top:15.625rem;left:0rem;width:20.25rem;height:6.4375rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkqoFOMS0fn1MoOTZRbUdMWWgAwQO6aJ { top:15.625rem;left:11.4375rem;width:20.3125rem;height:2.5625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcAWGkVQPsiQvK5nsQ4lfxKlofxrohqg { top:15.625rem;left:24.5625rem;width:23.0625rem;height:2.5625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gritIb6INs1pPB08Nu0HidxzrxSu1bby { width:8.625rem;height:2.4375rem;top:9.9375rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlGPGlUbQFIxWLC10mFSo1HipcyC3ZXU { display:block; }
 }@media only screen and (max-width: 763px) { #p7b9gcEgixgJmUCPaZ6gH0tgMk6Rhgqe { top:5.4375rem;left:0rem;width:23.8125rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AeFzKotWVVSwpzuainPI68uBoz56lZa5 { top:13.6875rem;left:0rem;width:18rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTzksMiz0AUNJTGJ2yEq8GVSo5NtqeBU { width:8.625rem;height:2.4375rem;top:10.0625rem;left:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CssT2BUEFO6cR54IPmtvBcBoIPeaevOe { display:block; }
 }@media only screen and (max-width: 763px) { #g4NGkpyxKX7BxA6Z74nrvAsvgCZOiaJD { top:5.4375rem;left:9.125rem;width:22.625rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1u85T0ASZrMErmbJqDnFnueX6zW1oRq { top:13.8125rem;left:13.75rem;width:18rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JoJdPL5mD6TpJFbFl6fi3J6VHADdEU9n { top:5.4375rem;left:26.3125rem;width:21.3125rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XiLMQdWeZ5hJlmpKplA5txai9TJzpOx6 { width:8.625rem;height:2.4375rem;top:10rem;left:35.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQNKwUPMCa20G6TW06BmMPwU9HXt8gDt { display:block; }
 }@media only screen and (max-width: 763px) { #s335uMN1odVWGypF5fwEflDBxM7s137Z { top:13.75rem;left:29.625rem;width:18rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJngKSxsffMAT7GKZxuNy7SXI34S7MD2 { top:3.5625rem;left:29.625rem;width:18rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0cRSmKk05shDeyPzJwlNkxqUTvUhpSG { top:3.5625rem;left:13.75rem;width:18rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h267oOoHGE5MuRAsuIvVcayEzzZFloTT { top:3.5625rem;left:0rem;width:18rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXpoATCGRhBJyOitwwvBvyUsuJ7QyR6l { display:block; }#UXpoATCGRhBJyOitwwvBvyUsuJ7QyR6l > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hd9KlpdK6X7IdurasRsKrB7o8sbO7p1L { top:15.625rem;left:11.4375rem;width:20.3125rem;height:2.5625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPDkCUVKQ2XsJdGB1du0Omr4BhmiBVqH { top:13.6875rem;left:0rem;width:18rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0JywWFZfwt15LRiTxcveCECViN8swNu { width:8.625rem;height:2.4375rem;top:10.0625rem;left:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLHJf7pGTJ2dkKt4SJ6QX2TynX4xqyVW { display:block; }
 }@media only screen and (max-width: 763px) { #srFMpmHTHQbf8aDzUdaESeJF9gT2Cd3Z { top:5.4375rem;left:9.125rem;width:22.625rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFlKbWMgqBGU1oys7tcgpENCD9isftgC { top:13.8125rem;left:13.75rem;width:18rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihXz1JytiG1KScuNKEZiTbrpfOZzLdcn { top:13.75rem;left:29.625rem;width:18rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmC885CfTXyg6BEwNS3Ae9QNvJmHCwd1 { top:3.5625rem;left:13.75rem;width:18rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tC1AbCsdZ8TOXl19UqK559SLZJWcVNxl { display:block; }#tC1AbCsdZ8TOXl19UqK559SLZJWcVNxl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ILhlJ4ZwbtbbHDU0AmitsTMCr6sZ2cob { top:4.8125rem;left:9.34375rem;width:29.0625rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ub2PDAMhTluT5DSK2dUzxaGAl75amAv8 { display:block; }#Ub2PDAMhTluT5DSK2dUzxaGAl75amAv8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PxBJq9F04UmoFdw78cxVP2mvpZz2zTDT { display:block; }#PxBJq9F04UmoFdw78cxVP2mvpZz2zTDT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BZQ2gKPKMmsRwNSJSaRldDwEuG8cHFTv { display:block; }#BZQ2gKPKMmsRwNSJSaRldDwEuG8cHFTv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xFc4wfEGpTtxxnDwpqkPtpbvhS7VKlTl { top:15.25rem;left:3.5625rem;width:20.3125rem;height:5.1875rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fK4bTvxAP4XTcBQARxs3c4HoVBWNvxqC { width:8.625rem;height:2.4375rem;top:11.5rem;left:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvlqWRHIZTxUxeONk2PSnv3h9Fwyg2cm { display:block; }
 }@media only screen and (max-width: 763px) { #WSIh1TTADTI6sVtTTUV4eQLV2iBa5VKl { top:4.875rem;left:5.5rem;width:18.375rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCGTeoXNnHUQG9dDTh8z6hn0JQTBmkVG { top:15.25rem;left:23.875rem;width:20.3125rem;height:6.4375rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBUcTW6x3TG9Z2gvSOOJq29fTC3UUfGC { width:8.625rem;height:2.4375rem;top:11.5rem;left:25.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVyCF2FOLbv5GqTWXrrBZN6MILQA65Qa { display:block; }
 }@media only screen and (max-width: 763px) { #PiX1alSuQXw1aNCWvPCxki7MzuD5FO2S { top:5.0625rem;left:23.875rem;width:18rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HARqMhU3ahnBFgCspml47Hg4zbxi0unE { top:3.1875rem;left:23.875rem;width:18rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVXz5N6P7HIzchZzqiNSDwaHAKuc6cHR { display:block; }#bVXz5N6P7HIzchZzqiNSDwaHAKuc6cHR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AkKCUzxg4c2O2uTA6Sh9GaiytyVDqvg1 { top:4.6875rem;left:4.28125rem;width:39.1875rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTvbwVcJK1FJySgT1gu4WQHfTd3g1m3S { display:block; }#aTvbwVcJK1FJySgT1gu4WQHfTd3g1m3S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iNsDZgur0W7k8TOdXuVNaOAHOkJckxoi { top:15.25rem;left:3.5625rem;width:20.3125rem;height:3.875rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWFlU5STLh0eGbCzMWGM1Dz8dIume5ly { width:8.625rem;height:2.4375rem;top:11.5rem;left:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmQDJ0lF9rQ7EZeZNk2Wfbs7Ct47HQ3y { display:block; }
 }@media only screen and (max-width: 763px) { #lX1Aty7cdWqbreZ1g2ad6T7oqoBomxxs { top:4.875rem;left:5.5rem;width:18.375rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9zVRgMksgFQsKsGAtApkFoLM3bHakTD { top:15.25rem;left:23.875rem;width:20.3125rem;height:6.4375rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1LVqkyxVqUmsR2Kbs43xkrpWVmywE5P { width:8.625rem;height:2.4375rem;top:11.5rem;left:25.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMcNBk11VVDMLs2WKUls0y85N46rFIFi { display:block; }
 }@media only screen and (max-width: 763px) { #C5JBX4cyVHvE9ANswToGxncmPkafrI1v { top:4.9375rem;left:23.375rem;width:24.375rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LiCyBglikWUJTM4s2eo3hfIuwbLLCSUa { top:3.1875rem;left:23.875rem;width:18rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhHnM9lwndLoR4Q3LX3TRVp40QDOdSQ2 { top:3.125rem;left:5.875rem;width:18rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnsCpc9Sy4atx98awFtlVhnykp63FgBv { display:block; }#wnsCpc9Sy4atx98awFtlVhnykp63FgBv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LJLyA2TqmkZfEpIt2Ecm4rktxKVbvMei { top:4.6875rem;left:4.28125rem;width:39.1875rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQPcXJRzh9DgpIdnhJrDCXi4WE7S1Lhn { display:block; }#BQPcXJRzh9DgpIdnhJrDCXi4WE7S1Lhn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tg4Pa1Nl2ixGpxEpZa5CUS9O5BTGZfkE { display:block; }#Tg4Pa1Nl2ixGpxEpZa5CUS9O5BTGZfkE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hTQGNdXoLHrrmMcPlS7RlKgPdr5KsLdq { top:15.25rem;left:3.5625rem;width:20.3125rem;height:6.4375rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0ECFZSrWG2vUTMwv2OcRX9uQmDc7n18 { width:8.625rem;height:2.4375rem;top:11.5rem;left:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6RoHkHQximgCx6K2DQz1kfyBuwTqQFO { display:block; }
 }@media only screen and (max-width: 763px) { #Muwut3kLwXFmeId3dhnTcPkWDBV16Nme { top:4.9375rem;left:0.3125rem;width:23.5625rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eicILivlt4AoEeUaJe4X1eEg2Qm8q7ih { top:15.25rem;left:23.875rem;width:20.3125rem;height:3.1875rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXkVm024F9vfTqfz9CCJIJEJnTDWCdOn { width:8.625rem;height:2.4375rem;top:11.5rem;left:25.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rillz9mcsmJBycfl9dNBNmuFlwNdBpXR { display:block; }
 }@media only screen and (max-width: 763px) { #nHrAOzdsTbcbTtqQqcyZ919DomqCufvX { top:4.9375rem;left:23.375rem;width:24.375rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztkJHFWHda7npoTSTwRi2z60wBk8ntF4 { top:3.1875rem;left:23.875rem;width:18rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tr3xmuxlUpbSqXbo4ELcFIAtHrC8mqdk { top:3.125rem;left:5.875rem;width:18rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwN471y1Ox4w6AW8iGON16gv0Nt7202b { display:block; }#PwN471y1Ox4w6AW8iGON16gv0Nt7202b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X931greyUURWFW705ZTnsNRsb8lzOpUc { top:4.6875rem;left:4.28125rem;width:39.1875rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kuMZy1bi4yPWCL07zIo3R8XOqUKNusZX { display:block; }#kuMZy1bi4yPWCL07zIo3R8XOqUKNusZX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A7Mquk9fyfD4Ls9AuoNW8ZWbcF44pLv3 { display:block; }#A7Mquk9fyfD4Ls9AuoNW8ZWbcF44pLv3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U1hPUGaT2wO3zIrN34eM7owXodHVAfKn { top:15.25rem;left:3.5625rem;width:20.3125rem;height:6.4375rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QczHpwHUWz5iAO6e2EXOvH153XUDLFmd { width:8.625rem;height:2.4375rem;top:11.5rem;left:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gn2ykTWuaIodtPZpo76uxpqwJ3thlXqI { display:block; }
 }@media only screen and (max-width: 763px) { #qzgwqlg9UT5CBr8QpAToSeHiC6UQsJb4 { top:4.9375rem;left:0.3125rem;width:23.5625rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6pnW6oCf99bEFkT0ZpBevQ5rtiDRfwN { top:15.25rem;left:23.875rem;width:20.3125rem;height:5.1875rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpwCIG7ShcKpLD4ggIuLumQxJk4GRUdW { width:8.625rem;height:2.4375rem;top:11.5rem;left:25.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSuDXSCqOPsAUJlO8Hax9edu9GNEfe5N { display:block; }
 }@media only screen and (max-width: 763px) { #HAeILPpNTUnOioxRG0BUGzqBTe3d8EhN { top:4.9375rem;left:23.875rem;width:19.4375rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xczvPLQ8RtTsRUDWwtF1RC1iMFA7mE0s { top:3.125rem;left:5.875rem;width:18rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwKqQf8lilQL0XLKllk4mqLKMZZQx3d6 { display:block; }#iwKqQf8lilQL0XLKllk4mqLKMZZQx3d6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JT0dToBDqeq8xDlx4g7uv6vBVzrDIg8x { top:4.6875rem;left:4.28125rem;width:39.1875rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcVHXbvrJ0gXBRZmdHb05B8rJslQaTuZ { display:block; }#wcVHXbvrJ0gXBRZmdHb05B8rJslQaTuZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mZiks41tkgokcN1BRBLC57KLQuT82n4d { display:block; }#mZiks41tkgokcN1BRBLC57KLQuT82n4d > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Md3qFbgd268VtzoiwJ67WUkbMhbbb8Qk { top:15.25rem;left:3.5625rem;width:20.3125rem;height:6.4375rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ciw2y54NTClnwMtwCr6cEyVosa2UgohV { width:8.625rem;height:2.4375rem;top:11.5rem;left:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3zTViODoHpFJ5Oibt9audQvDdqp2R23 { display:block; }
 }@media only screen and (max-width: 763px) { #HkXzSJdM2IoTbKdwzTWT0OfqKlOueZ1g { top:4.9375rem;left:0.3125rem;width:23.5625rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKIWnExgMIQ06Cm1KAcTrwMTIOluzTwI { top:15.25rem;left:23.875rem;width:20.3125rem;height:6.4375rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwbXWrckaW7GSgO5b0ixBspQuFLbkC1x { width:8.625rem;height:2.4375rem;top:11.5rem;left:25.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DupmLVffVgKcErDmXpPy6o9DxlWw5XLe { display:block; }
 }@media only screen and (max-width: 763px) { #TZWctLwdsZE6N4VrMTQsXfVdTm0hpkUW { top:4.9375rem;left:23.875rem;width:19.4375rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #STTSDug7oeeLpAN7eSqdRIWDMzrVE5tf { top:3.125rem;left:5.875rem;width:18rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlEA70hWbSQmDWUbJqFPDgDgEWs9a3Bf { display:block; }#RlEA70hWbSQmDWUbJqFPDgDgEWs9a3Bf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B9CUdZK6AWGIhK51AALOuhOykULiAVUU { top:4.6875rem;left:4.28125rem;width:39.1875rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccR02pqU5wlD8Pba7P7qP1VUSbv6x2Jb { display:block; }#ccR02pqU5wlD8Pba7P7qP1VUSbv6x2Jb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xy6vKwZqiKmh8H1X6qDRrqu0vRpLkCAb { display:block; }#Xy6vKwZqiKmh8H1X6qDRrqu0vRpLkCAb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dD4gz24FKCmdxUS0C6a6FRFq2qsB6HNg { top:15.25rem;left:3.5625rem;width:20.3125rem;height:5.1875rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTALiDz0GufLqMHtdcrp63DKbxDrHBcN { width:8.625rem;height:2.4375rem;top:11.5rem;left:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJqPe0seJvT4u7cv3bhgmkdvAcRBN1QS { display:block; }
 }@media only screen and (max-width: 763px) { #EzQIVglkAwndTvJR3oDWuane9NOzNwRk { top:4.9375rem;left:0.3125rem;width:23.5625rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBqbLQTNRXAdpBJry2EswTyBZJMpMLDx { top:15.25rem;left:23.875rem;width:20.3125rem;height:6.4375rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJS2Dd3uVh1vrpbPK2P9UC0nsTDdEWN6 { width:8.625rem;height:2.4375rem;top:11.5rem;left:25.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgJFy1qXdGeLEITlmPmtHhXpbQt38CuM { display:block; }
 }@media only screen and (max-width: 763px) { #qWhTI7KayI2iAJk9PxGUhs7IVyMiTnqJ { top:4.9375rem;left:23.875rem;width:19.4375rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFARCRdHePAZVFxcDWNO16wASgDcaJqZ { top:3.125rem;left:5.875rem;width:18rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DaXwW4TGO5ThSza9W1nCN20Kc09Kp9lg { display:block; }#DaXwW4TGO5ThSza9W1nCN20Kc09Kp9lg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FAx8iMDtqRzVpcazoMoKhu0hB3gcSAXU { top:4.6875rem;left:4.28125rem;width:39.1875rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHIH49ZLxNo16es1y2GFbaKWLXM8JT3S { display:block; }#KHIH49ZLxNo16es1y2GFbaKWLXM8JT3S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PMk58KTCunyEmgmtALIaPvorcnI0Wy9B { top:15.625rem;left:0rem;width:20.25rem;height:6.4375rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdIG77iHhsQdgnCOD779riADxHxVGXfC { top:15.625rem;left:11.4375rem;width:20.3125rem;height:3.875rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZeAIeQO8bv9dhyQ1iyMHkJ6gvpnz6lI { top:15.625rem;left:24.5625rem;width:23.0625rem;height:3.1875rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivmPAwkoKtTSxNUqG7u8iMupkTsxEu7t { width:8.625rem;height:2.4375rem;top:9.9375rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzv8CKNGeMsixrSkfepKgqCpbmhmOPxa { display:block; }
 }@media only screen and (max-width: 763px) { #sRgqSu5bCqMpWyfDdp6O7XkTJpoAEXms { top:5.4375rem;left:0rem;width:23.8125rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGNG4uoFTnMSSfeWm3CUJ9Tu3aCNI5ya { top:13.6875rem;left:0rem;width:18rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTMN30KRmPzCo7Tf2g7QRf2d96uAfqXg { width:8.625rem;height:2.4375rem;top:10.0625rem;left:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWshRmtgFUnUoFKBcG8ULQxFMQomx0M2 { display:block; }
 }@media only screen and (max-width: 763px) { #ydHFHAUF4JAmyVnZAFLBuw5CMXFnrWn4 { top:5.4375rem;left:9.125rem;width:22.625rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRUZPe0TE8GZ2T1Q65385Bp7SgiXxkPD { top:13.8125rem;left:13.75rem;width:18rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTvm8DoBbTmTnpm7Il2iXBDwTfnTn55t { top:5.4375rem;left:26.3125rem;width:21.3125rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tzxkwg1snGk1QdfeEpRc4UxR4iW4RE42 { width:8.625rem;height:2.4375rem;top:10rem;left:35.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6egR8gQ3Q13GXCQb5su3XrUTF4qKpNH { display:block; }
 }@media only screen and (max-width: 763px) { #rf9z3pNPBbfXucihZxvn9u6EUh8TckFS { top:13.75rem;left:29.625rem;width:18rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DD5DRBpnkt2OngJvoEDT02dAIcv7T43u { top:3.5625rem;left:29.625rem;width:18rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWCdStfxiexo0uA1Isip4eBT11l0BMLi { top:3.5625rem;left:13.75rem;width:18rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPRFU4AWxB5PnKGIKD4KOvGnSEDcyVvL { top:3.5625rem;left:0rem;width:18rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmduTSiUO4TSa4GEbMOKeN0Nw22WpSOr { display:block; }#AmduTSiUO4TSa4GEbMOKeN0Nw22WpSOr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fuZapPlsTfZfwbyNOon0s1i2ZsqID8Up { top:14.8125rem;left:0rem;width:18rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNTghvOhvhmQHNoB5t2Z8wEFFftR82NU { width:8.625rem;height:2.4375rem;top:20.5625rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8nWCC3VAs52sNHtAx0xLToEtiT7Zu6p { display:block; }
 }@media only screen and (max-width: 763px) { #wmNu0vq3kuxhSvr6TCeTGcJOxNUCJMcM { top:13.6875rem;left:0rem;width:18rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #clQSLepCiioXIrPWWnQJAyTN1dFPZOnW { top:0rem;left:0rem;width:21.375rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbCzTUWcVJrKxdG52ug71kJGD6S7ZKpu { width:8.625rem;height:2.4375rem;top:20.5625rem;left:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2yy2l3wDFhlkcS6TOPA51EWDCl2p9ep { display:block; }
 }@media only screen and (max-width: 763px) { #F7KgdoHBTmTlPXTTpeCFzVBBFMbmmwqN { top:14.75rem;left:13.75rem;width:18rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMqnM5XLKHevloW8BET9iQgVgJ1kZRan { top:13.625rem;left:13.75rem;width:18rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMIoac3qQMoBZx5AJyJaWTCuoE4VEulb { top:0rem;left:10.5625rem;width:21.1875rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqGxQEUIEg2DuJWgiiA6W4WNpV2lyK80 { width:8.625rem;height:2.4375rem;top:20.5625rem;left:35.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAiSLcvmMI1aqTb1mnnF21uC7SnDOMTL { display:block; }
 }@media only screen and (max-width: 763px) { #cksssLi1G6WopFRbn7y2kTZ9v0w84mAM { top:13.75rem;left:29.625rem;width:18rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXa6brTUQuQgx6feHhUP8Ipy8cQzGd3T { top:0rem;left:26.5625rem;width:21.0625rem;height:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsh2AHhbz8baG7qDfPLVDJseIxhn8lr8 { top:26.375rem;left:0rem;width:20.5625rem;height:5.8125rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqUkIkrtE33MTu2cCTe0uGuLzxXupKlx { top:26.125rem;left:11.4375rem;width:20.3125rem;height:5.8125rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0MBGlyM1iKhM7h4SrwLSi5gnF3TvnUq { top:14.8125rem;left:29.625rem;width:18rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E61e50EkT18PwZuoS9fPTafCddZWBiKL { top:26rem;left:26.75rem;width:20.875rem;height:6.4375rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbg78DuxET7Gid5RxSgI5Bs2GgzpbFCh { display:block; }#qbg78DuxET7Gid5RxSgI5Bs2GgzpbFCh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WUV0gPMih3CS9LPuEutNePIayn4VUcn0 { width:8.625rem;height:2.4375rem;top:20.5625rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFJZ5xkdKXLTMaWyfcXVs4vqmDmHfJKO { display:block; }
 }@media only screen and (max-width: 763px) { #wTX3zksvmg1VFh6IiKmWcOw05ZAEOAZ8 { top:14.8125rem;left:0rem;width:20.0625rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ou23wdAzTlD401DKm28Zh2cQKrTRv8vF { top:13.625rem;left:0rem;width:18rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rd2axcMQ73k7PnvRgHpbbHUIbiHXThM0 { top:0rem;left:0rem;width:21.1875rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUbtmwSqhFhURxpVUNSqcsWdmMPSORh8 { width:8.625rem;height:2.4375rem;top:20.5625rem;left:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2Qne6Ct7OXHKqnMUah5IA5dsTBx6WQa { display:block; }
 }@media only screen and (max-width: 763px) { #Qdab6eLh3byCIy7oXzcXhr8GrrtmL9Lv { top:13.75rem;left:13.75rem;width:18rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnhJaLRvf9XTbObfdPJ1c5B4qBRChePJ { top:0rem;left:10.6875rem;width:21.0625rem;height:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wW9bsATQrrynKs3B4lbyzKUUeETMTR9m { top:37.8125rem;left:0rem;width:20.3125rem;height:10.375rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHLCkbF8kvde53SJTTnTTACk5gPAesUa { top:14.8125rem;left:11.5rem;width:20.25rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOUTX3yDAVP2suw9ihR30lM0SqclVuRe { top:38.0625rem;left:11.4375rem;width:20.3125rem;height:9.0625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLRJ6BrMVvpdk55Hi6C12VMfD4ClvLLI { width:8.625rem;height:2.4375rem;top:32.875rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdAbDXRd4aPIZLkEuTMOXH7Tu0WMR23z { display:block; }
 }@media only screen and (max-width: 763px) { #RJ82T27BAthNqz7ZPlCcns7caOKI3Elg { top:27.125rem;left:0rem;width:20.0625rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKDZvTEmpwLVnGQPpZfqkEyWx7KxNReM { top:25.9375rem;left:0rem;width:18rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9vXTphUUAwis7HbR5yVX6Tx7zuvZocA { width:8.625rem;height:2.4375rem;top:32.9375rem;left:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTRhhDWVbfgIrtws3pV6lVbe53KG4xzU { display:block; }
 }@media only screen and (max-width: 763px) { #TKiqb0C0Ur1QoZH0IRO9hHMz4hkEcnTd { top:27.1875rem;left:11.6875rem;width:20.0625rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJoxBWfWPEl2CyyhNQzVHIhe3LnmkcMK { top:26rem;left:13.75rem;width:18rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPQ0xFxAUOSQ0bvlWlPrU8cITXrhfubN { top:48.1875rem;left:26.875rem;width:20.75rem;height:15.5625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bug0CqnlnQv7CKMB7tuko3lBLSRzAqIz { width:8.625rem;height:2.4375rem;top:43.0625rem;left:35.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uu2o7CVrRIUE2eTuVW8RTTEMhZtHcBQO { display:block; }
 }@media only screen and (max-width: 763px) { #RfgDmnhzkDn6DeUeUJLqRO6C8NLUKb9k { top:37.8125rem;left:24.625rem;width:23rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcMv6FHbx1zeSHruluPotfq2AlsaBsSS { top:32.25rem;left:24.625rem;width:23rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #byK7zRJ8oATUkiFuzmISmFhzryvH6tZI { top:27.125rem;left:24.625rem;width:23rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAT4msBBlT0Um6yU80qAJEZfnSlW004c { top:26rem;left:29.625rem;width:18rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1vwT7GTe5WSm4WZMedS3hoq061TEtGn { width:8.625rem;height:2.4375rem;top:20.5625rem;left:35.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DInkmkEmMZKAtwEtcTWwM6lqZvhOTTii { display:block; }
 }@media only screen and (max-width: 763px) { #oTqSWEW3q7XHT5C7S4b7Bps1iwH3M8W7 { top:14.8125rem;left:24.625rem;width:23rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VK8urEMFP8IIdmdFuhiJ3bDxayy84XXd { top:13.6875rem;left:29.625rem;width:18rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bm7IXZzMzwcVHXNPB2RZTrAQ2cTPt189 { top:0rem;left:26.5rem;width:21.125rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aK0DDt0zE5TXb2hXCVAlRhIOTFnxBR1G { display:block; }#aK0DDt0zE5TXb2hXCVAlRhIOTFnxBR1G > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kgT1EwLxGlVnl39PL4SUDpIaCbGmDL5W { top:0rem;left:0rem;width:21.1875rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #azRsTSeUEZT535PMHOB41ObQJgCTilnr { top:13.625rem;left:0rem;width:18rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9DnScV4tkS4nhvBB1HE5FivxGEZPOGK { top:14.8125rem;left:0rem;width:20.0625rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3bRICS0hpEnTu52g16lJlroBPsT6lQH { width:8.625rem;height:2.4375rem;top:20.5625rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZ24NMXVX5qUFsnIyUkxIka4RsKf37qw { display:block; }
 }@media only screen and (max-width: 763px) { #USTpaCelVEz17N4ofNByV3qRQ8DV4c65 { top:25.9375rem;left:0rem;width:18rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmrHnWJk7TTtEKx7TAqVFnkLx9T2rfXM { top:27.125rem;left:0rem;width:20.0625rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMq0e95LBRllIT8q9LWcTNwzXZShX0HQ { top:32.3125rem;left:0rem;width:20.0625rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9nl9VrmLNKt2m6POD0ba02JHub7d7E6 { width:8.625rem;height:2.4375rem;top:37.125rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycIKBgqhS9w8vxTordLMhT29LTWsv8bc { display:block; }
 }@media only screen and (max-width: 763px) { #iZFehR67TGR0nvIlyBDqz6fz3tMQXeh8 { top:43.5rem;left:0rem;width:20.3125rem;height:14.9375rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #czsd4GZCZBfTOV42IKVty87BPCWEcsCK { top:0rem;left:10.6875rem;width:21.0625rem;height:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBkJw4KGy9kruvacw8Htm1E6vLKyQezX { top:13.75rem;left:13.75rem;width:18rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHaK3FT6ONyIhNTC6VhJtRHbO9XW3ZP5 { top:14.8125rem;left:11.5rem;width:20.25rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfnbFMHJLpDmpMw8LodAO5AKPZAw2Tnb { top:20.5625rem;left:11.5rem;width:20.25rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hX9E9h73OZVKsmp50WfqIXL4ucGpBNoS { width:8.625rem;height:2.4375rem;top:37.125rem;left:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOK0L1h5EgygcfntZL9huTBbydWwKoB9 { display:block; }
 }@media only screen and (max-width: 763px) { #s0JE0BTXGdzrKhKETMaSrQaIHDC5fZzP { top:43.5rem;left:10.5625rem;width:21.1875rem;height:11rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0dyRQJHafFdxom1mskgcnSWbnkkTTb1 { top:0rem;left:26.5rem;width:21.125rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKkonfJGHLIlfooLt4cm1xOJPbZqC7xO { top:13.6875rem;left:29.625rem;width:18rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tW5QgwdCImrAcEc0U5iUowkfuUCL7ehb { top:14.8125rem;left:24.625rem;width:23rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADtOMitUKXI2DoAnWZhtTUtBo3mIdsnb { top:20.5625rem;left:24.625rem;width:23rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNc6hWIWSJWlcV0pdyTmm9OeMTZQKs78 { width:8.625rem;height:2.4375rem;top:37.125rem;left:35.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsDncTDl1QT2rw19P9zOkTeJr1251TSm { display:block; }
 }@media only screen and (max-width: 763px) { #qBpOe14omUBzoo5eB0K9oVuK3URCVzuy { top:43.5rem;left:26.875rem;width:20.75rem;height:11rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ispu2AH8pOPnGFTiFa4SJFrayTkLVr78 { display:block; }#Ispu2AH8pOPnGFTiFa4SJFrayTkLVr78 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ASseKJglKdbATAXgdMWGR0H78bTwovMz { top:14.8125rem;left:0rem;width:20.0625rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WpklZJh4oTk8i5gGEKTVJPeXPhoPCgwz { top:13.6875rem;left:0rem;width:18rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6kFmRuaJai87dgJ3wUMt1rgLX2TLgIh { top:0rem;left:0rem;width:21.1875rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3r3as4oM8kTPkQkcJwIpSO6owfx2TO5 { top:13.75rem;left:13.75rem;width:18rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmnB1WtMrhckAiNcdPgnXM5Ud5t7MnA8 { top:0rem;left:10.6875rem;width:21.0625rem;height:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZehI1qyDXak0NPfNm98Idob3DMsRBVx { top:32.1875rem;left:0rem;width:20.8125rem;height:11rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g85tDivv9UWJPqaOglRUcFSTvKIqErUw { top:14.8125rem;left:9.125rem;width:22.625rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NiDQxxmUtrGzTVHwu102a9re1oquGzPm { top:32.1875rem;left:10.5625rem;width:21.1875rem;height:5.1875rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkvR41mPeIh13tMHBG7TwwcOATqyN5AN { width:8.625rem;height:2.4375rem;top:25.875rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p184vwfXVx7EHsQgdlkTipvfARGUZuuu { display:block; }
 }@media only screen and (max-width: 763px) { #oRpsVTvtC86zCdi1EL4rWuLLzVwxtHOI { width:8.625rem;height:2.4375rem;top:25.875rem;left:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxR8Wz4mOisLQudTZUcSUUlq9TlJue97 { display:block; }
 }@media only screen and (max-width: 763px) { #rcprJuFBhKut7XOqP71yUSEdZGrlqn94 { top:20.5625rem;left:0rem;width:20.0625rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3FfK3DSWzWxo8PUbU61TPGQ06DvWL7H { top:32.1875rem;left:26.9375rem;width:20.6875rem;height:5.1875rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cS3KSLAbF61hc0VaCg8Ry5xbZMNATbhF { top:14.8125rem;left:27.5625rem;width:20.0625rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABrTwpEsBTXCmSSnrLLrVJK7BBwXfeRM { width:8.625rem;height:2.4375rem;top:25.875rem;left:35.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIa0M9Cgm3TJVieyiOA9zNGdyUKpN36c { display:block; }
 }@media only screen and (max-width: 763px) { #zLva1MO5wR1BkUD04lxSNQGpnTCtHxIm { top:13.625rem;left:29.625rem;width:18rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4q8qWRBGkHSZ1TWA8srhQWq9T8Bun6c { top:0rem;left:26.4375rem;width:21.1875rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fc8OBPSVJT5pQVITaQwxNT8DJvGnJl62 { display:block; }#Fc8OBPSVJT5pQVITaQwxNT8DJvGnJl62 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bT9acGhIIf3VW1e1l6RJHkuetvxEPHfd { top:6.875rem;left:20.75rem;width:6.3125rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvMPadzLHTorQO635qiXi7spiWS8L7EC { top:12.125rem;left:14.0625rem;width:19.625rem;height:0.8125rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAilAXpMPQygarxVJ1Fqtzu6psVuLvsh { top:3.1875rem;left:2.1875rem;width:43.375rem;height:1.625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #vUZ9TEi6iX3qEsPyaJbTauumPan1S2hi { position:relative;z-index:auto;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/d44aa51d-6d0a-4d5b-910c-82f42d1e32f1/VolkswagenZenDaybannermobile.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#vUZ9TEi6iX3qEsPyaJbTauumPan1S2hi.adaptive-delivery-prevent-bg, #vUZ9TEi6iX3qEsPyaJbTauumPan1S2hi.lazyload, #vUZ9TEi6iX3qEsPyaJbTauumPan1S2hi.lazyloading { background-image: none; }#vUZ9TEi6iX3qEsPyaJbTauumPan1S2hi > .row .container { background-color: transparent; background-image: none; }#vUZ9TEi6iX3qEsPyaJbTauumPan1S2hi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vUZ9TEi6iX3qEsPyaJbTauumPan1S2hi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vUZ9TEi6iX3qEsPyaJbTauumPan1S2hi > .row .container > .video-iframe-container { display: none; }#vUZ9TEi6iX3qEsPyaJbTauumPan1S2hi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vUZ9TEi6iX3qEsPyaJbTauumPan1S2hi > .row > .video-iframe-container { display: none; }#vUZ9TEi6iX3qEsPyaJbTauumPan1S2hi > .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); }#vUZ9TEi6iX3qEsPyaJbTauumPan1S2hi > .row .container { width:20rem;height:28.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fh4fnZSHaf1zuHsOV4EFDmekPpC9eBBe { background-color:#ebe5dc;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; }#fh4fnZSHaf1zuHsOV4EFDmekPpC9eBBe > .row .container { background-color: transparent; background-image: none; }#fh4fnZSHaf1zuHsOV4EFDmekPpC9eBBe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fh4fnZSHaf1zuHsOV4EFDmekPpC9eBBe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fh4fnZSHaf1zuHsOV4EFDmekPpC9eBBe > .row .container > .video-iframe-container { display: none; }#fh4fnZSHaf1zuHsOV4EFDmekPpC9eBBe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fh4fnZSHaf1zuHsOV4EFDmekPpC9eBBe > .row > .video-iframe-container { display: none; }#fh4fnZSHaf1zuHsOV4EFDmekPpC9eBBe > .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); }#fh4fnZSHaf1zuHsOV4EFDmekPpC9eBBe > .row .container { border-width: 0; border-radius: 0; }#fh4fnZSHaf1zuHsOV4EFDmekPpC9eBBe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fh4fnZSHaf1zuHsOV4EFDmekPpC9eBBe > .row .container { width:20rem;height:16.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TEBCe6bAFi5xRn1ZKEffLc927zEaA20k { width:18.5625rem;height:3.57421875rem;top:2.84375rem;left:0.71875rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qaZG87gTXePXTQzgl6AsbIIZpLdaxy54 { width:17.75rem;height:6.499rem;top:7.96875rem;left:1.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OKJ45nZpsm98wz3KzKs27JbFCSXfFI50 { background-color:#ebe5dc;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; }#OKJ45nZpsm98wz3KzKs27JbFCSXfFI50 > .row .container { background-color: transparent; background-image: none; }#OKJ45nZpsm98wz3KzKs27JbFCSXfFI50::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OKJ45nZpsm98wz3KzKs27JbFCSXfFI50 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OKJ45nZpsm98wz3KzKs27JbFCSXfFI50 > .row .container > .video-iframe-container { display: none; }#OKJ45nZpsm98wz3KzKs27JbFCSXfFI50 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OKJ45nZpsm98wz3KzKs27JbFCSXfFI50 > .row > .video-iframe-container { display: none; }#OKJ45nZpsm98wz3KzKs27JbFCSXfFI50 > .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); }#OKJ45nZpsm98wz3KzKs27JbFCSXfFI50 > .row .container { border-width: 0; border-radius: 0; }#OKJ45nZpsm98wz3KzKs27JbFCSXfFI50 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OKJ45nZpsm98wz3KzKs27JbFCSXfFI50 > .row .container { width:20rem;height:47rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UDxTlBqwn36uDD2p7Td7Qo4CyLE5g3Rl { width:20rem;height:11.23745819398rem;top:1.44970703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKgVLs5fmsDedwgUlM1wzgqRN9qFDFhS { width:20rem;height:4.38720625rem;top:14.0625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #elq6blKUTqnSqeVIPNpyN62g9VJAp5Xv { width:20rem;height:2.9248rem;top:19.6875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LaTxiTbsweZrGn4IIgdrhEI24S7DpZLI { width:20rem;height:8.77440625rem;top:23.875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #huhx648x5HHseNOucTJWgpw9HmeOLqVE { width:20rem;height:7.3120125rem;top:33.875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bvw5fXvRUWJ8DHboHxKJEiPRimUgPEox { width:20rem;height:2.4375rem;top:43.3125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HsUd5qzI0soD5shfGXgucZOgwDOhKTCV { display:block; }
 }@media only screen and (max-width: 763px) { #yeTaqoB0IfZZXVICXlxrN14iefSEVQKI { background-color:#ebe5dc;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; }#yeTaqoB0IfZZXVICXlxrN14iefSEVQKI > .row .container { background-color: transparent; background-image: none; }#yeTaqoB0IfZZXVICXlxrN14iefSEVQKI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yeTaqoB0IfZZXVICXlxrN14iefSEVQKI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yeTaqoB0IfZZXVICXlxrN14iefSEVQKI > .row .container > .video-iframe-container { display: none; }#yeTaqoB0IfZZXVICXlxrN14iefSEVQKI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yeTaqoB0IfZZXVICXlxrN14iefSEVQKI > .row > .video-iframe-container { display: none; }#yeTaqoB0IfZZXVICXlxrN14iefSEVQKI > .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); }#yeTaqoB0IfZZXVICXlxrN14iefSEVQKI > .row .container { border-width: 0; border-radius: 0; }#yeTaqoB0IfZZXVICXlxrN14iefSEVQKI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yeTaqoB0IfZZXVICXlxrN14iefSEVQKI > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rK3JH1AUI0u8OQwRHOyVlW3Kp5x3QUiP { background-color:#ebe5dc;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; }#rK3JH1AUI0u8OQwRHOyVlW3Kp5x3QUiP > .row .container { background-color: transparent; background-image: none; }#rK3JH1AUI0u8OQwRHOyVlW3Kp5x3QUiP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rK3JH1AUI0u8OQwRHOyVlW3Kp5x3QUiP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rK3JH1AUI0u8OQwRHOyVlW3Kp5x3QUiP > .row .container > .video-iframe-container { display: none; }#rK3JH1AUI0u8OQwRHOyVlW3Kp5x3QUiP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rK3JH1AUI0u8OQwRHOyVlW3Kp5x3QUiP > .row > .video-iframe-container { display: none; }#rK3JH1AUI0u8OQwRHOyVlW3Kp5x3QUiP > .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); }#rK3JH1AUI0u8OQwRHOyVlW3Kp5x3QUiP > .row .container { border-width: 0; border-radius: 0; }#rK3JH1AUI0u8OQwRHOyVlW3Kp5x3QUiP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rK3JH1AUI0u8OQwRHOyVlW3Kp5x3QUiP > .row .container { width:20rem;height:52.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JUvs26VcNbO0rwsQrUP0OpbPLwePKAlG .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;display:block;vertical-align:top;height:auto; }
#JUvs26VcNbO0rwsQrUP0OpbPLwePKAlG .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#JUvs26VcNbO0rwsQrUP0OpbPLwePKAlG .widget-input-text {padding-top: 0; padding-bottom: 0;}#JUvs26VcNbO0rwsQrUP0OpbPLwePKAlG .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#JUvs26VcNbO0rwsQrUP0OpbPLwePKAlG .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#JUvs26VcNbO0rwsQrUP0OpbPLwePKAlG .widget-input-select {padding-top: 0; padding-bottom: 0;}#JUvs26VcNbO0rwsQrUP0OpbPLwePKAlG .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#JUvs26VcNbO0rwsQrUP0OpbPLwePKAlG .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#JUvs26VcNbO0rwsQrUP0OpbPLwePKAlG .widget-input-button { width:16.625rem;margin-top:0.25rem;margin-right:0.4375rem;margin-bottom:0.25rem;margin-left:0.4375rem;font-size:0.875rem;overflow:hidden;height:2.8125rem; }
#JUvs26VcNbO0rwsQrUP0OpbPLwePKAlG .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#JUvs26VcNbO0rwsQrUP0OpbPLwePKAlG  { width:17.5rem;height:auto;top:4.125rem;left:0rem; }
#JUvs26VcNbO0rwsQrUP0OpbPLwePKAlG .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#JUvs26VcNbO0rwsQrUP0OpbPLwePKAlG {display:block;}#JUvs26VcNbO0rwsQrUP0OpbPLwePKAlG { width:17.5rem;height:auto;top:4.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #JUvs26VcNbO0rwsQrUP0OpbPLwePKAlG #o7kvLewZL5Vz3K8AD7wwSl3wpSWXfiJe {  }
 }@media only screen and (max-width: 763px) { #JUvs26VcNbO0rwsQrUP0OpbPLwePKAlG #sDEzqcqiRyb9DCX2kd20UsQcx7kwJ8Pl { display:none; }
 }@media only screen and (max-width: 763px) { #JUvs26VcNbO0rwsQrUP0OpbPLwePKAlG #BcOH407oJKrt4gb0u8GcK0UCZfGKhUPS {  }
 }@media only screen and (max-width: 763px) { #JUvs26VcNbO0rwsQrUP0OpbPLwePKAlG #dTGTGHRr8tA6LsgbgSVPSvceeRIthNLT {  }
 }@media only screen and (max-width: 763px) { #JUvs26VcNbO0rwsQrUP0OpbPLwePKAlG #vypvPq99FbJEUuFxmW9eD3TzIbo9VgG9 { display:none; }
 }@media only screen and (max-width: 763px) { #JUvs26VcNbO0rwsQrUP0OpbPLwePKAlG #NduimkvaGWnTB9ulKTq1GtG4DtTTcxOt {  }
 }@media only screen and (max-width: 763px) { #JUvs26VcNbO0rwsQrUP0OpbPLwePKAlG #knhlq9b4yEMWvV8ss7VKkDdvmQTxNRpn {  }
 }@media only screen and (max-width: 763px) { #JUvs26VcNbO0rwsQrUP0OpbPLwePKAlG #WtgvlivhEyXeMHfKTGpWIiSAuyToDQoS { display:none; }
 }@media only screen and (max-width: 763px) { #JUvs26VcNbO0rwsQrUP0OpbPLwePKAlG #UzTlzmpPxB0g87eMV9F3L2GcD0pO1fa1 {  }
 }@media only screen and (max-width: 763px) { #JUvs26VcNbO0rwsQrUP0OpbPLwePKAlG #d7OrQfo9E8TPci2maCTgPTA3ycVNTgIB {  }
 }@media only screen and (max-width: 763px) { #JUvs26VcNbO0rwsQrUP0OpbPLwePKAlG #gDyfycxzrgSMVHecf5stPmwIwCqxagn7 {  }
 }@media only screen and (max-width: 763px) { #JUvs26VcNbO0rwsQrUP0OpbPLwePKAlG #E7F97ivIemwskz7MSAEdhkATGNlVw7Te {  }
 }@media only screen and (max-width: 763px) { #JUvs26VcNbO0rwsQrUP0OpbPLwePKAlG #Cb4KJXDZqemTadqUdMGSGdMFIeiy5IdX {  }
 }@media only screen and (max-width: 763px) { #JUvs26VcNbO0rwsQrUP0OpbPLwePKAlG #ENFr1FFBrb1CK2lLmOfIDtFoMezKcv8b { display:none; }
 }@media only screen and (max-width: 763px) { #JUvs26VcNbO0rwsQrUP0OpbPLwePKAlG #RuoXh2oa4NX0gsohV5FRK6CptIr2Rznm {  }
 }@media only screen and (max-width: 763px) { #JUvs26VcNbO0rwsQrUP0OpbPLwePKAlG #WmQ2V3U2BTz88DrdP4lGIwmhveGAfW3M {  }
 }@media only screen and (max-width: 763px) { #JUvs26VcNbO0rwsQrUP0OpbPLwePKAlG #W5LmOtIvecrwQPPrllL1UO025PuwixKt {  }
 }@media only screen and (max-width: 763px) { #JUvs26VcNbO0rwsQrUP0OpbPLwePKAlG #NOA88l14eeK4ivPhzQMq1gDiG06G52qM {  }
 }@media only screen and (max-width: 763px) { #JUvs26VcNbO0rwsQrUP0OpbPLwePKAlG #sKWADNQ6DEPtPXCgqqlgaVuSwETfBmtf {  }
 }@media only screen and (max-width: 763px) { #JUvs26VcNbO0rwsQrUP0OpbPLwePKAlG #kyH3dMCZuT8l7bMdamsJQ0Oe49FyVGXV {  }
 }@media only screen and (max-width: 763px) { #JUvs26VcNbO0rwsQrUP0OpbPLwePKAlG #LP6QoKlPADVhsuDhIGBkfx1k9wg5Ivq4 {  }
 }@media only screen and (max-width: 763px) { #btfEJ7FP8gdAw9sL1xUQWPSDZwNpScs9 { display:block; }
 }@media only screen and (max-width: 763px) { #d3BTGUbOdpzyfk8piestty8xzzGRDBKC { display:block; }
 }@media only screen and (max-width: 763px) { #udIXi4PeTq4LlZ9W8T2KLLXGrTEHuaVC { display:block; }
 }@media only screen and (max-width: 763px) { #JUvs26VcNbO0rwsQrUP0OpbPLwePKAlG #HixcRN9aaK5XgVEZ3Rrb7lIJqKwusgVN {  }
 }@media only screen and (max-width: 763px) { #JUvs26VcNbO0rwsQrUP0OpbPLwePKAlG #q2XzvpR7vssp2X3birStgzQ1IgXWGATm {  }
 }@media only screen and (max-width: 763px) { #JMMVVVb3samnENgdw2SqmFMF5tls3Knt { width:20rem;height:1.7871125rem;top:1.25rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HGb96VVsSqms0seLMPcCkmp11n6x5nm5 { width:13.375rem;height:2.2744125rem;top:46.125rem;left:3.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #appm8h68JvRFs1nT9wapJikXFvbnOKZJ { width:10.8125rem;height:1.29980625rem;top:44.8125rem;left:4.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #De7JwmZLOcPuEEebWTrysu000bUWbnkJ { width:13.375rem;height:2.2744125rem;top:40.375rem;left:3.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zCg1XsLXQpm80XZ1iWpfORUTC2M38Itn { width:10.8125rem;height:1.29980625rem;top:39.0625rem;left:4.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rwxPxorvGKBSMGV1lITnpFvi9kUWMm3n { width:20rem;height:1.7871125rem;top:36.25rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aOXo88HFAUUcWXTZ75HJcMcJxeuxkypR { width:0.125rem;height:4.0625rem;top:43.67334375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XPL5A8Tt5BnVIhVEVqHUePdS6fu9PgFb { display:none; }#XPL5A8Tt5BnVIhVEVqHUePdS6fu9PgFb > .row .container { width:20rem;height:11.3125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/4f7a1dd5-4a24-4c9d-a94b-57e6a113e4f3/vwgolfgte.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;display:none; }#XPL5A8Tt5BnVIhVEVqHUePdS6fu9PgFb > .row .container.adaptive-delivery-prevent-bg, #XPL5A8Tt5BnVIhVEVqHUePdS6fu9PgFb > .row .container.lazyload, #XPL5A8Tt5BnVIhVEVqHUePdS6fu9PgFb > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #tAxLBMKITuvdSbo8vf4SNqVMiixnpaxb { display:none; }#tAxLBMKITuvdSbo8vf4SNqVMiixnpaxb > .row .container { width:20rem;height:5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #sczdMyXdN8svX6vL0rp6O83eJxMTLTRw { width:20rem;height:2.03125rem;top:1.484375rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rL9Jq5oNJn3xfoDETPbl3uookepkaMfe { display:none; }#rL9Jq5oNJn3xfoDETPbl3uookepkaMfe > .row .container { width:20rem;height:172rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Wbym8M02MVnPoC88WETI07gwpgDzIU6F { width:18rem;height:3.574225rem;top:19.1875rem;left:1rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BNQTozwXAq4bPbvM4xriBkfVJSugFEdB { width:20rem;height:2.4375rem;top:24.75rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BefohnTtTmTAPX8Qgv4ynxgfGgw3zTJI { display:block; }
 }@media only screen and (max-width: 763px) { #mhAShVBiPEsAnE5iQOAiTb9Vw61rDWJs { width:18rem;height:1.13720625rem;top:13.48828125rem;left:1rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FNr4x2QyIHfmEdAIsO4LHWHt6PigJv9s { width:20rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3t9GxsW96qlTWvJuPDf2atoS5A4pIOb { width:20rem;height:2.4375rem;top:84.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1BfPQFNAXQ02RdN81fKBpGdAGol1ODi { display:block; }
 }@media only screen and (max-width: 763px) { #fNUkPD3f5l1FdWxn0bP8rDLpRcnlI2rE { width:18rem;height:1.13720625rem;top:73.125rem;left:1rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qBkvFpwSt93auyeePkrgVdKHzXCW03Ze { width:20rem;height:11.25rem;top:60.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbNT1ddumoVTINrnuzFQVPZDPG9toVzF { width:20rem;height:2.4375rem;top:139.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEqZ3UGEHlmBqKsv9g8HNaphVTMx7brs { display:block; }
 }@media only screen and (max-width: 763px) { #NDtWK9qmgvLQ8dOT3Oo8HWgXy9i4UaoI { width:18rem;height:3.574225rem;top:134.5625rem;left:1rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QtOzerRsnCWXCG5HlrIMC8KxeLLMqTKi { width:18rem;height:1.13720625rem;top:133.5rem;left:1rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #roXhdWmo4iGozgDBrM7xNv6sVamkntqd { width:20rem;height:11.25rem;top:120.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLa9gmeMstuTEedQA2WO3ngoKmJPt1cf { width:20rem;height:16.89745rem;top:40.4375rem;left:0rem;font-size:0.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XtNhvJ2lnU0kwCZzBkrPGl99TTXDWcGa { width:20rem;height:17.5473875rem;top:100.25rem;left:0rem;font-size:0.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OoRAp0DwxlAqx6hAz7EvNu3RoyMv2fz9 { width:20rem;height:12.9980375rem;top:156rem;left:0rem;font-size:0.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PoQTHQLq15wnBEtSk2IMmFNTxTUAK4TX { width:20rem;height:3.574225rem;top:14.5625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GCr8mlagWKr2R57f6Mceh70AAiHX9ZcX { width:18rem;height:3.574225rem;top:79.0625rem;left:1rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hlSKVPRiPZmO9y3sThK4JDI2FmAhyRRE { width:20rem;height:3.574225rem;top:74.25rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Xrv4HTUHlWkQEuZsdhg49dDhhP9yuw1f { width:18rem;height:3.574225rem;top:145.875rem;left:1rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Kn1IF8UeWMZzABG9s1KlvyhLi4d5LDKf { width:8.625rem;height:2.4375rem;top:150.6875rem;left:5.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAx8o3zq5Zx8lZ624MFBprWia5BTTPD0 { display:block; }
 }@media only screen and (max-width: 763px) { #a3mpfGbHV1nTT08vPRlvzn9MnJGhnZUr { width:18rem;height:1.13720625rem;top:144.8125rem;left:1rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H2iRRdaz8pc9flTEW4iloQg0Amivs3GQ { width:18rem;height:1.13720625rem;top:29.375rem;left:1rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bomyMCsxRiHghKOWU7lVG0TgM3HO516w { width:20rem;height:3.574225rem;top:30.4375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M9EeefX4blZ7v31h3ZfvtBbH3dGmnwzN { width:20rem;height:2.4375rem;top:35.875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QppsUqDP0JJydztqDpT6No1prX7dkcub { display:block; }
 }@media only screen and (max-width: 763px) { #BO0rPXgZwmb5P5zIBrOpLH1BL6F7JxVv { width:20rem;height:3.574225rem;top:90.38671875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Uy1HnEhmF2PnS4HlpArx313XI8XyQOol { width:20rem;height:2.4375rem;top:95.5625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3pLRmiGwu3lEPpWhLS4zFny3TgIiqRF { display:block; }
 }@media only screen and (max-width: 763px) { #J7oWGkDtZtGUnueTpFx76dLKX0HCr2P3 { width:18rem;height:1.13720625rem;top:89.25rem;left:1rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d0MH9Fry5bQqe46tzuc1xWTAtIiveCzR { display:none; }#d0MH9Fry5bQqe46tzuc1xWTAtIiveCzR > .row .container { width:20rem;height:35.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #g85htbaKvWbtApFr0ihfikdPKC5n7arN { width:20rem;height:3.2495125rem;top:11.1875rem;left:0rem;font-size:0.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BMHknyd1pcaE92hZ3t6usmsrU5zzw9Wk { width:20rem;height:2.4375rem;top:7.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEV7wH9QNqFMifZRnGaqaPt9XRITLnDJ { display:block; }
 }@media only screen and (max-width: 763px) { #sefGempvMt3PQpocFpdK8nw1CWN5Lruw { width:18rem;height:3.574225rem;top:2.6875rem;left:1rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #slnXdstQxDxqNtt3MSOqCC1TWevhs1r0 { width:18rem;height:1.29980625rem;top:1.4375rem;left:1rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GLUiO8hrqf7CKSKU0BQbiie0TzmSgvVt { width:20rem;height:3.2495125rem;top:28.1875rem;left:0rem;font-size:0.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F6ZOWCJ0o35bxCftnAUZzpXFzz7KO7Qs { width:20rem;height:2.4375rem;top:23.5625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fe5qdtnvVGFErH7KgUwckSxXcT34u9RT { display:block; }
 }@media only screen and (max-width: 763px) { #wW4lyM0ITHyxlVpTHZ6A06464FzozUWu { width:18rem;height:3.574225rem;top:18.875rem;left:1rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #atLsGpcqWikMzUU0elg2edTawg1crz0G { width:18rem;height:1.29980625rem;top:17.625rem;left:1rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CTionESgaf7PDBJ3o9xGk80BsULHiqoC { display:none; }#CTionESgaf7PDBJ3o9xGk80BsULHiqoC > .row .container { width:20rem;height:174rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OqkNvhiza31KS1imJrQilWatAG0AUzWO { width:18rem;height:3.574225rem;top:13.9375rem;left:1rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LzREhn4mzbFVMUMJZTZXkbMhvleBPrET { width:20rem;height:2.4375rem;top:18.6875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dAzkvmxAOOEdqWu6APMv6MgumVGmnUCv { display:block; }
 }@media only screen and (max-width: 763px) { #MIuPxrF7mwED0RC3ZeuDO1ly5mOHsbzr { width:18rem;height:1.13720625rem;top:12.875rem;left:1rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #laTaGOXysIVWfbZVkxs2OvCt62QnyG5A { width:20rem;height:11.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysmAkPvll6kWtZ1JDdNkrBhTNBVp1DMi { width:20rem;height:2.4375rem;top:70.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VtL7FWqq0uDpoFiRai2GdVHAD29boRr6 { display:block; }
 }@media only screen and (max-width: 763px) { #zUSTTADis6PP1sWBNyheKTClGZdEUAO3 { width:18rem;height:3.574225rem;top:65.875rem;left:1rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZvqEUT1TgrXJZ7wR4RI864DoTT4SFTUi { width:18rem;height:1.13720625rem;top:64.8125rem;left:1rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wfLc19TClmyaiV39VThrvHcNz3B9e8cP { width:20rem;height:11.1875rem;top:52.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKLayIyQGaTMECeKGqc3EHmJRRTRVSQ3 { width:20rem;height:2.4375rem;top:129.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3qDgAxIFJqEnQLycnAI8vI1tSrE2EWf { display:block; }
 }@media only screen and (max-width: 763px) { #Z0aSg1m1JK97e2XI6xuBh57n6Nf0e0Q5 { width:18rem;height:1.13720625rem;top:117.25rem;left:1rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UUEJLTW3d7lHvQZxqM06S4gCnHHZudRJ { width:20rem;height:11.25rem;top:104.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B04PFcgT5BbDVNceKhw70oKHZQRVOAlp { width:20rem;height:12.9980375rem;top:35.8125rem;left:0rem;font-size:0.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QrBWL92CCLXbUWPoFQ9cBJJZyEXwMEUH { width:20rem;height:13.647975rem;top:87.3125rem;left:0rem;font-size:0.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WJ5P7kTIWAo7PgL9rHKB95XfTwOD6AsM { width:20rem;height:23.3965125rem;top:146.125rem;left:0rem;font-size:0.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nDvK28yT0Q8TUq9IXZz4B4OH2QbhT6nh { width:19.125rem;height:3.57421875rem;top:118.8125rem;left:0.4375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KDlW79x5wpi4skkzzVbV24WEEBNOutE8 { width:16.875rem;height:3.57421875rem;top:123.625rem;left:1.5625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zv3slnkzidDI9L4rkQJ6wZo5VOCLSqZ3 { width:20rem;height:5.36133125rem;top:24.6875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sSJT5BK4gSLtShOUmAWTE9VNS5TA4dcL { width:18rem;height:1.13720625rem;top:23.5625rem;left:1rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iRlg6sPuFXmiB9mgNI5RqDQlITLU4nNT { width:20rem;height:2.4375rem;top:31.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwbRrTtMUNgtzzfMyDzuu25BaJRic3zh { display:block; }
 }@media only screen and (max-width: 763px) { #TTxEtGzemnlINMSBN1HZgJSvCEFuWdQB { width:20rem;height:2.4375rem;top:82.5625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpumX5Q52tCFNB3UxrcRoQQzC6BOkuTX { display:block; }
 }@media only screen and (max-width: 763px) { #tCcHJnUTLO7Poa01fkJKeR6c5key2sFD { width:20rem;height:5.36133125rem;top:76rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TvVaxgVtZJ156FBSIeVmmgCvcCzOIIao { width:18rem;height:1.13720625rem;top:74.875rem;left:1rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Hvo0qQPkfoQdJisLC7T14VFy3mItW1Bh { width:20rem;height:2.4375rem;top:140.1875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkQIDM9fsND6LRF8PDWA4GJhNcChCAtV { display:block; }
 }@media only screen and (max-width: 763px) { #hZEo0hKo7tSxbqXWmgiWVxw4vgnsk2vi { width:20rem;height:3.574225rem;top:135.625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kAB7ITwGVnbTE01vHiw0Kq0WuHwn2Qqh { width:18rem;height:1.13720625rem;top:134.5625rem;left:1rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rfrcLdDaPFyfOWCDoE85FRXhPlh5yZ4M { display:none; }#rfrcLdDaPFyfOWCDoE85FRXhPlh5yZ4M > .row .container { width:20rem;height:5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GKBWKXMpoL2K2W72Z9HXqIpBxbwiyO1N { width:20rem;height:2.03125rem;top:1.484375rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oA4GxdmOloT3aq9qmxJ8pdGQlo4pi2D1 { display:none; }#oA4GxdmOloT3aq9qmxJ8pdGQlo4pi2D1 > .row .container { width:20rem;height:11.3125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/72b0165d-08bd-4287-8e05-d5c106ed883e/vwtiguanphev2.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;display:none; }#oA4GxdmOloT3aq9qmxJ8pdGQlo4pi2D1 > .row .container.adaptive-delivery-prevent-bg, #oA4GxdmOloT3aq9qmxJ8pdGQlo4pi2D1 > .row .container.lazyload, #oA4GxdmOloT3aq9qmxJ8pdGQlo4pi2D1 > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #eTQV4LoomWILuCmtHJcF4tUa3fz3Nvga { display:none; }#eTQV4LoomWILuCmtHJcF4tUa3fz3Nvga > .row .container { width:20rem;height:37.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #PgyaEIipei5Zv815dZHGIMrdAQKSCIAe { width:20rem;height:2.5996125rem;top:12rem;left:0rem;font-size:0.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PRnRRC8PRnP6Et85DWSZbbMcxwHJEsw4 { width:20rem;height:2.4375rem;top:8.3125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHk9VVq4sNLAHOeDaPNVBe3eqIwcWCDl { display:block; }
 }@media only screen and (max-width: 763px) { #NoLBvHsi7kuZy4RW0FNM7TiesTL7zipA { width:18rem;height:3.574225rem;top:3.5rem;left:1rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HD64benWbnvul9L5RqfvW8X41lPXPRme { width:18rem;height:1.29980625rem;top:2.25rem;left:1rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KRJbkgX9TTEh6S2Hs28pVGcnd4DdBHcc { width:20rem;height:3.2495125rem;top:29.9375rem;left:0rem;font-size:0.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sxHeeekk1t7SiT6uOntasL0iTxFVTfNJ { width:20rem;height:2.4375rem;top:25.3125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OrhmcGPZnwredAEiP0KZ7i0nug0U859i { display:block; }
 }@media only screen and (max-width: 763px) { #Eg8iQTLCOpXEifJymJuQ5MHK6kFQSMs0 { width:18rem;height:3.574225rem;top:20.625rem;left:1rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WOBc1T2HsP7Lh7aR1EpNqt1ElsBizErs { width:18rem;height:1.29980625rem;top:19.375rem;left:1rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u7txWpIuVucVq1LVMFn6ap8LDRkb7hvD { display:none; }#u7txWpIuVucVq1LVMFn6ap8LDRkb7hvD > .row .container { width:20rem;height:5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qkDTwgWRaeRKc3wEk3fZhnF7pW4Qbfrs { width:20rem;height:2.03125rem;top:1.484375rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cfUOaWeBp79dJE6QrLyDgrB4WPyqBoVZ { display:none; }#cfUOaWeBp79dJE6QrLyDgrB4WPyqBoVZ > .row .container { width:20rem;height:11.3125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/086da234-33ce-4ec6-8217-629a04b97c74/TY0007_RANGE_BEACH_PSO4k1.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;display:none; }#cfUOaWeBp79dJE6QrLyDgrB4WPyqBoVZ > .row .container.adaptive-delivery-prevent-bg, #cfUOaWeBp79dJE6QrLyDgrB4WPyqBoVZ > .row .container.lazyload, #cfUOaWeBp79dJE6QrLyDgrB4WPyqBoVZ > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #g5vERQUaE4ZwV3hPx36tN7haWR3vHzZe { display:none; }#g5vERQUaE4ZwV3hPx36tN7haWR3vHzZe > .row .container { width:20rem;height:37.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Jeh2p43sPJ5HSKiWtgcF1LcpbTHqAELU { width:20rem;height:2.5996125rem;top:12.3125rem;left:0rem;font-size:0.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xN7rioRPsVUzXWvX8rUQPShZvHInuMW1 { width:20rem;height:2.4375rem;top:8.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPckRfkeklozAChlwvaThyKRTiZpzf3v { display:block; }
 }@media only screen and (max-width: 763px) { #imxDmMbk4OFNT0Q1wsG4JeEXMo46xczD { width:18rem;height:3.574225rem;top:3.8125rem;left:1rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c7ZRqQSMzPB7aJLtzxaSR60Xfix2mM1P { width:18rem;height:1.29980625rem;top:2.5625rem;left:1rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AUzChOfPASwWbGxSQF56XGDsD6zFQM3A { width:20rem;height:3.2495125rem;top:29.5rem;left:0rem;font-size:0.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V3VoRmLJJdSk88eDhEyOsy3JoiBUAbHT { width:20rem;height:2.4375rem;top:24.875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VaVwuN2iyV34xTooOgrdlGyPtNFtx6Vs { display:block; }
 }@media only screen and (max-width: 763px) { #DksNpWR8ceyxnmh2qTDKAINCZ7wA4iNW { width:18rem;height:3.574225rem;top:20.1875rem;left:1rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z5awamqrQhE8HaEeuLGWQXX5aV9Ps63I { width:18rem;height:1.29980625rem;top:18.9375rem;left:1rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EBDoINtzkkhB7mODzrKghcs6TsQhLrk2 { display:none; }#EBDoINtzkkhB7mODzrKghcs6TsQhLrk2 > .row .container { width:20rem;height:5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nyLm69VSmNDu3aX7s8I1TXoc7zO2c8AO { width:20rem;height:2.03125rem;top:1.484375rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qnLV83wxxZUzMH4AP5O8l6NqTShyvNpo { display:none; }#qnLV83wxxZUzMH4AP5O8l6NqTShyvNpo > .row .container { width:20rem;height:11.3125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ed3827b3-073c-4a58-955e-0a09c718b7d5/hpbvwnovopassat_a.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;display:none; }#qnLV83wxxZUzMH4AP5O8l6NqTShyvNpo > .row .container.adaptive-delivery-prevent-bg, #qnLV83wxxZUzMH4AP5O8l6NqTShyvNpo > .row .container.lazyload, #qnLV83wxxZUzMH4AP5O8l6NqTShyvNpo > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #ApOvLt9G2GRllGZU857lc0Op8JNnKsVp { display:none; }#ApOvLt9G2GRllGZU857lc0Op8JNnKsVp > .row .container { width:20rem;height:18.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ligfNyhTWBbDzbXokeCeTpSg3HmyIlPU { width:20rem;height:3.2495125rem;top:11.6875rem;left:0rem;font-size:0.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yvo9tTQA5fQaugHLLZOO8pgrlOsLbt89 { width:18rem;height:1.13720625rem;top:23.1875rem;left:1rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #yHhlKCiQBg0JiM7Q3QWbmqzM5NA6lTZH { width:20rem;height:2.4375rem;top:7.9375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTgobxleNlMKTeTSbB1TusM2FXCwg7b7 { display:block; }
 }@media only screen and (max-width: 763px) { #kBRikJ9MWzvxtRG9DqtFw8LaDZs2VbET { width:18rem;height:3.574225rem;top:3.125rem;left:0.9375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DBQJudiAx3b9L3yafCB9HJMsgrezKL2D { width:18rem;height:1.13720625rem;top:76.0625rem;left:0.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #n513iLDZZxcszZ7JfMVvtpG6lSa95dZk { width:18rem;height:1.13720625rem;top:129rem;left:1rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #nNeIzUboGcBNNnuBS3kUSkx733MsN7eV { width:18rem;height:1.29980625rem;top:1.875rem;left:1rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rTcTwVQbdu8CPg1muByJfTIxsnLzs9rg { display:none; }#rTcTwVQbdu8CPg1muByJfTIxsnLzs9rg > .row .container { width:20rem;height:5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FXSxr1F3TpMnFveIn1tZqlJbEBo6VI6y { width:20rem;height:2.03125rem;top:1.484375rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H95oJH98P547eoeOiV2BT9crMDPqHnlO { display:none; }#H95oJH98P547eoeOiV2BT9crMDPqHnlO > .row .container { width:20rem;height:11.3125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/c7528c4a-cb80-40e5-8d52-8e6f0a5964c8/hodrn2lbglsrdi54mbtu.format_auto.avif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;display:none; }#H95oJH98P547eoeOiV2BT9crMDPqHnlO > .row .container.adaptive-delivery-prevent-bg, #H95oJH98P547eoeOiV2BT9crMDPqHnlO > .row .container.lazyload, #H95oJH98P547eoeOiV2BT9crMDPqHnlO > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #NMs8Qm9aTRU0rJavLsL7CWCaH8eJOzMT { display:none; }#NMs8Qm9aTRU0rJavLsL7CWCaH8eJOzMT > .row .container { width:20rem;height:35.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TMGyOtDztIVVVczoZ8zR99cRJap9mauX { width:20rem;height:2.5996125rem;top:12rem;left:0rem;font-size:0.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qNoZRTIINUwMP8vqPatVztwduZbebkJK { width:20rem;height:2.4375rem;top:8.3125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zW1RVoCTg2mRehpf9eOWMtWxbIsZ7TD0 { display:block; }
 }@media only screen and (max-width: 763px) { #LC8oQW74vZaAUw3dPEm8nLwv90R5lirn { width:18rem;height:3.574225rem;top:3.5rem;left:1rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #giIkAEADafWK7mXIe2Mb2uqwNlGiZGMG { width:18rem;height:1.29980625rem;top:2.25rem;left:1rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ok8yP9nqUmhtL2y8f0ArMJEFpxoBwL0I { width:20rem;height:2.5996125rem;top:29.125rem;left:0rem;font-size:0.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BMasmuk4HZiXMIki1JdlsQGOckml5AAA { width:20rem;height:2.4375rem;top:24.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKeMOkJ4kCzRdeZRPsVUu9g109ZXWsWk { display:block; }
 }@media only screen and (max-width: 763px) { #ZNDwTcJ4Vy8WcEzZpZWeTpBSSZlZ9Qnx { width:18rem;height:3.574225rem;top:19.8125rem;left:1rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m6Tq6dhgSFT7GefVEGh9a0NS2JJVUyfi { width:18rem;height:1.29980625rem;top:18.5625rem;left:1rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CZTwAB3AJvHbfZ876UzQFTQHpTvbZG3K { display:none; }#CZTwAB3AJvHbfZ876UzQFTQHpTvbZG3K > .row .container { width:20rem;height:28.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qGM3Bq5nMmr32z2Vw0ih6NRIGqLZx63E { width:20rem;height:2.4375rem;top:18.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QaXktmmSatq2mn06IzMQTSM9fXGTHDUx { display:block; }
 }@media only screen and (max-width: 763px) { #ErZrhaHRU2voAzdDNK8DJOSUkUIJL2qi { width:18rem;height:3.574225rem;top:13.75rem;left:1rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #prJzB9ToeQHNTGTnqSTT5psA947ZJKTn { width:18rem;height:1.13720625rem;top:12.6875rem;left:1rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oUTfVWZwSGzQZg9BhTsl3AFio91rMeFW { width:19.875rem;height:11.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSyuiQbxBQyinSNqkvOosHpLw4P4Smz9 { width:20rem;height:2.5996125rem;top:22.375rem;left:0rem;font-size:0.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uhBGqyNxPpH2tqfndyFDRK8v5wbrEJmD { display:none; }#uhBGqyNxPpH2tqfndyFDRK8v5wbrEJmD > .row .container { width:20rem;height:5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xsaWAAdLopiLsWTAc2wSqEATvUpM5QVe { width:20rem;height:2.03125rem;top:1.484375rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VBa8QfO4T7AktKCyhcHfOtoDbKKpMGE3 { display:none; }#VBa8QfO4T7AktKCyhcHfOtoDbKKpMGE3 > .row .container { width:20rem;height:11.3125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/4063457b-5a98-48b8-8992-2ba41ab21286/gl64784kcpia.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;display:none; }#VBa8QfO4T7AktKCyhcHfOtoDbKKpMGE3 > .row .container.adaptive-delivery-prevent-bg, #VBa8QfO4T7AktKCyhcHfOtoDbKKpMGE3 > .row .container.lazyload, #VBa8QfO4T7AktKCyhcHfOtoDbKKpMGE3 > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #Hy53QQMm6cmxawiQTvE0ike27xoaNVLp { display:none; }#Hy53QQMm6cmxawiQTvE0ike27xoaNVLp > .row .container { width:20rem;height:59.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CUqxMOAmakofTZb1ryHbf6cAOeG4M0MD { width:20rem;height:6.499rem;top:13.4375rem;left:0rem;font-size:0.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AkqoFOMS0fn1MoOTZRbUdMWWgAwQO6aJ { width:19.0625rem;height:3.2495125rem;top:35rem;left:0.5rem;font-size:0.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XcAWGkVQPsiQvK5nsQ4lfxKlofxrohqg { width:18.75rem;height:3.2495125rem;top:52.75rem;left:0.625rem;font-size:0.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gritIb6INs1pPB08Nu0HidxzrxSu1bby { width:19.9375rem;height:2.4375rem;top:9.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlGPGlUbQFIxWLC10mFSo1HipcyC3ZXU { display:block; }
 }@media only screen and (max-width: 763px) { #p7b9gcEgixgJmUCPaZ6gH0tgMk6Rhgqe { width:20rem;height:5.36133125rem;top:3.25rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AeFzKotWVVSwpzuainPI68uBoz56lZa5 { width:18rem;height:1.13720625rem;top:23.1875rem;left:1rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #vTzksMiz0AUNJTGJ2yEq8GVSo5NtqeBU { width:20rem;height:2.4375rem;top:31.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CssT2BUEFO6cR54IPmtvBcBoIPeaevOe { display:block; }
 }@media only screen and (max-width: 763px) { #g4NGkpyxKX7BxA6Z74nrvAsvgCZOiaJD { width:20rem;height:5.36133125rem;top:25.625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i1u85T0ASZrMErmbJqDnFnueX6zW1oRq { width:18rem;height:1.13720625rem;top:76.0625rem;left:0.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #JoJdPL5mD6TpJFbFl6fi3J6VHADdEU9n { width:20rem;height:5.36133125rem;top:43.0625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XiLMQdWeZ5hJlmpKplA5txai9TJzpOx6 { width:20rem;height:2.4375rem;top:49.1875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQNKwUPMCa20G6TW06BmMPwU9HXt8gDt { display:block; }
 }@media only screen and (max-width: 763px) { #s335uMN1odVWGypF5fwEflDBxM7s137Z { width:18rem;height:1.13720625rem;top:129rem;left:1rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #VJngKSxsffMAT7GKZxuNy7SXI34S7MD2 { width:18rem;height:1.29980625rem;top:41.75rem;left:1rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a0cRSmKk05shDeyPzJwlNkxqUTvUhpSG { width:18rem;height:1.29980625rem;top:24.375rem;left:1rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h267oOoHGE5MuRAsuIvVcayEzzZFloTT { width:18rem;height:1.29980625rem;top:2rem;left:1rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UXpoATCGRhBJyOitwwvBvyUsuJ7QyR6l { display:none; }#UXpoATCGRhBJyOitwwvBvyUsuJ7QyR6l > .row .container { width:20rem;height:17.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Hd9KlpdK6X7IdurasRsKrB7o8sbO7p1L { width:20rem;height:2.5996125rem;top:9.8125rem;left:0rem;font-size:0.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mPDkCUVKQ2XsJdGB1du0Omr4BhmiBVqH { width:18rem;height:1.13720625rem;top:23.1875rem;left:1rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #D0JywWFZfwt15LRiTxcveCECViN8swNu { width:20rem;height:2.4375rem;top:6.0625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLHJf7pGTJ2dkKt4SJ6QX2TynX4xqyVW { display:block; }
 }@media only screen and (max-width: 763px) { #srFMpmHTHQbf8aDzUdaESeJF9gT2Cd3Z { width:18rem;height:3.574225rem;top:1.25rem;left:0.9375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qFlKbWMgqBGU1oys7tcgpENCD9isftgC { width:18rem;height:1.13720625rem;top:76.0625rem;left:0.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ihXz1JytiG1KScuNKEZiTbrpfOZzLdcn { width:18rem;height:1.13720625rem;top:129rem;left:1rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #qmC885CfTXyg6BEwNS3Ae9QNvJmHCwd1 { width:18rem;height:1.29980625rem;top:0rem;left:1rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tC1AbCsdZ8TOXl19UqK559SLZJWcVNxl { display:none; }#tC1AbCsdZ8TOXl19UqK559SLZJWcVNxl > .row .container { width:20rem;height:5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ILhlJ4ZwbtbbHDU0AmitsTMCr6sZ2cob { width:20rem;height:2.03125rem;top:1.484375rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ub2PDAMhTluT5DSK2dUzxaGAl75amAv8 { display:none; }#Ub2PDAMhTluT5DSK2dUzxaGAl75amAv8 > .row .container { width:20rem;height:18.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #PxBJq9F04UmoFdw78cxVP2mvpZz2zTDT { display:none; }#PxBJq9F04UmoFdw78cxVP2mvpZz2zTDT > .row .container { width:20rem;height:11.3125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/91369497-81c6-412f-b208-fde0928e0bad/vwid3hpb.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;display:none; }#PxBJq9F04UmoFdw78cxVP2mvpZz2zTDT > .row .container.adaptive-delivery-prevent-bg, #PxBJq9F04UmoFdw78cxVP2mvpZz2zTDT > .row .container.lazyload, #PxBJq9F04UmoFdw78cxVP2mvpZz2zTDT > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #BZQ2gKPKMmsRwNSJSaRldDwEuG8cHFTv { display:none; }#BZQ2gKPKMmsRwNSJSaRldDwEuG8cHFTv > .row .container { width:20rem;height:41.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xFc4wfEGpTtxxnDwpqkPtpbvhS7VKlTl { width:20rem;height:5.19921875rem;top:12rem;left:0rem;font-size:0.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fK4bTvxAP4XTcBQARxs3c4HoVBWNvxqC { width:20rem;height:2.4375rem;top:8.3125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvlqWRHIZTxUxeONk2PSnv3h9Fwyg2cm { display:block; }
 }@media only screen and (max-width: 763px) { #WSIh1TTADTI6sVtTTUV4eQLV2iBa5VKl { width:19.0625rem;height:5.36133125rem;top:2.326171875rem;left:0.46875rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CCGTeoXNnHUQG9dDTh8z6hn0JQTBmkVG { width:20rem;height:6.499rem;top:30.6875rem;left:0rem;font-size:0.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lBUcTW6x3TG9Z2gvSOOJq29fTC3UUfGC { width:20rem;height:2.4375rem;top:26.0625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVyCF2FOLbv5GqTWXrrBZN6MILQA65Qa { display:block; }
 }@media only screen and (max-width: 763px) { #PiX1alSuQXw1aNCWvPCxki7MzuD5FO2S { width:19.125rem;height:3.574225rem;top:21.9375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HARqMhU3ahnBFgCspml47Hg4zbxi0unE { width:18rem;height:1.29980625rem;top:20.6875rem;left:1rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bVXz5N6P7HIzchZzqiNSDwaHAKuc6cHR { display:none; }#bVXz5N6P7HIzchZzqiNSDwaHAKuc6cHR > .row .container { width:20rem;height:5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #AkKCUzxg4c2O2uTA6Sh9GaiytyVDqvg1 { width:20rem;height:2.03125rem;top:1.484375rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aTvbwVcJK1FJySgT1gu4WQHfTd3g1m3S { display:none; }#aTvbwVcJK1FJySgT1gu4WQHfTd3g1m3S > .row .container { width:20rem;height:43.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #iNsDZgur0W7k8TOdXuVNaOAHOkJckxoi { width:20rem;height:3.8994125rem;top:12rem;left:0rem;font-size:0.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NWFlU5STLh0eGbCzMWGM1Dz8dIume5ly { width:20rem;height:2.4375rem;top:8.3125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmQDJ0lF9rQ7EZeZNk2Wfbs7Ct47HQ3y { display:block; }
 }@media only screen and (max-width: 763px) { #lX1Aty7cdWqbreZ1g2ad6T7oqoBomxxs { width:18rem;height:3.574225rem;top:3.5rem;left:1rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h9zVRgMksgFQsKsGAtApkFoLM3bHakTD { width:20rem;height:6.499rem;top:33.5625rem;left:0rem;font-size:0.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N1LVqkyxVqUmsR2Kbs43xkrpWVmywE5P { width:20rem;height:2.4375rem;top:28.9375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMcNBk11VVDMLs2WKUls0y85N46rFIFi { display:block; }
 }@media only screen and (max-width: 763px) { #C5JBX4cyVHvE9ANswToGxncmPkafrI1v { width:19.0625rem;height:5.36133125rem;top:21.5rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LiCyBglikWUJTM4s2eo3hfIuwbLLCSUa { width:18rem;height:1.29980625rem;top:20.1875rem;left:1rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xhHnM9lwndLoR4Q3LX3TRVp40QDOdSQ2 { width:18rem;height:1.29980625rem;top:2.26220703125rem;left:1rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wnsCpc9Sy4atx98awFtlVhnykp63FgBv { display:none; }#wnsCpc9Sy4atx98awFtlVhnykp63FgBv > .row .container { width:20rem;height:5.546875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LJLyA2TqmkZfEpIt2Ecm4rktxKVbvMei { width:20rem;height:4.0625rem;top:1.484375rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BQPcXJRzh9DgpIdnhJrDCXi4WE7S1Lhn { display:none; }#BQPcXJRzh9DgpIdnhJrDCXi4WE7S1Lhn > .row .container { width:20rem;height:11.3125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/d3560196-fcf5-43c6-b14e-e20777f11cc0/tayron.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;display:none; }#BQPcXJRzh9DgpIdnhJrDCXi4WE7S1Lhn > .row .container.adaptive-delivery-prevent-bg, #BQPcXJRzh9DgpIdnhJrDCXi4WE7S1Lhn > .row .container.lazyload, #BQPcXJRzh9DgpIdnhJrDCXi4WE7S1Lhn > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #Tg4Pa1Nl2ixGpxEpZa5CUS9O5BTGZfkE { display:none; }#Tg4Pa1Nl2ixGpxEpZa5CUS9O5BTGZfkE > .row .container { width:20rem;height:42.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hTQGNdXoLHrrmMcPlS7RlKgPdr5KsLdq { width:20rem;height:6.499rem;top:13.625rem;left:0rem;font-size:0.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C0ECFZSrWG2vUTMwv2OcRX9uQmDc7n18 { width:20rem;height:2.4375rem;top:9.9375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6RoHkHQximgCx6K2DQz1kfyBuwTqQFO { display:block; }
 }@media only screen and (max-width: 763px) { #Muwut3kLwXFmeId3dhnTcPkWDBV16Nme { width:20rem;height:5.36133125rem;top:3.5rem;left:0.1875rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eicILivlt4AoEeUaJe4X1eEg2Qm8q7ih { width:20rem;height:3.2495125rem;top:34.4375rem;left:0rem;font-size:0.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EXkVm024F9vfTqfz9CCJIJEJnTDWCdOn { width:20rem;height:2.4375rem;top:29.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rillz9mcsmJBycfl9dNBNmuFlwNdBpXR { display:block; }
 }@media only screen and (max-width: 763px) { #nHrAOzdsTbcbTtqQqcyZ919DomqCufvX { width:19.5625rem;height:3.574225rem;top:25.1875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ztkJHFWHda7npoTSTwRi2z60wBk8ntF4 { width:18rem;height:1.29980625rem;top:23.875rem;left:1rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tr3xmuxlUpbSqXbo4ELcFIAtHrC8mqdk { width:18rem;height:1.29980625rem;top:2.07470703125rem;left:1rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PwN471y1Ox4w6AW8iGON16gv0Nt7202b { display:none; }#PwN471y1Ox4w6AW8iGON16gv0Nt7202b > .row .container { width:20rem;height:5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #X931greyUURWFW705ZTnsNRsb8lzOpUc { width:20rem;height:2.03125rem;top:1.484375rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kuMZy1bi4yPWCL07zIo3R8XOqUKNusZX { display:none; }#kuMZy1bi4yPWCL07zIo3R8XOqUKNusZX > .row .container { width:20rem;height:11.3125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/e48982ab-a483-42f8-a704-365191adbf8f/hpbvwid4.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;display:none; }#kuMZy1bi4yPWCL07zIo3R8XOqUKNusZX > .row .container.adaptive-delivery-prevent-bg, #kuMZy1bi4yPWCL07zIo3R8XOqUKNusZX > .row .container.lazyload, #kuMZy1bi4yPWCL07zIo3R8XOqUKNusZX > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #A7Mquk9fyfD4Ls9AuoNW8ZWbcF44pLv3 { display:none; }#A7Mquk9fyfD4Ls9AuoNW8ZWbcF44pLv3 > .row .container { width:20rem;height:42.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #U1hPUGaT2wO3zIrN34eM7owXodHVAfKn { width:20rem;height:6.499rem;top:10.125rem;left:0rem;font-size:0.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QczHpwHUWz5iAO6e2EXOvH153XUDLFmd { width:20rem;height:2.4375rem;top:6.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gn2ykTWuaIodtPZpo76uxpqwJ3thlXqI { display:block; }
 }@media only screen and (max-width: 763px) { #qzgwqlg9UT5CBr8QpAToSeHiC6UQsJb4 { width:18rem;height:3.574225rem;top:1.625rem;left:1rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I6pnW6oCf99bEFkT0ZpBevQ5rtiDRfwN { width:20rem;height:5.19921875rem;top:33.8125rem;left:0rem;font-size:0.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NpwCIG7ShcKpLD4ggIuLumQxJk4GRUdW { width:20rem;height:2.4375rem;top:29.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSuDXSCqOPsAUJlO8Hax9edu9GNEfe5N { display:block; }
 }@media only screen and (max-width: 763px) { #HAeILPpNTUnOioxRG0BUGzqBTe3d8EhN { width:18rem;height:5.36133125rem;top:22.4375rem;left:1rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xczvPLQ8RtTsRUDWwtF1RC1iMFA7mE0s { width:18rem;height:1.29980625rem;top:21rem;left:1rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iwKqQf8lilQL0XLKllk4mqLKMZZQx3d6 { display:none; }#iwKqQf8lilQL0XLKllk4mqLKMZZQx3d6 > .row .container { width:20rem;height:5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #JT0dToBDqeq8xDlx4g7uv6vBVzrDIg8x { width:20rem;height:2.03125rem;top:1.484375rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wcVHXbvrJ0gXBRZmdHb05B8rJslQaTuZ { display:none; }#wcVHXbvrJ0gXBRZmdHb05B8rJslQaTuZ > .row .container { width:20rem;height:11.3125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/41b16b2f-c839-4e84-a32c-3950c7d5d03e/id5.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;display:none; }#wcVHXbvrJ0gXBRZmdHb05B8rJslQaTuZ > .row .container.adaptive-delivery-prevent-bg, #wcVHXbvrJ0gXBRZmdHb05B8rJslQaTuZ > .row .container.lazyload, #wcVHXbvrJ0gXBRZmdHb05B8rJslQaTuZ > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #mZiks41tkgokcN1BRBLC57KLQuT82n4d { display:none; }#mZiks41tkgokcN1BRBLC57KLQuT82n4d > .row .container { width:20rem;height:40.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Md3qFbgd268VtzoiwJ67WUkbMhbbb8Qk { width:20rem;height:6.499rem;top:11rem;left:0rem;font-size:0.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ciw2y54NTClnwMtwCr6cEyVosa2UgohV { width:20rem;height:2.4375rem;top:7.3125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3zTViODoHpFJ5Oibt9audQvDdqp2R23 { display:block; }
 }@media only screen and (max-width: 763px) { #HkXzSJdM2IoTbKdwzTWT0OfqKlOueZ1g { width:18rem;height:3.574225rem;top:2.5rem;left:1rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JKIWnExgMIQ06Cm1KAcTrwMTIOluzTwI { width:20rem;height:6.49901875rem;top:32.75rem;left:0rem;font-size:0.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PwbXWrckaW7GSgO5b0ixBspQuFLbkC1x { width:20rem;height:2.4375rem;top:28.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DupmLVffVgKcErDmXpPy6o9DxlWw5XLe { display:block; }
 }@media only screen and (max-width: 763px) { #TZWctLwdsZE6N4VrMTQsXfVdTm0hpkUW { width:18rem;height:5.36133125rem;top:22.5rem;left:1rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #STTSDug7oeeLpAN7eSqdRIWDMzrVE5tf { width:18rem;height:1.29980625rem;top:21.25rem;left:1rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RlEA70hWbSQmDWUbJqFPDgDgEWs9a3Bf { display:none; }#RlEA70hWbSQmDWUbJqFPDgDgEWs9a3Bf > .row .container { width:20rem;height:5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #B9CUdZK6AWGIhK51AALOuhOykULiAVUU { width:20rem;height:2.03125rem;top:1.484375rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ccR02pqU5wlD8Pba7P7qP1VUSbv6x2Jb { display:none; }#ccR02pqU5wlD8Pba7P7qP1VUSbv6x2Jb > .row .container { width:20rem;height:11.3125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/14a4d4e4-7e17-4286-b414-c54ea18ebce9/vwid7tourerhpb.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;display:none; }#ccR02pqU5wlD8Pba7P7qP1VUSbv6x2Jb > .row .container.adaptive-delivery-prevent-bg, #ccR02pqU5wlD8Pba7P7qP1VUSbv6x2Jb > .row .container.lazyload, #ccR02pqU5wlD8Pba7P7qP1VUSbv6x2Jb > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #Xy6vKwZqiKmh8H1X6qDRrqu0vRpLkCAb { display:none; }#Xy6vKwZqiKmh8H1X6qDRrqu0vRpLkCAb > .row .container { width:20rem;height:39.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dD4gz24FKCmdxUS0C6a6FRFq2qsB6HNg { width:20rem;height:5.19921875rem;top:12rem;left:0rem;font-size:0.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lTALiDz0GufLqMHtdcrp63DKbxDrHBcN { width:20rem;height:2.4375rem;top:8.3125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJqPe0seJvT4u7cv3bhgmkdvAcRBN1QS { display:block; }
 }@media only screen and (max-width: 763px) { #EzQIVglkAwndTvJR3oDWuane9NOzNwRk { width:18rem;height:5.36133125rem;top:2.125rem;left:1rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TBqbLQTNRXAdpBJry2EswTyBZJMpMLDx { width:20rem;height:6.499rem;top:30.6875rem;left:0rem;font-size:0.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XJS2Dd3uVh1vrpbPK2P9UC0nsTDdEWN6 { width:20rem;height:2.4375rem;top:26.0625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgJFy1qXdGeLEITlmPmtHhXpbQt38CuM { display:block; }
 }@media only screen and (max-width: 763px) { #qWhTI7KayI2iAJk9PxGUhs7IVyMiTnqJ { width:18rem;height:3.574225rem;top:21.375rem;left:1rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GFARCRdHePAZVFxcDWNO16wASgDcaJqZ { width:18rem;height:1.29980625rem;top:20.125rem;left:1rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DaXwW4TGO5ThSza9W1nCN20Kc09Kp9lg { display:none; }#DaXwW4TGO5ThSza9W1nCN20Kc09Kp9lg > .row .container { width:20rem;height:5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FAx8iMDtqRzVpcazoMoKhu0hB3gcSAXU { width:20rem;height:2.03125rem;top:1.484375rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KHIH49ZLxNo16es1y2GFbaKWLXM8JT3S { display:none; }#KHIH49ZLxNo16es1y2GFbaKWLXM8JT3S > .row .container { width:20rem;height:59.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #PMk58KTCunyEmgmtALIaPvorcnI0Wy9B { width:20rem;height:6.499rem;top:14.1875rem;left:0rem;font-size:0.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MdIG77iHhsQdgnCOD779riADxHxVGXfC { width:18.625rem;height:3.8994125rem;top:34.0625rem;left:0.6875rem;font-size:0.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mZeAIeQO8bv9dhyQ1iyMHkJ6gvpnz6lI { width:20rem;height:3.8994125rem;top:50.6875rem;left:0rem;font-size:0.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ivmPAwkoKtTSxNUqG7u8iMupkTsxEu7t { width:19.9375rem;height:2.4375rem;top:10.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzv8CKNGeMsixrSkfepKgqCpbmhmOPxa { display:block; }
 }@media only screen and (max-width: 763px) { #sRgqSu5bCqMpWyfDdp6O7XkTJpoAEXms { width:18rem;height:5.36133125rem;top:3.6875rem;left:1.0625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TGNG4uoFTnMSSfeWm3CUJ9Tu3aCNI5ya { width:18rem;height:1.13720625rem;top:23.1875rem;left:1rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #kTMN30KRmPzCo7Tf2g7QRf2d96uAfqXg { width:20rem;height:2.4375rem;top:30.0625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWshRmtgFUnUoFKBcG8ULQxFMQomx0M2 { display:block; }
 }@media only screen and (max-width: 763px) { #ydHFHAUF4JAmyVnZAFLBuw5CMXFnrWn4 { width:18rem;height:3.574225rem;top:25.25rem;left:0.9375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wRUZPe0TE8GZ2T1Q65385Bp7SgiXxkPD { width:18rem;height:1.13720625rem;top:76.0625rem;left:0.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #OTvm8DoBbTmTnpm7Il2iXBDwTfnTn55t { width:19.8125rem;height:3.574225rem;top:42.375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tzxkwg1snGk1QdfeEpRc4UxR4iW4RE42 { width:20rem;height:2.4375rem;top:47.125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6egR8gQ3Q13GXCQb5su3XrUTF4qKpNH { display:block; }
 }@media only screen and (max-width: 763px) { #rf9z3pNPBbfXucihZxvn9u6EUh8TckFS { width:18rem;height:1.13720625rem;top:129rem;left:1rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #DD5DRBpnkt2OngJvoEDT02dAIcv7T43u { width:18rem;height:1.29980625rem;top:40.9375rem;left:1rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hWCdStfxiexo0uA1Isip4eBT11l0BMLi { width:18rem;height:1.29980625rem;top:24rem;left:1rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qPRFU4AWxB5PnKGIKD4KOvGnSEDcyVvL { width:18rem;height:1.29980625rem;top:2.44970703125rem;left:1rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AmduTSiUO4TSa4GEbMOKeN0Nw22WpSOr { display:none; }#AmduTSiUO4TSa4GEbMOKeN0Nw22WpSOr > .row .container { width:20rem;height:96.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fuZapPlsTfZfwbyNOon0s1i2ZsqID8Up { width:18rem;height:3.574225rem;top:13.4375rem;left:1rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tNTghvOhvhmQHNoB5t2Z8wEFFftR82NU { width:20rem;height:2.4375rem;top:18.1875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8nWCC3VAs52sNHtAx0xLToEtiT7Zu6p { display:block; }
 }@media only screen and (max-width: 763px) { #wmNu0vq3kuxhSvr6TCeTGcJOxNUCJMcM { width:18rem;height:1.13720625rem;top:12.375rem;left:1rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #clQSLepCiioXIrPWWnQJAyTN1dFPZOnW { width:20rem;height:11.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbCzTUWcVJrKxdG52ug71kJGD6S7ZKpu { width:20rem;height:2.4375rem;top:50.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2yy2l3wDFhlkcS6TOPA51EWDCl2p9ep { display:block; }
 }@media only screen and (max-width: 763px) { #F7KgdoHBTmTlPXTTpeCFzVBBFMbmmwqN { width:18rem;height:3.574225rem;top:44.875rem;left:1rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rMqnM5XLKHevloW8BET9iQgVgJ1kZRan { width:18rem;height:1.13720625rem;top:43.8125rem;left:1rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NMIoac3qQMoBZx5AJyJaWTCuoE4VEulb { width:19.875rem;height:11.125rem;top:31.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqGxQEUIEg2DuJWgiiA6W4WNpV2lyK80 { width:20rem;height:2.4375rem;top:82.75rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAiSLcvmMI1aqTb1mnnF21uC7SnDOMTL { display:block; }
 }@media only screen and (max-width: 763px) { #cksssLi1G6WopFRbn7y2kTZ9v0w84mAM { width:18rem;height:1.13720625rem;top:76.125rem;left:1rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pXa6brTUQuQgx6feHhUP8Ipy8cQzGd3T { width:20rem;height:11.25rem;top:63.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsh2AHhbz8baG7qDfPLVDJseIxhn8lr8 { width:20rem;height:5.84911875rem;top:22.25rem;left:0rem;font-size:0.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kqUkIkrtE33MTu2cCTe0uGuLzxXupKlx { width:20rem;height:5.84911875rem;top:55.1875rem;left:0rem;font-size:0.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K0MBGlyM1iKhM7h4SrwLSi5gnF3TvnUq { width:18rem;height:3.574225rem;top:77.25rem;left:1rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E61e50EkT18PwZuoS9fPTafCddZWBiKL { width:20rem;height:7.14891875rem;top:87rem;left:0rem;font-size:0.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qbg78DuxET7Gid5RxSgI5Bs2GgzpbFCh { display:none; }#qbg78DuxET7Gid5RxSgI5Bs2GgzpbFCh > .row .container { width:20rem;height:165.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WUV0gPMih3CS9LPuEutNePIayn4VUcn0 { width:20rem;height:2.4375rem;top:89.0625rem;left:0.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFJZ5xkdKXLTMaWyfcXVs4vqmDmHfJKO { display:block; }
 }@media only screen and (max-width: 763px) { #wTX3zksvmg1VFh6IiKmWcOw05ZAEOAZ8 { width:20rem;height:3.574225rem;top:83.375rem;left:0.0625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ou23wdAzTlD401DKm28Zh2cQKrTRv8vF { width:18rem;height:1.13720625rem;top:82.25rem;left:1.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rd2axcMQ73k7PnvRgHpbbHUIbiHXThM0 { width:19.875rem;height:11.125rem;top:69.5625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUbtmwSqhFhURxpVUNSqcsWdmMPSORh8 { width:20rem;height:2.4375rem;top:137.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2Qne6Ct7OXHKqnMUah5IA5dsTBx6WQa { display:block; }
 }@media only screen and (max-width: 763px) { #Qdab6eLh3byCIy7oXzcXhr8GrrtmL9Lv { width:18rem;height:1.13720625rem;top:130.5rem;left:1rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UnhJaLRvf9XTbObfdPJ1c5B4qBRChePJ { width:20rem;height:11.25rem;top:117.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wW9bsATQrrynKs3B4lbyzKUUeETMTR9m { width:20rem;height:10.39843125rem;top:104.4375rem;left:0rem;font-size:0.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lHLCkbF8kvde53SJTTnTTACk5gPAesUa { width:20rem;height:3.574225rem;top:131.625rem;left:0.0625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BOUTX3yDAVP2suw9ihR30lM0SqclVuRe { width:20rem;height:9.09863125rem;top:153.375rem;left:0rem;font-size:0.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BLRJ6BrMVvpdk55Hi6C12VMfD4ClvLLI { width:20rem;height:2.4375rem;top:99.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdAbDXRd4aPIZLkEuTMOXH7Tu0WMR23z { display:block; }
 }@media only screen and (max-width: 763px) { #RJ82T27BAthNqz7ZPlCcns7caOKI3Elg { width:20rem;height:3.574225rem;top:95rem;left:0.0625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GKDZvTEmpwLVnGQPpZfqkEyWx7KxNReM { width:18rem;height:1.13720625rem;top:93.9375rem;left:1.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h9vXTphUUAwis7HbR5yVX6Tx7zuvZocA { width:20rem;height:2.4375rem;top:148.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTRhhDWVbfgIrtws3pV6lVbe53KG4xzU { display:block; }
 }@media only screen and (max-width: 763px) { #TKiqb0C0Ur1QoZH0IRO9hHMz4hkEcnTd { width:20rem;height:3.574225rem;top:143.4375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JJoxBWfWPEl2CyyhNQzVHIhe3LnmkcMK { width:18rem;height:1.13720625rem;top:142.375rem;left:1rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wPQ0xFxAUOSQ0bvlWlPrU8cITXrhfubN { width:20rem;height:16.89745625rem;top:49.0625rem;left:0rem;font-size:0.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Bug0CqnlnQv7CKMB7tuko3lBLSRzAqIz { width:20rem;height:2.4375rem;top:44.1875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uu2o7CVrRIUE2eTuVW8RTTEMhZtHcBQO { display:block; }
 }@media only screen and (max-width: 763px) { #RfgDmnhzkDn6DeUeUJLqRO6C8NLUKb9k { width:20rem;height:3.574225rem;top:38.875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xcMv6FHbx1zeSHruluPotfq2AlsaBsSS { width:20rem;height:5.36133125rem;top:32rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #byK7zRJ8oATUkiFuzmISmFhzryvH6tZI { width:20rem;height:3.574225rem;top:27.125rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zAT4msBBlT0Um6yU80qAJEZfnSlW004c { width:18rem;height:1.13720625rem;top:26.0625rem;left:1rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E1vwT7GTe5WSm4WZMedS3hoq061TEtGn { width:20rem;height:2.4375rem;top:20.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DInkmkEmMZKAtwEtcTWwM6lqZvhOTTii { display:block; }
 }@media only screen and (max-width: 763px) { #oTqSWEW3q7XHT5C7S4b7Bps1iwH3M8W7 { width:20rem;height:5.36133125rem;top:13.9375rem;left:0.0625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VK8urEMFP8IIdmdFuhiJ3bDxayy84XXd { width:18rem;height:1.13720625rem;top:12.875rem;left:1rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bm7IXZzMzwcVHXNPB2RZTrAQ2cTPt189 { width:19.875rem;height:11.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aK0DDt0zE5TXb2hXCVAlRhIOTFnxBR1G { display:none; }#aK0DDt0zE5TXb2hXCVAlRhIOTFnxBR1G > .row .container { width:20rem;height:148.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #kgT1EwLxGlVnl39PL4SUDpIaCbGmDL5W { width:19.875rem;height:11.125rem;top:46.25rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #azRsTSeUEZT535PMHOB41ObQJgCTilnr { width:18rem;height:1.13720625rem;top:58.9375rem;left:1.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h9DnScV4tkS4nhvBB1HE5FivxGEZPOGK { width:20rem;height:3.574225rem;top:60.0625rem;left:0.0625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L3bRICS0hpEnTu52g16lJlroBPsT6lQH { width:20rem;height:2.4375rem;top:65.75rem;left:0.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZ24NMXVX5qUFsnIyUkxIka4RsKf37qw { display:block; }
 }@media only screen and (max-width: 763px) { #USTpaCelVEz17N4ofNByV3qRQ8DV4c65 { width:18rem;height:1.13720625rem;top:70.625rem;left:1.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fmrHnWJk7TTtEKx7TAqVFnkLx9T2rfXM { width:20rem;height:3.574225rem;top:71.6875rem;left:0.0625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BMq0e95LBRllIT8q9LWcTNwzXZShX0HQ { width:20rem;height:3.574225rem;top:76.875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e9nl9VrmLNKt2m6POD0ba02JHub7d7E6 { width:20rem;height:2.4375rem;top:81.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycIKBgqhS9w8vxTordLMhT29LTWsv8bc { display:block; }
 }@media only screen and (max-width: 763px) { #iZFehR67TGR0nvIlyBDqz6fz3tMQXeh8 { width:20rem;height:14.94774375rem;top:86.5rem;left:0rem;font-size:0.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #czsd4GZCZBfTOV42IKVty87BPCWEcsCK { width:20rem;height:11.25rem;top:104.875rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBkJw4KGy9kruvacw8Htm1E6vLKyQezX { width:18rem;height:1.13720625rem;top:117.4375rem;left:1.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yHaK3FT6ONyIhNTC6VhJtRHbO9XW3ZP5 { width:20rem;height:3.574225rem;top:118.5625rem;left:0.125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tfnbFMHJLpDmpMw8LodAO5AKPZAw2Tnb { width:20rem;height:3.574225rem;top:124.25rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hX9E9h73OZVKsmp50WfqIXL4ucGpBNoS { width:20rem;height:2.4375rem;top:129.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOK0L1h5EgygcfntZL9huTBbydWwKoB9 { display:block; }
 }@media only screen and (max-width: 763px) { #s0JE0BTXGdzrKhKETMaSrQaIHDC5fZzP { width:20rem;height:11.6982375rem;top:133.875rem;left:0rem;font-size:0.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D0dyRQJHafFdxom1mskgcnSWbnkkTTb1 { width:19.75rem;height:11.125rem;top:0rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #gKkonfJGHLIlfooLt4cm1xOJPbZqC7xO { width:18rem;height:1.13720625rem;top:12.875rem;left:1rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tW5QgwdCImrAcEc0U5iUowkfuUCL7ehb { width:20rem;height:3.574225rem;top:13.9375rem;left:0.0625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ADtOMitUKXI2DoAnWZhtTUtBo3mIdsnb { width:20rem;height:3.574225rem;top:19.7861328125rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fNc6hWIWSJWlcV0pdyTmm9OeMTZQKs78 { width:20rem;height:2.4375rem;top:25.875rem;left:0.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsDncTDl1QT2rw19P9zOkTeJr1251TSm { display:block; }
 }@media only screen and (max-width: 763px) { #qBpOe14omUBzoo5eB0K9oVuK3URCVzuy { width:20rem;height:11.6982375rem;top:30.3125rem;left:0rem;font-size:0.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ispu2AH8pOPnGFTiFa4SJFrayTkLVr78 { display:none; }#Ispu2AH8pOPnGFTiFa4SJFrayTkLVr78 > .row .container { width:20rem;height:114.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ASseKJglKdbATAXgdMWGR0H78bTwovMz { width:20rem;height:3.574225rem;top:46.9375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WpklZJh4oTk8i5gGEKTVJPeXPhoPCgwz { width:18rem;height:1.13720625rem;top:45.8125rem;left:1rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U6kFmRuaJai87dgJ3wUMt1rgLX2TLgIh { width:19.75rem;height:11.125rem;top:33.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3r3as4oM8kTPkQkcJwIpSO6owfx2TO5 { width:18rem;height:1.13720625rem;top:91.6875rem;left:1.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LmnB1WtMrhckAiNcdPgnXM5Ud5t7MnA8 { width:20rem;height:11.25rem;top:79.125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZehI1qyDXak0NPfNm98Idob3DMsRBVx { width:20rem;height:11.6982375rem;top:63.5rem;left:0rem;font-size:0.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g85tDivv9UWJPqaOglRUcFSTvKIqErUw { width:20rem;height:5.36133125rem;top:92.8125rem;left:0.125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NiDQxxmUtrGzTVHwu102a9re1oquGzPm { width:20rem;height:5.84911875rem;top:105.125rem;left:0rem;font-size:0.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nkvR41mPeIh13tMHBG7TwwcOATqyN5AN { width:20rem;height:2.4375rem;top:58.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p184vwfXVx7EHsQgdlkTipvfARGUZuuu { display:block; }
 }@media only screen and (max-width: 763px) { #oRpsVTvtC86zCdi1EL4rWuLLzVwxtHOI { width:20rem;height:2.4375rem;top:100.75rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxR8Wz4mOisLQudTZUcSUUlq9TlJue97 { display:block; }
 }@media only screen and (max-width: 763px) { #rcprJuFBhKut7XOqP71yUSEdZGrlqn94 { width:20rem;height:3.574225rem;top:52.25rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X3FfK3DSWzWxo8PUbU61TPGQ06DvWL7H { width:20rem;height:5.84911875rem;top:23.5625rem;left:0rem;font-size:0.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cS3KSLAbF61hc0VaCg8Ry5xbZMNATbhF { width:20rem;height:3.574225rem;top:13.8125rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ABrTwpEsBTXCmSSnrLLrVJK7BBwXfeRM { width:20rem;height:2.4375rem;top:19.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIa0M9Cgm3TJVieyiOA9zNGdyUKpN36c { display:block; }
 }@media only screen and (max-width: 763px) { #zLva1MO5wR1BkUD04lxSNQGpnTCtHxIm { width:18rem;height:1.13720625rem;top:12.6875rem;left:1rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F4q8qWRBGkHSZ1TWA8srhQWq9T8Bun6c { width:19.75rem;height:11.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fc8OBPSVJT5pQVITaQwxNT8DJvGnJl62 { display:block; }#Fc8OBPSVJT5pQVITaQwxNT8DJvGnJl62 > .row .container { width:20rem;height:14.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bT9acGhIIf3VW1e1l6RJHkuetvxEPHfd { width:5.1875rem;height:2.9375rem;top:5.9375rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvMPadzLHTorQO635qiXi7spiWS8L7EC { width:17.75rem;height:0.73095625rem;top:11.1875rem;left:1.125rem;font-size:0.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CAilAXpMPQygarxVJ1Fqtzu6psVuLvsh { width:20rem;height:2.923825rem;top:1.32666015625rem;left:0rem;font-size:0.5625rem;text-align:center;text-align-last:center;display:block; }
 }