.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:228,232,250;--color-primary-1:167,178,239;--color-primary-2:78,100,223;--color-primary-3:39,50,112;--color-primary-4:12,15,33;--color-secondary-0:255,255,255;--color-secondary-1:255,255,255;--color-secondary-2:255,255,255;--color-secondary-3:128,128,128;--color-secondary-4:38,38,38;--color-tertiary-0:255,255,255;--color-tertiary-1:244,244,245;--color-tertiary-2:233,233,236;--color-tertiary-3:185,185,193;--color-tertiary-4:0,0,0;--headlines-font-family:"Roobert TTF";--paragraphs-font-family:"Roobert TTF"; }@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-secondary-2),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); }#yl6AgXbKmcsTBTMUJaByUSwWkqTfq2rq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#151523;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;z-index:auto;display:block; }#yl6AgXbKmcsTBTMUJaByUSwWkqTfq2rq > .row .container { background-color: transparent; background-image: none; }#yl6AgXbKmcsTBTMUJaByUSwWkqTfq2rq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yl6AgXbKmcsTBTMUJaByUSwWkqTfq2rq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yl6AgXbKmcsTBTMUJaByUSwWkqTfq2rq > .row .container > .video-iframe-container { display: none; }#yl6AgXbKmcsTBTMUJaByUSwWkqTfq2rq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yl6AgXbKmcsTBTMUJaByUSwWkqTfq2rq > .row > .video-iframe-container { display: none; }#yl6AgXbKmcsTBTMUJaByUSwWkqTfq2rq > .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); }#yl6AgXbKmcsTBTMUJaByUSwWkqTfq2rq > .row .container { border-width: 0; border-radius: 0; }#yl6AgXbKmcsTBTMUJaByUSwWkqTfq2rq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yl6AgXbKmcsTBTMUJaByUSwWkqTfq2rq > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#nkC1Me0I6k0kWA9gJlUGEFqHNs178pMk { position:absolute;display:block;z-index:15013;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.875rem;width:11.8125rem;top:1.5625rem;left:2.5rem;overflow:hidden;display:block; }
#fNMooTRzM0diKohP0rCwGxt9pQHQ3vl4 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #6c7ee4;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.75rem;height:1.5rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.75rem;left:66.75rem;display:block; }
#TcizPDkOuoOO2kcGKVeQoHz73l6tMpOT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SW95txbQXT3xsJdSF1TkMvmNkzcUobqr { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #6c7ee4;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:1.5rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.75rem;left:57.4375rem;display:block; }
#BiFeH2UkXpQ8Fv0kLWmpedS5mM6HQPqb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kxx547LxgxGkDq8MOurv41sMX2k8qyDb { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #6c7ee4;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4rem;height:1.5rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.75rem;left:50.375rem;display:block; }
#gXGzuTFETnnNvNpGRBSat7p0Sl1MRExW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XBR9OhhrF58I3J4UET6GTJOiV8ov6eei { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#646e65;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; }#XBR9OhhrF58I3J4UET6GTJOiV8ov6eei > .row .container { background-color: transparent; background-image: none; }#XBR9OhhrF58I3J4UET6GTJOiV8ov6eei::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XBR9OhhrF58I3J4UET6GTJOiV8ov6eei > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XBR9OhhrF58I3J4UET6GTJOiV8ov6eei > .row .container > .video-iframe-container { display: none; }#XBR9OhhrF58I3J4UET6GTJOiV8ov6eei > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XBR9OhhrF58I3J4UET6GTJOiV8ov6eei > .row > .video-iframe-container { display: none; }#XBR9OhhrF58I3J4UET6GTJOiV8ov6eei > .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); }#XBR9OhhrF58I3J4UET6GTJOiV8ov6eei > .row .container { border-width: 0; border-radius: 0; }#XBR9OhhrF58I3J4UET6GTJOiV8ov6eei > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XBR9OhhrF58I3J4UET6GTJOiV8ov6eei > .row .container { font-size:0.875rem;font-family:arial;height:20.1875rem;width:75rem;position:relative;display:block; }#KgXsiS7zRCeddIruF6GgyMLSPzQ3mkgN { position:absolute;display:block;z-index:15012;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:20.1875rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#Ma8AnpccT14PwTAIIPGz5NbN7qgVgT1w { position:relative;display:block; }#Ma8AnpccT14PwTAIIPGz5NbN7qgVgT1w { background-color: transparent; background-image: none; }#Ma8AnpccT14PwTAIIPGz5NbN7qgVgT1w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ma8AnpccT14PwTAIIPGz5NbN7qgVgT1w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ma8AnpccT14PwTAIIPGz5NbN7qgVgT1w > .row .container > .video-iframe-container { display: none; }#Ma8AnpccT14PwTAIIPGz5NbN7qgVgT1w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ma8AnpccT14PwTAIIPGz5NbN7qgVgT1w > .row > .video-iframe-container { display: none; }#Ma8AnpccT14PwTAIIPGz5NbN7qgVgT1w > .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); }#Ma8AnpccT14PwTAIIPGz5NbN7qgVgT1w { border-width: 0; border-radius: 0; }#Ma8AnpccT14PwTAIIPGz5NbN7qgVgT1w > .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; }#Ma8AnpccT14PwTAIIPGz5NbN7qgVgT1w > .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:7.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#tCWyWX5rGI3B54D2OOCuCJKtzaAcOq4K { color:rgba(var(--color-primary-3),1);display:block;width:44.375rem;position:absolute;font-family:sharp;font-size:2rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:2.5rem;left:15.3125rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#q8D2sNWUTbsBkblWp3k4zfs0rV7KG65A { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#q8D2sNWUTbsBkblWp3k4zfs0rV7KG65A > .row .container { background-color: transparent; background-image: none; }#q8D2sNWUTbsBkblWp3k4zfs0rV7KG65A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q8D2sNWUTbsBkblWp3k4zfs0rV7KG65A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q8D2sNWUTbsBkblWp3k4zfs0rV7KG65A > .row .container > .video-iframe-container { display: none; }#q8D2sNWUTbsBkblWp3k4zfs0rV7KG65A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q8D2sNWUTbsBkblWp3k4zfs0rV7KG65A > .row > .video-iframe-container { display: none; }#q8D2sNWUTbsBkblWp3k4zfs0rV7KG65A > .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); }#q8D2sNWUTbsBkblWp3k4zfs0rV7KG65A > .row .container { border-width: 0; border-radius: 0; }#q8D2sNWUTbsBkblWp3k4zfs0rV7KG65A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q8D2sNWUTbsBkblWp3k4zfs0rV7KG65A > .row .container { font-size:0.875rem;font-family:arial;height:23.9375rem;width:75rem;position:relative;display:block; }#E6ZVBGK3WPTIlJ1vFtfdTkwVxr3Kvfuy { color:#151523;display:block;width:16rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:16.625rem;left:2.5rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MLPKRh5TeTdCOIq4l0PiiF3Gkp6wW0y7 { color:#49495a;display:block;width:16rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:18.4375rem;left:2.5rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ztkIGCpNPqD6XDnufMKznRzCvnNwXs5K { color:#151523;display:block;width:16rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:16.625rem;left:20.625rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#w5m2ouMAo8d5XCSn4LdvHVqi4Q46KT0q { color:#151523;display:block;width:16rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:16.625rem;left:38.5625rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kRT1yQRFgF9Udtm5LIUBnpT0H3TbeptM { color:#151523;display:block;width:16rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:16.625rem;left:56.5rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Q8UOdQqFTt9sOQllZ9Jw3zcM4HC4ev5z { color:#49495a;display:block;width:16rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:18.4375rem;left:20.625rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zkXN33f7GHs0aO7SBXO0tZRNoUxZ8Zxc { color:#49495a;display:block;width:16rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:18.4375rem;left:38.5625rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PtRtqNpGTW6mkRumxuBThdf0dUIpW6mL { color:#49495a;display:block;width:16rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:18.4375rem;left:56.5rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#P4RWVJQnxd2m4vZB6GsOUqSK5VO1JTrK { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #6c7ee4;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#151523;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:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.25rem;height:1.5rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:20.375rem;left:7.875rem;display:block; }
#BPA6y8PxCr2i7dhRXeFfDqJdCnKgF2fz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mu26sZOSlV4VhtfqyeX79KuivEwxNq5L { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #6c7ee4;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#151523;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:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.25rem;height:1.5rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:20.375rem;left:26rem;display:block; }
#uuNtbHLQoZmITUiDfKQSIDr7E2AJBCGW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fCGfviuOvzp32KWxyJnfEgKB8ez1eODA { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #6c7ee4;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#151523;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:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.25rem;height:1.5rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:20.375rem;left:43.9375rem;display:block; }
#wvVCZ3ZtSda1WBc1O354vS6vibcQgxLy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pzvt3aX4Xrb3SdMVWIsWwJpUgWlxJ3Ll { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #6c7ee4;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#151523;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:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.25rem;height:1.5rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:20.375rem;left:61.875rem;display:block; }
#n8llb6kiOkFQKBLtDRxEEuk98RNEm9RM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lJwCkRVsrsniXXB6hnaTm9fNv17JHXKV { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e3077f73-5330-499b-9ae0-a928eda477c4/58560916fromthe1900s.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#151523;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:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16rem;height:16rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:0rem;left:2.5rem;display:block; }#lJwCkRVsrsniXXB6hnaTm9fNv17JHXKV.adaptive-delivery-prevent-bg, #lJwCkRVsrsniXXB6hnaTm9fNv17JHXKV.lazyload, #lJwCkRVsrsniXXB6hnaTm9fNv17JHXKV.lazyloading { background-image: none; }
#ZBa2NMl81F38uLWoe9J1wEONKkLloyZ1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TFZsU4o04E0NGkv5Ehe6UJEVHkcdKzrE { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c33ed6d8-f105-4217-aef7-076a3bc1d3a6/1365056talktothehand.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#151523;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:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16rem;height:16rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:0rem;left:20.625rem;display:block; }#TFZsU4o04E0NGkv5Ehe6UJEVHkcdKzrE.adaptive-delivery-prevent-bg, #TFZsU4o04E0NGkv5Ehe6UJEVHkcdKzrE.lazyload, #TFZsU4o04E0NGkv5Ehe6UJEVHkcdKzrE.lazyloading { background-image: none; }
#PacvhD120lJX6ni4xx6CCZkr3C1cMGPo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Q3uVHyL5piKNJMSeT8X8yve2XTyz7g1T { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7fbd1e07-6783-4506-9cb5-cc5af7eaf17a/5035790iloveeatingjunkfoodandplayinclassicgames.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#151523;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:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16rem;height:16rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:0rem;left:38.5625rem;display:block; }#Q3uVHyL5piKNJMSeT8X8yve2XTyz7g1T.adaptive-delivery-prevent-bg, #Q3uVHyL5piKNJMSeT8X8yve2XTyz7g1T.lazyload, #Q3uVHyL5piKNJMSeT8X8yve2XTyz7g1T.lazyloading { background-image: none; }
#gAyI1LxC5xEGR2nE3ftNzUoUbffGg24S { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AUEc0O23xZvfJyszmruT7VvrK7qSs07V { background-color:#5d92ff;background-image:url("https://images.assets-landingi.com/uc/dfc6e633-7c88-4b46-812a-13231b28806d/24540353borntoolatevintagenauticalart.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#151523;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:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16rem;height:16rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:0rem;left:56.5rem;display:block; }#AUEc0O23xZvfJyszmruT7VvrK7qSs07V.adaptive-delivery-prevent-bg, #AUEc0O23xZvfJyszmruT7VvrK7qSs07V.lazyload, #AUEc0O23xZvfJyszmruT7VvrK7qSs07V.lazyloading { background-image: none; }
#nqkSRVWpetI32nxfhZUxZV1MAnxNP0Zq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XFc4EeGBKBSvxJs6JyoJK6oC6cT6kiEU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XFc4EeGBKBSvxJs6JyoJK6oC6cT6kiEU > .row .container { background-color: transparent; background-image: none; }#XFc4EeGBKBSvxJs6JyoJK6oC6cT6kiEU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XFc4EeGBKBSvxJs6JyoJK6oC6cT6kiEU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XFc4EeGBKBSvxJs6JyoJK6oC6cT6kiEU > .row .container > .video-iframe-container { display: none; }#XFc4EeGBKBSvxJs6JyoJK6oC6cT6kiEU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XFc4EeGBKBSvxJs6JyoJK6oC6cT6kiEU > .row > .video-iframe-container { display: none; }#XFc4EeGBKBSvxJs6JyoJK6oC6cT6kiEU > .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); }#XFc4EeGBKBSvxJs6JyoJK6oC6cT6kiEU > .row .container { border-width: 0; border-radius: 0; }#XFc4EeGBKBSvxJs6JyoJK6oC6cT6kiEU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XFc4EeGBKBSvxJs6JyoJK6oC6cT6kiEU > .row .container { font-size:0.875rem;font-family:arial;height:23.875rem;width:75rem;position:relative;display:block; }#tEp5BeMepgvxAlGMhVM8hm8fgFdZDT36 { color:#151523;display:block;width:16rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:16.625rem;left:2.5rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fHkx6cM028rtIOyc6m1NECPKEMgcT7ET { color:#49495a;display:block;width:16rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:18.375rem;left:2.5rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eDMKD0ltFECuH4KURUc0ngNM4nWRBIz7 { color:#151523;display:block;width:16rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:16.625rem;left:20.625rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UGctnLwldtI7AiRQt7LcdokpMVRJ4sZe { color:#151523;display:block;width:16rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:16.625rem;left:38.5625rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Dg8be7rR3eRTJNZMqGwdbs0yAkxBEl2v { color:#151523;display:block;width:16rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:16.625rem;left:56.5rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lkU6NPrTh27u0GdSl5QFLokpruPqqEst { color:#49495a;display:block;width:16rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:18.375rem;left:20.625rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cFCcrwQK5mPDeO2EyKhV7iCN8hLUd2td { color:#49495a;display:block;width:16rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:18.375rem;left:38.5625rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UcfGn8hhdPTrdXKQE7Ip0Jz93Bsvs1Wv { color:#49495a;display:block;width:16rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:18.4375rem;left:56.5rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wSBhybnuQ4TpOOloHiPTereXF4fio8n7 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #6c7ee4;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#151523;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:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.25rem;height:1.5rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:20.25rem;left:7.875rem;display:block; }
#kB2tnexPERPx3MaE1pCTidDusoEEhq0C { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PbUJq0kbsxOuV1Mhv15NO1rCgPry3D0h { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #6c7ee4;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#151523;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:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.25rem;height:1.5rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:20.25rem;left:26rem;display:block; }
#kXD4ZTSxBUXOHRODT9rGNNQQqmptUVoN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dk8JI0hGnkXud6vSzSNnTlO9LKtJVzok { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #6c7ee4;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#151523;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:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.25rem;height:1.5rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:20.25rem;left:43.9375rem;display:block; }
#Sd6wLrQirgDxPbT4WnRgORN7f7l8SVPx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#u0G7uPGgd60K6g1tWd2QQf1L21Aenyzx { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #6c7ee4;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#151523;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:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.25rem;height:1.5rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:20.25rem;left:61.875rem;display:block; }
#LIGviPGpFbQNIVFfTFSAdIE1f7LxAUsy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#edDWm2JWAodZELfWTri5LJ6WnxccuHga { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/25f3761c-3ef7-4fa2-82e3-6dace336f64a/27724444running80svintagestyleparodydesign.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#151523;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:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16rem;height:16rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:0rem;left:2.5rem;display:block; }#edDWm2JWAodZELfWTri5LJ6WnxccuHga.adaptive-delivery-prevent-bg, #edDWm2JWAodZELfWTri5LJ6WnxccuHga.lazyload, #edDWm2JWAodZELfWTri5LJ6WnxccuHga.lazyloading { background-image: none; }
#FQumtQngTVwxnzE3n38dMxLbfpntLS8I { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sWbz0KVvJkreF0POIzhBL6InnVPpQa3s { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5cfb5887-bcbc-434a-9652-2ece5854aa96/1671530goatally.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#151523;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:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16rem;height:16rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:0rem;left:20.625rem;display:block; }#sWbz0KVvJkreF0POIzhBL6InnVPpQa3s.adaptive-delivery-prevent-bg, #sWbz0KVvJkreF0POIzhBL6InnVPpQa3s.lazyload, #sWbz0KVvJkreF0POIzhBL6InnVPpQa3s.lazyloading { background-image: none; }
#PKsropkgUDVnaHx8f4DcEACBPI6ZBsri { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dX3APDaR3W0XOHZhErCorB7O40OmmFRh { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ed99a305-866a-400a-b5da-62014b13b07d/554424wolfbeach.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#151523;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:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16rem;height:16rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:0rem;left:38.5625rem;display:block; }#dX3APDaR3W0XOHZhErCorB7O40OmmFRh.adaptive-delivery-prevent-bg, #dX3APDaR3W0XOHZhErCorB7O40OmmFRh.lazyload, #dX3APDaR3W0XOHZhErCorB7O40OmmFRh.lazyloading { background-image: none; }
#woVvB0oELD3HcEqTLOP5BxT9UXbmBVPq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QvS59H0JAJfgu1THr4o4AeGr3baX43WZ { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a2e5d6be-084b-420b-940b-717cbb11cd41/56240036introvertedbutwillingtodiscussactionfigures.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#151523;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:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16rem;height:16rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:0rem;left:56.5rem;display:block; }#QvS59H0JAJfgu1THr4o4AeGr3baX43WZ.adaptive-delivery-prevent-bg, #QvS59H0JAJfgu1THr4o4AeGr3baX43WZ.lazyload, #QvS59H0JAJfgu1THr4o4AeGr3baX43WZ.lazyloading { background-image: none; }
#RkuqpmnIwFTeMQWuhwZyVPdGBZMxQsrE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#k4O1VhkAN2cLywAvvDMCGrR5TSOzOXTM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f9;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; }#k4O1VhkAN2cLywAvvDMCGrR5TSOzOXTM > .row .container { background-color: transparent; background-image: none; }#k4O1VhkAN2cLywAvvDMCGrR5TSOzOXTM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k4O1VhkAN2cLywAvvDMCGrR5TSOzOXTM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k4O1VhkAN2cLywAvvDMCGrR5TSOzOXTM > .row .container > .video-iframe-container { display: none; }#k4O1VhkAN2cLywAvvDMCGrR5TSOzOXTM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k4O1VhkAN2cLywAvvDMCGrR5TSOzOXTM > .row > .video-iframe-container { display: none; }#k4O1VhkAN2cLywAvvDMCGrR5TSOzOXTM > .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); }#k4O1VhkAN2cLywAvvDMCGrR5TSOzOXTM > .row .container { border-width: 0; border-radius: 0; }#k4O1VhkAN2cLywAvvDMCGrR5TSOzOXTM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k4O1VhkAN2cLywAvvDMCGrR5TSOzOXTM > .row .container { font-size:0.875rem;font-family:arial;height:7.4375rem;width:75rem;position:relative;display:block; }#PTeCPealZWvzNbzoe15MAg71HqytMRuw { color:rgba(var(--color-primary-3),1);display:block;width:44.375rem;position:absolute;font-family:sharp;font-size:2rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:2.5rem;left:15.3125rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EaZydKSxkGyhwxr5Iex5NHVynqVRtxck { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f9;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; }#EaZydKSxkGyhwxr5Iex5NHVynqVRtxck > .row .container { background-color: transparent; background-image: none; }#EaZydKSxkGyhwxr5Iex5NHVynqVRtxck::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EaZydKSxkGyhwxr5Iex5NHVynqVRtxck > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EaZydKSxkGyhwxr5Iex5NHVynqVRtxck > .row .container > .video-iframe-container { display: none; }#EaZydKSxkGyhwxr5Iex5NHVynqVRtxck > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EaZydKSxkGyhwxr5Iex5NHVynqVRtxck > .row > .video-iframe-container { display: none; }#EaZydKSxkGyhwxr5Iex5NHVynqVRtxck > .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); }#EaZydKSxkGyhwxr5Iex5NHVynqVRtxck > .row .container { border-width: 0; border-radius: 0; }#EaZydKSxkGyhwxr5Iex5NHVynqVRtxck > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EaZydKSxkGyhwxr5Iex5NHVynqVRtxck > .row .container { font-size:0.875rem;font-family:arial;height:24.9375rem;width:75rem;position:relative;display:block; }#Gv3FFMg49mPrWqlBxNGyb7eUku2ezv5G { color:#151523;display:block;width:16rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:16.625rem;left:2.5rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#W2GFUvWNHqTkF0K21nSQAO7r6gsBaxTS { color:#49495a;display:block;width:16rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:18.4375rem;left:2.5rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#h0w71B956dSGVWFXUSXhJ8o913wDsTNa { color:#151523;display:block;width:16rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:16.625rem;left:20.625rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OmB87X8Ethvnc89f2LV7Uh88F5lUmtUV { color:#151523;display:block;width:16rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:16.625rem;left:38.5625rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fV6k80Ib1awHLodlpJ0oSPALJKt0lril { color:#151523;display:block;width:16rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:16.625rem;left:56.5rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ENfhQVTkKqeND6y7svdEszSvWVMqgmJU { color:#49495a;display:block;width:16rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:18.4375rem;left:20.625rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#w7tK5oSmT8x39J0G0mxxCUSNbS7aBcAp { color:#49495a;display:block;width:16rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:18.4375rem;left:38.5625rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#g5QAX8clOhVnzUvsSriUaZLpIqVgBHt4 { color:#49495a;display:block;width:16rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:18.4375rem;left:56.5rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ISoeOnOwPx0guDDVTXOd3y1qOgD91WNO { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #6c7ee4;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#151523;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:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.25rem;height:1.5rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:20.375rem;left:7.875rem;display:block; }
#hArH6HOl7mMFrtGmOraUZHAKAfFH5RmJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tD8SbiksDywIor1TZIHw0EZoe1A9cZTo { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #6c7ee4;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#151523;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:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.25rem;height:1.5rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:20.375rem;left:26rem;display:block; }
#mu4KlrsWzHewCek8L65XXwMqNdosXeZu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#m5bxWQ8CqrhR4m2WMNAHosaZZxCNgbHQ { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #6c7ee4;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#151523;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:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.25rem;height:1.5rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:20.375rem;left:43.9375rem;display:block; }
#iPy1lbw1KDTyN0faNDeGZgTm3OEat9Gc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MzqCfEFP14LiFa2AdyhQ7qk2JbwhAs25 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #6c7ee4;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#151523;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:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.25rem;height:1.5rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:20.375rem;left:61.875rem;display:block; }
#EpyZK1mO04uK5N1TEzHPdak48QffhfTa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#s0J34GUprBAmX4Aeq4bvhIKiS4VzkGAM { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/053f45b8-4631-4744-ac03-2c5bb0937f7b/1360929letssummondemons.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#151523;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:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16rem;height:16rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:0rem;left:2.5rem;display:block; }#s0J34GUprBAmX4Aeq4bvhIKiS4VzkGAM.adaptive-delivery-prevent-bg, #s0J34GUprBAmX4Aeq4bvhIKiS4VzkGAM.lazyload, #s0J34GUprBAmX4Aeq4bvhIKiS4VzkGAM.lazyloading { background-image: none; }
#OXvg8TWFo3rzbit3UOq2dCas1ApgMxTN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Owc1i1V21Lo1PDkwDSd2qaASqNriMsi4 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8352ebc4-da58-4655-8b9f-68fb8adbe00c/209919811970sretrorainbowdiscofont.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#151523;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:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16rem;height:16rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:0rem;left:20.625rem;display:block; }#Owc1i1V21Lo1PDkwDSd2qaASqNriMsi4.adaptive-delivery-prevent-bg, #Owc1i1V21Lo1PDkwDSd2qaASqNriMsi4.lazyload, #Owc1i1V21Lo1PDkwDSd2qaASqNriMsi4.lazyloading { background-image: none; }
#SqSG60kRVth3nDK55SRmq9STTiPTb4D0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ToZebywhOnkg09k9c1chOPSJdL113WZb { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7c40663e-523c-4d6c-8a1d-1bf84351db88/48983491letstakeatrip.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#151523;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:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16rem;height:16rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:0rem;left:38.5625rem;display:block; }#ToZebywhOnkg09k9c1chOPSJdL113WZb.adaptive-delivery-prevent-bg, #ToZebywhOnkg09k9c1chOPSJdL113WZb.lazyload, #ToZebywhOnkg09k9c1chOPSJdL113WZb.lazyloading { background-image: none; }
#G1gqKhKkNFqUbRfa43LXvxVz5REX2nZ9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#i5do0Id2XdF2X7bCLTrBvuouNWbX3Z3X { background-color:#5d92ff;background-image:url("https://images.assets-landingi.com/uc/5cc79314-f5dd-4d0c-a019-3d115efca77c/31622114groovymushrooms.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#151523;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:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16rem;height:16rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:0rem;left:56.5rem;display:block; }#i5do0Id2XdF2X7bCLTrBvuouNWbX3Z3X.adaptive-delivery-prevent-bg, #i5do0Id2XdF2X7bCLTrBvuouNWbX3Z3X.lazyload, #i5do0Id2XdF2X7bCLTrBvuouNWbX3Z3X.lazyloading { background-image: none; }
#ItJybCpWfE5tipELeDaKbKu0ISwufKM7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uIMkmwLaf2Tp4Nnf2usy1Uf6Ib8oRwIE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f9;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; }#uIMkmwLaf2Tp4Nnf2usy1Uf6Ib8oRwIE > .row .container { background-color: transparent; background-image: none; }#uIMkmwLaf2Tp4Nnf2usy1Uf6Ib8oRwIE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uIMkmwLaf2Tp4Nnf2usy1Uf6Ib8oRwIE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uIMkmwLaf2Tp4Nnf2usy1Uf6Ib8oRwIE > .row .container > .video-iframe-container { display: none; }#uIMkmwLaf2Tp4Nnf2usy1Uf6Ib8oRwIE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uIMkmwLaf2Tp4Nnf2usy1Uf6Ib8oRwIE > .row > .video-iframe-container { display: none; }#uIMkmwLaf2Tp4Nnf2usy1Uf6Ib8oRwIE > .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); }#uIMkmwLaf2Tp4Nnf2usy1Uf6Ib8oRwIE > .row .container { border-width: 0; border-radius: 0; }#uIMkmwLaf2Tp4Nnf2usy1Uf6Ib8oRwIE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uIMkmwLaf2Tp4Nnf2usy1Uf6Ib8oRwIE > .row .container { font-size:0.875rem;font-family:arial;height:24rem;width:75rem;position:relative;display:block; }#EmEP1e42ZfwnnT5d1Bs2wKqWzIn0SHFF { color:#151523;display:block;width:16rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:16.625rem;left:2.5rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MxwvqXXME6LZiePAJ2pVh8X0MZ5ool2K { color:#49495a;display:block;width:16rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:18.4375rem;left:2.5rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#W0KOsQM8T2F52DHmduWQ0CReUiSAImku { color:#151523;display:block;width:16rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:16.625rem;left:20.625rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uHJCi6hCaN8K93c7pzKoFMHLTJFPb1wI { color:#151523;display:block;width:16rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:16.625rem;left:38.5625rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VyWUUvo9X7aHyprte2w5yR7SxXPkA7Pk { color:#151523;display:block;width:16rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:16.625rem;left:56.5rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nabWMxwzcylBNJxv0mTVLSGGGsvecNdf { color:#49495a;display:block;width:16rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:18.4375rem;left:20.625rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#R3OFFI9zZX3l3kRn2hHpO2KmBAk0wNua { color:#49495a;display:block;width:16rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:18.4375rem;left:38.5625rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JtAocvZcfaxzSooINIpNOcOlWl9Lc5M0 { color:#49495a;display:block;width:16rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:18.4375rem;left:56.5rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zkoSqZmUqg7XrOtEfFHAlqbR8rOsUdJK { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #6c7ee4;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#151523;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:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.25rem;height:1.5rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:20.375rem;left:7.875rem;display:block; }
#SFKEuBObs1RGU4BOLPTc4vDPVoCQv8Ud { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#shkuoRXTyvx9AlxXMweSpIo8pEqkp391 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #6c7ee4;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#151523;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:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.25rem;height:1.5rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:20.375rem;left:26rem;display:block; }
#qPusOuwEHIPB9R1LoU6XNTcMtBZq6vu2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#O11nZMm276qJeNTIgIDM3GRb1kfmsEQt { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #6c7ee4;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#151523;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:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.25rem;height:1.5rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:20.375rem;left:43.9375rem;display:block; }
#iP1slW3N14Dp2bkSKTUGHUFIb0GOv53c { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Hb9oJSZQBMSGfdrcTyDhcsgxG6F0ml84 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #6c7ee4;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#151523;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:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.25rem;height:1.5rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:20.375rem;left:61.875rem;display:block; }
#EZpJNvoIllfMo3I1ldCfMWc4P8iUUmUw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GEniDk5tbtOILcdU0UJFATcOg37sA0CG { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/fd5ad635-7e56-4f20-b67d-980457b48559/30781771dancefirstthinklater.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#151523;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:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16rem;height:16rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:0rem;left:2.5rem;display:block; }#GEniDk5tbtOILcdU0UJFATcOg37sA0CG.adaptive-delivery-prevent-bg, #GEniDk5tbtOILcdU0UJFATcOg37sA0CG.lazyload, #GEniDk5tbtOILcdU0UJFATcOg37sA0CG.lazyloading { background-image: none; }
#WW1DXKyJvGEDzEktPL5Na4ZOo6AU2IF1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oboosCmezLgO78dmtT0z3vKnLX9iyBFl { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/53e933d0-5069-4801-8f3e-1d04854c4a32/39320228alwayslookingforward.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#151523;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:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16rem;height:16rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:0rem;left:20.625rem;display:block; }#oboosCmezLgO78dmtT0z3vKnLX9iyBFl.adaptive-delivery-prevent-bg, #oboosCmezLgO78dmtT0z3vKnLX9iyBFl.lazyload, #oboosCmezLgO78dmtT0z3vKnLX9iyBFl.lazyloading { background-image: none; }
#rPSyMN7HRRap4p70gKOxQ2469HpOagNN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lpryDTD2TVks57nRPkatvZ0GbOCeatJW { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a974384c-9599-4e9f-a081-ea084f859186/398185870sretrosunset.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#151523;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:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16rem;height:16rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:0rem;left:38.5625rem;display:block; }#lpryDTD2TVks57nRPkatvZ0GbOCeatJW.adaptive-delivery-prevent-bg, #lpryDTD2TVks57nRPkatvZ0GbOCeatJW.lazyload, #lpryDTD2TVks57nRPkatvZ0GbOCeatJW.lazyloading { background-image: none; }
#KAoM8S19R1FQcUVmhSWuyfkx48SECM11 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#p7xJ6LXR1eNOdXPfrQ4RRLzknuW8f7wJ { background-color:#5d92ff;background-image:url("https://images.assets-landingi.com/uc/2f35d5a8-671b-4c52-8e3c-aa358168bada/13378257afrodelic.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#151523;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:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16rem;height:16rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:0rem;left:56.5rem;display:block; }#p7xJ6LXR1eNOdXPfrQ4RRLzknuW8f7wJ.adaptive-delivery-prevent-bg, #p7xJ6LXR1eNOdXPfrQ4RRLzknuW8f7wJ.lazyload, #p7xJ6LXR1eNOdXPfrQ4RRLzknuW8f7wJ.lazyloading { background-image: none; }
#eykm7VmJUf6v1aaUk7TKwuIFyx0pQxbL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qydLsExzkqp1zUL1goQqWTRZcQMwrGLF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qydLsExzkqp1zUL1goQqWTRZcQMwrGLF > .row .container { background-color: transparent; background-image: none; }#qydLsExzkqp1zUL1goQqWTRZcQMwrGLF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qydLsExzkqp1zUL1goQqWTRZcQMwrGLF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qydLsExzkqp1zUL1goQqWTRZcQMwrGLF > .row .container > .video-iframe-container { display: none; }#qydLsExzkqp1zUL1goQqWTRZcQMwrGLF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qydLsExzkqp1zUL1goQqWTRZcQMwrGLF > .row > .video-iframe-container { display: none; }#qydLsExzkqp1zUL1goQqWTRZcQMwrGLF > .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); }#qydLsExzkqp1zUL1goQqWTRZcQMwrGLF > .row .container { border-width: 0; border-radius: 0; }#qydLsExzkqp1zUL1goQqWTRZcQMwrGLF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qydLsExzkqp1zUL1goQqWTRZcQMwrGLF > .row .container { font-size:0.875rem;font-family:arial;height:7.4375rem;width:75rem;position:relative;display:block; }#LHA6UrWaVUky6JdeilWwUVWVTBD74UH1 { color:rgba(var(--color-primary-3),1);display:block;width:44.375rem;position:absolute;font-family:sharp;font-size:2rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:2.5rem;left:15.3125rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lr3rvStHBbGfQtPceBJnnJOuGXT96AMI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lr3rvStHBbGfQtPceBJnnJOuGXT96AMI > .row .container { background-color: transparent; background-image: none; }#lr3rvStHBbGfQtPceBJnnJOuGXT96AMI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lr3rvStHBbGfQtPceBJnnJOuGXT96AMI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lr3rvStHBbGfQtPceBJnnJOuGXT96AMI > .row .container > .video-iframe-container { display: none; }#lr3rvStHBbGfQtPceBJnnJOuGXT96AMI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lr3rvStHBbGfQtPceBJnnJOuGXT96AMI > .row > .video-iframe-container { display: none; }#lr3rvStHBbGfQtPceBJnnJOuGXT96AMI > .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); }#lr3rvStHBbGfQtPceBJnnJOuGXT96AMI > .row .container { border-width: 0; border-radius: 0; }#lr3rvStHBbGfQtPceBJnnJOuGXT96AMI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lr3rvStHBbGfQtPceBJnnJOuGXT96AMI > .row .container { font-size:0.875rem;font-family:arial;height:24.25rem;width:75rem;position:relative;display:block; }#sG2tTKPtzaIPNdZhXV6N37bdVfIOkLEW { color:#151523;display:block;width:16rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:16.625rem;left:2.5rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TFVmX9TUd9yQC5kzQaxPqhhQB9Lspovr { color:#49495a;display:block;width:16rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:18.4375rem;left:2.5rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GDh6U1FL5mGSHPKiGXVEa3RAlLTWGZpG { color:#151523;display:block;width:16rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:16.625rem;left:20.625rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#e8vmEtBeG6Vz6kiDyreQdg6qW73He7bb { color:#151523;display:block;width:16rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:16.625rem;left:38.5625rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LpzGQWyqEXD6QRoH1wqhyC4SSDA3eNPW { color:#151523;display:block;width:16rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:16.625rem;left:56.5rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xgwR82e73bg0zJTwW3N5PeMGKFdodkIZ { color:#49495a;display:block;width:16rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:18.4375rem;left:20.625rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#roSCqN9aSPkbRFUbF4FNONC0uzF65oOa { color:#49495a;display:block;width:16rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:18.4375rem;left:38.5625rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HcRlK2awpgsizkihAnHS9ME6ni26KFa8 { color:#49495a;display:block;width:16rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:18.4375rem;left:56.5rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UdI0qlvdLg1hnxVBlTZbIeoSef8IPGkT { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #6c7ee4;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#151523;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:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.25rem;height:1.5rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:20.375rem;left:7.875rem;display:block; }
#Vo7UdoTtPW7bM3birWwHyM8AcQkLH1uD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zFNfTha5GVQczCZgQ0AP6a1nfdTdwuTu { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #6c7ee4;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#151523;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:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.25rem;height:1.5rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:20.375rem;left:26rem;display:block; }
#FgvzDvLTcbHBnrVsKMQ5U31VkITkEm2R { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VMP7Z7Tvy4e4Xa4gGqhkvr1WorrAOQ50 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #6c7ee4;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#151523;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:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.25rem;height:1.5rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:20.375rem;left:43.9375rem;display:block; }
#t5JEMKK4AqaUkIDk0Z4ifSlnHJfL1UVw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#W9lmAJqIqR6J0upTFsaeaK4HHmHLyq14 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #6c7ee4;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#151523;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:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.25rem;height:1.5rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:20.375rem;left:61.875rem;display:block; }
#SlwonggX26MBpBSzxlJTHkhDk2Ty06hT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#J6VIAtJPIdGeEUE4rBwSGQRERu2rBzMI { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9113af0e-d428-4c00-8e88-7813e0242efa/1550975thebodaciousperiod.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#151523;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:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16rem;height:16rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:0rem;left:2.5rem;display:block; }#J6VIAtJPIdGeEUE4rBwSGQRERu2rBzMI.adaptive-delivery-prevent-bg, #J6VIAtJPIdGeEUE4rBwSGQRERu2rBzMI.lazyload, #J6VIAtJPIdGeEUE4rBwSGQRERu2rBzMI.lazyloading { background-image: none; }
#GRs97ARiwipxr5NF89nidw9TXtyeCeUH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wf6xLGQQwrICpsMcVTvglRh9lHKczu4M { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3873e0bb-7816-4607-aa79-df6c296187cd/2233350cansomebodypleasejustbringbackthe80s.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#151523;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:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16rem;height:16rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:0rem;left:20.625rem;display:block; }#wf6xLGQQwrICpsMcVTvglRh9lHKczu4M.adaptive-delivery-prevent-bg, #wf6xLGQQwrICpsMcVTvglRh9lHKczu4M.lazyload, #wf6xLGQQwrICpsMcVTvglRh9lHKczu4M.lazyloading { background-image: none; }
#vGFxhTaBmJN50Teb6kSDHqtbHDtTAzvg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#g9T2Fcwu7KEWkovJZK2Us2n02w60SCmZ { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/14590672-9155-49c4-bbf0-1c1b4d819563/6579964thegreatdreamwaveshirt.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#151523;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:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16rem;height:16rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:0rem;left:38.5625rem;display:block; }#g9T2Fcwu7KEWkovJZK2Us2n02w60SCmZ.adaptive-delivery-prevent-bg, #g9T2Fcwu7KEWkovJZK2Us2n02w60SCmZ.lazyload, #g9T2Fcwu7KEWkovJZK2Us2n02w60SCmZ.lazyloading { background-image: none; }
#FyfKAUVF18mf7B6fxruVxif2fLNXU4FS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Olc8LClPMkgfDfBohMaM45HVVQC7mHAd { background-color:#5d92ff;background-image:url("https://images.assets-landingi.com/uc/64541ca9-3d6a-4c0f-b57f-31555c399964/28300stuckinthe80s.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#151523;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:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16rem;height:16rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:0rem;left:56.5rem;display:block; }#Olc8LClPMkgfDfBohMaM45HVVQC7mHAd.adaptive-delivery-prevent-bg, #Olc8LClPMkgfDfBohMaM45HVVQC7mHAd.lazyload, #Olc8LClPMkgfDfBohMaM45HVVQC7mHAd.lazyloading { background-image: none; }
#fI50TC4W0ya4hlnh1vSdUp0GLPOLiKNC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KGdikTxbNqTc1QhX22z5wN3Ziia3fInw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KGdikTxbNqTc1QhX22z5wN3Ziia3fInw > .row .container { background-color: transparent; background-image: none; }#KGdikTxbNqTc1QhX22z5wN3Ziia3fInw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KGdikTxbNqTc1QhX22z5wN3Ziia3fInw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KGdikTxbNqTc1QhX22z5wN3Ziia3fInw > .row .container > .video-iframe-container { display: none; }#KGdikTxbNqTc1QhX22z5wN3Ziia3fInw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KGdikTxbNqTc1QhX22z5wN3Ziia3fInw > .row > .video-iframe-container { display: none; }#KGdikTxbNqTc1QhX22z5wN3Ziia3fInw > .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); }#KGdikTxbNqTc1QhX22z5wN3Ziia3fInw > .row .container { border-width: 0; border-radius: 0; }#KGdikTxbNqTc1QhX22z5wN3Ziia3fInw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KGdikTxbNqTc1QhX22z5wN3Ziia3fInw > .row .container { font-size:0.875rem;font-family:arial;height:24.125rem;width:75rem;position:relative;display:block; }#a9GQgzDneR48yMKwD1QO2oHhzCrJRPNc { color:#151523;display:block;width:16rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:16.625rem;left:2.5rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#C7HbvKitnONQqfQDm6uhmMT7dK2mNhCp { color:#49495a;display:block;width:16rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:18.4375rem;left:2.5rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qEOQQJ4Mg9EXtBUv4WcuNxdpgf2W1Anp { color:#151523;display:block;width:16rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:16.625rem;left:20.625rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vGuCWHUe0xeckwmEl0leO3FwKGwJpc5V { color:#151523;display:block;width:16rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:16.625rem;left:38.5625rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kSf7ipEwuTuIZSqGcOmqCNUSEgwD1miT { color:#151523;display:block;width:16rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:16.625rem;left:56.5rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RMTlOaSIhE27a8k5g30vEdTZNnk51VdH { color:#49495a;display:block;width:16rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:18.4375rem;left:20.625rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cGkzge3ovny1yyrzmONQSmfsao3vqTRQ { color:#49495a;display:block;width:16rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:18.4375rem;left:38.5625rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pVC2XNQmAvf28oVCkMqdhfPSL3zpg891 { color:#49495a;display:block;width:16rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:18.4375rem;left:56.5rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qFO9Qfb3p3pvuOaQPHbOUF4EBu4ro0aq { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #6c7ee4;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#151523;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:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.25rem;height:1.5rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:20.375rem;left:7.875rem;display:block; }
#fPQoZKb0xq75I0snZSeDBPsIyp1zP6aN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ICQB1nev45xFBpnQ0rrGsnPa5yxCwVVh { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #6c7ee4;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#151523;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:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.25rem;height:1.5rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:20.375rem;left:26rem;display:block; }
#Xa9IBqHGfyo46XkMkvGMycdTi314JBr2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sSAMta6mpBwn301ADgTF9pn2pCgzS4mw { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #6c7ee4;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#151523;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:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.25rem;height:1.5rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:20.375rem;left:43.9375rem;display:block; }
#SHRA6TpVyycxTEMmhAOZVkRmzyyFiqd1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zW6kAM89tPpkvkfKw5DXq4P9zUAQfDye { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #6c7ee4;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#151523;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:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.25rem;height:1.5rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:20.375rem;left:61.875rem;display:block; }
#cO7hfkuTmTWZb9CI8KX7DRSLI8CmTbVX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#z2ZTsm2JSTdGgpcNWHJXZO3bUQAM6z8X { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2161e493-85ec-4158-b4d7-41e8a402de37/17200342livefasteattrash.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#151523;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:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16rem;height:16rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:0rem;left:2.5rem;display:block; }#z2ZTsm2JSTdGgpcNWHJXZO3bUQAM6z8X.adaptive-delivery-prevent-bg, #z2ZTsm2JSTdGgpcNWHJXZO3bUQAM6z8X.lazyload, #z2ZTsm2JSTdGgpcNWHJXZO3bUQAM6z8X.lazyloading { background-image: none; }
#JhMxiIM5mvOU5P5qlleS1FidBWTpTcwT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VIBTnKSrycc8k9W3R4NPmLKrC6b6ww8q { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8c7a33ea-21cb-488a-be73-a311d0744a0c/223136680ssunset2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#151523;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:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16rem;height:16rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:0rem;left:20.625rem;display:block; }#VIBTnKSrycc8k9W3R4NPmLKrC6b6ww8q.adaptive-delivery-prevent-bg, #VIBTnKSrycc8k9W3R4NPmLKrC6b6ww8q.lazyload, #VIBTnKSrycc8k9W3R4NPmLKrC6b6ww8q.lazyloading { background-image: none; }
#utJkMTF1CULKT2mJ3Fbam40vSB8W2xGO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Bf1RcFdz0IfHdN0WJiOyZAfmHLdwucWS { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ae484da2-828f-4b67-865a-4d4353564a74/27395010flamingo.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#151523;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:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16rem;height:16rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:0rem;left:38.5625rem;display:block; }#Bf1RcFdz0IfHdN0WJiOyZAfmHLdwucWS.adaptive-delivery-prevent-bg, #Bf1RcFdz0IfHdN0WJiOyZAfmHLdwucWS.lazyload, #Bf1RcFdz0IfHdN0WJiOyZAfmHLdwucWS.lazyloading { background-image: none; }
#LxzmXmaF0VTihAf1Nmw2lCG2ueTbG6BG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RfC14C2UxV8xb9GV8Nwoyb2ImMHy0cxN { background-color:#5d92ff;background-image:url("https://images.assets-landingi.com/uc/27609cef-0ff1-49fb-8049-2b064e49ffb9/11872897chromedisplay.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#151523;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:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16rem;height:16rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:0rem;left:56.5rem;display:block; }#RfC14C2UxV8xb9GV8Nwoyb2ImMHy0cxN.adaptive-delivery-prevent-bg, #RfC14C2UxV8xb9GV8Nwoyb2ImMHy0cxN.lazyload, #RfC14C2UxV8xb9GV8Nwoyb2ImMHy0cxN.lazyloading { background-image: none; }
#QSav62NTw7w7CeQBaqTpTN9ExyJ2g0uf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fRPLGPOTMWugb2QU7khtdZ0X6bg0elkx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f9;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; }#fRPLGPOTMWugb2QU7khtdZ0X6bg0elkx > .row .container { background-color: transparent; background-image: none; }#fRPLGPOTMWugb2QU7khtdZ0X6bg0elkx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fRPLGPOTMWugb2QU7khtdZ0X6bg0elkx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fRPLGPOTMWugb2QU7khtdZ0X6bg0elkx > .row .container > .video-iframe-container { display: none; }#fRPLGPOTMWugb2QU7khtdZ0X6bg0elkx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fRPLGPOTMWugb2QU7khtdZ0X6bg0elkx > .row > .video-iframe-container { display: none; }#fRPLGPOTMWugb2QU7khtdZ0X6bg0elkx > .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); }#fRPLGPOTMWugb2QU7khtdZ0X6bg0elkx > .row .container { border-width: 0; border-radius: 0; }#fRPLGPOTMWugb2QU7khtdZ0X6bg0elkx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fRPLGPOTMWugb2QU7khtdZ0X6bg0elkx > .row .container { font-size:0.875rem;font-family:arial;height:7.4375rem;width:75rem;position:relative;display:block; }#F6kQlUhGXV96eknpbZXVa6DcQfHgfc0b { color:rgba(var(--color-primary-3),1);display:block;width:44.375rem;position:absolute;font-family:sharp;font-size:2rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:2.5rem;left:15.3125rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#b7cEUsdnLHO0IZpIF9bIn1m7rnyQhsaL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f9;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; }#b7cEUsdnLHO0IZpIF9bIn1m7rnyQhsaL > .row .container { background-color: transparent; background-image: none; }#b7cEUsdnLHO0IZpIF9bIn1m7rnyQhsaL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b7cEUsdnLHO0IZpIF9bIn1m7rnyQhsaL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b7cEUsdnLHO0IZpIF9bIn1m7rnyQhsaL > .row .container > .video-iframe-container { display: none; }#b7cEUsdnLHO0IZpIF9bIn1m7rnyQhsaL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b7cEUsdnLHO0IZpIF9bIn1m7rnyQhsaL > .row > .video-iframe-container { display: none; }#b7cEUsdnLHO0IZpIF9bIn1m7rnyQhsaL > .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); }#b7cEUsdnLHO0IZpIF9bIn1m7rnyQhsaL > .row .container { border-width: 0; border-radius: 0; }#b7cEUsdnLHO0IZpIF9bIn1m7rnyQhsaL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b7cEUsdnLHO0IZpIF9bIn1m7rnyQhsaL > .row .container { font-size:0.875rem;font-family:arial;height:25.125rem;width:75rem;position:relative;display:block; }#vdchl31kNyN1KcRi3iCxegoL6cMXBVGZ { color:#151523;display:block;width:16rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:16.625rem;left:2.5rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#C12i1eiicgdr4qy1TD0GJWfRVDQsSJBI { color:#49495a;display:block;width:16rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:18.4375rem;left:2.5rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gKudTF5xqg6ubg4Bwwoay5tJ12Davq5x { color:#151523;display:block;width:16rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:16.625rem;left:20.625rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#W1CEfTA4Es7PTyv39IUGgGJ4ZD2dlCVr { color:#151523;display:block;width:16rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:16.625rem;left:38.5625rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xSLiNmkox1UwzfTPotgTccVTtkycd4T3 { color:#151523;display:block;width:16rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:16.625rem;left:56.5rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#r4HUkv7GRnM9pQ1yVHJpcVd0Qqe5csuT { color:#49495a;display:block;width:16rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:18.4375rem;left:20.625rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QUhtHsl7t8m0LDqPrBHH0qvfC4Wn3MNT { color:#49495a;display:block;width:16rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:18.4375rem;left:38.5625rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#opIHrlIGWElRkDd3eRdTmhnLOTIeP3Wl { color:#49495a;display:block;width:16rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:18.4375rem;left:56.5rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TtRT6pi2ANpX5N1415Z85v6WwO0frcV3 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #6c7ee4;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#151523;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:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.25rem;height:1.5rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:20.375rem;left:7.875rem;display:block; }
#ZaetOIO6RuVTRDWF22MiVJauUCw1slJm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bMMD0lcMnctTrQDVSeJCnTWmwaIm6VZP { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #6c7ee4;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#151523;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:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.25rem;height:1.5rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:20.375rem;left:26rem;display:block; }
#kLPrDtMgLZSAH2z0sh3TEg3cMvrMsKDq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ndkaTElacDGClaU51cppnfnD1haRrk1M { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #6c7ee4;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#151523;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:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.25rem;height:1.5rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:20.375rem;left:43.9375rem;display:block; }
#zSbCeTA4rzR6ocQGUmaQ29eUIc4FodMl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Q4tzpN0HAhdwJfEnvh2GV7RlTOfzALpl { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #6c7ee4;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#151523;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:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.25rem;height:1.5rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:20.375rem;left:61.875rem;display:block; }
#iSCTNNtcWQB0Eynd3M71skNNNXPTAnWs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#d0xKz40RhB9ZKF5Tatd6XNttN0HFUum9 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ccc04c6d-1744-4b09-8242-0ee130f671ef/1146740990sbaby.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#151523;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:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16rem;height:16rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:0rem;left:2.5rem;display:block; }#d0xKz40RhB9ZKF5Tatd6XNttN0HFUum9.adaptive-delivery-prevent-bg, #d0xKz40RhB9ZKF5Tatd6XNttN0HFUum9.lazyload, #d0xKz40RhB9ZKF5Tatd6XNttN0HFUum9.lazyloading { background-image: none; }
#ftbHb3O6UviJUZ5kpuP8n6oVwXKTTc2t { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IL0AQbDXOAeMILpbI101zm9NrZI3pZR5 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/decea8d0-7f00-4762-882e-915122b3ee74/30472738japanesedesktopacatdesk.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#151523;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:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16rem;height:16rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:0rem;left:20.625rem;display:block; }#IL0AQbDXOAeMILpbI101zm9NrZI3pZR5.adaptive-delivery-prevent-bg, #IL0AQbDXOAeMILpbI101zm9NrZI3pZR5.lazyload, #IL0AQbDXOAeMILpbI101zm9NrZI3pZR5.lazyloading { background-image: none; }
#UT7eDTi74X3u1HTkJIkxIelcAzRqNHAn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HppuM0P0CRMXxqKxZ5pDBG6SuWfMqmcx { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d9e7ecb9-5e9a-4602-9b35-eb4266e8d74d/15567324midnightreflections.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#151523;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:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16rem;height:16rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:0rem;left:38.5625rem;display:block; }#HppuM0P0CRMXxqKxZ5pDBG6SuWfMqmcx.adaptive-delivery-prevent-bg, #HppuM0P0CRMXxqKxZ5pDBG6SuWfMqmcx.lazyload, #HppuM0P0CRMXxqKxZ5pDBG6SuWfMqmcx.lazyloading { background-image: none; }
#TMqAgI4s6GZu0kaXGluhIfVnWMOvMdtB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zVasJ5gWz7ztvqk3b9i5F03MEbqxT4A8 { background-color:#5d92ff;background-image:url("https://images.assets-landingi.com/uc/107190df-dee2-429f-b178-e3d8b671cfd5/2215502pearlandjamstartaband.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#151523;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:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16rem;height:16rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:0rem;left:56.5rem;display:block; }#zVasJ5gWz7ztvqk3b9i5F03MEbqxT4A8.adaptive-delivery-prevent-bg, #zVasJ5gWz7ztvqk3b9i5F03MEbqxT4A8.lazyload, #zVasJ5gWz7ztvqk3b9i5F03MEbqxT4A8.lazyloading { background-image: none; }
#wECxJ59MSeuSGGMoqp61uJGJKV3GgdIu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fdEfJbOpyQGLXCuzvH5z6woQp6uvt09r { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fdEfJbOpyQGLXCuzvH5z6woQp6uvt09r > .row .container { background-color: transparent; background-image: none; }#fdEfJbOpyQGLXCuzvH5z6woQp6uvt09r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fdEfJbOpyQGLXCuzvH5z6woQp6uvt09r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fdEfJbOpyQGLXCuzvH5z6woQp6uvt09r > .row .container > .video-iframe-container { display: none; }#fdEfJbOpyQGLXCuzvH5z6woQp6uvt09r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fdEfJbOpyQGLXCuzvH5z6woQp6uvt09r > .row > .video-iframe-container { display: none; }#fdEfJbOpyQGLXCuzvH5z6woQp6uvt09r > .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); }#fdEfJbOpyQGLXCuzvH5z6woQp6uvt09r > .row .container { border-width: 0; border-radius: 0; }#fdEfJbOpyQGLXCuzvH5z6woQp6uvt09r > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fdEfJbOpyQGLXCuzvH5z6woQp6uvt09r > .row .container { font-size:0.875rem;font-family:arial;height:7.4375rem;width:75rem;position:relative;display:block; }#oQqAAxu2zUHUaTHDvOI6x3ukSREQTkvu { color:rgba(var(--color-primary-3),1);display:block;width:44.375rem;position:absolute;font-family:sharp;font-size:2rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:2.5rem;left:15.3125rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pIxm4ELzA5qUeocokMeXcB4JffBEbTC9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pIxm4ELzA5qUeocokMeXcB4JffBEbTC9 > .row .container { background-color: transparent; background-image: none; }#pIxm4ELzA5qUeocokMeXcB4JffBEbTC9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pIxm4ELzA5qUeocokMeXcB4JffBEbTC9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pIxm4ELzA5qUeocokMeXcB4JffBEbTC9 > .row .container > .video-iframe-container { display: none; }#pIxm4ELzA5qUeocokMeXcB4JffBEbTC9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pIxm4ELzA5qUeocokMeXcB4JffBEbTC9 > .row > .video-iframe-container { display: none; }#pIxm4ELzA5qUeocokMeXcB4JffBEbTC9 > .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); }#pIxm4ELzA5qUeocokMeXcB4JffBEbTC9 > .row .container { border-width: 0; border-radius: 0; }#pIxm4ELzA5qUeocokMeXcB4JffBEbTC9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pIxm4ELzA5qUeocokMeXcB4JffBEbTC9 > .row .container { font-size:0.875rem;font-family:arial;height:25.125rem;width:75rem;position:relative;display:block; }#voSfbkzBsaAkFg2JxLRwKSNdusl0Xrvp { color:#151523;display:block;width:16rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:16.625rem;left:2.5rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ss97z9wMvFRpZqRBiPROUor9Q9Xz5KEq { color:#49495a;display:block;width:16rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:18.4375rem;left:2.5rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Jrp5rV1z3k1r82yNA1pfw8v9x82WOHFV { color:#151523;display:block;width:16rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:16.625rem;left:20.625rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nDXeeW2Thr7uRKKFToOA3tTRImgWIi7i { color:#151523;display:block;width:16rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:16.625rem;left:38.5625rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LTenNpugxkZGzXpqqzoTsLUxNBpL3kbg { color:#151523;display:block;width:16rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:16.625rem;left:56.5rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JERUoxv32BIa89xav8lz1BmUxirpc7Hc { color:#49495a;display:block;width:16rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:18.4375rem;left:20.625rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TlLCgwLGS0M0JohnB6NgbhkTNp641ruR { color:#49495a;display:block;width:16rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:18.4375rem;left:38.5625rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zJZHd7G0kTAxksO6RshIqwNlmTsw8BE6 { color:#49495a;display:block;width:16rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:18.4375rem;left:56.5rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ShZzmCn5mgul1qK9TFKl18H9g9gdkvXc { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #6c7ee4;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#151523;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:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.25rem;height:1.5rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:20.375rem;left:7.875rem;display:block; }
#Nx9wuiHRuK70yOgVsQPkriLHGUh9kfXC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zNfd82mvoerrBkMr0FyU8hNRT07p20bf { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #6c7ee4;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#151523;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:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.25rem;height:1.5rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:20.375rem;left:26rem;display:block; }
#UJPgpQZnZLUrU0ISNkvhS5RGfy8Zitau { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gQaNB8fzrQmwqNlqvdBkFt61ezbokSH9 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #6c7ee4;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#151523;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:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.25rem;height:1.5rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:20.375rem;left:43.9375rem;display:block; }
#vRRHCpSlJTuzRhCTuWVMlpvAycV7Kmks { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UZtt1fol8pLffnzEIB4xmuD6m7P01fCa { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #6c7ee4;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#151523;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:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.25rem;height:1.5rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:20.375rem;left:61.875rem;display:block; }
#MaXzZuus6aR0UaXI1TpXS1su4FmuA3sM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xRPBKQoi4AaSDE7v1soadTxK9L4Cbes2 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5904d347-657b-4188-8b92-4688805ef8df/1984323vinylcollectorshirtvintageturntableanalogmus.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#151523;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:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16rem;height:16rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:0rem;left:2.5rem;display:block; }#xRPBKQoi4AaSDE7v1soadTxK9L4Cbes2.adaptive-delivery-prevent-bg, #xRPBKQoi4AaSDE7v1soadTxK9L4Cbes2.lazyload, #xRPBKQoi4AaSDE7v1soadTxK9L4Cbes2.lazyloading { background-image: none; }
#PDNxlkkrnzGvBKbH5p6xEuf0LsJ00hn3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QAT705ks6NyAToPXc5VxgxmJ6cfaIA8g { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6d72fe42-170a-40a6-afe4-79a76a64c747/17585923mixtape.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#151523;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:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16rem;height:16rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:0rem;left:20.625rem;display:block; }#QAT705ks6NyAToPXc5VxgxmJ6cfaIA8g.adaptive-delivery-prevent-bg, #QAT705ks6NyAToPXc5VxgxmJ6cfaIA8g.lazyload, #QAT705ks6NyAToPXc5VxgxmJ6cfaIA8g.lazyloading { background-image: none; }
#FCfklaGaBRqpfmXutdhHviHqDHKi3anL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TioTzZOTcSGqMLTwbU5em5UJvcHfnQWa { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/da2bf71c-018e-4987-ad20-94a651b8b87d/73649255gramophone.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#151523;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:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16rem;height:16rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:0rem;left:38.5625rem;display:block; }#TioTzZOTcSGqMLTwbU5em5UJvcHfnQWa.adaptive-delivery-prevent-bg, #TioTzZOTcSGqMLTwbU5em5UJvcHfnQWa.lazyload, #TioTzZOTcSGqMLTwbU5em5UJvcHfnQWa.lazyloading { background-image: none; }
#M8VR4wZyb7aOSn3HlATJsSmCfoGScaAI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OzcXl9PonQqhoFiPBKnBJacZclK9TRQ0 { background-color:#5d92ff;background-image:url("https://images.assets-landingi.com/uc/c3f4025e-f2b2-4de6-a8a5-62b285a8752b/27866854adaywithoutreadingislikejustkiddingihave.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#151523;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:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16rem;height:16rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:0rem;left:56.5rem;display:block; }#OzcXl9PonQqhoFiPBKnBJacZclK9TRQ0.adaptive-delivery-prevent-bg, #OzcXl9PonQqhoFiPBKnBJacZclK9TRQ0.lazyload, #OzcXl9PonQqhoFiPBKnBJacZclK9TRQ0.lazyloading { background-image: none; }
#CUIzappVR4fUxD9kOb8RSWCTLqvGgWsB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vWc3t2vIBoEioTEnX8BOuGTICWydaRmB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vWc3t2vIBoEioTEnX8BOuGTICWydaRmB > .row .container { background-color: transparent; background-image: none; }#vWc3t2vIBoEioTEnX8BOuGTICWydaRmB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vWc3t2vIBoEioTEnX8BOuGTICWydaRmB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vWc3t2vIBoEioTEnX8BOuGTICWydaRmB > .row .container > .video-iframe-container { display: none; }#vWc3t2vIBoEioTEnX8BOuGTICWydaRmB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vWc3t2vIBoEioTEnX8BOuGTICWydaRmB > .row > .video-iframe-container { display: none; }#vWc3t2vIBoEioTEnX8BOuGTICWydaRmB > .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); }#vWc3t2vIBoEioTEnX8BOuGTICWydaRmB > .row .container { border-width: 0; border-radius: 0; }#vWc3t2vIBoEioTEnX8BOuGTICWydaRmB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vWc3t2vIBoEioTEnX8BOuGTICWydaRmB > .row .container { font-size:0.875rem;font-family:arial;height:25.125rem;width:75rem;position:relative;display:block; }#lCQKeIh4GdrLSJRp4n5A2GldUR7VTlfx { color:#151523;display:block;width:16rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:16.625rem;left:2.5rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hoBdqn8S2SopMTPVtzbPyKwE2GnQSKcB { color:#49495a;display:block;width:16rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:18.4375rem;left:2.5rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TihPRzl0c6NcIrMHsHSB9H7UpLHmoB3R { color:#151523;display:block;width:16rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:16.625rem;left:20.625rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XQInzSyXL1XcfmyoSZTt5IWIvFvKI7qw { color:#151523;display:block;width:16rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:16.625rem;left:38.5625rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NnSTOPFpooaAPih3I3oy78JRUtIErJ9a { color:#151523;display:block;width:16rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:16.625rem;left:56.5rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Z4iAgUO0mg2d7p90WFK6lG4tv6treFF7 { color:#49495a;display:block;width:16rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:18.4375rem;left:20.625rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#P3d5tlW7TPyQdkSyUxF6QLdZSGQvFXwW { color:#49495a;display:block;width:16rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:19.75rem;left:38.5625rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qw9ayAcEyNlAPVt04CZ2iA4QElcx58fJ { color:#49495a;display:block;width:16rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:18.4375rem;left:56.5rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ih7M3e1pWdvk85Ivs46Ri7zOFyVglXvz { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #6c7ee4;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#151523;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:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.25rem;height:1.5rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:20.375rem;left:7.875rem;display:block; }
#ltzuwyviS5DaJ4D9TWfvCEeUtJnXGIw7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#x5Ctu7fPwzf4ItJl5FnlnxEvg6sQvQA0 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #6c7ee4;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#151523;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:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.25rem;height:1.5rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:20.375rem;left:26rem;display:block; }
#TN6ILMEyqHwfWwMA9MXm7sALhE3VgQnv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NQXEPlplOuTVTIu73JC0DwDoG5Is4QwI { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #6c7ee4;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#151523;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:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.25rem;height:1.5rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:21.6875rem;left:43.9375rem;display:block; }
#takrSbh9LzNsgBlmkMKLHFTLMMsZalPS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hnvfIykvClzgwTo1DWxLLDZ4QZLfbnDE { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #6c7ee4;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#151523;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:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.25rem;height:1.5rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:20.375rem;left:61.875rem;display:block; }
#NDlQ8hbcu8z8r46JHhI2aWBQstdDi5bk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mdT2vHde6tnbaKg9gEJE2KEzvwyBVM49 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c294dc0a-4eda-458e-b384-c95dfb3695b3/2157322tvset.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#151523;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:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16rem;height:16rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:0rem;left:2.5rem;display:block; }#mdT2vHde6tnbaKg9gEJE2KEzvwyBVM49.adaptive-delivery-prevent-bg, #mdT2vHde6tnbaKg9gEJE2KEzvwyBVM49.lazyload, #mdT2vHde6tnbaKg9gEJE2KEzvwyBVM49.lazyloading { background-image: none; }
#ieRycrd61ICJlsd5PvK1aPJVLwnr4iwQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zX4lUvl6HgUOXdQAlOMQOeN83mPyp6o3 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/bafe07a4-a228-4d1d-9b64-73fd84e1c9f5/24491869vintagetypewriter.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#151523;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:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16rem;height:16rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:0rem;left:20.625rem;display:block; }#zX4lUvl6HgUOXdQAlOMQOeN83mPyp6o3.adaptive-delivery-prevent-bg, #zX4lUvl6HgUOXdQAlOMQOeN83mPyp6o3.lazyload, #zX4lUvl6HgUOXdQAlOMQOeN83mPyp6o3.lazyloading { background-image: none; }
#LxNV9lTHIH15b1eaPia5uXxMeTwEyv6q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BhsM5uO7C6btTg0ums5ThpxyVQ97P4Wr { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6030f6c7-8995-4bb5-84f0-3bcf3bf88af9/4613134sketchyoldretrorotaryphonewhitelines.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#151523;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:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16rem;height:16rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:0rem;left:38.5625rem;display:block; }#BhsM5uO7C6btTg0ums5ThpxyVQ97P4Wr.adaptive-delivery-prevent-bg, #BhsM5uO7C6btTg0ums5ThpxyVQ97P4Wr.lazyload, #BhsM5uO7C6btTg0ums5ThpxyVQ97P4Wr.lazyloading { background-image: none; }
#MGaWl9UX1qF0lHqVkNqCl47IfH8uEo6T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ld9SF4zwQzBHt7HiMf7ztevoXky5ER5U { background-color:#5d92ff;background-image:url("https://images.assets-landingi.com/uc/fbac0f06-9865-4895-b67e-b7993d3533fc/10730504radio.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#151523;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:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16rem;height:16rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:0rem;left:56.5rem;display:block; }#ld9SF4zwQzBHt7HiMf7ztevoXky5ER5U.adaptive-delivery-prevent-bg, #ld9SF4zwQzBHt7HiMf7ztevoXky5ER5U.lazyload, #ld9SF4zwQzBHt7HiMf7ztevoXky5ER5U.lazyloading { background-image: none; }
#tkchs4aVz2nQVvTFN2G2WwrSgHLtM5Fs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aCQotT6MST7515gB0lPschG8tBKN7eXS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aCQotT6MST7515gB0lPschG8tBKN7eXS > .row .container { background-color: transparent; background-image: none; }#aCQotT6MST7515gB0lPschG8tBKN7eXS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aCQotT6MST7515gB0lPschG8tBKN7eXS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aCQotT6MST7515gB0lPschG8tBKN7eXS > .row .container > .video-iframe-container { display: none; }#aCQotT6MST7515gB0lPschG8tBKN7eXS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aCQotT6MST7515gB0lPschG8tBKN7eXS > .row > .video-iframe-container { display: none; }#aCQotT6MST7515gB0lPschG8tBKN7eXS > .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); }#aCQotT6MST7515gB0lPschG8tBKN7eXS > .row .container { border-width: 0; border-radius: 0; }#aCQotT6MST7515gB0lPschG8tBKN7eXS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aCQotT6MST7515gB0lPschG8tBKN7eXS > .row .container { font-size:0.875rem;font-family:arial;height:7.625rem;width:75rem;position:relative;display:block; }#TuJOxKt1gzHKmma65P99JAUftKKgMqIn { color:#49495a;display:block;width:40rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15001;line-height:1.5;letter-spacing:0;top:1.25rem;left:17.5rem;height:3rem;font-style:normal;display:block; }
#OModiGdE3EsesE8lKw5vcVcJ0TFuIXpD { color:#8a8aae;display:block;width:40rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:5.1875rem;left:17.5rem;height:1.3125rem;font-style:normal;display:block; }
#QDN8pXv4spSfsdtAp0RnKMVdRlCWTyyU { position:relative;display:block; } #vcDZNIxdp70amhyo2OwneEg3UmlqKqWb.widget-smartsection *:focus-visible, #vcDZNIxdp70amhyo2OwneEg3UmlqKqWb.widget-smartsection input[type="text"]:focus-visible, #vcDZNIxdp70amhyo2OwneEg3UmlqKqWb.widget-smartsection input[type="email"]:focus-visible, #vcDZNIxdp70amhyo2OwneEg3UmlqKqWb.widget-smartsection input[type="tel"]:focus-visible, #vcDZNIxdp70amhyo2OwneEg3UmlqKqWb.widget-smartsection textarea:focus-visible { outline: none; } #QDN8pXv4spSfsdtAp0RnKMVdRlCWTyyU > .row .container { position:relative;display:block; }#oQ20DgDMSPK1m7y3wFlgDoJt8k8lxffC { position:relative;display:block; } #T58328afeec78d69bf114e4247c68995.widget-smartsection *:focus-visible, #T58328afeec78d69bf114e4247c68995.widget-smartsection input[type="text"]:focus-visible, #T58328afeec78d69bf114e4247c68995.widget-smartsection input[type="email"]:focus-visible, #T58328afeec78d69bf114e4247c68995.widget-smartsection input[type="tel"]:focus-visible, #T58328afeec78d69bf114e4247c68995.widget-smartsection textarea:focus-visible { outline: none; } #oQ20DgDMSPK1m7y3wFlgDoJt8k8lxffC > .row .container { position:relative;display:block; }#lHd5gMnq6eHISv7FcCLRBi4EDw0ThhvZ { position:relative;display:block; } #tGTQqIPcKQF6xteaWOx0eQOVfIWwPJEx.widget-smartsection *:focus-visible, #tGTQqIPcKQF6xteaWOx0eQOVfIWwPJEx.widget-smartsection input[type="text"]:focus-visible, #tGTQqIPcKQF6xteaWOx0eQOVfIWwPJEx.widget-smartsection input[type="email"]:focus-visible, #tGTQqIPcKQF6xteaWOx0eQOVfIWwPJEx.widget-smartsection input[type="tel"]:focus-visible, #tGTQqIPcKQF6xteaWOx0eQOVfIWwPJEx.widget-smartsection textarea:focus-visible { outline: none; } #lHd5gMnq6eHISv7FcCLRBi4EDw0ThhvZ > .row .container { position:relative;display:block; }#gM4UaMg1ZZrX01BrWKCU09KDGltFp0BL { position:relative;display:block; } #NiwVQBRGz8SEo8HTwKsAgVIcudScu9sV.widget-smartsection *:focus-visible, #NiwVQBRGz8SEo8HTwKsAgVIcudScu9sV.widget-smartsection input[type="text"]:focus-visible, #NiwVQBRGz8SEo8HTwKsAgVIcudScu9sV.widget-smartsection input[type="email"]:focus-visible, #NiwVQBRGz8SEo8HTwKsAgVIcudScu9sV.widget-smartsection input[type="tel"]:focus-visible, #NiwVQBRGz8SEo8HTwKsAgVIcudScu9sV.widget-smartsection textarea:focus-visible { outline: none; } #gM4UaMg1ZZrX01BrWKCU09KDGltFp0BL > .row .container { position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #yl6AgXbKmcsTBTMUJaByUSwWkqTfq2rq { display:block; }#yl6AgXbKmcsTBTMUJaByUSwWkqTfq2rq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nkC1Me0I6k0kWA9gJlUGEFqHNs178pMk { top:1.5625rem;left:0rem;width:11.8125rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNMooTRzM0diKohP0rCwGxt9pQHQ3vl4 { width:5.75rem;height:1.5rem;top:1.75rem;left:42rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcizPDkOuoOO2kcGKVeQoHz73l6tMpOT { display:block; }
 }@media only screen and (max-width: 763px) { #SW95txbQXT3xsJdSF1TkMvmNkzcUobqr { width:6.25rem;height:1.5rem;top:1.75rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BiFeH2UkXpQ8Fv0kLWmpedS5mM6HQPqb { display:block; }
 }@media only screen and (max-width: 763px) { #kxx547LxgxGkDq8MOurv41sMX2k8qyDb { width:4rem;height:1.5rem;top:1.75rem;left:36.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXGzuTFETnnNvNpGRBSat7p0Sl1MRExW { display:block; }
 }@media only screen and (max-width: 763px) { #XBR9OhhrF58I3J4UET6GTJOiV8ov6eei { display:block; }#XBR9OhhrF58I3J4UET6GTJOiV8ov6eei > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KgXsiS7zRCeddIruF6GgyMLSPzQ3mkgN { top:0rem;left:0rem;width:47.75rem;height:12.852708333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ma8AnpccT14PwTAIIPGz5NbN7qgVgT1w { display:block; }#Ma8AnpccT14PwTAIIPGz5NbN7qgVgT1w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tCWyWX5rGI3B54D2OOCuCJKtzaAcOq4K { top:2.5rem;left:1.6875rem;width:44.375rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8D2sNWUTbsBkblWp3k4zfs0rV7KG65A { display:block; }#q8D2sNWUTbsBkblWp3k4zfs0rV7KG65A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E6ZVBGK3WPTIlJ1vFtfdTkwVxr3Kvfuy { width:16rem;height:;top:16.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLPKRh5TeTdCOIq4l0PiiF3Gkp6wW0y7 { width:16rem;height:1.3125rem;top:18.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztkIGCpNPqD6XDnufMKznRzCvnNwXs5K { width:16rem;height:;top:16.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5m2ouMAo8d5XCSn4LdvHVqi4Q46KT0q { width:16rem;height:;top:16.625rem;left:15.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRT1yQRFgF9Udtm5LIUBnpT0H3TbeptM { width:16rem;height:;top:16.625rem;left:31.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8UOdQqFTt9sOQllZ9Jw3zcM4HC4ev5z { width:16rem;height:1.3125rem;top:18.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkXN33f7GHs0aO7SBXO0tZRNoUxZ8Zxc { width:16rem;height:1.3125rem;top:18.4375rem;left:15.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PtRtqNpGTW6mkRumxuBThdf0dUIpW6mL { width:16rem;height:1.3125rem;top:18.4375rem;left:31.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4RWVJQnxd2m4vZB6GsOUqSK5VO1JTrK { width:5.25rem;height:1.5rem;top:20.375rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPA6y8PxCr2i7dhRXeFfDqJdCnKgF2fz { display:block; }
 }@media only screen and (max-width: 763px) { #mu26sZOSlV4VhtfqyeX79KuivEwxNq5L { width:5.25rem;height:1.5rem;top:20.375rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuNtbHLQoZmITUiDfKQSIDr7E2AJBCGW { display:block; }
 }@media only screen and (max-width: 763px) { #fCGfviuOvzp32KWxyJnfEgKB8ez1eODA { width:5.25rem;height:1.5rem;top:20.375rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvVCZ3ZtSda1WBc1O354vS6vibcQgxLy { display:block; }
 }@media only screen and (max-width: 763px) { #pzvt3aX4Xrb3SdMVWIsWwJpUgWlxJ3Ll { width:5.25rem;height:1.5rem;top:20.375rem;left:39.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8llb6kiOkFQKBLtDRxEEuk98RNEm9RM { display:block; }
 }@media only screen and (max-width: 763px) { #lJwCkRVsrsniXXB6hnaTm9fNv17JHXKV { width:16rem;height:16rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBa2NMl81F38uLWoe9J1wEONKkLloyZ1 { display:block; }
 }@media only screen and (max-width: 763px) { #TFZsU4o04E0NGkv5Ehe6UJEVHkcdKzrE { width:16rem;height:16rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PacvhD120lJX6ni4xx6CCZkr3C1cMGPo { display:block; }
 }@media only screen and (max-width: 763px) { #Q3uVHyL5piKNJMSeT8X8yve2XTyz7g1T { width:16rem;height:16rem;top:0rem;left:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAyI1LxC5xEGR2nE3ftNzUoUbffGg24S { display:block; }
 }@media only screen and (max-width: 763px) { #AUEc0O23xZvfJyszmruT7VvrK7qSs07V { width:16rem;height:16rem;top:0rem;left:31.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqkSRVWpetI32nxfhZUxZV1MAnxNP0Zq { display:block; }
 }@media only screen and (max-width: 763px) { #XFc4EeGBKBSvxJs6JyoJK6oC6cT6kiEU { display:block; }#XFc4EeGBKBSvxJs6JyoJK6oC6cT6kiEU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tEp5BeMepgvxAlGMhVM8hm8fgFdZDT36 { width:16rem;height:;top:16.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHkx6cM028rtIOyc6m1NECPKEMgcT7ET { width:16rem;height:1.3125rem;top:18.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDMKD0ltFECuH4KURUc0ngNM4nWRBIz7 { width:16rem;height:;top:16.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGctnLwldtI7AiRQt7LcdokpMVRJ4sZe { width:16rem;height:;top:16.625rem;left:15.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dg8be7rR3eRTJNZMqGwdbs0yAkxBEl2v { width:16rem;height:;top:16.625rem;left:31.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkU6NPrTh27u0GdSl5QFLokpruPqqEst { width:16rem;height:1.3125rem;top:18.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFCcrwQK5mPDeO2EyKhV7iCN8hLUd2td { width:16rem;height:1.3125rem;top:18.375rem;left:15.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcfGn8hhdPTrdXKQE7Ip0Jz93Bsvs1Wv { width:16rem;height:1.3125rem;top:18.4375rem;left:31.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSBhybnuQ4TpOOloHiPTereXF4fio8n7 { width:5.25rem;height:1.5rem;top:20.25rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kB2tnexPERPx3MaE1pCTidDusoEEhq0C { display:block; }
 }@media only screen and (max-width: 763px) { #PbUJq0kbsxOuV1Mhv15NO1rCgPry3D0h { width:5.25rem;height:1.5rem;top:20.25rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXD4ZTSxBUXOHRODT9rGNNQQqmptUVoN { display:block; }
 }@media only screen and (max-width: 763px) { #dk8JI0hGnkXud6vSzSNnTlO9LKtJVzok { width:5.25rem;height:1.5rem;top:20.25rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sd6wLrQirgDxPbT4WnRgORN7f7l8SVPx { display:block; }
 }@media only screen and (max-width: 763px) { #u0G7uPGgd60K6g1tWd2QQf1L21Aenyzx { width:5.25rem;height:1.5rem;top:20.25rem;left:39.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIGviPGpFbQNIVFfTFSAdIE1f7LxAUsy { display:block; }
 }@media only screen and (max-width: 763px) { #edDWm2JWAodZELfWTri5LJ6WnxccuHga { width:16rem;height:16rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQumtQngTVwxnzE3n38dMxLbfpntLS8I { display:block; }
 }@media only screen and (max-width: 763px) { #sWbz0KVvJkreF0POIzhBL6InnVPpQa3s { width:16rem;height:16rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKsropkgUDVnaHx8f4DcEACBPI6ZBsri { display:block; }
 }@media only screen and (max-width: 763px) { #dX3APDaR3W0XOHZhErCorB7O40OmmFRh { width:16rem;height:16rem;top:0rem;left:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #woVvB0oELD3HcEqTLOP5BxT9UXbmBVPq { display:block; }
 }@media only screen and (max-width: 763px) { #QvS59H0JAJfgu1THr4o4AeGr3baX43WZ { width:16rem;height:16rem;top:0rem;left:31.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkuqpmnIwFTeMQWuhwZyVPdGBZMxQsrE { display:block; }
 }@media only screen and (max-width: 763px) { #k4O1VhkAN2cLywAvvDMCGrR5TSOzOXTM { display:block; }#k4O1VhkAN2cLywAvvDMCGrR5TSOzOXTM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PTeCPealZWvzNbzoe15MAg71HqytMRuw { top:2.5rem;left:1.6875rem;width:44.375rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EaZydKSxkGyhwxr5Iex5NHVynqVRtxck { display:block; }#EaZydKSxkGyhwxr5Iex5NHVynqVRtxck > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gv3FFMg49mPrWqlBxNGyb7eUku2ezv5G { width:16rem;height:;top:16.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2GFUvWNHqTkF0K21nSQAO7r6gsBaxTS { width:16rem;height:1.3125rem;top:18.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0w71B956dSGVWFXUSXhJ8o913wDsTNa { width:16rem;height:;top:16.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmB87X8Ethvnc89f2LV7Uh88F5lUmtUV { width:16rem;height:;top:16.625rem;left:15.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fV6k80Ib1awHLodlpJ0oSPALJKt0lril { width:16rem;height:;top:16.625rem;left:31.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENfhQVTkKqeND6y7svdEszSvWVMqgmJU { width:16rem;height:1.3125rem;top:18.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7tK5oSmT8x39J0G0mxxCUSNbS7aBcAp { width:16rem;height:1.3125rem;top:18.4375rem;left:15.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5QAX8clOhVnzUvsSriUaZLpIqVgBHt4 { width:16rem;height:1.3125rem;top:18.4375rem;left:31.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISoeOnOwPx0guDDVTXOd3y1qOgD91WNO { width:5.25rem;height:1.5rem;top:20.375rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hArH6HOl7mMFrtGmOraUZHAKAfFH5RmJ { display:block; }
 }@media only screen and (max-width: 763px) { #tD8SbiksDywIor1TZIHw0EZoe1A9cZTo { width:5.25rem;height:1.5rem;top:20.375rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mu4KlrsWzHewCek8L65XXwMqNdosXeZu { display:block; }
 }@media only screen and (max-width: 763px) { #m5bxWQ8CqrhR4m2WMNAHosaZZxCNgbHQ { width:5.25rem;height:1.5rem;top:20.375rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPy1lbw1KDTyN0faNDeGZgTm3OEat9Gc { display:block; }
 }@media only screen and (max-width: 763px) { #MzqCfEFP14LiFa2AdyhQ7qk2JbwhAs25 { width:5.25rem;height:1.5rem;top:20.375rem;left:39.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpyZK1mO04uK5N1TEzHPdak48QffhfTa { display:block; }
 }@media only screen and (max-width: 763px) { #s0J34GUprBAmX4Aeq4bvhIKiS4VzkGAM { width:16rem;height:16rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXvg8TWFo3rzbit3UOq2dCas1ApgMxTN { display:block; }
 }@media only screen and (max-width: 763px) { #Owc1i1V21Lo1PDkwDSd2qaASqNriMsi4 { width:16rem;height:16rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqSG60kRVth3nDK55SRmq9STTiPTb4D0 { display:block; }
 }@media only screen and (max-width: 763px) { #ToZebywhOnkg09k9c1chOPSJdL113WZb { width:16rem;height:16rem;top:0rem;left:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1gqKhKkNFqUbRfa43LXvxVz5REX2nZ9 { display:block; }
 }@media only screen and (max-width: 763px) { #i5do0Id2XdF2X7bCLTrBvuouNWbX3Z3X { width:16rem;height:16rem;top:0rem;left:31.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItJybCpWfE5tipELeDaKbKu0ISwufKM7 { display:block; }
 }@media only screen and (max-width: 763px) { #uIMkmwLaf2Tp4Nnf2usy1Uf6Ib8oRwIE { display:block; }#uIMkmwLaf2Tp4Nnf2usy1Uf6Ib8oRwIE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EmEP1e42ZfwnnT5d1Bs2wKqWzIn0SHFF { width:16rem;height:;top:16.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxwvqXXME6LZiePAJ2pVh8X0MZ5ool2K { width:16rem;height:1.3125rem;top:18.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0KOsQM8T2F52DHmduWQ0CReUiSAImku { width:16rem;height:;top:16.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHJCi6hCaN8K93c7pzKoFMHLTJFPb1wI { width:16rem;height:;top:16.625rem;left:15.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyWUUvo9X7aHyprte2w5yR7SxXPkA7Pk { width:16rem;height:;top:16.625rem;left:31.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nabWMxwzcylBNJxv0mTVLSGGGsvecNdf { width:16rem;height:1.3125rem;top:18.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3OFFI9zZX3l3kRn2hHpO2KmBAk0wNua { width:16rem;height:1.3125rem;top:18.4375rem;left:15.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JtAocvZcfaxzSooINIpNOcOlWl9Lc5M0 { width:16rem;height:1.3125rem;top:18.4375rem;left:31.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkoSqZmUqg7XrOtEfFHAlqbR8rOsUdJK { width:5.25rem;height:1.5rem;top:20.375rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFKEuBObs1RGU4BOLPTc4vDPVoCQv8Ud { display:block; }
 }@media only screen and (max-width: 763px) { #shkuoRXTyvx9AlxXMweSpIo8pEqkp391 { width:5.25rem;height:1.5rem;top:20.375rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPusOuwEHIPB9R1LoU6XNTcMtBZq6vu2 { display:block; }
 }@media only screen and (max-width: 763px) { #O11nZMm276qJeNTIgIDM3GRb1kfmsEQt { width:5.25rem;height:1.5rem;top:20.375rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iP1slW3N14Dp2bkSKTUGHUFIb0GOv53c { display:block; }
 }@media only screen and (max-width: 763px) { #Hb9oJSZQBMSGfdrcTyDhcsgxG6F0ml84 { width:5.25rem;height:1.5rem;top:20.375rem;left:39.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZpJNvoIllfMo3I1ldCfMWc4P8iUUmUw { display:block; }
 }@media only screen and (max-width: 763px) { #GEniDk5tbtOILcdU0UJFATcOg37sA0CG { width:16rem;height:16rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WW1DXKyJvGEDzEktPL5Na4ZOo6AU2IF1 { display:block; }
 }@media only screen and (max-width: 763px) { #oboosCmezLgO78dmtT0z3vKnLX9iyBFl { width:16rem;height:16rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPSyMN7HRRap4p70gKOxQ2469HpOagNN { display:block; }
 }@media only screen and (max-width: 763px) { #lpryDTD2TVks57nRPkatvZ0GbOCeatJW { width:16rem;height:16rem;top:0rem;left:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAoM8S19R1FQcUVmhSWuyfkx48SECM11 { display:block; }
 }@media only screen and (max-width: 763px) { #p7xJ6LXR1eNOdXPfrQ4RRLzknuW8f7wJ { width:16rem;height:16rem;top:0rem;left:31.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eykm7VmJUf6v1aaUk7TKwuIFyx0pQxbL { display:block; }
 }@media only screen and (max-width: 763px) { #qydLsExzkqp1zUL1goQqWTRZcQMwrGLF { display:block; }#qydLsExzkqp1zUL1goQqWTRZcQMwrGLF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LHA6UrWaVUky6JdeilWwUVWVTBD74UH1 { top:2.5rem;left:1.6875rem;width:44.375rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lr3rvStHBbGfQtPceBJnnJOuGXT96AMI { display:block; }#lr3rvStHBbGfQtPceBJnnJOuGXT96AMI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sG2tTKPtzaIPNdZhXV6N37bdVfIOkLEW { width:16rem;height:;top:16.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFVmX9TUd9yQC5kzQaxPqhhQB9Lspovr { width:16rem;height:1.3125rem;top:18.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDh6U1FL5mGSHPKiGXVEa3RAlLTWGZpG { width:16rem;height:;top:16.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8vmEtBeG6Vz6kiDyreQdg6qW73He7bb { width:16rem;height:;top:16.625rem;left:15.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpzGQWyqEXD6QRoH1wqhyC4SSDA3eNPW { width:16rem;height:;top:16.625rem;left:31.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgwR82e73bg0zJTwW3N5PeMGKFdodkIZ { width:16rem;height:1.3125rem;top:18.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #roSCqN9aSPkbRFUbF4FNONC0uzF65oOa { width:16rem;height:1.3125rem;top:18.4375rem;left:15.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcRlK2awpgsizkihAnHS9ME6ni26KFa8 { width:16rem;height:1.3125rem;top:18.4375rem;left:31.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UdI0qlvdLg1hnxVBlTZbIeoSef8IPGkT { width:5.25rem;height:1.5rem;top:20.375rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vo7UdoTtPW7bM3birWwHyM8AcQkLH1uD { display:block; }
 }@media only screen and (max-width: 763px) { #zFNfTha5GVQczCZgQ0AP6a1nfdTdwuTu { width:5.25rem;height:1.5rem;top:20.375rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgvzDvLTcbHBnrVsKMQ5U31VkITkEm2R { display:block; }
 }@media only screen and (max-width: 763px) { #VMP7Z7Tvy4e4Xa4gGqhkvr1WorrAOQ50 { width:5.25rem;height:1.5rem;top:20.375rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5JEMKK4AqaUkIDk0Z4ifSlnHJfL1UVw { display:block; }
 }@media only screen and (max-width: 763px) { #W9lmAJqIqR6J0upTFsaeaK4HHmHLyq14 { width:5.25rem;height:1.5rem;top:20.375rem;left:39.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlwonggX26MBpBSzxlJTHkhDk2Ty06hT { display:block; }
 }@media only screen and (max-width: 763px) { #J6VIAtJPIdGeEUE4rBwSGQRERu2rBzMI { width:16rem;height:16rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRs97ARiwipxr5NF89nidw9TXtyeCeUH { display:block; }
 }@media only screen and (max-width: 763px) { #wf6xLGQQwrICpsMcVTvglRh9lHKczu4M { width:16rem;height:16rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGFxhTaBmJN50Teb6kSDHqtbHDtTAzvg { display:block; }
 }@media only screen and (max-width: 763px) { #g9T2Fcwu7KEWkovJZK2Us2n02w60SCmZ { width:16rem;height:16rem;top:0rem;left:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyfKAUVF18mf7B6fxruVxif2fLNXU4FS { display:block; }
 }@media only screen and (max-width: 763px) { #Olc8LClPMkgfDfBohMaM45HVVQC7mHAd { width:16rem;height:16rem;top:0rem;left:31.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fI50TC4W0ya4hlnh1vSdUp0GLPOLiKNC { display:block; }
 }@media only screen and (max-width: 763px) { #KGdikTxbNqTc1QhX22z5wN3Ziia3fInw { display:block; }#KGdikTxbNqTc1QhX22z5wN3Ziia3fInw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a9GQgzDneR48yMKwD1QO2oHhzCrJRPNc { width:16rem;height:;top:16.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7HbvKitnONQqfQDm6uhmMT7dK2mNhCp { width:16rem;height:1.3125rem;top:18.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEOQQJ4Mg9EXtBUv4WcuNxdpgf2W1Anp { width:16rem;height:;top:16.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGuCWHUe0xeckwmEl0leO3FwKGwJpc5V { width:16rem;height:;top:16.625rem;left:15.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSf7ipEwuTuIZSqGcOmqCNUSEgwD1miT { width:16rem;height:;top:16.625rem;left:31.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMTlOaSIhE27a8k5g30vEdTZNnk51VdH { width:16rem;height:1.3125rem;top:18.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGkzge3ovny1yyrzmONQSmfsao3vqTRQ { width:16rem;height:1.3125rem;top:18.4375rem;left:15.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVC2XNQmAvf28oVCkMqdhfPSL3zpg891 { width:16rem;height:1.3125rem;top:18.4375rem;left:31.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFO9Qfb3p3pvuOaQPHbOUF4EBu4ro0aq { width:5.25rem;height:1.5rem;top:20.375rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPQoZKb0xq75I0snZSeDBPsIyp1zP6aN { display:block; }
 }@media only screen and (max-width: 763px) { #ICQB1nev45xFBpnQ0rrGsnPa5yxCwVVh { width:5.25rem;height:1.5rem;top:20.375rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xa9IBqHGfyo46XkMkvGMycdTi314JBr2 { display:block; }
 }@media only screen and (max-width: 763px) { #sSAMta6mpBwn301ADgTF9pn2pCgzS4mw { width:5.25rem;height:1.5rem;top:20.375rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHRA6TpVyycxTEMmhAOZVkRmzyyFiqd1 { display:block; }
 }@media only screen and (max-width: 763px) { #zW6kAM89tPpkvkfKw5DXq4P9zUAQfDye { width:5.25rem;height:1.5rem;top:20.375rem;left:39.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cO7hfkuTmTWZb9CI8KX7DRSLI8CmTbVX { display:block; }
 }@media only screen and (max-width: 763px) { #z2ZTsm2JSTdGgpcNWHJXZO3bUQAM6z8X { width:16rem;height:16rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhMxiIM5mvOU5P5qlleS1FidBWTpTcwT { display:block; }
 }@media only screen and (max-width: 763px) { #VIBTnKSrycc8k9W3R4NPmLKrC6b6ww8q { width:16rem;height:16rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #utJkMTF1CULKT2mJ3Fbam40vSB8W2xGO { display:block; }
 }@media only screen and (max-width: 763px) { #Bf1RcFdz0IfHdN0WJiOyZAfmHLdwucWS { width:16rem;height:16rem;top:0rem;left:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxzmXmaF0VTihAf1Nmw2lCG2ueTbG6BG { display:block; }
 }@media only screen and (max-width: 763px) { #RfC14C2UxV8xb9GV8Nwoyb2ImMHy0cxN { width:16rem;height:16rem;top:0rem;left:31.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSav62NTw7w7CeQBaqTpTN9ExyJ2g0uf { display:block; }
 }@media only screen and (max-width: 763px) { #fRPLGPOTMWugb2QU7khtdZ0X6bg0elkx { display:block; }#fRPLGPOTMWugb2QU7khtdZ0X6bg0elkx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F6kQlUhGXV96eknpbZXVa6DcQfHgfc0b { top:2.5rem;left:1.6875rem;width:44.375rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7cEUsdnLHO0IZpIF9bIn1m7rnyQhsaL { display:block; }#b7cEUsdnLHO0IZpIF9bIn1m7rnyQhsaL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vdchl31kNyN1KcRi3iCxegoL6cMXBVGZ { width:16rem;height:;top:16.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C12i1eiicgdr4qy1TD0GJWfRVDQsSJBI { width:16rem;height:1.3125rem;top:18.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKudTF5xqg6ubg4Bwwoay5tJ12Davq5x { width:16rem;height:;top:16.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1CEfTA4Es7PTyv39IUGgGJ4ZD2dlCVr { width:16rem;height:;top:16.625rem;left:15.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSLiNmkox1UwzfTPotgTccVTtkycd4T3 { width:16rem;height:;top:16.625rem;left:31.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4HUkv7GRnM9pQ1yVHJpcVd0Qqe5csuT { width:16rem;height:1.3125rem;top:18.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUhtHsl7t8m0LDqPrBHH0qvfC4Wn3MNT { width:16rem;height:1.3125rem;top:18.4375rem;left:15.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #opIHrlIGWElRkDd3eRdTmhnLOTIeP3Wl { width:16rem;height:1.3125rem;top:18.4375rem;left:31.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtRT6pi2ANpX5N1415Z85v6WwO0frcV3 { width:5.25rem;height:1.5rem;top:20.375rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZaetOIO6RuVTRDWF22MiVJauUCw1slJm { display:block; }
 }@media only screen and (max-width: 763px) { #bMMD0lcMnctTrQDVSeJCnTWmwaIm6VZP { width:5.25rem;height:1.5rem;top:20.375rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLPrDtMgLZSAH2z0sh3TEg3cMvrMsKDq { display:block; }
 }@media only screen and (max-width: 763px) { #ndkaTElacDGClaU51cppnfnD1haRrk1M { width:5.25rem;height:1.5rem;top:20.375rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSbCeTA4rzR6ocQGUmaQ29eUIc4FodMl { display:block; }
 }@media only screen and (max-width: 763px) { #Q4tzpN0HAhdwJfEnvh2GV7RlTOfzALpl { width:5.25rem;height:1.5rem;top:20.375rem;left:39.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSCTNNtcWQB0Eynd3M71skNNNXPTAnWs { display:block; }
 }@media only screen and (max-width: 763px) { #d0xKz40RhB9ZKF5Tatd6XNttN0HFUum9 { width:16rem;height:16rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftbHb3O6UviJUZ5kpuP8n6oVwXKTTc2t { display:block; }
 }@media only screen and (max-width: 763px) { #IL0AQbDXOAeMILpbI101zm9NrZI3pZR5 { width:16rem;height:16rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UT7eDTi74X3u1HTkJIkxIelcAzRqNHAn { display:block; }
 }@media only screen and (max-width: 763px) { #HppuM0P0CRMXxqKxZ5pDBG6SuWfMqmcx { width:16rem;height:16rem;top:0rem;left:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMqAgI4s6GZu0kaXGluhIfVnWMOvMdtB { display:block; }
 }@media only screen and (max-width: 763px) { #zVasJ5gWz7ztvqk3b9i5F03MEbqxT4A8 { width:16rem;height:16rem;top:0rem;left:31.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wECxJ59MSeuSGGMoqp61uJGJKV3GgdIu { display:block; }
 }@media only screen and (max-width: 763px) { #fdEfJbOpyQGLXCuzvH5z6woQp6uvt09r { display:block; }#fdEfJbOpyQGLXCuzvH5z6woQp6uvt09r > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oQqAAxu2zUHUaTHDvOI6x3ukSREQTkvu { top:2.5rem;left:1.6875rem;width:44.375rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIxm4ELzA5qUeocokMeXcB4JffBEbTC9 { display:block; }#pIxm4ELzA5qUeocokMeXcB4JffBEbTC9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #voSfbkzBsaAkFg2JxLRwKSNdusl0Xrvp { width:16rem;height:;top:16.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ss97z9wMvFRpZqRBiPROUor9Q9Xz5KEq { width:16rem;height:1.3125rem;top:18.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jrp5rV1z3k1r82yNA1pfw8v9x82WOHFV { width:16rem;height:;top:16.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDXeeW2Thr7uRKKFToOA3tTRImgWIi7i { width:16rem;height:;top:16.625rem;left:15.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTenNpugxkZGzXpqqzoTsLUxNBpL3kbg { width:16rem;height:;top:16.625rem;left:31.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JERUoxv32BIa89xav8lz1BmUxirpc7Hc { width:16rem;height:1.3125rem;top:18.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlLCgwLGS0M0JohnB6NgbhkTNp641ruR { width:16rem;height:1.3125rem;top:18.4375rem;left:15.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJZHd7G0kTAxksO6RshIqwNlmTsw8BE6 { width:16rem;height:1.3125rem;top:18.4375rem;left:31.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShZzmCn5mgul1qK9TFKl18H9g9gdkvXc { width:5.25rem;height:1.5rem;top:20.375rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nx9wuiHRuK70yOgVsQPkriLHGUh9kfXC { display:block; }
 }@media only screen and (max-width: 763px) { #zNfd82mvoerrBkMr0FyU8hNRT07p20bf { width:5.25rem;height:1.5rem;top:20.375rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJPgpQZnZLUrU0ISNkvhS5RGfy8Zitau { display:block; }
 }@media only screen and (max-width: 763px) { #gQaNB8fzrQmwqNlqvdBkFt61ezbokSH9 { width:5.25rem;height:1.5rem;top:20.375rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRRHCpSlJTuzRhCTuWVMlpvAycV7Kmks { display:block; }
 }@media only screen and (max-width: 763px) { #UZtt1fol8pLffnzEIB4xmuD6m7P01fCa { width:5.25rem;height:1.5rem;top:20.375rem;left:39.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MaXzZuus6aR0UaXI1TpXS1su4FmuA3sM { display:block; }
 }@media only screen and (max-width: 763px) { #xRPBKQoi4AaSDE7v1soadTxK9L4Cbes2 { width:16rem;height:16rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDNxlkkrnzGvBKbH5p6xEuf0LsJ00hn3 { display:block; }
 }@media only screen and (max-width: 763px) { #QAT705ks6NyAToPXc5VxgxmJ6cfaIA8g { width:16rem;height:16rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCfklaGaBRqpfmXutdhHviHqDHKi3anL { display:block; }
 }@media only screen and (max-width: 763px) { #TioTzZOTcSGqMLTwbU5em5UJvcHfnQWa { width:16rem;height:16rem;top:0rem;left:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8VR4wZyb7aOSn3HlATJsSmCfoGScaAI { display:block; }
 }@media only screen and (max-width: 763px) { #OzcXl9PonQqhoFiPBKnBJacZclK9TRQ0 { width:16rem;height:16rem;top:0rem;left:31.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUIzappVR4fUxD9kOb8RSWCTLqvGgWsB { display:block; }
 }@media only screen and (max-width: 763px) { #vWc3t2vIBoEioTEnX8BOuGTICWydaRmB { display:block; }#vWc3t2vIBoEioTEnX8BOuGTICWydaRmB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lCQKeIh4GdrLSJRp4n5A2GldUR7VTlfx { width:16rem;height:;top:16.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hoBdqn8S2SopMTPVtzbPyKwE2GnQSKcB { width:16rem;height:1.3125rem;top:18.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TihPRzl0c6NcIrMHsHSB9H7UpLHmoB3R { width:16rem;height:;top:16.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQInzSyXL1XcfmyoSZTt5IWIvFvKI7qw { width:16rem;height:;top:16.625rem;left:15.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnSTOPFpooaAPih3I3oy78JRUtIErJ9a { width:16rem;height:;top:16.625rem;left:31.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4iAgUO0mg2d7p90WFK6lG4tv6treFF7 { width:16rem;height:1.3125rem;top:18.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3d5tlW7TPyQdkSyUxF6QLdZSGQvFXwW { width:16rem;height:1.3125rem;top:19.75rem;left:15.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qw9ayAcEyNlAPVt04CZ2iA4QElcx58fJ { width:16rem;height:1.3125rem;top:18.4375rem;left:31.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ih7M3e1pWdvk85Ivs46Ri7zOFyVglXvz { width:5.25rem;height:1.5rem;top:20.375rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltzuwyviS5DaJ4D9TWfvCEeUtJnXGIw7 { display:block; }
 }@media only screen and (max-width: 763px) { #x5Ctu7fPwzf4ItJl5FnlnxEvg6sQvQA0 { width:5.25rem;height:1.5rem;top:20.375rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TN6ILMEyqHwfWwMA9MXm7sALhE3VgQnv { display:block; }
 }@media only screen and (max-width: 763px) { #NQXEPlplOuTVTIu73JC0DwDoG5Is4QwI { width:5.25rem;height:1.5rem;top:21.6875rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #takrSbh9LzNsgBlmkMKLHFTLMMsZalPS { display:block; }
 }@media only screen and (max-width: 763px) { #hnvfIykvClzgwTo1DWxLLDZ4QZLfbnDE { width:5.25rem;height:1.5rem;top:20.375rem;left:39.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDlQ8hbcu8z8r46JHhI2aWBQstdDi5bk { display:block; }
 }@media only screen and (max-width: 763px) { #mdT2vHde6tnbaKg9gEJE2KEzvwyBVM49 { width:16rem;height:16rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ieRycrd61ICJlsd5PvK1aPJVLwnr4iwQ { display:block; }
 }@media only screen and (max-width: 763px) { #zX4lUvl6HgUOXdQAlOMQOeN83mPyp6o3 { width:16rem;height:16rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxNV9lTHIH15b1eaPia5uXxMeTwEyv6q { display:block; }
 }@media only screen and (max-width: 763px) { #BhsM5uO7C6btTg0ums5ThpxyVQ97P4Wr { width:16rem;height:16rem;top:0rem;left:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGaWl9UX1qF0lHqVkNqCl47IfH8uEo6T { display:block; }
 }@media only screen and (max-width: 763px) { #ld9SF4zwQzBHt7HiMf7ztevoXky5ER5U { width:16rem;height:16rem;top:0rem;left:31.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkchs4aVz2nQVvTFN2G2WwrSgHLtM5Fs { display:block; }
 }@media only screen and (max-width: 763px) { #aCQotT6MST7515gB0lPschG8tBKN7eXS { display:block; }#aCQotT6MST7515gB0lPschG8tBKN7eXS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TuJOxKt1gzHKmma65P99JAUftKKgMqIn { top:1.25rem;left:3.875rem;width:40rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OModiGdE3EsesE8lKw5vcVcJ0TFuIXpD { top:5.1875rem;left:3.875rem;width:40rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDN8pXv4spSfsdtAp0RnKMVdRlCWTyyU { display:block; } #vcDZNIxdp70amhyo2OwneEg3UmlqKqWb.widget-smartsection *:focus-visible, #vcDZNIxdp70amhyo2OwneEg3UmlqKqWb.widget-smartsection input[type="text"]:focus-visible, #vcDZNIxdp70amhyo2OwneEg3UmlqKqWb.widget-smartsection input[type="email"]:focus-visible, #vcDZNIxdp70amhyo2OwneEg3UmlqKqWb.widget-smartsection input[type="tel"]:focus-visible, #vcDZNIxdp70amhyo2OwneEg3UmlqKqWb.widget-smartsection textarea:focus-visible { outline: none; } #QDN8pXv4spSfsdtAp0RnKMVdRlCWTyyU > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #oQ20DgDMSPK1m7y3wFlgDoJt8k8lxffC { display:block; } #T58328afeec78d69bf114e4247c68995.widget-smartsection *:focus-visible, #T58328afeec78d69bf114e4247c68995.widget-smartsection input[type="text"]:focus-visible, #T58328afeec78d69bf114e4247c68995.widget-smartsection input[type="email"]:focus-visible, #T58328afeec78d69bf114e4247c68995.widget-smartsection input[type="tel"]:focus-visible, #T58328afeec78d69bf114e4247c68995.widget-smartsection textarea:focus-visible { outline: none; } #oQ20DgDMSPK1m7y3wFlgDoJt8k8lxffC > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #lHd5gMnq6eHISv7FcCLRBi4EDw0ThhvZ { display:block; } #tGTQqIPcKQF6xteaWOx0eQOVfIWwPJEx.widget-smartsection *:focus-visible, #tGTQqIPcKQF6xteaWOx0eQOVfIWwPJEx.widget-smartsection input[type="text"]:focus-visible, #tGTQqIPcKQF6xteaWOx0eQOVfIWwPJEx.widget-smartsection input[type="email"]:focus-visible, #tGTQqIPcKQF6xteaWOx0eQOVfIWwPJEx.widget-smartsection input[type="tel"]:focus-visible, #tGTQqIPcKQF6xteaWOx0eQOVfIWwPJEx.widget-smartsection textarea:focus-visible { outline: none; } #lHd5gMnq6eHISv7FcCLRBi4EDw0ThhvZ > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #gM4UaMg1ZZrX01BrWKCU09KDGltFp0BL { display:block; } #NiwVQBRGz8SEo8HTwKsAgVIcudScu9sV.widget-smartsection *:focus-visible, #NiwVQBRGz8SEo8HTwKsAgVIcudScu9sV.widget-smartsection input[type="text"]:focus-visible, #NiwVQBRGz8SEo8HTwKsAgVIcudScu9sV.widget-smartsection input[type="email"]:focus-visible, #NiwVQBRGz8SEo8HTwKsAgVIcudScu9sV.widget-smartsection input[type="tel"]:focus-visible, #NiwVQBRGz8SEo8HTwKsAgVIcudScu9sV.widget-smartsection textarea:focus-visible { outline: none; } #gM4UaMg1ZZrX01BrWKCU09KDGltFp0BL > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #yl6AgXbKmcsTBTMUJaByUSwWkqTfq2rq { position:relative;z-index:auto;background-color:#151523;background-image:none;display:block; }#yl6AgXbKmcsTBTMUJaByUSwWkqTfq2rq > .row .container { background-color: transparent; background-image: none; }#yl6AgXbKmcsTBTMUJaByUSwWkqTfq2rq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yl6AgXbKmcsTBTMUJaByUSwWkqTfq2rq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yl6AgXbKmcsTBTMUJaByUSwWkqTfq2rq > .row .container > .video-iframe-container { display: none; }#yl6AgXbKmcsTBTMUJaByUSwWkqTfq2rq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yl6AgXbKmcsTBTMUJaByUSwWkqTfq2rq > .row > .video-iframe-container { display: none; }#yl6AgXbKmcsTBTMUJaByUSwWkqTfq2rq > .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); }#yl6AgXbKmcsTBTMUJaByUSwWkqTfq2rq > .row .container { width:20rem;height:8rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nkC1Me0I6k0kWA9gJlUGEFqHNs178pMk { width:10.25rem;height:1.5625rem;top:2.25rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNMooTRzM0diKohP0rCwGxt9pQHQ3vl4 { width:5.75rem;height:1.5rem;top:5.125rem;left:14.25rem;font-family:"roobert ttf";font-weight:400;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #TcizPDkOuoOO2kcGKVeQoHz73l6tMpOT { display:block; }
 }@media only screen and (max-width: 763px) { #SW95txbQXT3xsJdSF1TkMvmNkzcUobqr { width:6.25rem;height:1.5rem;top:5.125rem;left:5.875rem;font-family:"roobert ttf";font-weight:400;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #BiFeH2UkXpQ8Fv0kLWmpedS5mM6HQPqb { display:block; }
 }@media only screen and (max-width: 763px) { #kxx547LxgxGkDq8MOurv41sMX2k8qyDb { width:4rem;height:1.5rem;top:5.125rem;left:0rem;font-family:"roobert ttf";font-weight:400;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #gXGzuTFETnnNvNpGRBSat7p0Sl1MRExW { display:block; }
 }@media only screen and (max-width: 763px) { #XBR9OhhrF58I3J4UET6GTJOiV8ov6eei { background-color:#646e65;background-image:none;display:block; }#XBR9OhhrF58I3J4UET6GTJOiV8ov6eei > .row .container { background-color: transparent; background-image: none; }#XBR9OhhrF58I3J4UET6GTJOiV8ov6eei::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XBR9OhhrF58I3J4UET6GTJOiV8ov6eei > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XBR9OhhrF58I3J4UET6GTJOiV8ov6eei > .row .container > .video-iframe-container { display: none; }#XBR9OhhrF58I3J4UET6GTJOiV8ov6eei > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XBR9OhhrF58I3J4UET6GTJOiV8ov6eei > .row > .video-iframe-container { display: none; }#XBR9OhhrF58I3J4UET6GTJOiV8ov6eei > .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); }#XBR9OhhrF58I3J4UET6GTJOiV8ov6eei > .row .container { width:20rem;height:5.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KgXsiS7zRCeddIruF6GgyMLSPzQ3mkgN { width:20rem;height:5.375rem;top:0rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #Ma8AnpccT14PwTAIIPGz5NbN7qgVgT1w { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Ma8AnpccT14PwTAIIPGz5NbN7qgVgT1w > .row .container { background-color: transparent; background-image: none; }#Ma8AnpccT14PwTAIIPGz5NbN7qgVgT1w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ma8AnpccT14PwTAIIPGz5NbN7qgVgT1w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ma8AnpccT14PwTAIIPGz5NbN7qgVgT1w > .row .container > .video-iframe-container { display: none; }#Ma8AnpccT14PwTAIIPGz5NbN7qgVgT1w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ma8AnpccT14PwTAIIPGz5NbN7qgVgT1w > .row > .video-iframe-container { display: none; }#Ma8AnpccT14PwTAIIPGz5NbN7qgVgT1w > .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); }#Ma8AnpccT14PwTAIIPGz5NbN7qgVgT1w > .row .container { border-width: 0; border-radius: 0; }#Ma8AnpccT14PwTAIIPGz5NbN7qgVgT1w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ma8AnpccT14PwTAIIPGz5NbN7qgVgT1w > .row .container { width:20rem;height:5.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tCWyWX5rGI3B54D2OOCuCJKtzaAcOq4K { width:20rem;height:1.79980625rem;top:1.875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8D2sNWUTbsBkblWp3k4zfs0rV7KG65A { display:block; }#q8D2sNWUTbsBkblWp3k4zfs0rV7KG65A > .row .container { width:20rem;height:35.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E6ZVBGK3WPTIlJ1vFtfdTkwVxr3Kvfuy { width:9.375rem;height:1.3125rem;top:10rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MLPKRh5TeTdCOIq4l0PiiF3Gkp6wW0y7 { width:9.375rem;height:1.3125rem;top:11.625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ztkIGCpNPqD6XDnufMKznRzCvnNwXs5K { width:9.25rem;height:1.3125rem;top:10rem;left:10.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w5m2ouMAo8d5XCSn4LdvHVqi4Q46KT0q { width:9.25rem;height:2.625rem;top:28.09375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kRT1yQRFgF9Udtm5LIUBnpT0H3TbeptM { width:9.1875rem;height:2.625rem;top:28.09375rem;left:10.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q8UOdQqFTt9sOQllZ9Jw3zcM4HC4ev5z { width:9.125rem;height:1.3125rem;top:11.625rem;left:10.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zkXN33f7GHs0aO7SBXO0tZRNoUxZ8Zxc { width:9.5625rem;height:1.3125rem;top:31.03125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PtRtqNpGTW6mkRumxuBThdf0dUIpW6mL { width:9.25rem;height:1.3125rem;top:31.03125rem;left:10.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #P4RWVJQnxd2m4vZB6GsOUqSK5VO1JTrK { width:5.25rem;height:1.5rem;top:14.8125rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPA6y8PxCr2i7dhRXeFfDqJdCnKgF2fz { display:block; }
 }@media only screen and (max-width: 763px) { #mu26sZOSlV4VhtfqyeX79KuivEwxNq5L { width:5.25rem;height:1.5rem;top:14.8125rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuNtbHLQoZmITUiDfKQSIDr7E2AJBCGW { display:block; }
 }@media only screen and (max-width: 763px) { #fCGfviuOvzp32KWxyJnfEgKB8ez1eODA { width:5.25rem;height:1.5rem;top:32.78125rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvVCZ3ZtSda1WBc1O354vS6vibcQgxLy { display:block; }
 }@media only screen and (max-width: 763px) { #pzvt3aX4Xrb3SdMVWIsWwJpUgWlxJ3Ll { width:5.25rem;height:1.5rem;top:32.78125rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8llb6kiOkFQKBLtDRxEEuk98RNEm9RM { display:block; }
 }@media only screen and (max-width: 763px) { #lJwCkRVsrsniXXB6hnaTm9fNv17JHXKV { width:9.375rem;height:9.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBa2NMl81F38uLWoe9J1wEONKkLloyZ1 { display:block; }
 }@media only screen and (max-width: 763px) { #TFZsU4o04E0NGkv5Ehe6UJEVHkcdKzrE { width:9.375rem;height:9.375rem;top:0rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PacvhD120lJX6ni4xx6CCZkr3C1cMGPo { display:block; }
 }@media only screen and (max-width: 763px) { #Q3uVHyL5piKNJMSeT8X8yve2XTyz7g1T { width:9.375rem;height:9.375rem;top:18.15625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAyI1LxC5xEGR2nE3ftNzUoUbffGg24S { display:block; }
 }@media only screen and (max-width: 763px) { #AUEc0O23xZvfJyszmruT7VvrK7qSs07V { width:9.375rem;height:9.375rem;top:18.15625rem;left:10.625rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f3b7f794-e18e-4df4-9770-dd63327ab787/womens_tee_frazzled_cat.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#AUEc0O23xZvfJyszmruT7VvrK7qSs07V.adaptive-delivery-prevent-bg, #AUEc0O23xZvfJyszmruT7VvrK7qSs07V.lazyload, #AUEc0O23xZvfJyszmruT7VvrK7qSs07V.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #nqkSRVWpetI32nxfhZUxZV1MAnxNP0Zq { display:block; }
 }@media only screen and (max-width: 763px) { #XFc4EeGBKBSvxJs6JyoJK6oC6cT6kiEU { display:block; }#XFc4EeGBKBSvxJs6JyoJK6oC6cT6kiEU > .row .container { width:20rem;height:37.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tEp5BeMepgvxAlGMhVM8hm8fgFdZDT36 { width:9.375rem;height:2.625rem;top:10rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fHkx6cM028rtIOyc6m1NECPKEMgcT7ET { width:9.375rem;height:1.3125rem;top:12.9375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eDMKD0ltFECuH4KURUc0ngNM4nWRBIz7 { width:9.25rem;height:1.3125rem;top:10rem;left:10.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UGctnLwldtI7AiRQt7LcdokpMVRJ4sZe { width:9.25rem;height:1.3125rem;top:29.3125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Dg8be7rR3eRTJNZMqGwdbs0yAkxBEl2v { width:9.1875rem;height:2.625rem;top:29.3125rem;left:10.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lkU6NPrTh27u0GdSl5QFLokpruPqqEst { width:9.125rem;height:1.3125rem;top:12.9375rem;left:10.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cFCcrwQK5mPDeO2EyKhV7iCN8hLUd2td { width:9.125rem;height:1.3125rem;top:30.875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UcfGn8hhdPTrdXKQE7Ip0Jz93Bsvs1Wv { width:9.25rem;height:2.625rem;top:31.9375rem;left:10.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wSBhybnuQ4TpOOloHiPTereXF4fio8n7 { width:5.25rem;height:1.5rem;top:15.5rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kB2tnexPERPx3MaE1pCTidDusoEEhq0C { display:block; }
 }@media only screen and (max-width: 763px) { #PbUJq0kbsxOuV1Mhv15NO1rCgPry3D0h { width:5.25rem;height:1.5rem;top:15.5rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXD4ZTSxBUXOHRODT9rGNNQQqmptUVoN { display:block; }
 }@media only screen and (max-width: 763px) { #dk8JI0hGnkXud6vSzSNnTlO9LKtJVzok { width:5.25rem;height:1.5rem;top:32.8125rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sd6wLrQirgDxPbT4WnRgORN7f7l8SVPx { display:block; }
 }@media only screen and (max-width: 763px) { #u0G7uPGgd60K6g1tWd2QQf1L21Aenyzx { width:5.25rem;height:1.5rem;top:35.125rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIGviPGpFbQNIVFfTFSAdIE1f7LxAUsy { display:block; }
 }@media only screen and (max-width: 763px) { #edDWm2JWAodZELfWTri5LJ6WnxccuHga { width:9.375rem;height:9.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQumtQngTVwxnzE3n38dMxLbfpntLS8I { display:block; }
 }@media only screen and (max-width: 763px) { #sWbz0KVvJkreF0POIzhBL6InnVPpQa3s { width:9.375rem;height:9.375rem;top:0rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKsropkgUDVnaHx8f4DcEACBPI6ZBsri { display:block; }
 }@media only screen and (max-width: 763px) { #dX3APDaR3W0XOHZhErCorB7O40OmmFRh { width:9.375rem;height:9.375rem;top:19.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #woVvB0oELD3HcEqTLOP5BxT9UXbmBVPq { display:block; }
 }@media only screen and (max-width: 763px) { #QvS59H0JAJfgu1THr4o4AeGr3baX43WZ { width:9.375rem;height:9.375rem;top:19.375rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkuqpmnIwFTeMQWuhwZyVPdGBZMxQsrE { display:block; }
 }@media only screen and (max-width: 763px) { #k4O1VhkAN2cLywAvvDMCGrR5TSOzOXTM { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#k4O1VhkAN2cLywAvvDMCGrR5TSOzOXTM > .row .container { background-color: transparent; background-image: none; }#k4O1VhkAN2cLywAvvDMCGrR5TSOzOXTM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k4O1VhkAN2cLywAvvDMCGrR5TSOzOXTM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k4O1VhkAN2cLywAvvDMCGrR5TSOzOXTM > .row .container > .video-iframe-container { display: none; }#k4O1VhkAN2cLywAvvDMCGrR5TSOzOXTM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k4O1VhkAN2cLywAvvDMCGrR5TSOzOXTM > .row > .video-iframe-container { display: none; }#k4O1VhkAN2cLywAvvDMCGrR5TSOzOXTM > .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); }#k4O1VhkAN2cLywAvvDMCGrR5TSOzOXTM > .row .container { border-width: 0; border-radius: 0; }#k4O1VhkAN2cLywAvvDMCGrR5TSOzOXTM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k4O1VhkAN2cLywAvvDMCGrR5TSOzOXTM > .row .container { width:20rem;height:5.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PTeCPealZWvzNbzoe15MAg71HqytMRuw { width:20rem;height:1.79980625rem;top:1.875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EaZydKSxkGyhwxr5Iex5NHVynqVRtxck { display:block; }#EaZydKSxkGyhwxr5Iex5NHVynqVRtxck > .row .container { width:20rem;height:37.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gv3FFMg49mPrWqlBxNGyb7eUku2ezv5G { width:9.375rem;height:2.625rem;top:10rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W2GFUvWNHqTkF0K21nSQAO7r6gsBaxTS { width:9.375rem;height:1.3125rem;top:12.625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h0w71B956dSGVWFXUSXhJ8o913wDsTNa { width:9.25rem;height:2.625rem;top:10rem;left:10.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OmB87X8Ethvnc89f2LV7Uh88F5lUmtUV { width:9.25rem;height:2.625rem;top:28.09375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fV6k80Ib1awHLodlpJ0oSPALJKt0lril { width:9.1875rem;height:2.625rem;top:28.09375rem;left:10.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ENfhQVTkKqeND6y7svdEszSvWVMqgmJU { width:9.125rem;height:2.625rem;top:12.875rem;left:10.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w7tK5oSmT8x39J0G0mxxCUSNbS7aBcAp { width:9.5625rem;height:1.3125rem;top:31.03125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g5QAX8clOhVnzUvsSriUaZLpIqVgBHt4 { width:9.25rem;height:1.3125rem;top:31.03125rem;left:10.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ISoeOnOwPx0guDDVTXOd3y1qOgD91WNO { width:5.25rem;height:1.5rem;top:14.8125rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hArH6HOl7mMFrtGmOraUZHAKAfFH5RmJ { display:block; }
 }@media only screen and (max-width: 763px) { #tD8SbiksDywIor1TZIHw0EZoe1A9cZTo { width:5.25rem;height:1.5rem;top:15.5rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mu4KlrsWzHewCek8L65XXwMqNdosXeZu { display:block; }
 }@media only screen and (max-width: 763px) { #m5bxWQ8CqrhR4m2WMNAHosaZZxCNgbHQ { width:5.25rem;height:1.5rem;top:33.53125rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPy1lbw1KDTyN0faNDeGZgTm3OEat9Gc { display:block; }
 }@media only screen and (max-width: 763px) { #MzqCfEFP14LiFa2AdyhQ7qk2JbwhAs25 { width:5.25rem;height:1.5rem;top:33.53125rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpyZK1mO04uK5N1TEzHPdak48QffhfTa { display:block; }
 }@media only screen and (max-width: 763px) { #s0J34GUprBAmX4Aeq4bvhIKiS4VzkGAM { width:9.375rem;height:9.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXvg8TWFo3rzbit3UOq2dCas1ApgMxTN { display:block; }
 }@media only screen and (max-width: 763px) { #Owc1i1V21Lo1PDkwDSd2qaASqNriMsi4 { width:9.375rem;height:9.375rem;top:0rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqSG60kRVth3nDK55SRmq9STTiPTb4D0 { display:block; }
 }@media only screen and (max-width: 763px) { #ToZebywhOnkg09k9c1chOPSJdL113WZb { width:9.375rem;height:9.375rem;top:18.15625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1gqKhKkNFqUbRfa43LXvxVz5REX2nZ9 { display:block; }
 }@media only screen and (max-width: 763px) { #i5do0Id2XdF2X7bCLTrBvuouNWbX3Z3X { width:9.375rem;height:9.375rem;top:18.15625rem;left:10.625rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f3b7f794-e18e-4df4-9770-dd63327ab787/womens_tee_frazzled_cat.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#i5do0Id2XdF2X7bCLTrBvuouNWbX3Z3X.adaptive-delivery-prevent-bg, #i5do0Id2XdF2X7bCLTrBvuouNWbX3Z3X.lazyload, #i5do0Id2XdF2X7bCLTrBvuouNWbX3Z3X.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ItJybCpWfE5tipELeDaKbKu0ISwufKM7 { display:block; }
 }@media only screen and (max-width: 763px) { #uIMkmwLaf2Tp4Nnf2usy1Uf6Ib8oRwIE { display:block; }#uIMkmwLaf2Tp4Nnf2usy1Uf6Ib8oRwIE > .row .container { width:20rem;height:36.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EmEP1e42ZfwnnT5d1Bs2wKqWzIn0SHFF { width:9.375rem;height:2.625rem;top:10rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MxwvqXXME6LZiePAJ2pVh8X0MZ5ool2K { width:9.375rem;height:1.3125rem;top:12.625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W0KOsQM8T2F52DHmduWQ0CReUiSAImku { width:9.25rem;height:2.625rem;top:10rem;left:10.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uHJCi6hCaN8K93c7pzKoFMHLTJFPb1wI { width:9.25rem;height:2.625rem;top:28.09375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VyWUUvo9X7aHyprte2w5yR7SxXPkA7Pk { width:9.1875rem;height:1.3125rem;top:28.09375rem;left:10.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nabWMxwzcylBNJxv0mTVLSGGGsvecNdf { width:9.125rem;height:1.3125rem;top:12.625rem;left:10.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R3OFFI9zZX3l3kRn2hHpO2KmBAk0wNua { width:9.5625rem;height:1.3125rem;top:30.71875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JtAocvZcfaxzSooINIpNOcOlWl9Lc5M0 { width:9.25rem;height:1.3125rem;top:30.21875rem;left:10.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zkoSqZmUqg7XrOtEfFHAlqbR8rOsUdJK { width:5.25rem;height:1.5rem;top:14.8125rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFKEuBObs1RGU4BOLPTc4vDPVoCQv8Ud { display:block; }
 }@media only screen and (max-width: 763px) { #shkuoRXTyvx9AlxXMweSpIo8pEqkp391 { width:5.25rem;height:1.5rem;top:14.8125rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPusOuwEHIPB9R1LoU6XNTcMtBZq6vu2 { display:block; }
 }@media only screen and (max-width: 763px) { #O11nZMm276qJeNTIgIDM3GRb1kfmsEQt { width:5.25rem;height:1.5rem;top:32.78125rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iP1slW3N14Dp2bkSKTUGHUFIb0GOv53c { display:block; }
 }@media only screen and (max-width: 763px) { #Hb9oJSZQBMSGfdrcTyDhcsgxG6F0ml84 { width:5.25rem;height:1.5rem;top:32.78125rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZpJNvoIllfMo3I1ldCfMWc4P8iUUmUw { display:block; }
 }@media only screen and (max-width: 763px) { #GEniDk5tbtOILcdU0UJFATcOg37sA0CG { width:9.375rem;height:9.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WW1DXKyJvGEDzEktPL5Na4ZOo6AU2IF1 { display:block; }
 }@media only screen and (max-width: 763px) { #oboosCmezLgO78dmtT0z3vKnLX9iyBFl { width:9.375rem;height:9.375rem;top:0rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPSyMN7HRRap4p70gKOxQ2469HpOagNN { display:block; }
 }@media only screen and (max-width: 763px) { #lpryDTD2TVks57nRPkatvZ0GbOCeatJW { width:9.375rem;height:9.375rem;top:18.15625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAoM8S19R1FQcUVmhSWuyfkx48SECM11 { display:block; }
 }@media only screen and (max-width: 763px) { #p7xJ6LXR1eNOdXPfrQ4RRLzknuW8f7wJ { width:9.375rem;height:9.375rem;top:18.15625rem;left:10.625rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f3b7f794-e18e-4df4-9770-dd63327ab787/womens_tee_frazzled_cat.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#p7xJ6LXR1eNOdXPfrQ4RRLzknuW8f7wJ.adaptive-delivery-prevent-bg, #p7xJ6LXR1eNOdXPfrQ4RRLzknuW8f7wJ.lazyload, #p7xJ6LXR1eNOdXPfrQ4RRLzknuW8f7wJ.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #eykm7VmJUf6v1aaUk7TKwuIFyx0pQxbL { display:block; }
 }@media only screen and (max-width: 763px) { #qydLsExzkqp1zUL1goQqWTRZcQMwrGLF { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qydLsExzkqp1zUL1goQqWTRZcQMwrGLF > .row .container { background-color: transparent; background-image: none; }#qydLsExzkqp1zUL1goQqWTRZcQMwrGLF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qydLsExzkqp1zUL1goQqWTRZcQMwrGLF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qydLsExzkqp1zUL1goQqWTRZcQMwrGLF > .row .container > .video-iframe-container { display: none; }#qydLsExzkqp1zUL1goQqWTRZcQMwrGLF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qydLsExzkqp1zUL1goQqWTRZcQMwrGLF > .row > .video-iframe-container { display: none; }#qydLsExzkqp1zUL1goQqWTRZcQMwrGLF > .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); }#qydLsExzkqp1zUL1goQqWTRZcQMwrGLF > .row .container { border-width: 0; border-radius: 0; }#qydLsExzkqp1zUL1goQqWTRZcQMwrGLF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qydLsExzkqp1zUL1goQqWTRZcQMwrGLF > .row .container { width:20rem;height:5.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LHA6UrWaVUky6JdeilWwUVWVTBD74UH1 { width:20rem;height:1.79980625rem;top:1.875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lr3rvStHBbGfQtPceBJnnJOuGXT96AMI { display:block; }#lr3rvStHBbGfQtPceBJnnJOuGXT96AMI > .row .container { width:20rem;height:35.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sG2tTKPtzaIPNdZhXV6N37bdVfIOkLEW { width:9.375rem;height:2.625rem;top:10rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TFVmX9TUd9yQC5kzQaxPqhhQB9Lspovr { width:9.375rem;height:1.3125rem;top:12.875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GDh6U1FL5mGSHPKiGXVEa3RAlLTWGZpG { width:9.25rem;height:2.625rem;top:10rem;left:10.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e8vmEtBeG6Vz6kiDyreQdg6qW73He7bb { width:9.25rem;height:2.625rem;top:28.09375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LpzGQWyqEXD6QRoH1wqhyC4SSDA3eNPW { width:9.1875rem;height:2.625rem;top:28.09375rem;left:10.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xgwR82e73bg0zJTwW3N5PeMGKFdodkIZ { width:9.125rem;height:1.3125rem;top:12.875rem;left:10.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #roSCqN9aSPkbRFUbF4FNONC0uzF65oOa { width:9.5625rem;height:1.3125rem;top:30.40625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HcRlK2awpgsizkihAnHS9ME6ni26KFa8 { width:9.25rem;height:1.3125rem;top:30.46875rem;left:10.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UdI0qlvdLg1hnxVBlTZbIeoSef8IPGkT { width:5.25rem;height:1.5rem;top:14.8125rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vo7UdoTtPW7bM3birWwHyM8AcQkLH1uD { display:block; }
 }@media only screen and (max-width: 763px) { #zFNfTha5GVQczCZgQ0AP6a1nfdTdwuTu { width:5.25rem;height:1.5rem;top:14.8125rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgvzDvLTcbHBnrVsKMQ5U31VkITkEm2R { display:block; }
 }@media only screen and (max-width: 763px) { #VMP7Z7Tvy4e4Xa4gGqhkvr1WorrAOQ50 { width:5.25rem;height:1.5rem;top:32.78125rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5JEMKK4AqaUkIDk0Z4ifSlnHJfL1UVw { display:block; }
 }@media only screen and (max-width: 763px) { #W9lmAJqIqR6J0upTFsaeaK4HHmHLyq14 { width:5.25rem;height:1.5rem;top:32.78125rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlwonggX26MBpBSzxlJTHkhDk2Ty06hT { display:block; }
 }@media only screen and (max-width: 763px) { #J6VIAtJPIdGeEUE4rBwSGQRERu2rBzMI { width:9.375rem;height:9.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRs97ARiwipxr5NF89nidw9TXtyeCeUH { display:block; }
 }@media only screen and (max-width: 763px) { #wf6xLGQQwrICpsMcVTvglRh9lHKczu4M { width:9.375rem;height:9.375rem;top:0rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGFxhTaBmJN50Teb6kSDHqtbHDtTAzvg { display:block; }
 }@media only screen and (max-width: 763px) { #g9T2Fcwu7KEWkovJZK2Us2n02w60SCmZ { width:9.375rem;height:9.375rem;top:18.15625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyfKAUVF18mf7B6fxruVxif2fLNXU4FS { display:block; }
 }@media only screen and (max-width: 763px) { #Olc8LClPMkgfDfBohMaM45HVVQC7mHAd { width:9.375rem;height:9.375rem;top:18.15625rem;left:10.625rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f3b7f794-e18e-4df4-9770-dd63327ab787/womens_tee_frazzled_cat.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#Olc8LClPMkgfDfBohMaM45HVVQC7mHAd.adaptive-delivery-prevent-bg, #Olc8LClPMkgfDfBohMaM45HVVQC7mHAd.lazyload, #Olc8LClPMkgfDfBohMaM45HVVQC7mHAd.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #fI50TC4W0ya4hlnh1vSdUp0GLPOLiKNC { display:block; }
 }@media only screen and (max-width: 763px) { #KGdikTxbNqTc1QhX22z5wN3Ziia3fInw { display:block; }#KGdikTxbNqTc1QhX22z5wN3Ziia3fInw > .row .container { width:20rem;height:34.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a9GQgzDneR48yMKwD1QO2oHhzCrJRPNc { width:9.375rem;height:2.625rem;top:10rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C7HbvKitnONQqfQDm6uhmMT7dK2mNhCp { width:9.375rem;height:1.3125rem;top:12.875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qEOQQJ4Mg9EXtBUv4WcuNxdpgf2W1Anp { width:9.25rem;height:1.3125rem;top:10rem;left:10.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vGuCWHUe0xeckwmEl0leO3FwKGwJpc5V { width:9.25rem;height:1.3125rem;top:28.09375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kSf7ipEwuTuIZSqGcOmqCNUSEgwD1miT { width:9.1875rem;height:1.3125rem;top:28.09375rem;left:10.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RMTlOaSIhE27a8k5g30vEdTZNnk51VdH { width:9.125rem;height:1.3125rem;top:12.875rem;left:10.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cGkzge3ovny1yyrzmONQSmfsao3vqTRQ { width:9.5625rem;height:1.3125rem;top:29.78125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pVC2XNQmAvf28oVCkMqdhfPSL3zpg891 { width:9.25rem;height:1.3125rem;top:29.78125rem;left:10.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qFO9Qfb3p3pvuOaQPHbOUF4EBu4ro0aq { width:5.25rem;height:1.5rem;top:14.8125rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPQoZKb0xq75I0snZSeDBPsIyp1zP6aN { display:block; }
 }@media only screen and (max-width: 763px) { #ICQB1nev45xFBpnQ0rrGsnPa5yxCwVVh { width:5.25rem;height:1.5rem;top:14.8125rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xa9IBqHGfyo46XkMkvGMycdTi314JBr2 { display:block; }
 }@media only screen and (max-width: 763px) { #sSAMta6mpBwn301ADgTF9pn2pCgzS4mw { width:5.25rem;height:1.5rem;top:31.34375rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHRA6TpVyycxTEMmhAOZVkRmzyyFiqd1 { display:block; }
 }@media only screen and (max-width: 763px) { #zW6kAM89tPpkvkfKw5DXq4P9zUAQfDye { width:5.25rem;height:1.5rem;top:31.34375rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cO7hfkuTmTWZb9CI8KX7DRSLI8CmTbVX { display:block; }
 }@media only screen and (max-width: 763px) { #z2ZTsm2JSTdGgpcNWHJXZO3bUQAM6z8X { width:9.375rem;height:9.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhMxiIM5mvOU5P5qlleS1FidBWTpTcwT { display:block; }
 }@media only screen and (max-width: 763px) { #VIBTnKSrycc8k9W3R4NPmLKrC6b6ww8q { width:9.375rem;height:9.375rem;top:0rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #utJkMTF1CULKT2mJ3Fbam40vSB8W2xGO { display:block; }
 }@media only screen and (max-width: 763px) { #Bf1RcFdz0IfHdN0WJiOyZAfmHLdwucWS { width:9.375rem;height:9.375rem;top:18.15625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxzmXmaF0VTihAf1Nmw2lCG2ueTbG6BG { display:block; }
 }@media only screen and (max-width: 763px) { #RfC14C2UxV8xb9GV8Nwoyb2ImMHy0cxN { width:9.375rem;height:9.375rem;top:18.15625rem;left:10.625rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f3b7f794-e18e-4df4-9770-dd63327ab787/womens_tee_frazzled_cat.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#RfC14C2UxV8xb9GV8Nwoyb2ImMHy0cxN.adaptive-delivery-prevent-bg, #RfC14C2UxV8xb9GV8Nwoyb2ImMHy0cxN.lazyload, #RfC14C2UxV8xb9GV8Nwoyb2ImMHy0cxN.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #QSav62NTw7w7CeQBaqTpTN9ExyJ2g0uf { display:block; }
 }@media only screen and (max-width: 763px) { #fRPLGPOTMWugb2QU7khtdZ0X6bg0elkx { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fRPLGPOTMWugb2QU7khtdZ0X6bg0elkx > .row .container { background-color: transparent; background-image: none; }#fRPLGPOTMWugb2QU7khtdZ0X6bg0elkx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fRPLGPOTMWugb2QU7khtdZ0X6bg0elkx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fRPLGPOTMWugb2QU7khtdZ0X6bg0elkx > .row .container > .video-iframe-container { display: none; }#fRPLGPOTMWugb2QU7khtdZ0X6bg0elkx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fRPLGPOTMWugb2QU7khtdZ0X6bg0elkx > .row > .video-iframe-container { display: none; }#fRPLGPOTMWugb2QU7khtdZ0X6bg0elkx > .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); }#fRPLGPOTMWugb2QU7khtdZ0X6bg0elkx > .row .container { border-width: 0; border-radius: 0; }#fRPLGPOTMWugb2QU7khtdZ0X6bg0elkx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fRPLGPOTMWugb2QU7khtdZ0X6bg0elkx > .row .container { width:20rem;height:5.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F6kQlUhGXV96eknpbZXVa6DcQfHgfc0b { width:20rem;height:1.79980625rem;top:1.875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7cEUsdnLHO0IZpIF9bIn1m7rnyQhsaL { display:block; }#b7cEUsdnLHO0IZpIF9bIn1m7rnyQhsaL > .row .container { width:20rem;height:37.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vdchl31kNyN1KcRi3iCxegoL6cMXBVGZ { width:9.375rem;height:1.3125rem;top:10rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C12i1eiicgdr4qy1TD0GJWfRVDQsSJBI { width:9.375rem;height:1.3125rem;top:11.625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gKudTF5xqg6ubg4Bwwoay5tJ12Davq5x { width:9.25rem;height:2.625rem;top:10rem;left:10.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W1CEfTA4Es7PTyv39IUGgGJ4ZD2dlCVr { width:9.25rem;height:2.625rem;top:28.09375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xSLiNmkox1UwzfTPotgTccVTtkycd4T3 { width:9.1875rem;height:2.625rem;top:28.09375rem;left:10.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r4HUkv7GRnM9pQ1yVHJpcVd0Qqe5csuT { width:9.125rem;height:1.3125rem;top:12.875rem;left:10.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QUhtHsl7t8m0LDqPrBHH0qvfC4Wn3MNT { width:9.5625rem;height:1.3125rem;top:31.40625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #opIHrlIGWElRkDd3eRdTmhnLOTIeP3Wl { width:9.25rem;height:1.3125rem;top:31.40625rem;left:10.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TtRT6pi2ANpX5N1415Z85v6WwO0frcV3 { width:5.25rem;height:1.5rem;top:13.5625rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZaetOIO6RuVTRDWF22MiVJauUCw1slJm { display:block; }
 }@media only screen and (max-width: 763px) { #bMMD0lcMnctTrQDVSeJCnTWmwaIm6VZP { width:5.25rem;height:1.5rem;top:14.8125rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLPrDtMgLZSAH2z0sh3TEg3cMvrMsKDq { display:block; }
 }@media only screen and (max-width: 763px) { #ndkaTElacDGClaU51cppnfnD1haRrk1M { width:5.25rem;height:1.5rem;top:33.59375rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSbCeTA4rzR6ocQGUmaQ29eUIc4FodMl { display:block; }
 }@media only screen and (max-width: 763px) { #Q4tzpN0HAhdwJfEnvh2GV7RlTOfzALpl { width:5.25rem;height:1.5rem;top:33.59375rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSCTNNtcWQB0Eynd3M71skNNNXPTAnWs { display:block; }
 }@media only screen and (max-width: 763px) { #d0xKz40RhB9ZKF5Tatd6XNttN0HFUum9 { width:9.375rem;height:9.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftbHb3O6UviJUZ5kpuP8n6oVwXKTTc2t { display:block; }
 }@media only screen and (max-width: 763px) { #IL0AQbDXOAeMILpbI101zm9NrZI3pZR5 { width:9.375rem;height:9.375rem;top:0rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UT7eDTi74X3u1HTkJIkxIelcAzRqNHAn { display:block; }
 }@media only screen and (max-width: 763px) { #HppuM0P0CRMXxqKxZ5pDBG6SuWfMqmcx { width:9.375rem;height:9.375rem;top:18.15625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMqAgI4s6GZu0kaXGluhIfVnWMOvMdtB { display:block; }
 }@media only screen and (max-width: 763px) { #zVasJ5gWz7ztvqk3b9i5F03MEbqxT4A8 { width:9.375rem;height:9.375rem;top:18.15625rem;left:10.625rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f3b7f794-e18e-4df4-9770-dd63327ab787/womens_tee_frazzled_cat.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#zVasJ5gWz7ztvqk3b9i5F03MEbqxT4A8.adaptive-delivery-prevent-bg, #zVasJ5gWz7ztvqk3b9i5F03MEbqxT4A8.lazyload, #zVasJ5gWz7ztvqk3b9i5F03MEbqxT4A8.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #wECxJ59MSeuSGGMoqp61uJGJKV3GgdIu { display:block; }
 }@media only screen and (max-width: 763px) { #fdEfJbOpyQGLXCuzvH5z6woQp6uvt09r { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fdEfJbOpyQGLXCuzvH5z6woQp6uvt09r > .row .container { background-color: transparent; background-image: none; }#fdEfJbOpyQGLXCuzvH5z6woQp6uvt09r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fdEfJbOpyQGLXCuzvH5z6woQp6uvt09r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fdEfJbOpyQGLXCuzvH5z6woQp6uvt09r > .row .container > .video-iframe-container { display: none; }#fdEfJbOpyQGLXCuzvH5z6woQp6uvt09r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fdEfJbOpyQGLXCuzvH5z6woQp6uvt09r > .row > .video-iframe-container { display: none; }#fdEfJbOpyQGLXCuzvH5z6woQp6uvt09r > .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); }#fdEfJbOpyQGLXCuzvH5z6woQp6uvt09r > .row .container { border-width: 0; border-radius: 0; }#fdEfJbOpyQGLXCuzvH5z6woQp6uvt09r > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fdEfJbOpyQGLXCuzvH5z6woQp6uvt09r > .row .container { width:20rem;height:5.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oQqAAxu2zUHUaTHDvOI6x3ukSREQTkvu { width:20rem;height:1.79980625rem;top:1.875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIxm4ELzA5qUeocokMeXcB4JffBEbTC9 { display:block; }#pIxm4ELzA5qUeocokMeXcB4JffBEbTC9 > .row .container { width:20rem;height:37.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #voSfbkzBsaAkFg2JxLRwKSNdusl0Xrvp { width:9.375rem;height:2.625rem;top:10rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ss97z9wMvFRpZqRBiPROUor9Q9Xz5KEq { width:9.375rem;height:1.3125rem;top:11.625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Jrp5rV1z3k1r82yNA1pfw8v9x82WOHFV { width:9.25rem;height:1.3125rem;top:10rem;left:10.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nDXeeW2Thr7uRKKFToOA3tTRImgWIi7i { width:9.25rem;height:2.625rem;top:28.09375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LTenNpugxkZGzXpqqzoTsLUxNBpL3kbg { width:9.1875rem;height:2.625rem;top:28.09375rem;left:10.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JERUoxv32BIa89xav8lz1BmUxirpc7Hc { width:9.125rem;height:1.3125rem;top:12.875rem;left:10.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TlLCgwLGS0M0JohnB6NgbhkTNp641ruR { width:9.5625rem;height:1.3125rem;top:31.40625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zJZHd7G0kTAxksO6RshIqwNlmTsw8BE6 { width:9.25rem;height:1.3125rem;top:31.40625rem;left:10.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ShZzmCn5mgul1qK9TFKl18H9g9gdkvXc { width:5.25rem;height:1.5rem;top:13.5625rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nx9wuiHRuK70yOgVsQPkriLHGUh9kfXC { display:block; }
 }@media only screen and (max-width: 763px) { #zNfd82mvoerrBkMr0FyU8hNRT07p20bf { width:5.25rem;height:1.5rem;top:14.8125rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJPgpQZnZLUrU0ISNkvhS5RGfy8Zitau { display:block; }
 }@media only screen and (max-width: 763px) { #gQaNB8fzrQmwqNlqvdBkFt61ezbokSH9 { width:5.25rem;height:1.5rem;top:33.59375rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRRHCpSlJTuzRhCTuWVMlpvAycV7Kmks { display:block; }
 }@media only screen and (max-width: 763px) { #UZtt1fol8pLffnzEIB4xmuD6m7P01fCa { width:5.25rem;height:1.5rem;top:33.59375rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MaXzZuus6aR0UaXI1TpXS1su4FmuA3sM { display:block; }
 }@media only screen and (max-width: 763px) { #xRPBKQoi4AaSDE7v1soadTxK9L4Cbes2 { width:9.375rem;height:9.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDNxlkkrnzGvBKbH5p6xEuf0LsJ00hn3 { display:block; }
 }@media only screen and (max-width: 763px) { #QAT705ks6NyAToPXc5VxgxmJ6cfaIA8g { width:9.375rem;height:9.375rem;top:0rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCfklaGaBRqpfmXutdhHviHqDHKi3anL { display:block; }
 }@media only screen and (max-width: 763px) { #TioTzZOTcSGqMLTwbU5em5UJvcHfnQWa { width:9.375rem;height:9.375rem;top:18.15625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8VR4wZyb7aOSn3HlATJsSmCfoGScaAI { display:block; }
 }@media only screen and (max-width: 763px) { #OzcXl9PonQqhoFiPBKnBJacZclK9TRQ0 { width:9.375rem;height:9.375rem;top:18.15625rem;left:10.625rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f3b7f794-e18e-4df4-9770-dd63327ab787/womens_tee_frazzled_cat.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#OzcXl9PonQqhoFiPBKnBJacZclK9TRQ0.adaptive-delivery-prevent-bg, #OzcXl9PonQqhoFiPBKnBJacZclK9TRQ0.lazyload, #OzcXl9PonQqhoFiPBKnBJacZclK9TRQ0.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #CUIzappVR4fUxD9kOb8RSWCTLqvGgWsB { display:block; }
 }@media only screen and (max-width: 763px) { #vWc3t2vIBoEioTEnX8BOuGTICWydaRmB { display:block; }#vWc3t2vIBoEioTEnX8BOuGTICWydaRmB > .row .container { width:20rem;height:37.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lCQKeIh4GdrLSJRp4n5A2GldUR7VTlfx { width:9.375rem;height:1.3125rem;top:10rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hoBdqn8S2SopMTPVtzbPyKwE2GnQSKcB { width:9.375rem;height:1.3125rem;top:11.625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TihPRzl0c6NcIrMHsHSB9H7UpLHmoB3R { width:9.25rem;height:2.625rem;top:10rem;left:10.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XQInzSyXL1XcfmyoSZTt5IWIvFvKI7qw { width:9.25rem;height:3.9375rem;top:28.09375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NnSTOPFpooaAPih3I3oy78JRUtIErJ9a { width:9.1875rem;height:1.3125rem;top:28.09375rem;left:10.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z4iAgUO0mg2d7p90WFK6lG4tv6treFF7 { width:9.125rem;height:1.3125rem;top:12.875rem;left:10.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #P3d5tlW7TPyQdkSyUxF6QLdZSGQvFXwW { width:9.5625rem;height:1.3125rem;top:31.40625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qw9ayAcEyNlAPVt04CZ2iA4QElcx58fJ { width:9.25rem;height:1.3125rem;top:31.40625rem;left:10.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ih7M3e1pWdvk85Ivs46Ri7zOFyVglXvz { width:5.25rem;height:1.5rem;top:13.5625rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltzuwyviS5DaJ4D9TWfvCEeUtJnXGIw7 { display:block; }
 }@media only screen and (max-width: 763px) { #x5Ctu7fPwzf4ItJl5FnlnxEvg6sQvQA0 { width:5.25rem;height:1.5rem;top:14.8125rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TN6ILMEyqHwfWwMA9MXm7sALhE3VgQnv { display:block; }
 }@media only screen and (max-width: 763px) { #NQXEPlplOuTVTIu73JC0DwDoG5Is4QwI { width:5.25rem;height:1.5rem;top:33.59375rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #takrSbh9LzNsgBlmkMKLHFTLMMsZalPS { display:block; }
 }@media only screen and (max-width: 763px) { #hnvfIykvClzgwTo1DWxLLDZ4QZLfbnDE { width:5.25rem;height:1.5rem;top:33.59375rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDlQ8hbcu8z8r46JHhI2aWBQstdDi5bk { display:block; }
 }@media only screen and (max-width: 763px) { #mdT2vHde6tnbaKg9gEJE2KEzvwyBVM49 { width:9.375rem;height:9.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ieRycrd61ICJlsd5PvK1aPJVLwnr4iwQ { display:block; }
 }@media only screen and (max-width: 763px) { #zX4lUvl6HgUOXdQAlOMQOeN83mPyp6o3 { width:9.375rem;height:9.375rem;top:0rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxNV9lTHIH15b1eaPia5uXxMeTwEyv6q { display:block; }
 }@media only screen and (max-width: 763px) { #BhsM5uO7C6btTg0ums5ThpxyVQ97P4Wr { width:9.375rem;height:9.375rem;top:18.15625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGaWl9UX1qF0lHqVkNqCl47IfH8uEo6T { display:block; }
 }@media only screen and (max-width: 763px) { #ld9SF4zwQzBHt7HiMf7ztevoXky5ER5U { width:9.375rem;height:9.375rem;top:18.15625rem;left:10.625rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f3b7f794-e18e-4df4-9770-dd63327ab787/womens_tee_frazzled_cat.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#ld9SF4zwQzBHt7HiMf7ztevoXky5ER5U.adaptive-delivery-prevent-bg, #ld9SF4zwQzBHt7HiMf7ztevoXky5ER5U.lazyload, #ld9SF4zwQzBHt7HiMf7ztevoXky5ER5U.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #tkchs4aVz2nQVvTFN2G2WwrSgHLtM5Fs { display:block; }
 }@media only screen and (max-width: 763px) { #aCQotT6MST7515gB0lPschG8tBKN7eXS { background-color:#f8f8f9;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; }#aCQotT6MST7515gB0lPschG8tBKN7eXS > .row .container { background-color: transparent; background-image: none; }#aCQotT6MST7515gB0lPschG8tBKN7eXS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aCQotT6MST7515gB0lPschG8tBKN7eXS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aCQotT6MST7515gB0lPschG8tBKN7eXS > .row .container > .video-iframe-container { display: none; }#aCQotT6MST7515gB0lPschG8tBKN7eXS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aCQotT6MST7515gB0lPschG8tBKN7eXS > .row > .video-iframe-container { display: none; }#aCQotT6MST7515gB0lPschG8tBKN7eXS > .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); }#aCQotT6MST7515gB0lPschG8tBKN7eXS > .row .container { border-width: 0; border-radius: 0; }#aCQotT6MST7515gB0lPschG8tBKN7eXS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aCQotT6MST7515gB0lPschG8tBKN7eXS > .row .container { width:20rem;height:13.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TuJOxKt1gzHKmma65P99JAUftKKgMqIn { width:20rem;height:7.5rem;top:2.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OModiGdE3EsesE8lKw5vcVcJ0TFuIXpD { width:20rem;height:0;top:11.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDN8pXv4spSfsdtAp0RnKMVdRlCWTyyU { display:block; } #vcDZNIxdp70amhyo2OwneEg3UmlqKqWb.widget-smartsection *:focus-visible, #vcDZNIxdp70amhyo2OwneEg3UmlqKqWb.widget-smartsection input[type="text"]:focus-visible, #vcDZNIxdp70amhyo2OwneEg3UmlqKqWb.widget-smartsection input[type="email"]:focus-visible, #vcDZNIxdp70amhyo2OwneEg3UmlqKqWb.widget-smartsection input[type="tel"]:focus-visible, #vcDZNIxdp70amhyo2OwneEg3UmlqKqWb.widget-smartsection textarea:focus-visible { outline: none; } #QDN8pXv4spSfsdtAp0RnKMVdRlCWTyyU > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #oQ20DgDMSPK1m7y3wFlgDoJt8k8lxffC { display:block; } #T58328afeec78d69bf114e4247c68995.widget-smartsection *:focus-visible, #T58328afeec78d69bf114e4247c68995.widget-smartsection input[type="text"]:focus-visible, #T58328afeec78d69bf114e4247c68995.widget-smartsection input[type="email"]:focus-visible, #T58328afeec78d69bf114e4247c68995.widget-smartsection input[type="tel"]:focus-visible, #T58328afeec78d69bf114e4247c68995.widget-smartsection textarea:focus-visible { outline: none; } #oQ20DgDMSPK1m7y3wFlgDoJt8k8lxffC > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #lHd5gMnq6eHISv7FcCLRBi4EDw0ThhvZ { display:block; } #tGTQqIPcKQF6xteaWOx0eQOVfIWwPJEx.widget-smartsection *:focus-visible, #tGTQqIPcKQF6xteaWOx0eQOVfIWwPJEx.widget-smartsection input[type="text"]:focus-visible, #tGTQqIPcKQF6xteaWOx0eQOVfIWwPJEx.widget-smartsection input[type="email"]:focus-visible, #tGTQqIPcKQF6xteaWOx0eQOVfIWwPJEx.widget-smartsection input[type="tel"]:focus-visible, #tGTQqIPcKQF6xteaWOx0eQOVfIWwPJEx.widget-smartsection textarea:focus-visible { outline: none; } #lHd5gMnq6eHISv7FcCLRBi4EDw0ThhvZ > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #gM4UaMg1ZZrX01BrWKCU09KDGltFp0BL { display:block; } #NiwVQBRGz8SEo8HTwKsAgVIcudScu9sV.widget-smartsection *:focus-visible, #NiwVQBRGz8SEo8HTwKsAgVIcudScu9sV.widget-smartsection input[type="text"]:focus-visible, #NiwVQBRGz8SEo8HTwKsAgVIcudScu9sV.widget-smartsection input[type="email"]:focus-visible, #NiwVQBRGz8SEo8HTwKsAgVIcudScu9sV.widget-smartsection input[type="tel"]:focus-visible, #NiwVQBRGz8SEo8HTwKsAgVIcudScu9sV.widget-smartsection textarea:focus-visible { outline: none; } #gM4UaMg1ZZrX01BrWKCU09KDGltFp0BL > .row .container { position:relative;display:block; } }