.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:#ffffff;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); }#ZJHv6oWWES0gHqGFWuCe5yHGTdHeu77a { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#ZJHv6oWWES0gHqGFWuCe5yHGTdHeu77a > .row .container { background-color: transparent; background-image: none; }#ZJHv6oWWES0gHqGFWuCe5yHGTdHeu77a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZJHv6oWWES0gHqGFWuCe5yHGTdHeu77a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZJHv6oWWES0gHqGFWuCe5yHGTdHeu77a > .row .container > .video-iframe-container { display: none; }#ZJHv6oWWES0gHqGFWuCe5yHGTdHeu77a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZJHv6oWWES0gHqGFWuCe5yHGTdHeu77a > .row > .video-iframe-container { display: none; }#ZJHv6oWWES0gHqGFWuCe5yHGTdHeu77a > .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); }#ZJHv6oWWES0gHqGFWuCe5yHGTdHeu77a > .row .container { border-width: 0; border-radius: 0; }#ZJHv6oWWES0gHqGFWuCe5yHGTdHeu77a > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZJHv6oWWES0gHqGFWuCe5yHGTdHeu77a > .row .container { font-size:0.875rem;font-family:arial;height:6.875rem;width:75rem;position:relative;display:block; }#kOaDeubOVgD7rCpSkgD5x59dQvfi2gHl { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:5.0625rem;top:0.43701171875rem;left:1.031494140625rem;overflow:hidden;display:none; }
#CCkbdAW1X9W8usp8UNIWlGAiZcD1SyM6 { 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:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:2.93579375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1.312255859375rem;left:56.25rem;display:block; }
#XaC3kZqk2voXql8ciEvHHhkz5rDy6fTP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PT3O8TfDL4v0Ir2x61xiGe0DwGai3Wtp { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:4.6875rem;left:57.187503814698rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bAvmTD9bVK9Q0criT5bQDXT7lzRkr4E8 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:17.625rem;top:1.5625rem;left:1.12451171875rem;overflow:hidden;display:block; }
#eHDZb8zeNf85PRoeE6IU3NLiKCbo4yab { position:relative;display:block; }#eHDZb8zeNf85PRoeE6IU3NLiKCbo4yab { background-color: transparent; background-image: none; }#eHDZb8zeNf85PRoeE6IU3NLiKCbo4yab::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eHDZb8zeNf85PRoeE6IU3NLiKCbo4yab > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eHDZb8zeNf85PRoeE6IU3NLiKCbo4yab > .row .container > .video-iframe-container { display: none; }#eHDZb8zeNf85PRoeE6IU3NLiKCbo4yab > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eHDZb8zeNf85PRoeE6IU3NLiKCbo4yab > .row > .video-iframe-container { display: none; }#eHDZb8zeNf85PRoeE6IU3NLiKCbo4yab > .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); }#eHDZb8zeNf85PRoeE6IU3NLiKCbo4yab { border-width: 0; border-radius: 0; }#eHDZb8zeNf85PRoeE6IU3NLiKCbo4yab > .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; }#eHDZb8zeNf85PRoeE6IU3NLiKCbo4yab > .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:6.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#VqwfMFykLt9oIli4pGVCNuHaKDmTpOxX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b732524e-24f4-447a-9be4-d9032181ca37/Bestsellers_Style_Desktop_3000x1400pxcopy.webp");background-position: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; }#VqwfMFykLt9oIli4pGVCNuHaKDmTpOxX.adaptive-delivery-prevent-bg, #VqwfMFykLt9oIli4pGVCNuHaKDmTpOxX.lazyload, #VqwfMFykLt9oIli4pGVCNuHaKDmTpOxX.lazyloading { background-image: none; }#VqwfMFykLt9oIli4pGVCNuHaKDmTpOxX > .row .container { background-color: transparent; background-image: none; }#VqwfMFykLt9oIli4pGVCNuHaKDmTpOxX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VqwfMFykLt9oIli4pGVCNuHaKDmTpOxX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VqwfMFykLt9oIli4pGVCNuHaKDmTpOxX > .row .container > .video-iframe-container { display: none; }#VqwfMFykLt9oIli4pGVCNuHaKDmTpOxX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VqwfMFykLt9oIli4pGVCNuHaKDmTpOxX > .row > .video-iframe-container { display: none; }#VqwfMFykLt9oIli4pGVCNuHaKDmTpOxX > .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); }#VqwfMFykLt9oIli4pGVCNuHaKDmTpOxX > .row .container { border-width: 0; border-radius: 0; }#VqwfMFykLt9oIli4pGVCNuHaKDmTpOxX::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; }#VqwfMFykLt9oIli4pGVCNuHaKDmTpOxX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VqwfMFykLt9oIli4pGVCNuHaKDmTpOxX > .row .container { font-size:0.875rem;font-family:arial;height:40.875rem;width:75rem;position:relative;display:block; }#SNfiBB1bynm88n1EXCeR2ACcg3ePnoSa { color:#1e1e1e;display:block;width:31.125rem;position:absolute;font-family:"playfair display";font-size:3rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:3.1875rem;left:21.9375rem;height:10.7988125rem;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; }
#TWqzBRWPQwG4Fle8D7E5xzDDTHzoLlhC { 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:22.375rem;height:3.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:11.875rem;left:26.3125rem;display:block; }
#o7ycyL5oNqbKV6826FylhrpOrn0MP2ZN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SxSI5XS7PJos4CONxwJriwBihv7Fca5X { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:1.4375rem;left:26.5625rem; }
#bIiqhtaznhik9TVuTkrB0Z5ec5Nk4ghL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:1.4375rem;left:27.9375rem; }
#PF3drTdymKJl2DMw4nXmgqvLQGxTPeDA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:1.4375rem;left:29.3125rem; }
#X1EVtL5cIA4f5DvbSlvFiMwT0HLN9PGW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:1.4375rem;left:30.6875rem; }
#wcQTsSMfZ2IK4qHX9M2uorIRsXUqm2v4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:1.4375rem;left:32.0625rem; }
#CoO56gZr4UT2diKWyqFZ0v2O93DPncWX { color:rgba(var(--color-tertiary-4),1);display:block;width:14.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:1.4375rem;left:34.1875rem;height:1.13736875rem;display:block; }
#cFN3uItbgdrPEJsRsyZ8PKovHeTSNzET { color:rgba(var(--color-tertiary-4),1);display:block;width:22.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:15.625rem;left:26.15625rem;height:1.13736875rem;font-style:normal;display:block; }
#vn5MnO8riltBAQrpc5T2PbgSMgEOtr6N { position:relative;display:none; }#vn5MnO8riltBAQrpc5T2PbgSMgEOtr6N { border-width: 0; border-radius: 0; }#vn5MnO8riltBAQrpc5T2PbgSMgEOtr6N > .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; }#vn5MnO8riltBAQrpc5T2PbgSMgEOtr6N > .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; }#bfRF2goNyIkOJCZMvCov2tE5VRq83pOi { 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; } #bfRF2goNyIkOJCZMvCov2tE5VRq83pOi > .row .container { position:relative;display:block; }#BVFewhtCHdZEAmt6HZqfkyesoSftugAl { 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; } #BVFewhtCHdZEAmt6HZqfkyesoSftugAl > .row .container { position:relative;display:block; }#azO99Q0PneTDaeeMqGozCbgy7HBaDlxS { position:relative;display:block; }#azO99Q0PneTDaeeMqGozCbgy7HBaDlxS { background-color: transparent; background-image: none; }#azO99Q0PneTDaeeMqGozCbgy7HBaDlxS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#azO99Q0PneTDaeeMqGozCbgy7HBaDlxS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#azO99Q0PneTDaeeMqGozCbgy7HBaDlxS > .row .container > .video-iframe-container { display: none; }#azO99Q0PneTDaeeMqGozCbgy7HBaDlxS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#azO99Q0PneTDaeeMqGozCbgy7HBaDlxS > .row > .video-iframe-container { display: none; }#azO99Q0PneTDaeeMqGozCbgy7HBaDlxS > .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); }#azO99Q0PneTDaeeMqGozCbgy7HBaDlxS { border-width: 0; border-radius: 0; }#azO99Q0PneTDaeeMqGozCbgy7HBaDlxS > .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; }#azO99Q0PneTDaeeMqGozCbgy7HBaDlxS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:37.625rem;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; }#EJG6XMmF2l3G9cIQ5KQi8W6f5mkITdKl { 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:37.5rem;width:37.5rem;top:0rem;left:37.5rem;overflow:hidden;display:block; }
#K4xHFM9U66oTTBVGoUwARPVDo9G98MTc { color:rgba(var(--color-tertiary-4),1);display:block;width:27.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:7.5rem;left:4.875rem;height:3.0872375rem;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; }
#au601vgTGkueCwmDBA0zbDXmoOewNqJl { color:rgba(var(--color-tertiary-4),1);display:block;width:27.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:11.1875rem;left:4.8125rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uoqT9wSn7HfTdJRndicRMNrH2cKI2nBQ { color:rgba(var(--color-tertiary-4),1);display:block;width:25.1245rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:13.375rem;left:6.1875rem;height:8.53125rem;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; }
#l9uxE2GSy99IRT1S3FSEWMboAxBRKuKW { 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:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:2.93489375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:24.374349594116rem;left:9.375rem;display:block; }
#fH9owSWiGu8r2wDBDxTrZamZczRBlPW2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GD38p7tSqhuP3CUH1aSnnX3h76aXvpGZ { position:relative;display:none; }#GD38p7tSqhuP3CUH1aSnnX3h76aXvpGZ { border-width: 0; border-radius: 0; }#GD38p7tSqhuP3CUH1aSnnX3h76aXvpGZ > .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; }#GD38p7tSqhuP3CUH1aSnnX3h76aXvpGZ > .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; }#s7WPUiQDJLkThTm8ThbOy7SblSDJ9cQU { position:relative;display:block; }#s7WPUiQDJLkThTm8ThbOy7SblSDJ9cQU { background-color: transparent; background-image: none; }#s7WPUiQDJLkThTm8ThbOy7SblSDJ9cQU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s7WPUiQDJLkThTm8ThbOy7SblSDJ9cQU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s7WPUiQDJLkThTm8ThbOy7SblSDJ9cQU > .row .container > .video-iframe-container { display: none; }#s7WPUiQDJLkThTm8ThbOy7SblSDJ9cQU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s7WPUiQDJLkThTm8ThbOy7SblSDJ9cQU > .row > .video-iframe-container { display: none; }#s7WPUiQDJLkThTm8ThbOy7SblSDJ9cQU > .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); }#s7WPUiQDJLkThTm8ThbOy7SblSDJ9cQU { border-width: 0; border-radius: 0; }#s7WPUiQDJLkThTm8ThbOy7SblSDJ9cQU > .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; }#s7WPUiQDJLkThTm8ThbOy7SblSDJ9cQU > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;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; }#hTv2Ker0dRP473lsTWr5NqLcJKO8y3U1 { 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:37.5rem;width:37.5rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#NnDngzr0hU15O85zGILlaqGZPrNTTRJp { color:rgba(var(--color-tertiary-4),1);display:block;width:27.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:11.3125rem;left:42.375rem;height:3.0872375rem;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; }
#pORL2ZPZt7LrZmbgB2w8H9WTs06T5kbE { color:rgba(var(--color-tertiary-4),1);display:block;width:22.936375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:15.186767578125rem;left:44.780883789062rem;height:7.3125rem;text-align:center;text-align-last:center;display:block; }
#Pf0LnVZCuC6eFPHt5wBS2qdmOs5B0PCu { 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:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:2.93424375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:23.832684516907rem;left:46.875003814698rem;display:block; }
#upopJ7c5FgHpGhXVCs1IAN5C0OZuyCdN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VWU4VTZ0ZikHHy72RFN0J313RdDTgGBS { position:relative;display:none; }#VWU4VTZ0ZikHHy72RFN0J313RdDTgGBS { border-width: 0; border-radius: 0; }#VWU4VTZ0ZikHHy72RFN0J313RdDTgGBS > .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; }#VWU4VTZ0ZikHHy72RFN0J313RdDTgGBS > .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; }#NGqGKFWcrK8rmtxyXl7C1iA18dT1OkSx { 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; }#NGqGKFWcrK8rmtxyXl7C1iA18dT1OkSx > .row .container { background-color: transparent; background-image: none; }#NGqGKFWcrK8rmtxyXl7C1iA18dT1OkSx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NGqGKFWcrK8rmtxyXl7C1iA18dT1OkSx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NGqGKFWcrK8rmtxyXl7C1iA18dT1OkSx > .row .container > .video-iframe-container { display: none; }#NGqGKFWcrK8rmtxyXl7C1iA18dT1OkSx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NGqGKFWcrK8rmtxyXl7C1iA18dT1OkSx > .row > .video-iframe-container { display: none; }#NGqGKFWcrK8rmtxyXl7C1iA18dT1OkSx > .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); }#NGqGKFWcrK8rmtxyXl7C1iA18dT1OkSx > .row .container { border-width: 0; border-radius: 0; }#NGqGKFWcrK8rmtxyXl7C1iA18dT1OkSx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NGqGKFWcrK8rmtxyXl7C1iA18dT1OkSx > .row .container { font-size:0.875rem;font-family:arial;height:6.4375rem;width:75rem;position:relative;display:block; }#whtUwecB9SQhXBfRfxk4Em4IsE6HHy5o { color:rgba(var(--color-tertiary-4),1);display:block;width:53.0625rem;position:absolute;font-family:"playfair display";font-size:2.625rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:1.54296875rem;left:10.96875rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ofhNeU48HDsgdAyW1J6QiwHrSJmUo5Ud { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/c1994098-fece-4299-b7d9-f68fd792736d/Bestsellers_Style_Collage_Desktop_2800x800px.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; }#ofhNeU48HDsgdAyW1J6QiwHrSJmUo5Ud.adaptive-delivery-prevent-bg, #ofhNeU48HDsgdAyW1J6QiwHrSJmUo5Ud.lazyload, #ofhNeU48HDsgdAyW1J6QiwHrSJmUo5Ud.lazyloading { background-image: none; }#ofhNeU48HDsgdAyW1J6QiwHrSJmUo5Ud > .row .container { background-color: transparent; background-image: none; }#ofhNeU48HDsgdAyW1J6QiwHrSJmUo5Ud::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofhNeU48HDsgdAyW1J6QiwHrSJmUo5Ud > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofhNeU48HDsgdAyW1J6QiwHrSJmUo5Ud > .row .container > .video-iframe-container { display: none; }#ofhNeU48HDsgdAyW1J6QiwHrSJmUo5Ud > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofhNeU48HDsgdAyW1J6QiwHrSJmUo5Ud > .row > .video-iframe-container { display: none; }#ofhNeU48HDsgdAyW1J6QiwHrSJmUo5Ud > .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); }#ofhNeU48HDsgdAyW1J6QiwHrSJmUo5Ud > .row .container { border-width: 0; border-radius: 0; }#ofhNeU48HDsgdAyW1J6QiwHrSJmUo5Ud > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ofhNeU48HDsgdAyW1J6QiwHrSJmUo5Ud > .row .container { font-size:0.875rem;font-family:arial;height:39.8125rem;width:75rem;position:relative;display:block; }#TCU4vU1JW2hUvTCcM9uAXBSdnqhN467F { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f2e8;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; }#TCU4vU1JW2hUvTCcM9uAXBSdnqhN467F > .row .container { background-color: transparent; background-image: none; }#TCU4vU1JW2hUvTCcM9uAXBSdnqhN467F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TCU4vU1JW2hUvTCcM9uAXBSdnqhN467F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TCU4vU1JW2hUvTCcM9uAXBSdnqhN467F > .row .container > .video-iframe-container { display: none; }#TCU4vU1JW2hUvTCcM9uAXBSdnqhN467F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TCU4vU1JW2hUvTCcM9uAXBSdnqhN467F > .row > .video-iframe-container { display: none; }#TCU4vU1JW2hUvTCcM9uAXBSdnqhN467F > .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); }#TCU4vU1JW2hUvTCcM9uAXBSdnqhN467F > .row .container { border-width: 0; border-radius: 0; }#TCU4vU1JW2hUvTCcM9uAXBSdnqhN467F > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TCU4vU1JW2hUvTCcM9uAXBSdnqhN467F > .row .container { font-size:0.875rem;font-family:arial;height:6.6875rem;width:75rem;position:relative;display:block; }#waVTToCdqwQ7FmhnJJq82TJuhPIW5Ca2 { color:rgba(var(--color-tertiary-4),1);display:block;width:41.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:1.91845703125rem;left:16.875rem;height:3.0872375rem;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; }
#c6EW95sPJ1Iw92h3PvJyS0IEnh1ecTFG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f2e8;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; }#c6EW95sPJ1Iw92h3PvJyS0IEnh1ecTFG > .row .container { background-color: transparent; background-image: none; }#c6EW95sPJ1Iw92h3PvJyS0IEnh1ecTFG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c6EW95sPJ1Iw92h3PvJyS0IEnh1ecTFG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c6EW95sPJ1Iw92h3PvJyS0IEnh1ecTFG > .row .container > .video-iframe-container { display: none; }#c6EW95sPJ1Iw92h3PvJyS0IEnh1ecTFG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c6EW95sPJ1Iw92h3PvJyS0IEnh1ecTFG > .row > .video-iframe-container { display: none; }#c6EW95sPJ1Iw92h3PvJyS0IEnh1ecTFG > .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); }#c6EW95sPJ1Iw92h3PvJyS0IEnh1ecTFG > .row .container { border-width: 0; border-radius: 0; }#c6EW95sPJ1Iw92h3PvJyS0IEnh1ecTFG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#c6EW95sPJ1Iw92h3PvJyS0IEnh1ecTFG > .row .container { font-size:0.875rem;font-family:arial;height:35.625rem;width:75rem;position:relative;display:block; }#iUb6r61phMdSPxTOxsQIVguGrOUvSB41 { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:16.875rem;width:16.875rem;top:1.0601139068604rem;left:38.437503814698rem;overflow:hidden;display:block; }
#LgNZQ7oumZbfTJaPyOrXDcPnCyT97gkE { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:16.875rem;width:16.875rem;top:1.0601139068604rem;left:0.9375rem;overflow:hidden;display:block; }
#D63qTZqCyMRmZPhLessc5XPTIDi40J6o { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:16.875rem;width:16.875rem;top:1.09130859375rem;left:19.71875rem;overflow:hidden;display:block; }
#dbAEVLIo9T58qoqcKQ9o0V2SM58NOQ6W { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:16.875rem;width:16.875rem;top:1.0625rem;left:57.1875rem;overflow:hidden;display:block; }
#K4zTtwMUm9yc1fNwQDavnZIO8C5inZ8B { box-sizing:content-box;height:18.875rem;width:16.875rem;position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;top:14.9365234375rem;left:0.9375rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#BlFiqLMO9yiZW5nqvi41b6ebDXo6ZgZs { color:rgba(var(--color-tertiary-4),1);display:block;width:14.8746875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:18.9990234375rem;left:1.9368476867676rem;height:1.381225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bWQJrZ6HrBqZLAXabgv1wzBXZxrNXbNI { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:21.149196624756rem;left:2.1875rem;height:9.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#I0amLCXVl7KvEKH6rGb9P06avUUA4euC { color:rgba(var(--color-tertiary-4),1);display:block;width:16.62475rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:18.997802734375rem;left:57.310791015625rem;height:1.381225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NKTxtA65QsltBNxzMnVt7O8qR9IF41kq { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:21.148681640625rem;left:58.4375rem;height:10.96875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Wqm5Pt0qLu4IT4W6O8tRElQHuwuWQCT7 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.31175rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:18.997802734375rem;left:40.21728515625rem;height:1.381225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KyRoRKuPX2v7AoJfsGFVy0TQKG2OCA9B { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:21.148681640625rem;left:39.6875rem;height:12.1875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iNuysR3HkzhEElSUhLp551K2PG4T372i { color:rgba(var(--color-tertiary-4),1);display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:18.997802734375rem;left:19.8125rem;height:1.381225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GzIAnCOWm6L5MKsiz1pvzPx0CTmhbp4K { color:#1e1e1e;display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:21.27392578125rem;left:20.9375rem;height:8.53125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PMVtTg7P2FMz44Q6EDQByMvqTzdWoRbc { box-sizing:content-box;height:19.25rem;width:16.8125rem;position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;top:14.873046875rem;left:19.749755859375rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#SfQRu07p4r9fcTzIqQ2WHBe3D6t5Hxwb { box-sizing:content-box;height:19.25rem;width:16.875rem;position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;top:14.9365234375rem;left:38.4375rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#DpiyvfL2GvowiD87Q2dTkiel0nTrp20x { box-sizing:content-box;height:19.125rem;width:16.875rem;position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;top:14.9365234375rem;left:57.186279296875rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#aagKxfvuK7WI7D4DFuoauxKZUcDJNtEn { position:relative;display:none; }#aagKxfvuK7WI7D4DFuoauxKZUcDJNtEn { border-width: 0; border-radius: 0; }#aagKxfvuK7WI7D4DFuoauxKZUcDJNtEn > .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; }#aagKxfvuK7WI7D4DFuoauxKZUcDJNtEn > .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; }#ZaPvagwqvSItsRdtEOTW5nNNI7xfrWfx { color:rgba(var(--color-tertiary-4),1);display:block;width:27.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:0.78125rem;left:23.5625rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#grsTTrDuy3WhBhZIaanF9tZ736lflVhv { position:relative;display:none; }#grsTTrDuy3WhBhZIaanF9tZ736lflVhv { border-width: 0; border-radius: 0; }#grsTTrDuy3WhBhZIaanF9tZ736lflVhv > .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; }#grsTTrDuy3WhBhZIaanF9tZ736lflVhv > .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; }#WysR9Epu5dv1qc8IcN3zwIzbKZVA4cFf { position:relative;display:none; }#WysR9Epu5dv1qc8IcN3zwIzbKZVA4cFf { border-width: 0; border-radius: 0; }#WysR9Epu5dv1qc8IcN3zwIzbKZVA4cFf > .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; }#WysR9Epu5dv1qc8IcN3zwIzbKZVA4cFf > .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; }#PQLufv55fch7aUhbd7Kwef4LFoLXh9pV { color:rgba(var(--color-tertiary-4),1);display:block;width:27.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:0.78125rem;left:23.5625rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Nkk1l3kp8LCDSqxBIUIzVvVaKM40zbgi { box-sizing:content-box;height:6.5625rem;width:40.4375rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:6.6875rem;left:17.25rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:none; }
#Io1C1AulF9u1mPas5zU7rTbpfWsxgQ09 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:5.4375rem;width:5.4375rem;top:7.25rem;left:17.9375rem;overflow:hidden;display:none; }
#Tuh9CSJpwbgKXIsQl0Gbxk3ucr7R58H4 { color:rgba(var(--color-tertiary-4),1);display:block;width:6.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:7.5rem;left:24.1875rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#NBOxx6xmCHCZ5P5HkAgzZnxeV2TglCc6 { color:rgba(var(--color-tertiary-4),1);display:block;width:32.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:8.85107421875rem;left:24.1875rem;height:3.8994125rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#G1knhKdVFfvmh8TgvncZVeo3e5unRAA3 { box-sizing:content-box;height:6.5625rem;width:40.4375rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:6.6875rem;left:17.25rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:none; }
#aXqdieBCxgcsFtDzRgxipu3Fv1S7Xadc { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:5.4375rem;width:5.4375rem;top:7.25rem;left:17.9375rem;overflow:hidden;display:none; }
#IHr27znNvc5AkGsDvETlW0XakxTKnI2A { color:rgba(var(--color-tertiary-4),1);display:block;width:6.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:7.5rem;left:24.1875rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#P7v1kp23KM1vx3XekoTaWOyAq5U73SC0 { color:rgba(var(--color-tertiary-4),1);display:block;width:32.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:16.4873046875rem;left:18.0625rem;height:3.8994125rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#LgX626H7BSSVAcMAMTxpT1hewvcsxl0h { box-sizing:content-box;height:6.5625rem;width:40.4375rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:6.6875rem;left:17.25rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:none; }
#uKGwJvHt3vOOTcVWlQkWwsiTgKkfnoo2 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:5.4375rem;width:5.4375rem;top:7.25rem;left:17.9375rem;overflow:hidden;display:none; }
#q9dsCHeS18xCfhIWlFXVfLOmUxZIobIp { color:rgba(var(--color-tertiary-4),1);display:block;width:6.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:7.5rem;left:24.1875rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#TxcSZKgRI3fUGt7vaQ4O4qTmCK76lWtA { color:rgba(var(--color-tertiary-4),1);display:block;width:32.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:24.28857421875rem;left:24.1875rem;height:3.65625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#TZmuMJkwKN15OAnfR2k2Xh69Z6kH9Q3F { 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; }#TZmuMJkwKN15OAnfR2k2Xh69Z6kH9Q3F > .row .container { background-color: transparent; background-image: none; }#TZmuMJkwKN15OAnfR2k2Xh69Z6kH9Q3F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZmuMJkwKN15OAnfR2k2Xh69Z6kH9Q3F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZmuMJkwKN15OAnfR2k2Xh69Z6kH9Q3F > .row .container > .video-iframe-container { display: none; }#TZmuMJkwKN15OAnfR2k2Xh69Z6kH9Q3F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZmuMJkwKN15OAnfR2k2Xh69Z6kH9Q3F > .row > .video-iframe-container { display: none; }#TZmuMJkwKN15OAnfR2k2Xh69Z6kH9Q3F > .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); }#TZmuMJkwKN15OAnfR2k2Xh69Z6kH9Q3F > .row .container { border-width: 0; border-radius: 0; }#TZmuMJkwKN15OAnfR2k2Xh69Z6kH9Q3F > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TZmuMJkwKN15OAnfR2k2Xh69Z6kH9Q3F > .row .container { font-size:0.875rem;font-family:arial;height:10.8125rem;width:75rem;position:relative;display:block; }#K51rSwpdKU56iPVn0Oltkonui5kiGJeO { color:#000000;display:block;width:38.562rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.0625rem;left:18.25rem;height:3.0872375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zir5h8QKgt9koIfndwV2JTqZQ7B4tOxn { color:#000000;display:block;width:39.24925rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:5.625rem;left:17.875rem;height:4.38671875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Sb17xgdsRBCfKcXu7BRklMKPxqTPsWng { 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; }#Sb17xgdsRBCfKcXu7BRklMKPxqTPsWng > .row .container { background-color: transparent; background-image: none; }#Sb17xgdsRBCfKcXu7BRklMKPxqTPsWng::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sb17xgdsRBCfKcXu7BRklMKPxqTPsWng > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sb17xgdsRBCfKcXu7BRklMKPxqTPsWng > .row .container > .video-iframe-container { display: none; }#Sb17xgdsRBCfKcXu7BRklMKPxqTPsWng > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sb17xgdsRBCfKcXu7BRklMKPxqTPsWng > .row > .video-iframe-container { display: none; }#Sb17xgdsRBCfKcXu7BRklMKPxqTPsWng > .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); }#Sb17xgdsRBCfKcXu7BRklMKPxqTPsWng > .row .container { border-width: 0; border-radius: 0; }#Sb17xgdsRBCfKcXu7BRklMKPxqTPsWng > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Sb17xgdsRBCfKcXu7BRklMKPxqTPsWng > .row .container { font-size:0.875rem;font-family:arial;height:24.9375rem;width:75rem;position:relative;display:block; }#Q97WOSLvu3Ko6K3mx6Kw4p4pGavTz1TP { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0.125rem 0.9375rem rgba(0,0,0,0.1) ;height:19.375rem;width:19.375rem;top:2.7799491882324rem;left:2.8125rem;display:block; }
#kx8WZ66Ulg1CvpV3kOPIccpsR7r7w8xG { color:#000000;display:block;width:11.1865rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.375rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:9.0625rem;left:6.875rem;height:4.375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qLc8CnSeLkBJRrHnNUs7nKBVl6tU50C8 { color:#000000;display:block;width:17.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:5.9375rem;left:3.75rem;height:1.7504875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ggXaPgmmeefKZB9bbfN5ECfmH8OveBnD { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0.125rem 0.9375rem rgba(0,0,0,0.1) ;height:19.375rem;width:19.375rem;top:2.75rem;left:27.8125rem;display:block; }
#myzBpd0qNyTbapdhGJcXUBoosSGGsss0 { color:#000000;display:block;width:17.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15008;line-height:1;letter-spacing:0;top:5.9375rem;left:28.75rem;height:1.7504875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cr56bOp3efW4CLM9Xx1Wb06f8WJCavKb { color:#000000;display:block;width:17.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.375rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:9.0625rem;left:28.75rem;height:4.375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BVnSN6c8O1BIku7qDxqnvC37A51SEdyT { color:#000000;display:block;width:17.5rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:6.4984817504881rem;left:3.7500019073486rem;height:1.49956875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#pWXKcyxhOP1RH63seOzThz15K0x7QLZs { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:4.875rem;left:28.75rem;height:1.49956875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#ZJTwigTtJwL2rTuDtnLgJRFVGhTiqZ09 { color:#000000;display:block;width:17.5rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:700;z-index:15008;line-height:1;letter-spacing:0;top:6.4984817504881rem;left:53.750001907349rem;height:1.49956875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#uSdsrfoTb0SNaDpnLkPXK53SX78zgbzW { position:absolute;display:block;z-index:14999;background-color:#57695b;background-image:none;background-position:top left !important;background-repeat: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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0.125rem 0.9375rem rgba(0,0,0,0.1) ;height:19.124875rem;width:20rem;top:2.9052734375rem;left:52.499456405639rem;display:block; }
#qZW7If0lnEssGzJEMEs0c5D9dBwKBIoe { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.375rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:9.0625rem;left:53.75rem;height:4.375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Z6FAVrmD1T8s69VSDz2BUSUBxWQt9xiq { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:roboto;font-size:1.75rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:5.9375rem;left:53.75rem;height:1.7504875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#r6zJgqFHhxsKr5gHVMAliKlGk10xEp2V { color:#f1f0f0;display:block;width:15.8745625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:14.8125rem;left:54.5625rem;height:4.142575rem;text-align:center;text-align-last:center;display:block; }
#Qguyn6bJTIKV8A7VveuUtO5hOLElDQIJ { color:#000000;display:block;width:17.24975rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:14.8125rem;left:3.875rem;height:4.142575rem;text-align:center;text-align-last:center;display:block; }
#cbFxfbr2V4Q8BAL8cVIN0Uod8ZhVsIPh { color:#000000;display:block;width:16.062rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:14.8125rem;left:29.4375rem;height:4.142575rem;text-align:center;text-align-last:center;display:block; }
#Tnrt5C4lqzk4TafyFzAGs1f37PAxKOfv { 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; }#Tnrt5C4lqzk4TafyFzAGs1f37PAxKOfv > .row .container { background-color: transparent; background-image: none; }#Tnrt5C4lqzk4TafyFzAGs1f37PAxKOfv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tnrt5C4lqzk4TafyFzAGs1f37PAxKOfv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tnrt5C4lqzk4TafyFzAGs1f37PAxKOfv > .row .container > .video-iframe-container { display: none; }#Tnrt5C4lqzk4TafyFzAGs1f37PAxKOfv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tnrt5C4lqzk4TafyFzAGs1f37PAxKOfv > .row > .video-iframe-container { display: none; }#Tnrt5C4lqzk4TafyFzAGs1f37PAxKOfv > .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); }#Tnrt5C4lqzk4TafyFzAGs1f37PAxKOfv > .row .container { border-width: 0; border-radius: 0; }#Tnrt5C4lqzk4TafyFzAGs1f37PAxKOfv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tnrt5C4lqzk4TafyFzAGs1f37PAxKOfv > .row .container { font-size:0.875rem;font-family:arial;height:6.75rem;width:75rem;position:relative;display:block; }#NbC0w81d7ZNQA0SRUCpJk0f6DhazDvLR { 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:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:2.93359375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:1.908203125rem;left:28.125rem;display:block; }
#btvTEUhF0hJmQoOJJ4TKEeQCzpc9MnUI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#P7fTqUyU1RI1OnVBOP3CCBwTsSXRrKop { position:relative;display:none; }#P7fTqUyU1RI1OnVBOP3CCBwTsSXRrKop { border-width: 0; border-radius: 0; }#P7fTqUyU1RI1OnVBOP3CCBwTsSXRrKop > .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; }#P7fTqUyU1RI1OnVBOP3CCBwTsSXRrKop > .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:var(--paragraphs-font-family);height:40rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#U0elCmHTK0Q4eAuxHqFErf0T0y65Vvfi { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#C8FTv6T7XhS07Nt6UJR0OccndclKw2CS { 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; }#C8FTv6T7XhS07Nt6UJR0OccndclKw2CS > .row .container { background-color: transparent; background-image: none; }#C8FTv6T7XhS07Nt6UJR0OccndclKw2CS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C8FTv6T7XhS07Nt6UJR0OccndclKw2CS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C8FTv6T7XhS07Nt6UJR0OccndclKw2CS > .row .container > .video-iframe-container { display: none; }#C8FTv6T7XhS07Nt6UJR0OccndclKw2CS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C8FTv6T7XhS07Nt6UJR0OccndclKw2CS > .row > .video-iframe-container { display: none; }#C8FTv6T7XhS07Nt6UJR0OccndclKw2CS > .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); }#C8FTv6T7XhS07Nt6UJR0OccndclKw2CS > .row .container { border-width: 0; border-radius: 0; }#C8FTv6T7XhS07Nt6UJR0OccndclKw2CS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#C8FTv6T7XhS07Nt6UJR0OccndclKw2CS > .row .container { font-size:0.875rem;font-family:arial;height:52.9375rem;width:75rem;position:relative;display:block; }#ecz2pTVJ54fhD9K20HLVthLgN9yVIR5I { 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.84973125rem;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; }
#te3MyS6LD9HPAWyi9I0vaRqgIvKpPftx .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; }
#te3MyS6LD9HPAWyi9I0vaRqgIvKpPftx .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; }
#te3MyS6LD9HPAWyi9I0vaRqgIvKpPftx .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; }
#te3MyS6LD9HPAWyi9I0vaRqgIvKpPftx .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; }
#te3MyS6LD9HPAWyi9I0vaRqgIvKpPftx .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; }#te3MyS6LD9HPAWyi9I0vaRqgIvKpPftx .accordion-trigger.adaptive-delivery-prevent-bg, #te3MyS6LD9HPAWyi9I0vaRqgIvKpPftx .accordion-trigger.lazyload, #te3MyS6LD9HPAWyi9I0vaRqgIvKpPftx .accordion-trigger.lazyloading { background-image: none; }
#te3MyS6LD9HPAWyi9I0vaRqgIvKpPftx { 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.8632822036744rem;left:10.78125rem;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#te3MyS6LD9HPAWyi9I0vaRqgIvKpPftx #TbdB537mnrKeTATDE2EyphybzZ80yEsp { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#te3MyS6LD9HPAWyi9I0vaRqgIvKpPftx #coMu5z1Pn4V7Ca85Fves0heocQK8lxcI { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#te3MyS6LD9HPAWyi9I0vaRqgIvKpPftx #SguveQiJfr2qDpEsMboQwmcKdKdbAdHi { display:block;position:relative; }
#te3MyS6LD9HPAWyi9I0vaRqgIvKpPftx #SrOZXT975QrGhSkTByq7zRNw2U8ixvZP {  }
#te3MyS6LD9HPAWyi9I0vaRqgIvKpPftx #GhRo94ADTozxONF8wh9ZmGOCLIThKzes {  }
#te3MyS6LD9HPAWyi9I0vaRqgIvKpPftx #HI8ac1iBJ6aKGaKGFoIBc68nnwb6427d { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#te3MyS6LD9HPAWyi9I0vaRqgIvKpPftx #ZPTsqWiGg73ZKHVXGf5yMZKm1pcrf3dn { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#te3MyS6LD9HPAWyi9I0vaRqgIvKpPftx #vteOr2RqJgVwZfbTbZpEXvylOhyOHt1b { display:block;position:relative; }
#te3MyS6LD9HPAWyi9I0vaRqgIvKpPftx #Z7pqZGZiQ7neLDHCUkpvKq1TLdAlrmdV {  }
#te3MyS6LD9HPAWyi9I0vaRqgIvKpPftx #zlMMV06oWAMyqO0EortekkqKM5LooSer { display:none; }
#te3MyS6LD9HPAWyi9I0vaRqgIvKpPftx #l04fFBDkcARLEAUDCkUyZ985orhunIZP { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#te3MyS6LD9HPAWyi9I0vaRqgIvKpPftx #UfhBTTuWpcR8q5hTDOnu5STT3NKHQSsn { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#te3MyS6LD9HPAWyi9I0vaRqgIvKpPftx #kqrNlAJRBkf04QFeGPndTTX03NUWEd7t { display:block;position:relative; }
#te3MyS6LD9HPAWyi9I0vaRqgIvKpPftx #PuZSEATrfle7eiN8Sd04bQvdG9MvqFvN {  }
#te3MyS6LD9HPAWyi9I0vaRqgIvKpPftx #kIb7qE6349Tt0F0Ng0bA4B6Q1a9l7sMz { display:none; }
#te3MyS6LD9HPAWyi9I0vaRqgIvKpPftx #D6uPGFaNvfGZzBH0uV8Llm6kpQ7MzAbm { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#te3MyS6LD9HPAWyi9I0vaRqgIvKpPftx #isKZbraVbBlEE63TPmAfnHKOtyJfBhO7 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#te3MyS6LD9HPAWyi9I0vaRqgIvKpPftx #PPD9A8ISiaXLTTkCpEWKW8asuMFN0OI7 { display:block;position:relative; }
#te3MyS6LD9HPAWyi9I0vaRqgIvKpPftx #MX4kmXTkZr8sQfJibcwVU9r1PtKLyKBR {  }
#te3MyS6LD9HPAWyi9I0vaRqgIvKpPftx #C5s4FxPht1TeAyNJQBr6Xe6yR47WcRy5 { display:none; }
#te3MyS6LD9HPAWyi9I0vaRqgIvKpPftx #TIfTW0XO7HD1nd3pN9qWTLaVqqzdFvp3 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#te3MyS6LD9HPAWyi9I0vaRqgIvKpPftx #gHtx79F1RoIpcZKyFqUy6y86pq13GSIb { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#te3MyS6LD9HPAWyi9I0vaRqgIvKpPftx #FfzifUJS2edvo5p2wJgXqtByxpLnFauW { display:block;position:relative; }
#te3MyS6LD9HPAWyi9I0vaRqgIvKpPftx #RHCihxLTSdDR7JglG8P7TBWUIGqS0Rt1 {  }
#te3MyS6LD9HPAWyi9I0vaRqgIvKpPftx #rUvQNNCND76TH1cOWXSt1ke95s5nh10H { display:none; }
#te3MyS6LD9HPAWyi9I0vaRqgIvKpPftx #TM4PQH9EmGDS8dSBl9T5zOp55bzFEhx9 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#te3MyS6LD9HPAWyi9I0vaRqgIvKpPftx #mwPGLOJA5D8I91LItEhEGm5KC7JSCtIU { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#te3MyS6LD9HPAWyi9I0vaRqgIvKpPftx #czDuhUKCfzkVM4k4dN4CkwLW4SaZbL1k { display:block;position:relative; }
#te3MyS6LD9HPAWyi9I0vaRqgIvKpPftx #TyPR7NxivSfSvsuDvDaB3JeIxRhMTRRR {  }
#te3MyS6LD9HPAWyi9I0vaRqgIvKpPftx #w7hQQzrqzDTSFfuDNgcTA2HHA2NI5Oil { display:none; }
#te3MyS6LD9HPAWyi9I0vaRqgIvKpPftx #rQrPgWeLi8HlwUJwuvrAuxpK38TJmpDW { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#te3MyS6LD9HPAWyi9I0vaRqgIvKpPftx #wA111Wh9ybX9u5mDMGMIOFbCfflgzsRk { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#te3MyS6LD9HPAWyi9I0vaRqgIvKpPftx #o2EuI6e2FLeAv7gb2WNBrWvq3GryCHC5 { display:block;position:relative; }
#te3MyS6LD9HPAWyi9I0vaRqgIvKpPftx #LehaSVTSqiJ4Mvx69yfr1vDuQeJr6uAW {  }
#te3MyS6LD9HPAWyi9I0vaRqgIvKpPftx #UROJfSlkBI4XrhHO02tk4grPuKqUsWh6 { display:none; }
#te3MyS6LD9HPAWyi9I0vaRqgIvKpPftx #gFTy06VsDt5gbe6XOVEI8gOFLmMFPOKC { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#te3MyS6LD9HPAWyi9I0vaRqgIvKpPftx #PUIxPPn3ORTE6lOGKzTqTuVdO2gE7fgS { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#te3MyS6LD9HPAWyi9I0vaRqgIvKpPftx #lHX87E4nOd8cImnmDhESlOsQfIqDh13a { display:block;position:relative; }
#te3MyS6LD9HPAWyi9I0vaRqgIvKpPftx #dBoWVlybdzm6Naxq2iO96xRN6RcGsQN3 {  }
#te3MyS6LD9HPAWyi9I0vaRqgIvKpPftx #MwFhG667MgvZODRwF3JOIJXNxBL4br5z { display:none; }
#GcKWNRSHLEJZQC8kZa5Je42VposHHxpk { 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; } #GcKWNRSHLEJZQC8kZa5Je42VposHHxpk > .row .container { position:relative;display:block; }#tSiOquyrqkpKBSBwViteWgS63bv9RPTu { position:relative;display:none; }#tSiOquyrqkpKBSBwViteWgS63bv9RPTu { border-width: 0; border-radius: 0; }#tSiOquyrqkpKBSBwViteWgS63bv9RPTu > .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; }#tSiOquyrqkpKBSBwViteWgS63bv9RPTu > .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; }#RUBPeAqoy2Dm3KpRaSVLsPQXH4N89wlq { position:relative;display:none; }#RUBPeAqoy2Dm3KpRaSVLsPQXH4N89wlq { border-width: 0; border-radius: 0; }#RUBPeAqoy2Dm3KpRaSVLsPQXH4N89wlq > .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; }#RUBPeAqoy2Dm3KpRaSVLsPQXH4N89wlq > .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; }#C4LLwkH4JTUoyWx0xF4rhKBePi7KTqgW { background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.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:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.4375rem;height:2.9375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:13.75rem;left:29.78125rem;display:none; }
#TuAOT2UGM16DpeJuSXs4WPqMUS4AZKfI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dNgtNmlqDbHudomtmb5PGZrXVUtT6ZDB { color:rgba(var(--color-tertiary-4),1);display:block;width:27.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:0.78125rem;left:23.5625rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ZJHv6oWWES0gHqGFWuCe5yHGTdHeu77a { display:block; }#ZJHv6oWWES0gHqGFWuCe5yHGTdHeu77a > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kOaDeubOVgD7rCpSkgD5x59dQvfi2gHl { top:0.375rem;left:0rem;width:5.0625rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCkbdAW1X9W8usp8UNIWlGAiZcD1SyM6 { width:18.75rem;height:2.875rem;top:1.25rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #XaC3kZqk2voXql8ciEvHHhkz5rDy6fTP { display:block; }
 }@media only screen and (max-width: 763px) { #PT3O8TfDL4v0Ir2x61xiGe0DwGai3Wtp { top:4.6875rem;left:30.875rem;width:16.875rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAvmTD9bVK9Q0criT5bQDXT7lzRkr4E8 { top:1.5625rem;left:0rem;width:17.625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHDZb8zeNf85PRoeE6IU3NLiKCbo4yab { display:block; }#eHDZb8zeNf85PRoeE6IU3NLiKCbo4yab > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VqwfMFykLt9oIli4pGVCNuHaKDmTpOxX { 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; }#VqwfMFykLt9oIli4pGVCNuHaKDmTpOxX.adaptive-delivery-prevent-bg, #VqwfMFykLt9oIli4pGVCNuHaKDmTpOxX.lazyload, #VqwfMFykLt9oIli4pGVCNuHaKDmTpOxX.lazyloading { background-image: none; }#VqwfMFykLt9oIli4pGVCNuHaKDmTpOxX > .row .container { background-color: transparent; background-image: none; }#VqwfMFykLt9oIli4pGVCNuHaKDmTpOxX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(28,28,28,0.8); }#VqwfMFykLt9oIli4pGVCNuHaKDmTpOxX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VqwfMFykLt9oIli4pGVCNuHaKDmTpOxX > .row .container > .video-iframe-container { display: none; }#VqwfMFykLt9oIli4pGVCNuHaKDmTpOxX > .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); }#VqwfMFykLt9oIli4pGVCNuHaKDmTpOxX > .row > .video-iframe-container { display: none; }#VqwfMFykLt9oIli4pGVCNuHaKDmTpOxX > .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); }#VqwfMFykLt9oIli4pGVCNuHaKDmTpOxX > .row .container { border-width: 0; border-radius: 0; }#VqwfMFykLt9oIli4pGVCNuHaKDmTpOxX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SNfiBB1bynm88n1EXCeR2ACcg3ePnoSa { top:3.1875rem;left:8.3125rem;width:31.125rem;height:10.75rem;font-size:3rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #TWqzBRWPQwG4Fle8D7E5xzDDTHzoLlhC { 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) { #o7ycyL5oNqbKV6826FylhrpOrn0MP2ZN { display:block; }
 }@media only screen and (max-width: 763px) { #SxSI5XS7PJos4CONxwJriwBihv7Fca5X { top:1.4375rem;left:12.9375rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIiqhtaznhik9TVuTkrB0Z5ec5Nk4ghL { top:1.4375rem;left:14.3125rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PF3drTdymKJl2DMw4nXmgqvLQGxTPeDA { top:1.4375rem;left:15.6875rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1EVtL5cIA4f5DvbSlvFiMwT0HLN9PGW { top:1.4375rem;left:17.0625rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcQTsSMfZ2IK4qHX9M2uorIRsXUqm2v4 { top:1.4375rem;left:18.4375rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CoO56gZr4UT2diKWyqFZ0v2O93DPncWX { top:1.4375rem;left:20.5625rem;width:14.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFN3uItbgdrPEJsRsyZ8PKovHeTSNzET { top:15.625rem;left:12.53125rem;width:22.6875rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vn5MnO8riltBAQrpc5T2PbgSMgEOtr6N { display:none; }#vn5MnO8riltBAQrpc5T2PbgSMgEOtr6N > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bfRF2goNyIkOJCZMvCov2tE5VRq83pOi { 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; } #bfRF2goNyIkOJCZMvCov2tE5VRq83pOi > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #BVFewhtCHdZEAmt6HZqfkyesoSftugAl { 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; } #BVFewhtCHdZEAmt6HZqfkyesoSftugAl > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #azO99Q0PneTDaeeMqGozCbgy7HBaDlxS { display:block; }#azO99Q0PneTDaeeMqGozCbgy7HBaDlxS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EJG6XMmF2l3G9cIQ5KQi8W6f5mkITdKl { top:0rem;left:10.25rem;width:37.5rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4xHFM9U66oTTBVGoUwARPVDo9G98MTc { top:7.5rem;left:0rem;width:27.8125rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #au601vgTGkueCwmDBA0zbDXmoOewNqJl { top:11.1875rem;left:0rem;width:27.8125rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uoqT9wSn7HfTdJRndicRMNrH2cKI2nBQ { top:13.375rem;left:0rem;width:25.0625rem;height:8.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9uxE2GSy99IRT1S3FSEWMboAxBRKuKW { width:18.75rem;height:2.875rem;top:24.3125rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fH9owSWiGu8r2wDBDxTrZamZczRBlPW2 { display:block; }
 }@media only screen and (max-width: 763px) { #GD38p7tSqhuP3CUH1aSnnX3h76aXvpGZ { display:none; }#GD38p7tSqhuP3CUH1aSnnX3h76aXvpGZ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #s7WPUiQDJLkThTm8ThbOy7SblSDJ9cQU { display:block; }#s7WPUiQDJLkThTm8ThbOy7SblSDJ9cQU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hTv2Ker0dRP473lsTWr5NqLcJKO8y3U1 { top:0rem;left:0rem;width:37.5rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnDngzr0hU15O85zGILlaqGZPrNTTRJp { top:11.3125rem;left:19.9375rem;width:27.8125rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pORL2ZPZt7LrZmbgB2w8H9WTs06T5kbE { top:15.125rem;left:24.343097686767rem;width:22.875rem;height:7.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pf0LnVZCuC6eFPHt5wBS2qdmOs5B0PCu { width:18.75rem;height:2.875rem;top:23.8125rem;left:26.437503814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #upopJ7c5FgHpGhXVCs1IAN5C0OZuyCdN { display:block; }
 }@media only screen and (max-width: 763px) { #VWU4VTZ0ZikHHy72RFN0J313RdDTgGBS { display:none; }#VWU4VTZ0ZikHHy72RFN0J313RdDTgGBS > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NGqGKFWcrK8rmtxyXl7C1iA18dT1OkSx { display:block; }#NGqGKFWcrK8rmtxyXl7C1iA18dT1OkSx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #whtUwecB9SQhXBfRfxk4Em4IsE6HHy5o { top:1.5rem;left:0rem;width:47.75rem;height:;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofhNeU48HDsgdAyW1J6QiwHrSJmUo5Ud { display:block; }#ofhNeU48HDsgdAyW1J6QiwHrSJmUo5Ud > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TCU4vU1JW2hUvTCcM9uAXBSdnqhN467F { display:block; }#TCU4vU1JW2hUvTCcM9uAXBSdnqhN467F > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #waVTToCdqwQ7FmhnJJq82TJuhPIW5Ca2 { top:1.875rem;left:3.25rem;width:41.25rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6EW95sPJ1Iw92h3PvJyS0IEnh1ecTFG { display:block; }#c6EW95sPJ1Iw92h3PvJyS0IEnh1ecTFG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iUb6r61phMdSPxTOxsQIVguGrOUvSB41 { top:1rem;left:18.9375rem;width:16.875rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgNZQ7oumZbfTJaPyOrXDcPnCyT97gkE { top:1rem;left:0rem;width:16.875rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D63qTZqCyMRmZPhLessc5XPTIDi40J6o { top:1.0625rem;left:7.0625rem;width:16.875rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbAEVLIo9T58qoqcKQ9o0V2SM58NOQ6W { top:1.0625rem;left:30.875rem;width:16.875rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4zTtwMUm9yc1fNwQDavnZIO8C5inZ8B { top:14.875rem;left:0rem;width:16.875rem;height:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlFiqLMO9yiZW5nqvi41b6ebDXo6ZgZs { top:18.9375rem;left:0rem;width:14.8125rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWQJrZ6HrBqZLAXabgv1wzBXZxrNXbNI { top:21.125rem;left:0rem;width:14.375rem;height:9.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0amLCXVl7KvEKH6rGb9P06avUUA4euC { top:18.9375rem;left:31.1875rem;width:16.5625rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKTxtA65QsltBNxzMnVt7O8qR9IF41kq { top:21.125rem;left:33.375rem;width:14.375rem;height:10.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wqm5Pt0qLu4IT4W6O8tRElQHuwuWQCT7 { top:18.9375rem;left:22.5625rem;width:13.25rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KyRoRKuPX2v7AoJfsGFVy0TQKG2OCA9B { top:21.125rem;left:21.4375rem;width:14.375rem;height:12.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNuysR3HkzhEElSUhLp551K2PG4T372i { top:18.9375rem;left:8.75rem;width:16.6875rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzIAnCOWm6L5MKsiz1pvzPx0CTmhbp4K { top:21.25rem;left:9.5rem;width:14.375rem;height:8.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMVtTg7P2FMz44Q6EDQByMvqTzdWoRbc { top:14.8125rem;left:7.0625rem;width:16.8125rem;height:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfQRu07p4r9fcTzIqQ2WHBe3D6t5Hxwb { top:14.875rem;left:18.9375rem;width:16.875rem;height:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpiyvfL2GvowiD87Q2dTkiel0nTrp20x { top:14.875rem;left:30.875rem;width:16.875rem;height:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aagKxfvuK7WI7D4DFuoauxKZUcDJNtEn { display:none; }#aagKxfvuK7WI7D4DFuoauxKZUcDJNtEn > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZaPvagwqvSItsRdtEOTW5nNNI7xfrWfx { top:0.5625rem;left:0rem;width:16.25rem;height:5.8125rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #grsTTrDuy3WhBhZIaanF9tZ736lflVhv { display:none; }#grsTTrDuy3WhBhZIaanF9tZ736lflVhv > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WysR9Epu5dv1qc8IcN3zwIzbKZVA4cFf { display:none; }#WysR9Epu5dv1qc8IcN3zwIzbKZVA4cFf > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #PQLufv55fch7aUhbd7Kwef4LFoLXh9pV { top:0.75rem;left:9.9375rem;width:20rem;height:3.8125rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Nkk1l3kp8LCDSqxBIUIzVvVaKM40zbgi { top:6.6875rem;left:3.625rem;width:40.4375rem;height:6.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Io1C1AulF9u1mPas5zU7rTbpfWsxgQ09 { top:7.25rem;left:4.3125rem;width:5.4375rem;height:5.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tuh9CSJpwbgKXIsQl0Gbxk3ucr7R58H4 { top:9.9375rem;left:0rem;width:12.75rem;height:1.25rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NBOxx6xmCHCZ5P5HkAgzZnxeV2TglCc6 { top:26.5625rem;left:0rem;width:17.625rem;height:6.0625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #G1knhKdVFfvmh8TgvncZVeo3e5unRAA3 { top:6.6875rem;left:3.625rem;width:40.4375rem;height:6.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #aXqdieBCxgcsFtDzRgxipu3Fv1S7Xadc { top:7.25rem;left:4.3125rem;width:5.4375rem;height:5.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #IHr27znNvc5AkGsDvETlW0XakxTKnI2A { top:40.0625rem;left:0rem;width:13.5rem;height:1.25rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #P7v1kp23KM1vx3XekoTaWOyAq5U73SC0 { top:53.375rem;left:0rem;width:16.5625rem;height:6.0625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #LgX626H7BSSVAcMAMTxpT1hewvcsxl0h { top:6.6875rem;left:3.625rem;width:40.4375rem;height:6.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #uKGwJvHt3vOOTcVWlQkWwsiTgKkfnoo2 { top:7.25rem;left:4.3125rem;width:5.4375rem;height:5.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #q9dsCHeS18xCfhIWlFXVfLOmUxZIobIp { top:66.5rem;left:0rem;width:17.75rem;height:1.375rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TxcSZKgRI3fUGt7vaQ4O4qTmCK76lWtA { top:81.3125rem;left:0rem;width:16.125rem;height:8.5rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TZmuMJkwKN15OAnfR2k2Xh69Z6kH9Q3F { display:block; }#TZmuMJkwKN15OAnfR2k2Xh69Z6kH9Q3F > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K51rSwpdKU56iPVn0Oltkonui5kiGJeO { width:38.5rem;height:3.0625rem;top:2.0625rem;left:4.625rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zir5h8QKgt9koIfndwV2JTqZQ7B4tOxn { width:39.1875rem;height:4.375rem;top:5.625rem;left:4.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sb17xgdsRBCfKcXu7BRklMKPxqTPsWng { display:block; }#Sb17xgdsRBCfKcXu7BRklMKPxqTPsWng > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q97WOSLvu3Ko6K3mx6Kw4p4pGavTz1TP { width:19.375rem;height:19.375rem;top:2.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kx8WZ66Ulg1CvpV3kOPIccpsR7r7w8xG { width:11.125rem;height:4.375rem;top:9.0625rem;left:2.3125rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLc8CnSeLkBJRrHnNUs7nKBVl6tU50C8 { width:17.5rem;height:1.75rem;top:5.9375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggXaPgmmeefKZB9bbfN5ECfmH8OveBnD { width:19.375rem;height:19.375rem;top:2.75rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #myzBpd0qNyTbapdhGJcXUBoosSGGsss0 { width:17.5rem;height:1.75rem;top:5.9375rem;left:14.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cr56bOp3efW4CLM9Xx1Wb06f8WJCavKb { width:17.5rem;height:4.375rem;top:9.0625rem;left:14.25rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVnSN6c8O1BIku7qDxqnvC37A51SEdyT { width:10.625rem;height:1.875rem;top:11.5625rem;left:0.125rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pWXKcyxhOP1RH63seOzThz15K0x7QLZs { width:17.5rem;height:1.875rem;top:50.3125rem;left:0rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZJTwigTtJwL2rTuDtnLgJRFVGhTiqZ09 { width:15.3125rem;height:1.875rem;top:31.0625rem;left:0rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #uSdsrfoTb0SNaDpnLkPXK53SX78zgbzW { width:20rem;height:19.0625rem;top:2.875rem;left:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZW7If0lnEssGzJEMEs0c5D9dBwKBIoe { width:17.5rem;height:4.375rem;top:9.0625rem;left:30.125rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6FAVrmD1T8s69VSDz2BUSUBxWQt9xiq { width:17.5rem;height:1.75rem;top:5.9375rem;left:30.125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6zJgqFHhxsKr5gHVMAliKlGk10xEp2V { top:14.8125rem;left:31.75rem;width:15.8125rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qguyn6bJTIKV8A7VveuUtO5hOLElDQIJ { top:14.8125rem;left:0rem;width:17.1875rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbFxfbr2V4Q8BAL8cVIN0Uod8ZhVsIPh { top:14.8125rem;left:15.75rem;width:16rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tnrt5C4lqzk4TafyFzAGs1f37PAxKOfv { display:block; }#Tnrt5C4lqzk4TafyFzAGs1f37PAxKOfv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NbC0w81d7ZNQA0SRUCpJk0f6DhazDvLR { width:18.75rem;height:2.875rem;top:1.875rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #btvTEUhF0hJmQoOJJ4TKEeQCzpc9MnUI { display:block; }
 }@media only screen and (max-width: 763px) { #P7fTqUyU1RI1OnVBOP3CCBwTsSXRrKop { display:block; }#P7fTqUyU1RI1OnVBOP3CCBwTsSXRrKop > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U0elCmHTK0Q4eAuxHqFErf0T0y65Vvfi { display:none; }
 }@media only screen and (max-width: 763px) { #C8FTv6T7XhS07Nt6UJR0OccndclKw2CS { display:block; }#C8FTv6T7XhS07Nt6UJR0OccndclKw2CS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ecz2pTVJ54fhD9K20HLVthLgN9yVIR5I { top:2.4375rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #te3MyS6LD9HPAWyi9I0vaRqgIvKpPftx .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#te3MyS6LD9HPAWyi9I0vaRqgIvKpPftx { display:flex;height:auto;width:27.8125rem;top:17.625rem;left:17.4375rem; }
 }@media only screen and (max-width: 763px) { #te3MyS6LD9HPAWyi9I0vaRqgIvKpPftx #TbdB537mnrKeTATDE2EyphybzZ80yEsp {  }
 }@media only screen and (max-width: 763px) { #te3MyS6LD9HPAWyi9I0vaRqgIvKpPftx #coMu5z1Pn4V7Ca85Fves0heocQK8lxcI {  }
 }@media only screen and (max-width: 763px) { #te3MyS6LD9HPAWyi9I0vaRqgIvKpPftx #SguveQiJfr2qDpEsMboQwmcKdKdbAdHi {  }
 }@media only screen and (max-width: 763px) { #te3MyS6LD9HPAWyi9I0vaRqgIvKpPftx #SrOZXT975QrGhSkTByq7zRNw2U8ixvZP {  }
 }@media only screen and (max-width: 763px) { #te3MyS6LD9HPAWyi9I0vaRqgIvKpPftx #GhRo94ADTozxONF8wh9ZmGOCLIThKzes {  }
 }@media only screen and (max-width: 763px) { #te3MyS6LD9HPAWyi9I0vaRqgIvKpPftx #HI8ac1iBJ6aKGaKGFoIBc68nnwb6427d {  }
 }@media only screen and (max-width: 763px) { #te3MyS6LD9HPAWyi9I0vaRqgIvKpPftx #ZPTsqWiGg73ZKHVXGf5yMZKm1pcrf3dn {  }
 }@media only screen and (max-width: 763px) { #te3MyS6LD9HPAWyi9I0vaRqgIvKpPftx #vteOr2RqJgVwZfbTbZpEXvylOhyOHt1b {  }
 }@media only screen and (max-width: 763px) { #te3MyS6LD9HPAWyi9I0vaRqgIvKpPftx #Z7pqZGZiQ7neLDHCUkpvKq1TLdAlrmdV {  }
 }@media only screen and (max-width: 763px) { #te3MyS6LD9HPAWyi9I0vaRqgIvKpPftx #zlMMV06oWAMyqO0EortekkqKM5LooSer {  }
 }@media only screen and (max-width: 763px) { #te3MyS6LD9HPAWyi9I0vaRqgIvKpPftx #l04fFBDkcARLEAUDCkUyZ985orhunIZP {  }
 }@media only screen and (max-width: 763px) { #te3MyS6LD9HPAWyi9I0vaRqgIvKpPftx #UfhBTTuWpcR8q5hTDOnu5STT3NKHQSsn {  }
 }@media only screen and (max-width: 763px) { #te3MyS6LD9HPAWyi9I0vaRqgIvKpPftx #kqrNlAJRBkf04QFeGPndTTX03NUWEd7t {  }
 }@media only screen and (max-width: 763px) { #te3MyS6LD9HPAWyi9I0vaRqgIvKpPftx #PuZSEATrfle7eiN8Sd04bQvdG9MvqFvN {  }
 }@media only screen and (max-width: 763px) { #te3MyS6LD9HPAWyi9I0vaRqgIvKpPftx #kIb7qE6349Tt0F0Ng0bA4B6Q1a9l7sMz {  }
 }@media only screen and (max-width: 763px) { #te3MyS6LD9HPAWyi9I0vaRqgIvKpPftx #D6uPGFaNvfGZzBH0uV8Llm6kpQ7MzAbm {  }
 }@media only screen and (max-width: 763px) { #te3MyS6LD9HPAWyi9I0vaRqgIvKpPftx #isKZbraVbBlEE63TPmAfnHKOtyJfBhO7 {  }
 }@media only screen and (max-width: 763px) { #te3MyS6LD9HPAWyi9I0vaRqgIvKpPftx #PPD9A8ISiaXLTTkCpEWKW8asuMFN0OI7 {  }
 }@media only screen and (max-width: 763px) { #te3MyS6LD9HPAWyi9I0vaRqgIvKpPftx #MX4kmXTkZr8sQfJibcwVU9r1PtKLyKBR {  }
 }@media only screen and (max-width: 763px) { #te3MyS6LD9HPAWyi9I0vaRqgIvKpPftx #C5s4FxPht1TeAyNJQBr6Xe6yR47WcRy5 {  }
 }@media only screen and (max-width: 763px) { #te3MyS6LD9HPAWyi9I0vaRqgIvKpPftx #TIfTW0XO7HD1nd3pN9qWTLaVqqzdFvp3 {  }
 }@media only screen and (max-width: 763px) { #te3MyS6LD9HPAWyi9I0vaRqgIvKpPftx #gHtx79F1RoIpcZKyFqUy6y86pq13GSIb {  }
 }@media only screen and (max-width: 763px) { #te3MyS6LD9HPAWyi9I0vaRqgIvKpPftx #FfzifUJS2edvo5p2wJgXqtByxpLnFauW {  }
 }@media only screen and (max-width: 763px) { #te3MyS6LD9HPAWyi9I0vaRqgIvKpPftx #RHCihxLTSdDR7JglG8P7TBWUIGqS0Rt1 {  }
 }@media only screen and (max-width: 763px) { #te3MyS6LD9HPAWyi9I0vaRqgIvKpPftx #rUvQNNCND76TH1cOWXSt1ke95s5nh10H {  }
 }@media only screen and (max-width: 763px) { #te3MyS6LD9HPAWyi9I0vaRqgIvKpPftx #TM4PQH9EmGDS8dSBl9T5zOp55bzFEhx9 {  }
 }@media only screen and (max-width: 763px) { #te3MyS6LD9HPAWyi9I0vaRqgIvKpPftx #mwPGLOJA5D8I91LItEhEGm5KC7JSCtIU {  }
 }@media only screen and (max-width: 763px) { #te3MyS6LD9HPAWyi9I0vaRqgIvKpPftx #czDuhUKCfzkVM4k4dN4CkwLW4SaZbL1k {  }
 }@media only screen and (max-width: 763px) { #te3MyS6LD9HPAWyi9I0vaRqgIvKpPftx #TyPR7NxivSfSvsuDvDaB3JeIxRhMTRRR {  }
 }@media only screen and (max-width: 763px) { #te3MyS6LD9HPAWyi9I0vaRqgIvKpPftx #w7hQQzrqzDTSFfuDNgcTA2HHA2NI5Oil {  }
 }@media only screen and (max-width: 763px) { #te3MyS6LD9HPAWyi9I0vaRqgIvKpPftx #rQrPgWeLi8HlwUJwuvrAuxpK38TJmpDW {  }
 }@media only screen and (max-width: 763px) { #te3MyS6LD9HPAWyi9I0vaRqgIvKpPftx #wA111Wh9ybX9u5mDMGMIOFbCfflgzsRk {  }
 }@media only screen and (max-width: 763px) { #te3MyS6LD9HPAWyi9I0vaRqgIvKpPftx #o2EuI6e2FLeAv7gb2WNBrWvq3GryCHC5 {  }
 }@media only screen and (max-width: 763px) { #te3MyS6LD9HPAWyi9I0vaRqgIvKpPftx #LehaSVTSqiJ4Mvx69yfr1vDuQeJr6uAW {  }
 }@media only screen and (max-width: 763px) { #te3MyS6LD9HPAWyi9I0vaRqgIvKpPftx #UROJfSlkBI4XrhHO02tk4grPuKqUsWh6 {  }
 }@media only screen and (max-width: 763px) { #te3MyS6LD9HPAWyi9I0vaRqgIvKpPftx #gFTy06VsDt5gbe6XOVEI8gOFLmMFPOKC {  }
 }@media only screen and (max-width: 763px) { #te3MyS6LD9HPAWyi9I0vaRqgIvKpPftx #PUIxPPn3ORTE6lOGKzTqTuVdO2gE7fgS {  }
 }@media only screen and (max-width: 763px) { #te3MyS6LD9HPAWyi9I0vaRqgIvKpPftx #lHX87E4nOd8cImnmDhESlOsQfIqDh13a {  }
 }@media only screen and (max-width: 763px) { #te3MyS6LD9HPAWyi9I0vaRqgIvKpPftx #dBoWVlybdzm6Naxq2iO96xRN6RcGsQN3 {  }
 }@media only screen and (max-width: 763px) { #te3MyS6LD9HPAWyi9I0vaRqgIvKpPftx #MwFhG667MgvZODRwF3JOIJXNxBL4br5z {  }
 }@media only screen and (max-width: 763px) { #GcKWNRSHLEJZQC8kZa5Je42VposHHxpk { 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; } #GcKWNRSHLEJZQC8kZa5Je42VposHHxpk > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #tSiOquyrqkpKBSBwViteWgS63bv9RPTu { display:none; }#tSiOquyrqkpKBSBwViteWgS63bv9RPTu > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RUBPeAqoy2Dm3KpRaSVLsPQXH4N89wlq { display:none; }#RUBPeAqoy2Dm3KpRaSVLsPQXH4N89wlq > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #C4LLwkH4JTUoyWx0xF4rhKBePi7KTqgW { width:15.4375rem;height:2.9375rem;top:13.75rem;left:16.15625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TuAOT2UGM16DpeJuSXs4WPqMUS4AZKfI { display:block; }
 }@media only screen and (max-width: 763px) { #dNgtNmlqDbHudomtmb5PGZrXVUtT6ZDB { top:0.6875rem;left:0rem;width:18.1875rem;height:1.625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;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); } }@media only screen and (max-width: 763px) { #ZJHv6oWWES0gHqGFWuCe5yHGTdHeu77a { background-color:#000000;background-image:none;position:relative;z-index:auto;display:block; }#ZJHv6oWWES0gHqGFWuCe5yHGTdHeu77a > .row .container { background-color: transparent; background-image: none; }#ZJHv6oWWES0gHqGFWuCe5yHGTdHeu77a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZJHv6oWWES0gHqGFWuCe5yHGTdHeu77a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZJHv6oWWES0gHqGFWuCe5yHGTdHeu77a > .row .container > .video-iframe-container { display: none; }#ZJHv6oWWES0gHqGFWuCe5yHGTdHeu77a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZJHv6oWWES0gHqGFWuCe5yHGTdHeu77a > .row > .video-iframe-container { display: none; }#ZJHv6oWWES0gHqGFWuCe5yHGTdHeu77a > .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); }#ZJHv6oWWES0gHqGFWuCe5yHGTdHeu77a > .row .container { width:20rem;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kOaDeubOVgD7rCpSkgD5x59dQvfi2gHl { width:7.5625rem;height:1.875rem;top:0.625rem;left:6.21875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #CCkbdAW1X9W8usp8UNIWlGAiZcD1SyM6 { width:15.375rem;height:2.875rem;top:3.8745125rem;left:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XaC3kZqk2voXql8ciEvHHhkz5rDy6fTP { display:block; }
 }@media only screen and (max-width: 763px) { #PT3O8TfDL4v0Ir2x61xiGe0DwGai3Wtp { width:16.124875rem;height:0;top:3.8745125rem;left:1.9375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bAvmTD9bVK9Q0criT5bQDXT7lzRkr4E8 { width:17.625rem;height:3.125rem;top:1.5625rem;left:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #eHDZb8zeNf85PRoeE6IU3NLiKCbo4yab { display:none; }#eHDZb8zeNf85PRoeE6IU3NLiKCbo4yab > .row .container { width:20rem;height:24.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VqwfMFykLt9oIli4pGVCNuHaKDmTpOxX { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e8e7e3, #ffffff);background-image: -moz-linear-gradient(180deg, #e8e7e3, #ffffff);background-image: -ms-linear-gradient(180deg, #e8e7e3, #ffffff);background-image: -o-linear-gradient(180deg, #e8e7e3, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e7e3', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e7e3', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #e8e7e3, #ffffff);background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#VqwfMFykLt9oIli4pGVCNuHaKDmTpOxX > .row .container { background-color: transparent; background-image: none; }#VqwfMFykLt9oIli4pGVCNuHaKDmTpOxX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VqwfMFykLt9oIli4pGVCNuHaKDmTpOxX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VqwfMFykLt9oIli4pGVCNuHaKDmTpOxX > .row .container > .video-iframe-container { display: none; }#VqwfMFykLt9oIli4pGVCNuHaKDmTpOxX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VqwfMFykLt9oIli4pGVCNuHaKDmTpOxX > .row > .video-iframe-container { display: none; }#VqwfMFykLt9oIli4pGVCNuHaKDmTpOxX > .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); }#VqwfMFykLt9oIli4pGVCNuHaKDmTpOxX > .row .container { border-width: 0; border-radius: 0; }#VqwfMFykLt9oIli4pGVCNuHaKDmTpOxX > .row .container { width:20rem;height:17rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SNfiBB1bynm88n1EXCeR2ACcg3ePnoSa { width:20rem;height:7.19925rem;top:4.8997421264649rem;left:0rem;font-size:2rem;z-index:15026;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #TWqzBRWPQwG4Fle8D7E5xzDDTHzoLlhC { width:18.125rem;height:3.4375rem;top:10.875rem;left:0.9375rem;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) { #o7ycyL5oNqbKV6826FylhrpOrn0MP2ZN { display:block; }
 }@media only screen and (max-width: 763px) { #SxSI5XS7PJos4CONxwJriwBihv7Fca5X { display:flex;width:1.1875rem;height:1.1875rem;top:0.875rem;left:6.6875rem; }
 }@media only screen and (max-width: 763px) { #bIiqhtaznhik9TVuTkrB0Z5ec5Nk4ghL { display:flex;width:1.1875rem;height:1.1875rem;top:0.875rem;left:8.0625rem; }
 }@media only screen and (max-width: 763px) { #PF3drTdymKJl2DMw4nXmgqvLQGxTPeDA { display:flex;width:1.1875rem;height:1.1875rem;top:0.875rem;left:9.375rem; }
 }@media only screen and (max-width: 763px) { #X1EVtL5cIA4f5DvbSlvFiMwT0HLN9PGW { display:flex;width:1.1875rem;height:1.1875rem;top:0.875rem;left:10.75rem; }
 }@media only screen and (max-width: 763px) { #wcQTsSMfZ2IK4qHX9M2uorIRsXUqm2v4 { display:flex;width:1.1875rem;height:1.1875rem;top:0.875rem;left:12.125rem; }
 }@media only screen and (max-width: 763px) { #CoO56gZr4UT2diKWyqFZ0v2O93DPncWX { width:13.3125rem;height:1.13736875rem;top:2.3125rem;left:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFN3uItbgdrPEJsRsyZ8PKovHeTSNzET { width:18.3125rem;height:0.9746125rem;top:15.0625rem;left:0.84375rem;font-size:0.75rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #vn5MnO8riltBAQrpc5T2PbgSMgEOtr6N { display:block; }#vn5MnO8riltBAQrpc5T2PbgSMgEOtr6N { background-color: transparent; background-image: none; }#vn5MnO8riltBAQrpc5T2PbgSMgEOtr6N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vn5MnO8riltBAQrpc5T2PbgSMgEOtr6N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vn5MnO8riltBAQrpc5T2PbgSMgEOtr6N > .row .container > .video-iframe-container { display: none; }#vn5MnO8riltBAQrpc5T2PbgSMgEOtr6N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vn5MnO8riltBAQrpc5T2PbgSMgEOtr6N > .row > .video-iframe-container { display: none; }#vn5MnO8riltBAQrpc5T2PbgSMgEOtr6N > .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); }#vn5MnO8riltBAQrpc5T2PbgSMgEOtr6N { border-width: 0; border-radius: 0; }#vn5MnO8riltBAQrpc5T2PbgSMgEOtr6N > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vn5MnO8riltBAQrpc5T2PbgSMgEOtr6N > .row .container { width:20rem;height:20.125rem;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/2104e3cf-41ed-4714-bc05-6787d11624d8/Bestsellers_Style_MobileHeader_850pxx850px.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#vn5MnO8riltBAQrpc5T2PbgSMgEOtr6N > .row .container.adaptive-delivery-prevent-bg, #vn5MnO8riltBAQrpc5T2PbgSMgEOtr6N > .row .container.lazyload, #vn5MnO8riltBAQrpc5T2PbgSMgEOtr6N > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #bfRF2goNyIkOJCZMvCov2tE5VRq83pOi { 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; } #bfRF2goNyIkOJCZMvCov2tE5VRq83pOi > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #BVFewhtCHdZEAmt6HZqfkyesoSftugAl { 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; } #BVFewhtCHdZEAmt6HZqfkyesoSftugAl > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #azO99Q0PneTDaeeMqGozCbgy7HBaDlxS { display:block; }#azO99Q0PneTDaeeMqGozCbgy7HBaDlxS > .row .container { width:20rem;height:24.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EJG6XMmF2l3G9cIQ5KQi8W6f5mkITdKl { width:20rem;height:20rem;top:23.34765625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #K4xHFM9U66oTTBVGoUwARPVDo9G98MTc { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #au601vgTGkueCwmDBA0zbDXmoOewNqJl { width:20rem;height:1.70573125rem;top:4.849609375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uoqT9wSn7HfTdJRndicRMNrH2cKI2nBQ { width:20rem;height:10.23633125rem;top:7.94921875rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #l9uxE2GSy99IRT1S3FSEWMboAxBRKuKW { width:17.375rem;height:2.9375rem;top:20.160158157349rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fH9owSWiGu8r2wDBDxTrZamZczRBlPW2 { display:block; }
 }@media only screen and (max-width: 763px) { #GD38p7tSqhuP3CUH1aSnnX3h76aXvpGZ { display:block; }#GD38p7tSqhuP3CUH1aSnnX3h76aXvpGZ { background-color: transparent; background-image: none; }#GD38p7tSqhuP3CUH1aSnnX3h76aXvpGZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GD38p7tSqhuP3CUH1aSnnX3h76aXvpGZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GD38p7tSqhuP3CUH1aSnnX3h76aXvpGZ > .row .container > .video-iframe-container { display: none; }#GD38p7tSqhuP3CUH1aSnnX3h76aXvpGZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GD38p7tSqhuP3CUH1aSnnX3h76aXvpGZ > .row > .video-iframe-container { display: none; }#GD38p7tSqhuP3CUH1aSnnX3h76aXvpGZ > .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); }#GD38p7tSqhuP3CUH1aSnnX3h76aXvpGZ { border-width: 0; border-radius: 0; }#GD38p7tSqhuP3CUH1aSnnX3h76aXvpGZ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GD38p7tSqhuP3CUH1aSnnX3h76aXvpGZ > .row .container { width:20rem;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/53ce9fb6-4b0e-49bf-ab77-6a3663a1e8bc/Bestsellers_Style_whatsinside_850x850px_alt.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;height:21.8125rem;position:relative;display:block; }#GD38p7tSqhuP3CUH1aSnnX3h76aXvpGZ > .row .container.adaptive-delivery-prevent-bg, #GD38p7tSqhuP3CUH1aSnnX3h76aXvpGZ > .row .container.lazyload, #GD38p7tSqhuP3CUH1aSnnX3h76aXvpGZ > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #s7WPUiQDJLkThTm8ThbOy7SblSDJ9cQU { display:block; }#s7WPUiQDJLkThTm8ThbOy7SblSDJ9cQU > .row .container { width:20rem;height:24.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hTv2Ker0dRP473lsTWr5NqLcJKO8y3U1 { width:20rem;height:20rem;top:20.346349716186rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NnDngzr0hU15O85zGILlaqGZPrNTTRJp { width:20rem;height:2.5996125rem;top:1.6875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #pORL2ZPZt7LrZmbgB2w8H9WTs06T5kbE { width:20rem;height:10.3958125rem;top:6.19921875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Pf0LnVZCuC6eFPHt5wBS2qdmOs5B0PCu { width:18.75rem;height:2.875rem;top:18.72265625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #upopJ7c5FgHpGhXVCs1IAN5C0OZuyCdN { display:block; }
 }@media only screen and (max-width: 763px) { #VWU4VTZ0ZikHHy72RFN0J313RdDTgGBS { display:block; }#VWU4VTZ0ZikHHy72RFN0J313RdDTgGBS { background-color: transparent; background-image: none; }#VWU4VTZ0ZikHHy72RFN0J313RdDTgGBS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VWU4VTZ0ZikHHy72RFN0J313RdDTgGBS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VWU4VTZ0ZikHHy72RFN0J313RdDTgGBS > .row .container > .video-iframe-container { display: none; }#VWU4VTZ0ZikHHy72RFN0J313RdDTgGBS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VWU4VTZ0ZikHHy72RFN0J313RdDTgGBS > .row > .video-iframe-container { display: none; }#VWU4VTZ0ZikHHy72RFN0J313RdDTgGBS > .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); }#VWU4VTZ0ZikHHy72RFN0J313RdDTgGBS { border-width: 0; border-radius: 0; }#VWU4VTZ0ZikHHy72RFN0J313RdDTgGBS > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VWU4VTZ0ZikHHy72RFN0J313RdDTgGBS > .row .container { width:20rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/48352fbb-762e-4abc-b23d-ec60b28b6c0a/howitworksstream.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;height:23.4375rem;position:relative;display:block; }#VWU4VTZ0ZikHHy72RFN0J313RdDTgGBS > .row .container.adaptive-delivery-prevent-bg, #VWU4VTZ0ZikHHy72RFN0J313RdDTgGBS > .row .container.lazyload, #VWU4VTZ0ZikHHy72RFN0J313RdDTgGBS > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #NGqGKFWcrK8rmtxyXl7C1iA18dT1OkSx { display:none; }#NGqGKFWcrK8rmtxyXl7C1iA18dT1OkSx > .row .container { width:20rem;height:7.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #whtUwecB9SQhXBfRfxk4Em4IsE6HHy5o { width:20rem;height:0;top:1.25rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #ofhNeU48HDsgdAyW1J6QiwHrSJmUo5Ud { display:none; }#ofhNeU48HDsgdAyW1J6QiwHrSJmUo5Ud > .row .container { width:20rem;height:24.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TCU4vU1JW2hUvTCcM9uAXBSdnqhN467F { display:none; }#TCU4vU1JW2hUvTCcM9uAXBSdnqhN467F > .row .container { width:20rem;height:18.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #waVTToCdqwQ7FmhnJJq82TJuhPIW5Ca2 { width:20rem;height:5.19856875rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6EW95sPJ1Iw92h3PvJyS0IEnh1ecTFG { display:none; }#c6EW95sPJ1Iw92h3PvJyS0IEnh1ecTFG > .row .container { width:20rem;height:160.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #iUb6r61phMdSPxTOxsQIVguGrOUvSB41 { width:5.375rem;height:5.375rem;top:61.82421875rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgNZQ7oumZbfTJaPyOrXDcPnCyT97gkE { width:5.375rem;height:5.375rem;top:51.01171875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D63qTZqCyMRmZPhLessc5XPTIDi40J6o { width:4rem;height:3.9375rem;top:43.19921875rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbAEVLIo9T58qoqcKQ9o0V2SM58NOQ6W { width:5.375rem;height:5.375rem;top:15.51171875rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4zTtwMUm9yc1fNwQDavnZIO8C5inZ8B { width:16.875rem;height:19.3125rem;top:68.51171875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlFiqLMO9yiZW5nqvi41b6ebDXo6ZgZs { width:14.875rem;height:1.462675rem;top:73.94921875rem;left:2.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWQJrZ6HrBqZLAXabgv1wzBXZxrNXbNI { width:14.375rem;height:9.095625rem;top:76.19921875rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0amLCXVl7KvEKH6rGb9P06avUUA4euC { width:15.4375rem;height:1.462675rem;top:135.71728515625rem;left:2.28125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKTxtA65QsltBNxzMnVt7O8qR9IF41kq { width:14.375rem;height:9.095625rem;top:137.8857421875rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wqm5Pt0qLu4IT4W6O8tRElQHuwuWQCT7 { width:11.4375rem;height:1.462675rem;top:115.15478515625rem;left:4.28125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KyRoRKuPX2v7AoJfsGFVy0TQKG2OCA9B { width:14.375rem;height:14.2938125rem;top:117.32421875rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNuysR3HkzhEElSUhLp551K2PG4T372i { width:13.75rem;height:1.462675rem;top:94.51123046875rem;left:3.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzIAnCOWm6L5MKsiz1pvzPx0CTmhbp4K { width:14.375rem;height:6.496875rem;top:96.76171875rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMVtTg7P2FMz44Q6EDQByMvqTzdWoRbc { width:16.875rem;height:19.3125rem;top:89.07421875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfQRu07p4r9fcTzIqQ2WHBe3D6t5Hxwb { width:16.875rem;height:19.3125rem;top:109.63671875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpiyvfL2GvowiD87Q2dTkiel0nTrp20x { width:16.875rem;height:19.3125rem;top:130.19921875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aagKxfvuK7WI7D4DFuoauxKZUcDJNtEn { display:block; }#aagKxfvuK7WI7D4DFuoauxKZUcDJNtEn > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZaPvagwqvSItsRdtEOTW5nNNI7xfrWfx { width:18.125rem;height:4.54948125rem;top:1.1621198654175rem;left:0.9375rem;font-size:1.75rem;z-index:15005;line-height:1.3;color:#1e1e1e;font-family:var(--headlines-font-family);font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #grsTTrDuy3WhBhZIaanF9tZ736lflVhv { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b7b099d2-17f3-49c9-bbc0-5d7f1f13d696/Bestsellers_Style_Collage_850x850px.gif");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#grsTTrDuy3WhBhZIaanF9tZ736lflVhv.adaptive-delivery-prevent-bg, #grsTTrDuy3WhBhZIaanF9tZ736lflVhv.lazyload, #grsTTrDuy3WhBhZIaanF9tZ736lflVhv.lazyloading { background-image: none; }#grsTTrDuy3WhBhZIaanF9tZ736lflVhv > .row .container { background-color: transparent; background-image: none; }#grsTTrDuy3WhBhZIaanF9tZ736lflVhv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#grsTTrDuy3WhBhZIaanF9tZ736lflVhv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#grsTTrDuy3WhBhZIaanF9tZ736lflVhv > .row .container > .video-iframe-container { display: none; }#grsTTrDuy3WhBhZIaanF9tZ736lflVhv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#grsTTrDuy3WhBhZIaanF9tZ736lflVhv > .row > .video-iframe-container { display: none; }#grsTTrDuy3WhBhZIaanF9tZ736lflVhv > .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); }#grsTTrDuy3WhBhZIaanF9tZ736lflVhv > .row .container { border-width: 0; border-radius: 0; }#grsTTrDuy3WhBhZIaanF9tZ736lflVhv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#grsTTrDuy3WhBhZIaanF9tZ736lflVhv > .row .container { width:20rem;height:29.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WysR9Epu5dv1qc8IcN3zwIzbKZVA4cFf { background-color:#f1f0f0;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; }#WysR9Epu5dv1qc8IcN3zwIzbKZVA4cFf > .row .container { background-color: transparent; background-image: none; }#WysR9Epu5dv1qc8IcN3zwIzbKZVA4cFf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WysR9Epu5dv1qc8IcN3zwIzbKZVA4cFf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WysR9Epu5dv1qc8IcN3zwIzbKZVA4cFf > .row .container > .video-iframe-container { display: none; }#WysR9Epu5dv1qc8IcN3zwIzbKZVA4cFf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WysR9Epu5dv1qc8IcN3zwIzbKZVA4cFf > .row > .video-iframe-container { display: none; }#WysR9Epu5dv1qc8IcN3zwIzbKZVA4cFf > .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); }#WysR9Epu5dv1qc8IcN3zwIzbKZVA4cFf > .row .container { border-width: 0; border-radius: 0; }#WysR9Epu5dv1qc8IcN3zwIzbKZVA4cFf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WysR9Epu5dv1qc8IcN3zwIzbKZVA4cFf > .row .container { width:20rem;height:93.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PQLufv55fch7aUhbd7Kwef4LFoLXh9pV { width:20rem;height:3.84895625rem;top:2.4375rem;left:0rem;font-size:1.75rem;z-index:15005;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Nkk1l3kp8LCDSqxBIUIzVvVaKM40zbgi { width:20rem;height:13.625rem;top:20.375rem;left:0rem;z-index:15009;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Io1C1AulF9u1mPas5zU7rTbpfWsxgQ09 { width:15.625rem;height:15.625rem;top:7.25rem;left:2.1875rem;z-index:15010;overflow:hidden;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tuh9CSJpwbgKXIsQl0Gbxk3ucr7R58H4 { width:15.8121875rem;height:1.4624rem;top:23.5625rem;left:2.0625rem;font-size:1.125rem;z-index:15011;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NBOxx6xmCHCZ5P5HkAgzZnxeV2TglCc6 { width:17.6871875rem;height:7.3125rem;top:25.1875rem;left:1.125rem;font-size:0.9375rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #G1knhKdVFfvmh8TgvncZVeo3e5unRAA3 { width:20rem;height:13.625rem;top:48.311767578125rem;left:0rem;z-index:15009;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXqdieBCxgcsFtDzRgxipu3Fv1S7Xadc { width:15.625rem;height:15.625rem;top:35.1875rem;left:2.1875rem;z-index:15010;overflow:hidden;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHr27znNvc5AkGsDvETlW0XakxTKnI2A { width:17.749rem;height:1.4624rem;top:51.436767578125rem;left:1.124267578125rem;font-size:1.125rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #P7v1kp23KM1vx3XekoTaWOyAq5U73SC0 { width:16.5625rem;height:7.3125rem;top:53.375rem;left:1.75rem;font-size:0.9375rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #LgX626H7BSSVAcMAMTxpT1hewvcsxl0h { width:20rem;height:16.1875rem;top:76.124267578125rem;left:0rem;z-index:15009;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKGwJvHt3vOOTcVWlQkWwsiTgKkfnoo2 { width:15.625rem;height:15.625rem;top:63rem;left:2.1875rem;z-index:15010;overflow:hidden;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9dsCHeS18xCfhIWlFXVfLOmUxZIobIp { width:17.7495625rem;height:1.54361875rem;top:79.125rem;left:1.125rem;font-size:1.1875rem;z-index:15011;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TxcSZKgRI3fUGt7vaQ4O4qTmCK76lWtA { width:16.186rem;height:9.75rem;top:81.3125rem;left:1.9375rem;font-size:0.9375rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #TZmuMJkwKN15OAnfR2k2Xh69Z6kH9Q3F { background-color:#ffffff;background-image:none;display:block; }#TZmuMJkwKN15OAnfR2k2Xh69Z6kH9Q3F > .row .container { background-color: transparent; background-image: none; }#TZmuMJkwKN15OAnfR2k2Xh69Z6kH9Q3F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZmuMJkwKN15OAnfR2k2Xh69Z6kH9Q3F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZmuMJkwKN15OAnfR2k2Xh69Z6kH9Q3F > .row .container > .video-iframe-container { display: none; }#TZmuMJkwKN15OAnfR2k2Xh69Z6kH9Q3F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZmuMJkwKN15OAnfR2k2Xh69Z6kH9Q3F > .row > .video-iframe-container { display: none; }#TZmuMJkwKN15OAnfR2k2Xh69Z6kH9Q3F > .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); }#TZmuMJkwKN15OAnfR2k2Xh69Z6kH9Q3F > .row .container { width:20rem;height:21.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K51rSwpdKU56iPVn0Oltkonui5kiGJeO { width:20rem;height:7.14975rem;top:2.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:2.75rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #zir5h8QKgt9koIfndwV2JTqZQ7B4tOxn { width:18.625rem;height:8.7734375rem;top:10.4375rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sb17xgdsRBCfKcXu7BRklMKPxqTPsWng { display:none; }#Sb17xgdsRBCfKcXu7BRklMKPxqTPsWng > .row .container { width:20rem;height:58.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Q97WOSLvu3Ko6K3mx6Kw4p4pGavTz1TP { width:20rem;height:17.9375rem;top:0.8740234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kx8WZ66Ulg1CvpV3kOPIccpsR7r7w8xG { width:9.811375rem;height:5.625rem;top:5.1875rem;left:5.0625rem;text-align:center;text-align-last:center;font-size:5.625rem;font-family:var(--headlines-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #qLc8CnSeLkBJRrHnNUs7nKBVl6tU50C8 { width:16.5625rem;height:2.25rem;top:2.75rem;left:1.75rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.2;font-family:var(--headlines-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #ggXaPgmmeefKZB9bbfN5ECfmH8OveBnD { width:20rem;height:17.937rem;top:20.311279296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #myzBpd0qNyTbapdhGJcXUBoosSGGsss0 { width:17.749625rem;height:2.0625rem;top:22.25rem;left:1.125rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #cr56bOp3efW4CLM9Xx1Wb06f8WJCavKb { width:9.9365rem;height:5.625rem;top:24.625rem;left:5.0625rem;text-align:center;text-align-last:center;font-size:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVnSN6c8O1BIku7qDxqnvC37A51SEdyT { width:10.625rem;height:1.875rem;top:11.624633789062rem;left:4.6875rem;text-align:center;text-align-last:center;font-size:1.875rem;z-index:15003;font-family:var(--headlines-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #pWXKcyxhOP1RH63seOzThz15K0x7QLZs { width:17.5rem;height:1.875rem;top:50.3125rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.875rem;z-index:15008;font-family:var(--headlines-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #ZJTwigTtJwL2rTuDtnLgJRFVGhTiqZ09 { width:15.37475rem;height:1.875rem;top:31.125rem;left:2.3125rem;text-align:center;text-align-last:center;z-index:15009;font-size:1.875rem;font-family:var(--headlines-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #uSdsrfoTb0SNaDpnLkPXK53SX78zgbzW { width:20rem;height:17.937rem;top:39.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZW7If0lnEssGzJEMEs0c5D9dBwKBIoe { width:17.5rem;height:5.625rem;top:43.9375rem;left:1.25rem;text-align:center;text-align-last:center;font-size:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6FAVrmD1T8s69VSDz2BUSUBxWQt9xiq { width:17.5rem;height:1.875rem;top:41.6875rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6zJgqFHhxsKr5gHVMAliKlGk10xEp2V { width:16.93725rem;height:2.76171875rem;top:52.9375rem;left:1.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qguyn6bJTIKV8A7VveuUtO5hOLElDQIJ { width:17.1875rem;height:2.76171875rem;top:14.375rem;left:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbFxfbr2V4Q8BAL8cVIN0Uod8ZhVsIPh { width:15.999125rem;height:2.76171875rem;top:33.9375rem;left:2rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tnrt5C4lqzk4TafyFzAGs1f37PAxKOfv { display:none; }#Tnrt5C4lqzk4TafyFzAGs1f37PAxKOfv > .row .container { width:20rem;height:6.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NbC0w81d7ZNQA0SRUCpJk0f6DhazDvLR { width:18.75rem;height:2.875rem;top:1.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #btvTEUhF0hJmQoOJJ4TKEeQCzpc9MnUI { display:block; }
 }@media only screen and (max-width: 763px) { #P7fTqUyU1RI1OnVBOP3CCBwTsSXRrKop { display:block; }#P7fTqUyU1RI1OnVBOP3CCBwTsSXRrKop > .row .container { width:20rem;height:24.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U0elCmHTK0Q4eAuxHqFErf0T0y65Vvfi { top:0rem;left:0rem;width:20rem;height:21.75rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #C8FTv6T7XhS07Nt6UJR0OccndclKw2CS { display:block; }#C8FTv6T7XhS07Nt6UJR0OccndclKw2CS > .row .container { width:20rem;height:78.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ecz2pTVJ54fhD9K20HLVthLgN9yVIR5I { width:20rem;height:4.79980625rem;top:1.5618896484375rem;left:0rem;font-size:2rem;color:#1e1e1e;display:block; }
 }@media only screen and (max-width: 763px) { #te3MyS6LD9HPAWyi9I0vaRqgIvKpPftx .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#te3MyS6LD9HPAWyi9I0vaRqgIvKpPftx .accordion-desc-text { font-size:0.875rem;height:auto; }
#te3MyS6LD9HPAWyi9I0vaRqgIvKpPftx { display:flex;height:auto;width:17.5rem;top:8.658447265625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #te3MyS6LD9HPAWyi9I0vaRqgIvKpPftx #TbdB537mnrKeTATDE2EyphybzZ80yEsp {  }
 }@media only screen and (max-width: 763px) { #te3MyS6LD9HPAWyi9I0vaRqgIvKpPftx #coMu5z1Pn4V7Ca85Fves0heocQK8lxcI {  }
 }@media only screen and (max-width: 763px) { #te3MyS6LD9HPAWyi9I0vaRqgIvKpPftx #SguveQiJfr2qDpEsMboQwmcKdKdbAdHi {  }
 }@media only screen and (max-width: 763px) { #te3MyS6LD9HPAWyi9I0vaRqgIvKpPftx #SrOZXT975QrGhSkTByq7zRNw2U8ixvZP {  }
 }@media only screen and (max-width: 763px) { #te3MyS6LD9HPAWyi9I0vaRqgIvKpPftx #GhRo94ADTozxONF8wh9ZmGOCLIThKzes {  }
 }@media only screen and (max-width: 763px) { #te3MyS6LD9HPAWyi9I0vaRqgIvKpPftx #HI8ac1iBJ6aKGaKGFoIBc68nnwb6427d {  }
 }@media only screen and (max-width: 763px) { #te3MyS6LD9HPAWyi9I0vaRqgIvKpPftx #ZPTsqWiGg73ZKHVXGf5yMZKm1pcrf3dn {  }
 }@media only screen and (max-width: 763px) { #te3MyS6LD9HPAWyi9I0vaRqgIvKpPftx #vteOr2RqJgVwZfbTbZpEXvylOhyOHt1b {  }
 }@media only screen and (max-width: 763px) { #te3MyS6LD9HPAWyi9I0vaRqgIvKpPftx #Z7pqZGZiQ7neLDHCUkpvKq1TLdAlrmdV {  }
 }@media only screen and (max-width: 763px) { #te3MyS6LD9HPAWyi9I0vaRqgIvKpPftx #zlMMV06oWAMyqO0EortekkqKM5LooSer {  }
 }@media only screen and (max-width: 763px) { #te3MyS6LD9HPAWyi9I0vaRqgIvKpPftx #l04fFBDkcARLEAUDCkUyZ985orhunIZP {  }
 }@media only screen and (max-width: 763px) { #te3MyS6LD9HPAWyi9I0vaRqgIvKpPftx #UfhBTTuWpcR8q5hTDOnu5STT3NKHQSsn {  }
 }@media only screen and (max-width: 763px) { #te3MyS6LD9HPAWyi9I0vaRqgIvKpPftx #kqrNlAJRBkf04QFeGPndTTX03NUWEd7t {  }
 }@media only screen and (max-width: 763px) { #te3MyS6LD9HPAWyi9I0vaRqgIvKpPftx #PuZSEATrfle7eiN8Sd04bQvdG9MvqFvN {  }
 }@media only screen and (max-width: 763px) { #te3MyS6LD9HPAWyi9I0vaRqgIvKpPftx #kIb7qE6349Tt0F0Ng0bA4B6Q1a9l7sMz {  }
 }@media only screen and (max-width: 763px) { #te3MyS6LD9HPAWyi9I0vaRqgIvKpPftx #D6uPGFaNvfGZzBH0uV8Llm6kpQ7MzAbm {  }
 }@media only screen and (max-width: 763px) { #te3MyS6LD9HPAWyi9I0vaRqgIvKpPftx #isKZbraVbBlEE63TPmAfnHKOtyJfBhO7 {  }
 }@media only screen and (max-width: 763px) { #te3MyS6LD9HPAWyi9I0vaRqgIvKpPftx #PPD9A8ISiaXLTTkCpEWKW8asuMFN0OI7 {  }
 }@media only screen and (max-width: 763px) { #te3MyS6LD9HPAWyi9I0vaRqgIvKpPftx #MX4kmXTkZr8sQfJibcwVU9r1PtKLyKBR {  }
 }@media only screen and (max-width: 763px) { #te3MyS6LD9HPAWyi9I0vaRqgIvKpPftx #C5s4FxPht1TeAyNJQBr6Xe6yR47WcRy5 {  }
 }@media only screen and (max-width: 763px) { #te3MyS6LD9HPAWyi9I0vaRqgIvKpPftx #TIfTW0XO7HD1nd3pN9qWTLaVqqzdFvp3 {  }
 }@media only screen and (max-width: 763px) { #te3MyS6LD9HPAWyi9I0vaRqgIvKpPftx #gHtx79F1RoIpcZKyFqUy6y86pq13GSIb {  }
 }@media only screen and (max-width: 763px) { #te3MyS6LD9HPAWyi9I0vaRqgIvKpPftx #FfzifUJS2edvo5p2wJgXqtByxpLnFauW {  }
 }@media only screen and (max-width: 763px) { #te3MyS6LD9HPAWyi9I0vaRqgIvKpPftx #RHCihxLTSdDR7JglG8P7TBWUIGqS0Rt1 {  }
 }@media only screen and (max-width: 763px) { #te3MyS6LD9HPAWyi9I0vaRqgIvKpPftx #rUvQNNCND76TH1cOWXSt1ke95s5nh10H {  }
 }@media only screen and (max-width: 763px) { #te3MyS6LD9HPAWyi9I0vaRqgIvKpPftx #TM4PQH9EmGDS8dSBl9T5zOp55bzFEhx9 {  }
 }@media only screen and (max-width: 763px) { #te3MyS6LD9HPAWyi9I0vaRqgIvKpPftx #mwPGLOJA5D8I91LItEhEGm5KC7JSCtIU {  }
 }@media only screen and (max-width: 763px) { #te3MyS6LD9HPAWyi9I0vaRqgIvKpPftx #czDuhUKCfzkVM4k4dN4CkwLW4SaZbL1k {  }
 }@media only screen and (max-width: 763px) { #te3MyS6LD9HPAWyi9I0vaRqgIvKpPftx #TyPR7NxivSfSvsuDvDaB3JeIxRhMTRRR {  }
 }@media only screen and (max-width: 763px) { #te3MyS6LD9HPAWyi9I0vaRqgIvKpPftx #w7hQQzrqzDTSFfuDNgcTA2HHA2NI5Oil {  }
 }@media only screen and (max-width: 763px) { #te3MyS6LD9HPAWyi9I0vaRqgIvKpPftx #rQrPgWeLi8HlwUJwuvrAuxpK38TJmpDW {  }
 }@media only screen and (max-width: 763px) { #te3MyS6LD9HPAWyi9I0vaRqgIvKpPftx #wA111Wh9ybX9u5mDMGMIOFbCfflgzsRk {  }
 }@media only screen and (max-width: 763px) { #te3MyS6LD9HPAWyi9I0vaRqgIvKpPftx #o2EuI6e2FLeAv7gb2WNBrWvq3GryCHC5 {  }
 }@media only screen and (max-width: 763px) { #te3MyS6LD9HPAWyi9I0vaRqgIvKpPftx #LehaSVTSqiJ4Mvx69yfr1vDuQeJr6uAW {  }
 }@media only screen and (max-width: 763px) { #te3MyS6LD9HPAWyi9I0vaRqgIvKpPftx #UROJfSlkBI4XrhHO02tk4grPuKqUsWh6 {  }
 }@media only screen and (max-width: 763px) { #te3MyS6LD9HPAWyi9I0vaRqgIvKpPftx #gFTy06VsDt5gbe6XOVEI8gOFLmMFPOKC {  }
 }@media only screen and (max-width: 763px) { #te3MyS6LD9HPAWyi9I0vaRqgIvKpPftx #PUIxPPn3ORTE6lOGKzTqTuVdO2gE7fgS {  }
 }@media only screen and (max-width: 763px) { #te3MyS6LD9HPAWyi9I0vaRqgIvKpPftx #lHX87E4nOd8cImnmDhESlOsQfIqDh13a {  }
 }@media only screen and (max-width: 763px) { #te3MyS6LD9HPAWyi9I0vaRqgIvKpPftx #dBoWVlybdzm6Naxq2iO96xRN6RcGsQN3 {  }
 }@media only screen and (max-width: 763px) { #te3MyS6LD9HPAWyi9I0vaRqgIvKpPftx #MwFhG667MgvZODRwF3JOIJXNxBL4br5z {  }
 }@media only screen and (max-width: 763px) { #GcKWNRSHLEJZQC8kZa5Je42VposHHxpk { 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; } #GcKWNRSHLEJZQC8kZa5Je42VposHHxpk > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #tSiOquyrqkpKBSBwViteWgS63bv9RPTu { background-color:#1e1e1e;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; }#tSiOquyrqkpKBSBwViteWgS63bv9RPTu > .row .container { background-color: transparent; background-image: none; }#tSiOquyrqkpKBSBwViteWgS63bv9RPTu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tSiOquyrqkpKBSBwViteWgS63bv9RPTu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tSiOquyrqkpKBSBwViteWgS63bv9RPTu > .row .container > .video-iframe-container { display: none; }#tSiOquyrqkpKBSBwViteWgS63bv9RPTu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tSiOquyrqkpKBSBwViteWgS63bv9RPTu > .row > .video-iframe-container { display: none; }#tSiOquyrqkpKBSBwViteWgS63bv9RPTu > .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); }#tSiOquyrqkpKBSBwViteWgS63bv9RPTu > .row .container { border-width: 0; border-radius: 0; }#tSiOquyrqkpKBSBwViteWgS63bv9RPTu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tSiOquyrqkpKBSBwViteWgS63bv9RPTu > .row .container { width:20rem;height:0.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RUBPeAqoy2Dm3KpRaSVLsPQXH4N89wlq { background-color:#f7f2e8;background-image:none;position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;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; }#RUBPeAqoy2Dm3KpRaSVLsPQXH4N89wlq > .row .container { background-color: transparent; background-image: none; }#RUBPeAqoy2Dm3KpRaSVLsPQXH4N89wlq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RUBPeAqoy2Dm3KpRaSVLsPQXH4N89wlq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RUBPeAqoy2Dm3KpRaSVLsPQXH4N89wlq > .row .container > .video-iframe-container { display: none; }#RUBPeAqoy2Dm3KpRaSVLsPQXH4N89wlq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RUBPeAqoy2Dm3KpRaSVLsPQXH4N89wlq > .row > .video-iframe-container { display: none; }#RUBPeAqoy2Dm3KpRaSVLsPQXH4N89wlq > .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); }#RUBPeAqoy2Dm3KpRaSVLsPQXH4N89wlq > .row .container { border-width: 0; border-radius: 0; }#RUBPeAqoy2Dm3KpRaSVLsPQXH4N89wlq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RUBPeAqoy2Dm3KpRaSVLsPQXH4N89wlq > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C4LLwkH4JTUoyWx0xF4rhKBePi7KTqgW { width:18.31175rem;height:3.125rem;top:2.6243896484375rem;left:0.843505859375rem;z-index:15009;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;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) { #TuAOT2UGM16DpeJuSXs4WPqMUS4AZKfI { display:block; }
 }@media only screen and (max-width: 763px) { #dNgtNmlqDbHudomtmb5PGZrXVUtT6ZDB { width:18.1875rem;height:1.4622375rem;top:0.7496337890625rem;left:0.90576171875rem;font-size:1.125rem;z-index:15006;display:block; }
 }