.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:244,240,236;--color-primary-1:219,209,197;--color-primary-2:198,180,159;--color-primary-3:110,82,64;--color-primary-4:40,36,32;--color-secondary-0:241,244,244;--color-secondary-1:210,218,220;--color-secondary-2:164,180,184;--color-secondary-3:82,90,92;--color-secondary-4:25,27,28;--color-tertiary-0:255,255,255;--color-tertiary-1:244,244,245;--color-tertiary-2:94,94,94;--color-tertiary-3:10,10,10;--color-tertiary-4:0,0,0;--headlines-font-family:"Versailles";--paragraphs-font-family:"Avenir Pro"; }@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:#faf8f5;background-image:none;position:relative;display:block; }
#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy > .row > .video-iframe-container { display: none; }#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy > .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); }#FhrkdIFwXzDWsMylRDDXHkSH7DDA4ld7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FhrkdIFwXzDWsMylRDDXHkSH7DDA4ld7 > .row .container { background-color: transparent; background-image: none; }#FhrkdIFwXzDWsMylRDDXHkSH7DDA4ld7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FhrkdIFwXzDWsMylRDDXHkSH7DDA4ld7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FhrkdIFwXzDWsMylRDDXHkSH7DDA4ld7 > .row .container > .video-iframe-container { display: none; }#FhrkdIFwXzDWsMylRDDXHkSH7DDA4ld7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FhrkdIFwXzDWsMylRDDXHkSH7DDA4ld7 > .row > .video-iframe-container { display: none; }#FhrkdIFwXzDWsMylRDDXHkSH7DDA4ld7 > .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); }#FhrkdIFwXzDWsMylRDDXHkSH7DDA4ld7 > .row .container { border-width: 0; border-radius: 0; }#FhrkdIFwXzDWsMylRDDXHkSH7DDA4ld7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FhrkdIFwXzDWsMylRDDXHkSH7DDA4ld7 > .row .container { font-size:0.875rem;font-family:arial;height:5.625rem;width:75rem;position:relative;display:block; }#m8Z1gbokNcagUqhfs5RbhzcaAtRsZNP0 { position:absolute;display:block;z-index:15049;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:4.5rem;width:11.25rem;top:0.5625rem;left:0rem;overflow:hidden;display:block; }
#JVTPt7HmaaOCzSlMcXZ5P1OG9zwmQBF9 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.5rem;height:3rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1.3125rem;left:59.6875rem;display:block; }
#VsW2fP0BH3M8XQeo2QL8OfGIqxX87aCu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#k73ziySinKWcoXClR7rtJxvra2QMNN37 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3c250a6e-32e8-4235-926e-f2c2d10f6f46/hf_20260429_211756_5f50dcfeffbf460aa36655582d9ae874.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#k73ziySinKWcoXClR7rtJxvra2QMNN37.adaptive-delivery-prevent-bg, #k73ziySinKWcoXClR7rtJxvra2QMNN37.lazyload, #k73ziySinKWcoXClR7rtJxvra2QMNN37.lazyloading { background-image: none; }#k73ziySinKWcoXClR7rtJxvra2QMNN37 > .row .container { background-color: transparent; background-image: none; }#k73ziySinKWcoXClR7rtJxvra2QMNN37::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k73ziySinKWcoXClR7rtJxvra2QMNN37 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k73ziySinKWcoXClR7rtJxvra2QMNN37 > .row .container > .video-iframe-container { display: none; }#k73ziySinKWcoXClR7rtJxvra2QMNN37 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k73ziySinKWcoXClR7rtJxvra2QMNN37 > .row > .video-iframe-container { display: none; }#k73ziySinKWcoXClR7rtJxvra2QMNN37 > .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); }#k73ziySinKWcoXClR7rtJxvra2QMNN37 > .row .container { border-width: 0; border-radius: 0; }#k73ziySinKWcoXClR7rtJxvra2QMNN37 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k73ziySinKWcoXClR7rtJxvra2QMNN37 > .row .container { font-size:0.875rem;font-family:arial;height:33.75rem;width:75rem;position:relative;display:block; }#KNSJZ0tyFihc5EBbUfHWpLQaI5WDFy8s { color:#80979f;display:block;width:44.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.3125rem;font-weight:400;z-index:14998;line-height:1;letter-spacing:0;top:7.75rem;left:20.21875rem;height:8.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#DAOHVcGAuuukPv35H4PxGBl6qW90Fqpb { box-sizing:content-box;height:2.875rem;width:28.125rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-1),1);border-left:0.0625rem solid rgba(var(--color-secondary-1),1);border-right:0.0625rem solid rgba(var(--color-secondary-1),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-1),1);top:1.875rem;left:28.5625rem;display:block; }
#LbEtx4i9frWTi4991b9T3GiQfMrqfwHx { box-sizing:content-box;height:0.0625rem;width:15.3125rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.25rem;left:34.96875rem;display:block; }
#C6ZD4o3vZiJ8G1kTnFakNFKEBuI0VTk3 { color:#80979f;display:block;width:26.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15001;line-height:1.5;letter-spacing:0;top:2.5625rem;left:29.3125rem;height:2.0625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#v51lK0WDA74BSpSkZZsrC3rBLqTuexDH { color:#80979f;display:block;width:32.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:300;z-index:15001;line-height:1.5;letter-spacing:0;top:15.100708007812rem;left:29.6875rem;height:2.6245125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#ErDKzy1ViUBe2S9ChI4dms1O0pVKxLaS { box-sizing:content-box;height:9.4375rem;width:62.375rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-1),1);background-image:none;top:22.5rem;left:11.4375rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#pdM1NTKGwbt1rsTrpJCyEW4y3IZ2Ni8A { color:rgba(var(--color-tertiary-4),1);display:block;width:53.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:23.625rem;left:16.1875rem;height:2.69970625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#H1OLPHebKIyWTM5mArVIgyrqDxfCyMpA { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.125rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:27.5625rem;left:15.0625rem;display:block; }
#AHFbxdPG6hV2v0F8kTyTPRnUJKsIH6LK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gPrShEJZbsHVfCmh3wNfBGOLdL2rtyRv { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"avenir pro";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.125rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:27.5625rem;left:34.8125rem;display:block; }
#fgaAFxOR6fgoqNGPVXuPCvmdabFQHd5d { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#u6RAlB3g1IG11mUWAnekuQAsUIR3ehuO { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.125rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:27.5625rem;left:55rem;display:block; }
#R2QNALxhsK76lby0J8bJewypvgpbc6Qk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pilS1OP6S9EDJ66DyVTyeBGU7IbM487f { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pilS1OP6S9EDJ66DyVTyeBGU7IbM487f > .row .container { background-color: transparent; background-image: none; }#pilS1OP6S9EDJ66DyVTyeBGU7IbM487f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pilS1OP6S9EDJ66DyVTyeBGU7IbM487f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pilS1OP6S9EDJ66DyVTyeBGU7IbM487f > .row .container > .video-iframe-container { display: none; }#pilS1OP6S9EDJ66DyVTyeBGU7IbM487f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pilS1OP6S9EDJ66DyVTyeBGU7IbM487f > .row > .video-iframe-container { display: none; }#pilS1OP6S9EDJ66DyVTyeBGU7IbM487f > .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); }#pilS1OP6S9EDJ66DyVTyeBGU7IbM487f > .row .container { border-width: 0; border-radius: 0; }#pilS1OP6S9EDJ66DyVTyeBGU7IbM487f > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pilS1OP6S9EDJ66DyVTyeBGU7IbM487f > .row .container { font-size:0.875rem;font-family:arial;height:7.125rem;width:75rem;position:relative;display:block; }#AXIqyKQ9b8Tp8kcy8WV9kJ7HooC8HyxJ { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:1.5625rem;left:0rem;height:4rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#T4tLkHGT4mHQtLntTaicCbop6tdtSibf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#T4tLkHGT4mHQtLntTaicCbop6tdtSibf > .row .container { background-color: transparent; background-image: none; }#T4tLkHGT4mHQtLntTaicCbop6tdtSibf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4tLkHGT4mHQtLntTaicCbop6tdtSibf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4tLkHGT4mHQtLntTaicCbop6tdtSibf > .row .container > .video-iframe-container { display: none; }#T4tLkHGT4mHQtLntTaicCbop6tdtSibf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4tLkHGT4mHQtLntTaicCbop6tdtSibf > .row > .video-iframe-container { display: none; }#T4tLkHGT4mHQtLntTaicCbop6tdtSibf > .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); }#T4tLkHGT4mHQtLntTaicCbop6tdtSibf > .row .container { border-width: 0; border-radius: 0; }#T4tLkHGT4mHQtLntTaicCbop6tdtSibf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T4tLkHGT4mHQtLntTaicCbop6tdtSibf > .row .container { font-size:0.875rem;font-family:arial;height:45.625rem;width:75rem;position:relative;display:block; }#nsnoUloqiqqySSErT1ysaSnMqvsFZAiV { position:absolute;display:block;z-index:15017;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/df026d99-7366-4e97-9a23-81669f165d27/d2c4482fe54f40cfba6c6757489eb008crop_1100x1513_0136preview.crop_1100x1086_0,0.preview.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:18.125rem;width:14.375rem;top:1.375rem;left:2.1875rem;display:block; }#nsnoUloqiqqySSErT1ysaSnMqvsFZAiV.adaptive-delivery-prevent-bg, #nsnoUloqiqqySSErT1ysaSnMqvsFZAiV.lazyload, #nsnoUloqiqqySSErT1ysaSnMqvsFZAiV.lazyloading { background-image: none; }
#erODFSdvkZxNpXiGQykvtJuO2VFBkDNU { box-sizing:content-box;height:5.4375rem;width:14.375rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;top:16.6875rem;left:2.1875rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#M2C4AiTTAdxB9e8OkSEOOviEeTm8DwbP { color:rgba(var(--color-tertiary-1),1);display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:19.95947265625rem;left:2.4375rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vP6Tm48IlMb18cDOeTHAZVCb8EcIw36N { color:rgba(var(--color-tertiary-1),1);display:block;width:13.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:19.95947265625rem;left:21.15625rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#snT1xbxupXTomNC3NNVtnZQPWZC0Gox5 { box-sizing:content-box;height:5.4375rem;width:14.375rem;position:absolute;display:block;z-index:15010;background-color:rgba(198,180,159,0.67);background-image:none;top:16.6875rem;left:20.9375rem;border-top-right-radius:0rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0rem;display:block; }
#EymrLATOEUTaEUsREDFuB04WcLiQKmsD { box-sizing:content-box;height:5.375rem;width:14.375rem;position:absolute;display:block;z-index:15009;background-color:rgba(198,180,159,0.67);background-image:none;top:16.75rem;left:39.6875rem;border-top-right-radius:0rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0rem;display:block; }
#eMnEhow0vXb1NnJXCuExJ5VZNvTwS4oD { color:rgba(var(--color-tertiary-0),1);display:block;width:14rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:19.95947265625rem;left:39.875rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#C22pOK9rOLvRK03AuMENXIoG7Zw0RE4I { box-sizing:content-box;height:5.4375rem;width:14.375rem;position:absolute;display:block;z-index:15010;background-color:rgba(198,180,159,0.67);background-image:none;top:16.6875rem;left:58.4375rem;border-top-right-radius:0rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0rem;display:block; }
#etLIi0hilk5WL6xrqcl7ni2p3bOP0pWL { color:rgba(var(--color-tertiary-0),1);display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:19.95947265625rem;left:58.59375rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CE1fZL9qzNiamAcoJE1zw8oW77HRArAm { position:absolute;display:block;z-index:15018;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/ee1f0752-7ec6-470d-b4ef-c3db4cca7fdb/Untitleddesign39.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:18.125rem;width:14.375rem;top:1.375rem;left:20.9375rem;display:block; }#CE1fZL9qzNiamAcoJE1zw8oW77HRArAm.adaptive-delivery-prevent-bg, #CE1fZL9qzNiamAcoJE1zw8oW77HRArAm.lazyload, #CE1fZL9qzNiamAcoJE1zw8oW77HRArAm.lazyloading { background-image: none; }
#g9I7GXtgmzkdZ96hGCO5zhqQAWh8mx89 { position:absolute;display:block;z-index:15021;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/37e81c14-a5e4-44f1-ba17-677fc7da38e1/Maskgroupskinrejuvenation4.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:18.125rem;width:14.375rem;top:1.375rem;left:58.4375rem;display:block; }#g9I7GXtgmzkdZ96hGCO5zhqQAWh8mx89.adaptive-delivery-prevent-bg, #g9I7GXtgmzkdZ96hGCO5zhqQAWh8mx89.lazyload, #g9I7GXtgmzkdZ96hGCO5zhqQAWh8mx89.lazyloading { background-image: none; }
#X5Gwn9hUeHuaQAc1p0CLgZqledyELpko { position:absolute;display:block;z-index:15022;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/e7221468-54a0-4c17-9ac7-70a259ff6979/3AprilcopyrightBBP2023.crop_2347x2825_0,0.preview.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:18.125rem;width:14.375rem;top:23.5rem;left:2.1875rem;display:block; }#X5Gwn9hUeHuaQAc1p0CLgZqledyELpko.adaptive-delivery-prevent-bg, #X5Gwn9hUeHuaQAc1p0CLgZqledyELpko.lazyload, #X5Gwn9hUeHuaQAc1p0CLgZqledyELpko.lazyloading { background-image: none; }
#LxzTewyqrVT91NXwNXm3yEJiD1uAynh5 { box-sizing:content-box;height:5.4375rem;width:14.375rem;position:absolute;display:block;z-index:15010;background-color:rgba(198,180,159,0.67);background-image:none;top:38.8125rem;left:2.1875rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#Te8l19cLq0WWKLhQGCii64P11waJFyGn { color:rgba(var(--color-tertiary-1),1);display:block;width:13.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:42.08447265625rem;left:2.40625rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#oZlBkexd243S4RvLZNQDCbVNeLTgu8mO { color:rgba(var(--color-tertiary-1),1);display:block;width:13.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:42.08447265625rem;left:21.28125rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wPA2Ol29L7QylBwLT06AsuQmTH5W1wwP { box-sizing:content-box;height:5.4375rem;width:14.375rem;position:absolute;display:block;z-index:15010;background-color:rgba(198,180,159,0.67);background-image:none;top:38.8125rem;left:20.9375rem;border-top-right-radius:0rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0rem;display:block; }
#yGpFe170dfPx7ldTr8hv91ZcoDaR1Ph6 { position:absolute;display:block;z-index:15017;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/d92c639a-4557-431e-8f2b-7222303c49d3/File9Body.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:18.125rem;width:14.375rem;top:23.5rem;left:20.9375rem;display:block; }#yGpFe170dfPx7ldTr8hv91ZcoDaR1Ph6.adaptive-delivery-prevent-bg, #yGpFe170dfPx7ldTr8hv91ZcoDaR1Ph6.lazyload, #yGpFe170dfPx7ldTr8hv91ZcoDaR1Ph6.lazyloading { background-image: none; }
#wnxR8iMaagqbqXbPJOr9sDWPhd3Cca3X { box-sizing:content-box;height:5.4375rem;width:14.375rem;position:absolute;display:block;z-index:15009;background-color:rgba(198,180,159,0.67);background-image:none;top:38.8125rem;left:39.6875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0rem;display:block; }
#zlNLhn8vXTxr08Qh0FngbewEuJ0Plu5E { color:rgba(var(--color-tertiary-1),1);display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:42.08447265625rem;left:39.84375rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TvsNIOlAOIaPfSFIptpc6pph55z1S5KU { position:absolute;display:block;z-index:15019;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/ff0ebf26-5091-4198-b59b-7174970ab7cb/shutterstock_2103254672.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:18.125rem;width:14.375rem;top:23.5rem;left:39.6875rem;display:block; }#TvsNIOlAOIaPfSFIptpc6pph55z1S5KU.adaptive-delivery-prevent-bg, #TvsNIOlAOIaPfSFIptpc6pph55z1S5KU.lazyload, #TvsNIOlAOIaPfSFIptpc6pph55z1S5KU.lazyloading { background-image: none; }
#IULUK1VthwpMhvdqNNcUcBrpL4hBINw5 { position:absolute;display:block;z-index:15020;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/367f7f4a-d61e-4a68-820c-604d1d0d469d/Asset31.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:18.125rem;width:14.375rem;top:1.375rem;left:39.6875rem;display:block; }#IULUK1VthwpMhvdqNNcUcBrpL4hBINw5.adaptive-delivery-prevent-bg, #IULUK1VthwpMhvdqNNcUcBrpL4hBINw5.lazyload, #IULUK1VthwpMhvdqNNcUcBrpL4hBINw5.lazyloading { background-image: none; }
#r8tbHqK03rkyl0zzWD9JMyzfob9t9X5S { box-sizing:content-box;height:20.75rem;width:14.375rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-2),0.67);background-image:none;top:23.5rem;left:58.4375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#fuTZBcUqI37D1wiaVFqzEKP2GZgw1wfg { color:#ffffff;display:block;width:11.812125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15023;line-height:1.4;letter-spacing:0;top:25.989990234375rem;left:59.717407226562rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qWCpZPG7XsWzDnQUb1akngTMHkiJFC68 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.3125rem;height:3rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:39.83447265625rem;left:59.96875rem;display:block; }
#QwNil3PTWZSeD2HsSIvwwTn6k4XrJsUA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JFCxTz4uslXRBUI9NSpQIqSlRQCvSooZ { color:rgba(var(--color-tertiary-1),1);display:block;width:14.249875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:34.570922851562rem;left:58.499755859375rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZRwAg7h31hPyemHGRe1WgivanTfrqPkt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf8f5;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; }#ZRwAg7h31hPyemHGRe1WgivanTfrqPkt > .row .container { background-color: transparent; background-image: none; }#ZRwAg7h31hPyemHGRe1WgivanTfrqPkt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZRwAg7h31hPyemHGRe1WgivanTfrqPkt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZRwAg7h31hPyemHGRe1WgivanTfrqPkt > .row .container > .video-iframe-container { display: none; }#ZRwAg7h31hPyemHGRe1WgivanTfrqPkt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZRwAg7h31hPyemHGRe1WgivanTfrqPkt > .row > .video-iframe-container { display: none; }#ZRwAg7h31hPyemHGRe1WgivanTfrqPkt > .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); }#ZRwAg7h31hPyemHGRe1WgivanTfrqPkt > .row .container { border-width: 0; border-radius: 0; }#ZRwAg7h31hPyemHGRe1WgivanTfrqPkt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZRwAg7h31hPyemHGRe1WgivanTfrqPkt > .row .container { font-size:0.875rem;font-family:arial;height:20.5rem;width:75rem;position:relative;display:block; }#oPpZkRHUSvdNMVbD5gimNFlPqizJWCHn { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:11.25rem;left:12.8125rem;display:block; }
#yIPmoXXnwuiMqSdGB6ivuVnLW4tPUhPL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vXMTBFrhd7JVE11o8DWuRI8xdlcRslqQ { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:11.25rem;left:46.5625rem;display:block; }
#evMQk3bLnpUGJ7n27TMeAA3QVNKC8uLp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Vuw1TdHCfxI5MQ7O2N0TtDUyu8eW7h1L { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"avenir pro";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:11.25rem;left:29.6875rem;display:block; }
#hkTyh3T3xmSeiB1eH8HDKDTR4rPHWEyi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AuawiPHtWG6LrXlWVDlACHznIMkzreaF { color:rgba(var(--color-primary-2),1);display:block;width:67rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:6.4375rem;left:4rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#phTIfeDfkdgSwqZCXROEVfAJbb8KMt7E { box-sizing:content-box;height:13.0625rem;width:70.875rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:3.75rem;left:2.0625rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#bikWkV5vOxSFTABFfLK1XJkACt3Os20q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bikWkV5vOxSFTABFfLK1XJkACt3Os20q > .row .container { background-color: transparent; background-image: none; }#bikWkV5vOxSFTABFfLK1XJkACt3Os20q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bikWkV5vOxSFTABFfLK1XJkACt3Os20q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bikWkV5vOxSFTABFfLK1XJkACt3Os20q > .row .container > .video-iframe-container { display: none; }#bikWkV5vOxSFTABFfLK1XJkACt3Os20q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bikWkV5vOxSFTABFfLK1XJkACt3Os20q > .row > .video-iframe-container { display: none; }#bikWkV5vOxSFTABFfLK1XJkACt3Os20q > .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); }#bikWkV5vOxSFTABFfLK1XJkACt3Os20q > .row .container { border-width: 0; border-radius: 0; }#bikWkV5vOxSFTABFfLK1XJkACt3Os20q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bikWkV5vOxSFTABFfLK1XJkACt3Os20q > .row .container { font-size:0.875rem;font-family:arial;height:8.0625rem;width:75rem;position:relative;display:block; }#ET0KMhNOdAWDOSUzplqNIZqggNcmWiCR { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:versailles;font-size:2.5rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:2.03125rem;left:0rem;height:4rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tic5xFDUNCfVbk6ZTaLlVCToZCcWKpSP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tic5xFDUNCfVbk6ZTaLlVCToZCcWKpSP > .row .container { background-color: transparent; background-image: none; }#tic5xFDUNCfVbk6ZTaLlVCToZCcWKpSP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tic5xFDUNCfVbk6ZTaLlVCToZCcWKpSP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tic5xFDUNCfVbk6ZTaLlVCToZCcWKpSP > .row .container > .video-iframe-container { display: none; }#tic5xFDUNCfVbk6ZTaLlVCToZCcWKpSP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tic5xFDUNCfVbk6ZTaLlVCToZCcWKpSP > .row > .video-iframe-container { display: none; }#tic5xFDUNCfVbk6ZTaLlVCToZCcWKpSP > .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); }#tic5xFDUNCfVbk6ZTaLlVCToZCcWKpSP > .row .container { border-width: 0; border-radius: 0; }#tic5xFDUNCfVbk6ZTaLlVCToZCcWKpSP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tic5xFDUNCfVbk6ZTaLlVCToZCcWKpSP > .row .container { font-size:0.875rem;font-family:arial;height:33.125rem;width:75rem;position:relative;display:block; }#vSbnc2l6osta1SbVGKdV4SOfihpABl59 { color:#121212;display:block;width:17.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15017;line-height:1.7;letter-spacing:0;top:15.6875rem;left:19.1875rem;height:2.33764375rem;font-style:normal;display:block; }
#eqpBKEQcZkEXfG2NGuT7xqEFIXAHuKzT { color:rgba(var(--color-tertiary-4),1);display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15018;line-height:1.7;letter-spacing:0;top:18.8125rem;left:19.1875rem;height:8.49851875rem;font-style:normal;display:block; }
#hkIgzJlTS5RbOdqRWRapP6QgHofAdD6S { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:11.25rem;width:16.9375rem;top:3.875rem;left:19.1875rem;overflow:hidden;display:block; }
#wcXmy2Kkb0eUPGhhHfdZuzDrwZX8VLcF { color:#121212;display:block;width:17.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15020;line-height:1.7;letter-spacing:0;top:15.6875rem;left:38.125rem;height:2.33764375rem;font-style:normal;display:block; }
#PZ2wRaowrFukqcCNSWTvnWiQ1yWfCpbU { color:rgba(var(--color-tertiary-4),1);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15021;line-height:1.7;letter-spacing:0;top:18.8125rem;left:38.125rem;height:8.49851875rem;font-style:normal;display:block; }
#TrNXRz3iycaOrT2cvazgin3QbJ32JJCA { color:#121212;display:block;width:16.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15023;line-height:1.7;letter-spacing:0;top:15.625rem;left:57.1875rem;height:2.33764375rem;font-style:normal;display:block; }
#ShuAhfICdEu2cZcyfKXKkQWL4gsdUkGL { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15024;line-height:1.7;letter-spacing:0;top:18.75rem;left:57.1875rem;height:8.49851875rem;font-style:normal;display:block; }
#tDMgJ2FigpgtNxOdL7RGFZhdzKmUHEhQ { background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.3125rem;height:3rem;text-decoration:none;z-index:15053;text-align:center;text-align-last:center;top:28.375rem;left:19.1875rem;display:block; }
#W5m4gb0hrVgFSNtwdqyZ10mVu7qhSqxs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T260QOJ8yRDKq3g43wrbg8NKQC8u4qQ1 { background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"avenir pro";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.3125rem;height:3rem;text-decoration:none;z-index:15054;text-align:center;text-align-last:center;top:28.375rem;left:38.125rem;display:block; }
#xCMOSoE7CZFCEp72TUROfEpJGwNhFD1J { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Dl1WIpnpv1rDnltcuwssgLbQlPUtI0Cx { background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.3125rem;height:3rem;text-decoration:none;z-index:15055;text-align:center;text-align-last:center;top:28.375rem;left:57.1875rem;display:block; }
#lIFtSH14HsgCPE9qovocsOne10zcvtvw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eV1y1RH6GJ2eTKrfSCrRxMwDzzh5XMIU { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:11.625rem;width:17.4375rem;top:3.6875rem;left:57.1875rem;overflow:hidden;display:block; }
#efqMF9R0Vd3KIleScgb7scbXCpwOm7gn { color:#121212;display:block;width:16.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15018;line-height:1.7;letter-spacing:0;top:15.6875rem;left:0rem;height:2.33764375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yFqtT8JHkTppNVLwf5pMBtNzqmZXcIr0 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15019;line-height:1.7;letter-spacing:0;top:18.9375rem;left:0rem;height:8.49851875rem;font-style:normal;display:block; }
#OvsFWA10e6eSvTbt1auUVC0AfWLw8VJu { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:11.375rem;width:17.0625rem;top:3.75rem;left:0rem;overflow:hidden;display:block; }
#hf4XewoLUsPuB8WzBOoWq21H9ogwoRpt { background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.3125rem;height:3rem;text-decoration:none;z-index:15054;text-align:center;text-align-last:center;top:28.375rem;left:0rem;display:block; }
#DMUyJkyPlmxuP8GTykb54NBOJAQH5UVT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yg65RaZBABwxMObDlTnHwLvoxyLgo7l8 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:11.3125rem;width:17rem;top:3.75rem;left:38.125rem;overflow:hidden;display:block; }
#sDnWl6WrgzZC6GurSIsa8a3cczvL5NAI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf8f5;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; }#sDnWl6WrgzZC6GurSIsa8a3cczvL5NAI > .row .container { background-color: transparent; background-image: none; }#sDnWl6WrgzZC6GurSIsa8a3cczvL5NAI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sDnWl6WrgzZC6GurSIsa8a3cczvL5NAI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sDnWl6WrgzZC6GurSIsa8a3cczvL5NAI > .row .container > .video-iframe-container { display: none; }#sDnWl6WrgzZC6GurSIsa8a3cczvL5NAI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sDnWl6WrgzZC6GurSIsa8a3cczvL5NAI > .row > .video-iframe-container { display: none; }#sDnWl6WrgzZC6GurSIsa8a3cczvL5NAI > .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); }#sDnWl6WrgzZC6GurSIsa8a3cczvL5NAI > .row .container { border-width: 0; border-radius: 0; }#sDnWl6WrgzZC6GurSIsa8a3cczvL5NAI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sDnWl6WrgzZC6GurSIsa8a3cczvL5NAI > .row .container { font-size:0.875rem;font-family:arial;height:24.8125rem;width:75rem;position:relative;display:block; }#pQrIJVQBR77GV5Iq4uIIZLwmPylD3uC7 { box-sizing:content-box;height:10.9375rem;width:21.1875rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),1);background-image:none;top:7rem;left:1.6875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#I374EM09BbpBpgMQRpEP1axdTRWgTmT6 { box-sizing:content-box;height:17.625rem;width:58.875rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:3.625rem;left:14.5rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#hdIzEUcEBzOH6VlDEQGLJdOFv2N36cbw { color:#ffffff;display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:9.1644287109375rem;left:2.9368896484375rem;height:6.75rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mOyfO6Z1mWLCHQf21eInkGZSfhRd86yv { color:rgba(var(--color-tertiary-4),1);display:block;width:46.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:4.99951171875rem;left:24.874877929688rem;height:10.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Pxy4GrAhBOX1H949EJHsOUeJqHQETxXn { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"avenir pro";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.625rem;height:3rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:16.3125rem;left:24.875rem;display:block; }
#b3PLJNHDszHsU462A6Q3Tzbq0GoaNXsG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OePm2wBGVin5fTzyZMI4PbLQTBN4Ho7i { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#OePm2wBGVin5fTzyZMI4PbLQTBN4Ho7i > .row .container { background-color: transparent; background-image: none; }#OePm2wBGVin5fTzyZMI4PbLQTBN4Ho7i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OePm2wBGVin5fTzyZMI4PbLQTBN4Ho7i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OePm2wBGVin5fTzyZMI4PbLQTBN4Ho7i > .row .container > .video-iframe-container { display: none; }#OePm2wBGVin5fTzyZMI4PbLQTBN4Ho7i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OePm2wBGVin5fTzyZMI4PbLQTBN4Ho7i > .row > .video-iframe-container { display: none; }#OePm2wBGVin5fTzyZMI4PbLQTBN4Ho7i > .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); }#OePm2wBGVin5fTzyZMI4PbLQTBN4Ho7i > .row .container { border-width: 0; border-radius: 0; }#OePm2wBGVin5fTzyZMI4PbLQTBN4Ho7i > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OePm2wBGVin5fTzyZMI4PbLQTBN4Ho7i > .row .container { font-size:0.875rem;font-family:arial;height:37.6875rem;width:75rem;position:relative;display:block; }#xtg2C7Gnaf2IHDtftKp1IKfA1SWVbb8q { box-sizing:content-box;height:29.125rem;width:40.875rem;position:absolute;display:block;z-index:14999;background-color:rgba(125,148,162,0.08);background-image:none;top:3.5rem;left:3.5625rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#GiJqSiE7Veuu0Nf6DS57gR100w5R9ntA { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:23.5625rem;width:30.25rem;top:6.3125rem;left:41.1875rem;overflow:hidden;display:block; }
#T6nUyVi0XePAJsQC1ZZgW0vVKyhQ6cEl { color:#121212;display:block;width:30.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;top:5.6875rem;left:6.8125rem;height:4.8125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VDR5zRg5FeqSWDE7QeT31BgoIlJNgIdm { color:#121212;display:block;width:34.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:12.125rem;left:6.875rem;height:14.29786875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#w1dVk96J1wP9JPLt7RdwF1guelOcF9vn { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.5rem;height:3rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:27.875rem;left:6.75rem;display:block; }
#AvTV6gievVU5g7cN2ZGX0dKm58BTQ4QS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UotFlum2evrWpi9r7Bp8TXUOiptuOvC8 { color:rgba(var(--color-secondary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:34.4375rem;left:0rem;height:1.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hg2zhCatDZaADx68mkKVrovhVuKe210a { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.5rem;height:3rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:27.875rem;left:22.375rem;display:block; }
#dtqu8LLRz7N9TUJ24chrzuDgqmFSX1PD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#h5u0HM4Q02UfRV95rhdpMLmGKd6L9MwT { background-color:rgba(var(--color-secondary-2),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#h5u0HM4Q02UfRV95rhdpMLmGKd6L9MwT > .row .container { background-color: transparent; background-image: none; }#h5u0HM4Q02UfRV95rhdpMLmGKd6L9MwT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h5u0HM4Q02UfRV95rhdpMLmGKd6L9MwT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h5u0HM4Q02UfRV95rhdpMLmGKd6L9MwT > .row .container > .video-iframe-container { display: none; }#h5u0HM4Q02UfRV95rhdpMLmGKd6L9MwT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h5u0HM4Q02UfRV95rhdpMLmGKd6L9MwT > .row > .video-iframe-container { display: none; }#h5u0HM4Q02UfRV95rhdpMLmGKd6L9MwT > .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); }#h5u0HM4Q02UfRV95rhdpMLmGKd6L9MwT > .row .container { border-width: 0; border-radius: 0; }#h5u0HM4Q02UfRV95rhdpMLmGKd6L9MwT > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#h5u0HM4Q02UfRV95rhdpMLmGKd6L9MwT > .row .container { font-size:0.875rem;font-family:arial;height:7.6875rem;width:75rem;overflow:visible;position:relative;display:block; }#dbb3b079b0adad9e308503934f129b55 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:11.1875rem;top:1.5936279296875rem;left:32.593383789062rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #FhrkdIFwXzDWsMylRDDXHkSH7DDA4ld7 { display:block; }#FhrkdIFwXzDWsMylRDDXHkSH7DDA4ld7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m8Z1gbokNcagUqhfs5RbhzcaAtRsZNP0 { top:0.5625rem;left:0rem;width:11.25rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVTPt7HmaaOCzSlMcXZ5P1OG9zwmQBF9 { width:14.5rem;height:3rem;top:1.3125rem;left:33.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsW2fP0BH3M8XQeo2QL8OfGIqxX87aCu { display:block; }
 }@media only screen and (max-width: 763px) { #k73ziySinKWcoXClR7rtJxvra2QMNN37 { display:block; }#k73ziySinKWcoXClR7rtJxvra2QMNN37 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KNSJZ0tyFihc5EBbUfHWpLQaI5WDFy8s { top:7.75rem;left:2.9375rem;width:44.8125rem;height:8.625rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DAOHVcGAuuukPv35H4PxGBl6qW90Fqpb { top:1.875rem;left:14.9375rem;width:28.125rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbEtx4i9frWTi4991b9T3GiQfMrqfwHx { top:19.25rem;left:21.34375rem;width:15.3125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6ZD4o3vZiJ8G1kTnFakNFKEBuI0VTk3 { top:2.5625rem;left:15.6875rem;width:26.5625rem;height:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v51lK0WDA74BSpSkZZsrC3rBLqTuexDH { top:3.75rem;left:0rem;width:18.5625rem;height:;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ErDKzy1ViUBe2S9ChI4dms1O0pVKxLaS { top:22.5rem;left:0rem;width:47.75rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdM1NTKGwbt1rsTrpJCyEW4y3IZ2Ni8A { width:47.75rem;height:2.6875rem;top:23.625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1OLPHebKIyWTM5mArVIgyrqDxfCyMpA { width:15.625rem;height:3.125rem;top:27.5625rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHFbxdPG6hV2v0F8kTyTPRnUJKsIH6LK { display:block; }
 }@media only screen and (max-width: 763px) { #gPrShEJZbsHVfCmh3wNfBGOLdL2rtyRv { width:15.625rem;height:3.125rem;top:27.5625rem;left:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgaAFxOR6fgoqNGPVXuPCvmdabFQHd5d { display:block; }
 }@media only screen and (max-width: 763px) { #u6RAlB3g1IG11mUWAnekuQAsUIR3ehuO { width:15.625rem;height:3.125rem;top:27.5625rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2QNALxhsK76lby0J8bJewypvgpbc6Qk { display:block; }
 }@media only screen and (max-width: 763px) { #pilS1OP6S9EDJ66DyVTyeBGU7IbM487f { display:block; }#pilS1OP6S9EDJ66DyVTyeBGU7IbM487f > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AXIqyKQ9b8Tp8kcy8WV9kJ7HooC8HyxJ { width:47.75rem;height:;top:1.5625rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4tLkHGT4mHQtLntTaicCbop6tdtSibf { display:block; }#T4tLkHGT4mHQtLntTaicCbop6tdtSibf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nsnoUloqiqqySSErT1ysaSnMqvsFZAiV { top:1.375rem;left:0rem;width:14.375rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #erODFSdvkZxNpXiGQykvtJuO2VFBkDNU { top:16.6875rem;left:0rem;width:14.375rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2C4AiTTAdxB9e8OkSEOOviEeTm8DwbP { top:19.9375rem;left:0rem;width:13.8125rem;height:;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vP6Tm48IlMb18cDOeTHAZVCb8EcIw36N { top:19.9375rem;left:9.9375rem;width:13.9375rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #snT1xbxupXTomNC3NNVtnZQPWZC0Gox5 { top:16.6875rem;left:9.5rem;width:14.375rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EymrLATOEUTaEUsREDFuB04WcLiQKmsD { top:16.75rem;left:21.4375rem;width:14.375rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMnEhow0vXb1NnJXCuExJ5VZNvTwS4oD { top:19.9375rem;left:21.875rem;width:13.9375rem;height:;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C22pOK9rOLvRK03AuMENXIoG7Zw0RE4I { top:16.6875rem;left:33.375rem;width:14.375rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #etLIi0hilk5WL6xrqcl7ni2p3bOP0pWL { top:19.9375rem;left:33.6875rem;width:14.0625rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CE1fZL9qzNiamAcoJE1zw8oW77HRArAm { top:1.375rem;left:9.5rem;width:14.375rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9I7GXtgmzkdZ96hGCO5zhqQAWh8mx89 { top:1.375rem;left:33.375rem;width:14.375rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5Gwn9hUeHuaQAc1p0CLgZqledyELpko { top:23.5rem;left:0rem;width:14.375rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxzTewyqrVT91NXwNXm3yEJiD1uAynh5 { top:38.8125rem;left:0rem;width:14.375rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Te8l19cLq0WWKLhQGCii64P11waJFyGn { top:42.0625rem;left:0rem;width:13.875rem;height:;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZlBkexd243S4RvLZNQDCbVNeLTgu8mO { top:42.0625rem;left:10.1875rem;width:13.6875rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPA2Ol29L7QylBwLT06AsuQmTH5W1wwP { top:38.8125rem;left:9.5rem;width:14.375rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGpFe170dfPx7ldTr8hv91ZcoDaR1Ph6 { top:23.5rem;left:9.5rem;width:14.375rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnxR8iMaagqbqXbPJOr9sDWPhd3Cca3X { top:38.8125rem;left:21.4375rem;width:14.375rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlNLhn8vXTxr08Qh0FngbewEuJ0Plu5E { top:42.0625rem;left:21.75rem;width:14.0625rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvsNIOlAOIaPfSFIptpc6pph55z1S5KU { top:23.5rem;left:21.4375rem;width:14.375rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IULUK1VthwpMhvdqNNcUcBrpL4hBINw5 { top:1.375rem;left:21.4375rem;width:14.375rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8tbHqK03rkyl0zzWD9JMyzfob9t9X5S { top:23.5rem;left:33.375rem;width:14.375rem;height:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fuTZBcUqI37D1wiaVFqzEKP2GZgw1wfg { width:11.75rem;height:;top:25.9375rem;left:35.873657226562rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWCpZPG7XsWzDnQUb1akngTMHkiJFC68 { width:11.3125rem;height:3rem;top:39.8125rem;left:36.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwNil3PTWZSeD2HsSIvwwTn6k4XrJsUA { display:block; }
 }@media only screen and (max-width: 763px) { #JFCxTz4uslXRBUI9NSpQIqSlRQCvSooZ { top:34.5625rem;left:33.5625rem;width:14.1875rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRwAg7h31hPyemHGRe1WgivanTfrqPkt { display:block; }#ZRwAg7h31hPyemHGRe1WgivanTfrqPkt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oPpZkRHUSvdNMVbD5gimNFlPqizJWCHn { width:15.625rem;height:3.125rem;top:11.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIPmoXXnwuiMqSdGB6ivuVnLW4tPUhPL { display:block; }
 }@media only screen and (max-width: 763px) { #vXMTBFrhd7JVE11o8DWuRI8xdlcRslqQ { width:15.625rem;height:3.125rem;top:11.25rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #evMQk3bLnpUGJ7n27TMeAA3QVNKC8uLp { display:block; }
 }@media only screen and (max-width: 763px) { #Vuw1TdHCfxI5MQ7O2N0TtDUyu8eW7h1L { width:15.625rem;height:3.125rem;top:11.25rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkTyh3T3xmSeiB1eH8HDKDTR4rPHWEyi { display:block; }
 }@media only screen and (max-width: 763px) { #AuawiPHtWG6LrXlWVDlACHznIMkzreaF { width:47.75rem;height:3.375rem;top:6.4375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #phTIfeDfkdgSwqZCXROEVfAJbb8KMt7E { top:3.75rem;left:0rem;width:47.75rem;height:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bikWkV5vOxSFTABFfLK1XJkACt3Os20q { display:block; }#bikWkV5vOxSFTABFfLK1XJkACt3Os20q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ET0KMhNOdAWDOSUzplqNIZqggNcmWiCR { width:47.75rem;height:;top:2rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tic5xFDUNCfVbk6ZTaLlVCToZCcWKpSP { display:block; }#tic5xFDUNCfVbk6ZTaLlVCToZCcWKpSP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vSbnc2l6osta1SbVGKdV4SOfihpABl59 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqpBKEQcZkEXfG2NGuT7xqEFIXAHuKzT { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkIgzJlTS5RbOdqRWRapP6QgHofAdD6S { top:3.875rem;left:5.5625rem;width:16.9375rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcXmy2Kkb0eUPGhhHfdZuzDrwZX8VLcF { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZ2wRaowrFukqcCNSWTvnWiQ1yWfCpbU { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrNXRz3iycaOrT2cvazgin3QbJ32JJCA { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShuAhfICdEu2cZcyfKXKkQWL4gsdUkGL { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDMgJ2FigpgtNxOdL7RGFZhdzKmUHEhQ { width:11.25rem;height:2.9375rem;top:28.375rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5m4gb0hrVgFSNtwdqyZ10mVu7qhSqxs { display:block; }
 }@media only screen and (max-width: 763px) { #T260QOJ8yRDKq3g43wrbg8NKQC8u4qQ1 { width:11.25rem;height:2.9375rem;top:28.375rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCMOSoE7CZFCEp72TUROfEpJGwNhFD1J { display:block; }
 }@media only screen and (max-width: 763px) { #Dl1WIpnpv1rDnltcuwssgLbQlPUtI0Cx { width:11.25rem;height:2.9375rem;top:28.375rem;left:36.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIFtSH14HsgCPE9qovocsOne10zcvtvw { display:block; }
 }@media only screen and (max-width: 763px) { #eV1y1RH6GJ2eTKrfSCrRxMwDzzh5XMIU { top:3.6875rem;left:29.9375rem;width:17.4375rem;height:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #efqMF9R0Vd3KIleScgb7scbXCpwOm7gn { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFqtT8JHkTppNVLwf5pMBtNzqmZXcIr0 { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvsFWA10e6eSvTbt1auUVC0AfWLw8VJu { top:3.75rem;left:0rem;width:17.0625rem;height:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hf4XewoLUsPuB8WzBOoWq21H9ogwoRpt { width:11.25rem;height:2.9375rem;top:28.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMUyJkyPlmxuP8GTykb54NBOJAQH5UVT { display:block; }
 }@media only screen and (max-width: 763px) { #yg65RaZBABwxMObDlTnHwLvoxyLgo7l8 { top:3.75rem;left:24.5rem;width:17rem;height:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDnWl6WrgzZC6GurSIsa8a3cczvL5NAI { display:block; }#sDnWl6WrgzZC6GurSIsa8a3cczvL5NAI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pQrIJVQBR77GV5Iq4uIIZLwmPylD3uC7 { top:7rem;left:0rem;width:21.1875rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I374EM09BbpBpgMQRpEP1axdTRWgTmT6 { top:3.625rem;left:0rem;width:47.75rem;height:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdIzEUcEBzOH6VlDEQGLJdOFv2N36cbw { width:19.1875rem;height:6.75rem;top:9.125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOyfO6Z1mWLCHQf21eInkGZSfhRd86yv { width:46.8125rem;height:9rem;top:4.9375rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pxy4GrAhBOX1H949EJHsOUeJqHQETxXn { width:12.625rem;height:3rem;top:16.3125rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3PLJNHDszHsU462A6Q3Tzbq0GoaNXsG { display:block; }
 }@media only screen and (max-width: 763px) { #OePm2wBGVin5fTzyZMI4PbLQTBN4Ho7i { display:block; }#OePm2wBGVin5fTzyZMI4PbLQTBN4Ho7i > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xtg2C7Gnaf2IHDtftKp1IKfA1SWVbb8q { top:3.5rem;left:0rem;width:40.875rem;height:29.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GiJqSiE7Veuu0Nf6DS57gR100w5R9ntA { top:6.3125rem;left:17.5rem;width:30.25rem;height:23.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6nUyVi0XePAJsQC1ZZgW0vVKyhQ6cEl { width:30.0625rem;height:4.8125rem;top:5.6875rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDR5zRg5FeqSWDE7QeT31BgoIlJNgIdm { width:34.3125rem;height:12.9375rem;top:12.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1dVk96J1wP9JPLt7RdwF1guelOcF9vn { width:14.4375rem;height:2.9375rem;top:27.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvTV6gievVU5g7cN2ZGX0dKm58BTQ4QS { display:block; }
 }@media only screen and (max-width: 763px) { #UotFlum2evrWpi9r7Bp8TXUOiptuOvC8 { width:47.75rem;height:1rem;top:34.4375rem;left:0rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hg2zhCatDZaADx68mkKVrovhVuKe210a { width:14.4375rem;height:2.9375rem;top:27.875rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtqu8LLRz7N9TUJ24chrzuDgqmFSX1PD { display:block; }
 }@media only screen and (max-width: 763px) { #h5u0HM4Q02UfRV95rhdpMLmGKd6L9MwT { display:block; }#h5u0HM4Q02UfRV95rhdpMLmGKd6L9MwT > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dbb3b079b0adad9e308503934f129b55 { top:1.5625rem;left:18.968383789062rem;width:11.1875rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-image:none;display:block; }
#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy > .row > .video-iframe-container { display: none; }#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy > .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); } }@media only screen and (max-width: 763px) { #FhrkdIFwXzDWsMylRDDXHkSH7DDA4ld7 { display:block; }#FhrkdIFwXzDWsMylRDDXHkSH7DDA4ld7 > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m8Z1gbokNcagUqhfs5RbhzcaAtRsZNP0 { width:11.875rem;height:4.75rem;top:0rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVTPt7HmaaOCzSlMcXZ5P1OG9zwmQBF9 { width:14.25rem;height:2.4375rem;top:4.75rem;left:2.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsW2fP0BH3M8XQeo2QL8OfGIqxX87aCu { display:block; }
 }@media only screen and (max-width: 763px) { #k73ziySinKWcoXClR7rtJxvra2QMNN37 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3c250a6e-32e8-4235-926e-f2c2d10f6f46/hf_20260429_211756_5f50dcfeffbf460aa36655582d9ae874.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#k73ziySinKWcoXClR7rtJxvra2QMNN37.adaptive-delivery-prevent-bg, #k73ziySinKWcoXClR7rtJxvra2QMNN37.lazyload, #k73ziySinKWcoXClR7rtJxvra2QMNN37.lazyloading { background-image: none; }#k73ziySinKWcoXClR7rtJxvra2QMNN37 > .row .container { background-color: transparent; background-image: none; }#k73ziySinKWcoXClR7rtJxvra2QMNN37::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.31); }#k73ziySinKWcoXClR7rtJxvra2QMNN37 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k73ziySinKWcoXClR7rtJxvra2QMNN37 > .row .container > .video-iframe-container { display: none; }#k73ziySinKWcoXClR7rtJxvra2QMNN37 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.31); }#k73ziySinKWcoXClR7rtJxvra2QMNN37 > .row > .video-iframe-container { display: none; }#k73ziySinKWcoXClR7rtJxvra2QMNN37 > .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); }#k73ziySinKWcoXClR7rtJxvra2QMNN37 > .row .container { border-width: 0; border-radius: 0; }#k73ziySinKWcoXClR7rtJxvra2QMNN37::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k73ziySinKWcoXClR7rtJxvra2QMNN37 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k73ziySinKWcoXClR7rtJxvra2QMNN37 > .row .container { width:20rem;height:37.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KNSJZ0tyFihc5EBbUfHWpLQaI5WDFy8s { width:20rem;height:3.875rem;top:4.9375rem;left:0rem;font-size:1.9375rem;line-height:1;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #DAOHVcGAuuukPv35H4PxGBl6qW90Fqpb { width:19.3125rem;height:2.625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbEtx4i9frWTi4991b9T3GiQfMrqfwHx { width:13.312rem;height:0.124511875rem;top:10rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6ZD4o3vZiJ8G1kTnFakNFKEBuI0VTk3 { width:18.875rem;height:1.5rem;top:1.875rem;left:0.5625rem;font-size:1rem;text-align:left;text-align-last:left;color:rgba(var(--color-secondary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #v51lK0WDA74BSpSkZZsrC3rBLqTuexDH { width:18.6245rem;height:1.78125rem;top:11.375rem;left:0rem;font-size:1.1875rem;text-align:left;text-align-last:left;color:#ffffff;z-index:15002;font-family:"white angelica";font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ErDKzy1ViUBe2S9ChI4dms1O0pVKxLaS { width:20rem;height:18.6875rem;top:17.5rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #pdM1NTKGwbt1rsTrpJCyEW4y3IZ2Ni8A { width:17.4375rem;height:3.75rem;top:18.875rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:1.5625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #H1OLPHebKIyWTM5mArVIgyrqDxfCyMpA { width:15.625rem;height:3.125rem;top:23.875rem;left:2.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHFbxdPG6hV2v0F8kTyTPRnUJKsIH6LK { display:block; }
 }@media only screen and (max-width: 763px) { #gPrShEJZbsHVfCmh3wNfBGOLdL2rtyRv { width:15.625rem;height:3.125rem;top:31.5rem;left:2.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgaAFxOR6fgoqNGPVXuPCvmdabFQHd5d { display:block; }
 }@media only screen and (max-width: 763px) { #u6RAlB3g1IG11mUWAnekuQAsUIR3ehuO { width:15.625rem;height:3.125rem;top:27.6875rem;left:2.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2QNALxhsK76lby0J8bJewypvgpbc6Qk { display:block; }
 }@media only screen and (max-width: 763px) { #pilS1OP6S9EDJ66DyVTyeBGU7IbM487f { display:block; }#pilS1OP6S9EDJ66DyVTyeBGU7IbM487f > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AXIqyKQ9b8Tp8kcy8WV9kJ7HooC8HyxJ { width:20rem;height:4.04980625rem;top:0.665283203125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #T4tLkHGT4mHQtLntTaicCbop6tdtSibf { display:block; }#T4tLkHGT4mHQtLntTaicCbop6tdtSibf > .row .container { width:20rem;height:175.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nsnoUloqiqqySSErT1ysaSnMqvsFZAiV { width:14.375rem;height:18.125rem;top:1.25rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #erODFSdvkZxNpXiGQykvtJuO2VFBkDNU { width:14.375rem;height:2.5625rem;top:19.375rem;left:2.8125rem;background-color:rgba(var(--color-primary-2),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #M2C4AiTTAdxB9e8OkSEOOviEeTm8DwbP { width:12.8125rem;height:1.4624rem;top:19.9375rem;left:3.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vP6Tm48IlMb18cDOeTHAZVCb8EcIw36N { width:14.4375rem;height:1.4624rem;top:63.4375rem;left:2.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #snT1xbxupXTomNC3NNVtnZQPWZC0Gox5 { width:14.375rem;height:2.625rem;top:62.8125rem;left:2.8125rem;background-color:rgba(var(--color-primary-2),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #EymrLATOEUTaEUsREDFuB04WcLiQKmsD { width:14.375rem;height:2.625rem;top:106.1875rem;left:2.8125rem;background-color:rgba(var(--color-primary-2),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #eMnEhow0vXb1NnJXCuExJ5VZNvTwS4oD { width:14.125rem;height:1.4624rem;top:106.8125rem;left:2.9375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C22pOK9rOLvRK03AuMENXIoG7Zw0RE4I { width:14.375rem;height:2.625rem;top:149.75rem;left:2.8125rem;background-color:rgba(var(--color-primary-2),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #etLIi0hilk5WL6xrqcl7ni2p3bOP0pWL { width:13.9375rem;height:1.4624rem;top:150.375rem;left:3.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CE1fZL9qzNiamAcoJE1zw8oW77HRArAm { width:14.375rem;height:18.125rem;top:44.6875rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9I7GXtgmzkdZ96hGCO5zhqQAWh8mx89 { width:14.375rem;height:18.125rem;top:131.625rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5Gwn9hUeHuaQAc1p0CLgZqledyELpko { width:14.375rem;height:18.125rem;top:23rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxzTewyqrVT91NXwNXm3yEJiD1uAynh5 { width:14.375rem;height:2.5625rem;top:41.125rem;left:2.8125rem;background-color:rgba(var(--color-primary-2),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Te8l19cLq0WWKLhQGCii64P11waJFyGn { width:13.75rem;height:1.4624rem;top:41.6875rem;left:3.125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oZlBkexd243S4RvLZNQDCbVNeLTgu8mO { width:13.125rem;height:1.4624rem;top:85.125rem;left:3.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPA2Ol29L7QylBwLT06AsuQmTH5W1wwP { width:14.375rem;height:2.625rem;top:84.5rem;left:2.8125rem;background-color:rgba(var(--color-primary-2),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #yGpFe170dfPx7ldTr8hv91ZcoDaR1Ph6 { width:14.375rem;height:18.125rem;top:66.375rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnxR8iMaagqbqXbPJOr9sDWPhd3Cca3X { width:14.375rem;height:2.625rem;top:128rem;left:2.8125rem;background-color:rgba(var(--color-primary-2),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #zlNLhn8vXTxr08Qh0FngbewEuJ0Plu5E { width:13.75rem;height:1.4624rem;top:128.625rem;left:3.125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TvsNIOlAOIaPfSFIptpc6pph55z1S5KU { width:14.375rem;height:18.125rem;top:109.875rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IULUK1VthwpMhvdqNNcUcBrpL4hBINw5 { width:14.375rem;height:18.125rem;top:88.125rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8tbHqK03rkyl0zzWD9JMyzfob9t9X5S { width:14.375rem;height:20.75rem;top:153.375rem;left:2.8125rem;background-color:rgba(var(--color-primary-2),0.67);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #fuTZBcUqI37D1wiaVFqzEKP2GZgw1wfg { width:11.8125rem;height:7.1996875rem;top:155.25rem;left:4.09375rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #qWCpZPG7XsWzDnQUb1akngTMHkiJFC68 { width:11.3125rem;height:3rem;top:169.1484375rem;left:4.34375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwNil3PTWZSeD2HsSIvwwTn6k4XrJsUA { display:block; }
 }@media only screen and (max-width: 763px) { #JFCxTz4uslXRBUI9NSpQIqSlRQCvSooZ { width:14.25rem;height:4.142575rem;top:164.19921875rem;left:2.875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZRwAg7h31hPyemHGRe1WgivanTfrqPkt { display:block; }#ZRwAg7h31hPyemHGRe1WgivanTfrqPkt > .row .container { width:20rem;height:26.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oPpZkRHUSvdNMVbD5gimNFlPqizJWCHn { width:15.625rem;height:3.125rem;top:11.4375rem;left:2.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIPmoXXnwuiMqSdGB6ivuVnLW4tPUhPL { display:block; }
 }@media only screen and (max-width: 763px) { #vXMTBFrhd7JVE11o8DWuRI8xdlcRslqQ { width:15.625rem;height:3.125rem;top:15.1875rem;left:2.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #evMQk3bLnpUGJ7n27TMeAA3QVNKC8uLp { display:block; }
 }@media only screen and (max-width: 763px) { #Vuw1TdHCfxI5MQ7O2N0TtDUyu8eW7h1L { width:15.625rem;height:3.125rem;top:18.9375rem;left:2.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkTyh3T3xmSeiB1eH8HDKDTR4rPHWEyi { display:block; }
 }@media only screen and (max-width: 763px) { #AuawiPHtWG6LrXlWVDlACHznIMkzreaF { width:15.875rem;height:5.39978125rem;top:4.5rem;left:2.0625rem;text-align:center;text-align-last:center;font-size:1.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #phTIfeDfkdgSwqZCXROEVfAJbb8KMt7E { width:18.6875rem;height:22.3125rem;top:2.3748779296875rem;left:0.687255859375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #bikWkV5vOxSFTABFfLK1XJkACt3Os20q { display:block; }#bikWkV5vOxSFTABFfLK1XJkACt3Os20q > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ET0KMhNOdAWDOSUzplqNIZqggNcmWiCR { width:17.5625rem;height:4.5rem;top:1.375rem;left:1.21875rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #tic5xFDUNCfVbk6ZTaLlVCToZCcWKpSP { display:block; }#tic5xFDUNCfVbk6ZTaLlVCToZCcWKpSP > .row .container { width:20rem;height:108.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vSbnc2l6osta1SbVGKdV4SOfihpABl59 { width:20rem;height:2.55005rem;top:0.625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eqpBKEQcZkEXfG2NGuT7xqEFIXAHuKzT { width:20rem;height:5.94970625rem;top:16.875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hkIgzJlTS5RbOdqRWRapP6QgHofAdD6S { width:19.75rem;height:13.125rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcXmy2Kkb0eUPGhhHfdZuzDrwZX8VLcF { width:20rem;height:2.55005rem;top:27.6875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PZ2wRaowrFukqcCNSWTvnWiQ1yWfCpbU { width:20rem;height:5.94970625rem;top:43.999633789062rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TrNXRz3iycaOrT2cvazgin3QbJ32JJCA { width:20rem;height:2.55005rem;top:54.875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ShuAhfICdEu2cZcyfKXKkQWL4gsdUkGL { width:20rem;height:5.94970625rem;top:71.125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tDMgJ2FigpgtNxOdL7RGFZhdzKmUHEhQ { width:13.75rem;height:2.8125rem;top:23.522338867188rem;left:3.125rem;color:#ffffff;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5m4gb0hrVgFSNtwdqyZ10mVu7qhSqxs { display:block; }
 }@media only screen and (max-width: 763px) { #T260QOJ8yRDKq3g43wrbg8NKQC8u4qQ1 { width:13.75rem;height:2.8125rem;top:50.8125rem;left:3.125rem;color:#ffffff;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCMOSoE7CZFCEp72TUROfEpJGwNhFD1J { display:block; }
 }@media only screen and (max-width: 763px) { #Dl1WIpnpv1rDnltcuwssgLbQlPUtI0Cx { width:13.75rem;height:2.8125rem;top:77.625rem;left:3.125rem;color:#ffffff;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIFtSH14HsgCPE9qovocsOne10zcvtvw { display:block; }
 }@media only screen and (max-width: 763px) { #eV1y1RH6GJ2eTKrfSCrRxMwDzzh5XMIU { width:19.5625rem;height:13rem;top:57.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #efqMF9R0Vd3KIleScgb7scbXCpwOm7gn { width:20rem;height:2.55005rem;top:81.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yFqtT8JHkTppNVLwf5pMBtNzqmZXcIr0 { width:17.1875rem;height:5.94970625rem;top:97.625rem;left:1.4375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OvsFWA10e6eSvTbt1auUVC0AfWLw8VJu { width:19.75rem;height:13.125rem;top:83.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hf4XewoLUsPuB8WzBOoWq21H9ogwoRpt { width:13.75rem;height:2.8125rem;top:104.1875rem;left:3.125rem;color:#ffffff;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMUyJkyPlmxuP8GTykb54NBOJAQH5UVT { display:block; }
 }@media only screen and (max-width: 763px) { #yg65RaZBABwxMObDlTnHwLvoxyLgo7l8 { width:19.9375rem;height:13.25rem;top:30.187377929688rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDnWl6WrgzZC6GurSIsa8a3cczvL5NAI { display:block; }#sDnWl6WrgzZC6GurSIsa8a3cczvL5NAI > .row .container { width:20rem;height:34.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pQrIJVQBR77GV5Iq4uIIZLwmPylD3uC7 { width:17.6875rem;height:9.1875rem;top:1.1875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I374EM09BbpBpgMQRpEP1axdTRWgTmT6 { width:20rem;height:25.5rem;top:8.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdIzEUcEBzOH6VlDEQGLJdOFv2N36cbw { width:16.875rem;height:5.39978125rem;top:4rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #mOyfO6Z1mWLCHQf21eInkGZSfhRd86yv { width:16.625rem;height:15.75rem;top:11.75rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pxy4GrAhBOX1H949EJHsOUeJqHQETxXn { width:12.1875rem;height:3rem;top:29.0625rem;left:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3PLJNHDszHsU462A6Q3Tzbq0GoaNXsG { display:block; }
 }@media only screen and (max-width: 763px) { #OePm2wBGVin5fTzyZMI4PbLQTBN4Ho7i { display:block; }#OePm2wBGVin5fTzyZMI4PbLQTBN4Ho7i > .row .container { width:20rem;height:45.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xtg2C7Gnaf2IHDtftKp1IKfA1SWVbb8q { width:20rem;height:28.75rem;top:15.999755859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GiJqSiE7Veuu0Nf6DS57gR100w5R9ntA { width:20rem;height:15.5625rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6nUyVi0XePAJsQC1ZZgW0vVKyhQ6cEl { width:20rem;height:4.04980625rem;top:18.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #VDR5zRg5FeqSWDE7QeT31BgoIlJNgIdm { width:16.8125rem;height:14.78368125rem;top:22.9248046875rem;left:1.59375rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #w1dVk96J1wP9JPLt7RdwF1guelOcF9vn { width:9.0625rem;height:2.8125rem;top:39.0625rem;left:10.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvTV6gievVU5g7cN2ZGX0dKm58BTQ4QS { display:block; }
 }@media only screen and (max-width: 763px) { #UotFlum2evrWpi9r7Bp8TXUOiptuOvC8 { width:20rem;height:0.75rem;top:42.93701171875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hg2zhCatDZaADx68mkKVrovhVuKe210a { width:9.0625rem;height:2.8125rem;top:39.0625rem;left:0.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtqu8LLRz7N9TUJ24chrzuDgqmFSX1PD { display:block; }
 }@media only screen and (max-width: 763px) { #h5u0HM4Q02UfRV95rhdpMLmGKd6L9MwT { display:block; }#h5u0HM4Q02UfRV95rhdpMLmGKd6L9MwT > .row .container { width:20rem;height:5.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dbb3b079b0adad9e308503934f129b55 { width:9.249875rem;height:3.624875rem;top:0.9375rem;left:5.374755859375rem;display:block; }
 }