.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:254,237,234;--color-primary-1:250,197,185;--color-primary-2:245,138,115;--color-primary-3:123,69,58;--color-primary-4:37,21,17;--color-secondary-0:255,255,255;--color-secondary-1:241,240,240;--color-secondary-2:227,227,227;--color-secondary-3:136,136,136;--color-secondary-4:0,0,0;--color-tertiary-0:255,255,255;--color-tertiary-1:246,246,246;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Source Sans Pro";--paragraphs-font-family:"Source Sans Pro"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7gvf8tUcbxpfmnXw7TnZS3baTTugi85 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#x7gvf8tUcbxpfmnXw7TnZS3baTTugi85 > .row .container { background-color: transparent; background-image: none; }#x7gvf8tUcbxpfmnXw7TnZS3baTTugi85::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7gvf8tUcbxpfmnXw7TnZS3baTTugi85 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7gvf8tUcbxpfmnXw7TnZS3baTTugi85 > .row .container > .video-iframe-container { display: none; }#x7gvf8tUcbxpfmnXw7TnZS3baTTugi85 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7gvf8tUcbxpfmnXw7TnZS3baTTugi85 > .row > .video-iframe-container { display: none; }#x7gvf8tUcbxpfmnXw7TnZS3baTTugi85 > .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); }#x7gvf8tUcbxpfmnXw7TnZS3baTTugi85 > .row .container { border-width: 0; border-radius: 0; }#x7gvf8tUcbxpfmnXw7TnZS3baTTugi85 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x7gvf8tUcbxpfmnXw7TnZS3baTTugi85 > .row .container { font-size:0.875rem;font-family:arial;height:3.125rem;width:75rem;position:relative;display:block; }#SoMsPzTTkKwINwaB99u2T0oGoio6wvRt { color:rgba(var(--color-tertiary-0),1);display:block;width:46.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:0.86328125rem;left:14.34375rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#v1KNdyyZL2SsuQopn8zdSZWfyTzt7hTs { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:9.4375rem;top:0.5rem;left:1.359375rem;overflow:hidden;display:block; }
#Idlt4LJgoIXyWhRR7x7yA2cRGUc2zPSZ { position:relative;display:block; }#Idlt4LJgoIXyWhRR7x7yA2cRGUc2zPSZ { background-color: transparent; background-image: none; }#Idlt4LJgoIXyWhRR7x7yA2cRGUc2zPSZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Idlt4LJgoIXyWhRR7x7yA2cRGUc2zPSZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Idlt4LJgoIXyWhRR7x7yA2cRGUc2zPSZ > .row .container > .video-iframe-container { display: none; }#Idlt4LJgoIXyWhRR7x7yA2cRGUc2zPSZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Idlt4LJgoIXyWhRR7x7yA2cRGUc2zPSZ > .row > .video-iframe-container { display: none; }#Idlt4LJgoIXyWhRR7x7yA2cRGUc2zPSZ > .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); }#Idlt4LJgoIXyWhRR7x7yA2cRGUc2zPSZ { border-width: 0; border-radius: 0; }#Idlt4LJgoIXyWhRR7x7yA2cRGUc2zPSZ > .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; }#Idlt4LJgoIXyWhRR7x7yA2cRGUc2zPSZ > .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:0.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#LIqaTxKGx4pOhttv7zVNA0m1MWVPBHcf { position:relative;display:none; }#LIqaTxKGx4pOhttv7zVNA0m1MWVPBHcf { border-width: 0; border-radius: 0; }#LIqaTxKGx4pOhttv7zVNA0m1MWVPBHcf > .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; }#LIqaTxKGx4pOhttv7zVNA0m1MWVPBHcf > .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; }#W8TKDzyo7iGpcbUwlcFBv3nwmWuUBC4L { position:relative;display:none; }#W8TKDzyo7iGpcbUwlcFBv3nwmWuUBC4L { border-width: 0; border-radius: 0; }#W8TKDzyo7iGpcbUwlcFBv3nwmWuUBC4L > .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; }#W8TKDzyo7iGpcbUwlcFBv3nwmWuUBC4L > .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; }#lhebOPQF0pXbTe1LLouNrwCF1mMieGKi { color:rgba(var(--color-primary-0),1);display:block;width:33.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:13rem;left:0rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#TuwNVJw4ilSKAWMin9AHhcl4wmrNyICw { color:rgba(var(--color-primary-0),1);display:block;width:23.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:16.6875rem;left:5.125rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#AqvSOEL6591KlfZXXAa9IEVIl6EsEX0m { color:rgba(var(--color-primary-0),1);display:block;width:31.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:19.4375rem;left:1.125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:none; }
#aJGc7HBqS0QrE9mLlnLxN2eQwkeuVlaP { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:2.93555rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:21.6875rem;left:1.8125rem;display:none; }
#INg43JHZoi3rAk0TnvfQJfMyExEDDwm8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#N8JROC9GsMSK9QF454nXVQikfkP6MyA0 { color:rgba(var(--color-primary-0),1);display:block;width:12.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:32.2626953125rem;left:31.15625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:none; }
#lUvHfKCuw2DzxzfpXsfhuyxTk1wGzxL5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:33.5rem;left:35.9375rem;display:none; }
#lUvHfKCuw2DzxzfpXsfhuyxTk1wGzxL5 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#O1tvtpHyqKOVBuM4e6y1PGCT7itPZINB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/42ed97e6-1e2b-49d4-aced-1a610ca20ea8/TD_vDAYSBTEST2.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#O1tvtpHyqKOVBuM4e6y1PGCT7itPZINB.adaptive-delivery-prevent-bg, #O1tvtpHyqKOVBuM4e6y1PGCT7itPZINB.lazyload, #O1tvtpHyqKOVBuM4e6y1PGCT7itPZINB.lazyloading { background-image: none; }#O1tvtpHyqKOVBuM4e6y1PGCT7itPZINB > .row .container { background-color: transparent; background-image: none; }#O1tvtpHyqKOVBuM4e6y1PGCT7itPZINB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O1tvtpHyqKOVBuM4e6y1PGCT7itPZINB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O1tvtpHyqKOVBuM4e6y1PGCT7itPZINB > .row .container > .video-iframe-container { display: none; }#O1tvtpHyqKOVBuM4e6y1PGCT7itPZINB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O1tvtpHyqKOVBuM4e6y1PGCT7itPZINB > .row > .video-iframe-container { display: none; }#O1tvtpHyqKOVBuM4e6y1PGCT7itPZINB > .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); }#O1tvtpHyqKOVBuM4e6y1PGCT7itPZINB > .row .container { border-width: 0; border-radius: 0; }#O1tvtpHyqKOVBuM4e6y1PGCT7itPZINB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O1tvtpHyqKOVBuM4e6y1PGCT7itPZINB > .row .container { font-size:0.875rem;font-family:arial;height:37.5625rem;width:75rem;position:relative;display:block; }#Ld4rFTHdecvAiM26nFcuuzhQPx3Jg89V { color:rgba(var(--color-tertiary-0),1);display:block;width:33.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:13rem;left:0rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#y2JaANwUZJ1IsLtIlWvicvU9Qr6TqhSt { color:#f1f0f0;display:block;width:31.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:19.4375rem;left:1.125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#kST2NmrKMnNfE8FlHuxA1PtfOcQ8SHTl { color:#f1f0f0;display:block;width:23.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:16.6875rem;left:5.125rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SbMo7J5ENyudJdJAaCTLui2yqCsKLLfg { 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: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-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:2.93555rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:21.6875rem;left:1.8125rem;display:block; }
#iLUGowHRngDiMkvm0Bp0UhuXqOBmc4U2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dVO3ayTTAAsNUGk5KT1qSZCpMaR5bpv5 { background-color:rgba(var(--color-tertiary-4),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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:2.93555rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:21.6875rem;left:17.25rem;display:block; }
#BVnT2RJMeThmDNTZyViO5aFDTx4yQQz7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TaGHTSTo5xPtqiUAoQAdnzMmw9A2JWUe { color:#f1f0f0;display:block;width:12.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:33.1875rem;left:31.1875rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#pyvhyZDvBdPJtkgVvRI92gQNbauK5Fpu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:34.4375rem;left:35.9375rem; }
#pyvhyZDvBdPJtkgVvRI92gQNbauK5Fpu > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#bn8iPzqaSLowzRSHPeKRTRWvRqkXIkZb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bn8iPzqaSLowzRSHPeKRTRWvRqkXIkZb > .row .container { background-color: transparent; background-image: none; }#bn8iPzqaSLowzRSHPeKRTRWvRqkXIkZb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bn8iPzqaSLowzRSHPeKRTRWvRqkXIkZb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bn8iPzqaSLowzRSHPeKRTRWvRqkXIkZb > .row .container > .video-iframe-container { display: none; }#bn8iPzqaSLowzRSHPeKRTRWvRqkXIkZb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bn8iPzqaSLowzRSHPeKRTRWvRqkXIkZb > .row > .video-iframe-container { display: none; }#bn8iPzqaSLowzRSHPeKRTRWvRqkXIkZb > .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); }#bn8iPzqaSLowzRSHPeKRTRWvRqkXIkZb > .row .container { border-width: 0; border-radius: 0; }#bn8iPzqaSLowzRSHPeKRTRWvRqkXIkZb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bn8iPzqaSLowzRSHPeKRTRWvRqkXIkZb > .row .container { font-size:0.875rem;font-family:arial;height:12rem;width:75rem;position:relative;display:block; }#TM2ROt4npic8VPaOW1DE5m9LhvM5z6Ic { color:rgba(var(--color-tertiary-4),1);display:block;width:38.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:0.75rem;left:18.21875rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LtLednt3rAkGdFUzMAgu9SaCJCudTXVM { color:rgba(var(--color-tertiary-4),1);display:block;width:31.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:4.8125rem;left:21.90625rem;height:5.19921875rem;text-align:center;text-align-last:center;display:block; }
#tmD6EuJxITq3TxpXeI8TnDB77D7RBCUU { position:relative;display:none; }#tmD6EuJxITq3TxpXeI8TnDB77D7RBCUU { border-width: 0; border-radius: 0; }#tmD6EuJxITq3TxpXeI8TnDB77D7RBCUU > .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; }#tmD6EuJxITq3TxpXeI8TnDB77D7RBCUU > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-1),1);background-image:none;font-size:0.875rem;font-family:arial;height:12rem;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; }#PVKkxIxzuWPE10DeKcL1u86xhaBxF7eh { color:rgba(var(--color-tertiary-4),1);display:block;width:38.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:0.75rem;left:18.21875rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Kdlvx1nAiE3zZJ23XgqTD5xPUZ0DUBKv { color:rgba(var(--color-tertiary-4),1);display:block;width:31.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:4.8125rem;left:21.90625rem;height:5.19921875rem;text-align:center;text-align-last:center;display:block; }
#yBrZToRDyr7XvOJVhokrZMpiPnlRDZ20 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:8.875rem;top:0.5rem;left:1.359375rem;overflow:hidden;display:block; }
#aVaKUPpidzgNwEucItB286zG41ooG6TU { position:relative;display:block; }#aVaKUPpidzgNwEucItB286zG41ooG6TU { background-color: transparent; background-image: none; }#aVaKUPpidzgNwEucItB286zG41ooG6TU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aVaKUPpidzgNwEucItB286zG41ooG6TU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aVaKUPpidzgNwEucItB286zG41ooG6TU > .row .container > .video-iframe-container { display: none; }#aVaKUPpidzgNwEucItB286zG41ooG6TU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aVaKUPpidzgNwEucItB286zG41ooG6TU > .row > .video-iframe-container { display: none; }#aVaKUPpidzgNwEucItB286zG41ooG6TU > .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); }#aVaKUPpidzgNwEucItB286zG41ooG6TU { border-width: 0; border-radius: 0; }#aVaKUPpidzgNwEucItB286zG41ooG6TU > .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; }#aVaKUPpidzgNwEucItB286zG41ooG6TU > .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:40.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#GJpP22dA4cFR31b8vPUmBrQbowpPW3ml { color:rgba(var(--color-tertiary-4),1);display:block;width:18.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15025;line-height:1.1;letter-spacing:0;top:21.748046875rem;left:3.21875rem;height:3.9873rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KaNLvw9TNTu3xmAcdnWQH2H6TpVf2v3h { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: none;height:17.8125rem;width:17.8125rem;top:3.375rem;left:3.59375rem;overflow:hidden;display:block; }
#qcvT5hBkXkdZB5M9TpfsTmm6DeaKgm2x { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:28.373046875rem;left:3.125rem;height:3.8994125rem;text-align:center;text-align-last:center;display:block; }
#ZNGzXItFasqu174utocwGneDF96NU2Ic { 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: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-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.433625rem;height:2.93555rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:33.5rem;left:4.78271484375rem;display:block; }
#MQ6oaNGAr4f6TDzELF2yK1riKtLTRD1n { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sQxcJyBRxHybv38CiunnQc8yWRXln3BF { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: none;height:17.8125rem;width:17.8125rem;top:3.375rem;left:28.59375rem;overflow:hidden;display:block; }
#JpTbytyIgn3yCo4hgzOSfJWWwzx8vBTd { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15017;line-height:1.1;letter-spacing:0;top:21.7490234375rem;left:28.125rem;height:3.986325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TTq83UVyUTAgXWqmCfveAJMXy88MPvDR { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:28.37255859375rem;left:28.125rem;height:3.8994125rem;text-align:center;text-align-last:center;display:block; }
#OrUcfKTbLhPMbgeN4lTM5ZlGwL9v950J { 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: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-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.433625rem;height:2.93555rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:33.5rem;left:29.78271484375rem;display:block; }
#DkOHd7SJFPuNyPAM1MQIfycF0wL5G5T6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#x16QDDIsJVfGBPgG3eiRzHZ9emr67nka { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: none;height:17.8125rem;width:17.8125rem;top:3.375rem;left:53.59375rem;overflow:hidden;display:block; }
#KSXyoFCNevTfOC3g8rKvEdPycSdXHrlM { color:rgba(var(--color-tertiary-4),1);display:block;width:14.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15037;line-height:1;letter-spacing:0;top:21.9296875rem;left:55.03125rem;height:3.6254875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NLEULiqhgkyB51T6qVDodalRIZEgHmrh { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:28.373046875rem;left:53.125rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#CIZlNdoVFGtnBAJr87BTz0bbxbFzuHpX { 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: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-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.433625rem;height:2.93555rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:33.5rem;left:54.78271484375rem;display:block; }
#H0FC9TwlD0OQLwzC9PF3lyTyyPAnFt8J { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZKnxgxMTsG5ERMyuCI5PbOq5TNgtrP4t { color:rgba(var(--color-tertiary-4),1);display:block;width:19.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:26.38720703125rem;left:2.59375rem;height:1.3808625rem;text-align:center;text-align-last:center;display:block; }
#rwFOvLDNadm9nm3K361J9y3U6cZ6dWCM { color:rgba(var(--color-tertiary-4),1);display:block;width:19.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:26.38720703125rem;left:27.59375rem;height:1.381225rem;text-align:center;text-align-last:center;display:block; }
#cy1udXzEBy68RMTsFH5WdNZPMX4PcM4r { color:rgba(var(--color-tertiary-4),1);display:block;width:19.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:26.38720703125rem;left:52.59375rem;height:1.381225rem;text-align:center;text-align-last:center;display:block; }
#TDTVuUFdnvA8EzVpIJPWCQKWwV1HcT5k { position:relative;display:block; }#TDTVuUFdnvA8EzVpIJPWCQKWwV1HcT5k { background-color: transparent; background-image: none; }#TDTVuUFdnvA8EzVpIJPWCQKWwV1HcT5k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TDTVuUFdnvA8EzVpIJPWCQKWwV1HcT5k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TDTVuUFdnvA8EzVpIJPWCQKWwV1HcT5k > .row .container > .video-iframe-container { display: none; }#TDTVuUFdnvA8EzVpIJPWCQKWwV1HcT5k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TDTVuUFdnvA8EzVpIJPWCQKWwV1HcT5k > .row > .video-iframe-container { display: none; }#TDTVuUFdnvA8EzVpIJPWCQKWwV1HcT5k > .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); }#TDTVuUFdnvA8EzVpIJPWCQKWwV1HcT5k { border-width: 0; border-radius: 0; }#TDTVuUFdnvA8EzVpIJPWCQKWwV1HcT5k > .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; }#TDTVuUFdnvA8EzVpIJPWCQKWwV1HcT5k > .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:5.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#XJLbvIMi3z1gB3l6t7hIzP7kVfGdqP55 { color:rgba(var(--color-tertiary-4),1);display:block;width:34.9375rem;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:1.96484375rem;left:20.03125rem;height:1.3808625rem;text-align:center;text-align-last:center;display:block; }
#VNnumg1DACb4VUViGWRplO05nMtnnofJ { position:relative;display:block; }#VNnumg1DACb4VUViGWRplO05nMtnnofJ { background-color: transparent; background-image: none; }#VNnumg1DACb4VUViGWRplO05nMtnnofJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VNnumg1DACb4VUViGWRplO05nMtnnofJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VNnumg1DACb4VUViGWRplO05nMtnnofJ > .row .container > .video-iframe-container { display: none; }#VNnumg1DACb4VUViGWRplO05nMtnnofJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VNnumg1DACb4VUViGWRplO05nMtnnofJ > .row > .video-iframe-container { display: none; }#VNnumg1DACb4VUViGWRplO05nMtnnofJ > .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); }#VNnumg1DACb4VUViGWRplO05nMtnnofJ { border-width: 0; border-radius: 0; }#VNnumg1DACb4VUViGWRplO05nMtnnofJ > .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; }#VNnumg1DACb4VUViGWRplO05nMtnnofJ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:41.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#iPc9wbJNuhWz2nJKwxqgnLKAbt1Nalfb { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: none;height:17.8125rem;width:17.8125rem;top:3.4375rem;left:28.625rem;overflow:hidden;display:block; }
#Ra6zWbOTm7WRlhO6K790FNRLXoTVkykQ { color:rgba(var(--color-tertiary-4),1);display:block;width:11.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15035;line-height:1;letter-spacing:0;top:22.3125rem;left:31.6875rem;height:3.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ySxr8H5WEkXrLL6aHbQQBRrbTt9LArxE { color:rgba(var(--color-tertiary-4),1);display:block;width:18.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:26.8125rem;left:28.25rem;height:6.499rem;text-align:center;text-align-last:center;display:block; }
#PdoMsaNVbWGMVTQFMZgdc8mO3EqXeZ0i { 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: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-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.433625rem;height:2.93555rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:35.1875rem;left:29.8125rem;display:block; }
#BuOAKHSADL5y3dy3COyKNX1WpFllSBTO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UZVsKIadFn1Gz5I8nS8JNTsqsvhXX3le { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: none;height:17.8125rem;width:17.8125rem;top:3.4375rem;left:53.625rem;overflow:hidden;display:block; }
#lo5kE2agZLsWPWAEK8UEUJ4NDT4iGE2z { color:rgba(var(--color-tertiary-4),1);display:block;width:14.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15036;line-height:1;letter-spacing:0;top:22.3125rem;left:55.0625rem;height:3.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Kpu7NXvrnO6iqfT8kBCe8LnrtC0bmzVO { color:rgba(var(--color-tertiary-4),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:26.8125rem;left:54.4375rem;height:6.499rem;text-align:center;text-align-last:center;display:block; }
#XTwzROUkzrkaoRL1OTeMRmTrwqXUdzqC { 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: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-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.433625rem;height:2.93555rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:35.1875rem;left:54.8125rem;display:block; }
#O1v6kZQ0fnvc9lRbs7dFelxdmkb92yFe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OUIpDbKKqVBM2marG6Js8Ab9AKRoTgAQ { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.9375rem;left:62.125rem;display:none; }
#szvCWxEToSvJ1RBaC7GpoUbqUSvOxMob { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: none;height:17.8125rem;width:17.8125rem;top:3.4375rem;left:3.59375rem;overflow:hidden;display:block; }
#xoux39QTPvuaszfyPqxpOGqdCbMOtvR5 { color:rgba(var(--color-tertiary-4),1);display:block;width:11.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15036;line-height:1;letter-spacing:0;top:22.3125rem;left:6.6875rem;height:3.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZwpXOk3LozXQJFqkze85ChuynQlnX9XR { color:rgba(var(--color-tertiary-4),1);display:block;width:18.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:26.8125rem;left:3.21875rem;height:6.499rem;text-align:center;text-align-last:center;display:block; }
#G9QnQRPvT86RvmZLXM4Jd86yBZSgRcWT { 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: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-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.433625rem;height:2.93555rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:35.1875rem;left:4.7822265625rem;display:block; }
#s6drxcbHdfoKMdcvVE4cHMaxP8MqNgIc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Grb1aHK5M61OXWm8vMUgJTVWTbDL97tN { position:relative;display:block; }#Grb1aHK5M61OXWm8vMUgJTVWTbDL97tN { background-color: transparent; background-image: none; }#Grb1aHK5M61OXWm8vMUgJTVWTbDL97tN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Grb1aHK5M61OXWm8vMUgJTVWTbDL97tN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Grb1aHK5M61OXWm8vMUgJTVWTbDL97tN > .row .container > .video-iframe-container { display: none; }#Grb1aHK5M61OXWm8vMUgJTVWTbDL97tN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Grb1aHK5M61OXWm8vMUgJTVWTbDL97tN > .row > .video-iframe-container { display: none; }#Grb1aHK5M61OXWm8vMUgJTVWTbDL97tN > .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); }#Grb1aHK5M61OXWm8vMUgJTVWTbDL97tN { border-width: 0; border-radius: 0; }#Grb1aHK5M61OXWm8vMUgJTVWTbDL97tN > .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; }#Grb1aHK5M61OXWm8vMUgJTVWTbDL97tN > .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:40.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#GoD5xfMENypit9Ob845WMAqM9CgtxBG5 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15025;line-height:1.1;letter-spacing:0;top:21.75rem;left:28.25rem;height:3.986325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#l8VPm4D4bnl4dptnJp5D11F0a1LF8slD { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: none;height:17.8125rem;width:17.8125rem;top:3.4375rem;left:28.625rem;overflow:hidden;display:block; }
#JTbPgpV4SSe9FdtdJzHx0kRd5EhsiTTL { color:rgba(var(--color-tertiary-4),1);display:block;width:19.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:26.9375rem;left:27.625rem;height:5.19921875rem;text-align:center;text-align-last:center;display:block; }
#qHLE6eiitofZqmGiryiVgy1nlu06loTw { 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: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-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.433625rem;height:2.93555rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:34.125rem;left:29.8125rem;display:block; }
#vRMyde0EnsmOL6HFTFLWhD4G15xOTgLq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZhvyXnh6cU2MgxxBknm2HAJV9aQb8Pv4 { 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: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-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.433625rem;height:2.93555rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:34.625rem;left:4.75rem;display:block; }
#TzFyGgsN6i3GThwy3iTzRvAwRccoSq22 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#atPcT7tw8MsqvbAqbXOUK7kxwrBHgz0t { color:rgba(var(--color-tertiary-4),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:26.25rem;left:4.375rem;height:6.499rem;text-align:center;text-align-last:center;display:block; }
#VzkeC7APHXATxobSbUqu7nt1AP6xvcDi { color:rgba(var(--color-tertiary-4),1);display:block;width:13.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15040;line-height:1;letter-spacing:0;top:21.75rem;left:5.9375rem;height:3.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gOZaMnbL9xLVNiEpcOwFNB8GvVio4uBO { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: none;height:17.8125rem;width:17.8125rem;top:2.875rem;left:3.625rem;overflow:hidden;display:block; }
#NuogM2Ng4CTXgzaVAAu6oABWoTLL4fOn { position:relative;display:none; }#NuogM2Ng4CTXgzaVAAu6oABWoTLL4fOn { border-width: 0; border-radius: 0; }#NuogM2Ng4CTXgzaVAAu6oABWoTLL4fOn > .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; }#NuogM2Ng4CTXgzaVAAu6oABWoTLL4fOn > .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; }#tRsGaPx9crplRbBrDIEXn2VQ3UZTxecy { position:relative;display:none; }#tRsGaPx9crplRbBrDIEXn2VQ3UZTxecy { border-width: 0; border-radius: 0; }#tRsGaPx9crplRbBrDIEXn2VQ3UZTxecy > .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; }#tRsGaPx9crplRbBrDIEXn2VQ3UZTxecy > .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; }#Taknzlsgabm5eyoqHRSwHOFMlIngMn7a { color:rgba(var(--color-tertiary-4),1);display:block;width:14.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15035;line-height:1;letter-spacing:0;top:21.0625rem;left:5rem;height:3.625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#yKqBbGIKg4vuHiE5mroBpz2O2kPiJBRF { color:rgba(var(--color-tertiary-4),1);display:block;width:22.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:6.5rem;left:26.3125rem;height:3.8994125rem;text-align:center;text-align-last:center;display:none; }
#Co0Xdnzn97B7rKw4BfUJLkuE8qW6Sc65 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.3125rem;height:2.9375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:46.625rem;left:6.6875rem;display:none; }
#G1l41ZODiKDDnQaWEs4Qvwh06Z3dGRb2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ODewItdTih1im9WefRhd95HtoTXeryQE { position:relative;display:none; }#ODewItdTih1im9WefRhd95HtoTXeryQE { border-width: 0; border-radius: 0; }#ODewItdTih1im9WefRhd95HtoTXeryQE > .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; }#ODewItdTih1im9WefRhd95HtoTXeryQE > .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; }#LIAkCLCqJMw2v719W7rk5Lninv770H0Z { position:relative;display:none; }#LIAkCLCqJMw2v719W7rk5Lninv770H0Z { border-width: 0; border-radius: 0; }#LIAkCLCqJMw2v719W7rk5Lninv770H0Z > .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; }#LIAkCLCqJMw2v719W7rk5Lninv770H0Z > .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; }#rFeZXE0wkIy0lnruvvQAxb4SNOP2HJdd { color:rgba(var(--color-tertiary-4),1);display:block;width:14.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15035;line-height:1;letter-spacing:0;top:21.0625rem;left:5rem;height:3.625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#z49GGkaJsyJgIOC4kzJsIF9p9F5lRWJE { color:rgba(var(--color-tertiary-4),1);display:block;width:22.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:6.5rem;left:26.3125rem;height:3.8994125rem;text-align:center;text-align-last:center;display:none; }
#pkg5qqeuEhXAaVzQ7FDPsiS0OTo5o1z2 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.3125rem;height:2.9375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:46.625rem;left:6.6875rem;display:none; }
#WCc5OvU22MBlGyCsFe4ltbWm5TZzNKSk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XQaZThVsNbMkmVSTqqVHG3STfKU8kNIL { position:relative;display:none; }#XQaZThVsNbMkmVSTqqVHG3STfKU8kNIL { border-width: 0; border-radius: 0; }#XQaZThVsNbMkmVSTqqVHG3STfKU8kNIL > .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; }#XQaZThVsNbMkmVSTqqVHG3STfKU8kNIL > .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; }#yLxqBMlder3KCWnnTe6pmUVXnfNB2ezf { position:relative;display:none; }#yLxqBMlder3KCWnnTe6pmUVXnfNB2ezf { border-width: 0; border-radius: 0; }#yLxqBMlder3KCWnnTe6pmUVXnfNB2ezf > .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; }#yLxqBMlder3KCWnnTe6pmUVXnfNB2ezf > .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; }#us0KzJcKsvkrZB48Fu75ZMuIQXLV9fTN { color:rgba(var(--color-tertiary-4),1);display:block;width:14.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15035;line-height:1;letter-spacing:0;top:21.0625rem;left:5rem;height:3.625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#s4FbgAwQkvKDmOHvc9kfUpmNhqA0QwiE { color:rgba(var(--color-tertiary-4),1);display:block;width:22.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:6.5rem;left:26.3125rem;height:3.8994125rem;text-align:center;text-align-last:center;display:none; }
#MgrWhzCbncsyyRIog3k9sT0X85NxTGHR { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.3125rem;height:2.9375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:46.625rem;left:6.6875rem;display:none; }
#qupTfrEaTpsTU0DHzhH1hxS9kvtapah8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EsmAaKkvAHegQzOOfIJxhITD9u2ffsBu { color:rgba(var(--color-tertiary-4),1);display:block;width:19.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:26.38720703125rem;left:2.59375rem;height:1.3808625rem;text-align:center;text-align-last:center;display:none; }
#ysZTUUIhUqaQhiOKbhBqDowRWTTLQRyZ { color:rgba(var(--color-tertiary-4),1);display:block;width:34.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:4.4375rem;left:20.0625rem;height:1.3808625rem;text-align:center;text-align-last:center;display:none; }
#Axrxx7sVpG6EDsXIaZFANBpD1kB0vTsd { position:relative;display:none; }#Axrxx7sVpG6EDsXIaZFANBpD1kB0vTsd { border-width: 0; border-radius: 0; }#Axrxx7sVpG6EDsXIaZFANBpD1kB0vTsd > .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; }#Axrxx7sVpG6EDsXIaZFANBpD1kB0vTsd > .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; }#icoai0XugxvlAu8Ep6GTETTzmnpxxda7 { position:relative;display:none; }#icoai0XugxvlAu8Ep6GTETTzmnpxxda7 { border-width: 0; border-radius: 0; }#icoai0XugxvlAu8Ep6GTETTzmnpxxda7 > .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; }#icoai0XugxvlAu8Ep6GTETTzmnpxxda7 > .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; }#seXM0WDqrwlRz9ol3gSRU9dgdK6CbKD7 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15035;line-height:1;letter-spacing:0;top:21.0625rem;left:5rem;height:3.625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ey1iFm0FQWtv6fR4a5iXqHiAH3Q801T6 { color:rgba(var(--color-tertiary-4),1);display:block;width:22.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:6.5rem;left:26.3125rem;height:3.8994125rem;text-align:center;text-align-last:center;display:none; }
#di0hHKDTq1IKsmzPwpgvSdXX2akHCHVk { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.3125rem;height:2.9375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:46.625rem;left:6.6875rem;display:none; }
#GzAWmx3RTrNMIgha7AZT3usd6XXTMToZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Rzbmv8fUfORrROddbKfe7Uk9gC2yngqG { color:rgba(var(--color-tertiary-4),1);display:block;width:19.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:26.38720703125rem;left:2.59375rem;height:1.3808625rem;text-align:center;text-align-last:center;display:none; }
#LRvaiOpkcrmC8ZiHsCifyhc0oZqDlRc2 { color:rgba(var(--color-tertiary-4),1);display:block;width:34.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:4.4375rem;left:20.0625rem;height:1.3808625rem;text-align:center;text-align-last:center;display:none; }
#y5eNrhvTdHgImBd7fpO6uQxd7KHQDEzg { position:relative;display:none; }#y5eNrhvTdHgImBd7fpO6uQxd7KHQDEzg { border-width: 0; border-radius: 0; }#y5eNrhvTdHgImBd7fpO6uQxd7KHQDEzg > .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; }#y5eNrhvTdHgImBd7fpO6uQxd7KHQDEzg > .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; }#hzJLEUb0J83mEu19nT5bB7tl9cyesBbN { position:relative;display:none; }#hzJLEUb0J83mEu19nT5bB7tl9cyesBbN { border-width: 0; border-radius: 0; }#hzJLEUb0J83mEu19nT5bB7tl9cyesBbN > .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; }#hzJLEUb0J83mEu19nT5bB7tl9cyesBbN > .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; }#H6Qlta4sKGEvXVWZyvdML23knL4rxECB { color:rgba(var(--color-tertiary-4),1);display:block;width:14.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15035;line-height:1;letter-spacing:0;top:21.0625rem;left:5rem;height:3.625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#LhSmXVy4wHZ5mqfMKH28hWoJQEPV3eZr { color:rgba(var(--color-tertiary-4),1);display:block;width:22.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:6.5rem;left:26.3125rem;height:3.8994125rem;text-align:center;text-align-last:center;display:none; }
#VCuDkZcmlTLu7GrpUa7hFXuTp4fs7DAN { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.3125rem;height:2.9375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:46.625rem;left:6.6875rem;display:none; }
#K65302m92EDRXBEazpfDwWz1ZhwzTKEq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#N7i2bJ2pes2arI3soEJTIDnHRaNiFWGT { color:rgba(var(--color-tertiary-4),1);display:block;width:19.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:26.38720703125rem;left:2.59375rem;height:1.3808625rem;text-align:center;text-align-last:center;display:none; }
#rNC2qNdkUbF35145mLn4CAb3FTCXFRdE { color:rgba(var(--color-tertiary-4),1);display:block;width:34.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:4.4375rem;left:20.0625rem;height:1.3808625rem;text-align:center;text-align-last:center;display:none; }
#tNKw9a3I2coP9Stc6zDgpGmMuPJWcao2 { position:relative;display:none; }#tNKw9a3I2coP9Stc6zDgpGmMuPJWcao2 { border-width: 0; border-radius: 0; }#tNKw9a3I2coP9Stc6zDgpGmMuPJWcao2 > .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; }#tNKw9a3I2coP9Stc6zDgpGmMuPJWcao2 > .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; }#MUDpGzMEcus0IoTId7reZcTP9Z7zZl5n { position:relative;display:none; }#MUDpGzMEcus0IoTId7reZcTP9Z7zZl5n { border-width: 0; border-radius: 0; }#MUDpGzMEcus0IoTId7reZcTP9Z7zZl5n > .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; }#MUDpGzMEcus0IoTId7reZcTP9Z7zZl5n > .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; }#ku30gel94caExyrDXWlg0ReVghHEw6Wx { color:rgba(var(--color-tertiary-4),1);display:block;width:14.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15035;line-height:1;letter-spacing:0;top:21.0625rem;left:5rem;height:3.625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#wAUASMipZnEfuTL1uanKNfsnk02HA3K9 { color:rgba(var(--color-tertiary-4),1);display:block;width:22.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:6.5rem;left:26.3125rem;height:3.8994125rem;text-align:center;text-align-last:center;display:none; }
#mzcFU52zrOM24I2m9upGDhXc3iiJTrA3 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.3125rem;height:2.9375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:46.625rem;left:6.6875rem;display:none; }
#CHFFSlLEIOOIgnHP38dnszPL9gtLhwmS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hukLgnWuKBstQMax17DG6Gid3f7P16vS { position:relative;display:none; }#hukLgnWuKBstQMax17DG6Gid3f7P16vS { border-width: 0; border-radius: 0; }#hukLgnWuKBstQMax17DG6Gid3f7P16vS > .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; }#hukLgnWuKBstQMax17DG6Gid3f7P16vS > .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; }#hptTxk7JbxPMIDB1AdJ6k33QsEbds5rm { position:relative;display:none; }#hptTxk7JbxPMIDB1AdJ6k33QsEbds5rm { border-width: 0; border-radius: 0; }#hptTxk7JbxPMIDB1AdJ6k33QsEbds5rm > .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; }#hptTxk7JbxPMIDB1AdJ6k33QsEbds5rm > .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; }#PWBl780R5Do6irT48dUanU45aQl5Az6I { color:rgba(var(--color-tertiary-4),1);display:block;width:14.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15035;line-height:1;letter-spacing:0;top:21.0625rem;left:5rem;height:3.625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#LhMSNFNtk4tGhZTTexdAdfJQpNKub1Rf { color:rgba(var(--color-tertiary-4),1);display:block;width:18.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:25.375rem;left:3.25rem;height:7.7988125rem;text-align:center;text-align-last:center;display:none; }
#UMM4cSJn6pQFtSCVCXu7FQ7LDOyBGCvx { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.433625rem;height:2.93555rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:34.1875rem;left:4.75rem;display:none; }
#yOL0DP0RC10yh5rdHeJwpnLBCTqCDPHx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lXn5HWrT1XJHkgU030W0k0U7UmIxCxeE { color:rgba(var(--color-tertiary-4),1);display:block;width:18.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:25.375rem;left:3.25rem;height:7.7988125rem;text-align:center;text-align-last:center;display:none; }
#uyqDpbgIrKnnNC8MOuv56kcWuvSmMPaf { color:rgba(var(--color-tertiary-4),1);display:block;width:18.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:25.375rem;left:3.25rem;height:7.7988125rem;text-align:center;text-align-last:center;display:none; }
#aHn4So95sIRtl1bx7Jtwdd7LycJ5zeCH { color:rgba(var(--color-tertiary-4),1);display:block;width:22.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:6.5rem;left:26.3125rem;height:3.8994125rem;text-align:center;text-align-last:center;display:none; }
#Ze6zoWNoM6avORmdr62G44E0E14CkXRw { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.3125rem;height:2.9375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:46.625rem;left:6.6875rem;display:none; }
#TCeXT8kZJvpyFnDOQMScTtDWw6ouK615 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PTh776usWJwrmbb4Ix3QLyUqTvvvMClh { position:relative;display:none; }#PTh776usWJwrmbb4Ix3QLyUqTvvvMClh { border-width: 0; border-radius: 0; }#PTh776usWJwrmbb4Ix3QLyUqTvvvMClh > .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; }#PTh776usWJwrmbb4Ix3QLyUqTvvvMClh > .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; }#QDIeItJP4e5BEgW4T9XNheR9vEIKW999 { position:relative;display:none; }#QDIeItJP4e5BEgW4T9XNheR9vEIKW999 { border-width: 0; border-radius: 0; }#QDIeItJP4e5BEgW4T9XNheR9vEIKW999 > .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; }#QDIeItJP4e5BEgW4T9XNheR9vEIKW999 > .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; }#gqv9D6Wn2dfw1Vaxdn59s43Rwp1SgkFG { color:rgba(var(--color-tertiary-4),1);display:block;width:20.7498125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:27.124557495118rem;left:2.1245670318604rem;height:7.313375rem;text-align:center;text-align-last:center;display:none; }
#E36kz0s3MQO8lHy6dScKyJwTbikLHxw5 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15025;line-height:1.1;letter-spacing:0;top:2.3125rem;left:3.1875rem;height:5.223525rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#SpKntqV6i9m3TmGHo55yTyU7NfAL6Vzp { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.435125rem;height:2.9362rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:36.9375rem;left:4.8125rem;display:none; }
#br7J6C3sheNFX05vTSVvTrGWZMH7WCkU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FveWpUVv4GyAVP2AHP7TdN6LMNoFq9Ee { position:relative;display:block; }#FveWpUVv4GyAVP2AHP7TdN6LMNoFq9Ee { background-color: transparent; background-image: none; }#FveWpUVv4GyAVP2AHP7TdN6LMNoFq9Ee::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FveWpUVv4GyAVP2AHP7TdN6LMNoFq9Ee > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FveWpUVv4GyAVP2AHP7TdN6LMNoFq9Ee > .row .container > .video-iframe-container { display: none; }#FveWpUVv4GyAVP2AHP7TdN6LMNoFq9Ee > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FveWpUVv4GyAVP2AHP7TdN6LMNoFq9Ee > .row > .video-iframe-container { display: none; }#FveWpUVv4GyAVP2AHP7TdN6LMNoFq9Ee > .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); }#FveWpUVv4GyAVP2AHP7TdN6LMNoFq9Ee { border-width: 0; border-radius: 0; }#FveWpUVv4GyAVP2AHP7TdN6LMNoFq9Ee > .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; }#FveWpUVv4GyAVP2AHP7TdN6LMNoFq9Ee > .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.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#xlOU2MMfyCNpQlNH6pyvDDkh3EPcGir2 { color:rgba(var(--color-tertiary-4),1);display:block;width:38.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15011;line-height:1.1;letter-spacing:0;top:1.75rem;left:18.4375rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ou5BbGJPfuHQhDJQ78AZnJyvQ2buQsys { position:relative;display:block; }#ou5BbGJPfuHQhDJQ78AZnJyvQ2buQsys { background-color: transparent; background-image: none; }#ou5BbGJPfuHQhDJQ78AZnJyvQ2buQsys::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ou5BbGJPfuHQhDJQ78AZnJyvQ2buQsys > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ou5BbGJPfuHQhDJQ78AZnJyvQ2buQsys > .row .container > .video-iframe-container { display: none; }#ou5BbGJPfuHQhDJQ78AZnJyvQ2buQsys > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ou5BbGJPfuHQhDJQ78AZnJyvQ2buQsys > .row > .video-iframe-container { display: none; }#ou5BbGJPfuHQhDJQ78AZnJyvQ2buQsys > .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); }#ou5BbGJPfuHQhDJQ78AZnJyvQ2buQsys { border-width: 0; border-radius: 0; }#ou5BbGJPfuHQhDJQ78AZnJyvQ2buQsys > .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; }#ou5BbGJPfuHQhDJQ78AZnJyvQ2buQsys > .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:34.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Q20J33IGIkX0WPSaPfWWSV9C0SQEl4TP { position:absolute;display:block;z-index:15000;height:33.5rem;width:75rem;top:0rem;left:0rem;display:block; }
#BWlES7soFDevuCOkvhe79TnDBMdBwkP5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BWlES7soFDevuCOkvhe79TnDBMdBwkP5 > .row .container { background-color: transparent; background-image: none; }#BWlES7soFDevuCOkvhe79TnDBMdBwkP5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BWlES7soFDevuCOkvhe79TnDBMdBwkP5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BWlES7soFDevuCOkvhe79TnDBMdBwkP5 > .row .container > .video-iframe-container { display: none; }#BWlES7soFDevuCOkvhe79TnDBMdBwkP5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BWlES7soFDevuCOkvhe79TnDBMdBwkP5 > .row > .video-iframe-container { display: none; }#BWlES7soFDevuCOkvhe79TnDBMdBwkP5 > .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); }#BWlES7soFDevuCOkvhe79TnDBMdBwkP5 > .row .container { border-width: 0; border-radius: 0; }#BWlES7soFDevuCOkvhe79TnDBMdBwkP5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BWlES7soFDevuCOkvhe79TnDBMdBwkP5 > .row .container { font-size:0.875rem;font-family:arial;height:7rem;width:75rem;position:relative;display:block; }#kripkykTzRtZ3Q8gkn6v2BH2JXX9RWrc { color:rgba(var(--color-tertiary-1),1);display:block;width:34.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:4.25rem;left:20.1875rem;height:1.13769375rem;text-align:center;text-align-last:center;display:block; }
#Ts3gmaJV6JwR0LGDTHTrXJ3SyJmuwQJx { position:absolute;display:block;z-index:15009;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.8125rem;width:10.5625rem;top:1.625rem;left:32.1875rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #x7gvf8tUcbxpfmnXw7TnZS3baTTugi85 { display:block; }#x7gvf8tUcbxpfmnXw7TnZS3baTTugi85 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SoMsPzTTkKwINwaB99u2T0oGoio6wvRt { top:0.8125rem;left:0.71875rem;width:46.3125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1KNdyyZL2SsuQopn8zdSZWfyTzt7hTs { top:0.5rem;left:0rem;width:9.4375rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Idlt4LJgoIXyWhRR7x7yA2cRGUc2zPSZ { display:block; }#Idlt4LJgoIXyWhRR7x7yA2cRGUc2zPSZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LIqaTxKGx4pOhttv7zVNA0m1MWVPBHcf { display:none; }#LIqaTxKGx4pOhttv7zVNA0m1MWVPBHcf > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #W8TKDzyo7iGpcbUwlcFBv3nwmWuUBC4L { display:none; }#W8TKDzyo7iGpcbUwlcFBv3nwmWuUBC4L > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lhebOPQF0pXbTe1LLouNrwCF1mMieGKi { top:13rem;left:0rem;width:33.4375rem;height:3.625rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TuwNVJw4ilSKAWMin9AHhcl4wmrNyICw { top:16.6875rem;left:0rem;width:23.1875rem;height:0;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #AqvSOEL6591KlfZXXAa9IEVIl6EsEX0m { top:25.875rem;left:0rem;width:15.9375rem;height:2.75rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #aJGc7HBqS0QrE9mLlnLxN2eQwkeuVlaP { width:14.375rem;height:2.875rem;top:21.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #INg43JHZoi3rAk0TnvfQJfMyExEDDwm8 { display:block; }
 }@media only screen and (max-width: 763px) { #N8JROC9GsMSK9QF454nXVQikfkP6MyA0 { top:32.25rem;left:17.53125rem;width:12.6875rem;height:1.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #lUvHfKCuw2DzxzfpXsfhuyxTk1wGzxL5 { top:33.5rem;left:22.3125rem;width:3.125rem;height:3.125rem;display:none; }
#lUvHfKCuw2DzxzfpXsfhuyxTk1wGzxL5 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #O1tvtpHyqKOVBuM4e6y1PGCT7itPZINB { display:block; }#O1tvtpHyqKOVBuM4e6y1PGCT7itPZINB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ld4rFTHdecvAiM26nFcuuzhQPx3Jg89V { top:13rem;left:0rem;width:33.4375rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2JaANwUZJ1IsLtIlWvicvU9Qr6TqhSt { top:19.4375rem;left:0rem;width:31.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kST2NmrKMnNfE8FlHuxA1PtfOcQ8SHTl { top:16.6875rem;left:0rem;width:23.1875rem;height:0;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbMo7J5ENyudJdJAaCTLui2yqCsKLLfg { width:14.375rem;height:2.875rem;top:21.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLUGowHRngDiMkvm0Bp0UhuXqOBmc4U2 { display:block; }
 }@media only screen and (max-width: 763px) { #dVO3ayTTAAsNUGk5KT1qSZCpMaR5bpv5 { width:14.375rem;height:2.875rem;top:21.6875rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVnT2RJMeThmDNTZyViO5aFDTx4yQQz7 { display:block; }
 }@media only screen and (max-width: 763px) { #TaGHTSTo5xPtqiUAoQAdnzMmw9A2JWUe { top:33.1875rem;left:17.5625rem;width:12.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pyvhyZDvBdPJtkgVvRI92gQNbauK5Fpu { top:34.4375rem;left:22.3125rem;width:3.125rem;height:3.125rem;display:block; }
#pyvhyZDvBdPJtkgVvRI92gQNbauK5Fpu > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #bn8iPzqaSLowzRSHPeKRTRWvRqkXIkZb { display:block; }#bn8iPzqaSLowzRSHPeKRTRWvRqkXIkZb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TM2ROt4npic8VPaOW1DE5m9LhvM5z6Ic { top:0.75rem;left:4.59375rem;width:38.5625rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtLednt3rAkGdFUzMAgu9SaCJCudTXVM { top:4.8125rem;left:8.28125rem;width:31.1875rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmD6EuJxITq3TxpXeI8TnDB77D7RBCUU { display:none; }#tmD6EuJxITq3TxpXeI8TnDB77D7RBCUU > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #PVKkxIxzuWPE10DeKcL1u86xhaBxF7eh { top:0.75rem;left:4.59375rem;width:38.5625rem;height:4.0625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kdlvx1nAiE3zZJ23XgqTD5xPUZ0DUBKv { top:4.8125rem;left:8.28125rem;width:31.1875rem;height:5.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBrZToRDyr7XvOJVhokrZMpiPnlRDZ20 { top:0.5rem;left:0rem;width:8.875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVaKUPpidzgNwEucItB286zG41ooG6TU { display:block; }#aVaKUPpidzgNwEucItB286zG41ooG6TU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GJpP22dA4cFR31b8vPUmBrQbowpPW3ml { top:21.6875rem;left:0rem;width:18.5625rem;height:3.9375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KaNLvw9TNTu3xmAcdnWQH2H6TpVf2v3h { top:3.375rem;left:0rem;width:17.8125rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcvT5hBkXkdZB5M9TpfsTmm6DeaKgm2x { top:28.3125rem;left:0rem;width:18.75rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNGzXItFasqu174utocwGneDF96NU2Ic { width:15.375rem;height:2.875rem;top:33.5rem;left:0.22021484375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQ6oaNGAr4f6TDzELF2yK1riKtLTRD1n { display:block; }
 }@media only screen and (max-width: 763px) { #sQxcJyBRxHybv38CiunnQc8yWRXln3BF { top:3.375rem;left:13.9375rem;width:17.8125rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpTbytyIgn3yCo4hgzOSfJWWwzx8vBTd { top:21.6875rem;left:13rem;width:18.75rem;height:3.9375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTq83UVyUTAgXWqmCfveAJMXy88MPvDR { top:28.3125rem;left:13rem;width:18.75rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OrUcfKTbLhPMbgeN4lTM5ZlGwL9v950J { width:15.375rem;height:2.875rem;top:33.5rem;left:16.09521484375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkOHd7SJFPuNyPAM1MQIfycF0wL5G5T6 { display:block; }
 }@media only screen and (max-width: 763px) { #x16QDDIsJVfGBPgG3eiRzHZ9emr67nka { top:3.375rem;left:29.8125rem;width:17.8125rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSXyoFCNevTfOC3g8rKvEdPycSdXHrlM { top:21.875rem;left:32.21875rem;width:14.9375rem;height:3.625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLEULiqhgkyB51T6qVDodalRIZEgHmrh { top:28.3125rem;left:28.875rem;width:18.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIZlNdoVFGtnBAJr87BTz0bbxbFzuHpX { width:15.375rem;height:2.875rem;top:33.5rem;left:31.97021484375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0FC9TwlD0OQLwzC9PF3lyTyyPAnFt8J { display:block; }
 }@media only screen and (max-width: 763px) { #ZKnxgxMTsG5ERMyuCI5PbOq5TNgtrP4t { top:26.375rem;left:0rem;width:19.8125rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwFOvLDNadm9nm3K361J9y3U6cZ6dWCM { top:26.375rem;left:11.9375rem;width:19.8125rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cy1udXzEBy68RMTsFH5WdNZPMX4PcM4r { top:26.375rem;left:27.8125rem;width:19.8125rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDTVuUFdnvA8EzVpIJPWCQKWwV1HcT5k { display:block; }#TDTVuUFdnvA8EzVpIJPWCQKWwV1HcT5k > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XJLbvIMi3z1gB3l6t7hIzP7kVfGdqP55 { top:1.9375rem;left:6.40625rem;width:34.9375rem;height:1.375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VNnumg1DACb4VUViGWRplO05nMtnnofJ { display:block; }#VNnumg1DACb4VUViGWRplO05nMtnnofJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iPc9wbJNuhWz2nJKwxqgnLKAbt1Nalfb { top:3.4375rem;left:13.9375rem;width:17.8125rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ra6zWbOTm7WRlhO6K790FNRLXoTVkykQ { top:22.3125rem;left:18rem;width:11.625rem;height:3.625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySxr8H5WEkXrLL6aHbQQBRrbTt9LArxE { top:26.8125rem;left:13.1875rem;width:18.5625rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PdoMsaNVbWGMVTQFMZgdc8mO3EqXeZ0i { width:15.375rem;height:2.875rem;top:35.1875rem;left:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BuOAKHSADL5y3dy3COyKNX1WpFllSBTO { display:block; }
 }@media only screen and (max-width: 763px) { #UZVsKIadFn1Gz5I8nS8JNTsqsvhXX3le { top:3.4375rem;left:29.8125rem;width:17.8125rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lo5kE2agZLsWPWAEK8UEUJ4NDT4iGE2z { top:22.3125rem;left:32.25rem;width:14.9375rem;height:3.625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kpu7NXvrnO6iqfT8kBCe8LnrtC0bmzVO { top:26.8125rem;left:31.4375rem;width:16.1875rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTwzROUkzrkaoRL1OTeMRmTrwqXUdzqC { width:15.375rem;height:2.875rem;top:35.1875rem;left:32rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1v6kZQ0fnvc9lRbs7dFelxdmkb92yFe { display:block; }
 }@media only screen and (max-width: 763px) { #OUIpDbKKqVBM2marG6Js8Ab9AKRoTgAQ { top:29.5625rem;left:35.125rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #szvCWxEToSvJ1RBaC7GpoUbqUSvOxMob { top:3.4375rem;left:0rem;width:17.8125rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xoux39QTPvuaszfyPqxpOGqdCbMOtvR5 { top:22.3125rem;left:2.125rem;width:11.625rem;height:3.625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwpXOk3LozXQJFqkze85ChuynQlnX9XR { top:26.8125rem;left:0rem;width:18.5625rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9QnQRPvT86RvmZLXM4Jd86yBZSgRcWT { width:15.375rem;height:2.875rem;top:35.1875rem;left:0.2197265625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6drxcbHdfoKMdcvVE4cHMaxP8MqNgIc { display:block; }
 }@media only screen and (max-width: 763px) { #Grb1aHK5M61OXWm8vMUgJTVWTbDL97tN { display:block; }#Grb1aHK5M61OXWm8vMUgJTVWTbDL97tN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GoD5xfMENypit9Ob845WMAqM9CgtxBG5 { top:21.75rem;left:13.1875rem;width:18.5625rem;height:3.9375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8VPm4D4bnl4dptnJp5D11F0a1LF8slD { top:3.4375rem;left:13.9375rem;width:17.8125rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTbPgpV4SSe9FdtdJzHx0kRd5EhsiTTL { top:26.9375rem;left:11.9375rem;width:19.8125rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHLE6eiitofZqmGiryiVgy1nlu06loTw { width:15.375rem;height:2.875rem;top:34.125rem;left:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRMyde0EnsmOL6HFTFLWhD4G15xOTgLq { display:block; }
 }@media only screen and (max-width: 763px) { #ZhvyXnh6cU2MgxxBknm2HAJV9aQb8Pv4 { width:15.375rem;height:2.875rem;top:34.625rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzFyGgsN6i3GThwy3iTzRvAwRccoSq22 { display:block; }
 }@media only screen and (max-width: 763px) { #atPcT7tw8MsqvbAqbXOUK7kxwrBHgz0t { top:26.25rem;left:0rem;width:16.1875rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzkeC7APHXATxobSbUqu7nt1AP6xvcDi { top:21.75rem;left:1.375rem;width:13.0625rem;height:3.625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOZaMnbL9xLVNiEpcOwFNB8GvVio4uBO { top:2.875rem;left:0rem;width:17.8125rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuogM2Ng4CTXgzaVAAu6oABWoTLL4fOn { display:none; }#NuogM2Ng4CTXgzaVAAu6oABWoTLL4fOn > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tRsGaPx9crplRbBrDIEXn2VQ3UZTxecy { display:none; }#tRsGaPx9crplRbBrDIEXn2VQ3UZTxecy > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Taknzlsgabm5eyoqHRSwHOFMlIngMn7a { top:1.9375rem;left:0rem;width:14.9375rem;height:4.5rem;font-size:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #yKqBbGIKg4vuHiE5mroBpz2O2kPiJBRF { top:7.5rem;left:0rem;width:17.9375rem;height:9.25rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Co0Xdnzn97B7rKw4BfUJLkuE8qW6Sc65 { width:23.3125rem;height:2.9375rem;top:46.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #G1l41ZODiKDDnQaWEs4Qvwh06Z3dGRb2 { display:block; }
 }@media only screen and (max-width: 763px) { #ODewItdTih1im9WefRhd95HtoTXeryQE { display:none; }#ODewItdTih1im9WefRhd95HtoTXeryQE > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LIAkCLCqJMw2v719W7rk5Lninv770H0Z { display:none; }#LIAkCLCqJMw2v719W7rk5Lninv770H0Z > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rFeZXE0wkIy0lnruvvQAxb4SNOP2HJdd { top:1.9375rem;left:0rem;width:14.9375rem;height:4.5rem;font-size:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #z49GGkaJsyJgIOC4kzJsIF9p9F5lRWJE { top:7.375rem;left:0rem;width:17.375rem;height:10.75rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pkg5qqeuEhXAaVzQ7FDPsiS0OTo5o1z2 { width:23.3125rem;height:2.9375rem;top:46.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #WCc5OvU22MBlGyCsFe4ltbWm5TZzNKSk { display:block; }
 }@media only screen and (max-width: 763px) { #XQaZThVsNbMkmVSTqqVHG3STfKU8kNIL { display:none; }#XQaZThVsNbMkmVSTqqVHG3STfKU8kNIL > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yLxqBMlder3KCWnnTe6pmUVXnfNB2ezf { display:none; }#yLxqBMlder3KCWnnTe6pmUVXnfNB2ezf > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #us0KzJcKsvkrZB48Fu75ZMuIQXLV9fTN { top:1.875rem;left:0rem;width:13.125rem;height:6.75rem;font-size:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #s4FbgAwQkvKDmOHvc9kfUpmNhqA0QwiE { top:7rem;left:0rem;width:17.375rem;height:6.125rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MgrWhzCbncsyyRIog3k9sT0X85NxTGHR { width:23.3125rem;height:2.9375rem;top:46.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qupTfrEaTpsTU0DHzhH1hxS9kvtapah8 { display:block; }
 }@media only screen and (max-width: 763px) { #EsmAaKkvAHegQzOOfIJxhITD9u2ffsBu { top:26.375rem;left:0rem;width:19.8125rem;height:1.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ysZTUUIhUqaQhiOKbhBqDowRWTTLQRyZ { top:18.6875rem;left:0rem;width:20rem;height:2.4375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Axrxx7sVpG6EDsXIaZFANBpD1kB0vTsd { display:none; }#Axrxx7sVpG6EDsXIaZFANBpD1kB0vTsd > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #icoai0XugxvlAu8Ep6GTETTzmnpxxda7 { display:none; }#icoai0XugxvlAu8Ep6GTETTzmnpxxda7 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #seXM0WDqrwlRz9ol3gSRU9dgdK6CbKD7 { top:2.625rem;left:0rem;width:14.9375rem;height:4.5rem;font-size:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ey1iFm0FQWtv6fR4a5iXqHiAH3Q801T6 { top:8.1875rem;left:0rem;width:19.25rem;height:4.625rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #di0hHKDTq1IKsmzPwpgvSdXX2akHCHVk { width:23.3125rem;height:2.9375rem;top:46.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #GzAWmx3RTrNMIgha7AZT3usd6XXTMToZ { display:block; }
 }@media only screen and (max-width: 763px) { #Rzbmv8fUfORrROddbKfe7Uk9gC2yngqG { top:26.375rem;left:0rem;width:19.8125rem;height:1.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #LRvaiOpkcrmC8ZiHsCifyhc0oZqDlRc2 { top:18.6875rem;left:0rem;width:20rem;height:2.4375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #y5eNrhvTdHgImBd7fpO6uQxd7KHQDEzg { display:none; }#y5eNrhvTdHgImBd7fpO6uQxd7KHQDEzg > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hzJLEUb0J83mEu19nT5bB7tl9cyesBbN { display:none; }#hzJLEUb0J83mEu19nT5bB7tl9cyesBbN > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #H6Qlta4sKGEvXVWZyvdML23knL4rxECB { top:2.625rem;left:0rem;width:14.9375rem;height:6.75rem;font-size:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #LhSmXVy4wHZ5mqfMKH28hWoJQEPV3eZr { top:8rem;left:0rem;width:17.375rem;height:4.625rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VCuDkZcmlTLu7GrpUa7hFXuTp4fs7DAN { width:23.3125rem;height:2.9375rem;top:46.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #K65302m92EDRXBEazpfDwWz1ZhwzTKEq { display:block; }
 }@media only screen and (max-width: 763px) { #N7i2bJ2pes2arI3soEJTIDnHRaNiFWGT { top:26.375rem;left:0rem;width:19.8125rem;height:1.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #rNC2qNdkUbF35145mLn4CAb3FTCXFRdE { top:18.6875rem;left:0rem;width:20rem;height:2.4375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #tNKw9a3I2coP9Stc6zDgpGmMuPJWcao2 { display:none; }#tNKw9a3I2coP9Stc6zDgpGmMuPJWcao2 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MUDpGzMEcus0IoTId7reZcTP9Z7zZl5n { display:none; }#MUDpGzMEcus0IoTId7reZcTP9Z7zZl5n > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ku30gel94caExyrDXWlg0ReVghHEw6Wx { top:1.5rem;left:0rem;width:18.3125rem;height:2rem;font-size:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #wAUASMipZnEfuTL1uanKNfsnk02HA3K9 { top:6.4375rem;left:0rem;width:17.375rem;height:9.25rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mzcFU52zrOM24I2m9upGDhXc3iiJTrA3 { width:23.3125rem;height:2.9375rem;top:46.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CHFFSlLEIOOIgnHP38dnszPL9gtLhwmS { display:block; }
 }@media only screen and (max-width: 763px) { #hukLgnWuKBstQMax17DG6Gid3f7P16vS { display:none; }#hukLgnWuKBstQMax17DG6Gid3f7P16vS > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hptTxk7JbxPMIDB1AdJ6k33QsEbds5rm { display:none; }#hptTxk7JbxPMIDB1AdJ6k33QsEbds5rm > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #PWBl780R5Do6irT48dUanU45aQl5Az6I { top:1.5rem;left:0rem;width:14.9375rem;height:4rem;font-size:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LhMSNFNtk4tGhZTTexdAdfJQpNKub1Rf { top:25.375rem;left:0rem;width:18.5625rem;height:7.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #UMM4cSJn6pQFtSCVCXu7FQ7LDOyBGCvx { width:15.375rem;height:2.875rem;top:34.1875rem;left:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #yOL0DP0RC10yh5rdHeJwpnLBCTqCDPHx { display:block; }
 }@media only screen and (max-width: 763px) { #lXn5HWrT1XJHkgU030W0k0U7UmIxCxeE { top:25.375rem;left:0rem;width:18.5625rem;height:7.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #uyqDpbgIrKnnNC8MOuv56kcWuvSmMPaf { top:25.375rem;left:0rem;width:18.5625rem;height:7.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #aHn4So95sIRtl1bx7Jtwdd7LycJ5zeCH { top:6.3125rem;left:0rem;width:17.375rem;height:7.6875rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ze6zoWNoM6avORmdr62G44E0E14CkXRw { width:23.3125rem;height:2.9375rem;top:46.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TCeXT8kZJvpyFnDOQMScTtDWw6ouK615 { display:block; }
 }@media only screen and (max-width: 763px) { #PTh776usWJwrmbb4Ix3QLyUqTvvvMClh { display:none; }#PTh776usWJwrmbb4Ix3QLyUqTvvvMClh > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QDIeItJP4e5BEgW4T9XNheR9vEIKW999 { display:none; }#QDIeItJP4e5BEgW4T9XNheR9vEIKW999 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gqv9D6Wn2dfw1Vaxdn59s43Rwp1SgkFG { top:27.0625rem;left:0rem;width:20.6875rem;height:7.3125rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #E36kz0s3MQO8lHy6dScKyJwTbikLHxw5 { top:2.3125rem;left:0rem;width:18.75rem;height:5.1875rem;font-size:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #SpKntqV6i9m3TmGHo55yTyU7NfAL6Vzp { width:15.375rem;height:2.875rem;top:36.9375rem;left:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #br7J6C3sheNFX05vTSVvTrGWZMH7WCkU { display:block; }
 }@media only screen and (max-width: 763px) { #FveWpUVv4GyAVP2AHP7TdN6LMNoFq9Ee { display:block; }#FveWpUVv4GyAVP2AHP7TdN6LMNoFq9Ee > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xlOU2MMfyCNpQlNH6pyvDDkh3EPcGir2 { top:1.75rem;left:4.8125rem;width:38.125rem;height:2.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ou5BbGJPfuHQhDJQ78AZnJyvQ2buQsys { display:none; }#ou5BbGJPfuHQhDJQ78AZnJyvQ2buQsys > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Q20J33IGIkX0WPSaPfWWSV9C0SQEl4TP { top:0rem;left:0rem;width:47.75rem;height:33.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWlES7soFDevuCOkvhe79TnDBMdBwkP5 { display:block; }#BWlES7soFDevuCOkvhe79TnDBMdBwkP5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kripkykTzRtZ3Q8gkn6v2BH2JXX9RWrc { top:4.25rem;left:6.5625rem;width:34.5625rem;height:1.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ts3gmaJV6JwR0LGDTHTrXJ3SyJmuwQJx { top:1.625rem;left:18.5625rem;width:10.5625rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #x7gvf8tUcbxpfmnXw7TnZS3baTTugi85 { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#x7gvf8tUcbxpfmnXw7TnZS3baTTugi85 > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SoMsPzTTkKwINwaB99u2T0oGoio6wvRt { width:16.125rem;height:2.5996125rem;top:3.95556640625rem;left:1.9375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #v1KNdyyZL2SsuQopn8zdSZWfyTzt7hTs { width:8.875rem;height:2.1875rem;top:0.78125rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Idlt4LJgoIXyWhRR7x7yA2cRGUc2zPSZ { display:block; }#Idlt4LJgoIXyWhRR7x7yA2cRGUc2zPSZ > .row .container { width:20rem;height:0.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LIqaTxKGx4pOhttv7zVNA0m1MWVPBHcf { display:block; }#LIqaTxKGx4pOhttv7zVNA0m1MWVPBHcf > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W8TKDzyo7iGpcbUwlcFBv3nwmWuUBC4L { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/3ccca113-8abf-4428-a308-3306a19cad39/TD_vDAYSBTEST22mobile.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#W8TKDzyo7iGpcbUwlcFBv3nwmWuUBC4L.adaptive-delivery-prevent-bg, #W8TKDzyo7iGpcbUwlcFBv3nwmWuUBC4L.lazyload, #W8TKDzyo7iGpcbUwlcFBv3nwmWuUBC4L.lazyloading { background-image: none; }#W8TKDzyo7iGpcbUwlcFBv3nwmWuUBC4L > .row .container { background-color: transparent; background-image: none; }#W8TKDzyo7iGpcbUwlcFBv3nwmWuUBC4L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W8TKDzyo7iGpcbUwlcFBv3nwmWuUBC4L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W8TKDzyo7iGpcbUwlcFBv3nwmWuUBC4L > .row .container > .video-iframe-container { display: none; }#W8TKDzyo7iGpcbUwlcFBv3nwmWuUBC4L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W8TKDzyo7iGpcbUwlcFBv3nwmWuUBC4L > .row > .video-iframe-container { display: none; }#W8TKDzyo7iGpcbUwlcFBv3nwmWuUBC4L > .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); }#W8TKDzyo7iGpcbUwlcFBv3nwmWuUBC4L > .row .container { border-width: 0; border-radius: 0; }#W8TKDzyo7iGpcbUwlcFBv3nwmWuUBC4L > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W8TKDzyo7iGpcbUwlcFBv3nwmWuUBC4L > .row .container { width:20rem;height:36.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lhebOPQF0pXbTe1LLouNrwCF1mMieGKi { width:17.125rem;height:4.8125rem;top:19.1875rem;left:1.4375rem;font-size:2.1875rem;line-height:1.1;z-index:15013;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #TuwNVJw4ilSKAWMin9AHhcl4wmrNyICw { width:20rem;height:1.30615rem;top:24.25rem;left:0rem;font-size:1.1875rem;line-height:1.1;z-index:15014;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #AqvSOEL6591KlfZXXAa9IEVIl6EsEX0m { width:15.9375rem;height:2.76171875rem;top:25.875rem;left:2.0625rem;font-size:1.0625rem;z-index:15012;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #aJGc7HBqS0QrE9mLlnLxN2eQwkeuVlaP { width:19.6875rem;height:2.875rem;top:29.125rem;left:0.1875rem;z-index:15034;background-color:#1e1e1e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #INg43JHZoi3rAk0TnvfQJfMyExEDDwm8 { display:block; }
 }@media only screen and (max-width: 763px) { #N8JROC9GsMSK9QF454nXVQikfkP6MyA0 { width:12.6875rem;height:1.13720625rem;top:32.6875rem;left:3.6875rem;font-size:0.875rem;z-index:15010;color:#f1f0f0;display:block; }
 }@media only screen and (max-width: 763px) { #lUvHfKCuw2DzxzfpXsfhuyxTk1wGzxL5 { display:flex;width:2.1875rem;height:2.1875rem;top:33.75rem;left:8.9375rem;z-index:15033; }
#lUvHfKCuw2DzxzfpXsfhuyxTk1wGzxL5 > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #O1tvtpHyqKOVBuM4e6y1PGCT7itPZINB { display:none; }#O1tvtpHyqKOVBuM4e6y1PGCT7itPZINB > .row .container { width:20rem;height:27.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Ld4rFTHdecvAiM26nFcuuzhQPx3Jg89V { width:20rem;height:4.3984375rem;top:1.25rem;left:0rem;font-size:2rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #y2JaANwUZJ1IsLtIlWvicvU9Qr6TqhSt { width:20rem;height:2.5996125rem;top:8.1484375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kST2NmrKMnNfE8FlHuxA1PtfOcQ8SHTl { width:20rem;height:0;top:6.8984375rem;left:0rem;font-size:1.625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #SbMo7J5ENyudJdJAaCTLui2yqCsKLLfg { width:14.375rem;height:2.875rem;top:11.99805rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLUGowHRngDiMkvm0Bp0UhuXqOBmc4U2 { display:block; }
 }@media only screen and (max-width: 763px) { #dVO3ayTTAAsNUGk5KT1qSZCpMaR5bpv5 { width:14.375rem;height:2.875rem;top:16.12305rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVnT2RJMeThmDNTZyViO5aFDTx4yQQz7 { display:block; }
 }@media only screen and (max-width: 763px) { #TaGHTSTo5xPtqiUAoQAdnzMmw9A2JWUe { width:12.6875rem;height:1.29980625rem;top:20.24805rem;left:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pyvhyZDvBdPJtkgVvRI92gQNbauK5Fpu { display:flex;width:3.125rem;height:3.125rem;top:22.79785625rem;left:8.4375rem; }
#pyvhyZDvBdPJtkgVvRI92gQNbauK5Fpu > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #bn8iPzqaSLowzRSHPeKRTRWvRqkXIkZb { display:none; }#bn8iPzqaSLowzRSHPeKRTRWvRqkXIkZb > .row .container { width:20rem;height:15.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TM2ROt4npic8VPaOW1DE5m9LhvM5z6Ic { width:20rem;height:4.3984375rem;top:1.3125rem;left:0rem;font-size:2rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #LtLednt3rAkGdFUzMAgu9SaCJCudTXVM { width:20rem;height:7.7988125rem;top:6.44921875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmD6EuJxITq3TxpXeI8TnDB77D7RBCUU { 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; }#tmD6EuJxITq3TxpXeI8TnDB77D7RBCUU > .row .container { background-color: transparent; background-image: none; }#tmD6EuJxITq3TxpXeI8TnDB77D7RBCUU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tmD6EuJxITq3TxpXeI8TnDB77D7RBCUU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tmD6EuJxITq3TxpXeI8TnDB77D7RBCUU > .row .container > .video-iframe-container { display: none; }#tmD6EuJxITq3TxpXeI8TnDB77D7RBCUU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tmD6EuJxITq3TxpXeI8TnDB77D7RBCUU > .row > .video-iframe-container { display: none; }#tmD6EuJxITq3TxpXeI8TnDB77D7RBCUU > .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); }#tmD6EuJxITq3TxpXeI8TnDB77D7RBCUU > .row .container { border-width: 0; border-radius: 0; }#tmD6EuJxITq3TxpXeI8TnDB77D7RBCUU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tmD6EuJxITq3TxpXeI8TnDB77D7RBCUU > .row .container { width:20rem;height:22.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PVKkxIxzuWPE10DeKcL1u86xhaBxF7eh { width:20rem;height:6.1875rem;top:2.912109375rem;left:0rem;font-size:2.8125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Kdlvx1nAiE3zZJ23XgqTD5xPUZ0DUBKv { width:20rem;height:10.80075rem;top:10.01171875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBrZToRDyr7XvOJVhokrZMpiPnlRDZ20 { width:7.6875rem;height:1.75rem;top:0.724609375rem;left:5.78125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #aVaKUPpidzgNwEucItB286zG41ooG6TU { display:none; }#aVaKUPpidzgNwEucItB286zG41ooG6TU > .row .container { width:20rem;height:116.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GJpP22dA4cFR31b8vPUmBrQbowpPW3ml { width:18.75rem;height:4.3994125rem;top:20.624458874512rem;left:0.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KaNLvw9TNTu3xmAcdnWQH2H6TpVf2v3h { width:17.8125rem;height:17.8125rem;top:3.375rem;left:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #qcvT5hBkXkdZB5M9TpfsTmm6DeaKgm2x { width:20rem;height:6.9043125rem;top:26.272790124512rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNGzXItFasqu174utocwGneDF96NU2Ic { width:15.375rem;height:2.875rem;top:37.187477624512rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQ6oaNGAr4f6TDzELF2yK1riKtLTRD1n { display:block; }
 }@media only screen and (max-width: 763px) { #sQxcJyBRxHybv38CiunnQc8yWRXln3BF { width:17.8125rem;height:17.8125rem;top:3.375rem;left:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JpTbytyIgn3yCo4hgzOSfJWWwzx8vBTd { width:18.75rem;height:auto;top:21.6875rem;left:0.625rem;font-size:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TTq83UVyUTAgXWqmCfveAJMXy88MPvDR { width:18.75rem;height:auto;top:28.3125rem;left:0.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #OrUcfKTbLhPMbgeN4lTM5ZlGwL9v950J { width:15.375rem;height:2.875rem;top:33.5rem;left:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DkOHd7SJFPuNyPAM1MQIfycF0wL5G5T6 { display:block; }
 }@media only screen and (max-width: 763px) { #x16QDDIsJVfGBPgG3eiRzHZ9emr67nka { width:17.8125rem;height:17.8125rem;top:3.375rem;left:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #KSXyoFCNevTfOC3g8rKvEdPycSdXHrlM { width:14.9375rem;height:0;top:11.375rem;left:2.5rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLEULiqhgkyB51T6qVDodalRIZEgHmrh { width:18.75rem;height:auto;top:28.3125rem;left:0.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #CIZlNdoVFGtnBAJr87BTz0bbxbFzuHpX { width:15.375rem;height:2.875rem;top:33.5rem;left:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #H0FC9TwlD0OQLwzC9PF3lyTyyPAnFt8J { display:block; }
 }@media only screen and (max-width: 763px) { #ZKnxgxMTsG5ERMyuCI5PbOq5TNgtrP4t { width:19.8125rem;height:1.3808625rem;top:41.31201171875rem;left:0.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwFOvLDNadm9nm3K361J9y3U6cZ6dWCM { width:19.8125rem;height:0;top:43.93701171875rem;left:0.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cy1udXzEBy68RMTsFH5WdNZPMX4PcM4r { width:19.8125rem;height:1.3808625rem;top:46.56201171875rem;left:0.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDTVuUFdnvA8EzVpIJPWCQKWwV1HcT5k { display:none; }#TDTVuUFdnvA8EzVpIJPWCQKWwV1HcT5k > .row .container { width:20rem;height:18.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XJLbvIMi3z1gB3l6t7hIzP7kVfGdqP55 { width:20rem;height:2.4375rem;top:1.25rem;left:0rem;font-size:0.9375rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #VNnumg1DACb4VUViGWRplO05nMtnnofJ { display:none; }#VNnumg1DACb4VUViGWRplO05nMtnnofJ > .row .container { width:20rem;height:39.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #iPc9wbJNuhWz2nJKwxqgnLKAbt1Nalfb { width:17.8125rem;height:17.8125rem;top:3.4375rem;left:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ra6zWbOTm7WRlhO6K790FNRLXoTVkykQ { width:14.9375rem;height:4rem;top:1.25rem;left:2.5rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySxr8H5WEkXrLL6aHbQQBRrbTt9LArxE { width:18.5625rem;height:auto;top:26.8125rem;left:0.6875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #PdoMsaNVbWGMVTQFMZgdc8mO3EqXeZ0i { width:15.375rem;height:2.875rem;top:35.1875rem;left:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #BuOAKHSADL5y3dy3COyKNX1WpFllSBTO { display:block; }
 }@media only screen and (max-width: 763px) { #UZVsKIadFn1Gz5I8nS8JNTsqsvhXX3le { width:17.8125rem;height:17.8125rem;top:3.4375rem;left:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #lo5kE2agZLsWPWAEK8UEUJ4NDT4iGE2z { width:14.9375rem;height:0;top:6.5rem;left:2.5rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kpu7NXvrnO6iqfT8kBCe8LnrtC0bmzVO { width:16.1875rem;height:auto;top:26.8125rem;left:1.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #XTwzROUkzrkaoRL1OTeMRmTrwqXUdzqC { width:15.375rem;height:2.875rem;top:35.1875rem;left:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #O1v6kZQ0fnvc9lRbs7dFelxdmkb92yFe { display:block; }
 }@media only screen and (max-width: 763px) { #OUIpDbKKqVBM2marG6Js8Ab9AKRoTgAQ { top:16.25rem;left:0rem;width:20rem;height:11.1875rem;z-index:15004;background-color:rgba(var(--color-secondary-2),0);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #szvCWxEToSvJ1RBaC7GpoUbqUSvOxMob { width:17.8125rem;height:17.8125rem;top:3.4375rem;left:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #xoux39QTPvuaszfyPqxpOGqdCbMOtvR5 { width:11.625rem;height:0;top:28.6875rem;left:4.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwpXOk3LozXQJFqkze85ChuynQlnX9XR { width:18.5625rem;height:auto;top:26.8125rem;left:0.6875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #G9QnQRPvT86RvmZLXM4Jd86yBZSgRcWT { width:15.375rem;height:2.875rem;top:35.1875rem;left:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #s6drxcbHdfoKMdcvVE4cHMaxP8MqNgIc { display:block; }
 }@media only screen and (max-width: 763px) { #Grb1aHK5M61OXWm8vMUgJTVWTbDL97tN { display:none; }#Grb1aHK5M61OXWm8vMUgJTVWTbDL97tN > .row .container { width:20rem;height:116.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GoD5xfMENypit9Ob845WMAqM9CgtxBG5 { width:18.75rem;height:4.3994125rem;top:20.624458874512rem;left:0.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8VPm4D4bnl4dptnJp5D11F0a1LF8slD { width:17.8125rem;height:17.8125rem;top:3.4375rem;left:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JTbPgpV4SSe9FdtdJzHx0kRd5EhsiTTL { width:20rem;height:6.9043125rem;top:26.272790124512rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHLE6eiitofZqmGiryiVgy1nlu06loTw { width:15.375rem;height:2.875rem;top:37.187477624512rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRMyde0EnsmOL6HFTFLWhD4G15xOTgLq { display:block; }
 }@media only screen and (max-width: 763px) { #ZhvyXnh6cU2MgxxBknm2HAJV9aQb8Pv4 { width:15.375rem;height:2.875rem;top:34.625rem;left:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TzFyGgsN6i3GThwy3iTzRvAwRccoSq22 { display:block; }
 }@media only screen and (max-width: 763px) { #atPcT7tw8MsqvbAqbXOUK7kxwrBHgz0t { width:16.1875rem;height:auto;top:26.25rem;left:1.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #VzkeC7APHXATxobSbUqu7nt1AP6xvcDi { width:13.0625rem;height:0;top:28.6875rem;left:3.4375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOZaMnbL9xLVNiEpcOwFNB8GvVio4uBO { width:17.8125rem;height:17.8125rem;top:2.875rem;left:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #NuogM2Ng4CTXgzaVAAu6oABWoTLL4fOn { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/0798fd01-97ef-40a7-81c0-1f93916676ef/BlazerEdit_Style_CombinedLP_2000x1324px.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NuogM2Ng4CTXgzaVAAu6oABWoTLL4fOn.adaptive-delivery-prevent-bg, #NuogM2Ng4CTXgzaVAAu6oABWoTLL4fOn.lazyload, #NuogM2Ng4CTXgzaVAAu6oABWoTLL4fOn.lazyloading { background-image: none; }#NuogM2Ng4CTXgzaVAAu6oABWoTLL4fOn > .row .container { background-color: transparent; background-image: none; }#NuogM2Ng4CTXgzaVAAu6oABWoTLL4fOn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NuogM2Ng4CTXgzaVAAu6oABWoTLL4fOn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NuogM2Ng4CTXgzaVAAu6oABWoTLL4fOn > .row .container > .video-iframe-container { display: none; }#NuogM2Ng4CTXgzaVAAu6oABWoTLL4fOn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NuogM2Ng4CTXgzaVAAu6oABWoTLL4fOn > .row > .video-iframe-container { display: none; }#NuogM2Ng4CTXgzaVAAu6oABWoTLL4fOn > .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); }#NuogM2Ng4CTXgzaVAAu6oABWoTLL4fOn > .row .container { border-width: 0; border-radius: 0; }#NuogM2Ng4CTXgzaVAAu6oABWoTLL4fOn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NuogM2Ng4CTXgzaVAAu6oABWoTLL4fOn > .row .container { width:20rem;height:15.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tRsGaPx9crplRbBrDIEXn2VQ3UZTxecy { display:block; }#tRsGaPx9crplRbBrDIEXn2VQ3UZTxecy > .row .container { width:20rem;height:22.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Taknzlsgabm5eyoqHRSwHOFMlIngMn7a { width:14.9375rem;height:4.5rem;top:1.9375rem;left:2.5625rem;font-size:2.25rem;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #yKqBbGIKg4vuHiE5mroBpz2O2kPiJBRF { width:18.8125rem;height:7.714875rem;top:7.5791015625rem;left:0.59375rem;font-size:1.1875rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #Co0Xdnzn97B7rKw4BfUJLkuE8qW6Sc65 { width:16rem;height:2.9375rem;top:17.625rem;left:2rem;z-index:15027;background-color:#1e1e1e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #G1l41ZODiKDDnQaWEs4Qvwh06Z3dGRb2 { display:block; }
 }@media only screen and (max-width: 763px) { #ODewItdTih1im9WefRhd95HtoTXeryQE { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/aec3adad-9f74-4a93-882b-6e15bffee7f5/TheJeans_Style_Desktop_CombinedLP1.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ODewItdTih1im9WefRhd95HtoTXeryQE.adaptive-delivery-prevent-bg, #ODewItdTih1im9WefRhd95HtoTXeryQE.lazyload, #ODewItdTih1im9WefRhd95HtoTXeryQE.lazyloading { background-image: none; }#ODewItdTih1im9WefRhd95HtoTXeryQE > .row .container { background-color: transparent; background-image: none; }#ODewItdTih1im9WefRhd95HtoTXeryQE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ODewItdTih1im9WefRhd95HtoTXeryQE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ODewItdTih1im9WefRhd95HtoTXeryQE > .row .container > .video-iframe-container { display: none; }#ODewItdTih1im9WefRhd95HtoTXeryQE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ODewItdTih1im9WefRhd95HtoTXeryQE > .row > .video-iframe-container { display: none; }#ODewItdTih1im9WefRhd95HtoTXeryQE > .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); }#ODewItdTih1im9WefRhd95HtoTXeryQE > .row .container { border-width: 0; border-radius: 0; }#ODewItdTih1im9WefRhd95HtoTXeryQE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ODewItdTih1im9WefRhd95HtoTXeryQE > .row .container { width:20rem;height:15.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LIAkCLCqJMw2v719W7rk5Lninv770H0Z { display:block; }#LIAkCLCqJMw2v719W7rk5Lninv770H0Z > .row .container { width:20rem;height:22.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rFeZXE0wkIy0lnruvvQAxb4SNOP2HJdd { width:14.9375rem;height:4.5rem;top:1.9375rem;left:2.5625rem;font-size:2.25rem;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #z49GGkaJsyJgIOC4kzJsIF9p9F5lRWJE { width:17.9375rem;height:9.2578125rem;top:7.5078125rem;left:1.03125rem;font-size:1.1875rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #pkg5qqeuEhXAaVzQ7FDPsiS0OTo5o1z2 { width:16rem;height:2.9375rem;top:17.625rem;left:2rem;z-index:15027;background-color:#1e1e1e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #WCc5OvU22MBlGyCsFe4ltbWm5TZzNKSk { display:block; }
 }@media only screen and (max-width: 763px) { #XQaZThVsNbMkmVSTqqVHG3STfKU8kNIL { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/e82d87aa-a634-4871-9ece-cfc9a77fe02a/ValentinesDay_Style_Desktop_CombinedLP.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XQaZThVsNbMkmVSTqqVHG3STfKU8kNIL.adaptive-delivery-prevent-bg, #XQaZThVsNbMkmVSTqqVHG3STfKU8kNIL.lazyload, #XQaZThVsNbMkmVSTqqVHG3STfKU8kNIL.lazyloading { background-image: none; }#XQaZThVsNbMkmVSTqqVHG3STfKU8kNIL > .row .container { background-color: transparent; background-image: none; }#XQaZThVsNbMkmVSTqqVHG3STfKU8kNIL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XQaZThVsNbMkmVSTqqVHG3STfKU8kNIL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XQaZThVsNbMkmVSTqqVHG3STfKU8kNIL > .row .container > .video-iframe-container { display: none; }#XQaZThVsNbMkmVSTqqVHG3STfKU8kNIL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XQaZThVsNbMkmVSTqqVHG3STfKU8kNIL > .row > .video-iframe-container { display: none; }#XQaZThVsNbMkmVSTqqVHG3STfKU8kNIL > .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); }#XQaZThVsNbMkmVSTqqVHG3STfKU8kNIL > .row .container { border-width: 0; border-radius: 0; }#XQaZThVsNbMkmVSTqqVHG3STfKU8kNIL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XQaZThVsNbMkmVSTqqVHG3STfKU8kNIL > .row .container { width:20rem;height:15.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yLxqBMlder3KCWnnTe6pmUVXnfNB2ezf { display:block; }#yLxqBMlder3KCWnnTe6pmUVXnfNB2ezf > .row .container { width:20rem;height:25.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #us0KzJcKsvkrZB48Fu75ZMuIQXLV9fTN { width:14.9375rem;height:4.5rem;top:1.9375rem;left:2.5625rem;font-size:2.25rem;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #s4FbgAwQkvKDmOHvc9kfUpmNhqA0QwiE { width:17.375rem;height:6.171875rem;top:8.625rem;left:1.3125rem;font-size:1.1875rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #MgrWhzCbncsyyRIog3k9sT0X85NxTGHR { width:16rem;height:2.9375rem;top:16.1875rem;left:2rem;z-index:15027;background-color:#1e1e1e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #qupTfrEaTpsTU0DHzhH1hxS9kvtapah8 { display:block; }
 }@media only screen and (max-width: 763px) { #EsmAaKkvAHegQzOOfIJxhITD9u2ffsBu { width:19.8125rem;height:1.381225rem;top:6.875rem;left:0rem;font-size:1.0625rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #ysZTUUIhUqaQhiOKbhBqDowRWTTLQRyZ { width:20rem;height:2.4375rem;top:20.6875rem;left:0rem;font-size:0.9375rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #Axrxx7sVpG6EDsXIaZFANBpD1kB0vTsd { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/c2e14aba-d4cb-4ab1-a38b-8549a819eaac/ValentinesDay_Active_Desktop_CombinedLP.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Axrxx7sVpG6EDsXIaZFANBpD1kB0vTsd.adaptive-delivery-prevent-bg, #Axrxx7sVpG6EDsXIaZFANBpD1kB0vTsd.lazyload, #Axrxx7sVpG6EDsXIaZFANBpD1kB0vTsd.lazyloading { background-image: none; }#Axrxx7sVpG6EDsXIaZFANBpD1kB0vTsd > .row .container { background-color: transparent; background-image: none; }#Axrxx7sVpG6EDsXIaZFANBpD1kB0vTsd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Axrxx7sVpG6EDsXIaZFANBpD1kB0vTsd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Axrxx7sVpG6EDsXIaZFANBpD1kB0vTsd > .row .container > .video-iframe-container { display: none; }#Axrxx7sVpG6EDsXIaZFANBpD1kB0vTsd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Axrxx7sVpG6EDsXIaZFANBpD1kB0vTsd > .row > .video-iframe-container { display: none; }#Axrxx7sVpG6EDsXIaZFANBpD1kB0vTsd > .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); }#Axrxx7sVpG6EDsXIaZFANBpD1kB0vTsd > .row .container { border-width: 0; border-radius: 0; }#Axrxx7sVpG6EDsXIaZFANBpD1kB0vTsd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Axrxx7sVpG6EDsXIaZFANBpD1kB0vTsd > .row .container { width:20rem;height:17.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #icoai0XugxvlAu8Ep6GTETTzmnpxxda7 { display:block; }#icoai0XugxvlAu8Ep6GTETTzmnpxxda7 > .row .container { width:20rem;height:23.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #seXM0WDqrwlRz9ol3gSRU9dgdK6CbKD7 { width:14.9375rem;height:4.5rem;top:2rem;left:2.5625rem;font-size:2.25rem;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #ey1iFm0FQWtv6fR4a5iXqHiAH3Q801T6 { width:19.25rem;height:4.62890625rem;top:8.9375rem;left:0.375rem;font-size:1.1875rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #di0hHKDTq1IKsmzPwpgvSdXX2akHCHVk { width:16rem;height:2.9375rem;top:14.75rem;left:2rem;z-index:15027;background-color:#1e1e1e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #GzAWmx3RTrNMIgha7AZT3usd6XXTMToZ { display:block; }
 }@media only screen and (max-width: 763px) { #Rzbmv8fUfORrROddbKfe7Uk9gC2yngqG { width:19.375rem;height:1.381225rem;top:6.75rem;left:0.3125rem;font-size:1.0625rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #LRvaiOpkcrmC8ZiHsCifyhc0oZqDlRc2 { width:20rem;height:2.4375rem;top:19.125rem;left:0rem;font-size:0.9375rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #y5eNrhvTdHgImBd7fpO6uQxd7KHQDEzg { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/0c620e55-0b85-4c06-a8c7-45974ea86c06/ValentinesDay_SB_Desktop_CombinedLP.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#y5eNrhvTdHgImBd7fpO6uQxd7KHQDEzg.adaptive-delivery-prevent-bg, #y5eNrhvTdHgImBd7fpO6uQxd7KHQDEzg.lazyload, #y5eNrhvTdHgImBd7fpO6uQxd7KHQDEzg.lazyloading { background-image: none; }#y5eNrhvTdHgImBd7fpO6uQxd7KHQDEzg > .row .container { background-color: transparent; background-image: none; }#y5eNrhvTdHgImBd7fpO6uQxd7KHQDEzg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y5eNrhvTdHgImBd7fpO6uQxd7KHQDEzg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y5eNrhvTdHgImBd7fpO6uQxd7KHQDEzg > .row .container > .video-iframe-container { display: none; }#y5eNrhvTdHgImBd7fpO6uQxd7KHQDEzg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y5eNrhvTdHgImBd7fpO6uQxd7KHQDEzg > .row > .video-iframe-container { display: none; }#y5eNrhvTdHgImBd7fpO6uQxd7KHQDEzg > .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); }#y5eNrhvTdHgImBd7fpO6uQxd7KHQDEzg > .row .container { border-width: 0; border-radius: 0; }#y5eNrhvTdHgImBd7fpO6uQxd7KHQDEzg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#y5eNrhvTdHgImBd7fpO6uQxd7KHQDEzg > .row .container { width:20rem;height:17.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hzJLEUb0J83mEu19nT5bB7tl9cyesBbN { display:block; }#hzJLEUb0J83mEu19nT5bB7tl9cyesBbN > .row .container { width:20rem;height:23rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H6Qlta4sKGEvXVWZyvdML23knL4rxECB { width:18.6875rem;height:4.5rem;top:2.1875rem;left:0.6875rem;font-size:2.25rem;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #LhSmXVy4wHZ5mqfMKH28hWoJQEPV3eZr { width:17.375rem;height:4.62890625rem;top:9.0625rem;left:1.5rem;font-size:1.1875rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #VCuDkZcmlTLu7GrpUa7hFXuTp4fs7DAN { width:16rem;height:2.9375rem;top:15.125rem;left:2.1875rem;z-index:15027;background-color:#1e1e1e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #K65302m92EDRXBEazpfDwWz1ZhwzTKEq { display:block; }
 }@media only screen and (max-width: 763px) { #N7i2bJ2pes2arI3soEJTIDnHRaNiFWGT { width:18.3125rem;height:1.381225rem;top:7.125rem;left:1rem;font-size:1.0625rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #rNC2qNdkUbF35145mLn4CAb3FTCXFRdE { width:20rem;height:2.4375rem;top:19.5625rem;left:0rem;font-size:0.9375rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #tNKw9a3I2coP9Stc6zDgpGmMuPJWcao2 { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/0778b6fc-80c8-4b12-8acf-d652c5ceebf8/Resort_Style_CombinedLP_2000x1324pxcopy.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tNKw9a3I2coP9Stc6zDgpGmMuPJWcao2.adaptive-delivery-prevent-bg, #tNKw9a3I2coP9Stc6zDgpGmMuPJWcao2.lazyload, #tNKw9a3I2coP9Stc6zDgpGmMuPJWcao2.lazyloading { background-image: none; }#tNKw9a3I2coP9Stc6zDgpGmMuPJWcao2 > .row .container { background-color: transparent; background-image: none; }#tNKw9a3I2coP9Stc6zDgpGmMuPJWcao2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tNKw9a3I2coP9Stc6zDgpGmMuPJWcao2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tNKw9a3I2coP9Stc6zDgpGmMuPJWcao2 > .row .container > .video-iframe-container { display: none; }#tNKw9a3I2coP9Stc6zDgpGmMuPJWcao2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tNKw9a3I2coP9Stc6zDgpGmMuPJWcao2 > .row > .video-iframe-container { display: none; }#tNKw9a3I2coP9Stc6zDgpGmMuPJWcao2 > .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); }#tNKw9a3I2coP9Stc6zDgpGmMuPJWcao2 > .row .container { border-width: 0; border-radius: 0; }#tNKw9a3I2coP9Stc6zDgpGmMuPJWcao2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tNKw9a3I2coP9Stc6zDgpGmMuPJWcao2 > .row .container { width:20rem;height:17.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MUDpGzMEcus0IoTId7reZcTP9Z7zZl5n { display:block; }#MUDpGzMEcus0IoTId7reZcTP9Z7zZl5n > .row .container { width:20rem;height:21.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ku30gel94caExyrDXWlg0ReVghHEw6Wx { width:13.125rem;height:4.5rem;top:1.875rem;left:3.4375rem;font-size:2.25rem;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #wAUASMipZnEfuTL1uanKNfsnk02HA3K9 { width:17.375rem;height:9.25784375rem;top:7rem;left:1.3125rem;font-size:1.1875rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #mzcFU52zrOM24I2m9upGDhXc3iiJTrA3 { width:16rem;height:2.9375rem;top:17rem;left:2rem;z-index:15027;background-color:#1e1e1e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #CHFFSlLEIOOIgnHP38dnszPL9gtLhwmS { display:block; }
 }@media only screen and (max-width: 763px) { #hukLgnWuKBstQMax17DG6Gid3f7P16vS { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/59093188-67b1-4554-8953-961ce908009b/MovementEra_Active_CombinedLPcopy.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hukLgnWuKBstQMax17DG6Gid3f7P16vS.adaptive-delivery-prevent-bg, #hukLgnWuKBstQMax17DG6Gid3f7P16vS.lazyload, #hukLgnWuKBstQMax17DG6Gid3f7P16vS.lazyloading { background-image: none; }#hukLgnWuKBstQMax17DG6Gid3f7P16vS > .row .container { background-color: transparent; background-image: none; }#hukLgnWuKBstQMax17DG6Gid3f7P16vS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hukLgnWuKBstQMax17DG6Gid3f7P16vS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hukLgnWuKBstQMax17DG6Gid3f7P16vS > .row .container > .video-iframe-container { display: none; }#hukLgnWuKBstQMax17DG6Gid3f7P16vS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hukLgnWuKBstQMax17DG6Gid3f7P16vS > .row > .video-iframe-container { display: none; }#hukLgnWuKBstQMax17DG6Gid3f7P16vS > .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); }#hukLgnWuKBstQMax17DG6Gid3f7P16vS > .row .container { border-width: 0; border-radius: 0; }#hukLgnWuKBstQMax17DG6Gid3f7P16vS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hukLgnWuKBstQMax17DG6Gid3f7P16vS > .row .container { width:20rem;height:17.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hptTxk7JbxPMIDB1AdJ6k33QsEbds5rm { display:block; }#hptTxk7JbxPMIDB1AdJ6k33QsEbds5rm > .row .container { width:20rem;height:21.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PWBl780R5Do6irT48dUanU45aQl5Az6I { width:14.9375rem;height:4.00024375rem;top:2.125rem;left:2.5625rem;font-size:2rem;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #LhMSNFNtk4tGhZTTexdAdfJQpNKub1Rf { width:18.5625rem;height:0;top:19.375rem;left:3.9375rem;font-size:1rem;z-index:15023;display:none; }
 }@media only screen and (max-width: 763px) { #UMM4cSJn6pQFtSCVCXu7FQ7LDOyBGCvx { width:15.375rem;height:2.875rem;top:20.1875rem;left:7.125rem;z-index:15027;display:none; }
 }@media only screen and (max-width: 763px) { #yOL0DP0RC10yh5rdHeJwpnLBCTqCDPHx { display:block; }
 }@media only screen and (max-width: 763px) { #lXn5HWrT1XJHkgU030W0k0U7UmIxCxeE { width:18.5625rem;height:0;top:12.9375rem;left:3.9375rem;font-size:1rem;z-index:15021;display:none; }
 }@media only screen and (max-width: 763px) { #uyqDpbgIrKnnNC8MOuv56kcWuvSmMPaf { width:18.5625rem;height:0;top:9.9375rem;left:3.9375rem;font-size:1rem;z-index:15022;display:none; }
 }@media only screen and (max-width: 763px) { #aHn4So95sIRtl1bx7Jtwdd7LycJ5zeCH { width:17.375rem;height:7.714875rem;top:6.9375rem;left:1.3125rem;font-size:1.1875rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #Ze6zoWNoM6avORmdr62G44E0E14CkXRw { width:16rem;height:2.9375rem;top:16.1875rem;left:2rem;z-index:15023;background-color:#1e1e1e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #TCeXT8kZJvpyFnDOQMScTtDWw6ouK615 { display:block; }
 }@media only screen and (max-width: 763px) { #PTh776usWJwrmbb4Ix3QLyUqTvvvMClh { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/1e669531-75a3-4c1e-afff-c993f5836786/ChaletChic_Style_CombinedLPcopy.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PTh776usWJwrmbb4Ix3QLyUqTvvvMClh.adaptive-delivery-prevent-bg, #PTh776usWJwrmbb4Ix3QLyUqTvvvMClh.lazyload, #PTh776usWJwrmbb4Ix3QLyUqTvvvMClh.lazyloading { background-image: none; }#PTh776usWJwrmbb4Ix3QLyUqTvvvMClh > .row .container { background-color: transparent; background-image: none; }#PTh776usWJwrmbb4Ix3QLyUqTvvvMClh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTh776usWJwrmbb4Ix3QLyUqTvvvMClh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTh776usWJwrmbb4Ix3QLyUqTvvvMClh > .row .container > .video-iframe-container { display: none; }#PTh776usWJwrmbb4Ix3QLyUqTvvvMClh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTh776usWJwrmbb4Ix3QLyUqTvvvMClh > .row > .video-iframe-container { display: none; }#PTh776usWJwrmbb4Ix3QLyUqTvvvMClh > .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); }#PTh776usWJwrmbb4Ix3QLyUqTvvvMClh > .row .container { border-width: 0; border-radius: 0; }#PTh776usWJwrmbb4Ix3QLyUqTvvvMClh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PTh776usWJwrmbb4Ix3QLyUqTvvvMClh > .row .container { width:20rem;height:17.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QDIeItJP4e5BEgW4T9XNheR9vEIKW999 { display:block; }#QDIeItJP4e5BEgW4T9XNheR9vEIKW999 > .row .container { width:20rem;height:21.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gqv9D6Wn2dfw1Vaxdn59s43Rwp1SgkFG { width:20rem;height:9.2578125rem;top:6.6875rem;left:0rem;font-size:1.1875rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #E36kz0s3MQO8lHy6dScKyJwTbikLHxw5 { width:18.75rem;height:4.3984375rem;top:1.625rem;left:0.625rem;font-size:2rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #SpKntqV6i9m3TmGHo55yTyU7NfAL6Vzp { width:15.374375rem;height:2.87435rem;top:17.375rem;left:2.3125rem;z-index:15029;background-color:#1e1e1e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #br7J6C3sheNFX05vTSVvTrGWZMH7WCkU { display:block; }
 }@media only screen and (max-width: 763px) { #FveWpUVv4GyAVP2AHP7TdN6LMNoFq9Ee { display:block; }#FveWpUVv4GyAVP2AHP7TdN6LMNoFq9Ee > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xlOU2MMfyCNpQlNH6pyvDDkh3EPcGir2 { width:20rem;height:1.6499rem;top:2.1435546875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ou5BbGJPfuHQhDJQ78AZnJyvQ2buQsys { display:block; }#ou5BbGJPfuHQhDJQ78AZnJyvQ2buQsys > .row .container { width:20rem;height:37.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q20J33IGIkX0WPSaPfWWSV9C0SQEl4TP { width:20rem;height:25.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWlES7soFDevuCOkvhe79TnDBMdBwkP5 { display:block; }#BWlES7soFDevuCOkvhe79TnDBMdBwkP5 > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kripkykTzRtZ3Q8gkn6v2BH2JXX9RWrc { width:20rem;height:0.89355625rem;top:3.470703125rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ts3gmaJV6JwR0LGDTHTrXJ3SyJmuwQJx { width:10.5625rem;height:1.8125rem;top:1rem;left:4.71875rem;display:block; }
 }