.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:145,144,144;--color-secondary-3:87,86,86;--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); }#J1cfVVlUi1btdSD1lu2fSuhqs9t3zAp8 { 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; }#J1cfVVlUi1btdSD1lu2fSuhqs9t3zAp8 > .row .container { background-color: transparent; background-image: none; }#J1cfVVlUi1btdSD1lu2fSuhqs9t3zAp8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J1cfVVlUi1btdSD1lu2fSuhqs9t3zAp8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J1cfVVlUi1btdSD1lu2fSuhqs9t3zAp8 > .row .container > .video-iframe-container { display: none; }#J1cfVVlUi1btdSD1lu2fSuhqs9t3zAp8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J1cfVVlUi1btdSD1lu2fSuhqs9t3zAp8 > .row > .video-iframe-container { display: none; }#J1cfVVlUi1btdSD1lu2fSuhqs9t3zAp8 > .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); }#J1cfVVlUi1btdSD1lu2fSuhqs9t3zAp8 > .row .container { border-width: 0; border-radius: 0; }#J1cfVVlUi1btdSD1lu2fSuhqs9t3zAp8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J1cfVVlUi1btdSD1lu2fSuhqs9t3zAp8 > .row .container { font-size:0.875rem;font-family:arial;height:19.375rem;width:75rem;position:relative;display:block; }#NBUK0NSnLdRmL7OfLLHI196g1KB6UCF3 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.187rem;width:73.686875rem;top:0rem;left:0.655517578125rem;overflow:hidden;display:block; }
#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:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#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:12.625rem;width:75rem;position:relative;display:none; }#Ohm6v60qtoriuzNM4IpTTmnms4t0OJyb { color:rgba(var(--color-tertiary-0),1);display:block;width:38.5608125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:0.75rem;left:18.25rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qB6dq3l7x1T2IZUGT8N3g7NzFKMwWSeC { color:rgba(var(--color-tertiary-0),1);display:block;width:38.5608125rem;position:absolute;font-family:var(--headlines-font-family);font-size:5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:3.0625rem;left:18.25rem;height:6.499625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gpCi2wXTTHpgGHwk1rTwlQ4cpgEMkIkJ { color:rgba(var(--color-tertiary-0),1);display:block;width:38.5608125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:8.875rem;left:18.25rem;height:2.11181875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ywarARpZPv71MnP6Hh0OMSXTnGgUikoN { position:relative;display:none; }#ywarARpZPv71MnP6Hh0OMSXTnGgUikoN { border-width: 0; border-radius: 0; }#ywarARpZPv71MnP6Hh0OMSXTnGgUikoN > .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; }#ywarARpZPv71MnP6Hh0OMSXTnGgUikoN > .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; }#KlFCz2NpKNmeVNWmTb2Da7CRPFKAa42H { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:75rem;width:75rem;display:none; }
#DdpklTATlJFflCMIuSrKDgX79ykDm6J5 { 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:none; }#DdpklTATlJFflCMIuSrKDgX79ykDm6J5 > .row .container { border-width: 0; border-radius: 0; }#DdpklTATlJFflCMIuSrKDgX79ykDm6J5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DdpklTATlJFflCMIuSrKDgX79ykDm6J5 > .row .container { font-size:0.875rem;font-family:arial;height:3.1875rem;width:75rem;position:relative;display:none; }#q4p5Xh8r5FnSyQy8QvcEyWPP5V291M1q { 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; }
#T1BMybaJyHfWR8tWJffbFAWPPTvRtuZv { color:rgba(var(--color-tertiary-0),1);display:block;width:38.5608125rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.1875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:3.187255859375rem;left:18.218994140625rem;height:5.443725rem;font-style:normal;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; }#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; }
#MHoPTsXCCI4OefDHzwpiKyglDS3aI5iR { position:relative;display:none; }#MHoPTsXCCI4OefDHzwpiKyglDS3aI5iR { border-width: 0; border-radius: 0; }#MHoPTsXCCI4OefDHzwpiKyglDS3aI5iR > .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; }#MHoPTsXCCI4OefDHzwpiKyglDS3aI5iR > .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; }#wpQpEH1EszfcuzFiQEe81lOWryo3D7gf { position:relative;display:none; }#wpQpEH1EszfcuzFiQEe81lOWryo3D7gf { border-width: 0; border-radius: 0; }#wpQpEH1EszfcuzFiQEe81lOWryo3D7gf > .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; }#wpQpEH1EszfcuzFiQEe81lOWryo3D7gf > .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; }#cU3HZP05LatFZvM6RZh4igEkoXkM6dAB { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:0.75rem;left:3.71875rem;height:5.5rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#at6Eh3VR3246lBA7JzTgEzZZ0JIJpLLT { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:0.75rem;left:28.71875rem;height:5.5rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#fenEwO1mLS2wiN6159ZrH6lvXTE9JeNP { 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; }
#UOM1wpcho9tZkkzRNTcPlw63kJUc2cZN { 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; }
#HereygCfqFD65cwdZMFPtfPPT3gUFPqs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#siRZUhA0LVGQvBir9TX2pcKfx8RIZcDI { position:relative;display:none; }#siRZUhA0LVGQvBir9TX2pcKfx8RIZcDI { border-width: 0; border-radius: 0; }#siRZUhA0LVGQvBir9TX2pcKfx8RIZcDI > .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; }#siRZUhA0LVGQvBir9TX2pcKfx8RIZcDI > .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; }#bJFDfqblCKMuH4WU672VgfohnZCp1t20 { position:relative;display:none; }#bJFDfqblCKMuH4WU672VgfohnZCp1t20 { border-width: 0; border-radius: 0; }#bJFDfqblCKMuH4WU672VgfohnZCp1t20 > .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; }#bJFDfqblCKMuH4WU672VgfohnZCp1t20 > .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; }#tSHXMpsWoNyyUekTT6hG1TtKJvi2SSIR { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:0.75rem;left:3.71875rem;height:5.5rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#flRGBTTTs4xT8JwdScGuvwZVq0r8mVOT { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:0.75rem;left:28.71875rem;height:5.5rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#aaZIz7yTRlitNJ0LOQSTZ32Q8JhzgDiX { 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; }
#knGmD4CenGWcofWEEvDCwKhTsTVuvFnT { 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; }
#Flho7qkaAphpopBsgkQQkMybbEzQ6wsf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#m97E8zeREzUS0rawGOuvOUSaRwzOXFKa { position:relative;display:none; }#m97E8zeREzUS0rawGOuvOUSaRwzOXFKa { border-width: 0; border-radius: 0; }#m97E8zeREzUS0rawGOuvOUSaRwzOXFKa > .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; }#m97E8zeREzUS0rawGOuvOUSaRwzOXFKa > .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; }#mOPsBmXebSz7TWTqb7dMTs6N3OVwrrwp { position:relative;display:none; }#mOPsBmXebSz7TWTqb7dMTs6N3OVwrrwp { border-width: 0; border-radius: 0; }#mOPsBmXebSz7TWTqb7dMTs6N3OVwrrwp > .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; }#mOPsBmXebSz7TWTqb7dMTs6N3OVwrrwp > .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; }#eFs8DRgL8HF1A1hGhWagnx8FxbzCwmOo { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:0.75rem;left:3.71875rem;height:5.5rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#QxD14rl8K5E8mnDooEsSn9s0KU4t8iOP { color:rgba(var(--color-tertiary-4),1);display:block;width:20.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:29.7734375rem;left:2.125rem;height:7.7988125rem;text-align:center;text-align-last:center;display:none; }
#mUQfb7TE9QeuQfHEQyztCTtVQWueSAt4 { 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:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;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:15.4375rem;height:2.9375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:38.4423828125rem;left:4.78125rem;display:none; }
#gGu4ei6rhHCxr7JWiU8unqJUtcKmSPmd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#visHAGLqZfLSpydmlqwTSTxrTWkWDpOa { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:0.75rem;left:28.71875rem;height:5.5rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#dbslcvqfTMCkK7h5uxbK9Vuu4G9TMrpK { position:relative;display:block; }#dbslcvqfTMCkK7h5uxbK9Vuu4G9TMrpK { background-color: transparent; background-image: none; }#dbslcvqfTMCkK7h5uxbK9Vuu4G9TMrpK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dbslcvqfTMCkK7h5uxbK9Vuu4G9TMrpK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dbslcvqfTMCkK7h5uxbK9Vuu4G9TMrpK > .row .container > .video-iframe-container { display: none; }#dbslcvqfTMCkK7h5uxbK9Vuu4G9TMrpK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dbslcvqfTMCkK7h5uxbK9Vuu4G9TMrpK > .row > .video-iframe-container { display: none; }#dbslcvqfTMCkK7h5uxbK9Vuu4G9TMrpK > .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); }#dbslcvqfTMCkK7h5uxbK9Vuu4G9TMrpK { border-width: 0; border-radius: 0; }#dbslcvqfTMCkK7h5uxbK9Vuu4G9TMrpK > .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; }#dbslcvqfTMCkK7h5uxbK9Vuu4G9TMrpK > .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:42.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#wO7hziok3wz4JEkqAuTfNEWH69G2A9mU { color:rgba(var(--color-tertiary-4),1);display:block;width:22.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;top:29.3603515625rem;left:51.4375rem;height:1.4433625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Hdu3AD48cDyLeeBt3IA9JcptIxeirydm { color:rgba(var(--color-tertiary-4),1);display:block;width:20.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:0.75rem;left:52.1875rem;height:5.5rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#oJHcEp49AlxZBiE6sBxrVcsP4zhcQAwg { color:rgba(var(--color-tertiary-4),1);display:block;width:20.8125rem;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:31.7353515625rem;left:52.09375rem;height:5.19921875rem;text-align:center;text-align-last:center;display:none; }
#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:21.0615rem;width:21.0615rem;top:6.99609375rem;left:1.9677734375rem;overflow:hidden;display:block; }
#JpTbytyIgn3yCo4hgzOSfJWWwzx8vBTd { color:rgba(var(--color-tertiary-4),1);display:block;width:20.8115rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15017;line-height:1.1;letter-spacing:0;top:0.7490234375rem;left:2.0927734375rem;height:5.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TTq83UVyUTAgXWqmCfveAJMXy88MPvDR { color:rgba(var(--color-tertiary-4),1);display:block;width:22.87475rem;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:29.614868164062rem;left:1.0614013671875rem;height:6.499rem;text-align:center;text-align-last:center;display:block; }
#OrUcfKTbLhPMbgeN4lTM5ZlGwL9v950J { 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:15.4365rem;height:2.9370125rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:37.4990234375rem;left:4.78173828125rem;display:block; }
#DkOHd7SJFPuNyPAM1MQIfycF0wL5G5T6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bh2IOf6aFZhl32zvsZhlXhVMvNP3iFid { position:absolute;display:block;z-index:15014;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:21.0615rem;width:21.0615rem;top:6.99609375rem;left:51.96923828125rem;overflow:hidden;display:block; }
#CUQueZPQbB4oN3SSmwp9Q1GdIZPH0nC7 { color:rgba(var(--color-tertiary-4),1);display:block;width:20.812375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15018;line-height:1.1;letter-spacing:0;top:0.74951171875rem;left:52.09228515625rem;height:5.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JI4NAEMRsnwNOBKlFtmdR6ov40sfuJ7y { color:rgba(var(--color-tertiary-4),1);display:block;width:22.6245rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:29.614868164062rem;left:51.187133789062rem;height:5.19921875rem;text-align:center;text-align-last:center;display:block; }
#ZBn8FfkBexZBDZs6b2nMq8ASPAOH8DDV { 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:15.4365rem;height:2.9370125rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:37.4990234375rem;left:54.78125rem;display:block; }
#IEDLfpQoeukf827N9DgxA7BZPofMi5bF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UbnNXXnVXNQKTdwk4POzRf32FhGOmu5L { color:rgba(var(--color-tertiary-4),1);display:block;width:20.81175rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15018;line-height:1.1;letter-spacing:0;top:0.74951171875rem;left:27.093505859375rem;height:5.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lHSfimsFpEQVkNc6xsDIlfWgFV2HK4J4 { position:absolute;display:block;z-index:15014;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:21rem;width:21rem;top:7.02880859375rem;left:26.998901367188rem;overflow:hidden;display:block; }
#ppTBwfCT0qftL967mTTpWGiZQ4oS7ifQ { color:rgba(var(--color-tertiary-4),1);display:block;width:22.874125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:29.6142578125rem;left:26.06201171875rem;height:5.19921875rem;text-align:center;text-align-last:center;display:block; }
#hHO51ThSvRrH1Bk24cZzXJg9F1IiGbcv { 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:15.4360625rem;height:2.9370125rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:37.4990234375rem;left:29.78173828125rem;display:block; }
#rlSFvbg2SZJdiQ0nHibwCkxtfzHp6ebf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TeNQksS9OOoTQyVwR27Ot2u17liuLPUm { position:relative;display:none; }#TeNQksS9OOoTQyVwR27Ot2u17liuLPUm { border-width: 0; border-radius: 0; }#TeNQksS9OOoTQyVwR27Ot2u17liuLPUm > .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; }#TeNQksS9OOoTQyVwR27Ot2u17liuLPUm > .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; }#R2fXvHxueJOTQBZxB7HMlHKK5n52HT3V { position:relative;display:none; }#R2fXvHxueJOTQBZxB7HMlHKK5n52HT3V { border-width: 0; border-radius: 0; }#R2fXvHxueJOTQBZxB7HMlHKK5n52HT3V > .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; }#R2fXvHxueJOTQBZxB7HMlHKK5n52HT3V > .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; }#quXuOl17sm6grQqHR1DlCXDehSndu5LF { color:rgba(var(--color-tertiary-4),1);display:block;width:24.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;top:1.025390625rem;left:44.1875rem;height:6.1875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#xzGAVo27sWweQ7v0JofOnfnZnDlAg460 { 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:14.6875rem;height:2.9375rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:26.0625rem;left:2.03125rem;display:block; }
#MDGlK7S1pgTHIOtR05ksyHyVW7QFFSrd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NURAunaywtNeJsXzJ1Kaie6lx0K0LBwe { color:rgba(var(--color-tertiary-4),1);display:block;width:17.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:22.625rem;left:0.84375rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#I85spBwnvVlGtp51P3ah8fNMtJCalW4O { position:relative;display:none; }#I85spBwnvVlGtp51P3ah8fNMtJCalW4O { border-width: 0; border-radius: 0; }#I85spBwnvVlGtp51P3ah8fNMtJCalW4O > .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; }#I85spBwnvVlGtp51P3ah8fNMtJCalW4O > .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; }#dwcpuyT15PZRlFP2uIoTlurpTbMR7or7 { position:relative;display:none; }#dwcpuyT15PZRlFP2uIoTlurpTbMR7or7 { border-width: 0; border-radius: 0; }#dwcpuyT15PZRlFP2uIoTlurpTbMR7or7 > .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; }#dwcpuyT15PZRlFP2uIoTlurpTbMR7or7 > .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; }#iRrlMzsIEWOkMDBqW17nFlS9WEHQBEnf { color:rgba(var(--color-tertiary-4),1);display:block;width:16.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15012;line-height:1;letter-spacing:0;top:0.9375rem;left:19.65625rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tnx0XksEeIIyyOaJG9FPAEBAxtaFu7d6 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:22.625rem;left:19.59375rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#Rzuhn0CQfT2tNwequFkFEz7BRD4vtDW4 { 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:14.6875rem;height:2.9375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:26.0625rem;left:20.78125rem;display:block; }
#hVqXxLdKeZFSglxrt7uSKwpPSlplcoeX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pScICbWy8xGAgi4KVg90TnLO7KNMFtCZ { position:relative;display:none; }#pScICbWy8xGAgi4KVg90TnLO7KNMFtCZ { border-width: 0; border-radius: 0; }#pScICbWy8xGAgi4KVg90TnLO7KNMFtCZ > .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; }#pScICbWy8xGAgi4KVg90TnLO7KNMFtCZ > .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; }#eVWKb6ZXdA1xp3ZZdrgkcJyQROT9BnJJ { position:relative;display:none; }#eVWKb6ZXdA1xp3ZZdrgkcJyQROT9BnJJ { border-width: 0; border-radius: 0; }#eVWKb6ZXdA1xp3ZZdrgkcJyQROT9BnJJ > .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; }#eVWKb6ZXdA1xp3ZZdrgkcJyQROT9BnJJ > .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:30.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; }#MDzwSBVhZOMGyigHctL04qlH8TFcZfWX { color:rgba(var(--color-tertiary-4),1);display:block;width:18.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15013;line-height:1;letter-spacing:0;top:0.9375rem;left:37.46875rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#X93vopgs6pJmlQyMARMN7QZv9FE9yo3p { color:rgba(var(--color-tertiary-4),1);display:block;width:17.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:22.625rem;left:38.34375rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#yhDI6P5luDnuSBvNDTcpECBKQRAaTKdm { 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:14.6875rem;height:2.9375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:26.0625rem;left:39.53125rem;display:block; }
#WSLGIGQ3xhDya1TgZIPaFhdVKckVZrro { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WNQleh4x5DVZySWtmBW4O0tnwaQrhlqz { color:rgba(var(--color-tertiary-4),1);display:block;width:17.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:23.849609375rem;left:0rem;height:3.0859375rem;text-align:center;text-align-last:center;display:none; }
#PXZs4JuTOxEqaRFtBeBTSyesbtc4ggRs { color:rgba(var(--color-tertiary-4),1);display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.1;letter-spacing:0;top:25.1875rem;left:1.6875rem;height:1.0996125rem;text-align:center;text-align-last:center;display:none; }
#mKxCCgFEeX7vLt1mxsyXuG2BBwPNb0hW { position:relative;display:none; }#mKxCCgFEeX7vLt1mxsyXuG2BBwPNb0hW { border-width: 0; border-radius: 0; }#mKxCCgFEeX7vLt1mxsyXuG2BBwPNb0hW > .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; }#mKxCCgFEeX7vLt1mxsyXuG2BBwPNb0hW > .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; }#EdI7hzCwTPcq7OmSya7GRsspfEwPIFDd { position:relative;display:none; }#EdI7hzCwTPcq7OmSya7GRsspfEwPIFDd { border-width: 0; border-radius: 0; }#EdI7hzCwTPcq7OmSya7GRsspfEwPIFDd > .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; }#EdI7hzCwTPcq7OmSya7GRsspfEwPIFDd > .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; }#UgG52Jx4d71PWDvciJ0tpzPyZBkob5S6 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15014;line-height:1;letter-spacing:0;top:0.9375rem;left:56.8125rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DnCWVsKkEvGS8qpr0wrBpsTHzpiqeq2a { color:rgba(var(--color-tertiary-4),1);display:block;width:17.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:22.625rem;left:57.09375rem;height:0;text-align:center;text-align-last:center;display:none; }
#eV5tL9DluTF22FsdOpT8Ls9g6N5DVUlM { 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:14.6875rem;height:2.9375rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:26.0625rem;left:58.28125rem;display:none; }
#BqmVfDAdHDnuTRIo5JWwqGrzRGMI2FH8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aOcMpxzx8KD5ngqctrMwXDg1w3tyTITt { position:relative;display:block; }#aOcMpxzx8KD5ngqctrMwXDg1w3tyTITt { background-color: transparent; background-image: none; }#aOcMpxzx8KD5ngqctrMwXDg1w3tyTITt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aOcMpxzx8KD5ngqctrMwXDg1w3tyTITt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aOcMpxzx8KD5ngqctrMwXDg1w3tyTITt > .row .container > .video-iframe-container { display: none; }#aOcMpxzx8KD5ngqctrMwXDg1w3tyTITt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aOcMpxzx8KD5ngqctrMwXDg1w3tyTITt > .row > .video-iframe-container { display: none; }#aOcMpxzx8KD5ngqctrMwXDg1w3tyTITt > .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); }#aOcMpxzx8KD5ngqctrMwXDg1w3tyTITt { border-width: 0; border-radius: 0; }#aOcMpxzx8KD5ngqctrMwXDg1w3tyTITt > .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; }#aOcMpxzx8KD5ngqctrMwXDg1w3tyTITt > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:32.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#sHdqCETI8w5lhdVHTrI5oTi6zHsBvwdy { color:rgba(var(--color-tertiary-4),1);display:block;width:16.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15011;line-height:1;letter-spacing:0;top:1.375rem;left:1.0625rem;height:4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#THTTlzgQszfoixCpFQJQgxSgK61b4wke { color:rgba(var(--color-tertiary-4),1);display:block;width:16.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15012;line-height:1;letter-spacing:0;top:1.375rem;left:19.625rem;height:4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ew5F5QR9BeMSVPPhdeMu5oPbyTfmDQ1c { position:absolute;display:block;z-index:15015;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.0625rem;width:17.0625rem;top:6.625rem;left:0.875rem;overflow:hidden;display:block; }
#An783JAtM1TZNNxio9n8FE36TSWEHfcZ { position:absolute;display:block;z-index:15016;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.0625rem;width:17.0625rem;top:6.625rem;left:19.625rem;overflow:hidden;display:block; }
#h9DJJZUWKdWqbbzPy9sa5NpyDvUDRkDm { 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.0625rem;width:17.0625rem;top:6.625rem;left:38.375rem;overflow:hidden;display:block; }
#JQGN9q6ZMqBq0VrBCC3KDdfV7uHpUIoG { 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.0625rem;width:17.0625rem;top:6.625rem;left:57.125rem;overflow:hidden;display:block; }
#eCTqleu7B79OChQy7kW9eJvphVOTKqqF { color:rgba(var(--color-tertiary-4),1);display:block;width:17.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:24.8125rem;left:0.875rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#OtDU8gbP9JwzZWOTgWHCVDc7txB8XEE9 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:24.8125rem;left:19.625rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#aAbhKbiCEL3p3U4e2s9B7aQL4XXToQTy { color:rgba(var(--color-tertiary-4),1);display:block;width:17.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:24.8125rem;left:38.375rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#iqWmbFrzKV9PrAwdMBQP4yJXLXwEEpUB { color:rgba(var(--color-tertiary-4),1);display:block;width:17.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:24.8125rem;left:57.125rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#DR5Cx260pCBNVt2xFBocRFIQxXx1Uh3S { 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:14.6875rem;height:2.9375rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:28.25rem;left:2.0625rem;display:block; }
#B7TEaeRXqpPduNPiWEq5o3Bl4QJbIfpe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mtUEPRHFICgrBKh1QoPFCWeAzWPtfCJT { 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:14.6875rem;height:2.9375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:28.25rem;left:20.8125rem;display:block; }
#m8JUGWEQOHeaPMsJJcuNvOmJVB5aFE5N { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZwXSqHgJWlcguhIMFLr40DtfbCANOogb { 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:14.6875rem;height:2.9375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:28.25rem;left:39.5625rem;display:block; }
#hXBAQXgWvNJcHNA6FXWyBPT3tDMum9Tc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#seb5x3ThVkybbStqqWWTJP4OVZunFhu3 { 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:14.6875rem;height:2.9375rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:28.25rem;left:58.3125rem;display:block; }
#bO0SN0FpAIN2UMIV5rhUzMA0ZJEMeCDh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RrqKGe6JsdQ3nedvhhuBxta7SI8ZfbQ6 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:23.849609375rem;left:0rem;height:3.0859375rem;text-align:center;text-align-last:center;display:none; }
#tJZ3Mit87Dpw8sZ0dXQvctLomHWN2vcV { color:rgba(var(--color-tertiary-4),1);display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.1;letter-spacing:0;top:25.1875rem;left:1.6875rem;height:1.0996125rem;text-align:center;text-align-last:center;display:none; }
#ntIDfrgyyzNmUqQlwP2dpTcK3e284PbR { color:rgba(var(--color-tertiary-4),1);display:block;width:16.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15013;line-height:1;letter-spacing:0;top:1.375rem;left:38.375rem;height:4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tQHRdXChMgyrStVOfMsEEgc3zCbqiBun { color:rgba(var(--color-tertiary-4),1);display:block;width:16.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15014;line-height:1;letter-spacing:0;top:1.375rem;left:57.125rem;height:4rem;font-style:normal;text-align:center;text-align-last:center;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; }
#mULry3TxFtQPUFmJelOoFqWqUU7DTbgZ { position:relative;display:block; }#mULry3TxFtQPUFmJelOoFqWqUU7DTbgZ { background-color: transparent; background-image: none; }#mULry3TxFtQPUFmJelOoFqWqUU7DTbgZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mULry3TxFtQPUFmJelOoFqWqUU7DTbgZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mULry3TxFtQPUFmJelOoFqWqUU7DTbgZ > .row .container > .video-iframe-container { display: none; }#mULry3TxFtQPUFmJelOoFqWqUU7DTbgZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mULry3TxFtQPUFmJelOoFqWqUU7DTbgZ > .row > .video-iframe-container { display: none; }#mULry3TxFtQPUFmJelOoFqWqUU7DTbgZ > .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); }#mULry3TxFtQPUFmJelOoFqWqUU7DTbgZ { border-width: 0; border-radius: 0; }#mULry3TxFtQPUFmJelOoFqWqUU7DTbgZ > .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; }#mULry3TxFtQPUFmJelOoFqWqUU7DTbgZ > .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:16.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#paBnThNUf9LbadfZ7Kyy0ppI4wCFMAOX { color:rgba(var(--color-tertiary-4),1);display:block;width:51.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:3.20703125rem;left:11.6875rem;height:10.3984375rem;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) { #J1cfVVlUi1btdSD1lu2fSuhqs9t3zAp8 { display:block; }#J1cfVVlUi1btdSD1lu2fSuhqs9t3zAp8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NBUK0NSnLdRmL7OfLLHI196g1KB6UCF3 { top:0rem;left:0rem;width:47.75rem;height:12.433411648954rem;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) { #Ohm6v60qtoriuzNM4IpTTmnms4t0OJyb { top:0.75rem;left:4.625rem;width:38.5rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qB6dq3l7x1T2IZUGT8N3g7NzFKMwWSeC { top:3.0625rem;left:4.625rem;width:38.5rem;height:6.4375rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gpCi2wXTTHpgGHwk1rTwlQ4cpgEMkIkJ { top:8.875rem;left:4.625rem;width:38.5rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywarARpZPv71MnP6Hh0OMSXTnGgUikoN { display:none; }#ywarARpZPv71MnP6Hh0OMSXTnGgUikoN > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KlFCz2NpKNmeVNWmTb2Da7CRPFKAa42H { width:47.75rem;height:47.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #DdpklTATlJFflCMIuSrKDgX79ykDm6J5 { display:none; }#DdpklTATlJFflCMIuSrKDgX79ykDm6J5 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #q4p5Xh8r5FnSyQy8QvcEyWPP5V291M1q { top:0.6875rem;left:0rem;width:16.125rem;height:2.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1BMybaJyHfWR8tWJffbFAWPPTvRtuZv { top:3.125rem;left:4.593994140625rem;width:38.5rem;height:5.4375rem;font-size:4.1875rem;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) { #Kdlvx1nAiE3zZJ23XgqTD5xPUZ0DUBKv { top:10rem;left:0rem;width:20rem;height:9.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHoPTsXCCI4OefDHzwpiKyglDS3aI5iR { display:none; }#MHoPTsXCCI4OefDHzwpiKyglDS3aI5iR > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wpQpEH1EszfcuzFiQEe81lOWryo3D7gf { display:none; }#wpQpEH1EszfcuzFiQEe81lOWryo3D7gf > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #cU3HZP05LatFZvM6RZh4igEkoXkM6dAB { top:0.6875rem;left:0rem;width:19.6875rem;height:5.1875rem;font-size:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #at6Eh3VR3246lBA7JzTgEzZZ0JIJpLLT { top:0.75rem;left:14.1875rem;width:17.5625rem;height:5.5rem;font-size:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #fenEwO1mLS2wiN6159ZrH6lvXTE9JeNP { top:6.6875rem;left:0rem;width:20rem;height:10.75rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UOM1wpcho9tZkkzRNTcPlw63kJUc2cZN { width:23.3125rem;height:2.9375rem;top:46.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HereygCfqFD65cwdZMFPtfPPT3gUFPqs { display:block; }
 }@media only screen and (max-width: 763px) { #siRZUhA0LVGQvBir9TX2pcKfx8RIZcDI { display:none; }#siRZUhA0LVGQvBir9TX2pcKfx8RIZcDI > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bJFDfqblCKMuH4WU672VgfohnZCp1t20 { display:none; }#bJFDfqblCKMuH4WU672VgfohnZCp1t20 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tSHXMpsWoNyyUekTT6hG1TtKJvi2SSIR { top:0.625rem;left:0rem;width:19.6875rem;height:5.1875rem;font-size:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #flRGBTTTs4xT8JwdScGuvwZVq0r8mVOT { top:0.75rem;left:14.1875rem;width:17.5625rem;height:5.5rem;font-size:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #aaZIz7yTRlitNJ0LOQSTZ32Q8JhzgDiX { top:6.6875rem;left:0rem;width:20rem;height:9.25rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #knGmD4CenGWcofWEEvDCwKhTsTVuvFnT { width:23.3125rem;height:2.9375rem;top:46.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Flho7qkaAphpopBsgkQQkMybbEzQ6wsf { display:block; }
 }@media only screen and (max-width: 763px) { #m97E8zeREzUS0rawGOuvOUSaRwzOXFKa { display:none; }#m97E8zeREzUS0rawGOuvOUSaRwzOXFKa > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mOPsBmXebSz7TWTqb7dMTs6N3OVwrrwp { display:none; }#mOPsBmXebSz7TWTqb7dMTs6N3OVwrrwp > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #eFs8DRgL8HF1A1hGhWagnx8FxbzCwmOo { top:0.6875rem;left:0rem;width:19.6875rem;height:5.1875rem;font-size:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QxD14rl8K5E8mnDooEsSn9s0KU4t8iOP { top:6.875rem;left:0rem;width:18.5625rem;height:9.25rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mUQfb7TE9QeuQfHEQyztCTtVQWueSAt4 { width:15.4375rem;height:2.9375rem;top:38.4375rem;left:0.21875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gGu4ei6rhHCxr7JWiU8unqJUtcKmSPmd { display:block; }
 }@media only screen and (max-width: 763px) { #visHAGLqZfLSpydmlqwTSTxrTWkWDpOa { top:0.75rem;left:14.1875rem;width:17.5625rem;height:5.5rem;font-size:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #dbslcvqfTMCkK7h5uxbK9Vuu4G9TMrpK { display:block; }#dbslcvqfTMCkK7h5uxbK9Vuu4G9TMrpK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wO7hziok3wz4JEkqAuTfNEWH69G2A9mU { top:29.3125rem;left:25.5rem;width:22.125rem;height:1.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Hdu3AD48cDyLeeBt3IA9JcptIxeirydm { top:19.5rem;left:0rem;width:20rem;height:1.625rem;font-size:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #oJHcEp49AlxZBiE6sBxrVcsP4zhcQAwg { top:4.75rem;left:0rem;width:18.4375rem;height:5.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #sQxcJyBRxHybv38CiunnQc8yWRXln3BF { top:6.9375rem;left:0rem;width:21rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpTbytyIgn3yCo4hgzOSfJWWwzx8vBTd { top:0.6875rem;left:0rem;width:20.75rem;height:5.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTq83UVyUTAgXWqmCfveAJMXy88MPvDR { top:29.5625rem;left:0rem;width:22.8125rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OrUcfKTbLhPMbgeN4lTM5ZlGwL9v950J { width:15.375rem;height:2.875rem;top:37.4375rem;left:0.21923828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkOHd7SJFPuNyPAM1MQIfycF0wL5G5T6 { display:block; }
 }@media only screen and (max-width: 763px) { #bh2IOf6aFZhl32zvsZhlXhVMvNP3iFid { top:6.9375rem;left:26.625rem;width:21rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUQueZPQbB4oN3SSmwp9Q1GdIZPH0nC7 { top:0.6875rem;left:26.8125rem;width:20.75rem;height:5.4375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JI4NAEMRsnwNOBKlFtmdR6ov40sfuJ7y { top:29.5625rem;left:25.0625rem;width:22.5625rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBn8FfkBexZBDZs6b2nMq8ASPAOH8DDV { width:15.375rem;height:2.875rem;top:37.4375rem;left:31.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEDLfpQoeukf827N9DgxA7BZPofMi5bF { display:block; }
 }@media only screen and (max-width: 763px) { #UbnNXXnVXNQKTdwk4POzRf32FhGOmu5L { top:0.6875rem;left:11rem;width:20.75rem;height:5.4375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHSfimsFpEQVkNc6xsDIlfWgFV2HK4J4 { top:7rem;left:10.75rem;width:21rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppTBwfCT0qftL967mTTpWGiZQ4oS7ifQ { top:29.5625rem;left:8.9375rem;width:22.8125rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHO51ThSvRrH1Bk24cZzXJg9F1IiGbcv { width:15.375rem;height:2.875rem;top:37.4375rem;left:16.09423828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlSFvbg2SZJdiQ0nHibwCkxtfzHp6ebf { display:block; }
 }@media only screen and (max-width: 763px) { #TeNQksS9OOoTQyVwR27Ot2u17liuLPUm { display:none; }#TeNQksS9OOoTQyVwR27Ot2u17liuLPUm > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #R2fXvHxueJOTQBZxB7HMlHKK5n52HT3V { display:none; }#R2fXvHxueJOTQBZxB7HMlHKK5n52HT3V > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #quXuOl17sm6grQqHR1DlCXDehSndu5LF { top:1.6875rem;left:0rem;width:15.75rem;height:4.375rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xzGAVo27sWweQ7v0JofOnfnZnDlAg460 { width:14.6875rem;height:2.9375rem;top:26.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDGlK7S1pgTHIOtR05ksyHyVW7QFFSrd { display:block; }
 }@media only screen and (max-width: 763px) { #NURAunaywtNeJsXzJ1Kaie6lx0K0LBwe { top:22.625rem;left:0rem;width:17.0625rem;height:2.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I85spBwnvVlGtp51P3ah8fNMtJCalW4O { display:none; }#I85spBwnvVlGtp51P3ah8fNMtJCalW4O > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dwcpuyT15PZRlFP2uIoTlurpTbMR7or7 { display:none; }#dwcpuyT15PZRlFP2uIoTlurpTbMR7or7 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #iRrlMzsIEWOkMDBqW17nFlS9WEHQBEnf { top:1.875rem;left:0rem;width:16.9375rem;height:4rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnx0XksEeIIyyOaJG9FPAEBAxtaFu7d6 { top:22.625rem;left:6.8125rem;width:17.0625rem;height:2.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rzuhn0CQfT2tNwequFkFEz7BRD4vtDW4 { width:14.6875rem;height:2.9375rem;top:26.0625rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVqXxLdKeZFSglxrt7uSKwpPSlplcoeX { display:block; }
 }@media only screen and (max-width: 763px) { #pScICbWy8xGAgi4KVg90TnLO7KNMFtCZ { display:none; }#pScICbWy8xGAgi4KVg90TnLO7KNMFtCZ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #eVWKb6ZXdA1xp3ZZdrgkcJyQROT9BnJJ { display:none; }#eVWKb6ZXdA1xp3ZZdrgkcJyQROT9BnJJ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MDzwSBVhZOMGyigHctL04qlH8TFcZfWX { top:1.6875rem;left:0rem;width:18.875rem;height:3.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X93vopgs6pJmlQyMARMN7QZv9FE9yo3p { top:22.625rem;left:18.75rem;width:17.0625rem;height:2.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhDI6P5luDnuSBvNDTcpECBKQRAaTKdm { width:14.6875rem;height:2.9375rem;top:26.0625rem;left:21.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSLGIGQ3xhDya1TgZIPaFhdVKckVZrro { display:block; }
 }@media only screen and (max-width: 763px) { #WNQleh4x5DVZySWtmBW4O0tnwaQrhlqz { top:23.8125rem;left:0rem;width:17.9375rem;height:3.0625rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PXZs4JuTOxEqaRFtBeBTSyesbtc4ggRs { top:25.1875rem;left:0rem;width:15.375rem;height:1.0625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #mKxCCgFEeX7vLt1mxsyXuG2BBwPNb0hW { display:none; }#mKxCCgFEeX7vLt1mxsyXuG2BBwPNb0hW > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #EdI7hzCwTPcq7OmSya7GRsspfEwPIFDd { display:none; }#EdI7hzCwTPcq7OmSya7GRsspfEwPIFDd > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UgG52Jx4d71PWDvciJ0tpzPyZBkob5S6 { top:2.125rem;left:0rem;width:17.625rem;height:4rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnCWVsKkEvGS8qpr0wrBpsTHzpiqeq2a { top:22.625rem;left:30.6875rem;width:17.0625rem;height:2.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eV5tL9DluTF22FsdOpT8Ls9g6N5DVUlM { width:14.6875rem;height:2.9375rem;top:26.0625rem;left:33.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqmVfDAdHDnuTRIo5JWwqGrzRGMI2FH8 { display:block; }
 }@media only screen and (max-width: 763px) { #aOcMpxzx8KD5ngqctrMwXDg1w3tyTITt { display:block; }#aOcMpxzx8KD5ngqctrMwXDg1w3tyTITt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sHdqCETI8w5lhdVHTrI5oTi6zHsBvwdy { top:1.375rem;left:0rem;width:16.625rem;height:4rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #THTTlzgQszfoixCpFQJQgxSgK61b4wke { top:1.375rem;left:6.9375rem;width:16.9375rem;height:4rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ew5F5QR9BeMSVPPhdeMu5oPbyTfmDQ1c { top:6.625rem;left:0rem;width:17.0625rem;height:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #An783JAtM1TZNNxio9n8FE36TSWEHfcZ { top:6.625rem;left:6.8125rem;width:17.0625rem;height:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9DJJZUWKdWqbbzPy9sa5NpyDvUDRkDm { top:6.625rem;left:18.75rem;width:17.0625rem;height:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQGN9q6ZMqBq0VrBCC3KDdfV7uHpUIoG { top:6.625rem;left:30.6875rem;width:17.0625rem;height:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCTqleu7B79OChQy7kW9eJvphVOTKqqF { top:24.8125rem;left:0rem;width:17.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtDU8gbP9JwzZWOTgWHCVDc7txB8XEE9 { top:24.8125rem;left:6.8125rem;width:17.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAbhKbiCEL3p3U4e2s9B7aQL4XXToQTy { top:24.8125rem;left:18.75rem;width:17.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqWmbFrzKV9PrAwdMBQP4yJXLXwEEpUB { top:24.8125rem;left:30.6875rem;width:17.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DR5Cx260pCBNVt2xFBocRFIQxXx1Uh3S { width:14.6875rem;height:2.9375rem;top:28.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7TEaeRXqpPduNPiWEq5o3Bl4QJbIfpe { display:block; }
 }@media only screen and (max-width: 763px) { #mtUEPRHFICgrBKh1QoPFCWeAzWPtfCJT { width:14.6875rem;height:2.9375rem;top:28.25rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8JUGWEQOHeaPMsJJcuNvOmJVB5aFE5N { display:block; }
 }@media only screen and (max-width: 763px) { #ZwXSqHgJWlcguhIMFLr40DtfbCANOogb { width:14.6875rem;height:2.9375rem;top:28.25rem;left:21.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXBAQXgWvNJcHNA6FXWyBPT3tDMum9Tc { display:block; }
 }@media only screen and (max-width: 763px) { #seb5x3ThVkybbStqqWWTJP4OVZunFhu3 { width:14.6875rem;height:2.9375rem;top:28.25rem;left:33.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bO0SN0FpAIN2UMIV5rhUzMA0ZJEMeCDh { display:block; }
 }@media only screen and (max-width: 763px) { #RrqKGe6JsdQ3nedvhhuBxta7SI8ZfbQ6 { top:23.8125rem;left:0rem;width:17.9375rem;height:3.0625rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tJZ3Mit87Dpw8sZ0dXQvctLomHWN2vcV { top:25.1875rem;left:0rem;width:15.375rem;height:1.0625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ntIDfrgyyzNmUqQlwP2dpTcK3e284PbR { top:1.375rem;left:18.875rem;width:16.9375rem;height:4rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQHRdXChMgyrStVOfMsEEgc3zCbqiBun { top:1.375rem;left:30.8125rem;width:16.9375rem;height:4rem;font-size:2rem;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) { #mULry3TxFtQPUFmJelOoFqWqUU7DTbgZ { display:block; }#mULry3TxFtQPUFmJelOoFqWqUU7DTbgZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #paBnThNUf9LbadfZ7Kyy0ppI4wCFMAOX { top:3.1875rem;left:0rem;width:47.75rem;height:10.375rem;font-size:0.9375rem;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) { #J1cfVVlUi1btdSD1lu2fSuhqs9t3zAp8 { display:none; }#J1cfVVlUi1btdSD1lu2fSuhqs9t3zAp8 > .row .container { width:20rem;height:17.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NBUK0NSnLdRmL7OfLLHI196g1KB6UCF3 { width:15.375rem;height:4.0625rem;top:1.25rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7gvf8tUcbxpfmnXw7TnZS3baTTugi85 { display:none; }#x7gvf8tUcbxpfmnXw7TnZS3baTTugi85 > .row .container { width:20rem;height:18.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Ohm6v60qtoriuzNM4IpTTmnms4t0OJyb { width:20rem;height:1.799925rem;top:1.25rem;left:0rem;font-size:2rem;line-height:.9;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #qB6dq3l7x1T2IZUGT8N3g7NzFKMwWSeC { width:20rem;height:1.799925rem;top:4.29931875rem;left:0rem;font-size:2rem;line-height:.9;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #gpCi2wXTTHpgGHwk1rTwlQ4cpgEMkIkJ { width:20rem;height:1.46179375rem;top:7.3486375rem;left:0rem;font-size:1.625rem;line-height:.9;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #ywarARpZPv71MnP6Hh0OMSXTnGgUikoN { background-color:#000000;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; }#ywarARpZPv71MnP6Hh0OMSXTnGgUikoN > .row .container { background-color: transparent; background-image: none; }#ywarARpZPv71MnP6Hh0OMSXTnGgUikoN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ywarARpZPv71MnP6Hh0OMSXTnGgUikoN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ywarARpZPv71MnP6Hh0OMSXTnGgUikoN > .row .container > .video-iframe-container { display: none; }#ywarARpZPv71MnP6Hh0OMSXTnGgUikoN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ywarARpZPv71MnP6Hh0OMSXTnGgUikoN > .row > .video-iframe-container { display: none; }#ywarARpZPv71MnP6Hh0OMSXTnGgUikoN > .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); }#ywarARpZPv71MnP6Hh0OMSXTnGgUikoN > .row .container { border-width: 0; border-radius: 0; }#ywarARpZPv71MnP6Hh0OMSXTnGgUikoN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ywarARpZPv71MnP6Hh0OMSXTnGgUikoN > .row .container { width:20rem;height:17.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KlFCz2NpKNmeVNWmTb2Da7CRPFKAa42H { top:0.2806396484375rem;left:1.53076171875rem;width:16.936625rem;height:16.936625rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #DdpklTATlJFflCMIuSrKDgX79ykDm6J5 { background-color:#f58a73;background-image:none;display:none; }#DdpklTATlJFflCMIuSrKDgX79ykDm6J5 > .row .container { width:20rem;height:22.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #q4p5Xh8r5FnSyQy8QvcEyWPP5V291M1q { width:16.125rem;height:2.598875rem;top:0.6875rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1BMybaJyHfWR8tWJffbFAWPPTvRtuZv { width:20rem;height:0;top:4.535524609375rem;left:0rem;font-size:2rem;line-height:.9;color:#000000;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:none; }#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:20rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Kdlvx1nAiE3zZJ23XgqTD5xPUZ0DUBKv { width:19rem;height:9.26075rem;top:9.537109375rem;left:0.5rem;font-size:1.1875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #MHoPTsXCCI4OefDHzwpiKyglDS3aI5iR { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/0fcc5631-b444-4e5a-9959-de007515d937/SweaterWeather_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; }#MHoPTsXCCI4OefDHzwpiKyglDS3aI5iR.adaptive-delivery-prevent-bg, #MHoPTsXCCI4OefDHzwpiKyglDS3aI5iR.lazyload, #MHoPTsXCCI4OefDHzwpiKyglDS3aI5iR.lazyloading { background-image: none; }#MHoPTsXCCI4OefDHzwpiKyglDS3aI5iR > .row .container { background-color: transparent; background-image: none; }#MHoPTsXCCI4OefDHzwpiKyglDS3aI5iR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MHoPTsXCCI4OefDHzwpiKyglDS3aI5iR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MHoPTsXCCI4OefDHzwpiKyglDS3aI5iR > .row .container > .video-iframe-container { display: none; }#MHoPTsXCCI4OefDHzwpiKyglDS3aI5iR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MHoPTsXCCI4OefDHzwpiKyglDS3aI5iR > .row > .video-iframe-container { display: none; }#MHoPTsXCCI4OefDHzwpiKyglDS3aI5iR > .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); }#MHoPTsXCCI4OefDHzwpiKyglDS3aI5iR > .row .container { border-width: 0; border-radius: 0; }#MHoPTsXCCI4OefDHzwpiKyglDS3aI5iR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MHoPTsXCCI4OefDHzwpiKyglDS3aI5iR > .row .container { width:20rem;height:15.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wpQpEH1EszfcuzFiQEe81lOWryo3D7gf { display:block; }#wpQpEH1EszfcuzFiQEe81lOWryo3D7gf > .row .container { width:20rem;height:23.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cU3HZP05LatFZvM6RZh4igEkoXkM6dAB { width:19.6875rem;height:5.225rem;top:0.6875rem;left:0.15625rem;font-size:2.375rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #at6Eh3VR3246lBA7JzTgEzZZ0JIJpLLT { width:17.5625rem;height:0;top:11.4375rem;left:1.5625rem;font-size:1.5rem;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #fenEwO1mLS2wiN6159ZrH6lvXTE9JeNP { width:19rem;height:10.8041875rem;top:6.720703125rem;left:0.5rem;font-size:1.1875rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #UOM1wpcho9tZkkzRNTcPlw63kJUc2cZN { width:16rem;height:2.9375rem;top:18.625rem;left:1.9999999403954rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #HereygCfqFD65cwdZMFPtfPPT3gUFPqs { display:block; }
 }@media only screen and (max-width: 763px) { #siRZUhA0LVGQvBir9TX2pcKfx8RIZcDI { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/e4417d14-8cb8-47f0-9d34-12b06424a78b/EveryGirl_Style_CombinedLP_Desktop.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; }#siRZUhA0LVGQvBir9TX2pcKfx8RIZcDI.adaptive-delivery-prevent-bg, #siRZUhA0LVGQvBir9TX2pcKfx8RIZcDI.lazyload, #siRZUhA0LVGQvBir9TX2pcKfx8RIZcDI.lazyloading { background-image: none; }#siRZUhA0LVGQvBir9TX2pcKfx8RIZcDI > .row .container { background-color: transparent; background-image: none; }#siRZUhA0LVGQvBir9TX2pcKfx8RIZcDI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#siRZUhA0LVGQvBir9TX2pcKfx8RIZcDI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#siRZUhA0LVGQvBir9TX2pcKfx8RIZcDI > .row .container > .video-iframe-container { display: none; }#siRZUhA0LVGQvBir9TX2pcKfx8RIZcDI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#siRZUhA0LVGQvBir9TX2pcKfx8RIZcDI > .row > .video-iframe-container { display: none; }#siRZUhA0LVGQvBir9TX2pcKfx8RIZcDI > .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); }#siRZUhA0LVGQvBir9TX2pcKfx8RIZcDI > .row .container { border-width: 0; border-radius: 0; }#siRZUhA0LVGQvBir9TX2pcKfx8RIZcDI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#siRZUhA0LVGQvBir9TX2pcKfx8RIZcDI > .row .container { width:20rem;height:17.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bJFDfqblCKMuH4WU672VgfohnZCp1t20 { display:block; }#bJFDfqblCKMuH4WU672VgfohnZCp1t20 > .row .container { width:20rem;height:21.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tSHXMpsWoNyyUekTT6hG1TtKJvi2SSIR { width:19.6875rem;height:5.2246125rem;top:0.6875rem;left:0.15625rem;font-size:2.375rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #flRGBTTTs4xT8JwdScGuvwZVq0r8mVOT { width:17.5625rem;height:0;top:11.4375rem;left:1.5625rem;font-size:1.5rem;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #aaZIz7yTRlitNJ0LOQSTZ32Q8JhzgDiX { width:20rem;height:9.26075rem;top:6.72109413147rem;left:0rem;font-size:1.1875rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #knGmD4CenGWcofWEEvDCwKhTsTVuvFnT { width:15.99975rem;height:2.9370125rem;top:17.249755859375rem;left:1.9989013671875rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #Flho7qkaAphpopBsgkQQkMybbEzQ6wsf { display:block; }
 }@media only screen and (max-width: 763px) { #m97E8zeREzUS0rawGOuvOUSaRwzOXFKa { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/e14a4a8c-b74c-407d-abe9-fd6618df20bd/MostLoved_Style_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; }#m97E8zeREzUS0rawGOuvOUSaRwzOXFKa.adaptive-delivery-prevent-bg, #m97E8zeREzUS0rawGOuvOUSaRwzOXFKa.lazyload, #m97E8zeREzUS0rawGOuvOUSaRwzOXFKa.lazyloading { background-image: none; }#m97E8zeREzUS0rawGOuvOUSaRwzOXFKa > .row .container { background-color: transparent; background-image: none; }#m97E8zeREzUS0rawGOuvOUSaRwzOXFKa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m97E8zeREzUS0rawGOuvOUSaRwzOXFKa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m97E8zeREzUS0rawGOuvOUSaRwzOXFKa > .row .container > .video-iframe-container { display: none; }#m97E8zeREzUS0rawGOuvOUSaRwzOXFKa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m97E8zeREzUS0rawGOuvOUSaRwzOXFKa > .row > .video-iframe-container { display: none; }#m97E8zeREzUS0rawGOuvOUSaRwzOXFKa > .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); }#m97E8zeREzUS0rawGOuvOUSaRwzOXFKa > .row .container { border-width: 0; border-radius: 0; }#m97E8zeREzUS0rawGOuvOUSaRwzOXFKa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m97E8zeREzUS0rawGOuvOUSaRwzOXFKa > .row .container { width:20rem;height:17.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mOPsBmXebSz7TWTqb7dMTs6N3OVwrrwp { display:block; }#mOPsBmXebSz7TWTqb7dMTs6N3OVwrrwp > .row .container { width:20rem;height:20.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eFs8DRgL8HF1A1hGhWagnx8FxbzCwmOo { width:19.6875rem;height:5.2246125rem;top:0.811767578125rem;left:0.15625rem;font-size:2.375rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #QxD14rl8K5E8mnDooEsSn9s0KU4t8iOP { width:18.5625rem;height:9.26075rem;top:6.6611328125rem;left:0.71875rem;font-size:1.1875rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #mUQfb7TE9QeuQfHEQyztCTtVQWueSAt4 { width:15.437rem;height:2.9370125rem;top:17.1240234375rem;left:2.2808837890625rem;z-index:15012;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGu4ei6rhHCxr7JWiU8unqJUtcKmSPmd { display:block; }
 }@media only screen and (max-width: 763px) { #visHAGLqZfLSpydmlqwTSTxrTWkWDpOa { width:17.5625rem;height:0;top:11.4375rem;left:1.5625rem;font-size:1.5rem;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #dbslcvqfTMCkK7h5uxbK9Vuu4G9TMrpK { display:none; }#dbslcvqfTMCkK7h5uxbK9Vuu4G9TMrpK > .row .container { width:20rem;height:78.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wO7hziok3wz4JEkqAuTfNEWH69G2A9mU { width:20rem;height:0;top:2.94921875rem;left:0rem;font-size:1rem;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #Hdu3AD48cDyLeeBt3IA9JcptIxeirydm { width:20rem;height:0;top:0.875rem;left:0rem;font-size:1.5rem;z-index:15008;display:none; }
 }@media only screen and (max-width: 763px) { #oJHcEp49AlxZBiE6sBxrVcsP4zhcQAwg { width:18.4375rem;height:0;top:4.75rem;left:0.78125rem;font-size:1rem;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #sQxcJyBRxHybv38CiunnQc8yWRXln3BF { width:20rem;height:20rem;top:6.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JpTbytyIgn3yCo4hgzOSfJWWwzx8vBTd { width:20rem;height:auto;top:0.6875rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #TTq83UVyUTAgXWqmCfveAJMXy88MPvDR { width:20rem;height:auto;top:29.5625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #OrUcfKTbLhPMbgeN4lTM5ZlGwL9v950J { width:15.375rem;height:2.875rem;top:37.4375rem;left:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DkOHd7SJFPuNyPAM1MQIfycF0wL5G5T6 { display:block; }
 }@media only screen and (max-width: 763px) { #bh2IOf6aFZhl32zvsZhlXhVMvNP3iFid { width:20rem;height:20rem;top:46.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUQueZPQbB4oN3SSmwp9Q1GdIZPH0nC7 { width:20rem;height:0;top:39.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JI4NAEMRsnwNOBKlFtmdR6ov40sfuJ7y { width:20rem;height:0;top:67.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBn8FfkBexZBDZs6b2nMq8ASPAOH8DDV { width:15.375rem;height:2.875rem;top:74.125rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEDLfpQoeukf827N9DgxA7BZPofMi5bF { display:block; }
 }@media only screen and (max-width: 763px) { #UbnNXXnVXNQKTdwk4POzRf32FhGOmu5L { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHSfimsFpEQVkNc6xsDIlfWgFV2HK4J4 { width:20rem;height:20rem;top:7.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppTBwfCT0qftL967mTTpWGiZQ4oS7ifQ { width:20rem;height:0;top:29.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHO51ThSvRrH1Bk24cZzXJg9F1IiGbcv { width:15.375rem;height:2.875rem;top:35.625rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlSFvbg2SZJdiQ0nHibwCkxtfzHp6ebf { display:block; }
 }@media only screen and (max-width: 763px) { #TeNQksS9OOoTQyVwR27Ot2u17liuLPUm { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/a819a9a3-3c72-4cd9-bbac-f1f616b2ef6a/090325_Style_BAU_9Grid_GIF_17841.webp");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TeNQksS9OOoTQyVwR27Ot2u17liuLPUm.adaptive-delivery-prevent-bg, #TeNQksS9OOoTQyVwR27Ot2u17liuLPUm.lazyload, #TeNQksS9OOoTQyVwR27Ot2u17liuLPUm.lazyloading { background-image: none; }#TeNQksS9OOoTQyVwR27Ot2u17liuLPUm > .row .container { background-color: transparent; background-image: none; }#TeNQksS9OOoTQyVwR27Ot2u17liuLPUm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TeNQksS9OOoTQyVwR27Ot2u17liuLPUm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TeNQksS9OOoTQyVwR27Ot2u17liuLPUm > .row .container > .video-iframe-container { display: none; }#TeNQksS9OOoTQyVwR27Ot2u17liuLPUm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TeNQksS9OOoTQyVwR27Ot2u17liuLPUm > .row > .video-iframe-container { display: none; }#TeNQksS9OOoTQyVwR27Ot2u17liuLPUm > .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); }#TeNQksS9OOoTQyVwR27Ot2u17liuLPUm > .row .container { border-width: 0; border-radius: 0; }#TeNQksS9OOoTQyVwR27Ot2u17liuLPUm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TeNQksS9OOoTQyVwR27Ot2u17liuLPUm > .row .container { width:20rem;height:22.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R2fXvHxueJOTQBZxB7HMlHKK5n52HT3V { display:block; }#R2fXvHxueJOTQBZxB7HMlHKK5n52HT3V > .row .container { width:20rem;height:13.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #quXuOl17sm6grQqHR1DlCXDehSndu5LF { width:15.75rem;height:4.125rem;top:1.25rem;left:2.125rem;font-size:1.875rem;z-index:15014;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xzGAVo27sWweQ7v0JofOnfnZnDlAg460 { width:14.6875rem;height:2.9375rem;top:9.0625rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDGlK7S1pgTHIOtR05ksyHyVW7QFFSrd { display:block; }
 }@media only screen and (max-width: 763px) { #NURAunaywtNeJsXzJ1Kaie6lx0K0LBwe { width:17.8125rem;height:3.0869125rem;top:5.3125rem;left:1.125rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I85spBwnvVlGtp51P3ah8fNMtJCalW4O { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/619efc4f-72a1-4d38-b45d-9d598e1c64c9/090325_Active_BAU_9Grid_GIF_1827.jpg");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#I85spBwnvVlGtp51P3ah8fNMtJCalW4O.adaptive-delivery-prevent-bg, #I85spBwnvVlGtp51P3ah8fNMtJCalW4O.lazyload, #I85spBwnvVlGtp51P3ah8fNMtJCalW4O.lazyloading { background-image: none; }#I85spBwnvVlGtp51P3ah8fNMtJCalW4O > .row .container { background-color: transparent; background-image: none; }#I85spBwnvVlGtp51P3ah8fNMtJCalW4O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I85spBwnvVlGtp51P3ah8fNMtJCalW4O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I85spBwnvVlGtp51P3ah8fNMtJCalW4O > .row .container > .video-iframe-container { display: none; }#I85spBwnvVlGtp51P3ah8fNMtJCalW4O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I85spBwnvVlGtp51P3ah8fNMtJCalW4O > .row > .video-iframe-container { display: none; }#I85spBwnvVlGtp51P3ah8fNMtJCalW4O > .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); }#I85spBwnvVlGtp51P3ah8fNMtJCalW4O > .row .container { border-width: 0; border-radius: 0; }#I85spBwnvVlGtp51P3ah8fNMtJCalW4O > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#I85spBwnvVlGtp51P3ah8fNMtJCalW4O > .row .container { width:20rem;height:21.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dwcpuyT15PZRlFP2uIoTlurpTbMR7or7 { display:block; }#dwcpuyT15PZRlFP2uIoTlurpTbMR7or7 > .row .container { width:20rem;height:13.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iRrlMzsIEWOkMDBqW17nFlS9WEHQBEnf { width:16.9375rem;height:3.75rem;top:1.5rem;left:1.5rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tnx0XksEeIIyyOaJG9FPAEBAxtaFu7d6 { width:17.0625rem;height:3.0869125rem;top:5.625rem;left:1.5rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Rzuhn0CQfT2tNwequFkFEz7BRD4vtDW4 { width:14.6875rem;height:2.9375rem;top:9.375rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVqXxLdKeZFSglxrt7uSKwpPSlplcoeX { display:block; }
 }@media only screen and (max-width: 763px) { #pScICbWy8xGAgi4KVg90TnLO7KNMFtCZ { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/21a66f78-8242-4dbf-9fdc-f52780260167/090325_SB_BAU_9Grid_GIF_1900.webp");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pScICbWy8xGAgi4KVg90TnLO7KNMFtCZ.adaptive-delivery-prevent-bg, #pScICbWy8xGAgi4KVg90TnLO7KNMFtCZ.lazyload, #pScICbWy8xGAgi4KVg90TnLO7KNMFtCZ.lazyloading { background-image: none; }#pScICbWy8xGAgi4KVg90TnLO7KNMFtCZ > .row .container { background-color: transparent; background-image: none; }#pScICbWy8xGAgi4KVg90TnLO7KNMFtCZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pScICbWy8xGAgi4KVg90TnLO7KNMFtCZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pScICbWy8xGAgi4KVg90TnLO7KNMFtCZ > .row .container > .video-iframe-container { display: none; }#pScICbWy8xGAgi4KVg90TnLO7KNMFtCZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pScICbWy8xGAgi4KVg90TnLO7KNMFtCZ > .row > .video-iframe-container { display: none; }#pScICbWy8xGAgi4KVg90TnLO7KNMFtCZ > .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); }#pScICbWy8xGAgi4KVg90TnLO7KNMFtCZ > .row .container { border-width: 0; border-radius: 0; }#pScICbWy8xGAgi4KVg90TnLO7KNMFtCZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pScICbWy8xGAgi4KVg90TnLO7KNMFtCZ > .row .container { width:20rem;height:21.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eVWKb6ZXdA1xp3ZZdrgkcJyQROT9BnJJ { display:block; }#eVWKb6ZXdA1xp3ZZdrgkcJyQROT9BnJJ > .row .container { width:20rem;height:14.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MDzwSBVhZOMGyigHctL04qlH8TFcZfWX { width:18.875rem;height:3.75rem;top:1.8125rem;left:0.5625rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X93vopgs6pJmlQyMARMN7QZv9FE9yo3p { width:17.8125rem;height:3.0869125rem;top:5.9375rem;left:1.125rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yhDI6P5luDnuSBvNDTcpECBKQRAaTKdm { width:14.6875rem;height:2.9375rem;top:9.6875rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSLGIGQ3xhDya1TgZIPaFhdVKckVZrro { display:block; }
 }@media only screen and (max-width: 763px) { #WNQleh4x5DVZySWtmBW4O0tnwaQrhlqz { width:17.9375rem;height:0;top:23.1875rem;left:3.59375rem;font-size:1.1875rem;z-index:15013;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #PXZs4JuTOxEqaRFtBeBTSyesbtc4ggRs { width:15.375rem;height:0;top:28.125rem;left:6.15625rem;font-size:1rem;z-index:15014;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #mKxCCgFEeX7vLt1mxsyXuG2BBwPNb0hW { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/c6a9eadc-5604-409d-9ef8-bba44e80ac15/090425_Mens_BAU_9Grid_GIF_1971.webp");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mKxCCgFEeX7vLt1mxsyXuG2BBwPNb0hW.adaptive-delivery-prevent-bg, #mKxCCgFEeX7vLt1mxsyXuG2BBwPNb0hW.lazyload, #mKxCCgFEeX7vLt1mxsyXuG2BBwPNb0hW.lazyloading { background-image: none; }#mKxCCgFEeX7vLt1mxsyXuG2BBwPNb0hW > .row .container { background-color: transparent; background-image: none; }#mKxCCgFEeX7vLt1mxsyXuG2BBwPNb0hW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mKxCCgFEeX7vLt1mxsyXuG2BBwPNb0hW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mKxCCgFEeX7vLt1mxsyXuG2BBwPNb0hW > .row .container > .video-iframe-container { display: none; }#mKxCCgFEeX7vLt1mxsyXuG2BBwPNb0hW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mKxCCgFEeX7vLt1mxsyXuG2BBwPNb0hW > .row > .video-iframe-container { display: none; }#mKxCCgFEeX7vLt1mxsyXuG2BBwPNb0hW > .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); }#mKxCCgFEeX7vLt1mxsyXuG2BBwPNb0hW > .row .container { border-width: 0; border-radius: 0; }#mKxCCgFEeX7vLt1mxsyXuG2BBwPNb0hW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mKxCCgFEeX7vLt1mxsyXuG2BBwPNb0hW > .row .container { width:20rem;height:22.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EdI7hzCwTPcq7OmSya7GRsspfEwPIFDd { display:block; }#EdI7hzCwTPcq7OmSya7GRsspfEwPIFDd > .row .container { width:20rem;height:13.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UgG52Jx4d71PWDvciJ0tpzPyZBkob5S6 { width:17.625rem;height:3.75rem;top:1.4375rem;left:1.1875rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DnCWVsKkEvGS8qpr0wrBpsTHzpiqeq2a { width:17.0625rem;height:3.0869125rem;top:5.625rem;left:1.5rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eV5tL9DluTF22FsdOpT8Ls9g6N5DVUlM { width:14.6875rem;height:2.9375rem;top:9.375rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqmVfDAdHDnuTRIo5JWwqGrzRGMI2FH8 { display:block; }
 }@media only screen and (max-width: 763px) { #aOcMpxzx8KD5ngqctrMwXDg1w3tyTITt { display:none; }#aOcMpxzx8KD5ngqctrMwXDg1w3tyTITt > .row .container { width:20rem;height:128.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #sHdqCETI8w5lhdVHTrI5oTi6zHsBvwdy { width:16.625rem;height:4rem;top:5.75rem;left:2.875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #THTTlzgQszfoixCpFQJQgxSgK61b4wke { width:16.9375rem;height:2rem;top:27.912109375rem;left:1.53125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ew5F5QR9BeMSVPPhdeMu5oPbyTfmDQ1c { width:17.0625rem;height:17.0625rem;top:1.625rem;left:1.46875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #An783JAtM1TZNNxio9n8FE36TSWEHfcZ { width:17.125rem;height:17.125rem;top:30.974609375rem;left:1.4375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #h9DJJZUWKdWqbbzPy9sa5NpyDvUDRkDm { width:17.0625rem;height:17.0625rem;top:63.0625rem;left:1.46875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #JQGN9q6ZMqBq0VrBCC3KDdfV7uHpUIoG { width:17.0625rem;height:17.0625rem;top:91.6875rem;left:1.46875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #eCTqleu7B79OChQy7kW9eJvphVOTKqqF { width:17.0625rem;height:2.5996125rem;top:19.625rem;left:1.46875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OtDU8gbP9JwzZWOTgWHCVDc7txB8XEE9 { width:17.0625rem;height:2.5996125rem;top:48.7626953125rem;left:1.46875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aAbhKbiCEL3p3U4e2s9B7aQL4XXToQTy { width:17.0625rem;height:2.5996125rem;top:80.89990234375rem;left:1.46875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iqWmbFrzKV9PrAwdMBQP4yJXLXwEEpUB { width:17.0625rem;height:2.5996125rem;top:109.931640625rem;left:1.46875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DR5Cx260pCBNVt2xFBocRFIQxXx1Uh3S { width:14.6875rem;height:2.9375rem;top:23.162109375rem;left:2.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7TEaeRXqpPduNPiWEq5o3Bl4QJbIfpe { display:block; }
 }@media only screen and (max-width: 763px) { #mtUEPRHFICgrBKh1QoPFCWeAzWPtfCJT { width:14.6875rem;height:2.9375rem;top:51.84765625rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8JUGWEQOHeaPMsJJcuNvOmJVB5aFE5N { display:block; }
 }@media only screen and (max-width: 763px) { #ZwXSqHgJWlcguhIMFLr40DtfbCANOogb { width:14.6875rem;height:2.9375rem;top:84.1875rem;left:2.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXBAQXgWvNJcHNA6FXWyBPT3tDMum9Tc { display:block; }
 }@media only screen and (max-width: 763px) { #seb5x3ThVkybbStqqWWTJP4OVZunFhu3 { width:14.6875rem;height:2.9375rem;top:113.46875rem;left:2.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bO0SN0FpAIN2UMIV5rhUzMA0ZJEMeCDh { display:block; }
 }@media only screen and (max-width: 763px) { #RrqKGe6JsdQ3nedvhhuBxta7SI8ZfbQ6 { width:17.9375rem;height:0;top:23.1875rem;left:3.59375rem;font-size:1.1875rem;z-index:15013;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #tJZ3Mit87Dpw8sZ0dXQvctLomHWN2vcV { width:15.375rem;height:0;top:28.125rem;left:6.15625rem;font-size:1rem;z-index:15014;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ntIDfrgyyzNmUqQlwP2dpTcK3e284PbR { width:16.9375rem;height:0;top:117.65625rem;left:1.5rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tQHRdXChMgyrStVOfMsEEgc3zCbqiBun { width:16.9375rem;height:0;top:122.90625rem;left:1.5rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FveWpUVv4GyAVP2AHP7TdN6LMNoFq9Ee { display:block; }#FveWpUVv4GyAVP2AHP7TdN6LMNoFq9Ee > .row .container { width:20rem;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xlOU2MMfyCNpQlNH6pyvDDkh3EPcGir2 { width:20rem;height:1.65rem;top:1.25rem;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) { #mULry3TxFtQPUFmJelOoFqWqUU7DTbgZ { display:block; }#mULry3TxFtQPUFmJelOoFqWqUU7DTbgZ > .row .container { width:20rem;height:30.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #paBnThNUf9LbadfZ7Kyy0ppI4wCFMAOX { width:17.75rem;height:28.03125rem;top:1.390625rem;left:1.125rem;font-size:0.9375rem;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; }
 }