.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:221,221,221;--color-primary-1:143,143,143;--color-primary-2:30,30,30;--color-primary-3:15,15,15;--color-primary-4:5,5,5;--color-secondary-0:230,233,230;--color-secondary-1:171,180,173;--color-secondary-2:87,105,91;--color-secondary-3:44,53,46;--color-secondary-4:13,16,14;--color-tertiary-0:255,255,255;--color-tertiary-1:236,246,238;--color-tertiary-2:192,226,198;--color-tertiary-3:96,113,99;--color-tertiary-4:19,23,20;--headlines-font-family:"Montserrat";--paragraphs-font-family:"Montserrat"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#e8e7e3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:199999;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:fixed;top:0rem;left:0rem;right:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:6.75rem;width:75rem;overflow:visible;position:relative;display:block; }#BHUweRTMt2CwgLkRhSXaZLowRcPfKO3x { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:14.0625rem;top:1.75rem;left:0rem;overflow:hidden;display:block; }
#g5EF38ixa3zpoXNZ90MT5a3TbQDJTtyy { color:rgba(var(--color-tertiary-4),1);display:block;width:31.5625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:4.3125rem;left:43.4375rem;height:1.4624rem;text-align:right;text-align-last:right;display:block; }
#X2neT2olTgllvfwO0hbMOXHEeIA4XPTn { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.125rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:0.9521484375rem;left:60rem;display:block; }
#Ew9CN5k3iPBeBFqDcRtZJlOOa7eGg4JS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZO7hu2KfETOfzhmaZIsHsTRkwOcrNZQV { 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; }#ZO7hu2KfETOfzhmaZIsHsTRkwOcrNZQV > .row .container { background-color: transparent; background-image: none; }#ZO7hu2KfETOfzhmaZIsHsTRkwOcrNZQV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZO7hu2KfETOfzhmaZIsHsTRkwOcrNZQV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZO7hu2KfETOfzhmaZIsHsTRkwOcrNZQV > .row .container > .video-iframe-container { display: none; }#ZO7hu2KfETOfzhmaZIsHsTRkwOcrNZQV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZO7hu2KfETOfzhmaZIsHsTRkwOcrNZQV > .row > .video-iframe-container { display: none; }#ZO7hu2KfETOfzhmaZIsHsTRkwOcrNZQV > .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); }#ZO7hu2KfETOfzhmaZIsHsTRkwOcrNZQV > .row .container { border-width: 0; border-radius: 0; }#ZO7hu2KfETOfzhmaZIsHsTRkwOcrNZQV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZO7hu2KfETOfzhmaZIsHsTRkwOcrNZQV > .row .container { font-size:0.875rem;font-family:arial;height:6.75rem;width:75rem;position:relative;display:block; }#lRT63TMG5Mm0NmGuNTIqVVzTeMVhxP25 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b438ecd0-8f5e-4745-be9d-7e5fd5c620be/WomenOver40_Desktop1.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lRT63TMG5Mm0NmGuNTIqVVzTeMVhxP25.adaptive-delivery-prevent-bg, #lRT63TMG5Mm0NmGuNTIqVVzTeMVhxP25.lazyload, #lRT63TMG5Mm0NmGuNTIqVVzTeMVhxP25.lazyloading { background-image: none; }#lRT63TMG5Mm0NmGuNTIqVVzTeMVhxP25 > .row .container { background-color: transparent; background-image: none; }#lRT63TMG5Mm0NmGuNTIqVVzTeMVhxP25::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lRT63TMG5Mm0NmGuNTIqVVzTeMVhxP25 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lRT63TMG5Mm0NmGuNTIqVVzTeMVhxP25 > .row .container > .video-iframe-container { display: none; }#lRT63TMG5Mm0NmGuNTIqVVzTeMVhxP25 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lRT63TMG5Mm0NmGuNTIqVVzTeMVhxP25 > .row > .video-iframe-container { display: none; }#lRT63TMG5Mm0NmGuNTIqVVzTeMVhxP25 > .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); }#lRT63TMG5Mm0NmGuNTIqVVzTeMVhxP25 > .row .container { border-width: 0; border-radius: 0; }#lRT63TMG5Mm0NmGuNTIqVVzTeMVhxP25::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; }#lRT63TMG5Mm0NmGuNTIqVVzTeMVhxP25 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lRT63TMG5Mm0NmGuNTIqVVzTeMVhxP25 > .row .container { font-size:0.875rem;font-family:arial;height:43.75rem;width:75rem;position:relative;display:block; }#muc6fPTpy4lPGH0JkofUg0CwzHgCy5D6 { color:#1e1e1e;display:block;width:26.998875rem;position:absolute;font-family:"playfair display";font-size:3.4375rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:12.4375rem;left:23.9375rem;height:8.2495rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KZddFfgXZ5cO0Np3xxmqUTnV1VBzk6ui { color:#1e1e1e;display:block;width:34.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:22.5rem;left:20.25rem;height:3.2495125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BciZMQ7Jwe2cngIrv7Nxvywtc2ypzJCL { background-color:#1e1e1e;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#e8e7e3;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:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.5625rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:27.875rem;left:20.25rem;display:block; }
#VR6gnowbbeQCFBTC3Ab1gUXTaZZxRX3v { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#q65sTmJtzvziNMgZEGTbO6lOCyiuBdDy { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #1e1e1e;border-left:0.125rem solid #1e1e1e;border-right:0.125rem solid #1e1e1e;border-bottom:0.125rem solid #1e1e1e;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#1e1e1e;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:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.53125rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:27.875rem;left:38.1875rem;display:block; }
#yQLDW8qhrUEx10SnuZgWKzGTEyGb08Ba { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VdW4VSmAAFgpfQfhRLBUX3VMkqdVOtT8 { position:relative;display:none; }#VdW4VSmAAFgpfQfhRLBUX3VMkqdVOtT8 { border-width: 0; border-radius: 0; }#VdW4VSmAAFgpfQfhRLBUX3VMkqdVOtT8 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#VdW4VSmAAFgpfQfhRLBUX3VMkqdVOtT8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#uxT1O2HNOlrN751zVMJwrPMXt0LEVHiV { position:relative;display:none; }#uxT1O2HNOlrN751zVMJwrPMXt0LEVHiV { border-width: 0; border-radius: 0; }#uxT1O2HNOlrN751zVMJwrPMXt0LEVHiV > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#uxT1O2HNOlrN751zVMJwrPMXt0LEVHiV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#MkOB4txpZ0vDQdt3WuOBixhwxk9wRqcL { color:#ffffff;display:block;width:36.93725rem;position:absolute;font-family:"playfair display";font-size:3.875rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:17rem;left:19rem;height:9.2993125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Ee7IXM3cUVcTeMDukimdOBpBAfFOX07T { color:#ffffff;display:block;width:36.93725rem;position:absolute;font-family:"playfair display";font-size:3.875rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:17rem;left:19rem;height:9.2993125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#h5TE76AVfnfM2kxIZrlL95RplzOBGtOS { color:#ffffff;display:block;width:36.93725rem;position:absolute;font-family:"playfair display";font-size:3.875rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:17rem;left:19rem;height:9.2993125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#WisZWUhgIkKXCwe3UqpuztkJNiTcsicy { color:#ffffff;display:block;width:36.93725rem;position:absolute;font-family:"playfair display";font-size:3.875rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:17rem;left:19rem;height:9.2993125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#xLO9biF6Q7fstIUWEHFQOHuCwDplPGim { color:#ffffff;display:block;width:36.93725rem;position:absolute;font-family:"playfair display";font-size:3.875rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:17rem;left:19rem;height:9.2993125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Vh1Tmdy1xSkFquDvd4gMTSpKzXilOKig { color:#ffffff;display:block;width:36.93725rem;position:absolute;font-family:"playfair display";font-size:3.875rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:17rem;left:19rem;height:9.2993125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#dM1fqWzMlyx9wTTwzrsc79R9uStxhuES { position:relative;display:block; } #e7a96213d3efb8677409aa80237e4f69.widget-smartsection *:focus-visible, #e7a96213d3efb8677409aa80237e4f69.widget-smartsection input[type="text"]:focus-visible, #e7a96213d3efb8677409aa80237e4f69.widget-smartsection input[type="email"]:focus-visible, #e7a96213d3efb8677409aa80237e4f69.widget-smartsection input[type="tel"]:focus-visible, #e7a96213d3efb8677409aa80237e4f69.widget-smartsection textarea:focus-visible { outline: none; } #dM1fqWzMlyx9wTTwzrsc79R9uStxhuES > .row .container { position:relative;display:block; }#D7RzEzl23GerJ2SHRNkJl284STVcAEwm { 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; }#D7RzEzl23GerJ2SHRNkJl284STVcAEwm > .row .container { background-color: transparent; background-image: none; }#D7RzEzl23GerJ2SHRNkJl284STVcAEwm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D7RzEzl23GerJ2SHRNkJl284STVcAEwm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D7RzEzl23GerJ2SHRNkJl284STVcAEwm > .row .container > .video-iframe-container { display: none; }#D7RzEzl23GerJ2SHRNkJl284STVcAEwm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D7RzEzl23GerJ2SHRNkJl284STVcAEwm > .row > .video-iframe-container { display: none; }#D7RzEzl23GerJ2SHRNkJl284STVcAEwm > .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); }#D7RzEzl23GerJ2SHRNkJl284STVcAEwm > .row .container { border-width: 0; border-radius: 0; }#D7RzEzl23GerJ2SHRNkJl284STVcAEwm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D7RzEzl23GerJ2SHRNkJl284STVcAEwm > .row .container { font-size:0.875rem;font-family:arial;height:6.75rem;width:75rem;position:relative;display:block; }#PnhWr96JntzdHhFQU69ifVbC3lfFvrKk { color:rgba(var(--color-tertiary-4),1);display:block;width:47.124625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:1.6680908203125rem;left:13.936157226562rem;height:3.412475rem;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; }
#Rixb92XFIKPF91SqLCmraPL2Fv30ymTU { 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; }#Rixb92XFIKPF91SqLCmraPL2Fv30ymTU > .row .container { background-color: transparent; background-image: none; }#Rixb92XFIKPF91SqLCmraPL2Fv30ymTU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rixb92XFIKPF91SqLCmraPL2Fv30ymTU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rixb92XFIKPF91SqLCmraPL2Fv30ymTU > .row .container > .video-iframe-container { display: none; }#Rixb92XFIKPF91SqLCmraPL2Fv30ymTU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rixb92XFIKPF91SqLCmraPL2Fv30ymTU > .row > .video-iframe-container { display: none; }#Rixb92XFIKPF91SqLCmraPL2Fv30ymTU > .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); }#Rixb92XFIKPF91SqLCmraPL2Fv30ymTU > .row .container { border-width: 0; border-radius: 0; }#Rixb92XFIKPF91SqLCmraPL2Fv30ymTU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Rixb92XFIKPF91SqLCmraPL2Fv30ymTU > .row .container { font-size:0.875rem;font-family:arial;height:38.125rem;width:75rem;position:relative;display:block; }#BAuZd7ClMQx0MvyOaXLaf1oVCRyJMVlu { position:absolute;display:block;z-index:15082;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:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:23.125rem;width:15.625rem;top:0.968017578125rem;left:1.5625rem;overflow:hidden;display:block; }
#fNWTJwMzoaIyevtxUIcBZ4NaTApZThn7 { box-sizing:content-box;height:12.5rem;width:15.625rem;position:absolute;display:block;z-index:15044;background-color:#f7f2e8;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.093017578125rem;left:1.5625rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#TZBrIawIenqTT4m4kncg8e1tAVuIv3Qo { box-sizing:content-box;height:12.5rem;width:15.625rem;position:absolute;display:block;z-index:15046;background-color:#f7f2e8;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.375rem;left:39.0625rem;border-top-right-radius:0rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0rem;display:block; }
#fv1yCTbTH6NchupEATyepJK9PxlITu68 { box-sizing:content-box;height:12.5rem;width:15.625rem;position:absolute;display:block;z-index:15045;background-color:#f7f2e8;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.093017578125rem;left:20.3125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.25rem;display:block; }
#LhUWIgg7NBDK682VNMnbtCt8DXvo3kQG { color:#1e1e1e;display:block;width:13.4375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15083;line-height:1.3;letter-spacing:0;top:25.5615234375rem;left:21.40625rem;height:6.09130625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#odR3ent9sGw3kPuRZGUZzxIrMUtfdxu4 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.4375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15092;line-height:1.3;letter-spacing:0;top:25.9375rem;left:40.1875rem;height:6.09130625rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#rD19s5JlFJMiF3fKZGf5qs5XunhZLcsB { color:rgba(var(--color-tertiary-4),1);display:block;width:13.374rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15101;line-height:1.3;letter-spacing:0;top:25.5615234375rem;left:2.686767578125rem;height:7.3095625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Ak2axrka8GNu2NlBAPBCmmCVunz8ws8R { position:absolute;display:block;z-index:15102;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:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:23.4375rem;width:15.625rem;top:1.1875rem;left:57.8125rem;overflow:hidden;display:block; }
#nwKQToRhCz6XBqawdIsHoc5bl4G8461W { box-sizing:content-box;height:12.8125rem;width:15.625rem;position:absolute;display:block;z-index:15047;background-color:#f7f2e8;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.125rem;left:57.8125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
#HU5NtiLvb583uohlGsoKX2wCEMhl7ubf { color:rgba(var(--color-tertiary-4),1);display:block;width:13.4375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15092;line-height:1.3;letter-spacing:0;top:25.8125rem;left:58.9375rem;height:7.3095625rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#sstCJAQJmev5ioO027OIiwEPXC3dkhga { color:rgba(var(--color-tertiary-4),1);display:block;width:12.4365rem;position:absolute;font-family:"playfair display";font-size:1.125rem;font-weight:400;z-index:15102;line-height:1.3;letter-spacing:0;top:33.829345703125rem;left:3.15673828125rem;height:1.4624rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uPlCabTpoyrul3mpl4kE6ZMLN5Bzh4uS { color:rgba(var(--color-tertiary-4),1);display:block;width:12.4365rem;position:absolute;font-family:"playfair display";font-size:1.125rem;font-weight:400;z-index:15103;line-height:1.3;letter-spacing:0;top:33.828125rem;left:21.40625rem;height:1.4624rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Rh1pQovfva3SqoXKagQaq3LHu3PNh2pG { color:rgba(var(--color-tertiary-4),1);display:block;width:12.4365rem;position:absolute;font-family:"playfair display";font-size:1.125rem;font-weight:400;z-index:15105;line-height:1.3;letter-spacing:0;top:33.828125rem;left:59.40673828125rem;height:1.4624rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VNsHXR8reuUhEOvnx2f90Z2b28DTJEvk { color:rgba(var(--color-tertiary-4),1);display:block;width:12.4365rem;position:absolute;font-family:"playfair display";font-size:1.125rem;font-weight:400;z-index:15104;line-height:1.3;letter-spacing:0;top:33.828125rem;left:40.65673828125rem;height:1.4624rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Cyt2W7UZ0rFTmgyswJTFxmB05kWixtSd { position:absolute;display:block;z-index:15082;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:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:23.4375rem;width:15.625rem;top:0.968017578125rem;left:20.3125rem;overflow:hidden;display:block; }
#RMT3WRMDpMVX5zrZrub6gQg3A92rV7Mr { position:absolute;display:block;z-index:15091;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:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:23.4375rem;width:15.625rem;top:1.25rem;left:39.0625rem;overflow:hidden;display:block; }
#fWk3pPQcLzNMCMu6LUC8u76Ee7CIBdi6 { position:relative;display:none; } #F218f82ff50c3ad81c45c6ff76b8a53d.widget-smartsection *:focus-visible, #F218f82ff50c3ad81c45c6ff76b8a53d.widget-smartsection input[type="text"]:focus-visible, #F218f82ff50c3ad81c45c6ff76b8a53d.widget-smartsection input[type="email"]:focus-visible, #F218f82ff50c3ad81c45c6ff76b8a53d.widget-smartsection input[type="tel"]:focus-visible, #F218f82ff50c3ad81c45c6ff76b8a53d.widget-smartsection textarea:focus-visible { outline: none; } #fWk3pPQcLzNMCMu6LUC8u76Ee7CIBdi6 > .row .container { position:relative;display:none; }#vkIdPQn0nPOKB5o77LOxTJwoX1IXfRnI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e8e7e3;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; }#vkIdPQn0nPOKB5o77LOxTJwoX1IXfRnI > .row .container { background-color: transparent; background-image: none; }#vkIdPQn0nPOKB5o77LOxTJwoX1IXfRnI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vkIdPQn0nPOKB5o77LOxTJwoX1IXfRnI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vkIdPQn0nPOKB5o77LOxTJwoX1IXfRnI > .row .container > .video-iframe-container { display: none; }#vkIdPQn0nPOKB5o77LOxTJwoX1IXfRnI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vkIdPQn0nPOKB5o77LOxTJwoX1IXfRnI > .row > .video-iframe-container { display: none; }#vkIdPQn0nPOKB5o77LOxTJwoX1IXfRnI > .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); }#vkIdPQn0nPOKB5o77LOxTJwoX1IXfRnI > .row .container { border-width: 0; border-radius: 0; }#vkIdPQn0nPOKB5o77LOxTJwoX1IXfRnI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vkIdPQn0nPOKB5o77LOxTJwoX1IXfRnI > .row .container { font-size:0.875rem;font-family:arial;height:54.25rem;width:75rem;position:relative;display:block; }#MbB2b9wBIRbgsfv4HG17z3v3ZpnNS6Vh { color:rgba(var(--color-tertiary-4),1);display:block;width:24.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:4.4375rem;left:8.5rem;height:1.54296875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#HEOuzr7APkQyu1SIDB1hJCIl3IFdb97I { color:#1e1e1e;display:block;width:31.74925rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15009;line-height:1.1;letter-spacing:0;top:6.375rem;left:8.5rem;height:2.8869625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ocDIrZpmTgeE9mfJfLmBTfTLKXxeKJ5H { color:rgba(var(--color-tertiary-4),1);display:block;width:24.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:10.6875rem;left:8.5rem;height:9.09178125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eGzX1lqoXIM3dbfGpCGOXRFVpbK7yp38 { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.3125rem;width:25rem;top:18.5rem;left:8.5rem;overflow:hidden;display:block; }
#yhDPinkzx74J9PDpfxino1SV8APi0gwS { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:25rem;top:4.4375rem;left:41.125rem;overflow:hidden;display:block; }
#SptwE6afbkzKCc8brSUfQJp40HTJI3NT { color:rgba(var(--color-tertiary-4),1);display:block;width:25.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:37.8125rem;left:41.125rem;height:5.1953125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ahHH41HormvHTkahEqNTc9IJCy4dwb90 { background-color:#1e1e1e;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#e8e7e3;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:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:45.1875rem;left:44.25rem;display:block; }
#dzh45QeERp4Ov5fT3DdegqvxUwdJ5eSG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UlZ3P71agwb0wvtZ6lmbwTUgUR68pbP9 { position:relative;display:none; }#UlZ3P71agwb0wvtZ6lmbwTUgUR68pbP9 { border-width: 0; border-radius: 0; }#UlZ3P71agwb0wvtZ6lmbwTUgUR68pbP9 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#UlZ3P71agwb0wvtZ6lmbwTUgUR68pbP9 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#bttuAL6r3fppnNPlMOlA0XTUh9OVE3BE { position:relative;display:block; }#bttuAL6r3fppnNPlMOlA0XTUh9OVE3BE { background-color: transparent; background-image: none; }#bttuAL6r3fppnNPlMOlA0XTUh9OVE3BE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bttuAL6r3fppnNPlMOlA0XTUh9OVE3BE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bttuAL6r3fppnNPlMOlA0XTUh9OVE3BE > .row .container > .video-iframe-container { display: none; }#bttuAL6r3fppnNPlMOlA0XTUh9OVE3BE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bttuAL6r3fppnNPlMOlA0XTUh9OVE3BE > .row > .video-iframe-container { display: none; }#bttuAL6r3fppnNPlMOlA0XTUh9OVE3BE > .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); }#bttuAL6r3fppnNPlMOlA0XTUh9OVE3BE { border-width: 0; border-radius: 0; }#bttuAL6r3fppnNPlMOlA0XTUh9OVE3BE > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#bttuAL6r3fppnNPlMOlA0XTUh9OVE3BE > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:37.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Ff6sPgy0Zwkaf6A6cF2SVmAmAfuTX1dt { color:#1e1e1e;display:block;width:29.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15006;line-height:1.1;letter-spacing:0;top:11.875rem;left:3.8125rem;height:5.773925rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KBZ2b6yLKWUvQiD7DNZwhWZqObkqDQe1 { color:rgba(var(--color-tertiary-4),1);display:block;width:25.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:18.5rem;left:3.8125rem;height:0;text-align:left;text-align-last:left;display:block; }#KBZ2b6yLKWUvQiD7DNZwhWZqObkqDQe1 li:not(:first-child){ padding-top:0.6875rem;padding-right:0;padding-bottom:0;padding-left:0; }#KBZ2b6yLKWUvQiD7DNZwhWZqObkqDQe1 li:before{  }
#f2ZTLslLgHqioaEBPtAOxayooR0nOhQ5 { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.125rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:24.5625rem;left:3.8125rem;display:block; }
#AeiLplNkwMVgRbnsD6unvQmmpxSVADwv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gezS2EURgHVtmagmcH5q6I8lETxupKCS { color:rgba(var(--color-tertiary-4),1);display:block;width:24.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:9.875rem;left:3.8125rem;height:1.54296875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#yiQTbF6wRLXnHdt93NeVOarua8uteIrL { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.5rem;width:37.5rem;top:0rem;left:37.5rem;overflow:hidden;display:block; }
#E3tQ9ZzuR6Itawwmd1HZT7A4Vg3lQHx6 { position:relative;display:none; }#E3tQ9ZzuR6Itawwmd1HZT7A4Vg3lQHx6 { border-width: 0; border-radius: 0; }#E3tQ9ZzuR6Itawwmd1HZT7A4Vg3lQHx6 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#E3tQ9ZzuR6Itawwmd1HZT7A4Vg3lQHx6 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#RkaMvQnfi0t9zLP0uekbmEoZwxhngN5X { position:relative;display:block; }#RkaMvQnfi0t9zLP0uekbmEoZwxhngN5X { background-color: transparent; background-image: none; }#RkaMvQnfi0t9zLP0uekbmEoZwxhngN5X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RkaMvQnfi0t9zLP0uekbmEoZwxhngN5X > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RkaMvQnfi0t9zLP0uekbmEoZwxhngN5X > .row .container > .video-iframe-container { display: none; }#RkaMvQnfi0t9zLP0uekbmEoZwxhngN5X > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RkaMvQnfi0t9zLP0uekbmEoZwxhngN5X > .row > .video-iframe-container { display: none; }#RkaMvQnfi0t9zLP0uekbmEoZwxhngN5X > .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); }#RkaMvQnfi0t9zLP0uekbmEoZwxhngN5X { border-width: 0; border-radius: 0; }#RkaMvQnfi0t9zLP0uekbmEoZwxhngN5X > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#RkaMvQnfi0t9zLP0uekbmEoZwxhngN5X > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:37.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#JIf6Df88ccFKHO3cDqhKTgyUiPProEH5 { color:#1e1e1e;display:block;width:26.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15006;line-height:1.1;letter-spacing:0;top:11.6875rem;left:41.875rem;height:5.773925rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fQ2EMAAw6H4kFhhlpBGAsiA0T7bISpLa { color:rgba(var(--color-tertiary-4),1);display:block;width:28.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:18.3125rem;left:41.875rem;height:0;text-align:left;text-align-last:left;display:block; }#fQ2EMAAw6H4kFhhlpBGAsiA0T7bISpLa li:not(:first-child){ padding-top:0.6875rem;padding-right:0;padding-bottom:0;padding-left:0; }#fQ2EMAAw6H4kFhhlpBGAsiA0T7bISpLa li:before{  }
#N9f8s1iVJRM4ZVBGJ7R1h6B2H9t2TEhO { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.125rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:25.25rem;left:41.875rem;display:block; }
#w52b8MC2CkSpl5s81LIdTsGtJBt5OJRM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#i1lHnmMUVNVyGT6BhhMAsqaxnhCqxAmV { color:rgba(var(--color-tertiary-4),1);display:block;width:24.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:9.5625rem;left:41.875rem;height:1.54296875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#NQrDCCSG5oAwlVqgoesEQpLwqFR0nnEN { box-sizing:content-box;height:37.5rem;width:37.5rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/193e6f5c-2eac-4fae-a34b-f36764d8bd51/021326_Style_Curve_BAU_W4Refresh_ONF_21881.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:0rem;display:block; }#NQrDCCSG5oAwlVqgoesEQpLwqFR0nnEN.adaptive-delivery-prevent-bg, #NQrDCCSG5oAwlVqgoesEQpLwqFR0nnEN.lazyload, #NQrDCCSG5oAwlVqgoesEQpLwqFR0nnEN.lazyloading { background-image: none; }
#k5mzOIVBGMgOevcQ0nmhB6G8xHHpsBo1 { position:relative;display:none; }#k5mzOIVBGMgOevcQ0nmhB6G8xHHpsBo1 { border-width: 0; border-radius: 0; }#k5mzOIVBGMgOevcQ0nmhB6G8xHHpsBo1 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#k5mzOIVBGMgOevcQ0nmhB6G8xHHpsBo1 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#WtzbaX80TEc2EXG5LrACrUrm17vKTH1z { position:relative;display:block; }#WtzbaX80TEc2EXG5LrACrUrm17vKTH1z { background-color: transparent; background-image: none; }#WtzbaX80TEc2EXG5LrACrUrm17vKTH1z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WtzbaX80TEc2EXG5LrACrUrm17vKTH1z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WtzbaX80TEc2EXG5LrACrUrm17vKTH1z > .row .container > .video-iframe-container { display: none; }#WtzbaX80TEc2EXG5LrACrUrm17vKTH1z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WtzbaX80TEc2EXG5LrACrUrm17vKTH1z > .row > .video-iframe-container { display: none; }#WtzbaX80TEc2EXG5LrACrUrm17vKTH1z > .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); }#WtzbaX80TEc2EXG5LrACrUrm17vKTH1z { border-width: 0; border-radius: 0; }#WtzbaX80TEc2EXG5LrACrUrm17vKTH1z > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#WtzbaX80TEc2EXG5LrACrUrm17vKTH1z > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:37.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#txcJ6l6ugHHytnUTfQ13i4rJlhRSJJql { color:#1e1e1e;display:block;width:27.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15006;line-height:1.1;letter-spacing:0;top:11.4375rem;left:4.4375rem;height:5.773925rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gWfvsfbvcF8vTJtVS7yAc6ypqISgATUT { color:rgba(var(--color-tertiary-4),1);display:block;width:28.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:18.0625rem;left:4.4375rem;height:0;text-align:left;text-align-last:left;display:block; }#gWfvsfbvcF8vTJtVS7yAc6ypqISgATUT li:not(:first-child){ padding-top:0.6875rem;padding-right:0;padding-bottom:0;padding-left:0; }#gWfvsfbvcF8vTJtVS7yAc6ypqISgATUT li:before{  }
#FE6gUl7X2ger9t9ru3PDtBFV2qpUB2dQ { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.312375rem;height:3.125rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:25rem;left:4.4375rem;display:block; }
#T9NdhFtRSKwB0roexTMfvqsp9T7slNKT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MmUeOcM08B9n9oQ5J8TTRGtJTNwmaK54 { color:rgba(var(--color-tertiary-4),1);display:block;width:24.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:9.375rem;left:4.4375rem;height:1.54296875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#yB5CXDQMeXfDJ5AfouOKqqRzS8QRKuCQ { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.5rem;width:37.5rem;top:0rem;left:37.5rem;overflow:hidden;display:block; }
#lmVEWLTEBZDiKHIuThzPf7EWB5NTTTZX { position:relative;display:none; }#lmVEWLTEBZDiKHIuThzPf7EWB5NTTTZX { border-width: 0; border-radius: 0; }#lmVEWLTEBZDiKHIuThzPf7EWB5NTTTZX > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#lmVEWLTEBZDiKHIuThzPf7EWB5NTTTZX > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#zTnsrPAgSnLhG8aV0aniMSWaKi0lIltg { position:relative;display:block; }#zTnsrPAgSnLhG8aV0aniMSWaKi0lIltg { background-color: transparent; background-image: none; }#zTnsrPAgSnLhG8aV0aniMSWaKi0lIltg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zTnsrPAgSnLhG8aV0aniMSWaKi0lIltg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zTnsrPAgSnLhG8aV0aniMSWaKi0lIltg > .row .container > .video-iframe-container { display: none; }#zTnsrPAgSnLhG8aV0aniMSWaKi0lIltg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zTnsrPAgSnLhG8aV0aniMSWaKi0lIltg > .row > .video-iframe-container { display: none; }#zTnsrPAgSnLhG8aV0aniMSWaKi0lIltg > .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); }#zTnsrPAgSnLhG8aV0aniMSWaKi0lIltg { border-width: 0; border-radius: 0; }#zTnsrPAgSnLhG8aV0aniMSWaKi0lIltg > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#zTnsrPAgSnLhG8aV0aniMSWaKi0lIltg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:37.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#VgtCyebCzaUhXWVHqxi4DzIxp4AyCfVh { color:#1e1e1e;display:block;width:25.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:11.4375rem;left:41.875rem;height:5.773925rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#l9o5I8rTWPHC3tvIgmO1N7MksvNfKfiH { color:rgba(var(--color-tertiary-4),1);display:block;width:28.687125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:17.9375rem;left:41.875rem;height:6.494125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mnwVMqG0LIditLnrNFEuFBF4TXhp0RJS { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.31175rem;height:2.749025rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:25.5rem;left:41.875rem;display:block; }
#Pn9pkNmFdFexGlUMrWanmmLLSH9SIn2S { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dNpbxXALuZgsy0NwDVepXaW4mwgXGt7X { color:rgba(var(--color-tertiary-4),1);display:block;width:24.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:9.3125rem;left:41.875rem;height:1.54296875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#WwFWHlfZwqlCMfpJhW6Om7yZ7xmUU1sz { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.5rem;width:37.5rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#T3F1N4eTG91yWt061cDUX4QTBdAyOcIB { position:relative;display:block; } #e8513f4c4b90070a890f6de6b1dd32b2.widget-smartsection *:focus-visible, #e8513f4c4b90070a890f6de6b1dd32b2.widget-smartsection input[type="text"]:focus-visible, #e8513f4c4b90070a890f6de6b1dd32b2.widget-smartsection input[type="email"]:focus-visible, #e8513f4c4b90070a890f6de6b1dd32b2.widget-smartsection input[type="tel"]:focus-visible, #e8513f4c4b90070a890f6de6b1dd32b2.widget-smartsection textarea:focus-visible { outline: none; } #T3F1N4eTG91yWt061cDUX4QTBdAyOcIB > .row .container { position:relative;display:block; }#CflknKC9Byayx4V1p2ft7yZF89C4QsbT { position:relative;display:block; } #ff7da9c2ef9b97744f66f9634640ac02.widget-smartsection *:focus-visible, #ff7da9c2ef9b97744f66f9634640ac02.widget-smartsection input[type="text"]:focus-visible, #ff7da9c2ef9b97744f66f9634640ac02.widget-smartsection input[type="email"]:focus-visible, #ff7da9c2ef9b97744f66f9634640ac02.widget-smartsection input[type="tel"]:focus-visible, #ff7da9c2ef9b97744f66f9634640ac02.widget-smartsection textarea:focus-visible { outline: none; } #CflknKC9Byayx4V1p2ft7yZF89C4QsbT > .row .container { position:relative;display:block; }#HpAPl5oTyE4kTnBp8ZdUV8nA4XTULR51 { position:relative;display:block; }#HpAPl5oTyE4kTnBp8ZdUV8nA4XTULR51 { background-color: transparent; background-image: none; }#HpAPl5oTyE4kTnBp8ZdUV8nA4XTULR51::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HpAPl5oTyE4kTnBp8ZdUV8nA4XTULR51 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HpAPl5oTyE4kTnBp8ZdUV8nA4XTULR51 > .row .container > .video-iframe-container { display: none; }#HpAPl5oTyE4kTnBp8ZdUV8nA4XTULR51 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HpAPl5oTyE4kTnBp8ZdUV8nA4XTULR51 > .row > .video-iframe-container { display: none; }#HpAPl5oTyE4kTnBp8ZdUV8nA4XTULR51 > .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); }#HpAPl5oTyE4kTnBp8ZdUV8nA4XTULR51 { border-width: 0; border-radius: 0; }#HpAPl5oTyE4kTnBp8ZdUV8nA4XTULR51 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#HpAPl5oTyE4kTnBp8ZdUV8nA4XTULR51 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:8.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#MHIQZ5Qt2pLa84kM3VHGCyQsoRkercz5 { color:#1e1e1e;display:block;width:44.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;top:2.3125rem;left:15.1875rem;height:3.16161875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:italic;display:block; }
#NuOB7FVyKwM3UKGGT4t1Z7bfepewCXEx { color:rgba(var(--color-tertiary-4),1);display:block;width:50.562125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.1;letter-spacing:0;top:6.4375rem;left:12.25rem;height:1.09924375rem;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; }
#idxALazSb8ziIM8mLotG2I0IsbmgEgDF { position:relative;display:none; }#idxALazSb8ziIM8mLotG2I0IsbmgEgDF { border-width: 0; border-radius: 0; }#idxALazSb8ziIM8mLotG2I0IsbmgEgDF > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#idxALazSb8ziIM8mLotG2I0IsbmgEgDF > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#ADcNgIbl1EOzst5em0yvsC9ppMPeQNsD { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#XxRaKS41ITsSdrfHf3BgZK7tTzfzbDMA { position:relative;display:block; }#XxRaKS41ITsSdrfHf3BgZK7tTzfzbDMA { background-color: transparent; background-image: none; }#XxRaKS41ITsSdrfHf3BgZK7tTzfzbDMA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XxRaKS41ITsSdrfHf3BgZK7tTzfzbDMA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XxRaKS41ITsSdrfHf3BgZK7tTzfzbDMA > .row .container > .video-iframe-container { display: none; }#XxRaKS41ITsSdrfHf3BgZK7tTzfzbDMA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XxRaKS41ITsSdrfHf3BgZK7tTzfzbDMA > .row > .video-iframe-container { display: none; }#XxRaKS41ITsSdrfHf3BgZK7tTzfzbDMA > .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); }#XxRaKS41ITsSdrfHf3BgZK7tTzfzbDMA { border-width: 0; border-radius: 0; }#XxRaKS41ITsSdrfHf3BgZK7tTzfzbDMA > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#XxRaKS41ITsSdrfHf3BgZK7tTzfzbDMA > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:60.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#qix3qvqJgfJvylIft3kkdmteg4ieuXE6 { position:absolute;display:block;z-index:15000;height:41.8115rem;width:74.62375rem;top:0rem;left:0.186767578125rem;display:block; }
#PK6TmBiZyUP1nxCUUeeBzUmFJA85cQAk { position:relative;display:none; }#PK6TmBiZyUP1nxCUUeeBzUmFJA85cQAk { border-width: 0; border-radius: 0; }#PK6TmBiZyUP1nxCUUeeBzUmFJA85cQAk > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#PK6TmBiZyUP1nxCUUeeBzUmFJA85cQAk > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#tTzdNuhrP4imClQhn8fSWVZr9W31MwvR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e8e7e3;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; }#tTzdNuhrP4imClQhn8fSWVZr9W31MwvR > .row .container { background-color: transparent; background-image: none; }#tTzdNuhrP4imClQhn8fSWVZr9W31MwvR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tTzdNuhrP4imClQhn8fSWVZr9W31MwvR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tTzdNuhrP4imClQhn8fSWVZr9W31MwvR > .row .container > .video-iframe-container { display: none; }#tTzdNuhrP4imClQhn8fSWVZr9W31MwvR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tTzdNuhrP4imClQhn8fSWVZr9W31MwvR > .row > .video-iframe-container { display: none; }#tTzdNuhrP4imClQhn8fSWVZr9W31MwvR > .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); }#tTzdNuhrP4imClQhn8fSWVZr9W31MwvR > .row .container { border-width: 0; border-radius: 0; }#tTzdNuhrP4imClQhn8fSWVZr9W31MwvR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tTzdNuhrP4imClQhn8fSWVZr9W31MwvR > .row .container { font-size:0.875rem;font-family:arial;height:6.75rem;width:75rem;position:relative;display:block; }#NfhTsT300fNVTD8qIP7RQInhlRHVHRxQ { color:#1e1e1e;display:block;width:44.6875rem;position:absolute;font-family:"playfair display";font-size:2.8125rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:2.462158203125rem;left:15.15625rem;height:3.0932625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:italic;display:block; }
#XxrlViEsaKsLpFg2TbwfZa3Zh0USLE4w { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e8e7e3;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; }#XxrlViEsaKsLpFg2TbwfZa3Zh0USLE4w > .row .container { background-color: transparent; background-image: none; }#XxrlViEsaKsLpFg2TbwfZa3Zh0USLE4w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XxrlViEsaKsLpFg2TbwfZa3Zh0USLE4w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XxrlViEsaKsLpFg2TbwfZa3Zh0USLE4w > .row .container > .video-iframe-container { display: none; }#XxrlViEsaKsLpFg2TbwfZa3Zh0USLE4w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XxrlViEsaKsLpFg2TbwfZa3Zh0USLE4w > .row > .video-iframe-container { display: none; }#XxrlViEsaKsLpFg2TbwfZa3Zh0USLE4w > .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); }#XxrlViEsaKsLpFg2TbwfZa3Zh0USLE4w > .row .container { border-width: 0; border-radius: 0; }#XxrlViEsaKsLpFg2TbwfZa3Zh0USLE4w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XxrlViEsaKsLpFg2TbwfZa3Zh0USLE4w > .row .container { font-size:0.875rem;font-family:arial;height:10.9375rem;width:75rem;position:relative;display:block; }#WFcuP4syq2IQtf1m8PyiHlIuT3i6bFVm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:2.9375rem;left:2.8125rem; }
#TUvkR5blAzqP5rNQ8XaTm3IrR4CPf02g { color:rgba(var(--color-tertiary-4),1);display:block;width:15.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.1;letter-spacing:0;top:4.75rem;left:6.375rem;height:3.2959rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fxTTu0xyz7JhZySbps7TDGJGTO9d4C2X { color:rgba(var(--color-tertiary-4),1);display:block;width:15.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;top:2.875rem;left:6.375rem;height:1.30615rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ZEFIOQkTCSAJnoWri2R3ecTC3Umkvr1Q { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:2.375rem;left:27.3125rem; }
#OEwG6JSFvJ6pBJTtLRN5qqRqfJGtt6hM { color:rgba(var(--color-tertiary-4),1);display:block;width:17.24975rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.1;letter-spacing:0;top:4.1875rem;left:30.375rem;height:4.39453125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BitVHMA7ONiOZfuwP0DXVd1oksu5Nwe5 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.2485625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;top:2.3125rem;left:30.4375rem;height:1.30615rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#JelTCc2yTpz6uDPIfdLMHtzSSTxtGe0t { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:2.9375rem;left:51.625rem; }
#oexagWFo0IHXSA9VN9BvWgz7LDV0gR9x { color:rgba(var(--color-tertiary-4),1);display:block;width:17.99925rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15012;line-height:1.1;letter-spacing:0;top:2.875rem;left:55.375rem;height:1.30615rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#W2FBhxcRZPyMhzkTeyvkN3Au0PmDI0wS { color:rgba(var(--color-tertiary-4),1);display:block;width:17.24975rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.1;letter-spacing:0;top:4.75rem;left:55.375rem;height:3.2959rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZGEy3QmMwTdHCtVnSBezLQLKH2rXwKJl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e8e7e3;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; }#ZGEy3QmMwTdHCtVnSBezLQLKH2rXwKJl > .row .container { background-color: transparent; background-image: none; }#ZGEy3QmMwTdHCtVnSBezLQLKH2rXwKJl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZGEy3QmMwTdHCtVnSBezLQLKH2rXwKJl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZGEy3QmMwTdHCtVnSBezLQLKH2rXwKJl > .row .container > .video-iframe-container { display: none; }#ZGEy3QmMwTdHCtVnSBezLQLKH2rXwKJl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZGEy3QmMwTdHCtVnSBezLQLKH2rXwKJl > .row > .video-iframe-container { display: none; }#ZGEy3QmMwTdHCtVnSBezLQLKH2rXwKJl > .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); }#ZGEy3QmMwTdHCtVnSBezLQLKH2rXwKJl > .row .container { border-width: 0; border-radius: 0; }#ZGEy3QmMwTdHCtVnSBezLQLKH2rXwKJl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZGEy3QmMwTdHCtVnSBezLQLKH2rXwKJl > .row .container { font-size:0.875rem;font-family:arial;height:11rem;width:75rem;position:relative;display:block; }#kAkISV50sSehzMKiDMcMsvEMfehHcSHL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:3rem;left:52rem; }
#p8rti6UmIzsOg94o8F9zs92HH49pGtqn { color:rgba(var(--color-tertiary-4),1);display:block;width:17.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.1;letter-spacing:0;top:4.8125rem;left:55.6875rem;height:3.2959rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pvbcT9yLqSrdP2rRndqlVy8gmWULgO9l { color:rgba(var(--color-tertiary-4),1);display:block;width:17.24975rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15014;line-height:1.1;letter-spacing:0;top:2.9375rem;left:55.6875rem;height:1.30615rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#noPpdpRI6NbsUHorO2M70ItQRsTLdI0F { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5610625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.1;letter-spacing:0;top:5.25rem;left:5.25rem;height:2.1972625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#q69FnK8MmNOPAOCRnoHOa4HtsJ0EyIeH { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:3.8125rem;left:2.125rem; }
#RAgwGTaqZ5qs5VbAzgKuTgAKZMkqtTHK { color:rgba(var(--color-tertiary-4),1);display:block;width:17.2485625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15012;line-height:1.1;letter-spacing:0;top:3.5rem;left:5.5rem;height:1.30615rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#k0i2cezublG6h6RTRFJSzs1TW6qirtfb { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:2.875rem;left:27.375rem; }
#rU4MxxtcEeL2bVrWud5ydNW54zEFmDRa { color:rgba(var(--color-tertiary-4),1);display:block;width:17.2485625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15014;line-height:1.1;letter-spacing:0;top:3rem;left:30.5rem;height:1.30615rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#xxyxJh2pZ0EaIWnE3yuaaWz3vNomSOWG { color:rgba(var(--color-tertiary-4),1);display:block;width:17.24975rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.1;letter-spacing:0;top:4.8125rem;left:30.4375rem;height:3.2959rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nibFNGEBW34hSU2TACa4CqsAUeLTuIqS { position:relative;display:block; } #c74b739673a01a1c190cda54120493f5.widget-smartsection *:focus-visible, #c74b739673a01a1c190cda54120493f5.widget-smartsection input[type="text"]:focus-visible, #c74b739673a01a1c190cda54120493f5.widget-smartsection input[type="email"]:focus-visible, #c74b739673a01a1c190cda54120493f5.widget-smartsection input[type="tel"]:focus-visible, #c74b739673a01a1c190cda54120493f5.widget-smartsection textarea:focus-visible { outline: none; } #nibFNGEBW34hSU2TACa4CqsAUeLTuIqS > .row .container { position:relative;display:block; }#KNQ0aInV4ZAgTH8IsgvvIvdbVvMt43Jr { position:relative;display:block; } #ccc9c03fa6cf1a4d980b63b1278240c8.widget-smartsection *:focus-visible, #ccc9c03fa6cf1a4d980b63b1278240c8.widget-smartsection input[type="text"]:focus-visible, #ccc9c03fa6cf1a4d980b63b1278240c8.widget-smartsection input[type="email"]:focus-visible, #ccc9c03fa6cf1a4d980b63b1278240c8.widget-smartsection input[type="tel"]:focus-visible, #ccc9c03fa6cf1a4d980b63b1278240c8.widget-smartsection textarea:focus-visible { outline: none; } #KNQ0aInV4ZAgTH8IsgvvIvdbVvMt43Jr > .row .container { position:relative;display:block; }#szmHkBhKL8J3qw62NUdE92O5kEwpTiSN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e8e7e3;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#szmHkBhKL8J3qw62NUdE92O5kEwpTiSN > .row .container { border-width: 0; border-radius: 0; }#szmHkBhKL8J3qw62NUdE92O5kEwpTiSN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#szmHkBhKL8J3qw62NUdE92O5kEwpTiSN > .row .container { font-size:0.875rem;font-family:arial;height:10.625rem;width:75rem;position:relative;display:none; }#JsOW59HwKEv4WCsUvmTw00oky9eLSoP2 { color:rgba(var(--color-tertiary-4),1);display:block;width:48.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15008;line-height:1.1;letter-spacing:0;top:3.6000003814698rem;left:13.03125rem;height:2.88736875rem;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; }
#vnheFFd4n0DZdILrLrdHGtnktVzddeVi { color:rgba(var(--color-tertiary-4),1);display:block;width:20.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15011;line-height:1.1;letter-spacing:0;top:7.03125rem;left:27.4375rem;height:1.5125rem;text-align:center;text-align-last:center;display:block; }
#VHzEWSmxHnQHwcxvoPxrC8kGoy9mbb4W { position:absolute;display:block;z-index:15001;height:24.9375rem;width:61.25rem;top:0.625rem;left:8.1875rem;display:none; }
#KEvczJunH9i61s9Z96MixqMX2VJWCDlK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e8e7e3;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#KEvczJunH9i61s9Z96MixqMX2VJWCDlK > .row .container { border-width: 0; border-radius: 0; }#KEvczJunH9i61s9Z96MixqMX2VJWCDlK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KEvczJunH9i61s9Z96MixqMX2VJWCDlK > .row .container { font-size:0.875rem;font-family:arial;height:27.6875rem;width:75rem;position:relative;display:none; }#rUZ9zidTTi4tWcv5soF2TBQ6sN3GIlbl { position:absolute;display:block;z-index:15000;height:24.9375rem;width:61.25rem;top:0rem;left:7.5625rem;display:block; }
#Z0iGEfeEfFpExXTHi7w4e10UnU7i5tOA { 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; }#Z0iGEfeEfFpExXTHi7w4e10UnU7i5tOA > .row .container { background-color: transparent; background-image: none; }#Z0iGEfeEfFpExXTHi7w4e10UnU7i5tOA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z0iGEfeEfFpExXTHi7w4e10UnU7i5tOA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z0iGEfeEfFpExXTHi7w4e10UnU7i5tOA > .row .container > .video-iframe-container { display: none; }#Z0iGEfeEfFpExXTHi7w4e10UnU7i5tOA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z0iGEfeEfFpExXTHi7w4e10UnU7i5tOA > .row > .video-iframe-container { display: none; }#Z0iGEfeEfFpExXTHi7w4e10UnU7i5tOA > .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); }#Z0iGEfeEfFpExXTHi7w4e10UnU7i5tOA > .row .container { border-width: 0; border-radius: 0; }#Z0iGEfeEfFpExXTHi7w4e10UnU7i5tOA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Z0iGEfeEfFpExXTHi7w4e10UnU7i5tOA > .row .container { font-size:0.875rem;font-family:arial;height:63.1875rem;width:75rem;position:relative;display:block; }#L0AT2QUTUPpINy0ABiRPDMJxeKImaAld { color:rgba(var(--color-primary-4),1);display:block;width:56.93725rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:2.498779296875rem;left:9.029541015625rem;height:2.85034375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#U4H0DVC0vkEEhiwZEGC3gBhvDFTmgkP3 .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#ffffff;background-image:none;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#U4H0DVC0vkEEhiwZEGC3gBhvDFTmgkP3 .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#U4H0DVC0vkEEhiwZEGC3gBhvDFTmgkP3 .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.25rem;font-family:var(--headlines-font-family);color:#1e1e1e;font-style:normal;line-height:1.6;overflow:hidden;height:auto; }
#U4H0DVC0vkEEhiwZEGC3gBhvDFTmgkP3 .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--paragraphs-font-family);font-weight:300;font-style:normal;line-height:1.6;overflow:hidden;height:auto;color:#1e1e1e; }
#U4H0DVC0vkEEhiwZEGC3gBhvDFTmgkP3 .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_6429898f6a44ae0301a9006238ff1825.svg");background-size:contain !important; }#U4H0DVC0vkEEhiwZEGC3gBhvDFTmgkP3 .accordion-trigger.adaptive-delivery-prevent-bg, #U4H0DVC0vkEEhiwZEGC3gBhvDFTmgkP3 .accordion-trigger.lazyload, #U4H0DVC0vkEEhiwZEGC3gBhvDFTmgkP3 .accordion-trigger.lazyloading { background-image: none; }
#U4H0DVC0vkEEhiwZEGC3gBhvDFTmgkP3 { box-sizing:content-box;height:auto;width:50.9375rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15024;background-color:#e8e7e3;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:6.98876953125rem;left:10.78125rem;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#U4H0DVC0vkEEhiwZEGC3gBhvDFTmgkP3 #HI8ac1iBJ6aKGaKGFoIBc68nnwb6427d { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#U4H0DVC0vkEEhiwZEGC3gBhvDFTmgkP3 #ZPTsqWiGg73ZKHVXGf5yMZKm1pcrf3dn { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#U4H0DVC0vkEEhiwZEGC3gBhvDFTmgkP3 #vteOr2RqJgVwZfbTbZpEXvylOhyOHt1b { display:block;position:relative; }
#U4H0DVC0vkEEhiwZEGC3gBhvDFTmgkP3 #Z7pqZGZiQ7neLDHCUkpvKq1TLdAlrmdV {  }
#U4H0DVC0vkEEhiwZEGC3gBhvDFTmgkP3 #zlMMV06oWAMyqO0EortekkqKM5LooSer {  }
#U4H0DVC0vkEEhiwZEGC3gBhvDFTmgkP3 #UVrVCIVHMKq3fPPz87TukXgyH0tfTOHJ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#U4H0DVC0vkEEhiwZEGC3gBhvDFTmgkP3 #b003u4XrQs2T5WXW4bQnZgDeT1Ksk04p { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#U4H0DVC0vkEEhiwZEGC3gBhvDFTmgkP3 #FfyvmAeBCTzHomeglrxpZg9Fa7bgghIG { display:block;position:relative; }
#U4H0DVC0vkEEhiwZEGC3gBhvDFTmgkP3 #hxc5lcqBLNf3orIJdT1EvkbIkTSFMypU {  }
#U4H0DVC0vkEEhiwZEGC3gBhvDFTmgkP3 #Cl3y5CIzyZ32xlKSH2CcxexiSUmViKWb { display:none; }
#U4H0DVC0vkEEhiwZEGC3gBhvDFTmgkP3 #l04fFBDkcARLEAUDCkUyZ985orhunIZP { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#U4H0DVC0vkEEhiwZEGC3gBhvDFTmgkP3 #UfhBTTuWpcR8q5hTDOnu5STT3NKHQSsn { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#U4H0DVC0vkEEhiwZEGC3gBhvDFTmgkP3 #kqrNlAJRBkf04QFeGPndTTX03NUWEd7t { display:block;position:relative; }
#U4H0DVC0vkEEhiwZEGC3gBhvDFTmgkP3 #PuZSEATrfle7eiN8Sd04bQvdG9MvqFvN {  }
#U4H0DVC0vkEEhiwZEGC3gBhvDFTmgkP3 #kIb7qE6349Tt0F0Ng0bA4B6Q1a9l7sMz { display:none; }
#U4H0DVC0vkEEhiwZEGC3gBhvDFTmgkP3 #D6uPGFaNvfGZzBH0uV8Llm6kpQ7MzAbm { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#U4H0DVC0vkEEhiwZEGC3gBhvDFTmgkP3 #isKZbraVbBlEE63TPmAfnHKOtyJfBhO7 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#U4H0DVC0vkEEhiwZEGC3gBhvDFTmgkP3 #PPD9A8ISiaXLTTkCpEWKW8asuMFN0OI7 { display:block;position:relative; }
#U4H0DVC0vkEEhiwZEGC3gBhvDFTmgkP3 #MX4kmXTkZr8sQfJibcwVU9r1PtKLyKBR {  }
#U4H0DVC0vkEEhiwZEGC3gBhvDFTmgkP3 #C5s4FxPht1TeAyNJQBr6Xe6yR47WcRy5 { display:none; }
#U4H0DVC0vkEEhiwZEGC3gBhvDFTmgkP3 #TIfTW0XO7HD1nd3pN9qWTLaVqqzdFvp3 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#U4H0DVC0vkEEhiwZEGC3gBhvDFTmgkP3 #gHtx79F1RoIpcZKyFqUy6y86pq13GSIb { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#U4H0DVC0vkEEhiwZEGC3gBhvDFTmgkP3 #FfzifUJS2edvo5p2wJgXqtByxpLnFauW { display:block;position:relative; }
#U4H0DVC0vkEEhiwZEGC3gBhvDFTmgkP3 #RHCihxLTSdDR7JglG8P7TBWUIGqS0Rt1 {  }
#U4H0DVC0vkEEhiwZEGC3gBhvDFTmgkP3 #rUvQNNCND76TH1cOWXSt1ke95s5nh10H { display:none; }
#U4H0DVC0vkEEhiwZEGC3gBhvDFTmgkP3 #TM4PQH9EmGDS8dSBl9T5zOp55bzFEhx9 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#U4H0DVC0vkEEhiwZEGC3gBhvDFTmgkP3 #mwPGLOJA5D8I91LItEhEGm5KC7JSCtIU { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#U4H0DVC0vkEEhiwZEGC3gBhvDFTmgkP3 #czDuhUKCfzkVM4k4dN4CkwLW4SaZbL1k { display:block;position:relative; }
#U4H0DVC0vkEEhiwZEGC3gBhvDFTmgkP3 #TyPR7NxivSfSvsuDvDaB3JeIxRhMTRRR {  }
#U4H0DVC0vkEEhiwZEGC3gBhvDFTmgkP3 #w7hQQzrqzDTSFfuDNgcTA2HHA2NI5Oil { display:none; }
#U4H0DVC0vkEEhiwZEGC3gBhvDFTmgkP3 #rQrPgWeLi8HlwUJwuvrAuxpK38TJmpDW { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#U4H0DVC0vkEEhiwZEGC3gBhvDFTmgkP3 #wA111Wh9ybX9u5mDMGMIOFbCfflgzsRk { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#U4H0DVC0vkEEhiwZEGC3gBhvDFTmgkP3 #o2EuI6e2FLeAv7gb2WNBrWvq3GryCHC5 { display:block;position:relative; }
#U4H0DVC0vkEEhiwZEGC3gBhvDFTmgkP3 #LehaSVTSqiJ4Mvx69yfr1vDuQeJr6uAW {  }
#U4H0DVC0vkEEhiwZEGC3gBhvDFTmgkP3 #UROJfSlkBI4XrhHO02tk4grPuKqUsWh6 { display:none; }
#U4H0DVC0vkEEhiwZEGC3gBhvDFTmgkP3 #gFTy06VsDt5gbe6XOVEI8gOFLmMFPOKC { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#U4H0DVC0vkEEhiwZEGC3gBhvDFTmgkP3 #PUIxPPn3ORTE6lOGKzTqTuVdO2gE7fgS { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#U4H0DVC0vkEEhiwZEGC3gBhvDFTmgkP3 #lHX87E4nOd8cImnmDhESlOsQfIqDh13a { display:block;position:relative; }
#U4H0DVC0vkEEhiwZEGC3gBhvDFTmgkP3 #dBoWVlybdzm6Naxq2iO96xRN6RcGsQN3 {  }
#U4H0DVC0vkEEhiwZEGC3gBhvDFTmgkP3 #MwFhG667MgvZODRwF3JOIJXNxBL4br5z { display:none; }
#U4H0DVC0vkEEhiwZEGC3gBhvDFTmgkP3 #HByW9SG5RNQ8ATkklrsTkTUpdgnc640w { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#U4H0DVC0vkEEhiwZEGC3gBhvDFTmgkP3 #ws1Ca7EKlBTdlo7O0QibSuJkE1cvTICn { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#U4H0DVC0vkEEhiwZEGC3gBhvDFTmgkP3 #E8s7nbv5MDR9h8mGQhp42dBkZ7TlI3Fn { display:block;position:relative; }
#U4H0DVC0vkEEhiwZEGC3gBhvDFTmgkP3 #PxlvBRpmXKVg84tAESPvLTvKEudlvAgH {  }
#U4H0DVC0vkEEhiwZEGC3gBhvDFTmgkP3 #gEvPXMN4pkxFAu2qpX7BWMtHtySlH0h8 { display:none; }
#JbdMhU7s6zzg92seBunr3fZMPHARWDA4 { position:relative;display:block; } #H25ef35e588e7f3bbb2c6b9640c97b20.widget-smartsection *:focus-visible, #H25ef35e588e7f3bbb2c6b9640c97b20.widget-smartsection input[type="text"]:focus-visible, #H25ef35e588e7f3bbb2c6b9640c97b20.widget-smartsection input[type="email"]:focus-visible, #H25ef35e588e7f3bbb2c6b9640c97b20.widget-smartsection input[type="tel"]:focus-visible, #H25ef35e588e7f3bbb2c6b9640c97b20.widget-smartsection textarea:focus-visible { outline: none; } #JbdMhU7s6zzg92seBunr3fZMPHARWDA4 > .row .container { position:relative;display:block; }#HA7FUeGZ8ka6EK21CUDvk3kgrSfgRgHe { position:relative;display:none; }#HA7FUeGZ8ka6EK21CUDvk3kgrSfgRgHe { border-width: 0; border-radius: 0; }#HA7FUeGZ8ka6EK21CUDvk3kgrSfgRgHe > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#HA7FUeGZ8ka6EK21CUDvk3kgrSfgRgHe > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:4.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#T8aXtLeBdKhDWx62qPlruPsZOhI4iOTi { z-index:;position:relative;display:none; }#T8aXtLeBdKhDWx62qPlruPsZOhI4iOTi { border-width: 0; border-radius: 0; }#T8aXtLeBdKhDWx62qPlruPsZOhI4iOTi > .row .container { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:6.0625rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:none; }#T5WMd2uB1cFoEf8FV0SZwszmIqaaDZ3O { color:rgba(var(--color-tertiary-4),1);display:block;width:25.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3.6687498092651rem;left:49.1875rem;height:1.70625rem;text-align:right;text-align-last:right;display:block; }
#f2d1hti00iKi5wEiA8XNr34pVz6AUFiQ { 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.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;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:arial;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:2.75rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:27.71875rem;left:8.5rem;display:none; }
#CCuewzHtNTXcL3wO5b3JXa0A1EVVXemH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BHUweRTMt2CwgLkRhSXaZLowRcPfKO3x { width:14.0625rem;height:2.5625rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5EF38ixa3zpoXNZ90MT5a3TbQDJTtyy { width:31.5625rem;height:1.4375rem;top:4.3125rem;left:16.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2neT2olTgllvfwO0hbMOXHEeIA4XPTn { width:15rem;height:3.125rem;top:0.9375rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ew9CN5k3iPBeBFqDcRtZJlOOa7eGg4JS { display:block; }
 }@media only screen and (max-width: 763px) { #ZO7hu2KfETOfzhmaZIsHsTRkwOcrNZQV { display:block; }#ZO7hu2KfETOfzhmaZIsHsTRkwOcrNZQV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lRT63TMG5Mm0NmGuNTIqVVzTeMVhxP25 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ac8c9a25-05ab-4c6c-ad64-5c8c8d2b6b92/bg_placeholder.jpg");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;display:block; }#lRT63TMG5Mm0NmGuNTIqVVzTeMVhxP25.adaptive-delivery-prevent-bg, #lRT63TMG5Mm0NmGuNTIqVVzTeMVhxP25.lazyload, #lRT63TMG5Mm0NmGuNTIqVVzTeMVhxP25.lazyloading { background-image: none; }#lRT63TMG5Mm0NmGuNTIqVVzTeMVhxP25 > .row .container { background-color: transparent; background-image: none; }#lRT63TMG5Mm0NmGuNTIqVVzTeMVhxP25::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(28,28,28,0.8); }#lRT63TMG5Mm0NmGuNTIqVVzTeMVhxP25 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lRT63TMG5Mm0NmGuNTIqVVzTeMVhxP25 > .row .container > .video-iframe-container { display: none; }#lRT63TMG5Mm0NmGuNTIqVVzTeMVhxP25 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(28,28,28,0.8); }#lRT63TMG5Mm0NmGuNTIqVVzTeMVhxP25 > .row > .video-iframe-container { display: none; }#lRT63TMG5Mm0NmGuNTIqVVzTeMVhxP25 > .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); }#lRT63TMG5Mm0NmGuNTIqVVzTeMVhxP25 > .row .container { border-width: 0; border-radius: 0; }#lRT63TMG5Mm0NmGuNTIqVVzTeMVhxP25 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #muc6fPTpy4lPGH0JkofUg0CwzHgCy5D6 { top:12.4375rem;left:10.3125rem;width:26.9375rem;height:8.1875rem;font-size:3.4375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #KZddFfgXZ5cO0Np3xxmqUTnV1VBzk6ui { top:22.5rem;left:6.625rem;width:34.375rem;height:3.1875rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #BciZMQ7Jwe2cngIrv7Nxvywtc2ypzJCL { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;background-color:#f8ac78;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;box-shadow: none;color:#1c1c1c;display:block; }
 }@media only screen and (max-width: 763px) { #VR6gnowbbeQCFBTC3Ab1gUXTaZZxRX3v { display:block; }
 }@media only screen and (max-width: 763px) { #q65sTmJtzvziNMgZEGTbO6lOCyiuBdDy { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;background-color:#f8ac78;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;box-shadow: none;color:#1c1c1c;display:block; }
 }@media only screen and (max-width: 763px) { #yQLDW8qhrUEx10SnuZgWKzGTEyGb08Ba { display:block; }
 }@media only screen and (max-width: 763px) { #VdW4VSmAAFgpfQfhRLBUX3VMkqdVOtT8 { display:none; }#VdW4VSmAAFgpfQfhRLBUX3VMkqdVOtT8 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uxT1O2HNOlrN751zVMJwrPMXt0LEVHiV { display:none; }#uxT1O2HNOlrN751zVMJwrPMXt0LEVHiV > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MkOB4txpZ0vDQdt3WuOBixhwxk9wRqcL { top:2.75rem;left:0rem;width:18.75rem;height:;font-size:2.1875rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #Ee7IXM3cUVcTeMDukimdOBpBAfFOX07T { top:0.875rem;left:3.156005859375rem;width:4.5rem;height:;font-size:2.1875rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #h5TE76AVfnfM2kxIZrlL95RplzOBGtOS { top:1.0625rem;left:10.87451171875rem;width:4.0625rem;height:;font-size:2.1875rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #WisZWUhgIkKXCwe3UqpuztkJNiTcsicy { top:4.125rem;left:0rem;width:4.5rem;height:;font-size:0.8125rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #xLO9biF6Q7fstIUWEHFQOHuCwDplPGim { top:4.1875rem;left:0rem;width:6.3125rem;height:;font-size:0.8125rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #Vh1Tmdy1xSkFquDvd4gMTSpKzXilOKig { top:4.0625rem;left:10.4375rem;width:5rem;height:;font-size:0.8125rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #dM1fqWzMlyx9wTTwzrsc79R9uStxhuES { display:block; } #e7a96213d3efb8677409aa80237e4f69.widget-smartsection *:focus-visible, #e7a96213d3efb8677409aa80237e4f69.widget-smartsection input[type="text"]:focus-visible, #e7a96213d3efb8677409aa80237e4f69.widget-smartsection input[type="email"]:focus-visible, #e7a96213d3efb8677409aa80237e4f69.widget-smartsection input[type="tel"]:focus-visible, #e7a96213d3efb8677409aa80237e4f69.widget-smartsection textarea:focus-visible { outline: none; } #dM1fqWzMlyx9wTTwzrsc79R9uStxhuES > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #D7RzEzl23GerJ2SHRNkJl284STVcAEwm { display:block; }#D7RzEzl23GerJ2SHRNkJl284STVcAEwm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PnhWr96JntzdHhFQU69ifVbC3lfFvrKk { top:1.625rem;left:0.3111572265625rem;width:47.0625rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rixb92XFIKPF91SqLCmraPL2Fv30ymTU { display:block; }#Rixb92XFIKPF91SqLCmraPL2Fv30ymTU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BAuZd7ClMQx0MvyOaXLaf1oVCRyJMVlu { top:0.9375rem;left:0rem;width:15.625rem;height:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNWTJwMzoaIyevtxUIcBZ4NaTApZThn7 { top:24.0625rem;left:0rem;width:15.625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZBrIawIenqTT4m4kncg8e1tAVuIv3Qo { top:24.375rem;left:20.1875rem;width:15.625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fv1yCTbTH6NchupEATyepJK9PxlITu68 { top:24.0625rem;left:8.25rem;width:15.625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhUWIgg7NBDK682VNMnbtCt8DXvo3kQG { top:25.5rem;left:10.4375rem;width:13.4375rem;height:6.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #odR3ent9sGw3kPuRZGUZzxIrMUtfdxu4 { top:25.9375rem;left:22.375rem;width:13.4375rem;height:6.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rD19s5JlFJMiF3fKZGf5qs5XunhZLcsB { top:25.5rem;left:0rem;width:13.3125rem;height:7.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ak2axrka8GNu2NlBAPBCmmCVunz8ws8R { top:1.1875rem;left:32.125rem;width:15.625rem;height:23.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwKQToRhCz6XBqawdIsHoc5bl4G8461W { top:24.125rem;left:32.125rem;width:15.625rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HU5NtiLvb583uohlGsoKX2wCEMhl7ubf { top:25.8125rem;left:34.3125rem;width:13.4375rem;height:7.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sstCJAQJmev5ioO027OIiwEPXC3dkhga { top:33.8125rem;left:0rem;width:12.375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPlCabTpoyrul3mpl4kE6ZMLN5Bzh4uS { top:33.8125rem;left:11.5rem;width:12.375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rh1pQovfva3SqoXKagQaq3LHu3PNh2pG { top:33.8125rem;left:35.375rem;width:12.375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNsHXR8reuUhEOvnx2f90Z2b28DTJEvk { top:33.8125rem;left:23.4375rem;width:12.375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cyt2W7UZ0rFTmgyswJTFxmB05kWixtSd { top:0.9375rem;left:8.25rem;width:15.625rem;height:23.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMT3WRMDpMVX5zrZrub6gQg3A92rV7Mr { top:1.25rem;left:20.1875rem;width:15.625rem;height:23.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWk3pPQcLzNMCMu6LUC8u76Ee7CIBdi6 { display:block; } #F218f82ff50c3ad81c45c6ff76b8a53d.widget-smartsection *:focus-visible, #F218f82ff50c3ad81c45c6ff76b8a53d.widget-smartsection input[type="text"]:focus-visible, #F218f82ff50c3ad81c45c6ff76b8a53d.widget-smartsection input[type="email"]:focus-visible, #F218f82ff50c3ad81c45c6ff76b8a53d.widget-smartsection input[type="tel"]:focus-visible, #F218f82ff50c3ad81c45c6ff76b8a53d.widget-smartsection textarea:focus-visible { outline: none; } #fWk3pPQcLzNMCMu6LUC8u76Ee7CIBdi6 > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #vkIdPQn0nPOKB5o77LOxTJwoX1IXfRnI { display:block; }#vkIdPQn0nPOKB5o77LOxTJwoX1IXfRnI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MbB2b9wBIRbgsfv4HG17z3v3ZpnNS6Vh { width:24.375rem;height:1.5rem;top:4.4375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEOuzr7APkQyu1SIDB1hJCIl3IFdb97I { width:31.6875rem;height:2.875rem;top:6.375rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocDIrZpmTgeE9mfJfLmBTfTLKXxeKJ5H { width:24.875rem;height:9.0625rem;top:10.6875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGzX1lqoXIM3dbfGpCGOXRFVpbK7yp38 { top:18.5rem;left:0rem;width:25rem;height:31.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhDPinkzx74J9PDpfxino1SV8APi0gwS { top:4.4375rem;left:22.75rem;width:25rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SptwE6afbkzKCc8brSUfQJp40HTJI3NT { width:25.3125rem;height:5.1875rem;top:37.8125rem;left:22.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahHH41HormvHTkahEqNTc9IJCy4dwb90 { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;background-color:#f8ac78;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;box-shadow: none;color:#1c1c1c;display:block; }
 }@media only screen and (max-width: 763px) { #dzh45QeERp4Ov5fT3DdegqvxUwdJ5eSG { display:block; }
 }@media only screen and (max-width: 763px) { #UlZ3P71agwb0wvtZ6lmbwTUgUR68pbP9 { display:none; }#UlZ3P71agwb0wvtZ6lmbwTUgUR68pbP9 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bttuAL6r3fppnNPlMOlA0XTUh9OVE3BE { display:block; }#bttuAL6r3fppnNPlMOlA0XTUh9OVE3BE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ff6sPgy0Zwkaf6A6cF2SVmAmAfuTX1dt { width:29.8125rem;height:5.75rem;top:11.875rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBZ2b6yLKWUvQiD7DNZwhWZqObkqDQe1 { width:25.5rem;height:0;top:18.5rem;left:0rem;font-size:1.0625rem;display:block; }#KBZ2b6yLKWUvQiD7DNZwhWZqObkqDQe1 li:before{  }
 }@media only screen and (max-width: 763px) { #f2ZTLslLgHqioaEBPtAOxayooR0nOhQ5 { width:18.75rem;height:3.125rem;top:24.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AeiLplNkwMVgRbnsD6unvQmmpxSVADwv { display:block; }
 }@media only screen and (max-width: 763px) { #gezS2EURgHVtmagmcH5q6I8lETxupKCS { width:24.375rem;height:1.5rem;top:9.875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yiQTbF6wRLXnHdt93NeVOarua8uteIrL { top:0rem;left:10.25rem;width:37.5rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3tQ9ZzuR6Itawwmd1HZT7A4Vg3lQHx6 { display:none; }#E3tQ9ZzuR6Itawwmd1HZT7A4Vg3lQHx6 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RkaMvQnfi0t9zLP0uekbmEoZwxhngN5X { display:block; }#RkaMvQnfi0t9zLP0uekbmEoZwxhngN5X > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JIf6Df88ccFKHO3cDqhKTgyUiPProEH5 { width:26.0625rem;height:5.75rem;top:11.6875rem;left:21.625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQ2EMAAw6H4kFhhlpBGAsiA0T7bISpLa { width:28.625rem;height:0;top:18.3125rem;left:19.125rem;font-size:1.0625rem;display:block; }#fQ2EMAAw6H4kFhhlpBGAsiA0T7bISpLa li:before{  }
 }@media only screen and (max-width: 763px) { #N9f8s1iVJRM4ZVBGJ7R1h6B2H9t2TEhO { width:18.75rem;height:3.125rem;top:25.25rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w52b8MC2CkSpl5s81LIdTsGtJBt5OJRM { display:block; }
 }@media only screen and (max-width: 763px) { #i1lHnmMUVNVyGT6BhhMAsqaxnhCqxAmV { width:24.375rem;height:1.5rem;top:9.5625rem;left:23.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQrDCCSG5oAwlVqgoesEQpLwqFR0nnEN { top:0rem;left:0rem;width:37.5rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5mzOIVBGMgOevcQ0nmhB6G8xHHpsBo1 { display:none; }#k5mzOIVBGMgOevcQ0nmhB6G8xHHpsBo1 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WtzbaX80TEc2EXG5LrACrUrm17vKTH1z { display:block; }#WtzbaX80TEc2EXG5LrACrUrm17vKTH1z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #txcJ6l6ugHHytnUTfQ13i4rJlhRSJJql { width:27.8125rem;height:5.75rem;top:11.4375rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWfvsfbvcF8vTJtVS7yAc6ypqISgATUT { width:28.625rem;height:0;top:18.0625rem;left:0rem;font-size:1.0625rem;display:block; }#gWfvsfbvcF8vTJtVS7yAc6ypqISgATUT li:before{  }
 }@media only screen and (max-width: 763px) { #FE6gUl7X2ger9t9ru3PDtBFV2qpUB2dQ { width:18.25rem;height:3.125rem;top:25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9NdhFtRSKwB0roexTMfvqsp9T7slNKT { display:block; }
 }@media only screen and (max-width: 763px) { #MmUeOcM08B9n9oQ5J8TTRGtJTNwmaK54 { width:24.375rem;height:1.5rem;top:9.375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yB5CXDQMeXfDJ5AfouOKqqRzS8QRKuCQ { top:0rem;left:10.25rem;width:37.5rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmVEWLTEBZDiKHIuThzPf7EWB5NTTTZX { display:none; }#lmVEWLTEBZDiKHIuThzPf7EWB5NTTTZX > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zTnsrPAgSnLhG8aV0aniMSWaKi0lIltg { display:block; }#zTnsrPAgSnLhG8aV0aniMSWaKi0lIltg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VgtCyebCzaUhXWVHqxi4DzIxp4AyCfVh { width:25rem;height:5.75rem;top:11.4375rem;left:22.6875rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9o5I8rTWPHC3tvIgmO1N7MksvNfKfiH { width:28.625rem;height:6.4375rem;top:17.875rem;left:19.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnwVMqG0LIditLnrNFEuFBF4TXhp0RJS { width:18.25rem;height:2.6875rem;top:25.5rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pn9pkNmFdFexGlUMrWanmmLLSH9SIn2S { display:block; }
 }@media only screen and (max-width: 763px) { #dNpbxXALuZgsy0NwDVepXaW4mwgXGt7X { width:24.375rem;height:1.5rem;top:9.3125rem;left:23.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwFWHlfZwqlCMfpJhW6Om7yZ7xmUU1sz { top:0rem;left:0rem;width:37.5rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3F1N4eTG91yWt061cDUX4QTBdAyOcIB { display:block; } #e8513f4c4b90070a890f6de6b1dd32b2.widget-smartsection *:focus-visible, #e8513f4c4b90070a890f6de6b1dd32b2.widget-smartsection input[type="text"]:focus-visible, #e8513f4c4b90070a890f6de6b1dd32b2.widget-smartsection input[type="email"]:focus-visible, #e8513f4c4b90070a890f6de6b1dd32b2.widget-smartsection input[type="tel"]:focus-visible, #e8513f4c4b90070a890f6de6b1dd32b2.widget-smartsection textarea:focus-visible { outline: none; } #T3F1N4eTG91yWt061cDUX4QTBdAyOcIB > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #CflknKC9Byayx4V1p2ft7yZF89C4QsbT { display:block; } #ff7da9c2ef9b97744f66f9634640ac02.widget-smartsection *:focus-visible, #ff7da9c2ef9b97744f66f9634640ac02.widget-smartsection input[type="text"]:focus-visible, #ff7da9c2ef9b97744f66f9634640ac02.widget-smartsection input[type="email"]:focus-visible, #ff7da9c2ef9b97744f66f9634640ac02.widget-smartsection input[type="tel"]:focus-visible, #ff7da9c2ef9b97744f66f9634640ac02.widget-smartsection textarea:focus-visible { outline: none; } #CflknKC9Byayx4V1p2ft7yZF89C4QsbT > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #HpAPl5oTyE4kTnBp8ZdUV8nA4XTULR51 { display:block; }#HpAPl5oTyE4kTnBp8ZdUV8nA4XTULR51 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MHIQZ5Qt2pLa84kM3VHGCyQsoRkercz5 { width:44.6875rem;height:3.125rem;top:2.3125rem;left:1.5625rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuOB7FVyKwM3UKGGT4t1Z7bfepewCXEx { width:47.75rem;height:1.0625rem;top:6.4375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #idxALazSb8ziIM8mLotG2I0IsbmgEgDF { display:none; }#idxALazSb8ziIM8mLotG2I0IsbmgEgDF > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ADcNgIbl1EOzst5em0yvsC9ppMPeQNsD { display:none; }
 }@media only screen and (max-width: 763px) { #XxRaKS41ITsSdrfHf3BgZK7tTzfzbDMA { display:block; }#XxRaKS41ITsSdrfHf3BgZK7tTzfzbDMA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qix3qvqJgfJvylIft3kkdmteg4ieuXE6 { top:0rem;left:0rem;width:47.75rem;height:41.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PK6TmBiZyUP1nxCUUeeBzUmFJA85cQAk { display:none; }#PK6TmBiZyUP1nxCUUeeBzUmFJA85cQAk > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tTzdNuhrP4imClQhn8fSWVZr9W31MwvR { display:block; }#tTzdNuhrP4imClQhn8fSWVZr9W31MwvR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NfhTsT300fNVTD8qIP7RQInhlRHVHRxQ { width:44.6875rem;height:3.0625rem;top:2.4375rem;left:1.53125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxrlViEsaKsLpFg2TbwfZa3Zh0USLE4w { display:block; }#XxrlViEsaKsLpFg2TbwfZa3Zh0USLE4w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WFcuP4syq2IQtf1m8PyiHlIuT3i6bFVm { top:2.9375rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUvkR5blAzqP5rNQ8XaTm3IrR4CPf02g { width:15.75rem;height:3.25rem;top:4.75rem;left:0.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxTTu0xyz7JhZySbps7TDGJGTO9d4C2X { width:15.4375rem;height:1.25rem;top:2.875rem;left:0.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEFIOQkTCSAJnoWri2R3ecTC3Umkvr1Q { top:2.375rem;left:15.875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OEwG6JSFvJ6pBJTtLRN5qqRqfJGtt6hM { width:17.1875rem;height:4.375rem;top:4.1875rem;left:14.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BitVHMA7ONiOZfuwP0DXVd1oksu5Nwe5 { width:17.1875rem;height:1.25rem;top:2.3125rem;left:14.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JelTCc2yTpz6uDPIfdLMHtzSSTxtGe0t { top:2.9375rem;left:31.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oexagWFo0IHXSA9VN9BvWgz7LDV0gR9x { width:17.9375rem;height:1.25rem;top:2.875rem;left:29.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2FBhxcRZPyMhzkTeyvkN3Au0PmDI0wS { width:17.1875rem;height:3.25rem;top:4.75rem;left:30.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGEy3QmMwTdHCtVnSBezLQLKH2rXwKJl { display:block; }#ZGEy3QmMwTdHCtVnSBezLQLKH2rXwKJl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kAkISV50sSehzMKiDMcMsvEMfehHcSHL { top:3rem;left:31.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8rti6UmIzsOg94o8F9zs92HH49pGtqn { width:17.1875rem;height:3.25rem;top:4.8125rem;left:30.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvbcT9yLqSrdP2rRndqlVy8gmWULgO9l { width:17.1875rem;height:1.25rem;top:2.9375rem;left:30.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #noPpdpRI6NbsUHorO2M70ItQRsTLdI0F { width:17.5rem;height:2.1875rem;top:5.25rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q69FnK8MmNOPAOCRnoHOa4HtsJ0EyIeH { top:3.8125rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAgwGTaqZ5qs5VbAzgKuTgAKZMkqtTHK { width:17.1875rem;height:1.25rem;top:3.5rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0i2cezublG6h6RTRFJSzs1TW6qirtfb { top:2.875rem;left:15.875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rU4MxxtcEeL2bVrWud5ydNW54zEFmDRa { width:17.1875rem;height:1.25rem;top:3rem;left:14.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxyxJh2pZ0EaIWnE3yuaaWz3vNomSOWG { width:17.1875rem;height:3.25rem;top:4.8125rem;left:14.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nibFNGEBW34hSU2TACa4CqsAUeLTuIqS { display:block; } #c74b739673a01a1c190cda54120493f5.widget-smartsection *:focus-visible, #c74b739673a01a1c190cda54120493f5.widget-smartsection input[type="text"]:focus-visible, #c74b739673a01a1c190cda54120493f5.widget-smartsection input[type="email"]:focus-visible, #c74b739673a01a1c190cda54120493f5.widget-smartsection input[type="tel"]:focus-visible, #c74b739673a01a1c190cda54120493f5.widget-smartsection textarea:focus-visible { outline: none; } #nibFNGEBW34hSU2TACa4CqsAUeLTuIqS > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #KNQ0aInV4ZAgTH8IsgvvIvdbVvMt43Jr { display:block; } #ccc9c03fa6cf1a4d980b63b1278240c8.widget-smartsection *:focus-visible, #ccc9c03fa6cf1a4d980b63b1278240c8.widget-smartsection input[type="text"]:focus-visible, #ccc9c03fa6cf1a4d980b63b1278240c8.widget-smartsection input[type="email"]:focus-visible, #ccc9c03fa6cf1a4d980b63b1278240c8.widget-smartsection input[type="tel"]:focus-visible, #ccc9c03fa6cf1a4d980b63b1278240c8.widget-smartsection textarea:focus-visible { outline: none; } #KNQ0aInV4ZAgTH8IsgvvIvdbVvMt43Jr > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #szmHkBhKL8J3qw62NUdE92O5kEwpTiSN { display:block; }#szmHkBhKL8J3qw62NUdE92O5kEwpTiSN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JsOW59HwKEv4WCsUvmTw00oky9eLSoP2 { width:47.75rem;height:2.875rem;top:3.5625rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnheFFd4n0DZdILrLrdHGtnktVzddeVi { width:20.125rem;height:1.5rem;top:7rem;left:13.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHzEWSmxHnQHwcxvoPxrC8kGoy9mbb4W { width:47.75rem;height:24.9375rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEvczJunH9i61s9Z96MixqMX2VJWCDlK { display:block; }#KEvczJunH9i61s9Z96MixqMX2VJWCDlK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rUZ9zidTTi4tWcv5soF2TBQ6sN3GIlbl { width:47.75rem;height:24.9375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0iGEfeEfFpExXTHi7w4e10UnU7i5tOA { display:block; }#Z0iGEfeEfFpExXTHi7w4e10UnU7i5tOA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L0AT2QUTUPpINy0ABiRPDMJxeKImaAld { top:2.4375rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4H0DVC0vkEEhiwZEGC3gBhvDFTmgkP3 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#U4H0DVC0vkEEhiwZEGC3gBhvDFTmgkP3 { display:flex;height:auto;width:27.8125rem;top:17.625rem;left:17.4375rem; }
 }@media only screen and (max-width: 763px) { #U4H0DVC0vkEEhiwZEGC3gBhvDFTmgkP3 #HI8ac1iBJ6aKGaKGFoIBc68nnwb6427d {  }
 }@media only screen and (max-width: 763px) { #U4H0DVC0vkEEhiwZEGC3gBhvDFTmgkP3 #ZPTsqWiGg73ZKHVXGf5yMZKm1pcrf3dn {  }
 }@media only screen and (max-width: 763px) { #U4H0DVC0vkEEhiwZEGC3gBhvDFTmgkP3 #vteOr2RqJgVwZfbTbZpEXvylOhyOHt1b {  }
 }@media only screen and (max-width: 763px) { #U4H0DVC0vkEEhiwZEGC3gBhvDFTmgkP3 #Z7pqZGZiQ7neLDHCUkpvKq1TLdAlrmdV {  }
 }@media only screen and (max-width: 763px) { #U4H0DVC0vkEEhiwZEGC3gBhvDFTmgkP3 #zlMMV06oWAMyqO0EortekkqKM5LooSer {  }
 }@media only screen and (max-width: 763px) { #U4H0DVC0vkEEhiwZEGC3gBhvDFTmgkP3 #UVrVCIVHMKq3fPPz87TukXgyH0tfTOHJ {  }
 }@media only screen and (max-width: 763px) { #U4H0DVC0vkEEhiwZEGC3gBhvDFTmgkP3 #b003u4XrQs2T5WXW4bQnZgDeT1Ksk04p {  }
 }@media only screen and (max-width: 763px) { #U4H0DVC0vkEEhiwZEGC3gBhvDFTmgkP3 #FfyvmAeBCTzHomeglrxpZg9Fa7bgghIG {  }
 }@media only screen and (max-width: 763px) { #U4H0DVC0vkEEhiwZEGC3gBhvDFTmgkP3 #hxc5lcqBLNf3orIJdT1EvkbIkTSFMypU {  }
 }@media only screen and (max-width: 763px) { #U4H0DVC0vkEEhiwZEGC3gBhvDFTmgkP3 #Cl3y5CIzyZ32xlKSH2CcxexiSUmViKWb {  }
 }@media only screen and (max-width: 763px) { #U4H0DVC0vkEEhiwZEGC3gBhvDFTmgkP3 #l04fFBDkcARLEAUDCkUyZ985orhunIZP {  }
 }@media only screen and (max-width: 763px) { #U4H0DVC0vkEEhiwZEGC3gBhvDFTmgkP3 #UfhBTTuWpcR8q5hTDOnu5STT3NKHQSsn {  }
 }@media only screen and (max-width: 763px) { #U4H0DVC0vkEEhiwZEGC3gBhvDFTmgkP3 #kqrNlAJRBkf04QFeGPndTTX03NUWEd7t {  }
 }@media only screen and (max-width: 763px) { #U4H0DVC0vkEEhiwZEGC3gBhvDFTmgkP3 #PuZSEATrfle7eiN8Sd04bQvdG9MvqFvN {  }
 }@media only screen and (max-width: 763px) { #U4H0DVC0vkEEhiwZEGC3gBhvDFTmgkP3 #kIb7qE6349Tt0F0Ng0bA4B6Q1a9l7sMz {  }
 }@media only screen and (max-width: 763px) { #U4H0DVC0vkEEhiwZEGC3gBhvDFTmgkP3 #D6uPGFaNvfGZzBH0uV8Llm6kpQ7MzAbm {  }
 }@media only screen and (max-width: 763px) { #U4H0DVC0vkEEhiwZEGC3gBhvDFTmgkP3 #isKZbraVbBlEE63TPmAfnHKOtyJfBhO7 {  }
 }@media only screen and (max-width: 763px) { #U4H0DVC0vkEEhiwZEGC3gBhvDFTmgkP3 #PPD9A8ISiaXLTTkCpEWKW8asuMFN0OI7 {  }
 }@media only screen and (max-width: 763px) { #U4H0DVC0vkEEhiwZEGC3gBhvDFTmgkP3 #MX4kmXTkZr8sQfJibcwVU9r1PtKLyKBR {  }
 }@media only screen and (max-width: 763px) { #U4H0DVC0vkEEhiwZEGC3gBhvDFTmgkP3 #C5s4FxPht1TeAyNJQBr6Xe6yR47WcRy5 {  }
 }@media only screen and (max-width: 763px) { #U4H0DVC0vkEEhiwZEGC3gBhvDFTmgkP3 #TIfTW0XO7HD1nd3pN9qWTLaVqqzdFvp3 {  }
 }@media only screen and (max-width: 763px) { #U4H0DVC0vkEEhiwZEGC3gBhvDFTmgkP3 #gHtx79F1RoIpcZKyFqUy6y86pq13GSIb {  }
 }@media only screen and (max-width: 763px) { #U4H0DVC0vkEEhiwZEGC3gBhvDFTmgkP3 #FfzifUJS2edvo5p2wJgXqtByxpLnFauW {  }
 }@media only screen and (max-width: 763px) { #U4H0DVC0vkEEhiwZEGC3gBhvDFTmgkP3 #RHCihxLTSdDR7JglG8P7TBWUIGqS0Rt1 {  }
 }@media only screen and (max-width: 763px) { #U4H0DVC0vkEEhiwZEGC3gBhvDFTmgkP3 #rUvQNNCND76TH1cOWXSt1ke95s5nh10H {  }
 }@media only screen and (max-width: 763px) { #U4H0DVC0vkEEhiwZEGC3gBhvDFTmgkP3 #TM4PQH9EmGDS8dSBl9T5zOp55bzFEhx9 {  }
 }@media only screen and (max-width: 763px) { #U4H0DVC0vkEEhiwZEGC3gBhvDFTmgkP3 #mwPGLOJA5D8I91LItEhEGm5KC7JSCtIU {  }
 }@media only screen and (max-width: 763px) { #U4H0DVC0vkEEhiwZEGC3gBhvDFTmgkP3 #czDuhUKCfzkVM4k4dN4CkwLW4SaZbL1k {  }
 }@media only screen and (max-width: 763px) { #U4H0DVC0vkEEhiwZEGC3gBhvDFTmgkP3 #TyPR7NxivSfSvsuDvDaB3JeIxRhMTRRR {  }
 }@media only screen and (max-width: 763px) { #U4H0DVC0vkEEhiwZEGC3gBhvDFTmgkP3 #w7hQQzrqzDTSFfuDNgcTA2HHA2NI5Oil {  }
 }@media only screen and (max-width: 763px) { #U4H0DVC0vkEEhiwZEGC3gBhvDFTmgkP3 #rQrPgWeLi8HlwUJwuvrAuxpK38TJmpDW {  }
 }@media only screen and (max-width: 763px) { #U4H0DVC0vkEEhiwZEGC3gBhvDFTmgkP3 #wA111Wh9ybX9u5mDMGMIOFbCfflgzsRk {  }
 }@media only screen and (max-width: 763px) { #U4H0DVC0vkEEhiwZEGC3gBhvDFTmgkP3 #o2EuI6e2FLeAv7gb2WNBrWvq3GryCHC5 {  }
 }@media only screen and (max-width: 763px) { #U4H0DVC0vkEEhiwZEGC3gBhvDFTmgkP3 #LehaSVTSqiJ4Mvx69yfr1vDuQeJr6uAW {  }
 }@media only screen and (max-width: 763px) { #U4H0DVC0vkEEhiwZEGC3gBhvDFTmgkP3 #UROJfSlkBI4XrhHO02tk4grPuKqUsWh6 {  }
 }@media only screen and (max-width: 763px) { #U4H0DVC0vkEEhiwZEGC3gBhvDFTmgkP3 #gFTy06VsDt5gbe6XOVEI8gOFLmMFPOKC {  }
 }@media only screen and (max-width: 763px) { #U4H0DVC0vkEEhiwZEGC3gBhvDFTmgkP3 #PUIxPPn3ORTE6lOGKzTqTuVdO2gE7fgS {  }
 }@media only screen and (max-width: 763px) { #U4H0DVC0vkEEhiwZEGC3gBhvDFTmgkP3 #lHX87E4nOd8cImnmDhESlOsQfIqDh13a {  }
 }@media only screen and (max-width: 763px) { #U4H0DVC0vkEEhiwZEGC3gBhvDFTmgkP3 #dBoWVlybdzm6Naxq2iO96xRN6RcGsQN3 {  }
 }@media only screen and (max-width: 763px) { #U4H0DVC0vkEEhiwZEGC3gBhvDFTmgkP3 #MwFhG667MgvZODRwF3JOIJXNxBL4br5z {  }
 }@media only screen and (max-width: 763px) { #U4H0DVC0vkEEhiwZEGC3gBhvDFTmgkP3 #HByW9SG5RNQ8ATkklrsTkTUpdgnc640w {  }
 }@media only screen and (max-width: 763px) { #U4H0DVC0vkEEhiwZEGC3gBhvDFTmgkP3 #ws1Ca7EKlBTdlo7O0QibSuJkE1cvTICn {  }
 }@media only screen and (max-width: 763px) { #U4H0DVC0vkEEhiwZEGC3gBhvDFTmgkP3 #E8s7nbv5MDR9h8mGQhp42dBkZ7TlI3Fn {  }
 }@media only screen and (max-width: 763px) { #U4H0DVC0vkEEhiwZEGC3gBhvDFTmgkP3 #PxlvBRpmXKVg84tAESPvLTvKEudlvAgH {  }
 }@media only screen and (max-width: 763px) { #U4H0DVC0vkEEhiwZEGC3gBhvDFTmgkP3 #gEvPXMN4pkxFAu2qpX7BWMtHtySlH0h8 {  }
 }@media only screen and (max-width: 763px) { #JbdMhU7s6zzg92seBunr3fZMPHARWDA4 { display:block; } #H25ef35e588e7f3bbb2c6b9640c97b20.widget-smartsection *:focus-visible, #H25ef35e588e7f3bbb2c6b9640c97b20.widget-smartsection input[type="text"]:focus-visible, #H25ef35e588e7f3bbb2c6b9640c97b20.widget-smartsection input[type="email"]:focus-visible, #H25ef35e588e7f3bbb2c6b9640c97b20.widget-smartsection input[type="tel"]:focus-visible, #H25ef35e588e7f3bbb2c6b9640c97b20.widget-smartsection textarea:focus-visible { outline: none; } #JbdMhU7s6zzg92seBunr3fZMPHARWDA4 > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #HA7FUeGZ8ka6EK21CUDvk3kgrSfgRgHe { display:none; }#HA7FUeGZ8ka6EK21CUDvk3kgrSfgRgHe > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #T8aXtLeBdKhDWx62qPlruPsZOhI4iOTi { display:none; }#T8aXtLeBdKhDWx62qPlruPsZOhI4iOTi > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #T5WMd2uB1cFoEf8FV0SZwszmIqaaDZ3O { width:20rem;height:2.5625rem;top:4.0625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2d1hti00iKi5wEiA8XNr34pVz6AUFiQ { width:10.3125rem;height:2.75rem;top:27.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CCuewzHtNTXcL3wO5b3JXa0A1EVVXemH { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { position:relative;z-index:auto;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BHUweRTMt2CwgLkRhSXaZLowRcPfKO3x { width:10.625rem;height:1.93725625rem;top:0.9375rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5EF38ixa3zpoXNZ90MT5a3TbQDJTtyy { width:20rem;height:0;top:5.0625rem;left:0rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #X2neT2olTgllvfwO0hbMOXHEeIA4XPTn { width:10.3125rem;height:2.75rem;top:9.725rem;left:4.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ew9CN5k3iPBeBFqDcRtZJlOOa7eGg4JS { display:block; }
 }@media only screen and (max-width: 763px) { #ZO7hu2KfETOfzhmaZIsHsTRkwOcrNZQV { display:none; }#ZO7hu2KfETOfzhmaZIsHsTRkwOcrNZQV > .row .container { width:20rem;height:2.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lRT63TMG5Mm0NmGuNTIqVVzTeMVhxP25 { background-color:#e8e7e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#lRT63TMG5Mm0NmGuNTIqVVzTeMVhxP25 > .row .container { background-color: transparent; background-image: none; }#lRT63TMG5Mm0NmGuNTIqVVzTeMVhxP25::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lRT63TMG5Mm0NmGuNTIqVVzTeMVhxP25 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lRT63TMG5Mm0NmGuNTIqVVzTeMVhxP25 > .row .container > .video-iframe-container { display: none; }#lRT63TMG5Mm0NmGuNTIqVVzTeMVhxP25 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lRT63TMG5Mm0NmGuNTIqVVzTeMVhxP25 > .row > .video-iframe-container { display: none; }#lRT63TMG5Mm0NmGuNTIqVVzTeMVhxP25 > .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); }#lRT63TMG5Mm0NmGuNTIqVVzTeMVhxP25 > .row .container { border-width: 0; border-radius: 0; }#lRT63TMG5Mm0NmGuNTIqVVzTeMVhxP25 > .row .container { width:20rem;height:17.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #muc6fPTpy4lPGH0JkofUg0CwzHgCy5D6 { width:16.749875rem;height:4.7973625rem;top:1.6864013671875rem;left:1.62353515625rem;font-size:2rem;z-index:15026;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #KZddFfgXZ5cO0Np3xxmqUTnV1VBzk6ui { width:20rem;height:3.8964875rem;top:7.2027587890625rem;left:0rem;font-size:1rem;z-index:15026;text-align:center;text-align-last:center;color:#000000;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #BciZMQ7Jwe2cngIrv7Nxvywtc2ypzJCL { width:15.84275rem;height:3.28051875rem;top:12.4365234375rem;left:2.0782470703125rem;background-color:#1e1e1e;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;box-shadow: none;color:#ffffff;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VR6gnowbbeQCFBTC3Ab1gUXTaZZxRX3v { display:block; }
 }@media only screen and (max-width: 763px) { #q65sTmJtzvziNMgZEGTbO6lOCyiuBdDy { width:16.4375rem;height:3.625rem;top:16.700439453125rem;left:1.77978515625rem;background-color:rgba(255,255,255,0.3);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;box-shadow: none;color:#1e1e1e;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #yQLDW8qhrUEx10SnuZgWKzGTEyGb08Ba { display:block; }
 }@media only screen and (max-width: 763px) { #VdW4VSmAAFgpfQfhRLBUX3VMkqdVOtT8 { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/361671c6-1348-4571-ac47-cb3bdb5e69bd/022526_Style_BAURefresh_RealWomen_ONF_2331.jpg");background-position:bottom 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VdW4VSmAAFgpfQfhRLBUX3VMkqdVOtT8.adaptive-delivery-prevent-bg, #VdW4VSmAAFgpfQfhRLBUX3VMkqdVOtT8.lazyload, #VdW4VSmAAFgpfQfhRLBUX3VMkqdVOtT8.lazyloading { background-image: none; }#VdW4VSmAAFgpfQfhRLBUX3VMkqdVOtT8 > .row .container { background-color: transparent; background-image: none; }#VdW4VSmAAFgpfQfhRLBUX3VMkqdVOtT8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VdW4VSmAAFgpfQfhRLBUX3VMkqdVOtT8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VdW4VSmAAFgpfQfhRLBUX3VMkqdVOtT8 > .row .container > .video-iframe-container { display: none; }#VdW4VSmAAFgpfQfhRLBUX3VMkqdVOtT8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VdW4VSmAAFgpfQfhRLBUX3VMkqdVOtT8 > .row > .video-iframe-container { display: none; }#VdW4VSmAAFgpfQfhRLBUX3VMkqdVOtT8 > .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); }#VdW4VSmAAFgpfQfhRLBUX3VMkqdVOtT8 > .row .container { border-width: 0; border-radius: 0; }#VdW4VSmAAFgpfQfhRLBUX3VMkqdVOtT8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VdW4VSmAAFgpfQfhRLBUX3VMkqdVOtT8 > .row .container { width:20rem;height:27.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uxT1O2HNOlrN751zVMJwrPMXt0LEVHiV { background-color:#f7f2e8;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uxT1O2HNOlrN751zVMJwrPMXt0LEVHiV > .row .container { background-color: transparent; background-image: none; }#uxT1O2HNOlrN751zVMJwrPMXt0LEVHiV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uxT1O2HNOlrN751zVMJwrPMXt0LEVHiV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uxT1O2HNOlrN751zVMJwrPMXt0LEVHiV > .row .container > .video-iframe-container { display: none; }#uxT1O2HNOlrN751zVMJwrPMXt0LEVHiV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uxT1O2HNOlrN751zVMJwrPMXt0LEVHiV > .row > .video-iframe-container { display: none; }#uxT1O2HNOlrN751zVMJwrPMXt0LEVHiV > .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); }#uxT1O2HNOlrN751zVMJwrPMXt0LEVHiV > .row .container { border-width: 0; border-radius: 0; }#uxT1O2HNOlrN751zVMJwrPMXt0LEVHiV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uxT1O2HNOlrN751zVMJwrPMXt0LEVHiV > .row .container { width:20rem;height:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MkOB4txpZ0vDQdt3WuOBixhwxk9wRqcL { width:4.56176875rem;height:2.6245125rem;top:1.375rem;left:7.6875rem;font-size:2.1875rem;z-index:15032;text-align:center;text-align-last:center;color:#ffffff;font-family:var(--headlines-font-family);font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Ee7IXM3cUVcTeMDukimdOBpBAfFOX07T { width:6.749875rem;height:2.6245125rem;top:1.375rem;left:0rem;font-size:2.1875rem;z-index:15033;text-align:center;text-align-last:center;color:#ffffff;font-family:var(--headlines-font-family);font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #h5TE76AVfnfM2kxIZrlL95RplzOBGtOS { width:4.12475625rem;height:2.6245125rem;top:1.375rem;left:14.75rem;font-size:2.1875rem;z-index:15034;text-align:center;text-align-last:center;color:#57695b;font-family:var(--headlines-font-family);font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #WisZWUhgIkKXCwe3UqpuztkJNiTcsicy { width:5rem;height:1.95068125rem;top:4.5rem;left:7.5rem;font-size:0.8125rem;z-index:15033;text-align:center;text-align-last:center;color:#1e1e1e;font-family:var(--headlines-font-family);font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #xLO9biF6Q7fstIUWEHFQOHuCwDplPGim { width:6.3745rem;height:1.95068125rem;top:4.5rem;left:0.1875rem;font-size:0.8125rem;z-index:15034;text-align:center;text-align-last:center;color:#1e1e1e;font-family:var(--headlines-font-family);font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Vh1Tmdy1xSkFquDvd4gMTSpKzXilOKig { width:6.3745rem;height:1.95068125rem;top:4.375rem;left:13.625rem;font-size:0.8125rem;z-index:15035;text-align:center;text-align-last:center;color:#57695b;font-family:var(--headlines-font-family);font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #dM1fqWzMlyx9wTTwzrsc79R9uStxhuES { display:block; } #e7a96213d3efb8677409aa80237e4f69.widget-smartsection *:focus-visible, #e7a96213d3efb8677409aa80237e4f69.widget-smartsection input[type="text"]:focus-visible, #e7a96213d3efb8677409aa80237e4f69.widget-smartsection input[type="email"]:focus-visible, #e7a96213d3efb8677409aa80237e4f69.widget-smartsection input[type="tel"]:focus-visible, #e7a96213d3efb8677409aa80237e4f69.widget-smartsection textarea:focus-visible { outline: none; } #dM1fqWzMlyx9wTTwzrsc79R9uStxhuES > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #D7RzEzl23GerJ2SHRNkJl284STVcAEwm { display:block; }#D7RzEzl23GerJ2SHRNkJl284STVcAEwm > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PnhWr96JntzdHhFQU69ifVbC3lfFvrKk { width:20rem;height:5.19775625rem;top:1.2109375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rixb92XFIKPF91SqLCmraPL2Fv30ymTU { display:none; }#Rixb92XFIKPF91SqLCmraPL2Fv30ymTU > .row .container { width:20rem;height:38.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BAuZd7ClMQx0MvyOaXLaf1oVCRyJMVlu { width:15.625rem;height:23.125rem;top:0.9375rem;left:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fNWTJwMzoaIyevtxUIcBZ4NaTApZThn7 { width:15.625rem;height:12.5rem;top:24.0625rem;left:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TZBrIawIenqTT4m4kncg8e1tAVuIv3Qo { width:15.625rem;height:12.5rem;top:24.375rem;left:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fv1yCTbTH6NchupEATyepJK9PxlITu68 { width:15.625rem;height:12.5rem;top:24.0625rem;left:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LhUWIgg7NBDK682VNMnbtCt8DXvo3kQG { width:13.4375rem;height:auto;top:25.5rem;left:3.25rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #odR3ent9sGw3kPuRZGUZzxIrMUtfdxu4 { width:13.4375rem;height:auto;top:25.9375rem;left:3.25rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rD19s5JlFJMiF3fKZGf5qs5XunhZLcsB { width:13.3125rem;height:auto;top:25.5rem;left:3.3125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ak2axrka8GNu2NlBAPBCmmCVunz8ws8R { width:15.625rem;height:23.4375rem;top:1.1875rem;left:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nwKQToRhCz6XBqawdIsHoc5bl4G8461W { width:15.625rem;height:12.8125rem;top:24.125rem;left:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HU5NtiLvb583uohlGsoKX2wCEMhl7ubf { width:13.4375rem;height:auto;top:25.8125rem;left:3.25rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #sstCJAQJmev5ioO027OIiwEPXC3dkhga { width:12.375rem;height:auto;top:33.8125rem;left:3.8125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #uPlCabTpoyrul3mpl4kE6ZMLN5Bzh4uS { width:12.375rem;height:auto;top:33.8125rem;left:3.8125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Rh1pQovfva3SqoXKagQaq3LHu3PNh2pG { width:12.375rem;height:auto;top:33.8125rem;left:3.8125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VNsHXR8reuUhEOvnx2f90Z2b28DTJEvk { width:12.375rem;height:auto;top:33.8125rem;left:3.8125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Cyt2W7UZ0rFTmgyswJTFxmB05kWixtSd { width:15.625rem;height:23.4375rem;top:0.9375rem;left:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RMT3WRMDpMVX5zrZrub6gQg3A92rV7Mr { width:15.625rem;height:23.4375rem;top:1.25rem;left:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fWk3pPQcLzNMCMu6LUC8u76Ee7CIBdi6 { display:block; } #F218f82ff50c3ad81c45c6ff76b8a53d.widget-smartsection *:focus-visible, #F218f82ff50c3ad81c45c6ff76b8a53d.widget-smartsection input[type="text"]:focus-visible, #F218f82ff50c3ad81c45c6ff76b8a53d.widget-smartsection input[type="email"]:focus-visible, #F218f82ff50c3ad81c45c6ff76b8a53d.widget-smartsection input[type="tel"]:focus-visible, #F218f82ff50c3ad81c45c6ff76b8a53d.widget-smartsection textarea:focus-visible { outline: none; } #fWk3pPQcLzNMCMu6LUC8u76Ee7CIBdi6 > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #vkIdPQn0nPOKB5o77LOxTJwoX1IXfRnI { display:block; }#vkIdPQn0nPOKB5o77LOxTJwoX1IXfRnI > .row .container { width:20rem;height:60rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MbB2b9wBIRbgsfv4HG17z3v3ZpnNS6Vh { width:20rem;height:1.54358125rem;top:1.25rem;left:0rem;font-size:1.1875rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #HEOuzr7APkQyu1SIDB1hJCIl3IFdb97I { width:20rem;height:2.1984875rem;top:3.41796875rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ocDIrZpmTgeE9mfJfLmBTfTLKXxeKJ5H { width:20rem;height:13.8866875rem;top:6.7041015625rem;left:0rem;font-size:1.1875rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #eGzX1lqoXIM3dbfGpCGOXRFVpbK7yp38 { width:20rem;height:25rem;top:36.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #yhDPinkzx74J9PDpfxino1SV8APi0gwS { width:20rem;height:25rem;top:19.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SptwE6afbkzKCc8brSUfQJp40HTJI3NT { width:20rem;height:7.714875rem;top:45.75rem;left:0rem;font-size:1.1875rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ahHH41HormvHTkahEqNTc9IJCy4dwb90 { width:18.75rem;height:3.125rem;top:54.75rem;left:0.625rem;background-color:#1e1e1e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;box-shadow: none;color:#ffffff;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzh45QeERp4Ov5fT3DdegqvxUwdJ5eSG { display:block; }
 }@media only screen and (max-width: 763px) { #UlZ3P71agwb0wvtZ6lmbwTUgUR68pbP9 { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/3a8f7e9d-d1b8-43f1-9674-b44a500255ba/030926_Style_BAU_Rack_GIF_01.webp");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; }#UlZ3P71agwb0wvtZ6lmbwTUgUR68pbP9.adaptive-delivery-prevent-bg, #UlZ3P71agwb0wvtZ6lmbwTUgUR68pbP9.lazyload, #UlZ3P71agwb0wvtZ6lmbwTUgUR68pbP9.lazyloading { background-image: none; }#UlZ3P71agwb0wvtZ6lmbwTUgUR68pbP9 > .row .container { background-color: transparent; background-image: none; }#UlZ3P71agwb0wvtZ6lmbwTUgUR68pbP9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UlZ3P71agwb0wvtZ6lmbwTUgUR68pbP9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UlZ3P71agwb0wvtZ6lmbwTUgUR68pbP9 > .row .container > .video-iframe-container { display: none; }#UlZ3P71agwb0wvtZ6lmbwTUgUR68pbP9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UlZ3P71agwb0wvtZ6lmbwTUgUR68pbP9 > .row > .video-iframe-container { display: none; }#UlZ3P71agwb0wvtZ6lmbwTUgUR68pbP9 > .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); }#UlZ3P71agwb0wvtZ6lmbwTUgUR68pbP9 > .row .container { border-width: 0; border-radius: 0; }#UlZ3P71agwb0wvtZ6lmbwTUgUR68pbP9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UlZ3P71agwb0wvtZ6lmbwTUgUR68pbP9 > .row .container { width:20rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bttuAL6r3fppnNPlMOlA0XTUh9OVE3BE { display:block; }#bttuAL6r3fppnNPlMOlA0XTUh9OVE3BE > .row .container { width:20rem;height:22.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ff6sPgy0Zwkaf6A6cF2SVmAmAfuTX1dt { width:20rem;height:4.396975rem;top:3.875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KBZ2b6yLKWUvQiD7DNZwhWZqObkqDQe1 { width:20rem;height:0;top:9.125rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }#KBZ2b6yLKWUvQiD7DNZwhWZqObkqDQe1 li:before{  }
 }@media only screen and (max-width: 763px) { #f2ZTLslLgHqioaEBPtAOxayooR0nOhQ5 { width:18.2483125rem;height:2.68676875rem;top:18.5625rem;left:0.875rem;font-family:var(--headlines-font-family);font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AeiLplNkwMVgRbnsD6unvQmmpxSVADwv { display:block; }
 }@media only screen and (max-width: 763px) { #gezS2EURgHVtmagmcH5q6I8lETxupKCS { width:20rem;height:1.54296875rem;top:1.75rem;left:0rem;font-size:1.1875rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #yiQTbF6wRLXnHdt93NeVOarua8uteIrL { width:20rem;height:20rem;top:17.142331054687rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #E3tQ9ZzuR6Itawwmd1HZT7A4Vg3lQHx6 { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/609e704a-14d9-4c62-974f-1d6ff85f3c4c/021326_Style_Curve_BAU_W4Refresh_ONF_2190.jpg");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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#E3tQ9ZzuR6Itawwmd1HZT7A4Vg3lQHx6.adaptive-delivery-prevent-bg, #E3tQ9ZzuR6Itawwmd1HZT7A4Vg3lQHx6.lazyload, #E3tQ9ZzuR6Itawwmd1HZT7A4Vg3lQHx6.lazyloading { background-image: none; }#E3tQ9ZzuR6Itawwmd1HZT7A4Vg3lQHx6 > .row .container { background-color: transparent; background-image: none; }#E3tQ9ZzuR6Itawwmd1HZT7A4Vg3lQHx6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E3tQ9ZzuR6Itawwmd1HZT7A4Vg3lQHx6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E3tQ9ZzuR6Itawwmd1HZT7A4Vg3lQHx6 > .row .container > .video-iframe-container { display: none; }#E3tQ9ZzuR6Itawwmd1HZT7A4Vg3lQHx6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E3tQ9ZzuR6Itawwmd1HZT7A4Vg3lQHx6 > .row > .video-iframe-container { display: none; }#E3tQ9ZzuR6Itawwmd1HZT7A4Vg3lQHx6 > .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); }#E3tQ9ZzuR6Itawwmd1HZT7A4Vg3lQHx6 > .row .container { border-width: 0; border-radius: 0; }#E3tQ9ZzuR6Itawwmd1HZT7A4Vg3lQHx6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#E3tQ9ZzuR6Itawwmd1HZT7A4Vg3lQHx6 > .row .container { width:20rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RkaMvQnfi0t9zLP0uekbmEoZwxhngN5X { display:block; }#RkaMvQnfi0t9zLP0uekbmEoZwxhngN5X > .row .container { width:20rem;height:23.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JIf6Df88ccFKHO3cDqhKTgyUiPProEH5 { width:20rem;height:4.396975rem;top:4.625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fQ2EMAAw6H4kFhhlpBGAsiA0T7bISpLa { width:20rem;height:0;top:10.0625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }#fQ2EMAAw6H4kFhhlpBGAsiA0T7bISpLa li:before{  }
 }@media only screen and (max-width: 763px) { #N9f8s1iVJRM4ZVBGJ7R1h6B2H9t2TEhO { width:18.2483125rem;height:2.68676875rem;top:19.1875rem;left:0.875rem;font-family:var(--headlines-font-family);font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w52b8MC2CkSpl5s81LIdTsGtJBt5OJRM { display:block; }
 }@media only screen and (max-width: 763px) { #i1lHnmMUVNVyGT6BhhMAsqaxnhCqxAmV { width:20rem;height:1.54296875rem;top:2.5rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #NQrDCCSG5oAwlVqgoesEQpLwqFR0nnEN { width:20rem;height:37.5rem;top:17.141114453125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #k5mzOIVBGMgOevcQ0nmhB6G8xHHpsBo1 { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/569ffcd0-e4ac-4ff3-9a68-823485a0d82f/022426_Style_BAU_StylistRack_22821.webp");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; }#k5mzOIVBGMgOevcQ0nmhB6G8xHHpsBo1.adaptive-delivery-prevent-bg, #k5mzOIVBGMgOevcQ0nmhB6G8xHHpsBo1.lazyload, #k5mzOIVBGMgOevcQ0nmhB6G8xHHpsBo1.lazyloading { background-image: none; }#k5mzOIVBGMgOevcQ0nmhB6G8xHHpsBo1 > .row .container { background-color: transparent; background-image: none; }#k5mzOIVBGMgOevcQ0nmhB6G8xHHpsBo1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k5mzOIVBGMgOevcQ0nmhB6G8xHHpsBo1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k5mzOIVBGMgOevcQ0nmhB6G8xHHpsBo1 > .row .container > .video-iframe-container { display: none; }#k5mzOIVBGMgOevcQ0nmhB6G8xHHpsBo1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k5mzOIVBGMgOevcQ0nmhB6G8xHHpsBo1 > .row > .video-iframe-container { display: none; }#k5mzOIVBGMgOevcQ0nmhB6G8xHHpsBo1 > .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); }#k5mzOIVBGMgOevcQ0nmhB6G8xHHpsBo1 > .row .container { border-width: 0; border-radius: 0; }#k5mzOIVBGMgOevcQ0nmhB6G8xHHpsBo1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k5mzOIVBGMgOevcQ0nmhB6G8xHHpsBo1 > .row .container { width:20rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WtzbaX80TEc2EXG5LrACrUrm17vKTH1z { display:block; }#WtzbaX80TEc2EXG5LrACrUrm17vKTH1z > .row .container { width:20rem;height:22.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #txcJ6l6ugHHytnUTfQ13i4rJlhRSJJql { width:20rem;height:4.26025625rem;top:3.75rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gWfvsfbvcF8vTJtVS7yAc6ypqISgATUT { width:20rem;height:0;top:8.8125rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }#gWfvsfbvcF8vTJtVS7yAc6ypqISgATUT li:before{  }
 }@media only screen and (max-width: 763px) { #FE6gUl7X2ger9t9ru3PDtBFV2qpUB2dQ { width:18.2495rem;height:2.68676875rem;top:18.3125rem;left:0.875rem;font-family:var(--headlines-font-family);font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9NdhFtRSKwB0roexTMfvqsp9T7slNKT { display:block; }
 }@media only screen and (max-width: 763px) { #MmUeOcM08B9n9oQ5J8TTRGtJTNwmaK54 { width:20rem;height:1.54296875rem;top:1.625rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #yB5CXDQMeXfDJ5AfouOKqqRzS8QRKuCQ { width:20rem;height:20rem;top:17.142331054687rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lmVEWLTEBZDiKHIuThzPf7EWB5NTTTZX { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/5c4ee2ca-2700-43f6-93a4-14756e64a7a7/010826_Style_BAU_9Grid_1939.webp");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; }#lmVEWLTEBZDiKHIuThzPf7EWB5NTTTZX.adaptive-delivery-prevent-bg, #lmVEWLTEBZDiKHIuThzPf7EWB5NTTTZX.lazyload, #lmVEWLTEBZDiKHIuThzPf7EWB5NTTTZX.lazyloading { background-image: none; }#lmVEWLTEBZDiKHIuThzPf7EWB5NTTTZX > .row .container { background-color: transparent; background-image: none; }#lmVEWLTEBZDiKHIuThzPf7EWB5NTTTZX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lmVEWLTEBZDiKHIuThzPf7EWB5NTTTZX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lmVEWLTEBZDiKHIuThzPf7EWB5NTTTZX > .row .container > .video-iframe-container { display: none; }#lmVEWLTEBZDiKHIuThzPf7EWB5NTTTZX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lmVEWLTEBZDiKHIuThzPf7EWB5NTTTZX > .row > .video-iframe-container { display: none; }#lmVEWLTEBZDiKHIuThzPf7EWB5NTTTZX > .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); }#lmVEWLTEBZDiKHIuThzPf7EWB5NTTTZX > .row .container { border-width: 0; border-radius: 0; }#lmVEWLTEBZDiKHIuThzPf7EWB5NTTTZX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lmVEWLTEBZDiKHIuThzPf7EWB5NTTTZX > .row .container { width:20rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zTnsrPAgSnLhG8aV0aniMSWaKi0lIltg { display:block; }#zTnsrPAgSnLhG8aV0aniMSWaKi0lIltg > .row .container { width:20rem;height:24.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VgtCyebCzaUhXWVHqxi4DzIxp4AyCfVh { width:20rem;height:4.396975rem;top:4.125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l9o5I8rTWPHC3tvIgmO1N7MksvNfKfiH { width:20rem;height:9.6643125rem;top:9.125rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #mnwVMqG0LIditLnrNFEuFBF4TXhp0RJS { width:18.2495rem;height:2.68676875rem;top:19.875rem;left:0.875rem;font-family:var(--headlines-font-family);font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pn9pkNmFdFexGlUMrWanmmLLSH9SIn2S { display:block; }
 }@media only screen and (max-width: 763px) { #dNpbxXALuZgsy0NwDVepXaW4mwgXGt7X { width:20rem;height:1.54296875rem;top:2rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #WwFWHlfZwqlCMfpJhW6Om7yZ7xmUU1sz { width:20rem;height:20rem;top:17.142331054687rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #T3F1N4eTG91yWt061cDUX4QTBdAyOcIB { display:block; } #e8513f4c4b90070a890f6de6b1dd32b2.widget-smartsection *:focus-visible, #e8513f4c4b90070a890f6de6b1dd32b2.widget-smartsection input[type="text"]:focus-visible, #e8513f4c4b90070a890f6de6b1dd32b2.widget-smartsection input[type="email"]:focus-visible, #e8513f4c4b90070a890f6de6b1dd32b2.widget-smartsection input[type="tel"]:focus-visible, #e8513f4c4b90070a890f6de6b1dd32b2.widget-smartsection textarea:focus-visible { outline: none; } #T3F1N4eTG91yWt061cDUX4QTBdAyOcIB > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #CflknKC9Byayx4V1p2ft7yZF89C4QsbT { display:block; } #ff7da9c2ef9b97744f66f9634640ac02.widget-smartsection *:focus-visible, #ff7da9c2ef9b97744f66f9634640ac02.widget-smartsection input[type="text"]:focus-visible, #ff7da9c2ef9b97744f66f9634640ac02.widget-smartsection input[type="email"]:focus-visible, #ff7da9c2ef9b97744f66f9634640ac02.widget-smartsection input[type="tel"]:focus-visible, #ff7da9c2ef9b97744f66f9634640ac02.widget-smartsection textarea:focus-visible { outline: none; } #CflknKC9Byayx4V1p2ft7yZF89C4QsbT > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #HpAPl5oTyE4kTnBp8ZdUV8nA4XTULR51 { display:block; }#HpAPl5oTyE4kTnBp8ZdUV8nA4XTULR51 > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MHIQZ5Qt2pLa84kM3VHGCyQsoRkercz5 { width:20rem;height:2.19970625rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NuOB7FVyKwM3UKGGT4t1Z7bfepewCXEx { width:20rem;height:4.62890625rem;top:4.69909375rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #idxALazSb8ziIM8mLotG2I0IsbmgEgDF { display:block; }#idxALazSb8ziIM8mLotG2I0IsbmgEgDF > .row .container { width:20rem;height:39.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ADcNgIbl1EOzst5em0yvsC9ppMPeQNsD { top:0rem;left:0rem;width:20rem;height:29.1875rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #XxRaKS41ITsSdrfHf3BgZK7tTzfzbDMA { display:none; }#XxRaKS41ITsSdrfHf3BgZK7tTzfzbDMA > .row .container { width:20rem;height:45.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qix3qvqJgfJvylIft3kkdmteg4ieuXE6 { width:20rem;height:29.8125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PK6TmBiZyUP1nxCUUeeBzUmFJA85cQAk { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PK6TmBiZyUP1nxCUUeeBzUmFJA85cQAk > .row .container { background-color: transparent; background-image: none; }#PK6TmBiZyUP1nxCUUeeBzUmFJA85cQAk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PK6TmBiZyUP1nxCUUeeBzUmFJA85cQAk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PK6TmBiZyUP1nxCUUeeBzUmFJA85cQAk > .row .container > .video-iframe-container { display: none; }#PK6TmBiZyUP1nxCUUeeBzUmFJA85cQAk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PK6TmBiZyUP1nxCUUeeBzUmFJA85cQAk > .row > .video-iframe-container { display: none; }#PK6TmBiZyUP1nxCUUeeBzUmFJA85cQAk > .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); }#PK6TmBiZyUP1nxCUUeeBzUmFJA85cQAk > .row .container { border-width: 0; border-radius: 0; }#PK6TmBiZyUP1nxCUUeeBzUmFJA85cQAk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PK6TmBiZyUP1nxCUUeeBzUmFJA85cQAk > .row .container { width:20rem;height:2.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tTzdNuhrP4imClQhn8fSWVZr9W31MwvR { display:block; }#tTzdNuhrP4imClQhn8fSWVZr9W31MwvR > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NfhTsT300fNVTD8qIP7RQInhlRHVHRxQ { width:20rem;height:4.396975rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XxrlViEsaKsLpFg2TbwfZa3Zh0USLE4w { display:none; }#XxrlViEsaKsLpFg2TbwfZa3Zh0USLE4w > .row .container { width:20rem;height:30.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WFcuP4syq2IQtf1m8PyiHlIuT3i6bFVm { display:flex;width:3.125rem;height:3.125rem;top:2.0625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TUvkR5blAzqP5rNQ8XaTm3IrR4CPf02g { width:15.6875rem;height:6.171875rem;top:4.0625rem;left:4.1875rem;font-size:1.1875rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #fxTTu0xyz7JhZySbps7TDGJGTO9d4C2X { width:14.937125rem;height:1.54296875rem;top:2.0625rem;left:4.1875rem;font-size:1.1875rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ZEFIOQkTCSAJnoWri2R3ecTC3Umkvr1Q { display:flex;width:3.125rem;height:3.125rem;top:1.0625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OEwG6JSFvJ6pBJTtLRN5qqRqfJGtt6hM { width:15.68725rem;height:7.714875rem;top:4.1875rem;left:4.3125rem;font-size:1.1875rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #BitVHMA7ONiOZfuwP0DXVd1oksu5Nwe5 { width:14.937125rem;height:3.0859375rem;top:1.0625rem;left:4.1875rem;font-size:1.1875rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #JelTCc2yTpz6uDPIfdLMHtzSSTxtGe0t { display:flex;width:3.125rem;height:3.125rem;top:13.0625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oexagWFo0IHXSA9VN9BvWgz7LDV0gR9x { width:15.6875rem;height:3.0859375rem;top:13.0625rem;left:4.25rem;font-size:1.1875rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #W2FBhxcRZPyMhzkTeyvkN3Au0PmDI0wS { width:15.81175rem;height:6.171875rem;top:16.4375rem;left:4.1875rem;font-size:1.1875rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ZGEy3QmMwTdHCtVnSBezLQLKH2rXwKJl { display:none; }#ZGEy3QmMwTdHCtVnSBezLQLKH2rXwKJl > .row .container { width:20rem;height:28.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #kAkISV50sSehzMKiDMcMsvEMfehHcSHL { display:flex;width:3.125rem;height:3.125rem;top:19.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #p8rti6UmIzsOg94o8F9zs92HH49pGtqn { width:15.437rem;height:6.171875rem;top:21.3125rem;left:4.1875rem;font-size:1.1875rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #pvbcT9yLqSrdP2rRndqlVy8gmWULgO9l { width:15.75rem;height:1.54296875rem;top:19.125rem;left:4.125rem;font-size:1.1875rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #noPpdpRI6NbsUHorO2M70ItQRsTLdI0F { width:15.8125rem;height:4.62890625rem;top:4.25rem;left:4.125rem;font-size:1.1875rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #q69FnK8MmNOPAOCRnoHOa4HtsJ0EyIeH { display:flex;width:3.125rem;height:3.125rem;top:1.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RAgwGTaqZ5qs5VbAzgKuTgAKZMkqtTHK { width:15.6875rem;height:1.54296875rem;top:1.9375rem;left:4.25rem;font-size:1.1875rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #k0i2cezublG6h6RTRFJSzs1TW6qirtfb { display:flex;width:3.125rem;height:3.125rem;top:10.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rU4MxxtcEeL2bVrWud5ydNW54zEFmDRa { width:15.75rem;height:1.54296875rem;top:10.625rem;left:4.125rem;font-size:1.1875rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #xxyxJh2pZ0EaIWnE3yuaaWz3vNomSOWG { width:15.437rem;height:4.62890625rem;top:12.8125rem;left:4.1875rem;font-size:1.1875rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #nibFNGEBW34hSU2TACa4CqsAUeLTuIqS { display:block; } #c74b739673a01a1c190cda54120493f5.widget-smartsection *:focus-visible, #c74b739673a01a1c190cda54120493f5.widget-smartsection input[type="text"]:focus-visible, #c74b739673a01a1c190cda54120493f5.widget-smartsection input[type="email"]:focus-visible, #c74b739673a01a1c190cda54120493f5.widget-smartsection input[type="tel"]:focus-visible, #c74b739673a01a1c190cda54120493f5.widget-smartsection textarea:focus-visible { outline: none; } #nibFNGEBW34hSU2TACa4CqsAUeLTuIqS > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #KNQ0aInV4ZAgTH8IsgvvIvdbVvMt43Jr { display:block; } #ccc9c03fa6cf1a4d980b63b1278240c8.widget-smartsection *:focus-visible, #ccc9c03fa6cf1a4d980b63b1278240c8.widget-smartsection input[type="text"]:focus-visible, #ccc9c03fa6cf1a4d980b63b1278240c8.widget-smartsection input[type="email"]:focus-visible, #ccc9c03fa6cf1a4d980b63b1278240c8.widget-smartsection input[type="tel"]:focus-visible, #ccc9c03fa6cf1a4d980b63b1278240c8.widget-smartsection textarea:focus-visible { outline: none; } #KNQ0aInV4ZAgTH8IsgvvIvdbVvMt43Jr > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #szmHkBhKL8J3qw62NUdE92O5kEwpTiSN { display:none; }#szmHkBhKL8J3qw62NUdE92O5kEwpTiSN > .row .container { width:20rem;height:31rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #JsOW59HwKEv4WCsUvmTw00oky9eLSoP2 { width:20rem;height:2.61230625rem;top:1.875rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnheFFd4n0DZdILrLrdHGtnktVzddeVi { width:20rem;height:1.3056625rem;top:4.9375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHzEWSmxHnQHwcxvoPxrC8kGoy9mbb4W { width:20rem;height:24.1875rem;top:6.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEvczJunH9i61s9Z96MixqMX2VJWCDlK { display:none; }#KEvczJunH9i61s9Z96MixqMX2VJWCDlK > .row .container { width:20rem;height:4.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rUZ9zidTTi4tWcv5soF2TBQ6sN3GIlbl { width:20rem;height:28.6875rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z0iGEfeEfFpExXTHi7w4e10UnU7i5tOA { display:block; }#Z0iGEfeEfFpExXTHi7w4e10UnU7i5tOA > .row .container { width:20rem;height:88.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L0AT2QUTUPpINy0ABiRPDMJxeKImaAld { width:20rem;height:4.7973625rem;top:1.5618896484375rem;left:0rem;font-size:2rem;color:#1e1e1e;display:block; }
 }@media only screen and (max-width: 763px) { #U4H0DVC0vkEEhiwZEGC3gBhvDFTmgkP3 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#U4H0DVC0vkEEhiwZEGC3gBhvDFTmgkP3 .accordion-heading-text { font-size:1rem;height:auto; }
#U4H0DVC0vkEEhiwZEGC3gBhvDFTmgkP3 .accordion-desc-text { font-size:0.9375rem;height:auto; }
#U4H0DVC0vkEEhiwZEGC3gBhvDFTmgkP3 { display:flex;height:auto;width:17.5rem;top:8.283447265625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #U4H0DVC0vkEEhiwZEGC3gBhvDFTmgkP3 #HI8ac1iBJ6aKGaKGFoIBc68nnwb6427d {  }
 }@media only screen and (max-width: 763px) { #U4H0DVC0vkEEhiwZEGC3gBhvDFTmgkP3 #ZPTsqWiGg73ZKHVXGf5yMZKm1pcrf3dn {  }
 }@media only screen and (max-width: 763px) { #U4H0DVC0vkEEhiwZEGC3gBhvDFTmgkP3 #vteOr2RqJgVwZfbTbZpEXvylOhyOHt1b {  }
 }@media only screen and (max-width: 763px) { #U4H0DVC0vkEEhiwZEGC3gBhvDFTmgkP3 #Z7pqZGZiQ7neLDHCUkpvKq1TLdAlrmdV {  }
 }@media only screen and (max-width: 763px) { #U4H0DVC0vkEEhiwZEGC3gBhvDFTmgkP3 #zlMMV06oWAMyqO0EortekkqKM5LooSer {  }
 }@media only screen and (max-width: 763px) { #U4H0DVC0vkEEhiwZEGC3gBhvDFTmgkP3 #UVrVCIVHMKq3fPPz87TukXgyH0tfTOHJ {  }
 }@media only screen and (max-width: 763px) { #U4H0DVC0vkEEhiwZEGC3gBhvDFTmgkP3 #b003u4XrQs2T5WXW4bQnZgDeT1Ksk04p {  }
 }@media only screen and (max-width: 763px) { #U4H0DVC0vkEEhiwZEGC3gBhvDFTmgkP3 #FfyvmAeBCTzHomeglrxpZg9Fa7bgghIG {  }
 }@media only screen and (max-width: 763px) { #U4H0DVC0vkEEhiwZEGC3gBhvDFTmgkP3 #hxc5lcqBLNf3orIJdT1EvkbIkTSFMypU {  }
 }@media only screen and (max-width: 763px) { #U4H0DVC0vkEEhiwZEGC3gBhvDFTmgkP3 #Cl3y5CIzyZ32xlKSH2CcxexiSUmViKWb {  }
 }@media only screen and (max-width: 763px) { #U4H0DVC0vkEEhiwZEGC3gBhvDFTmgkP3 #l04fFBDkcARLEAUDCkUyZ985orhunIZP {  }
 }@media only screen and (max-width: 763px) { #U4H0DVC0vkEEhiwZEGC3gBhvDFTmgkP3 #UfhBTTuWpcR8q5hTDOnu5STT3NKHQSsn {  }
 }@media only screen and (max-width: 763px) { #U4H0DVC0vkEEhiwZEGC3gBhvDFTmgkP3 #kqrNlAJRBkf04QFeGPndTTX03NUWEd7t {  }
 }@media only screen and (max-width: 763px) { #U4H0DVC0vkEEhiwZEGC3gBhvDFTmgkP3 #PuZSEATrfle7eiN8Sd04bQvdG9MvqFvN {  }
 }@media only screen and (max-width: 763px) { #U4H0DVC0vkEEhiwZEGC3gBhvDFTmgkP3 #kIb7qE6349Tt0F0Ng0bA4B6Q1a9l7sMz {  }
 }@media only screen and (max-width: 763px) { #U4H0DVC0vkEEhiwZEGC3gBhvDFTmgkP3 #D6uPGFaNvfGZzBH0uV8Llm6kpQ7MzAbm {  }
 }@media only screen and (max-width: 763px) { #U4H0DVC0vkEEhiwZEGC3gBhvDFTmgkP3 #isKZbraVbBlEE63TPmAfnHKOtyJfBhO7 {  }
 }@media only screen and (max-width: 763px) { #U4H0DVC0vkEEhiwZEGC3gBhvDFTmgkP3 #PPD9A8ISiaXLTTkCpEWKW8asuMFN0OI7 {  }
 }@media only screen and (max-width: 763px) { #U4H0DVC0vkEEhiwZEGC3gBhvDFTmgkP3 #MX4kmXTkZr8sQfJibcwVU9r1PtKLyKBR {  }
 }@media only screen and (max-width: 763px) { #U4H0DVC0vkEEhiwZEGC3gBhvDFTmgkP3 #C5s4FxPht1TeAyNJQBr6Xe6yR47WcRy5 {  }
 }@media only screen and (max-width: 763px) { #U4H0DVC0vkEEhiwZEGC3gBhvDFTmgkP3 #TIfTW0XO7HD1nd3pN9qWTLaVqqzdFvp3 {  }
 }@media only screen and (max-width: 763px) { #U4H0DVC0vkEEhiwZEGC3gBhvDFTmgkP3 #gHtx79F1RoIpcZKyFqUy6y86pq13GSIb {  }
 }@media only screen and (max-width: 763px) { #U4H0DVC0vkEEhiwZEGC3gBhvDFTmgkP3 #FfzifUJS2edvo5p2wJgXqtByxpLnFauW {  }
 }@media only screen and (max-width: 763px) { #U4H0DVC0vkEEhiwZEGC3gBhvDFTmgkP3 #RHCihxLTSdDR7JglG8P7TBWUIGqS0Rt1 {  }
 }@media only screen and (max-width: 763px) { #U4H0DVC0vkEEhiwZEGC3gBhvDFTmgkP3 #rUvQNNCND76TH1cOWXSt1ke95s5nh10H {  }
 }@media only screen and (max-width: 763px) { #U4H0DVC0vkEEhiwZEGC3gBhvDFTmgkP3 #TM4PQH9EmGDS8dSBl9T5zOp55bzFEhx9 {  }
 }@media only screen and (max-width: 763px) { #U4H0DVC0vkEEhiwZEGC3gBhvDFTmgkP3 #mwPGLOJA5D8I91LItEhEGm5KC7JSCtIU {  }
 }@media only screen and (max-width: 763px) { #U4H0DVC0vkEEhiwZEGC3gBhvDFTmgkP3 #czDuhUKCfzkVM4k4dN4CkwLW4SaZbL1k {  }
 }@media only screen and (max-width: 763px) { #U4H0DVC0vkEEhiwZEGC3gBhvDFTmgkP3 #TyPR7NxivSfSvsuDvDaB3JeIxRhMTRRR {  }
 }@media only screen and (max-width: 763px) { #U4H0DVC0vkEEhiwZEGC3gBhvDFTmgkP3 #w7hQQzrqzDTSFfuDNgcTA2HHA2NI5Oil {  }
 }@media only screen and (max-width: 763px) { #U4H0DVC0vkEEhiwZEGC3gBhvDFTmgkP3 #rQrPgWeLi8HlwUJwuvrAuxpK38TJmpDW {  }
 }@media only screen and (max-width: 763px) { #U4H0DVC0vkEEhiwZEGC3gBhvDFTmgkP3 #wA111Wh9ybX9u5mDMGMIOFbCfflgzsRk {  }
 }@media only screen and (max-width: 763px) { #U4H0DVC0vkEEhiwZEGC3gBhvDFTmgkP3 #o2EuI6e2FLeAv7gb2WNBrWvq3GryCHC5 {  }
 }@media only screen and (max-width: 763px) { #U4H0DVC0vkEEhiwZEGC3gBhvDFTmgkP3 #LehaSVTSqiJ4Mvx69yfr1vDuQeJr6uAW {  }
 }@media only screen and (max-width: 763px) { #U4H0DVC0vkEEhiwZEGC3gBhvDFTmgkP3 #UROJfSlkBI4XrhHO02tk4grPuKqUsWh6 {  }
 }@media only screen and (max-width: 763px) { #U4H0DVC0vkEEhiwZEGC3gBhvDFTmgkP3 #gFTy06VsDt5gbe6XOVEI8gOFLmMFPOKC {  }
 }@media only screen and (max-width: 763px) { #U4H0DVC0vkEEhiwZEGC3gBhvDFTmgkP3 #PUIxPPn3ORTE6lOGKzTqTuVdO2gE7fgS {  }
 }@media only screen and (max-width: 763px) { #U4H0DVC0vkEEhiwZEGC3gBhvDFTmgkP3 #lHX87E4nOd8cImnmDhESlOsQfIqDh13a {  }
 }@media only screen and (max-width: 763px) { #U4H0DVC0vkEEhiwZEGC3gBhvDFTmgkP3 #dBoWVlybdzm6Naxq2iO96xRN6RcGsQN3 {  }
 }@media only screen and (max-width: 763px) { #U4H0DVC0vkEEhiwZEGC3gBhvDFTmgkP3 #MwFhG667MgvZODRwF3JOIJXNxBL4br5z {  }
 }@media only screen and (max-width: 763px) { #U4H0DVC0vkEEhiwZEGC3gBhvDFTmgkP3 #HByW9SG5RNQ8ATkklrsTkTUpdgnc640w {  }
 }@media only screen and (max-width: 763px) { #U4H0DVC0vkEEhiwZEGC3gBhvDFTmgkP3 #ws1Ca7EKlBTdlo7O0QibSuJkE1cvTICn {  }
 }@media only screen and (max-width: 763px) { #U4H0DVC0vkEEhiwZEGC3gBhvDFTmgkP3 #E8s7nbv5MDR9h8mGQhp42dBkZ7TlI3Fn {  }
 }@media only screen and (max-width: 763px) { #U4H0DVC0vkEEhiwZEGC3gBhvDFTmgkP3 #PxlvBRpmXKVg84tAESPvLTvKEudlvAgH {  }
 }@media only screen and (max-width: 763px) { #U4H0DVC0vkEEhiwZEGC3gBhvDFTmgkP3 #gEvPXMN4pkxFAu2qpX7BWMtHtySlH0h8 {  }
 }@media only screen and (max-width: 763px) { #JbdMhU7s6zzg92seBunr3fZMPHARWDA4 { display:block; } #H25ef35e588e7f3bbb2c6b9640c97b20.widget-smartsection *:focus-visible, #H25ef35e588e7f3bbb2c6b9640c97b20.widget-smartsection input[type="text"]:focus-visible, #H25ef35e588e7f3bbb2c6b9640c97b20.widget-smartsection input[type="email"]:focus-visible, #H25ef35e588e7f3bbb2c6b9640c97b20.widget-smartsection input[type="tel"]:focus-visible, #H25ef35e588e7f3bbb2c6b9640c97b20.widget-smartsection textarea:focus-visible { outline: none; } #JbdMhU7s6zzg92seBunr3fZMPHARWDA4 > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #HA7FUeGZ8ka6EK21CUDvk3kgrSfgRgHe { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HA7FUeGZ8ka6EK21CUDvk3kgrSfgRgHe > .row .container { background-color: transparent; background-image: none; }#HA7FUeGZ8ka6EK21CUDvk3kgrSfgRgHe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HA7FUeGZ8ka6EK21CUDvk3kgrSfgRgHe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HA7FUeGZ8ka6EK21CUDvk3kgrSfgRgHe > .row .container > .video-iframe-container { display: none; }#HA7FUeGZ8ka6EK21CUDvk3kgrSfgRgHe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HA7FUeGZ8ka6EK21CUDvk3kgrSfgRgHe > .row > .video-iframe-container { display: none; }#HA7FUeGZ8ka6EK21CUDvk3kgrSfgRgHe > .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); }#HA7FUeGZ8ka6EK21CUDvk3kgrSfgRgHe > .row .container { border-width: 0; border-radius: 0; }#HA7FUeGZ8ka6EK21CUDvk3kgrSfgRgHe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HA7FUeGZ8ka6EK21CUDvk3kgrSfgRgHe > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T8aXtLeBdKhDWx62qPlruPsZOhI4iOTi { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;background-color:#f6f6f6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#T8aXtLeBdKhDWx62qPlruPsZOhI4iOTi > .row .container { background-color: transparent; background-image: none; }#T8aXtLeBdKhDWx62qPlruPsZOhI4iOTi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T8aXtLeBdKhDWx62qPlruPsZOhI4iOTi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T8aXtLeBdKhDWx62qPlruPsZOhI4iOTi > .row .container > .video-iframe-container { display: none; }#T8aXtLeBdKhDWx62qPlruPsZOhI4iOTi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T8aXtLeBdKhDWx62qPlruPsZOhI4iOTi > .row > .video-iframe-container { display: none; }#T8aXtLeBdKhDWx62qPlruPsZOhI4iOTi > .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); }#T8aXtLeBdKhDWx62qPlruPsZOhI4iOTi > .row .container { border-width: 0; border-radius: 0; }#T8aXtLeBdKhDWx62qPlruPsZOhI4iOTi > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#T8aXtLeBdKhDWx62qPlruPsZOhI4iOTi > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T5WMd2uB1cFoEf8FV0SZwszmIqaaDZ3O { width:20rem;height:1.2182625rem;top:4.2498779296875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f2d1hti00iKi5wEiA8XNr34pVz6AUFiQ { width:17.124625rem;height:2.74963125rem;top:0.8123779296875rem;left:1.4361572265625rem;z-index:15010;font-family:var(--headlines-font-family);font-size:1rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #CCuewzHtNTXcL3wO5b3JXa0A1EVVXemH { display:block; }
 }