.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:253,225,253;--color-primary-1:253,179,246;--color-primary-2:255,160,245;--color-primary-3:255,120,241;--color-primary-4:51,32,49;--color-secondary-0:237,246,225;--color-secondary-1:190,216,161;--color-secondary-2:163,209,107;--color-secondary-3:98,125,64;--color-secondary-4:33,42,21;--color-tertiary-0:255,255,255;--color-tertiary-1:246,246,246;--color-tertiary-2:204,204,204;--color-tertiary-3:76,76,76;--color-tertiary-4:0,0,0;--headlines-font-family:"Montserrat";--paragraphs-font-family:"Montserrat"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-tertiary-4),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:199999;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:fixed;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;top:0rem;left:0rem;right:0rem;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:5.5625rem;width:75rem;overflow:visible;position:relative;display:block; }#ps43Cx0uSzuf9AuRZtlB4mm6FwHccO3I { box-sizing:content-box;height:3.375rem;width:74.875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14996;background-color:rgba(var(--color-tertiary-0),0.9);background-image:none;top:1rem;left:0rem;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-3),0.2) ;display:block; }
#EzkKT98BU8cJ7PG2uKM2WyLCp2yNDCJy { position:absolute;display:block;z-index:15002;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:2rem;width:8.8125rem;top:1.75rem;left:1.9375rem;overflow:hidden;display:block; }
#bfIA7Jm8LTERT023wMDpyCW6LZE6vkM4 { box-sizing:content-box;height:1.875rem;width:0.0625rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-1),1);background-image:none;top:1.8125rem;left:11.625rem;display:block; }
#QiMhds5FI5rHSMkCRr9Ev5sg5zpCpc1c { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:14.375rem;border-top-right-radius:14.375rem;border-bottom-left-radius:14.375rem;border-bottom-right-radius:14.375rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-3),0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:2.5rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.5rem;left:55.0625rem;display:block; }
#IArkFZaDRvcDORboXCWLfyXOHfSSOnzz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#We260u38tf7zqncuceEnLu7yxwwxNgFT { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:14.375rem;border-top-right-radius:14.375rem;border-bottom-left-radius:14.375rem;border-bottom-right-radius:14.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-3),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:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.75rem;height:2.5rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.53125rem;left:32.9375rem;display:block; }
#MdEcORB61AUrwElJp7xoBinkru7hhLHX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vuB4i3QOXaabwGUawH31bOOn4pppSMKK { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:14.375rem;border-top-right-radius:14.375rem;border-bottom-left-radius:14.375rem;border-bottom-right-radius:14.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-3),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:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.625rem;height:2.5rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.53125rem;left:39.0625rem;display:block; }
#oxe1bDpHNM1yZSz105CJRdtOq2l3qxg4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#L53ReMzteU1y4KB1TMx2nJJ4wd6iya7N { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:14.375rem;border-top-right-radius:14.375rem;border-bottom-left-radius:14.375rem;border-bottom-right-radius:14.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),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:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.0625rem;height:1.9375rem;text-decoration:none;z-index:14997;text-align:center;text-align-last:center;top:1.8125rem;left:13.21875rem;display:block; }
#pWkxEu0mXAfKpFhAtHOMIygNIfDE1bEF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sVxJsaJbNCRo0250rgl5zosVfx2uA84C { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:14.375rem;border-top-right-radius:14.375rem;border-bottom-left-radius:14.375rem;border-bottom-right-radius:14.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-3),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:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.75rem;height:2.5rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.53125rem;left:23.15625rem;display:block; }
#STcUhQ0Hoeh4N21M2b7kcv5t0TPKAL8E { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#M4BBTukQmkVk4sdsLHL85rUxLJoAalGm { background-color:rgba(var(--color-tertiary-4),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#M4BBTukQmkVk4sdsLHL85rUxLJoAalGm > .row .container { border-width: 0; border-radius: 0; }#M4BBTukQmkVk4sdsLHL85rUxLJoAalGm > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#M4BBTukQmkVk4sdsLHL85rUxLJoAalGm > .row .container { font-size:0.875rem;font-family:arial;height:5.5625rem;width:75rem;overflow:visible;position:relative;display:none; }#NnPq6Mpvz5Cmkla7TrspXGhFA38yZyqs { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:14.375rem;border-top-right-radius:14.375rem;border-bottom-left-radius:14.375rem;border-bottom-right-radius:14.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-3),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:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.75rem;height:2.5rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.53125rem;left:32.3125rem;display:block; }
#r9krP9masrKIpr5xLAxagFsSdBmMm5NT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bRT1cmy4uCgIrEZXiDWbr8dkuUKX8WIp { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:14.375rem;border-top-right-radius:14.375rem;border-bottom-left-radius:14.375rem;border-bottom-right-radius:14.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-3),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:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.75rem;height:2.5rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.53125rem;left:13rem;display:block; }
#rFOCkP194oJDa94uF3ffwsAoxKpeZ0K7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GFHTnfPG9wXRymKBxxOhc0mmUbxOuF6k { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:14.375rem;border-top-right-radius:14.375rem;border-bottom-left-radius:14.375rem;border-bottom-right-radius:14.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),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:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.0625rem;height:1.9375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.8125rem;left:22.0625rem;display:block; }
#Z9Me3DUuoWNuf5NVze49pylaCK3e9Oea { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EodwhQ8QgP6VVb0B7gSvqaJslvpgWr1J { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:14.375rem;border-top-right-radius:14.375rem;border-bottom-left-radius:14.375rem;border-bottom-right-radius:14.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-3),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:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.625rem;height:2.5rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.53125rem;left:39.0625rem;display:block; }
#A5AKrUQDtWISeNREKdc74Oo8ickHms0P { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#alH0KW15lekVcXNR7PITvU0eoVVUWFfP .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#e3e3e3;background-image:none;vertical-align:top; }
#alH0KW15lekVcXNR7PITvU0eoVVUWFfP .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#alH0KW15lekVcXNR7PITvU0eoVVUWFfP .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--paragraphs-font-family);font-weight:700;font-size:1.25rem; }
#alH0KW15lekVcXNR7PITvU0eoVVUWFfP .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:var(--paragraphs-font-family); }
#alH0KW15lekVcXNR7PITvU0eoVVUWFfP .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#alH0KW15lekVcXNR7PITvU0eoVVUWFfP .accordion-trigger.adaptive-delivery-prevent-bg, #alH0KW15lekVcXNR7PITvU0eoVVUWFfP .accordion-trigger.lazyload, #alH0KW15lekVcXNR7PITvU0eoVVUWFfP .accordion-trigger.lazyloading { background-image: none; }
#alH0KW15lekVcXNR7PITvU0eoVVUWFfP { box-sizing:content-box;height:auto;width:17.5rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;display:none; }
#alH0KW15lekVcXNR7PITvU0eoVVUWFfP .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#alH0KW15lekVcXNR7PITvU0eoVVUWFfP #c5RI6TnlN9KgwGCTupJalhwnSlhTzT2M { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#alH0KW15lekVcXNR7PITvU0eoVVUWFfP #Z1EchtyhrV7wt8JW8ForunmVFyeEabBt { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#alH0KW15lekVcXNR7PITvU0eoVVUWFfP #ndrzVteFwAVJ8Udu1VA5ki74oCLNWdJo { display:block;position:relative; }
#alH0KW15lekVcXNR7PITvU0eoVVUWFfP #PDPAo2N5mypkytWefEiJ8H7uBafukXlA {  }
#alH0KW15lekVcXNR7PITvU0eoVVUWFfP #kpNxIviU9ooRF1d3DFvBeDe6q7Ixmm38 {  }
#HsDiuE7Czu9lNKpTIuo7acth72OifNG5 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#HsDiuE7Czu9lNKpTIuo7acth72OifNG5 > .row .container { background-color: transparent; background-image: none; }#HsDiuE7Czu9lNKpTIuo7acth72OifNG5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HsDiuE7Czu9lNKpTIuo7acth72OifNG5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HsDiuE7Czu9lNKpTIuo7acth72OifNG5 > .row .container > .video-iframe-container { display: none; }#HsDiuE7Czu9lNKpTIuo7acth72OifNG5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HsDiuE7Czu9lNKpTIuo7acth72OifNG5 > .row > .video-iframe-container { display: none; }#HsDiuE7Czu9lNKpTIuo7acth72OifNG5 > .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); }#HsDiuE7Czu9lNKpTIuo7acth72OifNG5 > .row .container { border-width: 0; border-radius: 0; }#HsDiuE7Czu9lNKpTIuo7acth72OifNG5 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#HsDiuE7Czu9lNKpTIuo7acth72OifNG5 > .row .container { font-size:0.875rem;font-family:arial;height:37.5625rem;width:75rem;overflow:visible;position:relative;display:block; }#JuU1WEPzh4LrvWG5Lky5NR5hNKPOnCN6 { position:absolute;display:block;z-index:14996;border-top:0.3125rem dashed #f34d4e;border-left:0.3125rem dashed #f34d4e;border-right:0.3125rem dashed #f34d4e;border-bottom:0.3125rem dashed #f34d4e;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-3),0.2) ;height:25.5625rem;width:74.375rem;top:6.0625rem;left:0rem;overflow:hidden;display:block; }
#E0w1HNVvWCyJiL1UXh03fQggum93JtpU { color:#f34d4e;display:block;width:42.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:8.75rem;left:29.9375rem;height:12.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ep9LokIzgELoS0wlJqgRpsHVCNIWXRzv { color:rgba(var(--color-tertiary-3),1);display:block;width:42.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:22.25rem;left:30.8125rem;height:8.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mu60fgG7v9Xo5SKhTQ4tbV0w76ylc7kF { position:absolute;display:block;z-index:15000;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-3),0.2) ;height:3.5625rem;width:1.25rem;top:5.75rem;left:-0.0625rem;overflow:hidden;display:none; }
#VNXr873X894EcpoQMQ9k2VThuFvN444t { position:absolute;display:block;z-index:15007;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:12.8125rem;width:26.9375rem;top:23.9375rem;left:0rem;overflow:hidden;display:block; }
#D2MgctubM6CeVu4rURvbRiDg0kqqCVWU { position:absolute;display:block;z-index:14999;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:27.4375rem;width:13.625rem;top:8.625rem;left:14.1875rem;overflow:hidden;display:block; }
#PhtDI67JCy5UXH1sHo87WnauzVG9hlxV { position:absolute;display:block;z-index:14997;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:13.875rem;width:13.875rem;top:7.1875rem;left:2.6875rem;overflow:hidden;display:block; }
#g6TkIds76uvyaob0m142JyfdsTcPxrZ9 { position:absolute;display:block;z-index:14998;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:6.9375rem;width:6.9375rem;top:23.5rem;left:64.625rem;overflow:hidden;display:block; }
#mUZ0TtJR7fTvnBvM6QXsQP68FOVUgzK6 { box-sizing:content-box;height:0.5625rem;width:3.1875rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:24.4375rem;left:21.493055343628rem;display:block; }
#AtPcMrxMny4o4g1aeF5I2FKx2Te8M1TT { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#VhrUFJGBhJTGAMosGIciog6MAGg3kgzK { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VhrUFJGBhJTGAMosGIciog6MAGg3kgzK > .row .container { background-color: transparent; background-image: none; }#VhrUFJGBhJTGAMosGIciog6MAGg3kgzK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VhrUFJGBhJTGAMosGIciog6MAGg3kgzK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VhrUFJGBhJTGAMosGIciog6MAGg3kgzK > .row .container > .video-iframe-container { display: none; }#VhrUFJGBhJTGAMosGIciog6MAGg3kgzK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VhrUFJGBhJTGAMosGIciog6MAGg3kgzK > .row > .video-iframe-container { display: none; }#VhrUFJGBhJTGAMosGIciog6MAGg3kgzK > .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); }#VhrUFJGBhJTGAMosGIciog6MAGg3kgzK > .row .container { border-width: 0; border-radius: 0; }#VhrUFJGBhJTGAMosGIciog6MAGg3kgzK > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VhrUFJGBhJTGAMosGIciog6MAGg3kgzK > .row .container { font-size:0.875rem;font-family:arial;height:56rem;width:75rem;overflow:visible;position:relative;display:block; }#PoBVQKSLnB0TXFmCH3qBZ1cKggDXlkVz { color:rgba(var(--color-tertiary-3),1);display:block;width:63.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:36.125rem;left:5.75rem;height:5.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H87kqcd5UiX8GefyuA2ZaGTScDOqyHMT { color:rgba(var(--color-primary-2),1);display:block;width:63.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;top:42.4375rem;left:5.75rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E5o0IuWDQs6MvwXOEf4N4sniPTrkWIRQ { box-sizing:content-box;height:9.375rem;width:23.625rem;position:absolute;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-1),1);background-image:none;top:8.125rem;left:51.375rem;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-3),0.2) ;display:block; }
#LlDQtHG1zZcxKWXBsTtQkJumVaVuxdXt { color:rgba(var(--color-tertiary-3),1);display:block;width:14.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.1;letter-spacing:0;top:9.875rem;left:58.375rem;height:4.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oTSRzTgeqPUTpKQSun45SL8Pai768yHQ { box-sizing:content-box;height:9.375rem;width:23.625rem;position:absolute;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-1),1);background-image:none;top:9.875rem;left:25.6875rem;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-3),0.2) ;display:block; }
#UOT6aUDs9WCfnOqArsvTTg3nwMJJQQTv { color:rgba(var(--color-tertiary-3),1);display:block;width:14.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:11.6875rem;left:32.6875rem;height:5.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HVMCD3rp23mdpcVTk6nob3U6BiPlb7JE { box-sizing:content-box;height:9.375rem;width:23.625rem;position:absolute;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-1),1);background-image:none;top:8.9375rem;left:0rem;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-3),0.2) ;display:block; }
#RrwK14sSwoWVHib3lZ0dA5XDTmTPHtZv { color:rgba(var(--color-tertiary-3),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.1;letter-spacing:0;top:11.0625rem;left:7.1875rem;height:4.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KMnqlHhInbZUa8ATCAroInTkBRBovucK { box-sizing:content-box;height:9.375rem;width:23.625rem;position:absolute;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;display:block;z-index:15022;background-color:rgba(var(--color-tertiary-1),1);background-image:none;top:21.5625rem;left:10.0625rem;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-3),0.2) ;display:block; }
#vO1voJJp6LPTAhMyDmW6XGMUJisCLRO9 { box-sizing:content-box;height:9.375rem;width:23.625rem;position:absolute;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-1),1);background-image:none;top:20.8125rem;left:41.375rem;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-3),0.2) ;display:block; }
#Sw45AADxH3i2rR71sfaD4D96ipssU87B { color:rgba(var(--color-tertiary-3),1);display:block;width:15.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15026;line-height:1.1;letter-spacing:0;top:23.375rem;left:17.0625rem;height:4.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QFAoAqTGdu5c2BNG0TWcebCy7HSc9zTi { color:rgba(var(--color-tertiary-3),1);display:block;width:14.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15018;line-height:1.1;letter-spacing:0;top:22.5625rem;left:48.375rem;height:5.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tNTw6rZGcI3SZmKWHT1dICeMuSwuTU33 { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:4.1875rem;width:4.1875rem;top:23.3125rem;left:12.3125rem;overflow:hidden;display:block; }
#dsV364sfMPP1lHMs8sIoE0kLm9PooEC2 { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:4.1875rem;width:4.1875rem;top:22.375rem;left:43.5rem;overflow:hidden;display:block; }
#pQuOoHlrZ8owN2lTO9D7UpX2X4hMi3bz { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:4.1875rem;width:4.1875rem;top:10.9375rem;left:1.8125rem;overflow:hidden;display:block; }
#L09KHoGgxKKKT7EEmeCyuorqLTXf90sH { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:4.1875rem;width:4.1875rem;top:11.6875rem;left:27.75rem;overflow:hidden;display:block; }
#esxsP1amdzxP2cyhv3kAoC4NzeEHGNec { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:4.1875rem;width:4.1875rem;top:9.875rem;left:53.375rem;overflow:hidden;display:block; }
#huknqWDfyz76tEeWErRIdu0hC98hr98L { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;top:3.875rem;left:0rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xBdTdZNKtDS88ll5zAgVKreivEzyTkl9 { color:rgba(var(--color-tertiary-3),1);display:block;width:56.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:46.388671875rem;left:9.125rem;height:2.59895625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xM3RWtTAakAK4WN5CbopbI6PtceJGZuT { background-color:rgba(var(--color-tertiary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#xM3RWtTAakAK4WN5CbopbI6PtceJGZuT > .row .container { background-color: transparent; background-image: none; }#xM3RWtTAakAK4WN5CbopbI6PtceJGZuT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xM3RWtTAakAK4WN5CbopbI6PtceJGZuT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xM3RWtTAakAK4WN5CbopbI6PtceJGZuT > .row .container > .video-iframe-container { display: none; }#xM3RWtTAakAK4WN5CbopbI6PtceJGZuT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xM3RWtTAakAK4WN5CbopbI6PtceJGZuT > .row > .video-iframe-container { display: none; }#xM3RWtTAakAK4WN5CbopbI6PtceJGZuT > .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); }#xM3RWtTAakAK4WN5CbopbI6PtceJGZuT > .row .container { border-width: 0; border-radius: 0; }#xM3RWtTAakAK4WN5CbopbI6PtceJGZuT > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#xM3RWtTAakAK4WN5CbopbI6PtceJGZuT > .row .container { font-size:0.875rem;font-family:arial;height:46.25rem;width:75rem;overflow:visible;position:relative;display:block; }#UrdhDrl8LTAgO94C5STc273cTyOwzNLi { color:rgba(var(--color-tertiary-3),1);display:block;width:46.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15006;line-height:1.1;letter-spacing:0;top:9.5rem;left:0rem;height:8.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JpTldUlAxO1QTucyaFghTdpRAx98qVvM { box-sizing:content-box;height:2.375rem;width:20rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15016;background-color:#d2eafd;background-image:none;top:5.625rem;left:0rem;display:block; }
#AgGxsTkVzhR0Gff8X7RuDUeEfPfrgEii { color:rgba(var(--color-tertiary-3),1);display:block;width:19.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15016;line-height:1.1;letter-spacing:0;top:6.1875rem;left:0.125rem;height:1.23730625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hmVEJQ0TVa9D9scQfKnx4TDZ85JFI7u5 { color:rgba(var(--color-tertiary-3),1);display:block;width:46rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.1;letter-spacing:0;top:19.412109375rem;left:0rem;height:7.421875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#L4qBSofVnZmSXHZNp5TWnPl0VB7niMFc { position:absolute;display:block;z-index:15063;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:30rem;width:16.875rem;top:8.25rem;left:48.125rem;display:block; }
#RAdfwbs7L6qcfDk3NNk1uTshUpR2g3vy { position:absolute;display:block;z-index:15064;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:35.6875rem;width:20rem;top:5.4375rem;left:46.5625rem;overflow:hidden;display:block; }
#b2KC4qUHfzxcGmRMTTWdOWG8qmBtLdzb { box-sizing:content-box;height:34.375rem;width:16.4375rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:6.125rem;left:48.5rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#ETsX717CPpioTdVQ8AvXgwIMwXAT93xz { color:#f34d4e;display:block;width:34.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15006;line-height:1.1;letter-spacing:0;top:29.4375rem;left:3.9375rem;height:4.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nLbTMcaE8nXDVhyw2P96Xvr9OdBxFTaE { position:absolute;display:block;z-index:15065;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:5.4375rem;width:3.625rem;top:28.8125rem;left:0rem;overflow:hidden;display:block; }
#PsP1TF50bO1uK8BqioCdpSylEuxgVM4q { position:absolute;display:block;z-index:15066;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:3.625rem;top:21.3125rem;left:69.1875rem;overflow:hidden;display:block; }
#ygipVykz6JRmS6kVONTuOtNMqqA5BiV0 { position:absolute;display:block;z-index:15067;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:7.5rem;width:7.5rem;top:4.1875rem;left:62.75rem;overflow:hidden;display:block; }
#KVDZv5aoGtX0aMASvussHiws40Q1kR5z { background-color:#f34d4e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:14.375rem;border-top-right-radius:14.375rem;border-bottom-left-radius:14.375rem;border-bottom-right-radius:14.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.6875rem;height:4.375rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:36.1875rem;left:3.625rem;display:block; }
#AyyHcAHGD5KdzuxC98z43LDU7o3oFmwS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#guZXyBdRHsTc1VCl6LQlHrrqm5BH7l0y { box-sizing:content-box;height:3.1875rem;width:6.75rem;position:absolute;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block;z-index:14998;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:27.453125rem;left:67.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
#tmamwfUhxp9X463X1bgI9oIU0kp15LUx { box-sizing:content-box;height:3.5625rem;width:6.75rem;position:absolute;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block;z-index:14999;background-color:#f34d4e;background-image:none;top:16.125rem;left:67.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
#aTFWqdZw3e0LTX5cToVPBRehDmNvdUe2 { color:rgba(var(--color-tertiary-0),1);display:block;width:6.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15007;line-height:1.1;letter-spacing:0;top:16.7939453125rem;left:67.8125rem;height:2.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pOFo3Zu2Meb3tzcUkJZmNLdzJRfGRDo9 { color:rgba(var(--color-tertiary-0),1);display:block;width:6.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;top:27.9375rem;left:67.8125rem;height:2.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LlI8MIE5aFE93mmCDKiII67DbrVL8sm2 { position:relative;display:block; }#LlI8MIE5aFE93mmCDKiII67DbrVL8sm2 { background-color: transparent; background-image: none; }#LlI8MIE5aFE93mmCDKiII67DbrVL8sm2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LlI8MIE5aFE93mmCDKiII67DbrVL8sm2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LlI8MIE5aFE93mmCDKiII67DbrVL8sm2 > .row .container > .video-iframe-container { display: none; }#LlI8MIE5aFE93mmCDKiII67DbrVL8sm2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LlI8MIE5aFE93mmCDKiII67DbrVL8sm2 > .row > .video-iframe-container { display: none; }#LlI8MIE5aFE93mmCDKiII67DbrVL8sm2 > .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); }#LlI8MIE5aFE93mmCDKiII67DbrVL8sm2 { border-width: 0; border-radius: 0; }#LlI8MIE5aFE93mmCDKiII67DbrVL8sm2 > .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; }#LlI8MIE5aFE93mmCDKiII67DbrVL8sm2 > .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:82.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; }#DdnNcCP6usqrrHIE4BtDx0DNmHqUvDHE { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.375rem;width:11.375rem;top:25.5625rem;left:6.8125rem;overflow:hidden;display:block; }
#FFb4uemCzkDrLEGlgFEl9TyT3x8KT3ZW { color:rgba(var(--color-primary-2),1);display:block;width:63.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15007;line-height:1.1;letter-spacing:0;top:22.6875rem;left:5.75rem;height:1.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#miZ4Bk7M19qMJGJ5kiMnWzlFtU9vETHF { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.8125rem;width:26.9375rem;top:8.9375rem;left:22.75rem;overflow:hidden;display:block; }
#WqwHmsA0v9DByITnDBKuqP5iIIvT2Lmk { color:rgba(var(--color-tertiary-3),1);display:block;width:54.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15006;line-height:1.1;letter-spacing:0;top:5.5rem;left:10.3125rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GCM8T13R2CamQqElTFFavPqmDvAQTINs { box-sizing:content-box;height:5.625rem;width:20.625rem;position:absolute;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block;z-index:15000;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:34.0625rem;left:2.1875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-3),0.2) ;display:block; }
#vx13GdNfxvQdzfwfOKGuckhRs2WkH7ZJ { color:rgba(var(--color-tertiary-3),1);display:block;width:21rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:40.9375rem;left:2rem;height:7.796875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Q4qsCAP9maxVvcn5iL3xRrxwGsbOcLfV { color:rgba(var(--color-tertiary-0),1);display:block;width:19.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15041;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-3),0.2);top:36.125rem;left:2.625rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Jc1IaPeWieMoI9HxASwRQsJsTeh3Vrrp { color:rgba(var(--color-tertiary-3),1);display:block;width:20.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:40.9375rem;left:27.1875rem;height:6.497375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nrmn40gg4V7vyA6yLk5kvzZXr6WslHGc { box-sizing:content-box;height:5.625rem;width:20.625rem;position:absolute;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block;z-index:15003;background-color:rgba(var(--color-primary-1),1);background-image:none;top:34.0625rem;left:27.1875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-3),0.2) ;display:block; }
#w3REDa3ZhO7Ta9WgCmMbTQO5lRxC1r7d { color:rgba(var(--color-tertiary-0),1);display:block;width:19.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15044;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-3),0.2);top:36.125rem;left:27.625rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MGFZlRN1k8ZMcmEXAoMZq00SvOw9dSt1 { 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:12.5625rem;width:12.5625rem;top:25.5625rem;left:31.21875rem;overflow:hidden;display:block; }
#pDLJnFP7OI5TrVyDbyuJTRih4DGhlM4U { color:rgba(var(--color-tertiary-3),1);display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:40.9375rem;left:51.875rem;height:6.497375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Q4Bo4RykEQxIDax7vI7DwgGTLewdHOmh { box-sizing:content-box;height:5.625rem;width:20.625rem;position:absolute;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block;z-index:15007;background-color:#c4dcf3;background-image:none;top:34.0625rem;left:52.1875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-3),0.2) ;display:block; }
#GrUhhfpmbuZbRe5ztDa5884NPEUqI3cm { color:rgba(var(--color-tertiary-0),1);display:block;width:19.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15048;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-3),0.2);top:36.125rem;left:52.625rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pLq3lUT1Msg4ManqrOM79tTat5Xa6hfN { position:absolute;display:block;z-index:15016;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:11.375rem;width:11.375rem;top:25.5625rem;left:57.5625rem;overflow:hidden;display:block; }
#NGUa8bx9u6EXv6AqecyXHLZSc59ORK4Q { color:rgba(var(--color-tertiary-3),1);display:block;width:21.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:68.3125rem;left:51.78125rem;height:6.497375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XkluRBFAd6vrAJtdlQupe46ffcS3nMKq { color:rgba(var(--color-tertiary-3),1);display:block;width:21.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:68.3125rem;left:1.6875rem;height:6.497375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#D1qtlTew5SbvOecO1tIVTFrL1G4r8mM3 { color:rgba(var(--color-tertiary-3),1);display:block;width:21rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:68.375rem;left:27rem;height:6.497375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aqwNT2XImPK3rBGJ70TMb5Z2clRQVhw3 { box-sizing:content-box;height:5.625rem;width:20.625rem;position:absolute;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block;z-index:15012;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:61.5rem;left:27.1875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-3),0.2) ;display:block; }
#wOTibIogT9KVT1iJe5TiKFVuV6ZNhNDL { box-sizing:content-box;height:5.625rem;width:20.625rem;position:absolute;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block;z-index:15015;background-color:rgba(var(--color-primary-1),1);background-image:none;top:61.5625rem;left:52.1875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-3),0.2) ;display:block; }
#XI4e3Bx2rgIr1GQ45smIf5cQzrcHNPKN { box-sizing:content-box;height:5.625rem;width:20.625rem;position:absolute;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block;z-index:15019;background-color:#c4dcf3;background-image:none;top:61.5rem;left:2.1875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-3),0.2) ;display:block; }
#U7nczGorW4UcIIFLCAUvVfureHLZVqbz { color:rgba(var(--color-tertiary-0),1);display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15053;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-3),0.2);top:63.625rem;left:29.15625rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XPwu31Wafp7kX2A84pZIrTCEATmVyi7E { color:rgba(var(--color-tertiary-0),1);display:block;width:19.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15056;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-3),0.2);top:63.625rem;left:52.84375rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IB5AxNGBE11LvJnvBmRKN0yxgqUw9s5b { color:rgba(var(--color-tertiary-0),1);display:block;width:19.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15060;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-3),0.2);top:63.5625rem;left:2.625rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nfMpO4sxcGxVoVGAgicTJcGLM2bcu1hc { position:absolute;display:block;z-index:15024;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:11.375rem;width:11.375rem;top:53.0625rem;left:56.8125rem;overflow:hidden;display:block; }
#qyiK4aEDZDBnEiFoLRomuolOK7rXGRUs { position:absolute;display:block;z-index:15021;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:10.6875rem;width:10.6875rem;top:53.875rem;left:32.59375rem;overflow:hidden;display:block; }
#PJ4I48qEz2QfblSRRwJpSTBlNDPuqCcB { position:absolute;display:block;z-index:15028;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:11.75rem;width:11.75rem;top:53.5rem;left:6.5rem;overflow:hidden;display:block; }
#e7aV0Kh6yv2ZTqhTEGRnAoqBnBTs64nP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-1),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-1),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-1),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-1),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-1),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#e7aV0Kh6yv2ZTqhTEGRnAoqBnBTs64nP > .row .container { background-color: transparent; background-image: none; }#e7aV0Kh6yv2ZTqhTEGRnAoqBnBTs64nP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e7aV0Kh6yv2ZTqhTEGRnAoqBnBTs64nP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e7aV0Kh6yv2ZTqhTEGRnAoqBnBTs64nP > .row .container > .video-iframe-container { display: none; }#e7aV0Kh6yv2ZTqhTEGRnAoqBnBTs64nP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e7aV0Kh6yv2ZTqhTEGRnAoqBnBTs64nP > .row > .video-iframe-container { display: none; }#e7aV0Kh6yv2ZTqhTEGRnAoqBnBTs64nP > .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); }#e7aV0Kh6yv2ZTqhTEGRnAoqBnBTs64nP > .row .container { border-width: 0; border-radius: 0; }#e7aV0Kh6yv2ZTqhTEGRnAoqBnBTs64nP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e7aV0Kh6yv2ZTqhTEGRnAoqBnBTs64nP > .row .container { font-size:0.875rem;font-family:arial;height:33.25rem;width:75rem;position:relative;display:block; }#NZLSDDvqvFart5qOaTXxBxOvV4yB9siM { position:absolute;display:block;z-index:15048;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:27.4375rem;width:15.1875rem;top:1.21875rem;left:-0.86732185289569rem;overflow:hidden;display:block; }
#xDcIihwzV4gfvlKFwGPfwxemJT1I3q71 { position:absolute;display:block;z-index:15049;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:27.4375rem;width:14.875rem;top:1.21875rem;left:-16.098879067538rem;overflow:hidden;display:block; }
#ah4nHc4IGLdD67CPhsDbODVq7y8TZffX { position:absolute;display:block;z-index:15050;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:27.4375rem;width:15.375rem;top:1.21875rem;left:45.1875rem;overflow:hidden;display:block; }
#fTxuAxQNWqeVpcs4OrQT8F1NExTCTJK2 { position:absolute;display:block;z-index:15052;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:27.4375rem;width:15.375rem;top:1.21875rem;left:14.5rem;overflow:hidden;display:block; }
#dmJ8xD3TCir74Jv7QrSnkdwzfSznndHT { position:absolute;display:block;z-index:15047;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:27.4375rem;width:15.375rem;top:1.21875rem;left:61.3125rem;overflow:hidden;display:block; }
#qPQHxba6DllVXupTGecssCazqJnnfb28 { position:absolute;display:block;z-index:15051;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:27.4375rem;width:15.3125rem;top:1.21875rem;left:76.72265625rem;overflow:hidden;display:block; }
#fJlbRVcbFtgB4QPJ6BchEq9AhJpXHmgd { position:absolute;display:block;z-index:15054;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:27.4375rem;width:15.375rem;top:1.21875rem;left:29.8125rem;overflow:hidden;display:block; }
#DE5dTlFOpa60MhwgUpF547SfDlJOLmR0 { box-sizing:content-box;height:0.75rem;width:4.875rem;position:absolute;display:block;z-index:15056;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:16.944438457489rem;left:5.7421875rem;display:block; }
#lmBgpnBfgWwoEXDa8L7l879olqEWvUVD { box-sizing:content-box;height:0.75rem;width:4.875rem;position:absolute;display:block;z-index:15057;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:22.69357585907rem;left:5.7421875rem;display:block; }
#Jf5UKstSTcAoaKyViQCoEFbPpGUBIZF5 { box-sizing:content-box;height:0.75rem;width:4.1875rem;position:absolute;display:block;z-index:15058;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:21.999131202698rem;left:20.742189407349rem;display:block; }
#FmCwyCStGMqK2TT3pv87JrB4BhNkaAfV { box-sizing:content-box;height:0.75rem;width:4.1875rem;position:absolute;display:block;z-index:15059;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:20.686638116836rem;left:37.117189407349rem;display:block; }
#r56xsALsqpdoXQT3JmynOSHAAfILwFFI { box-sizing:content-box;height:0.75rem;width:4.1875rem;position:absolute;display:block;z-index:15060;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:15.186632394791rem;left:37.117189407349rem;display:block; }
#TSGg79nCbokzJVwhnG0iOOcaVG3gzkBK { box-sizing:content-box;height:0.75rem;width:4.1875rem;position:absolute;display:block;z-index:15060;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:19.992188453674rem;left:37.117189407349rem;display:block; }
#wMf8SOnuZxD7u1I8r4eT1JS10RdyzXzc { box-sizing:content-box;height:0.75rem;width:4.1875rem;position:absolute;display:block;z-index:15061;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:9.3116321563719rem;left:37.117189407349rem;display:block; }
#qeKPNHRQW3QmmselbFSHkBc3I10Q94vH { box-sizing:content-box;height:0.75rem;width:4.1875rem;position:absolute;display:block;z-index:15062;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:17.693577051162rem;left:52.304685592651rem;display:block; }
#AgzeWMMiRLAROEEqhqvhQIqJX0gkCiIc { box-sizing:content-box;height:0.9375rem;width:4.1875rem;position:absolute;display:block;z-index:15063;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:9.3116323947906rem;left:68.741323649881rem;display:block; }
#Z6pULIzPi0y3Bv7Z4ZsDEdiCZTVQPIVP { box-sizing:content-box;height:0.625rem;width:4.1875rem;position:absolute;display:block;z-index:15064;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:14.656250238419rem;left:68.741323649881rem;display:block; }
#n2sHGJxU3SMbJeiOzTQsZf02SQoEyaGq { box-sizing:content-box;height:0.6875rem;width:2.8125rem;position:absolute;display:block;z-index:15065;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:21.554687738419rem;left:69.116323649881rem;display:block; }
#THAxESQUh9Azi30ITd7e7ogWpKrXrszW { box-sizing:content-box;height:0.625rem;width:4.1875rem;position:absolute;display:block;z-index:15065;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:8.2812502384187rem;left:83.991323649881rem;display:block; }
#sXNuq3amsiasRHMJITzJ0E8ITeWB8GBW { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#trE8KCQKhk62L9w3C1I0hhWTKxg2otR6 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#fWrFITHEZM3P8EvfwRO9sIXzlmGk8tcJ { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#AJsgPtqbqblDAhWbBANEJOFMXzhCtpAZ { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#R7JKyKIaE8T8tWteIHQ2yGu86OJt3zdN { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#yiLf6PKzFXTRRrvhfcwIdI6fhH9IeDHz { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#oWWT9z4KJCq0dsBDsoZvL539pToHM1Dq { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#z25C9Qi9IJPgcHTM5qPqGGrJxQpXFquh { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#qHsVNOUwU1XUgQZDTweETtc5N9ac5zv4 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#o6U2bVCT7rITnLa4tkkEqGJy4tMC2tHv { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#ZHnUeUDDDtI4ew0hH8TismfK2EUvnikQ { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#HHDJ6W7w630drpDUs3FckbarzsD26eJT { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#cRnpsFkfJxNF8qT90vtvv7Tie1ner4MR { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#Pd7SrTqTv0cPR7PpsXmHKUv7Xx9pIK1c { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#CRGngs2yExVksVXH18gXDpM3ubIKxqeE { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#frCyE40lHa6TASmBRQx7T2rA1dV1Rcta { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#BEKTVMXifwVmCuWyVshKMWTMIW8ILJLu { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#u7AorzkSxd8ekIF9lHNiyqPi0P0epfXA { box-sizing:content-box;height:0.625rem;width:7rem;position:absolute;display:block;z-index:15065;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0.64930820465088rem;left:47.895833969116rem;display:block; }
#H2oBnExFl7S0xTqafMZ0lEO4kQtaXIfl { box-sizing:content-box;height:0.625rem;width:7.0625rem;position:absolute;display:block;z-index:15066;background-color:#e3e3e3;background-image:none;top:4rem;left:66.991318464281rem;display:block; }
#ysuJyKDsaUJXBSBfIKkBURLdEir8aN4W { box-sizing:content-box;height:0.375rem;width:5.0625rem;position:absolute;display:block;z-index:15067;background-color:#e3e3e3;background-image:none;top:4.201388875rem;left:83.050626884369rem;display:block; }
#twccXkFm6iAwBNJ840KvH3JrwqSxL463 { background-color:rgba(var(--color-tertiary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#twccXkFm6iAwBNJ840KvH3JrwqSxL463 > .row .container { background-color: transparent; background-image: none; }#twccXkFm6iAwBNJ840KvH3JrwqSxL463::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#twccXkFm6iAwBNJ840KvH3JrwqSxL463 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#twccXkFm6iAwBNJ840KvH3JrwqSxL463 > .row .container > .video-iframe-container { display: none; }#twccXkFm6iAwBNJ840KvH3JrwqSxL463 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#twccXkFm6iAwBNJ840KvH3JrwqSxL463 > .row > .video-iframe-container { display: none; }#twccXkFm6iAwBNJ840KvH3JrwqSxL463 > .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); }#twccXkFm6iAwBNJ840KvH3JrwqSxL463 > .row .container { border-width: 0; border-radius: 0; }#twccXkFm6iAwBNJ840KvH3JrwqSxL463 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#twccXkFm6iAwBNJ840KvH3JrwqSxL463 > .row .container { font-size:0.875rem;font-family:arial;height:101.6875rem;width:75rem;overflow:visible;position:relative;display:block; }#Bm2G2eVRPcwB0DV0f0byuEledQtkT1s4 { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:14.375rem;border-top-right-radius:14.375rem;border-bottom-left-radius:14.375rem;border-bottom-right-radius:14.375rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-3),0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.75rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:39.5rem;left:1.625rem;display:block; }
#giNyfKf4mkB0ll4S5gtrEUgaaCQ8kA5M { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#g24VTc6gTxu8Xw8RSiMwmOTlDyzEJLQo { box-sizing:content-box;height:23.75rem;width:21.875rem;position:absolute;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:24.8125rem;left:0rem;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-3),0.2) ;display:block; }
#zm2UAGVqIHMmO6H8MHQiqFCmLXN2CyUL { color:rgba(var(--color-tertiary-3),1);display:block;width:22rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15025;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.25);top:26.5rem;left:0rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TgEB1DbiiTz6K9u4Um6uoBDQJ8emIgO0 { color:rgba(var(--color-secondary-2),1);display:block;width:20.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15056;line-height:1.2;letter-spacing:0;top:50.3125rem;left:0.6875rem;height:2.0996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XfBnh2OSJFuM87kNQdd5W0ZHryG3CmSh { color:rgba(var(--color-tertiary-3),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15057;line-height:1.2;letter-spacing:0;top:57.3125rem;left:1.625rem;height:;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#XfBnh2OSJFuM87kNQdd5W0ZHryG3CmSh li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#XfBnh2OSJFuM87kNQdd5W0ZHryG3CmSh li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/c0d066f9-a8aa-4350-8fce-d18bec44fed6/OdchudzaniezKate16.png); }
#S6IqZeCZezyB5147kZMdpIdnQNQmw5wC { color:rgba(var(--color-tertiary-3),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15058;line-height:1.2;letter-spacing:0;top:60.3125rem;left:1.625rem;height:3.1484375rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#S6IqZeCZezyB5147kZMdpIdnQNQmw5wC li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#S6IqZeCZezyB5147kZMdpIdnQNQmw5wC li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/a38dc8e4-a6f9-4076-80b6-8b60a15e56cc/womanraisinghand_1f64b200d2640fe0f.png); }
#NDAZXTHtnlfxpy8bJAr2l7T3FaWbn2fW { color:rgba(var(--color-tertiary-3),1);display:block;width:18.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15063;line-height:1.2;letter-spacing:0;top:64.3125rem;left:1.625rem;height:2.0996125rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#NDAZXTHtnlfxpy8bJAr2l7T3FaWbn2fW li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#NDAZXTHtnlfxpy8bJAr2l7T3FaWbn2fW li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/889a0bc5-21db-4a07-9051-9abc0c6517c4/battery_1f50b.png); }
#BPcd0CLbCzMxMxilyoE95QZVFK0PShXX { color:rgba(var(--color-tertiary-3),0.7);display:block;width:22rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15019;line-height:1.1;letter-spacing:0;top:30.625rem;left:0rem;height:2.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oQZhQxf7mJRpvzgsKytFugHTzzconWOy { box-sizing:content-box;height:0.1875rem;width:5rem;position:absolute;display:block;z-index:15089;background-color:#ff0000;background-image:none;top:31.5625rem;left:8.5rem;display:block; }
#LpVrXCDN7SKd1TlRE0nLZb3ebFKP1Wug { color:rgba(var(--color-secondary-2),1);display:block;width:14.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15017;line-height:1.1;letter-spacing:0;top:33rem;left:1.875rem;height:3.09375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lcT2QpffEGvcdnofwuGTRAvSCbvwK5u3 { color:rgba(var(--color-tertiary-3),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15050;line-height:1.2;letter-spacing:0;top:85.25rem;left:1.625rem;height:2.0996125rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#lcT2QpffEGvcdnofwuGTRAvSCbvwK5u3 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#lcT2QpffEGvcdnofwuGTRAvSCbvwK5u3 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/6812edce-0f1a-45d3-bd1c-e3a2f88af85d/tearoffcalendar_1f4c6.png); }
#erN3PXVXKXTefzcOuyi7rl7UkVRdJT43 { color:rgba(var(--color-tertiary-3),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15049;line-height:1.2;letter-spacing:0;top:71.25rem;left:1.625rem;height:2.0996125rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#erN3PXVXKXTefzcOuyi7rl7UkVRdJT43 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#erN3PXVXKXTefzcOuyi7rl7UkVRdJT43 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/ff52ee04-c15e-4c41-a09c-955a4597e986/compass_1f9ed.png); }
#xPmUe7TqpTm8OmhQZTNCm5a8Gi9SinAI { color:rgba(var(--color-tertiary-3),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15046;line-height:1.2;letter-spacing:0;top:67.1875rem;left:1.625rem;height:3.1484375rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#xPmUe7TqpTm8OmhQZTNCm5a8Gi9SinAI li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#xPmUe7TqpTm8OmhQZTNCm5a8Gi9SinAI li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/c7a97f90-7f58-4f2c-a8ae-446d87c95089/mobilephonewitharrow_1f4f2.png); }
#KvgRKJoLzUbMrlzPgoaHHw4VSax7vcWO { color:rgba(var(--color-tertiary-3),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15044;line-height:1.2;letter-spacing:0;top:74.125rem;left:1.625rem;height:2.0996125rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#KvgRKJoLzUbMrlzPgoaHHw4VSax7vcWO li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#KvgRKJoLzUbMrlzPgoaHHw4VSax7vcWO li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/dca8872d-8611-4b2e-9cce-f1d15339a1cd/glasses_1f453.png); }
#FRJNXFKTOcECVclTl2ES2cXkR2V603CM { color:rgba(var(--color-tertiary-3),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15045;line-height:1.2;letter-spacing:0;top:79.75rem;left:1.625rem;height:2.0996125rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#FRJNXFKTOcECVclTl2ES2cXkR2V603CM li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#FRJNXFKTOcECVclTl2ES2cXkR2V603CM li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/388d1c2e-574d-4f78-8a1b-449d484af9a2/crown_1f451.png); }
#qtGqMr2w785GBqbv4hWPLyyApDp3EthC { position:absolute;display:block;z-index:15003;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:2rem;width:8.8125rem;top:4.625rem;left:33.09375rem;overflow:hidden;display:block; }
#qo5okms4mEDnCDpXbuefIILm565oK5e3 { color:rgba(var(--color-tertiary-3),1);display:block;width:54.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:8.8125rem;left:10.28125rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nPbosgdHEpZav6fIVaMQSSeTFkgBV6Ih { color:rgba(var(--color-tertiary-3),1);display:block;width:63.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15006;line-height:1.1;letter-spacing:0;top:17.5625rem;left:4.8125rem;height:1.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OKPM87ow6Vt74IEHtGt5Ztx8gur4fqtT { box-sizing:content-box;height:4.5625rem;width:21.875rem;position:absolute;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block;z-index:15000;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:24.8125rem;left:0rem;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-3),0.2) ;display:block; }
#ZgCgwfAqVa2wWgsIebGolR7MRDkc8Xsp { color:rgba(var(--color-secondary-2),1);display:block;width:14.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15018;line-height:1.6;letter-spacing:0;top:33.625rem;left:5.5625rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HcbD8rKNAo1H9kLEkKPuHBkrTM8pi51Z { color:rgba(var(--color-tertiary-3),1);display:block;width:22rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:36.75rem;left:0rem;height:1.099825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BKe4oGwMQEaiaoHqNaTi5hICmhHfNJGF { box-sizing:content-box;height:46.0625rem;width:21.875rem;position:absolute;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:44.4375rem;left:0rem;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-3),0.2) ;display:block; }
#MfpNmfQzlnM94FUsoQZaFWxnPetJz3a0 { color:rgba(var(--color-tertiary-3),1);display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15048;line-height:1.2;letter-spacing:0;top:82.375rem;left:1.8125rem;height:2.0996125rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#MfpNmfQzlnM94FUsoQZaFWxnPetJz3a0 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#MfpNmfQzlnM94FUsoQZaFWxnPetJz3a0 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/862a12ec-52a9-498a-9927-0008ecf39beb/sweatdroplets_1f4a6.png); }
#bApnUWhHcDK1l30gIsB0K6IKzaBn710Q { color:rgba(var(--color-tertiary-3),1);display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15048;line-height:1.2;letter-spacing:0;top:77rem;left:1.8125rem;height:2.0996125rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#bApnUWhHcDK1l30gIsB0K6IKzaBn710Q li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#bApnUWhHcDK1l30gIsB0K6IKzaBn710Q li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/cb01768c-db6a-4118-9470-f0d6f6b1115c/broccoli_1f966.png); }
#Th74K9Zwp9WTr2L39h1FxA660vPEtRrc { box-sizing:content-box;height:23.75rem;width:21.875rem;position:absolute;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block;z-index:15020;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:24.8125rem;left:26.5rem;border-top:0.0625rem solid rgba(var(--color-primary-3),1);border-left:0.0625rem solid rgba(var(--color-primary-3),1);border-right:0.0625rem solid rgba(var(--color-primary-3),1);border-bottom:0.0625rem solid rgba(var(--color-primary-3),1);box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-3),0.2) ;display:block; }
#uG1n4sWmr9NGONlQxxa5rp7JTZWmzfJ8 { color:rgba(var(--color-tertiary-3),1);display:block;width:22rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15046;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.25);top:26.5rem;left:26.5rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H6dvEMOQQkc5Q7wWGe4hzaL5ypkFyTp7 { color:rgba(var(--color-tertiary-3),0.7);display:block;width:22rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15040;line-height:1.1;letter-spacing:0;top:30.625rem;left:26.5rem;height:2.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nDGbwzodMWrQhcmZo6hElZz3fmJWfpTh { box-sizing:content-box;height:4.5625rem;width:21.875rem;position:absolute;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block;z-index:15021;background-color:rgba(var(--color-primary-1),1);background-image:none;top:24.8125rem;left:26.5rem;border-top:0.0625rem solid rgba(var(--color-primary-3),1);border-left:0.0625rem solid rgba(var(--color-primary-3),1);border-right:0.0625rem solid rgba(var(--color-primary-3),1);border-bottom:0.0625rem solid rgba(var(--color-primary-3),1);box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-3),0.2) ;display:block; }
#pQHTP9XCN9DPFrcWK5mrLMr7yTVayKD6 { color:rgba(var(--color-tertiary-3),1);display:block;width:22rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15041;line-height:1.1;letter-spacing:0;top:36.75rem;left:26.5rem;height:1.099825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#D7kZp2Czxzemv0W6y6kxKoTFpUKSTfUi { box-sizing:content-box;height:46.0625rem;width:21.875rem;position:absolute;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block;z-index:14995;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:44.4375rem;left:26.5rem;border-top:0.0625rem solid rgba(var(--color-primary-3),1);border-left:0.0625rem solid rgba(var(--color-primary-3),1);border-right:0.0625rem solid rgba(var(--color-primary-3),1);border-bottom:0.0625rem solid rgba(var(--color-primary-3),1);box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-3),0.2) ;display:block; }
#PT4zMr0g9SQeLQbW0Pv5xoT8KVrgCwxF { color:rgba(var(--color-primary-3),1);display:block;width:20.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15077;line-height:1.2;letter-spacing:0;top:50.3125rem;left:27.1875rem;height:2.0996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RXoUzt3i0L89BvELmH4gcsJynxtEh8lM { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:14.375rem;border-top-right-radius:14.375rem;border-bottom-left-radius:14.375rem;border-bottom-right-radius:14.375rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-3),0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.75rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:39.5rem;left:28.125rem;display:block; }
#Mz7pGQFh8qv1KGxTAKCDSafzXfnlepXq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xl795fIu5awgFOFtvhMHJcum6W97pm5P { color:rgba(var(--color-tertiary-3),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15078;line-height:1.2;letter-spacing:0;top:57.3125rem;left:28.125rem;height:;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#xl795fIu5awgFOFtvhMHJcum6W97pm5P li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#xl795fIu5awgFOFtvhMHJcum6W97pm5P li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/c0d066f9-a8aa-4350-8fce-d18bec44fed6/OdchudzaniezKate16.png); }
#lMRxX3rOaqdcBwCH12vELEk7S992Az8C { color:rgba(var(--color-primary-3),1);display:block;width:12.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15039;line-height:1.6;letter-spacing:0;top:33.625rem;left:33.875rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eQm5iPlh9tBi4pwTImZha0bC7xc3rMUb { color:rgba(var(--color-primary-3),1);display:block;width:14.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15038;line-height:1.1;letter-spacing:0;top:33rem;left:28.375rem;height:3.09375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dptwTcgXeptRkS6v6mhaC7IbWsU1igEE { box-sizing:content-box;height:0.1875rem;width:6.25rem;position:absolute;display:block;z-index:15110;background-color:#ff0000;background-image:none;top:31.5625rem;left:34.375rem;display:block; }
#mHcm7RJw2r2l1e1WZTSaK37urcahrxmA { color:rgba(var(--color-tertiary-3),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15079;line-height:1.2;letter-spacing:0;top:60.3125rem;left:28.125rem;height:3.1484375rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#mHcm7RJw2r2l1e1WZTSaK37urcahrxmA li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#mHcm7RJw2r2l1e1WZTSaK37urcahrxmA li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/a38dc8e4-a6f9-4076-80b6-8b60a15e56cc/womanraisinghand_1f64b200d2640fe0f.png); }
#tseOxCTeDklZvmgnblVcT0Gu64ZhTsi1 { color:rgba(var(--color-tertiary-3),1);display:block;width:18.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15084;line-height:1.2;letter-spacing:0;top:64.3125rem;left:28.125rem;height:2.0996125rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#tseOxCTeDklZvmgnblVcT0Gu64ZhTsi1 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#tseOxCTeDklZvmgnblVcT0Gu64ZhTsi1 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/889a0bc5-21db-4a07-9051-9abc0c6517c4/battery_1f50b.png); }
#XmTMJ7kCgWg2D3CFA7uluHilZLJdO3t8 { color:rgba(var(--color-tertiary-3),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15067;line-height:1.2;letter-spacing:0;top:67.1875rem;left:28.125rem;height:3.1484375rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#XmTMJ7kCgWg2D3CFA7uluHilZLJdO3t8 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#XmTMJ7kCgWg2D3CFA7uluHilZLJdO3t8 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/c7a97f90-7f58-4f2c-a8ae-446d87c95089/mobilephonewitharrow_1f4f2.png); }
#EP3UdcIPexF9Dx7ERZa9n3K7ocGCVVNJ { color:rgba(var(--color-tertiary-3),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15070;line-height:1.2;letter-spacing:0;top:71.25rem;left:28.125rem;height:2.0996125rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#EP3UdcIPexF9Dx7ERZa9n3K7ocGCVVNJ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#EP3UdcIPexF9Dx7ERZa9n3K7ocGCVVNJ li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/ff52ee04-c15e-4c41-a09c-955a4597e986/compass_1f9ed.png); }
#fTyfQZzoV7BK186dpJ01HQUfeg35mu1V { color:rgba(var(--color-tertiary-3),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15071;line-height:1.2;letter-spacing:0;top:85.25rem;left:28.125rem;height:2.0996125rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#fTyfQZzoV7BK186dpJ01HQUfeg35mu1V li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#fTyfQZzoV7BK186dpJ01HQUfeg35mu1V li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/6812edce-0f1a-45d3-bd1c-e3a2f88af85d/tearoffcalendar_1f4c6.png); }
#oh1k1LgwVy2O84POunnFULhVQki8vpQT { color:rgba(var(--color-tertiary-3),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15065;line-height:1.2;letter-spacing:0;top:74.125rem;left:28.125rem;height:2.0996125rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#oh1k1LgwVy2O84POunnFULhVQki8vpQT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#oh1k1LgwVy2O84POunnFULhVQki8vpQT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/dca8872d-8611-4b2e-9cce-f1d15339a1cd/glasses_1f453.png); }
#A9FavcIxZzNh86H7kMbC3Xom3cMqZvGM { color:rgba(var(--color-tertiary-3),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15066;line-height:1.2;letter-spacing:0;top:79.75rem;left:28.125rem;height:2.0996125rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#A9FavcIxZzNh86H7kMbC3Xom3cMqZvGM li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#A9FavcIxZzNh86H7kMbC3Xom3cMqZvGM li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/388d1c2e-574d-4f78-8a1b-449d484af9a2/crown_1f451.png); }
#czICtT9F8cbOUTc7ZNDzQcC5e3QohJnf { color:rgba(var(--color-tertiary-3),1);display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15069;line-height:1.2;letter-spacing:0;top:82.375rem;left:28.3125rem;height:2.0996125rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#czICtT9F8cbOUTc7ZNDzQcC5e3QohJnf li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#czICtT9F8cbOUTc7ZNDzQcC5e3QohJnf li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/862a12ec-52a9-498a-9927-0008ecf39beb/sweatdroplets_1f4a6.png); }
#IQcwIsG3XqxhVowKP3SdyCtTAnhQi6Ne { color:rgba(var(--color-tertiary-3),1);display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15069;line-height:1.2;letter-spacing:0;top:77rem;left:28.3125rem;height:2.0996125rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#IQcwIsG3XqxhVowKP3SdyCtTAnhQi6Ne li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#IQcwIsG3XqxhVowKP3SdyCtTAnhQi6Ne li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/cb01768c-db6a-4118-9470-f0d6f6b1115c/broccoli_1f966.png); }
#LVy7c5u0q4TXR4hPFD67ZC3lobaTXZQT { box-sizing:content-box;height:23.75rem;width:21.875rem;position:absolute;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block;z-index:15041;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:24.8125rem;left:53rem;border-top:0.0625rem solid #67bbfd;border-left:0.0625rem solid #67bbfd;border-right:0.0625rem solid #67bbfd;border-bottom:0.0625rem solid #67bbfd;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-3),0.2) ;display:block; }
#LMt1nOv5hl2cgNMhltXkwtAycCaRMTT8 { color:rgba(var(--color-tertiary-3),1);display:block;width:22rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15067;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.25);top:26.5rem;left:53rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AxpqR68tvG8a3wd88gQwFMT6TPnL4QT2 { color:rgba(var(--color-tertiary-3),0.7);display:block;width:22rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15061;line-height:1.1;letter-spacing:0;top:30.625rem;left:53rem;height:2.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HSQcw9IbtURy3xPIuFPuNndCp3kNJfQF { box-sizing:content-box;height:4.5625rem;width:21.875rem;position:absolute;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block;z-index:15042;background-color:#c4dcf3;background-image:none;top:24.8125rem;left:53rem;border-top:0.0625rem solid #67bbfd;border-left:0.0625rem solid #67bbfd;border-right:0.0625rem solid #67bbfd;border-bottom:0.0625rem solid #67bbfd;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-3),0.2) ;display:block; }
#q0egyLy0Bb2r2QwXGoWx2cOViFfZTbLp { color:rgba(var(--color-tertiary-3),1);display:block;width:22rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15062;line-height:1.1;letter-spacing:0;top:36.75rem;left:53rem;height:1.099825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qhThSuVv1ol62tVywTuPuzWDF2ghQafG { box-sizing:content-box;height:46.0625rem;width:21.875rem;position:absolute;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block;z-index:14994;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:44.4375rem;left:53rem;border-top:0.0625rem solid #67bbfd;border-left:0.0625rem solid #67bbfd;border-right:0.0625rem solid #67bbfd;border-bottom:0.0625rem solid #67bbfd;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-3),0.2) ;display:block; }
#kcmwDegEtdzDBoewC307EM7HU9wQpaSz { color:#67bbfd;display:block;width:20.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15098;line-height:1.2;letter-spacing:0;top:50.3125rem;left:53.6875rem;height:2.0996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Pn73pHLmWCzLOfdTU9dKeW8kfz5da7RL { background-color:#67bbfd;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:14.375rem;border-top-right-radius:14.375rem;border-bottom-left-radius:14.375rem;border-bottom-right-radius:14.375rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-3),0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.75rem;text-decoration:none;z-index:15045;text-align:center;text-align-last:center;top:39.5rem;left:54.625rem;display:block; }
#DVeTMn4o06RWSUWICCTxHkHeUwAibxO3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ff22abpFDaASDbPRvxPxkz0rChmUbnA5 { color:rgba(var(--color-tertiary-3),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15099;line-height:1.2;letter-spacing:0;top:57.3125rem;left:54.625rem;height:;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#Ff22abpFDaASDbPRvxPxkz0rChmUbnA5 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Ff22abpFDaASDbPRvxPxkz0rChmUbnA5 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/c0d066f9-a8aa-4350-8fce-d18bec44fed6/OdchudzaniezKate16.png); }
#rDSaiMeWS8Dug8uUTAdwIRi1swakXHA4 { color:#67bbfd;display:block;width:12.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15060;line-height:1.6;letter-spacing:0;top:33.625rem;left:60.75rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ygcTmLxBkPFT7tzgmMUV25k5Zen1PkO1 { color:#67bbfd;display:block;width:14.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15059;line-height:1.1;letter-spacing:0;top:33rem;left:54.875rem;height:3.09375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MQWfnZrL9e6TyfLOTTJsHlmWIOgoas3u { box-sizing:content-box;height:0.1875rem;width:6.25rem;position:absolute;display:block;z-index:15131;background-color:#ff0000;background-image:none;top:31.5625rem;left:60.875rem;display:block; }
#amLhEoD7SF7pVF0b3l3ay9sohA26hzfl { color:rgba(var(--color-tertiary-3),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15100;line-height:1.2;letter-spacing:0;top:60.3125rem;left:54.625rem;height:3.1484375rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#amLhEoD7SF7pVF0b3l3ay9sohA26hzfl li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#amLhEoD7SF7pVF0b3l3ay9sohA26hzfl li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/a38dc8e4-a6f9-4076-80b6-8b60a15e56cc/womanraisinghand_1f64b200d2640fe0f.png); }
#R2WvSLt61w4h4Z3ef43MpHatwLEH5Oxd { color:rgba(var(--color-tertiary-3),1);display:block;width:18.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15105;line-height:1.2;letter-spacing:0;top:64.3125rem;left:54.625rem;height:2.0996125rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#R2WvSLt61w4h4Z3ef43MpHatwLEH5Oxd li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#R2WvSLt61w4h4Z3ef43MpHatwLEH5Oxd li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/889a0bc5-21db-4a07-9051-9abc0c6517c4/battery_1f50b.png); }
#yn5CvkQB8Ppr5q2llWWETPpfzFJNMIWu { color:rgba(var(--color-tertiary-3),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15088;line-height:1.2;letter-spacing:0;top:67.1875rem;left:54.625rem;height:3.1484375rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#yn5CvkQB8Ppr5q2llWWETPpfzFJNMIWu li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#yn5CvkQB8Ppr5q2llWWETPpfzFJNMIWu li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/c7a97f90-7f58-4f2c-a8ae-446d87c95089/mobilephonewitharrow_1f4f2.png); }
#SxXTt9T4R6O256Da0ZT1sKPdxGCpf97y { color:rgba(var(--color-tertiary-3),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15091;line-height:1.2;letter-spacing:0;top:71.25rem;left:54.625rem;height:2.0996125rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#SxXTt9T4R6O256Da0ZT1sKPdxGCpf97y li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#SxXTt9T4R6O256Da0ZT1sKPdxGCpf97y li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/ff52ee04-c15e-4c41-a09c-955a4597e986/compass_1f9ed.png); }
#akL1ceLkEHW64fapNZhO0ECZuFVvdpeB { color:rgba(var(--color-tertiary-3),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15092;line-height:1.2;letter-spacing:0;top:85.25rem;left:54.625rem;height:2.0996125rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#akL1ceLkEHW64fapNZhO0ECZuFVvdpeB li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#akL1ceLkEHW64fapNZhO0ECZuFVvdpeB li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/6812edce-0f1a-45d3-bd1c-e3a2f88af85d/tearoffcalendar_1f4c6.png); }
#VHZAOOyxtUpoJr6NBJaHFHm7n5aFxl7W { color:rgba(var(--color-tertiary-3),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15086;line-height:1.2;letter-spacing:0;top:74.125rem;left:54.625rem;height:2.0996125rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#VHZAOOyxtUpoJr6NBJaHFHm7n5aFxl7W li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#VHZAOOyxtUpoJr6NBJaHFHm7n5aFxl7W li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/dca8872d-8611-4b2e-9cce-f1d15339a1cd/glasses_1f453.png); }
#mA62DwkuGlTTs4wBNfXZ1M4usZFJd5Bh { color:rgba(var(--color-tertiary-3),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15087;line-height:1.2;letter-spacing:0;top:79.75rem;left:54.625rem;height:2.0996125rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#mA62DwkuGlTTs4wBNfXZ1M4usZFJd5Bh li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#mA62DwkuGlTTs4wBNfXZ1M4usZFJd5Bh li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/388d1c2e-574d-4f78-8a1b-449d484af9a2/crown_1f451.png); }
#vXPW14bDFxKddtDvnzuh5MCHS1TDMtx8 { color:rgba(var(--color-tertiary-3),1);display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15090;line-height:1.2;letter-spacing:0;top:82.375rem;left:54.8125rem;height:2.0996125rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#vXPW14bDFxKddtDvnzuh5MCHS1TDMtx8 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#vXPW14bDFxKddtDvnzuh5MCHS1TDMtx8 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/862a12ec-52a9-498a-9927-0008ecf39beb/sweatdroplets_1f4a6.png); }
#pLRTVgfDzIStS4SxEr3PRnmaA4E8UpLL { color:rgba(var(--color-tertiary-3),1);display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15090;line-height:1.2;letter-spacing:0;top:77rem;left:54.8125rem;height:2.0996125rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#pLRTVgfDzIStS4SxEr3PRnmaA4E8UpLL li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#pLRTVgfDzIStS4SxEr3PRnmaA4E8UpLL li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/cb01768c-db6a-4118-9470-f0d6f6b1115c/broccoli_1f966.png); }
#mtOrleho5vGMbWHHXpaN3UK8fyG96Fwv { box-sizing:content-box;height:9.875rem;width:21.875rem;position:absolute;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block;z-index:14997;background-color:#67bbfd;background-image:none;top:21.875rem;left:53rem;border-top:0.0625rem solid #67bbfd;border-left:0.0625rem solid #67bbfd;border-right:0.0625rem solid #67bbfd;border-bottom:0.0625rem solid #67bbfd;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-3),0.2) ;display:block; }
#Ct8OEiqL72bmc0kUSl49WliJlvyiV0xa { color:rgba(var(--color-tertiary-0),1);display:block;width:22rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15063;line-height:1.1;letter-spacing:0;top:23rem;left:53rem;height:1.099825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PGbmL2ZhePZ5SZbEnBam8wgfw7lq3qQN { box-sizing:content-box;height:9.875rem;width:21.875rem;position:absolute;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block;z-index:14999;background-color:rgba(var(--color-primary-3),1);background-image:none;top:21.75rem;left:26.5rem;border-top:0.0625rem solid rgba(var(--color-primary-3),1);border-left:0.0625rem solid rgba(var(--color-primary-3),1);border-right:0.0625rem solid rgba(var(--color-primary-3),1);border-bottom:0.0625rem solid rgba(var(--color-primary-3),1);box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-3),0.2) ;display:block; }
#Gnt41ehaoHTfg4BI92pZSQAzoLakT1L5 { color:rgba(var(--color-tertiary-0),1);display:block;width:22rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15065;line-height:1.1;letter-spacing:0;top:22.875rem;left:26.5rem;height:1.099825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hTBio3BHCZx4Z2VgNvmrBnFNcfTCgWD7 { box-sizing:content-box;height:9.875rem;width:21.875rem;position:absolute;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block;z-index:14996;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:21.75rem;left:0rem;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-3),0.2) ;display:block; }
#emnf69uyc5mlzlbJkbXnHTShJJTtghAH { color:rgba(var(--color-tertiary-0),1);display:block;width:22rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15067;line-height:1.1;letter-spacing:0;top:22.875rem;left:0rem;height:1.099825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WrO0dtzTlL2nSG0llqJ2TMUuUiRP2WLv { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:10.3125rem;top:11.5625rem;left:41.0625rem;overflow:hidden;display:block; }
#r3n0xwxbCPQXvm3e3SzL2uaBSPsAUgUE { color:rgba(var(--color-primary-2),1);display:block;width:17.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:12.625rem;left:23.625rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HVti0B67p9ANNWMddEDqCadmA2uJpvUI { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:7rem;top:52.9375rem;left:11rem;overflow:hidden;display:block; }
#aqHzeftLnrIOedJLTeuUHXe4rnbrZKnE { color:rgba(var(--color-tertiary-3),1);display:block;width:10.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15079;line-height:1.2;letter-spacing:0;top:53.5rem;left:0rem;height:2.0996125rem;font-style:normal;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#OT6osvezpXe9w59iCRW5RCPpyv4vSbDC { 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:3.25rem;width:7rem;top:52.9375rem;left:37.5rem;overflow:hidden;display:block; }
#XLaKz33y7ZGfKdPwcdGOLlf0VeIRVXbx { color:rgba(var(--color-tertiary-3),1);display:block;width:10.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15081;line-height:1.2;letter-spacing:0;top:53.5rem;left:26.5rem;height:2.0996125rem;font-style:normal;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#K8lB97qkbCLUGykG16LiS5fKgoT5IM4g { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:7rem;top:52.9375rem;left:64rem;overflow:hidden;display:block; }
#f8CTKE9Nx8BFmdLIEz0zon8ZcXcX1hwD { color:rgba(var(--color-tertiary-3),1);display:block;width:10.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15083;line-height:1.2;letter-spacing:0;top:53.5rem;left:53rem;height:2.0996125rem;font-style:normal;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#lukgXOUMSKU5valTTCpvomToJsUPD5uF { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-3),1);border-left:0.0625rem solid rgba(var(--color-primary-3),1);border-right:0.0625rem solid rgba(var(--color-primary-3),1);border-bottom:0.0625rem solid rgba(var(--color-primary-3),1);border-top-left-radius:14.375rem;border-top-right-radius:14.375rem;border-bottom-left-radius:14.375rem;border-bottom-right-radius:14.375rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-3),0.2) ;box-sizing:border-box;color:rgba(var(--color-primary-3),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:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:2.5rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:43.875rem;left:29.6875rem;display:block; }
#LurylyIWwiRptefwvuTTZbNRbXbAnGW9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#p5rPS8pRkwyKaFgIOKrile8Nycz2ySp0 { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:14.375rem;border-top-right-radius:14.375rem;border-bottom-left-radius:14.375rem;border-bottom-right-radius:14.375rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-3),0.2) ;box-sizing:border-box;color:rgba(var(--color-secondary-2),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:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:2.5rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:43.875rem;left:3.03125rem;display:block; }
#ZvUIpnko4ugTxIrpNFEaJPXzywLr52ly { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IxJe2FT676WbnUL5qSqhVPWlVAEoby9c { background-color:transparent;background-image:none;border-top:0.0625rem solid #67bbfd;border-left:0.0625rem solid #67bbfd;border-right:0.0625rem solid #67bbfd;border-bottom:0.0625rem solid #67bbfd;border-top-left-radius:14.375rem;border-top-right-radius:14.375rem;border-bottom-left-radius:14.375rem;border-bottom-right-radius:14.375rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-3),0.2) ;box-sizing:border-box;color:#67bbfd;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:15.625rem;height:2.5rem;text-decoration:none;z-index:15048;text-align:center;text-align-last:center;top:43.875rem;left:56.1875rem;display:block; }
#a77UQ5Iopi7Hzyy9OUe5AsxJLTonZFdW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fzDz74PIA8MO6Ux0yI0hf6qLgs034bRx { color:rgba(var(--color-tertiary-3),1);display:block;width:72.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15082;line-height:1.2;letter-spacing:0;top:93.75rem;left:1.625rem;height:1.04980625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#v5l6QNL79MOixQBmnqLdPl6mx03Te9sC { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#v5l6QNL79MOixQBmnqLdPl6mx03Te9sC > .row .container { background-color: transparent; background-image: none; }#v5l6QNL79MOixQBmnqLdPl6mx03Te9sC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v5l6QNL79MOixQBmnqLdPl6mx03Te9sC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v5l6QNL79MOixQBmnqLdPl6mx03Te9sC > .row .container > .video-iframe-container { display: none; }#v5l6QNL79MOixQBmnqLdPl6mx03Te9sC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v5l6QNL79MOixQBmnqLdPl6mx03Te9sC > .row > .video-iframe-container { display: none; }#v5l6QNL79MOixQBmnqLdPl6mx03Te9sC > .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); }#v5l6QNL79MOixQBmnqLdPl6mx03Te9sC > .row .container { border-width: 0; border-radius: 0; }#v5l6QNL79MOixQBmnqLdPl6mx03Te9sC > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#v5l6QNL79MOixQBmnqLdPl6mx03Te9sC > .row .container { font-size:0.875rem;font-family:arial;height:67rem;width:75rem;overflow:visible;position:relative;display:block; }#Tqi49qPsFiKfC0GRWXQumO1WrbzTWflO { color:rgba(var(--color-tertiary-3),1);display:block;width:54.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:6.5rem;left:10.28125rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TABELPu5Z4b3fR3wU20aC2WslN0MQvTF { color:rgba(var(--color-primary-2),1);display:block;width:69.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:9.78125rem;left:2.90625rem;height:1.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ngRTfwkohv0Rb1Vfo8zlEmkC80ulLMtx { box-sizing:content-box;height:79.375rem;width:31.25rem;position:absolute;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block;z-index:15008;background-color:rgba(var(--color-primary-0),1);background-image:none;top:15.4375rem;left:2.875rem;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-3),0.2) ;display:block; }
#y0Ti9hWaCLffqfLAyLy4Em3c6qMvsoA5 { color:rgba(var(--color-tertiary-3),1);display:block;width:18.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15022;line-height:1.1;letter-spacing:0;top:19.8125rem;left:9.25rem;height:3.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lcOQk9l7eS35l7V3P3n5Ld7ZKuJ3ARka { color:rgba(var(--color-tertiary-3),1);display:block;width:26.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15044;line-height:1.2;letter-spacing:0;top:25.625rem;left:5.4375rem;height:;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#lcOQk9l7eS35l7V3P3n5Ld7ZKuJ3ARka li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#lcOQk9l7eS35l7V3P3n5Ld7ZKuJ3ARka li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/a38dc8e4-a6f9-4076-80b6-8b60a15e56cc/womanraisinghand_1f64b200d2640fe0f.png); }
#XdFy6Ks7qQXTnWvq26ZHkh2cw4sW5sfF { box-sizing:content-box;height:79.375rem;width:31.25rem;position:absolute;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block;z-index:15007;background-color:#e8e8e8;background-image:none;top:15.4375rem;left:40.75rem;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-3),0.2) ;display:block; }
#TBMl45tgX0XWXr0SBpwGmOspe6MSJZOl { color:rgba(var(--color-tertiary-3),1);display:block;width:27.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15045;line-height:1.2;letter-spacing:0;top:29.375rem;left:5.375rem;height:2.39930625rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#TBMl45tgX0XWXr0SBpwGmOspe6MSJZOl li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TBMl45tgX0XWXr0SBpwGmOspe6MSJZOl li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/a38dc8e4-a6f9-4076-80b6-8b60a15e56cc/womanraisinghand_1f64b200d2640fe0f.png); }
#ah0zV5rxl8tMr4XlTLdC6kQFBcO90V1W { position:absolute;display:block;z-index:15046;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:5.4375rem;width:5.4375rem;top:13.625rem;left:6.0625rem;overflow:hidden;display:block; }
#kpPcmxr2m7NGrmTe60lG6D0fDXrVUuZu { position:absolute;display:block;z-index:15047;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:5.4375rem;width:5.4375rem;top:13.625rem;left:43.875rem;overflow:hidden;display:block; }
#LPcp7TWSSUvdxZJz3lypXxInZvFgKTyL { color:rgba(var(--color-tertiary-3),1);display:block;width:26.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15046;line-height:1.2;letter-spacing:0;top:33.5625rem;left:5.375rem;height:;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#LPcp7TWSSUvdxZJz3lypXxInZvFgKTyL li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#LPcp7TWSSUvdxZJz3lypXxInZvFgKTyL li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/a38dc8e4-a6f9-4076-80b6-8b60a15e56cc/womanraisinghand_1f64b200d2640fe0f.png); }
#cSLP8hTcBwcDPVxLciJhQkI1RI6lZxX0 { color:rgba(var(--color-tertiary-3),1);display:block;width:24.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15047;line-height:1.2;letter-spacing:0;top:37.375rem;left:5.4375rem;height:;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#cSLP8hTcBwcDPVxLciJhQkI1RI6lZxX0 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#cSLP8hTcBwcDPVxLciJhQkI1RI6lZxX0 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/a38dc8e4-a6f9-4076-80b6-8b60a15e56cc/womanraisinghand_1f64b200d2640fe0f.png); }
#T1izh2P5IbGQshuem5LT824UK8U1hJN2 { color:rgba(var(--color-tertiary-3),1);display:block;width:26.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15048;line-height:1.2;letter-spacing:0;top:43.8125rem;left:5.4375rem;height:3.59895625rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#T1izh2P5IbGQshuem5LT824UK8U1hJN2 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#T1izh2P5IbGQshuem5LT824UK8U1hJN2 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/a38dc8e4-a6f9-4076-80b6-8b60a15e56cc/womanraisinghand_1f64b200d2640fe0f.png); }
#t6ioaEW7sDqKiMpuo0O2Onb1qU0u5XVL { color:rgba(var(--color-tertiary-3),1);display:block;width:24.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15049;line-height:1.2;letter-spacing:0;top:48.75rem;left:5.4375rem;height:2.39930625rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#t6ioaEW7sDqKiMpuo0O2Onb1qU0u5XVL li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#t6ioaEW7sDqKiMpuo0O2Onb1qU0u5XVL li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/a38dc8e4-a6f9-4076-80b6-8b60a15e56cc/womanraisinghand_1f64b200d2640fe0f.png); }
#MSe6QSdkDvMyq9feP4huEDdTOR9VrTUh { color:rgba(var(--color-tertiary-3),1);display:block;width:24.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15050;line-height:1.2;letter-spacing:0;top:53.875rem;left:5.4375rem;height:;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#MSe6QSdkDvMyq9feP4huEDdTOR9VrTUh li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#MSe6QSdkDvMyq9feP4huEDdTOR9VrTUh li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/a38dc8e4-a6f9-4076-80b6-8b60a15e56cc/womanraisinghand_1f64b200d2640fe0f.png); }
#WWFgXS7dev3zvQbzJRbMEFC9TSNXhrAO { color:rgba(var(--color-tertiary-3),1);display:block;width:24.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15051;line-height:1.2;letter-spacing:0;top:59rem;left:5.4375rem;height:3.59895625rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#WWFgXS7dev3zvQbzJRbMEFC9TSNXhrAO li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#WWFgXS7dev3zvQbzJRbMEFC9TSNXhrAO li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/a38dc8e4-a6f9-4076-80b6-8b60a15e56cc/womanraisinghand_1f64b200d2640fe0f.png); }
#Ncqomh4td0T0BwXIIFAawI5Q95HUITkV { color:rgba(var(--color-tertiary-3),1);display:block;width:26.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15052;line-height:1.2;letter-spacing:0;top:25.625rem;left:43.3125rem;height:2.39930625rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#Ncqomh4td0T0BwXIIFAawI5Q95HUITkV li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Ncqomh4td0T0BwXIIFAawI5Q95HUITkV li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/3922ba96-d7d8-4e8e-995d-e6a8a5e79754/thumbsdown_1f44e.png); }
#KnaWm1rRFELfWTLNzbaTOhaSEmEerOTS { color:rgba(var(--color-tertiary-3),1);display:block;width:26.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15053;line-height:1.2;letter-spacing:0;top:29.375rem;left:43.25rem;height:2.39930625rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#KnaWm1rRFELfWTLNzbaTOhaSEmEerOTS li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#KnaWm1rRFELfWTLNzbaTOhaSEmEerOTS li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/3922ba96-d7d8-4e8e-995d-e6a8a5e79754/thumbsdown_1f44e.png); }
#Nhe12uz5bMZVxocztHcnnVIquPIaoK1L { color:rgba(var(--color-tertiary-3),1);display:block;width:26.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15054;line-height:1.2;letter-spacing:0;top:33.5625rem;left:43.25rem;height:2.39930625rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#Nhe12uz5bMZVxocztHcnnVIquPIaoK1L li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Nhe12uz5bMZVxocztHcnnVIquPIaoK1L li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/3922ba96-d7d8-4e8e-995d-e6a8a5e79754/thumbsdown_1f44e.png); }
#UqM0CHAacrJxyI8MwlHv7ryuUOHHXeeU { color:rgba(var(--color-tertiary-3),1);display:block;width:24.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15055;line-height:1.2;letter-spacing:0;top:37.375rem;left:43.3125rem;height:3.59895625rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#UqM0CHAacrJxyI8MwlHv7ryuUOHHXeeU li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#UqM0CHAacrJxyI8MwlHv7ryuUOHHXeeU li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/3922ba96-d7d8-4e8e-995d-e6a8a5e79754/thumbsdown_1f44e.png); }
#UnsDTirExHp1gmmr2TlmNSET3hIrigNN { color:rgba(var(--color-tertiary-3),1);display:block;width:24.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15056;line-height:1.2;letter-spacing:0;top:43.8125rem;left:43.3125rem;height:;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#UnsDTirExHp1gmmr2TlmNSET3hIrigNN li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#UnsDTirExHp1gmmr2TlmNSET3hIrigNN li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/3922ba96-d7d8-4e8e-995d-e6a8a5e79754/thumbsdown_1f44e.png); }
#ydTUrA7vvh7KzDOCJ83r5tkhuKVbQnxL { color:rgba(var(--color-tertiary-3),1);display:block;width:27.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15057;line-height:1.2;letter-spacing:0;top:48.75rem;left:43.3125rem;height:3.59895625rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#ydTUrA7vvh7KzDOCJ83r5tkhuKVbQnxL li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ydTUrA7vvh7KzDOCJ83r5tkhuKVbQnxL li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/3922ba96-d7d8-4e8e-995d-e6a8a5e79754/thumbsdown_1f44e.png); }
#beb4HUZrtE7paaFMzS3Jhk5XBrQT2TyL { color:rgba(var(--color-tertiary-3),1);display:block;width:24.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15058;line-height:1.2;letter-spacing:0;top:53.875rem;left:43.3125rem;height:3.59895625rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#beb4HUZrtE7paaFMzS3Jhk5XBrQT2TyL li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#beb4HUZrtE7paaFMzS3Jhk5XBrQT2TyL li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/3922ba96-d7d8-4e8e-995d-e6a8a5e79754/thumbsdown_1f44e.png); }
#G12mqZ9Q7rvhvBxcxq07hK9ThyuSvKJl { color:rgba(var(--color-tertiary-3),1);display:block;width:26.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15059;line-height:1.2;letter-spacing:0;top:59rem;left:43.3125rem;height:3.59895625rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#G12mqZ9Q7rvhvBxcxq07hK9ThyuSvKJl li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#G12mqZ9Q7rvhvBxcxq07hK9ThyuSvKJl li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/3922ba96-d7d8-4e8e-995d-e6a8a5e79754/thumbsdown_1f44e.png); }
#dSK4Qiu4LLNyTcowdCpHVsEKOFx4nO6x { color:rgba(var(--color-tertiary-3),1);display:block;width:19.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15023;line-height:1.1;letter-spacing:0;top:19.8125rem;left:46.53125rem;height:3.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#B1amvmhSAqCBwXQuxdIdRqdOVRTT1qkT { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#B1amvmhSAqCBwXQuxdIdRqdOVRTT1qkT > .row .container { background-color: transparent; background-image: none; }#B1amvmhSAqCBwXQuxdIdRqdOVRTT1qkT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B1amvmhSAqCBwXQuxdIdRqdOVRTT1qkT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B1amvmhSAqCBwXQuxdIdRqdOVRTT1qkT > .row .container > .video-iframe-container { display: none; }#B1amvmhSAqCBwXQuxdIdRqdOVRTT1qkT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B1amvmhSAqCBwXQuxdIdRqdOVRTT1qkT > .row > .video-iframe-container { display: none; }#B1amvmhSAqCBwXQuxdIdRqdOVRTT1qkT > .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); }#B1amvmhSAqCBwXQuxdIdRqdOVRTT1qkT > .row .container { border-width: 0; border-radius: 0; }#B1amvmhSAqCBwXQuxdIdRqdOVRTT1qkT > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#B1amvmhSAqCBwXQuxdIdRqdOVRTT1qkT > .row .container { font-size:0.875rem;font-family:arial;height:25.5rem;width:75rem;overflow:visible;position:relative;display:block; }#BTOvPm1nenV5NrqqNb3RE0Q3J1G9QCAv { position:absolute;display:block;z-index:15015;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:12.5rem;width:12.5rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#rqfmZFiTWeEFn7AnhTzbA8lFQbdDewli { position:absolute;display:block;z-index:15017;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:12.5rem;width:12.5rem;top:0rem;left:13.1875rem;overflow:hidden;display:block; }
#ZbeD1cWoXSB4uDvwmDuTFQKwdlPysLzb { position:absolute;display:block;z-index:15019;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:12.5rem;width:12.5rem;top:0rem;left:39.5625rem;overflow:hidden;display:block; }
#tc8EwTFuPSyEq8NJB97nRZF0rEz8JiAL { position:absolute;display:block;z-index:15017;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:12.5rem;width:12.5rem;top:0rem;left:26.375rem;overflow:hidden;display:block; }
#wmXS6m5xhEyuEceI9gwVk9uqOzzVHTcV { position:absolute;display:block;z-index:15021;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:12.5rem;width:12.5rem;top:0rem;left:65.9375rem;overflow:hidden;display:block; }
#DHTMudBLpGVX1laLczqeQgAUm8hbVNWU { position:absolute;display:block;z-index:15019;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:12.5rem;width:12.5rem;top:0rem;left:52.8125rem;overflow:hidden;display:block; }
#ir2coPXLsMILGyQMvUr36vlyuT9fO4k3 { position:absolute;display:block;z-index:15020;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:12.5rem;width:12.5rem;top:13rem;left:21.5rem;overflow:hidden;display:block; }
#Nn8hsV9MZMRPNo88wpZbuU3STfXBHFvE { position:absolute;display:block;z-index:15020;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:12.5rem;width:12.5rem;top:13rem;left:34.6875rem;overflow:hidden;display:block; }
#BiVGU5Cw1Kn3pmpS6zMlMbsdHtJb1Tua { position:absolute;display:block;z-index:15018;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:12.5rem;width:12.5rem;top:13rem;left:8.3125rem;overflow:hidden;display:block; }
#f901cGcq8ZOEJLrbNMF8O7aFuaEuvuL3 { position:absolute;display:block;z-index:15022;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:12.5rem;width:12.5rem;top:13.0625rem;left:61.0625rem;overflow:hidden;display:block; }
#mo9SFAu08IfTv4P0a1TLGV332ouREuAF { position:absolute;display:block;z-index:15022;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:12.5rem;width:12.5rem;top:13.0625rem;left:47.875rem;overflow:hidden;display:block; }
#Mk4U79pA9Pw1byTGisTLe4LrWxTUim4E { position:absolute;display:block;z-index:15019;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:12.5rem;width:12.5rem;top:13rem;left:-4.9375rem;overflow:hidden;display:block; }
#WzRG5QZFgwDQbMUA1ZwG7ieLQPsxMrT2 { position:absolute;display:block;z-index:15020;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:12.5rem;width:12.5rem;top:0rem;left:-13.375rem;overflow:hidden;display:block; }
#l4uaGOeDNie4ssGXu9a5RMowqUVTrtpX { position:absolute;display:block;z-index:15020;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:12.5rem;width:12.5rem;top:12.9375rem;left:-18.25rem;overflow:hidden;display:block; }
#KEWFBJozHFzD9nyvtRSkSK3qlfeuixZO { position:absolute;display:block;z-index:15023;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:12.4375rem;width:12.4375rem;top:13.0625rem;left:74.375rem;overflow:hidden;display:block; }
#GkTBz9ZmDJULN3NJ0VsPUe0uri7kDD6k { position:absolute;display:block;z-index:15022;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:12.5rem;width:12.5rem;top:0rem;left:79.125rem;overflow:hidden;display:block; }
#XK8XPVQ5lpA5Swbzo46kuhUPMfWX8DBP { position:absolute;display:block;z-index:15024;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:12.3125rem;width:12.3125rem;top:13.0625rem;left:87.25rem;overflow:hidden;display:block; }
#PBrlpixBagDe7uPXcQmsoLKRgi6aRIKi { position:absolute;display:block;z-index:15023;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:12.4375rem;width:12.4375rem;top:0rem;left:92.25rem;overflow:hidden;display:block; }
#bdLndgfEbmiuqaTUbUkRPiU8OQ9xfo9y { position:absolute;display:block;z-index:15021;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:12.25rem;width:12.25rem;top:0.0625rem;left:-26.25rem;overflow:hidden;display:block; }
#SLoVnMGlBZQoTm1K33v0WfQbPETwQCJo { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#SLoVnMGlBZQoTm1K33v0WfQbPETwQCJo > .row .container { background-color: transparent; background-image: none; }#SLoVnMGlBZQoTm1K33v0WfQbPETwQCJo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SLoVnMGlBZQoTm1K33v0WfQbPETwQCJo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SLoVnMGlBZQoTm1K33v0WfQbPETwQCJo > .row .container > .video-iframe-container { display: none; }#SLoVnMGlBZQoTm1K33v0WfQbPETwQCJo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SLoVnMGlBZQoTm1K33v0WfQbPETwQCJo > .row > .video-iframe-container { display: none; }#SLoVnMGlBZQoTm1K33v0WfQbPETwQCJo > .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); }#SLoVnMGlBZQoTm1K33v0WfQbPETwQCJo > .row .container { border-width: 0; border-radius: 0; }#SLoVnMGlBZQoTm1K33v0WfQbPETwQCJo > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#SLoVnMGlBZQoTm1K33v0WfQbPETwQCJo > .row .container { font-size:0.875rem;font-family:arial;height:48.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#unC0SbmKdXuMbdNQQAQ1IwyDd0Sup8sA { color:#ffffff;display:block;width:35.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;top:12.25rem;left:17.75rem;height:3.162325rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#evF1eRzeoROeSq3TOMTXJARbRkp1qdvx { color:#ffffff;display:block;width:37.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:17.125rem;left:18.75rem;height:5.19791875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TcfEK0xQbSds53Sr4qdaIC4wmZm7nCIm { color:rgba(var(--color-primary-2),1);display:block;width:40.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:35.25rem;left:19.125rem;height:5.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#og2MN2hUVXLWMIiQdOF3p6GNa2BzELWI { color:rgba(var(--color-primary-2),1);display:block;width:24.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:40.9375rem;left:34.9375rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UhkNE7Efw0mckZ9sTTpe61NtcQZTMFbL { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:3.9375rem;top:11.5625rem;left:53.3125rem;overflow:hidden;display:block; }
#lTeSqPpVwwNEVCTP4HyNTHRKisSWU0uO { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:3.25rem;top:30.25rem;left:55.875rem;overflow:hidden;display:block; }
#sWTQ0xryhl9zXpspHhTrJWI2zF7aDLw3 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:1.8125rem;top:32.75rem;left:54.5625rem;overflow:hidden;display:block; }
#LSldGxCUtTsr1LzJbeFOQoMAhCwTK9io { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:14.375rem;border-top-right-radius:14.375rem;border-bottom-left-radius:14.375rem;border-bottom-right-radius:14.375rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-primary-2),1) ;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.6875rem;height:4.375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:25.125rem;left:22.65625rem;display:block; }
#JwI1eCTTaB3u2azv1glL9GT9TuozZoL2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oK6qFNAhwvtfKEw8pZ2AAZl4EpNDurMW { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:3.25rem;width:3.25rem;top:23.9375rem;left:23.5625rem;overflow:hidden;display:block; }
#CMsuIZS1Py2cyMLXw7fd1vf4P0EOlJTg { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:14.375rem;border-top-right-radius:14.375rem;border-bottom-left-radius:14.375rem;border-bottom-right-radius:14.375rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-primary-2),1) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.6875rem;height:4.375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:16.8125rem;left:23.5625rem;display:none; }
#IuTVp8N8JngM4Svaki2xT4euvXRw869L { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#K7wLSgdvnA7Wohxn60AnHmd1p7Kl0TeM { box-sizing:content-box;height:26.1875rem;width:49.1875rem;position:absolute;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);background-image:none;top:7.25rem;left:12.84375rem;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-3),0.2) ;display:block; }
#mIuQsE0LiPTr3xJaUpk4szv6PNXPq205 { position:absolute;display:block;z-index:15047;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.3125rem;width:2.4375rem;top:35.21875rem;left:15.375rem;overflow:hidden;display:block; }
#iBzeOECUfyP8GJxLzfUrvbLpuDo4ZMJQ { background-color:rgba(var(--color-tertiary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#iBzeOECUfyP8GJxLzfUrvbLpuDo4ZMJQ > .row .container { background-color: transparent; background-image: none; }#iBzeOECUfyP8GJxLzfUrvbLpuDo4ZMJQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iBzeOECUfyP8GJxLzfUrvbLpuDo4ZMJQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iBzeOECUfyP8GJxLzfUrvbLpuDo4ZMJQ > .row .container > .video-iframe-container { display: none; }#iBzeOECUfyP8GJxLzfUrvbLpuDo4ZMJQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iBzeOECUfyP8GJxLzfUrvbLpuDo4ZMJQ > .row > .video-iframe-container { display: none; }#iBzeOECUfyP8GJxLzfUrvbLpuDo4ZMJQ > .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); }#iBzeOECUfyP8GJxLzfUrvbLpuDo4ZMJQ > .row .container { border-width: 0; border-radius: 0; }#iBzeOECUfyP8GJxLzfUrvbLpuDo4ZMJQ > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#iBzeOECUfyP8GJxLzfUrvbLpuDo4ZMJQ > .row .container { font-size:0.875rem;font-family:arial;height:17.4375rem;width:75rem;overflow:visible;position:relative;display:block; }#a6qvlg0ygZpWAxwQ7IGn1C5GwQD8Tdzb { color:rgba(var(--color-tertiary-1),1);display:block;width:49.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15037;line-height:1.2;letter-spacing:0;top:3.5rem;left:12.625rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Jd4Nx9qeamNJezJsEHPia3y1rv6zwCQy { color:rgba(var(--color-tertiary-1),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15038;line-height:1.2;letter-spacing:0;top:7.625rem;left:0rem;height:6.29688125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ps43Cx0uSzuf9AuRZtlB4mm6FwHccO3I { top:1rem;left:0rem;width:47.625rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzkKT98BU8cJ7PG2uKM2WyLCp2yNDCJy { top:1.75rem;left:0rem;width:8.8125rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfIA7Jm8LTERT023wMDpyCW6LZE6vkM4 { top:1.8125rem;left:0rem;width:0.0625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QiMhds5FI5rHSMkCRr9Ev5sg5zpCpc1c { width:18.75rem;height:2.5rem;top:1.5rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #IArkFZaDRvcDORboXCWLfyXOHfSSOnzz { display:block; }
 }@media only screen and (max-width: 763px) { #We260u38tf7zqncuceEnLu7yxwwxNgFT { width:6.75rem;height:2.5rem;top:1.5rem;left:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdEcORB61AUrwElJp7xoBinkru7hhLHX { display:block; }
 }@media only screen and (max-width: 763px) { #vuB4i3QOXaabwGUawH31bOOn4pppSMKK { width:16.625rem;height:2.5rem;top:1.5rem;left:25.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxe1bDpHNM1yZSz105CJRdtOq2l3qxg4 { display:block; }
 }@media only screen and (max-width: 763px) { #L53ReMzteU1y4KB1TMx2nJJ4wd6iya7N { width:7.0625rem;height:1.9375rem;top:1.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWkxEu0mXAfKpFhAtHOMIygNIfDE1bEF { display:block; }
 }@media only screen and (max-width: 763px) { #sVxJsaJbNCRo0250rgl5zosVfx2uA84C { width:6.75rem;height:2.5rem;top:1.5rem;left:9.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #STcUhQ0Hoeh4N21M2b7kcv5t0TPKAL8E { display:block; }
 }@media only screen and (max-width: 763px) { #M4BBTukQmkVk4sdsLHL85rUxLJoAalGm { display:none; }#M4BBTukQmkVk4sdsLHL85rUxLJoAalGm > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NnPq6Mpvz5Cmkla7TrspXGhFA38yZyqs { width:6.75rem;height:2.5rem;top:1.5rem;left:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9krP9masrKIpr5xLAxagFsSdBmMm5NT { display:block; }
 }@media only screen and (max-width: 763px) { #bRT1cmy4uCgIrEZXiDWbr8dkuUKX8WIp { width:6.75rem;height:2.5rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFOCkP194oJDa94uF3ffwsAoxKpeZ0K7 { display:block; }
 }@media only screen and (max-width: 763px) { #GFHTnfPG9wXRymKBxxOhc0mmUbxOuF6k { width:7.0625rem;height:1.9375rem;top:1.8125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9Me3DUuoWNuf5NVze49pylaCK3e9Oea { display:block; }
 }@media only screen and (max-width: 763px) { #EodwhQ8QgP6VVb0B7gSvqaJslvpgWr1J { width:16.625rem;height:2.5rem;top:1.5rem;left:25.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5AKrUQDtWISeNREKdc74Oo8ickHms0P { display:block; }
 }@media only screen and (max-width: 763px) { #alH0KW15lekVcXNR7PITvU0eoVVUWFfP .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#alH0KW15lekVcXNR7PITvU0eoVVUWFfP { display:flex;height:auto;width:17.5rem;display:none; }
#alH0KW15lekVcXNR7PITvU0eoVVUWFfP .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #alH0KW15lekVcXNR7PITvU0eoVVUWFfP #c5RI6TnlN9KgwGCTupJalhwnSlhTzT2M {  }
 }@media only screen and (max-width: 763px) { #alH0KW15lekVcXNR7PITvU0eoVVUWFfP #Z1EchtyhrV7wt8JW8ForunmVFyeEabBt {  }
 }@media only screen and (max-width: 763px) { #alH0KW15lekVcXNR7PITvU0eoVVUWFfP #ndrzVteFwAVJ8Udu1VA5ki74oCLNWdJo {  }
 }@media only screen and (max-width: 763px) { #alH0KW15lekVcXNR7PITvU0eoVVUWFfP #PDPAo2N5mypkytWefEiJ8H7uBafukXlA {  }
 }@media only screen and (max-width: 763px) { #alH0KW15lekVcXNR7PITvU0eoVVUWFfP #kpNxIviU9ooRF1d3DFvBeDe6q7Ixmm38 {  }
 }@media only screen and (max-width: 763px) { #HsDiuE7Czu9lNKpTIuo7acth72OifNG5 { display:block; }#HsDiuE7Czu9lNKpTIuo7acth72OifNG5 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JuU1WEPzh4LrvWG5Lky5NR5hNKPOnCN6 { top:6.0625rem;left:0rem;width:47.125rem;height:16.196743697479rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0w1HNVvWCyJiL1UXh03fQggum93JtpU { top:8.75rem;left:5.5rem;width:42.25rem;height:12.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ep9LokIzgELoS0wlJqgRpsHVCNIWXRzv { top:22.25rem;left:5.5625rem;width:42.1875rem;height:1.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mu60fgG7v9Xo5SKhTQ4tbV0w76ylc7kF { top:5.75rem;left:0rem;width:1.25rem;height:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #VNXr873X894EcpoQMQ9k2VThuFvN444t { top:23.9375rem;left:0rem;width:26.9375rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2MgctubM6CeVu4rURvbRiDg0kqqCVWU { top:8.625rem;left:0.5625rem;width:13.625rem;height:27.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhtDI67JCy5UXH1sHo87WnauzVG9hlxV { top:7.1875rem;left:0rem;width:13.875rem;height:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6TkIds76uvyaob0m142JyfdsTcPxrZ9 { top:23.5rem;left:40.8125rem;width:6.9375rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUZ0TtJR7fTvnBvM6QXsQP68FOVUgzK6 { top:24.4375rem;left:7.8680553436281rem;width:3.1875rem;height:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtPcMrxMny4o4g1aeF5I2FKx2Te8M1TT { display:none; }
 }@media only screen and (max-width: 763px) { #VhrUFJGBhJTGAMosGIciog6MAGg3kgzK { display:block; }#VhrUFJGBhJTGAMosGIciog6MAGg3kgzK > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PoBVQKSLnB0TXFmCH3qBZ1cKggDXlkVz { top:36.125rem;left:0rem;width:47.75rem;height:5.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H87kqcd5UiX8GefyuA2ZaGTScDOqyHMT { top:42.4375rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5o0IuWDQs6MvwXOEf4N4sniPTrkWIRQ { top:8.125rem;left:24rem;width:23.625rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlDQtHG1zZcxKWXBsTtQkJumVaVuxdXt { top:9.875rem;left:33.625rem;width:14.125rem;height:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTSRzTgeqPUTpKQSun45SL8Pai768yHQ { top:9.875rem;left:12.0625rem;width:23.625rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOT6aUDs9WCfnOqArsvTTg3nwMJJQQTv { top:11.6875rem;left:19.0625rem;width:14.5625rem;height:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVMCD3rp23mdpcVTk6nob3U6BiPlb7JE { top:8.9375rem;left:0rem;width:23.625rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrwK14sSwoWVHib3lZ0dA5XDTmTPHtZv { top:11.0625rem;left:0rem;width:14.25rem;height:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMnqlHhInbZUa8ATCAroInTkBRBovucK { top:21.5625rem;left:0rem;width:23.625rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vO1voJJp6LPTAhMyDmW6XGMUJisCLRO9 { top:20.8125rem;left:24rem;width:23.625rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sw45AADxH3i2rR71sfaD4D96ipssU87B { top:23.375rem;left:3.4375rem;width:15.1875rem;height:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFAoAqTGdu5c2BNG0TWcebCy7HSc9zTi { top:22.5625rem;left:32.875rem;width:14.875rem;height:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNTw6rZGcI3SZmKWHT1dICeMuSwuTU33 { top:23.3125rem;left:0rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsV364sfMPP1lHMs8sIoE0kLm9PooEC2 { top:22.375rem;left:29.875rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQuOoHlrZ8owN2lTO9D7UpX2X4hMi3bz { top:10.9375rem;left:0rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L09KHoGgxKKKT7EEmeCyuorqLTXf90sH { top:11.6875rem;left:14.125rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #esxsP1amdzxP2cyhv3kAoC4NzeEHGNec { top:9.875rem;left:39.75rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #huknqWDfyz76tEeWErRIdu0hC98hr98L { top:3.875rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBdTdZNKtDS88ll5zAgVKreivEzyTkl9 { top:46.375rem;left:0rem;width:47.75rem;height:3.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xM3RWtTAakAK4WN5CbopbI6PtceJGZuT { display:block; }#xM3RWtTAakAK4WN5CbopbI6PtceJGZuT > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UrdhDrl8LTAgO94C5STc273cTyOwzNLi { top:9.5rem;left:0rem;width:46.125rem;height:8.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpTldUlAxO1QTucyaFghTdpRAx98qVvM { top:5.625rem;left:0rem;width:20rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgGxsTkVzhR0Gff8X7RuDUeEfPfrgEii { top:6.1875rem;left:0rem;width:19.8125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmVEJQ0TVa9D9scQfKnx4TDZ85JFI7u5 { top:19.375rem;left:0rem;width:46rem;height:7.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4qBSofVnZmSXHZNp5TWnPl0VB7niMFc { top:8.25rem;left:30.875rem;width:16.875rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAdfwbs7L6qcfDk3NNk1uTshUpR2g3vy { top:5.4375rem;left:27.75rem;width:20rem;height:35.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2KC4qUHfzxcGmRMTTWdOWG8qmBtLdzb { top:6.125rem;left:31.3125rem;width:16.4375rem;height:34.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETsX717CPpioTdVQ8AvXgwIMwXAT93xz { top:29.4375rem;left:0rem;width:34.3125rem;height:4.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLbTMcaE8nXDVhyw2P96Xvr9OdBxFTaE { top:28.8125rem;left:0rem;width:3.625rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PsP1TF50bO1uK8BqioCdpSylEuxgVM4q { top:21.3125rem;left:44.125rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygipVykz6JRmS6kVONTuOtNMqqA5BiV0 { top:4.1875rem;left:40.25rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVDZv5aoGtX0aMASvussHiws40Q1kR5z { width:29.6875rem;height:4.375rem;top:36.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AyyHcAHGD5KdzuxC98z43LDU7o3oFmwS { display:block; }
 }@media only screen and (max-width: 763px) { #guZXyBdRHsTc1VCl6LQlHrrqm5BH7l0y { top:27.4375rem;left:41rem;width:6.75rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmamwfUhxp9X463X1bgI9oIU0kp15LUx { top:16.125rem;left:41rem;width:6.75rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTFWqdZw3e0LTX5cToVPBRehDmNvdUe2 { top:16.75rem;left:41.375rem;width:6.375rem;height:2.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOFo3Zu2Meb3tzcUkJZmNLdzJRfGRDo9 { top:27.9375rem;left:41.375rem;width:6.375rem;height:2.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlI8MIE5aFE93mmCDKiII67DbrVL8sm2 { display:block; }#LlI8MIE5aFE93mmCDKiII67DbrVL8sm2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DdnNcCP6usqrrHIE4BtDx0DNmHqUvDHE { top:25.5625rem;left:2.25rem;width:11.375rem;height:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFb4uemCzkDrLEGlgFEl9TyT3x8KT3ZW { top:22.6875rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #miZ4Bk7M19qMJGJ5kiMnWzlFtU9vETHF { top:8.9375rem;left:0rem;width:26.9375rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqwHmsA0v9DByITnDBKuqP5iIIvT2Lmk { top:5.5rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCM8T13R2CamQqElTFFavPqmDvAQTINs { top:34.0625rem;left:0rem;width:20.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vx13GdNfxvQdzfwfOKGuckhRs2WkH7ZJ { top:40.9375rem;left:0rem;width:21rem;height:7.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4qsCAP9maxVvcn5iL3xRrxwGsbOcLfV { top:36.125rem;left:0rem;width:19.8125rem;height:2.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jc1IaPeWieMoI9HxASwRQsJsTeh3Vrrp { top:40.9375rem;left:11.125rem;width:20.625rem;height:7.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrmn40gg4V7vyA6yLk5kvzZXr6WslHGc { top:34.0625rem;left:11.125rem;width:20.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3REDa3ZhO7Ta9WgCmMbTQO5lRxC1r7d { top:36.125rem;left:11.9375rem;width:19.8125rem;height:2.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGFZlRN1k8ZMcmEXAoMZq00SvOw9dSt1 { top:25.5625rem;left:17.53125rem;width:12.5625rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDLJnFP7OI5TrVyDbyuJTRih4DGhlM4U { top:40.9375rem;left:26.375rem;width:21.25rem;height:7.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4Bo4RykEQxIDax7vI7DwgGTLewdHOmh { top:34.0625rem;left:27rem;width:20.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrUhhfpmbuZbRe5ztDa5884NPEUqI3cm { top:36.125rem;left:27.8125rem;width:19.8125rem;height:2.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLq3lUT1Msg4ManqrOM79tTat5Xa6hfN { top:25.5625rem;left:34.75rem;width:11.375rem;height:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGUa8bx9u6EXv6AqecyXHLZSc59ORK4Q { top:68.3125rem;left:26.1875rem;width:21.4375rem;height:7.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkluRBFAd6vrAJtdlQupe46ffcS3nMKq { top:68.3125rem;left:0rem;width:21.625rem;height:7.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1qtlTew5SbvOecO1tIVTFrL1G4r8mM3 { top:68.375rem;left:10.75rem;width:21rem;height:7.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqwNT2XImPK3rBGJ70TMb5Z2clRQVhw3 { top:61.5rem;left:11.125rem;width:20.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOTibIogT9KVT1iJe5TiKFVuV6ZNhNDL { top:61.5625rem;left:27rem;width:20.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XI4e3Bx2rgIr1GQ45smIf5cQzrcHNPKN { top:61.5rem;left:0rem;width:20.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7nczGorW4UcIIFLCAUvVfureHLZVqbz { top:63.625rem;left:15.0625rem;width:16.6875rem;height:2.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPwu31Wafp7kX2A84pZIrTCEATmVyi7E { top:63.625rem;left:28.3125rem;width:19.3125rem;height:2.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IB5AxNGBE11LvJnvBmRKN0yxgqUw9s5b { top:63.5625rem;left:0rem;width:19.8125rem;height:2.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfMpO4sxcGxVoVGAgicTJcGLM2bcu1hc { top:53.0625rem;left:34rem;width:11.375rem;height:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyiK4aEDZDBnEiFoLRomuolOK7rXGRUs { top:53.875rem;left:18.90625rem;width:10.6875rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJ4I48qEz2QfblSRRwJpSTBlNDPuqCcB { top:53.5rem;left:1.9375rem;width:11.75rem;height:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7aV0Kh6yv2ZTqhTEGRnAoqBnBTs64nP { display:block; }#e7aV0Kh6yv2ZTqhTEGRnAoqBnBTs64nP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NZLSDDvqvFart5qOaTXxBxOvV4yB9siM { top:1.1875rem;left:0rem;width:15.1875rem;height:27.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDcIihwzV4gfvlKFwGPfwxemJT1I3q71 { top:1.1875rem;left:0rem;width:14.875rem;height:27.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ah4nHc4IGLdD67CPhsDbODVq7y8TZffX { top:1.1875rem;left:31.5625rem;width:15.375rem;height:27.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTxuAxQNWqeVpcs4OrQT8F1NExTCTJK2 { top:1.1875rem;left:0.875rem;width:15.375rem;height:27.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmJ8xD3TCir74Jv7QrSnkdwzfSznndHT { top:1.1875rem;left:32.375rem;width:15.375rem;height:27.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPQHxba6DllVXupTGecssCazqJnnfb28 { top:1.1875rem;left:32.4375rem;width:15.3125rem;height:27.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJlbRVcbFtgB4QPJ6BchEq9AhJpXHmgd { top:1.1875rem;left:16.1875rem;width:15.375rem;height:27.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DE5dTlFOpa60MhwgUpF547SfDlJOLmR0 { top:16.9375rem;left:0rem;width:4.875rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmBgpnBfgWwoEXDa8L7l879olqEWvUVD { top:22.6875rem;left:0rem;width:4.875rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jf5UKstSTcAoaKyViQCoEFbPpGUBIZF5 { top:21.9375rem;left:7.1171894073488rem;width:4.1875rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmCwyCStGMqK2TT3pv87JrB4BhNkaAfV { top:20.625rem;left:23.492189407349rem;width:4.1875rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #r56xsALsqpdoXQT3JmynOSHAAfILwFFI { top:15.125rem;left:23.492189407349rem;width:4.1875rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSGg79nCbokzJVwhnG0iOOcaVG3gzkBK { top:19.9375rem;left:23.492189407349rem;width:4.1875rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMf8SOnuZxD7u1I8r4eT1JS10RdyzXzc { top:9.25rem;left:23.492189407349rem;width:4.1875rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeKPNHRQW3QmmselbFSHkBc3I10Q94vH { top:17.6875rem;left:38.679685592651rem;width:4.1875rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgzeWMMiRLAROEEqhqvhQIqJX0gkCiIc { top:9.25rem;left:43.5625rem;width:4.1875rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6pULIzPi0y3Bv7Z4ZsDEdiCZTVQPIVP { top:14.625rem;left:43.5625rem;width:4.1875rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2sHGJxU3SMbJeiOzTQsZf02SQoEyaGq { top:21.5rem;left:44.9375rem;width:2.8125rem;height:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #THAxESQUh9Azi30ITd7e7ogWpKrXrszW { top:8.25rem;left:43.5625rem;width:4.1875rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXNuq3amsiasRHMJITzJ0E8ITeWB8GBW { display:none; }
 }@media only screen and (max-width: 763px) { #trE8KCQKhk62L9w3C1I0hhWTKxg2otR6 { display:none; }
 }@media only screen and (max-width: 763px) { #fWrFITHEZM3P8EvfwRO9sIXzlmGk8tcJ { display:none; }
 }@media only screen and (max-width: 763px) { #AJsgPtqbqblDAhWbBANEJOFMXzhCtpAZ { display:none; }
 }@media only screen and (max-width: 763px) { #R7JKyKIaE8T8tWteIHQ2yGu86OJt3zdN { display:none; }
 }@media only screen and (max-width: 763px) { #yiLf6PKzFXTRRrvhfcwIdI6fhH9IeDHz { display:none; }
 }@media only screen and (max-width: 763px) { #oWWT9z4KJCq0dsBDsoZvL539pToHM1Dq { display:none; }
 }@media only screen and (max-width: 763px) { #z25C9Qi9IJPgcHTM5qPqGGrJxQpXFquh { display:none; }
 }@media only screen and (max-width: 763px) { #qHsVNOUwU1XUgQZDTweETtc5N9ac5zv4 { display:none; }
 }@media only screen and (max-width: 763px) { #o6U2bVCT7rITnLa4tkkEqGJy4tMC2tHv { display:none; }
 }@media only screen and (max-width: 763px) { #ZHnUeUDDDtI4ew0hH8TismfK2EUvnikQ { display:none; }
 }@media only screen and (max-width: 763px) { #HHDJ6W7w630drpDUs3FckbarzsD26eJT { display:none; }
 }@media only screen and (max-width: 763px) { #cRnpsFkfJxNF8qT90vtvv7Tie1ner4MR { display:none; }
 }@media only screen and (max-width: 763px) { #Pd7SrTqTv0cPR7PpsXmHKUv7Xx9pIK1c { display:none; }
 }@media only screen and (max-width: 763px) { #CRGngs2yExVksVXH18gXDpM3ubIKxqeE { display:none; }
 }@media only screen and (max-width: 763px) { #frCyE40lHa6TASmBRQx7T2rA1dV1Rcta { display:none; }
 }@media only screen and (max-width: 763px) { #BEKTVMXifwVmCuWyVshKMWTMIW8ILJLu { display:none; }
 }@media only screen and (max-width: 763px) { #u7AorzkSxd8ekIF9lHNiyqPi0P0epfXA { top:0.625rem;left:34.270833969116rem;width:7rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2oBnExFl7S0xTqafMZ0lEO4kQtaXIfl { top:4rem;left:40.6875rem;width:7.0625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysuJyKDsaUJXBSBfIKkBURLdEir8aN4W { top:4.1875rem;left:42.6875rem;width:5.0625rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #twccXkFm6iAwBNJ840KvH3JrwqSxL463 { display:block; }#twccXkFm6iAwBNJ840KvH3JrwqSxL463 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bm2G2eVRPcwB0DV0f0byuEledQtkT1s4 { width:18.75rem;height:3.75rem;top:39.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #giNyfKf4mkB0ll4S5gtrEUgaaCQ8kA5M { display:block; }
 }@media only screen and (max-width: 763px) { #g24VTc6gTxu8Xw8RSiMwmOTlDyzEJLQo { top:24.8125rem;left:0rem;width:21.875rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zm2UAGVqIHMmO6H8MHQiqFCmLXN2CyUL { top:26.5rem;left:0rem;width:22rem;height:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgEB1DbiiTz6K9u4Um6uoBDQJ8emIgO0 { top:50.3125rem;left:0rem;width:20.625rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfBnh2OSJFuM87kNQdd5W0ZHryG3CmSh { top:57.3125rem;left:0rem;width:18.75rem;height:;font-size:0.875rem;display:block; }#XfBnh2OSJFuM87kNQdd5W0ZHryG3CmSh li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/c0d066f9-a8aa-4350-8fce-d18bec44fed6/OdchudzaniezKate16.png); }
 }@media only screen and (max-width: 763px) { #S6IqZeCZezyB5147kZMdpIdnQNQmw5wC { top:60.3125rem;left:0rem;width:18.75rem;height:3.125rem;font-size:0.875rem;display:block; }#S6IqZeCZezyB5147kZMdpIdnQNQmw5wC li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/a38dc8e4-a6f9-4076-80b6-8b60a15e56cc/womanraisinghand_1f64b200d2640fe0f.png); }
 }@media only screen and (max-width: 763px) { #NDAZXTHtnlfxpy8bJAr2l7T3FaWbn2fW { top:64.3125rem;left:0rem;width:18.3125rem;height:2.0625rem;font-size:0.875rem;display:block; }#NDAZXTHtnlfxpy8bJAr2l7T3FaWbn2fW li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/889a0bc5-21db-4a07-9051-9abc0c6517c4/battery_1f50b.png); }
 }@media only screen and (max-width: 763px) { #BPcd0CLbCzMxMxilyoE95QZVFK0PShXX { top:30.625rem;left:0rem;width:22rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQZhQxf7mJRpvzgsKytFugHTzzconWOy { top:31.5625rem;left:0rem;width:5rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpVrXCDN7SKd1TlRE0nLZb3ebFKP1Wug { top:33rem;left:0rem;width:14.25rem;height:3.0625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcT2QpffEGvcdnofwuGTRAvSCbvwK5u3 { top:85.25rem;left:0rem;width:18.75rem;height:2.0625rem;font-size:0.875rem;display:block; }#lcT2QpffEGvcdnofwuGTRAvSCbvwK5u3 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/6812edce-0f1a-45d3-bd1c-e3a2f88af85d/tearoffcalendar_1f4c6.png); }
 }@media only screen and (max-width: 763px) { #erN3PXVXKXTefzcOuyi7rl7UkVRdJT43 { top:71.25rem;left:0rem;width:18.75rem;height:2.0625rem;font-size:0.875rem;display:block; }#erN3PXVXKXTefzcOuyi7rl7UkVRdJT43 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/ff52ee04-c15e-4c41-a09c-955a4597e986/compass_1f9ed.png); }
 }@media only screen and (max-width: 763px) { #xPmUe7TqpTm8OmhQZTNCm5a8Gi9SinAI { top:67.1875rem;left:0rem;width:16.875rem;height:3.125rem;font-size:0.875rem;display:block; }#xPmUe7TqpTm8OmhQZTNCm5a8Gi9SinAI li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/c7a97f90-7f58-4f2c-a8ae-446d87c95089/mobilephonewitharrow_1f4f2.png); }
 }@media only screen and (max-width: 763px) { #KvgRKJoLzUbMrlzPgoaHHw4VSax7vcWO { top:74.125rem;left:0rem;width:18.75rem;height:2.0625rem;font-size:0.875rem;display:block; }#KvgRKJoLzUbMrlzPgoaHHw4VSax7vcWO li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/dca8872d-8611-4b2e-9cce-f1d15339a1cd/glasses_1f453.png); }
 }@media only screen and (max-width: 763px) { #FRJNXFKTOcECVclTl2ES2cXkR2V603CM { top:79.75rem;left:0rem;width:18.75rem;height:2.0625rem;font-size:0.875rem;display:block; }#FRJNXFKTOcECVclTl2ES2cXkR2V603CM li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/388d1c2e-574d-4f78-8a1b-449d484af9a2/crown_1f451.png); }
 }@media only screen and (max-width: 763px) { #qtGqMr2w785GBqbv4hWPLyyApDp3EthC { top:4.625rem;left:19.46875rem;width:8.8125rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qo5okms4mEDnCDpXbuefIILm565oK5e3 { top:8.8125rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPbosgdHEpZav6fIVaMQSSeTFkgBV6Ih { top:17.5625rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKPM87ow6Vt74IEHtGt5Ztx8gur4fqtT { top:24.8125rem;left:0rem;width:21.875rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgCgwfAqVa2wWgsIebGolR7MRDkc8Xsp { top:33.625rem;left:0rem;width:14.5625rem;height:2.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcbD8rKNAo1H9kLEkKPuHBkrTM8pi51Z { top:36.75rem;left:0rem;width:22rem;height:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKe4oGwMQEaiaoHqNaTi5hICmhHfNJGF { top:44.4375rem;left:0rem;width:21.875rem;height:46.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfpNmfQzlnM94FUsoQZaFWxnPetJz3a0 { top:82.375rem;left:0rem;width:18.4375rem;height:2.0625rem;font-size:0.875rem;display:block; }#MfpNmfQzlnM94FUsoQZaFWxnPetJz3a0 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/862a12ec-52a9-498a-9927-0008ecf39beb/sweatdroplets_1f4a6.png); }
 }@media only screen and (max-width: 763px) { #bApnUWhHcDK1l30gIsB0K6IKzaBn710Q { top:77rem;left:0rem;width:18.4375rem;height:2.0625rem;font-size:0.875rem;display:block; }#bApnUWhHcDK1l30gIsB0K6IKzaBn710Q li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/cb01768c-db6a-4118-9470-f0d6f6b1115c/broccoli_1f966.png); }
 }@media only screen and (max-width: 763px) { #Th74K9Zwp9WTr2L39h1FxA660vPEtRrc { top:24.8125rem;left:12.875rem;width:21.875rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uG1n4sWmr9NGONlQxxa5rp7JTZWmzfJ8 { top:26.5rem;left:12.875rem;width:22rem;height:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6dvEMOQQkc5Q7wWGe4hzaL5ypkFyTp7 { top:30.625rem;left:12.875rem;width:22rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDGbwzodMWrQhcmZo6hElZz3fmJWfpTh { top:24.8125rem;left:12.875rem;width:21.875rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQHTP9XCN9DPFrcWK5mrLMr7yTVayKD6 { top:36.75rem;left:12.875rem;width:22rem;height:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7kZp2Czxzemv0W6y6kxKoTFpUKSTfUi { top:44.4375rem;left:12.875rem;width:21.875rem;height:46.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PT4zMr0g9SQeLQbW0Pv5xoT8KVrgCwxF { top:50.3125rem;left:13.5625rem;width:20.625rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXoUzt3i0L89BvELmH4gcsJynxtEh8lM { width:18.75rem;height:3.75rem;top:39.5rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mz7pGQFh8qv1KGxTAKCDSafzXfnlepXq { display:block; }
 }@media only screen and (max-width: 763px) { #xl795fIu5awgFOFtvhMHJcum6W97pm5P { top:57.3125rem;left:14.500001907349rem;width:18.75rem;height:;font-size:0.875rem;display:block; }#xl795fIu5awgFOFtvhMHJcum6W97pm5P li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/c0d066f9-a8aa-4350-8fce-d18bec44fed6/OdchudzaniezKate16.png); }
 }@media only screen and (max-width: 763px) { #lMRxX3rOaqdcBwCH12vELEk7S992Az8C { top:33.625rem;left:20.25rem;width:12.75rem;height:2.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQm5iPlh9tBi4pwTImZha0bC7xc3rMUb { top:33rem;left:14.75rem;width:14.25rem;height:3.0625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dptwTcgXeptRkS6v6mhaC7IbWsU1igEE { top:31.5625rem;left:20.75rem;width:6.25rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHcm7RJw2r2l1e1WZTSaK37urcahrxmA { top:60.3125rem;left:14.5rem;width:18.75rem;height:3.125rem;font-size:0.875rem;display:block; }#mHcm7RJw2r2l1e1WZTSaK37urcahrxmA li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/a38dc8e4-a6f9-4076-80b6-8b60a15e56cc/womanraisinghand_1f64b200d2640fe0f.png); }
 }@media only screen and (max-width: 763px) { #tseOxCTeDklZvmgnblVcT0Gu64ZhTsi1 { top:64.3125rem;left:14.5rem;width:18.3125rem;height:2.0625rem;font-size:0.875rem;display:block; }#tseOxCTeDklZvmgnblVcT0Gu64ZhTsi1 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/889a0bc5-21db-4a07-9051-9abc0c6517c4/battery_1f50b.png); }
 }@media only screen and (max-width: 763px) { #XmTMJ7kCgWg2D3CFA7uluHilZLJdO3t8 { top:67.1875rem;left:14.5rem;width:16.875rem;height:3.125rem;font-size:0.875rem;display:block; }#XmTMJ7kCgWg2D3CFA7uluHilZLJdO3t8 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/c7a97f90-7f58-4f2c-a8ae-446d87c95089/mobilephonewitharrow_1f4f2.png); }
 }@media only screen and (max-width: 763px) { #EP3UdcIPexF9Dx7ERZa9n3K7ocGCVVNJ { top:71.25rem;left:14.5rem;width:18.75rem;height:2.0625rem;font-size:0.875rem;display:block; }#EP3UdcIPexF9Dx7ERZa9n3K7ocGCVVNJ li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/ff52ee04-c15e-4c41-a09c-955a4597e986/compass_1f9ed.png); }
 }@media only screen and (max-width: 763px) { #fTyfQZzoV7BK186dpJ01HQUfeg35mu1V { top:85.25rem;left:14.5rem;width:18.75rem;height:2.0625rem;font-size:0.875rem;display:block; }#fTyfQZzoV7BK186dpJ01HQUfeg35mu1V li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/6812edce-0f1a-45d3-bd1c-e3a2f88af85d/tearoffcalendar_1f4c6.png); }
 }@media only screen and (max-width: 763px) { #oh1k1LgwVy2O84POunnFULhVQki8vpQT { top:74.125rem;left:14.5rem;width:18.75rem;height:2.0625rem;font-size:0.875rem;display:block; }#oh1k1LgwVy2O84POunnFULhVQki8vpQT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/dca8872d-8611-4b2e-9cce-f1d15339a1cd/glasses_1f453.png); }
 }@media only screen and (max-width: 763px) { #A9FavcIxZzNh86H7kMbC3Xom3cMqZvGM { top:79.75rem;left:14.5rem;width:18.75rem;height:2.0625rem;font-size:0.875rem;display:block; }#A9FavcIxZzNh86H7kMbC3Xom3cMqZvGM li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/388d1c2e-574d-4f78-8a1b-449d484af9a2/crown_1f451.png); }
 }@media only screen and (max-width: 763px) { #czICtT9F8cbOUTc7ZNDzQcC5e3QohJnf { top:82.375rem;left:14.6875rem;width:18.4375rem;height:2.0625rem;font-size:0.875rem;display:block; }#czICtT9F8cbOUTc7ZNDzQcC5e3QohJnf li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/862a12ec-52a9-498a-9927-0008ecf39beb/sweatdroplets_1f4a6.png); }
 }@media only screen and (max-width: 763px) { #IQcwIsG3XqxhVowKP3SdyCtTAnhQi6Ne { top:77rem;left:14.6875rem;width:18.4375rem;height:2.0625rem;font-size:0.875rem;display:block; }#IQcwIsG3XqxhVowKP3SdyCtTAnhQi6Ne li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/cb01768c-db6a-4118-9470-f0d6f6b1115c/broccoli_1f966.png); }
 }@media only screen and (max-width: 763px) { #LVy7c5u0q4TXR4hPFD67ZC3lobaTXZQT { top:24.8125rem;left:25.75rem;width:21.875rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMt1nOv5hl2cgNMhltXkwtAycCaRMTT8 { top:26.5rem;left:25.75rem;width:22rem;height:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxpqR68tvG8a3wd88gQwFMT6TPnL4QT2 { top:30.625rem;left:25.75rem;width:22rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSQcw9IbtURy3xPIuFPuNndCp3kNJfQF { top:24.8125rem;left:25.75rem;width:21.875rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0egyLy0Bb2r2QwXGoWx2cOViFfZTbLp { top:36.75rem;left:25.75rem;width:22rem;height:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhThSuVv1ol62tVywTuPuzWDF2ghQafG { top:44.4375rem;left:25.75rem;width:21.875rem;height:46.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcmwDegEtdzDBoewC307EM7HU9wQpaSz { top:50.3125rem;left:27.125rem;width:20.625rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pn73pHLmWCzLOfdTU9dKeW8kfz5da7RL { width:18.75rem;height:3.75rem;top:39.5rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVeTMn4o06RWSUWICCTxHkHeUwAibxO3 { display:block; }
 }@media only screen and (max-width: 763px) { #Ff22abpFDaASDbPRvxPxkz0rChmUbnA5 { top:57.3125rem;left:29rem;width:18.75rem;height:;font-size:0.875rem;display:block; }#Ff22abpFDaASDbPRvxPxkz0rChmUbnA5 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/c0d066f9-a8aa-4350-8fce-d18bec44fed6/OdchudzaniezKate16.png); }
 }@media only screen and (max-width: 763px) { #rDSaiMeWS8Dug8uUTAdwIRi1swakXHA4 { top:33.625rem;left:35.375rem;width:12.375rem;height:2.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygcTmLxBkPFT7tzgmMUV25k5Zen1PkO1 { top:33rem;left:33.5rem;width:14.25rem;height:3.0625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQWfnZrL9e6TyfLOTTJsHlmWIOgoas3u { top:31.5625rem;left:41.5rem;width:6.25rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #amLhEoD7SF7pVF0b3l3ay9sohA26hzfl { top:60.3125rem;left:29rem;width:18.75rem;height:3.125rem;font-size:0.875rem;display:block; }#amLhEoD7SF7pVF0b3l3ay9sohA26hzfl li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/a38dc8e4-a6f9-4076-80b6-8b60a15e56cc/womanraisinghand_1f64b200d2640fe0f.png); }
 }@media only screen and (max-width: 763px) { #R2WvSLt61w4h4Z3ef43MpHatwLEH5Oxd { top:64.3125rem;left:29.4375rem;width:18.3125rem;height:2.0625rem;font-size:0.875rem;display:block; }#R2WvSLt61w4h4Z3ef43MpHatwLEH5Oxd li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/889a0bc5-21db-4a07-9051-9abc0c6517c4/battery_1f50b.png); }
 }@media only screen and (max-width: 763px) { #yn5CvkQB8Ppr5q2llWWETPpfzFJNMIWu { top:67.1875rem;left:30.875rem;width:16.875rem;height:3.125rem;font-size:0.875rem;display:block; }#yn5CvkQB8Ppr5q2llWWETPpfzFJNMIWu li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/c7a97f90-7f58-4f2c-a8ae-446d87c95089/mobilephonewitharrow_1f4f2.png); }
 }@media only screen and (max-width: 763px) { #SxXTt9T4R6O256Da0ZT1sKPdxGCpf97y { top:71.25rem;left:29rem;width:18.75rem;height:2.0625rem;font-size:0.875rem;display:block; }#SxXTt9T4R6O256Da0ZT1sKPdxGCpf97y li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/ff52ee04-c15e-4c41-a09c-955a4597e986/compass_1f9ed.png); }
 }@media only screen and (max-width: 763px) { #akL1ceLkEHW64fapNZhO0ECZuFVvdpeB { top:85.25rem;left:29rem;width:18.75rem;height:2.0625rem;font-size:0.875rem;display:block; }#akL1ceLkEHW64fapNZhO0ECZuFVvdpeB li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/6812edce-0f1a-45d3-bd1c-e3a2f88af85d/tearoffcalendar_1f4c6.png); }
 }@media only screen and (max-width: 763px) { #VHZAOOyxtUpoJr6NBJaHFHm7n5aFxl7W { top:74.125rem;left:29rem;width:18.75rem;height:2.0625rem;font-size:0.875rem;display:block; }#VHZAOOyxtUpoJr6NBJaHFHm7n5aFxl7W li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/dca8872d-8611-4b2e-9cce-f1d15339a1cd/glasses_1f453.png); }
 }@media only screen and (max-width: 763px) { #mA62DwkuGlTTs4wBNfXZ1M4usZFJd5Bh { top:79.75rem;left:29rem;width:18.75rem;height:2.0625rem;font-size:0.875rem;display:block; }#mA62DwkuGlTTs4wBNfXZ1M4usZFJd5Bh li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/388d1c2e-574d-4f78-8a1b-449d484af9a2/crown_1f451.png); }
 }@media only screen and (max-width: 763px) { #vXPW14bDFxKddtDvnzuh5MCHS1TDMtx8 { top:82.375rem;left:29.3125rem;width:18.4375rem;height:2.0625rem;font-size:0.875rem;display:block; }#vXPW14bDFxKddtDvnzuh5MCHS1TDMtx8 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/862a12ec-52a9-498a-9927-0008ecf39beb/sweatdroplets_1f4a6.png); }
 }@media only screen and (max-width: 763px) { #pLRTVgfDzIStS4SxEr3PRnmaA4E8UpLL { top:77rem;left:29.3125rem;width:18.4375rem;height:2.0625rem;font-size:0.875rem;display:block; }#pLRTVgfDzIStS4SxEr3PRnmaA4E8UpLL li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/cb01768c-db6a-4118-9470-f0d6f6b1115c/broccoli_1f966.png); }
 }@media only screen and (max-width: 763px) { #mtOrleho5vGMbWHHXpaN3UK8fyG96Fwv { top:21.875rem;left:25.75rem;width:21.875rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ct8OEiqL72bmc0kUSl49WliJlvyiV0xa { top:23rem;left:25.75rem;width:22rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGbmL2ZhePZ5SZbEnBam8wgfw7lq3qQN { top:21.75rem;left:12.875rem;width:21.875rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gnt41ehaoHTfg4BI92pZSQAzoLakT1L5 { top:22.875rem;left:12.875rem;width:22rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTBio3BHCZx4Z2VgNvmrBnFNcfTCgWD7 { top:21.75rem;left:0rem;width:21.875rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #emnf69uyc5mlzlbJkbXnHTShJJTtghAH { top:22.875rem;left:0rem;width:22rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WrO0dtzTlL2nSG0llqJ2TMUuUiRP2WLv { top:11.5625rem;left:27.4375rem;width:10.3125rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3n0xwxbCPQXvm3e3SzL2uaBSPsAUgUE { top:12.625rem;left:10rem;width:17.5rem;height:2.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVti0B67p9ANNWMddEDqCadmA2uJpvUI { top:52.9375rem;left:0rem;width:7rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqHzeftLnrIOedJLTeuUHXe4rnbrZKnE { top:53.5rem;left:0rem;width:10.8125rem;height:2.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OT6osvezpXe9w59iCRW5RCPpyv4vSbDC { top:52.9375rem;left:23.875rem;width:7rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLaKz33y7ZGfKdPwcdGOLlf0VeIRVXbx { top:53.5rem;left:12.875rem;width:10.8125rem;height:2.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8lB97qkbCLUGykG16LiS5fKgoT5IM4g { top:52.9375rem;left:40.75rem;width:7rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8CTKE9Nx8BFmdLIEz0zon8ZcXcX1hwD { top:53.5rem;left:36.9375rem;width:10.8125rem;height:2.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lukgXOUMSKU5valTTCpvomToJsUPD5uF { width:15.625rem;height:2.5rem;top:43.875rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LurylyIWwiRptefwvuTTZbNRbXbAnGW9 { display:block; }
 }@media only screen and (max-width: 763px) { #p5rPS8pRkwyKaFgIOKrile8Nycz2ySp0 { width:15.625rem;height:2.5rem;top:43.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvUIpnko4ugTxIrpNFEaJPXzywLr52ly { display:block; }
 }@media only screen and (max-width: 763px) { #IxJe2FT676WbnUL5qSqhVPWlVAEoby9c { width:15.625rem;height:2.5rem;top:43.875rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a77UQ5Iopi7Hzyy9OUe5AsxJLTonZFdW { display:block; }
 }@media only screen and (max-width: 763px) { #fzDz74PIA8MO6Ux0yI0hf6qLgs034bRx { top:93.75rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5l6QNL79MOixQBmnqLdPl6mx03Te9sC { display:block; }#v5l6QNL79MOixQBmnqLdPl6mx03Te9sC > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tqi49qPsFiKfC0GRWXQumO1WrbzTWflO { top:6.5rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TABELPu5Z4b3fR3wU20aC2WslN0MQvTF { top:9.75rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngRTfwkohv0Rb1Vfo8zlEmkC80ulLMtx { top:15.4375rem;left:0rem;width:31.25rem;height:79.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0Ti9hWaCLffqfLAyLy4Em3c6qMvsoA5 { top:19.8125rem;left:0rem;width:18.625rem;height:3.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcOQk9l7eS35l7V3P3n5Ld7ZKuJ3ARka { top:25.625rem;left:0rem;width:26.375rem;height:;font-size:0.875rem;display:block; }#lcOQk9l7eS35l7V3P3n5Ld7ZKuJ3ARka li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/a38dc8e4-a6f9-4076-80b6-8b60a15e56cc/womanraisinghand_1f64b200d2640fe0f.png); }
 }@media only screen and (max-width: 763px) { #XdFy6Ks7qQXTnWvq26ZHkh2cw4sW5sfF { top:15.4375rem;left:16.375rem;width:31.25rem;height:79.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBMl45tgX0XWXr0SBpwGmOspe6MSJZOl { top:29.375rem;left:0rem;width:27.8125rem;height:2.375rem;font-size:0.875rem;display:block; }#TBMl45tgX0XWXr0SBpwGmOspe6MSJZOl li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/a38dc8e4-a6f9-4076-80b6-8b60a15e56cc/womanraisinghand_1f64b200d2640fe0f.png); }
 }@media only screen and (max-width: 763px) { #ah0zV5rxl8tMr4XlTLdC6kQFBcO90V1W { top:13.625rem;left:0rem;width:5.4375rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpPcmxr2m7NGrmTe60lG6D0fDXrVUuZu { top:13.625rem;left:30.25rem;width:5.4375rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPcp7TWSSUvdxZJz3lypXxInZvFgKTyL { top:33.5625rem;left:0rem;width:26.375rem;height:;font-size:0.875rem;display:block; }#LPcp7TWSSUvdxZJz3lypXxInZvFgKTyL li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/a38dc8e4-a6f9-4076-80b6-8b60a15e56cc/womanraisinghand_1f64b200d2640fe0f.png); }
 }@media only screen and (max-width: 763px) { #cSLP8hTcBwcDPVxLciJhQkI1RI6lZxX0 { top:37.375rem;left:0rem;width:24.625rem;height:;font-size:0.875rem;display:block; }#cSLP8hTcBwcDPVxLciJhQkI1RI6lZxX0 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/a38dc8e4-a6f9-4076-80b6-8b60a15e56cc/womanraisinghand_1f64b200d2640fe0f.png); }
 }@media only screen and (max-width: 763px) { #T1izh2P5IbGQshuem5LT824UK8U1hJN2 { top:43.8125rem;left:0rem;width:26.125rem;height:3.625rem;font-size:0.875rem;display:block; }#T1izh2P5IbGQshuem5LT824UK8U1hJN2 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/a38dc8e4-a6f9-4076-80b6-8b60a15e56cc/womanraisinghand_1f64b200d2640fe0f.png); }
 }@media only screen and (max-width: 763px) { #t6ioaEW7sDqKiMpuo0O2Onb1qU0u5XVL { top:48.75rem;left:0rem;width:24.625rem;height:3.5625rem;font-size:0.875rem;display:block; }#t6ioaEW7sDqKiMpuo0O2Onb1qU0u5XVL li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/a38dc8e4-a6f9-4076-80b6-8b60a15e56cc/womanraisinghand_1f64b200d2640fe0f.png); }
 }@media only screen and (max-width: 763px) { #MSe6QSdkDvMyq9feP4huEDdTOR9VrTUh { top:53.875rem;left:0rem;width:24.625rem;height:;font-size:0.875rem;display:block; }#MSe6QSdkDvMyq9feP4huEDdTOR9VrTUh li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/a38dc8e4-a6f9-4076-80b6-8b60a15e56cc/womanraisinghand_1f64b200d2640fe0f.png); }
 }@media only screen and (max-width: 763px) { #WWFgXS7dev3zvQbzJRbMEFC9TSNXhrAO { top:59rem;left:0rem;width:24.625rem;height:4.75rem;font-size:0.875rem;display:block; }#WWFgXS7dev3zvQbzJRbMEFC9TSNXhrAO li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/a38dc8e4-a6f9-4076-80b6-8b60a15e56cc/womanraisinghand_1f64b200d2640fe0f.png); }
 }@media only screen and (max-width: 763px) { #Ncqomh4td0T0BwXIIFAawI5Q95HUITkV { top:25.625rem;left:21.375rem;width:26.375rem;height:2.375rem;font-size:0.875rem;display:block; }#Ncqomh4td0T0BwXIIFAawI5Q95HUITkV li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/3922ba96-d7d8-4e8e-995d-e6a8a5e79754/thumbsdown_1f44e.png); }
 }@media only screen and (max-width: 763px) { #KnaWm1rRFELfWTLNzbaTOhaSEmEerOTS { top:29.375rem;left:21.375rem;width:26.375rem;height:2.375rem;font-size:0.875rem;display:block; }#KnaWm1rRFELfWTLNzbaTOhaSEmEerOTS li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/3922ba96-d7d8-4e8e-995d-e6a8a5e79754/thumbsdown_1f44e.png); }
 }@media only screen and (max-width: 763px) { #Nhe12uz5bMZVxocztHcnnVIquPIaoK1L { top:33.5625rem;left:21.375rem;width:26.375rem;height:2.375rem;font-size:0.875rem;display:block; }#Nhe12uz5bMZVxocztHcnnVIquPIaoK1L li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/3922ba96-d7d8-4e8e-995d-e6a8a5e79754/thumbsdown_1f44e.png); }
 }@media only screen and (max-width: 763px) { #UqM0CHAacrJxyI8MwlHv7ryuUOHHXeeU { top:37.375rem;left:23.125rem;width:24.625rem;height:4.75rem;font-size:0.875rem;display:block; }#UqM0CHAacrJxyI8MwlHv7ryuUOHHXeeU li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/3922ba96-d7d8-4e8e-995d-e6a8a5e79754/thumbsdown_1f44e.png); }
 }@media only screen and (max-width: 763px) { #UnsDTirExHp1gmmr2TlmNSET3hIrigNN { top:43.8125rem;left:23.125rem;width:24.625rem;height:;font-size:0.875rem;display:block; }#UnsDTirExHp1gmmr2TlmNSET3hIrigNN li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/3922ba96-d7d8-4e8e-995d-e6a8a5e79754/thumbsdown_1f44e.png); }
 }@media only screen and (max-width: 763px) { #ydTUrA7vvh7KzDOCJ83r5tkhuKVbQnxL { top:48.75rem;left:19.8125rem;width:27.9375rem;height:3.5625rem;font-size:0.875rem;display:block; }#ydTUrA7vvh7KzDOCJ83r5tkhuKVbQnxL li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/3922ba96-d7d8-4e8e-995d-e6a8a5e79754/thumbsdown_1f44e.png); }
 }@media only screen and (max-width: 763px) { #beb4HUZrtE7paaFMzS3Jhk5XBrQT2TyL { top:53.875rem;left:23.125rem;width:24.625rem;height:3.5625rem;font-size:0.875rem;display:block; }#beb4HUZrtE7paaFMzS3Jhk5XBrQT2TyL li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/3922ba96-d7d8-4e8e-995d-e6a8a5e79754/thumbsdown_1f44e.png); }
 }@media only screen and (max-width: 763px) { #G12mqZ9Q7rvhvBxcxq07hK9ThyuSvKJl { top:59rem;left:21.4375rem;width:26.3125rem;height:4.75rem;font-size:0.875rem;display:block; }#G12mqZ9Q7rvhvBxcxq07hK9ThyuSvKJl li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/3922ba96-d7d8-4e8e-995d-e6a8a5e79754/thumbsdown_1f44e.png); }
 }@media only screen and (max-width: 763px) { #dSK4Qiu4LLNyTcowdCpHVsEKOFx4nO6x { top:19.8125rem;left:27.9375rem;width:19.8125rem;height:3.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1amvmhSAqCBwXQuxdIdRqdOVRTT1qkT { display:block; }#B1amvmhSAqCBwXQuxdIdRqdOVRTT1qkT > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BTOvPm1nenV5NrqqNb3RE0Q3J1G9QCAv { top:0rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqfmZFiTWeEFn7AnhTzbA8lFQbdDewli { top:0rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbeD1cWoXSB4uDvwmDuTFQKwdlPysLzb { top:0rem;left:25.9375rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tc8EwTFuPSyEq8NJB97nRZF0rEz8JiAL { top:0rem;left:12.75rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmXS6m5xhEyuEceI9gwVk9uqOzzVHTcV { top:0rem;left:35.25rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHTMudBLpGVX1laLczqeQgAUm8hbVNWU { top:0rem;left:35.25rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ir2coPXLsMILGyQMvUr36vlyuT9fO4k3 { top:13rem;left:7.875rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nn8hsV9MZMRPNo88wpZbuU3STfXBHFvE { top:13rem;left:21.0625rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BiVGU5Cw1Kn3pmpS6zMlMbsdHtJb1Tua { top:13rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #f901cGcq8ZOEJLrbNMF8O7aFuaEuvuL3 { top:13.0625rem;left:35.25rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mo9SFAu08IfTv4P0a1TLGV332ouREuAF { top:13.0625rem;left:34.25rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mk4U79pA9Pw1byTGisTLe4LrWxTUim4E { top:13rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzRG5QZFgwDQbMUA1ZwG7ieLQPsxMrT2 { top:0rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4uaGOeDNie4ssGXu9a5RMowqUVTrtpX { top:12.9375rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEWFBJozHFzD9nyvtRSkSK3qlfeuixZO { top:13.0625rem;left:35.3125rem;width:12.4375rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkTBz9ZmDJULN3NJ0VsPUe0uri7kDD6k { top:0rem;left:35.25rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XK8XPVQ5lpA5Swbzo46kuhUPMfWX8DBP { top:13.0625rem;left:35.4375rem;width:12.3125rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBrlpixBagDe7uPXcQmsoLKRgi6aRIKi { top:0rem;left:35.3125rem;width:12.4375rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdLndgfEbmiuqaTUbUkRPiU8OQ9xfo9y { top:0.0625rem;left:0rem;width:12.25rem;height:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLoVnMGlBZQoTm1K33v0WfQbPETwQCJo { display:block; }#SLoVnMGlBZQoTm1K33v0WfQbPETwQCJo > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #unC0SbmKdXuMbdNQQAQ1IwyDd0Sup8sA { top:12.25rem;left:4.125rem;width:35.5rem;height:3.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #evF1eRzeoROeSq3TOMTXJARbRkp1qdvx { top:17.125rem;left:5.125rem;width:37.5625rem;height:5.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcfEK0xQbSds53Sr4qdaIC4wmZm7nCIm { top:35.25rem;left:5.5rem;width:40.3125rem;height:8.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #og2MN2hUVXLWMIiQdOF3p6GNa2BzELWI { top:40.9375rem;left:21.3125rem;width:24.1875rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhkNE7Efw0mckZ9sTTpe61NtcQZTMFbL { top:11.5625rem;left:39.6875rem;width:3.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTeSqPpVwwNEVCTP4HyNTHRKisSWU0uO { top:30.25rem;left:42.25rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWTQ0xryhl9zXpspHhTrJWI2zF7aDLw3 { top:32.75rem;left:40.9375rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSldGxCUtTsr1LzJbeFOQoMAhCwTK9io { width:29.6875rem;height:4.375rem;top:25.125rem;left:9.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwI1eCTTaB3u2azv1glL9GT9TuozZoL2 { display:block; }
 }@media only screen and (max-width: 763px) { #oK6qFNAhwvtfKEw8pZ2AAZl4EpNDurMW { top:23.9375rem;left:9.9375rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMsuIZS1Py2cyMLXw7fd1vf4P0EOlJTg { width:29.6875rem;height:4.375rem;top:16.8125rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #IuTVp8N8JngM4Svaki2xT4euvXRw869L { display:block; }
 }@media only screen and (max-width: 763px) { #K7wLSgdvnA7Wohxn60AnHmd1p7Kl0TeM { top:7.25rem;left:0rem;width:47.625rem;height:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIuQsE0LiPTr3xJaUpk4szv6PNXPq205 { top:35.1875rem;left:1.75rem;width:2.4375rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBzeOECUfyP8GJxLzfUrvbLpuDo4ZMJQ { display:block; }#iBzeOECUfyP8GJxLzfUrvbLpuDo4ZMJQ > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a6qvlg0ygZpWAxwQ7IGn1C5GwQD8Tdzb { top:3.5rem;left:0rem;width:47.75rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jd4Nx9qeamNJezJsEHPia3y1rv6zwCQy { top:7.625rem;left:0rem;width:47.75rem;height:6.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:3.875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ps43Cx0uSzuf9AuRZtlB4mm6FwHccO3I { width:19.875rem;height:3.1875rem;top:0.5625rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzkKT98BU8cJ7PG2uKM2WyLCp2yNDCJy { width:7.1875rem;height:1.1875rem;top:1.375rem;left:0.68382352941175rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfIA7Jm8LTERT023wMDpyCW6LZE6vkM4 { width:0.0625rem;height:2rem;top:1.0625rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QiMhds5FI5rHSMkCRr9Ev5sg5zpCpc1c { width:10.25rem;height:1.8125rem;top:1.1875rem;left:9.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IArkFZaDRvcDORboXCWLfyXOHfSSOnzz { display:block; }
 }@media only screen and (max-width: 763px) { #We260u38tf7zqncuceEnLu7yxwwxNgFT { width:6.75rem;height:2.5rem;top:14.5625rem;left:13.25rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #MdEcORB61AUrwElJp7xoBinkru7hhLHX { display:block; }
 }@media only screen and (max-width: 763px) { #vuB4i3QOXaabwGUawH31bOOn4pppSMKK { width:7.125rem;height:2.5rem;top:10.09375rem;left:0rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #oxe1bDpHNM1yZSz105CJRdtOq2l3qxg4 { display:block; }
 }@media only screen and (max-width: 763px) { #L53ReMzteU1y4KB1TMx2nJJ4wd6iya7N { width:7.0625rem;height:1.9375rem;top:1.8125rem;left:6.4375rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #pWkxEu0mXAfKpFhAtHOMIygNIfDE1bEF { display:block; }
 }@media only screen and (max-width: 763px) { #sVxJsaJbNCRo0250rgl5zosVfx2uA84C { width:6.75rem;height:2.5rem;top:1.5rem;left:6.625rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #STcUhQ0Hoeh4N21M2b7kcv5t0TPKAL8E { display:block; }
 }@media only screen and (max-width: 763px) { #M4BBTukQmkVk4sdsLHL85rUxLJoAalGm { position:relative;z-index:auto;display:block; }#M4BBTukQmkVk4sdsLHL85rUxLJoAalGm > .row .container { width:20rem;height:7.4375rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NnPq6Mpvz5Cmkla7TrspXGhFA38yZyqs { width:6.75rem;height:2.5rem;top:14.5625rem;left:13.25rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #r9krP9masrKIpr5xLAxagFsSdBmMm5NT { display:block; }
 }@media only screen and (max-width: 763px) { #bRT1cmy4uCgIrEZXiDWbr8dkuUKX8WIp { width:6.75rem;height:2.5rem;top:11.0625rem;left:12.6875rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #rFOCkP194oJDa94uF3ffwsAoxKpeZ0K7 { display:block; }
 }@media only screen and (max-width: 763px) { #GFHTnfPG9wXRymKBxxOhc0mmUbxOuF6k { width:4.5625rem;height:1.5rem;top:7.875rem;left:3.8125rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z9Me3DUuoWNuf5NVze49pylaCK3e9Oea { display:block; }
 }@media only screen and (max-width: 763px) { #EodwhQ8QgP6VVb0B7gSvqaJslvpgWr1J { width:7.125rem;height:2.5rem;top:10.09375rem;left:0rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #A5AKrUQDtWISeNREKdc74Oo8ickHms0P { display:block; }
 }@media only screen and (max-width: 763px) { #alH0KW15lekVcXNR7PITvU0eoVVUWFfP .accordion-element-container { background-color:rgba(255,255,255,0.9);background-image:none;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(76,76,76,0.2) ; }
#alH0KW15lekVcXNR7PITvU0eoVVUWFfP .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#alH0KW15lekVcXNR7PITvU0eoVVUWFfP .accordion-heading-text { color:#ffa0f5;font-size:0.875rem;height:auto;text-align:center;text-align-last:center; }
#alH0KW15lekVcXNR7PITvU0eoVVUWFfP .accordion-desc-text { color:#ffa0f5;line-height:1.9;overflow:hidden;height:auto;font-size:0.875rem;text-align:center;text-align-last:center; }
#alH0KW15lekVcXNR7PITvU0eoVVUWFfP .accordion-trigger { background-image:url("https://icons.assets-landingi.com/icon_c48920bd81367dc9b2a5359010a35426a5771f4a.svg"); }
#alH0KW15lekVcXNR7PITvU0eoVVUWFfP { display:flex;height:auto;width:17.5rem;top:3.5625rem;left:1.25rem;z-index:14997;background-color:rgba(0,0,0,0);background-image:none;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;gap:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#alH0KW15lekVcXNR7PITvU0eoVVUWFfP .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #alH0KW15lekVcXNR7PITvU0eoVVUWFfP #c5RI6TnlN9KgwGCTupJalhwnSlhTzT2M {  }
 }@media only screen and (max-width: 763px) { #alH0KW15lekVcXNR7PITvU0eoVVUWFfP #Z1EchtyhrV7wt8JW8ForunmVFyeEabBt {  }
 }@media only screen and (max-width: 763px) { #alH0KW15lekVcXNR7PITvU0eoVVUWFfP #ndrzVteFwAVJ8Udu1VA5ki74oCLNWdJo {  }
 }@media only screen and (max-width: 763px) { #alH0KW15lekVcXNR7PITvU0eoVVUWFfP #PDPAo2N5mypkytWefEiJ8H7uBafukXlA {  }
 }@media only screen and (max-width: 763px) { #alH0KW15lekVcXNR7PITvU0eoVVUWFfP #kpNxIviU9ooRF1d3DFvBeDe6q7Ixmm38 {  }
 }@media only screen and (max-width: 763px) { #HsDiuE7Czu9lNKpTIuo7acth72OifNG5 { display:block; }#HsDiuE7Czu9lNKpTIuo7acth72OifNG5 > .row .container { width:20rem;height:51.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JuU1WEPzh4LrvWG5Lky5NR5hNKPOnCN6 { width:19.875rem;height:6.8125rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #E0w1HNVvWCyJiL1UXh03fQggum93JtpU { width:20rem;height:5.15625rem;top:30.5908203125rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;text-shadow:0.0625rem 0.0625rem 0.9375rem #f6f6f6;display:block; }
 }@media only screen and (max-width: 763px) { #ep9LokIzgELoS0wlJqgRpsHVCNIWXRzv { width:18.75rem;height:6.33333125rem;top:36.8720703125rem;left:0.625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mu60fgG7v9Xo5SKhTQ4tbV0w76ylc7kF { width:19.375rem;height:46.1875rem;top:2.5rem;left:0rem;z-index:14995;overflow:hidden;border-top:0.3125rem dashed #f34d4e;border-left:0.3125rem dashed #f34d4e;border-right:0.3125rem dashed #f34d4e;border-bottom:0.3125rem dashed #f34d4e;display:block; }
 }@media only screen and (max-width: 763px) { #VNXr873X894EcpoQMQ9k2VThuFvN444t { width:20rem;height:9.3125rem;top:19.6259765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2MgctubM6CeVu4rURvbRiDg0kqqCVWU { width:11.375rem;height:23.1875rem;top:5.0009765625rem;left:6.6652542372881rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhtDI67JCy5UXH1sHo87WnauzVG9hlxV { width:7.0625rem;height:7.0625rem;top:6rem;left:1.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6TkIds76uvyaob0m142JyfdsTcPxrZ9 { width:6.9375rem;height:6.9375rem;top:44.2236328125rem;left:11.1650390625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUZ0TtJR7fTvnBvM6QXsQP68FOVUgzK6 { width:3.1875rem;height:0.5625rem;top:47.410589575768rem;left:6.0625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtPcMrxMny4o4g1aeF5I2FKx2Te8M1TT { top:18.36892414093rem;left:11.562500536442rem;width:3.8125rem;height:0.5rem;z-index:15009;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #VhrUFJGBhJTGAMosGIciog6MAGg3kgzK { display:block; }#VhrUFJGBhJTGAMosGIciog6MAGg3kgzK > .row .container { width:20rem;height:63.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PoBVQKSLnB0TXFmCH3qBZ1cKggDXlkVz { width:18.75rem;height:2.0625rem;top:44.5rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H87kqcd5UiX8GefyuA2ZaGTScDOqyHMT { width:17.3125rem;height:3.71180625rem;top:47.5rem;left:1.375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5o0IuWDQs6MvwXOEf4N4sniPTrkWIRQ { width:19.875rem;height:6.25rem;top:20.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlDQtHG1zZcxKWXBsTtQkJumVaVuxdXt { width:13rem;height:4.39930625rem;top:21.125rem;left:5.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTSRzTgeqPUTpKQSun45SL8Pai768yHQ { width:19.875rem;height:6.25rem;top:12.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOT6aUDs9WCfnOqArsvTTg3nwMJJQQTv { width:12.9375rem;height:4.39930625rem;top:13.6875rem;left:5.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVMCD3rp23mdpcVTk6nob3U6BiPlb7JE { width:19.875rem;height:6.25rem;top:5.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrwK14sSwoWVHib3lZ0dA5XDTmTPHtZv { width:13.6875rem;height:3.29948125rem;top:6.75rem;left:5.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMnqlHhInbZUa8ATCAroInTkBRBovucK { width:19.875rem;height:6.25rem;top:27.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vO1voJJp6LPTAhMyDmW6XGMUJisCLRO9 { width:19.875rem;height:6.25rem;top:35rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sw45AADxH3i2rR71sfaD4D96ipssU87B { width:13.75rem;height:3.29948125rem;top:29.0625rem;left:5.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFAoAqTGdu5c2BNG0TWcebCy7HSc9zTi { width:12.875rem;height:4.39930625rem;top:36rem;left:5.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNTw6rZGcI3SZmKWHT1dICeMuSwuTU33 { width:3.4375rem;height:3.4375rem;top:29rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsV364sfMPP1lHMs8sIoE0kLm9PooEC2 { width:3.4375rem;height:3.4375rem;top:35.9375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQuOoHlrZ8owN2lTO9D7UpX2X4hMi3bz { width:3.4375rem;height:3.4375rem;top:6.6875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L09KHoGgxKKKT7EEmeCyuorqLTXf90sH { width:3.4375rem;height:3.4375rem;top:13.0625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #esxsP1amdzxP2cyhv3kAoC4NzeEHGNec { width:3.4375rem;height:3.4375rem;top:21.0625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #huknqWDfyz76tEeWErRIdu0hC98hr98L { width:20rem;height:3.02430625rem;top:0.815975189209rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBdTdZNKtDS88ll5zAgVKreivEzyTkl9 { width:20rem;height:8.53125rem;top:52rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xM3RWtTAakAK4WN5CbopbI6PtceJGZuT { background-color:#f6f6f6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#xM3RWtTAakAK4WN5CbopbI6PtceJGZuT > .row .container { background-color: transparent; background-image: none; }#xM3RWtTAakAK4WN5CbopbI6PtceJGZuT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xM3RWtTAakAK4WN5CbopbI6PtceJGZuT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xM3RWtTAakAK4WN5CbopbI6PtceJGZuT > .row .container > .video-iframe-container { display: none; }#xM3RWtTAakAK4WN5CbopbI6PtceJGZuT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xM3RWtTAakAK4WN5CbopbI6PtceJGZuT > .row > .video-iframe-container { display: none; }#xM3RWtTAakAK4WN5CbopbI6PtceJGZuT > .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); }#xM3RWtTAakAK4WN5CbopbI6PtceJGZuT > .row .container { width:20rem;height:66.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UrdhDrl8LTAgO94C5STc273cTyOwzNLi { width:20rem;height:4.53645625rem;top:6.375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JpTldUlAxO1QTucyaFghTdpRAx98qVvM { width:16.375rem;height:2.375rem;top:2.625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgGxsTkVzhR0Gff8X7RuDUeEfPfrgEii { width:16.375rem;height:0.9619125rem;top:3.3125rem;left:1.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmVEJQ0TVa9D9scQfKnx4TDZ85JFI7u5 { width:20rem;height:11.34375rem;top:11.8125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L4qBSofVnZmSXHZNp5TWnPl0VB7niMFc { width:14.0625rem;height:25rem;top:33.5625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAdfwbs7L6qcfDk3NNk1uTshUpR2g3vy { width:16.375rem;height:29.25rem;top:31.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2KC4qUHfzxcGmRMTTWdOWG8qmBtLdzb { width:13.5625rem;height:28.1875rem;top:32rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETsX717CPpioTdVQ8AvXgwIMwXAT93xz { width:20rem;height:4.53645625rem;top:24.6875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nLbTMcaE8nXDVhyw2P96Xvr9OdBxFTaE { width:2.875rem;height:4.4375rem;top:56.3125rem;left:0rem;z-index:15069;display:block; }
 }@media only screen and (max-width: 763px) { #PsP1TF50bO1uK8BqioCdpSylEuxgVM4q { width:3.625rem;height:3.625rem;top:46.125rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygipVykz6JRmS6kVONTuOtNMqqA5BiV0 { width:5.375rem;height:5.375rem;top:30.25rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVDZv5aoGtX0aMASvussHiws40Q1kR5z { width:20rem;height:4.375rem;top:59.4375rem;left:0rem;font-size:1.0625rem;z-index:15068;display:block; }
 }@media only screen and (max-width: 763px) { #AyyHcAHGD5KdzuxC98z43LDU7o3oFmwS { display:block; }
 }@media only screen and (max-width: 763px) { #guZXyBdRHsTc1VCl6LQlHrrqm5BH7l0y { width:6.75rem;height:3.125rem;top:41.5rem;left:13.25rem;z-index:15072;display:block; }
 }@media only screen and (max-width: 763px) { #tmamwfUhxp9X463X1bgI9oIU0kp15LUx { width:6.75rem;height:3.125rem;top:51.25rem;left:13.25rem;z-index:15070;display:block; }
 }@media only screen and (max-width: 763px) { #aTFWqdZw3e0LTX5cToVPBRehDmNvdUe2 { width:6.375rem;height:2.0625rem;top:51.75rem;left:13.4375rem;font-size:1.875rem;z-index:15071;display:block; }
 }@media only screen and (max-width: 763px) { #pOFo3Zu2Meb3tzcUkJZmNLdzJRfGRDo9 { width:6.375rem;height:2.0625rem;top:42rem;left:13.4375rem;font-size:1.875rem;z-index:15073;display:block; }
 }@media only screen and (max-width: 763px) { #LlI8MIE5aFE93mmCDKiII67DbrVL8sm2 { display:block; }#LlI8MIE5aFE93mmCDKiII67DbrVL8sm2 > .row .container { width:20rem;height:139.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DdnNcCP6usqrrHIE4BtDx0DNmHqUvDHE { width:7.5rem;height:7.5rem;top:17.5rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFb4uemCzkDrLEGlgFEl9TyT3x8KT3ZW { width:17.375rem;height:2.19965rem;top:14.125rem;left:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #miZ4Bk7M19qMJGJ5kiMnWzlFtU9vETHF { width:12.9375rem;height:6.125rem;top:7.25rem;left:3.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqwHmsA0v9DByITnDBKuqP5iIIvT2Lmk { width:18rem;height:3.71180625rem;top:2.7265625rem;left:1rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCM8T13R2CamQqElTFFavPqmDvAQTINs { width:20rem;height:5.625rem;top:22.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vx13GdNfxvQdzfwfOKGuckhRs2WkH7ZJ { width:18.75rem;height:6.8229375rem;top:29.6484375rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4qsCAP9maxVvcn5iL3xRrxwGsbOcLfV { width:19.8125rem;height:2.75rem;top:24.9375rem;left:0.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jc1IaPeWieMoI9HxASwRQsJsTeh3Vrrp { width:18.75rem;height:6.8229375rem;top:69.2265625rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrmn40gg4V7vyA6yLk5kvzZXr6WslHGc { width:20rem;height:5.625rem;top:62.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3REDa3ZhO7Ta9WgCmMbTQO5lRxC1r7d { width:19.8125rem;height:2.75rem;top:64.375rem;left:0.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGFZlRN1k8ZMcmEXAoMZq00SvOw9dSt1 { width:8.125rem;height:8.125rem;top:57.375rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDLJnFP7OI5TrVyDbyuJTRih4DGhlM4U { width:18.75rem;height:6.8229375rem;top:109.85546875rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4Bo4RykEQxIDax7vI7DwgGTLewdHOmh { width:20rem;height:5.625rem;top:103rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrUhhfpmbuZbRe5ztDa5884NPEUqI3cm { width:19.8125rem;height:2.75rem;top:105.0625rem;left:0.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLq3lUT1Msg4ManqrOM79tTat5Xa6hfN { width:7.5rem;height:7.5rem;top:97.625rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGUa8bx9u6EXv6AqecyXHLZSc59ORK4Q { width:18.75rem;height:6.8229375rem;top:130.05078125rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkluRBFAd6vrAJtdlQupe46ffcS3nMKq { width:18.75rem;height:6.8229375rem;top:49.53125rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1qtlTew5SbvOecO1tIVTFrL1G4r8mM3 { width:18.75rem;height:6.8229375rem;top:89.234375rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqwNT2XImPK3rBGJ70TMb5Z2clRQVhw3 { width:20rem;height:5.625rem;top:82.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOTibIogT9KVT1iJe5TiKFVuV6ZNhNDL { width:20rem;height:5.625rem;top:123.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XI4e3Bx2rgIr1GQ45smIf5cQzrcHNPKN { width:20rem;height:5.625rem;top:42.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7nczGorW4UcIIFLCAUvVfureHLZVqbz { width:16.6875rem;height:2.75rem;top:84.6875rem;left:1.65625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPwu31Wafp7kX2A84pZIrTCEATmVyi7E { width:19.3125rem;height:2.75rem;top:125.6875rem;left:0.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IB5AxNGBE11LvJnvBmRKN0yxgqUw9s5b { width:19.8125rem;height:2.75rem;top:44.75rem;left:0.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfMpO4sxcGxVoVGAgicTJcGLM2bcu1hc { width:7.5rem;height:7.5rem;top:118.25rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyiK4aEDZDBnEiFoLRomuolOK7rXGRUs { width:7.5rem;height:7.5rem;top:77.8125rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJ4I48qEz2QfblSRRwJpSTBlNDPuqCcB { width:7.5rem;height:7.5rem;top:37.9375rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7aV0Kh6yv2ZTqhTEGRnAoqBnBTs64nP { display:block; }#e7aV0Kh6yv2ZTqhTEGRnAoqBnBTs64nP > .row .container { width:20rem;height:55rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NZLSDDvqvFart5qOaTXxBxOvV4yB9siM { width:10rem;height:17.75rem;top:0rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDcIihwzV4gfvlKFwGPfwxemJT1I3q71 { width:10rem;height:17.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ah4nHc4IGLdD67CPhsDbODVq7y8TZffX { width:10rem;height:17.75rem;top:36.8125rem;left:0rem;z-index:15077;display:block; }
 }@media only screen and (max-width: 763px) { #fTxuAxQNWqeVpcs4OrQT8F1NExTCTJK2 { width:10rem;height:17.75rem;top:18.4375rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmJ8xD3TCir74Jv7QrSnkdwzfSznndHT { width:9.625rem;height:17.125rem;top:95.625rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qPQHxba6DllVXupTGecssCazqJnnfb28 { width:10rem;height:17.75rem;top:36.8125rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJlbRVcbFtgB4QPJ6BchEq9AhJpXHmgd { width:10rem;height:17.75rem;top:18.4375rem;left:0rem;z-index:15078;display:block; }
 }@media only screen and (max-width: 763px) { #DE5dTlFOpa60MhwgUpF547SfDlJOLmR0 { width:4.875rem;height:0.75rem;top:39.6875rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmBgpnBfgWwoEXDa8L7l879olqEWvUVD { width:4.875rem;height:0.75rem;top:49.625rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jf5UKstSTcAoaKyViQCoEFbPpGUBIZF5 { width:4.1875rem;height:0.75rem;top:51.625rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmCwyCStGMqK2TT3pv87JrB4BhNkaAfV { width:4.1875rem;height:0.75rem;top:43.6875rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r56xsALsqpdoXQT3JmynOSHAAfILwFFI { width:4.1875rem;height:0.75rem;top:35.8125rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSGg79nCbokzJVwhnG0iOOcaVG3gzkBK { width:4.1875rem;height:0.75rem;top:45.6875rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMf8SOnuZxD7u1I8r4eT1JS10RdyzXzc { width:4.1875rem;height:0.75rem;top:31.625rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeKPNHRQW3QmmselbFSHkBc3I10Q94vH { width:4.1875rem;height:0.75rem;top:41.6875rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgzeWMMiRLAROEEqhqvhQIqJX0gkCiIc { width:4.1875rem;height:0.9375rem;top:33.625rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6pULIzPi0y3Bv7Z4ZsDEdiCZTVQPIVP { width:4.1875rem;height:0.625rem;top:37.8125rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2sHGJxU3SMbJeiOzTQsZf02SQoEyaGq { width:2.8125rem;height:0.6875rem;top:47.6875rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #THAxESQUh9Azi30ITd7e7ogWpKrXrszW { width:4.1875rem;height:0.625rem;top:53.625rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXNuq3amsiasRHMJITzJ0E8ITeWB8GBW { top:1.8741321563721rem;left:3.5555556416511rem;width:3.8125rem;height:0.3125rem;z-index:15066;display:block; }
 }@media only screen and (max-width: 763px) { #trE8KCQKhk62L9w3C1I0hhWTKxg2otR6 { top:5.1866321563721rem;left:3.8055554032326rem;width:3rem;height:0.3125rem;z-index:15067;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #fWrFITHEZM3P8EvfwRO9sIXzlmGk8tcJ { top:7.8116321563719rem;left:4.6180554032326rem;width:3rem;height:0.3125rem;z-index:15068;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #AJsgPtqbqblDAhWbBANEJOFMXzhCtpAZ { top:10.249132156372rem;left:14.43055588007rem;width:3rem;height:0.3125rem;z-index:15069;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #R7JKyKIaE8T8tWteIHQ2yGu86OJt3zdN { top:13.999132156372rem;left:14.43055588007rem;width:3rem;height:0.3125rem;z-index:15070;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #yiLf6PKzFXTRRrvhfcwIdI6fhH9IeDHz { top:23.811632156372rem;left:4.6180554032326rem;width:2.625rem;height:0.25rem;z-index:15071;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #oWWT9z4KJCq0dsBDsoZvL539pToHM1Dq { top:27.3125rem;left:4.9930554032326rem;width:2.625rem;height:0.625rem;z-index:15072;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #z25C9Qi9IJPgcHTM5qPqGGrJxQpXFquh { top:30.562500953674rem;left:4.9930554032326rem;width:2.625rem;height:1.0625rem;z-index:15073;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #qHsVNOUwU1XUgQZDTweETtc5N9ac5zv4 { top:47.562525749206rem;left:4.9930554032326rem;width:2.25rem;height:0.375rem;z-index:15074;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #o6U2bVCT7rITnLa4tkkEqGJy4tMC2tHv { top:41.3125rem;left:14.80555588007rem;width:2.5625rem;height:0.375rem;z-index:15075;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ZHnUeUDDDtI4ew0hH8TismfK2EUvnikQ { top:38.625rem;left:13.718750536442rem;width:3.75rem;height:0.375rem;z-index:15076;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #HHDJ6W7w630drpDUs3FckbarzsD26eJT { top:32rem;left:14.64930588007rem;width:2.375rem;height:0.375rem;z-index:15076;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #cRnpsFkfJxNF8qT90vtvv7Tie1ner4MR { top:30.493056297302rem;left:5.1180554032326rem;width:2.375rem;height:0.9375rem;z-index:15079;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Pd7SrTqTv0cPR7PpsXmHKUv7Xx9pIK1c { top:27.1875rem;left:5.1180554032326rem;width:2.375rem;height:0.75rem;z-index:15080;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #CRGngs2yExVksVXH18gXDpM3ubIKxqeE { top:23.874132156372rem;left:5.1180554032326rem;width:2.375rem;height:0.3125rem;z-index:15081;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #frCyE40lHa6TASmBRQx7T2rA1dV1Rcta { top:47.5625rem;left:5.1180554032326rem;width:2.375rem;height:0.375rem;z-index:15080;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #BEKTVMXifwVmCuWyVshKMWTMIW8ILJLu { top:47.555557250976rem;left:5.1180554032326rem;width:2.375rem;height:0.3125rem;z-index:15081;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #u7AorzkSxd8ekIF9lHNiyqPi0P0epfXA { width:7rem;height:0.625rem;top:47.9375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2oBnExFl7S0xTqafMZ0lEO4kQtaXIfl { width:7.0625rem;height:0.625rem;top:49.8125rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysuJyKDsaUJXBSBfIKkBURLdEir8aN4W { width:5.0625rem;height:0.375rem;top:51.6875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #twccXkFm6iAwBNJ840KvH3JrwqSxL463 { display:block; }#twccXkFm6iAwBNJ840KvH3JrwqSxL463 > .row .container { width:20rem;height:233.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bm2G2eVRPcwB0DV0f0byuEledQtkT1s4 { width:17.5rem;height:3.75rem;top:34.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #giNyfKf4mkB0ll4S5gtrEUgaaCQ8kA5M { display:block; }
 }@media only screen and (max-width: 763px) { #g24VTc6gTxu8Xw8RSiMwmOTlDyzEJLQo { width:19.875rem;height:49.0625rem;top:36.5rem;left:0rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #zm2UAGVqIHMmO6H8MHQiqFCmLXN2CyUL { width:20rem;height:1.23730625rem;top:22.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgEB1DbiiTz6K9u4Um6uoBDQJ8emIgO0 { width:20rem;height:1.94965rem;top:45.1875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfBnh2OSJFuM87kNQdd5W0ZHryG3CmSh { width:18.75rem;height:2.0996125rem;top:52.75rem;left:1.25rem;font-size:0.875rem;display:block; }#XfBnh2OSJFuM87kNQdd5W0ZHryG3CmSh li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/c0d066f9-a8aa-4350-8fce-d18bec44fed6/OdchudzaniezKate16.png); }
 }@media only screen and (max-width: 763px) { #S6IqZeCZezyB5147kZMdpIdnQNQmw5wC { width:18.75rem;height:3.1484375rem;top:55.75rem;left:1.25rem;font-size:0.875rem;display:block; }#S6IqZeCZezyB5147kZMdpIdnQNQmw5wC li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/a38dc8e4-a6f9-4076-80b6-8b60a15e56cc/womanraisinghand_1f64b200d2640fe0f.png); }
 }@media only screen and (max-width: 763px) { #NDAZXTHtnlfxpy8bJAr2l7T3FaWbn2fW { width:18.75rem;height:2.0996125rem;top:59.75rem;left:1.25rem;font-size:0.875rem;display:block; }#NDAZXTHtnlfxpy8bJAr2l7T3FaWbn2fW li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/889a0bc5-21db-4a07-9051-9abc0c6517c4/battery_1f50b.png); }
 }@media only screen and (max-width: 763px) { #BPcd0CLbCzMxMxilyoE95QZVFK0PShXX { width:8.875rem;height:1.51215rem;top:26.5rem;left:5.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQZhQxf7mJRpvzgsKytFugHTzzconWOy { width:3.125rem;height:0.1875rem;top:27.1875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpVrXCDN7SKd1TlRE0nLZb3ebFKP1Wug { width:3.1875rem;height:2.75rem;top:28.625rem;left:7rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcT2QpffEGvcdnofwuGTRAvSCbvwK5u3 { width:14.6875rem;height:2.0996125rem;top:80.75rem;left:1.25rem;font-size:0.875rem;display:block; }#lcT2QpffEGvcdnofwuGTRAvSCbvwK5u3 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/6812edce-0f1a-45d3-bd1c-e3a2f88af85d/tearoffcalendar_1f4c6.png); }
 }@media only screen and (max-width: 763px) { #erN3PXVXKXTefzcOuyi7rl7UkVRdJT43 { width:18.125rem;height:2.0996125rem;top:66.6875rem;left:1.25rem;font-size:0.875rem;display:block; }#erN3PXVXKXTefzcOuyi7rl7UkVRdJT43 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/ff52ee04-c15e-4c41-a09c-955a4597e986/compass_1f9ed.png); }
 }@media only screen and (max-width: 763px) { #xPmUe7TqpTm8OmhQZTNCm5a8Gi9SinAI { width:17.1875rem;height:3.1484375rem;top:62.625rem;left:1.25rem;font-size:0.875rem;display:block; }#xPmUe7TqpTm8OmhQZTNCm5a8Gi9SinAI li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/c7a97f90-7f58-4f2c-a8ae-446d87c95089/mobilephonewitharrow_1f4f2.png); }
 }@media only screen and (max-width: 763px) { #KvgRKJoLzUbMrlzPgoaHHw4VSax7vcWO { width:18.75rem;height:2.0996125rem;top:69.5625rem;left:1.25rem;font-size:0.875rem;display:block; }#KvgRKJoLzUbMrlzPgoaHHw4VSax7vcWO li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/dca8872d-8611-4b2e-9cce-f1d15339a1cd/glasses_1f453.png); }
 }@media only screen and (max-width: 763px) { #FRJNXFKTOcECVclTl2ES2cXkR2V603CM { width:18.1875rem;height:2.0996125rem;top:75.1875rem;left:1.25rem;font-size:0.875rem;display:block; }#FRJNXFKTOcECVclTl2ES2cXkR2V603CM li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/388d1c2e-574d-4f78-8a1b-449d484af9a2/crown_1f451.png); }
 }@media only screen and (max-width: 763px) { #qtGqMr2w785GBqbv4hWPLyyApDp3EthC { width:8.8125rem;height:2rem;top:2.0625rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qo5okms4mEDnCDpXbuefIILm565oK5e3 { width:20rem;height:3.71180625rem;top:5.3125rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nPbosgdHEpZav6fIVaMQSSeTFkgBV6Ih { width:20rem;height:1.375rem;top:14.375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OKPM87ow6Vt74IEHtGt5Ztx8gur4fqtT { width:19.875rem;height:4.375rem;top:20.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgCgwfAqVa2wWgsIebGolR7MRDkc8Xsp { width:2.5rem;height:1.75rem;top:29.5rem;left:10.5rem;font-size:1.25rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #HcbD8rKNAo1H9kLEkKPuHBkrTM8pi51Z { width:20rem;height:1.099825rem;top:32.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKe4oGwMQEaiaoHqNaTi5hICmhHfNJGF { width:19.875rem;height:21.6875rem;top:21.5625rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #MfpNmfQzlnM94FUsoQZaFWxnPetJz3a0 { width:18.75rem;height:2.0996125rem;top:77.875rem;left:1.25rem;font-size:0.875rem;display:block; }#MfpNmfQzlnM94FUsoQZaFWxnPetJz3a0 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/862a12ec-52a9-498a-9927-0008ecf39beb/sweatdroplets_1f4a6.png); }
 }@media only screen and (max-width: 763px) { #bApnUWhHcDK1l30gIsB0K6IKzaBn710Q { width:18rem;height:2.0996125rem;top:72.4375rem;left:1.25rem;font-size:0.875rem;display:block; }#bApnUWhHcDK1l30gIsB0K6IKzaBn710Q li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/cb01768c-db6a-4118-9470-f0d6f6b1115c/broccoli_1f966.png); }
 }@media only screen and (max-width: 763px) { #Th74K9Zwp9WTr2L39h1FxA660vPEtRrc { width:19.875rem;height:21.5rem;top:90.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uG1n4sWmr9NGONlQxxa5rp7JTZWmzfJ8 { width:20rem;height:1.23730625rem;top:92.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6dvEMOQQkc5Q7wWGe4hzaL5ypkFyTp7 { width:20rem;height:1.51215rem;top:96.75rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDGbwzodMWrQhcmZo6hElZz3fmJWfpTh { width:19.875rem;height:4.375rem;top:90.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQHTP9XCN9DPFrcWK5mrLMr7yTVayKD6 { width:20rem;height:1.099825rem;top:101.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7kZp2Czxzemv0W6y6kxKoTFpUKSTfUi { width:19.875rem;height:48.1875rem;top:105.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PT4zMr0g9SQeLQbW0Pv5xoT8KVrgCwxF { width:18.75rem;height:1.94965rem;top:114.125rem;left:0.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXoUzt3i0L89BvELmH4gcsJynxtEh8lM { width:17.5rem;height:3.75rem;top:103.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mz7pGQFh8qv1KGxTAKCDSafzXfnlepXq { display:block; }
 }@media only screen and (max-width: 763px) { #xl795fIu5awgFOFtvhMHJcum6W97pm5P { width:18.75rem;height:2.0996125rem;top:121.8125rem;left:1.25rem;font-size:0.875rem;display:block; }#xl795fIu5awgFOFtvhMHJcum6W97pm5P li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/c0d066f9-a8aa-4350-8fce-d18bec44fed6/OdchudzaniezKate16.png); }
 }@media only screen and (max-width: 763px) { #lMRxX3rOaqdcBwCH12vELEk7S992Az8C { width:2.9375rem;height:2.75rem;top:99.1875rem;left:11.0625rem;font-size:1.25rem;line-height:2.2;display:block; }
 }@media only screen and (max-width: 763px) { #eQm5iPlh9tBi4pwTImZha0bC7xc3rMUb { width:4.6875rem;height:2.75rem;top:98.8125rem;left:6.0625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dptwTcgXeptRkS6v6mhaC7IbWsU1igEE { width:3.75rem;height:0.1875rem;top:97.4375rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHcm7RJw2r2l1e1WZTSaK37urcahrxmA { width:18.75rem;height:3.1484375rem;top:124.8125rem;left:1.25rem;font-size:0.875rem;display:block; }#mHcm7RJw2r2l1e1WZTSaK37urcahrxmA li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/a38dc8e4-a6f9-4076-80b6-8b60a15e56cc/womanraisinghand_1f64b200d2640fe0f.png); }
 }@media only screen and (max-width: 763px) { #tseOxCTeDklZvmgnblVcT0Gu64ZhTsi1 { width:18.75rem;height:2.0996125rem;top:128.875rem;left:1.25rem;font-size:0.875rem;display:block; }#tseOxCTeDklZvmgnblVcT0Gu64ZhTsi1 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/889a0bc5-21db-4a07-9051-9abc0c6517c4/battery_1f50b.png); }
 }@media only screen and (max-width: 763px) { #XmTMJ7kCgWg2D3CFA7uluHilZLJdO3t8 { width:16.9375rem;height:3.1484375rem;top:131.6875rem;left:1.25rem;font-size:0.875rem;display:block; }#XmTMJ7kCgWg2D3CFA7uluHilZLJdO3t8 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/c7a97f90-7f58-4f2c-a8ae-446d87c95089/mobilephonewitharrow_1f4f2.png); }
 }@media only screen and (max-width: 763px) { #EP3UdcIPexF9Dx7ERZa9n3K7ocGCVVNJ { width:18.125rem;height:2.0996125rem;top:135.75rem;left:1.25rem;font-size:0.875rem;display:block; }#EP3UdcIPexF9Dx7ERZa9n3K7ocGCVVNJ li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/ff52ee04-c15e-4c41-a09c-955a4597e986/compass_1f9ed.png); }
 }@media only screen and (max-width: 763px) { #fTyfQZzoV7BK186dpJ01HQUfeg35mu1V { width:14.875rem;height:2.0996125rem;top:149.75rem;left:1.25rem;font-size:0.875rem;display:block; }#fTyfQZzoV7BK186dpJ01HQUfeg35mu1V li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/6812edce-0f1a-45d3-bd1c-e3a2f88af85d/tearoffcalendar_1f4c6.png); }
 }@media only screen and (max-width: 763px) { #oh1k1LgwVy2O84POunnFULhVQki8vpQT { width:18.75rem;height:2.0996125rem;top:138.625rem;left:1.25rem;font-size:0.875rem;display:block; }#oh1k1LgwVy2O84POunnFULhVQki8vpQT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/dca8872d-8611-4b2e-9cce-f1d15339a1cd/glasses_1f453.png); }
 }@media only screen and (max-width: 763px) { #A9FavcIxZzNh86H7kMbC3Xom3cMqZvGM { width:18.1875rem;height:2.0996125rem;top:144.25rem;left:1.25rem;font-size:0.875rem;display:block; }#A9FavcIxZzNh86H7kMbC3Xom3cMqZvGM li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/388d1c2e-574d-4f78-8a1b-449d484af9a2/crown_1f451.png); }
 }@media only screen and (max-width: 763px) { #czICtT9F8cbOUTc7ZNDzQcC5e3QohJnf { width:18.75rem;height:2.0996125rem;top:147rem;left:1.25rem;font-size:0.875rem;display:block; }#czICtT9F8cbOUTc7ZNDzQcC5e3QohJnf li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/862a12ec-52a9-498a-9927-0008ecf39beb/sweatdroplets_1f4a6.png); }
 }@media only screen and (max-width: 763px) { #IQcwIsG3XqxhVowKP3SdyCtTAnhQi6Ne { width:18.3125rem;height:2.0996125rem;top:141.5rem;left:1.25rem;font-size:0.875rem;display:block; }#IQcwIsG3XqxhVowKP3SdyCtTAnhQi6Ne li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/cb01768c-db6a-4118-9470-f0d6f6b1115c/broccoli_1f966.png); }
 }@media only screen and (max-width: 763px) { #LVy7c5u0q4TXR4hPFD67ZC3lobaTXZQT { width:19.875rem;height:22.75rem;top:159.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMt1nOv5hl2cgNMhltXkwtAycCaRMTT8 { width:20rem;height:1.23730625rem;top:161.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxpqR68tvG8a3wd88gQwFMT6TPnL4QT2 { width:20rem;height:1.51215rem;top:165.9375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSQcw9IbtURy3xPIuFPuNndCp3kNJfQF { width:19.875rem;height:4.375rem;top:159.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0egyLy0Bb2r2QwXGoWx2cOViFfZTbLp { width:20rem;height:1.099825rem;top:171.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhThSuVv1ol62tVywTuPuzWDF2ghQafG { width:19.875rem;height:48.75rem;top:175.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcmwDegEtdzDBoewC307EM7HU9wQpaSz { width:20rem;height:1.94965rem;top:184.125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pn73pHLmWCzLOfdTU9dKeW8kfz5da7RL { width:17.5rem;height:3.75rem;top:173.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVeTMn4o06RWSUWICCTxHkHeUwAibxO3 { display:block; }
 }@media only screen and (max-width: 763px) { #Ff22abpFDaASDbPRvxPxkz0rChmUbnA5 { width:18.75rem;height:2.0996125rem;top:191.625rem;left:1.25rem;font-size:0.875rem;display:block; }#Ff22abpFDaASDbPRvxPxkz0rChmUbnA5 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/c0d066f9-a8aa-4350-8fce-d18bec44fed6/OdchudzaniezKate16.png); }
 }@media only screen and (max-width: 763px) { #rDSaiMeWS8Dug8uUTAdwIRi1swakXHA4 { width:2.5rem;height:2.75rem;top:168.625rem;left:11.5rem;font-size:1.25rem;line-height:2.2;display:block; }
 }@media only screen and (max-width: 763px) { #ygcTmLxBkPFT7tzgmMUV25k5Zen1PkO1 { width:5rem;height:2.75rem;top:168.25rem;left:6.0625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQWfnZrL9e6TyfLOTTJsHlmWIOgoas3u { width:5rem;height:0.1875rem;top:166.625rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #amLhEoD7SF7pVF0b3l3ay9sohA26hzfl { width:18.75rem;height:3.1484375rem;top:194.625rem;left:1.25rem;font-size:0.875rem;display:block; }#amLhEoD7SF7pVF0b3l3ay9sohA26hzfl li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/a38dc8e4-a6f9-4076-80b6-8b60a15e56cc/womanraisinghand_1f64b200d2640fe0f.png); }
 }@media only screen and (max-width: 763px) { #R2WvSLt61w4h4Z3ef43MpHatwLEH5Oxd { width:18.75rem;height:2.0996125rem;top:198.625rem;left:1.25rem;font-size:0.875rem;display:block; }#R2WvSLt61w4h4Z3ef43MpHatwLEH5Oxd li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/889a0bc5-21db-4a07-9051-9abc0c6517c4/battery_1f50b.png); }
 }@media only screen and (max-width: 763px) { #yn5CvkQB8Ppr5q2llWWETPpfzFJNMIWu { width:17rem;height:3.1484375rem;top:201.4375rem;left:1.25rem;font-size:0.875rem;display:block; }#yn5CvkQB8Ppr5q2llWWETPpfzFJNMIWu li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/c7a97f90-7f58-4f2c-a8ae-446d87c95089/mobilephonewitharrow_1f4f2.png); }
 }@media only screen and (max-width: 763px) { #SxXTt9T4R6O256Da0ZT1sKPdxGCpf97y { width:17.25rem;height:2.0996125rem;top:205.5625rem;left:1.25rem;font-size:0.875rem;display:block; }#SxXTt9T4R6O256Da0ZT1sKPdxGCpf97y li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/ff52ee04-c15e-4c41-a09c-955a4597e986/compass_1f9ed.png); }
 }@media only screen and (max-width: 763px) { #akL1ceLkEHW64fapNZhO0ECZuFVvdpeB { width:14.5rem;height:2.0996125rem;top:219.5625rem;left:1.25rem;font-size:0.875rem;display:block; }#akL1ceLkEHW64fapNZhO0ECZuFVvdpeB li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/6812edce-0f1a-45d3-bd1c-e3a2f88af85d/tearoffcalendar_1f4c6.png); }
 }@media only screen and (max-width: 763px) { #VHZAOOyxtUpoJr6NBJaHFHm7n5aFxl7W { width:18.75rem;height:2.0996125rem;top:208.4375rem;left:1.25rem;font-size:0.875rem;display:block; }#VHZAOOyxtUpoJr6NBJaHFHm7n5aFxl7W li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/dca8872d-8611-4b2e-9cce-f1d15339a1cd/glasses_1f453.png); }
 }@media only screen and (max-width: 763px) { #mA62DwkuGlTTs4wBNfXZ1M4usZFJd5Bh { width:18.0625rem;height:2.0996125rem;top:214.0625rem;left:1.25rem;font-size:0.875rem;display:block; }#mA62DwkuGlTTs4wBNfXZ1M4usZFJd5Bh li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/388d1c2e-574d-4f78-8a1b-449d484af9a2/crown_1f451.png); }
 }@media only screen and (max-width: 763px) { #vXPW14bDFxKddtDvnzuh5MCHS1TDMtx8 { width:18.75rem;height:2.0996125rem;top:216.8125rem;left:1.25rem;font-size:0.875rem;display:block; }#vXPW14bDFxKddtDvnzuh5MCHS1TDMtx8 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/862a12ec-52a9-498a-9927-0008ecf39beb/sweatdroplets_1f4a6.png); }
 }@media only screen and (max-width: 763px) { #pLRTVgfDzIStS4SxEr3PRnmaA4E8UpLL { width:17.6875rem;height:2.0996125rem;top:211.3125rem;left:1.25rem;font-size:0.875rem;display:block; }#pLRTVgfDzIStS4SxEr3PRnmaA4E8UpLL li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/cb01768c-db6a-4118-9470-f0d6f6b1115c/broccoli_1f966.png); }
 }@media only screen and (max-width: 763px) { #mtOrleho5vGMbWHHXpaN3UK8fyG96Fwv { width:19.875rem;height:7.3125rem;top:156.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ct8OEiqL72bmc0kUSl49WliJlvyiV0xa { width:20rem;height:0.9619125rem;top:157.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGbmL2ZhePZ5SZbEnBam8wgfw7lq3qQN { width:19.875rem;height:7.0625rem;top:88.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gnt41ehaoHTfg4BI92pZSQAzoLakT1L5 { width:20rem;height:0.9619125rem;top:89.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTBio3BHCZx4Z2VgNvmrBnFNcfTCgWD7 { width:19.875rem;height:7.1875rem;top:17.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #emnf69uyc5mlzlbJkbXnHTShJJTtghAH { width:20rem;height:0.9619125rem;top:18.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WrO0dtzTlL2nSG0llqJ2TMUuUiRP2WLv { width:9rem;height:4.1875rem;top:9.5625rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3n0xwxbCPQXvm3e3SzL2uaBSPsAUgUE { width:9.6875rem;height:1.51215rem;top:10.9375rem;left:0.8125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HVti0B67p9ANNWMddEDqCadmA2uJpvUI { width:7rem;height:3.25rem;top:48rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqHzeftLnrIOedJLTeuUHXe4rnbrZKnE { width:7.875rem;height:2.0996125rem;top:48.5625rem;left:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OT6osvezpXe9w59iCRW5RCPpyv4vSbDC { width:7rem;height:3.25rem;top:116.875rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLaKz33y7ZGfKdPwcdGOLlf0VeIRVXbx { width:7.9375rem;height:2.0996125rem;top:117.4375rem;left:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8lB97qkbCLUGykG16LiS5fKgoT5IM4g { width:7rem;height:3.25rem;top:187rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8CTKE9Nx8BFmdLIEz0zon8ZcXcX1hwD { width:7.9375rem;height:2.0996125rem;top:187.5625rem;left:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lukgXOUMSKU5valTTCpvomToJsUPD5uF { width:15.625rem;height:2.5rem;top:108.375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LurylyIWwiRptefwvuTTZbNRbXbAnGW9 { display:block; }
 }@media only screen and (max-width: 763px) { #p5rPS8pRkwyKaFgIOKrile8Nycz2ySp0 { width:15.625rem;height:2.5rem;top:38.6875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvUIpnko4ugTxIrpNFEaJPXzywLr52ly { display:block; }
 }@media only screen and (max-width: 763px) { #IxJe2FT676WbnUL5qSqhVPWlVAEoby9c { width:15.625rem;height:2.5rem;top:177.9375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a77UQ5Iopi7Hzyy9OUe5AsxJLTonZFdW { display:block; }
 }@media only screen and (max-width: 763px) { #fzDz74PIA8MO6Ux0yI0hf6qLgs034bRx { width:18.75rem;height:4.87413125rem;top:225.5625rem;left:0.625rem;font-size:0.75rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #v5l6QNL79MOixQBmnqLdPl6mx03Te9sC { display:block; }#v5l6QNL79MOixQBmnqLdPl6mx03Te9sC > .row .container { width:20rem;height:112.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tqi49qPsFiKfC0GRWXQumO1WrbzTWflO { width:20rem;height:3.02430625rem;top:2.4375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TABELPu5Z4b3fR3wU20aC2WslN0MQvTF { width:17.625rem;height:2.19965rem;top:6.0625rem;left:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngRTfwkohv0Rb1Vfo8zlEmkC80ulLMtx { width:19.9375rem;height:48.5625rem;top:9.6865234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0Ti9hWaCLffqfLAyLy4Em3c6qMvsoA5 { width:16.4375rem;height:2.75rem;top:12.5625rem;left:1.78125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcOQk9l7eS35l7V3P3n5Ld7ZKuJ3ARka { width:18.75rem;height:3.1484375rem;top:17.0625rem;left:0.62500005960463rem;font-size:0.875rem;display:block; }#lcOQk9l7eS35l7V3P3n5Ld7ZKuJ3ARka li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/a38dc8e4-a6f9-4076-80b6-8b60a15e56cc/womanraisinghand_1f64b200d2640fe0f.png); }
 }@media only screen and (max-width: 763px) { #XdFy6Ks7qQXTnWvq26ZHkh2cw4sW5sfF { width:19.9375rem;height:47.125rem;top:62.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBMl45tgX0XWXr0SBpwGmOspe6MSJZOl { width:18.75rem;height:3.1484375rem;top:21.0625rem;left:0.625rem;font-size:0.875rem;display:block; }#TBMl45tgX0XWXr0SBpwGmOspe6MSJZOl li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/a38dc8e4-a6f9-4076-80b6-8b60a15e56cc/womanraisinghand_1f64b200d2640fe0f.png); }
 }@media only screen and (max-width: 763px) { #ah0zV5rxl8tMr4XlTLdC6kQFBcO90V1W { width:3.75rem;height:3.75rem;top:8.1874179840087rem;left:1.1875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpPcmxr2m7NGrmTe60lG6D0fDXrVUuZu { width:3.75rem;height:3.75rem;top:60.4375rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPcp7TWSSUvdxZJz3lypXxInZvFgKTyL { width:18.75rem;height:3.1484375rem;top:25.3515625rem;left:0.625rem;font-size:0.875rem;display:block; }#LPcp7TWSSUvdxZJz3lypXxInZvFgKTyL li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/a38dc8e4-a6f9-4076-80b6-8b60a15e56cc/womanraisinghand_1f64b200d2640fe0f.png); }
 }@media only screen and (max-width: 763px) { #cSLP8hTcBwcDPVxLciJhQkI1RI6lZxX0 { width:18.75rem;height:5.24739375rem;top:29.8125rem;left:0.625rem;font-size:0.875rem;display:block; }#cSLP8hTcBwcDPVxLciJhQkI1RI6lZxX0 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/a38dc8e4-a6f9-4076-80b6-8b60a15e56cc/womanraisinghand_1f64b200d2640fe0f.png); }
 }@media only screen and (max-width: 763px) { #T1izh2P5IbGQshuem5LT824UK8U1hJN2 { width:18.75rem;height:4.19791875rem;top:36.2060546875rem;left:0.625rem;font-size:0.875rem;display:block; }#T1izh2P5IbGQshuem5LT824UK8U1hJN2 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/a38dc8e4-a6f9-4076-80b6-8b60a15e56cc/womanraisinghand_1f64b200d2640fe0f.png); }
 }@media only screen and (max-width: 763px) { #t6ioaEW7sDqKiMpuo0O2Onb1qU0u5XVL { width:18.75rem;height:3.1484375rem;top:41.75rem;left:0.625rem;font-size:0.875rem;display:block; }#t6ioaEW7sDqKiMpuo0O2Onb1qU0u5XVL li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/a38dc8e4-a6f9-4076-80b6-8b60a15e56cc/womanraisinghand_1f64b200d2640fe0f.png); }
 }@media only screen and (max-width: 763px) { #MSe6QSdkDvMyq9feP4huEDdTOR9VrTUh { width:18.75rem;height:3.1484375rem;top:46.462890625rem;left:0.625rem;font-size:0.875rem;display:block; }#MSe6QSdkDvMyq9feP4huEDdTOR9VrTUh li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/a38dc8e4-a6f9-4076-80b6-8b60a15e56cc/womanraisinghand_1f64b200d2640fe0f.png); }
 }@media only screen and (max-width: 763px) { #WWFgXS7dev3zvQbzJRbMEFC9TSNXhrAO { width:18.75rem;height:4.19791875rem;top:51.423828125rem;left:0.625rem;font-size:0.875rem;display:block; }#WWFgXS7dev3zvQbzJRbMEFC9TSNXhrAO li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/a38dc8e4-a6f9-4076-80b6-8b60a15e56cc/womanraisinghand_1f64b200d2640fe0f.png); }
 }@media only screen and (max-width: 763px) { #Ncqomh4td0T0BwXIIFAawI5Q95HUITkV { width:18.75rem;height:3.1484375rem;top:69.5rem;left:0.625rem;font-size:0.875rem;display:block; }#Ncqomh4td0T0BwXIIFAawI5Q95HUITkV li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/3922ba96-d7d8-4e8e-995d-e6a8a5e79754/thumbsdown_1f44e.png); }
 }@media only screen and (max-width: 763px) { #KnaWm1rRFELfWTLNzbaTOhaSEmEerOTS { width:18.75rem;height:3.1484375rem;top:73.625rem;left:0.625rem;font-size:0.875rem;display:block; }#KnaWm1rRFELfWTLNzbaTOhaSEmEerOTS li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/3922ba96-d7d8-4e8e-995d-e6a8a5e79754/thumbsdown_1f44e.png); }
 }@media only screen and (max-width: 763px) { #Nhe12uz5bMZVxocztHcnnVIquPIaoK1L { width:18.75rem;height:2.0996125rem;top:77.826171875rem;left:0.625rem;font-size:0.875rem;display:block; }#Nhe12uz5bMZVxocztHcnnVIquPIaoK1L li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/3922ba96-d7d8-4e8e-995d-e6a8a5e79754/thumbsdown_1f44e.png); }
 }@media only screen and (max-width: 763px) { #UqM0CHAacrJxyI8MwlHv7ryuUOHHXeeU { width:18.75rem;height:4.19791875rem;top:81.17578125rem;left:0.625rem;font-size:0.875rem;display:block; }#UqM0CHAacrJxyI8MwlHv7ryuUOHHXeeU li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/3922ba96-d7d8-4e8e-995d-e6a8a5e79754/thumbsdown_1f44e.png); }
 }@media only screen and (max-width: 763px) { #UnsDTirExHp1gmmr2TlmNSET3hIrigNN { width:18.75rem;height:4.19791875rem;top:86.625rem;left:0.625rem;font-size:0.875rem;display:block; }#UnsDTirExHp1gmmr2TlmNSET3hIrigNN li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/3922ba96-d7d8-4e8e-995d-e6a8a5e79754/thumbsdown_1f44e.png); }
 }@media only screen and (max-width: 763px) { #ydTUrA7vvh7KzDOCJ83r5tkhuKVbQnxL { width:18.75rem;height:4.19791875rem;top:91.900390625rem;left:0.625rem;font-size:0.875rem;display:block; }#ydTUrA7vvh7KzDOCJ83r5tkhuKVbQnxL li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/3922ba96-d7d8-4e8e-995d-e6a8a5e79754/thumbsdown_1f44e.png); }
 }@media only screen and (max-width: 763px) { #beb4HUZrtE7paaFMzS3Jhk5XBrQT2TyL { width:18.75rem;height:3.1484375rem;top:97.375rem;left:0.625rem;font-size:0.875rem;display:block; }#beb4HUZrtE7paaFMzS3Jhk5XBrQT2TyL li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/3922ba96-d7d8-4e8e-995d-e6a8a5e79754/thumbsdown_1f44e.png); }
 }@media only screen and (max-width: 763px) { #G12mqZ9Q7rvhvBxcxq07hK9ThyuSvKJl { width:18.75rem;height:5.24739375rem;top:102rem;left:0.625rem;font-size:0.875rem;display:block; }#G12mqZ9Q7rvhvBxcxq07hK9ThyuSvKJl li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/3922ba96-d7d8-4e8e-995d-e6a8a5e79754/thumbsdown_1f44e.png); }
 }@media only screen and (max-width: 763px) { #dSK4Qiu4LLNyTcowdCpHVsEKOFx4nO6x { width:20rem;height:2.75rem;top:65.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1amvmhSAqCBwXQuxdIdRqdOVRTT1qkT { display:block; }#B1amvmhSAqCBwXQuxdIdRqdOVRTT1qkT > .row .container { width:20rem;height:40.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BTOvPm1nenV5NrqqNb3RE0Q3J1G9QCAv { width:6.25rem;height:6.25rem;top:6.875rem;left:13.75rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqfmZFiTWeEFn7AnhTzbA8lFQbdDewli { width:6.25rem;height:6.25rem;top:13.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbeD1cWoXSB4uDvwmDuTFQKwdlPysLzb { width:6.25rem;height:6.25rem;top:13.75rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tc8EwTFuPSyEq8NJB97nRZF0rEz8JiAL { width:6.25rem;height:6.25rem;top:13.75rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmXS6m5xhEyuEceI9gwVk9uqOzzVHTcV { width:6.25rem;height:6.25rem;top:20.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHTMudBLpGVX1laLczqeQgAUm8hbVNWU { width:6.25rem;height:6.25rem;top:20.5625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ir2coPXLsMILGyQMvUr36vlyuT9fO4k3 { width:6.25rem;height:6.25rem;top:34.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nn8hsV9MZMRPNo88wpZbuU3STfXBHFvE { width:6.25rem;height:6.25rem;top:34.25rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BiVGU5Cw1Kn3pmpS6zMlMbsdHtJb1Tua { width:6.25rem;height:6.25rem;top:27.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f901cGcq8ZOEJLrbNMF8O7aFuaEuvuL3 { width:6.25rem;height:6.25rem;top:6.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mo9SFAu08IfTv4P0a1TLGV332ouREuAF { width:6.25rem;height:6.25rem;top:27.4375rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mk4U79pA9Pw1byTGisTLe4LrWxTUim4E { width:6.25rem;height:6.25rem;top:0rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzRG5QZFgwDQbMUA1ZwG7ieLQPsxMrT2 { width:6.25rem;height:6.25rem;top:6.8125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4uaGOeDNie4ssGXu9a5RMowqUVTrtpX { width:6.25rem;height:6.25rem;top:0rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEWFBJozHFzD9nyvtRSkSK3qlfeuixZO { width:6.25rem;height:6.25rem;top:20.5625rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkTBz9ZmDJULN3NJ0VsPUe0uri7kDD6k { width:6.25rem;height:6.25rem;top:27.4375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XK8XPVQ5lpA5Swbzo46kuhUPMfWX8DBP { width:6.25rem;height:6.25rem;top:34.25rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBrlpixBagDe7uPXcQmsoLKRgi6aRIKi { width:9.6875rem;height:9.6875rem;top:234.6875rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #bdLndgfEbmiuqaTUbUkRPiU8OQ9xfo9y { width:6.25rem;height:6.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLoVnMGlBZQoTm1K33v0WfQbPETwQCJo { display:block; }#SLoVnMGlBZQoTm1K33v0WfQbPETwQCJo > .row .container { width:20rem;height:37.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #unC0SbmKdXuMbdNQQAQ1IwyDd0Sup8sA { width:12.4375rem;height:3.0234375rem;top:5.375rem;left:3.75rem;font-size:1.375rem;z-index:15001;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #evF1eRzeoROeSq3TOMTXJARbRkp1qdvx { width:18.25rem;height:7.38964375rem;top:10.15625rem;left:0.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcfEK0xQbSds53Sr4qdaIC4wmZm7nCIm { width:17.5rem;height:3.7119125rem;top:27.9375rem;left:2.5rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #og2MN2hUVXLWMIiQdOF3p6GNa2BzELWI { width:17.5rem;height:3.41015625rem;top:31.625rem;left:2.5rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UhkNE7Efw0mckZ9sTTpe61NtcQZTMFbL { width:2.0625rem;height:2.0625rem;top:6.375rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTeSqPpVwwNEVCTP4HyNTHRKisSWU0uO { width:2.6875rem;height:2.6875rem;top:2.75rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWTQ0xryhl9zXpspHhTrJWI2zF7aDLw3 { width:1.4375rem;height:1.4375rem;top:2rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSldGxCUtTsr1LzJbeFOQoMAhCwTK9io { width:19rem;height:4.375rem;top:56.9921875rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #JwI1eCTTaB3u2azv1glL9GT9TuozZoL2 { display:block; }
 }@media only screen and (max-width: 763px) { #oK6qFNAhwvtfKEw8pZ2AAZl4EpNDurMW { width:3.125rem;height:3.125rem;top:17.544921875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMsuIZS1Py2cyMLXw7fd1vf4P0EOlJTg { width:18.9375rem;height:3.75rem;top:19.25rem;left:0.53125rem;font-size:0.875rem;z-index:14999;color:#ffa0f5;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #IuTVp8N8JngM4Svaki2xT4euvXRw869L { display:block; }
 }@media only screen and (max-width: 763px) { #K7wLSgdvnA7Wohxn60AnHmd1p7Kl0TeM { width:19.875rem;height:23.8125rem;top:2.625rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #mIuQsE0LiPTr3xJaUpk4szv6PNXPq205 { width:2rem;height:7rem;top:27.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBzeOECUfyP8GJxLzfUrvbLpuDo4ZMJQ { display:block; }#iBzeOECUfyP8GJxLzfUrvbLpuDo4ZMJQ > .row .container { width:20rem;height:17.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a6qvlg0ygZpWAxwQ7IGn1C5GwQD8Tdzb { width:20rem;height:3.59895625rem;top:2.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jd4Nx9qeamNJezJsEHPia3y1rv6zwCQy { width:20rem;height:8.25rem;top:7.125rem;left:0rem;font-size:0.625rem;display:block; }
 }